[gdb/testsuite] Add unsupported tests in catch_ex_std.exp
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-13 Tom de Vries <tdevries@suse.de>
2
3 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
4 are missing.
5
6 2020-02-13 Tom de Vries <tdevries@suse.de>
7
8 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
9 call.
10
11 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
12
13 PR tui/25126
14 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
15 * gdb.base/cached-source-file.c: New file.
16 * gdb.base/cached-source-file.exp: New file.
17
18 2020-02-11 Tom de Vries <tdevries@suse.de>
19
20 PR testsuite/25488
21 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
22
23 2020-02-10 Tom de Vries <tdevries@suse.de>
24
25 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
26
27 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
28
29 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
30 and $after_addr are both integers before making a comparison.
31
32 2020-02-09 Tom de Vries <tdevries@suse.de>
33
34 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
35 command output and paste it into gdb.log. If any, paste catch message
36 to gdb.log.
37
38 2020-02-07 Tom Tromey <tromey@adacore.com>
39
40 PR breakpoints/24915:
41 * gdb.base/annotate-symlink.exp: Use setup_xfail.
42
43 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
44
45 * gdb.tui/tui-missing-src.exp: Add the "missing source
46 file" test for the TUI.
47
48 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
51 including a port number in the output.
52
53 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
54
55 * lib/fortran.exp (fortran_int4): Handle clang.
56 (fortran_int8): Likewise.
57 (fortran_real4): Likewise.
58 (fortran_real8): Likewise.
59 (fortran_complex4): Likewise.
60 (fortran_logical4): Likewise.
61 (fortran_character1): Likewise.
62
63 2020-02-04 Tom de Vries <tdevries@suse.de>
64
65 * README (Race detection): Add note.
66
67 2020-02-04 Tom de Vries <tdevries@suse.de>
68
69 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
70
71 2020-02-04 Tom de Vries <tdevries@suse.de>
72
73 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
74
75 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
76
77 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
78 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
79 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
80 blttar, bnetarl.
81 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
82 binary for blttar, bnetarl.
83 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
84 wait instruction. Delete ldmx test.
85 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
86
87 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
88
89 * gdb.fortran/array-bounds-high.exp: New file.
90 * gdb.fortran/array-bounds-high.f90: New file.
91
92 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
93
94 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
95 Replace #include of <sys/fcntl.h> by <fcntl.h>.
96
97 2020-02-01 Tom de Vries <tdevries@suse.de>
98
99 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
100
101 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 PR tui/9765
104 * gdb.tui/tui-layout-asm-short-prog.S: New file.
105 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
106
107 2020-01-29 Luis Machado <luis.machado@linaro.org>
108
109 * gdb.arch/aarch64-brk-patterns.c: New source file.
110 * gdb.arch/aarch64-brk-patterns.exp: New test.
111
112 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
113
114 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
115 GCC/Clang version.
116 * gdb.cp/pass-by-ref.exp: Ditto.
117
118 2020-01-29 Tom de Vries <tdevries@suse.de>
119
120 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
121 * gdb.threads/watchpoint-fork-mt.c: Same.
122 * gdb.threads/watchpoint-fork-parent.c: Same.
123 * gdb.threads/watchpoint-fork-st.c: Same.
124 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
125
126 2020-01-27 Luis Machado <luis.machado@linaro.org>
127
128 * gdb.base/step-over-syscall.exp (setup): Check if we're already
129 sitting at a syscall instruction when we hit the syscall function's
130 breakpoint.
131 Check PC against one obtained with the x command.
132 Validate syscall number.
133 (step_over_syscall): Don't continue to the syscall instruction if
134 we're already there.
135
136 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
137
138 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
139
140 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
143 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
144
145 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.dwarf2/dw2-inline-stepping.c: New file.
148 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
149
150 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * gdb.base/maint.exp: Update line table parsing test.
153 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
154
155 2020-01-24 Pedro Alves <palves@redhat.com>
156
157 PR gdb/25410
158 * gdb.multi/multi-re-run-1.c: New.
159 * gdb.multi/multi-re-run-2.c: New.
160 * gdb.multi/multi-re-run.exp: New.
161
162 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 PR gdb/23718
165 * gdb.server/server-kill-python.exp: New file.
166
167 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 * gdb.server/multi-ui-errors.c: New file.
170 * gdb.server/multi-ui-errors.exp: New file.
171
172 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
173
174 PR tui/9765
175 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
176
177 2020-01-19 Tom Tromey <tom@tromey.com>
178
179 * gdb.tui/main.exp: Add check for plain "file".
180
181 2020-01-16 Christian Biesinger <cbiesinger@google.com>
182
183 * lib/gdb.exp: Fix spelling error (seperatelly).
184
185 2020-01-14 Tom Tromey <tom@tromey.com>
186
187 PR symtab/12535:
188 * gdb.python/python.exp: Test decode_line with empty string
189 argument.
190
191 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
192
193 * gdb.base/skip-inline.exp: Extend test.
194
195 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
196
197 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
198 * gdb.dwarf2/dw2-bad-elf.c: New file.
199 * gdb.dwarf2/dw2-bad-elf.exp: New file.
200
201 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
204 _line_saw_file.
205
206 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
209 border.
210
211 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
212
213 * gdb.multi/multi-target.exp (setup): Factor out "info
214 connections" and "info inferiors" tests to ...
215 (test_info_inferiors): ... this new procedure.
216 (top level): Run new "info-inferiors" tests.
217
218 2020-01-10 Pedro Alves <palves@redhat.com>
219
220 * gdb.server/bkpt-other-inferior.exp: New file.
221
222 2020-01-10 Pedro Alves <palves@redhat.com>
223
224 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
225 of "add-inferior".
226 * gdb.base/quit-live.exp: Likewise.
227 * gdb.base/remote-exec-file.exp: Likewise.
228 * gdb.guile/scm-progspace.exp: Likewise.
229 * gdb.linespec/linespec.exp: Likewise.
230 * gdb.mi/new-ui-mi-sync.exp: Likewise.
231 * gdb.mi/user-selected-context-sync.exp: Likewise.
232 * gdb.multi/multi-target.exp (setup): Add "info connection" and
233 "info inferiors" tests.
234 * gdb.multi/remove-inferiors.exp: Adjust expected output of
235 "add-inferior".
236 * gdb.multi/watchpoint-multi.exp: Likewise.
237 * gdb.python/py-inferior.exp: Likewise.
238 * gdb.server/extended-remote-restart.exp: Likewise.
239 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
240 "info inferiors".
241 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
242 * gdb.trace/report.exp: Likewise.
243
244 2020-01-10 Pedro Alves <palves@redhat.com>
245
246 * gdb.multi/multi-target.c: New file.
247 * gdb.multi/multi-target.exp: New file.
248 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
249 mode requested, but remote does not support non-stop".
250
251 2020-01-10 Pedro Alves <palves@redhat.com>
252
253 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
254 disconnect before reconnecting.
255
256 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
257 Pedro Alves <palves@redhat.com>
258
259 * gdb.server/connect-without-multi-process.exp: Also test
260 continuing to end.
261
262 2020-01-10 Pedro Alves <palves@redhat.com>
263
264 * gdb.base/remote-exec-file.exp: New file.
265
266 2020-01-10 Pedro Alves <palves@redhat.com>
267
268 * gdb.base/fork-running-state.exp (do_test): Adjust expected
269 output.
270 * gdb.threads/async.c: New.
271 * gdb.threads/async.exp: New.
272 * gdb.multi/tids-gid-reset.c: New.
273 * gdb.multi/tids-gid-reset.exp: New.
274
275 2020-01-10 George Barrett <bob@bob131.so>
276
277 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
278 to help in finding the image relocation offset.
279 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
280 options in arguments.
281 (stap_test_no_debuginfo): Likewise.
282 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
283 test variants.
284 (stap_test): Add null semaphore relocation test.
285
286 2020-01-10 George Barrett <bob@bob131.so>
287
288 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
289 * gdb.base/stap-probe.exp: Likewise.
290 (stap_test): Pass argument as an additional flag.
291 (stap_test_no_debuginfo): Likewise.
292 (stap_test): Check `info probes stap' output for semaphore
293 addresses if the test binary is supposed to have them.
294
295 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.tui/basic.exp: Add more scrolling tests.
298
299 2020-01-09 Tom Tromey <tom@tromey.com>
300
301 PR tui/18932:
302 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
303 meangingful value.
304 (Term::command, Term::resize): Update.
305 * gdb.tui/basic.exp: Add scrolling test.
306
307 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * gdb.tui/tui-layout-asm.exp: New file.
310
311 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * lib/tuiterm.exp (Term::check_box_contents): New proc.
314
315 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
318 (Term::enter_tui): Use Term::prepare_for_tui.
319
320 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
323 called.
324
325 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.base/skip.exp: Fix race condition in test.
328
329 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * gdb.base/backtrace.c: New file.
332 * gdb.base/backtrace.exp: New file.
333
334 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
337
338 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
339
340 * gdb.base/style.exp: Test that warnings are styled.
341
342 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
343
344 * gdb.base/line65535.exp: New file.
345 * gdb.base/line65535.c: New file.
346
347 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
348
349 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
350 * lib/gnat_debug_info_test.adb: New file.
351 * gdb.ada/ptype_tagged_param.exp: Use
352 gnat_runtime_has_debug_info, expect a different output if
353 runtime does not have debug info.
354
355 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
356
357 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
358 (another) quote in test name.
359
360 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
361
362 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
363 Add quote in test name.
364
365 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
366
367 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
368 directory instead.
369 * gdb.cp/pass-by-ref.exp: Extend with more cases.
370 * gdb.cp/pass-by-ref-2.cc: New file.
371 * gdb.cp/pass-by-ref-2.exp: New file.
372
373 2019-12-20 Tom Tromey <tom@tromey.com>
374
375 * gdb.tui/list-before.exp: New file.
376
377 2019-12-20 Tom Tromey <tom@tromey.com>
378
379 * gdb.tui/list.exp: Check for source on initial listing.
380
381 2019-12-11 Tom Tromey <tromey@adacore.com>
382
383 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
384 Add crlf test.
385
386 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
387
388 * gdb.base/default.exp: Update value of $_gdb_major.
389
390 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
391
392 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
393
394 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
395
396 * gdb.base/skip.exp: Whitespace fix.
397
398 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
399
400 * gdb.base/skip-inline.c: New file.
401 * gdb.base/skip-inline.exp: New file.
402
403 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
404
405 * gdb.base/jit-reader.exp (jit_reader_test): Rename
406 jit_function_00 to jit_function_stack_mangle.
407 * gdb.base/jithost.c (jit_function_t): Rename to...
408 (jit_function_stack_mangle_t): ... this.
409 (jit_function_add_t): New typedef.
410 (jit_function_00_code): Rename to...
411 (jit_function_stack_mangle_code): ... this, make static.
412 (jit_function_add_code): New.
413 (main): Generate "add" function and call it. Adjust to changes
414 in jithost_abi.
415 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
416 (struct jithost_abi) <begin, end>: Remove fields.
417 <object, function_stack_mangle, function_add>: New fields.
418 * gdb.base/jitreader.c (struct reader_state) <code_begin,
419 code_end>: Remove fields.
420 <func_stack_mangle>: New field.
421 (read_debug_info): Adjust to renaming, create block for "add"
422 function.
423 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
424
425 2019-12-11 Tom Tromey <tom@tromey.com>
426
427 * gdb.tui/resize.exp: Fix regexp.
428 * gdb.tui/regs.exp: Fix regexps.
429 * gdb.tui/main.exp: Fix regexp.
430
431 2019-12-11 Tom Tromey <tom@tromey.com>
432
433 * gdb.tui/resize.exp: Update.
434 * gdb.tui/empty.exp (layouts): Update.
435
436 2019-12-11 Tom Tromey <tom@tromey.com>
437
438 * gdb.tui/regs.exp: Update.
439 * gdb.tui/empty.exp (layouts): Update.
440 * gdb.tui/basic.exp: Update.
441 * lib/tuiterm.exp (_check_box): Don't check bottom border.
442
443 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
444
445 * gdb.base/options.exp: Add -raw-values in the print completion list.
446 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
447
448 2019-12-10 Kevin Buettner <kevinb@redhat.com>
449
450 * gdb.threads/omp-par-scope.c: New file.
451 * gdb/threads/omp-par-scope.exp: New file.
452
453 2019-12-10 Kevin Buettner <kevinb@redhat.com>
454
455 * lib/gdb.exp (support_nested_function_tests): New proc.
456
457 2019-12-10 Kevin Buettner <kevinb@redhat.com>
458
459 * lib/gdb.exp (gdb_compile_openmp): New proc.
460 (build_executable_from_specs): Add an "openmp" option.
461 (gdb_compile_pthreads): Add non-executable case.
462
463 2019-12-10 Tom Tromey <tromey@adacore.com>
464
465 * gdb.ada/unchecked_union.exp: New file.
466 * gdb.ada/unchecked_union/pck.adb: New file.
467 * gdb.ada/unchecked_union/pck.ads: New file.
468 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
469 * gdb-utils.exp (string_to_regexp): Also quote "?".
470
471 2019-12-10 George Barrett <bob@bob131.so>
472
473 Test scripted probe breakpoints.
474 * gdb.guile/scm-breakpoint.c (main): Add probe point.
475 * gdb.python/py-breakpoint.c (main): Likewise.
476 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
477 specifier test.
478 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
479
480 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
481
482 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
483 an rvalue parameter.
484 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
485 parameter.
486
487 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
490 modules.
491
492 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
493
494 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
495 broken version of GCC.
496
497 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * gdb.fortran/info-modules.exp: Rewrite to make use of new
500 sym-info-cmds library.
501 * gdb.fortran/info-types.exp: Likewise.
502 * lib/sym-info-cmds.exp: New file.
503
504 2019-12-08 Tom de Vries <tdevries@suse.de>
505
506 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
507
508 2019-12-07 Keith Seitz <keiths@redhat.com>
509
510 * gdb.base/corefile-buildid-shlib-shr.c: New file.
511 * gdb.base/corefile-buildid-shlib.c: New file.
512 * gdb.base/corefile-buildid.c: New file.
513 * gdb.base/corefile-buildid.exp: New file.
514
515 2019-12-06 Tom de Vries <tdevries@suse.de>
516
517 * gdb.dwarf2/varval.exp: Add decl before def test.
518
519 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
520
521 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
522
523 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
524
525 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
526 CV and reference conversion for overload resolution.
527 * gdb.cp/rvalue-ref-overload.exp: Test it.
528
529 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
530
531 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
532 * gdb.base/frameapply.exp: Test faas without command.
533
534 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
535
536 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
537 Fortran tests.
538 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
539 order.
540
541 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
544 casting to type with no kind specified.
545 (test_basic_parsing_of_type_kinds): Additional tests for types
546 with no kind specified, and add tests for single/double
547 precision/complex types.
548
549 2019-12-04 Tom Tromey <tromey@adacore.com>
550
551 * gdb.base/endianity.c (struct other) <x>: New field.
552 (main): Initialize it.
553 * gdb.base/endianity.exp: Update.
554
555 2019-12-04 Tom Tromey <tromey@adacore.com>
556
557 * gdb.ada/scalar_storage/storage.adb: New file.
558 * gdb.ada/scalar_storage/pck.adb: New file.
559 * gdb.ada/scalar_storage/pck.ads: New file.
560 * gdb.ada/scalar_storage.exp: New file.
561
562 2019-12-04 Tom Tromey <tromey@adacore.com>
563
564 * gdb.base/endianity.c (struct otherendian) <f>: New field.
565 (main): Initialize it.
566 * gdb.base/endianity.exp: Update.
567
568 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
571
572 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
575 -symbol-info-module-functions and -symbol-info-module-variables.
576
577 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
580
581 2019-12-01 Richard Bunt <richard.bunt@arm.com>
582 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.fortran/derived-type-striding.exp: New file.
585 * gdb.fortran/derived-type-striding.f90: New file.
586 * gdb.fortran/array-slices.exp: New file.
587 * gdb.fortran/array-slices.f90: New file.
588
589 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
590
591 * gdb.base/define.exp: Test . in command names.
592 * gdb.base/setshow.exp: Update test, as . is now part of
593 command name.
594
595 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
596
597 * gdb.base/define-prefix.exp: New file.
598
599 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
602 compile.
603 (skip_btrace_pt_tests): Likewise.
604
605 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * gdb.fortran/info-modules.exp: Compile source files in correct
608 order.
609
610 2019-11-27 Kevin Buettner <kevinb@redhat.com>
611
612 * gdb.dwarf2/imported-unit.exp: New file.
613 * gdb.dwarf2/imported-unit.c: New file.
614
615 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
616
617 * gdb.mi/mi-fortran-modules-2.f90: New file.
618 * gdb.mi/mi-fortran-modules.exp: New file.
619 * gdb.mi/mi-fortran-modules.f90: New file.
620
621 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * gdb.mi/mi-sym-info-1.c: New file.
624 * gdb.mi/mi-sym-info-2.c: New file.
625 * gdb.mi/mi-sym-info.exp: New file.
626
627 2019-11-22 Tom Tromey <tromey@adacore.com>
628
629 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
630 * gdb.ada/tasks/foo.adb: Add another stopping location.
631
632 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
633
634 * gdb.base/endianity.c: New test.
635 * gdb.base/endianity.exp: New file.
636
637 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
638
639 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
640
641 2019-11-21 Tom de Vries <tdevries@suse.de>
642
643 PR gdb/24956
644 * gdb.base/ui-redirect.exp: Test output of user-defined command.
645
646 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
647
648 * gdb.python/py-progspace.exp: Add missing parentheses on some
649 'print' commands.
650
651 2019-11-19 Tom Tromey <tom@tromey.com>
652
653 * gdb.tui/winheight.exp: New file.
654
655 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
656
657 * gdb.base/ctf-whatis.c: Delete.
658 * gdb.base/ctf-whatis.exp: Delete.
659 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
660
661 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
662
663 * gdb.base/ctf-cvexpr.exp: Delete.
664 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
665
666 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
667
668 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
669 the compiler. Clean up header comment a little.
670 * gdb.base/ctf-ptype.exp: Likewise.
671 * gdb.base/ctf-whatis.exp: Likewise.
672 * lib/gdb.exp (skip_ctf_tests): New proc.
673
674 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
675
676 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
677 * gdb.tui/corefile-run.exp: New file.
678
679 2019-11-14 Tom Tromey <tromey@adacore.com>
680
681 * gdb.base/gdbvars.exp (test_convenience_variables): Add
682 regression tests.
683
684 2019-11-12 Tom Tromey <tom@tromey.com>
685
686 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
687 after any command. Expect prompt after WAIT_FOR is seen.
688 (enter_tui): Enable resize messages.
689 (command): Expect command in output.
690 (get_line): Avoid error when cursor appears to be off-screen.
691 (dump_screen): Include screen size in title.
692 (_do_resize): New proc, from "resize".
693 (resize): Rewrite. Do resize in two steps.
694 * gdb.tui/empty.exp (layouts): Fix entries.
695 (check_boxes): Remove xfail.
696 (check_text): Dump screen on failure.
697
698 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.python/py-symbol.exp: Add test for
701 gdb.lookup_static_symbols.
702
703 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * gdb.python/py-symbol.c: Declare and call function from new
706 py-symbol-2.c file.
707 * gdb.python/py-symbol.exp: Compile both source files, and add new
708 tests for gdb.lookup_static_symbol.
709 * gdb.python/py-symbol-2.c: New file.
710
711 2019-11-02 Tom de Vries <tdevries@suse.de>
712
713 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
714 * gdb.base/anon.exp: Same.
715 * gdb.base/auto-connect-native-target.exp: Same.
716 * gdb.base/call-ar-st.exp: Same.
717 * gdb.base/catch-syscall.exp: Same.
718 * gdb.base/commands.exp: Same.
719 * gdb.base/default.exp: Same.
720 * gdb.base/display.exp: Same.
721 * gdb.base/float.exp: Same.
722 * gdb.base/foll-fork.exp: Same.
723 * gdb.base/help.exp: Same.
724 * gdb.base/info-macros.exp: Same.
725 * gdb.base/info-proc.exp: Same.
726 * gdb.base/info-target.exp: Same.
727 * gdb.base/long_long.exp: Same.
728 * gdb.base/macscp.exp: Same.
729 * gdb.base/memattr.exp: Same.
730 * gdb.base/nofield.exp: Same.
731 * gdb.base/pointers.exp: Same.
732 * gdb.base/printcmds.exp: Same.
733 * gdb.base/ptype.exp: Same.
734 * gdb.base/restore.exp: Same.
735 * gdb.base/return.exp: Same.
736 * gdb.base/scope.exp: Same.
737 * gdb.base/set-noassign.exp: Same.
738 * gdb.base/setshow.exp: Same.
739 * gdb.base/shlib-call.exp: Same.
740 * gdb.base/signals.exp: Same.
741 * gdb.base/sigstep.exp: Same.
742 * gdb.base/skip.exp: Same.
743 * gdb.base/solib-symbol.exp: Same.
744 * gdb.base/stap-probe.exp: Same.
745 * gdb.base/step-line.exp: Same.
746 * gdb.base/step-test.exp: Same.
747 * gdb.base/style.exp: Same.
748 * gdb.base/varargs.exp: Same.
749 * gdb.base/vla-datatypes.exp: Same.
750 * gdb.base/vla-ptr.exp: Same.
751 * gdb.base/vla-sideeffect.exp: Same.
752 * gdb.base/volatile.exp: Same.
753 * gdb.base/watch-cond-infcall.exp: Same.
754 * gdb.base/watchpoint.exp: Same.
755
756 2019-11-02 Tom de Vries <tdevries@suse.de>
757
758 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
759 * gdb.cp/cpexprs.exp: Same.
760 * gdb.cp/except-multi-location.exp: Same.
761 * gdb.cp/exceptprint.exp: Same.
762 * gdb.cp/gdb2384.exp: Same.
763 * gdb.cp/inherit.exp: Same.
764 * gdb.cp/m-static.exp: Same.
765 * gdb.cp/meth-typedefs.exp: Same.
766 * gdb.cp/misc.exp: Same.
767 * gdb.cp/namespace.exp: Same.
768 * gdb.cp/non-trivial-retval.exp: Same.
769 * gdb.cp/overload.exp: Same.
770 * gdb.cp/pr17132.exp: Same.
771 * gdb.cp/re-set-overloaded.exp: Same.
772 * gdb.cp/rvalue-ref-types.exp: Same.
773 * gdb.cp/templates.exp: Same.
774
775 2019-11-01 Luis Machado <luis.machado@linaro.org>
776
777 PR gdb/25124
778
779 * gdb.arch/pr25124.S: New file.
780 * gdb.arch/pr25124.exp: New file.
781
782 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 * gdb.fortran/info-modules.exp: Update expected results, and add
785 additional tests for 'info module functinos', and 'info module
786 variables'.
787 * gdb.fortran/info-types.exp: Update expected results.
788 * gdb.fortran/info-types.f90: Extend testcase with additional
789 module variables and functions.
790
791 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * gdb.fortran/info-modules.exp: New file.
794 * gdb.fortran/info-types.exp: Build with new file.
795 * gdb.fortran/info-types.f90: Include and use new module.
796 * gdb.fortran/info-types-2.f90: New file.
797
798 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
799
800 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
801 * gdb.base/settings.exp: Test all settings types using
802 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
803 that now verifies that the value of "maint show" is the same as
804 returned by the settings functions. Test the type of the
805 maintenance settings.
806 * gdb.base/default.exp: Update show_conv_list.
807
808 2019-10-31 Tom de Vries <tdevries@suse.de>
809
810 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
811 gdb_test.
812 * gdb.arch/amd64-disp-step.exp: Same.
813 * gdb.asm/asm-source.exp: Same.
814 * gdb.btrace/buffer-size.exp: Same.
815 * gdb.btrace/cpu.exp: Same.
816 * gdb.btrace/enable.exp: Same.
817 * gdb.dwarf2/count.exp: Same.
818 * gdb.dwarf2/dw2-ranges-func.exp: Same.
819 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
820 * gdb.fortran/vla-datatypes.exp: Same.
821 * gdb.fortran/vla-history.exp: Same.
822 * gdb.fortran/vla-ptype.exp: Same.
823 * gdb.fortran/vla-value.exp: Same.
824 * gdb.fortran/whatis_type.exp: Same.
825 * gdb.guile/guile.exp: Same.
826 * gdb.multi/tids.exp: Same.
827 * gdb.python/py-finish-breakpoint.exp: Same.
828 * gdb.python/py-framefilter.exp: Same.
829 * gdb.python/py-pp-registration.exp: Same.
830 * gdb.python/py-xmethods.exp: Same.
831 * gdb.python/python.exp: Same.
832 * gdb.server/connect-with-no-symbol-file.exp: Same.
833 * gdb.server/no-thread-db.exp: Same.
834 * gdb.server/run-without-local-binary.exp: Same.
835 * gdb.stabs/weird.exp: Same.
836 * gdb.threads/attach-many-short-lived-threads.exp: Same.
837 * gdb.threads/thread-find.exp: Same.
838 * gdb.threads/tls-shared.exp: Same.
839 * gdb.threads/tls.exp: Same.
840 * gdb.threads/wp-replication.exp: Same.
841 * gdb.trace/ax.exp: Same.
842 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
843
844 2019-10-31 Tom de Vries <tdevries@suse.de>
845
846 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
847 * gdb.ada/array_subscript_addr.exp: Same.
848 * gdb.ada/arrayidx.exp: Same.
849 * gdb.ada/arrayparam.exp: Same.
850 * gdb.ada/arrayptr.exp: Same.
851 * gdb.ada/boolean_expr.exp: Same.
852 * gdb.ada/call_pn.exp: Same.
853 * gdb.ada/complete.exp: Same.
854 * gdb.ada/fixed_cmp.exp: Same.
855 * gdb.ada/fun_addr.exp: Same.
856 * gdb.ada/funcall_param.exp: Same.
857 * gdb.ada/interface.exp: Same.
858 * gdb.ada/mod_from_name.exp: Same.
859 * gdb.ada/null_array.exp: Same.
860 * gdb.ada/packed_array.exp: Same.
861 * gdb.ada/packed_tagged.exp: Same.
862 * gdb.ada/print_chars.exp: Same.
863 * gdb.ada/print_pc.exp: Same.
864 * gdb.ada/ptype_arith_binop.exp: Same.
865 * gdb.ada/ptype_field.exp: Same.
866 * gdb.ada/ptype_tagged_param.exp: Same.
867 * gdb.ada/rec_return.exp: Same.
868 * gdb.ada/ref_tick_size.exp: Same.
869 * gdb.ada/str_ref_cmp.exp: Same.
870 * gdb.ada/taft_type.exp: Same.
871 * gdb.ada/tagged.exp: Same.
872 * gdb.ada/type_coercion.exp: Same.
873 * gdb.ada/uninitialized_vars.exp: Same.
874
875 2019-10-30 Tom de Vries <tdevries@suse.de>
876
877 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
878
879 2019-10-26 Tom de Vries <tdevries@suse.de>
880
881 * gdb.base/bigcore.c: Fix typos in comments.
882 * gdb.base/ctf-ptype.c: Same.
883 * gdb.base/long_long.c: Same.
884 * gdb.dwarf2/dw2-op-out-param.S: Same.
885 * gdb.python/py-evthreads.c: Same.
886 * gdb.reverse/i387-stack-reverse.c: Same.
887 * gdb.trace/tfile.c: Same.
888 * lib/compiler.c: Same.
889 * lib/compiler.cc: Same.
890
891 2019-10-25 Tom de Vries <tdevries@suse.de>
892
893 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
894 gdb_test_multiple calls.
895 * gdb.reverse/sigall-reverse.exp: Same.
896 * gdb.reverse/solib-precsave.exp: Same.
897 * gdb.reverse/solib-reverse.exp: Same.
898 * gdb.reverse/until-precsave.exp: Same.
899 * gdb.reverse/until-reverse.exp: Same.
900
901 2019-10-24 Tom de Vries <tdevries@suse.de>
902
903 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
904 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
905 kfail using -wrap pattern flag and convenience variable
906 gdb_test_name.
907
908 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
909
910 * gdb.python/py-progspace.exp: Add tests for the
911 Progspace.block_for_pc method.
912
913 2019-10-23 Tom Tromey <tom@tromey.com>
914
915 * configure: Rebuild.
916 * aclocal.m4: Use m4_include, not sinclude.
917
918 2019-10-21 Tom de Vries <tdevries@suse.de>
919
920 * gdb.base/infcall-nested-structs.c: Add
921 __attribute__((noinline,noclone)) to all functions.
922 (call_all): Add missing variable initialization. Simplify return value.
923 (breakpt): Increment volatile variable, to prevent call from being
924 optimized out.
925 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
926
927 2019-10-17 Tom de Vries <tdevries@suse.de>
928
929 * gdb.fortran/module.exp: Allow info variables to print info for files
930 other than module.f90.
931
932 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.fortran/module.exp: Extend with 'info variables' test.
935
936 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
939 F77_FOR_TARGET.
940
941 2019-10-16 Tom de Vries <tdevries@suse.de>
942
943 PR tdep/25096
944 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
945
946 2019-10-16 Tom de Vries <tdevries@suse.de>
947
948 PR tdep/24104
949 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
950 Add KFAIL for PR tdep/25096.
951
952 2019-10-16 Tom de Vries <tdevries@suse.de>
953
954 PR testsuite/25059
955 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
956
957 2019-10-16 Tom de Vries <tdevries@suse.de>
958
959 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
960 as signed.
961
962 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
963
964 * gdb.mi/list-thread-groups-available.exp: Read entries one by
965 one instead of increasing timeout.
966
967 2019-10-13 Tom de Vries <tdevries@suse.de>
968
969 PR record/25038
970 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
971 * gdb.reverse/sigall-reverse.exp: Same.
972 * gdb.reverse/solib-precsave.exp: Same.
973 * gdb.reverse/solib-reverse.exp: Same.
974 * gdb.reverse/step-precsave.exp: Same.
975 * gdb.reverse/until-precsave.exp: Same.
976 * gdb.reverse/until-reverse.exp: Same.
977 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
978
979 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
980
981 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
982 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
983 (cmp_struct_05_01, cmp_struct_static_02_01)
984 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
985 comparisons.
986
987 2019-10-10 Tom de Vries <tdevries@suse.de>
988
989 PR testsuite/24888
990 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
991 gnatlink.
992
993 2019-10-09 Tom de Vries <tdevries@suse.de>
994
995 PR testsuite/25048
996 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
997
998 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
999
1000 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1001 exceptions due to missing debug information.
1002
1003 2019-10-07 Tom de Vries <tdevries@suse.de>
1004
1005 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1006
1007 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1008
1009 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1010 * gdb.base/annota1.exp: Update to use gdb_test_name.
1011
1012 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1013
1014 * gdb.base/ctf-whatis.exp: New file.
1015 * gdb.base/ctf-whatis.c: New file.
1016 * gdb.base/ctf-ptype.exp: New file.
1017 * gdb.base/ctf-ptype.c: New file.
1018 * gdb.base/ctf-constvars.exp: New file.
1019 * gdb.base/ctf-constvars.c: New file.
1020 * gdb.base/ctf-cvexpr.exp: New file.
1021
1022 2019-10-04 Tom de Vries <tdevries@suse.de>
1023
1024 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1025 for loop.
1026
1027 2019-10-03 Tom Tromey <tom@tromey.com>
1028
1029 PR rust/24976:
1030 * gdb.rust/simple.rs (Union2): New type.
1031 (main): Use Union2.
1032 * gdb.rust/simple.exp: Add test.
1033
1034 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1037 nested function prefix.
1038
1039 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1040 Richard Bunt <richard.bunt@arm.com>
1041 Andrew Burgess <andrew.burgess@embecosm.com>
1042
1043 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1044 nested functions.
1045 * gdb.fortran/nested-funcs.f90: Update expected results.
1046 * gdb.fortran/nested-funcs-2.exp: New file.
1047 * gdb.fortran/nested-funcs-2.f90: New file.
1048
1049 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1050
1051 * gdb.python/py-parameter.exp: Make test names unique.
1052 * gdb.python/py-template.exp: Likewise.
1053 * gdb.python/py-value.exp: Likewise.
1054
1055 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1056
1057 * gdb.base/break-interp.exp: Reduce test name duplication.
1058 * gdb.base/call-sc.exp: Likewise.
1059 * gdb.base/callfuncs.exp: Likewise.
1060 * gdb.base/charset.exp: Likewise.
1061 * gdb.base/dump.exp: Likewise.
1062 * gdb.base/ena-dis-br.exp: Likewise.
1063 * gdb.base/relational.exp: Likewise.
1064 * gdb.base/step-over-syscall.exp: Likewise.
1065 * gdb.base/structs.exp: Likewise.
1066
1067 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * gdb.linespec/explicit.exp: Make test names unique.
1070 * gdb.linespec/ls-errs.exp: Likewise.
1071
1072 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.reverse/break-precsave.exp: Make test names unique.
1075 * gdb.reverse/break-reverse.exp: Likewise.
1076 * gdb.reverse/finish-precsave.exp: Likewise.
1077 * gdb.reverse/finish-reverse.exp: Likewise.
1078 * gdb.reverse/machinestate-precsave.exp: Likewise.
1079 * gdb.reverse/machinestate.exp: Likewise.
1080 * gdb.reverse/readv-reverse.exp: Likewise.
1081 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1082 * gdb.reverse/sigall-precsave.exp: Likewise.
1083 * gdb.reverse/sigall-reverse.exp: Likewise.
1084 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1085 * gdb.reverse/watch-precsave.exp: Likewise.
1086 * gdb.reverse/watch-reverse.exp: Likewise.
1087
1088 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1089
1090 * gdb.threads/stop-with-handle.c: New file.
1091 * gdb.threads/stop-with-handle.exp: New file.
1092
1093 2019-10-03 Tom de Vries <tdevries@suse.de>
1094
1095 PR testsuite/25059
1096 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1097 directory" line to be missing.
1098
1099 2019-10-03 Tom de Vries <tdevries@suse.de>
1100
1101 PR testsuite/25059
1102 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1103 type optional.
1104
1105 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1106
1107 * gdb.python/py-format-string.c (string.h): New include.
1108 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1109 the same value, for endianness-independence.
1110 * gdb.python/py-format-string.exp (default_regexp_dict)
1111 (test_pretty_structs, test_format): Adjust expected output to the
1112 changed initialization.
1113
1114 2019-10-02 Tom Tromey <tromey@adacore.com>
1115
1116 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1117
1118 2019-10-02 Pedro Alves <palves@redhat.com>
1119 Andrew Burgess <andrew.burgess@embecosm.com>
1120
1121 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1122 "print-file-var.h".
1123 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1124 (get_version_1): Print this_version_id and its address.
1125 Add extern "C" wrappers around interface functions.
1126 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1127 "print-file-var.h".
1128 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1129 (get_version_2): Print this_version_id and its address.
1130 Add extern "C" wrappers around interface functions.
1131 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1132 <stddef.h> and "print-file-var.h".
1133 Add extern "C" wrappers around interface functions.
1134 [VERSION_ID_MAIN] (this_version_id): Define.
1135 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1136 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1137 up extern "C" blocks.
1138 * gdb.base/print-file-var.exp (test): New, factored out from top
1139 level.
1140 (top level): Test all combinations of attribute hidden or not,
1141 dlopen or not, and this_version_id symbol in main file or not.
1142 Compile tests as both C++ and C, make test names unique.
1143
1144 2019-10-01 Tom Tromey <tom@tromey.com>
1145
1146 * gdb.base/style.exp: Test "show logging filename".
1147
1148 2019-10-01 Tom Tromey <tom@tromey.com>
1149
1150 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1151 * gdb.base/style.exp: Add metadata style test.
1152
1153 2019-10-01 Tom Tromey <tom@tromey.com>
1154
1155 * gdb.base/style.exp: Test "pwd".
1156
1157 2019-10-01 Tom Tromey <tom@tromey.com>
1158
1159 * gdb.base/style.exp: Update tests.
1160
1161 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1162
1163 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1164 'six' to unsigned.
1165 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1166 'five'. Use an all-ones bit pattern for each.
1167 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1168 to its changed values.
1169
1170 2019-09-30 Tom Tromey <tromey@adacore.com>
1171
1172 * gdb.rust/traits.rs: Disable all warnings.
1173
1174 2019-09-29 Tom de Vries <tdevries@suse.de>
1175
1176 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1177
1178 2019-09-29 Tom de Vries <tdevries@suse.de>
1179
1180 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1181
1182 2019-09-27 Tom de Vries <tdevries@suse.de>
1183
1184 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1185
1186 2019-09-27 Tom de Vries <tdevries@suse.de>
1187
1188 PR record/23188
1189 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1190
1191 2019-09-26 Tom Tromey <tromey@adacore.com>
1192
1193 * gdb.ada/py_taft.exp: New file.
1194 * gdb.ada/py_taft/main.adb: New file.
1195 * gdb.ada/py_taft/pkg.adb: New file.
1196 * gdb.ada/py_taft/pkg.ads: New file.
1197
1198 2019-09-24 Tom de Vries <tdevries@suse.de>
1199
1200 PR gdb/24598
1201 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1202
1203 2019-09-22 Tom de Vries <tdevries@suse.de>
1204
1205 * gdb.base/restore.exp: Allow register variables to be optimized out at
1206 -O0.
1207
1208 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1209
1210 * gdb.arch/spu-info.exp: Remove file.
1211 * gdb.arch/spu-info.c: Remove file.
1212 * gdb.arch/spu-ls.exp: Remove file.
1213 * gdb.arch/spu-ls.c: Remove file.
1214
1215 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1216 * gdb.asm/spu.inc: Remove file.
1217
1218 * gdb.base/dump.exp: Remove support for spu*-*-*.
1219 * gdb.base/stack-checking.exp: Likewise.
1220 * gdb.base/overlays.exp: Likewise.
1221 * gdb.base/ovlymgr.c: Likewise.
1222 * gdb.base/spu.ld: Remove file.
1223
1224 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1225 * gdb.cp/cpexprs.exp: Likewise.
1226 * gdb.cp/exception.exp: Likewise.
1227 * gdb.cp/gdb2495.exp: Likewise.
1228 * gdb.cp/mb-templates.exp: Likewise.
1229 * gdb.cp/pr9167.exp: Likewise.
1230 * gdb.cp/userdef.exp: Likewise.
1231
1232 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1233
1234 * gdb.cell: Remove directory.
1235 * lib/cell.exp: Remove file.
1236
1237 2019-09-19 Tom de Vries <tdevries@suse.de>
1238
1239 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1240
1241 2019-09-19 Tom de Vries <tdevries@suse.de>
1242
1243 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1244
1245 2019-09-19 Tom de Vries <tdevries@suse.de>
1246
1247 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1248 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1249 (gdb_target_cmd): ... here.
1250 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1251 value 2.
1252
1253 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 * gdb.base/source-dir.exp: Avoid having directory names in test
1256 names.
1257
1258 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1261 directory.
1262
1263 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * gdb.base/list-missing-source.exp: New file.
1266
1267 2019-09-14 Tom de Vries <tdevries@suse.de>
1268
1269 PR teststuite/24599
1270 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1271 * lib/ada.exp (gnatmake_version_at_least): New proc.
1272
1273 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * gdb.base/maint.exp: Use exec_has_index_section.
1276
1277 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1278
1279 * gdb.base/maint.exp: Add test for 'maint info sections'.
1280
1281 2019-09-12 Tom de Vries <tdevries@suse.de>
1282
1283 * gdb.base/store.exp: Allow register variables to be optimized out at
1284 -O0.
1285
1286 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1287
1288 * gdb.ada/rdv_wait.exp: Update to new task names.
1289 * gdb.base/task_switch_in_core.exp: Likewise.
1290 * gdb.base/info_sources_base.c: Likewise.
1291
1292 2019-09-10 Tom Tromey <tromey@adacore.com>
1293
1294 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1295
1296 2019-09-10 Tom Tromey <tromey@adacore.com>
1297
1298 * gdb.ada/dgopt.exp: New file.
1299 * gdb.ada/dgopt/x.adb: New file.
1300
1301 2019-09-08 Tom Tromey <tom@tromey.com>
1302
1303 * gdb.tui/resize.exp: Remove setup_xfail.
1304 * gdb.tui/regs.exp: Remove setup_xfail.
1305 * gdb.tui/basic.exp: Remove setup_xfail.
1306
1307 2019-09-06 David Blaikie <dblaikie@gmail.com>
1308
1309 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1310 * gdb.cp/cplabel.exp: Ditto.
1311 * gdb.linespec/ls-errs.exp: Ditto.
1312
1313 2019-09-05 Tom de Vries <tdevries@suse.de>
1314
1315 * lib/gdb.exp (cmp_file_string): New proc.
1316 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1317 runto_main. Verify save breakpoints output.
1318
1319 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1320
1321 * gdb.base/info-var.exp: Test info variables without running
1322 to main, to avoid expect's buffer overflow.
1323
1324 2019-09-03 Tom Tromey <tromey@adacore.com>
1325
1326 * gdb.ada/bias.exp: New file.
1327 * gdb.ada/bias/bias.adb: New file.
1328 * gdb.ada/print_chars.exp: Add regression test.
1329 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1330 (MC): New variable.
1331
1332 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1333
1334 * gdb.base/argv0-symlink.exp: Run only on native target
1335 and local host.
1336
1337 2019-08-29 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1340 diverse debug info.
1341 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1342
1343 2019-08-28 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.base/info-var.exp: Allow info variables to print info for files
1346 other than info-var-f1.c and info-var-f2.c.
1347
1348 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * gdb.fortran/info-types.exp: Add module.
1351 * gdb.fortran/info-types.f90: Update expected results.
1352
1353 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * gdb.fortran/info-types.exp: New file.
1356 * gdb.fortran/info-types.f90: New file.
1357 * lib/fortran.exp (fortran_character1): New proc.
1358
1359 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1362 functions'. Reindent as needed.
1363 * gdb.base/info-var-f1.c: New file.
1364 * gdb.base/info-var-f2.c: New file.
1365 * gdb.base/info-var.exp: New file.
1366 * gdb.base/info-var.h: New file.
1367
1368 2019-08-26 Tom de Vries <tdevries@suse.de>
1369
1370 PR c++/24852
1371 * gdb.cp/no-libstdcxx-probe.exp: New test.
1372
1373 2019-08-26 Tom de Vries <tdevries@suse.de>
1374
1375 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1376 * tests need to be skipped.
1377 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1378 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1379 mi_skip_libstdcxx_probe_tests.
1380
1381 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1382
1383 * gdb.python/py-xmethods.exp: Use raw strings when passing
1384 arguments to SimpleXMethodMatcher.
1385
1386 2019-08-22 Tom de Vries <tdevries@suse.de>
1387
1388 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1389 more informative.
1390
1391 2019-08-21 Pedro Alves <palves@redhat.com>
1392
1393 * gdb.base/with.exp: Test "with" with no arguments.
1394
1395 2019-08-21 Tom de Vries <tdevries@suse.de>
1396
1397 * gdb.base/gdb-caching-proc.exp: Sort files.
1398
1399 2019-08-20 Tom de Vries <tdevries@suse.de>
1400
1401 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1402 compilation.
1403
1404 2019-08-16 Tom de Vries <tdevries@suse.de>
1405
1406 * gdb.base/compare-sections.exp ("after run to main"): Allow
1407 mismatched read-only sections for PIE executables.
1408
1409 2019-08-16 Tom Tromey <tom@tromey.com>
1410
1411 * lib/tuiterm.exp (_csi_Z): New proc.
1412 * gdb.tui/basic.exp: Update window positions.
1413 * gdb.tui/empty.exp: Update window positions.
1414
1415 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1416
1417 * gdb.base/examine-backward.exp: Correct regexp for
1418 "examine 3 bytes backward from ${address_zero}".
1419
1420 2019-08-15 Tom Tromey <tom@tromey.com>
1421
1422 * gdb.tui/empty.exp: Enable resizing tests.
1423
1424 2019-08-15 Tom Tromey <tromey@adacore.com>
1425
1426 * gdb.ada/char_enum.exp: Add regression tests.
1427 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1428 and '0'.
1429 (Char, Gchar): Update.
1430 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1431
1432 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1433
1434 * gdb.python/python.exp: Expect a leading underscore on
1435 GdbOutput{,Error}File.
1436
1437 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1438
1439 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1440 Windows host.
1441
1442 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1443
1444 * gdb.base/batch-preserve-term-settings.exp
1445 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1446
1447 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1448
1449 * lib/gdb.exp: When running on a mingw target, replace
1450 /x/ with x:/.
1451
1452 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1453
1454 * gdb.arch/aarch64-prologue.c: New test.
1455 * gdb.arch/aarch64-prologue.exp: New file.
1456
1457 2019-08-13 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1460 Thread.
1461
1462 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1463
1464 * gdb.python/py-completion.exp: Download the .py file to the host
1465 and use its host pathname. Conditionalize tests that use
1466 tab completion and manipulate files on the build machine.
1467 * gdb.python/py-events.exp: Download the .py file to the host
1468 and use its host pathname.
1469 * gdb.python/py-evsignal.exp: Likewise.
1470 * gdb.python/py-evthreads.exp: Likewise.
1471 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1472 pathname syntax.
1473 * gdb.python/py-framefilter.exp: Download the .py file to the right
1474 place on the host. Match Windows pathname syntax.
1475 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1476 .py file to the host and use its host pathname.
1477 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1478 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1479 build pathname. Skip symlink test on Windows host. Add missing
1480 newline at end of file.
1481 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1482 and use its host pathname.
1483 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1484 * gdb.python/py-section-script.exp: Use host location of binfile
1485 on safe-path. Use correct path separator on Windows host.
1486 Reorder alternatives in gdb_test_multiple to prevent matching
1487 the wrong alternative on success.
1488 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1489
1490 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1491
1492 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1493 expect the GDB inferior to no longer immediately stop after
1494 being resumed with "signal SIGINT".
1495
1496 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1497
1498 * gdb.linespec/break-ask.exp: Generalize regexps to match
1499 Windows pathnames too.
1500
1501 2019-08-08 Tom de Vries <tdevries@suse.de>
1502
1503 PR testsuite/24862
1504 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1505
1506 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1507
1508 * gdb.base/style.exp: Update tests for help doc new invariants.
1509 * gdb.base/help.exp: Likewise.
1510
1511 2019-08-06 Tom Tromey <tom@tromey.com>
1512
1513 * gdb.base/style.exp: Add disassemble test.
1514 * gdb.base/style.c (some_called_function): New function.
1515 (main): Use it.
1516
1517 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1518
1519 * gdb.python/py-block.exp: Test dictionary access on blocks.
1520
1521 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1522
1523 PR gdb/24863
1524 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1525 -list-thread-groups --available test when running under
1526 check-read1.
1527
1528 2019-08-05 Tom de Vries <tdevries@suse.de>
1529
1530 PR testsuite/24863
1531 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1532 * gdb.base/help.exp: Use with_read1_timeout_factor.
1533 * gdb.base/info-macros.exp: Same.
1534 * gdb.cp/nested-types.exp: Same.
1535
1536 2019-08-05 Tom de Vries <tdevries@suse.de>
1537
1538 * lib/gdb.exp (version_at_least): Factor out of ...
1539 (tcl_version_at_least): ... here.
1540 (gdb_compile): Fail if pie results in non-PIE executable.
1541 (readelf_version, readelf_prints_pie): New proc.
1542 (exec_is_pie): Return -1 if unknown.
1543
1544 2019-08-05 Tom de Vries <tdevries@suse.de>
1545
1546 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1547
1548 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1549
1550 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1551
1552 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1553
1554 * lib/completion-support.exp (test_gdb_complete_none): Skip
1555 tab completion tests if no readline support.
1556 (test_gdb_complete_unique_re): Likewise.
1557 (test_gdb_complete_multiple): Likewise.
1558
1559 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1560
1561 * gdb.base/info_sources.exp: New file.
1562 * gdb.base/info_sources.c: New file.
1563 * gdb.base/info_sources_base.c: New file.
1564
1565 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1566
1567 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1568 prefix argument.
1569 (test_exit_status): Add prefix argument.
1570
1571 2019-08-01 Tom de Vries <tdevries@suse.de>
1572
1573 PR testsuite/24863
1574 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1575 calling exp_continue for new thread and thread exited messages.
1576
1577 2019-08-01 Tom de Vries <tdevries@suse.de>
1578
1579 PR testsuite/24863
1580 * gdb.base/structs.exp: Fix check-read1 timeout using
1581 gdb_test_sequence.
1582 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1583
1584 2019-08-01 Tom de Vries <tdevries@suse.de>
1585
1586 PR testsuite/24863
1587 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1588 line.
1589
1590 2019-08-01 Tom de Vries <tdevries@suse.de>
1591
1592 PR testsuite/24863
1593 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1594
1595 2019-07-30 Tom Tromey <tromey@adacore.com>
1596
1597 * gdb.ada/display_nested.exp: New file.
1598 * gdb.ada/display_nested/foo.adb: New file.
1599 * gdb.ada/display_nested/pack.adb: New file.
1600 * gdb.ada/display_nested/pack.ads: New file.
1601
1602 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1603
1604 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1605 namespace.
1606 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1607
1608 2019-07-30 Tom de Vries <tdevries@suse.de>
1609
1610 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1611 instead.
1612
1613 2019-07-30 Tom de Vries <tdevries@suse.de>
1614
1615 PR testsuite/24834
1616 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1617 (exec_is_pie): New proc.
1618
1619 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1620
1621 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1622
1623 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1624
1625 * gdb.python/py-objfile.c: Add global and static vars.
1626 * gdb.python/py-objfile.exp: Test new functions Objfile.
1627 lookup_global_symbol and lookup_static_symbol.
1628
1629 2019-07-29 Tom Tromey <tom@tromey.com>
1630
1631 * lib/tuiterm.exp (Term::_csi_@): New proc.
1632 (Term::_csi_X): Don't move cursor.
1633
1634 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1635
1636 * gdb.base/options.exp: Update backtrace - completion to
1637 new option -frame-info.
1638 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1639 Test new 'set print frame-info'. Test backtrace -frame-info
1640 overriding 'set print frame-info'.
1641 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1642 Test new 'set print frame-info'.
1643 Verify consistency of backtrace with and without filters, with and
1644 without -no-filters.
1645 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1646 default.
1647
1648 2019-07-29 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1651 no arguments".
1652
1653 2019-07-29 Tom de Vries <tdevries@suse.de>
1654
1655 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1656 is a substring of the first for "complete non-unique file name".
1657
1658 2019-07-29 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1661 with ".*".
1662
1663 2019-07-29 Tom de Vries <tdevries@suse.de>
1664
1665 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1666 Pass prompt_regexp parameter to gdb_test_multiple calls.
1667
1668 2019-07-29 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1671 print registers" regexps.
1672
1673 2019-07-29 Tom de Vries <tdevries@suse.de>
1674
1675 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1676
1677 2019-07-29 Tom de Vries <tdevries@suse.de>
1678
1679 PR gdb/24855
1680 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1681 (skip_python_tests_prompt): Add prompt_regexp argument to
1682 gdb_test_multiple calls.
1683
1684 2019-07-27 Tom Tromey <tom@tromey.com>
1685
1686 * gdb.tui/main.exp: New file.
1687
1688 2019-07-27 Tom Tromey <tom@tromey.com>
1689
1690 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1691 optional.
1692 * gdb.tui/empty.exp: New file.
1693
1694 2019-07-27 Tom Tromey <tom@tromey.com>
1695
1696 * lib/tuiterm.exp (spawn): New proc.
1697 (Term::resize): New proc.
1698 * gdb.tui/resize.exp: New file.
1699
1700 2019-07-27 Tom Tromey <tom@tromey.com>
1701
1702 * gdb.tui/list.exp: New file.
1703
1704 2019-07-27 Tom Tromey <tom@tromey.com>
1705
1706 * gdb.tui/regs.exp: New file.
1707
1708 2019-07-27 Tom Tromey <tom@tromey.com>
1709
1710 * gdb.tui/basic.exp: Add "layout split" test.
1711
1712 2019-07-27 Tom Tromey <tom@tromey.com>
1713
1714 * gdb.tui/basic.exp: Add "layout asm" test.
1715
1716 2019-07-27 Tom Tromey <tom@tromey.com>
1717
1718 * lib/tuiterm.exp: New file.
1719 * gdb.tui/basic.exp: New file.
1720
1721 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1722
1723 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1724 Enable tests associated with this flag. Adjust regex
1725 referencing "foo_low" to now refer to "foo_cold" instead.
1726
1727 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1728
1729 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1730 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1731 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1732 foo_cold. Revise comments to match.
1733 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1734 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1735 were wrapped into this proc; Call do_test in loop from outermost
1736 level.
1737 (foo_low): Rename all occurrences to "foo_cold".
1738 (backtrace from baz): New test.
1739 (x2/i foo_cold): New test.
1740 (info line *foo_cold): New test.
1741
1742 2019-07-26 Tom de Vries <tdevries@suse.de>
1743
1744 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1745
1746 2019-07-25 Tom de Vries <tdevries@suse.de>
1747
1748 PR testsuite/24830
1749 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1750 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1751 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1752 (skip_libstdcxx_probe_tests): ... here.
1753 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1754
1755 2019-07-24 Tom de Vries <tdevries@suse.de>
1756
1757 PR testsuite/24807
1758 * gdb.objc/basicclass.m: Include stdio.h.
1759 * gdb.objc/nondebug.m: Same.
1760 * gdb.objc/objcdecode.m: Same.
1761
1762 2019-07-24 Tom de Vries <tdevries@suse.de>
1763
1764 PR testsuite/24612
1765 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1766 additional_flags.
1767
1768 2019-07-24 Tom de Vries <tdevries@suse.de>
1769
1770 PR testsuite/24831
1771 * gdb.multi/tids.exp: Update error messages for info threads.
1772
1773 2019-07-24 Tom de Vries <tdevries@suse.de>
1774
1775 * gdb.base/info-types.exp: Allow info types to print info for more than
1776 one file.
1777
1778 2019-07-23 Tom de Vries <tdevries@suse.de>
1779
1780 PR testsuite/24842
1781 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1782 gdb_spawn_with_cmdline_opts.
1783
1784 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1785
1786 * gdb.arch/arm-cmse-sgstubs.c: New test.
1787 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1788
1789 2019-07-23 Tom de Vries <tdevries@suse.de>
1790
1791 PR testsuite/24711
1792 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1793 issuing next command.
1794
1795 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 * gdb.ada/info_auto_lang.exp: Update expected results.
1798 * gdb.base/info-types.c: Add additional types to check.
1799 * gdb.base/info-types.exp: Update expected results.
1800
1801 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * gdb.base/info-types.c: New file.
1804 * gdb.base/info-types.exp: New file.
1805
1806 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1807
1808 * gdb.arch/riscv-bp-infcall.c: New file.
1809 * gdb.arch/riscv-bp-infcall.exp: New file.
1810
1811 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 PR breakpoints/24541
1814 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1815
1816 2019-07-14 Tom de Vries <tdevries@suse.de>
1817
1818 PR testsuite/24760
1819 * gdb.objc/basicclass.exp: Fix unterminated string.
1820
1821 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1822 Andrew Burgess <andrew.burgess@embecosm.com>
1823
1824 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1825 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1826 negative bounds.
1827 * gdb.fortran/vla-value.exp: Print elements of an array with
1828 negative bounds.
1829 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1830 testing.
1831
1832 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1833
1834 * gdb.base/options.exp (expect_string): Dequote strings in
1835 results.
1836 (test-string): Test strings with different quoting and reindent.
1837
1838 2019-07-10 Tom Tromey <tromey@adacore.com>
1839
1840 * gdb.ada/mi_ex_cond.exp: Update expected results.
1841 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1842 * gdb.ada/mi_catch_ex.exp: Update expected results.
1843 * gdb.ada/mi_catch_assert.exp: Update expected results.
1844 * gdb.ada/catch_ex.exp (catch_exception_info)
1845 (catch_exception_entry, catch_assert_entry)
1846 (catch_unhandled_entry): Update.
1847 * gdb.ada/catch_assert_if.exp: Update expected results.
1848
1849 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1850 Stephen Roberts <stephen.roberts@arm.com>
1851
1852 * gdb.base/define.exp: Restore original prompt.
1853
1854 2019-07-09 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1857 breakpoints" output.
1858 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1859 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1860 throw" creates breakpoint.
1861 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1862 'type="catchpoint"'.
1863
1864 2019-07-09 Pedro Alves <palves@redhat.com>
1865
1866 PR c++/15468
1867 * gdb.cp/except-multi-location-lib.cc: New.
1868 * gdb.cp/except-multi-location-main.cc: New.
1869 * gdb.cp/except-multi-location.exp: New.
1870
1871 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1872
1873 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1874 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1875 argument and update callers.
1876
1877 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1878
1879 * gdb.arch/amd64-break-on-asm-line.S: New file.
1880 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1881
1882 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1883
1884 * gdb.base/printcmds.exp: Test printing C string and
1885 C wide string convenience vars without transiting via the inferior.
1886 Also make test names unique.
1887
1888 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1889
1890 PR breakpoints/25011
1891 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1892
1893 2019-07-04 Pedro Alves <palves@redhat.com>
1894
1895 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1896 body returned ok(0), break(3) or continue(4).
1897 * gdb.testsuite/foreach_with_prefix.exp: New file.
1898
1899 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1900
1901 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1902
1903 2019-07-03 Pedro Alves <palves@redhat.com>
1904
1905 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1906 "return -code".
1907
1908 2019-07-03 Pedro Alves <palves@redhat.com>
1909
1910 PR cli/24732
1911 * gdb.base/shell.exp: Load completion-support.exp.
1912 Adjust expected error output. Add completion tests.
1913
1914 2019-07-03 Pedro Alves <palves@redhat.com>
1915
1916 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1917 string_to_regexp.
1918
1919 2019-07-03 Pedro Alves <palves@redhat.com>
1920
1921 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1922 (expect_integer): Adjust to expect "-string".
1923 (expect_string): New.
1924 (all_options): Expect "-string".
1925 (test-flag, test-boolean): Adjust to expect "-string".
1926 (test-string): New proc.
1927 (top level): Call it.
1928
1929 2019-07-03 Pedro Alves <palves@redhat.com>
1930
1931 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1932 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1933 the expected output in the success.
1934
1935 2019-07-03 Pedro Alves <palves@redhat.com>
1936
1937 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1938 Split one gdb_test_multiple call in two to avoid a race.
1939
1940 2019-07-03 Pedro Alves <palves@redhat.com>
1941
1942 * gdb.base/with.c: New file.
1943 * gdb.base/with.exp: New file.
1944
1945 2019-07-03 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.base/settings.exp: Replace all references to "maint
1948 test-settings set" with references to "maint set test-settings",
1949 and all references to "maint test-settings show" with references
1950 to "maint show test-settings".
1951
1952 2019-07-03 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.base/settings.exp (test-string): Adjust expected out when
1955 testing "maint test-settings show filename"
1956
1957 2019-07-02 Pedro Alves <palves@redhat.com>
1958
1959 * gdb.base/options.exp (test-info-threads): New procedure.
1960 (top level): Call it.
1961
1962 2019-06-28 Tom Tromey <tromey@adacore.com>
1963
1964 * gdb.dwarf2/ada-linkage-name.c: New file.
1965 * gdb.dwarf2/ada-linkage-name.exp: New file.
1966
1967 2019-06-27 Tom Tromey <tromey@adacore.com>
1968
1969 PR c++/20020:
1970 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1971
1972 2019-06-26 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1975
1976 2019-06-26 Tom de Vries <tdevries@suse.de>
1977
1978 * gdb.base/index-cache.exp: Add back missing debug option.
1979
1980 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1981
1982 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1983
1984 2019-06-25 Tom de Vries <tdevries@suse.de>
1985
1986 PR testsuite/24727
1987 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1988
1989 2019-06-24 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1992
1993 2019-06-24 Tom de Vries <tdevries@suse.de>
1994
1995 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1996 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1997 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1998
1999 2019-06-24 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2002
2003 2019-06-21 Tom de Vries <tdevries@suse.de>
2004
2005 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2006
2007 2019-06-21 Tom de Vries <tdevries@suse.de>
2008
2009 PR testsuite/24518
2010 PR ada/24713
2011 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2012 index.
2013
2014 2019-06-19 Tom Tromey <tromey@adacore.com>
2015
2016 * gdb.ada/length_cond.exp: Add intro comment.
2017
2018 2019-06-19 Tom Tromey <tromey@adacore.com>
2019
2020 * gdb.ada/length_cond.exp: New file.
2021 * gdb.ada/length_cond/length_cond.adb: New file.
2022 * gdb.ada/length_cond/pck.adb: New file.
2023 * gdb.ada/length_cond/pck.ads: New file.
2024
2025 2019-06-18 Tom de Vries <tdevries@suse.de>
2026
2027 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2028
2029 2019-06-18 Tom Tromey <tromey@adacore.com>
2030
2031 * gdb.base/list0.h: Add comment explaining control character.
2032
2033 2019-06-18 Tom de Vries <tdevries@suse.de>
2034
2035 * boards/fission.exp: Break up long debug_flags line.
2036
2037 2019-06-16 Tom de Vries <tdevries@suse.de>
2038
2039 PR gdb/24445
2040 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2041 generated index.
2042
2043 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2044
2045 PR gdb/24686
2046 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2047 improve detection of bug gdb/24541.
2048
2049 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2050
2051 PR gdb/24669
2052 * gdb.base/index-cache.exp (uses_readnow,
2053 expecting_index_cache_use): Define global variable.
2054 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2055 expecting_index_cache_use.
2056
2057 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2058 Andrew Burgess <andrew.burgess@embecosm.com>
2059
2060 * gdb.fortran/pointers.f90: New file.
2061 * gdb.fortran/print_type.exp: New file.
2062 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2063 * gdb.fortran/vla-type.exp: Likewise.
2064 * gdb.fortran/vla-value.exp: Likewise.
2065 * gdb.mi/mi-vla-fortran.exp: Likewise.
2066
2067 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2068
2069 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2070 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2071 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2072 as a stop reason.
2073
2074 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2075
2076 * gdb.base/annota1.exp: Update expected results.
2077 * gdb.cp/annota2.exp: Likewise.
2078 * gdb.cp/annota3.exp: Likewise.
2079
2080 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2081
2082 * gdb.base/style-logging.exp: Remove path from test name.
2083
2084 2019-06-14 Tom Tromey <tromey@adacore.com>
2085
2086 PR gdb/24502:
2087 * gdb.base/style-logging.exp: New file.
2088
2089 2019-06-14 Tom Tromey <tromey@adacore.com>
2090
2091 * gdb.base/symfile-warn.exp: New file.
2092 * gdb.base/symfile-warn.c: New file.
2093
2094 2019-06-14 Tom Tromey <tromey@adacore.com>
2095
2096 * gdb.base/annotate-symlink.exp: New file.
2097
2098 2019-06-14 Tom Tromey <tromey@adacore.com>
2099
2100 * gdb.ada/set_wstr.exp: Add reassignment test.
2101
2102 2019-06-14 Tom Tromey <tromey@adacore.com>
2103
2104 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2105 'unchecked_access and 'unrestricted_access as well.
2106
2107 2019-06-14 Tom Tromey <tromey@adacore.com>
2108
2109 PR ada/24539:
2110 * gdb.ada/vla.exp: Update tests.
2111 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2112 pragma.
2113
2114 2019-06-13 Pedro Alves <palves@redhat.com>
2115
2116 * gdb.base/settings.exp (test-integer): Test junk after
2117 "unlimited".
2118
2119 2019-06-13 Pedro Alves <palves@redhat.com>
2120
2121 * gdb.base/options.exp (test-thread-apply): New.
2122 (top level): Call it.
2123
2124 2019-06-13 Pedro Alves <palves@redhat.com>
2125
2126 * gdb.base/options.exp (test-frame-apply): New.
2127 (top level): Test print commands with different "frame apply"
2128 prefixes.
2129
2130 2019-06-13 Pedro Alves <palves@redhat.com>
2131
2132 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2133 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2134 'max_completions' parameter and handle it.
2135 (test_gdb_completion_offers_commands): New.
2136
2137 2019-06-13 Pedro Alves <palves@redhat.com>
2138
2139 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2140
2141 2019-06-13 Pedro Alves <palves@redhat.com>
2142
2143 * gdb.base/options.exp (test-backtrace): New.
2144 (top level): Call it.
2145
2146 2019-06-13 Pedro Alves <palves@redhat.com>
2147
2148 * gdb.guile/scm-frame-args.exp: Use "set print
2149 raw-frame-arguments" instead of "set print raw frame-arguments".
2150 * gdb.python/py-frame-args.exp: Likewise.
2151
2152 2019-06-13 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.compile/compile.exp: Adjust expected output to option
2155 processing changes.
2156
2157 2019-06-13 Pedro Alves <palves@redhat.com>
2158
2159 * gdb.base/options.exp: Build executable.
2160 (test-print): New procedure.
2161 (top level): Call it, once for "print" and another for "compile
2162 print".
2163
2164 2019-06-13 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.base/options.c: New file.
2167 * gdb.base/options.exp: New file.
2168
2169 2019-06-13 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2172 that "o" is ambiguous.
2173
2174 2019-06-13 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.base/settings.c: New file.
2177 * gdb.base/settings.exp: New file.
2178
2179 2019-06-13 Pedro Alves <palves@redhat.com>
2180
2181 * gdb.base/completion.exp: Fix comment typo.
2182
2183 2019-06-13 Pedro Alves <palves@redhat.com>
2184
2185 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2186 foo --1" test.
2187
2188 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2189
2190 * gdb.fortran/block-data.f: New.
2191 * gdb.fortran/block-data.exp: New.
2192
2193 2019-06-11 Tom de Vries <tdevries@suse.de>
2194
2195 PR testsuite/24521
2196 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2197 message.
2198
2199 2019-06-11 Tom de Vries <tdevries@suse.de>
2200
2201 PR testsuite/24521
2202 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2203
2204 2019-06-11 Tom de Vries <tdevries@suse.de>
2205
2206 * boards/readnow.exp: New file.
2207
2208 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2209
2210 * gdb.fortran/vla-sizeof.exp: Update expected results.
2211
2212 2019-06-06 Amos Bird <amosbird@gmail.com>
2213
2214 * gdb.base/annota1.exp (thread_switch): Add test for
2215 thread-exited annotation.
2216
2217 2019-06-06 Tom Tromey <tromey@adacore.com>
2218
2219 * gdb.base/maint.exp: Expect command started/finished output.
2220
2221 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2224 comment.
2225 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2226
2227 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2228
2229 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2230 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2231 * gdb.arch/riscv-unwind-long-insn.c: New file.
2232 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2233
2234 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2235
2236 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2237
2238 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2239
2240 * lib/gdb.exp (help_list_trailer): New regexp variable
2241 factorizing the help trailer message.
2242 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2243 arg to allow to better factorize various tests.
2244 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2245 (test_prefix_command_help): Use help_list_trailer.
2246 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2247 * gdb.guile/scm-cmd.exp: Likewise.
2248 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2249 * gdb.base/help.exp: Use test_user_defined_class_help.
2250 * gdb.base/style.exp: Add tests for styling of help and apropos.
2251 * lib/gdb-utils.exp (style): Add title and highlight styles.
2252
2253 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2254
2255 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2256 $_shell_exitsignal.
2257 * gdb.base/default.exp: Update for new convenience variables.
2258
2259 2019-05-29 Tom Tromey <tromey@adacore.com>
2260
2261 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2262 to "break complete ada" test case's regexp.
2263
2264 2019-05-29 Tom Tromey <tromey@adacore.com>
2265
2266 PR c++/20020:
2267 * gdb.cp/constexpr-field.exp: New file.
2268 * gdb.cp/constexpr-field.cc: New file.
2269
2270 2019-05-29 Tom Tromey <tromey@adacore.com>
2271
2272 * gdb.base/finish.exp (finish_no_print): New proc.
2273 (finish_tests): Call it.
2274
2275 2019-05-24 Tom de Vries <tdevries@suse.de>
2276
2277 * gdb.dwarf2/gdb-add-index.exp: New file.
2278
2279 2019-05-22 Tom Tromey <tromey@adacore.com>
2280
2281 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2282 * gdb.base/style.exp: Use "style".
2283 * lib/gdb-utils.exp (style): New proc.
2284
2285 2019-05-22 Tom de Vries <tdevries@suse.de>
2286
2287 * gdb.base/align.exp: Require c++11.
2288
2289 2019-05-22 Tom de Vries <tdevries@suse.de>
2290
2291 PR testsuite/24586
2292 * gdb.python/py-mi-var-info-path-expression.exp: Call
2293 mi_skip_python_tests to check if python is supported.
2294
2295 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2296
2297 * gdb.arch/aarch64-pauth.c: New test.
2298 * gdb.arch/aarch64-pauth.exp: New file.
2299
2300 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2301
2302 * README (Re-running Tests Outside The Testsuite): New section.
2303
2304 2019-05-21 Tom de Vries <tdevries@suse.de>
2305
2306 * gdb.arch/amd64-eval.exp: Require c++11.
2307 * gdb.base/max-depth.exp: Same.
2308 * gdb.compile/compile-cplus-array-decay.exp: Same.
2309 * gdb.cp/meth-typedefs.exp: Same.
2310 * gdb.cp/subtypes.exp: Same.
2311 * gdb.cp/temargs.exp: Same.
2312
2313 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2314
2315 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2316
2317 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2318
2319 PR gdb/18644
2320 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2321 * gdb.fortran/printing-types.exp: Add new test.
2322 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2323 testing.
2324 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2325 setup_kfail call.
2326
2327 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2328
2329 * README (Running the Testsuite): Change example.
2330 (Testsuite Parameters): Remove TRANSCRIPT.
2331 * lib/gdb.exp: Remove TRANSCRIPT check.
2332
2333 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2334
2335 * README (Testsuite Parameters): Add replay logging to
2336 GDBSERVER_DEBUG.
2337 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2338 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2339 as a comma separated list.
2340 (gdb_debug_init): Override procedure.
2341
2342 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2343
2344 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2345 (gdb_write_cmd_file): New procedure.
2346 * lib/gdbserver-support.exp (gdbserver_start): Call
2347 gdbserver_write_cmd_file.
2348 (gdbserver_write_cmd_file): New procedure.
2349
2350 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2351
2352 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2353 (delete_breakpoints): Likewise.
2354 (gdb_run_cmd): Likewise.
2355 (gdb_start_cmd): Likewise.
2356 (gdb_starti_cmd): Likewise.
2357 (gdb_internal_error_resync): Likewise.
2358 (gdb_test_multiple): Likewise.
2359 (gdb_reinitialize_dir): Likewise.
2360 (default_gdb_exit): Likewise.
2361 (gdb_file_cmd): Mark kill as optional.
2362 (default_gdb_start): Call gdb_stdin_log_init.
2363 (send_gdb): Call gdb_stdin_log_write.
2364 (rerun_to_main): Mark Y as an answer.
2365 (gdb_stdin_log_init): New function.
2366 (gdb_stdin_log_write): Likewise.
2367
2368 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2369
2370 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2371 * gdb.base/debug-expr.exp: Likewise.
2372 * gdb.base/foll-fork.exp: Likewise.
2373 * gdb.base/foll-vfork.exp: Likewise.
2374 * gdb.base/fork-print-inferior-events.exp: Likewise.
2375 * gdb.base/gdb-sigterm.exp: Likewise.
2376 * gdb.base/gdbinit-history.exp: Likewise.
2377 * gdb.base/osabi.exp: Likewise.
2378 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2379 * gdb.base/ui-redirect.exp: Likewise.
2380 * gdb.gdb/unittest.exp: Likewise.
2381 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2382 * gdb.mi/mi-watch.exp: Likewise.
2383 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2384 * gdb.mi/user-selected-context-sync.exp: Likewise.
2385 * gdb.python/python.exp: Disable debug test when debugging.
2386 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2387 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2388 Likewise.
2389 * gdb.threads/stepi-random-signal.exp: Likewise.
2390
2391 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2392
2393 * Makefile.in: Pass through GDB_DEBUG.
2394 * README (Testsuite Parameters): Add GDB_DEBUG.
2395 (gdb,debug): Add board setting.
2396 * lib/gdb.exp (default_gdb_start): Start debugging.
2397 (gdb_debug_enabled): New procedure.
2398 (gdb_debug_init): Likewise.
2399
2400 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2401
2402 * Makefile.in: Pass through GDB_DEBUG.
2403 * README (Testsuite Parameters): Add GDB_DEBUG.
2404 (gdb,debug): Add board setting.
2405 * lib/gdb.exp (default_gdb_start): Start debugging.
2406 (gdb_debug_enabled): New procedure.
2407 (gdb_debug_init): Likewise.
2408
2409 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2410
2411 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2412
2413 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2414
2415 * gdb.base/ui-redirect.exp: Test redirection.
2416
2417 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2418
2419 * gdb.mi/mi-complete.exp: New file.
2420 * gdb.mi/mi-complete.cc: Likewise.
2421
2422 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2423
2424 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2425 indexed and sliced arrays, and pointers to arrays.
2426
2427 2019-05-14 Tom Tromey <tromey@adacore.com>
2428
2429 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2430 styling test.
2431
2432 2019-05-14 Tom de Vries <tdevries@suse.de>
2433
2434 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2435 selection entry encoding.
2436
2437 2019-05-10 Tom Tromey <tromey@adacore.com>
2438
2439 * gdb.ada/info_exc.exp: Add "complete" test.
2440
2441 2019-05-09 Tom de Vries <tdevries@suse.de>
2442
2443 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2444 CU-relative.
2445
2446 2019-05-09 Tom de Vries <tdevries@suse.de>
2447
2448 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2449 CU-relative.
2450
2451 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2452
2453 * gdb.ada/frame_arg_lang.exp: New testcase.
2454 * gdb.ada/frame_arg_lang/bla.adb: New file.
2455 * gdb.ada/frame_arg_lang/pck.ads: New file.
2456 * gdb.ada/frame_arg_lang/pck.adb: New file.
2457 * gdb.ada/frame_arg_lang/foo.c: New file.
2458
2459 2019-05-08 Tom Tromey <tromey@adacore.com>
2460
2461 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2462
2463 2019-05-08 Tom Tromey <tromey@adacore.com>
2464
2465 * gdb.base/ptype-offsets.exp: Update tests.
2466
2467 2019-05-08 Tom Tromey <tromey@adacore.com>
2468
2469 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2470 cases.
2471 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2472 "short".
2473
2474 2019-05-08 Tom Tromey <tromey@adacore.com>
2475
2476 * gdb.ada/vla.exp: New file.
2477 * gdb.ada/vla/vla.adb: New file.
2478
2479 2019-05-07 Tom de Vries <tdevries@suse.de>
2480
2481 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2482
2483 2019-05-07 Tom de Vries <tdevries@suse.de>
2484
2485 PR testsuite/24522
2486 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2487 section.
2488
2489 2019-05-07 Tom de Vries <tdevries@suse.de>
2490
2491 PR testsuite/24522
2492 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2493 .debug_aranges section.
2494
2495 2019-05-07 Tom de Vries <tdevries@suse.de>
2496
2497 PR testsuite/24159
2498 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2499
2500 2019-05-06 Tom de Vries <tdevries@suse.de>
2501
2502 * lib/gdb.exp (exec_has_index_section): New proc.
2503 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2504 section.
2505
2506 2019-05-04 Tom de Vries <tdevries@suse.de>
2507
2508 * boards/cc-with-debug-names.exp: New file.
2509
2510 2019-05-03 Tom Tromey <tromey@adacore.com>
2511
2512 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2513 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2514 * gdb.ada/char_enum.exp: Add test.
2515
2516 2019-05-03 Tom de Vries <tdevries@suse.de>
2517
2518 * boards/cc-with-gdb-index.exp: New file.
2519
2520 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * gdb.rust/simple.exp: Add new test case.
2523 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2524 (main): Initialise an instance of the new struct.
2525
2526 2019-05-01 Tom Tromey <tromey@adacore.com>
2527
2528 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2529 record.
2530 (NPR): New variable.
2531 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2532 test.
2533
2534 2019-05-01 Tom Tromey <tromey@adacore.com>
2535
2536 * gdb.ada/packed_array_assign.exp: Add packed assignment
2537 regression test.
2538
2539 2019-05-01 Tom de Vries <tdevries@suse.de>
2540
2541 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2542
2543 2019-05-01 Tom de Vries <tdevries@suse.de>
2544
2545 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2546
2547 2019-04-30 Ali Tamur <tamur@google.com>
2548
2549 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2550
2551 2019-04-30 Tom Tromey <tromey@adacore.com>
2552
2553 * lib/ada.exp (find_ada_tool): New proc.
2554 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2555 * gdb.ada/catch_ex_std.exp: New file.
2556 * gdb.ada/catch_ex_std/foo.adb: New file.
2557 * gdb.ada/catch_ex_std/some_package.adb: New file.
2558 * gdb.ada/catch_ex_std/some_package.ads: New file.
2559
2560 2019-04-30 Tom Tromey <tromey@adacore.com>
2561
2562 PR c++/24470:
2563 * gdb.cp/temargs.cc: Add test code from PR.
2564
2565 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2566
2567 * gdb.fortran/vla-datatypes.exp: Update expected results.
2568 * gdb.fortran/vla-ptype.exp: Likewise.
2569 * gdb.fortran/vla-type.exp: Likewise.
2570 * gdb.fortran/vla-value.exp: Likewise.
2571
2572 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * gdb.fortran/ptr-indentation.exp: Update expected results.
2575 * gdb.fortran/ptype-on-functions.exp: Likewise.
2576 * gdb.fortran/vla-ptr-info.exp: Likewise.
2577 * gdb.fortran/vla-value.exp: Likewise.
2578
2579 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.fortran/ptype-on-functions.exp: New file.
2582 * gdb.fortran/ptype-on-functions.f90: New file.
2583
2584 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2587 case void string.
2588
2589 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.fortran/complex.exp: Expand.
2592 * gdb.fortran/complex.f: Renamed to...
2593 * gdb.fortran/complex.f90: ...this, and extended to add more
2594 complex values.
2595
2596 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2597
2598 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2599 MODULO, CMPLX.
2600
2601 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2602 Richard Bunt <richard.bunt@arm.com>
2603
2604 * gdb.base/max-depth.c: New file.
2605 * gdb.base/max-depth.exp: New file.
2606 * gdb.python/py-nested-maps.c: New file.
2607 * gdb.python/py-nested-maps.exp: New file.
2608 * gdb.python/py-nested-maps.py: New file.
2609 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2610 (test_all_common): Call test_max_depth.
2611 * gdb.fortran/max-depth.exp: New file.
2612 * gdb.fortran/max-depth.f90: New file.
2613 * gdb.go/max-depth.exp: New file.
2614 * gdb.go/max-depth.go: New file.
2615 * gdb.modula2/max-depth.exp: New file.
2616 * gdb.modula2/max-depth.c: New file.
2617 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2618
2619 2019-04-29 Tom de Vries <tdevries@suse.de>
2620
2621 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2622
2623 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2624
2625 * gdb.base/callexit.exp: Test may-call-functions off.
2626
2627 2019-04-25 Keith Seitz <keiths@redhat.com>
2628
2629 PR c++/24367
2630 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2631 (another_incomplete_struct, test_incomplete): New definitions.
2632 (main): Use new definitions.
2633 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2634 functions.
2635
2636 2019-04-25 Ali Tamur <tamur@google.com>
2637
2638 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2639
2640 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2641
2642 PR corefiles/11608
2643 PR corefiles/18187
2644 * gdb.base/coredump-filter-build-id.exp: New file.
2645
2646 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2647
2648 * Makefile.in: Pass through GDBSERVER_DEBUG.
2649 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2650 (gdbserver,debug): Add board setting.
2651 * gdb.trace/tspeed.exp: Skip when debugging.
2652 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2653 * lib/gdbserver-support.exp: Likewise
2654
2655 2019-04-24 Tom Tromey <tromey@adacore.com>
2656
2657 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2658 Rust.
2659
2660 2019-04-24 Tom Tromey <tromey@adacore.com>
2661
2662 * gdb.arch/amd64-eval.exp: Test bitfield return.
2663 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2664 (class Foo) <return_bitfields>: New method.
2665 (main): Call it.
2666
2667 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2668
2669 * gdb.cp/many-args.cc: New file.
2670 * gdb.cp/many-args.exp: New file.
2671
2672 2019-04-23 Tom de Vries <tdevries@suse.de>
2673
2674 PR gdb/24433
2675 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2676
2677 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2678
2679 * gdb.trace/backtrace.exp: Use nopie flag.
2680 * gdb.trace/circ.exp: Likewise.
2681 * gdb.trace/collection.exp: Likewise.
2682 * gdb.trace/ftrace.exp: Likewise.
2683 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2684 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2685 * gdb.trace/qtro.exp: Likewise.
2686 * gdb.trace/read-memory.exp: Likewise.
2687 * gdb.trace/report.exp: Likewise.
2688 * gdb.trace/tfile.exp: Likewise.
2689 * gdb.trace/tfind.exp: Likewise.
2690 * gdb.trace/unavailable.exp: Likewise.
2691
2692 2019-04-22 Pedro Alves <palves@redhat.com>
2693
2694 * gdb.base/solib-probes-nosharedlibrary.c,
2695 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2696
2697 2019-04-19 Tom Tromey <tromey@adacore.com>
2698
2699 * gdb.ada/ptype_union.c: New file.
2700 * gdb.ada/ptype_union.exp: New file.
2701
2702 2019-04-19 Tom Tromey <tromey@adacore.com>
2703
2704 PR symtab/24423:
2705 * gdb.base/list0.h (foo): Add a control-l character.
2706
2707 2019-04-18 Tom de Vries <tdevries@suse.de>
2708
2709 PR gdb/24433
2710 * boards/local-board.exp: Set sysroot to "".
2711
2712 2019-04-18 Tom de Vries <tdevries@suse.de>
2713 Pedro Alves <palves@redhat.com>
2714
2715 PR gdb/24454
2716 * gdb.threads/vfork-follow-child-exec.c: New file.
2717 * gdb.threads/vfork-follow-child-exec.exp: New file.
2718 * gdb.threads/vfork-follow-child-exit.c: New file.
2719 * gdb.threads/vfork-follow-child-exit.exp: New file.
2720
2721 2019-04-15 Leszek Swirski <leszeks@google.com>
2722
2723 * gdb.arch/amd64-eval.cc: New file.
2724 * gdb.arch/amd64-eval.exp: New file.
2725
2726 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2727
2728 * gdb.server/sysroot.c: New test.
2729 * gdb.server/sysroot.exp: New file.
2730 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2731 matching param.
2732
2733 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2734
2735 * gdb.base/align.exp: Extend test to cover structures containing
2736 only static fields.
2737
2738 2019-04-11 Tom de Vries <tdevries@suse.de>
2739
2740 * boards/cc-with-dwz-m.exp: New file.
2741 * boards/cc-with-dwz.exp: New file.
2742 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2743
2744 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2745
2746 * gdb.base/start-cpp.exp: New file.
2747 * gdb.base/start-cpp.cc: New file.
2748
2749 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2750
2751 * gdb.python/py-thrhandle.exp: Adjust tests to call
2752 thread_from_handle instead of thread_from_thread_handle.
2753
2754 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2755
2756 * gdb.python/py-thrhandle.exp: Add tests for
2757 gdb.InferiorThread.handle.
2758
2759 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2760
2761 * gdb.python/py-function.exp: Check calling helper function from
2762 all languages.
2763 * lib/gdb.exp (gdb_supported_languages): New proc.
2764
2765 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2766
2767 * gdb.base/complex-parts.c: New file.
2768 * gdb.base/complex-parts.exp: New file.
2769
2770 2019-04-01 Tom Tromey <tromey@adacore.com>
2771
2772 PR symtab/23331:
2773 * gdb.dwarf2/dw2-ranges-main.c: New file.
2774 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2775 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2776
2777 2019-03-30 Simon Marchi <simark@simark.ca>
2778
2779 * gdb.base/default.exp: Add values for $_gdb_major and
2780 $_gdb_minor.
2781
2782 2019-03-29 Tom Tromey <tromey@adacore.com>
2783
2784 * gdb.base/help.exp: Tighten apropos regexp.
2785
2786 2019-03-29 Keith Seitz <keiths@redhat.com>
2787
2788 * gdb.fortran/array-bounds.exp: New file.
2789 * gdb.fortran/array-bounds.f90: New file.
2790
2791 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2792
2793 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2794
2795 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2796
2797 * gdb.multi/hello.c (main): Increase alarm timer.
2798
2799 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2800
2801 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2802 factor when no hardware watchpoint support.
2803
2804 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2805 Pedro Alves <palves@redhat.com>
2806
2807 * boards/local-board.exp: set sysroot to /.
2808
2809 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2810
2811 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2812 in child.
2813
2814 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2815
2816 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2817 field.
2818 (make_container): Initialise new field.
2819 * gdb.python/py-prettyprint.exp: Add new tests.
2820 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2821 <display_hint>: New method.
2822
2823 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2824
2825 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2826 gdb_continue_to_breakpoint more throughout this test.
2827 (run_lang_tests) Supply unique test names, and use
2828 gdb_test_no_output.
2829
2830 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2831
2832 * gdb.base/finish-pretty.exp: Update expected results.
2833 * gdb.base/pretty-print.c: New file.
2834 * gdb.base/pretty-print.exp: New file.
2835
2836 2019-03-25 Pedro Alves <palves@redhat.com>
2837
2838 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2839 move comments outside list. Append '-i "" eof' section.
2840
2841 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2842
2843 PR testsuite/25016
2844 * README: Add pie options.
2845 * gdb.base/break-interp.exp: Ensure pie is disabled.
2846 * gdb.base/dump.exp: Likewise.
2847 * lib/gdb.exp (gdb_compile): Add pie option.
2848
2849 2019-03-19 Tom Tromey <tromey@adacore.com>
2850
2851 * gdb.mi/mi2-cli-display.c: New file.
2852 * gdb.mi/mi2-cli-display.exp: New file.
2853
2854 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2855 Tom Tromey <tromey@adacore.com>
2856
2857 * gdb.ada/ptype_array/pck.adb: New file.
2858 * gdb.ada/ptype_array/pck.ads: New file.
2859 * gdb.ada/ptype_array/foo.adb: New file.
2860 * gdb.ada/ptype_array.exp: New file.
2861
2862 2019-03-14 Tom Tromey <tromey@adacore.com>
2863
2864 * gdb.base/style.exp: Add "set style sources" test.
2865
2866 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2867
2868 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2869 * mi-breakpoint-multiple-locations.exp: ... this.
2870 (make_breakpoints_pattern): New proc.
2871 (do_test): Add mi_version parameter, test -break-insert,
2872 -break-info and =breakpoint-created.
2873
2874 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * config/default.exp: Remove 'load_lib gdb.exp'.
2877 * config/monitor.exp: Likewise.
2878 * config/sid.exp: Likewise.
2879 * config/sim.exp: Likewise.
2880 * config/slite.exp: Likewise.
2881 * config/unix.exp: Likewise.
2882 * gdb.base/default.exp: Remove unhelpful comment.
2883
2884 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2885
2886 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2887
2888 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2891
2892 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2893
2894 * gdb.fortran/type-kinds.exp: Update expected results.
2895
2896 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2899
2900 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2903 function.
2904 (test_basic_parsing_of_type_kinds): Expand types tested.
2905 (test_parsing_invalid_type_kinds): New function.
2906
2907 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.fortran/intrinsics.exp: New file.
2910 * gdb.fortran/intrinsics.f90: New file.
2911 * gdb.fortran/type-kinds.exp: New file.
2912
2913 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2914
2915 * gdb.fortran/dot-ops.exp: New file.
2916
2917 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2918
2919 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2920 Check upper and lower case logical literals.
2921
2922 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2923
2924 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2925 Remove duplicate tests.
2926
2927 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2928
2929 * lib/gdb.exp (builtin_cd): rename of cd.
2930 (cd): Override builtin.
2931
2932 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2933
2934 * gdb.fortran/function-calls.exp: New file.
2935 * gdb.fortran/function-calls.f90: New test.
2936
2937 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2938
2939 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2940 on user program standard output.
2941 * gdb.fortran/short-circuit-argument-list.f90: Record function
2942 calls.
2943
2944 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2945
2946 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2947 failure.
2948
2949 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2950
2951 PR gdb/8527
2952 * gdb.base/interrupt-daemon-attach.c,
2953 gdb.base/interrupt-daemon-attach.exp: New test.
2954
2955 2019-02-27 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.base/page.exp: Add tests for "set width/height -1".
2958
2959 2019-02-27 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.base/page.exp: Add tests for "set/show width/height" with
2962 "infinite" values.
2963
2964 2019-02-27 Tom Tromey <tromey@adacore.com>
2965
2966 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2967 2.4.
2968 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2969 workaround.
2970
2971 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2974 tests for structs with static members.
2975
2976 2019-02-26 Tom Tromey <tromey@adacore.com>
2977
2978 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2979 ValueError, not TypeError.
2980
2981 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2982
2983 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2984 call from main program.
2985
2986 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2987
2988 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2989 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2990 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2991 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2992 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2993
2994 2019-02-22 Keith Seitz <keiths@redhat.com>
2995
2996 PR symtab/23853
2997 * gdb.base/symlink-sourcefile.c: New file.
2998 * gdb.base/symlink-sourcefile.exp: New file.
2999
3000 2019-02-20 Tom Tromey <tom@tromey.com>
3001
3002 * gdb.base/info_qt.exp: Update.
3003
3004 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3005
3006 * gdb.base/source.exp: Move "error in sourced script" code to
3007 the end.
3008 * gdb.base/source-error.gdb: Move contents to
3009 source-error-1.gdb. Add new code to source source-error-1.gdb.
3010 * gdb.base/source-error-1.gdb: New file, from previous
3011 source-error.gdb.
3012
3013 2019-02-17 Tom Tromey <tom@tromey.com>
3014
3015 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3016 for macro styling.
3017 * gdb.base/style.c (SOME_MACRO): New macro.
3018
3019 2019-02-17 Tom Tromey <tom@tromey.com>
3020
3021 * gdb.base/style.exp: Add line-wrapping tests.
3022 * gdb.base/page.exp: Add test for quitting during pagination.
3023
3024 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3025
3026 * gdb.ada/big_packed_array: New testcase.
3027 * gdb.ada/homonym.exp: Fix incorrect expected output for
3028 "break <homonym__get_value>" test.
3029
3030 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3031
3032 PR breakpoints/21870
3033 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3034 and prepare_for_testing. Add comment.
3035 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3036 redundant cleanup call. Clean up comment.
3037
3038 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3039
3040 PR breakpoints/21870
3041 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3042 * gdb.arch/aarch64-dbreg-contents.c: New file.
3043
3044 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3045
3046 * gdb.ada/mi_ref_changeable: New testcase.
3047
3048 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3049
3050 * gdb.base/attach.exp: Add double attach test.
3051
3052 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3053
3054 * lib/gdb.exp (default_gdb_start): Don't match pagination
3055 prompt.
3056 (gdb_init): Set stty_init.
3057
3058 2019-01-27 Tom Tromey <tom@tromey.com>
3059
3060 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3061 skip_python_tests.
3062
3063 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3064
3065 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3066 New structure.
3067 (struct struct_static_02_02): Likewise.
3068 (struct struct_static_02_03): Likewise.
3069 (struct struct_static_02_04): Likewise.
3070 (struct struct_static_04_01): Likewise.
3071 (struct struct_static_04_02): Likewise.
3072 (struct struct_static_04_03): Likewise.
3073 (struct struct_static_04_04): Likewise.
3074 (struct struct_static_06_01): Likewise.
3075 (struct struct_static_06_02): Likewise.
3076 (struct struct_static_06_03): Likewise.
3077 (struct struct_static_06_04): Likewise.
3078 (cmp_struct_static_02_01): Likewise.
3079 (cmp_struct_static_02_02): Likewise.
3080 (cmp_struct_static_02_03): Likewise.
3081 (cmp_struct_static_02_04): Likewise.
3082 (cmp_struct_static_04_01): Likewise.
3083 (cmp_struct_static_04_02): Likewise.
3084 (cmp_struct_static_04_03): Likewise.
3085 (cmp_struct_static_04_04): Likewise.
3086 (cmp_struct_static_06_01): Likewise.
3087 (cmp_struct_static_06_02): Likewise.
3088 (cmp_struct_static_06_03): Likewise.
3089 (cmp_struct_static_06_04): Likewise.
3090 (call_all): Test new structs.
3091 * gdb.base/infcall-nested-structs.exp: Likewise.
3092
3093 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3094 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3095
3096 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3097 * gdb.base/stack-protector.c: New test.
3098 * gdb.base/stack-protector.exp: New file.
3099 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3100 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3101 option.
3102 (gdb_compile): Remove stack protector for GCC and prevent
3103 recursion.
3104
3105 2019-01-16 Keith Seitz <keiths@redhat.com>
3106
3107 PR gdb/23773
3108 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3109
3110 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3111
3112 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3113 aliases.
3114 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3115 tests.
3116 * gdb.arch/powerpc-vector-regs.c: New file.
3117 * gdb.arch/powerpc-vector-regs.exp: New file.
3118
3119 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3120
3121 * gdb.arch/altivec-regs.exp: Fix the list passed to
3122 gdb_expect_list when testing "info vector".
3123
3124 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.base/style.exp: Don't include path in testname.
3127
3128 2019-01-10 Keith Seitz <keiths@redhat.com>
3129
3130 PR gdb/23712
3131 PR symtab/23010
3132 * gdb.dwarf2/multidictionary.exp: New file.
3133
3134 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3135
3136 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3137 (test_gnuv3_style_demangling): ... this.
3138 (test_lucid_style_demangling): Remove.
3139 (test_arm_style_demangling): Remove.
3140 (test_hp_style_demangling): Remove.
3141 (do_tests): Remove calls to the above.
3142
3143 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3146 case.
3147
3148 2019-01-06 Tom Tromey <tom@tromey.com>
3149
3150 PR gdb/28155:
3151 * gdb.dwarf2/typedef-void-finish.exp: New file.
3152
3153 2018-12-28 Tom Tromey <tom@tromey.com>
3154 Simon Marchi <simark@simark.ca>
3155
3156 * gdb.base/jit-exec.exp: New file.
3157 * gdb.base/jit-exec.c: New file.
3158 * gdb.base/jit-execd.c: New file.
3159
3160 2018-12-28 Tom Tromey <tom@tromey.com>
3161
3162 * gdb.base/style.exp: Update test to check for address styling.
3163
3164 2018-12-28 Tom Tromey <tom@tromey.com>
3165
3166 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3167 message.
3168
3169 2018-12-28 Tom Tromey <tom@tromey.com>
3170
3171 * gdb.base/style.exp: Add test for version number styling.
3172
3173 2018-12-28 Tom Tromey <tom@tromey.com>
3174
3175 * gdb.base/style.exp: Add test for print_address_symbolic.
3176
3177 2018-12-28 Tom Tromey <tom@tromey.com>
3178
3179 * gdb.base/style.exp: Add test for breakpoint setting.
3180
3181 2018-12-28 Tom Tromey <tom@tromey.com>
3182
3183 * gdb.base/style.exp: Add test for variable names.
3184
3185 2018-12-28 Tom Tromey <tom@tromey.com>
3186
3187 * gdb.base/style.exp: New file.
3188 * gdb.base/style.c: New file.
3189
3190 2018-12-28 Tom Tromey <tom@tromey.com>
3191
3192 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3193 "dumb".
3194 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3195 the TERM environment variable.
3196
3197 2018-12-27 Tom Tromey <tom@tromey.com>
3198
3199 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3200 pagination test.
3201
3202 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3203
3204 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3205 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3206
3207 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3208
3209 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3210 Filename a.adb changed to bp_fun_addr.adb.
3211 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3212
3213 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3214
3215 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3216 non-PIE executables.
3217 * README: Mention the gdb,nopie_flag board setting.
3218 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3219 non-PIE executable.
3220 * gdb.arch/amd64-entry-value.exp: Likewise.
3221 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3222 * gdb.arch/i386-float.exp: Likewise.
3223 * gdb.arch/i386-signal.exp: Likewise.
3224 * gdb.mi/mi-reg-undefined.exp: Likewise.
3225
3226 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3227
3228 PR gdb/23974
3229 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3230
3231 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3232
3233 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3234 Update order of results accordingly.
3235
3236 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3237
3238 * gdb.base/annota1.exp: Update a test regexp.
3239
3240 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3241
3242 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3243
3244 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3245
3246 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3247 (reuse_time): Initialize to REUSE_TIME_CAP.
3248 (check_rc): New function.
3249 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3250 Check pthread_create rc.
3251 (spawner_thread_func): Check pthread_create and pthread_join rc.
3252
3253 2018-12-08 Pedro Alves <palves@redhat.com>
3254
3255 * gdb.base/list.exp (test_forward_search): Rename to ...
3256 (test_forward_reverse_search): ... this. Also test reverse-search
3257 and the forward-search alias.
3258
3259 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3260
3261 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3262 local timeout variable before return, and remove all local timeout
3263 variable entirely.
3264 (gdb_load): Likewise.
3265
3266 2018-12-01 Tom de Vries <tdevries@suse.de>
3267
3268 * gdb.base/gdb-caching-proc.exp: New file.
3269
3270 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3271
3272 * Makefile.in (TIMESTAMP): New variable.
3273 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3274 command.
3275 (check-single-racy): Likewise.
3276 (check/%.exp): Likewise.
3277 (check-racy/%.exp): Likewise.
3278 (workers/%.worker): Likewise.
3279 (build-perf): Likewise.
3280 (check-perf): Likewise.
3281 * README: Describe new "TS" and "TS_FORMAT" variables.
3282 * print-ts.py: New file.
3283
3284 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3285
3286 PR python/23714
3287 * gdb.python/python.exp: Test command repetition after
3288 gdb.execute.
3289
3290 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3291
3292 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3293 is correctly aligned.
3294
3295 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3296
3297 * gdb.ada/info_auto_lang.exp: New testcase.
3298 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3299 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3300 * gdb.ada/info_auto_lang/some_c.c: New file.
3301
3302 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3303
3304 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3305 FUNC_lang language syntax.
3306
3307 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3308
3309 * gdb.base/info_minsym.c: New file.
3310 * gdb.base/info_minsym.exp: New file.
3311
3312 2018-11-19 Tom Tromey <tom@tromey.com>
3313
3314 PR rust/23625:
3315 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3316 * gdb.rust/expr.exp: Update expected output. Change one test.
3317
3318 2018-11-19 Tom Tromey <tom@tromey.com>
3319
3320 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3321
3322 2018-11-19 Pedro Alves <palves@redhat.com>
3323
3324 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3325 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3326 see the expected warning.
3327
3328 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3329
3330 PR gdb/22736:
3331 * gdb.cp/infcall-nodebug-lib.c: New test.
3332 * gdb.cp/infcall-nodebug-main.c: New test.
3333 * gdb.cp/infcall-nodebug.exp: New file.
3334
3335 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3336
3337 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3338 completer tests.
3339
3340 2018-11-09 Tom de Vries <tdevries@suse.de>
3341
3342 * gdb.base/msym-lang.c: New test.
3343 * gdb.base/msym-lang.exp: New file.
3344 * gdb.base/msym-lang-main.c: New test.
3345
3346 2018-11-08 Tom Tromey <tom@tromey.com>
3347
3348 PR gdb/23555:
3349 PR gdb/23838:
3350 * gdb.base/warning.exp: New file.
3351
3352 2018-11-08 Jan Beulich <jbeulich@suse.com>
3353
3354 * testsuite/gdb.arch/i386-avx512.c,
3355 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3356
3357 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3360 point hardware.
3361
3362 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3363
3364 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3365 * gdb.dwarf2/missing-type-name.exp: New file.
3366
3367 2018-11-06 Tom de Vries <tdevries@suse.de>
3368
3369 * gdb.base/many-headers.c: New test.
3370 * gdb.base/many-headers.exp: New file.
3371
3372 2018-11-06 Jim Wilson <jimw@sifive.com>
3373
3374 * gdb.base/code_elim.exp: For riscv, set additional_flags
3375 to include -msmall-data-limit=0.
3376
3377 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3378
3379 * gdb.ada/watch_minus_l: New testcase.
3380
3381 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3382
3383 * gdb.arch/aix-sighandle.c: New file.
3384 * gdb.arch/aix-sighandle.exp: New file.
3385
3386 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3389 registers being unions.
3390
3391 2018-10-31 Tom de Vries <tdevries@suse.de>
3392
3393 * lib/valgrind.exp: New file.
3394 (vgdb_start, vgdb_stop): New procs, factored out of ...
3395 * gdb.base/valgrind-bt.exp: ... here, ...
3396 * gdb.base/valgrind-disp-step.exp: ... here and ...
3397 * gdb.base/valgrind-infcall.exp: ... here.
3398
3399 2018-10-31 Tom de Vries <tdevries@suse.de>
3400
3401 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3402
3403 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3404
3405 * gdb.dwarf2/void-type.c: New file.
3406 * gdb.dwarf2/void-type.exp: New file.
3407
3408 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3409
3410 * gdb.base/info_qt.c: New file.
3411 * gdb.base/info_qt.exp: New file.
3412
3413 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3414
3415 * gdb.arch/powerpc-htm-regs.c: New file.
3416 * gdb.arch/powerpc-htm-regs.exp: New file.
3417
3418 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3419
3420 * gdb.arch/powerpc-tar.c: New file.
3421 * gdb.arch/powerpc-tar.exp: New file.
3422
3423 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3424
3425 * gdb.arch/powerpc-ppr-dscr.c: New file.
3426 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3427
3428 2018-10-25 Tom de Vries <tdevries@suse.de>
3429
3430 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3431
3432 2018-10-24 Tom de Vries <tdevries@suse.de>
3433
3434 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3435 longer exists error.
3436
3437 2018-10-24 Tom de Vries <tdevries@suse.de>
3438
3439 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3440
3441 2018-10-24 Tom de Vries <tdevries@suse.de>
3442
3443 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3444 --db-attach in valgrind.
3445
3446 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * gdb.arch/riscv-reg-aliases.c: New file.
3449 * gdb.arch/riscv-reg-aliases.exp: New file.
3450
3451 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3452
3453 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3454
3455 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3456
3457 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3458
3459 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3460
3461 * gdb.cp/ovldbreak.exp: Fix regexps.
3462
3463 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3464
3465 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3466
3467 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3468
3469 PR cli/23785
3470 * gdb.base/restore.exp: New test to check if "restore" with an
3471 invalid file doesn't segfault.
3472
3473 2018-10-18 Tom de Vries <tdevries@suse.de>
3474
3475 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3476 * gdb.ada/excep_handle.exp: Same.
3477 * gdb.ada/mi_string_access.exp: Same.
3478 * gdb.ada/mi_var_union.exp: Same.
3479 * gdb.arch/arc-analyze-prologue.exp: Same.
3480 * gdb.arch/arc-decode-insn.exp: Same.
3481 * gdb.base/readnever.exp: Same.
3482 * gdb.fortran/printing-types.exp: Same.
3483 * gdb.guile/scm-lazy-string.exp: Same.
3484
3485 2018-10-16 Tom de Vries <tdevries@suse.de>
3486
3487 PR gdb/23730
3488 * gdb.base/catch-follow-exec.c: Add copyright notice.
3489 * gdb.base/catch-follow-exec.exp: Rewrite to use
3490 gdb_spawn_with_cmdline_opts. Require gdb-native.
3491
3492 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3493
3494 * gdb.trace/actions-changed.exp: Check for arch support.
3495 * gdb.trace/actions.exp: Likewise.
3496 * gdb.trace/ax.exp: Likewise.
3497 * gdb.trace/backtrace.exp: Likewise.
3498 * gdb.trace/change-loc.exp: Likewise.
3499 * gdb.trace/deltrace.exp: Likewise.
3500 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3501 * gdb.trace/ftrace.exp: Likewise.
3502 * gdb.trace/infotrace.exp: Check for arch support.
3503 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3504 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3505 * gdb.trace/mi-tsv-changed.exp: Likewise.
3506 * gdb.trace/packetlen.exp: Likewise.
3507 * gdb.trace/passc-dyn.exp: Likewise.
3508 * gdb.trace/passcount.exp: Likewise.
3509 * gdb.trace/pending.exp: Likewise.
3510 * gdb.trace/range-stepping.exp: Check for shlib support.
3511 * gdb.trace/report.exp: Check for arch support.
3512 * gdb.trace/save-trace.exp: Likewise.
3513 * gdb.trace/signal.exp: Check for signal support.
3514 * gdb.trace/tfind.exp: Check for arch support.
3515 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3516 * gdb.trace/trace-common.h: Add comment.
3517 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3518 * gdb.trace/trace-enable-disable.exp: Likewise.
3519 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3520 * gdb.trace/tracecmd.exp: Check for arch support.
3521 * gdb.trace/tspeed.exp: Check for shlib and target support.
3522 * gdb.trace/tstatus.exp: Check for arch support.
3523 * gdb.trace/tsv.exp: Likewise.
3524 * gdb.trace/while-dyn.exp: Likewise.
3525 * gdb.trace/while-stepping.exp: Likewise.
3526 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3527
3528 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3529
3530 * gdb.trace/tspeed.exp: Remove nowarnings.
3531 (prepare_for_trace_test): Declare "global ipalib".
3532 * gdb.trace/tspeed.c: Include unistd.h.
3533 (main): Remove superfluous printf argument.
3534
3535 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3536
3537 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3538 directory prefix on the filename.
3539
3540 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3541
3542 * gdb.gdb/unittest.exp: Update expected message informing that
3543 selftests have been disabled.
3544 * gdb.server/unittest.exp: Likewise.
3545
3546 2018-10-09 Tom de Vries <tdevries@suse.de>
3547
3548 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3549 with runto_main.
3550
3551 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3552
3553 PR c++/16841
3554 * gdb.cp/virtbase2.cc: New file.
3555 * gdb.cp/virtbase2.exp: New file.
3556
3557 2018-10-06 Tom Tromey <tom@tromey.com>
3558
3559 PR python/19399:
3560 * gdb.python/py-inferior.exp: Add architecture test.
3561
3562 2018-10-06 Tom Tromey <tom@tromey.com>
3563
3564 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3565 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3566
3567 2018-10-06 Tom Tromey <tom@tromey.com>
3568
3569 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3570 of a "throw" catchpoint.
3571
3572 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3573
3574 * gdb.base/info-proc.exp: Update string expected from "help info
3575 proc".
3576
3577 2018-10-04 Tom Tromey <tom@tromey.com>
3578
3579 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3580 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3581 (test_initial_complaints, test_empty_complaints): Update.
3582 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3583
3584 2018-10-04 Tom Tromey <tom@tromey.com>
3585
3586 PR cli/19551:
3587 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3588 * lib/gdb.exp (gdb_file_cmd): Update.
3589 * gdb.stabs/weird.exp (print_weird_var): Update.
3590 * gdb.server/solib-list.exp: Update.
3591 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3592 * gdb.mi/mi-cli.exp: Update.
3593 * gdb.linespec/linespec.exp: Update.
3594 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3595 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3596 * gdb.cp/cp-relocate.exp: Update.
3597 * gdb.base/sym-file.exp: Update.
3598 * gdb.base/relocate.exp: Update.
3599 * gdb.base/readnever.exp: Update.
3600 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3601 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3602 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3603 * gdb.base/code_elim.exp: Update.
3604 * gdb.base/break-unload-file.exp (test_break): Update.
3605 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3606 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3607 Update.
3608 * gdb.base/attach.exp (do_attach_tests): Update.
3609 * gdb.base/sepdebug.exp: Update.
3610 * gdb.python/py-section-script.exp: Update.
3611
3612 2018-10-04 Tom Tromey <tom@tromey.com>
3613
3614 PR cli/22234:
3615 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3616 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3617 output.
3618
3619 2018-10-04 Tom Tromey <tom@tromey.com>
3620
3621 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3622 set width and height to 0.
3623 (test_command_line_attach_run): Use -quiet.
3624
3625 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3626
3627 * lib/gdb.exp (skip_ifunc_tests): New.
3628 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3629 other compile failures.
3630 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3631
3632 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3633
3634 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3635 is_amd64_regs_target.
3636
3637 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3638
3639 * gdb.arch/aarch64-sighandler-regs.c: New test.
3640 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3641 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3642
3643 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3644
3645 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3646 assembly.
3647
3648 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3649
3650 * gdb.base/frame-selection.exp: New file.
3651 * gdb.base/frame-selection.c: New file.
3652
3653 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3654
3655 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3656 pthread barrier.
3657 (main): Likewise.
3658
3659 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3660
3661 * gdb.base/large-frame-1.c: New file.
3662 * gdb.base/large-frame-2.c: New file.
3663 * gdb.base/large-frame.exp: New file.
3664 * gdb.base/large-frame.h: New file.
3665
3666 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3667
3668 PR gdb/20948
3669 * gdb.base/write_mem.exp: New test.
3670 * gdb.base/write_mem.c: Likewise.
3671
3672 2018-09-23 Tom Tromey <tom@tromey.com>
3673
3674 PR python/18852:
3675 * gdb.python/py-parameter.exp: Add test for parameter that throws
3676 on "set".
3677
3678 2018-09-23 Tom Tromey <tom@tromey.com>
3679
3680 PR python/17284:
3681 * gdb.python/py-template.exp (test_template_arg): Add test for
3682 negative template argument number.
3683
3684 2018-09-23 Tom Tromey <tom@tromey.com>
3685
3686 PR python/14062:
3687 * gdb.python/python.exp: Add test for post_event error.
3688
3689 2018-09-23 Tom Tromey <tom@tromey.com>
3690
3691 PR python/18170:
3692 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3693 convert pointers to int and long.
3694
3695 2018-09-23 Tom Tromey <tom@tromey.com>
3696
3697 PR python/20126:
3698 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3699 signed-ness conversion tests.
3700
3701 2018-09-23 Tom Tromey <tom@tromey.com>
3702
3703 PR python/18352;
3704 * gdb.python/py-value.exp (test_float_conversion): New proc.
3705 Use it.
3706
3707 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3708
3709 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3710
3711 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3712
3713 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3714 no readline.
3715 * gdb.base/utf8-identifiers.exp: Likewise.
3716 * gdb.cp/cpcompletion.exp: Likewise.
3717 * gdb.linespec/cpcompletion.exp: Likewise.
3718 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3719 * gdb.linespec/cpls-ops.exp: Likewise.
3720
3721 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3722 Chris January <chris.january@arm.com>
3723
3724 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3725 * gdb.fortran/short-circuit-argument-list.exp: New file.
3726 * gdb.fortran/short-circuit-argument-list.f90: New test.
3727
3728 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3729
3730 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3731 "arch=" keyword when executing "-stack-list-frames".
3732
3733 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3734
3735 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3736 "arch=" keyword when executing "-stack-list-frames".
3737
3738 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3739
3740 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3741 break ada".
3742
3743 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3744
3745 PR python/23669
3746 * gdb.python/python.exp: Test gdb.execute("show commands").
3747
3748 2018-09-16 Tom Tromey <tom@tromey.com>
3749
3750 * gdb.base/new-ui.exp (do_execution_tests): Update.
3751 * gdb.base/dbx.exp (test_breakpoints): Update.
3752
3753 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3754
3755 * lib/gdb.exp (gdb_simple_compile): Add proc.
3756 (is_elf_target): Use gdb_simple_compile.
3757 (skip_altivec_tests): Likewise.
3758 (skip_vsx_tests): Likewise.
3759 (skip_tsx_tests): Likewise.
3760 (skip_btrace_tests): Likewise.
3761 (skip_btrace_pt_tests): Likewise.
3762 (gdb_can_simple_compile): Likewise.
3763 (gdb_has_argv0): Likewise.
3764 (gdb_target_symbol_prefix): Likewise.
3765 (target_supports_scheduler_locking): Likewise.
3766
3767 2018-09-13 Tom Tromey <tom@tromey.com>
3768
3769 * Makefile.in (TAGS): Recognize proc_with_prefix and
3770 gdb_caching_proc.
3771
3772 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3773
3774 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3775 method.
3776
3777 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3778
3779 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3780 and a few other Inferior properties when the Inferior is no
3781 longer valid.
3782
3783 2018-09-13 Tom Tromey <tom@tromey.com>
3784
3785 PR rust/23650:
3786 * gdb.rust/simple.exp: Add test for enum field access error.
3787
3788 2018-09-13 Tom Tromey <tom@tromey.com>
3789
3790 PR rust/23626:
3791 * gdb.rust/simple.rs (EmptyEnum): New type.
3792 (main): Use it.
3793 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3794
3795 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3796
3797 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3798 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3799 * gdb.python/py-symtab.exp: Update test printing an objfile.
3800
3801 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3802
3803 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3804 object.
3805
3806 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3807
3808 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3809 (support_complex_tests): Use gdb_can_simple_compile.
3810 (is_ilp32_target): Likewise.
3811 (is_lp64_target): Likewise.
3812 (is_64_target): Likewise.
3813 (is_amd64_regs_target): Likewise.
3814 (is_aarch32_target): Likewise.
3815 (gdb_int128_helper): Likewise.
3816
3817 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3818
3819 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3820
3821 2018-09-10 Jerome Guitton <guitton@adacore.com>
3822
3823 * gdb.ada/same_component_name: Add test for case of tagged record
3824 with variable-length fields.
3825
3826 2018-09-10 Xavier Roirand <roirand@adacore.com>
3827
3828 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3829 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3830 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3831 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3832
3833 2018-09-10 Xavier Roirand <roirand@adacore.com>
3834
3835 * gdb.ada/mi_string_access.exp: New testcase.
3836 * gdb.ada/mi_string_access/bar.adb: New file.
3837 * gdb.ada/mi_string_access/pck.adb: New file.
3838 * gdb.ada/mi_string_access/pck.asd: New file.
3839
3840 2018-09-10 Xavier Roirand <roirand@adacore.com>
3841
3842 * gdb.ada/mi_var_union.exp: New testcase.
3843 * gdb.ada/mi_var_union/bar.adb: New file.
3844 * gdb.ada/mi_var_union/pck.adb: New file.
3845 * gdb.ada/mi_var_union/pck.asd: New file.
3846
3847 2018-09-08 Tom Tromey <tom@tromey.com>
3848
3849 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3850
3851 2018-09-08 Tom Tromey <tom@tromey.com>
3852
3853 PR python/16047:
3854 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3855 (register_pretty_printers): Register new printer.
3856 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3857 test.
3858 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3859 (an_int_type3): New global.
3860
3861 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3862
3863 * gdb.ada/expr_with_funcall: New testcase.
3864
3865 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3866
3867 * gdb.ada/packed_array_assign: New testcase.
3868
3869 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3872 names, and add test prefixes to make test names unique.
3873
3874 2018-09-05 Tom de Vries <tdevries@suse.de>
3875
3876 * gdb.dwarf2/varval.exp: Add test.
3877
3878 2018-09-04 Gary Benson <gbenson@redhat.com>
3879
3880 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3881 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3882
3883 2018-08-31 Tom Tromey <tom@tromey.com>
3884
3885 * gdb.rust/simple.rs: Rename second variable "v".
3886
3887 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3888
3889 * gdb.base/funcargs.c (use_a): New function.
3890 (recurse): Call use_a.
3891
3892 2018-08-29 Keith Seitz <keiths@redhat.com>
3893
3894 * gdb.compile/compile-cplus-anonymous.cc: New file.
3895 * gdb.compile/compile-cplus-anonymous.exp: New file.
3896 * gdb.compile/compile-cplus-array-decay.cc: New file.
3897 * gdb.compile/compile-cplus-array-decay.exp: New file.
3898 * gdb.compile/compile-cplus-inherit.cc: New file.
3899 * gdb.compile/compile-cplus-inherit.exp: New file.
3900 * gdb.compile/compile-cplus-member.cc: New file.
3901 * gdb.compile/compile-cplus-member.exp: New file.
3902 * gdb.compile/compile-cplus-method.cc: New file.
3903 * gdb.compile/compile-cplus-method.exp: New file.
3904 * gdb.compile/compile-cplus-mod.c: "New" file.
3905 * gdb.compile/compile-cplus-namespace.cc: New file.
3906 * gdb.compile/compile-cplus-namespace.exp: New file.
3907 * gdb.compile/compile-cplus-nested.cc: New file.
3908 * gdb.compile/compile-cplus-nested.exp: New file.
3909 * gdb.compile/compile-cplus-print.c: "New" file.
3910 * gdb.compile/compile-cplus-print.exp: "New" file.
3911 * gdb.compile/compile-cplus-virtual.cc: New file.
3912 * gdb.compile/compile-cplus-virtual.exp: New file.
3913 * gdb.compile/compile-cplus.c: "New" file.
3914 * gdb.compile/compile-cplus.exp: "New" file.
3915 * lib/compile-support.exp: New file.
3916
3917 2018-08-16 Gary Benson <gbenson@redhat.com>
3918
3919 PR gdb/13000:
3920 * gdb.base/batch-exit-status.exp: New file.
3921 * gdb.base/batch-exit-status.good-commands: Likewise.
3922 * gdb.base/batch-exit-status.bad-commands: Likewise.
3923
3924 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3925
3926 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3927 (struct struct02): Likewise.
3928 (struct struct03): Likewise.
3929 (struct struct04): Likewise.
3930 (struct struct_01_01): New struct.
3931 (struct struct_01_02): Likewise.
3932 (struct struct_01_03): Likewise.
3933 (struct struct_01_04): Likewise.
3934 (struct struct_02_01): Likewise.
3935 (struct struct_02_02): Likewise.
3936 (struct struct_02_03): Likewise.
3937 (struct struct_02_04): Likewise.
3938 (struct struct_04_01): Likewise.
3939 (struct struct_04_02): Likewise.
3940 (struct struct_04_03): Likewise.
3941 (struct struct_04_04): Likewise.
3942 (struct struct_05_01): Likewise.
3943 (struct struct_05_02): Likewise.
3944 (struct struct_05_03): Likewise.
3945 (struct struct_05_04): Likewise.
3946 (cmp_struct01): Remove function.
3947 (cmp_struct02): Likewise.
3948 (cmp_struct03): Likewise.
3949 (cmp_struct04): Likewise.
3950 (cmp_struct_01_01): Add Function.
3951 (cmp_struct_01_02): Likewise.
3952 (cmp_struct_01_03): Likewise.
3953 (cmp_struct_01_04): Likewise.
3954 (cmp_struct_02_01): Likewise.
3955 (cmp_struct_02_02): Likewise.
3956 (cmp_struct_02_03): Likewise.
3957 (cmp_struct_02_04): Likewise.
3958 (cmp_struct_04_01): Likewise.
3959 (cmp_struct_04_02): Likewise.
3960 (cmp_struct_04_03): Likewise.
3961 (cmp_struct_04_04): Likewise.
3962 (cmp_struct_05_01): Likewise.
3963 (cmp_struct_05_02): Likewise.
3964 (cmp_struct_05_03): Likewise.
3965 (cmp_struct_05_04): Likewise.
3966 (call_all): Add new structs.
3967 * gdb.base/infcall-nested-structs.exp: Likewise.
3968
3969 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3970
3971 * gdb.python/py-framefilter-mi.exp: Update regexp to
3972 check for "arch" field in frame output.
3973
3974 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3975
3976 * gdb.dwarf2/dw2-ranges-func.c: New file.
3977 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3978
3979 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3980
3981 * gdb.base/term.exp: Compare terminal settings with values from
3982 the inferior.
3983 * gdb.base/term.c: Get and set terminal settings.
3984
3985 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3986
3987 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3988 accommodate new "arch" field in frame output.
3989 * gdb.mi/mi-return.exp: Likewise.
3990 * gdb.mi/mi-stack.exp: Likewise.
3991 * gdb.mi/mi-syn-frame.exp: Likewise.
3992 * gdb.mi/user-selected-context-sync.exp: Likewise.
3993
3994 2018-08-19 Michael Spang <spang@google.com>
3995
3996 PR gdb/11786
3997 * gdb.base/gcore-tls-pie.c: New file.
3998 * gdb.base/gcore-tls-pie.exp: New file.
3999
4000 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4001
4002 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4003 * gdb.dwarf2/varval.c: New file.
4004 * gdb.dwarf2/varval.exp: New file.
4005
4006 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4007
4008 PR gdb/18931
4009 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4010
4011 2018-08-16 Keith Seitz <keiths@redhat.com>
4012
4013 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4014 tests expected to pass.
4015
4016 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4017
4018 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4019 -data-disassemble -a.
4020 (test_disassembly_bogus_args): Likewise.
4021
4022 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4023
4024 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4025
4026 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4027
4028 * gdb.base/vla-optimized-out.exp: Add new test.
4029
4030 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4031
4032 * gdb.base/vla-optimized-out-o3.exp: Delete.
4033 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4034 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4035 deleted tests.
4036
4037 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4038
4039 PR gdb/18050:
4040 * gdb.server/extended-remote-restart.c: New file.
4041 * gdb.server/extended-remote-restart.exp: New file.
4042
4043 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4044
4045 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4046 "set variable index = 42".
4047
4048 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4049
4050 * boards/index-cache-gdb.exp: New file.
4051 * gdb.dwarf2/index-cache.exp: New file.
4052 * gdb.dwarf2/index-cache.c: New file.
4053 * gdb.base/maint.exp: Check if we are using the index cache.
4054
4055 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4056
4057 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4058 MAKEFLAGS.
4059
4060 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4061
4062 * dg-extract-results.sh: Move to toplevel contrib.
4063 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4064 * Makefile.in (check-parallel-racy): Likewise.
4065
4066 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4067
4068 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4069 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4070 tests if the target supports scheduler locking.
4071
4072 2018-08-04 Tom de Vries <tdevries@suse.de>
4073
4074 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4075
4076 2018-08-02 Tom Tromey <tom@tromey.com>
4077
4078 PR symtab/16842.
4079 * gdb.cp/temargs.exp: Test "info address" of a template
4080 parameter.
4081
4082 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4083
4084 * gdb.python/py-mi-var-info-path-expression.c: New file.
4085 * gdb.python/py-mi-var-info-path-expression.py: New file.
4086 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4087
4088 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4089
4090 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4091 error after "cannot resolve name" string.
4092
4093 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4094
4095 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4096 started.
4097 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4098
4099 2018-07-28 Tom de Vries <tdevries@suse.de>
4100
4101 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4102
4103 2018-07-26 Tom de Vries <tdevries@suse.de>
4104
4105 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4106
4107 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4108
4109 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4110 is visible.
4111
4112 2018-07-26 Tom de Vries <tdevries@suse.de>
4113
4114 PR breakpoints/23366
4115 * gdb.base/catch-follow-exec.c: New test.
4116 * gdb.base/catch-follow-exec.exp: New file.
4117
4118 2018-07-25 Tom de Vries <tdevries@suse.de>
4119
4120 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4121 vla-optimized-out.c.
4122
4123 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4124
4125 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4126 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4127
4128 2018-07-20 Tom de Vries <tdevries@suse.de>
4129
4130 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4131 NOCLONE macro.
4132 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4133
4134 2018-07-19 Tom de Vries <tdevries@suse.de>
4135
4136 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4137 regular expression.
4138
4139 2018-07-18 Tom de Vries <tdevries@suse.de>
4140
4141 * gdb.base/vla-optimized-out.c: New test.
4142 * gdb.base/vla-optimized-out.exp: New file.
4143
4144 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4145
4146 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4147 message "No address associated with hostname" when gdbserver
4148 cannot resolve the hostname.
4149
4150 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4151
4152 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4153 Add some test prefixes to make tests unique.
4154
4155 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4156
4157 * gdb.base/frameapply.c: New file.
4158 * gdb.base/frameapply.exp: New file.
4159
4160 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4161
4162 * gdb.base/skip.exp: Update expected error message.
4163
4164 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4165 Jan Kratochvil <jan.kratochvil@redhat.com>
4166 Paul Fertser <fercerpav@gmail.com>
4167 Tsutomu Seki <sekiriki@gmail.com>
4168
4169 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4170 parameter.
4171 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4172 by default.
4173 * boards/native-gdbserver.exp: Likewise.
4174 * gdb.server/run-without-local-binary.exp: Improve regexp used
4175 for detecting when a remote debugging connection succeeds.
4176 * gdb.server/server-connect.exp: New file.
4177 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4178 Do not prefix the port number with ":".
4179 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4180 support for detecting and using it. Add '$debughost_gdbserver'
4181 to the list of arguments used to start gdbserver. Handle case
4182 when gdbserver cannot resolve a network name.
4183
4184 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4185
4186 PR c++/23373
4187 * gdb.base/ptype-offsets.cc (struct static_member): New
4188 struct.
4189 (main) <stmember>: New variable.
4190 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4191 with a static member in it.
4192
4193 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4194
4195 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4196 watchpoints enabled and disabled.
4197
4198 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4199
4200 * gdb.base/examine-backward.exp: Still run tests around address
4201 0x0, even if address 0x0 is not readable. Update the pattern for
4202 matching address 0x0 in expected output.
4203
4204 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4207 malloc/free.
4208
4209 2018-07-04 Tom de Vries <tdevries@suse.de>
4210
4211 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4212
4213 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4214
4215 PR tdep/8282
4216 * gdb.arch/mips-disassembler-options.exp: New test.
4217 * gdb.arch/mips-disassembler-options.s: New test source.
4218
4219 2018-06-29 Pedro Alves <palves@redhat.com>
4220
4221 * gdb.threads/names.exp: Adjust expected "info threads" output.
4222
4223 2018-06-29 Pedro Alves <palves@redhat.com>
4224
4225 * gdb.opt/inline-break.exp (line number, address): Add "info
4226 break" tests.
4227
4228 2018-06-29 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4231 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4232 number and address and running to them.
4233
4234 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4235
4236 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4237
4238 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4239
4240 * lib/compiler.c: Remove executable permission flag.
4241
4242 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4243
4244 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4245 code.
4246 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4247
4248 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4249
4250 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4251
4252 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4253
4254 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4255 address argument is omitted.
4256
4257 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4258
4259 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4260
4261 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4262
4263 PR gdb/21695
4264 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4265 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4266
4267 2018-06-26 Tom Tromey <tom@tromey.com>
4268
4269 PR rust/22574:
4270 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4271 * gdb.rust/simple.rs (struct SimpleLayout): New.
4272
4273 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4274
4275 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4276 "info registers" output.
4277
4278 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4279
4280 * gdb.base/watchpoint-hw-attach.c: New test.
4281 * gdb.base/watchpoint-hw-attach.exp: New file.
4282
4283 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4284
4285 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4286 through /bin/sh.
4287 * boards/dwarf4-gdb-index.exp: Likewise.
4288 * boards/fission-dwp.exp: Likewise.
4289
4290 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4291
4292 * gdb.base/float128.exp: Add comment and improved fail message
4293 to the failure case of "print large128" test.
4294
4295 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4296
4297 * configure.ac: Remove AC_PREREQ.
4298 * configure: Re-generate.
4299
4300 2018-06-19 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4303 (func_extern_caller): New.
4304 (main): Call func_extern_caller.
4305 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4306 logic change.
4307
4308 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4309
4310 PR gdb/16841
4311 * gdb.cp/typedef-base.cc: New file.
4312 * gdb.cp/typedef-base.exp: New file.
4313
4314 2018-06-18 Tom de Vries <tdevries@suse.de>
4315
4316 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4317
4318 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4319 Richard Bunt <Richard.Bunt@arm.com>
4320
4321 * gdb.threads/attach-slow-waitpid.c: New file.
4322 * gdb.threads/attach-slow-waitpid.exp: New file.
4323 * gdb.threads/slow-waitpid.c: New file.
4324
4325 2018-06-14 Pedro Alves <palves@redhat.com>
4326
4327 * gdb.base/fork-running-state.c: Include <errno.h>.
4328 (exit_if_relative_exits): New.
4329 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4330 exits.
4331 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4332 child exits.
4333
4334 2018-06-14 Tom de Vries <tdevries@suse.de>
4335
4336 PR cli/22573
4337 * gdb.base/finish-pretty.c: New test.
4338 * gdb.base/finish-pretty.exp: New file.
4339
4340 2018-06-14 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4343 gdb's expected startup output.
4344
4345 2018-06-14 Pedro Alves <palves@redhat.com>
4346
4347 * lib/selftest-support.exp (selftest_setup): Remove inlined
4348 function handling.
4349
4350 2018-06-14 Tom de Vries <tdevries@suse.de>
4351
4352 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4353 matching of breakpoint printing.
4354
4355 2018-06-13 Tom de Vries <tdevries@suse.de>
4356
4357 PR testsuite/23269
4358 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4359 (fork_child): ... here, and ...
4360 (fork_parent): ... here.
4361
4362 2018-06-12 Tom de Vries <tdevries@suse.de>
4363
4364 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4365
4366 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4367 Stephen Roberts <stephen.roberts@arm.com>
4368
4369 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4370 rewrite test to describe action performed, rather than possible
4371 failure.
4372
4373 2018-06-08 Gary Benson <gbenson@redhat.com>
4374
4375 * gdb.threads/check-libthread-db.exp: New file.
4376 * gdb.threads/check-libthread-db.c: Likewise.
4377
4378 2018-06-05 Tom Tromey <tom@tromey.com>
4379
4380 * gdb.base/default.exp: Update expected "show version" output.
4381
4382 2018-06-05 Tom Tromey <tom@tromey.com>
4383
4384 PR cli/12326:
4385 * gdb.cp/static-print-quit.exp: Update.
4386 * lib/gdb.exp (pagination_prompt): Update.
4387 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4388 * gdb.python/python.exp: Update.
4389
4390 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4391
4392 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4393
4394 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4395
4396 * gdb.ada/bp_fun_addr: New testcase.
4397
4398 2018-06-01 Tom Tromey <tom@tromey.com>
4399
4400 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4401 results.
4402 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4403 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4404 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4405 * gdb.base/maint.exp (maint_pass_if): Update.
4406
4407 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4408
4409 * gdb.base/endian.exp: New test.
4410 * gdb.base/endian.c: New test source.
4411
4412 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4413
4414 PR gdb/23203
4415 * gdb.base/bt-selected-frame.c: New file.
4416 * gdb.base/bt-selected-frame.exp: New file.
4417 * lib/gdb.exp (get_current_frame_number): New function.
4418
4419 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4420 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.threads/tls-core.c: Include <stdlib.h>
4423 (thread_proc): Call `abort'.
4424 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4425 (tls_core_test): New procedure, bits factored out from ...
4426 (top level): ... here. Test both native cores and gcore cores.
4427
4428 2018-05-23 Tom Tromey <tom@tromey.com>
4429
4430 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4431
4432 2018-05-23 Tom Tromey <tom@tromey.com>
4433
4434 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4435 symfile_complaints.
4436 (test_short_complaints): Likewise.
4437 (test_empty_complaints): Likewise.
4438 (test_initial_complaints): Update.
4439
4440 2018-05-23 Tom Tromey <tom@tromey.com>
4441
4442 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4443
4444 2018-05-23 Tom Tromey <tom@tromey.com>
4445
4446 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4447 (test_short_complaints): Update.
4448
4449 2018-05-22 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.base/remote.exp: Only gdb_start after compiling the
4452 testcase. Issue "disconnect" before testing "set remote" command
4453 defaults. Issue clean_restart before running to main.
4454
4455 2018-05-22 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.base/remote.exp: Adjust expected output of "show remote
4458 memory-write-packet-size". Add tests for "set remote
4459 memory-write-packet-size 0" and "set remote
4460 memory-write-packet-size fixed/limit".
4461
4462 2018-05-22 Pedro Alves <palves@redhat.com>
4463
4464 PR gdb/22973
4465 * gdb.base/utf8-identifiers.c: New file.
4466 * gdb.base/utf8-identifiers.exp: New file.
4467
4468 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4469
4470 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4471
4472 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4473
4474 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4475
4476 2018-05-18 Tom Tromey <tom@tromey.com>
4477
4478 * gdb.base/ptype-offsets.exp: Update.
4479
4480 2018-05-17 Keith Seitz <keiths@redhat.com>
4481
4482 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4483 in expected breakpoint stop locations.
4484 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4485 move to proper scope to test variable values.
4486 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4487 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4488 New functions.
4489 (main): Call not_inline_func3.
4490 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4491 inline_func1, inline_func2, and inline_func3. Test that when each
4492 breakpoint is hit, GDB properly reports both the stop location
4493 and the backtrace. Repeat tests for temporary breakpoints.
4494
4495 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4496
4497 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4498 rather then trying to access it in determining whether the PID
4499 of `gdbserver' could have been retrieved.
4500
4501 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4502
4503 * gdb.arch/amd64-init-x87-values.S: New file.
4504 * gdb.arch/amd64-init-x87-values.exp: New file.
4505
4506 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4509
4510 2018-05-04 Tom Tromey <tom@tromey.com>
4511
4512 PR python/22730:
4513 * gdb.python/python.exp: Test multi-line execute.
4514
4515 2018-05-04 Tom Tromey <tom@tromey.com>
4516
4517 PR python/22731:
4518 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4519
4520 2018-05-04 Tom Tromey <tom@tromey.com>
4521
4522 PR gdb/11750:
4523 * gdb.base/define.exp: Test defining a user command inside a user
4524 command.
4525 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4526
4527 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4528 Pedro Alves <palves@redhat.com>
4529
4530 PR breakpoints/19806 and support for PR external/20207.
4531 * gdb.base/watchpoint-unaligned.c: New file.
4532 * gdb.base/watchpoint-unaligned.exp: New file.
4533
4534 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4535
4536 * gdb.base/maint.exp: Make test names unique, use
4537 test_prefix_command_help to test 'help maint info', and remove
4538 repeated test of 'help maint'.
4539
4540 2018-05-04 Tom Tromey <tom@tromey.com>
4541
4542 PR gdb/22619:
4543 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4544 behavior.
4545
4546 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4547
4548 * gdb.base/maint.exp: Process output from 'maint print registers'
4549 line at a time.
4550
4551 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4554 timeout.
4555
4556 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4557
4558 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4559 filter pattern.
4560
4561 2018-05-02 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4564 to_log_command renames.
4565 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4566
4567 2018-05-02 Tom Tromey <tom@tromey.com>
4568
4569 * gdb.python/py-parameter.exp: Set test message.
4570
4571 2018-05-02 Tom Tromey <tom@tromey.com>
4572
4573 PR python/20084:
4574 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4575 PARAM_ZUINTEGER_UNLIMITED tests.
4576
4577 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4578
4579 PR rust/23124
4580 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4581 when casting.
4582
4583 2018-04-30 Tom Tromey <tom@tromey.com>
4584
4585 * gdb.python/py-type.exp: Check align attribute.
4586 * gdb.python/py-type.c: New "aligncheck" global.
4587
4588 2018-04-30 Tom Tromey <tom@tromey.com>
4589
4590 PR exp/17095:
4591 * gdb.dwarf2/dw2-align.exp: New file.
4592 * gdb.cp/align.exp: New file.
4593 * gdb.base/align.exp: New file.
4594 * lib/gdb.exp (gdb_int128_helper): New proc.
4595 (has_int128_c, has_int128_cxx): New caching procs.
4596
4597 2018-04-27 Tom Tromey <tom@tromey.com>
4598
4599 PR rust/22545:
4600 * gdb.rust/simple.exp: Add inclusive range tests.
4601
4602 2018-04-26 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4605 ifunc breakpoint locations correctly of ifunc breakpoints set
4606 while the program resolves the ifunc.
4607
4608 2018-04-26 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.base/gnu-ifunc-final.c: New file.
4611 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4612 * gdb.base/gnu-ifunc.exp (executable): Delete.
4613 (staticexecutable): Adjust.
4614 (lib_opts, exec_opts): Delete.
4615 (make_binsuffix, build, set-break): New procedures.
4616 (misc_tests): New, with tests factored out from the top level.
4617 (top level): Test different combinations of ifunc resolver name,
4618 resolver with and with debug info, and ifunc target with and
4619 without debug info. Wrap static tests with with_target_prefix.
4620
4621 2018-04-26 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4624 return type" warnings.
4625
4626 2018-04-25 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4629 killed".
4630 * gdb.base/kill-after-signal.exp: Likewise.
4631 * gdb.threads/kill.exp: Likewise.
4632
4633 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4634 Sergio Durigan Junior <sergiodj@redhat.com>
4635 Pedro Alves <palves@redhat.com>
4636
4637 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4638 regexps to expect for '[Inferior ... detached]' as well.
4639 * gdb.base/attach.exp: Likewise.
4640 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4641 "gdb_continue_to_end".
4642 (test_catch_syscall_with_wrong_args): Likewise.
4643 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4644 ']'. Don't set 'verbose' on.
4645 * gdb.base/foll-vfork.exp: Likewise.
4646 * gdb.base/fork-print-inferior-events.c: New file.
4647 * gdb.base/fork-print-inferior-events.exp: New file.
4648 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4649 '[Inferior ... has been killed]' message.
4650 * gdb.base/kill-after-signal.exp: Likewise.
4651 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4652 detach message.
4653 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4654 message.
4655 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4656 regexps to expect for '[Inferior ... detached]' as well.
4657 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4658
4659 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4660
4661 PR gdb/23104
4662 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4663
4664 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4665
4666 PR gdb/23095
4667 * gdb.base/break-probes.exp: Pass shlib_load to
4668 prepare_for_testing. Set normal_bp to r_debug_state if target is
4669 bsd.
4670
4671 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4672
4673 * gdb.threads/multiple-successive-infcall.c: New test.
4674 * gdb.threads/multiple-successive-infcall.exp: New file.
4675
4676 2018-04-17 Tom Tromey <tom@tromey.com>
4677
4678 * gdb.rust/simple.rs (Union): New type.
4679 (main): New local "u".
4680 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4681
4682 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4683
4684 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4685 number information in output of "whereis" command.
4686 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4687
4688 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4689
4690 * gdb.ada/info_types.exp: Adjust expected output to the line
4691 numbers now printed by "info var/func/type".
4692 * gdb.base/completion.exp: Likewise.
4693 * gdb.base/included.exp: Likewise.
4694 * gdb.cp/cp-relocate.exp: Likewise.
4695 * gdb.cp/cplusfuncs.exp: Likewise.
4696 * gdb.cp/namespace.exp: Likewise.
4697 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4698
4699 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4700
4701 * gdb.btrace/cpu.exp: New.
4702
4703 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4704
4705 * gdb.base/step-indirect-call-thunk.exp: New.
4706 * gdb.base/step-indirect-call-thunk.c: New.
4707 * gdb.reverse/step-indirect-call-thunk.exp: New.
4708 * gdb.reverse/step-indirect-call-thunk.c: New.
4709
4710 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4711
4712 * gdb.base/pie-fork.c: New file.
4713 * gdb.base/pie-fork.exp: New file.
4714
4715 2018-04-11 Tom Tromey <tom@tromey.com>
4716
4717 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4718
4719 2018-04-10 Pedro Alves <palves@redhat.com>
4720
4721 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4722 exits. Instead loop running forever.
4723 (fork_parent): Run forever too.
4724
4725 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4726
4727 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4728 mi_continue_to_line.
4729 * gdb.mi/mi-stack.c (callee4): Add comment.
4730
4731 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4732
4733 * gdb.mi/mi-stack.exp: Fix indentation.
4734
4735 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4736
4737 PR gdb/22979
4738 * gdb.arch/amd64-osabi.exp: New file.
4739
4740 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4741
4742 PR gdb/22980
4743 * gdb.base/osabi.exp: New file.
4744
4745 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4746
4747 * gdb.cp/static-typedef-print.exp: New file.
4748 * gdb.cp/static-typedef-print.cc: New file.
4749
4750 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4751
4752 * gdb.ada/varsize_limit: New testcase.
4753
4754 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4755
4756 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4757
4758 * gdb.ada/notcplusplus: New testcase.
4759
4760 * gdb.base/c-linkage-name.c: New file.
4761 * gdb.base/c-linkage-name.exp: New testcase.
4762
4763 2018-03-26 Tom Tromey <tom@tromey.com>
4764
4765 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4766 * gdb.python/py-framefilter.py (name_error): New global.
4767 (ErrorInName.function): Use name_error.
4768
4769 2018-03-26 Tom Tromey <tom@tromey.com>
4770
4771 PR backtrace/15582:
4772 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4773
4774 2018-03-23 Keith Seitz <keiths@redhat.com>
4775
4776 PR c++/22968
4777 * gdb.cp/subtypes.exp: New file.
4778 * gdb.cp/subtypes.h: New file.
4779 * gdb.cp/subtypes.cc: New file.
4780 * gdb.cp/subtypes-2.cc: New file.
4781
4782 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4783
4784 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4785 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4786 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4787 -nostartfiles when compiling the test. Confirm that all registers
4788 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4789
4790 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4791
4792 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4793 option, syntax was wrong anyway.
4794 * gdb.arch/arm-disp-step.exp: Likewise.
4795 * gdb.arch/sparc64-regs.exp: Likewise.
4796 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4797 option, syntax was wrong anyway, switch to use
4798 prepare_for_testing.
4799 * gdb.arch/i386-disp-step.exp: Likewise.
4800
4801 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4802
4803 * gdb.ada/exec_changed.exp: Replace "target_info exists
4804 use_gdb_stub" by "use_gdb_stub".
4805 * gdb.ada/start.exp: Likewise.
4806 * gdb.base/async-shell.exp: Likewise.
4807 * gdb.base/attach-pie-misread.exp: Likewise.
4808 * gdb.base/attach-wait-input.exp: Likewise.
4809 * gdb.base/break-entry.exp: Likewise.
4810 * gdb.base/break-interp.exp: Likewise.
4811 * gdb.base/dprintf-detach.exp: Likewise.
4812 * gdb.base/nostdlib.exp: Likewise.
4813 * gdb.base/solib-nodir.exp: Likewise.
4814 * gdb.base/statistics.exp: Likewise.
4815 * gdb.base/testenv.exp: Likewise.
4816 * gdb.mi/mi-exec-run.exp: Likewise.
4817 * gdb.mi/mi-start.exp: Likewise.
4818 * gdb.multi/dummy-frame-restore.exp: Likewise.
4819 * gdb.multi/multi-arch-exec.exp: Likewise.
4820 * gdb.multi/multi-arch.exp: Likewise.
4821 * gdb.multi/tids.exp: Likewise.
4822 * gdb.multi/watchpoint-multi.exp: Likewise.
4823 * gdb.python/py-events.exp: Likewise.
4824 * gdb.threads/attach-into-signal.exp: Likewise.
4825 * gdb.threads/attach-stopped.exp: Likewise.
4826 * gdb.threads/threadapply.exp: Likewise.
4827 * lib/selftest-support.exp: Likewise.
4828
4829 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4830
4831 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4832
4833 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4834
4835 * gdb.perf/template-breakpoints.cc: New file.
4836 * gdb.perf/template-breakpoints.exp: New file.
4837 * gdb.perf/template-breakpoints.py: New file.
4838
4839 2018-03-19 Tom Tromey <tom@tromey.com>
4840
4841 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4842 y0.
4843 * gdb.rust/simple.exp: Test bare identifier form of struct
4844 initializer.
4845
4846 2018-03-19 Tom Tromey <tom@tromey.com>
4847
4848 * gdb.gdb/observer.exp: Remove.
4849
4850 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4851
4852 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4853 "qualified" option when setting breakpoints.
4854 * gdb.trace/backtrace.exp: Likewise.
4855 * gdb.trace/circ.exp: Likewise.
4856 * gdb.trace/collection.exp: Likewise.
4857 * gdb.trace/disconnected-tracing.exp: Likewise.
4858 * gdb.trace/ftrace-lock.exp: Likewise.
4859 * gdb.trace/ftrace.exp: Likewise.
4860 * gdb.trace/infotrace.exp: Likewise.
4861 * gdb.trace/packetlen.exp: Likewise.
4862 * gdb.trace/passc-dyn.exp: Likewise.
4863 * gdb.trace/qtro.exp: Likewise.
4864 * gdb.trace/read-memory.exp: Likewise.
4865 * gdb.trace/report.exp: Likewise.
4866 * gdb.trace/signal.exp: Likewise.
4867 * gdb.trace/status-stop.exp: Likewise.
4868 * gdb.trace/strace.exp: Likewise.
4869 * gdb.trace/tfind.exp: Likewise.
4870 * gdb.trace/trace-break.exp: Likewise.
4871 * gdb.trace/trace-condition.exp: Likewise.
4872 * gdb.trace/trace-mt.exp: Likewise.
4873 * gdb.trace/tstatus.exp: Likewise.
4874 * gdb.trace/tsv.exp: Likewise.
4875 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4876 * gdb.trace/unavailable.exp: Likewise.
4877 * gdb.trace/while-dyn.exp: Likewise.
4878
4879 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4880
4881 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4882 that libinproctrace is copied to the target.
4883
4884 2018-03-14 Tom Tromey <tom@tromey.com>
4885
4886 PR cli/14977:
4887 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4888 a null pointer.
4889 * gdb.base/wchar.exp: Likewise.
4890
4891 2018-03-14 Tom Tromey <tom@tromey.com>
4892
4893 PR cli/19918:
4894 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4895 flag.
4896
4897 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4898
4899 PR gdb/22841
4900 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4901 "target" to remote_exec.
4902
4903 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4904
4905 PR gdb/22841
4906 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4907 ${board}_upload): Remove.
4908
4909 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4910
4911 * gdb.cp/watch-cp.cc: New test.
4912 * gdb.cp/watch-cp.exp: New file.
4913
4914 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4915
4916 * gdb.base/infcall-nested-structs.exp: New file.
4917 * gdb.base/infcall-nested-structs.c: New file.
4918 * gdb.base/float.exp: Add riscv support.
4919
4920 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4921
4922 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4923 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4924
4925 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4926
4927 * gdb.server/abspath.exp: New file.
4928 * lib/gdb.exp (with_cwd): New procedure.
4929
4930 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4931
4932 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4933 use it.
4934 (gdb_is_target_remote_prompt): New proc.
4935 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4936 (gdb_is_target_native): Pass prompt parameter to
4937 gdb_is_target_1.
4938
4939 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4940
4941 * gdb.base/load-command.c: New file.
4942 * gdb.base/load-command.exp: New file.
4943 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4944 (gdb_is_target_1): ...this, and generalize for other targets
4945 than just remote.
4946 (gdb_is_target_remote): Use gdb_is_target_1.
4947 (gdb_is_target_native): use gdb_is_target_1.
4948
4949 2018-02-26 Tom Tromey <tom@tromey.com>
4950
4951 PR python/16497:
4952 * gdb.python/py-framefilter.exp: Update test.
4953
4954 2018-02-26 Tom Tromey <tom@tromey.com>
4955
4956 * gdb.dwarf2/variant.c: New file.
4957 * gdb.dwarf2/variant.exp: New file.
4958
4959 2018-02-26 Tom Tromey <tom@tromey.com>
4960
4961 * gdb.rust/simple.exp: Accept more possible results in enum test.
4962
4963 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4964
4965 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4966 parentheses.
4967
4968 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4969
4970 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4971 name of a variable: $actual_linejj -> $actual_line.
4972
4973 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4974
4975 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4976
4977 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4978
4979 * gdb.btrace/buffer-size.exp: Do not force BTS.
4980
4981 2018-02-14 Pedro Alves <palves@redhat.com>
4982
4983 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4984 getting a "Quit".
4985
4986 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4987
4988 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4989 Fix test name.
4990
4991 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4992
4993 * gdb.cp/m-static.exp: Check type of optimized out static
4994 member.
4995
4996 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4997
4998 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4999 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5000
5001 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5002 Leszek Swirski <leszeks@google.com>
5003
5004 * gdb.python/py-prettyprint.c
5005 (struct to_string_returns_value_inner,
5006 struct to_string_returns_value_wrapper): New.
5007 (main): Add tsrvw variable.
5008 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5009 ToStringReturnsValueWrapper): New classes.
5010 (register_pretty_printers): Register new pretty-printers.
5011 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5012 recursive pretty printer.
5013 * gdb.python/py-mi.exp: Likewise.
5014
5015 2018-02-01 Leszek Swirski <leszeks@google.com>
5016
5017 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5018 functions with the same name as an include file are parsed
5019 correctly.
5020
5021 2018-02-01 Yao Qi <yao.qi@linaro.org>
5022
5023 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5024 "\[^\r\n\]*".
5025
5026 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5027
5028 * gdb.arch/powerpc-prologue-frame.s: New file.
5029 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5030 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5031
5032 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5033
5034 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5035
5036 2018-01-30 Pedro Alves <palves@redhat.com>
5037
5038 PR gdb/13211
5039 * gdb.base/interrupt-daemon.c: New.
5040 * gdb.base/interrupt-daemon.exp: New.
5041 * gdb.multi/multi-term-settings.c: New.
5042 * gdb.multi/multi-term-settings.exp: New.
5043
5044 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5045
5046 * gdb.base/break.exp: Save the location where the breakpoint
5047 on break.c:47 was actually inserted when debugging the version
5048 compiled at -O2 and use it in the expected output of the "info
5049 break" test performed soon after.
5050
5051 2018-01-22 Pedro Alves <palves@redhat.com>
5052 Sergio Durigan Junior <sergiodj@redhat.com>
5053
5054 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5055 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5056
5057 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5058
5059 * gdb.base/break-include.c, gdb.base/break-include.inc,
5060 gdb.base/break-include.exp: New files.
5061 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5062 line number now being the actual line number where the breakpoint
5063 was inserted.
5064 * gdb.mi/mi-break.exp: Likewise.
5065 * gdb.mi/mi-reverse.exp: Likewise.
5066 * gdb.mi/mi-simplerun.exp: Ditto.
5067
5068 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5069
5070 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5071 varobj.
5072 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5073
5074 2018-01-21 Don Breazeal <donb@codesourcery.com>
5075 Andrew Burgess <andrew.burgess@embecosm.com>
5076
5077 * gdb.mi/basics.c: Add new global.
5078 * gdb.mi/mi-frame-regs.exp: New file.
5079 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5080 case.
5081
5082 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5083
5084 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5085 non-parameter, and on an unknown symbol.
5086
5087 2018-01-19 Tom Tromey <tom@tromey.com>
5088
5089 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5090 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5091
5092 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5093
5094 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5095 setrlimit and chdir to int.
5096
5097 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5098
5099 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5100 function.
5101 (my_tend): Likewise.
5102 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5103 rationale of avoiding FP- and vector instructions.
5104
5105 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5106
5107 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5108 "info reg" with "\[ \t\]*".
5109 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5110 "\[ \t\]+".
5111 * gdb.arch/s390-multiarch.exp: Ditto.
5112 * gdb.base/pc-fp.exp: Ditto.
5113 * gdb.reverse/i386-precsave.exp: Ditto.
5114 * gdb.reverse/i386-reverse.exp: Ditto.
5115 * gdb.reverse/i387-env-reverse.exp: Ditto.
5116 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5117
5118 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5119
5120 * lib/gdb.exp (gdb_compile): Re-enable use of
5121 universal_compile_options for languages other than Rust.
5122
5123 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5124
5125 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5126
5127 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5128
5129 PR gdb/16577
5130 * gdb.base/solib-vanish.exp: New.
5131 * gdb.base/solib-vanish-main.c: New.
5132 * gdb.base/solib-vanish-lib1.c: New.
5133 * gdb.base/solib-vanish-lib2.c: New.
5134
5135 2018-01-17 Yao Qi <yao.qi@linaro.org>
5136
5137 * gdb.compile/compile.exp: Match the address printed for
5138 frame in the output of command "bt".
5139
5140 2018-01-15 Tom Tromey <tom@tromey.com>
5141
5142 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5143 compute sp_reg.
5144
5145 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5146
5147 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5148 to prepare.
5149 (prepare): Return 0 on error, 1 on success.
5150
5151 2018-01-12 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/continue-after-aborted-step-over.c: New.
5154 * gdb.base/continue-after-aborted-step-over.exp: New.
5155
5156 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5157
5158 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5159 options when not creating an executable.
5160
5161 2018-01-11 Pedro Alves <palves@redhat.com>
5162
5163 PR remote/22597
5164 * gdb.server/stop-reply-no-thread.c: New file.
5165 * gdb.server/stop-reply-no-thread.exp: New file.
5166
5167 2018-01-10 Pedro Alves <palves@redhat.com>
5168
5169 PR gdb/22670
5170 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5171 functions too. Test setting breakpoints and printing C functions
5172 with no debug info too.
5173 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5174
5175 2018-01-10 Pedro Alves <palves@redhat.com>
5176
5177 PR gdb/22670
5178 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5179 a fail.
5180
5181 2018-01-10 Pedro Alves <palves@redhat.com>
5182
5183 PR gdb/22670
5184 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5185
5186 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5187
5188 * gdb.server/unittest.exp: Match the output in non-development
5189 mode.
5190
5191 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5192
5193 * gdb.gdb/unittest.exp: Match output in non-development mode.
5194
5195 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5196
5197 * gdb.ada/access_tagged_param.exp: Relax expected output
5198 for value of "ObjL" in "continue" to pck.inspect breakpoint
5199 test.
5200
5201 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5202
5203 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5204 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5205
5206 2018-01-05 Pedro Alves <palves@redhat.com>
5207
5208 PR gdb/18653
5209 * gdb.base/libsegfault.exp: New.
5210
5211 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5212
5213 PR gdb/22670
5214 * gdb.ada/access_tagged_param.exp: New file.
5215 * gdb.ada/access_tagged_param/foo.adb: New file.
5216
5217 2018-01-05 Pedro Alves <palves@redhat.com>
5218
5219 PR gdb/22670
5220 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5221 exercise lower case too, and to exercise both full matching and
5222 wild matching.
5223
5224 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5225
5226 * gdb.ada/rename_subscript_param: New testcase.
5227
5228 2018-01-05 Jerome Guitton <guitton@adacore.com>
5229
5230 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5231
5232 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5233
5234 * gdb.ada/convvar_comp: New testcase.
5235
5236 2018-01-05 Xavier Roirand <roirand@adacore.com>
5237
5238 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5239 (My_Table): New global variable.
5240 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5241
5242 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5243
5244 PR gdb/22670
5245 * gdb.ada/maint_with_ada: New testcase.
5246
5247 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5248
5249 PR gdb/22670
5250 * gdb.ada/bp_c_mixed_case: New testcase.
5251
5252 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5253
5254 PR gdb/22670
5255 * gdb.ada/complete.exp: Add "complete break ada" test.
5256
5257 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5258
5259 PR gdb/22670
5260 * gdb.ada/info_addr_mixed_case: New testcase.
5261
5262 2018-01-03 Xavier Roirand <roirand@adacore.com>
5263
5264 * gdb.ada/excep_handle.exp: New testcase.
5265 * gdb.ada/excep_handle/foo.adb: New file.
5266 * gdb.ada/excep_handle/pck.ads: New file.
5267
5268 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5269
5270 * gdb.base/step-line.c: Add extra empty line in copyright header.
5271 * gdb.base/step-line.inp: Likewise.
5272
5273 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5274
5275 * gdb.ada/dyn_stride.exp: Add slice test.
5276
5277 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5278
5279 * gdb.ada/dyn_stride: New testcase.
5280
5281 2017-12-27 Stafford Horne <shorne@gmail.com>
5282
5283 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5284 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5285
5286 2017-12-27 Stafford Horne <shorne@gmail.com>
5287
5288 * gdb.base/reggroups.c: New file.
5289 * gdb.base/reggroups.exp: New file.
5290
5291 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5292
5293 * gdb.dwarf2/ada-valprint-error.c: New file.
5294 * gdb.dwarf2/ada-valprint-error.exp: New file.
5295
5296 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5297
5298 * gdb.ada/assign_arr: New testcase.
5299
5300 2017-12-18 Xavier Roirand <roirand@adacore.com>
5301
5302 * gdb.ada/funcall_ptr: New testcase.
5303
5304 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5305
5306 PR cli/16224
5307 * gdb.base/ptype-offsets.cc: New file.
5308 * gdb.base/ptype-offsets.exp: New file.
5309
5310 2017-12-15 Yao Qi <yao.qi@linaro.org>
5311
5312 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5313 if XML is disabled.
5314
5315 2017-12-15 Xavier Roirand <roirand@adacore.com>
5316
5317 * gdb.ada/same_component_name: New testcase.
5318
5319 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5320
5321 * gdb.ada/str_binop_equal: New testcase.
5322
5323 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5324
5325 * gdb.ada/task_switch_in_core: New testcase.
5326
5327 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5328
5329 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5330 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5331 call test_bkpt_qualified.
5332 (test_bkpt_qualified): New proc.
5333
5334 2017-12-13 Pedro Alves <palves@redhat.com>
5335
5336 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5337 Tighten regexp by matching with an anchor.
5338
5339 2017-12-13 Pedro Alves <palves@redhat.com>
5340
5341 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5342 ("expression with namespace"): New set of tests.
5343 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5344 (Nested::Test_NS::qux): New.
5345 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5346 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5347
5348 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5349
5350 * gdb.base/server-del-break.c: New file.
5351 * gdb.base/server-del-break.exp: New file.
5352
5353 2017-12-12 Stafford Horne <shorne@gmail.com>
5354
5355 * gdb.xml/tdesc-regs.exp: Add or1k support.
5356
5357 2017-12-12 Stafford Horne <shorne@gmail.com>
5358
5359 * gdb.base/bp-permanent.c: Define nop of or1k.
5360
5361 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5362
5363 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5364 output with components being reordered.
5365
5366 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5367
5368 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5369 output with components being reordered.
5370
5371 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5372 Pedro Alves <palves@redhat.com>
5373
5374 * gdb.base/maint.exp (check for .gdb_index): Check also for
5375 .debug_names.
5376 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5377 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5378 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5379 (.gdb_index used after symbol reloading): Support also .debug_names.
5380 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5381
5382 2017-12-08 Yao Qi <yao.qi@linaro.org>
5383
5384 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5385 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5386
5387 2017-12-08 Yao Qi <yao.qi@linaro.org>
5388
5389 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5390 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5391
5392 2017-12-08 Yao Qi <yao.qi@linaro.org>
5393
5394 * gdb.arch/aarch64-tagged-pointer.c: New file.
5395 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5396
5397 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5398
5399 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5400 "int".
5401
5402 2017-12-07 Keith Seitz <keiths@redhat.com>
5403
5404 PR breakpoints/22569
5405 * gdb.linespec/ls-errs.exp: Change expected result of "break
5406 -source this file has spaces.c -line 3".
5407 Check that an explicit source file followed by whitespace is
5408 identified as an invalid explicit location.
5409
5410 2017-12-07 Keith Seitz <keiths@redhat.com>
5411
5412 * gdb.cp/nested-types.cc: New file.
5413 * gdb.cp/nested-types.exp: New file.
5414 * lib/cp-support.exp: Load data-structures.exp library.
5415 (debug_cp_test_ptype_class): New global.
5416 (cp_ptype_class_verbose, next_line): New procedures.
5417 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5418 Add and document new return value.
5419 Switch the list of lines to a queue.
5420 Add support for new `type' key for nested type definitions.
5421 Add debugging/troubleshooting messages.
5422 * lib/data-structures.exp: New file.
5423
5424 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5425
5426 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5427 with proc_with_prefix, don't use with_test_prefix.
5428
5429 2017-12-07 Tom Tromey <tom@tromey.com>
5430
5431 * gdb.base/break.exp: Add test for empty "commands".
5432
5433 2017-12-07 Yao Qi <yao.qi@linaro.org>
5434
5435 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5436 malloc and catch syscall.
5437
5438 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5439
5440 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5441 tests for explicit locations.
5442
5443 2017-12-06 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5446 force-disabling XML descriptions.
5447
5448 2017-12-04 Pedro Alves <palves@redhat.com>
5449
5450 PR gdb/22499
5451 * gdb.arch/amd64-disp-step-avx.S: New file.
5452 * gdb.arch/amd64-disp-step-avx.exp: New file.
5453
5454 2017-12-03 Pedro Alves <palves@redhat.com>
5455
5456 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5457 and <string.h>.
5458 (parent_function): Print distinct messages when waitpid fails, or
5459 the child exits with a signal, or the child exits for an unhandled
5460 reason.
5461 * gdb.threads/process-dies-while-detaching.exp
5462 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5463 it. Wait for both inferior output and GDB's prompt. Use an
5464 indirect spawn id list.
5465 (do_detach): New parameter 'child_exit'. Use it to compute
5466 expected inferior output.
5467 (test_detach, test_detach_watch, test_detach_killed_outside):
5468 Adjust to pass down the expected child exit kind.
5469
5470 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5471 Sergio Durigan Junior <sergiodj@redhat.com>
5472 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5475
5476 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5477
5478 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5479 to 'symbol-file' and 'add-symbol-file' can be
5480 position-independent.
5481
5482 2017-12-01 Yao Qi <yao.qi@linaro.org>
5483
5484 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5485 the URL in copyright header.
5486 * gdb.arch/aarch64-fp.exp: Likewise.
5487 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5488 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5489 * gdb.base/expand-psymtabs.exp: Likewise.
5490 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5491 * gdb.fortran/common-block.exp: Likewise.
5492 * gdb.fortran/common-block.f90: Likewise.
5493 * gdb.fortran/logical.exp: Likewise.
5494 * gdb.fortran/vla-datatypes.f90: Likewise.
5495 * gdb.fortran/vla-sub.f90: Likewise.
5496
5497 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5498
5499 * gdb.ada/repeat_dyn: New testcase.
5500
5501 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5502
5503 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5504 Update for changed thread numbering.
5505 * gdb.cell/bt.exp: Update for changed GDB output.
5506
5507 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5508
5509 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5510 setting isremote by hand.
5511 * boards/dwarf4-gdb-index.exp: Likewise.
5512 * boards/fission.exp: Likewise.
5513 * boards/stabs.exp: Likewise.
5514
5515 2017-11-30 Pedro Alves <palves@redhat.com>
5516
5517 * gdb.linespec/cpls-ops.exp
5518 (check_explicit_skips_function_argument): Extract the underlying
5519 type of size_t instead of hardcoding it.
5520
5521 2017-11-29 Pedro Alves <palves@redhat.com>
5522
5523 PR c++/19436
5524 * gdb.linespec/cpls-abi-tag.cc: New file.
5525 * gdb.linespec/cpls-abi-tag.exp: New file.
5526
5527 2017-11-29 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.base/langs.exp: Use -qualified.
5530 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5531 it.
5532 * gdb.cp/namespace.exp: Use -qualified.
5533 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5534 (overload-3, template-overload, template-ret-type, const-overload)
5535 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5536 procedures.
5537 (test_driver): Call them.
5538 * gdb.cp/save-bp-qualified.cc: New.
5539 * gdb.cp/save-bp-qualified.exp: New.
5540 * gdb.linespec/explicit.exp: Test -qualified.
5541 * lib/completion-support.exp (completion::explicit_opts_list): Add
5542 "-qualified".
5543 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5544
5545 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5546
5547 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5548
5549 2017-11-29 Tom Tromey <tom@tromey.com>
5550
5551 * gdb.base/relocate.exp: Update invalid argument test.
5552 Add new tests for invalid arguments.
5553
5554 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5555
5556 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5557 Return 0 as a long.
5558 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5559
5560 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5561
5562 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5563 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5564 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5565 func ().
5566 * gdb.cp/shadow.cc (B.func): Return 0.
5567
5568 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5569
5570 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5571 expected output in gdb_expect call to allow the exception
5572 message to be present as well. Fix syntax confusion to avoid
5573 TCL thinking that exception_name is an array.
5574
5575 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5576
5577 * gdb.arch/spu-info.c: Include <unistd.h>.
5578 (do_signal_test): Fix broken calls to write.
5579 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5580 Fix checks for empty mailboxes. Update signal tests for corrected
5581 do_signal_test routine. Allow nonzero event status.
5582 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5583 * gdb.cell/arch.exp: Use standard_output_file.
5584 * gdb.cell/break.exp: Likewise.
5585 * gdb.cell/bt.exp: Likewise.
5586 * gdb.cell/core.exp: Likewise.
5587 * gdb.cell/dwarfaddr.exp: Likewise.
5588 * gdb.cell/ea-cache.exp: Likewise.
5589 * gdb.cell/ea-standalone.exp: Likewise.
5590 * gdb.cell/f-regs.exp: Likewise.
5591 * gdb.cell/fork.exp: Likewise.
5592 * gdb.cell/gcore.exp: Likewise.
5593 * gdb.cell/mem-access.exp: Likewise.
5594 * gdb.cell/ptype.exp: Likewise.
5595 * gdb.cell/registers.exp: Likewise.
5596 * gdb.cell/sizeof.exp: Likewise.
5597 * gdb.cell/solib-symbol.exp: Likewise.
5598 * gdb.cell/solib.exp: Likewise.
5599
5600 2017-11-25 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.base/complete-empty.exp: New file.
5603 * gdb.base/completion.exp: Adjust.
5604
5605 2017-11-25 Pedro Alves <palves@redhat.com>
5606
5607 * gdb.linespec/cpls-ops.cc: New file.
5608 * gdb.linespec/cpls-ops.exp: New file.
5609 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5610 factored out from ...
5611 (test_complete_prefix_range): ... this.
5612
5613 2017-11-24 Pedro Alves <palves@redhat.com>
5614
5615 * gdb.linespec/cpcompletion.exp: New file.
5616 * gdb.linespec/cpls-hyphen.cc: New file.
5617 * gdb.linespec/cpls.cc: New file.
5618 * gdb.linespec/cpls2.cc: New file.
5619 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5620 test to use test_gdb_complete_unique. Add label completion,
5621 keyword completion and explicit location completion tests.
5622 * lib/completion-support.exp: New file.
5623
5624 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5625
5626 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5627 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5628 when hitting an exception catchpoint.
5629
5630 2017-11-22 Yao Qi <yao.qi@linaro.org>
5631
5632 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5633
5634 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5635
5636 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5637 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5638 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5639
5640 2017-11-22 Yao Qi <yao.qi@linaro.org>
5641
5642 * gdb.base/info-os.exp: Pass pthreads.
5643 * gdb.multi/multi-attach.exp: Likewise.
5644
5645 2017-11-22 Yao Qi <yao.qi@linaro.org>
5646
5647 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5648 compiler.
5649
5650 2017-11-22 Yao Qi <yao.qi@linaro.org>
5651
5652 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5653 * gdb.base/break-interp.exp: Likewise.
5654 * gdb.base/jit-attach-pie.exp: Likewise.
5655
5656 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5657
5658 * gdb.base/float128.c (large128): New variable.
5659 * gdb.base/float128.exp: Add test to print largest __float128 value.
5660
5661 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5662
5663 * gdb.arch/vsx-regs.exp: Update register content checks.
5664
5665 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5666
5667 * gdb.arch/ppc-longdouble.exp: New file.
5668 * gdb.arch/ppc-longdouble.c: Likewise.
5669
5670 2017-11-21 Pedro Alves <palves@redhat.com>
5671
5672 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5673
5674 2017-11-20 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5677 (long_double_typedef): New typedefs.
5678 Use DEF on double and long double.
5679 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5680 cases.
5681 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5682 and 'long_double_ptr_same_size' locals. Use them to decide
5683 whether cast from array/function to float is valid/invalid.
5684
5685 2017-11-17 Tom Tromey <tom@tromey.com>
5686
5687 * gdb.rust/traits.rs: New file.
5688 * gdb.rust/traits.exp: New file.
5689
5690 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5691
5692 * gdb.ada/minsyms: New testcase.
5693
5694 2017-11-16 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5697 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5698
5699 2017-11-16 Pedro Alves <palves@redhat.com>
5700
5701 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5702 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5703
5704 2017-11-16 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.server/reconnect-ctrl-c.c: New file.
5707 * gdb.server/reconnect-ctrl-c.exp: New file.
5708
5709 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5710
5711 * gdb.python/py-rbreak.exp: New file.
5712 * gdb.python/py-rbreak.c: New file.
5713 * gdb.python/py-rbreak-func2.c: New file.
5714
5715 2017-11-16 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5718 pattern.
5719 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5720 GDB.
5721
5722 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5723
5724 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5725 regex.
5726
5727 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5728
5729 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5730 test names.
5731
5732 2017-11-09 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5735 factored out from ...
5736 (top level): ... here, and adjusted to avoid expecting beyond the
5737 prompt in a single gdb_test_multiple.
5738
5739 2017-11-09 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5742 output.
5743 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5744 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5745 * gdb.server/ext-run.exp ("kill" test): Likewise.
5746 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5747
5748 2017-11-09 Pedro Alves <palves@redhat.com>
5749
5750 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5751 match till end of line.
5752
5753 2017-11-09 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5756
5757 2017-11-09 Pedro Alves <palves@redhat.com>
5758
5759 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5760 New procedures, factored out from ...
5761 (top level): ... here, and adjusted to avoid expecting beyond the
5762 prompt in one go.
5763
5764 2017-11-09 Pedro Alves <palves@redhat.com>
5765
5766 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5767 output. Fix '?' match.
5768
5769 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5770
5771 * gdb.ada/scoped_watch: New testcase.
5772 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5773 which is actually correct.
5774 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5775 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5776
5777 2017-11-08 Pedro Alves <palves@redhat.com>
5778
5779 * gdb.gdb/complaints.exp (test_initial_complaints)
5780 (test_serial_complaints, test_short_complaints): Call
5781 complaint_internal instead of complaint.
5782
5783 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5784
5785 * gdb.threads/tls-core.c: New file.
5786 * gdb.threads/tls-core.exp: Likewise.
5787
5788 2017-11-08 Pedro Alves <palves@redhat.com>
5789
5790 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5791 (p Exported_Capitalized): New test.
5792 (p exported_capitalized): New test.
5793
5794 2017-11-07 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5797
5798 2017-11-07 Pedro Alves <palves@redhat.com>
5799
5800 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5801 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5802 (disable_invalid, disable_inverted, disable_negative): New
5803 procedures.
5804 ("bad numbers"): New set of tests.
5805
5806 2017-11-07 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.cp/ena-dis-br-range.exp: Add tests.
5809
5810 2017-11-07 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5813
5814 2017-11-07 Xavier Roirand <roirand@adacore.com>
5815 Pedro Alves <palves@redhat.com>
5816
5817 * gdb.base/ena-dis-br.exp: Add reference to
5818 gdb.cp/ena-dis-br-range.exp.
5819 * gdb.cp/ena-dis-br-range.exp: New file.
5820 * gdb.cp/ena-dis-br-range.cc: New file.
5821
5822 2017-11-06 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.base/attach-non-pgrp-leader.c: New.
5825 * gdb.base/attach-non-pgrp-leader.exp: New.
5826
5827 2017-11-06 Pedro Alves <palves@redhat.com>
5828
5829 * configure.ac: No longer check for termio.h and sgtty.h.
5830 * configure: Regenerate.
5831 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5832 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5833 Remove termio and sgtty code.
5834
5835 2017-11-03 Yao Qi <yao.qi@linaro.org>
5836
5837 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5838 in GDB is disabled.
5839
5840 2017-11-03 Yao Qi <yao.qi@linaro.org>
5841
5842 * gdb.python/py-thrhandle.exp: Skip it if python is not
5843 enabled.
5844
5845 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5846
5847 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5848 as a breakpoint command.
5849
5850 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5851
5852 PR python/21213
5853 * gdb.python/py-infthread.exp: Test calling
5854 InferiorThread.inferior () multiple times in a row.
5855
5856 2017-10-27 Keith Seitz <keiths@redhat.com>
5857
5858 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5859 Test "info break" for every inlined function breakpoint.
5860
5861 2017-10-27 Yao Qi <yao.qi@linaro.org>
5862
5863 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5864
5865 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5866
5867 * gdb.cp/classes.exp (test_static_members): Test printing
5868 Outer::instance.
5869 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5870 (Inner::instance, Outer::instance): New.
5871
5872 2017-10-24 Pedro Alves <palves@redhat.com>
5873
5874 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5875 extra console" test in two stages.
5876
5877 2017-10-24 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5880
5881 2017-10-24 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5884 loop.
5885
5886 2017-10-24 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5889 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5890
5891 2017-10-24 Pedro Alves <palves@redhat.com>
5892
5893 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5894 parameter and handle it. Don't output read value in test name.
5895
5896 2017-10-24 Pedro Alves <palves@redhat.com>
5897
5898 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5899 custom test name.
5900
5901 2017-10-24 Pedro Alves <palves@redhat.com>
5902
5903 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5904 include the unstable output directory name in the test's name.
5905 (initial_setup_simple) <'set args'>: Use custom test name.
5906
5907 2017-10-24 Pedro Alves <palves@redhat.com>
5908
5909 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5910 with explicit test name.
5911
5912 2017-10-20 Pedro Alves <palves@redhat.com>
5913
5914 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5915 'wait -i'. Use gdb_assert and remote_close.
5916
5917 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5918
5919 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5920 number from variable rather than hard-coded.
5921
5922 2017-10-19 Pedro Alves <palves@redhat.com>
5923
5924 * gdb.base/long-inferior-output.c: New file.
5925 * gdb.base/long-inferior-output.exp: New file.
5926
5927 2017-11-18 Keith Seitz <keiths@redhat.com>
5928
5929 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5930 method.
5931 (main): Call it.
5932 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5933 Add additional user-defined conversion operator tests.
5934
5935 2017-10-17 Pedro Alves <palves@redhat.com>
5936
5937 * boards/native-stdio-gdbserver.exp: Load "local-board".
5938
5939 2017-10-17 Pedro Alves <palves@redhat.com>
5940
5941 * gdb.base/quit-live.c: New file.
5942 * gdb.base/quit-live.exp: New file.
5943
5944 2017-10-16 Keith Seitz <keiths@redhat.com>
5945
5946 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5947 (class_with_protected_typedef, class_with_private_typedef)
5948 (struct_with_public_typedef, struct_with_protected_typedef)
5949 (struct_with_private_typedef): New classes/structs.
5950 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5951 typedefs and access specifiers.
5952
5953 2017-10-16 Pedro Alves <palves@redhat.com>
5954 Simon Marchi <simon.marchi@polymtl.ca>
5955
5956 * README (Local vs Remote vs Native): New section.
5957 * boards/local-board.exp: New file, with bits factored out from
5958 ...
5959 * boards/native-extended-gdbserver.exp: ... here. Load
5960 "local-board".
5961 * boards/native-gdbserver.exp: Load "local-board".
5962 (${board}_spawn, ${board}_exec): Delete.
5963 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5964 ...
5965 * boards/stdio-gdbserver-base.exp: ... this new file.
5966 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5967 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5968 procedure.
5969 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5970 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5971 stdio_gdbserver_command.
5972 (${board}_get_remote_address, ${board}_get_comm_port)
5973 (${board}_download, ${board}_upload): Delete.
5974 (get_target_remote_pipe_cmd): New.
5975
5976 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5977
5978 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5979 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5980 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5981 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5982 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5983 remove with_test_prefix.
5984
5985 2017-10-13 Pedro Alves <palves@redhat.com>
5986
5987 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5988 * gdb.base/annota1.exp: Use it instead of is_remote.
5989 * gdb.base/annota3.exp: Use it instead of is_remote.
5990 * gdb.cp/annota2.exp: Use it instead of is_remote.
5991 * gdb.cp/annota3.exp: Use it instead of is_remote.
5992 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5993
5994 2017-10-13 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5997 (test_num_test_vars, run_and_count_vars, find_env)
5998 (test_set_unset_env, test_inherit_env_var): New procedures.
5999 (top level): Use them.
6000
6001 2017-10-13 Pedro Alves <palves@redhat.com>
6002
6003 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6004 also skip on stub-like targets.
6005
6006 2017-10-13 Pedro Alves <palves@redhat.com>
6007
6008 PR gdb/22293
6009 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6010 (top level): Move some tests to ...
6011 (test_not_found): ... this new procedure.
6012 (top level): Call it.
6013
6014 2017-10-13 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6017 expect different "info terminal" output if testing with a
6018 non-native target.
6019
6020 2017-10-13 Pedro Alves <palves@redhat.com>
6021 Simon Marchi <simon.marchi@polymtl.ca>
6022
6023 PR python/12966
6024 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6025
6026 2017-10-13 Pedro Alves <palves@redhat.com>
6027
6028 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6029 already.
6030
6031 2017-10-13 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6034 is_remote.
6035
6036 2017-10-13 Pedro Alves <palves@redhat.com>
6037
6038 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6039 is_remote.
6040
6041 2017-10-13 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6044 is set.
6045 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6046 instead of is_remote.
6047
6048 2017-10-13 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6051 (top level): Add comment.
6052
6053 2017-10-13 Pedro Alves <palves@redhat.com>
6054
6055 * gdb.base/remote.exp (top level): Fix comment typo and add
6056 missing return.
6057
6058 2017-10-13 Pedro Alves <palves@redhat.com>
6059 Simon Marchi <simon.marchi@polymtl.ca>
6060
6061 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6062 calls and add comments. Skip test if use_gdb_stub is set.
6063 (top level): Use "set cwd" command instead of "cd" command.
6064
6065 2017-10-13 Pedro Alves <palves@redhat.com>
6066
6067 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6068 is_remote target check.
6069
6070 2017-10-13 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.base/scope.exp: Use build_executable + clean_restart +
6073 gdb_file_cmd instead of prepare_for_testing and no longer skip
6074 "before run" tests on is_remote target boards. Update comments.
6075 * boards/native-extended-gdbserver.exp
6076 (extended_gdbserver_load_last_file): New, factored out from ...
6077 (gdb_load): ... this. Move further below and add comment.
6078 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6079
6080 2017-10-12 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.base/attach.exp: Remove references to gdb64.
6083 * gdb.base/dbx.exp: Remove references to gdb64.
6084
6085 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6086 Pedro Alves <palves@redhat.com>
6087
6088 * gdb.base/label.exp: Remove is_remote target check.
6089
6090 2017-10-12 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.base/auvx.exp (coredir): Update comment.
6093 (top level) <core_works>: Use "set cwd" command instead of "cd"
6094 command.
6095
6096 2017-10-12 Pedro Alves <palves@redhat.com>
6097 Simon Marchi <simon.marchi@polymtl.ca>
6098
6099 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6100 target boards.
6101
6102 2017-10-12 Pedro Alves <palves@redhat.com>
6103 Simon Marchi <simon.marchi@polymtl.ca>
6104
6105 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6106 Instead skip if there's any gdb_protocol set.
6107
6108 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6109 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6112
6113 2017-10-12 Pedro Alves <palves@redhat.com>
6114 Simon Marchi <simon.marchi@polymtl.ca>
6115
6116 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6117 instead of on dejagnu remote boards.
6118
6119 2017-10-12 Pedro Alves <palves@redhat.com>
6120 Simon Marchi <simon.marchi@polymtl.ca>
6121
6122 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6123 checks. Use build_executable + clean_restart instead of
6124 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6125 of enabling non-stop after starting gdb.
6126
6127 2017-10-12 Pedro Alves <palves@redhat.com>
6128
6129 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6130 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6131 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6132 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6133
6134 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6135
6136 * gdb.arch/arc-tdesc-cpu.exp: New file.
6137 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6138
6139 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6140
6141 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6142
6143 2017-10-10 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6146 expect CLI output.
6147
6148 2017-10-10 Pedro Alves <palves@redhat.com>
6149
6150 * lib/selftest-support.exp (selftest_setup): Update for
6151 captured_command_loop's prototype change.
6152
6153 2017-10-09 Pedro Alves <palves@redhat.com>
6154
6155 Test both arch1=>arch2 and arch2=>arch1.
6156
6157 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6158 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6159 factored out to...
6160 (append_arch1_options, append_arch2_options, append_arch_options)
6161 (build_executables): New procedures.
6162 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6163 local.
6164 (top level): Add new 'first_arch' testing axis.
6165
6166 2017-10-09 Pedro Alves <palves@redhat.com>
6167
6168 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6169 (barrier): New.
6170 (thread_start, all_started): New functions.
6171 (main): Spawn new thread and wait until it is scheduled.
6172 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6173 option.
6174 (do_test): Add 'selected_thread' parameter. Run to all_started
6175 instead of main. Explicitly set the breakpoint at main. Switch
6176 to the SELECTED_THREAD thread.
6177 (top level): Test handling the exec event with either the main
6178 thread or the second thread selected.
6179
6180 2017-10-09 Pedro Alves <palves@redhat.com>
6181
6182 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6183 logic. Move STOP marker after the value checks.
6184 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6185 regexp.
6186
6187 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6188
6189 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6190
6191 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6192
6193 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6194 integer-to-dfp conversion.
6195 * gdb.base/dfp-test.exp: Likewise.
6196
6197 2017-10-04 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.multi/hangout.c: Include <unistd.h>.
6200 (hangout_loop): New function.
6201 (main): Call alarm. Call hangout_loop in a loop.
6202 * gdb.multi/hello.c: Include <unistd.h>.
6203 (hello_loop): New function.
6204 (main): Call alarm. Call hangout_loop in a loop.
6205 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6206 inferior with the other selected.
6207
6208 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6209
6210 * gdb.mi/list-thread-groups-available.exp: New file.
6211 * gdb.mi/list-thread-groups-available.c: New file.
6212
6213 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6214
6215 * gdb.base/set-cwd.exp: Make it available on
6216 native-extended-gdbserver.
6217
6218 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6219
6220 * gdb.base/set-cwd.c: New file.
6221 * gdb.base/set-cwd.exp: Likewise.
6222
6223 2017-10-02 Tom Tromey <tom@tromey.com>
6224
6225 PR rust/22236:
6226 * gdb.rust/simple.rs (main): New variable "fslice".
6227 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6228
6229 2017-10-02 Tom Tromey <tom@tromey.com>
6230
6231 * gdb.rust/simple.exp: Test ptype of a slice.
6232
6233 2017-10-02 Tom Tromey <tom@tromey.com>
6234
6235 * gdb.rust/simple.exp: Test index of slice.
6236
6237 2017-09-27 Tom Tromey <tom@tromey.com>
6238
6239 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6240
6241 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6242 Pedro Alves <palves@redhat.com>
6243
6244 * gdb.base/compare-sections.exp (get value of read-only section): Read
6245 as unsigned value.
6246 (corrupt read-only section): Likewise and don't set written if patching
6247 failed.
6248
6249 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6250
6251 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6252 files.
6253
6254 2017-09-20 Pedro Alves <palves@redhat.com>
6255
6256 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6257 symbol names in gdb's output.
6258 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6259
6260 2017-09-20 Pedro Alves <palves@redhat.com>
6261
6262 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6263 Rename to ...
6264 (test_list_ambiguous_symbol): ... this and add a symbol name
6265 parameter. Adjust.
6266 (test_list_ambiguous_function): Reimplement on top of
6267 test_list_ambiguous_symbol and also test listing ambiguous
6268 variables.
6269 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6270 (ambiguous_fun): ... this.
6271 (ambiguous_var): New.
6272 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6273 (ambiguous_fun): ... this.
6274 (ambiguous_var): New.
6275
6276 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6277
6278 * gdb.base/starti.c: New file.
6279 * gdb.base/starti.exp: New file.
6280 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6281
6282 2017-09-14 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6285 (top level): Use it instead of runto.
6286
6287 2017-09-11 Tom Tromey <tom@tromey.com>
6288
6289 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6290
6291 2017-09-11 Tom Tromey <tom@tromey.com>
6292
6293 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6294 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6295
6296 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6297
6298 * gdb.fortran/printing-types.exp: New file.
6299 * gdb.fortran/printing-types.exp: New file.
6300
6301 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6302
6303 * gdb.fortran/vla-ptype.exp: Fix typos.
6304 * gdb.fortran/vla-value.exp: Same.
6305
6306 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6307
6308 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6309 * gdb.mi/mi-var-child-f.exp: Likewise.
6310 * gdb.mi/mi-vla-fortran.exp: Likewise.
6311
6312 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6313 Christoph Weinmann <christoph.t.weinmann@intel.com>
6314 Bernhard Heckel <bernhard.heckel@intel.com>
6315
6316 * gdb.fortran/ptr-indentation.f90: New file.
6317 * gdb.fortran/ptr-indentation.exp: New file.
6318
6319 2017-09-05 Tom Tromey <tom@tromey.com>
6320
6321 PR gdb/22010:
6322 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6323
6324 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6325
6326 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6327
6328 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6329
6330 * gdb.threads/tls-nodebug-pie.c: New file.
6331 * gdb.threads/tls-nodebug-pie.exp: New file.
6332
6333 2017-09-05 Tom Tromey <tom@tromey.com>
6334
6335 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6336 for rust.
6337
6338 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6339
6340 * gdb.multi/multi-arch-exec.exp: Test with different
6341 "follow-exec-mode" settings.
6342 (do_test): New procedure.
6343
6344 2017-09-04 Pedro Alves <palves@redhat.com>
6345
6346 * gdb.base/func-static.c (S::method const, S::method volatile)
6347 (S::method volatile const): New methods.
6348 (c_s, v_s, cv_s): New instances.
6349 (main): Call method() on them.
6350 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6351 (cannot_resolve): New procedure.
6352 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6353 print-quote-unquoted columns.
6354 (do_test): Test printing each scope too.
6355
6356 2017-09-04 Pedro Alves <palves@redhat.com>
6357
6358 * gdb.base/local-static.exp: Also test with
6359 class::method::variable wholly quoted.
6360 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6361
6362 2017-09-04 Pedro Alves <palves@redhat.com>
6363
6364 * gdb.base/local-static.c: New.
6365 * gdb.base/local-static.cc: New.
6366 * gdb.base/local-static.exp: New.
6367
6368 2017-09-04 Pedro Alves <palves@redhat.com>
6369
6370 * gdb.asm/asm-source.exp: Add casts to int.
6371 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6372 (dataglobal64_1, dataglobal64_2): New globals.
6373 * gdb.base/nodebug.exp: Test different expressions involving the
6374 new globals, with print, whatis and ptype. Add casts to int.
6375 * gdb.base/solib-display.exp: Add casts to int.
6376 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6377 * gdb.cp/m-static.exp: Add cast to int.
6378 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6379 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6380 tls variable with no debug info without a cast. Test with a cast
6381 to int too.
6382 * gdb.trace/entry-values.exp: Add casts.
6383
6384 2017-09-04 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.base/nodebug.exp: Test that ptype's error about functions
6387 with unknown return type includes the function name too.
6388
6389 2017-09-04 Pedro Alves <palves@redhat.com>
6390
6391 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6392 return type of munmap in infcall.
6393 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6394 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6395 type of ftell in infcall.
6396 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6397 type of getpid in infcall.
6398 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6399 infcall.
6400 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6401 Bail on failure to extract the pid.
6402 * gdb.base/nodebug.c: #include <stdint.h>.
6403 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6404 New functions.
6405 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6406 Change expected output of print/whatis/ptype with functions with
6407 no debug info. Test all supported languages. Call
6408 test_call_promotion.
6409 * gdb.compile/compile.exp: Adjust expected output to expect
6410 warning.
6411 * gdb.threads/siginfo-threads.exp: Likewise.
6412
6413 2017-09-04 Pedro Alves <palves@redhat.com>
6414
6415 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6416 "prototypes". Test calling float functions via prototyped and
6417 unprototyped function pointers.
6418 (perform_all_tests): New parameter "prototypes". Pass it down.
6419 (top level): Pass down "prototypes" parameter to
6420 perform_all_tests.
6421
6422 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6423
6424 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6425 Test with nested loops.
6426
6427 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6428
6429 * gdb.base/commands.exp: Call the new procedures.
6430 (loop_break_test, loop_continue_test): New procedures.
6431
6432 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6433
6434 * gdb.base/commands.exp: Call new procedure.
6435 (define_if_without_arg_test): New procedure.
6436
6437 2017-09-04 Pedro Alves <palves@redhat.com>
6438
6439 * gdb.base/list-ambiguous.exp: New file.
6440 * gdb.base/list-ambiguous0.c: New file.
6441 * gdb.base/list-ambiguous1.c: New file.
6442 * gdb.base/list.exp (test_list_range): Adjust expected output.
6443
6444 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6445
6446 * gdb.base/share-env-with-gdbserver.c: New file.
6447 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6448
6449 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6450
6451 * gdb.base/commands.exp (gdbvar_simple_if_test,
6452 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6453 progvar_simple_if_test, progvar_simple_while_test,
6454 progvar_complex_if_while_test, user_defined_command_test,
6455 user_defined_command_args_eval,
6456 user_defined_command_args_stack_test,
6457 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6458 temporary_breakpoint_commands,
6459 gdb_test_no_prompt, redefine_hook_test,
6460 redefine_backtrace_test): Remove "global gdb_prompt".
6461
6462 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6463
6464 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6465 New proc, call it from toplevel.
6466
6467 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6468
6469 PR remote/21852
6470 * gdb.server/normal.c: New file, copied from gdb.base.
6471 * gdb.server/run-without-local-binary.exp: New file.
6472
6473 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6474
6475 * gdb.arch/sparc64-adi.exp: New file.
6476 * gdb.arch/sparc64-adi.c: New file.
6477
6478 2017-08-22 Pedro Alves <palves@redhat.com>
6479
6480 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6481 (top level): Add "list all overloads" tests.
6482
6483 2017-08-22 Tom Tromey <tom@tromey.com>
6484
6485 * gdb.gdb/xfullpath.exp: Remove.
6486
6487 2017-08-21 Pedro Alves <palves@redhat.com>
6488
6489 PR gdb/19487
6490 * gdb.base/symbol-alias.c: New.
6491 * gdb.base/symbol-alias2.c: New.
6492 * gdb.base/symbol-alias.exp: New.
6493
6494 2017-08-21 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.base/dfp-test.c
6497 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6498 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6499 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6500 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6501 * gdb.base/whatis-ptype-typedefs.c: New.
6502 * gdb.base/whatis-ptype-typedefs.exp: New.
6503 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6504 (an_int, an_int_type, an_int_type2): New globals.
6505 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6506 involving typedefs and cast expressions.
6507 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6508 (lookup_typedefs_function): New.
6509 (typedefs_pretty_printers_dict): New.
6510 (top level): Register lookup_typedefs_function in
6511 gdb.pretty_printers.
6512
6513 2017-08-18 Yao Qi <yao.qi@linaro.org>
6514
6515 * gdb.server/unittest.exp: New.
6516
6517 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6518
6519 PR gdb/21954
6520 * gdb.base/environ.exp: Add test to check if 'unset environment'
6521 works.
6522
6523 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6524
6525 * lib/gdb.exp (universal_compile_options): New caching proc.
6526 (gdb_compile): Suppress GCC's coloring of messages.
6527
6528 2017-08-14 Tom Tromey <tom@tromey.com>
6529
6530 PR gdb/21675:
6531 * gdb.base/printcmds.exp (test_radices): New function.
6532 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6533 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6534 * lib/gdb.exp (get_integer_valueof): Use p/d.
6535
6536 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6537
6538 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6539 characters.
6540
6541 2017-08-05 Tom Tromey <tom@tromey.com>
6542
6543 * gdb.rust/simple.exp: Allow String to appear in a different
6544 namespace.
6545
6546 2017-07-26 Yao Qi <yao.qi@linaro.org>
6547
6548 * gdb.gdb/unittest.exp: Invoke command
6549 "maintenance check xml-descriptions".
6550
6551 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6552
6553 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6554 calling context.
6555 (hex128): Drop erroneous calculation of parameters.
6556
6557 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6558
6559 * gdb.python/py-unwind.exp: Disable stack protection when
6560 building test file.
6561
6562 2017-07-20 Pedro Alves <palves@redhat.com>
6563
6564 * gdb.base/default.exp (set language): Adjust expected output.
6565
6566 2017-07-20 Pedro Alves <palves@redhat.com>
6567
6568 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6569 (test_minsym): ... this, and make static.
6570 (get_pck__foo__bar__minsym): Rename to ...
6571 (get_test_minsym): ... this.
6572 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6573 symbol names and comments.
6574 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6575 (get_test_minsym): ... this.
6576 (pck__foo__bar__minsym__2): Rename to ...
6577 (test_minsym): ... this.
6578 (main): Adjust.
6579
6580 2017-07-17 Pedro Alves <palves@redhat.com>
6581
6582 * gdb.base/completion.exp: Adjust expected output.
6583 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6584 the completer works.
6585
6586 2017-07-17 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6589
6590 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6591
6592 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6593
6594 2017-07-14 Tom Tromey <tom@tromey.com>
6595
6596 PR rust/21764:
6597 * gdb.rust/simple.exp: Add tests.
6598
6599 2017-07-14 Tom Tromey <tom@tromey.com>
6600
6601 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6602
6603 2017-07-14 Pedro Alves <palves@redhat.com>
6604
6605 * gdb.linespec/base/one/thefile.cc (z1): New function.
6606 * gdb.linespec/base/two/thefile.cc (z2): New function.
6607 * gdb.linespec/linespec.exp: Add tests.
6608
6609 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6610
6611 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6612 to mi_create_breakpoint.
6613
6614 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6615
6616 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6617 mi_create_breakpoint.
6618
6619 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6620
6621 * gdb.dlang/demangle.exp: Update for demangling changes.
6622
6623 2017-07-09 Tom Tromey <tom@tromey.com>
6624
6625 * gdb.dwarf2/shortpiece.exp: New file.
6626
6627 2017-07-06 David Blaikie <dblaikie@gmail.com>
6628
6629 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6630 built from fissiont-multi-cu{1,2}.c.
6631 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6632 except putting 'main' and 'func' in separate CUs in the same DWO file.
6633 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6634 test.
6635 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6636 test.
6637
6638 2017-07-06 Pedro Alves <palves@redhat.com>
6639
6640 * gdb.python/py-unwind.exp: Test flushregs.
6641
6642 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6643
6644 PR cli/21688
6645 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6646 tests for alias commands and trailing whitespace.
6647
6648 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6649
6650 PR cli/21688
6651 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6652 procedure. Call it.
6653
6654 2017-06-29 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.base/printcmds.exp: Add tests.
6657
6658 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6659
6660 PR gdb/21337
6661 * gdb.base/reread-readsym.exp: New file.
6662 * gdb.base/reread-readsym.c: New file.
6663
6664 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6665
6666 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6667 subpattern.
6668
6669 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6670
6671 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6672 extended mnemonic.
6673 * gdb.arch/powerpc-power9.s: Likewise.
6674
6675 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6676
6677 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6678 on 32-bit x86 targets. Exploit is_*_target macros where
6679 appropriate.
6680
6681 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6682
6683 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6684 register pieces.
6685
6686 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6687
6688 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6689 located in one or more DWARF pieces.
6690
6691 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6692
6693 * lib/gdb.exp (get_endianness): New proc.
6694 * gdb.arch/aarch64-fp.exp: Use it.
6695 * gdb.arch/altivec-regs.exp: Likewise.
6696 * gdb.arch/e500-regs.exp: Likewise.
6697 * gdb.arch/vsx-regs.exp: Likewise.
6698 * gdb.base/dump.exp: Likewise.
6699 * gdb.base/funcargs.exp: Likewise.
6700 * gdb.base/gnu_vector.exp: Likewise.
6701 * gdb.dwarf2/formdata16.exp: Likewise.
6702 * gdb.dwarf2/implptrpiece.exp: Likewise.
6703 * gdb.dwarf2/nonvar-access.exp: Likewise.
6704 * gdb.python/py-inferior.exp: Likewise.
6705 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6706
6707 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6708
6709 PR gdb/21226
6710 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6711 stack value pieces are taken from the LSB end.
6712
6713 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6714
6715 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6716 variable at nonzero offset.
6717
6718 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6719
6720 * gdb.dwarf2/var-access.c: New file.
6721 * gdb.dwarf2/var-access.exp: New test.
6722 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6723
6724 2017-06-12 Tom Tromey <tom@tromey.com>
6725
6726 * gdb.dwarf2/formdata16.exp: Add tests.
6727
6728 2017-06-12 Tom Tromey <tom@tromey.com>
6729
6730 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6731
6732 2017-06-12 Tom Tromey <tom@tromey.com>
6733
6734 PR exp/16225:
6735 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6736 * gdb.arch/vsx-regs.exp: Update tests.
6737 * gdb.arch/s390-vregs.exp (hex128): New proc.
6738 Update test.
6739 * gdb.arch/altivec-regs.exp: Update tests.
6740
6741 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6742
6743 * gdb.base/startup-with-shell.c: New file.
6744 * gdb.base/startup-with-shell.exp: Likewise.
6745
6746 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6747
6748 * gdb.server/non-existing-program.exp: Update regex in order to
6749 reflect the fact that gdbserver is now using fork_inferior (with a
6750 shell) to startup the inferior.
6751
6752 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6753
6754 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6755 support function calls from GDB.
6756
6757 2017-05-21 Tom Tromey <tom@tromey.com>
6758
6759 PR rust/21466:
6760 * gdb.rust/unsized.exp: New file.
6761 * gdb.rust/unsized.rs: New file.
6762
6763 2017-05-19 Tom Tromey <tom@tromey.com>
6764
6765 PR rust/21484:
6766 * gdb.rust/watch.exp: New file.
6767 * gdb.rust/watch.rs: New file.
6768
6769 2017-05-18 Tom Tromey <tom@tromey.com>
6770
6771 * gdb.rust/simple.exp: Allow Box to be qualified.
6772
6773 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6774
6775 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6776
6777 2017-05-18 Pedro Alves <palves@redhat.com>
6778
6779 * gdb.base/fileio.c (test_write, test_read, test_close)
6780 (test_fstat): Don't print 'ret' in the fail path.
6781
6782 2017-05-18 Pedro Alves <palves@redhat.com>
6783
6784 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6785 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6786 (test_system, test_rename, test_unlink, test_time): Change
6787 prototypes.
6788 * gdb.base/fileio.exp (stop_msg): Adjust.
6789
6790 2017-05-18 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.base/fileio.c (null_str): New global.
6793 (test_stat): Use it.
6794 * gdb.base/fileio.exp: Remove nowarnings.
6795
6796 2017-05-17 Yao Qi <yao.qi@linaro.org>
6797
6798 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6799
6800 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6801
6802 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6803 argument command.
6804 (top-level): Invoke test_set_inferior_tty.
6805
6806 2017-05-04 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6809 Add parens to print call for Python 3.
6810
6811 2017-05-03 Keith Seitz <keiths@redhat.com>
6812
6813 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6814 (main): Call it.
6815
6816 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6817
6818 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6819 to prev and next.
6820
6821 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6822
6823 * gdb.python/py-record-btrace.exp: Remove test for
6824 gdb.BtraceInstruction.error.
6825
6826 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6827
6828 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6829
6830 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6831
6832 * gdb.python/py-record-btrace-threads.c: New file.
6833 * gdb.python/py-record-btrace-threads.exp: New file.
6834
6835 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6836
6837 PR testsuite/8595
6838 * gdb.base/environ.exp: Make test available in all architectures.
6839 Move bits related to "info program" testing to
6840 gdb.base/info-program.exp. Rewrite tests to use the two new
6841 procedures mentione below.
6842 (test_set_show_env_var) New procedure.
6843 (test_set_show_env_var_equal): Likewise.
6844 * gdb.base/info-program.exp: New file.
6845
6846 2017-04-27 Keith Seitz <keiths@redhat.com>
6847
6848 * gdb.cp/oranking.cc (test15): New function.
6849 (main): Call test15 and declare additional variables for testing.
6850 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6851 "p foo101('abc')" tests.
6852 Add tests for cv qualifier overloads.
6853 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6854 "lvalue reference overload" test.
6855 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6856 "print value of f1 on Child&& in f2" test.
6857
6858 2017-04-19 Pedro Alves <palves@redhat.com>
6859
6860 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6861 procedure.
6862 (top level): Call it.
6863 * lib/gdb.exp (gdb_define_cmd): New procedure.
6864
6865 2017-04-12 Pedro Alves <palves@redhat.com>
6866
6867 PR gdb/21323
6868 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6869 (wchar): New global.
6870 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6871 (do_test_wide_char, wide_char_types_no_program, top level): Add
6872 wchar_t testing.
6873
6874 2017-04-12 Pedro Alves <palves@redhat.com>
6875
6876 PR c++/21323
6877 * gdb.cp/wide_char_types.c: New file.
6878 * gdb.cp/wide_char_types.exp: New file.
6879
6880 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6881
6882 PR gdb/21352
6883 * gdb.trace/tsv.exp: Add test for "tsave -r".
6884
6885 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6886
6887 * gdb.dlang/watch-loc.c: New file.
6888 * gdb.dlang/watch-loc.exp: New file.
6889
6890 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6891
6892 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6893
6894 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6895
6896 * gdb.arch/arc-analyze-prologue.S: New file.
6897 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6898
6899 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6900
6901 * gdb.arch/arc-decode-insn.S: New file.
6902 * gdb.arch/arc-decode-insn.exp: Likewise.
6903
6904 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6905
6906 PR tdep/20928
6907 * gdb.arch/sparc64-regs.exp: New file.
6908 * gdb.arch/sparc64-regs.S: Likewise.
6909
6910 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6911
6912 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6913 and memory view on Python 3.
6914
6915 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6916 Keith Seitz <keiths@redhat.com>
6917
6918 PR gdb/14441
6919 * gdb.cp/demangle.exp: Add rvalue reference tests.
6920 * gdb.cp/rvalue-ref-casts.cc: New file.
6921 * gdb.cp/rvalue-ref-casts.exp: New file.
6922 * gdb.cp/rvalue-ref-overload.cc: New file.
6923 * gdb.cp/rvalue-ref-overload.exp: New file.
6924 * gdb.cp/rvalue-ref-params.cc: New file.
6925 * gdb.cp/rvalue-ref-params.exp: New file.
6926 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6927 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6928 * gdb.cp/rvalue-ref-types.cc: New file.
6929 * gdb.cp/rvalue-ref-types.exp: New file.
6930 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6931 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6932
6933 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6934
6935 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6936 New procedure.
6937
6938 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6939
6940 * lib/mi-support.exp (mi_gdb_test): Add additional message
6941 for unexpected output.
6942
6943 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6944
6945 * gdb.base/examine-backward.c (Barrier): New character array
6946 constant, to ensure that TestStrings is preceded by a string
6947 terminator.
6948
6949 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6950
6951 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6952 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6953 and implicit pointer into such a location.
6954
6955 2017-03-16 Doug Evans <dje@google.com>
6956
6957 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6958
6959 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6960
6961 * gdb.cp/m-static.exp: Fix expectation for prototype of
6962 test5.single_constructor and single_constructor::single_constructor.
6963
6964 2017-03-16 Doug Evans <dje@google.com>
6965
6966 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6967 * gdb.guile/scm-lazy-string.c: New file.
6968 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6969 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6970 for pointer, array, typedef lazy strings.
6971
6972 2017-03-16 Doug Evans <dje@google.com>
6973
6974 PR python/17728, python/18439, python/18779
6975 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6976 * gdb.python/py-lazy-string.c (pointer): New typedef.
6977 (main): New locals ptr, array, typedef_ptr.
6978 * gdb.python/py-value.exp: Move lazy string tests to ...
6979 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6980 array, typedef lazy strings.
6981
6982 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6983
6984 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6985 Add optional 'test' parameter.
6986
6987 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6988
6989 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6990 Skip for versions of DejaGnu < 1.5.
6991
6992 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6993
6994 * lib/gdb.exp (dejagnu_version): New proc.
6995 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6996 Use dejagnu_version.
6997
6998 2017-03-10 Keith Seitz <keiths@redhat.com>
6999
7000 PR c++/8128
7001 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7002 type from destructor regexps.
7003 Add a branch which actually passes the test.
7004 Adjust "ptype t5i" test names.
7005
7006 2017-03-08 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.base/step-over-exit.exp: Add explicit test message.
7009
7010 2017-03-08 Pedro Alves <palves@redhat.com>
7011
7012 PR gdb/18360
7013 * gdb.threads/interrupt-while-step-over.c: New file.
7014 * gdb.threads/interrupt-while-step-over.exp: New file.
7015
7016 2017-03-08 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7019 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7020
7021 2017-03-08 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7024 PKRU as not supported as a PASS.
7025
7026 2017-03-08 Pedro Alves <palves@redhat.com>
7027
7028 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7029 prefix instead of $binfile1/$binfile2.
7030 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7031 in test message.
7032 * gdb.python/py-completion.exp: Use "load python file" as test
7033 messages instead of unstable path names.
7034
7035 2017-03-08 Pedro Alves <palves@redhat.com>
7036 Jan Kratochvil <jan.kratochvil@redhat.com>
7037
7038 PR cli/21218
7039 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7040 New proc.
7041 (top level): Call it.
7042
7043 2017-03-08 Pedro Alves <palves@redhat.com>
7044
7045 PR tui/21216
7046 * gdb.tui/tui-nl-filtered-output.exp: New file.
7047
7048 2017-03-08 Pedro Alves <palves@redhat.com>
7049
7050 * gdb.base/completion.exp: Move TUI completion tests to ...
7051 * gdb.tui/completion.exp: ... this new file.
7052
7053 2017-03-08 Pedro Alves <palves@redhat.com>
7054
7055 * gdb.base/tui-disasm-long-lines.c,
7056 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7057 gdb.base/tui-layout.exp: Move to ...
7058 * gdb.tui/: ... this new directory.
7059
7060 2017-03-07 Pedro Alves <palves@redhat.com>
7061
7062 * gdb.base/tui-layout.c: New file.
7063 * gdb.base/tui-layout.exp: New file.
7064
7065 2017-03-07 Pedro Alves <palves@redhat.com>
7066
7067 * gdb.base/tui-layout.c: Rename to ...
7068 * gdb.base/tui-disasm-long-lines.c: ... this.
7069 * gdb.base/tui-layout.exp: Rename to ...
7070 * gdb.base/tui-disasm-long-lines.exp: ... this.
7071
7072 2017-03-07 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7075
7076 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7077
7078 * i386-mpx-call.c: New file.
7079 * i386-mpx-call.exp: New file.
7080
7081 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7082
7083 * gdb.arch/powerpc-power.exp: Delete test.
7084 * gdb.arch/powerpc-power.s: Likewise.
7085 * gdb.disasm/disassembler-options.exp: New test.
7086 * gdb.arch/powerpc-altivec.exp: Likewise.
7087 * gdb.arch/powerpc-altivec.s: Likewise.
7088 * gdb.arch/powerpc-altivec2.exp: Likewise.
7089 * gdb.arch/powerpc-altivec2.s: Likewise.
7090 * gdb.arch/powerpc-altivec3.exp: Likewise.
7091 * gdb.arch/powerpc-altivec3.s: Likewise.
7092 * gdb.arch/powerpc-power7.exp: Likewise.
7093 * gdb.arch/powerpc-power7.s: Likewise.
7094 * gdb.arch/powerpc-power8.exp: Likewise.
7095 * gdb.arch/powerpc-power8.s: Likewise.
7096 * gdb.arch/powerpc-power9.exp: Likewise.
7097 * gdb.arch/powerpc-power9.s: Likewise.
7098 * gdb.arch/powerpc-vsx.exp: Likewise.
7099 * gdb.arch/powerpc-vsx.s: Likewise.
7100 * gdb.arch/powerpc-vsx2.exp: Likewise.
7101 * gdb.arch/powerpc-vsx2.s: Likewise.
7102 * gdb.arch/powerpc-vsx3.exp: Likewise.
7103 * gdb.arch/powerpc-vsx3.s: Likewise.
7104 * gdb.arch/arm-disassembler-options.exp: Likewise.
7105 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7106 * gdb.arch/s390-disassembler-options.exp: Likewise.
7107
7108 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7109
7110 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7111 (check_supported_features): ... this. Changed return type to void.
7112 (supports_rdseed): New static global.
7113 (rdseed): Check supports_rdseed.
7114 (initialize): Call check_supported_features.
7115
7116 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7117
7118 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7119 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7120 and lqarx/stqcx.
7121 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7122 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7123
7124 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7125
7126 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7127 uppercase.
7128
7129 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7130
7131 * gdb.dwarf2/formdata16.c: New file.
7132 * gdb.dwarf2/formdata16.exp: New file.
7133 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7134
7135 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7136
7137 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7138 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7139 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7140 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7141 DW_AT_GNU_*.
7142
7143 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7144
7145 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7146
7147 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7148
7149 PR gdb/21164
7150 * gdb.base/maint.exp: Add testcases for when the commands do
7151 not have arguments.
7152
7153 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7154
7155 * gdb.cp/chained-calls.exp: Use p instead of P.
7156
7157 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7158
7159 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7160 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7161
7162 2017-02-14 Tom Tromey <tom@tromey.com>
7163
7164 PR python/13598:
7165 * gdb.python/py-events.exp: Add before_prompt event tests.
7166
7167 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7168
7169 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7170
7171 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7172
7173 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7174 (main): Call my_unique_function_name.
7175 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7176 completion of patterns with a single match.
7177 Add missing -re switches to gdb_test_multiple calls.
7178
7179 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7180
7181 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7182 return if core file is not recognized.
7183
7184 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7185
7186 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7187 and extra UIs.
7188
7189 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7190
7191 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7192 proc_with_prefix.
7193
7194 2017-02-10 Tom Tromey <tom@tromey.com>
7195
7196 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7197
7198 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7199
7200 PR gdb/21122
7201 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7202
7203 2017-02-08 Jerome Guitton <guitton@adacore.com>
7204
7205 * gdb.base/define.exp: Add test for command abbreviations
7206 in define.
7207
7208 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7209
7210 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7211 * gdb.reverse/insn-reverse-x86.c: New file.
7212
7213 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7214
7215 PR tdep/20936
7216 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7217
7218 2017-02-03 Tom Tromey <tom@tromey.com>
7219
7220 PR rust/21097:
7221 * gdb.rust/simple.exp: Add new tests.
7222
7223 2017-02-02 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7226 tests.
7227
7228 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7229
7230 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7231 taking a 2-byte value out of a 4-byte DWARF implicit value on
7232 big-endian targets.
7233 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7234 logic. Add test cases for DW_OP_implicit.
7235
7236 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7237
7238 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7239
7240 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7241
7242 * gdb.btrace/enable.exp: Call gdb_exit before
7243 skip_gdbserver_tests.
7244
7245 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7246
7247 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7248 GDBFLAGS.
7249
7250 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7251
7252 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7253 the test is skipped.
7254 * gdb.btrace/data.exp: Likewise.
7255 * gdb.btrace/delta.exp: Likewise.
7256 * gdb.btrace/dlopen.exp: Likewise.
7257 * gdb.btrace/enable-running.exp: Likewise.
7258 * gdb.btrace/enable.exp: Likewise.
7259 * gdb.btrace/exception.exp: Likewise.
7260 * gdb.btrace/function_call_history.exp: Likewise.
7261 * gdb.btrace/gcore.exp: Likewise.
7262 * gdb.btrace/instruction_history.exp: Likewise.
7263 * gdb.btrace/multi-thread-step.exp: Likewise.
7264 * gdb.btrace/nohist.exp: Likewise.
7265 * gdb.btrace/non-stop.exp: Likewise.
7266 * gdb.btrace/reconnect.exp: Likewise.
7267 * gdb.btrace/record_goto-step.exp: Likewise.
7268 * gdb.btrace/record_goto.exp: Likewise.
7269 * gdb.btrace/rn-dl-bind.exp: Likewise.
7270 * gdb.btrace/segv.exp: Likewise.
7271 * gdb.btrace/step.exp: Likewise.
7272 * gdb.btrace/stepi.exp: Likewise.
7273 * gdb.btrace/tailcall-only.exp: Likewise.
7274 * gdb.btrace/tailcall.exp: Likewise.
7275 * gdb.btrace/tsx.exp: Likewise.
7276 * gdb.btrace/unknown_functions.exp: Likewise.
7277 * gdb.btrace/vdso.exp: Likewise.
7278
7279 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7280
7281 * gdb.btrace/enable-running.c: New.
7282 * gdb.btrace/enable-running.exp: New.
7283
7284 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7285
7286 * gdb.arch/amd64-gs_base.c: New file.
7287 * gdb.arch/amd64-gs_base.exp: New file.
7288
7289 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7290
7291 * lib/memory.exp: Remove spurious empty newlines.
7292
7293 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7294
7295 * gdb.python/py-bad-printers.exp: Load python file using "source".
7296 * gdb.python/py-events.exp: Likewise.
7297 * gdb.python/py-evsignal.exp: Likewise.
7298 * gdb.python/py-evthreads.exp: Likewise.
7299 * gdb.python/py-frame-args.exp: Likewise.
7300 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7301 * gdb.python/py-framefilter-mi.exp: Likewise.
7302 * gdb.python/py-framefilter.exp: Likewise.
7303 * gdb.python/py-mi.exp: Likewise.
7304 * gdb.python/py-pp-maint.exp: Likewise.
7305 * gdb.python/py-pp-registration.exp: Likewise.
7306 * gdb.python/py-prettyprint.exp: Likewise.
7307 (run_lang_tests): Likewise.
7308 * gdb.python/py-typeprint.exp: Likewise.
7309
7310 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7311
7312 * lib/memory.exp: New file.
7313 * lib/gdb.exp: Load memory.exp.
7314 * gdb.base/memattr.exp (delete_memory): Move proc to
7315 lib/memory.exp and rename to delete_memory_regions.
7316 Replace delete_memory with delete_memory_regions.
7317 Cleanup memory regions before tests.
7318 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7319 before tests.
7320
7321 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7322
7323 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7324 files.
7325 (initialize): New function conditionally defined.
7326 (testcases): Move within conditional block.
7327 (main): Call initialize.
7328 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7329 of gdb.reverse/insn-reverse.c.
7330 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7331 gdb.reverse/insn-reverse.c.
7332
7333 2017-01-26 Yao Qi <yao.qi@linaro.org>
7334
7335 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7336 disassemble on address 0.
7337
7338 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7339 Yao Qi <yao.qi@linaro.org>
7340
7341 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7342 * gdb.dwarf2/implptr-64bit.S: Remove.
7343 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7344 variables in caller's context. Add DW_OP_implicit_value.
7345
7346 2017-01-25 Yao Qi <yao.qi@linaro.org>
7347
7348 * lib/dwarf.exp (Dwarf::_location): Handle
7349 DW_OP_GNU_implicit_pointer with proper size.
7350
7351 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7352
7353 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7354 and add untested calls.
7355
7356 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7357
7358 * gdb.python/python.exp: Check line number against what GDB thinks
7359 the line number is for func1.
7360
7361 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7362
7363 * gdb.dlang/debug-expr.exp: New file.
7364
7365 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7366
7367 Fix test names for the following files:
7368
7369 * gdb.ada/exec_changed.exp
7370 * gdb.ada/info_types.exp
7371 * gdb.arch/aarch64-atomic-inst.exp
7372 * gdb.arch/aarch64-fp.exp
7373 * gdb.arch/altivec-abi.exp
7374 * gdb.arch/altivec-regs.exp
7375 * gdb.arch/amd64-byte.exp
7376 * gdb.arch/amd64-disp-step.exp
7377 * gdb.arch/amd64-dword.exp
7378 * gdb.arch/amd64-entry-value-inline.exp
7379 * gdb.arch/amd64-entry-value-param.exp
7380 * gdb.arch/amd64-entry-value-paramref.exp
7381 * gdb.arch/amd64-entry-value.exp
7382 * gdb.arch/amd64-i386-address.exp
7383 * gdb.arch/amd64-invalid-stack-middle.exp
7384 * gdb.arch/amd64-invalid-stack-top.exp
7385 * gdb.arch/amd64-optimout-repeat.exp
7386 * gdb.arch/amd64-prologue-skip.exp
7387 * gdb.arch/amd64-prologue-xmm.exp
7388 * gdb.arch/amd64-stap-special-operands.exp
7389 * gdb.arch/amd64-stap-wrong-subexp.exp
7390 * gdb.arch/amd64-tailcall-cxx.exp
7391 * gdb.arch/amd64-tailcall-noret.exp
7392 * gdb.arch/amd64-tailcall-ret.exp
7393 * gdb.arch/amd64-tailcall-self.exp
7394 * gdb.arch/amd64-word.exp
7395 * gdb.arch/arm-bl-branch-dest.exp
7396 * gdb.arch/arm-disp-step.exp
7397 * gdb.arch/arm-neon.exp
7398 * gdb.arch/arm-single-step-kernel-helper.exp
7399 * gdb.arch/avr-flash-qualifier.exp
7400 * gdb.arch/disp-step-insn-reloc.exp
7401 * gdb.arch/e500-abi.exp
7402 * gdb.arch/e500-regs.exp
7403 * gdb.arch/ftrace-insn-reloc.exp
7404 * gdb.arch/i386-avx512.exp
7405 * gdb.arch/i386-bp_permanent.exp
7406 * gdb.arch/i386-byte.exp
7407 * gdb.arch/i386-cfi-notcurrent.exp
7408 * gdb.arch/i386-disp-step.exp
7409 * gdb.arch/i386-dr3-watch.exp
7410 * gdb.arch/i386-float.exp
7411 * gdb.arch/i386-gnu-cfi.exp
7412 * gdb.arch/i386-mpx-map.exp
7413 * gdb.arch/i386-mpx-sigsegv.exp
7414 * gdb.arch/i386-mpx-simple_segv.exp
7415 * gdb.arch/i386-mpx.exp
7416 * gdb.arch/i386-permbkpt.exp
7417 * gdb.arch/i386-prologue.exp
7418 * gdb.arch/i386-signal.exp
7419 * gdb.arch/i386-size-overlap.exp
7420 * gdb.arch/i386-unwind.exp
7421 * gdb.arch/i386-word.exp
7422 * gdb.arch/mips-fcr.exp
7423 * gdb.arch/powerpc-d128-regs.exp
7424 * gdb.arch/powerpc-stackless.exp
7425 * gdb.arch/ppc64-atomic-inst.exp
7426 * gdb.arch/s390-stackless.exp
7427 * gdb.arch/s390-tdbregs.exp
7428 * gdb.arch/s390-vregs.exp
7429 * gdb.arch/sparc-sysstep.exp
7430 * gdb.arch/thumb-bx-pc.exp
7431 * gdb.arch/thumb-singlestep.exp
7432 * gdb.arch/thumb2-it.exp
7433 * gdb.arch/vsx-regs.exp
7434 * gdb.asm/asm-source.exp
7435 * gdb.base/a2-run.exp
7436 * gdb.base/advance.exp
7437 * gdb.base/all-bin.exp
7438 * gdb.base/anon.exp
7439 * gdb.base/args.exp
7440 * gdb.base/arithmet.exp
7441 * gdb.base/async-shell.exp
7442 * gdb.base/async.exp
7443 * gdb.base/attach-pie-noexec.exp
7444 * gdb.base/attach-twice.exp
7445 * gdb.base/auto-load.exp
7446 * gdb.base/bang.exp
7447 * gdb.base/bitfields.exp
7448 * gdb.base/break-always.exp
7449 * gdb.base/break-caller-line.exp
7450 * gdb.base/break-entry.exp
7451 * gdb.base/break-inline.exp
7452 * gdb.base/break-on-linker-gcd-function.exp
7453 * gdb.base/break-probes.exp
7454 * gdb.base/break.exp
7455 * gdb.base/breakpoint-shadow.exp
7456 * gdb.base/call-ar-st.exp
7457 * gdb.base/call-sc.exp
7458 * gdb.base/call-signal-resume.exp
7459 * gdb.base/call-strs.exp
7460 * gdb.base/callfuncs.exp
7461 * gdb.base/catch-fork-static.exp
7462 * gdb.base/catch-gdb-caused-signals.exp
7463 * gdb.base/catch-load.exp
7464 * gdb.base/catch-signal-fork.exp
7465 * gdb.base/catch-signal.exp
7466 * gdb.base/catch-syscall.exp
7467 * gdb.base/charset.exp
7468 * gdb.base/checkpoint.exp
7469 * gdb.base/chng-syms.exp
7470 * gdb.base/code-expr.exp
7471 * gdb.base/code_elim.exp
7472 * gdb.base/commands.exp
7473 * gdb.base/completion.exp
7474 * gdb.base/complex.exp
7475 * gdb.base/cond-expr.exp
7476 * gdb.base/condbreak.exp
7477 * gdb.base/consecutive.exp
7478 * gdb.base/continue-all-already-running.exp
7479 * gdb.base/coredump-filter.exp
7480 * gdb.base/corefile.exp
7481 * gdb.base/dbx.exp
7482 * gdb.base/debug-expr.exp
7483 * gdb.base/define.exp
7484 * gdb.base/del.exp
7485 * gdb.base/disabled-location.exp
7486 * gdb.base/disasm-end-cu.exp
7487 * gdb.base/disasm-optim.exp
7488 * gdb.base/display.exp
7489 * gdb.base/duplicate-bp.exp
7490 * gdb.base/ena-dis-br.exp
7491 * gdb.base/ending-run.exp
7492 * gdb.base/enumval.exp
7493 * gdb.base/environ.exp
7494 * gdb.base/eu-strip-infcall.exp
7495 * gdb.base/eval-avoid-side-effects.exp
7496 * gdb.base/eval-skip.exp
7497 * gdb.base/exitsignal.exp
7498 * gdb.base/expand-psymtabs.exp
7499 * gdb.base/filesym.exp
7500 * gdb.base/find-unmapped.exp
7501 * gdb.base/finish.exp
7502 * gdb.base/float.exp
7503 * gdb.base/foll-exec-mode.exp
7504 * gdb.base/foll-exec.exp
7505 * gdb.base/foll-fork.exp
7506 * gdb.base/fortran-sym-case.exp
7507 * gdb.base/freebpcmd.exp
7508 * gdb.base/func-ptr.exp
7509 * gdb.base/func-ptrs.exp
7510 * gdb.base/funcargs.exp
7511 * gdb.base/gcore-buffer-overflow.exp
7512 * gdb.base/gcore-relro-pie.exp
7513 * gdb.base/gcore-relro.exp
7514 * gdb.base/gcore.exp
7515 * gdb.base/gdb1090.exp
7516 * gdb.base/gdb11530.exp
7517 * gdb.base/gdb11531.exp
7518 * gdb.base/gdb1821.exp
7519 * gdb.base/gdbindex-stabs.exp
7520 * gdb.base/gdbvars.exp
7521 * gdb.base/hbreak.exp
7522 * gdb.base/hbreak2.exp
7523 * gdb.base/included.exp
7524 * gdb.base/infcall-input.exp
7525 * gdb.base/inferior-died.exp
7526 * gdb.base/infnan.exp
7527 * gdb.base/info-macros.exp
7528 * gdb.base/info-os.exp
7529 * gdb.base/info-proc.exp
7530 * gdb.base/info-shared.exp
7531 * gdb.base/info-target.exp
7532 * gdb.base/infoline.exp
7533 * gdb.base/interp.exp
7534 * gdb.base/interrupt.exp
7535 * gdb.base/jit-reader.exp
7536 * gdb.base/jit-simple.exp
7537 * gdb.base/kill-after-signal.exp
7538 * gdb.base/kill-detach-inferiors-cmd.exp
7539 * gdb.base/label.exp
7540 * gdb.base/langs.exp
7541 * gdb.base/ldbl_e308.exp
7542 * gdb.base/line-symtabs.exp
7543 * gdb.base/linespecs.exp
7544 * gdb.base/list.exp
7545 * gdb.base/long_long.exp
7546 * gdb.base/longest-types.exp
7547 * gdb.base/maint.exp
7548 * gdb.base/max-value-size.exp
7549 * gdb.base/memattr.exp
7550 * gdb.base/mips_pro.exp
7551 * gdb.base/morestack.exp
7552 * gdb.base/moribund-step.exp
7553 * gdb.base/multi-forks.exp
7554 * gdb.base/nested-addr.exp
7555 * gdb.base/nextoverexit.exp
7556 * gdb.base/noreturn-finish.exp
7557 * gdb.base/noreturn-return.exp
7558 * gdb.base/nostdlib.exp
7559 * gdb.base/offsets.exp
7560 * gdb.base/opaque.exp
7561 * gdb.base/pc-fp.exp
7562 * gdb.base/permissions.exp
7563 * gdb.base/print-symbol-loading.exp
7564 * gdb.base/prologue-include.exp
7565 * gdb.base/psymtab.exp
7566 * gdb.base/ptype.exp
7567 * gdb.base/random-signal.exp
7568 * gdb.base/randomize.exp
7569 * gdb.base/range-stepping.exp
7570 * gdb.base/readline-ask.exp
7571 * gdb.base/recpar.exp
7572 * gdb.base/recurse.exp
7573 * gdb.base/relational.exp
7574 * gdb.base/restore.exp
7575 * gdb.base/return-nodebug.exp
7576 * gdb.base/return.exp
7577 * gdb.base/run-after-attach.exp
7578 * gdb.base/save-bp.exp
7579 * gdb.base/scope.exp
7580 * gdb.base/sect-cmd.exp
7581 * gdb.base/set-lang-auto.exp
7582 * gdb.base/set-noassign.exp
7583 * gdb.base/setvar.exp
7584 * gdb.base/sigall.exp
7585 * gdb.base/sigbpt.exp
7586 * gdb.base/siginfo-addr.exp
7587 * gdb.base/siginfo-infcall.exp
7588 * gdb.base/siginfo-obj.exp
7589 * gdb.base/siginfo.exp
7590 * gdb.base/signals-state-child.exp
7591 * gdb.base/signest.exp
7592 * gdb.base/sigstep.exp
7593 * gdb.base/sizeof.exp
7594 * gdb.base/skip.exp
7595 * gdb.base/solib-corrupted.exp
7596 * gdb.base/solib-nodir.exp
7597 * gdb.base/solib-search.exp
7598 * gdb.base/stack-checking.exp
7599 * gdb.base/stale-infcall.exp
7600 * gdb.base/stap-probe.exp
7601 * gdb.base/start.exp
7602 * gdb.base/step-break.exp
7603 * gdb.base/step-bt.exp
7604 * gdb.base/step-line.exp
7605 * gdb.base/step-over-exit.exp
7606 * gdb.base/step-over-syscall.exp
7607 * gdb.base/step-resume-infcall.exp
7608 * gdb.base/step-test.exp
7609 * gdb.base/store.exp
7610 * gdb.base/structs3.exp
7611 * gdb.base/sym-file.exp
7612 * gdb.base/symbol-without-target_section.exp
7613 * gdb.base/term.exp
7614 * gdb.base/testenv.exp
7615 * gdb.base/ui-redirect.exp
7616 * gdb.base/until.exp
7617 * gdb.base/unwindonsignal.exp
7618 * gdb.base/value-double-free.exp
7619 * gdb.base/vla-datatypes.exp
7620 * gdb.base/vla-ptr.exp
7621 * gdb.base/vla-sideeffect.exp
7622 * gdb.base/volatile.exp
7623 * gdb.base/watch-cond-infcall.exp
7624 * gdb.base/watch-cond.exp
7625 * gdb.base/watch-non-mem.exp
7626 * gdb.base/watch-read.exp
7627 * gdb.base/watch-vfork.exp
7628 * gdb.base/watchpoint-cond-gone.exp
7629 * gdb.base/watchpoint-delete.exp
7630 * gdb.base/watchpoint-hw-hit-once.exp
7631 * gdb.base/watchpoint-hw.exp
7632 * gdb.base/watchpoint-stops-at-right-insn.exp
7633 * gdb.base/watchpoints.exp
7634 * gdb.base/wchar.exp
7635 * gdb.base/whatis-exp.exp
7636 * gdb.btrace/buffer-size.exp
7637 * gdb.btrace/data.exp
7638 * gdb.btrace/delta.exp
7639 * gdb.btrace/dlopen.exp
7640 * gdb.btrace/enable.exp
7641 * gdb.btrace/exception.exp
7642 * gdb.btrace/function_call_history.exp
7643 * gdb.btrace/gcore.exp
7644 * gdb.btrace/instruction_history.exp
7645 * gdb.btrace/nohist.exp
7646 * gdb.btrace/reconnect.exp
7647 * gdb.btrace/record_goto-step.exp
7648 * gdb.btrace/record_goto.exp
7649 * gdb.btrace/rn-dl-bind.exp
7650 * gdb.btrace/segv.exp
7651 * gdb.btrace/step.exp
7652 * gdb.btrace/stepi.exp
7653 * gdb.btrace/tailcall-only.exp
7654 * gdb.btrace/tailcall.exp
7655 * gdb.btrace/tsx.exp
7656 * gdb.btrace/unknown_functions.exp
7657 * gdb.btrace/vdso.exp
7658 * gdb.compile/compile-ifunc.exp
7659 * gdb.compile/compile-ops.exp
7660 * gdb.compile/compile-print.exp
7661 * gdb.compile/compile-setjmp.exp
7662 * gdb.cp/abstract-origin.exp
7663 * gdb.cp/ambiguous.exp
7664 * gdb.cp/annota2.exp
7665 * gdb.cp/annota3.exp
7666 * gdb.cp/anon-ns.exp
7667 * gdb.cp/anon-struct.exp
7668 * gdb.cp/anon-union.exp
7669 * gdb.cp/arg-reference.exp
7670 * gdb.cp/baseenum.exp
7671 * gdb.cp/bool.exp
7672 * gdb.cp/breakpoint.exp
7673 * gdb.cp/bs15503.exp
7674 * gdb.cp/call-c.exp
7675 * gdb.cp/casts.exp
7676 * gdb.cp/chained-calls.exp
7677 * gdb.cp/class2.exp
7678 * gdb.cp/classes.exp
7679 * gdb.cp/cmpd-minsyms.exp
7680 * gdb.cp/converts.exp
7681 * gdb.cp/cp-relocate.exp
7682 * gdb.cp/cpcompletion.exp
7683 * gdb.cp/cpexprs.exp
7684 * gdb.cp/cplabel.exp
7685 * gdb.cp/cplusfuncs.exp
7686 * gdb.cp/cpsizeof.exp
7687 * gdb.cp/ctti.exp
7688 * gdb.cp/derivation.exp
7689 * gdb.cp/destrprint.exp
7690 * gdb.cp/dispcxx.exp
7691 * gdb.cp/enum-class.exp
7692 * gdb.cp/exception.exp
7693 * gdb.cp/exceptprint.exp
7694 * gdb.cp/expand-psymtabs-cxx.exp
7695 * gdb.cp/expand-sals.exp
7696 * gdb.cp/extern-c.exp
7697 * gdb.cp/filename.exp
7698 * gdb.cp/formatted-ref.exp
7699 * gdb.cp/fpointer.exp
7700 * gdb.cp/gdb1355.exp
7701 * gdb.cp/gdb2495.exp
7702 * gdb.cp/hang.exp
7703 * gdb.cp/impl-this.exp
7704 * gdb.cp/infcall-dlopen.exp
7705 * gdb.cp/inherit.exp
7706 * gdb.cp/iostream.exp
7707 * gdb.cp/koenig.exp
7708 * gdb.cp/local.exp
7709 * gdb.cp/m-data.exp
7710 * gdb.cp/m-static.exp
7711 * gdb.cp/mb-ctor.exp
7712 * gdb.cp/mb-inline.exp
7713 * gdb.cp/mb-templates.exp
7714 * gdb.cp/member-name.exp
7715 * gdb.cp/member-ptr.exp
7716 * gdb.cp/meth-typedefs.exp
7717 * gdb.cp/method.exp
7718 * gdb.cp/method2.exp
7719 * gdb.cp/minsym-fallback.exp
7720 * gdb.cp/misc.exp
7721 * gdb.cp/namelessclass.exp
7722 * gdb.cp/namespace-enum.exp
7723 * gdb.cp/namespace-nested-import.exp
7724 * gdb.cp/namespace.exp
7725 * gdb.cp/nextoverthrow.exp
7726 * gdb.cp/no-dmgl-verbose.exp
7727 * gdb.cp/non-trivial-retval.exp
7728 * gdb.cp/noparam.exp
7729 * gdb.cp/nsdecl.exp
7730 * gdb.cp/nsimport.exp
7731 * gdb.cp/nsnested.exp
7732 * gdb.cp/nsnoimports.exp
7733 * gdb.cp/nsrecurs.exp
7734 * gdb.cp/nsstress.exp
7735 * gdb.cp/nsusing.exp
7736 * gdb.cp/operator.exp
7737 * gdb.cp/oranking.exp
7738 * gdb.cp/overload-const.exp
7739 * gdb.cp/overload.exp
7740 * gdb.cp/ovldbreak.exp
7741 * gdb.cp/ovsrch.exp
7742 * gdb.cp/paren-type.exp
7743 * gdb.cp/parse-lang.exp
7744 * gdb.cp/pass-by-ref.exp
7745 * gdb.cp/pr-1023.exp
7746 * gdb.cp/pr-1210.exp
7747 * gdb.cp/pr-574.exp
7748 * gdb.cp/pr10687.exp
7749 * gdb.cp/pr12028.exp
7750 * gdb.cp/pr17132.exp
7751 * gdb.cp/pr17494.exp
7752 * gdb.cp/pr9067.exp
7753 * gdb.cp/pr9167.exp
7754 * gdb.cp/pr9631.exp
7755 * gdb.cp/printmethod.exp
7756 * gdb.cp/psmang.exp
7757 * gdb.cp/psymtab-parameter.exp
7758 * gdb.cp/ptype-cv-cp.exp
7759 * gdb.cp/ptype-flags.exp
7760 * gdb.cp/re-set-overloaded.exp
7761 * gdb.cp/ref-types.exp
7762 * gdb.cp/rtti.exp
7763 * gdb.cp/scope-err.exp
7764 * gdb.cp/shadow.exp
7765 * gdb.cp/smartp.exp
7766 * gdb.cp/static-method.exp
7767 * gdb.cp/static-print-quit.exp
7768 * gdb.cp/temargs.exp
7769 * gdb.cp/templates.exp
7770 * gdb.cp/try_catch.exp
7771 * gdb.cp/typedef-operator.exp
7772 * gdb.cp/typeid.exp
7773 * gdb.cp/userdef.exp
7774 * gdb.cp/using-crash.exp
7775 * gdb.cp/var-tag.exp
7776 * gdb.cp/virtbase.exp
7777 * gdb.cp/virtfunc.exp
7778 * gdb.cp/virtfunc2.exp
7779 * gdb.cp/vla-cxx.exp
7780 * gdb.disasm/t01_mov.exp
7781 * gdb.disasm/t02_mova.exp
7782 * gdb.disasm/t03_add.exp
7783 * gdb.disasm/t04_sub.exp
7784 * gdb.disasm/t05_cmp.exp
7785 * gdb.disasm/t06_ari2.exp
7786 * gdb.disasm/t07_ari3.exp
7787 * gdb.disasm/t08_or.exp
7788 * gdb.disasm/t09_xor.exp
7789 * gdb.disasm/t10_and.exp
7790 * gdb.disasm/t11_logs.exp
7791 * gdb.disasm/t12_bit.exp
7792 * gdb.disasm/t13_otr.exp
7793 * gdb.dlang/circular.exp
7794 * gdb.dwarf2/arr-stride.exp
7795 * gdb.dwarf2/arr-subrange.exp
7796 * gdb.dwarf2/atomic-type.exp
7797 * gdb.dwarf2/bad-regnum.exp
7798 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7799 * gdb.dwarf2/callframecfa.exp
7800 * gdb.dwarf2/clztest.exp
7801 * gdb.dwarf2/corrupt.exp
7802 * gdb.dwarf2/data-loc.exp
7803 * gdb.dwarf2/dup-psym.exp
7804 * gdb.dwarf2/dw2-anon-mptr.exp
7805 * gdb.dwarf2/dw2-anonymous-func.exp
7806 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7807 * gdb.dwarf2/dw2-bad-unresolved.exp
7808 * gdb.dwarf2/dw2-basic.exp
7809 * gdb.dwarf2/dw2-canonicalize-type.exp
7810 * gdb.dwarf2/dw2-case-insensitive.exp
7811 * gdb.dwarf2/dw2-common-block.exp
7812 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7813 * gdb.dwarf2/dw2-compressed.exp
7814 * gdb.dwarf2/dw2-const.exp
7815 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7816 * gdb.dwarf2/dw2-cu-size.exp
7817 * gdb.dwarf2/dw2-dup-frame.exp
7818 * gdb.dwarf2/dw2-entry-value.exp
7819 * gdb.dwarf2/dw2-icycle.exp
7820 * gdb.dwarf2/dw2-ifort-parameter.exp
7821 * gdb.dwarf2/dw2-inline-break.exp
7822 * gdb.dwarf2/dw2-inline-param.exp
7823 * gdb.dwarf2/dw2-intercu.exp
7824 * gdb.dwarf2/dw2-intermix.exp
7825 * gdb.dwarf2/dw2-lexical-block-bare.exp
7826 * gdb.dwarf2/dw2-linkage-name-trust.exp
7827 * gdb.dwarf2/dw2-minsym-in-cu.exp
7828 * gdb.dwarf2/dw2-noloc.exp
7829 * gdb.dwarf2/dw2-op-call.exp
7830 * gdb.dwarf2/dw2-op-out-param.exp
7831 * gdb.dwarf2/dw2-opt-structptr.exp
7832 * gdb.dwarf2/dw2-param-error.exp
7833 * gdb.dwarf2/dw2-producer.exp
7834 * gdb.dwarf2/dw2-ranges-base.exp
7835 * gdb.dwarf2/dw2-ref-missing-frame.exp
7836 * gdb.dwarf2/dw2-reg-undefined.exp
7837 * gdb.dwarf2/dw2-regno-invalid.exp
7838 * gdb.dwarf2/dw2-restore.exp
7839 * gdb.dwarf2/dw2-restrict.exp
7840 * gdb.dwarf2/dw2-single-line-discriminators.exp
7841 * gdb.dwarf2/dw2-strp.exp
7842 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7843 * gdb.dwarf2/dw2-unresolved.exp
7844 * gdb.dwarf2/dw2-var-zero-addr.exp
7845 * gdb.dwarf2/dw4-sig-types.exp
7846 * gdb.dwarf2/dwz.exp
7847 * gdb.dwarf2/dynarr-ptr.exp
7848 * gdb.dwarf2/enum-type.exp
7849 * gdb.dwarf2/gdb-index.exp
7850 * gdb.dwarf2/implptr-64bit.exp
7851 * gdb.dwarf2/implptr-optimized-out.exp
7852 * gdb.dwarf2/implptr.exp
7853 * gdb.dwarf2/implref-array.exp
7854 * gdb.dwarf2/implref-const.exp
7855 * gdb.dwarf2/implref-global.exp
7856 * gdb.dwarf2/implref-struct.exp
7857 * gdb.dwarf2/mac-fileno.exp
7858 * gdb.dwarf2/main-subprogram.exp
7859 * gdb.dwarf2/member-ptr-forwardref.exp
7860 * gdb.dwarf2/method-ptr.exp
7861 * gdb.dwarf2/missing-sig-type.exp
7862 * gdb.dwarf2/nonvar-access.exp
7863 * gdb.dwarf2/opaque-type-lookup.exp
7864 * gdb.dwarf2/pieces-optimized-out.exp
7865 * gdb.dwarf2/pieces.exp
7866 * gdb.dwarf2/pr10770.exp
7867 * gdb.dwarf2/pr13961.exp
7868 * gdb.dwarf2/staticvirtual.exp
7869 * gdb.dwarf2/subrange.exp
7870 * gdb.dwarf2/symtab-producer.exp
7871 * gdb.dwarf2/trace-crash.exp
7872 * gdb.dwarf2/typeddwarf.exp
7873 * gdb.dwarf2/valop.exp
7874 * gdb.dwarf2/watch-notconst.exp
7875 * gdb.fortran/array-element.exp
7876 * gdb.fortran/charset.exp
7877 * gdb.fortran/common-block.exp
7878 * gdb.fortran/complex.exp
7879 * gdb.fortran/derived-type-function.exp
7880 * gdb.fortran/derived-type.exp
7881 * gdb.fortran/logical.exp
7882 * gdb.fortran/module.exp
7883 * gdb.fortran/multi-dim.exp
7884 * gdb.fortran/nested-funcs.exp
7885 * gdb.fortran/print-formatted.exp
7886 * gdb.fortran/subarray.exp
7887 * gdb.fortran/vla-alloc-assoc.exp
7888 * gdb.fortran/vla-datatypes.exp
7889 * gdb.fortran/vla-history.exp
7890 * gdb.fortran/vla-ptr-info.exp
7891 * gdb.fortran/vla-ptype-sub.exp
7892 * gdb.fortran/vla-ptype.exp
7893 * gdb.fortran/vla-sizeof.exp
7894 * gdb.fortran/vla-type.exp
7895 * gdb.fortran/vla-value-sub-arbitrary.exp
7896 * gdb.fortran/vla-value-sub-finish.exp
7897 * gdb.fortran/vla-value-sub.exp
7898 * gdb.fortran/vla-value.exp
7899 * gdb.fortran/whatis_type.exp
7900 * gdb.go/chan.exp
7901 * gdb.go/handcall.exp
7902 * gdb.go/hello.exp
7903 * gdb.go/integers.exp
7904 * gdb.go/methods.exp
7905 * gdb.go/package.exp
7906 * gdb.go/strings.exp
7907 * gdb.go/types.exp
7908 * gdb.go/unsafe.exp
7909 * gdb.guile/scm-arch.exp
7910 * gdb.guile/scm-block.exp
7911 * gdb.guile/scm-breakpoint.exp
7912 * gdb.guile/scm-cmd.exp
7913 * gdb.guile/scm-disasm.exp
7914 * gdb.guile/scm-equal.exp
7915 * gdb.guile/scm-frame-args.exp
7916 * gdb.guile/scm-frame-inline.exp
7917 * gdb.guile/scm-frame.exp
7918 * gdb.guile/scm-iterator.exp
7919 * gdb.guile/scm-math.exp
7920 * gdb.guile/scm-objfile.exp
7921 * gdb.guile/scm-ports.exp
7922 * gdb.guile/scm-symbol.exp
7923 * gdb.guile/scm-symtab.exp
7924 * gdb.guile/scm-value-cc.exp
7925 * gdb.guile/types-module.exp
7926 * gdb.linespec/break-ask.exp
7927 * gdb.linespec/cpexplicit.exp
7928 * gdb.linespec/explicit.exp
7929 * gdb.linespec/keywords.exp
7930 * gdb.linespec/linespec.exp
7931 * gdb.linespec/ls-dollar.exp
7932 * gdb.linespec/ls-errs.exp
7933 * gdb.linespec/skip-two.exp
7934 * gdb.linespec/thread.exp
7935 * gdb.mi/mi-async.exp
7936 * gdb.mi/mi-basics.exp
7937 * gdb.mi/mi-break.exp
7938 * gdb.mi/mi-catch-load.exp
7939 * gdb.mi/mi-cli.exp
7940 * gdb.mi/mi-cmd-param-changed.exp
7941 * gdb.mi/mi-console.exp
7942 * gdb.mi/mi-detach.exp
7943 * gdb.mi/mi-disassemble.exp
7944 * gdb.mi/mi-eval.exp
7945 * gdb.mi/mi-file-transfer.exp
7946 * gdb.mi/mi-file.exp
7947 * gdb.mi/mi-fill-memory.exp
7948 * gdb.mi/mi-inheritance-syntax-error.exp
7949 * gdb.mi/mi-linespec-err-cp.exp
7950 * gdb.mi/mi-logging.exp
7951 * gdb.mi/mi-memory-changed.exp
7952 * gdb.mi/mi-read-memory.exp
7953 * gdb.mi/mi-record-changed.exp
7954 * gdb.mi/mi-reg-undefined.exp
7955 * gdb.mi/mi-regs.exp
7956 * gdb.mi/mi-return.exp
7957 * gdb.mi/mi-reverse.exp
7958 * gdb.mi/mi-simplerun.exp
7959 * gdb.mi/mi-solib.exp
7960 * gdb.mi/mi-stack.exp
7961 * gdb.mi/mi-stepi.exp
7962 * gdb.mi/mi-syn-frame.exp
7963 * gdb.mi/mi-until.exp
7964 * gdb.mi/mi-var-block.exp
7965 * gdb.mi/mi-var-child.exp
7966 * gdb.mi/mi-var-cmd.exp
7967 * gdb.mi/mi-var-cp.exp
7968 * gdb.mi/mi-var-display.exp
7969 * gdb.mi/mi-var-invalidate.exp
7970 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7971 * gdb.mi/mi-vla-fortran.exp
7972 * gdb.mi/mi-watch.exp
7973 * gdb.mi/mi2-var-child.exp
7974 * gdb.mi/user-selected-context-sync.exp
7975 * gdb.modula2/unbounded-array.exp
7976 * gdb.multi/dummy-frame-restore.exp
7977 * gdb.multi/multi-arch-exec.exp
7978 * gdb.multi/multi-arch.exp
7979 * gdb.multi/tids.exp
7980 * gdb.multi/watchpoint-multi.exp
7981 * gdb.opencl/callfuncs.exp
7982 * gdb.opencl/convs_casts.exp
7983 * gdb.opencl/datatypes.exp
7984 * gdb.opencl/operators.exp
7985 * gdb.opencl/vec_comps.exp
7986 * gdb.opt/clobbered-registers-O2.exp
7987 * gdb.opt/inline-break.exp
7988 * gdb.opt/inline-bt.exp
7989 * gdb.opt/inline-cmds.exp
7990 * gdb.opt/inline-locals.exp
7991 * gdb.pascal/case-insensitive-symbols.exp
7992 * gdb.pascal/floats.exp
7993 * gdb.pascal/gdb11492.exp
7994 * gdb.python/lib-types.exp
7995 * gdb.python/py-arch.exp
7996 * gdb.python/py-as-string.exp
7997 * gdb.python/py-bad-printers.exp
7998 * gdb.python/py-block.exp
7999 * gdb.python/py-breakpoint-create-fail.exp
8000 * gdb.python/py-breakpoint.exp
8001 * gdb.python/py-caller-is.exp
8002 * gdb.python/py-cmd.exp
8003 * gdb.python/py-explore-cc.exp
8004 * gdb.python/py-explore.exp
8005 * gdb.python/py-finish-breakpoint.exp
8006 * gdb.python/py-finish-breakpoint2.exp
8007 * gdb.python/py-frame-args.exp
8008 * gdb.python/py-frame-inline.exp
8009 * gdb.python/py-frame.exp
8010 * gdb.python/py-framefilter-mi.exp
8011 * gdb.python/py-infthread.exp
8012 * gdb.python/py-lazy-string.exp
8013 * gdb.python/py-linetable.exp
8014 * gdb.python/py-mi-events.exp
8015 * gdb.python/py-mi-objfile.exp
8016 * gdb.python/py-mi.exp
8017 * gdb.python/py-objfile.exp
8018 * gdb.python/py-pp-integral.exp
8019 * gdb.python/py-pp-maint.exp
8020 * gdb.python/py-pp-re-notag.exp
8021 * gdb.python/py-pp-registration.exp
8022 * gdb.python/py-recurse-unwind.exp
8023 * gdb.python/py-strfns.exp
8024 * gdb.python/py-symbol.exp
8025 * gdb.python/py-symtab.exp
8026 * gdb.python/py-sync-interp.exp
8027 * gdb.python/py-typeprint.exp
8028 * gdb.python/py-unwind-maint.exp
8029 * gdb.python/py-unwind.exp
8030 * gdb.python/py-value-cc.exp
8031 * gdb.python/py-xmethods.exp
8032 * gdb.reverse/amd64-tailcall-reverse.exp
8033 * gdb.reverse/break-precsave.exp
8034 * gdb.reverse/break-reverse.exp
8035 * gdb.reverse/consecutive-precsave.exp
8036 * gdb.reverse/consecutive-reverse.exp
8037 * gdb.reverse/finish-precsave.exp
8038 * gdb.reverse/finish-reverse-bkpt.exp
8039 * gdb.reverse/finish-reverse.exp
8040 * gdb.reverse/fstatat-reverse.exp
8041 * gdb.reverse/getresuid-reverse.exp
8042 * gdb.reverse/i386-precsave.exp
8043 * gdb.reverse/i386-reverse.exp
8044 * gdb.reverse/i386-sse-reverse.exp
8045 * gdb.reverse/i387-env-reverse.exp
8046 * gdb.reverse/i387-stack-reverse.exp
8047 * gdb.reverse/insn-reverse.exp
8048 * gdb.reverse/machinestate-precsave.exp
8049 * gdb.reverse/machinestate.exp
8050 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8051 * gdb.reverse/pipe-reverse.exp
8052 * gdb.reverse/readv-reverse.exp
8053 * gdb.reverse/recvmsg-reverse.exp
8054 * gdb.reverse/rerun-prec.exp
8055 * gdb.reverse/s390-mvcle.exp
8056 * gdb.reverse/step-precsave.exp
8057 * gdb.reverse/step-reverse.exp
8058 * gdb.reverse/time-reverse.exp
8059 * gdb.reverse/until-precsave.exp
8060 * gdb.reverse/until-reverse.exp
8061 * gdb.reverse/waitpid-reverse.exp
8062 * gdb.reverse/watch-precsave.exp
8063 * gdb.reverse/watch-reverse.exp
8064 * gdb.rust/generics.exp
8065 * gdb.rust/methods.exp
8066 * gdb.rust/modules.exp
8067 * gdb.rust/simple.exp
8068 * gdb.server/connect-with-no-symbol-file.exp
8069 * gdb.server/ext-attach.exp
8070 * gdb.server/ext-restart.exp
8071 * gdb.server/ext-wrapper.exp
8072 * gdb.server/file-transfer.exp
8073 * gdb.server/server-exec-info.exp
8074 * gdb.server/server-kill.exp
8075 * gdb.server/server-mon.exp
8076 * gdb.server/wrapper.exp
8077 * gdb.stabs/exclfwd.exp
8078 * gdb.stabs/gdb11479.exp
8079 * gdb.threads/clone-new-thread-event.exp
8080 * gdb.threads/corethreads.exp
8081 * gdb.threads/current-lwp-dead.exp
8082 * gdb.threads/dlopen-libpthread.exp
8083 * gdb.threads/gcore-thread.exp
8084 * gdb.threads/sigstep-threads.exp
8085 * gdb.threads/watchpoint-fork.exp
8086 * gdb.trace/actions-changed.exp
8087 * gdb.trace/backtrace.exp
8088 * gdb.trace/change-loc.exp
8089 * gdb.trace/circ.exp
8090 * gdb.trace/collection.exp
8091 * gdb.trace/disconnected-tracing.exp
8092 * gdb.trace/ftrace.exp
8093 * gdb.trace/mi-trace-frame-collected.exp
8094 * gdb.trace/mi-trace-unavailable.exp
8095 * gdb.trace/mi-traceframe-changed.exp
8096 * gdb.trace/mi-tsv-changed.exp
8097 * gdb.trace/no-attach-trace.exp
8098 * gdb.trace/passc-dyn.exp
8099 * gdb.trace/qtro.exp
8100 * gdb.trace/range-stepping.exp
8101 * gdb.trace/read-memory.exp
8102 * gdb.trace/save-trace.exp
8103 * gdb.trace/signal.exp
8104 * gdb.trace/status-stop.exp
8105 * gdb.trace/tfile.exp
8106 * gdb.trace/trace-break.exp
8107 * gdb.trace/trace-buffer-size.exp
8108 * gdb.trace/trace-condition.exp
8109 * gdb.trace/tracefile-pseudo-reg.exp
8110 * gdb.trace/tstatus.exp
8111 * gdb.trace/unavailable.exp
8112 * gdb.trace/while-dyn.exp
8113 * gdb.trace/while-stepping.exp
8114
8115 2016-12-22 Doug Evans <xdje42@gmail.com>
8116
8117 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8118 and msymbols.
8119
8120 2016-12-19 Yao Qi <yao.qi@linaro.org>
8121
8122 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8123 (test_with_self): Don't call do_steps_and_nexts, and remove
8124 code about stepping into xmalloc.
8125
8126 2016-12-09 Yao Qi <yao.qi@linaro.org>
8127
8128 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8129
8130 2016-12-09 Yao Qi <yao.qi@linaro.org>
8131
8132 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8133
8134 2016-12-09 Pedro Alves <palves@redhat.com>
8135
8136 * gdb.base/all-architectures-0.exp: New file.
8137 * gdb.base/all-architectures-1.exp: New file.
8138 * gdb.base/all-architectures-2.exp: New file.
8139 * gdb.base/all-architectures-3.exp: New file.
8140 * gdb.base/all-architectures-4.exp: New file.
8141 * gdb.base/all-architectures-5.exp: New file.
8142 * gdb.base/all-architectures-6.exp: New file.
8143 * gdb.base/all-architectures-7.exp: New file.
8144 * gdb.base/all-architectures.exp.in: New file.
8145
8146 2016-12-09 Yao Qi <yao.qi@linaro.org>
8147
8148 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8149
8150 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8151
8152 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8153 possible.
8154 Remove useless pattern-matching code.
8155
8156 2016-12-02 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8159 procedure.
8160 (top level): Call it.
8161
8162 2016-12-02 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8165 New procedure.
8166 (top level): Call it.
8167
8168 2016-12-02 Pedro Alves <palves@redhat.com>
8169
8170 PR cli/20559
8171 * gdb.base/commands.exp (user_defined_command_args_eval): New
8172 procedure.
8173 (top level): Call it.
8174
8175 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8176
8177 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8178 timeout handling.
8179
8180 2016-12-02 Tom Tromey <tom@tromey.com>
8181
8182 * gdb.dwarf2/main-subprogram.c: New file.
8183 * gdb.dwarf2/main-subprogram.exp: New file.
8184
8185 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8186
8187 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8188 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8189 gdb_test_no_output for a couple of cases.
8190 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8191
8192 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8193
8194 Fix test names and standardize compilation error messages throughout
8195 the following files:
8196
8197 * gdb.ada/start.exp
8198 * gdb.arch/alpha-step.exp
8199 * gdb.arch/e500-prologue.exp
8200 * gdb.arch/ftrace-insn-reloc.exp
8201 * gdb.arch/gdb1291.exp
8202 * gdb.arch/gdb1431.exp
8203 * gdb.arch/gdb1558.exp
8204 * gdb.arch/i386-dr3-watch.exp
8205 * gdb.arch/i386-sse-stack-align.exp
8206 * gdb.arch/ia64-breakpoint-shadow.exp
8207 * gdb.arch/pa-nullify.exp
8208 * gdb.arch/powerpc-aix-prologue.exp
8209 * gdb.arch/thumb-bx-pc.exp
8210 * gdb.base/annota1.exp
8211 * gdb.base/annota3.exp
8212 * gdb.base/arrayidx.exp
8213 * gdb.base/assign.exp
8214 * gdb.base/attach.exp
8215 * gdb.base/auxv.exp
8216 * gdb.base/bang.exp
8217 * gdb.base/bfp-test.exp
8218 * gdb.base/bigcore.exp
8219 * gdb.base/bitfields2.exp
8220 * gdb.base/break-fun-addr.exp
8221 * gdb.base/break-probes.exp
8222 * gdb.base/call-rt-st.exp
8223 * gdb.base/callexit.exp
8224 * gdb.base/catch-fork-kill.exp
8225 * gdb.base/charset.exp
8226 * gdb.base/checkpoint.exp
8227 * gdb.base/comprdebug.exp
8228 * gdb.base/constvars.exp
8229 * gdb.base/coredump-filter.exp
8230 * gdb.base/cursal.exp
8231 * gdb.base/cvexpr.exp
8232 * gdb.base/detach.exp
8233 * gdb.base/display.exp
8234 * gdb.base/dmsym.exp
8235 * gdb.base/dprintf-pending.exp
8236 * gdb.base/dso2dso.exp
8237 * gdb.base/dtrace-probe.exp
8238 * gdb.base/dump.exp
8239 * gdb.base/enum_cond.exp
8240 * gdb.base/exe-lock.exp
8241 * gdb.base/exec-invalid-sysroot.exp
8242 * gdb.base/execl-update-breakpoints.exp
8243 * gdb.base/exprs.exp
8244 * gdb.base/fileio.exp
8245 * gdb.base/find.exp
8246 * gdb.base/finish.exp
8247 * gdb.base/fixsection.exp
8248 * gdb.base/foll-vfork.exp
8249 * gdb.base/frame-args.exp
8250 * gdb.base/gcore.exp
8251 * gdb.base/gdb1250.exp
8252 * gdb.base/global-var-nested-by-dso.exp
8253 * gdb.base/gnu-ifunc.exp
8254 * gdb.base/hashline1.exp
8255 * gdb.base/hashline2.exp
8256 * gdb.base/hashline3.exp
8257 * gdb.base/hbreak-in-shr-unsupported.exp
8258 * gdb.base/huge.exp
8259 * gdb.base/infcall-input.exp
8260 * gdb.base/info-fun.exp
8261 * gdb.base/info-shared.exp
8262 * gdb.base/jit-simple.exp
8263 * gdb.base/jit-so.exp
8264 * gdb.base/jit.exp
8265 * gdb.base/jump.exp
8266 * gdb.base/label.exp
8267 * gdb.base/lineinc.exp
8268 * gdb.base/logical.exp
8269 * gdb.base/longjmp.exp
8270 * gdb.base/macscp.exp
8271 * gdb.base/miscexprs.exp
8272 * gdb.base/new-ui-echo.exp
8273 * gdb.base/new-ui-pending-input.exp
8274 * gdb.base/new-ui.exp
8275 * gdb.base/nodebug.exp
8276 * gdb.base/nofield.exp
8277 * gdb.base/offsets.exp
8278 * gdb.base/overlays.exp
8279 * gdb.base/pending.exp
8280 * gdb.base/pointers.exp
8281 * gdb.base/pr11022.exp
8282 * gdb.base/printcmds.exp
8283 * gdb.base/prologue.exp
8284 * gdb.base/ptr-typedef.exp
8285 * gdb.base/realname-expand.exp
8286 * gdb.base/relativedebug.exp
8287 * gdb.base/relocate.exp
8288 * gdb.base/remote.exp
8289 * gdb.base/reread.exp
8290 * gdb.base/return2.exp
8291 * gdb.base/savedregs.exp
8292 * gdb.base/sep.exp
8293 * gdb.base/sepdebug.exp
8294 * gdb.base/sepsymtab.exp
8295 * gdb.base/set-inferior-tty.exp
8296 * gdb.base/setshow.exp
8297 * gdb.base/shlib-call.exp
8298 * gdb.base/sigaltstack.exp
8299 * gdb.base/siginfo-addr.exp
8300 * gdb.base/signals.exp
8301 * gdb.base/signull.exp
8302 * gdb.base/sigrepeat.exp
8303 * gdb.base/so-impl-ld.exp
8304 * gdb.base/solib-display.exp
8305 * gdb.base/solib-overlap.exp
8306 * gdb.base/solib-search.exp
8307 * gdb.base/solib-symbol.exp
8308 * gdb.base/structs.exp
8309 * gdb.base/structs2.exp
8310 * gdb.base/symtab-search-order.exp
8311 * gdb.base/twice.exp
8312 * gdb.base/unload.exp
8313 * gdb.base/varargs.exp
8314 * gdb.base/watchpoint-solib.exp
8315 * gdb.base/watchpoint.exp
8316 * gdb.base/whatis.exp
8317 * gdb.base/wrong_frame_bt_full.exp
8318 * gdb.btrace/dlopen.exp
8319 * gdb.cell/ea-standalone.exp
8320 * gdb.cell/ea-test.exp
8321 * gdb.cp/dispcxx.exp
8322 * gdb.cp/gdb2384.exp
8323 * gdb.cp/method2.exp
8324 * gdb.cp/nextoverthrow.exp
8325 * gdb.cp/pr10728.exp
8326 * gdb.disasm/am33.exp
8327 * gdb.disasm/h8300s.exp
8328 * gdb.disasm/mn10300.exp
8329 * gdb.disasm/sh3.exp
8330 * gdb.dwarf2/dw2-dir-file-name.exp
8331 * gdb.fortran/complex.exp
8332 * gdb.fortran/library-module.exp
8333 * gdb.guile/scm-pretty-print.exp
8334 * gdb.guile/scm-symbol.exp
8335 * gdb.guile/scm-type.exp
8336 * gdb.guile/scm-value.exp
8337 * gdb.linespec/linespec.exp
8338 * gdb.mi/gdb701.exp
8339 * gdb.mi/gdb792.exp
8340 * gdb.mi/mi-breakpoint-changed.exp
8341 * gdb.mi/mi-dprintf-pending.exp
8342 * gdb.mi/mi-dprintf.exp
8343 * gdb.mi/mi-exit-code.exp
8344 * gdb.mi/mi-pending.exp
8345 * gdb.mi/mi-solib.exp
8346 * gdb.mi/new-ui-mi-sync.exp
8347 * gdb.mi/pr11022.exp
8348 * gdb.mi/user-selected-context-sync.exp
8349 * gdb.opt/solib-intra-step.exp
8350 * gdb.python/py-events.exp
8351 * gdb.python/py-finish-breakpoint.exp
8352 * gdb.python/py-mi.exp
8353 * gdb.python/py-prettyprint.exp
8354 * gdb.python/py-shared.exp
8355 * gdb.python/py-symbol.exp
8356 * gdb.python/py-template.exp
8357 * gdb.python/py-type.exp
8358 * gdb.python/py-value.exp
8359 * gdb.reverse/solib-precsave.exp
8360 * gdb.reverse/solib-reverse.exp
8361 * gdb.server/solib-list.exp
8362 * gdb.stabs/weird.exp
8363 * gdb.threads/reconnect-signal.exp
8364 * gdb.threads/stepi-random-signal.exp
8365 * gdb.trace/actions.exp
8366 * gdb.trace/ax.exp
8367 * gdb.trace/backtrace.exp
8368 * gdb.trace/change-loc.exp
8369 * gdb.trace/deltrace.exp
8370 * gdb.trace/ftrace-lock.exp
8371 * gdb.trace/ftrace.exp
8372 * gdb.trace/infotrace.exp
8373 * gdb.trace/mi-tracepoint-changed.exp
8374 * gdb.trace/packetlen.exp
8375 * gdb.trace/passcount.exp
8376 * gdb.trace/pending.exp
8377 * gdb.trace/range-stepping.exp
8378 * gdb.trace/report.exp
8379 * gdb.trace/stap-trace.exp
8380 * gdb.trace/tfind.exp
8381 * gdb.trace/trace-break.exp
8382 * gdb.trace/trace-condition.exp
8383 * gdb.trace/trace-enable-disable.exp
8384 * gdb.trace/trace-mt.exp
8385 * gdb.trace/tracecmd.exp
8386 * gdb.trace/tspeed.exp
8387 * gdb.trace/tsv.exp
8388 * lib/perftest.exp
8389
8390 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8391
8392 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8393 with gdb_test_no_output.
8394 Use command as test name.
8395
8396 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8397
8398 Fix test names starting with uppercase throughout the files.
8399
8400 * gdb.ada/assign_1.exp
8401 * gdb.ada/boolean_expr.exp
8402 * gdb.base/arrayidx.exp
8403 * gdb.base/del.exp
8404 * gdb.base/gcore-buffer-overflow.exp
8405 * gdb.base/testenv.exp
8406 * gdb.compile/compile.exp
8407 * gdb.python/py-framefilter-invalidarg.exp
8408 * gdb.python/py-framefilter.exp
8409
8410 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8411
8412 Fix test names starting with uppercase throughout the files.
8413
8414 * gdb.ada/array_return.exp
8415 * gdb.ada/expr_delims.exp
8416 * gdb.ada/mi_dyn_arr.exp
8417 * gdb.ada/mi_interface.exp
8418 * gdb.ada/mi_var_array.exp
8419 * gdb.ada/watch_arg.exp
8420 * gdb.arch/alpha-step.exp
8421 * gdb.arch/altivec-regs.exp
8422 * gdb.arch/e500-regs.exp
8423 * gdb.arch/powerpc-d128-regs.exp
8424 * gdb.base/arrayidx.exp
8425 * gdb.base/break.exp
8426 * gdb.base/checkpoint.exp
8427 * gdb.base/debug-expr.exp
8428 * gdb.base/dmsym.exp
8429 * gdb.base/radix.exp
8430 * gdb.base/sepdebug.exp
8431 * gdb.base/testenv.exp
8432 * gdb.base/watch_thread_num.exp
8433 * gdb.base/watchpoint-cond-gone.exp
8434 * gdb.cell/break.exp
8435 * gdb.cell/ea-cache.exp
8436 * gdb.compile/compile.exp
8437 * gdb.cp/gdb2495.exp
8438 * gdb.gdb/selftest.exp
8439 * gdb.gdb/xfullpath.exp
8440 * gdb.go/hello.exp
8441 * gdb.go/integers.exp
8442 * gdb.objc/basicclass.exp
8443 * gdb.pascal/hello.exp
8444 * gdb.pascal/integers.exp
8445 * gdb.python/py-breakpoint.exp
8446 * gdb.python/py-cmd.exp
8447 * gdb.python/py-linetable.exp
8448 * gdb.python/py-xmethods.exp
8449 * gdb.python/python.exp
8450 * gdb.reverse/consecutive-precsave.exp
8451 * gdb.reverse/finish-precsave.exp
8452 * gdb.reverse/i386-precsave.exp
8453 * gdb.reverse/machinestate-precsave.exp
8454 * gdb.reverse/sigall-precsave.exp
8455 * gdb.reverse/solib-precsave.exp
8456 * gdb.reverse/step-precsave.exp
8457 * gdb.reverse/until-precsave.exp
8458 * gdb.reverse/watch-precsave.exp
8459 * gdb.threads/leader-exit.exp
8460 * gdb.threads/pthreads.exp
8461 * gdb.threads/wp-replication.exp
8462 * gdb.trace/actions.exp
8463 * gdb.trace/mi-tsv-changed.exp
8464 * gdb.trace/tsv.exp
8465
8466 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8467
8468 Fix test names starting with uppercase throughout the files.
8469
8470 * gdb.arch/i386-bp_permanent.exp
8471 * gdb.arch/i386-gnu-cfi.exp
8472 * gdb.base/disasm-end-cu.exp
8473 * gdb.base/macscp.exp
8474 * gdb.base/pending.exp
8475 * gdb.base/watch_thread_num.exp
8476 * gdb.cp/exception.exp
8477 * gdb.cp/gdb2495.exp
8478 * gdb.cp/local.exp
8479 * gdb.python/py-evsignal.exp
8480 * gdb.python/python.exp
8481 * gdb.trace/tracecmd.exp
8482
8483 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8484
8485 Fix test names starting with uppercase throughout the files.
8486
8487 * gdb.base/charset.exp
8488 * gdb.base/eval.exp
8489 * gdb.base/multi-forks.exp
8490 * gdb.guile/scm-progspace.exp
8491 * gdb.opencl/datatypes.exp
8492 * gdb.python/py-block.exp
8493 * gdb.python/py-function.exp
8494 * gdb.python/py-symbol.exp
8495 * gdb.python/py-symtab.exp
8496 * gdb.python/py-xmethods.exp
8497 * gdb.reverse/break-precsave.exp
8498 * gdb.reverse/break-reverse.exp
8499 * gdb.reverse/consecutive-precsave.exp
8500 * gdb.reverse/consecutive-reverse.exp
8501 * gdb.reverse/finish-precsave.exp
8502 * gdb.reverse/finish-reverse-bkpt.exp
8503 * gdb.reverse/finish-reverse.exp
8504 * gdb.reverse/fstatat-reverse.exp
8505 * gdb.reverse/getresuid-reverse.exp
8506 * gdb.reverse/i386-precsave.exp
8507 * gdb.reverse/i386-reverse.exp
8508 * gdb.reverse/i386-sse-reverse.exp
8509 * gdb.reverse/i387-stack-reverse.exp
8510 * gdb.reverse/insn-reverse.exp
8511 * gdb.reverse/machinestate-precsave.exp
8512 * gdb.reverse/machinestate.exp
8513 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8514 * gdb.reverse/pipe-reverse.exp
8515 * gdb.reverse/readv-reverse.exp
8516 * gdb.reverse/recvmsg-reverse.exp
8517 * gdb.reverse/rerun-prec.exp
8518 * gdb.reverse/s390-mvcle.exp
8519 * gdb.reverse/sigall-precsave.exp
8520 * gdb.reverse/sigall-reverse.exp
8521 * gdb.reverse/solib-precsave.exp
8522 * gdb.reverse/solib-reverse.exp
8523 * gdb.reverse/step-precsave.exp
8524 * gdb.reverse/step-reverse.exp
8525 * gdb.reverse/time-reverse.exp
8526 * gdb.reverse/until-precsave.exp
8527 * gdb.reverse/until-reverse.exp
8528 * gdb.reverse/waitpid-reverse.exp
8529 * gdb.reverse/watch-precsave.exp
8530 * gdb.reverse/watch-reverse.exp
8531
8532 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8533
8534 Fix test names starting with uppercase throughout the files.
8535
8536 * gdb.arch/i386-mpx-simple_segv.exp
8537 * gdb.arch/i386-mpx.exp
8538 * gdb.arch/i386-permbkpt.exp
8539 * gdb.arch/pa-nullify.exp
8540 * gdb.arch/powerpc-d128-regs.exp
8541 * gdb.arch/vsx-regs.exp
8542 * gdb.base/bfp-test.exp
8543 * gdb.base/break.exp
8544 * gdb.base/breakpoint-shadow.exp
8545 * gdb.base/callfuncs.exp
8546 * gdb.base/charset.exp
8547 * gdb.base/commands.exp
8548 * gdb.base/completion.exp
8549 * gdb.base/dfp-test.exp
8550 * gdb.base/echo.exp
8551 * gdb.base/ending-run.exp
8552 * gdb.base/eval.exp
8553 * gdb.base/expand-psymtabs.exp
8554 * gdb.base/float128.exp
8555 * gdb.base/floatn.exp
8556 * gdb.base/foll-exec-mode.exp
8557 * gdb.base/gdb1056.exp
8558 * gdb.base/gdb11531.exp
8559 * gdb.base/kill-after-signal.exp
8560 * gdb.base/multi-forks.exp
8561 * gdb.base/overlays.exp
8562 * gdb.base/pending.exp
8563 * gdb.base/sepdebug.exp
8564 * gdb.base/testenv.exp
8565 * gdb.base/valgrind-db-attach.exp
8566 * gdb.base/watch_thread_num.exp
8567 * gdb.base/watchpoint-cond-gone.exp
8568 * gdb.base/watchpoint.exp
8569 * gdb.base/watchpoints.exp
8570 * gdb.cp/arg-reference.exp
8571 * gdb.cp/baseenum.exp
8572 * gdb.cp/operator.exp
8573 * gdb.cp/shadow.exp
8574 * gdb.dwarf2/dw2-op-out-param.exp
8575 * gdb.dwarf2/dw2-reg-undefined.exp
8576 * gdb.go/chan.exp
8577 * gdb.go/hello.exp
8578 * gdb.go/integers.exp
8579 * gdb.go/methods.exp
8580 * gdb.go/package.exp
8581 * gdb.guile/scm-parameter.exp
8582 * gdb.guile/scm-progspace.exp
8583 * gdb.guile/scm-value.exp
8584 * gdb.mi/mi-pending.exp
8585 * gdb.mi/user-selected-context-sync.exp
8586 * gdb.multi/multi-attach.exp
8587 * gdb.multi/tids.exp
8588 * gdb.opt/clobbered-registers-O2.exp
8589 * gdb.pascal/floats.exp
8590 * gdb.pascal/integers.exp
8591 * gdb.python/py-block.exp
8592 * gdb.python/py-events.exp
8593 * gdb.python/py-parameter.exp
8594 * gdb.python/py-symbol.exp
8595 * gdb.python/py-symtab.exp
8596 * gdb.python/py-type.exp
8597 * gdb.python/py-value.exp
8598 * gdb.python/py-xmethods.exp
8599 * gdb.python/python.exp
8600 * gdb.reverse/break-precsave.exp
8601 * gdb.reverse/consecutive-precsave.exp
8602 * gdb.reverse/finish-precsave.exp
8603 * gdb.reverse/i386-precsave.exp
8604 * gdb.reverse/machinestate-precsave.exp
8605 * gdb.reverse/sigall-precsave.exp
8606 * gdb.reverse/solib-precsave.exp
8607 * gdb.reverse/step-precsave.exp
8608 * gdb.reverse/until-precsave.exp
8609 * gdb.reverse/watch-precsave.exp
8610 * gdb.server/ext-attach.exp
8611 * gdb.server/ext-restart.exp
8612 * gdb.server/ext-run.exp
8613 * gdb.server/ext-wrapper.exp
8614 * gdb.stabs/gdb11479.exp
8615 * gdb.stabs/weird.exp
8616 * gdb.threads/attach-many-short-lived-threads.exp
8617 * gdb.threads/kill.exp
8618 * gdb.threads/watchpoint-fork.exp
8619
8620 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8621
8622 Fix test names starting with uppercase throughout all the files below.
8623
8624 * gdb.ada/array_return.exp
8625 * gdb.ada/catch_ex.exp
8626 * gdb.ada/info_exc.exp
8627 * gdb.ada/mi_catch_ex.exp
8628 * gdb.ada/mi_dyn_arr.exp
8629 * gdb.ada/mi_ex_cond.exp
8630 * gdb.ada/mi_exc_info.exp
8631 * gdb.ada/mi_interface.exp
8632 * gdb.ada/mi_task_arg.exp
8633 * gdb.ada/mi_task_info.exp
8634 * gdb.ada/mi_var_array.exp
8635 * gdb.arch/alpha-step.exp
8636 * gdb.arch/amd64-disp-step.exp
8637 * gdb.arch/arm-disp-step.exp
8638 * gdb.arch/disp-step-insn-reloc.exp
8639 * gdb.arch/e500-prologue.exp
8640 * gdb.arch/ftrace-insn-reloc.exp
8641 * gdb.arch/gdb1558.exp
8642 * gdb.arch/i386-bp_permanent.exp
8643 * gdb.arch/i386-disp-step.exp
8644 * gdb.arch/i386-float.exp
8645 * gdb.arch/i386-gnu-cfi.exp
8646 * gdb.arch/ia64-breakpoint-shadow.exp
8647 * gdb.arch/mips16-thunks.exp
8648 * gdb.arch/pa-nullify.exp
8649 * gdb.arch/powerpc-aix-prologue.exp
8650 * gdb.arch/powerpc-power.exp
8651 * gdb.arch/ppc-dfp.exp
8652 * gdb.arch/s390-tdbregs.exp
8653 * gdb.arch/spu-info.exp
8654 * gdb.arch/spu-ls.exp
8655 * gdb.arch/thumb-bx-pc.exp
8656 * gdb.base/advance.exp
8657 * gdb.base/annota-input-while-running.exp
8658 * gdb.base/arrayidx.exp
8659 * gdb.base/asmlabel.exp
8660 * gdb.base/async.exp
8661 * gdb.base/attach-wait-input.exp
8662 * gdb.base/auto-connect-native-target.exp
8663 * gdb.base/batch-preserve-term-settings.exp
8664 * gdb.base/bfp-test.exp
8665 * gdb.base/bigcore.exp
8666 * gdb.base/bp-permanent.exp
8667 * gdb.base/break-always.exp
8668 * gdb.base/break-fun-addr.exp
8669 * gdb.base/break-idempotent.exp
8670 * gdb.base/break-main-file-remove-fail.exp
8671 * gdb.base/break-probes.exp
8672 * gdb.base/break-unload-file.exp
8673 * gdb.base/break.exp
8674 * gdb.base/call-ar-st.exp
8675 * gdb.base/call-rt-st.exp
8676 * gdb.base/call-sc.exp
8677 * gdb.base/call-signal-resume.exp
8678 * gdb.base/call-strs.exp
8679 * gdb.base/callexit.exp
8680 * gdb.base/callfuncs.exp
8681 * gdb.base/catch-gdb-caused-signals.exp
8682 * gdb.base/catch-signal-siginfo-cond.exp
8683 * gdb.base/catch-syscall.exp
8684 * gdb.base/compare-sections.exp
8685 * gdb.base/cond-eval-mode.exp
8686 * gdb.base/condbreak-call-false.exp
8687 * gdb.base/consecutive-step-over.exp
8688 * gdb.base/cursal.exp
8689 * gdb.base/disabled-location.exp
8690 * gdb.base/disasm-end-cu.exp
8691 * gdb.base/display.exp
8692 * gdb.base/double-prompt-target-event-error.exp
8693 * gdb.base/dprintf-bp-same-addr.exp
8694 * gdb.base/dprintf-detach.exp
8695 * gdb.base/dprintf-next.exp
8696 * gdb.base/dprintf-non-stop.exp
8697 * gdb.base/dprintf-pending.exp
8698 * gdb.base/dso2dso.exp
8699 * gdb.base/ending-run.exp
8700 * gdb.base/enum_cond.exp
8701 * gdb.base/examine-backward.exp
8702 * gdb.base/exe-lock.exp
8703 * gdb.base/exec-invalid-sysroot.exp
8704 * gdb.base/execl-update-breakpoints.exp
8705 * gdb.base/execution-termios.exp
8706 * gdb.base/fileio.exp
8707 * gdb.base/fixsection.exp
8708 * gdb.base/foll-exec-mode.exp
8709 * gdb.base/foll-exec.exp
8710 * gdb.base/fork-running-state.exp
8711 * gdb.base/frame-args.exp
8712 * gdb.base/fullpath-expand.exp
8713 * gdb.base/func-ptr.exp
8714 * gdb.base/gcore-relro-pie.exp
8715 * gdb.base/gdb1090.exp
8716 * gdb.base/gdb1555.exp
8717 * gdb.base/global-var-nested-by-dso.exp
8718 * gdb.base/gnu-ifunc.exp
8719 * gdb.base/hbreak-in-shr-unsupported.exp
8720 * gdb.base/hbreak-unmapped.exp
8721 * gdb.base/hook-stop.exp
8722 * gdb.base/infcall-input.exp
8723 * gdb.base/info-fun.exp
8724 * gdb.base/info-shared.exp
8725 * gdb.base/interrupt-noterm.exp
8726 * gdb.base/jit-so.exp
8727 * gdb.base/jit.exp
8728 * gdb.base/line-symtabs.exp
8729 * gdb.base/list.exp
8730 * gdb.base/longjmp.exp
8731 * gdb.base/macscp.exp
8732 * gdb.base/max-value-size.exp
8733 * gdb.base/nodebug.exp
8734 * gdb.base/nofield.exp
8735 * gdb.base/overlays.exp
8736 * gdb.base/paginate-after-ctrl-c-running.exp
8737 * gdb.base/paginate-bg-execution.exp
8738 * gdb.base/paginate-inferior-exit.exp
8739 * gdb.base/pending.exp
8740 * gdb.base/pr11022.exp
8741 * gdb.base/printcmds.exp
8742 * gdb.base/ptr-typedef.exp
8743 * gdb.base/ptype.exp
8744 * gdb.base/randomize.exp
8745 * gdb.base/range-stepping.exp
8746 * gdb.base/realname-expand.exp
8747 * gdb.base/relativedebug.exp
8748 * gdb.base/remote.exp
8749 * gdb.base/savedregs.exp
8750 * gdb.base/sepdebug.exp
8751 * gdb.base/set-noassign.exp
8752 * gdb.base/shlib-call.exp
8753 * gdb.base/shreloc.exp
8754 * gdb.base/sigaltstack.exp
8755 * gdb.base/sigbpt.exp
8756 * gdb.base/siginfo-addr.exp
8757 * gdb.base/siginfo-obj.exp
8758 * gdb.base/siginfo-thread.exp
8759 * gdb.base/signest.exp
8760 * gdb.base/signull.exp
8761 * gdb.base/sigrepeat.exp
8762 * gdb.base/skip.exp
8763 * gdb.base/so-impl-ld.exp
8764 * gdb.base/solib-corrupted.exp
8765 * gdb.base/solib-disc.exp
8766 * gdb.base/solib-display.exp
8767 * gdb.base/solib-overlap.exp
8768 * gdb.base/solib-search.exp
8769 * gdb.base/solib-symbol.exp
8770 * gdb.base/source-execution.exp
8771 * gdb.base/sss-bp-on-user-bp-2.exp
8772 * gdb.base/sss-bp-on-user-bp.exp
8773 * gdb.base/stack-checking.exp
8774 * gdb.base/stale-infcall.exp
8775 * gdb.base/step-break.exp
8776 * gdb.base/step-line.exp
8777 * gdb.base/step-over-exit.exp
8778 * gdb.base/step-test.exp
8779 * gdb.base/structs.exp
8780 * gdb.base/sym-file.exp
8781 * gdb.base/symtab-search-order.exp
8782 * gdb.base/term.exp
8783 * gdb.base/type-opaque.exp
8784 * gdb.base/unload.exp
8785 * gdb.base/until-nodebug.exp
8786 * gdb.base/until.exp
8787 * gdb.base/unwindonsignal.exp
8788 * gdb.base/watch-cond.exp
8789 * gdb.base/watch-non-mem.exp
8790 * gdb.base/watch_thread_num.exp
8791 * gdb.base/watchpoint-reuse-slot.exp
8792 * gdb.base/watchpoint-solib.exp
8793 * gdb.base/watchpoint.exp
8794 * gdb.btrace/dlopen.exp
8795 * gdb.cell/arch.exp
8796 * gdb.cell/break.exp
8797 * gdb.cell/bt.exp
8798 * gdb.cell/core.exp
8799 * gdb.cell/data.exp
8800 * gdb.cell/dwarfaddr.exp
8801 * gdb.cell/ea-cache.exp
8802 * gdb.cell/ea-standalone.exp
8803 * gdb.cell/ea-test.exp
8804 * gdb.cell/f-regs.exp
8805 * gdb.cell/fork.exp
8806 * gdb.cell/gcore.exp
8807 * gdb.cell/mem-access.exp
8808 * gdb.cell/ptype.exp
8809 * gdb.cell/registers.exp
8810 * gdb.cell/sizeof.exp
8811 * gdb.cell/solib-symbol.exp
8812 * gdb.cell/solib.exp
8813 * gdb.compile/compile-tls.exp
8814 * gdb.cp/exception.exp
8815 * gdb.cp/gdb2495.exp
8816 * gdb.cp/local.exp
8817 * gdb.cp/mb-inline.exp
8818 * gdb.cp/mb-templates.exp
8819 * gdb.cp/pr10687.exp
8820 * gdb.cp/pr9167.exp
8821 * gdb.cp/scope-err.exp
8822 * gdb.cp/templates.exp
8823 * gdb.cp/virtfunc.exp
8824 * gdb.dwarf2/dw2-dir-file-name.exp
8825 * gdb.dwarf2/dw2-single-line-discriminators.exp
8826 * gdb.fortran/complex.exp
8827 * gdb.fortran/library-module.exp
8828 * gdb.guile/guile.exp
8829 * gdb.guile/scm-cmd.exp
8830 * gdb.guile/scm-frame-inline.exp
8831 * gdb.guile/scm-objfile.exp
8832 * gdb.guile/scm-pretty-print.exp
8833 * gdb.guile/scm-symbol.exp
8834 * gdb.guile/scm-type.exp
8835 * gdb.guile/scm-value.exp
8836 * gdb.linespec/keywords.exp
8837 * gdb.linespec/ls-errs.exp
8838 * gdb.linespec/macro-relative.exp
8839 * gdb.linespec/thread.exp
8840 * gdb.mi/mi-breakpoint-changed.exp
8841 * gdb.mi/mi-dprintf-pending.exp
8842 * gdb.mi/mi-fullname-deleted.exp
8843 * gdb.mi/mi-logging.exp
8844 * gdb.mi/mi-pending.exp
8845 * gdb.mi/mi-solib.exp
8846 * gdb.mi/new-ui-mi-sync.exp
8847 * gdb.mi/user-selected-context-sync.exp
8848 * gdb.multi/dummy-frame-restore.exp
8849 * gdb.multi/multi-arch-exec.exp
8850 * gdb.multi/remove-inferiors.exp
8851 * gdb.multi/watchpoint-multi-exit.exp
8852 * gdb.opt/solib-intra-step.exp
8853 * gdb.perf/backtrace.exp
8854 * gdb.perf/single-step.exp
8855 * gdb.perf/skip-command.exp
8856 * gdb.perf/skip-prologue.exp
8857 * gdb.perf/solib.exp
8858 * gdb.python/lib-types.exp
8859 * gdb.python/py-as-string.exp
8860 * gdb.python/py-bad-printers.exp
8861 * gdb.python/py-block.exp
8862 * gdb.python/py-breakpoint.exp
8863 * gdb.python/py-cmd.exp
8864 * gdb.python/py-events.exp
8865 * gdb.python/py-evthreads.exp
8866 * gdb.python/py-finish-breakpoint.exp
8867 * gdb.python/py-finish-breakpoint2.exp
8868 * gdb.python/py-frame-inline.exp
8869 * gdb.python/py-frame.exp
8870 * gdb.python/py-inferior.exp
8871 * gdb.python/py-infthread.exp
8872 * gdb.python/py-mi.exp
8873 * gdb.python/py-objfile.exp
8874 * gdb.python/py-pp-maint.exp
8875 * gdb.python/py-pp-registration.exp
8876 * gdb.python/py-prettyprint.exp
8877 * gdb.python/py-recurse-unwind.exp
8878 * gdb.python/py-shared.exp
8879 * gdb.python/py-symbol.exp
8880 * gdb.python/py-symtab.exp
8881 * gdb.python/py-template.exp
8882 * gdb.python/py-type.exp
8883 * gdb.python/py-unwind-maint.exp
8884 * gdb.python/py-unwind.exp
8885 * gdb.python/py-value.exp
8886 * gdb.python/python.exp
8887 * gdb.reverse/finish-reverse-bkpt.exp
8888 * gdb.reverse/insn-reverse.exp
8889 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8890 * gdb.reverse/solib-precsave.exp
8891 * gdb.reverse/solib-reverse.exp
8892 * gdb.stabs/gdb11479.exp
8893 * gdb.stabs/weird.exp
8894 * gdb.threads/fork-child-threads.exp
8895 * gdb.threads/fork-plus-threads.exp
8896 * gdb.threads/fork-thread-pending.exp
8897 * gdb.threads/forking-threads-plus-breakpoint.exp
8898 * gdb.threads/hand-call-in-threads.exp
8899 * gdb.threads/interrupted-hand-call.exp
8900 * gdb.threads/linux-dp.exp
8901 * gdb.threads/local-watch-wrong-thread.exp
8902 * gdb.threads/next-while-other-thread-longjmps.exp
8903 * gdb.threads/non-ldr-exit.exp
8904 * gdb.threads/pending-step.exp
8905 * gdb.threads/print-threads.exp
8906 * gdb.threads/process-dies-while-detaching.exp
8907 * gdb.threads/process-dies-while-handling-bp.exp
8908 * gdb.threads/pthreads.exp
8909 * gdb.threads/queue-signal.exp
8910 * gdb.threads/reconnect-signal.exp
8911 * gdb.threads/signal-command-handle-nopass.exp
8912 * gdb.threads/signal-command-multiple-signals-pending.exp
8913 * gdb.threads/signal-delivered-right-thread.exp
8914 * gdb.threads/signal-sigtrap.exp
8915 * gdb.threads/sigthread.exp
8916 * gdb.threads/staticthreads.exp
8917 * gdb.threads/stepi-random-signal.exp
8918 * gdb.threads/thread-unwindonsignal.exp
8919 * gdb.threads/thread_check.exp
8920 * gdb.threads/thread_events.exp
8921 * gdb.threads/tid-reuse.exp
8922 * gdb.threads/tls-nodebug.exp
8923 * gdb.threads/tls-shared.exp
8924 * gdb.threads/tls-so_extern.exp
8925 * gdb.threads/tls.exp
8926 * gdb.threads/wp-replication.exp
8927 * gdb.trace/actions-changed.exp
8928 * gdb.trace/actions.exp
8929 * gdb.trace/backtrace.exp
8930 * gdb.trace/change-loc.exp
8931 * gdb.trace/collection.exp
8932 * gdb.trace/deltrace.exp
8933 * gdb.trace/disconnected-tracing.exp
8934 * gdb.trace/entry-values.exp
8935 * gdb.trace/ftrace-lock.exp
8936 * gdb.trace/ftrace.exp
8937 * gdb.trace/infotrace.exp
8938 * gdb.trace/mi-trace-frame-collected.exp
8939 * gdb.trace/mi-trace-unavailable.exp
8940 * gdb.trace/mi-traceframe-changed.exp
8941 * gdb.trace/mi-tracepoint-changed.exp
8942 * gdb.trace/mi-tsv-changed.exp
8943 * gdb.trace/no-attach-trace.exp
8944 * gdb.trace/packetlen.exp
8945 * gdb.trace/passc-dyn.exp
8946 * gdb.trace/passcount.exp
8947 * gdb.trace/pending.exp
8948 * gdb.trace/pr16508.exp
8949 * gdb.trace/qtro.exp
8950 * gdb.trace/range-stepping.exp
8951 * gdb.trace/read-memory.exp
8952 * gdb.trace/report.exp
8953 * gdb.trace/save-trace.exp
8954 * gdb.trace/signal.exp
8955 * gdb.trace/stap-trace.exp
8956 * gdb.trace/status-stop.exp
8957 * gdb.trace/strace.exp
8958 * gdb.trace/tfile.exp
8959 * gdb.trace/tfind.exp
8960 * gdb.trace/trace-break.exp
8961 * gdb.trace/trace-condition.exp
8962 * gdb.trace/trace-enable-disable.exp
8963 * gdb.trace/trace-mt.exp
8964 * gdb.trace/tracecmd.exp
8965 * gdb.trace/tracefile-pseudo-reg.exp
8966 * gdb.trace/tspeed.exp
8967 * gdb.trace/tstatus.exp
8968 * gdb.trace/tsv.exp
8969 * gdb.trace/unavailable.exp
8970 * gdb.trace/while-dyn.exp
8971 * gdb.trace/while-stepping.exp
8972 * lib/gdb-guile.exp
8973 * lib/gdb.exp
8974 * lib/mi-support.exp
8975 * lib/pascal.exp
8976 * lib/perftest.exp
8977 * lib/prelink-support.exp
8978 * lib/selftest-support.exp
8979
8980 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8981
8982 * Makefile.in: Include disable-implicit-rules.mk.
8983
8984 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8985
8986 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8987 non-byte-aligned bit fields.
8988
8989 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8990
8991 PR gdb/12616
8992 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8993 respects the DW_AT_data_bit_offset attribute.
8994
8995 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8996
8997 * gdb.base/default.exp: Fix output of "set language".
8998
8999 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9000
9001 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9002 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9003 make.
9004 * configure.ac: Remove checks for the make program.
9005 * configure: Re-generate.
9006
9007 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9008
9009 * gdb.python/py-recurse-unwind.c (main): Add loop.
9010 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9011 to read_register() and gdb.parse_and_eval(). Make each code
9012 call a separate case that can be individually tested.
9013 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9014 proc. Call cont_and_backtrace for each of the code paths that
9015 we want to test in the unwinder.
9016
9017 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9018
9019 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9020 the definition of struct S.
9021
9022 2016-11-11 Catherine Moore <clm@codesourcery.com>
9023
9024 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9025
9026 2016-11-09 Pedro Alves <palves@redhat.com>
9027
9028 * gdb.base/commands.exp (runto_or_return): New procedure.
9029 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9030 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9031 (progvar_simple_while_test, progvar_complex_if_while_test)
9032 (if_while_breakpoint_command_test)
9033 (infrun_breakpoint_command_test, breakpoint_command_test)
9034 (user_defined_command_test, watchpoint_command_test)
9035 (test_command_prompt_position, redefine_hook_test)
9036 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9037 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9038 multi_line_input and multi_line. Remove gdb_expect and
9039 gdb_stop_suppressing_tests uses.
9040 * lib/gdb.exp (valnum_re): New global.
9041 (multi_line_input): New procedure.
9042
9043 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9044
9045 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9046 Remove.
9047 (test_setup): Define with proc_with_prefix.
9048 (test_cli_inferior): Likewise.
9049 (test_cli_thread): Likewise.
9050 (test_cli_frame): Likewise.
9051 (test_cli_select_frame): Likewise.
9052 (test_cli_up_down): Likewise.
9053 (test_mi_thread_select): Likewise.
9054 (test_mi_stack_select_frame): Likewise.
9055 (test_cli_in_mi_inferior): Likewise.
9056 (test_cli_in_mi_thread): Likewise.
9057 (test_cli_in_mi_frame): Likewise.
9058 (top level): Do not use with_test_prefix_procname.
9059
9060 2016-11-09 Pedro Alves <palves@redhat.com>
9061
9062 * gdb.base/commands.exp (gdbvar_simple_if_test)
9063 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9064 (progvar_simple_if_test, progvar_simple_while_test)
9065 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9066 (infrun_breakpoint_command_test, breakpoint_command_test)
9067 (user_defined_command_test, watchpoint_command_test)
9068 (test_command_prompt_position, deprecated_command_test)
9069 (bp_deleted_in_command, temporary_breakpoint_commands)
9070 (stray_arg0_test, source_file_with_indented_comment)
9071 (recursive_source_test, if_commands_test)
9072 (error_clears_commands_left, redefine_hook_test)
9073 (redefine_backtrace_test): Use proc_with_prefix.
9074 * lib/gdb.exp (proc_with_prefix): New proc.
9075
9076 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9077
9078 * gdb.base/tui-layout.c: New file.
9079 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9080 disassembly window contains very long lines.
9081
9082 2016-11-08 Tom Tromey <tom@tromey.com>
9083
9084 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9085 depend on Python 2.
9086
9087 2016-11-08 Tom Tromey <tom@tromey.com>
9088
9089 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9090 New method.
9091
9092 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9093
9094 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9095
9096 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9097
9098 * gdb.rust/simple.rs: Add test for univariant enums without
9099 discriminants and for encoded struct-like enums.
9100
9101 2016-10-28 Pedro Alves <palves@redhat.com>
9102
9103 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9104 gdb_test_multiple, tighten regexps and match symtabs and line
9105 tables incrementally.
9106
9107 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9108
9109 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9110 general.
9111
9112 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9113
9114 * gdb.base/exec-invalid-sysroot.exp: New file.
9115
9116 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9117
9118 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9119
9120 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9121
9122 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9123
9124 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9125
9126 * gdb.base/killed-outside.exp: Remove $options from a call to
9127 `prepare_for_testing'.
9128
9129 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9130
9131 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9132 Change test message.
9133
9134 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9135
9136 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9137 Update comment.
9138
9139 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9140
9141 * gdb.trace/mi-trace-save.exp: New file.
9142
9143 2016-10-13 Yao Qi <yao.qi@linaro.org>
9144
9145 * gdb.base/code_elim.exp (get_var_address): Remove.
9146 * gdb.base/relocate.exp: Likewise.
9147 * gdb.base/shreloc.exp: Likewise.
9148 * lib/gdb.exp (get_var_address): New.
9149
9150 2016-10-13 Yao Qi <yao.qi@linaro.org>
9151
9152 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9153 floating point tests if $skip_float_test is false.
9154
9155 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9156
9157 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9158 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9159 argc values.
9160 Add 1 to argc so we guarantee distinct initial/modified argc values.
9161
9162 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9163
9164 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9165
9166 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9167
9168 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9169 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9170 * gdb.arch/vsx-regs.exp: Likewise.
9171
9172 2016-10-07 Yao Qi <yao.qi@linaro.org>
9173
9174 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9175
9176 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9177
9178 * gdb.python/python.exp: Test decode_line("*0").
9179
9180 2016-10-06 Doug Evans <dje@google.com>
9181
9182 * gdb.python/py-value.exp (test_value_creation): Add test for large
9183 unsigned 64-bit value.
9184
9185 2016-10-06 Tom Tromey <tom@tromey.com>
9186
9187 * gdb.compile/compile.exp: Change java tests to rust.
9188 * gdb.base/setshow.exp: Change java tests to rust.
9189 * gdb.base/default.exp: Remove java from language list.
9190 * README (Examples): Update language example.
9191 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9192 test.
9193 * lib/gdb.exp (skip_java_tests): Remove.
9194 * lib/java.exp: Remove.
9195 * gdb.java: Remove.
9196
9197 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9198
9199 * gdb.arch/mips-fcr.exp: New test.
9200 * gdb.arch/mips-fcr.c: Source for the new test.
9201
9202 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9203
9204 * gdb.base/solib-disc.exp: Use `standard_output_file'
9205 throughout.
9206
9207 2016-10-06 Pedro Alves <palves@redhat.com>
9208
9209 * gdb.base/jit-simple-dl.c: New file.
9210 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9211 * gdb.base/jit-simple.c: ... this.
9212 * gdb.base/jit-simple.exp (jit_run): Delete.
9213 (build_jit): New proc.
9214 (jit_test_reread): Recompile either the main program or the shared
9215 library, depending on what is being tested. Skip changing address
9216 if caller wants to. Compare before/after addresses. If testing
9217 standalone, explicitly load the binary. Test "maint info
9218 breakpoints".
9219 (top level): Add "standalone vs shared lib" and "change address"
9220 vs "same address" axes.
9221
9222 2016-10-06 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9225 call.
9226 (jit_run): Delete.
9227 (jit_test_reread): Use with_test_prefix. Reload the main binary
9228 explicitly. Compare the before/after addresses of the JIT
9229 descriptor.
9230
9231 2016-08-15 Doug Evans <dje@google.com>
9232
9233 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9234 for single bitfields is bool.
9235 * gdb.xml/tdesc-regs.exp: Ditto.
9236
9237 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9238
9239 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9240
9241 2016-10-05 Yao Qi <yao.qi@linaro.org>
9242
9243 * lib/gdb.exp (support_complex_tests): Return zero if
9244 gdb_skip_float_test return true.
9245
9246 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9247 Simon Marchi <simon.marchi@ericsson.com>
9248
9249 PR gdb/20487
9250 * gdb.mi/user-selected-context-sync.exp: New file.
9251 * gdb.mi/user-selected-context-sync.c: New file.
9252
9253 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9254 Simon Marchi <simon.marchi@ericsson.com>
9255
9256 PR gdb/20487
9257 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9258 =thread-select-event check.
9259
9260 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9261
9262 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9263 the compulsory L operand changes.
9264 * gdb.arch/powerpc-power.s: Likewise.
9265
9266 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9267
9268 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9269 * gdb.base/jit-attach-pie.c: New file.
9270 * gdb.base/jit-attach-pie.exp: New file.
9271
9272 2016-09-28 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.base/infcall-input.c: New file.
9275 * gdb.base/infcall-input.exp: New file.
9276
9277 2016-09-22 Yao Qi <yao.qi@linaro.org>
9278
9279 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9280 (gdb_exit): Rename it to ...
9281 (gdbserver_gdb_exit): ... Close GDBserver.
9282 (gdb_exit): New proc, call gdbserver_gdb_exit.
9283 (mi_gdb_exit): Likewise.
9284
9285 2016-09-22 Yao Qi <yao.qi@linaro.org>
9286
9287 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9288 path.
9289 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9290 Remove duplication.
9291
9292 2016-09-22 Yao Qi <yao.qi@linaro.org>
9293
9294 * lib/gdbserver-support.exp: Check the existence of
9295 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9296
9297 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9298
9299 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9300
9301 2016-09-21 Tom Tromey <tom@tromey.com>
9302
9303 PR gdb/20604:
9304 * gdb.base/quit.exp: New file.
9305
9306 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9307
9308 * .gitignore: New file.
9309
9310 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9311
9312 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9313 throughout.
9314
9315 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9316
9317 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9318
9319 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9320
9321 * gdb.cp/casts.cc (decltype): Move it ...
9322 (main): ... with its call to ...
9323 * gdb.cp/casts03.cc: ... a new file.
9324 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9325
9326 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9327
9328 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9329
9330 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9331
9332 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9333 and sync up the test with tests in gas/testsuite/gas/ppc.
9334 * gdb.arch/powerpc-power.exp: Likewise.
9335
9336 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9339
9340 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9341 Jan Kratochvil <jan.kratochvil@redhat.com>
9342
9343 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9344 make m1's definition to be different from m2's. Use 'dummy' as an
9345 argument for probe 'two'.
9346
9347 2016-09-10 Jon Beniston <jon@beniston.com>
9348
9349 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9350 for sim target.
9351
9352 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9353
9354 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9355 variable declaration.
9356 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9357 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9358 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9359 received HWCAP as its argument.
9360
9361 2016-09-06 Pedro Alves <palves@redhat.com>
9362
9363 * gdb.base/new-ui-pending-input.c: New file.
9364 * gdb.base/new-ui-pending-input.exp: New file.
9365 * gdb.exp (clear_gdb_spawn_id): New procedure.
9366 (with_spawn_id): Check whether gdb_spawn_id exists before
9367 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9368 on exit.
9369
9370 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9371
9372 * gdb.base/float128.c: New file.
9373 * gdb.base/float128.exp: Likewise.
9374 * gdb.base/floatn.c: Likewise.
9375 * gdb.base/floatn.exp: Likewise.
9376
9377 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9378
9379 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9380
9381 2016-09-05 Pedro Alves <palves@redhat.com>
9382
9383 PR backtrace/19927
9384 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9385 unwinders are immediately called as side effect of "source" or
9386 "disable unwinder" commands.
9387 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9388
9389 2016-09-02 Yao Qi <yao.qi@linaro.org>
9390
9391 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9392 is true and $type is "float" or "double".
9393
9394 2016-09-02 Yao Qi <yao.qi@linaro.org>
9395
9396 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9397 true.
9398 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9399 * gdb.base/call-rt-st.exp: Likewise.
9400 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9401 return value instead of gdb,skip_float_test.
9402 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9403 (do_function_calls): Use its return value instead of
9404 gdb,skip_float_test.
9405 * gdb.base/finish.exp: Likewise.
9406 * gdb.base/funcargs.exp: Likewise.
9407 * gdb.base/return.exp: Likewise.
9408 * gdb.base/return2.exp: Likewise.
9409 * gdb.base/varargs.exp: Likewise.
9410 * lib/gdb.exp (gdb_skip_float_test): Change it to
9411 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9412
9413 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9414
9415 * gdb.multi/tids.exp: Test "thread apply all".
9416
9417 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9418
9419 * gdb.base/default.exp (tty): Remove.
9420
9421 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9422
9423 * gdb.python/py-recurse-unwind.c: New file.
9424 * gdb.python/py-recurse-unwind.py: New file.
9425 * gdb.python/py-recurse-unwind.exp: New file.
9426
9427 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9428
9429 * gdb.base/set-inferior-tty.exp: New file.
9430 * gdb.base/set-inferior-tty.c: New file.
9431
9432 2016-08-23 Pedro Alves <palves@redhat.com>
9433
9434 PR gdb/20494
9435 * gdb.base/new-ui-echo.c: New file.
9436 * gdb.base/new-ui-echo.exp: New file.
9437
9438 2016-08-23 Yao Qi <yao.qi@linaro.org>
9439
9440 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9441 gdbserver_spawn.
9442 * gdb.server/connect-without-multi-process.exp (do_test):
9443 Likewise.
9444
9445 2016-08-23 Yao Qi <yao.qi@linaro.org>
9446
9447 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9448 standalone_txt. Delete gdb_txt and standalone_txt on host
9449 and target. Spawn the binary on target. Copy files from
9450 target to host.
9451
9452 2016-08-22 Pedro Alves <palves@redhat.com>
9453
9454 PR gdb/20505
9455 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9456 with_test_prefix. Factor out bits to ...
9457 (test_no_vdso): ... this new procedure.
9458
9459 2016-08-19 Carl Love <cel@us.ibm.com>
9460
9461 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9462 maintaining separate logic for constructing the output path.
9463 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9464 * gdb.arch/ppc-dfp.exp: Likewise.
9465 * gdb.arch/ppc-fp.exp: Likewise.
9466 * gdb.arch/vsx-regs.exp: Likewise.
9467 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9468 binprefix for generating the additional binary files.
9469
9470 2016-08-19 Pedro Alves <palves@redhat.com>
9471
9472 * gdb.trace/mi-trace-frame-collected.exp
9473 (test_trace_frame_collected): On x32, expect two registers.
9474
9475 2016-08-18 Carl Love <cel@us.ibm.com>
9476
9477 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9478 and sync up the test with tests in gas/testsuite/gas/ppc.
9479 * gdb.arch/powerpc-power.exp: Likewise.
9480
9481 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9482
9483 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9484 expected error message.
9485
9486 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9487
9488 * gdb.multi/remove-inferiors.exp: New file.
9489 * gdb.multi/remove-inferiors.c: New file.
9490
9491 2016-08-12 Yao Qi <yao.qi@linaro.org>
9492
9493 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9494 argument list.
9495
9496 2016-08-10 Pedro Alves <palves@redhat.com>
9497
9498 PR gdb/19187
9499 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9500 setup_kfails.
9501
9502 2016-08-09 Pedro Alves <palves@redhat.com>
9503 Simon Marchi <simon.marchi@ericsson.com>
9504
9505 PR gdb/20418
9506 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9507 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9508
9509 2016-08-09 Pedro Alves <palves@redhat.com>
9510
9511 PR mi/20431
9512 * gdb.mi/mi-cmd-error.exp: New file.
9513
9514 2016-08-09 Pedro Alves <palves@redhat.com>
9515
9516 PR gdb/18653
9517 * gdb.base/signals-state-child.c: New file.
9518 * gdb.base/signals-state-child.exp: New file.
9519 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9520
9521 2016-08-09 Pedro Alves <palves@redhat.com>
9522
9523 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9524
9525 2016-08-03 Tom Tromey <tom@tromey.com>
9526
9527 PR python/18565:
9528 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9529
9530 2016-08-01 Yao Qi <yao.qi@linaro.org>
9531
9532 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9533 variable mode to "multi-process" if $multi_process is 1, otherwise
9534 set it to "single-process".
9535
9536 2016-08-01 Yao Qi <yao.qi@linaro.org>
9537
9538 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9539 * gdb.cp/cpexprs.exp: Likewise.
9540 * gdb.cp/m-static.exp: Likewise.
9541
9542 2016-07-26 Tom Tromey <tom@tromey.com>
9543
9544 PR python/20190:
9545 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9546 test.
9547
9548 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9549
9550 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9551 selecting assembly source files.
9552 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9553 assembly source files.
9554 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9555 assembly source files.
9556 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9557 selecting assembly source files.
9558
9559 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9560
9561 * gdb.base/new-ui.exp (do_test_invalid_args): New
9562 procedure.
9563
9564 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9565
9566 * gdb.btrace/reconnect.c: New file.
9567 * gdb.btrace/reconnect.exp: New file.
9568
9569 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9570
9571 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9572 to test_catch_syscall_group.
9573 (test_catch_syscall_group): New.
9574
9575 2016-07-21 Tom Tromey <tom@tromey.com>
9576
9577 * gdb.rust/simple.rs (main): Use empty struct expression.
9578 * gdb.rust/simple.exp: Add tests for empty struct expression.
9579
9580 2016-07-21 Yao Qi <yao.qi@linaro.org>
9581
9582 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9583 if gdb_skip_xml_test is true on some targets.
9584
9585 2016-07-21 Yao Qi <yao.qi@linaro.org>
9586
9587 * gdb.server/solib-list.exp: Unset last_loaded_file.
9588
9589 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9590
9591 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9592 "step into captured_main (args)".
9593
9594 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9595
9596 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9597
9598 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9599
9600 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9601
9602 2016-07-19 Pedro Alves <palves@redhat.com>
9603
9604 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9605 * gdb.opt/inline-bt.exp: Likewise.
9606 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9607 additional_flags=-Winline.
9608 * gdb.opt/inline-locals.exp: Likewise.
9609 * gdb.opt/inline-markers.c (ATTR): Define.
9610 (inlined_fn): Use it.
9611
9612 2016-07-19 Yao Qi <yao.qi@linaro.org>
9613
9614 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9615 (test_with_self): Remove some code. Remove argument executable.
9616 (top-level): Use do_self_tests.
9617
9618 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9619 Don Breazeal <donb@codesourcery.com>
9620
9621 * gdb.base/maint.exp: Escape paths used in regular expressions.
9622 * gdb.stabs/weird.exp: Likewise.
9623
9624 2016-07-13 Tom Tromey <tom@tromey.com>
9625
9626 PR python/15620, PR python/18620:
9627 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9628 (test_bkpt_events): New procs.
9629
9630 2016-07-13 Tom Tromey <tom@tromey.com>
9631
9632 PR python/17698:
9633 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9634 test.
9635 (test_watchpoints): Likewise.
9636 (test_bkpt_pending): New proc.
9637
9638 2016-07-13 Tom Tromey <tom@tromey.com>
9639
9640 PR cli/18053:
9641 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9642 completion test.
9643
9644 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9645
9646 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9647 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9648 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9649 f_label.
9650 (g): Rename g_end_lbl to g_label.
9651 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9652 low_pc and high_pc.
9653 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9654
9655 2016-07-12 Tom Tromey <tom@tromey.com>
9656
9657 PR python/19293:
9658 * gdb.python/py-unwind-maint.exp: Update tests.
9659
9660 2016-07-12 Yao Qi <yao.qi@linaro.org>
9661
9662 * lib/selftest-support.exp (selftest_setup): Match the output
9663 when captured_main is inlined.
9664
9665 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9666
9667 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9668 New variables.
9669 (print this%a, print this%b, print this): New tests.
9670 * gdb.fortran/derived-types.f90 (this): New object and
9671 initialization.
9672
9673 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9674
9675 * gdb.ada/arraydim.exp: Remove extra directory level in build
9676 directory.
9677
9678 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9679
9680 * lib/ada.exp: Remove extra directory level in build directory.
9681 * gdb.ada/cond_lang.exp: Likewise.
9682 * gdb.ada/exec_changed.exp: Likewise.
9683 * gdb.ada/lang_switch.exp: Likewise.
9684
9685 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9686
9687 * simple.rs: Add test for raw pointer subscripting.
9688 * simple.exp: Add test expectations.
9689
9690 2016-07-05 Yao Qi <yao.qi@linaro.org>
9691
9692 * gdb.mi/mi-reverse.exp: Match =record-started output.
9693
9694 2016-07-01 Pedro Alves <palves@redhat.com>
9695
9696 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9697 procedure.
9698 (jit_reader_test): Test the jit reader's unwinder.
9699 * gdb.base/jithost.c (jit_function_00_code): New global.
9700 (main): Use memcpy to fill in the mmapped code, instead of poking
9701 bytes manually here.
9702 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9703 value.
9704 (read_debug_info): Save the function's range.
9705 (read_sp): New function.
9706 (unwind_frame): Use it. Also unwind RBP.
9707 (get_frame_id): Use read_sp.
9708 (gdb_init_reader): Use calloc instead of malloc.
9709 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9710 parameter. Use gdb_test_multiple.
9711
9712 2016-07-01 Pedro Alves <palves@redhat.com>
9713 Antoine Tremblay <antoine.tremblay@ericsson.com>
9714
9715 * gdb.threads/process-dies-while-detaching.c: New file.
9716 * gdb.threads/process-dies-while-detaching.exp: New file.
9717
9718 2016-07-01 Pedro Alves <palves@redhat.com>
9719
9720 * gdb.multi/watchpoint-multi-exit.c: New file.
9721 * gdb.multi/watchpoint-multi-exit.exp: New file.
9722
9723 2016-06-30 Pedro Alves <palves@redhat.com>
9724
9725 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9726 unset inferior_spawn_id.
9727
9728 2016-06-30 Pedro Alves <palves@redhat.com>
9729
9730 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9731 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9732
9733 2016-06-29 Yao Qi <yao.qi@linaro.org>
9734
9735 * gdb.base/return.c: Add copyright header.
9736
9737 2016-06-29 Tom Tromey <tom@tromey.com>
9738
9739 PR python/20129:
9740 * gdb.python/py-framefilter.exp: Add tests for setting priority
9741 and disabling of non-existent frame filter.
9742
9743 2016-06-29 Yao Qi <yao.qi@linaro.org>
9744
9745 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9746 0x0f07ff.
9747
9748 2016-06-28 Yao Qi <yao.qi@linaro.org>
9749
9750 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9751 triplets. Start gdb, execute catch syscall, and continue. Check
9752 gdb's output to determine catch syscall is supported.
9753
9754 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9755
9756 * gdb.rust/simple.rs: Add test for returning unit in a function.
9757 * gdb.rust/simple.exp: Add expectation for functions returning
9758 unit.
9759
9760 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9761
9762 * gdb.python/py-breakpoint-create-fail.c,
9763 gdb.python/py-breakpoint-create-fail.exp,
9764 gdb.python/py-breakpoint-create-fail.py: New testcase.
9765
9766 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9767
9768 PR gdb/20239
9769 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9770 * gdb.rust/simple.exp: Add test expectations for new NonZero
9771 tests.
9772
9773 2016-06-24 David Taylor <dtaylor@emc.com>
9774
9775 * gdb.base/offsets.exp: New file.
9776 * gdb.base/offsets.c: New file.
9777
9778 2016-06-23 Tom Tromey <tom@tromey.com>
9779
9780 PR gdb/16483:
9781 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9782 before any filters are loaded.
9783
9784 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9785
9786 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9787 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9788 structs.
9789 * gdb.fortran/derived-type-function.exp: New file.
9790 * gdb.fortran/derived-type-function.f90: New file.
9791
9792
9793 2016-06-21 Pedro Alves <palves@redhat.com>
9794
9795 * gdb.base/new-ui.exp: New file.
9796 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9797 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9798 (with_spawn_id): New procedure.
9799
9800 2016-06-21 Pedro Alves <palves@redhat.com>
9801
9802 * gdb.mi/mi-exec-run.exp: New file.
9803
9804 2016-06-21 Pedro Alves <palves@redhat.com>
9805
9806 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9807 breakpoint command's output on the main UI.
9808 (test_break): New procedure, factored out from calls in the top
9809 level.
9810 (top level): Use foreach_with_prefix to test MI as main UI and as
9811 separate UI.
9812
9813 2016-06-21 Pedro Alves <palves@redhat.com>
9814
9815 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9816 (test_awatch_creation_and_listing)
9817 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9818 Remove 'type' parameter.
9819 (test_watchpoint_all): New parameter mi_mode. Remove
9820 with_test_prefix.
9821 (top level): Use foreach_with_prefix, and add main/separate UI MI
9822 testing axis.
9823
9824 2016-06-21 Pedro Alves <palves@redhat.com>
9825
9826 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9827 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9828 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9829 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9830 (gdb_main_spawn_id, mi_spawn_id): Declare and
9831 comment.
9832 (mi_create_inferior_pty): New procedure,
9833 factored out from default_mi_gdb_start.
9834 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9835 procedures.
9836 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9837 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9838 Use mi_create_inferior_pty.
9839 (mi_gdb_start): Use eval to pass down args list.
9840
9841 2016-06-21 Pedro Alves <palves@redhat.com>
9842
9843 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9844 * gdb.opt/inline-cmds.exp: Add MI tests.
9845
9846 2016-06-21 Pedro Alves <palves@redhat.com>
9847
9848 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9849
9850 2016-06-21 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9853 (top level): Use it instead of mi_execute_to.
9854
9855 2016-06-21 Pedro Alves <palves@redhat.com>
9856
9857 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9858 (cont_handler_str): New.
9859 (signal_stop_handler): Set stop_handler_str instead of printing to
9860 stdout.
9861 (continue_handler): Set cont_handler_str instead of printing to
9862 stdout.
9863 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9864 mi_send_resuming_command. Print stop_handler_str and
9865 cont_handler_str instead of expecting the python events print
9866 directly.
9867
9868 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9869
9870 * gdb.base/jit-reader.exp: New file.
9871 * gdb.base/jithost.c: New file.
9872 * gdb.base/jithost.h: New file.
9873 * gdb.base/jitreader.c : New file.
9874 * gdb.base/jit-protocol.h: New file.
9875
9876 2016-06-17 Yao Qi <yao.qi@linaro.org>
9877
9878 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9879 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9880 and detach-on-fork. Adjust tests.
9881 (top level): Invoke break_cond_on_syscall with combinations of
9882 syscall, follow-fork-mode and detach-on-fork.
9883
9884 2016-06-17 Yao Qi <yao.qi@linaro.org>
9885
9886 * gdb.base/step-over-exit.c: New.
9887 * gdb.base/step-over-exit.exp: New.
9888
9889 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9890
9891 * gdb.base/float.exp: Add target check for nds32*-*-*.
9892 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9893
9894 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9895
9896 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9897 for unsupported target features.
9898 * gdb.base/call-rt-st.exp: Likewise.
9899 * gdb.base/call-sc.exp: Likewise.
9900 * gdb.base/call-signal-resume.exp: Likewise.
9901 * gdb.base/call-strs.exp: Likewise.
9902 * gdb.base/callexit.exp: Likewise.
9903 * gdb.base/callfuncs.exp: Likewise.
9904 * gdb.base/nodebug.exp: Likewise.
9905 * gdb.base/printcmds.exp: Likewise.
9906 * gdb.base/ptype.exp: Likewise.
9907 * gdb.base/structs.exp: Likewise.
9908 * gdb.base/unwindonsignal.exp: Likewise.
9909 * gdb.cp/gdb2495.exp: Likewise.
9910 * gdb.cp/templates.exp: Likewise.
9911 * gdb.cp/virtfunc.exp: Likewise.
9912 * gdb.threads/hand-call-in-threads.exp: Likewise.
9913 * gdb.threads/interrupted-hand-call.exp: Likewise.
9914 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9915
9916 2016-06-10 Tom Tromey <tom@tromey.com>
9917
9918 PR rust/20110:
9919 * gdb.rust/expr.exp: Add test for integer constant larger than
9920 i32.
9921
9922 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9923
9924 * gdb.fortran/nested-funcs.exp: New.
9925 * gdb.fortran/nested-funcs.f90: New.
9926
9927 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9928
9929 * gdb.base/examine-backward.c: New file.
9930 * gdb.base/examine-backward.exp: New file.
9931
9932 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9933
9934 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9935 matching.
9936
9937 2016-06-02 Tom Tromey <tom@tromey.com>
9938
9939 PR python/18984:
9940 * gdb.python/py-shared.exp: Add solib_name test.
9941
9942 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9943
9944 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9945
9946 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9947
9948 PR c++/19893
9949 * gdb.dwarf2/implref.exp: Rename to...
9950 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9951 * gdb.dwarf2/implref-array.c: New file.
9952 * gdb.dwarf2/implref-array.exp: Likewise.
9953 * gdb.dwarf2/implref-global.c: Likewise.
9954 * gdb.dwarf2/implref-global.exp: Likewise.
9955 * gdb.dwarf2/implref-struct.c: Likewise.
9956 * gdb.dwarf2/implref-struct.exp: Likewise.
9957
9958 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9959
9960 * gdb.trace/trace-condition.exp: Add 64bit tests.
9961
9962 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9963
9964 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9965 bits types.
9966 (main): Adapt to 8 to 64 bits types.
9967 * gdb.trace/trace-condition.exp: Add new tests.
9968
9969 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9970
9971 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9972
9973 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9974
9975 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9976 Move condition tests...
9977 * gdb.trace/trace-condition.exp: Here.
9978
9979 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9980
9981 * gdb.trace/trace-condition.exp: Add counter-case tests.
9982
9983 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9984
9985 PR c++/15231
9986 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9987 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9988
9989 2016-05-27 Pedro Alves <palves@redhat.com>
9990
9991 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9992 New procedure.
9993 (top level): Call it, and bail out of DejaGnu is known to be bad.
9994
9995 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9996
9997 * gdb.base/whatis.c: Extend the test case.
9998 * gdb.base/whatis.exp: Add additional tests.
9999
10000 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10001
10002 * gdb.fortran/type.f90: Add pointer variable.
10003 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10004
10005 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10006
10007 * gdb.fortran/vla-type.exp: Fix testcase name.
10008
10009 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10010
10011 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10012
10013 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10014
10015 * gdb.fortran/type.f90: Add nested structures.
10016 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10017 * gdb.fortran/derived-type.exp: Adapt expected output.
10018 * gdb.fortran/vla-type.exp: Adapt expected output.
10019
10020 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10021
10022 * gdb.fortran/whatis_type.exp: Adapt expected output.
10023
10024 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10025
10026 * gdb.fortran/print_type.exp: Fix expected output.
10027 * gdb.fortran/whatis_type.exp: Fix expected output.
10028
10029 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10030
10031 * gdb.fortran/whatis_type.exp: Use multi_line.
10032
10033 2016-05-24 Tom Tromey <tom@tromey.com>
10034
10035 PR python/17386:
10036 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10037 use value as an index.
10038
10039 2016-05-23 Tom Tromey <tom@tromey.com>
10040
10041 PR python/17981:
10042 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10043 no-breakpoint case.
10044
10045 2016-05-24 Pedro Alves <palves@redhat.com>
10046
10047 PR gdb/19828
10048 * gdb.threads/clone-attach-detach.c: New file.
10049 * gdb.threads/clone-attach-detach.exp: New file.
10050
10051 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10052
10053 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10054
10055 2016-05-23 Tom Tromey <tom@tromey.com>
10056
10057 PR python/19438, PR python/18393:
10058 * gdb.python/py-progspace.exp: Add "dir" test.
10059 * gdb.python/py-objfile.exp: Add "dir" test.
10060
10061 2016-05-23 Yao Qi <yao.qi@linaro.org>
10062
10063 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10064 * gdb.arch/thumb2-it.exp: Likewise.
10065
10066 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10067
10068 * gdb.mi/mi-threads-interrupt.c: New file.
10069 * gdb.mi/mi-threads-interrupt.exp: New file.
10070
10071 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10072
10073 PR gdb/18077
10074 * gdb.mi/mi-async-run.exp: New file.
10075 * gdb.mi/mi-async-run.c: New file.
10076
10077 2016-05-17 Tom Tromey <tom@tromey.com>
10078 Manish Goregaokar <manishsmail@gmail.com>
10079
10080 * lib/rust-support.exp: New file.
10081 * lib/gdb.exp (skip_rust_tests): New proc.
10082 (build_executable_from_specs): Handle rust.
10083 * lib/future.exp (gdb_find_rustc): New proc.
10084 (gdb_default_target_compile): Handle rust.
10085 * gdb.rust/expr.exp: New file.
10086 * gdb.rust/generics.exp: New file.
10087 * gdb.rust/generics.rs: New file.
10088 * gdb.rust/methods.exp: New file.
10089 * gdb.rust/methods.rs: New file.
10090 * gdb.rust/modules.exp: New file.
10091 * gdb.rust/modules.rs: New file.
10092 * gdb.rust/simple.exp: New file.
10093 * gdb.rust/simple.rs: New file.
10094
10095 2016-05-17 Tom Tromey <tom@tromey.com>
10096
10097 * gdb.base/default.exp (set language): Add rust.
10098
10099 2016-05-17 Tom Tromey <tom@tromey.com>
10100
10101 * gdb.gdb/unittest.exp: New file.
10102
10103 2016-05-16 Yao Qi <yao.qi@linaro.org>
10104
10105 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10106 shell_prompt. Update shell_prompt_re.
10107
10108 2016-05-12 Doug Evans <dje@google.com>
10109
10110 PR symtab/19999
10111 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10112 $options when building executable.
10113 * gdb.dwarf2/fission-loclists-pie.S: New file.
10114 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10115
10116 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10117
10118 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10119 of [is_remote target],
10120
10121 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10122
10123 * lib/gdb.exp (use_gdb_stub): New procedure.
10124
10125 2016-05-03 Yunlian Jiang <yunlian@google.com>
10126 Doug Evans <dje@google.com>
10127
10128 PR symtab/19914
10129 * gdb.dwarf2/dwp-sepdebug.c: New file.
10130 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10131
10132 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10133
10134 * gdb.base/detach.exp: Remove is_remote check.
10135
10136 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10137
10138 * gdb.base/annota-input-while-running.exp: Don't check for
10139 [is_remote target]. Enable annotations after running to main.
10140 Remove unused "set test..." line.
10141
10142 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10143
10144 * gdb.trace/trace-enable-disable.exp: New file.
10145 * gdb.trace/trace-enable-disable.c: New file.
10146
10147 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10148
10149 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10150 use it in info sharedlibrary test.
10151 * gdb.trace/ftrace-lock.exp: Likewise.
10152 * gdb.trace/ftrace.exp: Likewise.
10153 * gdb.trace/range-stepping.exp: Likewise.
10154 * gdb.trace/trace-break.exp: Likewise.
10155 * gdb.trace/trace-condition.exp: Likewise.
10156 * gdb.trace/trace-mt.exp: Likewise.
10157
10158 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10159
10160 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10161 (gdb_load_shlib): ... this.
10162 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10163 gdb_load_shlib.
10164 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10165 * gdb.base/ctxobj.exp: Likewise.
10166 * gdb.base/dprintf-pending.exp: Likewise.
10167 * gdb.base/dso2dso.exp: Likewise.
10168 * gdb.base/fixsection.exp: Likewise.
10169 * gdb.base/gcore-relro.exp: Likewise.
10170 * gdb.base/gdb1555.exp: Likewise.
10171 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10172 * gdb.base/gnu-ifunc.exp: Likewise.
10173 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10174 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10175 * gdb.base/pending.exp: Likewise.
10176 * gdb.base/print-file-var.exp: Likewise.
10177 * gdb.base/print-symbol-loading.exp: Likewise.
10178 * gdb.base/shlib-call.exp: Likewise.
10179 * gdb.base/shreloc.exp: Likewise.
10180 * gdb.base/so-impl-ld.exp: Likewise.
10181 * gdb.base/solib-disc.exp: Likewise.
10182 * gdb.base/solib-nodir.exp: Likewise.
10183 * gdb.base/solib-overlap.exp: Likewise.
10184 * gdb.base/solib-symbol.exp: Likewise.
10185 * gdb.base/solib-weak.exp (do_test): Likewise.
10186 * gdb.base/sym-file.exp: Likewise.
10187 * gdb.base/symtab-search-order.exp: Likewise.
10188 * gdb.base/type-opaque.exp: Likewise.
10189 * gdb.base/unload.exp: Likewise.
10190 * gdb.base/watchpoint-solib.exp: Likewise.
10191 * gdb.compile/compile.exp: Likewise.
10192 * gdb.cp/gdb2384.exp: Likewise.
10193 * gdb.cp/infcall-dlopen.exp: Likewise.
10194 * gdb.cp/re-set-overloaded.exp: Likewise.
10195 * gdb.fortran/library-module.exp: Likewise.
10196 * gdb.opt/solib-intra-step.exp: Likewise.
10197 * gdb.python/py-finish-breakpoint.exp: Likewise.
10198 * gdb.python/py-shared.exp: Likewise.
10199 * gdb.reverse/solib-precsave.exp: Likewise.
10200 * gdb.reverse/solib-reverse.exp: Likewise.
10201 * gdb.server/solib-list.exp: Likewise.
10202 * gdb.threads/dlopen-libpthread.exp: Likewise.
10203 * gdb.threads/tls-shared.exp: Likewise.
10204 * gdb.threads/tls-so_extern.exp: Likewise.
10205 * gdb.trace/change-loc.exp: Likewise.
10206 * gdb.trace/ftrace-lock.exp: Likewise.
10207 * gdb.trace/ftrace.exp: Likewise.
10208 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10209 * gdb.trace/pending.exp: Likewise.
10210 * gdb.trace/range-stepping.exp: Likewise.
10211 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10212 (strace_info_marker): Likewise.
10213 (strace_probe_marker): Likewise.
10214 (strace_trace_on_same_addr): Likewise.
10215 (strace_trace_on_diff_addr): Likewise.
10216 * gdb.trace/trace-break.exp: Likewise.
10217 * gdb.trace/trace-condition.exp: Likewise.
10218 * gdb.trace/trace-mt.exp: Likewise.
10219
10220 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10221
10222 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10223 result of gdb_remote_download.
10224 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10225 * gdb.base/dso2dso.exp: Likewise.
10226 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10227 * gdb.base/print-file-var.exp: Likewise.
10228 * gdb.base/shlib-call.exp: Likewise.
10229 * gdb.base/shreloc.exp: Likewise.
10230 * gdb.base/solib-overlap.exp: Likewise.
10231 * gdb.base/solib-weak.exp (do_test): Likewise.
10232 * gdb.base/unload.exp: Likewise.
10233
10234 2016-04-27 Yao Qi <yao.qi@linaro.org>
10235
10236 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10237 exists.
10238
10239 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10240
10241 * vla-type.exp: Print structure from toplevel.
10242
10243 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10244
10245 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10246 of dynamic types.
10247 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10248 of dynamic types.
10249
10250 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10251
10252 * gdb.fortran/vla-type.f90: New file.
10253 * gdb.fortran/vla-type.exp: New file.
10254
10255 2016-04-25 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.base/branch-to-self.c: New file.
10258 * gdb.base/branch-to-self.exp: New file.
10259
10260 2016-04-22 Yao Qi <yao.qi@linaro.org>
10261
10262 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10263 more after $hex.
10264
10265 2016-04-22 Yao Qi <yao.qi@linaro.org>
10266
10267 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10268 * gdb.base/annota3.exp: Likewise.
10269
10270 2016-04-22 Yao Qi <yao.qi@linaro.org>
10271
10272 * gdb.reverse/step-precsave.exp: Do one step and test program
10273 stops in "callee" and do multiple steps until program goes out
10274 of "callee".
10275 * gdb.reverse/step-reverse.exp: Likewise.
10276
10277 2016-04-22 Yao Qi <yao.qi@linaro.org>
10278
10279 * gdb.trace/signal.exp: Also pass if
10280 $tracepoint_hits($i) > $iterations.
10281
10282 2016-04-22 Yao Qi <yao.qi@linaro.org>
10283
10284 * gdb.trace/signal.c: New file.
10285 * gdb.trace/signal.exp: New file.
10286
10287 2016-04-19 Doug Evans <xdje42@gmail.com>
10288
10289 * gdb.base/bad-file.exp: New file.
10290
10291 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10292
10293 * gdb.dwarf2/implref.exp: New file.
10294
10295 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10296
10297 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10298 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10299 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10300 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10301 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10302 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10303 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10304 * lib/fortran.exp (fortran_int4): New procedure.
10305 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10306 (fortran_logical4): Likewise.
10307
10308 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10309
10310 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10311
10312 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10313
10314 * lib/compiler.c: Add Intel specific preprocessor macros.
10315 * lib/compiler.cc: Likewise.
10316
10317 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10318
10319 * gdb.server/connect-with-no-symbol-file.c: New file.
10320 * gdb.server/connect-with-no-symbol-file.exp: New file.
10321
10322 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10323
10324 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10325
10326 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10327
10328 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10329 standard output directory.
10330
10331 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10332
10333 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10334
10335 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10336
10337 * gdb.btrace/instruction_history.c (loop): Add declaration.
10338
10339 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10340
10341 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10342
10343 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10344
10345 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10346 parentheses to print.
10347 (continue_handler): Likewise.
10348
10349 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10350
10351 * gdb.server/solib-list.exp: Remove is_remote check.
10352 Pass shlib= to gdb_compile. Don't link shared library with
10353 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10354 Run binary filename through "readlink -f" on the target.
10355
10356 2016-04-08 Pedro Alves <palves@redhat.com>
10357
10358 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10359 interpreter filename as argument to gdbserver_spawn.
10360 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10361 Return empty if $last_loaded_file does not exist.
10362
10363 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10364
10365 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10366 * gdb.base/jit-main.c: Use exit after usage.
10367
10368 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10369
10370 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10371 GDBHISTSIZE prior to the tests.
10372 * gdb.base/gdbinit-history.exp: Likewise.
10373
10374 2016-04-07 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10377 instead of build_executable. Use gdb_load_shlibs.
10378
10379 2016-04-07 Yao Qi <yao.qi@linaro.org>
10380
10381 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10382 Execute "si" command.
10383
10384 2016-04-07 Yao Qi <yao.qi@linaro.org>
10385
10386 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10387 number instead of the comments on some line.
10388
10389 2016-04-06 Don Breazeal <donb@codesourcery.com>
10390
10391 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10392 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10393
10394 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10395
10396 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10397 standard_output_file. Remove unused binfile variable.
10398
10399 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10400
10401 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10402 * gdb.python/py-mi-objfile.exp: Match "list main" output
10403 in console format.
10404
10405 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10406
10407 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10408 absolute.
10409
10410 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10411
10412 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10413 absolute.
10414 * gdb.trace/ftrace.exp: Likewise.
10415 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10416 targets as well.
10417 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10418 (gdb_load_shlibs): Copy libraries to test directory when testing
10419 natively. Only set solib-search-path if testing remotely.
10420 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10421
10422 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10423
10424 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10425 gdb_download. Use it even if the target is not remote.
10426 * gdb.base/jit.exp (compile_jit_test): Likewise.
10427 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10428 output directory if the destination board is local, otherwise use
10429 the standard remote_download from DejaGnu.
10430 (gdb_download): Remove.
10431 (gdb_load_shlibs): Use gdb_remote_download instead of
10432 gdb_download.
10433 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10434 Use gdb_remote_download instead of gdb_download. Use it even if
10435 the target is not remote.
10436 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10437 instead of gdb_download.
10438
10439 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10440
10441 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10442 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10443 run.
10444
10445 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10446
10447 PR gdb/19820
10448 * gdb.base/printcmds.exp: Add artificial arrays tests.
10449
10450 2016-03-31 Pedro Alves <palves@redhat.com>
10451
10452 PR gdb/19858
10453 * gdb.base/jit-main.c: Include unistd.h.
10454 (ATTACH): Define to 0 if not already defined.
10455 (wait_for_gdb, mypid): New globals.
10456 (WAIT_FOR_GDB): New macro.
10457 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10458 some breakpoint locations.
10459 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10460 New procedures.
10461 (one_jit_test): Add REATTACH parameter, and handle it. Use
10462 continue_to_test_location.
10463 (top level): Test attach, and adjusts calls to one_jit_test.
10464
10465 2016-03-31 Pedro Alves <palves@redhat.com>
10466
10467 PR gdb/19858
10468 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10469 BINSUFFIX parameter, and handle it.
10470 (top level): Adjust calls compile_jit_test.
10471
10472 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10473
10474 PR python/19743
10475 * gdb.python/py-mi-events-gdb.py: New file.
10476 * gdb.python/py-mi-events.c: New file.
10477 * gdb.python/py-mi-events.exp: New file.
10478
10479 2016-03-30 Yao Qi <yao.qi@linaro.org>
10480
10481 * gdb.reverse/until-precsave.exp: Match function name only.
10482 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10483 Move malloc to a condition block.
10484 * gdb.reverse/until-reverse.exp: Match function name only.
10485
10486 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10487
10488 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10489 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10490 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10491 variable for GPR 0 instead of assuming it is register 0.
10492 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10493 * lib/trace-support.exp: Add s390 registers.
10494
10495 2016-03-29 Yao Qi <yao.qi@linaro.org>
10496
10497 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10498
10499 2016-03-24 Yao Qi <yao.qi@linaro.org>
10500
10501 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10502 test message.
10503
10504 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10505
10506 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10507 maintaining separate logic for constructing the output path.
10508
10509 2016-03-16 Don Breazeal <donb@codesourcery.com>
10510
10511 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10512 Retry fork and waitpid on interrupted system call errors.
10513 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10514 Use with_timeout_factor to increase timeout by factor of 10.
10515
10516 2016-03-15 Don Breazeal <donb@codesourcery.com>
10517
10518 * gdb.cp/scope-err.cc: New test program.
10519 * gdb.cp/scope-err.exp: New test script.
10520 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10521 lines and "set breakpoint here" comment.
10522 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10523 Fixed some whitespace and format issues.
10524 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10525 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10526
10527 2016-03-15 Doug Evans <dje@google.com>
10528
10529 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10530 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10531 All callers updated. Add tests for enums, mixed flags register.
10532
10533 2016-03-15 Doug Evans <dje@google.com>
10534
10535 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10536 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10537
10538 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10539
10540 * gdb.base/default.exp: Add $_as_string to the list of expected
10541 convenience functions.
10542
10543 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10544
10545 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10546
10547 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10548
10549 * gdb.python/py-as-string.exp: New file.
10550 * gdb.python/py-as-string.c: New file.
10551
10552 2016-03-09 Pedro Alves <palves@redhat.com>
10553
10554 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10555 signal" -> "Thread NN received signal" output change.
10556 * gdb.threads/ia64-sigill.exp: Likewise.
10557 * gdb.threads/linux-dp.exp: Likewise.
10558 * gdb.threads/manythreads.exp: Likewise.
10559 * gdb.threads/pending-step.exp: Likewise.
10560 * gdb.threads/print-threads.exp: Likewise.
10561 * gdb.threads/sigstep-threads.exp: Likewise.
10562 * gdb.threads/staticthreads.exp: Likewise.
10563 * gdb.threads/tls.exp: Likewise.
10564
10565 2016-03-09 Pedro Alves <palves@redhat.com>
10566
10567 * gdb.base/command-line-input.exp: New file.
10568
10569 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10570
10571 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10572 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10573 * gdb.trace/pending.exp: Accept leading dot before function name.
10574 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10575 * lib/trace-support.exp: Set registers for ppc.
10576
10577 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10578
10579 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10580 use it for disassembly; accept .main in addition to main in backtrace.
10581
10582 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10583 Marcin Kościelnicki <koriakin@0x04.net>
10584
10585 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10586 (gdb_recursion_test_ptr): New global variable.
10587 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10588 gdb_recursion_test.
10589 (gdb_c_test): Ditto.
10590
10591 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10592
10593 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10594 ordering.
10595
10596 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10597
10598 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10599 (bar): Add bar_start_lbl label.
10600 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10601 of foo/bar for emitting DWARF and tracing.
10602
10603 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10604
10605 * analyze-racy-logs.py: Set executable bit.
10606
10607 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10608
10609 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10610 (CHECK_TARGET_TMP): Likewise.
10611 (check-single-racy): New rule.
10612 (check-parallel-racy): Likewise.
10613 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10614 (do-check-parallel-racy): New rule.
10615 (check-racy/%.exp): Likewise.
10616 * README (Racy testcases): New section.
10617 * analyze-racy-logs.py: New file.
10618
10619 2016-03-03 Doug Evans <dje@google.com>
10620
10621 * gdb.base/skip.exp: Use with_test_prefix.
10622
10623 2016-03-03 Yao Qi <yao.qi@linaro.org>
10624
10625 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10626 Invoke step_over_syscall "clone" and break_cond_on_syscall
10627 "clone".
10628 * gdb.base/step-over-clone.c: New file.
10629
10630 2016-03-03 Yao Qi <yao.qi@linaro.org>
10631
10632 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10633 code format.
10634
10635 2016-03-03 Yao Qi <yao.qi@linaro.org>
10636
10637 * gdb.base/disp-step-fork.c: Rename to ...
10638 * gdb.base/step-over-fork.c: ... it. New file.
10639 * gdb.base/disp-step-vfork.c: Rename to ...
10640 * gdb.base/step-over-vfork.c: ... it. New file.
10641 * gdb.base/disp-step-syscall.exp: Rename to ...
10642 * gdb.base/step-over-syscall.exp: ... it. New file.
10643 (disp_step_cross_syscall): Rename to ...
10644 (step_over_syscall): ... it.
10645
10646 2016-03-03 Yao Qi <yao.qi@linaro.org>
10647
10648 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10649 If target supports condition evaluation on target, invoke
10650 break_cond_on_syscall for fork and vfork.
10651
10652 2016-03-03 Yao Qi <yao.qi@linaro.org>
10653
10654 * gdb.base/disp-step-syscall.exp: Don't invoke
10655 support_displaced_stepping.
10656 (disp_step_cross_syscall): Test with displaced stepping off and
10657 on if supported.
10658
10659 2016-03-03 Yao Qi <yao.qi@linaro.org>
10660
10661 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10662 proc.
10663 (setup): New proc.
10664 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10665 and setup.
10666
10667 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10668
10669 * gdb.fortran/vla-history.exp: Remove breakpoint.
10670
10671 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10672
10673 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10674 exceeds timeout.
10675
10676 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10677
10678 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10679 breakpoint.
10680
10681 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10682
10683 * gdb.mi/vla.f90: Nullify pointer after declaration.
10684
10685 2016-03-01 Pedro Alves <palves@redhat.com>
10686
10687 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10688
10689 2016-03-01 Pedro Alves <palves@redhat.com>
10690
10691 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10692 before anything else.
10693 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10694 _GNU_SOURCE here.
10695 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10696 before anything else.
10697 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10698
10699 2016-03-01 Pedro Alves <palves@redhat.com>
10700
10701 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10702
10703 2016-03-01 Yao Qi <yao.qi@linaro.org>
10704
10705 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10706 prepare_for_testing.
10707
10708 2016-03-01 Yao Qi <yao.qi@linaro.org>
10709
10710 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10711
10712 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10713
10714 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10715 manually constructing the output path.
10716
10717 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10718
10719 * gdb.arch/s390-stackless.S: New.
10720 * gdb.arch/s390-stackless.exp: New.
10721
10722 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10723
10724 * gdb.dlang/circular.c: New file.
10725 * gdb.dlang/circular.exp: New file.
10726
10727 2016-02-26 Yao Qi <yao.qi@linaro.org>
10728
10729 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10730 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10731 (testcases): Update.
10732
10733 2016-02-26 Yao Qi <yao.qi@linaro.org>
10734
10735 * gdb.reverse/aarch64.c: Rename to ...
10736 * gdb.reverse/insn-reverse.c: ... it.
10737 * gdb.reverse/aarch64.exp: Rename to ...
10738 * gdb.reverse/insn-reverse.exp: ... it.
10739
10740 2016-02-26 Yao Qi <yao.qi@linaro.org>
10741
10742 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10743 (testcase_ftype): New.
10744 (testcases): New array.
10745 (n_testcases): New.
10746 (main): Call each element in testcases.
10747 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10748 (read_testcase): New.
10749 Do the tests in a loop.
10750
10751 2016-02-25 Yao Qi <yao.qi@linaro.org>
10752
10753 * gdb.base/branches.c: Remove.
10754
10755 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10756
10757 PR gdb/13808
10758 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10759
10760 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10761
10762 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10763
10764 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10765
10766 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10767 change x86_64 call_insn to 'callq'.
10768
10769 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10770
10771 * gdb.trace/tfile-avx.c: Move to...
10772 * gdb.trace/tracefile-pseudo-reg.c: Here.
10773 * gdb.trace/tfile-avx.exp: Move to...
10774 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10775
10776 2016-02-24 Gary Benson <gbenson@redhat.com>
10777
10778 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10779 message on attach.
10780
10781 2016-02-23 Doug Evans <dje@google.com>
10782
10783 * gdb.base/skip.c (test_skip): New function.
10784 (end_test_skip_file_and_function): New function.
10785 (test_skip_file_and_function): New function.
10786 * gdb.base/skip1.c (test_skip): New function.
10787 (skip1_test_skip_file_and_function): New function.
10788 * gdb.base/skip.exp: Add tests for new skip options.
10789 * gdb.base/skip-solib.exp: Update expected output.
10790 * gdb.perf/skip-command.cc: New file.
10791 * gdb.perf/skip-command.exp: New file.
10792 * gdb.perf/skip-command.py: New file.
10793
10794 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10795
10796 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10797 info registers pattern.
10798
10799 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10800
10801 * lib/future.exp: Add D support.
10802 (gdb_find_gdc): New proc.
10803 (gdb_default_target_compile): Add D support.
10804
10805 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10806
10807 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10808 user+system time.
10809 (trace_speed_test): Determine the iteration count for a time
10810 between 15..30 seconds.
10811
10812 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10813
10814 * gdb.arch/i386-mpx-sigsegv.c: New file.
10815 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10816 * gdb.arch/i386-mpx-simple_segv.c: New file.
10817 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10818
10819 2016-02-18 Yao Qi <yao.qi@linaro.org>
10820
10821 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10822 Don't call setup_kfail.
10823
10824 2016-02-18 Yao Qi <yao.qi@linaro.org>
10825
10826 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10827 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10828
10829 2016-02-16 Doug Evans <dje@google.com>
10830
10831 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10832 * gdb.base/skip1.c: Ditto.
10833 * gdb.base/skip.exp: Whitespace cleanup.
10834
10835 2016-02-16 Don Breazeal <donb@codesourcery.com>
10836
10837 PR remote/19496
10838 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10839 Remove kfail for PR remote/19496.
10840
10841 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10842
10843 * lib/gdb.exp (standard_temp_file): Return a path specific to
10844 the runtest invocation.
10845
10846 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10847
10848 * gdb.trace/save-trace.exp: Change relative path to be in the
10849 standard output directory.
10850
10851 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10852
10853 * gdb.arch/i386-prologue.c: Add missing prototypes.
10854
10855 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10856
10857 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10858 * gdb.arch/i386-prologue.exp: Likewise.
10859 * gdb.arch/i386-size.exp: Likewise.
10860
10861 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10862
10863 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10864 define object file path.
10865 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10866 file path.
10867 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10868 standard_output_file to define binfile.
10869
10870 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10871
10872 Fix compatibility with recent gfortran-5.3.1.
10873 * gdb.fortran/vla-history.exp (print vla1 allocated)
10874 (print vla2 allocated, print $2, print $3): Remove
10875 (print $4): Rename to ...
10876 (print $2): ... here.
10877 (print $9): Rename to ...
10878 (print $5): ... here.
10879 (print $10): Rename to ...
10880 (print $6): ... here.
10881 * gdb.fortran/vla.f90: Add pvla initialization.
10882
10883 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10884
10885 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10886 New test.
10887 * gdb.fortran/vla-value-sub.exp: Likewise.
10888
10889 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10890
10891 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10892
10893 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10894
10895 * i386-biarch-core.exp: Define corefile using
10896 standard_output_file.
10897
10898 2016-02-12 Yao Qi <yao.qi@linaro.org>
10899
10900 * gdb.arch/arm-single-step-kernel-helper.c: New.
10901 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10902
10903 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10904
10905 * gdb.btrace/tailcall-only.exp: New.
10906 * gdb.btrace/tailcall-only.c: New.
10907 * gdb.btrace/x86_64-tailcall-only.S: New.
10908 * gdb.btrace/i686-tailcall-only.S: New.
10909
10910 2016-02-11 Pedro Alves <palves@redhat.com>
10911
10912 * README (Parallel testing): Add missing double quotes.
10913
10914 2016-02-11 Pedro Alves <palves@redhat.com>
10915
10916 * README (Parallel testing): New section.
10917 (GDB_PARALLEL): Rewrite.
10918 (FORCE_PARALLEL): Document.
10919
10920 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10921
10922 * gdb.trace/tfile-avx.c: New test.
10923 * gdb.trace/tfile-avx.exp: New test.
10924
10925 2016-02-09 Keith Seitz <keiths@redhat.com>
10926
10927 PR breakpoints/19546
10928 * gdb.base/infcall-exec.c: New file.
10929 * gdb.base/infcall-exec2.c: New file.
10930 * gdb.base/infcall-exec.exp: New file.
10931
10932 2016-02-09 Keith Seitz <keiths@redhat.com>
10933
10934 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10935 (toplevel): Call test_bkpt_address.
10936
10937 2016-02-09 Keith Seitz <keiths@redhat.com>
10938
10939 PR python/19506
10940 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10941 (toplevel): Call test_bkpt_address.
10942
10943 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10944
10945 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10946 to AC_OUTPUT.
10947 * configure: Regenerate.
10948
10949 2016-02-09 Pedro Alves <palves@redhat.com>
10950
10951 PR breakpoints/19548
10952 * gdb.base/execl-update-breakpoints.c (some_function): New
10953 function.
10954 (main): Call it.
10955 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10956 Tighten expected GDB output.
10957
10958 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10959
10960 * Makefile.in (ALL_SUBDIRS): Remove.
10961 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10962 (distclean maintainer-clean realclean): Likewise.
10963 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10964 * configure: Regenerate.
10965 * gdb.ada/Makefile.in: Delete.
10966 * gdb.arch/Makefile.in: Likewise.
10967 * gdb.asm/Makefile.in: Likewise.
10968 * gdb.base/Makefile.in: Likewise.
10969 * gdb.btrace/Makefile.in: Likewise.
10970 * gdb.cell/Makefile.in: Likewise.
10971 * gdb.compile/Makefile.in: Likewise.
10972 * gdb.cp/Makefile.in: Likewise.
10973 * gdb.disasm/Makefile.in: Likewise.
10974 * gdb.dlang/Makefile.in: Likewise.
10975 * gdb.dwarf2/Makefile.in: Likewise.
10976 * gdb.fortran/Makefile.in: Likewise.
10977 * gdb.gdb/Makefile.in: Likewise.
10978 * gdb.go/Makefile.in: Likewise.
10979 * gdb.guile/Makefile.in: Likewise.
10980 * gdb.java/Makefile.in: Likewise.
10981 * gdb.linespec/Makefile.in: Likewise.
10982 * gdb.mi/Makefile.in: Likewise.
10983 * gdb.modula2/Makefile.in: Likewise.
10984 * gdb.multi/Makefile.in: Likewise.
10985 * gdb.objc/Makefile.in: Likewise.
10986 * gdb.opencl/Makefile.in: Likewise.
10987 * gdb.opt/Makefile.in: Likewise.
10988 * gdb.pascal/Makefile.in: Likewise.
10989 * gdb.perf/Makefile.in: Likewise.
10990 * gdb.python/Makefile.in: Likewise.
10991 * gdb.reverse/Makefile.in: Likewise.
10992 * gdb.server/Makefile.in: Likewise.
10993 * gdb.stabs/Makefile.in: Likewise.
10994 * gdb.threads/Makefile.in: Likewise.
10995 * gdb.trace/Makefile.in: Likewise.
10996 * gdb.xml/Makefile.in: Likewise.
10997 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10998 GDB_PARALLEL.
10999 (standard_output_file): Remove check for GDB_PARALLEL, always
11000 return path in outputs/$subdir/$testname.
11001
11002 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11003
11004 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11005 (site.exp): Assign abs_srcdir to tcl's srcdir.
11006
11007 2016-02-04 Yao Qi <yao.qi@linaro.org>
11008
11009 * gdb.base/foll-exec-mode.c: Include limits.h.
11010 (main): Add parameters argc and argv. Get directory from
11011 argv[0].
11012 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11013 compilation.
11014 * gdb.base/foll-exec.c: Include limits.h.
11015 (main): Add parameters argc and argv.
11016 Get directory from argv[0].
11017 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11018 Adjust tests on the number of lines as source code changed.
11019 * gdb.base/foll-vfork-exit.c: Include limits.h.
11020 (main): Add one line of statement before vfork.
11021 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11022 (main): Add parameters argc and argv. Get directory from
11023 argv[0].
11024 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11025 (setup_gdb): Set tbreak to skip some source lines.
11026 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11027 (main): Add parameters argc and argv. Get directory from
11028 argv[0].
11029 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11030 compilation.
11031 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11032 (main): Add parameters argc and argv. Get directory from
11033 argv[0].
11034 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11035 compilation.
11036
11037 2016-02-01 Doug Evans <dje@google.com>
11038
11039 * gdb.base/skip.exp: Clean up multiple references to same test name.
11040
11041 2016-02-01 Pedro Alves <palves@redhat.com>
11042
11043 PR remote/19496
11044 * gdb.threads/forking-threads-plus-breakpoint.exp
11045 (displaced_stepping_supported): New global.
11046 (probe_displaced_stepping_support): New procedure.
11047 (do_test): Add 'displaced' parameter, and use it.
11048 (top level): Check for displaced stepping support. Add displaced
11049 stepping on/off testing axis.
11050
11051 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11052
11053 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11054 pointer. Don't perform further tests on the unassociated pointer
11055 if the first test fails.
11056
11057 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11058
11059 * gdb.base/max-value-size.c: New file.
11060 * gdb.base/max-value-size.exp: New file.
11061 * gdb.base/huge.exp: Disable max-value-size for this test.
11062
11063 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11064
11065 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11066
11067 2016-01-28 Yao Qi <yao.qi@linaro.org>
11068
11069 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11070
11071 2016-01-25 Pedro Alves <palves@redhat.com>
11072
11073 PR threads/19461
11074 * gdb.base/fork-running-state.c: New file.
11075 * gdb.base/fork-running-state.exp: New file.
11076
11077 2016-01-25 Pedro Alves <palves@redhat.com>
11078
11079 PR gdb/19494
11080 * gdb.base/catch-fork-kill.c: New file.
11081 * gdb.base/catch-fork-kill.exp: New file.
11082
11083 2016-01-25 Pedro Alves <palves@redhat.com>
11084
11085 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11086 Delete, moved to lib/gdb.exp.
11087 * gdb.threads/forking-threads-plus-breakpoint.exp
11088 (foreach_with_prefix): Likewise.
11089 * gdb.threads/process-dies-while-handling-bp.exp
11090 (foreach_with_prefix): Likewise.
11091 * lib/gdb.exp (foreach_with_prefix): New procedure.
11092
11093 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11094
11095 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11096 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11097
11098 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11099
11100 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11101 endian targets.
11102
11103 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11104 Pedro Alves <palves@redhat.com>
11105
11106 Fix testsuite compatibility with Guile.
11107 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11108 number.
11109
11110 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11111
11112 Fix testsuite compatibility with Guile.
11113 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11114 (thread 1): New test for backtrace through signal handler.
11115
11116 2016-01-22 Yao Qi <yao.qi@linaro.org>
11117
11118 PR testsuite/19491
11119 * gdb.base/multi-forks.c: Include
11120 ../lib/unbuffer_output.c
11121 (main): Call gdb_unbuffer_output.
11122
11123 2016-01-21 Doug Evans <dje@google.com>
11124
11125 * lib/ada.exp (gdb_compile_ada): Fix typo.
11126
11127 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11128
11129 * gdb.base/break-fun-addr.exp: New file.
11130 * gdb.base/break-fun-addr1.c: New file.
11131 * gdb.base/break-fun-addr2.c: New file.
11132
11133 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11134
11135 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11136 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11137 enum flag values.
11138
11139 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11140
11141 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11142 when GDB can not set the vector return value. Add more comments
11143 for clarification.
11144
11145 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11146
11147 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11148 command.
11149
11150 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11151
11152 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11153
11154 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11155
11156 * Makefile.in (check-single): Pass --status to runtest.
11157 (check/%.exp): Likewise.
11158
11159 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11160
11161 * Makefile.in (check-parallel): Propagate return code from make
11162 do-check-parallel.
11163
11164 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11165
11166 * gdb.trace/ftrace.exp: Fix expected message on continue.
11167 * gdb.trace/pending.exp: Fix expected message on continue.
11168 * gdb.trace/trace-break.exp: Fix expected message on continue.
11169
11170 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11171
11172 * lib/gdb.exp (gdb_test): Remove unused global references.
11173
11174 2016-01-18 Pedro Alves <palves@redhat.com>
11175
11176 * gdb.base/async-shell.exp: Adjust expected output.
11177 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11178 * gdb.base/siginfo-thread.exp: Adjust expected output.
11179 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11180 * gdb.java/jnpe.exp: Adjust expected output.
11181 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11182 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11183 * gdb.threads/leader-exit.exp: Adjust expected output.
11184 * gdb.threads/manythreads.exp: Adjust expected output.
11185 * gdb.threads/pthreads.exp: Adjust expected output.
11186 * gdb.threads/schedlock.exp: Adjust expected output.
11187 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11188 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11189 expected output.
11190 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11191 output.
11192 * gdb.threads/sigthread.exp: Adjust expected output.
11193 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11194
11195 2016-01-18 Yao Qi <yao.qi@linaro.org>
11196
11197 * gdb.guile/scm-section-script.c: Replace @progbits with
11198 %progbits.
11199 * gdb.python/py-section-script.c: Likewise.
11200
11201 2016-01-15 Pedro Alves <palves@redhat.com>
11202
11203 * gdb.multi/tids.exp: Test star wildcard ranges.
11204
11205 2016-01-15 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11208 command from "thread apply" invocation.
11209 (thr_apply_info_thr_invalid): Default the expected output to the
11210 input tid list.
11211 (top level): Add tests that use convenience variables. Add tests
11212 for "thread apply" with a valid TID list, but missing the command.
11213
11214 2016-01-13 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.base/default.exp: Expect $_gthread as well.
11217 * gdb.multi/tids.exp: Test $_gthread.
11218 * gdb.threads/thread-specific.exp: Test $_gthread.
11219
11220 2016-01-13 Pedro Alves <palves@redhat.com>
11221
11222 * gdb.multi/tids.exp: Test "info threads -gid".
11223
11224 2016-01-13 Pedro Alves <palves@redhat.com>
11225
11226 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11227 Breakpoint.thread.
11228 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11229
11230 2016-01-07 Pedro Alves <palves@redhat.com>
11231
11232 * gdb.base/break.exp: Adjust to output changes.
11233 * gdb.base/hbreak2.exp: Likewise.
11234 * gdb.base/sepdebug.exp: Likewise.
11235 * gdb.base/watch_thread_num.exp: Likewise.
11236 * gdb.linespec/keywords.exp: Likewise.
11237 * gdb.multi/info-threads.exp: Likewise.
11238 * gdb.threads/thread-find.exp: Likewise.
11239 * gdb.multi/tids.c: New file.
11240 * gdb.multi/tids.exp: New file.
11241
11242 2016-01-13 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11245
11246 2016-01-13 Pedro Alves <palves@redhat.com>
11247
11248 * gdb.base/default.exp: Expect $_inferior as well.
11249 * gdb.multi/base.exp: Test $_inferior.
11250
11251 2016-01-13 Pedro Alves <palves@redhat.com>
11252
11253 PR breakpoints/19388
11254 * gdb.base/catch-signal-siginfo-cond.c: New file.
11255 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11256
11257 2016-01-12 Josh Stone <jistone@redhat.com>
11258 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11259
11260 * gdb.base/catch-syscall.c (do_execve): New variable.
11261 (main): Conditionally trigger an execve.
11262 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11263 (test_catch_syscall_execve): New, check entry/return across execve.
11264 (do_syscall_tests): Call test_catch_syscall_execve.
11265
11266 2016-01-12 Pedro Alves <palves@redhat.com>
11267
11268 * gdb.base/random-signal.exp (do_test): New procedure, with body
11269 of testcase moved in.
11270
11271 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11272 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.base/funcargs.exp (finish from indirectly called function):
11275 Reintroduce the case for 'First'.
11276
11277 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11278 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11281 (tcatch_vfork_then_child_follow_exec)
11282 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11283 identification.
11284
11285 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11286
11287 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11288 and repeats to unlimited.
11289 * gdb.python/py-value.exp: Likewise.
11290 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11291 and repeats to unlimited.
11292
11293 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11294
11295 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11296 and reordering the functions.
11297 * gdb.multi/hangout.c: Likewise.
11298 * gdb.multi/hello.c: Likewise.
11299
11300 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11301
11302 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11303 absolute.
11304 (SingleStatisticTestResult.report): Use dict.keys instead of
11305 dict.iterkeys.
11306
11307 2016-01-06 Pedro Alves <palves@redhat.com>
11308
11309 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11310
11311 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11312
11313 * gdb.btrace/dlopen.exp: New.
11314 * gdb.btrace/dlopen.c: New.
11315 * gdb.btrace/dlopen-dso.c: New.
11316
11317 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11318
11319 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11320 PATTERN argument is optional.
11321
11322 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11323
11324 * lib/ada.exp (target_compile_ada_from_dir): New function.
11325 (gdb_compile_ada): Reimplement avoiding the use of project files.
11326 * gdb.ada/gnat_ada.gpr: Delete.
11327 * gdb.ada/cond_lang.exp: Adjust test to make path before
11328 filename optional.
11329 * gdb.ada/small_reg_param.exp: Likewise.
11330
11331 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11332
11333 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11334
11335 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11336
11337 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11338 case.
11339
11340 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11341
11342 * gdb.base/break.exp: Remove dead code.
11343 * gdb.base/sepdebug.exp: Likewise.
11344
11345 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11346
11347 * gdb.asm/asm-source.exp: Remove HP-UX references.
11348 * gdb.base/annota1.exp: Likewise.
11349 * gdb.base/annota3.exp: Likewise.
11350 * gdb.base/attach.exp: Likewise.
11351 * gdb.base/bigcore.exp: Likewise.
11352 * gdb.base/break.exp: Likewise.
11353 * gdb.base/call-ar-st.exp: Likewise.
11354 * gdb.base/callfuncs.exp: Likewise.
11355 * gdb.base/catch-fork-static.exp: Likewise.
11356 * gdb.base/display.exp: Likewise.
11357 * gdb.base/foll-exec-mode.exp: Likewise.
11358 * gdb.base/foll-exec.exp: Likewise.
11359 * gdb.base/foll-fork.exp: Likewise.
11360 * gdb.base/foll-vfork.exp: Likewise.
11361 * gdb.base/funcargs.exp: Likewise.
11362 * gdb.base/hbreak2.exp: Likewise.
11363 * gdb.base/inferior-died.exp: Likewise.
11364 * gdb.base/interrupt.exp: Likewise.
11365 * gdb.base/multi-forks.exp: Likewise.
11366 * gdb.base/nodebug.exp: Likewise.
11367 * gdb.base/sepdebug.exp: Likewise.
11368 * gdb.base/solib1.c: Likewise.
11369 * gdb.base/step-test.exp: Likewise.
11370 * gdb.mi/non-stop.c: Likewise.
11371 * gdb.mi/pthreads.c: Likewise.
11372 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11373 * gdb.threads/pthreads.c: Likewise.
11374 * gdb.threads/staticthreads.exp: Likewise.
11375 * lib/future.exp: Likewise.
11376 * lib/gdb.exp: Likewise.
11377 * gdb.base/so-indr-cl.c: Remove.
11378 * gdb.base/so-indr-cl.exp: Likewise.
11379 * gdb.base/solib.c: Likewise.
11380 * gdb.base/solib.exp: Likewise.
11381 * gdb.base/solib2.c: Likewise.
11382
11383 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11384
11385 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11386 * gdb.base/call-ar-st.exp: Likewise.
11387 * gdb.base/callfuncs.exp: Likewise.
11388 * gdb.base/condbreak.exp: Likewise.
11389 * gdb.base/constvars.exp: Likewise.
11390 * gdb.base/hbreak2.exp: Likewise.
11391 * gdb.base/langs.exp: Likewise.
11392 * gdb.base/list.exp: Likewise.
11393 * gdb.base/long_long.exp: Likewise.
11394 * gdb.base/ptype.exp: Likewise.
11395 * gdb.base/scope.exp: Likewise.
11396 * gdb.base/signals.exp: Likewise.
11397 * gdb.base/so-impl-ld.exp: Likewise.
11398 * gdb.base/varargs.exp: Likewise.
11399 * gdb.base/volatile.exp: Likewise.
11400 * gdb.base/whatis.exp: Likewise.
11401 * gdb.cp/cplusfuncs.exp: Likewise.
11402 * gdb.cp/inherit.exp: Likewise.
11403 * gdb.cp/local.exp: Likewise.
11404 * gdb.cp/member-ptr.exp: Likewise.
11405 * gdb.cp/method.exp: Likewise.
11406 * gdb.cp/overload.exp: Likewise.
11407 * gdb.cp/templates.exp: Likewise.
11408 * gdb.stabs/weird.exp: Likewise.
11409 * lib/compiler.c: Likewise.
11410 * lib/compiler.cc: Likewise.
11411 * lib/cp-support.exp: Likewise.
11412 * lib/gdb.exp: Likewise.
11413
11414 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11415
11416 * configure.ac: Remove HP-UX case.
11417 * configure: Regenerate.
11418
11419 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11420
11421 * lib/gdb.exp (gdb_compile): Add function doc.
11422
11423 2015-12-17 Pedro Alves <palves@redhat.com>
11424
11425 PR threads/19354
11426 * gdb.multi/info-threads.exp: New file.
11427
11428 2015-12-15 Yao Qi <yao.qi@linaro.org>
11429
11430 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11431 is aarch64*-*-*.
11432
11433 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11434
11435 * gdb.base/history-duplicates.exp: Skip if no readline support.
11436
11437 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11438
11439 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11440
11441 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11442
11443 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11444
11445 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11446
11447 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11448 ctrl-C if nointerrupts target property is set.
11449 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11450 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11451 * gdb.base/paginate-bg-execution.exp: Likewise.
11452 * gdb.base/paginate-execution-startup.exp: Likewise.
11453 * gdb.base/random-signal.exp: Likewise.
11454 * gdb.base/range-stepping.exp: Likewise.
11455 * gdb.cp/annota2.exp: Likewise.
11456 * gdb.cp/annota3.exp: Likewise.
11457 * gdb.gdb/selftest.exp: Likewise.
11458 * gdb.threads/continue-pending-status.exp: Likewise.
11459 * gdb.threads/leader-exit.exp: Likewise.
11460 * gdb.threads/manythreads.exp: Likewise.
11461 * gdb.threads/pthreads.exp: Likewise.
11462 * gdb.threads/schedlock.exp: Likewise.
11463 * gdb.threads/sigthread.exp: Likewise.
11464
11465 2015-12-11 Don Breazeal <donb@codesourcery.com>
11466
11467 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11468 remote.
11469 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11470 * gdb.base/foll-exec.exp (main): Enable for target remote.
11471 * gdb.base/foll-fork.exp (main): Likewise.
11472 * gdb.base/foll-vfork.exp (main): Likewise.
11473 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11474 (proc continue_to_exit_bp_loc): Use clean_restart.
11475 * gdb.base/pie-execl.exp (main): Disable for target remote.
11476 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11477 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11478 * gdb.threads/execl.exp (main): Likewise.
11479 * gdb.threads/fork-child-threads.exp (main): Likewise.
11480 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11481 remote.
11482 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11483 remote.
11484 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11485 pid.tid style ptids, instead of just tid.
11486 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11487 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11488 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11489 ptids, instead of just tid.
11490
11491 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11492
11493 * gdb.base/list.exp (test_list_forward): Add end of file error
11494 test.
11495 (test_repeat_list_command): Add end of file error test.
11496 (test_list_backwards): Add beginning of file error test.
11497
11498 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11499
11500 * gdb.base/list.exp (test_list_invalid_args): New function,
11501 defined, and called.
11502
11503 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11504
11505 * gdb.base/list.exp (test_list): Make test names unique.
11506
11507 2015-12-11 Yao Qi <yao.qi@linaro.org>
11508
11509 * gdb.base/coremaker2.c: Remove.
11510
11511 2015-12-10 Pedro Alves <palves@redhat.com>
11512
11513 * gdb.multi/base.exp: Remove stale "spaces" references.
11514
11515 2015-12-10 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.multi/base.exp: Don't use nowarnings.
11518 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11519 * gdb.multi/hangout.c: Include stdio.h.
11520 * gdb.multi/hello.c: Include stdlib.h.
11521 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11522 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11523 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11524
11525 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11526
11527 * gdb.dwarf2/dw2-ranges-base.c: New file.
11528 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11529 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11530 support additional line table, and debug ranges generation.
11531 (Dwarf::ranges): New function, generate .debug_ranges.
11532 (Dwarf::lines): Support generating simple line table programs.
11533 (Dwarf::assemble): Initialise new namespace variables.
11534
11535 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11536
11537 * gdb.base/async.exp (proc test_background): Add case for
11538 asynchronous execution not supported.
11539
11540 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11541
11542 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11543 format and change test names to make them unique.
11544
11545 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11546 Pedro Alves <pedro@redhat.com>
11547
11548 PR gdb/18702
11549 Add checking of floatformats setup on x86_64 hosts.
11550 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11551 (smallval, bigval): New labels/constants.
11552 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11553 float" after loading bigval and smallval.
11554
11555 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11556
11557 * gdb.ada/fun_overload_menu.exp: New testcase.
11558 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11559
11560 2015-12-04 Josh Stone <jistone@redhat.com>
11561
11562 * gdb.base/catch-fork-static.exp: New.
11563
11564 2015-12-03 Yao Qi <yao.qi@linaro.org>
11565
11566 * gdb.base/sizeof.c: Don't include stdio.h and
11567 ../lib/unbuffer_output.c.
11568 (main): New variable 'size' and 'value'. Remove printf and
11569 gdb_unbuffer_output. Assign return value to size and value.
11570 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11571 at the beginning.
11572 (check_sizeof): Check the result by printing variable 'size'.
11573 (check_valueof): Check the result by printing variable 'value'.
11574
11575 2015-12-01 Yao Qi <yao.qi@linaro.org>
11576
11577 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11578 for aarch64*-*-linux* target.
11579
11580 2015-11-30 Pedro Alves <palves@redhat.com>
11581
11582 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11583
11584 2015-11-30 Pedro Alves <palves@redhat.com>
11585
11586 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11587 Handle non-stop mode vCont replies.
11588
11589 2015-11-30 Pedro Alves <palves@redhat.com>
11590
11591 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11592 prepare_for_testing. Start gdb with "set non-stop on" appended to
11593 GDBFLAGS. Lax expected stop output.
11594
11595 2015-11-27 Yao Qi <yao.qi@linaro.org>
11596
11597 * gdb.arch/arm-neon.exp: New.
11598 * gdb.arch/arm-neon.c: New.
11599
11600 2015-11-27 Yao Qi <yao.qi@linaro.org>
11601
11602 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11603
11604 2015-11-27 Yao Qi <yao.qi@linaro.org>
11605
11606 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11607 frames-invalid annotation.
11608
11609 2015-11-27 Yao Qi <yao.qi@linaro.org>
11610
11611 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11612
11613 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11614
11615 * gdb.threads/names.exp: New file.
11616 * gdb.threads/names.c: New file.
11617 * README: Mention gdb,no_thread_names.
11618
11619 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11620
11621 PR 19297
11622 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11623 support" error.
11624
11625 2015-11-24 Pedro Alves <palves@redhat.com>
11626
11627 PR 17539
11628 * gdb.base/display.exp: Expect displays to be sorted in ascending
11629 order. Use multi_line.
11630 * gdb.base/solib-display.exp: Likewise.
11631
11632 2015-11-24 Pedro Alves <palves@redhat.com>
11633
11634 PR 17539
11635 * gdb.base/display.exp: Expect displays to be sorted in ascending
11636 order. Use multi_line.
11637 * gdb.base/solib-display.exp: Likewise.
11638
11639 2015-11-24 Pedro Alves <palves@redhat.com>
11640
11641 PR 17539
11642 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11643 threads in ascending order.
11644 * gdb.base/foll-fork.exp: Likewise.
11645 * gdb.base/foll-vfork.exp: Likewise.
11646 * gdb.base/multi-forks.exp: Likewise.
11647 * gdb.mi/mi-nonstop.exp: Likewise.
11648 * gdb.mi/mi-nsintrall.exp: Likewise.
11649 * gdb.multi/base.exp: Likewise.
11650 * gdb.multi/multi-arch.exp: Likewise.
11651 * gdb.python/py-inferior.exp: Likewise.
11652 * gdb.threads/break-while-running.exp: Likewise.
11653 * gdb.threads/execl.exp: Likewise.
11654 * gdb.threads/gcore-thread.exp: Likewise.
11655 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11656 * gdb.threads/kill.exp: Likewise.
11657 * gdb.threads/linux-dp.exp: Likewise.
11658 * gdb.threads/multiple-step-overs.exp: Likewise.
11659 * gdb.threads/next-bp-other-thread.exp: Likewise.
11660 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11661 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11662 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11663 * gdb.threads/thread-find.exp: Likewise.
11664 * gdb.threads/tls.exp: Likewise.
11665 * lib/mi-support.exp (mi_reverse_list): Delete.
11666 (mi_check_thread_states): No longer reverse list.
11667
11668 2015-11-24 Pedro Alves <palves@redhat.com>
11669
11670 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11671 use lowercase.
11672
11673 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11674
11675 * gdb.trace/actions.c: Include trace-common.h.
11676 (main): Add a location for a fast tracepoint.
11677 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11678 the normal tracepoints.
11679 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11680
11681 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11682
11683 * save-trace.exp: Factor out code to these...
11684 (gdb_save_tracepoints): New.
11685 (gdb_load_tracepoints): New.
11686 (do_save_load_test): New.
11687
11688 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11689
11690 * gdb.base/asmlabel.exp: New test.
11691 * gdb.base/asmlabel.c: New test case.
11692
11693 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11694
11695 * gdb.base/wrong_frame_bt_full-main.c: New file.
11696 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11697 * gdb.base/wrong_frame_bt_full.exp: New file.
11698
11699 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11700
11701 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11702
11703 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11704
11705 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11706 pstate register when comparing registers values in
11707 sparc64-*-linux-gnu targets to avoid spurious differences.
11708
11709 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11710
11711 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11712
11713 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11714
11715 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11716 as type argument to gdb_compile.
11717 * gdb.base/nested-subp2.exp: Likewise.
11718 * gdb.base/nested-subp3.exp: Likewise.
11719
11720 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11721
11722 * lib/dwarf.exp (_note): Fix left shift of negative value.
11723 * gdb.trace/trace-condition.exp: Likewise.
11724
11725 2015-11-13 Yao Qi <yao.qi@linaro.org>
11726
11727 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11728 comments about d10v.
11729 (test_scalar_returns): Likewise.
11730 * gdb.base/d10v.ld: Remove.
11731 * gdb.base/overlays.exp: Remove the target triplet checking for
11732 d10v-*-*.
11733 * gdb.base/structs.exp (test_struct_returns): Remove the
11734 comments about d10v.
11735 (test_struct_calls): Likewise.
11736
11737 2015-11-13 Yao Qi <yao.qi@linaro.org>
11738
11739 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11740 * gdb.base/gnu_vector.c: Don't include stdio.h.
11741 (main): Don't print res and call add_some_intvecs.
11742
11743 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11744
11745 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11746 macro.
11747 (func5): Removed.
11748 (func4): Use FAST_TRACEPOINT_LABEL.
11749 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11750 macro.
11751 (func): Removed.
11752 (thread_function): Use FAST_TRACEPOINT_LABEL.
11753 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11754 (func): Remove.
11755 (marker): Use FAST_TRACEPOINT_LABEL.
11756 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11757 (pendfunc1): Remove.
11758 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11759 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11760 (foo): Remove.
11761 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11762 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11763 macro.
11764 (func): Remove.
11765 (marker): Use FAST_TRACEPOINT_LABEL.
11766 * gdb.trace/trace-common.h: New header.
11767 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11768 macro.
11769 (func): Remove.
11770 (marker): Use FAST_TRACEPOINT_LABEL.
11771 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11772 (func): Remove.
11773 (thread_function): Use FAST_TRACEPOINT_LABEL.
11774
11775 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11776
11777 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11778 in front.
11779 * gdb.trace/change-loc.exp: Use global pcreg definition.
11780 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11781 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11782 in front.
11783 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11784 * gdb.trace/pending.exp: Likewise.
11785 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11786 * gdb.trace/trace-break.exp: Likewise.
11787 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11788 in front.
11789 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11790 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11791 in front.
11792 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11793
11794 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11795
11796 * gdb.ada/fin_fun_out: New testcase.
11797
11798 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11799
11800 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11801 value associated with DW_AT_byte_size.
11802 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11803 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11804 DW_AT_upper_bound.
11805
11806 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11807
11808 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11809 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11810 version.
11811 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11812 gdb.dwarf2/dw2-canonicalize-type.exp,
11813 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11814 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11815 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11816 provided by gdb_target_symbol_prefix_flags_asm.
11817 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11818 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11819 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11820 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11821 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11822 macros where needed). Use this macro for symbols which require
11823 the prefix provided by SYMBOL_PREFIX.
11824
11825 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11826
11827 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11828 New procs.
11829 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11830 representing expressions, of more than one list element.
11831 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11832 to prepend linker symbol prefix to f.
11833 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11834 table_1 and table_2.
11835 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11836 Likewise, for f and g.
11837 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11838 for ptr.
11839 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11840 for main.
11841 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11842 table_1_ptr and table_2_ptr.
11843
11844 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11845 Joel Brobecker <brobecker@adacore.com>
11846
11847 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11848
11849 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11850
11851 * gdb.reverse/s390-mvcle.c: New test.
11852 * gdb.reverse/s390-mvcle.exp: New file.
11853 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11854
11855 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11856
11857 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11858
11859 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11860
11861 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11862 reaching marker2.
11863 * gdb.reverse/getresuid-reverse.exp: Likewise.
11864 * gdb.reverse/pipe-reverse.exp: Likewise.
11865 * gdb.reverse/readv-reverse.exp: Likewise.
11866 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11867 * gdb.reverse/time-reverse.exp: Likewise.
11868 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11869
11870 2015-10-30 Yao Qi <yao.qi@linaro.org>
11871
11872 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11873 (empty_cycle): Remove.
11874 (main): Don't call empty_cycle. Don't use watch_count_done.
11875 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11876 empty_cycle. Rewrite the code counting HW watchpoints.
11877
11878 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11879
11880 * gdb.reverse/fstatat-reverse.c: New test.
11881 * gdb.reverse/fstatat-reverse.exp: New file.
11882 * gdb.reverse/getresuid-reverse.c: New test.
11883 * gdb.reverse/getresuid-reverse.exp: New file.
11884 * gdb.reverse/pipe-reverse.c: New test.
11885 * gdb.reverse/pipe-reverse.exp: New file.
11886 * gdb.reverse/readv-reverse.c: New test.
11887 * gdb.reverse/readv-reverse.exp: New file.
11888 * gdb.reverse/recvmsg-reverse.c: New test.
11889 * gdb.reverse/recvmsg-reverse.exp: New file.
11890 * gdb.reverse/time-reverse.c: New test.
11891 * gdb.reverse/time-reverse.exp: New file.
11892 * gdb.reverse/waitpid-reverse.c: New test.
11893 * gdb.reverse/waitpid-reverse.exp: New file.
11894
11895 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11896
11897 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11898
11899 2015-10-26 Doug Evans <dje@google.com>
11900
11901 PR symtab/17391
11902 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11903 * gdb.dwarf2/bad-regnum.c: New file.
11904 * gdb.dwarf2/bad-regnum.exp: New file.
11905
11906 2015-10-26 Doug Evans <dje@google.com>
11907
11908 PR python/18938
11909 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11910 file.
11911
11912 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11913
11914 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11915 for a change by "Mention language in compile error message".
11916
11917 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11918
11919 PR python/18073
11920 * gdb.python/py-type.c (C::a_method): New.
11921 (C::a_const_method): New.
11922 (C::a_static_method): New.
11923 (a_function): New.
11924 * gdb.python/py-type.exp (test_fields): Test getting fields
11925 from function and method.
11926
11927 2015-10-21 Keven Boell <keven.boell@intel.com>
11928
11929 * gdb.fortran/vla-alloc-assoc.exp: New file.
11930 * gdb.fortran/vla-datatypes.exp: New file.
11931 * gdb.fortran/vla-datatypes.f90: New file.
11932 * gdb.fortran/vla-history.exp: New file.
11933 * gdb.fortran/vla-ptype-sub.exp: New file.
11934 * gdb.fortran/vla-ptype.exp: New file.
11935 * gdb.fortran/vla-sizeof.exp: New file.
11936 * gdb.fortran/vla-sub.f90: New file.
11937 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11938 * gdb.fortran/vla-value-sub-finish.exp: New file.
11939 * gdb.fortran/vla-value-sub.exp: New file.
11940 * gdb.fortran/vla-value.exp: New file.
11941 * gdb.fortran/vla-ptr-info.exp: New file.
11942 * gdb.mi/mi-vla-fortran.exp: New file.
11943 * gdb.mi/vla.f90: New file.
11944
11945 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11946
11947 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11948 of hardwired timeout value.
11949
11950 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11951 Pedro Alves <palves@redhat.com>
11952
11953 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11954 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11955
11956 2015-10-19 Josh Stone <jistone@redhat.com>
11957
11958 * gdb.base/catch-syscall.c: Include <sched.h>.
11959 (unknown_syscall): New variable.
11960 (main): Trigger a vfork and an unknown syscall.
11961 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11962 (unknown_syscall_number): Likewise.
11963 (check_call_to_syscall): Accept an optional syscall pattern.
11964 (check_return_from_syscall): Likewise.
11965 (check_continue): Likewise.
11966 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11967 (test_catch_syscall_skipping_return): New test toggling off 'catch
11968 syscall' to step over the syscall return, then toggling back on.
11969 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11970 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11971 (do_syscall_tests): Call test_catch_syscall_without_args and
11972 test_catch_syscall_mid_vfork.
11973 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11974 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11975
11976 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11977
11978 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11979 print g_vE): Add new pass patterns.
11980 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11981 print various symbol names for vptr fields.
11982
11983 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11984
11985 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11986 results.
11987
11988 2015-10-12 Yao Qi <yao.qi@linaro.org>
11989
11990 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11991
11992 2015-10-12 Yao Qi <yao.qi@linaro.org>
11993
11994 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11995 is aarch64*-*-linux*.
11996
11997 2015-10-12 Yao Qi <yao.qi@linaro.org>
11998
11999 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12000 (can_relocate_bcond_true): ... it.
12001 (can_relocate_bcond_false): New function.
12002 (foo): Likewise.
12003 (can_relocate_bl): Likewise.
12004 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12005 can_relocate_bl.
12006
12007 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12008
12009 * gdb.base/nested-addr.c: New file.
12010 * gdb.base/nested-addr.exp: New testcase.
12011
12012 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12013
12014 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12015 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12016 its output. Ignore the output of "record goto begin" and instead
12017 check that GDB is replaying.
12018
12019 2015-10-09 Pedro Alves <palves@redhat.com>
12020
12021 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12022 (top level): Use it in the run with no args test.
12023
12024 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12025
12026 * gdb.dlang/properties.exp: New file.
12027
12028 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12029
12030 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12031 whether or not address 0x1000 is mapped on the target.
12032
12033 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12034
12035 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12036 build.
12037
12038 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12039
12040 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12041 instruction-history test.
12042
12043 2015-09-28 Doug Evans <dje@google.com>
12044
12045 * gdb.base/gcore.c (array_func): Add reference to static_array.
12046
12047 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12048
12049 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12050 source line.
12051
12052 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12053
12054 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12055 short or char as base type.
12056
12057 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12058
12059 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12060 to allow any size enum.
12061
12062 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12063
12064 * gdb.ada/array_ptr_renaming.exp: New testcase.
12065 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12066 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12067
12068 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12069
12070 * gdb.trace/ftrace-lock.c: New file.
12071 * gdb.trace/ftrace-lock.exp: New file.
12072
12073 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12074
12075 * gdb.arch/insn-reloc.c: New file.
12076 * gdb.arch/ftrace-insn-reloc.exp: New file.
12077
12078 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12079
12080 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12081 instruction.
12082 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12083 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12084 * gdb.trace/range-stepping.c: Likewise.
12085 * gdb.trace/trace-break.c: Likewise.
12086 * gdb.trace/trace-mt.c (thread_function): Likewise.
12087 * gdb.trace/ftrace.c (marker): Likewise.
12088 * gdb.trace/trace-condition.c (marker): Likewise.
12089 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12090 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12091 is_aarch64_target.
12092
12093 2015-09-18 Doug Evans <xdje42@gmail.com>
12094
12095 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12096 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12097
12098 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12099
12100 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12101 the breakpoint.
12102
12103 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12104
12105 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12106 the pending breakpoint. Remove timeout override for "Run till
12107 MI pending breakpoint on pendfunc3 on thread 2" test.
12108
12109 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12110
12111 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12112 filename pattern.
12113
12114 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12115
12116 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12117 in breakpoint filename pattern.
12118
12119 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12120
12121 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12122
12123 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12124
12125 * gdb.linespec/explicit.exp: Check for readline support for
12126 tab-completion tests. Fix obvious typo.
12127
12128 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12129
12130 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12131 and replay.
12132
12133 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12134
12135 * gdb.btrace/non-stop.c: New.
12136 * gdb.btrace/non-stop.exp: New.
12137
12138 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12139 Yao Qi <yao.qi@linaro.org>
12140
12141 * gdb.trace/trace-condition.c: New file.
12142 * gdb.trace/trace-condition.exp: New file.
12143
12144 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12145
12146 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12147 for testing bytecode compilation.
12148
12149 2015-09-16 Pedro Alves <palves@redhat.com>
12150 Sandra Loosemore <sandra@codesourcery.com>
12151
12152 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12153 (SECONDS): Redefine.
12154 (main): Call pthread_kill and alarm early.
12155 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12156 support.
12157 (test): If the target can't hardware step and doesn't support
12158 displaced stepping, increase the timeout.
12159
12160 2015-09-16 Pedro Alves <palves@redhat.com>
12161
12162 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12163 (enable_debug): New procedures.
12164 (test): Use them. Bail out if waiting for threads fails.
12165 (top level): Bail out if a test fails.
12166
12167 2015-09-16 Yao Qi <yao.qi@linaro.org>
12168
12169 * gdb.asm/asm-source.exp: Set asm-arch for
12170 aarch64*-*-* target.
12171 * gdb.asm/aarch64.inc: New file.
12172
12173 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12174
12175 * gdb.ada/array_of_variable_length.exp: New testcase.
12176 * gdb.ada/array_of_variable_length/foo.adb: New file.
12177 * gdb.ada/array_of_variable_length/pck.adb: New file.
12178 * gdb.ada/array_of_variable_length/pck.ads: New file.
12179
12180 2015-09-15 Doug Evans <dje@google.com>
12181
12182 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12183 of function static local variable.
12184
12185 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12186
12187 * gdb.threads/tls-so_extern.exp: New test file.
12188 * gdb.threads/tls-so_extern.c: New test file.
12189 * gdb.threads/tls-so_extern_main.c: New test file.
12190
12191 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12192
12193 * gdb.opt/solib-intra-step-lib.c: New file.
12194 * gdb.opt/solib-intra-step-main.c: New file.
12195 * gdb.opt/solib-intra-step.exp: New file.
12196
12197 2015-09-15 Pedro Alves <palves@redhat.com>
12198
12199 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12200 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12201
12202 2015-09-14 Pedro Alves <palves@redhat.com>
12203
12204 * gdb.base/hook-stop-continue.c: Delete.
12205 * gdb.base/hook-stop-continue.exp: Delete.
12206 * gdb.base/hook-stop-frame.c: Delete.
12207 * gdb.base/hook-stop-frame.exp: Delete.
12208 * gdb.base/hook-stop.c: New file.
12209 * gdb.base/hook-stop.exp: New file.
12210
12211 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12212
12213 * gdb.ada/access_to_packed_array.exp: New testcase.
12214 * gdb.ada/access_to_packed_array/foo.adb: New file.
12215 * gdb.ada/access_to_packed_array/pack.adb: New file.
12216 * gdb.ada/access_to_packed_array/pack.ads: New file.
12217
12218 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12219
12220 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12221 buffer size test.
12222
12223 2015-09-11 Don Breazeal <donb@codesourcery.com>
12224
12225 * gdb.base/foll-exec.c: Add copyright header. Fix
12226 formatting issues.
12227 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12228 (do_exec_tests): Use clean_restart in place of zap_session,
12229 and for test initialization. Fix formatting issues. Use
12230 fail in place of perror.
12231 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12232 an expect statement to match an expression with output from
12233 the program under debug.
12234 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12235 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12236 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12237 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12238 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12239
12240 2015-09-09 Doug Evans <dje@google.com>
12241
12242 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12243
12244 2015-09-09 Doug Evans <dje@google.com>
12245
12246 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12247
12248 2015-09-09 Doug Evans <dje@google.com>
12249
12250 * gdb.base/savedregs.exp: Fix typo.
12251
12252 2015-09-09 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12255
12256 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12257
12258 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12259 command actually switches threads. Give up on remaining
12260 tests if target fails to stop at breakpoint.
12261
12262 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12263
12264 * gdb.ada/funcall_char.exp: New testcase.
12265 * gdb.ada/funcall_char/foo.adb: New file.
12266
12267 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12268
12269 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12270 expected outputs. Add two testcases for completing ambiguous
12271 functions.
12272 * gdb.ada/complete/aux_pck.adb: New file.
12273 * gdb.ada/complete/aux_pck.ads: New file.
12274 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12275 Ambiguous_Func functions.
12276 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12277 * gdb.ada/complete/pck.adb: Likewise.
12278
12279 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12280
12281 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12282 failures to run the test program under GDB.
12283
12284 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12285
12286 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12287 to C.
12288
12289 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12290
12291 * gdb.base/run-after-attach.exp: New test file.
12292 * gdb.base/run-after-attach.c: New test file.
12293
12294 2015-08-26 Don Breazeal <donb@codesourcery.com>
12295
12296 * gdb.base/foll-exec-2.c: New test program.
12297 * gdb.base/foll-exec-2.exp: New test.
12298
12299 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12300
12301 * gdb.base/nested-subp1.exp: New file.
12302 * gdb.base/nested-subp1.c: New file.
12303 * gdb.base/nested-subp2.exp: New file.
12304 * gdb.base/nested-subp2.c: New file.
12305 * gdb.base/nested-subp3.exp: New file.
12306 * gdb.base/nested-subp3.c: New file.
12307
12308 2015-08-24 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.server/connect-without-multi-process.c: New file.
12311 * gdb.server/connect-without-multi-process.exp: New file.
12312
12313 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12314
12315 * gdb.opt/inline-markers.c: Make z int.
12316
12317 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12318
12319 * gdb.opt/inline-markers.c: Make z volatile.
12320
12321 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12322
12323 * gdb.opt/inline-bt.c: New volatile global z.
12324 * gdb.opt/inline-cmds.c: Likewise.
12325 * gdb.opt/inline-locals.c: Likewise.
12326 * gdb.opt/inline-markers.c: New extern global z.
12327 (marker): Use z.
12328 (inline_fn): Likewise.
12329
12330 2015-08-24 Pedro Alves <palves@redhat.com>
12331
12332 * config/m32r-stub.exp: Remove file.
12333 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12334 * gdb.base/call-rt-st.exp: Likewise.
12335 * gdb.base/call-strs.exp: Likewise.
12336 * gdb.base/default.exp: Remove references to h8300-*-hms and
12337 *-*-udi*.
12338 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12339
12340 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12341
12342 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12343 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12344 and "return" use KFAIL when GDB can not read/write the vector
12345 return value.
12346
12347 2015-08-21 Gary Benson <gbenson@redhat.com>
12348
12349 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12350
12351 2015-08-20 Pedro Alves <palves@redhat.com>
12352
12353 * gdb.server/solib-list.exp: No longer expect an interior stop in
12354 non-stop mode.
12355
12356 2015-08-20 Pedro Alves <palves@redhat.com>
12357
12358 * gdb.server/connect-stopped-target.c: New file.
12359 * gdb.server/connect-stopped-target.exp: New file.
12360
12361 2015-08-20 Pedro Alves <palves@redhat.com>
12362
12363 * gdb.dwarf2/comp-unit-lang.exp: New file.
12364 * gdb.dwarf2/comp-unit-lang.c: New file.
12365
12366 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12367
12368 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12369 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12370
12371 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12372
12373 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12374 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12375
12376 2015-08-18 Doug Evans <dje@google.com>
12377 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12378
12379 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12380 skip_python_tests. New arg prompt_regexp.
12381 (skip_python_tests): New function.
12382 * lib/mi-support.exp (mi_skip_python_tests): New function.
12383 * gdb.python/py-mi-objfile-gdb.py: New file.
12384 * gdb.python/py-mi-objfile.c: New file.
12385 * gdb.python/py-mi-objfile.exp: New file.
12386
12387 2015-08-17 Keith Seitz <keiths@redhat.com>
12388
12389 * gdb.linespec/explicit.exp: Move strace test from here ...
12390 * gdb.trace/strace.exp: ... to here.
12391
12392 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12393
12394 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12395 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12396
12397 2015-08-14 Doug Evans <xdje42@gmail.com>
12398
12399 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12400 inferior before selecting a new file.
12401
12402 2015-08-14 Doug Evans <xdje42@gmail.com>
12403
12404 * gdb.mi/mi-disassemble.exp: Update.
12405 * gdb.base/disasm-optim.S: New file.
12406 * gdb.base/disasm-optim.c: New file.
12407 * gdb.base/disasm-optim.h: New file.
12408 * gdb.base/disasm-optim.exp: New file.
12409
12410 2015-08-14 Keith Seitz <keiths@redhat.com>
12411
12412 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12413 "evaluated-by".
12414
12415 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12416
12417 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12418
12419 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12420
12421 * gdb.ada/fun_renaming.exp: New testcase.
12422 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12423 * gdb.ada/fun_renaming/pack.adb: New file.
12424 * gdb.ada/fun_renaming/pack.ads: New file.
12425
12426 2015-08-12 Keith Seitz <keiths@redhat.com>
12427
12428 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12429 gdb_get_line_number.
12430
12431 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12432
12433 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12434 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12435 gdb.base/dso2dso.exp: New files.
12436
12437 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12438 Pedro Alves <palves@redhat.com>
12439 Keith Seitz <keiths@redhat.com>
12440
12441 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12442 GDBFLAGS.
12443
12444 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12445
12446 * gdb.base/gdbhistsize-history.exp
12447 (test_histsize_history_setting): Use save_vars.
12448 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12449 Use save_vars.
12450 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12451 * gdb.base/readline.exp: Use save_vars.
12452
12453 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12454
12455 * lib/gdb.exp (save_vars): New proc.
12456
12457 2015-08-11 Keith Seitz <keiths@redhat.com>
12458
12459 * gdb.base/help.exp: Update help_breakpoint_text.
12460
12461 2015-08-11 Keith Seitz <keiths@redhat.com>
12462
12463 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12464 (at toplevel): Call test_explicit_breakpoints.
12465 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12466 breakpoints.
12467 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12468 breakpoint conditions, "-cond".
12469
12470 2015-08-11 Keith Seitz <keiths@redhat.com>
12471
12472 * gdb.linespec/3explicit.c: New file.
12473 * gdb.linespec/cpexplicit.cc: New file.
12474 * gdb.linespec/cpexplicit.exp: New file.
12475 * gdb.linespec/explicit.c: New file.
12476 * gdb.linespec/explicit.exp: New file.
12477 * gdb.linespec/explicit2.c: New file.
12478 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12479 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12480 before using in the matching pattern.
12481 Clarify that `prefix' is a regular expression.
12482
12483 2015-08-11 Keith Seitz <keiths@redhat.com>
12484
12485 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12486 test.
12487 Add tests for missing ",FMT" and ",".
12488
12489 2015-08-10 Doug Evans <dje@google.com>
12490 Keith Seitz <keiths@redhat.com>
12491
12492 PR gdb/17960
12493 * gdb.base/completion.exp: Add location completer tests.
12494
12495 2015-08-07 Pedro Alves <palves@redhat.com>
12496
12497 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12498 tests here.
12499 (top level): Run do_test with and without displaced stepping.
12500
12501 2015-08-07 Pedro Alves <palves@redhat.com>
12502
12503 * gdb.base/valgrind-disp-step.c: New file.
12504 * gdb.base/valgrind-disp-step.exp: New file.
12505
12506 2015-08-07 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12509 Delete function.
12510 (main): Add alarm. Run an infinite loop instead of calling
12511 wait_threads.
12512 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12513 comment.
12514 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12515 Delete function.
12516 (main): Add alarm. Run an infinite loop instead of calling
12517 wait_threads.
12518 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12519 comment.
12520
12521 2015-08-07 Pedro Alves <palves@redhat.com>
12522
12523 * gdb.base/checkpoint-ns.exp: New file.
12524 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12525 standard_testfile.
12526
12527 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12528
12529 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12530 * gdb.btrace/instruction_history.exp: Update.
12531 * gdb.btrace/tsx.exp: New.
12532 * gdb.btrace/tsx.c: New.
12533
12534 2015-08-06 Pedro Alves <palves@redhat.com>
12535
12536 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12537 increase timeout.
12538 * gdb.reverse/until-precsave.exp: Bump timeouts.
12539
12540 2015-08-06 Pedro Alves <palves@redhat.com>
12541
12542 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12543
12544 2015-08-06 Pedro Alves <palves@redhat.com>
12545
12546 PR gdb/18749
12547 * gdb.threads/process-dies-while-handling-bp.c: New file.
12548 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12549
12550 2015-08-06 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12553 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12554
12555 2015-08-05 Pedro Alves <palves@redhat.com>
12556
12557 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12558 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12559
12560 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12561
12562 * gdb.base/bp-permanent.exp: Report test as unsupported if
12563 the target cannot stop at the permanent breakpoint.
12564
12565 2015-08-03 Doug Evans <dje@google.com>
12566
12567 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12568 10000.
12569
12570 2015-08-03 Doug Evans <dje@google.com>
12571
12572 * Makefile.in (workers/%.worker, build-perf): New rule.
12573 (GDB_PERFTEST_MODE): New variable.
12574 (check-perf): Use it.
12575 (clean): Clean up gdb.perf parallel build subdirs.
12576 * lib/build-piece.exp: New file.
12577 * lib/gdb.exp (make_gdb_parallel_path): New function
12578 (standard_output_file, standard_temp_file): Call it.
12579 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12580 of $GDB_PARALLEL.
12581 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12582
12583 2015-08-03 Doug Evans <dje@google.com>
12584
12585 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12586 (LOG_FILE_NAME): New global.
12587 (TextReporter.__init__): Initialize self.txt_sum.
12588 (TextReporter.report): Add support for multiple data-points.
12589 Move report to perftest.sum, put raw data in perftest.log.
12590 (TextReporter.start): Open sum and log files.
12591 (TextReporter.end): Close sum and log files.
12592 * gdb.perf/lib/perftest/testresult.py
12593 (SingleStatisticTestResult.record): Handle multiple data-points.
12594
12595 2015-07-31 Pedro Alves <palves@redhat.com>
12596
12597 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12598 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12599 kill_wait_spawned_process instead of explicit "kill -9".
12600 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12601 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12602 kill_wait_spawned_process.
12603 * gdb.base/attach-twice.exp: Likewise.
12604 * gdb.base/attach.exp: Likewise.
12605 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12606 gdb_test_multiple.
12607 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12608 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12609 kill_wait_spawned_process.
12610 * gdb.base/valgrind-infcall.exp: Likewise.
12611 * gdb.multi/multi-attach.exp: Likewise.
12612 * gdb.python/py-prompt.exp: Likewise.
12613 * gdb.python/py-sync-interp.exp: Likewise.
12614 * gdb.server/ext-attach.exp: Likewise.
12615 * gdb.threads/attach-into-signal.exp (corefunc): Use
12616 spawn_wait_for_attach, spawn_id_get_pid and
12617 kill_wait_spawned_process.
12618 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12619 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12620 spawn_id_get_pid and kill_wait_spawned_process.
12621 * gdb.threads/attach-stopped.exp (corefunc): Use
12622 spawn_wait_for_attach, spawn_id_get_pid and
12623 kill_wait_spawned_process.
12624 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12625 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12626 kill_wait_spawned_process instead of explicit "kill -9".
12627 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12628 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12629 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12630 processes. Don't map cygwin/windows pids here. Now returns a
12631 spawn id list.
12632
12633 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12634
12635 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12636 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12637 correct patch.
12638
12639 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12640
12641 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12642
12643 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12644
12645 Reapply:
12646 2014-05-21 Mark Wielaard <mjw@redhat.com>
12647
12648 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12649
12650 2015-07-30 Pedro Alves <palves@redhat.com>
12651
12652 * linux-low.c (handle_extended_wait): Set the child's last
12653 reported status to TARGET_WAITKIND_STOPPED.
12654
12655 2015-07-30 Pedro Alves <palves@redhat.com>
12656
12657 PR threads/18600
12658 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12659 only shows inferior 1.
12660
12661 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12662 Pedro Alves <palves@redhat.com>
12663
12664 PR threads/18600
12665 * gdb.threads/fork-plus-threads.c: New file.
12666 * gdb.threads/fork-plus-threads.exp: New file.
12667
12668 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12669
12670 * gdb.base/batch-preserve-term-settings.exp
12671 (test_terminal_settings_preserved_after_cli_exit): Use
12672 send_quit_command.
12673
12674 2015-07-29 Pedro Alves <palves@redhat.com>
12675 Don Breazeal <donb@codesourcery.com>
12676
12677 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12678 output from both inferior_spawn_id and gdb_spawn_id.
12679
12680 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12681
12682 * gdb.threads/attach-into-signal.exp (corefunc): Use
12683 with_test_prefix on nested loops, uniquefying the test messages.
12684
12685 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12686
12687 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12688 commit.
12689
12690 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12691
12692 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12693 New proc.
12694 (test_terminal_settings_preserved_after_sigterm): New test.
12695
12696 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12697
12698 * gdb.base/batch-preserve-term-settings.exp
12699 (test_terminal_settings_preserved_after_cli_exit): New test.
12700
12701 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12702
12703 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12704 manipulation of saved_gdbflags.
12705 (test_terminal_settings_preserved): Remove global declaration of
12706 the unused variable pagination_prompt. Remove manipulation of
12707 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12708 GDBFLAGS.
12709
12710 2015-07-29 Pedro Alves <palves@redhat.com>
12711
12712 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12713
12714 2015-07-29 Pedro Alves <palves@redhat.com>
12715
12716 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12717 at the top.
12718
12719 2015-07-29 Pedro Alves <palves@redhat.com>
12720
12721 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12722 (main): Call gdb_unbuffer_output.
12723 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12724 (main): Call gdb_unbuffer_output.
12725 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12726 (main): Call gdb_unbuffer_output.
12727 * gdb.base/call-strs.exp: Adjust to step over the
12728 gdb_unbuffer_output call.
12729 * gdb.base/catch-gdb-caused-signals.c: Include
12730 "../lib/unbuffer_output.c".
12731 (main): Call gdb_unbuffer_output.
12732 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12733 (main): Call gdb_unbuffer_output.
12734 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12735 (main): Call gdb_unbuffer_output.
12736 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12737 (main): Call gdb_unbuffer_output.
12738 * gdb.base/shlib-call.exp: Adjust to step over the
12739 gdb_unbuffer_output call.
12740 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12741 (main): Call gdb_unbuffer_output.
12742 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12743 (main): Call gdb_unbuffer_output.
12744 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12745 (main): Rename to ...
12746 (test): ... this.
12747 (main): Reimplement.
12748 * gdb.base/varargs.exp: Run to test instead of to main.
12749 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12750 (main): Call gdb_unbuffer_output.
12751
12752 2015-07-29 Pedro Alves <palves@redhat.com>
12753
12754 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12755 factore out from mi_continue_dprintf. For call-style dprintfs,
12756 expect dprintf output out of $inferior_spawn_id.
12757 (mi_continue_dprintf): Use mi_expect_dprintf.
12758 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12759 (main): Call gdb_unbuffer_output.
12760
12761 2015-07-29 Pedro Alves <palves@redhat.com>
12762
12763 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12764 (default_mi_gdb_start): Set inferior_spawn_id instead of
12765 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12766 gdb_spawn_id.
12767 (mi_gdb_test): Always expect inferior output from both
12768 $inferior_spawn_id and $gdb_spawn_id.
12769
12770 2015-07-29 Pedro Alves <palves@redhat.com>
12771
12772 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12773 send_inferior and $inferior_spawn_id.
12774
12775 2015-07-29 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.gdb/complaints.exp (test_initial_complaints)
12778 (test_serial_complaints, test_short_complaints): Use
12779 gdb_test_stdio.
12780 (test_empty_complaint): Handle $inferior_spawn_id !=
12781 $gdb_spawn_id.
12782
12783 2015-07-29 Pedro Alves <palves@redhat.com>
12784
12785 * gdb.base/varargs.exp: Use gdb_test_stdio.
12786
12787 2015-07-29 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12790
12791 2015-07-29 Pedro Alves <palves@redhat.com>
12792
12793 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12794
12795 2015-07-29 Pedro Alves <palves@redhat.com>
12796
12797 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12798 parameter into two new parameters, "inf_result" and "gdb_result".
12799 Expect inferior output and gdb output from $inferior_spawn_id and
12800 $gdb_spawn_id, respectively. Adjust all callers.
12801
12802 2015-07-29 Pedro Alves <palves@redhat.com>
12803
12804 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12805 of gdb_test_sequence.
12806
12807 2015-07-29 Pedro Alves <palves@redhat.com>
12808
12809 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12810 (saw_spurious_output): Expect inferior output from
12811 $inferior_spawn_id. Use gdb_test_stdio.
12812
12813 2015-07-29 Pedro Alves <palves@redhat.com>
12814
12815 * gdb.base/dprintf.exp: Use standard_testfile. Change
12816 prepare_for_testing call.
12817 (srcfile): Don't set.
12818 (restart): New procedure.
12819 (test_dprintf): New procecure, use to continue over dprintfs.
12820 (test_call, test_agent): New procedures, tests moved here.
12821 Restart gdb and recreate dprintfs. Adjust expected output.
12822
12823 2015-07-29 Pedro Alves <palves@redhat.com>
12824
12825 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12826
12827 2015-07-29 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12830
12831 2015-07-29 Pedro Alves <palves@redhat.com>
12832
12833 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12834 gdb_test_stdio.
12835
12836 2015-07-29 Pedro Alves <palves@redhat.com>
12837
12838 * lib/gdb.exp (gdb_test_stdio): New procedure.
12839
12840 2015-07-29 Pedro Alves <palves@redhat.com>
12841
12842 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12843
12844 2015-07-29 Pedro Alves <palves@redhat.com>
12845
12846 * gdb.base/call-signal-resume.exp: Remove check for
12847 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12848 * gdb.base/unwindonsignal.exp: Likewise.
12849 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12850 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12851
12852 2015-07-29 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.base/siginfo-addr.c (pass): New function.
12855 (handler): Call it iff si_addr is correct.
12856 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12857 Set a breakpoint at "pass" and continue to it.
12858
12859 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12860
12861 * gdb.python/py-objfile.exp: Make some tests have unique names.
12862 * gdb.python/py-pp-registration.exp: Likewise.
12863
12864 2015-07-28 Pedro Alves <palves@redhat.com>
12865
12866 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12867
12868 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12869
12870 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12871
12872 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12873
12874 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12875
12876 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12877
12878 * gdb.base/gdb-sigterm-2.exp: New test.
12879
12880 2015-07-25 Doug Evans <xdje42@gmail.com>
12881
12882 Revert:
12883 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12884 (workers/%.worker, build-perf): New rule.
12885 (GDB_PERFTEST_MODE): New variable.
12886 (check-perf): Use it.
12887 (clean): Clean up gdb.perf parallel build subdirs.
12888 * lib/build-piece.exp: New file.
12889 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12890 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12891 name.
12892 (standard_temp_file): Ditto.
12893 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12894 of $GDB_PARALLEL.
12895
12896 2015-07-24 Doug Evans <dje@google.com>
12897
12898 * gdb.perf/lib/perftest/utils.py: New file.
12899 * gdb.perf/gm-hello.cc: New file.
12900 * gdb.perf/gm-pervasive-typedef.cc: New file.
12901 * gdb.perf/gm-pervasive-typedef.h: New file.
12902 * gdb.perf/gm-std.cc: New file.
12903 * gdb.perf/gm-std.h: New file.
12904 * gdb.perf/gm-use-cerr.cc: New file.
12905 * gdb.perf/gm-utils.h: New file.
12906 * gdb.perf/gmonster-null-lookup.py: New file.
12907 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12908 * gdb.perf/gmonster-print-cerr.py: New file.
12909 * gdb.perf/gmonster-ptype-string.py: New file.
12910 * gdb.perf/gmonster-runto-main.py: New file.
12911 * gdb.perf/gmonster-select-file.py: New file.
12912 * gdb.perf/gmonster1-null-lookup.exp: New file.
12913 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12914 * gdb.perf/gmonster1-print-cerr.exp: New file.
12915 * gdb.perf/gmonster1-ptype-string.exp: New file.
12916 * gdb.perf/gmonster1-runto-main.exp: New file.
12917 * gdb.perf/gmonster1-select-file.exp: New file.
12918 * gdb.perf/gmonster1.cc: New file.
12919 * gdb.perf/gmonster1.exp: New file.
12920 * gdb.perf/gmonster2-null-lookup.exp: New file.
12921 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12922 * gdb.perf/gmonster2-print-cerr.exp: New file.
12923 * gdb.perf/gmonster2-ptype-string.exp: New file.
12924 * gdb.perf/gmonster2-runto-main.exp: New file.
12925 * gdb.perf/gmonster2-select-file.exp: New file.
12926 * gdb.perf/gmonster2.cc: New file.
12927 * gdb.perf/gmonster2.exp: New file.
12928
12929 2015-07-24 Doug Evans <dje@google.com>
12930
12931 * gdb.perf/README: New file.
12932 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12933 * lib/gen-perf-test.exp: New file.
12934
12935 2015-07-24 Doug Evans <dje@google.com>
12936
12937 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12938 (PerfTest::startup): New function.
12939 (PerfTest::run): Return result of calling body.
12940 (PerfTest::assemble): Rewrite.
12941 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12942 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12943 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12944 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12945 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12946
12947 2015-07-24 Doug Evans <dje@google.com>
12948
12949 * lib/gdb.exp (clean_restart): Make executable optional.
12950
12951 2015-07-24 Doug Evans <dje@google.com>
12952
12953 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12954 compiler_info references.
12955 * gdb.cp/temargs.exp: Ditto.
12956 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12957 (get_compiler_info): Early exit if already computed. Set compiler_info
12958 to "unknown" if there was a problem.
12959 (test_compiler_info): Add function comment. Call get_compiler_info.
12960
12961 2015-07-24 Doug Evans <dje@google.com>
12962
12963 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12964 (workers/%.worker, build-perf): New rule.
12965 (GDB_PERFTEST_MODE): New variable.
12966 (check-perf): Use it.
12967 (clean): Clean up gdb.perf parallel build subdirs.
12968 * lib/build-piece.exp: New file.
12969 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12970 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12971 name.
12972 (standard_temp_file): Ditto.
12973 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12974 of $GDB_PARALLEL.
12975
12976 2015-07-24 Doug Evans <dje@google.com>
12977
12978 * lib/future.exp (gdb_default_target_compile): New option
12979 "early_flags".
12980 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12981 --as-needed.
12982
12983 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12984
12985 * gdb.base/catch-syscall.exp: Call gdb_exit before
12986 gdb_skip_xml_test.
12987
12988 2015-07-24 Pedro Alves <palves@redhat.com>
12989
12990 * gdb.python/py-events.exp: Accept output between the stop event
12991 and the prompt.
12992 * gdb.python/py-evsignal.exp: Likewise.
12993 * gdb.python/py-evthreads.exp: Likewise.
12994
12995 2015-07-24 Pedro Alves <palves@redhat.com>
12996
12997 PR gdb/18717
12998 * gdb.threads/non-ldr-exit.c: New file.
12999 * gdb.threads/non-ldr-exit.exp: New file.
13000
13001 2015-07-24 Yao Qi <yao.qi@linaro.org>
13002
13003 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13004 restarting process.
13005
13006 2015-07-24 Yao Qi <yao.qi@linaro.org>
13007
13008 * gdb.server/ext-restart.exp: New file.
13009
13010 2015-07-24 Yao Qi <yao.qi@linaro.org>
13011
13012 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13013 argument options.
13014 * gdb.server/ext-wrapper.exp: New file.
13015
13016 2015-07-23 Doug Evans <dje@google.com>
13017
13018 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13019 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13020
13021 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13022
13023 * gdb.ada/var_arr_typedef.exp: New testcase.
13024 * gdb.ada/var_arr_typedef/pack.adb: New file.
13025 * gdb.ada/var_arr_typedef/pack.ads: New file.
13026 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13027
13028 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13029
13030 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13031
13032 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13033
13034 * gdb.arch/i386-biarch-core.exp: Replace istarget
13035 by "complete set gnutarget". Remove expectation for the "core-file"
13036 command.
13037
13038 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13039
13040 Revert the previous commit:
13041 Tests for validate symbol file using build-id.
13042
13043 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13044
13045 Tests for validate symbol file using build-id.
13046 * gdb.base/solib-mismatch-lib.c: New file.
13047 * gdb.base/solib-mismatch-libmod.c: New file.
13048 * gdb.base/solib-mismatch.c: New file.
13049 * gdb.base/solib-mismatch.exp: New file.
13050
13051 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13052
13053 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13054 nios2-*-linux*.
13055 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13056 * gdb.base/siginfo.exp: Likewise.
13057 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13058
13059 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13060
13061 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13062 Move it to ...
13063 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13064 ... here.
13065 * gdb.trace/range-stepping.exp: Check that the target supports
13066 range stepping.
13067
13068 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13069
13070 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13071
13072 2015-07-14 Pedro Alves <palves@redhat.com>
13073
13074 * gdb.base/killed-outside.exp: New file.
13075 * gdb.base/killed-outside.c: New file.
13076
13077 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13078
13079 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13080 (n at main): New.
13081 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13082
13083 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13084
13085 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13086 infcall tests instead of setting up for KFAIL.
13087
13088 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13089
13090 * gdb.btrace/record_goto-step.exp: New.
13091
13092 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13093
13094 PR compile/18484
13095 * gdb.compile/compile.c (struct struct_type): Add volatile to
13096 selffield's type.
13097 * gdb.compile/compile.exp
13098 (compile code struct_object.selffield = &struct_object): Skip further
13099 struct_object tests if this one xfails.
13100
13101 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13102
13103 PR exp/18617
13104 * gdb.trace/ax.exp: Add test.
13105
13106 2015-07-07 Yao Qi <yao.qi@linaro.org>
13107
13108 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13109 instead of istarget "aarch64*-*-*".
13110 * gdb.arch/aarch64-fp.exp: Likewise.
13111 * gdb.base/float.exp: Likewise.
13112 * gdb.reverse/aarch64.exp: Likewise.
13113 * lib/gdb.exp (is_aarch64_target): New proc.
13114
13115 2015-07-07 Yao Qi <yao.qi@linaro.org>
13116
13117 * lib/gdb.exp (is_aarch32_target): New proc.
13118 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13119 instead of "istarget "arm*-*-*"".
13120 * gdb.arch/arm-disp-step.exp: Likewise.
13121 * gdb.arch/thumb-bx-pc.exp: Likewise.
13122 * gdb.arch/thumb-prologue.exp: Likewise.
13123 * gdb.arch/thumb-singlestep.exp: Likewise.
13124 * gdb.base/disp-step-syscall.exp: Likewise.
13125 * gdb.base/float.exp: Likewise.
13126
13127 2015-07-07 Yao Qi <yao.qi@linaro.org>
13128
13129 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13130 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13131
13132 2015-07-07 Yao Qi <yao.qi@linaro.org>
13133
13134 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13135 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13136 if it exists.
13137 * gdb.multi/multi-arch.exp: Likewise.
13138
13139 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13140
13141 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13142 print.
13143
13144 2015-07-07 Yao Qi <yao.qi@linaro.org>
13145
13146 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13147
13148 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13149
13150 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13151 '[' and ']' characters.
13152
13153 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13154
13155 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13156
13157 2015-06-29 Pedro Alves <palves@redhat.com>
13158
13159 PR threads/18127
13160 * gdb.threads/hand-call-new-thread.c: New file.
13161 * gdb.threads/hand-call-new-thread.c: New file.
13162
13163 2015-06-26 Keith Seitz <keiths@redhat.com>
13164 Doug Evans <dje@google.com>
13165
13166 PR 16253
13167 * gdb.cp/var-tag-2.cc: New file.
13168 * gdb.cp/var-tag-3.cc: New file.
13169 * gdb.cp/var-tag-4.cc: New file.
13170 * gdb.cp/var-tag.cc: New file.
13171 * gdb.cp/var-tag.exp: New file.
13172
13173 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13174
13175 * gdb.base/history-duplicates.exp: New test.
13176
13177 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13178
13179 * gdb.base/completion.exp: Test the completion of the "focus"
13180 command.
13181
13182 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13183
13184 * gdb.arch/amd64-prologue-skip.S: New file.
13185 * gdb.arch/amd64-prologue-skip.exp: New file.
13186
13187 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13188
13189 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13190 is_address_zero_readable check.
13191
13192 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13193
13194 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13195 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13196
13197 2015-06-24 Yao Qi <yao.qi@linaro.org>
13198
13199 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13200 linux targets.
13201
13202 2015-06-24 Yao Qi <yao.qi@linaro.org>
13203
13204 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13205 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13206 * gdb.base/siginfo-thread.exp: Likewise.
13207
13208 2015-06-22 Yao Qi <yao.qi@linaro.org>
13209
13210 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13211
13212 2015-06-22 Yao Qi <yao.qi@linaro.org>
13213
13214 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13215 aarch64*-*-*.
13216 (skip_hw_watchpoint_tests): Likewise.
13217
13218 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13219
13220 * gdb.base/gdbinit-history.exp: Test the interaction between
13221 setting GDBHISTSIZE and setting the history size via .gdbinit.
13222
13223 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13224
13225 PR gdb/16999
13226 * gdb.base/gdbhistsize-history.exp: New test.
13227
13228 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13229
13230 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13231 with GDBHISTSIZE.
13232 * gdb.base/readline.exp: Likewise.
13233
13234 2015-06-17 Yao Qi <yao.qi@linaro.org>
13235
13236 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13237 line.
13238
13239 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13240
13241 * gdb.base/gdbinit-history.exp: Add test case to check that
13242 an unlimited history file does not get truncated on exit.
13243
13244 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13245
13246 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13247 (VECTOR): New macro. Use it...
13248 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13249 ...for these typedefs.
13250 (int8, char1, int1, double1): New typedefs.
13251 (struct just_int2, struct two_int2): New structures.
13252 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13253 (add_structvecs, add_singlevecs): New functions.
13254 (main): Call add_some_intvecs twice.
13255 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13256 the compile and exit upon failure. Try compiling for the "native"
13257 architecture. Test inferior function calls with vector arguments
13258 and vector return value handling with "finish" and "return".
13259
13260 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13261
13262 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13263 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13264 PE file.
13265 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13266
13267 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13268
13269 PR breakpoints/16465
13270 * gdb.mi/mi-dprintf-pending.c: New file.
13271 * gdb.mi/mi-dprintf-pending.exp: New test.
13272 * gdb.mi/mi-dprintf-pendshr.c: New file.
13273
13274 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13275 Mircea Gherzan <mircea.gherzan@intel.com>
13276
13277 * gdb.arch/i386-mpx-map.c: New file.
13278 * gdb.arch/i386-mpx-map.exp: New File.
13279
13280 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13281
13282 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13283 * gdb.arch/i386-mpx.exp: Indentation fixed.
13284
13285 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13286
13287 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13288 function and improved indentation.
13289 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13290 gdb_test_multiple. Added additional tests to skip the test.
13291
13292 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13293
13294 * gdb.arch/i386-avx512.c: Change path in include file.
13295 * gdb.arch/i386-avx512.exp: Change include dir path
13296 compilation flag.
13297 * gdb.arch/i386-mpx.c: Change path in include file.
13298 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13299 flag.
13300
13301 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13302
13303 * gdb.compile/compile-print.exp (compile print *vararray@3)
13304 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13305
13306 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13307
13308 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13309 (do not keep jit in memory): ... this.
13310 (expect 5): Change it to ...
13311 (expect no 5): ... this.
13312
13313 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13314
13315 PR gdb/15564
13316 * gdb.mi/mi-detach.exp: New file.
13317
13318 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13319
13320 PR symtab/18392
13321 * gdb.arch/amd64-tailcall-self.S: New file.
13322 * gdb.arch/amd64-tailcall-self.c: New file.
13323 * gdb.arch/amd64-tailcall-self.exp: New file.
13324
13325 2015-05-28 Don Breazeal <donb@codesourcery.com>
13326
13327 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13328 tests for remote targets by checking is_target_gdbserver.
13329
13330 2015-05-27 Doug Evans <dje@google.com>
13331
13332 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13333 * gdb.dwarf2/opaque-type-lookup.c: New file.
13334 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13335
13336 2015-05-26 Doug Evans <dje@google.com>
13337
13338 * gdb.cp/iostream.cc: New file.
13339 * gdb.cp/iostream.exp: New file.
13340
13341 2015-05-26 Doug Evans <dje@google.com>
13342
13343 * gdb.dwarf2/dw2-op-call.exp: Update.
13344 * gdb.dwarf2/dw4-sig-types.exp: Update.
13345 * gdb.dwarf2/implptr.exp: Update.
13346 * gdb.mi/mi-cmd-param-changed.exp: Update.
13347
13348 2015-05-26 Doug Evans <dje@google.com>
13349
13350 * gdb.python/py-lazy-string.c: New file.
13351 * gdb.python/py-lazy-string.exp: New file.
13352 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13353 (main): Update. Add estring3.
13354 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13355 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13356
13357 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13358 Yao Qi <yao.qi@linaro.org>
13359
13360 * gdb.reverse/aarch64.c: New.
13361 * gdb.reverse/aarch64.exp: New.
13362
13363 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13364
13365 * lib/gdb.exp (supports_process_record): Return true for
13366 aarch64*-linux*.
13367 (supports_reverse): Likewise.
13368
13369 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13370
13371 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13372 Use with_test_prefix.
13373
13374 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13375
13376 * gdb.base/completion.exp: Add test for completion of layout
13377 names.
13378
13379 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13380
13381 * lib/gdb.exp (skip_tui_tests): New proc.
13382 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13383
13384 2015-05-19 Pedro Alves <palves@redhat.com>
13385
13386 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13387 Save the whole env array instead of just HOME. Unset HISTSIZE in
13388 the environment while testing. Restore whole environment
13389 afterwards.
13390
13391 2015-05-16 Doug Evans <xdje42@gmail.com>
13392
13393 * gdb.guile/scm-ports.c: New file.
13394 * gdb.guile/scm-ports.exp: Add memory port tests.
13395
13396 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13397
13398 * gdb.compile/compile-print.c: New file.
13399 * gdb.compile/compile-print.exp: New file.
13400
13401 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13402
13403 * gdb.compile/compile-ops.exp: Cast param to void.
13404 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13405 (compile code struct_object.selffield = &struct_object): Add xfail.
13406
13407 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13408
13409 * gdb.ada/arr_enum_with_gap: New testcase.
13410
13411 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13412
13413 * gdb.ada/byte_packed_arr: New testcase.
13414
13415 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13416
13417 * gdb.ada/pckd_neg: New testcase.
13418
13419 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13420
13421 PR gdb/17820
13422 * gdb.base/gdbinit-history.exp: New test.
13423 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13424 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13425
13426 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13427
13428 * gdb.python/py-xmethods.cc: Enhance test case.
13429 * gdb.python/py-xmethods.exp: New tests.
13430 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13431 function.
13432 (B_indexoper): Likewise.
13433 (global_dm_list) : Add new xmethod worker functions.
13434
13435 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13436
13437 * gdb.base/coredump-filter.exp: Correctly unset
13438 "coredump_var_addr" array.
13439
13440 2015-05-08 Pedro Alves <palves@redhat.com>
13441
13442 * gdb.server/non-existing-program.exp: Unset spawn_id.
13443
13444 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13445
13446 PR python/18291
13447 * gdb.python/py-xmethods.exp: Add tests.
13448
13449 2015-05-08 Yao Qi <yao.qi@linaro.org>
13450
13451 PR gdb/18208
13452 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13453 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13454 function set_coredump_filter, and remove remote_exec call.
13455 Remove argument ipid. Callers update.
13456 (top level): Don't get inferior's PID.
13457
13458 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13459
13460 * gdb.base/watch_thread_num.exp: Skip test on targets without
13461 access watchpoints.
13462
13463 2015-05-06 Pedro Alves <palves@redhat.com>
13464
13465 PR server/18081
13466 * gdb.server/non-existing-program.exp: New file.
13467
13468 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13469
13470 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13471
13472 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13473
13474 * gdb.ada/out_of_line_in_inlined: New testcase.
13475
13476 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13477
13478 * gdb.ada/var_rec_arr: New testcase.
13479
13480 2015-04-30 Yao Qi <yao.qi@linaro.org>
13481
13482 * gdb.base/break-idempotent.exp: If
13483 skip_hw_watchpoint_multi_tests returns true, skip the tests
13484 on "rwatch" and "awatch".
13485
13486 2015-04-30 Yao Qi <yao.qi@linaro.org>
13487
13488 * gdb.base/relativedebug.exp: Invoke gdb command
13489 "info sharedlibrary", and if libc.so doesn't have debug info,
13490 skip the test.
13491
13492 2015-04-29 Doug Evans <dje@google.com>
13493
13494 * gdb.python/py-xmethods.exp: Add ptype tests.
13495 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13496 get_result_type method.
13497
13498 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13499
13500 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13501 the target does not support hardware watchpoints.
13502
13503 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13504
13505 * gdb.base/break-always.exp: Abort testing if writing to memory
13506 causes an error.
13507
13508 2015-04-28 Doug Evans <dje@google.com>
13509
13510 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13511 * gdb.python/py-pp-registration.exp: ... here. New file.
13512 * gdb.python/py-pp-registration.c: New file.
13513 * gdb.python/py-pp-registration.py: New file.
13514
13515 2015-04-28 Doug Evans <dje@google.com>
13516
13517 * gdb.python/py-bad-printers.c: New file.
13518 * gdb.python/py-bad-printers.py: New file.
13519 * gdb.python/py-bad-printers.exp: New file.
13520
13521 2015-04-28 Sasha Smundak <asmundak@google.com>
13522
13523 * gdb.python/py-type.exp: New test.
13524
13525 2015-04-28 Andy Wingo <wingo@igalia.com>
13526
13527 * gdb.python/py-parameter.exp:
13528 * gdb.guile/scm-parameter.exp: Escape the path that we are
13529 matching against, as it might contain characters that are special
13530 to regular expressions.
13531
13532 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13533
13534 * gdb.ada/rec_comp: New testcase.
13535
13536 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13537
13538 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13539 before using it.
13540
13541 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13542
13543 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13544 new tests for verilog output.
13545
13546 2015-04-24 Yao Qi <yao.qi@linaro.org>
13547
13548 * boards/remote-gdbserver-on-localhost.exp: New file.
13549
13550 2015-04-23 Pedro Alves <palves@redhat.com>
13551
13552 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13553 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13554 "end of file", remove $inferior_spawn_id from the indirect list.
13555
13556 2015-04-23 Pedro Alves <palves@redhat.com>
13557
13558 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13559
13560 2015-04-23 Pedro Alves <palves@redhat.com>
13561
13562 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13563 on $any_spawn_id instead of only on $gdb_spawn_id.
13564
13565 2015-04-21 Pierre Muller <muller@sourceware.org>
13566
13567 PR pascal/17815
13568 * lib/pascal.exp (gpc_compile): Add new option "class".
13569 (fpc_compile): Likewise.
13570 * gdb.pascal/case-insensitive-symbols.pas: New file.
13571 * gdb.pascal/case-insensitive-symbols.exp: New file.
13572
13573 2015-04-20 Gary Benson <gbenson@redhat.com>
13574
13575 * gdb.base/attach.exp: Fix three extended remote failures.
13576
13577 2015-04-17 Gary Benson <gbenson@redhat.com>
13578
13579 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13580 the main executable over the remote protocol.
13581
13582 2015-04-16 Pedro Alves <palves@redhat.com>
13583
13584 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13585 a new gdbserver if gdbserver_reconnect_p is set.
13586
13587 2015-04-16 Pedro Alves <palves@redhat.com>
13588
13589 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13590 is set, don't exit gdbserver.
13591
13592 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13593
13594 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13595 appropriate .insn, such that an older assembler can be used.
13596 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13597 the z/Architecture instruction set on 31-bit targets as well.
13598
13599 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13600
13601 * gdb.go/handcall.exp: Remove all logic related to the first
13602 breakpoint and rely on go_runto_main instead.
13603 * gdb.go/strings.exp: Likewise.
13604 * gdb.go/unsafe.exp: Likewise.
13605 * gdb.go/hello.exp: Likewise. Also rename the remaining
13606 breakpoint marker to "breakpoint 1".
13607 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13608 * gdb.go/strings.go: Likewise.
13609 * gdb.go/unsafe.go: Likewise.
13610 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13611 "set breakpoint 2 here" and rename the remaining breakpoint marker
13612 to "breakpoint 1".
13613
13614 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13615
13616 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13617 if itertools.imap is not present.
13618 * gdb.python/py-objfile.exp: Add parentheses.
13619 * gdb.python/py-type.exp: Same.
13620 * gdb.python/py-unwind-maint.py: Same.
13621
13622 2015-04-15 Yao Qi <yao.qi@linaro.org>
13623
13624 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13625 of ":$ptr_size" and set its form explicitly.
13626
13627 2015-04-15 Pedro Alves <palves@redhat.com>
13628 Yao Qi <yao.qi@linaro.org>
13629
13630 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13631 timeout by factor of 4.
13632 (test_regular_watch): Likewise.
13633 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13634 * gdb.reverse/sigall-reverse.exp: Likewise.
13635 * gdb.reverse/until-precsave.exp: Likewise.
13636 * lib/gdb.exp (with_timeout_factor): New proc.
13637 (gdb_expect): Move some code to ...
13638 (get_largest_timeout): ... here. New procedure.
13639
13640 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13641
13642 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13643
13644 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13645
13646 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13647 to write to the .text section.
13648
13649 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13650
13651 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13652 Handle the case of targets that do not provide PID information.
13653
13654 2015-04-13 Yao Qi <yao.qi@linaro.org>
13655
13656 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13657 and use expect instead of gdb_expect.
13658
13659 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13660
13661 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13662 "coredump_var_addr" to avoid naming conflict with other testcases.
13663
13664 2015-04-10 Pedro Alves <palves@redhat.com>
13665
13666 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13667 gdb_test_sequence and gdb_assert.
13668
13669 2015-04-10 Pedro Alves <palves@redhat.com>
13670
13671 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13672 test messages that don't include the breakpoint address.
13673
13674 2015-04-10 Yao Qi <yao.qi@linaro.org>
13675
13676 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13677 false for some offset and width combinations which aren't
13678 supported by linux kernel.
13679
13680 2015-04-10 Pedro Alves <palves@redhat.com>
13681
13682 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13683 procedure, factored out from ...
13684 (top level): ... here. Add "set displaced-stepping" testing axis.
13685 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13686 parameter "displaced". Use it.
13687 (top level): Use foreach and add "set displaced-stepping" testing
13688 axis.
13689
13690 2015-04-10 Pedro Alves <palves@redhat.com>
13691
13692 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13693 Remove comment.
13694 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13695 both the address of the instruction that triggers the watchpoint
13696 and the address of the instruction immediately after, and use
13697 those addresses for the test. Fix comment.
13698
13699 2015-04-10 Pedro Alves <palves@redhat.com>
13700
13701 * gdb.base/sigstep.exp (breakpoint_to_handler)
13702 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13703 Test "backtrace" in handler.
13704 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13705 (top level): Add new "displaced" test axis to
13706 breakpoint_to_handler, breakpoint_to_handler_entry and
13707 breakpoint_over_handler.
13708
13709 2015-04-10 Pedro Alves <palves@redhat.com>
13710
13711 PR gdb/18216
13712 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13713
13714 2015-04-10 Yao Qi <yao.qi@linaro.org>
13715
13716 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13717 (test_add_rn_pc): New function.
13718 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13719 (top level): Invoke test_add_rn_pc.
13720
13721 2015-04-10 Pedro Alves <palves@redhat.com>
13722
13723 PR gdb/13858
13724 * gdb.base/step-over-no-symbols.exp: New file.
13725
13726 2015-04-09 Andy Wingo <wingo@igalia.com>
13727
13728 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13729 after the Python tests.
13730
13731 2015-04-08 Keith Seitz <keiths@redhat.com>
13732
13733 PR python/16699
13734 * gdb.python/py-completion.exp: New tests for completion.
13735 * gdb.python/py-completion.py (CompleteLimit1): New class.
13736 (CompleteLimit2): Likewise.
13737 (CompleteLimit3): Likewise.
13738 (CompleteLimit4): Likewise.
13739 (CompleteLimit5): Likewise.
13740 (CompleteLimit6): Likewise.
13741 (CompleteLimit7): Likewise.
13742
13743 2015-04-08 Pedro Alves <palves@redhat.com>
13744
13745 PR gdb/18214
13746 PR gdb/18216
13747 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13748 function.
13749 (main): Install it as SIGUSR1 handler.
13750 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13751 parameter. Always use "setup" as prefix. Toggle "set
13752 displaced-stepping" off/on depending on global. Don't switch to
13753 thread 1 here.
13754 (top level): Add displaced stepping "off/on" test axis. Update
13755 "setup" calls. Wrap each subtest with with_test_prefix. Test
13756 continuing with a queued signal in each thread.
13757
13758 2015-04-08 Pedro Alves <palves@redhat.com>
13759
13760 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13761 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13762 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13763 Return early if running to main fails.
13764 * gdb.trace/while-stepping.exp: Likewise.
13765
13766 2015-04-07 Pedro Alves <palves@redhat.com>
13767
13768 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13769 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13770 interact with inferior program.
13771
13772 2015-04-07 Pedro Alves <palves@redhat.com>
13773
13774 * lib/gdb.exp (inferior_spawn_id): New global.
13775 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13776 spawn id after processing the user code.
13777 (default_gdb_start): Set inferior_spawn_id.
13778 (send_inferior): New procedure.
13779 * lib/gdbserver-support.exp (gdbserver_start): Set
13780 inferior_spawn_id.
13781 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13782
13783 2015-04-07 Pedro Alves <palves@redhat.com>
13784
13785 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13786 * lib/gdbserver-support.exp (gdbserver_start): Make
13787 $server_spawn_id global.
13788 (gdbserver_start): Don't wait for gdbserver's spawn id with
13789 expect_background.
13790 (close_gdbserver): New procedure.
13791 (gdb_exit): Rename the default version and reimplement.
13792
13793 2015-04-07 Pedro Alves <palves@redhat.com>
13794
13795 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13796 append the substituted item, not the original item.
13797
13798 2015-04-07 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13801 gdb_expect.
13802
13803 2015-04-07 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13806 output appearing once only.
13807
13808 2015-04-07 Pedro Alves <palves@redhat.com>
13809
13810 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13811 that doesn't expect anything. Return early if running to main
13812 fails.
13813
13814 2015-04-07 Yao Qi <yao.qi@linaro.org>
13815
13816 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13817 (child_function): Call alarm.
13818 (main): Move call to alarm into the loop.
13819 * gdb.threads/non-stop-fair-events.exp: Build program with
13820 -DTIMEOUT=$timeout.
13821
13822 2015-04-06 Doug Evans <xdje42@gmail.com>
13823
13824 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13825 Fix dest parameter to board_info.
13826 (fpc_compile): Ditto.
13827 (gdb_compile_pascal): Rename dest arg to destfile.
13828
13829 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13830
13831 * gdb.ada/funcall_ref.exp: New file.
13832 * gdb.ada/funcall_ref/foo.adb: New file.
13833
13834 2015-04-02 Yao Qi <yao.qi@linaro.org>
13835
13836 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13837 is remote.
13838
13839 2015-04-02 Gary Benson <gbenson@redhat.com>
13840
13841 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13842
13843 2015-04-01 Sasha Smundak <asmundak@google.com>
13844
13845 * gdb.python/py-unwind-maint.c: New file.
13846 * gdb.python/py-unwind-maint.exp: New test.
13847 * gdb.python/py-unwind-maint.py: New file.
13848 * gdb.python/py-unwind.c: New file.
13849 * gdb.python/py-unwind.exp: New test.
13850 * gdb.python/py-unwind.py: New test.
13851
13852 2015-04-01 Pedro Alves <palves@redhat.com>
13853
13854 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13855 to fail instead of non-existent $test.
13856
13857 2015-04-01 Pedro Alves <palves@redhat.com>
13858
13859 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13860 GDBFLAGS if not empty.
13861
13862 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13863
13864 * gdb.ada/complete.exp: Remove "multi_line".
13865 * gdb.ada/info_exc.exp: Remove "multi_line".
13866 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13867 * gdb.ada/ptype_field.exp: Remove "multi_line".
13868 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13869 * gdb.ada/tagged.exp: Remove "multi_line".
13870 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13871 [multi_line ...]
13872 * gdb.btrace/delta.exp: Likewise.
13873 * gdb.btrace/exception.exp: Likewise.
13874 * gdb.btrace/function_call_history.exp: Likewise.
13875 * gdb.btrace/instruction_history.exp: Likewise.
13876 * gdb.btrace/nohist.exp: Likewise.
13877 * gdb.btrace/record_goto.exp: Likewise.
13878 * gdb.btrace/segv.exp: Likewise.
13879 * gdb.btrace/stepi.exp: Likewise.
13880 * gdb.btrace/tailcall.exp: Likewise.
13881 * gdb.btrace/unknown_functions.exp: Likewise.
13882 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13883 * lib/gdb.exp: Add the "multi_line" helper.
13884
13885 2015-04-01 Pedro Alves <palves@redhat.com>
13886
13887 * gdb.threads/tid-reuse.c: New file.
13888 * gdb.threads/tid-reuse.exp: New file.
13889
13890 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13891
13892 PR corefiles/16092
13893 * gdb.base/coredump-filter.c: New file.
13894 * gdb.base/coredump-filter.exp: Likewise.
13895
13896 2015-03-27 Petr Machata <pmachata@redhat.com>
13897
13898 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13899 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13900 (Dwarf::assemble): Initialize them.
13901 (Dwarf::lines): New function.
13902
13903 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13904
13905 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13906 SYMBOL_PREFIX for x86_64-*-cygwin.
13907
13908 2015-03-26 Andy Wingo <wingo@igalia.com>
13909
13910 PR symtab/18148
13911 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13912 const_value but not a location.
13913 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13914 location defined in non-main CUs are visible.
13915
13916 2015-03-26 Yao Qi <yao.qi@linaro.org>
13917
13918 PR testsuite/18139
13919 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13920 Add a line number entry for the same line.
13921 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13922 Add a line number entry for the same line.
13923
13924 2015-03-26 Yao Qi <yao.qi@linaro.org>
13925
13926 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13927 .int 0.
13928 (func): Likewise. Add .Lfunc_1 label.
13929 Use .Lfunc_1 label.
13930 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13931 .int 0.
13932 (func): Likewise.
13933 Use .Lfunc_1 label.
13934
13935 2015-03-26 Yao Qi <yao.qi@linaro.org>
13936
13937 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13938 Call gdb_compile instead to compile each .s files without debug
13939 information.
13940
13941 2015-03-26 Yao Qi <yao.qi@linaro.org>
13942
13943 * gdb.base/savedregs.exp (process_saved_regs): Make
13944 "Saved registers:" optional in the pattern.
13945
13946 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13947
13948 * gdb.btrace/next.exp: Merged into step.exp.
13949 * gdb.btrace/finish.exp: Merged into step.exp.
13950 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13951 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13952 "record goto" and checking the exact replay position.
13953 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13954 check for "Recording format" in "info record" output.
13955 * gdb.btrace/record_goto.exp: Choose test file based on target.
13956 * gdb.btrace/x86-record_goto.S: Renamed into ...
13957 * gdb.btrace/x86_64-record_goto.S: ... this.
13958 * gdb.btrace/i686-record_goto.S: New.
13959 * gdb.btrace/x86-tailcall.S: Renamed into ...
13960 * gdb.btrace/x86_64-tailcall.S: ... this.
13961 * gdb.btrace/i686-tailcall.S: New.
13962 * gdb.btrace/x86-tailcall.c: Renamed into ...
13963 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13964 separate statements. Update test.
13965 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13966 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13967 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13968 * gdb.btrace/tailcall.exp: Choose test file based on target.
13969 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13970
13971 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13972
13973 * gdb.btrace/exception.exp: Increase BTS buffer size.
13974
13975 2015-03-24 Pedro Alves <palves@redhat.com>
13976
13977 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13978
13979 2015-03-24 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.threads/schedlock.exp (test_step): No longer expect that
13982 "set scheduler-locking step" with "next" over a function call runs
13983 threads unlocked.
13984
13985 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13986
13987 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13988
13989 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13990
13991 PR breakpoints/16466
13992 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13993 * gdb.mi/mi-pending.c (thread_func): New function.
13994 (int main): Add threading support required.
13995 * gdb.mi/mi-pending.exp: Add tests for this issue.
13996 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13997 (pendfunc2): Remove stdio dependency.
13998 * gdb.mi/mi-pendshr2.c: New file.
13999
14000 2015-03-23 Keith Seitz <keiths@redhat.com>
14001
14002 * gdb.linespec/keywords.c: New file.
14003 * gdb.linespec/keywords.exp: New file.
14004
14005 2015-03-23 Keith Seitz <keiths@redhat.com>
14006
14007 PR gdb/18021
14008 * gdb.dwarf2/staticvirtual.exp: New test.
14009
14010 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14011
14012 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14013 * README: Remove HP-UX and gdb.hp.
14014 (configuration):
14015 * configure: Regenerate.
14016 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14017 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14018 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14019 gdb.hp/gdb.defects/Makefile.
14020 * gdb.hp/Makefile.in: File deleted.
14021 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14022 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14023 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14024 * gdb.hp/gdb.aCC/run.c: File deleted.
14025 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14026 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14027 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14028 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14029 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14030 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14031 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14032 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14033 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14034 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14035 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14036 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14037 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14038 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14039 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14040 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14041 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14042 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14043 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14044 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14045 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14046 * gdb.hp/gdb.compat/average.c: File deleted.
14047 * gdb.hp/gdb.compat/sum.c: File deleted.
14048 * gdb.hp/gdb.compat/xdb.c: File deleted.
14049 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14050 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14051 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14052 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14053 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14054 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14055 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14056 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14057 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14058 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14059 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14060 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14061 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14062 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14063 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14064 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14065 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14066 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14067 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14068 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14069 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14070 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14071 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14072 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14073 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14074 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14075 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14076 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14077 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14078 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14079 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14080 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14081 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14082 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14083 * gdb.hp/tools/odump: File deleted.
14084
14085 2015-03-19 Pedro Alves <palves@redhat.com>
14086
14087 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14088 (saw_thread_3): New globals.
14089 (top level): Increment them when an event for the corresponding
14090 thread is seen.
14091 (no thread starvation): New test.
14092
14093 2015-03-19 Pedro Alves <palves@redhat.com>
14094
14095 * gdb.threads/continue-pending-status.c: New file.
14096 * gdb.threads/continue-pending-status.exp: New file.
14097
14098 2015-03-18 Pedro Alves <palves@redhat.com>
14099
14100 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14101 Use gdb_is_target_remote instead of is_remote. Use
14102 gdb_test_multiple instead of gdb_expect. Exit early if
14103 gdb_test_multiple hits its internal matches. Tighten stepi tests
14104 expected output. Fail on exit with any signal, instead of just
14105 SIGILL.
14106
14107 2015-03-18 Yao Qi <yao.qi@linaro.org>
14108
14109 PR tdep/18107
14110 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14111 variable.
14112 * gdb.base/catch-syscall.exp: Don't skip it on
14113 aarch64*-*-linux* target. Remove elements in all_syscalls.
14114 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14115 target.
14116 (setup_all_syscalls): New proc.
14117
14118 2015-03-16 Yao Qi <yao.qi@linaro.org>
14119
14120 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14121 (top level): Skip tests if valid_addr_p returns false for
14122 $cmd1 or $cmd2.
14123
14124 2015-03-11 Andy Wingo <wingo@igalia.com>
14125
14126 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14127
14128 2015-03-11 Yao Qi <yao.qi@linaro.org>
14129
14130 * gdb.base/catch-syscall.exp: Fix typo in comments.
14131
14132 2015-03-11 Yao Qi <yao.qi@linaro.org>
14133
14134 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14135
14136 2015-03-09 Pedro Alves <palves@redhat.com>
14137
14138 * dg-extract-results.py: Delete.
14139
14140 2015-03-09 Pedro Alves <palves@redhat.com>
14141
14142 Merge dg-extract-results.sh from GCC upstream (r218843).
14143
14144 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14145 * dg-extract-results.sh: Use --text with grep to avoid issues with
14146 binary files. Fall back to cat -v, if that doesn't work.
14147
14148 2015-03-05 Pedro Alves <palves@redhat.com>
14149
14150 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14151
14152 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14153
14154 * lib/mi-support.exp (mi_expect_interrupt): Accept
14155 alternative event for when in all-stop mode.
14156
14157 2015-03-04 Pedro Alves <palves@redhat.com>
14158
14159 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14160
14161 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14162
14163 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14164
14165 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14166
14167 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14168 regexps for GDB's current line display, accept a hex address
14169 preceding the line number.
14170
14171 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14172
14173 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14174 the 'arch1' variable for "s390*-linux*" targets.
14175
14176 2015-03-04 Pedro Alves <palves@redhat.com>
14177
14178 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14179 (main): Pass missing retval argument to pthread_join call.
14180
14181 2015-03-02 Pedro Alves <palves@redhat.com>
14182
14183 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14184 (top level): Call do_test with non-stop as well.
14185
14186 2015-03-02 Pedro Alves <palves@redhat.com>
14187
14188 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14189 -1.
14190
14191 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14192
14193 * gdb.arch/s390-vregs.exp: New test.
14194 * gdb.arch/s390-vregs.S: New file.
14195
14196 2015-02-27 Pedro Alves <palves@redhat.com>
14197
14198 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14199 call to catch_command_errors.
14200 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14201 catch_command_errors.
14202
14203 2015-02-27 Pedro Alves <palves@redhat.com>
14204
14205 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14206 "true" for boolean result.
14207 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14208 prototype of main.
14209
14210 2015-02-27 Pedro Alves <palves@redhat.com>
14211
14212 * lib/unbuffer_output.c: New file.
14213 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14214 (main): Call gdb_unbuffer_output.
14215
14216 2015-02-27 Yao Qi <yao.qi@linaro.org>
14217
14218 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14219 target.
14220
14221 2015-02-26 Doug Evans <dje@google.com>
14222
14223 * gdb.cp/class2.cc (Dbase, D): New classes.
14224 (main): New local delta.
14225 * gdb.cp/class2.exp: Test printing delta.
14226 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14227 (dynbar): New global.
14228 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14229
14230 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14231
14232 * gdb.compile/compile-ifunc.c: New file.
14233 * gdb.compile/compile-ifunc.exp: New file.
14234
14235 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14236
14237 * gdb.base/structs.exp: Check for correct struct on finish.
14238
14239 2015-02-26 Yao Qi <yao.qi@linaro.org>
14240
14241 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14242 is zero.
14243
14244 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14245
14246 * gdb.arch/cordic.ko.bz2: New file.
14247 * gdb.arch/cordic.ko.debug.bz2: New file.
14248 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14249
14250 2015-02-25 Yao Qi <yao.qi@linaro.org>
14251
14252 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14253 aarch64*-*-* target.
14254
14255 2015-02-23 Pedro Alves <palves@redhat.com>
14256
14257 * lib/gdb.exp (delete_breakpoints): Rewrite using
14258 gdb_test_multiple.
14259
14260 2015-02-23 Pedro Alves <palves@redhat.com>
14261
14262 * gdb.base/info-os.c: Include stdlib.h.
14263
14264 2015-02-22 Doug Evans <xdje42@gmail.com>
14265
14266 PR symtab/17855
14267 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14268 is read after symbols have been re-read.
14269 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14270 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14271
14272 2015-02-21 Doug Evans <dje@google.com>
14273
14274 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14275
14276 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14277
14278 PR corefiles/17808
14279 * gdb.arch/i386-biarch-core.core.bz2: New file.
14280 * gdb.arch/i386-biarch-core.exp: New file.
14281
14282 2015-02-21 Pedro Alves <palves@redhat.com>
14283
14284 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14285 runto_main fails.
14286
14287 2015-02-20 Pedro Alves <palves@redhat.com>
14288
14289 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14290 info probes.
14291
14292 2015-02-20 Pedro Alves <palves@redhat.com>
14293
14294 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14295
14296 2015-02-20 Pedro Alves <palves@redhat.com>
14297
14298 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14299 clean_restart before gdb_target_supports_trace.
14300
14301 2015-02-20 Pedro Alves <palves@redhat.com>
14302
14303 PR threads/18006
14304 * gdb.threads/clone-thread_db.c: New file.
14305 * gdb.threads/clone-thread_db.exp: New file.
14306
14307 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14308
14309 PR breakpoints/16812
14310 * gdb.base/catch-gdb-caused-signals.c: New file.
14311 * gdb.base/catch-gdb-caused-signals.exp: New file.
14312
14313 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14314
14315 * configure: Regenerated.
14316 * configure.ac: Use GDB_AC_TRANSFORM.
14317 * aclocal.m4: sinclude ../transform.m4.
14318
14319 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14320
14321 * lib/dtrace.exp: New file.
14322 * gdb.base/dtrace-probe.exp: Likewise.
14323 * gdb.base/dtrace-probe.d: Likewise.
14324 * gdb.base/dtrace-probe.c: Likewise.
14325 * lib/pdtrace.in: Likewise.
14326 * configure.ac: Output variables with the transformed names of
14327 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14328 * configure: Regenerated.
14329
14330 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14331
14332 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14333 expected message when trying to access $_probe_* convenience
14334 variables while not on a probe.
14335
14336 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14337
14338 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14339
14340 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14341
14342 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14343 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14344
14345 2015-02-10 Doug Evans <xdje42@gmail.com>
14346
14347 * lib/gdb.exp (gdb_load): Always return a result.
14348
14349 2015-02-10 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.threads/signal-sigtrap.c: New file.
14352 * gdb.threads/signal-sigtrap.exp: New file.
14353
14354 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14355
14356 * gdb.trace/no-attach-trace.c: New file.
14357 * gdb.trace/no-attach-trace.exp: New file.
14358
14359 2015-02-09 Mark Wielaard <mjw@redhat.com>
14360
14361 * gdb.dwarf2/atomic.c: New file.
14362 * gdb.dwarf2/atomic-type.exp: Likewise.
14363
14364 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14365
14366 * gdb.btrace/buffer-size.exp: Update "info record" output.
14367 * gdb.btrace/delta.exp: Update "info record" output.
14368 * gdb.btrace/enable.exp: Update "info record" output.
14369 * gdb.btrace/finish.exp: Update "info record" output.
14370 * gdb.btrace/instruction_history.exp: Update "info record" output.
14371 * gdb.btrace/next.exp: Update "info record" output.
14372 * gdb.btrace/nexti.exp: Update "info record" output.
14373 * gdb.btrace/step.exp: Update "info record" output.
14374 * gdb.btrace/stepi.exp: Update "info record" output.
14375 * gdb.btrace/nohist.exp: Update "info record" output.
14376
14377 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14378
14379 * gdb.btrace/buffer-size: New.
14380
14381 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14382
14383 * gdb.btrace/delta.exp: Update "info record" output.
14384 * gdb.btrace/enable.exp: Update "info record" output.
14385 * gdb.btrace/finish.exp: Update "info record" output.
14386 * gdb.btrace/instruction_history.exp: Update "info record" output.
14387 * gdb.btrace/next.exp: Update "info record" output.
14388 * gdb.btrace/nexti.exp: Update "info record" output.
14389 * gdb.btrace/step.exp: Update "info record" output.
14390 * gdb.btrace/stepi.exp: Update "info record" output.
14391 * gdb.btrace/nohist.exp: Update "info record" output.
14392
14393 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14394
14395 PR gdb/15678
14396 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14397
14398 2015-02-06 Pedro Alves <palves@redhat.com>
14399
14400 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14401 macro.
14402 (seconds_left, again): New globals.
14403 (main): Wait seconds_left in a 1-second sleep loop instead of
14404 sleeping 180 seconds. If 'again' is set, reset the seconds
14405 counter.
14406 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14407 'again' in the inferior before detaching. Print the seconds left.
14408 (options): New global.
14409 (top level): Build program with -DTIMEOUT=$timeout.
14410
14411 2015-02-06 Pedro Alves <palves@redhat.com>
14412
14413 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14414 determine how many seconds to pass to 'alarm'.
14415 * gdb.base/gdb-sigterm.exp (top level): Build program with
14416 -DTIMEOUT=$timeout.
14417 (do_test): Return success/failure indication. Add more verbose
14418 logging. Don't fail if 200 single steps are seen. Instead, fail
14419 when the test times out.
14420 (passes): New global.
14421 (top level): Break the testing loop if testing fails on any
14422 iteration. Use gdb_assert.
14423
14424 2015-02-04 Don Breazeal <donb@codesourcery.com>
14425
14426 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14427 and initialize them.
14428 (ipc_cleanup): New function.
14429 (main): Don't declare shmid, semid, and msqid. Add a call to
14430 atexit so that we call ipc_cleanup on exit.
14431
14432 2015-02-04 Pedro Alves <palves@redhat.com>
14433
14434 * boards/native-extended-gdbserver.exp: Remove any target variant
14435 specifications from the board name before clearing the isremote
14436 flag from board_info.
14437
14438 2015-01-31 Doug Evans <xdje42@gmail.com>
14439
14440 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14441
14442 2015-01-31 Gary Benson <gbenson@redhat.com>
14443
14444 * gdb.base/completion.exp: Disable completion limiting for
14445 existing tests. Add new tests to check completion limiting.
14446 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14447
14448 2015-01-31 Doug Evans <xdje42@gmail.com>
14449
14450 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14451
14452 2015-01-31 Doug Evans <xdje42@gmail.com>
14453
14454 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14455 entries. Duplicate file section script entries.
14456 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14457 inlined entries. Add test for safe-path rejection.
14458 * gdb.python/py-section-script.c: Add duplicate inlined section script
14459 entries. Duplicate file section script entries.
14460 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14461 inlined entries. Add test for safe-path rejection.
14462
14463 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14464
14465 * gdb.ada/disc_arr_bound: New testcase.
14466
14467 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14468
14469 * gdb.ada/mi_var_array: New testcase.
14470
14471 2015-01-27 Doug Evans <dje@google.com>
14472
14473 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14474 Add test for objfile.filename, objfile.username after objfile
14475 has been unloaded.
14476
14477 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14478
14479 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14480 the second test to print the name attribute of value
14481 returned by the call to gdb.lookup_type, and adjust
14482 the expected output accordingly.
14483
14484 2015-01-25 Mark Wielaard <mjw@redhat.com>
14485
14486 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14487 * gdb.base/disp-step-fork.c: Include unistd.h.
14488 * gdb.base/siginfo-obj.c: Include stdio.h.
14489 * gdb.base/siginfo-thread.c: Likewise.
14490 * gdb.mi/non-stop.c: Include unistd.h.
14491 * gdb.mi/nsthrexec.c: Include stdio.h.
14492 * gdb.mi/pthreads.c: Include unistd.h.
14493 * gdb.modula2/unbounded1.c (main): Declare returns int.
14494 * gdb.reverse/consecutive-reverse.c: Likewise.
14495 * gdb.threads/create-fail.c: Include unistd.h.
14496 * gdb.threads/killed.c: Likewise.
14497 * gdb.threads/linux-dp.c: Likewise.
14498 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14499 * gdb.threads/non-ldr-exc-2.c: Likewise.
14500 * gdb.threads/non-ldr-exc-3.c: Likewise.
14501 * gdb.threads/non-ldr-exc-4.c: Likewise.
14502 * gdb.threads/pthreads.c: Include unistd.h.
14503 (main): Declare returns int.
14504 * gdb.threads/tls-main.c (foo): New declaration.
14505 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14506
14507 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14508
14509 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14510 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14511
14512 2015-01-15 Mark Wielaard <mjw@redhat.com>
14513
14514 * gdb.base/noreturn-return.c: New file.
14515 * gdb.base/noreturn-return.exp: New file.
14516 * gdb.base/noreturn-finish.c: New file.
14517 * gdb.base/noreturn-finish.exp: New file.
14518
14519 2015-01-23 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.threads/continue-pending-after-query.c: New file.
14522 * gdb.threads/continue-pending-after-query.exp: New file.
14523
14524 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14525 Simon Marchi <simon.marchi@ericsson.com>
14526
14527 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14528 * gdb.base/valgrind-db-attach.exp: Same.
14529 * gdb.base/valgrind-infcall.exp: Same.
14530 * lib/mi-support.exp (default_mi_gdb_start): Same.
14531 * lib/prompt.exp (default_prompt_gdb_start): Same.
14532 * lib/gdb.exp (default_gdb_spawn): Same.
14533 (gdb_interact): New.
14534
14535
14536 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14537
14538 * gdb.compile/compile.exp (pointer to jit function): New test.
14539
14540 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14541
14542 * lib/gdb.exp (supports_process_record): Return true for
14543 powerpc*-*-linux*.
14544 (supports_reverse): Likewise.
14545
14546 2015-01-15 Don Breazeal <donb@codesourcery.com>
14547
14548 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14549 instead of checking whether the target board is remote and
14550 use spawn_wait_for_attach instead of exec/sleep.
14551 * gdb.base/attach-twice.exp: Likewise.
14552
14553 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14554
14555 * gdb.ada/var_arr_attrs: New testcase.
14556
14557 2015-01-14 Pedro Alves <palves@redhat.com>
14558 Joel Brobecker <brobecker@adacore.com>
14559
14560 PR gdb/17525
14561 * gdb.base/bp-cmds-execution-x-script.c: New file.
14562 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14563 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14564
14565 2015-01-14 Pedro Alves <palves@redhat.com>
14566
14567 PR cli/17828
14568 * gdb.base/batch-preserve-term-settings.c: New file.
14569 * gdb.base/batch-preserve-term-settings.exp: New file.
14570
14571 2015-01-13 Doug Evans <dje@google.com>
14572
14573 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14574 binary.
14575
14576 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14577
14578 * Makefile.in (clean mostlyclean): Do not delete *.py.
14579
14580 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14581
14582 * gdb.python/py-lookup-type.exp: New file.
14583
14584 2015-01-12 Pedro Alves <palves@redhat.com>
14585
14586 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14587 restore GDBFLAGS before returning.
14588
14589 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14590
14591 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14592 is_amd64_regs_target and is_x86_like_target.
14593
14594 2015-01-11 Doug Evans <xdje42@gmail.com>
14595
14596 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14597 is given without an explicit form.
14598 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14599 attributes.
14600 * gdb.dwarf/corrupt.exp: Ditto.
14601 * gdb.dwarf2/enum-type.exp: Ditto.
14602 * gdb.trace/entry-values.exp: Ditto.
14603 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14604
14605 2015-01-11 Doug Evans <xdje42@gmail.com>
14606
14607 PR gdb/15830
14608 * gdb.base/maint.exp: Remove references to "maint demangle".
14609 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14610 Add tests for explicitly specifying language to demangle.
14611 * gdb.dlang/demangle.exp: Ditto.
14612
14613 2015-01-09 Pedro Alves <palves@redhat.com>
14614
14615 * gdb.threads/non-stop-fair-events.c: New file.
14616 * gdb.threads/non-stop-fair-events.exp: New file.
14617
14618 2015-01-09 Pedro Alves <palves@redhat.com>
14619
14620 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14621 the global scope. Set a breakpoint after all threads are started
14622 rather than stepping over two source lines. Expect the prompt.
14623 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14624 global.
14625 (NUM): Now 15.
14626 (main): Use threads_started_barrier to wait for all threads to
14627 start. Main thread no longer calls thread_function. Exit after
14628 180 seconds.
14629 (loop): New function.
14630 (thread_function): Wait on threads_started_barrier barrier. Call
14631 'loop' at each iteration.
14632 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14633 threads have started, instead of hardcoding number of "next"
14634 steps. Use an access watchpoint instead of a write watchpoint.
14635
14636 2015-01-09 Pedro Alves <palves@redhat.com>
14637
14638 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14639 (thread_func): Wait on barrier.
14640 (main): Wait for all threads to start before stopping GDB.
14641 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14642 global.
14643 (thread1_func, thread2_func): Wait on barrier.
14644 (main): Wait for all threads to start before stopping GDB.
14645 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14646 New global.
14647 (thread1_func, thread2_func): Wait on barrier.
14648 (main): Wait for all threads to start before stopping GDB.
14649
14650 2015-01-09 Pedro Alves <palves@redhat.com>
14651
14652 * gdb.threads/attach-many-short-lived-threads.c: New file.
14653 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14654
14655 2014-01-09 Pedro Alves <palves@redhat.com>
14656
14657 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14658 instead of to thread 2.
14659 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14660 Add barrier around each pthread_create call instead of around all
14661 calls.
14662 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14663 Set a break on thread_function and have the child threads hit it
14664 one at at a time.
14665
14666 2015-01-09 Pedro Alves <palves@redhat.com>
14667
14668 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14669 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14670 false.
14671 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14672 checking whether the target board is remote.
14673 * gdb.multi/multi-attach.exp: Likewise.
14674 * gdb.python/py-sync-interp.exp: Likewise.
14675 * gdb.server/ext-attach.exp: Likewise.
14676 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14677 tests that need to attach, instead of checking whether the target
14678 board is remote at the top of the file.
14679
14680 2015-01-08 Yao Qi <yao@codesourcery.com>
14681
14682 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14683
14684 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14685
14686 Fix testcase compilation.
14687 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14688
14689 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14690
14691 * gdb.python/py-type.exp: Add a couple test about empty
14692 array creation, and negative-length array creation.
14693
14694 2015-01-02 Doug Evans <xdje42@gmail.com>
14695
14696 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14697
14698 2015-01-02 Doug Evans <dje@google.com>
14699
14700 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14701
14702 2014-12-29 Yao Qi <yao@codesourcery.com>
14703
14704 * gdb.trace/entry-values.exp: Update comments. Rename variable
14705 bar_call_foo to returned_from_foo.
14706
14707 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14708
14709 PR gdb/17394
14710 * gdb.linespec/break-asm-file.c: New file.
14711 * gdb.linespec/break-asm-file.exp: New file.
14712 * gdb.linespec/break-asm-file0.s: New file.
14713 * gdb.linespec/break-asm-file1.s: New file.
14714
14715 2014-12-18 Nigel Stephens <nigel@mips.com>
14716 Maciej W. Rozycki <macro@codesourcery.com>
14717
14718 * gdb.base/float.exp: Handle the new output from "info float" on
14719 MIPS targets.
14720
14721 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14722
14723 Fix MinGW compilation.
14724 * gdb.compile/compile-ops.exp: Update untested message if
14725 !skip_compile_feature_tests.
14726 * gdb.compile/compile-setjmp.exp: Likewise.
14727 * gdb.compile/compile-tls.exp: Likewise.
14728 * gdb.compile/compile.exp: Likewise.
14729 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14730 supported on this host".
14731
14732 2014-12-16 Doug Evans <xdje42@gmail.com>
14733
14734 * boards/stabs.exp: New file.
14735
14736 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14737
14738 * gdb.base/completion.exp: Adjust to format changes of "maint
14739 print user-registers".
14740
14741 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14742
14743 PR server/17457
14744 * gdb.arch/aarch64-fp.c: New file.
14745 * gdb.arch/aarch64-fp.exp: New file.
14746
14747 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14748
14749 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14750 r210637, r210913, r211666, r215400, r215817).
14751
14752 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14753 * dg-extract-results.py: New file.
14754 * dg-extract-results.sh: Use it if the environment seems
14755 suitable.
14756
14757 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14758
14759 * dg-extract-results.py (parse_run): Handle warnings that
14760 are printed before a test harness is run.
14761
14762 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14763
14764 * dg-extract-results.py (Named): Remove __cmp__ method.
14765 (output_variation): Use a key to sort variation.harnesses.
14766
14767 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14768
14769 * dg-extract-results.py: For Python 3, force sys.stdout to
14770 handle surrogate escape sequences.
14771 (safe_open): New function.
14772 (output_segment, main): Use it.
14773
14774 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14775
14776 * dg-extract-results.py (Prog.result_re): Include options
14777 in test name.
14778
14779 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14780
14781 * dg-extract-results.py (output_variation): Always sort if
14782 do_sum.
14783
14784 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14785
14786 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14787 as long as we get pagination notifications.
14788
14789 2014-12-15 Jason Merrill <jason@redhat.com>
14790
14791 * Makefile.in (check-gdb.%): Restore.
14792 * README: Mention it.
14793
14794 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14795
14796 * gdb.ada/str_uninit: New testcase.
14797
14798 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14799
14800 PR symtab/17642
14801 * gdb.base/vla-stub-define.c: New file.
14802 * gdb.base/vla-stub.c: New file.
14803 * gdb.base/vla-stub.exp: New file.
14804
14805 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14806 Jan Kratochvil <jan.kratochvil@redhat.com>
14807 Tom Tromey <tromey@redhat.com>
14808
14809 * configure.ac: Add gdb.compile/.
14810 * configure: Regenerate.
14811 * gdb.compile/Makefile.in: New file.
14812 * gdb.compile/compile-ops.exp: New file.
14813 * gdb.compile/compile-ops.c: New file.
14814 * gdb.compile/compile-tls.c: New file.
14815 * gdb.compile/compile-tls.exp: New file.
14816 * gdb.compile/compile-constvar.S: New file.
14817 * gdb.compile/compile-constvar.c: New file.
14818 * gdb.compile/compile-mod.c: New file.
14819 * gdb.compile/compile-nodebug.c: New file.
14820 * gdb.compile/compile-setjmp-mod.c: New file.
14821 * gdb.compile/compile-setjmp.c: New file.
14822 * gdb.compile/compile-setjmp.exp: New file.
14823 * gdb.compile/compile-shlib.c: New file.
14824 * gdb.compile/compile.c: New file.
14825 * gdb.compile/compile.exp: New file.
14826 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14827
14828 2014-12-12 Tom Tromey <tromey@redhat.com>
14829
14830 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14831 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14832
14833 2014-12-12 Doug Evans <dje@google.com>
14834
14835 * lib/gdb-python.exp (get_python_valueof): New function.
14836 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14837
14838 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14839
14840 * gdb.base/completion.exp: Add test for completion of "info
14841 registers ".
14842
14843 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14844
14845 * gdb.base/func-ptrs.c: New file.
14846 * gdb.base/func-ptrs.exp: New file.
14847
14848 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14849
14850 PR breakpoints/17012
14851 * gdb.base/dprintf-detach.c: New file.
14852 * gdb.base/dprintf-detach.exp: New file.
14853
14854 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14855
14856 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14857 * lib/gdb.exp (target_is_gdbserver): New procedure.
14858
14859 2014-12-08 Doug Evans <dje@google.com>
14860
14861 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14862
14863 2014-12-05 Yao Qi <yao@codesourcery.com>
14864
14865 * gdb.guile/scm-error.exp: Remove the third argument to
14866 gdb_remote_download.
14867 * gdb.guile/scm-frame-args.exp: Likewise.
14868 * gdb.guile/scm-section-script.exp: Likewise.
14869
14870 2014-12-05 Yao Qi <yao@codesourcery.com>
14871
14872 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14873
14874 2014-12-04 Doug Evans <dje@google.com>
14875
14876 * gdb.python/py-objfile.exp: Add tests for
14877 objfile.add_separate_debug_file.
14878
14879 2014-12-04 Doug Evans <dje@google.com>
14880
14881 * lib/gdb.exp (get_build_id): New function.
14882 (build_id_debug_filename_get): Rewrite to use it.
14883 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14884
14885 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14886
14887 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14888 `method(long)', not just 0x0.
14889 * gdb.cp/nsalias.exp: Align code labels to 4.
14890 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14891 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14892 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14893 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14894 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14895 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14896
14897 2014-12-02 Doug Evans <dje@google.com>
14898
14899 PR symtab/17602
14900 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14901 * gdb.cp/anon-ns2.cc: ... here. New file.
14902 * gdb.cp/anon-ns.exp: Update.
14903
14904 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14905
14906 * gdb.python/py-events.py (inferior_call_handler): New.
14907 (register_changed_handler, memory_changed_handler): New.
14908 (test_events.invoke): Register new handlers.
14909 * gdb.python/py-events.exp: Add tests for inferior call,
14910 memory_changed and register_changed events.
14911
14912 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14913
14914 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14915 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14916 if the linker doesn't understand this.
14917
14918 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14919
14920 * gdb.python/python.exp: Change expected reply to help().
14921
14922 2014-12-01 Yao Qi <yao@codesourcery.com>
14923
14924 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14925 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14926 * configure: Re-generated.
14927
14928 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14929
14930 * gdb.cp/chained-calls.cc: New file.
14931 * gdb.cp/chained-calls.exp: New file.
14932 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14933
14934 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14935
14936 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14937 * gdb.dwarf2/symtab-producer.exp: Same.
14938 * gdb.gdb/python-interrupts.exp: Same.
14939 * gdb.gdb/python-selftest.exp: Same.
14940 * gdb.python/py-linetable.exp: Same.
14941 * gdb.python/py-type.exp: Same.
14942 * gdb.python/py-value-cc.exp: Same.
14943 * gdb.python/py-value.exp: Same.
14944
14945 2014-11-28 Yao Qi <yao@codesourcery.com>
14946
14947 * gdb.base/break-probes.exp: Match library name prefixed with
14948 sysroot.
14949
14950 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14951
14952 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14953 test expected output. Add parentheses for the call to print.
14954 Remove L suffix from integers.
14955
14956 2014-11-26 Doug Evans <dje@google.com>
14957
14958 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14959
14960 2014-11-22 Yao Qi <yao@codesourcery.com>
14961
14962 * gdb.trace/entry-values.c: Remove asms.
14963 (foo): Add foo_label.
14964 (bar): Add bar_label.
14965 * gdb.trace/entry-values.exp: Remove code computing foo's
14966 length and bar's length.
14967 (Dwarf::assemble): Invoke function_range for bar and use
14968 MACRO_AT_func for foo.
14969
14970 2014-11-22 Yao Qi <yao@codesourcery.com>
14971
14972 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14973 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14974 Use .Lgcc43_procstart instead of gcc43.
14975
14976 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14977
14978 * gdb.ada/n_arr_bound: New testcase.
14979
14980 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14981
14982 PR breakpoints/10737
14983 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14984 test_catch_syscall_multi_arch.
14985 (test_catch_syscall_multi_arch): New function.
14986
14987 2014-11-20 Doug Evans <xdje42@gmail.com>
14988
14989 * gdb.base/maint.exp: Update expected output.
14990
14991 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14992
14993 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14994 4-byte instruction on S390.
14995
14996 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14997
14998 * gdb.ada/arr_arr: New testcase.
14999
15000 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15001
15002 * gdb.ada/pkd_arr_elem: New Testcase.
15003
15004 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15005
15006 * gdb.reverse/break-precsave: Expect completion message for
15007 core file reads.
15008 * gdb.reverse/consecutive-precsave.exp: Likewise.
15009 * gdb.reverse/finish-precsave.exp: Likewise.
15010 * gdb.reverse/i386-precsave.exp: Likewise.
15011 * gdb.reverse/machinestate-precsave.exp: Likewise.
15012 * gdb.reverse/sigall-precsave.exp: Likewise.
15013 * gdb.reverse/solib-precsave.exp: Likewise.
15014 * gdb.reverse/step-precsave.exp: Likewise.
15015 * gdb.reverse/until-precsave.exp: Likewise.
15016 * gdb.reverse/watch-precsave.exp: Likewise.
15017
15018 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15019
15020 * gdb.base/bp-permanent.c: Include unistd.h.
15021 * gdb.python/py-framefilter-mi.c (main): Add return type.
15022 * gdb.python/py-framefilter.c (main): Likewise.
15023 * gdb.trace/actions-changed.c (main): Likewise.
15024
15025 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15026
15027 * gdb.mi/until.c: Add eye-catchers.
15028 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15029 line numbers.
15030
15031 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15032
15033 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15034 function header variants in break1.c.
15035 * gdb.base/ena-dis-br.exp: Likewise.
15036 * gdb.base/hbreak2.exp: Likewise.
15037 * gdb.reverse/until-precsave.exp: Drop references to removed
15038 non-prototype function header variants in ur1.c.
15039 * gdb.reverse/until-reverse.exp: Likewise.
15040
15041 2014-11-17 Petr Machata <pmachata@redhat.com>
15042
15043 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15044 ${_cu_offset_size} bytes abbrev offset.
15045
15046 2014-11-15 Doug Evans <xdje42@gmail.com>
15047
15048 PR symtab/17559
15049 * gdb.base/line-symtabs.exp: New file.
15050 * gdb.base/line-symtabs.c: New file.
15051 * gdb.base/line-symtabs.h: New file.
15052
15053 2014-11-14 Yao Qi <yao@codesourcery.com>
15054
15055 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15056 (func): Add label func_label.
15057 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15058 Replace low_pc and high_pc with MACRO_AT_range.
15059 Replace name, low_pc and high_pc with MACRO_AT_func.
15060
15061 2014-11-14 Yao Qi <yao@codesourcery.com>
15062
15063 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15064 Replace name, low_pc and high_pc with MACRO_AT_func.
15065
15066 2014-11-14 Yao Qi <yao@codesourcery.com>
15067
15068 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15069 produce debug information.
15070 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15071
15072 2014-11-14 Yao Qi <yao@codesourcery.com>
15073
15074 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15075 object and get function length.
15076 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15077 with MACRO_AT_func.
15078 (top-level): Replace gdb_compile and clean_restart with
15079 prepare_for_testing.
15080 * gdb.dwarf2/main.c (main): Add label main_label.
15081
15082 2014-11-14 Yao Qi <yao@codesourcery.com>
15083
15084 * lib/dwarf.exp (function_range): New procedure.
15085 (Dwarf::_handle_macro_at_func): New procedure.
15086 (Dwarf::_handle_macro_at_range): New procedure.
15087 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15088
15089 2014-11-14 Yao Qi <yao@codesourcery.com>
15090
15091 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15092 (_handle_attribute): New procedure.
15093
15094 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15095
15096 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15097 * gdb.base/call-sc.c (zed): Likewise.
15098 * gdb.base/checkpoint.c (main): Likewise.
15099 * gdb.base/dump.c (main): Likewise.
15100 * gdb.base/gcore.c (main): Likewise.
15101 * gdb.base/huge.c (main): Likewise.
15102 * gdb.base/multi-forks.c (main): Likewise.
15103 * gdb.base/pr10179-a.c (main): Likewise.
15104 * gdb.base/savedregs.c (main): Likewise.
15105 * gdb.base/sigaltstack.c (main): Likewise.
15106 * gdb.base/siginfo.c (main): Likewise.
15107 * gdb.base/structs.c (zed): Likewise.
15108 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15109 * gdb.mi/mi-syn-frame.c (main): Likewise.
15110 * gdb.mi/until.c (foo, main): Likewise.
15111 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15112 * gdb.base/solib-weak.c (foo): Declare.
15113 * gdb.base/attach-twice.c: Include stdio.h.
15114 * gdb.base/weaklib1.c: Likewise.
15115 * gdb.base/weaklib2.c: Likewise.
15116 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15117 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15118 unistd.h.
15119 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15120 * gdb.mi/mi-exit-code.c: Likewise.
15121 * gdb.base/break-interp-lib.c: Include string.h.
15122 * gdb.base/coremaker.c: Likewise.
15123 * gdb.base/testenv.c: Likewise.
15124 * gdb.python/py-finish-breakpoint.c: Likewise.
15125 * gdb.base/inferior-died.c: Include sys/wait.h.
15126 * gdb.base/fileio.c: Include time.h.
15127 * gdb.base/async-shell.c: Include unistd.h.
15128 * gdb.base/dprintf-non-stop.c: Likewise.
15129 * gdb.base/info-os.c: Likewise.
15130 * gdb.mi/mi-console.c: Likewise.
15131 * gdb.mi/watch-nonstop.c: Likewise.
15132 * gdb.python/py-events.c: Likewise.
15133 * gdb.base/async.c (baz): Move up before its invocation.
15134 * gdb.base/code_elim2.c (my_global_func): Likewise.
15135 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15136 * gdb.base/advance.c (func2): Likewise.
15137
15138 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15139
15140 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15141 variant.
15142 * gdb.base/annota3.c: Likewise.
15143 * gdb.base/async.c: Likewise.
15144 * gdb.base/average.c: Likewise.
15145 * gdb.base/call-ar-st.c: Likewise.
15146 * gdb.base/call-rt-st.c: Likewise.
15147 * gdb.base/call-sc.c: Likewise.
15148 * gdb.base/call-strs.c: Likewise.
15149 * gdb.base/ending-run.c: Likewise.
15150 * gdb.base/execd-prog.c: Likewise.
15151 * gdb.base/exprs.c: Likewise.
15152 * gdb.base/foll-exec.c: Likewise.
15153 * gdb.base/foll-fork.c: Likewise.
15154 * gdb.base/foll-vfork.c: Likewise.
15155 * gdb.base/funcargs.c: Likewise.
15156 * gdb.base/gcore.c: Likewise.
15157 * gdb.base/jump.c: Likewise.
15158 * gdb.base/langs0.c: Likewise.
15159 * gdb.base/langs1.c: Likewise.
15160 * gdb.base/langs2.c: Likewise.
15161 * gdb.base/mips_pro.c: Likewise.
15162 * gdb.base/nodebug.c: Likewise.
15163 * gdb.base/opaque0.c: Likewise.
15164 * gdb.base/opaque1.c: Likewise.
15165 * gdb.base/recurse.c: Likewise.
15166 * gdb.base/run.c: Likewise.
15167 * gdb.base/scope0.c: Likewise.
15168 * gdb.base/scope1.c: Likewise.
15169 * gdb.base/setshow.c: Likewise.
15170 * gdb.base/setvar.c: Likewise.
15171 * gdb.base/shmain.c: Likewise.
15172 * gdb.base/shr1.c: Likewise.
15173 * gdb.base/shr2.c: Likewise.
15174 * gdb.base/sigall.c: Likewise.
15175 * gdb.base/signals.c: Likewise.
15176 * gdb.base/so-indr-cl.c: Likewise.
15177 * gdb.base/solib2.c: Likewise.
15178 * gdb.base/structs.c: Likewise.
15179 * gdb.base/sum.c: Likewise.
15180 * gdb.base/vforked-prog.c: Likewise.
15181 * gdb.base/watchpoint.c: Likewise.
15182 * gdb.reverse/shr2.c: Likewise.
15183 * gdb.reverse/until-reverse.c: Likewise.
15184 * gdb.reverse/ur1.c: Likewise.
15185 * gdb.reverse/watch-reverse.c: Likewise.
15186
15187 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15188
15189 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15190 variant.
15191 * gdb.base/sepdebug.exp: Drop references to removed code.
15192
15193 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15194
15195 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15196 variant. Preserve original line numbering.
15197 * gdb.base/list1.c: Likewise.
15198
15199 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15200
15201 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15202 variant.
15203 * gdb.base/break1.c: Likewise.
15204 * gdb.base/break.exp: Drop references to removed code.
15205
15206 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15207
15208 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15209 variant.
15210
15211 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15212
15213 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15214
15215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15216
15217 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15218 logic into perform_all_tests() and invoke it with and without
15219 function header prototypes.
15220 (do_function_calls): Remove conditional XFAIL for PR 5318.
15221 (rerun_and_prepare): Remove duplicate code.
15222 (perform_all_tests): New. Main logic moved here.
15223
15224 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15225
15226 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15227 code guarded by #ifdef NO_PROTOTYPES.
15228 (t_double_many_args): Likewise.
15229 (DEF_FUNC_MANY_ARGS_1): Likewise.
15230 (DEF_FUNC_VALUES_1): Likewise.
15231 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15232 guarded by #ifdef PROTOTYPES.
15233
15234 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15235
15236 * gdb.mi/mi-console.c: Add eye-catcher.
15237 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15238 instead of literal line number.
15239
15240 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15241
15242 * gdb.base/shr2.c: Add eye-catcher.
15243 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15244 line number.
15245
15246 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15247
15248 * gdb.base/jump.c: Add eye-catchers.
15249 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15250 numbers.
15251
15252 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15253
15254 * gdb.base/execd-prog.c: Add eye-catchers.
15255 * gdb.base/foll-exec.c: Likewise.
15256 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15257 line numbers.
15258
15259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15260
15261 * gdb.base/ending-run.c: Add eye-catchers.
15262 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15263 literal line numbers.
15264
15265 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15266
15267 * gdb.base/call-rt-st.c: Add eye-catchers.
15268 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15269 literal line numbers.
15270
15271 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15272
15273 * gdb.base/call-ar-st.c: Add eye-catchers.
15274 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15275 literal line numbers.
15276
15277 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15278
15279 * gdb.base/average.c: Add eye-catchers.
15280 * gdb.base/sum.c: Likewise.
15281 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15282 regexps dynamically.
15283
15284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15285
15286 * gdb.base/solib1.c: Add eye-catchers.
15287 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15288 literal line numbers.
15289
15290 2014-11-12 Pedro Alves <palves@redhat.com>
15291
15292 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15293 leader has exited.
15294
15295 2014-11-12 Pedro Alves <palves@redhat.com>
15296
15297 * gdb.arch/i386-bp_permanent.c: New file.
15298 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15299 (srcfile): Set to i386-bp_permanent.c.
15300 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15301 that stepi does not execute the 'leave' instruction, instead of
15302 testing it does execute.
15303 * gdb.base/bp-permanent.c: New file.
15304 * gdb.base/bp-permanent.exp: New file.
15305
15306 2014-11-10 Doug Evans <xdje42@gmail.com>
15307
15308 PR symtab/17564
15309 * gdb.base/symtab-search-order.exp: New file.
15310 * gdb.base/symtab-search-order.c: New file.
15311 * gdb.base/symtab-search-order-1.c: New file.
15312 * gdb.base/symtab-search-order-shlib-1.c: New file.
15313
15314 2014-11-07 Pedro Alves <palves@redhat.com>
15315
15316 PR gdb/17511
15317 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15318 i?86-*-linux*.
15319
15320 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15321
15322 PR c++/17494
15323 * gdb.cp/pr17494.cc: New file.
15324 * gdb.cp/pr17494.exp: New file.
15325
15326 2014-11-02 Yao Qi <yao@codesourcery.com>
15327
15328 * gdb.python/python.exp: Get working directory and match the
15329 output of "set extended-prompt \\w " with it.
15330
15331 2014-10-30 Doug Evans <dje@google.com>
15332
15333 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15334 in objfiles.
15335 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15336 in progspaces.
15337
15338 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15339
15340 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15341 * gdb.base/realname-expand.exp: Likewise.
15342 * gdb.linespec/macro-relative.exp: Likewise.
15343
15344 2014-10-29 Pedro Alves <palves@redhat.com>
15345
15346 PR gdb/17408
15347 * gdb.threads/schedlock.c (some_function): New function.
15348 (call_function): New global.
15349 (MAYBE_CALL_SOME_FUNCTION): New macro.
15350 (thread_function): Call it.
15351 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15352 and use it instead of a global counter. Adjust all callers.
15353 (get_current_thread): Use "find current thread" for test message
15354 here rather than having all callers pass down the same string.
15355 (goto_loop): New procedure, factored out from ...
15356 (my_continue): ... this.
15357 (step_ten_loops): Change parameter from test message to command to
15358 use. Adjust.
15359 (list_count): Delete global.
15360 (check_result): New procedure, factored out from duplicate top
15361 level code.
15362 (continue tests): Wrap in with_test_prefix.
15363 (test_step): New procedure, factored out from duplicate top level
15364 code.
15365 (top level): Test "step" in combination with all scheduler-locking
15366 modes. Test "next" in combination with all scheduler-locking
15367 modes, and in combination with stepping over a function call or
15368 not.
15369 * gdb.threads/next-bp-other-thread.c: New file.
15370 * gdb.threads/next-bp-other-thread.exp: New file.
15371
15372 2014-10-29 Pedro Alves <palves@redhat.com>
15373
15374 PR python/17372
15375 * gdb.python/python.exp: Test a multi-line command that spawns
15376 interactive Python.
15377 * gdb.base/multi-line-starts-subshell.exp: New file.
15378
15379 2014-10-29 Yao Qi <yao@codesourcery.com>
15380
15381 * gdb.base/fileio.exp: Make directories on host.
15382
15383 2014-10-29 Yao Qi <yao@codesourcery.com>
15384
15385 * gdb.base/fileio.c (test_write): Close the file.
15386
15387 2014-10-28 Pedro Alves <palves@redhat.com>
15388
15389 PR gdb/12623
15390 * gdb.base/sigstep.c (no_handler): New global.
15391 (main): If 'no_handler is true, set the signal handlers to
15392 SIG_IGN.
15393 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15394 with_sw_watch and no_handler parameters. Handle them.
15395 (top level) <stepping over handler when stopped at a breakpoint
15396 test>: Add a test axis for testing with a software watchpoint, and
15397 another for testing with the signal handler set to SIG_IGN.
15398 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15399 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15400
15401 2014-10-28 Pedro Alves <palves@redhat.com>
15402
15403 PR gdb/17511
15404 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15405 * gdb.base/sigstep.exp (other_handler_location): New global.
15406 (advance): Support stepping into the signal handler, and running
15407 commands while in the handler.
15408 (in_handler_map): New global.
15409 (top level): In the advance test, add combinations for getting
15410 into the handler with stepping commands, and for running commands
15411 in the handler. Add comment descripting the advancei tests.
15412
15413 2014-10-28 Pedro Alves <palves@redhat.com>
15414
15415 * gdb.base/sigstep.exp: Use build_executable instead of
15416 prepare_for_testing.
15417 (top level): Move code that starts GDB, runs to main and creates a
15418 display to ...
15419 (restart): ... this new procedure.
15420 (top level): Move backtrace from signal handler test to ...
15421 (validate_backtrace): ... this new procedure.
15422 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15423 with_test_prefix. Always restart GDB.
15424 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15425 with_test_prefix. Always restart GDB. No need to delete
15426 breakpoints after the test.
15427 (test_skip_handler): Remove prefix parameter.
15428 (skip_over_handler, breakpoint_to_handler)
15429 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15430 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15431 restart GDB. No need to delete breakpoints after the test.
15432 (top level): Use foreach to call the test procedures with
15433 different commands.
15434
15435 2014-10-28 Pedro Alves <palves@redhat.com>
15436
15437 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15438 instead of GNATS numbers.
15439 * gdb.base/sigbpt.exp: Likewise.
15440 * gdb.base/siginfo.exp: Likewise.
15441 * gdb.base/sigstep.exp: Likewise.
15442
15443 2014-10-27 Pedro Alves <palves@redhat.com>
15444
15445 * gdb.base/sigstep.c (dummy): New global.
15446 (main): Issue a couple writes to the new global.
15447 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15448 procedures.
15449 (skip_over_handler): Use test_skip_handler.
15450 (top level): Call skip_over_handler for stepi and nexti too.
15451 (breakpoint_over_handler): Use test_skip_handler.
15452 (top level): Call breakpoint_over_handler for stepi and nexti too.
15453
15454 2014-10-27 Yao Qi <yao@codesourcery.com>
15455
15456 * gdb.trace/tfile.c (adjust_function_address)
15457 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15458 function descriptor.
15459
15460 2014-10-24 Don Breazeal <donb@codesourcery.com>
15461
15462 * gdb.base/foll-fork.exp (test_follow_fork,
15463 catch_fork_child_follow): Check for updated fork messages emitted
15464 from infrun.c.
15465 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15466 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15467 vfork_and_exec_child_follow_through_step): Check for updated vfork
15468 messages emitted from infrun.c.
15469
15470 2014-10-24 Pedro Alves <palves@redhat.com>
15471
15472 * gdb.base/corefile.exp: Remove references to ultrix.
15473 * gdb.base/interrupt.exp: Likewise.
15474 * gdb.base/whatis.exp: Likewise.
15475 * gdb.gdb/selftest.exp: Likewise.
15476 * gdb.threads/manythreads.exp: Likewise.
15477 * gdb.threads/print-threads.exp: Likewise.
15478 * gdb.threads/pthreads.exp:: Likewise.
15479 * gdb.threads/schedlock.exp: Likewise.
15480
15481 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15482
15483 * gdb.cp/non-trivial-retval.cc: Add a test case.
15484 * gdb.cp/non-trivial-retval.exp: Add a test.
15485
15486 2014-10-20 Yao Qi <yao@codesourcery.com>
15487
15488 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15489 * gdb.python/py-objfile-script-gdb.py: New file.
15490 * gdb.python/py-objfile-script.exp: Update reference to
15491 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15492 of remote_download. Remove the dest file.
15493
15494 2014-10-20 Yao Qi <yao@codesourcery.com>
15495
15496 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15497 * gdb.base/step-line.exp: Likewise.
15498 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15499 * gdb.dwarf2/dw2-basic.exp: Likewise.
15500 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15501 * gdb.dwarf2/dw2-filename.exp: Likewise.
15502 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15503 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15504 * gdb.dwarf2/dw2-producer.exp: Likewise.
15505 * gdb.dwarf2/mac-fileno.exp: Likewise.
15506 * gdb.python/py-frame-args.exp: Likewise.
15507 * gdb.python/py-framefilter.exp: Likewise.
15508 * gdb.python/py-mi.exp: Likewise.
15509 * gdb.python/py-objfile-script.exp: Likewise
15510 * gdb.python/py-pp-integral.exp: Likewise.
15511 * gdb.python/py-pp-re-notag.exp: Likewise.
15512 * gdb.python/py-prettyprint.exp: Likewise.
15513 * gdb.python/py-section-script.exp: Likewise.
15514 * gdb.python/py-typeprint.exp: Likewise.
15515 * gdb.python/py-xmethods.exp: Likewise.
15516 * gdb.stabs/weird.exp: Likewise.
15517 * gdb.xml/tdesc-regs.exp: Likewise.
15518
15519 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15520
15521 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15522 (out_cu): Use addr_len for the size of addresses.
15523 (out_line): Likewise. Size DW_LNE_set_address instruction
15524 according to addr_len.
15525 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15526 (FUNC): Add START_INSNS to definition.
15527
15528 2014-10-18 Yao Qi <yao@codesourcery.com>
15529
15530 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15531 gdb_has_argv0 return true.
15532 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15533 check [target_info exists noargs], check [gdb_has_argv0]
15534 instead.
15535 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15536 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15537 procedures.
15538
15539 2014-10-17 Doug Evans <dje@google.com>
15540
15541 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15542 event.
15543 * gdb.python/py-events.py: Add clear_objfiles event.
15544
15545 2014-10-17 Doug Evans <dje@google.com>
15546
15547 * gdb.python/py-objfile.exp: Test progspace attribute.
15548
15549 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15550
15551 * gdb.guile/scm-breakpoint.exp: Do not assume any
15552 directory separators when matching source file paths.
15553 * gdb.python/py-breakpoint.exp: Likewise.
15554 * gdb.reverse/break-precsave.exp: Likewise.
15555 * gdb.reverse/break-reverse.exp: Likewise.
15556 * gdb.reverse/consecutive-precsave.exp: Likewise.
15557 * gdb.reverse/finish-precsave.exp: Likewise.
15558 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15559 * gdb.reverse/finish-reverse.exp: Likewise.
15560 * gdb.reverse/i386-precsave.exp: Likewise.
15561 * gdb.reverse/i387-env-reverse.exp: Likewise.
15562 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15563 * gdb.reverse/machinestate-precsave.exp: Likewise.
15564 * gdb.reverse/machinestate.exp: Likewise.
15565 * gdb.reverse/sigall-precsave.exp: Likewise.
15566 * gdb.reverse/solib-precsave.exp: Likewise.
15567 * gdb.reverse/step-precsave.exp: Likewise.
15568 * gdb.reverse/until-precsave.exp: Likewise.
15569 * gdb.reverse/watch-precsave.exp: Likewise.
15570 * gdb.reverse/watch-reverse.exp: Likewise.
15571
15572 2014-10-17 Yao Qi <yao@codesourcery.com>
15573
15574 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15575 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15576
15577 2014-10-17 Pedro Alves <palves@redhat.com>
15578
15579 PR gdb/17471
15580 * gdb.base/bg-execution-repeat.c: New file.
15581 * gdb.base/bg-execution-repeat.exp: New file.
15582
15583 2014-10-17 Pedro Alves <palves@redhat.com>
15584
15585 PR gdb/17300
15586 * gdb.base/continue-all-already-running.c: New file.
15587 * gdb.base/continue-all-already-running.exp: New file.
15588
15589 2014-10-17 Pedro Alves <palves@redhat.com>
15590
15591 PR gdb/17472
15592 * gdb.base/annota-input-while-running.c: New file.
15593 * gdb.base/annota-input-while-running.exp: New file.
15594
15595 2014-10-17 Pedro Alves <palves@redhat.com>
15596
15597 * gdb.base/callfuncs.exp: emove references to osf.
15598 * gdb.base/sigall.exp: Likewise.
15599 * gdb.gdb/selftest.exp: Likewise.
15600 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15601 * gdb.mi/non-stop.c: Likewise.
15602 * gdb.mi/pthreads.c: Likewise.
15603 * gdb.reverse/sigall-precsave.exp: Likewise.
15604 * gdb.reverse/sigall-reverse.exp: Likewise.
15605 * gdb.threads/pthreads.c: Likewise.
15606 * gdb.threads/pthreads.exp: Likewise.
15607
15608 2014-10-17 Yao Qi <yao@codesourcery.com>
15609
15610 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15611 check 'target_info exists noargs'.
15612 (test_command_prompt_position): Likewise.
15613 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15614 Remove "set args".
15615 (progvar_simple_while_test): Likewise.
15616 (progvar_complex_if_while_test): Likewise.
15617 (if_while_breakpoint_command_test): Likewise.
15618 (infrun_breakpoint_command_test): Likewise.
15619 (breakpoint_command_test): Likewise.
15620 (watchpoint_command_test): Likewise.
15621 (bp_deleted_in_command_test): Likewise.
15622 (temporary_breakpoint_commands): Likewise.
15623
15624 2014-10-16 Yao Qi <yao@codesourcery.com>
15625
15626 * gdb.base/remotetimeout.exp: Remove noargs checking.
15627
15628 2014-10-15 Pedro Alves <palves@redhat.com>
15629
15630 PR breakpoints/9649
15631 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15632 * gdb.base/breakpoint-in-ro-region.exp
15633 (probe_target_hardware_step): New procedure.
15634 (top level): Probe hardware stepping and hardware breakpoint
15635 support. Test stepping through a read-only region, with both
15636 "breakpoint auto-hw" on and off and both "always-inserted" on and
15637 off.
15638
15639 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15640
15641 * gdb.dlang/demangle.exp: Update for demangling changes.
15642
15643 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15644
15645 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15646 * gdb.cp/non-trivial-retval.exp: Add new tests.
15647
15648 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15649
15650 PR c++/13403
15651 PR c++/15154
15652 * gdb.cp/non-trivial-retval.cc: New file.
15653 * gdb.cp/non-trivial-retval.exp: New file.
15654
15655 2014-10-15 Yao Qi <yao@codesourcery.com>
15656
15657 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15658 remote host.
15659
15660 2014-10-15 Yao Qi <yao@codesourcery.com>
15661
15662 * gdb.python/py-symbol.exp: Match file base name if host is
15663 remote, otherwise match file name with dir name.
15664 * gdb.python/py-symtab.exp: Likewise.
15665 * gdb.python/python.exp: Likewise.
15666
15667 2014-10-15 Yao Qi <yao@codesourcery.com>
15668
15669 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15670 pattern.
15671 * gdb.python/py-symtab.exp: Likewise.
15672 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15673 locationn.
15674
15675 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15676
15677 * gdb.ada/addr_arith: New testcase.
15678
15679 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15680
15681 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15682 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15683 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15684 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15685
15686 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15687
15688 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15689 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15690 * gdb.arch/stap-eval-lang-ada.exp: New file.
15691
15692 2014-10-14 Yao Qi <yao@codesourcery.com>
15693
15694 * gdb.mi/mi-var-child.c (nothing1): New function.
15695 (nothing2): New function.
15696 (do_children_tests): Set function pointers by nothing1 and
15697 nothing2.
15698 * gdb.mi/mi-var-child.exp: Step over new added statements.
15699 Update test to match the new output.
15700 * gdb.mi/var-cmd.c (nothing1): New function.
15701 (nothing2): New function.
15702 (do_children_tests): Set function pointers by nothing1 and
15703 nothing2.
15704 * gdb.mi/mi-var-display.exp: Update test to match output.
15705 Step to the line specified by $line_dct_nothing.
15706 Increase the number of lines to step.
15707
15708 2014-10-14 Yao Qi <yao@codesourcery.com>
15709
15710 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15711 tests.
15712 * gdb.mi/mi2-var-child.exp: Likewise.
15713
15714 2014-10-13 Doug Evans <dje@google.com>
15715
15716 * gdb.python/py-objfile.exp: Change name of file name test.
15717
15718 2014-10-13 Doug Evans <dje@google.com>
15719
15720 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15721 from the start of the CU.
15722
15723 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15724 Yao Qi <yao@codesourcery.com>
15725
15726 Fix "save breakpoints" for "catch" command.
15727 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15728 Remove -nonewline. Match also the added "main" line.
15729
15730 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15731
15732 Fix "save breakpoints" for "disable $bpnum" command.
15733 * gdb.base/save-bp.c (main): Add label.
15734 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15735
15736 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15737
15738 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15739
15740 2014-10-11 Yao Qi <yao@codesourcery.com>
15741
15742 * gdb.server/server-kill.exp: Execute command
15743 "set remote trace-status-packet on" before "tstatus".
15744
15745 2014-10-11 Yao Qi <yao@codesourcery.com>
15746
15747 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15748 (main): Call getppid.
15749 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15750 and continue to it. Read variable "server_pid".
15751
15752 2014-10-11 Yao Qi <yao@codesourcery.com>
15753
15754 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15755
15756 2014-10-11 Yao Qi <yao@codesourcery.com>
15757
15758 * gdb.threads/thread-find.exp: Don't execute command
15759 "info threads".
15760 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15761 * gdb.threads/linux-dp.exp: Don't check the condition
15762 $threads_created equals to zero.
15763
15764 2014-10-10 Pedro Alves <palves@redhat.com>
15765
15766 * gdb.base/bigcore.exp: Remove references to IRIX.
15767 * gdb.base/funcargs.exp: Likewise.
15768 * gdb.base/interrupt.exp: Likewise.
15769 * gdb.base/mips_pro.exp: Likewise.
15770 * gdb.base/nodebug.exp: Likewise.
15771 * gdb.base/setvar.exp: Likewise.
15772 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15773
15774 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15775 Pedro Alves <palves@redhat.com>
15776
15777 PR symtab/14466
15778 * gdb.base/vdso-warning.c: New file.
15779 * gdb.base/vdso-warning.exp: New file.
15780
15781 2014-10-02 Doug Evans <dje@google.com>
15782
15783 * gdb.base/structs.c (main): Don't run forever.
15784
15785 2014-10-02 Pedro Alves <palves@redhat.com>
15786
15787 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15788 (top level) <stop threads 1, stop threads 2>: Use it.
15789
15790 2014-10-02 Pedro Alves <palves@redhat.com>
15791
15792 * gdb.threads/break-while-running.exp (test): Add new
15793 'update_thread_list' argument. Skip "info threads" if false.
15794 (top level): Add new 'update_thread_list' axis.
15795
15796 2014-10-02 Pedro Alves <palves@redhat.com>
15797
15798 PR breakpoints/17431
15799 * gdb.base/execl-update-breakpoints.c: New file.
15800 * gdb.base/execl-update-breakpoints.exp: New file.
15801
15802 2014-10-01 Pedro Alves <palves@redhat.com>
15803
15804 * gdb.base/breakpoint-in-ro-region.c: New file.
15805 * gdb.base/breakpoint-in-ro-region.exp: New file.
15806
15807 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15808
15809 * gdb.mi/mi-exit-code.exp: New file.
15810 * gdb.mi/mi-exit-code.c: New file.
15811
15812 2014-09-30 Yao Qi <yao@codesourcery.com>
15813
15814 * lib/prelink-support.exp (build_executable_own_libs): Error if
15815 the target isn't native.
15816
15817 2014-09-30 Yao Qi <yao@codesourcery.com>
15818
15819 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15820 false.
15821
15822 2014-09-22 Pedro Alves <palves@redhat.com>
15823
15824 * gdb.threads/break-while-running.exp: New file.
15825 * gdb.threads/break-while-running.c: New file.
15826
15827 2014-09-19 Yao Qi <yao@codesourcery.com>
15828
15829 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15830 Invoke test. Restart GDB with --readnow and invoke test again.
15831
15832 2014-09-19 Yao Qi <yao@codesourcery.com>
15833
15834 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15835 proc set_breakpoint_on_gcd_function. Invoke
15836 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15837 invoke set_breakpoint_on_gcd_function again.
15838
15839 2014-09-18 Doug Evans <dje@google.com>
15840
15841 * gdb.dwarf2/symtab-producer.exp: New file.
15842
15843 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15844
15845 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15846 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15847 * gdb.base/global-var-nested-by-dso.c: Likewise.
15848 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15849
15850 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15851 Pedro Alves <palves@redhat.com>
15852
15853 * gdb.base/watch-bitfields.exp: Pass string other than test file
15854 name to prepare_for_testing.
15855 (watch): New procedure.
15856 (expect_watchpoint): Use with_test_prefix.
15857 (top level): Factor out tests to ...
15858 (test_watch_location, test_regular_watch): ... these new
15859 procedures, and use with_test_prefix and gdb_continue_to_end.
15860
15861 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15862
15863 PR breakpoints/12526
15864 * gdb.base/watch-bitfields.exp: New file.
15865 * gdb.base/watch-bitfields.c: New file.
15866
15867 2014-09-16 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15870 software and hardware addresses, not software address against
15871 itself.
15872
15873 2014-09-16 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15876 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15877
15878 2014-09-16 Pedro Alves <palves@redhat.com>
15879
15880 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15881 files.
15882 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15883 "*-*-vxworks*" throughout.
15884 * gdb.base/break.exp: Likewise.
15885 * gdb.base/default.exp: Likewise.
15886 * gdb.base/scope.exp: Likewise.
15887 * gdb.base/sepdebug.exp: Likewise.
15888 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15889 throughout.
15890 * gdb.base/run.c: Likewise.
15891 * gdb.base/sepdebug.c: Likewise.
15892 * gdb.hp/gdb.aCC/run.c: Likewise.
15893 * gdb.reverse/until-reverse.c: Likewise.
15894 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15895
15896 2014-09-16 Yao Qi <yao@codesourcery.com>
15897
15898 * boards/local-remote-host-native.exp: New file.
15899
15900 2014-09-14 Doug Evans <xdje42@gmail.com>
15901
15902 * gdb.threads/queue-signal.c (thread_count): New variable.
15903 (thread_count_mutex, thread_count_condvar): New variables.
15904 (incr_thread_count, wait_all_threads_running): New functions.
15905 (main): Wait for all threads to be in their thread functions.
15906
15907 2014-09-13 Doug Evans <xdje42@gmail.com>
15908
15909 * gdb.threads/queue-signal.c: New file.
15910 * gdb.threads/queue-signal.exp: New file.
15911
15912 2014-09-13 Doug Evans <xdje42@gmail.com>
15913
15914 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15915 be consistent with what default_gdb_init uses.
15916 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15917 the plain text of the prompt. Add some logging printfs.
15918 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15919
15920 2014-09-12 Pedro Alves <palves@redhat.com>
15921
15922 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15923 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15924 * gdb.arch/i386-size-overlap.exp: Likewise.
15925 * gdb.arch/i386-size.exp: Likewise.
15926 * gdb.arch/i386-unwind.exp: Likewise.
15927 * gdb.base/a2-run.exp: Likewise.
15928 * gdb.base/break.exp: Likewise.
15929 * gdb.base/charset.exp: Likewise.
15930 * gdb.base/chng-syms.exp: Likewise.
15931 * gdb.base/commands.exp: Likewise.
15932 * gdb.base/dbx.exp: Likewise.
15933 * gdb.base/find.exp: Likewise.
15934 * gdb.base/funcargs.exp: Likewise.
15935 * gdb.base/jit-simple.exp: Likewise.
15936 * gdb.base/reread.exp: Likewise.
15937 * gdb.base/sepdebug.exp: Likewise.
15938 * gdb.base/step-bt.exp: Likewise.
15939 * gdb.cp/mb-inline.exp: Likewise.
15940 * gdb.cp/mb-templates.exp: Likewise.
15941 * gdb.objc/basicclass.exp: Likewise.
15942 * gdb.threads/killed.exp: Likewise.
15943
15944 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15945
15946 PR tdep/17379
15947 * gdb.arch/powerpc-stackless.S: New file.
15948 * gdb.arch/powerpc-stackless.exp: New file.
15949
15950 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15951
15952 * gdb.base/attach.c: Include unistd.h.
15953 (main): Call alarm. Add label postloop.
15954 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15955 gdb_breakpoint, gdb_continue_to_breakpoint.
15956 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15957
15958 2014-09-11 Pedro Alves <palves@redhat.com>
15959
15960 PR gdb/17347
15961 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15962 * gdb.base/attach.exp (test_command_line_attach_run): New
15963 procedure.
15964 (top level): Call it.
15965
15966 2014-09-11 Pedro Alves <palves@redhat.com>
15967
15968 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15969 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15970 (do_command_attach_tests): Use spawn_wait_for_attach.
15971 * gdb.base/solib-overlap.exp: Likewise.
15972 * gdb.multi/multi-attach.exp: Likewise.
15973 * gdb.python/py-prompt.exp: Likewise.
15974 * gdb.python/py-sync-interp.exp: Likewise.
15975 * gdb.server/ext-attach.exp: Likewise.
15976
15977 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15978
15979 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15980 command in testcase. Simplify testcase.
15981
15982 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15983
15984 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15985
15986 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15987
15988 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15989
15990 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15991
15992 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15993
15994 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15995
15996 * gdb.dwarf2/dynarr-ptr.c: New file.
15997 * gdb.dwarf2/dynarr-ptr.exp: New file.
15998
15999 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16000
16001 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16002 of 30 rather than hardcoding 120 for a slow test case. Take the
16003 `gdb,timeout' target setting into account for this calculation.
16004 Don't extend the timeout for the test cases that don't need it.
16005
16006 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16007
16008 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16009 a factor of 2 for a slow test case. Take the `gdb,timeout'
16010 target setting into account for this calculation.
16011 * gdb.reverse/until-precsave.exp: Increase the timeout by
16012 a factor of 15 and 3 respectively rather than adding 120
16013 for a pair of slow test cases. Take the `gdb,timeout'
16014 target setting into account for this calculation.
16015
16016 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16017
16018 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16019 timeout, don't pass one down to gdb_expect.
16020 (gdb_expect): Rework timeout selection.
16021
16022 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16023
16024 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16025 exception on timeout.
16026 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16027 (gdbserver_start_extended): Catch any `gdbserver_start' error
16028 exceptions.
16029 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16030 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16031 `gdbserver_gdb_load' error exceptions.
16032
16033 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16034
16035 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16036 120 on waiting for the TCP socket to open.
16037
16038 2014-09-09 Doug Evans <xdje42@gmail.com>
16039
16040 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16041 _caller_matches, _any_caller_is, _any_caller_matches.
16042
16043 2014-09-09 Doug Evans <xdje42@gmail.com>
16044
16045 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16046
16047 2014-09-09 Yao Qi <yao@codesourcery.com>
16048
16049 * gdb.mi/mi-var-display.exp: Set print symbol off.
16050
16051 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16052
16053 PR gdb/17035
16054 * gdb.base/commands.exp: Add tests to verify user-defined
16055 commands with empty bodies.
16056 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16057 python commands in `show user command`.
16058 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16059 scheme commands in `show user command`.
16060
16061 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16062
16063 PR python/17355
16064 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16065 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16066 * gdb.python/py-framefilter-invalidarg.exp: New file.
16067 * gdb.python/py-framefilter-invalidarg.py: New file.
16068
16069 2014-09-06 Doug Evans <xdje42@gmail.com>
16070
16071 PR 15276
16072 * gdb.python/py-caller-is.c: New file.
16073 * gdb.python/py-caller-is.exp: New file.
16074
16075 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16076
16077 PR gdb/17235
16078 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16079 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16080
16081 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16082
16083 PR fortran/17237
16084 * gdb.fortran/print-formatted.exp: New file.
16085 * gdb.fortran/print-formatted.f90: Likewise.
16086
16087 2014-09-03 Sasha Smundak <asmundak@google.com>
16088
16089 * gdb.python/py-frame.exp: Test Frame.read_register.
16090
16091 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16092
16093 PR python/16699
16094 * gdb.python/py-completion.exp: New file.
16095 * gdb.python/py-completion.py: Likewise.
16096
16097 2014-08-28 Doug Evans <dje@google.com>
16098
16099 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16100 eax,etc. are live with values set by gdb and thus the compiler can't
16101 use them.
16102 * gdb.arch/i386-pseudo.c (main): Ditto.
16103
16104 2014-08-27 Doug Evans <dje@google.com>
16105
16106 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16107
16108 2014-08-25 Doug Evans <dje@google.com>
16109
16110 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16111 (main): Ditto.
16112
16113 2014-08-25 Doug Evans <dje@google.com>
16114
16115 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16116
16117 2014-08-24 Yao Qi <yao@codesourcery.com>
16118
16119 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16120 symbol off.
16121 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16122
16123 2014-08-22 Doug Evans <dje@google.com>
16124
16125 PR 17276
16126 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16127 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16128 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16129
16130 2014-08-22 Yao Qi <yao@codesourcery.com>
16131
16132 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16133 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16134 * gdb.python/python.exp: Likewise. Use .py file on the host
16135 instead of the build.
16136
16137 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16138
16139 * gdb.threads/gcore-stale-thread.c: New file.
16140 * gdb.threads/gcore-stale-thread.exp: New file.
16141
16142 2014-08-21 Pedro Alves <palves@redhat.com>
16143
16144 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16145 * gdb.base/gcore-relro-pie.exp: Likewise.
16146 * gdb.base/gcore-relro.exp: Likewise.
16147 * gdb.base/gcore.exp: Likewise.
16148 * gdb.base/print-symbol-loading.exp: Likewise.
16149 * gdb.threads/gcore-thread.exp: Likewise.
16150 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16151
16152 2014-08-20 Pedro Alves <palves@redhat.com>
16153 Jan Kratochvil <jan.kratochvil@redhat.com>
16154
16155 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16156 configure.
16157 (EXPECT): Handle READ1 being set.
16158 (all): Depend on EXTRA_RULES.
16159 (check-read1, expect-read1, read1.so, read1): New rules.
16160 * README (Testsuite Parameters): Document the READ1 make variable.
16161 (Race detection): New section.
16162 * configure: Regenerate.
16163 * configure.ac: If build==host==target, and running under a
16164 GNU/glibc system, add read1 to the extra Makefile rules.
16165 (EXTRA_RULES): AC_SUBST it.
16166 * lib/read1.c: New file.
16167
16168 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16169
16170 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16171 the handling of variables declared as a typedef to an array
16172 which a DW_AT_data_location attribute.
16173
16174 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16175 Pedro Alves <palves@redhat.com>
16176
16177 PR symtab/14604
16178 PR symtab/14605
16179 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16180 gdb_test.
16181
16182 2014-08-19 Pedro Alves <palves@redhat.com>
16183
16184 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16185
16186 2014-08-19 Yao Qi <yao@codesourcery.com>
16187
16188 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16189 right line.
16190
16191 2014-08-18 David Blaikie <dblaikie@gmail.com>
16192
16193 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16194
16195 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16196
16197 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16198 attribute in array range.
16199
16200 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16201
16202 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16203
16204 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16205
16206 PR c++/17132
16207 * gdb.cp/pr17132.cc: New file.
16208 * gdb.cp/pr17132.exp: New file.
16209
16210 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16211
16212 * gdb.python/py-xmethods.py (A_getarrayind)
16213 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16214 Use 'print' with function call syntax.
16215 (E_method_matcher.match): Fix tab vs space indentation mixup.
16216
16217 2014-08-15 Yao Qi <yao@codesourcery.com>
16218
16219 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16220 false.
16221
16222 2014-08-15 Yao Qi <yao@codesourcery.com>
16223
16224 * gdb.cp/casts.exp: Set print symbol off.
16225 * gdb.cp/class2.exp: Likewise.
16226 * gdb.cp/overload.exp: Likewise.
16227 * gdb.cp/templates.exp: Likewise.
16228
16229 2014-08-11 Doug Evans <dje@google.com>
16230
16231 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16232 (test_load_shlib): Update.
16233
16234 2014-08-09 Yao Qi <yao@codesourcery.com>
16235
16236 * gdb.base/display.exp: Invoke is_address_zero_readable.
16237 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16238 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16239 * gdb.base/hbreak-unmapped.exp: Return if
16240 is_address_zero_readable returns true.
16241 * gdb.base/signest.exp: Likewise.
16242 * gdb.base/signull.exp: Likewise.
16243 * gdb.base/sigbpt.exp: Likewise.
16244 * gdb.guile/scm-disasm.exp: Do the test if
16245 is_address_zero_readable returns false.
16246 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16247 * gdb.python/py-arch.exp: Likewise.
16248 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16249 * lib/gdb.exp (is_address_zero_readable): New proc.
16250
16251 2014-08-09 Yao Qi <yao@codesourcery.com>
16252
16253 PR testsuite/13443
16254 * gdb.mi/mi-var-display.exp: Make test messages unique.
16255
16256 2014-08-04 Tom Tromey <tromey@redhat.com>
16257
16258 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16259 target 0".
16260
16261 2014-08-04 Tom Tromey <tromey@redhat.com>
16262
16263 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16264 "target_resume".
16265
16266 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16267
16268 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16269 inner_vla_struct_object_size.
16270 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16271 as xfail.
16272
16273 2014-07-30 Pedro Alves <palves@redhat.com>
16274
16275 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16276 comment.
16277
16278 2014-07-29 Yao Qi <yao@codesourcery.com>
16279
16280 PR gdb/17206
16281 * gdb.base/until-nodebug.exp: New.
16282
16283 2014-07-28 Doug Evans <xdje42@gmail.com>
16284
16285 PR guile/17203
16286 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16287 previously existing parameter, and previously ambiguously spelled
16288 parameter.
16289
16290 2014-07-28 Will Newton <will.newton@linaro.org>
16291
16292 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16293
16294 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16295 Doug Evans <xdje42@gmail.com>
16296
16297 PR guile/17146
16298 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16299
16300 2014-07-25 Pedro Alves <palves@redhat.com>
16301
16302 * gdb.threads/signal-command-handle-nopass.c: New file.
16303 * gdb.threads/signal-command-handle-nopass.exp: New file.
16304 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16305 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16306 * gdb.threads/signal-delivered-right-thread.c: New file.
16307 * gdb.threads/signal-delivered-right-thread.exp: New file.
16308
16309 2014-07-25 Pedro Alves <palves@redhat.com>
16310
16311 * gdb.base/double-prompt-target-event-error.exp
16312 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16313 match.
16314 (cancel_pagination_in_target_event): Rework double prompt
16315 detection.
16316 * gdb.base/paginate-after-ctrl-c-running.exp
16317 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16318 <return>' match.
16319 * gdb.base/paginate-bg-execution.exp
16320 (test_bg_execution_pagination_return)
16321 (test_bg_execution_pagination_cancel): Remove '-notransfer
16322 <return>' matches.
16323 * gdb.base/paginate-execution-startup.exp
16324 (test_fg_execution_pagination_return)
16325 (test_fg_execution_pagination_cancel): Remove '-notransfer
16326 <return>' matches.
16327 * gdb.base/paginate-inferior-exit.exp
16328 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16329 match.
16330 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16331 * lib/gdb.exp (pagination_prompt): Run text through
16332 string_to_regexp.
16333 (gdb_test_multiple): Match $pagination_prompt instead of
16334 "<return>".
16335 (string_to_regexp): Move to lib/gdb-utils.exp.
16336
16337 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16338
16339 * gdb.arch/amd64-entry-value-paramref.S: New file.
16340 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16341 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16342 * gdb.arch/amd64-optimout-repeat.S: New file.
16343 * gdb.arch/amd64-optimout-repeat.c: New file.
16344 * gdb.arch/amd64-optimout-repeat.exp: New file.
16345
16346 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16347
16348 PR gdb/17170
16349 * gdb.base/statistics.exp: New file.
16350
16351 2014-07-17 Doug Evans <dje@google.com>
16352
16353 PR gdb/17170
16354 * gdb.base/maint.exp: Update testing of per-command stats.
16355
16356 2014-07-16 Pedro Alves <palves@redhat.com>
16357
16358 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16359 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16360 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16361 (tfile_write_buf): New functions.
16362 (add_memory_block): Rewrite using the above.
16363 (adjust_function_address): New function.
16364 (FUNCTION_ADDRESS): New macro.
16365 (write_basic_trace_file): Remove short_x local, and use
16366 tfile_write_16. Change type of func_addr local to unsigned long
16367 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16368 here. Cast argument of add_memory_block to char pointer.
16369 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16370 (main): Remove parameters.
16371 * gdb.trace/tfile.exp: Remove nowarnings.
16372
16373 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16374
16375 * gdb.base/debug-expr.exp: Test string evaluation with
16376 "debug expression" on.
16377
16378 2014-07-15 Pedro Alves <palves@redhat.com>
16379
16380 * gdb.base/reread.exp: Use clean_restart.
16381
16382 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16383
16384 * gdb.arch/avr-flash-qualifer.c: New.
16385 * gdb.arch/avr-flash-qualifer.exp: New.
16386
16387 2014-07-14 Pedro Alves <palves@redhat.com>
16388
16389 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16390 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16391
16392 2014-07-14 Pedro Alves <palves@redhat.com>
16393
16394 * gdb.base/double-prompt-target-event-error.c: New file.
16395 * gdb.base/double-prompt-target-event-error.exp: New file.
16396
16397 2014-07-14 Pedro Alves <palves@redhat.com>
16398
16399 PR gdb/17072
16400 * gdb.base/paginate-inferior-exit.c: New file.
16401 * gdb.base/paginate-inferior-exit.exp: New file.
16402
16403 2014-07-14 Pedro Alves <palves@redhat.com>
16404
16405 PR gdb/17072
16406 * gdb.base/paginate-bg-execution.c: New file.
16407 * gdb.base/paginate-bg-execution.exp: New file.
16408
16409 2014-07-14 Pedro Alves <palves@redhat.com>
16410
16411 PR gdb/17072
16412 * gdb.base/paginate-execution-startup.c: New file.
16413 * gdb.base/paginate-execution-startup.exp: New file.
16414 * lib/gdb.exp (pagination_prompt): New global.
16415 (default_gdb_spawn): New procedure, factored out from
16416 default_gdb_spawn.
16417 (default_gdb_start): Adjust to call default_gdb_spawn.
16418 (gdb_spawn): New procedure.
16419
16420 2014-07-14 Pedro Alves <palves@redhat.com>
16421
16422 * lib/gdb.exp (gdb_assert): New procedure.
16423 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16424
16425 2014-07-14 Pedro Alves <palves@redhat.com>
16426
16427 * gdb.base/execution-termios.c: New file.
16428 * gdb.base/execution-termios.exp: New file.
16429
16430 2014-07-14 Tom Tromey <tromey@redhat.com>
16431
16432 * gdb.cp/vla-cxx.cc: New file.
16433 * gdb.cp/vla-cxx.exp: New file.
16434
16435 2014-07-14 Tom Tromey <tromey@redhat.com>
16436
16437 * gdb.reverse/rerun-prec.c: New file.
16438 * gdb.reverse/rerun-prec.exp: New file.
16439
16440 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16441 Maciej W. Rozycki <macro@codesourcery.com>
16442
16443 * lib/gdb-utils.exp: New file.
16444 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16445 inline `gdb_init_command' processing.
16446 (gdb_start_cmd): Likewise.
16447 * lib/mi-support.exp (mi_run_cmd): Likewise.
16448 * README: Document `gdb_init_command' and `gdb_init_commands'.
16449
16450 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16451
16452 Fix false FAIL running under a very long directory name.
16453 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16454 and "set print elements 10000". Twice.
16455
16456 2014-07-11 Yao Qi <yao@codesourcery.com>
16457
16458 * gdb.base/exprs.exp: "set print symbol off".
16459
16460 2014-07-11 Pedro Alves <palves@redhat.com>
16461
16462 * gdb.threads/kill.c: New file.
16463 * gdb.threads/kill.exp: New file.
16464
16465 2014-07-10 Yao Qi <yao@codesourcery.com>
16466
16467 * gdb.trace/tfile.c (write_basic_trace_file)
16468 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16469 address written to trace file.
16470
16471 2014-07-09 Pedro Alves <palves@redhat.com>
16472
16473 * gdb.base/attach-wait-input.exp: New file.
16474 * gdb.base/attach-wait-input.c: New file.
16475
16476 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16477
16478 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16479 setting up test structures.
16480 (main): Call new test function.
16481 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16482 test function, continue into test function and walk test
16483 structures.
16484
16485 2014-07-02 Yao Qi <yao@codesourcery.com>
16486
16487 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16488 'bar_start' at the beginning of functions 'foo' and 'bar'
16489 respectively.
16490 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16491 instead of 'foo' and 'bar'.
16492
16493 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16494
16495 * gdb.btrace/segv.exp: New.
16496 * gdb.btrace/segv.c: New.
16497
16498 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16499
16500 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16501 instruction.
16502
16503 2014-06-30 Mark Wielaard <mjw@redhat.com>
16504
16505 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16506 vulture, vilify, villar): New volatile array constants.
16507 (vindictive, vegetation): New const volatile array constants.
16508 * gdb.base/volatile.exp: Test volatile and const volatile array
16509 types.
16510
16511 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16512
16513 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16514 target lacks support for awatch, rwatch, or hbreak.
16515
16516 2014-06-27 Yao Qi <yao@codesourcery.com>
16517
16518 * gdb.multi/dummy-frame-restore.exp: New.
16519 * gdb.multi/dummy-frame-restore.c: New.
16520
16521 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16522
16523 * gdb.btrace/gcore.exp: New.
16524
16525 2014-06-23 Pedro Alves <palves@redhat.com>
16526
16527 * gdb.base/watchpoint-reuse-slot.c: New file.
16528 * gdb.base/watchpoint-reuse-slot.exp: New file.
16529
16530 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16531
16532 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16533 progspace's filename in 'info', 'enable' and 'disable' command
16534 tests.
16535
16536 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16537
16538 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16539 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16540 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16541
16542 2014-06-20 Gary Benson <gbenson@redhat.com>
16543
16544 * gdb.arch/i386-avx.exp: Fix include file location.
16545 * gdb.arch/i386-sse.exp: Likewise.
16546
16547 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16548
16549 * gdb.dlang/expression.exp: New file.
16550
16551 2014-06-19 Pedro Alves <palves@redhat.com>
16552
16553 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16554 out from ...
16555 (top level): ... here. Iterate running tests under different
16556 scheduler-locking settings.
16557
16558 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16559
16560 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16561 to DW_FORM_addr and use non-zero addresses.
16562
16563 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16564
16565 PR gdb/17017
16566 * gdb.python/py-xmethods.cc: Add global function call counters and
16567 increment them in their respective functions. Remove "cout"
16568 statements.
16569 * gdb.python/py-xmethods.exp: Make tests check the global function
16570 call counters instead of depending on inferior IO.
16571
16572 2014-06-18 Don Breazeal <donb@codesourcery.com>
16573
16574 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16575 Deleted procedure.
16576 (explicit_fork_parent_follow): Deleted procedure.
16577 (explicit_fork_child_follow): Deleted procedure.
16578 (test_follow_fork): New procedure.
16579 (do_fork_tests): Replace calls to deleted procedures with
16580 calls to test_follow_fork and reset GDB for subsequent
16581 procedure calls.
16582
16583 2014-06-17 Yao Qi <yao@codesourcery.com>
16584
16585 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16586 CP1252.
16587
16588 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16589
16590 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16591 Initialize ptr and S explicitly.
16592 (skip_type_update_when_not_use_rtti_test): Likewise.
16593
16594 2014-06-16 Keith Seitz <keiths@redhat.com>
16595
16596 PR mi/15863
16597 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16598 the inferior is started.
16599
16600 2014-06-16 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.base/break-main-file-remove-fail.c: New file.
16603 * gdb.base/break-main-file-remove-fail.exp: New file.
16604 * gdb.base/break-unload-file.exp: Use build_executable instead of
16605 prepare_for_testing.
16606 (test_break): New parameter "initial_load". Handle it.
16607 (top level): Add initial_load cmdline/file axis.
16608
16609 2014-06-12 Tom Tromey <tromey@redhat.com>
16610
16611 * gdb.base/completion.exp: Don't use directory name in test.
16612
16613 2014-06-09 Gary Benson <gbenson@redhat.com>
16614
16615 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16616 separate the always-available ANSI-standard signals from the
16617 signals that require checking.
16618 (main): Likewise.
16619 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16620 Likewise.
16621 (main): Likewise.
16622
16623 2014-06-07 Keith Seitz <keiths@redhat.com>
16624
16625 Revert:
16626 PR c++/16253
16627 * gdb.cp/var-tag.cc: New file.
16628 * gdb.cp/var-tag.exp: New file.
16629 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16630 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16631 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16632 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16633
16634 2014-06-06 Doug Evans <xdje42@gmail.com>
16635
16636 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16637
16638 2014-06-06 Pedro Alves <palves@redhat.com>
16639
16640 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16641 in target debug output instead of looking at RSP packets,
16642 disabling the test on any target that uses hardware stepping.
16643 Update comments.
16644
16645 2014-06-06 Pedro Alves <palves@redhat.com>
16646
16647 * gdb.base/break-unload-file.exp: Fix typo.
16648
16649 2014-06-06 Yao Qi <yao@codesourcery.com>
16650
16651 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16652 from "jit_function" to "^jit_function".
16653
16654 2014-06-06 Yao Qi <yao@codesourcery.com>
16655
16656 * gdb.base/async.c (foo): Add one statement.
16657 * gdb.base/async.exp: Get the next instruction address and
16658 match the output of "nexti" by instruction address. Match
16659 the hex address in the output of "finish".
16660
16661 2014-06-06 Gary Benson <gbenson@redhat.com>
16662
16663 * gdb.base/call-signals.c: Remove preprocessor conditionals
16664 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16665 SIGSEGV and SIGTERM.
16666 * gdb.base/sigall.c: Likewise.
16667 * gdb.base/unwindonsignal.c: Likewise.
16668 * gdb.reverse/sigall-reverse.c: Likewise.
16669
16670 2014-06-06 Yao Qi <yao@codesourcery.com>
16671
16672 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16673 readable, skip the test.
16674
16675 2014-06-06 Yao Qi <yao@codesourcery.com>
16676
16677 * gdb.threads/staticthreads.c (thread_function): Move the line
16678 setting breakpoint on forward.
16679 * gdb.threads/staticthreads.exp: Update comments.
16680
16681 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16682
16683 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16684 "history-append! type error".
16685
16686 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16687
16688 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16689 erroneous dprintf expected input.
16690
16691 2014-06-04 Doug Evans <xdje42@gmail.com>
16692
16693 * gdb.guile/scm-generics.exp: Delete.
16694
16695 2014-06-04 Doug Evans <xdje42@gmail.com>
16696
16697 * gdb.guile/scm-breakpoint.exp: Update.
16698 Add tests for breakpoint registration.
16699
16700 2014-06-04 Tom Tromey <tromey@redhat.com>
16701
16702 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16703 VLA-in-union.
16704 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16705 inner_vla_struct, vla_union types. Initialize objects of those
16706 types and compute their sizes.
16707
16708 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16709 Hui Zhu <hui@codesourcery.com>
16710
16711 * gdb.base/fileio.exp: Add test for shell not available as well as
16712 available.
16713 * gdb.base/fileio.c (test_system): Check for shell twice.
16714
16715 2014-06-04 Yao Qi <yao@codesourcery.com>
16716
16717 * gdb.base/auto-connect-native-target.exp: Remove redundant
16718 space from the regexp pattern.
16719
16720 2014-06-04 Yao Qi <yao@codesourcery.com>
16721
16722 * gdb.base/default.exp: Replace "child" with "native" in
16723 regexp pattern.
16724
16725 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16726
16727 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16728 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16729 * gdb.python/py-xmethods.py: Python script supporting the
16730 new testcase and tests.
16731
16732 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16733 Pedro Alves <palves@redhat.com>
16734
16735 PR breakpoints/17000
16736 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16737 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16738
16739 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16740
16741 * gdb.base/subst.exp: Add tests to verify partial path matching
16742 output.
16743
16744 2014-06-03 Pedro Alves <palves@redhat.com>
16745
16746 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16747 target that doesn't use software single-stepping.
16748
16749 2014-06-03 Pedro Alves <palves@redhat.com>
16750
16751 PR breakpoints/17000
16752 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16753 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16754
16755 2014-06-02 Doug Evans <xdje42@gmail.com>
16756
16757 * gdb.guile/scm-parameter.exp: New file.
16758
16759 2014-06-02 Doug Evans <xdje42@gmail.com>
16760
16761 * gdb.guile/scm-cmd.c: New file.
16762 * gdb.guile/scm-cmd.exp: New file.
16763
16764 2014-06-02 Doug Evans <xdje42@gmail.com>
16765
16766 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16767 pretty-printer lookup.
16768 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16769 (make-pp_s-printer): Call it.
16770 (make-pretty-printer-from-dict): New function.
16771 (lookup-pretty-printer-maker-from-dict): New function.
16772 (*pretty-printer*): Simplify.
16773 (make-objfile-pp_s-printer): New function.
16774 (install-objfile-pretty-printers!): New function.
16775 (make-progspace-pp_s-printer): New function.
16776 (install-progspace-pretty-printers!): New function.
16777 * gdb.guile/scm-progspace.c: New file.
16778 * gdb.guile/scm-progspace.exp: New file.
16779
16780 2014-06-02 Pedro Alves <palves@redhat.com>
16781
16782 * gdb.base/dprintf-bp-same-addr.c: New file.
16783 * gdb.base/dprintf-bp-same-addr.exp: New file.
16784
16785 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16786
16787 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16788 * gdb.arch/powerpc-power.s: Likewise.
16789
16790 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16791
16792 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16793
16794 2014-06-01 Yao Qi <yao@codesourcery.com>
16795
16796 * gdb.base/watchpoint.exp (test_watch_location): Check null
16797 pointer can be dereferenced. If not, do the test, otherwise
16798 skip it.
16799
16800 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16801
16802 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16803 results.
16804 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16805
16806 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16807
16808 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16809 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16810 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16811 * gdb.arch/amd64-invalid-stack-top.c: New file.
16812 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16813
16814 2014-05-30 Pedro Alves <palves@redhat.com>
16815
16816 PR breakpoints/17000
16817 * gdb.base/sss-bp-on-user-bp.c: New file.
16818 * gdb.base/sss-bp-on-user-bp.exp: New file.
16819
16820 2014-05-30 David Blaikie <dblaikie@gmail.com>
16821
16822 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16823 gnu_inline semantics via attribute.
16824 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16825 source explicitly specifies the required semantics.
16826
16827 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16828
16829 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16830
16831 2014-05-29 Pedro Alves <palves@redhat.com>
16832 Tom Tromey <tromey@redhat.com>
16833
16834 * gdb.base/async-shell.exp: Don't enable target-async.
16835 * gdb.base/async.exp
16836 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16837 parameter. Adjust.
16838 (top level): Don't test with "target-async".
16839 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16840 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16841 * gdb.base/inferior-died.exp: Don't enable target-async.
16842 * gdb.base/interrupt-noterm.exp: Likewise.
16843 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16844 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16845 * gdb.mi/mi-nonstop.exp: Likewise.
16846 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16847 * gdb.mi/mi-nsintrall.exp: Likewise.
16848 * gdb.mi/mi-nsmoribund.exp: Likewise.
16849 * gdb.mi/mi-nsthrexec.exp: Likewise.
16850 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16851 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16852 * gdb.python/py-evsignal.exp: Don't enable target-async.
16853 * gdb.python/py-evthreads.exp: Likewise.
16854 * gdb.python/py-prompt.exp: Likewise.
16855 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16856 * gdb.server/solib-list.exp: Don't enable target-async.
16857 * gdb.threads/thread-specific-bp.exp: Likewise.
16858 * lib/mi-support.exp: Adjust to use mi-async.
16859
16860 2014-05-29 Pedro Alves <palves@redhat.com>
16861
16862 PR gdb/13860
16863 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16864 reason, even in sync mode.
16865
16866 2014-05-29 Pedro Alves <palves@redhat.com>
16867 Hui Zhu <hui@codesourcery.com>
16868
16869 PR PR15693
16870 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16871 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16872 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16873 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16874
16875 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16876
16877 * config/monitor.exp (gdb_target_monitor): Replace use of
16878 "set remotebaud" by "set serial baud".
16879
16880 2014-05-26 Andy Wingo <wingo@igalia.com>
16881
16882 * gdb.guile/scm-breakpoint.exp:
16883 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16884 properties instead of gdb-object-properties.
16885
16886 2014-05-26 Yao Qi <yao@codesourcery.com>
16887
16888 * gdb.server/no-thread-db.exp: Specify source file name
16889 explicitly when setting a breakpoint.
16890
16891 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16892
16893 * gdb.btrace/vdso.c: New.
16894 * gdb.btrace/vdso.exp: New.
16895
16896 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16897
16898 * gdb.base/gcore.exp (capture_command_output): Move ...
16899 * lib/gdb.exp (capture_command_output): ... here.
16900
16901 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16902
16903 * gdb.btrace/data.exp: Test memory access during btrace replay.
16904
16905 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16906
16907 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16908
16909 2014-05-21 Pedro Alves <palves@redhat.com>
16910
16911 PR gdb/13860
16912 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16913 (top level): Test that output related to execution commands is
16914 sent to the console with CLI commands, but not with MI commands.
16915 Test that breakpoint events are always mirrored to the console.
16916 Also expect the new source line to be output after a "next" in
16917 async mode too. Make it a pass/fail test.
16918 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16919 output.
16920 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16921
16922 2014-05-21 Pedro Alves <palves@redhat.com>
16923
16924 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16925 Use them to test variations of "list" after reaching a breakpoint.
16926 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16927 Test "list" with listsize 10 after reaching a breakpoint.
16928 * gdb.python/python.exp (decode_line current location line
16929 number): Adjust expected line number.
16930
16931 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16932
16933 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16934 behavior for $args, pass it directly to "run".
16935
16936 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16937
16938 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16939 30000 to 65536.
16940
16941 2014-05-21 Pedro Alves <palves@redhat.com>
16942
16943 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16944 auto-connect-native-target off".
16945 * gdb.base/auto-connect-native-target.c: New file.
16946 * gdb.base/auto-connect-native-target.exp: New file.
16947
16948 2014-05-21 Pedro Alves <palves@redhat.com>
16949
16950 * gdb.base/default.exp: Test "target native" instead of "target
16951 child".
16952
16953 2014-05-21 Mark Wielaard <mjw@redhat.com>
16954
16955 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16956
16957 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16958
16959 Fix TLS access for -static -pthread.
16960 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16961 <HAVE_TLS> (thread_function, main): Initialize it.
16962 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16963 Add clean_restart.
16964 <$have_tls != "">: Check TLSVAR.
16965
16966 2014-05-21 Pedro Alves <palves@redhat.com>
16967
16968 * gdb.base/dcache-line-read-error.c: New.
16969 * gdb.base/dcache-line-read-error.exp: New.
16970
16971 2014-05-20 Pedro Alves <palves@redhat.com>
16972
16973 * gdb.base/compare-sections.c: New file.
16974 * gdb.base/compare-sections.exp: New file.
16975
16976 2014-05-20 Pedro Alves <palves@redhat.com>
16977
16978 * gdb.base/break-idempotent.c: New file.
16979 * gdb.base/break-idempotent.exp: New file.
16980
16981 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16982
16983 * gdb.btrace/nohist.exp: New.
16984
16985 2014-05-20 Yao Qi <yao@codesourcery.com>
16986
16987 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16988 gdb.reverse directory and gdb_reverse_timeout exists in board
16989 setting.
16990 * README: Document gdb_reverse_timeout.
16991
16992 2014-05-20 Yao Qi <yao@codesourcery.com>
16993
16994 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16995 'test_file_name'. Treat args as a string instead of a list.
16996 (gdb_init): Rename argument 'args' by 'test_file_name'.
16997
16998 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16999
17000 * gdb.arch/powerpc-power.exp: New file.
17001 * gdb.arch/powerpc-power.s: New file.
17002
17003 2014-05-16 Doug Evans <dje@google.com>
17004
17005 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17006 * gdb.base/completion.exp: Check that all expected files exist
17007 before doing file completion.
17008
17009 2014-05-16 Doug Evans <dje@google.com>
17010
17011 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17012 Update.
17013 (do_syscall_tests_without_xml): Update.
17014
17015 2014-05-16 Pedro Alves <palves@redhat.com>
17016
17017 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17018 instead of "unknown output after running".
17019
17020 2014-05-16 Yao Qi <yao@codesourcery.com>
17021
17022 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17023 file1.txt from host at the end.
17024 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17025
17026 2014-05-15 Doug Evans <dje@google.com>
17027
17028 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17029 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17030 loading file. Add test for TU lookup.
17031
17032 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17033
17034 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17035 calling "-exec-arguments" or "set args" before running the
17036 inferior.
17037
17038 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17039
17040 * lib/mi-support.exp (mi_expect_stop): Expect message for
17041 inferiors that exit with non-zero exit code.
17042
17043 2014-05-14 Yao Qi <yao@codesourcery.com>
17044
17045 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17046 match absolute path on remote host.
17047 (test_file_list_exec_source_files): Remove "/" from the
17048 pattern.
17049
17050 2014-05-14 Yao Qi <yao@codesourcery.com>
17051
17052 * boards/local-remote-host-notty.exp (${board}_file): New
17053 proc.
17054
17055 2014-05-07 Kyle McMartin <kyle@redhat.com>
17056
17057 Pushed by Joel Brobecker <brobecker@adacore.com>.
17058 * gdb.arch/aarch64-atomic-inst.c: New file.
17059 * gdb.arch/aarch64-atomic-inst.exp: New file.
17060
17061 2014-05-07 Yao Qi <yao@codesourcery.com>
17062
17063 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17064 in current context" too.
17065
17066 2014-05-05 Keith Seitz <keiths@redhat.com>
17067
17068 * gdb.linespec/ls-dollar.exp: Add test for linespec
17069 file:convenience_variable.
17070
17071 2014-05-05 Yao Qi <yao@codesourcery.com>
17072
17073 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17074 traceframes into tfile and ctf trace files. Read data from
17075 trace file and test collected data.
17076 (gdb_collect_locals_test): Likewise.
17077 (gdb_unavailable_registers_test): Likewise.
17078 (gdb_unavailable_floats): Likewise.
17079 (gdb_collect_globals_test): Likewise.
17080 (top-level): Append "ctf" to trace_file_targets if GDB
17081 supports.
17082
17083 2014-05-05 Yao Qi <yao@codesourcery.com>
17084
17085 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17086 code to ...
17087 (gdb_collect_args_test_1): ... it. New proc.
17088 (gdb_collect_locals_test): Move some code to ...
17089 (gdb_collect_locals_test_1): ... it. New proc.
17090 (gdb_unavailable_registers_test): Move some code to ...
17091 (gdb_unavailable_registers_test_1): ... it. New proc.
17092 (gdb_unavailable_floats): Move some code to ...
17093 (gdb_unavailable_floats_1): ... it. New proc.
17094
17095 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17096
17097 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17098 probes to test for bitness recognition.
17099 * gdb.arch/amd64-stap-optional-prefix.exp
17100 (test_probe_value_without_reg): New procedure.
17101 Add code to test for different kinds of bitness.
17102
17103 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17104
17105 PR breakpoints/16889
17106 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17107 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17108
17109 2014-05-01 Pedro Alves <palves@redhat.com>
17110
17111 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17112 gdb_file_cmd if no file is specified.
17113 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17114 last_loaded_file to set the remote exec-file.
17115
17116 2014-05-01 Pedro Alves <palves@redhat.com>
17117
17118 * boards/local-remote-host.exp: New file.
17119
17120 2014-05-01 Pedro Alves <palves@redhat.com>
17121
17122 * boards/local-remote-host.exp: Rename to ...
17123 * boards/local-remote-host-notty.exp: ... this.
17124
17125 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17126
17127 * gdb.ada/dyn_arrayidx: New testcase.
17128
17129 2014-04-26 Yao Qi <yao@codesourcery.com>
17130
17131 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17132 and compute the length of function main. Save it in
17133 $main_length.
17134 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17135 (top-level): Use gdb_compile to compile objects into
17136 executable and restart GDB. Remove invocation to
17137 prepare_for_testing.
17138
17139 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17140 Pedro Alves <palves@redhat.com>
17141
17142 PR server/16255
17143 * gdb.multi/multi-attach.c: New file.
17144 * gdb.multi/multi-attach.exp: New file.
17145
17146 2014-04-25 Pedro Alves <palves@redhat.com>
17147
17148 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17149 user.
17150 (top level): Test that "set remote conditional-breakpoints-packet
17151 off" works as intended.
17152 * gdb.base/dprintf.exp: Test that "set remote
17153 breakpoint-commands-packet off" works as intended.
17154 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17155 New function.
17156 (top level): Call it.
17157 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17158 remote fast-tracepoints-packet off" works as intended.
17159 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17160 * lib/gdb.exp (gdb_is_target_remote): ... here.
17161
17162 2014-04-24 David Blaikie <dblaikie@gmail.com>
17163
17164 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17165 ensure clang would not discard them.
17166 * gdb.base/gdbvars.c: Ditto.
17167 * gdb.base/memattr.c: Ditto.
17168 * gdb.base/whatis.c: Ditto.
17169 * gdb.python/py-prettyprint.c: Ditto.
17170 * gdb.trace/actions.c: Ditto.
17171 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17172 ensure clang would not discard it.
17173
17174 2014-04-24 David Blaikie <dblaikie@gmail.com>
17175
17176 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17177 clang to emit the full definition of type required by the test
17178 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17179
17180 2014-04-24 David Blaikie <dblaikie@gmail.com>
17181
17182 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17183 coax Clang into emitting the definition of the type.
17184 * gdb.cp/pr10728-x.h (y): Ditto.
17185 * gdb.cp/pr10728-y.cc (y): Ditto.
17186
17187 2014-04-24 David Blaikie <dblaikie@gmail.com>
17188
17189 * gdb.base/label.exp: XFAIL label related tests under Clang.
17190 * gdb.cp/cplabel.exp: Ditto.
17191 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17192 under Clang those using labels.
17193
17194 2014-04-25 Yao Qi <yao@codesourcery.com>
17195
17196 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17197 double_label.
17198 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17199 partial_label and double_label.
17200
17201 2014-04-24 David Blaikie <dblaikie@gmail.com>
17202
17203 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17204
17205 2014-04-24 David Blaikie <dblaikie@gmail.com>
17206
17207 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17208 of the function to work across GCC and Clang.
17209 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17210 pointer types (const void ** const V void **).
17211
17212 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17213 Walfred Tedeschi <walfred.tedeschi@intel.com>
17214
17215 * Makefile.in (EXECUTABLES): Added i386-avx512.
17216 * gdb.arch/i386-avx512.c: New file.
17217 * gdb.arch/i386-avx512.exp: Likewise.
17218
17219 2014-04-23 Keith Seitz <keiths@redhat.com>
17220
17221 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17222 (mi_make_breakpoint_table): New procedure.
17223 (mi_create_breakpoint): Use mi_make_breakpoint
17224 and return the result.
17225 (mi_make_breakpoint): New procedure.
17226 (mi_build_kv_pairs): New procedure.
17227
17228 * gdb.mi/mi-break.exp: Remove unused globals,
17229 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17230 All callers updated.
17231 * gdb.mi/mi-dprintf.exp: Use variable to track command
17232 number.
17233 Update all callers of mi_create_breakpoint and use
17234 mi_make_breakpoint_table.
17235 Remove any unused global variables.
17236 * gdb.mi/mi-nonstop.exp: Likewise.
17237 * gdb.mi/mi-nsintrall.exp: Likewise.
17238 * gdb.mi/mi-nsmoribund.exp: Likewise.
17239 * gdb.mi/mi-nsthrexec.exp: Likewise.
17240 * gdb.mi/mi-reverse.exp: Likewise.
17241 * gdb.mi/mi-simplerun.exp: Likewise.
17242 * gdb.mi/mi-stepn.exp: Likewise.
17243 * gdb.mi/mi-syn-frame.exp: Likewise.
17244 * gdb.mi/mi-until.exp: Likewise.
17245 * gdb.mi/mi-var-cp.exp: Likewise.
17246 * gdb.mi/mi-var-display.exp: Likewise.
17247 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17248 * gdb.mi/mi2-var-child.exp: Likewise.
17249 * gdb.mi/mi-vla-c99.exp: Likewise.
17250 * lib/mi-support.exp: Likewise.
17251
17252 From Ian Lance Taylor <iant@cygnus.com>:
17253 * lib/gdb.exp (parse_args): New procedure.
17254
17255 2014-04-23 Pedro Alves <palves@redhat.com>
17256
17257 * gdb.base/break-unload-file.c: New file.
17258 * gdb.base/break-unload-file.exp: New file.
17259 * gdb.base/sym-file-lib.c (baz): New function.
17260 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17261 field.
17262 (load): Store the segment's mapped size.
17263 (unload): New function.
17264 (unload_shlib): New function.
17265 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17266 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17267 set a breakpoint at baz, and call it.
17268 * gdb.base/sym-file.exp: New tests for stale breakpoint
17269 instructions.
17270
17271 2014-04-23 Pedro Alves <palves@redhat.com>
17272
17273 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17274 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17275 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17276 * gdb.base/hbreak-unmapped.c: New file.
17277 * gdb.base/hbreak-unmapped.exp: New file.
17278 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17279 * lib/gdb.exp (gdb_is_target_remote): ... here.
17280
17281 2014-04-22 Pedro Alves <palves@redhat.com>
17282
17283 * gdb.base/consecutive-step-over.c: New file.
17284 * gdb.base/consecutive-step-over.exp: New file.
17285
17286 2014-04-22 Pedro Alves <palves@redhat.com>
17287
17288 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17289 instead of send_gdb/gdb_expect.
17290
17291 2014-04-22 Yao Qi <yao@codesourcery.com>
17292
17293 * lib/trace-support.exp (generate_tracefile): New procedure.
17294 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17295 return 0.
17296 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17297 if generate_tracefile returns 1.
17298
17299 2014-04-18 Tom Tromey <palves@redhat.com>
17300 Pedro alves <tromey@redhat.com>
17301
17302 PR backtrace/15558
17303 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17304 with a backtrace limit.
17305 * gdb.python/py-frame-inline.exp: Test running to an inline
17306 function with a backtrace limit, and printing the newest frame.
17307 * gdb.python/py-frame-inline.c (main): Call f.
17308
17309 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17310
17311 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17312
17313 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17314
17315 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17316 Drop prefix from unsupported source file path.
17317
17318 2014-04-17 Yao Qi <yao@codesourcery.com>
17319
17320 * lib/gdb.exp (with_target_charset): New proc.
17321 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17322 with_target_charset.
17323 (test_print_strings): Likewise.
17324 (test_repeat_bytes): Likewise.
17325 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17326 for some tests.
17327
17328 2014-04-16 Keith Seitz <keiths@redhat.com>
17329
17330 PR gdb/15827
17331 * gdb.dwarf2/corrupt.c: New file.
17332 * gdb.dwarf2/corrupt.exp: New file.
17333
17334 2014-04-16 Keith Seitz <keiths@redhat.com>
17335
17336 PR c++/16597
17337 * gdb.cp/namelessclass.cc: New file.
17338 * gdb.cp/namelessclass.exp: New file.
17339 * gdb.cp/namelessclass.S: New file.
17340
17341 2014-04-16 Doug Evans <dje@google.com>
17342
17343 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17344 Add comment.
17345 (gdbserver_default_get_comm_port): New function.
17346 (gdbserver_start): Check if board file provided
17347 "gdbserver,get_comm_port" and use it if so.
17348 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17349 (gdb,socketport): Set to "stdio".
17350 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17351 (stdio_gdbserver_template): Delete.
17352 (${board}_get_remote_address): Update.
17353 (${board}_build_remote_cmd): Delete.
17354 (${board}_get_comm_port): New function.
17355 (${board}_spawn): Update.
17356 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17357 Delete.
17358 (${board}_get_remote_address): Update.
17359 (${board}_get_comm_port): New function.
17360
17361 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17362
17363 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17364 appearing in any order.
17365
17366 2014-04-15 Doug Evans <dje@google.com>
17367
17368 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17369 uninitialized value of "description".
17370
17371 2014-04-15 Keith Seitz <keiths@redhat.com>
17372
17373 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17374 Remove unused globals.
17375 (test_running_the_program): Likewise.
17376 (test_controlled_execution): Likewise.
17377 (test_controlling_breakpoints): Likewise.
17378 (test_program_termination): Likewise.
17379
17380 2014-04-15 Keith Seitz <keiths@redhat.com>
17381
17382 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17383 unused globals.
17384 (test_rbreak_creation_and_listing): Likewise.
17385 (test_ignore_count): Likewise.
17386 (test_error): Likewise.
17387
17388 2014-04-15 Pedro Alves <palves@redhat.com>
17389
17390 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17391 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17392 sym-file-loader.c.
17393 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17394 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17395 to sym-file-loader.c.
17396 (struct library): Forward declare.
17397 (load_shlib, lookup_function): Change prototypes.
17398 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17399 (translate_offset): Remove declarations.
17400 (get_text_addr): New declaration.
17401 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17402 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17403 sym-file-loader.h.
17404 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17405 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17406 here from sym-file-loader.h.
17407 (struct library): New structure.
17408 (load_shlib, lookup_function): Change prototypes and adjust to
17409 work with a struct library.
17410 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17411 (translate_offset): Make static.
17412 (get_text_addr): New function.
17413 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17414
17415 2014-04-15 Pedro Alves <palves@redhat.com>
17416
17417 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17418
17419 2014-04-15 Pedro Alves <palves@redhat.com>
17420
17421 * gdb.base/sym-file-loader.c: Include <limits.h>.
17422 (SELF_LINK): New define.
17423 (get_origin): New function.
17424 (load_shlib): Use it.
17425 * gdb.base/sym-file.exp: Don't early return if the target is
17426 remote. Use runto_main, and issue fail is that fails. Use
17427 gdb_load_shlibs.
17428 (shlib_name): Delete.
17429 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17430
17431 2014-04-15 Pedro Alves <palves@redhat.com>
17432
17433 * gdb.base/sym-file.exp: Remove regex characters from test
17434 message. Don't refer to breakpoint numbers in test messages.
17435
17436 2014-04-14 Keith Seitz <keiths@redhat.com>
17437
17438 PR c++/16253
17439 * gdb.cp/var-tag.cc: New file.
17440 * gdb.cp/var-tag.exp: New file.
17441 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17442 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17443 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17444 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17445
17446 2014-04-14 Tom Tromey <tromey@redhat.com>
17447
17448 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17449 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17450 type.
17451 * gdb.cp/enum-class.exp: New file.
17452 * gdb.cp/enum-class.cc: New file.
17453
17454 2014-04-14 Tom Tromey <tromey@redhat.com>
17455
17456 * gdb.dwarf2/enum-type.exp: New file.
17457
17458 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17459
17460 * gdb.mi/mi-vla-c99.exp: New file.
17461 * gdb.mi/vla.c: New file.
17462
17463 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17464
17465 * gdb.base/vla-datatypes.c: New file.
17466 * gdb.base/vla-datatypes.exp: New file.
17467
17468 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17469
17470 * gdb.base/vla-ptr.c: New file.
17471 * gdb.base/vla-ptr.exp: New file.
17472
17473 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17474
17475 * gdb.dwarf2/count.exp: New file.
17476
17477 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17478
17479 * gdb.base/vla-sideeffect.c: New file.
17480 * gdb.base/vla-sideeffect.exp: New file.
17481
17482 2014-04-14 David Blaikie <dblaikie@gmail.com>
17483
17484 * gdb.mi/non-stop.c: Add return value for non-void function return
17485 statement.
17486 * gdb.threads/staticthreads.c: Ditto.
17487
17488 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17489 Doug Evans <xdje42@gmail.com>
17490
17491 * gdb.guile/scm-value.c: Improve test case.
17492 * gdb.guile/scm-value.exp: Add new test.
17493
17494 2014-04-11 David Blaikie <dblaikie@gmail.com>
17495
17496 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17497 override Clang's default.
17498
17499 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17500
17501 Revert the following changes (regressions):
17502
17503 * gdb.base/vla-sideeffect.c: New file.
17504 * gdb.base/vla-sideeffect.exp: New file.
17505
17506 * gdb.dwarf2/count.exp: New file.
17507
17508 * gdb.base/vla-multi.c: New file.
17509 * gdb.base/vla-multi.exp: New file.
17510
17511 * gdb.base/vla-ptr.c: New file.
17512 * gdb.base/vla-ptr.exp: New file.
17513
17514 * gdb.base/vla-datatypes.c: New file.
17515 * gdb.base/vla-datatypes.exp: New file.
17516
17517 * gdb.mi/mi-vla-c99.exp: New file.
17518 * gdb.mi/vla.c: New file.
17519
17520 2014-04-11 Keith Seitz <keiths@redhat.com>
17521
17522 PR c++/16675
17523 * gdb.cp/cpsizeof.exp: New file.
17524 * gdb.cp/cpsizeof.cc: New file.
17525
17526 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17527
17528 * gdb.mi/mi-vla-c99.exp: New file.
17529 * gdb.mi/vla.c: New file.
17530
17531 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17532
17533 * gdb.base/vla-datatypes.c: New file.
17534 * gdb.base/vla-datatypes.exp: New file.
17535
17536 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17537
17538 * gdb.base/vla-ptr.c: New file.
17539 * gdb.base/vla-ptr.exp: New file.
17540
17541 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17542
17543 * gdb.base/vla-multi.c: New file.
17544 * gdb.base/vla-multi.exp: New file.
17545
17546 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17547
17548 * gdb.dwarf2/count.exp: New file.
17549
17550 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17551
17552 * gdb.base/vla-sideeffect.c: New file.
17553 * gdb.base/vla-sideeffect.exp: New file.
17554
17555 2014-04-11 Yao Qi <yao@codesourcery.com>
17556
17557 * gdb.base/completion.exp: Check file exists before running tests
17558 on file completion.
17559
17560 2014-04-10 Pedro Alves <palves@redhat.com>
17561
17562 * gdb.base/cond-eval-mode.c: New file.
17563 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17564 prepare_for_testing to build the new file. Check result of
17565 runto_main.
17566 (test_break, test_watch): New procedures.
17567 (top level): Use them.
17568
17569 2014-04-08 Pierre Muller <muller@sourceware.org>
17570
17571 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17572 Ctrl-V use for mingw hosts.
17573
17574 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17575
17576 * gdb.python/py-value.c: Improve test case.
17577 * gdb.python/py-value.exp: Add new test.
17578
17579 2014-04-07 David Blaikie <dblaikie@gmail.com>
17580
17581 * lib/compiler.c: Identify the clang compiler.
17582 * lib/compiler.cc: Ditto.
17583
17584 2014-04-03 Yao Qi <yao@codesourcery.com>
17585
17586 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17587
17588 2014-04-01 Anton Blanchard <anton@samba.org>
17589
17590 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17591 messages unique.
17592
17593 2014-04-01 Anton Blanchard <anton@samba.org>
17594
17595 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17596 prepare_for_testing.
17597
17598 2014-04-01 Anton Blanchard <anton@samba.org>
17599
17600 * gdb.arch/ppc64-atomic-inst.c: Remove.
17601 * gdb.arch/ppc64-atomic-inst.S: New file.
17602 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17603
17604 2014-03-31 Doug Evans <dje@google.com>
17605
17606 * gdb.base/print-symbol-loading-lib.c: New file.
17607 * gdb.base/print-symbol-loading-main.c: New file.
17608 * gdb.base/print-symbol-loading.exp: New file.
17609
17610 2014-03-31 Yao Qi <yao@codesourcery.com>
17611
17612 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17613
17614 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17615
17616 * gdb.ada/mi_dyn_arr: New testcase.
17617
17618 2014-03-27 Doug Evans <dje@google.com>
17619
17620 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17621
17622 2014-03-27 Yao Qi <yao@codesourcery.com>
17623
17624 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17625 if target is nios2-*-*.
17626
17627 2014-03-26 Yao Qi <yao@codesourcery.com>
17628
17629 * lib/gdb.exp (readline_is_used): New proc.
17630 * gdb.base/completion.exp: Move tests on command complete up.
17631 Skip the rest of tests if readline is not used.
17632 * gdb.ada/complete.exp: Skp the test if readline is not
17633 used.
17634 * gdb.base/filesym.exp: Likewise.
17635 * gdb.base/macscp.exp: Likewise.
17636 * gdb.base/readline-ask.exp: Likewise.
17637 * gdb.base/readline.exp: Likewise.
17638 * gdb.python/py-cmd.exp: Likewise.
17639 * gdb.trace/tfile.exp: Likewise.
17640
17641 2014-03-26 Yao Qi <yao@codesourcery.com>
17642
17643 * gdb.base/macscp.exp: Fix code format issues.
17644
17645 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17646
17647 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17648 * gdb.asm/powerpc64le.inc: New file.
17649
17650 2014-03-25 Pedro Alves <palves@redhat.com>
17651 Doug Evans <dje@google.com>
17652
17653 * gdb.base/source-execution.c: New file.
17654 * gdb.base/source-execution.exp: New file.
17655 * gdb.base/source-execution.gdb: New file.
17656
17657 2014-03-24 Doug Evans <dje@google.com>
17658
17659 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17660 using fission.
17661
17662 2014-03-24 Hui Zhu <hui@codesourcery.com>
17663 Pedro Alves <palves@redhat.com>
17664
17665 PR breakpoints/16101
17666 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17667 test pass/fail messages. Detect missing support for dprintf when
17668 breakpoints are actually inserted.
17669 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17670 breakpoints are actually inserted.
17671 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17672 fails.
17673
17674 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17675
17676 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17677
17678 2014-03-22 Doug Evans <xdje42@gmail.com>
17679
17680 * gdb.python/python.exp (python not supported): Verify multi-line
17681 python command issues an error.
17682 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17683 guile command issues an error.
17684
17685 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17686
17687 * gdb.threads/thread-specific.exp: Handle the lack of usable
17688 $this_breakpoint and $this_thread.
17689
17690 2014-03-21 Hui Zhu <hui@codesourcery.com>
17691
17692 * gdb.base/attach.exp (do_command_attach_tests): New.
17693
17694 2014-03-20 Tom Tromey <tromey@redhat.com>
17695 Pedro Alves <palves@redhat.com>
17696
17697 PR cli/15718
17698 * gdb.base/condbreak-call-false.c: New file.
17699 * gdb.base/condbreak-call-false.exp: New file.
17700
17701 2014-03-20 Pedro Alves <palves@redhat.com>
17702
17703 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17704 Delete.
17705 (block_signals, unblock_signals): Delete.
17706 (child_function_2, main): Remove references to deleted variable
17707 and functions.
17708
17709 2014-03-20 Pedro Alves <palves@redhat.com>
17710
17711 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17712 Use pthread_kill to signal thread 2.
17713 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17714 Adjust to make the test send itself a signal rather than using the
17715 host's "kill" command.
17716
17717 2014-03-20 Pedro Alves <palves@redhat.com>
17718
17719 * gdb.threads/multiple-step-overs.c: New file.
17720 * gdb.threads/multiple-step-overs.exp: New file.
17721 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17722 Adjust expected infrun debug output.
17723
17724 2014-03-20 Pedro Alves <palves@redhat.com>
17725
17726 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17727 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17728
17729 2014-03-20 Pedro Alves <palves@redhat.com>
17730
17731 PR breakpoints/7143
17732 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17733 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17734 of gdb_test_multiple.
17735 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17736 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17737
17738 2014-03-20 Pedro Alves <palves@redhat.com>
17739
17740 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17741 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17742
17743 2014-03-19 Pedro Alves <palves@redhat.com>
17744
17745 * gdb.base/async.exp: Remove early return.
17746
17747 2014-03-19 Pedro Alves <palves@redhat.com>
17748
17749 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17750
17751 2014-03-19 Pedro Alves <palves@redhat.com>
17752
17753 * gdb.base/async.exp (test_background): Expect \r\n after
17754 "completed." in the fail pattern.
17755
17756 2014-03-19 Pedro Alves <palves@redhat.com>
17757
17758 * gdb.base/async.exp (test_background): New procedure.
17759 Use it for all background execution command tests.
17760
17761 2014-03-19 Pedro Alves <palves@redhat.com>
17762
17763 * gdb.base/async.exp: Use prepare_for_testing.
17764
17765 2014-03-19 Pedro Alves <palves@redhat.com>
17766
17767 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17768 the same line.
17769
17770 2014-03-19 Pedro Alves <palves@redhat.com>
17771
17772 * gdb.base/async.c (main): Add "jump here" and "until here" line
17773 marker comments.
17774 * gdb.base/async.exp (jump_here): New global.
17775 (jump& test): Use it.
17776 (until_here): New global.
17777 (until& test): Use it.
17778
17779 2014-03-19 Pedro Alves <palves@redhat.com>
17780
17781 * gdb.base/async.exp: Don't frob gdb_protocol.
17782
17783 2014-03-18 Doug Evans <xdje42@gmail.com>
17784
17785 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17786 Fix spelling of exec-done-display.
17787
17788 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17789
17790 PR gdb/15358
17791 * gdb.base/gdb-sigterm.c: New file.
17792 * gdb.base/gdb-sigterm.exp: New file.
17793
17794 2014-03-18 Pedro Alves <palves@redhat.com>
17795
17796 PR gdb/13860
17797 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17798 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17799 solib-event.
17800
17801 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17802
17803 * gdb.ada/pckd_arr_ren: New testcase.
17804
17805 2014-03-13 Doug Evans <xdje42@gmail.com>
17806
17807 PR guile/16612
17808 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17809 collect after discarding symbols.
17810
17811 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17812 Doug Evans <xdje42@gmail.com>
17813
17814 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17815 to history survives a gc.
17816
17817 2014-03-13 Pedro Alves <palves@redhat.com>
17818
17819 * gdb.base/default.exp: Don't test "target procfs".
17820
17821 2014-03-13 Pedro Alves <palves@redhat.com>
17822
17823 * gdb.base/default.exp: Update "target child" and "target procfs"
17824 tests to not expect "Unix".
17825
17826 2014-03-12 Tom Tromey <tromey@redhat.com>
17827
17828 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17829 New procs. Add target-async tests.
17830 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17831 Add target-async tests.
17832
17833 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17834
17835 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17836 'func_start' and 'func_end' for the beginning and end of the
17837 function code, respectively.
17838 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17839 'func_end' instead of 'func' and 'main'.
17840
17841 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17842
17843 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17844 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17845 generate the debug info assembler source.
17846
17847 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17848
17849 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17850 * gdb.dwarf2/arr-subrange.exp: Likewise.
17851 * gdb.dwarf2/dwz.exp: Likewise.
17852 * gdb.dwarf2/method-ptr.exp: Likewise.
17853 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17854 * gdb.dwarf2/subrange.exp: Likewise.
17855 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17856 * gdb.dwarf2/implptrpiece.exp: Likewise.
17857 * gdb.dwarf2/nostaticblock.exp: Likewise.
17858
17859 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17860
17861 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17862 directory to absolute path name arguments.
17863
17864 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17865
17866 * gdb.ada/tagged_access: New testcase.
17867
17868 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17869
17870 * gdb.btrace/data.exp: Update expected output.
17871
17872 2014-03-06 Yao Qi <yao@codesourcery.com>
17873
17874 * gdb.trace/pr16508.exp: New file.
17875
17876 2014-03-05 Pedro Alves <palves@redhat.com>
17877
17878 PR gdb/16575
17879 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17880 procedure.
17881 (top level): Adjust to use it. Add tests that exercise breakpoint
17882 interaction with the code-cache.
17883
17884 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17885
17886 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17887 test for 'history-append!'.
17888
17889 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17890
17891 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17892 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17893 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17894 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17895 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17896 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17897
17898 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17899
17900 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17901 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17902 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17903
17904 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17905
17906 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17907
17908 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17909
17910 * gdb.dwarf2/arr-stride.c: New file.
17911 * gdb.dwarf2/arr-stride.exp: New file.
17912
17913 2014-02-26 Pedro Alves <palves@redhat.com>
17914
17915 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17916 that won't ever trigger. Make sure that GDB reports the correct
17917 breakpoint that caused the stop.
17918
17919 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17920
17921 PR gdb/16626
17922 * gdb.base/auto-load-script: New file.
17923 * gdb.base/auto-load.c: New file.
17924 * gdb.base/auto-load.exp: New file.
17925
17926 PR gdb/16626
17927 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17928
17929 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17930
17931 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17932 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17933
17934 2014-02-24 Doug Evans <dje@google.com>
17935
17936 * lib/gdb.exp (run_on_host): Log error output if program fails.
17937
17938 2014-02-21 Pedro Alves <palves@redhat.com>
17939
17940 * gdb.threads/step-after-sr-lock.c: Rename to ...
17941 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17942 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17943 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17944 ... this.
17945
17946 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17947
17948 PR tdep/16397
17949 * gdb.arch/amd64-stap-special-operands.exp: New file.
17950 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17951 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17952 * gdb.arch/amd64-stap-triplet.S: Likewise.
17953 * gdb.arch/amd64-stap-triplet.c: Likewise.
17954
17955 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17956
17957 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17958 in .section pseudo-op.
17959
17960 2014-02-20 lin zuojian <manjian2006@gmail.com>
17961 Joel Brobecker <brobecker@adacore.com>
17962 Doug Evans <xdje42@gmail.com>
17963
17964 PR symtab/16581
17965 * gdb.dwarf2/dw2-icycle.S: New file.
17966 * gdb.dwarf2/dw2-icycle.c: New file.
17967 * gdb.dwarf2/dw2-icycle.exp: New file.
17968
17969 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17970
17971 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17972 operations on gdb.Value objects.
17973 * gdb.python/py-value-cc.exp: Add new test to test operations on
17974 gdb.Value objects.
17975
17976 2014-02-18 Doug Evans <dje@google.com>
17977
17978 * Makefile.in (TESTS): New variable.
17979 (expanded_tests, expanded_tests_or_none): New variables
17980 (check-single): Pass $(expanded_tests_or_none) to runtest.
17981 (check-parallel): Only run tests in $(TESTS) if non-empty.
17982 (check/no-matching-tests-found): New rule.
17983 * README: Document TESTS makefile variable.
17984
17985 2014-02-18 Doug Evans <dje@google.com>
17986
17987 * Makefile.in (check-parallel): rm -rf outputs temp.
17988
17989 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17990
17991 Fix "ERROR: no fileid for" in the testsuite.
17992 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17993
17994 2014-02-12 Doug Evans <dje@google.com>
17995
17996 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17997 (MISCELLANEOUS): New variable.
17998 (clean): rm -rf $(MISCELLANEOUS).
17999 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18000 dwp live in the same directory as symlinks, with each symlink pointed
18001 to a differently named file in a different directory.
18002
18003 2014-02-11 Doug Evans <dje@google.com>
18004
18005 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18006 of Tcl file commands.
18007
18008 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18009
18010 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18011 "kill -SIGUSR1 -1".
18012
18013 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18014
18015 * gdb.ada/tick_length_array_enum_idx: New testcase.
18016
18017 2014-02-10 Doug Evans <xdje42@gmail.com>
18018
18019 * configure.ac (AC_OUTPUT): Add gdb.guile.
18020 * configure: Regenerate.
18021 * lib/gdb-guile.exp: New file.
18022 * lib/gdb.exp (get_target_charset): New function.
18023 * gdb.base/help.exp: Update expected output from "apropos apropos".
18024 * gdb.guile/Makefile.in: New file.
18025 * gdb.guile/guile.exp: New file.
18026 * gdb.guile/scm-arch.c: New file.
18027 * gdb.guile/scm-arch.exp: New file.
18028 * gdb.guile/scm-block.c: New file.
18029 * gdb.guile/scm-block.exp: New file.
18030 * gdb.guile/scm-breakpoint.c: New file.
18031 * gdb.guile/scm-breakpoint.exp: New file.
18032 * gdb.guile/scm-disasm.c: New file.
18033 * gdb.guile/scm-disasm.exp: New file.
18034 * gdb.guile/scm-equal.c: New file.
18035 * gdb.guile/scm-equal.exp: New file.
18036 * gdb.guile/scm-error.exp: New file.
18037 * gdb.guile/scm-error.scm: New file.
18038 * gdb.guile/scm-frame-args.c: New file.
18039 * gdb.guile/scm-frame-args.exp: New file.
18040 * gdb.guile/scm-frame-args.scm: New file.
18041 * gdb.guile/scm-frame-inline.c: New file.
18042 * gdb.guile/scm-frame-inline.exp: New file.
18043 * gdb.guile/scm-frame.c: New file.
18044 * gdb.guile/scm-frame.exp: New file.
18045 * gdb.guile/scm-generics.exp: New file.
18046 * gdb.guile/scm-gsmob.exp: New file.
18047 * gdb.guile/scm-iterator.c: New file.
18048 * gdb.guile/scm-iterator.exp: New file.
18049 * gdb.guile/scm-math.c: New file.
18050 * gdb.guile/scm-math.exp: New file.
18051 * gdb.guile/scm-objfile-script-gdb.in: New file.
18052 * gdb.guile/scm-objfile-script.c: New file.
18053 * gdb.guile/scm-objfile-script.exp: New file.
18054 * gdb.guile/scm-objfile.c: New file.
18055 * gdb.guile/scm-objfile.exp: New file.
18056 * gdb.guile/scm-ports.exp: New file.
18057 * gdb.guile/scm-pretty-print.c: New file.
18058 * gdb.guile/scm-pretty-print.exp: New file.
18059 * gdb.guile/scm-pretty-print.scm: New file.
18060 * gdb.guile/scm-section-script.c: New file.
18061 * gdb.guile/scm-section-script.exp: New file.
18062 * gdb.guile/scm-section-script.scm: New file.
18063 * gdb.guile/scm-symbol.c: New file.
18064 * gdb.guile/scm-symbol.exp: New file.
18065 * gdb.guile/scm-symtab-2.c: New file.
18066 * gdb.guile/scm-symtab.c: New file.
18067 * gdb.guile/scm-symtab.exp: New file.
18068 * gdb.guile/scm-type.c: New file.
18069 * gdb.guile/scm-type.exp: New file.
18070 * gdb.guile/scm-value-cc.cc: New file.
18071 * gdb.guile/scm-value-cc.exp: New file.
18072 * gdb.guile/scm-value.c: New file.
18073 * gdb.guile/scm-value.exp: New file.
18074 * gdb.guile/source2.scm: New file.
18075 * gdb.guile/types-module.cc: New file.
18076 * gdb.guile/types-module.exp: New file.
18077
18078 2014-02-10 Yao Qi <yao@codesourcery.com>
18079
18080 PR testsuite/16543
18081 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18082 * configure: Regenerated.
18083 * Makefile.in: New file.
18084
18085 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18086
18087 * gdb.python/py-framefilter.exp: Fix typo.
18088
18089 2014-02-08 Yao Qi <yao@codesourcery.com>
18090
18091 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18092 that no =breakpoint-modified is emitted when breakpoints are
18093 modified through MI commands.
18094
18095 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18096 Pedro Alves <palves@redhat.com>
18097
18098 * gdb.threads/step-after-sr-lock.c: New file.
18099 * gdb.threads/step-after-sr-lock.exp: New file.
18100
18101 2014-02-07 Pedro Alves <palves@redhat.com>
18102
18103 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18104
18105 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18106
18107 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18108 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18109
18110 2014-02-06 Doug Evans <xdje42@gmail.com>
18111
18112 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18113 output.
18114
18115 * gdb.gdb/python-interrupts.exp: New file.
18116
18117 2014-02-05 Yao Qi <yao@codesourcery.com>
18118
18119 * gdb.trace/report.exp (use_collected_data): Test the output
18120 of "info threads" and "info inferiors".
18121
18122 2014-02-05 Yao Qi <yao@codesourcery.com>
18123
18124 Revert this patch:
18125
18126 2013-05-24 Yao Qi <yao@codesourcery.com>
18127
18128 * gdb.trace/tfile.exp: Test inferior and thread.
18129
18130 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18131
18132 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18133 on a function.
18134 * gdb.base/step-bt.c: Call hello via function pointer to make
18135 sure its first instruction is executed on powerpc64le-linux.
18136
18137 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18138
18139 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18140
18141 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18142
18143 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18144 of the test patterns for use on little-endian systems.
18145
18146 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18147
18148 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18149 (decimal_vector): Fix for little-endian.
18150
18151 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18152
18153 * gdb.arch/sparc-sysstep.exp: New file.
18154 * gdb.arch/sparc-sysstep.c: Likewise.
18155
18156 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18157
18158 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18159
18160 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18161
18162 2014-01-23 Tom Tromey <tromey@redhat.com>
18163
18164 * gdb.ada/array_char_idx: New testcase.
18165
18166 2014-01-23 Tom Tromey <tromey@redhat.com>
18167
18168 PR python/16487:
18169 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18170 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18171 classes.
18172
18173 2014-01-23 Tom Tromey <tromey@redhat.com>
18174
18175 PR python/16491:
18176 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18177 string from an inferior frame.
18178 * gdb.python/py-framefilter-mi.exp: Update.
18179
18180 2014-01-22 Doug Evans <dje@google.com>
18181
18182 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18183
18184 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18185
18186 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18187
18188 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18189
18190 * gdb.trace/entry-values.exp: Remove excess space character from
18191 regex patterns. Handle s390 call instruction.
18192
18193 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18194
18195 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18196 define "*_start" label. Make "name" static.
18197 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18198 ${name} by references to ${name}_start.
18199
18200 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18201
18202 * gdb.base/info-macros.exp: Remove "debug" from the compile
18203 options.
18204
18205 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18206
18207 * gdb.dlang/demangle.exp: New file.
18208
18209 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18210
18211 * gdb.dlang/primitive-types.exp: New file.
18212
18213 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18214
18215 * configure.ac: Create gdb.dlang/Makefile.
18216 * configure: Regenerate.
18217 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18218 * gdb.dlang/Makefile.in: New file.
18219 * lib/d-support.exp: New file.
18220 * lib/gdb.exp (skip_d_tests): New proc.
18221
18222 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18223
18224 * gdb.btrace/delta.exp: Check reverse stepi.
18225 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18226 * gdb.btrace/finish.exp: New.
18227 * gdb.btrace/next.exp: New.
18228 * gdb.btrace/nexti.exp: New.
18229 * gdb.btrace/record_goto.c: Add comments.
18230 * gdb.btrace/step.exp: New.
18231 * gdb.btrace/stepi.exp: New.
18232 * gdb.btrace/multi-thread-step.c: New.
18233 * gdb.btrace/multi-thread-step.exp: New.
18234 * gdb.btrace/rn-dl-bind.c: New.
18235 * gdb.btrace/rn-dl-bind.exp: New.
18236 * gdb.btrace/data.c: New.
18237 * gdb.btrace/data.exp: New.
18238 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18239
18240 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18241
18242 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18243 * gdb.btrace/exception.exp: Update.
18244 * gdb.btrace/instruction_history.exp: Update.
18245 * gdb.btrace/record_goto.exp: Update.
18246 * gdb.btrace/tailcall.exp: Update.
18247 * gdb.btrace/unknown_functions.exp: Update.
18248 * gdb.btrace/delta.exp: New.
18249
18250 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18251
18252 * gdb.btrace/record_goto.exp: Add backtrace test.
18253 * gdb.btrace/tailcall.exp: Add backtrace test.
18254
18255 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18256
18257 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18258 * gdb.btrace/record_goto.c: New.
18259 * gdb.btrace/record_goto.exp: New.
18260 * gdb.btrace/x86-record_goto.S: New.
18261
18262 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18263
18264 * gdb.btrace/function_call_history.exp: Update tests.
18265 * gdb.btrace/instruction_history.exp: Update tests.
18266
18267 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18268
18269 * gdb.btrace/function_call_history.exp: Fix expected field
18270 order for "record function-call-history".
18271 Add new tests for "record function-call-history /c".
18272 * gdb.btrace/exception.cc: New.
18273 * gdb.btrace/exception.exp: New.
18274 * gdb.btrace/tailcall.exp: New.
18275 * gdb.btrace/x86-tailcall.S: New.
18276 * gdb.btrace/x86-tailcall.c: New.
18277 * gdb.btrace/unknown_functions.c: New.
18278 * gdb.btrace/unknown_functions.exp: New.
18279 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18280
18281 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18282
18283 * gdb.btrace/instruction_history.exp: Update.
18284 * gdb.btrace/function_call_history.exp: Update.
18285
18286 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18287
18288 * gdb.btrace/function_call_history.exp: Fix expected function
18289 trace.
18290 * gdb.btrace/instruction_history.exp: Initialize traced.
18291 Remove traced_functions.
18292
18293 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18294
18295 * gdb.btrace/function_call_history.exp: Update
18296 * gdb.btrace/instruction_history.exp: Update.
18297
18298 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18299
18300 * gdb.btrace/enable.exp: Update expected text.
18301
18302 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18303
18304 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18305 bytes.
18306
18307 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18308
18309 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18310
18311 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18312
18313 * lib/gdb.exp (supports_process_record): Return true for
18314 arm*-linux*. (supports_reverse): Likewise.
18315
18316 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18317
18318 PR python/15464
18319 PR python/16113
18320 * gdb.python/py-type.c: Enhance test case.
18321 * gdb.python/py-value-cc.cc: Likewise
18322 * gdb.python/py-type.exp: Add new tests.
18323 * gdb.python/py-value-cc.exp: Likewise
18324
18325 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18326 Pedro Alves <palves@redhat.com>
18327
18328 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18329 Make "name" extern.
18330 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18331 references to ${name}_start by references to ${name}.
18332
18333 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18334
18335 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18336
18337 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18338
18339 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18340
18341 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18342 Pedro Alves <palves@redhat.com>
18343
18344 * gdb.mi/mi-info-os.exp: Connect to the target with
18345 mi_gdb_target_load.
18346
18347 2014-01-08 Pedro Alves <palves@redhat.com>
18348
18349 * gdb.threads/reconnect-signal.c: New file.
18350 * gdb.threads/reconnect-signal.exp: New file.
18351
18352 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18353
18354 * gdb.base/source-dir.exp: New file.
18355
18356 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18357
18358 * gdb.ada/mi_interface: New testcase.
18359
18360 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18361
18362 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18363 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18364 gdb.ada/pp-rec-component/pck.ads: New files.
18365
18366 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18367
18368 * gdb.python/py-pp-integral.c: New file.
18369 * gdb.python/py-pp-integral.py: New file.
18370 * gdb.python/py-pp-integral.exp: New file.
18371
18372 For older changes see ChangeLog-1993-2013.
18373 \f
18374 ;; Local Variables:
18375 ;; mode: change-log
18376 ;; left-margin: 8
18377 ;; fill-column: 74
18378 ;; version-control: never
18379 ;; End:
18380
18381 Copyright 2014-2020 Free Software Foundation, Inc.
18382 Copying and distribution of this file, with or without modification,
18383 are permitted provided the copyright notice and this notice are preserved.