New testcase for PR tui/25126 (staled source cache)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 PR tui/25126
4 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5 * gdb.base/cached-source-file.c: New file.
6 * gdb.base/cached-source-file.exp: New file.
7
8 2020-02-11 Tom de Vries <tdevries@suse.de>
9
10 PR testsuite/25488
11 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
12
13 2020-02-10 Tom de Vries <tdevries@suse.de>
14
15 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
16
17 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
18
19 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
20 and $after_addr are both integers before making a comparison.
21
22 2020-02-09 Tom de Vries <tdevries@suse.de>
23
24 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
25 command output and paste it into gdb.log. If any, paste catch message
26 to gdb.log.
27
28 2020-02-07 Tom Tromey <tromey@adacore.com>
29
30 PR breakpoints/24915:
31 * gdb.base/annotate-symlink.exp: Use setup_xfail.
32
33 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
34
35 * gdb.tui/tui-missing-src.exp: Add the "missing source
36 file" test for the TUI.
37
38 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
41 including a port number in the output.
42
43 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
44
45 * lib/fortran.exp (fortran_int4): Handle clang.
46 (fortran_int8): Likewise.
47 (fortran_real4): Likewise.
48 (fortran_real8): Likewise.
49 (fortran_complex4): Likewise.
50 (fortran_logical4): Likewise.
51 (fortran_character1): Likewise.
52
53 2020-02-04 Tom de Vries <tdevries@suse.de>
54
55 * README (Race detection): Add note.
56
57 2020-02-04 Tom de Vries <tdevries@suse.de>
58
59 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
60
61 2020-02-04 Tom de Vries <tdevries@suse.de>
62
63 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
64
65 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
66
67 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
68 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
69 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
70 blttar, bnetarl.
71 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
72 binary for blttar, bnetarl.
73 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
74 wait instruction. Delete ldmx test.
75 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
76
77 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
78
79 * gdb.fortran/array-bounds-high.exp: New file.
80 * gdb.fortran/array-bounds-high.f90: New file.
81
82 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
83
84 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
85 Replace #include of <sys/fcntl.h> by <fcntl.h>.
86
87 2020-02-01 Tom de Vries <tdevries@suse.de>
88
89 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
90
91 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 PR tui/9765
94 * gdb.tui/tui-layout-asm-short-prog.S: New file.
95 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
96
97 2020-01-29 Luis Machado <luis.machado@linaro.org>
98
99 * gdb.arch/aarch64-brk-patterns.c: New source file.
100 * gdb.arch/aarch64-brk-patterns.exp: New test.
101
102 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
103
104 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
105 GCC/Clang version.
106 * gdb.cp/pass-by-ref.exp: Ditto.
107
108 2020-01-29 Tom de Vries <tdevries@suse.de>
109
110 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
111 * gdb.threads/watchpoint-fork-mt.c: Same.
112 * gdb.threads/watchpoint-fork-parent.c: Same.
113 * gdb.threads/watchpoint-fork-st.c: Same.
114 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
115
116 2020-01-27 Luis Machado <luis.machado@linaro.org>
117
118 * gdb.base/step-over-syscall.exp (setup): Check if we're already
119 sitting at a syscall instruction when we hit the syscall function's
120 breakpoint.
121 Check PC against one obtained with the x command.
122 Validate syscall number.
123 (step_over_syscall): Don't continue to the syscall instruction if
124 we're already there.
125
126 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
127
128 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
129
130 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
133 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
134
135 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * gdb.dwarf2/dw2-inline-stepping.c: New file.
138 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
139
140 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.base/maint.exp: Update line table parsing test.
143 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
144
145 2020-01-24 Pedro Alves <palves@redhat.com>
146
147 PR gdb/25410
148 * gdb.multi/multi-re-run-1.c: New.
149 * gdb.multi/multi-re-run-2.c: New.
150 * gdb.multi/multi-re-run.exp: New.
151
152 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
153
154 PR gdb/23718
155 * gdb.server/server-kill-python.exp: New file.
156
157 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 * gdb.server/multi-ui-errors.c: New file.
160 * gdb.server/multi-ui-errors.exp: New file.
161
162 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 PR tui/9765
165 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
166
167 2020-01-19 Tom Tromey <tom@tromey.com>
168
169 * gdb.tui/main.exp: Add check for plain "file".
170
171 2020-01-16 Christian Biesinger <cbiesinger@google.com>
172
173 * lib/gdb.exp: Fix spelling error (seperatelly).
174
175 2020-01-14 Tom Tromey <tom@tromey.com>
176
177 PR symtab/12535:
178 * gdb.python/python.exp: Test decode_line with empty string
179 argument.
180
181 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
182
183 * gdb.base/skip-inline.exp: Extend test.
184
185 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
186
187 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
188 * gdb.dwarf2/dw2-bad-elf.c: New file.
189 * gdb.dwarf2/dw2-bad-elf.exp: New file.
190
191 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
194 _line_saw_file.
195
196 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
197
198 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
199 border.
200
201 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
202
203 * gdb.multi/multi-target.exp (setup): Factor out "info
204 connections" and "info inferiors" tests to ...
205 (test_info_inferiors): ... this new procedure.
206 (top level): Run new "info-inferiors" tests.
207
208 2020-01-10 Pedro Alves <palves@redhat.com>
209
210 * gdb.server/bkpt-other-inferior.exp: New file.
211
212 2020-01-10 Pedro Alves <palves@redhat.com>
213
214 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
215 of "add-inferior".
216 * gdb.base/quit-live.exp: Likewise.
217 * gdb.base/remote-exec-file.exp: Likewise.
218 * gdb.guile/scm-progspace.exp: Likewise.
219 * gdb.linespec/linespec.exp: Likewise.
220 * gdb.mi/new-ui-mi-sync.exp: Likewise.
221 * gdb.mi/user-selected-context-sync.exp: Likewise.
222 * gdb.multi/multi-target.exp (setup): Add "info connection" and
223 "info inferiors" tests.
224 * gdb.multi/remove-inferiors.exp: Adjust expected output of
225 "add-inferior".
226 * gdb.multi/watchpoint-multi.exp: Likewise.
227 * gdb.python/py-inferior.exp: Likewise.
228 * gdb.server/extended-remote-restart.exp: Likewise.
229 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
230 "info inferiors".
231 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
232 * gdb.trace/report.exp: Likewise.
233
234 2020-01-10 Pedro Alves <palves@redhat.com>
235
236 * gdb.multi/multi-target.c: New file.
237 * gdb.multi/multi-target.exp: New file.
238 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
239 mode requested, but remote does not support non-stop".
240
241 2020-01-10 Pedro Alves <palves@redhat.com>
242
243 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
244 disconnect before reconnecting.
245
246 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
247 Pedro Alves <palves@redhat.com>
248
249 * gdb.server/connect-without-multi-process.exp: Also test
250 continuing to end.
251
252 2020-01-10 Pedro Alves <palves@redhat.com>
253
254 * gdb.base/remote-exec-file.exp: New file.
255
256 2020-01-10 Pedro Alves <palves@redhat.com>
257
258 * gdb.base/fork-running-state.exp (do_test): Adjust expected
259 output.
260 * gdb.threads/async.c: New.
261 * gdb.threads/async.exp: New.
262 * gdb.multi/tids-gid-reset.c: New.
263 * gdb.multi/tids-gid-reset.exp: New.
264
265 2020-01-10 George Barrett <bob@bob131.so>
266
267 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
268 to help in finding the image relocation offset.
269 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
270 options in arguments.
271 (stap_test_no_debuginfo): Likewise.
272 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
273 test variants.
274 (stap_test): Add null semaphore relocation test.
275
276 2020-01-10 George Barrett <bob@bob131.so>
277
278 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
279 * gdb.base/stap-probe.exp: Likewise.
280 (stap_test): Pass argument as an additional flag.
281 (stap_test_no_debuginfo): Likewise.
282 (stap_test): Check `info probes stap' output for semaphore
283 addresses if the test binary is supposed to have them.
284
285 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * gdb.tui/basic.exp: Add more scrolling tests.
288
289 2020-01-09 Tom Tromey <tom@tromey.com>
290
291 PR tui/18932:
292 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
293 meangingful value.
294 (Term::command, Term::resize): Update.
295 * gdb.tui/basic.exp: Add scrolling test.
296
297 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.tui/tui-layout-asm.exp: New file.
300
301 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * lib/tuiterm.exp (Term::check_box_contents): New proc.
304
305 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
308 (Term::enter_tui): Use Term::prepare_for_tui.
309
310 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
313 called.
314
315 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.base/skip.exp: Fix race condition in test.
318
319 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * gdb.base/backtrace.c: New file.
322 * gdb.base/backtrace.exp: New file.
323
324 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
327
328 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
329
330 * gdb.base/style.exp: Test that warnings are styled.
331
332 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
333
334 * gdb.base/line65535.exp: New file.
335 * gdb.base/line65535.c: New file.
336
337 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
338
339 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
340 * lib/gnat_debug_info_test.adb: New file.
341 * gdb.ada/ptype_tagged_param.exp: Use
342 gnat_runtime_has_debug_info, expect a different output if
343 runtime does not have debug info.
344
345 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
346
347 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
348 (another) quote in test name.
349
350 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
351
352 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
353 Add quote in test name.
354
355 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
356
357 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
358 directory instead.
359 * gdb.cp/pass-by-ref.exp: Extend with more cases.
360 * gdb.cp/pass-by-ref-2.cc: New file.
361 * gdb.cp/pass-by-ref-2.exp: New file.
362
363 2019-12-20 Tom Tromey <tom@tromey.com>
364
365 * gdb.tui/list-before.exp: New file.
366
367 2019-12-20 Tom Tromey <tom@tromey.com>
368
369 * gdb.tui/list.exp: Check for source on initial listing.
370
371 2019-12-11 Tom Tromey <tromey@adacore.com>
372
373 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
374 Add crlf test.
375
376 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
377
378 * gdb.base/default.exp: Update value of $_gdb_major.
379
380 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
381
382 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
383
384 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
385
386 * gdb.base/skip.exp: Whitespace fix.
387
388 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
389
390 * gdb.base/skip-inline.c: New file.
391 * gdb.base/skip-inline.exp: New file.
392
393 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
394
395 * gdb.base/jit-reader.exp (jit_reader_test): Rename
396 jit_function_00 to jit_function_stack_mangle.
397 * gdb.base/jithost.c (jit_function_t): Rename to...
398 (jit_function_stack_mangle_t): ... this.
399 (jit_function_add_t): New typedef.
400 (jit_function_00_code): Rename to...
401 (jit_function_stack_mangle_code): ... this, make static.
402 (jit_function_add_code): New.
403 (main): Generate "add" function and call it. Adjust to changes
404 in jithost_abi.
405 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
406 (struct jithost_abi) <begin, end>: Remove fields.
407 <object, function_stack_mangle, function_add>: New fields.
408 * gdb.base/jitreader.c (struct reader_state) <code_begin,
409 code_end>: Remove fields.
410 <func_stack_mangle>: New field.
411 (read_debug_info): Adjust to renaming, create block for "add"
412 function.
413 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
414
415 2019-12-11 Tom Tromey <tom@tromey.com>
416
417 * gdb.tui/resize.exp: Fix regexp.
418 * gdb.tui/regs.exp: Fix regexps.
419 * gdb.tui/main.exp: Fix regexp.
420
421 2019-12-11 Tom Tromey <tom@tromey.com>
422
423 * gdb.tui/resize.exp: Update.
424 * gdb.tui/empty.exp (layouts): Update.
425
426 2019-12-11 Tom Tromey <tom@tromey.com>
427
428 * gdb.tui/regs.exp: Update.
429 * gdb.tui/empty.exp (layouts): Update.
430 * gdb.tui/basic.exp: Update.
431 * lib/tuiterm.exp (_check_box): Don't check bottom border.
432
433 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
434
435 * gdb.base/options.exp: Add -raw-values in the print completion list.
436 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
437
438 2019-12-10 Kevin Buettner <kevinb@redhat.com>
439
440 * gdb.threads/omp-par-scope.c: New file.
441 * gdb/threads/omp-par-scope.exp: New file.
442
443 2019-12-10 Kevin Buettner <kevinb@redhat.com>
444
445 * lib/gdb.exp (support_nested_function_tests): New proc.
446
447 2019-12-10 Kevin Buettner <kevinb@redhat.com>
448
449 * lib/gdb.exp (gdb_compile_openmp): New proc.
450 (build_executable_from_specs): Add an "openmp" option.
451 (gdb_compile_pthreads): Add non-executable case.
452
453 2019-12-10 Tom Tromey <tromey@adacore.com>
454
455 * gdb.ada/unchecked_union.exp: New file.
456 * gdb.ada/unchecked_union/pck.adb: New file.
457 * gdb.ada/unchecked_union/pck.ads: New file.
458 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
459 * gdb-utils.exp (string_to_regexp): Also quote "?".
460
461 2019-12-10 George Barrett <bob@bob131.so>
462
463 Test scripted probe breakpoints.
464 * gdb.guile/scm-breakpoint.c (main): Add probe point.
465 * gdb.python/py-breakpoint.c (main): Likewise.
466 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
467 specifier test.
468 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
469
470 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
471
472 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
473 an rvalue parameter.
474 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
475 parameter.
476
477 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
480 modules.
481
482 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
485 broken version of GCC.
486
487 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.fortran/info-modules.exp: Rewrite to make use of new
490 sym-info-cmds library.
491 * gdb.fortran/info-types.exp: Likewise.
492 * lib/sym-info-cmds.exp: New file.
493
494 2019-12-08 Tom de Vries <tdevries@suse.de>
495
496 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
497
498 2019-12-07 Keith Seitz <keiths@redhat.com>
499
500 * gdb.base/corefile-buildid-shlib-shr.c: New file.
501 * gdb.base/corefile-buildid-shlib.c: New file.
502 * gdb.base/corefile-buildid.c: New file.
503 * gdb.base/corefile-buildid.exp: New file.
504
505 2019-12-06 Tom de Vries <tdevries@suse.de>
506
507 * gdb.dwarf2/varval.exp: Add decl before def test.
508
509 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
510
511 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
512
513 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
514
515 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
516 CV and reference conversion for overload resolution.
517 * gdb.cp/rvalue-ref-overload.exp: Test it.
518
519 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
520
521 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
522 * gdb.base/frameapply.exp: Test faas without command.
523
524 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
525
526 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
527 Fortran tests.
528 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
529 order.
530
531 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
534 casting to type with no kind specified.
535 (test_basic_parsing_of_type_kinds): Additional tests for types
536 with no kind specified, and add tests for single/double
537 precision/complex types.
538
539 2019-12-04 Tom Tromey <tromey@adacore.com>
540
541 * gdb.base/endianity.c (struct other) <x>: New field.
542 (main): Initialize it.
543 * gdb.base/endianity.exp: Update.
544
545 2019-12-04 Tom Tromey <tromey@adacore.com>
546
547 * gdb.ada/scalar_storage/storage.adb: New file.
548 * gdb.ada/scalar_storage/pck.adb: New file.
549 * gdb.ada/scalar_storage/pck.ads: New file.
550 * gdb.ada/scalar_storage.exp: New file.
551
552 2019-12-04 Tom Tromey <tromey@adacore.com>
553
554 * gdb.base/endianity.c (struct otherendian) <f>: New field.
555 (main): Initialize it.
556 * gdb.base/endianity.exp: Update.
557
558 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
561
562 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
565 -symbol-info-module-functions and -symbol-info-module-variables.
566
567 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
570
571 2019-12-01 Richard Bunt <richard.bunt@arm.com>
572 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.fortran/derived-type-striding.exp: New file.
575 * gdb.fortran/derived-type-striding.f90: New file.
576 * gdb.fortran/array-slices.exp: New file.
577 * gdb.fortran/array-slices.f90: New file.
578
579 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
580
581 * gdb.base/define.exp: Test . in command names.
582 * gdb.base/setshow.exp: Update test, as . is now part of
583 command name.
584
585 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
586
587 * gdb.base/define-prefix.exp: New file.
588
589 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
592 compile.
593 (skip_btrace_pt_tests): Likewise.
594
595 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * gdb.fortran/info-modules.exp: Compile source files in correct
598 order.
599
600 2019-11-27 Kevin Buettner <kevinb@redhat.com>
601
602 * gdb.dwarf2/imported-unit.exp: New file.
603 * gdb.dwarf2/imported-unit.c: New file.
604
605 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * gdb.mi/mi-fortran-modules-2.f90: New file.
608 * gdb.mi/mi-fortran-modules.exp: New file.
609 * gdb.mi/mi-fortran-modules.f90: New file.
610
611 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.mi/mi-sym-info-1.c: New file.
614 * gdb.mi/mi-sym-info-2.c: New file.
615 * gdb.mi/mi-sym-info.exp: New file.
616
617 2019-11-22 Tom Tromey <tromey@adacore.com>
618
619 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
620 * gdb.ada/tasks/foo.adb: Add another stopping location.
621
622 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
623
624 * gdb.base/endianity.c: New test.
625 * gdb.base/endianity.exp: New file.
626
627 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
628
629 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
630
631 2019-11-21 Tom de Vries <tdevries@suse.de>
632
633 PR gdb/24956
634 * gdb.base/ui-redirect.exp: Test output of user-defined command.
635
636 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
637
638 * gdb.python/py-progspace.exp: Add missing parentheses on some
639 'print' commands.
640
641 2019-11-19 Tom Tromey <tom@tromey.com>
642
643 * gdb.tui/winheight.exp: New file.
644
645 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
646
647 * gdb.base/ctf-whatis.c: Delete.
648 * gdb.base/ctf-whatis.exp: Delete.
649 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
650
651 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * gdb.base/ctf-cvexpr.exp: Delete.
654 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
655
656 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
657
658 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
659 the compiler. Clean up header comment a little.
660 * gdb.base/ctf-ptype.exp: Likewise.
661 * gdb.base/ctf-whatis.exp: Likewise.
662 * lib/gdb.exp (skip_ctf_tests): New proc.
663
664 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
665
666 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
667 * gdb.tui/corefile-run.exp: New file.
668
669 2019-11-14 Tom Tromey <tromey@adacore.com>
670
671 * gdb.base/gdbvars.exp (test_convenience_variables): Add
672 regression tests.
673
674 2019-11-12 Tom Tromey <tom@tromey.com>
675
676 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
677 after any command. Expect prompt after WAIT_FOR is seen.
678 (enter_tui): Enable resize messages.
679 (command): Expect command in output.
680 (get_line): Avoid error when cursor appears to be off-screen.
681 (dump_screen): Include screen size in title.
682 (_do_resize): New proc, from "resize".
683 (resize): Rewrite. Do resize in two steps.
684 * gdb.tui/empty.exp (layouts): Fix entries.
685 (check_boxes): Remove xfail.
686 (check_text): Dump screen on failure.
687
688 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.python/py-symbol.exp: Add test for
691 gdb.lookup_static_symbols.
692
693 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.python/py-symbol.c: Declare and call function from new
696 py-symbol-2.c file.
697 * gdb.python/py-symbol.exp: Compile both source files, and add new
698 tests for gdb.lookup_static_symbol.
699 * gdb.python/py-symbol-2.c: New file.
700
701 2019-11-02 Tom de Vries <tdevries@suse.de>
702
703 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
704 * gdb.base/anon.exp: Same.
705 * gdb.base/auto-connect-native-target.exp: Same.
706 * gdb.base/call-ar-st.exp: Same.
707 * gdb.base/catch-syscall.exp: Same.
708 * gdb.base/commands.exp: Same.
709 * gdb.base/default.exp: Same.
710 * gdb.base/display.exp: Same.
711 * gdb.base/float.exp: Same.
712 * gdb.base/foll-fork.exp: Same.
713 * gdb.base/help.exp: Same.
714 * gdb.base/info-macros.exp: Same.
715 * gdb.base/info-proc.exp: Same.
716 * gdb.base/info-target.exp: Same.
717 * gdb.base/long_long.exp: Same.
718 * gdb.base/macscp.exp: Same.
719 * gdb.base/memattr.exp: Same.
720 * gdb.base/nofield.exp: Same.
721 * gdb.base/pointers.exp: Same.
722 * gdb.base/printcmds.exp: Same.
723 * gdb.base/ptype.exp: Same.
724 * gdb.base/restore.exp: Same.
725 * gdb.base/return.exp: Same.
726 * gdb.base/scope.exp: Same.
727 * gdb.base/set-noassign.exp: Same.
728 * gdb.base/setshow.exp: Same.
729 * gdb.base/shlib-call.exp: Same.
730 * gdb.base/signals.exp: Same.
731 * gdb.base/sigstep.exp: Same.
732 * gdb.base/skip.exp: Same.
733 * gdb.base/solib-symbol.exp: Same.
734 * gdb.base/stap-probe.exp: Same.
735 * gdb.base/step-line.exp: Same.
736 * gdb.base/step-test.exp: Same.
737 * gdb.base/style.exp: Same.
738 * gdb.base/varargs.exp: Same.
739 * gdb.base/vla-datatypes.exp: Same.
740 * gdb.base/vla-ptr.exp: Same.
741 * gdb.base/vla-sideeffect.exp: Same.
742 * gdb.base/volatile.exp: Same.
743 * gdb.base/watch-cond-infcall.exp: Same.
744 * gdb.base/watchpoint.exp: Same.
745
746 2019-11-02 Tom de Vries <tdevries@suse.de>
747
748 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
749 * gdb.cp/cpexprs.exp: Same.
750 * gdb.cp/except-multi-location.exp: Same.
751 * gdb.cp/exceptprint.exp: Same.
752 * gdb.cp/gdb2384.exp: Same.
753 * gdb.cp/inherit.exp: Same.
754 * gdb.cp/m-static.exp: Same.
755 * gdb.cp/meth-typedefs.exp: Same.
756 * gdb.cp/misc.exp: Same.
757 * gdb.cp/namespace.exp: Same.
758 * gdb.cp/non-trivial-retval.exp: Same.
759 * gdb.cp/overload.exp: Same.
760 * gdb.cp/pr17132.exp: Same.
761 * gdb.cp/re-set-overloaded.exp: Same.
762 * gdb.cp/rvalue-ref-types.exp: Same.
763 * gdb.cp/templates.exp: Same.
764
765 2019-11-01 Luis Machado <luis.machado@linaro.org>
766
767 PR gdb/25124
768
769 * gdb.arch/pr25124.S: New file.
770 * gdb.arch/pr25124.exp: New file.
771
772 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
773
774 * gdb.fortran/info-modules.exp: Update expected results, and add
775 additional tests for 'info module functinos', and 'info module
776 variables'.
777 * gdb.fortran/info-types.exp: Update expected results.
778 * gdb.fortran/info-types.f90: Extend testcase with additional
779 module variables and functions.
780
781 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * gdb.fortran/info-modules.exp: New file.
784 * gdb.fortran/info-types.exp: Build with new file.
785 * gdb.fortran/info-types.f90: Include and use new module.
786 * gdb.fortran/info-types-2.f90: New file.
787
788 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
789
790 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
791 * gdb.base/settings.exp: Test all settings types using
792 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
793 that now verifies that the value of "maint show" is the same as
794 returned by the settings functions. Test the type of the
795 maintenance settings.
796 * gdb.base/default.exp: Update show_conv_list.
797
798 2019-10-31 Tom de Vries <tdevries@suse.de>
799
800 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
801 gdb_test.
802 * gdb.arch/amd64-disp-step.exp: Same.
803 * gdb.asm/asm-source.exp: Same.
804 * gdb.btrace/buffer-size.exp: Same.
805 * gdb.btrace/cpu.exp: Same.
806 * gdb.btrace/enable.exp: Same.
807 * gdb.dwarf2/count.exp: Same.
808 * gdb.dwarf2/dw2-ranges-func.exp: Same.
809 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
810 * gdb.fortran/vla-datatypes.exp: Same.
811 * gdb.fortran/vla-history.exp: Same.
812 * gdb.fortran/vla-ptype.exp: Same.
813 * gdb.fortran/vla-value.exp: Same.
814 * gdb.fortran/whatis_type.exp: Same.
815 * gdb.guile/guile.exp: Same.
816 * gdb.multi/tids.exp: Same.
817 * gdb.python/py-finish-breakpoint.exp: Same.
818 * gdb.python/py-framefilter.exp: Same.
819 * gdb.python/py-pp-registration.exp: Same.
820 * gdb.python/py-xmethods.exp: Same.
821 * gdb.python/python.exp: Same.
822 * gdb.server/connect-with-no-symbol-file.exp: Same.
823 * gdb.server/no-thread-db.exp: Same.
824 * gdb.server/run-without-local-binary.exp: Same.
825 * gdb.stabs/weird.exp: Same.
826 * gdb.threads/attach-many-short-lived-threads.exp: Same.
827 * gdb.threads/thread-find.exp: Same.
828 * gdb.threads/tls-shared.exp: Same.
829 * gdb.threads/tls.exp: Same.
830 * gdb.threads/wp-replication.exp: Same.
831 * gdb.trace/ax.exp: Same.
832 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
833
834 2019-10-31 Tom de Vries <tdevries@suse.de>
835
836 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
837 * gdb.ada/array_subscript_addr.exp: Same.
838 * gdb.ada/arrayidx.exp: Same.
839 * gdb.ada/arrayparam.exp: Same.
840 * gdb.ada/arrayptr.exp: Same.
841 * gdb.ada/boolean_expr.exp: Same.
842 * gdb.ada/call_pn.exp: Same.
843 * gdb.ada/complete.exp: Same.
844 * gdb.ada/fixed_cmp.exp: Same.
845 * gdb.ada/fun_addr.exp: Same.
846 * gdb.ada/funcall_param.exp: Same.
847 * gdb.ada/interface.exp: Same.
848 * gdb.ada/mod_from_name.exp: Same.
849 * gdb.ada/null_array.exp: Same.
850 * gdb.ada/packed_array.exp: Same.
851 * gdb.ada/packed_tagged.exp: Same.
852 * gdb.ada/print_chars.exp: Same.
853 * gdb.ada/print_pc.exp: Same.
854 * gdb.ada/ptype_arith_binop.exp: Same.
855 * gdb.ada/ptype_field.exp: Same.
856 * gdb.ada/ptype_tagged_param.exp: Same.
857 * gdb.ada/rec_return.exp: Same.
858 * gdb.ada/ref_tick_size.exp: Same.
859 * gdb.ada/str_ref_cmp.exp: Same.
860 * gdb.ada/taft_type.exp: Same.
861 * gdb.ada/tagged.exp: Same.
862 * gdb.ada/type_coercion.exp: Same.
863 * gdb.ada/uninitialized_vars.exp: Same.
864
865 2019-10-30 Tom de Vries <tdevries@suse.de>
866
867 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
868
869 2019-10-26 Tom de Vries <tdevries@suse.de>
870
871 * gdb.base/bigcore.c: Fix typos in comments.
872 * gdb.base/ctf-ptype.c: Same.
873 * gdb.base/long_long.c: Same.
874 * gdb.dwarf2/dw2-op-out-param.S: Same.
875 * gdb.python/py-evthreads.c: Same.
876 * gdb.reverse/i387-stack-reverse.c: Same.
877 * gdb.trace/tfile.c: Same.
878 * lib/compiler.c: Same.
879 * lib/compiler.cc: Same.
880
881 2019-10-25 Tom de Vries <tdevries@suse.de>
882
883 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
884 gdb_test_multiple calls.
885 * gdb.reverse/sigall-reverse.exp: Same.
886 * gdb.reverse/solib-precsave.exp: Same.
887 * gdb.reverse/solib-reverse.exp: Same.
888 * gdb.reverse/until-precsave.exp: Same.
889 * gdb.reverse/until-reverse.exp: Same.
890
891 2019-10-24 Tom de Vries <tdevries@suse.de>
892
893 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
894 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
895 kfail using -wrap pattern flag and convenience variable
896 gdb_test_name.
897
898 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.python/py-progspace.exp: Add tests for the
901 Progspace.block_for_pc method.
902
903 2019-10-23 Tom Tromey <tom@tromey.com>
904
905 * configure: Rebuild.
906 * aclocal.m4: Use m4_include, not sinclude.
907
908 2019-10-21 Tom de Vries <tdevries@suse.de>
909
910 * gdb.base/infcall-nested-structs.c: Add
911 __attribute__((noinline,noclone)) to all functions.
912 (call_all): Add missing variable initialization. Simplify return value.
913 (breakpt): Increment volatile variable, to prevent call from being
914 optimized out.
915 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
916
917 2019-10-17 Tom de Vries <tdevries@suse.de>
918
919 * gdb.fortran/module.exp: Allow info variables to print info for files
920 other than module.f90.
921
922 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
923
924 * gdb.fortran/module.exp: Extend with 'info variables' test.
925
926 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
927
928 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
929 F77_FOR_TARGET.
930
931 2019-10-16 Tom de Vries <tdevries@suse.de>
932
933 PR tdep/25096
934 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
935
936 2019-10-16 Tom de Vries <tdevries@suse.de>
937
938 PR tdep/24104
939 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
940 Add KFAIL for PR tdep/25096.
941
942 2019-10-16 Tom de Vries <tdevries@suse.de>
943
944 PR testsuite/25059
945 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
946
947 2019-10-16 Tom de Vries <tdevries@suse.de>
948
949 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
950 as signed.
951
952 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
953
954 * gdb.mi/list-thread-groups-available.exp: Read entries one by
955 one instead of increasing timeout.
956
957 2019-10-13 Tom de Vries <tdevries@suse.de>
958
959 PR record/25038
960 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
961 * gdb.reverse/sigall-reverse.exp: Same.
962 * gdb.reverse/solib-precsave.exp: Same.
963 * gdb.reverse/solib-reverse.exp: Same.
964 * gdb.reverse/step-precsave.exp: Same.
965 * gdb.reverse/until-precsave.exp: Same.
966 * gdb.reverse/until-reverse.exp: Same.
967 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
968
969 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
970
971 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
972 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
973 (cmp_struct_05_01, cmp_struct_static_02_01)
974 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
975 comparisons.
976
977 2019-10-10 Tom de Vries <tdevries@suse.de>
978
979 PR testsuite/24888
980 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
981 gnatlink.
982
983 2019-10-09 Tom de Vries <tdevries@suse.de>
984
985 PR testsuite/25048
986 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
987
988 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
989
990 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
991 exceptions due to missing debug information.
992
993 2019-10-07 Tom de Vries <tdevries@suse.de>
994
995 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
996
997 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1000 * gdb.base/annota1.exp: Update to use gdb_test_name.
1001
1002 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1003
1004 * gdb.base/ctf-whatis.exp: New file.
1005 * gdb.base/ctf-whatis.c: New file.
1006 * gdb.base/ctf-ptype.exp: New file.
1007 * gdb.base/ctf-ptype.c: New file.
1008 * gdb.base/ctf-constvars.exp: New file.
1009 * gdb.base/ctf-constvars.c: New file.
1010 * gdb.base/ctf-cvexpr.exp: New file.
1011
1012 2019-10-04 Tom de Vries <tdevries@suse.de>
1013
1014 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1015 for loop.
1016
1017 2019-10-03 Tom Tromey <tom@tromey.com>
1018
1019 PR rust/24976:
1020 * gdb.rust/simple.rs (Union2): New type.
1021 (main): Use Union2.
1022 * gdb.rust/simple.exp: Add test.
1023
1024 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1027 nested function prefix.
1028
1029 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1030 Richard Bunt <richard.bunt@arm.com>
1031 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1034 nested functions.
1035 * gdb.fortran/nested-funcs.f90: Update expected results.
1036 * gdb.fortran/nested-funcs-2.exp: New file.
1037 * gdb.fortran/nested-funcs-2.f90: New file.
1038
1039 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1040
1041 * gdb.python/py-parameter.exp: Make test names unique.
1042 * gdb.python/py-template.exp: Likewise.
1043 * gdb.python/py-value.exp: Likewise.
1044
1045 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * gdb.base/break-interp.exp: Reduce test name duplication.
1048 * gdb.base/call-sc.exp: Likewise.
1049 * gdb.base/callfuncs.exp: Likewise.
1050 * gdb.base/charset.exp: Likewise.
1051 * gdb.base/dump.exp: Likewise.
1052 * gdb.base/ena-dis-br.exp: Likewise.
1053 * gdb.base/relational.exp: Likewise.
1054 * gdb.base/step-over-syscall.exp: Likewise.
1055 * gdb.base/structs.exp: Likewise.
1056
1057 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.linespec/explicit.exp: Make test names unique.
1060 * gdb.linespec/ls-errs.exp: Likewise.
1061
1062 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1063
1064 * gdb.reverse/break-precsave.exp: Make test names unique.
1065 * gdb.reverse/break-reverse.exp: Likewise.
1066 * gdb.reverse/finish-precsave.exp: Likewise.
1067 * gdb.reverse/finish-reverse.exp: Likewise.
1068 * gdb.reverse/machinestate-precsave.exp: Likewise.
1069 * gdb.reverse/machinestate.exp: Likewise.
1070 * gdb.reverse/readv-reverse.exp: Likewise.
1071 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1072 * gdb.reverse/sigall-precsave.exp: Likewise.
1073 * gdb.reverse/sigall-reverse.exp: Likewise.
1074 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1075 * gdb.reverse/watch-precsave.exp: Likewise.
1076 * gdb.reverse/watch-reverse.exp: Likewise.
1077
1078 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.threads/stop-with-handle.c: New file.
1081 * gdb.threads/stop-with-handle.exp: New file.
1082
1083 2019-10-03 Tom de Vries <tdevries@suse.de>
1084
1085 PR testsuite/25059
1086 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1087 directory" line to be missing.
1088
1089 2019-10-03 Tom de Vries <tdevries@suse.de>
1090
1091 PR testsuite/25059
1092 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1093 type optional.
1094
1095 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1096
1097 * gdb.python/py-format-string.c (string.h): New include.
1098 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1099 the same value, for endianness-independence.
1100 * gdb.python/py-format-string.exp (default_regexp_dict)
1101 (test_pretty_structs, test_format): Adjust expected output to the
1102 changed initialization.
1103
1104 2019-10-02 Tom Tromey <tromey@adacore.com>
1105
1106 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1107
1108 2019-10-02 Pedro Alves <palves@redhat.com>
1109 Andrew Burgess <andrew.burgess@embecosm.com>
1110
1111 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1112 "print-file-var.h".
1113 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1114 (get_version_1): Print this_version_id and its address.
1115 Add extern "C" wrappers around interface functions.
1116 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1117 "print-file-var.h".
1118 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1119 (get_version_2): Print this_version_id and its address.
1120 Add extern "C" wrappers around interface functions.
1121 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1122 <stddef.h> and "print-file-var.h".
1123 Add extern "C" wrappers around interface functions.
1124 [VERSION_ID_MAIN] (this_version_id): Define.
1125 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1126 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1127 up extern "C" blocks.
1128 * gdb.base/print-file-var.exp (test): New, factored out from top
1129 level.
1130 (top level): Test all combinations of attribute hidden or not,
1131 dlopen or not, and this_version_id symbol in main file or not.
1132 Compile tests as both C++ and C, make test names unique.
1133
1134 2019-10-01 Tom Tromey <tom@tromey.com>
1135
1136 * gdb.base/style.exp: Test "show logging filename".
1137
1138 2019-10-01 Tom Tromey <tom@tromey.com>
1139
1140 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1141 * gdb.base/style.exp: Add metadata style test.
1142
1143 2019-10-01 Tom Tromey <tom@tromey.com>
1144
1145 * gdb.base/style.exp: Test "pwd".
1146
1147 2019-10-01 Tom Tromey <tom@tromey.com>
1148
1149 * gdb.base/style.exp: Update tests.
1150
1151 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1152
1153 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1154 'six' to unsigned.
1155 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1156 'five'. Use an all-ones bit pattern for each.
1157 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1158 to its changed values.
1159
1160 2019-09-30 Tom Tromey <tromey@adacore.com>
1161
1162 * gdb.rust/traits.rs: Disable all warnings.
1163
1164 2019-09-29 Tom de Vries <tdevries@suse.de>
1165
1166 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1167
1168 2019-09-29 Tom de Vries <tdevries@suse.de>
1169
1170 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1171
1172 2019-09-27 Tom de Vries <tdevries@suse.de>
1173
1174 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1175
1176 2019-09-27 Tom de Vries <tdevries@suse.de>
1177
1178 PR record/23188
1179 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1180
1181 2019-09-26 Tom Tromey <tromey@adacore.com>
1182
1183 * gdb.ada/py_taft.exp: New file.
1184 * gdb.ada/py_taft/main.adb: New file.
1185 * gdb.ada/py_taft/pkg.adb: New file.
1186 * gdb.ada/py_taft/pkg.ads: New file.
1187
1188 2019-09-24 Tom de Vries <tdevries@suse.de>
1189
1190 PR gdb/24598
1191 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1192
1193 2019-09-22 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.base/restore.exp: Allow register variables to be optimized out at
1196 -O0.
1197
1198 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1199
1200 * gdb.arch/spu-info.exp: Remove file.
1201 * gdb.arch/spu-info.c: Remove file.
1202 * gdb.arch/spu-ls.exp: Remove file.
1203 * gdb.arch/spu-ls.c: Remove file.
1204
1205 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1206 * gdb.asm/spu.inc: Remove file.
1207
1208 * gdb.base/dump.exp: Remove support for spu*-*-*.
1209 * gdb.base/stack-checking.exp: Likewise.
1210 * gdb.base/overlays.exp: Likewise.
1211 * gdb.base/ovlymgr.c: Likewise.
1212 * gdb.base/spu.ld: Remove file.
1213
1214 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1215 * gdb.cp/cpexprs.exp: Likewise.
1216 * gdb.cp/exception.exp: Likewise.
1217 * gdb.cp/gdb2495.exp: Likewise.
1218 * gdb.cp/mb-templates.exp: Likewise.
1219 * gdb.cp/pr9167.exp: Likewise.
1220 * gdb.cp/userdef.exp: Likewise.
1221
1222 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1223
1224 * gdb.cell: Remove directory.
1225 * lib/cell.exp: Remove file.
1226
1227 2019-09-19 Tom de Vries <tdevries@suse.de>
1228
1229 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1230
1231 2019-09-19 Tom de Vries <tdevries@suse.de>
1232
1233 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1234
1235 2019-09-19 Tom de Vries <tdevries@suse.de>
1236
1237 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1238 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1239 (gdb_target_cmd): ... here.
1240 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1241 value 2.
1242
1243 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.base/source-dir.exp: Avoid having directory names in test
1246 names.
1247
1248 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1249
1250 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1251 directory.
1252
1253 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 * gdb.base/list-missing-source.exp: New file.
1256
1257 2019-09-14 Tom de Vries <tdevries@suse.de>
1258
1259 PR teststuite/24599
1260 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1261 * lib/ada.exp (gnatmake_version_at_least): New proc.
1262
1263 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * gdb.base/maint.exp: Use exec_has_index_section.
1266
1267 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.base/maint.exp: Add test for 'maint info sections'.
1270
1271 2019-09-12 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.base/store.exp: Allow register variables to be optimized out at
1274 -O0.
1275
1276 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1277
1278 * gdb.ada/rdv_wait.exp: Update to new task names.
1279 * gdb.base/task_switch_in_core.exp: Likewise.
1280 * gdb.base/info_sources_base.c: Likewise.
1281
1282 2019-09-10 Tom Tromey <tromey@adacore.com>
1283
1284 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1285
1286 2019-09-10 Tom Tromey <tromey@adacore.com>
1287
1288 * gdb.ada/dgopt.exp: New file.
1289 * gdb.ada/dgopt/x.adb: New file.
1290
1291 2019-09-08 Tom Tromey <tom@tromey.com>
1292
1293 * gdb.tui/resize.exp: Remove setup_xfail.
1294 * gdb.tui/regs.exp: Remove setup_xfail.
1295 * gdb.tui/basic.exp: Remove setup_xfail.
1296
1297 2019-09-06 David Blaikie <dblaikie@gmail.com>
1298
1299 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1300 * gdb.cp/cplabel.exp: Ditto.
1301 * gdb.linespec/ls-errs.exp: Ditto.
1302
1303 2019-09-05 Tom de Vries <tdevries@suse.de>
1304
1305 * lib/gdb.exp (cmp_file_string): New proc.
1306 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1307 runto_main. Verify save breakpoints output.
1308
1309 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1310
1311 * gdb.base/info-var.exp: Test info variables without running
1312 to main, to avoid expect's buffer overflow.
1313
1314 2019-09-03 Tom Tromey <tromey@adacore.com>
1315
1316 * gdb.ada/bias.exp: New file.
1317 * gdb.ada/bias/bias.adb: New file.
1318 * gdb.ada/print_chars.exp: Add regression test.
1319 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1320 (MC): New variable.
1321
1322 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1323
1324 * gdb.base/argv0-symlink.exp: Run only on native target
1325 and local host.
1326
1327 2019-08-29 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1330 diverse debug info.
1331 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1332
1333 2019-08-28 Tom de Vries <tdevries@suse.de>
1334
1335 * gdb.base/info-var.exp: Allow info variables to print info for files
1336 other than info-var-f1.c and info-var-f2.c.
1337
1338 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1339
1340 * gdb.fortran/info-types.exp: Add module.
1341 * gdb.fortran/info-types.f90: Update expected results.
1342
1343 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.fortran/info-types.exp: New file.
1346 * gdb.fortran/info-types.f90: New file.
1347 * lib/fortran.exp (fortran_character1): New proc.
1348
1349 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1350
1351 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1352 functions'. Reindent as needed.
1353 * gdb.base/info-var-f1.c: New file.
1354 * gdb.base/info-var-f2.c: New file.
1355 * gdb.base/info-var.exp: New file.
1356 * gdb.base/info-var.h: New file.
1357
1358 2019-08-26 Tom de Vries <tdevries@suse.de>
1359
1360 PR c++/24852
1361 * gdb.cp/no-libstdcxx-probe.exp: New test.
1362
1363 2019-08-26 Tom de Vries <tdevries@suse.de>
1364
1365 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1366 * tests need to be skipped.
1367 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1368 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1369 mi_skip_libstdcxx_probe_tests.
1370
1371 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1372
1373 * gdb.python/py-xmethods.exp: Use raw strings when passing
1374 arguments to SimpleXMethodMatcher.
1375
1376 2019-08-22 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1379 more informative.
1380
1381 2019-08-21 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.base/with.exp: Test "with" with no arguments.
1384
1385 2019-08-21 Tom de Vries <tdevries@suse.de>
1386
1387 * gdb.base/gdb-caching-proc.exp: Sort files.
1388
1389 2019-08-20 Tom de Vries <tdevries@suse.de>
1390
1391 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1392 compilation.
1393
1394 2019-08-16 Tom de Vries <tdevries@suse.de>
1395
1396 * gdb.base/compare-sections.exp ("after run to main"): Allow
1397 mismatched read-only sections for PIE executables.
1398
1399 2019-08-16 Tom Tromey <tom@tromey.com>
1400
1401 * lib/tuiterm.exp (_csi_Z): New proc.
1402 * gdb.tui/basic.exp: Update window positions.
1403 * gdb.tui/empty.exp: Update window positions.
1404
1405 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1406
1407 * gdb.base/examine-backward.exp: Correct regexp for
1408 "examine 3 bytes backward from ${address_zero}".
1409
1410 2019-08-15 Tom Tromey <tom@tromey.com>
1411
1412 * gdb.tui/empty.exp: Enable resizing tests.
1413
1414 2019-08-15 Tom Tromey <tromey@adacore.com>
1415
1416 * gdb.ada/char_enum.exp: Add regression tests.
1417 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1418 and '0'.
1419 (Char, Gchar): Update.
1420 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1421
1422 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1423
1424 * gdb.python/python.exp: Expect a leading underscore on
1425 GdbOutput{,Error}File.
1426
1427 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1428
1429 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1430 Windows host.
1431
1432 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1433
1434 * gdb.base/batch-preserve-term-settings.exp
1435 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1436
1437 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1438
1439 * lib/gdb.exp: When running on a mingw target, replace
1440 /x/ with x:/.
1441
1442 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1443
1444 * gdb.arch/aarch64-prologue.c: New test.
1445 * gdb.arch/aarch64-prologue.exp: New file.
1446
1447 2019-08-13 Tom de Vries <tdevries@suse.de>
1448
1449 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1450 Thread.
1451
1452 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1453
1454 * gdb.python/py-completion.exp: Download the .py file to the host
1455 and use its host pathname. Conditionalize tests that use
1456 tab completion and manipulate files on the build machine.
1457 * gdb.python/py-events.exp: Download the .py file to the host
1458 and use its host pathname.
1459 * gdb.python/py-evsignal.exp: Likewise.
1460 * gdb.python/py-evthreads.exp: Likewise.
1461 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1462 pathname syntax.
1463 * gdb.python/py-framefilter.exp: Download the .py file to the right
1464 place on the host. Match Windows pathname syntax.
1465 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1466 .py file to the host and use its host pathname.
1467 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1468 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1469 build pathname. Skip symlink test on Windows host. Add missing
1470 newline at end of file.
1471 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1472 and use its host pathname.
1473 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1474 * gdb.python/py-section-script.exp: Use host location of binfile
1475 on safe-path. Use correct path separator on Windows host.
1476 Reorder alternatives in gdb_test_multiple to prevent matching
1477 the wrong alternative on success.
1478 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1479
1480 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1481
1482 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1483 expect the GDB inferior to no longer immediately stop after
1484 being resumed with "signal SIGINT".
1485
1486 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1487
1488 * gdb.linespec/break-ask.exp: Generalize regexps to match
1489 Windows pathnames too.
1490
1491 2019-08-08 Tom de Vries <tdevries@suse.de>
1492
1493 PR testsuite/24862
1494 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1495
1496 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1497
1498 * gdb.base/style.exp: Update tests for help doc new invariants.
1499 * gdb.base/help.exp: Likewise.
1500
1501 2019-08-06 Tom Tromey <tom@tromey.com>
1502
1503 * gdb.base/style.exp: Add disassemble test.
1504 * gdb.base/style.c (some_called_function): New function.
1505 (main): Use it.
1506
1507 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1508
1509 * gdb.python/py-block.exp: Test dictionary access on blocks.
1510
1511 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1512
1513 PR gdb/24863
1514 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1515 -list-thread-groups --available test when running under
1516 check-read1.
1517
1518 2019-08-05 Tom de Vries <tdevries@suse.de>
1519
1520 PR testsuite/24863
1521 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1522 * gdb.base/help.exp: Use with_read1_timeout_factor.
1523 * gdb.base/info-macros.exp: Same.
1524 * gdb.cp/nested-types.exp: Same.
1525
1526 2019-08-05 Tom de Vries <tdevries@suse.de>
1527
1528 * lib/gdb.exp (version_at_least): Factor out of ...
1529 (tcl_version_at_least): ... here.
1530 (gdb_compile): Fail if pie results in non-PIE executable.
1531 (readelf_version, readelf_prints_pie): New proc.
1532 (exec_is_pie): Return -1 if unknown.
1533
1534 2019-08-05 Tom de Vries <tdevries@suse.de>
1535
1536 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1537
1538 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1539
1540 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1541
1542 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1543
1544 * lib/completion-support.exp (test_gdb_complete_none): Skip
1545 tab completion tests if no readline support.
1546 (test_gdb_complete_unique_re): Likewise.
1547 (test_gdb_complete_multiple): Likewise.
1548
1549 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1550
1551 * gdb.base/info_sources.exp: New file.
1552 * gdb.base/info_sources.c: New file.
1553 * gdb.base/info_sources_base.c: New file.
1554
1555 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1556
1557 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1558 prefix argument.
1559 (test_exit_status): Add prefix argument.
1560
1561 2019-08-01 Tom de Vries <tdevries@suse.de>
1562
1563 PR testsuite/24863
1564 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1565 calling exp_continue for new thread and thread exited messages.
1566
1567 2019-08-01 Tom de Vries <tdevries@suse.de>
1568
1569 PR testsuite/24863
1570 * gdb.base/structs.exp: Fix check-read1 timeout using
1571 gdb_test_sequence.
1572 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1573
1574 2019-08-01 Tom de Vries <tdevries@suse.de>
1575
1576 PR testsuite/24863
1577 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1578 line.
1579
1580 2019-08-01 Tom de Vries <tdevries@suse.de>
1581
1582 PR testsuite/24863
1583 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1584
1585 2019-07-30 Tom Tromey <tromey@adacore.com>
1586
1587 * gdb.ada/display_nested.exp: New file.
1588 * gdb.ada/display_nested/foo.adb: New file.
1589 * gdb.ada/display_nested/pack.adb: New file.
1590 * gdb.ada/display_nested/pack.ads: New file.
1591
1592 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1593
1594 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1595 namespace.
1596 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1597
1598 2019-07-30 Tom de Vries <tdevries@suse.de>
1599
1600 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1601 instead.
1602
1603 2019-07-30 Tom de Vries <tdevries@suse.de>
1604
1605 PR testsuite/24834
1606 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1607 (exec_is_pie): New proc.
1608
1609 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1610
1611 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1612
1613 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1614
1615 * gdb.python/py-objfile.c: Add global and static vars.
1616 * gdb.python/py-objfile.exp: Test new functions Objfile.
1617 lookup_global_symbol and lookup_static_symbol.
1618
1619 2019-07-29 Tom Tromey <tom@tromey.com>
1620
1621 * lib/tuiterm.exp (Term::_csi_@): New proc.
1622 (Term::_csi_X): Don't move cursor.
1623
1624 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1625
1626 * gdb.base/options.exp: Update backtrace - completion to
1627 new option -frame-info.
1628 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1629 Test new 'set print frame-info'. Test backtrace -frame-info
1630 overriding 'set print frame-info'.
1631 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1632 Test new 'set print frame-info'.
1633 Verify consistency of backtrace with and without filters, with and
1634 without -no-filters.
1635 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1636 default.
1637
1638 2019-07-29 Tom de Vries <tdevries@suse.de>
1639
1640 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1641 no arguments".
1642
1643 2019-07-29 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1646 is a substring of the first for "complete non-unique file name".
1647
1648 2019-07-29 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1651 with ".*".
1652
1653 2019-07-29 Tom de Vries <tdevries@suse.de>
1654
1655 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1656 Pass prompt_regexp parameter to gdb_test_multiple calls.
1657
1658 2019-07-29 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1661 print registers" regexps.
1662
1663 2019-07-29 Tom de Vries <tdevries@suse.de>
1664
1665 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1666
1667 2019-07-29 Tom de Vries <tdevries@suse.de>
1668
1669 PR gdb/24855
1670 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1671 (skip_python_tests_prompt): Add prompt_regexp argument to
1672 gdb_test_multiple calls.
1673
1674 2019-07-27 Tom Tromey <tom@tromey.com>
1675
1676 * gdb.tui/main.exp: New file.
1677
1678 2019-07-27 Tom Tromey <tom@tromey.com>
1679
1680 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1681 optional.
1682 * gdb.tui/empty.exp: New file.
1683
1684 2019-07-27 Tom Tromey <tom@tromey.com>
1685
1686 * lib/tuiterm.exp (spawn): New proc.
1687 (Term::resize): New proc.
1688 * gdb.tui/resize.exp: New file.
1689
1690 2019-07-27 Tom Tromey <tom@tromey.com>
1691
1692 * gdb.tui/list.exp: New file.
1693
1694 2019-07-27 Tom Tromey <tom@tromey.com>
1695
1696 * gdb.tui/regs.exp: New file.
1697
1698 2019-07-27 Tom Tromey <tom@tromey.com>
1699
1700 * gdb.tui/basic.exp: Add "layout split" test.
1701
1702 2019-07-27 Tom Tromey <tom@tromey.com>
1703
1704 * gdb.tui/basic.exp: Add "layout asm" test.
1705
1706 2019-07-27 Tom Tromey <tom@tromey.com>
1707
1708 * lib/tuiterm.exp: New file.
1709 * gdb.tui/basic.exp: New file.
1710
1711 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1712
1713 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1714 Enable tests associated with this flag. Adjust regex
1715 referencing "foo_low" to now refer to "foo_cold" instead.
1716
1717 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1718
1719 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1720 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1721 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1722 foo_cold. Revise comments to match.
1723 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1724 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1725 were wrapped into this proc; Call do_test in loop from outermost
1726 level.
1727 (foo_low): Rename all occurrences to "foo_cold".
1728 (backtrace from baz): New test.
1729 (x2/i foo_cold): New test.
1730 (info line *foo_cold): New test.
1731
1732 2019-07-26 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1735
1736 2019-07-25 Tom de Vries <tdevries@suse.de>
1737
1738 PR testsuite/24830
1739 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1740 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1741 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1742 (skip_libstdcxx_probe_tests): ... here.
1743 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1744
1745 2019-07-24 Tom de Vries <tdevries@suse.de>
1746
1747 PR testsuite/24807
1748 * gdb.objc/basicclass.m: Include stdio.h.
1749 * gdb.objc/nondebug.m: Same.
1750 * gdb.objc/objcdecode.m: Same.
1751
1752 2019-07-24 Tom de Vries <tdevries@suse.de>
1753
1754 PR testsuite/24612
1755 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1756 additional_flags.
1757
1758 2019-07-24 Tom de Vries <tdevries@suse.de>
1759
1760 PR testsuite/24831
1761 * gdb.multi/tids.exp: Update error messages for info threads.
1762
1763 2019-07-24 Tom de Vries <tdevries@suse.de>
1764
1765 * gdb.base/info-types.exp: Allow info types to print info for more than
1766 one file.
1767
1768 2019-07-23 Tom de Vries <tdevries@suse.de>
1769
1770 PR testsuite/24842
1771 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1772 gdb_spawn_with_cmdline_opts.
1773
1774 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1775
1776 * gdb.arch/arm-cmse-sgstubs.c: New test.
1777 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1778
1779 2019-07-23 Tom de Vries <tdevries@suse.de>
1780
1781 PR testsuite/24711
1782 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1783 issuing next command.
1784
1785 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * gdb.ada/info_auto_lang.exp: Update expected results.
1788 * gdb.base/info-types.c: Add additional types to check.
1789 * gdb.base/info-types.exp: Update expected results.
1790
1791 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.base/info-types.c: New file.
1794 * gdb.base/info-types.exp: New file.
1795
1796 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1797
1798 * gdb.arch/riscv-bp-infcall.c: New file.
1799 * gdb.arch/riscv-bp-infcall.exp: New file.
1800
1801 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 PR breakpoints/24541
1804 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1805
1806 2019-07-14 Tom de Vries <tdevries@suse.de>
1807
1808 PR testsuite/24760
1809 * gdb.objc/basicclass.exp: Fix unterminated string.
1810
1811 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1812 Andrew Burgess <andrew.burgess@embecosm.com>
1813
1814 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1815 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1816 negative bounds.
1817 * gdb.fortran/vla-value.exp: Print elements of an array with
1818 negative bounds.
1819 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1820 testing.
1821
1822 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1823
1824 * gdb.base/options.exp (expect_string): Dequote strings in
1825 results.
1826 (test-string): Test strings with different quoting and reindent.
1827
1828 2019-07-10 Tom Tromey <tromey@adacore.com>
1829
1830 * gdb.ada/mi_ex_cond.exp: Update expected results.
1831 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1832 * gdb.ada/mi_catch_ex.exp: Update expected results.
1833 * gdb.ada/mi_catch_assert.exp: Update expected results.
1834 * gdb.ada/catch_ex.exp (catch_exception_info)
1835 (catch_exception_entry, catch_assert_entry)
1836 (catch_unhandled_entry): Update.
1837 * gdb.ada/catch_assert_if.exp: Update expected results.
1838
1839 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1840 Stephen Roberts <stephen.roberts@arm.com>
1841
1842 * gdb.base/define.exp: Restore original prompt.
1843
1844 2019-07-09 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1847 breakpoints" output.
1848 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1849 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1850 throw" creates breakpoint.
1851 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1852 'type="catchpoint"'.
1853
1854 2019-07-09 Pedro Alves <palves@redhat.com>
1855
1856 PR c++/15468
1857 * gdb.cp/except-multi-location-lib.cc: New.
1858 * gdb.cp/except-multi-location-main.cc: New.
1859 * gdb.cp/except-multi-location.exp: New.
1860
1861 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1862
1863 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1864 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1865 argument and update callers.
1866
1867 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.arch/amd64-break-on-asm-line.S: New file.
1870 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1871
1872 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1873
1874 * gdb.base/printcmds.exp: Test printing C string and
1875 C wide string convenience vars without transiting via the inferior.
1876 Also make test names unique.
1877
1878 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1879
1880 PR breakpoints/25011
1881 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1882
1883 2019-07-04 Pedro Alves <palves@redhat.com>
1884
1885 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1886 body returned ok(0), break(3) or continue(4).
1887 * gdb.testsuite/foreach_with_prefix.exp: New file.
1888
1889 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1890
1891 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1892
1893 2019-07-03 Pedro Alves <palves@redhat.com>
1894
1895 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1896 "return -code".
1897
1898 2019-07-03 Pedro Alves <palves@redhat.com>
1899
1900 PR cli/24732
1901 * gdb.base/shell.exp: Load completion-support.exp.
1902 Adjust expected error output. Add completion tests.
1903
1904 2019-07-03 Pedro Alves <palves@redhat.com>
1905
1906 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1907 string_to_regexp.
1908
1909 2019-07-03 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1912 (expect_integer): Adjust to expect "-string".
1913 (expect_string): New.
1914 (all_options): Expect "-string".
1915 (test-flag, test-boolean): Adjust to expect "-string".
1916 (test-string): New proc.
1917 (top level): Call it.
1918
1919 2019-07-03 Pedro Alves <palves@redhat.com>
1920
1921 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1922 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1923 the expected output in the success.
1924
1925 2019-07-03 Pedro Alves <palves@redhat.com>
1926
1927 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1928 Split one gdb_test_multiple call in two to avoid a race.
1929
1930 2019-07-03 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.base/with.c: New file.
1933 * gdb.base/with.exp: New file.
1934
1935 2019-07-03 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.base/settings.exp: Replace all references to "maint
1938 test-settings set" with references to "maint set test-settings",
1939 and all references to "maint test-settings show" with references
1940 to "maint show test-settings".
1941
1942 2019-07-03 Pedro Alves <palves@redhat.com>
1943
1944 * gdb.base/settings.exp (test-string): Adjust expected out when
1945 testing "maint test-settings show filename"
1946
1947 2019-07-02 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.base/options.exp (test-info-threads): New procedure.
1950 (top level): Call it.
1951
1952 2019-06-28 Tom Tromey <tromey@adacore.com>
1953
1954 * gdb.dwarf2/ada-linkage-name.c: New file.
1955 * gdb.dwarf2/ada-linkage-name.exp: New file.
1956
1957 2019-06-27 Tom Tromey <tromey@adacore.com>
1958
1959 PR c++/20020:
1960 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1961
1962 2019-06-26 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1965
1966 2019-06-26 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.base/index-cache.exp: Add back missing debug option.
1969
1970 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1971
1972 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1973
1974 2019-06-25 Tom de Vries <tdevries@suse.de>
1975
1976 PR testsuite/24727
1977 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1978
1979 2019-06-24 Tom de Vries <tdevries@suse.de>
1980
1981 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1982
1983 2019-06-24 Tom de Vries <tdevries@suse.de>
1984
1985 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1986 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1987 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1988
1989 2019-06-24 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1992
1993 2019-06-21 Tom de Vries <tdevries@suse.de>
1994
1995 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1996
1997 2019-06-21 Tom de Vries <tdevries@suse.de>
1998
1999 PR testsuite/24518
2000 PR ada/24713
2001 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2002 index.
2003
2004 2019-06-19 Tom Tromey <tromey@adacore.com>
2005
2006 * gdb.ada/length_cond.exp: Add intro comment.
2007
2008 2019-06-19 Tom Tromey <tromey@adacore.com>
2009
2010 * gdb.ada/length_cond.exp: New file.
2011 * gdb.ada/length_cond/length_cond.adb: New file.
2012 * gdb.ada/length_cond/pck.adb: New file.
2013 * gdb.ada/length_cond/pck.ads: New file.
2014
2015 2019-06-18 Tom de Vries <tdevries@suse.de>
2016
2017 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2018
2019 2019-06-18 Tom Tromey <tromey@adacore.com>
2020
2021 * gdb.base/list0.h: Add comment explaining control character.
2022
2023 2019-06-18 Tom de Vries <tdevries@suse.de>
2024
2025 * boards/fission.exp: Break up long debug_flags line.
2026
2027 2019-06-16 Tom de Vries <tdevries@suse.de>
2028
2029 PR gdb/24445
2030 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2031 generated index.
2032
2033 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2034
2035 PR gdb/24686
2036 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2037 improve detection of bug gdb/24541.
2038
2039 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2040
2041 PR gdb/24669
2042 * gdb.base/index-cache.exp (uses_readnow,
2043 expecting_index_cache_use): Define global variable.
2044 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2045 expecting_index_cache_use.
2046
2047 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2048 Andrew Burgess <andrew.burgess@embecosm.com>
2049
2050 * gdb.fortran/pointers.f90: New file.
2051 * gdb.fortran/print_type.exp: New file.
2052 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2053 * gdb.fortran/vla-type.exp: Likewise.
2054 * gdb.fortran/vla-value.exp: Likewise.
2055 * gdb.mi/mi-vla-fortran.exp: Likewise.
2056
2057 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2060 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2061 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2062 as a stop reason.
2063
2064 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2065
2066 * gdb.base/annota1.exp: Update expected results.
2067 * gdb.cp/annota2.exp: Likewise.
2068 * gdb.cp/annota3.exp: Likewise.
2069
2070 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2071
2072 * gdb.base/style-logging.exp: Remove path from test name.
2073
2074 2019-06-14 Tom Tromey <tromey@adacore.com>
2075
2076 PR gdb/24502:
2077 * gdb.base/style-logging.exp: New file.
2078
2079 2019-06-14 Tom Tromey <tromey@adacore.com>
2080
2081 * gdb.base/symfile-warn.exp: New file.
2082 * gdb.base/symfile-warn.c: New file.
2083
2084 2019-06-14 Tom Tromey <tromey@adacore.com>
2085
2086 * gdb.base/annotate-symlink.exp: New file.
2087
2088 2019-06-14 Tom Tromey <tromey@adacore.com>
2089
2090 * gdb.ada/set_wstr.exp: Add reassignment test.
2091
2092 2019-06-14 Tom Tromey <tromey@adacore.com>
2093
2094 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2095 'unchecked_access and 'unrestricted_access as well.
2096
2097 2019-06-14 Tom Tromey <tromey@adacore.com>
2098
2099 PR ada/24539:
2100 * gdb.ada/vla.exp: Update tests.
2101 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2102 pragma.
2103
2104 2019-06-13 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.base/settings.exp (test-integer): Test junk after
2107 "unlimited".
2108
2109 2019-06-13 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.base/options.exp (test-thread-apply): New.
2112 (top level): Call it.
2113
2114 2019-06-13 Pedro Alves <palves@redhat.com>
2115
2116 * gdb.base/options.exp (test-frame-apply): New.
2117 (top level): Test print commands with different "frame apply"
2118 prefixes.
2119
2120 2019-06-13 Pedro Alves <palves@redhat.com>
2121
2122 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2123 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2124 'max_completions' parameter and handle it.
2125 (test_gdb_completion_offers_commands): New.
2126
2127 2019-06-13 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2130
2131 2019-06-13 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.base/options.exp (test-backtrace): New.
2134 (top level): Call it.
2135
2136 2019-06-13 Pedro Alves <palves@redhat.com>
2137
2138 * gdb.guile/scm-frame-args.exp: Use "set print
2139 raw-frame-arguments" instead of "set print raw frame-arguments".
2140 * gdb.python/py-frame-args.exp: Likewise.
2141
2142 2019-06-13 Pedro Alves <palves@redhat.com>
2143
2144 * gdb.compile/compile.exp: Adjust expected output to option
2145 processing changes.
2146
2147 2019-06-13 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.base/options.exp: Build executable.
2150 (test-print): New procedure.
2151 (top level): Call it, once for "print" and another for "compile
2152 print".
2153
2154 2019-06-13 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.base/options.c: New file.
2157 * gdb.base/options.exp: New file.
2158
2159 2019-06-13 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2162 that "o" is ambiguous.
2163
2164 2019-06-13 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.base/settings.c: New file.
2167 * gdb.base/settings.exp: New file.
2168
2169 2019-06-13 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/completion.exp: Fix comment typo.
2172
2173 2019-06-13 Pedro Alves <palves@redhat.com>
2174
2175 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2176 foo --1" test.
2177
2178 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2179
2180 * gdb.fortran/block-data.f: New.
2181 * gdb.fortran/block-data.exp: New.
2182
2183 2019-06-11 Tom de Vries <tdevries@suse.de>
2184
2185 PR testsuite/24521
2186 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2187 message.
2188
2189 2019-06-11 Tom de Vries <tdevries@suse.de>
2190
2191 PR testsuite/24521
2192 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2193
2194 2019-06-11 Tom de Vries <tdevries@suse.de>
2195
2196 * boards/readnow.exp: New file.
2197
2198 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2199
2200 * gdb.fortran/vla-sizeof.exp: Update expected results.
2201
2202 2019-06-06 Amos Bird <amosbird@gmail.com>
2203
2204 * gdb.base/annota1.exp (thread_switch): Add test for
2205 thread-exited annotation.
2206
2207 2019-06-06 Tom Tromey <tromey@adacore.com>
2208
2209 * gdb.base/maint.exp: Expect command started/finished output.
2210
2211 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2214 comment.
2215 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2216
2217 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2220 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2221 * gdb.arch/riscv-unwind-long-insn.c: New file.
2222 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2223
2224 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2225
2226 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2227
2228 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2229
2230 * lib/gdb.exp (help_list_trailer): New regexp variable
2231 factorizing the help trailer message.
2232 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2233 arg to allow to better factorize various tests.
2234 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2235 (test_prefix_command_help): Use help_list_trailer.
2236 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2237 * gdb.guile/scm-cmd.exp: Likewise.
2238 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2239 * gdb.base/help.exp: Use test_user_defined_class_help.
2240 * gdb.base/style.exp: Add tests for styling of help and apropos.
2241 * lib/gdb-utils.exp (style): Add title and highlight styles.
2242
2243 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2244
2245 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2246 $_shell_exitsignal.
2247 * gdb.base/default.exp: Update for new convenience variables.
2248
2249 2019-05-29 Tom Tromey <tromey@adacore.com>
2250
2251 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2252 to "break complete ada" test case's regexp.
2253
2254 2019-05-29 Tom Tromey <tromey@adacore.com>
2255
2256 PR c++/20020:
2257 * gdb.cp/constexpr-field.exp: New file.
2258 * gdb.cp/constexpr-field.cc: New file.
2259
2260 2019-05-29 Tom Tromey <tromey@adacore.com>
2261
2262 * gdb.base/finish.exp (finish_no_print): New proc.
2263 (finish_tests): Call it.
2264
2265 2019-05-24 Tom de Vries <tdevries@suse.de>
2266
2267 * gdb.dwarf2/gdb-add-index.exp: New file.
2268
2269 2019-05-22 Tom Tromey <tromey@adacore.com>
2270
2271 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2272 * gdb.base/style.exp: Use "style".
2273 * lib/gdb-utils.exp (style): New proc.
2274
2275 2019-05-22 Tom de Vries <tdevries@suse.de>
2276
2277 * gdb.base/align.exp: Require c++11.
2278
2279 2019-05-22 Tom de Vries <tdevries@suse.de>
2280
2281 PR testsuite/24586
2282 * gdb.python/py-mi-var-info-path-expression.exp: Call
2283 mi_skip_python_tests to check if python is supported.
2284
2285 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2286
2287 * gdb.arch/aarch64-pauth.c: New test.
2288 * gdb.arch/aarch64-pauth.exp: New file.
2289
2290 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2291
2292 * README (Re-running Tests Outside The Testsuite): New section.
2293
2294 2019-05-21 Tom de Vries <tdevries@suse.de>
2295
2296 * gdb.arch/amd64-eval.exp: Require c++11.
2297 * gdb.base/max-depth.exp: Same.
2298 * gdb.compile/compile-cplus-array-decay.exp: Same.
2299 * gdb.cp/meth-typedefs.exp: Same.
2300 * gdb.cp/subtypes.exp: Same.
2301 * gdb.cp/temargs.exp: Same.
2302
2303 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2304
2305 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2306
2307 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2308
2309 PR gdb/18644
2310 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2311 * gdb.fortran/printing-types.exp: Add new test.
2312 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2313 testing.
2314 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2315 setup_kfail call.
2316
2317 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2318
2319 * README (Running the Testsuite): Change example.
2320 (Testsuite Parameters): Remove TRANSCRIPT.
2321 * lib/gdb.exp: Remove TRANSCRIPT check.
2322
2323 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2324
2325 * README (Testsuite Parameters): Add replay logging to
2326 GDBSERVER_DEBUG.
2327 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2328 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2329 as a comma separated list.
2330 (gdb_debug_init): Override procedure.
2331
2332 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2333
2334 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2335 (gdb_write_cmd_file): New procedure.
2336 * lib/gdbserver-support.exp (gdbserver_start): Call
2337 gdbserver_write_cmd_file.
2338 (gdbserver_write_cmd_file): New procedure.
2339
2340 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2341
2342 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2343 (delete_breakpoints): Likewise.
2344 (gdb_run_cmd): Likewise.
2345 (gdb_start_cmd): Likewise.
2346 (gdb_starti_cmd): Likewise.
2347 (gdb_internal_error_resync): Likewise.
2348 (gdb_test_multiple): Likewise.
2349 (gdb_reinitialize_dir): Likewise.
2350 (default_gdb_exit): Likewise.
2351 (gdb_file_cmd): Mark kill as optional.
2352 (default_gdb_start): Call gdb_stdin_log_init.
2353 (send_gdb): Call gdb_stdin_log_write.
2354 (rerun_to_main): Mark Y as an answer.
2355 (gdb_stdin_log_init): New function.
2356 (gdb_stdin_log_write): Likewise.
2357
2358 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2359
2360 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2361 * gdb.base/debug-expr.exp: Likewise.
2362 * gdb.base/foll-fork.exp: Likewise.
2363 * gdb.base/foll-vfork.exp: Likewise.
2364 * gdb.base/fork-print-inferior-events.exp: Likewise.
2365 * gdb.base/gdb-sigterm.exp: Likewise.
2366 * gdb.base/gdbinit-history.exp: Likewise.
2367 * gdb.base/osabi.exp: Likewise.
2368 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2369 * gdb.base/ui-redirect.exp: Likewise.
2370 * gdb.gdb/unittest.exp: Likewise.
2371 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2372 * gdb.mi/mi-watch.exp: Likewise.
2373 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2374 * gdb.mi/user-selected-context-sync.exp: Likewise.
2375 * gdb.python/python.exp: Disable debug test when debugging.
2376 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2377 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2378 Likewise.
2379 * gdb.threads/stepi-random-signal.exp: Likewise.
2380
2381 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2382
2383 * Makefile.in: Pass through GDB_DEBUG.
2384 * README (Testsuite Parameters): Add GDB_DEBUG.
2385 (gdb,debug): Add board setting.
2386 * lib/gdb.exp (default_gdb_start): Start debugging.
2387 (gdb_debug_enabled): New procedure.
2388 (gdb_debug_init): Likewise.
2389
2390 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2391
2392 * Makefile.in: Pass through GDB_DEBUG.
2393 * README (Testsuite Parameters): Add GDB_DEBUG.
2394 (gdb,debug): Add board setting.
2395 * lib/gdb.exp (default_gdb_start): Start debugging.
2396 (gdb_debug_enabled): New procedure.
2397 (gdb_debug_init): Likewise.
2398
2399 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2400
2401 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2402
2403 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2404
2405 * gdb.base/ui-redirect.exp: Test redirection.
2406
2407 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2408
2409 * gdb.mi/mi-complete.exp: New file.
2410 * gdb.mi/mi-complete.cc: Likewise.
2411
2412 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2413
2414 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2415 indexed and sliced arrays, and pointers to arrays.
2416
2417 2019-05-14 Tom Tromey <tromey@adacore.com>
2418
2419 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2420 styling test.
2421
2422 2019-05-14 Tom de Vries <tdevries@suse.de>
2423
2424 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2425 selection entry encoding.
2426
2427 2019-05-10 Tom Tromey <tromey@adacore.com>
2428
2429 * gdb.ada/info_exc.exp: Add "complete" test.
2430
2431 2019-05-09 Tom de Vries <tdevries@suse.de>
2432
2433 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2434 CU-relative.
2435
2436 2019-05-09 Tom de Vries <tdevries@suse.de>
2437
2438 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2439 CU-relative.
2440
2441 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2442
2443 * gdb.ada/frame_arg_lang.exp: New testcase.
2444 * gdb.ada/frame_arg_lang/bla.adb: New file.
2445 * gdb.ada/frame_arg_lang/pck.ads: New file.
2446 * gdb.ada/frame_arg_lang/pck.adb: New file.
2447 * gdb.ada/frame_arg_lang/foo.c: New file.
2448
2449 2019-05-08 Tom Tromey <tromey@adacore.com>
2450
2451 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2452
2453 2019-05-08 Tom Tromey <tromey@adacore.com>
2454
2455 * gdb.base/ptype-offsets.exp: Update tests.
2456
2457 2019-05-08 Tom Tromey <tromey@adacore.com>
2458
2459 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2460 cases.
2461 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2462 "short".
2463
2464 2019-05-08 Tom Tromey <tromey@adacore.com>
2465
2466 * gdb.ada/vla.exp: New file.
2467 * gdb.ada/vla/vla.adb: New file.
2468
2469 2019-05-07 Tom de Vries <tdevries@suse.de>
2470
2471 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2472
2473 2019-05-07 Tom de Vries <tdevries@suse.de>
2474
2475 PR testsuite/24522
2476 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2477 section.
2478
2479 2019-05-07 Tom de Vries <tdevries@suse.de>
2480
2481 PR testsuite/24522
2482 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2483 .debug_aranges section.
2484
2485 2019-05-07 Tom de Vries <tdevries@suse.de>
2486
2487 PR testsuite/24159
2488 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2489
2490 2019-05-06 Tom de Vries <tdevries@suse.de>
2491
2492 * lib/gdb.exp (exec_has_index_section): New proc.
2493 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2494 section.
2495
2496 2019-05-04 Tom de Vries <tdevries@suse.de>
2497
2498 * boards/cc-with-debug-names.exp: New file.
2499
2500 2019-05-03 Tom Tromey <tromey@adacore.com>
2501
2502 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2503 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2504 * gdb.ada/char_enum.exp: Add test.
2505
2506 2019-05-03 Tom de Vries <tdevries@suse.de>
2507
2508 * boards/cc-with-gdb-index.exp: New file.
2509
2510 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.rust/simple.exp: Add new test case.
2513 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2514 (main): Initialise an instance of the new struct.
2515
2516 2019-05-01 Tom Tromey <tromey@adacore.com>
2517
2518 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2519 record.
2520 (NPR): New variable.
2521 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2522 test.
2523
2524 2019-05-01 Tom Tromey <tromey@adacore.com>
2525
2526 * gdb.ada/packed_array_assign.exp: Add packed assignment
2527 regression test.
2528
2529 2019-05-01 Tom de Vries <tdevries@suse.de>
2530
2531 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2532
2533 2019-05-01 Tom de Vries <tdevries@suse.de>
2534
2535 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2536
2537 2019-04-30 Ali Tamur <tamur@google.com>
2538
2539 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2540
2541 2019-04-30 Tom Tromey <tromey@adacore.com>
2542
2543 * lib/ada.exp (find_ada_tool): New proc.
2544 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2545 * gdb.ada/catch_ex_std.exp: New file.
2546 * gdb.ada/catch_ex_std/foo.adb: New file.
2547 * gdb.ada/catch_ex_std/some_package.adb: New file.
2548 * gdb.ada/catch_ex_std/some_package.ads: New file.
2549
2550 2019-04-30 Tom Tromey <tromey@adacore.com>
2551
2552 PR c++/24470:
2553 * gdb.cp/temargs.cc: Add test code from PR.
2554
2555 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * gdb.fortran/vla-datatypes.exp: Update expected results.
2558 * gdb.fortran/vla-ptype.exp: Likewise.
2559 * gdb.fortran/vla-type.exp: Likewise.
2560 * gdb.fortran/vla-value.exp: Likewise.
2561
2562 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2563
2564 * gdb.fortran/ptr-indentation.exp: Update expected results.
2565 * gdb.fortran/ptype-on-functions.exp: Likewise.
2566 * gdb.fortran/vla-ptr-info.exp: Likewise.
2567 * gdb.fortran/vla-value.exp: Likewise.
2568
2569 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.fortran/ptype-on-functions.exp: New file.
2572 * gdb.fortran/ptype-on-functions.f90: New file.
2573
2574 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2577 case void string.
2578
2579 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.fortran/complex.exp: Expand.
2582 * gdb.fortran/complex.f: Renamed to...
2583 * gdb.fortran/complex.f90: ...this, and extended to add more
2584 complex values.
2585
2586 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2589 MODULO, CMPLX.
2590
2591 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2592 Richard Bunt <richard.bunt@arm.com>
2593
2594 * gdb.base/max-depth.c: New file.
2595 * gdb.base/max-depth.exp: New file.
2596 * gdb.python/py-nested-maps.c: New file.
2597 * gdb.python/py-nested-maps.exp: New file.
2598 * gdb.python/py-nested-maps.py: New file.
2599 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2600 (test_all_common): Call test_max_depth.
2601 * gdb.fortran/max-depth.exp: New file.
2602 * gdb.fortran/max-depth.f90: New file.
2603 * gdb.go/max-depth.exp: New file.
2604 * gdb.go/max-depth.go: New file.
2605 * gdb.modula2/max-depth.exp: New file.
2606 * gdb.modula2/max-depth.c: New file.
2607 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2608
2609 2019-04-29 Tom de Vries <tdevries@suse.de>
2610
2611 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2612
2613 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2614
2615 * gdb.base/callexit.exp: Test may-call-functions off.
2616
2617 2019-04-25 Keith Seitz <keiths@redhat.com>
2618
2619 PR c++/24367
2620 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2621 (another_incomplete_struct, test_incomplete): New definitions.
2622 (main): Use new definitions.
2623 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2624 functions.
2625
2626 2019-04-25 Ali Tamur <tamur@google.com>
2627
2628 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2629
2630 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2631
2632 PR corefiles/11608
2633 PR corefiles/18187
2634 * gdb.base/coredump-filter-build-id.exp: New file.
2635
2636 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2637
2638 * Makefile.in: Pass through GDBSERVER_DEBUG.
2639 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2640 (gdbserver,debug): Add board setting.
2641 * gdb.trace/tspeed.exp: Skip when debugging.
2642 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2643 * lib/gdbserver-support.exp: Likewise
2644
2645 2019-04-24 Tom Tromey <tromey@adacore.com>
2646
2647 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2648 Rust.
2649
2650 2019-04-24 Tom Tromey <tromey@adacore.com>
2651
2652 * gdb.arch/amd64-eval.exp: Test bitfield return.
2653 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2654 (class Foo) <return_bitfields>: New method.
2655 (main): Call it.
2656
2657 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.cp/many-args.cc: New file.
2660 * gdb.cp/many-args.exp: New file.
2661
2662 2019-04-23 Tom de Vries <tdevries@suse.de>
2663
2664 PR gdb/24433
2665 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2666
2667 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2668
2669 * gdb.trace/backtrace.exp: Use nopie flag.
2670 * gdb.trace/circ.exp: Likewise.
2671 * gdb.trace/collection.exp: Likewise.
2672 * gdb.trace/ftrace.exp: Likewise.
2673 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2674 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2675 * gdb.trace/qtro.exp: Likewise.
2676 * gdb.trace/read-memory.exp: Likewise.
2677 * gdb.trace/report.exp: Likewise.
2678 * gdb.trace/tfile.exp: Likewise.
2679 * gdb.trace/tfind.exp: Likewise.
2680 * gdb.trace/unavailable.exp: Likewise.
2681
2682 2019-04-22 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.base/solib-probes-nosharedlibrary.c,
2685 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2686
2687 2019-04-19 Tom Tromey <tromey@adacore.com>
2688
2689 * gdb.ada/ptype_union.c: New file.
2690 * gdb.ada/ptype_union.exp: New file.
2691
2692 2019-04-19 Tom Tromey <tromey@adacore.com>
2693
2694 PR symtab/24423:
2695 * gdb.base/list0.h (foo): Add a control-l character.
2696
2697 2019-04-18 Tom de Vries <tdevries@suse.de>
2698
2699 PR gdb/24433
2700 * boards/local-board.exp: Set sysroot to "".
2701
2702 2019-04-18 Tom de Vries <tdevries@suse.de>
2703 Pedro Alves <palves@redhat.com>
2704
2705 PR gdb/24454
2706 * gdb.threads/vfork-follow-child-exec.c: New file.
2707 * gdb.threads/vfork-follow-child-exec.exp: New file.
2708 * gdb.threads/vfork-follow-child-exit.c: New file.
2709 * gdb.threads/vfork-follow-child-exit.exp: New file.
2710
2711 2019-04-15 Leszek Swirski <leszeks@google.com>
2712
2713 * gdb.arch/amd64-eval.cc: New file.
2714 * gdb.arch/amd64-eval.exp: New file.
2715
2716 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2717
2718 * gdb.server/sysroot.c: New test.
2719 * gdb.server/sysroot.exp: New file.
2720 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2721 matching param.
2722
2723 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2724
2725 * gdb.base/align.exp: Extend test to cover structures containing
2726 only static fields.
2727
2728 2019-04-11 Tom de Vries <tdevries@suse.de>
2729
2730 * boards/cc-with-dwz-m.exp: New file.
2731 * boards/cc-with-dwz.exp: New file.
2732 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2733
2734 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2735
2736 * gdb.base/start-cpp.exp: New file.
2737 * gdb.base/start-cpp.cc: New file.
2738
2739 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2740
2741 * gdb.python/py-thrhandle.exp: Adjust tests to call
2742 thread_from_handle instead of thread_from_thread_handle.
2743
2744 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2745
2746 * gdb.python/py-thrhandle.exp: Add tests for
2747 gdb.InferiorThread.handle.
2748
2749 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2750
2751 * gdb.python/py-function.exp: Check calling helper function from
2752 all languages.
2753 * lib/gdb.exp (gdb_supported_languages): New proc.
2754
2755 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * gdb.base/complex-parts.c: New file.
2758 * gdb.base/complex-parts.exp: New file.
2759
2760 2019-04-01 Tom Tromey <tromey@adacore.com>
2761
2762 PR symtab/23331:
2763 * gdb.dwarf2/dw2-ranges-main.c: New file.
2764 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2765 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2766
2767 2019-03-30 Simon Marchi <simark@simark.ca>
2768
2769 * gdb.base/default.exp: Add values for $_gdb_major and
2770 $_gdb_minor.
2771
2772 2019-03-29 Tom Tromey <tromey@adacore.com>
2773
2774 * gdb.base/help.exp: Tighten apropos regexp.
2775
2776 2019-03-29 Keith Seitz <keiths@redhat.com>
2777
2778 * gdb.fortran/array-bounds.exp: New file.
2779 * gdb.fortran/array-bounds.f90: New file.
2780
2781 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2782
2783 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2784
2785 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2786
2787 * gdb.multi/hello.c (main): Increase alarm timer.
2788
2789 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2790
2791 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2792 factor when no hardware watchpoint support.
2793
2794 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2795 Pedro Alves <palves@redhat.com>
2796
2797 * boards/local-board.exp: set sysroot to /.
2798
2799 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2800
2801 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2802 in child.
2803
2804 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2805
2806 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2807 field.
2808 (make_container): Initialise new field.
2809 * gdb.python/py-prettyprint.exp: Add new tests.
2810 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2811 <display_hint>: New method.
2812
2813 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2814
2815 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2816 gdb_continue_to_breakpoint more throughout this test.
2817 (run_lang_tests) Supply unique test names, and use
2818 gdb_test_no_output.
2819
2820 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2821
2822 * gdb.base/finish-pretty.exp: Update expected results.
2823 * gdb.base/pretty-print.c: New file.
2824 * gdb.base/pretty-print.exp: New file.
2825
2826 2019-03-25 Pedro Alves <palves@redhat.com>
2827
2828 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2829 move comments outside list. Append '-i "" eof' section.
2830
2831 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2832
2833 PR testsuite/25016
2834 * README: Add pie options.
2835 * gdb.base/break-interp.exp: Ensure pie is disabled.
2836 * gdb.base/dump.exp: Likewise.
2837 * lib/gdb.exp (gdb_compile): Add pie option.
2838
2839 2019-03-19 Tom Tromey <tromey@adacore.com>
2840
2841 * gdb.mi/mi2-cli-display.c: New file.
2842 * gdb.mi/mi2-cli-display.exp: New file.
2843
2844 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2845 Tom Tromey <tromey@adacore.com>
2846
2847 * gdb.ada/ptype_array/pck.adb: New file.
2848 * gdb.ada/ptype_array/pck.ads: New file.
2849 * gdb.ada/ptype_array/foo.adb: New file.
2850 * gdb.ada/ptype_array.exp: New file.
2851
2852 2019-03-14 Tom Tromey <tromey@adacore.com>
2853
2854 * gdb.base/style.exp: Add "set style sources" test.
2855
2856 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2857
2858 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2859 * mi-breakpoint-multiple-locations.exp: ... this.
2860 (make_breakpoints_pattern): New proc.
2861 (do_test): Add mi_version parameter, test -break-insert,
2862 -break-info and =breakpoint-created.
2863
2864 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2865
2866 * config/default.exp: Remove 'load_lib gdb.exp'.
2867 * config/monitor.exp: Likewise.
2868 * config/sid.exp: Likewise.
2869 * config/sim.exp: Likewise.
2870 * config/slite.exp: Likewise.
2871 * config/unix.exp: Likewise.
2872 * gdb.base/default.exp: Remove unhelpful comment.
2873
2874 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2877
2878 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2879
2880 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2881
2882 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2883
2884 * gdb.fortran/type-kinds.exp: Update expected results.
2885
2886 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2889
2890 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2891
2892 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2893 function.
2894 (test_basic_parsing_of_type_kinds): Expand types tested.
2895 (test_parsing_invalid_type_kinds): New function.
2896
2897 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2898
2899 * gdb.fortran/intrinsics.exp: New file.
2900 * gdb.fortran/intrinsics.f90: New file.
2901 * gdb.fortran/type-kinds.exp: New file.
2902
2903 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2904
2905 * gdb.fortran/dot-ops.exp: New file.
2906
2907 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2910 Check upper and lower case logical literals.
2911
2912 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2913
2914 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2915 Remove duplicate tests.
2916
2917 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2918
2919 * lib/gdb.exp (builtin_cd): rename of cd.
2920 (cd): Override builtin.
2921
2922 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2923
2924 * gdb.fortran/function-calls.exp: New file.
2925 * gdb.fortran/function-calls.f90: New test.
2926
2927 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2928
2929 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2930 on user program standard output.
2931 * gdb.fortran/short-circuit-argument-list.f90: Record function
2932 calls.
2933
2934 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2935
2936 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2937 failure.
2938
2939 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2940
2941 PR gdb/8527
2942 * gdb.base/interrupt-daemon-attach.c,
2943 gdb.base/interrupt-daemon-attach.exp: New test.
2944
2945 2019-02-27 Pedro Alves <palves@redhat.com>
2946
2947 * gdb.base/page.exp: Add tests for "set width/height -1".
2948
2949 2019-02-27 Pedro Alves <palves@redhat.com>
2950
2951 * gdb.base/page.exp: Add tests for "set/show width/height" with
2952 "infinite" values.
2953
2954 2019-02-27 Tom Tromey <tromey@adacore.com>
2955
2956 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2957 2.4.
2958 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2959 workaround.
2960
2961 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2964 tests for structs with static members.
2965
2966 2019-02-26 Tom Tromey <tromey@adacore.com>
2967
2968 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2969 ValueError, not TypeError.
2970
2971 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2972
2973 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2974 call from main program.
2975
2976 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2977
2978 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2979 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2980 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2981 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2982 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2983
2984 2019-02-22 Keith Seitz <keiths@redhat.com>
2985
2986 PR symtab/23853
2987 * gdb.base/symlink-sourcefile.c: New file.
2988 * gdb.base/symlink-sourcefile.exp: New file.
2989
2990 2019-02-20 Tom Tromey <tom@tromey.com>
2991
2992 * gdb.base/info_qt.exp: Update.
2993
2994 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2995
2996 * gdb.base/source.exp: Move "error in sourced script" code to
2997 the end.
2998 * gdb.base/source-error.gdb: Move contents to
2999 source-error-1.gdb. Add new code to source source-error-1.gdb.
3000 * gdb.base/source-error-1.gdb: New file, from previous
3001 source-error.gdb.
3002
3003 2019-02-17 Tom Tromey <tom@tromey.com>
3004
3005 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3006 for macro styling.
3007 * gdb.base/style.c (SOME_MACRO): New macro.
3008
3009 2019-02-17 Tom Tromey <tom@tromey.com>
3010
3011 * gdb.base/style.exp: Add line-wrapping tests.
3012 * gdb.base/page.exp: Add test for quitting during pagination.
3013
3014 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdb.ada/big_packed_array: New testcase.
3017 * gdb.ada/homonym.exp: Fix incorrect expected output for
3018 "break <homonym__get_value>" test.
3019
3020 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3021
3022 PR breakpoints/21870
3023 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3024 and prepare_for_testing. Add comment.
3025 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3026 redundant cleanup call. Clean up comment.
3027
3028 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3029
3030 PR breakpoints/21870
3031 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3032 * gdb.arch/aarch64-dbreg-contents.c: New file.
3033
3034 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3035
3036 * gdb.ada/mi_ref_changeable: New testcase.
3037
3038 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3039
3040 * gdb.base/attach.exp: Add double attach test.
3041
3042 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3043
3044 * lib/gdb.exp (default_gdb_start): Don't match pagination
3045 prompt.
3046 (gdb_init): Set stty_init.
3047
3048 2019-01-27 Tom Tromey <tom@tromey.com>
3049
3050 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3051 skip_python_tests.
3052
3053 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3054
3055 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3056 New structure.
3057 (struct struct_static_02_02): Likewise.
3058 (struct struct_static_02_03): Likewise.
3059 (struct struct_static_02_04): Likewise.
3060 (struct struct_static_04_01): Likewise.
3061 (struct struct_static_04_02): Likewise.
3062 (struct struct_static_04_03): Likewise.
3063 (struct struct_static_04_04): Likewise.
3064 (struct struct_static_06_01): Likewise.
3065 (struct struct_static_06_02): Likewise.
3066 (struct struct_static_06_03): Likewise.
3067 (struct struct_static_06_04): Likewise.
3068 (cmp_struct_static_02_01): Likewise.
3069 (cmp_struct_static_02_02): Likewise.
3070 (cmp_struct_static_02_03): Likewise.
3071 (cmp_struct_static_02_04): Likewise.
3072 (cmp_struct_static_04_01): Likewise.
3073 (cmp_struct_static_04_02): Likewise.
3074 (cmp_struct_static_04_03): Likewise.
3075 (cmp_struct_static_04_04): Likewise.
3076 (cmp_struct_static_06_01): Likewise.
3077 (cmp_struct_static_06_02): Likewise.
3078 (cmp_struct_static_06_03): Likewise.
3079 (cmp_struct_static_06_04): Likewise.
3080 (call_all): Test new structs.
3081 * gdb.base/infcall-nested-structs.exp: Likewise.
3082
3083 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3084 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3085
3086 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3087 * gdb.base/stack-protector.c: New test.
3088 * gdb.base/stack-protector.exp: New file.
3089 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3090 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3091 option.
3092 (gdb_compile): Remove stack protector for GCC and prevent
3093 recursion.
3094
3095 2019-01-16 Keith Seitz <keiths@redhat.com>
3096
3097 PR gdb/23773
3098 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3099
3100 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3101
3102 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3103 aliases.
3104 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3105 tests.
3106 * gdb.arch/powerpc-vector-regs.c: New file.
3107 * gdb.arch/powerpc-vector-regs.exp: New file.
3108
3109 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3110
3111 * gdb.arch/altivec-regs.exp: Fix the list passed to
3112 gdb_expect_list when testing "info vector".
3113
3114 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3115
3116 * gdb.base/style.exp: Don't include path in testname.
3117
3118 2019-01-10 Keith Seitz <keiths@redhat.com>
3119
3120 PR gdb/23712
3121 PR symtab/23010
3122 * gdb.dwarf2/multidictionary.exp: New file.
3123
3124 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3125
3126 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3127 (test_gnuv3_style_demangling): ... this.
3128 (test_lucid_style_demangling): Remove.
3129 (test_arm_style_demangling): Remove.
3130 (test_hp_style_demangling): Remove.
3131 (do_tests): Remove calls to the above.
3132
3133 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3134
3135 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3136 case.
3137
3138 2019-01-06 Tom Tromey <tom@tromey.com>
3139
3140 PR gdb/28155:
3141 * gdb.dwarf2/typedef-void-finish.exp: New file.
3142
3143 2018-12-28 Tom Tromey <tom@tromey.com>
3144 Simon Marchi <simark@simark.ca>
3145
3146 * gdb.base/jit-exec.exp: New file.
3147 * gdb.base/jit-exec.c: New file.
3148 * gdb.base/jit-execd.c: New file.
3149
3150 2018-12-28 Tom Tromey <tom@tromey.com>
3151
3152 * gdb.base/style.exp: Update test to check for address styling.
3153
3154 2018-12-28 Tom Tromey <tom@tromey.com>
3155
3156 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3157 message.
3158
3159 2018-12-28 Tom Tromey <tom@tromey.com>
3160
3161 * gdb.base/style.exp: Add test for version number styling.
3162
3163 2018-12-28 Tom Tromey <tom@tromey.com>
3164
3165 * gdb.base/style.exp: Add test for print_address_symbolic.
3166
3167 2018-12-28 Tom Tromey <tom@tromey.com>
3168
3169 * gdb.base/style.exp: Add test for breakpoint setting.
3170
3171 2018-12-28 Tom Tromey <tom@tromey.com>
3172
3173 * gdb.base/style.exp: Add test for variable names.
3174
3175 2018-12-28 Tom Tromey <tom@tromey.com>
3176
3177 * gdb.base/style.exp: New file.
3178 * gdb.base/style.c: New file.
3179
3180 2018-12-28 Tom Tromey <tom@tromey.com>
3181
3182 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3183 "dumb".
3184 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3185 the TERM environment variable.
3186
3187 2018-12-27 Tom Tromey <tom@tromey.com>
3188
3189 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3190 pagination test.
3191
3192 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3193
3194 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3195 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3196
3197 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3198
3199 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3200 Filename a.adb changed to bp_fun_addr.adb.
3201 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3202
3203 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3204
3205 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3206 non-PIE executables.
3207 * README: Mention the gdb,nopie_flag board setting.
3208 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3209 non-PIE executable.
3210 * gdb.arch/amd64-entry-value.exp: Likewise.
3211 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3212 * gdb.arch/i386-float.exp: Likewise.
3213 * gdb.arch/i386-signal.exp: Likewise.
3214 * gdb.mi/mi-reg-undefined.exp: Likewise.
3215
3216 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3217
3218 PR gdb/23974
3219 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3220
3221 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3222
3223 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3224 Update order of results accordingly.
3225
3226 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3227
3228 * gdb.base/annota1.exp: Update a test regexp.
3229
3230 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3231
3232 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3233
3234 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3235
3236 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3237 (reuse_time): Initialize to REUSE_TIME_CAP.
3238 (check_rc): New function.
3239 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3240 Check pthread_create rc.
3241 (spawner_thread_func): Check pthread_create and pthread_join rc.
3242
3243 2018-12-08 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.base/list.exp (test_forward_search): Rename to ...
3246 (test_forward_reverse_search): ... this. Also test reverse-search
3247 and the forward-search alias.
3248
3249 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3250
3251 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3252 local timeout variable before return, and remove all local timeout
3253 variable entirely.
3254 (gdb_load): Likewise.
3255
3256 2018-12-01 Tom de Vries <tdevries@suse.de>
3257
3258 * gdb.base/gdb-caching-proc.exp: New file.
3259
3260 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3261
3262 * Makefile.in (TIMESTAMP): New variable.
3263 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3264 command.
3265 (check-single-racy): Likewise.
3266 (check/%.exp): Likewise.
3267 (check-racy/%.exp): Likewise.
3268 (workers/%.worker): Likewise.
3269 (build-perf): Likewise.
3270 (check-perf): Likewise.
3271 * README: Describe new "TS" and "TS_FORMAT" variables.
3272 * print-ts.py: New file.
3273
3274 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3275
3276 PR python/23714
3277 * gdb.python/python.exp: Test command repetition after
3278 gdb.execute.
3279
3280 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3281
3282 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3283 is correctly aligned.
3284
3285 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3286
3287 * gdb.ada/info_auto_lang.exp: New testcase.
3288 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3289 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3290 * gdb.ada/info_auto_lang/some_c.c: New file.
3291
3292 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3293
3294 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3295 FUNC_lang language syntax.
3296
3297 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3298
3299 * gdb.base/info_minsym.c: New file.
3300 * gdb.base/info_minsym.exp: New file.
3301
3302 2018-11-19 Tom Tromey <tom@tromey.com>
3303
3304 PR rust/23625:
3305 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3306 * gdb.rust/expr.exp: Update expected output. Change one test.
3307
3308 2018-11-19 Tom Tromey <tom@tromey.com>
3309
3310 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3311
3312 2018-11-19 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3315 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3316 see the expected warning.
3317
3318 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3319
3320 PR gdb/22736:
3321 * gdb.cp/infcall-nodebug-lib.c: New test.
3322 * gdb.cp/infcall-nodebug-main.c: New test.
3323 * gdb.cp/infcall-nodebug.exp: New file.
3324
3325 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3326
3327 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3328 completer tests.
3329
3330 2018-11-09 Tom de Vries <tdevries@suse.de>
3331
3332 * gdb.base/msym-lang.c: New test.
3333 * gdb.base/msym-lang.exp: New file.
3334 * gdb.base/msym-lang-main.c: New test.
3335
3336 2018-11-08 Tom Tromey <tom@tromey.com>
3337
3338 PR gdb/23555:
3339 PR gdb/23838:
3340 * gdb.base/warning.exp: New file.
3341
3342 2018-11-08 Jan Beulich <jbeulich@suse.com>
3343
3344 * testsuite/gdb.arch/i386-avx512.c,
3345 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3346
3347 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3348
3349 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3350 point hardware.
3351
3352 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3353
3354 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3355 * gdb.dwarf2/missing-type-name.exp: New file.
3356
3357 2018-11-06 Tom de Vries <tdevries@suse.de>
3358
3359 * gdb.base/many-headers.c: New test.
3360 * gdb.base/many-headers.exp: New file.
3361
3362 2018-11-06 Jim Wilson <jimw@sifive.com>
3363
3364 * gdb.base/code_elim.exp: For riscv, set additional_flags
3365 to include -msmall-data-limit=0.
3366
3367 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3368
3369 * gdb.ada/watch_minus_l: New testcase.
3370
3371 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3372
3373 * gdb.arch/aix-sighandle.c: New file.
3374 * gdb.arch/aix-sighandle.exp: New file.
3375
3376 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3377
3378 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3379 registers being unions.
3380
3381 2018-10-31 Tom de Vries <tdevries@suse.de>
3382
3383 * lib/valgrind.exp: New file.
3384 (vgdb_start, vgdb_stop): New procs, factored out of ...
3385 * gdb.base/valgrind-bt.exp: ... here, ...
3386 * gdb.base/valgrind-disp-step.exp: ... here and ...
3387 * gdb.base/valgrind-infcall.exp: ... here.
3388
3389 2018-10-31 Tom de Vries <tdevries@suse.de>
3390
3391 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3392
3393 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3394
3395 * gdb.dwarf2/void-type.c: New file.
3396 * gdb.dwarf2/void-type.exp: New file.
3397
3398 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3399
3400 * gdb.base/info_qt.c: New file.
3401 * gdb.base/info_qt.exp: New file.
3402
3403 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3404
3405 * gdb.arch/powerpc-htm-regs.c: New file.
3406 * gdb.arch/powerpc-htm-regs.exp: New file.
3407
3408 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3409
3410 * gdb.arch/powerpc-tar.c: New file.
3411 * gdb.arch/powerpc-tar.exp: New file.
3412
3413 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3414
3415 * gdb.arch/powerpc-ppr-dscr.c: New file.
3416 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3417
3418 2018-10-25 Tom de Vries <tdevries@suse.de>
3419
3420 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3421
3422 2018-10-24 Tom de Vries <tdevries@suse.de>
3423
3424 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3425 longer exists error.
3426
3427 2018-10-24 Tom de Vries <tdevries@suse.de>
3428
3429 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3430
3431 2018-10-24 Tom de Vries <tdevries@suse.de>
3432
3433 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3434 --db-attach in valgrind.
3435
3436 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * gdb.arch/riscv-reg-aliases.c: New file.
3439 * gdb.arch/riscv-reg-aliases.exp: New file.
3440
3441 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3442
3443 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3444
3445 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3446
3447 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3448
3449 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3450
3451 * gdb.cp/ovldbreak.exp: Fix regexps.
3452
3453 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3454
3455 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3456
3457 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3458
3459 PR cli/23785
3460 * gdb.base/restore.exp: New test to check if "restore" with an
3461 invalid file doesn't segfault.
3462
3463 2018-10-18 Tom de Vries <tdevries@suse.de>
3464
3465 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3466 * gdb.ada/excep_handle.exp: Same.
3467 * gdb.ada/mi_string_access.exp: Same.
3468 * gdb.ada/mi_var_union.exp: Same.
3469 * gdb.arch/arc-analyze-prologue.exp: Same.
3470 * gdb.arch/arc-decode-insn.exp: Same.
3471 * gdb.base/readnever.exp: Same.
3472 * gdb.fortran/printing-types.exp: Same.
3473 * gdb.guile/scm-lazy-string.exp: Same.
3474
3475 2018-10-16 Tom de Vries <tdevries@suse.de>
3476
3477 PR gdb/23730
3478 * gdb.base/catch-follow-exec.c: Add copyright notice.
3479 * gdb.base/catch-follow-exec.exp: Rewrite to use
3480 gdb_spawn_with_cmdline_opts. Require gdb-native.
3481
3482 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3483
3484 * gdb.trace/actions-changed.exp: Check for arch support.
3485 * gdb.trace/actions.exp: Likewise.
3486 * gdb.trace/ax.exp: Likewise.
3487 * gdb.trace/backtrace.exp: Likewise.
3488 * gdb.trace/change-loc.exp: Likewise.
3489 * gdb.trace/deltrace.exp: Likewise.
3490 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3491 * gdb.trace/ftrace.exp: Likewise.
3492 * gdb.trace/infotrace.exp: Check for arch support.
3493 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3494 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3495 * gdb.trace/mi-tsv-changed.exp: Likewise.
3496 * gdb.trace/packetlen.exp: Likewise.
3497 * gdb.trace/passc-dyn.exp: Likewise.
3498 * gdb.trace/passcount.exp: Likewise.
3499 * gdb.trace/pending.exp: Likewise.
3500 * gdb.trace/range-stepping.exp: Check for shlib support.
3501 * gdb.trace/report.exp: Check for arch support.
3502 * gdb.trace/save-trace.exp: Likewise.
3503 * gdb.trace/signal.exp: Check for signal support.
3504 * gdb.trace/tfind.exp: Check for arch support.
3505 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3506 * gdb.trace/trace-common.h: Add comment.
3507 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3508 * gdb.trace/trace-enable-disable.exp: Likewise.
3509 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3510 * gdb.trace/tracecmd.exp: Check for arch support.
3511 * gdb.trace/tspeed.exp: Check for shlib and target support.
3512 * gdb.trace/tstatus.exp: Check for arch support.
3513 * gdb.trace/tsv.exp: Likewise.
3514 * gdb.trace/while-dyn.exp: Likewise.
3515 * gdb.trace/while-stepping.exp: Likewise.
3516 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3517
3518 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3519
3520 * gdb.trace/tspeed.exp: Remove nowarnings.
3521 (prepare_for_trace_test): Declare "global ipalib".
3522 * gdb.trace/tspeed.c: Include unistd.h.
3523 (main): Remove superfluous printf argument.
3524
3525 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3526
3527 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3528 directory prefix on the filename.
3529
3530 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3531
3532 * gdb.gdb/unittest.exp: Update expected message informing that
3533 selftests have been disabled.
3534 * gdb.server/unittest.exp: Likewise.
3535
3536 2018-10-09 Tom de Vries <tdevries@suse.de>
3537
3538 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3539 with runto_main.
3540
3541 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3542
3543 PR c++/16841
3544 * gdb.cp/virtbase2.cc: New file.
3545 * gdb.cp/virtbase2.exp: New file.
3546
3547 2018-10-06 Tom Tromey <tom@tromey.com>
3548
3549 PR python/19399:
3550 * gdb.python/py-inferior.exp: Add architecture test.
3551
3552 2018-10-06 Tom Tromey <tom@tromey.com>
3553
3554 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3555 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3556
3557 2018-10-06 Tom Tromey <tom@tromey.com>
3558
3559 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3560 of a "throw" catchpoint.
3561
3562 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3563
3564 * gdb.base/info-proc.exp: Update string expected from "help info
3565 proc".
3566
3567 2018-10-04 Tom Tromey <tom@tromey.com>
3568
3569 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3570 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3571 (test_initial_complaints, test_empty_complaints): Update.
3572 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3573
3574 2018-10-04 Tom Tromey <tom@tromey.com>
3575
3576 PR cli/19551:
3577 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3578 * lib/gdb.exp (gdb_file_cmd): Update.
3579 * gdb.stabs/weird.exp (print_weird_var): Update.
3580 * gdb.server/solib-list.exp: Update.
3581 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3582 * gdb.mi/mi-cli.exp: Update.
3583 * gdb.linespec/linespec.exp: Update.
3584 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3585 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3586 * gdb.cp/cp-relocate.exp: Update.
3587 * gdb.base/sym-file.exp: Update.
3588 * gdb.base/relocate.exp: Update.
3589 * gdb.base/readnever.exp: Update.
3590 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3591 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3592 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3593 * gdb.base/code_elim.exp: Update.
3594 * gdb.base/break-unload-file.exp (test_break): Update.
3595 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3596 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3597 Update.
3598 * gdb.base/attach.exp (do_attach_tests): Update.
3599 * gdb.base/sepdebug.exp: Update.
3600 * gdb.python/py-section-script.exp: Update.
3601
3602 2018-10-04 Tom Tromey <tom@tromey.com>
3603
3604 PR cli/22234:
3605 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3606 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3607 output.
3608
3609 2018-10-04 Tom Tromey <tom@tromey.com>
3610
3611 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3612 set width and height to 0.
3613 (test_command_line_attach_run): Use -quiet.
3614
3615 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3616
3617 * lib/gdb.exp (skip_ifunc_tests): New.
3618 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3619 other compile failures.
3620 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3621
3622 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3623
3624 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3625 is_amd64_regs_target.
3626
3627 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3628
3629 * gdb.arch/aarch64-sighandler-regs.c: New test.
3630 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3631 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3632
3633 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3634
3635 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3636 assembly.
3637
3638 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3639
3640 * gdb.base/frame-selection.exp: New file.
3641 * gdb.base/frame-selection.c: New file.
3642
3643 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3644
3645 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3646 pthread barrier.
3647 (main): Likewise.
3648
3649 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3650
3651 * gdb.base/large-frame-1.c: New file.
3652 * gdb.base/large-frame-2.c: New file.
3653 * gdb.base/large-frame.exp: New file.
3654 * gdb.base/large-frame.h: New file.
3655
3656 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3657
3658 PR gdb/20948
3659 * gdb.base/write_mem.exp: New test.
3660 * gdb.base/write_mem.c: Likewise.
3661
3662 2018-09-23 Tom Tromey <tom@tromey.com>
3663
3664 PR python/18852:
3665 * gdb.python/py-parameter.exp: Add test for parameter that throws
3666 on "set".
3667
3668 2018-09-23 Tom Tromey <tom@tromey.com>
3669
3670 PR python/17284:
3671 * gdb.python/py-template.exp (test_template_arg): Add test for
3672 negative template argument number.
3673
3674 2018-09-23 Tom Tromey <tom@tromey.com>
3675
3676 PR python/14062:
3677 * gdb.python/python.exp: Add test for post_event error.
3678
3679 2018-09-23 Tom Tromey <tom@tromey.com>
3680
3681 PR python/18170:
3682 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3683 convert pointers to int and long.
3684
3685 2018-09-23 Tom Tromey <tom@tromey.com>
3686
3687 PR python/20126:
3688 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3689 signed-ness conversion tests.
3690
3691 2018-09-23 Tom Tromey <tom@tromey.com>
3692
3693 PR python/18352;
3694 * gdb.python/py-value.exp (test_float_conversion): New proc.
3695 Use it.
3696
3697 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3698
3699 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3700
3701 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3702
3703 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3704 no readline.
3705 * gdb.base/utf8-identifiers.exp: Likewise.
3706 * gdb.cp/cpcompletion.exp: Likewise.
3707 * gdb.linespec/cpcompletion.exp: Likewise.
3708 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3709 * gdb.linespec/cpls-ops.exp: Likewise.
3710
3711 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3712 Chris January <chris.january@arm.com>
3713
3714 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3715 * gdb.fortran/short-circuit-argument-list.exp: New file.
3716 * gdb.fortran/short-circuit-argument-list.f90: New test.
3717
3718 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3719
3720 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3721 "arch=" keyword when executing "-stack-list-frames".
3722
3723 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3724
3725 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3726 "arch=" keyword when executing "-stack-list-frames".
3727
3728 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3729
3730 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3731 break ada".
3732
3733 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3734
3735 PR python/23669
3736 * gdb.python/python.exp: Test gdb.execute("show commands").
3737
3738 2018-09-16 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.base/new-ui.exp (do_execution_tests): Update.
3741 * gdb.base/dbx.exp (test_breakpoints): Update.
3742
3743 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3744
3745 * lib/gdb.exp (gdb_simple_compile): Add proc.
3746 (is_elf_target): Use gdb_simple_compile.
3747 (skip_altivec_tests): Likewise.
3748 (skip_vsx_tests): Likewise.
3749 (skip_tsx_tests): Likewise.
3750 (skip_btrace_tests): Likewise.
3751 (skip_btrace_pt_tests): Likewise.
3752 (gdb_can_simple_compile): Likewise.
3753 (gdb_has_argv0): Likewise.
3754 (gdb_target_symbol_prefix): Likewise.
3755 (target_supports_scheduler_locking): Likewise.
3756
3757 2018-09-13 Tom Tromey <tom@tromey.com>
3758
3759 * Makefile.in (TAGS): Recognize proc_with_prefix and
3760 gdb_caching_proc.
3761
3762 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3763
3764 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3765 method.
3766
3767 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3768
3769 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3770 and a few other Inferior properties when the Inferior is no
3771 longer valid.
3772
3773 2018-09-13 Tom Tromey <tom@tromey.com>
3774
3775 PR rust/23650:
3776 * gdb.rust/simple.exp: Add test for enum field access error.
3777
3778 2018-09-13 Tom Tromey <tom@tromey.com>
3779
3780 PR rust/23626:
3781 * gdb.rust/simple.rs (EmptyEnum): New type.
3782 (main): Use it.
3783 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3784
3785 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3786
3787 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3788 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3789 * gdb.python/py-symtab.exp: Update test printing an objfile.
3790
3791 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3792
3793 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3794 object.
3795
3796 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3797
3798 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3799 (support_complex_tests): Use gdb_can_simple_compile.
3800 (is_ilp32_target): Likewise.
3801 (is_lp64_target): Likewise.
3802 (is_64_target): Likewise.
3803 (is_amd64_regs_target): Likewise.
3804 (is_aarch32_target): Likewise.
3805 (gdb_int128_helper): Likewise.
3806
3807 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3810
3811 2018-09-10 Jerome Guitton <guitton@adacore.com>
3812
3813 * gdb.ada/same_component_name: Add test for case of tagged record
3814 with variable-length fields.
3815
3816 2018-09-10 Xavier Roirand <roirand@adacore.com>
3817
3818 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3819 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3820 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3821 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3822
3823 2018-09-10 Xavier Roirand <roirand@adacore.com>
3824
3825 * gdb.ada/mi_string_access.exp: New testcase.
3826 * gdb.ada/mi_string_access/bar.adb: New file.
3827 * gdb.ada/mi_string_access/pck.adb: New file.
3828 * gdb.ada/mi_string_access/pck.asd: New file.
3829
3830 2018-09-10 Xavier Roirand <roirand@adacore.com>
3831
3832 * gdb.ada/mi_var_union.exp: New testcase.
3833 * gdb.ada/mi_var_union/bar.adb: New file.
3834 * gdb.ada/mi_var_union/pck.adb: New file.
3835 * gdb.ada/mi_var_union/pck.asd: New file.
3836
3837 2018-09-08 Tom Tromey <tom@tromey.com>
3838
3839 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3840
3841 2018-09-08 Tom Tromey <tom@tromey.com>
3842
3843 PR python/16047:
3844 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3845 (register_pretty_printers): Register new printer.
3846 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3847 test.
3848 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3849 (an_int_type3): New global.
3850
3851 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3852
3853 * gdb.ada/expr_with_funcall: New testcase.
3854
3855 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3856
3857 * gdb.ada/packed_array_assign: New testcase.
3858
3859 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3860
3861 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3862 names, and add test prefixes to make test names unique.
3863
3864 2018-09-05 Tom de Vries <tdevries@suse.de>
3865
3866 * gdb.dwarf2/varval.exp: Add test.
3867
3868 2018-09-04 Gary Benson <gbenson@redhat.com>
3869
3870 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3871 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3872
3873 2018-08-31 Tom Tromey <tom@tromey.com>
3874
3875 * gdb.rust/simple.rs: Rename second variable "v".
3876
3877 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * gdb.base/funcargs.c (use_a): New function.
3880 (recurse): Call use_a.
3881
3882 2018-08-29 Keith Seitz <keiths@redhat.com>
3883
3884 * gdb.compile/compile-cplus-anonymous.cc: New file.
3885 * gdb.compile/compile-cplus-anonymous.exp: New file.
3886 * gdb.compile/compile-cplus-array-decay.cc: New file.
3887 * gdb.compile/compile-cplus-array-decay.exp: New file.
3888 * gdb.compile/compile-cplus-inherit.cc: New file.
3889 * gdb.compile/compile-cplus-inherit.exp: New file.
3890 * gdb.compile/compile-cplus-member.cc: New file.
3891 * gdb.compile/compile-cplus-member.exp: New file.
3892 * gdb.compile/compile-cplus-method.cc: New file.
3893 * gdb.compile/compile-cplus-method.exp: New file.
3894 * gdb.compile/compile-cplus-mod.c: "New" file.
3895 * gdb.compile/compile-cplus-namespace.cc: New file.
3896 * gdb.compile/compile-cplus-namespace.exp: New file.
3897 * gdb.compile/compile-cplus-nested.cc: New file.
3898 * gdb.compile/compile-cplus-nested.exp: New file.
3899 * gdb.compile/compile-cplus-print.c: "New" file.
3900 * gdb.compile/compile-cplus-print.exp: "New" file.
3901 * gdb.compile/compile-cplus-virtual.cc: New file.
3902 * gdb.compile/compile-cplus-virtual.exp: New file.
3903 * gdb.compile/compile-cplus.c: "New" file.
3904 * gdb.compile/compile-cplus.exp: "New" file.
3905 * lib/compile-support.exp: New file.
3906
3907 2018-08-16 Gary Benson <gbenson@redhat.com>
3908
3909 PR gdb/13000:
3910 * gdb.base/batch-exit-status.exp: New file.
3911 * gdb.base/batch-exit-status.good-commands: Likewise.
3912 * gdb.base/batch-exit-status.bad-commands: Likewise.
3913
3914 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3915
3916 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3917 (struct struct02): Likewise.
3918 (struct struct03): Likewise.
3919 (struct struct04): Likewise.
3920 (struct struct_01_01): New struct.
3921 (struct struct_01_02): Likewise.
3922 (struct struct_01_03): Likewise.
3923 (struct struct_01_04): Likewise.
3924 (struct struct_02_01): Likewise.
3925 (struct struct_02_02): Likewise.
3926 (struct struct_02_03): Likewise.
3927 (struct struct_02_04): Likewise.
3928 (struct struct_04_01): Likewise.
3929 (struct struct_04_02): Likewise.
3930 (struct struct_04_03): Likewise.
3931 (struct struct_04_04): Likewise.
3932 (struct struct_05_01): Likewise.
3933 (struct struct_05_02): Likewise.
3934 (struct struct_05_03): Likewise.
3935 (struct struct_05_04): Likewise.
3936 (cmp_struct01): Remove function.
3937 (cmp_struct02): Likewise.
3938 (cmp_struct03): Likewise.
3939 (cmp_struct04): Likewise.
3940 (cmp_struct_01_01): Add Function.
3941 (cmp_struct_01_02): Likewise.
3942 (cmp_struct_01_03): Likewise.
3943 (cmp_struct_01_04): Likewise.
3944 (cmp_struct_02_01): Likewise.
3945 (cmp_struct_02_02): Likewise.
3946 (cmp_struct_02_03): Likewise.
3947 (cmp_struct_02_04): Likewise.
3948 (cmp_struct_04_01): Likewise.
3949 (cmp_struct_04_02): Likewise.
3950 (cmp_struct_04_03): Likewise.
3951 (cmp_struct_04_04): Likewise.
3952 (cmp_struct_05_01): Likewise.
3953 (cmp_struct_05_02): Likewise.
3954 (cmp_struct_05_03): Likewise.
3955 (cmp_struct_05_04): Likewise.
3956 (call_all): Add new structs.
3957 * gdb.base/infcall-nested-structs.exp: Likewise.
3958
3959 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3960
3961 * gdb.python/py-framefilter-mi.exp: Update regexp to
3962 check for "arch" field in frame output.
3963
3964 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3965
3966 * gdb.dwarf2/dw2-ranges-func.c: New file.
3967 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3968
3969 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3970
3971 * gdb.base/term.exp: Compare terminal settings with values from
3972 the inferior.
3973 * gdb.base/term.c: Get and set terminal settings.
3974
3975 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3976
3977 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3978 accommodate new "arch" field in frame output.
3979 * gdb.mi/mi-return.exp: Likewise.
3980 * gdb.mi/mi-stack.exp: Likewise.
3981 * gdb.mi/mi-syn-frame.exp: Likewise.
3982 * gdb.mi/user-selected-context-sync.exp: Likewise.
3983
3984 2018-08-19 Michael Spang <spang@google.com>
3985
3986 PR gdb/11786
3987 * gdb.base/gcore-tls-pie.c: New file.
3988 * gdb.base/gcore-tls-pie.exp: New file.
3989
3990 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3991
3992 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3993 * gdb.dwarf2/varval.c: New file.
3994 * gdb.dwarf2/varval.exp: New file.
3995
3996 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3997
3998 PR gdb/18931
3999 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4000
4001 2018-08-16 Keith Seitz <keiths@redhat.com>
4002
4003 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4004 tests expected to pass.
4005
4006 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4007
4008 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4009 -data-disassemble -a.
4010 (test_disassembly_bogus_args): Likewise.
4011
4012 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4013
4014 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4015
4016 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4017
4018 * gdb.base/vla-optimized-out.exp: Add new test.
4019
4020 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.base/vla-optimized-out-o3.exp: Delete.
4023 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4024 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4025 deleted tests.
4026
4027 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4028
4029 PR gdb/18050:
4030 * gdb.server/extended-remote-restart.c: New file.
4031 * gdb.server/extended-remote-restart.exp: New file.
4032
4033 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4034
4035 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4036 "set variable index = 42".
4037
4038 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4039
4040 * boards/index-cache-gdb.exp: New file.
4041 * gdb.dwarf2/index-cache.exp: New file.
4042 * gdb.dwarf2/index-cache.c: New file.
4043 * gdb.base/maint.exp: Check if we are using the index cache.
4044
4045 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4046
4047 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4048 MAKEFLAGS.
4049
4050 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4051
4052 * dg-extract-results.sh: Move to toplevel contrib.
4053 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4054 * Makefile.in (check-parallel-racy): Likewise.
4055
4056 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4057
4058 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4059 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4060 tests if the target supports scheduler locking.
4061
4062 2018-08-04 Tom de Vries <tdevries@suse.de>
4063
4064 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4065
4066 2018-08-02 Tom Tromey <tom@tromey.com>
4067
4068 PR symtab/16842.
4069 * gdb.cp/temargs.exp: Test "info address" of a template
4070 parameter.
4071
4072 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4073
4074 * gdb.python/py-mi-var-info-path-expression.c: New file.
4075 * gdb.python/py-mi-var-info-path-expression.py: New file.
4076 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4077
4078 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4079
4080 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4081 error after "cannot resolve name" string.
4082
4083 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4086 started.
4087 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4088
4089 2018-07-28 Tom de Vries <tdevries@suse.de>
4090
4091 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4092
4093 2018-07-26 Tom de Vries <tdevries@suse.de>
4094
4095 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4096
4097 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4098
4099 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4100 is visible.
4101
4102 2018-07-26 Tom de Vries <tdevries@suse.de>
4103
4104 PR breakpoints/23366
4105 * gdb.base/catch-follow-exec.c: New test.
4106 * gdb.base/catch-follow-exec.exp: New file.
4107
4108 2018-07-25 Tom de Vries <tdevries@suse.de>
4109
4110 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4111 vla-optimized-out.c.
4112
4113 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4114
4115 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4116 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4117
4118 2018-07-20 Tom de Vries <tdevries@suse.de>
4119
4120 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4121 NOCLONE macro.
4122 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4123
4124 2018-07-19 Tom de Vries <tdevries@suse.de>
4125
4126 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4127 regular expression.
4128
4129 2018-07-18 Tom de Vries <tdevries@suse.de>
4130
4131 * gdb.base/vla-optimized-out.c: New test.
4132 * gdb.base/vla-optimized-out.exp: New file.
4133
4134 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4135
4136 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4137 message "No address associated with hostname" when gdbserver
4138 cannot resolve the hostname.
4139
4140 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4141
4142 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4143 Add some test prefixes to make tests unique.
4144
4145 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4146
4147 * gdb.base/frameapply.c: New file.
4148 * gdb.base/frameapply.exp: New file.
4149
4150 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4151
4152 * gdb.base/skip.exp: Update expected error message.
4153
4154 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4155 Jan Kratochvil <jan.kratochvil@redhat.com>
4156 Paul Fertser <fercerpav@gmail.com>
4157 Tsutomu Seki <sekiriki@gmail.com>
4158
4159 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4160 parameter.
4161 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4162 by default.
4163 * boards/native-gdbserver.exp: Likewise.
4164 * gdb.server/run-without-local-binary.exp: Improve regexp used
4165 for detecting when a remote debugging connection succeeds.
4166 * gdb.server/server-connect.exp: New file.
4167 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4168 Do not prefix the port number with ":".
4169 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4170 support for detecting and using it. Add '$debughost_gdbserver'
4171 to the list of arguments used to start gdbserver. Handle case
4172 when gdbserver cannot resolve a network name.
4173
4174 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4175
4176 PR c++/23373
4177 * gdb.base/ptype-offsets.cc (struct static_member): New
4178 struct.
4179 (main) <stmember>: New variable.
4180 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4181 with a static member in it.
4182
4183 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4186 watchpoints enabled and disabled.
4187
4188 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * gdb.base/examine-backward.exp: Still run tests around address
4191 0x0, even if address 0x0 is not readable. Update the pattern for
4192 matching address 0x0 in expected output.
4193
4194 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4195
4196 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4197 malloc/free.
4198
4199 2018-07-04 Tom de Vries <tdevries@suse.de>
4200
4201 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4202
4203 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4204
4205 PR tdep/8282
4206 * gdb.arch/mips-disassembler-options.exp: New test.
4207 * gdb.arch/mips-disassembler-options.s: New test source.
4208
4209 2018-06-29 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.threads/names.exp: Adjust expected "info threads" output.
4212
4213 2018-06-29 Pedro Alves <palves@redhat.com>
4214
4215 * gdb.opt/inline-break.exp (line number, address): Add "info
4216 break" tests.
4217
4218 2018-06-29 Pedro Alves <palves@redhat.com>
4219
4220 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4221 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4222 number and address and running to them.
4223
4224 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4225
4226 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4227
4228 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4229
4230 * lib/compiler.c: Remove executable permission flag.
4231
4232 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4233
4234 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4235 code.
4236 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4237
4238 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4239
4240 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4241
4242 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4243
4244 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4245 address argument is omitted.
4246
4247 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4248
4249 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4250
4251 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4252
4253 PR gdb/21695
4254 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4255 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4256
4257 2018-06-26 Tom Tromey <tom@tromey.com>
4258
4259 PR rust/22574:
4260 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4261 * gdb.rust/simple.rs (struct SimpleLayout): New.
4262
4263 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4264
4265 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4266 "info registers" output.
4267
4268 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4269
4270 * gdb.base/watchpoint-hw-attach.c: New test.
4271 * gdb.base/watchpoint-hw-attach.exp: New file.
4272
4273 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4274
4275 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4276 through /bin/sh.
4277 * boards/dwarf4-gdb-index.exp: Likewise.
4278 * boards/fission-dwp.exp: Likewise.
4279
4280 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4281
4282 * gdb.base/float128.exp: Add comment and improved fail message
4283 to the failure case of "print large128" test.
4284
4285 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4286
4287 * configure.ac: Remove AC_PREREQ.
4288 * configure: Re-generate.
4289
4290 2018-06-19 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4293 (func_extern_caller): New.
4294 (main): Call func_extern_caller.
4295 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4296 logic change.
4297
4298 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4299
4300 PR gdb/16841
4301 * gdb.cp/typedef-base.cc: New file.
4302 * gdb.cp/typedef-base.exp: New file.
4303
4304 2018-06-18 Tom de Vries <tdevries@suse.de>
4305
4306 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4307
4308 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4309 Richard Bunt <Richard.Bunt@arm.com>
4310
4311 * gdb.threads/attach-slow-waitpid.c: New file.
4312 * gdb.threads/attach-slow-waitpid.exp: New file.
4313 * gdb.threads/slow-waitpid.c: New file.
4314
4315 2018-06-14 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.base/fork-running-state.c: Include <errno.h>.
4318 (exit_if_relative_exits): New.
4319 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4320 exits.
4321 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4322 child exits.
4323
4324 2018-06-14 Tom de Vries <tdevries@suse.de>
4325
4326 PR cli/22573
4327 * gdb.base/finish-pretty.c: New test.
4328 * gdb.base/finish-pretty.exp: New file.
4329
4330 2018-06-14 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4333 gdb's expected startup output.
4334
4335 2018-06-14 Pedro Alves <palves@redhat.com>
4336
4337 * lib/selftest-support.exp (selftest_setup): Remove inlined
4338 function handling.
4339
4340 2018-06-14 Tom de Vries <tdevries@suse.de>
4341
4342 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4343 matching of breakpoint printing.
4344
4345 2018-06-13 Tom de Vries <tdevries@suse.de>
4346
4347 PR testsuite/23269
4348 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4349 (fork_child): ... here, and ...
4350 (fork_parent): ... here.
4351
4352 2018-06-12 Tom de Vries <tdevries@suse.de>
4353
4354 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4355
4356 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4357 Stephen Roberts <stephen.roberts@arm.com>
4358
4359 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4360 rewrite test to describe action performed, rather than possible
4361 failure.
4362
4363 2018-06-08 Gary Benson <gbenson@redhat.com>
4364
4365 * gdb.threads/check-libthread-db.exp: New file.
4366 * gdb.threads/check-libthread-db.c: Likewise.
4367
4368 2018-06-05 Tom Tromey <tom@tromey.com>
4369
4370 * gdb.base/default.exp: Update expected "show version" output.
4371
4372 2018-06-05 Tom Tromey <tom@tromey.com>
4373
4374 PR cli/12326:
4375 * gdb.cp/static-print-quit.exp: Update.
4376 * lib/gdb.exp (pagination_prompt): Update.
4377 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4378 * gdb.python/python.exp: Update.
4379
4380 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4381
4382 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4383
4384 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4385
4386 * gdb.ada/bp_fun_addr: New testcase.
4387
4388 2018-06-01 Tom Tromey <tom@tromey.com>
4389
4390 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4391 results.
4392 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4393 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4394 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4395 * gdb.base/maint.exp (maint_pass_if): Update.
4396
4397 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4398
4399 * gdb.base/endian.exp: New test.
4400 * gdb.base/endian.c: New test source.
4401
4402 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4403
4404 PR gdb/23203
4405 * gdb.base/bt-selected-frame.c: New file.
4406 * gdb.base/bt-selected-frame.exp: New file.
4407 * lib/gdb.exp (get_current_frame_number): New function.
4408
4409 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4410 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.threads/tls-core.c: Include <stdlib.h>
4413 (thread_proc): Call `abort'.
4414 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4415 (tls_core_test): New procedure, bits factored out from ...
4416 (top level): ... here. Test both native cores and gcore cores.
4417
4418 2018-05-23 Tom Tromey <tom@tromey.com>
4419
4420 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4421
4422 2018-05-23 Tom Tromey <tom@tromey.com>
4423
4424 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4425 symfile_complaints.
4426 (test_short_complaints): Likewise.
4427 (test_empty_complaints): Likewise.
4428 (test_initial_complaints): Update.
4429
4430 2018-05-23 Tom Tromey <tom@tromey.com>
4431
4432 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4433
4434 2018-05-23 Tom Tromey <tom@tromey.com>
4435
4436 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4437 (test_short_complaints): Update.
4438
4439 2018-05-22 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.base/remote.exp: Only gdb_start after compiling the
4442 testcase. Issue "disconnect" before testing "set remote" command
4443 defaults. Issue clean_restart before running to main.
4444
4445 2018-05-22 Pedro Alves <palves@redhat.com>
4446
4447 * gdb.base/remote.exp: Adjust expected output of "show remote
4448 memory-write-packet-size". Add tests for "set remote
4449 memory-write-packet-size 0" and "set remote
4450 memory-write-packet-size fixed/limit".
4451
4452 2018-05-22 Pedro Alves <palves@redhat.com>
4453
4454 PR gdb/22973
4455 * gdb.base/utf8-identifiers.c: New file.
4456 * gdb.base/utf8-identifiers.exp: New file.
4457
4458 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4459
4460 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4461
4462 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4463
4464 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4465
4466 2018-05-18 Tom Tromey <tom@tromey.com>
4467
4468 * gdb.base/ptype-offsets.exp: Update.
4469
4470 2018-05-17 Keith Seitz <keiths@redhat.com>
4471
4472 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4473 in expected breakpoint stop locations.
4474 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4475 move to proper scope to test variable values.
4476 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4477 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4478 New functions.
4479 (main): Call not_inline_func3.
4480 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4481 inline_func1, inline_func2, and inline_func3. Test that when each
4482 breakpoint is hit, GDB properly reports both the stop location
4483 and the backtrace. Repeat tests for temporary breakpoints.
4484
4485 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4486
4487 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4488 rather then trying to access it in determining whether the PID
4489 of `gdbserver' could have been retrieved.
4490
4491 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4492
4493 * gdb.arch/amd64-init-x87-values.S: New file.
4494 * gdb.arch/amd64-init-x87-values.exp: New file.
4495
4496 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4499
4500 2018-05-04 Tom Tromey <tom@tromey.com>
4501
4502 PR python/22730:
4503 * gdb.python/python.exp: Test multi-line execute.
4504
4505 2018-05-04 Tom Tromey <tom@tromey.com>
4506
4507 PR python/22731:
4508 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4509
4510 2018-05-04 Tom Tromey <tom@tromey.com>
4511
4512 PR gdb/11750:
4513 * gdb.base/define.exp: Test defining a user command inside a user
4514 command.
4515 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4516
4517 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4518 Pedro Alves <palves@redhat.com>
4519
4520 PR breakpoints/19806 and support for PR external/20207.
4521 * gdb.base/watchpoint-unaligned.c: New file.
4522 * gdb.base/watchpoint-unaligned.exp: New file.
4523
4524 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4525
4526 * gdb.base/maint.exp: Make test names unique, use
4527 test_prefix_command_help to test 'help maint info', and remove
4528 repeated test of 'help maint'.
4529
4530 2018-05-04 Tom Tromey <tom@tromey.com>
4531
4532 PR gdb/22619:
4533 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4534 behavior.
4535
4536 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4537
4538 * gdb.base/maint.exp: Process output from 'maint print registers'
4539 line at a time.
4540
4541 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4542
4543 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4544 timeout.
4545
4546 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4547
4548 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4549 filter pattern.
4550
4551 2018-05-02 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4554 to_log_command renames.
4555 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4556
4557 2018-05-02 Tom Tromey <tom@tromey.com>
4558
4559 * gdb.python/py-parameter.exp: Set test message.
4560
4561 2018-05-02 Tom Tromey <tom@tromey.com>
4562
4563 PR python/20084:
4564 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4565 PARAM_ZUINTEGER_UNLIMITED tests.
4566
4567 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4568
4569 PR rust/23124
4570 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4571 when casting.
4572
4573 2018-04-30 Tom Tromey <tom@tromey.com>
4574
4575 * gdb.python/py-type.exp: Check align attribute.
4576 * gdb.python/py-type.c: New "aligncheck" global.
4577
4578 2018-04-30 Tom Tromey <tom@tromey.com>
4579
4580 PR exp/17095:
4581 * gdb.dwarf2/dw2-align.exp: New file.
4582 * gdb.cp/align.exp: New file.
4583 * gdb.base/align.exp: New file.
4584 * lib/gdb.exp (gdb_int128_helper): New proc.
4585 (has_int128_c, has_int128_cxx): New caching procs.
4586
4587 2018-04-27 Tom Tromey <tom@tromey.com>
4588
4589 PR rust/22545:
4590 * gdb.rust/simple.exp: Add inclusive range tests.
4591
4592 2018-04-26 Pedro Alves <palves@redhat.com>
4593
4594 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4595 ifunc breakpoint locations correctly of ifunc breakpoints set
4596 while the program resolves the ifunc.
4597
4598 2018-04-26 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/gnu-ifunc-final.c: New file.
4601 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4602 * gdb.base/gnu-ifunc.exp (executable): Delete.
4603 (staticexecutable): Adjust.
4604 (lib_opts, exec_opts): Delete.
4605 (make_binsuffix, build, set-break): New procedures.
4606 (misc_tests): New, with tests factored out from the top level.
4607 (top level): Test different combinations of ifunc resolver name,
4608 resolver with and with debug info, and ifunc target with and
4609 without debug info. Wrap static tests with with_target_prefix.
4610
4611 2018-04-26 Pedro Alves <palves@redhat.com>
4612
4613 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4614 return type" warnings.
4615
4616 2018-04-25 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4619 killed".
4620 * gdb.base/kill-after-signal.exp: Likewise.
4621 * gdb.threads/kill.exp: Likewise.
4622
4623 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4624 Sergio Durigan Junior <sergiodj@redhat.com>
4625 Pedro Alves <palves@redhat.com>
4626
4627 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4628 regexps to expect for '[Inferior ... detached]' as well.
4629 * gdb.base/attach.exp: Likewise.
4630 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4631 "gdb_continue_to_end".
4632 (test_catch_syscall_with_wrong_args): Likewise.
4633 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4634 ']'. Don't set 'verbose' on.
4635 * gdb.base/foll-vfork.exp: Likewise.
4636 * gdb.base/fork-print-inferior-events.c: New file.
4637 * gdb.base/fork-print-inferior-events.exp: New file.
4638 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4639 '[Inferior ... has been killed]' message.
4640 * gdb.base/kill-after-signal.exp: Likewise.
4641 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4642 detach message.
4643 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4644 message.
4645 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4646 regexps to expect for '[Inferior ... detached]' as well.
4647 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4648
4649 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4650
4651 PR gdb/23104
4652 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4653
4654 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4655
4656 PR gdb/23095
4657 * gdb.base/break-probes.exp: Pass shlib_load to
4658 prepare_for_testing. Set normal_bp to r_debug_state if target is
4659 bsd.
4660
4661 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4662
4663 * gdb.threads/multiple-successive-infcall.c: New test.
4664 * gdb.threads/multiple-successive-infcall.exp: New file.
4665
4666 2018-04-17 Tom Tromey <tom@tromey.com>
4667
4668 * gdb.rust/simple.rs (Union): New type.
4669 (main): New local "u".
4670 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4671
4672 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4673
4674 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4675 number information in output of "whereis" command.
4676 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4677
4678 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4679
4680 * gdb.ada/info_types.exp: Adjust expected output to the line
4681 numbers now printed by "info var/func/type".
4682 * gdb.base/completion.exp: Likewise.
4683 * gdb.base/included.exp: Likewise.
4684 * gdb.cp/cp-relocate.exp: Likewise.
4685 * gdb.cp/cplusfuncs.exp: Likewise.
4686 * gdb.cp/namespace.exp: Likewise.
4687 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4688
4689 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4690
4691 * gdb.btrace/cpu.exp: New.
4692
4693 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4694
4695 * gdb.base/step-indirect-call-thunk.exp: New.
4696 * gdb.base/step-indirect-call-thunk.c: New.
4697 * gdb.reverse/step-indirect-call-thunk.exp: New.
4698 * gdb.reverse/step-indirect-call-thunk.c: New.
4699
4700 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4701
4702 * gdb.base/pie-fork.c: New file.
4703 * gdb.base/pie-fork.exp: New file.
4704
4705 2018-04-11 Tom Tromey <tom@tromey.com>
4706
4707 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4708
4709 2018-04-10 Pedro Alves <palves@redhat.com>
4710
4711 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4712 exits. Instead loop running forever.
4713 (fork_parent): Run forever too.
4714
4715 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4716
4717 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4718 mi_continue_to_line.
4719 * gdb.mi/mi-stack.c (callee4): Add comment.
4720
4721 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4722
4723 * gdb.mi/mi-stack.exp: Fix indentation.
4724
4725 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4726
4727 PR gdb/22979
4728 * gdb.arch/amd64-osabi.exp: New file.
4729
4730 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4731
4732 PR gdb/22980
4733 * gdb.base/osabi.exp: New file.
4734
4735 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4736
4737 * gdb.cp/static-typedef-print.exp: New file.
4738 * gdb.cp/static-typedef-print.cc: New file.
4739
4740 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4741
4742 * gdb.ada/varsize_limit: New testcase.
4743
4744 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4745
4746 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4747
4748 * gdb.ada/notcplusplus: New testcase.
4749
4750 * gdb.base/c-linkage-name.c: New file.
4751 * gdb.base/c-linkage-name.exp: New testcase.
4752
4753 2018-03-26 Tom Tromey <tom@tromey.com>
4754
4755 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4756 * gdb.python/py-framefilter.py (name_error): New global.
4757 (ErrorInName.function): Use name_error.
4758
4759 2018-03-26 Tom Tromey <tom@tromey.com>
4760
4761 PR backtrace/15582:
4762 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4763
4764 2018-03-23 Keith Seitz <keiths@redhat.com>
4765
4766 PR c++/22968
4767 * gdb.cp/subtypes.exp: New file.
4768 * gdb.cp/subtypes.h: New file.
4769 * gdb.cp/subtypes.cc: New file.
4770 * gdb.cp/subtypes-2.cc: New file.
4771
4772 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4773
4774 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4775 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4776 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4777 -nostartfiles when compiling the test. Confirm that all registers
4778 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4779
4780 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4781
4782 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4783 option, syntax was wrong anyway.
4784 * gdb.arch/arm-disp-step.exp: Likewise.
4785 * gdb.arch/sparc64-regs.exp: Likewise.
4786 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4787 option, syntax was wrong anyway, switch to use
4788 prepare_for_testing.
4789 * gdb.arch/i386-disp-step.exp: Likewise.
4790
4791 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4792
4793 * gdb.ada/exec_changed.exp: Replace "target_info exists
4794 use_gdb_stub" by "use_gdb_stub".
4795 * gdb.ada/start.exp: Likewise.
4796 * gdb.base/async-shell.exp: Likewise.
4797 * gdb.base/attach-pie-misread.exp: Likewise.
4798 * gdb.base/attach-wait-input.exp: Likewise.
4799 * gdb.base/break-entry.exp: Likewise.
4800 * gdb.base/break-interp.exp: Likewise.
4801 * gdb.base/dprintf-detach.exp: Likewise.
4802 * gdb.base/nostdlib.exp: Likewise.
4803 * gdb.base/solib-nodir.exp: Likewise.
4804 * gdb.base/statistics.exp: Likewise.
4805 * gdb.base/testenv.exp: Likewise.
4806 * gdb.mi/mi-exec-run.exp: Likewise.
4807 * gdb.mi/mi-start.exp: Likewise.
4808 * gdb.multi/dummy-frame-restore.exp: Likewise.
4809 * gdb.multi/multi-arch-exec.exp: Likewise.
4810 * gdb.multi/multi-arch.exp: Likewise.
4811 * gdb.multi/tids.exp: Likewise.
4812 * gdb.multi/watchpoint-multi.exp: Likewise.
4813 * gdb.python/py-events.exp: Likewise.
4814 * gdb.threads/attach-into-signal.exp: Likewise.
4815 * gdb.threads/attach-stopped.exp: Likewise.
4816 * gdb.threads/threadapply.exp: Likewise.
4817 * lib/selftest-support.exp: Likewise.
4818
4819 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4820
4821 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4822
4823 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4824
4825 * gdb.perf/template-breakpoints.cc: New file.
4826 * gdb.perf/template-breakpoints.exp: New file.
4827 * gdb.perf/template-breakpoints.py: New file.
4828
4829 2018-03-19 Tom Tromey <tom@tromey.com>
4830
4831 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4832 y0.
4833 * gdb.rust/simple.exp: Test bare identifier form of struct
4834 initializer.
4835
4836 2018-03-19 Tom Tromey <tom@tromey.com>
4837
4838 * gdb.gdb/observer.exp: Remove.
4839
4840 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4841
4842 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4843 "qualified" option when setting breakpoints.
4844 * gdb.trace/backtrace.exp: Likewise.
4845 * gdb.trace/circ.exp: Likewise.
4846 * gdb.trace/collection.exp: Likewise.
4847 * gdb.trace/disconnected-tracing.exp: Likewise.
4848 * gdb.trace/ftrace-lock.exp: Likewise.
4849 * gdb.trace/ftrace.exp: Likewise.
4850 * gdb.trace/infotrace.exp: Likewise.
4851 * gdb.trace/packetlen.exp: Likewise.
4852 * gdb.trace/passc-dyn.exp: Likewise.
4853 * gdb.trace/qtro.exp: Likewise.
4854 * gdb.trace/read-memory.exp: Likewise.
4855 * gdb.trace/report.exp: Likewise.
4856 * gdb.trace/signal.exp: Likewise.
4857 * gdb.trace/status-stop.exp: Likewise.
4858 * gdb.trace/strace.exp: Likewise.
4859 * gdb.trace/tfind.exp: Likewise.
4860 * gdb.trace/trace-break.exp: Likewise.
4861 * gdb.trace/trace-condition.exp: Likewise.
4862 * gdb.trace/trace-mt.exp: Likewise.
4863 * gdb.trace/tstatus.exp: Likewise.
4864 * gdb.trace/tsv.exp: Likewise.
4865 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4866 * gdb.trace/unavailable.exp: Likewise.
4867 * gdb.trace/while-dyn.exp: Likewise.
4868
4869 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4870
4871 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4872 that libinproctrace is copied to the target.
4873
4874 2018-03-14 Tom Tromey <tom@tromey.com>
4875
4876 PR cli/14977:
4877 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4878 a null pointer.
4879 * gdb.base/wchar.exp: Likewise.
4880
4881 2018-03-14 Tom Tromey <tom@tromey.com>
4882
4883 PR cli/19918:
4884 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4885 flag.
4886
4887 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4888
4889 PR gdb/22841
4890 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4891 "target" to remote_exec.
4892
4893 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4894
4895 PR gdb/22841
4896 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4897 ${board}_upload): Remove.
4898
4899 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4900
4901 * gdb.cp/watch-cp.cc: New test.
4902 * gdb.cp/watch-cp.exp: New file.
4903
4904 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4905
4906 * gdb.base/infcall-nested-structs.exp: New file.
4907 * gdb.base/infcall-nested-structs.c: New file.
4908 * gdb.base/float.exp: Add riscv support.
4909
4910 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4911
4912 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4913 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4914
4915 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4916
4917 * gdb.server/abspath.exp: New file.
4918 * lib/gdb.exp (with_cwd): New procedure.
4919
4920 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4921
4922 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4923 use it.
4924 (gdb_is_target_remote_prompt): New proc.
4925 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4926 (gdb_is_target_native): Pass prompt parameter to
4927 gdb_is_target_1.
4928
4929 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4930
4931 * gdb.base/load-command.c: New file.
4932 * gdb.base/load-command.exp: New file.
4933 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4934 (gdb_is_target_1): ...this, and generalize for other targets
4935 than just remote.
4936 (gdb_is_target_remote): Use gdb_is_target_1.
4937 (gdb_is_target_native): use gdb_is_target_1.
4938
4939 2018-02-26 Tom Tromey <tom@tromey.com>
4940
4941 PR python/16497:
4942 * gdb.python/py-framefilter.exp: Update test.
4943
4944 2018-02-26 Tom Tromey <tom@tromey.com>
4945
4946 * gdb.dwarf2/variant.c: New file.
4947 * gdb.dwarf2/variant.exp: New file.
4948
4949 2018-02-26 Tom Tromey <tom@tromey.com>
4950
4951 * gdb.rust/simple.exp: Accept more possible results in enum test.
4952
4953 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4954
4955 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4956 parentheses.
4957
4958 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4959
4960 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4961 name of a variable: $actual_linejj -> $actual_line.
4962
4963 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4964
4965 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4966
4967 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4968
4969 * gdb.btrace/buffer-size.exp: Do not force BTS.
4970
4971 2018-02-14 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4974 getting a "Quit".
4975
4976 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4977
4978 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4979 Fix test name.
4980
4981 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4982
4983 * gdb.cp/m-static.exp: Check type of optimized out static
4984 member.
4985
4986 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4987
4988 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4989 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4990
4991 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4992 Leszek Swirski <leszeks@google.com>
4993
4994 * gdb.python/py-prettyprint.c
4995 (struct to_string_returns_value_inner,
4996 struct to_string_returns_value_wrapper): New.
4997 (main): Add tsrvw variable.
4998 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4999 ToStringReturnsValueWrapper): New classes.
5000 (register_pretty_printers): Register new pretty-printers.
5001 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5002 recursive pretty printer.
5003 * gdb.python/py-mi.exp: Likewise.
5004
5005 2018-02-01 Leszek Swirski <leszeks@google.com>
5006
5007 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5008 functions with the same name as an include file are parsed
5009 correctly.
5010
5011 2018-02-01 Yao Qi <yao.qi@linaro.org>
5012
5013 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5014 "\[^\r\n\]*".
5015
5016 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5017
5018 * gdb.arch/powerpc-prologue-frame.s: New file.
5019 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5020 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5021
5022 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5023
5024 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5025
5026 2018-01-30 Pedro Alves <palves@redhat.com>
5027
5028 PR gdb/13211
5029 * gdb.base/interrupt-daemon.c: New.
5030 * gdb.base/interrupt-daemon.exp: New.
5031 * gdb.multi/multi-term-settings.c: New.
5032 * gdb.multi/multi-term-settings.exp: New.
5033
5034 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5035
5036 * gdb.base/break.exp: Save the location where the breakpoint
5037 on break.c:47 was actually inserted when debugging the version
5038 compiled at -O2 and use it in the expected output of the "info
5039 break" test performed soon after.
5040
5041 2018-01-22 Pedro Alves <palves@redhat.com>
5042 Sergio Durigan Junior <sergiodj@redhat.com>
5043
5044 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5045 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5046
5047 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5048
5049 * gdb.base/break-include.c, gdb.base/break-include.inc,
5050 gdb.base/break-include.exp: New files.
5051 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5052 line number now being the actual line number where the breakpoint
5053 was inserted.
5054 * gdb.mi/mi-break.exp: Likewise.
5055 * gdb.mi/mi-reverse.exp: Likewise.
5056 * gdb.mi/mi-simplerun.exp: Ditto.
5057
5058 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5059
5060 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5061 varobj.
5062 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5063
5064 2018-01-21 Don Breazeal <donb@codesourcery.com>
5065 Andrew Burgess <andrew.burgess@embecosm.com>
5066
5067 * gdb.mi/basics.c: Add new global.
5068 * gdb.mi/mi-frame-regs.exp: New file.
5069 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5070 case.
5071
5072 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5073
5074 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5075 non-parameter, and on an unknown symbol.
5076
5077 2018-01-19 Tom Tromey <tom@tromey.com>
5078
5079 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5080 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5081
5082 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5083
5084 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5085 setrlimit and chdir to int.
5086
5087 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5088
5089 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5090 function.
5091 (my_tend): Likewise.
5092 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5093 rationale of avoiding FP- and vector instructions.
5094
5095 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5096
5097 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5098 "info reg" with "\[ \t\]*".
5099 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5100 "\[ \t\]+".
5101 * gdb.arch/s390-multiarch.exp: Ditto.
5102 * gdb.base/pc-fp.exp: Ditto.
5103 * gdb.reverse/i386-precsave.exp: Ditto.
5104 * gdb.reverse/i386-reverse.exp: Ditto.
5105 * gdb.reverse/i387-env-reverse.exp: Ditto.
5106 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5107
5108 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5109
5110 * lib/gdb.exp (gdb_compile): Re-enable use of
5111 universal_compile_options for languages other than Rust.
5112
5113 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5114
5115 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5116
5117 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5118
5119 PR gdb/16577
5120 * gdb.base/solib-vanish.exp: New.
5121 * gdb.base/solib-vanish-main.c: New.
5122 * gdb.base/solib-vanish-lib1.c: New.
5123 * gdb.base/solib-vanish-lib2.c: New.
5124
5125 2018-01-17 Yao Qi <yao.qi@linaro.org>
5126
5127 * gdb.compile/compile.exp: Match the address printed for
5128 frame in the output of command "bt".
5129
5130 2018-01-15 Tom Tromey <tom@tromey.com>
5131
5132 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5133 compute sp_reg.
5134
5135 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5136
5137 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5138 to prepare.
5139 (prepare): Return 0 on error, 1 on success.
5140
5141 2018-01-12 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/continue-after-aborted-step-over.c: New.
5144 * gdb.base/continue-after-aborted-step-over.exp: New.
5145
5146 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5147
5148 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5149 options when not creating an executable.
5150
5151 2018-01-11 Pedro Alves <palves@redhat.com>
5152
5153 PR remote/22597
5154 * gdb.server/stop-reply-no-thread.c: New file.
5155 * gdb.server/stop-reply-no-thread.exp: New file.
5156
5157 2018-01-10 Pedro Alves <palves@redhat.com>
5158
5159 PR gdb/22670
5160 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5161 functions too. Test setting breakpoints and printing C functions
5162 with no debug info too.
5163 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5164
5165 2018-01-10 Pedro Alves <palves@redhat.com>
5166
5167 PR gdb/22670
5168 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5169 a fail.
5170
5171 2018-01-10 Pedro Alves <palves@redhat.com>
5172
5173 PR gdb/22670
5174 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5175
5176 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5177
5178 * gdb.server/unittest.exp: Match the output in non-development
5179 mode.
5180
5181 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5182
5183 * gdb.gdb/unittest.exp: Match output in non-development mode.
5184
5185 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5186
5187 * gdb.ada/access_tagged_param.exp: Relax expected output
5188 for value of "ObjL" in "continue" to pck.inspect breakpoint
5189 test.
5190
5191 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5192
5193 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5194 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5195
5196 2018-01-05 Pedro Alves <palves@redhat.com>
5197
5198 PR gdb/18653
5199 * gdb.base/libsegfault.exp: New.
5200
5201 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5202
5203 PR gdb/22670
5204 * gdb.ada/access_tagged_param.exp: New file.
5205 * gdb.ada/access_tagged_param/foo.adb: New file.
5206
5207 2018-01-05 Pedro Alves <palves@redhat.com>
5208
5209 PR gdb/22670
5210 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5211 exercise lower case too, and to exercise both full matching and
5212 wild matching.
5213
5214 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5215
5216 * gdb.ada/rename_subscript_param: New testcase.
5217
5218 2018-01-05 Jerome Guitton <guitton@adacore.com>
5219
5220 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5221
5222 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5223
5224 * gdb.ada/convvar_comp: New testcase.
5225
5226 2018-01-05 Xavier Roirand <roirand@adacore.com>
5227
5228 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5229 (My_Table): New global variable.
5230 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5231
5232 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5233
5234 PR gdb/22670
5235 * gdb.ada/maint_with_ada: New testcase.
5236
5237 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5238
5239 PR gdb/22670
5240 * gdb.ada/bp_c_mixed_case: New testcase.
5241
5242 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5243
5244 PR gdb/22670
5245 * gdb.ada/complete.exp: Add "complete break ada" test.
5246
5247 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5248
5249 PR gdb/22670
5250 * gdb.ada/info_addr_mixed_case: New testcase.
5251
5252 2018-01-03 Xavier Roirand <roirand@adacore.com>
5253
5254 * gdb.ada/excep_handle.exp: New testcase.
5255 * gdb.ada/excep_handle/foo.adb: New file.
5256 * gdb.ada/excep_handle/pck.ads: New file.
5257
5258 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5259
5260 * gdb.base/step-line.c: Add extra empty line in copyright header.
5261 * gdb.base/step-line.inp: Likewise.
5262
5263 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5264
5265 * gdb.ada/dyn_stride.exp: Add slice test.
5266
5267 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5268
5269 * gdb.ada/dyn_stride: New testcase.
5270
5271 2017-12-27 Stafford Horne <shorne@gmail.com>
5272
5273 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5274 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5275
5276 2017-12-27 Stafford Horne <shorne@gmail.com>
5277
5278 * gdb.base/reggroups.c: New file.
5279 * gdb.base/reggroups.exp: New file.
5280
5281 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5282
5283 * gdb.dwarf2/ada-valprint-error.c: New file.
5284 * gdb.dwarf2/ada-valprint-error.exp: New file.
5285
5286 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5287
5288 * gdb.ada/assign_arr: New testcase.
5289
5290 2017-12-18 Xavier Roirand <roirand@adacore.com>
5291
5292 * gdb.ada/funcall_ptr: New testcase.
5293
5294 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5295
5296 PR cli/16224
5297 * gdb.base/ptype-offsets.cc: New file.
5298 * gdb.base/ptype-offsets.exp: New file.
5299
5300 2017-12-15 Yao Qi <yao.qi@linaro.org>
5301
5302 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5303 if XML is disabled.
5304
5305 2017-12-15 Xavier Roirand <roirand@adacore.com>
5306
5307 * gdb.ada/same_component_name: New testcase.
5308
5309 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5310
5311 * gdb.ada/str_binop_equal: New testcase.
5312
5313 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5314
5315 * gdb.ada/task_switch_in_core: New testcase.
5316
5317 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5318
5319 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5320 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5321 call test_bkpt_qualified.
5322 (test_bkpt_qualified): New proc.
5323
5324 2017-12-13 Pedro Alves <palves@redhat.com>
5325
5326 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5327 Tighten regexp by matching with an anchor.
5328
5329 2017-12-13 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5332 ("expression with namespace"): New set of tests.
5333 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5334 (Nested::Test_NS::qux): New.
5335 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5336 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5337
5338 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5339
5340 * gdb.base/server-del-break.c: New file.
5341 * gdb.base/server-del-break.exp: New file.
5342
5343 2017-12-12 Stafford Horne <shorne@gmail.com>
5344
5345 * gdb.xml/tdesc-regs.exp: Add or1k support.
5346
5347 2017-12-12 Stafford Horne <shorne@gmail.com>
5348
5349 * gdb.base/bp-permanent.c: Define nop of or1k.
5350
5351 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5352
5353 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5354 output with components being reordered.
5355
5356 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5357
5358 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5359 output with components being reordered.
5360
5361 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5362 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.base/maint.exp (check for .gdb_index): Check also for
5365 .debug_names.
5366 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5367 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5368 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5369 (.gdb_index used after symbol reloading): Support also .debug_names.
5370 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5371
5372 2017-12-08 Yao Qi <yao.qi@linaro.org>
5373
5374 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5375 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5376
5377 2017-12-08 Yao Qi <yao.qi@linaro.org>
5378
5379 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5380 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5381
5382 2017-12-08 Yao Qi <yao.qi@linaro.org>
5383
5384 * gdb.arch/aarch64-tagged-pointer.c: New file.
5385 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5386
5387 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5388
5389 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5390 "int".
5391
5392 2017-12-07 Keith Seitz <keiths@redhat.com>
5393
5394 PR breakpoints/22569
5395 * gdb.linespec/ls-errs.exp: Change expected result of "break
5396 -source this file has spaces.c -line 3".
5397 Check that an explicit source file followed by whitespace is
5398 identified as an invalid explicit location.
5399
5400 2017-12-07 Keith Seitz <keiths@redhat.com>
5401
5402 * gdb.cp/nested-types.cc: New file.
5403 * gdb.cp/nested-types.exp: New file.
5404 * lib/cp-support.exp: Load data-structures.exp library.
5405 (debug_cp_test_ptype_class): New global.
5406 (cp_ptype_class_verbose, next_line): New procedures.
5407 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5408 Add and document new return value.
5409 Switch the list of lines to a queue.
5410 Add support for new `type' key for nested type definitions.
5411 Add debugging/troubleshooting messages.
5412 * lib/data-structures.exp: New file.
5413
5414 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5415
5416 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5417 with proc_with_prefix, don't use with_test_prefix.
5418
5419 2017-12-07 Tom Tromey <tom@tromey.com>
5420
5421 * gdb.base/break.exp: Add test for empty "commands".
5422
5423 2017-12-07 Yao Qi <yao.qi@linaro.org>
5424
5425 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5426 malloc and catch syscall.
5427
5428 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5429
5430 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5431 tests for explicit locations.
5432
5433 2017-12-06 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5436 force-disabling XML descriptions.
5437
5438 2017-12-04 Pedro Alves <palves@redhat.com>
5439
5440 PR gdb/22499
5441 * gdb.arch/amd64-disp-step-avx.S: New file.
5442 * gdb.arch/amd64-disp-step-avx.exp: New file.
5443
5444 2017-12-03 Pedro Alves <palves@redhat.com>
5445
5446 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5447 and <string.h>.
5448 (parent_function): Print distinct messages when waitpid fails, or
5449 the child exits with a signal, or the child exits for an unhandled
5450 reason.
5451 * gdb.threads/process-dies-while-detaching.exp
5452 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5453 it. Wait for both inferior output and GDB's prompt. Use an
5454 indirect spawn id list.
5455 (do_detach): New parameter 'child_exit'. Use it to compute
5456 expected inferior output.
5457 (test_detach, test_detach_watch, test_detach_killed_outside):
5458 Adjust to pass down the expected child exit kind.
5459
5460 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5461 Sergio Durigan Junior <sergiodj@redhat.com>
5462 Pedro Alves <palves@redhat.com>
5463
5464 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5465
5466 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5467
5468 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5469 to 'symbol-file' and 'add-symbol-file' can be
5470 position-independent.
5471
5472 2017-12-01 Yao Qi <yao.qi@linaro.org>
5473
5474 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5475 the URL in copyright header.
5476 * gdb.arch/aarch64-fp.exp: Likewise.
5477 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5478 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5479 * gdb.base/expand-psymtabs.exp: Likewise.
5480 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5481 * gdb.fortran/common-block.exp: Likewise.
5482 * gdb.fortran/common-block.f90: Likewise.
5483 * gdb.fortran/logical.exp: Likewise.
5484 * gdb.fortran/vla-datatypes.f90: Likewise.
5485 * gdb.fortran/vla-sub.f90: Likewise.
5486
5487 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5488
5489 * gdb.ada/repeat_dyn: New testcase.
5490
5491 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5492
5493 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5494 Update for changed thread numbering.
5495 * gdb.cell/bt.exp: Update for changed GDB output.
5496
5497 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5498
5499 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5500 setting isremote by hand.
5501 * boards/dwarf4-gdb-index.exp: Likewise.
5502 * boards/fission.exp: Likewise.
5503 * boards/stabs.exp: Likewise.
5504
5505 2017-11-30 Pedro Alves <palves@redhat.com>
5506
5507 * gdb.linespec/cpls-ops.exp
5508 (check_explicit_skips_function_argument): Extract the underlying
5509 type of size_t instead of hardcoding it.
5510
5511 2017-11-29 Pedro Alves <palves@redhat.com>
5512
5513 PR c++/19436
5514 * gdb.linespec/cpls-abi-tag.cc: New file.
5515 * gdb.linespec/cpls-abi-tag.exp: New file.
5516
5517 2017-11-29 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.base/langs.exp: Use -qualified.
5520 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5521 it.
5522 * gdb.cp/namespace.exp: Use -qualified.
5523 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5524 (overload-3, template-overload, template-ret-type, const-overload)
5525 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5526 procedures.
5527 (test_driver): Call them.
5528 * gdb.cp/save-bp-qualified.cc: New.
5529 * gdb.cp/save-bp-qualified.exp: New.
5530 * gdb.linespec/explicit.exp: Test -qualified.
5531 * lib/completion-support.exp (completion::explicit_opts_list): Add
5532 "-qualified".
5533 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5534
5535 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5536
5537 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5538
5539 2017-11-29 Tom Tromey <tom@tromey.com>
5540
5541 * gdb.base/relocate.exp: Update invalid argument test.
5542 Add new tests for invalid arguments.
5543
5544 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5545
5546 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5547 Return 0 as a long.
5548 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5549
5550 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5551
5552 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5553 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5554 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5555 func ().
5556 * gdb.cp/shadow.cc (B.func): Return 0.
5557
5558 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5559
5560 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5561 expected output in gdb_expect call to allow the exception
5562 message to be present as well. Fix syntax confusion to avoid
5563 TCL thinking that exception_name is an array.
5564
5565 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5566
5567 * gdb.arch/spu-info.c: Include <unistd.h>.
5568 (do_signal_test): Fix broken calls to write.
5569 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5570 Fix checks for empty mailboxes. Update signal tests for corrected
5571 do_signal_test routine. Allow nonzero event status.
5572 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5573 * gdb.cell/arch.exp: Use standard_output_file.
5574 * gdb.cell/break.exp: Likewise.
5575 * gdb.cell/bt.exp: Likewise.
5576 * gdb.cell/core.exp: Likewise.
5577 * gdb.cell/dwarfaddr.exp: Likewise.
5578 * gdb.cell/ea-cache.exp: Likewise.
5579 * gdb.cell/ea-standalone.exp: Likewise.
5580 * gdb.cell/f-regs.exp: Likewise.
5581 * gdb.cell/fork.exp: Likewise.
5582 * gdb.cell/gcore.exp: Likewise.
5583 * gdb.cell/mem-access.exp: Likewise.
5584 * gdb.cell/ptype.exp: Likewise.
5585 * gdb.cell/registers.exp: Likewise.
5586 * gdb.cell/sizeof.exp: Likewise.
5587 * gdb.cell/solib-symbol.exp: Likewise.
5588 * gdb.cell/solib.exp: Likewise.
5589
5590 2017-11-25 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.base/complete-empty.exp: New file.
5593 * gdb.base/completion.exp: Adjust.
5594
5595 2017-11-25 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.linespec/cpls-ops.cc: New file.
5598 * gdb.linespec/cpls-ops.exp: New file.
5599 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5600 factored out from ...
5601 (test_complete_prefix_range): ... this.
5602
5603 2017-11-24 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.linespec/cpcompletion.exp: New file.
5606 * gdb.linespec/cpls-hyphen.cc: New file.
5607 * gdb.linespec/cpls.cc: New file.
5608 * gdb.linespec/cpls2.cc: New file.
5609 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5610 test to use test_gdb_complete_unique. Add label completion,
5611 keyword completion and explicit location completion tests.
5612 * lib/completion-support.exp: New file.
5613
5614 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5615
5616 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5617 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5618 when hitting an exception catchpoint.
5619
5620 2017-11-22 Yao Qi <yao.qi@linaro.org>
5621
5622 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5623
5624 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5625
5626 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5627 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5628 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5629
5630 2017-11-22 Yao Qi <yao.qi@linaro.org>
5631
5632 * gdb.base/info-os.exp: Pass pthreads.
5633 * gdb.multi/multi-attach.exp: Likewise.
5634
5635 2017-11-22 Yao Qi <yao.qi@linaro.org>
5636
5637 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5638 compiler.
5639
5640 2017-11-22 Yao Qi <yao.qi@linaro.org>
5641
5642 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5643 * gdb.base/break-interp.exp: Likewise.
5644 * gdb.base/jit-attach-pie.exp: Likewise.
5645
5646 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5647
5648 * gdb.base/float128.c (large128): New variable.
5649 * gdb.base/float128.exp: Add test to print largest __float128 value.
5650
5651 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5652
5653 * gdb.arch/vsx-regs.exp: Update register content checks.
5654
5655 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5656
5657 * gdb.arch/ppc-longdouble.exp: New file.
5658 * gdb.arch/ppc-longdouble.c: Likewise.
5659
5660 2017-11-21 Pedro Alves <palves@redhat.com>
5661
5662 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5663
5664 2017-11-20 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5667 (long_double_typedef): New typedefs.
5668 Use DEF on double and long double.
5669 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5670 cases.
5671 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5672 and 'long_double_ptr_same_size' locals. Use them to decide
5673 whether cast from array/function to float is valid/invalid.
5674
5675 2017-11-17 Tom Tromey <tom@tromey.com>
5676
5677 * gdb.rust/traits.rs: New file.
5678 * gdb.rust/traits.exp: New file.
5679
5680 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5681
5682 * gdb.ada/minsyms: New testcase.
5683
5684 2017-11-16 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5687 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5688
5689 2017-11-16 Pedro Alves <palves@redhat.com>
5690
5691 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5692 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5693
5694 2017-11-16 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.server/reconnect-ctrl-c.c: New file.
5697 * gdb.server/reconnect-ctrl-c.exp: New file.
5698
5699 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5700
5701 * gdb.python/py-rbreak.exp: New file.
5702 * gdb.python/py-rbreak.c: New file.
5703 * gdb.python/py-rbreak-func2.c: New file.
5704
5705 2017-11-16 Pedro Alves <palves@redhat.com>
5706
5707 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5708 pattern.
5709 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5710 GDB.
5711
5712 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5713
5714 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5715 regex.
5716
5717 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5718
5719 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5720 test names.
5721
5722 2017-11-09 Pedro Alves <palves@redhat.com>
5723
5724 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5725 factored out from ...
5726 (top level): ... here, and adjusted to avoid expecting beyond the
5727 prompt in a single gdb_test_multiple.
5728
5729 2017-11-09 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5732 output.
5733 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5734 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5735 * gdb.server/ext-run.exp ("kill" test): Likewise.
5736 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5737
5738 2017-11-09 Pedro Alves <palves@redhat.com>
5739
5740 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5741 match till end of line.
5742
5743 2017-11-09 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5746
5747 2017-11-09 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5750 New procedures, factored out from ...
5751 (top level): ... here, and adjusted to avoid expecting beyond the
5752 prompt in one go.
5753
5754 2017-11-09 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5757 output. Fix '?' match.
5758
5759 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5760
5761 * gdb.ada/scoped_watch: New testcase.
5762 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5763 which is actually correct.
5764 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5765 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5766
5767 2017-11-08 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.gdb/complaints.exp (test_initial_complaints)
5770 (test_serial_complaints, test_short_complaints): Call
5771 complaint_internal instead of complaint.
5772
5773 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5774
5775 * gdb.threads/tls-core.c: New file.
5776 * gdb.threads/tls-core.exp: Likewise.
5777
5778 2017-11-08 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5781 (p Exported_Capitalized): New test.
5782 (p exported_capitalized): New test.
5783
5784 2017-11-07 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5787
5788 2017-11-07 Pedro Alves <palves@redhat.com>
5789
5790 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5791 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5792 (disable_invalid, disable_inverted, disable_negative): New
5793 procedures.
5794 ("bad numbers"): New set of tests.
5795
5796 2017-11-07 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.cp/ena-dis-br-range.exp: Add tests.
5799
5800 2017-11-07 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5803
5804 2017-11-07 Xavier Roirand <roirand@adacore.com>
5805 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.base/ena-dis-br.exp: Add reference to
5808 gdb.cp/ena-dis-br-range.exp.
5809 * gdb.cp/ena-dis-br-range.exp: New file.
5810 * gdb.cp/ena-dis-br-range.cc: New file.
5811
5812 2017-11-06 Pedro Alves <palves@redhat.com>
5813
5814 * gdb.base/attach-non-pgrp-leader.c: New.
5815 * gdb.base/attach-non-pgrp-leader.exp: New.
5816
5817 2017-11-06 Pedro Alves <palves@redhat.com>
5818
5819 * configure.ac: No longer check for termio.h and sgtty.h.
5820 * configure: Regenerate.
5821 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5822 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5823 Remove termio and sgtty code.
5824
5825 2017-11-03 Yao Qi <yao.qi@linaro.org>
5826
5827 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5828 in GDB is disabled.
5829
5830 2017-11-03 Yao Qi <yao.qi@linaro.org>
5831
5832 * gdb.python/py-thrhandle.exp: Skip it if python is not
5833 enabled.
5834
5835 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5836
5837 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5838 as a breakpoint command.
5839
5840 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5841
5842 PR python/21213
5843 * gdb.python/py-infthread.exp: Test calling
5844 InferiorThread.inferior () multiple times in a row.
5845
5846 2017-10-27 Keith Seitz <keiths@redhat.com>
5847
5848 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5849 Test "info break" for every inlined function breakpoint.
5850
5851 2017-10-27 Yao Qi <yao.qi@linaro.org>
5852
5853 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5854
5855 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5856
5857 * gdb.cp/classes.exp (test_static_members): Test printing
5858 Outer::instance.
5859 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5860 (Inner::instance, Outer::instance): New.
5861
5862 2017-10-24 Pedro Alves <palves@redhat.com>
5863
5864 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5865 extra console" test in two stages.
5866
5867 2017-10-24 Pedro Alves <palves@redhat.com>
5868
5869 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5870
5871 2017-10-24 Pedro Alves <palves@redhat.com>
5872
5873 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5874 loop.
5875
5876 2017-10-24 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5879 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5880
5881 2017-10-24 Pedro Alves <palves@redhat.com>
5882
5883 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5884 parameter and handle it. Don't output read value in test name.
5885
5886 2017-10-24 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5889 custom test name.
5890
5891 2017-10-24 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5894 include the unstable output directory name in the test's name.
5895 (initial_setup_simple) <'set args'>: Use custom test name.
5896
5897 2017-10-24 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5900 with explicit test name.
5901
5902 2017-10-20 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5905 'wait -i'. Use gdb_assert and remote_close.
5906
5907 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5908
5909 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5910 number from variable rather than hard-coded.
5911
5912 2017-10-19 Pedro Alves <palves@redhat.com>
5913
5914 * gdb.base/long-inferior-output.c: New file.
5915 * gdb.base/long-inferior-output.exp: New file.
5916
5917 2017-11-18 Keith Seitz <keiths@redhat.com>
5918
5919 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5920 method.
5921 (main): Call it.
5922 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5923 Add additional user-defined conversion operator tests.
5924
5925 2017-10-17 Pedro Alves <palves@redhat.com>
5926
5927 * boards/native-stdio-gdbserver.exp: Load "local-board".
5928
5929 2017-10-17 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.base/quit-live.c: New file.
5932 * gdb.base/quit-live.exp: New file.
5933
5934 2017-10-16 Keith Seitz <keiths@redhat.com>
5935
5936 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5937 (class_with_protected_typedef, class_with_private_typedef)
5938 (struct_with_public_typedef, struct_with_protected_typedef)
5939 (struct_with_private_typedef): New classes/structs.
5940 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5941 typedefs and access specifiers.
5942
5943 2017-10-16 Pedro Alves <palves@redhat.com>
5944 Simon Marchi <simon.marchi@polymtl.ca>
5945
5946 * README (Local vs Remote vs Native): New section.
5947 * boards/local-board.exp: New file, with bits factored out from
5948 ...
5949 * boards/native-extended-gdbserver.exp: ... here. Load
5950 "local-board".
5951 * boards/native-gdbserver.exp: Load "local-board".
5952 (${board}_spawn, ${board}_exec): Delete.
5953 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5954 ...
5955 * boards/stdio-gdbserver-base.exp: ... this new file.
5956 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5957 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5958 procedure.
5959 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5960 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5961 stdio_gdbserver_command.
5962 (${board}_get_remote_address, ${board}_get_comm_port)
5963 (${board}_download, ${board}_upload): Delete.
5964 (get_target_remote_pipe_cmd): New.
5965
5966 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5967
5968 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5969 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5970 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5971 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5972 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5973 remove with_test_prefix.
5974
5975 2017-10-13 Pedro Alves <palves@redhat.com>
5976
5977 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5978 * gdb.base/annota1.exp: Use it instead of is_remote.
5979 * gdb.base/annota3.exp: Use it instead of is_remote.
5980 * gdb.cp/annota2.exp: Use it instead of is_remote.
5981 * gdb.cp/annota3.exp: Use it instead of is_remote.
5982 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5983
5984 2017-10-13 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5987 (test_num_test_vars, run_and_count_vars, find_env)
5988 (test_set_unset_env, test_inherit_env_var): New procedures.
5989 (top level): Use them.
5990
5991 2017-10-13 Pedro Alves <palves@redhat.com>
5992
5993 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5994 also skip on stub-like targets.
5995
5996 2017-10-13 Pedro Alves <palves@redhat.com>
5997
5998 PR gdb/22293
5999 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6000 (top level): Move some tests to ...
6001 (test_not_found): ... this new procedure.
6002 (top level): Call it.
6003
6004 2017-10-13 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6007 expect different "info terminal" output if testing with a
6008 non-native target.
6009
6010 2017-10-13 Pedro Alves <palves@redhat.com>
6011 Simon Marchi <simon.marchi@polymtl.ca>
6012
6013 PR python/12966
6014 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6015
6016 2017-10-13 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6019 already.
6020
6021 2017-10-13 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6024 is_remote.
6025
6026 2017-10-13 Pedro Alves <palves@redhat.com>
6027
6028 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6029 is_remote.
6030
6031 2017-10-13 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6034 is set.
6035 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6036 instead of is_remote.
6037
6038 2017-10-13 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6041 (top level): Add comment.
6042
6043 2017-10-13 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.base/remote.exp (top level): Fix comment typo and add
6046 missing return.
6047
6048 2017-10-13 Pedro Alves <palves@redhat.com>
6049 Simon Marchi <simon.marchi@polymtl.ca>
6050
6051 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6052 calls and add comments. Skip test if use_gdb_stub is set.
6053 (top level): Use "set cwd" command instead of "cd" command.
6054
6055 2017-10-13 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6058 is_remote target check.
6059
6060 2017-10-13 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.base/scope.exp: Use build_executable + clean_restart +
6063 gdb_file_cmd instead of prepare_for_testing and no longer skip
6064 "before run" tests on is_remote target boards. Update comments.
6065 * boards/native-extended-gdbserver.exp
6066 (extended_gdbserver_load_last_file): New, factored out from ...
6067 (gdb_load): ... this. Move further below and add comment.
6068 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6069
6070 2017-10-12 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.base/attach.exp: Remove references to gdb64.
6073 * gdb.base/dbx.exp: Remove references to gdb64.
6074
6075 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6076 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.base/label.exp: Remove is_remote target check.
6079
6080 2017-10-12 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.base/auvx.exp (coredir): Update comment.
6083 (top level) <core_works>: Use "set cwd" command instead of "cd"
6084 command.
6085
6086 2017-10-12 Pedro Alves <palves@redhat.com>
6087 Simon Marchi <simon.marchi@polymtl.ca>
6088
6089 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6090 target boards.
6091
6092 2017-10-12 Pedro Alves <palves@redhat.com>
6093 Simon Marchi <simon.marchi@polymtl.ca>
6094
6095 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6096 Instead skip if there's any gdb_protocol set.
6097
6098 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6099 Pedro Alves <palves@redhat.com>
6100
6101 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6102
6103 2017-10-12 Pedro Alves <palves@redhat.com>
6104 Simon Marchi <simon.marchi@polymtl.ca>
6105
6106 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6107 instead of on dejagnu remote boards.
6108
6109 2017-10-12 Pedro Alves <palves@redhat.com>
6110 Simon Marchi <simon.marchi@polymtl.ca>
6111
6112 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6113 checks. Use build_executable + clean_restart instead of
6114 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6115 of enabling non-stop after starting gdb.
6116
6117 2017-10-12 Pedro Alves <palves@redhat.com>
6118
6119 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6120 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6121 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6122 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6123
6124 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6125
6126 * gdb.arch/arc-tdesc-cpu.exp: New file.
6127 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6128
6129 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6130
6131 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6132
6133 2017-10-10 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6136 expect CLI output.
6137
6138 2017-10-10 Pedro Alves <palves@redhat.com>
6139
6140 * lib/selftest-support.exp (selftest_setup): Update for
6141 captured_command_loop's prototype change.
6142
6143 2017-10-09 Pedro Alves <palves@redhat.com>
6144
6145 Test both arch1=>arch2 and arch2=>arch1.
6146
6147 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6148 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6149 factored out to...
6150 (append_arch1_options, append_arch2_options, append_arch_options)
6151 (build_executables): New procedures.
6152 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6153 local.
6154 (top level): Add new 'first_arch' testing axis.
6155
6156 2017-10-09 Pedro Alves <palves@redhat.com>
6157
6158 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6159 (barrier): New.
6160 (thread_start, all_started): New functions.
6161 (main): Spawn new thread and wait until it is scheduled.
6162 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6163 option.
6164 (do_test): Add 'selected_thread' parameter. Run to all_started
6165 instead of main. Explicitly set the breakpoint at main. Switch
6166 to the SELECTED_THREAD thread.
6167 (top level): Test handling the exec event with either the main
6168 thread or the second thread selected.
6169
6170 2017-10-09 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6173 logic. Move STOP marker after the value checks.
6174 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6175 regexp.
6176
6177 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6178
6179 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6180
6181 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6182
6183 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6184 integer-to-dfp conversion.
6185 * gdb.base/dfp-test.exp: Likewise.
6186
6187 2017-10-04 Pedro Alves <palves@redhat.com>
6188
6189 * gdb.multi/hangout.c: Include <unistd.h>.
6190 (hangout_loop): New function.
6191 (main): Call alarm. Call hangout_loop in a loop.
6192 * gdb.multi/hello.c: Include <unistd.h>.
6193 (hello_loop): New function.
6194 (main): Call alarm. Call hangout_loop in a loop.
6195 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6196 inferior with the other selected.
6197
6198 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6199
6200 * gdb.mi/list-thread-groups-available.exp: New file.
6201 * gdb.mi/list-thread-groups-available.c: New file.
6202
6203 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6204
6205 * gdb.base/set-cwd.exp: Make it available on
6206 native-extended-gdbserver.
6207
6208 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6209
6210 * gdb.base/set-cwd.c: New file.
6211 * gdb.base/set-cwd.exp: Likewise.
6212
6213 2017-10-02 Tom Tromey <tom@tromey.com>
6214
6215 PR rust/22236:
6216 * gdb.rust/simple.rs (main): New variable "fslice".
6217 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6218
6219 2017-10-02 Tom Tromey <tom@tromey.com>
6220
6221 * gdb.rust/simple.exp: Test ptype of a slice.
6222
6223 2017-10-02 Tom Tromey <tom@tromey.com>
6224
6225 * gdb.rust/simple.exp: Test index of slice.
6226
6227 2017-09-27 Tom Tromey <tom@tromey.com>
6228
6229 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6230
6231 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6232 Pedro Alves <palves@redhat.com>
6233
6234 * gdb.base/compare-sections.exp (get value of read-only section): Read
6235 as unsigned value.
6236 (corrupt read-only section): Likewise and don't set written if patching
6237 failed.
6238
6239 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6240
6241 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6242 files.
6243
6244 2017-09-20 Pedro Alves <palves@redhat.com>
6245
6246 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6247 symbol names in gdb's output.
6248 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6249
6250 2017-09-20 Pedro Alves <palves@redhat.com>
6251
6252 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6253 Rename to ...
6254 (test_list_ambiguous_symbol): ... this and add a symbol name
6255 parameter. Adjust.
6256 (test_list_ambiguous_function): Reimplement on top of
6257 test_list_ambiguous_symbol and also test listing ambiguous
6258 variables.
6259 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6260 (ambiguous_fun): ... this.
6261 (ambiguous_var): New.
6262 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6263 (ambiguous_fun): ... this.
6264 (ambiguous_var): New.
6265
6266 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6267
6268 * gdb.base/starti.c: New file.
6269 * gdb.base/starti.exp: New file.
6270 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6271
6272 2017-09-14 Pedro Alves <palves@redhat.com>
6273
6274 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6275 (top level): Use it instead of runto.
6276
6277 2017-09-11 Tom Tromey <tom@tromey.com>
6278
6279 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6280
6281 2017-09-11 Tom Tromey <tom@tromey.com>
6282
6283 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6284 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6285
6286 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6287
6288 * gdb.fortran/printing-types.exp: New file.
6289 * gdb.fortran/printing-types.exp: New file.
6290
6291 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6292
6293 * gdb.fortran/vla-ptype.exp: Fix typos.
6294 * gdb.fortran/vla-value.exp: Same.
6295
6296 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6297
6298 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6299 * gdb.mi/mi-var-child-f.exp: Likewise.
6300 * gdb.mi/mi-vla-fortran.exp: Likewise.
6301
6302 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6303 Christoph Weinmann <christoph.t.weinmann@intel.com>
6304 Bernhard Heckel <bernhard.heckel@intel.com>
6305
6306 * gdb.fortran/ptr-indentation.f90: New file.
6307 * gdb.fortran/ptr-indentation.exp: New file.
6308
6309 2017-09-05 Tom Tromey <tom@tromey.com>
6310
6311 PR gdb/22010:
6312 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6313
6314 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6315
6316 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6317
6318 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6319
6320 * gdb.threads/tls-nodebug-pie.c: New file.
6321 * gdb.threads/tls-nodebug-pie.exp: New file.
6322
6323 2017-09-05 Tom Tromey <tom@tromey.com>
6324
6325 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6326 for rust.
6327
6328 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6329
6330 * gdb.multi/multi-arch-exec.exp: Test with different
6331 "follow-exec-mode" settings.
6332 (do_test): New procedure.
6333
6334 2017-09-04 Pedro Alves <palves@redhat.com>
6335
6336 * gdb.base/func-static.c (S::method const, S::method volatile)
6337 (S::method volatile const): New methods.
6338 (c_s, v_s, cv_s): New instances.
6339 (main): Call method() on them.
6340 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6341 (cannot_resolve): New procedure.
6342 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6343 print-quote-unquoted columns.
6344 (do_test): Test printing each scope too.
6345
6346 2017-09-04 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.base/local-static.exp: Also test with
6349 class::method::variable wholly quoted.
6350 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6351
6352 2017-09-04 Pedro Alves <palves@redhat.com>
6353
6354 * gdb.base/local-static.c: New.
6355 * gdb.base/local-static.cc: New.
6356 * gdb.base/local-static.exp: New.
6357
6358 2017-09-04 Pedro Alves <palves@redhat.com>
6359
6360 * gdb.asm/asm-source.exp: Add casts to int.
6361 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6362 (dataglobal64_1, dataglobal64_2): New globals.
6363 * gdb.base/nodebug.exp: Test different expressions involving the
6364 new globals, with print, whatis and ptype. Add casts to int.
6365 * gdb.base/solib-display.exp: Add casts to int.
6366 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6367 * gdb.cp/m-static.exp: Add cast to int.
6368 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6369 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6370 tls variable with no debug info without a cast. Test with a cast
6371 to int too.
6372 * gdb.trace/entry-values.exp: Add casts.
6373
6374 2017-09-04 Pedro Alves <palves@redhat.com>
6375
6376 * gdb.base/nodebug.exp: Test that ptype's error about functions
6377 with unknown return type includes the function name too.
6378
6379 2017-09-04 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6382 return type of munmap in infcall.
6383 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6384 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6385 type of ftell in infcall.
6386 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6387 type of getpid in infcall.
6388 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6389 infcall.
6390 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6391 Bail on failure to extract the pid.
6392 * gdb.base/nodebug.c: #include <stdint.h>.
6393 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6394 New functions.
6395 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6396 Change expected output of print/whatis/ptype with functions with
6397 no debug info. Test all supported languages. Call
6398 test_call_promotion.
6399 * gdb.compile/compile.exp: Adjust expected output to expect
6400 warning.
6401 * gdb.threads/siginfo-threads.exp: Likewise.
6402
6403 2017-09-04 Pedro Alves <palves@redhat.com>
6404
6405 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6406 "prototypes". Test calling float functions via prototyped and
6407 unprototyped function pointers.
6408 (perform_all_tests): New parameter "prototypes". Pass it down.
6409 (top level): Pass down "prototypes" parameter to
6410 perform_all_tests.
6411
6412 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6413
6414 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6415 Test with nested loops.
6416
6417 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6418
6419 * gdb.base/commands.exp: Call the new procedures.
6420 (loop_break_test, loop_continue_test): New procedures.
6421
6422 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6423
6424 * gdb.base/commands.exp: Call new procedure.
6425 (define_if_without_arg_test): New procedure.
6426
6427 2017-09-04 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.base/list-ambiguous.exp: New file.
6430 * gdb.base/list-ambiguous0.c: New file.
6431 * gdb.base/list-ambiguous1.c: New file.
6432 * gdb.base/list.exp (test_list_range): Adjust expected output.
6433
6434 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6435
6436 * gdb.base/share-env-with-gdbserver.c: New file.
6437 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6438
6439 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6440
6441 * gdb.base/commands.exp (gdbvar_simple_if_test,
6442 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6443 progvar_simple_if_test, progvar_simple_while_test,
6444 progvar_complex_if_while_test, user_defined_command_test,
6445 user_defined_command_args_eval,
6446 user_defined_command_args_stack_test,
6447 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6448 temporary_breakpoint_commands,
6449 gdb_test_no_prompt, redefine_hook_test,
6450 redefine_backtrace_test): Remove "global gdb_prompt".
6451
6452 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6453
6454 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6455 New proc, call it from toplevel.
6456
6457 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6458
6459 PR remote/21852
6460 * gdb.server/normal.c: New file, copied from gdb.base.
6461 * gdb.server/run-without-local-binary.exp: New file.
6462
6463 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6464
6465 * gdb.arch/sparc64-adi.exp: New file.
6466 * gdb.arch/sparc64-adi.c: New file.
6467
6468 2017-08-22 Pedro Alves <palves@redhat.com>
6469
6470 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6471 (top level): Add "list all overloads" tests.
6472
6473 2017-08-22 Tom Tromey <tom@tromey.com>
6474
6475 * gdb.gdb/xfullpath.exp: Remove.
6476
6477 2017-08-21 Pedro Alves <palves@redhat.com>
6478
6479 PR gdb/19487
6480 * gdb.base/symbol-alias.c: New.
6481 * gdb.base/symbol-alias2.c: New.
6482 * gdb.base/symbol-alias.exp: New.
6483
6484 2017-08-21 Pedro Alves <palves@redhat.com>
6485
6486 * gdb.base/dfp-test.c
6487 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6488 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6489 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6490 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6491 * gdb.base/whatis-ptype-typedefs.c: New.
6492 * gdb.base/whatis-ptype-typedefs.exp: New.
6493 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6494 (an_int, an_int_type, an_int_type2): New globals.
6495 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6496 involving typedefs and cast expressions.
6497 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6498 (lookup_typedefs_function): New.
6499 (typedefs_pretty_printers_dict): New.
6500 (top level): Register lookup_typedefs_function in
6501 gdb.pretty_printers.
6502
6503 2017-08-18 Yao Qi <yao.qi@linaro.org>
6504
6505 * gdb.server/unittest.exp: New.
6506
6507 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6508
6509 PR gdb/21954
6510 * gdb.base/environ.exp: Add test to check if 'unset environment'
6511 works.
6512
6513 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6514
6515 * lib/gdb.exp (universal_compile_options): New caching proc.
6516 (gdb_compile): Suppress GCC's coloring of messages.
6517
6518 2017-08-14 Tom Tromey <tom@tromey.com>
6519
6520 PR gdb/21675:
6521 * gdb.base/printcmds.exp (test_radices): New function.
6522 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6523 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6524 * lib/gdb.exp (get_integer_valueof): Use p/d.
6525
6526 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6527
6528 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6529 characters.
6530
6531 2017-08-05 Tom Tromey <tom@tromey.com>
6532
6533 * gdb.rust/simple.exp: Allow String to appear in a different
6534 namespace.
6535
6536 2017-07-26 Yao Qi <yao.qi@linaro.org>
6537
6538 * gdb.gdb/unittest.exp: Invoke command
6539 "maintenance check xml-descriptions".
6540
6541 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6542
6543 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6544 calling context.
6545 (hex128): Drop erroneous calculation of parameters.
6546
6547 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6548
6549 * gdb.python/py-unwind.exp: Disable stack protection when
6550 building test file.
6551
6552 2017-07-20 Pedro Alves <palves@redhat.com>
6553
6554 * gdb.base/default.exp (set language): Adjust expected output.
6555
6556 2017-07-20 Pedro Alves <palves@redhat.com>
6557
6558 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6559 (test_minsym): ... this, and make static.
6560 (get_pck__foo__bar__minsym): Rename to ...
6561 (get_test_minsym): ... this.
6562 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6563 symbol names and comments.
6564 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6565 (get_test_minsym): ... this.
6566 (pck__foo__bar__minsym__2): Rename to ...
6567 (test_minsym): ... this.
6568 (main): Adjust.
6569
6570 2017-07-17 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.base/completion.exp: Adjust expected output.
6573 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6574 the completer works.
6575
6576 2017-07-17 Pedro Alves <palves@redhat.com>
6577
6578 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6579
6580 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6581
6582 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6583
6584 2017-07-14 Tom Tromey <tom@tromey.com>
6585
6586 PR rust/21764:
6587 * gdb.rust/simple.exp: Add tests.
6588
6589 2017-07-14 Tom Tromey <tom@tromey.com>
6590
6591 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6592
6593 2017-07-14 Pedro Alves <palves@redhat.com>
6594
6595 * gdb.linespec/base/one/thefile.cc (z1): New function.
6596 * gdb.linespec/base/two/thefile.cc (z2): New function.
6597 * gdb.linespec/linespec.exp: Add tests.
6598
6599 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6600
6601 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6602 to mi_create_breakpoint.
6603
6604 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6605
6606 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6607 mi_create_breakpoint.
6608
6609 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6610
6611 * gdb.dlang/demangle.exp: Update for demangling changes.
6612
6613 2017-07-09 Tom Tromey <tom@tromey.com>
6614
6615 * gdb.dwarf2/shortpiece.exp: New file.
6616
6617 2017-07-06 David Blaikie <dblaikie@gmail.com>
6618
6619 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6620 built from fissiont-multi-cu{1,2}.c.
6621 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6622 except putting 'main' and 'func' in separate CUs in the same DWO file.
6623 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6624 test.
6625 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6626 test.
6627
6628 2017-07-06 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.python/py-unwind.exp: Test flushregs.
6631
6632 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6633
6634 PR cli/21688
6635 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6636 tests for alias commands and trailing whitespace.
6637
6638 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6639
6640 PR cli/21688
6641 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6642 procedure. Call it.
6643
6644 2017-06-29 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.base/printcmds.exp: Add tests.
6647
6648 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6649
6650 PR gdb/21337
6651 * gdb.base/reread-readsym.exp: New file.
6652 * gdb.base/reread-readsym.c: New file.
6653
6654 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6655
6656 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6657 subpattern.
6658
6659 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6660
6661 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6662 extended mnemonic.
6663 * gdb.arch/powerpc-power9.s: Likewise.
6664
6665 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6666
6667 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6668 on 32-bit x86 targets. Exploit is_*_target macros where
6669 appropriate.
6670
6671 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6672
6673 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6674 register pieces.
6675
6676 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6677
6678 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6679 located in one or more DWARF pieces.
6680
6681 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6682
6683 * lib/gdb.exp (get_endianness): New proc.
6684 * gdb.arch/aarch64-fp.exp: Use it.
6685 * gdb.arch/altivec-regs.exp: Likewise.
6686 * gdb.arch/e500-regs.exp: Likewise.
6687 * gdb.arch/vsx-regs.exp: Likewise.
6688 * gdb.base/dump.exp: Likewise.
6689 * gdb.base/funcargs.exp: Likewise.
6690 * gdb.base/gnu_vector.exp: Likewise.
6691 * gdb.dwarf2/formdata16.exp: Likewise.
6692 * gdb.dwarf2/implptrpiece.exp: Likewise.
6693 * gdb.dwarf2/nonvar-access.exp: Likewise.
6694 * gdb.python/py-inferior.exp: Likewise.
6695 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6696
6697 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6698
6699 PR gdb/21226
6700 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6701 stack value pieces are taken from the LSB end.
6702
6703 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6704
6705 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6706 variable at nonzero offset.
6707
6708 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6709
6710 * gdb.dwarf2/var-access.c: New file.
6711 * gdb.dwarf2/var-access.exp: New test.
6712 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6713
6714 2017-06-12 Tom Tromey <tom@tromey.com>
6715
6716 * gdb.dwarf2/formdata16.exp: Add tests.
6717
6718 2017-06-12 Tom Tromey <tom@tromey.com>
6719
6720 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6721
6722 2017-06-12 Tom Tromey <tom@tromey.com>
6723
6724 PR exp/16225:
6725 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6726 * gdb.arch/vsx-regs.exp: Update tests.
6727 * gdb.arch/s390-vregs.exp (hex128): New proc.
6728 Update test.
6729 * gdb.arch/altivec-regs.exp: Update tests.
6730
6731 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6732
6733 * gdb.base/startup-with-shell.c: New file.
6734 * gdb.base/startup-with-shell.exp: Likewise.
6735
6736 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6737
6738 * gdb.server/non-existing-program.exp: Update regex in order to
6739 reflect the fact that gdbserver is now using fork_inferior (with a
6740 shell) to startup the inferior.
6741
6742 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6743
6744 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6745 support function calls from GDB.
6746
6747 2017-05-21 Tom Tromey <tom@tromey.com>
6748
6749 PR rust/21466:
6750 * gdb.rust/unsized.exp: New file.
6751 * gdb.rust/unsized.rs: New file.
6752
6753 2017-05-19 Tom Tromey <tom@tromey.com>
6754
6755 PR rust/21484:
6756 * gdb.rust/watch.exp: New file.
6757 * gdb.rust/watch.rs: New file.
6758
6759 2017-05-18 Tom Tromey <tom@tromey.com>
6760
6761 * gdb.rust/simple.exp: Allow Box to be qualified.
6762
6763 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6764
6765 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6766
6767 2017-05-18 Pedro Alves <palves@redhat.com>
6768
6769 * gdb.base/fileio.c (test_write, test_read, test_close)
6770 (test_fstat): Don't print 'ret' in the fail path.
6771
6772 2017-05-18 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6775 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6776 (test_system, test_rename, test_unlink, test_time): Change
6777 prototypes.
6778 * gdb.base/fileio.exp (stop_msg): Adjust.
6779
6780 2017-05-18 Pedro Alves <palves@redhat.com>
6781
6782 * gdb.base/fileio.c (null_str): New global.
6783 (test_stat): Use it.
6784 * gdb.base/fileio.exp: Remove nowarnings.
6785
6786 2017-05-17 Yao Qi <yao.qi@linaro.org>
6787
6788 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6789
6790 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6791
6792 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6793 argument command.
6794 (top-level): Invoke test_set_inferior_tty.
6795
6796 2017-05-04 Pedro Alves <palves@redhat.com>
6797
6798 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6799 Add parens to print call for Python 3.
6800
6801 2017-05-03 Keith Seitz <keiths@redhat.com>
6802
6803 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6804 (main): Call it.
6805
6806 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6807
6808 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6809 to prev and next.
6810
6811 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6812
6813 * gdb.python/py-record-btrace.exp: Remove test for
6814 gdb.BtraceInstruction.error.
6815
6816 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6817
6818 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6819
6820 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6821
6822 * gdb.python/py-record-btrace-threads.c: New file.
6823 * gdb.python/py-record-btrace-threads.exp: New file.
6824
6825 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6826
6827 PR testsuite/8595
6828 * gdb.base/environ.exp: Make test available in all architectures.
6829 Move bits related to "info program" testing to
6830 gdb.base/info-program.exp. Rewrite tests to use the two new
6831 procedures mentione below.
6832 (test_set_show_env_var) New procedure.
6833 (test_set_show_env_var_equal): Likewise.
6834 * gdb.base/info-program.exp: New file.
6835
6836 2017-04-27 Keith Seitz <keiths@redhat.com>
6837
6838 * gdb.cp/oranking.cc (test15): New function.
6839 (main): Call test15 and declare additional variables for testing.
6840 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6841 "p foo101('abc')" tests.
6842 Add tests for cv qualifier overloads.
6843 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6844 "lvalue reference overload" test.
6845 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6846 "print value of f1 on Child&& in f2" test.
6847
6848 2017-04-19 Pedro Alves <palves@redhat.com>
6849
6850 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6851 procedure.
6852 (top level): Call it.
6853 * lib/gdb.exp (gdb_define_cmd): New procedure.
6854
6855 2017-04-12 Pedro Alves <palves@redhat.com>
6856
6857 PR gdb/21323
6858 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6859 (wchar): New global.
6860 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6861 (do_test_wide_char, wide_char_types_no_program, top level): Add
6862 wchar_t testing.
6863
6864 2017-04-12 Pedro Alves <palves@redhat.com>
6865
6866 PR c++/21323
6867 * gdb.cp/wide_char_types.c: New file.
6868 * gdb.cp/wide_char_types.exp: New file.
6869
6870 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6871
6872 PR gdb/21352
6873 * gdb.trace/tsv.exp: Add test for "tsave -r".
6874
6875 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6876
6877 * gdb.dlang/watch-loc.c: New file.
6878 * gdb.dlang/watch-loc.exp: New file.
6879
6880 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6881
6882 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6883
6884 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6885
6886 * gdb.arch/arc-analyze-prologue.S: New file.
6887 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6888
6889 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6890
6891 * gdb.arch/arc-decode-insn.S: New file.
6892 * gdb.arch/arc-decode-insn.exp: Likewise.
6893
6894 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6895
6896 PR tdep/20928
6897 * gdb.arch/sparc64-regs.exp: New file.
6898 * gdb.arch/sparc64-regs.S: Likewise.
6899
6900 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6901
6902 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6903 and memory view on Python 3.
6904
6905 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6906 Keith Seitz <keiths@redhat.com>
6907
6908 PR gdb/14441
6909 * gdb.cp/demangle.exp: Add rvalue reference tests.
6910 * gdb.cp/rvalue-ref-casts.cc: New file.
6911 * gdb.cp/rvalue-ref-casts.exp: New file.
6912 * gdb.cp/rvalue-ref-overload.cc: New file.
6913 * gdb.cp/rvalue-ref-overload.exp: New file.
6914 * gdb.cp/rvalue-ref-params.cc: New file.
6915 * gdb.cp/rvalue-ref-params.exp: New file.
6916 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6917 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6918 * gdb.cp/rvalue-ref-types.cc: New file.
6919 * gdb.cp/rvalue-ref-types.exp: New file.
6920 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6921 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6922
6923 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6924
6925 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6926 New procedure.
6927
6928 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6929
6930 * lib/mi-support.exp (mi_gdb_test): Add additional message
6931 for unexpected output.
6932
6933 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6934
6935 * gdb.base/examine-backward.c (Barrier): New character array
6936 constant, to ensure that TestStrings is preceded by a string
6937 terminator.
6938
6939 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6940
6941 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6942 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6943 and implicit pointer into such a location.
6944
6945 2017-03-16 Doug Evans <dje@google.com>
6946
6947 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6948
6949 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6950
6951 * gdb.cp/m-static.exp: Fix expectation for prototype of
6952 test5.single_constructor and single_constructor::single_constructor.
6953
6954 2017-03-16 Doug Evans <dje@google.com>
6955
6956 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6957 * gdb.guile/scm-lazy-string.c: New file.
6958 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6959 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6960 for pointer, array, typedef lazy strings.
6961
6962 2017-03-16 Doug Evans <dje@google.com>
6963
6964 PR python/17728, python/18439, python/18779
6965 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6966 * gdb.python/py-lazy-string.c (pointer): New typedef.
6967 (main): New locals ptr, array, typedef_ptr.
6968 * gdb.python/py-value.exp: Move lazy string tests to ...
6969 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6970 array, typedef lazy strings.
6971
6972 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6973
6974 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6975 Add optional 'test' parameter.
6976
6977 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6978
6979 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6980 Skip for versions of DejaGnu < 1.5.
6981
6982 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6983
6984 * lib/gdb.exp (dejagnu_version): New proc.
6985 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6986 Use dejagnu_version.
6987
6988 2017-03-10 Keith Seitz <keiths@redhat.com>
6989
6990 PR c++/8128
6991 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6992 type from destructor regexps.
6993 Add a branch which actually passes the test.
6994 Adjust "ptype t5i" test names.
6995
6996 2017-03-08 Pedro Alves <palves@redhat.com>
6997
6998 * gdb.base/step-over-exit.exp: Add explicit test message.
6999
7000 2017-03-08 Pedro Alves <palves@redhat.com>
7001
7002 PR gdb/18360
7003 * gdb.threads/interrupt-while-step-over.c: New file.
7004 * gdb.threads/interrupt-while-step-over.exp: New file.
7005
7006 2017-03-08 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7009 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7010
7011 2017-03-08 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7014 PKRU as not supported as a PASS.
7015
7016 2017-03-08 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7019 prefix instead of $binfile1/$binfile2.
7020 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7021 in test message.
7022 * gdb.python/py-completion.exp: Use "load python file" as test
7023 messages instead of unstable path names.
7024
7025 2017-03-08 Pedro Alves <palves@redhat.com>
7026 Jan Kratochvil <jan.kratochvil@redhat.com>
7027
7028 PR cli/21218
7029 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7030 New proc.
7031 (top level): Call it.
7032
7033 2017-03-08 Pedro Alves <palves@redhat.com>
7034
7035 PR tui/21216
7036 * gdb.tui/tui-nl-filtered-output.exp: New file.
7037
7038 2017-03-08 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.base/completion.exp: Move TUI completion tests to ...
7041 * gdb.tui/completion.exp: ... this new file.
7042
7043 2017-03-08 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.base/tui-disasm-long-lines.c,
7046 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7047 gdb.base/tui-layout.exp: Move to ...
7048 * gdb.tui/: ... this new directory.
7049
7050 2017-03-07 Pedro Alves <palves@redhat.com>
7051
7052 * gdb.base/tui-layout.c: New file.
7053 * gdb.base/tui-layout.exp: New file.
7054
7055 2017-03-07 Pedro Alves <palves@redhat.com>
7056
7057 * gdb.base/tui-layout.c: Rename to ...
7058 * gdb.base/tui-disasm-long-lines.c: ... this.
7059 * gdb.base/tui-layout.exp: Rename to ...
7060 * gdb.base/tui-disasm-long-lines.exp: ... this.
7061
7062 2017-03-07 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7065
7066 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7067
7068 * i386-mpx-call.c: New file.
7069 * i386-mpx-call.exp: New file.
7070
7071 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7072
7073 * gdb.arch/powerpc-power.exp: Delete test.
7074 * gdb.arch/powerpc-power.s: Likewise.
7075 * gdb.disasm/disassembler-options.exp: New test.
7076 * gdb.arch/powerpc-altivec.exp: Likewise.
7077 * gdb.arch/powerpc-altivec.s: Likewise.
7078 * gdb.arch/powerpc-altivec2.exp: Likewise.
7079 * gdb.arch/powerpc-altivec2.s: Likewise.
7080 * gdb.arch/powerpc-altivec3.exp: Likewise.
7081 * gdb.arch/powerpc-altivec3.s: Likewise.
7082 * gdb.arch/powerpc-power7.exp: Likewise.
7083 * gdb.arch/powerpc-power7.s: Likewise.
7084 * gdb.arch/powerpc-power8.exp: Likewise.
7085 * gdb.arch/powerpc-power8.s: Likewise.
7086 * gdb.arch/powerpc-power9.exp: Likewise.
7087 * gdb.arch/powerpc-power9.s: Likewise.
7088 * gdb.arch/powerpc-vsx.exp: Likewise.
7089 * gdb.arch/powerpc-vsx.s: Likewise.
7090 * gdb.arch/powerpc-vsx2.exp: Likewise.
7091 * gdb.arch/powerpc-vsx2.s: Likewise.
7092 * gdb.arch/powerpc-vsx3.exp: Likewise.
7093 * gdb.arch/powerpc-vsx3.s: Likewise.
7094 * gdb.arch/arm-disassembler-options.exp: Likewise.
7095 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7096 * gdb.arch/s390-disassembler-options.exp: Likewise.
7097
7098 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7099
7100 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7101 (check_supported_features): ... this. Changed return type to void.
7102 (supports_rdseed): New static global.
7103 (rdseed): Check supports_rdseed.
7104 (initialize): Call check_supported_features.
7105
7106 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7107
7108 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7109 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7110 and lqarx/stqcx.
7111 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7112 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7113
7114 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7115
7116 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7117 uppercase.
7118
7119 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7120
7121 * gdb.dwarf2/formdata16.c: New file.
7122 * gdb.dwarf2/formdata16.exp: New file.
7123 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7124
7125 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7126
7127 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7128 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7129 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7130 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7131 DW_AT_GNU_*.
7132
7133 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7134
7135 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7136
7137 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7138
7139 PR gdb/21164
7140 * gdb.base/maint.exp: Add testcases for when the commands do
7141 not have arguments.
7142
7143 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7144
7145 * gdb.cp/chained-calls.exp: Use p instead of P.
7146
7147 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7148
7149 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7150 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7151
7152 2017-02-14 Tom Tromey <tom@tromey.com>
7153
7154 PR python/13598:
7155 * gdb.python/py-events.exp: Add before_prompt event tests.
7156
7157 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7158
7159 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7160
7161 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7162
7163 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7164 (main): Call my_unique_function_name.
7165 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7166 completion of patterns with a single match.
7167 Add missing -re switches to gdb_test_multiple calls.
7168
7169 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7170
7171 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7172 return if core file is not recognized.
7173
7174 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7175
7176 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7177 and extra UIs.
7178
7179 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7180
7181 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7182 proc_with_prefix.
7183
7184 2017-02-10 Tom Tromey <tom@tromey.com>
7185
7186 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7187
7188 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7189
7190 PR gdb/21122
7191 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7192
7193 2017-02-08 Jerome Guitton <guitton@adacore.com>
7194
7195 * gdb.base/define.exp: Add test for command abbreviations
7196 in define.
7197
7198 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7199
7200 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7201 * gdb.reverse/insn-reverse-x86.c: New file.
7202
7203 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7204
7205 PR tdep/20936
7206 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7207
7208 2017-02-03 Tom Tromey <tom@tromey.com>
7209
7210 PR rust/21097:
7211 * gdb.rust/simple.exp: Add new tests.
7212
7213 2017-02-02 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7216 tests.
7217
7218 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7219
7220 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7221 taking a 2-byte value out of a 4-byte DWARF implicit value on
7222 big-endian targets.
7223 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7224 logic. Add test cases for DW_OP_implicit.
7225
7226 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7227
7228 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7229
7230 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7231
7232 * gdb.btrace/enable.exp: Call gdb_exit before
7233 skip_gdbserver_tests.
7234
7235 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7236
7237 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7238 GDBFLAGS.
7239
7240 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7241
7242 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7243 the test is skipped.
7244 * gdb.btrace/data.exp: Likewise.
7245 * gdb.btrace/delta.exp: Likewise.
7246 * gdb.btrace/dlopen.exp: Likewise.
7247 * gdb.btrace/enable-running.exp: Likewise.
7248 * gdb.btrace/enable.exp: Likewise.
7249 * gdb.btrace/exception.exp: Likewise.
7250 * gdb.btrace/function_call_history.exp: Likewise.
7251 * gdb.btrace/gcore.exp: Likewise.
7252 * gdb.btrace/instruction_history.exp: Likewise.
7253 * gdb.btrace/multi-thread-step.exp: Likewise.
7254 * gdb.btrace/nohist.exp: Likewise.
7255 * gdb.btrace/non-stop.exp: Likewise.
7256 * gdb.btrace/reconnect.exp: Likewise.
7257 * gdb.btrace/record_goto-step.exp: Likewise.
7258 * gdb.btrace/record_goto.exp: Likewise.
7259 * gdb.btrace/rn-dl-bind.exp: Likewise.
7260 * gdb.btrace/segv.exp: Likewise.
7261 * gdb.btrace/step.exp: Likewise.
7262 * gdb.btrace/stepi.exp: Likewise.
7263 * gdb.btrace/tailcall-only.exp: Likewise.
7264 * gdb.btrace/tailcall.exp: Likewise.
7265 * gdb.btrace/tsx.exp: Likewise.
7266 * gdb.btrace/unknown_functions.exp: Likewise.
7267 * gdb.btrace/vdso.exp: Likewise.
7268
7269 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7270
7271 * gdb.btrace/enable-running.c: New.
7272 * gdb.btrace/enable-running.exp: New.
7273
7274 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7275
7276 * gdb.arch/amd64-gs_base.c: New file.
7277 * gdb.arch/amd64-gs_base.exp: New file.
7278
7279 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7280
7281 * lib/memory.exp: Remove spurious empty newlines.
7282
7283 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7284
7285 * gdb.python/py-bad-printers.exp: Load python file using "source".
7286 * gdb.python/py-events.exp: Likewise.
7287 * gdb.python/py-evsignal.exp: Likewise.
7288 * gdb.python/py-evthreads.exp: Likewise.
7289 * gdb.python/py-frame-args.exp: Likewise.
7290 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7291 * gdb.python/py-framefilter-mi.exp: Likewise.
7292 * gdb.python/py-framefilter.exp: Likewise.
7293 * gdb.python/py-mi.exp: Likewise.
7294 * gdb.python/py-pp-maint.exp: Likewise.
7295 * gdb.python/py-pp-registration.exp: Likewise.
7296 * gdb.python/py-prettyprint.exp: Likewise.
7297 (run_lang_tests): Likewise.
7298 * gdb.python/py-typeprint.exp: Likewise.
7299
7300 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7301
7302 * lib/memory.exp: New file.
7303 * lib/gdb.exp: Load memory.exp.
7304 * gdb.base/memattr.exp (delete_memory): Move proc to
7305 lib/memory.exp and rename to delete_memory_regions.
7306 Replace delete_memory with delete_memory_regions.
7307 Cleanup memory regions before tests.
7308 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7309 before tests.
7310
7311 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7312
7313 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7314 files.
7315 (initialize): New function conditionally defined.
7316 (testcases): Move within conditional block.
7317 (main): Call initialize.
7318 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7319 of gdb.reverse/insn-reverse.c.
7320 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7321 gdb.reverse/insn-reverse.c.
7322
7323 2017-01-26 Yao Qi <yao.qi@linaro.org>
7324
7325 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7326 disassemble on address 0.
7327
7328 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7329 Yao Qi <yao.qi@linaro.org>
7330
7331 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7332 * gdb.dwarf2/implptr-64bit.S: Remove.
7333 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7334 variables in caller's context. Add DW_OP_implicit_value.
7335
7336 2017-01-25 Yao Qi <yao.qi@linaro.org>
7337
7338 * lib/dwarf.exp (Dwarf::_location): Handle
7339 DW_OP_GNU_implicit_pointer with proper size.
7340
7341 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7342
7343 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7344 and add untested calls.
7345
7346 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7347
7348 * gdb.python/python.exp: Check line number against what GDB thinks
7349 the line number is for func1.
7350
7351 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7352
7353 * gdb.dlang/debug-expr.exp: New file.
7354
7355 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7356
7357 Fix test names for the following files:
7358
7359 * gdb.ada/exec_changed.exp
7360 * gdb.ada/info_types.exp
7361 * gdb.arch/aarch64-atomic-inst.exp
7362 * gdb.arch/aarch64-fp.exp
7363 * gdb.arch/altivec-abi.exp
7364 * gdb.arch/altivec-regs.exp
7365 * gdb.arch/amd64-byte.exp
7366 * gdb.arch/amd64-disp-step.exp
7367 * gdb.arch/amd64-dword.exp
7368 * gdb.arch/amd64-entry-value-inline.exp
7369 * gdb.arch/amd64-entry-value-param.exp
7370 * gdb.arch/amd64-entry-value-paramref.exp
7371 * gdb.arch/amd64-entry-value.exp
7372 * gdb.arch/amd64-i386-address.exp
7373 * gdb.arch/amd64-invalid-stack-middle.exp
7374 * gdb.arch/amd64-invalid-stack-top.exp
7375 * gdb.arch/amd64-optimout-repeat.exp
7376 * gdb.arch/amd64-prologue-skip.exp
7377 * gdb.arch/amd64-prologue-xmm.exp
7378 * gdb.arch/amd64-stap-special-operands.exp
7379 * gdb.arch/amd64-stap-wrong-subexp.exp
7380 * gdb.arch/amd64-tailcall-cxx.exp
7381 * gdb.arch/amd64-tailcall-noret.exp
7382 * gdb.arch/amd64-tailcall-ret.exp
7383 * gdb.arch/amd64-tailcall-self.exp
7384 * gdb.arch/amd64-word.exp
7385 * gdb.arch/arm-bl-branch-dest.exp
7386 * gdb.arch/arm-disp-step.exp
7387 * gdb.arch/arm-neon.exp
7388 * gdb.arch/arm-single-step-kernel-helper.exp
7389 * gdb.arch/avr-flash-qualifier.exp
7390 * gdb.arch/disp-step-insn-reloc.exp
7391 * gdb.arch/e500-abi.exp
7392 * gdb.arch/e500-regs.exp
7393 * gdb.arch/ftrace-insn-reloc.exp
7394 * gdb.arch/i386-avx512.exp
7395 * gdb.arch/i386-bp_permanent.exp
7396 * gdb.arch/i386-byte.exp
7397 * gdb.arch/i386-cfi-notcurrent.exp
7398 * gdb.arch/i386-disp-step.exp
7399 * gdb.arch/i386-dr3-watch.exp
7400 * gdb.arch/i386-float.exp
7401 * gdb.arch/i386-gnu-cfi.exp
7402 * gdb.arch/i386-mpx-map.exp
7403 * gdb.arch/i386-mpx-sigsegv.exp
7404 * gdb.arch/i386-mpx-simple_segv.exp
7405 * gdb.arch/i386-mpx.exp
7406 * gdb.arch/i386-permbkpt.exp
7407 * gdb.arch/i386-prologue.exp
7408 * gdb.arch/i386-signal.exp
7409 * gdb.arch/i386-size-overlap.exp
7410 * gdb.arch/i386-unwind.exp
7411 * gdb.arch/i386-word.exp
7412 * gdb.arch/mips-fcr.exp
7413 * gdb.arch/powerpc-d128-regs.exp
7414 * gdb.arch/powerpc-stackless.exp
7415 * gdb.arch/ppc64-atomic-inst.exp
7416 * gdb.arch/s390-stackless.exp
7417 * gdb.arch/s390-tdbregs.exp
7418 * gdb.arch/s390-vregs.exp
7419 * gdb.arch/sparc-sysstep.exp
7420 * gdb.arch/thumb-bx-pc.exp
7421 * gdb.arch/thumb-singlestep.exp
7422 * gdb.arch/thumb2-it.exp
7423 * gdb.arch/vsx-regs.exp
7424 * gdb.asm/asm-source.exp
7425 * gdb.base/a2-run.exp
7426 * gdb.base/advance.exp
7427 * gdb.base/all-bin.exp
7428 * gdb.base/anon.exp
7429 * gdb.base/args.exp
7430 * gdb.base/arithmet.exp
7431 * gdb.base/async-shell.exp
7432 * gdb.base/async.exp
7433 * gdb.base/attach-pie-noexec.exp
7434 * gdb.base/attach-twice.exp
7435 * gdb.base/auto-load.exp
7436 * gdb.base/bang.exp
7437 * gdb.base/bitfields.exp
7438 * gdb.base/break-always.exp
7439 * gdb.base/break-caller-line.exp
7440 * gdb.base/break-entry.exp
7441 * gdb.base/break-inline.exp
7442 * gdb.base/break-on-linker-gcd-function.exp
7443 * gdb.base/break-probes.exp
7444 * gdb.base/break.exp
7445 * gdb.base/breakpoint-shadow.exp
7446 * gdb.base/call-ar-st.exp
7447 * gdb.base/call-sc.exp
7448 * gdb.base/call-signal-resume.exp
7449 * gdb.base/call-strs.exp
7450 * gdb.base/callfuncs.exp
7451 * gdb.base/catch-fork-static.exp
7452 * gdb.base/catch-gdb-caused-signals.exp
7453 * gdb.base/catch-load.exp
7454 * gdb.base/catch-signal-fork.exp
7455 * gdb.base/catch-signal.exp
7456 * gdb.base/catch-syscall.exp
7457 * gdb.base/charset.exp
7458 * gdb.base/checkpoint.exp
7459 * gdb.base/chng-syms.exp
7460 * gdb.base/code-expr.exp
7461 * gdb.base/code_elim.exp
7462 * gdb.base/commands.exp
7463 * gdb.base/completion.exp
7464 * gdb.base/complex.exp
7465 * gdb.base/cond-expr.exp
7466 * gdb.base/condbreak.exp
7467 * gdb.base/consecutive.exp
7468 * gdb.base/continue-all-already-running.exp
7469 * gdb.base/coredump-filter.exp
7470 * gdb.base/corefile.exp
7471 * gdb.base/dbx.exp
7472 * gdb.base/debug-expr.exp
7473 * gdb.base/define.exp
7474 * gdb.base/del.exp
7475 * gdb.base/disabled-location.exp
7476 * gdb.base/disasm-end-cu.exp
7477 * gdb.base/disasm-optim.exp
7478 * gdb.base/display.exp
7479 * gdb.base/duplicate-bp.exp
7480 * gdb.base/ena-dis-br.exp
7481 * gdb.base/ending-run.exp
7482 * gdb.base/enumval.exp
7483 * gdb.base/environ.exp
7484 * gdb.base/eu-strip-infcall.exp
7485 * gdb.base/eval-avoid-side-effects.exp
7486 * gdb.base/eval-skip.exp
7487 * gdb.base/exitsignal.exp
7488 * gdb.base/expand-psymtabs.exp
7489 * gdb.base/filesym.exp
7490 * gdb.base/find-unmapped.exp
7491 * gdb.base/finish.exp
7492 * gdb.base/float.exp
7493 * gdb.base/foll-exec-mode.exp
7494 * gdb.base/foll-exec.exp
7495 * gdb.base/foll-fork.exp
7496 * gdb.base/fortran-sym-case.exp
7497 * gdb.base/freebpcmd.exp
7498 * gdb.base/func-ptr.exp
7499 * gdb.base/func-ptrs.exp
7500 * gdb.base/funcargs.exp
7501 * gdb.base/gcore-buffer-overflow.exp
7502 * gdb.base/gcore-relro-pie.exp
7503 * gdb.base/gcore-relro.exp
7504 * gdb.base/gcore.exp
7505 * gdb.base/gdb1090.exp
7506 * gdb.base/gdb11530.exp
7507 * gdb.base/gdb11531.exp
7508 * gdb.base/gdb1821.exp
7509 * gdb.base/gdbindex-stabs.exp
7510 * gdb.base/gdbvars.exp
7511 * gdb.base/hbreak.exp
7512 * gdb.base/hbreak2.exp
7513 * gdb.base/included.exp
7514 * gdb.base/infcall-input.exp
7515 * gdb.base/inferior-died.exp
7516 * gdb.base/infnan.exp
7517 * gdb.base/info-macros.exp
7518 * gdb.base/info-os.exp
7519 * gdb.base/info-proc.exp
7520 * gdb.base/info-shared.exp
7521 * gdb.base/info-target.exp
7522 * gdb.base/infoline.exp
7523 * gdb.base/interp.exp
7524 * gdb.base/interrupt.exp
7525 * gdb.base/jit-reader.exp
7526 * gdb.base/jit-simple.exp
7527 * gdb.base/kill-after-signal.exp
7528 * gdb.base/kill-detach-inferiors-cmd.exp
7529 * gdb.base/label.exp
7530 * gdb.base/langs.exp
7531 * gdb.base/ldbl_e308.exp
7532 * gdb.base/line-symtabs.exp
7533 * gdb.base/linespecs.exp
7534 * gdb.base/list.exp
7535 * gdb.base/long_long.exp
7536 * gdb.base/longest-types.exp
7537 * gdb.base/maint.exp
7538 * gdb.base/max-value-size.exp
7539 * gdb.base/memattr.exp
7540 * gdb.base/mips_pro.exp
7541 * gdb.base/morestack.exp
7542 * gdb.base/moribund-step.exp
7543 * gdb.base/multi-forks.exp
7544 * gdb.base/nested-addr.exp
7545 * gdb.base/nextoverexit.exp
7546 * gdb.base/noreturn-finish.exp
7547 * gdb.base/noreturn-return.exp
7548 * gdb.base/nostdlib.exp
7549 * gdb.base/offsets.exp
7550 * gdb.base/opaque.exp
7551 * gdb.base/pc-fp.exp
7552 * gdb.base/permissions.exp
7553 * gdb.base/print-symbol-loading.exp
7554 * gdb.base/prologue-include.exp
7555 * gdb.base/psymtab.exp
7556 * gdb.base/ptype.exp
7557 * gdb.base/random-signal.exp
7558 * gdb.base/randomize.exp
7559 * gdb.base/range-stepping.exp
7560 * gdb.base/readline-ask.exp
7561 * gdb.base/recpar.exp
7562 * gdb.base/recurse.exp
7563 * gdb.base/relational.exp
7564 * gdb.base/restore.exp
7565 * gdb.base/return-nodebug.exp
7566 * gdb.base/return.exp
7567 * gdb.base/run-after-attach.exp
7568 * gdb.base/save-bp.exp
7569 * gdb.base/scope.exp
7570 * gdb.base/sect-cmd.exp
7571 * gdb.base/set-lang-auto.exp
7572 * gdb.base/set-noassign.exp
7573 * gdb.base/setvar.exp
7574 * gdb.base/sigall.exp
7575 * gdb.base/sigbpt.exp
7576 * gdb.base/siginfo-addr.exp
7577 * gdb.base/siginfo-infcall.exp
7578 * gdb.base/siginfo-obj.exp
7579 * gdb.base/siginfo.exp
7580 * gdb.base/signals-state-child.exp
7581 * gdb.base/signest.exp
7582 * gdb.base/sigstep.exp
7583 * gdb.base/sizeof.exp
7584 * gdb.base/skip.exp
7585 * gdb.base/solib-corrupted.exp
7586 * gdb.base/solib-nodir.exp
7587 * gdb.base/solib-search.exp
7588 * gdb.base/stack-checking.exp
7589 * gdb.base/stale-infcall.exp
7590 * gdb.base/stap-probe.exp
7591 * gdb.base/start.exp
7592 * gdb.base/step-break.exp
7593 * gdb.base/step-bt.exp
7594 * gdb.base/step-line.exp
7595 * gdb.base/step-over-exit.exp
7596 * gdb.base/step-over-syscall.exp
7597 * gdb.base/step-resume-infcall.exp
7598 * gdb.base/step-test.exp
7599 * gdb.base/store.exp
7600 * gdb.base/structs3.exp
7601 * gdb.base/sym-file.exp
7602 * gdb.base/symbol-without-target_section.exp
7603 * gdb.base/term.exp
7604 * gdb.base/testenv.exp
7605 * gdb.base/ui-redirect.exp
7606 * gdb.base/until.exp
7607 * gdb.base/unwindonsignal.exp
7608 * gdb.base/value-double-free.exp
7609 * gdb.base/vla-datatypes.exp
7610 * gdb.base/vla-ptr.exp
7611 * gdb.base/vla-sideeffect.exp
7612 * gdb.base/volatile.exp
7613 * gdb.base/watch-cond-infcall.exp
7614 * gdb.base/watch-cond.exp
7615 * gdb.base/watch-non-mem.exp
7616 * gdb.base/watch-read.exp
7617 * gdb.base/watch-vfork.exp
7618 * gdb.base/watchpoint-cond-gone.exp
7619 * gdb.base/watchpoint-delete.exp
7620 * gdb.base/watchpoint-hw-hit-once.exp
7621 * gdb.base/watchpoint-hw.exp
7622 * gdb.base/watchpoint-stops-at-right-insn.exp
7623 * gdb.base/watchpoints.exp
7624 * gdb.base/wchar.exp
7625 * gdb.base/whatis-exp.exp
7626 * gdb.btrace/buffer-size.exp
7627 * gdb.btrace/data.exp
7628 * gdb.btrace/delta.exp
7629 * gdb.btrace/dlopen.exp
7630 * gdb.btrace/enable.exp
7631 * gdb.btrace/exception.exp
7632 * gdb.btrace/function_call_history.exp
7633 * gdb.btrace/gcore.exp
7634 * gdb.btrace/instruction_history.exp
7635 * gdb.btrace/nohist.exp
7636 * gdb.btrace/reconnect.exp
7637 * gdb.btrace/record_goto-step.exp
7638 * gdb.btrace/record_goto.exp
7639 * gdb.btrace/rn-dl-bind.exp
7640 * gdb.btrace/segv.exp
7641 * gdb.btrace/step.exp
7642 * gdb.btrace/stepi.exp
7643 * gdb.btrace/tailcall-only.exp
7644 * gdb.btrace/tailcall.exp
7645 * gdb.btrace/tsx.exp
7646 * gdb.btrace/unknown_functions.exp
7647 * gdb.btrace/vdso.exp
7648 * gdb.compile/compile-ifunc.exp
7649 * gdb.compile/compile-ops.exp
7650 * gdb.compile/compile-print.exp
7651 * gdb.compile/compile-setjmp.exp
7652 * gdb.cp/abstract-origin.exp
7653 * gdb.cp/ambiguous.exp
7654 * gdb.cp/annota2.exp
7655 * gdb.cp/annota3.exp
7656 * gdb.cp/anon-ns.exp
7657 * gdb.cp/anon-struct.exp
7658 * gdb.cp/anon-union.exp
7659 * gdb.cp/arg-reference.exp
7660 * gdb.cp/baseenum.exp
7661 * gdb.cp/bool.exp
7662 * gdb.cp/breakpoint.exp
7663 * gdb.cp/bs15503.exp
7664 * gdb.cp/call-c.exp
7665 * gdb.cp/casts.exp
7666 * gdb.cp/chained-calls.exp
7667 * gdb.cp/class2.exp
7668 * gdb.cp/classes.exp
7669 * gdb.cp/cmpd-minsyms.exp
7670 * gdb.cp/converts.exp
7671 * gdb.cp/cp-relocate.exp
7672 * gdb.cp/cpcompletion.exp
7673 * gdb.cp/cpexprs.exp
7674 * gdb.cp/cplabel.exp
7675 * gdb.cp/cplusfuncs.exp
7676 * gdb.cp/cpsizeof.exp
7677 * gdb.cp/ctti.exp
7678 * gdb.cp/derivation.exp
7679 * gdb.cp/destrprint.exp
7680 * gdb.cp/dispcxx.exp
7681 * gdb.cp/enum-class.exp
7682 * gdb.cp/exception.exp
7683 * gdb.cp/exceptprint.exp
7684 * gdb.cp/expand-psymtabs-cxx.exp
7685 * gdb.cp/expand-sals.exp
7686 * gdb.cp/extern-c.exp
7687 * gdb.cp/filename.exp
7688 * gdb.cp/formatted-ref.exp
7689 * gdb.cp/fpointer.exp
7690 * gdb.cp/gdb1355.exp
7691 * gdb.cp/gdb2495.exp
7692 * gdb.cp/hang.exp
7693 * gdb.cp/impl-this.exp
7694 * gdb.cp/infcall-dlopen.exp
7695 * gdb.cp/inherit.exp
7696 * gdb.cp/iostream.exp
7697 * gdb.cp/koenig.exp
7698 * gdb.cp/local.exp
7699 * gdb.cp/m-data.exp
7700 * gdb.cp/m-static.exp
7701 * gdb.cp/mb-ctor.exp
7702 * gdb.cp/mb-inline.exp
7703 * gdb.cp/mb-templates.exp
7704 * gdb.cp/member-name.exp
7705 * gdb.cp/member-ptr.exp
7706 * gdb.cp/meth-typedefs.exp
7707 * gdb.cp/method.exp
7708 * gdb.cp/method2.exp
7709 * gdb.cp/minsym-fallback.exp
7710 * gdb.cp/misc.exp
7711 * gdb.cp/namelessclass.exp
7712 * gdb.cp/namespace-enum.exp
7713 * gdb.cp/namespace-nested-import.exp
7714 * gdb.cp/namespace.exp
7715 * gdb.cp/nextoverthrow.exp
7716 * gdb.cp/no-dmgl-verbose.exp
7717 * gdb.cp/non-trivial-retval.exp
7718 * gdb.cp/noparam.exp
7719 * gdb.cp/nsdecl.exp
7720 * gdb.cp/nsimport.exp
7721 * gdb.cp/nsnested.exp
7722 * gdb.cp/nsnoimports.exp
7723 * gdb.cp/nsrecurs.exp
7724 * gdb.cp/nsstress.exp
7725 * gdb.cp/nsusing.exp
7726 * gdb.cp/operator.exp
7727 * gdb.cp/oranking.exp
7728 * gdb.cp/overload-const.exp
7729 * gdb.cp/overload.exp
7730 * gdb.cp/ovldbreak.exp
7731 * gdb.cp/ovsrch.exp
7732 * gdb.cp/paren-type.exp
7733 * gdb.cp/parse-lang.exp
7734 * gdb.cp/pass-by-ref.exp
7735 * gdb.cp/pr-1023.exp
7736 * gdb.cp/pr-1210.exp
7737 * gdb.cp/pr-574.exp
7738 * gdb.cp/pr10687.exp
7739 * gdb.cp/pr12028.exp
7740 * gdb.cp/pr17132.exp
7741 * gdb.cp/pr17494.exp
7742 * gdb.cp/pr9067.exp
7743 * gdb.cp/pr9167.exp
7744 * gdb.cp/pr9631.exp
7745 * gdb.cp/printmethod.exp
7746 * gdb.cp/psmang.exp
7747 * gdb.cp/psymtab-parameter.exp
7748 * gdb.cp/ptype-cv-cp.exp
7749 * gdb.cp/ptype-flags.exp
7750 * gdb.cp/re-set-overloaded.exp
7751 * gdb.cp/ref-types.exp
7752 * gdb.cp/rtti.exp
7753 * gdb.cp/scope-err.exp
7754 * gdb.cp/shadow.exp
7755 * gdb.cp/smartp.exp
7756 * gdb.cp/static-method.exp
7757 * gdb.cp/static-print-quit.exp
7758 * gdb.cp/temargs.exp
7759 * gdb.cp/templates.exp
7760 * gdb.cp/try_catch.exp
7761 * gdb.cp/typedef-operator.exp
7762 * gdb.cp/typeid.exp
7763 * gdb.cp/userdef.exp
7764 * gdb.cp/using-crash.exp
7765 * gdb.cp/var-tag.exp
7766 * gdb.cp/virtbase.exp
7767 * gdb.cp/virtfunc.exp
7768 * gdb.cp/virtfunc2.exp
7769 * gdb.cp/vla-cxx.exp
7770 * gdb.disasm/t01_mov.exp
7771 * gdb.disasm/t02_mova.exp
7772 * gdb.disasm/t03_add.exp
7773 * gdb.disasm/t04_sub.exp
7774 * gdb.disasm/t05_cmp.exp
7775 * gdb.disasm/t06_ari2.exp
7776 * gdb.disasm/t07_ari3.exp
7777 * gdb.disasm/t08_or.exp
7778 * gdb.disasm/t09_xor.exp
7779 * gdb.disasm/t10_and.exp
7780 * gdb.disasm/t11_logs.exp
7781 * gdb.disasm/t12_bit.exp
7782 * gdb.disasm/t13_otr.exp
7783 * gdb.dlang/circular.exp
7784 * gdb.dwarf2/arr-stride.exp
7785 * gdb.dwarf2/arr-subrange.exp
7786 * gdb.dwarf2/atomic-type.exp
7787 * gdb.dwarf2/bad-regnum.exp
7788 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7789 * gdb.dwarf2/callframecfa.exp
7790 * gdb.dwarf2/clztest.exp
7791 * gdb.dwarf2/corrupt.exp
7792 * gdb.dwarf2/data-loc.exp
7793 * gdb.dwarf2/dup-psym.exp
7794 * gdb.dwarf2/dw2-anon-mptr.exp
7795 * gdb.dwarf2/dw2-anonymous-func.exp
7796 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7797 * gdb.dwarf2/dw2-bad-unresolved.exp
7798 * gdb.dwarf2/dw2-basic.exp
7799 * gdb.dwarf2/dw2-canonicalize-type.exp
7800 * gdb.dwarf2/dw2-case-insensitive.exp
7801 * gdb.dwarf2/dw2-common-block.exp
7802 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7803 * gdb.dwarf2/dw2-compressed.exp
7804 * gdb.dwarf2/dw2-const.exp
7805 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7806 * gdb.dwarf2/dw2-cu-size.exp
7807 * gdb.dwarf2/dw2-dup-frame.exp
7808 * gdb.dwarf2/dw2-entry-value.exp
7809 * gdb.dwarf2/dw2-icycle.exp
7810 * gdb.dwarf2/dw2-ifort-parameter.exp
7811 * gdb.dwarf2/dw2-inline-break.exp
7812 * gdb.dwarf2/dw2-inline-param.exp
7813 * gdb.dwarf2/dw2-intercu.exp
7814 * gdb.dwarf2/dw2-intermix.exp
7815 * gdb.dwarf2/dw2-lexical-block-bare.exp
7816 * gdb.dwarf2/dw2-linkage-name-trust.exp
7817 * gdb.dwarf2/dw2-minsym-in-cu.exp
7818 * gdb.dwarf2/dw2-noloc.exp
7819 * gdb.dwarf2/dw2-op-call.exp
7820 * gdb.dwarf2/dw2-op-out-param.exp
7821 * gdb.dwarf2/dw2-opt-structptr.exp
7822 * gdb.dwarf2/dw2-param-error.exp
7823 * gdb.dwarf2/dw2-producer.exp
7824 * gdb.dwarf2/dw2-ranges-base.exp
7825 * gdb.dwarf2/dw2-ref-missing-frame.exp
7826 * gdb.dwarf2/dw2-reg-undefined.exp
7827 * gdb.dwarf2/dw2-regno-invalid.exp
7828 * gdb.dwarf2/dw2-restore.exp
7829 * gdb.dwarf2/dw2-restrict.exp
7830 * gdb.dwarf2/dw2-single-line-discriminators.exp
7831 * gdb.dwarf2/dw2-strp.exp
7832 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7833 * gdb.dwarf2/dw2-unresolved.exp
7834 * gdb.dwarf2/dw2-var-zero-addr.exp
7835 * gdb.dwarf2/dw4-sig-types.exp
7836 * gdb.dwarf2/dwz.exp
7837 * gdb.dwarf2/dynarr-ptr.exp
7838 * gdb.dwarf2/enum-type.exp
7839 * gdb.dwarf2/gdb-index.exp
7840 * gdb.dwarf2/implptr-64bit.exp
7841 * gdb.dwarf2/implptr-optimized-out.exp
7842 * gdb.dwarf2/implptr.exp
7843 * gdb.dwarf2/implref-array.exp
7844 * gdb.dwarf2/implref-const.exp
7845 * gdb.dwarf2/implref-global.exp
7846 * gdb.dwarf2/implref-struct.exp
7847 * gdb.dwarf2/mac-fileno.exp
7848 * gdb.dwarf2/main-subprogram.exp
7849 * gdb.dwarf2/member-ptr-forwardref.exp
7850 * gdb.dwarf2/method-ptr.exp
7851 * gdb.dwarf2/missing-sig-type.exp
7852 * gdb.dwarf2/nonvar-access.exp
7853 * gdb.dwarf2/opaque-type-lookup.exp
7854 * gdb.dwarf2/pieces-optimized-out.exp
7855 * gdb.dwarf2/pieces.exp
7856 * gdb.dwarf2/pr10770.exp
7857 * gdb.dwarf2/pr13961.exp
7858 * gdb.dwarf2/staticvirtual.exp
7859 * gdb.dwarf2/subrange.exp
7860 * gdb.dwarf2/symtab-producer.exp
7861 * gdb.dwarf2/trace-crash.exp
7862 * gdb.dwarf2/typeddwarf.exp
7863 * gdb.dwarf2/valop.exp
7864 * gdb.dwarf2/watch-notconst.exp
7865 * gdb.fortran/array-element.exp
7866 * gdb.fortran/charset.exp
7867 * gdb.fortran/common-block.exp
7868 * gdb.fortran/complex.exp
7869 * gdb.fortran/derived-type-function.exp
7870 * gdb.fortran/derived-type.exp
7871 * gdb.fortran/logical.exp
7872 * gdb.fortran/module.exp
7873 * gdb.fortran/multi-dim.exp
7874 * gdb.fortran/nested-funcs.exp
7875 * gdb.fortran/print-formatted.exp
7876 * gdb.fortran/subarray.exp
7877 * gdb.fortran/vla-alloc-assoc.exp
7878 * gdb.fortran/vla-datatypes.exp
7879 * gdb.fortran/vla-history.exp
7880 * gdb.fortran/vla-ptr-info.exp
7881 * gdb.fortran/vla-ptype-sub.exp
7882 * gdb.fortran/vla-ptype.exp
7883 * gdb.fortran/vla-sizeof.exp
7884 * gdb.fortran/vla-type.exp
7885 * gdb.fortran/vla-value-sub-arbitrary.exp
7886 * gdb.fortran/vla-value-sub-finish.exp
7887 * gdb.fortran/vla-value-sub.exp
7888 * gdb.fortran/vla-value.exp
7889 * gdb.fortran/whatis_type.exp
7890 * gdb.go/chan.exp
7891 * gdb.go/handcall.exp
7892 * gdb.go/hello.exp
7893 * gdb.go/integers.exp
7894 * gdb.go/methods.exp
7895 * gdb.go/package.exp
7896 * gdb.go/strings.exp
7897 * gdb.go/types.exp
7898 * gdb.go/unsafe.exp
7899 * gdb.guile/scm-arch.exp
7900 * gdb.guile/scm-block.exp
7901 * gdb.guile/scm-breakpoint.exp
7902 * gdb.guile/scm-cmd.exp
7903 * gdb.guile/scm-disasm.exp
7904 * gdb.guile/scm-equal.exp
7905 * gdb.guile/scm-frame-args.exp
7906 * gdb.guile/scm-frame-inline.exp
7907 * gdb.guile/scm-frame.exp
7908 * gdb.guile/scm-iterator.exp
7909 * gdb.guile/scm-math.exp
7910 * gdb.guile/scm-objfile.exp
7911 * gdb.guile/scm-ports.exp
7912 * gdb.guile/scm-symbol.exp
7913 * gdb.guile/scm-symtab.exp
7914 * gdb.guile/scm-value-cc.exp
7915 * gdb.guile/types-module.exp
7916 * gdb.linespec/break-ask.exp
7917 * gdb.linespec/cpexplicit.exp
7918 * gdb.linespec/explicit.exp
7919 * gdb.linespec/keywords.exp
7920 * gdb.linespec/linespec.exp
7921 * gdb.linespec/ls-dollar.exp
7922 * gdb.linespec/ls-errs.exp
7923 * gdb.linespec/skip-two.exp
7924 * gdb.linespec/thread.exp
7925 * gdb.mi/mi-async.exp
7926 * gdb.mi/mi-basics.exp
7927 * gdb.mi/mi-break.exp
7928 * gdb.mi/mi-catch-load.exp
7929 * gdb.mi/mi-cli.exp
7930 * gdb.mi/mi-cmd-param-changed.exp
7931 * gdb.mi/mi-console.exp
7932 * gdb.mi/mi-detach.exp
7933 * gdb.mi/mi-disassemble.exp
7934 * gdb.mi/mi-eval.exp
7935 * gdb.mi/mi-file-transfer.exp
7936 * gdb.mi/mi-file.exp
7937 * gdb.mi/mi-fill-memory.exp
7938 * gdb.mi/mi-inheritance-syntax-error.exp
7939 * gdb.mi/mi-linespec-err-cp.exp
7940 * gdb.mi/mi-logging.exp
7941 * gdb.mi/mi-memory-changed.exp
7942 * gdb.mi/mi-read-memory.exp
7943 * gdb.mi/mi-record-changed.exp
7944 * gdb.mi/mi-reg-undefined.exp
7945 * gdb.mi/mi-regs.exp
7946 * gdb.mi/mi-return.exp
7947 * gdb.mi/mi-reverse.exp
7948 * gdb.mi/mi-simplerun.exp
7949 * gdb.mi/mi-solib.exp
7950 * gdb.mi/mi-stack.exp
7951 * gdb.mi/mi-stepi.exp
7952 * gdb.mi/mi-syn-frame.exp
7953 * gdb.mi/mi-until.exp
7954 * gdb.mi/mi-var-block.exp
7955 * gdb.mi/mi-var-child.exp
7956 * gdb.mi/mi-var-cmd.exp
7957 * gdb.mi/mi-var-cp.exp
7958 * gdb.mi/mi-var-display.exp
7959 * gdb.mi/mi-var-invalidate.exp
7960 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7961 * gdb.mi/mi-vla-fortran.exp
7962 * gdb.mi/mi-watch.exp
7963 * gdb.mi/mi2-var-child.exp
7964 * gdb.mi/user-selected-context-sync.exp
7965 * gdb.modula2/unbounded-array.exp
7966 * gdb.multi/dummy-frame-restore.exp
7967 * gdb.multi/multi-arch-exec.exp
7968 * gdb.multi/multi-arch.exp
7969 * gdb.multi/tids.exp
7970 * gdb.multi/watchpoint-multi.exp
7971 * gdb.opencl/callfuncs.exp
7972 * gdb.opencl/convs_casts.exp
7973 * gdb.opencl/datatypes.exp
7974 * gdb.opencl/operators.exp
7975 * gdb.opencl/vec_comps.exp
7976 * gdb.opt/clobbered-registers-O2.exp
7977 * gdb.opt/inline-break.exp
7978 * gdb.opt/inline-bt.exp
7979 * gdb.opt/inline-cmds.exp
7980 * gdb.opt/inline-locals.exp
7981 * gdb.pascal/case-insensitive-symbols.exp
7982 * gdb.pascal/floats.exp
7983 * gdb.pascal/gdb11492.exp
7984 * gdb.python/lib-types.exp
7985 * gdb.python/py-arch.exp
7986 * gdb.python/py-as-string.exp
7987 * gdb.python/py-bad-printers.exp
7988 * gdb.python/py-block.exp
7989 * gdb.python/py-breakpoint-create-fail.exp
7990 * gdb.python/py-breakpoint.exp
7991 * gdb.python/py-caller-is.exp
7992 * gdb.python/py-cmd.exp
7993 * gdb.python/py-explore-cc.exp
7994 * gdb.python/py-explore.exp
7995 * gdb.python/py-finish-breakpoint.exp
7996 * gdb.python/py-finish-breakpoint2.exp
7997 * gdb.python/py-frame-args.exp
7998 * gdb.python/py-frame-inline.exp
7999 * gdb.python/py-frame.exp
8000 * gdb.python/py-framefilter-mi.exp
8001 * gdb.python/py-infthread.exp
8002 * gdb.python/py-lazy-string.exp
8003 * gdb.python/py-linetable.exp
8004 * gdb.python/py-mi-events.exp
8005 * gdb.python/py-mi-objfile.exp
8006 * gdb.python/py-mi.exp
8007 * gdb.python/py-objfile.exp
8008 * gdb.python/py-pp-integral.exp
8009 * gdb.python/py-pp-maint.exp
8010 * gdb.python/py-pp-re-notag.exp
8011 * gdb.python/py-pp-registration.exp
8012 * gdb.python/py-recurse-unwind.exp
8013 * gdb.python/py-strfns.exp
8014 * gdb.python/py-symbol.exp
8015 * gdb.python/py-symtab.exp
8016 * gdb.python/py-sync-interp.exp
8017 * gdb.python/py-typeprint.exp
8018 * gdb.python/py-unwind-maint.exp
8019 * gdb.python/py-unwind.exp
8020 * gdb.python/py-value-cc.exp
8021 * gdb.python/py-xmethods.exp
8022 * gdb.reverse/amd64-tailcall-reverse.exp
8023 * gdb.reverse/break-precsave.exp
8024 * gdb.reverse/break-reverse.exp
8025 * gdb.reverse/consecutive-precsave.exp
8026 * gdb.reverse/consecutive-reverse.exp
8027 * gdb.reverse/finish-precsave.exp
8028 * gdb.reverse/finish-reverse-bkpt.exp
8029 * gdb.reverse/finish-reverse.exp
8030 * gdb.reverse/fstatat-reverse.exp
8031 * gdb.reverse/getresuid-reverse.exp
8032 * gdb.reverse/i386-precsave.exp
8033 * gdb.reverse/i386-reverse.exp
8034 * gdb.reverse/i386-sse-reverse.exp
8035 * gdb.reverse/i387-env-reverse.exp
8036 * gdb.reverse/i387-stack-reverse.exp
8037 * gdb.reverse/insn-reverse.exp
8038 * gdb.reverse/machinestate-precsave.exp
8039 * gdb.reverse/machinestate.exp
8040 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8041 * gdb.reverse/pipe-reverse.exp
8042 * gdb.reverse/readv-reverse.exp
8043 * gdb.reverse/recvmsg-reverse.exp
8044 * gdb.reverse/rerun-prec.exp
8045 * gdb.reverse/s390-mvcle.exp
8046 * gdb.reverse/step-precsave.exp
8047 * gdb.reverse/step-reverse.exp
8048 * gdb.reverse/time-reverse.exp
8049 * gdb.reverse/until-precsave.exp
8050 * gdb.reverse/until-reverse.exp
8051 * gdb.reverse/waitpid-reverse.exp
8052 * gdb.reverse/watch-precsave.exp
8053 * gdb.reverse/watch-reverse.exp
8054 * gdb.rust/generics.exp
8055 * gdb.rust/methods.exp
8056 * gdb.rust/modules.exp
8057 * gdb.rust/simple.exp
8058 * gdb.server/connect-with-no-symbol-file.exp
8059 * gdb.server/ext-attach.exp
8060 * gdb.server/ext-restart.exp
8061 * gdb.server/ext-wrapper.exp
8062 * gdb.server/file-transfer.exp
8063 * gdb.server/server-exec-info.exp
8064 * gdb.server/server-kill.exp
8065 * gdb.server/server-mon.exp
8066 * gdb.server/wrapper.exp
8067 * gdb.stabs/exclfwd.exp
8068 * gdb.stabs/gdb11479.exp
8069 * gdb.threads/clone-new-thread-event.exp
8070 * gdb.threads/corethreads.exp
8071 * gdb.threads/current-lwp-dead.exp
8072 * gdb.threads/dlopen-libpthread.exp
8073 * gdb.threads/gcore-thread.exp
8074 * gdb.threads/sigstep-threads.exp
8075 * gdb.threads/watchpoint-fork.exp
8076 * gdb.trace/actions-changed.exp
8077 * gdb.trace/backtrace.exp
8078 * gdb.trace/change-loc.exp
8079 * gdb.trace/circ.exp
8080 * gdb.trace/collection.exp
8081 * gdb.trace/disconnected-tracing.exp
8082 * gdb.trace/ftrace.exp
8083 * gdb.trace/mi-trace-frame-collected.exp
8084 * gdb.trace/mi-trace-unavailable.exp
8085 * gdb.trace/mi-traceframe-changed.exp
8086 * gdb.trace/mi-tsv-changed.exp
8087 * gdb.trace/no-attach-trace.exp
8088 * gdb.trace/passc-dyn.exp
8089 * gdb.trace/qtro.exp
8090 * gdb.trace/range-stepping.exp
8091 * gdb.trace/read-memory.exp
8092 * gdb.trace/save-trace.exp
8093 * gdb.trace/signal.exp
8094 * gdb.trace/status-stop.exp
8095 * gdb.trace/tfile.exp
8096 * gdb.trace/trace-break.exp
8097 * gdb.trace/trace-buffer-size.exp
8098 * gdb.trace/trace-condition.exp
8099 * gdb.trace/tracefile-pseudo-reg.exp
8100 * gdb.trace/tstatus.exp
8101 * gdb.trace/unavailable.exp
8102 * gdb.trace/while-dyn.exp
8103 * gdb.trace/while-stepping.exp
8104
8105 2016-12-22 Doug Evans <xdje42@gmail.com>
8106
8107 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8108 and msymbols.
8109
8110 2016-12-19 Yao Qi <yao.qi@linaro.org>
8111
8112 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8113 (test_with_self): Don't call do_steps_and_nexts, and remove
8114 code about stepping into xmalloc.
8115
8116 2016-12-09 Yao Qi <yao.qi@linaro.org>
8117
8118 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8119
8120 2016-12-09 Yao Qi <yao.qi@linaro.org>
8121
8122 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8123
8124 2016-12-09 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.base/all-architectures-0.exp: New file.
8127 * gdb.base/all-architectures-1.exp: New file.
8128 * gdb.base/all-architectures-2.exp: New file.
8129 * gdb.base/all-architectures-3.exp: New file.
8130 * gdb.base/all-architectures-4.exp: New file.
8131 * gdb.base/all-architectures-5.exp: New file.
8132 * gdb.base/all-architectures-6.exp: New file.
8133 * gdb.base/all-architectures-7.exp: New file.
8134 * gdb.base/all-architectures.exp.in: New file.
8135
8136 2016-12-09 Yao Qi <yao.qi@linaro.org>
8137
8138 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8139
8140 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8141
8142 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8143 possible.
8144 Remove useless pattern-matching code.
8145
8146 2016-12-02 Pedro Alves <palves@redhat.com>
8147
8148 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8149 procedure.
8150 (top level): Call it.
8151
8152 2016-12-02 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8155 New procedure.
8156 (top level): Call it.
8157
8158 2016-12-02 Pedro Alves <palves@redhat.com>
8159
8160 PR cli/20559
8161 * gdb.base/commands.exp (user_defined_command_args_eval): New
8162 procedure.
8163 (top level): Call it.
8164
8165 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8166
8167 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8168 timeout handling.
8169
8170 2016-12-02 Tom Tromey <tom@tromey.com>
8171
8172 * gdb.dwarf2/main-subprogram.c: New file.
8173 * gdb.dwarf2/main-subprogram.exp: New file.
8174
8175 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8176
8177 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8178 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8179 gdb_test_no_output for a couple of cases.
8180 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8181
8182 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8183
8184 Fix test names and standardize compilation error messages throughout
8185 the following files:
8186
8187 * gdb.ada/start.exp
8188 * gdb.arch/alpha-step.exp
8189 * gdb.arch/e500-prologue.exp
8190 * gdb.arch/ftrace-insn-reloc.exp
8191 * gdb.arch/gdb1291.exp
8192 * gdb.arch/gdb1431.exp
8193 * gdb.arch/gdb1558.exp
8194 * gdb.arch/i386-dr3-watch.exp
8195 * gdb.arch/i386-sse-stack-align.exp
8196 * gdb.arch/ia64-breakpoint-shadow.exp
8197 * gdb.arch/pa-nullify.exp
8198 * gdb.arch/powerpc-aix-prologue.exp
8199 * gdb.arch/thumb-bx-pc.exp
8200 * gdb.base/annota1.exp
8201 * gdb.base/annota3.exp
8202 * gdb.base/arrayidx.exp
8203 * gdb.base/assign.exp
8204 * gdb.base/attach.exp
8205 * gdb.base/auxv.exp
8206 * gdb.base/bang.exp
8207 * gdb.base/bfp-test.exp
8208 * gdb.base/bigcore.exp
8209 * gdb.base/bitfields2.exp
8210 * gdb.base/break-fun-addr.exp
8211 * gdb.base/break-probes.exp
8212 * gdb.base/call-rt-st.exp
8213 * gdb.base/callexit.exp
8214 * gdb.base/catch-fork-kill.exp
8215 * gdb.base/charset.exp
8216 * gdb.base/checkpoint.exp
8217 * gdb.base/comprdebug.exp
8218 * gdb.base/constvars.exp
8219 * gdb.base/coredump-filter.exp
8220 * gdb.base/cursal.exp
8221 * gdb.base/cvexpr.exp
8222 * gdb.base/detach.exp
8223 * gdb.base/display.exp
8224 * gdb.base/dmsym.exp
8225 * gdb.base/dprintf-pending.exp
8226 * gdb.base/dso2dso.exp
8227 * gdb.base/dtrace-probe.exp
8228 * gdb.base/dump.exp
8229 * gdb.base/enum_cond.exp
8230 * gdb.base/exe-lock.exp
8231 * gdb.base/exec-invalid-sysroot.exp
8232 * gdb.base/execl-update-breakpoints.exp
8233 * gdb.base/exprs.exp
8234 * gdb.base/fileio.exp
8235 * gdb.base/find.exp
8236 * gdb.base/finish.exp
8237 * gdb.base/fixsection.exp
8238 * gdb.base/foll-vfork.exp
8239 * gdb.base/frame-args.exp
8240 * gdb.base/gcore.exp
8241 * gdb.base/gdb1250.exp
8242 * gdb.base/global-var-nested-by-dso.exp
8243 * gdb.base/gnu-ifunc.exp
8244 * gdb.base/hashline1.exp
8245 * gdb.base/hashline2.exp
8246 * gdb.base/hashline3.exp
8247 * gdb.base/hbreak-in-shr-unsupported.exp
8248 * gdb.base/huge.exp
8249 * gdb.base/infcall-input.exp
8250 * gdb.base/info-fun.exp
8251 * gdb.base/info-shared.exp
8252 * gdb.base/jit-simple.exp
8253 * gdb.base/jit-so.exp
8254 * gdb.base/jit.exp
8255 * gdb.base/jump.exp
8256 * gdb.base/label.exp
8257 * gdb.base/lineinc.exp
8258 * gdb.base/logical.exp
8259 * gdb.base/longjmp.exp
8260 * gdb.base/macscp.exp
8261 * gdb.base/miscexprs.exp
8262 * gdb.base/new-ui-echo.exp
8263 * gdb.base/new-ui-pending-input.exp
8264 * gdb.base/new-ui.exp
8265 * gdb.base/nodebug.exp
8266 * gdb.base/nofield.exp
8267 * gdb.base/offsets.exp
8268 * gdb.base/overlays.exp
8269 * gdb.base/pending.exp
8270 * gdb.base/pointers.exp
8271 * gdb.base/pr11022.exp
8272 * gdb.base/printcmds.exp
8273 * gdb.base/prologue.exp
8274 * gdb.base/ptr-typedef.exp
8275 * gdb.base/realname-expand.exp
8276 * gdb.base/relativedebug.exp
8277 * gdb.base/relocate.exp
8278 * gdb.base/remote.exp
8279 * gdb.base/reread.exp
8280 * gdb.base/return2.exp
8281 * gdb.base/savedregs.exp
8282 * gdb.base/sep.exp
8283 * gdb.base/sepdebug.exp
8284 * gdb.base/sepsymtab.exp
8285 * gdb.base/set-inferior-tty.exp
8286 * gdb.base/setshow.exp
8287 * gdb.base/shlib-call.exp
8288 * gdb.base/sigaltstack.exp
8289 * gdb.base/siginfo-addr.exp
8290 * gdb.base/signals.exp
8291 * gdb.base/signull.exp
8292 * gdb.base/sigrepeat.exp
8293 * gdb.base/so-impl-ld.exp
8294 * gdb.base/solib-display.exp
8295 * gdb.base/solib-overlap.exp
8296 * gdb.base/solib-search.exp
8297 * gdb.base/solib-symbol.exp
8298 * gdb.base/structs.exp
8299 * gdb.base/structs2.exp
8300 * gdb.base/symtab-search-order.exp
8301 * gdb.base/twice.exp
8302 * gdb.base/unload.exp
8303 * gdb.base/varargs.exp
8304 * gdb.base/watchpoint-solib.exp
8305 * gdb.base/watchpoint.exp
8306 * gdb.base/whatis.exp
8307 * gdb.base/wrong_frame_bt_full.exp
8308 * gdb.btrace/dlopen.exp
8309 * gdb.cell/ea-standalone.exp
8310 * gdb.cell/ea-test.exp
8311 * gdb.cp/dispcxx.exp
8312 * gdb.cp/gdb2384.exp
8313 * gdb.cp/method2.exp
8314 * gdb.cp/nextoverthrow.exp
8315 * gdb.cp/pr10728.exp
8316 * gdb.disasm/am33.exp
8317 * gdb.disasm/h8300s.exp
8318 * gdb.disasm/mn10300.exp
8319 * gdb.disasm/sh3.exp
8320 * gdb.dwarf2/dw2-dir-file-name.exp
8321 * gdb.fortran/complex.exp
8322 * gdb.fortran/library-module.exp
8323 * gdb.guile/scm-pretty-print.exp
8324 * gdb.guile/scm-symbol.exp
8325 * gdb.guile/scm-type.exp
8326 * gdb.guile/scm-value.exp
8327 * gdb.linespec/linespec.exp
8328 * gdb.mi/gdb701.exp
8329 * gdb.mi/gdb792.exp
8330 * gdb.mi/mi-breakpoint-changed.exp
8331 * gdb.mi/mi-dprintf-pending.exp
8332 * gdb.mi/mi-dprintf.exp
8333 * gdb.mi/mi-exit-code.exp
8334 * gdb.mi/mi-pending.exp
8335 * gdb.mi/mi-solib.exp
8336 * gdb.mi/new-ui-mi-sync.exp
8337 * gdb.mi/pr11022.exp
8338 * gdb.mi/user-selected-context-sync.exp
8339 * gdb.opt/solib-intra-step.exp
8340 * gdb.python/py-events.exp
8341 * gdb.python/py-finish-breakpoint.exp
8342 * gdb.python/py-mi.exp
8343 * gdb.python/py-prettyprint.exp
8344 * gdb.python/py-shared.exp
8345 * gdb.python/py-symbol.exp
8346 * gdb.python/py-template.exp
8347 * gdb.python/py-type.exp
8348 * gdb.python/py-value.exp
8349 * gdb.reverse/solib-precsave.exp
8350 * gdb.reverse/solib-reverse.exp
8351 * gdb.server/solib-list.exp
8352 * gdb.stabs/weird.exp
8353 * gdb.threads/reconnect-signal.exp
8354 * gdb.threads/stepi-random-signal.exp
8355 * gdb.trace/actions.exp
8356 * gdb.trace/ax.exp
8357 * gdb.trace/backtrace.exp
8358 * gdb.trace/change-loc.exp
8359 * gdb.trace/deltrace.exp
8360 * gdb.trace/ftrace-lock.exp
8361 * gdb.trace/ftrace.exp
8362 * gdb.trace/infotrace.exp
8363 * gdb.trace/mi-tracepoint-changed.exp
8364 * gdb.trace/packetlen.exp
8365 * gdb.trace/passcount.exp
8366 * gdb.trace/pending.exp
8367 * gdb.trace/range-stepping.exp
8368 * gdb.trace/report.exp
8369 * gdb.trace/stap-trace.exp
8370 * gdb.trace/tfind.exp
8371 * gdb.trace/trace-break.exp
8372 * gdb.trace/trace-condition.exp
8373 * gdb.trace/trace-enable-disable.exp
8374 * gdb.trace/trace-mt.exp
8375 * gdb.trace/tracecmd.exp
8376 * gdb.trace/tspeed.exp
8377 * gdb.trace/tsv.exp
8378 * lib/perftest.exp
8379
8380 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8381
8382 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8383 with gdb_test_no_output.
8384 Use command as test name.
8385
8386 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8387
8388 Fix test names starting with uppercase throughout the files.
8389
8390 * gdb.ada/assign_1.exp
8391 * gdb.ada/boolean_expr.exp
8392 * gdb.base/arrayidx.exp
8393 * gdb.base/del.exp
8394 * gdb.base/gcore-buffer-overflow.exp
8395 * gdb.base/testenv.exp
8396 * gdb.compile/compile.exp
8397 * gdb.python/py-framefilter-invalidarg.exp
8398 * gdb.python/py-framefilter.exp
8399
8400 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8401
8402 Fix test names starting with uppercase throughout the files.
8403
8404 * gdb.ada/array_return.exp
8405 * gdb.ada/expr_delims.exp
8406 * gdb.ada/mi_dyn_arr.exp
8407 * gdb.ada/mi_interface.exp
8408 * gdb.ada/mi_var_array.exp
8409 * gdb.ada/watch_arg.exp
8410 * gdb.arch/alpha-step.exp
8411 * gdb.arch/altivec-regs.exp
8412 * gdb.arch/e500-regs.exp
8413 * gdb.arch/powerpc-d128-regs.exp
8414 * gdb.base/arrayidx.exp
8415 * gdb.base/break.exp
8416 * gdb.base/checkpoint.exp
8417 * gdb.base/debug-expr.exp
8418 * gdb.base/dmsym.exp
8419 * gdb.base/radix.exp
8420 * gdb.base/sepdebug.exp
8421 * gdb.base/testenv.exp
8422 * gdb.base/watch_thread_num.exp
8423 * gdb.base/watchpoint-cond-gone.exp
8424 * gdb.cell/break.exp
8425 * gdb.cell/ea-cache.exp
8426 * gdb.compile/compile.exp
8427 * gdb.cp/gdb2495.exp
8428 * gdb.gdb/selftest.exp
8429 * gdb.gdb/xfullpath.exp
8430 * gdb.go/hello.exp
8431 * gdb.go/integers.exp
8432 * gdb.objc/basicclass.exp
8433 * gdb.pascal/hello.exp
8434 * gdb.pascal/integers.exp
8435 * gdb.python/py-breakpoint.exp
8436 * gdb.python/py-cmd.exp
8437 * gdb.python/py-linetable.exp
8438 * gdb.python/py-xmethods.exp
8439 * gdb.python/python.exp
8440 * gdb.reverse/consecutive-precsave.exp
8441 * gdb.reverse/finish-precsave.exp
8442 * gdb.reverse/i386-precsave.exp
8443 * gdb.reverse/machinestate-precsave.exp
8444 * gdb.reverse/sigall-precsave.exp
8445 * gdb.reverse/solib-precsave.exp
8446 * gdb.reverse/step-precsave.exp
8447 * gdb.reverse/until-precsave.exp
8448 * gdb.reverse/watch-precsave.exp
8449 * gdb.threads/leader-exit.exp
8450 * gdb.threads/pthreads.exp
8451 * gdb.threads/wp-replication.exp
8452 * gdb.trace/actions.exp
8453 * gdb.trace/mi-tsv-changed.exp
8454 * gdb.trace/tsv.exp
8455
8456 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8457
8458 Fix test names starting with uppercase throughout the files.
8459
8460 * gdb.arch/i386-bp_permanent.exp
8461 * gdb.arch/i386-gnu-cfi.exp
8462 * gdb.base/disasm-end-cu.exp
8463 * gdb.base/macscp.exp
8464 * gdb.base/pending.exp
8465 * gdb.base/watch_thread_num.exp
8466 * gdb.cp/exception.exp
8467 * gdb.cp/gdb2495.exp
8468 * gdb.cp/local.exp
8469 * gdb.python/py-evsignal.exp
8470 * gdb.python/python.exp
8471 * gdb.trace/tracecmd.exp
8472
8473 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8474
8475 Fix test names starting with uppercase throughout the files.
8476
8477 * gdb.base/charset.exp
8478 * gdb.base/eval.exp
8479 * gdb.base/multi-forks.exp
8480 * gdb.guile/scm-progspace.exp
8481 * gdb.opencl/datatypes.exp
8482 * gdb.python/py-block.exp
8483 * gdb.python/py-function.exp
8484 * gdb.python/py-symbol.exp
8485 * gdb.python/py-symtab.exp
8486 * gdb.python/py-xmethods.exp
8487 * gdb.reverse/break-precsave.exp
8488 * gdb.reverse/break-reverse.exp
8489 * gdb.reverse/consecutive-precsave.exp
8490 * gdb.reverse/consecutive-reverse.exp
8491 * gdb.reverse/finish-precsave.exp
8492 * gdb.reverse/finish-reverse-bkpt.exp
8493 * gdb.reverse/finish-reverse.exp
8494 * gdb.reverse/fstatat-reverse.exp
8495 * gdb.reverse/getresuid-reverse.exp
8496 * gdb.reverse/i386-precsave.exp
8497 * gdb.reverse/i386-reverse.exp
8498 * gdb.reverse/i386-sse-reverse.exp
8499 * gdb.reverse/i387-stack-reverse.exp
8500 * gdb.reverse/insn-reverse.exp
8501 * gdb.reverse/machinestate-precsave.exp
8502 * gdb.reverse/machinestate.exp
8503 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8504 * gdb.reverse/pipe-reverse.exp
8505 * gdb.reverse/readv-reverse.exp
8506 * gdb.reverse/recvmsg-reverse.exp
8507 * gdb.reverse/rerun-prec.exp
8508 * gdb.reverse/s390-mvcle.exp
8509 * gdb.reverse/sigall-precsave.exp
8510 * gdb.reverse/sigall-reverse.exp
8511 * gdb.reverse/solib-precsave.exp
8512 * gdb.reverse/solib-reverse.exp
8513 * gdb.reverse/step-precsave.exp
8514 * gdb.reverse/step-reverse.exp
8515 * gdb.reverse/time-reverse.exp
8516 * gdb.reverse/until-precsave.exp
8517 * gdb.reverse/until-reverse.exp
8518 * gdb.reverse/waitpid-reverse.exp
8519 * gdb.reverse/watch-precsave.exp
8520 * gdb.reverse/watch-reverse.exp
8521
8522 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8523
8524 Fix test names starting with uppercase throughout the files.
8525
8526 * gdb.arch/i386-mpx-simple_segv.exp
8527 * gdb.arch/i386-mpx.exp
8528 * gdb.arch/i386-permbkpt.exp
8529 * gdb.arch/pa-nullify.exp
8530 * gdb.arch/powerpc-d128-regs.exp
8531 * gdb.arch/vsx-regs.exp
8532 * gdb.base/bfp-test.exp
8533 * gdb.base/break.exp
8534 * gdb.base/breakpoint-shadow.exp
8535 * gdb.base/callfuncs.exp
8536 * gdb.base/charset.exp
8537 * gdb.base/commands.exp
8538 * gdb.base/completion.exp
8539 * gdb.base/dfp-test.exp
8540 * gdb.base/echo.exp
8541 * gdb.base/ending-run.exp
8542 * gdb.base/eval.exp
8543 * gdb.base/expand-psymtabs.exp
8544 * gdb.base/float128.exp
8545 * gdb.base/floatn.exp
8546 * gdb.base/foll-exec-mode.exp
8547 * gdb.base/gdb1056.exp
8548 * gdb.base/gdb11531.exp
8549 * gdb.base/kill-after-signal.exp
8550 * gdb.base/multi-forks.exp
8551 * gdb.base/overlays.exp
8552 * gdb.base/pending.exp
8553 * gdb.base/sepdebug.exp
8554 * gdb.base/testenv.exp
8555 * gdb.base/valgrind-db-attach.exp
8556 * gdb.base/watch_thread_num.exp
8557 * gdb.base/watchpoint-cond-gone.exp
8558 * gdb.base/watchpoint.exp
8559 * gdb.base/watchpoints.exp
8560 * gdb.cp/arg-reference.exp
8561 * gdb.cp/baseenum.exp
8562 * gdb.cp/operator.exp
8563 * gdb.cp/shadow.exp
8564 * gdb.dwarf2/dw2-op-out-param.exp
8565 * gdb.dwarf2/dw2-reg-undefined.exp
8566 * gdb.go/chan.exp
8567 * gdb.go/hello.exp
8568 * gdb.go/integers.exp
8569 * gdb.go/methods.exp
8570 * gdb.go/package.exp
8571 * gdb.guile/scm-parameter.exp
8572 * gdb.guile/scm-progspace.exp
8573 * gdb.guile/scm-value.exp
8574 * gdb.mi/mi-pending.exp
8575 * gdb.mi/user-selected-context-sync.exp
8576 * gdb.multi/multi-attach.exp
8577 * gdb.multi/tids.exp
8578 * gdb.opt/clobbered-registers-O2.exp
8579 * gdb.pascal/floats.exp
8580 * gdb.pascal/integers.exp
8581 * gdb.python/py-block.exp
8582 * gdb.python/py-events.exp
8583 * gdb.python/py-parameter.exp
8584 * gdb.python/py-symbol.exp
8585 * gdb.python/py-symtab.exp
8586 * gdb.python/py-type.exp
8587 * gdb.python/py-value.exp
8588 * gdb.python/py-xmethods.exp
8589 * gdb.python/python.exp
8590 * gdb.reverse/break-precsave.exp
8591 * gdb.reverse/consecutive-precsave.exp
8592 * gdb.reverse/finish-precsave.exp
8593 * gdb.reverse/i386-precsave.exp
8594 * gdb.reverse/machinestate-precsave.exp
8595 * gdb.reverse/sigall-precsave.exp
8596 * gdb.reverse/solib-precsave.exp
8597 * gdb.reverse/step-precsave.exp
8598 * gdb.reverse/until-precsave.exp
8599 * gdb.reverse/watch-precsave.exp
8600 * gdb.server/ext-attach.exp
8601 * gdb.server/ext-restart.exp
8602 * gdb.server/ext-run.exp
8603 * gdb.server/ext-wrapper.exp
8604 * gdb.stabs/gdb11479.exp
8605 * gdb.stabs/weird.exp
8606 * gdb.threads/attach-many-short-lived-threads.exp
8607 * gdb.threads/kill.exp
8608 * gdb.threads/watchpoint-fork.exp
8609
8610 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8611
8612 Fix test names starting with uppercase throughout all the files below.
8613
8614 * gdb.ada/array_return.exp
8615 * gdb.ada/catch_ex.exp
8616 * gdb.ada/info_exc.exp
8617 * gdb.ada/mi_catch_ex.exp
8618 * gdb.ada/mi_dyn_arr.exp
8619 * gdb.ada/mi_ex_cond.exp
8620 * gdb.ada/mi_exc_info.exp
8621 * gdb.ada/mi_interface.exp
8622 * gdb.ada/mi_task_arg.exp
8623 * gdb.ada/mi_task_info.exp
8624 * gdb.ada/mi_var_array.exp
8625 * gdb.arch/alpha-step.exp
8626 * gdb.arch/amd64-disp-step.exp
8627 * gdb.arch/arm-disp-step.exp
8628 * gdb.arch/disp-step-insn-reloc.exp
8629 * gdb.arch/e500-prologue.exp
8630 * gdb.arch/ftrace-insn-reloc.exp
8631 * gdb.arch/gdb1558.exp
8632 * gdb.arch/i386-bp_permanent.exp
8633 * gdb.arch/i386-disp-step.exp
8634 * gdb.arch/i386-float.exp
8635 * gdb.arch/i386-gnu-cfi.exp
8636 * gdb.arch/ia64-breakpoint-shadow.exp
8637 * gdb.arch/mips16-thunks.exp
8638 * gdb.arch/pa-nullify.exp
8639 * gdb.arch/powerpc-aix-prologue.exp
8640 * gdb.arch/powerpc-power.exp
8641 * gdb.arch/ppc-dfp.exp
8642 * gdb.arch/s390-tdbregs.exp
8643 * gdb.arch/spu-info.exp
8644 * gdb.arch/spu-ls.exp
8645 * gdb.arch/thumb-bx-pc.exp
8646 * gdb.base/advance.exp
8647 * gdb.base/annota-input-while-running.exp
8648 * gdb.base/arrayidx.exp
8649 * gdb.base/asmlabel.exp
8650 * gdb.base/async.exp
8651 * gdb.base/attach-wait-input.exp
8652 * gdb.base/auto-connect-native-target.exp
8653 * gdb.base/batch-preserve-term-settings.exp
8654 * gdb.base/bfp-test.exp
8655 * gdb.base/bigcore.exp
8656 * gdb.base/bp-permanent.exp
8657 * gdb.base/break-always.exp
8658 * gdb.base/break-fun-addr.exp
8659 * gdb.base/break-idempotent.exp
8660 * gdb.base/break-main-file-remove-fail.exp
8661 * gdb.base/break-probes.exp
8662 * gdb.base/break-unload-file.exp
8663 * gdb.base/break.exp
8664 * gdb.base/call-ar-st.exp
8665 * gdb.base/call-rt-st.exp
8666 * gdb.base/call-sc.exp
8667 * gdb.base/call-signal-resume.exp
8668 * gdb.base/call-strs.exp
8669 * gdb.base/callexit.exp
8670 * gdb.base/callfuncs.exp
8671 * gdb.base/catch-gdb-caused-signals.exp
8672 * gdb.base/catch-signal-siginfo-cond.exp
8673 * gdb.base/catch-syscall.exp
8674 * gdb.base/compare-sections.exp
8675 * gdb.base/cond-eval-mode.exp
8676 * gdb.base/condbreak-call-false.exp
8677 * gdb.base/consecutive-step-over.exp
8678 * gdb.base/cursal.exp
8679 * gdb.base/disabled-location.exp
8680 * gdb.base/disasm-end-cu.exp
8681 * gdb.base/display.exp
8682 * gdb.base/double-prompt-target-event-error.exp
8683 * gdb.base/dprintf-bp-same-addr.exp
8684 * gdb.base/dprintf-detach.exp
8685 * gdb.base/dprintf-next.exp
8686 * gdb.base/dprintf-non-stop.exp
8687 * gdb.base/dprintf-pending.exp
8688 * gdb.base/dso2dso.exp
8689 * gdb.base/ending-run.exp
8690 * gdb.base/enum_cond.exp
8691 * gdb.base/examine-backward.exp
8692 * gdb.base/exe-lock.exp
8693 * gdb.base/exec-invalid-sysroot.exp
8694 * gdb.base/execl-update-breakpoints.exp
8695 * gdb.base/execution-termios.exp
8696 * gdb.base/fileio.exp
8697 * gdb.base/fixsection.exp
8698 * gdb.base/foll-exec-mode.exp
8699 * gdb.base/foll-exec.exp
8700 * gdb.base/fork-running-state.exp
8701 * gdb.base/frame-args.exp
8702 * gdb.base/fullpath-expand.exp
8703 * gdb.base/func-ptr.exp
8704 * gdb.base/gcore-relro-pie.exp
8705 * gdb.base/gdb1090.exp
8706 * gdb.base/gdb1555.exp
8707 * gdb.base/global-var-nested-by-dso.exp
8708 * gdb.base/gnu-ifunc.exp
8709 * gdb.base/hbreak-in-shr-unsupported.exp
8710 * gdb.base/hbreak-unmapped.exp
8711 * gdb.base/hook-stop.exp
8712 * gdb.base/infcall-input.exp
8713 * gdb.base/info-fun.exp
8714 * gdb.base/info-shared.exp
8715 * gdb.base/interrupt-noterm.exp
8716 * gdb.base/jit-so.exp
8717 * gdb.base/jit.exp
8718 * gdb.base/line-symtabs.exp
8719 * gdb.base/list.exp
8720 * gdb.base/longjmp.exp
8721 * gdb.base/macscp.exp
8722 * gdb.base/max-value-size.exp
8723 * gdb.base/nodebug.exp
8724 * gdb.base/nofield.exp
8725 * gdb.base/overlays.exp
8726 * gdb.base/paginate-after-ctrl-c-running.exp
8727 * gdb.base/paginate-bg-execution.exp
8728 * gdb.base/paginate-inferior-exit.exp
8729 * gdb.base/pending.exp
8730 * gdb.base/pr11022.exp
8731 * gdb.base/printcmds.exp
8732 * gdb.base/ptr-typedef.exp
8733 * gdb.base/ptype.exp
8734 * gdb.base/randomize.exp
8735 * gdb.base/range-stepping.exp
8736 * gdb.base/realname-expand.exp
8737 * gdb.base/relativedebug.exp
8738 * gdb.base/remote.exp
8739 * gdb.base/savedregs.exp
8740 * gdb.base/sepdebug.exp
8741 * gdb.base/set-noassign.exp
8742 * gdb.base/shlib-call.exp
8743 * gdb.base/shreloc.exp
8744 * gdb.base/sigaltstack.exp
8745 * gdb.base/sigbpt.exp
8746 * gdb.base/siginfo-addr.exp
8747 * gdb.base/siginfo-obj.exp
8748 * gdb.base/siginfo-thread.exp
8749 * gdb.base/signest.exp
8750 * gdb.base/signull.exp
8751 * gdb.base/sigrepeat.exp
8752 * gdb.base/skip.exp
8753 * gdb.base/so-impl-ld.exp
8754 * gdb.base/solib-corrupted.exp
8755 * gdb.base/solib-disc.exp
8756 * gdb.base/solib-display.exp
8757 * gdb.base/solib-overlap.exp
8758 * gdb.base/solib-search.exp
8759 * gdb.base/solib-symbol.exp
8760 * gdb.base/source-execution.exp
8761 * gdb.base/sss-bp-on-user-bp-2.exp
8762 * gdb.base/sss-bp-on-user-bp.exp
8763 * gdb.base/stack-checking.exp
8764 * gdb.base/stale-infcall.exp
8765 * gdb.base/step-break.exp
8766 * gdb.base/step-line.exp
8767 * gdb.base/step-over-exit.exp
8768 * gdb.base/step-test.exp
8769 * gdb.base/structs.exp
8770 * gdb.base/sym-file.exp
8771 * gdb.base/symtab-search-order.exp
8772 * gdb.base/term.exp
8773 * gdb.base/type-opaque.exp
8774 * gdb.base/unload.exp
8775 * gdb.base/until-nodebug.exp
8776 * gdb.base/until.exp
8777 * gdb.base/unwindonsignal.exp
8778 * gdb.base/watch-cond.exp
8779 * gdb.base/watch-non-mem.exp
8780 * gdb.base/watch_thread_num.exp
8781 * gdb.base/watchpoint-reuse-slot.exp
8782 * gdb.base/watchpoint-solib.exp
8783 * gdb.base/watchpoint.exp
8784 * gdb.btrace/dlopen.exp
8785 * gdb.cell/arch.exp
8786 * gdb.cell/break.exp
8787 * gdb.cell/bt.exp
8788 * gdb.cell/core.exp
8789 * gdb.cell/data.exp
8790 * gdb.cell/dwarfaddr.exp
8791 * gdb.cell/ea-cache.exp
8792 * gdb.cell/ea-standalone.exp
8793 * gdb.cell/ea-test.exp
8794 * gdb.cell/f-regs.exp
8795 * gdb.cell/fork.exp
8796 * gdb.cell/gcore.exp
8797 * gdb.cell/mem-access.exp
8798 * gdb.cell/ptype.exp
8799 * gdb.cell/registers.exp
8800 * gdb.cell/sizeof.exp
8801 * gdb.cell/solib-symbol.exp
8802 * gdb.cell/solib.exp
8803 * gdb.compile/compile-tls.exp
8804 * gdb.cp/exception.exp
8805 * gdb.cp/gdb2495.exp
8806 * gdb.cp/local.exp
8807 * gdb.cp/mb-inline.exp
8808 * gdb.cp/mb-templates.exp
8809 * gdb.cp/pr10687.exp
8810 * gdb.cp/pr9167.exp
8811 * gdb.cp/scope-err.exp
8812 * gdb.cp/templates.exp
8813 * gdb.cp/virtfunc.exp
8814 * gdb.dwarf2/dw2-dir-file-name.exp
8815 * gdb.dwarf2/dw2-single-line-discriminators.exp
8816 * gdb.fortran/complex.exp
8817 * gdb.fortran/library-module.exp
8818 * gdb.guile/guile.exp
8819 * gdb.guile/scm-cmd.exp
8820 * gdb.guile/scm-frame-inline.exp
8821 * gdb.guile/scm-objfile.exp
8822 * gdb.guile/scm-pretty-print.exp
8823 * gdb.guile/scm-symbol.exp
8824 * gdb.guile/scm-type.exp
8825 * gdb.guile/scm-value.exp
8826 * gdb.linespec/keywords.exp
8827 * gdb.linespec/ls-errs.exp
8828 * gdb.linespec/macro-relative.exp
8829 * gdb.linespec/thread.exp
8830 * gdb.mi/mi-breakpoint-changed.exp
8831 * gdb.mi/mi-dprintf-pending.exp
8832 * gdb.mi/mi-fullname-deleted.exp
8833 * gdb.mi/mi-logging.exp
8834 * gdb.mi/mi-pending.exp
8835 * gdb.mi/mi-solib.exp
8836 * gdb.mi/new-ui-mi-sync.exp
8837 * gdb.mi/user-selected-context-sync.exp
8838 * gdb.multi/dummy-frame-restore.exp
8839 * gdb.multi/multi-arch-exec.exp
8840 * gdb.multi/remove-inferiors.exp
8841 * gdb.multi/watchpoint-multi-exit.exp
8842 * gdb.opt/solib-intra-step.exp
8843 * gdb.perf/backtrace.exp
8844 * gdb.perf/single-step.exp
8845 * gdb.perf/skip-command.exp
8846 * gdb.perf/skip-prologue.exp
8847 * gdb.perf/solib.exp
8848 * gdb.python/lib-types.exp
8849 * gdb.python/py-as-string.exp
8850 * gdb.python/py-bad-printers.exp
8851 * gdb.python/py-block.exp
8852 * gdb.python/py-breakpoint.exp
8853 * gdb.python/py-cmd.exp
8854 * gdb.python/py-events.exp
8855 * gdb.python/py-evthreads.exp
8856 * gdb.python/py-finish-breakpoint.exp
8857 * gdb.python/py-finish-breakpoint2.exp
8858 * gdb.python/py-frame-inline.exp
8859 * gdb.python/py-frame.exp
8860 * gdb.python/py-inferior.exp
8861 * gdb.python/py-infthread.exp
8862 * gdb.python/py-mi.exp
8863 * gdb.python/py-objfile.exp
8864 * gdb.python/py-pp-maint.exp
8865 * gdb.python/py-pp-registration.exp
8866 * gdb.python/py-prettyprint.exp
8867 * gdb.python/py-recurse-unwind.exp
8868 * gdb.python/py-shared.exp
8869 * gdb.python/py-symbol.exp
8870 * gdb.python/py-symtab.exp
8871 * gdb.python/py-template.exp
8872 * gdb.python/py-type.exp
8873 * gdb.python/py-unwind-maint.exp
8874 * gdb.python/py-unwind.exp
8875 * gdb.python/py-value.exp
8876 * gdb.python/python.exp
8877 * gdb.reverse/finish-reverse-bkpt.exp
8878 * gdb.reverse/insn-reverse.exp
8879 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8880 * gdb.reverse/solib-precsave.exp
8881 * gdb.reverse/solib-reverse.exp
8882 * gdb.stabs/gdb11479.exp
8883 * gdb.stabs/weird.exp
8884 * gdb.threads/fork-child-threads.exp
8885 * gdb.threads/fork-plus-threads.exp
8886 * gdb.threads/fork-thread-pending.exp
8887 * gdb.threads/forking-threads-plus-breakpoint.exp
8888 * gdb.threads/hand-call-in-threads.exp
8889 * gdb.threads/interrupted-hand-call.exp
8890 * gdb.threads/linux-dp.exp
8891 * gdb.threads/local-watch-wrong-thread.exp
8892 * gdb.threads/next-while-other-thread-longjmps.exp
8893 * gdb.threads/non-ldr-exit.exp
8894 * gdb.threads/pending-step.exp
8895 * gdb.threads/print-threads.exp
8896 * gdb.threads/process-dies-while-detaching.exp
8897 * gdb.threads/process-dies-while-handling-bp.exp
8898 * gdb.threads/pthreads.exp
8899 * gdb.threads/queue-signal.exp
8900 * gdb.threads/reconnect-signal.exp
8901 * gdb.threads/signal-command-handle-nopass.exp
8902 * gdb.threads/signal-command-multiple-signals-pending.exp
8903 * gdb.threads/signal-delivered-right-thread.exp
8904 * gdb.threads/signal-sigtrap.exp
8905 * gdb.threads/sigthread.exp
8906 * gdb.threads/staticthreads.exp
8907 * gdb.threads/stepi-random-signal.exp
8908 * gdb.threads/thread-unwindonsignal.exp
8909 * gdb.threads/thread_check.exp
8910 * gdb.threads/thread_events.exp
8911 * gdb.threads/tid-reuse.exp
8912 * gdb.threads/tls-nodebug.exp
8913 * gdb.threads/tls-shared.exp
8914 * gdb.threads/tls-so_extern.exp
8915 * gdb.threads/tls.exp
8916 * gdb.threads/wp-replication.exp
8917 * gdb.trace/actions-changed.exp
8918 * gdb.trace/actions.exp
8919 * gdb.trace/backtrace.exp
8920 * gdb.trace/change-loc.exp
8921 * gdb.trace/collection.exp
8922 * gdb.trace/deltrace.exp
8923 * gdb.trace/disconnected-tracing.exp
8924 * gdb.trace/entry-values.exp
8925 * gdb.trace/ftrace-lock.exp
8926 * gdb.trace/ftrace.exp
8927 * gdb.trace/infotrace.exp
8928 * gdb.trace/mi-trace-frame-collected.exp
8929 * gdb.trace/mi-trace-unavailable.exp
8930 * gdb.trace/mi-traceframe-changed.exp
8931 * gdb.trace/mi-tracepoint-changed.exp
8932 * gdb.trace/mi-tsv-changed.exp
8933 * gdb.trace/no-attach-trace.exp
8934 * gdb.trace/packetlen.exp
8935 * gdb.trace/passc-dyn.exp
8936 * gdb.trace/passcount.exp
8937 * gdb.trace/pending.exp
8938 * gdb.trace/pr16508.exp
8939 * gdb.trace/qtro.exp
8940 * gdb.trace/range-stepping.exp
8941 * gdb.trace/read-memory.exp
8942 * gdb.trace/report.exp
8943 * gdb.trace/save-trace.exp
8944 * gdb.trace/signal.exp
8945 * gdb.trace/stap-trace.exp
8946 * gdb.trace/status-stop.exp
8947 * gdb.trace/strace.exp
8948 * gdb.trace/tfile.exp
8949 * gdb.trace/tfind.exp
8950 * gdb.trace/trace-break.exp
8951 * gdb.trace/trace-condition.exp
8952 * gdb.trace/trace-enable-disable.exp
8953 * gdb.trace/trace-mt.exp
8954 * gdb.trace/tracecmd.exp
8955 * gdb.trace/tracefile-pseudo-reg.exp
8956 * gdb.trace/tspeed.exp
8957 * gdb.trace/tstatus.exp
8958 * gdb.trace/tsv.exp
8959 * gdb.trace/unavailable.exp
8960 * gdb.trace/while-dyn.exp
8961 * gdb.trace/while-stepping.exp
8962 * lib/gdb-guile.exp
8963 * lib/gdb.exp
8964 * lib/mi-support.exp
8965 * lib/pascal.exp
8966 * lib/perftest.exp
8967 * lib/prelink-support.exp
8968 * lib/selftest-support.exp
8969
8970 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8971
8972 * Makefile.in: Include disable-implicit-rules.mk.
8973
8974 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8975
8976 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8977 non-byte-aligned bit fields.
8978
8979 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8980
8981 PR gdb/12616
8982 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8983 respects the DW_AT_data_bit_offset attribute.
8984
8985 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8986
8987 * gdb.base/default.exp: Fix output of "set language".
8988
8989 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8990
8991 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8992 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8993 make.
8994 * configure.ac: Remove checks for the make program.
8995 * configure: Re-generate.
8996
8997 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8998
8999 * gdb.python/py-recurse-unwind.c (main): Add loop.
9000 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9001 to read_register() and gdb.parse_and_eval(). Make each code
9002 call a separate case that can be individually tested.
9003 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9004 proc. Call cont_and_backtrace for each of the code paths that
9005 we want to test in the unwinder.
9006
9007 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9008
9009 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9010 the definition of struct S.
9011
9012 2016-11-11 Catherine Moore <clm@codesourcery.com>
9013
9014 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9015
9016 2016-11-09 Pedro Alves <palves@redhat.com>
9017
9018 * gdb.base/commands.exp (runto_or_return): New procedure.
9019 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9020 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9021 (progvar_simple_while_test, progvar_complex_if_while_test)
9022 (if_while_breakpoint_command_test)
9023 (infrun_breakpoint_command_test, breakpoint_command_test)
9024 (user_defined_command_test, watchpoint_command_test)
9025 (test_command_prompt_position, redefine_hook_test)
9026 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9027 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9028 multi_line_input and multi_line. Remove gdb_expect and
9029 gdb_stop_suppressing_tests uses.
9030 * lib/gdb.exp (valnum_re): New global.
9031 (multi_line_input): New procedure.
9032
9033 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9034
9035 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9036 Remove.
9037 (test_setup): Define with proc_with_prefix.
9038 (test_cli_inferior): Likewise.
9039 (test_cli_thread): Likewise.
9040 (test_cli_frame): Likewise.
9041 (test_cli_select_frame): Likewise.
9042 (test_cli_up_down): Likewise.
9043 (test_mi_thread_select): Likewise.
9044 (test_mi_stack_select_frame): Likewise.
9045 (test_cli_in_mi_inferior): Likewise.
9046 (test_cli_in_mi_thread): Likewise.
9047 (test_cli_in_mi_frame): Likewise.
9048 (top level): Do not use with_test_prefix_procname.
9049
9050 2016-11-09 Pedro Alves <palves@redhat.com>
9051
9052 * gdb.base/commands.exp (gdbvar_simple_if_test)
9053 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9054 (progvar_simple_if_test, progvar_simple_while_test)
9055 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9056 (infrun_breakpoint_command_test, breakpoint_command_test)
9057 (user_defined_command_test, watchpoint_command_test)
9058 (test_command_prompt_position, deprecated_command_test)
9059 (bp_deleted_in_command, temporary_breakpoint_commands)
9060 (stray_arg0_test, source_file_with_indented_comment)
9061 (recursive_source_test, if_commands_test)
9062 (error_clears_commands_left, redefine_hook_test)
9063 (redefine_backtrace_test): Use proc_with_prefix.
9064 * lib/gdb.exp (proc_with_prefix): New proc.
9065
9066 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9067
9068 * gdb.base/tui-layout.c: New file.
9069 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9070 disassembly window contains very long lines.
9071
9072 2016-11-08 Tom Tromey <tom@tromey.com>
9073
9074 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9075 depend on Python 2.
9076
9077 2016-11-08 Tom Tromey <tom@tromey.com>
9078
9079 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9080 New method.
9081
9082 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9083
9084 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9085
9086 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9087
9088 * gdb.rust/simple.rs: Add test for univariant enums without
9089 discriminants and for encoded struct-like enums.
9090
9091 2016-10-28 Pedro Alves <palves@redhat.com>
9092
9093 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9094 gdb_test_multiple, tighten regexps and match symtabs and line
9095 tables incrementally.
9096
9097 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9098
9099 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9100 general.
9101
9102 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9103
9104 * gdb.base/exec-invalid-sysroot.exp: New file.
9105
9106 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9107
9108 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9109
9110 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9111
9112 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9113
9114 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9115
9116 * gdb.base/killed-outside.exp: Remove $options from a call to
9117 `prepare_for_testing'.
9118
9119 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9120
9121 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9122 Change test message.
9123
9124 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9125
9126 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9127 Update comment.
9128
9129 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9130
9131 * gdb.trace/mi-trace-save.exp: New file.
9132
9133 2016-10-13 Yao Qi <yao.qi@linaro.org>
9134
9135 * gdb.base/code_elim.exp (get_var_address): Remove.
9136 * gdb.base/relocate.exp: Likewise.
9137 * gdb.base/shreloc.exp: Likewise.
9138 * lib/gdb.exp (get_var_address): New.
9139
9140 2016-10-13 Yao Qi <yao.qi@linaro.org>
9141
9142 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9143 floating point tests if $skip_float_test is false.
9144
9145 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9146
9147 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9148 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9149 argc values.
9150 Add 1 to argc so we guarantee distinct initial/modified argc values.
9151
9152 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9153
9154 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9155
9156 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9157
9158 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9159 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9160 * gdb.arch/vsx-regs.exp: Likewise.
9161
9162 2016-10-07 Yao Qi <yao.qi@linaro.org>
9163
9164 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9165
9166 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9167
9168 * gdb.python/python.exp: Test decode_line("*0").
9169
9170 2016-10-06 Doug Evans <dje@google.com>
9171
9172 * gdb.python/py-value.exp (test_value_creation): Add test for large
9173 unsigned 64-bit value.
9174
9175 2016-10-06 Tom Tromey <tom@tromey.com>
9176
9177 * gdb.compile/compile.exp: Change java tests to rust.
9178 * gdb.base/setshow.exp: Change java tests to rust.
9179 * gdb.base/default.exp: Remove java from language list.
9180 * README (Examples): Update language example.
9181 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9182 test.
9183 * lib/gdb.exp (skip_java_tests): Remove.
9184 * lib/java.exp: Remove.
9185 * gdb.java: Remove.
9186
9187 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9188
9189 * gdb.arch/mips-fcr.exp: New test.
9190 * gdb.arch/mips-fcr.c: Source for the new test.
9191
9192 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9193
9194 * gdb.base/solib-disc.exp: Use `standard_output_file'
9195 throughout.
9196
9197 2016-10-06 Pedro Alves <palves@redhat.com>
9198
9199 * gdb.base/jit-simple-dl.c: New file.
9200 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9201 * gdb.base/jit-simple.c: ... this.
9202 * gdb.base/jit-simple.exp (jit_run): Delete.
9203 (build_jit): New proc.
9204 (jit_test_reread): Recompile either the main program or the shared
9205 library, depending on what is being tested. Skip changing address
9206 if caller wants to. Compare before/after addresses. If testing
9207 standalone, explicitly load the binary. Test "maint info
9208 breakpoints".
9209 (top level): Add "standalone vs shared lib" and "change address"
9210 vs "same address" axes.
9211
9212 2016-10-06 Pedro Alves <palves@redhat.com>
9213
9214 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9215 call.
9216 (jit_run): Delete.
9217 (jit_test_reread): Use with_test_prefix. Reload the main binary
9218 explicitly. Compare the before/after addresses of the JIT
9219 descriptor.
9220
9221 2016-08-15 Doug Evans <dje@google.com>
9222
9223 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9224 for single bitfields is bool.
9225 * gdb.xml/tdesc-regs.exp: Ditto.
9226
9227 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9228
9229 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9230
9231 2016-10-05 Yao Qi <yao.qi@linaro.org>
9232
9233 * lib/gdb.exp (support_complex_tests): Return zero if
9234 gdb_skip_float_test return true.
9235
9236 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9237 Simon Marchi <simon.marchi@ericsson.com>
9238
9239 PR gdb/20487
9240 * gdb.mi/user-selected-context-sync.exp: New file.
9241 * gdb.mi/user-selected-context-sync.c: New file.
9242
9243 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9244 Simon Marchi <simon.marchi@ericsson.com>
9245
9246 PR gdb/20487
9247 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9248 =thread-select-event check.
9249
9250 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9251
9252 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9253 the compulsory L operand changes.
9254 * gdb.arch/powerpc-power.s: Likewise.
9255
9256 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9259 * gdb.base/jit-attach-pie.c: New file.
9260 * gdb.base/jit-attach-pie.exp: New file.
9261
9262 2016-09-28 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.base/infcall-input.c: New file.
9265 * gdb.base/infcall-input.exp: New file.
9266
9267 2016-09-22 Yao Qi <yao.qi@linaro.org>
9268
9269 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9270 (gdb_exit): Rename it to ...
9271 (gdbserver_gdb_exit): ... Close GDBserver.
9272 (gdb_exit): New proc, call gdbserver_gdb_exit.
9273 (mi_gdb_exit): Likewise.
9274
9275 2016-09-22 Yao Qi <yao.qi@linaro.org>
9276
9277 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9278 path.
9279 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9280 Remove duplication.
9281
9282 2016-09-22 Yao Qi <yao.qi@linaro.org>
9283
9284 * lib/gdbserver-support.exp: Check the existence of
9285 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9286
9287 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9288
9289 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9290
9291 2016-09-21 Tom Tromey <tom@tromey.com>
9292
9293 PR gdb/20604:
9294 * gdb.base/quit.exp: New file.
9295
9296 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9297
9298 * .gitignore: New file.
9299
9300 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9301
9302 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9303 throughout.
9304
9305 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9306
9307 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9308
9309 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9310
9311 * gdb.cp/casts.cc (decltype): Move it ...
9312 (main): ... with its call to ...
9313 * gdb.cp/casts03.cc: ... a new file.
9314 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9315
9316 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9317
9318 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9319
9320 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9321
9322 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9323 and sync up the test with tests in gas/testsuite/gas/ppc.
9324 * gdb.arch/powerpc-power.exp: Likewise.
9325
9326 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9327
9328 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9329
9330 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9331 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9334 make m1's definition to be different from m2's. Use 'dummy' as an
9335 argument for probe 'two'.
9336
9337 2016-09-10 Jon Beniston <jon@beniston.com>
9338
9339 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9340 for sim target.
9341
9342 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9343
9344 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9345 variable declaration.
9346 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9347 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9348 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9349 received HWCAP as its argument.
9350
9351 2016-09-06 Pedro Alves <palves@redhat.com>
9352
9353 * gdb.base/new-ui-pending-input.c: New file.
9354 * gdb.base/new-ui-pending-input.exp: New file.
9355 * gdb.exp (clear_gdb_spawn_id): New procedure.
9356 (with_spawn_id): Check whether gdb_spawn_id exists before
9357 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9358 on exit.
9359
9360 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9361
9362 * gdb.base/float128.c: New file.
9363 * gdb.base/float128.exp: Likewise.
9364 * gdb.base/floatn.c: Likewise.
9365 * gdb.base/floatn.exp: Likewise.
9366
9367 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9368
9369 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9370
9371 2016-09-05 Pedro Alves <palves@redhat.com>
9372
9373 PR backtrace/19927
9374 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9375 unwinders are immediately called as side effect of "source" or
9376 "disable unwinder" commands.
9377 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9378
9379 2016-09-02 Yao Qi <yao.qi@linaro.org>
9380
9381 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9382 is true and $type is "float" or "double".
9383
9384 2016-09-02 Yao Qi <yao.qi@linaro.org>
9385
9386 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9387 true.
9388 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9389 * gdb.base/call-rt-st.exp: Likewise.
9390 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9391 return value instead of gdb,skip_float_test.
9392 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9393 (do_function_calls): Use its return value instead of
9394 gdb,skip_float_test.
9395 * gdb.base/finish.exp: Likewise.
9396 * gdb.base/funcargs.exp: Likewise.
9397 * gdb.base/return.exp: Likewise.
9398 * gdb.base/return2.exp: Likewise.
9399 * gdb.base/varargs.exp: Likewise.
9400 * lib/gdb.exp (gdb_skip_float_test): Change it to
9401 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9402
9403 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9404
9405 * gdb.multi/tids.exp: Test "thread apply all".
9406
9407 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9408
9409 * gdb.base/default.exp (tty): Remove.
9410
9411 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9412
9413 * gdb.python/py-recurse-unwind.c: New file.
9414 * gdb.python/py-recurse-unwind.py: New file.
9415 * gdb.python/py-recurse-unwind.exp: New file.
9416
9417 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9418
9419 * gdb.base/set-inferior-tty.exp: New file.
9420 * gdb.base/set-inferior-tty.c: New file.
9421
9422 2016-08-23 Pedro Alves <palves@redhat.com>
9423
9424 PR gdb/20494
9425 * gdb.base/new-ui-echo.c: New file.
9426 * gdb.base/new-ui-echo.exp: New file.
9427
9428 2016-08-23 Yao Qi <yao.qi@linaro.org>
9429
9430 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9431 gdbserver_spawn.
9432 * gdb.server/connect-without-multi-process.exp (do_test):
9433 Likewise.
9434
9435 2016-08-23 Yao Qi <yao.qi@linaro.org>
9436
9437 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9438 standalone_txt. Delete gdb_txt and standalone_txt on host
9439 and target. Spawn the binary on target. Copy files from
9440 target to host.
9441
9442 2016-08-22 Pedro Alves <palves@redhat.com>
9443
9444 PR gdb/20505
9445 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9446 with_test_prefix. Factor out bits to ...
9447 (test_no_vdso): ... this new procedure.
9448
9449 2016-08-19 Carl Love <cel@us.ibm.com>
9450
9451 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9452 maintaining separate logic for constructing the output path.
9453 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9454 * gdb.arch/ppc-dfp.exp: Likewise.
9455 * gdb.arch/ppc-fp.exp: Likewise.
9456 * gdb.arch/vsx-regs.exp: Likewise.
9457 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9458 binprefix for generating the additional binary files.
9459
9460 2016-08-19 Pedro Alves <palves@redhat.com>
9461
9462 * gdb.trace/mi-trace-frame-collected.exp
9463 (test_trace_frame_collected): On x32, expect two registers.
9464
9465 2016-08-18 Carl Love <cel@us.ibm.com>
9466
9467 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9468 and sync up the test with tests in gas/testsuite/gas/ppc.
9469 * gdb.arch/powerpc-power.exp: Likewise.
9470
9471 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9472
9473 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9474 expected error message.
9475
9476 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9477
9478 * gdb.multi/remove-inferiors.exp: New file.
9479 * gdb.multi/remove-inferiors.c: New file.
9480
9481 2016-08-12 Yao Qi <yao.qi@linaro.org>
9482
9483 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9484 argument list.
9485
9486 2016-08-10 Pedro Alves <palves@redhat.com>
9487
9488 PR gdb/19187
9489 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9490 setup_kfails.
9491
9492 2016-08-09 Pedro Alves <palves@redhat.com>
9493 Simon Marchi <simon.marchi@ericsson.com>
9494
9495 PR gdb/20418
9496 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9497 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9498
9499 2016-08-09 Pedro Alves <palves@redhat.com>
9500
9501 PR mi/20431
9502 * gdb.mi/mi-cmd-error.exp: New file.
9503
9504 2016-08-09 Pedro Alves <palves@redhat.com>
9505
9506 PR gdb/18653
9507 * gdb.base/signals-state-child.c: New file.
9508 * gdb.base/signals-state-child.exp: New file.
9509 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9510
9511 2016-08-09 Pedro Alves <palves@redhat.com>
9512
9513 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9514
9515 2016-08-03 Tom Tromey <tom@tromey.com>
9516
9517 PR python/18565:
9518 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9519
9520 2016-08-01 Yao Qi <yao.qi@linaro.org>
9521
9522 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9523 variable mode to "multi-process" if $multi_process is 1, otherwise
9524 set it to "single-process".
9525
9526 2016-08-01 Yao Qi <yao.qi@linaro.org>
9527
9528 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9529 * gdb.cp/cpexprs.exp: Likewise.
9530 * gdb.cp/m-static.exp: Likewise.
9531
9532 2016-07-26 Tom Tromey <tom@tromey.com>
9533
9534 PR python/20190:
9535 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9536 test.
9537
9538 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9539
9540 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9541 selecting assembly source files.
9542 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9543 assembly source files.
9544 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9545 assembly source files.
9546 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9547 selecting assembly source files.
9548
9549 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9550
9551 * gdb.base/new-ui.exp (do_test_invalid_args): New
9552 procedure.
9553
9554 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9555
9556 * gdb.btrace/reconnect.c: New file.
9557 * gdb.btrace/reconnect.exp: New file.
9558
9559 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9560
9561 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9562 to test_catch_syscall_group.
9563 (test_catch_syscall_group): New.
9564
9565 2016-07-21 Tom Tromey <tom@tromey.com>
9566
9567 * gdb.rust/simple.rs (main): Use empty struct expression.
9568 * gdb.rust/simple.exp: Add tests for empty struct expression.
9569
9570 2016-07-21 Yao Qi <yao.qi@linaro.org>
9571
9572 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9573 if gdb_skip_xml_test is true on some targets.
9574
9575 2016-07-21 Yao Qi <yao.qi@linaro.org>
9576
9577 * gdb.server/solib-list.exp: Unset last_loaded_file.
9578
9579 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9580
9581 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9582 "step into captured_main (args)".
9583
9584 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9585
9586 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9587
9588 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9589
9590 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9591
9592 2016-07-19 Pedro Alves <palves@redhat.com>
9593
9594 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9595 * gdb.opt/inline-bt.exp: Likewise.
9596 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9597 additional_flags=-Winline.
9598 * gdb.opt/inline-locals.exp: Likewise.
9599 * gdb.opt/inline-markers.c (ATTR): Define.
9600 (inlined_fn): Use it.
9601
9602 2016-07-19 Yao Qi <yao.qi@linaro.org>
9603
9604 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9605 (test_with_self): Remove some code. Remove argument executable.
9606 (top-level): Use do_self_tests.
9607
9608 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9609 Don Breazeal <donb@codesourcery.com>
9610
9611 * gdb.base/maint.exp: Escape paths used in regular expressions.
9612 * gdb.stabs/weird.exp: Likewise.
9613
9614 2016-07-13 Tom Tromey <tom@tromey.com>
9615
9616 PR python/15620, PR python/18620:
9617 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9618 (test_bkpt_events): New procs.
9619
9620 2016-07-13 Tom Tromey <tom@tromey.com>
9621
9622 PR python/17698:
9623 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9624 test.
9625 (test_watchpoints): Likewise.
9626 (test_bkpt_pending): New proc.
9627
9628 2016-07-13 Tom Tromey <tom@tromey.com>
9629
9630 PR cli/18053:
9631 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9632 completion test.
9633
9634 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9637 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9638 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9639 f_label.
9640 (g): Rename g_end_lbl to g_label.
9641 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9642 low_pc and high_pc.
9643 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9644
9645 2016-07-12 Tom Tromey <tom@tromey.com>
9646
9647 PR python/19293:
9648 * gdb.python/py-unwind-maint.exp: Update tests.
9649
9650 2016-07-12 Yao Qi <yao.qi@linaro.org>
9651
9652 * lib/selftest-support.exp (selftest_setup): Match the output
9653 when captured_main is inlined.
9654
9655 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9656
9657 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9658 New variables.
9659 (print this%a, print this%b, print this): New tests.
9660 * gdb.fortran/derived-types.f90 (this): New object and
9661 initialization.
9662
9663 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9664
9665 * gdb.ada/arraydim.exp: Remove extra directory level in build
9666 directory.
9667
9668 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9669
9670 * lib/ada.exp: Remove extra directory level in build directory.
9671 * gdb.ada/cond_lang.exp: Likewise.
9672 * gdb.ada/exec_changed.exp: Likewise.
9673 * gdb.ada/lang_switch.exp: Likewise.
9674
9675 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9676
9677 * simple.rs: Add test for raw pointer subscripting.
9678 * simple.exp: Add test expectations.
9679
9680 2016-07-05 Yao Qi <yao.qi@linaro.org>
9681
9682 * gdb.mi/mi-reverse.exp: Match =record-started output.
9683
9684 2016-07-01 Pedro Alves <palves@redhat.com>
9685
9686 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9687 procedure.
9688 (jit_reader_test): Test the jit reader's unwinder.
9689 * gdb.base/jithost.c (jit_function_00_code): New global.
9690 (main): Use memcpy to fill in the mmapped code, instead of poking
9691 bytes manually here.
9692 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9693 value.
9694 (read_debug_info): Save the function's range.
9695 (read_sp): New function.
9696 (unwind_frame): Use it. Also unwind RBP.
9697 (get_frame_id): Use read_sp.
9698 (gdb_init_reader): Use calloc instead of malloc.
9699 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9700 parameter. Use gdb_test_multiple.
9701
9702 2016-07-01 Pedro Alves <palves@redhat.com>
9703 Antoine Tremblay <antoine.tremblay@ericsson.com>
9704
9705 * gdb.threads/process-dies-while-detaching.c: New file.
9706 * gdb.threads/process-dies-while-detaching.exp: New file.
9707
9708 2016-07-01 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.multi/watchpoint-multi-exit.c: New file.
9711 * gdb.multi/watchpoint-multi-exit.exp: New file.
9712
9713 2016-06-30 Pedro Alves <palves@redhat.com>
9714
9715 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9716 unset inferior_spawn_id.
9717
9718 2016-06-30 Pedro Alves <palves@redhat.com>
9719
9720 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9721 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9722
9723 2016-06-29 Yao Qi <yao.qi@linaro.org>
9724
9725 * gdb.base/return.c: Add copyright header.
9726
9727 2016-06-29 Tom Tromey <tom@tromey.com>
9728
9729 PR python/20129:
9730 * gdb.python/py-framefilter.exp: Add tests for setting priority
9731 and disabling of non-existent frame filter.
9732
9733 2016-06-29 Yao Qi <yao.qi@linaro.org>
9734
9735 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9736 0x0f07ff.
9737
9738 2016-06-28 Yao Qi <yao.qi@linaro.org>
9739
9740 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9741 triplets. Start gdb, execute catch syscall, and continue. Check
9742 gdb's output to determine catch syscall is supported.
9743
9744 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9745
9746 * gdb.rust/simple.rs: Add test for returning unit in a function.
9747 * gdb.rust/simple.exp: Add expectation for functions returning
9748 unit.
9749
9750 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9751
9752 * gdb.python/py-breakpoint-create-fail.c,
9753 gdb.python/py-breakpoint-create-fail.exp,
9754 gdb.python/py-breakpoint-create-fail.py: New testcase.
9755
9756 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9757
9758 PR gdb/20239
9759 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9760 * gdb.rust/simple.exp: Add test expectations for new NonZero
9761 tests.
9762
9763 2016-06-24 David Taylor <dtaylor@emc.com>
9764
9765 * gdb.base/offsets.exp: New file.
9766 * gdb.base/offsets.c: New file.
9767
9768 2016-06-23 Tom Tromey <tom@tromey.com>
9769
9770 PR gdb/16483:
9771 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9772 before any filters are loaded.
9773
9774 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9775
9776 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9777 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9778 structs.
9779 * gdb.fortran/derived-type-function.exp: New file.
9780 * gdb.fortran/derived-type-function.f90: New file.
9781
9782
9783 2016-06-21 Pedro Alves <palves@redhat.com>
9784
9785 * gdb.base/new-ui.exp: New file.
9786 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9787 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9788 (with_spawn_id): New procedure.
9789
9790 2016-06-21 Pedro Alves <palves@redhat.com>
9791
9792 * gdb.mi/mi-exec-run.exp: New file.
9793
9794 2016-06-21 Pedro Alves <palves@redhat.com>
9795
9796 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9797 breakpoint command's output on the main UI.
9798 (test_break): New procedure, factored out from calls in the top
9799 level.
9800 (top level): Use foreach_with_prefix to test MI as main UI and as
9801 separate UI.
9802
9803 2016-06-21 Pedro Alves <palves@redhat.com>
9804
9805 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9806 (test_awatch_creation_and_listing)
9807 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9808 Remove 'type' parameter.
9809 (test_watchpoint_all): New parameter mi_mode. Remove
9810 with_test_prefix.
9811 (top level): Use foreach_with_prefix, and add main/separate UI MI
9812 testing axis.
9813
9814 2016-06-21 Pedro Alves <palves@redhat.com>
9815
9816 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9817 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9818 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9819 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9820 (gdb_main_spawn_id, mi_spawn_id): Declare and
9821 comment.
9822 (mi_create_inferior_pty): New procedure,
9823 factored out from default_mi_gdb_start.
9824 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9825 procedures.
9826 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9827 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9828 Use mi_create_inferior_pty.
9829 (mi_gdb_start): Use eval to pass down args list.
9830
9831 2016-06-21 Pedro Alves <palves@redhat.com>
9832
9833 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9834 * gdb.opt/inline-cmds.exp: Add MI tests.
9835
9836 2016-06-21 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9839
9840 2016-06-21 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9843 (top level): Use it instead of mi_execute_to.
9844
9845 2016-06-21 Pedro Alves <palves@redhat.com>
9846
9847 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9848 (cont_handler_str): New.
9849 (signal_stop_handler): Set stop_handler_str instead of printing to
9850 stdout.
9851 (continue_handler): Set cont_handler_str instead of printing to
9852 stdout.
9853 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9854 mi_send_resuming_command. Print stop_handler_str and
9855 cont_handler_str instead of expecting the python events print
9856 directly.
9857
9858 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9859
9860 * gdb.base/jit-reader.exp: New file.
9861 * gdb.base/jithost.c: New file.
9862 * gdb.base/jithost.h: New file.
9863 * gdb.base/jitreader.c : New file.
9864 * gdb.base/jit-protocol.h: New file.
9865
9866 2016-06-17 Yao Qi <yao.qi@linaro.org>
9867
9868 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9869 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9870 and detach-on-fork. Adjust tests.
9871 (top level): Invoke break_cond_on_syscall with combinations of
9872 syscall, follow-fork-mode and detach-on-fork.
9873
9874 2016-06-17 Yao Qi <yao.qi@linaro.org>
9875
9876 * gdb.base/step-over-exit.c: New.
9877 * gdb.base/step-over-exit.exp: New.
9878
9879 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9880
9881 * gdb.base/float.exp: Add target check for nds32*-*-*.
9882 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9883
9884 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9885
9886 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9887 for unsupported target features.
9888 * gdb.base/call-rt-st.exp: Likewise.
9889 * gdb.base/call-sc.exp: Likewise.
9890 * gdb.base/call-signal-resume.exp: Likewise.
9891 * gdb.base/call-strs.exp: Likewise.
9892 * gdb.base/callexit.exp: Likewise.
9893 * gdb.base/callfuncs.exp: Likewise.
9894 * gdb.base/nodebug.exp: Likewise.
9895 * gdb.base/printcmds.exp: Likewise.
9896 * gdb.base/ptype.exp: Likewise.
9897 * gdb.base/structs.exp: Likewise.
9898 * gdb.base/unwindonsignal.exp: Likewise.
9899 * gdb.cp/gdb2495.exp: Likewise.
9900 * gdb.cp/templates.exp: Likewise.
9901 * gdb.cp/virtfunc.exp: Likewise.
9902 * gdb.threads/hand-call-in-threads.exp: Likewise.
9903 * gdb.threads/interrupted-hand-call.exp: Likewise.
9904 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9905
9906 2016-06-10 Tom Tromey <tom@tromey.com>
9907
9908 PR rust/20110:
9909 * gdb.rust/expr.exp: Add test for integer constant larger than
9910 i32.
9911
9912 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9913
9914 * gdb.fortran/nested-funcs.exp: New.
9915 * gdb.fortran/nested-funcs.f90: New.
9916
9917 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9918
9919 * gdb.base/examine-backward.c: New file.
9920 * gdb.base/examine-backward.exp: New file.
9921
9922 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9923
9924 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9925 matching.
9926
9927 2016-06-02 Tom Tromey <tom@tromey.com>
9928
9929 PR python/18984:
9930 * gdb.python/py-shared.exp: Add solib_name test.
9931
9932 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9933
9934 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9935
9936 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9937
9938 PR c++/19893
9939 * gdb.dwarf2/implref.exp: Rename to...
9940 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9941 * gdb.dwarf2/implref-array.c: New file.
9942 * gdb.dwarf2/implref-array.exp: Likewise.
9943 * gdb.dwarf2/implref-global.c: Likewise.
9944 * gdb.dwarf2/implref-global.exp: Likewise.
9945 * gdb.dwarf2/implref-struct.c: Likewise.
9946 * gdb.dwarf2/implref-struct.exp: Likewise.
9947
9948 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9949
9950 * gdb.trace/trace-condition.exp: Add 64bit tests.
9951
9952 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9953
9954 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9955 bits types.
9956 (main): Adapt to 8 to 64 bits types.
9957 * gdb.trace/trace-condition.exp: Add new tests.
9958
9959 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9960
9961 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9962
9963 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9964
9965 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9966 Move condition tests...
9967 * gdb.trace/trace-condition.exp: Here.
9968
9969 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9970
9971 * gdb.trace/trace-condition.exp: Add counter-case tests.
9972
9973 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9974
9975 PR c++/15231
9976 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9977 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9978
9979 2016-05-27 Pedro Alves <palves@redhat.com>
9980
9981 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9982 New procedure.
9983 (top level): Call it, and bail out of DejaGnu is known to be bad.
9984
9985 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9986
9987 * gdb.base/whatis.c: Extend the test case.
9988 * gdb.base/whatis.exp: Add additional tests.
9989
9990 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9991
9992 * gdb.fortran/type.f90: Add pointer variable.
9993 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9994
9995 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9996
9997 * gdb.fortran/vla-type.exp: Fix testcase name.
9998
9999 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10000
10001 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10002
10003 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10004
10005 * gdb.fortran/type.f90: Add nested structures.
10006 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10007 * gdb.fortran/derived-type.exp: Adapt expected output.
10008 * gdb.fortran/vla-type.exp: Adapt expected output.
10009
10010 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10011
10012 * gdb.fortran/whatis_type.exp: Adapt expected output.
10013
10014 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10015
10016 * gdb.fortran/print_type.exp: Fix expected output.
10017 * gdb.fortran/whatis_type.exp: Fix expected output.
10018
10019 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10020
10021 * gdb.fortran/whatis_type.exp: Use multi_line.
10022
10023 2016-05-24 Tom Tromey <tom@tromey.com>
10024
10025 PR python/17386:
10026 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10027 use value as an index.
10028
10029 2016-05-23 Tom Tromey <tom@tromey.com>
10030
10031 PR python/17981:
10032 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10033 no-breakpoint case.
10034
10035 2016-05-24 Pedro Alves <palves@redhat.com>
10036
10037 PR gdb/19828
10038 * gdb.threads/clone-attach-detach.c: New file.
10039 * gdb.threads/clone-attach-detach.exp: New file.
10040
10041 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10042
10043 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10044
10045 2016-05-23 Tom Tromey <tom@tromey.com>
10046
10047 PR python/19438, PR python/18393:
10048 * gdb.python/py-progspace.exp: Add "dir" test.
10049 * gdb.python/py-objfile.exp: Add "dir" test.
10050
10051 2016-05-23 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10054 * gdb.arch/thumb2-it.exp: Likewise.
10055
10056 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10057
10058 * gdb.mi/mi-threads-interrupt.c: New file.
10059 * gdb.mi/mi-threads-interrupt.exp: New file.
10060
10061 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10062
10063 PR gdb/18077
10064 * gdb.mi/mi-async-run.exp: New file.
10065 * gdb.mi/mi-async-run.c: New file.
10066
10067 2016-05-17 Tom Tromey <tom@tromey.com>
10068 Manish Goregaokar <manishsmail@gmail.com>
10069
10070 * lib/rust-support.exp: New file.
10071 * lib/gdb.exp (skip_rust_tests): New proc.
10072 (build_executable_from_specs): Handle rust.
10073 * lib/future.exp (gdb_find_rustc): New proc.
10074 (gdb_default_target_compile): Handle rust.
10075 * gdb.rust/expr.exp: New file.
10076 * gdb.rust/generics.exp: New file.
10077 * gdb.rust/generics.rs: New file.
10078 * gdb.rust/methods.exp: New file.
10079 * gdb.rust/methods.rs: New file.
10080 * gdb.rust/modules.exp: New file.
10081 * gdb.rust/modules.rs: New file.
10082 * gdb.rust/simple.exp: New file.
10083 * gdb.rust/simple.rs: New file.
10084
10085 2016-05-17 Tom Tromey <tom@tromey.com>
10086
10087 * gdb.base/default.exp (set language): Add rust.
10088
10089 2016-05-17 Tom Tromey <tom@tromey.com>
10090
10091 * gdb.gdb/unittest.exp: New file.
10092
10093 2016-05-16 Yao Qi <yao.qi@linaro.org>
10094
10095 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10096 shell_prompt. Update shell_prompt_re.
10097
10098 2016-05-12 Doug Evans <dje@google.com>
10099
10100 PR symtab/19999
10101 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10102 $options when building executable.
10103 * gdb.dwarf2/fission-loclists-pie.S: New file.
10104 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10105
10106 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10107
10108 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10109 of [is_remote target],
10110
10111 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10112
10113 * lib/gdb.exp (use_gdb_stub): New procedure.
10114
10115 2016-05-03 Yunlian Jiang <yunlian@google.com>
10116 Doug Evans <dje@google.com>
10117
10118 PR symtab/19914
10119 * gdb.dwarf2/dwp-sepdebug.c: New file.
10120 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10121
10122 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10123
10124 * gdb.base/detach.exp: Remove is_remote check.
10125
10126 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10127
10128 * gdb.base/annota-input-while-running.exp: Don't check for
10129 [is_remote target]. Enable annotations after running to main.
10130 Remove unused "set test..." line.
10131
10132 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10133
10134 * gdb.trace/trace-enable-disable.exp: New file.
10135 * gdb.trace/trace-enable-disable.c: New file.
10136
10137 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10138
10139 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10140 use it in info sharedlibrary test.
10141 * gdb.trace/ftrace-lock.exp: Likewise.
10142 * gdb.trace/ftrace.exp: Likewise.
10143 * gdb.trace/range-stepping.exp: Likewise.
10144 * gdb.trace/trace-break.exp: Likewise.
10145 * gdb.trace/trace-condition.exp: Likewise.
10146 * gdb.trace/trace-mt.exp: Likewise.
10147
10148 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10149
10150 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10151 (gdb_load_shlib): ... this.
10152 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10153 gdb_load_shlib.
10154 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10155 * gdb.base/ctxobj.exp: Likewise.
10156 * gdb.base/dprintf-pending.exp: Likewise.
10157 * gdb.base/dso2dso.exp: Likewise.
10158 * gdb.base/fixsection.exp: Likewise.
10159 * gdb.base/gcore-relro.exp: Likewise.
10160 * gdb.base/gdb1555.exp: Likewise.
10161 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10162 * gdb.base/gnu-ifunc.exp: Likewise.
10163 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10164 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10165 * gdb.base/pending.exp: Likewise.
10166 * gdb.base/print-file-var.exp: Likewise.
10167 * gdb.base/print-symbol-loading.exp: Likewise.
10168 * gdb.base/shlib-call.exp: Likewise.
10169 * gdb.base/shreloc.exp: Likewise.
10170 * gdb.base/so-impl-ld.exp: Likewise.
10171 * gdb.base/solib-disc.exp: Likewise.
10172 * gdb.base/solib-nodir.exp: Likewise.
10173 * gdb.base/solib-overlap.exp: Likewise.
10174 * gdb.base/solib-symbol.exp: Likewise.
10175 * gdb.base/solib-weak.exp (do_test): Likewise.
10176 * gdb.base/sym-file.exp: Likewise.
10177 * gdb.base/symtab-search-order.exp: Likewise.
10178 * gdb.base/type-opaque.exp: Likewise.
10179 * gdb.base/unload.exp: Likewise.
10180 * gdb.base/watchpoint-solib.exp: Likewise.
10181 * gdb.compile/compile.exp: Likewise.
10182 * gdb.cp/gdb2384.exp: Likewise.
10183 * gdb.cp/infcall-dlopen.exp: Likewise.
10184 * gdb.cp/re-set-overloaded.exp: Likewise.
10185 * gdb.fortran/library-module.exp: Likewise.
10186 * gdb.opt/solib-intra-step.exp: Likewise.
10187 * gdb.python/py-finish-breakpoint.exp: Likewise.
10188 * gdb.python/py-shared.exp: Likewise.
10189 * gdb.reverse/solib-precsave.exp: Likewise.
10190 * gdb.reverse/solib-reverse.exp: Likewise.
10191 * gdb.server/solib-list.exp: Likewise.
10192 * gdb.threads/dlopen-libpthread.exp: Likewise.
10193 * gdb.threads/tls-shared.exp: Likewise.
10194 * gdb.threads/tls-so_extern.exp: Likewise.
10195 * gdb.trace/change-loc.exp: Likewise.
10196 * gdb.trace/ftrace-lock.exp: Likewise.
10197 * gdb.trace/ftrace.exp: Likewise.
10198 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10199 * gdb.trace/pending.exp: Likewise.
10200 * gdb.trace/range-stepping.exp: Likewise.
10201 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10202 (strace_info_marker): Likewise.
10203 (strace_probe_marker): Likewise.
10204 (strace_trace_on_same_addr): Likewise.
10205 (strace_trace_on_diff_addr): Likewise.
10206 * gdb.trace/trace-break.exp: Likewise.
10207 * gdb.trace/trace-condition.exp: Likewise.
10208 * gdb.trace/trace-mt.exp: Likewise.
10209
10210 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10211
10212 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10213 result of gdb_remote_download.
10214 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10215 * gdb.base/dso2dso.exp: Likewise.
10216 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10217 * gdb.base/print-file-var.exp: Likewise.
10218 * gdb.base/shlib-call.exp: Likewise.
10219 * gdb.base/shreloc.exp: Likewise.
10220 * gdb.base/solib-overlap.exp: Likewise.
10221 * gdb.base/solib-weak.exp (do_test): Likewise.
10222 * gdb.base/unload.exp: Likewise.
10223
10224 2016-04-27 Yao Qi <yao.qi@linaro.org>
10225
10226 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10227 exists.
10228
10229 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10230
10231 * vla-type.exp: Print structure from toplevel.
10232
10233 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10234
10235 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10236 of dynamic types.
10237 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10238 of dynamic types.
10239
10240 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10241
10242 * gdb.fortran/vla-type.f90: New file.
10243 * gdb.fortran/vla-type.exp: New file.
10244
10245 2016-04-25 Yao Qi <yao.qi@linaro.org>
10246
10247 * gdb.base/branch-to-self.c: New file.
10248 * gdb.base/branch-to-self.exp: New file.
10249
10250 2016-04-22 Yao Qi <yao.qi@linaro.org>
10251
10252 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10253 more after $hex.
10254
10255 2016-04-22 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10258 * gdb.base/annota3.exp: Likewise.
10259
10260 2016-04-22 Yao Qi <yao.qi@linaro.org>
10261
10262 * gdb.reverse/step-precsave.exp: Do one step and test program
10263 stops in "callee" and do multiple steps until program goes out
10264 of "callee".
10265 * gdb.reverse/step-reverse.exp: Likewise.
10266
10267 2016-04-22 Yao Qi <yao.qi@linaro.org>
10268
10269 * gdb.trace/signal.exp: Also pass if
10270 $tracepoint_hits($i) > $iterations.
10271
10272 2016-04-22 Yao Qi <yao.qi@linaro.org>
10273
10274 * gdb.trace/signal.c: New file.
10275 * gdb.trace/signal.exp: New file.
10276
10277 2016-04-19 Doug Evans <xdje42@gmail.com>
10278
10279 * gdb.base/bad-file.exp: New file.
10280
10281 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10282
10283 * gdb.dwarf2/implref.exp: New file.
10284
10285 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10286
10287 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10288 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10289 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10290 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10291 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10292 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10293 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10294 * lib/fortran.exp (fortran_int4): New procedure.
10295 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10296 (fortran_logical4): Likewise.
10297
10298 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10299
10300 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10301
10302 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10303
10304 * lib/compiler.c: Add Intel specific preprocessor macros.
10305 * lib/compiler.cc: Likewise.
10306
10307 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10308
10309 * gdb.server/connect-with-no-symbol-file.c: New file.
10310 * gdb.server/connect-with-no-symbol-file.exp: New file.
10311
10312 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10313
10314 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10315
10316 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10317
10318 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10319 standard output directory.
10320
10321 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10322
10323 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10324
10325 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10326
10327 * gdb.btrace/instruction_history.c (loop): Add declaration.
10328
10329 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10330
10331 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10332
10333 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10334
10335 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10336 parentheses to print.
10337 (continue_handler): Likewise.
10338
10339 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10340
10341 * gdb.server/solib-list.exp: Remove is_remote check.
10342 Pass shlib= to gdb_compile. Don't link shared library with
10343 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10344 Run binary filename through "readlink -f" on the target.
10345
10346 2016-04-08 Pedro Alves <palves@redhat.com>
10347
10348 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10349 interpreter filename as argument to gdbserver_spawn.
10350 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10351 Return empty if $last_loaded_file does not exist.
10352
10353 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10354
10355 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10356 * gdb.base/jit-main.c: Use exit after usage.
10357
10358 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10359
10360 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10361 GDBHISTSIZE prior to the tests.
10362 * gdb.base/gdbinit-history.exp: Likewise.
10363
10364 2016-04-07 Pedro Alves <palves@redhat.com>
10365
10366 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10367 instead of build_executable. Use gdb_load_shlibs.
10368
10369 2016-04-07 Yao Qi <yao.qi@linaro.org>
10370
10371 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10372 Execute "si" command.
10373
10374 2016-04-07 Yao Qi <yao.qi@linaro.org>
10375
10376 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10377 number instead of the comments on some line.
10378
10379 2016-04-06 Don Breazeal <donb@codesourcery.com>
10380
10381 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10382 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10383
10384 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10385
10386 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10387 standard_output_file. Remove unused binfile variable.
10388
10389 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10390
10391 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10392 * gdb.python/py-mi-objfile.exp: Match "list main" output
10393 in console format.
10394
10395 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10396
10397 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10398 absolute.
10399
10400 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10401
10402 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10403 absolute.
10404 * gdb.trace/ftrace.exp: Likewise.
10405 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10406 targets as well.
10407 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10408 (gdb_load_shlibs): Copy libraries to test directory when testing
10409 natively. Only set solib-search-path if testing remotely.
10410 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10411
10412 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10413
10414 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10415 gdb_download. Use it even if the target is not remote.
10416 * gdb.base/jit.exp (compile_jit_test): Likewise.
10417 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10418 output directory if the destination board is local, otherwise use
10419 the standard remote_download from DejaGnu.
10420 (gdb_download): Remove.
10421 (gdb_load_shlibs): Use gdb_remote_download instead of
10422 gdb_download.
10423 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10424 Use gdb_remote_download instead of gdb_download. Use it even if
10425 the target is not remote.
10426 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10427 instead of gdb_download.
10428
10429 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10430
10431 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10432 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10433 run.
10434
10435 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10436
10437 PR gdb/19820
10438 * gdb.base/printcmds.exp: Add artificial arrays tests.
10439
10440 2016-03-31 Pedro Alves <palves@redhat.com>
10441
10442 PR gdb/19858
10443 * gdb.base/jit-main.c: Include unistd.h.
10444 (ATTACH): Define to 0 if not already defined.
10445 (wait_for_gdb, mypid): New globals.
10446 (WAIT_FOR_GDB): New macro.
10447 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10448 some breakpoint locations.
10449 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10450 New procedures.
10451 (one_jit_test): Add REATTACH parameter, and handle it. Use
10452 continue_to_test_location.
10453 (top level): Test attach, and adjusts calls to one_jit_test.
10454
10455 2016-03-31 Pedro Alves <palves@redhat.com>
10456
10457 PR gdb/19858
10458 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10459 BINSUFFIX parameter, and handle it.
10460 (top level): Adjust calls compile_jit_test.
10461
10462 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10463
10464 PR python/19743
10465 * gdb.python/py-mi-events-gdb.py: New file.
10466 * gdb.python/py-mi-events.c: New file.
10467 * gdb.python/py-mi-events.exp: New file.
10468
10469 2016-03-30 Yao Qi <yao.qi@linaro.org>
10470
10471 * gdb.reverse/until-precsave.exp: Match function name only.
10472 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10473 Move malloc to a condition block.
10474 * gdb.reverse/until-reverse.exp: Match function name only.
10475
10476 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10477
10478 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10479 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10480 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10481 variable for GPR 0 instead of assuming it is register 0.
10482 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10483 * lib/trace-support.exp: Add s390 registers.
10484
10485 2016-03-29 Yao Qi <yao.qi@linaro.org>
10486
10487 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10488
10489 2016-03-24 Yao Qi <yao.qi@linaro.org>
10490
10491 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10492 test message.
10493
10494 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10495
10496 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10497 maintaining separate logic for constructing the output path.
10498
10499 2016-03-16 Don Breazeal <donb@codesourcery.com>
10500
10501 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10502 Retry fork and waitpid on interrupted system call errors.
10503 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10504 Use with_timeout_factor to increase timeout by factor of 10.
10505
10506 2016-03-15 Don Breazeal <donb@codesourcery.com>
10507
10508 * gdb.cp/scope-err.cc: New test program.
10509 * gdb.cp/scope-err.exp: New test script.
10510 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10511 lines and "set breakpoint here" comment.
10512 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10513 Fixed some whitespace and format issues.
10514 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10515 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10516
10517 2016-03-15 Doug Evans <dje@google.com>
10518
10519 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10520 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10521 All callers updated. Add tests for enums, mixed flags register.
10522
10523 2016-03-15 Doug Evans <dje@google.com>
10524
10525 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10526 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10527
10528 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10529
10530 * gdb.base/default.exp: Add $_as_string to the list of expected
10531 convenience functions.
10532
10533 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10534
10535 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10536
10537 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10538
10539 * gdb.python/py-as-string.exp: New file.
10540 * gdb.python/py-as-string.c: New file.
10541
10542 2016-03-09 Pedro Alves <palves@redhat.com>
10543
10544 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10545 signal" -> "Thread NN received signal" output change.
10546 * gdb.threads/ia64-sigill.exp: Likewise.
10547 * gdb.threads/linux-dp.exp: Likewise.
10548 * gdb.threads/manythreads.exp: Likewise.
10549 * gdb.threads/pending-step.exp: Likewise.
10550 * gdb.threads/print-threads.exp: Likewise.
10551 * gdb.threads/sigstep-threads.exp: Likewise.
10552 * gdb.threads/staticthreads.exp: Likewise.
10553 * gdb.threads/tls.exp: Likewise.
10554
10555 2016-03-09 Pedro Alves <palves@redhat.com>
10556
10557 * gdb.base/command-line-input.exp: New file.
10558
10559 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10560
10561 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10562 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10563 * gdb.trace/pending.exp: Accept leading dot before function name.
10564 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10565 * lib/trace-support.exp: Set registers for ppc.
10566
10567 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10568
10569 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10570 use it for disassembly; accept .main in addition to main in backtrace.
10571
10572 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10573 Marcin Kościelnicki <koriakin@0x04.net>
10574
10575 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10576 (gdb_recursion_test_ptr): New global variable.
10577 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10578 gdb_recursion_test.
10579 (gdb_c_test): Ditto.
10580
10581 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10582
10583 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10584 ordering.
10585
10586 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10587
10588 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10589 (bar): Add bar_start_lbl label.
10590 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10591 of foo/bar for emitting DWARF and tracing.
10592
10593 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10594
10595 * analyze-racy-logs.py: Set executable bit.
10596
10597 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10598
10599 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10600 (CHECK_TARGET_TMP): Likewise.
10601 (check-single-racy): New rule.
10602 (check-parallel-racy): Likewise.
10603 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10604 (do-check-parallel-racy): New rule.
10605 (check-racy/%.exp): Likewise.
10606 * README (Racy testcases): New section.
10607 * analyze-racy-logs.py: New file.
10608
10609 2016-03-03 Doug Evans <dje@google.com>
10610
10611 * gdb.base/skip.exp: Use with_test_prefix.
10612
10613 2016-03-03 Yao Qi <yao.qi@linaro.org>
10614
10615 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10616 Invoke step_over_syscall "clone" and break_cond_on_syscall
10617 "clone".
10618 * gdb.base/step-over-clone.c: New file.
10619
10620 2016-03-03 Yao Qi <yao.qi@linaro.org>
10621
10622 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10623 code format.
10624
10625 2016-03-03 Yao Qi <yao.qi@linaro.org>
10626
10627 * gdb.base/disp-step-fork.c: Rename to ...
10628 * gdb.base/step-over-fork.c: ... it. New file.
10629 * gdb.base/disp-step-vfork.c: Rename to ...
10630 * gdb.base/step-over-vfork.c: ... it. New file.
10631 * gdb.base/disp-step-syscall.exp: Rename to ...
10632 * gdb.base/step-over-syscall.exp: ... it. New file.
10633 (disp_step_cross_syscall): Rename to ...
10634 (step_over_syscall): ... it.
10635
10636 2016-03-03 Yao Qi <yao.qi@linaro.org>
10637
10638 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10639 If target supports condition evaluation on target, invoke
10640 break_cond_on_syscall for fork and vfork.
10641
10642 2016-03-03 Yao Qi <yao.qi@linaro.org>
10643
10644 * gdb.base/disp-step-syscall.exp: Don't invoke
10645 support_displaced_stepping.
10646 (disp_step_cross_syscall): Test with displaced stepping off and
10647 on if supported.
10648
10649 2016-03-03 Yao Qi <yao.qi@linaro.org>
10650
10651 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10652 proc.
10653 (setup): New proc.
10654 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10655 and setup.
10656
10657 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10658
10659 * gdb.fortran/vla-history.exp: Remove breakpoint.
10660
10661 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10662
10663 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10664 exceeds timeout.
10665
10666 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10667
10668 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10669 breakpoint.
10670
10671 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10672
10673 * gdb.mi/vla.f90: Nullify pointer after declaration.
10674
10675 2016-03-01 Pedro Alves <palves@redhat.com>
10676
10677 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10678
10679 2016-03-01 Pedro Alves <palves@redhat.com>
10680
10681 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10682 before anything else.
10683 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10684 _GNU_SOURCE here.
10685 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10686 before anything else.
10687 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10688
10689 2016-03-01 Pedro Alves <palves@redhat.com>
10690
10691 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10692
10693 2016-03-01 Yao Qi <yao.qi@linaro.org>
10694
10695 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10696 prepare_for_testing.
10697
10698 2016-03-01 Yao Qi <yao.qi@linaro.org>
10699
10700 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10701
10702 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10703
10704 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10705 manually constructing the output path.
10706
10707 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10708
10709 * gdb.arch/s390-stackless.S: New.
10710 * gdb.arch/s390-stackless.exp: New.
10711
10712 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10713
10714 * gdb.dlang/circular.c: New file.
10715 * gdb.dlang/circular.exp: New file.
10716
10717 2016-02-26 Yao Qi <yao.qi@linaro.org>
10718
10719 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10720 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10721 (testcases): Update.
10722
10723 2016-02-26 Yao Qi <yao.qi@linaro.org>
10724
10725 * gdb.reverse/aarch64.c: Rename to ...
10726 * gdb.reverse/insn-reverse.c: ... it.
10727 * gdb.reverse/aarch64.exp: Rename to ...
10728 * gdb.reverse/insn-reverse.exp: ... it.
10729
10730 2016-02-26 Yao Qi <yao.qi@linaro.org>
10731
10732 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10733 (testcase_ftype): New.
10734 (testcases): New array.
10735 (n_testcases): New.
10736 (main): Call each element in testcases.
10737 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10738 (read_testcase): New.
10739 Do the tests in a loop.
10740
10741 2016-02-25 Yao Qi <yao.qi@linaro.org>
10742
10743 * gdb.base/branches.c: Remove.
10744
10745 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10746
10747 PR gdb/13808
10748 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10749
10750 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10751
10752 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10753
10754 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10755
10756 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10757 change x86_64 call_insn to 'callq'.
10758
10759 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10760
10761 * gdb.trace/tfile-avx.c: Move to...
10762 * gdb.trace/tracefile-pseudo-reg.c: Here.
10763 * gdb.trace/tfile-avx.exp: Move to...
10764 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10765
10766 2016-02-24 Gary Benson <gbenson@redhat.com>
10767
10768 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10769 message on attach.
10770
10771 2016-02-23 Doug Evans <dje@google.com>
10772
10773 * gdb.base/skip.c (test_skip): New function.
10774 (end_test_skip_file_and_function): New function.
10775 (test_skip_file_and_function): New function.
10776 * gdb.base/skip1.c (test_skip): New function.
10777 (skip1_test_skip_file_and_function): New function.
10778 * gdb.base/skip.exp: Add tests for new skip options.
10779 * gdb.base/skip-solib.exp: Update expected output.
10780 * gdb.perf/skip-command.cc: New file.
10781 * gdb.perf/skip-command.exp: New file.
10782 * gdb.perf/skip-command.py: New file.
10783
10784 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10785
10786 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10787 info registers pattern.
10788
10789 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10790
10791 * lib/future.exp: Add D support.
10792 (gdb_find_gdc): New proc.
10793 (gdb_default_target_compile): Add D support.
10794
10795 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10796
10797 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10798 user+system time.
10799 (trace_speed_test): Determine the iteration count for a time
10800 between 15..30 seconds.
10801
10802 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10803
10804 * gdb.arch/i386-mpx-sigsegv.c: New file.
10805 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10806 * gdb.arch/i386-mpx-simple_segv.c: New file.
10807 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10808
10809 2016-02-18 Yao Qi <yao.qi@linaro.org>
10810
10811 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10812 Don't call setup_kfail.
10813
10814 2016-02-18 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10817 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10818
10819 2016-02-16 Doug Evans <dje@google.com>
10820
10821 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10822 * gdb.base/skip1.c: Ditto.
10823 * gdb.base/skip.exp: Whitespace cleanup.
10824
10825 2016-02-16 Don Breazeal <donb@codesourcery.com>
10826
10827 PR remote/19496
10828 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10829 Remove kfail for PR remote/19496.
10830
10831 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10832
10833 * lib/gdb.exp (standard_temp_file): Return a path specific to
10834 the runtest invocation.
10835
10836 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10837
10838 * gdb.trace/save-trace.exp: Change relative path to be in the
10839 standard output directory.
10840
10841 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10842
10843 * gdb.arch/i386-prologue.c: Add missing prototypes.
10844
10845 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10846
10847 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10848 * gdb.arch/i386-prologue.exp: Likewise.
10849 * gdb.arch/i386-size.exp: Likewise.
10850
10851 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10852
10853 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10854 define object file path.
10855 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10856 file path.
10857 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10858 standard_output_file to define binfile.
10859
10860 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 Fix compatibility with recent gfortran-5.3.1.
10863 * gdb.fortran/vla-history.exp (print vla1 allocated)
10864 (print vla2 allocated, print $2, print $3): Remove
10865 (print $4): Rename to ...
10866 (print $2): ... here.
10867 (print $9): Rename to ...
10868 (print $5): ... here.
10869 (print $10): Rename to ...
10870 (print $6): ... here.
10871 * gdb.fortran/vla.f90: Add pvla initialization.
10872
10873 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10874
10875 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10876 New test.
10877 * gdb.fortran/vla-value-sub.exp: Likewise.
10878
10879 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10880
10881 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10882
10883 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10884
10885 * i386-biarch-core.exp: Define corefile using
10886 standard_output_file.
10887
10888 2016-02-12 Yao Qi <yao.qi@linaro.org>
10889
10890 * gdb.arch/arm-single-step-kernel-helper.c: New.
10891 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10892
10893 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10894
10895 * gdb.btrace/tailcall-only.exp: New.
10896 * gdb.btrace/tailcall-only.c: New.
10897 * gdb.btrace/x86_64-tailcall-only.S: New.
10898 * gdb.btrace/i686-tailcall-only.S: New.
10899
10900 2016-02-11 Pedro Alves <palves@redhat.com>
10901
10902 * README (Parallel testing): Add missing double quotes.
10903
10904 2016-02-11 Pedro Alves <palves@redhat.com>
10905
10906 * README (Parallel testing): New section.
10907 (GDB_PARALLEL): Rewrite.
10908 (FORCE_PARALLEL): Document.
10909
10910 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10911
10912 * gdb.trace/tfile-avx.c: New test.
10913 * gdb.trace/tfile-avx.exp: New test.
10914
10915 2016-02-09 Keith Seitz <keiths@redhat.com>
10916
10917 PR breakpoints/19546
10918 * gdb.base/infcall-exec.c: New file.
10919 * gdb.base/infcall-exec2.c: New file.
10920 * gdb.base/infcall-exec.exp: New file.
10921
10922 2016-02-09 Keith Seitz <keiths@redhat.com>
10923
10924 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10925 (toplevel): Call test_bkpt_address.
10926
10927 2016-02-09 Keith Seitz <keiths@redhat.com>
10928
10929 PR python/19506
10930 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10931 (toplevel): Call test_bkpt_address.
10932
10933 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10934
10935 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10936 to AC_OUTPUT.
10937 * configure: Regenerate.
10938
10939 2016-02-09 Pedro Alves <palves@redhat.com>
10940
10941 PR breakpoints/19548
10942 * gdb.base/execl-update-breakpoints.c (some_function): New
10943 function.
10944 (main): Call it.
10945 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10946 Tighten expected GDB output.
10947
10948 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10949
10950 * Makefile.in (ALL_SUBDIRS): Remove.
10951 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10952 (distclean maintainer-clean realclean): Likewise.
10953 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10954 * configure: Regenerate.
10955 * gdb.ada/Makefile.in: Delete.
10956 * gdb.arch/Makefile.in: Likewise.
10957 * gdb.asm/Makefile.in: Likewise.
10958 * gdb.base/Makefile.in: Likewise.
10959 * gdb.btrace/Makefile.in: Likewise.
10960 * gdb.cell/Makefile.in: Likewise.
10961 * gdb.compile/Makefile.in: Likewise.
10962 * gdb.cp/Makefile.in: Likewise.
10963 * gdb.disasm/Makefile.in: Likewise.
10964 * gdb.dlang/Makefile.in: Likewise.
10965 * gdb.dwarf2/Makefile.in: Likewise.
10966 * gdb.fortran/Makefile.in: Likewise.
10967 * gdb.gdb/Makefile.in: Likewise.
10968 * gdb.go/Makefile.in: Likewise.
10969 * gdb.guile/Makefile.in: Likewise.
10970 * gdb.java/Makefile.in: Likewise.
10971 * gdb.linespec/Makefile.in: Likewise.
10972 * gdb.mi/Makefile.in: Likewise.
10973 * gdb.modula2/Makefile.in: Likewise.
10974 * gdb.multi/Makefile.in: Likewise.
10975 * gdb.objc/Makefile.in: Likewise.
10976 * gdb.opencl/Makefile.in: Likewise.
10977 * gdb.opt/Makefile.in: Likewise.
10978 * gdb.pascal/Makefile.in: Likewise.
10979 * gdb.perf/Makefile.in: Likewise.
10980 * gdb.python/Makefile.in: Likewise.
10981 * gdb.reverse/Makefile.in: Likewise.
10982 * gdb.server/Makefile.in: Likewise.
10983 * gdb.stabs/Makefile.in: Likewise.
10984 * gdb.threads/Makefile.in: Likewise.
10985 * gdb.trace/Makefile.in: Likewise.
10986 * gdb.xml/Makefile.in: Likewise.
10987 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10988 GDB_PARALLEL.
10989 (standard_output_file): Remove check for GDB_PARALLEL, always
10990 return path in outputs/$subdir/$testname.
10991
10992 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10993
10994 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10995 (site.exp): Assign abs_srcdir to tcl's srcdir.
10996
10997 2016-02-04 Yao Qi <yao.qi@linaro.org>
10998
10999 * gdb.base/foll-exec-mode.c: Include limits.h.
11000 (main): Add parameters argc and argv. Get directory from
11001 argv[0].
11002 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11003 compilation.
11004 * gdb.base/foll-exec.c: Include limits.h.
11005 (main): Add parameters argc and argv.
11006 Get directory from argv[0].
11007 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11008 Adjust tests on the number of lines as source code changed.
11009 * gdb.base/foll-vfork-exit.c: Include limits.h.
11010 (main): Add one line of statement before vfork.
11011 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11012 (main): Add parameters argc and argv. Get directory from
11013 argv[0].
11014 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11015 (setup_gdb): Set tbreak to skip some source lines.
11016 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11017 (main): Add parameters argc and argv. Get directory from
11018 argv[0].
11019 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11020 compilation.
11021 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11022 (main): Add parameters argc and argv. Get directory from
11023 argv[0].
11024 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11025 compilation.
11026
11027 2016-02-01 Doug Evans <dje@google.com>
11028
11029 * gdb.base/skip.exp: Clean up multiple references to same test name.
11030
11031 2016-02-01 Pedro Alves <palves@redhat.com>
11032
11033 PR remote/19496
11034 * gdb.threads/forking-threads-plus-breakpoint.exp
11035 (displaced_stepping_supported): New global.
11036 (probe_displaced_stepping_support): New procedure.
11037 (do_test): Add 'displaced' parameter, and use it.
11038 (top level): Check for displaced stepping support. Add displaced
11039 stepping on/off testing axis.
11040
11041 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11042
11043 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11044 pointer. Don't perform further tests on the unassociated pointer
11045 if the first test fails.
11046
11047 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11048
11049 * gdb.base/max-value-size.c: New file.
11050 * gdb.base/max-value-size.exp: New file.
11051 * gdb.base/huge.exp: Disable max-value-size for this test.
11052
11053 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11054
11055 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11056
11057 2016-01-28 Yao Qi <yao.qi@linaro.org>
11058
11059 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11060
11061 2016-01-25 Pedro Alves <palves@redhat.com>
11062
11063 PR threads/19461
11064 * gdb.base/fork-running-state.c: New file.
11065 * gdb.base/fork-running-state.exp: New file.
11066
11067 2016-01-25 Pedro Alves <palves@redhat.com>
11068
11069 PR gdb/19494
11070 * gdb.base/catch-fork-kill.c: New file.
11071 * gdb.base/catch-fork-kill.exp: New file.
11072
11073 2016-01-25 Pedro Alves <palves@redhat.com>
11074
11075 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11076 Delete, moved to lib/gdb.exp.
11077 * gdb.threads/forking-threads-plus-breakpoint.exp
11078 (foreach_with_prefix): Likewise.
11079 * gdb.threads/process-dies-while-handling-bp.exp
11080 (foreach_with_prefix): Likewise.
11081 * lib/gdb.exp (foreach_with_prefix): New procedure.
11082
11083 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11084
11085 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11086 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11087
11088 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11089
11090 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11091 endian targets.
11092
11093 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11094 Pedro Alves <palves@redhat.com>
11095
11096 Fix testsuite compatibility with Guile.
11097 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11098 number.
11099
11100 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11101
11102 Fix testsuite compatibility with Guile.
11103 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11104 (thread 1): New test for backtrace through signal handler.
11105
11106 2016-01-22 Yao Qi <yao.qi@linaro.org>
11107
11108 PR testsuite/19491
11109 * gdb.base/multi-forks.c: Include
11110 ../lib/unbuffer_output.c
11111 (main): Call gdb_unbuffer_output.
11112
11113 2016-01-21 Doug Evans <dje@google.com>
11114
11115 * lib/ada.exp (gdb_compile_ada): Fix typo.
11116
11117 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11118
11119 * gdb.base/break-fun-addr.exp: New file.
11120 * gdb.base/break-fun-addr1.c: New file.
11121 * gdb.base/break-fun-addr2.c: New file.
11122
11123 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11124
11125 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11126 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11127 enum flag values.
11128
11129 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11130
11131 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11132 when GDB can not set the vector return value. Add more comments
11133 for clarification.
11134
11135 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11136
11137 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11138 command.
11139
11140 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11141
11142 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11143
11144 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11145
11146 * Makefile.in (check-single): Pass --status to runtest.
11147 (check/%.exp): Likewise.
11148
11149 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11150
11151 * Makefile.in (check-parallel): Propagate return code from make
11152 do-check-parallel.
11153
11154 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11155
11156 * gdb.trace/ftrace.exp: Fix expected message on continue.
11157 * gdb.trace/pending.exp: Fix expected message on continue.
11158 * gdb.trace/trace-break.exp: Fix expected message on continue.
11159
11160 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11161
11162 * lib/gdb.exp (gdb_test): Remove unused global references.
11163
11164 2016-01-18 Pedro Alves <palves@redhat.com>
11165
11166 * gdb.base/async-shell.exp: Adjust expected output.
11167 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11168 * gdb.base/siginfo-thread.exp: Adjust expected output.
11169 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11170 * gdb.java/jnpe.exp: Adjust expected output.
11171 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11172 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11173 * gdb.threads/leader-exit.exp: Adjust expected output.
11174 * gdb.threads/manythreads.exp: Adjust expected output.
11175 * gdb.threads/pthreads.exp: Adjust expected output.
11176 * gdb.threads/schedlock.exp: Adjust expected output.
11177 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11178 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11179 expected output.
11180 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11181 output.
11182 * gdb.threads/sigthread.exp: Adjust expected output.
11183 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11184
11185 2016-01-18 Yao Qi <yao.qi@linaro.org>
11186
11187 * gdb.guile/scm-section-script.c: Replace @progbits with
11188 %progbits.
11189 * gdb.python/py-section-script.c: Likewise.
11190
11191 2016-01-15 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.multi/tids.exp: Test star wildcard ranges.
11194
11195 2016-01-15 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11198 command from "thread apply" invocation.
11199 (thr_apply_info_thr_invalid): Default the expected output to the
11200 input tid list.
11201 (top level): Add tests that use convenience variables. Add tests
11202 for "thread apply" with a valid TID list, but missing the command.
11203
11204 2016-01-13 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.base/default.exp: Expect $_gthread as well.
11207 * gdb.multi/tids.exp: Test $_gthread.
11208 * gdb.threads/thread-specific.exp: Test $_gthread.
11209
11210 2016-01-13 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.multi/tids.exp: Test "info threads -gid".
11213
11214 2016-01-13 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11217 Breakpoint.thread.
11218 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11219
11220 2016-01-07 Pedro Alves <palves@redhat.com>
11221
11222 * gdb.base/break.exp: Adjust to output changes.
11223 * gdb.base/hbreak2.exp: Likewise.
11224 * gdb.base/sepdebug.exp: Likewise.
11225 * gdb.base/watch_thread_num.exp: Likewise.
11226 * gdb.linespec/keywords.exp: Likewise.
11227 * gdb.multi/info-threads.exp: Likewise.
11228 * gdb.threads/thread-find.exp: Likewise.
11229 * gdb.multi/tids.c: New file.
11230 * gdb.multi/tids.exp: New file.
11231
11232 2016-01-13 Pedro Alves <palves@redhat.com>
11233
11234 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11235
11236 2016-01-13 Pedro Alves <palves@redhat.com>
11237
11238 * gdb.base/default.exp: Expect $_inferior as well.
11239 * gdb.multi/base.exp: Test $_inferior.
11240
11241 2016-01-13 Pedro Alves <palves@redhat.com>
11242
11243 PR breakpoints/19388
11244 * gdb.base/catch-signal-siginfo-cond.c: New file.
11245 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11246
11247 2016-01-12 Josh Stone <jistone@redhat.com>
11248 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11249
11250 * gdb.base/catch-syscall.c (do_execve): New variable.
11251 (main): Conditionally trigger an execve.
11252 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11253 (test_catch_syscall_execve): New, check entry/return across execve.
11254 (do_syscall_tests): Call test_catch_syscall_execve.
11255
11256 2016-01-12 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.base/random-signal.exp (do_test): New procedure, with body
11259 of testcase moved in.
11260
11261 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11262 Pedro Alves <palves@redhat.com>
11263
11264 * gdb.base/funcargs.exp (finish from indirectly called function):
11265 Reintroduce the case for 'First'.
11266
11267 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11268 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11271 (tcatch_vfork_then_child_follow_exec)
11272 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11273 identification.
11274
11275 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11276
11277 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11278 and repeats to unlimited.
11279 * gdb.python/py-value.exp: Likewise.
11280 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11281 and repeats to unlimited.
11282
11283 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11284
11285 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11286 and reordering the functions.
11287 * gdb.multi/hangout.c: Likewise.
11288 * gdb.multi/hello.c: Likewise.
11289
11290 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11291
11292 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11293 absolute.
11294 (SingleStatisticTestResult.report): Use dict.keys instead of
11295 dict.iterkeys.
11296
11297 2016-01-06 Pedro Alves <palves@redhat.com>
11298
11299 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11300
11301 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11302
11303 * gdb.btrace/dlopen.exp: New.
11304 * gdb.btrace/dlopen.c: New.
11305 * gdb.btrace/dlopen-dso.c: New.
11306
11307 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11308
11309 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11310 PATTERN argument is optional.
11311
11312 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11313
11314 * lib/ada.exp (target_compile_ada_from_dir): New function.
11315 (gdb_compile_ada): Reimplement avoiding the use of project files.
11316 * gdb.ada/gnat_ada.gpr: Delete.
11317 * gdb.ada/cond_lang.exp: Adjust test to make path before
11318 filename optional.
11319 * gdb.ada/small_reg_param.exp: Likewise.
11320
11321 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11322
11323 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11324
11325 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11326
11327 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11328 case.
11329
11330 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11331
11332 * gdb.base/break.exp: Remove dead code.
11333 * gdb.base/sepdebug.exp: Likewise.
11334
11335 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11336
11337 * gdb.asm/asm-source.exp: Remove HP-UX references.
11338 * gdb.base/annota1.exp: Likewise.
11339 * gdb.base/annota3.exp: Likewise.
11340 * gdb.base/attach.exp: Likewise.
11341 * gdb.base/bigcore.exp: Likewise.
11342 * gdb.base/break.exp: Likewise.
11343 * gdb.base/call-ar-st.exp: Likewise.
11344 * gdb.base/callfuncs.exp: Likewise.
11345 * gdb.base/catch-fork-static.exp: Likewise.
11346 * gdb.base/display.exp: Likewise.
11347 * gdb.base/foll-exec-mode.exp: Likewise.
11348 * gdb.base/foll-exec.exp: Likewise.
11349 * gdb.base/foll-fork.exp: Likewise.
11350 * gdb.base/foll-vfork.exp: Likewise.
11351 * gdb.base/funcargs.exp: Likewise.
11352 * gdb.base/hbreak2.exp: Likewise.
11353 * gdb.base/inferior-died.exp: Likewise.
11354 * gdb.base/interrupt.exp: Likewise.
11355 * gdb.base/multi-forks.exp: Likewise.
11356 * gdb.base/nodebug.exp: Likewise.
11357 * gdb.base/sepdebug.exp: Likewise.
11358 * gdb.base/solib1.c: Likewise.
11359 * gdb.base/step-test.exp: Likewise.
11360 * gdb.mi/non-stop.c: Likewise.
11361 * gdb.mi/pthreads.c: Likewise.
11362 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11363 * gdb.threads/pthreads.c: Likewise.
11364 * gdb.threads/staticthreads.exp: Likewise.
11365 * lib/future.exp: Likewise.
11366 * lib/gdb.exp: Likewise.
11367 * gdb.base/so-indr-cl.c: Remove.
11368 * gdb.base/so-indr-cl.exp: Likewise.
11369 * gdb.base/solib.c: Likewise.
11370 * gdb.base/solib.exp: Likewise.
11371 * gdb.base/solib2.c: Likewise.
11372
11373 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11374
11375 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11376 * gdb.base/call-ar-st.exp: Likewise.
11377 * gdb.base/callfuncs.exp: Likewise.
11378 * gdb.base/condbreak.exp: Likewise.
11379 * gdb.base/constvars.exp: Likewise.
11380 * gdb.base/hbreak2.exp: Likewise.
11381 * gdb.base/langs.exp: Likewise.
11382 * gdb.base/list.exp: Likewise.
11383 * gdb.base/long_long.exp: Likewise.
11384 * gdb.base/ptype.exp: Likewise.
11385 * gdb.base/scope.exp: Likewise.
11386 * gdb.base/signals.exp: Likewise.
11387 * gdb.base/so-impl-ld.exp: Likewise.
11388 * gdb.base/varargs.exp: Likewise.
11389 * gdb.base/volatile.exp: Likewise.
11390 * gdb.base/whatis.exp: Likewise.
11391 * gdb.cp/cplusfuncs.exp: Likewise.
11392 * gdb.cp/inherit.exp: Likewise.
11393 * gdb.cp/local.exp: Likewise.
11394 * gdb.cp/member-ptr.exp: Likewise.
11395 * gdb.cp/method.exp: Likewise.
11396 * gdb.cp/overload.exp: Likewise.
11397 * gdb.cp/templates.exp: Likewise.
11398 * gdb.stabs/weird.exp: Likewise.
11399 * lib/compiler.c: Likewise.
11400 * lib/compiler.cc: Likewise.
11401 * lib/cp-support.exp: Likewise.
11402 * lib/gdb.exp: Likewise.
11403
11404 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11405
11406 * configure.ac: Remove HP-UX case.
11407 * configure: Regenerate.
11408
11409 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11410
11411 * lib/gdb.exp (gdb_compile): Add function doc.
11412
11413 2015-12-17 Pedro Alves <palves@redhat.com>
11414
11415 PR threads/19354
11416 * gdb.multi/info-threads.exp: New file.
11417
11418 2015-12-15 Yao Qi <yao.qi@linaro.org>
11419
11420 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11421 is aarch64*-*-*.
11422
11423 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11424
11425 * gdb.base/history-duplicates.exp: Skip if no readline support.
11426
11427 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11428
11429 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11430
11431 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11432
11433 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11434
11435 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11436
11437 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11438 ctrl-C if nointerrupts target property is set.
11439 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11440 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11441 * gdb.base/paginate-bg-execution.exp: Likewise.
11442 * gdb.base/paginate-execution-startup.exp: Likewise.
11443 * gdb.base/random-signal.exp: Likewise.
11444 * gdb.base/range-stepping.exp: Likewise.
11445 * gdb.cp/annota2.exp: Likewise.
11446 * gdb.cp/annota3.exp: Likewise.
11447 * gdb.gdb/selftest.exp: Likewise.
11448 * gdb.threads/continue-pending-status.exp: Likewise.
11449 * gdb.threads/leader-exit.exp: Likewise.
11450 * gdb.threads/manythreads.exp: Likewise.
11451 * gdb.threads/pthreads.exp: Likewise.
11452 * gdb.threads/schedlock.exp: Likewise.
11453 * gdb.threads/sigthread.exp: Likewise.
11454
11455 2015-12-11 Don Breazeal <donb@codesourcery.com>
11456
11457 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11458 remote.
11459 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11460 * gdb.base/foll-exec.exp (main): Enable for target remote.
11461 * gdb.base/foll-fork.exp (main): Likewise.
11462 * gdb.base/foll-vfork.exp (main): Likewise.
11463 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11464 (proc continue_to_exit_bp_loc): Use clean_restart.
11465 * gdb.base/pie-execl.exp (main): Disable for target remote.
11466 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11467 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11468 * gdb.threads/execl.exp (main): Likewise.
11469 * gdb.threads/fork-child-threads.exp (main): Likewise.
11470 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11471 remote.
11472 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11473 remote.
11474 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11475 pid.tid style ptids, instead of just tid.
11476 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11477 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11478 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11479 ptids, instead of just tid.
11480
11481 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11482
11483 * gdb.base/list.exp (test_list_forward): Add end of file error
11484 test.
11485 (test_repeat_list_command): Add end of file error test.
11486 (test_list_backwards): Add beginning of file error test.
11487
11488 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11489
11490 * gdb.base/list.exp (test_list_invalid_args): New function,
11491 defined, and called.
11492
11493 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11494
11495 * gdb.base/list.exp (test_list): Make test names unique.
11496
11497 2015-12-11 Yao Qi <yao.qi@linaro.org>
11498
11499 * gdb.base/coremaker2.c: Remove.
11500
11501 2015-12-10 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.multi/base.exp: Remove stale "spaces" references.
11504
11505 2015-12-10 Pedro Alves <palves@redhat.com>
11506
11507 * gdb.multi/base.exp: Don't use nowarnings.
11508 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11509 * gdb.multi/hangout.c: Include stdio.h.
11510 * gdb.multi/hello.c: Include stdlib.h.
11511 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11512 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11513 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11514
11515 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11516
11517 * gdb.dwarf2/dw2-ranges-base.c: New file.
11518 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11519 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11520 support additional line table, and debug ranges generation.
11521 (Dwarf::ranges): New function, generate .debug_ranges.
11522 (Dwarf::lines): Support generating simple line table programs.
11523 (Dwarf::assemble): Initialise new namespace variables.
11524
11525 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11526
11527 * gdb.base/async.exp (proc test_background): Add case for
11528 asynchronous execution not supported.
11529
11530 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11531
11532 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11533 format and change test names to make them unique.
11534
11535 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11536 Pedro Alves <pedro@redhat.com>
11537
11538 PR gdb/18702
11539 Add checking of floatformats setup on x86_64 hosts.
11540 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11541 (smallval, bigval): New labels/constants.
11542 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11543 float" after loading bigval and smallval.
11544
11545 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11546
11547 * gdb.ada/fun_overload_menu.exp: New testcase.
11548 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11549
11550 2015-12-04 Josh Stone <jistone@redhat.com>
11551
11552 * gdb.base/catch-fork-static.exp: New.
11553
11554 2015-12-03 Yao Qi <yao.qi@linaro.org>
11555
11556 * gdb.base/sizeof.c: Don't include stdio.h and
11557 ../lib/unbuffer_output.c.
11558 (main): New variable 'size' and 'value'. Remove printf and
11559 gdb_unbuffer_output. Assign return value to size and value.
11560 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11561 at the beginning.
11562 (check_sizeof): Check the result by printing variable 'size'.
11563 (check_valueof): Check the result by printing variable 'value'.
11564
11565 2015-12-01 Yao Qi <yao.qi@linaro.org>
11566
11567 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11568 for aarch64*-*-linux* target.
11569
11570 2015-11-30 Pedro Alves <palves@redhat.com>
11571
11572 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11573
11574 2015-11-30 Pedro Alves <palves@redhat.com>
11575
11576 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11577 Handle non-stop mode vCont replies.
11578
11579 2015-11-30 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11582 prepare_for_testing. Start gdb with "set non-stop on" appended to
11583 GDBFLAGS. Lax expected stop output.
11584
11585 2015-11-27 Yao Qi <yao.qi@linaro.org>
11586
11587 * gdb.arch/arm-neon.exp: New.
11588 * gdb.arch/arm-neon.c: New.
11589
11590 2015-11-27 Yao Qi <yao.qi@linaro.org>
11591
11592 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11593
11594 2015-11-27 Yao Qi <yao.qi@linaro.org>
11595
11596 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11597 frames-invalid annotation.
11598
11599 2015-11-27 Yao Qi <yao.qi@linaro.org>
11600
11601 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11602
11603 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11604
11605 * gdb.threads/names.exp: New file.
11606 * gdb.threads/names.c: New file.
11607 * README: Mention gdb,no_thread_names.
11608
11609 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11610
11611 PR 19297
11612 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11613 support" error.
11614
11615 2015-11-24 Pedro Alves <palves@redhat.com>
11616
11617 PR 17539
11618 * gdb.base/display.exp: Expect displays to be sorted in ascending
11619 order. Use multi_line.
11620 * gdb.base/solib-display.exp: Likewise.
11621
11622 2015-11-24 Pedro Alves <palves@redhat.com>
11623
11624 PR 17539
11625 * gdb.base/display.exp: Expect displays to be sorted in ascending
11626 order. Use multi_line.
11627 * gdb.base/solib-display.exp: Likewise.
11628
11629 2015-11-24 Pedro Alves <palves@redhat.com>
11630
11631 PR 17539
11632 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11633 threads in ascending order.
11634 * gdb.base/foll-fork.exp: Likewise.
11635 * gdb.base/foll-vfork.exp: Likewise.
11636 * gdb.base/multi-forks.exp: Likewise.
11637 * gdb.mi/mi-nonstop.exp: Likewise.
11638 * gdb.mi/mi-nsintrall.exp: Likewise.
11639 * gdb.multi/base.exp: Likewise.
11640 * gdb.multi/multi-arch.exp: Likewise.
11641 * gdb.python/py-inferior.exp: Likewise.
11642 * gdb.threads/break-while-running.exp: Likewise.
11643 * gdb.threads/execl.exp: Likewise.
11644 * gdb.threads/gcore-thread.exp: Likewise.
11645 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11646 * gdb.threads/kill.exp: Likewise.
11647 * gdb.threads/linux-dp.exp: Likewise.
11648 * gdb.threads/multiple-step-overs.exp: Likewise.
11649 * gdb.threads/next-bp-other-thread.exp: Likewise.
11650 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11651 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11652 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11653 * gdb.threads/thread-find.exp: Likewise.
11654 * gdb.threads/tls.exp: Likewise.
11655 * lib/mi-support.exp (mi_reverse_list): Delete.
11656 (mi_check_thread_states): No longer reverse list.
11657
11658 2015-11-24 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11661 use lowercase.
11662
11663 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11664
11665 * gdb.trace/actions.c: Include trace-common.h.
11666 (main): Add a location for a fast tracepoint.
11667 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11668 the normal tracepoints.
11669 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11670
11671 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11672
11673 * save-trace.exp: Factor out code to these...
11674 (gdb_save_tracepoints): New.
11675 (gdb_load_tracepoints): New.
11676 (do_save_load_test): New.
11677
11678 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11679
11680 * gdb.base/asmlabel.exp: New test.
11681 * gdb.base/asmlabel.c: New test case.
11682
11683 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11684
11685 * gdb.base/wrong_frame_bt_full-main.c: New file.
11686 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11687 * gdb.base/wrong_frame_bt_full.exp: New file.
11688
11689 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11690
11691 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11692
11693 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11694
11695 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11696 pstate register when comparing registers values in
11697 sparc64-*-linux-gnu targets to avoid spurious differences.
11698
11699 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11700
11701 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11702
11703 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11704
11705 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11706 as type argument to gdb_compile.
11707 * gdb.base/nested-subp2.exp: Likewise.
11708 * gdb.base/nested-subp3.exp: Likewise.
11709
11710 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11711
11712 * lib/dwarf.exp (_note): Fix left shift of negative value.
11713 * gdb.trace/trace-condition.exp: Likewise.
11714
11715 2015-11-13 Yao Qi <yao.qi@linaro.org>
11716
11717 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11718 comments about d10v.
11719 (test_scalar_returns): Likewise.
11720 * gdb.base/d10v.ld: Remove.
11721 * gdb.base/overlays.exp: Remove the target triplet checking for
11722 d10v-*-*.
11723 * gdb.base/structs.exp (test_struct_returns): Remove the
11724 comments about d10v.
11725 (test_struct_calls): Likewise.
11726
11727 2015-11-13 Yao Qi <yao.qi@linaro.org>
11728
11729 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11730 * gdb.base/gnu_vector.c: Don't include stdio.h.
11731 (main): Don't print res and call add_some_intvecs.
11732
11733 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11734
11735 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11736 macro.
11737 (func5): Removed.
11738 (func4): Use FAST_TRACEPOINT_LABEL.
11739 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11740 macro.
11741 (func): Removed.
11742 (thread_function): Use FAST_TRACEPOINT_LABEL.
11743 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11744 (func): Remove.
11745 (marker): Use FAST_TRACEPOINT_LABEL.
11746 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11747 (pendfunc1): Remove.
11748 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11749 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11750 (foo): Remove.
11751 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11752 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11753 macro.
11754 (func): Remove.
11755 (marker): Use FAST_TRACEPOINT_LABEL.
11756 * gdb.trace/trace-common.h: New header.
11757 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11758 macro.
11759 (func): Remove.
11760 (marker): Use FAST_TRACEPOINT_LABEL.
11761 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11762 (func): Remove.
11763 (thread_function): Use FAST_TRACEPOINT_LABEL.
11764
11765 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11766
11767 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11768 in front.
11769 * gdb.trace/change-loc.exp: Use global pcreg definition.
11770 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11771 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11772 in front.
11773 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11774 * gdb.trace/pending.exp: Likewise.
11775 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11776 * gdb.trace/trace-break.exp: Likewise.
11777 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11778 in front.
11779 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11780 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11781 in front.
11782 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11783
11784 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11785
11786 * gdb.ada/fin_fun_out: New testcase.
11787
11788 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11789
11790 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11791 value associated with DW_AT_byte_size.
11792 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11793 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11794 DW_AT_upper_bound.
11795
11796 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11797
11798 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11799 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11800 version.
11801 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11802 gdb.dwarf2/dw2-canonicalize-type.exp,
11803 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11804 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11805 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11806 provided by gdb_target_symbol_prefix_flags_asm.
11807 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11808 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11809 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11810 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11811 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11812 macros where needed). Use this macro for symbols which require
11813 the prefix provided by SYMBOL_PREFIX.
11814
11815 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11816
11817 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11818 New procs.
11819 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11820 representing expressions, of more than one list element.
11821 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11822 to prepend linker symbol prefix to f.
11823 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11824 table_1 and table_2.
11825 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11826 Likewise, for f and g.
11827 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11828 for ptr.
11829 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11830 for main.
11831 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11832 table_1_ptr and table_2_ptr.
11833
11834 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11835 Joel Brobecker <brobecker@adacore.com>
11836
11837 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11838
11839 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11840
11841 * gdb.reverse/s390-mvcle.c: New test.
11842 * gdb.reverse/s390-mvcle.exp: New file.
11843 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11844
11845 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11846
11847 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11848
11849 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11850
11851 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11852 reaching marker2.
11853 * gdb.reverse/getresuid-reverse.exp: Likewise.
11854 * gdb.reverse/pipe-reverse.exp: Likewise.
11855 * gdb.reverse/readv-reverse.exp: Likewise.
11856 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11857 * gdb.reverse/time-reverse.exp: Likewise.
11858 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11859
11860 2015-10-30 Yao Qi <yao.qi@linaro.org>
11861
11862 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11863 (empty_cycle): Remove.
11864 (main): Don't call empty_cycle. Don't use watch_count_done.
11865 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11866 empty_cycle. Rewrite the code counting HW watchpoints.
11867
11868 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11869
11870 * gdb.reverse/fstatat-reverse.c: New test.
11871 * gdb.reverse/fstatat-reverse.exp: New file.
11872 * gdb.reverse/getresuid-reverse.c: New test.
11873 * gdb.reverse/getresuid-reverse.exp: New file.
11874 * gdb.reverse/pipe-reverse.c: New test.
11875 * gdb.reverse/pipe-reverse.exp: New file.
11876 * gdb.reverse/readv-reverse.c: New test.
11877 * gdb.reverse/readv-reverse.exp: New file.
11878 * gdb.reverse/recvmsg-reverse.c: New test.
11879 * gdb.reverse/recvmsg-reverse.exp: New file.
11880 * gdb.reverse/time-reverse.c: New test.
11881 * gdb.reverse/time-reverse.exp: New file.
11882 * gdb.reverse/waitpid-reverse.c: New test.
11883 * gdb.reverse/waitpid-reverse.exp: New file.
11884
11885 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11886
11887 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11888
11889 2015-10-26 Doug Evans <dje@google.com>
11890
11891 PR symtab/17391
11892 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11893 * gdb.dwarf2/bad-regnum.c: New file.
11894 * gdb.dwarf2/bad-regnum.exp: New file.
11895
11896 2015-10-26 Doug Evans <dje@google.com>
11897
11898 PR python/18938
11899 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11900 file.
11901
11902 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11903
11904 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11905 for a change by "Mention language in compile error message".
11906
11907 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11908
11909 PR python/18073
11910 * gdb.python/py-type.c (C::a_method): New.
11911 (C::a_const_method): New.
11912 (C::a_static_method): New.
11913 (a_function): New.
11914 * gdb.python/py-type.exp (test_fields): Test getting fields
11915 from function and method.
11916
11917 2015-10-21 Keven Boell <keven.boell@intel.com>
11918
11919 * gdb.fortran/vla-alloc-assoc.exp: New file.
11920 * gdb.fortran/vla-datatypes.exp: New file.
11921 * gdb.fortran/vla-datatypes.f90: New file.
11922 * gdb.fortran/vla-history.exp: New file.
11923 * gdb.fortran/vla-ptype-sub.exp: New file.
11924 * gdb.fortran/vla-ptype.exp: New file.
11925 * gdb.fortran/vla-sizeof.exp: New file.
11926 * gdb.fortran/vla-sub.f90: New file.
11927 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11928 * gdb.fortran/vla-value-sub-finish.exp: New file.
11929 * gdb.fortran/vla-value-sub.exp: New file.
11930 * gdb.fortran/vla-value.exp: New file.
11931 * gdb.fortran/vla-ptr-info.exp: New file.
11932 * gdb.mi/mi-vla-fortran.exp: New file.
11933 * gdb.mi/vla.f90: New file.
11934
11935 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11936
11937 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11938 of hardwired timeout value.
11939
11940 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11941 Pedro Alves <palves@redhat.com>
11942
11943 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11944 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11945
11946 2015-10-19 Josh Stone <jistone@redhat.com>
11947
11948 * gdb.base/catch-syscall.c: Include <sched.h>.
11949 (unknown_syscall): New variable.
11950 (main): Trigger a vfork and an unknown syscall.
11951 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11952 (unknown_syscall_number): Likewise.
11953 (check_call_to_syscall): Accept an optional syscall pattern.
11954 (check_return_from_syscall): Likewise.
11955 (check_continue): Likewise.
11956 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11957 (test_catch_syscall_skipping_return): New test toggling off 'catch
11958 syscall' to step over the syscall return, then toggling back on.
11959 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11960 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11961 (do_syscall_tests): Call test_catch_syscall_without_args and
11962 test_catch_syscall_mid_vfork.
11963 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11964 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11965
11966 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11967
11968 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11969 print g_vE): Add new pass patterns.
11970 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11971 print various symbol names for vptr fields.
11972
11973 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11974
11975 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11976 results.
11977
11978 2015-10-12 Yao Qi <yao.qi@linaro.org>
11979
11980 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11981
11982 2015-10-12 Yao Qi <yao.qi@linaro.org>
11983
11984 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11985 is aarch64*-*-linux*.
11986
11987 2015-10-12 Yao Qi <yao.qi@linaro.org>
11988
11989 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11990 (can_relocate_bcond_true): ... it.
11991 (can_relocate_bcond_false): New function.
11992 (foo): Likewise.
11993 (can_relocate_bl): Likewise.
11994 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11995 can_relocate_bl.
11996
11997 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11998
11999 * gdb.base/nested-addr.c: New file.
12000 * gdb.base/nested-addr.exp: New testcase.
12001
12002 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12003
12004 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12005 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12006 its output. Ignore the output of "record goto begin" and instead
12007 check that GDB is replaying.
12008
12009 2015-10-09 Pedro Alves <palves@redhat.com>
12010
12011 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12012 (top level): Use it in the run with no args test.
12013
12014 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12015
12016 * gdb.dlang/properties.exp: New file.
12017
12018 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12019
12020 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12021 whether or not address 0x1000 is mapped on the target.
12022
12023 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12024
12025 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12026 build.
12027
12028 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12029
12030 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12031 instruction-history test.
12032
12033 2015-09-28 Doug Evans <dje@google.com>
12034
12035 * gdb.base/gcore.c (array_func): Add reference to static_array.
12036
12037 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12038
12039 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12040 source line.
12041
12042 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12043
12044 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12045 short or char as base type.
12046
12047 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12048
12049 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12050 to allow any size enum.
12051
12052 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12053
12054 * gdb.ada/array_ptr_renaming.exp: New testcase.
12055 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12056 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12057
12058 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12059
12060 * gdb.trace/ftrace-lock.c: New file.
12061 * gdb.trace/ftrace-lock.exp: New file.
12062
12063 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12064
12065 * gdb.arch/insn-reloc.c: New file.
12066 * gdb.arch/ftrace-insn-reloc.exp: New file.
12067
12068 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12069
12070 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12071 instruction.
12072 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12073 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12074 * gdb.trace/range-stepping.c: Likewise.
12075 * gdb.trace/trace-break.c: Likewise.
12076 * gdb.trace/trace-mt.c (thread_function): Likewise.
12077 * gdb.trace/ftrace.c (marker): Likewise.
12078 * gdb.trace/trace-condition.c (marker): Likewise.
12079 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12080 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12081 is_aarch64_target.
12082
12083 2015-09-18 Doug Evans <xdje42@gmail.com>
12084
12085 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12086 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12087
12088 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12089
12090 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12091 the breakpoint.
12092
12093 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12094
12095 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12096 the pending breakpoint. Remove timeout override for "Run till
12097 MI pending breakpoint on pendfunc3 on thread 2" test.
12098
12099 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12100
12101 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12102 filename pattern.
12103
12104 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12105
12106 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12107 in breakpoint filename pattern.
12108
12109 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12110
12111 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12112
12113 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12114
12115 * gdb.linespec/explicit.exp: Check for readline support for
12116 tab-completion tests. Fix obvious typo.
12117
12118 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12119
12120 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12121 and replay.
12122
12123 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12124
12125 * gdb.btrace/non-stop.c: New.
12126 * gdb.btrace/non-stop.exp: New.
12127
12128 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12129 Yao Qi <yao.qi@linaro.org>
12130
12131 * gdb.trace/trace-condition.c: New file.
12132 * gdb.trace/trace-condition.exp: New file.
12133
12134 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12135
12136 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12137 for testing bytecode compilation.
12138
12139 2015-09-16 Pedro Alves <palves@redhat.com>
12140 Sandra Loosemore <sandra@codesourcery.com>
12141
12142 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12143 (SECONDS): Redefine.
12144 (main): Call pthread_kill and alarm early.
12145 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12146 support.
12147 (test): If the target can't hardware step and doesn't support
12148 displaced stepping, increase the timeout.
12149
12150 2015-09-16 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12153 (enable_debug): New procedures.
12154 (test): Use them. Bail out if waiting for threads fails.
12155 (top level): Bail out if a test fails.
12156
12157 2015-09-16 Yao Qi <yao.qi@linaro.org>
12158
12159 * gdb.asm/asm-source.exp: Set asm-arch for
12160 aarch64*-*-* target.
12161 * gdb.asm/aarch64.inc: New file.
12162
12163 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12164
12165 * gdb.ada/array_of_variable_length.exp: New testcase.
12166 * gdb.ada/array_of_variable_length/foo.adb: New file.
12167 * gdb.ada/array_of_variable_length/pck.adb: New file.
12168 * gdb.ada/array_of_variable_length/pck.ads: New file.
12169
12170 2015-09-15 Doug Evans <dje@google.com>
12171
12172 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12173 of function static local variable.
12174
12175 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12176
12177 * gdb.threads/tls-so_extern.exp: New test file.
12178 * gdb.threads/tls-so_extern.c: New test file.
12179 * gdb.threads/tls-so_extern_main.c: New test file.
12180
12181 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12182
12183 * gdb.opt/solib-intra-step-lib.c: New file.
12184 * gdb.opt/solib-intra-step-main.c: New file.
12185 * gdb.opt/solib-intra-step.exp: New file.
12186
12187 2015-09-15 Pedro Alves <palves@redhat.com>
12188
12189 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12190 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12191
12192 2015-09-14 Pedro Alves <palves@redhat.com>
12193
12194 * gdb.base/hook-stop-continue.c: Delete.
12195 * gdb.base/hook-stop-continue.exp: Delete.
12196 * gdb.base/hook-stop-frame.c: Delete.
12197 * gdb.base/hook-stop-frame.exp: Delete.
12198 * gdb.base/hook-stop.c: New file.
12199 * gdb.base/hook-stop.exp: New file.
12200
12201 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12202
12203 * gdb.ada/access_to_packed_array.exp: New testcase.
12204 * gdb.ada/access_to_packed_array/foo.adb: New file.
12205 * gdb.ada/access_to_packed_array/pack.adb: New file.
12206 * gdb.ada/access_to_packed_array/pack.ads: New file.
12207
12208 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12209
12210 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12211 buffer size test.
12212
12213 2015-09-11 Don Breazeal <donb@codesourcery.com>
12214
12215 * gdb.base/foll-exec.c: Add copyright header. Fix
12216 formatting issues.
12217 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12218 (do_exec_tests): Use clean_restart in place of zap_session,
12219 and for test initialization. Fix formatting issues. Use
12220 fail in place of perror.
12221 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12222 an expect statement to match an expression with output from
12223 the program under debug.
12224 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12225 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12226 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12227 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12228 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12229
12230 2015-09-09 Doug Evans <dje@google.com>
12231
12232 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12233
12234 2015-09-09 Doug Evans <dje@google.com>
12235
12236 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12237
12238 2015-09-09 Doug Evans <dje@google.com>
12239
12240 * gdb.base/savedregs.exp: Fix typo.
12241
12242 2015-09-09 Pedro Alves <palves@redhat.com>
12243
12244 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12245
12246 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12247
12248 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12249 command actually switches threads. Give up on remaining
12250 tests if target fails to stop at breakpoint.
12251
12252 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12253
12254 * gdb.ada/funcall_char.exp: New testcase.
12255 * gdb.ada/funcall_char/foo.adb: New file.
12256
12257 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12258
12259 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12260 expected outputs. Add two testcases for completing ambiguous
12261 functions.
12262 * gdb.ada/complete/aux_pck.adb: New file.
12263 * gdb.ada/complete/aux_pck.ads: New file.
12264 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12265 Ambiguous_Func functions.
12266 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12267 * gdb.ada/complete/pck.adb: Likewise.
12268
12269 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12270
12271 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12272 failures to run the test program under GDB.
12273
12274 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12275
12276 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12277 to C.
12278
12279 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12280
12281 * gdb.base/run-after-attach.exp: New test file.
12282 * gdb.base/run-after-attach.c: New test file.
12283
12284 2015-08-26 Don Breazeal <donb@codesourcery.com>
12285
12286 * gdb.base/foll-exec-2.c: New test program.
12287 * gdb.base/foll-exec-2.exp: New test.
12288
12289 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12290
12291 * gdb.base/nested-subp1.exp: New file.
12292 * gdb.base/nested-subp1.c: New file.
12293 * gdb.base/nested-subp2.exp: New file.
12294 * gdb.base/nested-subp2.c: New file.
12295 * gdb.base/nested-subp3.exp: New file.
12296 * gdb.base/nested-subp3.c: New file.
12297
12298 2015-08-24 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.server/connect-without-multi-process.c: New file.
12301 * gdb.server/connect-without-multi-process.exp: New file.
12302
12303 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12304
12305 * gdb.opt/inline-markers.c: Make z int.
12306
12307 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12308
12309 * gdb.opt/inline-markers.c: Make z volatile.
12310
12311 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12312
12313 * gdb.opt/inline-bt.c: New volatile global z.
12314 * gdb.opt/inline-cmds.c: Likewise.
12315 * gdb.opt/inline-locals.c: Likewise.
12316 * gdb.opt/inline-markers.c: New extern global z.
12317 (marker): Use z.
12318 (inline_fn): Likewise.
12319
12320 2015-08-24 Pedro Alves <palves@redhat.com>
12321
12322 * config/m32r-stub.exp: Remove file.
12323 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12324 * gdb.base/call-rt-st.exp: Likewise.
12325 * gdb.base/call-strs.exp: Likewise.
12326 * gdb.base/default.exp: Remove references to h8300-*-hms and
12327 *-*-udi*.
12328 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12329
12330 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12331
12332 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12333 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12334 and "return" use KFAIL when GDB can not read/write the vector
12335 return value.
12336
12337 2015-08-21 Gary Benson <gbenson@redhat.com>
12338
12339 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12340
12341 2015-08-20 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.server/solib-list.exp: No longer expect an interior stop in
12344 non-stop mode.
12345
12346 2015-08-20 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.server/connect-stopped-target.c: New file.
12349 * gdb.server/connect-stopped-target.exp: New file.
12350
12351 2015-08-20 Pedro Alves <palves@redhat.com>
12352
12353 * gdb.dwarf2/comp-unit-lang.exp: New file.
12354 * gdb.dwarf2/comp-unit-lang.c: New file.
12355
12356 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12357
12358 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12359 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12360
12361 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12362
12363 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12364 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12365
12366 2015-08-18 Doug Evans <dje@google.com>
12367 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12368
12369 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12370 skip_python_tests. New arg prompt_regexp.
12371 (skip_python_tests): New function.
12372 * lib/mi-support.exp (mi_skip_python_tests): New function.
12373 * gdb.python/py-mi-objfile-gdb.py: New file.
12374 * gdb.python/py-mi-objfile.c: New file.
12375 * gdb.python/py-mi-objfile.exp: New file.
12376
12377 2015-08-17 Keith Seitz <keiths@redhat.com>
12378
12379 * gdb.linespec/explicit.exp: Move strace test from here ...
12380 * gdb.trace/strace.exp: ... to here.
12381
12382 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12383
12384 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12385 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12386
12387 2015-08-14 Doug Evans <xdje42@gmail.com>
12388
12389 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12390 inferior before selecting a new file.
12391
12392 2015-08-14 Doug Evans <xdje42@gmail.com>
12393
12394 * gdb.mi/mi-disassemble.exp: Update.
12395 * gdb.base/disasm-optim.S: New file.
12396 * gdb.base/disasm-optim.c: New file.
12397 * gdb.base/disasm-optim.h: New file.
12398 * gdb.base/disasm-optim.exp: New file.
12399
12400 2015-08-14 Keith Seitz <keiths@redhat.com>
12401
12402 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12403 "evaluated-by".
12404
12405 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12406
12407 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12408
12409 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12410
12411 * gdb.ada/fun_renaming.exp: New testcase.
12412 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12413 * gdb.ada/fun_renaming/pack.adb: New file.
12414 * gdb.ada/fun_renaming/pack.ads: New file.
12415
12416 2015-08-12 Keith Seitz <keiths@redhat.com>
12417
12418 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12419 gdb_get_line_number.
12420
12421 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12422
12423 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12424 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12425 gdb.base/dso2dso.exp: New files.
12426
12427 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12428 Pedro Alves <palves@redhat.com>
12429 Keith Seitz <keiths@redhat.com>
12430
12431 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12432 GDBFLAGS.
12433
12434 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12435
12436 * gdb.base/gdbhistsize-history.exp
12437 (test_histsize_history_setting): Use save_vars.
12438 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12439 Use save_vars.
12440 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12441 * gdb.base/readline.exp: Use save_vars.
12442
12443 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12444
12445 * lib/gdb.exp (save_vars): New proc.
12446
12447 2015-08-11 Keith Seitz <keiths@redhat.com>
12448
12449 * gdb.base/help.exp: Update help_breakpoint_text.
12450
12451 2015-08-11 Keith Seitz <keiths@redhat.com>
12452
12453 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12454 (at toplevel): Call test_explicit_breakpoints.
12455 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12456 breakpoints.
12457 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12458 breakpoint conditions, "-cond".
12459
12460 2015-08-11 Keith Seitz <keiths@redhat.com>
12461
12462 * gdb.linespec/3explicit.c: New file.
12463 * gdb.linespec/cpexplicit.cc: New file.
12464 * gdb.linespec/cpexplicit.exp: New file.
12465 * gdb.linespec/explicit.c: New file.
12466 * gdb.linespec/explicit.exp: New file.
12467 * gdb.linespec/explicit2.c: New file.
12468 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12469 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12470 before using in the matching pattern.
12471 Clarify that `prefix' is a regular expression.
12472
12473 2015-08-11 Keith Seitz <keiths@redhat.com>
12474
12475 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12476 test.
12477 Add tests for missing ",FMT" and ",".
12478
12479 2015-08-10 Doug Evans <dje@google.com>
12480 Keith Seitz <keiths@redhat.com>
12481
12482 PR gdb/17960
12483 * gdb.base/completion.exp: Add location completer tests.
12484
12485 2015-08-07 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12488 tests here.
12489 (top level): Run do_test with and without displaced stepping.
12490
12491 2015-08-07 Pedro Alves <palves@redhat.com>
12492
12493 * gdb.base/valgrind-disp-step.c: New file.
12494 * gdb.base/valgrind-disp-step.exp: New file.
12495
12496 2015-08-07 Pedro Alves <palves@redhat.com>
12497
12498 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12499 Delete function.
12500 (main): Add alarm. Run an infinite loop instead of calling
12501 wait_threads.
12502 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12503 comment.
12504 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12505 Delete function.
12506 (main): Add alarm. Run an infinite loop instead of calling
12507 wait_threads.
12508 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12509 comment.
12510
12511 2015-08-07 Pedro Alves <palves@redhat.com>
12512
12513 * gdb.base/checkpoint-ns.exp: New file.
12514 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12515 standard_testfile.
12516
12517 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12518
12519 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12520 * gdb.btrace/instruction_history.exp: Update.
12521 * gdb.btrace/tsx.exp: New.
12522 * gdb.btrace/tsx.c: New.
12523
12524 2015-08-06 Pedro Alves <palves@redhat.com>
12525
12526 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12527 increase timeout.
12528 * gdb.reverse/until-precsave.exp: Bump timeouts.
12529
12530 2015-08-06 Pedro Alves <palves@redhat.com>
12531
12532 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12533
12534 2015-08-06 Pedro Alves <palves@redhat.com>
12535
12536 PR gdb/18749
12537 * gdb.threads/process-dies-while-handling-bp.c: New file.
12538 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12539
12540 2015-08-06 Pedro Alves <palves@redhat.com>
12541
12542 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12543 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12544
12545 2015-08-05 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12548 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12549
12550 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12551
12552 * gdb.base/bp-permanent.exp: Report test as unsupported if
12553 the target cannot stop at the permanent breakpoint.
12554
12555 2015-08-03 Doug Evans <dje@google.com>
12556
12557 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12558 10000.
12559
12560 2015-08-03 Doug Evans <dje@google.com>
12561
12562 * Makefile.in (workers/%.worker, build-perf): New rule.
12563 (GDB_PERFTEST_MODE): New variable.
12564 (check-perf): Use it.
12565 (clean): Clean up gdb.perf parallel build subdirs.
12566 * lib/build-piece.exp: New file.
12567 * lib/gdb.exp (make_gdb_parallel_path): New function
12568 (standard_output_file, standard_temp_file): Call it.
12569 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12570 of $GDB_PARALLEL.
12571 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12572
12573 2015-08-03 Doug Evans <dje@google.com>
12574
12575 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12576 (LOG_FILE_NAME): New global.
12577 (TextReporter.__init__): Initialize self.txt_sum.
12578 (TextReporter.report): Add support for multiple data-points.
12579 Move report to perftest.sum, put raw data in perftest.log.
12580 (TextReporter.start): Open sum and log files.
12581 (TextReporter.end): Close sum and log files.
12582 * gdb.perf/lib/perftest/testresult.py
12583 (SingleStatisticTestResult.record): Handle multiple data-points.
12584
12585 2015-07-31 Pedro Alves <palves@redhat.com>
12586
12587 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12588 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12589 kill_wait_spawned_process instead of explicit "kill -9".
12590 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12591 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12592 kill_wait_spawned_process.
12593 * gdb.base/attach-twice.exp: Likewise.
12594 * gdb.base/attach.exp: Likewise.
12595 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12596 gdb_test_multiple.
12597 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12598 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12599 kill_wait_spawned_process.
12600 * gdb.base/valgrind-infcall.exp: Likewise.
12601 * gdb.multi/multi-attach.exp: Likewise.
12602 * gdb.python/py-prompt.exp: Likewise.
12603 * gdb.python/py-sync-interp.exp: Likewise.
12604 * gdb.server/ext-attach.exp: Likewise.
12605 * gdb.threads/attach-into-signal.exp (corefunc): Use
12606 spawn_wait_for_attach, spawn_id_get_pid and
12607 kill_wait_spawned_process.
12608 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12609 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12610 spawn_id_get_pid and kill_wait_spawned_process.
12611 * gdb.threads/attach-stopped.exp (corefunc): Use
12612 spawn_wait_for_attach, spawn_id_get_pid and
12613 kill_wait_spawned_process.
12614 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12615 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12616 kill_wait_spawned_process instead of explicit "kill -9".
12617 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12618 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12619 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12620 processes. Don't map cygwin/windows pids here. Now returns a
12621 spawn id list.
12622
12623 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12624
12625 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12626 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12627 correct patch.
12628
12629 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12630
12631 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12632
12633 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12634
12635 Reapply:
12636 2014-05-21 Mark Wielaard <mjw@redhat.com>
12637
12638 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12639
12640 2015-07-30 Pedro Alves <palves@redhat.com>
12641
12642 * linux-low.c (handle_extended_wait): Set the child's last
12643 reported status to TARGET_WAITKIND_STOPPED.
12644
12645 2015-07-30 Pedro Alves <palves@redhat.com>
12646
12647 PR threads/18600
12648 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12649 only shows inferior 1.
12650
12651 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12652 Pedro Alves <palves@redhat.com>
12653
12654 PR threads/18600
12655 * gdb.threads/fork-plus-threads.c: New file.
12656 * gdb.threads/fork-plus-threads.exp: New file.
12657
12658 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12659
12660 * gdb.base/batch-preserve-term-settings.exp
12661 (test_terminal_settings_preserved_after_cli_exit): Use
12662 send_quit_command.
12663
12664 2015-07-29 Pedro Alves <palves@redhat.com>
12665 Don Breazeal <donb@codesourcery.com>
12666
12667 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12668 output from both inferior_spawn_id and gdb_spawn_id.
12669
12670 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12671
12672 * gdb.threads/attach-into-signal.exp (corefunc): Use
12673 with_test_prefix on nested loops, uniquefying the test messages.
12674
12675 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12676
12677 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12678 commit.
12679
12680 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12681
12682 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12683 New proc.
12684 (test_terminal_settings_preserved_after_sigterm): New test.
12685
12686 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12687
12688 * gdb.base/batch-preserve-term-settings.exp
12689 (test_terminal_settings_preserved_after_cli_exit): New test.
12690
12691 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12692
12693 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12694 manipulation of saved_gdbflags.
12695 (test_terminal_settings_preserved): Remove global declaration of
12696 the unused variable pagination_prompt. Remove manipulation of
12697 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12698 GDBFLAGS.
12699
12700 2015-07-29 Pedro Alves <palves@redhat.com>
12701
12702 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12703
12704 2015-07-29 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12707 at the top.
12708
12709 2015-07-29 Pedro Alves <palves@redhat.com>
12710
12711 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12712 (main): Call gdb_unbuffer_output.
12713 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12714 (main): Call gdb_unbuffer_output.
12715 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12716 (main): Call gdb_unbuffer_output.
12717 * gdb.base/call-strs.exp: Adjust to step over the
12718 gdb_unbuffer_output call.
12719 * gdb.base/catch-gdb-caused-signals.c: Include
12720 "../lib/unbuffer_output.c".
12721 (main): Call gdb_unbuffer_output.
12722 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12723 (main): Call gdb_unbuffer_output.
12724 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12725 (main): Call gdb_unbuffer_output.
12726 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12727 (main): Call gdb_unbuffer_output.
12728 * gdb.base/shlib-call.exp: Adjust to step over the
12729 gdb_unbuffer_output call.
12730 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12731 (main): Call gdb_unbuffer_output.
12732 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12733 (main): Call gdb_unbuffer_output.
12734 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12735 (main): Rename to ...
12736 (test): ... this.
12737 (main): Reimplement.
12738 * gdb.base/varargs.exp: Run to test instead of to main.
12739 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12740 (main): Call gdb_unbuffer_output.
12741
12742 2015-07-29 Pedro Alves <palves@redhat.com>
12743
12744 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12745 factore out from mi_continue_dprintf. For call-style dprintfs,
12746 expect dprintf output out of $inferior_spawn_id.
12747 (mi_continue_dprintf): Use mi_expect_dprintf.
12748 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12749 (main): Call gdb_unbuffer_output.
12750
12751 2015-07-29 Pedro Alves <palves@redhat.com>
12752
12753 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12754 (default_mi_gdb_start): Set inferior_spawn_id instead of
12755 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12756 gdb_spawn_id.
12757 (mi_gdb_test): Always expect inferior output from both
12758 $inferior_spawn_id and $gdb_spawn_id.
12759
12760 2015-07-29 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12763 send_inferior and $inferior_spawn_id.
12764
12765 2015-07-29 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.gdb/complaints.exp (test_initial_complaints)
12768 (test_serial_complaints, test_short_complaints): Use
12769 gdb_test_stdio.
12770 (test_empty_complaint): Handle $inferior_spawn_id !=
12771 $gdb_spawn_id.
12772
12773 2015-07-29 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.base/varargs.exp: Use gdb_test_stdio.
12776
12777 2015-07-29 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12780
12781 2015-07-29 Pedro Alves <palves@redhat.com>
12782
12783 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12784
12785 2015-07-29 Pedro Alves <palves@redhat.com>
12786
12787 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12788 parameter into two new parameters, "inf_result" and "gdb_result".
12789 Expect inferior output and gdb output from $inferior_spawn_id and
12790 $gdb_spawn_id, respectively. Adjust all callers.
12791
12792 2015-07-29 Pedro Alves <palves@redhat.com>
12793
12794 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12795 of gdb_test_sequence.
12796
12797 2015-07-29 Pedro Alves <palves@redhat.com>
12798
12799 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12800 (saw_spurious_output): Expect inferior output from
12801 $inferior_spawn_id. Use gdb_test_stdio.
12802
12803 2015-07-29 Pedro Alves <palves@redhat.com>
12804
12805 * gdb.base/dprintf.exp: Use standard_testfile. Change
12806 prepare_for_testing call.
12807 (srcfile): Don't set.
12808 (restart): New procedure.
12809 (test_dprintf): New procecure, use to continue over dprintfs.
12810 (test_call, test_agent): New procedures, tests moved here.
12811 Restart gdb and recreate dprintfs. Adjust expected output.
12812
12813 2015-07-29 Pedro Alves <palves@redhat.com>
12814
12815 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12816
12817 2015-07-29 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12820
12821 2015-07-29 Pedro Alves <palves@redhat.com>
12822
12823 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12824 gdb_test_stdio.
12825
12826 2015-07-29 Pedro Alves <palves@redhat.com>
12827
12828 * lib/gdb.exp (gdb_test_stdio): New procedure.
12829
12830 2015-07-29 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12833
12834 2015-07-29 Pedro Alves <palves@redhat.com>
12835
12836 * gdb.base/call-signal-resume.exp: Remove check for
12837 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12838 * gdb.base/unwindonsignal.exp: Likewise.
12839 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12840 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12841
12842 2015-07-29 Pedro Alves <palves@redhat.com>
12843
12844 * gdb.base/siginfo-addr.c (pass): New function.
12845 (handler): Call it iff si_addr is correct.
12846 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12847 Set a breakpoint at "pass" and continue to it.
12848
12849 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12850
12851 * gdb.python/py-objfile.exp: Make some tests have unique names.
12852 * gdb.python/py-pp-registration.exp: Likewise.
12853
12854 2015-07-28 Pedro Alves <palves@redhat.com>
12855
12856 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12857
12858 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12859
12860 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12861
12862 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12863
12864 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12865
12866 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12867
12868 * gdb.base/gdb-sigterm-2.exp: New test.
12869
12870 2015-07-25 Doug Evans <xdje42@gmail.com>
12871
12872 Revert:
12873 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12874 (workers/%.worker, build-perf): New rule.
12875 (GDB_PERFTEST_MODE): New variable.
12876 (check-perf): Use it.
12877 (clean): Clean up gdb.perf parallel build subdirs.
12878 * lib/build-piece.exp: New file.
12879 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12880 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12881 name.
12882 (standard_temp_file): Ditto.
12883 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12884 of $GDB_PARALLEL.
12885
12886 2015-07-24 Doug Evans <dje@google.com>
12887
12888 * gdb.perf/lib/perftest/utils.py: New file.
12889 * gdb.perf/gm-hello.cc: New file.
12890 * gdb.perf/gm-pervasive-typedef.cc: New file.
12891 * gdb.perf/gm-pervasive-typedef.h: New file.
12892 * gdb.perf/gm-std.cc: New file.
12893 * gdb.perf/gm-std.h: New file.
12894 * gdb.perf/gm-use-cerr.cc: New file.
12895 * gdb.perf/gm-utils.h: New file.
12896 * gdb.perf/gmonster-null-lookup.py: New file.
12897 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12898 * gdb.perf/gmonster-print-cerr.py: New file.
12899 * gdb.perf/gmonster-ptype-string.py: New file.
12900 * gdb.perf/gmonster-runto-main.py: New file.
12901 * gdb.perf/gmonster-select-file.py: New file.
12902 * gdb.perf/gmonster1-null-lookup.exp: New file.
12903 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12904 * gdb.perf/gmonster1-print-cerr.exp: New file.
12905 * gdb.perf/gmonster1-ptype-string.exp: New file.
12906 * gdb.perf/gmonster1-runto-main.exp: New file.
12907 * gdb.perf/gmonster1-select-file.exp: New file.
12908 * gdb.perf/gmonster1.cc: New file.
12909 * gdb.perf/gmonster1.exp: New file.
12910 * gdb.perf/gmonster2-null-lookup.exp: New file.
12911 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12912 * gdb.perf/gmonster2-print-cerr.exp: New file.
12913 * gdb.perf/gmonster2-ptype-string.exp: New file.
12914 * gdb.perf/gmonster2-runto-main.exp: New file.
12915 * gdb.perf/gmonster2-select-file.exp: New file.
12916 * gdb.perf/gmonster2.cc: New file.
12917 * gdb.perf/gmonster2.exp: New file.
12918
12919 2015-07-24 Doug Evans <dje@google.com>
12920
12921 * gdb.perf/README: New file.
12922 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12923 * lib/gen-perf-test.exp: New file.
12924
12925 2015-07-24 Doug Evans <dje@google.com>
12926
12927 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12928 (PerfTest::startup): New function.
12929 (PerfTest::run): Return result of calling body.
12930 (PerfTest::assemble): Rewrite.
12931 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12932 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12933 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12934 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12935 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12936
12937 2015-07-24 Doug Evans <dje@google.com>
12938
12939 * lib/gdb.exp (clean_restart): Make executable optional.
12940
12941 2015-07-24 Doug Evans <dje@google.com>
12942
12943 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12944 compiler_info references.
12945 * gdb.cp/temargs.exp: Ditto.
12946 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12947 (get_compiler_info): Early exit if already computed. Set compiler_info
12948 to "unknown" if there was a problem.
12949 (test_compiler_info): Add function comment. Call get_compiler_info.
12950
12951 2015-07-24 Doug Evans <dje@google.com>
12952
12953 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12954 (workers/%.worker, build-perf): New rule.
12955 (GDB_PERFTEST_MODE): New variable.
12956 (check-perf): Use it.
12957 (clean): Clean up gdb.perf parallel build subdirs.
12958 * lib/build-piece.exp: New file.
12959 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12960 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12961 name.
12962 (standard_temp_file): Ditto.
12963 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12964 of $GDB_PARALLEL.
12965
12966 2015-07-24 Doug Evans <dje@google.com>
12967
12968 * lib/future.exp (gdb_default_target_compile): New option
12969 "early_flags".
12970 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12971 --as-needed.
12972
12973 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12974
12975 * gdb.base/catch-syscall.exp: Call gdb_exit before
12976 gdb_skip_xml_test.
12977
12978 2015-07-24 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.python/py-events.exp: Accept output between the stop event
12981 and the prompt.
12982 * gdb.python/py-evsignal.exp: Likewise.
12983 * gdb.python/py-evthreads.exp: Likewise.
12984
12985 2015-07-24 Pedro Alves <palves@redhat.com>
12986
12987 PR gdb/18717
12988 * gdb.threads/non-ldr-exit.c: New file.
12989 * gdb.threads/non-ldr-exit.exp: New file.
12990
12991 2015-07-24 Yao Qi <yao.qi@linaro.org>
12992
12993 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12994 restarting process.
12995
12996 2015-07-24 Yao Qi <yao.qi@linaro.org>
12997
12998 * gdb.server/ext-restart.exp: New file.
12999
13000 2015-07-24 Yao Qi <yao.qi@linaro.org>
13001
13002 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13003 argument options.
13004 * gdb.server/ext-wrapper.exp: New file.
13005
13006 2015-07-23 Doug Evans <dje@google.com>
13007
13008 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13009 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13010
13011 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13012
13013 * gdb.ada/var_arr_typedef.exp: New testcase.
13014 * gdb.ada/var_arr_typedef/pack.adb: New file.
13015 * gdb.ada/var_arr_typedef/pack.ads: New file.
13016 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13017
13018 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13019
13020 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13021
13022 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13023
13024 * gdb.arch/i386-biarch-core.exp: Replace istarget
13025 by "complete set gnutarget". Remove expectation for the "core-file"
13026 command.
13027
13028 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13029
13030 Revert the previous commit:
13031 Tests for validate symbol file using build-id.
13032
13033 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13034
13035 Tests for validate symbol file using build-id.
13036 * gdb.base/solib-mismatch-lib.c: New file.
13037 * gdb.base/solib-mismatch-libmod.c: New file.
13038 * gdb.base/solib-mismatch.c: New file.
13039 * gdb.base/solib-mismatch.exp: New file.
13040
13041 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13042
13043 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13044 nios2-*-linux*.
13045 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13046 * gdb.base/siginfo.exp: Likewise.
13047 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13048
13049 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13050
13051 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13052 Move it to ...
13053 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13054 ... here.
13055 * gdb.trace/range-stepping.exp: Check that the target supports
13056 range stepping.
13057
13058 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13059
13060 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13061
13062 2015-07-14 Pedro Alves <palves@redhat.com>
13063
13064 * gdb.base/killed-outside.exp: New file.
13065 * gdb.base/killed-outside.c: New file.
13066
13067 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13068
13069 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13070 (n at main): New.
13071 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13072
13073 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13074
13075 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13076 infcall tests instead of setting up for KFAIL.
13077
13078 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13079
13080 * gdb.btrace/record_goto-step.exp: New.
13081
13082 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13083
13084 PR compile/18484
13085 * gdb.compile/compile.c (struct struct_type): Add volatile to
13086 selffield's type.
13087 * gdb.compile/compile.exp
13088 (compile code struct_object.selffield = &struct_object): Skip further
13089 struct_object tests if this one xfails.
13090
13091 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13092
13093 PR exp/18617
13094 * gdb.trace/ax.exp: Add test.
13095
13096 2015-07-07 Yao Qi <yao.qi@linaro.org>
13097
13098 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13099 instead of istarget "aarch64*-*-*".
13100 * gdb.arch/aarch64-fp.exp: Likewise.
13101 * gdb.base/float.exp: Likewise.
13102 * gdb.reverse/aarch64.exp: Likewise.
13103 * lib/gdb.exp (is_aarch64_target): New proc.
13104
13105 2015-07-07 Yao Qi <yao.qi@linaro.org>
13106
13107 * lib/gdb.exp (is_aarch32_target): New proc.
13108 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13109 instead of "istarget "arm*-*-*"".
13110 * gdb.arch/arm-disp-step.exp: Likewise.
13111 * gdb.arch/thumb-bx-pc.exp: Likewise.
13112 * gdb.arch/thumb-prologue.exp: Likewise.
13113 * gdb.arch/thumb-singlestep.exp: Likewise.
13114 * gdb.base/disp-step-syscall.exp: Likewise.
13115 * gdb.base/float.exp: Likewise.
13116
13117 2015-07-07 Yao Qi <yao.qi@linaro.org>
13118
13119 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13120 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13121
13122 2015-07-07 Yao Qi <yao.qi@linaro.org>
13123
13124 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13125 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13126 if it exists.
13127 * gdb.multi/multi-arch.exp: Likewise.
13128
13129 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13130
13131 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13132 print.
13133
13134 2015-07-07 Yao Qi <yao.qi@linaro.org>
13135
13136 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13137
13138 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13139
13140 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13141 '[' and ']' characters.
13142
13143 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13144
13145 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13146
13147 2015-06-29 Pedro Alves <palves@redhat.com>
13148
13149 PR threads/18127
13150 * gdb.threads/hand-call-new-thread.c: New file.
13151 * gdb.threads/hand-call-new-thread.c: New file.
13152
13153 2015-06-26 Keith Seitz <keiths@redhat.com>
13154 Doug Evans <dje@google.com>
13155
13156 PR 16253
13157 * gdb.cp/var-tag-2.cc: New file.
13158 * gdb.cp/var-tag-3.cc: New file.
13159 * gdb.cp/var-tag-4.cc: New file.
13160 * gdb.cp/var-tag.cc: New file.
13161 * gdb.cp/var-tag.exp: New file.
13162
13163 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13164
13165 * gdb.base/history-duplicates.exp: New test.
13166
13167 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13168
13169 * gdb.base/completion.exp: Test the completion of the "focus"
13170 command.
13171
13172 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13173
13174 * gdb.arch/amd64-prologue-skip.S: New file.
13175 * gdb.arch/amd64-prologue-skip.exp: New file.
13176
13177 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13178
13179 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13180 is_address_zero_readable check.
13181
13182 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13183
13184 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13185 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13186
13187 2015-06-24 Yao Qi <yao.qi@linaro.org>
13188
13189 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13190 linux targets.
13191
13192 2015-06-24 Yao Qi <yao.qi@linaro.org>
13193
13194 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13195 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13196 * gdb.base/siginfo-thread.exp: Likewise.
13197
13198 2015-06-22 Yao Qi <yao.qi@linaro.org>
13199
13200 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13201
13202 2015-06-22 Yao Qi <yao.qi@linaro.org>
13203
13204 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13205 aarch64*-*-*.
13206 (skip_hw_watchpoint_tests): Likewise.
13207
13208 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13209
13210 * gdb.base/gdbinit-history.exp: Test the interaction between
13211 setting GDBHISTSIZE and setting the history size via .gdbinit.
13212
13213 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13214
13215 PR gdb/16999
13216 * gdb.base/gdbhistsize-history.exp: New test.
13217
13218 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13219
13220 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13221 with GDBHISTSIZE.
13222 * gdb.base/readline.exp: Likewise.
13223
13224 2015-06-17 Yao Qi <yao.qi@linaro.org>
13225
13226 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13227 line.
13228
13229 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13230
13231 * gdb.base/gdbinit-history.exp: Add test case to check that
13232 an unlimited history file does not get truncated on exit.
13233
13234 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13235
13236 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13237 (VECTOR): New macro. Use it...
13238 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13239 ...for these typedefs.
13240 (int8, char1, int1, double1): New typedefs.
13241 (struct just_int2, struct two_int2): New structures.
13242 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13243 (add_structvecs, add_singlevecs): New functions.
13244 (main): Call add_some_intvecs twice.
13245 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13246 the compile and exit upon failure. Try compiling for the "native"
13247 architecture. Test inferior function calls with vector arguments
13248 and vector return value handling with "finish" and "return".
13249
13250 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13251
13252 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13253 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13254 PE file.
13255 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13256
13257 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13258
13259 PR breakpoints/16465
13260 * gdb.mi/mi-dprintf-pending.c: New file.
13261 * gdb.mi/mi-dprintf-pending.exp: New test.
13262 * gdb.mi/mi-dprintf-pendshr.c: New file.
13263
13264 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13265 Mircea Gherzan <mircea.gherzan@intel.com>
13266
13267 * gdb.arch/i386-mpx-map.c: New file.
13268 * gdb.arch/i386-mpx-map.exp: New File.
13269
13270 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13271
13272 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13273 * gdb.arch/i386-mpx.exp: Indentation fixed.
13274
13275 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13276
13277 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13278 function and improved indentation.
13279 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13280 gdb_test_multiple. Added additional tests to skip the test.
13281
13282 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13283
13284 * gdb.arch/i386-avx512.c: Change path in include file.
13285 * gdb.arch/i386-avx512.exp: Change include dir path
13286 compilation flag.
13287 * gdb.arch/i386-mpx.c: Change path in include file.
13288 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13289 flag.
13290
13291 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13292
13293 * gdb.compile/compile-print.exp (compile print *vararray@3)
13294 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13295
13296 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13297
13298 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13299 (do not keep jit in memory): ... this.
13300 (expect 5): Change it to ...
13301 (expect no 5): ... this.
13302
13303 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13304
13305 PR gdb/15564
13306 * gdb.mi/mi-detach.exp: New file.
13307
13308 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13309
13310 PR symtab/18392
13311 * gdb.arch/amd64-tailcall-self.S: New file.
13312 * gdb.arch/amd64-tailcall-self.c: New file.
13313 * gdb.arch/amd64-tailcall-self.exp: New file.
13314
13315 2015-05-28 Don Breazeal <donb@codesourcery.com>
13316
13317 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13318 tests for remote targets by checking is_target_gdbserver.
13319
13320 2015-05-27 Doug Evans <dje@google.com>
13321
13322 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13323 * gdb.dwarf2/opaque-type-lookup.c: New file.
13324 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13325
13326 2015-05-26 Doug Evans <dje@google.com>
13327
13328 * gdb.cp/iostream.cc: New file.
13329 * gdb.cp/iostream.exp: New file.
13330
13331 2015-05-26 Doug Evans <dje@google.com>
13332
13333 * gdb.dwarf2/dw2-op-call.exp: Update.
13334 * gdb.dwarf2/dw4-sig-types.exp: Update.
13335 * gdb.dwarf2/implptr.exp: Update.
13336 * gdb.mi/mi-cmd-param-changed.exp: Update.
13337
13338 2015-05-26 Doug Evans <dje@google.com>
13339
13340 * gdb.python/py-lazy-string.c: New file.
13341 * gdb.python/py-lazy-string.exp: New file.
13342 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13343 (main): Update. Add estring3.
13344 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13345 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13346
13347 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13348 Yao Qi <yao.qi@linaro.org>
13349
13350 * gdb.reverse/aarch64.c: New.
13351 * gdb.reverse/aarch64.exp: New.
13352
13353 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13354
13355 * lib/gdb.exp (supports_process_record): Return true for
13356 aarch64*-linux*.
13357 (supports_reverse): Likewise.
13358
13359 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13360
13361 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13362 Use with_test_prefix.
13363
13364 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13365
13366 * gdb.base/completion.exp: Add test for completion of layout
13367 names.
13368
13369 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13370
13371 * lib/gdb.exp (skip_tui_tests): New proc.
13372 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13373
13374 2015-05-19 Pedro Alves <palves@redhat.com>
13375
13376 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13377 Save the whole env array instead of just HOME. Unset HISTSIZE in
13378 the environment while testing. Restore whole environment
13379 afterwards.
13380
13381 2015-05-16 Doug Evans <xdje42@gmail.com>
13382
13383 * gdb.guile/scm-ports.c: New file.
13384 * gdb.guile/scm-ports.exp: Add memory port tests.
13385
13386 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13387
13388 * gdb.compile/compile-print.c: New file.
13389 * gdb.compile/compile-print.exp: New file.
13390
13391 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13392
13393 * gdb.compile/compile-ops.exp: Cast param to void.
13394 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13395 (compile code struct_object.selffield = &struct_object): Add xfail.
13396
13397 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13398
13399 * gdb.ada/arr_enum_with_gap: New testcase.
13400
13401 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13402
13403 * gdb.ada/byte_packed_arr: New testcase.
13404
13405 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13406
13407 * gdb.ada/pckd_neg: New testcase.
13408
13409 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13410
13411 PR gdb/17820
13412 * gdb.base/gdbinit-history.exp: New test.
13413 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13414 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13415
13416 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13417
13418 * gdb.python/py-xmethods.cc: Enhance test case.
13419 * gdb.python/py-xmethods.exp: New tests.
13420 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13421 function.
13422 (B_indexoper): Likewise.
13423 (global_dm_list) : Add new xmethod worker functions.
13424
13425 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13426
13427 * gdb.base/coredump-filter.exp: Correctly unset
13428 "coredump_var_addr" array.
13429
13430 2015-05-08 Pedro Alves <palves@redhat.com>
13431
13432 * gdb.server/non-existing-program.exp: Unset spawn_id.
13433
13434 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13435
13436 PR python/18291
13437 * gdb.python/py-xmethods.exp: Add tests.
13438
13439 2015-05-08 Yao Qi <yao.qi@linaro.org>
13440
13441 PR gdb/18208
13442 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13443 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13444 function set_coredump_filter, and remove remote_exec call.
13445 Remove argument ipid. Callers update.
13446 (top level): Don't get inferior's PID.
13447
13448 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13449
13450 * gdb.base/watch_thread_num.exp: Skip test on targets without
13451 access watchpoints.
13452
13453 2015-05-06 Pedro Alves <palves@redhat.com>
13454
13455 PR server/18081
13456 * gdb.server/non-existing-program.exp: New file.
13457
13458 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13459
13460 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13461
13462 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13463
13464 * gdb.ada/out_of_line_in_inlined: New testcase.
13465
13466 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13467
13468 * gdb.ada/var_rec_arr: New testcase.
13469
13470 2015-04-30 Yao Qi <yao.qi@linaro.org>
13471
13472 * gdb.base/break-idempotent.exp: If
13473 skip_hw_watchpoint_multi_tests returns true, skip the tests
13474 on "rwatch" and "awatch".
13475
13476 2015-04-30 Yao Qi <yao.qi@linaro.org>
13477
13478 * gdb.base/relativedebug.exp: Invoke gdb command
13479 "info sharedlibrary", and if libc.so doesn't have debug info,
13480 skip the test.
13481
13482 2015-04-29 Doug Evans <dje@google.com>
13483
13484 * gdb.python/py-xmethods.exp: Add ptype tests.
13485 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13486 get_result_type method.
13487
13488 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13489
13490 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13491 the target does not support hardware watchpoints.
13492
13493 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13494
13495 * gdb.base/break-always.exp: Abort testing if writing to memory
13496 causes an error.
13497
13498 2015-04-28 Doug Evans <dje@google.com>
13499
13500 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13501 * gdb.python/py-pp-registration.exp: ... here. New file.
13502 * gdb.python/py-pp-registration.c: New file.
13503 * gdb.python/py-pp-registration.py: New file.
13504
13505 2015-04-28 Doug Evans <dje@google.com>
13506
13507 * gdb.python/py-bad-printers.c: New file.
13508 * gdb.python/py-bad-printers.py: New file.
13509 * gdb.python/py-bad-printers.exp: New file.
13510
13511 2015-04-28 Sasha Smundak <asmundak@google.com>
13512
13513 * gdb.python/py-type.exp: New test.
13514
13515 2015-04-28 Andy Wingo <wingo@igalia.com>
13516
13517 * gdb.python/py-parameter.exp:
13518 * gdb.guile/scm-parameter.exp: Escape the path that we are
13519 matching against, as it might contain characters that are special
13520 to regular expressions.
13521
13522 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13523
13524 * gdb.ada/rec_comp: New testcase.
13525
13526 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13527
13528 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13529 before using it.
13530
13531 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13532
13533 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13534 new tests for verilog output.
13535
13536 2015-04-24 Yao Qi <yao.qi@linaro.org>
13537
13538 * boards/remote-gdbserver-on-localhost.exp: New file.
13539
13540 2015-04-23 Pedro Alves <palves@redhat.com>
13541
13542 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13543 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13544 "end of file", remove $inferior_spawn_id from the indirect list.
13545
13546 2015-04-23 Pedro Alves <palves@redhat.com>
13547
13548 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13549
13550 2015-04-23 Pedro Alves <palves@redhat.com>
13551
13552 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13553 on $any_spawn_id instead of only on $gdb_spawn_id.
13554
13555 2015-04-21 Pierre Muller <muller@sourceware.org>
13556
13557 PR pascal/17815
13558 * lib/pascal.exp (gpc_compile): Add new option "class".
13559 (fpc_compile): Likewise.
13560 * gdb.pascal/case-insensitive-symbols.pas: New file.
13561 * gdb.pascal/case-insensitive-symbols.exp: New file.
13562
13563 2015-04-20 Gary Benson <gbenson@redhat.com>
13564
13565 * gdb.base/attach.exp: Fix three extended remote failures.
13566
13567 2015-04-17 Gary Benson <gbenson@redhat.com>
13568
13569 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13570 the main executable over the remote protocol.
13571
13572 2015-04-16 Pedro Alves <palves@redhat.com>
13573
13574 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13575 a new gdbserver if gdbserver_reconnect_p is set.
13576
13577 2015-04-16 Pedro Alves <palves@redhat.com>
13578
13579 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13580 is set, don't exit gdbserver.
13581
13582 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13583
13584 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13585 appropriate .insn, such that an older assembler can be used.
13586 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13587 the z/Architecture instruction set on 31-bit targets as well.
13588
13589 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13590
13591 * gdb.go/handcall.exp: Remove all logic related to the first
13592 breakpoint and rely on go_runto_main instead.
13593 * gdb.go/strings.exp: Likewise.
13594 * gdb.go/unsafe.exp: Likewise.
13595 * gdb.go/hello.exp: Likewise. Also rename the remaining
13596 breakpoint marker to "breakpoint 1".
13597 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13598 * gdb.go/strings.go: Likewise.
13599 * gdb.go/unsafe.go: Likewise.
13600 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13601 "set breakpoint 2 here" and rename the remaining breakpoint marker
13602 to "breakpoint 1".
13603
13604 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13605
13606 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13607 if itertools.imap is not present.
13608 * gdb.python/py-objfile.exp: Add parentheses.
13609 * gdb.python/py-type.exp: Same.
13610 * gdb.python/py-unwind-maint.py: Same.
13611
13612 2015-04-15 Yao Qi <yao.qi@linaro.org>
13613
13614 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13615 of ":$ptr_size" and set its form explicitly.
13616
13617 2015-04-15 Pedro Alves <palves@redhat.com>
13618 Yao Qi <yao.qi@linaro.org>
13619
13620 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13621 timeout by factor of 4.
13622 (test_regular_watch): Likewise.
13623 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13624 * gdb.reverse/sigall-reverse.exp: Likewise.
13625 * gdb.reverse/until-precsave.exp: Likewise.
13626 * lib/gdb.exp (with_timeout_factor): New proc.
13627 (gdb_expect): Move some code to ...
13628 (get_largest_timeout): ... here. New procedure.
13629
13630 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13631
13632 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13633
13634 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13635
13636 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13637 to write to the .text section.
13638
13639 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13640
13641 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13642 Handle the case of targets that do not provide PID information.
13643
13644 2015-04-13 Yao Qi <yao.qi@linaro.org>
13645
13646 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13647 and use expect instead of gdb_expect.
13648
13649 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13650
13651 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13652 "coredump_var_addr" to avoid naming conflict with other testcases.
13653
13654 2015-04-10 Pedro Alves <palves@redhat.com>
13655
13656 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13657 gdb_test_sequence and gdb_assert.
13658
13659 2015-04-10 Pedro Alves <palves@redhat.com>
13660
13661 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13662 test messages that don't include the breakpoint address.
13663
13664 2015-04-10 Yao Qi <yao.qi@linaro.org>
13665
13666 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13667 false for some offset and width combinations which aren't
13668 supported by linux kernel.
13669
13670 2015-04-10 Pedro Alves <palves@redhat.com>
13671
13672 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13673 procedure, factored out from ...
13674 (top level): ... here. Add "set displaced-stepping" testing axis.
13675 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13676 parameter "displaced". Use it.
13677 (top level): Use foreach and add "set displaced-stepping" testing
13678 axis.
13679
13680 2015-04-10 Pedro Alves <palves@redhat.com>
13681
13682 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13683 Remove comment.
13684 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13685 both the address of the instruction that triggers the watchpoint
13686 and the address of the instruction immediately after, and use
13687 those addresses for the test. Fix comment.
13688
13689 2015-04-10 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.base/sigstep.exp (breakpoint_to_handler)
13692 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13693 Test "backtrace" in handler.
13694 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13695 (top level): Add new "displaced" test axis to
13696 breakpoint_to_handler, breakpoint_to_handler_entry and
13697 breakpoint_over_handler.
13698
13699 2015-04-10 Pedro Alves <palves@redhat.com>
13700
13701 PR gdb/18216
13702 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13703
13704 2015-04-10 Yao Qi <yao.qi@linaro.org>
13705
13706 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13707 (test_add_rn_pc): New function.
13708 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13709 (top level): Invoke test_add_rn_pc.
13710
13711 2015-04-10 Pedro Alves <palves@redhat.com>
13712
13713 PR gdb/13858
13714 * gdb.base/step-over-no-symbols.exp: New file.
13715
13716 2015-04-09 Andy Wingo <wingo@igalia.com>
13717
13718 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13719 after the Python tests.
13720
13721 2015-04-08 Keith Seitz <keiths@redhat.com>
13722
13723 PR python/16699
13724 * gdb.python/py-completion.exp: New tests for completion.
13725 * gdb.python/py-completion.py (CompleteLimit1): New class.
13726 (CompleteLimit2): Likewise.
13727 (CompleteLimit3): Likewise.
13728 (CompleteLimit4): Likewise.
13729 (CompleteLimit5): Likewise.
13730 (CompleteLimit6): Likewise.
13731 (CompleteLimit7): Likewise.
13732
13733 2015-04-08 Pedro Alves <palves@redhat.com>
13734
13735 PR gdb/18214
13736 PR gdb/18216
13737 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13738 function.
13739 (main): Install it as SIGUSR1 handler.
13740 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13741 parameter. Always use "setup" as prefix. Toggle "set
13742 displaced-stepping" off/on depending on global. Don't switch to
13743 thread 1 here.
13744 (top level): Add displaced stepping "off/on" test axis. Update
13745 "setup" calls. Wrap each subtest with with_test_prefix. Test
13746 continuing with a queued signal in each thread.
13747
13748 2015-04-08 Pedro Alves <palves@redhat.com>
13749
13750 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13751 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13752 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13753 Return early if running to main fails.
13754 * gdb.trace/while-stepping.exp: Likewise.
13755
13756 2015-04-07 Pedro Alves <palves@redhat.com>
13757
13758 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13759 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13760 interact with inferior program.
13761
13762 2015-04-07 Pedro Alves <palves@redhat.com>
13763
13764 * lib/gdb.exp (inferior_spawn_id): New global.
13765 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13766 spawn id after processing the user code.
13767 (default_gdb_start): Set inferior_spawn_id.
13768 (send_inferior): New procedure.
13769 * lib/gdbserver-support.exp (gdbserver_start): Set
13770 inferior_spawn_id.
13771 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13772
13773 2015-04-07 Pedro Alves <palves@redhat.com>
13774
13775 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13776 * lib/gdbserver-support.exp (gdbserver_start): Make
13777 $server_spawn_id global.
13778 (gdbserver_start): Don't wait for gdbserver's spawn id with
13779 expect_background.
13780 (close_gdbserver): New procedure.
13781 (gdb_exit): Rename the default version and reimplement.
13782
13783 2015-04-07 Pedro Alves <palves@redhat.com>
13784
13785 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13786 append the substituted item, not the original item.
13787
13788 2015-04-07 Pedro Alves <palves@redhat.com>
13789
13790 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13791 gdb_expect.
13792
13793 2015-04-07 Pedro Alves <palves@redhat.com>
13794
13795 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13796 output appearing once only.
13797
13798 2015-04-07 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13801 that doesn't expect anything. Return early if running to main
13802 fails.
13803
13804 2015-04-07 Yao Qi <yao.qi@linaro.org>
13805
13806 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13807 (child_function): Call alarm.
13808 (main): Move call to alarm into the loop.
13809 * gdb.threads/non-stop-fair-events.exp: Build program with
13810 -DTIMEOUT=$timeout.
13811
13812 2015-04-06 Doug Evans <xdje42@gmail.com>
13813
13814 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13815 Fix dest parameter to board_info.
13816 (fpc_compile): Ditto.
13817 (gdb_compile_pascal): Rename dest arg to destfile.
13818
13819 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13820
13821 * gdb.ada/funcall_ref.exp: New file.
13822 * gdb.ada/funcall_ref/foo.adb: New file.
13823
13824 2015-04-02 Yao Qi <yao.qi@linaro.org>
13825
13826 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13827 is remote.
13828
13829 2015-04-02 Gary Benson <gbenson@redhat.com>
13830
13831 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13832
13833 2015-04-01 Sasha Smundak <asmundak@google.com>
13834
13835 * gdb.python/py-unwind-maint.c: New file.
13836 * gdb.python/py-unwind-maint.exp: New test.
13837 * gdb.python/py-unwind-maint.py: New file.
13838 * gdb.python/py-unwind.c: New file.
13839 * gdb.python/py-unwind.exp: New test.
13840 * gdb.python/py-unwind.py: New test.
13841
13842 2015-04-01 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13845 to fail instead of non-existent $test.
13846
13847 2015-04-01 Pedro Alves <palves@redhat.com>
13848
13849 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13850 GDBFLAGS if not empty.
13851
13852 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13853
13854 * gdb.ada/complete.exp: Remove "multi_line".
13855 * gdb.ada/info_exc.exp: Remove "multi_line".
13856 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13857 * gdb.ada/ptype_field.exp: Remove "multi_line".
13858 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13859 * gdb.ada/tagged.exp: Remove "multi_line".
13860 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13861 [multi_line ...]
13862 * gdb.btrace/delta.exp: Likewise.
13863 * gdb.btrace/exception.exp: Likewise.
13864 * gdb.btrace/function_call_history.exp: Likewise.
13865 * gdb.btrace/instruction_history.exp: Likewise.
13866 * gdb.btrace/nohist.exp: Likewise.
13867 * gdb.btrace/record_goto.exp: Likewise.
13868 * gdb.btrace/segv.exp: Likewise.
13869 * gdb.btrace/stepi.exp: Likewise.
13870 * gdb.btrace/tailcall.exp: Likewise.
13871 * gdb.btrace/unknown_functions.exp: Likewise.
13872 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13873 * lib/gdb.exp: Add the "multi_line" helper.
13874
13875 2015-04-01 Pedro Alves <palves@redhat.com>
13876
13877 * gdb.threads/tid-reuse.c: New file.
13878 * gdb.threads/tid-reuse.exp: New file.
13879
13880 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13881
13882 PR corefiles/16092
13883 * gdb.base/coredump-filter.c: New file.
13884 * gdb.base/coredump-filter.exp: Likewise.
13885
13886 2015-03-27 Petr Machata <pmachata@redhat.com>
13887
13888 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13889 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13890 (Dwarf::assemble): Initialize them.
13891 (Dwarf::lines): New function.
13892
13893 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13894
13895 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13896 SYMBOL_PREFIX for x86_64-*-cygwin.
13897
13898 2015-03-26 Andy Wingo <wingo@igalia.com>
13899
13900 PR symtab/18148
13901 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13902 const_value but not a location.
13903 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13904 location defined in non-main CUs are visible.
13905
13906 2015-03-26 Yao Qi <yao.qi@linaro.org>
13907
13908 PR testsuite/18139
13909 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13910 Add a line number entry for the same line.
13911 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13912 Add a line number entry for the same line.
13913
13914 2015-03-26 Yao Qi <yao.qi@linaro.org>
13915
13916 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13917 .int 0.
13918 (func): Likewise. Add .Lfunc_1 label.
13919 Use .Lfunc_1 label.
13920 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13921 .int 0.
13922 (func): Likewise.
13923 Use .Lfunc_1 label.
13924
13925 2015-03-26 Yao Qi <yao.qi@linaro.org>
13926
13927 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13928 Call gdb_compile instead to compile each .s files without debug
13929 information.
13930
13931 2015-03-26 Yao Qi <yao.qi@linaro.org>
13932
13933 * gdb.base/savedregs.exp (process_saved_regs): Make
13934 "Saved registers:" optional in the pattern.
13935
13936 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13937
13938 * gdb.btrace/next.exp: Merged into step.exp.
13939 * gdb.btrace/finish.exp: Merged into step.exp.
13940 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13941 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13942 "record goto" and checking the exact replay position.
13943 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13944 check for "Recording format" in "info record" output.
13945 * gdb.btrace/record_goto.exp: Choose test file based on target.
13946 * gdb.btrace/x86-record_goto.S: Renamed into ...
13947 * gdb.btrace/x86_64-record_goto.S: ... this.
13948 * gdb.btrace/i686-record_goto.S: New.
13949 * gdb.btrace/x86-tailcall.S: Renamed into ...
13950 * gdb.btrace/x86_64-tailcall.S: ... this.
13951 * gdb.btrace/i686-tailcall.S: New.
13952 * gdb.btrace/x86-tailcall.c: Renamed into ...
13953 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13954 separate statements. Update test.
13955 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13956 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13957 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13958 * gdb.btrace/tailcall.exp: Choose test file based on target.
13959 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13960
13961 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13962
13963 * gdb.btrace/exception.exp: Increase BTS buffer size.
13964
13965 2015-03-24 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13968
13969 2015-03-24 Pedro Alves <palves@redhat.com>
13970
13971 * gdb.threads/schedlock.exp (test_step): No longer expect that
13972 "set scheduler-locking step" with "next" over a function call runs
13973 threads unlocked.
13974
13975 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13976
13977 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13978
13979 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13980
13981 PR breakpoints/16466
13982 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13983 * gdb.mi/mi-pending.c (thread_func): New function.
13984 (int main): Add threading support required.
13985 * gdb.mi/mi-pending.exp: Add tests for this issue.
13986 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13987 (pendfunc2): Remove stdio dependency.
13988 * gdb.mi/mi-pendshr2.c: New file.
13989
13990 2015-03-23 Keith Seitz <keiths@redhat.com>
13991
13992 * gdb.linespec/keywords.c: New file.
13993 * gdb.linespec/keywords.exp: New file.
13994
13995 2015-03-23 Keith Seitz <keiths@redhat.com>
13996
13997 PR gdb/18021
13998 * gdb.dwarf2/staticvirtual.exp: New test.
13999
14000 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14001
14002 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14003 * README: Remove HP-UX and gdb.hp.
14004 (configuration):
14005 * configure: Regenerate.
14006 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14007 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14008 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14009 gdb.hp/gdb.defects/Makefile.
14010 * gdb.hp/Makefile.in: File deleted.
14011 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14012 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14013 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14014 * gdb.hp/gdb.aCC/run.c: File deleted.
14015 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14016 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14017 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14018 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14019 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14020 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14021 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14022 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14023 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14024 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14025 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14026 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14027 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14028 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14029 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14030 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14031 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14032 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14033 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14034 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14035 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14036 * gdb.hp/gdb.compat/average.c: File deleted.
14037 * gdb.hp/gdb.compat/sum.c: File deleted.
14038 * gdb.hp/gdb.compat/xdb.c: File deleted.
14039 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14040 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14041 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14042 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14043 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14044 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14045 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14046 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14047 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14048 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14049 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14050 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14051 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14052 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14053 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14054 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14055 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14056 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14057 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14058 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14059 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14060 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14061 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14062 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14063 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14064 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14065 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14066 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14067 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14068 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14069 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14070 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14071 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14072 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14073 * gdb.hp/tools/odump: File deleted.
14074
14075 2015-03-19 Pedro Alves <palves@redhat.com>
14076
14077 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14078 (saw_thread_3): New globals.
14079 (top level): Increment them when an event for the corresponding
14080 thread is seen.
14081 (no thread starvation): New test.
14082
14083 2015-03-19 Pedro Alves <palves@redhat.com>
14084
14085 * gdb.threads/continue-pending-status.c: New file.
14086 * gdb.threads/continue-pending-status.exp: New file.
14087
14088 2015-03-18 Pedro Alves <palves@redhat.com>
14089
14090 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14091 Use gdb_is_target_remote instead of is_remote. Use
14092 gdb_test_multiple instead of gdb_expect. Exit early if
14093 gdb_test_multiple hits its internal matches. Tighten stepi tests
14094 expected output. Fail on exit with any signal, instead of just
14095 SIGILL.
14096
14097 2015-03-18 Yao Qi <yao.qi@linaro.org>
14098
14099 PR tdep/18107
14100 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14101 variable.
14102 * gdb.base/catch-syscall.exp: Don't skip it on
14103 aarch64*-*-linux* target. Remove elements in all_syscalls.
14104 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14105 target.
14106 (setup_all_syscalls): New proc.
14107
14108 2015-03-16 Yao Qi <yao.qi@linaro.org>
14109
14110 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14111 (top level): Skip tests if valid_addr_p returns false for
14112 $cmd1 or $cmd2.
14113
14114 2015-03-11 Andy Wingo <wingo@igalia.com>
14115
14116 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14117
14118 2015-03-11 Yao Qi <yao.qi@linaro.org>
14119
14120 * gdb.base/catch-syscall.exp: Fix typo in comments.
14121
14122 2015-03-11 Yao Qi <yao.qi@linaro.org>
14123
14124 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14125
14126 2015-03-09 Pedro Alves <palves@redhat.com>
14127
14128 * dg-extract-results.py: Delete.
14129
14130 2015-03-09 Pedro Alves <palves@redhat.com>
14131
14132 Merge dg-extract-results.sh from GCC upstream (r218843).
14133
14134 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14135 * dg-extract-results.sh: Use --text with grep to avoid issues with
14136 binary files. Fall back to cat -v, if that doesn't work.
14137
14138 2015-03-05 Pedro Alves <palves@redhat.com>
14139
14140 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14141
14142 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14143
14144 * lib/mi-support.exp (mi_expect_interrupt): Accept
14145 alternative event for when in all-stop mode.
14146
14147 2015-03-04 Pedro Alves <palves@redhat.com>
14148
14149 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14150
14151 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14152
14153 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14154
14155 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14156
14157 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14158 regexps for GDB's current line display, accept a hex address
14159 preceding the line number.
14160
14161 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14162
14163 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14164 the 'arch1' variable for "s390*-linux*" targets.
14165
14166 2015-03-04 Pedro Alves <palves@redhat.com>
14167
14168 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14169 (main): Pass missing retval argument to pthread_join call.
14170
14171 2015-03-02 Pedro Alves <palves@redhat.com>
14172
14173 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14174 (top level): Call do_test with non-stop as well.
14175
14176 2015-03-02 Pedro Alves <palves@redhat.com>
14177
14178 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14179 -1.
14180
14181 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14182
14183 * gdb.arch/s390-vregs.exp: New test.
14184 * gdb.arch/s390-vregs.S: New file.
14185
14186 2015-02-27 Pedro Alves <palves@redhat.com>
14187
14188 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14189 call to catch_command_errors.
14190 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14191 catch_command_errors.
14192
14193 2015-02-27 Pedro Alves <palves@redhat.com>
14194
14195 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14196 "true" for boolean result.
14197 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14198 prototype of main.
14199
14200 2015-02-27 Pedro Alves <palves@redhat.com>
14201
14202 * lib/unbuffer_output.c: New file.
14203 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14204 (main): Call gdb_unbuffer_output.
14205
14206 2015-02-27 Yao Qi <yao.qi@linaro.org>
14207
14208 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14209 target.
14210
14211 2015-02-26 Doug Evans <dje@google.com>
14212
14213 * gdb.cp/class2.cc (Dbase, D): New classes.
14214 (main): New local delta.
14215 * gdb.cp/class2.exp: Test printing delta.
14216 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14217 (dynbar): New global.
14218 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14219
14220 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14221
14222 * gdb.compile/compile-ifunc.c: New file.
14223 * gdb.compile/compile-ifunc.exp: New file.
14224
14225 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14226
14227 * gdb.base/structs.exp: Check for correct struct on finish.
14228
14229 2015-02-26 Yao Qi <yao.qi@linaro.org>
14230
14231 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14232 is zero.
14233
14234 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14235
14236 * gdb.arch/cordic.ko.bz2: New file.
14237 * gdb.arch/cordic.ko.debug.bz2: New file.
14238 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14239
14240 2015-02-25 Yao Qi <yao.qi@linaro.org>
14241
14242 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14243 aarch64*-*-* target.
14244
14245 2015-02-23 Pedro Alves <palves@redhat.com>
14246
14247 * lib/gdb.exp (delete_breakpoints): Rewrite using
14248 gdb_test_multiple.
14249
14250 2015-02-23 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.base/info-os.c: Include stdlib.h.
14253
14254 2015-02-22 Doug Evans <xdje42@gmail.com>
14255
14256 PR symtab/17855
14257 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14258 is read after symbols have been re-read.
14259 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14260 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14261
14262 2015-02-21 Doug Evans <dje@google.com>
14263
14264 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14265
14266 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14267
14268 PR corefiles/17808
14269 * gdb.arch/i386-biarch-core.core.bz2: New file.
14270 * gdb.arch/i386-biarch-core.exp: New file.
14271
14272 2015-02-21 Pedro Alves <palves@redhat.com>
14273
14274 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14275 runto_main fails.
14276
14277 2015-02-20 Pedro Alves <palves@redhat.com>
14278
14279 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14280 info probes.
14281
14282 2015-02-20 Pedro Alves <palves@redhat.com>
14283
14284 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14285
14286 2015-02-20 Pedro Alves <palves@redhat.com>
14287
14288 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14289 clean_restart before gdb_target_supports_trace.
14290
14291 2015-02-20 Pedro Alves <palves@redhat.com>
14292
14293 PR threads/18006
14294 * gdb.threads/clone-thread_db.c: New file.
14295 * gdb.threads/clone-thread_db.exp: New file.
14296
14297 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14298
14299 PR breakpoints/16812
14300 * gdb.base/catch-gdb-caused-signals.c: New file.
14301 * gdb.base/catch-gdb-caused-signals.exp: New file.
14302
14303 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14304
14305 * configure: Regenerated.
14306 * configure.ac: Use GDB_AC_TRANSFORM.
14307 * aclocal.m4: sinclude ../transform.m4.
14308
14309 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14310
14311 * lib/dtrace.exp: New file.
14312 * gdb.base/dtrace-probe.exp: Likewise.
14313 * gdb.base/dtrace-probe.d: Likewise.
14314 * gdb.base/dtrace-probe.c: Likewise.
14315 * lib/pdtrace.in: Likewise.
14316 * configure.ac: Output variables with the transformed names of
14317 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14318 * configure: Regenerated.
14319
14320 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14321
14322 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14323 expected message when trying to access $_probe_* convenience
14324 variables while not on a probe.
14325
14326 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14327
14328 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14329
14330 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14331
14332 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14333 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14334
14335 2015-02-10 Doug Evans <xdje42@gmail.com>
14336
14337 * lib/gdb.exp (gdb_load): Always return a result.
14338
14339 2015-02-10 Pedro Alves <palves@redhat.com>
14340
14341 * gdb.threads/signal-sigtrap.c: New file.
14342 * gdb.threads/signal-sigtrap.exp: New file.
14343
14344 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14345
14346 * gdb.trace/no-attach-trace.c: New file.
14347 * gdb.trace/no-attach-trace.exp: New file.
14348
14349 2015-02-09 Mark Wielaard <mjw@redhat.com>
14350
14351 * gdb.dwarf2/atomic.c: New file.
14352 * gdb.dwarf2/atomic-type.exp: Likewise.
14353
14354 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14355
14356 * gdb.btrace/buffer-size.exp: Update "info record" output.
14357 * gdb.btrace/delta.exp: Update "info record" output.
14358 * gdb.btrace/enable.exp: Update "info record" output.
14359 * gdb.btrace/finish.exp: Update "info record" output.
14360 * gdb.btrace/instruction_history.exp: Update "info record" output.
14361 * gdb.btrace/next.exp: Update "info record" output.
14362 * gdb.btrace/nexti.exp: Update "info record" output.
14363 * gdb.btrace/step.exp: Update "info record" output.
14364 * gdb.btrace/stepi.exp: Update "info record" output.
14365 * gdb.btrace/nohist.exp: Update "info record" output.
14366
14367 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14368
14369 * gdb.btrace/buffer-size: New.
14370
14371 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14372
14373 * gdb.btrace/delta.exp: Update "info record" output.
14374 * gdb.btrace/enable.exp: Update "info record" output.
14375 * gdb.btrace/finish.exp: Update "info record" output.
14376 * gdb.btrace/instruction_history.exp: Update "info record" output.
14377 * gdb.btrace/next.exp: Update "info record" output.
14378 * gdb.btrace/nexti.exp: Update "info record" output.
14379 * gdb.btrace/step.exp: Update "info record" output.
14380 * gdb.btrace/stepi.exp: Update "info record" output.
14381 * gdb.btrace/nohist.exp: Update "info record" output.
14382
14383 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14384
14385 PR gdb/15678
14386 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14387
14388 2015-02-06 Pedro Alves <palves@redhat.com>
14389
14390 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14391 macro.
14392 (seconds_left, again): New globals.
14393 (main): Wait seconds_left in a 1-second sleep loop instead of
14394 sleeping 180 seconds. If 'again' is set, reset the seconds
14395 counter.
14396 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14397 'again' in the inferior before detaching. Print the seconds left.
14398 (options): New global.
14399 (top level): Build program with -DTIMEOUT=$timeout.
14400
14401 2015-02-06 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14404 determine how many seconds to pass to 'alarm'.
14405 * gdb.base/gdb-sigterm.exp (top level): Build program with
14406 -DTIMEOUT=$timeout.
14407 (do_test): Return success/failure indication. Add more verbose
14408 logging. Don't fail if 200 single steps are seen. Instead, fail
14409 when the test times out.
14410 (passes): New global.
14411 (top level): Break the testing loop if testing fails on any
14412 iteration. Use gdb_assert.
14413
14414 2015-02-04 Don Breazeal <donb@codesourcery.com>
14415
14416 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14417 and initialize them.
14418 (ipc_cleanup): New function.
14419 (main): Don't declare shmid, semid, and msqid. Add a call to
14420 atexit so that we call ipc_cleanup on exit.
14421
14422 2015-02-04 Pedro Alves <palves@redhat.com>
14423
14424 * boards/native-extended-gdbserver.exp: Remove any target variant
14425 specifications from the board name before clearing the isremote
14426 flag from board_info.
14427
14428 2015-01-31 Doug Evans <xdje42@gmail.com>
14429
14430 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14431
14432 2015-01-31 Gary Benson <gbenson@redhat.com>
14433
14434 * gdb.base/completion.exp: Disable completion limiting for
14435 existing tests. Add new tests to check completion limiting.
14436 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14437
14438 2015-01-31 Doug Evans <xdje42@gmail.com>
14439
14440 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14441
14442 2015-01-31 Doug Evans <xdje42@gmail.com>
14443
14444 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14445 entries. Duplicate file section script entries.
14446 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14447 inlined entries. Add test for safe-path rejection.
14448 * gdb.python/py-section-script.c: Add duplicate inlined section script
14449 entries. Duplicate file section script entries.
14450 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14451 inlined entries. Add test for safe-path rejection.
14452
14453 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14454
14455 * gdb.ada/disc_arr_bound: New testcase.
14456
14457 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14458
14459 * gdb.ada/mi_var_array: New testcase.
14460
14461 2015-01-27 Doug Evans <dje@google.com>
14462
14463 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14464 Add test for objfile.filename, objfile.username after objfile
14465 has been unloaded.
14466
14467 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14468
14469 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14470 the second test to print the name attribute of value
14471 returned by the call to gdb.lookup_type, and adjust
14472 the expected output accordingly.
14473
14474 2015-01-25 Mark Wielaard <mjw@redhat.com>
14475
14476 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14477 * gdb.base/disp-step-fork.c: Include unistd.h.
14478 * gdb.base/siginfo-obj.c: Include stdio.h.
14479 * gdb.base/siginfo-thread.c: Likewise.
14480 * gdb.mi/non-stop.c: Include unistd.h.
14481 * gdb.mi/nsthrexec.c: Include stdio.h.
14482 * gdb.mi/pthreads.c: Include unistd.h.
14483 * gdb.modula2/unbounded1.c (main): Declare returns int.
14484 * gdb.reverse/consecutive-reverse.c: Likewise.
14485 * gdb.threads/create-fail.c: Include unistd.h.
14486 * gdb.threads/killed.c: Likewise.
14487 * gdb.threads/linux-dp.c: Likewise.
14488 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14489 * gdb.threads/non-ldr-exc-2.c: Likewise.
14490 * gdb.threads/non-ldr-exc-3.c: Likewise.
14491 * gdb.threads/non-ldr-exc-4.c: Likewise.
14492 * gdb.threads/pthreads.c: Include unistd.h.
14493 (main): Declare returns int.
14494 * gdb.threads/tls-main.c (foo): New declaration.
14495 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14496
14497 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14498
14499 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14500 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14501
14502 2015-01-15 Mark Wielaard <mjw@redhat.com>
14503
14504 * gdb.base/noreturn-return.c: New file.
14505 * gdb.base/noreturn-return.exp: New file.
14506 * gdb.base/noreturn-finish.c: New file.
14507 * gdb.base/noreturn-finish.exp: New file.
14508
14509 2015-01-23 Pedro Alves <palves@redhat.com>
14510
14511 * gdb.threads/continue-pending-after-query.c: New file.
14512 * gdb.threads/continue-pending-after-query.exp: New file.
14513
14514 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14515 Simon Marchi <simon.marchi@ericsson.com>
14516
14517 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14518 * gdb.base/valgrind-db-attach.exp: Same.
14519 * gdb.base/valgrind-infcall.exp: Same.
14520 * lib/mi-support.exp (default_mi_gdb_start): Same.
14521 * lib/prompt.exp (default_prompt_gdb_start): Same.
14522 * lib/gdb.exp (default_gdb_spawn): Same.
14523 (gdb_interact): New.
14524
14525
14526 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14527
14528 * gdb.compile/compile.exp (pointer to jit function): New test.
14529
14530 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14531
14532 * lib/gdb.exp (supports_process_record): Return true for
14533 powerpc*-*-linux*.
14534 (supports_reverse): Likewise.
14535
14536 2015-01-15 Don Breazeal <donb@codesourcery.com>
14537
14538 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14539 instead of checking whether the target board is remote and
14540 use spawn_wait_for_attach instead of exec/sleep.
14541 * gdb.base/attach-twice.exp: Likewise.
14542
14543 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14544
14545 * gdb.ada/var_arr_attrs: New testcase.
14546
14547 2015-01-14 Pedro Alves <palves@redhat.com>
14548 Joel Brobecker <brobecker@adacore.com>
14549
14550 PR gdb/17525
14551 * gdb.base/bp-cmds-execution-x-script.c: New file.
14552 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14553 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14554
14555 2015-01-14 Pedro Alves <palves@redhat.com>
14556
14557 PR cli/17828
14558 * gdb.base/batch-preserve-term-settings.c: New file.
14559 * gdb.base/batch-preserve-term-settings.exp: New file.
14560
14561 2015-01-13 Doug Evans <dje@google.com>
14562
14563 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14564 binary.
14565
14566 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14567
14568 * Makefile.in (clean mostlyclean): Do not delete *.py.
14569
14570 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14571
14572 * gdb.python/py-lookup-type.exp: New file.
14573
14574 2015-01-12 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14577 restore GDBFLAGS before returning.
14578
14579 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14580
14581 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14582 is_amd64_regs_target and is_x86_like_target.
14583
14584 2015-01-11 Doug Evans <xdje42@gmail.com>
14585
14586 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14587 is given without an explicit form.
14588 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14589 attributes.
14590 * gdb.dwarf/corrupt.exp: Ditto.
14591 * gdb.dwarf2/enum-type.exp: Ditto.
14592 * gdb.trace/entry-values.exp: Ditto.
14593 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14594
14595 2015-01-11 Doug Evans <xdje42@gmail.com>
14596
14597 PR gdb/15830
14598 * gdb.base/maint.exp: Remove references to "maint demangle".
14599 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14600 Add tests for explicitly specifying language to demangle.
14601 * gdb.dlang/demangle.exp: Ditto.
14602
14603 2015-01-09 Pedro Alves <palves@redhat.com>
14604
14605 * gdb.threads/non-stop-fair-events.c: New file.
14606 * gdb.threads/non-stop-fair-events.exp: New file.
14607
14608 2015-01-09 Pedro Alves <palves@redhat.com>
14609
14610 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14611 the global scope. Set a breakpoint after all threads are started
14612 rather than stepping over two source lines. Expect the prompt.
14613 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14614 global.
14615 (NUM): Now 15.
14616 (main): Use threads_started_barrier to wait for all threads to
14617 start. Main thread no longer calls thread_function. Exit after
14618 180 seconds.
14619 (loop): New function.
14620 (thread_function): Wait on threads_started_barrier barrier. Call
14621 'loop' at each iteration.
14622 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14623 threads have started, instead of hardcoding number of "next"
14624 steps. Use an access watchpoint instead of a write watchpoint.
14625
14626 2015-01-09 Pedro Alves <palves@redhat.com>
14627
14628 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14629 (thread_func): Wait on barrier.
14630 (main): Wait for all threads to start before stopping GDB.
14631 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14632 global.
14633 (thread1_func, thread2_func): Wait on barrier.
14634 (main): Wait for all threads to start before stopping GDB.
14635 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14636 New global.
14637 (thread1_func, thread2_func): Wait on barrier.
14638 (main): Wait for all threads to start before stopping GDB.
14639
14640 2015-01-09 Pedro Alves <palves@redhat.com>
14641
14642 * gdb.threads/attach-many-short-lived-threads.c: New file.
14643 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14644
14645 2014-01-09 Pedro Alves <palves@redhat.com>
14646
14647 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14648 instead of to thread 2.
14649 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14650 Add barrier around each pthread_create call instead of around all
14651 calls.
14652 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14653 Set a break on thread_function and have the child threads hit it
14654 one at at a time.
14655
14656 2015-01-09 Pedro Alves <palves@redhat.com>
14657
14658 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14659 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14660 false.
14661 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14662 checking whether the target board is remote.
14663 * gdb.multi/multi-attach.exp: Likewise.
14664 * gdb.python/py-sync-interp.exp: Likewise.
14665 * gdb.server/ext-attach.exp: Likewise.
14666 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14667 tests that need to attach, instead of checking whether the target
14668 board is remote at the top of the file.
14669
14670 2015-01-08 Yao Qi <yao@codesourcery.com>
14671
14672 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14673
14674 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14675
14676 Fix testcase compilation.
14677 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14678
14679 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14680
14681 * gdb.python/py-type.exp: Add a couple test about empty
14682 array creation, and negative-length array creation.
14683
14684 2015-01-02 Doug Evans <xdje42@gmail.com>
14685
14686 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14687
14688 2015-01-02 Doug Evans <dje@google.com>
14689
14690 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14691
14692 2014-12-29 Yao Qi <yao@codesourcery.com>
14693
14694 * gdb.trace/entry-values.exp: Update comments. Rename variable
14695 bar_call_foo to returned_from_foo.
14696
14697 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14698
14699 PR gdb/17394
14700 * gdb.linespec/break-asm-file.c: New file.
14701 * gdb.linespec/break-asm-file.exp: New file.
14702 * gdb.linespec/break-asm-file0.s: New file.
14703 * gdb.linespec/break-asm-file1.s: New file.
14704
14705 2014-12-18 Nigel Stephens <nigel@mips.com>
14706 Maciej W. Rozycki <macro@codesourcery.com>
14707
14708 * gdb.base/float.exp: Handle the new output from "info float" on
14709 MIPS targets.
14710
14711 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14712
14713 Fix MinGW compilation.
14714 * gdb.compile/compile-ops.exp: Update untested message if
14715 !skip_compile_feature_tests.
14716 * gdb.compile/compile-setjmp.exp: Likewise.
14717 * gdb.compile/compile-tls.exp: Likewise.
14718 * gdb.compile/compile.exp: Likewise.
14719 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14720 supported on this host".
14721
14722 2014-12-16 Doug Evans <xdje42@gmail.com>
14723
14724 * boards/stabs.exp: New file.
14725
14726 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14727
14728 * gdb.base/completion.exp: Adjust to format changes of "maint
14729 print user-registers".
14730
14731 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14732
14733 PR server/17457
14734 * gdb.arch/aarch64-fp.c: New file.
14735 * gdb.arch/aarch64-fp.exp: New file.
14736
14737 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14738
14739 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14740 r210637, r210913, r211666, r215400, r215817).
14741
14742 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14743 * dg-extract-results.py: New file.
14744 * dg-extract-results.sh: Use it if the environment seems
14745 suitable.
14746
14747 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14748
14749 * dg-extract-results.py (parse_run): Handle warnings that
14750 are printed before a test harness is run.
14751
14752 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14753
14754 * dg-extract-results.py (Named): Remove __cmp__ method.
14755 (output_variation): Use a key to sort variation.harnesses.
14756
14757 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14758
14759 * dg-extract-results.py: For Python 3, force sys.stdout to
14760 handle surrogate escape sequences.
14761 (safe_open): New function.
14762 (output_segment, main): Use it.
14763
14764 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14765
14766 * dg-extract-results.py (Prog.result_re): Include options
14767 in test name.
14768
14769 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14770
14771 * dg-extract-results.py (output_variation): Always sort if
14772 do_sum.
14773
14774 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14775
14776 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14777 as long as we get pagination notifications.
14778
14779 2014-12-15 Jason Merrill <jason@redhat.com>
14780
14781 * Makefile.in (check-gdb.%): Restore.
14782 * README: Mention it.
14783
14784 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14785
14786 * gdb.ada/str_uninit: New testcase.
14787
14788 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14789
14790 PR symtab/17642
14791 * gdb.base/vla-stub-define.c: New file.
14792 * gdb.base/vla-stub.c: New file.
14793 * gdb.base/vla-stub.exp: New file.
14794
14795 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14796 Jan Kratochvil <jan.kratochvil@redhat.com>
14797 Tom Tromey <tromey@redhat.com>
14798
14799 * configure.ac: Add gdb.compile/.
14800 * configure: Regenerate.
14801 * gdb.compile/Makefile.in: New file.
14802 * gdb.compile/compile-ops.exp: New file.
14803 * gdb.compile/compile-ops.c: New file.
14804 * gdb.compile/compile-tls.c: New file.
14805 * gdb.compile/compile-tls.exp: New file.
14806 * gdb.compile/compile-constvar.S: New file.
14807 * gdb.compile/compile-constvar.c: New file.
14808 * gdb.compile/compile-mod.c: New file.
14809 * gdb.compile/compile-nodebug.c: New file.
14810 * gdb.compile/compile-setjmp-mod.c: New file.
14811 * gdb.compile/compile-setjmp.c: New file.
14812 * gdb.compile/compile-setjmp.exp: New file.
14813 * gdb.compile/compile-shlib.c: New file.
14814 * gdb.compile/compile.c: New file.
14815 * gdb.compile/compile.exp: New file.
14816 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14817
14818 2014-12-12 Tom Tromey <tromey@redhat.com>
14819
14820 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14821 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14822
14823 2014-12-12 Doug Evans <dje@google.com>
14824
14825 * lib/gdb-python.exp (get_python_valueof): New function.
14826 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14827
14828 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14829
14830 * gdb.base/completion.exp: Add test for completion of "info
14831 registers ".
14832
14833 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14834
14835 * gdb.base/func-ptrs.c: New file.
14836 * gdb.base/func-ptrs.exp: New file.
14837
14838 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14839
14840 PR breakpoints/17012
14841 * gdb.base/dprintf-detach.c: New file.
14842 * gdb.base/dprintf-detach.exp: New file.
14843
14844 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14845
14846 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14847 * lib/gdb.exp (target_is_gdbserver): New procedure.
14848
14849 2014-12-08 Doug Evans <dje@google.com>
14850
14851 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14852
14853 2014-12-05 Yao Qi <yao@codesourcery.com>
14854
14855 * gdb.guile/scm-error.exp: Remove the third argument to
14856 gdb_remote_download.
14857 * gdb.guile/scm-frame-args.exp: Likewise.
14858 * gdb.guile/scm-section-script.exp: Likewise.
14859
14860 2014-12-05 Yao Qi <yao@codesourcery.com>
14861
14862 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14863
14864 2014-12-04 Doug Evans <dje@google.com>
14865
14866 * gdb.python/py-objfile.exp: Add tests for
14867 objfile.add_separate_debug_file.
14868
14869 2014-12-04 Doug Evans <dje@google.com>
14870
14871 * lib/gdb.exp (get_build_id): New function.
14872 (build_id_debug_filename_get): Rewrite to use it.
14873 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14874
14875 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14876
14877 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14878 `method(long)', not just 0x0.
14879 * gdb.cp/nsalias.exp: Align code labels to 4.
14880 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14881 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14882 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14883 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14884 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14885 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14886
14887 2014-12-02 Doug Evans <dje@google.com>
14888
14889 PR symtab/17602
14890 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14891 * gdb.cp/anon-ns2.cc: ... here. New file.
14892 * gdb.cp/anon-ns.exp: Update.
14893
14894 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14895
14896 * gdb.python/py-events.py (inferior_call_handler): New.
14897 (register_changed_handler, memory_changed_handler): New.
14898 (test_events.invoke): Register new handlers.
14899 * gdb.python/py-events.exp: Add tests for inferior call,
14900 memory_changed and register_changed events.
14901
14902 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14903
14904 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14905 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14906 if the linker doesn't understand this.
14907
14908 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14909
14910 * gdb.python/python.exp: Change expected reply to help().
14911
14912 2014-12-01 Yao Qi <yao@codesourcery.com>
14913
14914 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14915 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14916 * configure: Re-generated.
14917
14918 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14919
14920 * gdb.cp/chained-calls.cc: New file.
14921 * gdb.cp/chained-calls.exp: New file.
14922 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14923
14924 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14925
14926 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14927 * gdb.dwarf2/symtab-producer.exp: Same.
14928 * gdb.gdb/python-interrupts.exp: Same.
14929 * gdb.gdb/python-selftest.exp: Same.
14930 * gdb.python/py-linetable.exp: Same.
14931 * gdb.python/py-type.exp: Same.
14932 * gdb.python/py-value-cc.exp: Same.
14933 * gdb.python/py-value.exp: Same.
14934
14935 2014-11-28 Yao Qi <yao@codesourcery.com>
14936
14937 * gdb.base/break-probes.exp: Match library name prefixed with
14938 sysroot.
14939
14940 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14941
14942 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14943 test expected output. Add parentheses for the call to print.
14944 Remove L suffix from integers.
14945
14946 2014-11-26 Doug Evans <dje@google.com>
14947
14948 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14949
14950 2014-11-22 Yao Qi <yao@codesourcery.com>
14951
14952 * gdb.trace/entry-values.c: Remove asms.
14953 (foo): Add foo_label.
14954 (bar): Add bar_label.
14955 * gdb.trace/entry-values.exp: Remove code computing foo's
14956 length and bar's length.
14957 (Dwarf::assemble): Invoke function_range for bar and use
14958 MACRO_AT_func for foo.
14959
14960 2014-11-22 Yao Qi <yao@codesourcery.com>
14961
14962 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14963 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14964 Use .Lgcc43_procstart instead of gcc43.
14965
14966 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14967
14968 * gdb.ada/n_arr_bound: New testcase.
14969
14970 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14971
14972 PR breakpoints/10737
14973 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14974 test_catch_syscall_multi_arch.
14975 (test_catch_syscall_multi_arch): New function.
14976
14977 2014-11-20 Doug Evans <xdje42@gmail.com>
14978
14979 * gdb.base/maint.exp: Update expected output.
14980
14981 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14982
14983 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14984 4-byte instruction on S390.
14985
14986 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14987
14988 * gdb.ada/arr_arr: New testcase.
14989
14990 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14991
14992 * gdb.ada/pkd_arr_elem: New Testcase.
14993
14994 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14995
14996 * gdb.reverse/break-precsave: Expect completion message for
14997 core file reads.
14998 * gdb.reverse/consecutive-precsave.exp: Likewise.
14999 * gdb.reverse/finish-precsave.exp: Likewise.
15000 * gdb.reverse/i386-precsave.exp: Likewise.
15001 * gdb.reverse/machinestate-precsave.exp: Likewise.
15002 * gdb.reverse/sigall-precsave.exp: Likewise.
15003 * gdb.reverse/solib-precsave.exp: Likewise.
15004 * gdb.reverse/step-precsave.exp: Likewise.
15005 * gdb.reverse/until-precsave.exp: Likewise.
15006 * gdb.reverse/watch-precsave.exp: Likewise.
15007
15008 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15009
15010 * gdb.base/bp-permanent.c: Include unistd.h.
15011 * gdb.python/py-framefilter-mi.c (main): Add return type.
15012 * gdb.python/py-framefilter.c (main): Likewise.
15013 * gdb.trace/actions-changed.c (main): Likewise.
15014
15015 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15016
15017 * gdb.mi/until.c: Add eye-catchers.
15018 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15019 line numbers.
15020
15021 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15022
15023 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15024 function header variants in break1.c.
15025 * gdb.base/ena-dis-br.exp: Likewise.
15026 * gdb.base/hbreak2.exp: Likewise.
15027 * gdb.reverse/until-precsave.exp: Drop references to removed
15028 non-prototype function header variants in ur1.c.
15029 * gdb.reverse/until-reverse.exp: Likewise.
15030
15031 2014-11-17 Petr Machata <pmachata@redhat.com>
15032
15033 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15034 ${_cu_offset_size} bytes abbrev offset.
15035
15036 2014-11-15 Doug Evans <xdje42@gmail.com>
15037
15038 PR symtab/17559
15039 * gdb.base/line-symtabs.exp: New file.
15040 * gdb.base/line-symtabs.c: New file.
15041 * gdb.base/line-symtabs.h: New file.
15042
15043 2014-11-14 Yao Qi <yao@codesourcery.com>
15044
15045 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15046 (func): Add label func_label.
15047 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15048 Replace low_pc and high_pc with MACRO_AT_range.
15049 Replace name, low_pc and high_pc with MACRO_AT_func.
15050
15051 2014-11-14 Yao Qi <yao@codesourcery.com>
15052
15053 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15054 Replace name, low_pc and high_pc with MACRO_AT_func.
15055
15056 2014-11-14 Yao Qi <yao@codesourcery.com>
15057
15058 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15059 produce debug information.
15060 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15061
15062 2014-11-14 Yao Qi <yao@codesourcery.com>
15063
15064 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15065 object and get function length.
15066 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15067 with MACRO_AT_func.
15068 (top-level): Replace gdb_compile and clean_restart with
15069 prepare_for_testing.
15070 * gdb.dwarf2/main.c (main): Add label main_label.
15071
15072 2014-11-14 Yao Qi <yao@codesourcery.com>
15073
15074 * lib/dwarf.exp (function_range): New procedure.
15075 (Dwarf::_handle_macro_at_func): New procedure.
15076 (Dwarf::_handle_macro_at_range): New procedure.
15077 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15078
15079 2014-11-14 Yao Qi <yao@codesourcery.com>
15080
15081 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15082 (_handle_attribute): New procedure.
15083
15084 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15085
15086 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15087 * gdb.base/call-sc.c (zed): Likewise.
15088 * gdb.base/checkpoint.c (main): Likewise.
15089 * gdb.base/dump.c (main): Likewise.
15090 * gdb.base/gcore.c (main): Likewise.
15091 * gdb.base/huge.c (main): Likewise.
15092 * gdb.base/multi-forks.c (main): Likewise.
15093 * gdb.base/pr10179-a.c (main): Likewise.
15094 * gdb.base/savedregs.c (main): Likewise.
15095 * gdb.base/sigaltstack.c (main): Likewise.
15096 * gdb.base/siginfo.c (main): Likewise.
15097 * gdb.base/structs.c (zed): Likewise.
15098 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15099 * gdb.mi/mi-syn-frame.c (main): Likewise.
15100 * gdb.mi/until.c (foo, main): Likewise.
15101 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15102 * gdb.base/solib-weak.c (foo): Declare.
15103 * gdb.base/attach-twice.c: Include stdio.h.
15104 * gdb.base/weaklib1.c: Likewise.
15105 * gdb.base/weaklib2.c: Likewise.
15106 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15107 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15108 unistd.h.
15109 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15110 * gdb.mi/mi-exit-code.c: Likewise.
15111 * gdb.base/break-interp-lib.c: Include string.h.
15112 * gdb.base/coremaker.c: Likewise.
15113 * gdb.base/testenv.c: Likewise.
15114 * gdb.python/py-finish-breakpoint.c: Likewise.
15115 * gdb.base/inferior-died.c: Include sys/wait.h.
15116 * gdb.base/fileio.c: Include time.h.
15117 * gdb.base/async-shell.c: Include unistd.h.
15118 * gdb.base/dprintf-non-stop.c: Likewise.
15119 * gdb.base/info-os.c: Likewise.
15120 * gdb.mi/mi-console.c: Likewise.
15121 * gdb.mi/watch-nonstop.c: Likewise.
15122 * gdb.python/py-events.c: Likewise.
15123 * gdb.base/async.c (baz): Move up before its invocation.
15124 * gdb.base/code_elim2.c (my_global_func): Likewise.
15125 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15126 * gdb.base/advance.c (func2): Likewise.
15127
15128 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15129
15130 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15131 variant.
15132 * gdb.base/annota3.c: Likewise.
15133 * gdb.base/async.c: Likewise.
15134 * gdb.base/average.c: Likewise.
15135 * gdb.base/call-ar-st.c: Likewise.
15136 * gdb.base/call-rt-st.c: Likewise.
15137 * gdb.base/call-sc.c: Likewise.
15138 * gdb.base/call-strs.c: Likewise.
15139 * gdb.base/ending-run.c: Likewise.
15140 * gdb.base/execd-prog.c: Likewise.
15141 * gdb.base/exprs.c: Likewise.
15142 * gdb.base/foll-exec.c: Likewise.
15143 * gdb.base/foll-fork.c: Likewise.
15144 * gdb.base/foll-vfork.c: Likewise.
15145 * gdb.base/funcargs.c: Likewise.
15146 * gdb.base/gcore.c: Likewise.
15147 * gdb.base/jump.c: Likewise.
15148 * gdb.base/langs0.c: Likewise.
15149 * gdb.base/langs1.c: Likewise.
15150 * gdb.base/langs2.c: Likewise.
15151 * gdb.base/mips_pro.c: Likewise.
15152 * gdb.base/nodebug.c: Likewise.
15153 * gdb.base/opaque0.c: Likewise.
15154 * gdb.base/opaque1.c: Likewise.
15155 * gdb.base/recurse.c: Likewise.
15156 * gdb.base/run.c: Likewise.
15157 * gdb.base/scope0.c: Likewise.
15158 * gdb.base/scope1.c: Likewise.
15159 * gdb.base/setshow.c: Likewise.
15160 * gdb.base/setvar.c: Likewise.
15161 * gdb.base/shmain.c: Likewise.
15162 * gdb.base/shr1.c: Likewise.
15163 * gdb.base/shr2.c: Likewise.
15164 * gdb.base/sigall.c: Likewise.
15165 * gdb.base/signals.c: Likewise.
15166 * gdb.base/so-indr-cl.c: Likewise.
15167 * gdb.base/solib2.c: Likewise.
15168 * gdb.base/structs.c: Likewise.
15169 * gdb.base/sum.c: Likewise.
15170 * gdb.base/vforked-prog.c: Likewise.
15171 * gdb.base/watchpoint.c: Likewise.
15172 * gdb.reverse/shr2.c: Likewise.
15173 * gdb.reverse/until-reverse.c: Likewise.
15174 * gdb.reverse/ur1.c: Likewise.
15175 * gdb.reverse/watch-reverse.c: Likewise.
15176
15177 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15178
15179 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15180 variant.
15181 * gdb.base/sepdebug.exp: Drop references to removed code.
15182
15183 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15184
15185 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15186 variant. Preserve original line numbering.
15187 * gdb.base/list1.c: Likewise.
15188
15189 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15190
15191 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15192 variant.
15193 * gdb.base/break1.c: Likewise.
15194 * gdb.base/break.exp: Drop references to removed code.
15195
15196 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15197
15198 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15199 variant.
15200
15201 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15202
15203 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15204
15205 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15206
15207 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15208 logic into perform_all_tests() and invoke it with and without
15209 function header prototypes.
15210 (do_function_calls): Remove conditional XFAIL for PR 5318.
15211 (rerun_and_prepare): Remove duplicate code.
15212 (perform_all_tests): New. Main logic moved here.
15213
15214 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15215
15216 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15217 code guarded by #ifdef NO_PROTOTYPES.
15218 (t_double_many_args): Likewise.
15219 (DEF_FUNC_MANY_ARGS_1): Likewise.
15220 (DEF_FUNC_VALUES_1): Likewise.
15221 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15222 guarded by #ifdef PROTOTYPES.
15223
15224 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15225
15226 * gdb.mi/mi-console.c: Add eye-catcher.
15227 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15228 instead of literal line number.
15229
15230 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15231
15232 * gdb.base/shr2.c: Add eye-catcher.
15233 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15234 line number.
15235
15236 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15237
15238 * gdb.base/jump.c: Add eye-catchers.
15239 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15240 numbers.
15241
15242 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15243
15244 * gdb.base/execd-prog.c: Add eye-catchers.
15245 * gdb.base/foll-exec.c: Likewise.
15246 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15247 line numbers.
15248
15249 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15250
15251 * gdb.base/ending-run.c: Add eye-catchers.
15252 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15253 literal line numbers.
15254
15255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15256
15257 * gdb.base/call-rt-st.c: Add eye-catchers.
15258 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15259 literal line numbers.
15260
15261 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15262
15263 * gdb.base/call-ar-st.c: Add eye-catchers.
15264 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15265 literal line numbers.
15266
15267 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15268
15269 * gdb.base/average.c: Add eye-catchers.
15270 * gdb.base/sum.c: Likewise.
15271 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15272 regexps dynamically.
15273
15274 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15275
15276 * gdb.base/solib1.c: Add eye-catchers.
15277 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15278 literal line numbers.
15279
15280 2014-11-12 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15283 leader has exited.
15284
15285 2014-11-12 Pedro Alves <palves@redhat.com>
15286
15287 * gdb.arch/i386-bp_permanent.c: New file.
15288 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15289 (srcfile): Set to i386-bp_permanent.c.
15290 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15291 that stepi does not execute the 'leave' instruction, instead of
15292 testing it does execute.
15293 * gdb.base/bp-permanent.c: New file.
15294 * gdb.base/bp-permanent.exp: New file.
15295
15296 2014-11-10 Doug Evans <xdje42@gmail.com>
15297
15298 PR symtab/17564
15299 * gdb.base/symtab-search-order.exp: New file.
15300 * gdb.base/symtab-search-order.c: New file.
15301 * gdb.base/symtab-search-order-1.c: New file.
15302 * gdb.base/symtab-search-order-shlib-1.c: New file.
15303
15304 2014-11-07 Pedro Alves <palves@redhat.com>
15305
15306 PR gdb/17511
15307 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15308 i?86-*-linux*.
15309
15310 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15311
15312 PR c++/17494
15313 * gdb.cp/pr17494.cc: New file.
15314 * gdb.cp/pr17494.exp: New file.
15315
15316 2014-11-02 Yao Qi <yao@codesourcery.com>
15317
15318 * gdb.python/python.exp: Get working directory and match the
15319 output of "set extended-prompt \\w " with it.
15320
15321 2014-10-30 Doug Evans <dje@google.com>
15322
15323 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15324 in objfiles.
15325 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15326 in progspaces.
15327
15328 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15329
15330 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15331 * gdb.base/realname-expand.exp: Likewise.
15332 * gdb.linespec/macro-relative.exp: Likewise.
15333
15334 2014-10-29 Pedro Alves <palves@redhat.com>
15335
15336 PR gdb/17408
15337 * gdb.threads/schedlock.c (some_function): New function.
15338 (call_function): New global.
15339 (MAYBE_CALL_SOME_FUNCTION): New macro.
15340 (thread_function): Call it.
15341 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15342 and use it instead of a global counter. Adjust all callers.
15343 (get_current_thread): Use "find current thread" for test message
15344 here rather than having all callers pass down the same string.
15345 (goto_loop): New procedure, factored out from ...
15346 (my_continue): ... this.
15347 (step_ten_loops): Change parameter from test message to command to
15348 use. Adjust.
15349 (list_count): Delete global.
15350 (check_result): New procedure, factored out from duplicate top
15351 level code.
15352 (continue tests): Wrap in with_test_prefix.
15353 (test_step): New procedure, factored out from duplicate top level
15354 code.
15355 (top level): Test "step" in combination with all scheduler-locking
15356 modes. Test "next" in combination with all scheduler-locking
15357 modes, and in combination with stepping over a function call or
15358 not.
15359 * gdb.threads/next-bp-other-thread.c: New file.
15360 * gdb.threads/next-bp-other-thread.exp: New file.
15361
15362 2014-10-29 Pedro Alves <palves@redhat.com>
15363
15364 PR python/17372
15365 * gdb.python/python.exp: Test a multi-line command that spawns
15366 interactive Python.
15367 * gdb.base/multi-line-starts-subshell.exp: New file.
15368
15369 2014-10-29 Yao Qi <yao@codesourcery.com>
15370
15371 * gdb.base/fileio.exp: Make directories on host.
15372
15373 2014-10-29 Yao Qi <yao@codesourcery.com>
15374
15375 * gdb.base/fileio.c (test_write): Close the file.
15376
15377 2014-10-28 Pedro Alves <palves@redhat.com>
15378
15379 PR gdb/12623
15380 * gdb.base/sigstep.c (no_handler): New global.
15381 (main): If 'no_handler is true, set the signal handlers to
15382 SIG_IGN.
15383 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15384 with_sw_watch and no_handler parameters. Handle them.
15385 (top level) <stepping over handler when stopped at a breakpoint
15386 test>: Add a test axis for testing with a software watchpoint, and
15387 another for testing with the signal handler set to SIG_IGN.
15388 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15389 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15390
15391 2014-10-28 Pedro Alves <palves@redhat.com>
15392
15393 PR gdb/17511
15394 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15395 * gdb.base/sigstep.exp (other_handler_location): New global.
15396 (advance): Support stepping into the signal handler, and running
15397 commands while in the handler.
15398 (in_handler_map): New global.
15399 (top level): In the advance test, add combinations for getting
15400 into the handler with stepping commands, and for running commands
15401 in the handler. Add comment descripting the advancei tests.
15402
15403 2014-10-28 Pedro Alves <palves@redhat.com>
15404
15405 * gdb.base/sigstep.exp: Use build_executable instead of
15406 prepare_for_testing.
15407 (top level): Move code that starts GDB, runs to main and creates a
15408 display to ...
15409 (restart): ... this new procedure.
15410 (top level): Move backtrace from signal handler test to ...
15411 (validate_backtrace): ... this new procedure.
15412 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15413 with_test_prefix. Always restart GDB.
15414 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15415 with_test_prefix. Always restart GDB. No need to delete
15416 breakpoints after the test.
15417 (test_skip_handler): Remove prefix parameter.
15418 (skip_over_handler, breakpoint_to_handler)
15419 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15420 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15421 restart GDB. No need to delete breakpoints after the test.
15422 (top level): Use foreach to call the test procedures with
15423 different commands.
15424
15425 2014-10-28 Pedro Alves <palves@redhat.com>
15426
15427 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15428 instead of GNATS numbers.
15429 * gdb.base/sigbpt.exp: Likewise.
15430 * gdb.base/siginfo.exp: Likewise.
15431 * gdb.base/sigstep.exp: Likewise.
15432
15433 2014-10-27 Pedro Alves <palves@redhat.com>
15434
15435 * gdb.base/sigstep.c (dummy): New global.
15436 (main): Issue a couple writes to the new global.
15437 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15438 procedures.
15439 (skip_over_handler): Use test_skip_handler.
15440 (top level): Call skip_over_handler for stepi and nexti too.
15441 (breakpoint_over_handler): Use test_skip_handler.
15442 (top level): Call breakpoint_over_handler for stepi and nexti too.
15443
15444 2014-10-27 Yao Qi <yao@codesourcery.com>
15445
15446 * gdb.trace/tfile.c (adjust_function_address)
15447 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15448 function descriptor.
15449
15450 2014-10-24 Don Breazeal <donb@codesourcery.com>
15451
15452 * gdb.base/foll-fork.exp (test_follow_fork,
15453 catch_fork_child_follow): Check for updated fork messages emitted
15454 from infrun.c.
15455 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15456 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15457 vfork_and_exec_child_follow_through_step): Check for updated vfork
15458 messages emitted from infrun.c.
15459
15460 2014-10-24 Pedro Alves <palves@redhat.com>
15461
15462 * gdb.base/corefile.exp: Remove references to ultrix.
15463 * gdb.base/interrupt.exp: Likewise.
15464 * gdb.base/whatis.exp: Likewise.
15465 * gdb.gdb/selftest.exp: Likewise.
15466 * gdb.threads/manythreads.exp: Likewise.
15467 * gdb.threads/print-threads.exp: Likewise.
15468 * gdb.threads/pthreads.exp:: Likewise.
15469 * gdb.threads/schedlock.exp: Likewise.
15470
15471 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15472
15473 * gdb.cp/non-trivial-retval.cc: Add a test case.
15474 * gdb.cp/non-trivial-retval.exp: Add a test.
15475
15476 2014-10-20 Yao Qi <yao@codesourcery.com>
15477
15478 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15479 * gdb.python/py-objfile-script-gdb.py: New file.
15480 * gdb.python/py-objfile-script.exp: Update reference to
15481 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15482 of remote_download. Remove the dest file.
15483
15484 2014-10-20 Yao Qi <yao@codesourcery.com>
15485
15486 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15487 * gdb.base/step-line.exp: Likewise.
15488 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15489 * gdb.dwarf2/dw2-basic.exp: Likewise.
15490 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15491 * gdb.dwarf2/dw2-filename.exp: Likewise.
15492 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15493 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15494 * gdb.dwarf2/dw2-producer.exp: Likewise.
15495 * gdb.dwarf2/mac-fileno.exp: Likewise.
15496 * gdb.python/py-frame-args.exp: Likewise.
15497 * gdb.python/py-framefilter.exp: Likewise.
15498 * gdb.python/py-mi.exp: Likewise.
15499 * gdb.python/py-objfile-script.exp: Likewise
15500 * gdb.python/py-pp-integral.exp: Likewise.
15501 * gdb.python/py-pp-re-notag.exp: Likewise.
15502 * gdb.python/py-prettyprint.exp: Likewise.
15503 * gdb.python/py-section-script.exp: Likewise.
15504 * gdb.python/py-typeprint.exp: Likewise.
15505 * gdb.python/py-xmethods.exp: Likewise.
15506 * gdb.stabs/weird.exp: Likewise.
15507 * gdb.xml/tdesc-regs.exp: Likewise.
15508
15509 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15510
15511 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15512 (out_cu): Use addr_len for the size of addresses.
15513 (out_line): Likewise. Size DW_LNE_set_address instruction
15514 according to addr_len.
15515 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15516 (FUNC): Add START_INSNS to definition.
15517
15518 2014-10-18 Yao Qi <yao@codesourcery.com>
15519
15520 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15521 gdb_has_argv0 return true.
15522 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15523 check [target_info exists noargs], check [gdb_has_argv0]
15524 instead.
15525 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15526 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15527 procedures.
15528
15529 2014-10-17 Doug Evans <dje@google.com>
15530
15531 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15532 event.
15533 * gdb.python/py-events.py: Add clear_objfiles event.
15534
15535 2014-10-17 Doug Evans <dje@google.com>
15536
15537 * gdb.python/py-objfile.exp: Test progspace attribute.
15538
15539 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15540
15541 * gdb.guile/scm-breakpoint.exp: Do not assume any
15542 directory separators when matching source file paths.
15543 * gdb.python/py-breakpoint.exp: Likewise.
15544 * gdb.reverse/break-precsave.exp: Likewise.
15545 * gdb.reverse/break-reverse.exp: Likewise.
15546 * gdb.reverse/consecutive-precsave.exp: Likewise.
15547 * gdb.reverse/finish-precsave.exp: Likewise.
15548 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15549 * gdb.reverse/finish-reverse.exp: Likewise.
15550 * gdb.reverse/i386-precsave.exp: Likewise.
15551 * gdb.reverse/i387-env-reverse.exp: Likewise.
15552 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15553 * gdb.reverse/machinestate-precsave.exp: Likewise.
15554 * gdb.reverse/machinestate.exp: Likewise.
15555 * gdb.reverse/sigall-precsave.exp: Likewise.
15556 * gdb.reverse/solib-precsave.exp: Likewise.
15557 * gdb.reverse/step-precsave.exp: Likewise.
15558 * gdb.reverse/until-precsave.exp: Likewise.
15559 * gdb.reverse/watch-precsave.exp: Likewise.
15560 * gdb.reverse/watch-reverse.exp: Likewise.
15561
15562 2014-10-17 Yao Qi <yao@codesourcery.com>
15563
15564 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15565 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15566
15567 2014-10-17 Pedro Alves <palves@redhat.com>
15568
15569 PR gdb/17471
15570 * gdb.base/bg-execution-repeat.c: New file.
15571 * gdb.base/bg-execution-repeat.exp: New file.
15572
15573 2014-10-17 Pedro Alves <palves@redhat.com>
15574
15575 PR gdb/17300
15576 * gdb.base/continue-all-already-running.c: New file.
15577 * gdb.base/continue-all-already-running.exp: New file.
15578
15579 2014-10-17 Pedro Alves <palves@redhat.com>
15580
15581 PR gdb/17472
15582 * gdb.base/annota-input-while-running.c: New file.
15583 * gdb.base/annota-input-while-running.exp: New file.
15584
15585 2014-10-17 Pedro Alves <palves@redhat.com>
15586
15587 * gdb.base/callfuncs.exp: emove references to osf.
15588 * gdb.base/sigall.exp: Likewise.
15589 * gdb.gdb/selftest.exp: Likewise.
15590 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15591 * gdb.mi/non-stop.c: Likewise.
15592 * gdb.mi/pthreads.c: Likewise.
15593 * gdb.reverse/sigall-precsave.exp: Likewise.
15594 * gdb.reverse/sigall-reverse.exp: Likewise.
15595 * gdb.threads/pthreads.c: Likewise.
15596 * gdb.threads/pthreads.exp: Likewise.
15597
15598 2014-10-17 Yao Qi <yao@codesourcery.com>
15599
15600 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15601 check 'target_info exists noargs'.
15602 (test_command_prompt_position): Likewise.
15603 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15604 Remove "set args".
15605 (progvar_simple_while_test): Likewise.
15606 (progvar_complex_if_while_test): Likewise.
15607 (if_while_breakpoint_command_test): Likewise.
15608 (infrun_breakpoint_command_test): Likewise.
15609 (breakpoint_command_test): Likewise.
15610 (watchpoint_command_test): Likewise.
15611 (bp_deleted_in_command_test): Likewise.
15612 (temporary_breakpoint_commands): Likewise.
15613
15614 2014-10-16 Yao Qi <yao@codesourcery.com>
15615
15616 * gdb.base/remotetimeout.exp: Remove noargs checking.
15617
15618 2014-10-15 Pedro Alves <palves@redhat.com>
15619
15620 PR breakpoints/9649
15621 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15622 * gdb.base/breakpoint-in-ro-region.exp
15623 (probe_target_hardware_step): New procedure.
15624 (top level): Probe hardware stepping and hardware breakpoint
15625 support. Test stepping through a read-only region, with both
15626 "breakpoint auto-hw" on and off and both "always-inserted" on and
15627 off.
15628
15629 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15630
15631 * gdb.dlang/demangle.exp: Update for demangling changes.
15632
15633 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15634
15635 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15636 * gdb.cp/non-trivial-retval.exp: Add new tests.
15637
15638 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15639
15640 PR c++/13403
15641 PR c++/15154
15642 * gdb.cp/non-trivial-retval.cc: New file.
15643 * gdb.cp/non-trivial-retval.exp: New file.
15644
15645 2014-10-15 Yao Qi <yao@codesourcery.com>
15646
15647 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15648 remote host.
15649
15650 2014-10-15 Yao Qi <yao@codesourcery.com>
15651
15652 * gdb.python/py-symbol.exp: Match file base name if host is
15653 remote, otherwise match file name with dir name.
15654 * gdb.python/py-symtab.exp: Likewise.
15655 * gdb.python/python.exp: Likewise.
15656
15657 2014-10-15 Yao Qi <yao@codesourcery.com>
15658
15659 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15660 pattern.
15661 * gdb.python/py-symtab.exp: Likewise.
15662 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15663 locationn.
15664
15665 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15666
15667 * gdb.ada/addr_arith: New testcase.
15668
15669 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15670
15671 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15672 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15673 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15674 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15675
15676 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15677
15678 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15679 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15680 * gdb.arch/stap-eval-lang-ada.exp: New file.
15681
15682 2014-10-14 Yao Qi <yao@codesourcery.com>
15683
15684 * gdb.mi/mi-var-child.c (nothing1): New function.
15685 (nothing2): New function.
15686 (do_children_tests): Set function pointers by nothing1 and
15687 nothing2.
15688 * gdb.mi/mi-var-child.exp: Step over new added statements.
15689 Update test to match the new output.
15690 * gdb.mi/var-cmd.c (nothing1): New function.
15691 (nothing2): New function.
15692 (do_children_tests): Set function pointers by nothing1 and
15693 nothing2.
15694 * gdb.mi/mi-var-display.exp: Update test to match output.
15695 Step to the line specified by $line_dct_nothing.
15696 Increase the number of lines to step.
15697
15698 2014-10-14 Yao Qi <yao@codesourcery.com>
15699
15700 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15701 tests.
15702 * gdb.mi/mi2-var-child.exp: Likewise.
15703
15704 2014-10-13 Doug Evans <dje@google.com>
15705
15706 * gdb.python/py-objfile.exp: Change name of file name test.
15707
15708 2014-10-13 Doug Evans <dje@google.com>
15709
15710 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15711 from the start of the CU.
15712
15713 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15714 Yao Qi <yao@codesourcery.com>
15715
15716 Fix "save breakpoints" for "catch" command.
15717 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15718 Remove -nonewline. Match also the added "main" line.
15719
15720 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15721
15722 Fix "save breakpoints" for "disable $bpnum" command.
15723 * gdb.base/save-bp.c (main): Add label.
15724 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15725
15726 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15727
15728 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15729
15730 2014-10-11 Yao Qi <yao@codesourcery.com>
15731
15732 * gdb.server/server-kill.exp: Execute command
15733 "set remote trace-status-packet on" before "tstatus".
15734
15735 2014-10-11 Yao Qi <yao@codesourcery.com>
15736
15737 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15738 (main): Call getppid.
15739 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15740 and continue to it. Read variable "server_pid".
15741
15742 2014-10-11 Yao Qi <yao@codesourcery.com>
15743
15744 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15745
15746 2014-10-11 Yao Qi <yao@codesourcery.com>
15747
15748 * gdb.threads/thread-find.exp: Don't execute command
15749 "info threads".
15750 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15751 * gdb.threads/linux-dp.exp: Don't check the condition
15752 $threads_created equals to zero.
15753
15754 2014-10-10 Pedro Alves <palves@redhat.com>
15755
15756 * gdb.base/bigcore.exp: Remove references to IRIX.
15757 * gdb.base/funcargs.exp: Likewise.
15758 * gdb.base/interrupt.exp: Likewise.
15759 * gdb.base/mips_pro.exp: Likewise.
15760 * gdb.base/nodebug.exp: Likewise.
15761 * gdb.base/setvar.exp: Likewise.
15762 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15763
15764 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15765 Pedro Alves <palves@redhat.com>
15766
15767 PR symtab/14466
15768 * gdb.base/vdso-warning.c: New file.
15769 * gdb.base/vdso-warning.exp: New file.
15770
15771 2014-10-02 Doug Evans <dje@google.com>
15772
15773 * gdb.base/structs.c (main): Don't run forever.
15774
15775 2014-10-02 Pedro Alves <palves@redhat.com>
15776
15777 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15778 (top level) <stop threads 1, stop threads 2>: Use it.
15779
15780 2014-10-02 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.threads/break-while-running.exp (test): Add new
15783 'update_thread_list' argument. Skip "info threads" if false.
15784 (top level): Add new 'update_thread_list' axis.
15785
15786 2014-10-02 Pedro Alves <palves@redhat.com>
15787
15788 PR breakpoints/17431
15789 * gdb.base/execl-update-breakpoints.c: New file.
15790 * gdb.base/execl-update-breakpoints.exp: New file.
15791
15792 2014-10-01 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.base/breakpoint-in-ro-region.c: New file.
15795 * gdb.base/breakpoint-in-ro-region.exp: New file.
15796
15797 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15798
15799 * gdb.mi/mi-exit-code.exp: New file.
15800 * gdb.mi/mi-exit-code.c: New file.
15801
15802 2014-09-30 Yao Qi <yao@codesourcery.com>
15803
15804 * lib/prelink-support.exp (build_executable_own_libs): Error if
15805 the target isn't native.
15806
15807 2014-09-30 Yao Qi <yao@codesourcery.com>
15808
15809 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15810 false.
15811
15812 2014-09-22 Pedro Alves <palves@redhat.com>
15813
15814 * gdb.threads/break-while-running.exp: New file.
15815 * gdb.threads/break-while-running.c: New file.
15816
15817 2014-09-19 Yao Qi <yao@codesourcery.com>
15818
15819 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15820 Invoke test. Restart GDB with --readnow and invoke test again.
15821
15822 2014-09-19 Yao Qi <yao@codesourcery.com>
15823
15824 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15825 proc set_breakpoint_on_gcd_function. Invoke
15826 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15827 invoke set_breakpoint_on_gcd_function again.
15828
15829 2014-09-18 Doug Evans <dje@google.com>
15830
15831 * gdb.dwarf2/symtab-producer.exp: New file.
15832
15833 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15834
15835 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15836 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15837 * gdb.base/global-var-nested-by-dso.c: Likewise.
15838 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15839
15840 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15841 Pedro Alves <palves@redhat.com>
15842
15843 * gdb.base/watch-bitfields.exp: Pass string other than test file
15844 name to prepare_for_testing.
15845 (watch): New procedure.
15846 (expect_watchpoint): Use with_test_prefix.
15847 (top level): Factor out tests to ...
15848 (test_watch_location, test_regular_watch): ... these new
15849 procedures, and use with_test_prefix and gdb_continue_to_end.
15850
15851 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15852
15853 PR breakpoints/12526
15854 * gdb.base/watch-bitfields.exp: New file.
15855 * gdb.base/watch-bitfields.c: New file.
15856
15857 2014-09-16 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15860 software and hardware addresses, not software address against
15861 itself.
15862
15863 2014-09-16 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15866 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15867
15868 2014-09-16 Pedro Alves <palves@redhat.com>
15869
15870 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15871 files.
15872 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15873 "*-*-vxworks*" throughout.
15874 * gdb.base/break.exp: Likewise.
15875 * gdb.base/default.exp: Likewise.
15876 * gdb.base/scope.exp: Likewise.
15877 * gdb.base/sepdebug.exp: Likewise.
15878 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15879 throughout.
15880 * gdb.base/run.c: Likewise.
15881 * gdb.base/sepdebug.c: Likewise.
15882 * gdb.hp/gdb.aCC/run.c: Likewise.
15883 * gdb.reverse/until-reverse.c: Likewise.
15884 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15885
15886 2014-09-16 Yao Qi <yao@codesourcery.com>
15887
15888 * boards/local-remote-host-native.exp: New file.
15889
15890 2014-09-14 Doug Evans <xdje42@gmail.com>
15891
15892 * gdb.threads/queue-signal.c (thread_count): New variable.
15893 (thread_count_mutex, thread_count_condvar): New variables.
15894 (incr_thread_count, wait_all_threads_running): New functions.
15895 (main): Wait for all threads to be in their thread functions.
15896
15897 2014-09-13 Doug Evans <xdje42@gmail.com>
15898
15899 * gdb.threads/queue-signal.c: New file.
15900 * gdb.threads/queue-signal.exp: New file.
15901
15902 2014-09-13 Doug Evans <xdje42@gmail.com>
15903
15904 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15905 be consistent with what default_gdb_init uses.
15906 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15907 the plain text of the prompt. Add some logging printfs.
15908 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15909
15910 2014-09-12 Pedro Alves <palves@redhat.com>
15911
15912 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15913 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15914 * gdb.arch/i386-size-overlap.exp: Likewise.
15915 * gdb.arch/i386-size.exp: Likewise.
15916 * gdb.arch/i386-unwind.exp: Likewise.
15917 * gdb.base/a2-run.exp: Likewise.
15918 * gdb.base/break.exp: Likewise.
15919 * gdb.base/charset.exp: Likewise.
15920 * gdb.base/chng-syms.exp: Likewise.
15921 * gdb.base/commands.exp: Likewise.
15922 * gdb.base/dbx.exp: Likewise.
15923 * gdb.base/find.exp: Likewise.
15924 * gdb.base/funcargs.exp: Likewise.
15925 * gdb.base/jit-simple.exp: Likewise.
15926 * gdb.base/reread.exp: Likewise.
15927 * gdb.base/sepdebug.exp: Likewise.
15928 * gdb.base/step-bt.exp: Likewise.
15929 * gdb.cp/mb-inline.exp: Likewise.
15930 * gdb.cp/mb-templates.exp: Likewise.
15931 * gdb.objc/basicclass.exp: Likewise.
15932 * gdb.threads/killed.exp: Likewise.
15933
15934 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15935
15936 PR tdep/17379
15937 * gdb.arch/powerpc-stackless.S: New file.
15938 * gdb.arch/powerpc-stackless.exp: New file.
15939
15940 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15941
15942 * gdb.base/attach.c: Include unistd.h.
15943 (main): Call alarm. Add label postloop.
15944 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15945 gdb_breakpoint, gdb_continue_to_breakpoint.
15946 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15947
15948 2014-09-11 Pedro Alves <palves@redhat.com>
15949
15950 PR gdb/17347
15951 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15952 * gdb.base/attach.exp (test_command_line_attach_run): New
15953 procedure.
15954 (top level): Call it.
15955
15956 2014-09-11 Pedro Alves <palves@redhat.com>
15957
15958 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15959 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15960 (do_command_attach_tests): Use spawn_wait_for_attach.
15961 * gdb.base/solib-overlap.exp: Likewise.
15962 * gdb.multi/multi-attach.exp: Likewise.
15963 * gdb.python/py-prompt.exp: Likewise.
15964 * gdb.python/py-sync-interp.exp: Likewise.
15965 * gdb.server/ext-attach.exp: Likewise.
15966
15967 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15968
15969 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15970 command in testcase. Simplify testcase.
15971
15972 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15973
15974 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15975
15976 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15977
15978 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15979
15980 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15981
15982 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15983
15984 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15985
15986 * gdb.dwarf2/dynarr-ptr.c: New file.
15987 * gdb.dwarf2/dynarr-ptr.exp: New file.
15988
15989 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15990
15991 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15992 of 30 rather than hardcoding 120 for a slow test case. Take the
15993 `gdb,timeout' target setting into account for this calculation.
15994 Don't extend the timeout for the test cases that don't need it.
15995
15996 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15997
15998 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15999 a factor of 2 for a slow test case. Take the `gdb,timeout'
16000 target setting into account for this calculation.
16001 * gdb.reverse/until-precsave.exp: Increase the timeout by
16002 a factor of 15 and 3 respectively rather than adding 120
16003 for a pair of slow test cases. Take the `gdb,timeout'
16004 target setting into account for this calculation.
16005
16006 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16007
16008 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16009 timeout, don't pass one down to gdb_expect.
16010 (gdb_expect): Rework timeout selection.
16011
16012 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16013
16014 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16015 exception on timeout.
16016 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16017 (gdbserver_start_extended): Catch any `gdbserver_start' error
16018 exceptions.
16019 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16020 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16021 `gdbserver_gdb_load' error exceptions.
16022
16023 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16024
16025 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16026 120 on waiting for the TCP socket to open.
16027
16028 2014-09-09 Doug Evans <xdje42@gmail.com>
16029
16030 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16031 _caller_matches, _any_caller_is, _any_caller_matches.
16032
16033 2014-09-09 Doug Evans <xdje42@gmail.com>
16034
16035 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16036
16037 2014-09-09 Yao Qi <yao@codesourcery.com>
16038
16039 * gdb.mi/mi-var-display.exp: Set print symbol off.
16040
16041 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16042
16043 PR gdb/17035
16044 * gdb.base/commands.exp: Add tests to verify user-defined
16045 commands with empty bodies.
16046 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16047 python commands in `show user command`.
16048 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16049 scheme commands in `show user command`.
16050
16051 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16052
16053 PR python/17355
16054 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16055 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16056 * gdb.python/py-framefilter-invalidarg.exp: New file.
16057 * gdb.python/py-framefilter-invalidarg.py: New file.
16058
16059 2014-09-06 Doug Evans <xdje42@gmail.com>
16060
16061 PR 15276
16062 * gdb.python/py-caller-is.c: New file.
16063 * gdb.python/py-caller-is.exp: New file.
16064
16065 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16066
16067 PR gdb/17235
16068 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16069 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16070
16071 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16072
16073 PR fortran/17237
16074 * gdb.fortran/print-formatted.exp: New file.
16075 * gdb.fortran/print-formatted.f90: Likewise.
16076
16077 2014-09-03 Sasha Smundak <asmundak@google.com>
16078
16079 * gdb.python/py-frame.exp: Test Frame.read_register.
16080
16081 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16082
16083 PR python/16699
16084 * gdb.python/py-completion.exp: New file.
16085 * gdb.python/py-completion.py: Likewise.
16086
16087 2014-08-28 Doug Evans <dje@google.com>
16088
16089 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16090 eax,etc. are live with values set by gdb and thus the compiler can't
16091 use them.
16092 * gdb.arch/i386-pseudo.c (main): Ditto.
16093
16094 2014-08-27 Doug Evans <dje@google.com>
16095
16096 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16097
16098 2014-08-25 Doug Evans <dje@google.com>
16099
16100 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16101 (main): Ditto.
16102
16103 2014-08-25 Doug Evans <dje@google.com>
16104
16105 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16106
16107 2014-08-24 Yao Qi <yao@codesourcery.com>
16108
16109 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16110 symbol off.
16111 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16112
16113 2014-08-22 Doug Evans <dje@google.com>
16114
16115 PR 17276
16116 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16117 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16118 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16119
16120 2014-08-22 Yao Qi <yao@codesourcery.com>
16121
16122 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16123 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16124 * gdb.python/python.exp: Likewise. Use .py file on the host
16125 instead of the build.
16126
16127 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16128
16129 * gdb.threads/gcore-stale-thread.c: New file.
16130 * gdb.threads/gcore-stale-thread.exp: New file.
16131
16132 2014-08-21 Pedro Alves <palves@redhat.com>
16133
16134 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16135 * gdb.base/gcore-relro-pie.exp: Likewise.
16136 * gdb.base/gcore-relro.exp: Likewise.
16137 * gdb.base/gcore.exp: Likewise.
16138 * gdb.base/print-symbol-loading.exp: Likewise.
16139 * gdb.threads/gcore-thread.exp: Likewise.
16140 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16141
16142 2014-08-20 Pedro Alves <palves@redhat.com>
16143 Jan Kratochvil <jan.kratochvil@redhat.com>
16144
16145 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16146 configure.
16147 (EXPECT): Handle READ1 being set.
16148 (all): Depend on EXTRA_RULES.
16149 (check-read1, expect-read1, read1.so, read1): New rules.
16150 * README (Testsuite Parameters): Document the READ1 make variable.
16151 (Race detection): New section.
16152 * configure: Regenerate.
16153 * configure.ac: If build==host==target, and running under a
16154 GNU/glibc system, add read1 to the extra Makefile rules.
16155 (EXTRA_RULES): AC_SUBST it.
16156 * lib/read1.c: New file.
16157
16158 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16159
16160 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16161 the handling of variables declared as a typedef to an array
16162 which a DW_AT_data_location attribute.
16163
16164 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16165 Pedro Alves <palves@redhat.com>
16166
16167 PR symtab/14604
16168 PR symtab/14605
16169 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16170 gdb_test.
16171
16172 2014-08-19 Pedro Alves <palves@redhat.com>
16173
16174 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16175
16176 2014-08-19 Yao Qi <yao@codesourcery.com>
16177
16178 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16179 right line.
16180
16181 2014-08-18 David Blaikie <dblaikie@gmail.com>
16182
16183 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16184
16185 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16186
16187 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16188 attribute in array range.
16189
16190 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16191
16192 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16193
16194 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16195
16196 PR c++/17132
16197 * gdb.cp/pr17132.cc: New file.
16198 * gdb.cp/pr17132.exp: New file.
16199
16200 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16201
16202 * gdb.python/py-xmethods.py (A_getarrayind)
16203 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16204 Use 'print' with function call syntax.
16205 (E_method_matcher.match): Fix tab vs space indentation mixup.
16206
16207 2014-08-15 Yao Qi <yao@codesourcery.com>
16208
16209 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16210 false.
16211
16212 2014-08-15 Yao Qi <yao@codesourcery.com>
16213
16214 * gdb.cp/casts.exp: Set print symbol off.
16215 * gdb.cp/class2.exp: Likewise.
16216 * gdb.cp/overload.exp: Likewise.
16217 * gdb.cp/templates.exp: Likewise.
16218
16219 2014-08-11 Doug Evans <dje@google.com>
16220
16221 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16222 (test_load_shlib): Update.
16223
16224 2014-08-09 Yao Qi <yao@codesourcery.com>
16225
16226 * gdb.base/display.exp: Invoke is_address_zero_readable.
16227 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16228 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16229 * gdb.base/hbreak-unmapped.exp: Return if
16230 is_address_zero_readable returns true.
16231 * gdb.base/signest.exp: Likewise.
16232 * gdb.base/signull.exp: Likewise.
16233 * gdb.base/sigbpt.exp: Likewise.
16234 * gdb.guile/scm-disasm.exp: Do the test if
16235 is_address_zero_readable returns false.
16236 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16237 * gdb.python/py-arch.exp: Likewise.
16238 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16239 * lib/gdb.exp (is_address_zero_readable): New proc.
16240
16241 2014-08-09 Yao Qi <yao@codesourcery.com>
16242
16243 PR testsuite/13443
16244 * gdb.mi/mi-var-display.exp: Make test messages unique.
16245
16246 2014-08-04 Tom Tromey <tromey@redhat.com>
16247
16248 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16249 target 0".
16250
16251 2014-08-04 Tom Tromey <tromey@redhat.com>
16252
16253 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16254 "target_resume".
16255
16256 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16257
16258 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16259 inner_vla_struct_object_size.
16260 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16261 as xfail.
16262
16263 2014-07-30 Pedro Alves <palves@redhat.com>
16264
16265 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16266 comment.
16267
16268 2014-07-29 Yao Qi <yao@codesourcery.com>
16269
16270 PR gdb/17206
16271 * gdb.base/until-nodebug.exp: New.
16272
16273 2014-07-28 Doug Evans <xdje42@gmail.com>
16274
16275 PR guile/17203
16276 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16277 previously existing parameter, and previously ambiguously spelled
16278 parameter.
16279
16280 2014-07-28 Will Newton <will.newton@linaro.org>
16281
16282 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16283
16284 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16285 Doug Evans <xdje42@gmail.com>
16286
16287 PR guile/17146
16288 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16289
16290 2014-07-25 Pedro Alves <palves@redhat.com>
16291
16292 * gdb.threads/signal-command-handle-nopass.c: New file.
16293 * gdb.threads/signal-command-handle-nopass.exp: New file.
16294 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16295 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16296 * gdb.threads/signal-delivered-right-thread.c: New file.
16297 * gdb.threads/signal-delivered-right-thread.exp: New file.
16298
16299 2014-07-25 Pedro Alves <palves@redhat.com>
16300
16301 * gdb.base/double-prompt-target-event-error.exp
16302 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16303 match.
16304 (cancel_pagination_in_target_event): Rework double prompt
16305 detection.
16306 * gdb.base/paginate-after-ctrl-c-running.exp
16307 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16308 <return>' match.
16309 * gdb.base/paginate-bg-execution.exp
16310 (test_bg_execution_pagination_return)
16311 (test_bg_execution_pagination_cancel): Remove '-notransfer
16312 <return>' matches.
16313 * gdb.base/paginate-execution-startup.exp
16314 (test_fg_execution_pagination_return)
16315 (test_fg_execution_pagination_cancel): Remove '-notransfer
16316 <return>' matches.
16317 * gdb.base/paginate-inferior-exit.exp
16318 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16319 match.
16320 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16321 * lib/gdb.exp (pagination_prompt): Run text through
16322 string_to_regexp.
16323 (gdb_test_multiple): Match $pagination_prompt instead of
16324 "<return>".
16325 (string_to_regexp): Move to lib/gdb-utils.exp.
16326
16327 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16328
16329 * gdb.arch/amd64-entry-value-paramref.S: New file.
16330 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16331 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16332 * gdb.arch/amd64-optimout-repeat.S: New file.
16333 * gdb.arch/amd64-optimout-repeat.c: New file.
16334 * gdb.arch/amd64-optimout-repeat.exp: New file.
16335
16336 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16337
16338 PR gdb/17170
16339 * gdb.base/statistics.exp: New file.
16340
16341 2014-07-17 Doug Evans <dje@google.com>
16342
16343 PR gdb/17170
16344 * gdb.base/maint.exp: Update testing of per-command stats.
16345
16346 2014-07-16 Pedro Alves <palves@redhat.com>
16347
16348 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16349 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16350 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16351 (tfile_write_buf): New functions.
16352 (add_memory_block): Rewrite using the above.
16353 (adjust_function_address): New function.
16354 (FUNCTION_ADDRESS): New macro.
16355 (write_basic_trace_file): Remove short_x local, and use
16356 tfile_write_16. Change type of func_addr local to unsigned long
16357 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16358 here. Cast argument of add_memory_block to char pointer.
16359 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16360 (main): Remove parameters.
16361 * gdb.trace/tfile.exp: Remove nowarnings.
16362
16363 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16364
16365 * gdb.base/debug-expr.exp: Test string evaluation with
16366 "debug expression" on.
16367
16368 2014-07-15 Pedro Alves <palves@redhat.com>
16369
16370 * gdb.base/reread.exp: Use clean_restart.
16371
16372 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16373
16374 * gdb.arch/avr-flash-qualifer.c: New.
16375 * gdb.arch/avr-flash-qualifer.exp: New.
16376
16377 2014-07-14 Pedro Alves <palves@redhat.com>
16378
16379 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16380 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16381
16382 2014-07-14 Pedro Alves <palves@redhat.com>
16383
16384 * gdb.base/double-prompt-target-event-error.c: New file.
16385 * gdb.base/double-prompt-target-event-error.exp: New file.
16386
16387 2014-07-14 Pedro Alves <palves@redhat.com>
16388
16389 PR gdb/17072
16390 * gdb.base/paginate-inferior-exit.c: New file.
16391 * gdb.base/paginate-inferior-exit.exp: New file.
16392
16393 2014-07-14 Pedro Alves <palves@redhat.com>
16394
16395 PR gdb/17072
16396 * gdb.base/paginate-bg-execution.c: New file.
16397 * gdb.base/paginate-bg-execution.exp: New file.
16398
16399 2014-07-14 Pedro Alves <palves@redhat.com>
16400
16401 PR gdb/17072
16402 * gdb.base/paginate-execution-startup.c: New file.
16403 * gdb.base/paginate-execution-startup.exp: New file.
16404 * lib/gdb.exp (pagination_prompt): New global.
16405 (default_gdb_spawn): New procedure, factored out from
16406 default_gdb_spawn.
16407 (default_gdb_start): Adjust to call default_gdb_spawn.
16408 (gdb_spawn): New procedure.
16409
16410 2014-07-14 Pedro Alves <palves@redhat.com>
16411
16412 * lib/gdb.exp (gdb_assert): New procedure.
16413 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16414
16415 2014-07-14 Pedro Alves <palves@redhat.com>
16416
16417 * gdb.base/execution-termios.c: New file.
16418 * gdb.base/execution-termios.exp: New file.
16419
16420 2014-07-14 Tom Tromey <tromey@redhat.com>
16421
16422 * gdb.cp/vla-cxx.cc: New file.
16423 * gdb.cp/vla-cxx.exp: New file.
16424
16425 2014-07-14 Tom Tromey <tromey@redhat.com>
16426
16427 * gdb.reverse/rerun-prec.c: New file.
16428 * gdb.reverse/rerun-prec.exp: New file.
16429
16430 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16431 Maciej W. Rozycki <macro@codesourcery.com>
16432
16433 * lib/gdb-utils.exp: New file.
16434 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16435 inline `gdb_init_command' processing.
16436 (gdb_start_cmd): Likewise.
16437 * lib/mi-support.exp (mi_run_cmd): Likewise.
16438 * README: Document `gdb_init_command' and `gdb_init_commands'.
16439
16440 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16441
16442 Fix false FAIL running under a very long directory name.
16443 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16444 and "set print elements 10000". Twice.
16445
16446 2014-07-11 Yao Qi <yao@codesourcery.com>
16447
16448 * gdb.base/exprs.exp: "set print symbol off".
16449
16450 2014-07-11 Pedro Alves <palves@redhat.com>
16451
16452 * gdb.threads/kill.c: New file.
16453 * gdb.threads/kill.exp: New file.
16454
16455 2014-07-10 Yao Qi <yao@codesourcery.com>
16456
16457 * gdb.trace/tfile.c (write_basic_trace_file)
16458 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16459 address written to trace file.
16460
16461 2014-07-09 Pedro Alves <palves@redhat.com>
16462
16463 * gdb.base/attach-wait-input.exp: New file.
16464 * gdb.base/attach-wait-input.c: New file.
16465
16466 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16467
16468 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16469 setting up test structures.
16470 (main): Call new test function.
16471 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16472 test function, continue into test function and walk test
16473 structures.
16474
16475 2014-07-02 Yao Qi <yao@codesourcery.com>
16476
16477 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16478 'bar_start' at the beginning of functions 'foo' and 'bar'
16479 respectively.
16480 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16481 instead of 'foo' and 'bar'.
16482
16483 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16484
16485 * gdb.btrace/segv.exp: New.
16486 * gdb.btrace/segv.c: New.
16487
16488 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16489
16490 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16491 instruction.
16492
16493 2014-06-30 Mark Wielaard <mjw@redhat.com>
16494
16495 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16496 vulture, vilify, villar): New volatile array constants.
16497 (vindictive, vegetation): New const volatile array constants.
16498 * gdb.base/volatile.exp: Test volatile and const volatile array
16499 types.
16500
16501 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16502
16503 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16504 target lacks support for awatch, rwatch, or hbreak.
16505
16506 2014-06-27 Yao Qi <yao@codesourcery.com>
16507
16508 * gdb.multi/dummy-frame-restore.exp: New.
16509 * gdb.multi/dummy-frame-restore.c: New.
16510
16511 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16512
16513 * gdb.btrace/gcore.exp: New.
16514
16515 2014-06-23 Pedro Alves <palves@redhat.com>
16516
16517 * gdb.base/watchpoint-reuse-slot.c: New file.
16518 * gdb.base/watchpoint-reuse-slot.exp: New file.
16519
16520 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16521
16522 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16523 progspace's filename in 'info', 'enable' and 'disable' command
16524 tests.
16525
16526 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16527
16528 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16529 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16530 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16531
16532 2014-06-20 Gary Benson <gbenson@redhat.com>
16533
16534 * gdb.arch/i386-avx.exp: Fix include file location.
16535 * gdb.arch/i386-sse.exp: Likewise.
16536
16537 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16538
16539 * gdb.dlang/expression.exp: New file.
16540
16541 2014-06-19 Pedro Alves <palves@redhat.com>
16542
16543 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16544 out from ...
16545 (top level): ... here. Iterate running tests under different
16546 scheduler-locking settings.
16547
16548 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16549
16550 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16551 to DW_FORM_addr and use non-zero addresses.
16552
16553 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16554
16555 PR gdb/17017
16556 * gdb.python/py-xmethods.cc: Add global function call counters and
16557 increment them in their respective functions. Remove "cout"
16558 statements.
16559 * gdb.python/py-xmethods.exp: Make tests check the global function
16560 call counters instead of depending on inferior IO.
16561
16562 2014-06-18 Don Breazeal <donb@codesourcery.com>
16563
16564 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16565 Deleted procedure.
16566 (explicit_fork_parent_follow): Deleted procedure.
16567 (explicit_fork_child_follow): Deleted procedure.
16568 (test_follow_fork): New procedure.
16569 (do_fork_tests): Replace calls to deleted procedures with
16570 calls to test_follow_fork and reset GDB for subsequent
16571 procedure calls.
16572
16573 2014-06-17 Yao Qi <yao@codesourcery.com>
16574
16575 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16576 CP1252.
16577
16578 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16579
16580 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16581 Initialize ptr and S explicitly.
16582 (skip_type_update_when_not_use_rtti_test): Likewise.
16583
16584 2014-06-16 Keith Seitz <keiths@redhat.com>
16585
16586 PR mi/15863
16587 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16588 the inferior is started.
16589
16590 2014-06-16 Pedro Alves <palves@redhat.com>
16591
16592 * gdb.base/break-main-file-remove-fail.c: New file.
16593 * gdb.base/break-main-file-remove-fail.exp: New file.
16594 * gdb.base/break-unload-file.exp: Use build_executable instead of
16595 prepare_for_testing.
16596 (test_break): New parameter "initial_load". Handle it.
16597 (top level): Add initial_load cmdline/file axis.
16598
16599 2014-06-12 Tom Tromey <tromey@redhat.com>
16600
16601 * gdb.base/completion.exp: Don't use directory name in test.
16602
16603 2014-06-09 Gary Benson <gbenson@redhat.com>
16604
16605 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16606 separate the always-available ANSI-standard signals from the
16607 signals that require checking.
16608 (main): Likewise.
16609 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16610 Likewise.
16611 (main): Likewise.
16612
16613 2014-06-07 Keith Seitz <keiths@redhat.com>
16614
16615 Revert:
16616 PR c++/16253
16617 * gdb.cp/var-tag.cc: New file.
16618 * gdb.cp/var-tag.exp: New file.
16619 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16620 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16621 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16622 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16623
16624 2014-06-06 Doug Evans <xdje42@gmail.com>
16625
16626 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16627
16628 2014-06-06 Pedro Alves <palves@redhat.com>
16629
16630 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16631 in target debug output instead of looking at RSP packets,
16632 disabling the test on any target that uses hardware stepping.
16633 Update comments.
16634
16635 2014-06-06 Pedro Alves <palves@redhat.com>
16636
16637 * gdb.base/break-unload-file.exp: Fix typo.
16638
16639 2014-06-06 Yao Qi <yao@codesourcery.com>
16640
16641 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16642 from "jit_function" to "^jit_function".
16643
16644 2014-06-06 Yao Qi <yao@codesourcery.com>
16645
16646 * gdb.base/async.c (foo): Add one statement.
16647 * gdb.base/async.exp: Get the next instruction address and
16648 match the output of "nexti" by instruction address. Match
16649 the hex address in the output of "finish".
16650
16651 2014-06-06 Gary Benson <gbenson@redhat.com>
16652
16653 * gdb.base/call-signals.c: Remove preprocessor conditionals
16654 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16655 SIGSEGV and SIGTERM.
16656 * gdb.base/sigall.c: Likewise.
16657 * gdb.base/unwindonsignal.c: Likewise.
16658 * gdb.reverse/sigall-reverse.c: Likewise.
16659
16660 2014-06-06 Yao Qi <yao@codesourcery.com>
16661
16662 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16663 readable, skip the test.
16664
16665 2014-06-06 Yao Qi <yao@codesourcery.com>
16666
16667 * gdb.threads/staticthreads.c (thread_function): Move the line
16668 setting breakpoint on forward.
16669 * gdb.threads/staticthreads.exp: Update comments.
16670
16671 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16672
16673 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16674 "history-append! type error".
16675
16676 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16677
16678 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16679 erroneous dprintf expected input.
16680
16681 2014-06-04 Doug Evans <xdje42@gmail.com>
16682
16683 * gdb.guile/scm-generics.exp: Delete.
16684
16685 2014-06-04 Doug Evans <xdje42@gmail.com>
16686
16687 * gdb.guile/scm-breakpoint.exp: Update.
16688 Add tests for breakpoint registration.
16689
16690 2014-06-04 Tom Tromey <tromey@redhat.com>
16691
16692 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16693 VLA-in-union.
16694 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16695 inner_vla_struct, vla_union types. Initialize objects of those
16696 types and compute their sizes.
16697
16698 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16699 Hui Zhu <hui@codesourcery.com>
16700
16701 * gdb.base/fileio.exp: Add test for shell not available as well as
16702 available.
16703 * gdb.base/fileio.c (test_system): Check for shell twice.
16704
16705 2014-06-04 Yao Qi <yao@codesourcery.com>
16706
16707 * gdb.base/auto-connect-native-target.exp: Remove redundant
16708 space from the regexp pattern.
16709
16710 2014-06-04 Yao Qi <yao@codesourcery.com>
16711
16712 * gdb.base/default.exp: Replace "child" with "native" in
16713 regexp pattern.
16714
16715 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16716
16717 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16718 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16719 * gdb.python/py-xmethods.py: Python script supporting the
16720 new testcase and tests.
16721
16722 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16723 Pedro Alves <palves@redhat.com>
16724
16725 PR breakpoints/17000
16726 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16727 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16728
16729 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16730
16731 * gdb.base/subst.exp: Add tests to verify partial path matching
16732 output.
16733
16734 2014-06-03 Pedro Alves <palves@redhat.com>
16735
16736 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16737 target that doesn't use software single-stepping.
16738
16739 2014-06-03 Pedro Alves <palves@redhat.com>
16740
16741 PR breakpoints/17000
16742 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16743 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16744
16745 2014-06-02 Doug Evans <xdje42@gmail.com>
16746
16747 * gdb.guile/scm-parameter.exp: New file.
16748
16749 2014-06-02 Doug Evans <xdje42@gmail.com>
16750
16751 * gdb.guile/scm-cmd.c: New file.
16752 * gdb.guile/scm-cmd.exp: New file.
16753
16754 2014-06-02 Doug Evans <xdje42@gmail.com>
16755
16756 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16757 pretty-printer lookup.
16758 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16759 (make-pp_s-printer): Call it.
16760 (make-pretty-printer-from-dict): New function.
16761 (lookup-pretty-printer-maker-from-dict): New function.
16762 (*pretty-printer*): Simplify.
16763 (make-objfile-pp_s-printer): New function.
16764 (install-objfile-pretty-printers!): New function.
16765 (make-progspace-pp_s-printer): New function.
16766 (install-progspace-pretty-printers!): New function.
16767 * gdb.guile/scm-progspace.c: New file.
16768 * gdb.guile/scm-progspace.exp: New file.
16769
16770 2014-06-02 Pedro Alves <palves@redhat.com>
16771
16772 * gdb.base/dprintf-bp-same-addr.c: New file.
16773 * gdb.base/dprintf-bp-same-addr.exp: New file.
16774
16775 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16776
16777 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16778 * gdb.arch/powerpc-power.s: Likewise.
16779
16780 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16781
16782 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16783
16784 2014-06-01 Yao Qi <yao@codesourcery.com>
16785
16786 * gdb.base/watchpoint.exp (test_watch_location): Check null
16787 pointer can be dereferenced. If not, do the test, otherwise
16788 skip it.
16789
16790 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16791
16792 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16793 results.
16794 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16795
16796 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16797
16798 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16799 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16800 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16801 * gdb.arch/amd64-invalid-stack-top.c: New file.
16802 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16803
16804 2014-05-30 Pedro Alves <palves@redhat.com>
16805
16806 PR breakpoints/17000
16807 * gdb.base/sss-bp-on-user-bp.c: New file.
16808 * gdb.base/sss-bp-on-user-bp.exp: New file.
16809
16810 2014-05-30 David Blaikie <dblaikie@gmail.com>
16811
16812 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16813 gnu_inline semantics via attribute.
16814 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16815 source explicitly specifies the required semantics.
16816
16817 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16818
16819 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16820
16821 2014-05-29 Pedro Alves <palves@redhat.com>
16822 Tom Tromey <tromey@redhat.com>
16823
16824 * gdb.base/async-shell.exp: Don't enable target-async.
16825 * gdb.base/async.exp
16826 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16827 parameter. Adjust.
16828 (top level): Don't test with "target-async".
16829 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16830 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16831 * gdb.base/inferior-died.exp: Don't enable target-async.
16832 * gdb.base/interrupt-noterm.exp: Likewise.
16833 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16834 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16835 * gdb.mi/mi-nonstop.exp: Likewise.
16836 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16837 * gdb.mi/mi-nsintrall.exp: Likewise.
16838 * gdb.mi/mi-nsmoribund.exp: Likewise.
16839 * gdb.mi/mi-nsthrexec.exp: Likewise.
16840 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16841 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16842 * gdb.python/py-evsignal.exp: Don't enable target-async.
16843 * gdb.python/py-evthreads.exp: Likewise.
16844 * gdb.python/py-prompt.exp: Likewise.
16845 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16846 * gdb.server/solib-list.exp: Don't enable target-async.
16847 * gdb.threads/thread-specific-bp.exp: Likewise.
16848 * lib/mi-support.exp: Adjust to use mi-async.
16849
16850 2014-05-29 Pedro Alves <palves@redhat.com>
16851
16852 PR gdb/13860
16853 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16854 reason, even in sync mode.
16855
16856 2014-05-29 Pedro Alves <palves@redhat.com>
16857 Hui Zhu <hui@codesourcery.com>
16858
16859 PR PR15693
16860 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16861 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16862 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16863 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16864
16865 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16866
16867 * config/monitor.exp (gdb_target_monitor): Replace use of
16868 "set remotebaud" by "set serial baud".
16869
16870 2014-05-26 Andy Wingo <wingo@igalia.com>
16871
16872 * gdb.guile/scm-breakpoint.exp:
16873 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16874 properties instead of gdb-object-properties.
16875
16876 2014-05-26 Yao Qi <yao@codesourcery.com>
16877
16878 * gdb.server/no-thread-db.exp: Specify source file name
16879 explicitly when setting a breakpoint.
16880
16881 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16882
16883 * gdb.btrace/vdso.c: New.
16884 * gdb.btrace/vdso.exp: New.
16885
16886 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16887
16888 * gdb.base/gcore.exp (capture_command_output): Move ...
16889 * lib/gdb.exp (capture_command_output): ... here.
16890
16891 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16892
16893 * gdb.btrace/data.exp: Test memory access during btrace replay.
16894
16895 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16896
16897 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16898
16899 2014-05-21 Pedro Alves <palves@redhat.com>
16900
16901 PR gdb/13860
16902 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16903 (top level): Test that output related to execution commands is
16904 sent to the console with CLI commands, but not with MI commands.
16905 Test that breakpoint events are always mirrored to the console.
16906 Also expect the new source line to be output after a "next" in
16907 async mode too. Make it a pass/fail test.
16908 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16909 output.
16910 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16911
16912 2014-05-21 Pedro Alves <palves@redhat.com>
16913
16914 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16915 Use them to test variations of "list" after reaching a breakpoint.
16916 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16917 Test "list" with listsize 10 after reaching a breakpoint.
16918 * gdb.python/python.exp (decode_line current location line
16919 number): Adjust expected line number.
16920
16921 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16922
16923 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16924 behavior for $args, pass it directly to "run".
16925
16926 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16927
16928 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16929 30000 to 65536.
16930
16931 2014-05-21 Pedro Alves <palves@redhat.com>
16932
16933 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16934 auto-connect-native-target off".
16935 * gdb.base/auto-connect-native-target.c: New file.
16936 * gdb.base/auto-connect-native-target.exp: New file.
16937
16938 2014-05-21 Pedro Alves <palves@redhat.com>
16939
16940 * gdb.base/default.exp: Test "target native" instead of "target
16941 child".
16942
16943 2014-05-21 Mark Wielaard <mjw@redhat.com>
16944
16945 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16946
16947 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16948
16949 Fix TLS access for -static -pthread.
16950 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16951 <HAVE_TLS> (thread_function, main): Initialize it.
16952 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16953 Add clean_restart.
16954 <$have_tls != "">: Check TLSVAR.
16955
16956 2014-05-21 Pedro Alves <palves@redhat.com>
16957
16958 * gdb.base/dcache-line-read-error.c: New.
16959 * gdb.base/dcache-line-read-error.exp: New.
16960
16961 2014-05-20 Pedro Alves <palves@redhat.com>
16962
16963 * gdb.base/compare-sections.c: New file.
16964 * gdb.base/compare-sections.exp: New file.
16965
16966 2014-05-20 Pedro Alves <palves@redhat.com>
16967
16968 * gdb.base/break-idempotent.c: New file.
16969 * gdb.base/break-idempotent.exp: New file.
16970
16971 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16972
16973 * gdb.btrace/nohist.exp: New.
16974
16975 2014-05-20 Yao Qi <yao@codesourcery.com>
16976
16977 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16978 gdb.reverse directory and gdb_reverse_timeout exists in board
16979 setting.
16980 * README: Document gdb_reverse_timeout.
16981
16982 2014-05-20 Yao Qi <yao@codesourcery.com>
16983
16984 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16985 'test_file_name'. Treat args as a string instead of a list.
16986 (gdb_init): Rename argument 'args' by 'test_file_name'.
16987
16988 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16989
16990 * gdb.arch/powerpc-power.exp: New file.
16991 * gdb.arch/powerpc-power.s: New file.
16992
16993 2014-05-16 Doug Evans <dje@google.com>
16994
16995 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16996 * gdb.base/completion.exp: Check that all expected files exist
16997 before doing file completion.
16998
16999 2014-05-16 Doug Evans <dje@google.com>
17000
17001 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17002 Update.
17003 (do_syscall_tests_without_xml): Update.
17004
17005 2014-05-16 Pedro Alves <palves@redhat.com>
17006
17007 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17008 instead of "unknown output after running".
17009
17010 2014-05-16 Yao Qi <yao@codesourcery.com>
17011
17012 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17013 file1.txt from host at the end.
17014 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17015
17016 2014-05-15 Doug Evans <dje@google.com>
17017
17018 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17019 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17020 loading file. Add test for TU lookup.
17021
17022 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17023
17024 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17025 calling "-exec-arguments" or "set args" before running the
17026 inferior.
17027
17028 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17029
17030 * lib/mi-support.exp (mi_expect_stop): Expect message for
17031 inferiors that exit with non-zero exit code.
17032
17033 2014-05-14 Yao Qi <yao@codesourcery.com>
17034
17035 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17036 match absolute path on remote host.
17037 (test_file_list_exec_source_files): Remove "/" from the
17038 pattern.
17039
17040 2014-05-14 Yao Qi <yao@codesourcery.com>
17041
17042 * boards/local-remote-host-notty.exp (${board}_file): New
17043 proc.
17044
17045 2014-05-07 Kyle McMartin <kyle@redhat.com>
17046
17047 Pushed by Joel Brobecker <brobecker@adacore.com>.
17048 * gdb.arch/aarch64-atomic-inst.c: New file.
17049 * gdb.arch/aarch64-atomic-inst.exp: New file.
17050
17051 2014-05-07 Yao Qi <yao@codesourcery.com>
17052
17053 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17054 in current context" too.
17055
17056 2014-05-05 Keith Seitz <keiths@redhat.com>
17057
17058 * gdb.linespec/ls-dollar.exp: Add test for linespec
17059 file:convenience_variable.
17060
17061 2014-05-05 Yao Qi <yao@codesourcery.com>
17062
17063 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17064 traceframes into tfile and ctf trace files. Read data from
17065 trace file and test collected data.
17066 (gdb_collect_locals_test): Likewise.
17067 (gdb_unavailable_registers_test): Likewise.
17068 (gdb_unavailable_floats): Likewise.
17069 (gdb_collect_globals_test): Likewise.
17070 (top-level): Append "ctf" to trace_file_targets if GDB
17071 supports.
17072
17073 2014-05-05 Yao Qi <yao@codesourcery.com>
17074
17075 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17076 code to ...
17077 (gdb_collect_args_test_1): ... it. New proc.
17078 (gdb_collect_locals_test): Move some code to ...
17079 (gdb_collect_locals_test_1): ... it. New proc.
17080 (gdb_unavailable_registers_test): Move some code to ...
17081 (gdb_unavailable_registers_test_1): ... it. New proc.
17082 (gdb_unavailable_floats): Move some code to ...
17083 (gdb_unavailable_floats_1): ... it. New proc.
17084
17085 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17086
17087 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17088 probes to test for bitness recognition.
17089 * gdb.arch/amd64-stap-optional-prefix.exp
17090 (test_probe_value_without_reg): New procedure.
17091 Add code to test for different kinds of bitness.
17092
17093 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17094
17095 PR breakpoints/16889
17096 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17097 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17098
17099 2014-05-01 Pedro Alves <palves@redhat.com>
17100
17101 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17102 gdb_file_cmd if no file is specified.
17103 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17104 last_loaded_file to set the remote exec-file.
17105
17106 2014-05-01 Pedro Alves <palves@redhat.com>
17107
17108 * boards/local-remote-host.exp: New file.
17109
17110 2014-05-01 Pedro Alves <palves@redhat.com>
17111
17112 * boards/local-remote-host.exp: Rename to ...
17113 * boards/local-remote-host-notty.exp: ... this.
17114
17115 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17116
17117 * gdb.ada/dyn_arrayidx: New testcase.
17118
17119 2014-04-26 Yao Qi <yao@codesourcery.com>
17120
17121 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17122 and compute the length of function main. Save it in
17123 $main_length.
17124 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17125 (top-level): Use gdb_compile to compile objects into
17126 executable and restart GDB. Remove invocation to
17127 prepare_for_testing.
17128
17129 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17130 Pedro Alves <palves@redhat.com>
17131
17132 PR server/16255
17133 * gdb.multi/multi-attach.c: New file.
17134 * gdb.multi/multi-attach.exp: New file.
17135
17136 2014-04-25 Pedro Alves <palves@redhat.com>
17137
17138 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17139 user.
17140 (top level): Test that "set remote conditional-breakpoints-packet
17141 off" works as intended.
17142 * gdb.base/dprintf.exp: Test that "set remote
17143 breakpoint-commands-packet off" works as intended.
17144 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17145 New function.
17146 (top level): Call it.
17147 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17148 remote fast-tracepoints-packet off" works as intended.
17149 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17150 * lib/gdb.exp (gdb_is_target_remote): ... here.
17151
17152 2014-04-24 David Blaikie <dblaikie@gmail.com>
17153
17154 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17155 ensure clang would not discard them.
17156 * gdb.base/gdbvars.c: Ditto.
17157 * gdb.base/memattr.c: Ditto.
17158 * gdb.base/whatis.c: Ditto.
17159 * gdb.python/py-prettyprint.c: Ditto.
17160 * gdb.trace/actions.c: Ditto.
17161 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17162 ensure clang would not discard it.
17163
17164 2014-04-24 David Blaikie <dblaikie@gmail.com>
17165
17166 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17167 clang to emit the full definition of type required by the test
17168 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17169
17170 2014-04-24 David Blaikie <dblaikie@gmail.com>
17171
17172 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17173 coax Clang into emitting the definition of the type.
17174 * gdb.cp/pr10728-x.h (y): Ditto.
17175 * gdb.cp/pr10728-y.cc (y): Ditto.
17176
17177 2014-04-24 David Blaikie <dblaikie@gmail.com>
17178
17179 * gdb.base/label.exp: XFAIL label related tests under Clang.
17180 * gdb.cp/cplabel.exp: Ditto.
17181 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17182 under Clang those using labels.
17183
17184 2014-04-25 Yao Qi <yao@codesourcery.com>
17185
17186 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17187 double_label.
17188 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17189 partial_label and double_label.
17190
17191 2014-04-24 David Blaikie <dblaikie@gmail.com>
17192
17193 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17194
17195 2014-04-24 David Blaikie <dblaikie@gmail.com>
17196
17197 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17198 of the function to work across GCC and Clang.
17199 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17200 pointer types (const void ** const V void **).
17201
17202 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17203 Walfred Tedeschi <walfred.tedeschi@intel.com>
17204
17205 * Makefile.in (EXECUTABLES): Added i386-avx512.
17206 * gdb.arch/i386-avx512.c: New file.
17207 * gdb.arch/i386-avx512.exp: Likewise.
17208
17209 2014-04-23 Keith Seitz <keiths@redhat.com>
17210
17211 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17212 (mi_make_breakpoint_table): New procedure.
17213 (mi_create_breakpoint): Use mi_make_breakpoint
17214 and return the result.
17215 (mi_make_breakpoint): New procedure.
17216 (mi_build_kv_pairs): New procedure.
17217
17218 * gdb.mi/mi-break.exp: Remove unused globals,
17219 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17220 All callers updated.
17221 * gdb.mi/mi-dprintf.exp: Use variable to track command
17222 number.
17223 Update all callers of mi_create_breakpoint and use
17224 mi_make_breakpoint_table.
17225 Remove any unused global variables.
17226 * gdb.mi/mi-nonstop.exp: Likewise.
17227 * gdb.mi/mi-nsintrall.exp: Likewise.
17228 * gdb.mi/mi-nsmoribund.exp: Likewise.
17229 * gdb.mi/mi-nsthrexec.exp: Likewise.
17230 * gdb.mi/mi-reverse.exp: Likewise.
17231 * gdb.mi/mi-simplerun.exp: Likewise.
17232 * gdb.mi/mi-stepn.exp: Likewise.
17233 * gdb.mi/mi-syn-frame.exp: Likewise.
17234 * gdb.mi/mi-until.exp: Likewise.
17235 * gdb.mi/mi-var-cp.exp: Likewise.
17236 * gdb.mi/mi-var-display.exp: Likewise.
17237 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17238 * gdb.mi/mi2-var-child.exp: Likewise.
17239 * gdb.mi/mi-vla-c99.exp: Likewise.
17240 * lib/mi-support.exp: Likewise.
17241
17242 From Ian Lance Taylor <iant@cygnus.com>:
17243 * lib/gdb.exp (parse_args): New procedure.
17244
17245 2014-04-23 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.base/break-unload-file.c: New file.
17248 * gdb.base/break-unload-file.exp: New file.
17249 * gdb.base/sym-file-lib.c (baz): New function.
17250 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17251 field.
17252 (load): Store the segment's mapped size.
17253 (unload): New function.
17254 (unload_shlib): New function.
17255 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17256 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17257 set a breakpoint at baz, and call it.
17258 * gdb.base/sym-file.exp: New tests for stale breakpoint
17259 instructions.
17260
17261 2014-04-23 Pedro Alves <palves@redhat.com>
17262
17263 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17264 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17265 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17266 * gdb.base/hbreak-unmapped.c: New file.
17267 * gdb.base/hbreak-unmapped.exp: New file.
17268 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17269 * lib/gdb.exp (gdb_is_target_remote): ... here.
17270
17271 2014-04-22 Pedro Alves <palves@redhat.com>
17272
17273 * gdb.base/consecutive-step-over.c: New file.
17274 * gdb.base/consecutive-step-over.exp: New file.
17275
17276 2014-04-22 Pedro Alves <palves@redhat.com>
17277
17278 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17279 instead of send_gdb/gdb_expect.
17280
17281 2014-04-22 Yao Qi <yao@codesourcery.com>
17282
17283 * lib/trace-support.exp (generate_tracefile): New procedure.
17284 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17285 return 0.
17286 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17287 if generate_tracefile returns 1.
17288
17289 2014-04-18 Tom Tromey <palves@redhat.com>
17290 Pedro alves <tromey@redhat.com>
17291
17292 PR backtrace/15558
17293 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17294 with a backtrace limit.
17295 * gdb.python/py-frame-inline.exp: Test running to an inline
17296 function with a backtrace limit, and printing the newest frame.
17297 * gdb.python/py-frame-inline.c (main): Call f.
17298
17299 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17300
17301 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17302
17303 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17304
17305 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17306 Drop prefix from unsupported source file path.
17307
17308 2014-04-17 Yao Qi <yao@codesourcery.com>
17309
17310 * lib/gdb.exp (with_target_charset): New proc.
17311 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17312 with_target_charset.
17313 (test_print_strings): Likewise.
17314 (test_repeat_bytes): Likewise.
17315 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17316 for some tests.
17317
17318 2014-04-16 Keith Seitz <keiths@redhat.com>
17319
17320 PR gdb/15827
17321 * gdb.dwarf2/corrupt.c: New file.
17322 * gdb.dwarf2/corrupt.exp: New file.
17323
17324 2014-04-16 Keith Seitz <keiths@redhat.com>
17325
17326 PR c++/16597
17327 * gdb.cp/namelessclass.cc: New file.
17328 * gdb.cp/namelessclass.exp: New file.
17329 * gdb.cp/namelessclass.S: New file.
17330
17331 2014-04-16 Doug Evans <dje@google.com>
17332
17333 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17334 Add comment.
17335 (gdbserver_default_get_comm_port): New function.
17336 (gdbserver_start): Check if board file provided
17337 "gdbserver,get_comm_port" and use it if so.
17338 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17339 (gdb,socketport): Set to "stdio".
17340 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17341 (stdio_gdbserver_template): Delete.
17342 (${board}_get_remote_address): Update.
17343 (${board}_build_remote_cmd): Delete.
17344 (${board}_get_comm_port): New function.
17345 (${board}_spawn): Update.
17346 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17347 Delete.
17348 (${board}_get_remote_address): Update.
17349 (${board}_get_comm_port): New function.
17350
17351 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17352
17353 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17354 appearing in any order.
17355
17356 2014-04-15 Doug Evans <dje@google.com>
17357
17358 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17359 uninitialized value of "description".
17360
17361 2014-04-15 Keith Seitz <keiths@redhat.com>
17362
17363 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17364 Remove unused globals.
17365 (test_running_the_program): Likewise.
17366 (test_controlled_execution): Likewise.
17367 (test_controlling_breakpoints): Likewise.
17368 (test_program_termination): Likewise.
17369
17370 2014-04-15 Keith Seitz <keiths@redhat.com>
17371
17372 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17373 unused globals.
17374 (test_rbreak_creation_and_listing): Likewise.
17375 (test_ignore_count): Likewise.
17376 (test_error): Likewise.
17377
17378 2014-04-15 Pedro Alves <palves@redhat.com>
17379
17380 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17381 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17382 sym-file-loader.c.
17383 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17384 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17385 to sym-file-loader.c.
17386 (struct library): Forward declare.
17387 (load_shlib, lookup_function): Change prototypes.
17388 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17389 (translate_offset): Remove declarations.
17390 (get_text_addr): New declaration.
17391 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17392 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17393 sym-file-loader.h.
17394 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17395 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17396 here from sym-file-loader.h.
17397 (struct library): New structure.
17398 (load_shlib, lookup_function): Change prototypes and adjust to
17399 work with a struct library.
17400 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17401 (translate_offset): Make static.
17402 (get_text_addr): New function.
17403 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17404
17405 2014-04-15 Pedro Alves <palves@redhat.com>
17406
17407 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17408
17409 2014-04-15 Pedro Alves <palves@redhat.com>
17410
17411 * gdb.base/sym-file-loader.c: Include <limits.h>.
17412 (SELF_LINK): New define.
17413 (get_origin): New function.
17414 (load_shlib): Use it.
17415 * gdb.base/sym-file.exp: Don't early return if the target is
17416 remote. Use runto_main, and issue fail is that fails. Use
17417 gdb_load_shlibs.
17418 (shlib_name): Delete.
17419 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17420
17421 2014-04-15 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.base/sym-file.exp: Remove regex characters from test
17424 message. Don't refer to breakpoint numbers in test messages.
17425
17426 2014-04-14 Keith Seitz <keiths@redhat.com>
17427
17428 PR c++/16253
17429 * gdb.cp/var-tag.cc: New file.
17430 * gdb.cp/var-tag.exp: New file.
17431 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17432 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17433 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17434 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17435
17436 2014-04-14 Tom Tromey <tromey@redhat.com>
17437
17438 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17439 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17440 type.
17441 * gdb.cp/enum-class.exp: New file.
17442 * gdb.cp/enum-class.cc: New file.
17443
17444 2014-04-14 Tom Tromey <tromey@redhat.com>
17445
17446 * gdb.dwarf2/enum-type.exp: New file.
17447
17448 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17449
17450 * gdb.mi/mi-vla-c99.exp: New file.
17451 * gdb.mi/vla.c: New file.
17452
17453 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17454
17455 * gdb.base/vla-datatypes.c: New file.
17456 * gdb.base/vla-datatypes.exp: New file.
17457
17458 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17459
17460 * gdb.base/vla-ptr.c: New file.
17461 * gdb.base/vla-ptr.exp: New file.
17462
17463 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17464
17465 * gdb.dwarf2/count.exp: New file.
17466
17467 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17468
17469 * gdb.base/vla-sideeffect.c: New file.
17470 * gdb.base/vla-sideeffect.exp: New file.
17471
17472 2014-04-14 David Blaikie <dblaikie@gmail.com>
17473
17474 * gdb.mi/non-stop.c: Add return value for non-void function return
17475 statement.
17476 * gdb.threads/staticthreads.c: Ditto.
17477
17478 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17479 Doug Evans <xdje42@gmail.com>
17480
17481 * gdb.guile/scm-value.c: Improve test case.
17482 * gdb.guile/scm-value.exp: Add new test.
17483
17484 2014-04-11 David Blaikie <dblaikie@gmail.com>
17485
17486 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17487 override Clang's default.
17488
17489 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17490
17491 Revert the following changes (regressions):
17492
17493 * gdb.base/vla-sideeffect.c: New file.
17494 * gdb.base/vla-sideeffect.exp: New file.
17495
17496 * gdb.dwarf2/count.exp: New file.
17497
17498 * gdb.base/vla-multi.c: New file.
17499 * gdb.base/vla-multi.exp: New file.
17500
17501 * gdb.base/vla-ptr.c: New file.
17502 * gdb.base/vla-ptr.exp: New file.
17503
17504 * gdb.base/vla-datatypes.c: New file.
17505 * gdb.base/vla-datatypes.exp: New file.
17506
17507 * gdb.mi/mi-vla-c99.exp: New file.
17508 * gdb.mi/vla.c: New file.
17509
17510 2014-04-11 Keith Seitz <keiths@redhat.com>
17511
17512 PR c++/16675
17513 * gdb.cp/cpsizeof.exp: New file.
17514 * gdb.cp/cpsizeof.cc: New file.
17515
17516 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17517
17518 * gdb.mi/mi-vla-c99.exp: New file.
17519 * gdb.mi/vla.c: New file.
17520
17521 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17522
17523 * gdb.base/vla-datatypes.c: New file.
17524 * gdb.base/vla-datatypes.exp: New file.
17525
17526 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17527
17528 * gdb.base/vla-ptr.c: New file.
17529 * gdb.base/vla-ptr.exp: New file.
17530
17531 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17532
17533 * gdb.base/vla-multi.c: New file.
17534 * gdb.base/vla-multi.exp: New file.
17535
17536 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17537
17538 * gdb.dwarf2/count.exp: New file.
17539
17540 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17541
17542 * gdb.base/vla-sideeffect.c: New file.
17543 * gdb.base/vla-sideeffect.exp: New file.
17544
17545 2014-04-11 Yao Qi <yao@codesourcery.com>
17546
17547 * gdb.base/completion.exp: Check file exists before running tests
17548 on file completion.
17549
17550 2014-04-10 Pedro Alves <palves@redhat.com>
17551
17552 * gdb.base/cond-eval-mode.c: New file.
17553 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17554 prepare_for_testing to build the new file. Check result of
17555 runto_main.
17556 (test_break, test_watch): New procedures.
17557 (top level): Use them.
17558
17559 2014-04-08 Pierre Muller <muller@sourceware.org>
17560
17561 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17562 Ctrl-V use for mingw hosts.
17563
17564 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17565
17566 * gdb.python/py-value.c: Improve test case.
17567 * gdb.python/py-value.exp: Add new test.
17568
17569 2014-04-07 David Blaikie <dblaikie@gmail.com>
17570
17571 * lib/compiler.c: Identify the clang compiler.
17572 * lib/compiler.cc: Ditto.
17573
17574 2014-04-03 Yao Qi <yao@codesourcery.com>
17575
17576 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17577
17578 2014-04-01 Anton Blanchard <anton@samba.org>
17579
17580 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17581 messages unique.
17582
17583 2014-04-01 Anton Blanchard <anton@samba.org>
17584
17585 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17586 prepare_for_testing.
17587
17588 2014-04-01 Anton Blanchard <anton@samba.org>
17589
17590 * gdb.arch/ppc64-atomic-inst.c: Remove.
17591 * gdb.arch/ppc64-atomic-inst.S: New file.
17592 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17593
17594 2014-03-31 Doug Evans <dje@google.com>
17595
17596 * gdb.base/print-symbol-loading-lib.c: New file.
17597 * gdb.base/print-symbol-loading-main.c: New file.
17598 * gdb.base/print-symbol-loading.exp: New file.
17599
17600 2014-03-31 Yao Qi <yao@codesourcery.com>
17601
17602 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17603
17604 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17605
17606 * gdb.ada/mi_dyn_arr: New testcase.
17607
17608 2014-03-27 Doug Evans <dje@google.com>
17609
17610 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17611
17612 2014-03-27 Yao Qi <yao@codesourcery.com>
17613
17614 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17615 if target is nios2-*-*.
17616
17617 2014-03-26 Yao Qi <yao@codesourcery.com>
17618
17619 * lib/gdb.exp (readline_is_used): New proc.
17620 * gdb.base/completion.exp: Move tests on command complete up.
17621 Skip the rest of tests if readline is not used.
17622 * gdb.ada/complete.exp: Skp the test if readline is not
17623 used.
17624 * gdb.base/filesym.exp: Likewise.
17625 * gdb.base/macscp.exp: Likewise.
17626 * gdb.base/readline-ask.exp: Likewise.
17627 * gdb.base/readline.exp: Likewise.
17628 * gdb.python/py-cmd.exp: Likewise.
17629 * gdb.trace/tfile.exp: Likewise.
17630
17631 2014-03-26 Yao Qi <yao@codesourcery.com>
17632
17633 * gdb.base/macscp.exp: Fix code format issues.
17634
17635 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17636
17637 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17638 * gdb.asm/powerpc64le.inc: New file.
17639
17640 2014-03-25 Pedro Alves <palves@redhat.com>
17641 Doug Evans <dje@google.com>
17642
17643 * gdb.base/source-execution.c: New file.
17644 * gdb.base/source-execution.exp: New file.
17645 * gdb.base/source-execution.gdb: New file.
17646
17647 2014-03-24 Doug Evans <dje@google.com>
17648
17649 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17650 using fission.
17651
17652 2014-03-24 Hui Zhu <hui@codesourcery.com>
17653 Pedro Alves <palves@redhat.com>
17654
17655 PR breakpoints/16101
17656 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17657 test pass/fail messages. Detect missing support for dprintf when
17658 breakpoints are actually inserted.
17659 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17660 breakpoints are actually inserted.
17661 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17662 fails.
17663
17664 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17665
17666 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17667
17668 2014-03-22 Doug Evans <xdje42@gmail.com>
17669
17670 * gdb.python/python.exp (python not supported): Verify multi-line
17671 python command issues an error.
17672 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17673 guile command issues an error.
17674
17675 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17676
17677 * gdb.threads/thread-specific.exp: Handle the lack of usable
17678 $this_breakpoint and $this_thread.
17679
17680 2014-03-21 Hui Zhu <hui@codesourcery.com>
17681
17682 * gdb.base/attach.exp (do_command_attach_tests): New.
17683
17684 2014-03-20 Tom Tromey <tromey@redhat.com>
17685 Pedro Alves <palves@redhat.com>
17686
17687 PR cli/15718
17688 * gdb.base/condbreak-call-false.c: New file.
17689 * gdb.base/condbreak-call-false.exp: New file.
17690
17691 2014-03-20 Pedro Alves <palves@redhat.com>
17692
17693 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17694 Delete.
17695 (block_signals, unblock_signals): Delete.
17696 (child_function_2, main): Remove references to deleted variable
17697 and functions.
17698
17699 2014-03-20 Pedro Alves <palves@redhat.com>
17700
17701 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17702 Use pthread_kill to signal thread 2.
17703 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17704 Adjust to make the test send itself a signal rather than using the
17705 host's "kill" command.
17706
17707 2014-03-20 Pedro Alves <palves@redhat.com>
17708
17709 * gdb.threads/multiple-step-overs.c: New file.
17710 * gdb.threads/multiple-step-overs.exp: New file.
17711 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17712 Adjust expected infrun debug output.
17713
17714 2014-03-20 Pedro Alves <palves@redhat.com>
17715
17716 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17717 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17718
17719 2014-03-20 Pedro Alves <palves@redhat.com>
17720
17721 PR breakpoints/7143
17722 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17723 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17724 of gdb_test_multiple.
17725 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17726 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17727
17728 2014-03-20 Pedro Alves <palves@redhat.com>
17729
17730 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17731 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17732
17733 2014-03-19 Pedro Alves <palves@redhat.com>
17734
17735 * gdb.base/async.exp: Remove early return.
17736
17737 2014-03-19 Pedro Alves <palves@redhat.com>
17738
17739 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17740
17741 2014-03-19 Pedro Alves <palves@redhat.com>
17742
17743 * gdb.base/async.exp (test_background): Expect \r\n after
17744 "completed." in the fail pattern.
17745
17746 2014-03-19 Pedro Alves <palves@redhat.com>
17747
17748 * gdb.base/async.exp (test_background): New procedure.
17749 Use it for all background execution command tests.
17750
17751 2014-03-19 Pedro Alves <palves@redhat.com>
17752
17753 * gdb.base/async.exp: Use prepare_for_testing.
17754
17755 2014-03-19 Pedro Alves <palves@redhat.com>
17756
17757 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17758 the same line.
17759
17760 2014-03-19 Pedro Alves <palves@redhat.com>
17761
17762 * gdb.base/async.c (main): Add "jump here" and "until here" line
17763 marker comments.
17764 * gdb.base/async.exp (jump_here): New global.
17765 (jump& test): Use it.
17766 (until_here): New global.
17767 (until& test): Use it.
17768
17769 2014-03-19 Pedro Alves <palves@redhat.com>
17770
17771 * gdb.base/async.exp: Don't frob gdb_protocol.
17772
17773 2014-03-18 Doug Evans <xdje42@gmail.com>
17774
17775 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17776 Fix spelling of exec-done-display.
17777
17778 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17779
17780 PR gdb/15358
17781 * gdb.base/gdb-sigterm.c: New file.
17782 * gdb.base/gdb-sigterm.exp: New file.
17783
17784 2014-03-18 Pedro Alves <palves@redhat.com>
17785
17786 PR gdb/13860
17787 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17788 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17789 solib-event.
17790
17791 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17792
17793 * gdb.ada/pckd_arr_ren: New testcase.
17794
17795 2014-03-13 Doug Evans <xdje42@gmail.com>
17796
17797 PR guile/16612
17798 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17799 collect after discarding symbols.
17800
17801 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17802 Doug Evans <xdje42@gmail.com>
17803
17804 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17805 to history survives a gc.
17806
17807 2014-03-13 Pedro Alves <palves@redhat.com>
17808
17809 * gdb.base/default.exp: Don't test "target procfs".
17810
17811 2014-03-13 Pedro Alves <palves@redhat.com>
17812
17813 * gdb.base/default.exp: Update "target child" and "target procfs"
17814 tests to not expect "Unix".
17815
17816 2014-03-12 Tom Tromey <tromey@redhat.com>
17817
17818 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17819 New procs. Add target-async tests.
17820 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17821 Add target-async tests.
17822
17823 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17824
17825 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17826 'func_start' and 'func_end' for the beginning and end of the
17827 function code, respectively.
17828 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17829 'func_end' instead of 'func' and 'main'.
17830
17831 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17832
17833 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17834 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17835 generate the debug info assembler source.
17836
17837 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17838
17839 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17840 * gdb.dwarf2/arr-subrange.exp: Likewise.
17841 * gdb.dwarf2/dwz.exp: Likewise.
17842 * gdb.dwarf2/method-ptr.exp: Likewise.
17843 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17844 * gdb.dwarf2/subrange.exp: Likewise.
17845 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17846 * gdb.dwarf2/implptrpiece.exp: Likewise.
17847 * gdb.dwarf2/nostaticblock.exp: Likewise.
17848
17849 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17850
17851 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17852 directory to absolute path name arguments.
17853
17854 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17855
17856 * gdb.ada/tagged_access: New testcase.
17857
17858 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17859
17860 * gdb.btrace/data.exp: Update expected output.
17861
17862 2014-03-06 Yao Qi <yao@codesourcery.com>
17863
17864 * gdb.trace/pr16508.exp: New file.
17865
17866 2014-03-05 Pedro Alves <palves@redhat.com>
17867
17868 PR gdb/16575
17869 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17870 procedure.
17871 (top level): Adjust to use it. Add tests that exercise breakpoint
17872 interaction with the code-cache.
17873
17874 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17875
17876 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17877 test for 'history-append!'.
17878
17879 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17880
17881 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17882 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17883 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17884 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17885 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17886 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17887
17888 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17889
17890 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17891 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17892 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17893
17894 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17895
17896 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17897
17898 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17899
17900 * gdb.dwarf2/arr-stride.c: New file.
17901 * gdb.dwarf2/arr-stride.exp: New file.
17902
17903 2014-02-26 Pedro Alves <palves@redhat.com>
17904
17905 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17906 that won't ever trigger. Make sure that GDB reports the correct
17907 breakpoint that caused the stop.
17908
17909 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17910
17911 PR gdb/16626
17912 * gdb.base/auto-load-script: New file.
17913 * gdb.base/auto-load.c: New file.
17914 * gdb.base/auto-load.exp: New file.
17915
17916 PR gdb/16626
17917 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17918
17919 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17920
17921 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17922 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17923
17924 2014-02-24 Doug Evans <dje@google.com>
17925
17926 * lib/gdb.exp (run_on_host): Log error output if program fails.
17927
17928 2014-02-21 Pedro Alves <palves@redhat.com>
17929
17930 * gdb.threads/step-after-sr-lock.c: Rename to ...
17931 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17932 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17933 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17934 ... this.
17935
17936 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17937
17938 PR tdep/16397
17939 * gdb.arch/amd64-stap-special-operands.exp: New file.
17940 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17941 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17942 * gdb.arch/amd64-stap-triplet.S: Likewise.
17943 * gdb.arch/amd64-stap-triplet.c: Likewise.
17944
17945 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17946
17947 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17948 in .section pseudo-op.
17949
17950 2014-02-20 lin zuojian <manjian2006@gmail.com>
17951 Joel Brobecker <brobecker@adacore.com>
17952 Doug Evans <xdje42@gmail.com>
17953
17954 PR symtab/16581
17955 * gdb.dwarf2/dw2-icycle.S: New file.
17956 * gdb.dwarf2/dw2-icycle.c: New file.
17957 * gdb.dwarf2/dw2-icycle.exp: New file.
17958
17959 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17960
17961 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17962 operations on gdb.Value objects.
17963 * gdb.python/py-value-cc.exp: Add new test to test operations on
17964 gdb.Value objects.
17965
17966 2014-02-18 Doug Evans <dje@google.com>
17967
17968 * Makefile.in (TESTS): New variable.
17969 (expanded_tests, expanded_tests_or_none): New variables
17970 (check-single): Pass $(expanded_tests_or_none) to runtest.
17971 (check-parallel): Only run tests in $(TESTS) if non-empty.
17972 (check/no-matching-tests-found): New rule.
17973 * README: Document TESTS makefile variable.
17974
17975 2014-02-18 Doug Evans <dje@google.com>
17976
17977 * Makefile.in (check-parallel): rm -rf outputs temp.
17978
17979 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17980
17981 Fix "ERROR: no fileid for" in the testsuite.
17982 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17983
17984 2014-02-12 Doug Evans <dje@google.com>
17985
17986 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17987 (MISCELLANEOUS): New variable.
17988 (clean): rm -rf $(MISCELLANEOUS).
17989 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17990 dwp live in the same directory as symlinks, with each symlink pointed
17991 to a differently named file in a different directory.
17992
17993 2014-02-11 Doug Evans <dje@google.com>
17994
17995 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17996 of Tcl file commands.
17997
17998 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17999
18000 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18001 "kill -SIGUSR1 -1".
18002
18003 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18004
18005 * gdb.ada/tick_length_array_enum_idx: New testcase.
18006
18007 2014-02-10 Doug Evans <xdje42@gmail.com>
18008
18009 * configure.ac (AC_OUTPUT): Add gdb.guile.
18010 * configure: Regenerate.
18011 * lib/gdb-guile.exp: New file.
18012 * lib/gdb.exp (get_target_charset): New function.
18013 * gdb.base/help.exp: Update expected output from "apropos apropos".
18014 * gdb.guile/Makefile.in: New file.
18015 * gdb.guile/guile.exp: New file.
18016 * gdb.guile/scm-arch.c: New file.
18017 * gdb.guile/scm-arch.exp: New file.
18018 * gdb.guile/scm-block.c: New file.
18019 * gdb.guile/scm-block.exp: New file.
18020 * gdb.guile/scm-breakpoint.c: New file.
18021 * gdb.guile/scm-breakpoint.exp: New file.
18022 * gdb.guile/scm-disasm.c: New file.
18023 * gdb.guile/scm-disasm.exp: New file.
18024 * gdb.guile/scm-equal.c: New file.
18025 * gdb.guile/scm-equal.exp: New file.
18026 * gdb.guile/scm-error.exp: New file.
18027 * gdb.guile/scm-error.scm: New file.
18028 * gdb.guile/scm-frame-args.c: New file.
18029 * gdb.guile/scm-frame-args.exp: New file.
18030 * gdb.guile/scm-frame-args.scm: New file.
18031 * gdb.guile/scm-frame-inline.c: New file.
18032 * gdb.guile/scm-frame-inline.exp: New file.
18033 * gdb.guile/scm-frame.c: New file.
18034 * gdb.guile/scm-frame.exp: New file.
18035 * gdb.guile/scm-generics.exp: New file.
18036 * gdb.guile/scm-gsmob.exp: New file.
18037 * gdb.guile/scm-iterator.c: New file.
18038 * gdb.guile/scm-iterator.exp: New file.
18039 * gdb.guile/scm-math.c: New file.
18040 * gdb.guile/scm-math.exp: New file.
18041 * gdb.guile/scm-objfile-script-gdb.in: New file.
18042 * gdb.guile/scm-objfile-script.c: New file.
18043 * gdb.guile/scm-objfile-script.exp: New file.
18044 * gdb.guile/scm-objfile.c: New file.
18045 * gdb.guile/scm-objfile.exp: New file.
18046 * gdb.guile/scm-ports.exp: New file.
18047 * gdb.guile/scm-pretty-print.c: New file.
18048 * gdb.guile/scm-pretty-print.exp: New file.
18049 * gdb.guile/scm-pretty-print.scm: New file.
18050 * gdb.guile/scm-section-script.c: New file.
18051 * gdb.guile/scm-section-script.exp: New file.
18052 * gdb.guile/scm-section-script.scm: New file.
18053 * gdb.guile/scm-symbol.c: New file.
18054 * gdb.guile/scm-symbol.exp: New file.
18055 * gdb.guile/scm-symtab-2.c: New file.
18056 * gdb.guile/scm-symtab.c: New file.
18057 * gdb.guile/scm-symtab.exp: New file.
18058 * gdb.guile/scm-type.c: New file.
18059 * gdb.guile/scm-type.exp: New file.
18060 * gdb.guile/scm-value-cc.cc: New file.
18061 * gdb.guile/scm-value-cc.exp: New file.
18062 * gdb.guile/scm-value.c: New file.
18063 * gdb.guile/scm-value.exp: New file.
18064 * gdb.guile/source2.scm: New file.
18065 * gdb.guile/types-module.cc: New file.
18066 * gdb.guile/types-module.exp: New file.
18067
18068 2014-02-10 Yao Qi <yao@codesourcery.com>
18069
18070 PR testsuite/16543
18071 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18072 * configure: Regenerated.
18073 * Makefile.in: New file.
18074
18075 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18076
18077 * gdb.python/py-framefilter.exp: Fix typo.
18078
18079 2014-02-08 Yao Qi <yao@codesourcery.com>
18080
18081 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18082 that no =breakpoint-modified is emitted when breakpoints are
18083 modified through MI commands.
18084
18085 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18086 Pedro Alves <palves@redhat.com>
18087
18088 * gdb.threads/step-after-sr-lock.c: New file.
18089 * gdb.threads/step-after-sr-lock.exp: New file.
18090
18091 2014-02-07 Pedro Alves <palves@redhat.com>
18092
18093 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18094
18095 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18096
18097 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18098 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18099
18100 2014-02-06 Doug Evans <xdje42@gmail.com>
18101
18102 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18103 output.
18104
18105 * gdb.gdb/python-interrupts.exp: New file.
18106
18107 2014-02-05 Yao Qi <yao@codesourcery.com>
18108
18109 * gdb.trace/report.exp (use_collected_data): Test the output
18110 of "info threads" and "info inferiors".
18111
18112 2014-02-05 Yao Qi <yao@codesourcery.com>
18113
18114 Revert this patch:
18115
18116 2013-05-24 Yao Qi <yao@codesourcery.com>
18117
18118 * gdb.trace/tfile.exp: Test inferior and thread.
18119
18120 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18121
18122 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18123 on a function.
18124 * gdb.base/step-bt.c: Call hello via function pointer to make
18125 sure its first instruction is executed on powerpc64le-linux.
18126
18127 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18128
18129 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18130
18131 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18132
18133 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18134 of the test patterns for use on little-endian systems.
18135
18136 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18137
18138 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18139 (decimal_vector): Fix for little-endian.
18140
18141 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18142
18143 * gdb.arch/sparc-sysstep.exp: New file.
18144 * gdb.arch/sparc-sysstep.c: Likewise.
18145
18146 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18147
18148 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18149
18150 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18151
18152 2014-01-23 Tom Tromey <tromey@redhat.com>
18153
18154 * gdb.ada/array_char_idx: New testcase.
18155
18156 2014-01-23 Tom Tromey <tromey@redhat.com>
18157
18158 PR python/16487:
18159 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18160 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18161 classes.
18162
18163 2014-01-23 Tom Tromey <tromey@redhat.com>
18164
18165 PR python/16491:
18166 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18167 string from an inferior frame.
18168 * gdb.python/py-framefilter-mi.exp: Update.
18169
18170 2014-01-22 Doug Evans <dje@google.com>
18171
18172 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18173
18174 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18175
18176 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18177
18178 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18179
18180 * gdb.trace/entry-values.exp: Remove excess space character from
18181 regex patterns. Handle s390 call instruction.
18182
18183 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18184
18185 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18186 define "*_start" label. Make "name" static.
18187 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18188 ${name} by references to ${name}_start.
18189
18190 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18191
18192 * gdb.base/info-macros.exp: Remove "debug" from the compile
18193 options.
18194
18195 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18196
18197 * gdb.dlang/demangle.exp: New file.
18198
18199 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18200
18201 * gdb.dlang/primitive-types.exp: New file.
18202
18203 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18204
18205 * configure.ac: Create gdb.dlang/Makefile.
18206 * configure: Regenerate.
18207 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18208 * gdb.dlang/Makefile.in: New file.
18209 * lib/d-support.exp: New file.
18210 * lib/gdb.exp (skip_d_tests): New proc.
18211
18212 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18213
18214 * gdb.btrace/delta.exp: Check reverse stepi.
18215 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18216 * gdb.btrace/finish.exp: New.
18217 * gdb.btrace/next.exp: New.
18218 * gdb.btrace/nexti.exp: New.
18219 * gdb.btrace/record_goto.c: Add comments.
18220 * gdb.btrace/step.exp: New.
18221 * gdb.btrace/stepi.exp: New.
18222 * gdb.btrace/multi-thread-step.c: New.
18223 * gdb.btrace/multi-thread-step.exp: New.
18224 * gdb.btrace/rn-dl-bind.c: New.
18225 * gdb.btrace/rn-dl-bind.exp: New.
18226 * gdb.btrace/data.c: New.
18227 * gdb.btrace/data.exp: New.
18228 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18229
18230 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18231
18232 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18233 * gdb.btrace/exception.exp: Update.
18234 * gdb.btrace/instruction_history.exp: Update.
18235 * gdb.btrace/record_goto.exp: Update.
18236 * gdb.btrace/tailcall.exp: Update.
18237 * gdb.btrace/unknown_functions.exp: Update.
18238 * gdb.btrace/delta.exp: New.
18239
18240 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18241
18242 * gdb.btrace/record_goto.exp: Add backtrace test.
18243 * gdb.btrace/tailcall.exp: Add backtrace test.
18244
18245 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18246
18247 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18248 * gdb.btrace/record_goto.c: New.
18249 * gdb.btrace/record_goto.exp: New.
18250 * gdb.btrace/x86-record_goto.S: New.
18251
18252 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18253
18254 * gdb.btrace/function_call_history.exp: Update tests.
18255 * gdb.btrace/instruction_history.exp: Update tests.
18256
18257 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18258
18259 * gdb.btrace/function_call_history.exp: Fix expected field
18260 order for "record function-call-history".
18261 Add new tests for "record function-call-history /c".
18262 * gdb.btrace/exception.cc: New.
18263 * gdb.btrace/exception.exp: New.
18264 * gdb.btrace/tailcall.exp: New.
18265 * gdb.btrace/x86-tailcall.S: New.
18266 * gdb.btrace/x86-tailcall.c: New.
18267 * gdb.btrace/unknown_functions.c: New.
18268 * gdb.btrace/unknown_functions.exp: New.
18269 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18270
18271 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18272
18273 * gdb.btrace/instruction_history.exp: Update.
18274 * gdb.btrace/function_call_history.exp: Update.
18275
18276 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18277
18278 * gdb.btrace/function_call_history.exp: Fix expected function
18279 trace.
18280 * gdb.btrace/instruction_history.exp: Initialize traced.
18281 Remove traced_functions.
18282
18283 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18284
18285 * gdb.btrace/function_call_history.exp: Update
18286 * gdb.btrace/instruction_history.exp: Update.
18287
18288 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18289
18290 * gdb.btrace/enable.exp: Update expected text.
18291
18292 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18293
18294 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18295 bytes.
18296
18297 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18298
18299 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18300
18301 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18302
18303 * lib/gdb.exp (supports_process_record): Return true for
18304 arm*-linux*. (supports_reverse): Likewise.
18305
18306 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18307
18308 PR python/15464
18309 PR python/16113
18310 * gdb.python/py-type.c: Enhance test case.
18311 * gdb.python/py-value-cc.cc: Likewise
18312 * gdb.python/py-type.exp: Add new tests.
18313 * gdb.python/py-value-cc.exp: Likewise
18314
18315 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18316 Pedro Alves <palves@redhat.com>
18317
18318 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18319 Make "name" extern.
18320 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18321 references to ${name}_start by references to ${name}.
18322
18323 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18324
18325 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18326
18327 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18328
18329 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18330
18331 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18332 Pedro Alves <palves@redhat.com>
18333
18334 * gdb.mi/mi-info-os.exp: Connect to the target with
18335 mi_gdb_target_load.
18336
18337 2014-01-08 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.threads/reconnect-signal.c: New file.
18340 * gdb.threads/reconnect-signal.exp: New file.
18341
18342 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18343
18344 * gdb.base/source-dir.exp: New file.
18345
18346 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18347
18348 * gdb.ada/mi_interface: New testcase.
18349
18350 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18351
18352 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18353 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18354 gdb.ada/pp-rec-component/pck.ads: New files.
18355
18356 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18357
18358 * gdb.python/py-pp-integral.c: New file.
18359 * gdb.python/py-pp-integral.py: New file.
18360 * gdb.python/py-pp-integral.exp: New file.
18361
18362 For older changes see ChangeLog-1993-2013.
18363 \f
18364 ;; Local Variables:
18365 ;; mode: change-log
18366 ;; left-margin: 8
18367 ;; fill-column: 74
18368 ;; version-control: never
18369 ;; End:
18370
18371 Copyright 2014-2020 Free Software Foundation, Inc.
18372 Copying and distribution of this file, with or without modification,
18373 are permitted provided the copyright notice and this notice are preserved.
This page took 0.395498 seconds and 5 git commands to generate.