Move Rust union tests to new file
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-04-01 Tom Tromey <tromey@adacore.com>
2
3 * gdb.rust/union.rs: New file.
4 * gdb.rust/union.exp: New file.
5 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
6 (main): Update.
7 * gdb.rust/simple.exp: Move union tests to union.exp.
8
9 2020-04-01 Tom Tromey <tromey@adacore.com>
10
11 * gdb.rust/simple.rs (main): Remove "y0".
12
13 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
14
15 * gdb.multi/stop-all-on-exit.c: New test.
16 * gdb.multi/stop-all-on-exit.exp: New file.
17
18 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
19
20 PR gdb/24789
21 * gdb.cp/misc.cc: Add integer reference variable.
22 * gdb.cp/misc.exp: Add test.
23
24 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
25
26 * gdb.server/stop-reply-no-thread.exp: Enhance the test
27 scenario to cover execution until the end and also the case
28
29 2020-03-31 Tom de Vries <tdevries@suse.de>
30
31 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
32 c. Use "maint info symtabs" to check symtab expansion.
33
34 2020-03-30 Tom de Vries <tdevries@suse.de>
35
36 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
37 unsupported.
38 (verify_psymtab_expanded): Move ...
39 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
40 test.
41 (readnow): New proc.
42
43 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
44
45 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
46 with $hex.
47
48 2020-03-20 Tom Tromey <tromey@adacore.com>
49
50 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
51
52 2020-03-20 Tom Tromey <tromey@adacore.com>
53
54 * gdb.ada/sub_variant/subv.adb: New file.
55 * gdb.ada/sub_variant.exp: New file.
56
57 2020-03-20 Tom de Vries <tdevries@suse.de>
58
59 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
60 first break fails.
61 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
62
63 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * gdb.server/exit-multiple-threads.c: New file.
66 * gdb.server/exit-multiple-threads.exp: New file.
67
68 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
69
70 * gdb.fortran/mixed-lang-stack.c: New file.
71 * gdb.fortran/mixed-lang-stack.cpp: New file.
72 * gdb.fortran/mixed-lang-stack.exp: New file.
73 * gdb.fortran/mixed-lang-stack.f90: New file.
74
75 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.linespec/cp-completion-aliases.cc: New file.
78 * gdb.linespec/cp-completion-aliases.exp: New file.
79
80 2020-03-19 Tom de Vries <tdevries@suse.de>
81
82 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
83 more precise.
84
85 2020-03-18 Tom de Vries <tdevries@suse.de>
86
87 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
88 * gdb.dwarf2/break-inline-psymtab.c: New test.
89 * gdb.dwarf2/break-inline-psymtab.exp: New file.
90
91 2020-03-16 Tom de Vries <tdevries@suse.de>
92
93 * lib/cache.exp (gdb_do_cache): Add and handle local variables
94 cache_verify and cache_verify_proc.
95
96 2020-03-15 Tom de Vries <tdevries@suse.de>
97
98 * gdb.server/solib-list.exp: Handle
99 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
100
101 2020-03-15 Tom de Vries <tdevries@suse.de>
102
103 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
104 objfiles".
105
106 2020-03-14 Tom Tromey <tom@tromey.com>
107
108 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
109
110 2020-03-14 Tom de Vries <tdevries@suse.de>
111
112 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
113
114 2020-03-14 Tom de Vries <tdevries@suse.de>
115
116 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
117 result in line-by-line fashion.
118
119 2020-03-14 Tom de Vries <tdevries@suse.de>
120
121 * lib/gdb.exp (supports_statement_frontiers): New proc.
122 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
123
124 2020-03-14 Tom de Vries <tdevries@suse.de>
125
126 * gdb.base/printcmds.exp: Add missing quoting for "print
127 teststring2".
128
129 2020-03-13 Tom Tromey <tom@tromey.com>
130
131 * gdb.base/printcmds.exp (test_print_strings): Add regression
132 test.
133 * gdb.base/printcmds.c (charptr): New typedef.
134 (teststring2): New global.
135
136 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.base/break-interp.exp: Use the tail of the filename, not the
139 full path in the test name.
140 (test_ld): Add some with_test_prefix blocks to make test names
141 unique.
142
143 2020-03-13 Tom de Vries <tdevries@suse.de>
144
145 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
146
147 2020-03-13 Tom de Vries <tdevries@suse.de>
148
149 * gdb.mi/mi-sym-info.exp: Make matching more precise.
150
151 2020-03-13 Tom de Vries <tdevries@suse.de>
152
153 PR symtab/25646
154 * gdb.dwarf2/imported-unit.exp: Add test.
155
156 2020-03-13 Tom de Vries <tdevries@suse.de>
157
158 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
159 (var1, var2): New variable.
160 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
161 matching symbols.
162
163 2020-03-13 Tom de Vries <tdevries@suse.de>
164
165 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
166 (Term::command): Use prompt prefix.
167 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
168 * gdb.tui/tui-layout-asm-short-prog.exp: Use
169 command_no_prompt_prefix instead of prefix.
170 * gdb.tui/tui-layout-asm.exp: Same.
171
172 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
173
174 * gdb.base/break-interp.exp: Use foreach_with_prefix.
175
176 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
177
178 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
179 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
180 on" while stepping over the test instruction, match printed
181 message.
182
183 2020-03-12 Tom de Vries <tdevries@suse.de>
184
185 * gdb.base/info-types.exp: Use exp_continue during matching of output
186 of "info types".
187
188 2020-03-12 Tom de Vries <tdevries@suse.de>
189
190 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
191
192 2020-03-12 Tom de Vries <tdevries@suse.de>
193
194 * gdb.fortran/module.exp: Use exp_continue during matching of output
195 of "info variable -n".
196
197 2020-03-12 Tom de Vries <tdevries@suse.de>
198
199 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
200 gdb.dwarf2/dw2-ranges-base.c.
201
202 2020-03-12 Tom de Vries <tdevries@suse.de>
203
204 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
205 in presence of GLIBC debuginfo.
206
207 2020-03-12 Tom de Vries <tdevries@suse.de>
208
209 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
210 $core.
211
212 2020-03-12 Tom de Vries <tdevries@suse.de>
213
214 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
215 more precise.
216
217 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
218
219 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
220 from Unix to Windows path.
221
222 2020-03-11 Tom de Vries <tdevries@suse.de>
223
224 * gdb.ada/minsyms.exp: Set language to ada.
225
226 2020-03-11 Tom de Vries <tdevries@suse.de>
227
228 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
229
230 2020-03-11 Tom de Vries <tdevries@suse.de>
231
232 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
233
234 2020-03-11 Tom Tromey <tromey@adacore.com>
235
236 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
237
238 2020-03-11 Tom de Vries <tdevries@suse.de>
239
240 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
241
242 2020-03-11 Tom de Vries <tdevries@suse.de>
243
244 * gdb.base/break-interp.exp: Limit verbose scope.
245
246 2020-03-11 Tom de Vries <tdevries@suse.de>
247
248 * gdb.fortran/logical.f90: Define variable with character type.
249 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
250
251 2020-03-11 Tom de Vries <tdevries@suse.de>
252
253 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
254
255 2020-03-11 Tom de Vries <tdevries@suse.de>
256
257 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
258 symtabs.
259
260 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
261 Bernd Edlinger <bernd.edlinger@hotmail.de>
262
263 * gdb.cp/step-and-next-inline.cc: New file.
264 * gdb.cp/step-and-next-inline.exp: New file.
265 * gdb.cp/step-and-next-inline.h: New file.
266 * gdb.dwarf2/dw2-is-stmt.c: New file.
267 * gdb.dwarf2/dw2-is-stmt.exp: New file.
268 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
269 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
270 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
271
272 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
275 is-stmt flag in the line table.
276
277 2020-03-09 Tom de Vries <tdevries@suse.de>
278
279 * lib/gdb.exp (cached_file): Create cache dir.
280
281 2020-03-07 Tom de Vries <tdevries@suse.de>
282
283 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
284 * gdb.cp/rvalue-ref-params.exp: Same.
285
286 2020-03-06 Tom de Vries <tdevries@suse.de>
287
288 * lib/gdb.exp (tentative_rename, cached_file): New proc.
289 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
290
291 2020-03-06 Tom de Vries <tdevries@suse.de>
292
293 * README: Fix "the the".
294 * gdb.base/dprintf.exp: Same.
295
296 2020-03-05 Tom de Vries <tdevries@suse.de>
297
298 * gdb.base/maint.exp: Update "main print statistics" expected output.
299
300 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
301
302 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
303 (fortran_int8): Likewise.
304 (fortran_real4): Likewise.
305 (fortran_real8): Likewise.
306 (fortran_complex4): Likewise.
307 (fortran_logical4): Likewise.
308 (fortran_character1): Likewise.
309
310 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * gdb.fortran/logical.exp: Add tests that any non-zero value is
313 printed as true.
314
315 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
316
317 * gdb.base/printcmds.exp: Add test to verify printf of a
318 variable holding an address.
319
320 2020-03-03 Tom de Vries <tdevries@suse.de>
321
322 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
323
324 2020-03-03 Tom de Vries <tdevries@suse.de>
325
326 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
327 gdb_test_multiple call.
328
329 2020-03-03 Tom de Vries <tdevries@suse.de>
330
331 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
332 gdb_test_multiple calls.
333
334 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.base/default.exp: Remove test of 'set history filename'.
337 * gdb.base/gdbinit-history.exp: Add tests for setting the history
338 filename to the empty string.
339 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
340 and GDBHISTSIZE.
341
342 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
343
344 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
345 disabled.
346
347 2020-03-02 Pedro Alves <palves@redhat.com>
348 Tom de Vries <tdevries@suse.de>
349
350 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
351 -prompt prefix, before user_code argument. Add -lbl option likewise.
352 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
353 (gdb_is_target_1): Add -prompt prefix and move to before user_code
354 argument.
355 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
356 have "\r\n" at start-of-line, instead of at end-of-line.
357
358 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
359
360 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
361 libinproctrace.so.
362
363 2020-02-28 Luis Machado <luis.machado@linaro.org>
364
365 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
366 to "p/x".
367
368 2020-02-28 Luis Machado <luis.machado@linaro.org>
369
370 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
371 asm/ptrace.h and error.h.
372
373 2020-02-28 Tom de Vries <tdevries@suse.de>
374
375 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
376 (struct wrapper, do_something, mundane/symada__cS): Move ...
377 * gdb.base/c-linkage-name-2.c: ... here. New source file.
378 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
379 Update "print symada__cS before partial symtab expansion" regexp.
380 Update breakpoint location. Flush symbol cache after expansion.
381
382 2020-02-28 Luis Machado <luis.machado@linaro.org>
383
384 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
385
386 2020-02-27 Tom de Vries <tdevries@suse.de>
387
388 * config/sid.exp: Remove unused globals.
389 * gdb.base/attach.exp: Same.
390 * gdb.base/catch-load.exp: Same.
391 * gdb.base/dbx.exp: Same.
392 * lib/gdb.exp: Same.
393 * lib/mi-support.exp: Same.
394 * lib/prompt.exp: Same.
395
396 2020-02-27 Tom de Vries <tdevries@suse.de>
397
398 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
399 not set.
400
401 2020-02-26 Aaron Merey <amerey@redhat.com>
402
403 * gdb.debuginfod: New directory for debuginfod tests.
404 * gdb.debuginfod/main.c: New test file.
405 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
406
407 2020-02-26 Tom de Vries <tdevries@suse.de>
408
409 PR gdb/25603
410 * gdb.base/persistent-lang.cc: New test.
411 * gdb.base/persistent-lang.exp: New file.
412
413 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
414
415 * gdb.fortran/derived-type-striding.exp: Add a new test.
416 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
417 new test.
418
419 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.base/cached-source-file.exp: Avoid source file paths in test
422 names.
423
424 2020-02-25 Tom de Vries <tdevries@suse.de>
425
426 PR go/18926
427 * gdb.go/methods.exp: Remove gcc/93866 xfail.
428
429 2020-02-24 Tom de Vries <tdevries@suse.de>
430
431 PR gdb/25592
432 * gdb.base/info-locals-unused-static-var.c: New test.
433 * gdb.base/info-locals-unused-static-var.exp: New file.
434
435 2020-02-22 Tom Tromey <tom@tromey.com>
436
437 * gdb.python/tui-window.exp: New file.
438 * gdb.python/tui-window.py: New file.
439
440 2020-02-22 Tom Tromey <tom@tromey.com>
441
442 PR tui/17850:
443 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
444 tests.
445
446 2020-02-22 Tom Tromey <tom@tromey.com>
447
448 * gdb.tui/new-layout.exp: Add sub-layout tests.
449
450 2020-02-22 Tom Tromey <tom@tromey.com>
451
452 * gdb.tui/new-layout.exp: New file.
453
454 2020-02-22 Tom Tromey <tom@tromey.com>
455
456 * gdb.rust/rust-style.rs: New file.
457 * gdb.rust/rust-style.exp: New file.
458 * gdb.base/style.exp: Test structure printing.
459 * gdb.base/style.c (struct some_struct): New type.
460 (enum etype): New type.
461 (struct_value): New global.
462
463 2020-02-21 Tom de Vries <tdevries@suse.de>
464
465 PR go/18926
466 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
467 Remove blanket xfails. Use message argument for gdb_breakpoint.
468 Make continuing to breakpoint test conditional on setting breakpoint.
469 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
470 DW_AT_name attribute. Add xfail for GCC PR93866.
471
472 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.dwarf2/cpp-linkage-name.c: New file.
475 * gdb.dwarf2/cpp-linkage-name.exp: New file.
476
477 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
478
479 * lib/gdb.exp (gdb_wrapper_init): Reset
480 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
481 not exist.
482
483 2020-02-20 Tom de Vries <tdevries@suse.de>
484
485 PR go/17018
486 * gdb.go/hello.exp: Copy ...
487 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
488 print of st to print value of global definition. Add xfail for GCC
489 PR93844.
490 * gdb.go/hello.exp: Remove printing of st before definition.
491 * gdb.go/hello.go: Copy ...
492 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
493 to st.
494 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
495
496 2020-02-20 Tom de Vries <tdevries@suse.de>
497
498 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
499 (gdb_simple_compile): Handle compile_flags go by using .go extension
500 for source file.
501 * gdb.go/chan.exp: Use support_go_compile.
502 * gdb.go/handcall.exp: Same.
503 * gdb.go/hello.exp: Same.
504 * gdb.go/integers.exp: Same.
505 * gdb.go/max-depth.exp: Same.
506 * gdb.go/methods.exp: Same.
507 * gdb.go/package.exp: Same.
508 * gdb.go/strings.exp: Same.
509 * gdb.go/types.exp: Same.
510 * gdb.go/unsafe.exp: Same.
511
512 2020-02-19 Tom de Vries <tdevries@suse.de>
513
514 * gdb.python/lib-types.exp: Make xfail more strict.
515
516 2020-02-19 Tom de Vries <tdevries@suse.de>
517
518 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
519
520 2020-02-19 Doug Evans <dje@google.com>
521
522 PR rust/25535
523 * gdb.rust/simple.exp: Add test.
524 * gdb.rust/simple.rs: Add test.
525
526 2020-02-19 Tom de Vries <tdevries@suse.de>
527
528 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
529 output line-by-line.
530
531 2020-02-19 Tom de Vries <tdevries@suse.de>
532
533 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
534
535 2020-02-19 Tom de Vries <tdevries@suse.de>
536
537 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
538 prelink.
539
540 2020-02-19 Tom de Vries <tdevries@suse.de>
541
542 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
543 (gdb_do_cache): Use gdb_do_cache_wrap.
544 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
545
546 2020-02-19 Tom de Vries <tdevries@suse.de>
547
548 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
549 gdb_compile option.
550
551 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
552
553 * gdb.base/printcmds.exp (test_print_enums): Update expected
554 output.
555
556 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
557
558 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
559 for "unknown".
560
561 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
562
563 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
564 enumerator.
565
566 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
567
568 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
569 FE_, add FE_NONE.
570 (three): Update.
571 (enum flag_enum_without_zero): New enum.
572 (flag_enum_without_zero): New variable.
573 (enum not_flag_enum): New enum.
574 (three_not_flag): New variable.
575 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
576 (test_print_enums): Add more tests for printing flag enums.
577
578 2020-02-18 Tom de Vries <tdevries@suse.de>
579
580 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
581 (gdb_compile_ada): ... here.
582 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
583 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
584
585 2020-02-14 Tom Tromey <tom@tromey.com>
586
587 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
588 build directory.
589 * boards/gdbserver-base.exp: Update path to gdbserver.
590
591 2020-02-13 Tom de Vries <tdevries@suse.de>
592
593 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
594
595 2020-02-13 Tom de Vries <tdevries@suse.de>
596
597 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
598 are missing.
599
600 2020-02-13 Tom de Vries <tdevries@suse.de>
601
602 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
603 call.
604
605 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
606
607 PR tui/25126
608 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
609 * gdb.base/cached-source-file.c: New file.
610 * gdb.base/cached-source-file.exp: New file.
611
612 2020-02-11 Tom de Vries <tdevries@suse.de>
613
614 PR testsuite/25488
615 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
616
617 2020-02-10 Tom de Vries <tdevries@suse.de>
618
619 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
620
621 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
622
623 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
624 and $after_addr are both integers before making a comparison.
625
626 2020-02-09 Tom de Vries <tdevries@suse.de>
627
628 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
629 command output and paste it into gdb.log. If any, paste catch message
630 to gdb.log.
631
632 2020-02-07 Tom Tromey <tromey@adacore.com>
633
634 PR breakpoints/24915:
635 * gdb.base/annotate-symlink.exp: Use setup_xfail.
636
637 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
638
639 * gdb.tui/tui-missing-src.exp: Add the "missing source
640 file" test for the TUI.
641
642 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
645 including a port number in the output.
646
647 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
648
649 * lib/fortran.exp (fortran_int4): Handle clang.
650 (fortran_int8): Likewise.
651 (fortran_real4): Likewise.
652 (fortran_real8): Likewise.
653 (fortran_complex4): Likewise.
654 (fortran_logical4): Likewise.
655 (fortran_character1): Likewise.
656
657 2020-02-04 Tom de Vries <tdevries@suse.de>
658
659 * README (Race detection): Add note.
660
661 2020-02-04 Tom de Vries <tdevries@suse.de>
662
663 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
664
665 2020-02-04 Tom de Vries <tdevries@suse.de>
666
667 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
668
669 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
670
671 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
672 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
673 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
674 blttar, bnetarl.
675 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
676 binary for blttar, bnetarl.
677 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
678 wait instruction. Delete ldmx test.
679 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
680
681 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
682
683 * gdb.fortran/array-bounds-high.exp: New file.
684 * gdb.fortran/array-bounds-high.f90: New file.
685
686 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
687
688 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
689 Replace #include of <sys/fcntl.h> by <fcntl.h>.
690
691 2020-02-01 Tom de Vries <tdevries@suse.de>
692
693 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
694
695 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
696
697 PR tui/9765
698 * gdb.tui/tui-layout-asm-short-prog.S: New file.
699 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
700
701 2020-01-29 Luis Machado <luis.machado@linaro.org>
702
703 * gdb.arch/aarch64-brk-patterns.c: New source file.
704 * gdb.arch/aarch64-brk-patterns.exp: New test.
705
706 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
707
708 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
709 GCC/Clang version.
710 * gdb.cp/pass-by-ref.exp: Ditto.
711
712 2020-01-29 Tom de Vries <tdevries@suse.de>
713
714 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
715 * gdb.threads/watchpoint-fork-mt.c: Same.
716 * gdb.threads/watchpoint-fork-parent.c: Same.
717 * gdb.threads/watchpoint-fork-st.c: Same.
718 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
719
720 2020-01-27 Luis Machado <luis.machado@linaro.org>
721
722 * gdb.base/step-over-syscall.exp (setup): Check if we're already
723 sitting at a syscall instruction when we hit the syscall function's
724 breakpoint.
725 Check PC against one obtained with the x command.
726 Validate syscall number.
727 (step_over_syscall): Don't continue to the syscall instruction if
728 we're already there.
729
730 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
731
732 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
733
734 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
737 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
738
739 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.dwarf2/dw2-inline-stepping.c: New file.
742 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
743
744 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.base/maint.exp: Update line table parsing test.
747 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
748
749 2020-01-24 Pedro Alves <palves@redhat.com>
750
751 PR gdb/25410
752 * gdb.multi/multi-re-run-1.c: New.
753 * gdb.multi/multi-re-run-2.c: New.
754 * gdb.multi/multi-re-run.exp: New.
755
756 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
757
758 PR gdb/23718
759 * gdb.server/server-kill-python.exp: New file.
760
761 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
762
763 * gdb.server/multi-ui-errors.c: New file.
764 * gdb.server/multi-ui-errors.exp: New file.
765
766 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 PR tui/9765
769 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
770
771 2020-01-19 Tom Tromey <tom@tromey.com>
772
773 * gdb.tui/main.exp: Add check for plain "file".
774
775 2020-01-16 Christian Biesinger <cbiesinger@google.com>
776
777 * lib/gdb.exp: Fix spelling error (seperatelly).
778
779 2020-01-14 Tom Tromey <tom@tromey.com>
780
781 PR symtab/12535:
782 * gdb.python/python.exp: Test decode_line with empty string
783 argument.
784
785 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
786
787 * gdb.base/skip-inline.exp: Extend test.
788
789 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
792 * gdb.dwarf2/dw2-bad-elf.c: New file.
793 * gdb.dwarf2/dw2-bad-elf.exp: New file.
794
795 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
798 _line_saw_file.
799
800 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
803 border.
804
805 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
806
807 * gdb.multi/multi-target.exp (setup): Factor out "info
808 connections" and "info inferiors" tests to ...
809 (test_info_inferiors): ... this new procedure.
810 (top level): Run new "info-inferiors" tests.
811
812 2020-01-10 Pedro Alves <palves@redhat.com>
813
814 * gdb.server/bkpt-other-inferior.exp: New file.
815
816 2020-01-10 Pedro Alves <palves@redhat.com>
817
818 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
819 of "add-inferior".
820 * gdb.base/quit-live.exp: Likewise.
821 * gdb.base/remote-exec-file.exp: Likewise.
822 * gdb.guile/scm-progspace.exp: Likewise.
823 * gdb.linespec/linespec.exp: Likewise.
824 * gdb.mi/new-ui-mi-sync.exp: Likewise.
825 * gdb.mi/user-selected-context-sync.exp: Likewise.
826 * gdb.multi/multi-target.exp (setup): Add "info connection" and
827 "info inferiors" tests.
828 * gdb.multi/remove-inferiors.exp: Adjust expected output of
829 "add-inferior".
830 * gdb.multi/watchpoint-multi.exp: Likewise.
831 * gdb.python/py-inferior.exp: Likewise.
832 * gdb.server/extended-remote-restart.exp: Likewise.
833 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
834 "info inferiors".
835 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
836 * gdb.trace/report.exp: Likewise.
837
838 2020-01-10 Pedro Alves <palves@redhat.com>
839
840 * gdb.multi/multi-target.c: New file.
841 * gdb.multi/multi-target.exp: New file.
842 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
843 mode requested, but remote does not support non-stop".
844
845 2020-01-10 Pedro Alves <palves@redhat.com>
846
847 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
848 disconnect before reconnecting.
849
850 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
851 Pedro Alves <palves@redhat.com>
852
853 * gdb.server/connect-without-multi-process.exp: Also test
854 continuing to end.
855
856 2020-01-10 Pedro Alves <palves@redhat.com>
857
858 * gdb.base/remote-exec-file.exp: New file.
859
860 2020-01-10 Pedro Alves <palves@redhat.com>
861
862 * gdb.base/fork-running-state.exp (do_test): Adjust expected
863 output.
864 * gdb.threads/async.c: New.
865 * gdb.threads/async.exp: New.
866 * gdb.multi/tids-gid-reset.c: New.
867 * gdb.multi/tids-gid-reset.exp: New.
868
869 2020-01-10 George Barrett <bob@bob131.so>
870
871 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
872 to help in finding the image relocation offset.
873 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
874 options in arguments.
875 (stap_test_no_debuginfo): Likewise.
876 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
877 test variants.
878 (stap_test): Add null semaphore relocation test.
879
880 2020-01-10 George Barrett <bob@bob131.so>
881
882 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
883 * gdb.base/stap-probe.exp: Likewise.
884 (stap_test): Pass argument as an additional flag.
885 (stap_test_no_debuginfo): Likewise.
886 (stap_test): Check `info probes stap' output for semaphore
887 addresses if the test binary is supposed to have them.
888
889 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.tui/basic.exp: Add more scrolling tests.
892
893 2020-01-09 Tom Tromey <tom@tromey.com>
894
895 PR tui/18932:
896 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
897 meangingful value.
898 (Term::command, Term::resize): Update.
899 * gdb.tui/basic.exp: Add scrolling test.
900
901 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * gdb.tui/tui-layout-asm.exp: New file.
904
905 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * lib/tuiterm.exp (Term::check_box_contents): New proc.
908
909 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
912 (Term::enter_tui): Use Term::prepare_for_tui.
913
914 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
917 called.
918
919 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
920
921 * gdb.base/skip.exp: Fix race condition in test.
922
923 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * gdb.base/backtrace.c: New file.
926 * gdb.base/backtrace.exp: New file.
927
928 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
929
930 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
931
932 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
933
934 * gdb.base/style.exp: Test that warnings are styled.
935
936 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
937
938 * gdb.base/line65535.exp: New file.
939 * gdb.base/line65535.c: New file.
940
941 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
942
943 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
944 * lib/gnat_debug_info_test.adb: New file.
945 * gdb.ada/ptype_tagged_param.exp: Use
946 gnat_runtime_has_debug_info, expect a different output if
947 runtime does not have debug info.
948
949 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
950
951 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
952 (another) quote in test name.
953
954 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
955
956 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
957 Add quote in test name.
958
959 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
960
961 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
962 directory instead.
963 * gdb.cp/pass-by-ref.exp: Extend with more cases.
964 * gdb.cp/pass-by-ref-2.cc: New file.
965 * gdb.cp/pass-by-ref-2.exp: New file.
966
967 2019-12-20 Tom Tromey <tom@tromey.com>
968
969 * gdb.tui/list-before.exp: New file.
970
971 2019-12-20 Tom Tromey <tom@tromey.com>
972
973 * gdb.tui/list.exp: Check for source on initial listing.
974
975 2019-12-11 Tom Tromey <tromey@adacore.com>
976
977 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
978 Add crlf test.
979
980 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
981
982 * gdb.base/default.exp: Update value of $_gdb_major.
983
984 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
985
986 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
987
988 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
989
990 * gdb.base/skip.exp: Whitespace fix.
991
992 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
993
994 * gdb.base/skip-inline.c: New file.
995 * gdb.base/skip-inline.exp: New file.
996
997 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
998
999 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1000 jit_function_00 to jit_function_stack_mangle.
1001 * gdb.base/jithost.c (jit_function_t): Rename to...
1002 (jit_function_stack_mangle_t): ... this.
1003 (jit_function_add_t): New typedef.
1004 (jit_function_00_code): Rename to...
1005 (jit_function_stack_mangle_code): ... this, make static.
1006 (jit_function_add_code): New.
1007 (main): Generate "add" function and call it. Adjust to changes
1008 in jithost_abi.
1009 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1010 (struct jithost_abi) <begin, end>: Remove fields.
1011 <object, function_stack_mangle, function_add>: New fields.
1012 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1013 code_end>: Remove fields.
1014 <func_stack_mangle>: New field.
1015 (read_debug_info): Adjust to renaming, create block for "add"
1016 function.
1017 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1018
1019 2019-12-11 Tom Tromey <tom@tromey.com>
1020
1021 * gdb.tui/resize.exp: Fix regexp.
1022 * gdb.tui/regs.exp: Fix regexps.
1023 * gdb.tui/main.exp: Fix regexp.
1024
1025 2019-12-11 Tom Tromey <tom@tromey.com>
1026
1027 * gdb.tui/resize.exp: Update.
1028 * gdb.tui/empty.exp (layouts): Update.
1029
1030 2019-12-11 Tom Tromey <tom@tromey.com>
1031
1032 * gdb.tui/regs.exp: Update.
1033 * gdb.tui/empty.exp (layouts): Update.
1034 * gdb.tui/basic.exp: Update.
1035 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1036
1037 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1038
1039 * gdb.base/options.exp: Add -raw-values in the print completion list.
1040 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1041
1042 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1043
1044 * gdb.threads/omp-par-scope.c: New file.
1045 * gdb/threads/omp-par-scope.exp: New file.
1046
1047 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1048
1049 * lib/gdb.exp (support_nested_function_tests): New proc.
1050
1051 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1052
1053 * lib/gdb.exp (gdb_compile_openmp): New proc.
1054 (build_executable_from_specs): Add an "openmp" option.
1055 (gdb_compile_pthreads): Add non-executable case.
1056
1057 2019-12-10 Tom Tromey <tromey@adacore.com>
1058
1059 * gdb.ada/unchecked_union.exp: New file.
1060 * gdb.ada/unchecked_union/pck.adb: New file.
1061 * gdb.ada/unchecked_union/pck.ads: New file.
1062 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1063 * gdb-utils.exp (string_to_regexp): Also quote "?".
1064
1065 2019-12-10 George Barrett <bob@bob131.so>
1066
1067 Test scripted probe breakpoints.
1068 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1069 * gdb.python/py-breakpoint.c (main): Likewise.
1070 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1071 specifier test.
1072 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1073
1074 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1075
1076 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1077 an rvalue parameter.
1078 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1079 parameter.
1080
1081 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1084 modules.
1085
1086 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1089 broken version of GCC.
1090
1091 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1094 sym-info-cmds library.
1095 * gdb.fortran/info-types.exp: Likewise.
1096 * lib/sym-info-cmds.exp: New file.
1097
1098 2019-12-08 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1101
1102 2019-12-07 Keith Seitz <keiths@redhat.com>
1103
1104 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1105 * gdb.base/corefile-buildid-shlib.c: New file.
1106 * gdb.base/corefile-buildid.c: New file.
1107 * gdb.base/corefile-buildid.exp: New file.
1108
1109 2019-12-06 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.dwarf2/varval.exp: Add decl before def test.
1112
1113 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1114
1115 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1116
1117 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1118
1119 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1120 CV and reference conversion for overload resolution.
1121 * gdb.cp/rvalue-ref-overload.exp: Test it.
1122
1123 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1124
1125 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1126 * gdb.base/frameapply.exp: Test faas without command.
1127
1128 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1131 Fortran tests.
1132 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1133 order.
1134
1135 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1138 casting to type with no kind specified.
1139 (test_basic_parsing_of_type_kinds): Additional tests for types
1140 with no kind specified, and add tests for single/double
1141 precision/complex types.
1142
1143 2019-12-04 Tom Tromey <tromey@adacore.com>
1144
1145 * gdb.base/endianity.c (struct other) <x>: New field.
1146 (main): Initialize it.
1147 * gdb.base/endianity.exp: Update.
1148
1149 2019-12-04 Tom Tromey <tromey@adacore.com>
1150
1151 * gdb.ada/scalar_storage/storage.adb: New file.
1152 * gdb.ada/scalar_storage/pck.adb: New file.
1153 * gdb.ada/scalar_storage/pck.ads: New file.
1154 * gdb.ada/scalar_storage.exp: New file.
1155
1156 2019-12-04 Tom Tromey <tromey@adacore.com>
1157
1158 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1159 (main): Initialize it.
1160 * gdb.base/endianity.exp: Update.
1161
1162 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1165
1166 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1167
1168 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1169 -symbol-info-module-functions and -symbol-info-module-variables.
1170
1171 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1174
1175 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1176 Andrew Burgess <andrew.burgess@embecosm.com>
1177
1178 * gdb.fortran/derived-type-striding.exp: New file.
1179 * gdb.fortran/derived-type-striding.f90: New file.
1180 * gdb.fortran/array-slices.exp: New file.
1181 * gdb.fortran/array-slices.f90: New file.
1182
1183 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1184
1185 * gdb.base/define.exp: Test . in command names.
1186 * gdb.base/setshow.exp: Update test, as . is now part of
1187 command name.
1188
1189 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1190
1191 * gdb.base/define-prefix.exp: New file.
1192
1193 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1194
1195 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1196 compile.
1197 (skip_btrace_pt_tests): Likewise.
1198
1199 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.fortran/info-modules.exp: Compile source files in correct
1202 order.
1203
1204 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1205
1206 * gdb.dwarf2/imported-unit.exp: New file.
1207 * gdb.dwarf2/imported-unit.c: New file.
1208
1209 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1210
1211 * gdb.mi/mi-fortran-modules-2.f90: New file.
1212 * gdb.mi/mi-fortran-modules.exp: New file.
1213 * gdb.mi/mi-fortran-modules.f90: New file.
1214
1215 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1216
1217 * gdb.mi/mi-sym-info-1.c: New file.
1218 * gdb.mi/mi-sym-info-2.c: New file.
1219 * gdb.mi/mi-sym-info.exp: New file.
1220
1221 2019-11-22 Tom Tromey <tromey@adacore.com>
1222
1223 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1224 * gdb.ada/tasks/foo.adb: Add another stopping location.
1225
1226 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1227
1228 * gdb.base/endianity.c: New test.
1229 * gdb.base/endianity.exp: New file.
1230
1231 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1232
1233 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1234
1235 2019-11-21 Tom de Vries <tdevries@suse.de>
1236
1237 PR gdb/24956
1238 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1239
1240 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1241
1242 * gdb.python/py-progspace.exp: Add missing parentheses on some
1243 'print' commands.
1244
1245 2019-11-19 Tom Tromey <tom@tromey.com>
1246
1247 * gdb.tui/winheight.exp: New file.
1248
1249 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * gdb.base/ctf-whatis.c: Delete.
1252 * gdb.base/ctf-whatis.exp: Delete.
1253 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1254
1255 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.base/ctf-cvexpr.exp: Delete.
1258 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1259
1260 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1263 the compiler. Clean up header comment a little.
1264 * gdb.base/ctf-ptype.exp: Likewise.
1265 * gdb.base/ctf-whatis.exp: Likewise.
1266 * lib/gdb.exp (skip_ctf_tests): New proc.
1267
1268 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1269
1270 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1271 * gdb.tui/corefile-run.exp: New file.
1272
1273 2019-11-14 Tom Tromey <tromey@adacore.com>
1274
1275 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1276 regression tests.
1277
1278 2019-11-12 Tom Tromey <tom@tromey.com>
1279
1280 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1281 after any command. Expect prompt after WAIT_FOR is seen.
1282 (enter_tui): Enable resize messages.
1283 (command): Expect command in output.
1284 (get_line): Avoid error when cursor appears to be off-screen.
1285 (dump_screen): Include screen size in title.
1286 (_do_resize): New proc, from "resize".
1287 (resize): Rewrite. Do resize in two steps.
1288 * gdb.tui/empty.exp (layouts): Fix entries.
1289 (check_boxes): Remove xfail.
1290 (check_text): Dump screen on failure.
1291
1292 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * gdb.python/py-symbol.exp: Add test for
1295 gdb.lookup_static_symbols.
1296
1297 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * gdb.python/py-symbol.c: Declare and call function from new
1300 py-symbol-2.c file.
1301 * gdb.python/py-symbol.exp: Compile both source files, and add new
1302 tests for gdb.lookup_static_symbol.
1303 * gdb.python/py-symbol-2.c: New file.
1304
1305 2019-11-02 Tom de Vries <tdevries@suse.de>
1306
1307 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1308 * gdb.base/anon.exp: Same.
1309 * gdb.base/auto-connect-native-target.exp: Same.
1310 * gdb.base/call-ar-st.exp: Same.
1311 * gdb.base/catch-syscall.exp: Same.
1312 * gdb.base/commands.exp: Same.
1313 * gdb.base/default.exp: Same.
1314 * gdb.base/display.exp: Same.
1315 * gdb.base/float.exp: Same.
1316 * gdb.base/foll-fork.exp: Same.
1317 * gdb.base/help.exp: Same.
1318 * gdb.base/info-macros.exp: Same.
1319 * gdb.base/info-proc.exp: Same.
1320 * gdb.base/info-target.exp: Same.
1321 * gdb.base/long_long.exp: Same.
1322 * gdb.base/macscp.exp: Same.
1323 * gdb.base/memattr.exp: Same.
1324 * gdb.base/nofield.exp: Same.
1325 * gdb.base/pointers.exp: Same.
1326 * gdb.base/printcmds.exp: Same.
1327 * gdb.base/ptype.exp: Same.
1328 * gdb.base/restore.exp: Same.
1329 * gdb.base/return.exp: Same.
1330 * gdb.base/scope.exp: Same.
1331 * gdb.base/set-noassign.exp: Same.
1332 * gdb.base/setshow.exp: Same.
1333 * gdb.base/shlib-call.exp: Same.
1334 * gdb.base/signals.exp: Same.
1335 * gdb.base/sigstep.exp: Same.
1336 * gdb.base/skip.exp: Same.
1337 * gdb.base/solib-symbol.exp: Same.
1338 * gdb.base/stap-probe.exp: Same.
1339 * gdb.base/step-line.exp: Same.
1340 * gdb.base/step-test.exp: Same.
1341 * gdb.base/style.exp: Same.
1342 * gdb.base/varargs.exp: Same.
1343 * gdb.base/vla-datatypes.exp: Same.
1344 * gdb.base/vla-ptr.exp: Same.
1345 * gdb.base/vla-sideeffect.exp: Same.
1346 * gdb.base/volatile.exp: Same.
1347 * gdb.base/watch-cond-infcall.exp: Same.
1348 * gdb.base/watchpoint.exp: Same.
1349
1350 2019-11-02 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1353 * gdb.cp/cpexprs.exp: Same.
1354 * gdb.cp/except-multi-location.exp: Same.
1355 * gdb.cp/exceptprint.exp: Same.
1356 * gdb.cp/gdb2384.exp: Same.
1357 * gdb.cp/inherit.exp: Same.
1358 * gdb.cp/m-static.exp: Same.
1359 * gdb.cp/meth-typedefs.exp: Same.
1360 * gdb.cp/misc.exp: Same.
1361 * gdb.cp/namespace.exp: Same.
1362 * gdb.cp/non-trivial-retval.exp: Same.
1363 * gdb.cp/overload.exp: Same.
1364 * gdb.cp/pr17132.exp: Same.
1365 * gdb.cp/re-set-overloaded.exp: Same.
1366 * gdb.cp/rvalue-ref-types.exp: Same.
1367 * gdb.cp/templates.exp: Same.
1368
1369 2019-11-01 Luis Machado <luis.machado@linaro.org>
1370
1371 PR gdb/25124
1372
1373 * gdb.arch/pr25124.S: New file.
1374 * gdb.arch/pr25124.exp: New file.
1375
1376 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.fortran/info-modules.exp: Update expected results, and add
1379 additional tests for 'info module functinos', and 'info module
1380 variables'.
1381 * gdb.fortran/info-types.exp: Update expected results.
1382 * gdb.fortran/info-types.f90: Extend testcase with additional
1383 module variables and functions.
1384
1385 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.fortran/info-modules.exp: New file.
1388 * gdb.fortran/info-types.exp: Build with new file.
1389 * gdb.fortran/info-types.f90: Include and use new module.
1390 * gdb.fortran/info-types-2.f90: New file.
1391
1392 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1393
1394 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1395 * gdb.base/settings.exp: Test all settings types using
1396 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1397 that now verifies that the value of "maint show" is the same as
1398 returned by the settings functions. Test the type of the
1399 maintenance settings.
1400 * gdb.base/default.exp: Update show_conv_list.
1401
1402 2019-10-31 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1405 gdb_test.
1406 * gdb.arch/amd64-disp-step.exp: Same.
1407 * gdb.asm/asm-source.exp: Same.
1408 * gdb.btrace/buffer-size.exp: Same.
1409 * gdb.btrace/cpu.exp: Same.
1410 * gdb.btrace/enable.exp: Same.
1411 * gdb.dwarf2/count.exp: Same.
1412 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1413 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1414 * gdb.fortran/vla-datatypes.exp: Same.
1415 * gdb.fortran/vla-history.exp: Same.
1416 * gdb.fortran/vla-ptype.exp: Same.
1417 * gdb.fortran/vla-value.exp: Same.
1418 * gdb.fortran/whatis_type.exp: Same.
1419 * gdb.guile/guile.exp: Same.
1420 * gdb.multi/tids.exp: Same.
1421 * gdb.python/py-finish-breakpoint.exp: Same.
1422 * gdb.python/py-framefilter.exp: Same.
1423 * gdb.python/py-pp-registration.exp: Same.
1424 * gdb.python/py-xmethods.exp: Same.
1425 * gdb.python/python.exp: Same.
1426 * gdb.server/connect-with-no-symbol-file.exp: Same.
1427 * gdb.server/no-thread-db.exp: Same.
1428 * gdb.server/run-without-local-binary.exp: Same.
1429 * gdb.stabs/weird.exp: Same.
1430 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1431 * gdb.threads/thread-find.exp: Same.
1432 * gdb.threads/tls-shared.exp: Same.
1433 * gdb.threads/tls.exp: Same.
1434 * gdb.threads/wp-replication.exp: Same.
1435 * gdb.trace/ax.exp: Same.
1436 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1437
1438 2019-10-31 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1441 * gdb.ada/array_subscript_addr.exp: Same.
1442 * gdb.ada/arrayidx.exp: Same.
1443 * gdb.ada/arrayparam.exp: Same.
1444 * gdb.ada/arrayptr.exp: Same.
1445 * gdb.ada/boolean_expr.exp: Same.
1446 * gdb.ada/call_pn.exp: Same.
1447 * gdb.ada/complete.exp: Same.
1448 * gdb.ada/fixed_cmp.exp: Same.
1449 * gdb.ada/fun_addr.exp: Same.
1450 * gdb.ada/funcall_param.exp: Same.
1451 * gdb.ada/interface.exp: Same.
1452 * gdb.ada/mod_from_name.exp: Same.
1453 * gdb.ada/null_array.exp: Same.
1454 * gdb.ada/packed_array.exp: Same.
1455 * gdb.ada/packed_tagged.exp: Same.
1456 * gdb.ada/print_chars.exp: Same.
1457 * gdb.ada/print_pc.exp: Same.
1458 * gdb.ada/ptype_arith_binop.exp: Same.
1459 * gdb.ada/ptype_field.exp: Same.
1460 * gdb.ada/ptype_tagged_param.exp: Same.
1461 * gdb.ada/rec_return.exp: Same.
1462 * gdb.ada/ref_tick_size.exp: Same.
1463 * gdb.ada/str_ref_cmp.exp: Same.
1464 * gdb.ada/taft_type.exp: Same.
1465 * gdb.ada/tagged.exp: Same.
1466 * gdb.ada/type_coercion.exp: Same.
1467 * gdb.ada/uninitialized_vars.exp: Same.
1468
1469 2019-10-30 Tom de Vries <tdevries@suse.de>
1470
1471 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1472
1473 2019-10-26 Tom de Vries <tdevries@suse.de>
1474
1475 * gdb.base/bigcore.c: Fix typos in comments.
1476 * gdb.base/ctf-ptype.c: Same.
1477 * gdb.base/long_long.c: Same.
1478 * gdb.dwarf2/dw2-op-out-param.S: Same.
1479 * gdb.python/py-evthreads.c: Same.
1480 * gdb.reverse/i387-stack-reverse.c: Same.
1481 * gdb.trace/tfile.c: Same.
1482 * lib/compiler.c: Same.
1483 * lib/compiler.cc: Same.
1484
1485 2019-10-25 Tom de Vries <tdevries@suse.de>
1486
1487 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1488 gdb_test_multiple calls.
1489 * gdb.reverse/sigall-reverse.exp: Same.
1490 * gdb.reverse/solib-precsave.exp: Same.
1491 * gdb.reverse/solib-reverse.exp: Same.
1492 * gdb.reverse/until-precsave.exp: Same.
1493 * gdb.reverse/until-reverse.exp: Same.
1494
1495 2019-10-24 Tom de Vries <tdevries@suse.de>
1496
1497 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1498 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1499 kfail using -wrap pattern flag and convenience variable
1500 gdb_test_name.
1501
1502 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.python/py-progspace.exp: Add tests for the
1505 Progspace.block_for_pc method.
1506
1507 2019-10-23 Tom Tromey <tom@tromey.com>
1508
1509 * configure: Rebuild.
1510 * aclocal.m4: Use m4_include, not sinclude.
1511
1512 2019-10-21 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.base/infcall-nested-structs.c: Add
1515 __attribute__((noinline,noclone)) to all functions.
1516 (call_all): Add missing variable initialization. Simplify return value.
1517 (breakpt): Increment volatile variable, to prevent call from being
1518 optimized out.
1519 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1520
1521 2019-10-17 Tom de Vries <tdevries@suse.de>
1522
1523 * gdb.fortran/module.exp: Allow info variables to print info for files
1524 other than module.f90.
1525
1526 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 * gdb.fortran/module.exp: Extend with 'info variables' test.
1529
1530 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1531
1532 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1533 F77_FOR_TARGET.
1534
1535 2019-10-16 Tom de Vries <tdevries@suse.de>
1536
1537 PR tdep/25096
1538 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1539
1540 2019-10-16 Tom de Vries <tdevries@suse.de>
1541
1542 PR tdep/24104
1543 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1544 Add KFAIL for PR tdep/25096.
1545
1546 2019-10-16 Tom de Vries <tdevries@suse.de>
1547
1548 PR testsuite/25059
1549 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1550
1551 2019-10-16 Tom de Vries <tdevries@suse.de>
1552
1553 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1554 as signed.
1555
1556 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1557
1558 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1559 one instead of increasing timeout.
1560
1561 2019-10-13 Tom de Vries <tdevries@suse.de>
1562
1563 PR record/25038
1564 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1565 * gdb.reverse/sigall-reverse.exp: Same.
1566 * gdb.reverse/solib-precsave.exp: Same.
1567 * gdb.reverse/solib-reverse.exp: Same.
1568 * gdb.reverse/step-precsave.exp: Same.
1569 * gdb.reverse/until-precsave.exp: Same.
1570 * gdb.reverse/until-reverse.exp: Same.
1571 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1572
1573 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1574
1575 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1576 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1577 (cmp_struct_05_01, cmp_struct_static_02_01)
1578 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1579 comparisons.
1580
1581 2019-10-10 Tom de Vries <tdevries@suse.de>
1582
1583 PR testsuite/24888
1584 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1585 gnatlink.
1586
1587 2019-10-09 Tom de Vries <tdevries@suse.de>
1588
1589 PR testsuite/25048
1590 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1591
1592 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1595 exceptions due to missing debug information.
1596
1597 2019-10-07 Tom de Vries <tdevries@suse.de>
1598
1599 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1600
1601 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1604 * gdb.base/annota1.exp: Update to use gdb_test_name.
1605
1606 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1607
1608 * gdb.base/ctf-whatis.exp: New file.
1609 * gdb.base/ctf-whatis.c: New file.
1610 * gdb.base/ctf-ptype.exp: New file.
1611 * gdb.base/ctf-ptype.c: New file.
1612 * gdb.base/ctf-constvars.exp: New file.
1613 * gdb.base/ctf-constvars.c: New file.
1614 * gdb.base/ctf-cvexpr.exp: New file.
1615
1616 2019-10-04 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1619 for loop.
1620
1621 2019-10-03 Tom Tromey <tom@tromey.com>
1622
1623 PR rust/24976:
1624 * gdb.rust/simple.rs (Union2): New type.
1625 (main): Use Union2.
1626 * gdb.rust/simple.exp: Add test.
1627
1628 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1631 nested function prefix.
1632
1633 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1634 Richard Bunt <richard.bunt@arm.com>
1635 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1638 nested functions.
1639 * gdb.fortran/nested-funcs.f90: Update expected results.
1640 * gdb.fortran/nested-funcs-2.exp: New file.
1641 * gdb.fortran/nested-funcs-2.f90: New file.
1642
1643 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * gdb.python/py-parameter.exp: Make test names unique.
1646 * gdb.python/py-template.exp: Likewise.
1647 * gdb.python/py-value.exp: Likewise.
1648
1649 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * gdb.base/break-interp.exp: Reduce test name duplication.
1652 * gdb.base/call-sc.exp: Likewise.
1653 * gdb.base/callfuncs.exp: Likewise.
1654 * gdb.base/charset.exp: Likewise.
1655 * gdb.base/dump.exp: Likewise.
1656 * gdb.base/ena-dis-br.exp: Likewise.
1657 * gdb.base/relational.exp: Likewise.
1658 * gdb.base/step-over-syscall.exp: Likewise.
1659 * gdb.base/structs.exp: Likewise.
1660
1661 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1662
1663 * gdb.linespec/explicit.exp: Make test names unique.
1664 * gdb.linespec/ls-errs.exp: Likewise.
1665
1666 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * gdb.reverse/break-precsave.exp: Make test names unique.
1669 * gdb.reverse/break-reverse.exp: Likewise.
1670 * gdb.reverse/finish-precsave.exp: Likewise.
1671 * gdb.reverse/finish-reverse.exp: Likewise.
1672 * gdb.reverse/machinestate-precsave.exp: Likewise.
1673 * gdb.reverse/machinestate.exp: Likewise.
1674 * gdb.reverse/readv-reverse.exp: Likewise.
1675 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1676 * gdb.reverse/sigall-precsave.exp: Likewise.
1677 * gdb.reverse/sigall-reverse.exp: Likewise.
1678 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1679 * gdb.reverse/watch-precsave.exp: Likewise.
1680 * gdb.reverse/watch-reverse.exp: Likewise.
1681
1682 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1683
1684 * gdb.threads/stop-with-handle.c: New file.
1685 * gdb.threads/stop-with-handle.exp: New file.
1686
1687 2019-10-03 Tom de Vries <tdevries@suse.de>
1688
1689 PR testsuite/25059
1690 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1691 directory" line to be missing.
1692
1693 2019-10-03 Tom de Vries <tdevries@suse.de>
1694
1695 PR testsuite/25059
1696 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1697 type optional.
1698
1699 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1700
1701 * gdb.python/py-format-string.c (string.h): New include.
1702 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1703 the same value, for endianness-independence.
1704 * gdb.python/py-format-string.exp (default_regexp_dict)
1705 (test_pretty_structs, test_format): Adjust expected output to the
1706 changed initialization.
1707
1708 2019-10-02 Tom Tromey <tromey@adacore.com>
1709
1710 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1711
1712 2019-10-02 Pedro Alves <palves@redhat.com>
1713 Andrew Burgess <andrew.burgess@embecosm.com>
1714
1715 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1716 "print-file-var.h".
1717 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1718 (get_version_1): Print this_version_id and its address.
1719 Add extern "C" wrappers around interface functions.
1720 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1721 "print-file-var.h".
1722 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1723 (get_version_2): Print this_version_id and its address.
1724 Add extern "C" wrappers around interface functions.
1725 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1726 <stddef.h> and "print-file-var.h".
1727 Add extern "C" wrappers around interface functions.
1728 [VERSION_ID_MAIN] (this_version_id): Define.
1729 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1730 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1731 up extern "C" blocks.
1732 * gdb.base/print-file-var.exp (test): New, factored out from top
1733 level.
1734 (top level): Test all combinations of attribute hidden or not,
1735 dlopen or not, and this_version_id symbol in main file or not.
1736 Compile tests as both C++ and C, make test names unique.
1737
1738 2019-10-01 Tom Tromey <tom@tromey.com>
1739
1740 * gdb.base/style.exp: Test "show logging filename".
1741
1742 2019-10-01 Tom Tromey <tom@tromey.com>
1743
1744 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1745 * gdb.base/style.exp: Add metadata style test.
1746
1747 2019-10-01 Tom Tromey <tom@tromey.com>
1748
1749 * gdb.base/style.exp: Test "pwd".
1750
1751 2019-10-01 Tom Tromey <tom@tromey.com>
1752
1753 * gdb.base/style.exp: Update tests.
1754
1755 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1756
1757 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1758 'six' to unsigned.
1759 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1760 'five'. Use an all-ones bit pattern for each.
1761 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1762 to its changed values.
1763
1764 2019-09-30 Tom Tromey <tromey@adacore.com>
1765
1766 * gdb.rust/traits.rs: Disable all warnings.
1767
1768 2019-09-29 Tom de Vries <tdevries@suse.de>
1769
1770 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1771
1772 2019-09-29 Tom de Vries <tdevries@suse.de>
1773
1774 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1775
1776 2019-09-27 Tom de Vries <tdevries@suse.de>
1777
1778 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1779
1780 2019-09-27 Tom de Vries <tdevries@suse.de>
1781
1782 PR record/23188
1783 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1784
1785 2019-09-26 Tom Tromey <tromey@adacore.com>
1786
1787 * gdb.ada/py_taft.exp: New file.
1788 * gdb.ada/py_taft/main.adb: New file.
1789 * gdb.ada/py_taft/pkg.adb: New file.
1790 * gdb.ada/py_taft/pkg.ads: New file.
1791
1792 2019-09-24 Tom de Vries <tdevries@suse.de>
1793
1794 PR gdb/24598
1795 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1796
1797 2019-09-22 Tom de Vries <tdevries@suse.de>
1798
1799 * gdb.base/restore.exp: Allow register variables to be optimized out at
1800 -O0.
1801
1802 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1803
1804 * gdb.arch/spu-info.exp: Remove file.
1805 * gdb.arch/spu-info.c: Remove file.
1806 * gdb.arch/spu-ls.exp: Remove file.
1807 * gdb.arch/spu-ls.c: Remove file.
1808
1809 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1810 * gdb.asm/spu.inc: Remove file.
1811
1812 * gdb.base/dump.exp: Remove support for spu*-*-*.
1813 * gdb.base/stack-checking.exp: Likewise.
1814 * gdb.base/overlays.exp: Likewise.
1815 * gdb.base/ovlymgr.c: Likewise.
1816 * gdb.base/spu.ld: Remove file.
1817
1818 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1819 * gdb.cp/cpexprs.exp: Likewise.
1820 * gdb.cp/exception.exp: Likewise.
1821 * gdb.cp/gdb2495.exp: Likewise.
1822 * gdb.cp/mb-templates.exp: Likewise.
1823 * gdb.cp/pr9167.exp: Likewise.
1824 * gdb.cp/userdef.exp: Likewise.
1825
1826 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1827
1828 * gdb.cell: Remove directory.
1829 * lib/cell.exp: Remove file.
1830
1831 2019-09-19 Tom de Vries <tdevries@suse.de>
1832
1833 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1834
1835 2019-09-19 Tom de Vries <tdevries@suse.de>
1836
1837 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1838
1839 2019-09-19 Tom de Vries <tdevries@suse.de>
1840
1841 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1842 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1843 (gdb_target_cmd): ... here.
1844 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1845 value 2.
1846
1847 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1848
1849 * gdb.base/source-dir.exp: Avoid having directory names in test
1850 names.
1851
1852 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1855 directory.
1856
1857 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1858
1859 * gdb.base/list-missing-source.exp: New file.
1860
1861 2019-09-14 Tom de Vries <tdevries@suse.de>
1862
1863 PR teststuite/24599
1864 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1865 * lib/ada.exp (gnatmake_version_at_least): New proc.
1866
1867 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.base/maint.exp: Use exec_has_index_section.
1870
1871 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1872
1873 * gdb.base/maint.exp: Add test for 'maint info sections'.
1874
1875 2019-09-12 Tom de Vries <tdevries@suse.de>
1876
1877 * gdb.base/store.exp: Allow register variables to be optimized out at
1878 -O0.
1879
1880 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1881
1882 * gdb.ada/rdv_wait.exp: Update to new task names.
1883 * gdb.base/task_switch_in_core.exp: Likewise.
1884 * gdb.base/info_sources_base.c: Likewise.
1885
1886 2019-09-10 Tom Tromey <tromey@adacore.com>
1887
1888 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1889
1890 2019-09-10 Tom Tromey <tromey@adacore.com>
1891
1892 * gdb.ada/dgopt.exp: New file.
1893 * gdb.ada/dgopt/x.adb: New file.
1894
1895 2019-09-08 Tom Tromey <tom@tromey.com>
1896
1897 * gdb.tui/resize.exp: Remove setup_xfail.
1898 * gdb.tui/regs.exp: Remove setup_xfail.
1899 * gdb.tui/basic.exp: Remove setup_xfail.
1900
1901 2019-09-06 David Blaikie <dblaikie@gmail.com>
1902
1903 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1904 * gdb.cp/cplabel.exp: Ditto.
1905 * gdb.linespec/ls-errs.exp: Ditto.
1906
1907 2019-09-05 Tom de Vries <tdevries@suse.de>
1908
1909 * lib/gdb.exp (cmp_file_string): New proc.
1910 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1911 runto_main. Verify save breakpoints output.
1912
1913 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1914
1915 * gdb.base/info-var.exp: Test info variables without running
1916 to main, to avoid expect's buffer overflow.
1917
1918 2019-09-03 Tom Tromey <tromey@adacore.com>
1919
1920 * gdb.ada/bias.exp: New file.
1921 * gdb.ada/bias/bias.adb: New file.
1922 * gdb.ada/print_chars.exp: Add regression test.
1923 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1924 (MC): New variable.
1925
1926 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1927
1928 * gdb.base/argv0-symlink.exp: Run only on native target
1929 and local host.
1930
1931 2019-08-29 Tom de Vries <tdevries@suse.de>
1932
1933 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1934 diverse debug info.
1935 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1936
1937 2019-08-28 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.base/info-var.exp: Allow info variables to print info for files
1940 other than info-var-f1.c and info-var-f2.c.
1941
1942 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.fortran/info-types.exp: Add module.
1945 * gdb.fortran/info-types.f90: Update expected results.
1946
1947 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1948
1949 * gdb.fortran/info-types.exp: New file.
1950 * gdb.fortran/info-types.f90: New file.
1951 * lib/fortran.exp (fortran_character1): New proc.
1952
1953 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1956 functions'. Reindent as needed.
1957 * gdb.base/info-var-f1.c: New file.
1958 * gdb.base/info-var-f2.c: New file.
1959 * gdb.base/info-var.exp: New file.
1960 * gdb.base/info-var.h: New file.
1961
1962 2019-08-26 Tom de Vries <tdevries@suse.de>
1963
1964 PR c++/24852
1965 * gdb.cp/no-libstdcxx-probe.exp: New test.
1966
1967 2019-08-26 Tom de Vries <tdevries@suse.de>
1968
1969 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1970 * tests need to be skipped.
1971 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1972 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1973 mi_skip_libstdcxx_probe_tests.
1974
1975 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1976
1977 * gdb.python/py-xmethods.exp: Use raw strings when passing
1978 arguments to SimpleXMethodMatcher.
1979
1980 2019-08-22 Tom de Vries <tdevries@suse.de>
1981
1982 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1983 more informative.
1984
1985 2019-08-21 Pedro Alves <palves@redhat.com>
1986
1987 * gdb.base/with.exp: Test "with" with no arguments.
1988
1989 2019-08-21 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.base/gdb-caching-proc.exp: Sort files.
1992
1993 2019-08-20 Tom de Vries <tdevries@suse.de>
1994
1995 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1996 compilation.
1997
1998 2019-08-16 Tom de Vries <tdevries@suse.de>
1999
2000 * gdb.base/compare-sections.exp ("after run to main"): Allow
2001 mismatched read-only sections for PIE executables.
2002
2003 2019-08-16 Tom Tromey <tom@tromey.com>
2004
2005 * lib/tuiterm.exp (_csi_Z): New proc.
2006 * gdb.tui/basic.exp: Update window positions.
2007 * gdb.tui/empty.exp: Update window positions.
2008
2009 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2010
2011 * gdb.base/examine-backward.exp: Correct regexp for
2012 "examine 3 bytes backward from ${address_zero}".
2013
2014 2019-08-15 Tom Tromey <tom@tromey.com>
2015
2016 * gdb.tui/empty.exp: Enable resizing tests.
2017
2018 2019-08-15 Tom Tromey <tromey@adacore.com>
2019
2020 * gdb.ada/char_enum.exp: Add regression tests.
2021 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2022 and '0'.
2023 (Char, Gchar): Update.
2024 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2025
2026 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2027
2028 * gdb.python/python.exp: Expect a leading underscore on
2029 GdbOutput{,Error}File.
2030
2031 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2032
2033 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2034 Windows host.
2035
2036 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2037
2038 * gdb.base/batch-preserve-term-settings.exp
2039 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2040
2041 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2042
2043 * lib/gdb.exp: When running on a mingw target, replace
2044 /x/ with x:/.
2045
2046 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2047
2048 * gdb.arch/aarch64-prologue.c: New test.
2049 * gdb.arch/aarch64-prologue.exp: New file.
2050
2051 2019-08-13 Tom de Vries <tdevries@suse.de>
2052
2053 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2054 Thread.
2055
2056 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2057
2058 * gdb.python/py-completion.exp: Download the .py file to the host
2059 and use its host pathname. Conditionalize tests that use
2060 tab completion and manipulate files on the build machine.
2061 * gdb.python/py-events.exp: Download the .py file to the host
2062 and use its host pathname.
2063 * gdb.python/py-evsignal.exp: Likewise.
2064 * gdb.python/py-evthreads.exp: Likewise.
2065 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2066 pathname syntax.
2067 * gdb.python/py-framefilter.exp: Download the .py file to the right
2068 place on the host. Match Windows pathname syntax.
2069 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2070 .py file to the host and use its host pathname.
2071 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2072 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2073 build pathname. Skip symlink test on Windows host. Add missing
2074 newline at end of file.
2075 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2076 and use its host pathname.
2077 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2078 * gdb.python/py-section-script.exp: Use host location of binfile
2079 on safe-path. Use correct path separator on Windows host.
2080 Reorder alternatives in gdb_test_multiple to prevent matching
2081 the wrong alternative on success.
2082 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2083
2084 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2085
2086 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2087 expect the GDB inferior to no longer immediately stop after
2088 being resumed with "signal SIGINT".
2089
2090 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2091
2092 * gdb.linespec/break-ask.exp: Generalize regexps to match
2093 Windows pathnames too.
2094
2095 2019-08-08 Tom de Vries <tdevries@suse.de>
2096
2097 PR testsuite/24862
2098 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2099
2100 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2101
2102 * gdb.base/style.exp: Update tests for help doc new invariants.
2103 * gdb.base/help.exp: Likewise.
2104
2105 2019-08-06 Tom Tromey <tom@tromey.com>
2106
2107 * gdb.base/style.exp: Add disassemble test.
2108 * gdb.base/style.c (some_called_function): New function.
2109 (main): Use it.
2110
2111 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2112
2113 * gdb.python/py-block.exp: Test dictionary access on blocks.
2114
2115 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2116
2117 PR gdb/24863
2118 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2119 -list-thread-groups --available test when running under
2120 check-read1.
2121
2122 2019-08-05 Tom de Vries <tdevries@suse.de>
2123
2124 PR testsuite/24863
2125 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2126 * gdb.base/help.exp: Use with_read1_timeout_factor.
2127 * gdb.base/info-macros.exp: Same.
2128 * gdb.cp/nested-types.exp: Same.
2129
2130 2019-08-05 Tom de Vries <tdevries@suse.de>
2131
2132 * lib/gdb.exp (version_at_least): Factor out of ...
2133 (tcl_version_at_least): ... here.
2134 (gdb_compile): Fail if pie results in non-PIE executable.
2135 (readelf_version, readelf_prints_pie): New proc.
2136 (exec_is_pie): Return -1 if unknown.
2137
2138 2019-08-05 Tom de Vries <tdevries@suse.de>
2139
2140 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2141
2142 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2143
2144 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2145
2146 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2147
2148 * lib/completion-support.exp (test_gdb_complete_none): Skip
2149 tab completion tests if no readline support.
2150 (test_gdb_complete_unique_re): Likewise.
2151 (test_gdb_complete_multiple): Likewise.
2152
2153 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2154
2155 * gdb.base/info_sources.exp: New file.
2156 * gdb.base/info_sources.c: New file.
2157 * gdb.base/info_sources_base.c: New file.
2158
2159 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2160
2161 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2162 prefix argument.
2163 (test_exit_status): Add prefix argument.
2164
2165 2019-08-01 Tom de Vries <tdevries@suse.de>
2166
2167 PR testsuite/24863
2168 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2169 calling exp_continue for new thread and thread exited messages.
2170
2171 2019-08-01 Tom de Vries <tdevries@suse.de>
2172
2173 PR testsuite/24863
2174 * gdb.base/structs.exp: Fix check-read1 timeout using
2175 gdb_test_sequence.
2176 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2177
2178 2019-08-01 Tom de Vries <tdevries@suse.de>
2179
2180 PR testsuite/24863
2181 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2182 line.
2183
2184 2019-08-01 Tom de Vries <tdevries@suse.de>
2185
2186 PR testsuite/24863
2187 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2188
2189 2019-07-30 Tom Tromey <tromey@adacore.com>
2190
2191 * gdb.ada/display_nested.exp: New file.
2192 * gdb.ada/display_nested/foo.adb: New file.
2193 * gdb.ada/display_nested/pack.adb: New file.
2194 * gdb.ada/display_nested/pack.ads: New file.
2195
2196 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2197
2198 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2199 namespace.
2200 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2201
2202 2019-07-30 Tom de Vries <tdevries@suse.de>
2203
2204 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2205 instead.
2206
2207 2019-07-30 Tom de Vries <tdevries@suse.de>
2208
2209 PR testsuite/24834
2210 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2211 (exec_is_pie): New proc.
2212
2213 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2214
2215 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2216
2217 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2218
2219 * gdb.python/py-objfile.c: Add global and static vars.
2220 * gdb.python/py-objfile.exp: Test new functions Objfile.
2221 lookup_global_symbol and lookup_static_symbol.
2222
2223 2019-07-29 Tom Tromey <tom@tromey.com>
2224
2225 * lib/tuiterm.exp (Term::_csi_@): New proc.
2226 (Term::_csi_X): Don't move cursor.
2227
2228 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2229
2230 * gdb.base/options.exp: Update backtrace - completion to
2231 new option -frame-info.
2232 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2233 Test new 'set print frame-info'. Test backtrace -frame-info
2234 overriding 'set print frame-info'.
2235 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2236 Test new 'set print frame-info'.
2237 Verify consistency of backtrace with and without filters, with and
2238 without -no-filters.
2239 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2240 default.
2241
2242 2019-07-29 Tom de Vries <tdevries@suse.de>
2243
2244 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2245 no arguments".
2246
2247 2019-07-29 Tom de Vries <tdevries@suse.de>
2248
2249 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2250 is a substring of the first for "complete non-unique file name".
2251
2252 2019-07-29 Tom de Vries <tdevries@suse.de>
2253
2254 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2255 with ".*".
2256
2257 2019-07-29 Tom de Vries <tdevries@suse.de>
2258
2259 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2260 Pass prompt_regexp parameter to gdb_test_multiple calls.
2261
2262 2019-07-29 Tom de Vries <tdevries@suse.de>
2263
2264 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2265 print registers" regexps.
2266
2267 2019-07-29 Tom de Vries <tdevries@suse.de>
2268
2269 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2270
2271 2019-07-29 Tom de Vries <tdevries@suse.de>
2272
2273 PR gdb/24855
2274 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2275 (skip_python_tests_prompt): Add prompt_regexp argument to
2276 gdb_test_multiple calls.
2277
2278 2019-07-27 Tom Tromey <tom@tromey.com>
2279
2280 * gdb.tui/main.exp: New file.
2281
2282 2019-07-27 Tom Tromey <tom@tromey.com>
2283
2284 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2285 optional.
2286 * gdb.tui/empty.exp: New file.
2287
2288 2019-07-27 Tom Tromey <tom@tromey.com>
2289
2290 * lib/tuiterm.exp (spawn): New proc.
2291 (Term::resize): New proc.
2292 * gdb.tui/resize.exp: New file.
2293
2294 2019-07-27 Tom Tromey <tom@tromey.com>
2295
2296 * gdb.tui/list.exp: New file.
2297
2298 2019-07-27 Tom Tromey <tom@tromey.com>
2299
2300 * gdb.tui/regs.exp: New file.
2301
2302 2019-07-27 Tom Tromey <tom@tromey.com>
2303
2304 * gdb.tui/basic.exp: Add "layout split" test.
2305
2306 2019-07-27 Tom Tromey <tom@tromey.com>
2307
2308 * gdb.tui/basic.exp: Add "layout asm" test.
2309
2310 2019-07-27 Tom Tromey <tom@tromey.com>
2311
2312 * lib/tuiterm.exp: New file.
2313 * gdb.tui/basic.exp: New file.
2314
2315 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2316
2317 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2318 Enable tests associated with this flag. Adjust regex
2319 referencing "foo_low" to now refer to "foo_cold" instead.
2320
2321 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2322
2323 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2324 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2325 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2326 foo_cold. Revise comments to match.
2327 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2328 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2329 were wrapped into this proc; Call do_test in loop from outermost
2330 level.
2331 (foo_low): Rename all occurrences to "foo_cold".
2332 (backtrace from baz): New test.
2333 (x2/i foo_cold): New test.
2334 (info line *foo_cold): New test.
2335
2336 2019-07-26 Tom de Vries <tdevries@suse.de>
2337
2338 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2339
2340 2019-07-25 Tom de Vries <tdevries@suse.de>
2341
2342 PR testsuite/24830
2343 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2344 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2345 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2346 (skip_libstdcxx_probe_tests): ... here.
2347 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2348
2349 2019-07-24 Tom de Vries <tdevries@suse.de>
2350
2351 PR testsuite/24807
2352 * gdb.objc/basicclass.m: Include stdio.h.
2353 * gdb.objc/nondebug.m: Same.
2354 * gdb.objc/objcdecode.m: Same.
2355
2356 2019-07-24 Tom de Vries <tdevries@suse.de>
2357
2358 PR testsuite/24612
2359 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2360 additional_flags.
2361
2362 2019-07-24 Tom de Vries <tdevries@suse.de>
2363
2364 PR testsuite/24831
2365 * gdb.multi/tids.exp: Update error messages for info threads.
2366
2367 2019-07-24 Tom de Vries <tdevries@suse.de>
2368
2369 * gdb.base/info-types.exp: Allow info types to print info for more than
2370 one file.
2371
2372 2019-07-23 Tom de Vries <tdevries@suse.de>
2373
2374 PR testsuite/24842
2375 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2376 gdb_spawn_with_cmdline_opts.
2377
2378 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2379
2380 * gdb.arch/arm-cmse-sgstubs.c: New test.
2381 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2382
2383 2019-07-23 Tom de Vries <tdevries@suse.de>
2384
2385 PR testsuite/24711
2386 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2387 issuing next command.
2388
2389 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2390
2391 * gdb.ada/info_auto_lang.exp: Update expected results.
2392 * gdb.base/info-types.c: Add additional types to check.
2393 * gdb.base/info-types.exp: Update expected results.
2394
2395 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.base/info-types.c: New file.
2398 * gdb.base/info-types.exp: New file.
2399
2400 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.arch/riscv-bp-infcall.c: New file.
2403 * gdb.arch/riscv-bp-infcall.exp: New file.
2404
2405 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 PR breakpoints/24541
2408 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2409
2410 2019-07-14 Tom de Vries <tdevries@suse.de>
2411
2412 PR testsuite/24760
2413 * gdb.objc/basicclass.exp: Fix unterminated string.
2414
2415 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2416 Andrew Burgess <andrew.burgess@embecosm.com>
2417
2418 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2419 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2420 negative bounds.
2421 * gdb.fortran/vla-value.exp: Print elements of an array with
2422 negative bounds.
2423 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2424 testing.
2425
2426 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2427
2428 * gdb.base/options.exp (expect_string): Dequote strings in
2429 results.
2430 (test-string): Test strings with different quoting and reindent.
2431
2432 2019-07-10 Tom Tromey <tromey@adacore.com>
2433
2434 * gdb.ada/mi_ex_cond.exp: Update expected results.
2435 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2436 * gdb.ada/mi_catch_ex.exp: Update expected results.
2437 * gdb.ada/mi_catch_assert.exp: Update expected results.
2438 * gdb.ada/catch_ex.exp (catch_exception_info)
2439 (catch_exception_entry, catch_assert_entry)
2440 (catch_unhandled_entry): Update.
2441 * gdb.ada/catch_assert_if.exp: Update expected results.
2442
2443 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2444 Stephen Roberts <stephen.roberts@arm.com>
2445
2446 * gdb.base/define.exp: Restore original prompt.
2447
2448 2019-07-09 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2451 breakpoints" output.
2452 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2453 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2454 throw" creates breakpoint.
2455 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2456 'type="catchpoint"'.
2457
2458 2019-07-09 Pedro Alves <palves@redhat.com>
2459
2460 PR c++/15468
2461 * gdb.cp/except-multi-location-lib.cc: New.
2462 * gdb.cp/except-multi-location-main.cc: New.
2463 * gdb.cp/except-multi-location.exp: New.
2464
2465 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2466
2467 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2468 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2469 argument and update callers.
2470
2471 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2472
2473 * gdb.arch/amd64-break-on-asm-line.S: New file.
2474 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2475
2476 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2477
2478 * gdb.base/printcmds.exp: Test printing C string and
2479 C wide string convenience vars without transiting via the inferior.
2480 Also make test names unique.
2481
2482 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2483
2484 PR breakpoints/25011
2485 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2486
2487 2019-07-04 Pedro Alves <palves@redhat.com>
2488
2489 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2490 body returned ok(0), break(3) or continue(4).
2491 * gdb.testsuite/foreach_with_prefix.exp: New file.
2492
2493 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2494
2495 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2496
2497 2019-07-03 Pedro Alves <palves@redhat.com>
2498
2499 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2500 "return -code".
2501
2502 2019-07-03 Pedro Alves <palves@redhat.com>
2503
2504 PR cli/24732
2505 * gdb.base/shell.exp: Load completion-support.exp.
2506 Adjust expected error output. Add completion tests.
2507
2508 2019-07-03 Pedro Alves <palves@redhat.com>
2509
2510 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2511 string_to_regexp.
2512
2513 2019-07-03 Pedro Alves <palves@redhat.com>
2514
2515 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2516 (expect_integer): Adjust to expect "-string".
2517 (expect_string): New.
2518 (all_options): Expect "-string".
2519 (test-flag, test-boolean): Adjust to expect "-string".
2520 (test-string): New proc.
2521 (top level): Call it.
2522
2523 2019-07-03 Pedro Alves <palves@redhat.com>
2524
2525 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2526 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2527 the expected output in the success.
2528
2529 2019-07-03 Pedro Alves <palves@redhat.com>
2530
2531 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2532 Split one gdb_test_multiple call in two to avoid a race.
2533
2534 2019-07-03 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.base/with.c: New file.
2537 * gdb.base/with.exp: New file.
2538
2539 2019-07-03 Pedro Alves <palves@redhat.com>
2540
2541 * gdb.base/settings.exp: Replace all references to "maint
2542 test-settings set" with references to "maint set test-settings",
2543 and all references to "maint test-settings show" with references
2544 to "maint show test-settings".
2545
2546 2019-07-03 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.base/settings.exp (test-string): Adjust expected out when
2549 testing "maint test-settings show filename"
2550
2551 2019-07-02 Pedro Alves <palves@redhat.com>
2552
2553 * gdb.base/options.exp (test-info-threads): New procedure.
2554 (top level): Call it.
2555
2556 2019-06-28 Tom Tromey <tromey@adacore.com>
2557
2558 * gdb.dwarf2/ada-linkage-name.c: New file.
2559 * gdb.dwarf2/ada-linkage-name.exp: New file.
2560
2561 2019-06-27 Tom Tromey <tromey@adacore.com>
2562
2563 PR c++/20020:
2564 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2565
2566 2019-06-26 Tom de Vries <tdevries@suse.de>
2567
2568 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2569
2570 2019-06-26 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.base/index-cache.exp: Add back missing debug option.
2573
2574 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2575
2576 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2577
2578 2019-06-25 Tom de Vries <tdevries@suse.de>
2579
2580 PR testsuite/24727
2581 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2582
2583 2019-06-24 Tom de Vries <tdevries@suse.de>
2584
2585 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2586
2587 2019-06-24 Tom de Vries <tdevries@suse.de>
2588
2589 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2590 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2591 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2592
2593 2019-06-24 Tom de Vries <tdevries@suse.de>
2594
2595 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2596
2597 2019-06-21 Tom de Vries <tdevries@suse.de>
2598
2599 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2600
2601 2019-06-21 Tom de Vries <tdevries@suse.de>
2602
2603 PR testsuite/24518
2604 PR ada/24713
2605 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2606 index.
2607
2608 2019-06-19 Tom Tromey <tromey@adacore.com>
2609
2610 * gdb.ada/length_cond.exp: Add intro comment.
2611
2612 2019-06-19 Tom Tromey <tromey@adacore.com>
2613
2614 * gdb.ada/length_cond.exp: New file.
2615 * gdb.ada/length_cond/length_cond.adb: New file.
2616 * gdb.ada/length_cond/pck.adb: New file.
2617 * gdb.ada/length_cond/pck.ads: New file.
2618
2619 2019-06-18 Tom de Vries <tdevries@suse.de>
2620
2621 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2622
2623 2019-06-18 Tom Tromey <tromey@adacore.com>
2624
2625 * gdb.base/list0.h: Add comment explaining control character.
2626
2627 2019-06-18 Tom de Vries <tdevries@suse.de>
2628
2629 * boards/fission.exp: Break up long debug_flags line.
2630
2631 2019-06-16 Tom de Vries <tdevries@suse.de>
2632
2633 PR gdb/24445
2634 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2635 generated index.
2636
2637 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2638
2639 PR gdb/24686
2640 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2641 improve detection of bug gdb/24541.
2642
2643 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2644
2645 PR gdb/24669
2646 * gdb.base/index-cache.exp (uses_readnow,
2647 expecting_index_cache_use): Define global variable.
2648 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2649 expecting_index_cache_use.
2650
2651 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2652 Andrew Burgess <andrew.burgess@embecosm.com>
2653
2654 * gdb.fortran/pointers.f90: New file.
2655 * gdb.fortran/print_type.exp: New file.
2656 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2657 * gdb.fortran/vla-type.exp: Likewise.
2658 * gdb.fortran/vla-value.exp: Likewise.
2659 * gdb.mi/mi-vla-fortran.exp: Likewise.
2660
2661 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2664 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2665 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2666 as a stop reason.
2667
2668 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2669
2670 * gdb.base/annota1.exp: Update expected results.
2671 * gdb.cp/annota2.exp: Likewise.
2672 * gdb.cp/annota3.exp: Likewise.
2673
2674 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * gdb.base/style-logging.exp: Remove path from test name.
2677
2678 2019-06-14 Tom Tromey <tromey@adacore.com>
2679
2680 PR gdb/24502:
2681 * gdb.base/style-logging.exp: New file.
2682
2683 2019-06-14 Tom Tromey <tromey@adacore.com>
2684
2685 * gdb.base/symfile-warn.exp: New file.
2686 * gdb.base/symfile-warn.c: New file.
2687
2688 2019-06-14 Tom Tromey <tromey@adacore.com>
2689
2690 * gdb.base/annotate-symlink.exp: New file.
2691
2692 2019-06-14 Tom Tromey <tromey@adacore.com>
2693
2694 * gdb.ada/set_wstr.exp: Add reassignment test.
2695
2696 2019-06-14 Tom Tromey <tromey@adacore.com>
2697
2698 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2699 'unchecked_access and 'unrestricted_access as well.
2700
2701 2019-06-14 Tom Tromey <tromey@adacore.com>
2702
2703 PR ada/24539:
2704 * gdb.ada/vla.exp: Update tests.
2705 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2706 pragma.
2707
2708 2019-06-13 Pedro Alves <palves@redhat.com>
2709
2710 * gdb.base/settings.exp (test-integer): Test junk after
2711 "unlimited".
2712
2713 2019-06-13 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.base/options.exp (test-thread-apply): New.
2716 (top level): Call it.
2717
2718 2019-06-13 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.base/options.exp (test-frame-apply): New.
2721 (top level): Test print commands with different "frame apply"
2722 prefixes.
2723
2724 2019-06-13 Pedro Alves <palves@redhat.com>
2725
2726 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2727 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2728 'max_completions' parameter and handle it.
2729 (test_gdb_completion_offers_commands): New.
2730
2731 2019-06-13 Pedro Alves <palves@redhat.com>
2732
2733 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2734
2735 2019-06-13 Pedro Alves <palves@redhat.com>
2736
2737 * gdb.base/options.exp (test-backtrace): New.
2738 (top level): Call it.
2739
2740 2019-06-13 Pedro Alves <palves@redhat.com>
2741
2742 * gdb.guile/scm-frame-args.exp: Use "set print
2743 raw-frame-arguments" instead of "set print raw frame-arguments".
2744 * gdb.python/py-frame-args.exp: Likewise.
2745
2746 2019-06-13 Pedro Alves <palves@redhat.com>
2747
2748 * gdb.compile/compile.exp: Adjust expected output to option
2749 processing changes.
2750
2751 2019-06-13 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.base/options.exp: Build executable.
2754 (test-print): New procedure.
2755 (top level): Call it, once for "print" and another for "compile
2756 print".
2757
2758 2019-06-13 Pedro Alves <palves@redhat.com>
2759
2760 * gdb.base/options.c: New file.
2761 * gdb.base/options.exp: New file.
2762
2763 2019-06-13 Pedro Alves <palves@redhat.com>
2764
2765 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2766 that "o" is ambiguous.
2767
2768 2019-06-13 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.base/settings.c: New file.
2771 * gdb.base/settings.exp: New file.
2772
2773 2019-06-13 Pedro Alves <palves@redhat.com>
2774
2775 * gdb.base/completion.exp: Fix comment typo.
2776
2777 2019-06-13 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2780 foo --1" test.
2781
2782 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2783
2784 * gdb.fortran/block-data.f: New.
2785 * gdb.fortran/block-data.exp: New.
2786
2787 2019-06-11 Tom de Vries <tdevries@suse.de>
2788
2789 PR testsuite/24521
2790 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2791 message.
2792
2793 2019-06-11 Tom de Vries <tdevries@suse.de>
2794
2795 PR testsuite/24521
2796 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2797
2798 2019-06-11 Tom de Vries <tdevries@suse.de>
2799
2800 * boards/readnow.exp: New file.
2801
2802 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2803
2804 * gdb.fortran/vla-sizeof.exp: Update expected results.
2805
2806 2019-06-06 Amos Bird <amosbird@gmail.com>
2807
2808 * gdb.base/annota1.exp (thread_switch): Add test for
2809 thread-exited annotation.
2810
2811 2019-06-06 Tom Tromey <tromey@adacore.com>
2812
2813 * gdb.base/maint.exp: Expect command started/finished output.
2814
2815 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2818 comment.
2819 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2820
2821 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2824 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2825 * gdb.arch/riscv-unwind-long-insn.c: New file.
2826 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2827
2828 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2829
2830 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2831
2832 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2833
2834 * lib/gdb.exp (help_list_trailer): New regexp variable
2835 factorizing the help trailer message.
2836 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2837 arg to allow to better factorize various tests.
2838 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2839 (test_prefix_command_help): Use help_list_trailer.
2840 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2841 * gdb.guile/scm-cmd.exp: Likewise.
2842 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2843 * gdb.base/help.exp: Use test_user_defined_class_help.
2844 * gdb.base/style.exp: Add tests for styling of help and apropos.
2845 * lib/gdb-utils.exp (style): Add title and highlight styles.
2846
2847 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2848
2849 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2850 $_shell_exitsignal.
2851 * gdb.base/default.exp: Update for new convenience variables.
2852
2853 2019-05-29 Tom Tromey <tromey@adacore.com>
2854
2855 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2856 to "break complete ada" test case's regexp.
2857
2858 2019-05-29 Tom Tromey <tromey@adacore.com>
2859
2860 PR c++/20020:
2861 * gdb.cp/constexpr-field.exp: New file.
2862 * gdb.cp/constexpr-field.cc: New file.
2863
2864 2019-05-29 Tom Tromey <tromey@adacore.com>
2865
2866 * gdb.base/finish.exp (finish_no_print): New proc.
2867 (finish_tests): Call it.
2868
2869 2019-05-24 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.dwarf2/gdb-add-index.exp: New file.
2872
2873 2019-05-22 Tom Tromey <tromey@adacore.com>
2874
2875 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2876 * gdb.base/style.exp: Use "style".
2877 * lib/gdb-utils.exp (style): New proc.
2878
2879 2019-05-22 Tom de Vries <tdevries@suse.de>
2880
2881 * gdb.base/align.exp: Require c++11.
2882
2883 2019-05-22 Tom de Vries <tdevries@suse.de>
2884
2885 PR testsuite/24586
2886 * gdb.python/py-mi-var-info-path-expression.exp: Call
2887 mi_skip_python_tests to check if python is supported.
2888
2889 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2890
2891 * gdb.arch/aarch64-pauth.c: New test.
2892 * gdb.arch/aarch64-pauth.exp: New file.
2893
2894 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2895
2896 * README (Re-running Tests Outside The Testsuite): New section.
2897
2898 2019-05-21 Tom de Vries <tdevries@suse.de>
2899
2900 * gdb.arch/amd64-eval.exp: Require c++11.
2901 * gdb.base/max-depth.exp: Same.
2902 * gdb.compile/compile-cplus-array-decay.exp: Same.
2903 * gdb.cp/meth-typedefs.exp: Same.
2904 * gdb.cp/subtypes.exp: Same.
2905 * gdb.cp/temargs.exp: Same.
2906
2907 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2908
2909 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2910
2911 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 PR gdb/18644
2914 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2915 * gdb.fortran/printing-types.exp: Add new test.
2916 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2917 testing.
2918 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2919 setup_kfail call.
2920
2921 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2922
2923 * README (Running the Testsuite): Change example.
2924 (Testsuite Parameters): Remove TRANSCRIPT.
2925 * lib/gdb.exp: Remove TRANSCRIPT check.
2926
2927 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2928
2929 * README (Testsuite Parameters): Add replay logging to
2930 GDBSERVER_DEBUG.
2931 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2932 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2933 as a comma separated list.
2934 (gdb_debug_init): Override procedure.
2935
2936 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2937
2938 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2939 (gdb_write_cmd_file): New procedure.
2940 * lib/gdbserver-support.exp (gdbserver_start): Call
2941 gdbserver_write_cmd_file.
2942 (gdbserver_write_cmd_file): New procedure.
2943
2944 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2945
2946 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2947 (delete_breakpoints): Likewise.
2948 (gdb_run_cmd): Likewise.
2949 (gdb_start_cmd): Likewise.
2950 (gdb_starti_cmd): Likewise.
2951 (gdb_internal_error_resync): Likewise.
2952 (gdb_test_multiple): Likewise.
2953 (gdb_reinitialize_dir): Likewise.
2954 (default_gdb_exit): Likewise.
2955 (gdb_file_cmd): Mark kill as optional.
2956 (default_gdb_start): Call gdb_stdin_log_init.
2957 (send_gdb): Call gdb_stdin_log_write.
2958 (rerun_to_main): Mark Y as an answer.
2959 (gdb_stdin_log_init): New function.
2960 (gdb_stdin_log_write): Likewise.
2961
2962 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2963
2964 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2965 * gdb.base/debug-expr.exp: Likewise.
2966 * gdb.base/foll-fork.exp: Likewise.
2967 * gdb.base/foll-vfork.exp: Likewise.
2968 * gdb.base/fork-print-inferior-events.exp: Likewise.
2969 * gdb.base/gdb-sigterm.exp: Likewise.
2970 * gdb.base/gdbinit-history.exp: Likewise.
2971 * gdb.base/osabi.exp: Likewise.
2972 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2973 * gdb.base/ui-redirect.exp: Likewise.
2974 * gdb.gdb/unittest.exp: Likewise.
2975 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2976 * gdb.mi/mi-watch.exp: Likewise.
2977 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2978 * gdb.mi/user-selected-context-sync.exp: Likewise.
2979 * gdb.python/python.exp: Disable debug test when debugging.
2980 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2981 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2982 Likewise.
2983 * gdb.threads/stepi-random-signal.exp: Likewise.
2984
2985 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2986
2987 * Makefile.in: Pass through GDB_DEBUG.
2988 * README (Testsuite Parameters): Add GDB_DEBUG.
2989 (gdb,debug): Add board setting.
2990 * lib/gdb.exp (default_gdb_start): Start debugging.
2991 (gdb_debug_enabled): New procedure.
2992 (gdb_debug_init): Likewise.
2993
2994 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2995
2996 * Makefile.in: Pass through GDB_DEBUG.
2997 * README (Testsuite Parameters): Add GDB_DEBUG.
2998 (gdb,debug): Add board setting.
2999 * lib/gdb.exp (default_gdb_start): Start debugging.
3000 (gdb_debug_enabled): New procedure.
3001 (gdb_debug_init): Likewise.
3002
3003 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3004
3005 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3006
3007 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3008
3009 * gdb.base/ui-redirect.exp: Test redirection.
3010
3011 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3012
3013 * gdb.mi/mi-complete.exp: New file.
3014 * gdb.mi/mi-complete.cc: Likewise.
3015
3016 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3017
3018 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3019 indexed and sliced arrays, and pointers to arrays.
3020
3021 2019-05-14 Tom Tromey <tromey@adacore.com>
3022
3023 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3024 styling test.
3025
3026 2019-05-14 Tom de Vries <tdevries@suse.de>
3027
3028 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3029 selection entry encoding.
3030
3031 2019-05-10 Tom Tromey <tromey@adacore.com>
3032
3033 * gdb.ada/info_exc.exp: Add "complete" test.
3034
3035 2019-05-09 Tom de Vries <tdevries@suse.de>
3036
3037 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3038 CU-relative.
3039
3040 2019-05-09 Tom de Vries <tdevries@suse.de>
3041
3042 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3043 CU-relative.
3044
3045 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3046
3047 * gdb.ada/frame_arg_lang.exp: New testcase.
3048 * gdb.ada/frame_arg_lang/bla.adb: New file.
3049 * gdb.ada/frame_arg_lang/pck.ads: New file.
3050 * gdb.ada/frame_arg_lang/pck.adb: New file.
3051 * gdb.ada/frame_arg_lang/foo.c: New file.
3052
3053 2019-05-08 Tom Tromey <tromey@adacore.com>
3054
3055 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3056
3057 2019-05-08 Tom Tromey <tromey@adacore.com>
3058
3059 * gdb.base/ptype-offsets.exp: Update tests.
3060
3061 2019-05-08 Tom Tromey <tromey@adacore.com>
3062
3063 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3064 cases.
3065 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3066 "short".
3067
3068 2019-05-08 Tom Tromey <tromey@adacore.com>
3069
3070 * gdb.ada/vla.exp: New file.
3071 * gdb.ada/vla/vla.adb: New file.
3072
3073 2019-05-07 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3076
3077 2019-05-07 Tom de Vries <tdevries@suse.de>
3078
3079 PR testsuite/24522
3080 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3081 section.
3082
3083 2019-05-07 Tom de Vries <tdevries@suse.de>
3084
3085 PR testsuite/24522
3086 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3087 .debug_aranges section.
3088
3089 2019-05-07 Tom de Vries <tdevries@suse.de>
3090
3091 PR testsuite/24159
3092 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3093
3094 2019-05-06 Tom de Vries <tdevries@suse.de>
3095
3096 * lib/gdb.exp (exec_has_index_section): New proc.
3097 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3098 section.
3099
3100 2019-05-04 Tom de Vries <tdevries@suse.de>
3101
3102 * boards/cc-with-debug-names.exp: New file.
3103
3104 2019-05-03 Tom Tromey <tromey@adacore.com>
3105
3106 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3107 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3108 * gdb.ada/char_enum.exp: Add test.
3109
3110 2019-05-03 Tom de Vries <tdevries@suse.de>
3111
3112 * boards/cc-with-gdb-index.exp: New file.
3113
3114 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3115
3116 * gdb.rust/simple.exp: Add new test case.
3117 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3118 (main): Initialise an instance of the new struct.
3119
3120 2019-05-01 Tom Tromey <tromey@adacore.com>
3121
3122 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3123 record.
3124 (NPR): New variable.
3125 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3126 test.
3127
3128 2019-05-01 Tom Tromey <tromey@adacore.com>
3129
3130 * gdb.ada/packed_array_assign.exp: Add packed assignment
3131 regression test.
3132
3133 2019-05-01 Tom de Vries <tdevries@suse.de>
3134
3135 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3136
3137 2019-05-01 Tom de Vries <tdevries@suse.de>
3138
3139 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3140
3141 2019-04-30 Ali Tamur <tamur@google.com>
3142
3143 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3144
3145 2019-04-30 Tom Tromey <tromey@adacore.com>
3146
3147 * lib/ada.exp (find_ada_tool): New proc.
3148 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3149 * gdb.ada/catch_ex_std.exp: New file.
3150 * gdb.ada/catch_ex_std/foo.adb: New file.
3151 * gdb.ada/catch_ex_std/some_package.adb: New file.
3152 * gdb.ada/catch_ex_std/some_package.ads: New file.
3153
3154 2019-04-30 Tom Tromey <tromey@adacore.com>
3155
3156 PR c++/24470:
3157 * gdb.cp/temargs.cc: Add test code from PR.
3158
3159 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * gdb.fortran/vla-datatypes.exp: Update expected results.
3162 * gdb.fortran/vla-ptype.exp: Likewise.
3163 * gdb.fortran/vla-type.exp: Likewise.
3164 * gdb.fortran/vla-value.exp: Likewise.
3165
3166 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3167
3168 * gdb.fortran/ptr-indentation.exp: Update expected results.
3169 * gdb.fortran/ptype-on-functions.exp: Likewise.
3170 * gdb.fortran/vla-ptr-info.exp: Likewise.
3171 * gdb.fortran/vla-value.exp: Likewise.
3172
3173 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3174
3175 * gdb.fortran/ptype-on-functions.exp: New file.
3176 * gdb.fortran/ptype-on-functions.f90: New file.
3177
3178 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3179
3180 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3181 case void string.
3182
3183 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3184
3185 * gdb.fortran/complex.exp: Expand.
3186 * gdb.fortran/complex.f: Renamed to...
3187 * gdb.fortran/complex.f90: ...this, and extended to add more
3188 complex values.
3189
3190 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3191
3192 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3193 MODULO, CMPLX.
3194
3195 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3196 Richard Bunt <richard.bunt@arm.com>
3197
3198 * gdb.base/max-depth.c: New file.
3199 * gdb.base/max-depth.exp: New file.
3200 * gdb.python/py-nested-maps.c: New file.
3201 * gdb.python/py-nested-maps.exp: New file.
3202 * gdb.python/py-nested-maps.py: New file.
3203 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3204 (test_all_common): Call test_max_depth.
3205 * gdb.fortran/max-depth.exp: New file.
3206 * gdb.fortran/max-depth.f90: New file.
3207 * gdb.go/max-depth.exp: New file.
3208 * gdb.go/max-depth.go: New file.
3209 * gdb.modula2/max-depth.exp: New file.
3210 * gdb.modula2/max-depth.c: New file.
3211 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3212
3213 2019-04-29 Tom de Vries <tdevries@suse.de>
3214
3215 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3216
3217 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3218
3219 * gdb.base/callexit.exp: Test may-call-functions off.
3220
3221 2019-04-25 Keith Seitz <keiths@redhat.com>
3222
3223 PR c++/24367
3224 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3225 (another_incomplete_struct, test_incomplete): New definitions.
3226 (main): Use new definitions.
3227 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3228 functions.
3229
3230 2019-04-25 Ali Tamur <tamur@google.com>
3231
3232 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3233
3234 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3235
3236 PR corefiles/11608
3237 PR corefiles/18187
3238 * gdb.base/coredump-filter-build-id.exp: New file.
3239
3240 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3241
3242 * Makefile.in: Pass through GDBSERVER_DEBUG.
3243 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3244 (gdbserver,debug): Add board setting.
3245 * gdb.trace/tspeed.exp: Skip when debugging.
3246 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3247 * lib/gdbserver-support.exp: Likewise
3248
3249 2019-04-24 Tom Tromey <tromey@adacore.com>
3250
3251 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3252 Rust.
3253
3254 2019-04-24 Tom Tromey <tromey@adacore.com>
3255
3256 * gdb.arch/amd64-eval.exp: Test bitfield return.
3257 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3258 (class Foo) <return_bitfields>: New method.
3259 (main): Call it.
3260
3261 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3262
3263 * gdb.cp/many-args.cc: New file.
3264 * gdb.cp/many-args.exp: New file.
3265
3266 2019-04-23 Tom de Vries <tdevries@suse.de>
3267
3268 PR gdb/24433
3269 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3270
3271 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3272
3273 * gdb.trace/backtrace.exp: Use nopie flag.
3274 * gdb.trace/circ.exp: Likewise.
3275 * gdb.trace/collection.exp: Likewise.
3276 * gdb.trace/ftrace.exp: Likewise.
3277 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3278 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3279 * gdb.trace/qtro.exp: Likewise.
3280 * gdb.trace/read-memory.exp: Likewise.
3281 * gdb.trace/report.exp: Likewise.
3282 * gdb.trace/tfile.exp: Likewise.
3283 * gdb.trace/tfind.exp: Likewise.
3284 * gdb.trace/unavailable.exp: Likewise.
3285
3286 2019-04-22 Pedro Alves <palves@redhat.com>
3287
3288 * gdb.base/solib-probes-nosharedlibrary.c,
3289 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3290
3291 2019-04-19 Tom Tromey <tromey@adacore.com>
3292
3293 * gdb.ada/ptype_union.c: New file.
3294 * gdb.ada/ptype_union.exp: New file.
3295
3296 2019-04-19 Tom Tromey <tromey@adacore.com>
3297
3298 PR symtab/24423:
3299 * gdb.base/list0.h (foo): Add a control-l character.
3300
3301 2019-04-18 Tom de Vries <tdevries@suse.de>
3302
3303 PR gdb/24433
3304 * boards/local-board.exp: Set sysroot to "".
3305
3306 2019-04-18 Tom de Vries <tdevries@suse.de>
3307 Pedro Alves <palves@redhat.com>
3308
3309 PR gdb/24454
3310 * gdb.threads/vfork-follow-child-exec.c: New file.
3311 * gdb.threads/vfork-follow-child-exec.exp: New file.
3312 * gdb.threads/vfork-follow-child-exit.c: New file.
3313 * gdb.threads/vfork-follow-child-exit.exp: New file.
3314
3315 2019-04-15 Leszek Swirski <leszeks@google.com>
3316
3317 * gdb.arch/amd64-eval.cc: New file.
3318 * gdb.arch/amd64-eval.exp: New file.
3319
3320 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3321
3322 * gdb.server/sysroot.c: New test.
3323 * gdb.server/sysroot.exp: New file.
3324 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3325 matching param.
3326
3327 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3328
3329 * gdb.base/align.exp: Extend test to cover structures containing
3330 only static fields.
3331
3332 2019-04-11 Tom de Vries <tdevries@suse.de>
3333
3334 * boards/cc-with-dwz-m.exp: New file.
3335 * boards/cc-with-dwz.exp: New file.
3336 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3337
3338 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3339
3340 * gdb.base/start-cpp.exp: New file.
3341 * gdb.base/start-cpp.cc: New file.
3342
3343 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3344
3345 * gdb.python/py-thrhandle.exp: Adjust tests to call
3346 thread_from_handle instead of thread_from_thread_handle.
3347
3348 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3349
3350 * gdb.python/py-thrhandle.exp: Add tests for
3351 gdb.InferiorThread.handle.
3352
3353 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3354
3355 * gdb.python/py-function.exp: Check calling helper function from
3356 all languages.
3357 * lib/gdb.exp (gdb_supported_languages): New proc.
3358
3359 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3360
3361 * gdb.base/complex-parts.c: New file.
3362 * gdb.base/complex-parts.exp: New file.
3363
3364 2019-04-01 Tom Tromey <tromey@adacore.com>
3365
3366 PR symtab/23331:
3367 * gdb.dwarf2/dw2-ranges-main.c: New file.
3368 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3369 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3370
3371 2019-03-30 Simon Marchi <simark@simark.ca>
3372
3373 * gdb.base/default.exp: Add values for $_gdb_major and
3374 $_gdb_minor.
3375
3376 2019-03-29 Tom Tromey <tromey@adacore.com>
3377
3378 * gdb.base/help.exp: Tighten apropos regexp.
3379
3380 2019-03-29 Keith Seitz <keiths@redhat.com>
3381
3382 * gdb.fortran/array-bounds.exp: New file.
3383 * gdb.fortran/array-bounds.f90: New file.
3384
3385 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3386
3387 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3388
3389 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3390
3391 * gdb.multi/hello.c (main): Increase alarm timer.
3392
3393 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3394
3395 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3396 factor when no hardware watchpoint support.
3397
3398 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3399 Pedro Alves <palves@redhat.com>
3400
3401 * boards/local-board.exp: set sysroot to /.
3402
3403 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3404
3405 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3406 in child.
3407
3408 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3409
3410 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3411 field.
3412 (make_container): Initialise new field.
3413 * gdb.python/py-prettyprint.exp: Add new tests.
3414 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3415 <display_hint>: New method.
3416
3417 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3418
3419 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3420 gdb_continue_to_breakpoint more throughout this test.
3421 (run_lang_tests) Supply unique test names, and use
3422 gdb_test_no_output.
3423
3424 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3425
3426 * gdb.base/finish-pretty.exp: Update expected results.
3427 * gdb.base/pretty-print.c: New file.
3428 * gdb.base/pretty-print.exp: New file.
3429
3430 2019-03-25 Pedro Alves <palves@redhat.com>
3431
3432 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3433 move comments outside list. Append '-i "" eof' section.
3434
3435 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3436
3437 PR testsuite/25016
3438 * README: Add pie options.
3439 * gdb.base/break-interp.exp: Ensure pie is disabled.
3440 * gdb.base/dump.exp: Likewise.
3441 * lib/gdb.exp (gdb_compile): Add pie option.
3442
3443 2019-03-19 Tom Tromey <tromey@adacore.com>
3444
3445 * gdb.mi/mi2-cli-display.c: New file.
3446 * gdb.mi/mi2-cli-display.exp: New file.
3447
3448 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3449 Tom Tromey <tromey@adacore.com>
3450
3451 * gdb.ada/ptype_array/pck.adb: New file.
3452 * gdb.ada/ptype_array/pck.ads: New file.
3453 * gdb.ada/ptype_array/foo.adb: New file.
3454 * gdb.ada/ptype_array.exp: New file.
3455
3456 2019-03-14 Tom Tromey <tromey@adacore.com>
3457
3458 * gdb.base/style.exp: Add "set style sources" test.
3459
3460 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3461
3462 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3463 * mi-breakpoint-multiple-locations.exp: ... this.
3464 (make_breakpoints_pattern): New proc.
3465 (do_test): Add mi_version parameter, test -break-insert,
3466 -break-info and =breakpoint-created.
3467
3468 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * config/default.exp: Remove 'load_lib gdb.exp'.
3471 * config/monitor.exp: Likewise.
3472 * config/sid.exp: Likewise.
3473 * config/sim.exp: Likewise.
3474 * config/slite.exp: Likewise.
3475 * config/unix.exp: Likewise.
3476 * gdb.base/default.exp: Remove unhelpful comment.
3477
3478 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3479
3480 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3481
3482 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3483
3484 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3485
3486 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3487
3488 * gdb.fortran/type-kinds.exp: Update expected results.
3489
3490 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3491
3492 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3493
3494 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3495
3496 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3497 function.
3498 (test_basic_parsing_of_type_kinds): Expand types tested.
3499 (test_parsing_invalid_type_kinds): New function.
3500
3501 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * gdb.fortran/intrinsics.exp: New file.
3504 * gdb.fortran/intrinsics.f90: New file.
3505 * gdb.fortran/type-kinds.exp: New file.
3506
3507 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3508
3509 * gdb.fortran/dot-ops.exp: New file.
3510
3511 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3514 Check upper and lower case logical literals.
3515
3516 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3517
3518 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3519 Remove duplicate tests.
3520
3521 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3522
3523 * lib/gdb.exp (builtin_cd): rename of cd.
3524 (cd): Override builtin.
3525
3526 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3527
3528 * gdb.fortran/function-calls.exp: New file.
3529 * gdb.fortran/function-calls.f90: New test.
3530
3531 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3532
3533 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3534 on user program standard output.
3535 * gdb.fortran/short-circuit-argument-list.f90: Record function
3536 calls.
3537
3538 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3539
3540 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3541 failure.
3542
3543 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3544
3545 PR gdb/8527
3546 * gdb.base/interrupt-daemon-attach.c,
3547 gdb.base/interrupt-daemon-attach.exp: New test.
3548
3549 2019-02-27 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/page.exp: Add tests for "set width/height -1".
3552
3553 2019-02-27 Pedro Alves <palves@redhat.com>
3554
3555 * gdb.base/page.exp: Add tests for "set/show width/height" with
3556 "infinite" values.
3557
3558 2019-02-27 Tom Tromey <tromey@adacore.com>
3559
3560 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3561 2.4.
3562 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3563 workaround.
3564
3565 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3566
3567 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3568 tests for structs with static members.
3569
3570 2019-02-26 Tom Tromey <tromey@adacore.com>
3571
3572 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3573 ValueError, not TypeError.
3574
3575 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3576
3577 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3578 call from main program.
3579
3580 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3581
3582 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3583 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3584 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3585 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3586 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3587
3588 2019-02-22 Keith Seitz <keiths@redhat.com>
3589
3590 PR symtab/23853
3591 * gdb.base/symlink-sourcefile.c: New file.
3592 * gdb.base/symlink-sourcefile.exp: New file.
3593
3594 2019-02-20 Tom Tromey <tom@tromey.com>
3595
3596 * gdb.base/info_qt.exp: Update.
3597
3598 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3599
3600 * gdb.base/source.exp: Move "error in sourced script" code to
3601 the end.
3602 * gdb.base/source-error.gdb: Move contents to
3603 source-error-1.gdb. Add new code to source source-error-1.gdb.
3604 * gdb.base/source-error-1.gdb: New file, from previous
3605 source-error.gdb.
3606
3607 2019-02-17 Tom Tromey <tom@tromey.com>
3608
3609 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3610 for macro styling.
3611 * gdb.base/style.c (SOME_MACRO): New macro.
3612
3613 2019-02-17 Tom Tromey <tom@tromey.com>
3614
3615 * gdb.base/style.exp: Add line-wrapping tests.
3616 * gdb.base/page.exp: Add test for quitting during pagination.
3617
3618 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3619
3620 * gdb.ada/big_packed_array: New testcase.
3621 * gdb.ada/homonym.exp: Fix incorrect expected output for
3622 "break <homonym__get_value>" test.
3623
3624 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3625
3626 PR breakpoints/21870
3627 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3628 and prepare_for_testing. Add comment.
3629 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3630 redundant cleanup call. Clean up comment.
3631
3632 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3633
3634 PR breakpoints/21870
3635 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3636 * gdb.arch/aarch64-dbreg-contents.c: New file.
3637
3638 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3639
3640 * gdb.ada/mi_ref_changeable: New testcase.
3641
3642 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3643
3644 * gdb.base/attach.exp: Add double attach test.
3645
3646 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3647
3648 * lib/gdb.exp (default_gdb_start): Don't match pagination
3649 prompt.
3650 (gdb_init): Set stty_init.
3651
3652 2019-01-27 Tom Tromey <tom@tromey.com>
3653
3654 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3655 skip_python_tests.
3656
3657 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3658
3659 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3660 New structure.
3661 (struct struct_static_02_02): Likewise.
3662 (struct struct_static_02_03): Likewise.
3663 (struct struct_static_02_04): Likewise.
3664 (struct struct_static_04_01): Likewise.
3665 (struct struct_static_04_02): Likewise.
3666 (struct struct_static_04_03): Likewise.
3667 (struct struct_static_04_04): Likewise.
3668 (struct struct_static_06_01): Likewise.
3669 (struct struct_static_06_02): Likewise.
3670 (struct struct_static_06_03): Likewise.
3671 (struct struct_static_06_04): Likewise.
3672 (cmp_struct_static_02_01): Likewise.
3673 (cmp_struct_static_02_02): Likewise.
3674 (cmp_struct_static_02_03): Likewise.
3675 (cmp_struct_static_02_04): Likewise.
3676 (cmp_struct_static_04_01): Likewise.
3677 (cmp_struct_static_04_02): Likewise.
3678 (cmp_struct_static_04_03): Likewise.
3679 (cmp_struct_static_04_04): Likewise.
3680 (cmp_struct_static_06_01): Likewise.
3681 (cmp_struct_static_06_02): Likewise.
3682 (cmp_struct_static_06_03): Likewise.
3683 (cmp_struct_static_06_04): Likewise.
3684 (call_all): Test new structs.
3685 * gdb.base/infcall-nested-structs.exp: Likewise.
3686
3687 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3688 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3689
3690 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3691 * gdb.base/stack-protector.c: New test.
3692 * gdb.base/stack-protector.exp: New file.
3693 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3694 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3695 option.
3696 (gdb_compile): Remove stack protector for GCC and prevent
3697 recursion.
3698
3699 2019-01-16 Keith Seitz <keiths@redhat.com>
3700
3701 PR gdb/23773
3702 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3703
3704 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3705
3706 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3707 aliases.
3708 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3709 tests.
3710 * gdb.arch/powerpc-vector-regs.c: New file.
3711 * gdb.arch/powerpc-vector-regs.exp: New file.
3712
3713 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3714
3715 * gdb.arch/altivec-regs.exp: Fix the list passed to
3716 gdb_expect_list when testing "info vector".
3717
3718 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3719
3720 * gdb.base/style.exp: Don't include path in testname.
3721
3722 2019-01-10 Keith Seitz <keiths@redhat.com>
3723
3724 PR gdb/23712
3725 PR symtab/23010
3726 * gdb.dwarf2/multidictionary.exp: New file.
3727
3728 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3729
3730 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3731 (test_gnuv3_style_demangling): ... this.
3732 (test_lucid_style_demangling): Remove.
3733 (test_arm_style_demangling): Remove.
3734 (test_hp_style_demangling): Remove.
3735 (do_tests): Remove calls to the above.
3736
3737 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3738
3739 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3740 case.
3741
3742 2019-01-06 Tom Tromey <tom@tromey.com>
3743
3744 PR gdb/28155:
3745 * gdb.dwarf2/typedef-void-finish.exp: New file.
3746
3747 2018-12-28 Tom Tromey <tom@tromey.com>
3748 Simon Marchi <simark@simark.ca>
3749
3750 * gdb.base/jit-exec.exp: New file.
3751 * gdb.base/jit-exec.c: New file.
3752 * gdb.base/jit-execd.c: New file.
3753
3754 2018-12-28 Tom Tromey <tom@tromey.com>
3755
3756 * gdb.base/style.exp: Update test to check for address styling.
3757
3758 2018-12-28 Tom Tromey <tom@tromey.com>
3759
3760 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3761 message.
3762
3763 2018-12-28 Tom Tromey <tom@tromey.com>
3764
3765 * gdb.base/style.exp: Add test for version number styling.
3766
3767 2018-12-28 Tom Tromey <tom@tromey.com>
3768
3769 * gdb.base/style.exp: Add test for print_address_symbolic.
3770
3771 2018-12-28 Tom Tromey <tom@tromey.com>
3772
3773 * gdb.base/style.exp: Add test for breakpoint setting.
3774
3775 2018-12-28 Tom Tromey <tom@tromey.com>
3776
3777 * gdb.base/style.exp: Add test for variable names.
3778
3779 2018-12-28 Tom Tromey <tom@tromey.com>
3780
3781 * gdb.base/style.exp: New file.
3782 * gdb.base/style.c: New file.
3783
3784 2018-12-28 Tom Tromey <tom@tromey.com>
3785
3786 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3787 "dumb".
3788 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3789 the TERM environment variable.
3790
3791 2018-12-27 Tom Tromey <tom@tromey.com>
3792
3793 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3794 pagination test.
3795
3796 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3797
3798 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3799 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3800
3801 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3802
3803 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3804 Filename a.adb changed to bp_fun_addr.adb.
3805 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3806
3807 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3808
3809 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3810 non-PIE executables.
3811 * README: Mention the gdb,nopie_flag board setting.
3812 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3813 non-PIE executable.
3814 * gdb.arch/amd64-entry-value.exp: Likewise.
3815 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3816 * gdb.arch/i386-float.exp: Likewise.
3817 * gdb.arch/i386-signal.exp: Likewise.
3818 * gdb.mi/mi-reg-undefined.exp: Likewise.
3819
3820 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3821
3822 PR gdb/23974
3823 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3824
3825 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3826
3827 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3828 Update order of results accordingly.
3829
3830 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3831
3832 * gdb.base/annota1.exp: Update a test regexp.
3833
3834 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3835
3836 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3837
3838 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3839
3840 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3841 (reuse_time): Initialize to REUSE_TIME_CAP.
3842 (check_rc): New function.
3843 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3844 Check pthread_create rc.
3845 (spawner_thread_func): Check pthread_create and pthread_join rc.
3846
3847 2018-12-08 Pedro Alves <palves@redhat.com>
3848
3849 * gdb.base/list.exp (test_forward_search): Rename to ...
3850 (test_forward_reverse_search): ... this. Also test reverse-search
3851 and the forward-search alias.
3852
3853 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3854
3855 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3856 local timeout variable before return, and remove all local timeout
3857 variable entirely.
3858 (gdb_load): Likewise.
3859
3860 2018-12-01 Tom de Vries <tdevries@suse.de>
3861
3862 * gdb.base/gdb-caching-proc.exp: New file.
3863
3864 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3865
3866 * Makefile.in (TIMESTAMP): New variable.
3867 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3868 command.
3869 (check-single-racy): Likewise.
3870 (check/%.exp): Likewise.
3871 (check-racy/%.exp): Likewise.
3872 (workers/%.worker): Likewise.
3873 (build-perf): Likewise.
3874 (check-perf): Likewise.
3875 * README: Describe new "TS" and "TS_FORMAT" variables.
3876 * print-ts.py: New file.
3877
3878 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3879
3880 PR python/23714
3881 * gdb.python/python.exp: Test command repetition after
3882 gdb.execute.
3883
3884 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3887 is correctly aligned.
3888
3889 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3890
3891 * gdb.ada/info_auto_lang.exp: New testcase.
3892 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3893 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3894 * gdb.ada/info_auto_lang/some_c.c: New file.
3895
3896 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3897
3898 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3899 FUNC_lang language syntax.
3900
3901 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3902
3903 * gdb.base/info_minsym.c: New file.
3904 * gdb.base/info_minsym.exp: New file.
3905
3906 2018-11-19 Tom Tromey <tom@tromey.com>
3907
3908 PR rust/23625:
3909 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3910 * gdb.rust/expr.exp: Update expected output. Change one test.
3911
3912 2018-11-19 Tom Tromey <tom@tromey.com>
3913
3914 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3915
3916 2018-11-19 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3919 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3920 see the expected warning.
3921
3922 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3923
3924 PR gdb/22736:
3925 * gdb.cp/infcall-nodebug-lib.c: New test.
3926 * gdb.cp/infcall-nodebug-main.c: New test.
3927 * gdb.cp/infcall-nodebug.exp: New file.
3928
3929 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3930
3931 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3932 completer tests.
3933
3934 2018-11-09 Tom de Vries <tdevries@suse.de>
3935
3936 * gdb.base/msym-lang.c: New test.
3937 * gdb.base/msym-lang.exp: New file.
3938 * gdb.base/msym-lang-main.c: New test.
3939
3940 2018-11-08 Tom Tromey <tom@tromey.com>
3941
3942 PR gdb/23555:
3943 PR gdb/23838:
3944 * gdb.base/warning.exp: New file.
3945
3946 2018-11-08 Jan Beulich <jbeulich@suse.com>
3947
3948 * testsuite/gdb.arch/i386-avx512.c,
3949 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3950
3951 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3954 point hardware.
3955
3956 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3957
3958 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3959 * gdb.dwarf2/missing-type-name.exp: New file.
3960
3961 2018-11-06 Tom de Vries <tdevries@suse.de>
3962
3963 * gdb.base/many-headers.c: New test.
3964 * gdb.base/many-headers.exp: New file.
3965
3966 2018-11-06 Jim Wilson <jimw@sifive.com>
3967
3968 * gdb.base/code_elim.exp: For riscv, set additional_flags
3969 to include -msmall-data-limit=0.
3970
3971 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3972
3973 * gdb.ada/watch_minus_l: New testcase.
3974
3975 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3976
3977 * gdb.arch/aix-sighandle.c: New file.
3978 * gdb.arch/aix-sighandle.exp: New file.
3979
3980 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3981
3982 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3983 registers being unions.
3984
3985 2018-10-31 Tom de Vries <tdevries@suse.de>
3986
3987 * lib/valgrind.exp: New file.
3988 (vgdb_start, vgdb_stop): New procs, factored out of ...
3989 * gdb.base/valgrind-bt.exp: ... here, ...
3990 * gdb.base/valgrind-disp-step.exp: ... here and ...
3991 * gdb.base/valgrind-infcall.exp: ... here.
3992
3993 2018-10-31 Tom de Vries <tdevries@suse.de>
3994
3995 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3996
3997 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3998
3999 * gdb.dwarf2/void-type.c: New file.
4000 * gdb.dwarf2/void-type.exp: New file.
4001
4002 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4003
4004 * gdb.base/info_qt.c: New file.
4005 * gdb.base/info_qt.exp: New file.
4006
4007 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4008
4009 * gdb.arch/powerpc-htm-regs.c: New file.
4010 * gdb.arch/powerpc-htm-regs.exp: New file.
4011
4012 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4013
4014 * gdb.arch/powerpc-tar.c: New file.
4015 * gdb.arch/powerpc-tar.exp: New file.
4016
4017 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4018
4019 * gdb.arch/powerpc-ppr-dscr.c: New file.
4020 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4021
4022 2018-10-25 Tom de Vries <tdevries@suse.de>
4023
4024 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4025
4026 2018-10-24 Tom de Vries <tdevries@suse.de>
4027
4028 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4029 longer exists error.
4030
4031 2018-10-24 Tom de Vries <tdevries@suse.de>
4032
4033 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4034
4035 2018-10-24 Tom de Vries <tdevries@suse.de>
4036
4037 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4038 --db-attach in valgrind.
4039
4040 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4041
4042 * gdb.arch/riscv-reg-aliases.c: New file.
4043 * gdb.arch/riscv-reg-aliases.exp: New file.
4044
4045 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4046
4047 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4048
4049 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4050
4051 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4052
4053 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4054
4055 * gdb.cp/ovldbreak.exp: Fix regexps.
4056
4057 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4058
4059 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4060
4061 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4062
4063 PR cli/23785
4064 * gdb.base/restore.exp: New test to check if "restore" with an
4065 invalid file doesn't segfault.
4066
4067 2018-10-18 Tom de Vries <tdevries@suse.de>
4068
4069 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4070 * gdb.ada/excep_handle.exp: Same.
4071 * gdb.ada/mi_string_access.exp: Same.
4072 * gdb.ada/mi_var_union.exp: Same.
4073 * gdb.arch/arc-analyze-prologue.exp: Same.
4074 * gdb.arch/arc-decode-insn.exp: Same.
4075 * gdb.base/readnever.exp: Same.
4076 * gdb.fortran/printing-types.exp: Same.
4077 * gdb.guile/scm-lazy-string.exp: Same.
4078
4079 2018-10-16 Tom de Vries <tdevries@suse.de>
4080
4081 PR gdb/23730
4082 * gdb.base/catch-follow-exec.c: Add copyright notice.
4083 * gdb.base/catch-follow-exec.exp: Rewrite to use
4084 gdb_spawn_with_cmdline_opts. Require gdb-native.
4085
4086 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4087
4088 * gdb.trace/actions-changed.exp: Check for arch support.
4089 * gdb.trace/actions.exp: Likewise.
4090 * gdb.trace/ax.exp: Likewise.
4091 * gdb.trace/backtrace.exp: Likewise.
4092 * gdb.trace/change-loc.exp: Likewise.
4093 * gdb.trace/deltrace.exp: Likewise.
4094 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4095 * gdb.trace/ftrace.exp: Likewise.
4096 * gdb.trace/infotrace.exp: Check for arch support.
4097 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4098 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4099 * gdb.trace/mi-tsv-changed.exp: Likewise.
4100 * gdb.trace/packetlen.exp: Likewise.
4101 * gdb.trace/passc-dyn.exp: Likewise.
4102 * gdb.trace/passcount.exp: Likewise.
4103 * gdb.trace/pending.exp: Likewise.
4104 * gdb.trace/range-stepping.exp: Check for shlib support.
4105 * gdb.trace/report.exp: Check for arch support.
4106 * gdb.trace/save-trace.exp: Likewise.
4107 * gdb.trace/signal.exp: Check for signal support.
4108 * gdb.trace/tfind.exp: Check for arch support.
4109 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4110 * gdb.trace/trace-common.h: Add comment.
4111 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4112 * gdb.trace/trace-enable-disable.exp: Likewise.
4113 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4114 * gdb.trace/tracecmd.exp: Check for arch support.
4115 * gdb.trace/tspeed.exp: Check for shlib and target support.
4116 * gdb.trace/tstatus.exp: Check for arch support.
4117 * gdb.trace/tsv.exp: Likewise.
4118 * gdb.trace/while-dyn.exp: Likewise.
4119 * gdb.trace/while-stepping.exp: Likewise.
4120 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4121
4122 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4123
4124 * gdb.trace/tspeed.exp: Remove nowarnings.
4125 (prepare_for_trace_test): Declare "global ipalib".
4126 * gdb.trace/tspeed.c: Include unistd.h.
4127 (main): Remove superfluous printf argument.
4128
4129 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4130
4131 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4132 directory prefix on the filename.
4133
4134 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4135
4136 * gdb.gdb/unittest.exp: Update expected message informing that
4137 selftests have been disabled.
4138 * gdb.server/unittest.exp: Likewise.
4139
4140 2018-10-09 Tom de Vries <tdevries@suse.de>
4141
4142 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4143 with runto_main.
4144
4145 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4146
4147 PR c++/16841
4148 * gdb.cp/virtbase2.cc: New file.
4149 * gdb.cp/virtbase2.exp: New file.
4150
4151 2018-10-06 Tom Tromey <tom@tromey.com>
4152
4153 PR python/19399:
4154 * gdb.python/py-inferior.exp: Add architecture test.
4155
4156 2018-10-06 Tom Tromey <tom@tromey.com>
4157
4158 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4159 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4160
4161 2018-10-06 Tom Tromey <tom@tromey.com>
4162
4163 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4164 of a "throw" catchpoint.
4165
4166 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4167
4168 * gdb.base/info-proc.exp: Update string expected from "help info
4169 proc".
4170
4171 2018-10-04 Tom Tromey <tom@tromey.com>
4172
4173 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4174 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4175 (test_initial_complaints, test_empty_complaints): Update.
4176 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4177
4178 2018-10-04 Tom Tromey <tom@tromey.com>
4179
4180 PR cli/19551:
4181 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4182 * lib/gdb.exp (gdb_file_cmd): Update.
4183 * gdb.stabs/weird.exp (print_weird_var): Update.
4184 * gdb.server/solib-list.exp: Update.
4185 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4186 * gdb.mi/mi-cli.exp: Update.
4187 * gdb.linespec/linespec.exp: Update.
4188 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4189 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4190 * gdb.cp/cp-relocate.exp: Update.
4191 * gdb.base/sym-file.exp: Update.
4192 * gdb.base/relocate.exp: Update.
4193 * gdb.base/readnever.exp: Update.
4194 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4195 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4196 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4197 * gdb.base/code_elim.exp: Update.
4198 * gdb.base/break-unload-file.exp (test_break): Update.
4199 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4200 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4201 Update.
4202 * gdb.base/attach.exp (do_attach_tests): Update.
4203 * gdb.base/sepdebug.exp: Update.
4204 * gdb.python/py-section-script.exp: Update.
4205
4206 2018-10-04 Tom Tromey <tom@tromey.com>
4207
4208 PR cli/22234:
4209 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4210 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4211 output.
4212
4213 2018-10-04 Tom Tromey <tom@tromey.com>
4214
4215 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4216 set width and height to 0.
4217 (test_command_line_attach_run): Use -quiet.
4218
4219 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4220
4221 * lib/gdb.exp (skip_ifunc_tests): New.
4222 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4223 other compile failures.
4224 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4225
4226 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4227
4228 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4229 is_amd64_regs_target.
4230
4231 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4232
4233 * gdb.arch/aarch64-sighandler-regs.c: New test.
4234 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4235 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4236
4237 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4238
4239 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4240 assembly.
4241
4242 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.base/frame-selection.exp: New file.
4245 * gdb.base/frame-selection.c: New file.
4246
4247 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4248
4249 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4250 pthread barrier.
4251 (main): Likewise.
4252
4253 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4254
4255 * gdb.base/large-frame-1.c: New file.
4256 * gdb.base/large-frame-2.c: New file.
4257 * gdb.base/large-frame.exp: New file.
4258 * gdb.base/large-frame.h: New file.
4259
4260 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4261
4262 PR gdb/20948
4263 * gdb.base/write_mem.exp: New test.
4264 * gdb.base/write_mem.c: Likewise.
4265
4266 2018-09-23 Tom Tromey <tom@tromey.com>
4267
4268 PR python/18852:
4269 * gdb.python/py-parameter.exp: Add test for parameter that throws
4270 on "set".
4271
4272 2018-09-23 Tom Tromey <tom@tromey.com>
4273
4274 PR python/17284:
4275 * gdb.python/py-template.exp (test_template_arg): Add test for
4276 negative template argument number.
4277
4278 2018-09-23 Tom Tromey <tom@tromey.com>
4279
4280 PR python/14062:
4281 * gdb.python/python.exp: Add test for post_event error.
4282
4283 2018-09-23 Tom Tromey <tom@tromey.com>
4284
4285 PR python/18170:
4286 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4287 convert pointers to int and long.
4288
4289 2018-09-23 Tom Tromey <tom@tromey.com>
4290
4291 PR python/20126:
4292 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4293 signed-ness conversion tests.
4294
4295 2018-09-23 Tom Tromey <tom@tromey.com>
4296
4297 PR python/18352;
4298 * gdb.python/py-value.exp (test_float_conversion): New proc.
4299 Use it.
4300
4301 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4302
4303 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4304
4305 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4306
4307 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4308 no readline.
4309 * gdb.base/utf8-identifiers.exp: Likewise.
4310 * gdb.cp/cpcompletion.exp: Likewise.
4311 * gdb.linespec/cpcompletion.exp: Likewise.
4312 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4313 * gdb.linespec/cpls-ops.exp: Likewise.
4314
4315 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4316 Chris January <chris.january@arm.com>
4317
4318 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4319 * gdb.fortran/short-circuit-argument-list.exp: New file.
4320 * gdb.fortran/short-circuit-argument-list.f90: New test.
4321
4322 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4323
4324 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4325 "arch=" keyword when executing "-stack-list-frames".
4326
4327 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4328
4329 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4330 "arch=" keyword when executing "-stack-list-frames".
4331
4332 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4333
4334 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4335 break ada".
4336
4337 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4338
4339 PR python/23669
4340 * gdb.python/python.exp: Test gdb.execute("show commands").
4341
4342 2018-09-16 Tom Tromey <tom@tromey.com>
4343
4344 * gdb.base/new-ui.exp (do_execution_tests): Update.
4345 * gdb.base/dbx.exp (test_breakpoints): Update.
4346
4347 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4348
4349 * lib/gdb.exp (gdb_simple_compile): Add proc.
4350 (is_elf_target): Use gdb_simple_compile.
4351 (skip_altivec_tests): Likewise.
4352 (skip_vsx_tests): Likewise.
4353 (skip_tsx_tests): Likewise.
4354 (skip_btrace_tests): Likewise.
4355 (skip_btrace_pt_tests): Likewise.
4356 (gdb_can_simple_compile): Likewise.
4357 (gdb_has_argv0): Likewise.
4358 (gdb_target_symbol_prefix): Likewise.
4359 (target_supports_scheduler_locking): Likewise.
4360
4361 2018-09-13 Tom Tromey <tom@tromey.com>
4362
4363 * Makefile.in (TAGS): Recognize proc_with_prefix and
4364 gdb_caching_proc.
4365
4366 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4367
4368 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4369 method.
4370
4371 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4372
4373 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4374 and a few other Inferior properties when the Inferior is no
4375 longer valid.
4376
4377 2018-09-13 Tom Tromey <tom@tromey.com>
4378
4379 PR rust/23650:
4380 * gdb.rust/simple.exp: Add test for enum field access error.
4381
4382 2018-09-13 Tom Tromey <tom@tromey.com>
4383
4384 PR rust/23626:
4385 * gdb.rust/simple.rs (EmptyEnum): New type.
4386 (main): Use it.
4387 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4388
4389 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4390
4391 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4392 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4393 * gdb.python/py-symtab.exp: Update test printing an objfile.
4394
4395 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4396
4397 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4398 object.
4399
4400 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4401
4402 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4403 (support_complex_tests): Use gdb_can_simple_compile.
4404 (is_ilp32_target): Likewise.
4405 (is_lp64_target): Likewise.
4406 (is_64_target): Likewise.
4407 (is_amd64_regs_target): Likewise.
4408 (is_aarch32_target): Likewise.
4409 (gdb_int128_helper): Likewise.
4410
4411 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4412
4413 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4414
4415 2018-09-10 Jerome Guitton <guitton@adacore.com>
4416
4417 * gdb.ada/same_component_name: Add test for case of tagged record
4418 with variable-length fields.
4419
4420 2018-09-10 Xavier Roirand <roirand@adacore.com>
4421
4422 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4423 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4424 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4425 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4426
4427 2018-09-10 Xavier Roirand <roirand@adacore.com>
4428
4429 * gdb.ada/mi_string_access.exp: New testcase.
4430 * gdb.ada/mi_string_access/bar.adb: New file.
4431 * gdb.ada/mi_string_access/pck.adb: New file.
4432 * gdb.ada/mi_string_access/pck.asd: New file.
4433
4434 2018-09-10 Xavier Roirand <roirand@adacore.com>
4435
4436 * gdb.ada/mi_var_union.exp: New testcase.
4437 * gdb.ada/mi_var_union/bar.adb: New file.
4438 * gdb.ada/mi_var_union/pck.adb: New file.
4439 * gdb.ada/mi_var_union/pck.asd: New file.
4440
4441 2018-09-08 Tom Tromey <tom@tromey.com>
4442
4443 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4444
4445 2018-09-08 Tom Tromey <tom@tromey.com>
4446
4447 PR python/16047:
4448 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4449 (register_pretty_printers): Register new printer.
4450 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4451 test.
4452 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4453 (an_int_type3): New global.
4454
4455 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4456
4457 * gdb.ada/expr_with_funcall: New testcase.
4458
4459 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4460
4461 * gdb.ada/packed_array_assign: New testcase.
4462
4463 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4464
4465 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4466 names, and add test prefixes to make test names unique.
4467
4468 2018-09-05 Tom de Vries <tdevries@suse.de>
4469
4470 * gdb.dwarf2/varval.exp: Add test.
4471
4472 2018-09-04 Gary Benson <gbenson@redhat.com>
4473
4474 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4475 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4476
4477 2018-08-31 Tom Tromey <tom@tromey.com>
4478
4479 * gdb.rust/simple.rs: Rename second variable "v".
4480
4481 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4482
4483 * gdb.base/funcargs.c (use_a): New function.
4484 (recurse): Call use_a.
4485
4486 2018-08-29 Keith Seitz <keiths@redhat.com>
4487
4488 * gdb.compile/compile-cplus-anonymous.cc: New file.
4489 * gdb.compile/compile-cplus-anonymous.exp: New file.
4490 * gdb.compile/compile-cplus-array-decay.cc: New file.
4491 * gdb.compile/compile-cplus-array-decay.exp: New file.
4492 * gdb.compile/compile-cplus-inherit.cc: New file.
4493 * gdb.compile/compile-cplus-inherit.exp: New file.
4494 * gdb.compile/compile-cplus-member.cc: New file.
4495 * gdb.compile/compile-cplus-member.exp: New file.
4496 * gdb.compile/compile-cplus-method.cc: New file.
4497 * gdb.compile/compile-cplus-method.exp: New file.
4498 * gdb.compile/compile-cplus-mod.c: "New" file.
4499 * gdb.compile/compile-cplus-namespace.cc: New file.
4500 * gdb.compile/compile-cplus-namespace.exp: New file.
4501 * gdb.compile/compile-cplus-nested.cc: New file.
4502 * gdb.compile/compile-cplus-nested.exp: New file.
4503 * gdb.compile/compile-cplus-print.c: "New" file.
4504 * gdb.compile/compile-cplus-print.exp: "New" file.
4505 * gdb.compile/compile-cplus-virtual.cc: New file.
4506 * gdb.compile/compile-cplus-virtual.exp: New file.
4507 * gdb.compile/compile-cplus.c: "New" file.
4508 * gdb.compile/compile-cplus.exp: "New" file.
4509 * lib/compile-support.exp: New file.
4510
4511 2018-08-16 Gary Benson <gbenson@redhat.com>
4512
4513 PR gdb/13000:
4514 * gdb.base/batch-exit-status.exp: New file.
4515 * gdb.base/batch-exit-status.good-commands: Likewise.
4516 * gdb.base/batch-exit-status.bad-commands: Likewise.
4517
4518 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4519
4520 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4521 (struct struct02): Likewise.
4522 (struct struct03): Likewise.
4523 (struct struct04): Likewise.
4524 (struct struct_01_01): New struct.
4525 (struct struct_01_02): Likewise.
4526 (struct struct_01_03): Likewise.
4527 (struct struct_01_04): Likewise.
4528 (struct struct_02_01): Likewise.
4529 (struct struct_02_02): Likewise.
4530 (struct struct_02_03): Likewise.
4531 (struct struct_02_04): Likewise.
4532 (struct struct_04_01): Likewise.
4533 (struct struct_04_02): Likewise.
4534 (struct struct_04_03): Likewise.
4535 (struct struct_04_04): Likewise.
4536 (struct struct_05_01): Likewise.
4537 (struct struct_05_02): Likewise.
4538 (struct struct_05_03): Likewise.
4539 (struct struct_05_04): Likewise.
4540 (cmp_struct01): Remove function.
4541 (cmp_struct02): Likewise.
4542 (cmp_struct03): Likewise.
4543 (cmp_struct04): Likewise.
4544 (cmp_struct_01_01): Add Function.
4545 (cmp_struct_01_02): Likewise.
4546 (cmp_struct_01_03): Likewise.
4547 (cmp_struct_01_04): Likewise.
4548 (cmp_struct_02_01): Likewise.
4549 (cmp_struct_02_02): Likewise.
4550 (cmp_struct_02_03): Likewise.
4551 (cmp_struct_02_04): Likewise.
4552 (cmp_struct_04_01): Likewise.
4553 (cmp_struct_04_02): Likewise.
4554 (cmp_struct_04_03): Likewise.
4555 (cmp_struct_04_04): Likewise.
4556 (cmp_struct_05_01): Likewise.
4557 (cmp_struct_05_02): Likewise.
4558 (cmp_struct_05_03): Likewise.
4559 (cmp_struct_05_04): Likewise.
4560 (call_all): Add new structs.
4561 * gdb.base/infcall-nested-structs.exp: Likewise.
4562
4563 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4564
4565 * gdb.python/py-framefilter-mi.exp: Update regexp to
4566 check for "arch" field in frame output.
4567
4568 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4569
4570 * gdb.dwarf2/dw2-ranges-func.c: New file.
4571 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4572
4573 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4574
4575 * gdb.base/term.exp: Compare terminal settings with values from
4576 the inferior.
4577 * gdb.base/term.c: Get and set terminal settings.
4578
4579 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4580
4581 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4582 accommodate new "arch" field in frame output.
4583 * gdb.mi/mi-return.exp: Likewise.
4584 * gdb.mi/mi-stack.exp: Likewise.
4585 * gdb.mi/mi-syn-frame.exp: Likewise.
4586 * gdb.mi/user-selected-context-sync.exp: Likewise.
4587
4588 2018-08-19 Michael Spang <spang@google.com>
4589
4590 PR gdb/11786
4591 * gdb.base/gcore-tls-pie.c: New file.
4592 * gdb.base/gcore-tls-pie.exp: New file.
4593
4594 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4595
4596 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4597 * gdb.dwarf2/varval.c: New file.
4598 * gdb.dwarf2/varval.exp: New file.
4599
4600 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4601
4602 PR gdb/18931
4603 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4604
4605 2018-08-16 Keith Seitz <keiths@redhat.com>
4606
4607 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4608 tests expected to pass.
4609
4610 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4611
4612 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4613 -data-disassemble -a.
4614 (test_disassembly_bogus_args): Likewise.
4615
4616 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4617
4618 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4619
4620 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4621
4622 * gdb.base/vla-optimized-out.exp: Add new test.
4623
4624 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4625
4626 * gdb.base/vla-optimized-out-o3.exp: Delete.
4627 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4628 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4629 deleted tests.
4630
4631 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4632
4633 PR gdb/18050:
4634 * gdb.server/extended-remote-restart.c: New file.
4635 * gdb.server/extended-remote-restart.exp: New file.
4636
4637 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4638
4639 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4640 "set variable index = 42".
4641
4642 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4643
4644 * boards/index-cache-gdb.exp: New file.
4645 * gdb.dwarf2/index-cache.exp: New file.
4646 * gdb.dwarf2/index-cache.c: New file.
4647 * gdb.base/maint.exp: Check if we are using the index cache.
4648
4649 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4650
4651 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4652 MAKEFLAGS.
4653
4654 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4655
4656 * dg-extract-results.sh: Move to toplevel contrib.
4657 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4658 * Makefile.in (check-parallel-racy): Likewise.
4659
4660 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4661
4662 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4663 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4664 tests if the target supports scheduler locking.
4665
4666 2018-08-04 Tom de Vries <tdevries@suse.de>
4667
4668 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4669
4670 2018-08-02 Tom Tromey <tom@tromey.com>
4671
4672 PR symtab/16842.
4673 * gdb.cp/temargs.exp: Test "info address" of a template
4674 parameter.
4675
4676 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4677
4678 * gdb.python/py-mi-var-info-path-expression.c: New file.
4679 * gdb.python/py-mi-var-info-path-expression.py: New file.
4680 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4681
4682 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4683
4684 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4685 error after "cannot resolve name" string.
4686
4687 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4688
4689 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4690 started.
4691 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4692
4693 2018-07-28 Tom de Vries <tdevries@suse.de>
4694
4695 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4696
4697 2018-07-26 Tom de Vries <tdevries@suse.de>
4698
4699 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4700
4701 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4702
4703 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4704 is visible.
4705
4706 2018-07-26 Tom de Vries <tdevries@suse.de>
4707
4708 PR breakpoints/23366
4709 * gdb.base/catch-follow-exec.c: New test.
4710 * gdb.base/catch-follow-exec.exp: New file.
4711
4712 2018-07-25 Tom de Vries <tdevries@suse.de>
4713
4714 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4715 vla-optimized-out.c.
4716
4717 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4718
4719 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4720 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4721
4722 2018-07-20 Tom de Vries <tdevries@suse.de>
4723
4724 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4725 NOCLONE macro.
4726 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4727
4728 2018-07-19 Tom de Vries <tdevries@suse.de>
4729
4730 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4731 regular expression.
4732
4733 2018-07-18 Tom de Vries <tdevries@suse.de>
4734
4735 * gdb.base/vla-optimized-out.c: New test.
4736 * gdb.base/vla-optimized-out.exp: New file.
4737
4738 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4739
4740 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4741 message "No address associated with hostname" when gdbserver
4742 cannot resolve the hostname.
4743
4744 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4745
4746 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4747 Add some test prefixes to make tests unique.
4748
4749 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4750
4751 * gdb.base/frameapply.c: New file.
4752 * gdb.base/frameapply.exp: New file.
4753
4754 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4755
4756 * gdb.base/skip.exp: Update expected error message.
4757
4758 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4759 Jan Kratochvil <jan.kratochvil@redhat.com>
4760 Paul Fertser <fercerpav@gmail.com>
4761 Tsutomu Seki <sekiriki@gmail.com>
4762
4763 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4764 parameter.
4765 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4766 by default.
4767 * boards/native-gdbserver.exp: Likewise.
4768 * gdb.server/run-without-local-binary.exp: Improve regexp used
4769 for detecting when a remote debugging connection succeeds.
4770 * gdb.server/server-connect.exp: New file.
4771 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4772 Do not prefix the port number with ":".
4773 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4774 support for detecting and using it. Add '$debughost_gdbserver'
4775 to the list of arguments used to start gdbserver. Handle case
4776 when gdbserver cannot resolve a network name.
4777
4778 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4779
4780 PR c++/23373
4781 * gdb.base/ptype-offsets.cc (struct static_member): New
4782 struct.
4783 (main) <stmember>: New variable.
4784 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4785 with a static member in it.
4786
4787 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4788
4789 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4790 watchpoints enabled and disabled.
4791
4792 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4793
4794 * gdb.base/examine-backward.exp: Still run tests around address
4795 0x0, even if address 0x0 is not readable. Update the pattern for
4796 matching address 0x0 in expected output.
4797
4798 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4799
4800 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4801 malloc/free.
4802
4803 2018-07-04 Tom de Vries <tdevries@suse.de>
4804
4805 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4806
4807 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4808
4809 PR tdep/8282
4810 * gdb.arch/mips-disassembler-options.exp: New test.
4811 * gdb.arch/mips-disassembler-options.s: New test source.
4812
4813 2018-06-29 Pedro Alves <palves@redhat.com>
4814
4815 * gdb.threads/names.exp: Adjust expected "info threads" output.
4816
4817 2018-06-29 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.opt/inline-break.exp (line number, address): Add "info
4820 break" tests.
4821
4822 2018-06-29 Pedro Alves <palves@redhat.com>
4823
4824 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4825 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4826 number and address and running to them.
4827
4828 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4829
4830 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4831
4832 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4833
4834 * lib/compiler.c: Remove executable permission flag.
4835
4836 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4837
4838 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4839 code.
4840 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4841
4842 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4843
4844 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4845
4846 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4847
4848 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4849 address argument is omitted.
4850
4851 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4852
4853 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4854
4855 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4856
4857 PR gdb/21695
4858 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4859 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4860
4861 2018-06-26 Tom Tromey <tom@tromey.com>
4862
4863 PR rust/22574:
4864 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4865 * gdb.rust/simple.rs (struct SimpleLayout): New.
4866
4867 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4868
4869 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4870 "info registers" output.
4871
4872 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4873
4874 * gdb.base/watchpoint-hw-attach.c: New test.
4875 * gdb.base/watchpoint-hw-attach.exp: New file.
4876
4877 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4878
4879 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4880 through /bin/sh.
4881 * boards/dwarf4-gdb-index.exp: Likewise.
4882 * boards/fission-dwp.exp: Likewise.
4883
4884 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4885
4886 * gdb.base/float128.exp: Add comment and improved fail message
4887 to the failure case of "print large128" test.
4888
4889 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4890
4891 * configure.ac: Remove AC_PREREQ.
4892 * configure: Re-generate.
4893
4894 2018-06-19 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4897 (func_extern_caller): New.
4898 (main): Call func_extern_caller.
4899 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4900 logic change.
4901
4902 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4903
4904 PR gdb/16841
4905 * gdb.cp/typedef-base.cc: New file.
4906 * gdb.cp/typedef-base.exp: New file.
4907
4908 2018-06-18 Tom de Vries <tdevries@suse.de>
4909
4910 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4911
4912 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4913 Richard Bunt <Richard.Bunt@arm.com>
4914
4915 * gdb.threads/attach-slow-waitpid.c: New file.
4916 * gdb.threads/attach-slow-waitpid.exp: New file.
4917 * gdb.threads/slow-waitpid.c: New file.
4918
4919 2018-06-14 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.base/fork-running-state.c: Include <errno.h>.
4922 (exit_if_relative_exits): New.
4923 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4924 exits.
4925 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4926 child exits.
4927
4928 2018-06-14 Tom de Vries <tdevries@suse.de>
4929
4930 PR cli/22573
4931 * gdb.base/finish-pretty.c: New test.
4932 * gdb.base/finish-pretty.exp: New file.
4933
4934 2018-06-14 Pedro Alves <palves@redhat.com>
4935
4936 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4937 gdb's expected startup output.
4938
4939 2018-06-14 Pedro Alves <palves@redhat.com>
4940
4941 * lib/selftest-support.exp (selftest_setup): Remove inlined
4942 function handling.
4943
4944 2018-06-14 Tom de Vries <tdevries@suse.de>
4945
4946 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4947 matching of breakpoint printing.
4948
4949 2018-06-13 Tom de Vries <tdevries@suse.de>
4950
4951 PR testsuite/23269
4952 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4953 (fork_child): ... here, and ...
4954 (fork_parent): ... here.
4955
4956 2018-06-12 Tom de Vries <tdevries@suse.de>
4957
4958 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4959
4960 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4961 Stephen Roberts <stephen.roberts@arm.com>
4962
4963 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4964 rewrite test to describe action performed, rather than possible
4965 failure.
4966
4967 2018-06-08 Gary Benson <gbenson@redhat.com>
4968
4969 * gdb.threads/check-libthread-db.exp: New file.
4970 * gdb.threads/check-libthread-db.c: Likewise.
4971
4972 2018-06-05 Tom Tromey <tom@tromey.com>
4973
4974 * gdb.base/default.exp: Update expected "show version" output.
4975
4976 2018-06-05 Tom Tromey <tom@tromey.com>
4977
4978 PR cli/12326:
4979 * gdb.cp/static-print-quit.exp: Update.
4980 * lib/gdb.exp (pagination_prompt): Update.
4981 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4982 * gdb.python/python.exp: Update.
4983
4984 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4985
4986 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4987
4988 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4989
4990 * gdb.ada/bp_fun_addr: New testcase.
4991
4992 2018-06-01 Tom Tromey <tom@tromey.com>
4993
4994 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4995 results.
4996 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4997 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4998 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4999 * gdb.base/maint.exp (maint_pass_if): Update.
5000
5001 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5002
5003 * gdb.base/endian.exp: New test.
5004 * gdb.base/endian.c: New test source.
5005
5006 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5007
5008 PR gdb/23203
5009 * gdb.base/bt-selected-frame.c: New file.
5010 * gdb.base/bt-selected-frame.exp: New file.
5011 * lib/gdb.exp (get_current_frame_number): New function.
5012
5013 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5014 Pedro Alves <palves@redhat.com>
5015
5016 * gdb.threads/tls-core.c: Include <stdlib.h>
5017 (thread_proc): Call `abort'.
5018 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5019 (tls_core_test): New procedure, bits factored out from ...
5020 (top level): ... here. Test both native cores and gcore cores.
5021
5022 2018-05-23 Tom Tromey <tom@tromey.com>
5023
5024 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5025
5026 2018-05-23 Tom Tromey <tom@tromey.com>
5027
5028 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5029 symfile_complaints.
5030 (test_short_complaints): Likewise.
5031 (test_empty_complaints): Likewise.
5032 (test_initial_complaints): Update.
5033
5034 2018-05-23 Tom Tromey <tom@tromey.com>
5035
5036 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5037
5038 2018-05-23 Tom Tromey <tom@tromey.com>
5039
5040 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5041 (test_short_complaints): Update.
5042
5043 2018-05-22 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.base/remote.exp: Only gdb_start after compiling the
5046 testcase. Issue "disconnect" before testing "set remote" command
5047 defaults. Issue clean_restart before running to main.
5048
5049 2018-05-22 Pedro Alves <palves@redhat.com>
5050
5051 * gdb.base/remote.exp: Adjust expected output of "show remote
5052 memory-write-packet-size". Add tests for "set remote
5053 memory-write-packet-size 0" and "set remote
5054 memory-write-packet-size fixed/limit".
5055
5056 2018-05-22 Pedro Alves <palves@redhat.com>
5057
5058 PR gdb/22973
5059 * gdb.base/utf8-identifiers.c: New file.
5060 * gdb.base/utf8-identifiers.exp: New file.
5061
5062 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5063
5064 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5065
5066 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5067
5068 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5069
5070 2018-05-18 Tom Tromey <tom@tromey.com>
5071
5072 * gdb.base/ptype-offsets.exp: Update.
5073
5074 2018-05-17 Keith Seitz <keiths@redhat.com>
5075
5076 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5077 in expected breakpoint stop locations.
5078 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5079 move to proper scope to test variable values.
5080 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5081 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5082 New functions.
5083 (main): Call not_inline_func3.
5084 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5085 inline_func1, inline_func2, and inline_func3. Test that when each
5086 breakpoint is hit, GDB properly reports both the stop location
5087 and the backtrace. Repeat tests for temporary breakpoints.
5088
5089 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5090
5091 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5092 rather then trying to access it in determining whether the PID
5093 of `gdbserver' could have been retrieved.
5094
5095 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 * gdb.arch/amd64-init-x87-values.S: New file.
5098 * gdb.arch/amd64-init-x87-values.exp: New file.
5099
5100 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5101
5102 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5103
5104 2018-05-04 Tom Tromey <tom@tromey.com>
5105
5106 PR python/22730:
5107 * gdb.python/python.exp: Test multi-line execute.
5108
5109 2018-05-04 Tom Tromey <tom@tromey.com>
5110
5111 PR python/22731:
5112 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5113
5114 2018-05-04 Tom Tromey <tom@tromey.com>
5115
5116 PR gdb/11750:
5117 * gdb.base/define.exp: Test defining a user command inside a user
5118 command.
5119 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5120
5121 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5122 Pedro Alves <palves@redhat.com>
5123
5124 PR breakpoints/19806 and support for PR external/20207.
5125 * gdb.base/watchpoint-unaligned.c: New file.
5126 * gdb.base/watchpoint-unaligned.exp: New file.
5127
5128 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5129
5130 * gdb.base/maint.exp: Make test names unique, use
5131 test_prefix_command_help to test 'help maint info', and remove
5132 repeated test of 'help maint'.
5133
5134 2018-05-04 Tom Tromey <tom@tromey.com>
5135
5136 PR gdb/22619:
5137 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5138 behavior.
5139
5140 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5141
5142 * gdb.base/maint.exp: Process output from 'maint print registers'
5143 line at a time.
5144
5145 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5146
5147 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5148 timeout.
5149
5150 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5151
5152 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5153 filter pattern.
5154
5155 2018-05-02 Pedro Alves <palves@redhat.com>
5156
5157 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5158 to_log_command renames.
5159 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5160
5161 2018-05-02 Tom Tromey <tom@tromey.com>
5162
5163 * gdb.python/py-parameter.exp: Set test message.
5164
5165 2018-05-02 Tom Tromey <tom@tromey.com>
5166
5167 PR python/20084:
5168 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5169 PARAM_ZUINTEGER_UNLIMITED tests.
5170
5171 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5172
5173 PR rust/23124
5174 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5175 when casting.
5176
5177 2018-04-30 Tom Tromey <tom@tromey.com>
5178
5179 * gdb.python/py-type.exp: Check align attribute.
5180 * gdb.python/py-type.c: New "aligncheck" global.
5181
5182 2018-04-30 Tom Tromey <tom@tromey.com>
5183
5184 PR exp/17095:
5185 * gdb.dwarf2/dw2-align.exp: New file.
5186 * gdb.cp/align.exp: New file.
5187 * gdb.base/align.exp: New file.
5188 * lib/gdb.exp (gdb_int128_helper): New proc.
5189 (has_int128_c, has_int128_cxx): New caching procs.
5190
5191 2018-04-27 Tom Tromey <tom@tromey.com>
5192
5193 PR rust/22545:
5194 * gdb.rust/simple.exp: Add inclusive range tests.
5195
5196 2018-04-26 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5199 ifunc breakpoint locations correctly of ifunc breakpoints set
5200 while the program resolves the ifunc.
5201
5202 2018-04-26 Pedro Alves <palves@redhat.com>
5203
5204 * gdb.base/gnu-ifunc-final.c: New file.
5205 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5206 * gdb.base/gnu-ifunc.exp (executable): Delete.
5207 (staticexecutable): Adjust.
5208 (lib_opts, exec_opts): Delete.
5209 (make_binsuffix, build, set-break): New procedures.
5210 (misc_tests): New, with tests factored out from the top level.
5211 (top level): Test different combinations of ifunc resolver name,
5212 resolver with and with debug info, and ifunc target with and
5213 without debug info. Wrap static tests with with_target_prefix.
5214
5215 2018-04-26 Pedro Alves <palves@redhat.com>
5216
5217 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5218 return type" warnings.
5219
5220 2018-04-25 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5223 killed".
5224 * gdb.base/kill-after-signal.exp: Likewise.
5225 * gdb.threads/kill.exp: Likewise.
5226
5227 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5228 Sergio Durigan Junior <sergiodj@redhat.com>
5229 Pedro Alves <palves@redhat.com>
5230
5231 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5232 regexps to expect for '[Inferior ... detached]' as well.
5233 * gdb.base/attach.exp: Likewise.
5234 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5235 "gdb_continue_to_end".
5236 (test_catch_syscall_with_wrong_args): Likewise.
5237 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5238 ']'. Don't set 'verbose' on.
5239 * gdb.base/foll-vfork.exp: Likewise.
5240 * gdb.base/fork-print-inferior-events.c: New file.
5241 * gdb.base/fork-print-inferior-events.exp: New file.
5242 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5243 '[Inferior ... has been killed]' message.
5244 * gdb.base/kill-after-signal.exp: Likewise.
5245 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5246 detach message.
5247 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5248 message.
5249 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5250 regexps to expect for '[Inferior ... detached]' as well.
5251 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5252
5253 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5254
5255 PR gdb/23104
5256 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5257
5258 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5259
5260 PR gdb/23095
5261 * gdb.base/break-probes.exp: Pass shlib_load to
5262 prepare_for_testing. Set normal_bp to r_debug_state if target is
5263 bsd.
5264
5265 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5266
5267 * gdb.threads/multiple-successive-infcall.c: New test.
5268 * gdb.threads/multiple-successive-infcall.exp: New file.
5269
5270 2018-04-17 Tom Tromey <tom@tromey.com>
5271
5272 * gdb.rust/simple.rs (Union): New type.
5273 (main): New local "u".
5274 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5275
5276 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5277
5278 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5279 number information in output of "whereis" command.
5280 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5281
5282 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5283
5284 * gdb.ada/info_types.exp: Adjust expected output to the line
5285 numbers now printed by "info var/func/type".
5286 * gdb.base/completion.exp: Likewise.
5287 * gdb.base/included.exp: Likewise.
5288 * gdb.cp/cp-relocate.exp: Likewise.
5289 * gdb.cp/cplusfuncs.exp: Likewise.
5290 * gdb.cp/namespace.exp: Likewise.
5291 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5292
5293 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5294
5295 * gdb.btrace/cpu.exp: New.
5296
5297 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5298
5299 * gdb.base/step-indirect-call-thunk.exp: New.
5300 * gdb.base/step-indirect-call-thunk.c: New.
5301 * gdb.reverse/step-indirect-call-thunk.exp: New.
5302 * gdb.reverse/step-indirect-call-thunk.c: New.
5303
5304 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5305
5306 * gdb.base/pie-fork.c: New file.
5307 * gdb.base/pie-fork.exp: New file.
5308
5309 2018-04-11 Tom Tromey <tom@tromey.com>
5310
5311 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5312
5313 2018-04-10 Pedro Alves <palves@redhat.com>
5314
5315 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5316 exits. Instead loop running forever.
5317 (fork_parent): Run forever too.
5318
5319 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5320
5321 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5322 mi_continue_to_line.
5323 * gdb.mi/mi-stack.c (callee4): Add comment.
5324
5325 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5326
5327 * gdb.mi/mi-stack.exp: Fix indentation.
5328
5329 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5330
5331 PR gdb/22979
5332 * gdb.arch/amd64-osabi.exp: New file.
5333
5334 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5335
5336 PR gdb/22980
5337 * gdb.base/osabi.exp: New file.
5338
5339 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5340
5341 * gdb.cp/static-typedef-print.exp: New file.
5342 * gdb.cp/static-typedef-print.cc: New file.
5343
5344 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5345
5346 * gdb.ada/varsize_limit: New testcase.
5347
5348 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5349
5350 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5351
5352 * gdb.ada/notcplusplus: New testcase.
5353
5354 * gdb.base/c-linkage-name.c: New file.
5355 * gdb.base/c-linkage-name.exp: New testcase.
5356
5357 2018-03-26 Tom Tromey <tom@tromey.com>
5358
5359 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5360 * gdb.python/py-framefilter.py (name_error): New global.
5361 (ErrorInName.function): Use name_error.
5362
5363 2018-03-26 Tom Tromey <tom@tromey.com>
5364
5365 PR backtrace/15582:
5366 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5367
5368 2018-03-23 Keith Seitz <keiths@redhat.com>
5369
5370 PR c++/22968
5371 * gdb.cp/subtypes.exp: New file.
5372 * gdb.cp/subtypes.h: New file.
5373 * gdb.cp/subtypes.cc: New file.
5374 * gdb.cp/subtypes-2.cc: New file.
5375
5376 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5377
5378 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5379 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5380 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5381 -nostartfiles when compiling the test. Confirm that all registers
5382 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5383
5384 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5385
5386 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5387 option, syntax was wrong anyway.
5388 * gdb.arch/arm-disp-step.exp: Likewise.
5389 * gdb.arch/sparc64-regs.exp: Likewise.
5390 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5391 option, syntax was wrong anyway, switch to use
5392 prepare_for_testing.
5393 * gdb.arch/i386-disp-step.exp: Likewise.
5394
5395 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5396
5397 * gdb.ada/exec_changed.exp: Replace "target_info exists
5398 use_gdb_stub" by "use_gdb_stub".
5399 * gdb.ada/start.exp: Likewise.
5400 * gdb.base/async-shell.exp: Likewise.
5401 * gdb.base/attach-pie-misread.exp: Likewise.
5402 * gdb.base/attach-wait-input.exp: Likewise.
5403 * gdb.base/break-entry.exp: Likewise.
5404 * gdb.base/break-interp.exp: Likewise.
5405 * gdb.base/dprintf-detach.exp: Likewise.
5406 * gdb.base/nostdlib.exp: Likewise.
5407 * gdb.base/solib-nodir.exp: Likewise.
5408 * gdb.base/statistics.exp: Likewise.
5409 * gdb.base/testenv.exp: Likewise.
5410 * gdb.mi/mi-exec-run.exp: Likewise.
5411 * gdb.mi/mi-start.exp: Likewise.
5412 * gdb.multi/dummy-frame-restore.exp: Likewise.
5413 * gdb.multi/multi-arch-exec.exp: Likewise.
5414 * gdb.multi/multi-arch.exp: Likewise.
5415 * gdb.multi/tids.exp: Likewise.
5416 * gdb.multi/watchpoint-multi.exp: Likewise.
5417 * gdb.python/py-events.exp: Likewise.
5418 * gdb.threads/attach-into-signal.exp: Likewise.
5419 * gdb.threads/attach-stopped.exp: Likewise.
5420 * gdb.threads/threadapply.exp: Likewise.
5421 * lib/selftest-support.exp: Likewise.
5422
5423 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5424
5425 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5426
5427 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5428
5429 * gdb.perf/template-breakpoints.cc: New file.
5430 * gdb.perf/template-breakpoints.exp: New file.
5431 * gdb.perf/template-breakpoints.py: New file.
5432
5433 2018-03-19 Tom Tromey <tom@tromey.com>
5434
5435 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5436 y0.
5437 * gdb.rust/simple.exp: Test bare identifier form of struct
5438 initializer.
5439
5440 2018-03-19 Tom Tromey <tom@tromey.com>
5441
5442 * gdb.gdb/observer.exp: Remove.
5443
5444 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5445
5446 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5447 "qualified" option when setting breakpoints.
5448 * gdb.trace/backtrace.exp: Likewise.
5449 * gdb.trace/circ.exp: Likewise.
5450 * gdb.trace/collection.exp: Likewise.
5451 * gdb.trace/disconnected-tracing.exp: Likewise.
5452 * gdb.trace/ftrace-lock.exp: Likewise.
5453 * gdb.trace/ftrace.exp: Likewise.
5454 * gdb.trace/infotrace.exp: Likewise.
5455 * gdb.trace/packetlen.exp: Likewise.
5456 * gdb.trace/passc-dyn.exp: Likewise.
5457 * gdb.trace/qtro.exp: Likewise.
5458 * gdb.trace/read-memory.exp: Likewise.
5459 * gdb.trace/report.exp: Likewise.
5460 * gdb.trace/signal.exp: Likewise.
5461 * gdb.trace/status-stop.exp: Likewise.
5462 * gdb.trace/strace.exp: Likewise.
5463 * gdb.trace/tfind.exp: Likewise.
5464 * gdb.trace/trace-break.exp: Likewise.
5465 * gdb.trace/trace-condition.exp: Likewise.
5466 * gdb.trace/trace-mt.exp: Likewise.
5467 * gdb.trace/tstatus.exp: Likewise.
5468 * gdb.trace/tsv.exp: Likewise.
5469 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5470 * gdb.trace/unavailable.exp: Likewise.
5471 * gdb.trace/while-dyn.exp: Likewise.
5472
5473 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5474
5475 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5476 that libinproctrace is copied to the target.
5477
5478 2018-03-14 Tom Tromey <tom@tromey.com>
5479
5480 PR cli/14977:
5481 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5482 a null pointer.
5483 * gdb.base/wchar.exp: Likewise.
5484
5485 2018-03-14 Tom Tromey <tom@tromey.com>
5486
5487 PR cli/19918:
5488 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5489 flag.
5490
5491 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5492
5493 PR gdb/22841
5494 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5495 "target" to remote_exec.
5496
5497 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5498
5499 PR gdb/22841
5500 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5501 ${board}_upload): Remove.
5502
5503 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5504
5505 * gdb.cp/watch-cp.cc: New test.
5506 * gdb.cp/watch-cp.exp: New file.
5507
5508 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5509
5510 * gdb.base/infcall-nested-structs.exp: New file.
5511 * gdb.base/infcall-nested-structs.c: New file.
5512 * gdb.base/float.exp: Add riscv support.
5513
5514 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5515
5516 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5517 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5518
5519 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5520
5521 * gdb.server/abspath.exp: New file.
5522 * lib/gdb.exp (with_cwd): New procedure.
5523
5524 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5525
5526 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5527 use it.
5528 (gdb_is_target_remote_prompt): New proc.
5529 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5530 (gdb_is_target_native): Pass prompt parameter to
5531 gdb_is_target_1.
5532
5533 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5534
5535 * gdb.base/load-command.c: New file.
5536 * gdb.base/load-command.exp: New file.
5537 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5538 (gdb_is_target_1): ...this, and generalize for other targets
5539 than just remote.
5540 (gdb_is_target_remote): Use gdb_is_target_1.
5541 (gdb_is_target_native): use gdb_is_target_1.
5542
5543 2018-02-26 Tom Tromey <tom@tromey.com>
5544
5545 PR python/16497:
5546 * gdb.python/py-framefilter.exp: Update test.
5547
5548 2018-02-26 Tom Tromey <tom@tromey.com>
5549
5550 * gdb.dwarf2/variant.c: New file.
5551 * gdb.dwarf2/variant.exp: New file.
5552
5553 2018-02-26 Tom Tromey <tom@tromey.com>
5554
5555 * gdb.rust/simple.exp: Accept more possible results in enum test.
5556
5557 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5558
5559 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5560 parentheses.
5561
5562 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5563
5564 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5565 name of a variable: $actual_linejj -> $actual_line.
5566
5567 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5568
5569 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5570
5571 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5572
5573 * gdb.btrace/buffer-size.exp: Do not force BTS.
5574
5575 2018-02-14 Pedro Alves <palves@redhat.com>
5576
5577 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5578 getting a "Quit".
5579
5580 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5581
5582 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5583 Fix test name.
5584
5585 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5586
5587 * gdb.cp/m-static.exp: Check type of optimized out static
5588 member.
5589
5590 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5591
5592 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5593 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5594
5595 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5596 Leszek Swirski <leszeks@google.com>
5597
5598 * gdb.python/py-prettyprint.c
5599 (struct to_string_returns_value_inner,
5600 struct to_string_returns_value_wrapper): New.
5601 (main): Add tsrvw variable.
5602 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5603 ToStringReturnsValueWrapper): New classes.
5604 (register_pretty_printers): Register new pretty-printers.
5605 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5606 recursive pretty printer.
5607 * gdb.python/py-mi.exp: Likewise.
5608
5609 2018-02-01 Leszek Swirski <leszeks@google.com>
5610
5611 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5612 functions with the same name as an include file are parsed
5613 correctly.
5614
5615 2018-02-01 Yao Qi <yao.qi@linaro.org>
5616
5617 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5618 "\[^\r\n\]*".
5619
5620 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5621
5622 * gdb.arch/powerpc-prologue-frame.s: New file.
5623 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5624 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5625
5626 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5627
5628 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5629
5630 2018-01-30 Pedro Alves <palves@redhat.com>
5631
5632 PR gdb/13211
5633 * gdb.base/interrupt-daemon.c: New.
5634 * gdb.base/interrupt-daemon.exp: New.
5635 * gdb.multi/multi-term-settings.c: New.
5636 * gdb.multi/multi-term-settings.exp: New.
5637
5638 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5639
5640 * gdb.base/break.exp: Save the location where the breakpoint
5641 on break.c:47 was actually inserted when debugging the version
5642 compiled at -O2 and use it in the expected output of the "info
5643 break" test performed soon after.
5644
5645 2018-01-22 Pedro Alves <palves@redhat.com>
5646 Sergio Durigan Junior <sergiodj@redhat.com>
5647
5648 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5649 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5650
5651 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5652
5653 * gdb.base/break-include.c, gdb.base/break-include.inc,
5654 gdb.base/break-include.exp: New files.
5655 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5656 line number now being the actual line number where the breakpoint
5657 was inserted.
5658 * gdb.mi/mi-break.exp: Likewise.
5659 * gdb.mi/mi-reverse.exp: Likewise.
5660 * gdb.mi/mi-simplerun.exp: Ditto.
5661
5662 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5663
5664 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5665 varobj.
5666 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5667
5668 2018-01-21 Don Breazeal <donb@codesourcery.com>
5669 Andrew Burgess <andrew.burgess@embecosm.com>
5670
5671 * gdb.mi/basics.c: Add new global.
5672 * gdb.mi/mi-frame-regs.exp: New file.
5673 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5674 case.
5675
5676 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5677
5678 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5679 non-parameter, and on an unknown symbol.
5680
5681 2018-01-19 Tom Tromey <tom@tromey.com>
5682
5683 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5684 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5685
5686 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5687
5688 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5689 setrlimit and chdir to int.
5690
5691 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5692
5693 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5694 function.
5695 (my_tend): Likewise.
5696 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5697 rationale of avoiding FP- and vector instructions.
5698
5699 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5700
5701 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5702 "info reg" with "\[ \t\]*".
5703 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5704 "\[ \t\]+".
5705 * gdb.arch/s390-multiarch.exp: Ditto.
5706 * gdb.base/pc-fp.exp: Ditto.
5707 * gdb.reverse/i386-precsave.exp: Ditto.
5708 * gdb.reverse/i386-reverse.exp: Ditto.
5709 * gdb.reverse/i387-env-reverse.exp: Ditto.
5710 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5711
5712 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5713
5714 * lib/gdb.exp (gdb_compile): Re-enable use of
5715 universal_compile_options for languages other than Rust.
5716
5717 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5718
5719 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5720
5721 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5722
5723 PR gdb/16577
5724 * gdb.base/solib-vanish.exp: New.
5725 * gdb.base/solib-vanish-main.c: New.
5726 * gdb.base/solib-vanish-lib1.c: New.
5727 * gdb.base/solib-vanish-lib2.c: New.
5728
5729 2018-01-17 Yao Qi <yao.qi@linaro.org>
5730
5731 * gdb.compile/compile.exp: Match the address printed for
5732 frame in the output of command "bt".
5733
5734 2018-01-15 Tom Tromey <tom@tromey.com>
5735
5736 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5737 compute sp_reg.
5738
5739 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5740
5741 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5742 to prepare.
5743 (prepare): Return 0 on error, 1 on success.
5744
5745 2018-01-12 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.base/continue-after-aborted-step-over.c: New.
5748 * gdb.base/continue-after-aborted-step-over.exp: New.
5749
5750 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5751
5752 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5753 options when not creating an executable.
5754
5755 2018-01-11 Pedro Alves <palves@redhat.com>
5756
5757 PR remote/22597
5758 * gdb.server/stop-reply-no-thread.c: New file.
5759 * gdb.server/stop-reply-no-thread.exp: New file.
5760
5761 2018-01-10 Pedro Alves <palves@redhat.com>
5762
5763 PR gdb/22670
5764 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5765 functions too. Test setting breakpoints and printing C functions
5766 with no debug info too.
5767 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5768
5769 2018-01-10 Pedro Alves <palves@redhat.com>
5770
5771 PR gdb/22670
5772 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5773 a fail.
5774
5775 2018-01-10 Pedro Alves <palves@redhat.com>
5776
5777 PR gdb/22670
5778 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5779
5780 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5781
5782 * gdb.server/unittest.exp: Match the output in non-development
5783 mode.
5784
5785 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * gdb.gdb/unittest.exp: Match output in non-development mode.
5788
5789 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5790
5791 * gdb.ada/access_tagged_param.exp: Relax expected output
5792 for value of "ObjL" in "continue" to pck.inspect breakpoint
5793 test.
5794
5795 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5796
5797 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5798 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5799
5800 2018-01-05 Pedro Alves <palves@redhat.com>
5801
5802 PR gdb/18653
5803 * gdb.base/libsegfault.exp: New.
5804
5805 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5806
5807 PR gdb/22670
5808 * gdb.ada/access_tagged_param.exp: New file.
5809 * gdb.ada/access_tagged_param/foo.adb: New file.
5810
5811 2018-01-05 Pedro Alves <palves@redhat.com>
5812
5813 PR gdb/22670
5814 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5815 exercise lower case too, and to exercise both full matching and
5816 wild matching.
5817
5818 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5819
5820 * gdb.ada/rename_subscript_param: New testcase.
5821
5822 2018-01-05 Jerome Guitton <guitton@adacore.com>
5823
5824 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5825
5826 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5827
5828 * gdb.ada/convvar_comp: New testcase.
5829
5830 2018-01-05 Xavier Roirand <roirand@adacore.com>
5831
5832 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5833 (My_Table): New global variable.
5834 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5835
5836 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5837
5838 PR gdb/22670
5839 * gdb.ada/maint_with_ada: New testcase.
5840
5841 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5842
5843 PR gdb/22670
5844 * gdb.ada/bp_c_mixed_case: New testcase.
5845
5846 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5847
5848 PR gdb/22670
5849 * gdb.ada/complete.exp: Add "complete break ada" test.
5850
5851 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5852
5853 PR gdb/22670
5854 * gdb.ada/info_addr_mixed_case: New testcase.
5855
5856 2018-01-03 Xavier Roirand <roirand@adacore.com>
5857
5858 * gdb.ada/excep_handle.exp: New testcase.
5859 * gdb.ada/excep_handle/foo.adb: New file.
5860 * gdb.ada/excep_handle/pck.ads: New file.
5861
5862 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5863
5864 * gdb.base/step-line.c: Add extra empty line in copyright header.
5865 * gdb.base/step-line.inp: Likewise.
5866
5867 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdb.ada/dyn_stride.exp: Add slice test.
5870
5871 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5872
5873 * gdb.ada/dyn_stride: New testcase.
5874
5875 2017-12-27 Stafford Horne <shorne@gmail.com>
5876
5877 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5878 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5879
5880 2017-12-27 Stafford Horne <shorne@gmail.com>
5881
5882 * gdb.base/reggroups.c: New file.
5883 * gdb.base/reggroups.exp: New file.
5884
5885 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.dwarf2/ada-valprint-error.c: New file.
5888 * gdb.dwarf2/ada-valprint-error.exp: New file.
5889
5890 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5891
5892 * gdb.ada/assign_arr: New testcase.
5893
5894 2017-12-18 Xavier Roirand <roirand@adacore.com>
5895
5896 * gdb.ada/funcall_ptr: New testcase.
5897
5898 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5899
5900 PR cli/16224
5901 * gdb.base/ptype-offsets.cc: New file.
5902 * gdb.base/ptype-offsets.exp: New file.
5903
5904 2017-12-15 Yao Qi <yao.qi@linaro.org>
5905
5906 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5907 if XML is disabled.
5908
5909 2017-12-15 Xavier Roirand <roirand@adacore.com>
5910
5911 * gdb.ada/same_component_name: New testcase.
5912
5913 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5914
5915 * gdb.ada/str_binop_equal: New testcase.
5916
5917 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5918
5919 * gdb.ada/task_switch_in_core: New testcase.
5920
5921 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5922
5923 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5924 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5925 call test_bkpt_qualified.
5926 (test_bkpt_qualified): New proc.
5927
5928 2017-12-13 Pedro Alves <palves@redhat.com>
5929
5930 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5931 Tighten regexp by matching with an anchor.
5932
5933 2017-12-13 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5936 ("expression with namespace"): New set of tests.
5937 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5938 (Nested::Test_NS::qux): New.
5939 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5940 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5941
5942 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5943
5944 * gdb.base/server-del-break.c: New file.
5945 * gdb.base/server-del-break.exp: New file.
5946
5947 2017-12-12 Stafford Horne <shorne@gmail.com>
5948
5949 * gdb.xml/tdesc-regs.exp: Add or1k support.
5950
5951 2017-12-12 Stafford Horne <shorne@gmail.com>
5952
5953 * gdb.base/bp-permanent.c: Define nop of or1k.
5954
5955 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5956
5957 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5958 output with components being reordered.
5959
5960 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5961
5962 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5963 output with components being reordered.
5964
5965 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5966 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.base/maint.exp (check for .gdb_index): Check also for
5969 .debug_names.
5970 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5971 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5972 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5973 (.gdb_index used after symbol reloading): Support also .debug_names.
5974 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5975
5976 2017-12-08 Yao Qi <yao.qi@linaro.org>
5977
5978 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5979 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5980
5981 2017-12-08 Yao Qi <yao.qi@linaro.org>
5982
5983 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5984 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5985
5986 2017-12-08 Yao Qi <yao.qi@linaro.org>
5987
5988 * gdb.arch/aarch64-tagged-pointer.c: New file.
5989 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5990
5991 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5992
5993 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5994 "int".
5995
5996 2017-12-07 Keith Seitz <keiths@redhat.com>
5997
5998 PR breakpoints/22569
5999 * gdb.linespec/ls-errs.exp: Change expected result of "break
6000 -source this file has spaces.c -line 3".
6001 Check that an explicit source file followed by whitespace is
6002 identified as an invalid explicit location.
6003
6004 2017-12-07 Keith Seitz <keiths@redhat.com>
6005
6006 * gdb.cp/nested-types.cc: New file.
6007 * gdb.cp/nested-types.exp: New file.
6008 * lib/cp-support.exp: Load data-structures.exp library.
6009 (debug_cp_test_ptype_class): New global.
6010 (cp_ptype_class_verbose, next_line): New procedures.
6011 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6012 Add and document new return value.
6013 Switch the list of lines to a queue.
6014 Add support for new `type' key for nested type definitions.
6015 Add debugging/troubleshooting messages.
6016 * lib/data-structures.exp: New file.
6017
6018 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6019
6020 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6021 with proc_with_prefix, don't use with_test_prefix.
6022
6023 2017-12-07 Tom Tromey <tom@tromey.com>
6024
6025 * gdb.base/break.exp: Add test for empty "commands".
6026
6027 2017-12-07 Yao Qi <yao.qi@linaro.org>
6028
6029 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6030 malloc and catch syscall.
6031
6032 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6033
6034 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6035 tests for explicit locations.
6036
6037 2017-12-06 Pedro Alves <palves@redhat.com>
6038
6039 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6040 force-disabling XML descriptions.
6041
6042 2017-12-04 Pedro Alves <palves@redhat.com>
6043
6044 PR gdb/22499
6045 * gdb.arch/amd64-disp-step-avx.S: New file.
6046 * gdb.arch/amd64-disp-step-avx.exp: New file.
6047
6048 2017-12-03 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6051 and <string.h>.
6052 (parent_function): Print distinct messages when waitpid fails, or
6053 the child exits with a signal, or the child exits for an unhandled
6054 reason.
6055 * gdb.threads/process-dies-while-detaching.exp
6056 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6057 it. Wait for both inferior output and GDB's prompt. Use an
6058 indirect spawn id list.
6059 (do_detach): New parameter 'child_exit'. Use it to compute
6060 expected inferior output.
6061 (test_detach, test_detach_watch, test_detach_killed_outside):
6062 Adjust to pass down the expected child exit kind.
6063
6064 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6065 Sergio Durigan Junior <sergiodj@redhat.com>
6066 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6069
6070 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6071
6072 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6073 to 'symbol-file' and 'add-symbol-file' can be
6074 position-independent.
6075
6076 2017-12-01 Yao Qi <yao.qi@linaro.org>
6077
6078 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6079 the URL in copyright header.
6080 * gdb.arch/aarch64-fp.exp: Likewise.
6081 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6082 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6083 * gdb.base/expand-psymtabs.exp: Likewise.
6084 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6085 * gdb.fortran/common-block.exp: Likewise.
6086 * gdb.fortran/common-block.f90: Likewise.
6087 * gdb.fortran/logical.exp: Likewise.
6088 * gdb.fortran/vla-datatypes.f90: Likewise.
6089 * gdb.fortran/vla-sub.f90: Likewise.
6090
6091 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6092
6093 * gdb.ada/repeat_dyn: New testcase.
6094
6095 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6096
6097 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6098 Update for changed thread numbering.
6099 * gdb.cell/bt.exp: Update for changed GDB output.
6100
6101 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6102
6103 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6104 setting isremote by hand.
6105 * boards/dwarf4-gdb-index.exp: Likewise.
6106 * boards/fission.exp: Likewise.
6107 * boards/stabs.exp: Likewise.
6108
6109 2017-11-30 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.linespec/cpls-ops.exp
6112 (check_explicit_skips_function_argument): Extract the underlying
6113 type of size_t instead of hardcoding it.
6114
6115 2017-11-29 Pedro Alves <palves@redhat.com>
6116
6117 PR c++/19436
6118 * gdb.linespec/cpls-abi-tag.cc: New file.
6119 * gdb.linespec/cpls-abi-tag.exp: New file.
6120
6121 2017-11-29 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.base/langs.exp: Use -qualified.
6124 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6125 it.
6126 * gdb.cp/namespace.exp: Use -qualified.
6127 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6128 (overload-3, template-overload, template-ret-type, const-overload)
6129 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6130 procedures.
6131 (test_driver): Call them.
6132 * gdb.cp/save-bp-qualified.cc: New.
6133 * gdb.cp/save-bp-qualified.exp: New.
6134 * gdb.linespec/explicit.exp: Test -qualified.
6135 * lib/completion-support.exp (completion::explicit_opts_list): Add
6136 "-qualified".
6137 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6138
6139 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6140
6141 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6142
6143 2017-11-29 Tom Tromey <tom@tromey.com>
6144
6145 * gdb.base/relocate.exp: Update invalid argument test.
6146 Add new tests for invalid arguments.
6147
6148 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6149
6150 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6151 Return 0 as a long.
6152 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6153
6154 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6155
6156 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6157 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6158 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6159 func ().
6160 * gdb.cp/shadow.cc (B.func): Return 0.
6161
6162 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6163
6164 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6165 expected output in gdb_expect call to allow the exception
6166 message to be present as well. Fix syntax confusion to avoid
6167 TCL thinking that exception_name is an array.
6168
6169 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6170
6171 * gdb.arch/spu-info.c: Include <unistd.h>.
6172 (do_signal_test): Fix broken calls to write.
6173 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6174 Fix checks for empty mailboxes. Update signal tests for corrected
6175 do_signal_test routine. Allow nonzero event status.
6176 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6177 * gdb.cell/arch.exp: Use standard_output_file.
6178 * gdb.cell/break.exp: Likewise.
6179 * gdb.cell/bt.exp: Likewise.
6180 * gdb.cell/core.exp: Likewise.
6181 * gdb.cell/dwarfaddr.exp: Likewise.
6182 * gdb.cell/ea-cache.exp: Likewise.
6183 * gdb.cell/ea-standalone.exp: Likewise.
6184 * gdb.cell/f-regs.exp: Likewise.
6185 * gdb.cell/fork.exp: Likewise.
6186 * gdb.cell/gcore.exp: Likewise.
6187 * gdb.cell/mem-access.exp: Likewise.
6188 * gdb.cell/ptype.exp: Likewise.
6189 * gdb.cell/registers.exp: Likewise.
6190 * gdb.cell/sizeof.exp: Likewise.
6191 * gdb.cell/solib-symbol.exp: Likewise.
6192 * gdb.cell/solib.exp: Likewise.
6193
6194 2017-11-25 Pedro Alves <palves@redhat.com>
6195
6196 * gdb.base/complete-empty.exp: New file.
6197 * gdb.base/completion.exp: Adjust.
6198
6199 2017-11-25 Pedro Alves <palves@redhat.com>
6200
6201 * gdb.linespec/cpls-ops.cc: New file.
6202 * gdb.linespec/cpls-ops.exp: New file.
6203 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6204 factored out from ...
6205 (test_complete_prefix_range): ... this.
6206
6207 2017-11-24 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.linespec/cpcompletion.exp: New file.
6210 * gdb.linespec/cpls-hyphen.cc: New file.
6211 * gdb.linespec/cpls.cc: New file.
6212 * gdb.linespec/cpls2.cc: New file.
6213 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6214 test to use test_gdb_complete_unique. Add label completion,
6215 keyword completion and explicit location completion tests.
6216 * lib/completion-support.exp: New file.
6217
6218 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6219
6220 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6221 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6222 when hitting an exception catchpoint.
6223
6224 2017-11-22 Yao Qi <yao.qi@linaro.org>
6225
6226 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6227
6228 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6229
6230 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6231 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6232 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6233
6234 2017-11-22 Yao Qi <yao.qi@linaro.org>
6235
6236 * gdb.base/info-os.exp: Pass pthreads.
6237 * gdb.multi/multi-attach.exp: Likewise.
6238
6239 2017-11-22 Yao Qi <yao.qi@linaro.org>
6240
6241 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6242 compiler.
6243
6244 2017-11-22 Yao Qi <yao.qi@linaro.org>
6245
6246 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6247 * gdb.base/break-interp.exp: Likewise.
6248 * gdb.base/jit-attach-pie.exp: Likewise.
6249
6250 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6251
6252 * gdb.base/float128.c (large128): New variable.
6253 * gdb.base/float128.exp: Add test to print largest __float128 value.
6254
6255 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6256
6257 * gdb.arch/vsx-regs.exp: Update register content checks.
6258
6259 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6260
6261 * gdb.arch/ppc-longdouble.exp: New file.
6262 * gdb.arch/ppc-longdouble.c: Likewise.
6263
6264 2017-11-21 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6267
6268 2017-11-20 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6271 (long_double_typedef): New typedefs.
6272 Use DEF on double and long double.
6273 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6274 cases.
6275 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6276 and 'long_double_ptr_same_size' locals. Use them to decide
6277 whether cast from array/function to float is valid/invalid.
6278
6279 2017-11-17 Tom Tromey <tom@tromey.com>
6280
6281 * gdb.rust/traits.rs: New file.
6282 * gdb.rust/traits.exp: New file.
6283
6284 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6285
6286 * gdb.ada/minsyms: New testcase.
6287
6288 2017-11-16 Pedro Alves <palves@redhat.com>
6289
6290 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6291 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6292
6293 2017-11-16 Pedro Alves <palves@redhat.com>
6294
6295 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6296 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6297
6298 2017-11-16 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.server/reconnect-ctrl-c.c: New file.
6301 * gdb.server/reconnect-ctrl-c.exp: New file.
6302
6303 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6304
6305 * gdb.python/py-rbreak.exp: New file.
6306 * gdb.python/py-rbreak.c: New file.
6307 * gdb.python/py-rbreak-func2.c: New file.
6308
6309 2017-11-16 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6312 pattern.
6313 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6314 GDB.
6315
6316 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6317
6318 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6319 regex.
6320
6321 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6322
6323 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6324 test names.
6325
6326 2017-11-09 Pedro Alves <palves@redhat.com>
6327
6328 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6329 factored out from ...
6330 (top level): ... here, and adjusted to avoid expecting beyond the
6331 prompt in a single gdb_test_multiple.
6332
6333 2017-11-09 Pedro Alves <palves@redhat.com>
6334
6335 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6336 output.
6337 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6338 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6339 * gdb.server/ext-run.exp ("kill" test): Likewise.
6340 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6341
6342 2017-11-09 Pedro Alves <palves@redhat.com>
6343
6344 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6345 match till end of line.
6346
6347 2017-11-09 Pedro Alves <palves@redhat.com>
6348
6349 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6350
6351 2017-11-09 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6354 New procedures, factored out from ...
6355 (top level): ... here, and adjusted to avoid expecting beyond the
6356 prompt in one go.
6357
6358 2017-11-09 Pedro Alves <palves@redhat.com>
6359
6360 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6361 output. Fix '?' match.
6362
6363 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6364
6365 * gdb.ada/scoped_watch: New testcase.
6366 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6367 which is actually correct.
6368 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6369 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6370
6371 2017-11-08 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.gdb/complaints.exp (test_initial_complaints)
6374 (test_serial_complaints, test_short_complaints): Call
6375 complaint_internal instead of complaint.
6376
6377 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6378
6379 * gdb.threads/tls-core.c: New file.
6380 * gdb.threads/tls-core.exp: Likewise.
6381
6382 2017-11-08 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6385 (p Exported_Capitalized): New test.
6386 (p exported_capitalized): New test.
6387
6388 2017-11-07 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6391
6392 2017-11-07 Pedro Alves <palves@redhat.com>
6393
6394 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6395 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6396 (disable_invalid, disable_inverted, disable_negative): New
6397 procedures.
6398 ("bad numbers"): New set of tests.
6399
6400 2017-11-07 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.cp/ena-dis-br-range.exp: Add tests.
6403
6404 2017-11-07 Pedro Alves <palves@redhat.com>
6405
6406 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6407
6408 2017-11-07 Xavier Roirand <roirand@adacore.com>
6409 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.base/ena-dis-br.exp: Add reference to
6412 gdb.cp/ena-dis-br-range.exp.
6413 * gdb.cp/ena-dis-br-range.exp: New file.
6414 * gdb.cp/ena-dis-br-range.cc: New file.
6415
6416 2017-11-06 Pedro Alves <palves@redhat.com>
6417
6418 * gdb.base/attach-non-pgrp-leader.c: New.
6419 * gdb.base/attach-non-pgrp-leader.exp: New.
6420
6421 2017-11-06 Pedro Alves <palves@redhat.com>
6422
6423 * configure.ac: No longer check for termio.h and sgtty.h.
6424 * configure: Regenerate.
6425 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6426 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6427 Remove termio and sgtty code.
6428
6429 2017-11-03 Yao Qi <yao.qi@linaro.org>
6430
6431 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6432 in GDB is disabled.
6433
6434 2017-11-03 Yao Qi <yao.qi@linaro.org>
6435
6436 * gdb.python/py-thrhandle.exp: Skip it if python is not
6437 enabled.
6438
6439 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6440
6441 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6442 as a breakpoint command.
6443
6444 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6445
6446 PR python/21213
6447 * gdb.python/py-infthread.exp: Test calling
6448 InferiorThread.inferior () multiple times in a row.
6449
6450 2017-10-27 Keith Seitz <keiths@redhat.com>
6451
6452 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6453 Test "info break" for every inlined function breakpoint.
6454
6455 2017-10-27 Yao Qi <yao.qi@linaro.org>
6456
6457 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6458
6459 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6460
6461 * gdb.cp/classes.exp (test_static_members): Test printing
6462 Outer::instance.
6463 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6464 (Inner::instance, Outer::instance): New.
6465
6466 2017-10-24 Pedro Alves <palves@redhat.com>
6467
6468 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6469 extra console" test in two stages.
6470
6471 2017-10-24 Pedro Alves <palves@redhat.com>
6472
6473 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6474
6475 2017-10-24 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6478 loop.
6479
6480 2017-10-24 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6483 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6484
6485 2017-10-24 Pedro Alves <palves@redhat.com>
6486
6487 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6488 parameter and handle it. Don't output read value in test name.
6489
6490 2017-10-24 Pedro Alves <palves@redhat.com>
6491
6492 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6493 custom test name.
6494
6495 2017-10-24 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6498 include the unstable output directory name in the test's name.
6499 (initial_setup_simple) <'set args'>: Use custom test name.
6500
6501 2017-10-24 Pedro Alves <palves@redhat.com>
6502
6503 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6504 with explicit test name.
6505
6506 2017-10-20 Pedro Alves <palves@redhat.com>
6507
6508 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6509 'wait -i'. Use gdb_assert and remote_close.
6510
6511 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6514 number from variable rather than hard-coded.
6515
6516 2017-10-19 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.base/long-inferior-output.c: New file.
6519 * gdb.base/long-inferior-output.exp: New file.
6520
6521 2017-11-18 Keith Seitz <keiths@redhat.com>
6522
6523 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6524 method.
6525 (main): Call it.
6526 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6527 Add additional user-defined conversion operator tests.
6528
6529 2017-10-17 Pedro Alves <palves@redhat.com>
6530
6531 * boards/native-stdio-gdbserver.exp: Load "local-board".
6532
6533 2017-10-17 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/quit-live.c: New file.
6536 * gdb.base/quit-live.exp: New file.
6537
6538 2017-10-16 Keith Seitz <keiths@redhat.com>
6539
6540 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6541 (class_with_protected_typedef, class_with_private_typedef)
6542 (struct_with_public_typedef, struct_with_protected_typedef)
6543 (struct_with_private_typedef): New classes/structs.
6544 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6545 typedefs and access specifiers.
6546
6547 2017-10-16 Pedro Alves <palves@redhat.com>
6548 Simon Marchi <simon.marchi@polymtl.ca>
6549
6550 * README (Local vs Remote vs Native): New section.
6551 * boards/local-board.exp: New file, with bits factored out from
6552 ...
6553 * boards/native-extended-gdbserver.exp: ... here. Load
6554 "local-board".
6555 * boards/native-gdbserver.exp: Load "local-board".
6556 (${board}_spawn, ${board}_exec): Delete.
6557 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6558 ...
6559 * boards/stdio-gdbserver-base.exp: ... this new file.
6560 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6561 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6562 procedure.
6563 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6564 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6565 stdio_gdbserver_command.
6566 (${board}_get_remote_address, ${board}_get_comm_port)
6567 (${board}_download, ${board}_upload): Delete.
6568 (get_target_remote_pipe_cmd): New.
6569
6570 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6571
6572 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6573 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6574 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6575 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6576 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6577 remove with_test_prefix.
6578
6579 2017-10-13 Pedro Alves <palves@redhat.com>
6580
6581 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6582 * gdb.base/annota1.exp: Use it instead of is_remote.
6583 * gdb.base/annota3.exp: Use it instead of is_remote.
6584 * gdb.cp/annota2.exp: Use it instead of is_remote.
6585 * gdb.cp/annota3.exp: Use it instead of is_remote.
6586 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6587
6588 2017-10-13 Pedro Alves <palves@redhat.com>
6589
6590 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6591 (test_num_test_vars, run_and_count_vars, find_env)
6592 (test_set_unset_env, test_inherit_env_var): New procedures.
6593 (top level): Use them.
6594
6595 2017-10-13 Pedro Alves <palves@redhat.com>
6596
6597 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6598 also skip on stub-like targets.
6599
6600 2017-10-13 Pedro Alves <palves@redhat.com>
6601
6602 PR gdb/22293
6603 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6604 (top level): Move some tests to ...
6605 (test_not_found): ... this new procedure.
6606 (top level): Call it.
6607
6608 2017-10-13 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6611 expect different "info terminal" output if testing with a
6612 non-native target.
6613
6614 2017-10-13 Pedro Alves <palves@redhat.com>
6615 Simon Marchi <simon.marchi@polymtl.ca>
6616
6617 PR python/12966
6618 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6619
6620 2017-10-13 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6623 already.
6624
6625 2017-10-13 Pedro Alves <palves@redhat.com>
6626
6627 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6628 is_remote.
6629
6630 2017-10-13 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6633 is_remote.
6634
6635 2017-10-13 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6638 is set.
6639 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6640 instead of is_remote.
6641
6642 2017-10-13 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6645 (top level): Add comment.
6646
6647 2017-10-13 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/remote.exp (top level): Fix comment typo and add
6650 missing return.
6651
6652 2017-10-13 Pedro Alves <palves@redhat.com>
6653 Simon Marchi <simon.marchi@polymtl.ca>
6654
6655 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6656 calls and add comments. Skip test if use_gdb_stub is set.
6657 (top level): Use "set cwd" command instead of "cd" command.
6658
6659 2017-10-13 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6662 is_remote target check.
6663
6664 2017-10-13 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.base/scope.exp: Use build_executable + clean_restart +
6667 gdb_file_cmd instead of prepare_for_testing and no longer skip
6668 "before run" tests on is_remote target boards. Update comments.
6669 * boards/native-extended-gdbserver.exp
6670 (extended_gdbserver_load_last_file): New, factored out from ...
6671 (gdb_load): ... this. Move further below and add comment.
6672 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6673
6674 2017-10-12 Pedro Alves <palves@redhat.com>
6675
6676 * gdb.base/attach.exp: Remove references to gdb64.
6677 * gdb.base/dbx.exp: Remove references to gdb64.
6678
6679 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6680 Pedro Alves <palves@redhat.com>
6681
6682 * gdb.base/label.exp: Remove is_remote target check.
6683
6684 2017-10-12 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.base/auvx.exp (coredir): Update comment.
6687 (top level) <core_works>: Use "set cwd" command instead of "cd"
6688 command.
6689
6690 2017-10-12 Pedro Alves <palves@redhat.com>
6691 Simon Marchi <simon.marchi@polymtl.ca>
6692
6693 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6694 target boards.
6695
6696 2017-10-12 Pedro Alves <palves@redhat.com>
6697 Simon Marchi <simon.marchi@polymtl.ca>
6698
6699 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6700 Instead skip if there's any gdb_protocol set.
6701
6702 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6703 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6706
6707 2017-10-12 Pedro Alves <palves@redhat.com>
6708 Simon Marchi <simon.marchi@polymtl.ca>
6709
6710 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6711 instead of on dejagnu remote boards.
6712
6713 2017-10-12 Pedro Alves <palves@redhat.com>
6714 Simon Marchi <simon.marchi@polymtl.ca>
6715
6716 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6717 checks. Use build_executable + clean_restart instead of
6718 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6719 of enabling non-stop after starting gdb.
6720
6721 2017-10-12 Pedro Alves <palves@redhat.com>
6722
6723 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6724 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6725 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6726 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6727
6728 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6729
6730 * gdb.arch/arc-tdesc-cpu.exp: New file.
6731 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6732
6733 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6734
6735 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6736
6737 2017-10-10 Pedro Alves <palves@redhat.com>
6738
6739 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6740 expect CLI output.
6741
6742 2017-10-10 Pedro Alves <palves@redhat.com>
6743
6744 * lib/selftest-support.exp (selftest_setup): Update for
6745 captured_command_loop's prototype change.
6746
6747 2017-10-09 Pedro Alves <palves@redhat.com>
6748
6749 Test both arch1=>arch2 and arch2=>arch1.
6750
6751 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6752 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6753 factored out to...
6754 (append_arch1_options, append_arch2_options, append_arch_options)
6755 (build_executables): New procedures.
6756 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6757 local.
6758 (top level): Add new 'first_arch' testing axis.
6759
6760 2017-10-09 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6763 (barrier): New.
6764 (thread_start, all_started): New functions.
6765 (main): Spawn new thread and wait until it is scheduled.
6766 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6767 option.
6768 (do_test): Add 'selected_thread' parameter. Run to all_started
6769 instead of main. Explicitly set the breakpoint at main. Switch
6770 to the SELECTED_THREAD thread.
6771 (top level): Test handling the exec event with either the main
6772 thread or the second thread selected.
6773
6774 2017-10-09 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6777 logic. Move STOP marker after the value checks.
6778 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6779 regexp.
6780
6781 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6782
6783 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6784
6785 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6786
6787 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6788 integer-to-dfp conversion.
6789 * gdb.base/dfp-test.exp: Likewise.
6790
6791 2017-10-04 Pedro Alves <palves@redhat.com>
6792
6793 * gdb.multi/hangout.c: Include <unistd.h>.
6794 (hangout_loop): New function.
6795 (main): Call alarm. Call hangout_loop in a loop.
6796 * gdb.multi/hello.c: Include <unistd.h>.
6797 (hello_loop): New function.
6798 (main): Call alarm. Call hangout_loop in a loop.
6799 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6800 inferior with the other selected.
6801
6802 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6803
6804 * gdb.mi/list-thread-groups-available.exp: New file.
6805 * gdb.mi/list-thread-groups-available.c: New file.
6806
6807 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6808
6809 * gdb.base/set-cwd.exp: Make it available on
6810 native-extended-gdbserver.
6811
6812 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6813
6814 * gdb.base/set-cwd.c: New file.
6815 * gdb.base/set-cwd.exp: Likewise.
6816
6817 2017-10-02 Tom Tromey <tom@tromey.com>
6818
6819 PR rust/22236:
6820 * gdb.rust/simple.rs (main): New variable "fslice".
6821 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6822
6823 2017-10-02 Tom Tromey <tom@tromey.com>
6824
6825 * gdb.rust/simple.exp: Test ptype of a slice.
6826
6827 2017-10-02 Tom Tromey <tom@tromey.com>
6828
6829 * gdb.rust/simple.exp: Test index of slice.
6830
6831 2017-09-27 Tom Tromey <tom@tromey.com>
6832
6833 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6834
6835 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6836 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.base/compare-sections.exp (get value of read-only section): Read
6839 as unsigned value.
6840 (corrupt read-only section): Likewise and don't set written if patching
6841 failed.
6842
6843 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6844
6845 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6846 files.
6847
6848 2017-09-20 Pedro Alves <palves@redhat.com>
6849
6850 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6851 symbol names in gdb's output.
6852 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6853
6854 2017-09-20 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6857 Rename to ...
6858 (test_list_ambiguous_symbol): ... this and add a symbol name
6859 parameter. Adjust.
6860 (test_list_ambiguous_function): Reimplement on top of
6861 test_list_ambiguous_symbol and also test listing ambiguous
6862 variables.
6863 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6864 (ambiguous_fun): ... this.
6865 (ambiguous_var): New.
6866 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6867 (ambiguous_fun): ... this.
6868 (ambiguous_var): New.
6869
6870 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6871
6872 * gdb.base/starti.c: New file.
6873 * gdb.base/starti.exp: New file.
6874 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6875
6876 2017-09-14 Pedro Alves <palves@redhat.com>
6877
6878 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6879 (top level): Use it instead of runto.
6880
6881 2017-09-11 Tom Tromey <tom@tromey.com>
6882
6883 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6884
6885 2017-09-11 Tom Tromey <tom@tromey.com>
6886
6887 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6888 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6889
6890 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6891
6892 * gdb.fortran/printing-types.exp: New file.
6893 * gdb.fortran/printing-types.exp: New file.
6894
6895 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6896
6897 * gdb.fortran/vla-ptype.exp: Fix typos.
6898 * gdb.fortran/vla-value.exp: Same.
6899
6900 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6901
6902 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6903 * gdb.mi/mi-var-child-f.exp: Likewise.
6904 * gdb.mi/mi-vla-fortran.exp: Likewise.
6905
6906 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6907 Christoph Weinmann <christoph.t.weinmann@intel.com>
6908 Bernhard Heckel <bernhard.heckel@intel.com>
6909
6910 * gdb.fortran/ptr-indentation.f90: New file.
6911 * gdb.fortran/ptr-indentation.exp: New file.
6912
6913 2017-09-05 Tom Tromey <tom@tromey.com>
6914
6915 PR gdb/22010:
6916 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6917
6918 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6919
6920 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6921
6922 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6923
6924 * gdb.threads/tls-nodebug-pie.c: New file.
6925 * gdb.threads/tls-nodebug-pie.exp: New file.
6926
6927 2017-09-05 Tom Tromey <tom@tromey.com>
6928
6929 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6930 for rust.
6931
6932 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6933
6934 * gdb.multi/multi-arch-exec.exp: Test with different
6935 "follow-exec-mode" settings.
6936 (do_test): New procedure.
6937
6938 2017-09-04 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.base/func-static.c (S::method const, S::method volatile)
6941 (S::method volatile const): New methods.
6942 (c_s, v_s, cv_s): New instances.
6943 (main): Call method() on them.
6944 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6945 (cannot_resolve): New procedure.
6946 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6947 print-quote-unquoted columns.
6948 (do_test): Test printing each scope too.
6949
6950 2017-09-04 Pedro Alves <palves@redhat.com>
6951
6952 * gdb.base/local-static.exp: Also test with
6953 class::method::variable wholly quoted.
6954 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6955
6956 2017-09-04 Pedro Alves <palves@redhat.com>
6957
6958 * gdb.base/local-static.c: New.
6959 * gdb.base/local-static.cc: New.
6960 * gdb.base/local-static.exp: New.
6961
6962 2017-09-04 Pedro Alves <palves@redhat.com>
6963
6964 * gdb.asm/asm-source.exp: Add casts to int.
6965 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6966 (dataglobal64_1, dataglobal64_2): New globals.
6967 * gdb.base/nodebug.exp: Test different expressions involving the
6968 new globals, with print, whatis and ptype. Add casts to int.
6969 * gdb.base/solib-display.exp: Add casts to int.
6970 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6971 * gdb.cp/m-static.exp: Add cast to int.
6972 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6973 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6974 tls variable with no debug info without a cast. Test with a cast
6975 to int too.
6976 * gdb.trace/entry-values.exp: Add casts.
6977
6978 2017-09-04 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.base/nodebug.exp: Test that ptype's error about functions
6981 with unknown return type includes the function name too.
6982
6983 2017-09-04 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6986 return type of munmap in infcall.
6987 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6988 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6989 type of ftell in infcall.
6990 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6991 type of getpid in infcall.
6992 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6993 infcall.
6994 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6995 Bail on failure to extract the pid.
6996 * gdb.base/nodebug.c: #include <stdint.h>.
6997 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6998 New functions.
6999 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7000 Change expected output of print/whatis/ptype with functions with
7001 no debug info. Test all supported languages. Call
7002 test_call_promotion.
7003 * gdb.compile/compile.exp: Adjust expected output to expect
7004 warning.
7005 * gdb.threads/siginfo-threads.exp: Likewise.
7006
7007 2017-09-04 Pedro Alves <palves@redhat.com>
7008
7009 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7010 "prototypes". Test calling float functions via prototyped and
7011 unprototyped function pointers.
7012 (perform_all_tests): New parameter "prototypes". Pass it down.
7013 (top level): Pass down "prototypes" parameter to
7014 perform_all_tests.
7015
7016 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7017
7018 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7019 Test with nested loops.
7020
7021 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7022
7023 * gdb.base/commands.exp: Call the new procedures.
7024 (loop_break_test, loop_continue_test): New procedures.
7025
7026 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7027
7028 * gdb.base/commands.exp: Call new procedure.
7029 (define_if_without_arg_test): New procedure.
7030
7031 2017-09-04 Pedro Alves <palves@redhat.com>
7032
7033 * gdb.base/list-ambiguous.exp: New file.
7034 * gdb.base/list-ambiguous0.c: New file.
7035 * gdb.base/list-ambiguous1.c: New file.
7036 * gdb.base/list.exp (test_list_range): Adjust expected output.
7037
7038 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7039
7040 * gdb.base/share-env-with-gdbserver.c: New file.
7041 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7042
7043 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7044
7045 * gdb.base/commands.exp (gdbvar_simple_if_test,
7046 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7047 progvar_simple_if_test, progvar_simple_while_test,
7048 progvar_complex_if_while_test, user_defined_command_test,
7049 user_defined_command_args_eval,
7050 user_defined_command_args_stack_test,
7051 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7052 temporary_breakpoint_commands,
7053 gdb_test_no_prompt, redefine_hook_test,
7054 redefine_backtrace_test): Remove "global gdb_prompt".
7055
7056 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7057
7058 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7059 New proc, call it from toplevel.
7060
7061 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7062
7063 PR remote/21852
7064 * gdb.server/normal.c: New file, copied from gdb.base.
7065 * gdb.server/run-without-local-binary.exp: New file.
7066
7067 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7068
7069 * gdb.arch/sparc64-adi.exp: New file.
7070 * gdb.arch/sparc64-adi.c: New file.
7071
7072 2017-08-22 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7075 (top level): Add "list all overloads" tests.
7076
7077 2017-08-22 Tom Tromey <tom@tromey.com>
7078
7079 * gdb.gdb/xfullpath.exp: Remove.
7080
7081 2017-08-21 Pedro Alves <palves@redhat.com>
7082
7083 PR gdb/19487
7084 * gdb.base/symbol-alias.c: New.
7085 * gdb.base/symbol-alias2.c: New.
7086 * gdb.base/symbol-alias.exp: New.
7087
7088 2017-08-21 Pedro Alves <palves@redhat.com>
7089
7090 * gdb.base/dfp-test.c
7091 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7092 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7093 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7094 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7095 * gdb.base/whatis-ptype-typedefs.c: New.
7096 * gdb.base/whatis-ptype-typedefs.exp: New.
7097 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7098 (an_int, an_int_type, an_int_type2): New globals.
7099 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7100 involving typedefs and cast expressions.
7101 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7102 (lookup_typedefs_function): New.
7103 (typedefs_pretty_printers_dict): New.
7104 (top level): Register lookup_typedefs_function in
7105 gdb.pretty_printers.
7106
7107 2017-08-18 Yao Qi <yao.qi@linaro.org>
7108
7109 * gdb.server/unittest.exp: New.
7110
7111 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7112
7113 PR gdb/21954
7114 * gdb.base/environ.exp: Add test to check if 'unset environment'
7115 works.
7116
7117 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7118
7119 * lib/gdb.exp (universal_compile_options): New caching proc.
7120 (gdb_compile): Suppress GCC's coloring of messages.
7121
7122 2017-08-14 Tom Tromey <tom@tromey.com>
7123
7124 PR gdb/21675:
7125 * gdb.base/printcmds.exp (test_radices): New function.
7126 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7127 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7128 * lib/gdb.exp (get_integer_valueof): Use p/d.
7129
7130 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7133 characters.
7134
7135 2017-08-05 Tom Tromey <tom@tromey.com>
7136
7137 * gdb.rust/simple.exp: Allow String to appear in a different
7138 namespace.
7139
7140 2017-07-26 Yao Qi <yao.qi@linaro.org>
7141
7142 * gdb.gdb/unittest.exp: Invoke command
7143 "maintenance check xml-descriptions".
7144
7145 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7146
7147 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7148 calling context.
7149 (hex128): Drop erroneous calculation of parameters.
7150
7151 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7152
7153 * gdb.python/py-unwind.exp: Disable stack protection when
7154 building test file.
7155
7156 2017-07-20 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.base/default.exp (set language): Adjust expected output.
7159
7160 2017-07-20 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7163 (test_minsym): ... this, and make static.
7164 (get_pck__foo__bar__minsym): Rename to ...
7165 (get_test_minsym): ... this.
7166 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7167 symbol names and comments.
7168 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7169 (get_test_minsym): ... this.
7170 (pck__foo__bar__minsym__2): Rename to ...
7171 (test_minsym): ... this.
7172 (main): Adjust.
7173
7174 2017-07-17 Pedro Alves <palves@redhat.com>
7175
7176 * gdb.base/completion.exp: Adjust expected output.
7177 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7178 the completer works.
7179
7180 2017-07-17 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7183
7184 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7185
7186 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7187
7188 2017-07-14 Tom Tromey <tom@tromey.com>
7189
7190 PR rust/21764:
7191 * gdb.rust/simple.exp: Add tests.
7192
7193 2017-07-14 Tom Tromey <tom@tromey.com>
7194
7195 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7196
7197 2017-07-14 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.linespec/base/one/thefile.cc (z1): New function.
7200 * gdb.linespec/base/two/thefile.cc (z2): New function.
7201 * gdb.linespec/linespec.exp: Add tests.
7202
7203 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7204
7205 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7206 to mi_create_breakpoint.
7207
7208 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7209
7210 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7211 mi_create_breakpoint.
7212
7213 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7214
7215 * gdb.dlang/demangle.exp: Update for demangling changes.
7216
7217 2017-07-09 Tom Tromey <tom@tromey.com>
7218
7219 * gdb.dwarf2/shortpiece.exp: New file.
7220
7221 2017-07-06 David Blaikie <dblaikie@gmail.com>
7222
7223 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7224 built from fissiont-multi-cu{1,2}.c.
7225 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7226 except putting 'main' and 'func' in separate CUs in the same DWO file.
7227 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7228 test.
7229 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7230 test.
7231
7232 2017-07-06 Pedro Alves <palves@redhat.com>
7233
7234 * gdb.python/py-unwind.exp: Test flushregs.
7235
7236 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7237
7238 PR cli/21688
7239 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7240 tests for alias commands and trailing whitespace.
7241
7242 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7243
7244 PR cli/21688
7245 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7246 procedure. Call it.
7247
7248 2017-06-29 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.base/printcmds.exp: Add tests.
7251
7252 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7253
7254 PR gdb/21337
7255 * gdb.base/reread-readsym.exp: New file.
7256 * gdb.base/reread-readsym.c: New file.
7257
7258 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7259
7260 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7261 subpattern.
7262
7263 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7264
7265 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7266 extended mnemonic.
7267 * gdb.arch/powerpc-power9.s: Likewise.
7268
7269 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7270
7271 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7272 on 32-bit x86 targets. Exploit is_*_target macros where
7273 appropriate.
7274
7275 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7276
7277 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7278 register pieces.
7279
7280 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7281
7282 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7283 located in one or more DWARF pieces.
7284
7285 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7286
7287 * lib/gdb.exp (get_endianness): New proc.
7288 * gdb.arch/aarch64-fp.exp: Use it.
7289 * gdb.arch/altivec-regs.exp: Likewise.
7290 * gdb.arch/e500-regs.exp: Likewise.
7291 * gdb.arch/vsx-regs.exp: Likewise.
7292 * gdb.base/dump.exp: Likewise.
7293 * gdb.base/funcargs.exp: Likewise.
7294 * gdb.base/gnu_vector.exp: Likewise.
7295 * gdb.dwarf2/formdata16.exp: Likewise.
7296 * gdb.dwarf2/implptrpiece.exp: Likewise.
7297 * gdb.dwarf2/nonvar-access.exp: Likewise.
7298 * gdb.python/py-inferior.exp: Likewise.
7299 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7300
7301 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7302
7303 PR gdb/21226
7304 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7305 stack value pieces are taken from the LSB end.
7306
7307 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7308
7309 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7310 variable at nonzero offset.
7311
7312 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7313
7314 * gdb.dwarf2/var-access.c: New file.
7315 * gdb.dwarf2/var-access.exp: New test.
7316 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7317
7318 2017-06-12 Tom Tromey <tom@tromey.com>
7319
7320 * gdb.dwarf2/formdata16.exp: Add tests.
7321
7322 2017-06-12 Tom Tromey <tom@tromey.com>
7323
7324 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7325
7326 2017-06-12 Tom Tromey <tom@tromey.com>
7327
7328 PR exp/16225:
7329 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7330 * gdb.arch/vsx-regs.exp: Update tests.
7331 * gdb.arch/s390-vregs.exp (hex128): New proc.
7332 Update test.
7333 * gdb.arch/altivec-regs.exp: Update tests.
7334
7335 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7336
7337 * gdb.base/startup-with-shell.c: New file.
7338 * gdb.base/startup-with-shell.exp: Likewise.
7339
7340 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7341
7342 * gdb.server/non-existing-program.exp: Update regex in order to
7343 reflect the fact that gdbserver is now using fork_inferior (with a
7344 shell) to startup the inferior.
7345
7346 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7347
7348 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7349 support function calls from GDB.
7350
7351 2017-05-21 Tom Tromey <tom@tromey.com>
7352
7353 PR rust/21466:
7354 * gdb.rust/unsized.exp: New file.
7355 * gdb.rust/unsized.rs: New file.
7356
7357 2017-05-19 Tom Tromey <tom@tromey.com>
7358
7359 PR rust/21484:
7360 * gdb.rust/watch.exp: New file.
7361 * gdb.rust/watch.rs: New file.
7362
7363 2017-05-18 Tom Tromey <tom@tromey.com>
7364
7365 * gdb.rust/simple.exp: Allow Box to be qualified.
7366
7367 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7368
7369 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7370
7371 2017-05-18 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.base/fileio.c (test_write, test_read, test_close)
7374 (test_fstat): Don't print 'ret' in the fail path.
7375
7376 2017-05-18 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7379 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7380 (test_system, test_rename, test_unlink, test_time): Change
7381 prototypes.
7382 * gdb.base/fileio.exp (stop_msg): Adjust.
7383
7384 2017-05-18 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.base/fileio.c (null_str): New global.
7387 (test_stat): Use it.
7388 * gdb.base/fileio.exp: Remove nowarnings.
7389
7390 2017-05-17 Yao Qi <yao.qi@linaro.org>
7391
7392 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7393
7394 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7395
7396 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7397 argument command.
7398 (top-level): Invoke test_set_inferior_tty.
7399
7400 2017-05-04 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7403 Add parens to print call for Python 3.
7404
7405 2017-05-03 Keith Seitz <keiths@redhat.com>
7406
7407 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7408 (main): Call it.
7409
7410 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7411
7412 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7413 to prev and next.
7414
7415 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7416
7417 * gdb.python/py-record-btrace.exp: Remove test for
7418 gdb.BtraceInstruction.error.
7419
7420 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7421
7422 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7423
7424 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7425
7426 * gdb.python/py-record-btrace-threads.c: New file.
7427 * gdb.python/py-record-btrace-threads.exp: New file.
7428
7429 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7430
7431 PR testsuite/8595
7432 * gdb.base/environ.exp: Make test available in all architectures.
7433 Move bits related to "info program" testing to
7434 gdb.base/info-program.exp. Rewrite tests to use the two new
7435 procedures mentione below.
7436 (test_set_show_env_var) New procedure.
7437 (test_set_show_env_var_equal): Likewise.
7438 * gdb.base/info-program.exp: New file.
7439
7440 2017-04-27 Keith Seitz <keiths@redhat.com>
7441
7442 * gdb.cp/oranking.cc (test15): New function.
7443 (main): Call test15 and declare additional variables for testing.
7444 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7445 "p foo101('abc')" tests.
7446 Add tests for cv qualifier overloads.
7447 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7448 "lvalue reference overload" test.
7449 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7450 "print value of f1 on Child&& in f2" test.
7451
7452 2017-04-19 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7455 procedure.
7456 (top level): Call it.
7457 * lib/gdb.exp (gdb_define_cmd): New procedure.
7458
7459 2017-04-12 Pedro Alves <palves@redhat.com>
7460
7461 PR gdb/21323
7462 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7463 (wchar): New global.
7464 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7465 (do_test_wide_char, wide_char_types_no_program, top level): Add
7466 wchar_t testing.
7467
7468 2017-04-12 Pedro Alves <palves@redhat.com>
7469
7470 PR c++/21323
7471 * gdb.cp/wide_char_types.c: New file.
7472 * gdb.cp/wide_char_types.exp: New file.
7473
7474 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7475
7476 PR gdb/21352
7477 * gdb.trace/tsv.exp: Add test for "tsave -r".
7478
7479 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7480
7481 * gdb.dlang/watch-loc.c: New file.
7482 * gdb.dlang/watch-loc.exp: New file.
7483
7484 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7485
7486 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7487
7488 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7489
7490 * gdb.arch/arc-analyze-prologue.S: New file.
7491 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7492
7493 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7494
7495 * gdb.arch/arc-decode-insn.S: New file.
7496 * gdb.arch/arc-decode-insn.exp: Likewise.
7497
7498 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7499
7500 PR tdep/20928
7501 * gdb.arch/sparc64-regs.exp: New file.
7502 * gdb.arch/sparc64-regs.S: Likewise.
7503
7504 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7505
7506 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7507 and memory view on Python 3.
7508
7509 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7510 Keith Seitz <keiths@redhat.com>
7511
7512 PR gdb/14441
7513 * gdb.cp/demangle.exp: Add rvalue reference tests.
7514 * gdb.cp/rvalue-ref-casts.cc: New file.
7515 * gdb.cp/rvalue-ref-casts.exp: New file.
7516 * gdb.cp/rvalue-ref-overload.cc: New file.
7517 * gdb.cp/rvalue-ref-overload.exp: New file.
7518 * gdb.cp/rvalue-ref-params.cc: New file.
7519 * gdb.cp/rvalue-ref-params.exp: New file.
7520 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7521 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7522 * gdb.cp/rvalue-ref-types.cc: New file.
7523 * gdb.cp/rvalue-ref-types.exp: New file.
7524 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7525 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7526
7527 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7528
7529 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7530 New procedure.
7531
7532 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7533
7534 * lib/mi-support.exp (mi_gdb_test): Add additional message
7535 for unexpected output.
7536
7537 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7538
7539 * gdb.base/examine-backward.c (Barrier): New character array
7540 constant, to ensure that TestStrings is preceded by a string
7541 terminator.
7542
7543 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7544
7545 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7546 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7547 and implicit pointer into such a location.
7548
7549 2017-03-16 Doug Evans <dje@google.com>
7550
7551 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7552
7553 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7554
7555 * gdb.cp/m-static.exp: Fix expectation for prototype of
7556 test5.single_constructor and single_constructor::single_constructor.
7557
7558 2017-03-16 Doug Evans <dje@google.com>
7559
7560 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7561 * gdb.guile/scm-lazy-string.c: New file.
7562 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7563 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7564 for pointer, array, typedef lazy strings.
7565
7566 2017-03-16 Doug Evans <dje@google.com>
7567
7568 PR python/17728, python/18439, python/18779
7569 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7570 * gdb.python/py-lazy-string.c (pointer): New typedef.
7571 (main): New locals ptr, array, typedef_ptr.
7572 * gdb.python/py-value.exp: Move lazy string tests to ...
7573 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7574 array, typedef lazy strings.
7575
7576 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7577
7578 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7579 Add optional 'test' parameter.
7580
7581 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7582
7583 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7584 Skip for versions of DejaGnu < 1.5.
7585
7586 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7587
7588 * lib/gdb.exp (dejagnu_version): New proc.
7589 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7590 Use dejagnu_version.
7591
7592 2017-03-10 Keith Seitz <keiths@redhat.com>
7593
7594 PR c++/8128
7595 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7596 type from destructor regexps.
7597 Add a branch which actually passes the test.
7598 Adjust "ptype t5i" test names.
7599
7600 2017-03-08 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.base/step-over-exit.exp: Add explicit test message.
7603
7604 2017-03-08 Pedro Alves <palves@redhat.com>
7605
7606 PR gdb/18360
7607 * gdb.threads/interrupt-while-step-over.c: New file.
7608 * gdb.threads/interrupt-while-step-over.exp: New file.
7609
7610 2017-03-08 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7613 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7614
7615 2017-03-08 Pedro Alves <palves@redhat.com>
7616
7617 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7618 PKRU as not supported as a PASS.
7619
7620 2017-03-08 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7623 prefix instead of $binfile1/$binfile2.
7624 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7625 in test message.
7626 * gdb.python/py-completion.exp: Use "load python file" as test
7627 messages instead of unstable path names.
7628
7629 2017-03-08 Pedro Alves <palves@redhat.com>
7630 Jan Kratochvil <jan.kratochvil@redhat.com>
7631
7632 PR cli/21218
7633 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7634 New proc.
7635 (top level): Call it.
7636
7637 2017-03-08 Pedro Alves <palves@redhat.com>
7638
7639 PR tui/21216
7640 * gdb.tui/tui-nl-filtered-output.exp: New file.
7641
7642 2017-03-08 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.base/completion.exp: Move TUI completion tests to ...
7645 * gdb.tui/completion.exp: ... this new file.
7646
7647 2017-03-08 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.base/tui-disasm-long-lines.c,
7650 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7651 gdb.base/tui-layout.exp: Move to ...
7652 * gdb.tui/: ... this new directory.
7653
7654 2017-03-07 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.base/tui-layout.c: New file.
7657 * gdb.base/tui-layout.exp: New file.
7658
7659 2017-03-07 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.base/tui-layout.c: Rename to ...
7662 * gdb.base/tui-disasm-long-lines.c: ... this.
7663 * gdb.base/tui-layout.exp: Rename to ...
7664 * gdb.base/tui-disasm-long-lines.exp: ... this.
7665
7666 2017-03-07 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7669
7670 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7671
7672 * i386-mpx-call.c: New file.
7673 * i386-mpx-call.exp: New file.
7674
7675 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7676
7677 * gdb.arch/powerpc-power.exp: Delete test.
7678 * gdb.arch/powerpc-power.s: Likewise.
7679 * gdb.disasm/disassembler-options.exp: New test.
7680 * gdb.arch/powerpc-altivec.exp: Likewise.
7681 * gdb.arch/powerpc-altivec.s: Likewise.
7682 * gdb.arch/powerpc-altivec2.exp: Likewise.
7683 * gdb.arch/powerpc-altivec2.s: Likewise.
7684 * gdb.arch/powerpc-altivec3.exp: Likewise.
7685 * gdb.arch/powerpc-altivec3.s: Likewise.
7686 * gdb.arch/powerpc-power7.exp: Likewise.
7687 * gdb.arch/powerpc-power7.s: Likewise.
7688 * gdb.arch/powerpc-power8.exp: Likewise.
7689 * gdb.arch/powerpc-power8.s: Likewise.
7690 * gdb.arch/powerpc-power9.exp: Likewise.
7691 * gdb.arch/powerpc-power9.s: Likewise.
7692 * gdb.arch/powerpc-vsx.exp: Likewise.
7693 * gdb.arch/powerpc-vsx.s: Likewise.
7694 * gdb.arch/powerpc-vsx2.exp: Likewise.
7695 * gdb.arch/powerpc-vsx2.s: Likewise.
7696 * gdb.arch/powerpc-vsx3.exp: Likewise.
7697 * gdb.arch/powerpc-vsx3.s: Likewise.
7698 * gdb.arch/arm-disassembler-options.exp: Likewise.
7699 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7700 * gdb.arch/s390-disassembler-options.exp: Likewise.
7701
7702 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7703
7704 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7705 (check_supported_features): ... this. Changed return type to void.
7706 (supports_rdseed): New static global.
7707 (rdseed): Check supports_rdseed.
7708 (initialize): Call check_supported_features.
7709
7710 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7711
7712 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7713 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7714 and lqarx/stqcx.
7715 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7716 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7717
7718 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7719
7720 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7721 uppercase.
7722
7723 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7724
7725 * gdb.dwarf2/formdata16.c: New file.
7726 * gdb.dwarf2/formdata16.exp: New file.
7727 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7728
7729 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7730
7731 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7732 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7733 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7734 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7735 DW_AT_GNU_*.
7736
7737 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7738
7739 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7740
7741 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7742
7743 PR gdb/21164
7744 * gdb.base/maint.exp: Add testcases for when the commands do
7745 not have arguments.
7746
7747 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7748
7749 * gdb.cp/chained-calls.exp: Use p instead of P.
7750
7751 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7752
7753 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7754 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7755
7756 2017-02-14 Tom Tromey <tom@tromey.com>
7757
7758 PR python/13598:
7759 * gdb.python/py-events.exp: Add before_prompt event tests.
7760
7761 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7762
7763 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7764
7765 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7766
7767 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7768 (main): Call my_unique_function_name.
7769 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7770 completion of patterns with a single match.
7771 Add missing -re switches to gdb_test_multiple calls.
7772
7773 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7774
7775 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7776 return if core file is not recognized.
7777
7778 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7779
7780 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7781 and extra UIs.
7782
7783 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7784
7785 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7786 proc_with_prefix.
7787
7788 2017-02-10 Tom Tromey <tom@tromey.com>
7789
7790 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7791
7792 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7793
7794 PR gdb/21122
7795 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7796
7797 2017-02-08 Jerome Guitton <guitton@adacore.com>
7798
7799 * gdb.base/define.exp: Add test for command abbreviations
7800 in define.
7801
7802 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7803
7804 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7805 * gdb.reverse/insn-reverse-x86.c: New file.
7806
7807 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7808
7809 PR tdep/20936
7810 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7811
7812 2017-02-03 Tom Tromey <tom@tromey.com>
7813
7814 PR rust/21097:
7815 * gdb.rust/simple.exp: Add new tests.
7816
7817 2017-02-02 Pedro Alves <palves@redhat.com>
7818
7819 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7820 tests.
7821
7822 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7823
7824 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7825 taking a 2-byte value out of a 4-byte DWARF implicit value on
7826 big-endian targets.
7827 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7828 logic. Add test cases for DW_OP_implicit.
7829
7830 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7831
7832 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7833
7834 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7835
7836 * gdb.btrace/enable.exp: Call gdb_exit before
7837 skip_gdbserver_tests.
7838
7839 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7840
7841 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7842 GDBFLAGS.
7843
7844 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7845
7846 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7847 the test is skipped.
7848 * gdb.btrace/data.exp: Likewise.
7849 * gdb.btrace/delta.exp: Likewise.
7850 * gdb.btrace/dlopen.exp: Likewise.
7851 * gdb.btrace/enable-running.exp: Likewise.
7852 * gdb.btrace/enable.exp: Likewise.
7853 * gdb.btrace/exception.exp: Likewise.
7854 * gdb.btrace/function_call_history.exp: Likewise.
7855 * gdb.btrace/gcore.exp: Likewise.
7856 * gdb.btrace/instruction_history.exp: Likewise.
7857 * gdb.btrace/multi-thread-step.exp: Likewise.
7858 * gdb.btrace/nohist.exp: Likewise.
7859 * gdb.btrace/non-stop.exp: Likewise.
7860 * gdb.btrace/reconnect.exp: Likewise.
7861 * gdb.btrace/record_goto-step.exp: Likewise.
7862 * gdb.btrace/record_goto.exp: Likewise.
7863 * gdb.btrace/rn-dl-bind.exp: Likewise.
7864 * gdb.btrace/segv.exp: Likewise.
7865 * gdb.btrace/step.exp: Likewise.
7866 * gdb.btrace/stepi.exp: Likewise.
7867 * gdb.btrace/tailcall-only.exp: Likewise.
7868 * gdb.btrace/tailcall.exp: Likewise.
7869 * gdb.btrace/tsx.exp: Likewise.
7870 * gdb.btrace/unknown_functions.exp: Likewise.
7871 * gdb.btrace/vdso.exp: Likewise.
7872
7873 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7874
7875 * gdb.btrace/enable-running.c: New.
7876 * gdb.btrace/enable-running.exp: New.
7877
7878 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7879
7880 * gdb.arch/amd64-gs_base.c: New file.
7881 * gdb.arch/amd64-gs_base.exp: New file.
7882
7883 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7884
7885 * lib/memory.exp: Remove spurious empty newlines.
7886
7887 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7888
7889 * gdb.python/py-bad-printers.exp: Load python file using "source".
7890 * gdb.python/py-events.exp: Likewise.
7891 * gdb.python/py-evsignal.exp: Likewise.
7892 * gdb.python/py-evthreads.exp: Likewise.
7893 * gdb.python/py-frame-args.exp: Likewise.
7894 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7895 * gdb.python/py-framefilter-mi.exp: Likewise.
7896 * gdb.python/py-framefilter.exp: Likewise.
7897 * gdb.python/py-mi.exp: Likewise.
7898 * gdb.python/py-pp-maint.exp: Likewise.
7899 * gdb.python/py-pp-registration.exp: Likewise.
7900 * gdb.python/py-prettyprint.exp: Likewise.
7901 (run_lang_tests): Likewise.
7902 * gdb.python/py-typeprint.exp: Likewise.
7903
7904 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7905
7906 * lib/memory.exp: New file.
7907 * lib/gdb.exp: Load memory.exp.
7908 * gdb.base/memattr.exp (delete_memory): Move proc to
7909 lib/memory.exp and rename to delete_memory_regions.
7910 Replace delete_memory with delete_memory_regions.
7911 Cleanup memory regions before tests.
7912 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7913 before tests.
7914
7915 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7916
7917 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7918 files.
7919 (initialize): New function conditionally defined.
7920 (testcases): Move within conditional block.
7921 (main): Call initialize.
7922 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7923 of gdb.reverse/insn-reverse.c.
7924 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7925 gdb.reverse/insn-reverse.c.
7926
7927 2017-01-26 Yao Qi <yao.qi@linaro.org>
7928
7929 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7930 disassemble on address 0.
7931
7932 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7933 Yao Qi <yao.qi@linaro.org>
7934
7935 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7936 * gdb.dwarf2/implptr-64bit.S: Remove.
7937 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7938 variables in caller's context. Add DW_OP_implicit_value.
7939
7940 2017-01-25 Yao Qi <yao.qi@linaro.org>
7941
7942 * lib/dwarf.exp (Dwarf::_location): Handle
7943 DW_OP_GNU_implicit_pointer with proper size.
7944
7945 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7946
7947 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7948 and add untested calls.
7949
7950 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7951
7952 * gdb.python/python.exp: Check line number against what GDB thinks
7953 the line number is for func1.
7954
7955 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7956
7957 * gdb.dlang/debug-expr.exp: New file.
7958
7959 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7960
7961 Fix test names for the following files:
7962
7963 * gdb.ada/exec_changed.exp
7964 * gdb.ada/info_types.exp
7965 * gdb.arch/aarch64-atomic-inst.exp
7966 * gdb.arch/aarch64-fp.exp
7967 * gdb.arch/altivec-abi.exp
7968 * gdb.arch/altivec-regs.exp
7969 * gdb.arch/amd64-byte.exp
7970 * gdb.arch/amd64-disp-step.exp
7971 * gdb.arch/amd64-dword.exp
7972 * gdb.arch/amd64-entry-value-inline.exp
7973 * gdb.arch/amd64-entry-value-param.exp
7974 * gdb.arch/amd64-entry-value-paramref.exp
7975 * gdb.arch/amd64-entry-value.exp
7976 * gdb.arch/amd64-i386-address.exp
7977 * gdb.arch/amd64-invalid-stack-middle.exp
7978 * gdb.arch/amd64-invalid-stack-top.exp
7979 * gdb.arch/amd64-optimout-repeat.exp
7980 * gdb.arch/amd64-prologue-skip.exp
7981 * gdb.arch/amd64-prologue-xmm.exp
7982 * gdb.arch/amd64-stap-special-operands.exp
7983 * gdb.arch/amd64-stap-wrong-subexp.exp
7984 * gdb.arch/amd64-tailcall-cxx.exp
7985 * gdb.arch/amd64-tailcall-noret.exp
7986 * gdb.arch/amd64-tailcall-ret.exp
7987 * gdb.arch/amd64-tailcall-self.exp
7988 * gdb.arch/amd64-word.exp
7989 * gdb.arch/arm-bl-branch-dest.exp
7990 * gdb.arch/arm-disp-step.exp
7991 * gdb.arch/arm-neon.exp
7992 * gdb.arch/arm-single-step-kernel-helper.exp
7993 * gdb.arch/avr-flash-qualifier.exp
7994 * gdb.arch/disp-step-insn-reloc.exp
7995 * gdb.arch/e500-abi.exp
7996 * gdb.arch/e500-regs.exp
7997 * gdb.arch/ftrace-insn-reloc.exp
7998 * gdb.arch/i386-avx512.exp
7999 * gdb.arch/i386-bp_permanent.exp
8000 * gdb.arch/i386-byte.exp
8001 * gdb.arch/i386-cfi-notcurrent.exp
8002 * gdb.arch/i386-disp-step.exp
8003 * gdb.arch/i386-dr3-watch.exp
8004 * gdb.arch/i386-float.exp
8005 * gdb.arch/i386-gnu-cfi.exp
8006 * gdb.arch/i386-mpx-map.exp
8007 * gdb.arch/i386-mpx-sigsegv.exp
8008 * gdb.arch/i386-mpx-simple_segv.exp
8009 * gdb.arch/i386-mpx.exp
8010 * gdb.arch/i386-permbkpt.exp
8011 * gdb.arch/i386-prologue.exp
8012 * gdb.arch/i386-signal.exp
8013 * gdb.arch/i386-size-overlap.exp
8014 * gdb.arch/i386-unwind.exp
8015 * gdb.arch/i386-word.exp
8016 * gdb.arch/mips-fcr.exp
8017 * gdb.arch/powerpc-d128-regs.exp
8018 * gdb.arch/powerpc-stackless.exp
8019 * gdb.arch/ppc64-atomic-inst.exp
8020 * gdb.arch/s390-stackless.exp
8021 * gdb.arch/s390-tdbregs.exp
8022 * gdb.arch/s390-vregs.exp
8023 * gdb.arch/sparc-sysstep.exp
8024 * gdb.arch/thumb-bx-pc.exp
8025 * gdb.arch/thumb-singlestep.exp
8026 * gdb.arch/thumb2-it.exp
8027 * gdb.arch/vsx-regs.exp
8028 * gdb.asm/asm-source.exp
8029 * gdb.base/a2-run.exp
8030 * gdb.base/advance.exp
8031 * gdb.base/all-bin.exp
8032 * gdb.base/anon.exp
8033 * gdb.base/args.exp
8034 * gdb.base/arithmet.exp
8035 * gdb.base/async-shell.exp
8036 * gdb.base/async.exp
8037 * gdb.base/attach-pie-noexec.exp
8038 * gdb.base/attach-twice.exp
8039 * gdb.base/auto-load.exp
8040 * gdb.base/bang.exp
8041 * gdb.base/bitfields.exp
8042 * gdb.base/break-always.exp
8043 * gdb.base/break-caller-line.exp
8044 * gdb.base/break-entry.exp
8045 * gdb.base/break-inline.exp
8046 * gdb.base/break-on-linker-gcd-function.exp
8047 * gdb.base/break-probes.exp
8048 * gdb.base/break.exp
8049 * gdb.base/breakpoint-shadow.exp
8050 * gdb.base/call-ar-st.exp
8051 * gdb.base/call-sc.exp
8052 * gdb.base/call-signal-resume.exp
8053 * gdb.base/call-strs.exp
8054 * gdb.base/callfuncs.exp
8055 * gdb.base/catch-fork-static.exp
8056 * gdb.base/catch-gdb-caused-signals.exp
8057 * gdb.base/catch-load.exp
8058 * gdb.base/catch-signal-fork.exp
8059 * gdb.base/catch-signal.exp
8060 * gdb.base/catch-syscall.exp
8061 * gdb.base/charset.exp
8062 * gdb.base/checkpoint.exp
8063 * gdb.base/chng-syms.exp
8064 * gdb.base/code-expr.exp
8065 * gdb.base/code_elim.exp
8066 * gdb.base/commands.exp
8067 * gdb.base/completion.exp
8068 * gdb.base/complex.exp
8069 * gdb.base/cond-expr.exp
8070 * gdb.base/condbreak.exp
8071 * gdb.base/consecutive.exp
8072 * gdb.base/continue-all-already-running.exp
8073 * gdb.base/coredump-filter.exp
8074 * gdb.base/corefile.exp
8075 * gdb.base/dbx.exp
8076 * gdb.base/debug-expr.exp
8077 * gdb.base/define.exp
8078 * gdb.base/del.exp
8079 * gdb.base/disabled-location.exp
8080 * gdb.base/disasm-end-cu.exp
8081 * gdb.base/disasm-optim.exp
8082 * gdb.base/display.exp
8083 * gdb.base/duplicate-bp.exp
8084 * gdb.base/ena-dis-br.exp
8085 * gdb.base/ending-run.exp
8086 * gdb.base/enumval.exp
8087 * gdb.base/environ.exp
8088 * gdb.base/eu-strip-infcall.exp
8089 * gdb.base/eval-avoid-side-effects.exp
8090 * gdb.base/eval-skip.exp
8091 * gdb.base/exitsignal.exp
8092 * gdb.base/expand-psymtabs.exp
8093 * gdb.base/filesym.exp
8094 * gdb.base/find-unmapped.exp
8095 * gdb.base/finish.exp
8096 * gdb.base/float.exp
8097 * gdb.base/foll-exec-mode.exp
8098 * gdb.base/foll-exec.exp
8099 * gdb.base/foll-fork.exp
8100 * gdb.base/fortran-sym-case.exp
8101 * gdb.base/freebpcmd.exp
8102 * gdb.base/func-ptr.exp
8103 * gdb.base/func-ptrs.exp
8104 * gdb.base/funcargs.exp
8105 * gdb.base/gcore-buffer-overflow.exp
8106 * gdb.base/gcore-relro-pie.exp
8107 * gdb.base/gcore-relro.exp
8108 * gdb.base/gcore.exp
8109 * gdb.base/gdb1090.exp
8110 * gdb.base/gdb11530.exp
8111 * gdb.base/gdb11531.exp
8112 * gdb.base/gdb1821.exp
8113 * gdb.base/gdbindex-stabs.exp
8114 * gdb.base/gdbvars.exp
8115 * gdb.base/hbreak.exp
8116 * gdb.base/hbreak2.exp
8117 * gdb.base/included.exp
8118 * gdb.base/infcall-input.exp
8119 * gdb.base/inferior-died.exp
8120 * gdb.base/infnan.exp
8121 * gdb.base/info-macros.exp
8122 * gdb.base/info-os.exp
8123 * gdb.base/info-proc.exp
8124 * gdb.base/info-shared.exp
8125 * gdb.base/info-target.exp
8126 * gdb.base/infoline.exp
8127 * gdb.base/interp.exp
8128 * gdb.base/interrupt.exp
8129 * gdb.base/jit-reader.exp
8130 * gdb.base/jit-simple.exp
8131 * gdb.base/kill-after-signal.exp
8132 * gdb.base/kill-detach-inferiors-cmd.exp
8133 * gdb.base/label.exp
8134 * gdb.base/langs.exp
8135 * gdb.base/ldbl_e308.exp
8136 * gdb.base/line-symtabs.exp
8137 * gdb.base/linespecs.exp
8138 * gdb.base/list.exp
8139 * gdb.base/long_long.exp
8140 * gdb.base/longest-types.exp
8141 * gdb.base/maint.exp
8142 * gdb.base/max-value-size.exp
8143 * gdb.base/memattr.exp
8144 * gdb.base/mips_pro.exp
8145 * gdb.base/morestack.exp
8146 * gdb.base/moribund-step.exp
8147 * gdb.base/multi-forks.exp
8148 * gdb.base/nested-addr.exp
8149 * gdb.base/nextoverexit.exp
8150 * gdb.base/noreturn-finish.exp
8151 * gdb.base/noreturn-return.exp
8152 * gdb.base/nostdlib.exp
8153 * gdb.base/offsets.exp
8154 * gdb.base/opaque.exp
8155 * gdb.base/pc-fp.exp
8156 * gdb.base/permissions.exp
8157 * gdb.base/print-symbol-loading.exp
8158 * gdb.base/prologue-include.exp
8159 * gdb.base/psymtab.exp
8160 * gdb.base/ptype.exp
8161 * gdb.base/random-signal.exp
8162 * gdb.base/randomize.exp
8163 * gdb.base/range-stepping.exp
8164 * gdb.base/readline-ask.exp
8165 * gdb.base/recpar.exp
8166 * gdb.base/recurse.exp
8167 * gdb.base/relational.exp
8168 * gdb.base/restore.exp
8169 * gdb.base/return-nodebug.exp
8170 * gdb.base/return.exp
8171 * gdb.base/run-after-attach.exp
8172 * gdb.base/save-bp.exp
8173 * gdb.base/scope.exp
8174 * gdb.base/sect-cmd.exp
8175 * gdb.base/set-lang-auto.exp
8176 * gdb.base/set-noassign.exp
8177 * gdb.base/setvar.exp
8178 * gdb.base/sigall.exp
8179 * gdb.base/sigbpt.exp
8180 * gdb.base/siginfo-addr.exp
8181 * gdb.base/siginfo-infcall.exp
8182 * gdb.base/siginfo-obj.exp
8183 * gdb.base/siginfo.exp
8184 * gdb.base/signals-state-child.exp
8185 * gdb.base/signest.exp
8186 * gdb.base/sigstep.exp
8187 * gdb.base/sizeof.exp
8188 * gdb.base/skip.exp
8189 * gdb.base/solib-corrupted.exp
8190 * gdb.base/solib-nodir.exp
8191 * gdb.base/solib-search.exp
8192 * gdb.base/stack-checking.exp
8193 * gdb.base/stale-infcall.exp
8194 * gdb.base/stap-probe.exp
8195 * gdb.base/start.exp
8196 * gdb.base/step-break.exp
8197 * gdb.base/step-bt.exp
8198 * gdb.base/step-line.exp
8199 * gdb.base/step-over-exit.exp
8200 * gdb.base/step-over-syscall.exp
8201 * gdb.base/step-resume-infcall.exp
8202 * gdb.base/step-test.exp
8203 * gdb.base/store.exp
8204 * gdb.base/structs3.exp
8205 * gdb.base/sym-file.exp
8206 * gdb.base/symbol-without-target_section.exp
8207 * gdb.base/term.exp
8208 * gdb.base/testenv.exp
8209 * gdb.base/ui-redirect.exp
8210 * gdb.base/until.exp
8211 * gdb.base/unwindonsignal.exp
8212 * gdb.base/value-double-free.exp
8213 * gdb.base/vla-datatypes.exp
8214 * gdb.base/vla-ptr.exp
8215 * gdb.base/vla-sideeffect.exp
8216 * gdb.base/volatile.exp
8217 * gdb.base/watch-cond-infcall.exp
8218 * gdb.base/watch-cond.exp
8219 * gdb.base/watch-non-mem.exp
8220 * gdb.base/watch-read.exp
8221 * gdb.base/watch-vfork.exp
8222 * gdb.base/watchpoint-cond-gone.exp
8223 * gdb.base/watchpoint-delete.exp
8224 * gdb.base/watchpoint-hw-hit-once.exp
8225 * gdb.base/watchpoint-hw.exp
8226 * gdb.base/watchpoint-stops-at-right-insn.exp
8227 * gdb.base/watchpoints.exp
8228 * gdb.base/wchar.exp
8229 * gdb.base/whatis-exp.exp
8230 * gdb.btrace/buffer-size.exp
8231 * gdb.btrace/data.exp
8232 * gdb.btrace/delta.exp
8233 * gdb.btrace/dlopen.exp
8234 * gdb.btrace/enable.exp
8235 * gdb.btrace/exception.exp
8236 * gdb.btrace/function_call_history.exp
8237 * gdb.btrace/gcore.exp
8238 * gdb.btrace/instruction_history.exp
8239 * gdb.btrace/nohist.exp
8240 * gdb.btrace/reconnect.exp
8241 * gdb.btrace/record_goto-step.exp
8242 * gdb.btrace/record_goto.exp
8243 * gdb.btrace/rn-dl-bind.exp
8244 * gdb.btrace/segv.exp
8245 * gdb.btrace/step.exp
8246 * gdb.btrace/stepi.exp
8247 * gdb.btrace/tailcall-only.exp
8248 * gdb.btrace/tailcall.exp
8249 * gdb.btrace/tsx.exp
8250 * gdb.btrace/unknown_functions.exp
8251 * gdb.btrace/vdso.exp
8252 * gdb.compile/compile-ifunc.exp
8253 * gdb.compile/compile-ops.exp
8254 * gdb.compile/compile-print.exp
8255 * gdb.compile/compile-setjmp.exp
8256 * gdb.cp/abstract-origin.exp
8257 * gdb.cp/ambiguous.exp
8258 * gdb.cp/annota2.exp
8259 * gdb.cp/annota3.exp
8260 * gdb.cp/anon-ns.exp
8261 * gdb.cp/anon-struct.exp
8262 * gdb.cp/anon-union.exp
8263 * gdb.cp/arg-reference.exp
8264 * gdb.cp/baseenum.exp
8265 * gdb.cp/bool.exp
8266 * gdb.cp/breakpoint.exp
8267 * gdb.cp/bs15503.exp
8268 * gdb.cp/call-c.exp
8269 * gdb.cp/casts.exp
8270 * gdb.cp/chained-calls.exp
8271 * gdb.cp/class2.exp
8272 * gdb.cp/classes.exp
8273 * gdb.cp/cmpd-minsyms.exp
8274 * gdb.cp/converts.exp
8275 * gdb.cp/cp-relocate.exp
8276 * gdb.cp/cpcompletion.exp
8277 * gdb.cp/cpexprs.exp
8278 * gdb.cp/cplabel.exp
8279 * gdb.cp/cplusfuncs.exp
8280 * gdb.cp/cpsizeof.exp
8281 * gdb.cp/ctti.exp
8282 * gdb.cp/derivation.exp
8283 * gdb.cp/destrprint.exp
8284 * gdb.cp/dispcxx.exp
8285 * gdb.cp/enum-class.exp
8286 * gdb.cp/exception.exp
8287 * gdb.cp/exceptprint.exp
8288 * gdb.cp/expand-psymtabs-cxx.exp
8289 * gdb.cp/expand-sals.exp
8290 * gdb.cp/extern-c.exp
8291 * gdb.cp/filename.exp
8292 * gdb.cp/formatted-ref.exp
8293 * gdb.cp/fpointer.exp
8294 * gdb.cp/gdb1355.exp
8295 * gdb.cp/gdb2495.exp
8296 * gdb.cp/hang.exp
8297 * gdb.cp/impl-this.exp
8298 * gdb.cp/infcall-dlopen.exp
8299 * gdb.cp/inherit.exp
8300 * gdb.cp/iostream.exp
8301 * gdb.cp/koenig.exp
8302 * gdb.cp/local.exp
8303 * gdb.cp/m-data.exp
8304 * gdb.cp/m-static.exp
8305 * gdb.cp/mb-ctor.exp
8306 * gdb.cp/mb-inline.exp
8307 * gdb.cp/mb-templates.exp
8308 * gdb.cp/member-name.exp
8309 * gdb.cp/member-ptr.exp
8310 * gdb.cp/meth-typedefs.exp
8311 * gdb.cp/method.exp
8312 * gdb.cp/method2.exp
8313 * gdb.cp/minsym-fallback.exp
8314 * gdb.cp/misc.exp
8315 * gdb.cp/namelessclass.exp
8316 * gdb.cp/namespace-enum.exp
8317 * gdb.cp/namespace-nested-import.exp
8318 * gdb.cp/namespace.exp
8319 * gdb.cp/nextoverthrow.exp
8320 * gdb.cp/no-dmgl-verbose.exp
8321 * gdb.cp/non-trivial-retval.exp
8322 * gdb.cp/noparam.exp
8323 * gdb.cp/nsdecl.exp
8324 * gdb.cp/nsimport.exp
8325 * gdb.cp/nsnested.exp
8326 * gdb.cp/nsnoimports.exp
8327 * gdb.cp/nsrecurs.exp
8328 * gdb.cp/nsstress.exp
8329 * gdb.cp/nsusing.exp
8330 * gdb.cp/operator.exp
8331 * gdb.cp/oranking.exp
8332 * gdb.cp/overload-const.exp
8333 * gdb.cp/overload.exp
8334 * gdb.cp/ovldbreak.exp
8335 * gdb.cp/ovsrch.exp
8336 * gdb.cp/paren-type.exp
8337 * gdb.cp/parse-lang.exp
8338 * gdb.cp/pass-by-ref.exp
8339 * gdb.cp/pr-1023.exp
8340 * gdb.cp/pr-1210.exp
8341 * gdb.cp/pr-574.exp
8342 * gdb.cp/pr10687.exp
8343 * gdb.cp/pr12028.exp
8344 * gdb.cp/pr17132.exp
8345 * gdb.cp/pr17494.exp
8346 * gdb.cp/pr9067.exp
8347 * gdb.cp/pr9167.exp
8348 * gdb.cp/pr9631.exp
8349 * gdb.cp/printmethod.exp
8350 * gdb.cp/psmang.exp
8351 * gdb.cp/psymtab-parameter.exp
8352 * gdb.cp/ptype-cv-cp.exp
8353 * gdb.cp/ptype-flags.exp
8354 * gdb.cp/re-set-overloaded.exp
8355 * gdb.cp/ref-types.exp
8356 * gdb.cp/rtti.exp
8357 * gdb.cp/scope-err.exp
8358 * gdb.cp/shadow.exp
8359 * gdb.cp/smartp.exp
8360 * gdb.cp/static-method.exp
8361 * gdb.cp/static-print-quit.exp
8362 * gdb.cp/temargs.exp
8363 * gdb.cp/templates.exp
8364 * gdb.cp/try_catch.exp
8365 * gdb.cp/typedef-operator.exp
8366 * gdb.cp/typeid.exp
8367 * gdb.cp/userdef.exp
8368 * gdb.cp/using-crash.exp
8369 * gdb.cp/var-tag.exp
8370 * gdb.cp/virtbase.exp
8371 * gdb.cp/virtfunc.exp
8372 * gdb.cp/virtfunc2.exp
8373 * gdb.cp/vla-cxx.exp
8374 * gdb.disasm/t01_mov.exp
8375 * gdb.disasm/t02_mova.exp
8376 * gdb.disasm/t03_add.exp
8377 * gdb.disasm/t04_sub.exp
8378 * gdb.disasm/t05_cmp.exp
8379 * gdb.disasm/t06_ari2.exp
8380 * gdb.disasm/t07_ari3.exp
8381 * gdb.disasm/t08_or.exp
8382 * gdb.disasm/t09_xor.exp
8383 * gdb.disasm/t10_and.exp
8384 * gdb.disasm/t11_logs.exp
8385 * gdb.disasm/t12_bit.exp
8386 * gdb.disasm/t13_otr.exp
8387 * gdb.dlang/circular.exp
8388 * gdb.dwarf2/arr-stride.exp
8389 * gdb.dwarf2/arr-subrange.exp
8390 * gdb.dwarf2/atomic-type.exp
8391 * gdb.dwarf2/bad-regnum.exp
8392 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8393 * gdb.dwarf2/callframecfa.exp
8394 * gdb.dwarf2/clztest.exp
8395 * gdb.dwarf2/corrupt.exp
8396 * gdb.dwarf2/data-loc.exp
8397 * gdb.dwarf2/dup-psym.exp
8398 * gdb.dwarf2/dw2-anon-mptr.exp
8399 * gdb.dwarf2/dw2-anonymous-func.exp
8400 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8401 * gdb.dwarf2/dw2-bad-unresolved.exp
8402 * gdb.dwarf2/dw2-basic.exp
8403 * gdb.dwarf2/dw2-canonicalize-type.exp
8404 * gdb.dwarf2/dw2-case-insensitive.exp
8405 * gdb.dwarf2/dw2-common-block.exp
8406 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8407 * gdb.dwarf2/dw2-compressed.exp
8408 * gdb.dwarf2/dw2-const.exp
8409 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8410 * gdb.dwarf2/dw2-cu-size.exp
8411 * gdb.dwarf2/dw2-dup-frame.exp
8412 * gdb.dwarf2/dw2-entry-value.exp
8413 * gdb.dwarf2/dw2-icycle.exp
8414 * gdb.dwarf2/dw2-ifort-parameter.exp
8415 * gdb.dwarf2/dw2-inline-break.exp
8416 * gdb.dwarf2/dw2-inline-param.exp
8417 * gdb.dwarf2/dw2-intercu.exp
8418 * gdb.dwarf2/dw2-intermix.exp
8419 * gdb.dwarf2/dw2-lexical-block-bare.exp
8420 * gdb.dwarf2/dw2-linkage-name-trust.exp
8421 * gdb.dwarf2/dw2-minsym-in-cu.exp
8422 * gdb.dwarf2/dw2-noloc.exp
8423 * gdb.dwarf2/dw2-op-call.exp
8424 * gdb.dwarf2/dw2-op-out-param.exp
8425 * gdb.dwarf2/dw2-opt-structptr.exp
8426 * gdb.dwarf2/dw2-param-error.exp
8427 * gdb.dwarf2/dw2-producer.exp
8428 * gdb.dwarf2/dw2-ranges-base.exp
8429 * gdb.dwarf2/dw2-ref-missing-frame.exp
8430 * gdb.dwarf2/dw2-reg-undefined.exp
8431 * gdb.dwarf2/dw2-regno-invalid.exp
8432 * gdb.dwarf2/dw2-restore.exp
8433 * gdb.dwarf2/dw2-restrict.exp
8434 * gdb.dwarf2/dw2-single-line-discriminators.exp
8435 * gdb.dwarf2/dw2-strp.exp
8436 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8437 * gdb.dwarf2/dw2-unresolved.exp
8438 * gdb.dwarf2/dw2-var-zero-addr.exp
8439 * gdb.dwarf2/dw4-sig-types.exp
8440 * gdb.dwarf2/dwz.exp
8441 * gdb.dwarf2/dynarr-ptr.exp
8442 * gdb.dwarf2/enum-type.exp
8443 * gdb.dwarf2/gdb-index.exp
8444 * gdb.dwarf2/implptr-64bit.exp
8445 * gdb.dwarf2/implptr-optimized-out.exp
8446 * gdb.dwarf2/implptr.exp
8447 * gdb.dwarf2/implref-array.exp
8448 * gdb.dwarf2/implref-const.exp
8449 * gdb.dwarf2/implref-global.exp
8450 * gdb.dwarf2/implref-struct.exp
8451 * gdb.dwarf2/mac-fileno.exp
8452 * gdb.dwarf2/main-subprogram.exp
8453 * gdb.dwarf2/member-ptr-forwardref.exp
8454 * gdb.dwarf2/method-ptr.exp
8455 * gdb.dwarf2/missing-sig-type.exp
8456 * gdb.dwarf2/nonvar-access.exp
8457 * gdb.dwarf2/opaque-type-lookup.exp
8458 * gdb.dwarf2/pieces-optimized-out.exp
8459 * gdb.dwarf2/pieces.exp
8460 * gdb.dwarf2/pr10770.exp
8461 * gdb.dwarf2/pr13961.exp
8462 * gdb.dwarf2/staticvirtual.exp
8463 * gdb.dwarf2/subrange.exp
8464 * gdb.dwarf2/symtab-producer.exp
8465 * gdb.dwarf2/trace-crash.exp
8466 * gdb.dwarf2/typeddwarf.exp
8467 * gdb.dwarf2/valop.exp
8468 * gdb.dwarf2/watch-notconst.exp
8469 * gdb.fortran/array-element.exp
8470 * gdb.fortran/charset.exp
8471 * gdb.fortran/common-block.exp
8472 * gdb.fortran/complex.exp
8473 * gdb.fortran/derived-type-function.exp
8474 * gdb.fortran/derived-type.exp
8475 * gdb.fortran/logical.exp
8476 * gdb.fortran/module.exp
8477 * gdb.fortran/multi-dim.exp
8478 * gdb.fortran/nested-funcs.exp
8479 * gdb.fortran/print-formatted.exp
8480 * gdb.fortran/subarray.exp
8481 * gdb.fortran/vla-alloc-assoc.exp
8482 * gdb.fortran/vla-datatypes.exp
8483 * gdb.fortran/vla-history.exp
8484 * gdb.fortran/vla-ptr-info.exp
8485 * gdb.fortran/vla-ptype-sub.exp
8486 * gdb.fortran/vla-ptype.exp
8487 * gdb.fortran/vla-sizeof.exp
8488 * gdb.fortran/vla-type.exp
8489 * gdb.fortran/vla-value-sub-arbitrary.exp
8490 * gdb.fortran/vla-value-sub-finish.exp
8491 * gdb.fortran/vla-value-sub.exp
8492 * gdb.fortran/vla-value.exp
8493 * gdb.fortran/whatis_type.exp
8494 * gdb.go/chan.exp
8495 * gdb.go/handcall.exp
8496 * gdb.go/hello.exp
8497 * gdb.go/integers.exp
8498 * gdb.go/methods.exp
8499 * gdb.go/package.exp
8500 * gdb.go/strings.exp
8501 * gdb.go/types.exp
8502 * gdb.go/unsafe.exp
8503 * gdb.guile/scm-arch.exp
8504 * gdb.guile/scm-block.exp
8505 * gdb.guile/scm-breakpoint.exp
8506 * gdb.guile/scm-cmd.exp
8507 * gdb.guile/scm-disasm.exp
8508 * gdb.guile/scm-equal.exp
8509 * gdb.guile/scm-frame-args.exp
8510 * gdb.guile/scm-frame-inline.exp
8511 * gdb.guile/scm-frame.exp
8512 * gdb.guile/scm-iterator.exp
8513 * gdb.guile/scm-math.exp
8514 * gdb.guile/scm-objfile.exp
8515 * gdb.guile/scm-ports.exp
8516 * gdb.guile/scm-symbol.exp
8517 * gdb.guile/scm-symtab.exp
8518 * gdb.guile/scm-value-cc.exp
8519 * gdb.guile/types-module.exp
8520 * gdb.linespec/break-ask.exp
8521 * gdb.linespec/cpexplicit.exp
8522 * gdb.linespec/explicit.exp
8523 * gdb.linespec/keywords.exp
8524 * gdb.linespec/linespec.exp
8525 * gdb.linespec/ls-dollar.exp
8526 * gdb.linespec/ls-errs.exp
8527 * gdb.linespec/skip-two.exp
8528 * gdb.linespec/thread.exp
8529 * gdb.mi/mi-async.exp
8530 * gdb.mi/mi-basics.exp
8531 * gdb.mi/mi-break.exp
8532 * gdb.mi/mi-catch-load.exp
8533 * gdb.mi/mi-cli.exp
8534 * gdb.mi/mi-cmd-param-changed.exp
8535 * gdb.mi/mi-console.exp
8536 * gdb.mi/mi-detach.exp
8537 * gdb.mi/mi-disassemble.exp
8538 * gdb.mi/mi-eval.exp
8539 * gdb.mi/mi-file-transfer.exp
8540 * gdb.mi/mi-file.exp
8541 * gdb.mi/mi-fill-memory.exp
8542 * gdb.mi/mi-inheritance-syntax-error.exp
8543 * gdb.mi/mi-linespec-err-cp.exp
8544 * gdb.mi/mi-logging.exp
8545 * gdb.mi/mi-memory-changed.exp
8546 * gdb.mi/mi-read-memory.exp
8547 * gdb.mi/mi-record-changed.exp
8548 * gdb.mi/mi-reg-undefined.exp
8549 * gdb.mi/mi-regs.exp
8550 * gdb.mi/mi-return.exp
8551 * gdb.mi/mi-reverse.exp
8552 * gdb.mi/mi-simplerun.exp
8553 * gdb.mi/mi-solib.exp
8554 * gdb.mi/mi-stack.exp
8555 * gdb.mi/mi-stepi.exp
8556 * gdb.mi/mi-syn-frame.exp
8557 * gdb.mi/mi-until.exp
8558 * gdb.mi/mi-var-block.exp
8559 * gdb.mi/mi-var-child.exp
8560 * gdb.mi/mi-var-cmd.exp
8561 * gdb.mi/mi-var-cp.exp
8562 * gdb.mi/mi-var-display.exp
8563 * gdb.mi/mi-var-invalidate.exp
8564 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8565 * gdb.mi/mi-vla-fortran.exp
8566 * gdb.mi/mi-watch.exp
8567 * gdb.mi/mi2-var-child.exp
8568 * gdb.mi/user-selected-context-sync.exp
8569 * gdb.modula2/unbounded-array.exp
8570 * gdb.multi/dummy-frame-restore.exp
8571 * gdb.multi/multi-arch-exec.exp
8572 * gdb.multi/multi-arch.exp
8573 * gdb.multi/tids.exp
8574 * gdb.multi/watchpoint-multi.exp
8575 * gdb.opencl/callfuncs.exp
8576 * gdb.opencl/convs_casts.exp
8577 * gdb.opencl/datatypes.exp
8578 * gdb.opencl/operators.exp
8579 * gdb.opencl/vec_comps.exp
8580 * gdb.opt/clobbered-registers-O2.exp
8581 * gdb.opt/inline-break.exp
8582 * gdb.opt/inline-bt.exp
8583 * gdb.opt/inline-cmds.exp
8584 * gdb.opt/inline-locals.exp
8585 * gdb.pascal/case-insensitive-symbols.exp
8586 * gdb.pascal/floats.exp
8587 * gdb.pascal/gdb11492.exp
8588 * gdb.python/lib-types.exp
8589 * gdb.python/py-arch.exp
8590 * gdb.python/py-as-string.exp
8591 * gdb.python/py-bad-printers.exp
8592 * gdb.python/py-block.exp
8593 * gdb.python/py-breakpoint-create-fail.exp
8594 * gdb.python/py-breakpoint.exp
8595 * gdb.python/py-caller-is.exp
8596 * gdb.python/py-cmd.exp
8597 * gdb.python/py-explore-cc.exp
8598 * gdb.python/py-explore.exp
8599 * gdb.python/py-finish-breakpoint.exp
8600 * gdb.python/py-finish-breakpoint2.exp
8601 * gdb.python/py-frame-args.exp
8602 * gdb.python/py-frame-inline.exp
8603 * gdb.python/py-frame.exp
8604 * gdb.python/py-framefilter-mi.exp
8605 * gdb.python/py-infthread.exp
8606 * gdb.python/py-lazy-string.exp
8607 * gdb.python/py-linetable.exp
8608 * gdb.python/py-mi-events.exp
8609 * gdb.python/py-mi-objfile.exp
8610 * gdb.python/py-mi.exp
8611 * gdb.python/py-objfile.exp
8612 * gdb.python/py-pp-integral.exp
8613 * gdb.python/py-pp-maint.exp
8614 * gdb.python/py-pp-re-notag.exp
8615 * gdb.python/py-pp-registration.exp
8616 * gdb.python/py-recurse-unwind.exp
8617 * gdb.python/py-strfns.exp
8618 * gdb.python/py-symbol.exp
8619 * gdb.python/py-symtab.exp
8620 * gdb.python/py-sync-interp.exp
8621 * gdb.python/py-typeprint.exp
8622 * gdb.python/py-unwind-maint.exp
8623 * gdb.python/py-unwind.exp
8624 * gdb.python/py-value-cc.exp
8625 * gdb.python/py-xmethods.exp
8626 * gdb.reverse/amd64-tailcall-reverse.exp
8627 * gdb.reverse/break-precsave.exp
8628 * gdb.reverse/break-reverse.exp
8629 * gdb.reverse/consecutive-precsave.exp
8630 * gdb.reverse/consecutive-reverse.exp
8631 * gdb.reverse/finish-precsave.exp
8632 * gdb.reverse/finish-reverse-bkpt.exp
8633 * gdb.reverse/finish-reverse.exp
8634 * gdb.reverse/fstatat-reverse.exp
8635 * gdb.reverse/getresuid-reverse.exp
8636 * gdb.reverse/i386-precsave.exp
8637 * gdb.reverse/i386-reverse.exp
8638 * gdb.reverse/i386-sse-reverse.exp
8639 * gdb.reverse/i387-env-reverse.exp
8640 * gdb.reverse/i387-stack-reverse.exp
8641 * gdb.reverse/insn-reverse.exp
8642 * gdb.reverse/machinestate-precsave.exp
8643 * gdb.reverse/machinestate.exp
8644 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8645 * gdb.reverse/pipe-reverse.exp
8646 * gdb.reverse/readv-reverse.exp
8647 * gdb.reverse/recvmsg-reverse.exp
8648 * gdb.reverse/rerun-prec.exp
8649 * gdb.reverse/s390-mvcle.exp
8650 * gdb.reverse/step-precsave.exp
8651 * gdb.reverse/step-reverse.exp
8652 * gdb.reverse/time-reverse.exp
8653 * gdb.reverse/until-precsave.exp
8654 * gdb.reverse/until-reverse.exp
8655 * gdb.reverse/waitpid-reverse.exp
8656 * gdb.reverse/watch-precsave.exp
8657 * gdb.reverse/watch-reverse.exp
8658 * gdb.rust/generics.exp
8659 * gdb.rust/methods.exp
8660 * gdb.rust/modules.exp
8661 * gdb.rust/simple.exp
8662 * gdb.server/connect-with-no-symbol-file.exp
8663 * gdb.server/ext-attach.exp
8664 * gdb.server/ext-restart.exp
8665 * gdb.server/ext-wrapper.exp
8666 * gdb.server/file-transfer.exp
8667 * gdb.server/server-exec-info.exp
8668 * gdb.server/server-kill.exp
8669 * gdb.server/server-mon.exp
8670 * gdb.server/wrapper.exp
8671 * gdb.stabs/exclfwd.exp
8672 * gdb.stabs/gdb11479.exp
8673 * gdb.threads/clone-new-thread-event.exp
8674 * gdb.threads/corethreads.exp
8675 * gdb.threads/current-lwp-dead.exp
8676 * gdb.threads/dlopen-libpthread.exp
8677 * gdb.threads/gcore-thread.exp
8678 * gdb.threads/sigstep-threads.exp
8679 * gdb.threads/watchpoint-fork.exp
8680 * gdb.trace/actions-changed.exp
8681 * gdb.trace/backtrace.exp
8682 * gdb.trace/change-loc.exp
8683 * gdb.trace/circ.exp
8684 * gdb.trace/collection.exp
8685 * gdb.trace/disconnected-tracing.exp
8686 * gdb.trace/ftrace.exp
8687 * gdb.trace/mi-trace-frame-collected.exp
8688 * gdb.trace/mi-trace-unavailable.exp
8689 * gdb.trace/mi-traceframe-changed.exp
8690 * gdb.trace/mi-tsv-changed.exp
8691 * gdb.trace/no-attach-trace.exp
8692 * gdb.trace/passc-dyn.exp
8693 * gdb.trace/qtro.exp
8694 * gdb.trace/range-stepping.exp
8695 * gdb.trace/read-memory.exp
8696 * gdb.trace/save-trace.exp
8697 * gdb.trace/signal.exp
8698 * gdb.trace/status-stop.exp
8699 * gdb.trace/tfile.exp
8700 * gdb.trace/trace-break.exp
8701 * gdb.trace/trace-buffer-size.exp
8702 * gdb.trace/trace-condition.exp
8703 * gdb.trace/tracefile-pseudo-reg.exp
8704 * gdb.trace/tstatus.exp
8705 * gdb.trace/unavailable.exp
8706 * gdb.trace/while-dyn.exp
8707 * gdb.trace/while-stepping.exp
8708
8709 2016-12-22 Doug Evans <xdje42@gmail.com>
8710
8711 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8712 and msymbols.
8713
8714 2016-12-19 Yao Qi <yao.qi@linaro.org>
8715
8716 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8717 (test_with_self): Don't call do_steps_and_nexts, and remove
8718 code about stepping into xmalloc.
8719
8720 2016-12-09 Yao Qi <yao.qi@linaro.org>
8721
8722 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8723
8724 2016-12-09 Yao Qi <yao.qi@linaro.org>
8725
8726 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8727
8728 2016-12-09 Pedro Alves <palves@redhat.com>
8729
8730 * gdb.base/all-architectures-0.exp: New file.
8731 * gdb.base/all-architectures-1.exp: New file.
8732 * gdb.base/all-architectures-2.exp: New file.
8733 * gdb.base/all-architectures-3.exp: New file.
8734 * gdb.base/all-architectures-4.exp: New file.
8735 * gdb.base/all-architectures-5.exp: New file.
8736 * gdb.base/all-architectures-6.exp: New file.
8737 * gdb.base/all-architectures-7.exp: New file.
8738 * gdb.base/all-architectures.exp.in: New file.
8739
8740 2016-12-09 Yao Qi <yao.qi@linaro.org>
8741
8742 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8743
8744 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8745
8746 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8747 possible.
8748 Remove useless pattern-matching code.
8749
8750 2016-12-02 Pedro Alves <palves@redhat.com>
8751
8752 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8753 procedure.
8754 (top level): Call it.
8755
8756 2016-12-02 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8759 New procedure.
8760 (top level): Call it.
8761
8762 2016-12-02 Pedro Alves <palves@redhat.com>
8763
8764 PR cli/20559
8765 * gdb.base/commands.exp (user_defined_command_args_eval): New
8766 procedure.
8767 (top level): Call it.
8768
8769 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8770
8771 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8772 timeout handling.
8773
8774 2016-12-02 Tom Tromey <tom@tromey.com>
8775
8776 * gdb.dwarf2/main-subprogram.c: New file.
8777 * gdb.dwarf2/main-subprogram.exp: New file.
8778
8779 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8780
8781 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8782 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8783 gdb_test_no_output for a couple of cases.
8784 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8785
8786 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8787
8788 Fix test names and standardize compilation error messages throughout
8789 the following files:
8790
8791 * gdb.ada/start.exp
8792 * gdb.arch/alpha-step.exp
8793 * gdb.arch/e500-prologue.exp
8794 * gdb.arch/ftrace-insn-reloc.exp
8795 * gdb.arch/gdb1291.exp
8796 * gdb.arch/gdb1431.exp
8797 * gdb.arch/gdb1558.exp
8798 * gdb.arch/i386-dr3-watch.exp
8799 * gdb.arch/i386-sse-stack-align.exp
8800 * gdb.arch/ia64-breakpoint-shadow.exp
8801 * gdb.arch/pa-nullify.exp
8802 * gdb.arch/powerpc-aix-prologue.exp
8803 * gdb.arch/thumb-bx-pc.exp
8804 * gdb.base/annota1.exp
8805 * gdb.base/annota3.exp
8806 * gdb.base/arrayidx.exp
8807 * gdb.base/assign.exp
8808 * gdb.base/attach.exp
8809 * gdb.base/auxv.exp
8810 * gdb.base/bang.exp
8811 * gdb.base/bfp-test.exp
8812 * gdb.base/bigcore.exp
8813 * gdb.base/bitfields2.exp
8814 * gdb.base/break-fun-addr.exp
8815 * gdb.base/break-probes.exp
8816 * gdb.base/call-rt-st.exp
8817 * gdb.base/callexit.exp
8818 * gdb.base/catch-fork-kill.exp
8819 * gdb.base/charset.exp
8820 * gdb.base/checkpoint.exp
8821 * gdb.base/comprdebug.exp
8822 * gdb.base/constvars.exp
8823 * gdb.base/coredump-filter.exp
8824 * gdb.base/cursal.exp
8825 * gdb.base/cvexpr.exp
8826 * gdb.base/detach.exp
8827 * gdb.base/display.exp
8828 * gdb.base/dmsym.exp
8829 * gdb.base/dprintf-pending.exp
8830 * gdb.base/dso2dso.exp
8831 * gdb.base/dtrace-probe.exp
8832 * gdb.base/dump.exp
8833 * gdb.base/enum_cond.exp
8834 * gdb.base/exe-lock.exp
8835 * gdb.base/exec-invalid-sysroot.exp
8836 * gdb.base/execl-update-breakpoints.exp
8837 * gdb.base/exprs.exp
8838 * gdb.base/fileio.exp
8839 * gdb.base/find.exp
8840 * gdb.base/finish.exp
8841 * gdb.base/fixsection.exp
8842 * gdb.base/foll-vfork.exp
8843 * gdb.base/frame-args.exp
8844 * gdb.base/gcore.exp
8845 * gdb.base/gdb1250.exp
8846 * gdb.base/global-var-nested-by-dso.exp
8847 * gdb.base/gnu-ifunc.exp
8848 * gdb.base/hashline1.exp
8849 * gdb.base/hashline2.exp
8850 * gdb.base/hashline3.exp
8851 * gdb.base/hbreak-in-shr-unsupported.exp
8852 * gdb.base/huge.exp
8853 * gdb.base/infcall-input.exp
8854 * gdb.base/info-fun.exp
8855 * gdb.base/info-shared.exp
8856 * gdb.base/jit-simple.exp
8857 * gdb.base/jit-so.exp
8858 * gdb.base/jit.exp
8859 * gdb.base/jump.exp
8860 * gdb.base/label.exp
8861 * gdb.base/lineinc.exp
8862 * gdb.base/logical.exp
8863 * gdb.base/longjmp.exp
8864 * gdb.base/macscp.exp
8865 * gdb.base/miscexprs.exp
8866 * gdb.base/new-ui-echo.exp
8867 * gdb.base/new-ui-pending-input.exp
8868 * gdb.base/new-ui.exp
8869 * gdb.base/nodebug.exp
8870 * gdb.base/nofield.exp
8871 * gdb.base/offsets.exp
8872 * gdb.base/overlays.exp
8873 * gdb.base/pending.exp
8874 * gdb.base/pointers.exp
8875 * gdb.base/pr11022.exp
8876 * gdb.base/printcmds.exp
8877 * gdb.base/prologue.exp
8878 * gdb.base/ptr-typedef.exp
8879 * gdb.base/realname-expand.exp
8880 * gdb.base/relativedebug.exp
8881 * gdb.base/relocate.exp
8882 * gdb.base/remote.exp
8883 * gdb.base/reread.exp
8884 * gdb.base/return2.exp
8885 * gdb.base/savedregs.exp
8886 * gdb.base/sep.exp
8887 * gdb.base/sepdebug.exp
8888 * gdb.base/sepsymtab.exp
8889 * gdb.base/set-inferior-tty.exp
8890 * gdb.base/setshow.exp
8891 * gdb.base/shlib-call.exp
8892 * gdb.base/sigaltstack.exp
8893 * gdb.base/siginfo-addr.exp
8894 * gdb.base/signals.exp
8895 * gdb.base/signull.exp
8896 * gdb.base/sigrepeat.exp
8897 * gdb.base/so-impl-ld.exp
8898 * gdb.base/solib-display.exp
8899 * gdb.base/solib-overlap.exp
8900 * gdb.base/solib-search.exp
8901 * gdb.base/solib-symbol.exp
8902 * gdb.base/structs.exp
8903 * gdb.base/structs2.exp
8904 * gdb.base/symtab-search-order.exp
8905 * gdb.base/twice.exp
8906 * gdb.base/unload.exp
8907 * gdb.base/varargs.exp
8908 * gdb.base/watchpoint-solib.exp
8909 * gdb.base/watchpoint.exp
8910 * gdb.base/whatis.exp
8911 * gdb.base/wrong_frame_bt_full.exp
8912 * gdb.btrace/dlopen.exp
8913 * gdb.cell/ea-standalone.exp
8914 * gdb.cell/ea-test.exp
8915 * gdb.cp/dispcxx.exp
8916 * gdb.cp/gdb2384.exp
8917 * gdb.cp/method2.exp
8918 * gdb.cp/nextoverthrow.exp
8919 * gdb.cp/pr10728.exp
8920 * gdb.disasm/am33.exp
8921 * gdb.disasm/h8300s.exp
8922 * gdb.disasm/mn10300.exp
8923 * gdb.disasm/sh3.exp
8924 * gdb.dwarf2/dw2-dir-file-name.exp
8925 * gdb.fortran/complex.exp
8926 * gdb.fortran/library-module.exp
8927 * gdb.guile/scm-pretty-print.exp
8928 * gdb.guile/scm-symbol.exp
8929 * gdb.guile/scm-type.exp
8930 * gdb.guile/scm-value.exp
8931 * gdb.linespec/linespec.exp
8932 * gdb.mi/gdb701.exp
8933 * gdb.mi/gdb792.exp
8934 * gdb.mi/mi-breakpoint-changed.exp
8935 * gdb.mi/mi-dprintf-pending.exp
8936 * gdb.mi/mi-dprintf.exp
8937 * gdb.mi/mi-exit-code.exp
8938 * gdb.mi/mi-pending.exp
8939 * gdb.mi/mi-solib.exp
8940 * gdb.mi/new-ui-mi-sync.exp
8941 * gdb.mi/pr11022.exp
8942 * gdb.mi/user-selected-context-sync.exp
8943 * gdb.opt/solib-intra-step.exp
8944 * gdb.python/py-events.exp
8945 * gdb.python/py-finish-breakpoint.exp
8946 * gdb.python/py-mi.exp
8947 * gdb.python/py-prettyprint.exp
8948 * gdb.python/py-shared.exp
8949 * gdb.python/py-symbol.exp
8950 * gdb.python/py-template.exp
8951 * gdb.python/py-type.exp
8952 * gdb.python/py-value.exp
8953 * gdb.reverse/solib-precsave.exp
8954 * gdb.reverse/solib-reverse.exp
8955 * gdb.server/solib-list.exp
8956 * gdb.stabs/weird.exp
8957 * gdb.threads/reconnect-signal.exp
8958 * gdb.threads/stepi-random-signal.exp
8959 * gdb.trace/actions.exp
8960 * gdb.trace/ax.exp
8961 * gdb.trace/backtrace.exp
8962 * gdb.trace/change-loc.exp
8963 * gdb.trace/deltrace.exp
8964 * gdb.trace/ftrace-lock.exp
8965 * gdb.trace/ftrace.exp
8966 * gdb.trace/infotrace.exp
8967 * gdb.trace/mi-tracepoint-changed.exp
8968 * gdb.trace/packetlen.exp
8969 * gdb.trace/passcount.exp
8970 * gdb.trace/pending.exp
8971 * gdb.trace/range-stepping.exp
8972 * gdb.trace/report.exp
8973 * gdb.trace/stap-trace.exp
8974 * gdb.trace/tfind.exp
8975 * gdb.trace/trace-break.exp
8976 * gdb.trace/trace-condition.exp
8977 * gdb.trace/trace-enable-disable.exp
8978 * gdb.trace/trace-mt.exp
8979 * gdb.trace/tracecmd.exp
8980 * gdb.trace/tspeed.exp
8981 * gdb.trace/tsv.exp
8982 * lib/perftest.exp
8983
8984 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8985
8986 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8987 with gdb_test_no_output.
8988 Use command as test name.
8989
8990 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8991
8992 Fix test names starting with uppercase throughout the files.
8993
8994 * gdb.ada/assign_1.exp
8995 * gdb.ada/boolean_expr.exp
8996 * gdb.base/arrayidx.exp
8997 * gdb.base/del.exp
8998 * gdb.base/gcore-buffer-overflow.exp
8999 * gdb.base/testenv.exp
9000 * gdb.compile/compile.exp
9001 * gdb.python/py-framefilter-invalidarg.exp
9002 * gdb.python/py-framefilter.exp
9003
9004 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9005
9006 Fix test names starting with uppercase throughout the files.
9007
9008 * gdb.ada/array_return.exp
9009 * gdb.ada/expr_delims.exp
9010 * gdb.ada/mi_dyn_arr.exp
9011 * gdb.ada/mi_interface.exp
9012 * gdb.ada/mi_var_array.exp
9013 * gdb.ada/watch_arg.exp
9014 * gdb.arch/alpha-step.exp
9015 * gdb.arch/altivec-regs.exp
9016 * gdb.arch/e500-regs.exp
9017 * gdb.arch/powerpc-d128-regs.exp
9018 * gdb.base/arrayidx.exp
9019 * gdb.base/break.exp
9020 * gdb.base/checkpoint.exp
9021 * gdb.base/debug-expr.exp
9022 * gdb.base/dmsym.exp
9023 * gdb.base/radix.exp
9024 * gdb.base/sepdebug.exp
9025 * gdb.base/testenv.exp
9026 * gdb.base/watch_thread_num.exp
9027 * gdb.base/watchpoint-cond-gone.exp
9028 * gdb.cell/break.exp
9029 * gdb.cell/ea-cache.exp
9030 * gdb.compile/compile.exp
9031 * gdb.cp/gdb2495.exp
9032 * gdb.gdb/selftest.exp
9033 * gdb.gdb/xfullpath.exp
9034 * gdb.go/hello.exp
9035 * gdb.go/integers.exp
9036 * gdb.objc/basicclass.exp
9037 * gdb.pascal/hello.exp
9038 * gdb.pascal/integers.exp
9039 * gdb.python/py-breakpoint.exp
9040 * gdb.python/py-cmd.exp
9041 * gdb.python/py-linetable.exp
9042 * gdb.python/py-xmethods.exp
9043 * gdb.python/python.exp
9044 * gdb.reverse/consecutive-precsave.exp
9045 * gdb.reverse/finish-precsave.exp
9046 * gdb.reverse/i386-precsave.exp
9047 * gdb.reverse/machinestate-precsave.exp
9048 * gdb.reverse/sigall-precsave.exp
9049 * gdb.reverse/solib-precsave.exp
9050 * gdb.reverse/step-precsave.exp
9051 * gdb.reverse/until-precsave.exp
9052 * gdb.reverse/watch-precsave.exp
9053 * gdb.threads/leader-exit.exp
9054 * gdb.threads/pthreads.exp
9055 * gdb.threads/wp-replication.exp
9056 * gdb.trace/actions.exp
9057 * gdb.trace/mi-tsv-changed.exp
9058 * gdb.trace/tsv.exp
9059
9060 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9061
9062 Fix test names starting with uppercase throughout the files.
9063
9064 * gdb.arch/i386-bp_permanent.exp
9065 * gdb.arch/i386-gnu-cfi.exp
9066 * gdb.base/disasm-end-cu.exp
9067 * gdb.base/macscp.exp
9068 * gdb.base/pending.exp
9069 * gdb.base/watch_thread_num.exp
9070 * gdb.cp/exception.exp
9071 * gdb.cp/gdb2495.exp
9072 * gdb.cp/local.exp
9073 * gdb.python/py-evsignal.exp
9074 * gdb.python/python.exp
9075 * gdb.trace/tracecmd.exp
9076
9077 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9078
9079 Fix test names starting with uppercase throughout the files.
9080
9081 * gdb.base/charset.exp
9082 * gdb.base/eval.exp
9083 * gdb.base/multi-forks.exp
9084 * gdb.guile/scm-progspace.exp
9085 * gdb.opencl/datatypes.exp
9086 * gdb.python/py-block.exp
9087 * gdb.python/py-function.exp
9088 * gdb.python/py-symbol.exp
9089 * gdb.python/py-symtab.exp
9090 * gdb.python/py-xmethods.exp
9091 * gdb.reverse/break-precsave.exp
9092 * gdb.reverse/break-reverse.exp
9093 * gdb.reverse/consecutive-precsave.exp
9094 * gdb.reverse/consecutive-reverse.exp
9095 * gdb.reverse/finish-precsave.exp
9096 * gdb.reverse/finish-reverse-bkpt.exp
9097 * gdb.reverse/finish-reverse.exp
9098 * gdb.reverse/fstatat-reverse.exp
9099 * gdb.reverse/getresuid-reverse.exp
9100 * gdb.reverse/i386-precsave.exp
9101 * gdb.reverse/i386-reverse.exp
9102 * gdb.reverse/i386-sse-reverse.exp
9103 * gdb.reverse/i387-stack-reverse.exp
9104 * gdb.reverse/insn-reverse.exp
9105 * gdb.reverse/machinestate-precsave.exp
9106 * gdb.reverse/machinestate.exp
9107 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9108 * gdb.reverse/pipe-reverse.exp
9109 * gdb.reverse/readv-reverse.exp
9110 * gdb.reverse/recvmsg-reverse.exp
9111 * gdb.reverse/rerun-prec.exp
9112 * gdb.reverse/s390-mvcle.exp
9113 * gdb.reverse/sigall-precsave.exp
9114 * gdb.reverse/sigall-reverse.exp
9115 * gdb.reverse/solib-precsave.exp
9116 * gdb.reverse/solib-reverse.exp
9117 * gdb.reverse/step-precsave.exp
9118 * gdb.reverse/step-reverse.exp
9119 * gdb.reverse/time-reverse.exp
9120 * gdb.reverse/until-precsave.exp
9121 * gdb.reverse/until-reverse.exp
9122 * gdb.reverse/waitpid-reverse.exp
9123 * gdb.reverse/watch-precsave.exp
9124 * gdb.reverse/watch-reverse.exp
9125
9126 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9127
9128 Fix test names starting with uppercase throughout the files.
9129
9130 * gdb.arch/i386-mpx-simple_segv.exp
9131 * gdb.arch/i386-mpx.exp
9132 * gdb.arch/i386-permbkpt.exp
9133 * gdb.arch/pa-nullify.exp
9134 * gdb.arch/powerpc-d128-regs.exp
9135 * gdb.arch/vsx-regs.exp
9136 * gdb.base/bfp-test.exp
9137 * gdb.base/break.exp
9138 * gdb.base/breakpoint-shadow.exp
9139 * gdb.base/callfuncs.exp
9140 * gdb.base/charset.exp
9141 * gdb.base/commands.exp
9142 * gdb.base/completion.exp
9143 * gdb.base/dfp-test.exp
9144 * gdb.base/echo.exp
9145 * gdb.base/ending-run.exp
9146 * gdb.base/eval.exp
9147 * gdb.base/expand-psymtabs.exp
9148 * gdb.base/float128.exp
9149 * gdb.base/floatn.exp
9150 * gdb.base/foll-exec-mode.exp
9151 * gdb.base/gdb1056.exp
9152 * gdb.base/gdb11531.exp
9153 * gdb.base/kill-after-signal.exp
9154 * gdb.base/multi-forks.exp
9155 * gdb.base/overlays.exp
9156 * gdb.base/pending.exp
9157 * gdb.base/sepdebug.exp
9158 * gdb.base/testenv.exp
9159 * gdb.base/valgrind-db-attach.exp
9160 * gdb.base/watch_thread_num.exp
9161 * gdb.base/watchpoint-cond-gone.exp
9162 * gdb.base/watchpoint.exp
9163 * gdb.base/watchpoints.exp
9164 * gdb.cp/arg-reference.exp
9165 * gdb.cp/baseenum.exp
9166 * gdb.cp/operator.exp
9167 * gdb.cp/shadow.exp
9168 * gdb.dwarf2/dw2-op-out-param.exp
9169 * gdb.dwarf2/dw2-reg-undefined.exp
9170 * gdb.go/chan.exp
9171 * gdb.go/hello.exp
9172 * gdb.go/integers.exp
9173 * gdb.go/methods.exp
9174 * gdb.go/package.exp
9175 * gdb.guile/scm-parameter.exp
9176 * gdb.guile/scm-progspace.exp
9177 * gdb.guile/scm-value.exp
9178 * gdb.mi/mi-pending.exp
9179 * gdb.mi/user-selected-context-sync.exp
9180 * gdb.multi/multi-attach.exp
9181 * gdb.multi/tids.exp
9182 * gdb.opt/clobbered-registers-O2.exp
9183 * gdb.pascal/floats.exp
9184 * gdb.pascal/integers.exp
9185 * gdb.python/py-block.exp
9186 * gdb.python/py-events.exp
9187 * gdb.python/py-parameter.exp
9188 * gdb.python/py-symbol.exp
9189 * gdb.python/py-symtab.exp
9190 * gdb.python/py-type.exp
9191 * gdb.python/py-value.exp
9192 * gdb.python/py-xmethods.exp
9193 * gdb.python/python.exp
9194 * gdb.reverse/break-precsave.exp
9195 * gdb.reverse/consecutive-precsave.exp
9196 * gdb.reverse/finish-precsave.exp
9197 * gdb.reverse/i386-precsave.exp
9198 * gdb.reverse/machinestate-precsave.exp
9199 * gdb.reverse/sigall-precsave.exp
9200 * gdb.reverse/solib-precsave.exp
9201 * gdb.reverse/step-precsave.exp
9202 * gdb.reverse/until-precsave.exp
9203 * gdb.reverse/watch-precsave.exp
9204 * gdb.server/ext-attach.exp
9205 * gdb.server/ext-restart.exp
9206 * gdb.server/ext-run.exp
9207 * gdb.server/ext-wrapper.exp
9208 * gdb.stabs/gdb11479.exp
9209 * gdb.stabs/weird.exp
9210 * gdb.threads/attach-many-short-lived-threads.exp
9211 * gdb.threads/kill.exp
9212 * gdb.threads/watchpoint-fork.exp
9213
9214 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9215
9216 Fix test names starting with uppercase throughout all the files below.
9217
9218 * gdb.ada/array_return.exp
9219 * gdb.ada/catch_ex.exp
9220 * gdb.ada/info_exc.exp
9221 * gdb.ada/mi_catch_ex.exp
9222 * gdb.ada/mi_dyn_arr.exp
9223 * gdb.ada/mi_ex_cond.exp
9224 * gdb.ada/mi_exc_info.exp
9225 * gdb.ada/mi_interface.exp
9226 * gdb.ada/mi_task_arg.exp
9227 * gdb.ada/mi_task_info.exp
9228 * gdb.ada/mi_var_array.exp
9229 * gdb.arch/alpha-step.exp
9230 * gdb.arch/amd64-disp-step.exp
9231 * gdb.arch/arm-disp-step.exp
9232 * gdb.arch/disp-step-insn-reloc.exp
9233 * gdb.arch/e500-prologue.exp
9234 * gdb.arch/ftrace-insn-reloc.exp
9235 * gdb.arch/gdb1558.exp
9236 * gdb.arch/i386-bp_permanent.exp
9237 * gdb.arch/i386-disp-step.exp
9238 * gdb.arch/i386-float.exp
9239 * gdb.arch/i386-gnu-cfi.exp
9240 * gdb.arch/ia64-breakpoint-shadow.exp
9241 * gdb.arch/mips16-thunks.exp
9242 * gdb.arch/pa-nullify.exp
9243 * gdb.arch/powerpc-aix-prologue.exp
9244 * gdb.arch/powerpc-power.exp
9245 * gdb.arch/ppc-dfp.exp
9246 * gdb.arch/s390-tdbregs.exp
9247 * gdb.arch/spu-info.exp
9248 * gdb.arch/spu-ls.exp
9249 * gdb.arch/thumb-bx-pc.exp
9250 * gdb.base/advance.exp
9251 * gdb.base/annota-input-while-running.exp
9252 * gdb.base/arrayidx.exp
9253 * gdb.base/asmlabel.exp
9254 * gdb.base/async.exp
9255 * gdb.base/attach-wait-input.exp
9256 * gdb.base/auto-connect-native-target.exp
9257 * gdb.base/batch-preserve-term-settings.exp
9258 * gdb.base/bfp-test.exp
9259 * gdb.base/bigcore.exp
9260 * gdb.base/bp-permanent.exp
9261 * gdb.base/break-always.exp
9262 * gdb.base/break-fun-addr.exp
9263 * gdb.base/break-idempotent.exp
9264 * gdb.base/break-main-file-remove-fail.exp
9265 * gdb.base/break-probes.exp
9266 * gdb.base/break-unload-file.exp
9267 * gdb.base/break.exp
9268 * gdb.base/call-ar-st.exp
9269 * gdb.base/call-rt-st.exp
9270 * gdb.base/call-sc.exp
9271 * gdb.base/call-signal-resume.exp
9272 * gdb.base/call-strs.exp
9273 * gdb.base/callexit.exp
9274 * gdb.base/callfuncs.exp
9275 * gdb.base/catch-gdb-caused-signals.exp
9276 * gdb.base/catch-signal-siginfo-cond.exp
9277 * gdb.base/catch-syscall.exp
9278 * gdb.base/compare-sections.exp
9279 * gdb.base/cond-eval-mode.exp
9280 * gdb.base/condbreak-call-false.exp
9281 * gdb.base/consecutive-step-over.exp
9282 * gdb.base/cursal.exp
9283 * gdb.base/disabled-location.exp
9284 * gdb.base/disasm-end-cu.exp
9285 * gdb.base/display.exp
9286 * gdb.base/double-prompt-target-event-error.exp
9287 * gdb.base/dprintf-bp-same-addr.exp
9288 * gdb.base/dprintf-detach.exp
9289 * gdb.base/dprintf-next.exp
9290 * gdb.base/dprintf-non-stop.exp
9291 * gdb.base/dprintf-pending.exp
9292 * gdb.base/dso2dso.exp
9293 * gdb.base/ending-run.exp
9294 * gdb.base/enum_cond.exp
9295 * gdb.base/examine-backward.exp
9296 * gdb.base/exe-lock.exp
9297 * gdb.base/exec-invalid-sysroot.exp
9298 * gdb.base/execl-update-breakpoints.exp
9299 * gdb.base/execution-termios.exp
9300 * gdb.base/fileio.exp
9301 * gdb.base/fixsection.exp
9302 * gdb.base/foll-exec-mode.exp
9303 * gdb.base/foll-exec.exp
9304 * gdb.base/fork-running-state.exp
9305 * gdb.base/frame-args.exp
9306 * gdb.base/fullpath-expand.exp
9307 * gdb.base/func-ptr.exp
9308 * gdb.base/gcore-relro-pie.exp
9309 * gdb.base/gdb1090.exp
9310 * gdb.base/gdb1555.exp
9311 * gdb.base/global-var-nested-by-dso.exp
9312 * gdb.base/gnu-ifunc.exp
9313 * gdb.base/hbreak-in-shr-unsupported.exp
9314 * gdb.base/hbreak-unmapped.exp
9315 * gdb.base/hook-stop.exp
9316 * gdb.base/infcall-input.exp
9317 * gdb.base/info-fun.exp
9318 * gdb.base/info-shared.exp
9319 * gdb.base/interrupt-noterm.exp
9320 * gdb.base/jit-so.exp
9321 * gdb.base/jit.exp
9322 * gdb.base/line-symtabs.exp
9323 * gdb.base/list.exp
9324 * gdb.base/longjmp.exp
9325 * gdb.base/macscp.exp
9326 * gdb.base/max-value-size.exp
9327 * gdb.base/nodebug.exp
9328 * gdb.base/nofield.exp
9329 * gdb.base/overlays.exp
9330 * gdb.base/paginate-after-ctrl-c-running.exp
9331 * gdb.base/paginate-bg-execution.exp
9332 * gdb.base/paginate-inferior-exit.exp
9333 * gdb.base/pending.exp
9334 * gdb.base/pr11022.exp
9335 * gdb.base/printcmds.exp
9336 * gdb.base/ptr-typedef.exp
9337 * gdb.base/ptype.exp
9338 * gdb.base/randomize.exp
9339 * gdb.base/range-stepping.exp
9340 * gdb.base/realname-expand.exp
9341 * gdb.base/relativedebug.exp
9342 * gdb.base/remote.exp
9343 * gdb.base/savedregs.exp
9344 * gdb.base/sepdebug.exp
9345 * gdb.base/set-noassign.exp
9346 * gdb.base/shlib-call.exp
9347 * gdb.base/shreloc.exp
9348 * gdb.base/sigaltstack.exp
9349 * gdb.base/sigbpt.exp
9350 * gdb.base/siginfo-addr.exp
9351 * gdb.base/siginfo-obj.exp
9352 * gdb.base/siginfo-thread.exp
9353 * gdb.base/signest.exp
9354 * gdb.base/signull.exp
9355 * gdb.base/sigrepeat.exp
9356 * gdb.base/skip.exp
9357 * gdb.base/so-impl-ld.exp
9358 * gdb.base/solib-corrupted.exp
9359 * gdb.base/solib-disc.exp
9360 * gdb.base/solib-display.exp
9361 * gdb.base/solib-overlap.exp
9362 * gdb.base/solib-search.exp
9363 * gdb.base/solib-symbol.exp
9364 * gdb.base/source-execution.exp
9365 * gdb.base/sss-bp-on-user-bp-2.exp
9366 * gdb.base/sss-bp-on-user-bp.exp
9367 * gdb.base/stack-checking.exp
9368 * gdb.base/stale-infcall.exp
9369 * gdb.base/step-break.exp
9370 * gdb.base/step-line.exp
9371 * gdb.base/step-over-exit.exp
9372 * gdb.base/step-test.exp
9373 * gdb.base/structs.exp
9374 * gdb.base/sym-file.exp
9375 * gdb.base/symtab-search-order.exp
9376 * gdb.base/term.exp
9377 * gdb.base/type-opaque.exp
9378 * gdb.base/unload.exp
9379 * gdb.base/until-nodebug.exp
9380 * gdb.base/until.exp
9381 * gdb.base/unwindonsignal.exp
9382 * gdb.base/watch-cond.exp
9383 * gdb.base/watch-non-mem.exp
9384 * gdb.base/watch_thread_num.exp
9385 * gdb.base/watchpoint-reuse-slot.exp
9386 * gdb.base/watchpoint-solib.exp
9387 * gdb.base/watchpoint.exp
9388 * gdb.btrace/dlopen.exp
9389 * gdb.cell/arch.exp
9390 * gdb.cell/break.exp
9391 * gdb.cell/bt.exp
9392 * gdb.cell/core.exp
9393 * gdb.cell/data.exp
9394 * gdb.cell/dwarfaddr.exp
9395 * gdb.cell/ea-cache.exp
9396 * gdb.cell/ea-standalone.exp
9397 * gdb.cell/ea-test.exp
9398 * gdb.cell/f-regs.exp
9399 * gdb.cell/fork.exp
9400 * gdb.cell/gcore.exp
9401 * gdb.cell/mem-access.exp
9402 * gdb.cell/ptype.exp
9403 * gdb.cell/registers.exp
9404 * gdb.cell/sizeof.exp
9405 * gdb.cell/solib-symbol.exp
9406 * gdb.cell/solib.exp
9407 * gdb.compile/compile-tls.exp
9408 * gdb.cp/exception.exp
9409 * gdb.cp/gdb2495.exp
9410 * gdb.cp/local.exp
9411 * gdb.cp/mb-inline.exp
9412 * gdb.cp/mb-templates.exp
9413 * gdb.cp/pr10687.exp
9414 * gdb.cp/pr9167.exp
9415 * gdb.cp/scope-err.exp
9416 * gdb.cp/templates.exp
9417 * gdb.cp/virtfunc.exp
9418 * gdb.dwarf2/dw2-dir-file-name.exp
9419 * gdb.dwarf2/dw2-single-line-discriminators.exp
9420 * gdb.fortran/complex.exp
9421 * gdb.fortran/library-module.exp
9422 * gdb.guile/guile.exp
9423 * gdb.guile/scm-cmd.exp
9424 * gdb.guile/scm-frame-inline.exp
9425 * gdb.guile/scm-objfile.exp
9426 * gdb.guile/scm-pretty-print.exp
9427 * gdb.guile/scm-symbol.exp
9428 * gdb.guile/scm-type.exp
9429 * gdb.guile/scm-value.exp
9430 * gdb.linespec/keywords.exp
9431 * gdb.linespec/ls-errs.exp
9432 * gdb.linespec/macro-relative.exp
9433 * gdb.linespec/thread.exp
9434 * gdb.mi/mi-breakpoint-changed.exp
9435 * gdb.mi/mi-dprintf-pending.exp
9436 * gdb.mi/mi-fullname-deleted.exp
9437 * gdb.mi/mi-logging.exp
9438 * gdb.mi/mi-pending.exp
9439 * gdb.mi/mi-solib.exp
9440 * gdb.mi/new-ui-mi-sync.exp
9441 * gdb.mi/user-selected-context-sync.exp
9442 * gdb.multi/dummy-frame-restore.exp
9443 * gdb.multi/multi-arch-exec.exp
9444 * gdb.multi/remove-inferiors.exp
9445 * gdb.multi/watchpoint-multi-exit.exp
9446 * gdb.opt/solib-intra-step.exp
9447 * gdb.perf/backtrace.exp
9448 * gdb.perf/single-step.exp
9449 * gdb.perf/skip-command.exp
9450 * gdb.perf/skip-prologue.exp
9451 * gdb.perf/solib.exp
9452 * gdb.python/lib-types.exp
9453 * gdb.python/py-as-string.exp
9454 * gdb.python/py-bad-printers.exp
9455 * gdb.python/py-block.exp
9456 * gdb.python/py-breakpoint.exp
9457 * gdb.python/py-cmd.exp
9458 * gdb.python/py-events.exp
9459 * gdb.python/py-evthreads.exp
9460 * gdb.python/py-finish-breakpoint.exp
9461 * gdb.python/py-finish-breakpoint2.exp
9462 * gdb.python/py-frame-inline.exp
9463 * gdb.python/py-frame.exp
9464 * gdb.python/py-inferior.exp
9465 * gdb.python/py-infthread.exp
9466 * gdb.python/py-mi.exp
9467 * gdb.python/py-objfile.exp
9468 * gdb.python/py-pp-maint.exp
9469 * gdb.python/py-pp-registration.exp
9470 * gdb.python/py-prettyprint.exp
9471 * gdb.python/py-recurse-unwind.exp
9472 * gdb.python/py-shared.exp
9473 * gdb.python/py-symbol.exp
9474 * gdb.python/py-symtab.exp
9475 * gdb.python/py-template.exp
9476 * gdb.python/py-type.exp
9477 * gdb.python/py-unwind-maint.exp
9478 * gdb.python/py-unwind.exp
9479 * gdb.python/py-value.exp
9480 * gdb.python/python.exp
9481 * gdb.reverse/finish-reverse-bkpt.exp
9482 * gdb.reverse/insn-reverse.exp
9483 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9484 * gdb.reverse/solib-precsave.exp
9485 * gdb.reverse/solib-reverse.exp
9486 * gdb.stabs/gdb11479.exp
9487 * gdb.stabs/weird.exp
9488 * gdb.threads/fork-child-threads.exp
9489 * gdb.threads/fork-plus-threads.exp
9490 * gdb.threads/fork-thread-pending.exp
9491 * gdb.threads/forking-threads-plus-breakpoint.exp
9492 * gdb.threads/hand-call-in-threads.exp
9493 * gdb.threads/interrupted-hand-call.exp
9494 * gdb.threads/linux-dp.exp
9495 * gdb.threads/local-watch-wrong-thread.exp
9496 * gdb.threads/next-while-other-thread-longjmps.exp
9497 * gdb.threads/non-ldr-exit.exp
9498 * gdb.threads/pending-step.exp
9499 * gdb.threads/print-threads.exp
9500 * gdb.threads/process-dies-while-detaching.exp
9501 * gdb.threads/process-dies-while-handling-bp.exp
9502 * gdb.threads/pthreads.exp
9503 * gdb.threads/queue-signal.exp
9504 * gdb.threads/reconnect-signal.exp
9505 * gdb.threads/signal-command-handle-nopass.exp
9506 * gdb.threads/signal-command-multiple-signals-pending.exp
9507 * gdb.threads/signal-delivered-right-thread.exp
9508 * gdb.threads/signal-sigtrap.exp
9509 * gdb.threads/sigthread.exp
9510 * gdb.threads/staticthreads.exp
9511 * gdb.threads/stepi-random-signal.exp
9512 * gdb.threads/thread-unwindonsignal.exp
9513 * gdb.threads/thread_check.exp
9514 * gdb.threads/thread_events.exp
9515 * gdb.threads/tid-reuse.exp
9516 * gdb.threads/tls-nodebug.exp
9517 * gdb.threads/tls-shared.exp
9518 * gdb.threads/tls-so_extern.exp
9519 * gdb.threads/tls.exp
9520 * gdb.threads/wp-replication.exp
9521 * gdb.trace/actions-changed.exp
9522 * gdb.trace/actions.exp
9523 * gdb.trace/backtrace.exp
9524 * gdb.trace/change-loc.exp
9525 * gdb.trace/collection.exp
9526 * gdb.trace/deltrace.exp
9527 * gdb.trace/disconnected-tracing.exp
9528 * gdb.trace/entry-values.exp
9529 * gdb.trace/ftrace-lock.exp
9530 * gdb.trace/ftrace.exp
9531 * gdb.trace/infotrace.exp
9532 * gdb.trace/mi-trace-frame-collected.exp
9533 * gdb.trace/mi-trace-unavailable.exp
9534 * gdb.trace/mi-traceframe-changed.exp
9535 * gdb.trace/mi-tracepoint-changed.exp
9536 * gdb.trace/mi-tsv-changed.exp
9537 * gdb.trace/no-attach-trace.exp
9538 * gdb.trace/packetlen.exp
9539 * gdb.trace/passc-dyn.exp
9540 * gdb.trace/passcount.exp
9541 * gdb.trace/pending.exp
9542 * gdb.trace/pr16508.exp
9543 * gdb.trace/qtro.exp
9544 * gdb.trace/range-stepping.exp
9545 * gdb.trace/read-memory.exp
9546 * gdb.trace/report.exp
9547 * gdb.trace/save-trace.exp
9548 * gdb.trace/signal.exp
9549 * gdb.trace/stap-trace.exp
9550 * gdb.trace/status-stop.exp
9551 * gdb.trace/strace.exp
9552 * gdb.trace/tfile.exp
9553 * gdb.trace/tfind.exp
9554 * gdb.trace/trace-break.exp
9555 * gdb.trace/trace-condition.exp
9556 * gdb.trace/trace-enable-disable.exp
9557 * gdb.trace/trace-mt.exp
9558 * gdb.trace/tracecmd.exp
9559 * gdb.trace/tracefile-pseudo-reg.exp
9560 * gdb.trace/tspeed.exp
9561 * gdb.trace/tstatus.exp
9562 * gdb.trace/tsv.exp
9563 * gdb.trace/unavailable.exp
9564 * gdb.trace/while-dyn.exp
9565 * gdb.trace/while-stepping.exp
9566 * lib/gdb-guile.exp
9567 * lib/gdb.exp
9568 * lib/mi-support.exp
9569 * lib/pascal.exp
9570 * lib/perftest.exp
9571 * lib/prelink-support.exp
9572 * lib/selftest-support.exp
9573
9574 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9575
9576 * Makefile.in: Include disable-implicit-rules.mk.
9577
9578 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9579
9580 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9581 non-byte-aligned bit fields.
9582
9583 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9584
9585 PR gdb/12616
9586 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9587 respects the DW_AT_data_bit_offset attribute.
9588
9589 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9590
9591 * gdb.base/default.exp: Fix output of "set language".
9592
9593 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9594
9595 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9596 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9597 make.
9598 * configure.ac: Remove checks for the make program.
9599 * configure: Re-generate.
9600
9601 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9602
9603 * gdb.python/py-recurse-unwind.c (main): Add loop.
9604 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9605 to read_register() and gdb.parse_and_eval(). Make each code
9606 call a separate case that can be individually tested.
9607 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9608 proc. Call cont_and_backtrace for each of the code paths that
9609 we want to test in the unwinder.
9610
9611 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9612
9613 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9614 the definition of struct S.
9615
9616 2016-11-11 Catherine Moore <clm@codesourcery.com>
9617
9618 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9619
9620 2016-11-09 Pedro Alves <palves@redhat.com>
9621
9622 * gdb.base/commands.exp (runto_or_return): New procedure.
9623 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9624 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9625 (progvar_simple_while_test, progvar_complex_if_while_test)
9626 (if_while_breakpoint_command_test)
9627 (infrun_breakpoint_command_test, breakpoint_command_test)
9628 (user_defined_command_test, watchpoint_command_test)
9629 (test_command_prompt_position, redefine_hook_test)
9630 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9631 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9632 multi_line_input and multi_line. Remove gdb_expect and
9633 gdb_stop_suppressing_tests uses.
9634 * lib/gdb.exp (valnum_re): New global.
9635 (multi_line_input): New procedure.
9636
9637 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9638
9639 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9640 Remove.
9641 (test_setup): Define with proc_with_prefix.
9642 (test_cli_inferior): Likewise.
9643 (test_cli_thread): Likewise.
9644 (test_cli_frame): Likewise.
9645 (test_cli_select_frame): Likewise.
9646 (test_cli_up_down): Likewise.
9647 (test_mi_thread_select): Likewise.
9648 (test_mi_stack_select_frame): Likewise.
9649 (test_cli_in_mi_inferior): Likewise.
9650 (test_cli_in_mi_thread): Likewise.
9651 (test_cli_in_mi_frame): Likewise.
9652 (top level): Do not use with_test_prefix_procname.
9653
9654 2016-11-09 Pedro Alves <palves@redhat.com>
9655
9656 * gdb.base/commands.exp (gdbvar_simple_if_test)
9657 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9658 (progvar_simple_if_test, progvar_simple_while_test)
9659 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9660 (infrun_breakpoint_command_test, breakpoint_command_test)
9661 (user_defined_command_test, watchpoint_command_test)
9662 (test_command_prompt_position, deprecated_command_test)
9663 (bp_deleted_in_command, temporary_breakpoint_commands)
9664 (stray_arg0_test, source_file_with_indented_comment)
9665 (recursive_source_test, if_commands_test)
9666 (error_clears_commands_left, redefine_hook_test)
9667 (redefine_backtrace_test): Use proc_with_prefix.
9668 * lib/gdb.exp (proc_with_prefix): New proc.
9669
9670 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9671
9672 * gdb.base/tui-layout.c: New file.
9673 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9674 disassembly window contains very long lines.
9675
9676 2016-11-08 Tom Tromey <tom@tromey.com>
9677
9678 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9679 depend on Python 2.
9680
9681 2016-11-08 Tom Tromey <tom@tromey.com>
9682
9683 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9684 New method.
9685
9686 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9687
9688 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9689
9690 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9691
9692 * gdb.rust/simple.rs: Add test for univariant enums without
9693 discriminants and for encoded struct-like enums.
9694
9695 2016-10-28 Pedro Alves <palves@redhat.com>
9696
9697 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9698 gdb_test_multiple, tighten regexps and match symtabs and line
9699 tables incrementally.
9700
9701 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9702
9703 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9704 general.
9705
9706 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9707
9708 * gdb.base/exec-invalid-sysroot.exp: New file.
9709
9710 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9711
9712 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9713
9714 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9717
9718 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9719
9720 * gdb.base/killed-outside.exp: Remove $options from a call to
9721 `prepare_for_testing'.
9722
9723 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9724
9725 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9726 Change test message.
9727
9728 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9729
9730 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9731 Update comment.
9732
9733 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9734
9735 * gdb.trace/mi-trace-save.exp: New file.
9736
9737 2016-10-13 Yao Qi <yao.qi@linaro.org>
9738
9739 * gdb.base/code_elim.exp (get_var_address): Remove.
9740 * gdb.base/relocate.exp: Likewise.
9741 * gdb.base/shreloc.exp: Likewise.
9742 * lib/gdb.exp (get_var_address): New.
9743
9744 2016-10-13 Yao Qi <yao.qi@linaro.org>
9745
9746 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9747 floating point tests if $skip_float_test is false.
9748
9749 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9750
9751 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9752 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9753 argc values.
9754 Add 1 to argc so we guarantee distinct initial/modified argc values.
9755
9756 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9757
9758 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9759
9760 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9763 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9764 * gdb.arch/vsx-regs.exp: Likewise.
9765
9766 2016-10-07 Yao Qi <yao.qi@linaro.org>
9767
9768 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9769
9770 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9771
9772 * gdb.python/python.exp: Test decode_line("*0").
9773
9774 2016-10-06 Doug Evans <dje@google.com>
9775
9776 * gdb.python/py-value.exp (test_value_creation): Add test for large
9777 unsigned 64-bit value.
9778
9779 2016-10-06 Tom Tromey <tom@tromey.com>
9780
9781 * gdb.compile/compile.exp: Change java tests to rust.
9782 * gdb.base/setshow.exp: Change java tests to rust.
9783 * gdb.base/default.exp: Remove java from language list.
9784 * README (Examples): Update language example.
9785 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9786 test.
9787 * lib/gdb.exp (skip_java_tests): Remove.
9788 * lib/java.exp: Remove.
9789 * gdb.java: Remove.
9790
9791 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9792
9793 * gdb.arch/mips-fcr.exp: New test.
9794 * gdb.arch/mips-fcr.c: Source for the new test.
9795
9796 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9797
9798 * gdb.base/solib-disc.exp: Use `standard_output_file'
9799 throughout.
9800
9801 2016-10-06 Pedro Alves <palves@redhat.com>
9802
9803 * gdb.base/jit-simple-dl.c: New file.
9804 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9805 * gdb.base/jit-simple.c: ... this.
9806 * gdb.base/jit-simple.exp (jit_run): Delete.
9807 (build_jit): New proc.
9808 (jit_test_reread): Recompile either the main program or the shared
9809 library, depending on what is being tested. Skip changing address
9810 if caller wants to. Compare before/after addresses. If testing
9811 standalone, explicitly load the binary. Test "maint info
9812 breakpoints".
9813 (top level): Add "standalone vs shared lib" and "change address"
9814 vs "same address" axes.
9815
9816 2016-10-06 Pedro Alves <palves@redhat.com>
9817
9818 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9819 call.
9820 (jit_run): Delete.
9821 (jit_test_reread): Use with_test_prefix. Reload the main binary
9822 explicitly. Compare the before/after addresses of the JIT
9823 descriptor.
9824
9825 2016-08-15 Doug Evans <dje@google.com>
9826
9827 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9828 for single bitfields is bool.
9829 * gdb.xml/tdesc-regs.exp: Ditto.
9830
9831 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9832
9833 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9834
9835 2016-10-05 Yao Qi <yao.qi@linaro.org>
9836
9837 * lib/gdb.exp (support_complex_tests): Return zero if
9838 gdb_skip_float_test return true.
9839
9840 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9841 Simon Marchi <simon.marchi@ericsson.com>
9842
9843 PR gdb/20487
9844 * gdb.mi/user-selected-context-sync.exp: New file.
9845 * gdb.mi/user-selected-context-sync.c: New file.
9846
9847 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9848 Simon Marchi <simon.marchi@ericsson.com>
9849
9850 PR gdb/20487
9851 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9852 =thread-select-event check.
9853
9854 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9855
9856 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9857 the compulsory L operand changes.
9858 * gdb.arch/powerpc-power.s: Likewise.
9859
9860 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9861
9862 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9863 * gdb.base/jit-attach-pie.c: New file.
9864 * gdb.base/jit-attach-pie.exp: New file.
9865
9866 2016-09-28 Pedro Alves <palves@redhat.com>
9867
9868 * gdb.base/infcall-input.c: New file.
9869 * gdb.base/infcall-input.exp: New file.
9870
9871 2016-09-22 Yao Qi <yao.qi@linaro.org>
9872
9873 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9874 (gdb_exit): Rename it to ...
9875 (gdbserver_gdb_exit): ... Close GDBserver.
9876 (gdb_exit): New proc, call gdbserver_gdb_exit.
9877 (mi_gdb_exit): Likewise.
9878
9879 2016-09-22 Yao Qi <yao.qi@linaro.org>
9880
9881 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9882 path.
9883 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9884 Remove duplication.
9885
9886 2016-09-22 Yao Qi <yao.qi@linaro.org>
9887
9888 * lib/gdbserver-support.exp: Check the existence of
9889 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9890
9891 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9892
9893 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9894
9895 2016-09-21 Tom Tromey <tom@tromey.com>
9896
9897 PR gdb/20604:
9898 * gdb.base/quit.exp: New file.
9899
9900 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9901
9902 * .gitignore: New file.
9903
9904 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9905
9906 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9907 throughout.
9908
9909 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9910
9911 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9912
9913 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9914
9915 * gdb.cp/casts.cc (decltype): Move it ...
9916 (main): ... with its call to ...
9917 * gdb.cp/casts03.cc: ... a new file.
9918 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9919
9920 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9921
9922 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9923
9924 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9925
9926 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9927 and sync up the test with tests in gas/testsuite/gas/ppc.
9928 * gdb.arch/powerpc-power.exp: Likewise.
9929
9930 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9931
9932 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9933
9934 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9935 Jan Kratochvil <jan.kratochvil@redhat.com>
9936
9937 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9938 make m1's definition to be different from m2's. Use 'dummy' as an
9939 argument for probe 'two'.
9940
9941 2016-09-10 Jon Beniston <jon@beniston.com>
9942
9943 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9944 for sim target.
9945
9946 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9947
9948 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9949 variable declaration.
9950 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9951 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9952 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9953 received HWCAP as its argument.
9954
9955 2016-09-06 Pedro Alves <palves@redhat.com>
9956
9957 * gdb.base/new-ui-pending-input.c: New file.
9958 * gdb.base/new-ui-pending-input.exp: New file.
9959 * gdb.exp (clear_gdb_spawn_id): New procedure.
9960 (with_spawn_id): Check whether gdb_spawn_id exists before
9961 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9962 on exit.
9963
9964 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9965
9966 * gdb.base/float128.c: New file.
9967 * gdb.base/float128.exp: Likewise.
9968 * gdb.base/floatn.c: Likewise.
9969 * gdb.base/floatn.exp: Likewise.
9970
9971 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9972
9973 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9974
9975 2016-09-05 Pedro Alves <palves@redhat.com>
9976
9977 PR backtrace/19927
9978 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9979 unwinders are immediately called as side effect of "source" or
9980 "disable unwinder" commands.
9981 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9982
9983 2016-09-02 Yao Qi <yao.qi@linaro.org>
9984
9985 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9986 is true and $type is "float" or "double".
9987
9988 2016-09-02 Yao Qi <yao.qi@linaro.org>
9989
9990 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9991 true.
9992 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9993 * gdb.base/call-rt-st.exp: Likewise.
9994 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9995 return value instead of gdb,skip_float_test.
9996 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9997 (do_function_calls): Use its return value instead of
9998 gdb,skip_float_test.
9999 * gdb.base/finish.exp: Likewise.
10000 * gdb.base/funcargs.exp: Likewise.
10001 * gdb.base/return.exp: Likewise.
10002 * gdb.base/return2.exp: Likewise.
10003 * gdb.base/varargs.exp: Likewise.
10004 * lib/gdb.exp (gdb_skip_float_test): Change it to
10005 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10006
10007 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10008
10009 * gdb.multi/tids.exp: Test "thread apply all".
10010
10011 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10012
10013 * gdb.base/default.exp (tty): Remove.
10014
10015 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10016
10017 * gdb.python/py-recurse-unwind.c: New file.
10018 * gdb.python/py-recurse-unwind.py: New file.
10019 * gdb.python/py-recurse-unwind.exp: New file.
10020
10021 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10022
10023 * gdb.base/set-inferior-tty.exp: New file.
10024 * gdb.base/set-inferior-tty.c: New file.
10025
10026 2016-08-23 Pedro Alves <palves@redhat.com>
10027
10028 PR gdb/20494
10029 * gdb.base/new-ui-echo.c: New file.
10030 * gdb.base/new-ui-echo.exp: New file.
10031
10032 2016-08-23 Yao Qi <yao.qi@linaro.org>
10033
10034 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10035 gdbserver_spawn.
10036 * gdb.server/connect-without-multi-process.exp (do_test):
10037 Likewise.
10038
10039 2016-08-23 Yao Qi <yao.qi@linaro.org>
10040
10041 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10042 standalone_txt. Delete gdb_txt and standalone_txt on host
10043 and target. Spawn the binary on target. Copy files from
10044 target to host.
10045
10046 2016-08-22 Pedro Alves <palves@redhat.com>
10047
10048 PR gdb/20505
10049 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10050 with_test_prefix. Factor out bits to ...
10051 (test_no_vdso): ... this new procedure.
10052
10053 2016-08-19 Carl Love <cel@us.ibm.com>
10054
10055 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10056 maintaining separate logic for constructing the output path.
10057 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10058 * gdb.arch/ppc-dfp.exp: Likewise.
10059 * gdb.arch/ppc-fp.exp: Likewise.
10060 * gdb.arch/vsx-regs.exp: Likewise.
10061 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10062 binprefix for generating the additional binary files.
10063
10064 2016-08-19 Pedro Alves <palves@redhat.com>
10065
10066 * gdb.trace/mi-trace-frame-collected.exp
10067 (test_trace_frame_collected): On x32, expect two registers.
10068
10069 2016-08-18 Carl Love <cel@us.ibm.com>
10070
10071 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10072 and sync up the test with tests in gas/testsuite/gas/ppc.
10073 * gdb.arch/powerpc-power.exp: Likewise.
10074
10075 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10076
10077 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10078 expected error message.
10079
10080 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10081
10082 * gdb.multi/remove-inferiors.exp: New file.
10083 * gdb.multi/remove-inferiors.c: New file.
10084
10085 2016-08-12 Yao Qi <yao.qi@linaro.org>
10086
10087 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10088 argument list.
10089
10090 2016-08-10 Pedro Alves <palves@redhat.com>
10091
10092 PR gdb/19187
10093 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10094 setup_kfails.
10095
10096 2016-08-09 Pedro Alves <palves@redhat.com>
10097 Simon Marchi <simon.marchi@ericsson.com>
10098
10099 PR gdb/20418
10100 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10101 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10102
10103 2016-08-09 Pedro Alves <palves@redhat.com>
10104
10105 PR mi/20431
10106 * gdb.mi/mi-cmd-error.exp: New file.
10107
10108 2016-08-09 Pedro Alves <palves@redhat.com>
10109
10110 PR gdb/18653
10111 * gdb.base/signals-state-child.c: New file.
10112 * gdb.base/signals-state-child.exp: New file.
10113 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10114
10115 2016-08-09 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10118
10119 2016-08-03 Tom Tromey <tom@tromey.com>
10120
10121 PR python/18565:
10122 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10123
10124 2016-08-01 Yao Qi <yao.qi@linaro.org>
10125
10126 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10127 variable mode to "multi-process" if $multi_process is 1, otherwise
10128 set it to "single-process".
10129
10130 2016-08-01 Yao Qi <yao.qi@linaro.org>
10131
10132 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10133 * gdb.cp/cpexprs.exp: Likewise.
10134 * gdb.cp/m-static.exp: Likewise.
10135
10136 2016-07-26 Tom Tromey <tom@tromey.com>
10137
10138 PR python/20190:
10139 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10140 test.
10141
10142 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10143
10144 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10145 selecting assembly source files.
10146 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10147 assembly source files.
10148 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10149 assembly source files.
10150 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10151 selecting assembly source files.
10152
10153 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10154
10155 * gdb.base/new-ui.exp (do_test_invalid_args): New
10156 procedure.
10157
10158 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10159
10160 * gdb.btrace/reconnect.c: New file.
10161 * gdb.btrace/reconnect.exp: New file.
10162
10163 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10164
10165 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10166 to test_catch_syscall_group.
10167 (test_catch_syscall_group): New.
10168
10169 2016-07-21 Tom Tromey <tom@tromey.com>
10170
10171 * gdb.rust/simple.rs (main): Use empty struct expression.
10172 * gdb.rust/simple.exp: Add tests for empty struct expression.
10173
10174 2016-07-21 Yao Qi <yao.qi@linaro.org>
10175
10176 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10177 if gdb_skip_xml_test is true on some targets.
10178
10179 2016-07-21 Yao Qi <yao.qi@linaro.org>
10180
10181 * gdb.server/solib-list.exp: Unset last_loaded_file.
10182
10183 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10184
10185 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10186 "step into captured_main (args)".
10187
10188 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10189
10190 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10191
10192 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10193
10194 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10195
10196 2016-07-19 Pedro Alves <palves@redhat.com>
10197
10198 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10199 * gdb.opt/inline-bt.exp: Likewise.
10200 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10201 additional_flags=-Winline.
10202 * gdb.opt/inline-locals.exp: Likewise.
10203 * gdb.opt/inline-markers.c (ATTR): Define.
10204 (inlined_fn): Use it.
10205
10206 2016-07-19 Yao Qi <yao.qi@linaro.org>
10207
10208 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10209 (test_with_self): Remove some code. Remove argument executable.
10210 (top-level): Use do_self_tests.
10211
10212 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10213 Don Breazeal <donb@codesourcery.com>
10214
10215 * gdb.base/maint.exp: Escape paths used in regular expressions.
10216 * gdb.stabs/weird.exp: Likewise.
10217
10218 2016-07-13 Tom Tromey <tom@tromey.com>
10219
10220 PR python/15620, PR python/18620:
10221 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10222 (test_bkpt_events): New procs.
10223
10224 2016-07-13 Tom Tromey <tom@tromey.com>
10225
10226 PR python/17698:
10227 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10228 test.
10229 (test_watchpoints): Likewise.
10230 (test_bkpt_pending): New proc.
10231
10232 2016-07-13 Tom Tromey <tom@tromey.com>
10233
10234 PR cli/18053:
10235 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10236 completion test.
10237
10238 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10239
10240 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10241 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10242 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10243 f_label.
10244 (g): Rename g_end_lbl to g_label.
10245 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10246 low_pc and high_pc.
10247 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10248
10249 2016-07-12 Tom Tromey <tom@tromey.com>
10250
10251 PR python/19293:
10252 * gdb.python/py-unwind-maint.exp: Update tests.
10253
10254 2016-07-12 Yao Qi <yao.qi@linaro.org>
10255
10256 * lib/selftest-support.exp (selftest_setup): Match the output
10257 when captured_main is inlined.
10258
10259 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10260
10261 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10262 New variables.
10263 (print this%a, print this%b, print this): New tests.
10264 * gdb.fortran/derived-types.f90 (this): New object and
10265 initialization.
10266
10267 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10268
10269 * gdb.ada/arraydim.exp: Remove extra directory level in build
10270 directory.
10271
10272 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10273
10274 * lib/ada.exp: Remove extra directory level in build directory.
10275 * gdb.ada/cond_lang.exp: Likewise.
10276 * gdb.ada/exec_changed.exp: Likewise.
10277 * gdb.ada/lang_switch.exp: Likewise.
10278
10279 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10280
10281 * simple.rs: Add test for raw pointer subscripting.
10282 * simple.exp: Add test expectations.
10283
10284 2016-07-05 Yao Qi <yao.qi@linaro.org>
10285
10286 * gdb.mi/mi-reverse.exp: Match =record-started output.
10287
10288 2016-07-01 Pedro Alves <palves@redhat.com>
10289
10290 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10291 procedure.
10292 (jit_reader_test): Test the jit reader's unwinder.
10293 * gdb.base/jithost.c (jit_function_00_code): New global.
10294 (main): Use memcpy to fill in the mmapped code, instead of poking
10295 bytes manually here.
10296 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10297 value.
10298 (read_debug_info): Save the function's range.
10299 (read_sp): New function.
10300 (unwind_frame): Use it. Also unwind RBP.
10301 (get_frame_id): Use read_sp.
10302 (gdb_init_reader): Use calloc instead of malloc.
10303 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10304 parameter. Use gdb_test_multiple.
10305
10306 2016-07-01 Pedro Alves <palves@redhat.com>
10307 Antoine Tremblay <antoine.tremblay@ericsson.com>
10308
10309 * gdb.threads/process-dies-while-detaching.c: New file.
10310 * gdb.threads/process-dies-while-detaching.exp: New file.
10311
10312 2016-07-01 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.multi/watchpoint-multi-exit.c: New file.
10315 * gdb.multi/watchpoint-multi-exit.exp: New file.
10316
10317 2016-06-30 Pedro Alves <palves@redhat.com>
10318
10319 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10320 unset inferior_spawn_id.
10321
10322 2016-06-30 Pedro Alves <palves@redhat.com>
10323
10324 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10325 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10326
10327 2016-06-29 Yao Qi <yao.qi@linaro.org>
10328
10329 * gdb.base/return.c: Add copyright header.
10330
10331 2016-06-29 Tom Tromey <tom@tromey.com>
10332
10333 PR python/20129:
10334 * gdb.python/py-framefilter.exp: Add tests for setting priority
10335 and disabling of non-existent frame filter.
10336
10337 2016-06-29 Yao Qi <yao.qi@linaro.org>
10338
10339 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10340 0x0f07ff.
10341
10342 2016-06-28 Yao Qi <yao.qi@linaro.org>
10343
10344 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10345 triplets. Start gdb, execute catch syscall, and continue. Check
10346 gdb's output to determine catch syscall is supported.
10347
10348 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10349
10350 * gdb.rust/simple.rs: Add test for returning unit in a function.
10351 * gdb.rust/simple.exp: Add expectation for functions returning
10352 unit.
10353
10354 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10355
10356 * gdb.python/py-breakpoint-create-fail.c,
10357 gdb.python/py-breakpoint-create-fail.exp,
10358 gdb.python/py-breakpoint-create-fail.py: New testcase.
10359
10360 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10361
10362 PR gdb/20239
10363 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10364 * gdb.rust/simple.exp: Add test expectations for new NonZero
10365 tests.
10366
10367 2016-06-24 David Taylor <dtaylor@emc.com>
10368
10369 * gdb.base/offsets.exp: New file.
10370 * gdb.base/offsets.c: New file.
10371
10372 2016-06-23 Tom Tromey <tom@tromey.com>
10373
10374 PR gdb/16483:
10375 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10376 before any filters are loaded.
10377
10378 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10379
10380 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10381 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10382 structs.
10383 * gdb.fortran/derived-type-function.exp: New file.
10384 * gdb.fortran/derived-type-function.f90: New file.
10385
10386
10387 2016-06-21 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.base/new-ui.exp: New file.
10390 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10391 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10392 (with_spawn_id): New procedure.
10393
10394 2016-06-21 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.mi/mi-exec-run.exp: New file.
10397
10398 2016-06-21 Pedro Alves <palves@redhat.com>
10399
10400 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10401 breakpoint command's output on the main UI.
10402 (test_break): New procedure, factored out from calls in the top
10403 level.
10404 (top level): Use foreach_with_prefix to test MI as main UI and as
10405 separate UI.
10406
10407 2016-06-21 Pedro Alves <palves@redhat.com>
10408
10409 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10410 (test_awatch_creation_and_listing)
10411 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10412 Remove 'type' parameter.
10413 (test_watchpoint_all): New parameter mi_mode. Remove
10414 with_test_prefix.
10415 (top level): Use foreach_with_prefix, and add main/separate UI MI
10416 testing axis.
10417
10418 2016-06-21 Pedro Alves <palves@redhat.com>
10419
10420 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10421 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10422 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10423 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10424 (gdb_main_spawn_id, mi_spawn_id): Declare and
10425 comment.
10426 (mi_create_inferior_pty): New procedure,
10427 factored out from default_mi_gdb_start.
10428 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10429 procedures.
10430 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10431 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10432 Use mi_create_inferior_pty.
10433 (mi_gdb_start): Use eval to pass down args list.
10434
10435 2016-06-21 Pedro Alves <palves@redhat.com>
10436
10437 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10438 * gdb.opt/inline-cmds.exp: Add MI tests.
10439
10440 2016-06-21 Pedro Alves <palves@redhat.com>
10441
10442 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10443
10444 2016-06-21 Pedro Alves <palves@redhat.com>
10445
10446 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10447 (top level): Use it instead of mi_execute_to.
10448
10449 2016-06-21 Pedro Alves <palves@redhat.com>
10450
10451 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10452 (cont_handler_str): New.
10453 (signal_stop_handler): Set stop_handler_str instead of printing to
10454 stdout.
10455 (continue_handler): Set cont_handler_str instead of printing to
10456 stdout.
10457 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10458 mi_send_resuming_command. Print stop_handler_str and
10459 cont_handler_str instead of expecting the python events print
10460 directly.
10461
10462 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10463
10464 * gdb.base/jit-reader.exp: New file.
10465 * gdb.base/jithost.c: New file.
10466 * gdb.base/jithost.h: New file.
10467 * gdb.base/jitreader.c : New file.
10468 * gdb.base/jit-protocol.h: New file.
10469
10470 2016-06-17 Yao Qi <yao.qi@linaro.org>
10471
10472 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10473 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10474 and detach-on-fork. Adjust tests.
10475 (top level): Invoke break_cond_on_syscall with combinations of
10476 syscall, follow-fork-mode and detach-on-fork.
10477
10478 2016-06-17 Yao Qi <yao.qi@linaro.org>
10479
10480 * gdb.base/step-over-exit.c: New.
10481 * gdb.base/step-over-exit.exp: New.
10482
10483 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10484
10485 * gdb.base/float.exp: Add target check for nds32*-*-*.
10486 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10487
10488 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10489
10490 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10491 for unsupported target features.
10492 * gdb.base/call-rt-st.exp: Likewise.
10493 * gdb.base/call-sc.exp: Likewise.
10494 * gdb.base/call-signal-resume.exp: Likewise.
10495 * gdb.base/call-strs.exp: Likewise.
10496 * gdb.base/callexit.exp: Likewise.
10497 * gdb.base/callfuncs.exp: Likewise.
10498 * gdb.base/nodebug.exp: Likewise.
10499 * gdb.base/printcmds.exp: Likewise.
10500 * gdb.base/ptype.exp: Likewise.
10501 * gdb.base/structs.exp: Likewise.
10502 * gdb.base/unwindonsignal.exp: Likewise.
10503 * gdb.cp/gdb2495.exp: Likewise.
10504 * gdb.cp/templates.exp: Likewise.
10505 * gdb.cp/virtfunc.exp: Likewise.
10506 * gdb.threads/hand-call-in-threads.exp: Likewise.
10507 * gdb.threads/interrupted-hand-call.exp: Likewise.
10508 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10509
10510 2016-06-10 Tom Tromey <tom@tromey.com>
10511
10512 PR rust/20110:
10513 * gdb.rust/expr.exp: Add test for integer constant larger than
10514 i32.
10515
10516 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10517
10518 * gdb.fortran/nested-funcs.exp: New.
10519 * gdb.fortran/nested-funcs.f90: New.
10520
10521 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10522
10523 * gdb.base/examine-backward.c: New file.
10524 * gdb.base/examine-backward.exp: New file.
10525
10526 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10527
10528 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10529 matching.
10530
10531 2016-06-02 Tom Tromey <tom@tromey.com>
10532
10533 PR python/18984:
10534 * gdb.python/py-shared.exp: Add solib_name test.
10535
10536 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10537
10538 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10539
10540 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10541
10542 PR c++/19893
10543 * gdb.dwarf2/implref.exp: Rename to...
10544 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10545 * gdb.dwarf2/implref-array.c: New file.
10546 * gdb.dwarf2/implref-array.exp: Likewise.
10547 * gdb.dwarf2/implref-global.c: Likewise.
10548 * gdb.dwarf2/implref-global.exp: Likewise.
10549 * gdb.dwarf2/implref-struct.c: Likewise.
10550 * gdb.dwarf2/implref-struct.exp: Likewise.
10551
10552 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10553
10554 * gdb.trace/trace-condition.exp: Add 64bit tests.
10555
10556 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10557
10558 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10559 bits types.
10560 (main): Adapt to 8 to 64 bits types.
10561 * gdb.trace/trace-condition.exp: Add new tests.
10562
10563 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10564
10565 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10566
10567 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10568
10569 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10570 Move condition tests...
10571 * gdb.trace/trace-condition.exp: Here.
10572
10573 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10574
10575 * gdb.trace/trace-condition.exp: Add counter-case tests.
10576
10577 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10578
10579 PR c++/15231
10580 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10581 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10582
10583 2016-05-27 Pedro Alves <palves@redhat.com>
10584
10585 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10586 New procedure.
10587 (top level): Call it, and bail out of DejaGnu is known to be bad.
10588
10589 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10590
10591 * gdb.base/whatis.c: Extend the test case.
10592 * gdb.base/whatis.exp: Add additional tests.
10593
10594 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10595
10596 * gdb.fortran/type.f90: Add pointer variable.
10597 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10598
10599 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10600
10601 * gdb.fortran/vla-type.exp: Fix testcase name.
10602
10603 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10604
10605 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10606
10607 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10608
10609 * gdb.fortran/type.f90: Add nested structures.
10610 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10611 * gdb.fortran/derived-type.exp: Adapt expected output.
10612 * gdb.fortran/vla-type.exp: Adapt expected output.
10613
10614 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10615
10616 * gdb.fortran/whatis_type.exp: Adapt expected output.
10617
10618 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10619
10620 * gdb.fortran/print_type.exp: Fix expected output.
10621 * gdb.fortran/whatis_type.exp: Fix expected output.
10622
10623 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10624
10625 * gdb.fortran/whatis_type.exp: Use multi_line.
10626
10627 2016-05-24 Tom Tromey <tom@tromey.com>
10628
10629 PR python/17386:
10630 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10631 use value as an index.
10632
10633 2016-05-23 Tom Tromey <tom@tromey.com>
10634
10635 PR python/17981:
10636 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10637 no-breakpoint case.
10638
10639 2016-05-24 Pedro Alves <palves@redhat.com>
10640
10641 PR gdb/19828
10642 * gdb.threads/clone-attach-detach.c: New file.
10643 * gdb.threads/clone-attach-detach.exp: New file.
10644
10645 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10646
10647 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10648
10649 2016-05-23 Tom Tromey <tom@tromey.com>
10650
10651 PR python/19438, PR python/18393:
10652 * gdb.python/py-progspace.exp: Add "dir" test.
10653 * gdb.python/py-objfile.exp: Add "dir" test.
10654
10655 2016-05-23 Yao Qi <yao.qi@linaro.org>
10656
10657 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10658 * gdb.arch/thumb2-it.exp: Likewise.
10659
10660 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10661
10662 * gdb.mi/mi-threads-interrupt.c: New file.
10663 * gdb.mi/mi-threads-interrupt.exp: New file.
10664
10665 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10666
10667 PR gdb/18077
10668 * gdb.mi/mi-async-run.exp: New file.
10669 * gdb.mi/mi-async-run.c: New file.
10670
10671 2016-05-17 Tom Tromey <tom@tromey.com>
10672 Manish Goregaokar <manishsmail@gmail.com>
10673
10674 * lib/rust-support.exp: New file.
10675 * lib/gdb.exp (skip_rust_tests): New proc.
10676 (build_executable_from_specs): Handle rust.
10677 * lib/future.exp (gdb_find_rustc): New proc.
10678 (gdb_default_target_compile): Handle rust.
10679 * gdb.rust/expr.exp: New file.
10680 * gdb.rust/generics.exp: New file.
10681 * gdb.rust/generics.rs: New file.
10682 * gdb.rust/methods.exp: New file.
10683 * gdb.rust/methods.rs: New file.
10684 * gdb.rust/modules.exp: New file.
10685 * gdb.rust/modules.rs: New file.
10686 * gdb.rust/simple.exp: New file.
10687 * gdb.rust/simple.rs: New file.
10688
10689 2016-05-17 Tom Tromey <tom@tromey.com>
10690
10691 * gdb.base/default.exp (set language): Add rust.
10692
10693 2016-05-17 Tom Tromey <tom@tromey.com>
10694
10695 * gdb.gdb/unittest.exp: New file.
10696
10697 2016-05-16 Yao Qi <yao.qi@linaro.org>
10698
10699 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10700 shell_prompt. Update shell_prompt_re.
10701
10702 2016-05-12 Doug Evans <dje@google.com>
10703
10704 PR symtab/19999
10705 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10706 $options when building executable.
10707 * gdb.dwarf2/fission-loclists-pie.S: New file.
10708 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10709
10710 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10711
10712 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10713 of [is_remote target],
10714
10715 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10716
10717 * lib/gdb.exp (use_gdb_stub): New procedure.
10718
10719 2016-05-03 Yunlian Jiang <yunlian@google.com>
10720 Doug Evans <dje@google.com>
10721
10722 PR symtab/19914
10723 * gdb.dwarf2/dwp-sepdebug.c: New file.
10724 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10725
10726 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10727
10728 * gdb.base/detach.exp: Remove is_remote check.
10729
10730 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10731
10732 * gdb.base/annota-input-while-running.exp: Don't check for
10733 [is_remote target]. Enable annotations after running to main.
10734 Remove unused "set test..." line.
10735
10736 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10737
10738 * gdb.trace/trace-enable-disable.exp: New file.
10739 * gdb.trace/trace-enable-disable.c: New file.
10740
10741 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10742
10743 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10744 use it in info sharedlibrary test.
10745 * gdb.trace/ftrace-lock.exp: Likewise.
10746 * gdb.trace/ftrace.exp: Likewise.
10747 * gdb.trace/range-stepping.exp: Likewise.
10748 * gdb.trace/trace-break.exp: Likewise.
10749 * gdb.trace/trace-condition.exp: Likewise.
10750 * gdb.trace/trace-mt.exp: Likewise.
10751
10752 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10753
10754 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10755 (gdb_load_shlib): ... this.
10756 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10757 gdb_load_shlib.
10758 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10759 * gdb.base/ctxobj.exp: Likewise.
10760 * gdb.base/dprintf-pending.exp: Likewise.
10761 * gdb.base/dso2dso.exp: Likewise.
10762 * gdb.base/fixsection.exp: Likewise.
10763 * gdb.base/gcore-relro.exp: Likewise.
10764 * gdb.base/gdb1555.exp: Likewise.
10765 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10766 * gdb.base/gnu-ifunc.exp: Likewise.
10767 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10768 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10769 * gdb.base/pending.exp: Likewise.
10770 * gdb.base/print-file-var.exp: Likewise.
10771 * gdb.base/print-symbol-loading.exp: Likewise.
10772 * gdb.base/shlib-call.exp: Likewise.
10773 * gdb.base/shreloc.exp: Likewise.
10774 * gdb.base/so-impl-ld.exp: Likewise.
10775 * gdb.base/solib-disc.exp: Likewise.
10776 * gdb.base/solib-nodir.exp: Likewise.
10777 * gdb.base/solib-overlap.exp: Likewise.
10778 * gdb.base/solib-symbol.exp: Likewise.
10779 * gdb.base/solib-weak.exp (do_test): Likewise.
10780 * gdb.base/sym-file.exp: Likewise.
10781 * gdb.base/symtab-search-order.exp: Likewise.
10782 * gdb.base/type-opaque.exp: Likewise.
10783 * gdb.base/unload.exp: Likewise.
10784 * gdb.base/watchpoint-solib.exp: Likewise.
10785 * gdb.compile/compile.exp: Likewise.
10786 * gdb.cp/gdb2384.exp: Likewise.
10787 * gdb.cp/infcall-dlopen.exp: Likewise.
10788 * gdb.cp/re-set-overloaded.exp: Likewise.
10789 * gdb.fortran/library-module.exp: Likewise.
10790 * gdb.opt/solib-intra-step.exp: Likewise.
10791 * gdb.python/py-finish-breakpoint.exp: Likewise.
10792 * gdb.python/py-shared.exp: Likewise.
10793 * gdb.reverse/solib-precsave.exp: Likewise.
10794 * gdb.reverse/solib-reverse.exp: Likewise.
10795 * gdb.server/solib-list.exp: Likewise.
10796 * gdb.threads/dlopen-libpthread.exp: Likewise.
10797 * gdb.threads/tls-shared.exp: Likewise.
10798 * gdb.threads/tls-so_extern.exp: Likewise.
10799 * gdb.trace/change-loc.exp: Likewise.
10800 * gdb.trace/ftrace-lock.exp: Likewise.
10801 * gdb.trace/ftrace.exp: Likewise.
10802 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10803 * gdb.trace/pending.exp: Likewise.
10804 * gdb.trace/range-stepping.exp: Likewise.
10805 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10806 (strace_info_marker): Likewise.
10807 (strace_probe_marker): Likewise.
10808 (strace_trace_on_same_addr): Likewise.
10809 (strace_trace_on_diff_addr): Likewise.
10810 * gdb.trace/trace-break.exp: Likewise.
10811 * gdb.trace/trace-condition.exp: Likewise.
10812 * gdb.trace/trace-mt.exp: Likewise.
10813
10814 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10815
10816 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10817 result of gdb_remote_download.
10818 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10819 * gdb.base/dso2dso.exp: Likewise.
10820 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10821 * gdb.base/print-file-var.exp: Likewise.
10822 * gdb.base/shlib-call.exp: Likewise.
10823 * gdb.base/shreloc.exp: Likewise.
10824 * gdb.base/solib-overlap.exp: Likewise.
10825 * gdb.base/solib-weak.exp (do_test): Likewise.
10826 * gdb.base/unload.exp: Likewise.
10827
10828 2016-04-27 Yao Qi <yao.qi@linaro.org>
10829
10830 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10831 exists.
10832
10833 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10834
10835 * vla-type.exp: Print structure from toplevel.
10836
10837 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10838
10839 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10840 of dynamic types.
10841 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10842 of dynamic types.
10843
10844 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10845
10846 * gdb.fortran/vla-type.f90: New file.
10847 * gdb.fortran/vla-type.exp: New file.
10848
10849 2016-04-25 Yao Qi <yao.qi@linaro.org>
10850
10851 * gdb.base/branch-to-self.c: New file.
10852 * gdb.base/branch-to-self.exp: New file.
10853
10854 2016-04-22 Yao Qi <yao.qi@linaro.org>
10855
10856 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10857 more after $hex.
10858
10859 2016-04-22 Yao Qi <yao.qi@linaro.org>
10860
10861 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10862 * gdb.base/annota3.exp: Likewise.
10863
10864 2016-04-22 Yao Qi <yao.qi@linaro.org>
10865
10866 * gdb.reverse/step-precsave.exp: Do one step and test program
10867 stops in "callee" and do multiple steps until program goes out
10868 of "callee".
10869 * gdb.reverse/step-reverse.exp: Likewise.
10870
10871 2016-04-22 Yao Qi <yao.qi@linaro.org>
10872
10873 * gdb.trace/signal.exp: Also pass if
10874 $tracepoint_hits($i) > $iterations.
10875
10876 2016-04-22 Yao Qi <yao.qi@linaro.org>
10877
10878 * gdb.trace/signal.c: New file.
10879 * gdb.trace/signal.exp: New file.
10880
10881 2016-04-19 Doug Evans <xdje42@gmail.com>
10882
10883 * gdb.base/bad-file.exp: New file.
10884
10885 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10886
10887 * gdb.dwarf2/implref.exp: New file.
10888
10889 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10890
10891 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10892 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10893 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10894 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10895 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10896 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10897 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10898 * lib/fortran.exp (fortran_int4): New procedure.
10899 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10900 (fortran_logical4): Likewise.
10901
10902 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10903
10904 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10905
10906 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10907
10908 * lib/compiler.c: Add Intel specific preprocessor macros.
10909 * lib/compiler.cc: Likewise.
10910
10911 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10912
10913 * gdb.server/connect-with-no-symbol-file.c: New file.
10914 * gdb.server/connect-with-no-symbol-file.exp: New file.
10915
10916 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10917
10918 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10919
10920 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10921
10922 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10923 standard output directory.
10924
10925 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10926
10927 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10928
10929 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10930
10931 * gdb.btrace/instruction_history.c (loop): Add declaration.
10932
10933 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10934
10935 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10936
10937 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10938
10939 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10940 parentheses to print.
10941 (continue_handler): Likewise.
10942
10943 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10944
10945 * gdb.server/solib-list.exp: Remove is_remote check.
10946 Pass shlib= to gdb_compile. Don't link shared library with
10947 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10948 Run binary filename through "readlink -f" on the target.
10949
10950 2016-04-08 Pedro Alves <palves@redhat.com>
10951
10952 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10953 interpreter filename as argument to gdbserver_spawn.
10954 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10955 Return empty if $last_loaded_file does not exist.
10956
10957 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10958
10959 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10960 * gdb.base/jit-main.c: Use exit after usage.
10961
10962 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10963
10964 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10965 GDBHISTSIZE prior to the tests.
10966 * gdb.base/gdbinit-history.exp: Likewise.
10967
10968 2016-04-07 Pedro Alves <palves@redhat.com>
10969
10970 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10971 instead of build_executable. Use gdb_load_shlibs.
10972
10973 2016-04-07 Yao Qi <yao.qi@linaro.org>
10974
10975 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10976 Execute "si" command.
10977
10978 2016-04-07 Yao Qi <yao.qi@linaro.org>
10979
10980 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10981 number instead of the comments on some line.
10982
10983 2016-04-06 Don Breazeal <donb@codesourcery.com>
10984
10985 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10986 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10987
10988 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10989
10990 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10991 standard_output_file. Remove unused binfile variable.
10992
10993 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10994
10995 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10996 * gdb.python/py-mi-objfile.exp: Match "list main" output
10997 in console format.
10998
10999 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11000
11001 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11002 absolute.
11003
11004 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11005
11006 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11007 absolute.
11008 * gdb.trace/ftrace.exp: Likewise.
11009 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11010 targets as well.
11011 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11012 (gdb_load_shlibs): Copy libraries to test directory when testing
11013 natively. Only set solib-search-path if testing remotely.
11014 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11015
11016 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11017
11018 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11019 gdb_download. Use it even if the target is not remote.
11020 * gdb.base/jit.exp (compile_jit_test): Likewise.
11021 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11022 output directory if the destination board is local, otherwise use
11023 the standard remote_download from DejaGnu.
11024 (gdb_download): Remove.
11025 (gdb_load_shlibs): Use gdb_remote_download instead of
11026 gdb_download.
11027 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11028 Use gdb_remote_download instead of gdb_download. Use it even if
11029 the target is not remote.
11030 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11031 instead of gdb_download.
11032
11033 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11034
11035 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11036 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11037 run.
11038
11039 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11040
11041 PR gdb/19820
11042 * gdb.base/printcmds.exp: Add artificial arrays tests.
11043
11044 2016-03-31 Pedro Alves <palves@redhat.com>
11045
11046 PR gdb/19858
11047 * gdb.base/jit-main.c: Include unistd.h.
11048 (ATTACH): Define to 0 if not already defined.
11049 (wait_for_gdb, mypid): New globals.
11050 (WAIT_FOR_GDB): New macro.
11051 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11052 some breakpoint locations.
11053 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11054 New procedures.
11055 (one_jit_test): Add REATTACH parameter, and handle it. Use
11056 continue_to_test_location.
11057 (top level): Test attach, and adjusts calls to one_jit_test.
11058
11059 2016-03-31 Pedro Alves <palves@redhat.com>
11060
11061 PR gdb/19858
11062 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11063 BINSUFFIX parameter, and handle it.
11064 (top level): Adjust calls compile_jit_test.
11065
11066 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11067
11068 PR python/19743
11069 * gdb.python/py-mi-events-gdb.py: New file.
11070 * gdb.python/py-mi-events.c: New file.
11071 * gdb.python/py-mi-events.exp: New file.
11072
11073 2016-03-30 Yao Qi <yao.qi@linaro.org>
11074
11075 * gdb.reverse/until-precsave.exp: Match function name only.
11076 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11077 Move malloc to a condition block.
11078 * gdb.reverse/until-reverse.exp: Match function name only.
11079
11080 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11081
11082 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11083 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11084 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11085 variable for GPR 0 instead of assuming it is register 0.
11086 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11087 * lib/trace-support.exp: Add s390 registers.
11088
11089 2016-03-29 Yao Qi <yao.qi@linaro.org>
11090
11091 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11092
11093 2016-03-24 Yao Qi <yao.qi@linaro.org>
11094
11095 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11096 test message.
11097
11098 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11099
11100 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11101 maintaining separate logic for constructing the output path.
11102
11103 2016-03-16 Don Breazeal <donb@codesourcery.com>
11104
11105 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11106 Retry fork and waitpid on interrupted system call errors.
11107 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11108 Use with_timeout_factor to increase timeout by factor of 10.
11109
11110 2016-03-15 Don Breazeal <donb@codesourcery.com>
11111
11112 * gdb.cp/scope-err.cc: New test program.
11113 * gdb.cp/scope-err.exp: New test script.
11114 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11115 lines and "set breakpoint here" comment.
11116 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11117 Fixed some whitespace and format issues.
11118 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11119 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11120
11121 2016-03-15 Doug Evans <dje@google.com>
11122
11123 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11124 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11125 All callers updated. Add tests for enums, mixed flags register.
11126
11127 2016-03-15 Doug Evans <dje@google.com>
11128
11129 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11130 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11131
11132 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11133
11134 * gdb.base/default.exp: Add $_as_string to the list of expected
11135 convenience functions.
11136
11137 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11138
11139 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11140
11141 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11142
11143 * gdb.python/py-as-string.exp: New file.
11144 * gdb.python/py-as-string.c: New file.
11145
11146 2016-03-09 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11149 signal" -> "Thread NN received signal" output change.
11150 * gdb.threads/ia64-sigill.exp: Likewise.
11151 * gdb.threads/linux-dp.exp: Likewise.
11152 * gdb.threads/manythreads.exp: Likewise.
11153 * gdb.threads/pending-step.exp: Likewise.
11154 * gdb.threads/print-threads.exp: Likewise.
11155 * gdb.threads/sigstep-threads.exp: Likewise.
11156 * gdb.threads/staticthreads.exp: Likewise.
11157 * gdb.threads/tls.exp: Likewise.
11158
11159 2016-03-09 Pedro Alves <palves@redhat.com>
11160
11161 * gdb.base/command-line-input.exp: New file.
11162
11163 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11164
11165 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11166 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11167 * gdb.trace/pending.exp: Accept leading dot before function name.
11168 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11169 * lib/trace-support.exp: Set registers for ppc.
11170
11171 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11172
11173 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11174 use it for disassembly; accept .main in addition to main in backtrace.
11175
11176 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11177 Marcin Kościelnicki <koriakin@0x04.net>
11178
11179 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11180 (gdb_recursion_test_ptr): New global variable.
11181 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11182 gdb_recursion_test.
11183 (gdb_c_test): Ditto.
11184
11185 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11186
11187 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11188 ordering.
11189
11190 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11191
11192 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11193 (bar): Add bar_start_lbl label.
11194 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11195 of foo/bar for emitting DWARF and tracing.
11196
11197 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11198
11199 * analyze-racy-logs.py: Set executable bit.
11200
11201 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11202
11203 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11204 (CHECK_TARGET_TMP): Likewise.
11205 (check-single-racy): New rule.
11206 (check-parallel-racy): Likewise.
11207 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11208 (do-check-parallel-racy): New rule.
11209 (check-racy/%.exp): Likewise.
11210 * README (Racy testcases): New section.
11211 * analyze-racy-logs.py: New file.
11212
11213 2016-03-03 Doug Evans <dje@google.com>
11214
11215 * gdb.base/skip.exp: Use with_test_prefix.
11216
11217 2016-03-03 Yao Qi <yao.qi@linaro.org>
11218
11219 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11220 Invoke step_over_syscall "clone" and break_cond_on_syscall
11221 "clone".
11222 * gdb.base/step-over-clone.c: New file.
11223
11224 2016-03-03 Yao Qi <yao.qi@linaro.org>
11225
11226 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11227 code format.
11228
11229 2016-03-03 Yao Qi <yao.qi@linaro.org>
11230
11231 * gdb.base/disp-step-fork.c: Rename to ...
11232 * gdb.base/step-over-fork.c: ... it. New file.
11233 * gdb.base/disp-step-vfork.c: Rename to ...
11234 * gdb.base/step-over-vfork.c: ... it. New file.
11235 * gdb.base/disp-step-syscall.exp: Rename to ...
11236 * gdb.base/step-over-syscall.exp: ... it. New file.
11237 (disp_step_cross_syscall): Rename to ...
11238 (step_over_syscall): ... it.
11239
11240 2016-03-03 Yao Qi <yao.qi@linaro.org>
11241
11242 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11243 If target supports condition evaluation on target, invoke
11244 break_cond_on_syscall for fork and vfork.
11245
11246 2016-03-03 Yao Qi <yao.qi@linaro.org>
11247
11248 * gdb.base/disp-step-syscall.exp: Don't invoke
11249 support_displaced_stepping.
11250 (disp_step_cross_syscall): Test with displaced stepping off and
11251 on if supported.
11252
11253 2016-03-03 Yao Qi <yao.qi@linaro.org>
11254
11255 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11256 proc.
11257 (setup): New proc.
11258 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11259 and setup.
11260
11261 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11262
11263 * gdb.fortran/vla-history.exp: Remove breakpoint.
11264
11265 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11266
11267 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11268 exceeds timeout.
11269
11270 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11271
11272 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11273 breakpoint.
11274
11275 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11276
11277 * gdb.mi/vla.f90: Nullify pointer after declaration.
11278
11279 2016-03-01 Pedro Alves <palves@redhat.com>
11280
11281 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11282
11283 2016-03-01 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11286 before anything else.
11287 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11288 _GNU_SOURCE here.
11289 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11290 before anything else.
11291 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11292
11293 2016-03-01 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11296
11297 2016-03-01 Yao Qi <yao.qi@linaro.org>
11298
11299 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11300 prepare_for_testing.
11301
11302 2016-03-01 Yao Qi <yao.qi@linaro.org>
11303
11304 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11305
11306 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11307
11308 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11309 manually constructing the output path.
11310
11311 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11312
11313 * gdb.arch/s390-stackless.S: New.
11314 * gdb.arch/s390-stackless.exp: New.
11315
11316 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11317
11318 * gdb.dlang/circular.c: New file.
11319 * gdb.dlang/circular.exp: New file.
11320
11321 2016-02-26 Yao Qi <yao.qi@linaro.org>
11322
11323 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11324 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11325 (testcases): Update.
11326
11327 2016-02-26 Yao Qi <yao.qi@linaro.org>
11328
11329 * gdb.reverse/aarch64.c: Rename to ...
11330 * gdb.reverse/insn-reverse.c: ... it.
11331 * gdb.reverse/aarch64.exp: Rename to ...
11332 * gdb.reverse/insn-reverse.exp: ... it.
11333
11334 2016-02-26 Yao Qi <yao.qi@linaro.org>
11335
11336 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11337 (testcase_ftype): New.
11338 (testcases): New array.
11339 (n_testcases): New.
11340 (main): Call each element in testcases.
11341 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11342 (read_testcase): New.
11343 Do the tests in a loop.
11344
11345 2016-02-25 Yao Qi <yao.qi@linaro.org>
11346
11347 * gdb.base/branches.c: Remove.
11348
11349 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11350
11351 PR gdb/13808
11352 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11353
11354 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11355
11356 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11357
11358 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11359
11360 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11361 change x86_64 call_insn to 'callq'.
11362
11363 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11364
11365 * gdb.trace/tfile-avx.c: Move to...
11366 * gdb.trace/tracefile-pseudo-reg.c: Here.
11367 * gdb.trace/tfile-avx.exp: Move to...
11368 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11369
11370 2016-02-24 Gary Benson <gbenson@redhat.com>
11371
11372 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11373 message on attach.
11374
11375 2016-02-23 Doug Evans <dje@google.com>
11376
11377 * gdb.base/skip.c (test_skip): New function.
11378 (end_test_skip_file_and_function): New function.
11379 (test_skip_file_and_function): New function.
11380 * gdb.base/skip1.c (test_skip): New function.
11381 (skip1_test_skip_file_and_function): New function.
11382 * gdb.base/skip.exp: Add tests for new skip options.
11383 * gdb.base/skip-solib.exp: Update expected output.
11384 * gdb.perf/skip-command.cc: New file.
11385 * gdb.perf/skip-command.exp: New file.
11386 * gdb.perf/skip-command.py: New file.
11387
11388 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11389
11390 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11391 info registers pattern.
11392
11393 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11394
11395 * lib/future.exp: Add D support.
11396 (gdb_find_gdc): New proc.
11397 (gdb_default_target_compile): Add D support.
11398
11399 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11400
11401 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11402 user+system time.
11403 (trace_speed_test): Determine the iteration count for a time
11404 between 15..30 seconds.
11405
11406 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11407
11408 * gdb.arch/i386-mpx-sigsegv.c: New file.
11409 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11410 * gdb.arch/i386-mpx-simple_segv.c: New file.
11411 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11412
11413 2016-02-18 Yao Qi <yao.qi@linaro.org>
11414
11415 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11416 Don't call setup_kfail.
11417
11418 2016-02-18 Yao Qi <yao.qi@linaro.org>
11419
11420 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11421 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11422
11423 2016-02-16 Doug Evans <dje@google.com>
11424
11425 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11426 * gdb.base/skip1.c: Ditto.
11427 * gdb.base/skip.exp: Whitespace cleanup.
11428
11429 2016-02-16 Don Breazeal <donb@codesourcery.com>
11430
11431 PR remote/19496
11432 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11433 Remove kfail for PR remote/19496.
11434
11435 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11436
11437 * lib/gdb.exp (standard_temp_file): Return a path specific to
11438 the runtest invocation.
11439
11440 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11441
11442 * gdb.trace/save-trace.exp: Change relative path to be in the
11443 standard output directory.
11444
11445 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11446
11447 * gdb.arch/i386-prologue.c: Add missing prototypes.
11448
11449 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11450
11451 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11452 * gdb.arch/i386-prologue.exp: Likewise.
11453 * gdb.arch/i386-size.exp: Likewise.
11454
11455 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11456
11457 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11458 define object file path.
11459 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11460 file path.
11461 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11462 standard_output_file to define binfile.
11463
11464 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11465
11466 Fix compatibility with recent gfortran-5.3.1.
11467 * gdb.fortran/vla-history.exp (print vla1 allocated)
11468 (print vla2 allocated, print $2, print $3): Remove
11469 (print $4): Rename to ...
11470 (print $2): ... here.
11471 (print $9): Rename to ...
11472 (print $5): ... here.
11473 (print $10): Rename to ...
11474 (print $6): ... here.
11475 * gdb.fortran/vla.f90: Add pvla initialization.
11476
11477 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11478
11479 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11480 New test.
11481 * gdb.fortran/vla-value-sub.exp: Likewise.
11482
11483 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11484
11485 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11486
11487 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11488
11489 * i386-biarch-core.exp: Define corefile using
11490 standard_output_file.
11491
11492 2016-02-12 Yao Qi <yao.qi@linaro.org>
11493
11494 * gdb.arch/arm-single-step-kernel-helper.c: New.
11495 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11496
11497 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11498
11499 * gdb.btrace/tailcall-only.exp: New.
11500 * gdb.btrace/tailcall-only.c: New.
11501 * gdb.btrace/x86_64-tailcall-only.S: New.
11502 * gdb.btrace/i686-tailcall-only.S: New.
11503
11504 2016-02-11 Pedro Alves <palves@redhat.com>
11505
11506 * README (Parallel testing): Add missing double quotes.
11507
11508 2016-02-11 Pedro Alves <palves@redhat.com>
11509
11510 * README (Parallel testing): New section.
11511 (GDB_PARALLEL): Rewrite.
11512 (FORCE_PARALLEL): Document.
11513
11514 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11515
11516 * gdb.trace/tfile-avx.c: New test.
11517 * gdb.trace/tfile-avx.exp: New test.
11518
11519 2016-02-09 Keith Seitz <keiths@redhat.com>
11520
11521 PR breakpoints/19546
11522 * gdb.base/infcall-exec.c: New file.
11523 * gdb.base/infcall-exec2.c: New file.
11524 * gdb.base/infcall-exec.exp: New file.
11525
11526 2016-02-09 Keith Seitz <keiths@redhat.com>
11527
11528 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11529 (toplevel): Call test_bkpt_address.
11530
11531 2016-02-09 Keith Seitz <keiths@redhat.com>
11532
11533 PR python/19506
11534 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11535 (toplevel): Call test_bkpt_address.
11536
11537 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11538
11539 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11540 to AC_OUTPUT.
11541 * configure: Regenerate.
11542
11543 2016-02-09 Pedro Alves <palves@redhat.com>
11544
11545 PR breakpoints/19548
11546 * gdb.base/execl-update-breakpoints.c (some_function): New
11547 function.
11548 (main): Call it.
11549 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11550 Tighten expected GDB output.
11551
11552 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11553
11554 * Makefile.in (ALL_SUBDIRS): Remove.
11555 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11556 (distclean maintainer-clean realclean): Likewise.
11557 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11558 * configure: Regenerate.
11559 * gdb.ada/Makefile.in: Delete.
11560 * gdb.arch/Makefile.in: Likewise.
11561 * gdb.asm/Makefile.in: Likewise.
11562 * gdb.base/Makefile.in: Likewise.
11563 * gdb.btrace/Makefile.in: Likewise.
11564 * gdb.cell/Makefile.in: Likewise.
11565 * gdb.compile/Makefile.in: Likewise.
11566 * gdb.cp/Makefile.in: Likewise.
11567 * gdb.disasm/Makefile.in: Likewise.
11568 * gdb.dlang/Makefile.in: Likewise.
11569 * gdb.dwarf2/Makefile.in: Likewise.
11570 * gdb.fortran/Makefile.in: Likewise.
11571 * gdb.gdb/Makefile.in: Likewise.
11572 * gdb.go/Makefile.in: Likewise.
11573 * gdb.guile/Makefile.in: Likewise.
11574 * gdb.java/Makefile.in: Likewise.
11575 * gdb.linespec/Makefile.in: Likewise.
11576 * gdb.mi/Makefile.in: Likewise.
11577 * gdb.modula2/Makefile.in: Likewise.
11578 * gdb.multi/Makefile.in: Likewise.
11579 * gdb.objc/Makefile.in: Likewise.
11580 * gdb.opencl/Makefile.in: Likewise.
11581 * gdb.opt/Makefile.in: Likewise.
11582 * gdb.pascal/Makefile.in: Likewise.
11583 * gdb.perf/Makefile.in: Likewise.
11584 * gdb.python/Makefile.in: Likewise.
11585 * gdb.reverse/Makefile.in: Likewise.
11586 * gdb.server/Makefile.in: Likewise.
11587 * gdb.stabs/Makefile.in: Likewise.
11588 * gdb.threads/Makefile.in: Likewise.
11589 * gdb.trace/Makefile.in: Likewise.
11590 * gdb.xml/Makefile.in: Likewise.
11591 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11592 GDB_PARALLEL.
11593 (standard_output_file): Remove check for GDB_PARALLEL, always
11594 return path in outputs/$subdir/$testname.
11595
11596 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11597
11598 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11599 (site.exp): Assign abs_srcdir to tcl's srcdir.
11600
11601 2016-02-04 Yao Qi <yao.qi@linaro.org>
11602
11603 * gdb.base/foll-exec-mode.c: Include limits.h.
11604 (main): Add parameters argc and argv. Get directory from
11605 argv[0].
11606 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11607 compilation.
11608 * gdb.base/foll-exec.c: Include limits.h.
11609 (main): Add parameters argc and argv.
11610 Get directory from argv[0].
11611 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11612 Adjust tests on the number of lines as source code changed.
11613 * gdb.base/foll-vfork-exit.c: Include limits.h.
11614 (main): Add one line of statement before vfork.
11615 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11616 (main): Add parameters argc and argv. Get directory from
11617 argv[0].
11618 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11619 (setup_gdb): Set tbreak to skip some source lines.
11620 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11621 (main): Add parameters argc and argv. Get directory from
11622 argv[0].
11623 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11624 compilation.
11625 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11626 (main): Add parameters argc and argv. Get directory from
11627 argv[0].
11628 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11629 compilation.
11630
11631 2016-02-01 Doug Evans <dje@google.com>
11632
11633 * gdb.base/skip.exp: Clean up multiple references to same test name.
11634
11635 2016-02-01 Pedro Alves <palves@redhat.com>
11636
11637 PR remote/19496
11638 * gdb.threads/forking-threads-plus-breakpoint.exp
11639 (displaced_stepping_supported): New global.
11640 (probe_displaced_stepping_support): New procedure.
11641 (do_test): Add 'displaced' parameter, and use it.
11642 (top level): Check for displaced stepping support. Add displaced
11643 stepping on/off testing axis.
11644
11645 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11646
11647 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11648 pointer. Don't perform further tests on the unassociated pointer
11649 if the first test fails.
11650
11651 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11652
11653 * gdb.base/max-value-size.c: New file.
11654 * gdb.base/max-value-size.exp: New file.
11655 * gdb.base/huge.exp: Disable max-value-size for this test.
11656
11657 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11658
11659 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11660
11661 2016-01-28 Yao Qi <yao.qi@linaro.org>
11662
11663 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11664
11665 2016-01-25 Pedro Alves <palves@redhat.com>
11666
11667 PR threads/19461
11668 * gdb.base/fork-running-state.c: New file.
11669 * gdb.base/fork-running-state.exp: New file.
11670
11671 2016-01-25 Pedro Alves <palves@redhat.com>
11672
11673 PR gdb/19494
11674 * gdb.base/catch-fork-kill.c: New file.
11675 * gdb.base/catch-fork-kill.exp: New file.
11676
11677 2016-01-25 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11680 Delete, moved to lib/gdb.exp.
11681 * gdb.threads/forking-threads-plus-breakpoint.exp
11682 (foreach_with_prefix): Likewise.
11683 * gdb.threads/process-dies-while-handling-bp.exp
11684 (foreach_with_prefix): Likewise.
11685 * lib/gdb.exp (foreach_with_prefix): New procedure.
11686
11687 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11688
11689 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11690 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11691
11692 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11693
11694 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11695 endian targets.
11696
11697 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11698 Pedro Alves <palves@redhat.com>
11699
11700 Fix testsuite compatibility with Guile.
11701 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11702 number.
11703
11704 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11705
11706 Fix testsuite compatibility with Guile.
11707 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11708 (thread 1): New test for backtrace through signal handler.
11709
11710 2016-01-22 Yao Qi <yao.qi@linaro.org>
11711
11712 PR testsuite/19491
11713 * gdb.base/multi-forks.c: Include
11714 ../lib/unbuffer_output.c
11715 (main): Call gdb_unbuffer_output.
11716
11717 2016-01-21 Doug Evans <dje@google.com>
11718
11719 * lib/ada.exp (gdb_compile_ada): Fix typo.
11720
11721 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11722
11723 * gdb.base/break-fun-addr.exp: New file.
11724 * gdb.base/break-fun-addr1.c: New file.
11725 * gdb.base/break-fun-addr2.c: New file.
11726
11727 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11728
11729 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11730 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11731 enum flag values.
11732
11733 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11734
11735 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11736 when GDB can not set the vector return value. Add more comments
11737 for clarification.
11738
11739 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11740
11741 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11742 command.
11743
11744 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11747
11748 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11749
11750 * Makefile.in (check-single): Pass --status to runtest.
11751 (check/%.exp): Likewise.
11752
11753 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11754
11755 * Makefile.in (check-parallel): Propagate return code from make
11756 do-check-parallel.
11757
11758 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11759
11760 * gdb.trace/ftrace.exp: Fix expected message on continue.
11761 * gdb.trace/pending.exp: Fix expected message on continue.
11762 * gdb.trace/trace-break.exp: Fix expected message on continue.
11763
11764 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11765
11766 * lib/gdb.exp (gdb_test): Remove unused global references.
11767
11768 2016-01-18 Pedro Alves <palves@redhat.com>
11769
11770 * gdb.base/async-shell.exp: Adjust expected output.
11771 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11772 * gdb.base/siginfo-thread.exp: Adjust expected output.
11773 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11774 * gdb.java/jnpe.exp: Adjust expected output.
11775 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11776 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11777 * gdb.threads/leader-exit.exp: Adjust expected output.
11778 * gdb.threads/manythreads.exp: Adjust expected output.
11779 * gdb.threads/pthreads.exp: Adjust expected output.
11780 * gdb.threads/schedlock.exp: Adjust expected output.
11781 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11782 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11783 expected output.
11784 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11785 output.
11786 * gdb.threads/sigthread.exp: Adjust expected output.
11787 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11788
11789 2016-01-18 Yao Qi <yao.qi@linaro.org>
11790
11791 * gdb.guile/scm-section-script.c: Replace @progbits with
11792 %progbits.
11793 * gdb.python/py-section-script.c: Likewise.
11794
11795 2016-01-15 Pedro Alves <palves@redhat.com>
11796
11797 * gdb.multi/tids.exp: Test star wildcard ranges.
11798
11799 2016-01-15 Pedro Alves <palves@redhat.com>
11800
11801 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11802 command from "thread apply" invocation.
11803 (thr_apply_info_thr_invalid): Default the expected output to the
11804 input tid list.
11805 (top level): Add tests that use convenience variables. Add tests
11806 for "thread apply" with a valid TID list, but missing the command.
11807
11808 2016-01-13 Pedro Alves <palves@redhat.com>
11809
11810 * gdb.base/default.exp: Expect $_gthread as well.
11811 * gdb.multi/tids.exp: Test $_gthread.
11812 * gdb.threads/thread-specific.exp: Test $_gthread.
11813
11814 2016-01-13 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.multi/tids.exp: Test "info threads -gid".
11817
11818 2016-01-13 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11821 Breakpoint.thread.
11822 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11823
11824 2016-01-07 Pedro Alves <palves@redhat.com>
11825
11826 * gdb.base/break.exp: Adjust to output changes.
11827 * gdb.base/hbreak2.exp: Likewise.
11828 * gdb.base/sepdebug.exp: Likewise.
11829 * gdb.base/watch_thread_num.exp: Likewise.
11830 * gdb.linespec/keywords.exp: Likewise.
11831 * gdb.multi/info-threads.exp: Likewise.
11832 * gdb.threads/thread-find.exp: Likewise.
11833 * gdb.multi/tids.c: New file.
11834 * gdb.multi/tids.exp: New file.
11835
11836 2016-01-13 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11839
11840 2016-01-13 Pedro Alves <palves@redhat.com>
11841
11842 * gdb.base/default.exp: Expect $_inferior as well.
11843 * gdb.multi/base.exp: Test $_inferior.
11844
11845 2016-01-13 Pedro Alves <palves@redhat.com>
11846
11847 PR breakpoints/19388
11848 * gdb.base/catch-signal-siginfo-cond.c: New file.
11849 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11850
11851 2016-01-12 Josh Stone <jistone@redhat.com>
11852 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11853
11854 * gdb.base/catch-syscall.c (do_execve): New variable.
11855 (main): Conditionally trigger an execve.
11856 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11857 (test_catch_syscall_execve): New, check entry/return across execve.
11858 (do_syscall_tests): Call test_catch_syscall_execve.
11859
11860 2016-01-12 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.base/random-signal.exp (do_test): New procedure, with body
11863 of testcase moved in.
11864
11865 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11866 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.base/funcargs.exp (finish from indirectly called function):
11869 Reintroduce the case for 'First'.
11870
11871 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11872 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11875 (tcatch_vfork_then_child_follow_exec)
11876 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11877 identification.
11878
11879 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11880
11881 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11882 and repeats to unlimited.
11883 * gdb.python/py-value.exp: Likewise.
11884 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11885 and repeats to unlimited.
11886
11887 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11888
11889 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11890 and reordering the functions.
11891 * gdb.multi/hangout.c: Likewise.
11892 * gdb.multi/hello.c: Likewise.
11893
11894 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11895
11896 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11897 absolute.
11898 (SingleStatisticTestResult.report): Use dict.keys instead of
11899 dict.iterkeys.
11900
11901 2016-01-06 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11904
11905 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11906
11907 * gdb.btrace/dlopen.exp: New.
11908 * gdb.btrace/dlopen.c: New.
11909 * gdb.btrace/dlopen-dso.c: New.
11910
11911 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11912
11913 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11914 PATTERN argument is optional.
11915
11916 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11917
11918 * lib/ada.exp (target_compile_ada_from_dir): New function.
11919 (gdb_compile_ada): Reimplement avoiding the use of project files.
11920 * gdb.ada/gnat_ada.gpr: Delete.
11921 * gdb.ada/cond_lang.exp: Adjust test to make path before
11922 filename optional.
11923 * gdb.ada/small_reg_param.exp: Likewise.
11924
11925 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11926
11927 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11928
11929 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11930
11931 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11932 case.
11933
11934 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11935
11936 * gdb.base/break.exp: Remove dead code.
11937 * gdb.base/sepdebug.exp: Likewise.
11938
11939 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11940
11941 * gdb.asm/asm-source.exp: Remove HP-UX references.
11942 * gdb.base/annota1.exp: Likewise.
11943 * gdb.base/annota3.exp: Likewise.
11944 * gdb.base/attach.exp: Likewise.
11945 * gdb.base/bigcore.exp: Likewise.
11946 * gdb.base/break.exp: Likewise.
11947 * gdb.base/call-ar-st.exp: Likewise.
11948 * gdb.base/callfuncs.exp: Likewise.
11949 * gdb.base/catch-fork-static.exp: Likewise.
11950 * gdb.base/display.exp: Likewise.
11951 * gdb.base/foll-exec-mode.exp: Likewise.
11952 * gdb.base/foll-exec.exp: Likewise.
11953 * gdb.base/foll-fork.exp: Likewise.
11954 * gdb.base/foll-vfork.exp: Likewise.
11955 * gdb.base/funcargs.exp: Likewise.
11956 * gdb.base/hbreak2.exp: Likewise.
11957 * gdb.base/inferior-died.exp: Likewise.
11958 * gdb.base/interrupt.exp: Likewise.
11959 * gdb.base/multi-forks.exp: Likewise.
11960 * gdb.base/nodebug.exp: Likewise.
11961 * gdb.base/sepdebug.exp: Likewise.
11962 * gdb.base/solib1.c: Likewise.
11963 * gdb.base/step-test.exp: Likewise.
11964 * gdb.mi/non-stop.c: Likewise.
11965 * gdb.mi/pthreads.c: Likewise.
11966 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11967 * gdb.threads/pthreads.c: Likewise.
11968 * gdb.threads/staticthreads.exp: Likewise.
11969 * lib/future.exp: Likewise.
11970 * lib/gdb.exp: Likewise.
11971 * gdb.base/so-indr-cl.c: Remove.
11972 * gdb.base/so-indr-cl.exp: Likewise.
11973 * gdb.base/solib.c: Likewise.
11974 * gdb.base/solib.exp: Likewise.
11975 * gdb.base/solib2.c: Likewise.
11976
11977 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11978
11979 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11980 * gdb.base/call-ar-st.exp: Likewise.
11981 * gdb.base/callfuncs.exp: Likewise.
11982 * gdb.base/condbreak.exp: Likewise.
11983 * gdb.base/constvars.exp: Likewise.
11984 * gdb.base/hbreak2.exp: Likewise.
11985 * gdb.base/langs.exp: Likewise.
11986 * gdb.base/list.exp: Likewise.
11987 * gdb.base/long_long.exp: Likewise.
11988 * gdb.base/ptype.exp: Likewise.
11989 * gdb.base/scope.exp: Likewise.
11990 * gdb.base/signals.exp: Likewise.
11991 * gdb.base/so-impl-ld.exp: Likewise.
11992 * gdb.base/varargs.exp: Likewise.
11993 * gdb.base/volatile.exp: Likewise.
11994 * gdb.base/whatis.exp: Likewise.
11995 * gdb.cp/cplusfuncs.exp: Likewise.
11996 * gdb.cp/inherit.exp: Likewise.
11997 * gdb.cp/local.exp: Likewise.
11998 * gdb.cp/member-ptr.exp: Likewise.
11999 * gdb.cp/method.exp: Likewise.
12000 * gdb.cp/overload.exp: Likewise.
12001 * gdb.cp/templates.exp: Likewise.
12002 * gdb.stabs/weird.exp: Likewise.
12003 * lib/compiler.c: Likewise.
12004 * lib/compiler.cc: Likewise.
12005 * lib/cp-support.exp: Likewise.
12006 * lib/gdb.exp: Likewise.
12007
12008 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12009
12010 * configure.ac: Remove HP-UX case.
12011 * configure: Regenerate.
12012
12013 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12014
12015 * lib/gdb.exp (gdb_compile): Add function doc.
12016
12017 2015-12-17 Pedro Alves <palves@redhat.com>
12018
12019 PR threads/19354
12020 * gdb.multi/info-threads.exp: New file.
12021
12022 2015-12-15 Yao Qi <yao.qi@linaro.org>
12023
12024 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12025 is aarch64*-*-*.
12026
12027 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12028
12029 * gdb.base/history-duplicates.exp: Skip if no readline support.
12030
12031 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12032
12033 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12034
12035 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12036
12037 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12038
12039 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12040
12041 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12042 ctrl-C if nointerrupts target property is set.
12043 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12044 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12045 * gdb.base/paginate-bg-execution.exp: Likewise.
12046 * gdb.base/paginate-execution-startup.exp: Likewise.
12047 * gdb.base/random-signal.exp: Likewise.
12048 * gdb.base/range-stepping.exp: Likewise.
12049 * gdb.cp/annota2.exp: Likewise.
12050 * gdb.cp/annota3.exp: Likewise.
12051 * gdb.gdb/selftest.exp: Likewise.
12052 * gdb.threads/continue-pending-status.exp: Likewise.
12053 * gdb.threads/leader-exit.exp: Likewise.
12054 * gdb.threads/manythreads.exp: Likewise.
12055 * gdb.threads/pthreads.exp: Likewise.
12056 * gdb.threads/schedlock.exp: Likewise.
12057 * gdb.threads/sigthread.exp: Likewise.
12058
12059 2015-12-11 Don Breazeal <donb@codesourcery.com>
12060
12061 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12062 remote.
12063 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12064 * gdb.base/foll-exec.exp (main): Enable for target remote.
12065 * gdb.base/foll-fork.exp (main): Likewise.
12066 * gdb.base/foll-vfork.exp (main): Likewise.
12067 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12068 (proc continue_to_exit_bp_loc): Use clean_restart.
12069 * gdb.base/pie-execl.exp (main): Disable for target remote.
12070 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12071 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12072 * gdb.threads/execl.exp (main): Likewise.
12073 * gdb.threads/fork-child-threads.exp (main): Likewise.
12074 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12075 remote.
12076 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12077 remote.
12078 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12079 pid.tid style ptids, instead of just tid.
12080 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12081 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12082 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12083 ptids, instead of just tid.
12084
12085 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12086
12087 * gdb.base/list.exp (test_list_forward): Add end of file error
12088 test.
12089 (test_repeat_list_command): Add end of file error test.
12090 (test_list_backwards): Add beginning of file error test.
12091
12092 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12093
12094 * gdb.base/list.exp (test_list_invalid_args): New function,
12095 defined, and called.
12096
12097 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12098
12099 * gdb.base/list.exp (test_list): Make test names unique.
12100
12101 2015-12-11 Yao Qi <yao.qi@linaro.org>
12102
12103 * gdb.base/coremaker2.c: Remove.
12104
12105 2015-12-10 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.multi/base.exp: Remove stale "spaces" references.
12108
12109 2015-12-10 Pedro Alves <palves@redhat.com>
12110
12111 * gdb.multi/base.exp: Don't use nowarnings.
12112 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12113 * gdb.multi/hangout.c: Include stdio.h.
12114 * gdb.multi/hello.c: Include stdlib.h.
12115 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12116 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12117 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12118
12119 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12120
12121 * gdb.dwarf2/dw2-ranges-base.c: New file.
12122 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12123 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12124 support additional line table, and debug ranges generation.
12125 (Dwarf::ranges): New function, generate .debug_ranges.
12126 (Dwarf::lines): Support generating simple line table programs.
12127 (Dwarf::assemble): Initialise new namespace variables.
12128
12129 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12130
12131 * gdb.base/async.exp (proc test_background): Add case for
12132 asynchronous execution not supported.
12133
12134 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12135
12136 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12137 format and change test names to make them unique.
12138
12139 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12140 Pedro Alves <pedro@redhat.com>
12141
12142 PR gdb/18702
12143 Add checking of floatformats setup on x86_64 hosts.
12144 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12145 (smallval, bigval): New labels/constants.
12146 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12147 float" after loading bigval and smallval.
12148
12149 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12150
12151 * gdb.ada/fun_overload_menu.exp: New testcase.
12152 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12153
12154 2015-12-04 Josh Stone <jistone@redhat.com>
12155
12156 * gdb.base/catch-fork-static.exp: New.
12157
12158 2015-12-03 Yao Qi <yao.qi@linaro.org>
12159
12160 * gdb.base/sizeof.c: Don't include stdio.h and
12161 ../lib/unbuffer_output.c.
12162 (main): New variable 'size' and 'value'. Remove printf and
12163 gdb_unbuffer_output. Assign return value to size and value.
12164 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12165 at the beginning.
12166 (check_sizeof): Check the result by printing variable 'size'.
12167 (check_valueof): Check the result by printing variable 'value'.
12168
12169 2015-12-01 Yao Qi <yao.qi@linaro.org>
12170
12171 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12172 for aarch64*-*-linux* target.
12173
12174 2015-11-30 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12177
12178 2015-11-30 Pedro Alves <palves@redhat.com>
12179
12180 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12181 Handle non-stop mode vCont replies.
12182
12183 2015-11-30 Pedro Alves <palves@redhat.com>
12184
12185 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12186 prepare_for_testing. Start gdb with "set non-stop on" appended to
12187 GDBFLAGS. Lax expected stop output.
12188
12189 2015-11-27 Yao Qi <yao.qi@linaro.org>
12190
12191 * gdb.arch/arm-neon.exp: New.
12192 * gdb.arch/arm-neon.c: New.
12193
12194 2015-11-27 Yao Qi <yao.qi@linaro.org>
12195
12196 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12197
12198 2015-11-27 Yao Qi <yao.qi@linaro.org>
12199
12200 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12201 frames-invalid annotation.
12202
12203 2015-11-27 Yao Qi <yao.qi@linaro.org>
12204
12205 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12206
12207 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12208
12209 * gdb.threads/names.exp: New file.
12210 * gdb.threads/names.c: New file.
12211 * README: Mention gdb,no_thread_names.
12212
12213 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12214
12215 PR 19297
12216 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12217 support" error.
12218
12219 2015-11-24 Pedro Alves <palves@redhat.com>
12220
12221 PR 17539
12222 * gdb.base/display.exp: Expect displays to be sorted in ascending
12223 order. Use multi_line.
12224 * gdb.base/solib-display.exp: Likewise.
12225
12226 2015-11-24 Pedro Alves <palves@redhat.com>
12227
12228 PR 17539
12229 * gdb.base/display.exp: Expect displays to be sorted in ascending
12230 order. Use multi_line.
12231 * gdb.base/solib-display.exp: Likewise.
12232
12233 2015-11-24 Pedro Alves <palves@redhat.com>
12234
12235 PR 17539
12236 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12237 threads in ascending order.
12238 * gdb.base/foll-fork.exp: Likewise.
12239 * gdb.base/foll-vfork.exp: Likewise.
12240 * gdb.base/multi-forks.exp: Likewise.
12241 * gdb.mi/mi-nonstop.exp: Likewise.
12242 * gdb.mi/mi-nsintrall.exp: Likewise.
12243 * gdb.multi/base.exp: Likewise.
12244 * gdb.multi/multi-arch.exp: Likewise.
12245 * gdb.python/py-inferior.exp: Likewise.
12246 * gdb.threads/break-while-running.exp: Likewise.
12247 * gdb.threads/execl.exp: Likewise.
12248 * gdb.threads/gcore-thread.exp: Likewise.
12249 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12250 * gdb.threads/kill.exp: Likewise.
12251 * gdb.threads/linux-dp.exp: Likewise.
12252 * gdb.threads/multiple-step-overs.exp: Likewise.
12253 * gdb.threads/next-bp-other-thread.exp: Likewise.
12254 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12255 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12256 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12257 * gdb.threads/thread-find.exp: Likewise.
12258 * gdb.threads/tls.exp: Likewise.
12259 * lib/mi-support.exp (mi_reverse_list): Delete.
12260 (mi_check_thread_states): No longer reverse list.
12261
12262 2015-11-24 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12265 use lowercase.
12266
12267 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12268
12269 * gdb.trace/actions.c: Include trace-common.h.
12270 (main): Add a location for a fast tracepoint.
12271 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12272 the normal tracepoints.
12273 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12274
12275 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12276
12277 * save-trace.exp: Factor out code to these...
12278 (gdb_save_tracepoints): New.
12279 (gdb_load_tracepoints): New.
12280 (do_save_load_test): New.
12281
12282 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12283
12284 * gdb.base/asmlabel.exp: New test.
12285 * gdb.base/asmlabel.c: New test case.
12286
12287 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12288
12289 * gdb.base/wrong_frame_bt_full-main.c: New file.
12290 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12291 * gdb.base/wrong_frame_bt_full.exp: New file.
12292
12293 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12294
12295 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12296
12297 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12298
12299 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12300 pstate register when comparing registers values in
12301 sparc64-*-linux-gnu targets to avoid spurious differences.
12302
12303 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12304
12305 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12306
12307 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12308
12309 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12310 as type argument to gdb_compile.
12311 * gdb.base/nested-subp2.exp: Likewise.
12312 * gdb.base/nested-subp3.exp: Likewise.
12313
12314 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12315
12316 * lib/dwarf.exp (_note): Fix left shift of negative value.
12317 * gdb.trace/trace-condition.exp: Likewise.
12318
12319 2015-11-13 Yao Qi <yao.qi@linaro.org>
12320
12321 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12322 comments about d10v.
12323 (test_scalar_returns): Likewise.
12324 * gdb.base/d10v.ld: Remove.
12325 * gdb.base/overlays.exp: Remove the target triplet checking for
12326 d10v-*-*.
12327 * gdb.base/structs.exp (test_struct_returns): Remove the
12328 comments about d10v.
12329 (test_struct_calls): Likewise.
12330
12331 2015-11-13 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12334 * gdb.base/gnu_vector.c: Don't include stdio.h.
12335 (main): Don't print res and call add_some_intvecs.
12336
12337 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12338
12339 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12340 macro.
12341 (func5): Removed.
12342 (func4): Use FAST_TRACEPOINT_LABEL.
12343 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12344 macro.
12345 (func): Removed.
12346 (thread_function): Use FAST_TRACEPOINT_LABEL.
12347 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12348 (func): Remove.
12349 (marker): Use FAST_TRACEPOINT_LABEL.
12350 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12351 (pendfunc1): Remove.
12352 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12353 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12354 (foo): Remove.
12355 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12356 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12357 macro.
12358 (func): Remove.
12359 (marker): Use FAST_TRACEPOINT_LABEL.
12360 * gdb.trace/trace-common.h: New header.
12361 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12362 macro.
12363 (func): Remove.
12364 (marker): Use FAST_TRACEPOINT_LABEL.
12365 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12366 (func): Remove.
12367 (thread_function): Use FAST_TRACEPOINT_LABEL.
12368
12369 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12370
12371 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12372 in front.
12373 * gdb.trace/change-loc.exp: Use global pcreg definition.
12374 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12375 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12376 in front.
12377 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12378 * gdb.trace/pending.exp: Likewise.
12379 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12380 * gdb.trace/trace-break.exp: Likewise.
12381 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12382 in front.
12383 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12384 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12385 in front.
12386 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12387
12388 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12389
12390 * gdb.ada/fin_fun_out: New testcase.
12391
12392 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12393
12394 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12395 value associated with DW_AT_byte_size.
12396 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12397 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12398 DW_AT_upper_bound.
12399
12400 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12401
12402 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12403 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12404 version.
12405 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12406 gdb.dwarf2/dw2-canonicalize-type.exp,
12407 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12408 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12409 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12410 provided by gdb_target_symbol_prefix_flags_asm.
12411 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12412 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12413 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12414 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12415 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12416 macros where needed). Use this macro for symbols which require
12417 the prefix provided by SYMBOL_PREFIX.
12418
12419 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12420
12421 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12422 New procs.
12423 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12424 representing expressions, of more than one list element.
12425 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12426 to prepend linker symbol prefix to f.
12427 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12428 table_1 and table_2.
12429 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12430 Likewise, for f and g.
12431 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12432 for ptr.
12433 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12434 for main.
12435 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12436 table_1_ptr and table_2_ptr.
12437
12438 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12439 Joel Brobecker <brobecker@adacore.com>
12440
12441 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12442
12443 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12444
12445 * gdb.reverse/s390-mvcle.c: New test.
12446 * gdb.reverse/s390-mvcle.exp: New file.
12447 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12448
12449 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12450
12451 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12452
12453 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12454
12455 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12456 reaching marker2.
12457 * gdb.reverse/getresuid-reverse.exp: Likewise.
12458 * gdb.reverse/pipe-reverse.exp: Likewise.
12459 * gdb.reverse/readv-reverse.exp: Likewise.
12460 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12461 * gdb.reverse/time-reverse.exp: Likewise.
12462 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12463
12464 2015-10-30 Yao Qi <yao.qi@linaro.org>
12465
12466 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12467 (empty_cycle): Remove.
12468 (main): Don't call empty_cycle. Don't use watch_count_done.
12469 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12470 empty_cycle. Rewrite the code counting HW watchpoints.
12471
12472 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12473
12474 * gdb.reverse/fstatat-reverse.c: New test.
12475 * gdb.reverse/fstatat-reverse.exp: New file.
12476 * gdb.reverse/getresuid-reverse.c: New test.
12477 * gdb.reverse/getresuid-reverse.exp: New file.
12478 * gdb.reverse/pipe-reverse.c: New test.
12479 * gdb.reverse/pipe-reverse.exp: New file.
12480 * gdb.reverse/readv-reverse.c: New test.
12481 * gdb.reverse/readv-reverse.exp: New file.
12482 * gdb.reverse/recvmsg-reverse.c: New test.
12483 * gdb.reverse/recvmsg-reverse.exp: New file.
12484 * gdb.reverse/time-reverse.c: New test.
12485 * gdb.reverse/time-reverse.exp: New file.
12486 * gdb.reverse/waitpid-reverse.c: New test.
12487 * gdb.reverse/waitpid-reverse.exp: New file.
12488
12489 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12490
12491 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12492
12493 2015-10-26 Doug Evans <dje@google.com>
12494
12495 PR symtab/17391
12496 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12497 * gdb.dwarf2/bad-regnum.c: New file.
12498 * gdb.dwarf2/bad-regnum.exp: New file.
12499
12500 2015-10-26 Doug Evans <dje@google.com>
12501
12502 PR python/18938
12503 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12504 file.
12505
12506 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12507
12508 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12509 for a change by "Mention language in compile error message".
12510
12511 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12512
12513 PR python/18073
12514 * gdb.python/py-type.c (C::a_method): New.
12515 (C::a_const_method): New.
12516 (C::a_static_method): New.
12517 (a_function): New.
12518 * gdb.python/py-type.exp (test_fields): Test getting fields
12519 from function and method.
12520
12521 2015-10-21 Keven Boell <keven.boell@intel.com>
12522
12523 * gdb.fortran/vla-alloc-assoc.exp: New file.
12524 * gdb.fortran/vla-datatypes.exp: New file.
12525 * gdb.fortran/vla-datatypes.f90: New file.
12526 * gdb.fortran/vla-history.exp: New file.
12527 * gdb.fortran/vla-ptype-sub.exp: New file.
12528 * gdb.fortran/vla-ptype.exp: New file.
12529 * gdb.fortran/vla-sizeof.exp: New file.
12530 * gdb.fortran/vla-sub.f90: New file.
12531 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12532 * gdb.fortran/vla-value-sub-finish.exp: New file.
12533 * gdb.fortran/vla-value-sub.exp: New file.
12534 * gdb.fortran/vla-value.exp: New file.
12535 * gdb.fortran/vla-ptr-info.exp: New file.
12536 * gdb.mi/mi-vla-fortran.exp: New file.
12537 * gdb.mi/vla.f90: New file.
12538
12539 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12540
12541 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12542 of hardwired timeout value.
12543
12544 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12545 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12548 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12549
12550 2015-10-19 Josh Stone <jistone@redhat.com>
12551
12552 * gdb.base/catch-syscall.c: Include <sched.h>.
12553 (unknown_syscall): New variable.
12554 (main): Trigger a vfork and an unknown syscall.
12555 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12556 (unknown_syscall_number): Likewise.
12557 (check_call_to_syscall): Accept an optional syscall pattern.
12558 (check_return_from_syscall): Likewise.
12559 (check_continue): Likewise.
12560 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12561 (test_catch_syscall_skipping_return): New test toggling off 'catch
12562 syscall' to step over the syscall return, then toggling back on.
12563 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12564 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12565 (do_syscall_tests): Call test_catch_syscall_without_args and
12566 test_catch_syscall_mid_vfork.
12567 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12568 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12569
12570 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12571
12572 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12573 print g_vE): Add new pass patterns.
12574 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12575 print various symbol names for vptr fields.
12576
12577 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12578
12579 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12580 results.
12581
12582 2015-10-12 Yao Qi <yao.qi@linaro.org>
12583
12584 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12585
12586 2015-10-12 Yao Qi <yao.qi@linaro.org>
12587
12588 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12589 is aarch64*-*-linux*.
12590
12591 2015-10-12 Yao Qi <yao.qi@linaro.org>
12592
12593 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12594 (can_relocate_bcond_true): ... it.
12595 (can_relocate_bcond_false): New function.
12596 (foo): Likewise.
12597 (can_relocate_bl): Likewise.
12598 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12599 can_relocate_bl.
12600
12601 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12602
12603 * gdb.base/nested-addr.c: New file.
12604 * gdb.base/nested-addr.exp: New testcase.
12605
12606 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12607
12608 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12609 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12610 its output. Ignore the output of "record goto begin" and instead
12611 check that GDB is replaying.
12612
12613 2015-10-09 Pedro Alves <palves@redhat.com>
12614
12615 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12616 (top level): Use it in the run with no args test.
12617
12618 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12619
12620 * gdb.dlang/properties.exp: New file.
12621
12622 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12623
12624 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12625 whether or not address 0x1000 is mapped on the target.
12626
12627 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12628
12629 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12630 build.
12631
12632 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12633
12634 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12635 instruction-history test.
12636
12637 2015-09-28 Doug Evans <dje@google.com>
12638
12639 * gdb.base/gcore.c (array_func): Add reference to static_array.
12640
12641 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12642
12643 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12644 source line.
12645
12646 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12647
12648 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12649 short or char as base type.
12650
12651 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12652
12653 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12654 to allow any size enum.
12655
12656 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12657
12658 * gdb.ada/array_ptr_renaming.exp: New testcase.
12659 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12660 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12661
12662 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12663
12664 * gdb.trace/ftrace-lock.c: New file.
12665 * gdb.trace/ftrace-lock.exp: New file.
12666
12667 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12668
12669 * gdb.arch/insn-reloc.c: New file.
12670 * gdb.arch/ftrace-insn-reloc.exp: New file.
12671
12672 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12673
12674 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12675 instruction.
12676 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12677 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12678 * gdb.trace/range-stepping.c: Likewise.
12679 * gdb.trace/trace-break.c: Likewise.
12680 * gdb.trace/trace-mt.c (thread_function): Likewise.
12681 * gdb.trace/ftrace.c (marker): Likewise.
12682 * gdb.trace/trace-condition.c (marker): Likewise.
12683 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12684 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12685 is_aarch64_target.
12686
12687 2015-09-18 Doug Evans <xdje42@gmail.com>
12688
12689 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12690 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12691
12692 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12693
12694 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12695 the breakpoint.
12696
12697 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12698
12699 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12700 the pending breakpoint. Remove timeout override for "Run till
12701 MI pending breakpoint on pendfunc3 on thread 2" test.
12702
12703 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12704
12705 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12706 filename pattern.
12707
12708 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12709
12710 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12711 in breakpoint filename pattern.
12712
12713 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12714
12715 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12716
12717 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12718
12719 * gdb.linespec/explicit.exp: Check for readline support for
12720 tab-completion tests. Fix obvious typo.
12721
12722 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12723
12724 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12725 and replay.
12726
12727 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12728
12729 * gdb.btrace/non-stop.c: New.
12730 * gdb.btrace/non-stop.exp: New.
12731
12732 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12733 Yao Qi <yao.qi@linaro.org>
12734
12735 * gdb.trace/trace-condition.c: New file.
12736 * gdb.trace/trace-condition.exp: New file.
12737
12738 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12739
12740 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12741 for testing bytecode compilation.
12742
12743 2015-09-16 Pedro Alves <palves@redhat.com>
12744 Sandra Loosemore <sandra@codesourcery.com>
12745
12746 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12747 (SECONDS): Redefine.
12748 (main): Call pthread_kill and alarm early.
12749 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12750 support.
12751 (test): If the target can't hardware step and doesn't support
12752 displaced stepping, increase the timeout.
12753
12754 2015-09-16 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12757 (enable_debug): New procedures.
12758 (test): Use them. Bail out if waiting for threads fails.
12759 (top level): Bail out if a test fails.
12760
12761 2015-09-16 Yao Qi <yao.qi@linaro.org>
12762
12763 * gdb.asm/asm-source.exp: Set asm-arch for
12764 aarch64*-*-* target.
12765 * gdb.asm/aarch64.inc: New file.
12766
12767 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12768
12769 * gdb.ada/array_of_variable_length.exp: New testcase.
12770 * gdb.ada/array_of_variable_length/foo.adb: New file.
12771 * gdb.ada/array_of_variable_length/pck.adb: New file.
12772 * gdb.ada/array_of_variable_length/pck.ads: New file.
12773
12774 2015-09-15 Doug Evans <dje@google.com>
12775
12776 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12777 of function static local variable.
12778
12779 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12780
12781 * gdb.threads/tls-so_extern.exp: New test file.
12782 * gdb.threads/tls-so_extern.c: New test file.
12783 * gdb.threads/tls-so_extern_main.c: New test file.
12784
12785 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12786
12787 * gdb.opt/solib-intra-step-lib.c: New file.
12788 * gdb.opt/solib-intra-step-main.c: New file.
12789 * gdb.opt/solib-intra-step.exp: New file.
12790
12791 2015-09-15 Pedro Alves <palves@redhat.com>
12792
12793 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12794 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12795
12796 2015-09-14 Pedro Alves <palves@redhat.com>
12797
12798 * gdb.base/hook-stop-continue.c: Delete.
12799 * gdb.base/hook-stop-continue.exp: Delete.
12800 * gdb.base/hook-stop-frame.c: Delete.
12801 * gdb.base/hook-stop-frame.exp: Delete.
12802 * gdb.base/hook-stop.c: New file.
12803 * gdb.base/hook-stop.exp: New file.
12804
12805 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12806
12807 * gdb.ada/access_to_packed_array.exp: New testcase.
12808 * gdb.ada/access_to_packed_array/foo.adb: New file.
12809 * gdb.ada/access_to_packed_array/pack.adb: New file.
12810 * gdb.ada/access_to_packed_array/pack.ads: New file.
12811
12812 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12813
12814 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12815 buffer size test.
12816
12817 2015-09-11 Don Breazeal <donb@codesourcery.com>
12818
12819 * gdb.base/foll-exec.c: Add copyright header. Fix
12820 formatting issues.
12821 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12822 (do_exec_tests): Use clean_restart in place of zap_session,
12823 and for test initialization. Fix formatting issues. Use
12824 fail in place of perror.
12825 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12826 an expect statement to match an expression with output from
12827 the program under debug.
12828 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12829 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12830 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12831 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12832 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12833
12834 2015-09-09 Doug Evans <dje@google.com>
12835
12836 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12837
12838 2015-09-09 Doug Evans <dje@google.com>
12839
12840 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12841
12842 2015-09-09 Doug Evans <dje@google.com>
12843
12844 * gdb.base/savedregs.exp: Fix typo.
12845
12846 2015-09-09 Pedro Alves <palves@redhat.com>
12847
12848 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12849
12850 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12851
12852 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12853 command actually switches threads. Give up on remaining
12854 tests if target fails to stop at breakpoint.
12855
12856 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12857
12858 * gdb.ada/funcall_char.exp: New testcase.
12859 * gdb.ada/funcall_char/foo.adb: New file.
12860
12861 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12862
12863 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12864 expected outputs. Add two testcases for completing ambiguous
12865 functions.
12866 * gdb.ada/complete/aux_pck.adb: New file.
12867 * gdb.ada/complete/aux_pck.ads: New file.
12868 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12869 Ambiguous_Func functions.
12870 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12871 * gdb.ada/complete/pck.adb: Likewise.
12872
12873 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12874
12875 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12876 failures to run the test program under GDB.
12877
12878 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12879
12880 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12881 to C.
12882
12883 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12884
12885 * gdb.base/run-after-attach.exp: New test file.
12886 * gdb.base/run-after-attach.c: New test file.
12887
12888 2015-08-26 Don Breazeal <donb@codesourcery.com>
12889
12890 * gdb.base/foll-exec-2.c: New test program.
12891 * gdb.base/foll-exec-2.exp: New test.
12892
12893 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12894
12895 * gdb.base/nested-subp1.exp: New file.
12896 * gdb.base/nested-subp1.c: New file.
12897 * gdb.base/nested-subp2.exp: New file.
12898 * gdb.base/nested-subp2.c: New file.
12899 * gdb.base/nested-subp3.exp: New file.
12900 * gdb.base/nested-subp3.c: New file.
12901
12902 2015-08-24 Pedro Alves <palves@redhat.com>
12903
12904 * gdb.server/connect-without-multi-process.c: New file.
12905 * gdb.server/connect-without-multi-process.exp: New file.
12906
12907 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12908
12909 * gdb.opt/inline-markers.c: Make z int.
12910
12911 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12912
12913 * gdb.opt/inline-markers.c: Make z volatile.
12914
12915 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12916
12917 * gdb.opt/inline-bt.c: New volatile global z.
12918 * gdb.opt/inline-cmds.c: Likewise.
12919 * gdb.opt/inline-locals.c: Likewise.
12920 * gdb.opt/inline-markers.c: New extern global z.
12921 (marker): Use z.
12922 (inline_fn): Likewise.
12923
12924 2015-08-24 Pedro Alves <palves@redhat.com>
12925
12926 * config/m32r-stub.exp: Remove file.
12927 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12928 * gdb.base/call-rt-st.exp: Likewise.
12929 * gdb.base/call-strs.exp: Likewise.
12930 * gdb.base/default.exp: Remove references to h8300-*-hms and
12931 *-*-udi*.
12932 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12933
12934 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12935
12936 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12937 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12938 and "return" use KFAIL when GDB can not read/write the vector
12939 return value.
12940
12941 2015-08-21 Gary Benson <gbenson@redhat.com>
12942
12943 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12944
12945 2015-08-20 Pedro Alves <palves@redhat.com>
12946
12947 * gdb.server/solib-list.exp: No longer expect an interior stop in
12948 non-stop mode.
12949
12950 2015-08-20 Pedro Alves <palves@redhat.com>
12951
12952 * gdb.server/connect-stopped-target.c: New file.
12953 * gdb.server/connect-stopped-target.exp: New file.
12954
12955 2015-08-20 Pedro Alves <palves@redhat.com>
12956
12957 * gdb.dwarf2/comp-unit-lang.exp: New file.
12958 * gdb.dwarf2/comp-unit-lang.c: New file.
12959
12960 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12961
12962 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12963 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12964
12965 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12966
12967 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12968 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12969
12970 2015-08-18 Doug Evans <dje@google.com>
12971 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12972
12973 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12974 skip_python_tests. New arg prompt_regexp.
12975 (skip_python_tests): New function.
12976 * lib/mi-support.exp (mi_skip_python_tests): New function.
12977 * gdb.python/py-mi-objfile-gdb.py: New file.
12978 * gdb.python/py-mi-objfile.c: New file.
12979 * gdb.python/py-mi-objfile.exp: New file.
12980
12981 2015-08-17 Keith Seitz <keiths@redhat.com>
12982
12983 * gdb.linespec/explicit.exp: Move strace test from here ...
12984 * gdb.trace/strace.exp: ... to here.
12985
12986 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12987
12988 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12989 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12990
12991 2015-08-14 Doug Evans <xdje42@gmail.com>
12992
12993 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12994 inferior before selecting a new file.
12995
12996 2015-08-14 Doug Evans <xdje42@gmail.com>
12997
12998 * gdb.mi/mi-disassemble.exp: Update.
12999 * gdb.base/disasm-optim.S: New file.
13000 * gdb.base/disasm-optim.c: New file.
13001 * gdb.base/disasm-optim.h: New file.
13002 * gdb.base/disasm-optim.exp: New file.
13003
13004 2015-08-14 Keith Seitz <keiths@redhat.com>
13005
13006 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13007 "evaluated-by".
13008
13009 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13010
13011 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13012
13013 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13014
13015 * gdb.ada/fun_renaming.exp: New testcase.
13016 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13017 * gdb.ada/fun_renaming/pack.adb: New file.
13018 * gdb.ada/fun_renaming/pack.ads: New file.
13019
13020 2015-08-12 Keith Seitz <keiths@redhat.com>
13021
13022 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13023 gdb_get_line_number.
13024
13025 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13026
13027 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13028 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13029 gdb.base/dso2dso.exp: New files.
13030
13031 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13032 Pedro Alves <palves@redhat.com>
13033 Keith Seitz <keiths@redhat.com>
13034
13035 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13036 GDBFLAGS.
13037
13038 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13039
13040 * gdb.base/gdbhistsize-history.exp
13041 (test_histsize_history_setting): Use save_vars.
13042 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13043 Use save_vars.
13044 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13045 * gdb.base/readline.exp: Use save_vars.
13046
13047 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13048
13049 * lib/gdb.exp (save_vars): New proc.
13050
13051 2015-08-11 Keith Seitz <keiths@redhat.com>
13052
13053 * gdb.base/help.exp: Update help_breakpoint_text.
13054
13055 2015-08-11 Keith Seitz <keiths@redhat.com>
13056
13057 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13058 (at toplevel): Call test_explicit_breakpoints.
13059 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13060 breakpoints.
13061 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13062 breakpoint conditions, "-cond".
13063
13064 2015-08-11 Keith Seitz <keiths@redhat.com>
13065
13066 * gdb.linespec/3explicit.c: New file.
13067 * gdb.linespec/cpexplicit.cc: New file.
13068 * gdb.linespec/cpexplicit.exp: New file.
13069 * gdb.linespec/explicit.c: New file.
13070 * gdb.linespec/explicit.exp: New file.
13071 * gdb.linespec/explicit2.c: New file.
13072 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13073 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13074 before using in the matching pattern.
13075 Clarify that `prefix' is a regular expression.
13076
13077 2015-08-11 Keith Seitz <keiths@redhat.com>
13078
13079 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13080 test.
13081 Add tests for missing ",FMT" and ",".
13082
13083 2015-08-10 Doug Evans <dje@google.com>
13084 Keith Seitz <keiths@redhat.com>
13085
13086 PR gdb/17960
13087 * gdb.base/completion.exp: Add location completer tests.
13088
13089 2015-08-07 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13092 tests here.
13093 (top level): Run do_test with and without displaced stepping.
13094
13095 2015-08-07 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.base/valgrind-disp-step.c: New file.
13098 * gdb.base/valgrind-disp-step.exp: New file.
13099
13100 2015-08-07 Pedro Alves <palves@redhat.com>
13101
13102 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13103 Delete function.
13104 (main): Add alarm. Run an infinite loop instead of calling
13105 wait_threads.
13106 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13107 comment.
13108 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13109 Delete function.
13110 (main): Add alarm. Run an infinite loop instead of calling
13111 wait_threads.
13112 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13113 comment.
13114
13115 2015-08-07 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.base/checkpoint-ns.exp: New file.
13118 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13119 standard_testfile.
13120
13121 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13122
13123 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13124 * gdb.btrace/instruction_history.exp: Update.
13125 * gdb.btrace/tsx.exp: New.
13126 * gdb.btrace/tsx.c: New.
13127
13128 2015-08-06 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13131 increase timeout.
13132 * gdb.reverse/until-precsave.exp: Bump timeouts.
13133
13134 2015-08-06 Pedro Alves <palves@redhat.com>
13135
13136 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13137
13138 2015-08-06 Pedro Alves <palves@redhat.com>
13139
13140 PR gdb/18749
13141 * gdb.threads/process-dies-while-handling-bp.c: New file.
13142 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13143
13144 2015-08-06 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13147 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13148
13149 2015-08-05 Pedro Alves <palves@redhat.com>
13150
13151 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13152 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13153
13154 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13155
13156 * gdb.base/bp-permanent.exp: Report test as unsupported if
13157 the target cannot stop at the permanent breakpoint.
13158
13159 2015-08-03 Doug Evans <dje@google.com>
13160
13161 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13162 10000.
13163
13164 2015-08-03 Doug Evans <dje@google.com>
13165
13166 * Makefile.in (workers/%.worker, build-perf): New rule.
13167 (GDB_PERFTEST_MODE): New variable.
13168 (check-perf): Use it.
13169 (clean): Clean up gdb.perf parallel build subdirs.
13170 * lib/build-piece.exp: New file.
13171 * lib/gdb.exp (make_gdb_parallel_path): New function
13172 (standard_output_file, standard_temp_file): Call it.
13173 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13174 of $GDB_PARALLEL.
13175 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13176
13177 2015-08-03 Doug Evans <dje@google.com>
13178
13179 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13180 (LOG_FILE_NAME): New global.
13181 (TextReporter.__init__): Initialize self.txt_sum.
13182 (TextReporter.report): Add support for multiple data-points.
13183 Move report to perftest.sum, put raw data in perftest.log.
13184 (TextReporter.start): Open sum and log files.
13185 (TextReporter.end): Close sum and log files.
13186 * gdb.perf/lib/perftest/testresult.py
13187 (SingleStatisticTestResult.record): Handle multiple data-points.
13188
13189 2015-07-31 Pedro Alves <palves@redhat.com>
13190
13191 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13192 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13193 kill_wait_spawned_process instead of explicit "kill -9".
13194 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13195 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13196 kill_wait_spawned_process.
13197 * gdb.base/attach-twice.exp: Likewise.
13198 * gdb.base/attach.exp: Likewise.
13199 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13200 gdb_test_multiple.
13201 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13202 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13203 kill_wait_spawned_process.
13204 * gdb.base/valgrind-infcall.exp: Likewise.
13205 * gdb.multi/multi-attach.exp: Likewise.
13206 * gdb.python/py-prompt.exp: Likewise.
13207 * gdb.python/py-sync-interp.exp: Likewise.
13208 * gdb.server/ext-attach.exp: Likewise.
13209 * gdb.threads/attach-into-signal.exp (corefunc): Use
13210 spawn_wait_for_attach, spawn_id_get_pid and
13211 kill_wait_spawned_process.
13212 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13213 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13214 spawn_id_get_pid and kill_wait_spawned_process.
13215 * gdb.threads/attach-stopped.exp (corefunc): Use
13216 spawn_wait_for_attach, spawn_id_get_pid and
13217 kill_wait_spawned_process.
13218 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13219 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13220 kill_wait_spawned_process instead of explicit "kill -9".
13221 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13222 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13223 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13224 processes. Don't map cygwin/windows pids here. Now returns a
13225 spawn id list.
13226
13227 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13228
13229 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13230 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13231 correct patch.
13232
13233 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13234
13235 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13236
13237 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13238
13239 Reapply:
13240 2014-05-21 Mark Wielaard <mjw@redhat.com>
13241
13242 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13243
13244 2015-07-30 Pedro Alves <palves@redhat.com>
13245
13246 * linux-low.c (handle_extended_wait): Set the child's last
13247 reported status to TARGET_WAITKIND_STOPPED.
13248
13249 2015-07-30 Pedro Alves <palves@redhat.com>
13250
13251 PR threads/18600
13252 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13253 only shows inferior 1.
13254
13255 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13256 Pedro Alves <palves@redhat.com>
13257
13258 PR threads/18600
13259 * gdb.threads/fork-plus-threads.c: New file.
13260 * gdb.threads/fork-plus-threads.exp: New file.
13261
13262 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13263
13264 * gdb.base/batch-preserve-term-settings.exp
13265 (test_terminal_settings_preserved_after_cli_exit): Use
13266 send_quit_command.
13267
13268 2015-07-29 Pedro Alves <palves@redhat.com>
13269 Don Breazeal <donb@codesourcery.com>
13270
13271 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13272 output from both inferior_spawn_id and gdb_spawn_id.
13273
13274 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13275
13276 * gdb.threads/attach-into-signal.exp (corefunc): Use
13277 with_test_prefix on nested loops, uniquefying the test messages.
13278
13279 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13280
13281 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13282 commit.
13283
13284 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13285
13286 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13287 New proc.
13288 (test_terminal_settings_preserved_after_sigterm): New test.
13289
13290 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13291
13292 * gdb.base/batch-preserve-term-settings.exp
13293 (test_terminal_settings_preserved_after_cli_exit): New test.
13294
13295 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13296
13297 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13298 manipulation of saved_gdbflags.
13299 (test_terminal_settings_preserved): Remove global declaration of
13300 the unused variable pagination_prompt. Remove manipulation of
13301 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13302 GDBFLAGS.
13303
13304 2015-07-29 Pedro Alves <palves@redhat.com>
13305
13306 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13307
13308 2015-07-29 Pedro Alves <palves@redhat.com>
13309
13310 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13311 at the top.
13312
13313 2015-07-29 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13316 (main): Call gdb_unbuffer_output.
13317 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13318 (main): Call gdb_unbuffer_output.
13319 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13320 (main): Call gdb_unbuffer_output.
13321 * gdb.base/call-strs.exp: Adjust to step over the
13322 gdb_unbuffer_output call.
13323 * gdb.base/catch-gdb-caused-signals.c: Include
13324 "../lib/unbuffer_output.c".
13325 (main): Call gdb_unbuffer_output.
13326 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13327 (main): Call gdb_unbuffer_output.
13328 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13329 (main): Call gdb_unbuffer_output.
13330 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13331 (main): Call gdb_unbuffer_output.
13332 * gdb.base/shlib-call.exp: Adjust to step over the
13333 gdb_unbuffer_output call.
13334 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13335 (main): Call gdb_unbuffer_output.
13336 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13337 (main): Call gdb_unbuffer_output.
13338 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13339 (main): Rename to ...
13340 (test): ... this.
13341 (main): Reimplement.
13342 * gdb.base/varargs.exp: Run to test instead of to main.
13343 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13344 (main): Call gdb_unbuffer_output.
13345
13346 2015-07-29 Pedro Alves <palves@redhat.com>
13347
13348 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13349 factore out from mi_continue_dprintf. For call-style dprintfs,
13350 expect dprintf output out of $inferior_spawn_id.
13351 (mi_continue_dprintf): Use mi_expect_dprintf.
13352 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13353 (main): Call gdb_unbuffer_output.
13354
13355 2015-07-29 Pedro Alves <palves@redhat.com>
13356
13357 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13358 (default_mi_gdb_start): Set inferior_spawn_id instead of
13359 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13360 gdb_spawn_id.
13361 (mi_gdb_test): Always expect inferior output from both
13362 $inferior_spawn_id and $gdb_spawn_id.
13363
13364 2015-07-29 Pedro Alves <palves@redhat.com>
13365
13366 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13367 send_inferior and $inferior_spawn_id.
13368
13369 2015-07-29 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.gdb/complaints.exp (test_initial_complaints)
13372 (test_serial_complaints, test_short_complaints): Use
13373 gdb_test_stdio.
13374 (test_empty_complaint): Handle $inferior_spawn_id !=
13375 $gdb_spawn_id.
13376
13377 2015-07-29 Pedro Alves <palves@redhat.com>
13378
13379 * gdb.base/varargs.exp: Use gdb_test_stdio.
13380
13381 2015-07-29 Pedro Alves <palves@redhat.com>
13382
13383 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13384
13385 2015-07-29 Pedro Alves <palves@redhat.com>
13386
13387 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13388
13389 2015-07-29 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13392 parameter into two new parameters, "inf_result" and "gdb_result".
13393 Expect inferior output and gdb output from $inferior_spawn_id and
13394 $gdb_spawn_id, respectively. Adjust all callers.
13395
13396 2015-07-29 Pedro Alves <palves@redhat.com>
13397
13398 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13399 of gdb_test_sequence.
13400
13401 2015-07-29 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13404 (saw_spurious_output): Expect inferior output from
13405 $inferior_spawn_id. Use gdb_test_stdio.
13406
13407 2015-07-29 Pedro Alves <palves@redhat.com>
13408
13409 * gdb.base/dprintf.exp: Use standard_testfile. Change
13410 prepare_for_testing call.
13411 (srcfile): Don't set.
13412 (restart): New procedure.
13413 (test_dprintf): New procecure, use to continue over dprintfs.
13414 (test_call, test_agent): New procedures, tests moved here.
13415 Restart gdb and recreate dprintfs. Adjust expected output.
13416
13417 2015-07-29 Pedro Alves <palves@redhat.com>
13418
13419 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13420
13421 2015-07-29 Pedro Alves <palves@redhat.com>
13422
13423 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13424
13425 2015-07-29 Pedro Alves <palves@redhat.com>
13426
13427 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13428 gdb_test_stdio.
13429
13430 2015-07-29 Pedro Alves <palves@redhat.com>
13431
13432 * lib/gdb.exp (gdb_test_stdio): New procedure.
13433
13434 2015-07-29 Pedro Alves <palves@redhat.com>
13435
13436 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13437
13438 2015-07-29 Pedro Alves <palves@redhat.com>
13439
13440 * gdb.base/call-signal-resume.exp: Remove check for
13441 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13442 * gdb.base/unwindonsignal.exp: Likewise.
13443 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13444 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13445
13446 2015-07-29 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.base/siginfo-addr.c (pass): New function.
13449 (handler): Call it iff si_addr is correct.
13450 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13451 Set a breakpoint at "pass" and continue to it.
13452
13453 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13454
13455 * gdb.python/py-objfile.exp: Make some tests have unique names.
13456 * gdb.python/py-pp-registration.exp: Likewise.
13457
13458 2015-07-28 Pedro Alves <palves@redhat.com>
13459
13460 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13461
13462 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13463
13464 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13465
13466 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13467
13468 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13469
13470 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13471
13472 * gdb.base/gdb-sigterm-2.exp: New test.
13473
13474 2015-07-25 Doug Evans <xdje42@gmail.com>
13475
13476 Revert:
13477 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13478 (workers/%.worker, build-perf): New rule.
13479 (GDB_PERFTEST_MODE): New variable.
13480 (check-perf): Use it.
13481 (clean): Clean up gdb.perf parallel build subdirs.
13482 * lib/build-piece.exp: New file.
13483 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13484 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13485 name.
13486 (standard_temp_file): Ditto.
13487 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13488 of $GDB_PARALLEL.
13489
13490 2015-07-24 Doug Evans <dje@google.com>
13491
13492 * gdb.perf/lib/perftest/utils.py: New file.
13493 * gdb.perf/gm-hello.cc: New file.
13494 * gdb.perf/gm-pervasive-typedef.cc: New file.
13495 * gdb.perf/gm-pervasive-typedef.h: New file.
13496 * gdb.perf/gm-std.cc: New file.
13497 * gdb.perf/gm-std.h: New file.
13498 * gdb.perf/gm-use-cerr.cc: New file.
13499 * gdb.perf/gm-utils.h: New file.
13500 * gdb.perf/gmonster-null-lookup.py: New file.
13501 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13502 * gdb.perf/gmonster-print-cerr.py: New file.
13503 * gdb.perf/gmonster-ptype-string.py: New file.
13504 * gdb.perf/gmonster-runto-main.py: New file.
13505 * gdb.perf/gmonster-select-file.py: New file.
13506 * gdb.perf/gmonster1-null-lookup.exp: New file.
13507 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13508 * gdb.perf/gmonster1-print-cerr.exp: New file.
13509 * gdb.perf/gmonster1-ptype-string.exp: New file.
13510 * gdb.perf/gmonster1-runto-main.exp: New file.
13511 * gdb.perf/gmonster1-select-file.exp: New file.
13512 * gdb.perf/gmonster1.cc: New file.
13513 * gdb.perf/gmonster1.exp: New file.
13514 * gdb.perf/gmonster2-null-lookup.exp: New file.
13515 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13516 * gdb.perf/gmonster2-print-cerr.exp: New file.
13517 * gdb.perf/gmonster2-ptype-string.exp: New file.
13518 * gdb.perf/gmonster2-runto-main.exp: New file.
13519 * gdb.perf/gmonster2-select-file.exp: New file.
13520 * gdb.perf/gmonster2.cc: New file.
13521 * gdb.perf/gmonster2.exp: New file.
13522
13523 2015-07-24 Doug Evans <dje@google.com>
13524
13525 * gdb.perf/README: New file.
13526 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13527 * lib/gen-perf-test.exp: New file.
13528
13529 2015-07-24 Doug Evans <dje@google.com>
13530
13531 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13532 (PerfTest::startup): New function.
13533 (PerfTest::run): Return result of calling body.
13534 (PerfTest::assemble): Rewrite.
13535 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13536 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13537 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13538 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13539 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13540
13541 2015-07-24 Doug Evans <dje@google.com>
13542
13543 * lib/gdb.exp (clean_restart): Make executable optional.
13544
13545 2015-07-24 Doug Evans <dje@google.com>
13546
13547 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13548 compiler_info references.
13549 * gdb.cp/temargs.exp: Ditto.
13550 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13551 (get_compiler_info): Early exit if already computed. Set compiler_info
13552 to "unknown" if there was a problem.
13553 (test_compiler_info): Add function comment. Call get_compiler_info.
13554
13555 2015-07-24 Doug Evans <dje@google.com>
13556
13557 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13558 (workers/%.worker, build-perf): New rule.
13559 (GDB_PERFTEST_MODE): New variable.
13560 (check-perf): Use it.
13561 (clean): Clean up gdb.perf parallel build subdirs.
13562 * lib/build-piece.exp: New file.
13563 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13564 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13565 name.
13566 (standard_temp_file): Ditto.
13567 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13568 of $GDB_PARALLEL.
13569
13570 2015-07-24 Doug Evans <dje@google.com>
13571
13572 * lib/future.exp (gdb_default_target_compile): New option
13573 "early_flags".
13574 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13575 --as-needed.
13576
13577 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13578
13579 * gdb.base/catch-syscall.exp: Call gdb_exit before
13580 gdb_skip_xml_test.
13581
13582 2015-07-24 Pedro Alves <palves@redhat.com>
13583
13584 * gdb.python/py-events.exp: Accept output between the stop event
13585 and the prompt.
13586 * gdb.python/py-evsignal.exp: Likewise.
13587 * gdb.python/py-evthreads.exp: Likewise.
13588
13589 2015-07-24 Pedro Alves <palves@redhat.com>
13590
13591 PR gdb/18717
13592 * gdb.threads/non-ldr-exit.c: New file.
13593 * gdb.threads/non-ldr-exit.exp: New file.
13594
13595 2015-07-24 Yao Qi <yao.qi@linaro.org>
13596
13597 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13598 restarting process.
13599
13600 2015-07-24 Yao Qi <yao.qi@linaro.org>
13601
13602 * gdb.server/ext-restart.exp: New file.
13603
13604 2015-07-24 Yao Qi <yao.qi@linaro.org>
13605
13606 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13607 argument options.
13608 * gdb.server/ext-wrapper.exp: New file.
13609
13610 2015-07-23 Doug Evans <dje@google.com>
13611
13612 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13613 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13614
13615 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13616
13617 * gdb.ada/var_arr_typedef.exp: New testcase.
13618 * gdb.ada/var_arr_typedef/pack.adb: New file.
13619 * gdb.ada/var_arr_typedef/pack.ads: New file.
13620 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13621
13622 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13623
13624 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13625
13626 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13627
13628 * gdb.arch/i386-biarch-core.exp: Replace istarget
13629 by "complete set gnutarget". Remove expectation for the "core-file"
13630 command.
13631
13632 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13633
13634 Revert the previous commit:
13635 Tests for validate symbol file using build-id.
13636
13637 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13638
13639 Tests for validate symbol file using build-id.
13640 * gdb.base/solib-mismatch-lib.c: New file.
13641 * gdb.base/solib-mismatch-libmod.c: New file.
13642 * gdb.base/solib-mismatch.c: New file.
13643 * gdb.base/solib-mismatch.exp: New file.
13644
13645 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13646
13647 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13648 nios2-*-linux*.
13649 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13650 * gdb.base/siginfo.exp: Likewise.
13651 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13652
13653 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13654
13655 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13656 Move it to ...
13657 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13658 ... here.
13659 * gdb.trace/range-stepping.exp: Check that the target supports
13660 range stepping.
13661
13662 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13663
13664 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13665
13666 2015-07-14 Pedro Alves <palves@redhat.com>
13667
13668 * gdb.base/killed-outside.exp: New file.
13669 * gdb.base/killed-outside.c: New file.
13670
13671 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13672
13673 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13674 (n at main): New.
13675 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13676
13677 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13678
13679 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13680 infcall tests instead of setting up for KFAIL.
13681
13682 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13683
13684 * gdb.btrace/record_goto-step.exp: New.
13685
13686 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13687
13688 PR compile/18484
13689 * gdb.compile/compile.c (struct struct_type): Add volatile to
13690 selffield's type.
13691 * gdb.compile/compile.exp
13692 (compile code struct_object.selffield = &struct_object): Skip further
13693 struct_object tests if this one xfails.
13694
13695 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13696
13697 PR exp/18617
13698 * gdb.trace/ax.exp: Add test.
13699
13700 2015-07-07 Yao Qi <yao.qi@linaro.org>
13701
13702 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13703 instead of istarget "aarch64*-*-*".
13704 * gdb.arch/aarch64-fp.exp: Likewise.
13705 * gdb.base/float.exp: Likewise.
13706 * gdb.reverse/aarch64.exp: Likewise.
13707 * lib/gdb.exp (is_aarch64_target): New proc.
13708
13709 2015-07-07 Yao Qi <yao.qi@linaro.org>
13710
13711 * lib/gdb.exp (is_aarch32_target): New proc.
13712 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13713 instead of "istarget "arm*-*-*"".
13714 * gdb.arch/arm-disp-step.exp: Likewise.
13715 * gdb.arch/thumb-bx-pc.exp: Likewise.
13716 * gdb.arch/thumb-prologue.exp: Likewise.
13717 * gdb.arch/thumb-singlestep.exp: Likewise.
13718 * gdb.base/disp-step-syscall.exp: Likewise.
13719 * gdb.base/float.exp: Likewise.
13720
13721 2015-07-07 Yao Qi <yao.qi@linaro.org>
13722
13723 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13724 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13725
13726 2015-07-07 Yao Qi <yao.qi@linaro.org>
13727
13728 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13729 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13730 if it exists.
13731 * gdb.multi/multi-arch.exp: Likewise.
13732
13733 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13734
13735 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13736 print.
13737
13738 2015-07-07 Yao Qi <yao.qi@linaro.org>
13739
13740 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13741
13742 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13743
13744 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13745 '[' and ']' characters.
13746
13747 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13748
13749 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13750
13751 2015-06-29 Pedro Alves <palves@redhat.com>
13752
13753 PR threads/18127
13754 * gdb.threads/hand-call-new-thread.c: New file.
13755 * gdb.threads/hand-call-new-thread.c: New file.
13756
13757 2015-06-26 Keith Seitz <keiths@redhat.com>
13758 Doug Evans <dje@google.com>
13759
13760 PR 16253
13761 * gdb.cp/var-tag-2.cc: New file.
13762 * gdb.cp/var-tag-3.cc: New file.
13763 * gdb.cp/var-tag-4.cc: New file.
13764 * gdb.cp/var-tag.cc: New file.
13765 * gdb.cp/var-tag.exp: New file.
13766
13767 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13768
13769 * gdb.base/history-duplicates.exp: New test.
13770
13771 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13772
13773 * gdb.base/completion.exp: Test the completion of the "focus"
13774 command.
13775
13776 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13777
13778 * gdb.arch/amd64-prologue-skip.S: New file.
13779 * gdb.arch/amd64-prologue-skip.exp: New file.
13780
13781 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13782
13783 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13784 is_address_zero_readable check.
13785
13786 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13787
13788 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13789 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13790
13791 2015-06-24 Yao Qi <yao.qi@linaro.org>
13792
13793 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13794 linux targets.
13795
13796 2015-06-24 Yao Qi <yao.qi@linaro.org>
13797
13798 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13799 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13800 * gdb.base/siginfo-thread.exp: Likewise.
13801
13802 2015-06-22 Yao Qi <yao.qi@linaro.org>
13803
13804 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13805
13806 2015-06-22 Yao Qi <yao.qi@linaro.org>
13807
13808 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13809 aarch64*-*-*.
13810 (skip_hw_watchpoint_tests): Likewise.
13811
13812 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13813
13814 * gdb.base/gdbinit-history.exp: Test the interaction between
13815 setting GDBHISTSIZE and setting the history size via .gdbinit.
13816
13817 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13818
13819 PR gdb/16999
13820 * gdb.base/gdbhistsize-history.exp: New test.
13821
13822 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13823
13824 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13825 with GDBHISTSIZE.
13826 * gdb.base/readline.exp: Likewise.
13827
13828 2015-06-17 Yao Qi <yao.qi@linaro.org>
13829
13830 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13831 line.
13832
13833 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13834
13835 * gdb.base/gdbinit-history.exp: Add test case to check that
13836 an unlimited history file does not get truncated on exit.
13837
13838 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13839
13840 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13841 (VECTOR): New macro. Use it...
13842 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13843 ...for these typedefs.
13844 (int8, char1, int1, double1): New typedefs.
13845 (struct just_int2, struct two_int2): New structures.
13846 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13847 (add_structvecs, add_singlevecs): New functions.
13848 (main): Call add_some_intvecs twice.
13849 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13850 the compile and exit upon failure. Try compiling for the "native"
13851 architecture. Test inferior function calls with vector arguments
13852 and vector return value handling with "finish" and "return".
13853
13854 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13855
13856 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13857 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13858 PE file.
13859 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13860
13861 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13862
13863 PR breakpoints/16465
13864 * gdb.mi/mi-dprintf-pending.c: New file.
13865 * gdb.mi/mi-dprintf-pending.exp: New test.
13866 * gdb.mi/mi-dprintf-pendshr.c: New file.
13867
13868 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13869 Mircea Gherzan <mircea.gherzan@intel.com>
13870
13871 * gdb.arch/i386-mpx-map.c: New file.
13872 * gdb.arch/i386-mpx-map.exp: New File.
13873
13874 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13875
13876 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13877 * gdb.arch/i386-mpx.exp: Indentation fixed.
13878
13879 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13880
13881 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13882 function and improved indentation.
13883 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13884 gdb_test_multiple. Added additional tests to skip the test.
13885
13886 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13887
13888 * gdb.arch/i386-avx512.c: Change path in include file.
13889 * gdb.arch/i386-avx512.exp: Change include dir path
13890 compilation flag.
13891 * gdb.arch/i386-mpx.c: Change path in include file.
13892 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13893 flag.
13894
13895 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13896
13897 * gdb.compile/compile-print.exp (compile print *vararray@3)
13898 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13899
13900 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13901
13902 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13903 (do not keep jit in memory): ... this.
13904 (expect 5): Change it to ...
13905 (expect no 5): ... this.
13906
13907 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13908
13909 PR gdb/15564
13910 * gdb.mi/mi-detach.exp: New file.
13911
13912 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13913
13914 PR symtab/18392
13915 * gdb.arch/amd64-tailcall-self.S: New file.
13916 * gdb.arch/amd64-tailcall-self.c: New file.
13917 * gdb.arch/amd64-tailcall-self.exp: New file.
13918
13919 2015-05-28 Don Breazeal <donb@codesourcery.com>
13920
13921 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13922 tests for remote targets by checking is_target_gdbserver.
13923
13924 2015-05-27 Doug Evans <dje@google.com>
13925
13926 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13927 * gdb.dwarf2/opaque-type-lookup.c: New file.
13928 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13929
13930 2015-05-26 Doug Evans <dje@google.com>
13931
13932 * gdb.cp/iostream.cc: New file.
13933 * gdb.cp/iostream.exp: New file.
13934
13935 2015-05-26 Doug Evans <dje@google.com>
13936
13937 * gdb.dwarf2/dw2-op-call.exp: Update.
13938 * gdb.dwarf2/dw4-sig-types.exp: Update.
13939 * gdb.dwarf2/implptr.exp: Update.
13940 * gdb.mi/mi-cmd-param-changed.exp: Update.
13941
13942 2015-05-26 Doug Evans <dje@google.com>
13943
13944 * gdb.python/py-lazy-string.c: New file.
13945 * gdb.python/py-lazy-string.exp: New file.
13946 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13947 (main): Update. Add estring3.
13948 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13949 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13950
13951 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13952 Yao Qi <yao.qi@linaro.org>
13953
13954 * gdb.reverse/aarch64.c: New.
13955 * gdb.reverse/aarch64.exp: New.
13956
13957 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13958
13959 * lib/gdb.exp (supports_process_record): Return true for
13960 aarch64*-linux*.
13961 (supports_reverse): Likewise.
13962
13963 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13964
13965 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13966 Use with_test_prefix.
13967
13968 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13969
13970 * gdb.base/completion.exp: Add test for completion of layout
13971 names.
13972
13973 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13974
13975 * lib/gdb.exp (skip_tui_tests): New proc.
13976 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13977
13978 2015-05-19 Pedro Alves <palves@redhat.com>
13979
13980 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13981 Save the whole env array instead of just HOME. Unset HISTSIZE in
13982 the environment while testing. Restore whole environment
13983 afterwards.
13984
13985 2015-05-16 Doug Evans <xdje42@gmail.com>
13986
13987 * gdb.guile/scm-ports.c: New file.
13988 * gdb.guile/scm-ports.exp: Add memory port tests.
13989
13990 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13991
13992 * gdb.compile/compile-print.c: New file.
13993 * gdb.compile/compile-print.exp: New file.
13994
13995 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13996
13997 * gdb.compile/compile-ops.exp: Cast param to void.
13998 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13999 (compile code struct_object.selffield = &struct_object): Add xfail.
14000
14001 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14002
14003 * gdb.ada/arr_enum_with_gap: New testcase.
14004
14005 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14006
14007 * gdb.ada/byte_packed_arr: New testcase.
14008
14009 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14010
14011 * gdb.ada/pckd_neg: New testcase.
14012
14013 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14014
14015 PR gdb/17820
14016 * gdb.base/gdbinit-history.exp: New test.
14017 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14018 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14019
14020 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14021
14022 * gdb.python/py-xmethods.cc: Enhance test case.
14023 * gdb.python/py-xmethods.exp: New tests.
14024 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14025 function.
14026 (B_indexoper): Likewise.
14027 (global_dm_list) : Add new xmethod worker functions.
14028
14029 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14030
14031 * gdb.base/coredump-filter.exp: Correctly unset
14032 "coredump_var_addr" array.
14033
14034 2015-05-08 Pedro Alves <palves@redhat.com>
14035
14036 * gdb.server/non-existing-program.exp: Unset spawn_id.
14037
14038 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14039
14040 PR python/18291
14041 * gdb.python/py-xmethods.exp: Add tests.
14042
14043 2015-05-08 Yao Qi <yao.qi@linaro.org>
14044
14045 PR gdb/18208
14046 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14047 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14048 function set_coredump_filter, and remove remote_exec call.
14049 Remove argument ipid. Callers update.
14050 (top level): Don't get inferior's PID.
14051
14052 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14053
14054 * gdb.base/watch_thread_num.exp: Skip test on targets without
14055 access watchpoints.
14056
14057 2015-05-06 Pedro Alves <palves@redhat.com>
14058
14059 PR server/18081
14060 * gdb.server/non-existing-program.exp: New file.
14061
14062 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14063
14064 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14065
14066 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14067
14068 * gdb.ada/out_of_line_in_inlined: New testcase.
14069
14070 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14071
14072 * gdb.ada/var_rec_arr: New testcase.
14073
14074 2015-04-30 Yao Qi <yao.qi@linaro.org>
14075
14076 * gdb.base/break-idempotent.exp: If
14077 skip_hw_watchpoint_multi_tests returns true, skip the tests
14078 on "rwatch" and "awatch".
14079
14080 2015-04-30 Yao Qi <yao.qi@linaro.org>
14081
14082 * gdb.base/relativedebug.exp: Invoke gdb command
14083 "info sharedlibrary", and if libc.so doesn't have debug info,
14084 skip the test.
14085
14086 2015-04-29 Doug Evans <dje@google.com>
14087
14088 * gdb.python/py-xmethods.exp: Add ptype tests.
14089 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14090 get_result_type method.
14091
14092 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14093
14094 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14095 the target does not support hardware watchpoints.
14096
14097 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14098
14099 * gdb.base/break-always.exp: Abort testing if writing to memory
14100 causes an error.
14101
14102 2015-04-28 Doug Evans <dje@google.com>
14103
14104 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14105 * gdb.python/py-pp-registration.exp: ... here. New file.
14106 * gdb.python/py-pp-registration.c: New file.
14107 * gdb.python/py-pp-registration.py: New file.
14108
14109 2015-04-28 Doug Evans <dje@google.com>
14110
14111 * gdb.python/py-bad-printers.c: New file.
14112 * gdb.python/py-bad-printers.py: New file.
14113 * gdb.python/py-bad-printers.exp: New file.
14114
14115 2015-04-28 Sasha Smundak <asmundak@google.com>
14116
14117 * gdb.python/py-type.exp: New test.
14118
14119 2015-04-28 Andy Wingo <wingo@igalia.com>
14120
14121 * gdb.python/py-parameter.exp:
14122 * gdb.guile/scm-parameter.exp: Escape the path that we are
14123 matching against, as it might contain characters that are special
14124 to regular expressions.
14125
14126 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14127
14128 * gdb.ada/rec_comp: New testcase.
14129
14130 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14131
14132 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14133 before using it.
14134
14135 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14136
14137 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14138 new tests for verilog output.
14139
14140 2015-04-24 Yao Qi <yao.qi@linaro.org>
14141
14142 * boards/remote-gdbserver-on-localhost.exp: New file.
14143
14144 2015-04-23 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14147 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14148 "end of file", remove $inferior_spawn_id from the indirect list.
14149
14150 2015-04-23 Pedro Alves <palves@redhat.com>
14151
14152 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14153
14154 2015-04-23 Pedro Alves <palves@redhat.com>
14155
14156 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14157 on $any_spawn_id instead of only on $gdb_spawn_id.
14158
14159 2015-04-21 Pierre Muller <muller@sourceware.org>
14160
14161 PR pascal/17815
14162 * lib/pascal.exp (gpc_compile): Add new option "class".
14163 (fpc_compile): Likewise.
14164 * gdb.pascal/case-insensitive-symbols.pas: New file.
14165 * gdb.pascal/case-insensitive-symbols.exp: New file.
14166
14167 2015-04-20 Gary Benson <gbenson@redhat.com>
14168
14169 * gdb.base/attach.exp: Fix three extended remote failures.
14170
14171 2015-04-17 Gary Benson <gbenson@redhat.com>
14172
14173 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14174 the main executable over the remote protocol.
14175
14176 2015-04-16 Pedro Alves <palves@redhat.com>
14177
14178 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14179 a new gdbserver if gdbserver_reconnect_p is set.
14180
14181 2015-04-16 Pedro Alves <palves@redhat.com>
14182
14183 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14184 is set, don't exit gdbserver.
14185
14186 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14187
14188 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14189 appropriate .insn, such that an older assembler can be used.
14190 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14191 the z/Architecture instruction set on 31-bit targets as well.
14192
14193 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14194
14195 * gdb.go/handcall.exp: Remove all logic related to the first
14196 breakpoint and rely on go_runto_main instead.
14197 * gdb.go/strings.exp: Likewise.
14198 * gdb.go/unsafe.exp: Likewise.
14199 * gdb.go/hello.exp: Likewise. Also rename the remaining
14200 breakpoint marker to "breakpoint 1".
14201 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14202 * gdb.go/strings.go: Likewise.
14203 * gdb.go/unsafe.go: Likewise.
14204 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14205 "set breakpoint 2 here" and rename the remaining breakpoint marker
14206 to "breakpoint 1".
14207
14208 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14209
14210 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14211 if itertools.imap is not present.
14212 * gdb.python/py-objfile.exp: Add parentheses.
14213 * gdb.python/py-type.exp: Same.
14214 * gdb.python/py-unwind-maint.py: Same.
14215
14216 2015-04-15 Yao Qi <yao.qi@linaro.org>
14217
14218 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14219 of ":$ptr_size" and set its form explicitly.
14220
14221 2015-04-15 Pedro Alves <palves@redhat.com>
14222 Yao Qi <yao.qi@linaro.org>
14223
14224 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14225 timeout by factor of 4.
14226 (test_regular_watch): Likewise.
14227 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14228 * gdb.reverse/sigall-reverse.exp: Likewise.
14229 * gdb.reverse/until-precsave.exp: Likewise.
14230 * lib/gdb.exp (with_timeout_factor): New proc.
14231 (gdb_expect): Move some code to ...
14232 (get_largest_timeout): ... here. New procedure.
14233
14234 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14235
14236 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14237
14238 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14239
14240 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14241 to write to the .text section.
14242
14243 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14244
14245 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14246 Handle the case of targets that do not provide PID information.
14247
14248 2015-04-13 Yao Qi <yao.qi@linaro.org>
14249
14250 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14251 and use expect instead of gdb_expect.
14252
14253 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14254
14255 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14256 "coredump_var_addr" to avoid naming conflict with other testcases.
14257
14258 2015-04-10 Pedro Alves <palves@redhat.com>
14259
14260 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14261 gdb_test_sequence and gdb_assert.
14262
14263 2015-04-10 Pedro Alves <palves@redhat.com>
14264
14265 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14266 test messages that don't include the breakpoint address.
14267
14268 2015-04-10 Yao Qi <yao.qi@linaro.org>
14269
14270 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14271 false for some offset and width combinations which aren't
14272 supported by linux kernel.
14273
14274 2015-04-10 Pedro Alves <palves@redhat.com>
14275
14276 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14277 procedure, factored out from ...
14278 (top level): ... here. Add "set displaced-stepping" testing axis.
14279 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14280 parameter "displaced". Use it.
14281 (top level): Use foreach and add "set displaced-stepping" testing
14282 axis.
14283
14284 2015-04-10 Pedro Alves <palves@redhat.com>
14285
14286 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14287 Remove comment.
14288 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14289 both the address of the instruction that triggers the watchpoint
14290 and the address of the instruction immediately after, and use
14291 those addresses for the test. Fix comment.
14292
14293 2015-04-10 Pedro Alves <palves@redhat.com>
14294
14295 * gdb.base/sigstep.exp (breakpoint_to_handler)
14296 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14297 Test "backtrace" in handler.
14298 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14299 (top level): Add new "displaced" test axis to
14300 breakpoint_to_handler, breakpoint_to_handler_entry and
14301 breakpoint_over_handler.
14302
14303 2015-04-10 Pedro Alves <palves@redhat.com>
14304
14305 PR gdb/18216
14306 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14307
14308 2015-04-10 Yao Qi <yao.qi@linaro.org>
14309
14310 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14311 (test_add_rn_pc): New function.
14312 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14313 (top level): Invoke test_add_rn_pc.
14314
14315 2015-04-10 Pedro Alves <palves@redhat.com>
14316
14317 PR gdb/13858
14318 * gdb.base/step-over-no-symbols.exp: New file.
14319
14320 2015-04-09 Andy Wingo <wingo@igalia.com>
14321
14322 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14323 after the Python tests.
14324
14325 2015-04-08 Keith Seitz <keiths@redhat.com>
14326
14327 PR python/16699
14328 * gdb.python/py-completion.exp: New tests for completion.
14329 * gdb.python/py-completion.py (CompleteLimit1): New class.
14330 (CompleteLimit2): Likewise.
14331 (CompleteLimit3): Likewise.
14332 (CompleteLimit4): Likewise.
14333 (CompleteLimit5): Likewise.
14334 (CompleteLimit6): Likewise.
14335 (CompleteLimit7): Likewise.
14336
14337 2015-04-08 Pedro Alves <palves@redhat.com>
14338
14339 PR gdb/18214
14340 PR gdb/18216
14341 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14342 function.
14343 (main): Install it as SIGUSR1 handler.
14344 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14345 parameter. Always use "setup" as prefix. Toggle "set
14346 displaced-stepping" off/on depending on global. Don't switch to
14347 thread 1 here.
14348 (top level): Add displaced stepping "off/on" test axis. Update
14349 "setup" calls. Wrap each subtest with with_test_prefix. Test
14350 continuing with a queued signal in each thread.
14351
14352 2015-04-08 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14355 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14356 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14357 Return early if running to main fails.
14358 * gdb.trace/while-stepping.exp: Likewise.
14359
14360 2015-04-07 Pedro Alves <palves@redhat.com>
14361
14362 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14363 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14364 interact with inferior program.
14365
14366 2015-04-07 Pedro Alves <palves@redhat.com>
14367
14368 * lib/gdb.exp (inferior_spawn_id): New global.
14369 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14370 spawn id after processing the user code.
14371 (default_gdb_start): Set inferior_spawn_id.
14372 (send_inferior): New procedure.
14373 * lib/gdbserver-support.exp (gdbserver_start): Set
14374 inferior_spawn_id.
14375 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14376
14377 2015-04-07 Pedro Alves <palves@redhat.com>
14378
14379 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14380 * lib/gdbserver-support.exp (gdbserver_start): Make
14381 $server_spawn_id global.
14382 (gdbserver_start): Don't wait for gdbserver's spawn id with
14383 expect_background.
14384 (close_gdbserver): New procedure.
14385 (gdb_exit): Rename the default version and reimplement.
14386
14387 2015-04-07 Pedro Alves <palves@redhat.com>
14388
14389 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14390 append the substituted item, not the original item.
14391
14392 2015-04-07 Pedro Alves <palves@redhat.com>
14393
14394 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14395 gdb_expect.
14396
14397 2015-04-07 Pedro Alves <palves@redhat.com>
14398
14399 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14400 output appearing once only.
14401
14402 2015-04-07 Pedro Alves <palves@redhat.com>
14403
14404 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14405 that doesn't expect anything. Return early if running to main
14406 fails.
14407
14408 2015-04-07 Yao Qi <yao.qi@linaro.org>
14409
14410 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14411 (child_function): Call alarm.
14412 (main): Move call to alarm into the loop.
14413 * gdb.threads/non-stop-fair-events.exp: Build program with
14414 -DTIMEOUT=$timeout.
14415
14416 2015-04-06 Doug Evans <xdje42@gmail.com>
14417
14418 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14419 Fix dest parameter to board_info.
14420 (fpc_compile): Ditto.
14421 (gdb_compile_pascal): Rename dest arg to destfile.
14422
14423 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14424
14425 * gdb.ada/funcall_ref.exp: New file.
14426 * gdb.ada/funcall_ref/foo.adb: New file.
14427
14428 2015-04-02 Yao Qi <yao.qi@linaro.org>
14429
14430 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14431 is remote.
14432
14433 2015-04-02 Gary Benson <gbenson@redhat.com>
14434
14435 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14436
14437 2015-04-01 Sasha Smundak <asmundak@google.com>
14438
14439 * gdb.python/py-unwind-maint.c: New file.
14440 * gdb.python/py-unwind-maint.exp: New test.
14441 * gdb.python/py-unwind-maint.py: New file.
14442 * gdb.python/py-unwind.c: New file.
14443 * gdb.python/py-unwind.exp: New test.
14444 * gdb.python/py-unwind.py: New test.
14445
14446 2015-04-01 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14449 to fail instead of non-existent $test.
14450
14451 2015-04-01 Pedro Alves <palves@redhat.com>
14452
14453 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14454 GDBFLAGS if not empty.
14455
14456 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14457
14458 * gdb.ada/complete.exp: Remove "multi_line".
14459 * gdb.ada/info_exc.exp: Remove "multi_line".
14460 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14461 * gdb.ada/ptype_field.exp: Remove "multi_line".
14462 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14463 * gdb.ada/tagged.exp: Remove "multi_line".
14464 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14465 [multi_line ...]
14466 * gdb.btrace/delta.exp: Likewise.
14467 * gdb.btrace/exception.exp: Likewise.
14468 * gdb.btrace/function_call_history.exp: Likewise.
14469 * gdb.btrace/instruction_history.exp: Likewise.
14470 * gdb.btrace/nohist.exp: Likewise.
14471 * gdb.btrace/record_goto.exp: Likewise.
14472 * gdb.btrace/segv.exp: Likewise.
14473 * gdb.btrace/stepi.exp: Likewise.
14474 * gdb.btrace/tailcall.exp: Likewise.
14475 * gdb.btrace/unknown_functions.exp: Likewise.
14476 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14477 * lib/gdb.exp: Add the "multi_line" helper.
14478
14479 2015-04-01 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.threads/tid-reuse.c: New file.
14482 * gdb.threads/tid-reuse.exp: New file.
14483
14484 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14485
14486 PR corefiles/16092
14487 * gdb.base/coredump-filter.c: New file.
14488 * gdb.base/coredump-filter.exp: Likewise.
14489
14490 2015-03-27 Petr Machata <pmachata@redhat.com>
14491
14492 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14493 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14494 (Dwarf::assemble): Initialize them.
14495 (Dwarf::lines): New function.
14496
14497 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14498
14499 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14500 SYMBOL_PREFIX for x86_64-*-cygwin.
14501
14502 2015-03-26 Andy Wingo <wingo@igalia.com>
14503
14504 PR symtab/18148
14505 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14506 const_value but not a location.
14507 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14508 location defined in non-main CUs are visible.
14509
14510 2015-03-26 Yao Qi <yao.qi@linaro.org>
14511
14512 PR testsuite/18139
14513 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14514 Add a line number entry for the same line.
14515 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14516 Add a line number entry for the same line.
14517
14518 2015-03-26 Yao Qi <yao.qi@linaro.org>
14519
14520 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14521 .int 0.
14522 (func): Likewise. Add .Lfunc_1 label.
14523 Use .Lfunc_1 label.
14524 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14525 .int 0.
14526 (func): Likewise.
14527 Use .Lfunc_1 label.
14528
14529 2015-03-26 Yao Qi <yao.qi@linaro.org>
14530
14531 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14532 Call gdb_compile instead to compile each .s files without debug
14533 information.
14534
14535 2015-03-26 Yao Qi <yao.qi@linaro.org>
14536
14537 * gdb.base/savedregs.exp (process_saved_regs): Make
14538 "Saved registers:" optional in the pattern.
14539
14540 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14541
14542 * gdb.btrace/next.exp: Merged into step.exp.
14543 * gdb.btrace/finish.exp: Merged into step.exp.
14544 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14545 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14546 "record goto" and checking the exact replay position.
14547 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14548 check for "Recording format" in "info record" output.
14549 * gdb.btrace/record_goto.exp: Choose test file based on target.
14550 * gdb.btrace/x86-record_goto.S: Renamed into ...
14551 * gdb.btrace/x86_64-record_goto.S: ... this.
14552 * gdb.btrace/i686-record_goto.S: New.
14553 * gdb.btrace/x86-tailcall.S: Renamed into ...
14554 * gdb.btrace/x86_64-tailcall.S: ... this.
14555 * gdb.btrace/i686-tailcall.S: New.
14556 * gdb.btrace/x86-tailcall.c: Renamed into ...
14557 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14558 separate statements. Update test.
14559 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14560 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14561 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14562 * gdb.btrace/tailcall.exp: Choose test file based on target.
14563 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14564
14565 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14566
14567 * gdb.btrace/exception.exp: Increase BTS buffer size.
14568
14569 2015-03-24 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14572
14573 2015-03-24 Pedro Alves <palves@redhat.com>
14574
14575 * gdb.threads/schedlock.exp (test_step): No longer expect that
14576 "set scheduler-locking step" with "next" over a function call runs
14577 threads unlocked.
14578
14579 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14580
14581 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14582
14583 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14584
14585 PR breakpoints/16466
14586 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14587 * gdb.mi/mi-pending.c (thread_func): New function.
14588 (int main): Add threading support required.
14589 * gdb.mi/mi-pending.exp: Add tests for this issue.
14590 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14591 (pendfunc2): Remove stdio dependency.
14592 * gdb.mi/mi-pendshr2.c: New file.
14593
14594 2015-03-23 Keith Seitz <keiths@redhat.com>
14595
14596 * gdb.linespec/keywords.c: New file.
14597 * gdb.linespec/keywords.exp: New file.
14598
14599 2015-03-23 Keith Seitz <keiths@redhat.com>
14600
14601 PR gdb/18021
14602 * gdb.dwarf2/staticvirtual.exp: New test.
14603
14604 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14605
14606 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14607 * README: Remove HP-UX and gdb.hp.
14608 (configuration):
14609 * configure: Regenerate.
14610 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14611 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14612 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14613 gdb.hp/gdb.defects/Makefile.
14614 * gdb.hp/Makefile.in: File deleted.
14615 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14616 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14617 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14618 * gdb.hp/gdb.aCC/run.c: File deleted.
14619 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14620 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14621 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14622 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14623 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14624 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14625 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14626 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14627 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14628 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14629 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14630 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14631 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14632 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14633 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14634 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14635 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14636 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14637 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14638 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14639 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14640 * gdb.hp/gdb.compat/average.c: File deleted.
14641 * gdb.hp/gdb.compat/sum.c: File deleted.
14642 * gdb.hp/gdb.compat/xdb.c: File deleted.
14643 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14644 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14645 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14646 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14647 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14648 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14649 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14650 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14651 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14652 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14653 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14654 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14655 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14656 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14657 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14658 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14659 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14660 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14661 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14662 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14663 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14664 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14665 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14666 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14667 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14668 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14669 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14670 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14671 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14672 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14673 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14674 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14675 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14676 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14677 * gdb.hp/tools/odump: File deleted.
14678
14679 2015-03-19 Pedro Alves <palves@redhat.com>
14680
14681 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14682 (saw_thread_3): New globals.
14683 (top level): Increment them when an event for the corresponding
14684 thread is seen.
14685 (no thread starvation): New test.
14686
14687 2015-03-19 Pedro Alves <palves@redhat.com>
14688
14689 * gdb.threads/continue-pending-status.c: New file.
14690 * gdb.threads/continue-pending-status.exp: New file.
14691
14692 2015-03-18 Pedro Alves <palves@redhat.com>
14693
14694 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14695 Use gdb_is_target_remote instead of is_remote. Use
14696 gdb_test_multiple instead of gdb_expect. Exit early if
14697 gdb_test_multiple hits its internal matches. Tighten stepi tests
14698 expected output. Fail on exit with any signal, instead of just
14699 SIGILL.
14700
14701 2015-03-18 Yao Qi <yao.qi@linaro.org>
14702
14703 PR tdep/18107
14704 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14705 variable.
14706 * gdb.base/catch-syscall.exp: Don't skip it on
14707 aarch64*-*-linux* target. Remove elements in all_syscalls.
14708 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14709 target.
14710 (setup_all_syscalls): New proc.
14711
14712 2015-03-16 Yao Qi <yao.qi@linaro.org>
14713
14714 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14715 (top level): Skip tests if valid_addr_p returns false for
14716 $cmd1 or $cmd2.
14717
14718 2015-03-11 Andy Wingo <wingo@igalia.com>
14719
14720 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14721
14722 2015-03-11 Yao Qi <yao.qi@linaro.org>
14723
14724 * gdb.base/catch-syscall.exp: Fix typo in comments.
14725
14726 2015-03-11 Yao Qi <yao.qi@linaro.org>
14727
14728 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14729
14730 2015-03-09 Pedro Alves <palves@redhat.com>
14731
14732 * dg-extract-results.py: Delete.
14733
14734 2015-03-09 Pedro Alves <palves@redhat.com>
14735
14736 Merge dg-extract-results.sh from GCC upstream (r218843).
14737
14738 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14739 * dg-extract-results.sh: Use --text with grep to avoid issues with
14740 binary files. Fall back to cat -v, if that doesn't work.
14741
14742 2015-03-05 Pedro Alves <palves@redhat.com>
14743
14744 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14745
14746 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14747
14748 * lib/mi-support.exp (mi_expect_interrupt): Accept
14749 alternative event for when in all-stop mode.
14750
14751 2015-03-04 Pedro Alves <palves@redhat.com>
14752
14753 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14754
14755 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14756
14757 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14758
14759 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14760
14761 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14762 regexps for GDB's current line display, accept a hex address
14763 preceding the line number.
14764
14765 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14766
14767 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14768 the 'arch1' variable for "s390*-linux*" targets.
14769
14770 2015-03-04 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14773 (main): Pass missing retval argument to pthread_join call.
14774
14775 2015-03-02 Pedro Alves <palves@redhat.com>
14776
14777 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14778 (top level): Call do_test with non-stop as well.
14779
14780 2015-03-02 Pedro Alves <palves@redhat.com>
14781
14782 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14783 -1.
14784
14785 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14786
14787 * gdb.arch/s390-vregs.exp: New test.
14788 * gdb.arch/s390-vregs.S: New file.
14789
14790 2015-02-27 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14793 call to catch_command_errors.
14794 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14795 catch_command_errors.
14796
14797 2015-02-27 Pedro Alves <palves@redhat.com>
14798
14799 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14800 "true" for boolean result.
14801 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14802 prototype of main.
14803
14804 2015-02-27 Pedro Alves <palves@redhat.com>
14805
14806 * lib/unbuffer_output.c: New file.
14807 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14808 (main): Call gdb_unbuffer_output.
14809
14810 2015-02-27 Yao Qi <yao.qi@linaro.org>
14811
14812 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14813 target.
14814
14815 2015-02-26 Doug Evans <dje@google.com>
14816
14817 * gdb.cp/class2.cc (Dbase, D): New classes.
14818 (main): New local delta.
14819 * gdb.cp/class2.exp: Test printing delta.
14820 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14821 (dynbar): New global.
14822 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14823
14824 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14825
14826 * gdb.compile/compile-ifunc.c: New file.
14827 * gdb.compile/compile-ifunc.exp: New file.
14828
14829 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14830
14831 * gdb.base/structs.exp: Check for correct struct on finish.
14832
14833 2015-02-26 Yao Qi <yao.qi@linaro.org>
14834
14835 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14836 is zero.
14837
14838 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14839
14840 * gdb.arch/cordic.ko.bz2: New file.
14841 * gdb.arch/cordic.ko.debug.bz2: New file.
14842 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14843
14844 2015-02-25 Yao Qi <yao.qi@linaro.org>
14845
14846 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14847 aarch64*-*-* target.
14848
14849 2015-02-23 Pedro Alves <palves@redhat.com>
14850
14851 * lib/gdb.exp (delete_breakpoints): Rewrite using
14852 gdb_test_multiple.
14853
14854 2015-02-23 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.base/info-os.c: Include stdlib.h.
14857
14858 2015-02-22 Doug Evans <xdje42@gmail.com>
14859
14860 PR symtab/17855
14861 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14862 is read after symbols have been re-read.
14863 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14864 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14865
14866 2015-02-21 Doug Evans <dje@google.com>
14867
14868 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14869
14870 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14871
14872 PR corefiles/17808
14873 * gdb.arch/i386-biarch-core.core.bz2: New file.
14874 * gdb.arch/i386-biarch-core.exp: New file.
14875
14876 2015-02-21 Pedro Alves <palves@redhat.com>
14877
14878 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14879 runto_main fails.
14880
14881 2015-02-20 Pedro Alves <palves@redhat.com>
14882
14883 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14884 info probes.
14885
14886 2015-02-20 Pedro Alves <palves@redhat.com>
14887
14888 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14889
14890 2015-02-20 Pedro Alves <palves@redhat.com>
14891
14892 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14893 clean_restart before gdb_target_supports_trace.
14894
14895 2015-02-20 Pedro Alves <palves@redhat.com>
14896
14897 PR threads/18006
14898 * gdb.threads/clone-thread_db.c: New file.
14899 * gdb.threads/clone-thread_db.exp: New file.
14900
14901 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14902
14903 PR breakpoints/16812
14904 * gdb.base/catch-gdb-caused-signals.c: New file.
14905 * gdb.base/catch-gdb-caused-signals.exp: New file.
14906
14907 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14908
14909 * configure: Regenerated.
14910 * configure.ac: Use GDB_AC_TRANSFORM.
14911 * aclocal.m4: sinclude ../transform.m4.
14912
14913 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14914
14915 * lib/dtrace.exp: New file.
14916 * gdb.base/dtrace-probe.exp: Likewise.
14917 * gdb.base/dtrace-probe.d: Likewise.
14918 * gdb.base/dtrace-probe.c: Likewise.
14919 * lib/pdtrace.in: Likewise.
14920 * configure.ac: Output variables with the transformed names of
14921 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14922 * configure: Regenerated.
14923
14924 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14925
14926 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14927 expected message when trying to access $_probe_* convenience
14928 variables while not on a probe.
14929
14930 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14931
14932 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14933
14934 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14935
14936 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14937 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14938
14939 2015-02-10 Doug Evans <xdje42@gmail.com>
14940
14941 * lib/gdb.exp (gdb_load): Always return a result.
14942
14943 2015-02-10 Pedro Alves <palves@redhat.com>
14944
14945 * gdb.threads/signal-sigtrap.c: New file.
14946 * gdb.threads/signal-sigtrap.exp: New file.
14947
14948 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14949
14950 * gdb.trace/no-attach-trace.c: New file.
14951 * gdb.trace/no-attach-trace.exp: New file.
14952
14953 2015-02-09 Mark Wielaard <mjw@redhat.com>
14954
14955 * gdb.dwarf2/atomic.c: New file.
14956 * gdb.dwarf2/atomic-type.exp: Likewise.
14957
14958 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14959
14960 * gdb.btrace/buffer-size.exp: Update "info record" output.
14961 * gdb.btrace/delta.exp: Update "info record" output.
14962 * gdb.btrace/enable.exp: Update "info record" output.
14963 * gdb.btrace/finish.exp: Update "info record" output.
14964 * gdb.btrace/instruction_history.exp: Update "info record" output.
14965 * gdb.btrace/next.exp: Update "info record" output.
14966 * gdb.btrace/nexti.exp: Update "info record" output.
14967 * gdb.btrace/step.exp: Update "info record" output.
14968 * gdb.btrace/stepi.exp: Update "info record" output.
14969 * gdb.btrace/nohist.exp: Update "info record" output.
14970
14971 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14972
14973 * gdb.btrace/buffer-size: New.
14974
14975 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14976
14977 * gdb.btrace/delta.exp: Update "info record" output.
14978 * gdb.btrace/enable.exp: Update "info record" output.
14979 * gdb.btrace/finish.exp: Update "info record" output.
14980 * gdb.btrace/instruction_history.exp: Update "info record" output.
14981 * gdb.btrace/next.exp: Update "info record" output.
14982 * gdb.btrace/nexti.exp: Update "info record" output.
14983 * gdb.btrace/step.exp: Update "info record" output.
14984 * gdb.btrace/stepi.exp: Update "info record" output.
14985 * gdb.btrace/nohist.exp: Update "info record" output.
14986
14987 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14988
14989 PR gdb/15678
14990 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14991
14992 2015-02-06 Pedro Alves <palves@redhat.com>
14993
14994 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14995 macro.
14996 (seconds_left, again): New globals.
14997 (main): Wait seconds_left in a 1-second sleep loop instead of
14998 sleeping 180 seconds. If 'again' is set, reset the seconds
14999 counter.
15000 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15001 'again' in the inferior before detaching. Print the seconds left.
15002 (options): New global.
15003 (top level): Build program with -DTIMEOUT=$timeout.
15004
15005 2015-02-06 Pedro Alves <palves@redhat.com>
15006
15007 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15008 determine how many seconds to pass to 'alarm'.
15009 * gdb.base/gdb-sigterm.exp (top level): Build program with
15010 -DTIMEOUT=$timeout.
15011 (do_test): Return success/failure indication. Add more verbose
15012 logging. Don't fail if 200 single steps are seen. Instead, fail
15013 when the test times out.
15014 (passes): New global.
15015 (top level): Break the testing loop if testing fails on any
15016 iteration. Use gdb_assert.
15017
15018 2015-02-04 Don Breazeal <donb@codesourcery.com>
15019
15020 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15021 and initialize them.
15022 (ipc_cleanup): New function.
15023 (main): Don't declare shmid, semid, and msqid. Add a call to
15024 atexit so that we call ipc_cleanup on exit.
15025
15026 2015-02-04 Pedro Alves <palves@redhat.com>
15027
15028 * boards/native-extended-gdbserver.exp: Remove any target variant
15029 specifications from the board name before clearing the isremote
15030 flag from board_info.
15031
15032 2015-01-31 Doug Evans <xdje42@gmail.com>
15033
15034 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15035
15036 2015-01-31 Gary Benson <gbenson@redhat.com>
15037
15038 * gdb.base/completion.exp: Disable completion limiting for
15039 existing tests. Add new tests to check completion limiting.
15040 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15041
15042 2015-01-31 Doug Evans <xdje42@gmail.com>
15043
15044 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15045
15046 2015-01-31 Doug Evans <xdje42@gmail.com>
15047
15048 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15049 entries. Duplicate file section script entries.
15050 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15051 inlined entries. Add test for safe-path rejection.
15052 * gdb.python/py-section-script.c: Add duplicate inlined section script
15053 entries. Duplicate file section script entries.
15054 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15055 inlined entries. Add test for safe-path rejection.
15056
15057 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15058
15059 * gdb.ada/disc_arr_bound: New testcase.
15060
15061 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15062
15063 * gdb.ada/mi_var_array: New testcase.
15064
15065 2015-01-27 Doug Evans <dje@google.com>
15066
15067 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15068 Add test for objfile.filename, objfile.username after objfile
15069 has been unloaded.
15070
15071 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15072
15073 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15074 the second test to print the name attribute of value
15075 returned by the call to gdb.lookup_type, and adjust
15076 the expected output accordingly.
15077
15078 2015-01-25 Mark Wielaard <mjw@redhat.com>
15079
15080 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15081 * gdb.base/disp-step-fork.c: Include unistd.h.
15082 * gdb.base/siginfo-obj.c: Include stdio.h.
15083 * gdb.base/siginfo-thread.c: Likewise.
15084 * gdb.mi/non-stop.c: Include unistd.h.
15085 * gdb.mi/nsthrexec.c: Include stdio.h.
15086 * gdb.mi/pthreads.c: Include unistd.h.
15087 * gdb.modula2/unbounded1.c (main): Declare returns int.
15088 * gdb.reverse/consecutive-reverse.c: Likewise.
15089 * gdb.threads/create-fail.c: Include unistd.h.
15090 * gdb.threads/killed.c: Likewise.
15091 * gdb.threads/linux-dp.c: Likewise.
15092 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15093 * gdb.threads/non-ldr-exc-2.c: Likewise.
15094 * gdb.threads/non-ldr-exc-3.c: Likewise.
15095 * gdb.threads/non-ldr-exc-4.c: Likewise.
15096 * gdb.threads/pthreads.c: Include unistd.h.
15097 (main): Declare returns int.
15098 * gdb.threads/tls-main.c (foo): New declaration.
15099 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15100
15101 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15102
15103 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15104 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15105
15106 2015-01-15 Mark Wielaard <mjw@redhat.com>
15107
15108 * gdb.base/noreturn-return.c: New file.
15109 * gdb.base/noreturn-return.exp: New file.
15110 * gdb.base/noreturn-finish.c: New file.
15111 * gdb.base/noreturn-finish.exp: New file.
15112
15113 2015-01-23 Pedro Alves <palves@redhat.com>
15114
15115 * gdb.threads/continue-pending-after-query.c: New file.
15116 * gdb.threads/continue-pending-after-query.exp: New file.
15117
15118 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15119 Simon Marchi <simon.marchi@ericsson.com>
15120
15121 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15122 * gdb.base/valgrind-db-attach.exp: Same.
15123 * gdb.base/valgrind-infcall.exp: Same.
15124 * lib/mi-support.exp (default_mi_gdb_start): Same.
15125 * lib/prompt.exp (default_prompt_gdb_start): Same.
15126 * lib/gdb.exp (default_gdb_spawn): Same.
15127 (gdb_interact): New.
15128
15129
15130 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15131
15132 * gdb.compile/compile.exp (pointer to jit function): New test.
15133
15134 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15135
15136 * lib/gdb.exp (supports_process_record): Return true for
15137 powerpc*-*-linux*.
15138 (supports_reverse): Likewise.
15139
15140 2015-01-15 Don Breazeal <donb@codesourcery.com>
15141
15142 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15143 instead of checking whether the target board is remote and
15144 use spawn_wait_for_attach instead of exec/sleep.
15145 * gdb.base/attach-twice.exp: Likewise.
15146
15147 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15148
15149 * gdb.ada/var_arr_attrs: New testcase.
15150
15151 2015-01-14 Pedro Alves <palves@redhat.com>
15152 Joel Brobecker <brobecker@adacore.com>
15153
15154 PR gdb/17525
15155 * gdb.base/bp-cmds-execution-x-script.c: New file.
15156 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15157 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15158
15159 2015-01-14 Pedro Alves <palves@redhat.com>
15160
15161 PR cli/17828
15162 * gdb.base/batch-preserve-term-settings.c: New file.
15163 * gdb.base/batch-preserve-term-settings.exp: New file.
15164
15165 2015-01-13 Doug Evans <dje@google.com>
15166
15167 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15168 binary.
15169
15170 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15171
15172 * Makefile.in (clean mostlyclean): Do not delete *.py.
15173
15174 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15175
15176 * gdb.python/py-lookup-type.exp: New file.
15177
15178 2015-01-12 Pedro Alves <palves@redhat.com>
15179
15180 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15181 restore GDBFLAGS before returning.
15182
15183 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15184
15185 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15186 is_amd64_regs_target and is_x86_like_target.
15187
15188 2015-01-11 Doug Evans <xdje42@gmail.com>
15189
15190 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15191 is given without an explicit form.
15192 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15193 attributes.
15194 * gdb.dwarf/corrupt.exp: Ditto.
15195 * gdb.dwarf2/enum-type.exp: Ditto.
15196 * gdb.trace/entry-values.exp: Ditto.
15197 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15198
15199 2015-01-11 Doug Evans <xdje42@gmail.com>
15200
15201 PR gdb/15830
15202 * gdb.base/maint.exp: Remove references to "maint demangle".
15203 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15204 Add tests for explicitly specifying language to demangle.
15205 * gdb.dlang/demangle.exp: Ditto.
15206
15207 2015-01-09 Pedro Alves <palves@redhat.com>
15208
15209 * gdb.threads/non-stop-fair-events.c: New file.
15210 * gdb.threads/non-stop-fair-events.exp: New file.
15211
15212 2015-01-09 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15215 the global scope. Set a breakpoint after all threads are started
15216 rather than stepping over two source lines. Expect the prompt.
15217 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15218 global.
15219 (NUM): Now 15.
15220 (main): Use threads_started_barrier to wait for all threads to
15221 start. Main thread no longer calls thread_function. Exit after
15222 180 seconds.
15223 (loop): New function.
15224 (thread_function): Wait on threads_started_barrier barrier. Call
15225 'loop' at each iteration.
15226 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15227 threads have started, instead of hardcoding number of "next"
15228 steps. Use an access watchpoint instead of a write watchpoint.
15229
15230 2015-01-09 Pedro Alves <palves@redhat.com>
15231
15232 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15233 (thread_func): Wait on barrier.
15234 (main): Wait for all threads to start before stopping GDB.
15235 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15236 global.
15237 (thread1_func, thread2_func): Wait on barrier.
15238 (main): Wait for all threads to start before stopping GDB.
15239 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15240 New global.
15241 (thread1_func, thread2_func): Wait on barrier.
15242 (main): Wait for all threads to start before stopping GDB.
15243
15244 2015-01-09 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.threads/attach-many-short-lived-threads.c: New file.
15247 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15248
15249 2014-01-09 Pedro Alves <palves@redhat.com>
15250
15251 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15252 instead of to thread 2.
15253 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15254 Add barrier around each pthread_create call instead of around all
15255 calls.
15256 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15257 Set a break on thread_function and have the child threads hit it
15258 one at at a time.
15259
15260 2015-01-09 Pedro Alves <palves@redhat.com>
15261
15262 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15263 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15264 false.
15265 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15266 checking whether the target board is remote.
15267 * gdb.multi/multi-attach.exp: Likewise.
15268 * gdb.python/py-sync-interp.exp: Likewise.
15269 * gdb.server/ext-attach.exp: Likewise.
15270 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15271 tests that need to attach, instead of checking whether the target
15272 board is remote at the top of the file.
15273
15274 2015-01-08 Yao Qi <yao@codesourcery.com>
15275
15276 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15277
15278 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15279
15280 Fix testcase compilation.
15281 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15282
15283 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15284
15285 * gdb.python/py-type.exp: Add a couple test about empty
15286 array creation, and negative-length array creation.
15287
15288 2015-01-02 Doug Evans <xdje42@gmail.com>
15289
15290 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15291
15292 2015-01-02 Doug Evans <dje@google.com>
15293
15294 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15295
15296 2014-12-29 Yao Qi <yao@codesourcery.com>
15297
15298 * gdb.trace/entry-values.exp: Update comments. Rename variable
15299 bar_call_foo to returned_from_foo.
15300
15301 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15302
15303 PR gdb/17394
15304 * gdb.linespec/break-asm-file.c: New file.
15305 * gdb.linespec/break-asm-file.exp: New file.
15306 * gdb.linespec/break-asm-file0.s: New file.
15307 * gdb.linespec/break-asm-file1.s: New file.
15308
15309 2014-12-18 Nigel Stephens <nigel@mips.com>
15310 Maciej W. Rozycki <macro@codesourcery.com>
15311
15312 * gdb.base/float.exp: Handle the new output from "info float" on
15313 MIPS targets.
15314
15315 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15316
15317 Fix MinGW compilation.
15318 * gdb.compile/compile-ops.exp: Update untested message if
15319 !skip_compile_feature_tests.
15320 * gdb.compile/compile-setjmp.exp: Likewise.
15321 * gdb.compile/compile-tls.exp: Likewise.
15322 * gdb.compile/compile.exp: Likewise.
15323 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15324 supported on this host".
15325
15326 2014-12-16 Doug Evans <xdje42@gmail.com>
15327
15328 * boards/stabs.exp: New file.
15329
15330 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15331
15332 * gdb.base/completion.exp: Adjust to format changes of "maint
15333 print user-registers".
15334
15335 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15336
15337 PR server/17457
15338 * gdb.arch/aarch64-fp.c: New file.
15339 * gdb.arch/aarch64-fp.exp: New file.
15340
15341 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15342
15343 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15344 r210637, r210913, r211666, r215400, r215817).
15345
15346 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15347 * dg-extract-results.py: New file.
15348 * dg-extract-results.sh: Use it if the environment seems
15349 suitable.
15350
15351 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15352
15353 * dg-extract-results.py (parse_run): Handle warnings that
15354 are printed before a test harness is run.
15355
15356 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15357
15358 * dg-extract-results.py (Named): Remove __cmp__ method.
15359 (output_variation): Use a key to sort variation.harnesses.
15360
15361 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15362
15363 * dg-extract-results.py: For Python 3, force sys.stdout to
15364 handle surrogate escape sequences.
15365 (safe_open): New function.
15366 (output_segment, main): Use it.
15367
15368 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15369
15370 * dg-extract-results.py (Prog.result_re): Include options
15371 in test name.
15372
15373 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15374
15375 * dg-extract-results.py (output_variation): Always sort if
15376 do_sum.
15377
15378 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15379
15380 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15381 as long as we get pagination notifications.
15382
15383 2014-12-15 Jason Merrill <jason@redhat.com>
15384
15385 * Makefile.in (check-gdb.%): Restore.
15386 * README: Mention it.
15387
15388 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15389
15390 * gdb.ada/str_uninit: New testcase.
15391
15392 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15393
15394 PR symtab/17642
15395 * gdb.base/vla-stub-define.c: New file.
15396 * gdb.base/vla-stub.c: New file.
15397 * gdb.base/vla-stub.exp: New file.
15398
15399 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15400 Jan Kratochvil <jan.kratochvil@redhat.com>
15401 Tom Tromey <tromey@redhat.com>
15402
15403 * configure.ac: Add gdb.compile/.
15404 * configure: Regenerate.
15405 * gdb.compile/Makefile.in: New file.
15406 * gdb.compile/compile-ops.exp: New file.
15407 * gdb.compile/compile-ops.c: New file.
15408 * gdb.compile/compile-tls.c: New file.
15409 * gdb.compile/compile-tls.exp: New file.
15410 * gdb.compile/compile-constvar.S: New file.
15411 * gdb.compile/compile-constvar.c: New file.
15412 * gdb.compile/compile-mod.c: New file.
15413 * gdb.compile/compile-nodebug.c: New file.
15414 * gdb.compile/compile-setjmp-mod.c: New file.
15415 * gdb.compile/compile-setjmp.c: New file.
15416 * gdb.compile/compile-setjmp.exp: New file.
15417 * gdb.compile/compile-shlib.c: New file.
15418 * gdb.compile/compile.c: New file.
15419 * gdb.compile/compile.exp: New file.
15420 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15421
15422 2014-12-12 Tom Tromey <tromey@redhat.com>
15423
15424 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15425 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15426
15427 2014-12-12 Doug Evans <dje@google.com>
15428
15429 * lib/gdb-python.exp (get_python_valueof): New function.
15430 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15431
15432 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15433
15434 * gdb.base/completion.exp: Add test for completion of "info
15435 registers ".
15436
15437 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15438
15439 * gdb.base/func-ptrs.c: New file.
15440 * gdb.base/func-ptrs.exp: New file.
15441
15442 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15443
15444 PR breakpoints/17012
15445 * gdb.base/dprintf-detach.c: New file.
15446 * gdb.base/dprintf-detach.exp: New file.
15447
15448 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15449
15450 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15451 * lib/gdb.exp (target_is_gdbserver): New procedure.
15452
15453 2014-12-08 Doug Evans <dje@google.com>
15454
15455 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15456
15457 2014-12-05 Yao Qi <yao@codesourcery.com>
15458
15459 * gdb.guile/scm-error.exp: Remove the third argument to
15460 gdb_remote_download.
15461 * gdb.guile/scm-frame-args.exp: Likewise.
15462 * gdb.guile/scm-section-script.exp: Likewise.
15463
15464 2014-12-05 Yao Qi <yao@codesourcery.com>
15465
15466 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15467
15468 2014-12-04 Doug Evans <dje@google.com>
15469
15470 * gdb.python/py-objfile.exp: Add tests for
15471 objfile.add_separate_debug_file.
15472
15473 2014-12-04 Doug Evans <dje@google.com>
15474
15475 * lib/gdb.exp (get_build_id): New function.
15476 (build_id_debug_filename_get): Rewrite to use it.
15477 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15478
15479 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15480
15481 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15482 `method(long)', not just 0x0.
15483 * gdb.cp/nsalias.exp: Align code labels to 4.
15484 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15485 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15486 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15487 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15488 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15489 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15490
15491 2014-12-02 Doug Evans <dje@google.com>
15492
15493 PR symtab/17602
15494 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15495 * gdb.cp/anon-ns2.cc: ... here. New file.
15496 * gdb.cp/anon-ns.exp: Update.
15497
15498 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15499
15500 * gdb.python/py-events.py (inferior_call_handler): New.
15501 (register_changed_handler, memory_changed_handler): New.
15502 (test_events.invoke): Register new handlers.
15503 * gdb.python/py-events.exp: Add tests for inferior call,
15504 memory_changed and register_changed events.
15505
15506 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15507
15508 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15509 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15510 if the linker doesn't understand this.
15511
15512 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15513
15514 * gdb.python/python.exp: Change expected reply to help().
15515
15516 2014-12-01 Yao Qi <yao@codesourcery.com>
15517
15518 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15519 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15520 * configure: Re-generated.
15521
15522 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15523
15524 * gdb.cp/chained-calls.cc: New file.
15525 * gdb.cp/chained-calls.exp: New file.
15526 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15527
15528 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15529
15530 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15531 * gdb.dwarf2/symtab-producer.exp: Same.
15532 * gdb.gdb/python-interrupts.exp: Same.
15533 * gdb.gdb/python-selftest.exp: Same.
15534 * gdb.python/py-linetable.exp: Same.
15535 * gdb.python/py-type.exp: Same.
15536 * gdb.python/py-value-cc.exp: Same.
15537 * gdb.python/py-value.exp: Same.
15538
15539 2014-11-28 Yao Qi <yao@codesourcery.com>
15540
15541 * gdb.base/break-probes.exp: Match library name prefixed with
15542 sysroot.
15543
15544 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15545
15546 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15547 test expected output. Add parentheses for the call to print.
15548 Remove L suffix from integers.
15549
15550 2014-11-26 Doug Evans <dje@google.com>
15551
15552 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15553
15554 2014-11-22 Yao Qi <yao@codesourcery.com>
15555
15556 * gdb.trace/entry-values.c: Remove asms.
15557 (foo): Add foo_label.
15558 (bar): Add bar_label.
15559 * gdb.trace/entry-values.exp: Remove code computing foo's
15560 length and bar's length.
15561 (Dwarf::assemble): Invoke function_range for bar and use
15562 MACRO_AT_func for foo.
15563
15564 2014-11-22 Yao Qi <yao@codesourcery.com>
15565
15566 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15567 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15568 Use .Lgcc43_procstart instead of gcc43.
15569
15570 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15571
15572 * gdb.ada/n_arr_bound: New testcase.
15573
15574 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15575
15576 PR breakpoints/10737
15577 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15578 test_catch_syscall_multi_arch.
15579 (test_catch_syscall_multi_arch): New function.
15580
15581 2014-11-20 Doug Evans <xdje42@gmail.com>
15582
15583 * gdb.base/maint.exp: Update expected output.
15584
15585 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15586
15587 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15588 4-byte instruction on S390.
15589
15590 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15591
15592 * gdb.ada/arr_arr: New testcase.
15593
15594 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15595
15596 * gdb.ada/pkd_arr_elem: New Testcase.
15597
15598 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15599
15600 * gdb.reverse/break-precsave: Expect completion message for
15601 core file reads.
15602 * gdb.reverse/consecutive-precsave.exp: Likewise.
15603 * gdb.reverse/finish-precsave.exp: Likewise.
15604 * gdb.reverse/i386-precsave.exp: Likewise.
15605 * gdb.reverse/machinestate-precsave.exp: Likewise.
15606 * gdb.reverse/sigall-precsave.exp: Likewise.
15607 * gdb.reverse/solib-precsave.exp: Likewise.
15608 * gdb.reverse/step-precsave.exp: Likewise.
15609 * gdb.reverse/until-precsave.exp: Likewise.
15610 * gdb.reverse/watch-precsave.exp: Likewise.
15611
15612 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15613
15614 * gdb.base/bp-permanent.c: Include unistd.h.
15615 * gdb.python/py-framefilter-mi.c (main): Add return type.
15616 * gdb.python/py-framefilter.c (main): Likewise.
15617 * gdb.trace/actions-changed.c (main): Likewise.
15618
15619 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15620
15621 * gdb.mi/until.c: Add eye-catchers.
15622 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15623 line numbers.
15624
15625 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15626
15627 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15628 function header variants in break1.c.
15629 * gdb.base/ena-dis-br.exp: Likewise.
15630 * gdb.base/hbreak2.exp: Likewise.
15631 * gdb.reverse/until-precsave.exp: Drop references to removed
15632 non-prototype function header variants in ur1.c.
15633 * gdb.reverse/until-reverse.exp: Likewise.
15634
15635 2014-11-17 Petr Machata <pmachata@redhat.com>
15636
15637 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15638 ${_cu_offset_size} bytes abbrev offset.
15639
15640 2014-11-15 Doug Evans <xdje42@gmail.com>
15641
15642 PR symtab/17559
15643 * gdb.base/line-symtabs.exp: New file.
15644 * gdb.base/line-symtabs.c: New file.
15645 * gdb.base/line-symtabs.h: New file.
15646
15647 2014-11-14 Yao Qi <yao@codesourcery.com>
15648
15649 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15650 (func): Add label func_label.
15651 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15652 Replace low_pc and high_pc with MACRO_AT_range.
15653 Replace name, low_pc and high_pc with MACRO_AT_func.
15654
15655 2014-11-14 Yao Qi <yao@codesourcery.com>
15656
15657 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15658 Replace name, low_pc and high_pc with MACRO_AT_func.
15659
15660 2014-11-14 Yao Qi <yao@codesourcery.com>
15661
15662 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15663 produce debug information.
15664 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15665
15666 2014-11-14 Yao Qi <yao@codesourcery.com>
15667
15668 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15669 object and get function length.
15670 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15671 with MACRO_AT_func.
15672 (top-level): Replace gdb_compile and clean_restart with
15673 prepare_for_testing.
15674 * gdb.dwarf2/main.c (main): Add label main_label.
15675
15676 2014-11-14 Yao Qi <yao@codesourcery.com>
15677
15678 * lib/dwarf.exp (function_range): New procedure.
15679 (Dwarf::_handle_macro_at_func): New procedure.
15680 (Dwarf::_handle_macro_at_range): New procedure.
15681 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15682
15683 2014-11-14 Yao Qi <yao@codesourcery.com>
15684
15685 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15686 (_handle_attribute): New procedure.
15687
15688 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15689
15690 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15691 * gdb.base/call-sc.c (zed): Likewise.
15692 * gdb.base/checkpoint.c (main): Likewise.
15693 * gdb.base/dump.c (main): Likewise.
15694 * gdb.base/gcore.c (main): Likewise.
15695 * gdb.base/huge.c (main): Likewise.
15696 * gdb.base/multi-forks.c (main): Likewise.
15697 * gdb.base/pr10179-a.c (main): Likewise.
15698 * gdb.base/savedregs.c (main): Likewise.
15699 * gdb.base/sigaltstack.c (main): Likewise.
15700 * gdb.base/siginfo.c (main): Likewise.
15701 * gdb.base/structs.c (zed): Likewise.
15702 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15703 * gdb.mi/mi-syn-frame.c (main): Likewise.
15704 * gdb.mi/until.c (foo, main): Likewise.
15705 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15706 * gdb.base/solib-weak.c (foo): Declare.
15707 * gdb.base/attach-twice.c: Include stdio.h.
15708 * gdb.base/weaklib1.c: Likewise.
15709 * gdb.base/weaklib2.c: Likewise.
15710 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15711 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15712 unistd.h.
15713 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15714 * gdb.mi/mi-exit-code.c: Likewise.
15715 * gdb.base/break-interp-lib.c: Include string.h.
15716 * gdb.base/coremaker.c: Likewise.
15717 * gdb.base/testenv.c: Likewise.
15718 * gdb.python/py-finish-breakpoint.c: Likewise.
15719 * gdb.base/inferior-died.c: Include sys/wait.h.
15720 * gdb.base/fileio.c: Include time.h.
15721 * gdb.base/async-shell.c: Include unistd.h.
15722 * gdb.base/dprintf-non-stop.c: Likewise.
15723 * gdb.base/info-os.c: Likewise.
15724 * gdb.mi/mi-console.c: Likewise.
15725 * gdb.mi/watch-nonstop.c: Likewise.
15726 * gdb.python/py-events.c: Likewise.
15727 * gdb.base/async.c (baz): Move up before its invocation.
15728 * gdb.base/code_elim2.c (my_global_func): Likewise.
15729 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15730 * gdb.base/advance.c (func2): Likewise.
15731
15732 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15733
15734 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15735 variant.
15736 * gdb.base/annota3.c: Likewise.
15737 * gdb.base/async.c: Likewise.
15738 * gdb.base/average.c: Likewise.
15739 * gdb.base/call-ar-st.c: Likewise.
15740 * gdb.base/call-rt-st.c: Likewise.
15741 * gdb.base/call-sc.c: Likewise.
15742 * gdb.base/call-strs.c: Likewise.
15743 * gdb.base/ending-run.c: Likewise.
15744 * gdb.base/execd-prog.c: Likewise.
15745 * gdb.base/exprs.c: Likewise.
15746 * gdb.base/foll-exec.c: Likewise.
15747 * gdb.base/foll-fork.c: Likewise.
15748 * gdb.base/foll-vfork.c: Likewise.
15749 * gdb.base/funcargs.c: Likewise.
15750 * gdb.base/gcore.c: Likewise.
15751 * gdb.base/jump.c: Likewise.
15752 * gdb.base/langs0.c: Likewise.
15753 * gdb.base/langs1.c: Likewise.
15754 * gdb.base/langs2.c: Likewise.
15755 * gdb.base/mips_pro.c: Likewise.
15756 * gdb.base/nodebug.c: Likewise.
15757 * gdb.base/opaque0.c: Likewise.
15758 * gdb.base/opaque1.c: Likewise.
15759 * gdb.base/recurse.c: Likewise.
15760 * gdb.base/run.c: Likewise.
15761 * gdb.base/scope0.c: Likewise.
15762 * gdb.base/scope1.c: Likewise.
15763 * gdb.base/setshow.c: Likewise.
15764 * gdb.base/setvar.c: Likewise.
15765 * gdb.base/shmain.c: Likewise.
15766 * gdb.base/shr1.c: Likewise.
15767 * gdb.base/shr2.c: Likewise.
15768 * gdb.base/sigall.c: Likewise.
15769 * gdb.base/signals.c: Likewise.
15770 * gdb.base/so-indr-cl.c: Likewise.
15771 * gdb.base/solib2.c: Likewise.
15772 * gdb.base/structs.c: Likewise.
15773 * gdb.base/sum.c: Likewise.
15774 * gdb.base/vforked-prog.c: Likewise.
15775 * gdb.base/watchpoint.c: Likewise.
15776 * gdb.reverse/shr2.c: Likewise.
15777 * gdb.reverse/until-reverse.c: Likewise.
15778 * gdb.reverse/ur1.c: Likewise.
15779 * gdb.reverse/watch-reverse.c: Likewise.
15780
15781 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15782
15783 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15784 variant.
15785 * gdb.base/sepdebug.exp: Drop references to removed code.
15786
15787 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15788
15789 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15790 variant. Preserve original line numbering.
15791 * gdb.base/list1.c: Likewise.
15792
15793 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15794
15795 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15796 variant.
15797 * gdb.base/break1.c: Likewise.
15798 * gdb.base/break.exp: Drop references to removed code.
15799
15800 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15801
15802 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15803 variant.
15804
15805 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15806
15807 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15808
15809 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15810
15811 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15812 logic into perform_all_tests() and invoke it with and without
15813 function header prototypes.
15814 (do_function_calls): Remove conditional XFAIL for PR 5318.
15815 (rerun_and_prepare): Remove duplicate code.
15816 (perform_all_tests): New. Main logic moved here.
15817
15818 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15819
15820 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15821 code guarded by #ifdef NO_PROTOTYPES.
15822 (t_double_many_args): Likewise.
15823 (DEF_FUNC_MANY_ARGS_1): Likewise.
15824 (DEF_FUNC_VALUES_1): Likewise.
15825 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15826 guarded by #ifdef PROTOTYPES.
15827
15828 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15829
15830 * gdb.mi/mi-console.c: Add eye-catcher.
15831 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15832 instead of literal line number.
15833
15834 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15835
15836 * gdb.base/shr2.c: Add eye-catcher.
15837 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15838 line number.
15839
15840 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15841
15842 * gdb.base/jump.c: Add eye-catchers.
15843 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15844 numbers.
15845
15846 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15847
15848 * gdb.base/execd-prog.c: Add eye-catchers.
15849 * gdb.base/foll-exec.c: Likewise.
15850 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15851 line numbers.
15852
15853 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15854
15855 * gdb.base/ending-run.c: Add eye-catchers.
15856 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15857 literal line numbers.
15858
15859 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15860
15861 * gdb.base/call-rt-st.c: Add eye-catchers.
15862 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15863 literal line numbers.
15864
15865 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15866
15867 * gdb.base/call-ar-st.c: Add eye-catchers.
15868 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15869 literal line numbers.
15870
15871 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15872
15873 * gdb.base/average.c: Add eye-catchers.
15874 * gdb.base/sum.c: Likewise.
15875 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15876 regexps dynamically.
15877
15878 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15879
15880 * gdb.base/solib1.c: Add eye-catchers.
15881 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15882 literal line numbers.
15883
15884 2014-11-12 Pedro Alves <palves@redhat.com>
15885
15886 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15887 leader has exited.
15888
15889 2014-11-12 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.arch/i386-bp_permanent.c: New file.
15892 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15893 (srcfile): Set to i386-bp_permanent.c.
15894 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15895 that stepi does not execute the 'leave' instruction, instead of
15896 testing it does execute.
15897 * gdb.base/bp-permanent.c: New file.
15898 * gdb.base/bp-permanent.exp: New file.
15899
15900 2014-11-10 Doug Evans <xdje42@gmail.com>
15901
15902 PR symtab/17564
15903 * gdb.base/symtab-search-order.exp: New file.
15904 * gdb.base/symtab-search-order.c: New file.
15905 * gdb.base/symtab-search-order-1.c: New file.
15906 * gdb.base/symtab-search-order-shlib-1.c: New file.
15907
15908 2014-11-07 Pedro Alves <palves@redhat.com>
15909
15910 PR gdb/17511
15911 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15912 i?86-*-linux*.
15913
15914 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15915
15916 PR c++/17494
15917 * gdb.cp/pr17494.cc: New file.
15918 * gdb.cp/pr17494.exp: New file.
15919
15920 2014-11-02 Yao Qi <yao@codesourcery.com>
15921
15922 * gdb.python/python.exp: Get working directory and match the
15923 output of "set extended-prompt \\w " with it.
15924
15925 2014-10-30 Doug Evans <dje@google.com>
15926
15927 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15928 in objfiles.
15929 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15930 in progspaces.
15931
15932 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15933
15934 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15935 * gdb.base/realname-expand.exp: Likewise.
15936 * gdb.linespec/macro-relative.exp: Likewise.
15937
15938 2014-10-29 Pedro Alves <palves@redhat.com>
15939
15940 PR gdb/17408
15941 * gdb.threads/schedlock.c (some_function): New function.
15942 (call_function): New global.
15943 (MAYBE_CALL_SOME_FUNCTION): New macro.
15944 (thread_function): Call it.
15945 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15946 and use it instead of a global counter. Adjust all callers.
15947 (get_current_thread): Use "find current thread" for test message
15948 here rather than having all callers pass down the same string.
15949 (goto_loop): New procedure, factored out from ...
15950 (my_continue): ... this.
15951 (step_ten_loops): Change parameter from test message to command to
15952 use. Adjust.
15953 (list_count): Delete global.
15954 (check_result): New procedure, factored out from duplicate top
15955 level code.
15956 (continue tests): Wrap in with_test_prefix.
15957 (test_step): New procedure, factored out from duplicate top level
15958 code.
15959 (top level): Test "step" in combination with all scheduler-locking
15960 modes. Test "next" in combination with all scheduler-locking
15961 modes, and in combination with stepping over a function call or
15962 not.
15963 * gdb.threads/next-bp-other-thread.c: New file.
15964 * gdb.threads/next-bp-other-thread.exp: New file.
15965
15966 2014-10-29 Pedro Alves <palves@redhat.com>
15967
15968 PR python/17372
15969 * gdb.python/python.exp: Test a multi-line command that spawns
15970 interactive Python.
15971 * gdb.base/multi-line-starts-subshell.exp: New file.
15972
15973 2014-10-29 Yao Qi <yao@codesourcery.com>
15974
15975 * gdb.base/fileio.exp: Make directories on host.
15976
15977 2014-10-29 Yao Qi <yao@codesourcery.com>
15978
15979 * gdb.base/fileio.c (test_write): Close the file.
15980
15981 2014-10-28 Pedro Alves <palves@redhat.com>
15982
15983 PR gdb/12623
15984 * gdb.base/sigstep.c (no_handler): New global.
15985 (main): If 'no_handler is true, set the signal handlers to
15986 SIG_IGN.
15987 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15988 with_sw_watch and no_handler parameters. Handle them.
15989 (top level) <stepping over handler when stopped at a breakpoint
15990 test>: Add a test axis for testing with a software watchpoint, and
15991 another for testing with the signal handler set to SIG_IGN.
15992 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15993 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15994
15995 2014-10-28 Pedro Alves <palves@redhat.com>
15996
15997 PR gdb/17511
15998 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15999 * gdb.base/sigstep.exp (other_handler_location): New global.
16000 (advance): Support stepping into the signal handler, and running
16001 commands while in the handler.
16002 (in_handler_map): New global.
16003 (top level): In the advance test, add combinations for getting
16004 into the handler with stepping commands, and for running commands
16005 in the handler. Add comment descripting the advancei tests.
16006
16007 2014-10-28 Pedro Alves <palves@redhat.com>
16008
16009 * gdb.base/sigstep.exp: Use build_executable instead of
16010 prepare_for_testing.
16011 (top level): Move code that starts GDB, runs to main and creates a
16012 display to ...
16013 (restart): ... this new procedure.
16014 (top level): Move backtrace from signal handler test to ...
16015 (validate_backtrace): ... this new procedure.
16016 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16017 with_test_prefix. Always restart GDB.
16018 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16019 with_test_prefix. Always restart GDB. No need to delete
16020 breakpoints after the test.
16021 (test_skip_handler): Remove prefix parameter.
16022 (skip_over_handler, breakpoint_to_handler)
16023 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16024 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16025 restart GDB. No need to delete breakpoints after the test.
16026 (top level): Use foreach to call the test procedures with
16027 different commands.
16028
16029 2014-10-28 Pedro Alves <palves@redhat.com>
16030
16031 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16032 instead of GNATS numbers.
16033 * gdb.base/sigbpt.exp: Likewise.
16034 * gdb.base/siginfo.exp: Likewise.
16035 * gdb.base/sigstep.exp: Likewise.
16036
16037 2014-10-27 Pedro Alves <palves@redhat.com>
16038
16039 * gdb.base/sigstep.c (dummy): New global.
16040 (main): Issue a couple writes to the new global.
16041 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16042 procedures.
16043 (skip_over_handler): Use test_skip_handler.
16044 (top level): Call skip_over_handler for stepi and nexti too.
16045 (breakpoint_over_handler): Use test_skip_handler.
16046 (top level): Call breakpoint_over_handler for stepi and nexti too.
16047
16048 2014-10-27 Yao Qi <yao@codesourcery.com>
16049
16050 * gdb.trace/tfile.c (adjust_function_address)
16051 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16052 function descriptor.
16053
16054 2014-10-24 Don Breazeal <donb@codesourcery.com>
16055
16056 * gdb.base/foll-fork.exp (test_follow_fork,
16057 catch_fork_child_follow): Check for updated fork messages emitted
16058 from infrun.c.
16059 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16060 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16061 vfork_and_exec_child_follow_through_step): Check for updated vfork
16062 messages emitted from infrun.c.
16063
16064 2014-10-24 Pedro Alves <palves@redhat.com>
16065
16066 * gdb.base/corefile.exp: Remove references to ultrix.
16067 * gdb.base/interrupt.exp: Likewise.
16068 * gdb.base/whatis.exp: Likewise.
16069 * gdb.gdb/selftest.exp: Likewise.
16070 * gdb.threads/manythreads.exp: Likewise.
16071 * gdb.threads/print-threads.exp: Likewise.
16072 * gdb.threads/pthreads.exp:: Likewise.
16073 * gdb.threads/schedlock.exp: Likewise.
16074
16075 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16076
16077 * gdb.cp/non-trivial-retval.cc: Add a test case.
16078 * gdb.cp/non-trivial-retval.exp: Add a test.
16079
16080 2014-10-20 Yao Qi <yao@codesourcery.com>
16081
16082 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16083 * gdb.python/py-objfile-script-gdb.py: New file.
16084 * gdb.python/py-objfile-script.exp: Update reference to
16085 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16086 of remote_download. Remove the dest file.
16087
16088 2014-10-20 Yao Qi <yao@codesourcery.com>
16089
16090 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16091 * gdb.base/step-line.exp: Likewise.
16092 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16093 * gdb.dwarf2/dw2-basic.exp: Likewise.
16094 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16095 * gdb.dwarf2/dw2-filename.exp: Likewise.
16096 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16097 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16098 * gdb.dwarf2/dw2-producer.exp: Likewise.
16099 * gdb.dwarf2/mac-fileno.exp: Likewise.
16100 * gdb.python/py-frame-args.exp: Likewise.
16101 * gdb.python/py-framefilter.exp: Likewise.
16102 * gdb.python/py-mi.exp: Likewise.
16103 * gdb.python/py-objfile-script.exp: Likewise
16104 * gdb.python/py-pp-integral.exp: Likewise.
16105 * gdb.python/py-pp-re-notag.exp: Likewise.
16106 * gdb.python/py-prettyprint.exp: Likewise.
16107 * gdb.python/py-section-script.exp: Likewise.
16108 * gdb.python/py-typeprint.exp: Likewise.
16109 * gdb.python/py-xmethods.exp: Likewise.
16110 * gdb.stabs/weird.exp: Likewise.
16111 * gdb.xml/tdesc-regs.exp: Likewise.
16112
16113 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16114
16115 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16116 (out_cu): Use addr_len for the size of addresses.
16117 (out_line): Likewise. Size DW_LNE_set_address instruction
16118 according to addr_len.
16119 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16120 (FUNC): Add START_INSNS to definition.
16121
16122 2014-10-18 Yao Qi <yao@codesourcery.com>
16123
16124 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16125 gdb_has_argv0 return true.
16126 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16127 check [target_info exists noargs], check [gdb_has_argv0]
16128 instead.
16129 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16130 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16131 procedures.
16132
16133 2014-10-17 Doug Evans <dje@google.com>
16134
16135 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16136 event.
16137 * gdb.python/py-events.py: Add clear_objfiles event.
16138
16139 2014-10-17 Doug Evans <dje@google.com>
16140
16141 * gdb.python/py-objfile.exp: Test progspace attribute.
16142
16143 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16144
16145 * gdb.guile/scm-breakpoint.exp: Do not assume any
16146 directory separators when matching source file paths.
16147 * gdb.python/py-breakpoint.exp: Likewise.
16148 * gdb.reverse/break-precsave.exp: Likewise.
16149 * gdb.reverse/break-reverse.exp: Likewise.
16150 * gdb.reverse/consecutive-precsave.exp: Likewise.
16151 * gdb.reverse/finish-precsave.exp: Likewise.
16152 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16153 * gdb.reverse/finish-reverse.exp: Likewise.
16154 * gdb.reverse/i386-precsave.exp: Likewise.
16155 * gdb.reverse/i387-env-reverse.exp: Likewise.
16156 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16157 * gdb.reverse/machinestate-precsave.exp: Likewise.
16158 * gdb.reverse/machinestate.exp: Likewise.
16159 * gdb.reverse/sigall-precsave.exp: Likewise.
16160 * gdb.reverse/solib-precsave.exp: Likewise.
16161 * gdb.reverse/step-precsave.exp: Likewise.
16162 * gdb.reverse/until-precsave.exp: Likewise.
16163 * gdb.reverse/watch-precsave.exp: Likewise.
16164 * gdb.reverse/watch-reverse.exp: Likewise.
16165
16166 2014-10-17 Yao Qi <yao@codesourcery.com>
16167
16168 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16169 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16170
16171 2014-10-17 Pedro Alves <palves@redhat.com>
16172
16173 PR gdb/17471
16174 * gdb.base/bg-execution-repeat.c: New file.
16175 * gdb.base/bg-execution-repeat.exp: New file.
16176
16177 2014-10-17 Pedro Alves <palves@redhat.com>
16178
16179 PR gdb/17300
16180 * gdb.base/continue-all-already-running.c: New file.
16181 * gdb.base/continue-all-already-running.exp: New file.
16182
16183 2014-10-17 Pedro Alves <palves@redhat.com>
16184
16185 PR gdb/17472
16186 * gdb.base/annota-input-while-running.c: New file.
16187 * gdb.base/annota-input-while-running.exp: New file.
16188
16189 2014-10-17 Pedro Alves <palves@redhat.com>
16190
16191 * gdb.base/callfuncs.exp: emove references to osf.
16192 * gdb.base/sigall.exp: Likewise.
16193 * gdb.gdb/selftest.exp: Likewise.
16194 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16195 * gdb.mi/non-stop.c: Likewise.
16196 * gdb.mi/pthreads.c: Likewise.
16197 * gdb.reverse/sigall-precsave.exp: Likewise.
16198 * gdb.reverse/sigall-reverse.exp: Likewise.
16199 * gdb.threads/pthreads.c: Likewise.
16200 * gdb.threads/pthreads.exp: Likewise.
16201
16202 2014-10-17 Yao Qi <yao@codesourcery.com>
16203
16204 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16205 check 'target_info exists noargs'.
16206 (test_command_prompt_position): Likewise.
16207 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16208 Remove "set args".
16209 (progvar_simple_while_test): Likewise.
16210 (progvar_complex_if_while_test): Likewise.
16211 (if_while_breakpoint_command_test): Likewise.
16212 (infrun_breakpoint_command_test): Likewise.
16213 (breakpoint_command_test): Likewise.
16214 (watchpoint_command_test): Likewise.
16215 (bp_deleted_in_command_test): Likewise.
16216 (temporary_breakpoint_commands): Likewise.
16217
16218 2014-10-16 Yao Qi <yao@codesourcery.com>
16219
16220 * gdb.base/remotetimeout.exp: Remove noargs checking.
16221
16222 2014-10-15 Pedro Alves <palves@redhat.com>
16223
16224 PR breakpoints/9649
16225 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16226 * gdb.base/breakpoint-in-ro-region.exp
16227 (probe_target_hardware_step): New procedure.
16228 (top level): Probe hardware stepping and hardware breakpoint
16229 support. Test stepping through a read-only region, with both
16230 "breakpoint auto-hw" on and off and both "always-inserted" on and
16231 off.
16232
16233 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16234
16235 * gdb.dlang/demangle.exp: Update for demangling changes.
16236
16237 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16238
16239 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16240 * gdb.cp/non-trivial-retval.exp: Add new tests.
16241
16242 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16243
16244 PR c++/13403
16245 PR c++/15154
16246 * gdb.cp/non-trivial-retval.cc: New file.
16247 * gdb.cp/non-trivial-retval.exp: New file.
16248
16249 2014-10-15 Yao Qi <yao@codesourcery.com>
16250
16251 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16252 remote host.
16253
16254 2014-10-15 Yao Qi <yao@codesourcery.com>
16255
16256 * gdb.python/py-symbol.exp: Match file base name if host is
16257 remote, otherwise match file name with dir name.
16258 * gdb.python/py-symtab.exp: Likewise.
16259 * gdb.python/python.exp: Likewise.
16260
16261 2014-10-15 Yao Qi <yao@codesourcery.com>
16262
16263 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16264 pattern.
16265 * gdb.python/py-symtab.exp: Likewise.
16266 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16267 locationn.
16268
16269 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16270
16271 * gdb.ada/addr_arith: New testcase.
16272
16273 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16274
16275 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16276 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16277 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16278 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16279
16280 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16281
16282 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16283 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16284 * gdb.arch/stap-eval-lang-ada.exp: New file.
16285
16286 2014-10-14 Yao Qi <yao@codesourcery.com>
16287
16288 * gdb.mi/mi-var-child.c (nothing1): New function.
16289 (nothing2): New function.
16290 (do_children_tests): Set function pointers by nothing1 and
16291 nothing2.
16292 * gdb.mi/mi-var-child.exp: Step over new added statements.
16293 Update test to match the new output.
16294 * gdb.mi/var-cmd.c (nothing1): New function.
16295 (nothing2): New function.
16296 (do_children_tests): Set function pointers by nothing1 and
16297 nothing2.
16298 * gdb.mi/mi-var-display.exp: Update test to match output.
16299 Step to the line specified by $line_dct_nothing.
16300 Increase the number of lines to step.
16301
16302 2014-10-14 Yao Qi <yao@codesourcery.com>
16303
16304 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16305 tests.
16306 * gdb.mi/mi2-var-child.exp: Likewise.
16307
16308 2014-10-13 Doug Evans <dje@google.com>
16309
16310 * gdb.python/py-objfile.exp: Change name of file name test.
16311
16312 2014-10-13 Doug Evans <dje@google.com>
16313
16314 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16315 from the start of the CU.
16316
16317 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16318 Yao Qi <yao@codesourcery.com>
16319
16320 Fix "save breakpoints" for "catch" command.
16321 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16322 Remove -nonewline. Match also the added "main" line.
16323
16324 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16325
16326 Fix "save breakpoints" for "disable $bpnum" command.
16327 * gdb.base/save-bp.c (main): Add label.
16328 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16329
16330 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16331
16332 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16333
16334 2014-10-11 Yao Qi <yao@codesourcery.com>
16335
16336 * gdb.server/server-kill.exp: Execute command
16337 "set remote trace-status-packet on" before "tstatus".
16338
16339 2014-10-11 Yao Qi <yao@codesourcery.com>
16340
16341 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16342 (main): Call getppid.
16343 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16344 and continue to it. Read variable "server_pid".
16345
16346 2014-10-11 Yao Qi <yao@codesourcery.com>
16347
16348 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16349
16350 2014-10-11 Yao Qi <yao@codesourcery.com>
16351
16352 * gdb.threads/thread-find.exp: Don't execute command
16353 "info threads".
16354 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16355 * gdb.threads/linux-dp.exp: Don't check the condition
16356 $threads_created equals to zero.
16357
16358 2014-10-10 Pedro Alves <palves@redhat.com>
16359
16360 * gdb.base/bigcore.exp: Remove references to IRIX.
16361 * gdb.base/funcargs.exp: Likewise.
16362 * gdb.base/interrupt.exp: Likewise.
16363 * gdb.base/mips_pro.exp: Likewise.
16364 * gdb.base/nodebug.exp: Likewise.
16365 * gdb.base/setvar.exp: Likewise.
16366 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16367
16368 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16369 Pedro Alves <palves@redhat.com>
16370
16371 PR symtab/14466
16372 * gdb.base/vdso-warning.c: New file.
16373 * gdb.base/vdso-warning.exp: New file.
16374
16375 2014-10-02 Doug Evans <dje@google.com>
16376
16377 * gdb.base/structs.c (main): Don't run forever.
16378
16379 2014-10-02 Pedro Alves <palves@redhat.com>
16380
16381 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16382 (top level) <stop threads 1, stop threads 2>: Use it.
16383
16384 2014-10-02 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.threads/break-while-running.exp (test): Add new
16387 'update_thread_list' argument. Skip "info threads" if false.
16388 (top level): Add new 'update_thread_list' axis.
16389
16390 2014-10-02 Pedro Alves <palves@redhat.com>
16391
16392 PR breakpoints/17431
16393 * gdb.base/execl-update-breakpoints.c: New file.
16394 * gdb.base/execl-update-breakpoints.exp: New file.
16395
16396 2014-10-01 Pedro Alves <palves@redhat.com>
16397
16398 * gdb.base/breakpoint-in-ro-region.c: New file.
16399 * gdb.base/breakpoint-in-ro-region.exp: New file.
16400
16401 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16402
16403 * gdb.mi/mi-exit-code.exp: New file.
16404 * gdb.mi/mi-exit-code.c: New file.
16405
16406 2014-09-30 Yao Qi <yao@codesourcery.com>
16407
16408 * lib/prelink-support.exp (build_executable_own_libs): Error if
16409 the target isn't native.
16410
16411 2014-09-30 Yao Qi <yao@codesourcery.com>
16412
16413 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16414 false.
16415
16416 2014-09-22 Pedro Alves <palves@redhat.com>
16417
16418 * gdb.threads/break-while-running.exp: New file.
16419 * gdb.threads/break-while-running.c: New file.
16420
16421 2014-09-19 Yao Qi <yao@codesourcery.com>
16422
16423 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16424 Invoke test. Restart GDB with --readnow and invoke test again.
16425
16426 2014-09-19 Yao Qi <yao@codesourcery.com>
16427
16428 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16429 proc set_breakpoint_on_gcd_function. Invoke
16430 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16431 invoke set_breakpoint_on_gcd_function again.
16432
16433 2014-09-18 Doug Evans <dje@google.com>
16434
16435 * gdb.dwarf2/symtab-producer.exp: New file.
16436
16437 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16438
16439 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16440 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16441 * gdb.base/global-var-nested-by-dso.c: Likewise.
16442 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16443
16444 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16445 Pedro Alves <palves@redhat.com>
16446
16447 * gdb.base/watch-bitfields.exp: Pass string other than test file
16448 name to prepare_for_testing.
16449 (watch): New procedure.
16450 (expect_watchpoint): Use with_test_prefix.
16451 (top level): Factor out tests to ...
16452 (test_watch_location, test_regular_watch): ... these new
16453 procedures, and use with_test_prefix and gdb_continue_to_end.
16454
16455 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16456
16457 PR breakpoints/12526
16458 * gdb.base/watch-bitfields.exp: New file.
16459 * gdb.base/watch-bitfields.c: New file.
16460
16461 2014-09-16 Pedro Alves <palves@redhat.com>
16462
16463 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16464 software and hardware addresses, not software address against
16465 itself.
16466
16467 2014-09-16 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16470 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16471
16472 2014-09-16 Pedro Alves <palves@redhat.com>
16473
16474 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16475 files.
16476 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16477 "*-*-vxworks*" throughout.
16478 * gdb.base/break.exp: Likewise.
16479 * gdb.base/default.exp: Likewise.
16480 * gdb.base/scope.exp: Likewise.
16481 * gdb.base/sepdebug.exp: Likewise.
16482 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16483 throughout.
16484 * gdb.base/run.c: Likewise.
16485 * gdb.base/sepdebug.c: Likewise.
16486 * gdb.hp/gdb.aCC/run.c: Likewise.
16487 * gdb.reverse/until-reverse.c: Likewise.
16488 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16489
16490 2014-09-16 Yao Qi <yao@codesourcery.com>
16491
16492 * boards/local-remote-host-native.exp: New file.
16493
16494 2014-09-14 Doug Evans <xdje42@gmail.com>
16495
16496 * gdb.threads/queue-signal.c (thread_count): New variable.
16497 (thread_count_mutex, thread_count_condvar): New variables.
16498 (incr_thread_count, wait_all_threads_running): New functions.
16499 (main): Wait for all threads to be in their thread functions.
16500
16501 2014-09-13 Doug Evans <xdje42@gmail.com>
16502
16503 * gdb.threads/queue-signal.c: New file.
16504 * gdb.threads/queue-signal.exp: New file.
16505
16506 2014-09-13 Doug Evans <xdje42@gmail.com>
16507
16508 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16509 be consistent with what default_gdb_init uses.
16510 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16511 the plain text of the prompt. Add some logging printfs.
16512 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16513
16514 2014-09-12 Pedro Alves <palves@redhat.com>
16515
16516 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16517 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16518 * gdb.arch/i386-size-overlap.exp: Likewise.
16519 * gdb.arch/i386-size.exp: Likewise.
16520 * gdb.arch/i386-unwind.exp: Likewise.
16521 * gdb.base/a2-run.exp: Likewise.
16522 * gdb.base/break.exp: Likewise.
16523 * gdb.base/charset.exp: Likewise.
16524 * gdb.base/chng-syms.exp: Likewise.
16525 * gdb.base/commands.exp: Likewise.
16526 * gdb.base/dbx.exp: Likewise.
16527 * gdb.base/find.exp: Likewise.
16528 * gdb.base/funcargs.exp: Likewise.
16529 * gdb.base/jit-simple.exp: Likewise.
16530 * gdb.base/reread.exp: Likewise.
16531 * gdb.base/sepdebug.exp: Likewise.
16532 * gdb.base/step-bt.exp: Likewise.
16533 * gdb.cp/mb-inline.exp: Likewise.
16534 * gdb.cp/mb-templates.exp: Likewise.
16535 * gdb.objc/basicclass.exp: Likewise.
16536 * gdb.threads/killed.exp: Likewise.
16537
16538 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16539
16540 PR tdep/17379
16541 * gdb.arch/powerpc-stackless.S: New file.
16542 * gdb.arch/powerpc-stackless.exp: New file.
16543
16544 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16545
16546 * gdb.base/attach.c: Include unistd.h.
16547 (main): Call alarm. Add label postloop.
16548 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16549 gdb_breakpoint, gdb_continue_to_breakpoint.
16550 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16551
16552 2014-09-11 Pedro Alves <palves@redhat.com>
16553
16554 PR gdb/17347
16555 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16556 * gdb.base/attach.exp (test_command_line_attach_run): New
16557 procedure.
16558 (top level): Call it.
16559
16560 2014-09-11 Pedro Alves <palves@redhat.com>
16561
16562 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16563 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16564 (do_command_attach_tests): Use spawn_wait_for_attach.
16565 * gdb.base/solib-overlap.exp: Likewise.
16566 * gdb.multi/multi-attach.exp: Likewise.
16567 * gdb.python/py-prompt.exp: Likewise.
16568 * gdb.python/py-sync-interp.exp: Likewise.
16569 * gdb.server/ext-attach.exp: Likewise.
16570
16571 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16572
16573 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16574 command in testcase. Simplify testcase.
16575
16576 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16577
16578 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16579
16580 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16581
16582 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16583
16584 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16585
16586 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16587
16588 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16589
16590 * gdb.dwarf2/dynarr-ptr.c: New file.
16591 * gdb.dwarf2/dynarr-ptr.exp: New file.
16592
16593 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16594
16595 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16596 of 30 rather than hardcoding 120 for a slow test case. Take the
16597 `gdb,timeout' target setting into account for this calculation.
16598 Don't extend the timeout for the test cases that don't need it.
16599
16600 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16601
16602 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16603 a factor of 2 for a slow test case. Take the `gdb,timeout'
16604 target setting into account for this calculation.
16605 * gdb.reverse/until-precsave.exp: Increase the timeout by
16606 a factor of 15 and 3 respectively rather than adding 120
16607 for a pair of slow test cases. Take the `gdb,timeout'
16608 target setting into account for this calculation.
16609
16610 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16611
16612 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16613 timeout, don't pass one down to gdb_expect.
16614 (gdb_expect): Rework timeout selection.
16615
16616 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16617
16618 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16619 exception on timeout.
16620 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16621 (gdbserver_start_extended): Catch any `gdbserver_start' error
16622 exceptions.
16623 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16624 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16625 `gdbserver_gdb_load' error exceptions.
16626
16627 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16628
16629 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16630 120 on waiting for the TCP socket to open.
16631
16632 2014-09-09 Doug Evans <xdje42@gmail.com>
16633
16634 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16635 _caller_matches, _any_caller_is, _any_caller_matches.
16636
16637 2014-09-09 Doug Evans <xdje42@gmail.com>
16638
16639 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16640
16641 2014-09-09 Yao Qi <yao@codesourcery.com>
16642
16643 * gdb.mi/mi-var-display.exp: Set print symbol off.
16644
16645 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16646
16647 PR gdb/17035
16648 * gdb.base/commands.exp: Add tests to verify user-defined
16649 commands with empty bodies.
16650 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16651 python commands in `show user command`.
16652 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16653 scheme commands in `show user command`.
16654
16655 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16656
16657 PR python/17355
16658 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16659 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16660 * gdb.python/py-framefilter-invalidarg.exp: New file.
16661 * gdb.python/py-framefilter-invalidarg.py: New file.
16662
16663 2014-09-06 Doug Evans <xdje42@gmail.com>
16664
16665 PR 15276
16666 * gdb.python/py-caller-is.c: New file.
16667 * gdb.python/py-caller-is.exp: New file.
16668
16669 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16670
16671 PR gdb/17235
16672 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16673 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16674
16675 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16676
16677 PR fortran/17237
16678 * gdb.fortran/print-formatted.exp: New file.
16679 * gdb.fortran/print-formatted.f90: Likewise.
16680
16681 2014-09-03 Sasha Smundak <asmundak@google.com>
16682
16683 * gdb.python/py-frame.exp: Test Frame.read_register.
16684
16685 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16686
16687 PR python/16699
16688 * gdb.python/py-completion.exp: New file.
16689 * gdb.python/py-completion.py: Likewise.
16690
16691 2014-08-28 Doug Evans <dje@google.com>
16692
16693 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16694 eax,etc. are live with values set by gdb and thus the compiler can't
16695 use them.
16696 * gdb.arch/i386-pseudo.c (main): Ditto.
16697
16698 2014-08-27 Doug Evans <dje@google.com>
16699
16700 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16701
16702 2014-08-25 Doug Evans <dje@google.com>
16703
16704 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16705 (main): Ditto.
16706
16707 2014-08-25 Doug Evans <dje@google.com>
16708
16709 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16710
16711 2014-08-24 Yao Qi <yao@codesourcery.com>
16712
16713 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16714 symbol off.
16715 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16716
16717 2014-08-22 Doug Evans <dje@google.com>
16718
16719 PR 17276
16720 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16721 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16722 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16723
16724 2014-08-22 Yao Qi <yao@codesourcery.com>
16725
16726 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16727 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16728 * gdb.python/python.exp: Likewise. Use .py file on the host
16729 instead of the build.
16730
16731 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16732
16733 * gdb.threads/gcore-stale-thread.c: New file.
16734 * gdb.threads/gcore-stale-thread.exp: New file.
16735
16736 2014-08-21 Pedro Alves <palves@redhat.com>
16737
16738 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16739 * gdb.base/gcore-relro-pie.exp: Likewise.
16740 * gdb.base/gcore-relro.exp: Likewise.
16741 * gdb.base/gcore.exp: Likewise.
16742 * gdb.base/print-symbol-loading.exp: Likewise.
16743 * gdb.threads/gcore-thread.exp: Likewise.
16744 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16745
16746 2014-08-20 Pedro Alves <palves@redhat.com>
16747 Jan Kratochvil <jan.kratochvil@redhat.com>
16748
16749 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16750 configure.
16751 (EXPECT): Handle READ1 being set.
16752 (all): Depend on EXTRA_RULES.
16753 (check-read1, expect-read1, read1.so, read1): New rules.
16754 * README (Testsuite Parameters): Document the READ1 make variable.
16755 (Race detection): New section.
16756 * configure: Regenerate.
16757 * configure.ac: If build==host==target, and running under a
16758 GNU/glibc system, add read1 to the extra Makefile rules.
16759 (EXTRA_RULES): AC_SUBST it.
16760 * lib/read1.c: New file.
16761
16762 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16763
16764 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16765 the handling of variables declared as a typedef to an array
16766 which a DW_AT_data_location attribute.
16767
16768 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16769 Pedro Alves <palves@redhat.com>
16770
16771 PR symtab/14604
16772 PR symtab/14605
16773 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16774 gdb_test.
16775
16776 2014-08-19 Pedro Alves <palves@redhat.com>
16777
16778 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16779
16780 2014-08-19 Yao Qi <yao@codesourcery.com>
16781
16782 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16783 right line.
16784
16785 2014-08-18 David Blaikie <dblaikie@gmail.com>
16786
16787 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16788
16789 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16790
16791 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16792 attribute in array range.
16793
16794 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16795
16796 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16797
16798 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16799
16800 PR c++/17132
16801 * gdb.cp/pr17132.cc: New file.
16802 * gdb.cp/pr17132.exp: New file.
16803
16804 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16805
16806 * gdb.python/py-xmethods.py (A_getarrayind)
16807 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16808 Use 'print' with function call syntax.
16809 (E_method_matcher.match): Fix tab vs space indentation mixup.
16810
16811 2014-08-15 Yao Qi <yao@codesourcery.com>
16812
16813 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16814 false.
16815
16816 2014-08-15 Yao Qi <yao@codesourcery.com>
16817
16818 * gdb.cp/casts.exp: Set print symbol off.
16819 * gdb.cp/class2.exp: Likewise.
16820 * gdb.cp/overload.exp: Likewise.
16821 * gdb.cp/templates.exp: Likewise.
16822
16823 2014-08-11 Doug Evans <dje@google.com>
16824
16825 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16826 (test_load_shlib): Update.
16827
16828 2014-08-09 Yao Qi <yao@codesourcery.com>
16829
16830 * gdb.base/display.exp: Invoke is_address_zero_readable.
16831 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16832 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16833 * gdb.base/hbreak-unmapped.exp: Return if
16834 is_address_zero_readable returns true.
16835 * gdb.base/signest.exp: Likewise.
16836 * gdb.base/signull.exp: Likewise.
16837 * gdb.base/sigbpt.exp: Likewise.
16838 * gdb.guile/scm-disasm.exp: Do the test if
16839 is_address_zero_readable returns false.
16840 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16841 * gdb.python/py-arch.exp: Likewise.
16842 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16843 * lib/gdb.exp (is_address_zero_readable): New proc.
16844
16845 2014-08-09 Yao Qi <yao@codesourcery.com>
16846
16847 PR testsuite/13443
16848 * gdb.mi/mi-var-display.exp: Make test messages unique.
16849
16850 2014-08-04 Tom Tromey <tromey@redhat.com>
16851
16852 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16853 target 0".
16854
16855 2014-08-04 Tom Tromey <tromey@redhat.com>
16856
16857 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16858 "target_resume".
16859
16860 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16861
16862 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16863 inner_vla_struct_object_size.
16864 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16865 as xfail.
16866
16867 2014-07-30 Pedro Alves <palves@redhat.com>
16868
16869 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16870 comment.
16871
16872 2014-07-29 Yao Qi <yao@codesourcery.com>
16873
16874 PR gdb/17206
16875 * gdb.base/until-nodebug.exp: New.
16876
16877 2014-07-28 Doug Evans <xdje42@gmail.com>
16878
16879 PR guile/17203
16880 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16881 previously existing parameter, and previously ambiguously spelled
16882 parameter.
16883
16884 2014-07-28 Will Newton <will.newton@linaro.org>
16885
16886 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16887
16888 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16889 Doug Evans <xdje42@gmail.com>
16890
16891 PR guile/17146
16892 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16893
16894 2014-07-25 Pedro Alves <palves@redhat.com>
16895
16896 * gdb.threads/signal-command-handle-nopass.c: New file.
16897 * gdb.threads/signal-command-handle-nopass.exp: New file.
16898 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16899 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16900 * gdb.threads/signal-delivered-right-thread.c: New file.
16901 * gdb.threads/signal-delivered-right-thread.exp: New file.
16902
16903 2014-07-25 Pedro Alves <palves@redhat.com>
16904
16905 * gdb.base/double-prompt-target-event-error.exp
16906 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16907 match.
16908 (cancel_pagination_in_target_event): Rework double prompt
16909 detection.
16910 * gdb.base/paginate-after-ctrl-c-running.exp
16911 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16912 <return>' match.
16913 * gdb.base/paginate-bg-execution.exp
16914 (test_bg_execution_pagination_return)
16915 (test_bg_execution_pagination_cancel): Remove '-notransfer
16916 <return>' matches.
16917 * gdb.base/paginate-execution-startup.exp
16918 (test_fg_execution_pagination_return)
16919 (test_fg_execution_pagination_cancel): Remove '-notransfer
16920 <return>' matches.
16921 * gdb.base/paginate-inferior-exit.exp
16922 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16923 match.
16924 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16925 * lib/gdb.exp (pagination_prompt): Run text through
16926 string_to_regexp.
16927 (gdb_test_multiple): Match $pagination_prompt instead of
16928 "<return>".
16929 (string_to_regexp): Move to lib/gdb-utils.exp.
16930
16931 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16932
16933 * gdb.arch/amd64-entry-value-paramref.S: New file.
16934 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16935 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16936 * gdb.arch/amd64-optimout-repeat.S: New file.
16937 * gdb.arch/amd64-optimout-repeat.c: New file.
16938 * gdb.arch/amd64-optimout-repeat.exp: New file.
16939
16940 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16941
16942 PR gdb/17170
16943 * gdb.base/statistics.exp: New file.
16944
16945 2014-07-17 Doug Evans <dje@google.com>
16946
16947 PR gdb/17170
16948 * gdb.base/maint.exp: Update testing of per-command stats.
16949
16950 2014-07-16 Pedro Alves <palves@redhat.com>
16951
16952 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16953 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16954 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16955 (tfile_write_buf): New functions.
16956 (add_memory_block): Rewrite using the above.
16957 (adjust_function_address): New function.
16958 (FUNCTION_ADDRESS): New macro.
16959 (write_basic_trace_file): Remove short_x local, and use
16960 tfile_write_16. Change type of func_addr local to unsigned long
16961 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16962 here. Cast argument of add_memory_block to char pointer.
16963 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16964 (main): Remove parameters.
16965 * gdb.trace/tfile.exp: Remove nowarnings.
16966
16967 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16968
16969 * gdb.base/debug-expr.exp: Test string evaluation with
16970 "debug expression" on.
16971
16972 2014-07-15 Pedro Alves <palves@redhat.com>
16973
16974 * gdb.base/reread.exp: Use clean_restart.
16975
16976 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16977
16978 * gdb.arch/avr-flash-qualifer.c: New.
16979 * gdb.arch/avr-flash-qualifer.exp: New.
16980
16981 2014-07-14 Pedro Alves <palves@redhat.com>
16982
16983 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16984 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16985
16986 2014-07-14 Pedro Alves <palves@redhat.com>
16987
16988 * gdb.base/double-prompt-target-event-error.c: New file.
16989 * gdb.base/double-prompt-target-event-error.exp: New file.
16990
16991 2014-07-14 Pedro Alves <palves@redhat.com>
16992
16993 PR gdb/17072
16994 * gdb.base/paginate-inferior-exit.c: New file.
16995 * gdb.base/paginate-inferior-exit.exp: New file.
16996
16997 2014-07-14 Pedro Alves <palves@redhat.com>
16998
16999 PR gdb/17072
17000 * gdb.base/paginate-bg-execution.c: New file.
17001 * gdb.base/paginate-bg-execution.exp: New file.
17002
17003 2014-07-14 Pedro Alves <palves@redhat.com>
17004
17005 PR gdb/17072
17006 * gdb.base/paginate-execution-startup.c: New file.
17007 * gdb.base/paginate-execution-startup.exp: New file.
17008 * lib/gdb.exp (pagination_prompt): New global.
17009 (default_gdb_spawn): New procedure, factored out from
17010 default_gdb_spawn.
17011 (default_gdb_start): Adjust to call default_gdb_spawn.
17012 (gdb_spawn): New procedure.
17013
17014 2014-07-14 Pedro Alves <palves@redhat.com>
17015
17016 * lib/gdb.exp (gdb_assert): New procedure.
17017 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17018
17019 2014-07-14 Pedro Alves <palves@redhat.com>
17020
17021 * gdb.base/execution-termios.c: New file.
17022 * gdb.base/execution-termios.exp: New file.
17023
17024 2014-07-14 Tom Tromey <tromey@redhat.com>
17025
17026 * gdb.cp/vla-cxx.cc: New file.
17027 * gdb.cp/vla-cxx.exp: New file.
17028
17029 2014-07-14 Tom Tromey <tromey@redhat.com>
17030
17031 * gdb.reverse/rerun-prec.c: New file.
17032 * gdb.reverse/rerun-prec.exp: New file.
17033
17034 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17035 Maciej W. Rozycki <macro@codesourcery.com>
17036
17037 * lib/gdb-utils.exp: New file.
17038 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17039 inline `gdb_init_command' processing.
17040 (gdb_start_cmd): Likewise.
17041 * lib/mi-support.exp (mi_run_cmd): Likewise.
17042 * README: Document `gdb_init_command' and `gdb_init_commands'.
17043
17044 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17045
17046 Fix false FAIL running under a very long directory name.
17047 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17048 and "set print elements 10000". Twice.
17049
17050 2014-07-11 Yao Qi <yao@codesourcery.com>
17051
17052 * gdb.base/exprs.exp: "set print symbol off".
17053
17054 2014-07-11 Pedro Alves <palves@redhat.com>
17055
17056 * gdb.threads/kill.c: New file.
17057 * gdb.threads/kill.exp: New file.
17058
17059 2014-07-10 Yao Qi <yao@codesourcery.com>
17060
17061 * gdb.trace/tfile.c (write_basic_trace_file)
17062 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17063 address written to trace file.
17064
17065 2014-07-09 Pedro Alves <palves@redhat.com>
17066
17067 * gdb.base/attach-wait-input.exp: New file.
17068 * gdb.base/attach-wait-input.c: New file.
17069
17070 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17071
17072 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17073 setting up test structures.
17074 (main): Call new test function.
17075 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17076 test function, continue into test function and walk test
17077 structures.
17078
17079 2014-07-02 Yao Qi <yao@codesourcery.com>
17080
17081 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17082 'bar_start' at the beginning of functions 'foo' and 'bar'
17083 respectively.
17084 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17085 instead of 'foo' and 'bar'.
17086
17087 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17088
17089 * gdb.btrace/segv.exp: New.
17090 * gdb.btrace/segv.c: New.
17091
17092 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17093
17094 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17095 instruction.
17096
17097 2014-06-30 Mark Wielaard <mjw@redhat.com>
17098
17099 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17100 vulture, vilify, villar): New volatile array constants.
17101 (vindictive, vegetation): New const volatile array constants.
17102 * gdb.base/volatile.exp: Test volatile and const volatile array
17103 types.
17104
17105 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17106
17107 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17108 target lacks support for awatch, rwatch, or hbreak.
17109
17110 2014-06-27 Yao Qi <yao@codesourcery.com>
17111
17112 * gdb.multi/dummy-frame-restore.exp: New.
17113 * gdb.multi/dummy-frame-restore.c: New.
17114
17115 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17116
17117 * gdb.btrace/gcore.exp: New.
17118
17119 2014-06-23 Pedro Alves <palves@redhat.com>
17120
17121 * gdb.base/watchpoint-reuse-slot.c: New file.
17122 * gdb.base/watchpoint-reuse-slot.exp: New file.
17123
17124 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17125
17126 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17127 progspace's filename in 'info', 'enable' and 'disable' command
17128 tests.
17129
17130 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17131
17132 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17133 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17134 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17135
17136 2014-06-20 Gary Benson <gbenson@redhat.com>
17137
17138 * gdb.arch/i386-avx.exp: Fix include file location.
17139 * gdb.arch/i386-sse.exp: Likewise.
17140
17141 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17142
17143 * gdb.dlang/expression.exp: New file.
17144
17145 2014-06-19 Pedro Alves <palves@redhat.com>
17146
17147 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17148 out from ...
17149 (top level): ... here. Iterate running tests under different
17150 scheduler-locking settings.
17151
17152 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17153
17154 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17155 to DW_FORM_addr and use non-zero addresses.
17156
17157 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17158
17159 PR gdb/17017
17160 * gdb.python/py-xmethods.cc: Add global function call counters and
17161 increment them in their respective functions. Remove "cout"
17162 statements.
17163 * gdb.python/py-xmethods.exp: Make tests check the global function
17164 call counters instead of depending on inferior IO.
17165
17166 2014-06-18 Don Breazeal <donb@codesourcery.com>
17167
17168 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17169 Deleted procedure.
17170 (explicit_fork_parent_follow): Deleted procedure.
17171 (explicit_fork_child_follow): Deleted procedure.
17172 (test_follow_fork): New procedure.
17173 (do_fork_tests): Replace calls to deleted procedures with
17174 calls to test_follow_fork and reset GDB for subsequent
17175 procedure calls.
17176
17177 2014-06-17 Yao Qi <yao@codesourcery.com>
17178
17179 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17180 CP1252.
17181
17182 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17183
17184 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17185 Initialize ptr and S explicitly.
17186 (skip_type_update_when_not_use_rtti_test): Likewise.
17187
17188 2014-06-16 Keith Seitz <keiths@redhat.com>
17189
17190 PR mi/15863
17191 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17192 the inferior is started.
17193
17194 2014-06-16 Pedro Alves <palves@redhat.com>
17195
17196 * gdb.base/break-main-file-remove-fail.c: New file.
17197 * gdb.base/break-main-file-remove-fail.exp: New file.
17198 * gdb.base/break-unload-file.exp: Use build_executable instead of
17199 prepare_for_testing.
17200 (test_break): New parameter "initial_load". Handle it.
17201 (top level): Add initial_load cmdline/file axis.
17202
17203 2014-06-12 Tom Tromey <tromey@redhat.com>
17204
17205 * gdb.base/completion.exp: Don't use directory name in test.
17206
17207 2014-06-09 Gary Benson <gbenson@redhat.com>
17208
17209 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17210 separate the always-available ANSI-standard signals from the
17211 signals that require checking.
17212 (main): Likewise.
17213 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17214 Likewise.
17215 (main): Likewise.
17216
17217 2014-06-07 Keith Seitz <keiths@redhat.com>
17218
17219 Revert:
17220 PR c++/16253
17221 * gdb.cp/var-tag.cc: New file.
17222 * gdb.cp/var-tag.exp: New file.
17223 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17224 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17225 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17226 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17227
17228 2014-06-06 Doug Evans <xdje42@gmail.com>
17229
17230 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17231
17232 2014-06-06 Pedro Alves <palves@redhat.com>
17233
17234 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17235 in target debug output instead of looking at RSP packets,
17236 disabling the test on any target that uses hardware stepping.
17237 Update comments.
17238
17239 2014-06-06 Pedro Alves <palves@redhat.com>
17240
17241 * gdb.base/break-unload-file.exp: Fix typo.
17242
17243 2014-06-06 Yao Qi <yao@codesourcery.com>
17244
17245 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17246 from "jit_function" to "^jit_function".
17247
17248 2014-06-06 Yao Qi <yao@codesourcery.com>
17249
17250 * gdb.base/async.c (foo): Add one statement.
17251 * gdb.base/async.exp: Get the next instruction address and
17252 match the output of "nexti" by instruction address. Match
17253 the hex address in the output of "finish".
17254
17255 2014-06-06 Gary Benson <gbenson@redhat.com>
17256
17257 * gdb.base/call-signals.c: Remove preprocessor conditionals
17258 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17259 SIGSEGV and SIGTERM.
17260 * gdb.base/sigall.c: Likewise.
17261 * gdb.base/unwindonsignal.c: Likewise.
17262 * gdb.reverse/sigall-reverse.c: Likewise.
17263
17264 2014-06-06 Yao Qi <yao@codesourcery.com>
17265
17266 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17267 readable, skip the test.
17268
17269 2014-06-06 Yao Qi <yao@codesourcery.com>
17270
17271 * gdb.threads/staticthreads.c (thread_function): Move the line
17272 setting breakpoint on forward.
17273 * gdb.threads/staticthreads.exp: Update comments.
17274
17275 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17276
17277 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17278 "history-append! type error".
17279
17280 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17281
17282 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17283 erroneous dprintf expected input.
17284
17285 2014-06-04 Doug Evans <xdje42@gmail.com>
17286
17287 * gdb.guile/scm-generics.exp: Delete.
17288
17289 2014-06-04 Doug Evans <xdje42@gmail.com>
17290
17291 * gdb.guile/scm-breakpoint.exp: Update.
17292 Add tests for breakpoint registration.
17293
17294 2014-06-04 Tom Tromey <tromey@redhat.com>
17295
17296 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17297 VLA-in-union.
17298 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17299 inner_vla_struct, vla_union types. Initialize objects of those
17300 types and compute their sizes.
17301
17302 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17303 Hui Zhu <hui@codesourcery.com>
17304
17305 * gdb.base/fileio.exp: Add test for shell not available as well as
17306 available.
17307 * gdb.base/fileio.c (test_system): Check for shell twice.
17308
17309 2014-06-04 Yao Qi <yao@codesourcery.com>
17310
17311 * gdb.base/auto-connect-native-target.exp: Remove redundant
17312 space from the regexp pattern.
17313
17314 2014-06-04 Yao Qi <yao@codesourcery.com>
17315
17316 * gdb.base/default.exp: Replace "child" with "native" in
17317 regexp pattern.
17318
17319 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17320
17321 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17322 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17323 * gdb.python/py-xmethods.py: Python script supporting the
17324 new testcase and tests.
17325
17326 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17327 Pedro Alves <palves@redhat.com>
17328
17329 PR breakpoints/17000
17330 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17331 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17332
17333 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17334
17335 * gdb.base/subst.exp: Add tests to verify partial path matching
17336 output.
17337
17338 2014-06-03 Pedro Alves <palves@redhat.com>
17339
17340 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17341 target that doesn't use software single-stepping.
17342
17343 2014-06-03 Pedro Alves <palves@redhat.com>
17344
17345 PR breakpoints/17000
17346 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17347 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17348
17349 2014-06-02 Doug Evans <xdje42@gmail.com>
17350
17351 * gdb.guile/scm-parameter.exp: New file.
17352
17353 2014-06-02 Doug Evans <xdje42@gmail.com>
17354
17355 * gdb.guile/scm-cmd.c: New file.
17356 * gdb.guile/scm-cmd.exp: New file.
17357
17358 2014-06-02 Doug Evans <xdje42@gmail.com>
17359
17360 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17361 pretty-printer lookup.
17362 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17363 (make-pp_s-printer): Call it.
17364 (make-pretty-printer-from-dict): New function.
17365 (lookup-pretty-printer-maker-from-dict): New function.
17366 (*pretty-printer*): Simplify.
17367 (make-objfile-pp_s-printer): New function.
17368 (install-objfile-pretty-printers!): New function.
17369 (make-progspace-pp_s-printer): New function.
17370 (install-progspace-pretty-printers!): New function.
17371 * gdb.guile/scm-progspace.c: New file.
17372 * gdb.guile/scm-progspace.exp: New file.
17373
17374 2014-06-02 Pedro Alves <palves@redhat.com>
17375
17376 * gdb.base/dprintf-bp-same-addr.c: New file.
17377 * gdb.base/dprintf-bp-same-addr.exp: New file.
17378
17379 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17380
17381 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17382 * gdb.arch/powerpc-power.s: Likewise.
17383
17384 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17385
17386 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17387
17388 2014-06-01 Yao Qi <yao@codesourcery.com>
17389
17390 * gdb.base/watchpoint.exp (test_watch_location): Check null
17391 pointer can be dereferenced. If not, do the test, otherwise
17392 skip it.
17393
17394 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17395
17396 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17397 results.
17398 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17399
17400 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17401
17402 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17403 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17404 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17405 * gdb.arch/amd64-invalid-stack-top.c: New file.
17406 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17407
17408 2014-05-30 Pedro Alves <palves@redhat.com>
17409
17410 PR breakpoints/17000
17411 * gdb.base/sss-bp-on-user-bp.c: New file.
17412 * gdb.base/sss-bp-on-user-bp.exp: New file.
17413
17414 2014-05-30 David Blaikie <dblaikie@gmail.com>
17415
17416 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17417 gnu_inline semantics via attribute.
17418 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17419 source explicitly specifies the required semantics.
17420
17421 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17422
17423 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17424
17425 2014-05-29 Pedro Alves <palves@redhat.com>
17426 Tom Tromey <tromey@redhat.com>
17427
17428 * gdb.base/async-shell.exp: Don't enable target-async.
17429 * gdb.base/async.exp
17430 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17431 parameter. Adjust.
17432 (top level): Don't test with "target-async".
17433 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17434 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17435 * gdb.base/inferior-died.exp: Don't enable target-async.
17436 * gdb.base/interrupt-noterm.exp: Likewise.
17437 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17438 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17439 * gdb.mi/mi-nonstop.exp: Likewise.
17440 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17441 * gdb.mi/mi-nsintrall.exp: Likewise.
17442 * gdb.mi/mi-nsmoribund.exp: Likewise.
17443 * gdb.mi/mi-nsthrexec.exp: Likewise.
17444 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17445 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17446 * gdb.python/py-evsignal.exp: Don't enable target-async.
17447 * gdb.python/py-evthreads.exp: Likewise.
17448 * gdb.python/py-prompt.exp: Likewise.
17449 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17450 * gdb.server/solib-list.exp: Don't enable target-async.
17451 * gdb.threads/thread-specific-bp.exp: Likewise.
17452 * lib/mi-support.exp: Adjust to use mi-async.
17453
17454 2014-05-29 Pedro Alves <palves@redhat.com>
17455
17456 PR gdb/13860
17457 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17458 reason, even in sync mode.
17459
17460 2014-05-29 Pedro Alves <palves@redhat.com>
17461 Hui Zhu <hui@codesourcery.com>
17462
17463 PR PR15693
17464 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17465 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17466 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17467 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17468
17469 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17470
17471 * config/monitor.exp (gdb_target_monitor): Replace use of
17472 "set remotebaud" by "set serial baud".
17473
17474 2014-05-26 Andy Wingo <wingo@igalia.com>
17475
17476 * gdb.guile/scm-breakpoint.exp:
17477 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17478 properties instead of gdb-object-properties.
17479
17480 2014-05-26 Yao Qi <yao@codesourcery.com>
17481
17482 * gdb.server/no-thread-db.exp: Specify source file name
17483 explicitly when setting a breakpoint.
17484
17485 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17486
17487 * gdb.btrace/vdso.c: New.
17488 * gdb.btrace/vdso.exp: New.
17489
17490 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17491
17492 * gdb.base/gcore.exp (capture_command_output): Move ...
17493 * lib/gdb.exp (capture_command_output): ... here.
17494
17495 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17496
17497 * gdb.btrace/data.exp: Test memory access during btrace replay.
17498
17499 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17500
17501 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17502
17503 2014-05-21 Pedro Alves <palves@redhat.com>
17504
17505 PR gdb/13860
17506 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17507 (top level): Test that output related to execution commands is
17508 sent to the console with CLI commands, but not with MI commands.
17509 Test that breakpoint events are always mirrored to the console.
17510 Also expect the new source line to be output after a "next" in
17511 async mode too. Make it a pass/fail test.
17512 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17513 output.
17514 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17515
17516 2014-05-21 Pedro Alves <palves@redhat.com>
17517
17518 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17519 Use them to test variations of "list" after reaching a breakpoint.
17520 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17521 Test "list" with listsize 10 after reaching a breakpoint.
17522 * gdb.python/python.exp (decode_line current location line
17523 number): Adjust expected line number.
17524
17525 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17526
17527 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17528 behavior for $args, pass it directly to "run".
17529
17530 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17531
17532 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17533 30000 to 65536.
17534
17535 2014-05-21 Pedro Alves <palves@redhat.com>
17536
17537 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17538 auto-connect-native-target off".
17539 * gdb.base/auto-connect-native-target.c: New file.
17540 * gdb.base/auto-connect-native-target.exp: New file.
17541
17542 2014-05-21 Pedro Alves <palves@redhat.com>
17543
17544 * gdb.base/default.exp: Test "target native" instead of "target
17545 child".
17546
17547 2014-05-21 Mark Wielaard <mjw@redhat.com>
17548
17549 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17550
17551 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17552
17553 Fix TLS access for -static -pthread.
17554 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17555 <HAVE_TLS> (thread_function, main): Initialize it.
17556 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17557 Add clean_restart.
17558 <$have_tls != "">: Check TLSVAR.
17559
17560 2014-05-21 Pedro Alves <palves@redhat.com>
17561
17562 * gdb.base/dcache-line-read-error.c: New.
17563 * gdb.base/dcache-line-read-error.exp: New.
17564
17565 2014-05-20 Pedro Alves <palves@redhat.com>
17566
17567 * gdb.base/compare-sections.c: New file.
17568 * gdb.base/compare-sections.exp: New file.
17569
17570 2014-05-20 Pedro Alves <palves@redhat.com>
17571
17572 * gdb.base/break-idempotent.c: New file.
17573 * gdb.base/break-idempotent.exp: New file.
17574
17575 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17576
17577 * gdb.btrace/nohist.exp: New.
17578
17579 2014-05-20 Yao Qi <yao@codesourcery.com>
17580
17581 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17582 gdb.reverse directory and gdb_reverse_timeout exists in board
17583 setting.
17584 * README: Document gdb_reverse_timeout.
17585
17586 2014-05-20 Yao Qi <yao@codesourcery.com>
17587
17588 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17589 'test_file_name'. Treat args as a string instead of a list.
17590 (gdb_init): Rename argument 'args' by 'test_file_name'.
17591
17592 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17593
17594 * gdb.arch/powerpc-power.exp: New file.
17595 * gdb.arch/powerpc-power.s: New file.
17596
17597 2014-05-16 Doug Evans <dje@google.com>
17598
17599 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17600 * gdb.base/completion.exp: Check that all expected files exist
17601 before doing file completion.
17602
17603 2014-05-16 Doug Evans <dje@google.com>
17604
17605 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17606 Update.
17607 (do_syscall_tests_without_xml): Update.
17608
17609 2014-05-16 Pedro Alves <palves@redhat.com>
17610
17611 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17612 instead of "unknown output after running".
17613
17614 2014-05-16 Yao Qi <yao@codesourcery.com>
17615
17616 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17617 file1.txt from host at the end.
17618 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17619
17620 2014-05-15 Doug Evans <dje@google.com>
17621
17622 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17623 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17624 loading file. Add test for TU lookup.
17625
17626 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17627
17628 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17629 calling "-exec-arguments" or "set args" before running the
17630 inferior.
17631
17632 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17633
17634 * lib/mi-support.exp (mi_expect_stop): Expect message for
17635 inferiors that exit with non-zero exit code.
17636
17637 2014-05-14 Yao Qi <yao@codesourcery.com>
17638
17639 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17640 match absolute path on remote host.
17641 (test_file_list_exec_source_files): Remove "/" from the
17642 pattern.
17643
17644 2014-05-14 Yao Qi <yao@codesourcery.com>
17645
17646 * boards/local-remote-host-notty.exp (${board}_file): New
17647 proc.
17648
17649 2014-05-07 Kyle McMartin <kyle@redhat.com>
17650
17651 Pushed by Joel Brobecker <brobecker@adacore.com>.
17652 * gdb.arch/aarch64-atomic-inst.c: New file.
17653 * gdb.arch/aarch64-atomic-inst.exp: New file.
17654
17655 2014-05-07 Yao Qi <yao@codesourcery.com>
17656
17657 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17658 in current context" too.
17659
17660 2014-05-05 Keith Seitz <keiths@redhat.com>
17661
17662 * gdb.linespec/ls-dollar.exp: Add test for linespec
17663 file:convenience_variable.
17664
17665 2014-05-05 Yao Qi <yao@codesourcery.com>
17666
17667 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17668 traceframes into tfile and ctf trace files. Read data from
17669 trace file and test collected data.
17670 (gdb_collect_locals_test): Likewise.
17671 (gdb_unavailable_registers_test): Likewise.
17672 (gdb_unavailable_floats): Likewise.
17673 (gdb_collect_globals_test): Likewise.
17674 (top-level): Append "ctf" to trace_file_targets if GDB
17675 supports.
17676
17677 2014-05-05 Yao Qi <yao@codesourcery.com>
17678
17679 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17680 code to ...
17681 (gdb_collect_args_test_1): ... it. New proc.
17682 (gdb_collect_locals_test): Move some code to ...
17683 (gdb_collect_locals_test_1): ... it. New proc.
17684 (gdb_unavailable_registers_test): Move some code to ...
17685 (gdb_unavailable_registers_test_1): ... it. New proc.
17686 (gdb_unavailable_floats): Move some code to ...
17687 (gdb_unavailable_floats_1): ... it. New proc.
17688
17689 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17690
17691 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17692 probes to test for bitness recognition.
17693 * gdb.arch/amd64-stap-optional-prefix.exp
17694 (test_probe_value_without_reg): New procedure.
17695 Add code to test for different kinds of bitness.
17696
17697 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17698
17699 PR breakpoints/16889
17700 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17701 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17702
17703 2014-05-01 Pedro Alves <palves@redhat.com>
17704
17705 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17706 gdb_file_cmd if no file is specified.
17707 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17708 last_loaded_file to set the remote exec-file.
17709
17710 2014-05-01 Pedro Alves <palves@redhat.com>
17711
17712 * boards/local-remote-host.exp: New file.
17713
17714 2014-05-01 Pedro Alves <palves@redhat.com>
17715
17716 * boards/local-remote-host.exp: Rename to ...
17717 * boards/local-remote-host-notty.exp: ... this.
17718
17719 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17720
17721 * gdb.ada/dyn_arrayidx: New testcase.
17722
17723 2014-04-26 Yao Qi <yao@codesourcery.com>
17724
17725 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17726 and compute the length of function main. Save it in
17727 $main_length.
17728 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17729 (top-level): Use gdb_compile to compile objects into
17730 executable and restart GDB. Remove invocation to
17731 prepare_for_testing.
17732
17733 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17734 Pedro Alves <palves@redhat.com>
17735
17736 PR server/16255
17737 * gdb.multi/multi-attach.c: New file.
17738 * gdb.multi/multi-attach.exp: New file.
17739
17740 2014-04-25 Pedro Alves <palves@redhat.com>
17741
17742 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17743 user.
17744 (top level): Test that "set remote conditional-breakpoints-packet
17745 off" works as intended.
17746 * gdb.base/dprintf.exp: Test that "set remote
17747 breakpoint-commands-packet off" works as intended.
17748 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17749 New function.
17750 (top level): Call it.
17751 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17752 remote fast-tracepoints-packet off" works as intended.
17753 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17754 * lib/gdb.exp (gdb_is_target_remote): ... here.
17755
17756 2014-04-24 David Blaikie <dblaikie@gmail.com>
17757
17758 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17759 ensure clang would not discard them.
17760 * gdb.base/gdbvars.c: Ditto.
17761 * gdb.base/memattr.c: Ditto.
17762 * gdb.base/whatis.c: Ditto.
17763 * gdb.python/py-prettyprint.c: Ditto.
17764 * gdb.trace/actions.c: Ditto.
17765 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17766 ensure clang would not discard it.
17767
17768 2014-04-24 David Blaikie <dblaikie@gmail.com>
17769
17770 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17771 clang to emit the full definition of type required by the test
17772 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17773
17774 2014-04-24 David Blaikie <dblaikie@gmail.com>
17775
17776 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17777 coax Clang into emitting the definition of the type.
17778 * gdb.cp/pr10728-x.h (y): Ditto.
17779 * gdb.cp/pr10728-y.cc (y): Ditto.
17780
17781 2014-04-24 David Blaikie <dblaikie@gmail.com>
17782
17783 * gdb.base/label.exp: XFAIL label related tests under Clang.
17784 * gdb.cp/cplabel.exp: Ditto.
17785 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17786 under Clang those using labels.
17787
17788 2014-04-25 Yao Qi <yao@codesourcery.com>
17789
17790 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17791 double_label.
17792 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17793 partial_label and double_label.
17794
17795 2014-04-24 David Blaikie <dblaikie@gmail.com>
17796
17797 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17798
17799 2014-04-24 David Blaikie <dblaikie@gmail.com>
17800
17801 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17802 of the function to work across GCC and Clang.
17803 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17804 pointer types (const void ** const V void **).
17805
17806 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17807 Walfred Tedeschi <walfred.tedeschi@intel.com>
17808
17809 * Makefile.in (EXECUTABLES): Added i386-avx512.
17810 * gdb.arch/i386-avx512.c: New file.
17811 * gdb.arch/i386-avx512.exp: Likewise.
17812
17813 2014-04-23 Keith Seitz <keiths@redhat.com>
17814
17815 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17816 (mi_make_breakpoint_table): New procedure.
17817 (mi_create_breakpoint): Use mi_make_breakpoint
17818 and return the result.
17819 (mi_make_breakpoint): New procedure.
17820 (mi_build_kv_pairs): New procedure.
17821
17822 * gdb.mi/mi-break.exp: Remove unused globals,
17823 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17824 All callers updated.
17825 * gdb.mi/mi-dprintf.exp: Use variable to track command
17826 number.
17827 Update all callers of mi_create_breakpoint and use
17828 mi_make_breakpoint_table.
17829 Remove any unused global variables.
17830 * gdb.mi/mi-nonstop.exp: Likewise.
17831 * gdb.mi/mi-nsintrall.exp: Likewise.
17832 * gdb.mi/mi-nsmoribund.exp: Likewise.
17833 * gdb.mi/mi-nsthrexec.exp: Likewise.
17834 * gdb.mi/mi-reverse.exp: Likewise.
17835 * gdb.mi/mi-simplerun.exp: Likewise.
17836 * gdb.mi/mi-stepn.exp: Likewise.
17837 * gdb.mi/mi-syn-frame.exp: Likewise.
17838 * gdb.mi/mi-until.exp: Likewise.
17839 * gdb.mi/mi-var-cp.exp: Likewise.
17840 * gdb.mi/mi-var-display.exp: Likewise.
17841 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17842 * gdb.mi/mi2-var-child.exp: Likewise.
17843 * gdb.mi/mi-vla-c99.exp: Likewise.
17844 * lib/mi-support.exp: Likewise.
17845
17846 From Ian Lance Taylor <iant@cygnus.com>:
17847 * lib/gdb.exp (parse_args): New procedure.
17848
17849 2014-04-23 Pedro Alves <palves@redhat.com>
17850
17851 * gdb.base/break-unload-file.c: New file.
17852 * gdb.base/break-unload-file.exp: New file.
17853 * gdb.base/sym-file-lib.c (baz): New function.
17854 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17855 field.
17856 (load): Store the segment's mapped size.
17857 (unload): New function.
17858 (unload_shlib): New function.
17859 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17860 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17861 set a breakpoint at baz, and call it.
17862 * gdb.base/sym-file.exp: New tests for stale breakpoint
17863 instructions.
17864
17865 2014-04-23 Pedro Alves <palves@redhat.com>
17866
17867 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17868 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17869 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17870 * gdb.base/hbreak-unmapped.c: New file.
17871 * gdb.base/hbreak-unmapped.exp: New file.
17872 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17873 * lib/gdb.exp (gdb_is_target_remote): ... here.
17874
17875 2014-04-22 Pedro Alves <palves@redhat.com>
17876
17877 * gdb.base/consecutive-step-over.c: New file.
17878 * gdb.base/consecutive-step-over.exp: New file.
17879
17880 2014-04-22 Pedro Alves <palves@redhat.com>
17881
17882 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17883 instead of send_gdb/gdb_expect.
17884
17885 2014-04-22 Yao Qi <yao@codesourcery.com>
17886
17887 * lib/trace-support.exp (generate_tracefile): New procedure.
17888 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17889 return 0.
17890 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17891 if generate_tracefile returns 1.
17892
17893 2014-04-18 Tom Tromey <palves@redhat.com>
17894 Pedro alves <tromey@redhat.com>
17895
17896 PR backtrace/15558
17897 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17898 with a backtrace limit.
17899 * gdb.python/py-frame-inline.exp: Test running to an inline
17900 function with a backtrace limit, and printing the newest frame.
17901 * gdb.python/py-frame-inline.c (main): Call f.
17902
17903 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17904
17905 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17906
17907 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17908
17909 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17910 Drop prefix from unsupported source file path.
17911
17912 2014-04-17 Yao Qi <yao@codesourcery.com>
17913
17914 * lib/gdb.exp (with_target_charset): New proc.
17915 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17916 with_target_charset.
17917 (test_print_strings): Likewise.
17918 (test_repeat_bytes): Likewise.
17919 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17920 for some tests.
17921
17922 2014-04-16 Keith Seitz <keiths@redhat.com>
17923
17924 PR gdb/15827
17925 * gdb.dwarf2/corrupt.c: New file.
17926 * gdb.dwarf2/corrupt.exp: New file.
17927
17928 2014-04-16 Keith Seitz <keiths@redhat.com>
17929
17930 PR c++/16597
17931 * gdb.cp/namelessclass.cc: New file.
17932 * gdb.cp/namelessclass.exp: New file.
17933 * gdb.cp/namelessclass.S: New file.
17934
17935 2014-04-16 Doug Evans <dje@google.com>
17936
17937 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17938 Add comment.
17939 (gdbserver_default_get_comm_port): New function.
17940 (gdbserver_start): Check if board file provided
17941 "gdbserver,get_comm_port" and use it if so.
17942 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17943 (gdb,socketport): Set to "stdio".
17944 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17945 (stdio_gdbserver_template): Delete.
17946 (${board}_get_remote_address): Update.
17947 (${board}_build_remote_cmd): Delete.
17948 (${board}_get_comm_port): New function.
17949 (${board}_spawn): Update.
17950 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17951 Delete.
17952 (${board}_get_remote_address): Update.
17953 (${board}_get_comm_port): New function.
17954
17955 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17956
17957 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17958 appearing in any order.
17959
17960 2014-04-15 Doug Evans <dje@google.com>
17961
17962 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17963 uninitialized value of "description".
17964
17965 2014-04-15 Keith Seitz <keiths@redhat.com>
17966
17967 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17968 Remove unused globals.
17969 (test_running_the_program): Likewise.
17970 (test_controlled_execution): Likewise.
17971 (test_controlling_breakpoints): Likewise.
17972 (test_program_termination): Likewise.
17973
17974 2014-04-15 Keith Seitz <keiths@redhat.com>
17975
17976 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17977 unused globals.
17978 (test_rbreak_creation_and_listing): Likewise.
17979 (test_ignore_count): Likewise.
17980 (test_error): Likewise.
17981
17982 2014-04-15 Pedro Alves <palves@redhat.com>
17983
17984 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17985 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17986 sym-file-loader.c.
17987 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17988 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17989 to sym-file-loader.c.
17990 (struct library): Forward declare.
17991 (load_shlib, lookup_function): Change prototypes.
17992 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17993 (translate_offset): Remove declarations.
17994 (get_text_addr): New declaration.
17995 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17996 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17997 sym-file-loader.h.
17998 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17999 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18000 here from sym-file-loader.h.
18001 (struct library): New structure.
18002 (load_shlib, lookup_function): Change prototypes and adjust to
18003 work with a struct library.
18004 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18005 (translate_offset): Make static.
18006 (get_text_addr): New function.
18007 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18008
18009 2014-04-15 Pedro Alves <palves@redhat.com>
18010
18011 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18012
18013 2014-04-15 Pedro Alves <palves@redhat.com>
18014
18015 * gdb.base/sym-file-loader.c: Include <limits.h>.
18016 (SELF_LINK): New define.
18017 (get_origin): New function.
18018 (load_shlib): Use it.
18019 * gdb.base/sym-file.exp: Don't early return if the target is
18020 remote. Use runto_main, and issue fail is that fails. Use
18021 gdb_load_shlibs.
18022 (shlib_name): Delete.
18023 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18024
18025 2014-04-15 Pedro Alves <palves@redhat.com>
18026
18027 * gdb.base/sym-file.exp: Remove regex characters from test
18028 message. Don't refer to breakpoint numbers in test messages.
18029
18030 2014-04-14 Keith Seitz <keiths@redhat.com>
18031
18032 PR c++/16253
18033 * gdb.cp/var-tag.cc: New file.
18034 * gdb.cp/var-tag.exp: New file.
18035 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18036 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18037 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18038 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18039
18040 2014-04-14 Tom Tromey <tromey@redhat.com>
18041
18042 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18043 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18044 type.
18045 * gdb.cp/enum-class.exp: New file.
18046 * gdb.cp/enum-class.cc: New file.
18047
18048 2014-04-14 Tom Tromey <tromey@redhat.com>
18049
18050 * gdb.dwarf2/enum-type.exp: New file.
18051
18052 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18053
18054 * gdb.mi/mi-vla-c99.exp: New file.
18055 * gdb.mi/vla.c: New file.
18056
18057 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18058
18059 * gdb.base/vla-datatypes.c: New file.
18060 * gdb.base/vla-datatypes.exp: New file.
18061
18062 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18063
18064 * gdb.base/vla-ptr.c: New file.
18065 * gdb.base/vla-ptr.exp: New file.
18066
18067 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18068
18069 * gdb.dwarf2/count.exp: New file.
18070
18071 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18072
18073 * gdb.base/vla-sideeffect.c: New file.
18074 * gdb.base/vla-sideeffect.exp: New file.
18075
18076 2014-04-14 David Blaikie <dblaikie@gmail.com>
18077
18078 * gdb.mi/non-stop.c: Add return value for non-void function return
18079 statement.
18080 * gdb.threads/staticthreads.c: Ditto.
18081
18082 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18083 Doug Evans <xdje42@gmail.com>
18084
18085 * gdb.guile/scm-value.c: Improve test case.
18086 * gdb.guile/scm-value.exp: Add new test.
18087
18088 2014-04-11 David Blaikie <dblaikie@gmail.com>
18089
18090 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18091 override Clang's default.
18092
18093 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18094
18095 Revert the following changes (regressions):
18096
18097 * gdb.base/vla-sideeffect.c: New file.
18098 * gdb.base/vla-sideeffect.exp: New file.
18099
18100 * gdb.dwarf2/count.exp: New file.
18101
18102 * gdb.base/vla-multi.c: New file.
18103 * gdb.base/vla-multi.exp: New file.
18104
18105 * gdb.base/vla-ptr.c: New file.
18106 * gdb.base/vla-ptr.exp: New file.
18107
18108 * gdb.base/vla-datatypes.c: New file.
18109 * gdb.base/vla-datatypes.exp: New file.
18110
18111 * gdb.mi/mi-vla-c99.exp: New file.
18112 * gdb.mi/vla.c: New file.
18113
18114 2014-04-11 Keith Seitz <keiths@redhat.com>
18115
18116 PR c++/16675
18117 * gdb.cp/cpsizeof.exp: New file.
18118 * gdb.cp/cpsizeof.cc: New file.
18119
18120 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18121
18122 * gdb.mi/mi-vla-c99.exp: New file.
18123 * gdb.mi/vla.c: New file.
18124
18125 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18126
18127 * gdb.base/vla-datatypes.c: New file.
18128 * gdb.base/vla-datatypes.exp: New file.
18129
18130 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18131
18132 * gdb.base/vla-ptr.c: New file.
18133 * gdb.base/vla-ptr.exp: New file.
18134
18135 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18136
18137 * gdb.base/vla-multi.c: New file.
18138 * gdb.base/vla-multi.exp: New file.
18139
18140 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18141
18142 * gdb.dwarf2/count.exp: New file.
18143
18144 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18145
18146 * gdb.base/vla-sideeffect.c: New file.
18147 * gdb.base/vla-sideeffect.exp: New file.
18148
18149 2014-04-11 Yao Qi <yao@codesourcery.com>
18150
18151 * gdb.base/completion.exp: Check file exists before running tests
18152 on file completion.
18153
18154 2014-04-10 Pedro Alves <palves@redhat.com>
18155
18156 * gdb.base/cond-eval-mode.c: New file.
18157 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18158 prepare_for_testing to build the new file. Check result of
18159 runto_main.
18160 (test_break, test_watch): New procedures.
18161 (top level): Use them.
18162
18163 2014-04-08 Pierre Muller <muller@sourceware.org>
18164
18165 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18166 Ctrl-V use for mingw hosts.
18167
18168 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18169
18170 * gdb.python/py-value.c: Improve test case.
18171 * gdb.python/py-value.exp: Add new test.
18172
18173 2014-04-07 David Blaikie <dblaikie@gmail.com>
18174
18175 * lib/compiler.c: Identify the clang compiler.
18176 * lib/compiler.cc: Ditto.
18177
18178 2014-04-03 Yao Qi <yao@codesourcery.com>
18179
18180 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18181
18182 2014-04-01 Anton Blanchard <anton@samba.org>
18183
18184 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18185 messages unique.
18186
18187 2014-04-01 Anton Blanchard <anton@samba.org>
18188
18189 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18190 prepare_for_testing.
18191
18192 2014-04-01 Anton Blanchard <anton@samba.org>
18193
18194 * gdb.arch/ppc64-atomic-inst.c: Remove.
18195 * gdb.arch/ppc64-atomic-inst.S: New file.
18196 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18197
18198 2014-03-31 Doug Evans <dje@google.com>
18199
18200 * gdb.base/print-symbol-loading-lib.c: New file.
18201 * gdb.base/print-symbol-loading-main.c: New file.
18202 * gdb.base/print-symbol-loading.exp: New file.
18203
18204 2014-03-31 Yao Qi <yao@codesourcery.com>
18205
18206 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18207
18208 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18209
18210 * gdb.ada/mi_dyn_arr: New testcase.
18211
18212 2014-03-27 Doug Evans <dje@google.com>
18213
18214 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18215
18216 2014-03-27 Yao Qi <yao@codesourcery.com>
18217
18218 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18219 if target is nios2-*-*.
18220
18221 2014-03-26 Yao Qi <yao@codesourcery.com>
18222
18223 * lib/gdb.exp (readline_is_used): New proc.
18224 * gdb.base/completion.exp: Move tests on command complete up.
18225 Skip the rest of tests if readline is not used.
18226 * gdb.ada/complete.exp: Skp the test if readline is not
18227 used.
18228 * gdb.base/filesym.exp: Likewise.
18229 * gdb.base/macscp.exp: Likewise.
18230 * gdb.base/readline-ask.exp: Likewise.
18231 * gdb.base/readline.exp: Likewise.
18232 * gdb.python/py-cmd.exp: Likewise.
18233 * gdb.trace/tfile.exp: Likewise.
18234
18235 2014-03-26 Yao Qi <yao@codesourcery.com>
18236
18237 * gdb.base/macscp.exp: Fix code format issues.
18238
18239 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18240
18241 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18242 * gdb.asm/powerpc64le.inc: New file.
18243
18244 2014-03-25 Pedro Alves <palves@redhat.com>
18245 Doug Evans <dje@google.com>
18246
18247 * gdb.base/source-execution.c: New file.
18248 * gdb.base/source-execution.exp: New file.
18249 * gdb.base/source-execution.gdb: New file.
18250
18251 2014-03-24 Doug Evans <dje@google.com>
18252
18253 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18254 using fission.
18255
18256 2014-03-24 Hui Zhu <hui@codesourcery.com>
18257 Pedro Alves <palves@redhat.com>
18258
18259 PR breakpoints/16101
18260 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18261 test pass/fail messages. Detect missing support for dprintf when
18262 breakpoints are actually inserted.
18263 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18264 breakpoints are actually inserted.
18265 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18266 fails.
18267
18268 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18269
18270 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18271
18272 2014-03-22 Doug Evans <xdje42@gmail.com>
18273
18274 * gdb.python/python.exp (python not supported): Verify multi-line
18275 python command issues an error.
18276 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18277 guile command issues an error.
18278
18279 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18280
18281 * gdb.threads/thread-specific.exp: Handle the lack of usable
18282 $this_breakpoint and $this_thread.
18283
18284 2014-03-21 Hui Zhu <hui@codesourcery.com>
18285
18286 * gdb.base/attach.exp (do_command_attach_tests): New.
18287
18288 2014-03-20 Tom Tromey <tromey@redhat.com>
18289 Pedro Alves <palves@redhat.com>
18290
18291 PR cli/15718
18292 * gdb.base/condbreak-call-false.c: New file.
18293 * gdb.base/condbreak-call-false.exp: New file.
18294
18295 2014-03-20 Pedro Alves <palves@redhat.com>
18296
18297 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18298 Delete.
18299 (block_signals, unblock_signals): Delete.
18300 (child_function_2, main): Remove references to deleted variable
18301 and functions.
18302
18303 2014-03-20 Pedro Alves <palves@redhat.com>
18304
18305 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18306 Use pthread_kill to signal thread 2.
18307 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18308 Adjust to make the test send itself a signal rather than using the
18309 host's "kill" command.
18310
18311 2014-03-20 Pedro Alves <palves@redhat.com>
18312
18313 * gdb.threads/multiple-step-overs.c: New file.
18314 * gdb.threads/multiple-step-overs.exp: New file.
18315 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18316 Adjust expected infrun debug output.
18317
18318 2014-03-20 Pedro Alves <palves@redhat.com>
18319
18320 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18321 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18322
18323 2014-03-20 Pedro Alves <palves@redhat.com>
18324
18325 PR breakpoints/7143
18326 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18327 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18328 of gdb_test_multiple.
18329 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18330 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18331
18332 2014-03-20 Pedro Alves <palves@redhat.com>
18333
18334 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18335 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18336
18337 2014-03-19 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.base/async.exp: Remove early return.
18340
18341 2014-03-19 Pedro Alves <palves@redhat.com>
18342
18343 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18344
18345 2014-03-19 Pedro Alves <palves@redhat.com>
18346
18347 * gdb.base/async.exp (test_background): Expect \r\n after
18348 "completed." in the fail pattern.
18349
18350 2014-03-19 Pedro Alves <palves@redhat.com>
18351
18352 * gdb.base/async.exp (test_background): New procedure.
18353 Use it for all background execution command tests.
18354
18355 2014-03-19 Pedro Alves <palves@redhat.com>
18356
18357 * gdb.base/async.exp: Use prepare_for_testing.
18358
18359 2014-03-19 Pedro Alves <palves@redhat.com>
18360
18361 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18362 the same line.
18363
18364 2014-03-19 Pedro Alves <palves@redhat.com>
18365
18366 * gdb.base/async.c (main): Add "jump here" and "until here" line
18367 marker comments.
18368 * gdb.base/async.exp (jump_here): New global.
18369 (jump& test): Use it.
18370 (until_here): New global.
18371 (until& test): Use it.
18372
18373 2014-03-19 Pedro Alves <palves@redhat.com>
18374
18375 * gdb.base/async.exp: Don't frob gdb_protocol.
18376
18377 2014-03-18 Doug Evans <xdje42@gmail.com>
18378
18379 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18380 Fix spelling of exec-done-display.
18381
18382 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18383
18384 PR gdb/15358
18385 * gdb.base/gdb-sigterm.c: New file.
18386 * gdb.base/gdb-sigterm.exp: New file.
18387
18388 2014-03-18 Pedro Alves <palves@redhat.com>
18389
18390 PR gdb/13860
18391 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18392 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18393 solib-event.
18394
18395 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18396
18397 * gdb.ada/pckd_arr_ren: New testcase.
18398
18399 2014-03-13 Doug Evans <xdje42@gmail.com>
18400
18401 PR guile/16612
18402 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18403 collect after discarding symbols.
18404
18405 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18406 Doug Evans <xdje42@gmail.com>
18407
18408 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18409 to history survives a gc.
18410
18411 2014-03-13 Pedro Alves <palves@redhat.com>
18412
18413 * gdb.base/default.exp: Don't test "target procfs".
18414
18415 2014-03-13 Pedro Alves <palves@redhat.com>
18416
18417 * gdb.base/default.exp: Update "target child" and "target procfs"
18418 tests to not expect "Unix".
18419
18420 2014-03-12 Tom Tromey <tromey@redhat.com>
18421
18422 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18423 New procs. Add target-async tests.
18424 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18425 Add target-async tests.
18426
18427 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18428
18429 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18430 'func_start' and 'func_end' for the beginning and end of the
18431 function code, respectively.
18432 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18433 'func_end' instead of 'func' and 'main'.
18434
18435 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18436
18437 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18438 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18439 generate the debug info assembler source.
18440
18441 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18442
18443 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18444 * gdb.dwarf2/arr-subrange.exp: Likewise.
18445 * gdb.dwarf2/dwz.exp: Likewise.
18446 * gdb.dwarf2/method-ptr.exp: Likewise.
18447 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18448 * gdb.dwarf2/subrange.exp: Likewise.
18449 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18450 * gdb.dwarf2/implptrpiece.exp: Likewise.
18451 * gdb.dwarf2/nostaticblock.exp: Likewise.
18452
18453 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18454
18455 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18456 directory to absolute path name arguments.
18457
18458 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18459
18460 * gdb.ada/tagged_access: New testcase.
18461
18462 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18463
18464 * gdb.btrace/data.exp: Update expected output.
18465
18466 2014-03-06 Yao Qi <yao@codesourcery.com>
18467
18468 * gdb.trace/pr16508.exp: New file.
18469
18470 2014-03-05 Pedro Alves <palves@redhat.com>
18471
18472 PR gdb/16575
18473 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18474 procedure.
18475 (top level): Adjust to use it. Add tests that exercise breakpoint
18476 interaction with the code-cache.
18477
18478 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18479
18480 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18481 test for 'history-append!'.
18482
18483 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18484
18485 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18486 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18487 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18488 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18489 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18490 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18491
18492 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18493
18494 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18495 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18496 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18497
18498 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18499
18500 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18501
18502 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18503
18504 * gdb.dwarf2/arr-stride.c: New file.
18505 * gdb.dwarf2/arr-stride.exp: New file.
18506
18507 2014-02-26 Pedro Alves <palves@redhat.com>
18508
18509 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18510 that won't ever trigger. Make sure that GDB reports the correct
18511 breakpoint that caused the stop.
18512
18513 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18514
18515 PR gdb/16626
18516 * gdb.base/auto-load-script: New file.
18517 * gdb.base/auto-load.c: New file.
18518 * gdb.base/auto-load.exp: New file.
18519
18520 PR gdb/16626
18521 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18522
18523 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18524
18525 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18526 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18527
18528 2014-02-24 Doug Evans <dje@google.com>
18529
18530 * lib/gdb.exp (run_on_host): Log error output if program fails.
18531
18532 2014-02-21 Pedro Alves <palves@redhat.com>
18533
18534 * gdb.threads/step-after-sr-lock.c: Rename to ...
18535 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18536 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18537 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18538 ... this.
18539
18540 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18541
18542 PR tdep/16397
18543 * gdb.arch/amd64-stap-special-operands.exp: New file.
18544 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18545 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18546 * gdb.arch/amd64-stap-triplet.S: Likewise.
18547 * gdb.arch/amd64-stap-triplet.c: Likewise.
18548
18549 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18550
18551 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18552 in .section pseudo-op.
18553
18554 2014-02-20 lin zuojian <manjian2006@gmail.com>
18555 Joel Brobecker <brobecker@adacore.com>
18556 Doug Evans <xdje42@gmail.com>
18557
18558 PR symtab/16581
18559 * gdb.dwarf2/dw2-icycle.S: New file.
18560 * gdb.dwarf2/dw2-icycle.c: New file.
18561 * gdb.dwarf2/dw2-icycle.exp: New file.
18562
18563 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18564
18565 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18566 operations on gdb.Value objects.
18567 * gdb.python/py-value-cc.exp: Add new test to test operations on
18568 gdb.Value objects.
18569
18570 2014-02-18 Doug Evans <dje@google.com>
18571
18572 * Makefile.in (TESTS): New variable.
18573 (expanded_tests, expanded_tests_or_none): New variables
18574 (check-single): Pass $(expanded_tests_or_none) to runtest.
18575 (check-parallel): Only run tests in $(TESTS) if non-empty.
18576 (check/no-matching-tests-found): New rule.
18577 * README: Document TESTS makefile variable.
18578
18579 2014-02-18 Doug Evans <dje@google.com>
18580
18581 * Makefile.in (check-parallel): rm -rf outputs temp.
18582
18583 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18584
18585 Fix "ERROR: no fileid for" in the testsuite.
18586 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18587
18588 2014-02-12 Doug Evans <dje@google.com>
18589
18590 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18591 (MISCELLANEOUS): New variable.
18592 (clean): rm -rf $(MISCELLANEOUS).
18593 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18594 dwp live in the same directory as symlinks, with each symlink pointed
18595 to a differently named file in a different directory.
18596
18597 2014-02-11 Doug Evans <dje@google.com>
18598
18599 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18600 of Tcl file commands.
18601
18602 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18603
18604 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18605 "kill -SIGUSR1 -1".
18606
18607 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18608
18609 * gdb.ada/tick_length_array_enum_idx: New testcase.
18610
18611 2014-02-10 Doug Evans <xdje42@gmail.com>
18612
18613 * configure.ac (AC_OUTPUT): Add gdb.guile.
18614 * configure: Regenerate.
18615 * lib/gdb-guile.exp: New file.
18616 * lib/gdb.exp (get_target_charset): New function.
18617 * gdb.base/help.exp: Update expected output from "apropos apropos".
18618 * gdb.guile/Makefile.in: New file.
18619 * gdb.guile/guile.exp: New file.
18620 * gdb.guile/scm-arch.c: New file.
18621 * gdb.guile/scm-arch.exp: New file.
18622 * gdb.guile/scm-block.c: New file.
18623 * gdb.guile/scm-block.exp: New file.
18624 * gdb.guile/scm-breakpoint.c: New file.
18625 * gdb.guile/scm-breakpoint.exp: New file.
18626 * gdb.guile/scm-disasm.c: New file.
18627 * gdb.guile/scm-disasm.exp: New file.
18628 * gdb.guile/scm-equal.c: New file.
18629 * gdb.guile/scm-equal.exp: New file.
18630 * gdb.guile/scm-error.exp: New file.
18631 * gdb.guile/scm-error.scm: New file.
18632 * gdb.guile/scm-frame-args.c: New file.
18633 * gdb.guile/scm-frame-args.exp: New file.
18634 * gdb.guile/scm-frame-args.scm: New file.
18635 * gdb.guile/scm-frame-inline.c: New file.
18636 * gdb.guile/scm-frame-inline.exp: New file.
18637 * gdb.guile/scm-frame.c: New file.
18638 * gdb.guile/scm-frame.exp: New file.
18639 * gdb.guile/scm-generics.exp: New file.
18640 * gdb.guile/scm-gsmob.exp: New file.
18641 * gdb.guile/scm-iterator.c: New file.
18642 * gdb.guile/scm-iterator.exp: New file.
18643 * gdb.guile/scm-math.c: New file.
18644 * gdb.guile/scm-math.exp: New file.
18645 * gdb.guile/scm-objfile-script-gdb.in: New file.
18646 * gdb.guile/scm-objfile-script.c: New file.
18647 * gdb.guile/scm-objfile-script.exp: New file.
18648 * gdb.guile/scm-objfile.c: New file.
18649 * gdb.guile/scm-objfile.exp: New file.
18650 * gdb.guile/scm-ports.exp: New file.
18651 * gdb.guile/scm-pretty-print.c: New file.
18652 * gdb.guile/scm-pretty-print.exp: New file.
18653 * gdb.guile/scm-pretty-print.scm: New file.
18654 * gdb.guile/scm-section-script.c: New file.
18655 * gdb.guile/scm-section-script.exp: New file.
18656 * gdb.guile/scm-section-script.scm: New file.
18657 * gdb.guile/scm-symbol.c: New file.
18658 * gdb.guile/scm-symbol.exp: New file.
18659 * gdb.guile/scm-symtab-2.c: New file.
18660 * gdb.guile/scm-symtab.c: New file.
18661 * gdb.guile/scm-symtab.exp: New file.
18662 * gdb.guile/scm-type.c: New file.
18663 * gdb.guile/scm-type.exp: New file.
18664 * gdb.guile/scm-value-cc.cc: New file.
18665 * gdb.guile/scm-value-cc.exp: New file.
18666 * gdb.guile/scm-value.c: New file.
18667 * gdb.guile/scm-value.exp: New file.
18668 * gdb.guile/source2.scm: New file.
18669 * gdb.guile/types-module.cc: New file.
18670 * gdb.guile/types-module.exp: New file.
18671
18672 2014-02-10 Yao Qi <yao@codesourcery.com>
18673
18674 PR testsuite/16543
18675 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18676 * configure: Regenerated.
18677 * Makefile.in: New file.
18678
18679 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18680
18681 * gdb.python/py-framefilter.exp: Fix typo.
18682
18683 2014-02-08 Yao Qi <yao@codesourcery.com>
18684
18685 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18686 that no =breakpoint-modified is emitted when breakpoints are
18687 modified through MI commands.
18688
18689 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18690 Pedro Alves <palves@redhat.com>
18691
18692 * gdb.threads/step-after-sr-lock.c: New file.
18693 * gdb.threads/step-after-sr-lock.exp: New file.
18694
18695 2014-02-07 Pedro Alves <palves@redhat.com>
18696
18697 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18698
18699 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18700
18701 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18702 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18703
18704 2014-02-06 Doug Evans <xdje42@gmail.com>
18705
18706 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18707 output.
18708
18709 * gdb.gdb/python-interrupts.exp: New file.
18710
18711 2014-02-05 Yao Qi <yao@codesourcery.com>
18712
18713 * gdb.trace/report.exp (use_collected_data): Test the output
18714 of "info threads" and "info inferiors".
18715
18716 2014-02-05 Yao Qi <yao@codesourcery.com>
18717
18718 Revert this patch:
18719
18720 2013-05-24 Yao Qi <yao@codesourcery.com>
18721
18722 * gdb.trace/tfile.exp: Test inferior and thread.
18723
18724 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18725
18726 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18727 on a function.
18728 * gdb.base/step-bt.c: Call hello via function pointer to make
18729 sure its first instruction is executed on powerpc64le-linux.
18730
18731 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18732
18733 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18734
18735 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18736
18737 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18738 of the test patterns for use on little-endian systems.
18739
18740 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18741
18742 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18743 (decimal_vector): Fix for little-endian.
18744
18745 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18746
18747 * gdb.arch/sparc-sysstep.exp: New file.
18748 * gdb.arch/sparc-sysstep.c: Likewise.
18749
18750 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18751
18752 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18753
18754 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18755
18756 2014-01-23 Tom Tromey <tromey@redhat.com>
18757
18758 * gdb.ada/array_char_idx: New testcase.
18759
18760 2014-01-23 Tom Tromey <tromey@redhat.com>
18761
18762 PR python/16487:
18763 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18764 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18765 classes.
18766
18767 2014-01-23 Tom Tromey <tromey@redhat.com>
18768
18769 PR python/16491:
18770 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18771 string from an inferior frame.
18772 * gdb.python/py-framefilter-mi.exp: Update.
18773
18774 2014-01-22 Doug Evans <dje@google.com>
18775
18776 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18777
18778 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18779
18780 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18781
18782 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18783
18784 * gdb.trace/entry-values.exp: Remove excess space character from
18785 regex patterns. Handle s390 call instruction.
18786
18787 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18788
18789 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18790 define "*_start" label. Make "name" static.
18791 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18792 ${name} by references to ${name}_start.
18793
18794 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18795
18796 * gdb.base/info-macros.exp: Remove "debug" from the compile
18797 options.
18798
18799 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18800
18801 * gdb.dlang/demangle.exp: New file.
18802
18803 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18804
18805 * gdb.dlang/primitive-types.exp: New file.
18806
18807 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18808
18809 * configure.ac: Create gdb.dlang/Makefile.
18810 * configure: Regenerate.
18811 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18812 * gdb.dlang/Makefile.in: New file.
18813 * lib/d-support.exp: New file.
18814 * lib/gdb.exp (skip_d_tests): New proc.
18815
18816 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18817
18818 * gdb.btrace/delta.exp: Check reverse stepi.
18819 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18820 * gdb.btrace/finish.exp: New.
18821 * gdb.btrace/next.exp: New.
18822 * gdb.btrace/nexti.exp: New.
18823 * gdb.btrace/record_goto.c: Add comments.
18824 * gdb.btrace/step.exp: New.
18825 * gdb.btrace/stepi.exp: New.
18826 * gdb.btrace/multi-thread-step.c: New.
18827 * gdb.btrace/multi-thread-step.exp: New.
18828 * gdb.btrace/rn-dl-bind.c: New.
18829 * gdb.btrace/rn-dl-bind.exp: New.
18830 * gdb.btrace/data.c: New.
18831 * gdb.btrace/data.exp: New.
18832 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18833
18834 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18835
18836 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18837 * gdb.btrace/exception.exp: Update.
18838 * gdb.btrace/instruction_history.exp: Update.
18839 * gdb.btrace/record_goto.exp: Update.
18840 * gdb.btrace/tailcall.exp: Update.
18841 * gdb.btrace/unknown_functions.exp: Update.
18842 * gdb.btrace/delta.exp: New.
18843
18844 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18845
18846 * gdb.btrace/record_goto.exp: Add backtrace test.
18847 * gdb.btrace/tailcall.exp: Add backtrace test.
18848
18849 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18850
18851 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18852 * gdb.btrace/record_goto.c: New.
18853 * gdb.btrace/record_goto.exp: New.
18854 * gdb.btrace/x86-record_goto.S: New.
18855
18856 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18857
18858 * gdb.btrace/function_call_history.exp: Update tests.
18859 * gdb.btrace/instruction_history.exp: Update tests.
18860
18861 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18862
18863 * gdb.btrace/function_call_history.exp: Fix expected field
18864 order for "record function-call-history".
18865 Add new tests for "record function-call-history /c".
18866 * gdb.btrace/exception.cc: New.
18867 * gdb.btrace/exception.exp: New.
18868 * gdb.btrace/tailcall.exp: New.
18869 * gdb.btrace/x86-tailcall.S: New.
18870 * gdb.btrace/x86-tailcall.c: New.
18871 * gdb.btrace/unknown_functions.c: New.
18872 * gdb.btrace/unknown_functions.exp: New.
18873 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18874
18875 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18876
18877 * gdb.btrace/instruction_history.exp: Update.
18878 * gdb.btrace/function_call_history.exp: Update.
18879
18880 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18881
18882 * gdb.btrace/function_call_history.exp: Fix expected function
18883 trace.
18884 * gdb.btrace/instruction_history.exp: Initialize traced.
18885 Remove traced_functions.
18886
18887 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18888
18889 * gdb.btrace/function_call_history.exp: Update
18890 * gdb.btrace/instruction_history.exp: Update.
18891
18892 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18893
18894 * gdb.btrace/enable.exp: Update expected text.
18895
18896 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18897
18898 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18899 bytes.
18900
18901 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18902
18903 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18904
18905 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18906
18907 * lib/gdb.exp (supports_process_record): Return true for
18908 arm*-linux*. (supports_reverse): Likewise.
18909
18910 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18911
18912 PR python/15464
18913 PR python/16113
18914 * gdb.python/py-type.c: Enhance test case.
18915 * gdb.python/py-value-cc.cc: Likewise
18916 * gdb.python/py-type.exp: Add new tests.
18917 * gdb.python/py-value-cc.exp: Likewise
18918
18919 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18920 Pedro Alves <palves@redhat.com>
18921
18922 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18923 Make "name" extern.
18924 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18925 references to ${name}_start by references to ${name}.
18926
18927 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18928
18929 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18930
18931 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18932
18933 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18934
18935 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18936 Pedro Alves <palves@redhat.com>
18937
18938 * gdb.mi/mi-info-os.exp: Connect to the target with
18939 mi_gdb_target_load.
18940
18941 2014-01-08 Pedro Alves <palves@redhat.com>
18942
18943 * gdb.threads/reconnect-signal.c: New file.
18944 * gdb.threads/reconnect-signal.exp: New file.
18945
18946 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18947
18948 * gdb.base/source-dir.exp: New file.
18949
18950 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18951
18952 * gdb.ada/mi_interface: New testcase.
18953
18954 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18955
18956 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18957 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18958 gdb.ada/pp-rec-component/pck.ads: New files.
18959
18960 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18961
18962 * gdb.python/py-pp-integral.c: New file.
18963 * gdb.python/py-pp-integral.py: New file.
18964 * gdb.python/py-pp-integral.exp: New file.
18965
18966 For older changes see ChangeLog-1993-2013.
18967 \f
18968 ;; Local Variables:
18969 ;; mode: change-log
18970 ;; left-margin: 8
18971 ;; fill-column: 74
18972 ;; version-control: never
18973 ;; End:
18974
18975 Copyright 2014-2020 Free Software Foundation, Inc.
18976 Copying and distribution of this file, with or without modification,
18977 are permitted provided the copyright notice and this notice are preserved.
This page took 0.539454 seconds and 4 git commands to generate.