[gdb/testsuite] Fix c-linkage-name.exp with {cc-with-gdb-index,readnow}.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-03-30 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4 unsupported.
5 (verify_psymtab_expanded): Move ...
6 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
7 test.
8 (readnow): New proc.
9
10 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
13 with $hex.
14
15 2020-03-20 Tom Tromey <tromey@adacore.com>
16
17 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
18
19 2020-03-20 Tom Tromey <tromey@adacore.com>
20
21 * gdb.ada/sub_variant/subv.adb: New file.
22 * gdb.ada/sub_variant.exp: New file.
23
24 2020-03-20 Tom de Vries <tdevries@suse.de>
25
26 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
27 first break fails.
28 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
29
30 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.server/exit-multiple-threads.c: New file.
33 * gdb.server/exit-multiple-threads.exp: New file.
34
35 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * gdb.fortran/mixed-lang-stack.c: New file.
38 * gdb.fortran/mixed-lang-stack.cpp: New file.
39 * gdb.fortran/mixed-lang-stack.exp: New file.
40 * gdb.fortran/mixed-lang-stack.f90: New file.
41
42 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * gdb.linespec/cp-completion-aliases.cc: New file.
45 * gdb.linespec/cp-completion-aliases.exp: New file.
46
47 2020-03-19 Tom de Vries <tdevries@suse.de>
48
49 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
50 more precise.
51
52 2020-03-18 Tom de Vries <tdevries@suse.de>
53
54 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
55 * gdb.dwarf2/break-inline-psymtab.c: New test.
56 * gdb.dwarf2/break-inline-psymtab.exp: New file.
57
58 2020-03-16 Tom de Vries <tdevries@suse.de>
59
60 * lib/cache.exp (gdb_do_cache): Add and handle local variables
61 cache_verify and cache_verify_proc.
62
63 2020-03-15 Tom de Vries <tdevries@suse.de>
64
65 * gdb.server/solib-list.exp: Handle
66 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
67
68 2020-03-15 Tom de Vries <tdevries@suse.de>
69
70 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
71 objfiles".
72
73 2020-03-14 Tom Tromey <tom@tromey.com>
74
75 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
76
77 2020-03-14 Tom de Vries <tdevries@suse.de>
78
79 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
80
81 2020-03-14 Tom de Vries <tdevries@suse.de>
82
83 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
84 result in line-by-line fashion.
85
86 2020-03-14 Tom de Vries <tdevries@suse.de>
87
88 * lib/gdb.exp (supports_statement_frontiers): New proc.
89 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
90
91 2020-03-14 Tom de Vries <tdevries@suse.de>
92
93 * gdb.base/printcmds.exp: Add missing quoting for "print
94 teststring2".
95
96 2020-03-13 Tom Tromey <tom@tromey.com>
97
98 * gdb.base/printcmds.exp (test_print_strings): Add regression
99 test.
100 * gdb.base/printcmds.c (charptr): New typedef.
101 (teststring2): New global.
102
103 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 * gdb.base/break-interp.exp: Use the tail of the filename, not the
106 full path in the test name.
107 (test_ld): Add some with_test_prefix blocks to make test names
108 unique.
109
110 2020-03-13 Tom de Vries <tdevries@suse.de>
111
112 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
113
114 2020-03-13 Tom de Vries <tdevries@suse.de>
115
116 * gdb.mi/mi-sym-info.exp: Make matching more precise.
117
118 2020-03-13 Tom de Vries <tdevries@suse.de>
119
120 PR symtab/25646
121 * gdb.dwarf2/imported-unit.exp: Add test.
122
123 2020-03-13 Tom de Vries <tdevries@suse.de>
124
125 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
126 (var1, var2): New variable.
127 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
128 matching symbols.
129
130 2020-03-13 Tom de Vries <tdevries@suse.de>
131
132 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
133 (Term::command): Use prompt prefix.
134 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
135 * gdb.tui/tui-layout-asm-short-prog.exp: Use
136 command_no_prompt_prefix instead of prefix.
137 * gdb.tui/tui-layout-asm.exp: Same.
138
139 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
140
141 * gdb.base/break-interp.exp: Use foreach_with_prefix.
142
143 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
144
145 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
146 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
147 on" while stepping over the test instruction, match printed
148 message.
149
150 2020-03-12 Tom de Vries <tdevries@suse.de>
151
152 * gdb.base/info-types.exp: Use exp_continue during matching of output
153 of "info types".
154
155 2020-03-12 Tom de Vries <tdevries@suse.de>
156
157 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
158
159 2020-03-12 Tom de Vries <tdevries@suse.de>
160
161 * gdb.fortran/module.exp: Use exp_continue during matching of output
162 of "info variable -n".
163
164 2020-03-12 Tom de Vries <tdevries@suse.de>
165
166 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
167 gdb.dwarf2/dw2-ranges-base.c.
168
169 2020-03-12 Tom de Vries <tdevries@suse.de>
170
171 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
172 in presence of GLIBC debuginfo.
173
174 2020-03-12 Tom de Vries <tdevries@suse.de>
175
176 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
177 $core.
178
179 2020-03-12 Tom de Vries <tdevries@suse.de>
180
181 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
182 more precise.
183
184 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
185
186 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
187 from Unix to Windows path.
188
189 2020-03-11 Tom de Vries <tdevries@suse.de>
190
191 * gdb.ada/minsyms.exp: Set language to ada.
192
193 2020-03-11 Tom de Vries <tdevries@suse.de>
194
195 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
196
197 2020-03-11 Tom de Vries <tdevries@suse.de>
198
199 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
200
201 2020-03-11 Tom Tromey <tromey@adacore.com>
202
203 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
204
205 2020-03-11 Tom de Vries <tdevries@suse.de>
206
207 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
208
209 2020-03-11 Tom de Vries <tdevries@suse.de>
210
211 * gdb.base/break-interp.exp: Limit verbose scope.
212
213 2020-03-11 Tom de Vries <tdevries@suse.de>
214
215 * gdb.fortran/logical.f90: Define variable with character type.
216 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
217
218 2020-03-11 Tom de Vries <tdevries@suse.de>
219
220 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
221
222 2020-03-11 Tom de Vries <tdevries@suse.de>
223
224 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
225 symtabs.
226
227 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
228 Bernd Edlinger <bernd.edlinger@hotmail.de>
229
230 * gdb.cp/step-and-next-inline.cc: New file.
231 * gdb.cp/step-and-next-inline.exp: New file.
232 * gdb.cp/step-and-next-inline.h: New file.
233 * gdb.dwarf2/dw2-is-stmt.c: New file.
234 * gdb.dwarf2/dw2-is-stmt.exp: New file.
235 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
236 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
237 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
238
239 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
242 is-stmt flag in the line table.
243
244 2020-03-09 Tom de Vries <tdevries@suse.de>
245
246 * lib/gdb.exp (cached_file): Create cache dir.
247
248 2020-03-07 Tom de Vries <tdevries@suse.de>
249
250 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
251 * gdb.cp/rvalue-ref-params.exp: Same.
252
253 2020-03-06 Tom de Vries <tdevries@suse.de>
254
255 * lib/gdb.exp (tentative_rename, cached_file): New proc.
256 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
257
258 2020-03-06 Tom de Vries <tdevries@suse.de>
259
260 * README: Fix "the the".
261 * gdb.base/dprintf.exp: Same.
262
263 2020-03-05 Tom de Vries <tdevries@suse.de>
264
265 * gdb.base/maint.exp: Update "main print statistics" expected output.
266
267 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
268
269 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
270 (fortran_int8): Likewise.
271 (fortran_real4): Likewise.
272 (fortran_real8): Likewise.
273 (fortran_complex4): Likewise.
274 (fortran_logical4): Likewise.
275 (fortran_character1): Likewise.
276
277 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.fortran/logical.exp: Add tests that any non-zero value is
280 printed as true.
281
282 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
283
284 * gdb.base/printcmds.exp: Add test to verify printf of a
285 variable holding an address.
286
287 2020-03-03 Tom de Vries <tdevries@suse.de>
288
289 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
290
291 2020-03-03 Tom de Vries <tdevries@suse.de>
292
293 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
294 gdb_test_multiple call.
295
296 2020-03-03 Tom de Vries <tdevries@suse.de>
297
298 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
299 gdb_test_multiple calls.
300
301 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.base/default.exp: Remove test of 'set history filename'.
304 * gdb.base/gdbinit-history.exp: Add tests for setting the history
305 filename to the empty string.
306 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
307 and GDBHISTSIZE.
308
309 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
310
311 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
312 disabled.
313
314 2020-03-02 Pedro Alves <palves@redhat.com>
315 Tom de Vries <tdevries@suse.de>
316
317 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
318 -prompt prefix, before user_code argument. Add -lbl option likewise.
319 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
320 (gdb_is_target_1): Add -prompt prefix and move to before user_code
321 argument.
322 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
323 have "\r\n" at start-of-line, instead of at end-of-line.
324
325 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
326
327 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
328 libinproctrace.so.
329
330 2020-02-28 Luis Machado <luis.machado@linaro.org>
331
332 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
333 to "p/x".
334
335 2020-02-28 Luis Machado <luis.machado@linaro.org>
336
337 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
338 asm/ptrace.h and error.h.
339
340 2020-02-28 Tom de Vries <tdevries@suse.de>
341
342 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
343 (struct wrapper, do_something, mundane/symada__cS): Move ...
344 * gdb.base/c-linkage-name-2.c: ... here. New source file.
345 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
346 Update "print symada__cS before partial symtab expansion" regexp.
347 Update breakpoint location. Flush symbol cache after expansion.
348
349 2020-02-28 Luis Machado <luis.machado@linaro.org>
350
351 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
352
353 2020-02-27 Tom de Vries <tdevries@suse.de>
354
355 * config/sid.exp: Remove unused globals.
356 * gdb.base/attach.exp: Same.
357 * gdb.base/catch-load.exp: Same.
358 * gdb.base/dbx.exp: Same.
359 * lib/gdb.exp: Same.
360 * lib/mi-support.exp: Same.
361 * lib/prompt.exp: Same.
362
363 2020-02-27 Tom de Vries <tdevries@suse.de>
364
365 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
366 not set.
367
368 2020-02-26 Aaron Merey <amerey@redhat.com>
369
370 * gdb.debuginfod: New directory for debuginfod tests.
371 * gdb.debuginfod/main.c: New test file.
372 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
373
374 2020-02-26 Tom de Vries <tdevries@suse.de>
375
376 PR gdb/25603
377 * gdb.base/persistent-lang.cc: New test.
378 * gdb.base/persistent-lang.exp: New file.
379
380 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
381
382 * gdb.fortran/derived-type-striding.exp: Add a new test.
383 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
384 new test.
385
386 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * gdb.base/cached-source-file.exp: Avoid source file paths in test
389 names.
390
391 2020-02-25 Tom de Vries <tdevries@suse.de>
392
393 PR go/18926
394 * gdb.go/methods.exp: Remove gcc/93866 xfail.
395
396 2020-02-24 Tom de Vries <tdevries@suse.de>
397
398 PR gdb/25592
399 * gdb.base/info-locals-unused-static-var.c: New test.
400 * gdb.base/info-locals-unused-static-var.exp: New file.
401
402 2020-02-22 Tom Tromey <tom@tromey.com>
403
404 * gdb.python/tui-window.exp: New file.
405 * gdb.python/tui-window.py: New file.
406
407 2020-02-22 Tom Tromey <tom@tromey.com>
408
409 PR tui/17850:
410 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
411 tests.
412
413 2020-02-22 Tom Tromey <tom@tromey.com>
414
415 * gdb.tui/new-layout.exp: Add sub-layout tests.
416
417 2020-02-22 Tom Tromey <tom@tromey.com>
418
419 * gdb.tui/new-layout.exp: New file.
420
421 2020-02-22 Tom Tromey <tom@tromey.com>
422
423 * gdb.rust/rust-style.rs: New file.
424 * gdb.rust/rust-style.exp: New file.
425 * gdb.base/style.exp: Test structure printing.
426 * gdb.base/style.c (struct some_struct): New type.
427 (enum etype): New type.
428 (struct_value): New global.
429
430 2020-02-21 Tom de Vries <tdevries@suse.de>
431
432 PR go/18926
433 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
434 Remove blanket xfails. Use message argument for gdb_breakpoint.
435 Make continuing to breakpoint test conditional on setting breakpoint.
436 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
437 DW_AT_name attribute. Add xfail for GCC PR93866.
438
439 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * gdb.dwarf2/cpp-linkage-name.c: New file.
442 * gdb.dwarf2/cpp-linkage-name.exp: New file.
443
444 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
445
446 * lib/gdb.exp (gdb_wrapper_init): Reset
447 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
448 not exist.
449
450 2020-02-20 Tom de Vries <tdevries@suse.de>
451
452 PR go/17018
453 * gdb.go/hello.exp: Copy ...
454 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
455 print of st to print value of global definition. Add xfail for GCC
456 PR93844.
457 * gdb.go/hello.exp: Remove printing of st before definition.
458 * gdb.go/hello.go: Copy ...
459 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
460 to st.
461 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
462
463 2020-02-20 Tom de Vries <tdevries@suse.de>
464
465 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
466 (gdb_simple_compile): Handle compile_flags go by using .go extension
467 for source file.
468 * gdb.go/chan.exp: Use support_go_compile.
469 * gdb.go/handcall.exp: Same.
470 * gdb.go/hello.exp: Same.
471 * gdb.go/integers.exp: Same.
472 * gdb.go/max-depth.exp: Same.
473 * gdb.go/methods.exp: Same.
474 * gdb.go/package.exp: Same.
475 * gdb.go/strings.exp: Same.
476 * gdb.go/types.exp: Same.
477 * gdb.go/unsafe.exp: Same.
478
479 2020-02-19 Tom de Vries <tdevries@suse.de>
480
481 * gdb.python/lib-types.exp: Make xfail more strict.
482
483 2020-02-19 Tom de Vries <tdevries@suse.de>
484
485 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
486
487 2020-02-19 Doug Evans <dje@google.com>
488
489 PR rust/25535
490 * gdb.rust/simple.exp: Add test.
491 * gdb.rust/simple.rs: Add test.
492
493 2020-02-19 Tom de Vries <tdevries@suse.de>
494
495 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
496 output line-by-line.
497
498 2020-02-19 Tom de Vries <tdevries@suse.de>
499
500 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
501
502 2020-02-19 Tom de Vries <tdevries@suse.de>
503
504 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
505 prelink.
506
507 2020-02-19 Tom de Vries <tdevries@suse.de>
508
509 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
510 (gdb_do_cache): Use gdb_do_cache_wrap.
511 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
512
513 2020-02-19 Tom de Vries <tdevries@suse.de>
514
515 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
516 gdb_compile option.
517
518 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
519
520 * gdb.base/printcmds.exp (test_print_enums): Update expected
521 output.
522
523 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
524
525 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
526 for "unknown".
527
528 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
529
530 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
531 enumerator.
532
533 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
534
535 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
536 FE_, add FE_NONE.
537 (three): Update.
538 (enum flag_enum_without_zero): New enum.
539 (flag_enum_without_zero): New variable.
540 (enum not_flag_enum): New enum.
541 (three_not_flag): New variable.
542 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
543 (test_print_enums): Add more tests for printing flag enums.
544
545 2020-02-18 Tom de Vries <tdevries@suse.de>
546
547 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
548 (gdb_compile_ada): ... here.
549 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
550 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
551
552 2020-02-14 Tom Tromey <tom@tromey.com>
553
554 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
555 build directory.
556 * boards/gdbserver-base.exp: Update path to gdbserver.
557
558 2020-02-13 Tom de Vries <tdevries@suse.de>
559
560 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
561
562 2020-02-13 Tom de Vries <tdevries@suse.de>
563
564 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
565 are missing.
566
567 2020-02-13 Tom de Vries <tdevries@suse.de>
568
569 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
570 call.
571
572 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
573
574 PR tui/25126
575 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
576 * gdb.base/cached-source-file.c: New file.
577 * gdb.base/cached-source-file.exp: New file.
578
579 2020-02-11 Tom de Vries <tdevries@suse.de>
580
581 PR testsuite/25488
582 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
583
584 2020-02-10 Tom de Vries <tdevries@suse.de>
585
586 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
587
588 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
589
590 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
591 and $after_addr are both integers before making a comparison.
592
593 2020-02-09 Tom de Vries <tdevries@suse.de>
594
595 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
596 command output and paste it into gdb.log. If any, paste catch message
597 to gdb.log.
598
599 2020-02-07 Tom Tromey <tromey@adacore.com>
600
601 PR breakpoints/24915:
602 * gdb.base/annotate-symlink.exp: Use setup_xfail.
603
604 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
605
606 * gdb.tui/tui-missing-src.exp: Add the "missing source
607 file" test for the TUI.
608
609 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
610
611 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
612 including a port number in the output.
613
614 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
615
616 * lib/fortran.exp (fortran_int4): Handle clang.
617 (fortran_int8): Likewise.
618 (fortran_real4): Likewise.
619 (fortran_real8): Likewise.
620 (fortran_complex4): Likewise.
621 (fortran_logical4): Likewise.
622 (fortran_character1): Likewise.
623
624 2020-02-04 Tom de Vries <tdevries@suse.de>
625
626 * README (Race detection): Add note.
627
628 2020-02-04 Tom de Vries <tdevries@suse.de>
629
630 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
631
632 2020-02-04 Tom de Vries <tdevries@suse.de>
633
634 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
635
636 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
637
638 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
639 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
640 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
641 blttar, bnetarl.
642 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
643 binary for blttar, bnetarl.
644 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
645 wait instruction. Delete ldmx test.
646 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
647
648 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
649
650 * gdb.fortran/array-bounds-high.exp: New file.
651 * gdb.fortran/array-bounds-high.f90: New file.
652
653 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
654
655 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
656 Replace #include of <sys/fcntl.h> by <fcntl.h>.
657
658 2020-02-01 Tom de Vries <tdevries@suse.de>
659
660 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
661
662 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
663
664 PR tui/9765
665 * gdb.tui/tui-layout-asm-short-prog.S: New file.
666 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
667
668 2020-01-29 Luis Machado <luis.machado@linaro.org>
669
670 * gdb.arch/aarch64-brk-patterns.c: New source file.
671 * gdb.arch/aarch64-brk-patterns.exp: New test.
672
673 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
674
675 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
676 GCC/Clang version.
677 * gdb.cp/pass-by-ref.exp: Ditto.
678
679 2020-01-29 Tom de Vries <tdevries@suse.de>
680
681 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
682 * gdb.threads/watchpoint-fork-mt.c: Same.
683 * gdb.threads/watchpoint-fork-parent.c: Same.
684 * gdb.threads/watchpoint-fork-st.c: Same.
685 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
686
687 2020-01-27 Luis Machado <luis.machado@linaro.org>
688
689 * gdb.base/step-over-syscall.exp (setup): Check if we're already
690 sitting at a syscall instruction when we hit the syscall function's
691 breakpoint.
692 Check PC against one obtained with the x command.
693 Validate syscall number.
694 (step_over_syscall): Don't continue to the syscall instruction if
695 we're already there.
696
697 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
698
699 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
700
701 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
702
703 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
704 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
705
706 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 * gdb.dwarf2/dw2-inline-stepping.c: New file.
709 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
710
711 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 * gdb.base/maint.exp: Update line table parsing test.
714 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
715
716 2020-01-24 Pedro Alves <palves@redhat.com>
717
718 PR gdb/25410
719 * gdb.multi/multi-re-run-1.c: New.
720 * gdb.multi/multi-re-run-2.c: New.
721 * gdb.multi/multi-re-run.exp: New.
722
723 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
724
725 PR gdb/23718
726 * gdb.server/server-kill-python.exp: New file.
727
728 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
729
730 * gdb.server/multi-ui-errors.c: New file.
731 * gdb.server/multi-ui-errors.exp: New file.
732
733 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
734
735 PR tui/9765
736 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
737
738 2020-01-19 Tom Tromey <tom@tromey.com>
739
740 * gdb.tui/main.exp: Add check for plain "file".
741
742 2020-01-16 Christian Biesinger <cbiesinger@google.com>
743
744 * lib/gdb.exp: Fix spelling error (seperatelly).
745
746 2020-01-14 Tom Tromey <tom@tromey.com>
747
748 PR symtab/12535:
749 * gdb.python/python.exp: Test decode_line with empty string
750 argument.
751
752 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
753
754 * gdb.base/skip-inline.exp: Extend test.
755
756 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
757
758 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
759 * gdb.dwarf2/dw2-bad-elf.c: New file.
760 * gdb.dwarf2/dw2-bad-elf.exp: New file.
761
762 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
765 _line_saw_file.
766
767 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
768
769 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
770 border.
771
772 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
773
774 * gdb.multi/multi-target.exp (setup): Factor out "info
775 connections" and "info inferiors" tests to ...
776 (test_info_inferiors): ... this new procedure.
777 (top level): Run new "info-inferiors" tests.
778
779 2020-01-10 Pedro Alves <palves@redhat.com>
780
781 * gdb.server/bkpt-other-inferior.exp: New file.
782
783 2020-01-10 Pedro Alves <palves@redhat.com>
784
785 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
786 of "add-inferior".
787 * gdb.base/quit-live.exp: Likewise.
788 * gdb.base/remote-exec-file.exp: Likewise.
789 * gdb.guile/scm-progspace.exp: Likewise.
790 * gdb.linespec/linespec.exp: Likewise.
791 * gdb.mi/new-ui-mi-sync.exp: Likewise.
792 * gdb.mi/user-selected-context-sync.exp: Likewise.
793 * gdb.multi/multi-target.exp (setup): Add "info connection" and
794 "info inferiors" tests.
795 * gdb.multi/remove-inferiors.exp: Adjust expected output of
796 "add-inferior".
797 * gdb.multi/watchpoint-multi.exp: Likewise.
798 * gdb.python/py-inferior.exp: Likewise.
799 * gdb.server/extended-remote-restart.exp: Likewise.
800 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
801 "info inferiors".
802 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
803 * gdb.trace/report.exp: Likewise.
804
805 2020-01-10 Pedro Alves <palves@redhat.com>
806
807 * gdb.multi/multi-target.c: New file.
808 * gdb.multi/multi-target.exp: New file.
809 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
810 mode requested, but remote does not support non-stop".
811
812 2020-01-10 Pedro Alves <palves@redhat.com>
813
814 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
815 disconnect before reconnecting.
816
817 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
818 Pedro Alves <palves@redhat.com>
819
820 * gdb.server/connect-without-multi-process.exp: Also test
821 continuing to end.
822
823 2020-01-10 Pedro Alves <palves@redhat.com>
824
825 * gdb.base/remote-exec-file.exp: New file.
826
827 2020-01-10 Pedro Alves <palves@redhat.com>
828
829 * gdb.base/fork-running-state.exp (do_test): Adjust expected
830 output.
831 * gdb.threads/async.c: New.
832 * gdb.threads/async.exp: New.
833 * gdb.multi/tids-gid-reset.c: New.
834 * gdb.multi/tids-gid-reset.exp: New.
835
836 2020-01-10 George Barrett <bob@bob131.so>
837
838 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
839 to help in finding the image relocation offset.
840 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
841 options in arguments.
842 (stap_test_no_debuginfo): Likewise.
843 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
844 test variants.
845 (stap_test): Add null semaphore relocation test.
846
847 2020-01-10 George Barrett <bob@bob131.so>
848
849 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
850 * gdb.base/stap-probe.exp: Likewise.
851 (stap_test): Pass argument as an additional flag.
852 (stap_test_no_debuginfo): Likewise.
853 (stap_test): Check `info probes stap' output for semaphore
854 addresses if the test binary is supposed to have them.
855
856 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
857
858 * gdb.tui/basic.exp: Add more scrolling tests.
859
860 2020-01-09 Tom Tromey <tom@tromey.com>
861
862 PR tui/18932:
863 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
864 meangingful value.
865 (Term::command, Term::resize): Update.
866 * gdb.tui/basic.exp: Add scrolling test.
867
868 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
869
870 * gdb.tui/tui-layout-asm.exp: New file.
871
872 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
873
874 * lib/tuiterm.exp (Term::check_box_contents): New proc.
875
876 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
879 (Term::enter_tui): Use Term::prepare_for_tui.
880
881 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
882
883 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
884 called.
885
886 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
887
888 * gdb.base/skip.exp: Fix race condition in test.
889
890 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.base/backtrace.c: New file.
893 * gdb.base/backtrace.exp: New file.
894
895 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
896
897 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
898
899 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
900
901 * gdb.base/style.exp: Test that warnings are styled.
902
903 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
904
905 * gdb.base/line65535.exp: New file.
906 * gdb.base/line65535.c: New file.
907
908 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
909
910 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
911 * lib/gnat_debug_info_test.adb: New file.
912 * gdb.ada/ptype_tagged_param.exp: Use
913 gnat_runtime_has_debug_info, expect a different output if
914 runtime does not have debug info.
915
916 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
917
918 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
919 (another) quote in test name.
920
921 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
922
923 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
924 Add quote in test name.
925
926 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
927
928 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
929 directory instead.
930 * gdb.cp/pass-by-ref.exp: Extend with more cases.
931 * gdb.cp/pass-by-ref-2.cc: New file.
932 * gdb.cp/pass-by-ref-2.exp: New file.
933
934 2019-12-20 Tom Tromey <tom@tromey.com>
935
936 * gdb.tui/list-before.exp: New file.
937
938 2019-12-20 Tom Tromey <tom@tromey.com>
939
940 * gdb.tui/list.exp: Check for source on initial listing.
941
942 2019-12-11 Tom Tromey <tromey@adacore.com>
943
944 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
945 Add crlf test.
946
947 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
948
949 * gdb.base/default.exp: Update value of $_gdb_major.
950
951 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
952
953 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
954
955 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
956
957 * gdb.base/skip.exp: Whitespace fix.
958
959 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
960
961 * gdb.base/skip-inline.c: New file.
962 * gdb.base/skip-inline.exp: New file.
963
964 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
965
966 * gdb.base/jit-reader.exp (jit_reader_test): Rename
967 jit_function_00 to jit_function_stack_mangle.
968 * gdb.base/jithost.c (jit_function_t): Rename to...
969 (jit_function_stack_mangle_t): ... this.
970 (jit_function_add_t): New typedef.
971 (jit_function_00_code): Rename to...
972 (jit_function_stack_mangle_code): ... this, make static.
973 (jit_function_add_code): New.
974 (main): Generate "add" function and call it. Adjust to changes
975 in jithost_abi.
976 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
977 (struct jithost_abi) <begin, end>: Remove fields.
978 <object, function_stack_mangle, function_add>: New fields.
979 * gdb.base/jitreader.c (struct reader_state) <code_begin,
980 code_end>: Remove fields.
981 <func_stack_mangle>: New field.
982 (read_debug_info): Adjust to renaming, create block for "add"
983 function.
984 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
985
986 2019-12-11 Tom Tromey <tom@tromey.com>
987
988 * gdb.tui/resize.exp: Fix regexp.
989 * gdb.tui/regs.exp: Fix regexps.
990 * gdb.tui/main.exp: Fix regexp.
991
992 2019-12-11 Tom Tromey <tom@tromey.com>
993
994 * gdb.tui/resize.exp: Update.
995 * gdb.tui/empty.exp (layouts): Update.
996
997 2019-12-11 Tom Tromey <tom@tromey.com>
998
999 * gdb.tui/regs.exp: Update.
1000 * gdb.tui/empty.exp (layouts): Update.
1001 * gdb.tui/basic.exp: Update.
1002 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1003
1004 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1005
1006 * gdb.base/options.exp: Add -raw-values in the print completion list.
1007 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1008
1009 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1010
1011 * gdb.threads/omp-par-scope.c: New file.
1012 * gdb/threads/omp-par-scope.exp: New file.
1013
1014 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1015
1016 * lib/gdb.exp (support_nested_function_tests): New proc.
1017
1018 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1019
1020 * lib/gdb.exp (gdb_compile_openmp): New proc.
1021 (build_executable_from_specs): Add an "openmp" option.
1022 (gdb_compile_pthreads): Add non-executable case.
1023
1024 2019-12-10 Tom Tromey <tromey@adacore.com>
1025
1026 * gdb.ada/unchecked_union.exp: New file.
1027 * gdb.ada/unchecked_union/pck.adb: New file.
1028 * gdb.ada/unchecked_union/pck.ads: New file.
1029 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1030 * gdb-utils.exp (string_to_regexp): Also quote "?".
1031
1032 2019-12-10 George Barrett <bob@bob131.so>
1033
1034 Test scripted probe breakpoints.
1035 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1036 * gdb.python/py-breakpoint.c (main): Likewise.
1037 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1038 specifier test.
1039 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1040
1041 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1042
1043 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1044 an rvalue parameter.
1045 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1046 parameter.
1047
1048 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1049
1050 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1051 modules.
1052
1053 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1054
1055 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1056 broken version of GCC.
1057
1058 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1059
1060 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1061 sym-info-cmds library.
1062 * gdb.fortran/info-types.exp: Likewise.
1063 * lib/sym-info-cmds.exp: New file.
1064
1065 2019-12-08 Tom de Vries <tdevries@suse.de>
1066
1067 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1068
1069 2019-12-07 Keith Seitz <keiths@redhat.com>
1070
1071 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1072 * gdb.base/corefile-buildid-shlib.c: New file.
1073 * gdb.base/corefile-buildid.c: New file.
1074 * gdb.base/corefile-buildid.exp: New file.
1075
1076 2019-12-06 Tom de Vries <tdevries@suse.de>
1077
1078 * gdb.dwarf2/varval.exp: Add decl before def test.
1079
1080 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1081
1082 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1083
1084 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1085
1086 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1087 CV and reference conversion for overload resolution.
1088 * gdb.cp/rvalue-ref-overload.exp: Test it.
1089
1090 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1091
1092 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1093 * gdb.base/frameapply.exp: Test faas without command.
1094
1095 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1096
1097 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1098 Fortran tests.
1099 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1100 order.
1101
1102 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1105 casting to type with no kind specified.
1106 (test_basic_parsing_of_type_kinds): Additional tests for types
1107 with no kind specified, and add tests for single/double
1108 precision/complex types.
1109
1110 2019-12-04 Tom Tromey <tromey@adacore.com>
1111
1112 * gdb.base/endianity.c (struct other) <x>: New field.
1113 (main): Initialize it.
1114 * gdb.base/endianity.exp: Update.
1115
1116 2019-12-04 Tom Tromey <tromey@adacore.com>
1117
1118 * gdb.ada/scalar_storage/storage.adb: New file.
1119 * gdb.ada/scalar_storage/pck.adb: New file.
1120 * gdb.ada/scalar_storage/pck.ads: New file.
1121 * gdb.ada/scalar_storage.exp: New file.
1122
1123 2019-12-04 Tom Tromey <tromey@adacore.com>
1124
1125 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1126 (main): Initialize it.
1127 * gdb.base/endianity.exp: Update.
1128
1129 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1130
1131 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1132
1133 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1134
1135 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1136 -symbol-info-module-functions and -symbol-info-module-variables.
1137
1138 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1139
1140 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1141
1142 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1143 Andrew Burgess <andrew.burgess@embecosm.com>
1144
1145 * gdb.fortran/derived-type-striding.exp: New file.
1146 * gdb.fortran/derived-type-striding.f90: New file.
1147 * gdb.fortran/array-slices.exp: New file.
1148 * gdb.fortran/array-slices.f90: New file.
1149
1150 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1151
1152 * gdb.base/define.exp: Test . in command names.
1153 * gdb.base/setshow.exp: Update test, as . is now part of
1154 command name.
1155
1156 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1157
1158 * gdb.base/define-prefix.exp: New file.
1159
1160 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1163 compile.
1164 (skip_btrace_pt_tests): Likewise.
1165
1166 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1167
1168 * gdb.fortran/info-modules.exp: Compile source files in correct
1169 order.
1170
1171 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1172
1173 * gdb.dwarf2/imported-unit.exp: New file.
1174 * gdb.dwarf2/imported-unit.c: New file.
1175
1176 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1177
1178 * gdb.mi/mi-fortran-modules-2.f90: New file.
1179 * gdb.mi/mi-fortran-modules.exp: New file.
1180 * gdb.mi/mi-fortran-modules.f90: New file.
1181
1182 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1183
1184 * gdb.mi/mi-sym-info-1.c: New file.
1185 * gdb.mi/mi-sym-info-2.c: New file.
1186 * gdb.mi/mi-sym-info.exp: New file.
1187
1188 2019-11-22 Tom Tromey <tromey@adacore.com>
1189
1190 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1191 * gdb.ada/tasks/foo.adb: Add another stopping location.
1192
1193 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1194
1195 * gdb.base/endianity.c: New test.
1196 * gdb.base/endianity.exp: New file.
1197
1198 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1199
1200 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1201
1202 2019-11-21 Tom de Vries <tdevries@suse.de>
1203
1204 PR gdb/24956
1205 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1206
1207 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1208
1209 * gdb.python/py-progspace.exp: Add missing parentheses on some
1210 'print' commands.
1211
1212 2019-11-19 Tom Tromey <tom@tromey.com>
1213
1214 * gdb.tui/winheight.exp: New file.
1215
1216 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1217
1218 * gdb.base/ctf-whatis.c: Delete.
1219 * gdb.base/ctf-whatis.exp: Delete.
1220 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1221
1222 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.base/ctf-cvexpr.exp: Delete.
1225 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1226
1227 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1228
1229 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1230 the compiler. Clean up header comment a little.
1231 * gdb.base/ctf-ptype.exp: Likewise.
1232 * gdb.base/ctf-whatis.exp: Likewise.
1233 * lib/gdb.exp (skip_ctf_tests): New proc.
1234
1235 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1236
1237 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1238 * gdb.tui/corefile-run.exp: New file.
1239
1240 2019-11-14 Tom Tromey <tromey@adacore.com>
1241
1242 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1243 regression tests.
1244
1245 2019-11-12 Tom Tromey <tom@tromey.com>
1246
1247 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1248 after any command. Expect prompt after WAIT_FOR is seen.
1249 (enter_tui): Enable resize messages.
1250 (command): Expect command in output.
1251 (get_line): Avoid error when cursor appears to be off-screen.
1252 (dump_screen): Include screen size in title.
1253 (_do_resize): New proc, from "resize".
1254 (resize): Rewrite. Do resize in two steps.
1255 * gdb.tui/empty.exp (layouts): Fix entries.
1256 (check_boxes): Remove xfail.
1257 (check_text): Dump screen on failure.
1258
1259 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1260
1261 * gdb.python/py-symbol.exp: Add test for
1262 gdb.lookup_static_symbols.
1263
1264 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.python/py-symbol.c: Declare and call function from new
1267 py-symbol-2.c file.
1268 * gdb.python/py-symbol.exp: Compile both source files, and add new
1269 tests for gdb.lookup_static_symbol.
1270 * gdb.python/py-symbol-2.c: New file.
1271
1272 2019-11-02 Tom de Vries <tdevries@suse.de>
1273
1274 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1275 * gdb.base/anon.exp: Same.
1276 * gdb.base/auto-connect-native-target.exp: Same.
1277 * gdb.base/call-ar-st.exp: Same.
1278 * gdb.base/catch-syscall.exp: Same.
1279 * gdb.base/commands.exp: Same.
1280 * gdb.base/default.exp: Same.
1281 * gdb.base/display.exp: Same.
1282 * gdb.base/float.exp: Same.
1283 * gdb.base/foll-fork.exp: Same.
1284 * gdb.base/help.exp: Same.
1285 * gdb.base/info-macros.exp: Same.
1286 * gdb.base/info-proc.exp: Same.
1287 * gdb.base/info-target.exp: Same.
1288 * gdb.base/long_long.exp: Same.
1289 * gdb.base/macscp.exp: Same.
1290 * gdb.base/memattr.exp: Same.
1291 * gdb.base/nofield.exp: Same.
1292 * gdb.base/pointers.exp: Same.
1293 * gdb.base/printcmds.exp: Same.
1294 * gdb.base/ptype.exp: Same.
1295 * gdb.base/restore.exp: Same.
1296 * gdb.base/return.exp: Same.
1297 * gdb.base/scope.exp: Same.
1298 * gdb.base/set-noassign.exp: Same.
1299 * gdb.base/setshow.exp: Same.
1300 * gdb.base/shlib-call.exp: Same.
1301 * gdb.base/signals.exp: Same.
1302 * gdb.base/sigstep.exp: Same.
1303 * gdb.base/skip.exp: Same.
1304 * gdb.base/solib-symbol.exp: Same.
1305 * gdb.base/stap-probe.exp: Same.
1306 * gdb.base/step-line.exp: Same.
1307 * gdb.base/step-test.exp: Same.
1308 * gdb.base/style.exp: Same.
1309 * gdb.base/varargs.exp: Same.
1310 * gdb.base/vla-datatypes.exp: Same.
1311 * gdb.base/vla-ptr.exp: Same.
1312 * gdb.base/vla-sideeffect.exp: Same.
1313 * gdb.base/volatile.exp: Same.
1314 * gdb.base/watch-cond-infcall.exp: Same.
1315 * gdb.base/watchpoint.exp: Same.
1316
1317 2019-11-02 Tom de Vries <tdevries@suse.de>
1318
1319 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1320 * gdb.cp/cpexprs.exp: Same.
1321 * gdb.cp/except-multi-location.exp: Same.
1322 * gdb.cp/exceptprint.exp: Same.
1323 * gdb.cp/gdb2384.exp: Same.
1324 * gdb.cp/inherit.exp: Same.
1325 * gdb.cp/m-static.exp: Same.
1326 * gdb.cp/meth-typedefs.exp: Same.
1327 * gdb.cp/misc.exp: Same.
1328 * gdb.cp/namespace.exp: Same.
1329 * gdb.cp/non-trivial-retval.exp: Same.
1330 * gdb.cp/overload.exp: Same.
1331 * gdb.cp/pr17132.exp: Same.
1332 * gdb.cp/re-set-overloaded.exp: Same.
1333 * gdb.cp/rvalue-ref-types.exp: Same.
1334 * gdb.cp/templates.exp: Same.
1335
1336 2019-11-01 Luis Machado <luis.machado@linaro.org>
1337
1338 PR gdb/25124
1339
1340 * gdb.arch/pr25124.S: New file.
1341 * gdb.arch/pr25124.exp: New file.
1342
1343 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.fortran/info-modules.exp: Update expected results, and add
1346 additional tests for 'info module functinos', and 'info module
1347 variables'.
1348 * gdb.fortran/info-types.exp: Update expected results.
1349 * gdb.fortran/info-types.f90: Extend testcase with additional
1350 module variables and functions.
1351
1352 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1353
1354 * gdb.fortran/info-modules.exp: New file.
1355 * gdb.fortran/info-types.exp: Build with new file.
1356 * gdb.fortran/info-types.f90: Include and use new module.
1357 * gdb.fortran/info-types-2.f90: New file.
1358
1359 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1360
1361 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1362 * gdb.base/settings.exp: Test all settings types using
1363 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1364 that now verifies that the value of "maint show" is the same as
1365 returned by the settings functions. Test the type of the
1366 maintenance settings.
1367 * gdb.base/default.exp: Update show_conv_list.
1368
1369 2019-10-31 Tom de Vries <tdevries@suse.de>
1370
1371 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1372 gdb_test.
1373 * gdb.arch/amd64-disp-step.exp: Same.
1374 * gdb.asm/asm-source.exp: Same.
1375 * gdb.btrace/buffer-size.exp: Same.
1376 * gdb.btrace/cpu.exp: Same.
1377 * gdb.btrace/enable.exp: Same.
1378 * gdb.dwarf2/count.exp: Same.
1379 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1380 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1381 * gdb.fortran/vla-datatypes.exp: Same.
1382 * gdb.fortran/vla-history.exp: Same.
1383 * gdb.fortran/vla-ptype.exp: Same.
1384 * gdb.fortran/vla-value.exp: Same.
1385 * gdb.fortran/whatis_type.exp: Same.
1386 * gdb.guile/guile.exp: Same.
1387 * gdb.multi/tids.exp: Same.
1388 * gdb.python/py-finish-breakpoint.exp: Same.
1389 * gdb.python/py-framefilter.exp: Same.
1390 * gdb.python/py-pp-registration.exp: Same.
1391 * gdb.python/py-xmethods.exp: Same.
1392 * gdb.python/python.exp: Same.
1393 * gdb.server/connect-with-no-symbol-file.exp: Same.
1394 * gdb.server/no-thread-db.exp: Same.
1395 * gdb.server/run-without-local-binary.exp: Same.
1396 * gdb.stabs/weird.exp: Same.
1397 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1398 * gdb.threads/thread-find.exp: Same.
1399 * gdb.threads/tls-shared.exp: Same.
1400 * gdb.threads/tls.exp: Same.
1401 * gdb.threads/wp-replication.exp: Same.
1402 * gdb.trace/ax.exp: Same.
1403 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1404
1405 2019-10-31 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1408 * gdb.ada/array_subscript_addr.exp: Same.
1409 * gdb.ada/arrayidx.exp: Same.
1410 * gdb.ada/arrayparam.exp: Same.
1411 * gdb.ada/arrayptr.exp: Same.
1412 * gdb.ada/boolean_expr.exp: Same.
1413 * gdb.ada/call_pn.exp: Same.
1414 * gdb.ada/complete.exp: Same.
1415 * gdb.ada/fixed_cmp.exp: Same.
1416 * gdb.ada/fun_addr.exp: Same.
1417 * gdb.ada/funcall_param.exp: Same.
1418 * gdb.ada/interface.exp: Same.
1419 * gdb.ada/mod_from_name.exp: Same.
1420 * gdb.ada/null_array.exp: Same.
1421 * gdb.ada/packed_array.exp: Same.
1422 * gdb.ada/packed_tagged.exp: Same.
1423 * gdb.ada/print_chars.exp: Same.
1424 * gdb.ada/print_pc.exp: Same.
1425 * gdb.ada/ptype_arith_binop.exp: Same.
1426 * gdb.ada/ptype_field.exp: Same.
1427 * gdb.ada/ptype_tagged_param.exp: Same.
1428 * gdb.ada/rec_return.exp: Same.
1429 * gdb.ada/ref_tick_size.exp: Same.
1430 * gdb.ada/str_ref_cmp.exp: Same.
1431 * gdb.ada/taft_type.exp: Same.
1432 * gdb.ada/tagged.exp: Same.
1433 * gdb.ada/type_coercion.exp: Same.
1434 * gdb.ada/uninitialized_vars.exp: Same.
1435
1436 2019-10-30 Tom de Vries <tdevries@suse.de>
1437
1438 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1439
1440 2019-10-26 Tom de Vries <tdevries@suse.de>
1441
1442 * gdb.base/bigcore.c: Fix typos in comments.
1443 * gdb.base/ctf-ptype.c: Same.
1444 * gdb.base/long_long.c: Same.
1445 * gdb.dwarf2/dw2-op-out-param.S: Same.
1446 * gdb.python/py-evthreads.c: Same.
1447 * gdb.reverse/i387-stack-reverse.c: Same.
1448 * gdb.trace/tfile.c: Same.
1449 * lib/compiler.c: Same.
1450 * lib/compiler.cc: Same.
1451
1452 2019-10-25 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1455 gdb_test_multiple calls.
1456 * gdb.reverse/sigall-reverse.exp: Same.
1457 * gdb.reverse/solib-precsave.exp: Same.
1458 * gdb.reverse/solib-reverse.exp: Same.
1459 * gdb.reverse/until-precsave.exp: Same.
1460 * gdb.reverse/until-reverse.exp: Same.
1461
1462 2019-10-24 Tom de Vries <tdevries@suse.de>
1463
1464 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1465 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1466 kfail using -wrap pattern flag and convenience variable
1467 gdb_test_name.
1468
1469 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1470
1471 * gdb.python/py-progspace.exp: Add tests for the
1472 Progspace.block_for_pc method.
1473
1474 2019-10-23 Tom Tromey <tom@tromey.com>
1475
1476 * configure: Rebuild.
1477 * aclocal.m4: Use m4_include, not sinclude.
1478
1479 2019-10-21 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.base/infcall-nested-structs.c: Add
1482 __attribute__((noinline,noclone)) to all functions.
1483 (call_all): Add missing variable initialization. Simplify return value.
1484 (breakpt): Increment volatile variable, to prevent call from being
1485 optimized out.
1486 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1487
1488 2019-10-17 Tom de Vries <tdevries@suse.de>
1489
1490 * gdb.fortran/module.exp: Allow info variables to print info for files
1491 other than module.f90.
1492
1493 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1494
1495 * gdb.fortran/module.exp: Extend with 'info variables' test.
1496
1497 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1500 F77_FOR_TARGET.
1501
1502 2019-10-16 Tom de Vries <tdevries@suse.de>
1503
1504 PR tdep/25096
1505 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1506
1507 2019-10-16 Tom de Vries <tdevries@suse.de>
1508
1509 PR tdep/24104
1510 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1511 Add KFAIL for PR tdep/25096.
1512
1513 2019-10-16 Tom de Vries <tdevries@suse.de>
1514
1515 PR testsuite/25059
1516 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1517
1518 2019-10-16 Tom de Vries <tdevries@suse.de>
1519
1520 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1521 as signed.
1522
1523 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1524
1525 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1526 one instead of increasing timeout.
1527
1528 2019-10-13 Tom de Vries <tdevries@suse.de>
1529
1530 PR record/25038
1531 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1532 * gdb.reverse/sigall-reverse.exp: Same.
1533 * gdb.reverse/solib-precsave.exp: Same.
1534 * gdb.reverse/solib-reverse.exp: Same.
1535 * gdb.reverse/step-precsave.exp: Same.
1536 * gdb.reverse/until-precsave.exp: Same.
1537 * gdb.reverse/until-reverse.exp: Same.
1538 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1539
1540 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1541
1542 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1543 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1544 (cmp_struct_05_01, cmp_struct_static_02_01)
1545 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1546 comparisons.
1547
1548 2019-10-10 Tom de Vries <tdevries@suse.de>
1549
1550 PR testsuite/24888
1551 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1552 gnatlink.
1553
1554 2019-10-09 Tom de Vries <tdevries@suse.de>
1555
1556 PR testsuite/25048
1557 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1558
1559 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1560
1561 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1562 exceptions due to missing debug information.
1563
1564 2019-10-07 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1567
1568 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1569
1570 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1571 * gdb.base/annota1.exp: Update to use gdb_test_name.
1572
1573 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1574
1575 * gdb.base/ctf-whatis.exp: New file.
1576 * gdb.base/ctf-whatis.c: New file.
1577 * gdb.base/ctf-ptype.exp: New file.
1578 * gdb.base/ctf-ptype.c: New file.
1579 * gdb.base/ctf-constvars.exp: New file.
1580 * gdb.base/ctf-constvars.c: New file.
1581 * gdb.base/ctf-cvexpr.exp: New file.
1582
1583 2019-10-04 Tom de Vries <tdevries@suse.de>
1584
1585 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1586 for loop.
1587
1588 2019-10-03 Tom Tromey <tom@tromey.com>
1589
1590 PR rust/24976:
1591 * gdb.rust/simple.rs (Union2): New type.
1592 (main): Use Union2.
1593 * gdb.rust/simple.exp: Add test.
1594
1595 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1596
1597 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1598 nested function prefix.
1599
1600 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1601 Richard Bunt <richard.bunt@arm.com>
1602 Andrew Burgess <andrew.burgess@embecosm.com>
1603
1604 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1605 nested functions.
1606 * gdb.fortran/nested-funcs.f90: Update expected results.
1607 * gdb.fortran/nested-funcs-2.exp: New file.
1608 * gdb.fortran/nested-funcs-2.f90: New file.
1609
1610 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * gdb.python/py-parameter.exp: Make test names unique.
1613 * gdb.python/py-template.exp: Likewise.
1614 * gdb.python/py-value.exp: Likewise.
1615
1616 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1617
1618 * gdb.base/break-interp.exp: Reduce test name duplication.
1619 * gdb.base/call-sc.exp: Likewise.
1620 * gdb.base/callfuncs.exp: Likewise.
1621 * gdb.base/charset.exp: Likewise.
1622 * gdb.base/dump.exp: Likewise.
1623 * gdb.base/ena-dis-br.exp: Likewise.
1624 * gdb.base/relational.exp: Likewise.
1625 * gdb.base/step-over-syscall.exp: Likewise.
1626 * gdb.base/structs.exp: Likewise.
1627
1628 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * gdb.linespec/explicit.exp: Make test names unique.
1631 * gdb.linespec/ls-errs.exp: Likewise.
1632
1633 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1634
1635 * gdb.reverse/break-precsave.exp: Make test names unique.
1636 * gdb.reverse/break-reverse.exp: Likewise.
1637 * gdb.reverse/finish-precsave.exp: Likewise.
1638 * gdb.reverse/finish-reverse.exp: Likewise.
1639 * gdb.reverse/machinestate-precsave.exp: Likewise.
1640 * gdb.reverse/machinestate.exp: Likewise.
1641 * gdb.reverse/readv-reverse.exp: Likewise.
1642 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1643 * gdb.reverse/sigall-precsave.exp: Likewise.
1644 * gdb.reverse/sigall-reverse.exp: Likewise.
1645 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1646 * gdb.reverse/watch-precsave.exp: Likewise.
1647 * gdb.reverse/watch-reverse.exp: Likewise.
1648
1649 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * gdb.threads/stop-with-handle.c: New file.
1652 * gdb.threads/stop-with-handle.exp: New file.
1653
1654 2019-10-03 Tom de Vries <tdevries@suse.de>
1655
1656 PR testsuite/25059
1657 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1658 directory" line to be missing.
1659
1660 2019-10-03 Tom de Vries <tdevries@suse.de>
1661
1662 PR testsuite/25059
1663 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1664 type optional.
1665
1666 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1667
1668 * gdb.python/py-format-string.c (string.h): New include.
1669 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1670 the same value, for endianness-independence.
1671 * gdb.python/py-format-string.exp (default_regexp_dict)
1672 (test_pretty_structs, test_format): Adjust expected output to the
1673 changed initialization.
1674
1675 2019-10-02 Tom Tromey <tromey@adacore.com>
1676
1677 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1678
1679 2019-10-02 Pedro Alves <palves@redhat.com>
1680 Andrew Burgess <andrew.burgess@embecosm.com>
1681
1682 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1683 "print-file-var.h".
1684 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1685 (get_version_1): Print this_version_id and its address.
1686 Add extern "C" wrappers around interface functions.
1687 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1688 "print-file-var.h".
1689 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1690 (get_version_2): Print this_version_id and its address.
1691 Add extern "C" wrappers around interface functions.
1692 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1693 <stddef.h> and "print-file-var.h".
1694 Add extern "C" wrappers around interface functions.
1695 [VERSION_ID_MAIN] (this_version_id): Define.
1696 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1697 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1698 up extern "C" blocks.
1699 * gdb.base/print-file-var.exp (test): New, factored out from top
1700 level.
1701 (top level): Test all combinations of attribute hidden or not,
1702 dlopen or not, and this_version_id symbol in main file or not.
1703 Compile tests as both C++ and C, make test names unique.
1704
1705 2019-10-01 Tom Tromey <tom@tromey.com>
1706
1707 * gdb.base/style.exp: Test "show logging filename".
1708
1709 2019-10-01 Tom Tromey <tom@tromey.com>
1710
1711 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1712 * gdb.base/style.exp: Add metadata style test.
1713
1714 2019-10-01 Tom Tromey <tom@tromey.com>
1715
1716 * gdb.base/style.exp: Test "pwd".
1717
1718 2019-10-01 Tom Tromey <tom@tromey.com>
1719
1720 * gdb.base/style.exp: Update tests.
1721
1722 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1723
1724 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1725 'six' to unsigned.
1726 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1727 'five'. Use an all-ones bit pattern for each.
1728 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1729 to its changed values.
1730
1731 2019-09-30 Tom Tromey <tromey@adacore.com>
1732
1733 * gdb.rust/traits.rs: Disable all warnings.
1734
1735 2019-09-29 Tom de Vries <tdevries@suse.de>
1736
1737 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1738
1739 2019-09-29 Tom de Vries <tdevries@suse.de>
1740
1741 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1742
1743 2019-09-27 Tom de Vries <tdevries@suse.de>
1744
1745 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1746
1747 2019-09-27 Tom de Vries <tdevries@suse.de>
1748
1749 PR record/23188
1750 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1751
1752 2019-09-26 Tom Tromey <tromey@adacore.com>
1753
1754 * gdb.ada/py_taft.exp: New file.
1755 * gdb.ada/py_taft/main.adb: New file.
1756 * gdb.ada/py_taft/pkg.adb: New file.
1757 * gdb.ada/py_taft/pkg.ads: New file.
1758
1759 2019-09-24 Tom de Vries <tdevries@suse.de>
1760
1761 PR gdb/24598
1762 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1763
1764 2019-09-22 Tom de Vries <tdevries@suse.de>
1765
1766 * gdb.base/restore.exp: Allow register variables to be optimized out at
1767 -O0.
1768
1769 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1770
1771 * gdb.arch/spu-info.exp: Remove file.
1772 * gdb.arch/spu-info.c: Remove file.
1773 * gdb.arch/spu-ls.exp: Remove file.
1774 * gdb.arch/spu-ls.c: Remove file.
1775
1776 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1777 * gdb.asm/spu.inc: Remove file.
1778
1779 * gdb.base/dump.exp: Remove support for spu*-*-*.
1780 * gdb.base/stack-checking.exp: Likewise.
1781 * gdb.base/overlays.exp: Likewise.
1782 * gdb.base/ovlymgr.c: Likewise.
1783 * gdb.base/spu.ld: Remove file.
1784
1785 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1786 * gdb.cp/cpexprs.exp: Likewise.
1787 * gdb.cp/exception.exp: Likewise.
1788 * gdb.cp/gdb2495.exp: Likewise.
1789 * gdb.cp/mb-templates.exp: Likewise.
1790 * gdb.cp/pr9167.exp: Likewise.
1791 * gdb.cp/userdef.exp: Likewise.
1792
1793 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1794
1795 * gdb.cell: Remove directory.
1796 * lib/cell.exp: Remove file.
1797
1798 2019-09-19 Tom de Vries <tdevries@suse.de>
1799
1800 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1801
1802 2019-09-19 Tom de Vries <tdevries@suse.de>
1803
1804 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1805
1806 2019-09-19 Tom de Vries <tdevries@suse.de>
1807
1808 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1809 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1810 (gdb_target_cmd): ... here.
1811 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1812 value 2.
1813
1814 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1815
1816 * gdb.base/source-dir.exp: Avoid having directory names in test
1817 names.
1818
1819 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1820
1821 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1822 directory.
1823
1824 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1825
1826 * gdb.base/list-missing-source.exp: New file.
1827
1828 2019-09-14 Tom de Vries <tdevries@suse.de>
1829
1830 PR teststuite/24599
1831 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1832 * lib/ada.exp (gnatmake_version_at_least): New proc.
1833
1834 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1835
1836 * gdb.base/maint.exp: Use exec_has_index_section.
1837
1838 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1839
1840 * gdb.base/maint.exp: Add test for 'maint info sections'.
1841
1842 2019-09-12 Tom de Vries <tdevries@suse.de>
1843
1844 * gdb.base/store.exp: Allow register variables to be optimized out at
1845 -O0.
1846
1847 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1848
1849 * gdb.ada/rdv_wait.exp: Update to new task names.
1850 * gdb.base/task_switch_in_core.exp: Likewise.
1851 * gdb.base/info_sources_base.c: Likewise.
1852
1853 2019-09-10 Tom Tromey <tromey@adacore.com>
1854
1855 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1856
1857 2019-09-10 Tom Tromey <tromey@adacore.com>
1858
1859 * gdb.ada/dgopt.exp: New file.
1860 * gdb.ada/dgopt/x.adb: New file.
1861
1862 2019-09-08 Tom Tromey <tom@tromey.com>
1863
1864 * gdb.tui/resize.exp: Remove setup_xfail.
1865 * gdb.tui/regs.exp: Remove setup_xfail.
1866 * gdb.tui/basic.exp: Remove setup_xfail.
1867
1868 2019-09-06 David Blaikie <dblaikie@gmail.com>
1869
1870 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1871 * gdb.cp/cplabel.exp: Ditto.
1872 * gdb.linespec/ls-errs.exp: Ditto.
1873
1874 2019-09-05 Tom de Vries <tdevries@suse.de>
1875
1876 * lib/gdb.exp (cmp_file_string): New proc.
1877 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1878 runto_main. Verify save breakpoints output.
1879
1880 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1881
1882 * gdb.base/info-var.exp: Test info variables without running
1883 to main, to avoid expect's buffer overflow.
1884
1885 2019-09-03 Tom Tromey <tromey@adacore.com>
1886
1887 * gdb.ada/bias.exp: New file.
1888 * gdb.ada/bias/bias.adb: New file.
1889 * gdb.ada/print_chars.exp: Add regression test.
1890 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1891 (MC): New variable.
1892
1893 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1894
1895 * gdb.base/argv0-symlink.exp: Run only on native target
1896 and local host.
1897
1898 2019-08-29 Tom de Vries <tdevries@suse.de>
1899
1900 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1901 diverse debug info.
1902 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1903
1904 2019-08-28 Tom de Vries <tdevries@suse.de>
1905
1906 * gdb.base/info-var.exp: Allow info variables to print info for files
1907 other than info-var-f1.c and info-var-f2.c.
1908
1909 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1910
1911 * gdb.fortran/info-types.exp: Add module.
1912 * gdb.fortran/info-types.f90: Update expected results.
1913
1914 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1915
1916 * gdb.fortran/info-types.exp: New file.
1917 * gdb.fortran/info-types.f90: New file.
1918 * lib/fortran.exp (fortran_character1): New proc.
1919
1920 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1921
1922 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1923 functions'. Reindent as needed.
1924 * gdb.base/info-var-f1.c: New file.
1925 * gdb.base/info-var-f2.c: New file.
1926 * gdb.base/info-var.exp: New file.
1927 * gdb.base/info-var.h: New file.
1928
1929 2019-08-26 Tom de Vries <tdevries@suse.de>
1930
1931 PR c++/24852
1932 * gdb.cp/no-libstdcxx-probe.exp: New test.
1933
1934 2019-08-26 Tom de Vries <tdevries@suse.de>
1935
1936 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1937 * tests need to be skipped.
1938 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1939 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1940 mi_skip_libstdcxx_probe_tests.
1941
1942 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1943
1944 * gdb.python/py-xmethods.exp: Use raw strings when passing
1945 arguments to SimpleXMethodMatcher.
1946
1947 2019-08-22 Tom de Vries <tdevries@suse.de>
1948
1949 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1950 more informative.
1951
1952 2019-08-21 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.base/with.exp: Test "with" with no arguments.
1955
1956 2019-08-21 Tom de Vries <tdevries@suse.de>
1957
1958 * gdb.base/gdb-caching-proc.exp: Sort files.
1959
1960 2019-08-20 Tom de Vries <tdevries@suse.de>
1961
1962 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1963 compilation.
1964
1965 2019-08-16 Tom de Vries <tdevries@suse.de>
1966
1967 * gdb.base/compare-sections.exp ("after run to main"): Allow
1968 mismatched read-only sections for PIE executables.
1969
1970 2019-08-16 Tom Tromey <tom@tromey.com>
1971
1972 * lib/tuiterm.exp (_csi_Z): New proc.
1973 * gdb.tui/basic.exp: Update window positions.
1974 * gdb.tui/empty.exp: Update window positions.
1975
1976 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1977
1978 * gdb.base/examine-backward.exp: Correct regexp for
1979 "examine 3 bytes backward from ${address_zero}".
1980
1981 2019-08-15 Tom Tromey <tom@tromey.com>
1982
1983 * gdb.tui/empty.exp: Enable resizing tests.
1984
1985 2019-08-15 Tom Tromey <tromey@adacore.com>
1986
1987 * gdb.ada/char_enum.exp: Add regression tests.
1988 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1989 and '0'.
1990 (Char, Gchar): Update.
1991 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1992
1993 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1994
1995 * gdb.python/python.exp: Expect a leading underscore on
1996 GdbOutput{,Error}File.
1997
1998 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1999
2000 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2001 Windows host.
2002
2003 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2004
2005 * gdb.base/batch-preserve-term-settings.exp
2006 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2007
2008 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2009
2010 * lib/gdb.exp: When running on a mingw target, replace
2011 /x/ with x:/.
2012
2013 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2014
2015 * gdb.arch/aarch64-prologue.c: New test.
2016 * gdb.arch/aarch64-prologue.exp: New file.
2017
2018 2019-08-13 Tom de Vries <tdevries@suse.de>
2019
2020 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2021 Thread.
2022
2023 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2024
2025 * gdb.python/py-completion.exp: Download the .py file to the host
2026 and use its host pathname. Conditionalize tests that use
2027 tab completion and manipulate files on the build machine.
2028 * gdb.python/py-events.exp: Download the .py file to the host
2029 and use its host pathname.
2030 * gdb.python/py-evsignal.exp: Likewise.
2031 * gdb.python/py-evthreads.exp: Likewise.
2032 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2033 pathname syntax.
2034 * gdb.python/py-framefilter.exp: Download the .py file to the right
2035 place on the host. Match Windows pathname syntax.
2036 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2037 .py file to the host and use its host pathname.
2038 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2039 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2040 build pathname. Skip symlink test on Windows host. Add missing
2041 newline at end of file.
2042 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2043 and use its host pathname.
2044 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2045 * gdb.python/py-section-script.exp: Use host location of binfile
2046 on safe-path. Use correct path separator on Windows host.
2047 Reorder alternatives in gdb_test_multiple to prevent matching
2048 the wrong alternative on success.
2049 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2050
2051 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2052
2053 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2054 expect the GDB inferior to no longer immediately stop after
2055 being resumed with "signal SIGINT".
2056
2057 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2058
2059 * gdb.linespec/break-ask.exp: Generalize regexps to match
2060 Windows pathnames too.
2061
2062 2019-08-08 Tom de Vries <tdevries@suse.de>
2063
2064 PR testsuite/24862
2065 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2066
2067 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2068
2069 * gdb.base/style.exp: Update tests for help doc new invariants.
2070 * gdb.base/help.exp: Likewise.
2071
2072 2019-08-06 Tom Tromey <tom@tromey.com>
2073
2074 * gdb.base/style.exp: Add disassemble test.
2075 * gdb.base/style.c (some_called_function): New function.
2076 (main): Use it.
2077
2078 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2079
2080 * gdb.python/py-block.exp: Test dictionary access on blocks.
2081
2082 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2083
2084 PR gdb/24863
2085 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2086 -list-thread-groups --available test when running under
2087 check-read1.
2088
2089 2019-08-05 Tom de Vries <tdevries@suse.de>
2090
2091 PR testsuite/24863
2092 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2093 * gdb.base/help.exp: Use with_read1_timeout_factor.
2094 * gdb.base/info-macros.exp: Same.
2095 * gdb.cp/nested-types.exp: Same.
2096
2097 2019-08-05 Tom de Vries <tdevries@suse.de>
2098
2099 * lib/gdb.exp (version_at_least): Factor out of ...
2100 (tcl_version_at_least): ... here.
2101 (gdb_compile): Fail if pie results in non-PIE executable.
2102 (readelf_version, readelf_prints_pie): New proc.
2103 (exec_is_pie): Return -1 if unknown.
2104
2105 2019-08-05 Tom de Vries <tdevries@suse.de>
2106
2107 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2108
2109 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2110
2111 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2112
2113 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2114
2115 * lib/completion-support.exp (test_gdb_complete_none): Skip
2116 tab completion tests if no readline support.
2117 (test_gdb_complete_unique_re): Likewise.
2118 (test_gdb_complete_multiple): Likewise.
2119
2120 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2121
2122 * gdb.base/info_sources.exp: New file.
2123 * gdb.base/info_sources.c: New file.
2124 * gdb.base/info_sources_base.c: New file.
2125
2126 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2127
2128 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2129 prefix argument.
2130 (test_exit_status): Add prefix argument.
2131
2132 2019-08-01 Tom de Vries <tdevries@suse.de>
2133
2134 PR testsuite/24863
2135 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2136 calling exp_continue for new thread and thread exited messages.
2137
2138 2019-08-01 Tom de Vries <tdevries@suse.de>
2139
2140 PR testsuite/24863
2141 * gdb.base/structs.exp: Fix check-read1 timeout using
2142 gdb_test_sequence.
2143 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2144
2145 2019-08-01 Tom de Vries <tdevries@suse.de>
2146
2147 PR testsuite/24863
2148 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2149 line.
2150
2151 2019-08-01 Tom de Vries <tdevries@suse.de>
2152
2153 PR testsuite/24863
2154 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2155
2156 2019-07-30 Tom Tromey <tromey@adacore.com>
2157
2158 * gdb.ada/display_nested.exp: New file.
2159 * gdb.ada/display_nested/foo.adb: New file.
2160 * gdb.ada/display_nested/pack.adb: New file.
2161 * gdb.ada/display_nested/pack.ads: New file.
2162
2163 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2164
2165 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2166 namespace.
2167 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2168
2169 2019-07-30 Tom de Vries <tdevries@suse.de>
2170
2171 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2172 instead.
2173
2174 2019-07-30 Tom de Vries <tdevries@suse.de>
2175
2176 PR testsuite/24834
2177 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2178 (exec_is_pie): New proc.
2179
2180 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2181
2182 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2183
2184 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2185
2186 * gdb.python/py-objfile.c: Add global and static vars.
2187 * gdb.python/py-objfile.exp: Test new functions Objfile.
2188 lookup_global_symbol and lookup_static_symbol.
2189
2190 2019-07-29 Tom Tromey <tom@tromey.com>
2191
2192 * lib/tuiterm.exp (Term::_csi_@): New proc.
2193 (Term::_csi_X): Don't move cursor.
2194
2195 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2196
2197 * gdb.base/options.exp: Update backtrace - completion to
2198 new option -frame-info.
2199 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2200 Test new 'set print frame-info'. Test backtrace -frame-info
2201 overriding 'set print frame-info'.
2202 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2203 Test new 'set print frame-info'.
2204 Verify consistency of backtrace with and without filters, with and
2205 without -no-filters.
2206 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2207 default.
2208
2209 2019-07-29 Tom de Vries <tdevries@suse.de>
2210
2211 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2212 no arguments".
2213
2214 2019-07-29 Tom de Vries <tdevries@suse.de>
2215
2216 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2217 is a substring of the first for "complete non-unique file name".
2218
2219 2019-07-29 Tom de Vries <tdevries@suse.de>
2220
2221 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2222 with ".*".
2223
2224 2019-07-29 Tom de Vries <tdevries@suse.de>
2225
2226 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2227 Pass prompt_regexp parameter to gdb_test_multiple calls.
2228
2229 2019-07-29 Tom de Vries <tdevries@suse.de>
2230
2231 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2232 print registers" regexps.
2233
2234 2019-07-29 Tom de Vries <tdevries@suse.de>
2235
2236 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2237
2238 2019-07-29 Tom de Vries <tdevries@suse.de>
2239
2240 PR gdb/24855
2241 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2242 (skip_python_tests_prompt): Add prompt_regexp argument to
2243 gdb_test_multiple calls.
2244
2245 2019-07-27 Tom Tromey <tom@tromey.com>
2246
2247 * gdb.tui/main.exp: New file.
2248
2249 2019-07-27 Tom Tromey <tom@tromey.com>
2250
2251 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2252 optional.
2253 * gdb.tui/empty.exp: New file.
2254
2255 2019-07-27 Tom Tromey <tom@tromey.com>
2256
2257 * lib/tuiterm.exp (spawn): New proc.
2258 (Term::resize): New proc.
2259 * gdb.tui/resize.exp: New file.
2260
2261 2019-07-27 Tom Tromey <tom@tromey.com>
2262
2263 * gdb.tui/list.exp: New file.
2264
2265 2019-07-27 Tom Tromey <tom@tromey.com>
2266
2267 * gdb.tui/regs.exp: New file.
2268
2269 2019-07-27 Tom Tromey <tom@tromey.com>
2270
2271 * gdb.tui/basic.exp: Add "layout split" test.
2272
2273 2019-07-27 Tom Tromey <tom@tromey.com>
2274
2275 * gdb.tui/basic.exp: Add "layout asm" test.
2276
2277 2019-07-27 Tom Tromey <tom@tromey.com>
2278
2279 * lib/tuiterm.exp: New file.
2280 * gdb.tui/basic.exp: New file.
2281
2282 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2283
2284 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2285 Enable tests associated with this flag. Adjust regex
2286 referencing "foo_low" to now refer to "foo_cold" instead.
2287
2288 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2289
2290 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2291 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2292 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2293 foo_cold. Revise comments to match.
2294 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2295 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2296 were wrapped into this proc; Call do_test in loop from outermost
2297 level.
2298 (foo_low): Rename all occurrences to "foo_cold".
2299 (backtrace from baz): New test.
2300 (x2/i foo_cold): New test.
2301 (info line *foo_cold): New test.
2302
2303 2019-07-26 Tom de Vries <tdevries@suse.de>
2304
2305 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2306
2307 2019-07-25 Tom de Vries <tdevries@suse.de>
2308
2309 PR testsuite/24830
2310 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2311 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2312 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2313 (skip_libstdcxx_probe_tests): ... here.
2314 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2315
2316 2019-07-24 Tom de Vries <tdevries@suse.de>
2317
2318 PR testsuite/24807
2319 * gdb.objc/basicclass.m: Include stdio.h.
2320 * gdb.objc/nondebug.m: Same.
2321 * gdb.objc/objcdecode.m: Same.
2322
2323 2019-07-24 Tom de Vries <tdevries@suse.de>
2324
2325 PR testsuite/24612
2326 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2327 additional_flags.
2328
2329 2019-07-24 Tom de Vries <tdevries@suse.de>
2330
2331 PR testsuite/24831
2332 * gdb.multi/tids.exp: Update error messages for info threads.
2333
2334 2019-07-24 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.base/info-types.exp: Allow info types to print info for more than
2337 one file.
2338
2339 2019-07-23 Tom de Vries <tdevries@suse.de>
2340
2341 PR testsuite/24842
2342 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2343 gdb_spawn_with_cmdline_opts.
2344
2345 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2346
2347 * gdb.arch/arm-cmse-sgstubs.c: New test.
2348 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2349
2350 2019-07-23 Tom de Vries <tdevries@suse.de>
2351
2352 PR testsuite/24711
2353 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2354 issuing next command.
2355
2356 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * gdb.ada/info_auto_lang.exp: Update expected results.
2359 * gdb.base/info-types.c: Add additional types to check.
2360 * gdb.base/info-types.exp: Update expected results.
2361
2362 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2363
2364 * gdb.base/info-types.c: New file.
2365 * gdb.base/info-types.exp: New file.
2366
2367 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2368
2369 * gdb.arch/riscv-bp-infcall.c: New file.
2370 * gdb.arch/riscv-bp-infcall.exp: New file.
2371
2372 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2373
2374 PR breakpoints/24541
2375 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2376
2377 2019-07-14 Tom de Vries <tdevries@suse.de>
2378
2379 PR testsuite/24760
2380 * gdb.objc/basicclass.exp: Fix unterminated string.
2381
2382 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2383 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2386 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2387 negative bounds.
2388 * gdb.fortran/vla-value.exp: Print elements of an array with
2389 negative bounds.
2390 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2391 testing.
2392
2393 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2394
2395 * gdb.base/options.exp (expect_string): Dequote strings in
2396 results.
2397 (test-string): Test strings with different quoting and reindent.
2398
2399 2019-07-10 Tom Tromey <tromey@adacore.com>
2400
2401 * gdb.ada/mi_ex_cond.exp: Update expected results.
2402 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2403 * gdb.ada/mi_catch_ex.exp: Update expected results.
2404 * gdb.ada/mi_catch_assert.exp: Update expected results.
2405 * gdb.ada/catch_ex.exp (catch_exception_info)
2406 (catch_exception_entry, catch_assert_entry)
2407 (catch_unhandled_entry): Update.
2408 * gdb.ada/catch_assert_if.exp: Update expected results.
2409
2410 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2411 Stephen Roberts <stephen.roberts@arm.com>
2412
2413 * gdb.base/define.exp: Restore original prompt.
2414
2415 2019-07-09 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2418 breakpoints" output.
2419 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2420 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2421 throw" creates breakpoint.
2422 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2423 'type="catchpoint"'.
2424
2425 2019-07-09 Pedro Alves <palves@redhat.com>
2426
2427 PR c++/15468
2428 * gdb.cp/except-multi-location-lib.cc: New.
2429 * gdb.cp/except-multi-location-main.cc: New.
2430 * gdb.cp/except-multi-location.exp: New.
2431
2432 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2433
2434 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2435 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2436 argument and update callers.
2437
2438 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2439
2440 * gdb.arch/amd64-break-on-asm-line.S: New file.
2441 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2442
2443 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2444
2445 * gdb.base/printcmds.exp: Test printing C string and
2446 C wide string convenience vars without transiting via the inferior.
2447 Also make test names unique.
2448
2449 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2450
2451 PR breakpoints/25011
2452 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2453
2454 2019-07-04 Pedro Alves <palves@redhat.com>
2455
2456 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2457 body returned ok(0), break(3) or continue(4).
2458 * gdb.testsuite/foreach_with_prefix.exp: New file.
2459
2460 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2461
2462 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2463
2464 2019-07-03 Pedro Alves <palves@redhat.com>
2465
2466 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2467 "return -code".
2468
2469 2019-07-03 Pedro Alves <palves@redhat.com>
2470
2471 PR cli/24732
2472 * gdb.base/shell.exp: Load completion-support.exp.
2473 Adjust expected error output. Add completion tests.
2474
2475 2019-07-03 Pedro Alves <palves@redhat.com>
2476
2477 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2478 string_to_regexp.
2479
2480 2019-07-03 Pedro Alves <palves@redhat.com>
2481
2482 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2483 (expect_integer): Adjust to expect "-string".
2484 (expect_string): New.
2485 (all_options): Expect "-string".
2486 (test-flag, test-boolean): Adjust to expect "-string".
2487 (test-string): New proc.
2488 (top level): Call it.
2489
2490 2019-07-03 Pedro Alves <palves@redhat.com>
2491
2492 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2493 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2494 the expected output in the success.
2495
2496 2019-07-03 Pedro Alves <palves@redhat.com>
2497
2498 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2499 Split one gdb_test_multiple call in two to avoid a race.
2500
2501 2019-07-03 Pedro Alves <palves@redhat.com>
2502
2503 * gdb.base/with.c: New file.
2504 * gdb.base/with.exp: New file.
2505
2506 2019-07-03 Pedro Alves <palves@redhat.com>
2507
2508 * gdb.base/settings.exp: Replace all references to "maint
2509 test-settings set" with references to "maint set test-settings",
2510 and all references to "maint test-settings show" with references
2511 to "maint show test-settings".
2512
2513 2019-07-03 Pedro Alves <palves@redhat.com>
2514
2515 * gdb.base/settings.exp (test-string): Adjust expected out when
2516 testing "maint test-settings show filename"
2517
2518 2019-07-02 Pedro Alves <palves@redhat.com>
2519
2520 * gdb.base/options.exp (test-info-threads): New procedure.
2521 (top level): Call it.
2522
2523 2019-06-28 Tom Tromey <tromey@adacore.com>
2524
2525 * gdb.dwarf2/ada-linkage-name.c: New file.
2526 * gdb.dwarf2/ada-linkage-name.exp: New file.
2527
2528 2019-06-27 Tom Tromey <tromey@adacore.com>
2529
2530 PR c++/20020:
2531 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2532
2533 2019-06-26 Tom de Vries <tdevries@suse.de>
2534
2535 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2536
2537 2019-06-26 Tom de Vries <tdevries@suse.de>
2538
2539 * gdb.base/index-cache.exp: Add back missing debug option.
2540
2541 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2542
2543 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2544
2545 2019-06-25 Tom de Vries <tdevries@suse.de>
2546
2547 PR testsuite/24727
2548 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2549
2550 2019-06-24 Tom de Vries <tdevries@suse.de>
2551
2552 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2553
2554 2019-06-24 Tom de Vries <tdevries@suse.de>
2555
2556 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2557 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2558 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2559
2560 2019-06-24 Tom de Vries <tdevries@suse.de>
2561
2562 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2563
2564 2019-06-21 Tom de Vries <tdevries@suse.de>
2565
2566 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2567
2568 2019-06-21 Tom de Vries <tdevries@suse.de>
2569
2570 PR testsuite/24518
2571 PR ada/24713
2572 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2573 index.
2574
2575 2019-06-19 Tom Tromey <tromey@adacore.com>
2576
2577 * gdb.ada/length_cond.exp: Add intro comment.
2578
2579 2019-06-19 Tom Tromey <tromey@adacore.com>
2580
2581 * gdb.ada/length_cond.exp: New file.
2582 * gdb.ada/length_cond/length_cond.adb: New file.
2583 * gdb.ada/length_cond/pck.adb: New file.
2584 * gdb.ada/length_cond/pck.ads: New file.
2585
2586 2019-06-18 Tom de Vries <tdevries@suse.de>
2587
2588 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2589
2590 2019-06-18 Tom Tromey <tromey@adacore.com>
2591
2592 * gdb.base/list0.h: Add comment explaining control character.
2593
2594 2019-06-18 Tom de Vries <tdevries@suse.de>
2595
2596 * boards/fission.exp: Break up long debug_flags line.
2597
2598 2019-06-16 Tom de Vries <tdevries@suse.de>
2599
2600 PR gdb/24445
2601 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2602 generated index.
2603
2604 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 PR gdb/24686
2607 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2608 improve detection of bug gdb/24541.
2609
2610 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2611
2612 PR gdb/24669
2613 * gdb.base/index-cache.exp (uses_readnow,
2614 expecting_index_cache_use): Define global variable.
2615 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2616 expecting_index_cache_use.
2617
2618 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2619 Andrew Burgess <andrew.burgess@embecosm.com>
2620
2621 * gdb.fortran/pointers.f90: New file.
2622 * gdb.fortran/print_type.exp: New file.
2623 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2624 * gdb.fortran/vla-type.exp: Likewise.
2625 * gdb.fortran/vla-value.exp: Likewise.
2626 * gdb.mi/mi-vla-fortran.exp: Likewise.
2627
2628 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2629
2630 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2631 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2632 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2633 as a stop reason.
2634
2635 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2636
2637 * gdb.base/annota1.exp: Update expected results.
2638 * gdb.cp/annota2.exp: Likewise.
2639 * gdb.cp/annota3.exp: Likewise.
2640
2641 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2642
2643 * gdb.base/style-logging.exp: Remove path from test name.
2644
2645 2019-06-14 Tom Tromey <tromey@adacore.com>
2646
2647 PR gdb/24502:
2648 * gdb.base/style-logging.exp: New file.
2649
2650 2019-06-14 Tom Tromey <tromey@adacore.com>
2651
2652 * gdb.base/symfile-warn.exp: New file.
2653 * gdb.base/symfile-warn.c: New file.
2654
2655 2019-06-14 Tom Tromey <tromey@adacore.com>
2656
2657 * gdb.base/annotate-symlink.exp: New file.
2658
2659 2019-06-14 Tom Tromey <tromey@adacore.com>
2660
2661 * gdb.ada/set_wstr.exp: Add reassignment test.
2662
2663 2019-06-14 Tom Tromey <tromey@adacore.com>
2664
2665 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2666 'unchecked_access and 'unrestricted_access as well.
2667
2668 2019-06-14 Tom Tromey <tromey@adacore.com>
2669
2670 PR ada/24539:
2671 * gdb.ada/vla.exp: Update tests.
2672 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2673 pragma.
2674
2675 2019-06-13 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.base/settings.exp (test-integer): Test junk after
2678 "unlimited".
2679
2680 2019-06-13 Pedro Alves <palves@redhat.com>
2681
2682 * gdb.base/options.exp (test-thread-apply): New.
2683 (top level): Call it.
2684
2685 2019-06-13 Pedro Alves <palves@redhat.com>
2686
2687 * gdb.base/options.exp (test-frame-apply): New.
2688 (top level): Test print commands with different "frame apply"
2689 prefixes.
2690
2691 2019-06-13 Pedro Alves <palves@redhat.com>
2692
2693 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2694 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2695 'max_completions' parameter and handle it.
2696 (test_gdb_completion_offers_commands): New.
2697
2698 2019-06-13 Pedro Alves <palves@redhat.com>
2699
2700 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2701
2702 2019-06-13 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.base/options.exp (test-backtrace): New.
2705 (top level): Call it.
2706
2707 2019-06-13 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.guile/scm-frame-args.exp: Use "set print
2710 raw-frame-arguments" instead of "set print raw frame-arguments".
2711 * gdb.python/py-frame-args.exp: Likewise.
2712
2713 2019-06-13 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.compile/compile.exp: Adjust expected output to option
2716 processing changes.
2717
2718 2019-06-13 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.base/options.exp: Build executable.
2721 (test-print): New procedure.
2722 (top level): Call it, once for "print" and another for "compile
2723 print".
2724
2725 2019-06-13 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.base/options.c: New file.
2728 * gdb.base/options.exp: New file.
2729
2730 2019-06-13 Pedro Alves <palves@redhat.com>
2731
2732 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2733 that "o" is ambiguous.
2734
2735 2019-06-13 Pedro Alves <palves@redhat.com>
2736
2737 * gdb.base/settings.c: New file.
2738 * gdb.base/settings.exp: New file.
2739
2740 2019-06-13 Pedro Alves <palves@redhat.com>
2741
2742 * gdb.base/completion.exp: Fix comment typo.
2743
2744 2019-06-13 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2747 foo --1" test.
2748
2749 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2750
2751 * gdb.fortran/block-data.f: New.
2752 * gdb.fortran/block-data.exp: New.
2753
2754 2019-06-11 Tom de Vries <tdevries@suse.de>
2755
2756 PR testsuite/24521
2757 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2758 message.
2759
2760 2019-06-11 Tom de Vries <tdevries@suse.de>
2761
2762 PR testsuite/24521
2763 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2764
2765 2019-06-11 Tom de Vries <tdevries@suse.de>
2766
2767 * boards/readnow.exp: New file.
2768
2769 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2770
2771 * gdb.fortran/vla-sizeof.exp: Update expected results.
2772
2773 2019-06-06 Amos Bird <amosbird@gmail.com>
2774
2775 * gdb.base/annota1.exp (thread_switch): Add test for
2776 thread-exited annotation.
2777
2778 2019-06-06 Tom Tromey <tromey@adacore.com>
2779
2780 * gdb.base/maint.exp: Expect command started/finished output.
2781
2782 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2785 comment.
2786 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2787
2788 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2789
2790 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2791 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2792 * gdb.arch/riscv-unwind-long-insn.c: New file.
2793 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2794
2795 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2796
2797 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2798
2799 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2800
2801 * lib/gdb.exp (help_list_trailer): New regexp variable
2802 factorizing the help trailer message.
2803 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2804 arg to allow to better factorize various tests.
2805 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2806 (test_prefix_command_help): Use help_list_trailer.
2807 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2808 * gdb.guile/scm-cmd.exp: Likewise.
2809 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2810 * gdb.base/help.exp: Use test_user_defined_class_help.
2811 * gdb.base/style.exp: Add tests for styling of help and apropos.
2812 * lib/gdb-utils.exp (style): Add title and highlight styles.
2813
2814 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2815
2816 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2817 $_shell_exitsignal.
2818 * gdb.base/default.exp: Update for new convenience variables.
2819
2820 2019-05-29 Tom Tromey <tromey@adacore.com>
2821
2822 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2823 to "break complete ada" test case's regexp.
2824
2825 2019-05-29 Tom Tromey <tromey@adacore.com>
2826
2827 PR c++/20020:
2828 * gdb.cp/constexpr-field.exp: New file.
2829 * gdb.cp/constexpr-field.cc: New file.
2830
2831 2019-05-29 Tom Tromey <tromey@adacore.com>
2832
2833 * gdb.base/finish.exp (finish_no_print): New proc.
2834 (finish_tests): Call it.
2835
2836 2019-05-24 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.dwarf2/gdb-add-index.exp: New file.
2839
2840 2019-05-22 Tom Tromey <tromey@adacore.com>
2841
2842 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2843 * gdb.base/style.exp: Use "style".
2844 * lib/gdb-utils.exp (style): New proc.
2845
2846 2019-05-22 Tom de Vries <tdevries@suse.de>
2847
2848 * gdb.base/align.exp: Require c++11.
2849
2850 2019-05-22 Tom de Vries <tdevries@suse.de>
2851
2852 PR testsuite/24586
2853 * gdb.python/py-mi-var-info-path-expression.exp: Call
2854 mi_skip_python_tests to check if python is supported.
2855
2856 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2857
2858 * gdb.arch/aarch64-pauth.c: New test.
2859 * gdb.arch/aarch64-pauth.exp: New file.
2860
2861 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2862
2863 * README (Re-running Tests Outside The Testsuite): New section.
2864
2865 2019-05-21 Tom de Vries <tdevries@suse.de>
2866
2867 * gdb.arch/amd64-eval.exp: Require c++11.
2868 * gdb.base/max-depth.exp: Same.
2869 * gdb.compile/compile-cplus-array-decay.exp: Same.
2870 * gdb.cp/meth-typedefs.exp: Same.
2871 * gdb.cp/subtypes.exp: Same.
2872 * gdb.cp/temargs.exp: Same.
2873
2874 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2875
2876 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2877
2878 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2879
2880 PR gdb/18644
2881 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2882 * gdb.fortran/printing-types.exp: Add new test.
2883 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2884 testing.
2885 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2886 setup_kfail call.
2887
2888 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2889
2890 * README (Running the Testsuite): Change example.
2891 (Testsuite Parameters): Remove TRANSCRIPT.
2892 * lib/gdb.exp: Remove TRANSCRIPT check.
2893
2894 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2895
2896 * README (Testsuite Parameters): Add replay logging to
2897 GDBSERVER_DEBUG.
2898 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2899 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2900 as a comma separated list.
2901 (gdb_debug_init): Override procedure.
2902
2903 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2904
2905 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2906 (gdb_write_cmd_file): New procedure.
2907 * lib/gdbserver-support.exp (gdbserver_start): Call
2908 gdbserver_write_cmd_file.
2909 (gdbserver_write_cmd_file): New procedure.
2910
2911 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2912
2913 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2914 (delete_breakpoints): Likewise.
2915 (gdb_run_cmd): Likewise.
2916 (gdb_start_cmd): Likewise.
2917 (gdb_starti_cmd): Likewise.
2918 (gdb_internal_error_resync): Likewise.
2919 (gdb_test_multiple): Likewise.
2920 (gdb_reinitialize_dir): Likewise.
2921 (default_gdb_exit): Likewise.
2922 (gdb_file_cmd): Mark kill as optional.
2923 (default_gdb_start): Call gdb_stdin_log_init.
2924 (send_gdb): Call gdb_stdin_log_write.
2925 (rerun_to_main): Mark Y as an answer.
2926 (gdb_stdin_log_init): New function.
2927 (gdb_stdin_log_write): Likewise.
2928
2929 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2930
2931 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2932 * gdb.base/debug-expr.exp: Likewise.
2933 * gdb.base/foll-fork.exp: Likewise.
2934 * gdb.base/foll-vfork.exp: Likewise.
2935 * gdb.base/fork-print-inferior-events.exp: Likewise.
2936 * gdb.base/gdb-sigterm.exp: Likewise.
2937 * gdb.base/gdbinit-history.exp: Likewise.
2938 * gdb.base/osabi.exp: Likewise.
2939 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2940 * gdb.base/ui-redirect.exp: Likewise.
2941 * gdb.gdb/unittest.exp: Likewise.
2942 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2943 * gdb.mi/mi-watch.exp: Likewise.
2944 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2945 * gdb.mi/user-selected-context-sync.exp: Likewise.
2946 * gdb.python/python.exp: Disable debug test when debugging.
2947 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2948 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2949 Likewise.
2950 * gdb.threads/stepi-random-signal.exp: Likewise.
2951
2952 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2953
2954 * Makefile.in: Pass through GDB_DEBUG.
2955 * README (Testsuite Parameters): Add GDB_DEBUG.
2956 (gdb,debug): Add board setting.
2957 * lib/gdb.exp (default_gdb_start): Start debugging.
2958 (gdb_debug_enabled): New procedure.
2959 (gdb_debug_init): Likewise.
2960
2961 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2962
2963 * Makefile.in: Pass through GDB_DEBUG.
2964 * README (Testsuite Parameters): Add GDB_DEBUG.
2965 (gdb,debug): Add board setting.
2966 * lib/gdb.exp (default_gdb_start): Start debugging.
2967 (gdb_debug_enabled): New procedure.
2968 (gdb_debug_init): Likewise.
2969
2970 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2971
2972 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2973
2974 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2975
2976 * gdb.base/ui-redirect.exp: Test redirection.
2977
2978 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2979
2980 * gdb.mi/mi-complete.exp: New file.
2981 * gdb.mi/mi-complete.cc: Likewise.
2982
2983 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2984
2985 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2986 indexed and sliced arrays, and pointers to arrays.
2987
2988 2019-05-14 Tom Tromey <tromey@adacore.com>
2989
2990 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2991 styling test.
2992
2993 2019-05-14 Tom de Vries <tdevries@suse.de>
2994
2995 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2996 selection entry encoding.
2997
2998 2019-05-10 Tom Tromey <tromey@adacore.com>
2999
3000 * gdb.ada/info_exc.exp: Add "complete" test.
3001
3002 2019-05-09 Tom de Vries <tdevries@suse.de>
3003
3004 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3005 CU-relative.
3006
3007 2019-05-09 Tom de Vries <tdevries@suse.de>
3008
3009 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3010 CU-relative.
3011
3012 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3013
3014 * gdb.ada/frame_arg_lang.exp: New testcase.
3015 * gdb.ada/frame_arg_lang/bla.adb: New file.
3016 * gdb.ada/frame_arg_lang/pck.ads: New file.
3017 * gdb.ada/frame_arg_lang/pck.adb: New file.
3018 * gdb.ada/frame_arg_lang/foo.c: New file.
3019
3020 2019-05-08 Tom Tromey <tromey@adacore.com>
3021
3022 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3023
3024 2019-05-08 Tom Tromey <tromey@adacore.com>
3025
3026 * gdb.base/ptype-offsets.exp: Update tests.
3027
3028 2019-05-08 Tom Tromey <tromey@adacore.com>
3029
3030 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3031 cases.
3032 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3033 "short".
3034
3035 2019-05-08 Tom Tromey <tromey@adacore.com>
3036
3037 * gdb.ada/vla.exp: New file.
3038 * gdb.ada/vla/vla.adb: New file.
3039
3040 2019-05-07 Tom de Vries <tdevries@suse.de>
3041
3042 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3043
3044 2019-05-07 Tom de Vries <tdevries@suse.de>
3045
3046 PR testsuite/24522
3047 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3048 section.
3049
3050 2019-05-07 Tom de Vries <tdevries@suse.de>
3051
3052 PR testsuite/24522
3053 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3054 .debug_aranges section.
3055
3056 2019-05-07 Tom de Vries <tdevries@suse.de>
3057
3058 PR testsuite/24159
3059 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3060
3061 2019-05-06 Tom de Vries <tdevries@suse.de>
3062
3063 * lib/gdb.exp (exec_has_index_section): New proc.
3064 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3065 section.
3066
3067 2019-05-04 Tom de Vries <tdevries@suse.de>
3068
3069 * boards/cc-with-debug-names.exp: New file.
3070
3071 2019-05-03 Tom Tromey <tromey@adacore.com>
3072
3073 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3074 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3075 * gdb.ada/char_enum.exp: Add test.
3076
3077 2019-05-03 Tom de Vries <tdevries@suse.de>
3078
3079 * boards/cc-with-gdb-index.exp: New file.
3080
3081 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * gdb.rust/simple.exp: Add new test case.
3084 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3085 (main): Initialise an instance of the new struct.
3086
3087 2019-05-01 Tom Tromey <tromey@adacore.com>
3088
3089 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3090 record.
3091 (NPR): New variable.
3092 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3093 test.
3094
3095 2019-05-01 Tom Tromey <tromey@adacore.com>
3096
3097 * gdb.ada/packed_array_assign.exp: Add packed assignment
3098 regression test.
3099
3100 2019-05-01 Tom de Vries <tdevries@suse.de>
3101
3102 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3103
3104 2019-05-01 Tom de Vries <tdevries@suse.de>
3105
3106 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3107
3108 2019-04-30 Ali Tamur <tamur@google.com>
3109
3110 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3111
3112 2019-04-30 Tom Tromey <tromey@adacore.com>
3113
3114 * lib/ada.exp (find_ada_tool): New proc.
3115 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3116 * gdb.ada/catch_ex_std.exp: New file.
3117 * gdb.ada/catch_ex_std/foo.adb: New file.
3118 * gdb.ada/catch_ex_std/some_package.adb: New file.
3119 * gdb.ada/catch_ex_std/some_package.ads: New file.
3120
3121 2019-04-30 Tom Tromey <tromey@adacore.com>
3122
3123 PR c++/24470:
3124 * gdb.cp/temargs.cc: Add test code from PR.
3125
3126 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3127
3128 * gdb.fortran/vla-datatypes.exp: Update expected results.
3129 * gdb.fortran/vla-ptype.exp: Likewise.
3130 * gdb.fortran/vla-type.exp: Likewise.
3131 * gdb.fortran/vla-value.exp: Likewise.
3132
3133 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3134
3135 * gdb.fortran/ptr-indentation.exp: Update expected results.
3136 * gdb.fortran/ptype-on-functions.exp: Likewise.
3137 * gdb.fortran/vla-ptr-info.exp: Likewise.
3138 * gdb.fortran/vla-value.exp: Likewise.
3139
3140 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3141
3142 * gdb.fortran/ptype-on-functions.exp: New file.
3143 * gdb.fortran/ptype-on-functions.f90: New file.
3144
3145 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3146
3147 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3148 case void string.
3149
3150 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3151
3152 * gdb.fortran/complex.exp: Expand.
3153 * gdb.fortran/complex.f: Renamed to...
3154 * gdb.fortran/complex.f90: ...this, and extended to add more
3155 complex values.
3156
3157 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3158
3159 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3160 MODULO, CMPLX.
3161
3162 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3163 Richard Bunt <richard.bunt@arm.com>
3164
3165 * gdb.base/max-depth.c: New file.
3166 * gdb.base/max-depth.exp: New file.
3167 * gdb.python/py-nested-maps.c: New file.
3168 * gdb.python/py-nested-maps.exp: New file.
3169 * gdb.python/py-nested-maps.py: New file.
3170 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3171 (test_all_common): Call test_max_depth.
3172 * gdb.fortran/max-depth.exp: New file.
3173 * gdb.fortran/max-depth.f90: New file.
3174 * gdb.go/max-depth.exp: New file.
3175 * gdb.go/max-depth.go: New file.
3176 * gdb.modula2/max-depth.exp: New file.
3177 * gdb.modula2/max-depth.c: New file.
3178 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3179
3180 2019-04-29 Tom de Vries <tdevries@suse.de>
3181
3182 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3183
3184 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3185
3186 * gdb.base/callexit.exp: Test may-call-functions off.
3187
3188 2019-04-25 Keith Seitz <keiths@redhat.com>
3189
3190 PR c++/24367
3191 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3192 (another_incomplete_struct, test_incomplete): New definitions.
3193 (main): Use new definitions.
3194 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3195 functions.
3196
3197 2019-04-25 Ali Tamur <tamur@google.com>
3198
3199 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3200
3201 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3202
3203 PR corefiles/11608
3204 PR corefiles/18187
3205 * gdb.base/coredump-filter-build-id.exp: New file.
3206
3207 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3208
3209 * Makefile.in: Pass through GDBSERVER_DEBUG.
3210 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3211 (gdbserver,debug): Add board setting.
3212 * gdb.trace/tspeed.exp: Skip when debugging.
3213 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3214 * lib/gdbserver-support.exp: Likewise
3215
3216 2019-04-24 Tom Tromey <tromey@adacore.com>
3217
3218 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3219 Rust.
3220
3221 2019-04-24 Tom Tromey <tromey@adacore.com>
3222
3223 * gdb.arch/amd64-eval.exp: Test bitfield return.
3224 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3225 (class Foo) <return_bitfields>: New method.
3226 (main): Call it.
3227
3228 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3229
3230 * gdb.cp/many-args.cc: New file.
3231 * gdb.cp/many-args.exp: New file.
3232
3233 2019-04-23 Tom de Vries <tdevries@suse.de>
3234
3235 PR gdb/24433
3236 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3237
3238 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3239
3240 * gdb.trace/backtrace.exp: Use nopie flag.
3241 * gdb.trace/circ.exp: Likewise.
3242 * gdb.trace/collection.exp: Likewise.
3243 * gdb.trace/ftrace.exp: Likewise.
3244 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3245 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3246 * gdb.trace/qtro.exp: Likewise.
3247 * gdb.trace/read-memory.exp: Likewise.
3248 * gdb.trace/report.exp: Likewise.
3249 * gdb.trace/tfile.exp: Likewise.
3250 * gdb.trace/tfind.exp: Likewise.
3251 * gdb.trace/unavailable.exp: Likewise.
3252
3253 2019-04-22 Pedro Alves <palves@redhat.com>
3254
3255 * gdb.base/solib-probes-nosharedlibrary.c,
3256 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3257
3258 2019-04-19 Tom Tromey <tromey@adacore.com>
3259
3260 * gdb.ada/ptype_union.c: New file.
3261 * gdb.ada/ptype_union.exp: New file.
3262
3263 2019-04-19 Tom Tromey <tromey@adacore.com>
3264
3265 PR symtab/24423:
3266 * gdb.base/list0.h (foo): Add a control-l character.
3267
3268 2019-04-18 Tom de Vries <tdevries@suse.de>
3269
3270 PR gdb/24433
3271 * boards/local-board.exp: Set sysroot to "".
3272
3273 2019-04-18 Tom de Vries <tdevries@suse.de>
3274 Pedro Alves <palves@redhat.com>
3275
3276 PR gdb/24454
3277 * gdb.threads/vfork-follow-child-exec.c: New file.
3278 * gdb.threads/vfork-follow-child-exec.exp: New file.
3279 * gdb.threads/vfork-follow-child-exit.c: New file.
3280 * gdb.threads/vfork-follow-child-exit.exp: New file.
3281
3282 2019-04-15 Leszek Swirski <leszeks@google.com>
3283
3284 * gdb.arch/amd64-eval.cc: New file.
3285 * gdb.arch/amd64-eval.exp: New file.
3286
3287 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3288
3289 * gdb.server/sysroot.c: New test.
3290 * gdb.server/sysroot.exp: New file.
3291 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3292 matching param.
3293
3294 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3295
3296 * gdb.base/align.exp: Extend test to cover structures containing
3297 only static fields.
3298
3299 2019-04-11 Tom de Vries <tdevries@suse.de>
3300
3301 * boards/cc-with-dwz-m.exp: New file.
3302 * boards/cc-with-dwz.exp: New file.
3303 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3304
3305 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3306
3307 * gdb.base/start-cpp.exp: New file.
3308 * gdb.base/start-cpp.cc: New file.
3309
3310 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3311
3312 * gdb.python/py-thrhandle.exp: Adjust tests to call
3313 thread_from_handle instead of thread_from_thread_handle.
3314
3315 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3316
3317 * gdb.python/py-thrhandle.exp: Add tests for
3318 gdb.InferiorThread.handle.
3319
3320 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3321
3322 * gdb.python/py-function.exp: Check calling helper function from
3323 all languages.
3324 * lib/gdb.exp (gdb_supported_languages): New proc.
3325
3326 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3327
3328 * gdb.base/complex-parts.c: New file.
3329 * gdb.base/complex-parts.exp: New file.
3330
3331 2019-04-01 Tom Tromey <tromey@adacore.com>
3332
3333 PR symtab/23331:
3334 * gdb.dwarf2/dw2-ranges-main.c: New file.
3335 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3336 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3337
3338 2019-03-30 Simon Marchi <simark@simark.ca>
3339
3340 * gdb.base/default.exp: Add values for $_gdb_major and
3341 $_gdb_minor.
3342
3343 2019-03-29 Tom Tromey <tromey@adacore.com>
3344
3345 * gdb.base/help.exp: Tighten apropos regexp.
3346
3347 2019-03-29 Keith Seitz <keiths@redhat.com>
3348
3349 * gdb.fortran/array-bounds.exp: New file.
3350 * gdb.fortran/array-bounds.f90: New file.
3351
3352 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3353
3354 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3355
3356 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3357
3358 * gdb.multi/hello.c (main): Increase alarm timer.
3359
3360 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3361
3362 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3363 factor when no hardware watchpoint support.
3364
3365 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3366 Pedro Alves <palves@redhat.com>
3367
3368 * boards/local-board.exp: set sysroot to /.
3369
3370 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3371
3372 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3373 in child.
3374
3375 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3376
3377 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3378 field.
3379 (make_container): Initialise new field.
3380 * gdb.python/py-prettyprint.exp: Add new tests.
3381 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3382 <display_hint>: New method.
3383
3384 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3385
3386 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3387 gdb_continue_to_breakpoint more throughout this test.
3388 (run_lang_tests) Supply unique test names, and use
3389 gdb_test_no_output.
3390
3391 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3392
3393 * gdb.base/finish-pretty.exp: Update expected results.
3394 * gdb.base/pretty-print.c: New file.
3395 * gdb.base/pretty-print.exp: New file.
3396
3397 2019-03-25 Pedro Alves <palves@redhat.com>
3398
3399 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3400 move comments outside list. Append '-i "" eof' section.
3401
3402 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3403
3404 PR testsuite/25016
3405 * README: Add pie options.
3406 * gdb.base/break-interp.exp: Ensure pie is disabled.
3407 * gdb.base/dump.exp: Likewise.
3408 * lib/gdb.exp (gdb_compile): Add pie option.
3409
3410 2019-03-19 Tom Tromey <tromey@adacore.com>
3411
3412 * gdb.mi/mi2-cli-display.c: New file.
3413 * gdb.mi/mi2-cli-display.exp: New file.
3414
3415 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3416 Tom Tromey <tromey@adacore.com>
3417
3418 * gdb.ada/ptype_array/pck.adb: New file.
3419 * gdb.ada/ptype_array/pck.ads: New file.
3420 * gdb.ada/ptype_array/foo.adb: New file.
3421 * gdb.ada/ptype_array.exp: New file.
3422
3423 2019-03-14 Tom Tromey <tromey@adacore.com>
3424
3425 * gdb.base/style.exp: Add "set style sources" test.
3426
3427 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3428
3429 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3430 * mi-breakpoint-multiple-locations.exp: ... this.
3431 (make_breakpoints_pattern): New proc.
3432 (do_test): Add mi_version parameter, test -break-insert,
3433 -break-info and =breakpoint-created.
3434
3435 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3436
3437 * config/default.exp: Remove 'load_lib gdb.exp'.
3438 * config/monitor.exp: Likewise.
3439 * config/sid.exp: Likewise.
3440 * config/sim.exp: Likewise.
3441 * config/slite.exp: Likewise.
3442 * config/unix.exp: Likewise.
3443 * gdb.base/default.exp: Remove unhelpful comment.
3444
3445 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3448
3449 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3450
3451 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3452
3453 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 * gdb.fortran/type-kinds.exp: Update expected results.
3456
3457 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3458
3459 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3460
3461 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3464 function.
3465 (test_basic_parsing_of_type_kinds): Expand types tested.
3466 (test_parsing_invalid_type_kinds): New function.
3467
3468 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * gdb.fortran/intrinsics.exp: New file.
3471 * gdb.fortran/intrinsics.f90: New file.
3472 * gdb.fortran/type-kinds.exp: New file.
3473
3474 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.fortran/dot-ops.exp: New file.
3477
3478 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3479
3480 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3481 Check upper and lower case logical literals.
3482
3483 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3484
3485 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3486 Remove duplicate tests.
3487
3488 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3489
3490 * lib/gdb.exp (builtin_cd): rename of cd.
3491 (cd): Override builtin.
3492
3493 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3494
3495 * gdb.fortran/function-calls.exp: New file.
3496 * gdb.fortran/function-calls.f90: New test.
3497
3498 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3499
3500 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3501 on user program standard output.
3502 * gdb.fortran/short-circuit-argument-list.f90: Record function
3503 calls.
3504
3505 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3506
3507 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3508 failure.
3509
3510 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3511
3512 PR gdb/8527
3513 * gdb.base/interrupt-daemon-attach.c,
3514 gdb.base/interrupt-daemon-attach.exp: New test.
3515
3516 2019-02-27 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.base/page.exp: Add tests for "set width/height -1".
3519
3520 2019-02-27 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.base/page.exp: Add tests for "set/show width/height" with
3523 "infinite" values.
3524
3525 2019-02-27 Tom Tromey <tromey@adacore.com>
3526
3527 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3528 2.4.
3529 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3530 workaround.
3531
3532 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3533
3534 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3535 tests for structs with static members.
3536
3537 2019-02-26 Tom Tromey <tromey@adacore.com>
3538
3539 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3540 ValueError, not TypeError.
3541
3542 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3543
3544 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3545 call from main program.
3546
3547 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3548
3549 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3550 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3551 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3552 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3553 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3554
3555 2019-02-22 Keith Seitz <keiths@redhat.com>
3556
3557 PR symtab/23853
3558 * gdb.base/symlink-sourcefile.c: New file.
3559 * gdb.base/symlink-sourcefile.exp: New file.
3560
3561 2019-02-20 Tom Tromey <tom@tromey.com>
3562
3563 * gdb.base/info_qt.exp: Update.
3564
3565 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3566
3567 * gdb.base/source.exp: Move "error in sourced script" code to
3568 the end.
3569 * gdb.base/source-error.gdb: Move contents to
3570 source-error-1.gdb. Add new code to source source-error-1.gdb.
3571 * gdb.base/source-error-1.gdb: New file, from previous
3572 source-error.gdb.
3573
3574 2019-02-17 Tom Tromey <tom@tromey.com>
3575
3576 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3577 for macro styling.
3578 * gdb.base/style.c (SOME_MACRO): New macro.
3579
3580 2019-02-17 Tom Tromey <tom@tromey.com>
3581
3582 * gdb.base/style.exp: Add line-wrapping tests.
3583 * gdb.base/page.exp: Add test for quitting during pagination.
3584
3585 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3586
3587 * gdb.ada/big_packed_array: New testcase.
3588 * gdb.ada/homonym.exp: Fix incorrect expected output for
3589 "break <homonym__get_value>" test.
3590
3591 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3592
3593 PR breakpoints/21870
3594 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3595 and prepare_for_testing. Add comment.
3596 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3597 redundant cleanup call. Clean up comment.
3598
3599 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3600
3601 PR breakpoints/21870
3602 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3603 * gdb.arch/aarch64-dbreg-contents.c: New file.
3604
3605 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3606
3607 * gdb.ada/mi_ref_changeable: New testcase.
3608
3609 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3610
3611 * gdb.base/attach.exp: Add double attach test.
3612
3613 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3614
3615 * lib/gdb.exp (default_gdb_start): Don't match pagination
3616 prompt.
3617 (gdb_init): Set stty_init.
3618
3619 2019-01-27 Tom Tromey <tom@tromey.com>
3620
3621 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3622 skip_python_tests.
3623
3624 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3625
3626 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3627 New structure.
3628 (struct struct_static_02_02): Likewise.
3629 (struct struct_static_02_03): Likewise.
3630 (struct struct_static_02_04): Likewise.
3631 (struct struct_static_04_01): Likewise.
3632 (struct struct_static_04_02): Likewise.
3633 (struct struct_static_04_03): Likewise.
3634 (struct struct_static_04_04): Likewise.
3635 (struct struct_static_06_01): Likewise.
3636 (struct struct_static_06_02): Likewise.
3637 (struct struct_static_06_03): Likewise.
3638 (struct struct_static_06_04): Likewise.
3639 (cmp_struct_static_02_01): Likewise.
3640 (cmp_struct_static_02_02): Likewise.
3641 (cmp_struct_static_02_03): Likewise.
3642 (cmp_struct_static_02_04): Likewise.
3643 (cmp_struct_static_04_01): Likewise.
3644 (cmp_struct_static_04_02): Likewise.
3645 (cmp_struct_static_04_03): Likewise.
3646 (cmp_struct_static_04_04): Likewise.
3647 (cmp_struct_static_06_01): Likewise.
3648 (cmp_struct_static_06_02): Likewise.
3649 (cmp_struct_static_06_03): Likewise.
3650 (cmp_struct_static_06_04): Likewise.
3651 (call_all): Test new structs.
3652 * gdb.base/infcall-nested-structs.exp: Likewise.
3653
3654 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3655 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3656
3657 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3658 * gdb.base/stack-protector.c: New test.
3659 * gdb.base/stack-protector.exp: New file.
3660 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3661 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3662 option.
3663 (gdb_compile): Remove stack protector for GCC and prevent
3664 recursion.
3665
3666 2019-01-16 Keith Seitz <keiths@redhat.com>
3667
3668 PR gdb/23773
3669 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3670
3671 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3672
3673 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3674 aliases.
3675 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3676 tests.
3677 * gdb.arch/powerpc-vector-regs.c: New file.
3678 * gdb.arch/powerpc-vector-regs.exp: New file.
3679
3680 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3681
3682 * gdb.arch/altivec-regs.exp: Fix the list passed to
3683 gdb_expect_list when testing "info vector".
3684
3685 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 * gdb.base/style.exp: Don't include path in testname.
3688
3689 2019-01-10 Keith Seitz <keiths@redhat.com>
3690
3691 PR gdb/23712
3692 PR symtab/23010
3693 * gdb.dwarf2/multidictionary.exp: New file.
3694
3695 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3696
3697 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3698 (test_gnuv3_style_demangling): ... this.
3699 (test_lucid_style_demangling): Remove.
3700 (test_arm_style_demangling): Remove.
3701 (test_hp_style_demangling): Remove.
3702 (do_tests): Remove calls to the above.
3703
3704 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3705
3706 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3707 case.
3708
3709 2019-01-06 Tom Tromey <tom@tromey.com>
3710
3711 PR gdb/28155:
3712 * gdb.dwarf2/typedef-void-finish.exp: New file.
3713
3714 2018-12-28 Tom Tromey <tom@tromey.com>
3715 Simon Marchi <simark@simark.ca>
3716
3717 * gdb.base/jit-exec.exp: New file.
3718 * gdb.base/jit-exec.c: New file.
3719 * gdb.base/jit-execd.c: New file.
3720
3721 2018-12-28 Tom Tromey <tom@tromey.com>
3722
3723 * gdb.base/style.exp: Update test to check for address styling.
3724
3725 2018-12-28 Tom Tromey <tom@tromey.com>
3726
3727 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3728 message.
3729
3730 2018-12-28 Tom Tromey <tom@tromey.com>
3731
3732 * gdb.base/style.exp: Add test for version number styling.
3733
3734 2018-12-28 Tom Tromey <tom@tromey.com>
3735
3736 * gdb.base/style.exp: Add test for print_address_symbolic.
3737
3738 2018-12-28 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.base/style.exp: Add test for breakpoint setting.
3741
3742 2018-12-28 Tom Tromey <tom@tromey.com>
3743
3744 * gdb.base/style.exp: Add test for variable names.
3745
3746 2018-12-28 Tom Tromey <tom@tromey.com>
3747
3748 * gdb.base/style.exp: New file.
3749 * gdb.base/style.c: New file.
3750
3751 2018-12-28 Tom Tromey <tom@tromey.com>
3752
3753 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3754 "dumb".
3755 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3756 the TERM environment variable.
3757
3758 2018-12-27 Tom Tromey <tom@tromey.com>
3759
3760 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3761 pagination test.
3762
3763 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3764
3765 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3766 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3767
3768 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3769
3770 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3771 Filename a.adb changed to bp_fun_addr.adb.
3772 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3773
3774 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3775
3776 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3777 non-PIE executables.
3778 * README: Mention the gdb,nopie_flag board setting.
3779 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3780 non-PIE executable.
3781 * gdb.arch/amd64-entry-value.exp: Likewise.
3782 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3783 * gdb.arch/i386-float.exp: Likewise.
3784 * gdb.arch/i386-signal.exp: Likewise.
3785 * gdb.mi/mi-reg-undefined.exp: Likewise.
3786
3787 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3788
3789 PR gdb/23974
3790 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3791
3792 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3793
3794 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3795 Update order of results accordingly.
3796
3797 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3798
3799 * gdb.base/annota1.exp: Update a test regexp.
3800
3801 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3802
3803 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3804
3805 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3806
3807 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3808 (reuse_time): Initialize to REUSE_TIME_CAP.
3809 (check_rc): New function.
3810 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3811 Check pthread_create rc.
3812 (spawner_thread_func): Check pthread_create and pthread_join rc.
3813
3814 2018-12-08 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.base/list.exp (test_forward_search): Rename to ...
3817 (test_forward_reverse_search): ... this. Also test reverse-search
3818 and the forward-search alias.
3819
3820 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3821
3822 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3823 local timeout variable before return, and remove all local timeout
3824 variable entirely.
3825 (gdb_load): Likewise.
3826
3827 2018-12-01 Tom de Vries <tdevries@suse.de>
3828
3829 * gdb.base/gdb-caching-proc.exp: New file.
3830
3831 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3832
3833 * Makefile.in (TIMESTAMP): New variable.
3834 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3835 command.
3836 (check-single-racy): Likewise.
3837 (check/%.exp): Likewise.
3838 (check-racy/%.exp): Likewise.
3839 (workers/%.worker): Likewise.
3840 (build-perf): Likewise.
3841 (check-perf): Likewise.
3842 * README: Describe new "TS" and "TS_FORMAT" variables.
3843 * print-ts.py: New file.
3844
3845 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3846
3847 PR python/23714
3848 * gdb.python/python.exp: Test command repetition after
3849 gdb.execute.
3850
3851 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3852
3853 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3854 is correctly aligned.
3855
3856 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3857
3858 * gdb.ada/info_auto_lang.exp: New testcase.
3859 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3860 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3861 * gdb.ada/info_auto_lang/some_c.c: New file.
3862
3863 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3864
3865 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3866 FUNC_lang language syntax.
3867
3868 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3869
3870 * gdb.base/info_minsym.c: New file.
3871 * gdb.base/info_minsym.exp: New file.
3872
3873 2018-11-19 Tom Tromey <tom@tromey.com>
3874
3875 PR rust/23625:
3876 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3877 * gdb.rust/expr.exp: Update expected output. Change one test.
3878
3879 2018-11-19 Tom Tromey <tom@tromey.com>
3880
3881 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3882
3883 2018-11-19 Pedro Alves <palves@redhat.com>
3884
3885 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3886 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3887 see the expected warning.
3888
3889 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3890
3891 PR gdb/22736:
3892 * gdb.cp/infcall-nodebug-lib.c: New test.
3893 * gdb.cp/infcall-nodebug-main.c: New test.
3894 * gdb.cp/infcall-nodebug.exp: New file.
3895
3896 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3897
3898 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3899 completer tests.
3900
3901 2018-11-09 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.base/msym-lang.c: New test.
3904 * gdb.base/msym-lang.exp: New file.
3905 * gdb.base/msym-lang-main.c: New test.
3906
3907 2018-11-08 Tom Tromey <tom@tromey.com>
3908
3909 PR gdb/23555:
3910 PR gdb/23838:
3911 * gdb.base/warning.exp: New file.
3912
3913 2018-11-08 Jan Beulich <jbeulich@suse.com>
3914
3915 * testsuite/gdb.arch/i386-avx512.c,
3916 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3917
3918 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3919
3920 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3921 point hardware.
3922
3923 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3924
3925 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3926 * gdb.dwarf2/missing-type-name.exp: New file.
3927
3928 2018-11-06 Tom de Vries <tdevries@suse.de>
3929
3930 * gdb.base/many-headers.c: New test.
3931 * gdb.base/many-headers.exp: New file.
3932
3933 2018-11-06 Jim Wilson <jimw@sifive.com>
3934
3935 * gdb.base/code_elim.exp: For riscv, set additional_flags
3936 to include -msmall-data-limit=0.
3937
3938 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3939
3940 * gdb.ada/watch_minus_l: New testcase.
3941
3942 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3943
3944 * gdb.arch/aix-sighandle.c: New file.
3945 * gdb.arch/aix-sighandle.exp: New file.
3946
3947 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3948
3949 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3950 registers being unions.
3951
3952 2018-10-31 Tom de Vries <tdevries@suse.de>
3953
3954 * lib/valgrind.exp: New file.
3955 (vgdb_start, vgdb_stop): New procs, factored out of ...
3956 * gdb.base/valgrind-bt.exp: ... here, ...
3957 * gdb.base/valgrind-disp-step.exp: ... here and ...
3958 * gdb.base/valgrind-infcall.exp: ... here.
3959
3960 2018-10-31 Tom de Vries <tdevries@suse.de>
3961
3962 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3963
3964 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3965
3966 * gdb.dwarf2/void-type.c: New file.
3967 * gdb.dwarf2/void-type.exp: New file.
3968
3969 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3970
3971 * gdb.base/info_qt.c: New file.
3972 * gdb.base/info_qt.exp: New file.
3973
3974 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3975
3976 * gdb.arch/powerpc-htm-regs.c: New file.
3977 * gdb.arch/powerpc-htm-regs.exp: New file.
3978
3979 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3980
3981 * gdb.arch/powerpc-tar.c: New file.
3982 * gdb.arch/powerpc-tar.exp: New file.
3983
3984 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3985
3986 * gdb.arch/powerpc-ppr-dscr.c: New file.
3987 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3988
3989 2018-10-25 Tom de Vries <tdevries@suse.de>
3990
3991 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3992
3993 2018-10-24 Tom de Vries <tdevries@suse.de>
3994
3995 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3996 longer exists error.
3997
3998 2018-10-24 Tom de Vries <tdevries@suse.de>
3999
4000 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4001
4002 2018-10-24 Tom de Vries <tdevries@suse.de>
4003
4004 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4005 --db-attach in valgrind.
4006
4007 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4008
4009 * gdb.arch/riscv-reg-aliases.c: New file.
4010 * gdb.arch/riscv-reg-aliases.exp: New file.
4011
4012 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4013
4014 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4015
4016 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4017
4018 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4019
4020 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4021
4022 * gdb.cp/ovldbreak.exp: Fix regexps.
4023
4024 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4025
4026 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4027
4028 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4029
4030 PR cli/23785
4031 * gdb.base/restore.exp: New test to check if "restore" with an
4032 invalid file doesn't segfault.
4033
4034 2018-10-18 Tom de Vries <tdevries@suse.de>
4035
4036 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4037 * gdb.ada/excep_handle.exp: Same.
4038 * gdb.ada/mi_string_access.exp: Same.
4039 * gdb.ada/mi_var_union.exp: Same.
4040 * gdb.arch/arc-analyze-prologue.exp: Same.
4041 * gdb.arch/arc-decode-insn.exp: Same.
4042 * gdb.base/readnever.exp: Same.
4043 * gdb.fortran/printing-types.exp: Same.
4044 * gdb.guile/scm-lazy-string.exp: Same.
4045
4046 2018-10-16 Tom de Vries <tdevries@suse.de>
4047
4048 PR gdb/23730
4049 * gdb.base/catch-follow-exec.c: Add copyright notice.
4050 * gdb.base/catch-follow-exec.exp: Rewrite to use
4051 gdb_spawn_with_cmdline_opts. Require gdb-native.
4052
4053 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4054
4055 * gdb.trace/actions-changed.exp: Check for arch support.
4056 * gdb.trace/actions.exp: Likewise.
4057 * gdb.trace/ax.exp: Likewise.
4058 * gdb.trace/backtrace.exp: Likewise.
4059 * gdb.trace/change-loc.exp: Likewise.
4060 * gdb.trace/deltrace.exp: Likewise.
4061 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4062 * gdb.trace/ftrace.exp: Likewise.
4063 * gdb.trace/infotrace.exp: Check for arch support.
4064 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4065 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4066 * gdb.trace/mi-tsv-changed.exp: Likewise.
4067 * gdb.trace/packetlen.exp: Likewise.
4068 * gdb.trace/passc-dyn.exp: Likewise.
4069 * gdb.trace/passcount.exp: Likewise.
4070 * gdb.trace/pending.exp: Likewise.
4071 * gdb.trace/range-stepping.exp: Check for shlib support.
4072 * gdb.trace/report.exp: Check for arch support.
4073 * gdb.trace/save-trace.exp: Likewise.
4074 * gdb.trace/signal.exp: Check for signal support.
4075 * gdb.trace/tfind.exp: Check for arch support.
4076 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4077 * gdb.trace/trace-common.h: Add comment.
4078 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4079 * gdb.trace/trace-enable-disable.exp: Likewise.
4080 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4081 * gdb.trace/tracecmd.exp: Check for arch support.
4082 * gdb.trace/tspeed.exp: Check for shlib and target support.
4083 * gdb.trace/tstatus.exp: Check for arch support.
4084 * gdb.trace/tsv.exp: Likewise.
4085 * gdb.trace/while-dyn.exp: Likewise.
4086 * gdb.trace/while-stepping.exp: Likewise.
4087 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4088
4089 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4090
4091 * gdb.trace/tspeed.exp: Remove nowarnings.
4092 (prepare_for_trace_test): Declare "global ipalib".
4093 * gdb.trace/tspeed.c: Include unistd.h.
4094 (main): Remove superfluous printf argument.
4095
4096 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4097
4098 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4099 directory prefix on the filename.
4100
4101 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4102
4103 * gdb.gdb/unittest.exp: Update expected message informing that
4104 selftests have been disabled.
4105 * gdb.server/unittest.exp: Likewise.
4106
4107 2018-10-09 Tom de Vries <tdevries@suse.de>
4108
4109 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4110 with runto_main.
4111
4112 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4113
4114 PR c++/16841
4115 * gdb.cp/virtbase2.cc: New file.
4116 * gdb.cp/virtbase2.exp: New file.
4117
4118 2018-10-06 Tom Tromey <tom@tromey.com>
4119
4120 PR python/19399:
4121 * gdb.python/py-inferior.exp: Add architecture test.
4122
4123 2018-10-06 Tom Tromey <tom@tromey.com>
4124
4125 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4126 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4127
4128 2018-10-06 Tom Tromey <tom@tromey.com>
4129
4130 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4131 of a "throw" catchpoint.
4132
4133 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4134
4135 * gdb.base/info-proc.exp: Update string expected from "help info
4136 proc".
4137
4138 2018-10-04 Tom Tromey <tom@tromey.com>
4139
4140 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4141 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4142 (test_initial_complaints, test_empty_complaints): Update.
4143 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4144
4145 2018-10-04 Tom Tromey <tom@tromey.com>
4146
4147 PR cli/19551:
4148 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4149 * lib/gdb.exp (gdb_file_cmd): Update.
4150 * gdb.stabs/weird.exp (print_weird_var): Update.
4151 * gdb.server/solib-list.exp: Update.
4152 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4153 * gdb.mi/mi-cli.exp: Update.
4154 * gdb.linespec/linespec.exp: Update.
4155 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4156 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4157 * gdb.cp/cp-relocate.exp: Update.
4158 * gdb.base/sym-file.exp: Update.
4159 * gdb.base/relocate.exp: Update.
4160 * gdb.base/readnever.exp: Update.
4161 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4162 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4163 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4164 * gdb.base/code_elim.exp: Update.
4165 * gdb.base/break-unload-file.exp (test_break): Update.
4166 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4167 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4168 Update.
4169 * gdb.base/attach.exp (do_attach_tests): Update.
4170 * gdb.base/sepdebug.exp: Update.
4171 * gdb.python/py-section-script.exp: Update.
4172
4173 2018-10-04 Tom Tromey <tom@tromey.com>
4174
4175 PR cli/22234:
4176 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4177 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4178 output.
4179
4180 2018-10-04 Tom Tromey <tom@tromey.com>
4181
4182 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4183 set width and height to 0.
4184 (test_command_line_attach_run): Use -quiet.
4185
4186 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4187
4188 * lib/gdb.exp (skip_ifunc_tests): New.
4189 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4190 other compile failures.
4191 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4192
4193 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4194
4195 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4196 is_amd64_regs_target.
4197
4198 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4199
4200 * gdb.arch/aarch64-sighandler-regs.c: New test.
4201 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4202 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4203
4204 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4205
4206 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4207 assembly.
4208
4209 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4210
4211 * gdb.base/frame-selection.exp: New file.
4212 * gdb.base/frame-selection.c: New file.
4213
4214 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4215
4216 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4217 pthread barrier.
4218 (main): Likewise.
4219
4220 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4221
4222 * gdb.base/large-frame-1.c: New file.
4223 * gdb.base/large-frame-2.c: New file.
4224 * gdb.base/large-frame.exp: New file.
4225 * gdb.base/large-frame.h: New file.
4226
4227 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4228
4229 PR gdb/20948
4230 * gdb.base/write_mem.exp: New test.
4231 * gdb.base/write_mem.c: Likewise.
4232
4233 2018-09-23 Tom Tromey <tom@tromey.com>
4234
4235 PR python/18852:
4236 * gdb.python/py-parameter.exp: Add test for parameter that throws
4237 on "set".
4238
4239 2018-09-23 Tom Tromey <tom@tromey.com>
4240
4241 PR python/17284:
4242 * gdb.python/py-template.exp (test_template_arg): Add test for
4243 negative template argument number.
4244
4245 2018-09-23 Tom Tromey <tom@tromey.com>
4246
4247 PR python/14062:
4248 * gdb.python/python.exp: Add test for post_event error.
4249
4250 2018-09-23 Tom Tromey <tom@tromey.com>
4251
4252 PR python/18170:
4253 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4254 convert pointers to int and long.
4255
4256 2018-09-23 Tom Tromey <tom@tromey.com>
4257
4258 PR python/20126:
4259 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4260 signed-ness conversion tests.
4261
4262 2018-09-23 Tom Tromey <tom@tromey.com>
4263
4264 PR python/18352;
4265 * gdb.python/py-value.exp (test_float_conversion): New proc.
4266 Use it.
4267
4268 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4269
4270 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4271
4272 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4273
4274 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4275 no readline.
4276 * gdb.base/utf8-identifiers.exp: Likewise.
4277 * gdb.cp/cpcompletion.exp: Likewise.
4278 * gdb.linespec/cpcompletion.exp: Likewise.
4279 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4280 * gdb.linespec/cpls-ops.exp: Likewise.
4281
4282 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4283 Chris January <chris.january@arm.com>
4284
4285 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4286 * gdb.fortran/short-circuit-argument-list.exp: New file.
4287 * gdb.fortran/short-circuit-argument-list.f90: New test.
4288
4289 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4290
4291 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4292 "arch=" keyword when executing "-stack-list-frames".
4293
4294 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4295
4296 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4297 "arch=" keyword when executing "-stack-list-frames".
4298
4299 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4300
4301 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4302 break ada".
4303
4304 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4305
4306 PR python/23669
4307 * gdb.python/python.exp: Test gdb.execute("show commands").
4308
4309 2018-09-16 Tom Tromey <tom@tromey.com>
4310
4311 * gdb.base/new-ui.exp (do_execution_tests): Update.
4312 * gdb.base/dbx.exp (test_breakpoints): Update.
4313
4314 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4315
4316 * lib/gdb.exp (gdb_simple_compile): Add proc.
4317 (is_elf_target): Use gdb_simple_compile.
4318 (skip_altivec_tests): Likewise.
4319 (skip_vsx_tests): Likewise.
4320 (skip_tsx_tests): Likewise.
4321 (skip_btrace_tests): Likewise.
4322 (skip_btrace_pt_tests): Likewise.
4323 (gdb_can_simple_compile): Likewise.
4324 (gdb_has_argv0): Likewise.
4325 (gdb_target_symbol_prefix): Likewise.
4326 (target_supports_scheduler_locking): Likewise.
4327
4328 2018-09-13 Tom Tromey <tom@tromey.com>
4329
4330 * Makefile.in (TAGS): Recognize proc_with_prefix and
4331 gdb_caching_proc.
4332
4333 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4334
4335 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4336 method.
4337
4338 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4339
4340 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4341 and a few other Inferior properties when the Inferior is no
4342 longer valid.
4343
4344 2018-09-13 Tom Tromey <tom@tromey.com>
4345
4346 PR rust/23650:
4347 * gdb.rust/simple.exp: Add test for enum field access error.
4348
4349 2018-09-13 Tom Tromey <tom@tromey.com>
4350
4351 PR rust/23626:
4352 * gdb.rust/simple.rs (EmptyEnum): New type.
4353 (main): Use it.
4354 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4355
4356 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4357
4358 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4359 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4360 * gdb.python/py-symtab.exp: Update test printing an objfile.
4361
4362 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4363
4364 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4365 object.
4366
4367 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4368
4369 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4370 (support_complex_tests): Use gdb_can_simple_compile.
4371 (is_ilp32_target): Likewise.
4372 (is_lp64_target): Likewise.
4373 (is_64_target): Likewise.
4374 (is_amd64_regs_target): Likewise.
4375 (is_aarch32_target): Likewise.
4376 (gdb_int128_helper): Likewise.
4377
4378 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4379
4380 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4381
4382 2018-09-10 Jerome Guitton <guitton@adacore.com>
4383
4384 * gdb.ada/same_component_name: Add test for case of tagged record
4385 with variable-length fields.
4386
4387 2018-09-10 Xavier Roirand <roirand@adacore.com>
4388
4389 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4390 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4391 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4392 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4393
4394 2018-09-10 Xavier Roirand <roirand@adacore.com>
4395
4396 * gdb.ada/mi_string_access.exp: New testcase.
4397 * gdb.ada/mi_string_access/bar.adb: New file.
4398 * gdb.ada/mi_string_access/pck.adb: New file.
4399 * gdb.ada/mi_string_access/pck.asd: New file.
4400
4401 2018-09-10 Xavier Roirand <roirand@adacore.com>
4402
4403 * gdb.ada/mi_var_union.exp: New testcase.
4404 * gdb.ada/mi_var_union/bar.adb: New file.
4405 * gdb.ada/mi_var_union/pck.adb: New file.
4406 * gdb.ada/mi_var_union/pck.asd: New file.
4407
4408 2018-09-08 Tom Tromey <tom@tromey.com>
4409
4410 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4411
4412 2018-09-08 Tom Tromey <tom@tromey.com>
4413
4414 PR python/16047:
4415 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4416 (register_pretty_printers): Register new printer.
4417 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4418 test.
4419 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4420 (an_int_type3): New global.
4421
4422 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4423
4424 * gdb.ada/expr_with_funcall: New testcase.
4425
4426 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4427
4428 * gdb.ada/packed_array_assign: New testcase.
4429
4430 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4431
4432 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4433 names, and add test prefixes to make test names unique.
4434
4435 2018-09-05 Tom de Vries <tdevries@suse.de>
4436
4437 * gdb.dwarf2/varval.exp: Add test.
4438
4439 2018-09-04 Gary Benson <gbenson@redhat.com>
4440
4441 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4442 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4443
4444 2018-08-31 Tom Tromey <tom@tromey.com>
4445
4446 * gdb.rust/simple.rs: Rename second variable "v".
4447
4448 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4449
4450 * gdb.base/funcargs.c (use_a): New function.
4451 (recurse): Call use_a.
4452
4453 2018-08-29 Keith Seitz <keiths@redhat.com>
4454
4455 * gdb.compile/compile-cplus-anonymous.cc: New file.
4456 * gdb.compile/compile-cplus-anonymous.exp: New file.
4457 * gdb.compile/compile-cplus-array-decay.cc: New file.
4458 * gdb.compile/compile-cplus-array-decay.exp: New file.
4459 * gdb.compile/compile-cplus-inherit.cc: New file.
4460 * gdb.compile/compile-cplus-inherit.exp: New file.
4461 * gdb.compile/compile-cplus-member.cc: New file.
4462 * gdb.compile/compile-cplus-member.exp: New file.
4463 * gdb.compile/compile-cplus-method.cc: New file.
4464 * gdb.compile/compile-cplus-method.exp: New file.
4465 * gdb.compile/compile-cplus-mod.c: "New" file.
4466 * gdb.compile/compile-cplus-namespace.cc: New file.
4467 * gdb.compile/compile-cplus-namespace.exp: New file.
4468 * gdb.compile/compile-cplus-nested.cc: New file.
4469 * gdb.compile/compile-cplus-nested.exp: New file.
4470 * gdb.compile/compile-cplus-print.c: "New" file.
4471 * gdb.compile/compile-cplus-print.exp: "New" file.
4472 * gdb.compile/compile-cplus-virtual.cc: New file.
4473 * gdb.compile/compile-cplus-virtual.exp: New file.
4474 * gdb.compile/compile-cplus.c: "New" file.
4475 * gdb.compile/compile-cplus.exp: "New" file.
4476 * lib/compile-support.exp: New file.
4477
4478 2018-08-16 Gary Benson <gbenson@redhat.com>
4479
4480 PR gdb/13000:
4481 * gdb.base/batch-exit-status.exp: New file.
4482 * gdb.base/batch-exit-status.good-commands: Likewise.
4483 * gdb.base/batch-exit-status.bad-commands: Likewise.
4484
4485 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4486
4487 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4488 (struct struct02): Likewise.
4489 (struct struct03): Likewise.
4490 (struct struct04): Likewise.
4491 (struct struct_01_01): New struct.
4492 (struct struct_01_02): Likewise.
4493 (struct struct_01_03): Likewise.
4494 (struct struct_01_04): Likewise.
4495 (struct struct_02_01): Likewise.
4496 (struct struct_02_02): Likewise.
4497 (struct struct_02_03): Likewise.
4498 (struct struct_02_04): Likewise.
4499 (struct struct_04_01): Likewise.
4500 (struct struct_04_02): Likewise.
4501 (struct struct_04_03): Likewise.
4502 (struct struct_04_04): Likewise.
4503 (struct struct_05_01): Likewise.
4504 (struct struct_05_02): Likewise.
4505 (struct struct_05_03): Likewise.
4506 (struct struct_05_04): Likewise.
4507 (cmp_struct01): Remove function.
4508 (cmp_struct02): Likewise.
4509 (cmp_struct03): Likewise.
4510 (cmp_struct04): Likewise.
4511 (cmp_struct_01_01): Add Function.
4512 (cmp_struct_01_02): Likewise.
4513 (cmp_struct_01_03): Likewise.
4514 (cmp_struct_01_04): Likewise.
4515 (cmp_struct_02_01): Likewise.
4516 (cmp_struct_02_02): Likewise.
4517 (cmp_struct_02_03): Likewise.
4518 (cmp_struct_02_04): Likewise.
4519 (cmp_struct_04_01): Likewise.
4520 (cmp_struct_04_02): Likewise.
4521 (cmp_struct_04_03): Likewise.
4522 (cmp_struct_04_04): Likewise.
4523 (cmp_struct_05_01): Likewise.
4524 (cmp_struct_05_02): Likewise.
4525 (cmp_struct_05_03): Likewise.
4526 (cmp_struct_05_04): Likewise.
4527 (call_all): Add new structs.
4528 * gdb.base/infcall-nested-structs.exp: Likewise.
4529
4530 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4531
4532 * gdb.python/py-framefilter-mi.exp: Update regexp to
4533 check for "arch" field in frame output.
4534
4535 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4536
4537 * gdb.dwarf2/dw2-ranges-func.c: New file.
4538 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4539
4540 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4541
4542 * gdb.base/term.exp: Compare terminal settings with values from
4543 the inferior.
4544 * gdb.base/term.c: Get and set terminal settings.
4545
4546 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4547
4548 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4549 accommodate new "arch" field in frame output.
4550 * gdb.mi/mi-return.exp: Likewise.
4551 * gdb.mi/mi-stack.exp: Likewise.
4552 * gdb.mi/mi-syn-frame.exp: Likewise.
4553 * gdb.mi/user-selected-context-sync.exp: Likewise.
4554
4555 2018-08-19 Michael Spang <spang@google.com>
4556
4557 PR gdb/11786
4558 * gdb.base/gcore-tls-pie.c: New file.
4559 * gdb.base/gcore-tls-pie.exp: New file.
4560
4561 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4562
4563 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4564 * gdb.dwarf2/varval.c: New file.
4565 * gdb.dwarf2/varval.exp: New file.
4566
4567 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4568
4569 PR gdb/18931
4570 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4571
4572 2018-08-16 Keith Seitz <keiths@redhat.com>
4573
4574 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4575 tests expected to pass.
4576
4577 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4578
4579 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4580 -data-disassemble -a.
4581 (test_disassembly_bogus_args): Likewise.
4582
4583 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4584
4585 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4586
4587 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4588
4589 * gdb.base/vla-optimized-out.exp: Add new test.
4590
4591 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4592
4593 * gdb.base/vla-optimized-out-o3.exp: Delete.
4594 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4595 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4596 deleted tests.
4597
4598 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4599
4600 PR gdb/18050:
4601 * gdb.server/extended-remote-restart.c: New file.
4602 * gdb.server/extended-remote-restart.exp: New file.
4603
4604 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4605
4606 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4607 "set variable index = 42".
4608
4609 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4610
4611 * boards/index-cache-gdb.exp: New file.
4612 * gdb.dwarf2/index-cache.exp: New file.
4613 * gdb.dwarf2/index-cache.c: New file.
4614 * gdb.base/maint.exp: Check if we are using the index cache.
4615
4616 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4617
4618 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4619 MAKEFLAGS.
4620
4621 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4622
4623 * dg-extract-results.sh: Move to toplevel contrib.
4624 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4625 * Makefile.in (check-parallel-racy): Likewise.
4626
4627 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4628
4629 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4630 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4631 tests if the target supports scheduler locking.
4632
4633 2018-08-04 Tom de Vries <tdevries@suse.de>
4634
4635 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4636
4637 2018-08-02 Tom Tromey <tom@tromey.com>
4638
4639 PR symtab/16842.
4640 * gdb.cp/temargs.exp: Test "info address" of a template
4641 parameter.
4642
4643 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4644
4645 * gdb.python/py-mi-var-info-path-expression.c: New file.
4646 * gdb.python/py-mi-var-info-path-expression.py: New file.
4647 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4648
4649 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4650
4651 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4652 error after "cannot resolve name" string.
4653
4654 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4655
4656 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4657 started.
4658 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4659
4660 2018-07-28 Tom de Vries <tdevries@suse.de>
4661
4662 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4663
4664 2018-07-26 Tom de Vries <tdevries@suse.de>
4665
4666 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4667
4668 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4669
4670 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4671 is visible.
4672
4673 2018-07-26 Tom de Vries <tdevries@suse.de>
4674
4675 PR breakpoints/23366
4676 * gdb.base/catch-follow-exec.c: New test.
4677 * gdb.base/catch-follow-exec.exp: New file.
4678
4679 2018-07-25 Tom de Vries <tdevries@suse.de>
4680
4681 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4682 vla-optimized-out.c.
4683
4684 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4685
4686 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4687 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4688
4689 2018-07-20 Tom de Vries <tdevries@suse.de>
4690
4691 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4692 NOCLONE macro.
4693 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4694
4695 2018-07-19 Tom de Vries <tdevries@suse.de>
4696
4697 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4698 regular expression.
4699
4700 2018-07-18 Tom de Vries <tdevries@suse.de>
4701
4702 * gdb.base/vla-optimized-out.c: New test.
4703 * gdb.base/vla-optimized-out.exp: New file.
4704
4705 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4706
4707 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4708 message "No address associated with hostname" when gdbserver
4709 cannot resolve the hostname.
4710
4711 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4712
4713 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4714 Add some test prefixes to make tests unique.
4715
4716 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4717
4718 * gdb.base/frameapply.c: New file.
4719 * gdb.base/frameapply.exp: New file.
4720
4721 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4722
4723 * gdb.base/skip.exp: Update expected error message.
4724
4725 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4726 Jan Kratochvil <jan.kratochvil@redhat.com>
4727 Paul Fertser <fercerpav@gmail.com>
4728 Tsutomu Seki <sekiriki@gmail.com>
4729
4730 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4731 parameter.
4732 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4733 by default.
4734 * boards/native-gdbserver.exp: Likewise.
4735 * gdb.server/run-without-local-binary.exp: Improve regexp used
4736 for detecting when a remote debugging connection succeeds.
4737 * gdb.server/server-connect.exp: New file.
4738 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4739 Do not prefix the port number with ":".
4740 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4741 support for detecting and using it. Add '$debughost_gdbserver'
4742 to the list of arguments used to start gdbserver. Handle case
4743 when gdbserver cannot resolve a network name.
4744
4745 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4746
4747 PR c++/23373
4748 * gdb.base/ptype-offsets.cc (struct static_member): New
4749 struct.
4750 (main) <stmember>: New variable.
4751 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4752 with a static member in it.
4753
4754 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4755
4756 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4757 watchpoints enabled and disabled.
4758
4759 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4760
4761 * gdb.base/examine-backward.exp: Still run tests around address
4762 0x0, even if address 0x0 is not readable. Update the pattern for
4763 matching address 0x0 in expected output.
4764
4765 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4766
4767 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4768 malloc/free.
4769
4770 2018-07-04 Tom de Vries <tdevries@suse.de>
4771
4772 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4773
4774 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4775
4776 PR tdep/8282
4777 * gdb.arch/mips-disassembler-options.exp: New test.
4778 * gdb.arch/mips-disassembler-options.s: New test source.
4779
4780 2018-06-29 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.threads/names.exp: Adjust expected "info threads" output.
4783
4784 2018-06-29 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.opt/inline-break.exp (line number, address): Add "info
4787 break" tests.
4788
4789 2018-06-29 Pedro Alves <palves@redhat.com>
4790
4791 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4792 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4793 number and address and running to them.
4794
4795 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4796
4797 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4798
4799 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4800
4801 * lib/compiler.c: Remove executable permission flag.
4802
4803 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4804
4805 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4806 code.
4807 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4808
4809 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4810
4811 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4812
4813 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4814
4815 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4816 address argument is omitted.
4817
4818 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4819
4820 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4821
4822 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4823
4824 PR gdb/21695
4825 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4826 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4827
4828 2018-06-26 Tom Tromey <tom@tromey.com>
4829
4830 PR rust/22574:
4831 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4832 * gdb.rust/simple.rs (struct SimpleLayout): New.
4833
4834 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4835
4836 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4837 "info registers" output.
4838
4839 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4840
4841 * gdb.base/watchpoint-hw-attach.c: New test.
4842 * gdb.base/watchpoint-hw-attach.exp: New file.
4843
4844 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4845
4846 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4847 through /bin/sh.
4848 * boards/dwarf4-gdb-index.exp: Likewise.
4849 * boards/fission-dwp.exp: Likewise.
4850
4851 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4852
4853 * gdb.base/float128.exp: Add comment and improved fail message
4854 to the failure case of "print large128" test.
4855
4856 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4857
4858 * configure.ac: Remove AC_PREREQ.
4859 * configure: Re-generate.
4860
4861 2018-06-19 Pedro Alves <palves@redhat.com>
4862
4863 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4864 (func_extern_caller): New.
4865 (main): Call func_extern_caller.
4866 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4867 logic change.
4868
4869 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4870
4871 PR gdb/16841
4872 * gdb.cp/typedef-base.cc: New file.
4873 * gdb.cp/typedef-base.exp: New file.
4874
4875 2018-06-18 Tom de Vries <tdevries@suse.de>
4876
4877 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4878
4879 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4880 Richard Bunt <Richard.Bunt@arm.com>
4881
4882 * gdb.threads/attach-slow-waitpid.c: New file.
4883 * gdb.threads/attach-slow-waitpid.exp: New file.
4884 * gdb.threads/slow-waitpid.c: New file.
4885
4886 2018-06-14 Pedro Alves <palves@redhat.com>
4887
4888 * gdb.base/fork-running-state.c: Include <errno.h>.
4889 (exit_if_relative_exits): New.
4890 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4891 exits.
4892 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4893 child exits.
4894
4895 2018-06-14 Tom de Vries <tdevries@suse.de>
4896
4897 PR cli/22573
4898 * gdb.base/finish-pretty.c: New test.
4899 * gdb.base/finish-pretty.exp: New file.
4900
4901 2018-06-14 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4904 gdb's expected startup output.
4905
4906 2018-06-14 Pedro Alves <palves@redhat.com>
4907
4908 * lib/selftest-support.exp (selftest_setup): Remove inlined
4909 function handling.
4910
4911 2018-06-14 Tom de Vries <tdevries@suse.de>
4912
4913 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4914 matching of breakpoint printing.
4915
4916 2018-06-13 Tom de Vries <tdevries@suse.de>
4917
4918 PR testsuite/23269
4919 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4920 (fork_child): ... here, and ...
4921 (fork_parent): ... here.
4922
4923 2018-06-12 Tom de Vries <tdevries@suse.de>
4924
4925 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4926
4927 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4928 Stephen Roberts <stephen.roberts@arm.com>
4929
4930 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4931 rewrite test to describe action performed, rather than possible
4932 failure.
4933
4934 2018-06-08 Gary Benson <gbenson@redhat.com>
4935
4936 * gdb.threads/check-libthread-db.exp: New file.
4937 * gdb.threads/check-libthread-db.c: Likewise.
4938
4939 2018-06-05 Tom Tromey <tom@tromey.com>
4940
4941 * gdb.base/default.exp: Update expected "show version" output.
4942
4943 2018-06-05 Tom Tromey <tom@tromey.com>
4944
4945 PR cli/12326:
4946 * gdb.cp/static-print-quit.exp: Update.
4947 * lib/gdb.exp (pagination_prompt): Update.
4948 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4949 * gdb.python/python.exp: Update.
4950
4951 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4952
4953 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4954
4955 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4956
4957 * gdb.ada/bp_fun_addr: New testcase.
4958
4959 2018-06-01 Tom Tromey <tom@tromey.com>
4960
4961 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4962 results.
4963 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4964 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4965 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4966 * gdb.base/maint.exp (maint_pass_if): Update.
4967
4968 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4969
4970 * gdb.base/endian.exp: New test.
4971 * gdb.base/endian.c: New test source.
4972
4973 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4974
4975 PR gdb/23203
4976 * gdb.base/bt-selected-frame.c: New file.
4977 * gdb.base/bt-selected-frame.exp: New file.
4978 * lib/gdb.exp (get_current_frame_number): New function.
4979
4980 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4981 Pedro Alves <palves@redhat.com>
4982
4983 * gdb.threads/tls-core.c: Include <stdlib.h>
4984 (thread_proc): Call `abort'.
4985 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4986 (tls_core_test): New procedure, bits factored out from ...
4987 (top level): ... here. Test both native cores and gcore cores.
4988
4989 2018-05-23 Tom Tromey <tom@tromey.com>
4990
4991 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4992
4993 2018-05-23 Tom Tromey <tom@tromey.com>
4994
4995 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4996 symfile_complaints.
4997 (test_short_complaints): Likewise.
4998 (test_empty_complaints): Likewise.
4999 (test_initial_complaints): Update.
5000
5001 2018-05-23 Tom Tromey <tom@tromey.com>
5002
5003 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5004
5005 2018-05-23 Tom Tromey <tom@tromey.com>
5006
5007 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5008 (test_short_complaints): Update.
5009
5010 2018-05-22 Pedro Alves <palves@redhat.com>
5011
5012 * gdb.base/remote.exp: Only gdb_start after compiling the
5013 testcase. Issue "disconnect" before testing "set remote" command
5014 defaults. Issue clean_restart before running to main.
5015
5016 2018-05-22 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.base/remote.exp: Adjust expected output of "show remote
5019 memory-write-packet-size". Add tests for "set remote
5020 memory-write-packet-size 0" and "set remote
5021 memory-write-packet-size fixed/limit".
5022
5023 2018-05-22 Pedro Alves <palves@redhat.com>
5024
5025 PR gdb/22973
5026 * gdb.base/utf8-identifiers.c: New file.
5027 * gdb.base/utf8-identifiers.exp: New file.
5028
5029 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5030
5031 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5032
5033 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5034
5035 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5036
5037 2018-05-18 Tom Tromey <tom@tromey.com>
5038
5039 * gdb.base/ptype-offsets.exp: Update.
5040
5041 2018-05-17 Keith Seitz <keiths@redhat.com>
5042
5043 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5044 in expected breakpoint stop locations.
5045 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5046 move to proper scope to test variable values.
5047 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5048 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5049 New functions.
5050 (main): Call not_inline_func3.
5051 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5052 inline_func1, inline_func2, and inline_func3. Test that when each
5053 breakpoint is hit, GDB properly reports both the stop location
5054 and the backtrace. Repeat tests for temporary breakpoints.
5055
5056 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5057
5058 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5059 rather then trying to access it in determining whether the PID
5060 of `gdbserver' could have been retrieved.
5061
5062 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5063
5064 * gdb.arch/amd64-init-x87-values.S: New file.
5065 * gdb.arch/amd64-init-x87-values.exp: New file.
5066
5067 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5068
5069 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5070
5071 2018-05-04 Tom Tromey <tom@tromey.com>
5072
5073 PR python/22730:
5074 * gdb.python/python.exp: Test multi-line execute.
5075
5076 2018-05-04 Tom Tromey <tom@tromey.com>
5077
5078 PR python/22731:
5079 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5080
5081 2018-05-04 Tom Tromey <tom@tromey.com>
5082
5083 PR gdb/11750:
5084 * gdb.base/define.exp: Test defining a user command inside a user
5085 command.
5086 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5087
5088 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5089 Pedro Alves <palves@redhat.com>
5090
5091 PR breakpoints/19806 and support for PR external/20207.
5092 * gdb.base/watchpoint-unaligned.c: New file.
5093 * gdb.base/watchpoint-unaligned.exp: New file.
5094
5095 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 * gdb.base/maint.exp: Make test names unique, use
5098 test_prefix_command_help to test 'help maint info', and remove
5099 repeated test of 'help maint'.
5100
5101 2018-05-04 Tom Tromey <tom@tromey.com>
5102
5103 PR gdb/22619:
5104 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5105 behavior.
5106
5107 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5108
5109 * gdb.base/maint.exp: Process output from 'maint print registers'
5110 line at a time.
5111
5112 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5113
5114 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5115 timeout.
5116
5117 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5118
5119 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5120 filter pattern.
5121
5122 2018-05-02 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5125 to_log_command renames.
5126 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5127
5128 2018-05-02 Tom Tromey <tom@tromey.com>
5129
5130 * gdb.python/py-parameter.exp: Set test message.
5131
5132 2018-05-02 Tom Tromey <tom@tromey.com>
5133
5134 PR python/20084:
5135 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5136 PARAM_ZUINTEGER_UNLIMITED tests.
5137
5138 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5139
5140 PR rust/23124
5141 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5142 when casting.
5143
5144 2018-04-30 Tom Tromey <tom@tromey.com>
5145
5146 * gdb.python/py-type.exp: Check align attribute.
5147 * gdb.python/py-type.c: New "aligncheck" global.
5148
5149 2018-04-30 Tom Tromey <tom@tromey.com>
5150
5151 PR exp/17095:
5152 * gdb.dwarf2/dw2-align.exp: New file.
5153 * gdb.cp/align.exp: New file.
5154 * gdb.base/align.exp: New file.
5155 * lib/gdb.exp (gdb_int128_helper): New proc.
5156 (has_int128_c, has_int128_cxx): New caching procs.
5157
5158 2018-04-27 Tom Tromey <tom@tromey.com>
5159
5160 PR rust/22545:
5161 * gdb.rust/simple.exp: Add inclusive range tests.
5162
5163 2018-04-26 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5166 ifunc breakpoint locations correctly of ifunc breakpoints set
5167 while the program resolves the ifunc.
5168
5169 2018-04-26 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.base/gnu-ifunc-final.c: New file.
5172 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5173 * gdb.base/gnu-ifunc.exp (executable): Delete.
5174 (staticexecutable): Adjust.
5175 (lib_opts, exec_opts): Delete.
5176 (make_binsuffix, build, set-break): New procedures.
5177 (misc_tests): New, with tests factored out from the top level.
5178 (top level): Test different combinations of ifunc resolver name,
5179 resolver with and with debug info, and ifunc target with and
5180 without debug info. Wrap static tests with with_target_prefix.
5181
5182 2018-04-26 Pedro Alves <palves@redhat.com>
5183
5184 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5185 return type" warnings.
5186
5187 2018-04-25 Pedro Alves <palves@redhat.com>
5188
5189 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5190 killed".
5191 * gdb.base/kill-after-signal.exp: Likewise.
5192 * gdb.threads/kill.exp: Likewise.
5193
5194 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5195 Sergio Durigan Junior <sergiodj@redhat.com>
5196 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5199 regexps to expect for '[Inferior ... detached]' as well.
5200 * gdb.base/attach.exp: Likewise.
5201 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5202 "gdb_continue_to_end".
5203 (test_catch_syscall_with_wrong_args): Likewise.
5204 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5205 ']'. Don't set 'verbose' on.
5206 * gdb.base/foll-vfork.exp: Likewise.
5207 * gdb.base/fork-print-inferior-events.c: New file.
5208 * gdb.base/fork-print-inferior-events.exp: New file.
5209 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5210 '[Inferior ... has been killed]' message.
5211 * gdb.base/kill-after-signal.exp: Likewise.
5212 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5213 detach message.
5214 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5215 message.
5216 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5217 regexps to expect for '[Inferior ... detached]' as well.
5218 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5219
5220 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5221
5222 PR gdb/23104
5223 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5224
5225 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5226
5227 PR gdb/23095
5228 * gdb.base/break-probes.exp: Pass shlib_load to
5229 prepare_for_testing. Set normal_bp to r_debug_state if target is
5230 bsd.
5231
5232 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5233
5234 * gdb.threads/multiple-successive-infcall.c: New test.
5235 * gdb.threads/multiple-successive-infcall.exp: New file.
5236
5237 2018-04-17 Tom Tromey <tom@tromey.com>
5238
5239 * gdb.rust/simple.rs (Union): New type.
5240 (main): New local "u".
5241 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5242
5243 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5244
5245 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5246 number information in output of "whereis" command.
5247 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5248
5249 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5250
5251 * gdb.ada/info_types.exp: Adjust expected output to the line
5252 numbers now printed by "info var/func/type".
5253 * gdb.base/completion.exp: Likewise.
5254 * gdb.base/included.exp: Likewise.
5255 * gdb.cp/cp-relocate.exp: Likewise.
5256 * gdb.cp/cplusfuncs.exp: Likewise.
5257 * gdb.cp/namespace.exp: Likewise.
5258 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5259
5260 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5261
5262 * gdb.btrace/cpu.exp: New.
5263
5264 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5265
5266 * gdb.base/step-indirect-call-thunk.exp: New.
5267 * gdb.base/step-indirect-call-thunk.c: New.
5268 * gdb.reverse/step-indirect-call-thunk.exp: New.
5269 * gdb.reverse/step-indirect-call-thunk.c: New.
5270
5271 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5272
5273 * gdb.base/pie-fork.c: New file.
5274 * gdb.base/pie-fork.exp: New file.
5275
5276 2018-04-11 Tom Tromey <tom@tromey.com>
5277
5278 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5279
5280 2018-04-10 Pedro Alves <palves@redhat.com>
5281
5282 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5283 exits. Instead loop running forever.
5284 (fork_parent): Run forever too.
5285
5286 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5287
5288 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5289 mi_continue_to_line.
5290 * gdb.mi/mi-stack.c (callee4): Add comment.
5291
5292 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5293
5294 * gdb.mi/mi-stack.exp: Fix indentation.
5295
5296 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5297
5298 PR gdb/22979
5299 * gdb.arch/amd64-osabi.exp: New file.
5300
5301 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5302
5303 PR gdb/22980
5304 * gdb.base/osabi.exp: New file.
5305
5306 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5307
5308 * gdb.cp/static-typedef-print.exp: New file.
5309 * gdb.cp/static-typedef-print.cc: New file.
5310
5311 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5312
5313 * gdb.ada/varsize_limit: New testcase.
5314
5315 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5316
5317 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5318
5319 * gdb.ada/notcplusplus: New testcase.
5320
5321 * gdb.base/c-linkage-name.c: New file.
5322 * gdb.base/c-linkage-name.exp: New testcase.
5323
5324 2018-03-26 Tom Tromey <tom@tromey.com>
5325
5326 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5327 * gdb.python/py-framefilter.py (name_error): New global.
5328 (ErrorInName.function): Use name_error.
5329
5330 2018-03-26 Tom Tromey <tom@tromey.com>
5331
5332 PR backtrace/15582:
5333 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5334
5335 2018-03-23 Keith Seitz <keiths@redhat.com>
5336
5337 PR c++/22968
5338 * gdb.cp/subtypes.exp: New file.
5339 * gdb.cp/subtypes.h: New file.
5340 * gdb.cp/subtypes.cc: New file.
5341 * gdb.cp/subtypes-2.cc: New file.
5342
5343 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5346 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5347 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5348 -nostartfiles when compiling the test. Confirm that all registers
5349 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5350
5351 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5352
5353 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5354 option, syntax was wrong anyway.
5355 * gdb.arch/arm-disp-step.exp: Likewise.
5356 * gdb.arch/sparc64-regs.exp: Likewise.
5357 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5358 option, syntax was wrong anyway, switch to use
5359 prepare_for_testing.
5360 * gdb.arch/i386-disp-step.exp: Likewise.
5361
5362 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5363
5364 * gdb.ada/exec_changed.exp: Replace "target_info exists
5365 use_gdb_stub" by "use_gdb_stub".
5366 * gdb.ada/start.exp: Likewise.
5367 * gdb.base/async-shell.exp: Likewise.
5368 * gdb.base/attach-pie-misread.exp: Likewise.
5369 * gdb.base/attach-wait-input.exp: Likewise.
5370 * gdb.base/break-entry.exp: Likewise.
5371 * gdb.base/break-interp.exp: Likewise.
5372 * gdb.base/dprintf-detach.exp: Likewise.
5373 * gdb.base/nostdlib.exp: Likewise.
5374 * gdb.base/solib-nodir.exp: Likewise.
5375 * gdb.base/statistics.exp: Likewise.
5376 * gdb.base/testenv.exp: Likewise.
5377 * gdb.mi/mi-exec-run.exp: Likewise.
5378 * gdb.mi/mi-start.exp: Likewise.
5379 * gdb.multi/dummy-frame-restore.exp: Likewise.
5380 * gdb.multi/multi-arch-exec.exp: Likewise.
5381 * gdb.multi/multi-arch.exp: Likewise.
5382 * gdb.multi/tids.exp: Likewise.
5383 * gdb.multi/watchpoint-multi.exp: Likewise.
5384 * gdb.python/py-events.exp: Likewise.
5385 * gdb.threads/attach-into-signal.exp: Likewise.
5386 * gdb.threads/attach-stopped.exp: Likewise.
5387 * gdb.threads/threadapply.exp: Likewise.
5388 * lib/selftest-support.exp: Likewise.
5389
5390 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5391
5392 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5393
5394 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5395
5396 * gdb.perf/template-breakpoints.cc: New file.
5397 * gdb.perf/template-breakpoints.exp: New file.
5398 * gdb.perf/template-breakpoints.py: New file.
5399
5400 2018-03-19 Tom Tromey <tom@tromey.com>
5401
5402 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5403 y0.
5404 * gdb.rust/simple.exp: Test bare identifier form of struct
5405 initializer.
5406
5407 2018-03-19 Tom Tromey <tom@tromey.com>
5408
5409 * gdb.gdb/observer.exp: Remove.
5410
5411 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5412
5413 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5414 "qualified" option when setting breakpoints.
5415 * gdb.trace/backtrace.exp: Likewise.
5416 * gdb.trace/circ.exp: Likewise.
5417 * gdb.trace/collection.exp: Likewise.
5418 * gdb.trace/disconnected-tracing.exp: Likewise.
5419 * gdb.trace/ftrace-lock.exp: Likewise.
5420 * gdb.trace/ftrace.exp: Likewise.
5421 * gdb.trace/infotrace.exp: Likewise.
5422 * gdb.trace/packetlen.exp: Likewise.
5423 * gdb.trace/passc-dyn.exp: Likewise.
5424 * gdb.trace/qtro.exp: Likewise.
5425 * gdb.trace/read-memory.exp: Likewise.
5426 * gdb.trace/report.exp: Likewise.
5427 * gdb.trace/signal.exp: Likewise.
5428 * gdb.trace/status-stop.exp: Likewise.
5429 * gdb.trace/strace.exp: Likewise.
5430 * gdb.trace/tfind.exp: Likewise.
5431 * gdb.trace/trace-break.exp: Likewise.
5432 * gdb.trace/trace-condition.exp: Likewise.
5433 * gdb.trace/trace-mt.exp: Likewise.
5434 * gdb.trace/tstatus.exp: Likewise.
5435 * gdb.trace/tsv.exp: Likewise.
5436 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5437 * gdb.trace/unavailable.exp: Likewise.
5438 * gdb.trace/while-dyn.exp: Likewise.
5439
5440 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5441
5442 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5443 that libinproctrace is copied to the target.
5444
5445 2018-03-14 Tom Tromey <tom@tromey.com>
5446
5447 PR cli/14977:
5448 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5449 a null pointer.
5450 * gdb.base/wchar.exp: Likewise.
5451
5452 2018-03-14 Tom Tromey <tom@tromey.com>
5453
5454 PR cli/19918:
5455 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5456 flag.
5457
5458 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5459
5460 PR gdb/22841
5461 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5462 "target" to remote_exec.
5463
5464 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5465
5466 PR gdb/22841
5467 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5468 ${board}_upload): Remove.
5469
5470 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5471
5472 * gdb.cp/watch-cp.cc: New test.
5473 * gdb.cp/watch-cp.exp: New file.
5474
5475 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5476
5477 * gdb.base/infcall-nested-structs.exp: New file.
5478 * gdb.base/infcall-nested-structs.c: New file.
5479 * gdb.base/float.exp: Add riscv support.
5480
5481 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5482
5483 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5484 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5485
5486 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5487
5488 * gdb.server/abspath.exp: New file.
5489 * lib/gdb.exp (with_cwd): New procedure.
5490
5491 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5492
5493 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5494 use it.
5495 (gdb_is_target_remote_prompt): New proc.
5496 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5497 (gdb_is_target_native): Pass prompt parameter to
5498 gdb_is_target_1.
5499
5500 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5501
5502 * gdb.base/load-command.c: New file.
5503 * gdb.base/load-command.exp: New file.
5504 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5505 (gdb_is_target_1): ...this, and generalize for other targets
5506 than just remote.
5507 (gdb_is_target_remote): Use gdb_is_target_1.
5508 (gdb_is_target_native): use gdb_is_target_1.
5509
5510 2018-02-26 Tom Tromey <tom@tromey.com>
5511
5512 PR python/16497:
5513 * gdb.python/py-framefilter.exp: Update test.
5514
5515 2018-02-26 Tom Tromey <tom@tromey.com>
5516
5517 * gdb.dwarf2/variant.c: New file.
5518 * gdb.dwarf2/variant.exp: New file.
5519
5520 2018-02-26 Tom Tromey <tom@tromey.com>
5521
5522 * gdb.rust/simple.exp: Accept more possible results in enum test.
5523
5524 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5525
5526 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5527 parentheses.
5528
5529 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5530
5531 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5532 name of a variable: $actual_linejj -> $actual_line.
5533
5534 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5535
5536 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5537
5538 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5539
5540 * gdb.btrace/buffer-size.exp: Do not force BTS.
5541
5542 2018-02-14 Pedro Alves <palves@redhat.com>
5543
5544 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5545 getting a "Quit".
5546
5547 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5548
5549 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5550 Fix test name.
5551
5552 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5553
5554 * gdb.cp/m-static.exp: Check type of optimized out static
5555 member.
5556
5557 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5558
5559 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5560 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5561
5562 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5563 Leszek Swirski <leszeks@google.com>
5564
5565 * gdb.python/py-prettyprint.c
5566 (struct to_string_returns_value_inner,
5567 struct to_string_returns_value_wrapper): New.
5568 (main): Add tsrvw variable.
5569 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5570 ToStringReturnsValueWrapper): New classes.
5571 (register_pretty_printers): Register new pretty-printers.
5572 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5573 recursive pretty printer.
5574 * gdb.python/py-mi.exp: Likewise.
5575
5576 2018-02-01 Leszek Swirski <leszeks@google.com>
5577
5578 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5579 functions with the same name as an include file are parsed
5580 correctly.
5581
5582 2018-02-01 Yao Qi <yao.qi@linaro.org>
5583
5584 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5585 "\[^\r\n\]*".
5586
5587 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5588
5589 * gdb.arch/powerpc-prologue-frame.s: New file.
5590 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5591 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5592
5593 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5594
5595 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5596
5597 2018-01-30 Pedro Alves <palves@redhat.com>
5598
5599 PR gdb/13211
5600 * gdb.base/interrupt-daemon.c: New.
5601 * gdb.base/interrupt-daemon.exp: New.
5602 * gdb.multi/multi-term-settings.c: New.
5603 * gdb.multi/multi-term-settings.exp: New.
5604
5605 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.base/break.exp: Save the location where the breakpoint
5608 on break.c:47 was actually inserted when debugging the version
5609 compiled at -O2 and use it in the expected output of the "info
5610 break" test performed soon after.
5611
5612 2018-01-22 Pedro Alves <palves@redhat.com>
5613 Sergio Durigan Junior <sergiodj@redhat.com>
5614
5615 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5616 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5617
5618 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5619
5620 * gdb.base/break-include.c, gdb.base/break-include.inc,
5621 gdb.base/break-include.exp: New files.
5622 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5623 line number now being the actual line number where the breakpoint
5624 was inserted.
5625 * gdb.mi/mi-break.exp: Likewise.
5626 * gdb.mi/mi-reverse.exp: Likewise.
5627 * gdb.mi/mi-simplerun.exp: Ditto.
5628
5629 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5630
5631 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5632 varobj.
5633 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5634
5635 2018-01-21 Don Breazeal <donb@codesourcery.com>
5636 Andrew Burgess <andrew.burgess@embecosm.com>
5637
5638 * gdb.mi/basics.c: Add new global.
5639 * gdb.mi/mi-frame-regs.exp: New file.
5640 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5641 case.
5642
5643 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5644
5645 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5646 non-parameter, and on an unknown symbol.
5647
5648 2018-01-19 Tom Tromey <tom@tromey.com>
5649
5650 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5651 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5652
5653 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5654
5655 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5656 setrlimit and chdir to int.
5657
5658 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5659
5660 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5661 function.
5662 (my_tend): Likewise.
5663 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5664 rationale of avoiding FP- and vector instructions.
5665
5666 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5667
5668 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5669 "info reg" with "\[ \t\]*".
5670 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5671 "\[ \t\]+".
5672 * gdb.arch/s390-multiarch.exp: Ditto.
5673 * gdb.base/pc-fp.exp: Ditto.
5674 * gdb.reverse/i386-precsave.exp: Ditto.
5675 * gdb.reverse/i386-reverse.exp: Ditto.
5676 * gdb.reverse/i387-env-reverse.exp: Ditto.
5677 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5678
5679 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5680
5681 * lib/gdb.exp (gdb_compile): Re-enable use of
5682 universal_compile_options for languages other than Rust.
5683
5684 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5685
5686 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5687
5688 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5689
5690 PR gdb/16577
5691 * gdb.base/solib-vanish.exp: New.
5692 * gdb.base/solib-vanish-main.c: New.
5693 * gdb.base/solib-vanish-lib1.c: New.
5694 * gdb.base/solib-vanish-lib2.c: New.
5695
5696 2018-01-17 Yao Qi <yao.qi@linaro.org>
5697
5698 * gdb.compile/compile.exp: Match the address printed for
5699 frame in the output of command "bt".
5700
5701 2018-01-15 Tom Tromey <tom@tromey.com>
5702
5703 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5704 compute sp_reg.
5705
5706 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5707
5708 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5709 to prepare.
5710 (prepare): Return 0 on error, 1 on success.
5711
5712 2018-01-12 Pedro Alves <palves@redhat.com>
5713
5714 * gdb.base/continue-after-aborted-step-over.c: New.
5715 * gdb.base/continue-after-aborted-step-over.exp: New.
5716
5717 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5718
5719 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5720 options when not creating an executable.
5721
5722 2018-01-11 Pedro Alves <palves@redhat.com>
5723
5724 PR remote/22597
5725 * gdb.server/stop-reply-no-thread.c: New file.
5726 * gdb.server/stop-reply-no-thread.exp: New file.
5727
5728 2018-01-10 Pedro Alves <palves@redhat.com>
5729
5730 PR gdb/22670
5731 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5732 functions too. Test setting breakpoints and printing C functions
5733 with no debug info too.
5734 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5735
5736 2018-01-10 Pedro Alves <palves@redhat.com>
5737
5738 PR gdb/22670
5739 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5740 a fail.
5741
5742 2018-01-10 Pedro Alves <palves@redhat.com>
5743
5744 PR gdb/22670
5745 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5746
5747 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5748
5749 * gdb.server/unittest.exp: Match the output in non-development
5750 mode.
5751
5752 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5753
5754 * gdb.gdb/unittest.exp: Match output in non-development mode.
5755
5756 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5757
5758 * gdb.ada/access_tagged_param.exp: Relax expected output
5759 for value of "ObjL" in "continue" to pck.inspect breakpoint
5760 test.
5761
5762 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5763
5764 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5765 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5766
5767 2018-01-05 Pedro Alves <palves@redhat.com>
5768
5769 PR gdb/18653
5770 * gdb.base/libsegfault.exp: New.
5771
5772 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5773
5774 PR gdb/22670
5775 * gdb.ada/access_tagged_param.exp: New file.
5776 * gdb.ada/access_tagged_param/foo.adb: New file.
5777
5778 2018-01-05 Pedro Alves <palves@redhat.com>
5779
5780 PR gdb/22670
5781 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5782 exercise lower case too, and to exercise both full matching and
5783 wild matching.
5784
5785 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5786
5787 * gdb.ada/rename_subscript_param: New testcase.
5788
5789 2018-01-05 Jerome Guitton <guitton@adacore.com>
5790
5791 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5792
5793 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5794
5795 * gdb.ada/convvar_comp: New testcase.
5796
5797 2018-01-05 Xavier Roirand <roirand@adacore.com>
5798
5799 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5800 (My_Table): New global variable.
5801 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5802
5803 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5804
5805 PR gdb/22670
5806 * gdb.ada/maint_with_ada: New testcase.
5807
5808 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5809
5810 PR gdb/22670
5811 * gdb.ada/bp_c_mixed_case: New testcase.
5812
5813 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5814
5815 PR gdb/22670
5816 * gdb.ada/complete.exp: Add "complete break ada" test.
5817
5818 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5819
5820 PR gdb/22670
5821 * gdb.ada/info_addr_mixed_case: New testcase.
5822
5823 2018-01-03 Xavier Roirand <roirand@adacore.com>
5824
5825 * gdb.ada/excep_handle.exp: New testcase.
5826 * gdb.ada/excep_handle/foo.adb: New file.
5827 * gdb.ada/excep_handle/pck.ads: New file.
5828
5829 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5830
5831 * gdb.base/step-line.c: Add extra empty line in copyright header.
5832 * gdb.base/step-line.inp: Likewise.
5833
5834 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5835
5836 * gdb.ada/dyn_stride.exp: Add slice test.
5837
5838 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5839
5840 * gdb.ada/dyn_stride: New testcase.
5841
5842 2017-12-27 Stafford Horne <shorne@gmail.com>
5843
5844 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5845 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5846
5847 2017-12-27 Stafford Horne <shorne@gmail.com>
5848
5849 * gdb.base/reggroups.c: New file.
5850 * gdb.base/reggroups.exp: New file.
5851
5852 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5853
5854 * gdb.dwarf2/ada-valprint-error.c: New file.
5855 * gdb.dwarf2/ada-valprint-error.exp: New file.
5856
5857 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5858
5859 * gdb.ada/assign_arr: New testcase.
5860
5861 2017-12-18 Xavier Roirand <roirand@adacore.com>
5862
5863 * gdb.ada/funcall_ptr: New testcase.
5864
5865 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5866
5867 PR cli/16224
5868 * gdb.base/ptype-offsets.cc: New file.
5869 * gdb.base/ptype-offsets.exp: New file.
5870
5871 2017-12-15 Yao Qi <yao.qi@linaro.org>
5872
5873 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5874 if XML is disabled.
5875
5876 2017-12-15 Xavier Roirand <roirand@adacore.com>
5877
5878 * gdb.ada/same_component_name: New testcase.
5879
5880 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5881
5882 * gdb.ada/str_binop_equal: New testcase.
5883
5884 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5885
5886 * gdb.ada/task_switch_in_core: New testcase.
5887
5888 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5889
5890 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5891 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5892 call test_bkpt_qualified.
5893 (test_bkpt_qualified): New proc.
5894
5895 2017-12-13 Pedro Alves <palves@redhat.com>
5896
5897 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5898 Tighten regexp by matching with an anchor.
5899
5900 2017-12-13 Pedro Alves <palves@redhat.com>
5901
5902 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5903 ("expression with namespace"): New set of tests.
5904 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5905 (Nested::Test_NS::qux): New.
5906 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5907 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5908
5909 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5910
5911 * gdb.base/server-del-break.c: New file.
5912 * gdb.base/server-del-break.exp: New file.
5913
5914 2017-12-12 Stafford Horne <shorne@gmail.com>
5915
5916 * gdb.xml/tdesc-regs.exp: Add or1k support.
5917
5918 2017-12-12 Stafford Horne <shorne@gmail.com>
5919
5920 * gdb.base/bp-permanent.c: Define nop of or1k.
5921
5922 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5923
5924 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5925 output with components being reordered.
5926
5927 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5928
5929 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5930 output with components being reordered.
5931
5932 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5933 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.base/maint.exp (check for .gdb_index): Check also for
5936 .debug_names.
5937 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5938 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5939 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5940 (.gdb_index used after symbol reloading): Support also .debug_names.
5941 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5942
5943 2017-12-08 Yao Qi <yao.qi@linaro.org>
5944
5945 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5946 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5947
5948 2017-12-08 Yao Qi <yao.qi@linaro.org>
5949
5950 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5951 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5952
5953 2017-12-08 Yao Qi <yao.qi@linaro.org>
5954
5955 * gdb.arch/aarch64-tagged-pointer.c: New file.
5956 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5957
5958 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5959
5960 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5961 "int".
5962
5963 2017-12-07 Keith Seitz <keiths@redhat.com>
5964
5965 PR breakpoints/22569
5966 * gdb.linespec/ls-errs.exp: Change expected result of "break
5967 -source this file has spaces.c -line 3".
5968 Check that an explicit source file followed by whitespace is
5969 identified as an invalid explicit location.
5970
5971 2017-12-07 Keith Seitz <keiths@redhat.com>
5972
5973 * gdb.cp/nested-types.cc: New file.
5974 * gdb.cp/nested-types.exp: New file.
5975 * lib/cp-support.exp: Load data-structures.exp library.
5976 (debug_cp_test_ptype_class): New global.
5977 (cp_ptype_class_verbose, next_line): New procedures.
5978 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5979 Add and document new return value.
5980 Switch the list of lines to a queue.
5981 Add support for new `type' key for nested type definitions.
5982 Add debugging/troubleshooting messages.
5983 * lib/data-structures.exp: New file.
5984
5985 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5986
5987 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5988 with proc_with_prefix, don't use with_test_prefix.
5989
5990 2017-12-07 Tom Tromey <tom@tromey.com>
5991
5992 * gdb.base/break.exp: Add test for empty "commands".
5993
5994 2017-12-07 Yao Qi <yao.qi@linaro.org>
5995
5996 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5997 malloc and catch syscall.
5998
5999 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6000
6001 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6002 tests for explicit locations.
6003
6004 2017-12-06 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6007 force-disabling XML descriptions.
6008
6009 2017-12-04 Pedro Alves <palves@redhat.com>
6010
6011 PR gdb/22499
6012 * gdb.arch/amd64-disp-step-avx.S: New file.
6013 * gdb.arch/amd64-disp-step-avx.exp: New file.
6014
6015 2017-12-03 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6018 and <string.h>.
6019 (parent_function): Print distinct messages when waitpid fails, or
6020 the child exits with a signal, or the child exits for an unhandled
6021 reason.
6022 * gdb.threads/process-dies-while-detaching.exp
6023 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6024 it. Wait for both inferior output and GDB's prompt. Use an
6025 indirect spawn id list.
6026 (do_detach): New parameter 'child_exit'. Use it to compute
6027 expected inferior output.
6028 (test_detach, test_detach_watch, test_detach_killed_outside):
6029 Adjust to pass down the expected child exit kind.
6030
6031 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6032 Sergio Durigan Junior <sergiodj@redhat.com>
6033 Pedro Alves <palves@redhat.com>
6034
6035 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6036
6037 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6038
6039 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6040 to 'symbol-file' and 'add-symbol-file' can be
6041 position-independent.
6042
6043 2017-12-01 Yao Qi <yao.qi@linaro.org>
6044
6045 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6046 the URL in copyright header.
6047 * gdb.arch/aarch64-fp.exp: Likewise.
6048 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6049 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6050 * gdb.base/expand-psymtabs.exp: Likewise.
6051 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6052 * gdb.fortran/common-block.exp: Likewise.
6053 * gdb.fortran/common-block.f90: Likewise.
6054 * gdb.fortran/logical.exp: Likewise.
6055 * gdb.fortran/vla-datatypes.f90: Likewise.
6056 * gdb.fortran/vla-sub.f90: Likewise.
6057
6058 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6059
6060 * gdb.ada/repeat_dyn: New testcase.
6061
6062 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6063
6064 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6065 Update for changed thread numbering.
6066 * gdb.cell/bt.exp: Update for changed GDB output.
6067
6068 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6069
6070 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6071 setting isremote by hand.
6072 * boards/dwarf4-gdb-index.exp: Likewise.
6073 * boards/fission.exp: Likewise.
6074 * boards/stabs.exp: Likewise.
6075
6076 2017-11-30 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.linespec/cpls-ops.exp
6079 (check_explicit_skips_function_argument): Extract the underlying
6080 type of size_t instead of hardcoding it.
6081
6082 2017-11-29 Pedro Alves <palves@redhat.com>
6083
6084 PR c++/19436
6085 * gdb.linespec/cpls-abi-tag.cc: New file.
6086 * gdb.linespec/cpls-abi-tag.exp: New file.
6087
6088 2017-11-29 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.base/langs.exp: Use -qualified.
6091 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6092 it.
6093 * gdb.cp/namespace.exp: Use -qualified.
6094 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6095 (overload-3, template-overload, template-ret-type, const-overload)
6096 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6097 procedures.
6098 (test_driver): Call them.
6099 * gdb.cp/save-bp-qualified.cc: New.
6100 * gdb.cp/save-bp-qualified.exp: New.
6101 * gdb.linespec/explicit.exp: Test -qualified.
6102 * lib/completion-support.exp (completion::explicit_opts_list): Add
6103 "-qualified".
6104 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6105
6106 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6107
6108 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6109
6110 2017-11-29 Tom Tromey <tom@tromey.com>
6111
6112 * gdb.base/relocate.exp: Update invalid argument test.
6113 Add new tests for invalid arguments.
6114
6115 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6116
6117 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6118 Return 0 as a long.
6119 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6120
6121 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6122
6123 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6124 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6125 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6126 func ().
6127 * gdb.cp/shadow.cc (B.func): Return 0.
6128
6129 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6130
6131 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6132 expected output in gdb_expect call to allow the exception
6133 message to be present as well. Fix syntax confusion to avoid
6134 TCL thinking that exception_name is an array.
6135
6136 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6137
6138 * gdb.arch/spu-info.c: Include <unistd.h>.
6139 (do_signal_test): Fix broken calls to write.
6140 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6141 Fix checks for empty mailboxes. Update signal tests for corrected
6142 do_signal_test routine. Allow nonzero event status.
6143 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6144 * gdb.cell/arch.exp: Use standard_output_file.
6145 * gdb.cell/break.exp: Likewise.
6146 * gdb.cell/bt.exp: Likewise.
6147 * gdb.cell/core.exp: Likewise.
6148 * gdb.cell/dwarfaddr.exp: Likewise.
6149 * gdb.cell/ea-cache.exp: Likewise.
6150 * gdb.cell/ea-standalone.exp: Likewise.
6151 * gdb.cell/f-regs.exp: Likewise.
6152 * gdb.cell/fork.exp: Likewise.
6153 * gdb.cell/gcore.exp: Likewise.
6154 * gdb.cell/mem-access.exp: Likewise.
6155 * gdb.cell/ptype.exp: Likewise.
6156 * gdb.cell/registers.exp: Likewise.
6157 * gdb.cell/sizeof.exp: Likewise.
6158 * gdb.cell/solib-symbol.exp: Likewise.
6159 * gdb.cell/solib.exp: Likewise.
6160
6161 2017-11-25 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.base/complete-empty.exp: New file.
6164 * gdb.base/completion.exp: Adjust.
6165
6166 2017-11-25 Pedro Alves <palves@redhat.com>
6167
6168 * gdb.linespec/cpls-ops.cc: New file.
6169 * gdb.linespec/cpls-ops.exp: New file.
6170 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6171 factored out from ...
6172 (test_complete_prefix_range): ... this.
6173
6174 2017-11-24 Pedro Alves <palves@redhat.com>
6175
6176 * gdb.linespec/cpcompletion.exp: New file.
6177 * gdb.linespec/cpls-hyphen.cc: New file.
6178 * gdb.linespec/cpls.cc: New file.
6179 * gdb.linespec/cpls2.cc: New file.
6180 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6181 test to use test_gdb_complete_unique. Add label completion,
6182 keyword completion and explicit location completion tests.
6183 * lib/completion-support.exp: New file.
6184
6185 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6186
6187 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6188 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6189 when hitting an exception catchpoint.
6190
6191 2017-11-22 Yao Qi <yao.qi@linaro.org>
6192
6193 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6194
6195 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6196
6197 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6198 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6199 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6200
6201 2017-11-22 Yao Qi <yao.qi@linaro.org>
6202
6203 * gdb.base/info-os.exp: Pass pthreads.
6204 * gdb.multi/multi-attach.exp: Likewise.
6205
6206 2017-11-22 Yao Qi <yao.qi@linaro.org>
6207
6208 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6209 compiler.
6210
6211 2017-11-22 Yao Qi <yao.qi@linaro.org>
6212
6213 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6214 * gdb.base/break-interp.exp: Likewise.
6215 * gdb.base/jit-attach-pie.exp: Likewise.
6216
6217 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6218
6219 * gdb.base/float128.c (large128): New variable.
6220 * gdb.base/float128.exp: Add test to print largest __float128 value.
6221
6222 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6223
6224 * gdb.arch/vsx-regs.exp: Update register content checks.
6225
6226 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6227
6228 * gdb.arch/ppc-longdouble.exp: New file.
6229 * gdb.arch/ppc-longdouble.c: Likewise.
6230
6231 2017-11-21 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6234
6235 2017-11-20 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6238 (long_double_typedef): New typedefs.
6239 Use DEF on double and long double.
6240 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6241 cases.
6242 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6243 and 'long_double_ptr_same_size' locals. Use them to decide
6244 whether cast from array/function to float is valid/invalid.
6245
6246 2017-11-17 Tom Tromey <tom@tromey.com>
6247
6248 * gdb.rust/traits.rs: New file.
6249 * gdb.rust/traits.exp: New file.
6250
6251 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6252
6253 * gdb.ada/minsyms: New testcase.
6254
6255 2017-11-16 Pedro Alves <palves@redhat.com>
6256
6257 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6258 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6259
6260 2017-11-16 Pedro Alves <palves@redhat.com>
6261
6262 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6263 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6264
6265 2017-11-16 Pedro Alves <palves@redhat.com>
6266
6267 * gdb.server/reconnect-ctrl-c.c: New file.
6268 * gdb.server/reconnect-ctrl-c.exp: New file.
6269
6270 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6271
6272 * gdb.python/py-rbreak.exp: New file.
6273 * gdb.python/py-rbreak.c: New file.
6274 * gdb.python/py-rbreak-func2.c: New file.
6275
6276 2017-11-16 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6279 pattern.
6280 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6281 GDB.
6282
6283 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6284
6285 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6286 regex.
6287
6288 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6289
6290 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6291 test names.
6292
6293 2017-11-09 Pedro Alves <palves@redhat.com>
6294
6295 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6296 factored out from ...
6297 (top level): ... here, and adjusted to avoid expecting beyond the
6298 prompt in a single gdb_test_multiple.
6299
6300 2017-11-09 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6303 output.
6304 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6305 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6306 * gdb.server/ext-run.exp ("kill" test): Likewise.
6307 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6308
6309 2017-11-09 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6312 match till end of line.
6313
6314 2017-11-09 Pedro Alves <palves@redhat.com>
6315
6316 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6317
6318 2017-11-09 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6321 New procedures, factored out from ...
6322 (top level): ... here, and adjusted to avoid expecting beyond the
6323 prompt in one go.
6324
6325 2017-11-09 Pedro Alves <palves@redhat.com>
6326
6327 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6328 output. Fix '?' match.
6329
6330 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6331
6332 * gdb.ada/scoped_watch: New testcase.
6333 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6334 which is actually correct.
6335 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6336 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6337
6338 2017-11-08 Pedro Alves <palves@redhat.com>
6339
6340 * gdb.gdb/complaints.exp (test_initial_complaints)
6341 (test_serial_complaints, test_short_complaints): Call
6342 complaint_internal instead of complaint.
6343
6344 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6345
6346 * gdb.threads/tls-core.c: New file.
6347 * gdb.threads/tls-core.exp: Likewise.
6348
6349 2017-11-08 Pedro Alves <palves@redhat.com>
6350
6351 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6352 (p Exported_Capitalized): New test.
6353 (p exported_capitalized): New test.
6354
6355 2017-11-07 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6358
6359 2017-11-07 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6362 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6363 (disable_invalid, disable_inverted, disable_negative): New
6364 procedures.
6365 ("bad numbers"): New set of tests.
6366
6367 2017-11-07 Pedro Alves <palves@redhat.com>
6368
6369 * gdb.cp/ena-dis-br-range.exp: Add tests.
6370
6371 2017-11-07 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6374
6375 2017-11-07 Xavier Roirand <roirand@adacore.com>
6376 Pedro Alves <palves@redhat.com>
6377
6378 * gdb.base/ena-dis-br.exp: Add reference to
6379 gdb.cp/ena-dis-br-range.exp.
6380 * gdb.cp/ena-dis-br-range.exp: New file.
6381 * gdb.cp/ena-dis-br-range.cc: New file.
6382
6383 2017-11-06 Pedro Alves <palves@redhat.com>
6384
6385 * gdb.base/attach-non-pgrp-leader.c: New.
6386 * gdb.base/attach-non-pgrp-leader.exp: New.
6387
6388 2017-11-06 Pedro Alves <palves@redhat.com>
6389
6390 * configure.ac: No longer check for termio.h and sgtty.h.
6391 * configure: Regenerate.
6392 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6393 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6394 Remove termio and sgtty code.
6395
6396 2017-11-03 Yao Qi <yao.qi@linaro.org>
6397
6398 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6399 in GDB is disabled.
6400
6401 2017-11-03 Yao Qi <yao.qi@linaro.org>
6402
6403 * gdb.python/py-thrhandle.exp: Skip it if python is not
6404 enabled.
6405
6406 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6407
6408 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6409 as a breakpoint command.
6410
6411 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6412
6413 PR python/21213
6414 * gdb.python/py-infthread.exp: Test calling
6415 InferiorThread.inferior () multiple times in a row.
6416
6417 2017-10-27 Keith Seitz <keiths@redhat.com>
6418
6419 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6420 Test "info break" for every inlined function breakpoint.
6421
6422 2017-10-27 Yao Qi <yao.qi@linaro.org>
6423
6424 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6425
6426 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6427
6428 * gdb.cp/classes.exp (test_static_members): Test printing
6429 Outer::instance.
6430 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6431 (Inner::instance, Outer::instance): New.
6432
6433 2017-10-24 Pedro Alves <palves@redhat.com>
6434
6435 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6436 extra console" test in two stages.
6437
6438 2017-10-24 Pedro Alves <palves@redhat.com>
6439
6440 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6441
6442 2017-10-24 Pedro Alves <palves@redhat.com>
6443
6444 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6445 loop.
6446
6447 2017-10-24 Pedro Alves <palves@redhat.com>
6448
6449 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6450 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6451
6452 2017-10-24 Pedro Alves <palves@redhat.com>
6453
6454 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6455 parameter and handle it. Don't output read value in test name.
6456
6457 2017-10-24 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6460 custom test name.
6461
6462 2017-10-24 Pedro Alves <palves@redhat.com>
6463
6464 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6465 include the unstable output directory name in the test's name.
6466 (initial_setup_simple) <'set args'>: Use custom test name.
6467
6468 2017-10-24 Pedro Alves <palves@redhat.com>
6469
6470 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6471 with explicit test name.
6472
6473 2017-10-20 Pedro Alves <palves@redhat.com>
6474
6475 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6476 'wait -i'. Use gdb_assert and remote_close.
6477
6478 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6479
6480 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6481 number from variable rather than hard-coded.
6482
6483 2017-10-19 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.base/long-inferior-output.c: New file.
6486 * gdb.base/long-inferior-output.exp: New file.
6487
6488 2017-11-18 Keith Seitz <keiths@redhat.com>
6489
6490 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6491 method.
6492 (main): Call it.
6493 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6494 Add additional user-defined conversion operator tests.
6495
6496 2017-10-17 Pedro Alves <palves@redhat.com>
6497
6498 * boards/native-stdio-gdbserver.exp: Load "local-board".
6499
6500 2017-10-17 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.base/quit-live.c: New file.
6503 * gdb.base/quit-live.exp: New file.
6504
6505 2017-10-16 Keith Seitz <keiths@redhat.com>
6506
6507 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6508 (class_with_protected_typedef, class_with_private_typedef)
6509 (struct_with_public_typedef, struct_with_protected_typedef)
6510 (struct_with_private_typedef): New classes/structs.
6511 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6512 typedefs and access specifiers.
6513
6514 2017-10-16 Pedro Alves <palves@redhat.com>
6515 Simon Marchi <simon.marchi@polymtl.ca>
6516
6517 * README (Local vs Remote vs Native): New section.
6518 * boards/local-board.exp: New file, with bits factored out from
6519 ...
6520 * boards/native-extended-gdbserver.exp: ... here. Load
6521 "local-board".
6522 * boards/native-gdbserver.exp: Load "local-board".
6523 (${board}_spawn, ${board}_exec): Delete.
6524 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6525 ...
6526 * boards/stdio-gdbserver-base.exp: ... this new file.
6527 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6528 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6529 procedure.
6530 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6531 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6532 stdio_gdbserver_command.
6533 (${board}_get_remote_address, ${board}_get_comm_port)
6534 (${board}_download, ${board}_upload): Delete.
6535 (get_target_remote_pipe_cmd): New.
6536
6537 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6538
6539 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6540 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6541 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6542 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6543 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6544 remove with_test_prefix.
6545
6546 2017-10-13 Pedro Alves <palves@redhat.com>
6547
6548 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6549 * gdb.base/annota1.exp: Use it instead of is_remote.
6550 * gdb.base/annota3.exp: Use it instead of is_remote.
6551 * gdb.cp/annota2.exp: Use it instead of is_remote.
6552 * gdb.cp/annota3.exp: Use it instead of is_remote.
6553 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6554
6555 2017-10-13 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6558 (test_num_test_vars, run_and_count_vars, find_env)
6559 (test_set_unset_env, test_inherit_env_var): New procedures.
6560 (top level): Use them.
6561
6562 2017-10-13 Pedro Alves <palves@redhat.com>
6563
6564 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6565 also skip on stub-like targets.
6566
6567 2017-10-13 Pedro Alves <palves@redhat.com>
6568
6569 PR gdb/22293
6570 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6571 (top level): Move some tests to ...
6572 (test_not_found): ... this new procedure.
6573 (top level): Call it.
6574
6575 2017-10-13 Pedro Alves <palves@redhat.com>
6576
6577 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6578 expect different "info terminal" output if testing with a
6579 non-native target.
6580
6581 2017-10-13 Pedro Alves <palves@redhat.com>
6582 Simon Marchi <simon.marchi@polymtl.ca>
6583
6584 PR python/12966
6585 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6586
6587 2017-10-13 Pedro Alves <palves@redhat.com>
6588
6589 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6590 already.
6591
6592 2017-10-13 Pedro Alves <palves@redhat.com>
6593
6594 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6595 is_remote.
6596
6597 2017-10-13 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6600 is_remote.
6601
6602 2017-10-13 Pedro Alves <palves@redhat.com>
6603
6604 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6605 is set.
6606 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6607 instead of is_remote.
6608
6609 2017-10-13 Pedro Alves <palves@redhat.com>
6610
6611 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6612 (top level): Add comment.
6613
6614 2017-10-13 Pedro Alves <palves@redhat.com>
6615
6616 * gdb.base/remote.exp (top level): Fix comment typo and add
6617 missing return.
6618
6619 2017-10-13 Pedro Alves <palves@redhat.com>
6620 Simon Marchi <simon.marchi@polymtl.ca>
6621
6622 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6623 calls and add comments. Skip test if use_gdb_stub is set.
6624 (top level): Use "set cwd" command instead of "cd" command.
6625
6626 2017-10-13 Pedro Alves <palves@redhat.com>
6627
6628 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6629 is_remote target check.
6630
6631 2017-10-13 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.base/scope.exp: Use build_executable + clean_restart +
6634 gdb_file_cmd instead of prepare_for_testing and no longer skip
6635 "before run" tests on is_remote target boards. Update comments.
6636 * boards/native-extended-gdbserver.exp
6637 (extended_gdbserver_load_last_file): New, factored out from ...
6638 (gdb_load): ... this. Move further below and add comment.
6639 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6640
6641 2017-10-12 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.base/attach.exp: Remove references to gdb64.
6644 * gdb.base/dbx.exp: Remove references to gdb64.
6645
6646 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6647 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/label.exp: Remove is_remote target check.
6650
6651 2017-10-12 Pedro Alves <palves@redhat.com>
6652
6653 * gdb.base/auvx.exp (coredir): Update comment.
6654 (top level) <core_works>: Use "set cwd" command instead of "cd"
6655 command.
6656
6657 2017-10-12 Pedro Alves <palves@redhat.com>
6658 Simon Marchi <simon.marchi@polymtl.ca>
6659
6660 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6661 target boards.
6662
6663 2017-10-12 Pedro Alves <palves@redhat.com>
6664 Simon Marchi <simon.marchi@polymtl.ca>
6665
6666 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6667 Instead skip if there's any gdb_protocol set.
6668
6669 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6670 Pedro Alves <palves@redhat.com>
6671
6672 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6673
6674 2017-10-12 Pedro Alves <palves@redhat.com>
6675 Simon Marchi <simon.marchi@polymtl.ca>
6676
6677 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6678 instead of on dejagnu remote boards.
6679
6680 2017-10-12 Pedro Alves <palves@redhat.com>
6681 Simon Marchi <simon.marchi@polymtl.ca>
6682
6683 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6684 checks. Use build_executable + clean_restart instead of
6685 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6686 of enabling non-stop after starting gdb.
6687
6688 2017-10-12 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6691 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6692 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6693 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6694
6695 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6696
6697 * gdb.arch/arc-tdesc-cpu.exp: New file.
6698 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6699
6700 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6701
6702 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6703
6704 2017-10-10 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6707 expect CLI output.
6708
6709 2017-10-10 Pedro Alves <palves@redhat.com>
6710
6711 * lib/selftest-support.exp (selftest_setup): Update for
6712 captured_command_loop's prototype change.
6713
6714 2017-10-09 Pedro Alves <palves@redhat.com>
6715
6716 Test both arch1=>arch2 and arch2=>arch1.
6717
6718 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6719 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6720 factored out to...
6721 (append_arch1_options, append_arch2_options, append_arch_options)
6722 (build_executables): New procedures.
6723 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6724 local.
6725 (top level): Add new 'first_arch' testing axis.
6726
6727 2017-10-09 Pedro Alves <palves@redhat.com>
6728
6729 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6730 (barrier): New.
6731 (thread_start, all_started): New functions.
6732 (main): Spawn new thread and wait until it is scheduled.
6733 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6734 option.
6735 (do_test): Add 'selected_thread' parameter. Run to all_started
6736 instead of main. Explicitly set the breakpoint at main. Switch
6737 to the SELECTED_THREAD thread.
6738 (top level): Test handling the exec event with either the main
6739 thread or the second thread selected.
6740
6741 2017-10-09 Pedro Alves <palves@redhat.com>
6742
6743 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6744 logic. Move STOP marker after the value checks.
6745 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6746 regexp.
6747
6748 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6749
6750 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6751
6752 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6753
6754 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6755 integer-to-dfp conversion.
6756 * gdb.base/dfp-test.exp: Likewise.
6757
6758 2017-10-04 Pedro Alves <palves@redhat.com>
6759
6760 * gdb.multi/hangout.c: Include <unistd.h>.
6761 (hangout_loop): New function.
6762 (main): Call alarm. Call hangout_loop in a loop.
6763 * gdb.multi/hello.c: Include <unistd.h>.
6764 (hello_loop): New function.
6765 (main): Call alarm. Call hangout_loop in a loop.
6766 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6767 inferior with the other selected.
6768
6769 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6770
6771 * gdb.mi/list-thread-groups-available.exp: New file.
6772 * gdb.mi/list-thread-groups-available.c: New file.
6773
6774 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6775
6776 * gdb.base/set-cwd.exp: Make it available on
6777 native-extended-gdbserver.
6778
6779 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6780
6781 * gdb.base/set-cwd.c: New file.
6782 * gdb.base/set-cwd.exp: Likewise.
6783
6784 2017-10-02 Tom Tromey <tom@tromey.com>
6785
6786 PR rust/22236:
6787 * gdb.rust/simple.rs (main): New variable "fslice".
6788 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6789
6790 2017-10-02 Tom Tromey <tom@tromey.com>
6791
6792 * gdb.rust/simple.exp: Test ptype of a slice.
6793
6794 2017-10-02 Tom Tromey <tom@tromey.com>
6795
6796 * gdb.rust/simple.exp: Test index of slice.
6797
6798 2017-09-27 Tom Tromey <tom@tromey.com>
6799
6800 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6801
6802 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6803 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.base/compare-sections.exp (get value of read-only section): Read
6806 as unsigned value.
6807 (corrupt read-only section): Likewise and don't set written if patching
6808 failed.
6809
6810 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6811
6812 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6813 files.
6814
6815 2017-09-20 Pedro Alves <palves@redhat.com>
6816
6817 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6818 symbol names in gdb's output.
6819 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6820
6821 2017-09-20 Pedro Alves <palves@redhat.com>
6822
6823 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6824 Rename to ...
6825 (test_list_ambiguous_symbol): ... this and add a symbol name
6826 parameter. Adjust.
6827 (test_list_ambiguous_function): Reimplement on top of
6828 test_list_ambiguous_symbol and also test listing ambiguous
6829 variables.
6830 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6831 (ambiguous_fun): ... this.
6832 (ambiguous_var): New.
6833 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6834 (ambiguous_fun): ... this.
6835 (ambiguous_var): New.
6836
6837 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6838
6839 * gdb.base/starti.c: New file.
6840 * gdb.base/starti.exp: New file.
6841 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6842
6843 2017-09-14 Pedro Alves <palves@redhat.com>
6844
6845 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6846 (top level): Use it instead of runto.
6847
6848 2017-09-11 Tom Tromey <tom@tromey.com>
6849
6850 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6851
6852 2017-09-11 Tom Tromey <tom@tromey.com>
6853
6854 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6855 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6856
6857 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6858
6859 * gdb.fortran/printing-types.exp: New file.
6860 * gdb.fortran/printing-types.exp: New file.
6861
6862 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6863
6864 * gdb.fortran/vla-ptype.exp: Fix typos.
6865 * gdb.fortran/vla-value.exp: Same.
6866
6867 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6868
6869 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6870 * gdb.mi/mi-var-child-f.exp: Likewise.
6871 * gdb.mi/mi-vla-fortran.exp: Likewise.
6872
6873 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6874 Christoph Weinmann <christoph.t.weinmann@intel.com>
6875 Bernhard Heckel <bernhard.heckel@intel.com>
6876
6877 * gdb.fortran/ptr-indentation.f90: New file.
6878 * gdb.fortran/ptr-indentation.exp: New file.
6879
6880 2017-09-05 Tom Tromey <tom@tromey.com>
6881
6882 PR gdb/22010:
6883 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6884
6885 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6886
6887 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6888
6889 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6890
6891 * gdb.threads/tls-nodebug-pie.c: New file.
6892 * gdb.threads/tls-nodebug-pie.exp: New file.
6893
6894 2017-09-05 Tom Tromey <tom@tromey.com>
6895
6896 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6897 for rust.
6898
6899 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6900
6901 * gdb.multi/multi-arch-exec.exp: Test with different
6902 "follow-exec-mode" settings.
6903 (do_test): New procedure.
6904
6905 2017-09-04 Pedro Alves <palves@redhat.com>
6906
6907 * gdb.base/func-static.c (S::method const, S::method volatile)
6908 (S::method volatile const): New methods.
6909 (c_s, v_s, cv_s): New instances.
6910 (main): Call method() on them.
6911 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6912 (cannot_resolve): New procedure.
6913 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6914 print-quote-unquoted columns.
6915 (do_test): Test printing each scope too.
6916
6917 2017-09-04 Pedro Alves <palves@redhat.com>
6918
6919 * gdb.base/local-static.exp: Also test with
6920 class::method::variable wholly quoted.
6921 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6922
6923 2017-09-04 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.base/local-static.c: New.
6926 * gdb.base/local-static.cc: New.
6927 * gdb.base/local-static.exp: New.
6928
6929 2017-09-04 Pedro Alves <palves@redhat.com>
6930
6931 * gdb.asm/asm-source.exp: Add casts to int.
6932 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6933 (dataglobal64_1, dataglobal64_2): New globals.
6934 * gdb.base/nodebug.exp: Test different expressions involving the
6935 new globals, with print, whatis and ptype. Add casts to int.
6936 * gdb.base/solib-display.exp: Add casts to int.
6937 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6938 * gdb.cp/m-static.exp: Add cast to int.
6939 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6940 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6941 tls variable with no debug info without a cast. Test with a cast
6942 to int too.
6943 * gdb.trace/entry-values.exp: Add casts.
6944
6945 2017-09-04 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.base/nodebug.exp: Test that ptype's error about functions
6948 with unknown return type includes the function name too.
6949
6950 2017-09-04 Pedro Alves <palves@redhat.com>
6951
6952 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6953 return type of munmap in infcall.
6954 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6955 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6956 type of ftell in infcall.
6957 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6958 type of getpid in infcall.
6959 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6960 infcall.
6961 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6962 Bail on failure to extract the pid.
6963 * gdb.base/nodebug.c: #include <stdint.h>.
6964 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6965 New functions.
6966 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6967 Change expected output of print/whatis/ptype with functions with
6968 no debug info. Test all supported languages. Call
6969 test_call_promotion.
6970 * gdb.compile/compile.exp: Adjust expected output to expect
6971 warning.
6972 * gdb.threads/siginfo-threads.exp: Likewise.
6973
6974 2017-09-04 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6977 "prototypes". Test calling float functions via prototyped and
6978 unprototyped function pointers.
6979 (perform_all_tests): New parameter "prototypes". Pass it down.
6980 (top level): Pass down "prototypes" parameter to
6981 perform_all_tests.
6982
6983 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6984
6985 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6986 Test with nested loops.
6987
6988 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6989
6990 * gdb.base/commands.exp: Call the new procedures.
6991 (loop_break_test, loop_continue_test): New procedures.
6992
6993 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6994
6995 * gdb.base/commands.exp: Call new procedure.
6996 (define_if_without_arg_test): New procedure.
6997
6998 2017-09-04 Pedro Alves <palves@redhat.com>
6999
7000 * gdb.base/list-ambiguous.exp: New file.
7001 * gdb.base/list-ambiguous0.c: New file.
7002 * gdb.base/list-ambiguous1.c: New file.
7003 * gdb.base/list.exp (test_list_range): Adjust expected output.
7004
7005 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7006
7007 * gdb.base/share-env-with-gdbserver.c: New file.
7008 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7009
7010 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7011
7012 * gdb.base/commands.exp (gdbvar_simple_if_test,
7013 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7014 progvar_simple_if_test, progvar_simple_while_test,
7015 progvar_complex_if_while_test, user_defined_command_test,
7016 user_defined_command_args_eval,
7017 user_defined_command_args_stack_test,
7018 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7019 temporary_breakpoint_commands,
7020 gdb_test_no_prompt, redefine_hook_test,
7021 redefine_backtrace_test): Remove "global gdb_prompt".
7022
7023 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7024
7025 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7026 New proc, call it from toplevel.
7027
7028 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7029
7030 PR remote/21852
7031 * gdb.server/normal.c: New file, copied from gdb.base.
7032 * gdb.server/run-without-local-binary.exp: New file.
7033
7034 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7035
7036 * gdb.arch/sparc64-adi.exp: New file.
7037 * gdb.arch/sparc64-adi.c: New file.
7038
7039 2017-08-22 Pedro Alves <palves@redhat.com>
7040
7041 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7042 (top level): Add "list all overloads" tests.
7043
7044 2017-08-22 Tom Tromey <tom@tromey.com>
7045
7046 * gdb.gdb/xfullpath.exp: Remove.
7047
7048 2017-08-21 Pedro Alves <palves@redhat.com>
7049
7050 PR gdb/19487
7051 * gdb.base/symbol-alias.c: New.
7052 * gdb.base/symbol-alias2.c: New.
7053 * gdb.base/symbol-alias.exp: New.
7054
7055 2017-08-21 Pedro Alves <palves@redhat.com>
7056
7057 * gdb.base/dfp-test.c
7058 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7059 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7060 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7061 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7062 * gdb.base/whatis-ptype-typedefs.c: New.
7063 * gdb.base/whatis-ptype-typedefs.exp: New.
7064 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7065 (an_int, an_int_type, an_int_type2): New globals.
7066 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7067 involving typedefs and cast expressions.
7068 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7069 (lookup_typedefs_function): New.
7070 (typedefs_pretty_printers_dict): New.
7071 (top level): Register lookup_typedefs_function in
7072 gdb.pretty_printers.
7073
7074 2017-08-18 Yao Qi <yao.qi@linaro.org>
7075
7076 * gdb.server/unittest.exp: New.
7077
7078 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7079
7080 PR gdb/21954
7081 * gdb.base/environ.exp: Add test to check if 'unset environment'
7082 works.
7083
7084 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7085
7086 * lib/gdb.exp (universal_compile_options): New caching proc.
7087 (gdb_compile): Suppress GCC's coloring of messages.
7088
7089 2017-08-14 Tom Tromey <tom@tromey.com>
7090
7091 PR gdb/21675:
7092 * gdb.base/printcmds.exp (test_radices): New function.
7093 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7094 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7095 * lib/gdb.exp (get_integer_valueof): Use p/d.
7096
7097 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7098
7099 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7100 characters.
7101
7102 2017-08-05 Tom Tromey <tom@tromey.com>
7103
7104 * gdb.rust/simple.exp: Allow String to appear in a different
7105 namespace.
7106
7107 2017-07-26 Yao Qi <yao.qi@linaro.org>
7108
7109 * gdb.gdb/unittest.exp: Invoke command
7110 "maintenance check xml-descriptions".
7111
7112 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7113
7114 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7115 calling context.
7116 (hex128): Drop erroneous calculation of parameters.
7117
7118 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7119
7120 * gdb.python/py-unwind.exp: Disable stack protection when
7121 building test file.
7122
7123 2017-07-20 Pedro Alves <palves@redhat.com>
7124
7125 * gdb.base/default.exp (set language): Adjust expected output.
7126
7127 2017-07-20 Pedro Alves <palves@redhat.com>
7128
7129 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7130 (test_minsym): ... this, and make static.
7131 (get_pck__foo__bar__minsym): Rename to ...
7132 (get_test_minsym): ... this.
7133 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7134 symbol names and comments.
7135 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7136 (get_test_minsym): ... this.
7137 (pck__foo__bar__minsym__2): Rename to ...
7138 (test_minsym): ... this.
7139 (main): Adjust.
7140
7141 2017-07-17 Pedro Alves <palves@redhat.com>
7142
7143 * gdb.base/completion.exp: Adjust expected output.
7144 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7145 the completer works.
7146
7147 2017-07-17 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7150
7151 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7152
7153 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7154
7155 2017-07-14 Tom Tromey <tom@tromey.com>
7156
7157 PR rust/21764:
7158 * gdb.rust/simple.exp: Add tests.
7159
7160 2017-07-14 Tom Tromey <tom@tromey.com>
7161
7162 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7163
7164 2017-07-14 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.linespec/base/one/thefile.cc (z1): New function.
7167 * gdb.linespec/base/two/thefile.cc (z2): New function.
7168 * gdb.linespec/linespec.exp: Add tests.
7169
7170 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7171
7172 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7173 to mi_create_breakpoint.
7174
7175 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7176
7177 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7178 mi_create_breakpoint.
7179
7180 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7181
7182 * gdb.dlang/demangle.exp: Update for demangling changes.
7183
7184 2017-07-09 Tom Tromey <tom@tromey.com>
7185
7186 * gdb.dwarf2/shortpiece.exp: New file.
7187
7188 2017-07-06 David Blaikie <dblaikie@gmail.com>
7189
7190 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7191 built from fissiont-multi-cu{1,2}.c.
7192 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7193 except putting 'main' and 'func' in separate CUs in the same DWO file.
7194 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7195 test.
7196 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7197 test.
7198
7199 2017-07-06 Pedro Alves <palves@redhat.com>
7200
7201 * gdb.python/py-unwind.exp: Test flushregs.
7202
7203 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7204
7205 PR cli/21688
7206 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7207 tests for alias commands and trailing whitespace.
7208
7209 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7210
7211 PR cli/21688
7212 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7213 procedure. Call it.
7214
7215 2017-06-29 Pedro Alves <palves@redhat.com>
7216
7217 * gdb.base/printcmds.exp: Add tests.
7218
7219 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7220
7221 PR gdb/21337
7222 * gdb.base/reread-readsym.exp: New file.
7223 * gdb.base/reread-readsym.c: New file.
7224
7225 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7226
7227 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7228 subpattern.
7229
7230 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7231
7232 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7233 extended mnemonic.
7234 * gdb.arch/powerpc-power9.s: Likewise.
7235
7236 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7237
7238 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7239 on 32-bit x86 targets. Exploit is_*_target macros where
7240 appropriate.
7241
7242 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7243
7244 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7245 register pieces.
7246
7247 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7248
7249 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7250 located in one or more DWARF pieces.
7251
7252 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7253
7254 * lib/gdb.exp (get_endianness): New proc.
7255 * gdb.arch/aarch64-fp.exp: Use it.
7256 * gdb.arch/altivec-regs.exp: Likewise.
7257 * gdb.arch/e500-regs.exp: Likewise.
7258 * gdb.arch/vsx-regs.exp: Likewise.
7259 * gdb.base/dump.exp: Likewise.
7260 * gdb.base/funcargs.exp: Likewise.
7261 * gdb.base/gnu_vector.exp: Likewise.
7262 * gdb.dwarf2/formdata16.exp: Likewise.
7263 * gdb.dwarf2/implptrpiece.exp: Likewise.
7264 * gdb.dwarf2/nonvar-access.exp: Likewise.
7265 * gdb.python/py-inferior.exp: Likewise.
7266 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7267
7268 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7269
7270 PR gdb/21226
7271 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7272 stack value pieces are taken from the LSB end.
7273
7274 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7275
7276 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7277 variable at nonzero offset.
7278
7279 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7280
7281 * gdb.dwarf2/var-access.c: New file.
7282 * gdb.dwarf2/var-access.exp: New test.
7283 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7284
7285 2017-06-12 Tom Tromey <tom@tromey.com>
7286
7287 * gdb.dwarf2/formdata16.exp: Add tests.
7288
7289 2017-06-12 Tom Tromey <tom@tromey.com>
7290
7291 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7292
7293 2017-06-12 Tom Tromey <tom@tromey.com>
7294
7295 PR exp/16225:
7296 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7297 * gdb.arch/vsx-regs.exp: Update tests.
7298 * gdb.arch/s390-vregs.exp (hex128): New proc.
7299 Update test.
7300 * gdb.arch/altivec-regs.exp: Update tests.
7301
7302 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7303
7304 * gdb.base/startup-with-shell.c: New file.
7305 * gdb.base/startup-with-shell.exp: Likewise.
7306
7307 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7308
7309 * gdb.server/non-existing-program.exp: Update regex in order to
7310 reflect the fact that gdbserver is now using fork_inferior (with a
7311 shell) to startup the inferior.
7312
7313 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7314
7315 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7316 support function calls from GDB.
7317
7318 2017-05-21 Tom Tromey <tom@tromey.com>
7319
7320 PR rust/21466:
7321 * gdb.rust/unsized.exp: New file.
7322 * gdb.rust/unsized.rs: New file.
7323
7324 2017-05-19 Tom Tromey <tom@tromey.com>
7325
7326 PR rust/21484:
7327 * gdb.rust/watch.exp: New file.
7328 * gdb.rust/watch.rs: New file.
7329
7330 2017-05-18 Tom Tromey <tom@tromey.com>
7331
7332 * gdb.rust/simple.exp: Allow Box to be qualified.
7333
7334 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7335
7336 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7337
7338 2017-05-18 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/fileio.c (test_write, test_read, test_close)
7341 (test_fstat): Don't print 'ret' in the fail path.
7342
7343 2017-05-18 Pedro Alves <palves@redhat.com>
7344
7345 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7346 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7347 (test_system, test_rename, test_unlink, test_time): Change
7348 prototypes.
7349 * gdb.base/fileio.exp (stop_msg): Adjust.
7350
7351 2017-05-18 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.base/fileio.c (null_str): New global.
7354 (test_stat): Use it.
7355 * gdb.base/fileio.exp: Remove nowarnings.
7356
7357 2017-05-17 Yao Qi <yao.qi@linaro.org>
7358
7359 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7360
7361 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7362
7363 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7364 argument command.
7365 (top-level): Invoke test_set_inferior_tty.
7366
7367 2017-05-04 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7370 Add parens to print call for Python 3.
7371
7372 2017-05-03 Keith Seitz <keiths@redhat.com>
7373
7374 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7375 (main): Call it.
7376
7377 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7378
7379 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7380 to prev and next.
7381
7382 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7383
7384 * gdb.python/py-record-btrace.exp: Remove test for
7385 gdb.BtraceInstruction.error.
7386
7387 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7388
7389 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7390
7391 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7392
7393 * gdb.python/py-record-btrace-threads.c: New file.
7394 * gdb.python/py-record-btrace-threads.exp: New file.
7395
7396 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7397
7398 PR testsuite/8595
7399 * gdb.base/environ.exp: Make test available in all architectures.
7400 Move bits related to "info program" testing to
7401 gdb.base/info-program.exp. Rewrite tests to use the two new
7402 procedures mentione below.
7403 (test_set_show_env_var) New procedure.
7404 (test_set_show_env_var_equal): Likewise.
7405 * gdb.base/info-program.exp: New file.
7406
7407 2017-04-27 Keith Seitz <keiths@redhat.com>
7408
7409 * gdb.cp/oranking.cc (test15): New function.
7410 (main): Call test15 and declare additional variables for testing.
7411 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7412 "p foo101('abc')" tests.
7413 Add tests for cv qualifier overloads.
7414 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7415 "lvalue reference overload" test.
7416 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7417 "print value of f1 on Child&& in f2" test.
7418
7419 2017-04-19 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7422 procedure.
7423 (top level): Call it.
7424 * lib/gdb.exp (gdb_define_cmd): New procedure.
7425
7426 2017-04-12 Pedro Alves <palves@redhat.com>
7427
7428 PR gdb/21323
7429 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7430 (wchar): New global.
7431 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7432 (do_test_wide_char, wide_char_types_no_program, top level): Add
7433 wchar_t testing.
7434
7435 2017-04-12 Pedro Alves <palves@redhat.com>
7436
7437 PR c++/21323
7438 * gdb.cp/wide_char_types.c: New file.
7439 * gdb.cp/wide_char_types.exp: New file.
7440
7441 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7442
7443 PR gdb/21352
7444 * gdb.trace/tsv.exp: Add test for "tsave -r".
7445
7446 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7447
7448 * gdb.dlang/watch-loc.c: New file.
7449 * gdb.dlang/watch-loc.exp: New file.
7450
7451 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7452
7453 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7454
7455 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7456
7457 * gdb.arch/arc-analyze-prologue.S: New file.
7458 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7459
7460 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7461
7462 * gdb.arch/arc-decode-insn.S: New file.
7463 * gdb.arch/arc-decode-insn.exp: Likewise.
7464
7465 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7466
7467 PR tdep/20928
7468 * gdb.arch/sparc64-regs.exp: New file.
7469 * gdb.arch/sparc64-regs.S: Likewise.
7470
7471 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7472
7473 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7474 and memory view on Python 3.
7475
7476 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7477 Keith Seitz <keiths@redhat.com>
7478
7479 PR gdb/14441
7480 * gdb.cp/demangle.exp: Add rvalue reference tests.
7481 * gdb.cp/rvalue-ref-casts.cc: New file.
7482 * gdb.cp/rvalue-ref-casts.exp: New file.
7483 * gdb.cp/rvalue-ref-overload.cc: New file.
7484 * gdb.cp/rvalue-ref-overload.exp: New file.
7485 * gdb.cp/rvalue-ref-params.cc: New file.
7486 * gdb.cp/rvalue-ref-params.exp: New file.
7487 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7488 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7489 * gdb.cp/rvalue-ref-types.cc: New file.
7490 * gdb.cp/rvalue-ref-types.exp: New file.
7491 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7492 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7493
7494 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7495
7496 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7497 New procedure.
7498
7499 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7500
7501 * lib/mi-support.exp (mi_gdb_test): Add additional message
7502 for unexpected output.
7503
7504 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7505
7506 * gdb.base/examine-backward.c (Barrier): New character array
7507 constant, to ensure that TestStrings is preceded by a string
7508 terminator.
7509
7510 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7511
7512 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7513 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7514 and implicit pointer into such a location.
7515
7516 2017-03-16 Doug Evans <dje@google.com>
7517
7518 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7519
7520 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7521
7522 * gdb.cp/m-static.exp: Fix expectation for prototype of
7523 test5.single_constructor and single_constructor::single_constructor.
7524
7525 2017-03-16 Doug Evans <dje@google.com>
7526
7527 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7528 * gdb.guile/scm-lazy-string.c: New file.
7529 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7530 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7531 for pointer, array, typedef lazy strings.
7532
7533 2017-03-16 Doug Evans <dje@google.com>
7534
7535 PR python/17728, python/18439, python/18779
7536 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7537 * gdb.python/py-lazy-string.c (pointer): New typedef.
7538 (main): New locals ptr, array, typedef_ptr.
7539 * gdb.python/py-value.exp: Move lazy string tests to ...
7540 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7541 array, typedef lazy strings.
7542
7543 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7544
7545 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7546 Add optional 'test' parameter.
7547
7548 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7549
7550 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7551 Skip for versions of DejaGnu < 1.5.
7552
7553 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7554
7555 * lib/gdb.exp (dejagnu_version): New proc.
7556 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7557 Use dejagnu_version.
7558
7559 2017-03-10 Keith Seitz <keiths@redhat.com>
7560
7561 PR c++/8128
7562 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7563 type from destructor regexps.
7564 Add a branch which actually passes the test.
7565 Adjust "ptype t5i" test names.
7566
7567 2017-03-08 Pedro Alves <palves@redhat.com>
7568
7569 * gdb.base/step-over-exit.exp: Add explicit test message.
7570
7571 2017-03-08 Pedro Alves <palves@redhat.com>
7572
7573 PR gdb/18360
7574 * gdb.threads/interrupt-while-step-over.c: New file.
7575 * gdb.threads/interrupt-while-step-over.exp: New file.
7576
7577 2017-03-08 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7580 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7581
7582 2017-03-08 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7585 PKRU as not supported as a PASS.
7586
7587 2017-03-08 Pedro Alves <palves@redhat.com>
7588
7589 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7590 prefix instead of $binfile1/$binfile2.
7591 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7592 in test message.
7593 * gdb.python/py-completion.exp: Use "load python file" as test
7594 messages instead of unstable path names.
7595
7596 2017-03-08 Pedro Alves <palves@redhat.com>
7597 Jan Kratochvil <jan.kratochvil@redhat.com>
7598
7599 PR cli/21218
7600 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7601 New proc.
7602 (top level): Call it.
7603
7604 2017-03-08 Pedro Alves <palves@redhat.com>
7605
7606 PR tui/21216
7607 * gdb.tui/tui-nl-filtered-output.exp: New file.
7608
7609 2017-03-08 Pedro Alves <palves@redhat.com>
7610
7611 * gdb.base/completion.exp: Move TUI completion tests to ...
7612 * gdb.tui/completion.exp: ... this new file.
7613
7614 2017-03-08 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.base/tui-disasm-long-lines.c,
7617 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7618 gdb.base/tui-layout.exp: Move to ...
7619 * gdb.tui/: ... this new directory.
7620
7621 2017-03-07 Pedro Alves <palves@redhat.com>
7622
7623 * gdb.base/tui-layout.c: New file.
7624 * gdb.base/tui-layout.exp: New file.
7625
7626 2017-03-07 Pedro Alves <palves@redhat.com>
7627
7628 * gdb.base/tui-layout.c: Rename to ...
7629 * gdb.base/tui-disasm-long-lines.c: ... this.
7630 * gdb.base/tui-layout.exp: Rename to ...
7631 * gdb.base/tui-disasm-long-lines.exp: ... this.
7632
7633 2017-03-07 Pedro Alves <palves@redhat.com>
7634
7635 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7636
7637 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7638
7639 * i386-mpx-call.c: New file.
7640 * i386-mpx-call.exp: New file.
7641
7642 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7643
7644 * gdb.arch/powerpc-power.exp: Delete test.
7645 * gdb.arch/powerpc-power.s: Likewise.
7646 * gdb.disasm/disassembler-options.exp: New test.
7647 * gdb.arch/powerpc-altivec.exp: Likewise.
7648 * gdb.arch/powerpc-altivec.s: Likewise.
7649 * gdb.arch/powerpc-altivec2.exp: Likewise.
7650 * gdb.arch/powerpc-altivec2.s: Likewise.
7651 * gdb.arch/powerpc-altivec3.exp: Likewise.
7652 * gdb.arch/powerpc-altivec3.s: Likewise.
7653 * gdb.arch/powerpc-power7.exp: Likewise.
7654 * gdb.arch/powerpc-power7.s: Likewise.
7655 * gdb.arch/powerpc-power8.exp: Likewise.
7656 * gdb.arch/powerpc-power8.s: Likewise.
7657 * gdb.arch/powerpc-power9.exp: Likewise.
7658 * gdb.arch/powerpc-power9.s: Likewise.
7659 * gdb.arch/powerpc-vsx.exp: Likewise.
7660 * gdb.arch/powerpc-vsx.s: Likewise.
7661 * gdb.arch/powerpc-vsx2.exp: Likewise.
7662 * gdb.arch/powerpc-vsx2.s: Likewise.
7663 * gdb.arch/powerpc-vsx3.exp: Likewise.
7664 * gdb.arch/powerpc-vsx3.s: Likewise.
7665 * gdb.arch/arm-disassembler-options.exp: Likewise.
7666 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7667 * gdb.arch/s390-disassembler-options.exp: Likewise.
7668
7669 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7670
7671 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7672 (check_supported_features): ... this. Changed return type to void.
7673 (supports_rdseed): New static global.
7674 (rdseed): Check supports_rdseed.
7675 (initialize): Call check_supported_features.
7676
7677 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7678
7679 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7680 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7681 and lqarx/stqcx.
7682 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7683 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7684
7685 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7686
7687 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7688 uppercase.
7689
7690 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7691
7692 * gdb.dwarf2/formdata16.c: New file.
7693 * gdb.dwarf2/formdata16.exp: New file.
7694 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7695
7696 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7697
7698 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7699 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7700 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7701 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7702 DW_AT_GNU_*.
7703
7704 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7705
7706 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7707
7708 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7709
7710 PR gdb/21164
7711 * gdb.base/maint.exp: Add testcases for when the commands do
7712 not have arguments.
7713
7714 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7715
7716 * gdb.cp/chained-calls.exp: Use p instead of P.
7717
7718 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7719
7720 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7721 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7722
7723 2017-02-14 Tom Tromey <tom@tromey.com>
7724
7725 PR python/13598:
7726 * gdb.python/py-events.exp: Add before_prompt event tests.
7727
7728 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7729
7730 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7731
7732 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7733
7734 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7735 (main): Call my_unique_function_name.
7736 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7737 completion of patterns with a single match.
7738 Add missing -re switches to gdb_test_multiple calls.
7739
7740 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7741
7742 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7743 return if core file is not recognized.
7744
7745 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7746
7747 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7748 and extra UIs.
7749
7750 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7751
7752 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7753 proc_with_prefix.
7754
7755 2017-02-10 Tom Tromey <tom@tromey.com>
7756
7757 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7758
7759 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7760
7761 PR gdb/21122
7762 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7763
7764 2017-02-08 Jerome Guitton <guitton@adacore.com>
7765
7766 * gdb.base/define.exp: Add test for command abbreviations
7767 in define.
7768
7769 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7770
7771 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7772 * gdb.reverse/insn-reverse-x86.c: New file.
7773
7774 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7775
7776 PR tdep/20936
7777 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7778
7779 2017-02-03 Tom Tromey <tom@tromey.com>
7780
7781 PR rust/21097:
7782 * gdb.rust/simple.exp: Add new tests.
7783
7784 2017-02-02 Pedro Alves <palves@redhat.com>
7785
7786 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7787 tests.
7788
7789 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7790
7791 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7792 taking a 2-byte value out of a 4-byte DWARF implicit value on
7793 big-endian targets.
7794 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7795 logic. Add test cases for DW_OP_implicit.
7796
7797 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7798
7799 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7800
7801 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7802
7803 * gdb.btrace/enable.exp: Call gdb_exit before
7804 skip_gdbserver_tests.
7805
7806 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7807
7808 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7809 GDBFLAGS.
7810
7811 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7812
7813 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7814 the test is skipped.
7815 * gdb.btrace/data.exp: Likewise.
7816 * gdb.btrace/delta.exp: Likewise.
7817 * gdb.btrace/dlopen.exp: Likewise.
7818 * gdb.btrace/enable-running.exp: Likewise.
7819 * gdb.btrace/enable.exp: Likewise.
7820 * gdb.btrace/exception.exp: Likewise.
7821 * gdb.btrace/function_call_history.exp: Likewise.
7822 * gdb.btrace/gcore.exp: Likewise.
7823 * gdb.btrace/instruction_history.exp: Likewise.
7824 * gdb.btrace/multi-thread-step.exp: Likewise.
7825 * gdb.btrace/nohist.exp: Likewise.
7826 * gdb.btrace/non-stop.exp: Likewise.
7827 * gdb.btrace/reconnect.exp: Likewise.
7828 * gdb.btrace/record_goto-step.exp: Likewise.
7829 * gdb.btrace/record_goto.exp: Likewise.
7830 * gdb.btrace/rn-dl-bind.exp: Likewise.
7831 * gdb.btrace/segv.exp: Likewise.
7832 * gdb.btrace/step.exp: Likewise.
7833 * gdb.btrace/stepi.exp: Likewise.
7834 * gdb.btrace/tailcall-only.exp: Likewise.
7835 * gdb.btrace/tailcall.exp: Likewise.
7836 * gdb.btrace/tsx.exp: Likewise.
7837 * gdb.btrace/unknown_functions.exp: Likewise.
7838 * gdb.btrace/vdso.exp: Likewise.
7839
7840 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7841
7842 * gdb.btrace/enable-running.c: New.
7843 * gdb.btrace/enable-running.exp: New.
7844
7845 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7846
7847 * gdb.arch/amd64-gs_base.c: New file.
7848 * gdb.arch/amd64-gs_base.exp: New file.
7849
7850 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7851
7852 * lib/memory.exp: Remove spurious empty newlines.
7853
7854 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7855
7856 * gdb.python/py-bad-printers.exp: Load python file using "source".
7857 * gdb.python/py-events.exp: Likewise.
7858 * gdb.python/py-evsignal.exp: Likewise.
7859 * gdb.python/py-evthreads.exp: Likewise.
7860 * gdb.python/py-frame-args.exp: Likewise.
7861 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7862 * gdb.python/py-framefilter-mi.exp: Likewise.
7863 * gdb.python/py-framefilter.exp: Likewise.
7864 * gdb.python/py-mi.exp: Likewise.
7865 * gdb.python/py-pp-maint.exp: Likewise.
7866 * gdb.python/py-pp-registration.exp: Likewise.
7867 * gdb.python/py-prettyprint.exp: Likewise.
7868 (run_lang_tests): Likewise.
7869 * gdb.python/py-typeprint.exp: Likewise.
7870
7871 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7872
7873 * lib/memory.exp: New file.
7874 * lib/gdb.exp: Load memory.exp.
7875 * gdb.base/memattr.exp (delete_memory): Move proc to
7876 lib/memory.exp and rename to delete_memory_regions.
7877 Replace delete_memory with delete_memory_regions.
7878 Cleanup memory regions before tests.
7879 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7880 before tests.
7881
7882 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7883
7884 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7885 files.
7886 (initialize): New function conditionally defined.
7887 (testcases): Move within conditional block.
7888 (main): Call initialize.
7889 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7890 of gdb.reverse/insn-reverse.c.
7891 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7892 gdb.reverse/insn-reverse.c.
7893
7894 2017-01-26 Yao Qi <yao.qi@linaro.org>
7895
7896 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7897 disassemble on address 0.
7898
7899 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7900 Yao Qi <yao.qi@linaro.org>
7901
7902 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7903 * gdb.dwarf2/implptr-64bit.S: Remove.
7904 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7905 variables in caller's context. Add DW_OP_implicit_value.
7906
7907 2017-01-25 Yao Qi <yao.qi@linaro.org>
7908
7909 * lib/dwarf.exp (Dwarf::_location): Handle
7910 DW_OP_GNU_implicit_pointer with proper size.
7911
7912 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7913
7914 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7915 and add untested calls.
7916
7917 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7918
7919 * gdb.python/python.exp: Check line number against what GDB thinks
7920 the line number is for func1.
7921
7922 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7923
7924 * gdb.dlang/debug-expr.exp: New file.
7925
7926 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7927
7928 Fix test names for the following files:
7929
7930 * gdb.ada/exec_changed.exp
7931 * gdb.ada/info_types.exp
7932 * gdb.arch/aarch64-atomic-inst.exp
7933 * gdb.arch/aarch64-fp.exp
7934 * gdb.arch/altivec-abi.exp
7935 * gdb.arch/altivec-regs.exp
7936 * gdb.arch/amd64-byte.exp
7937 * gdb.arch/amd64-disp-step.exp
7938 * gdb.arch/amd64-dword.exp
7939 * gdb.arch/amd64-entry-value-inline.exp
7940 * gdb.arch/amd64-entry-value-param.exp
7941 * gdb.arch/amd64-entry-value-paramref.exp
7942 * gdb.arch/amd64-entry-value.exp
7943 * gdb.arch/amd64-i386-address.exp
7944 * gdb.arch/amd64-invalid-stack-middle.exp
7945 * gdb.arch/amd64-invalid-stack-top.exp
7946 * gdb.arch/amd64-optimout-repeat.exp
7947 * gdb.arch/amd64-prologue-skip.exp
7948 * gdb.arch/amd64-prologue-xmm.exp
7949 * gdb.arch/amd64-stap-special-operands.exp
7950 * gdb.arch/amd64-stap-wrong-subexp.exp
7951 * gdb.arch/amd64-tailcall-cxx.exp
7952 * gdb.arch/amd64-tailcall-noret.exp
7953 * gdb.arch/amd64-tailcall-ret.exp
7954 * gdb.arch/amd64-tailcall-self.exp
7955 * gdb.arch/amd64-word.exp
7956 * gdb.arch/arm-bl-branch-dest.exp
7957 * gdb.arch/arm-disp-step.exp
7958 * gdb.arch/arm-neon.exp
7959 * gdb.arch/arm-single-step-kernel-helper.exp
7960 * gdb.arch/avr-flash-qualifier.exp
7961 * gdb.arch/disp-step-insn-reloc.exp
7962 * gdb.arch/e500-abi.exp
7963 * gdb.arch/e500-regs.exp
7964 * gdb.arch/ftrace-insn-reloc.exp
7965 * gdb.arch/i386-avx512.exp
7966 * gdb.arch/i386-bp_permanent.exp
7967 * gdb.arch/i386-byte.exp
7968 * gdb.arch/i386-cfi-notcurrent.exp
7969 * gdb.arch/i386-disp-step.exp
7970 * gdb.arch/i386-dr3-watch.exp
7971 * gdb.arch/i386-float.exp
7972 * gdb.arch/i386-gnu-cfi.exp
7973 * gdb.arch/i386-mpx-map.exp
7974 * gdb.arch/i386-mpx-sigsegv.exp
7975 * gdb.arch/i386-mpx-simple_segv.exp
7976 * gdb.arch/i386-mpx.exp
7977 * gdb.arch/i386-permbkpt.exp
7978 * gdb.arch/i386-prologue.exp
7979 * gdb.arch/i386-signal.exp
7980 * gdb.arch/i386-size-overlap.exp
7981 * gdb.arch/i386-unwind.exp
7982 * gdb.arch/i386-word.exp
7983 * gdb.arch/mips-fcr.exp
7984 * gdb.arch/powerpc-d128-regs.exp
7985 * gdb.arch/powerpc-stackless.exp
7986 * gdb.arch/ppc64-atomic-inst.exp
7987 * gdb.arch/s390-stackless.exp
7988 * gdb.arch/s390-tdbregs.exp
7989 * gdb.arch/s390-vregs.exp
7990 * gdb.arch/sparc-sysstep.exp
7991 * gdb.arch/thumb-bx-pc.exp
7992 * gdb.arch/thumb-singlestep.exp
7993 * gdb.arch/thumb2-it.exp
7994 * gdb.arch/vsx-regs.exp
7995 * gdb.asm/asm-source.exp
7996 * gdb.base/a2-run.exp
7997 * gdb.base/advance.exp
7998 * gdb.base/all-bin.exp
7999 * gdb.base/anon.exp
8000 * gdb.base/args.exp
8001 * gdb.base/arithmet.exp
8002 * gdb.base/async-shell.exp
8003 * gdb.base/async.exp
8004 * gdb.base/attach-pie-noexec.exp
8005 * gdb.base/attach-twice.exp
8006 * gdb.base/auto-load.exp
8007 * gdb.base/bang.exp
8008 * gdb.base/bitfields.exp
8009 * gdb.base/break-always.exp
8010 * gdb.base/break-caller-line.exp
8011 * gdb.base/break-entry.exp
8012 * gdb.base/break-inline.exp
8013 * gdb.base/break-on-linker-gcd-function.exp
8014 * gdb.base/break-probes.exp
8015 * gdb.base/break.exp
8016 * gdb.base/breakpoint-shadow.exp
8017 * gdb.base/call-ar-st.exp
8018 * gdb.base/call-sc.exp
8019 * gdb.base/call-signal-resume.exp
8020 * gdb.base/call-strs.exp
8021 * gdb.base/callfuncs.exp
8022 * gdb.base/catch-fork-static.exp
8023 * gdb.base/catch-gdb-caused-signals.exp
8024 * gdb.base/catch-load.exp
8025 * gdb.base/catch-signal-fork.exp
8026 * gdb.base/catch-signal.exp
8027 * gdb.base/catch-syscall.exp
8028 * gdb.base/charset.exp
8029 * gdb.base/checkpoint.exp
8030 * gdb.base/chng-syms.exp
8031 * gdb.base/code-expr.exp
8032 * gdb.base/code_elim.exp
8033 * gdb.base/commands.exp
8034 * gdb.base/completion.exp
8035 * gdb.base/complex.exp
8036 * gdb.base/cond-expr.exp
8037 * gdb.base/condbreak.exp
8038 * gdb.base/consecutive.exp
8039 * gdb.base/continue-all-already-running.exp
8040 * gdb.base/coredump-filter.exp
8041 * gdb.base/corefile.exp
8042 * gdb.base/dbx.exp
8043 * gdb.base/debug-expr.exp
8044 * gdb.base/define.exp
8045 * gdb.base/del.exp
8046 * gdb.base/disabled-location.exp
8047 * gdb.base/disasm-end-cu.exp
8048 * gdb.base/disasm-optim.exp
8049 * gdb.base/display.exp
8050 * gdb.base/duplicate-bp.exp
8051 * gdb.base/ena-dis-br.exp
8052 * gdb.base/ending-run.exp
8053 * gdb.base/enumval.exp
8054 * gdb.base/environ.exp
8055 * gdb.base/eu-strip-infcall.exp
8056 * gdb.base/eval-avoid-side-effects.exp
8057 * gdb.base/eval-skip.exp
8058 * gdb.base/exitsignal.exp
8059 * gdb.base/expand-psymtabs.exp
8060 * gdb.base/filesym.exp
8061 * gdb.base/find-unmapped.exp
8062 * gdb.base/finish.exp
8063 * gdb.base/float.exp
8064 * gdb.base/foll-exec-mode.exp
8065 * gdb.base/foll-exec.exp
8066 * gdb.base/foll-fork.exp
8067 * gdb.base/fortran-sym-case.exp
8068 * gdb.base/freebpcmd.exp
8069 * gdb.base/func-ptr.exp
8070 * gdb.base/func-ptrs.exp
8071 * gdb.base/funcargs.exp
8072 * gdb.base/gcore-buffer-overflow.exp
8073 * gdb.base/gcore-relro-pie.exp
8074 * gdb.base/gcore-relro.exp
8075 * gdb.base/gcore.exp
8076 * gdb.base/gdb1090.exp
8077 * gdb.base/gdb11530.exp
8078 * gdb.base/gdb11531.exp
8079 * gdb.base/gdb1821.exp
8080 * gdb.base/gdbindex-stabs.exp
8081 * gdb.base/gdbvars.exp
8082 * gdb.base/hbreak.exp
8083 * gdb.base/hbreak2.exp
8084 * gdb.base/included.exp
8085 * gdb.base/infcall-input.exp
8086 * gdb.base/inferior-died.exp
8087 * gdb.base/infnan.exp
8088 * gdb.base/info-macros.exp
8089 * gdb.base/info-os.exp
8090 * gdb.base/info-proc.exp
8091 * gdb.base/info-shared.exp
8092 * gdb.base/info-target.exp
8093 * gdb.base/infoline.exp
8094 * gdb.base/interp.exp
8095 * gdb.base/interrupt.exp
8096 * gdb.base/jit-reader.exp
8097 * gdb.base/jit-simple.exp
8098 * gdb.base/kill-after-signal.exp
8099 * gdb.base/kill-detach-inferiors-cmd.exp
8100 * gdb.base/label.exp
8101 * gdb.base/langs.exp
8102 * gdb.base/ldbl_e308.exp
8103 * gdb.base/line-symtabs.exp
8104 * gdb.base/linespecs.exp
8105 * gdb.base/list.exp
8106 * gdb.base/long_long.exp
8107 * gdb.base/longest-types.exp
8108 * gdb.base/maint.exp
8109 * gdb.base/max-value-size.exp
8110 * gdb.base/memattr.exp
8111 * gdb.base/mips_pro.exp
8112 * gdb.base/morestack.exp
8113 * gdb.base/moribund-step.exp
8114 * gdb.base/multi-forks.exp
8115 * gdb.base/nested-addr.exp
8116 * gdb.base/nextoverexit.exp
8117 * gdb.base/noreturn-finish.exp
8118 * gdb.base/noreturn-return.exp
8119 * gdb.base/nostdlib.exp
8120 * gdb.base/offsets.exp
8121 * gdb.base/opaque.exp
8122 * gdb.base/pc-fp.exp
8123 * gdb.base/permissions.exp
8124 * gdb.base/print-symbol-loading.exp
8125 * gdb.base/prologue-include.exp
8126 * gdb.base/psymtab.exp
8127 * gdb.base/ptype.exp
8128 * gdb.base/random-signal.exp
8129 * gdb.base/randomize.exp
8130 * gdb.base/range-stepping.exp
8131 * gdb.base/readline-ask.exp
8132 * gdb.base/recpar.exp
8133 * gdb.base/recurse.exp
8134 * gdb.base/relational.exp
8135 * gdb.base/restore.exp
8136 * gdb.base/return-nodebug.exp
8137 * gdb.base/return.exp
8138 * gdb.base/run-after-attach.exp
8139 * gdb.base/save-bp.exp
8140 * gdb.base/scope.exp
8141 * gdb.base/sect-cmd.exp
8142 * gdb.base/set-lang-auto.exp
8143 * gdb.base/set-noassign.exp
8144 * gdb.base/setvar.exp
8145 * gdb.base/sigall.exp
8146 * gdb.base/sigbpt.exp
8147 * gdb.base/siginfo-addr.exp
8148 * gdb.base/siginfo-infcall.exp
8149 * gdb.base/siginfo-obj.exp
8150 * gdb.base/siginfo.exp
8151 * gdb.base/signals-state-child.exp
8152 * gdb.base/signest.exp
8153 * gdb.base/sigstep.exp
8154 * gdb.base/sizeof.exp
8155 * gdb.base/skip.exp
8156 * gdb.base/solib-corrupted.exp
8157 * gdb.base/solib-nodir.exp
8158 * gdb.base/solib-search.exp
8159 * gdb.base/stack-checking.exp
8160 * gdb.base/stale-infcall.exp
8161 * gdb.base/stap-probe.exp
8162 * gdb.base/start.exp
8163 * gdb.base/step-break.exp
8164 * gdb.base/step-bt.exp
8165 * gdb.base/step-line.exp
8166 * gdb.base/step-over-exit.exp
8167 * gdb.base/step-over-syscall.exp
8168 * gdb.base/step-resume-infcall.exp
8169 * gdb.base/step-test.exp
8170 * gdb.base/store.exp
8171 * gdb.base/structs3.exp
8172 * gdb.base/sym-file.exp
8173 * gdb.base/symbol-without-target_section.exp
8174 * gdb.base/term.exp
8175 * gdb.base/testenv.exp
8176 * gdb.base/ui-redirect.exp
8177 * gdb.base/until.exp
8178 * gdb.base/unwindonsignal.exp
8179 * gdb.base/value-double-free.exp
8180 * gdb.base/vla-datatypes.exp
8181 * gdb.base/vla-ptr.exp
8182 * gdb.base/vla-sideeffect.exp
8183 * gdb.base/volatile.exp
8184 * gdb.base/watch-cond-infcall.exp
8185 * gdb.base/watch-cond.exp
8186 * gdb.base/watch-non-mem.exp
8187 * gdb.base/watch-read.exp
8188 * gdb.base/watch-vfork.exp
8189 * gdb.base/watchpoint-cond-gone.exp
8190 * gdb.base/watchpoint-delete.exp
8191 * gdb.base/watchpoint-hw-hit-once.exp
8192 * gdb.base/watchpoint-hw.exp
8193 * gdb.base/watchpoint-stops-at-right-insn.exp
8194 * gdb.base/watchpoints.exp
8195 * gdb.base/wchar.exp
8196 * gdb.base/whatis-exp.exp
8197 * gdb.btrace/buffer-size.exp
8198 * gdb.btrace/data.exp
8199 * gdb.btrace/delta.exp
8200 * gdb.btrace/dlopen.exp
8201 * gdb.btrace/enable.exp
8202 * gdb.btrace/exception.exp
8203 * gdb.btrace/function_call_history.exp
8204 * gdb.btrace/gcore.exp
8205 * gdb.btrace/instruction_history.exp
8206 * gdb.btrace/nohist.exp
8207 * gdb.btrace/reconnect.exp
8208 * gdb.btrace/record_goto-step.exp
8209 * gdb.btrace/record_goto.exp
8210 * gdb.btrace/rn-dl-bind.exp
8211 * gdb.btrace/segv.exp
8212 * gdb.btrace/step.exp
8213 * gdb.btrace/stepi.exp
8214 * gdb.btrace/tailcall-only.exp
8215 * gdb.btrace/tailcall.exp
8216 * gdb.btrace/tsx.exp
8217 * gdb.btrace/unknown_functions.exp
8218 * gdb.btrace/vdso.exp
8219 * gdb.compile/compile-ifunc.exp
8220 * gdb.compile/compile-ops.exp
8221 * gdb.compile/compile-print.exp
8222 * gdb.compile/compile-setjmp.exp
8223 * gdb.cp/abstract-origin.exp
8224 * gdb.cp/ambiguous.exp
8225 * gdb.cp/annota2.exp
8226 * gdb.cp/annota3.exp
8227 * gdb.cp/anon-ns.exp
8228 * gdb.cp/anon-struct.exp
8229 * gdb.cp/anon-union.exp
8230 * gdb.cp/arg-reference.exp
8231 * gdb.cp/baseenum.exp
8232 * gdb.cp/bool.exp
8233 * gdb.cp/breakpoint.exp
8234 * gdb.cp/bs15503.exp
8235 * gdb.cp/call-c.exp
8236 * gdb.cp/casts.exp
8237 * gdb.cp/chained-calls.exp
8238 * gdb.cp/class2.exp
8239 * gdb.cp/classes.exp
8240 * gdb.cp/cmpd-minsyms.exp
8241 * gdb.cp/converts.exp
8242 * gdb.cp/cp-relocate.exp
8243 * gdb.cp/cpcompletion.exp
8244 * gdb.cp/cpexprs.exp
8245 * gdb.cp/cplabel.exp
8246 * gdb.cp/cplusfuncs.exp
8247 * gdb.cp/cpsizeof.exp
8248 * gdb.cp/ctti.exp
8249 * gdb.cp/derivation.exp
8250 * gdb.cp/destrprint.exp
8251 * gdb.cp/dispcxx.exp
8252 * gdb.cp/enum-class.exp
8253 * gdb.cp/exception.exp
8254 * gdb.cp/exceptprint.exp
8255 * gdb.cp/expand-psymtabs-cxx.exp
8256 * gdb.cp/expand-sals.exp
8257 * gdb.cp/extern-c.exp
8258 * gdb.cp/filename.exp
8259 * gdb.cp/formatted-ref.exp
8260 * gdb.cp/fpointer.exp
8261 * gdb.cp/gdb1355.exp
8262 * gdb.cp/gdb2495.exp
8263 * gdb.cp/hang.exp
8264 * gdb.cp/impl-this.exp
8265 * gdb.cp/infcall-dlopen.exp
8266 * gdb.cp/inherit.exp
8267 * gdb.cp/iostream.exp
8268 * gdb.cp/koenig.exp
8269 * gdb.cp/local.exp
8270 * gdb.cp/m-data.exp
8271 * gdb.cp/m-static.exp
8272 * gdb.cp/mb-ctor.exp
8273 * gdb.cp/mb-inline.exp
8274 * gdb.cp/mb-templates.exp
8275 * gdb.cp/member-name.exp
8276 * gdb.cp/member-ptr.exp
8277 * gdb.cp/meth-typedefs.exp
8278 * gdb.cp/method.exp
8279 * gdb.cp/method2.exp
8280 * gdb.cp/minsym-fallback.exp
8281 * gdb.cp/misc.exp
8282 * gdb.cp/namelessclass.exp
8283 * gdb.cp/namespace-enum.exp
8284 * gdb.cp/namespace-nested-import.exp
8285 * gdb.cp/namespace.exp
8286 * gdb.cp/nextoverthrow.exp
8287 * gdb.cp/no-dmgl-verbose.exp
8288 * gdb.cp/non-trivial-retval.exp
8289 * gdb.cp/noparam.exp
8290 * gdb.cp/nsdecl.exp
8291 * gdb.cp/nsimport.exp
8292 * gdb.cp/nsnested.exp
8293 * gdb.cp/nsnoimports.exp
8294 * gdb.cp/nsrecurs.exp
8295 * gdb.cp/nsstress.exp
8296 * gdb.cp/nsusing.exp
8297 * gdb.cp/operator.exp
8298 * gdb.cp/oranking.exp
8299 * gdb.cp/overload-const.exp
8300 * gdb.cp/overload.exp
8301 * gdb.cp/ovldbreak.exp
8302 * gdb.cp/ovsrch.exp
8303 * gdb.cp/paren-type.exp
8304 * gdb.cp/parse-lang.exp
8305 * gdb.cp/pass-by-ref.exp
8306 * gdb.cp/pr-1023.exp
8307 * gdb.cp/pr-1210.exp
8308 * gdb.cp/pr-574.exp
8309 * gdb.cp/pr10687.exp
8310 * gdb.cp/pr12028.exp
8311 * gdb.cp/pr17132.exp
8312 * gdb.cp/pr17494.exp
8313 * gdb.cp/pr9067.exp
8314 * gdb.cp/pr9167.exp
8315 * gdb.cp/pr9631.exp
8316 * gdb.cp/printmethod.exp
8317 * gdb.cp/psmang.exp
8318 * gdb.cp/psymtab-parameter.exp
8319 * gdb.cp/ptype-cv-cp.exp
8320 * gdb.cp/ptype-flags.exp
8321 * gdb.cp/re-set-overloaded.exp
8322 * gdb.cp/ref-types.exp
8323 * gdb.cp/rtti.exp
8324 * gdb.cp/scope-err.exp
8325 * gdb.cp/shadow.exp
8326 * gdb.cp/smartp.exp
8327 * gdb.cp/static-method.exp
8328 * gdb.cp/static-print-quit.exp
8329 * gdb.cp/temargs.exp
8330 * gdb.cp/templates.exp
8331 * gdb.cp/try_catch.exp
8332 * gdb.cp/typedef-operator.exp
8333 * gdb.cp/typeid.exp
8334 * gdb.cp/userdef.exp
8335 * gdb.cp/using-crash.exp
8336 * gdb.cp/var-tag.exp
8337 * gdb.cp/virtbase.exp
8338 * gdb.cp/virtfunc.exp
8339 * gdb.cp/virtfunc2.exp
8340 * gdb.cp/vla-cxx.exp
8341 * gdb.disasm/t01_mov.exp
8342 * gdb.disasm/t02_mova.exp
8343 * gdb.disasm/t03_add.exp
8344 * gdb.disasm/t04_sub.exp
8345 * gdb.disasm/t05_cmp.exp
8346 * gdb.disasm/t06_ari2.exp
8347 * gdb.disasm/t07_ari3.exp
8348 * gdb.disasm/t08_or.exp
8349 * gdb.disasm/t09_xor.exp
8350 * gdb.disasm/t10_and.exp
8351 * gdb.disasm/t11_logs.exp
8352 * gdb.disasm/t12_bit.exp
8353 * gdb.disasm/t13_otr.exp
8354 * gdb.dlang/circular.exp
8355 * gdb.dwarf2/arr-stride.exp
8356 * gdb.dwarf2/arr-subrange.exp
8357 * gdb.dwarf2/atomic-type.exp
8358 * gdb.dwarf2/bad-regnum.exp
8359 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8360 * gdb.dwarf2/callframecfa.exp
8361 * gdb.dwarf2/clztest.exp
8362 * gdb.dwarf2/corrupt.exp
8363 * gdb.dwarf2/data-loc.exp
8364 * gdb.dwarf2/dup-psym.exp
8365 * gdb.dwarf2/dw2-anon-mptr.exp
8366 * gdb.dwarf2/dw2-anonymous-func.exp
8367 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8368 * gdb.dwarf2/dw2-bad-unresolved.exp
8369 * gdb.dwarf2/dw2-basic.exp
8370 * gdb.dwarf2/dw2-canonicalize-type.exp
8371 * gdb.dwarf2/dw2-case-insensitive.exp
8372 * gdb.dwarf2/dw2-common-block.exp
8373 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8374 * gdb.dwarf2/dw2-compressed.exp
8375 * gdb.dwarf2/dw2-const.exp
8376 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8377 * gdb.dwarf2/dw2-cu-size.exp
8378 * gdb.dwarf2/dw2-dup-frame.exp
8379 * gdb.dwarf2/dw2-entry-value.exp
8380 * gdb.dwarf2/dw2-icycle.exp
8381 * gdb.dwarf2/dw2-ifort-parameter.exp
8382 * gdb.dwarf2/dw2-inline-break.exp
8383 * gdb.dwarf2/dw2-inline-param.exp
8384 * gdb.dwarf2/dw2-intercu.exp
8385 * gdb.dwarf2/dw2-intermix.exp
8386 * gdb.dwarf2/dw2-lexical-block-bare.exp
8387 * gdb.dwarf2/dw2-linkage-name-trust.exp
8388 * gdb.dwarf2/dw2-minsym-in-cu.exp
8389 * gdb.dwarf2/dw2-noloc.exp
8390 * gdb.dwarf2/dw2-op-call.exp
8391 * gdb.dwarf2/dw2-op-out-param.exp
8392 * gdb.dwarf2/dw2-opt-structptr.exp
8393 * gdb.dwarf2/dw2-param-error.exp
8394 * gdb.dwarf2/dw2-producer.exp
8395 * gdb.dwarf2/dw2-ranges-base.exp
8396 * gdb.dwarf2/dw2-ref-missing-frame.exp
8397 * gdb.dwarf2/dw2-reg-undefined.exp
8398 * gdb.dwarf2/dw2-regno-invalid.exp
8399 * gdb.dwarf2/dw2-restore.exp
8400 * gdb.dwarf2/dw2-restrict.exp
8401 * gdb.dwarf2/dw2-single-line-discriminators.exp
8402 * gdb.dwarf2/dw2-strp.exp
8403 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8404 * gdb.dwarf2/dw2-unresolved.exp
8405 * gdb.dwarf2/dw2-var-zero-addr.exp
8406 * gdb.dwarf2/dw4-sig-types.exp
8407 * gdb.dwarf2/dwz.exp
8408 * gdb.dwarf2/dynarr-ptr.exp
8409 * gdb.dwarf2/enum-type.exp
8410 * gdb.dwarf2/gdb-index.exp
8411 * gdb.dwarf2/implptr-64bit.exp
8412 * gdb.dwarf2/implptr-optimized-out.exp
8413 * gdb.dwarf2/implptr.exp
8414 * gdb.dwarf2/implref-array.exp
8415 * gdb.dwarf2/implref-const.exp
8416 * gdb.dwarf2/implref-global.exp
8417 * gdb.dwarf2/implref-struct.exp
8418 * gdb.dwarf2/mac-fileno.exp
8419 * gdb.dwarf2/main-subprogram.exp
8420 * gdb.dwarf2/member-ptr-forwardref.exp
8421 * gdb.dwarf2/method-ptr.exp
8422 * gdb.dwarf2/missing-sig-type.exp
8423 * gdb.dwarf2/nonvar-access.exp
8424 * gdb.dwarf2/opaque-type-lookup.exp
8425 * gdb.dwarf2/pieces-optimized-out.exp
8426 * gdb.dwarf2/pieces.exp
8427 * gdb.dwarf2/pr10770.exp
8428 * gdb.dwarf2/pr13961.exp
8429 * gdb.dwarf2/staticvirtual.exp
8430 * gdb.dwarf2/subrange.exp
8431 * gdb.dwarf2/symtab-producer.exp
8432 * gdb.dwarf2/trace-crash.exp
8433 * gdb.dwarf2/typeddwarf.exp
8434 * gdb.dwarf2/valop.exp
8435 * gdb.dwarf2/watch-notconst.exp
8436 * gdb.fortran/array-element.exp
8437 * gdb.fortran/charset.exp
8438 * gdb.fortran/common-block.exp
8439 * gdb.fortran/complex.exp
8440 * gdb.fortran/derived-type-function.exp
8441 * gdb.fortran/derived-type.exp
8442 * gdb.fortran/logical.exp
8443 * gdb.fortran/module.exp
8444 * gdb.fortran/multi-dim.exp
8445 * gdb.fortran/nested-funcs.exp
8446 * gdb.fortran/print-formatted.exp
8447 * gdb.fortran/subarray.exp
8448 * gdb.fortran/vla-alloc-assoc.exp
8449 * gdb.fortran/vla-datatypes.exp
8450 * gdb.fortran/vla-history.exp
8451 * gdb.fortran/vla-ptr-info.exp
8452 * gdb.fortran/vla-ptype-sub.exp
8453 * gdb.fortran/vla-ptype.exp
8454 * gdb.fortran/vla-sizeof.exp
8455 * gdb.fortran/vla-type.exp
8456 * gdb.fortran/vla-value-sub-arbitrary.exp
8457 * gdb.fortran/vla-value-sub-finish.exp
8458 * gdb.fortran/vla-value-sub.exp
8459 * gdb.fortran/vla-value.exp
8460 * gdb.fortran/whatis_type.exp
8461 * gdb.go/chan.exp
8462 * gdb.go/handcall.exp
8463 * gdb.go/hello.exp
8464 * gdb.go/integers.exp
8465 * gdb.go/methods.exp
8466 * gdb.go/package.exp
8467 * gdb.go/strings.exp
8468 * gdb.go/types.exp
8469 * gdb.go/unsafe.exp
8470 * gdb.guile/scm-arch.exp
8471 * gdb.guile/scm-block.exp
8472 * gdb.guile/scm-breakpoint.exp
8473 * gdb.guile/scm-cmd.exp
8474 * gdb.guile/scm-disasm.exp
8475 * gdb.guile/scm-equal.exp
8476 * gdb.guile/scm-frame-args.exp
8477 * gdb.guile/scm-frame-inline.exp
8478 * gdb.guile/scm-frame.exp
8479 * gdb.guile/scm-iterator.exp
8480 * gdb.guile/scm-math.exp
8481 * gdb.guile/scm-objfile.exp
8482 * gdb.guile/scm-ports.exp
8483 * gdb.guile/scm-symbol.exp
8484 * gdb.guile/scm-symtab.exp
8485 * gdb.guile/scm-value-cc.exp
8486 * gdb.guile/types-module.exp
8487 * gdb.linespec/break-ask.exp
8488 * gdb.linespec/cpexplicit.exp
8489 * gdb.linespec/explicit.exp
8490 * gdb.linespec/keywords.exp
8491 * gdb.linespec/linespec.exp
8492 * gdb.linespec/ls-dollar.exp
8493 * gdb.linespec/ls-errs.exp
8494 * gdb.linespec/skip-two.exp
8495 * gdb.linespec/thread.exp
8496 * gdb.mi/mi-async.exp
8497 * gdb.mi/mi-basics.exp
8498 * gdb.mi/mi-break.exp
8499 * gdb.mi/mi-catch-load.exp
8500 * gdb.mi/mi-cli.exp
8501 * gdb.mi/mi-cmd-param-changed.exp
8502 * gdb.mi/mi-console.exp
8503 * gdb.mi/mi-detach.exp
8504 * gdb.mi/mi-disassemble.exp
8505 * gdb.mi/mi-eval.exp
8506 * gdb.mi/mi-file-transfer.exp
8507 * gdb.mi/mi-file.exp
8508 * gdb.mi/mi-fill-memory.exp
8509 * gdb.mi/mi-inheritance-syntax-error.exp
8510 * gdb.mi/mi-linespec-err-cp.exp
8511 * gdb.mi/mi-logging.exp
8512 * gdb.mi/mi-memory-changed.exp
8513 * gdb.mi/mi-read-memory.exp
8514 * gdb.mi/mi-record-changed.exp
8515 * gdb.mi/mi-reg-undefined.exp
8516 * gdb.mi/mi-regs.exp
8517 * gdb.mi/mi-return.exp
8518 * gdb.mi/mi-reverse.exp
8519 * gdb.mi/mi-simplerun.exp
8520 * gdb.mi/mi-solib.exp
8521 * gdb.mi/mi-stack.exp
8522 * gdb.mi/mi-stepi.exp
8523 * gdb.mi/mi-syn-frame.exp
8524 * gdb.mi/mi-until.exp
8525 * gdb.mi/mi-var-block.exp
8526 * gdb.mi/mi-var-child.exp
8527 * gdb.mi/mi-var-cmd.exp
8528 * gdb.mi/mi-var-cp.exp
8529 * gdb.mi/mi-var-display.exp
8530 * gdb.mi/mi-var-invalidate.exp
8531 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8532 * gdb.mi/mi-vla-fortran.exp
8533 * gdb.mi/mi-watch.exp
8534 * gdb.mi/mi2-var-child.exp
8535 * gdb.mi/user-selected-context-sync.exp
8536 * gdb.modula2/unbounded-array.exp
8537 * gdb.multi/dummy-frame-restore.exp
8538 * gdb.multi/multi-arch-exec.exp
8539 * gdb.multi/multi-arch.exp
8540 * gdb.multi/tids.exp
8541 * gdb.multi/watchpoint-multi.exp
8542 * gdb.opencl/callfuncs.exp
8543 * gdb.opencl/convs_casts.exp
8544 * gdb.opencl/datatypes.exp
8545 * gdb.opencl/operators.exp
8546 * gdb.opencl/vec_comps.exp
8547 * gdb.opt/clobbered-registers-O2.exp
8548 * gdb.opt/inline-break.exp
8549 * gdb.opt/inline-bt.exp
8550 * gdb.opt/inline-cmds.exp
8551 * gdb.opt/inline-locals.exp
8552 * gdb.pascal/case-insensitive-symbols.exp
8553 * gdb.pascal/floats.exp
8554 * gdb.pascal/gdb11492.exp
8555 * gdb.python/lib-types.exp
8556 * gdb.python/py-arch.exp
8557 * gdb.python/py-as-string.exp
8558 * gdb.python/py-bad-printers.exp
8559 * gdb.python/py-block.exp
8560 * gdb.python/py-breakpoint-create-fail.exp
8561 * gdb.python/py-breakpoint.exp
8562 * gdb.python/py-caller-is.exp
8563 * gdb.python/py-cmd.exp
8564 * gdb.python/py-explore-cc.exp
8565 * gdb.python/py-explore.exp
8566 * gdb.python/py-finish-breakpoint.exp
8567 * gdb.python/py-finish-breakpoint2.exp
8568 * gdb.python/py-frame-args.exp
8569 * gdb.python/py-frame-inline.exp
8570 * gdb.python/py-frame.exp
8571 * gdb.python/py-framefilter-mi.exp
8572 * gdb.python/py-infthread.exp
8573 * gdb.python/py-lazy-string.exp
8574 * gdb.python/py-linetable.exp
8575 * gdb.python/py-mi-events.exp
8576 * gdb.python/py-mi-objfile.exp
8577 * gdb.python/py-mi.exp
8578 * gdb.python/py-objfile.exp
8579 * gdb.python/py-pp-integral.exp
8580 * gdb.python/py-pp-maint.exp
8581 * gdb.python/py-pp-re-notag.exp
8582 * gdb.python/py-pp-registration.exp
8583 * gdb.python/py-recurse-unwind.exp
8584 * gdb.python/py-strfns.exp
8585 * gdb.python/py-symbol.exp
8586 * gdb.python/py-symtab.exp
8587 * gdb.python/py-sync-interp.exp
8588 * gdb.python/py-typeprint.exp
8589 * gdb.python/py-unwind-maint.exp
8590 * gdb.python/py-unwind.exp
8591 * gdb.python/py-value-cc.exp
8592 * gdb.python/py-xmethods.exp
8593 * gdb.reverse/amd64-tailcall-reverse.exp
8594 * gdb.reverse/break-precsave.exp
8595 * gdb.reverse/break-reverse.exp
8596 * gdb.reverse/consecutive-precsave.exp
8597 * gdb.reverse/consecutive-reverse.exp
8598 * gdb.reverse/finish-precsave.exp
8599 * gdb.reverse/finish-reverse-bkpt.exp
8600 * gdb.reverse/finish-reverse.exp
8601 * gdb.reverse/fstatat-reverse.exp
8602 * gdb.reverse/getresuid-reverse.exp
8603 * gdb.reverse/i386-precsave.exp
8604 * gdb.reverse/i386-reverse.exp
8605 * gdb.reverse/i386-sse-reverse.exp
8606 * gdb.reverse/i387-env-reverse.exp
8607 * gdb.reverse/i387-stack-reverse.exp
8608 * gdb.reverse/insn-reverse.exp
8609 * gdb.reverse/machinestate-precsave.exp
8610 * gdb.reverse/machinestate.exp
8611 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8612 * gdb.reverse/pipe-reverse.exp
8613 * gdb.reverse/readv-reverse.exp
8614 * gdb.reverse/recvmsg-reverse.exp
8615 * gdb.reverse/rerun-prec.exp
8616 * gdb.reverse/s390-mvcle.exp
8617 * gdb.reverse/step-precsave.exp
8618 * gdb.reverse/step-reverse.exp
8619 * gdb.reverse/time-reverse.exp
8620 * gdb.reverse/until-precsave.exp
8621 * gdb.reverse/until-reverse.exp
8622 * gdb.reverse/waitpid-reverse.exp
8623 * gdb.reverse/watch-precsave.exp
8624 * gdb.reverse/watch-reverse.exp
8625 * gdb.rust/generics.exp
8626 * gdb.rust/methods.exp
8627 * gdb.rust/modules.exp
8628 * gdb.rust/simple.exp
8629 * gdb.server/connect-with-no-symbol-file.exp
8630 * gdb.server/ext-attach.exp
8631 * gdb.server/ext-restart.exp
8632 * gdb.server/ext-wrapper.exp
8633 * gdb.server/file-transfer.exp
8634 * gdb.server/server-exec-info.exp
8635 * gdb.server/server-kill.exp
8636 * gdb.server/server-mon.exp
8637 * gdb.server/wrapper.exp
8638 * gdb.stabs/exclfwd.exp
8639 * gdb.stabs/gdb11479.exp
8640 * gdb.threads/clone-new-thread-event.exp
8641 * gdb.threads/corethreads.exp
8642 * gdb.threads/current-lwp-dead.exp
8643 * gdb.threads/dlopen-libpthread.exp
8644 * gdb.threads/gcore-thread.exp
8645 * gdb.threads/sigstep-threads.exp
8646 * gdb.threads/watchpoint-fork.exp
8647 * gdb.trace/actions-changed.exp
8648 * gdb.trace/backtrace.exp
8649 * gdb.trace/change-loc.exp
8650 * gdb.trace/circ.exp
8651 * gdb.trace/collection.exp
8652 * gdb.trace/disconnected-tracing.exp
8653 * gdb.trace/ftrace.exp
8654 * gdb.trace/mi-trace-frame-collected.exp
8655 * gdb.trace/mi-trace-unavailable.exp
8656 * gdb.trace/mi-traceframe-changed.exp
8657 * gdb.trace/mi-tsv-changed.exp
8658 * gdb.trace/no-attach-trace.exp
8659 * gdb.trace/passc-dyn.exp
8660 * gdb.trace/qtro.exp
8661 * gdb.trace/range-stepping.exp
8662 * gdb.trace/read-memory.exp
8663 * gdb.trace/save-trace.exp
8664 * gdb.trace/signal.exp
8665 * gdb.trace/status-stop.exp
8666 * gdb.trace/tfile.exp
8667 * gdb.trace/trace-break.exp
8668 * gdb.trace/trace-buffer-size.exp
8669 * gdb.trace/trace-condition.exp
8670 * gdb.trace/tracefile-pseudo-reg.exp
8671 * gdb.trace/tstatus.exp
8672 * gdb.trace/unavailable.exp
8673 * gdb.trace/while-dyn.exp
8674 * gdb.trace/while-stepping.exp
8675
8676 2016-12-22 Doug Evans <xdje42@gmail.com>
8677
8678 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8679 and msymbols.
8680
8681 2016-12-19 Yao Qi <yao.qi@linaro.org>
8682
8683 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8684 (test_with_self): Don't call do_steps_and_nexts, and remove
8685 code about stepping into xmalloc.
8686
8687 2016-12-09 Yao Qi <yao.qi@linaro.org>
8688
8689 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8690
8691 2016-12-09 Yao Qi <yao.qi@linaro.org>
8692
8693 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8694
8695 2016-12-09 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/all-architectures-0.exp: New file.
8698 * gdb.base/all-architectures-1.exp: New file.
8699 * gdb.base/all-architectures-2.exp: New file.
8700 * gdb.base/all-architectures-3.exp: New file.
8701 * gdb.base/all-architectures-4.exp: New file.
8702 * gdb.base/all-architectures-5.exp: New file.
8703 * gdb.base/all-architectures-6.exp: New file.
8704 * gdb.base/all-architectures-7.exp: New file.
8705 * gdb.base/all-architectures.exp.in: New file.
8706
8707 2016-12-09 Yao Qi <yao.qi@linaro.org>
8708
8709 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8710
8711 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8712
8713 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8714 possible.
8715 Remove useless pattern-matching code.
8716
8717 2016-12-02 Pedro Alves <palves@redhat.com>
8718
8719 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8720 procedure.
8721 (top level): Call it.
8722
8723 2016-12-02 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8726 New procedure.
8727 (top level): Call it.
8728
8729 2016-12-02 Pedro Alves <palves@redhat.com>
8730
8731 PR cli/20559
8732 * gdb.base/commands.exp (user_defined_command_args_eval): New
8733 procedure.
8734 (top level): Call it.
8735
8736 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8737
8738 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8739 timeout handling.
8740
8741 2016-12-02 Tom Tromey <tom@tromey.com>
8742
8743 * gdb.dwarf2/main-subprogram.c: New file.
8744 * gdb.dwarf2/main-subprogram.exp: New file.
8745
8746 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8747
8748 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8749 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8750 gdb_test_no_output for a couple of cases.
8751 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8752
8753 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8754
8755 Fix test names and standardize compilation error messages throughout
8756 the following files:
8757
8758 * gdb.ada/start.exp
8759 * gdb.arch/alpha-step.exp
8760 * gdb.arch/e500-prologue.exp
8761 * gdb.arch/ftrace-insn-reloc.exp
8762 * gdb.arch/gdb1291.exp
8763 * gdb.arch/gdb1431.exp
8764 * gdb.arch/gdb1558.exp
8765 * gdb.arch/i386-dr3-watch.exp
8766 * gdb.arch/i386-sse-stack-align.exp
8767 * gdb.arch/ia64-breakpoint-shadow.exp
8768 * gdb.arch/pa-nullify.exp
8769 * gdb.arch/powerpc-aix-prologue.exp
8770 * gdb.arch/thumb-bx-pc.exp
8771 * gdb.base/annota1.exp
8772 * gdb.base/annota3.exp
8773 * gdb.base/arrayidx.exp
8774 * gdb.base/assign.exp
8775 * gdb.base/attach.exp
8776 * gdb.base/auxv.exp
8777 * gdb.base/bang.exp
8778 * gdb.base/bfp-test.exp
8779 * gdb.base/bigcore.exp
8780 * gdb.base/bitfields2.exp
8781 * gdb.base/break-fun-addr.exp
8782 * gdb.base/break-probes.exp
8783 * gdb.base/call-rt-st.exp
8784 * gdb.base/callexit.exp
8785 * gdb.base/catch-fork-kill.exp
8786 * gdb.base/charset.exp
8787 * gdb.base/checkpoint.exp
8788 * gdb.base/comprdebug.exp
8789 * gdb.base/constvars.exp
8790 * gdb.base/coredump-filter.exp
8791 * gdb.base/cursal.exp
8792 * gdb.base/cvexpr.exp
8793 * gdb.base/detach.exp
8794 * gdb.base/display.exp
8795 * gdb.base/dmsym.exp
8796 * gdb.base/dprintf-pending.exp
8797 * gdb.base/dso2dso.exp
8798 * gdb.base/dtrace-probe.exp
8799 * gdb.base/dump.exp
8800 * gdb.base/enum_cond.exp
8801 * gdb.base/exe-lock.exp
8802 * gdb.base/exec-invalid-sysroot.exp
8803 * gdb.base/execl-update-breakpoints.exp
8804 * gdb.base/exprs.exp
8805 * gdb.base/fileio.exp
8806 * gdb.base/find.exp
8807 * gdb.base/finish.exp
8808 * gdb.base/fixsection.exp
8809 * gdb.base/foll-vfork.exp
8810 * gdb.base/frame-args.exp
8811 * gdb.base/gcore.exp
8812 * gdb.base/gdb1250.exp
8813 * gdb.base/global-var-nested-by-dso.exp
8814 * gdb.base/gnu-ifunc.exp
8815 * gdb.base/hashline1.exp
8816 * gdb.base/hashline2.exp
8817 * gdb.base/hashline3.exp
8818 * gdb.base/hbreak-in-shr-unsupported.exp
8819 * gdb.base/huge.exp
8820 * gdb.base/infcall-input.exp
8821 * gdb.base/info-fun.exp
8822 * gdb.base/info-shared.exp
8823 * gdb.base/jit-simple.exp
8824 * gdb.base/jit-so.exp
8825 * gdb.base/jit.exp
8826 * gdb.base/jump.exp
8827 * gdb.base/label.exp
8828 * gdb.base/lineinc.exp
8829 * gdb.base/logical.exp
8830 * gdb.base/longjmp.exp
8831 * gdb.base/macscp.exp
8832 * gdb.base/miscexprs.exp
8833 * gdb.base/new-ui-echo.exp
8834 * gdb.base/new-ui-pending-input.exp
8835 * gdb.base/new-ui.exp
8836 * gdb.base/nodebug.exp
8837 * gdb.base/nofield.exp
8838 * gdb.base/offsets.exp
8839 * gdb.base/overlays.exp
8840 * gdb.base/pending.exp
8841 * gdb.base/pointers.exp
8842 * gdb.base/pr11022.exp
8843 * gdb.base/printcmds.exp
8844 * gdb.base/prologue.exp
8845 * gdb.base/ptr-typedef.exp
8846 * gdb.base/realname-expand.exp
8847 * gdb.base/relativedebug.exp
8848 * gdb.base/relocate.exp
8849 * gdb.base/remote.exp
8850 * gdb.base/reread.exp
8851 * gdb.base/return2.exp
8852 * gdb.base/savedregs.exp
8853 * gdb.base/sep.exp
8854 * gdb.base/sepdebug.exp
8855 * gdb.base/sepsymtab.exp
8856 * gdb.base/set-inferior-tty.exp
8857 * gdb.base/setshow.exp
8858 * gdb.base/shlib-call.exp
8859 * gdb.base/sigaltstack.exp
8860 * gdb.base/siginfo-addr.exp
8861 * gdb.base/signals.exp
8862 * gdb.base/signull.exp
8863 * gdb.base/sigrepeat.exp
8864 * gdb.base/so-impl-ld.exp
8865 * gdb.base/solib-display.exp
8866 * gdb.base/solib-overlap.exp
8867 * gdb.base/solib-search.exp
8868 * gdb.base/solib-symbol.exp
8869 * gdb.base/structs.exp
8870 * gdb.base/structs2.exp
8871 * gdb.base/symtab-search-order.exp
8872 * gdb.base/twice.exp
8873 * gdb.base/unload.exp
8874 * gdb.base/varargs.exp
8875 * gdb.base/watchpoint-solib.exp
8876 * gdb.base/watchpoint.exp
8877 * gdb.base/whatis.exp
8878 * gdb.base/wrong_frame_bt_full.exp
8879 * gdb.btrace/dlopen.exp
8880 * gdb.cell/ea-standalone.exp
8881 * gdb.cell/ea-test.exp
8882 * gdb.cp/dispcxx.exp
8883 * gdb.cp/gdb2384.exp
8884 * gdb.cp/method2.exp
8885 * gdb.cp/nextoverthrow.exp
8886 * gdb.cp/pr10728.exp
8887 * gdb.disasm/am33.exp
8888 * gdb.disasm/h8300s.exp
8889 * gdb.disasm/mn10300.exp
8890 * gdb.disasm/sh3.exp
8891 * gdb.dwarf2/dw2-dir-file-name.exp
8892 * gdb.fortran/complex.exp
8893 * gdb.fortran/library-module.exp
8894 * gdb.guile/scm-pretty-print.exp
8895 * gdb.guile/scm-symbol.exp
8896 * gdb.guile/scm-type.exp
8897 * gdb.guile/scm-value.exp
8898 * gdb.linespec/linespec.exp
8899 * gdb.mi/gdb701.exp
8900 * gdb.mi/gdb792.exp
8901 * gdb.mi/mi-breakpoint-changed.exp
8902 * gdb.mi/mi-dprintf-pending.exp
8903 * gdb.mi/mi-dprintf.exp
8904 * gdb.mi/mi-exit-code.exp
8905 * gdb.mi/mi-pending.exp
8906 * gdb.mi/mi-solib.exp
8907 * gdb.mi/new-ui-mi-sync.exp
8908 * gdb.mi/pr11022.exp
8909 * gdb.mi/user-selected-context-sync.exp
8910 * gdb.opt/solib-intra-step.exp
8911 * gdb.python/py-events.exp
8912 * gdb.python/py-finish-breakpoint.exp
8913 * gdb.python/py-mi.exp
8914 * gdb.python/py-prettyprint.exp
8915 * gdb.python/py-shared.exp
8916 * gdb.python/py-symbol.exp
8917 * gdb.python/py-template.exp
8918 * gdb.python/py-type.exp
8919 * gdb.python/py-value.exp
8920 * gdb.reverse/solib-precsave.exp
8921 * gdb.reverse/solib-reverse.exp
8922 * gdb.server/solib-list.exp
8923 * gdb.stabs/weird.exp
8924 * gdb.threads/reconnect-signal.exp
8925 * gdb.threads/stepi-random-signal.exp
8926 * gdb.trace/actions.exp
8927 * gdb.trace/ax.exp
8928 * gdb.trace/backtrace.exp
8929 * gdb.trace/change-loc.exp
8930 * gdb.trace/deltrace.exp
8931 * gdb.trace/ftrace-lock.exp
8932 * gdb.trace/ftrace.exp
8933 * gdb.trace/infotrace.exp
8934 * gdb.trace/mi-tracepoint-changed.exp
8935 * gdb.trace/packetlen.exp
8936 * gdb.trace/passcount.exp
8937 * gdb.trace/pending.exp
8938 * gdb.trace/range-stepping.exp
8939 * gdb.trace/report.exp
8940 * gdb.trace/stap-trace.exp
8941 * gdb.trace/tfind.exp
8942 * gdb.trace/trace-break.exp
8943 * gdb.trace/trace-condition.exp
8944 * gdb.trace/trace-enable-disable.exp
8945 * gdb.trace/trace-mt.exp
8946 * gdb.trace/tracecmd.exp
8947 * gdb.trace/tspeed.exp
8948 * gdb.trace/tsv.exp
8949 * lib/perftest.exp
8950
8951 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8952
8953 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8954 with gdb_test_no_output.
8955 Use command as test name.
8956
8957 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8958
8959 Fix test names starting with uppercase throughout the files.
8960
8961 * gdb.ada/assign_1.exp
8962 * gdb.ada/boolean_expr.exp
8963 * gdb.base/arrayidx.exp
8964 * gdb.base/del.exp
8965 * gdb.base/gcore-buffer-overflow.exp
8966 * gdb.base/testenv.exp
8967 * gdb.compile/compile.exp
8968 * gdb.python/py-framefilter-invalidarg.exp
8969 * gdb.python/py-framefilter.exp
8970
8971 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8972
8973 Fix test names starting with uppercase throughout the files.
8974
8975 * gdb.ada/array_return.exp
8976 * gdb.ada/expr_delims.exp
8977 * gdb.ada/mi_dyn_arr.exp
8978 * gdb.ada/mi_interface.exp
8979 * gdb.ada/mi_var_array.exp
8980 * gdb.ada/watch_arg.exp
8981 * gdb.arch/alpha-step.exp
8982 * gdb.arch/altivec-regs.exp
8983 * gdb.arch/e500-regs.exp
8984 * gdb.arch/powerpc-d128-regs.exp
8985 * gdb.base/arrayidx.exp
8986 * gdb.base/break.exp
8987 * gdb.base/checkpoint.exp
8988 * gdb.base/debug-expr.exp
8989 * gdb.base/dmsym.exp
8990 * gdb.base/radix.exp
8991 * gdb.base/sepdebug.exp
8992 * gdb.base/testenv.exp
8993 * gdb.base/watch_thread_num.exp
8994 * gdb.base/watchpoint-cond-gone.exp
8995 * gdb.cell/break.exp
8996 * gdb.cell/ea-cache.exp
8997 * gdb.compile/compile.exp
8998 * gdb.cp/gdb2495.exp
8999 * gdb.gdb/selftest.exp
9000 * gdb.gdb/xfullpath.exp
9001 * gdb.go/hello.exp
9002 * gdb.go/integers.exp
9003 * gdb.objc/basicclass.exp
9004 * gdb.pascal/hello.exp
9005 * gdb.pascal/integers.exp
9006 * gdb.python/py-breakpoint.exp
9007 * gdb.python/py-cmd.exp
9008 * gdb.python/py-linetable.exp
9009 * gdb.python/py-xmethods.exp
9010 * gdb.python/python.exp
9011 * gdb.reverse/consecutive-precsave.exp
9012 * gdb.reverse/finish-precsave.exp
9013 * gdb.reverse/i386-precsave.exp
9014 * gdb.reverse/machinestate-precsave.exp
9015 * gdb.reverse/sigall-precsave.exp
9016 * gdb.reverse/solib-precsave.exp
9017 * gdb.reverse/step-precsave.exp
9018 * gdb.reverse/until-precsave.exp
9019 * gdb.reverse/watch-precsave.exp
9020 * gdb.threads/leader-exit.exp
9021 * gdb.threads/pthreads.exp
9022 * gdb.threads/wp-replication.exp
9023 * gdb.trace/actions.exp
9024 * gdb.trace/mi-tsv-changed.exp
9025 * gdb.trace/tsv.exp
9026
9027 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9028
9029 Fix test names starting with uppercase throughout the files.
9030
9031 * gdb.arch/i386-bp_permanent.exp
9032 * gdb.arch/i386-gnu-cfi.exp
9033 * gdb.base/disasm-end-cu.exp
9034 * gdb.base/macscp.exp
9035 * gdb.base/pending.exp
9036 * gdb.base/watch_thread_num.exp
9037 * gdb.cp/exception.exp
9038 * gdb.cp/gdb2495.exp
9039 * gdb.cp/local.exp
9040 * gdb.python/py-evsignal.exp
9041 * gdb.python/python.exp
9042 * gdb.trace/tracecmd.exp
9043
9044 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9045
9046 Fix test names starting with uppercase throughout the files.
9047
9048 * gdb.base/charset.exp
9049 * gdb.base/eval.exp
9050 * gdb.base/multi-forks.exp
9051 * gdb.guile/scm-progspace.exp
9052 * gdb.opencl/datatypes.exp
9053 * gdb.python/py-block.exp
9054 * gdb.python/py-function.exp
9055 * gdb.python/py-symbol.exp
9056 * gdb.python/py-symtab.exp
9057 * gdb.python/py-xmethods.exp
9058 * gdb.reverse/break-precsave.exp
9059 * gdb.reverse/break-reverse.exp
9060 * gdb.reverse/consecutive-precsave.exp
9061 * gdb.reverse/consecutive-reverse.exp
9062 * gdb.reverse/finish-precsave.exp
9063 * gdb.reverse/finish-reverse-bkpt.exp
9064 * gdb.reverse/finish-reverse.exp
9065 * gdb.reverse/fstatat-reverse.exp
9066 * gdb.reverse/getresuid-reverse.exp
9067 * gdb.reverse/i386-precsave.exp
9068 * gdb.reverse/i386-reverse.exp
9069 * gdb.reverse/i386-sse-reverse.exp
9070 * gdb.reverse/i387-stack-reverse.exp
9071 * gdb.reverse/insn-reverse.exp
9072 * gdb.reverse/machinestate-precsave.exp
9073 * gdb.reverse/machinestate.exp
9074 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9075 * gdb.reverse/pipe-reverse.exp
9076 * gdb.reverse/readv-reverse.exp
9077 * gdb.reverse/recvmsg-reverse.exp
9078 * gdb.reverse/rerun-prec.exp
9079 * gdb.reverse/s390-mvcle.exp
9080 * gdb.reverse/sigall-precsave.exp
9081 * gdb.reverse/sigall-reverse.exp
9082 * gdb.reverse/solib-precsave.exp
9083 * gdb.reverse/solib-reverse.exp
9084 * gdb.reverse/step-precsave.exp
9085 * gdb.reverse/step-reverse.exp
9086 * gdb.reverse/time-reverse.exp
9087 * gdb.reverse/until-precsave.exp
9088 * gdb.reverse/until-reverse.exp
9089 * gdb.reverse/waitpid-reverse.exp
9090 * gdb.reverse/watch-precsave.exp
9091 * gdb.reverse/watch-reverse.exp
9092
9093 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9094
9095 Fix test names starting with uppercase throughout the files.
9096
9097 * gdb.arch/i386-mpx-simple_segv.exp
9098 * gdb.arch/i386-mpx.exp
9099 * gdb.arch/i386-permbkpt.exp
9100 * gdb.arch/pa-nullify.exp
9101 * gdb.arch/powerpc-d128-regs.exp
9102 * gdb.arch/vsx-regs.exp
9103 * gdb.base/bfp-test.exp
9104 * gdb.base/break.exp
9105 * gdb.base/breakpoint-shadow.exp
9106 * gdb.base/callfuncs.exp
9107 * gdb.base/charset.exp
9108 * gdb.base/commands.exp
9109 * gdb.base/completion.exp
9110 * gdb.base/dfp-test.exp
9111 * gdb.base/echo.exp
9112 * gdb.base/ending-run.exp
9113 * gdb.base/eval.exp
9114 * gdb.base/expand-psymtabs.exp
9115 * gdb.base/float128.exp
9116 * gdb.base/floatn.exp
9117 * gdb.base/foll-exec-mode.exp
9118 * gdb.base/gdb1056.exp
9119 * gdb.base/gdb11531.exp
9120 * gdb.base/kill-after-signal.exp
9121 * gdb.base/multi-forks.exp
9122 * gdb.base/overlays.exp
9123 * gdb.base/pending.exp
9124 * gdb.base/sepdebug.exp
9125 * gdb.base/testenv.exp
9126 * gdb.base/valgrind-db-attach.exp
9127 * gdb.base/watch_thread_num.exp
9128 * gdb.base/watchpoint-cond-gone.exp
9129 * gdb.base/watchpoint.exp
9130 * gdb.base/watchpoints.exp
9131 * gdb.cp/arg-reference.exp
9132 * gdb.cp/baseenum.exp
9133 * gdb.cp/operator.exp
9134 * gdb.cp/shadow.exp
9135 * gdb.dwarf2/dw2-op-out-param.exp
9136 * gdb.dwarf2/dw2-reg-undefined.exp
9137 * gdb.go/chan.exp
9138 * gdb.go/hello.exp
9139 * gdb.go/integers.exp
9140 * gdb.go/methods.exp
9141 * gdb.go/package.exp
9142 * gdb.guile/scm-parameter.exp
9143 * gdb.guile/scm-progspace.exp
9144 * gdb.guile/scm-value.exp
9145 * gdb.mi/mi-pending.exp
9146 * gdb.mi/user-selected-context-sync.exp
9147 * gdb.multi/multi-attach.exp
9148 * gdb.multi/tids.exp
9149 * gdb.opt/clobbered-registers-O2.exp
9150 * gdb.pascal/floats.exp
9151 * gdb.pascal/integers.exp
9152 * gdb.python/py-block.exp
9153 * gdb.python/py-events.exp
9154 * gdb.python/py-parameter.exp
9155 * gdb.python/py-symbol.exp
9156 * gdb.python/py-symtab.exp
9157 * gdb.python/py-type.exp
9158 * gdb.python/py-value.exp
9159 * gdb.python/py-xmethods.exp
9160 * gdb.python/python.exp
9161 * gdb.reverse/break-precsave.exp
9162 * gdb.reverse/consecutive-precsave.exp
9163 * gdb.reverse/finish-precsave.exp
9164 * gdb.reverse/i386-precsave.exp
9165 * gdb.reverse/machinestate-precsave.exp
9166 * gdb.reverse/sigall-precsave.exp
9167 * gdb.reverse/solib-precsave.exp
9168 * gdb.reverse/step-precsave.exp
9169 * gdb.reverse/until-precsave.exp
9170 * gdb.reverse/watch-precsave.exp
9171 * gdb.server/ext-attach.exp
9172 * gdb.server/ext-restart.exp
9173 * gdb.server/ext-run.exp
9174 * gdb.server/ext-wrapper.exp
9175 * gdb.stabs/gdb11479.exp
9176 * gdb.stabs/weird.exp
9177 * gdb.threads/attach-many-short-lived-threads.exp
9178 * gdb.threads/kill.exp
9179 * gdb.threads/watchpoint-fork.exp
9180
9181 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9182
9183 Fix test names starting with uppercase throughout all the files below.
9184
9185 * gdb.ada/array_return.exp
9186 * gdb.ada/catch_ex.exp
9187 * gdb.ada/info_exc.exp
9188 * gdb.ada/mi_catch_ex.exp
9189 * gdb.ada/mi_dyn_arr.exp
9190 * gdb.ada/mi_ex_cond.exp
9191 * gdb.ada/mi_exc_info.exp
9192 * gdb.ada/mi_interface.exp
9193 * gdb.ada/mi_task_arg.exp
9194 * gdb.ada/mi_task_info.exp
9195 * gdb.ada/mi_var_array.exp
9196 * gdb.arch/alpha-step.exp
9197 * gdb.arch/amd64-disp-step.exp
9198 * gdb.arch/arm-disp-step.exp
9199 * gdb.arch/disp-step-insn-reloc.exp
9200 * gdb.arch/e500-prologue.exp
9201 * gdb.arch/ftrace-insn-reloc.exp
9202 * gdb.arch/gdb1558.exp
9203 * gdb.arch/i386-bp_permanent.exp
9204 * gdb.arch/i386-disp-step.exp
9205 * gdb.arch/i386-float.exp
9206 * gdb.arch/i386-gnu-cfi.exp
9207 * gdb.arch/ia64-breakpoint-shadow.exp
9208 * gdb.arch/mips16-thunks.exp
9209 * gdb.arch/pa-nullify.exp
9210 * gdb.arch/powerpc-aix-prologue.exp
9211 * gdb.arch/powerpc-power.exp
9212 * gdb.arch/ppc-dfp.exp
9213 * gdb.arch/s390-tdbregs.exp
9214 * gdb.arch/spu-info.exp
9215 * gdb.arch/spu-ls.exp
9216 * gdb.arch/thumb-bx-pc.exp
9217 * gdb.base/advance.exp
9218 * gdb.base/annota-input-while-running.exp
9219 * gdb.base/arrayidx.exp
9220 * gdb.base/asmlabel.exp
9221 * gdb.base/async.exp
9222 * gdb.base/attach-wait-input.exp
9223 * gdb.base/auto-connect-native-target.exp
9224 * gdb.base/batch-preserve-term-settings.exp
9225 * gdb.base/bfp-test.exp
9226 * gdb.base/bigcore.exp
9227 * gdb.base/bp-permanent.exp
9228 * gdb.base/break-always.exp
9229 * gdb.base/break-fun-addr.exp
9230 * gdb.base/break-idempotent.exp
9231 * gdb.base/break-main-file-remove-fail.exp
9232 * gdb.base/break-probes.exp
9233 * gdb.base/break-unload-file.exp
9234 * gdb.base/break.exp
9235 * gdb.base/call-ar-st.exp
9236 * gdb.base/call-rt-st.exp
9237 * gdb.base/call-sc.exp
9238 * gdb.base/call-signal-resume.exp
9239 * gdb.base/call-strs.exp
9240 * gdb.base/callexit.exp
9241 * gdb.base/callfuncs.exp
9242 * gdb.base/catch-gdb-caused-signals.exp
9243 * gdb.base/catch-signal-siginfo-cond.exp
9244 * gdb.base/catch-syscall.exp
9245 * gdb.base/compare-sections.exp
9246 * gdb.base/cond-eval-mode.exp
9247 * gdb.base/condbreak-call-false.exp
9248 * gdb.base/consecutive-step-over.exp
9249 * gdb.base/cursal.exp
9250 * gdb.base/disabled-location.exp
9251 * gdb.base/disasm-end-cu.exp
9252 * gdb.base/display.exp
9253 * gdb.base/double-prompt-target-event-error.exp
9254 * gdb.base/dprintf-bp-same-addr.exp
9255 * gdb.base/dprintf-detach.exp
9256 * gdb.base/dprintf-next.exp
9257 * gdb.base/dprintf-non-stop.exp
9258 * gdb.base/dprintf-pending.exp
9259 * gdb.base/dso2dso.exp
9260 * gdb.base/ending-run.exp
9261 * gdb.base/enum_cond.exp
9262 * gdb.base/examine-backward.exp
9263 * gdb.base/exe-lock.exp
9264 * gdb.base/exec-invalid-sysroot.exp
9265 * gdb.base/execl-update-breakpoints.exp
9266 * gdb.base/execution-termios.exp
9267 * gdb.base/fileio.exp
9268 * gdb.base/fixsection.exp
9269 * gdb.base/foll-exec-mode.exp
9270 * gdb.base/foll-exec.exp
9271 * gdb.base/fork-running-state.exp
9272 * gdb.base/frame-args.exp
9273 * gdb.base/fullpath-expand.exp
9274 * gdb.base/func-ptr.exp
9275 * gdb.base/gcore-relro-pie.exp
9276 * gdb.base/gdb1090.exp
9277 * gdb.base/gdb1555.exp
9278 * gdb.base/global-var-nested-by-dso.exp
9279 * gdb.base/gnu-ifunc.exp
9280 * gdb.base/hbreak-in-shr-unsupported.exp
9281 * gdb.base/hbreak-unmapped.exp
9282 * gdb.base/hook-stop.exp
9283 * gdb.base/infcall-input.exp
9284 * gdb.base/info-fun.exp
9285 * gdb.base/info-shared.exp
9286 * gdb.base/interrupt-noterm.exp
9287 * gdb.base/jit-so.exp
9288 * gdb.base/jit.exp
9289 * gdb.base/line-symtabs.exp
9290 * gdb.base/list.exp
9291 * gdb.base/longjmp.exp
9292 * gdb.base/macscp.exp
9293 * gdb.base/max-value-size.exp
9294 * gdb.base/nodebug.exp
9295 * gdb.base/nofield.exp
9296 * gdb.base/overlays.exp
9297 * gdb.base/paginate-after-ctrl-c-running.exp
9298 * gdb.base/paginate-bg-execution.exp
9299 * gdb.base/paginate-inferior-exit.exp
9300 * gdb.base/pending.exp
9301 * gdb.base/pr11022.exp
9302 * gdb.base/printcmds.exp
9303 * gdb.base/ptr-typedef.exp
9304 * gdb.base/ptype.exp
9305 * gdb.base/randomize.exp
9306 * gdb.base/range-stepping.exp
9307 * gdb.base/realname-expand.exp
9308 * gdb.base/relativedebug.exp
9309 * gdb.base/remote.exp
9310 * gdb.base/savedregs.exp
9311 * gdb.base/sepdebug.exp
9312 * gdb.base/set-noassign.exp
9313 * gdb.base/shlib-call.exp
9314 * gdb.base/shreloc.exp
9315 * gdb.base/sigaltstack.exp
9316 * gdb.base/sigbpt.exp
9317 * gdb.base/siginfo-addr.exp
9318 * gdb.base/siginfo-obj.exp
9319 * gdb.base/siginfo-thread.exp
9320 * gdb.base/signest.exp
9321 * gdb.base/signull.exp
9322 * gdb.base/sigrepeat.exp
9323 * gdb.base/skip.exp
9324 * gdb.base/so-impl-ld.exp
9325 * gdb.base/solib-corrupted.exp
9326 * gdb.base/solib-disc.exp
9327 * gdb.base/solib-display.exp
9328 * gdb.base/solib-overlap.exp
9329 * gdb.base/solib-search.exp
9330 * gdb.base/solib-symbol.exp
9331 * gdb.base/source-execution.exp
9332 * gdb.base/sss-bp-on-user-bp-2.exp
9333 * gdb.base/sss-bp-on-user-bp.exp
9334 * gdb.base/stack-checking.exp
9335 * gdb.base/stale-infcall.exp
9336 * gdb.base/step-break.exp
9337 * gdb.base/step-line.exp
9338 * gdb.base/step-over-exit.exp
9339 * gdb.base/step-test.exp
9340 * gdb.base/structs.exp
9341 * gdb.base/sym-file.exp
9342 * gdb.base/symtab-search-order.exp
9343 * gdb.base/term.exp
9344 * gdb.base/type-opaque.exp
9345 * gdb.base/unload.exp
9346 * gdb.base/until-nodebug.exp
9347 * gdb.base/until.exp
9348 * gdb.base/unwindonsignal.exp
9349 * gdb.base/watch-cond.exp
9350 * gdb.base/watch-non-mem.exp
9351 * gdb.base/watch_thread_num.exp
9352 * gdb.base/watchpoint-reuse-slot.exp
9353 * gdb.base/watchpoint-solib.exp
9354 * gdb.base/watchpoint.exp
9355 * gdb.btrace/dlopen.exp
9356 * gdb.cell/arch.exp
9357 * gdb.cell/break.exp
9358 * gdb.cell/bt.exp
9359 * gdb.cell/core.exp
9360 * gdb.cell/data.exp
9361 * gdb.cell/dwarfaddr.exp
9362 * gdb.cell/ea-cache.exp
9363 * gdb.cell/ea-standalone.exp
9364 * gdb.cell/ea-test.exp
9365 * gdb.cell/f-regs.exp
9366 * gdb.cell/fork.exp
9367 * gdb.cell/gcore.exp
9368 * gdb.cell/mem-access.exp
9369 * gdb.cell/ptype.exp
9370 * gdb.cell/registers.exp
9371 * gdb.cell/sizeof.exp
9372 * gdb.cell/solib-symbol.exp
9373 * gdb.cell/solib.exp
9374 * gdb.compile/compile-tls.exp
9375 * gdb.cp/exception.exp
9376 * gdb.cp/gdb2495.exp
9377 * gdb.cp/local.exp
9378 * gdb.cp/mb-inline.exp
9379 * gdb.cp/mb-templates.exp
9380 * gdb.cp/pr10687.exp
9381 * gdb.cp/pr9167.exp
9382 * gdb.cp/scope-err.exp
9383 * gdb.cp/templates.exp
9384 * gdb.cp/virtfunc.exp
9385 * gdb.dwarf2/dw2-dir-file-name.exp
9386 * gdb.dwarf2/dw2-single-line-discriminators.exp
9387 * gdb.fortran/complex.exp
9388 * gdb.fortran/library-module.exp
9389 * gdb.guile/guile.exp
9390 * gdb.guile/scm-cmd.exp
9391 * gdb.guile/scm-frame-inline.exp
9392 * gdb.guile/scm-objfile.exp
9393 * gdb.guile/scm-pretty-print.exp
9394 * gdb.guile/scm-symbol.exp
9395 * gdb.guile/scm-type.exp
9396 * gdb.guile/scm-value.exp
9397 * gdb.linespec/keywords.exp
9398 * gdb.linespec/ls-errs.exp
9399 * gdb.linespec/macro-relative.exp
9400 * gdb.linespec/thread.exp
9401 * gdb.mi/mi-breakpoint-changed.exp
9402 * gdb.mi/mi-dprintf-pending.exp
9403 * gdb.mi/mi-fullname-deleted.exp
9404 * gdb.mi/mi-logging.exp
9405 * gdb.mi/mi-pending.exp
9406 * gdb.mi/mi-solib.exp
9407 * gdb.mi/new-ui-mi-sync.exp
9408 * gdb.mi/user-selected-context-sync.exp
9409 * gdb.multi/dummy-frame-restore.exp
9410 * gdb.multi/multi-arch-exec.exp
9411 * gdb.multi/remove-inferiors.exp
9412 * gdb.multi/watchpoint-multi-exit.exp
9413 * gdb.opt/solib-intra-step.exp
9414 * gdb.perf/backtrace.exp
9415 * gdb.perf/single-step.exp
9416 * gdb.perf/skip-command.exp
9417 * gdb.perf/skip-prologue.exp
9418 * gdb.perf/solib.exp
9419 * gdb.python/lib-types.exp
9420 * gdb.python/py-as-string.exp
9421 * gdb.python/py-bad-printers.exp
9422 * gdb.python/py-block.exp
9423 * gdb.python/py-breakpoint.exp
9424 * gdb.python/py-cmd.exp
9425 * gdb.python/py-events.exp
9426 * gdb.python/py-evthreads.exp
9427 * gdb.python/py-finish-breakpoint.exp
9428 * gdb.python/py-finish-breakpoint2.exp
9429 * gdb.python/py-frame-inline.exp
9430 * gdb.python/py-frame.exp
9431 * gdb.python/py-inferior.exp
9432 * gdb.python/py-infthread.exp
9433 * gdb.python/py-mi.exp
9434 * gdb.python/py-objfile.exp
9435 * gdb.python/py-pp-maint.exp
9436 * gdb.python/py-pp-registration.exp
9437 * gdb.python/py-prettyprint.exp
9438 * gdb.python/py-recurse-unwind.exp
9439 * gdb.python/py-shared.exp
9440 * gdb.python/py-symbol.exp
9441 * gdb.python/py-symtab.exp
9442 * gdb.python/py-template.exp
9443 * gdb.python/py-type.exp
9444 * gdb.python/py-unwind-maint.exp
9445 * gdb.python/py-unwind.exp
9446 * gdb.python/py-value.exp
9447 * gdb.python/python.exp
9448 * gdb.reverse/finish-reverse-bkpt.exp
9449 * gdb.reverse/insn-reverse.exp
9450 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9451 * gdb.reverse/solib-precsave.exp
9452 * gdb.reverse/solib-reverse.exp
9453 * gdb.stabs/gdb11479.exp
9454 * gdb.stabs/weird.exp
9455 * gdb.threads/fork-child-threads.exp
9456 * gdb.threads/fork-plus-threads.exp
9457 * gdb.threads/fork-thread-pending.exp
9458 * gdb.threads/forking-threads-plus-breakpoint.exp
9459 * gdb.threads/hand-call-in-threads.exp
9460 * gdb.threads/interrupted-hand-call.exp
9461 * gdb.threads/linux-dp.exp
9462 * gdb.threads/local-watch-wrong-thread.exp
9463 * gdb.threads/next-while-other-thread-longjmps.exp
9464 * gdb.threads/non-ldr-exit.exp
9465 * gdb.threads/pending-step.exp
9466 * gdb.threads/print-threads.exp
9467 * gdb.threads/process-dies-while-detaching.exp
9468 * gdb.threads/process-dies-while-handling-bp.exp
9469 * gdb.threads/pthreads.exp
9470 * gdb.threads/queue-signal.exp
9471 * gdb.threads/reconnect-signal.exp
9472 * gdb.threads/signal-command-handle-nopass.exp
9473 * gdb.threads/signal-command-multiple-signals-pending.exp
9474 * gdb.threads/signal-delivered-right-thread.exp
9475 * gdb.threads/signal-sigtrap.exp
9476 * gdb.threads/sigthread.exp
9477 * gdb.threads/staticthreads.exp
9478 * gdb.threads/stepi-random-signal.exp
9479 * gdb.threads/thread-unwindonsignal.exp
9480 * gdb.threads/thread_check.exp
9481 * gdb.threads/thread_events.exp
9482 * gdb.threads/tid-reuse.exp
9483 * gdb.threads/tls-nodebug.exp
9484 * gdb.threads/tls-shared.exp
9485 * gdb.threads/tls-so_extern.exp
9486 * gdb.threads/tls.exp
9487 * gdb.threads/wp-replication.exp
9488 * gdb.trace/actions-changed.exp
9489 * gdb.trace/actions.exp
9490 * gdb.trace/backtrace.exp
9491 * gdb.trace/change-loc.exp
9492 * gdb.trace/collection.exp
9493 * gdb.trace/deltrace.exp
9494 * gdb.trace/disconnected-tracing.exp
9495 * gdb.trace/entry-values.exp
9496 * gdb.trace/ftrace-lock.exp
9497 * gdb.trace/ftrace.exp
9498 * gdb.trace/infotrace.exp
9499 * gdb.trace/mi-trace-frame-collected.exp
9500 * gdb.trace/mi-trace-unavailable.exp
9501 * gdb.trace/mi-traceframe-changed.exp
9502 * gdb.trace/mi-tracepoint-changed.exp
9503 * gdb.trace/mi-tsv-changed.exp
9504 * gdb.trace/no-attach-trace.exp
9505 * gdb.trace/packetlen.exp
9506 * gdb.trace/passc-dyn.exp
9507 * gdb.trace/passcount.exp
9508 * gdb.trace/pending.exp
9509 * gdb.trace/pr16508.exp
9510 * gdb.trace/qtro.exp
9511 * gdb.trace/range-stepping.exp
9512 * gdb.trace/read-memory.exp
9513 * gdb.trace/report.exp
9514 * gdb.trace/save-trace.exp
9515 * gdb.trace/signal.exp
9516 * gdb.trace/stap-trace.exp
9517 * gdb.trace/status-stop.exp
9518 * gdb.trace/strace.exp
9519 * gdb.trace/tfile.exp
9520 * gdb.trace/tfind.exp
9521 * gdb.trace/trace-break.exp
9522 * gdb.trace/trace-condition.exp
9523 * gdb.trace/trace-enable-disable.exp
9524 * gdb.trace/trace-mt.exp
9525 * gdb.trace/tracecmd.exp
9526 * gdb.trace/tracefile-pseudo-reg.exp
9527 * gdb.trace/tspeed.exp
9528 * gdb.trace/tstatus.exp
9529 * gdb.trace/tsv.exp
9530 * gdb.trace/unavailable.exp
9531 * gdb.trace/while-dyn.exp
9532 * gdb.trace/while-stepping.exp
9533 * lib/gdb-guile.exp
9534 * lib/gdb.exp
9535 * lib/mi-support.exp
9536 * lib/pascal.exp
9537 * lib/perftest.exp
9538 * lib/prelink-support.exp
9539 * lib/selftest-support.exp
9540
9541 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9542
9543 * Makefile.in: Include disable-implicit-rules.mk.
9544
9545 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9546
9547 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9548 non-byte-aligned bit fields.
9549
9550 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9551
9552 PR gdb/12616
9553 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9554 respects the DW_AT_data_bit_offset attribute.
9555
9556 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9557
9558 * gdb.base/default.exp: Fix output of "set language".
9559
9560 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9561
9562 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9563 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9564 make.
9565 * configure.ac: Remove checks for the make program.
9566 * configure: Re-generate.
9567
9568 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9569
9570 * gdb.python/py-recurse-unwind.c (main): Add loop.
9571 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9572 to read_register() and gdb.parse_and_eval(). Make each code
9573 call a separate case that can be individually tested.
9574 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9575 proc. Call cont_and_backtrace for each of the code paths that
9576 we want to test in the unwinder.
9577
9578 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9579
9580 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9581 the definition of struct S.
9582
9583 2016-11-11 Catherine Moore <clm@codesourcery.com>
9584
9585 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9586
9587 2016-11-09 Pedro Alves <palves@redhat.com>
9588
9589 * gdb.base/commands.exp (runto_or_return): New procedure.
9590 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9591 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9592 (progvar_simple_while_test, progvar_complex_if_while_test)
9593 (if_while_breakpoint_command_test)
9594 (infrun_breakpoint_command_test, breakpoint_command_test)
9595 (user_defined_command_test, watchpoint_command_test)
9596 (test_command_prompt_position, redefine_hook_test)
9597 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9598 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9599 multi_line_input and multi_line. Remove gdb_expect and
9600 gdb_stop_suppressing_tests uses.
9601 * lib/gdb.exp (valnum_re): New global.
9602 (multi_line_input): New procedure.
9603
9604 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9605
9606 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9607 Remove.
9608 (test_setup): Define with proc_with_prefix.
9609 (test_cli_inferior): Likewise.
9610 (test_cli_thread): Likewise.
9611 (test_cli_frame): Likewise.
9612 (test_cli_select_frame): Likewise.
9613 (test_cli_up_down): Likewise.
9614 (test_mi_thread_select): Likewise.
9615 (test_mi_stack_select_frame): Likewise.
9616 (test_cli_in_mi_inferior): Likewise.
9617 (test_cli_in_mi_thread): Likewise.
9618 (test_cli_in_mi_frame): Likewise.
9619 (top level): Do not use with_test_prefix_procname.
9620
9621 2016-11-09 Pedro Alves <palves@redhat.com>
9622
9623 * gdb.base/commands.exp (gdbvar_simple_if_test)
9624 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9625 (progvar_simple_if_test, progvar_simple_while_test)
9626 (progvar_complex_if_while_test, 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, deprecated_command_test)
9630 (bp_deleted_in_command, temporary_breakpoint_commands)
9631 (stray_arg0_test, source_file_with_indented_comment)
9632 (recursive_source_test, if_commands_test)
9633 (error_clears_commands_left, redefine_hook_test)
9634 (redefine_backtrace_test): Use proc_with_prefix.
9635 * lib/gdb.exp (proc_with_prefix): New proc.
9636
9637 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9638
9639 * gdb.base/tui-layout.c: New file.
9640 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9641 disassembly window contains very long lines.
9642
9643 2016-11-08 Tom Tromey <tom@tromey.com>
9644
9645 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9646 depend on Python 2.
9647
9648 2016-11-08 Tom Tromey <tom@tromey.com>
9649
9650 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9651 New method.
9652
9653 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9654
9655 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9656
9657 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9658
9659 * gdb.rust/simple.rs: Add test for univariant enums without
9660 discriminants and for encoded struct-like enums.
9661
9662 2016-10-28 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9665 gdb_test_multiple, tighten regexps and match symtabs and line
9666 tables incrementally.
9667
9668 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9669
9670 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9671 general.
9672
9673 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9674
9675 * gdb.base/exec-invalid-sysroot.exp: New file.
9676
9677 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9678
9679 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9680
9681 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9682
9683 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9684
9685 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9686
9687 * gdb.base/killed-outside.exp: Remove $options from a call to
9688 `prepare_for_testing'.
9689
9690 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9691
9692 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9693 Change test message.
9694
9695 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9696
9697 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9698 Update comment.
9699
9700 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9701
9702 * gdb.trace/mi-trace-save.exp: New file.
9703
9704 2016-10-13 Yao Qi <yao.qi@linaro.org>
9705
9706 * gdb.base/code_elim.exp (get_var_address): Remove.
9707 * gdb.base/relocate.exp: Likewise.
9708 * gdb.base/shreloc.exp: Likewise.
9709 * lib/gdb.exp (get_var_address): New.
9710
9711 2016-10-13 Yao Qi <yao.qi@linaro.org>
9712
9713 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9714 floating point tests if $skip_float_test is false.
9715
9716 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9717
9718 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9719 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9720 argc values.
9721 Add 1 to argc so we guarantee distinct initial/modified argc values.
9722
9723 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9724
9725 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9726
9727 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9728
9729 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9730 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9731 * gdb.arch/vsx-regs.exp: Likewise.
9732
9733 2016-10-07 Yao Qi <yao.qi@linaro.org>
9734
9735 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9736
9737 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9738
9739 * gdb.python/python.exp: Test decode_line("*0").
9740
9741 2016-10-06 Doug Evans <dje@google.com>
9742
9743 * gdb.python/py-value.exp (test_value_creation): Add test for large
9744 unsigned 64-bit value.
9745
9746 2016-10-06 Tom Tromey <tom@tromey.com>
9747
9748 * gdb.compile/compile.exp: Change java tests to rust.
9749 * gdb.base/setshow.exp: Change java tests to rust.
9750 * gdb.base/default.exp: Remove java from language list.
9751 * README (Examples): Update language example.
9752 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9753 test.
9754 * lib/gdb.exp (skip_java_tests): Remove.
9755 * lib/java.exp: Remove.
9756 * gdb.java: Remove.
9757
9758 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9759
9760 * gdb.arch/mips-fcr.exp: New test.
9761 * gdb.arch/mips-fcr.c: Source for the new test.
9762
9763 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9764
9765 * gdb.base/solib-disc.exp: Use `standard_output_file'
9766 throughout.
9767
9768 2016-10-06 Pedro Alves <palves@redhat.com>
9769
9770 * gdb.base/jit-simple-dl.c: New file.
9771 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9772 * gdb.base/jit-simple.c: ... this.
9773 * gdb.base/jit-simple.exp (jit_run): Delete.
9774 (build_jit): New proc.
9775 (jit_test_reread): Recompile either the main program or the shared
9776 library, depending on what is being tested. Skip changing address
9777 if caller wants to. Compare before/after addresses. If testing
9778 standalone, explicitly load the binary. Test "maint info
9779 breakpoints".
9780 (top level): Add "standalone vs shared lib" and "change address"
9781 vs "same address" axes.
9782
9783 2016-10-06 Pedro Alves <palves@redhat.com>
9784
9785 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9786 call.
9787 (jit_run): Delete.
9788 (jit_test_reread): Use with_test_prefix. Reload the main binary
9789 explicitly. Compare the before/after addresses of the JIT
9790 descriptor.
9791
9792 2016-08-15 Doug Evans <dje@google.com>
9793
9794 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9795 for single bitfields is bool.
9796 * gdb.xml/tdesc-regs.exp: Ditto.
9797
9798 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9799
9800 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9801
9802 2016-10-05 Yao Qi <yao.qi@linaro.org>
9803
9804 * lib/gdb.exp (support_complex_tests): Return zero if
9805 gdb_skip_float_test return true.
9806
9807 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9808 Simon Marchi <simon.marchi@ericsson.com>
9809
9810 PR gdb/20487
9811 * gdb.mi/user-selected-context-sync.exp: New file.
9812 * gdb.mi/user-selected-context-sync.c: New file.
9813
9814 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9815 Simon Marchi <simon.marchi@ericsson.com>
9816
9817 PR gdb/20487
9818 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9819 =thread-select-event check.
9820
9821 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9822
9823 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9824 the compulsory L operand changes.
9825 * gdb.arch/powerpc-power.s: Likewise.
9826
9827 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9828
9829 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9830 * gdb.base/jit-attach-pie.c: New file.
9831 * gdb.base/jit-attach-pie.exp: New file.
9832
9833 2016-09-28 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.base/infcall-input.c: New file.
9836 * gdb.base/infcall-input.exp: New file.
9837
9838 2016-09-22 Yao Qi <yao.qi@linaro.org>
9839
9840 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9841 (gdb_exit): Rename it to ...
9842 (gdbserver_gdb_exit): ... Close GDBserver.
9843 (gdb_exit): New proc, call gdbserver_gdb_exit.
9844 (mi_gdb_exit): Likewise.
9845
9846 2016-09-22 Yao Qi <yao.qi@linaro.org>
9847
9848 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9849 path.
9850 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9851 Remove duplication.
9852
9853 2016-09-22 Yao Qi <yao.qi@linaro.org>
9854
9855 * lib/gdbserver-support.exp: Check the existence of
9856 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9857
9858 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9859
9860 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9861
9862 2016-09-21 Tom Tromey <tom@tromey.com>
9863
9864 PR gdb/20604:
9865 * gdb.base/quit.exp: New file.
9866
9867 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9868
9869 * .gitignore: New file.
9870
9871 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9872
9873 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9874 throughout.
9875
9876 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9877
9878 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9879
9880 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9881
9882 * gdb.cp/casts.cc (decltype): Move it ...
9883 (main): ... with its call to ...
9884 * gdb.cp/casts03.cc: ... a new file.
9885 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9886
9887 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9888
9889 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9890
9891 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9892
9893 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9894 and sync up the test with tests in gas/testsuite/gas/ppc.
9895 * gdb.arch/powerpc-power.exp: Likewise.
9896
9897 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9898
9899 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9900
9901 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9902 Jan Kratochvil <jan.kratochvil@redhat.com>
9903
9904 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9905 make m1's definition to be different from m2's. Use 'dummy' as an
9906 argument for probe 'two'.
9907
9908 2016-09-10 Jon Beniston <jon@beniston.com>
9909
9910 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9911 for sim target.
9912
9913 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9914
9915 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9916 variable declaration.
9917 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9918 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9919 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9920 received HWCAP as its argument.
9921
9922 2016-09-06 Pedro Alves <palves@redhat.com>
9923
9924 * gdb.base/new-ui-pending-input.c: New file.
9925 * gdb.base/new-ui-pending-input.exp: New file.
9926 * gdb.exp (clear_gdb_spawn_id): New procedure.
9927 (with_spawn_id): Check whether gdb_spawn_id exists before
9928 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9929 on exit.
9930
9931 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9932
9933 * gdb.base/float128.c: New file.
9934 * gdb.base/float128.exp: Likewise.
9935 * gdb.base/floatn.c: Likewise.
9936 * gdb.base/floatn.exp: Likewise.
9937
9938 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9939
9940 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9941
9942 2016-09-05 Pedro Alves <palves@redhat.com>
9943
9944 PR backtrace/19927
9945 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9946 unwinders are immediately called as side effect of "source" or
9947 "disable unwinder" commands.
9948 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9949
9950 2016-09-02 Yao Qi <yao.qi@linaro.org>
9951
9952 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9953 is true and $type is "float" or "double".
9954
9955 2016-09-02 Yao Qi <yao.qi@linaro.org>
9956
9957 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9958 true.
9959 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9960 * gdb.base/call-rt-st.exp: Likewise.
9961 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9962 return value instead of gdb,skip_float_test.
9963 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9964 (do_function_calls): Use its return value instead of
9965 gdb,skip_float_test.
9966 * gdb.base/finish.exp: Likewise.
9967 * gdb.base/funcargs.exp: Likewise.
9968 * gdb.base/return.exp: Likewise.
9969 * gdb.base/return2.exp: Likewise.
9970 * gdb.base/varargs.exp: Likewise.
9971 * lib/gdb.exp (gdb_skip_float_test): Change it to
9972 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9973
9974 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9975
9976 * gdb.multi/tids.exp: Test "thread apply all".
9977
9978 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9979
9980 * gdb.base/default.exp (tty): Remove.
9981
9982 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9983
9984 * gdb.python/py-recurse-unwind.c: New file.
9985 * gdb.python/py-recurse-unwind.py: New file.
9986 * gdb.python/py-recurse-unwind.exp: New file.
9987
9988 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9989
9990 * gdb.base/set-inferior-tty.exp: New file.
9991 * gdb.base/set-inferior-tty.c: New file.
9992
9993 2016-08-23 Pedro Alves <palves@redhat.com>
9994
9995 PR gdb/20494
9996 * gdb.base/new-ui-echo.c: New file.
9997 * gdb.base/new-ui-echo.exp: New file.
9998
9999 2016-08-23 Yao Qi <yao.qi@linaro.org>
10000
10001 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10002 gdbserver_spawn.
10003 * gdb.server/connect-without-multi-process.exp (do_test):
10004 Likewise.
10005
10006 2016-08-23 Yao Qi <yao.qi@linaro.org>
10007
10008 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10009 standalone_txt. Delete gdb_txt and standalone_txt on host
10010 and target. Spawn the binary on target. Copy files from
10011 target to host.
10012
10013 2016-08-22 Pedro Alves <palves@redhat.com>
10014
10015 PR gdb/20505
10016 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10017 with_test_prefix. Factor out bits to ...
10018 (test_no_vdso): ... this new procedure.
10019
10020 2016-08-19 Carl Love <cel@us.ibm.com>
10021
10022 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10023 maintaining separate logic for constructing the output path.
10024 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10025 * gdb.arch/ppc-dfp.exp: Likewise.
10026 * gdb.arch/ppc-fp.exp: Likewise.
10027 * gdb.arch/vsx-regs.exp: Likewise.
10028 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10029 binprefix for generating the additional binary files.
10030
10031 2016-08-19 Pedro Alves <palves@redhat.com>
10032
10033 * gdb.trace/mi-trace-frame-collected.exp
10034 (test_trace_frame_collected): On x32, expect two registers.
10035
10036 2016-08-18 Carl Love <cel@us.ibm.com>
10037
10038 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10039 and sync up the test with tests in gas/testsuite/gas/ppc.
10040 * gdb.arch/powerpc-power.exp: Likewise.
10041
10042 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10043
10044 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10045 expected error message.
10046
10047 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10048
10049 * gdb.multi/remove-inferiors.exp: New file.
10050 * gdb.multi/remove-inferiors.c: New file.
10051
10052 2016-08-12 Yao Qi <yao.qi@linaro.org>
10053
10054 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10055 argument list.
10056
10057 2016-08-10 Pedro Alves <palves@redhat.com>
10058
10059 PR gdb/19187
10060 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10061 setup_kfails.
10062
10063 2016-08-09 Pedro Alves <palves@redhat.com>
10064 Simon Marchi <simon.marchi@ericsson.com>
10065
10066 PR gdb/20418
10067 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10068 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10069
10070 2016-08-09 Pedro Alves <palves@redhat.com>
10071
10072 PR mi/20431
10073 * gdb.mi/mi-cmd-error.exp: New file.
10074
10075 2016-08-09 Pedro Alves <palves@redhat.com>
10076
10077 PR gdb/18653
10078 * gdb.base/signals-state-child.c: New file.
10079 * gdb.base/signals-state-child.exp: New file.
10080 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10081
10082 2016-08-09 Pedro Alves <palves@redhat.com>
10083
10084 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10085
10086 2016-08-03 Tom Tromey <tom@tromey.com>
10087
10088 PR python/18565:
10089 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10090
10091 2016-08-01 Yao Qi <yao.qi@linaro.org>
10092
10093 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10094 variable mode to "multi-process" if $multi_process is 1, otherwise
10095 set it to "single-process".
10096
10097 2016-08-01 Yao Qi <yao.qi@linaro.org>
10098
10099 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10100 * gdb.cp/cpexprs.exp: Likewise.
10101 * gdb.cp/m-static.exp: Likewise.
10102
10103 2016-07-26 Tom Tromey <tom@tromey.com>
10104
10105 PR python/20190:
10106 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10107 test.
10108
10109 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10110
10111 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10112 selecting assembly source files.
10113 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10114 assembly source files.
10115 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10116 assembly source files.
10117 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10118 selecting assembly source files.
10119
10120 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10121
10122 * gdb.base/new-ui.exp (do_test_invalid_args): New
10123 procedure.
10124
10125 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10126
10127 * gdb.btrace/reconnect.c: New file.
10128 * gdb.btrace/reconnect.exp: New file.
10129
10130 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10131
10132 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10133 to test_catch_syscall_group.
10134 (test_catch_syscall_group): New.
10135
10136 2016-07-21 Tom Tromey <tom@tromey.com>
10137
10138 * gdb.rust/simple.rs (main): Use empty struct expression.
10139 * gdb.rust/simple.exp: Add tests for empty struct expression.
10140
10141 2016-07-21 Yao Qi <yao.qi@linaro.org>
10142
10143 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10144 if gdb_skip_xml_test is true on some targets.
10145
10146 2016-07-21 Yao Qi <yao.qi@linaro.org>
10147
10148 * gdb.server/solib-list.exp: Unset last_loaded_file.
10149
10150 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10151
10152 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10153 "step into captured_main (args)".
10154
10155 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10156
10157 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10158
10159 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10160
10161 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10162
10163 2016-07-19 Pedro Alves <palves@redhat.com>
10164
10165 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10166 * gdb.opt/inline-bt.exp: Likewise.
10167 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10168 additional_flags=-Winline.
10169 * gdb.opt/inline-locals.exp: Likewise.
10170 * gdb.opt/inline-markers.c (ATTR): Define.
10171 (inlined_fn): Use it.
10172
10173 2016-07-19 Yao Qi <yao.qi@linaro.org>
10174
10175 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10176 (test_with_self): Remove some code. Remove argument executable.
10177 (top-level): Use do_self_tests.
10178
10179 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10180 Don Breazeal <donb@codesourcery.com>
10181
10182 * gdb.base/maint.exp: Escape paths used in regular expressions.
10183 * gdb.stabs/weird.exp: Likewise.
10184
10185 2016-07-13 Tom Tromey <tom@tromey.com>
10186
10187 PR python/15620, PR python/18620:
10188 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10189 (test_bkpt_events): New procs.
10190
10191 2016-07-13 Tom Tromey <tom@tromey.com>
10192
10193 PR python/17698:
10194 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10195 test.
10196 (test_watchpoints): Likewise.
10197 (test_bkpt_pending): New proc.
10198
10199 2016-07-13 Tom Tromey <tom@tromey.com>
10200
10201 PR cli/18053:
10202 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10203 completion test.
10204
10205 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10206
10207 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10208 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10209 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10210 f_label.
10211 (g): Rename g_end_lbl to g_label.
10212 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10213 low_pc and high_pc.
10214 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10215
10216 2016-07-12 Tom Tromey <tom@tromey.com>
10217
10218 PR python/19293:
10219 * gdb.python/py-unwind-maint.exp: Update tests.
10220
10221 2016-07-12 Yao Qi <yao.qi@linaro.org>
10222
10223 * lib/selftest-support.exp (selftest_setup): Match the output
10224 when captured_main is inlined.
10225
10226 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10227
10228 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10229 New variables.
10230 (print this%a, print this%b, print this): New tests.
10231 * gdb.fortran/derived-types.f90 (this): New object and
10232 initialization.
10233
10234 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10235
10236 * gdb.ada/arraydim.exp: Remove extra directory level in build
10237 directory.
10238
10239 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10240
10241 * lib/ada.exp: Remove extra directory level in build directory.
10242 * gdb.ada/cond_lang.exp: Likewise.
10243 * gdb.ada/exec_changed.exp: Likewise.
10244 * gdb.ada/lang_switch.exp: Likewise.
10245
10246 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10247
10248 * simple.rs: Add test for raw pointer subscripting.
10249 * simple.exp: Add test expectations.
10250
10251 2016-07-05 Yao Qi <yao.qi@linaro.org>
10252
10253 * gdb.mi/mi-reverse.exp: Match =record-started output.
10254
10255 2016-07-01 Pedro Alves <palves@redhat.com>
10256
10257 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10258 procedure.
10259 (jit_reader_test): Test the jit reader's unwinder.
10260 * gdb.base/jithost.c (jit_function_00_code): New global.
10261 (main): Use memcpy to fill in the mmapped code, instead of poking
10262 bytes manually here.
10263 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10264 value.
10265 (read_debug_info): Save the function's range.
10266 (read_sp): New function.
10267 (unwind_frame): Use it. Also unwind RBP.
10268 (get_frame_id): Use read_sp.
10269 (gdb_init_reader): Use calloc instead of malloc.
10270 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10271 parameter. Use gdb_test_multiple.
10272
10273 2016-07-01 Pedro Alves <palves@redhat.com>
10274 Antoine Tremblay <antoine.tremblay@ericsson.com>
10275
10276 * gdb.threads/process-dies-while-detaching.c: New file.
10277 * gdb.threads/process-dies-while-detaching.exp: New file.
10278
10279 2016-07-01 Pedro Alves <palves@redhat.com>
10280
10281 * gdb.multi/watchpoint-multi-exit.c: New file.
10282 * gdb.multi/watchpoint-multi-exit.exp: New file.
10283
10284 2016-06-30 Pedro Alves <palves@redhat.com>
10285
10286 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10287 unset inferior_spawn_id.
10288
10289 2016-06-30 Pedro Alves <palves@redhat.com>
10290
10291 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10292 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10293
10294 2016-06-29 Yao Qi <yao.qi@linaro.org>
10295
10296 * gdb.base/return.c: Add copyright header.
10297
10298 2016-06-29 Tom Tromey <tom@tromey.com>
10299
10300 PR python/20129:
10301 * gdb.python/py-framefilter.exp: Add tests for setting priority
10302 and disabling of non-existent frame filter.
10303
10304 2016-06-29 Yao Qi <yao.qi@linaro.org>
10305
10306 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10307 0x0f07ff.
10308
10309 2016-06-28 Yao Qi <yao.qi@linaro.org>
10310
10311 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10312 triplets. Start gdb, execute catch syscall, and continue. Check
10313 gdb's output to determine catch syscall is supported.
10314
10315 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10316
10317 * gdb.rust/simple.rs: Add test for returning unit in a function.
10318 * gdb.rust/simple.exp: Add expectation for functions returning
10319 unit.
10320
10321 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10322
10323 * gdb.python/py-breakpoint-create-fail.c,
10324 gdb.python/py-breakpoint-create-fail.exp,
10325 gdb.python/py-breakpoint-create-fail.py: New testcase.
10326
10327 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10328
10329 PR gdb/20239
10330 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10331 * gdb.rust/simple.exp: Add test expectations for new NonZero
10332 tests.
10333
10334 2016-06-24 David Taylor <dtaylor@emc.com>
10335
10336 * gdb.base/offsets.exp: New file.
10337 * gdb.base/offsets.c: New file.
10338
10339 2016-06-23 Tom Tromey <tom@tromey.com>
10340
10341 PR gdb/16483:
10342 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10343 before any filters are loaded.
10344
10345 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10346
10347 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10348 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10349 structs.
10350 * gdb.fortran/derived-type-function.exp: New file.
10351 * gdb.fortran/derived-type-function.f90: New file.
10352
10353
10354 2016-06-21 Pedro Alves <palves@redhat.com>
10355
10356 * gdb.base/new-ui.exp: New file.
10357 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10358 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10359 (with_spawn_id): New procedure.
10360
10361 2016-06-21 Pedro Alves <palves@redhat.com>
10362
10363 * gdb.mi/mi-exec-run.exp: New file.
10364
10365 2016-06-21 Pedro Alves <palves@redhat.com>
10366
10367 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10368 breakpoint command's output on the main UI.
10369 (test_break): New procedure, factored out from calls in the top
10370 level.
10371 (top level): Use foreach_with_prefix to test MI as main UI and as
10372 separate UI.
10373
10374 2016-06-21 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10377 (test_awatch_creation_and_listing)
10378 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10379 Remove 'type' parameter.
10380 (test_watchpoint_all): New parameter mi_mode. Remove
10381 with_test_prefix.
10382 (top level): Use foreach_with_prefix, and add main/separate UI MI
10383 testing axis.
10384
10385 2016-06-21 Pedro Alves <palves@redhat.com>
10386
10387 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10388 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10389 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10390 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10391 (gdb_main_spawn_id, mi_spawn_id): Declare and
10392 comment.
10393 (mi_create_inferior_pty): New procedure,
10394 factored out from default_mi_gdb_start.
10395 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10396 procedures.
10397 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10398 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10399 Use mi_create_inferior_pty.
10400 (mi_gdb_start): Use eval to pass down args list.
10401
10402 2016-06-21 Pedro Alves <palves@redhat.com>
10403
10404 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10405 * gdb.opt/inline-cmds.exp: Add MI tests.
10406
10407 2016-06-21 Pedro Alves <palves@redhat.com>
10408
10409 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10410
10411 2016-06-21 Pedro Alves <palves@redhat.com>
10412
10413 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10414 (top level): Use it instead of mi_execute_to.
10415
10416 2016-06-21 Pedro Alves <palves@redhat.com>
10417
10418 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10419 (cont_handler_str): New.
10420 (signal_stop_handler): Set stop_handler_str instead of printing to
10421 stdout.
10422 (continue_handler): Set cont_handler_str instead of printing to
10423 stdout.
10424 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10425 mi_send_resuming_command. Print stop_handler_str and
10426 cont_handler_str instead of expecting the python events print
10427 directly.
10428
10429 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10430
10431 * gdb.base/jit-reader.exp: New file.
10432 * gdb.base/jithost.c: New file.
10433 * gdb.base/jithost.h: New file.
10434 * gdb.base/jitreader.c : New file.
10435 * gdb.base/jit-protocol.h: New file.
10436
10437 2016-06-17 Yao Qi <yao.qi@linaro.org>
10438
10439 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10440 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10441 and detach-on-fork. Adjust tests.
10442 (top level): Invoke break_cond_on_syscall with combinations of
10443 syscall, follow-fork-mode and detach-on-fork.
10444
10445 2016-06-17 Yao Qi <yao.qi@linaro.org>
10446
10447 * gdb.base/step-over-exit.c: New.
10448 * gdb.base/step-over-exit.exp: New.
10449
10450 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10451
10452 * gdb.base/float.exp: Add target check for nds32*-*-*.
10453 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10454
10455 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10456
10457 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10458 for unsupported target features.
10459 * gdb.base/call-rt-st.exp: Likewise.
10460 * gdb.base/call-sc.exp: Likewise.
10461 * gdb.base/call-signal-resume.exp: Likewise.
10462 * gdb.base/call-strs.exp: Likewise.
10463 * gdb.base/callexit.exp: Likewise.
10464 * gdb.base/callfuncs.exp: Likewise.
10465 * gdb.base/nodebug.exp: Likewise.
10466 * gdb.base/printcmds.exp: Likewise.
10467 * gdb.base/ptype.exp: Likewise.
10468 * gdb.base/structs.exp: Likewise.
10469 * gdb.base/unwindonsignal.exp: Likewise.
10470 * gdb.cp/gdb2495.exp: Likewise.
10471 * gdb.cp/templates.exp: Likewise.
10472 * gdb.cp/virtfunc.exp: Likewise.
10473 * gdb.threads/hand-call-in-threads.exp: Likewise.
10474 * gdb.threads/interrupted-hand-call.exp: Likewise.
10475 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10476
10477 2016-06-10 Tom Tromey <tom@tromey.com>
10478
10479 PR rust/20110:
10480 * gdb.rust/expr.exp: Add test for integer constant larger than
10481 i32.
10482
10483 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10484
10485 * gdb.fortran/nested-funcs.exp: New.
10486 * gdb.fortran/nested-funcs.f90: New.
10487
10488 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10489
10490 * gdb.base/examine-backward.c: New file.
10491 * gdb.base/examine-backward.exp: New file.
10492
10493 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10494
10495 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10496 matching.
10497
10498 2016-06-02 Tom Tromey <tom@tromey.com>
10499
10500 PR python/18984:
10501 * gdb.python/py-shared.exp: Add solib_name test.
10502
10503 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10504
10505 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10506
10507 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10508
10509 PR c++/19893
10510 * gdb.dwarf2/implref.exp: Rename to...
10511 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10512 * gdb.dwarf2/implref-array.c: New file.
10513 * gdb.dwarf2/implref-array.exp: Likewise.
10514 * gdb.dwarf2/implref-global.c: Likewise.
10515 * gdb.dwarf2/implref-global.exp: Likewise.
10516 * gdb.dwarf2/implref-struct.c: Likewise.
10517 * gdb.dwarf2/implref-struct.exp: Likewise.
10518
10519 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10520
10521 * gdb.trace/trace-condition.exp: Add 64bit tests.
10522
10523 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10524
10525 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10526 bits types.
10527 (main): Adapt to 8 to 64 bits types.
10528 * gdb.trace/trace-condition.exp: Add new tests.
10529
10530 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10531
10532 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10533
10534 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10535
10536 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10537 Move condition tests...
10538 * gdb.trace/trace-condition.exp: Here.
10539
10540 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10541
10542 * gdb.trace/trace-condition.exp: Add counter-case tests.
10543
10544 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10545
10546 PR c++/15231
10547 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10548 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10549
10550 2016-05-27 Pedro Alves <palves@redhat.com>
10551
10552 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10553 New procedure.
10554 (top level): Call it, and bail out of DejaGnu is known to be bad.
10555
10556 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10557
10558 * gdb.base/whatis.c: Extend the test case.
10559 * gdb.base/whatis.exp: Add additional tests.
10560
10561 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10562
10563 * gdb.fortran/type.f90: Add pointer variable.
10564 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10565
10566 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10567
10568 * gdb.fortran/vla-type.exp: Fix testcase name.
10569
10570 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10571
10572 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10573
10574 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10575
10576 * gdb.fortran/type.f90: Add nested structures.
10577 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10578 * gdb.fortran/derived-type.exp: Adapt expected output.
10579 * gdb.fortran/vla-type.exp: Adapt expected output.
10580
10581 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10582
10583 * gdb.fortran/whatis_type.exp: Adapt expected output.
10584
10585 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10586
10587 * gdb.fortran/print_type.exp: Fix expected output.
10588 * gdb.fortran/whatis_type.exp: Fix expected output.
10589
10590 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10591
10592 * gdb.fortran/whatis_type.exp: Use multi_line.
10593
10594 2016-05-24 Tom Tromey <tom@tromey.com>
10595
10596 PR python/17386:
10597 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10598 use value as an index.
10599
10600 2016-05-23 Tom Tromey <tom@tromey.com>
10601
10602 PR python/17981:
10603 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10604 no-breakpoint case.
10605
10606 2016-05-24 Pedro Alves <palves@redhat.com>
10607
10608 PR gdb/19828
10609 * gdb.threads/clone-attach-detach.c: New file.
10610 * gdb.threads/clone-attach-detach.exp: New file.
10611
10612 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10613
10614 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10615
10616 2016-05-23 Tom Tromey <tom@tromey.com>
10617
10618 PR python/19438, PR python/18393:
10619 * gdb.python/py-progspace.exp: Add "dir" test.
10620 * gdb.python/py-objfile.exp: Add "dir" test.
10621
10622 2016-05-23 Yao Qi <yao.qi@linaro.org>
10623
10624 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10625 * gdb.arch/thumb2-it.exp: Likewise.
10626
10627 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10628
10629 * gdb.mi/mi-threads-interrupt.c: New file.
10630 * gdb.mi/mi-threads-interrupt.exp: New file.
10631
10632 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10633
10634 PR gdb/18077
10635 * gdb.mi/mi-async-run.exp: New file.
10636 * gdb.mi/mi-async-run.c: New file.
10637
10638 2016-05-17 Tom Tromey <tom@tromey.com>
10639 Manish Goregaokar <manishsmail@gmail.com>
10640
10641 * lib/rust-support.exp: New file.
10642 * lib/gdb.exp (skip_rust_tests): New proc.
10643 (build_executable_from_specs): Handle rust.
10644 * lib/future.exp (gdb_find_rustc): New proc.
10645 (gdb_default_target_compile): Handle rust.
10646 * gdb.rust/expr.exp: New file.
10647 * gdb.rust/generics.exp: New file.
10648 * gdb.rust/generics.rs: New file.
10649 * gdb.rust/methods.exp: New file.
10650 * gdb.rust/methods.rs: New file.
10651 * gdb.rust/modules.exp: New file.
10652 * gdb.rust/modules.rs: New file.
10653 * gdb.rust/simple.exp: New file.
10654 * gdb.rust/simple.rs: New file.
10655
10656 2016-05-17 Tom Tromey <tom@tromey.com>
10657
10658 * gdb.base/default.exp (set language): Add rust.
10659
10660 2016-05-17 Tom Tromey <tom@tromey.com>
10661
10662 * gdb.gdb/unittest.exp: New file.
10663
10664 2016-05-16 Yao Qi <yao.qi@linaro.org>
10665
10666 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10667 shell_prompt. Update shell_prompt_re.
10668
10669 2016-05-12 Doug Evans <dje@google.com>
10670
10671 PR symtab/19999
10672 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10673 $options when building executable.
10674 * gdb.dwarf2/fission-loclists-pie.S: New file.
10675 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10676
10677 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10678
10679 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10680 of [is_remote target],
10681
10682 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10683
10684 * lib/gdb.exp (use_gdb_stub): New procedure.
10685
10686 2016-05-03 Yunlian Jiang <yunlian@google.com>
10687 Doug Evans <dje@google.com>
10688
10689 PR symtab/19914
10690 * gdb.dwarf2/dwp-sepdebug.c: New file.
10691 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10692
10693 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10694
10695 * gdb.base/detach.exp: Remove is_remote check.
10696
10697 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10698
10699 * gdb.base/annota-input-while-running.exp: Don't check for
10700 [is_remote target]. Enable annotations after running to main.
10701 Remove unused "set test..." line.
10702
10703 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10704
10705 * gdb.trace/trace-enable-disable.exp: New file.
10706 * gdb.trace/trace-enable-disable.c: New file.
10707
10708 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10709
10710 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10711 use it in info sharedlibrary test.
10712 * gdb.trace/ftrace-lock.exp: Likewise.
10713 * gdb.trace/ftrace.exp: Likewise.
10714 * gdb.trace/range-stepping.exp: Likewise.
10715 * gdb.trace/trace-break.exp: Likewise.
10716 * gdb.trace/trace-condition.exp: Likewise.
10717 * gdb.trace/trace-mt.exp: Likewise.
10718
10719 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10720
10721 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10722 (gdb_load_shlib): ... this.
10723 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10724 gdb_load_shlib.
10725 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10726 * gdb.base/ctxobj.exp: Likewise.
10727 * gdb.base/dprintf-pending.exp: Likewise.
10728 * gdb.base/dso2dso.exp: Likewise.
10729 * gdb.base/fixsection.exp: Likewise.
10730 * gdb.base/gcore-relro.exp: Likewise.
10731 * gdb.base/gdb1555.exp: Likewise.
10732 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10733 * gdb.base/gnu-ifunc.exp: Likewise.
10734 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10735 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10736 * gdb.base/pending.exp: Likewise.
10737 * gdb.base/print-file-var.exp: Likewise.
10738 * gdb.base/print-symbol-loading.exp: Likewise.
10739 * gdb.base/shlib-call.exp: Likewise.
10740 * gdb.base/shreloc.exp: Likewise.
10741 * gdb.base/so-impl-ld.exp: Likewise.
10742 * gdb.base/solib-disc.exp: Likewise.
10743 * gdb.base/solib-nodir.exp: Likewise.
10744 * gdb.base/solib-overlap.exp: Likewise.
10745 * gdb.base/solib-symbol.exp: Likewise.
10746 * gdb.base/solib-weak.exp (do_test): Likewise.
10747 * gdb.base/sym-file.exp: Likewise.
10748 * gdb.base/symtab-search-order.exp: Likewise.
10749 * gdb.base/type-opaque.exp: Likewise.
10750 * gdb.base/unload.exp: Likewise.
10751 * gdb.base/watchpoint-solib.exp: Likewise.
10752 * gdb.compile/compile.exp: Likewise.
10753 * gdb.cp/gdb2384.exp: Likewise.
10754 * gdb.cp/infcall-dlopen.exp: Likewise.
10755 * gdb.cp/re-set-overloaded.exp: Likewise.
10756 * gdb.fortran/library-module.exp: Likewise.
10757 * gdb.opt/solib-intra-step.exp: Likewise.
10758 * gdb.python/py-finish-breakpoint.exp: Likewise.
10759 * gdb.python/py-shared.exp: Likewise.
10760 * gdb.reverse/solib-precsave.exp: Likewise.
10761 * gdb.reverse/solib-reverse.exp: Likewise.
10762 * gdb.server/solib-list.exp: Likewise.
10763 * gdb.threads/dlopen-libpthread.exp: Likewise.
10764 * gdb.threads/tls-shared.exp: Likewise.
10765 * gdb.threads/tls-so_extern.exp: Likewise.
10766 * gdb.trace/change-loc.exp: Likewise.
10767 * gdb.trace/ftrace-lock.exp: Likewise.
10768 * gdb.trace/ftrace.exp: Likewise.
10769 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10770 * gdb.trace/pending.exp: Likewise.
10771 * gdb.trace/range-stepping.exp: Likewise.
10772 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10773 (strace_info_marker): Likewise.
10774 (strace_probe_marker): Likewise.
10775 (strace_trace_on_same_addr): Likewise.
10776 (strace_trace_on_diff_addr): Likewise.
10777 * gdb.trace/trace-break.exp: Likewise.
10778 * gdb.trace/trace-condition.exp: Likewise.
10779 * gdb.trace/trace-mt.exp: Likewise.
10780
10781 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10782
10783 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10784 result of gdb_remote_download.
10785 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10786 * gdb.base/dso2dso.exp: Likewise.
10787 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10788 * gdb.base/print-file-var.exp: Likewise.
10789 * gdb.base/shlib-call.exp: Likewise.
10790 * gdb.base/shreloc.exp: Likewise.
10791 * gdb.base/solib-overlap.exp: Likewise.
10792 * gdb.base/solib-weak.exp (do_test): Likewise.
10793 * gdb.base/unload.exp: Likewise.
10794
10795 2016-04-27 Yao Qi <yao.qi@linaro.org>
10796
10797 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10798 exists.
10799
10800 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10801
10802 * vla-type.exp: Print structure from toplevel.
10803
10804 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10805
10806 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10807 of dynamic types.
10808 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10809 of dynamic types.
10810
10811 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10812
10813 * gdb.fortran/vla-type.f90: New file.
10814 * gdb.fortran/vla-type.exp: New file.
10815
10816 2016-04-25 Yao Qi <yao.qi@linaro.org>
10817
10818 * gdb.base/branch-to-self.c: New file.
10819 * gdb.base/branch-to-self.exp: New file.
10820
10821 2016-04-22 Yao Qi <yao.qi@linaro.org>
10822
10823 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10824 more after $hex.
10825
10826 2016-04-22 Yao Qi <yao.qi@linaro.org>
10827
10828 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10829 * gdb.base/annota3.exp: Likewise.
10830
10831 2016-04-22 Yao Qi <yao.qi@linaro.org>
10832
10833 * gdb.reverse/step-precsave.exp: Do one step and test program
10834 stops in "callee" and do multiple steps until program goes out
10835 of "callee".
10836 * gdb.reverse/step-reverse.exp: Likewise.
10837
10838 2016-04-22 Yao Qi <yao.qi@linaro.org>
10839
10840 * gdb.trace/signal.exp: Also pass if
10841 $tracepoint_hits($i) > $iterations.
10842
10843 2016-04-22 Yao Qi <yao.qi@linaro.org>
10844
10845 * gdb.trace/signal.c: New file.
10846 * gdb.trace/signal.exp: New file.
10847
10848 2016-04-19 Doug Evans <xdje42@gmail.com>
10849
10850 * gdb.base/bad-file.exp: New file.
10851
10852 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10853
10854 * gdb.dwarf2/implref.exp: New file.
10855
10856 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10857
10858 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10859 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10860 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10861 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10862 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10863 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10864 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10865 * lib/fortran.exp (fortran_int4): New procedure.
10866 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10867 (fortran_logical4): Likewise.
10868
10869 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10870
10871 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10872
10873 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10874
10875 * lib/compiler.c: Add Intel specific preprocessor macros.
10876 * lib/compiler.cc: Likewise.
10877
10878 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10879
10880 * gdb.server/connect-with-no-symbol-file.c: New file.
10881 * gdb.server/connect-with-no-symbol-file.exp: New file.
10882
10883 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10884
10885 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10886
10887 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10888
10889 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10890 standard output directory.
10891
10892 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10893
10894 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10895
10896 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10897
10898 * gdb.btrace/instruction_history.c (loop): Add declaration.
10899
10900 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10901
10902 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10903
10904 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10905
10906 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10907 parentheses to print.
10908 (continue_handler): Likewise.
10909
10910 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10911
10912 * gdb.server/solib-list.exp: Remove is_remote check.
10913 Pass shlib= to gdb_compile. Don't link shared library with
10914 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10915 Run binary filename through "readlink -f" on the target.
10916
10917 2016-04-08 Pedro Alves <palves@redhat.com>
10918
10919 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10920 interpreter filename as argument to gdbserver_spawn.
10921 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10922 Return empty if $last_loaded_file does not exist.
10923
10924 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10925
10926 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10927 * gdb.base/jit-main.c: Use exit after usage.
10928
10929 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10930
10931 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10932 GDBHISTSIZE prior to the tests.
10933 * gdb.base/gdbinit-history.exp: Likewise.
10934
10935 2016-04-07 Pedro Alves <palves@redhat.com>
10936
10937 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10938 instead of build_executable. Use gdb_load_shlibs.
10939
10940 2016-04-07 Yao Qi <yao.qi@linaro.org>
10941
10942 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10943 Execute "si" command.
10944
10945 2016-04-07 Yao Qi <yao.qi@linaro.org>
10946
10947 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10948 number instead of the comments on some line.
10949
10950 2016-04-06 Don Breazeal <donb@codesourcery.com>
10951
10952 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10953 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10954
10955 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10956
10957 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10958 standard_output_file. Remove unused binfile variable.
10959
10960 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10961
10962 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10963 * gdb.python/py-mi-objfile.exp: Match "list main" output
10964 in console format.
10965
10966 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10967
10968 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10969 absolute.
10970
10971 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10972
10973 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10974 absolute.
10975 * gdb.trace/ftrace.exp: Likewise.
10976 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10977 targets as well.
10978 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10979 (gdb_load_shlibs): Copy libraries to test directory when testing
10980 natively. Only set solib-search-path if testing remotely.
10981 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10982
10983 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10984
10985 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10986 gdb_download. Use it even if the target is not remote.
10987 * gdb.base/jit.exp (compile_jit_test): Likewise.
10988 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10989 output directory if the destination board is local, otherwise use
10990 the standard remote_download from DejaGnu.
10991 (gdb_download): Remove.
10992 (gdb_load_shlibs): Use gdb_remote_download instead of
10993 gdb_download.
10994 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10995 Use gdb_remote_download instead of gdb_download. Use it even if
10996 the target is not remote.
10997 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10998 instead of gdb_download.
10999
11000 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11001
11002 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11003 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11004 run.
11005
11006 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11007
11008 PR gdb/19820
11009 * gdb.base/printcmds.exp: Add artificial arrays tests.
11010
11011 2016-03-31 Pedro Alves <palves@redhat.com>
11012
11013 PR gdb/19858
11014 * gdb.base/jit-main.c: Include unistd.h.
11015 (ATTACH): Define to 0 if not already defined.
11016 (wait_for_gdb, mypid): New globals.
11017 (WAIT_FOR_GDB): New macro.
11018 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11019 some breakpoint locations.
11020 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11021 New procedures.
11022 (one_jit_test): Add REATTACH parameter, and handle it. Use
11023 continue_to_test_location.
11024 (top level): Test attach, and adjusts calls to one_jit_test.
11025
11026 2016-03-31 Pedro Alves <palves@redhat.com>
11027
11028 PR gdb/19858
11029 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11030 BINSUFFIX parameter, and handle it.
11031 (top level): Adjust calls compile_jit_test.
11032
11033 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11034
11035 PR python/19743
11036 * gdb.python/py-mi-events-gdb.py: New file.
11037 * gdb.python/py-mi-events.c: New file.
11038 * gdb.python/py-mi-events.exp: New file.
11039
11040 2016-03-30 Yao Qi <yao.qi@linaro.org>
11041
11042 * gdb.reverse/until-precsave.exp: Match function name only.
11043 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11044 Move malloc to a condition block.
11045 * gdb.reverse/until-reverse.exp: Match function name only.
11046
11047 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11048
11049 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11050 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11051 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11052 variable for GPR 0 instead of assuming it is register 0.
11053 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11054 * lib/trace-support.exp: Add s390 registers.
11055
11056 2016-03-29 Yao Qi <yao.qi@linaro.org>
11057
11058 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11059
11060 2016-03-24 Yao Qi <yao.qi@linaro.org>
11061
11062 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11063 test message.
11064
11065 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11066
11067 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11068 maintaining separate logic for constructing the output path.
11069
11070 2016-03-16 Don Breazeal <donb@codesourcery.com>
11071
11072 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11073 Retry fork and waitpid on interrupted system call errors.
11074 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11075 Use with_timeout_factor to increase timeout by factor of 10.
11076
11077 2016-03-15 Don Breazeal <donb@codesourcery.com>
11078
11079 * gdb.cp/scope-err.cc: New test program.
11080 * gdb.cp/scope-err.exp: New test script.
11081 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11082 lines and "set breakpoint here" comment.
11083 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11084 Fixed some whitespace and format issues.
11085 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11086 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11087
11088 2016-03-15 Doug Evans <dje@google.com>
11089
11090 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11091 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11092 All callers updated. Add tests for enums, mixed flags register.
11093
11094 2016-03-15 Doug Evans <dje@google.com>
11095
11096 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11097 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11098
11099 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11100
11101 * gdb.base/default.exp: Add $_as_string to the list of expected
11102 convenience functions.
11103
11104 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11105
11106 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11107
11108 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11109
11110 * gdb.python/py-as-string.exp: New file.
11111 * gdb.python/py-as-string.c: New file.
11112
11113 2016-03-09 Pedro Alves <palves@redhat.com>
11114
11115 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11116 signal" -> "Thread NN received signal" output change.
11117 * gdb.threads/ia64-sigill.exp: Likewise.
11118 * gdb.threads/linux-dp.exp: Likewise.
11119 * gdb.threads/manythreads.exp: Likewise.
11120 * gdb.threads/pending-step.exp: Likewise.
11121 * gdb.threads/print-threads.exp: Likewise.
11122 * gdb.threads/sigstep-threads.exp: Likewise.
11123 * gdb.threads/staticthreads.exp: Likewise.
11124 * gdb.threads/tls.exp: Likewise.
11125
11126 2016-03-09 Pedro Alves <palves@redhat.com>
11127
11128 * gdb.base/command-line-input.exp: New file.
11129
11130 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11131
11132 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11133 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11134 * gdb.trace/pending.exp: Accept leading dot before function name.
11135 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11136 * lib/trace-support.exp: Set registers for ppc.
11137
11138 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11139
11140 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11141 use it for disassembly; accept .main in addition to main in backtrace.
11142
11143 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11144 Marcin Kościelnicki <koriakin@0x04.net>
11145
11146 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11147 (gdb_recursion_test_ptr): New global variable.
11148 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11149 gdb_recursion_test.
11150 (gdb_c_test): Ditto.
11151
11152 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11153
11154 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11155 ordering.
11156
11157 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11158
11159 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11160 (bar): Add bar_start_lbl label.
11161 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11162 of foo/bar for emitting DWARF and tracing.
11163
11164 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11165
11166 * analyze-racy-logs.py: Set executable bit.
11167
11168 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11169
11170 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11171 (CHECK_TARGET_TMP): Likewise.
11172 (check-single-racy): New rule.
11173 (check-parallel-racy): Likewise.
11174 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11175 (do-check-parallel-racy): New rule.
11176 (check-racy/%.exp): Likewise.
11177 * README (Racy testcases): New section.
11178 * analyze-racy-logs.py: New file.
11179
11180 2016-03-03 Doug Evans <dje@google.com>
11181
11182 * gdb.base/skip.exp: Use with_test_prefix.
11183
11184 2016-03-03 Yao Qi <yao.qi@linaro.org>
11185
11186 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11187 Invoke step_over_syscall "clone" and break_cond_on_syscall
11188 "clone".
11189 * gdb.base/step-over-clone.c: New file.
11190
11191 2016-03-03 Yao Qi <yao.qi@linaro.org>
11192
11193 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11194 code format.
11195
11196 2016-03-03 Yao Qi <yao.qi@linaro.org>
11197
11198 * gdb.base/disp-step-fork.c: Rename to ...
11199 * gdb.base/step-over-fork.c: ... it. New file.
11200 * gdb.base/disp-step-vfork.c: Rename to ...
11201 * gdb.base/step-over-vfork.c: ... it. New file.
11202 * gdb.base/disp-step-syscall.exp: Rename to ...
11203 * gdb.base/step-over-syscall.exp: ... it. New file.
11204 (disp_step_cross_syscall): Rename to ...
11205 (step_over_syscall): ... it.
11206
11207 2016-03-03 Yao Qi <yao.qi@linaro.org>
11208
11209 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11210 If target supports condition evaluation on target, invoke
11211 break_cond_on_syscall for fork and vfork.
11212
11213 2016-03-03 Yao Qi <yao.qi@linaro.org>
11214
11215 * gdb.base/disp-step-syscall.exp: Don't invoke
11216 support_displaced_stepping.
11217 (disp_step_cross_syscall): Test with displaced stepping off and
11218 on if supported.
11219
11220 2016-03-03 Yao Qi <yao.qi@linaro.org>
11221
11222 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11223 proc.
11224 (setup): New proc.
11225 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11226 and setup.
11227
11228 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11229
11230 * gdb.fortran/vla-history.exp: Remove breakpoint.
11231
11232 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11233
11234 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11235 exceeds timeout.
11236
11237 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11238
11239 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11240 breakpoint.
11241
11242 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11243
11244 * gdb.mi/vla.f90: Nullify pointer after declaration.
11245
11246 2016-03-01 Pedro Alves <palves@redhat.com>
11247
11248 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11249
11250 2016-03-01 Pedro Alves <palves@redhat.com>
11251
11252 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11253 before anything else.
11254 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11255 _GNU_SOURCE here.
11256 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11257 before anything else.
11258 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11259
11260 2016-03-01 Pedro Alves <palves@redhat.com>
11261
11262 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11263
11264 2016-03-01 Yao Qi <yao.qi@linaro.org>
11265
11266 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11267 prepare_for_testing.
11268
11269 2016-03-01 Yao Qi <yao.qi@linaro.org>
11270
11271 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11272
11273 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11274
11275 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11276 manually constructing the output path.
11277
11278 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11279
11280 * gdb.arch/s390-stackless.S: New.
11281 * gdb.arch/s390-stackless.exp: New.
11282
11283 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11284
11285 * gdb.dlang/circular.c: New file.
11286 * gdb.dlang/circular.exp: New file.
11287
11288 2016-02-26 Yao Qi <yao.qi@linaro.org>
11289
11290 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11291 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11292 (testcases): Update.
11293
11294 2016-02-26 Yao Qi <yao.qi@linaro.org>
11295
11296 * gdb.reverse/aarch64.c: Rename to ...
11297 * gdb.reverse/insn-reverse.c: ... it.
11298 * gdb.reverse/aarch64.exp: Rename to ...
11299 * gdb.reverse/insn-reverse.exp: ... it.
11300
11301 2016-02-26 Yao Qi <yao.qi@linaro.org>
11302
11303 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11304 (testcase_ftype): New.
11305 (testcases): New array.
11306 (n_testcases): New.
11307 (main): Call each element in testcases.
11308 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11309 (read_testcase): New.
11310 Do the tests in a loop.
11311
11312 2016-02-25 Yao Qi <yao.qi@linaro.org>
11313
11314 * gdb.base/branches.c: Remove.
11315
11316 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11317
11318 PR gdb/13808
11319 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11320
11321 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11322
11323 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11324
11325 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11326
11327 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11328 change x86_64 call_insn to 'callq'.
11329
11330 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11331
11332 * gdb.trace/tfile-avx.c: Move to...
11333 * gdb.trace/tracefile-pseudo-reg.c: Here.
11334 * gdb.trace/tfile-avx.exp: Move to...
11335 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11336
11337 2016-02-24 Gary Benson <gbenson@redhat.com>
11338
11339 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11340 message on attach.
11341
11342 2016-02-23 Doug Evans <dje@google.com>
11343
11344 * gdb.base/skip.c (test_skip): New function.
11345 (end_test_skip_file_and_function): New function.
11346 (test_skip_file_and_function): New function.
11347 * gdb.base/skip1.c (test_skip): New function.
11348 (skip1_test_skip_file_and_function): New function.
11349 * gdb.base/skip.exp: Add tests for new skip options.
11350 * gdb.base/skip-solib.exp: Update expected output.
11351 * gdb.perf/skip-command.cc: New file.
11352 * gdb.perf/skip-command.exp: New file.
11353 * gdb.perf/skip-command.py: New file.
11354
11355 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11356
11357 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11358 info registers pattern.
11359
11360 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11361
11362 * lib/future.exp: Add D support.
11363 (gdb_find_gdc): New proc.
11364 (gdb_default_target_compile): Add D support.
11365
11366 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11367
11368 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11369 user+system time.
11370 (trace_speed_test): Determine the iteration count for a time
11371 between 15..30 seconds.
11372
11373 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11374
11375 * gdb.arch/i386-mpx-sigsegv.c: New file.
11376 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11377 * gdb.arch/i386-mpx-simple_segv.c: New file.
11378 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11379
11380 2016-02-18 Yao Qi <yao.qi@linaro.org>
11381
11382 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11383 Don't call setup_kfail.
11384
11385 2016-02-18 Yao Qi <yao.qi@linaro.org>
11386
11387 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11388 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11389
11390 2016-02-16 Doug Evans <dje@google.com>
11391
11392 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11393 * gdb.base/skip1.c: Ditto.
11394 * gdb.base/skip.exp: Whitespace cleanup.
11395
11396 2016-02-16 Don Breazeal <donb@codesourcery.com>
11397
11398 PR remote/19496
11399 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11400 Remove kfail for PR remote/19496.
11401
11402 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11403
11404 * lib/gdb.exp (standard_temp_file): Return a path specific to
11405 the runtest invocation.
11406
11407 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11408
11409 * gdb.trace/save-trace.exp: Change relative path to be in the
11410 standard output directory.
11411
11412 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11413
11414 * gdb.arch/i386-prologue.c: Add missing prototypes.
11415
11416 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11417
11418 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11419 * gdb.arch/i386-prologue.exp: Likewise.
11420 * gdb.arch/i386-size.exp: Likewise.
11421
11422 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11423
11424 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11425 define object file path.
11426 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11427 file path.
11428 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11429 standard_output_file to define binfile.
11430
11431 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11432
11433 Fix compatibility with recent gfortran-5.3.1.
11434 * gdb.fortran/vla-history.exp (print vla1 allocated)
11435 (print vla2 allocated, print $2, print $3): Remove
11436 (print $4): Rename to ...
11437 (print $2): ... here.
11438 (print $9): Rename to ...
11439 (print $5): ... here.
11440 (print $10): Rename to ...
11441 (print $6): ... here.
11442 * gdb.fortran/vla.f90: Add pvla initialization.
11443
11444 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11445
11446 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11447 New test.
11448 * gdb.fortran/vla-value-sub.exp: Likewise.
11449
11450 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11451
11452 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11453
11454 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11455
11456 * i386-biarch-core.exp: Define corefile using
11457 standard_output_file.
11458
11459 2016-02-12 Yao Qi <yao.qi@linaro.org>
11460
11461 * gdb.arch/arm-single-step-kernel-helper.c: New.
11462 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11463
11464 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11465
11466 * gdb.btrace/tailcall-only.exp: New.
11467 * gdb.btrace/tailcall-only.c: New.
11468 * gdb.btrace/x86_64-tailcall-only.S: New.
11469 * gdb.btrace/i686-tailcall-only.S: New.
11470
11471 2016-02-11 Pedro Alves <palves@redhat.com>
11472
11473 * README (Parallel testing): Add missing double quotes.
11474
11475 2016-02-11 Pedro Alves <palves@redhat.com>
11476
11477 * README (Parallel testing): New section.
11478 (GDB_PARALLEL): Rewrite.
11479 (FORCE_PARALLEL): Document.
11480
11481 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11482
11483 * gdb.trace/tfile-avx.c: New test.
11484 * gdb.trace/tfile-avx.exp: New test.
11485
11486 2016-02-09 Keith Seitz <keiths@redhat.com>
11487
11488 PR breakpoints/19546
11489 * gdb.base/infcall-exec.c: New file.
11490 * gdb.base/infcall-exec2.c: New file.
11491 * gdb.base/infcall-exec.exp: New file.
11492
11493 2016-02-09 Keith Seitz <keiths@redhat.com>
11494
11495 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11496 (toplevel): Call test_bkpt_address.
11497
11498 2016-02-09 Keith Seitz <keiths@redhat.com>
11499
11500 PR python/19506
11501 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11502 (toplevel): Call test_bkpt_address.
11503
11504 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11505
11506 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11507 to AC_OUTPUT.
11508 * configure: Regenerate.
11509
11510 2016-02-09 Pedro Alves <palves@redhat.com>
11511
11512 PR breakpoints/19548
11513 * gdb.base/execl-update-breakpoints.c (some_function): New
11514 function.
11515 (main): Call it.
11516 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11517 Tighten expected GDB output.
11518
11519 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11520
11521 * Makefile.in (ALL_SUBDIRS): Remove.
11522 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11523 (distclean maintainer-clean realclean): Likewise.
11524 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11525 * configure: Regenerate.
11526 * gdb.ada/Makefile.in: Delete.
11527 * gdb.arch/Makefile.in: Likewise.
11528 * gdb.asm/Makefile.in: Likewise.
11529 * gdb.base/Makefile.in: Likewise.
11530 * gdb.btrace/Makefile.in: Likewise.
11531 * gdb.cell/Makefile.in: Likewise.
11532 * gdb.compile/Makefile.in: Likewise.
11533 * gdb.cp/Makefile.in: Likewise.
11534 * gdb.disasm/Makefile.in: Likewise.
11535 * gdb.dlang/Makefile.in: Likewise.
11536 * gdb.dwarf2/Makefile.in: Likewise.
11537 * gdb.fortran/Makefile.in: Likewise.
11538 * gdb.gdb/Makefile.in: Likewise.
11539 * gdb.go/Makefile.in: Likewise.
11540 * gdb.guile/Makefile.in: Likewise.
11541 * gdb.java/Makefile.in: Likewise.
11542 * gdb.linespec/Makefile.in: Likewise.
11543 * gdb.mi/Makefile.in: Likewise.
11544 * gdb.modula2/Makefile.in: Likewise.
11545 * gdb.multi/Makefile.in: Likewise.
11546 * gdb.objc/Makefile.in: Likewise.
11547 * gdb.opencl/Makefile.in: Likewise.
11548 * gdb.opt/Makefile.in: Likewise.
11549 * gdb.pascal/Makefile.in: Likewise.
11550 * gdb.perf/Makefile.in: Likewise.
11551 * gdb.python/Makefile.in: Likewise.
11552 * gdb.reverse/Makefile.in: Likewise.
11553 * gdb.server/Makefile.in: Likewise.
11554 * gdb.stabs/Makefile.in: Likewise.
11555 * gdb.threads/Makefile.in: Likewise.
11556 * gdb.trace/Makefile.in: Likewise.
11557 * gdb.xml/Makefile.in: Likewise.
11558 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11559 GDB_PARALLEL.
11560 (standard_output_file): Remove check for GDB_PARALLEL, always
11561 return path in outputs/$subdir/$testname.
11562
11563 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11564
11565 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11566 (site.exp): Assign abs_srcdir to tcl's srcdir.
11567
11568 2016-02-04 Yao Qi <yao.qi@linaro.org>
11569
11570 * gdb.base/foll-exec-mode.c: Include limits.h.
11571 (main): Add parameters argc and argv. Get directory from
11572 argv[0].
11573 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11574 compilation.
11575 * gdb.base/foll-exec.c: Include limits.h.
11576 (main): Add parameters argc and argv.
11577 Get directory from argv[0].
11578 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11579 Adjust tests on the number of lines as source code changed.
11580 * gdb.base/foll-vfork-exit.c: Include limits.h.
11581 (main): Add one line of statement before vfork.
11582 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11583 (main): Add parameters argc and argv. Get directory from
11584 argv[0].
11585 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11586 (setup_gdb): Set tbreak to skip some source lines.
11587 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11588 (main): Add parameters argc and argv. Get directory from
11589 argv[0].
11590 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11591 compilation.
11592 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11593 (main): Add parameters argc and argv. Get directory from
11594 argv[0].
11595 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11596 compilation.
11597
11598 2016-02-01 Doug Evans <dje@google.com>
11599
11600 * gdb.base/skip.exp: Clean up multiple references to same test name.
11601
11602 2016-02-01 Pedro Alves <palves@redhat.com>
11603
11604 PR remote/19496
11605 * gdb.threads/forking-threads-plus-breakpoint.exp
11606 (displaced_stepping_supported): New global.
11607 (probe_displaced_stepping_support): New procedure.
11608 (do_test): Add 'displaced' parameter, and use it.
11609 (top level): Check for displaced stepping support. Add displaced
11610 stepping on/off testing axis.
11611
11612 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11613
11614 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11615 pointer. Don't perform further tests on the unassociated pointer
11616 if the first test fails.
11617
11618 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11619
11620 * gdb.base/max-value-size.c: New file.
11621 * gdb.base/max-value-size.exp: New file.
11622 * gdb.base/huge.exp: Disable max-value-size for this test.
11623
11624 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11625
11626 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11627
11628 2016-01-28 Yao Qi <yao.qi@linaro.org>
11629
11630 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11631
11632 2016-01-25 Pedro Alves <palves@redhat.com>
11633
11634 PR threads/19461
11635 * gdb.base/fork-running-state.c: New file.
11636 * gdb.base/fork-running-state.exp: New file.
11637
11638 2016-01-25 Pedro Alves <palves@redhat.com>
11639
11640 PR gdb/19494
11641 * gdb.base/catch-fork-kill.c: New file.
11642 * gdb.base/catch-fork-kill.exp: New file.
11643
11644 2016-01-25 Pedro Alves <palves@redhat.com>
11645
11646 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11647 Delete, moved to lib/gdb.exp.
11648 * gdb.threads/forking-threads-plus-breakpoint.exp
11649 (foreach_with_prefix): Likewise.
11650 * gdb.threads/process-dies-while-handling-bp.exp
11651 (foreach_with_prefix): Likewise.
11652 * lib/gdb.exp (foreach_with_prefix): New procedure.
11653
11654 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11655
11656 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11657 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11658
11659 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11660
11661 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11662 endian targets.
11663
11664 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11665 Pedro Alves <palves@redhat.com>
11666
11667 Fix testsuite compatibility with Guile.
11668 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11669 number.
11670
11671 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11672
11673 Fix testsuite compatibility with Guile.
11674 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11675 (thread 1): New test for backtrace through signal handler.
11676
11677 2016-01-22 Yao Qi <yao.qi@linaro.org>
11678
11679 PR testsuite/19491
11680 * gdb.base/multi-forks.c: Include
11681 ../lib/unbuffer_output.c
11682 (main): Call gdb_unbuffer_output.
11683
11684 2016-01-21 Doug Evans <dje@google.com>
11685
11686 * lib/ada.exp (gdb_compile_ada): Fix typo.
11687
11688 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11689
11690 * gdb.base/break-fun-addr.exp: New file.
11691 * gdb.base/break-fun-addr1.c: New file.
11692 * gdb.base/break-fun-addr2.c: New file.
11693
11694 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11695
11696 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11697 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11698 enum flag values.
11699
11700 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11701
11702 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11703 when GDB can not set the vector return value. Add more comments
11704 for clarification.
11705
11706 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11707
11708 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11709 command.
11710
11711 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11712
11713 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11714
11715 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11716
11717 * Makefile.in (check-single): Pass --status to runtest.
11718 (check/%.exp): Likewise.
11719
11720 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11721
11722 * Makefile.in (check-parallel): Propagate return code from make
11723 do-check-parallel.
11724
11725 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11726
11727 * gdb.trace/ftrace.exp: Fix expected message on continue.
11728 * gdb.trace/pending.exp: Fix expected message on continue.
11729 * gdb.trace/trace-break.exp: Fix expected message on continue.
11730
11731 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11732
11733 * lib/gdb.exp (gdb_test): Remove unused global references.
11734
11735 2016-01-18 Pedro Alves <palves@redhat.com>
11736
11737 * gdb.base/async-shell.exp: Adjust expected output.
11738 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11739 * gdb.base/siginfo-thread.exp: Adjust expected output.
11740 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11741 * gdb.java/jnpe.exp: Adjust expected output.
11742 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11743 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11744 * gdb.threads/leader-exit.exp: Adjust expected output.
11745 * gdb.threads/manythreads.exp: Adjust expected output.
11746 * gdb.threads/pthreads.exp: Adjust expected output.
11747 * gdb.threads/schedlock.exp: Adjust expected output.
11748 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11749 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11750 expected output.
11751 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11752 output.
11753 * gdb.threads/sigthread.exp: Adjust expected output.
11754 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11755
11756 2016-01-18 Yao Qi <yao.qi@linaro.org>
11757
11758 * gdb.guile/scm-section-script.c: Replace @progbits with
11759 %progbits.
11760 * gdb.python/py-section-script.c: Likewise.
11761
11762 2016-01-15 Pedro Alves <palves@redhat.com>
11763
11764 * gdb.multi/tids.exp: Test star wildcard ranges.
11765
11766 2016-01-15 Pedro Alves <palves@redhat.com>
11767
11768 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11769 command from "thread apply" invocation.
11770 (thr_apply_info_thr_invalid): Default the expected output to the
11771 input tid list.
11772 (top level): Add tests that use convenience variables. Add tests
11773 for "thread apply" with a valid TID list, but missing the command.
11774
11775 2016-01-13 Pedro Alves <palves@redhat.com>
11776
11777 * gdb.base/default.exp: Expect $_gthread as well.
11778 * gdb.multi/tids.exp: Test $_gthread.
11779 * gdb.threads/thread-specific.exp: Test $_gthread.
11780
11781 2016-01-13 Pedro Alves <palves@redhat.com>
11782
11783 * gdb.multi/tids.exp: Test "info threads -gid".
11784
11785 2016-01-13 Pedro Alves <palves@redhat.com>
11786
11787 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11788 Breakpoint.thread.
11789 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11790
11791 2016-01-07 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.base/break.exp: Adjust to output changes.
11794 * gdb.base/hbreak2.exp: Likewise.
11795 * gdb.base/sepdebug.exp: Likewise.
11796 * gdb.base/watch_thread_num.exp: Likewise.
11797 * gdb.linespec/keywords.exp: Likewise.
11798 * gdb.multi/info-threads.exp: Likewise.
11799 * gdb.threads/thread-find.exp: Likewise.
11800 * gdb.multi/tids.c: New file.
11801 * gdb.multi/tids.exp: New file.
11802
11803 2016-01-13 Pedro Alves <palves@redhat.com>
11804
11805 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11806
11807 2016-01-13 Pedro Alves <palves@redhat.com>
11808
11809 * gdb.base/default.exp: Expect $_inferior as well.
11810 * gdb.multi/base.exp: Test $_inferior.
11811
11812 2016-01-13 Pedro Alves <palves@redhat.com>
11813
11814 PR breakpoints/19388
11815 * gdb.base/catch-signal-siginfo-cond.c: New file.
11816 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11817
11818 2016-01-12 Josh Stone <jistone@redhat.com>
11819 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11820
11821 * gdb.base/catch-syscall.c (do_execve): New variable.
11822 (main): Conditionally trigger an execve.
11823 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11824 (test_catch_syscall_execve): New, check entry/return across execve.
11825 (do_syscall_tests): Call test_catch_syscall_execve.
11826
11827 2016-01-12 Pedro Alves <palves@redhat.com>
11828
11829 * gdb.base/random-signal.exp (do_test): New procedure, with body
11830 of testcase moved in.
11831
11832 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11833 Pedro Alves <palves@redhat.com>
11834
11835 * gdb.base/funcargs.exp (finish from indirectly called function):
11836 Reintroduce the case for 'First'.
11837
11838 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11839 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11842 (tcatch_vfork_then_child_follow_exec)
11843 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11844 identification.
11845
11846 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11847
11848 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11849 and repeats to unlimited.
11850 * gdb.python/py-value.exp: Likewise.
11851 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11852 and repeats to unlimited.
11853
11854 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11855
11856 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11857 and reordering the functions.
11858 * gdb.multi/hangout.c: Likewise.
11859 * gdb.multi/hello.c: Likewise.
11860
11861 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11862
11863 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11864 absolute.
11865 (SingleStatisticTestResult.report): Use dict.keys instead of
11866 dict.iterkeys.
11867
11868 2016-01-06 Pedro Alves <palves@redhat.com>
11869
11870 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11871
11872 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11873
11874 * gdb.btrace/dlopen.exp: New.
11875 * gdb.btrace/dlopen.c: New.
11876 * gdb.btrace/dlopen-dso.c: New.
11877
11878 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11879
11880 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11881 PATTERN argument is optional.
11882
11883 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11884
11885 * lib/ada.exp (target_compile_ada_from_dir): New function.
11886 (gdb_compile_ada): Reimplement avoiding the use of project files.
11887 * gdb.ada/gnat_ada.gpr: Delete.
11888 * gdb.ada/cond_lang.exp: Adjust test to make path before
11889 filename optional.
11890 * gdb.ada/small_reg_param.exp: Likewise.
11891
11892 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11893
11894 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11895
11896 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11897
11898 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11899 case.
11900
11901 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11902
11903 * gdb.base/break.exp: Remove dead code.
11904 * gdb.base/sepdebug.exp: Likewise.
11905
11906 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11907
11908 * gdb.asm/asm-source.exp: Remove HP-UX references.
11909 * gdb.base/annota1.exp: Likewise.
11910 * gdb.base/annota3.exp: Likewise.
11911 * gdb.base/attach.exp: Likewise.
11912 * gdb.base/bigcore.exp: Likewise.
11913 * gdb.base/break.exp: Likewise.
11914 * gdb.base/call-ar-st.exp: Likewise.
11915 * gdb.base/callfuncs.exp: Likewise.
11916 * gdb.base/catch-fork-static.exp: Likewise.
11917 * gdb.base/display.exp: Likewise.
11918 * gdb.base/foll-exec-mode.exp: Likewise.
11919 * gdb.base/foll-exec.exp: Likewise.
11920 * gdb.base/foll-fork.exp: Likewise.
11921 * gdb.base/foll-vfork.exp: Likewise.
11922 * gdb.base/funcargs.exp: Likewise.
11923 * gdb.base/hbreak2.exp: Likewise.
11924 * gdb.base/inferior-died.exp: Likewise.
11925 * gdb.base/interrupt.exp: Likewise.
11926 * gdb.base/multi-forks.exp: Likewise.
11927 * gdb.base/nodebug.exp: Likewise.
11928 * gdb.base/sepdebug.exp: Likewise.
11929 * gdb.base/solib1.c: Likewise.
11930 * gdb.base/step-test.exp: Likewise.
11931 * gdb.mi/non-stop.c: Likewise.
11932 * gdb.mi/pthreads.c: Likewise.
11933 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11934 * gdb.threads/pthreads.c: Likewise.
11935 * gdb.threads/staticthreads.exp: Likewise.
11936 * lib/future.exp: Likewise.
11937 * lib/gdb.exp: Likewise.
11938 * gdb.base/so-indr-cl.c: Remove.
11939 * gdb.base/so-indr-cl.exp: Likewise.
11940 * gdb.base/solib.c: Likewise.
11941 * gdb.base/solib.exp: Likewise.
11942 * gdb.base/solib2.c: Likewise.
11943
11944 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11945
11946 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11947 * gdb.base/call-ar-st.exp: Likewise.
11948 * gdb.base/callfuncs.exp: Likewise.
11949 * gdb.base/condbreak.exp: Likewise.
11950 * gdb.base/constvars.exp: Likewise.
11951 * gdb.base/hbreak2.exp: Likewise.
11952 * gdb.base/langs.exp: Likewise.
11953 * gdb.base/list.exp: Likewise.
11954 * gdb.base/long_long.exp: Likewise.
11955 * gdb.base/ptype.exp: Likewise.
11956 * gdb.base/scope.exp: Likewise.
11957 * gdb.base/signals.exp: Likewise.
11958 * gdb.base/so-impl-ld.exp: Likewise.
11959 * gdb.base/varargs.exp: Likewise.
11960 * gdb.base/volatile.exp: Likewise.
11961 * gdb.base/whatis.exp: Likewise.
11962 * gdb.cp/cplusfuncs.exp: Likewise.
11963 * gdb.cp/inherit.exp: Likewise.
11964 * gdb.cp/local.exp: Likewise.
11965 * gdb.cp/member-ptr.exp: Likewise.
11966 * gdb.cp/method.exp: Likewise.
11967 * gdb.cp/overload.exp: Likewise.
11968 * gdb.cp/templates.exp: Likewise.
11969 * gdb.stabs/weird.exp: Likewise.
11970 * lib/compiler.c: Likewise.
11971 * lib/compiler.cc: Likewise.
11972 * lib/cp-support.exp: Likewise.
11973 * lib/gdb.exp: Likewise.
11974
11975 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11976
11977 * configure.ac: Remove HP-UX case.
11978 * configure: Regenerate.
11979
11980 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11981
11982 * lib/gdb.exp (gdb_compile): Add function doc.
11983
11984 2015-12-17 Pedro Alves <palves@redhat.com>
11985
11986 PR threads/19354
11987 * gdb.multi/info-threads.exp: New file.
11988
11989 2015-12-15 Yao Qi <yao.qi@linaro.org>
11990
11991 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11992 is aarch64*-*-*.
11993
11994 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11995
11996 * gdb.base/history-duplicates.exp: Skip if no readline support.
11997
11998 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11999
12000 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12001
12002 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12003
12004 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12005
12006 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12007
12008 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12009 ctrl-C if nointerrupts target property is set.
12010 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12011 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12012 * gdb.base/paginate-bg-execution.exp: Likewise.
12013 * gdb.base/paginate-execution-startup.exp: Likewise.
12014 * gdb.base/random-signal.exp: Likewise.
12015 * gdb.base/range-stepping.exp: Likewise.
12016 * gdb.cp/annota2.exp: Likewise.
12017 * gdb.cp/annota3.exp: Likewise.
12018 * gdb.gdb/selftest.exp: Likewise.
12019 * gdb.threads/continue-pending-status.exp: Likewise.
12020 * gdb.threads/leader-exit.exp: Likewise.
12021 * gdb.threads/manythreads.exp: Likewise.
12022 * gdb.threads/pthreads.exp: Likewise.
12023 * gdb.threads/schedlock.exp: Likewise.
12024 * gdb.threads/sigthread.exp: Likewise.
12025
12026 2015-12-11 Don Breazeal <donb@codesourcery.com>
12027
12028 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12029 remote.
12030 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12031 * gdb.base/foll-exec.exp (main): Enable for target remote.
12032 * gdb.base/foll-fork.exp (main): Likewise.
12033 * gdb.base/foll-vfork.exp (main): Likewise.
12034 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12035 (proc continue_to_exit_bp_loc): Use clean_restart.
12036 * gdb.base/pie-execl.exp (main): Disable for target remote.
12037 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12038 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12039 * gdb.threads/execl.exp (main): Likewise.
12040 * gdb.threads/fork-child-threads.exp (main): Likewise.
12041 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12042 remote.
12043 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12044 remote.
12045 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12046 pid.tid style ptids, instead of just tid.
12047 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12048 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12049 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12050 ptids, instead of just tid.
12051
12052 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12053
12054 * gdb.base/list.exp (test_list_forward): Add end of file error
12055 test.
12056 (test_repeat_list_command): Add end of file error test.
12057 (test_list_backwards): Add beginning of file error test.
12058
12059 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12060
12061 * gdb.base/list.exp (test_list_invalid_args): New function,
12062 defined, and called.
12063
12064 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12065
12066 * gdb.base/list.exp (test_list): Make test names unique.
12067
12068 2015-12-11 Yao Qi <yao.qi@linaro.org>
12069
12070 * gdb.base/coremaker2.c: Remove.
12071
12072 2015-12-10 Pedro Alves <palves@redhat.com>
12073
12074 * gdb.multi/base.exp: Remove stale "spaces" references.
12075
12076 2015-12-10 Pedro Alves <palves@redhat.com>
12077
12078 * gdb.multi/base.exp: Don't use nowarnings.
12079 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12080 * gdb.multi/hangout.c: Include stdio.h.
12081 * gdb.multi/hello.c: Include stdlib.h.
12082 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12083 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12084 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12085
12086 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12087
12088 * gdb.dwarf2/dw2-ranges-base.c: New file.
12089 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12090 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12091 support additional line table, and debug ranges generation.
12092 (Dwarf::ranges): New function, generate .debug_ranges.
12093 (Dwarf::lines): Support generating simple line table programs.
12094 (Dwarf::assemble): Initialise new namespace variables.
12095
12096 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12097
12098 * gdb.base/async.exp (proc test_background): Add case for
12099 asynchronous execution not supported.
12100
12101 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12102
12103 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12104 format and change test names to make them unique.
12105
12106 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12107 Pedro Alves <pedro@redhat.com>
12108
12109 PR gdb/18702
12110 Add checking of floatformats setup on x86_64 hosts.
12111 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12112 (smallval, bigval): New labels/constants.
12113 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12114 float" after loading bigval and smallval.
12115
12116 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12117
12118 * gdb.ada/fun_overload_menu.exp: New testcase.
12119 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12120
12121 2015-12-04 Josh Stone <jistone@redhat.com>
12122
12123 * gdb.base/catch-fork-static.exp: New.
12124
12125 2015-12-03 Yao Qi <yao.qi@linaro.org>
12126
12127 * gdb.base/sizeof.c: Don't include stdio.h and
12128 ../lib/unbuffer_output.c.
12129 (main): New variable 'size' and 'value'. Remove printf and
12130 gdb_unbuffer_output. Assign return value to size and value.
12131 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12132 at the beginning.
12133 (check_sizeof): Check the result by printing variable 'size'.
12134 (check_valueof): Check the result by printing variable 'value'.
12135
12136 2015-12-01 Yao Qi <yao.qi@linaro.org>
12137
12138 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12139 for aarch64*-*-linux* target.
12140
12141 2015-11-30 Pedro Alves <palves@redhat.com>
12142
12143 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12144
12145 2015-11-30 Pedro Alves <palves@redhat.com>
12146
12147 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12148 Handle non-stop mode vCont replies.
12149
12150 2015-11-30 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12153 prepare_for_testing. Start gdb with "set non-stop on" appended to
12154 GDBFLAGS. Lax expected stop output.
12155
12156 2015-11-27 Yao Qi <yao.qi@linaro.org>
12157
12158 * gdb.arch/arm-neon.exp: New.
12159 * gdb.arch/arm-neon.c: New.
12160
12161 2015-11-27 Yao Qi <yao.qi@linaro.org>
12162
12163 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12164
12165 2015-11-27 Yao Qi <yao.qi@linaro.org>
12166
12167 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12168 frames-invalid annotation.
12169
12170 2015-11-27 Yao Qi <yao.qi@linaro.org>
12171
12172 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12173
12174 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12175
12176 * gdb.threads/names.exp: New file.
12177 * gdb.threads/names.c: New file.
12178 * README: Mention gdb,no_thread_names.
12179
12180 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12181
12182 PR 19297
12183 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12184 support" error.
12185
12186 2015-11-24 Pedro Alves <palves@redhat.com>
12187
12188 PR 17539
12189 * gdb.base/display.exp: Expect displays to be sorted in ascending
12190 order. Use multi_line.
12191 * gdb.base/solib-display.exp: Likewise.
12192
12193 2015-11-24 Pedro Alves <palves@redhat.com>
12194
12195 PR 17539
12196 * gdb.base/display.exp: Expect displays to be sorted in ascending
12197 order. Use multi_line.
12198 * gdb.base/solib-display.exp: Likewise.
12199
12200 2015-11-24 Pedro Alves <palves@redhat.com>
12201
12202 PR 17539
12203 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12204 threads in ascending order.
12205 * gdb.base/foll-fork.exp: Likewise.
12206 * gdb.base/foll-vfork.exp: Likewise.
12207 * gdb.base/multi-forks.exp: Likewise.
12208 * gdb.mi/mi-nonstop.exp: Likewise.
12209 * gdb.mi/mi-nsintrall.exp: Likewise.
12210 * gdb.multi/base.exp: Likewise.
12211 * gdb.multi/multi-arch.exp: Likewise.
12212 * gdb.python/py-inferior.exp: Likewise.
12213 * gdb.threads/break-while-running.exp: Likewise.
12214 * gdb.threads/execl.exp: Likewise.
12215 * gdb.threads/gcore-thread.exp: Likewise.
12216 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12217 * gdb.threads/kill.exp: Likewise.
12218 * gdb.threads/linux-dp.exp: Likewise.
12219 * gdb.threads/multiple-step-overs.exp: Likewise.
12220 * gdb.threads/next-bp-other-thread.exp: Likewise.
12221 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12222 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12223 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12224 * gdb.threads/thread-find.exp: Likewise.
12225 * gdb.threads/tls.exp: Likewise.
12226 * lib/mi-support.exp (mi_reverse_list): Delete.
12227 (mi_check_thread_states): No longer reverse list.
12228
12229 2015-11-24 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12232 use lowercase.
12233
12234 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12235
12236 * gdb.trace/actions.c: Include trace-common.h.
12237 (main): Add a location for a fast tracepoint.
12238 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12239 the normal tracepoints.
12240 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12241
12242 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12243
12244 * save-trace.exp: Factor out code to these...
12245 (gdb_save_tracepoints): New.
12246 (gdb_load_tracepoints): New.
12247 (do_save_load_test): New.
12248
12249 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12250
12251 * gdb.base/asmlabel.exp: New test.
12252 * gdb.base/asmlabel.c: New test case.
12253
12254 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12255
12256 * gdb.base/wrong_frame_bt_full-main.c: New file.
12257 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12258 * gdb.base/wrong_frame_bt_full.exp: New file.
12259
12260 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12261
12262 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12263
12264 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12265
12266 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12267 pstate register when comparing registers values in
12268 sparc64-*-linux-gnu targets to avoid spurious differences.
12269
12270 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12271
12272 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12273
12274 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12275
12276 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12277 as type argument to gdb_compile.
12278 * gdb.base/nested-subp2.exp: Likewise.
12279 * gdb.base/nested-subp3.exp: Likewise.
12280
12281 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12282
12283 * lib/dwarf.exp (_note): Fix left shift of negative value.
12284 * gdb.trace/trace-condition.exp: Likewise.
12285
12286 2015-11-13 Yao Qi <yao.qi@linaro.org>
12287
12288 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12289 comments about d10v.
12290 (test_scalar_returns): Likewise.
12291 * gdb.base/d10v.ld: Remove.
12292 * gdb.base/overlays.exp: Remove the target triplet checking for
12293 d10v-*-*.
12294 * gdb.base/structs.exp (test_struct_returns): Remove the
12295 comments about d10v.
12296 (test_struct_calls): Likewise.
12297
12298 2015-11-13 Yao Qi <yao.qi@linaro.org>
12299
12300 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12301 * gdb.base/gnu_vector.c: Don't include stdio.h.
12302 (main): Don't print res and call add_some_intvecs.
12303
12304 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12305
12306 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12307 macro.
12308 (func5): Removed.
12309 (func4): Use FAST_TRACEPOINT_LABEL.
12310 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12311 macro.
12312 (func): Removed.
12313 (thread_function): Use FAST_TRACEPOINT_LABEL.
12314 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12315 (func): Remove.
12316 (marker): Use FAST_TRACEPOINT_LABEL.
12317 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12318 (pendfunc1): Remove.
12319 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12320 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12321 (foo): Remove.
12322 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12323 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12324 macro.
12325 (func): Remove.
12326 (marker): Use FAST_TRACEPOINT_LABEL.
12327 * gdb.trace/trace-common.h: New header.
12328 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12329 macro.
12330 (func): Remove.
12331 (marker): Use FAST_TRACEPOINT_LABEL.
12332 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12333 (func): Remove.
12334 (thread_function): Use FAST_TRACEPOINT_LABEL.
12335
12336 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12337
12338 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12339 in front.
12340 * gdb.trace/change-loc.exp: Use global pcreg definition.
12341 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12342 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12343 in front.
12344 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12345 * gdb.trace/pending.exp: Likewise.
12346 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12347 * gdb.trace/trace-break.exp: Likewise.
12348 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12349 in front.
12350 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12351 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12352 in front.
12353 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12354
12355 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12356
12357 * gdb.ada/fin_fun_out: New testcase.
12358
12359 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12360
12361 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12362 value associated with DW_AT_byte_size.
12363 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12364 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12365 DW_AT_upper_bound.
12366
12367 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12368
12369 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12370 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12371 version.
12372 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12373 gdb.dwarf2/dw2-canonicalize-type.exp,
12374 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12375 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12376 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12377 provided by gdb_target_symbol_prefix_flags_asm.
12378 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12379 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12380 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12381 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12382 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12383 macros where needed). Use this macro for symbols which require
12384 the prefix provided by SYMBOL_PREFIX.
12385
12386 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12387
12388 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12389 New procs.
12390 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12391 representing expressions, of more than one list element.
12392 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12393 to prepend linker symbol prefix to f.
12394 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12395 table_1 and table_2.
12396 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12397 Likewise, for f and g.
12398 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12399 for ptr.
12400 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12401 for main.
12402 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12403 table_1_ptr and table_2_ptr.
12404
12405 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12406 Joel Brobecker <brobecker@adacore.com>
12407
12408 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12409
12410 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12411
12412 * gdb.reverse/s390-mvcle.c: New test.
12413 * gdb.reverse/s390-mvcle.exp: New file.
12414 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12415
12416 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12417
12418 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12419
12420 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12421
12422 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12423 reaching marker2.
12424 * gdb.reverse/getresuid-reverse.exp: Likewise.
12425 * gdb.reverse/pipe-reverse.exp: Likewise.
12426 * gdb.reverse/readv-reverse.exp: Likewise.
12427 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12428 * gdb.reverse/time-reverse.exp: Likewise.
12429 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12430
12431 2015-10-30 Yao Qi <yao.qi@linaro.org>
12432
12433 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12434 (empty_cycle): Remove.
12435 (main): Don't call empty_cycle. Don't use watch_count_done.
12436 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12437 empty_cycle. Rewrite the code counting HW watchpoints.
12438
12439 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12440
12441 * gdb.reverse/fstatat-reverse.c: New test.
12442 * gdb.reverse/fstatat-reverse.exp: New file.
12443 * gdb.reverse/getresuid-reverse.c: New test.
12444 * gdb.reverse/getresuid-reverse.exp: New file.
12445 * gdb.reverse/pipe-reverse.c: New test.
12446 * gdb.reverse/pipe-reverse.exp: New file.
12447 * gdb.reverse/readv-reverse.c: New test.
12448 * gdb.reverse/readv-reverse.exp: New file.
12449 * gdb.reverse/recvmsg-reverse.c: New test.
12450 * gdb.reverse/recvmsg-reverse.exp: New file.
12451 * gdb.reverse/time-reverse.c: New test.
12452 * gdb.reverse/time-reverse.exp: New file.
12453 * gdb.reverse/waitpid-reverse.c: New test.
12454 * gdb.reverse/waitpid-reverse.exp: New file.
12455
12456 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12457
12458 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12459
12460 2015-10-26 Doug Evans <dje@google.com>
12461
12462 PR symtab/17391
12463 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12464 * gdb.dwarf2/bad-regnum.c: New file.
12465 * gdb.dwarf2/bad-regnum.exp: New file.
12466
12467 2015-10-26 Doug Evans <dje@google.com>
12468
12469 PR python/18938
12470 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12471 file.
12472
12473 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12474
12475 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12476 for a change by "Mention language in compile error message".
12477
12478 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12479
12480 PR python/18073
12481 * gdb.python/py-type.c (C::a_method): New.
12482 (C::a_const_method): New.
12483 (C::a_static_method): New.
12484 (a_function): New.
12485 * gdb.python/py-type.exp (test_fields): Test getting fields
12486 from function and method.
12487
12488 2015-10-21 Keven Boell <keven.boell@intel.com>
12489
12490 * gdb.fortran/vla-alloc-assoc.exp: New file.
12491 * gdb.fortran/vla-datatypes.exp: New file.
12492 * gdb.fortran/vla-datatypes.f90: New file.
12493 * gdb.fortran/vla-history.exp: New file.
12494 * gdb.fortran/vla-ptype-sub.exp: New file.
12495 * gdb.fortran/vla-ptype.exp: New file.
12496 * gdb.fortran/vla-sizeof.exp: New file.
12497 * gdb.fortran/vla-sub.f90: New file.
12498 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12499 * gdb.fortran/vla-value-sub-finish.exp: New file.
12500 * gdb.fortran/vla-value-sub.exp: New file.
12501 * gdb.fortran/vla-value.exp: New file.
12502 * gdb.fortran/vla-ptr-info.exp: New file.
12503 * gdb.mi/mi-vla-fortran.exp: New file.
12504 * gdb.mi/vla.f90: New file.
12505
12506 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12507
12508 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12509 of hardwired timeout value.
12510
12511 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12512 Pedro Alves <palves@redhat.com>
12513
12514 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12515 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12516
12517 2015-10-19 Josh Stone <jistone@redhat.com>
12518
12519 * gdb.base/catch-syscall.c: Include <sched.h>.
12520 (unknown_syscall): New variable.
12521 (main): Trigger a vfork and an unknown syscall.
12522 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12523 (unknown_syscall_number): Likewise.
12524 (check_call_to_syscall): Accept an optional syscall pattern.
12525 (check_return_from_syscall): Likewise.
12526 (check_continue): Likewise.
12527 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12528 (test_catch_syscall_skipping_return): New test toggling off 'catch
12529 syscall' to step over the syscall return, then toggling back on.
12530 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12531 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12532 (do_syscall_tests): Call test_catch_syscall_without_args and
12533 test_catch_syscall_mid_vfork.
12534 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12535 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12536
12537 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12538
12539 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12540 print g_vE): Add new pass patterns.
12541 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12542 print various symbol names for vptr fields.
12543
12544 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12545
12546 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12547 results.
12548
12549 2015-10-12 Yao Qi <yao.qi@linaro.org>
12550
12551 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12552
12553 2015-10-12 Yao Qi <yao.qi@linaro.org>
12554
12555 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12556 is aarch64*-*-linux*.
12557
12558 2015-10-12 Yao Qi <yao.qi@linaro.org>
12559
12560 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12561 (can_relocate_bcond_true): ... it.
12562 (can_relocate_bcond_false): New function.
12563 (foo): Likewise.
12564 (can_relocate_bl): Likewise.
12565 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12566 can_relocate_bl.
12567
12568 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12569
12570 * gdb.base/nested-addr.c: New file.
12571 * gdb.base/nested-addr.exp: New testcase.
12572
12573 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12574
12575 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12576 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12577 its output. Ignore the output of "record goto begin" and instead
12578 check that GDB is replaying.
12579
12580 2015-10-09 Pedro Alves <palves@redhat.com>
12581
12582 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12583 (top level): Use it in the run with no args test.
12584
12585 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12586
12587 * gdb.dlang/properties.exp: New file.
12588
12589 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12590
12591 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12592 whether or not address 0x1000 is mapped on the target.
12593
12594 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12595
12596 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12597 build.
12598
12599 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12600
12601 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12602 instruction-history test.
12603
12604 2015-09-28 Doug Evans <dje@google.com>
12605
12606 * gdb.base/gcore.c (array_func): Add reference to static_array.
12607
12608 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12609
12610 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12611 source line.
12612
12613 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12614
12615 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12616 short or char as base type.
12617
12618 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12619
12620 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12621 to allow any size enum.
12622
12623 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12624
12625 * gdb.ada/array_ptr_renaming.exp: New testcase.
12626 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12627 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12628
12629 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12630
12631 * gdb.trace/ftrace-lock.c: New file.
12632 * gdb.trace/ftrace-lock.exp: New file.
12633
12634 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12635
12636 * gdb.arch/insn-reloc.c: New file.
12637 * gdb.arch/ftrace-insn-reloc.exp: New file.
12638
12639 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12640
12641 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12642 instruction.
12643 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12644 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12645 * gdb.trace/range-stepping.c: Likewise.
12646 * gdb.trace/trace-break.c: Likewise.
12647 * gdb.trace/trace-mt.c (thread_function): Likewise.
12648 * gdb.trace/ftrace.c (marker): Likewise.
12649 * gdb.trace/trace-condition.c (marker): Likewise.
12650 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12651 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12652 is_aarch64_target.
12653
12654 2015-09-18 Doug Evans <xdje42@gmail.com>
12655
12656 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12657 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12658
12659 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12660
12661 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12662 the breakpoint.
12663
12664 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12665
12666 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12667 the pending breakpoint. Remove timeout override for "Run till
12668 MI pending breakpoint on pendfunc3 on thread 2" test.
12669
12670 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12671
12672 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12673 filename pattern.
12674
12675 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12676
12677 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12678 in breakpoint filename pattern.
12679
12680 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12681
12682 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12683
12684 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12685
12686 * gdb.linespec/explicit.exp: Check for readline support for
12687 tab-completion tests. Fix obvious typo.
12688
12689 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12690
12691 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12692 and replay.
12693
12694 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12695
12696 * gdb.btrace/non-stop.c: New.
12697 * gdb.btrace/non-stop.exp: New.
12698
12699 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12700 Yao Qi <yao.qi@linaro.org>
12701
12702 * gdb.trace/trace-condition.c: New file.
12703 * gdb.trace/trace-condition.exp: New file.
12704
12705 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12706
12707 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12708 for testing bytecode compilation.
12709
12710 2015-09-16 Pedro Alves <palves@redhat.com>
12711 Sandra Loosemore <sandra@codesourcery.com>
12712
12713 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12714 (SECONDS): Redefine.
12715 (main): Call pthread_kill and alarm early.
12716 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12717 support.
12718 (test): If the target can't hardware step and doesn't support
12719 displaced stepping, increase the timeout.
12720
12721 2015-09-16 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12724 (enable_debug): New procedures.
12725 (test): Use them. Bail out if waiting for threads fails.
12726 (top level): Bail out if a test fails.
12727
12728 2015-09-16 Yao Qi <yao.qi@linaro.org>
12729
12730 * gdb.asm/asm-source.exp: Set asm-arch for
12731 aarch64*-*-* target.
12732 * gdb.asm/aarch64.inc: New file.
12733
12734 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12735
12736 * gdb.ada/array_of_variable_length.exp: New testcase.
12737 * gdb.ada/array_of_variable_length/foo.adb: New file.
12738 * gdb.ada/array_of_variable_length/pck.adb: New file.
12739 * gdb.ada/array_of_variable_length/pck.ads: New file.
12740
12741 2015-09-15 Doug Evans <dje@google.com>
12742
12743 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12744 of function static local variable.
12745
12746 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12747
12748 * gdb.threads/tls-so_extern.exp: New test file.
12749 * gdb.threads/tls-so_extern.c: New test file.
12750 * gdb.threads/tls-so_extern_main.c: New test file.
12751
12752 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12753
12754 * gdb.opt/solib-intra-step-lib.c: New file.
12755 * gdb.opt/solib-intra-step-main.c: New file.
12756 * gdb.opt/solib-intra-step.exp: New file.
12757
12758 2015-09-15 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12761 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12762
12763 2015-09-14 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.base/hook-stop-continue.c: Delete.
12766 * gdb.base/hook-stop-continue.exp: Delete.
12767 * gdb.base/hook-stop-frame.c: Delete.
12768 * gdb.base/hook-stop-frame.exp: Delete.
12769 * gdb.base/hook-stop.c: New file.
12770 * gdb.base/hook-stop.exp: New file.
12771
12772 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12773
12774 * gdb.ada/access_to_packed_array.exp: New testcase.
12775 * gdb.ada/access_to_packed_array/foo.adb: New file.
12776 * gdb.ada/access_to_packed_array/pack.adb: New file.
12777 * gdb.ada/access_to_packed_array/pack.ads: New file.
12778
12779 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12780
12781 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12782 buffer size test.
12783
12784 2015-09-11 Don Breazeal <donb@codesourcery.com>
12785
12786 * gdb.base/foll-exec.c: Add copyright header. Fix
12787 formatting issues.
12788 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12789 (do_exec_tests): Use clean_restart in place of zap_session,
12790 and for test initialization. Fix formatting issues. Use
12791 fail in place of perror.
12792 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12793 an expect statement to match an expression with output from
12794 the program under debug.
12795 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12796 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12797 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12798 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12799 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12800
12801 2015-09-09 Doug Evans <dje@google.com>
12802
12803 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12804
12805 2015-09-09 Doug Evans <dje@google.com>
12806
12807 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12808
12809 2015-09-09 Doug Evans <dje@google.com>
12810
12811 * gdb.base/savedregs.exp: Fix typo.
12812
12813 2015-09-09 Pedro Alves <palves@redhat.com>
12814
12815 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12816
12817 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12818
12819 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12820 command actually switches threads. Give up on remaining
12821 tests if target fails to stop at breakpoint.
12822
12823 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12824
12825 * gdb.ada/funcall_char.exp: New testcase.
12826 * gdb.ada/funcall_char/foo.adb: New file.
12827
12828 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12829
12830 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12831 expected outputs. Add two testcases for completing ambiguous
12832 functions.
12833 * gdb.ada/complete/aux_pck.adb: New file.
12834 * gdb.ada/complete/aux_pck.ads: New file.
12835 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12836 Ambiguous_Func functions.
12837 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12838 * gdb.ada/complete/pck.adb: Likewise.
12839
12840 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12841
12842 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12843 failures to run the test program under GDB.
12844
12845 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12846
12847 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12848 to C.
12849
12850 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12851
12852 * gdb.base/run-after-attach.exp: New test file.
12853 * gdb.base/run-after-attach.c: New test file.
12854
12855 2015-08-26 Don Breazeal <donb@codesourcery.com>
12856
12857 * gdb.base/foll-exec-2.c: New test program.
12858 * gdb.base/foll-exec-2.exp: New test.
12859
12860 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12861
12862 * gdb.base/nested-subp1.exp: New file.
12863 * gdb.base/nested-subp1.c: New file.
12864 * gdb.base/nested-subp2.exp: New file.
12865 * gdb.base/nested-subp2.c: New file.
12866 * gdb.base/nested-subp3.exp: New file.
12867 * gdb.base/nested-subp3.c: New file.
12868
12869 2015-08-24 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.server/connect-without-multi-process.c: New file.
12872 * gdb.server/connect-without-multi-process.exp: New file.
12873
12874 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12875
12876 * gdb.opt/inline-markers.c: Make z int.
12877
12878 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12879
12880 * gdb.opt/inline-markers.c: Make z volatile.
12881
12882 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12883
12884 * gdb.opt/inline-bt.c: New volatile global z.
12885 * gdb.opt/inline-cmds.c: Likewise.
12886 * gdb.opt/inline-locals.c: Likewise.
12887 * gdb.opt/inline-markers.c: New extern global z.
12888 (marker): Use z.
12889 (inline_fn): Likewise.
12890
12891 2015-08-24 Pedro Alves <palves@redhat.com>
12892
12893 * config/m32r-stub.exp: Remove file.
12894 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12895 * gdb.base/call-rt-st.exp: Likewise.
12896 * gdb.base/call-strs.exp: Likewise.
12897 * gdb.base/default.exp: Remove references to h8300-*-hms and
12898 *-*-udi*.
12899 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12900
12901 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12902
12903 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12904 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12905 and "return" use KFAIL when GDB can not read/write the vector
12906 return value.
12907
12908 2015-08-21 Gary Benson <gbenson@redhat.com>
12909
12910 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12911
12912 2015-08-20 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.server/solib-list.exp: No longer expect an interior stop in
12915 non-stop mode.
12916
12917 2015-08-20 Pedro Alves <palves@redhat.com>
12918
12919 * gdb.server/connect-stopped-target.c: New file.
12920 * gdb.server/connect-stopped-target.exp: New file.
12921
12922 2015-08-20 Pedro Alves <palves@redhat.com>
12923
12924 * gdb.dwarf2/comp-unit-lang.exp: New file.
12925 * gdb.dwarf2/comp-unit-lang.c: New file.
12926
12927 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12928
12929 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12930 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12931
12932 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12933
12934 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12935 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12936
12937 2015-08-18 Doug Evans <dje@google.com>
12938 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12939
12940 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12941 skip_python_tests. New arg prompt_regexp.
12942 (skip_python_tests): New function.
12943 * lib/mi-support.exp (mi_skip_python_tests): New function.
12944 * gdb.python/py-mi-objfile-gdb.py: New file.
12945 * gdb.python/py-mi-objfile.c: New file.
12946 * gdb.python/py-mi-objfile.exp: New file.
12947
12948 2015-08-17 Keith Seitz <keiths@redhat.com>
12949
12950 * gdb.linespec/explicit.exp: Move strace test from here ...
12951 * gdb.trace/strace.exp: ... to here.
12952
12953 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12954
12955 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12956 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12957
12958 2015-08-14 Doug Evans <xdje42@gmail.com>
12959
12960 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12961 inferior before selecting a new file.
12962
12963 2015-08-14 Doug Evans <xdje42@gmail.com>
12964
12965 * gdb.mi/mi-disassemble.exp: Update.
12966 * gdb.base/disasm-optim.S: New file.
12967 * gdb.base/disasm-optim.c: New file.
12968 * gdb.base/disasm-optim.h: New file.
12969 * gdb.base/disasm-optim.exp: New file.
12970
12971 2015-08-14 Keith Seitz <keiths@redhat.com>
12972
12973 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12974 "evaluated-by".
12975
12976 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12977
12978 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12979
12980 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12981
12982 * gdb.ada/fun_renaming.exp: New testcase.
12983 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12984 * gdb.ada/fun_renaming/pack.adb: New file.
12985 * gdb.ada/fun_renaming/pack.ads: New file.
12986
12987 2015-08-12 Keith Seitz <keiths@redhat.com>
12988
12989 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12990 gdb_get_line_number.
12991
12992 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12993
12994 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12995 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12996 gdb.base/dso2dso.exp: New files.
12997
12998 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12999 Pedro Alves <palves@redhat.com>
13000 Keith Seitz <keiths@redhat.com>
13001
13002 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13003 GDBFLAGS.
13004
13005 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13006
13007 * gdb.base/gdbhistsize-history.exp
13008 (test_histsize_history_setting): Use save_vars.
13009 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13010 Use save_vars.
13011 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13012 * gdb.base/readline.exp: Use save_vars.
13013
13014 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13015
13016 * lib/gdb.exp (save_vars): New proc.
13017
13018 2015-08-11 Keith Seitz <keiths@redhat.com>
13019
13020 * gdb.base/help.exp: Update help_breakpoint_text.
13021
13022 2015-08-11 Keith Seitz <keiths@redhat.com>
13023
13024 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13025 (at toplevel): Call test_explicit_breakpoints.
13026 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13027 breakpoints.
13028 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13029 breakpoint conditions, "-cond".
13030
13031 2015-08-11 Keith Seitz <keiths@redhat.com>
13032
13033 * gdb.linespec/3explicit.c: New file.
13034 * gdb.linespec/cpexplicit.cc: New file.
13035 * gdb.linespec/cpexplicit.exp: New file.
13036 * gdb.linespec/explicit.c: New file.
13037 * gdb.linespec/explicit.exp: New file.
13038 * gdb.linespec/explicit2.c: New file.
13039 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13040 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13041 before using in the matching pattern.
13042 Clarify that `prefix' is a regular expression.
13043
13044 2015-08-11 Keith Seitz <keiths@redhat.com>
13045
13046 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13047 test.
13048 Add tests for missing ",FMT" and ",".
13049
13050 2015-08-10 Doug Evans <dje@google.com>
13051 Keith Seitz <keiths@redhat.com>
13052
13053 PR gdb/17960
13054 * gdb.base/completion.exp: Add location completer tests.
13055
13056 2015-08-07 Pedro Alves <palves@redhat.com>
13057
13058 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13059 tests here.
13060 (top level): Run do_test with and without displaced stepping.
13061
13062 2015-08-07 Pedro Alves <palves@redhat.com>
13063
13064 * gdb.base/valgrind-disp-step.c: New file.
13065 * gdb.base/valgrind-disp-step.exp: New file.
13066
13067 2015-08-07 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13070 Delete function.
13071 (main): Add alarm. Run an infinite loop instead of calling
13072 wait_threads.
13073 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13074 comment.
13075 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13076 Delete function.
13077 (main): Add alarm. Run an infinite loop instead of calling
13078 wait_threads.
13079 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13080 comment.
13081
13082 2015-08-07 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.base/checkpoint-ns.exp: New file.
13085 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13086 standard_testfile.
13087
13088 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13089
13090 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13091 * gdb.btrace/instruction_history.exp: Update.
13092 * gdb.btrace/tsx.exp: New.
13093 * gdb.btrace/tsx.c: New.
13094
13095 2015-08-06 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13098 increase timeout.
13099 * gdb.reverse/until-precsave.exp: Bump timeouts.
13100
13101 2015-08-06 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13104
13105 2015-08-06 Pedro Alves <palves@redhat.com>
13106
13107 PR gdb/18749
13108 * gdb.threads/process-dies-while-handling-bp.c: New file.
13109 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13110
13111 2015-08-06 Pedro Alves <palves@redhat.com>
13112
13113 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13114 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13115
13116 2015-08-05 Pedro Alves <palves@redhat.com>
13117
13118 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13119 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13120
13121 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13122
13123 * gdb.base/bp-permanent.exp: Report test as unsupported if
13124 the target cannot stop at the permanent breakpoint.
13125
13126 2015-08-03 Doug Evans <dje@google.com>
13127
13128 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13129 10000.
13130
13131 2015-08-03 Doug Evans <dje@google.com>
13132
13133 * Makefile.in (workers/%.worker, build-perf): New rule.
13134 (GDB_PERFTEST_MODE): New variable.
13135 (check-perf): Use it.
13136 (clean): Clean up gdb.perf parallel build subdirs.
13137 * lib/build-piece.exp: New file.
13138 * lib/gdb.exp (make_gdb_parallel_path): New function
13139 (standard_output_file, standard_temp_file): Call it.
13140 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13141 of $GDB_PARALLEL.
13142 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13143
13144 2015-08-03 Doug Evans <dje@google.com>
13145
13146 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13147 (LOG_FILE_NAME): New global.
13148 (TextReporter.__init__): Initialize self.txt_sum.
13149 (TextReporter.report): Add support for multiple data-points.
13150 Move report to perftest.sum, put raw data in perftest.log.
13151 (TextReporter.start): Open sum and log files.
13152 (TextReporter.end): Close sum and log files.
13153 * gdb.perf/lib/perftest/testresult.py
13154 (SingleStatisticTestResult.record): Handle multiple data-points.
13155
13156 2015-07-31 Pedro Alves <palves@redhat.com>
13157
13158 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13159 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13160 kill_wait_spawned_process instead of explicit "kill -9".
13161 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13162 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13163 kill_wait_spawned_process.
13164 * gdb.base/attach-twice.exp: Likewise.
13165 * gdb.base/attach.exp: Likewise.
13166 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13167 gdb_test_multiple.
13168 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13169 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13170 kill_wait_spawned_process.
13171 * gdb.base/valgrind-infcall.exp: Likewise.
13172 * gdb.multi/multi-attach.exp: Likewise.
13173 * gdb.python/py-prompt.exp: Likewise.
13174 * gdb.python/py-sync-interp.exp: Likewise.
13175 * gdb.server/ext-attach.exp: Likewise.
13176 * gdb.threads/attach-into-signal.exp (corefunc): Use
13177 spawn_wait_for_attach, spawn_id_get_pid and
13178 kill_wait_spawned_process.
13179 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13180 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13181 spawn_id_get_pid and kill_wait_spawned_process.
13182 * gdb.threads/attach-stopped.exp (corefunc): Use
13183 spawn_wait_for_attach, spawn_id_get_pid and
13184 kill_wait_spawned_process.
13185 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13186 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13187 kill_wait_spawned_process instead of explicit "kill -9".
13188 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13189 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13190 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13191 processes. Don't map cygwin/windows pids here. Now returns a
13192 spawn id list.
13193
13194 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13195
13196 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13197 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13198 correct patch.
13199
13200 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13201
13202 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13203
13204 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13205
13206 Reapply:
13207 2014-05-21 Mark Wielaard <mjw@redhat.com>
13208
13209 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13210
13211 2015-07-30 Pedro Alves <palves@redhat.com>
13212
13213 * linux-low.c (handle_extended_wait): Set the child's last
13214 reported status to TARGET_WAITKIND_STOPPED.
13215
13216 2015-07-30 Pedro Alves <palves@redhat.com>
13217
13218 PR threads/18600
13219 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13220 only shows inferior 1.
13221
13222 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13223 Pedro Alves <palves@redhat.com>
13224
13225 PR threads/18600
13226 * gdb.threads/fork-plus-threads.c: New file.
13227 * gdb.threads/fork-plus-threads.exp: New file.
13228
13229 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13230
13231 * gdb.base/batch-preserve-term-settings.exp
13232 (test_terminal_settings_preserved_after_cli_exit): Use
13233 send_quit_command.
13234
13235 2015-07-29 Pedro Alves <palves@redhat.com>
13236 Don Breazeal <donb@codesourcery.com>
13237
13238 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13239 output from both inferior_spawn_id and gdb_spawn_id.
13240
13241 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13242
13243 * gdb.threads/attach-into-signal.exp (corefunc): Use
13244 with_test_prefix on nested loops, uniquefying the test messages.
13245
13246 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13247
13248 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13249 commit.
13250
13251 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13252
13253 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13254 New proc.
13255 (test_terminal_settings_preserved_after_sigterm): New test.
13256
13257 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13258
13259 * gdb.base/batch-preserve-term-settings.exp
13260 (test_terminal_settings_preserved_after_cli_exit): New test.
13261
13262 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13263
13264 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13265 manipulation of saved_gdbflags.
13266 (test_terminal_settings_preserved): Remove global declaration of
13267 the unused variable pagination_prompt. Remove manipulation of
13268 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13269 GDBFLAGS.
13270
13271 2015-07-29 Pedro Alves <palves@redhat.com>
13272
13273 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13274
13275 2015-07-29 Pedro Alves <palves@redhat.com>
13276
13277 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13278 at the top.
13279
13280 2015-07-29 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13283 (main): Call gdb_unbuffer_output.
13284 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13285 (main): Call gdb_unbuffer_output.
13286 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13287 (main): Call gdb_unbuffer_output.
13288 * gdb.base/call-strs.exp: Adjust to step over the
13289 gdb_unbuffer_output call.
13290 * gdb.base/catch-gdb-caused-signals.c: Include
13291 "../lib/unbuffer_output.c".
13292 (main): Call gdb_unbuffer_output.
13293 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13294 (main): Call gdb_unbuffer_output.
13295 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13296 (main): Call gdb_unbuffer_output.
13297 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13298 (main): Call gdb_unbuffer_output.
13299 * gdb.base/shlib-call.exp: Adjust to step over the
13300 gdb_unbuffer_output call.
13301 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13302 (main): Call gdb_unbuffer_output.
13303 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13304 (main): Call gdb_unbuffer_output.
13305 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13306 (main): Rename to ...
13307 (test): ... this.
13308 (main): Reimplement.
13309 * gdb.base/varargs.exp: Run to test instead of to main.
13310 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13311 (main): Call gdb_unbuffer_output.
13312
13313 2015-07-29 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13316 factore out from mi_continue_dprintf. For call-style dprintfs,
13317 expect dprintf output out of $inferior_spawn_id.
13318 (mi_continue_dprintf): Use mi_expect_dprintf.
13319 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13320 (main): Call gdb_unbuffer_output.
13321
13322 2015-07-29 Pedro Alves <palves@redhat.com>
13323
13324 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13325 (default_mi_gdb_start): Set inferior_spawn_id instead of
13326 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13327 gdb_spawn_id.
13328 (mi_gdb_test): Always expect inferior output from both
13329 $inferior_spawn_id and $gdb_spawn_id.
13330
13331 2015-07-29 Pedro Alves <palves@redhat.com>
13332
13333 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13334 send_inferior and $inferior_spawn_id.
13335
13336 2015-07-29 Pedro Alves <palves@redhat.com>
13337
13338 * gdb.gdb/complaints.exp (test_initial_complaints)
13339 (test_serial_complaints, test_short_complaints): Use
13340 gdb_test_stdio.
13341 (test_empty_complaint): Handle $inferior_spawn_id !=
13342 $gdb_spawn_id.
13343
13344 2015-07-29 Pedro Alves <palves@redhat.com>
13345
13346 * gdb.base/varargs.exp: Use gdb_test_stdio.
13347
13348 2015-07-29 Pedro Alves <palves@redhat.com>
13349
13350 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13351
13352 2015-07-29 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13355
13356 2015-07-29 Pedro Alves <palves@redhat.com>
13357
13358 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13359 parameter into two new parameters, "inf_result" and "gdb_result".
13360 Expect inferior output and gdb output from $inferior_spawn_id and
13361 $gdb_spawn_id, respectively. Adjust all callers.
13362
13363 2015-07-29 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13366 of gdb_test_sequence.
13367
13368 2015-07-29 Pedro Alves <palves@redhat.com>
13369
13370 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13371 (saw_spurious_output): Expect inferior output from
13372 $inferior_spawn_id. Use gdb_test_stdio.
13373
13374 2015-07-29 Pedro Alves <palves@redhat.com>
13375
13376 * gdb.base/dprintf.exp: Use standard_testfile. Change
13377 prepare_for_testing call.
13378 (srcfile): Don't set.
13379 (restart): New procedure.
13380 (test_dprintf): New procecure, use to continue over dprintfs.
13381 (test_call, test_agent): New procedures, tests moved here.
13382 Restart gdb and recreate dprintfs. Adjust expected output.
13383
13384 2015-07-29 Pedro Alves <palves@redhat.com>
13385
13386 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13387
13388 2015-07-29 Pedro Alves <palves@redhat.com>
13389
13390 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13391
13392 2015-07-29 Pedro Alves <palves@redhat.com>
13393
13394 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13395 gdb_test_stdio.
13396
13397 2015-07-29 Pedro Alves <palves@redhat.com>
13398
13399 * lib/gdb.exp (gdb_test_stdio): New procedure.
13400
13401 2015-07-29 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13404
13405 2015-07-29 Pedro Alves <palves@redhat.com>
13406
13407 * gdb.base/call-signal-resume.exp: Remove check for
13408 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13409 * gdb.base/unwindonsignal.exp: Likewise.
13410 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13411 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13412
13413 2015-07-29 Pedro Alves <palves@redhat.com>
13414
13415 * gdb.base/siginfo-addr.c (pass): New function.
13416 (handler): Call it iff si_addr is correct.
13417 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13418 Set a breakpoint at "pass" and continue to it.
13419
13420 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13421
13422 * gdb.python/py-objfile.exp: Make some tests have unique names.
13423 * gdb.python/py-pp-registration.exp: Likewise.
13424
13425 2015-07-28 Pedro Alves <palves@redhat.com>
13426
13427 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13428
13429 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13430
13431 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13432
13433 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13434
13435 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13436
13437 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13438
13439 * gdb.base/gdb-sigterm-2.exp: New test.
13440
13441 2015-07-25 Doug Evans <xdje42@gmail.com>
13442
13443 Revert:
13444 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13445 (workers/%.worker, build-perf): New rule.
13446 (GDB_PERFTEST_MODE): New variable.
13447 (check-perf): Use it.
13448 (clean): Clean up gdb.perf parallel build subdirs.
13449 * lib/build-piece.exp: New file.
13450 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13451 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13452 name.
13453 (standard_temp_file): Ditto.
13454 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13455 of $GDB_PARALLEL.
13456
13457 2015-07-24 Doug Evans <dje@google.com>
13458
13459 * gdb.perf/lib/perftest/utils.py: New file.
13460 * gdb.perf/gm-hello.cc: New file.
13461 * gdb.perf/gm-pervasive-typedef.cc: New file.
13462 * gdb.perf/gm-pervasive-typedef.h: New file.
13463 * gdb.perf/gm-std.cc: New file.
13464 * gdb.perf/gm-std.h: New file.
13465 * gdb.perf/gm-use-cerr.cc: New file.
13466 * gdb.perf/gm-utils.h: New file.
13467 * gdb.perf/gmonster-null-lookup.py: New file.
13468 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13469 * gdb.perf/gmonster-print-cerr.py: New file.
13470 * gdb.perf/gmonster-ptype-string.py: New file.
13471 * gdb.perf/gmonster-runto-main.py: New file.
13472 * gdb.perf/gmonster-select-file.py: New file.
13473 * gdb.perf/gmonster1-null-lookup.exp: New file.
13474 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13475 * gdb.perf/gmonster1-print-cerr.exp: New file.
13476 * gdb.perf/gmonster1-ptype-string.exp: New file.
13477 * gdb.perf/gmonster1-runto-main.exp: New file.
13478 * gdb.perf/gmonster1-select-file.exp: New file.
13479 * gdb.perf/gmonster1.cc: New file.
13480 * gdb.perf/gmonster1.exp: New file.
13481 * gdb.perf/gmonster2-null-lookup.exp: New file.
13482 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13483 * gdb.perf/gmonster2-print-cerr.exp: New file.
13484 * gdb.perf/gmonster2-ptype-string.exp: New file.
13485 * gdb.perf/gmonster2-runto-main.exp: New file.
13486 * gdb.perf/gmonster2-select-file.exp: New file.
13487 * gdb.perf/gmonster2.cc: New file.
13488 * gdb.perf/gmonster2.exp: New file.
13489
13490 2015-07-24 Doug Evans <dje@google.com>
13491
13492 * gdb.perf/README: New file.
13493 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13494 * lib/gen-perf-test.exp: New file.
13495
13496 2015-07-24 Doug Evans <dje@google.com>
13497
13498 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13499 (PerfTest::startup): New function.
13500 (PerfTest::run): Return result of calling body.
13501 (PerfTest::assemble): Rewrite.
13502 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13503 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13504 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13505 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13506 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13507
13508 2015-07-24 Doug Evans <dje@google.com>
13509
13510 * lib/gdb.exp (clean_restart): Make executable optional.
13511
13512 2015-07-24 Doug Evans <dje@google.com>
13513
13514 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13515 compiler_info references.
13516 * gdb.cp/temargs.exp: Ditto.
13517 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13518 (get_compiler_info): Early exit if already computed. Set compiler_info
13519 to "unknown" if there was a problem.
13520 (test_compiler_info): Add function comment. Call get_compiler_info.
13521
13522 2015-07-24 Doug Evans <dje@google.com>
13523
13524 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13525 (workers/%.worker, build-perf): New rule.
13526 (GDB_PERFTEST_MODE): New variable.
13527 (check-perf): Use it.
13528 (clean): Clean up gdb.perf parallel build subdirs.
13529 * lib/build-piece.exp: New file.
13530 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13531 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13532 name.
13533 (standard_temp_file): Ditto.
13534 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13535 of $GDB_PARALLEL.
13536
13537 2015-07-24 Doug Evans <dje@google.com>
13538
13539 * lib/future.exp (gdb_default_target_compile): New option
13540 "early_flags".
13541 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13542 --as-needed.
13543
13544 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13545
13546 * gdb.base/catch-syscall.exp: Call gdb_exit before
13547 gdb_skip_xml_test.
13548
13549 2015-07-24 Pedro Alves <palves@redhat.com>
13550
13551 * gdb.python/py-events.exp: Accept output between the stop event
13552 and the prompt.
13553 * gdb.python/py-evsignal.exp: Likewise.
13554 * gdb.python/py-evthreads.exp: Likewise.
13555
13556 2015-07-24 Pedro Alves <palves@redhat.com>
13557
13558 PR gdb/18717
13559 * gdb.threads/non-ldr-exit.c: New file.
13560 * gdb.threads/non-ldr-exit.exp: New file.
13561
13562 2015-07-24 Yao Qi <yao.qi@linaro.org>
13563
13564 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13565 restarting process.
13566
13567 2015-07-24 Yao Qi <yao.qi@linaro.org>
13568
13569 * gdb.server/ext-restart.exp: New file.
13570
13571 2015-07-24 Yao Qi <yao.qi@linaro.org>
13572
13573 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13574 argument options.
13575 * gdb.server/ext-wrapper.exp: New file.
13576
13577 2015-07-23 Doug Evans <dje@google.com>
13578
13579 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13580 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13581
13582 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13583
13584 * gdb.ada/var_arr_typedef.exp: New testcase.
13585 * gdb.ada/var_arr_typedef/pack.adb: New file.
13586 * gdb.ada/var_arr_typedef/pack.ads: New file.
13587 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13588
13589 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13590
13591 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13592
13593 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13594
13595 * gdb.arch/i386-biarch-core.exp: Replace istarget
13596 by "complete set gnutarget". Remove expectation for the "core-file"
13597 command.
13598
13599 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13600
13601 Revert the previous commit:
13602 Tests for validate symbol file using build-id.
13603
13604 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13605
13606 Tests for validate symbol file using build-id.
13607 * gdb.base/solib-mismatch-lib.c: New file.
13608 * gdb.base/solib-mismatch-libmod.c: New file.
13609 * gdb.base/solib-mismatch.c: New file.
13610 * gdb.base/solib-mismatch.exp: New file.
13611
13612 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13613
13614 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13615 nios2-*-linux*.
13616 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13617 * gdb.base/siginfo.exp: Likewise.
13618 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13619
13620 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13621
13622 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13623 Move it to ...
13624 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13625 ... here.
13626 * gdb.trace/range-stepping.exp: Check that the target supports
13627 range stepping.
13628
13629 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13630
13631 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13632
13633 2015-07-14 Pedro Alves <palves@redhat.com>
13634
13635 * gdb.base/killed-outside.exp: New file.
13636 * gdb.base/killed-outside.c: New file.
13637
13638 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13639
13640 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13641 (n at main): New.
13642 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13643
13644 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13645
13646 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13647 infcall tests instead of setting up for KFAIL.
13648
13649 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13650
13651 * gdb.btrace/record_goto-step.exp: New.
13652
13653 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13654
13655 PR compile/18484
13656 * gdb.compile/compile.c (struct struct_type): Add volatile to
13657 selffield's type.
13658 * gdb.compile/compile.exp
13659 (compile code struct_object.selffield = &struct_object): Skip further
13660 struct_object tests if this one xfails.
13661
13662 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13663
13664 PR exp/18617
13665 * gdb.trace/ax.exp: Add test.
13666
13667 2015-07-07 Yao Qi <yao.qi@linaro.org>
13668
13669 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13670 instead of istarget "aarch64*-*-*".
13671 * gdb.arch/aarch64-fp.exp: Likewise.
13672 * gdb.base/float.exp: Likewise.
13673 * gdb.reverse/aarch64.exp: Likewise.
13674 * lib/gdb.exp (is_aarch64_target): New proc.
13675
13676 2015-07-07 Yao Qi <yao.qi@linaro.org>
13677
13678 * lib/gdb.exp (is_aarch32_target): New proc.
13679 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13680 instead of "istarget "arm*-*-*"".
13681 * gdb.arch/arm-disp-step.exp: Likewise.
13682 * gdb.arch/thumb-bx-pc.exp: Likewise.
13683 * gdb.arch/thumb-prologue.exp: Likewise.
13684 * gdb.arch/thumb-singlestep.exp: Likewise.
13685 * gdb.base/disp-step-syscall.exp: Likewise.
13686 * gdb.base/float.exp: Likewise.
13687
13688 2015-07-07 Yao Qi <yao.qi@linaro.org>
13689
13690 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13691 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13692
13693 2015-07-07 Yao Qi <yao.qi@linaro.org>
13694
13695 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13696 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13697 if it exists.
13698 * gdb.multi/multi-arch.exp: Likewise.
13699
13700 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13701
13702 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13703 print.
13704
13705 2015-07-07 Yao Qi <yao.qi@linaro.org>
13706
13707 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13708
13709 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13710
13711 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13712 '[' and ']' characters.
13713
13714 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13715
13716 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13717
13718 2015-06-29 Pedro Alves <palves@redhat.com>
13719
13720 PR threads/18127
13721 * gdb.threads/hand-call-new-thread.c: New file.
13722 * gdb.threads/hand-call-new-thread.c: New file.
13723
13724 2015-06-26 Keith Seitz <keiths@redhat.com>
13725 Doug Evans <dje@google.com>
13726
13727 PR 16253
13728 * gdb.cp/var-tag-2.cc: New file.
13729 * gdb.cp/var-tag-3.cc: New file.
13730 * gdb.cp/var-tag-4.cc: New file.
13731 * gdb.cp/var-tag.cc: New file.
13732 * gdb.cp/var-tag.exp: New file.
13733
13734 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13735
13736 * gdb.base/history-duplicates.exp: New test.
13737
13738 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13739
13740 * gdb.base/completion.exp: Test the completion of the "focus"
13741 command.
13742
13743 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13744
13745 * gdb.arch/amd64-prologue-skip.S: New file.
13746 * gdb.arch/amd64-prologue-skip.exp: New file.
13747
13748 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13749
13750 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13751 is_address_zero_readable check.
13752
13753 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13754
13755 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13756 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13757
13758 2015-06-24 Yao Qi <yao.qi@linaro.org>
13759
13760 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13761 linux targets.
13762
13763 2015-06-24 Yao Qi <yao.qi@linaro.org>
13764
13765 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13766 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13767 * gdb.base/siginfo-thread.exp: Likewise.
13768
13769 2015-06-22 Yao Qi <yao.qi@linaro.org>
13770
13771 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13772
13773 2015-06-22 Yao Qi <yao.qi@linaro.org>
13774
13775 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13776 aarch64*-*-*.
13777 (skip_hw_watchpoint_tests): Likewise.
13778
13779 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13780
13781 * gdb.base/gdbinit-history.exp: Test the interaction between
13782 setting GDBHISTSIZE and setting the history size via .gdbinit.
13783
13784 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13785
13786 PR gdb/16999
13787 * gdb.base/gdbhistsize-history.exp: New test.
13788
13789 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13790
13791 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13792 with GDBHISTSIZE.
13793 * gdb.base/readline.exp: Likewise.
13794
13795 2015-06-17 Yao Qi <yao.qi@linaro.org>
13796
13797 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13798 line.
13799
13800 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13801
13802 * gdb.base/gdbinit-history.exp: Add test case to check that
13803 an unlimited history file does not get truncated on exit.
13804
13805 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13806
13807 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13808 (VECTOR): New macro. Use it...
13809 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13810 ...for these typedefs.
13811 (int8, char1, int1, double1): New typedefs.
13812 (struct just_int2, struct two_int2): New structures.
13813 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13814 (add_structvecs, add_singlevecs): New functions.
13815 (main): Call add_some_intvecs twice.
13816 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13817 the compile and exit upon failure. Try compiling for the "native"
13818 architecture. Test inferior function calls with vector arguments
13819 and vector return value handling with "finish" and "return".
13820
13821 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13822
13823 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13824 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13825 PE file.
13826 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13827
13828 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13829
13830 PR breakpoints/16465
13831 * gdb.mi/mi-dprintf-pending.c: New file.
13832 * gdb.mi/mi-dprintf-pending.exp: New test.
13833 * gdb.mi/mi-dprintf-pendshr.c: New file.
13834
13835 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13836 Mircea Gherzan <mircea.gherzan@intel.com>
13837
13838 * gdb.arch/i386-mpx-map.c: New file.
13839 * gdb.arch/i386-mpx-map.exp: New File.
13840
13841 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13842
13843 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13844 * gdb.arch/i386-mpx.exp: Indentation fixed.
13845
13846 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13847
13848 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13849 function and improved indentation.
13850 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13851 gdb_test_multiple. Added additional tests to skip the test.
13852
13853 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13854
13855 * gdb.arch/i386-avx512.c: Change path in include file.
13856 * gdb.arch/i386-avx512.exp: Change include dir path
13857 compilation flag.
13858 * gdb.arch/i386-mpx.c: Change path in include file.
13859 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13860 flag.
13861
13862 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13863
13864 * gdb.compile/compile-print.exp (compile print *vararray@3)
13865 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13866
13867 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13868
13869 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13870 (do not keep jit in memory): ... this.
13871 (expect 5): Change it to ...
13872 (expect no 5): ... this.
13873
13874 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13875
13876 PR gdb/15564
13877 * gdb.mi/mi-detach.exp: New file.
13878
13879 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13880
13881 PR symtab/18392
13882 * gdb.arch/amd64-tailcall-self.S: New file.
13883 * gdb.arch/amd64-tailcall-self.c: New file.
13884 * gdb.arch/amd64-tailcall-self.exp: New file.
13885
13886 2015-05-28 Don Breazeal <donb@codesourcery.com>
13887
13888 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13889 tests for remote targets by checking is_target_gdbserver.
13890
13891 2015-05-27 Doug Evans <dje@google.com>
13892
13893 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13894 * gdb.dwarf2/opaque-type-lookup.c: New file.
13895 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13896
13897 2015-05-26 Doug Evans <dje@google.com>
13898
13899 * gdb.cp/iostream.cc: New file.
13900 * gdb.cp/iostream.exp: New file.
13901
13902 2015-05-26 Doug Evans <dje@google.com>
13903
13904 * gdb.dwarf2/dw2-op-call.exp: Update.
13905 * gdb.dwarf2/dw4-sig-types.exp: Update.
13906 * gdb.dwarf2/implptr.exp: Update.
13907 * gdb.mi/mi-cmd-param-changed.exp: Update.
13908
13909 2015-05-26 Doug Evans <dje@google.com>
13910
13911 * gdb.python/py-lazy-string.c: New file.
13912 * gdb.python/py-lazy-string.exp: New file.
13913 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13914 (main): Update. Add estring3.
13915 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13916 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13917
13918 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13919 Yao Qi <yao.qi@linaro.org>
13920
13921 * gdb.reverse/aarch64.c: New.
13922 * gdb.reverse/aarch64.exp: New.
13923
13924 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13925
13926 * lib/gdb.exp (supports_process_record): Return true for
13927 aarch64*-linux*.
13928 (supports_reverse): Likewise.
13929
13930 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13931
13932 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13933 Use with_test_prefix.
13934
13935 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13936
13937 * gdb.base/completion.exp: Add test for completion of layout
13938 names.
13939
13940 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13941
13942 * lib/gdb.exp (skip_tui_tests): New proc.
13943 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13944
13945 2015-05-19 Pedro Alves <palves@redhat.com>
13946
13947 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13948 Save the whole env array instead of just HOME. Unset HISTSIZE in
13949 the environment while testing. Restore whole environment
13950 afterwards.
13951
13952 2015-05-16 Doug Evans <xdje42@gmail.com>
13953
13954 * gdb.guile/scm-ports.c: New file.
13955 * gdb.guile/scm-ports.exp: Add memory port tests.
13956
13957 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13958
13959 * gdb.compile/compile-print.c: New file.
13960 * gdb.compile/compile-print.exp: New file.
13961
13962 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13963
13964 * gdb.compile/compile-ops.exp: Cast param to void.
13965 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13966 (compile code struct_object.selffield = &struct_object): Add xfail.
13967
13968 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13969
13970 * gdb.ada/arr_enum_with_gap: New testcase.
13971
13972 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13973
13974 * gdb.ada/byte_packed_arr: New testcase.
13975
13976 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13977
13978 * gdb.ada/pckd_neg: New testcase.
13979
13980 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13981
13982 PR gdb/17820
13983 * gdb.base/gdbinit-history.exp: New test.
13984 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13985 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13986
13987 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13988
13989 * gdb.python/py-xmethods.cc: Enhance test case.
13990 * gdb.python/py-xmethods.exp: New tests.
13991 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13992 function.
13993 (B_indexoper): Likewise.
13994 (global_dm_list) : Add new xmethod worker functions.
13995
13996 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13997
13998 * gdb.base/coredump-filter.exp: Correctly unset
13999 "coredump_var_addr" array.
14000
14001 2015-05-08 Pedro Alves <palves@redhat.com>
14002
14003 * gdb.server/non-existing-program.exp: Unset spawn_id.
14004
14005 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14006
14007 PR python/18291
14008 * gdb.python/py-xmethods.exp: Add tests.
14009
14010 2015-05-08 Yao Qi <yao.qi@linaro.org>
14011
14012 PR gdb/18208
14013 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14014 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14015 function set_coredump_filter, and remove remote_exec call.
14016 Remove argument ipid. Callers update.
14017 (top level): Don't get inferior's PID.
14018
14019 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14020
14021 * gdb.base/watch_thread_num.exp: Skip test on targets without
14022 access watchpoints.
14023
14024 2015-05-06 Pedro Alves <palves@redhat.com>
14025
14026 PR server/18081
14027 * gdb.server/non-existing-program.exp: New file.
14028
14029 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14030
14031 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14032
14033 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14034
14035 * gdb.ada/out_of_line_in_inlined: New testcase.
14036
14037 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14038
14039 * gdb.ada/var_rec_arr: New testcase.
14040
14041 2015-04-30 Yao Qi <yao.qi@linaro.org>
14042
14043 * gdb.base/break-idempotent.exp: If
14044 skip_hw_watchpoint_multi_tests returns true, skip the tests
14045 on "rwatch" and "awatch".
14046
14047 2015-04-30 Yao Qi <yao.qi@linaro.org>
14048
14049 * gdb.base/relativedebug.exp: Invoke gdb command
14050 "info sharedlibrary", and if libc.so doesn't have debug info,
14051 skip the test.
14052
14053 2015-04-29 Doug Evans <dje@google.com>
14054
14055 * gdb.python/py-xmethods.exp: Add ptype tests.
14056 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14057 get_result_type method.
14058
14059 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14060
14061 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14062 the target does not support hardware watchpoints.
14063
14064 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14065
14066 * gdb.base/break-always.exp: Abort testing if writing to memory
14067 causes an error.
14068
14069 2015-04-28 Doug Evans <dje@google.com>
14070
14071 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14072 * gdb.python/py-pp-registration.exp: ... here. New file.
14073 * gdb.python/py-pp-registration.c: New file.
14074 * gdb.python/py-pp-registration.py: New file.
14075
14076 2015-04-28 Doug Evans <dje@google.com>
14077
14078 * gdb.python/py-bad-printers.c: New file.
14079 * gdb.python/py-bad-printers.py: New file.
14080 * gdb.python/py-bad-printers.exp: New file.
14081
14082 2015-04-28 Sasha Smundak <asmundak@google.com>
14083
14084 * gdb.python/py-type.exp: New test.
14085
14086 2015-04-28 Andy Wingo <wingo@igalia.com>
14087
14088 * gdb.python/py-parameter.exp:
14089 * gdb.guile/scm-parameter.exp: Escape the path that we are
14090 matching against, as it might contain characters that are special
14091 to regular expressions.
14092
14093 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14094
14095 * gdb.ada/rec_comp: New testcase.
14096
14097 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14098
14099 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14100 before using it.
14101
14102 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14103
14104 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14105 new tests for verilog output.
14106
14107 2015-04-24 Yao Qi <yao.qi@linaro.org>
14108
14109 * boards/remote-gdbserver-on-localhost.exp: New file.
14110
14111 2015-04-23 Pedro Alves <palves@redhat.com>
14112
14113 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14114 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14115 "end of file", remove $inferior_spawn_id from the indirect list.
14116
14117 2015-04-23 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14120
14121 2015-04-23 Pedro Alves <palves@redhat.com>
14122
14123 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14124 on $any_spawn_id instead of only on $gdb_spawn_id.
14125
14126 2015-04-21 Pierre Muller <muller@sourceware.org>
14127
14128 PR pascal/17815
14129 * lib/pascal.exp (gpc_compile): Add new option "class".
14130 (fpc_compile): Likewise.
14131 * gdb.pascal/case-insensitive-symbols.pas: New file.
14132 * gdb.pascal/case-insensitive-symbols.exp: New file.
14133
14134 2015-04-20 Gary Benson <gbenson@redhat.com>
14135
14136 * gdb.base/attach.exp: Fix three extended remote failures.
14137
14138 2015-04-17 Gary Benson <gbenson@redhat.com>
14139
14140 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14141 the main executable over the remote protocol.
14142
14143 2015-04-16 Pedro Alves <palves@redhat.com>
14144
14145 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14146 a new gdbserver if gdbserver_reconnect_p is set.
14147
14148 2015-04-16 Pedro Alves <palves@redhat.com>
14149
14150 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14151 is set, don't exit gdbserver.
14152
14153 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14154
14155 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14156 appropriate .insn, such that an older assembler can be used.
14157 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14158 the z/Architecture instruction set on 31-bit targets as well.
14159
14160 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14161
14162 * gdb.go/handcall.exp: Remove all logic related to the first
14163 breakpoint and rely on go_runto_main instead.
14164 * gdb.go/strings.exp: Likewise.
14165 * gdb.go/unsafe.exp: Likewise.
14166 * gdb.go/hello.exp: Likewise. Also rename the remaining
14167 breakpoint marker to "breakpoint 1".
14168 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14169 * gdb.go/strings.go: Likewise.
14170 * gdb.go/unsafe.go: Likewise.
14171 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14172 "set breakpoint 2 here" and rename the remaining breakpoint marker
14173 to "breakpoint 1".
14174
14175 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14176
14177 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14178 if itertools.imap is not present.
14179 * gdb.python/py-objfile.exp: Add parentheses.
14180 * gdb.python/py-type.exp: Same.
14181 * gdb.python/py-unwind-maint.py: Same.
14182
14183 2015-04-15 Yao Qi <yao.qi@linaro.org>
14184
14185 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14186 of ":$ptr_size" and set its form explicitly.
14187
14188 2015-04-15 Pedro Alves <palves@redhat.com>
14189 Yao Qi <yao.qi@linaro.org>
14190
14191 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14192 timeout by factor of 4.
14193 (test_regular_watch): Likewise.
14194 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14195 * gdb.reverse/sigall-reverse.exp: Likewise.
14196 * gdb.reverse/until-precsave.exp: Likewise.
14197 * lib/gdb.exp (with_timeout_factor): New proc.
14198 (gdb_expect): Move some code to ...
14199 (get_largest_timeout): ... here. New procedure.
14200
14201 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14202
14203 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14204
14205 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14206
14207 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14208 to write to the .text section.
14209
14210 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14211
14212 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14213 Handle the case of targets that do not provide PID information.
14214
14215 2015-04-13 Yao Qi <yao.qi@linaro.org>
14216
14217 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14218 and use expect instead of gdb_expect.
14219
14220 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14221
14222 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14223 "coredump_var_addr" to avoid naming conflict with other testcases.
14224
14225 2015-04-10 Pedro Alves <palves@redhat.com>
14226
14227 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14228 gdb_test_sequence and gdb_assert.
14229
14230 2015-04-10 Pedro Alves <palves@redhat.com>
14231
14232 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14233 test messages that don't include the breakpoint address.
14234
14235 2015-04-10 Yao Qi <yao.qi@linaro.org>
14236
14237 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14238 false for some offset and width combinations which aren't
14239 supported by linux kernel.
14240
14241 2015-04-10 Pedro Alves <palves@redhat.com>
14242
14243 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14244 procedure, factored out from ...
14245 (top level): ... here. Add "set displaced-stepping" testing axis.
14246 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14247 parameter "displaced". Use it.
14248 (top level): Use foreach and add "set displaced-stepping" testing
14249 axis.
14250
14251 2015-04-10 Pedro Alves <palves@redhat.com>
14252
14253 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14254 Remove comment.
14255 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14256 both the address of the instruction that triggers the watchpoint
14257 and the address of the instruction immediately after, and use
14258 those addresses for the test. Fix comment.
14259
14260 2015-04-10 Pedro Alves <palves@redhat.com>
14261
14262 * gdb.base/sigstep.exp (breakpoint_to_handler)
14263 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14264 Test "backtrace" in handler.
14265 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14266 (top level): Add new "displaced" test axis to
14267 breakpoint_to_handler, breakpoint_to_handler_entry and
14268 breakpoint_over_handler.
14269
14270 2015-04-10 Pedro Alves <palves@redhat.com>
14271
14272 PR gdb/18216
14273 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14274
14275 2015-04-10 Yao Qi <yao.qi@linaro.org>
14276
14277 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14278 (test_add_rn_pc): New function.
14279 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14280 (top level): Invoke test_add_rn_pc.
14281
14282 2015-04-10 Pedro Alves <palves@redhat.com>
14283
14284 PR gdb/13858
14285 * gdb.base/step-over-no-symbols.exp: New file.
14286
14287 2015-04-09 Andy Wingo <wingo@igalia.com>
14288
14289 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14290 after the Python tests.
14291
14292 2015-04-08 Keith Seitz <keiths@redhat.com>
14293
14294 PR python/16699
14295 * gdb.python/py-completion.exp: New tests for completion.
14296 * gdb.python/py-completion.py (CompleteLimit1): New class.
14297 (CompleteLimit2): Likewise.
14298 (CompleteLimit3): Likewise.
14299 (CompleteLimit4): Likewise.
14300 (CompleteLimit5): Likewise.
14301 (CompleteLimit6): Likewise.
14302 (CompleteLimit7): Likewise.
14303
14304 2015-04-08 Pedro Alves <palves@redhat.com>
14305
14306 PR gdb/18214
14307 PR gdb/18216
14308 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14309 function.
14310 (main): Install it as SIGUSR1 handler.
14311 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14312 parameter. Always use "setup" as prefix. Toggle "set
14313 displaced-stepping" off/on depending on global. Don't switch to
14314 thread 1 here.
14315 (top level): Add displaced stepping "off/on" test axis. Update
14316 "setup" calls. Wrap each subtest with with_test_prefix. Test
14317 continuing with a queued signal in each thread.
14318
14319 2015-04-08 Pedro Alves <palves@redhat.com>
14320
14321 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14322 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14323 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14324 Return early if running to main fails.
14325 * gdb.trace/while-stepping.exp: Likewise.
14326
14327 2015-04-07 Pedro Alves <palves@redhat.com>
14328
14329 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14330 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14331 interact with inferior program.
14332
14333 2015-04-07 Pedro Alves <palves@redhat.com>
14334
14335 * lib/gdb.exp (inferior_spawn_id): New global.
14336 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14337 spawn id after processing the user code.
14338 (default_gdb_start): Set inferior_spawn_id.
14339 (send_inferior): New procedure.
14340 * lib/gdbserver-support.exp (gdbserver_start): Set
14341 inferior_spawn_id.
14342 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14343
14344 2015-04-07 Pedro Alves <palves@redhat.com>
14345
14346 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14347 * lib/gdbserver-support.exp (gdbserver_start): Make
14348 $server_spawn_id global.
14349 (gdbserver_start): Don't wait for gdbserver's spawn id with
14350 expect_background.
14351 (close_gdbserver): New procedure.
14352 (gdb_exit): Rename the default version and reimplement.
14353
14354 2015-04-07 Pedro Alves <palves@redhat.com>
14355
14356 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14357 append the substituted item, not the original item.
14358
14359 2015-04-07 Pedro Alves <palves@redhat.com>
14360
14361 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14362 gdb_expect.
14363
14364 2015-04-07 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14367 output appearing once only.
14368
14369 2015-04-07 Pedro Alves <palves@redhat.com>
14370
14371 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14372 that doesn't expect anything. Return early if running to main
14373 fails.
14374
14375 2015-04-07 Yao Qi <yao.qi@linaro.org>
14376
14377 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14378 (child_function): Call alarm.
14379 (main): Move call to alarm into the loop.
14380 * gdb.threads/non-stop-fair-events.exp: Build program with
14381 -DTIMEOUT=$timeout.
14382
14383 2015-04-06 Doug Evans <xdje42@gmail.com>
14384
14385 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14386 Fix dest parameter to board_info.
14387 (fpc_compile): Ditto.
14388 (gdb_compile_pascal): Rename dest arg to destfile.
14389
14390 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14391
14392 * gdb.ada/funcall_ref.exp: New file.
14393 * gdb.ada/funcall_ref/foo.adb: New file.
14394
14395 2015-04-02 Yao Qi <yao.qi@linaro.org>
14396
14397 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14398 is remote.
14399
14400 2015-04-02 Gary Benson <gbenson@redhat.com>
14401
14402 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14403
14404 2015-04-01 Sasha Smundak <asmundak@google.com>
14405
14406 * gdb.python/py-unwind-maint.c: New file.
14407 * gdb.python/py-unwind-maint.exp: New test.
14408 * gdb.python/py-unwind-maint.py: New file.
14409 * gdb.python/py-unwind.c: New file.
14410 * gdb.python/py-unwind.exp: New test.
14411 * gdb.python/py-unwind.py: New test.
14412
14413 2015-04-01 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14416 to fail instead of non-existent $test.
14417
14418 2015-04-01 Pedro Alves <palves@redhat.com>
14419
14420 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14421 GDBFLAGS if not empty.
14422
14423 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14424
14425 * gdb.ada/complete.exp: Remove "multi_line".
14426 * gdb.ada/info_exc.exp: Remove "multi_line".
14427 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14428 * gdb.ada/ptype_field.exp: Remove "multi_line".
14429 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14430 * gdb.ada/tagged.exp: Remove "multi_line".
14431 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14432 [multi_line ...]
14433 * gdb.btrace/delta.exp: Likewise.
14434 * gdb.btrace/exception.exp: Likewise.
14435 * gdb.btrace/function_call_history.exp: Likewise.
14436 * gdb.btrace/instruction_history.exp: Likewise.
14437 * gdb.btrace/nohist.exp: Likewise.
14438 * gdb.btrace/record_goto.exp: Likewise.
14439 * gdb.btrace/segv.exp: Likewise.
14440 * gdb.btrace/stepi.exp: Likewise.
14441 * gdb.btrace/tailcall.exp: Likewise.
14442 * gdb.btrace/unknown_functions.exp: Likewise.
14443 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14444 * lib/gdb.exp: Add the "multi_line" helper.
14445
14446 2015-04-01 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.threads/tid-reuse.c: New file.
14449 * gdb.threads/tid-reuse.exp: New file.
14450
14451 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14452
14453 PR corefiles/16092
14454 * gdb.base/coredump-filter.c: New file.
14455 * gdb.base/coredump-filter.exp: Likewise.
14456
14457 2015-03-27 Petr Machata <pmachata@redhat.com>
14458
14459 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14460 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14461 (Dwarf::assemble): Initialize them.
14462 (Dwarf::lines): New function.
14463
14464 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14465
14466 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14467 SYMBOL_PREFIX for x86_64-*-cygwin.
14468
14469 2015-03-26 Andy Wingo <wingo@igalia.com>
14470
14471 PR symtab/18148
14472 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14473 const_value but not a location.
14474 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14475 location defined in non-main CUs are visible.
14476
14477 2015-03-26 Yao Qi <yao.qi@linaro.org>
14478
14479 PR testsuite/18139
14480 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14481 Add a line number entry for the same line.
14482 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14483 Add a line number entry for the same line.
14484
14485 2015-03-26 Yao Qi <yao.qi@linaro.org>
14486
14487 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14488 .int 0.
14489 (func): Likewise. Add .Lfunc_1 label.
14490 Use .Lfunc_1 label.
14491 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14492 .int 0.
14493 (func): Likewise.
14494 Use .Lfunc_1 label.
14495
14496 2015-03-26 Yao Qi <yao.qi@linaro.org>
14497
14498 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14499 Call gdb_compile instead to compile each .s files without debug
14500 information.
14501
14502 2015-03-26 Yao Qi <yao.qi@linaro.org>
14503
14504 * gdb.base/savedregs.exp (process_saved_regs): Make
14505 "Saved registers:" optional in the pattern.
14506
14507 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14508
14509 * gdb.btrace/next.exp: Merged into step.exp.
14510 * gdb.btrace/finish.exp: Merged into step.exp.
14511 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14512 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14513 "record goto" and checking the exact replay position.
14514 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14515 check for "Recording format" in "info record" output.
14516 * gdb.btrace/record_goto.exp: Choose test file based on target.
14517 * gdb.btrace/x86-record_goto.S: Renamed into ...
14518 * gdb.btrace/x86_64-record_goto.S: ... this.
14519 * gdb.btrace/i686-record_goto.S: New.
14520 * gdb.btrace/x86-tailcall.S: Renamed into ...
14521 * gdb.btrace/x86_64-tailcall.S: ... this.
14522 * gdb.btrace/i686-tailcall.S: New.
14523 * gdb.btrace/x86-tailcall.c: Renamed into ...
14524 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14525 separate statements. Update test.
14526 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14527 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14528 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14529 * gdb.btrace/tailcall.exp: Choose test file based on target.
14530 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14531
14532 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14533
14534 * gdb.btrace/exception.exp: Increase BTS buffer size.
14535
14536 2015-03-24 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14539
14540 2015-03-24 Pedro Alves <palves@redhat.com>
14541
14542 * gdb.threads/schedlock.exp (test_step): No longer expect that
14543 "set scheduler-locking step" with "next" over a function call runs
14544 threads unlocked.
14545
14546 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14547
14548 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14549
14550 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14551
14552 PR breakpoints/16466
14553 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14554 * gdb.mi/mi-pending.c (thread_func): New function.
14555 (int main): Add threading support required.
14556 * gdb.mi/mi-pending.exp: Add tests for this issue.
14557 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14558 (pendfunc2): Remove stdio dependency.
14559 * gdb.mi/mi-pendshr2.c: New file.
14560
14561 2015-03-23 Keith Seitz <keiths@redhat.com>
14562
14563 * gdb.linespec/keywords.c: New file.
14564 * gdb.linespec/keywords.exp: New file.
14565
14566 2015-03-23 Keith Seitz <keiths@redhat.com>
14567
14568 PR gdb/18021
14569 * gdb.dwarf2/staticvirtual.exp: New test.
14570
14571 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14572
14573 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14574 * README: Remove HP-UX and gdb.hp.
14575 (configuration):
14576 * configure: Regenerate.
14577 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14578 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14579 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14580 gdb.hp/gdb.defects/Makefile.
14581 * gdb.hp/Makefile.in: File deleted.
14582 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14583 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14584 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14585 * gdb.hp/gdb.aCC/run.c: File deleted.
14586 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14587 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14588 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14589 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14590 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14591 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14592 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14593 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14594 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14595 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14596 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14597 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14598 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14599 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14600 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14601 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14602 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14603 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14604 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14605 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14606 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14607 * gdb.hp/gdb.compat/average.c: File deleted.
14608 * gdb.hp/gdb.compat/sum.c: File deleted.
14609 * gdb.hp/gdb.compat/xdb.c: File deleted.
14610 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14611 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14612 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14613 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14614 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14615 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14616 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14617 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14618 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14619 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14620 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14621 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14622 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14623 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14624 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14625 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14626 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14627 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14628 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14629 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14630 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14631 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14632 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14633 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14634 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14635 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14636 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14637 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14638 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14639 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14640 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14641 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14642 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14643 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14644 * gdb.hp/tools/odump: File deleted.
14645
14646 2015-03-19 Pedro Alves <palves@redhat.com>
14647
14648 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14649 (saw_thread_3): New globals.
14650 (top level): Increment them when an event for the corresponding
14651 thread is seen.
14652 (no thread starvation): New test.
14653
14654 2015-03-19 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.threads/continue-pending-status.c: New file.
14657 * gdb.threads/continue-pending-status.exp: New file.
14658
14659 2015-03-18 Pedro Alves <palves@redhat.com>
14660
14661 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14662 Use gdb_is_target_remote instead of is_remote. Use
14663 gdb_test_multiple instead of gdb_expect. Exit early if
14664 gdb_test_multiple hits its internal matches. Tighten stepi tests
14665 expected output. Fail on exit with any signal, instead of just
14666 SIGILL.
14667
14668 2015-03-18 Yao Qi <yao.qi@linaro.org>
14669
14670 PR tdep/18107
14671 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14672 variable.
14673 * gdb.base/catch-syscall.exp: Don't skip it on
14674 aarch64*-*-linux* target. Remove elements in all_syscalls.
14675 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14676 target.
14677 (setup_all_syscalls): New proc.
14678
14679 2015-03-16 Yao Qi <yao.qi@linaro.org>
14680
14681 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14682 (top level): Skip tests if valid_addr_p returns false for
14683 $cmd1 or $cmd2.
14684
14685 2015-03-11 Andy Wingo <wingo@igalia.com>
14686
14687 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14688
14689 2015-03-11 Yao Qi <yao.qi@linaro.org>
14690
14691 * gdb.base/catch-syscall.exp: Fix typo in comments.
14692
14693 2015-03-11 Yao Qi <yao.qi@linaro.org>
14694
14695 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14696
14697 2015-03-09 Pedro Alves <palves@redhat.com>
14698
14699 * dg-extract-results.py: Delete.
14700
14701 2015-03-09 Pedro Alves <palves@redhat.com>
14702
14703 Merge dg-extract-results.sh from GCC upstream (r218843).
14704
14705 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14706 * dg-extract-results.sh: Use --text with grep to avoid issues with
14707 binary files. Fall back to cat -v, if that doesn't work.
14708
14709 2015-03-05 Pedro Alves <palves@redhat.com>
14710
14711 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14712
14713 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14714
14715 * lib/mi-support.exp (mi_expect_interrupt): Accept
14716 alternative event for when in all-stop mode.
14717
14718 2015-03-04 Pedro Alves <palves@redhat.com>
14719
14720 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14721
14722 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14723
14724 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14725
14726 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14727
14728 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14729 regexps for GDB's current line display, accept a hex address
14730 preceding the line number.
14731
14732 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14733
14734 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14735 the 'arch1' variable for "s390*-linux*" targets.
14736
14737 2015-03-04 Pedro Alves <palves@redhat.com>
14738
14739 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14740 (main): Pass missing retval argument to pthread_join call.
14741
14742 2015-03-02 Pedro Alves <palves@redhat.com>
14743
14744 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14745 (top level): Call do_test with non-stop as well.
14746
14747 2015-03-02 Pedro Alves <palves@redhat.com>
14748
14749 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14750 -1.
14751
14752 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14753
14754 * gdb.arch/s390-vregs.exp: New test.
14755 * gdb.arch/s390-vregs.S: New file.
14756
14757 2015-02-27 Pedro Alves <palves@redhat.com>
14758
14759 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14760 call to catch_command_errors.
14761 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14762 catch_command_errors.
14763
14764 2015-02-27 Pedro Alves <palves@redhat.com>
14765
14766 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14767 "true" for boolean result.
14768 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14769 prototype of main.
14770
14771 2015-02-27 Pedro Alves <palves@redhat.com>
14772
14773 * lib/unbuffer_output.c: New file.
14774 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14775 (main): Call gdb_unbuffer_output.
14776
14777 2015-02-27 Yao Qi <yao.qi@linaro.org>
14778
14779 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14780 target.
14781
14782 2015-02-26 Doug Evans <dje@google.com>
14783
14784 * gdb.cp/class2.cc (Dbase, D): New classes.
14785 (main): New local delta.
14786 * gdb.cp/class2.exp: Test printing delta.
14787 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14788 (dynbar): New global.
14789 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14790
14791 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14792
14793 * gdb.compile/compile-ifunc.c: New file.
14794 * gdb.compile/compile-ifunc.exp: New file.
14795
14796 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14797
14798 * gdb.base/structs.exp: Check for correct struct on finish.
14799
14800 2015-02-26 Yao Qi <yao.qi@linaro.org>
14801
14802 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14803 is zero.
14804
14805 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14806
14807 * gdb.arch/cordic.ko.bz2: New file.
14808 * gdb.arch/cordic.ko.debug.bz2: New file.
14809 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14810
14811 2015-02-25 Yao Qi <yao.qi@linaro.org>
14812
14813 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14814 aarch64*-*-* target.
14815
14816 2015-02-23 Pedro Alves <palves@redhat.com>
14817
14818 * lib/gdb.exp (delete_breakpoints): Rewrite using
14819 gdb_test_multiple.
14820
14821 2015-02-23 Pedro Alves <palves@redhat.com>
14822
14823 * gdb.base/info-os.c: Include stdlib.h.
14824
14825 2015-02-22 Doug Evans <xdje42@gmail.com>
14826
14827 PR symtab/17855
14828 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14829 is read after symbols have been re-read.
14830 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14831 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14832
14833 2015-02-21 Doug Evans <dje@google.com>
14834
14835 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14836
14837 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14838
14839 PR corefiles/17808
14840 * gdb.arch/i386-biarch-core.core.bz2: New file.
14841 * gdb.arch/i386-biarch-core.exp: New file.
14842
14843 2015-02-21 Pedro Alves <palves@redhat.com>
14844
14845 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14846 runto_main fails.
14847
14848 2015-02-20 Pedro Alves <palves@redhat.com>
14849
14850 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14851 info probes.
14852
14853 2015-02-20 Pedro Alves <palves@redhat.com>
14854
14855 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14856
14857 2015-02-20 Pedro Alves <palves@redhat.com>
14858
14859 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14860 clean_restart before gdb_target_supports_trace.
14861
14862 2015-02-20 Pedro Alves <palves@redhat.com>
14863
14864 PR threads/18006
14865 * gdb.threads/clone-thread_db.c: New file.
14866 * gdb.threads/clone-thread_db.exp: New file.
14867
14868 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14869
14870 PR breakpoints/16812
14871 * gdb.base/catch-gdb-caused-signals.c: New file.
14872 * gdb.base/catch-gdb-caused-signals.exp: New file.
14873
14874 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14875
14876 * configure: Regenerated.
14877 * configure.ac: Use GDB_AC_TRANSFORM.
14878 * aclocal.m4: sinclude ../transform.m4.
14879
14880 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14881
14882 * lib/dtrace.exp: New file.
14883 * gdb.base/dtrace-probe.exp: Likewise.
14884 * gdb.base/dtrace-probe.d: Likewise.
14885 * gdb.base/dtrace-probe.c: Likewise.
14886 * lib/pdtrace.in: Likewise.
14887 * configure.ac: Output variables with the transformed names of
14888 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14889 * configure: Regenerated.
14890
14891 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14892
14893 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14894 expected message when trying to access $_probe_* convenience
14895 variables while not on a probe.
14896
14897 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14898
14899 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14900
14901 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14902
14903 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14904 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14905
14906 2015-02-10 Doug Evans <xdje42@gmail.com>
14907
14908 * lib/gdb.exp (gdb_load): Always return a result.
14909
14910 2015-02-10 Pedro Alves <palves@redhat.com>
14911
14912 * gdb.threads/signal-sigtrap.c: New file.
14913 * gdb.threads/signal-sigtrap.exp: New file.
14914
14915 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14916
14917 * gdb.trace/no-attach-trace.c: New file.
14918 * gdb.trace/no-attach-trace.exp: New file.
14919
14920 2015-02-09 Mark Wielaard <mjw@redhat.com>
14921
14922 * gdb.dwarf2/atomic.c: New file.
14923 * gdb.dwarf2/atomic-type.exp: Likewise.
14924
14925 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14926
14927 * gdb.btrace/buffer-size.exp: Update "info record" output.
14928 * gdb.btrace/delta.exp: Update "info record" output.
14929 * gdb.btrace/enable.exp: Update "info record" output.
14930 * gdb.btrace/finish.exp: Update "info record" output.
14931 * gdb.btrace/instruction_history.exp: Update "info record" output.
14932 * gdb.btrace/next.exp: Update "info record" output.
14933 * gdb.btrace/nexti.exp: Update "info record" output.
14934 * gdb.btrace/step.exp: Update "info record" output.
14935 * gdb.btrace/stepi.exp: Update "info record" output.
14936 * gdb.btrace/nohist.exp: Update "info record" output.
14937
14938 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14939
14940 * gdb.btrace/buffer-size: New.
14941
14942 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14943
14944 * gdb.btrace/delta.exp: Update "info record" output.
14945 * gdb.btrace/enable.exp: Update "info record" output.
14946 * gdb.btrace/finish.exp: Update "info record" output.
14947 * gdb.btrace/instruction_history.exp: Update "info record" output.
14948 * gdb.btrace/next.exp: Update "info record" output.
14949 * gdb.btrace/nexti.exp: Update "info record" output.
14950 * gdb.btrace/step.exp: Update "info record" output.
14951 * gdb.btrace/stepi.exp: Update "info record" output.
14952 * gdb.btrace/nohist.exp: Update "info record" output.
14953
14954 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14955
14956 PR gdb/15678
14957 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14958
14959 2015-02-06 Pedro Alves <palves@redhat.com>
14960
14961 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14962 macro.
14963 (seconds_left, again): New globals.
14964 (main): Wait seconds_left in a 1-second sleep loop instead of
14965 sleeping 180 seconds. If 'again' is set, reset the seconds
14966 counter.
14967 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14968 'again' in the inferior before detaching. Print the seconds left.
14969 (options): New global.
14970 (top level): Build program with -DTIMEOUT=$timeout.
14971
14972 2015-02-06 Pedro Alves <palves@redhat.com>
14973
14974 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14975 determine how many seconds to pass to 'alarm'.
14976 * gdb.base/gdb-sigterm.exp (top level): Build program with
14977 -DTIMEOUT=$timeout.
14978 (do_test): Return success/failure indication. Add more verbose
14979 logging. Don't fail if 200 single steps are seen. Instead, fail
14980 when the test times out.
14981 (passes): New global.
14982 (top level): Break the testing loop if testing fails on any
14983 iteration. Use gdb_assert.
14984
14985 2015-02-04 Don Breazeal <donb@codesourcery.com>
14986
14987 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14988 and initialize them.
14989 (ipc_cleanup): New function.
14990 (main): Don't declare shmid, semid, and msqid. Add a call to
14991 atexit so that we call ipc_cleanup on exit.
14992
14993 2015-02-04 Pedro Alves <palves@redhat.com>
14994
14995 * boards/native-extended-gdbserver.exp: Remove any target variant
14996 specifications from the board name before clearing the isremote
14997 flag from board_info.
14998
14999 2015-01-31 Doug Evans <xdje42@gmail.com>
15000
15001 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15002
15003 2015-01-31 Gary Benson <gbenson@redhat.com>
15004
15005 * gdb.base/completion.exp: Disable completion limiting for
15006 existing tests. Add new tests to check completion limiting.
15007 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15008
15009 2015-01-31 Doug Evans <xdje42@gmail.com>
15010
15011 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15012
15013 2015-01-31 Doug Evans <xdje42@gmail.com>
15014
15015 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15016 entries. Duplicate file section script entries.
15017 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15018 inlined entries. Add test for safe-path rejection.
15019 * gdb.python/py-section-script.c: Add duplicate inlined section script
15020 entries. Duplicate file section script entries.
15021 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15022 inlined entries. Add test for safe-path rejection.
15023
15024 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15025
15026 * gdb.ada/disc_arr_bound: New testcase.
15027
15028 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15029
15030 * gdb.ada/mi_var_array: New testcase.
15031
15032 2015-01-27 Doug Evans <dje@google.com>
15033
15034 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15035 Add test for objfile.filename, objfile.username after objfile
15036 has been unloaded.
15037
15038 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15039
15040 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15041 the second test to print the name attribute of value
15042 returned by the call to gdb.lookup_type, and adjust
15043 the expected output accordingly.
15044
15045 2015-01-25 Mark Wielaard <mjw@redhat.com>
15046
15047 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15048 * gdb.base/disp-step-fork.c: Include unistd.h.
15049 * gdb.base/siginfo-obj.c: Include stdio.h.
15050 * gdb.base/siginfo-thread.c: Likewise.
15051 * gdb.mi/non-stop.c: Include unistd.h.
15052 * gdb.mi/nsthrexec.c: Include stdio.h.
15053 * gdb.mi/pthreads.c: Include unistd.h.
15054 * gdb.modula2/unbounded1.c (main): Declare returns int.
15055 * gdb.reverse/consecutive-reverse.c: Likewise.
15056 * gdb.threads/create-fail.c: Include unistd.h.
15057 * gdb.threads/killed.c: Likewise.
15058 * gdb.threads/linux-dp.c: Likewise.
15059 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15060 * gdb.threads/non-ldr-exc-2.c: Likewise.
15061 * gdb.threads/non-ldr-exc-3.c: Likewise.
15062 * gdb.threads/non-ldr-exc-4.c: Likewise.
15063 * gdb.threads/pthreads.c: Include unistd.h.
15064 (main): Declare returns int.
15065 * gdb.threads/tls-main.c (foo): New declaration.
15066 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15067
15068 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15069
15070 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15071 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15072
15073 2015-01-15 Mark Wielaard <mjw@redhat.com>
15074
15075 * gdb.base/noreturn-return.c: New file.
15076 * gdb.base/noreturn-return.exp: New file.
15077 * gdb.base/noreturn-finish.c: New file.
15078 * gdb.base/noreturn-finish.exp: New file.
15079
15080 2015-01-23 Pedro Alves <palves@redhat.com>
15081
15082 * gdb.threads/continue-pending-after-query.c: New file.
15083 * gdb.threads/continue-pending-after-query.exp: New file.
15084
15085 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15086 Simon Marchi <simon.marchi@ericsson.com>
15087
15088 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15089 * gdb.base/valgrind-db-attach.exp: Same.
15090 * gdb.base/valgrind-infcall.exp: Same.
15091 * lib/mi-support.exp (default_mi_gdb_start): Same.
15092 * lib/prompt.exp (default_prompt_gdb_start): Same.
15093 * lib/gdb.exp (default_gdb_spawn): Same.
15094 (gdb_interact): New.
15095
15096
15097 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15098
15099 * gdb.compile/compile.exp (pointer to jit function): New test.
15100
15101 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15102
15103 * lib/gdb.exp (supports_process_record): Return true for
15104 powerpc*-*-linux*.
15105 (supports_reverse): Likewise.
15106
15107 2015-01-15 Don Breazeal <donb@codesourcery.com>
15108
15109 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15110 instead of checking whether the target board is remote and
15111 use spawn_wait_for_attach instead of exec/sleep.
15112 * gdb.base/attach-twice.exp: Likewise.
15113
15114 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15115
15116 * gdb.ada/var_arr_attrs: New testcase.
15117
15118 2015-01-14 Pedro Alves <palves@redhat.com>
15119 Joel Brobecker <brobecker@adacore.com>
15120
15121 PR gdb/17525
15122 * gdb.base/bp-cmds-execution-x-script.c: New file.
15123 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15124 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15125
15126 2015-01-14 Pedro Alves <palves@redhat.com>
15127
15128 PR cli/17828
15129 * gdb.base/batch-preserve-term-settings.c: New file.
15130 * gdb.base/batch-preserve-term-settings.exp: New file.
15131
15132 2015-01-13 Doug Evans <dje@google.com>
15133
15134 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15135 binary.
15136
15137 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15138
15139 * Makefile.in (clean mostlyclean): Do not delete *.py.
15140
15141 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15142
15143 * gdb.python/py-lookup-type.exp: New file.
15144
15145 2015-01-12 Pedro Alves <palves@redhat.com>
15146
15147 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15148 restore GDBFLAGS before returning.
15149
15150 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15151
15152 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15153 is_amd64_regs_target and is_x86_like_target.
15154
15155 2015-01-11 Doug Evans <xdje42@gmail.com>
15156
15157 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15158 is given without an explicit form.
15159 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15160 attributes.
15161 * gdb.dwarf/corrupt.exp: Ditto.
15162 * gdb.dwarf2/enum-type.exp: Ditto.
15163 * gdb.trace/entry-values.exp: Ditto.
15164 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15165
15166 2015-01-11 Doug Evans <xdje42@gmail.com>
15167
15168 PR gdb/15830
15169 * gdb.base/maint.exp: Remove references to "maint demangle".
15170 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15171 Add tests for explicitly specifying language to demangle.
15172 * gdb.dlang/demangle.exp: Ditto.
15173
15174 2015-01-09 Pedro Alves <palves@redhat.com>
15175
15176 * gdb.threads/non-stop-fair-events.c: New file.
15177 * gdb.threads/non-stop-fair-events.exp: New file.
15178
15179 2015-01-09 Pedro Alves <palves@redhat.com>
15180
15181 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15182 the global scope. Set a breakpoint after all threads are started
15183 rather than stepping over two source lines. Expect the prompt.
15184 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15185 global.
15186 (NUM): Now 15.
15187 (main): Use threads_started_barrier to wait for all threads to
15188 start. Main thread no longer calls thread_function. Exit after
15189 180 seconds.
15190 (loop): New function.
15191 (thread_function): Wait on threads_started_barrier barrier. Call
15192 'loop' at each iteration.
15193 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15194 threads have started, instead of hardcoding number of "next"
15195 steps. Use an access watchpoint instead of a write watchpoint.
15196
15197 2015-01-09 Pedro Alves <palves@redhat.com>
15198
15199 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15200 (thread_func): Wait on barrier.
15201 (main): Wait for all threads to start before stopping GDB.
15202 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15203 global.
15204 (thread1_func, thread2_func): Wait on barrier.
15205 (main): Wait for all threads to start before stopping GDB.
15206 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15207 New global.
15208 (thread1_func, thread2_func): Wait on barrier.
15209 (main): Wait for all threads to start before stopping GDB.
15210
15211 2015-01-09 Pedro Alves <palves@redhat.com>
15212
15213 * gdb.threads/attach-many-short-lived-threads.c: New file.
15214 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15215
15216 2014-01-09 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15219 instead of to thread 2.
15220 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15221 Add barrier around each pthread_create call instead of around all
15222 calls.
15223 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15224 Set a break on thread_function and have the child threads hit it
15225 one at at a time.
15226
15227 2015-01-09 Pedro Alves <palves@redhat.com>
15228
15229 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15230 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15231 false.
15232 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15233 checking whether the target board is remote.
15234 * gdb.multi/multi-attach.exp: Likewise.
15235 * gdb.python/py-sync-interp.exp: Likewise.
15236 * gdb.server/ext-attach.exp: Likewise.
15237 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15238 tests that need to attach, instead of checking whether the target
15239 board is remote at the top of the file.
15240
15241 2015-01-08 Yao Qi <yao@codesourcery.com>
15242
15243 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15244
15245 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15246
15247 Fix testcase compilation.
15248 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15249
15250 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15251
15252 * gdb.python/py-type.exp: Add a couple test about empty
15253 array creation, and negative-length array creation.
15254
15255 2015-01-02 Doug Evans <xdje42@gmail.com>
15256
15257 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15258
15259 2015-01-02 Doug Evans <dje@google.com>
15260
15261 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15262
15263 2014-12-29 Yao Qi <yao@codesourcery.com>
15264
15265 * gdb.trace/entry-values.exp: Update comments. Rename variable
15266 bar_call_foo to returned_from_foo.
15267
15268 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15269
15270 PR gdb/17394
15271 * gdb.linespec/break-asm-file.c: New file.
15272 * gdb.linespec/break-asm-file.exp: New file.
15273 * gdb.linespec/break-asm-file0.s: New file.
15274 * gdb.linespec/break-asm-file1.s: New file.
15275
15276 2014-12-18 Nigel Stephens <nigel@mips.com>
15277 Maciej W. Rozycki <macro@codesourcery.com>
15278
15279 * gdb.base/float.exp: Handle the new output from "info float" on
15280 MIPS targets.
15281
15282 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15283
15284 Fix MinGW compilation.
15285 * gdb.compile/compile-ops.exp: Update untested message if
15286 !skip_compile_feature_tests.
15287 * gdb.compile/compile-setjmp.exp: Likewise.
15288 * gdb.compile/compile-tls.exp: Likewise.
15289 * gdb.compile/compile.exp: Likewise.
15290 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15291 supported on this host".
15292
15293 2014-12-16 Doug Evans <xdje42@gmail.com>
15294
15295 * boards/stabs.exp: New file.
15296
15297 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15298
15299 * gdb.base/completion.exp: Adjust to format changes of "maint
15300 print user-registers".
15301
15302 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15303
15304 PR server/17457
15305 * gdb.arch/aarch64-fp.c: New file.
15306 * gdb.arch/aarch64-fp.exp: New file.
15307
15308 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15309
15310 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15311 r210637, r210913, r211666, r215400, r215817).
15312
15313 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15314 * dg-extract-results.py: New file.
15315 * dg-extract-results.sh: Use it if the environment seems
15316 suitable.
15317
15318 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15319
15320 * dg-extract-results.py (parse_run): Handle warnings that
15321 are printed before a test harness is run.
15322
15323 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15324
15325 * dg-extract-results.py (Named): Remove __cmp__ method.
15326 (output_variation): Use a key to sort variation.harnesses.
15327
15328 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15329
15330 * dg-extract-results.py: For Python 3, force sys.stdout to
15331 handle surrogate escape sequences.
15332 (safe_open): New function.
15333 (output_segment, main): Use it.
15334
15335 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15336
15337 * dg-extract-results.py (Prog.result_re): Include options
15338 in test name.
15339
15340 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15341
15342 * dg-extract-results.py (output_variation): Always sort if
15343 do_sum.
15344
15345 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15346
15347 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15348 as long as we get pagination notifications.
15349
15350 2014-12-15 Jason Merrill <jason@redhat.com>
15351
15352 * Makefile.in (check-gdb.%): Restore.
15353 * README: Mention it.
15354
15355 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15356
15357 * gdb.ada/str_uninit: New testcase.
15358
15359 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15360
15361 PR symtab/17642
15362 * gdb.base/vla-stub-define.c: New file.
15363 * gdb.base/vla-stub.c: New file.
15364 * gdb.base/vla-stub.exp: New file.
15365
15366 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15367 Jan Kratochvil <jan.kratochvil@redhat.com>
15368 Tom Tromey <tromey@redhat.com>
15369
15370 * configure.ac: Add gdb.compile/.
15371 * configure: Regenerate.
15372 * gdb.compile/Makefile.in: New file.
15373 * gdb.compile/compile-ops.exp: New file.
15374 * gdb.compile/compile-ops.c: New file.
15375 * gdb.compile/compile-tls.c: New file.
15376 * gdb.compile/compile-tls.exp: New file.
15377 * gdb.compile/compile-constvar.S: New file.
15378 * gdb.compile/compile-constvar.c: New file.
15379 * gdb.compile/compile-mod.c: New file.
15380 * gdb.compile/compile-nodebug.c: New file.
15381 * gdb.compile/compile-setjmp-mod.c: New file.
15382 * gdb.compile/compile-setjmp.c: New file.
15383 * gdb.compile/compile-setjmp.exp: New file.
15384 * gdb.compile/compile-shlib.c: New file.
15385 * gdb.compile/compile.c: New file.
15386 * gdb.compile/compile.exp: New file.
15387 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15388
15389 2014-12-12 Tom Tromey <tromey@redhat.com>
15390
15391 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15392 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15393
15394 2014-12-12 Doug Evans <dje@google.com>
15395
15396 * lib/gdb-python.exp (get_python_valueof): New function.
15397 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15398
15399 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15400
15401 * gdb.base/completion.exp: Add test for completion of "info
15402 registers ".
15403
15404 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15405
15406 * gdb.base/func-ptrs.c: New file.
15407 * gdb.base/func-ptrs.exp: New file.
15408
15409 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15410
15411 PR breakpoints/17012
15412 * gdb.base/dprintf-detach.c: New file.
15413 * gdb.base/dprintf-detach.exp: New file.
15414
15415 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15416
15417 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15418 * lib/gdb.exp (target_is_gdbserver): New procedure.
15419
15420 2014-12-08 Doug Evans <dje@google.com>
15421
15422 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15423
15424 2014-12-05 Yao Qi <yao@codesourcery.com>
15425
15426 * gdb.guile/scm-error.exp: Remove the third argument to
15427 gdb_remote_download.
15428 * gdb.guile/scm-frame-args.exp: Likewise.
15429 * gdb.guile/scm-section-script.exp: Likewise.
15430
15431 2014-12-05 Yao Qi <yao@codesourcery.com>
15432
15433 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15434
15435 2014-12-04 Doug Evans <dje@google.com>
15436
15437 * gdb.python/py-objfile.exp: Add tests for
15438 objfile.add_separate_debug_file.
15439
15440 2014-12-04 Doug Evans <dje@google.com>
15441
15442 * lib/gdb.exp (get_build_id): New function.
15443 (build_id_debug_filename_get): Rewrite to use it.
15444 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15445
15446 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15447
15448 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15449 `method(long)', not just 0x0.
15450 * gdb.cp/nsalias.exp: Align code labels to 4.
15451 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15452 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15453 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15454 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15455 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15456 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15457
15458 2014-12-02 Doug Evans <dje@google.com>
15459
15460 PR symtab/17602
15461 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15462 * gdb.cp/anon-ns2.cc: ... here. New file.
15463 * gdb.cp/anon-ns.exp: Update.
15464
15465 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15466
15467 * gdb.python/py-events.py (inferior_call_handler): New.
15468 (register_changed_handler, memory_changed_handler): New.
15469 (test_events.invoke): Register new handlers.
15470 * gdb.python/py-events.exp: Add tests for inferior call,
15471 memory_changed and register_changed events.
15472
15473 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15474
15475 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15476 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15477 if the linker doesn't understand this.
15478
15479 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15480
15481 * gdb.python/python.exp: Change expected reply to help().
15482
15483 2014-12-01 Yao Qi <yao@codesourcery.com>
15484
15485 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15486 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15487 * configure: Re-generated.
15488
15489 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15490
15491 * gdb.cp/chained-calls.cc: New file.
15492 * gdb.cp/chained-calls.exp: New file.
15493 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15494
15495 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15496
15497 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15498 * gdb.dwarf2/symtab-producer.exp: Same.
15499 * gdb.gdb/python-interrupts.exp: Same.
15500 * gdb.gdb/python-selftest.exp: Same.
15501 * gdb.python/py-linetable.exp: Same.
15502 * gdb.python/py-type.exp: Same.
15503 * gdb.python/py-value-cc.exp: Same.
15504 * gdb.python/py-value.exp: Same.
15505
15506 2014-11-28 Yao Qi <yao@codesourcery.com>
15507
15508 * gdb.base/break-probes.exp: Match library name prefixed with
15509 sysroot.
15510
15511 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15512
15513 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15514 test expected output. Add parentheses for the call to print.
15515 Remove L suffix from integers.
15516
15517 2014-11-26 Doug Evans <dje@google.com>
15518
15519 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15520
15521 2014-11-22 Yao Qi <yao@codesourcery.com>
15522
15523 * gdb.trace/entry-values.c: Remove asms.
15524 (foo): Add foo_label.
15525 (bar): Add bar_label.
15526 * gdb.trace/entry-values.exp: Remove code computing foo's
15527 length and bar's length.
15528 (Dwarf::assemble): Invoke function_range for bar and use
15529 MACRO_AT_func for foo.
15530
15531 2014-11-22 Yao Qi <yao@codesourcery.com>
15532
15533 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15534 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15535 Use .Lgcc43_procstart instead of gcc43.
15536
15537 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15538
15539 * gdb.ada/n_arr_bound: New testcase.
15540
15541 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15542
15543 PR breakpoints/10737
15544 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15545 test_catch_syscall_multi_arch.
15546 (test_catch_syscall_multi_arch): New function.
15547
15548 2014-11-20 Doug Evans <xdje42@gmail.com>
15549
15550 * gdb.base/maint.exp: Update expected output.
15551
15552 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15553
15554 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15555 4-byte instruction on S390.
15556
15557 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15558
15559 * gdb.ada/arr_arr: New testcase.
15560
15561 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15562
15563 * gdb.ada/pkd_arr_elem: New Testcase.
15564
15565 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15566
15567 * gdb.reverse/break-precsave: Expect completion message for
15568 core file reads.
15569 * gdb.reverse/consecutive-precsave.exp: Likewise.
15570 * gdb.reverse/finish-precsave.exp: Likewise.
15571 * gdb.reverse/i386-precsave.exp: Likewise.
15572 * gdb.reverse/machinestate-precsave.exp: Likewise.
15573 * gdb.reverse/sigall-precsave.exp: Likewise.
15574 * gdb.reverse/solib-precsave.exp: Likewise.
15575 * gdb.reverse/step-precsave.exp: Likewise.
15576 * gdb.reverse/until-precsave.exp: Likewise.
15577 * gdb.reverse/watch-precsave.exp: Likewise.
15578
15579 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15580
15581 * gdb.base/bp-permanent.c: Include unistd.h.
15582 * gdb.python/py-framefilter-mi.c (main): Add return type.
15583 * gdb.python/py-framefilter.c (main): Likewise.
15584 * gdb.trace/actions-changed.c (main): Likewise.
15585
15586 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15587
15588 * gdb.mi/until.c: Add eye-catchers.
15589 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15590 line numbers.
15591
15592 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15593
15594 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15595 function header variants in break1.c.
15596 * gdb.base/ena-dis-br.exp: Likewise.
15597 * gdb.base/hbreak2.exp: Likewise.
15598 * gdb.reverse/until-precsave.exp: Drop references to removed
15599 non-prototype function header variants in ur1.c.
15600 * gdb.reverse/until-reverse.exp: Likewise.
15601
15602 2014-11-17 Petr Machata <pmachata@redhat.com>
15603
15604 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15605 ${_cu_offset_size} bytes abbrev offset.
15606
15607 2014-11-15 Doug Evans <xdje42@gmail.com>
15608
15609 PR symtab/17559
15610 * gdb.base/line-symtabs.exp: New file.
15611 * gdb.base/line-symtabs.c: New file.
15612 * gdb.base/line-symtabs.h: New file.
15613
15614 2014-11-14 Yao Qi <yao@codesourcery.com>
15615
15616 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15617 (func): Add label func_label.
15618 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15619 Replace low_pc and high_pc with MACRO_AT_range.
15620 Replace name, low_pc and high_pc with MACRO_AT_func.
15621
15622 2014-11-14 Yao Qi <yao@codesourcery.com>
15623
15624 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15625 Replace name, low_pc and high_pc with MACRO_AT_func.
15626
15627 2014-11-14 Yao Qi <yao@codesourcery.com>
15628
15629 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15630 produce debug information.
15631 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15632
15633 2014-11-14 Yao Qi <yao@codesourcery.com>
15634
15635 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15636 object and get function length.
15637 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15638 with MACRO_AT_func.
15639 (top-level): Replace gdb_compile and clean_restart with
15640 prepare_for_testing.
15641 * gdb.dwarf2/main.c (main): Add label main_label.
15642
15643 2014-11-14 Yao Qi <yao@codesourcery.com>
15644
15645 * lib/dwarf.exp (function_range): New procedure.
15646 (Dwarf::_handle_macro_at_func): New procedure.
15647 (Dwarf::_handle_macro_at_range): New procedure.
15648 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15649
15650 2014-11-14 Yao Qi <yao@codesourcery.com>
15651
15652 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15653 (_handle_attribute): New procedure.
15654
15655 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15656
15657 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15658 * gdb.base/call-sc.c (zed): Likewise.
15659 * gdb.base/checkpoint.c (main): Likewise.
15660 * gdb.base/dump.c (main): Likewise.
15661 * gdb.base/gcore.c (main): Likewise.
15662 * gdb.base/huge.c (main): Likewise.
15663 * gdb.base/multi-forks.c (main): Likewise.
15664 * gdb.base/pr10179-a.c (main): Likewise.
15665 * gdb.base/savedregs.c (main): Likewise.
15666 * gdb.base/sigaltstack.c (main): Likewise.
15667 * gdb.base/siginfo.c (main): Likewise.
15668 * gdb.base/structs.c (zed): Likewise.
15669 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15670 * gdb.mi/mi-syn-frame.c (main): Likewise.
15671 * gdb.mi/until.c (foo, main): Likewise.
15672 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15673 * gdb.base/solib-weak.c (foo): Declare.
15674 * gdb.base/attach-twice.c: Include stdio.h.
15675 * gdb.base/weaklib1.c: Likewise.
15676 * gdb.base/weaklib2.c: Likewise.
15677 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15678 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15679 unistd.h.
15680 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15681 * gdb.mi/mi-exit-code.c: Likewise.
15682 * gdb.base/break-interp-lib.c: Include string.h.
15683 * gdb.base/coremaker.c: Likewise.
15684 * gdb.base/testenv.c: Likewise.
15685 * gdb.python/py-finish-breakpoint.c: Likewise.
15686 * gdb.base/inferior-died.c: Include sys/wait.h.
15687 * gdb.base/fileio.c: Include time.h.
15688 * gdb.base/async-shell.c: Include unistd.h.
15689 * gdb.base/dprintf-non-stop.c: Likewise.
15690 * gdb.base/info-os.c: Likewise.
15691 * gdb.mi/mi-console.c: Likewise.
15692 * gdb.mi/watch-nonstop.c: Likewise.
15693 * gdb.python/py-events.c: Likewise.
15694 * gdb.base/async.c (baz): Move up before its invocation.
15695 * gdb.base/code_elim2.c (my_global_func): Likewise.
15696 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15697 * gdb.base/advance.c (func2): Likewise.
15698
15699 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15700
15701 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15702 variant.
15703 * gdb.base/annota3.c: Likewise.
15704 * gdb.base/async.c: Likewise.
15705 * gdb.base/average.c: Likewise.
15706 * gdb.base/call-ar-st.c: Likewise.
15707 * gdb.base/call-rt-st.c: Likewise.
15708 * gdb.base/call-sc.c: Likewise.
15709 * gdb.base/call-strs.c: Likewise.
15710 * gdb.base/ending-run.c: Likewise.
15711 * gdb.base/execd-prog.c: Likewise.
15712 * gdb.base/exprs.c: Likewise.
15713 * gdb.base/foll-exec.c: Likewise.
15714 * gdb.base/foll-fork.c: Likewise.
15715 * gdb.base/foll-vfork.c: Likewise.
15716 * gdb.base/funcargs.c: Likewise.
15717 * gdb.base/gcore.c: Likewise.
15718 * gdb.base/jump.c: Likewise.
15719 * gdb.base/langs0.c: Likewise.
15720 * gdb.base/langs1.c: Likewise.
15721 * gdb.base/langs2.c: Likewise.
15722 * gdb.base/mips_pro.c: Likewise.
15723 * gdb.base/nodebug.c: Likewise.
15724 * gdb.base/opaque0.c: Likewise.
15725 * gdb.base/opaque1.c: Likewise.
15726 * gdb.base/recurse.c: Likewise.
15727 * gdb.base/run.c: Likewise.
15728 * gdb.base/scope0.c: Likewise.
15729 * gdb.base/scope1.c: Likewise.
15730 * gdb.base/setshow.c: Likewise.
15731 * gdb.base/setvar.c: Likewise.
15732 * gdb.base/shmain.c: Likewise.
15733 * gdb.base/shr1.c: Likewise.
15734 * gdb.base/shr2.c: Likewise.
15735 * gdb.base/sigall.c: Likewise.
15736 * gdb.base/signals.c: Likewise.
15737 * gdb.base/so-indr-cl.c: Likewise.
15738 * gdb.base/solib2.c: Likewise.
15739 * gdb.base/structs.c: Likewise.
15740 * gdb.base/sum.c: Likewise.
15741 * gdb.base/vforked-prog.c: Likewise.
15742 * gdb.base/watchpoint.c: Likewise.
15743 * gdb.reverse/shr2.c: Likewise.
15744 * gdb.reverse/until-reverse.c: Likewise.
15745 * gdb.reverse/ur1.c: Likewise.
15746 * gdb.reverse/watch-reverse.c: Likewise.
15747
15748 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15749
15750 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15751 variant.
15752 * gdb.base/sepdebug.exp: Drop references to removed code.
15753
15754 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15755
15756 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15757 variant. Preserve original line numbering.
15758 * gdb.base/list1.c: Likewise.
15759
15760 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15761
15762 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15763 variant.
15764 * gdb.base/break1.c: Likewise.
15765 * gdb.base/break.exp: Drop references to removed code.
15766
15767 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15768
15769 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15770 variant.
15771
15772 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15773
15774 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15775
15776 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15777
15778 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15779 logic into perform_all_tests() and invoke it with and without
15780 function header prototypes.
15781 (do_function_calls): Remove conditional XFAIL for PR 5318.
15782 (rerun_and_prepare): Remove duplicate code.
15783 (perform_all_tests): New. Main logic moved here.
15784
15785 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15786
15787 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15788 code guarded by #ifdef NO_PROTOTYPES.
15789 (t_double_many_args): Likewise.
15790 (DEF_FUNC_MANY_ARGS_1): Likewise.
15791 (DEF_FUNC_VALUES_1): Likewise.
15792 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15793 guarded by #ifdef PROTOTYPES.
15794
15795 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15796
15797 * gdb.mi/mi-console.c: Add eye-catcher.
15798 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15799 instead of literal line number.
15800
15801 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15802
15803 * gdb.base/shr2.c: Add eye-catcher.
15804 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15805 line number.
15806
15807 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15808
15809 * gdb.base/jump.c: Add eye-catchers.
15810 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15811 numbers.
15812
15813 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15814
15815 * gdb.base/execd-prog.c: Add eye-catchers.
15816 * gdb.base/foll-exec.c: Likewise.
15817 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15818 line numbers.
15819
15820 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15821
15822 * gdb.base/ending-run.c: Add eye-catchers.
15823 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15824 literal line numbers.
15825
15826 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15827
15828 * gdb.base/call-rt-st.c: Add eye-catchers.
15829 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15830 literal line numbers.
15831
15832 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15833
15834 * gdb.base/call-ar-st.c: Add eye-catchers.
15835 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15836 literal line numbers.
15837
15838 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15839
15840 * gdb.base/average.c: Add eye-catchers.
15841 * gdb.base/sum.c: Likewise.
15842 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15843 regexps dynamically.
15844
15845 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15846
15847 * gdb.base/solib1.c: Add eye-catchers.
15848 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15849 literal line numbers.
15850
15851 2014-11-12 Pedro Alves <palves@redhat.com>
15852
15853 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15854 leader has exited.
15855
15856 2014-11-12 Pedro Alves <palves@redhat.com>
15857
15858 * gdb.arch/i386-bp_permanent.c: New file.
15859 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15860 (srcfile): Set to i386-bp_permanent.c.
15861 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15862 that stepi does not execute the 'leave' instruction, instead of
15863 testing it does execute.
15864 * gdb.base/bp-permanent.c: New file.
15865 * gdb.base/bp-permanent.exp: New file.
15866
15867 2014-11-10 Doug Evans <xdje42@gmail.com>
15868
15869 PR symtab/17564
15870 * gdb.base/symtab-search-order.exp: New file.
15871 * gdb.base/symtab-search-order.c: New file.
15872 * gdb.base/symtab-search-order-1.c: New file.
15873 * gdb.base/symtab-search-order-shlib-1.c: New file.
15874
15875 2014-11-07 Pedro Alves <palves@redhat.com>
15876
15877 PR gdb/17511
15878 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15879 i?86-*-linux*.
15880
15881 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15882
15883 PR c++/17494
15884 * gdb.cp/pr17494.cc: New file.
15885 * gdb.cp/pr17494.exp: New file.
15886
15887 2014-11-02 Yao Qi <yao@codesourcery.com>
15888
15889 * gdb.python/python.exp: Get working directory and match the
15890 output of "set extended-prompt \\w " with it.
15891
15892 2014-10-30 Doug Evans <dje@google.com>
15893
15894 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15895 in objfiles.
15896 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15897 in progspaces.
15898
15899 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15900
15901 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15902 * gdb.base/realname-expand.exp: Likewise.
15903 * gdb.linespec/macro-relative.exp: Likewise.
15904
15905 2014-10-29 Pedro Alves <palves@redhat.com>
15906
15907 PR gdb/17408
15908 * gdb.threads/schedlock.c (some_function): New function.
15909 (call_function): New global.
15910 (MAYBE_CALL_SOME_FUNCTION): New macro.
15911 (thread_function): Call it.
15912 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15913 and use it instead of a global counter. Adjust all callers.
15914 (get_current_thread): Use "find current thread" for test message
15915 here rather than having all callers pass down the same string.
15916 (goto_loop): New procedure, factored out from ...
15917 (my_continue): ... this.
15918 (step_ten_loops): Change parameter from test message to command to
15919 use. Adjust.
15920 (list_count): Delete global.
15921 (check_result): New procedure, factored out from duplicate top
15922 level code.
15923 (continue tests): Wrap in with_test_prefix.
15924 (test_step): New procedure, factored out from duplicate top level
15925 code.
15926 (top level): Test "step" in combination with all scheduler-locking
15927 modes. Test "next" in combination with all scheduler-locking
15928 modes, and in combination with stepping over a function call or
15929 not.
15930 * gdb.threads/next-bp-other-thread.c: New file.
15931 * gdb.threads/next-bp-other-thread.exp: New file.
15932
15933 2014-10-29 Pedro Alves <palves@redhat.com>
15934
15935 PR python/17372
15936 * gdb.python/python.exp: Test a multi-line command that spawns
15937 interactive Python.
15938 * gdb.base/multi-line-starts-subshell.exp: New file.
15939
15940 2014-10-29 Yao Qi <yao@codesourcery.com>
15941
15942 * gdb.base/fileio.exp: Make directories on host.
15943
15944 2014-10-29 Yao Qi <yao@codesourcery.com>
15945
15946 * gdb.base/fileio.c (test_write): Close the file.
15947
15948 2014-10-28 Pedro Alves <palves@redhat.com>
15949
15950 PR gdb/12623
15951 * gdb.base/sigstep.c (no_handler): New global.
15952 (main): If 'no_handler is true, set the signal handlers to
15953 SIG_IGN.
15954 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15955 with_sw_watch and no_handler parameters. Handle them.
15956 (top level) <stepping over handler when stopped at a breakpoint
15957 test>: Add a test axis for testing with a software watchpoint, and
15958 another for testing with the signal handler set to SIG_IGN.
15959 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15960 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15961
15962 2014-10-28 Pedro Alves <palves@redhat.com>
15963
15964 PR gdb/17511
15965 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15966 * gdb.base/sigstep.exp (other_handler_location): New global.
15967 (advance): Support stepping into the signal handler, and running
15968 commands while in the handler.
15969 (in_handler_map): New global.
15970 (top level): In the advance test, add combinations for getting
15971 into the handler with stepping commands, and for running commands
15972 in the handler. Add comment descripting the advancei tests.
15973
15974 2014-10-28 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.base/sigstep.exp: Use build_executable instead of
15977 prepare_for_testing.
15978 (top level): Move code that starts GDB, runs to main and creates a
15979 display to ...
15980 (restart): ... this new procedure.
15981 (top level): Move backtrace from signal handler test to ...
15982 (validate_backtrace): ... this new procedure.
15983 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15984 with_test_prefix. Always restart GDB.
15985 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15986 with_test_prefix. Always restart GDB. No need to delete
15987 breakpoints after the test.
15988 (test_skip_handler): Remove prefix parameter.
15989 (skip_over_handler, breakpoint_to_handler)
15990 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15991 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15992 restart GDB. No need to delete breakpoints after the test.
15993 (top level): Use foreach to call the test procedures with
15994 different commands.
15995
15996 2014-10-28 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15999 instead of GNATS numbers.
16000 * gdb.base/sigbpt.exp: Likewise.
16001 * gdb.base/siginfo.exp: Likewise.
16002 * gdb.base/sigstep.exp: Likewise.
16003
16004 2014-10-27 Pedro Alves <palves@redhat.com>
16005
16006 * gdb.base/sigstep.c (dummy): New global.
16007 (main): Issue a couple writes to the new global.
16008 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16009 procedures.
16010 (skip_over_handler): Use test_skip_handler.
16011 (top level): Call skip_over_handler for stepi and nexti too.
16012 (breakpoint_over_handler): Use test_skip_handler.
16013 (top level): Call breakpoint_over_handler for stepi and nexti too.
16014
16015 2014-10-27 Yao Qi <yao@codesourcery.com>
16016
16017 * gdb.trace/tfile.c (adjust_function_address)
16018 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16019 function descriptor.
16020
16021 2014-10-24 Don Breazeal <donb@codesourcery.com>
16022
16023 * gdb.base/foll-fork.exp (test_follow_fork,
16024 catch_fork_child_follow): Check for updated fork messages emitted
16025 from infrun.c.
16026 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16027 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16028 vfork_and_exec_child_follow_through_step): Check for updated vfork
16029 messages emitted from infrun.c.
16030
16031 2014-10-24 Pedro Alves <palves@redhat.com>
16032
16033 * gdb.base/corefile.exp: Remove references to ultrix.
16034 * gdb.base/interrupt.exp: Likewise.
16035 * gdb.base/whatis.exp: Likewise.
16036 * gdb.gdb/selftest.exp: Likewise.
16037 * gdb.threads/manythreads.exp: Likewise.
16038 * gdb.threads/print-threads.exp: Likewise.
16039 * gdb.threads/pthreads.exp:: Likewise.
16040 * gdb.threads/schedlock.exp: Likewise.
16041
16042 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16043
16044 * gdb.cp/non-trivial-retval.cc: Add a test case.
16045 * gdb.cp/non-trivial-retval.exp: Add a test.
16046
16047 2014-10-20 Yao Qi <yao@codesourcery.com>
16048
16049 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16050 * gdb.python/py-objfile-script-gdb.py: New file.
16051 * gdb.python/py-objfile-script.exp: Update reference to
16052 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16053 of remote_download. Remove the dest file.
16054
16055 2014-10-20 Yao Qi <yao@codesourcery.com>
16056
16057 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16058 * gdb.base/step-line.exp: Likewise.
16059 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16060 * gdb.dwarf2/dw2-basic.exp: Likewise.
16061 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16062 * gdb.dwarf2/dw2-filename.exp: Likewise.
16063 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16064 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16065 * gdb.dwarf2/dw2-producer.exp: Likewise.
16066 * gdb.dwarf2/mac-fileno.exp: Likewise.
16067 * gdb.python/py-frame-args.exp: Likewise.
16068 * gdb.python/py-framefilter.exp: Likewise.
16069 * gdb.python/py-mi.exp: Likewise.
16070 * gdb.python/py-objfile-script.exp: Likewise
16071 * gdb.python/py-pp-integral.exp: Likewise.
16072 * gdb.python/py-pp-re-notag.exp: Likewise.
16073 * gdb.python/py-prettyprint.exp: Likewise.
16074 * gdb.python/py-section-script.exp: Likewise.
16075 * gdb.python/py-typeprint.exp: Likewise.
16076 * gdb.python/py-xmethods.exp: Likewise.
16077 * gdb.stabs/weird.exp: Likewise.
16078 * gdb.xml/tdesc-regs.exp: Likewise.
16079
16080 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16081
16082 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16083 (out_cu): Use addr_len for the size of addresses.
16084 (out_line): Likewise. Size DW_LNE_set_address instruction
16085 according to addr_len.
16086 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16087 (FUNC): Add START_INSNS to definition.
16088
16089 2014-10-18 Yao Qi <yao@codesourcery.com>
16090
16091 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16092 gdb_has_argv0 return true.
16093 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16094 check [target_info exists noargs], check [gdb_has_argv0]
16095 instead.
16096 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16097 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16098 procedures.
16099
16100 2014-10-17 Doug Evans <dje@google.com>
16101
16102 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16103 event.
16104 * gdb.python/py-events.py: Add clear_objfiles event.
16105
16106 2014-10-17 Doug Evans <dje@google.com>
16107
16108 * gdb.python/py-objfile.exp: Test progspace attribute.
16109
16110 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16111
16112 * gdb.guile/scm-breakpoint.exp: Do not assume any
16113 directory separators when matching source file paths.
16114 * gdb.python/py-breakpoint.exp: Likewise.
16115 * gdb.reverse/break-precsave.exp: Likewise.
16116 * gdb.reverse/break-reverse.exp: Likewise.
16117 * gdb.reverse/consecutive-precsave.exp: Likewise.
16118 * gdb.reverse/finish-precsave.exp: Likewise.
16119 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16120 * gdb.reverse/finish-reverse.exp: Likewise.
16121 * gdb.reverse/i386-precsave.exp: Likewise.
16122 * gdb.reverse/i387-env-reverse.exp: Likewise.
16123 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16124 * gdb.reverse/machinestate-precsave.exp: Likewise.
16125 * gdb.reverse/machinestate.exp: Likewise.
16126 * gdb.reverse/sigall-precsave.exp: Likewise.
16127 * gdb.reverse/solib-precsave.exp: Likewise.
16128 * gdb.reverse/step-precsave.exp: Likewise.
16129 * gdb.reverse/until-precsave.exp: Likewise.
16130 * gdb.reverse/watch-precsave.exp: Likewise.
16131 * gdb.reverse/watch-reverse.exp: Likewise.
16132
16133 2014-10-17 Yao Qi <yao@codesourcery.com>
16134
16135 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16136 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16137
16138 2014-10-17 Pedro Alves <palves@redhat.com>
16139
16140 PR gdb/17471
16141 * gdb.base/bg-execution-repeat.c: New file.
16142 * gdb.base/bg-execution-repeat.exp: New file.
16143
16144 2014-10-17 Pedro Alves <palves@redhat.com>
16145
16146 PR gdb/17300
16147 * gdb.base/continue-all-already-running.c: New file.
16148 * gdb.base/continue-all-already-running.exp: New file.
16149
16150 2014-10-17 Pedro Alves <palves@redhat.com>
16151
16152 PR gdb/17472
16153 * gdb.base/annota-input-while-running.c: New file.
16154 * gdb.base/annota-input-while-running.exp: New file.
16155
16156 2014-10-17 Pedro Alves <palves@redhat.com>
16157
16158 * gdb.base/callfuncs.exp: emove references to osf.
16159 * gdb.base/sigall.exp: Likewise.
16160 * gdb.gdb/selftest.exp: Likewise.
16161 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16162 * gdb.mi/non-stop.c: Likewise.
16163 * gdb.mi/pthreads.c: Likewise.
16164 * gdb.reverse/sigall-precsave.exp: Likewise.
16165 * gdb.reverse/sigall-reverse.exp: Likewise.
16166 * gdb.threads/pthreads.c: Likewise.
16167 * gdb.threads/pthreads.exp: Likewise.
16168
16169 2014-10-17 Yao Qi <yao@codesourcery.com>
16170
16171 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16172 check 'target_info exists noargs'.
16173 (test_command_prompt_position): Likewise.
16174 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16175 Remove "set args".
16176 (progvar_simple_while_test): Likewise.
16177 (progvar_complex_if_while_test): Likewise.
16178 (if_while_breakpoint_command_test): Likewise.
16179 (infrun_breakpoint_command_test): Likewise.
16180 (breakpoint_command_test): Likewise.
16181 (watchpoint_command_test): Likewise.
16182 (bp_deleted_in_command_test): Likewise.
16183 (temporary_breakpoint_commands): Likewise.
16184
16185 2014-10-16 Yao Qi <yao@codesourcery.com>
16186
16187 * gdb.base/remotetimeout.exp: Remove noargs checking.
16188
16189 2014-10-15 Pedro Alves <palves@redhat.com>
16190
16191 PR breakpoints/9649
16192 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16193 * gdb.base/breakpoint-in-ro-region.exp
16194 (probe_target_hardware_step): New procedure.
16195 (top level): Probe hardware stepping and hardware breakpoint
16196 support. Test stepping through a read-only region, with both
16197 "breakpoint auto-hw" on and off and both "always-inserted" on and
16198 off.
16199
16200 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16201
16202 * gdb.dlang/demangle.exp: Update for demangling changes.
16203
16204 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16205
16206 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16207 * gdb.cp/non-trivial-retval.exp: Add new tests.
16208
16209 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16210
16211 PR c++/13403
16212 PR c++/15154
16213 * gdb.cp/non-trivial-retval.cc: New file.
16214 * gdb.cp/non-trivial-retval.exp: New file.
16215
16216 2014-10-15 Yao Qi <yao@codesourcery.com>
16217
16218 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16219 remote host.
16220
16221 2014-10-15 Yao Qi <yao@codesourcery.com>
16222
16223 * gdb.python/py-symbol.exp: Match file base name if host is
16224 remote, otherwise match file name with dir name.
16225 * gdb.python/py-symtab.exp: Likewise.
16226 * gdb.python/python.exp: Likewise.
16227
16228 2014-10-15 Yao Qi <yao@codesourcery.com>
16229
16230 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16231 pattern.
16232 * gdb.python/py-symtab.exp: Likewise.
16233 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16234 locationn.
16235
16236 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16237
16238 * gdb.ada/addr_arith: New testcase.
16239
16240 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16241
16242 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16243 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16244 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16245 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16246
16247 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16248
16249 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16250 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16251 * gdb.arch/stap-eval-lang-ada.exp: New file.
16252
16253 2014-10-14 Yao Qi <yao@codesourcery.com>
16254
16255 * gdb.mi/mi-var-child.c (nothing1): New function.
16256 (nothing2): New function.
16257 (do_children_tests): Set function pointers by nothing1 and
16258 nothing2.
16259 * gdb.mi/mi-var-child.exp: Step over new added statements.
16260 Update test to match the new output.
16261 * gdb.mi/var-cmd.c (nothing1): New function.
16262 (nothing2): New function.
16263 (do_children_tests): Set function pointers by nothing1 and
16264 nothing2.
16265 * gdb.mi/mi-var-display.exp: Update test to match output.
16266 Step to the line specified by $line_dct_nothing.
16267 Increase the number of lines to step.
16268
16269 2014-10-14 Yao Qi <yao@codesourcery.com>
16270
16271 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16272 tests.
16273 * gdb.mi/mi2-var-child.exp: Likewise.
16274
16275 2014-10-13 Doug Evans <dje@google.com>
16276
16277 * gdb.python/py-objfile.exp: Change name of file name test.
16278
16279 2014-10-13 Doug Evans <dje@google.com>
16280
16281 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16282 from the start of the CU.
16283
16284 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16285 Yao Qi <yao@codesourcery.com>
16286
16287 Fix "save breakpoints" for "catch" command.
16288 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16289 Remove -nonewline. Match also the added "main" line.
16290
16291 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16292
16293 Fix "save breakpoints" for "disable $bpnum" command.
16294 * gdb.base/save-bp.c (main): Add label.
16295 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16296
16297 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16298
16299 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16300
16301 2014-10-11 Yao Qi <yao@codesourcery.com>
16302
16303 * gdb.server/server-kill.exp: Execute command
16304 "set remote trace-status-packet on" before "tstatus".
16305
16306 2014-10-11 Yao Qi <yao@codesourcery.com>
16307
16308 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16309 (main): Call getppid.
16310 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16311 and continue to it. Read variable "server_pid".
16312
16313 2014-10-11 Yao Qi <yao@codesourcery.com>
16314
16315 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16316
16317 2014-10-11 Yao Qi <yao@codesourcery.com>
16318
16319 * gdb.threads/thread-find.exp: Don't execute command
16320 "info threads".
16321 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16322 * gdb.threads/linux-dp.exp: Don't check the condition
16323 $threads_created equals to zero.
16324
16325 2014-10-10 Pedro Alves <palves@redhat.com>
16326
16327 * gdb.base/bigcore.exp: Remove references to IRIX.
16328 * gdb.base/funcargs.exp: Likewise.
16329 * gdb.base/interrupt.exp: Likewise.
16330 * gdb.base/mips_pro.exp: Likewise.
16331 * gdb.base/nodebug.exp: Likewise.
16332 * gdb.base/setvar.exp: Likewise.
16333 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16334
16335 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16336 Pedro Alves <palves@redhat.com>
16337
16338 PR symtab/14466
16339 * gdb.base/vdso-warning.c: New file.
16340 * gdb.base/vdso-warning.exp: New file.
16341
16342 2014-10-02 Doug Evans <dje@google.com>
16343
16344 * gdb.base/structs.c (main): Don't run forever.
16345
16346 2014-10-02 Pedro Alves <palves@redhat.com>
16347
16348 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16349 (top level) <stop threads 1, stop threads 2>: Use it.
16350
16351 2014-10-02 Pedro Alves <palves@redhat.com>
16352
16353 * gdb.threads/break-while-running.exp (test): Add new
16354 'update_thread_list' argument. Skip "info threads" if false.
16355 (top level): Add new 'update_thread_list' axis.
16356
16357 2014-10-02 Pedro Alves <palves@redhat.com>
16358
16359 PR breakpoints/17431
16360 * gdb.base/execl-update-breakpoints.c: New file.
16361 * gdb.base/execl-update-breakpoints.exp: New file.
16362
16363 2014-10-01 Pedro Alves <palves@redhat.com>
16364
16365 * gdb.base/breakpoint-in-ro-region.c: New file.
16366 * gdb.base/breakpoint-in-ro-region.exp: New file.
16367
16368 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16369
16370 * gdb.mi/mi-exit-code.exp: New file.
16371 * gdb.mi/mi-exit-code.c: New file.
16372
16373 2014-09-30 Yao Qi <yao@codesourcery.com>
16374
16375 * lib/prelink-support.exp (build_executable_own_libs): Error if
16376 the target isn't native.
16377
16378 2014-09-30 Yao Qi <yao@codesourcery.com>
16379
16380 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16381 false.
16382
16383 2014-09-22 Pedro Alves <palves@redhat.com>
16384
16385 * gdb.threads/break-while-running.exp: New file.
16386 * gdb.threads/break-while-running.c: New file.
16387
16388 2014-09-19 Yao Qi <yao@codesourcery.com>
16389
16390 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16391 Invoke test. Restart GDB with --readnow and invoke test again.
16392
16393 2014-09-19 Yao Qi <yao@codesourcery.com>
16394
16395 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16396 proc set_breakpoint_on_gcd_function. Invoke
16397 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16398 invoke set_breakpoint_on_gcd_function again.
16399
16400 2014-09-18 Doug Evans <dje@google.com>
16401
16402 * gdb.dwarf2/symtab-producer.exp: New file.
16403
16404 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16405
16406 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16407 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16408 * gdb.base/global-var-nested-by-dso.c: Likewise.
16409 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16410
16411 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16412 Pedro Alves <palves@redhat.com>
16413
16414 * gdb.base/watch-bitfields.exp: Pass string other than test file
16415 name to prepare_for_testing.
16416 (watch): New procedure.
16417 (expect_watchpoint): Use with_test_prefix.
16418 (top level): Factor out tests to ...
16419 (test_watch_location, test_regular_watch): ... these new
16420 procedures, and use with_test_prefix and gdb_continue_to_end.
16421
16422 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16423
16424 PR breakpoints/12526
16425 * gdb.base/watch-bitfields.exp: New file.
16426 * gdb.base/watch-bitfields.c: New file.
16427
16428 2014-09-16 Pedro Alves <palves@redhat.com>
16429
16430 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16431 software and hardware addresses, not software address against
16432 itself.
16433
16434 2014-09-16 Pedro Alves <palves@redhat.com>
16435
16436 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16437 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16438
16439 2014-09-16 Pedro Alves <palves@redhat.com>
16440
16441 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16442 files.
16443 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16444 "*-*-vxworks*" throughout.
16445 * gdb.base/break.exp: Likewise.
16446 * gdb.base/default.exp: Likewise.
16447 * gdb.base/scope.exp: Likewise.
16448 * gdb.base/sepdebug.exp: Likewise.
16449 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16450 throughout.
16451 * gdb.base/run.c: Likewise.
16452 * gdb.base/sepdebug.c: Likewise.
16453 * gdb.hp/gdb.aCC/run.c: Likewise.
16454 * gdb.reverse/until-reverse.c: Likewise.
16455 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16456
16457 2014-09-16 Yao Qi <yao@codesourcery.com>
16458
16459 * boards/local-remote-host-native.exp: New file.
16460
16461 2014-09-14 Doug Evans <xdje42@gmail.com>
16462
16463 * gdb.threads/queue-signal.c (thread_count): New variable.
16464 (thread_count_mutex, thread_count_condvar): New variables.
16465 (incr_thread_count, wait_all_threads_running): New functions.
16466 (main): Wait for all threads to be in their thread functions.
16467
16468 2014-09-13 Doug Evans <xdje42@gmail.com>
16469
16470 * gdb.threads/queue-signal.c: New file.
16471 * gdb.threads/queue-signal.exp: New file.
16472
16473 2014-09-13 Doug Evans <xdje42@gmail.com>
16474
16475 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16476 be consistent with what default_gdb_init uses.
16477 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16478 the plain text of the prompt. Add some logging printfs.
16479 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16480
16481 2014-09-12 Pedro Alves <palves@redhat.com>
16482
16483 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16484 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16485 * gdb.arch/i386-size-overlap.exp: Likewise.
16486 * gdb.arch/i386-size.exp: Likewise.
16487 * gdb.arch/i386-unwind.exp: Likewise.
16488 * gdb.base/a2-run.exp: Likewise.
16489 * gdb.base/break.exp: Likewise.
16490 * gdb.base/charset.exp: Likewise.
16491 * gdb.base/chng-syms.exp: Likewise.
16492 * gdb.base/commands.exp: Likewise.
16493 * gdb.base/dbx.exp: Likewise.
16494 * gdb.base/find.exp: Likewise.
16495 * gdb.base/funcargs.exp: Likewise.
16496 * gdb.base/jit-simple.exp: Likewise.
16497 * gdb.base/reread.exp: Likewise.
16498 * gdb.base/sepdebug.exp: Likewise.
16499 * gdb.base/step-bt.exp: Likewise.
16500 * gdb.cp/mb-inline.exp: Likewise.
16501 * gdb.cp/mb-templates.exp: Likewise.
16502 * gdb.objc/basicclass.exp: Likewise.
16503 * gdb.threads/killed.exp: Likewise.
16504
16505 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16506
16507 PR tdep/17379
16508 * gdb.arch/powerpc-stackless.S: New file.
16509 * gdb.arch/powerpc-stackless.exp: New file.
16510
16511 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16512
16513 * gdb.base/attach.c: Include unistd.h.
16514 (main): Call alarm. Add label postloop.
16515 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16516 gdb_breakpoint, gdb_continue_to_breakpoint.
16517 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16518
16519 2014-09-11 Pedro Alves <palves@redhat.com>
16520
16521 PR gdb/17347
16522 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16523 * gdb.base/attach.exp (test_command_line_attach_run): New
16524 procedure.
16525 (top level): Call it.
16526
16527 2014-09-11 Pedro Alves <palves@redhat.com>
16528
16529 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16530 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16531 (do_command_attach_tests): Use spawn_wait_for_attach.
16532 * gdb.base/solib-overlap.exp: Likewise.
16533 * gdb.multi/multi-attach.exp: Likewise.
16534 * gdb.python/py-prompt.exp: Likewise.
16535 * gdb.python/py-sync-interp.exp: Likewise.
16536 * gdb.server/ext-attach.exp: Likewise.
16537
16538 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16539
16540 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16541 command in testcase. Simplify testcase.
16542
16543 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16544
16545 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16546
16547 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16548
16549 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16550
16551 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16552
16553 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16554
16555 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16556
16557 * gdb.dwarf2/dynarr-ptr.c: New file.
16558 * gdb.dwarf2/dynarr-ptr.exp: New file.
16559
16560 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16561
16562 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16563 of 30 rather than hardcoding 120 for a slow test case. Take the
16564 `gdb,timeout' target setting into account for this calculation.
16565 Don't extend the timeout for the test cases that don't need it.
16566
16567 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16568
16569 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16570 a factor of 2 for a slow test case. Take the `gdb,timeout'
16571 target setting into account for this calculation.
16572 * gdb.reverse/until-precsave.exp: Increase the timeout by
16573 a factor of 15 and 3 respectively rather than adding 120
16574 for a pair of slow test cases. Take the `gdb,timeout'
16575 target setting into account for this calculation.
16576
16577 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16578
16579 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16580 timeout, don't pass one down to gdb_expect.
16581 (gdb_expect): Rework timeout selection.
16582
16583 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16584
16585 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16586 exception on timeout.
16587 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16588 (gdbserver_start_extended): Catch any `gdbserver_start' error
16589 exceptions.
16590 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16591 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16592 `gdbserver_gdb_load' error exceptions.
16593
16594 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16595
16596 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16597 120 on waiting for the TCP socket to open.
16598
16599 2014-09-09 Doug Evans <xdje42@gmail.com>
16600
16601 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16602 _caller_matches, _any_caller_is, _any_caller_matches.
16603
16604 2014-09-09 Doug Evans <xdje42@gmail.com>
16605
16606 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16607
16608 2014-09-09 Yao Qi <yao@codesourcery.com>
16609
16610 * gdb.mi/mi-var-display.exp: Set print symbol off.
16611
16612 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16613
16614 PR gdb/17035
16615 * gdb.base/commands.exp: Add tests to verify user-defined
16616 commands with empty bodies.
16617 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16618 python commands in `show user command`.
16619 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16620 scheme commands in `show user command`.
16621
16622 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16623
16624 PR python/17355
16625 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16626 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16627 * gdb.python/py-framefilter-invalidarg.exp: New file.
16628 * gdb.python/py-framefilter-invalidarg.py: New file.
16629
16630 2014-09-06 Doug Evans <xdje42@gmail.com>
16631
16632 PR 15276
16633 * gdb.python/py-caller-is.c: New file.
16634 * gdb.python/py-caller-is.exp: New file.
16635
16636 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16637
16638 PR gdb/17235
16639 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16640 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16641
16642 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16643
16644 PR fortran/17237
16645 * gdb.fortran/print-formatted.exp: New file.
16646 * gdb.fortran/print-formatted.f90: Likewise.
16647
16648 2014-09-03 Sasha Smundak <asmundak@google.com>
16649
16650 * gdb.python/py-frame.exp: Test Frame.read_register.
16651
16652 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16653
16654 PR python/16699
16655 * gdb.python/py-completion.exp: New file.
16656 * gdb.python/py-completion.py: Likewise.
16657
16658 2014-08-28 Doug Evans <dje@google.com>
16659
16660 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16661 eax,etc. are live with values set by gdb and thus the compiler can't
16662 use them.
16663 * gdb.arch/i386-pseudo.c (main): Ditto.
16664
16665 2014-08-27 Doug Evans <dje@google.com>
16666
16667 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16668
16669 2014-08-25 Doug Evans <dje@google.com>
16670
16671 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16672 (main): Ditto.
16673
16674 2014-08-25 Doug Evans <dje@google.com>
16675
16676 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16677
16678 2014-08-24 Yao Qi <yao@codesourcery.com>
16679
16680 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16681 symbol off.
16682 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16683
16684 2014-08-22 Doug Evans <dje@google.com>
16685
16686 PR 17276
16687 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16688 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16689 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16690
16691 2014-08-22 Yao Qi <yao@codesourcery.com>
16692
16693 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16694 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16695 * gdb.python/python.exp: Likewise. Use .py file on the host
16696 instead of the build.
16697
16698 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16699
16700 * gdb.threads/gcore-stale-thread.c: New file.
16701 * gdb.threads/gcore-stale-thread.exp: New file.
16702
16703 2014-08-21 Pedro Alves <palves@redhat.com>
16704
16705 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16706 * gdb.base/gcore-relro-pie.exp: Likewise.
16707 * gdb.base/gcore-relro.exp: Likewise.
16708 * gdb.base/gcore.exp: Likewise.
16709 * gdb.base/print-symbol-loading.exp: Likewise.
16710 * gdb.threads/gcore-thread.exp: Likewise.
16711 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16712
16713 2014-08-20 Pedro Alves <palves@redhat.com>
16714 Jan Kratochvil <jan.kratochvil@redhat.com>
16715
16716 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16717 configure.
16718 (EXPECT): Handle READ1 being set.
16719 (all): Depend on EXTRA_RULES.
16720 (check-read1, expect-read1, read1.so, read1): New rules.
16721 * README (Testsuite Parameters): Document the READ1 make variable.
16722 (Race detection): New section.
16723 * configure: Regenerate.
16724 * configure.ac: If build==host==target, and running under a
16725 GNU/glibc system, add read1 to the extra Makefile rules.
16726 (EXTRA_RULES): AC_SUBST it.
16727 * lib/read1.c: New file.
16728
16729 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16730
16731 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16732 the handling of variables declared as a typedef to an array
16733 which a DW_AT_data_location attribute.
16734
16735 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16736 Pedro Alves <palves@redhat.com>
16737
16738 PR symtab/14604
16739 PR symtab/14605
16740 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16741 gdb_test.
16742
16743 2014-08-19 Pedro Alves <palves@redhat.com>
16744
16745 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16746
16747 2014-08-19 Yao Qi <yao@codesourcery.com>
16748
16749 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16750 right line.
16751
16752 2014-08-18 David Blaikie <dblaikie@gmail.com>
16753
16754 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16755
16756 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16757
16758 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16759 attribute in array range.
16760
16761 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16762
16763 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16764
16765 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16766
16767 PR c++/17132
16768 * gdb.cp/pr17132.cc: New file.
16769 * gdb.cp/pr17132.exp: New file.
16770
16771 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16772
16773 * gdb.python/py-xmethods.py (A_getarrayind)
16774 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16775 Use 'print' with function call syntax.
16776 (E_method_matcher.match): Fix tab vs space indentation mixup.
16777
16778 2014-08-15 Yao Qi <yao@codesourcery.com>
16779
16780 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16781 false.
16782
16783 2014-08-15 Yao Qi <yao@codesourcery.com>
16784
16785 * gdb.cp/casts.exp: Set print symbol off.
16786 * gdb.cp/class2.exp: Likewise.
16787 * gdb.cp/overload.exp: Likewise.
16788 * gdb.cp/templates.exp: Likewise.
16789
16790 2014-08-11 Doug Evans <dje@google.com>
16791
16792 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16793 (test_load_shlib): Update.
16794
16795 2014-08-09 Yao Qi <yao@codesourcery.com>
16796
16797 * gdb.base/display.exp: Invoke is_address_zero_readable.
16798 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16799 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16800 * gdb.base/hbreak-unmapped.exp: Return if
16801 is_address_zero_readable returns true.
16802 * gdb.base/signest.exp: Likewise.
16803 * gdb.base/signull.exp: Likewise.
16804 * gdb.base/sigbpt.exp: Likewise.
16805 * gdb.guile/scm-disasm.exp: Do the test if
16806 is_address_zero_readable returns false.
16807 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16808 * gdb.python/py-arch.exp: Likewise.
16809 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16810 * lib/gdb.exp (is_address_zero_readable): New proc.
16811
16812 2014-08-09 Yao Qi <yao@codesourcery.com>
16813
16814 PR testsuite/13443
16815 * gdb.mi/mi-var-display.exp: Make test messages unique.
16816
16817 2014-08-04 Tom Tromey <tromey@redhat.com>
16818
16819 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16820 target 0".
16821
16822 2014-08-04 Tom Tromey <tromey@redhat.com>
16823
16824 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16825 "target_resume".
16826
16827 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16828
16829 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16830 inner_vla_struct_object_size.
16831 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16832 as xfail.
16833
16834 2014-07-30 Pedro Alves <palves@redhat.com>
16835
16836 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16837 comment.
16838
16839 2014-07-29 Yao Qi <yao@codesourcery.com>
16840
16841 PR gdb/17206
16842 * gdb.base/until-nodebug.exp: New.
16843
16844 2014-07-28 Doug Evans <xdje42@gmail.com>
16845
16846 PR guile/17203
16847 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16848 previously existing parameter, and previously ambiguously spelled
16849 parameter.
16850
16851 2014-07-28 Will Newton <will.newton@linaro.org>
16852
16853 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16854
16855 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16856 Doug Evans <xdje42@gmail.com>
16857
16858 PR guile/17146
16859 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16860
16861 2014-07-25 Pedro Alves <palves@redhat.com>
16862
16863 * gdb.threads/signal-command-handle-nopass.c: New file.
16864 * gdb.threads/signal-command-handle-nopass.exp: New file.
16865 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16866 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16867 * gdb.threads/signal-delivered-right-thread.c: New file.
16868 * gdb.threads/signal-delivered-right-thread.exp: New file.
16869
16870 2014-07-25 Pedro Alves <palves@redhat.com>
16871
16872 * gdb.base/double-prompt-target-event-error.exp
16873 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16874 match.
16875 (cancel_pagination_in_target_event): Rework double prompt
16876 detection.
16877 * gdb.base/paginate-after-ctrl-c-running.exp
16878 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16879 <return>' match.
16880 * gdb.base/paginate-bg-execution.exp
16881 (test_bg_execution_pagination_return)
16882 (test_bg_execution_pagination_cancel): Remove '-notransfer
16883 <return>' matches.
16884 * gdb.base/paginate-execution-startup.exp
16885 (test_fg_execution_pagination_return)
16886 (test_fg_execution_pagination_cancel): Remove '-notransfer
16887 <return>' matches.
16888 * gdb.base/paginate-inferior-exit.exp
16889 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16890 match.
16891 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16892 * lib/gdb.exp (pagination_prompt): Run text through
16893 string_to_regexp.
16894 (gdb_test_multiple): Match $pagination_prompt instead of
16895 "<return>".
16896 (string_to_regexp): Move to lib/gdb-utils.exp.
16897
16898 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16899
16900 * gdb.arch/amd64-entry-value-paramref.S: New file.
16901 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16902 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16903 * gdb.arch/amd64-optimout-repeat.S: New file.
16904 * gdb.arch/amd64-optimout-repeat.c: New file.
16905 * gdb.arch/amd64-optimout-repeat.exp: New file.
16906
16907 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16908
16909 PR gdb/17170
16910 * gdb.base/statistics.exp: New file.
16911
16912 2014-07-17 Doug Evans <dje@google.com>
16913
16914 PR gdb/17170
16915 * gdb.base/maint.exp: Update testing of per-command stats.
16916
16917 2014-07-16 Pedro Alves <palves@redhat.com>
16918
16919 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16920 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16921 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16922 (tfile_write_buf): New functions.
16923 (add_memory_block): Rewrite using the above.
16924 (adjust_function_address): New function.
16925 (FUNCTION_ADDRESS): New macro.
16926 (write_basic_trace_file): Remove short_x local, and use
16927 tfile_write_16. Change type of func_addr local to unsigned long
16928 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16929 here. Cast argument of add_memory_block to char pointer.
16930 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16931 (main): Remove parameters.
16932 * gdb.trace/tfile.exp: Remove nowarnings.
16933
16934 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16935
16936 * gdb.base/debug-expr.exp: Test string evaluation with
16937 "debug expression" on.
16938
16939 2014-07-15 Pedro Alves <palves@redhat.com>
16940
16941 * gdb.base/reread.exp: Use clean_restart.
16942
16943 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16944
16945 * gdb.arch/avr-flash-qualifer.c: New.
16946 * gdb.arch/avr-flash-qualifer.exp: New.
16947
16948 2014-07-14 Pedro Alves <palves@redhat.com>
16949
16950 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16951 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16952
16953 2014-07-14 Pedro Alves <palves@redhat.com>
16954
16955 * gdb.base/double-prompt-target-event-error.c: New file.
16956 * gdb.base/double-prompt-target-event-error.exp: New file.
16957
16958 2014-07-14 Pedro Alves <palves@redhat.com>
16959
16960 PR gdb/17072
16961 * gdb.base/paginate-inferior-exit.c: New file.
16962 * gdb.base/paginate-inferior-exit.exp: New file.
16963
16964 2014-07-14 Pedro Alves <palves@redhat.com>
16965
16966 PR gdb/17072
16967 * gdb.base/paginate-bg-execution.c: New file.
16968 * gdb.base/paginate-bg-execution.exp: New file.
16969
16970 2014-07-14 Pedro Alves <palves@redhat.com>
16971
16972 PR gdb/17072
16973 * gdb.base/paginate-execution-startup.c: New file.
16974 * gdb.base/paginate-execution-startup.exp: New file.
16975 * lib/gdb.exp (pagination_prompt): New global.
16976 (default_gdb_spawn): New procedure, factored out from
16977 default_gdb_spawn.
16978 (default_gdb_start): Adjust to call default_gdb_spawn.
16979 (gdb_spawn): New procedure.
16980
16981 2014-07-14 Pedro Alves <palves@redhat.com>
16982
16983 * lib/gdb.exp (gdb_assert): New procedure.
16984 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16985
16986 2014-07-14 Pedro Alves <palves@redhat.com>
16987
16988 * gdb.base/execution-termios.c: New file.
16989 * gdb.base/execution-termios.exp: New file.
16990
16991 2014-07-14 Tom Tromey <tromey@redhat.com>
16992
16993 * gdb.cp/vla-cxx.cc: New file.
16994 * gdb.cp/vla-cxx.exp: New file.
16995
16996 2014-07-14 Tom Tromey <tromey@redhat.com>
16997
16998 * gdb.reverse/rerun-prec.c: New file.
16999 * gdb.reverse/rerun-prec.exp: New file.
17000
17001 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17002 Maciej W. Rozycki <macro@codesourcery.com>
17003
17004 * lib/gdb-utils.exp: New file.
17005 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17006 inline `gdb_init_command' processing.
17007 (gdb_start_cmd): Likewise.
17008 * lib/mi-support.exp (mi_run_cmd): Likewise.
17009 * README: Document `gdb_init_command' and `gdb_init_commands'.
17010
17011 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17012
17013 Fix false FAIL running under a very long directory name.
17014 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17015 and "set print elements 10000". Twice.
17016
17017 2014-07-11 Yao Qi <yao@codesourcery.com>
17018
17019 * gdb.base/exprs.exp: "set print symbol off".
17020
17021 2014-07-11 Pedro Alves <palves@redhat.com>
17022
17023 * gdb.threads/kill.c: New file.
17024 * gdb.threads/kill.exp: New file.
17025
17026 2014-07-10 Yao Qi <yao@codesourcery.com>
17027
17028 * gdb.trace/tfile.c (write_basic_trace_file)
17029 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17030 address written to trace file.
17031
17032 2014-07-09 Pedro Alves <palves@redhat.com>
17033
17034 * gdb.base/attach-wait-input.exp: New file.
17035 * gdb.base/attach-wait-input.c: New file.
17036
17037 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17038
17039 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17040 setting up test structures.
17041 (main): Call new test function.
17042 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17043 test function, continue into test function and walk test
17044 structures.
17045
17046 2014-07-02 Yao Qi <yao@codesourcery.com>
17047
17048 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17049 'bar_start' at the beginning of functions 'foo' and 'bar'
17050 respectively.
17051 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17052 instead of 'foo' and 'bar'.
17053
17054 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17055
17056 * gdb.btrace/segv.exp: New.
17057 * gdb.btrace/segv.c: New.
17058
17059 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17060
17061 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17062 instruction.
17063
17064 2014-06-30 Mark Wielaard <mjw@redhat.com>
17065
17066 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17067 vulture, vilify, villar): New volatile array constants.
17068 (vindictive, vegetation): New const volatile array constants.
17069 * gdb.base/volatile.exp: Test volatile and const volatile array
17070 types.
17071
17072 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17073
17074 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17075 target lacks support for awatch, rwatch, or hbreak.
17076
17077 2014-06-27 Yao Qi <yao@codesourcery.com>
17078
17079 * gdb.multi/dummy-frame-restore.exp: New.
17080 * gdb.multi/dummy-frame-restore.c: New.
17081
17082 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17083
17084 * gdb.btrace/gcore.exp: New.
17085
17086 2014-06-23 Pedro Alves <palves@redhat.com>
17087
17088 * gdb.base/watchpoint-reuse-slot.c: New file.
17089 * gdb.base/watchpoint-reuse-slot.exp: New file.
17090
17091 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17092
17093 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17094 progspace's filename in 'info', 'enable' and 'disable' command
17095 tests.
17096
17097 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17098
17099 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17100 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17101 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17102
17103 2014-06-20 Gary Benson <gbenson@redhat.com>
17104
17105 * gdb.arch/i386-avx.exp: Fix include file location.
17106 * gdb.arch/i386-sse.exp: Likewise.
17107
17108 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17109
17110 * gdb.dlang/expression.exp: New file.
17111
17112 2014-06-19 Pedro Alves <palves@redhat.com>
17113
17114 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17115 out from ...
17116 (top level): ... here. Iterate running tests under different
17117 scheduler-locking settings.
17118
17119 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17120
17121 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17122 to DW_FORM_addr and use non-zero addresses.
17123
17124 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17125
17126 PR gdb/17017
17127 * gdb.python/py-xmethods.cc: Add global function call counters and
17128 increment them in their respective functions. Remove "cout"
17129 statements.
17130 * gdb.python/py-xmethods.exp: Make tests check the global function
17131 call counters instead of depending on inferior IO.
17132
17133 2014-06-18 Don Breazeal <donb@codesourcery.com>
17134
17135 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17136 Deleted procedure.
17137 (explicit_fork_parent_follow): Deleted procedure.
17138 (explicit_fork_child_follow): Deleted procedure.
17139 (test_follow_fork): New procedure.
17140 (do_fork_tests): Replace calls to deleted procedures with
17141 calls to test_follow_fork and reset GDB for subsequent
17142 procedure calls.
17143
17144 2014-06-17 Yao Qi <yao@codesourcery.com>
17145
17146 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17147 CP1252.
17148
17149 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17150
17151 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17152 Initialize ptr and S explicitly.
17153 (skip_type_update_when_not_use_rtti_test): Likewise.
17154
17155 2014-06-16 Keith Seitz <keiths@redhat.com>
17156
17157 PR mi/15863
17158 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17159 the inferior is started.
17160
17161 2014-06-16 Pedro Alves <palves@redhat.com>
17162
17163 * gdb.base/break-main-file-remove-fail.c: New file.
17164 * gdb.base/break-main-file-remove-fail.exp: New file.
17165 * gdb.base/break-unload-file.exp: Use build_executable instead of
17166 prepare_for_testing.
17167 (test_break): New parameter "initial_load". Handle it.
17168 (top level): Add initial_load cmdline/file axis.
17169
17170 2014-06-12 Tom Tromey <tromey@redhat.com>
17171
17172 * gdb.base/completion.exp: Don't use directory name in test.
17173
17174 2014-06-09 Gary Benson <gbenson@redhat.com>
17175
17176 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17177 separate the always-available ANSI-standard signals from the
17178 signals that require checking.
17179 (main): Likewise.
17180 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17181 Likewise.
17182 (main): Likewise.
17183
17184 2014-06-07 Keith Seitz <keiths@redhat.com>
17185
17186 Revert:
17187 PR c++/16253
17188 * gdb.cp/var-tag.cc: New file.
17189 * gdb.cp/var-tag.exp: New file.
17190 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17191 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17192 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17193 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17194
17195 2014-06-06 Doug Evans <xdje42@gmail.com>
17196
17197 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17198
17199 2014-06-06 Pedro Alves <palves@redhat.com>
17200
17201 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17202 in target debug output instead of looking at RSP packets,
17203 disabling the test on any target that uses hardware stepping.
17204 Update comments.
17205
17206 2014-06-06 Pedro Alves <palves@redhat.com>
17207
17208 * gdb.base/break-unload-file.exp: Fix typo.
17209
17210 2014-06-06 Yao Qi <yao@codesourcery.com>
17211
17212 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17213 from "jit_function" to "^jit_function".
17214
17215 2014-06-06 Yao Qi <yao@codesourcery.com>
17216
17217 * gdb.base/async.c (foo): Add one statement.
17218 * gdb.base/async.exp: Get the next instruction address and
17219 match the output of "nexti" by instruction address. Match
17220 the hex address in the output of "finish".
17221
17222 2014-06-06 Gary Benson <gbenson@redhat.com>
17223
17224 * gdb.base/call-signals.c: Remove preprocessor conditionals
17225 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17226 SIGSEGV and SIGTERM.
17227 * gdb.base/sigall.c: Likewise.
17228 * gdb.base/unwindonsignal.c: Likewise.
17229 * gdb.reverse/sigall-reverse.c: Likewise.
17230
17231 2014-06-06 Yao Qi <yao@codesourcery.com>
17232
17233 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17234 readable, skip the test.
17235
17236 2014-06-06 Yao Qi <yao@codesourcery.com>
17237
17238 * gdb.threads/staticthreads.c (thread_function): Move the line
17239 setting breakpoint on forward.
17240 * gdb.threads/staticthreads.exp: Update comments.
17241
17242 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17243
17244 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17245 "history-append! type error".
17246
17247 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17248
17249 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17250 erroneous dprintf expected input.
17251
17252 2014-06-04 Doug Evans <xdje42@gmail.com>
17253
17254 * gdb.guile/scm-generics.exp: Delete.
17255
17256 2014-06-04 Doug Evans <xdje42@gmail.com>
17257
17258 * gdb.guile/scm-breakpoint.exp: Update.
17259 Add tests for breakpoint registration.
17260
17261 2014-06-04 Tom Tromey <tromey@redhat.com>
17262
17263 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17264 VLA-in-union.
17265 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17266 inner_vla_struct, vla_union types. Initialize objects of those
17267 types and compute their sizes.
17268
17269 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17270 Hui Zhu <hui@codesourcery.com>
17271
17272 * gdb.base/fileio.exp: Add test for shell not available as well as
17273 available.
17274 * gdb.base/fileio.c (test_system): Check for shell twice.
17275
17276 2014-06-04 Yao Qi <yao@codesourcery.com>
17277
17278 * gdb.base/auto-connect-native-target.exp: Remove redundant
17279 space from the regexp pattern.
17280
17281 2014-06-04 Yao Qi <yao@codesourcery.com>
17282
17283 * gdb.base/default.exp: Replace "child" with "native" in
17284 regexp pattern.
17285
17286 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17287
17288 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17289 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17290 * gdb.python/py-xmethods.py: Python script supporting the
17291 new testcase and tests.
17292
17293 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17294 Pedro Alves <palves@redhat.com>
17295
17296 PR breakpoints/17000
17297 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17298 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17299
17300 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17301
17302 * gdb.base/subst.exp: Add tests to verify partial path matching
17303 output.
17304
17305 2014-06-03 Pedro Alves <palves@redhat.com>
17306
17307 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17308 target that doesn't use software single-stepping.
17309
17310 2014-06-03 Pedro Alves <palves@redhat.com>
17311
17312 PR breakpoints/17000
17313 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17314 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17315
17316 2014-06-02 Doug Evans <xdje42@gmail.com>
17317
17318 * gdb.guile/scm-parameter.exp: New file.
17319
17320 2014-06-02 Doug Evans <xdje42@gmail.com>
17321
17322 * gdb.guile/scm-cmd.c: New file.
17323 * gdb.guile/scm-cmd.exp: New file.
17324
17325 2014-06-02 Doug Evans <xdje42@gmail.com>
17326
17327 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17328 pretty-printer lookup.
17329 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17330 (make-pp_s-printer): Call it.
17331 (make-pretty-printer-from-dict): New function.
17332 (lookup-pretty-printer-maker-from-dict): New function.
17333 (*pretty-printer*): Simplify.
17334 (make-objfile-pp_s-printer): New function.
17335 (install-objfile-pretty-printers!): New function.
17336 (make-progspace-pp_s-printer): New function.
17337 (install-progspace-pretty-printers!): New function.
17338 * gdb.guile/scm-progspace.c: New file.
17339 * gdb.guile/scm-progspace.exp: New file.
17340
17341 2014-06-02 Pedro Alves <palves@redhat.com>
17342
17343 * gdb.base/dprintf-bp-same-addr.c: New file.
17344 * gdb.base/dprintf-bp-same-addr.exp: New file.
17345
17346 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17347
17348 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17349 * gdb.arch/powerpc-power.s: Likewise.
17350
17351 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17352
17353 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17354
17355 2014-06-01 Yao Qi <yao@codesourcery.com>
17356
17357 * gdb.base/watchpoint.exp (test_watch_location): Check null
17358 pointer can be dereferenced. If not, do the test, otherwise
17359 skip it.
17360
17361 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17362
17363 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17364 results.
17365 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17366
17367 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17368
17369 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17370 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17371 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17372 * gdb.arch/amd64-invalid-stack-top.c: New file.
17373 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17374
17375 2014-05-30 Pedro Alves <palves@redhat.com>
17376
17377 PR breakpoints/17000
17378 * gdb.base/sss-bp-on-user-bp.c: New file.
17379 * gdb.base/sss-bp-on-user-bp.exp: New file.
17380
17381 2014-05-30 David Blaikie <dblaikie@gmail.com>
17382
17383 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17384 gnu_inline semantics via attribute.
17385 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17386 source explicitly specifies the required semantics.
17387
17388 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17389
17390 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17391
17392 2014-05-29 Pedro Alves <palves@redhat.com>
17393 Tom Tromey <tromey@redhat.com>
17394
17395 * gdb.base/async-shell.exp: Don't enable target-async.
17396 * gdb.base/async.exp
17397 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17398 parameter. Adjust.
17399 (top level): Don't test with "target-async".
17400 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17401 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17402 * gdb.base/inferior-died.exp: Don't enable target-async.
17403 * gdb.base/interrupt-noterm.exp: Likewise.
17404 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17405 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17406 * gdb.mi/mi-nonstop.exp: Likewise.
17407 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17408 * gdb.mi/mi-nsintrall.exp: Likewise.
17409 * gdb.mi/mi-nsmoribund.exp: Likewise.
17410 * gdb.mi/mi-nsthrexec.exp: Likewise.
17411 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17412 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17413 * gdb.python/py-evsignal.exp: Don't enable target-async.
17414 * gdb.python/py-evthreads.exp: Likewise.
17415 * gdb.python/py-prompt.exp: Likewise.
17416 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17417 * gdb.server/solib-list.exp: Don't enable target-async.
17418 * gdb.threads/thread-specific-bp.exp: Likewise.
17419 * lib/mi-support.exp: Adjust to use mi-async.
17420
17421 2014-05-29 Pedro Alves <palves@redhat.com>
17422
17423 PR gdb/13860
17424 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17425 reason, even in sync mode.
17426
17427 2014-05-29 Pedro Alves <palves@redhat.com>
17428 Hui Zhu <hui@codesourcery.com>
17429
17430 PR PR15693
17431 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17432 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17433 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17434 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17435
17436 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17437
17438 * config/monitor.exp (gdb_target_monitor): Replace use of
17439 "set remotebaud" by "set serial baud".
17440
17441 2014-05-26 Andy Wingo <wingo@igalia.com>
17442
17443 * gdb.guile/scm-breakpoint.exp:
17444 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17445 properties instead of gdb-object-properties.
17446
17447 2014-05-26 Yao Qi <yao@codesourcery.com>
17448
17449 * gdb.server/no-thread-db.exp: Specify source file name
17450 explicitly when setting a breakpoint.
17451
17452 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17453
17454 * gdb.btrace/vdso.c: New.
17455 * gdb.btrace/vdso.exp: New.
17456
17457 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17458
17459 * gdb.base/gcore.exp (capture_command_output): Move ...
17460 * lib/gdb.exp (capture_command_output): ... here.
17461
17462 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17463
17464 * gdb.btrace/data.exp: Test memory access during btrace replay.
17465
17466 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17467
17468 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17469
17470 2014-05-21 Pedro Alves <palves@redhat.com>
17471
17472 PR gdb/13860
17473 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17474 (top level): Test that output related to execution commands is
17475 sent to the console with CLI commands, but not with MI commands.
17476 Test that breakpoint events are always mirrored to the console.
17477 Also expect the new source line to be output after a "next" in
17478 async mode too. Make it a pass/fail test.
17479 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17480 output.
17481 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17482
17483 2014-05-21 Pedro Alves <palves@redhat.com>
17484
17485 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17486 Use them to test variations of "list" after reaching a breakpoint.
17487 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17488 Test "list" with listsize 10 after reaching a breakpoint.
17489 * gdb.python/python.exp (decode_line current location line
17490 number): Adjust expected line number.
17491
17492 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17493
17494 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17495 behavior for $args, pass it directly to "run".
17496
17497 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17498
17499 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17500 30000 to 65536.
17501
17502 2014-05-21 Pedro Alves <palves@redhat.com>
17503
17504 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17505 auto-connect-native-target off".
17506 * gdb.base/auto-connect-native-target.c: New file.
17507 * gdb.base/auto-connect-native-target.exp: New file.
17508
17509 2014-05-21 Pedro Alves <palves@redhat.com>
17510
17511 * gdb.base/default.exp: Test "target native" instead of "target
17512 child".
17513
17514 2014-05-21 Mark Wielaard <mjw@redhat.com>
17515
17516 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17517
17518 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17519
17520 Fix TLS access for -static -pthread.
17521 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17522 <HAVE_TLS> (thread_function, main): Initialize it.
17523 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17524 Add clean_restart.
17525 <$have_tls != "">: Check TLSVAR.
17526
17527 2014-05-21 Pedro Alves <palves@redhat.com>
17528
17529 * gdb.base/dcache-line-read-error.c: New.
17530 * gdb.base/dcache-line-read-error.exp: New.
17531
17532 2014-05-20 Pedro Alves <palves@redhat.com>
17533
17534 * gdb.base/compare-sections.c: New file.
17535 * gdb.base/compare-sections.exp: New file.
17536
17537 2014-05-20 Pedro Alves <palves@redhat.com>
17538
17539 * gdb.base/break-idempotent.c: New file.
17540 * gdb.base/break-idempotent.exp: New file.
17541
17542 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17543
17544 * gdb.btrace/nohist.exp: New.
17545
17546 2014-05-20 Yao Qi <yao@codesourcery.com>
17547
17548 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17549 gdb.reverse directory and gdb_reverse_timeout exists in board
17550 setting.
17551 * README: Document gdb_reverse_timeout.
17552
17553 2014-05-20 Yao Qi <yao@codesourcery.com>
17554
17555 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17556 'test_file_name'. Treat args as a string instead of a list.
17557 (gdb_init): Rename argument 'args' by 'test_file_name'.
17558
17559 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17560
17561 * gdb.arch/powerpc-power.exp: New file.
17562 * gdb.arch/powerpc-power.s: New file.
17563
17564 2014-05-16 Doug Evans <dje@google.com>
17565
17566 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17567 * gdb.base/completion.exp: Check that all expected files exist
17568 before doing file completion.
17569
17570 2014-05-16 Doug Evans <dje@google.com>
17571
17572 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17573 Update.
17574 (do_syscall_tests_without_xml): Update.
17575
17576 2014-05-16 Pedro Alves <palves@redhat.com>
17577
17578 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17579 instead of "unknown output after running".
17580
17581 2014-05-16 Yao Qi <yao@codesourcery.com>
17582
17583 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17584 file1.txt from host at the end.
17585 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17586
17587 2014-05-15 Doug Evans <dje@google.com>
17588
17589 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17590 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17591 loading file. Add test for TU lookup.
17592
17593 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17594
17595 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17596 calling "-exec-arguments" or "set args" before running the
17597 inferior.
17598
17599 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17600
17601 * lib/mi-support.exp (mi_expect_stop): Expect message for
17602 inferiors that exit with non-zero exit code.
17603
17604 2014-05-14 Yao Qi <yao@codesourcery.com>
17605
17606 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17607 match absolute path on remote host.
17608 (test_file_list_exec_source_files): Remove "/" from the
17609 pattern.
17610
17611 2014-05-14 Yao Qi <yao@codesourcery.com>
17612
17613 * boards/local-remote-host-notty.exp (${board}_file): New
17614 proc.
17615
17616 2014-05-07 Kyle McMartin <kyle@redhat.com>
17617
17618 Pushed by Joel Brobecker <brobecker@adacore.com>.
17619 * gdb.arch/aarch64-atomic-inst.c: New file.
17620 * gdb.arch/aarch64-atomic-inst.exp: New file.
17621
17622 2014-05-07 Yao Qi <yao@codesourcery.com>
17623
17624 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17625 in current context" too.
17626
17627 2014-05-05 Keith Seitz <keiths@redhat.com>
17628
17629 * gdb.linespec/ls-dollar.exp: Add test for linespec
17630 file:convenience_variable.
17631
17632 2014-05-05 Yao Qi <yao@codesourcery.com>
17633
17634 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17635 traceframes into tfile and ctf trace files. Read data from
17636 trace file and test collected data.
17637 (gdb_collect_locals_test): Likewise.
17638 (gdb_unavailable_registers_test): Likewise.
17639 (gdb_unavailable_floats): Likewise.
17640 (gdb_collect_globals_test): Likewise.
17641 (top-level): Append "ctf" to trace_file_targets if GDB
17642 supports.
17643
17644 2014-05-05 Yao Qi <yao@codesourcery.com>
17645
17646 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17647 code to ...
17648 (gdb_collect_args_test_1): ... it. New proc.
17649 (gdb_collect_locals_test): Move some code to ...
17650 (gdb_collect_locals_test_1): ... it. New proc.
17651 (gdb_unavailable_registers_test): Move some code to ...
17652 (gdb_unavailable_registers_test_1): ... it. New proc.
17653 (gdb_unavailable_floats): Move some code to ...
17654 (gdb_unavailable_floats_1): ... it. New proc.
17655
17656 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17657
17658 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17659 probes to test for bitness recognition.
17660 * gdb.arch/amd64-stap-optional-prefix.exp
17661 (test_probe_value_without_reg): New procedure.
17662 Add code to test for different kinds of bitness.
17663
17664 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17665
17666 PR breakpoints/16889
17667 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17668 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17669
17670 2014-05-01 Pedro Alves <palves@redhat.com>
17671
17672 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17673 gdb_file_cmd if no file is specified.
17674 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17675 last_loaded_file to set the remote exec-file.
17676
17677 2014-05-01 Pedro Alves <palves@redhat.com>
17678
17679 * boards/local-remote-host.exp: New file.
17680
17681 2014-05-01 Pedro Alves <palves@redhat.com>
17682
17683 * boards/local-remote-host.exp: Rename to ...
17684 * boards/local-remote-host-notty.exp: ... this.
17685
17686 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17687
17688 * gdb.ada/dyn_arrayidx: New testcase.
17689
17690 2014-04-26 Yao Qi <yao@codesourcery.com>
17691
17692 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17693 and compute the length of function main. Save it in
17694 $main_length.
17695 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17696 (top-level): Use gdb_compile to compile objects into
17697 executable and restart GDB. Remove invocation to
17698 prepare_for_testing.
17699
17700 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17701 Pedro Alves <palves@redhat.com>
17702
17703 PR server/16255
17704 * gdb.multi/multi-attach.c: New file.
17705 * gdb.multi/multi-attach.exp: New file.
17706
17707 2014-04-25 Pedro Alves <palves@redhat.com>
17708
17709 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17710 user.
17711 (top level): Test that "set remote conditional-breakpoints-packet
17712 off" works as intended.
17713 * gdb.base/dprintf.exp: Test that "set remote
17714 breakpoint-commands-packet off" works as intended.
17715 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17716 New function.
17717 (top level): Call it.
17718 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17719 remote fast-tracepoints-packet off" works as intended.
17720 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17721 * lib/gdb.exp (gdb_is_target_remote): ... here.
17722
17723 2014-04-24 David Blaikie <dblaikie@gmail.com>
17724
17725 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17726 ensure clang would not discard them.
17727 * gdb.base/gdbvars.c: Ditto.
17728 * gdb.base/memattr.c: Ditto.
17729 * gdb.base/whatis.c: Ditto.
17730 * gdb.python/py-prettyprint.c: Ditto.
17731 * gdb.trace/actions.c: Ditto.
17732 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17733 ensure clang would not discard it.
17734
17735 2014-04-24 David Blaikie <dblaikie@gmail.com>
17736
17737 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17738 clang to emit the full definition of type required by the test
17739 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17740
17741 2014-04-24 David Blaikie <dblaikie@gmail.com>
17742
17743 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17744 coax Clang into emitting the definition of the type.
17745 * gdb.cp/pr10728-x.h (y): Ditto.
17746 * gdb.cp/pr10728-y.cc (y): Ditto.
17747
17748 2014-04-24 David Blaikie <dblaikie@gmail.com>
17749
17750 * gdb.base/label.exp: XFAIL label related tests under Clang.
17751 * gdb.cp/cplabel.exp: Ditto.
17752 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17753 under Clang those using labels.
17754
17755 2014-04-25 Yao Qi <yao@codesourcery.com>
17756
17757 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17758 double_label.
17759 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17760 partial_label and double_label.
17761
17762 2014-04-24 David Blaikie <dblaikie@gmail.com>
17763
17764 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17765
17766 2014-04-24 David Blaikie <dblaikie@gmail.com>
17767
17768 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17769 of the function to work across GCC and Clang.
17770 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17771 pointer types (const void ** const V void **).
17772
17773 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17774 Walfred Tedeschi <walfred.tedeschi@intel.com>
17775
17776 * Makefile.in (EXECUTABLES): Added i386-avx512.
17777 * gdb.arch/i386-avx512.c: New file.
17778 * gdb.arch/i386-avx512.exp: Likewise.
17779
17780 2014-04-23 Keith Seitz <keiths@redhat.com>
17781
17782 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17783 (mi_make_breakpoint_table): New procedure.
17784 (mi_create_breakpoint): Use mi_make_breakpoint
17785 and return the result.
17786 (mi_make_breakpoint): New procedure.
17787 (mi_build_kv_pairs): New procedure.
17788
17789 * gdb.mi/mi-break.exp: Remove unused globals,
17790 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17791 All callers updated.
17792 * gdb.mi/mi-dprintf.exp: Use variable to track command
17793 number.
17794 Update all callers of mi_create_breakpoint and use
17795 mi_make_breakpoint_table.
17796 Remove any unused global variables.
17797 * gdb.mi/mi-nonstop.exp: Likewise.
17798 * gdb.mi/mi-nsintrall.exp: Likewise.
17799 * gdb.mi/mi-nsmoribund.exp: Likewise.
17800 * gdb.mi/mi-nsthrexec.exp: Likewise.
17801 * gdb.mi/mi-reverse.exp: Likewise.
17802 * gdb.mi/mi-simplerun.exp: Likewise.
17803 * gdb.mi/mi-stepn.exp: Likewise.
17804 * gdb.mi/mi-syn-frame.exp: Likewise.
17805 * gdb.mi/mi-until.exp: Likewise.
17806 * gdb.mi/mi-var-cp.exp: Likewise.
17807 * gdb.mi/mi-var-display.exp: Likewise.
17808 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17809 * gdb.mi/mi2-var-child.exp: Likewise.
17810 * gdb.mi/mi-vla-c99.exp: Likewise.
17811 * lib/mi-support.exp: Likewise.
17812
17813 From Ian Lance Taylor <iant@cygnus.com>:
17814 * lib/gdb.exp (parse_args): New procedure.
17815
17816 2014-04-23 Pedro Alves <palves@redhat.com>
17817
17818 * gdb.base/break-unload-file.c: New file.
17819 * gdb.base/break-unload-file.exp: New file.
17820 * gdb.base/sym-file-lib.c (baz): New function.
17821 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17822 field.
17823 (load): Store the segment's mapped size.
17824 (unload): New function.
17825 (unload_shlib): New function.
17826 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17827 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17828 set a breakpoint at baz, and call it.
17829 * gdb.base/sym-file.exp: New tests for stale breakpoint
17830 instructions.
17831
17832 2014-04-23 Pedro Alves <palves@redhat.com>
17833
17834 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17835 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17836 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17837 * gdb.base/hbreak-unmapped.c: New file.
17838 * gdb.base/hbreak-unmapped.exp: New file.
17839 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17840 * lib/gdb.exp (gdb_is_target_remote): ... here.
17841
17842 2014-04-22 Pedro Alves <palves@redhat.com>
17843
17844 * gdb.base/consecutive-step-over.c: New file.
17845 * gdb.base/consecutive-step-over.exp: New file.
17846
17847 2014-04-22 Pedro Alves <palves@redhat.com>
17848
17849 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17850 instead of send_gdb/gdb_expect.
17851
17852 2014-04-22 Yao Qi <yao@codesourcery.com>
17853
17854 * lib/trace-support.exp (generate_tracefile): New procedure.
17855 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17856 return 0.
17857 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17858 if generate_tracefile returns 1.
17859
17860 2014-04-18 Tom Tromey <palves@redhat.com>
17861 Pedro alves <tromey@redhat.com>
17862
17863 PR backtrace/15558
17864 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17865 with a backtrace limit.
17866 * gdb.python/py-frame-inline.exp: Test running to an inline
17867 function with a backtrace limit, and printing the newest frame.
17868 * gdb.python/py-frame-inline.c (main): Call f.
17869
17870 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17871
17872 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17873
17874 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17875
17876 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17877 Drop prefix from unsupported source file path.
17878
17879 2014-04-17 Yao Qi <yao@codesourcery.com>
17880
17881 * lib/gdb.exp (with_target_charset): New proc.
17882 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17883 with_target_charset.
17884 (test_print_strings): Likewise.
17885 (test_repeat_bytes): Likewise.
17886 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17887 for some tests.
17888
17889 2014-04-16 Keith Seitz <keiths@redhat.com>
17890
17891 PR gdb/15827
17892 * gdb.dwarf2/corrupt.c: New file.
17893 * gdb.dwarf2/corrupt.exp: New file.
17894
17895 2014-04-16 Keith Seitz <keiths@redhat.com>
17896
17897 PR c++/16597
17898 * gdb.cp/namelessclass.cc: New file.
17899 * gdb.cp/namelessclass.exp: New file.
17900 * gdb.cp/namelessclass.S: New file.
17901
17902 2014-04-16 Doug Evans <dje@google.com>
17903
17904 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17905 Add comment.
17906 (gdbserver_default_get_comm_port): New function.
17907 (gdbserver_start): Check if board file provided
17908 "gdbserver,get_comm_port" and use it if so.
17909 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17910 (gdb,socketport): Set to "stdio".
17911 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17912 (stdio_gdbserver_template): Delete.
17913 (${board}_get_remote_address): Update.
17914 (${board}_build_remote_cmd): Delete.
17915 (${board}_get_comm_port): New function.
17916 (${board}_spawn): Update.
17917 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17918 Delete.
17919 (${board}_get_remote_address): Update.
17920 (${board}_get_comm_port): New function.
17921
17922 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17923
17924 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17925 appearing in any order.
17926
17927 2014-04-15 Doug Evans <dje@google.com>
17928
17929 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17930 uninitialized value of "description".
17931
17932 2014-04-15 Keith Seitz <keiths@redhat.com>
17933
17934 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17935 Remove unused globals.
17936 (test_running_the_program): Likewise.
17937 (test_controlled_execution): Likewise.
17938 (test_controlling_breakpoints): Likewise.
17939 (test_program_termination): Likewise.
17940
17941 2014-04-15 Keith Seitz <keiths@redhat.com>
17942
17943 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17944 unused globals.
17945 (test_rbreak_creation_and_listing): Likewise.
17946 (test_ignore_count): Likewise.
17947 (test_error): Likewise.
17948
17949 2014-04-15 Pedro Alves <palves@redhat.com>
17950
17951 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17952 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17953 sym-file-loader.c.
17954 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17955 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17956 to sym-file-loader.c.
17957 (struct library): Forward declare.
17958 (load_shlib, lookup_function): Change prototypes.
17959 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17960 (translate_offset): Remove declarations.
17961 (get_text_addr): New declaration.
17962 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17963 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17964 sym-file-loader.h.
17965 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17966 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17967 here from sym-file-loader.h.
17968 (struct library): New structure.
17969 (load_shlib, lookup_function): Change prototypes and adjust to
17970 work with a struct library.
17971 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17972 (translate_offset): Make static.
17973 (get_text_addr): New function.
17974 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17975
17976 2014-04-15 Pedro Alves <palves@redhat.com>
17977
17978 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17979
17980 2014-04-15 Pedro Alves <palves@redhat.com>
17981
17982 * gdb.base/sym-file-loader.c: Include <limits.h>.
17983 (SELF_LINK): New define.
17984 (get_origin): New function.
17985 (load_shlib): Use it.
17986 * gdb.base/sym-file.exp: Don't early return if the target is
17987 remote. Use runto_main, and issue fail is that fails. Use
17988 gdb_load_shlibs.
17989 (shlib_name): Delete.
17990 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17991
17992 2014-04-15 Pedro Alves <palves@redhat.com>
17993
17994 * gdb.base/sym-file.exp: Remove regex characters from test
17995 message. Don't refer to breakpoint numbers in test messages.
17996
17997 2014-04-14 Keith Seitz <keiths@redhat.com>
17998
17999 PR c++/16253
18000 * gdb.cp/var-tag.cc: New file.
18001 * gdb.cp/var-tag.exp: New file.
18002 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18003 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18004 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18005 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18006
18007 2014-04-14 Tom Tromey <tromey@redhat.com>
18008
18009 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18010 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18011 type.
18012 * gdb.cp/enum-class.exp: New file.
18013 * gdb.cp/enum-class.cc: New file.
18014
18015 2014-04-14 Tom Tromey <tromey@redhat.com>
18016
18017 * gdb.dwarf2/enum-type.exp: New file.
18018
18019 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18020
18021 * gdb.mi/mi-vla-c99.exp: New file.
18022 * gdb.mi/vla.c: New file.
18023
18024 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18025
18026 * gdb.base/vla-datatypes.c: New file.
18027 * gdb.base/vla-datatypes.exp: New file.
18028
18029 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18030
18031 * gdb.base/vla-ptr.c: New file.
18032 * gdb.base/vla-ptr.exp: New file.
18033
18034 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18035
18036 * gdb.dwarf2/count.exp: New file.
18037
18038 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18039
18040 * gdb.base/vla-sideeffect.c: New file.
18041 * gdb.base/vla-sideeffect.exp: New file.
18042
18043 2014-04-14 David Blaikie <dblaikie@gmail.com>
18044
18045 * gdb.mi/non-stop.c: Add return value for non-void function return
18046 statement.
18047 * gdb.threads/staticthreads.c: Ditto.
18048
18049 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18050 Doug Evans <xdje42@gmail.com>
18051
18052 * gdb.guile/scm-value.c: Improve test case.
18053 * gdb.guile/scm-value.exp: Add new test.
18054
18055 2014-04-11 David Blaikie <dblaikie@gmail.com>
18056
18057 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18058 override Clang's default.
18059
18060 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18061
18062 Revert the following changes (regressions):
18063
18064 * gdb.base/vla-sideeffect.c: New file.
18065 * gdb.base/vla-sideeffect.exp: New file.
18066
18067 * gdb.dwarf2/count.exp: New file.
18068
18069 * gdb.base/vla-multi.c: New file.
18070 * gdb.base/vla-multi.exp: New file.
18071
18072 * gdb.base/vla-ptr.c: New file.
18073 * gdb.base/vla-ptr.exp: New file.
18074
18075 * gdb.base/vla-datatypes.c: New file.
18076 * gdb.base/vla-datatypes.exp: New file.
18077
18078 * gdb.mi/mi-vla-c99.exp: New file.
18079 * gdb.mi/vla.c: New file.
18080
18081 2014-04-11 Keith Seitz <keiths@redhat.com>
18082
18083 PR c++/16675
18084 * gdb.cp/cpsizeof.exp: New file.
18085 * gdb.cp/cpsizeof.cc: New file.
18086
18087 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18088
18089 * gdb.mi/mi-vla-c99.exp: New file.
18090 * gdb.mi/vla.c: New file.
18091
18092 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18093
18094 * gdb.base/vla-datatypes.c: New file.
18095 * gdb.base/vla-datatypes.exp: New file.
18096
18097 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18098
18099 * gdb.base/vla-ptr.c: New file.
18100 * gdb.base/vla-ptr.exp: New file.
18101
18102 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18103
18104 * gdb.base/vla-multi.c: New file.
18105 * gdb.base/vla-multi.exp: New file.
18106
18107 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18108
18109 * gdb.dwarf2/count.exp: New file.
18110
18111 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18112
18113 * gdb.base/vla-sideeffect.c: New file.
18114 * gdb.base/vla-sideeffect.exp: New file.
18115
18116 2014-04-11 Yao Qi <yao@codesourcery.com>
18117
18118 * gdb.base/completion.exp: Check file exists before running tests
18119 on file completion.
18120
18121 2014-04-10 Pedro Alves <palves@redhat.com>
18122
18123 * gdb.base/cond-eval-mode.c: New file.
18124 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18125 prepare_for_testing to build the new file. Check result of
18126 runto_main.
18127 (test_break, test_watch): New procedures.
18128 (top level): Use them.
18129
18130 2014-04-08 Pierre Muller <muller@sourceware.org>
18131
18132 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18133 Ctrl-V use for mingw hosts.
18134
18135 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18136
18137 * gdb.python/py-value.c: Improve test case.
18138 * gdb.python/py-value.exp: Add new test.
18139
18140 2014-04-07 David Blaikie <dblaikie@gmail.com>
18141
18142 * lib/compiler.c: Identify the clang compiler.
18143 * lib/compiler.cc: Ditto.
18144
18145 2014-04-03 Yao Qi <yao@codesourcery.com>
18146
18147 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18148
18149 2014-04-01 Anton Blanchard <anton@samba.org>
18150
18151 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18152 messages unique.
18153
18154 2014-04-01 Anton Blanchard <anton@samba.org>
18155
18156 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18157 prepare_for_testing.
18158
18159 2014-04-01 Anton Blanchard <anton@samba.org>
18160
18161 * gdb.arch/ppc64-atomic-inst.c: Remove.
18162 * gdb.arch/ppc64-atomic-inst.S: New file.
18163 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18164
18165 2014-03-31 Doug Evans <dje@google.com>
18166
18167 * gdb.base/print-symbol-loading-lib.c: New file.
18168 * gdb.base/print-symbol-loading-main.c: New file.
18169 * gdb.base/print-symbol-loading.exp: New file.
18170
18171 2014-03-31 Yao Qi <yao@codesourcery.com>
18172
18173 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18174
18175 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18176
18177 * gdb.ada/mi_dyn_arr: New testcase.
18178
18179 2014-03-27 Doug Evans <dje@google.com>
18180
18181 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18182
18183 2014-03-27 Yao Qi <yao@codesourcery.com>
18184
18185 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18186 if target is nios2-*-*.
18187
18188 2014-03-26 Yao Qi <yao@codesourcery.com>
18189
18190 * lib/gdb.exp (readline_is_used): New proc.
18191 * gdb.base/completion.exp: Move tests on command complete up.
18192 Skip the rest of tests if readline is not used.
18193 * gdb.ada/complete.exp: Skp the test if readline is not
18194 used.
18195 * gdb.base/filesym.exp: Likewise.
18196 * gdb.base/macscp.exp: Likewise.
18197 * gdb.base/readline-ask.exp: Likewise.
18198 * gdb.base/readline.exp: Likewise.
18199 * gdb.python/py-cmd.exp: Likewise.
18200 * gdb.trace/tfile.exp: Likewise.
18201
18202 2014-03-26 Yao Qi <yao@codesourcery.com>
18203
18204 * gdb.base/macscp.exp: Fix code format issues.
18205
18206 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18207
18208 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18209 * gdb.asm/powerpc64le.inc: New file.
18210
18211 2014-03-25 Pedro Alves <palves@redhat.com>
18212 Doug Evans <dje@google.com>
18213
18214 * gdb.base/source-execution.c: New file.
18215 * gdb.base/source-execution.exp: New file.
18216 * gdb.base/source-execution.gdb: New file.
18217
18218 2014-03-24 Doug Evans <dje@google.com>
18219
18220 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18221 using fission.
18222
18223 2014-03-24 Hui Zhu <hui@codesourcery.com>
18224 Pedro Alves <palves@redhat.com>
18225
18226 PR breakpoints/16101
18227 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18228 test pass/fail messages. Detect missing support for dprintf when
18229 breakpoints are actually inserted.
18230 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18231 breakpoints are actually inserted.
18232 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18233 fails.
18234
18235 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18236
18237 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18238
18239 2014-03-22 Doug Evans <xdje42@gmail.com>
18240
18241 * gdb.python/python.exp (python not supported): Verify multi-line
18242 python command issues an error.
18243 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18244 guile command issues an error.
18245
18246 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18247
18248 * gdb.threads/thread-specific.exp: Handle the lack of usable
18249 $this_breakpoint and $this_thread.
18250
18251 2014-03-21 Hui Zhu <hui@codesourcery.com>
18252
18253 * gdb.base/attach.exp (do_command_attach_tests): New.
18254
18255 2014-03-20 Tom Tromey <tromey@redhat.com>
18256 Pedro Alves <palves@redhat.com>
18257
18258 PR cli/15718
18259 * gdb.base/condbreak-call-false.c: New file.
18260 * gdb.base/condbreak-call-false.exp: New file.
18261
18262 2014-03-20 Pedro Alves <palves@redhat.com>
18263
18264 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18265 Delete.
18266 (block_signals, unblock_signals): Delete.
18267 (child_function_2, main): Remove references to deleted variable
18268 and functions.
18269
18270 2014-03-20 Pedro Alves <palves@redhat.com>
18271
18272 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18273 Use pthread_kill to signal thread 2.
18274 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18275 Adjust to make the test send itself a signal rather than using the
18276 host's "kill" command.
18277
18278 2014-03-20 Pedro Alves <palves@redhat.com>
18279
18280 * gdb.threads/multiple-step-overs.c: New file.
18281 * gdb.threads/multiple-step-overs.exp: New file.
18282 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18283 Adjust expected infrun debug output.
18284
18285 2014-03-20 Pedro Alves <palves@redhat.com>
18286
18287 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18288 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18289
18290 2014-03-20 Pedro Alves <palves@redhat.com>
18291
18292 PR breakpoints/7143
18293 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18294 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18295 of gdb_test_multiple.
18296 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18297 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18298
18299 2014-03-20 Pedro Alves <palves@redhat.com>
18300
18301 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18302 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18303
18304 2014-03-19 Pedro Alves <palves@redhat.com>
18305
18306 * gdb.base/async.exp: Remove early return.
18307
18308 2014-03-19 Pedro Alves <palves@redhat.com>
18309
18310 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18311
18312 2014-03-19 Pedro Alves <palves@redhat.com>
18313
18314 * gdb.base/async.exp (test_background): Expect \r\n after
18315 "completed." in the fail pattern.
18316
18317 2014-03-19 Pedro Alves <palves@redhat.com>
18318
18319 * gdb.base/async.exp (test_background): New procedure.
18320 Use it for all background execution command tests.
18321
18322 2014-03-19 Pedro Alves <palves@redhat.com>
18323
18324 * gdb.base/async.exp: Use prepare_for_testing.
18325
18326 2014-03-19 Pedro Alves <palves@redhat.com>
18327
18328 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18329 the same line.
18330
18331 2014-03-19 Pedro Alves <palves@redhat.com>
18332
18333 * gdb.base/async.c (main): Add "jump here" and "until here" line
18334 marker comments.
18335 * gdb.base/async.exp (jump_here): New global.
18336 (jump& test): Use it.
18337 (until_here): New global.
18338 (until& test): Use it.
18339
18340 2014-03-19 Pedro Alves <palves@redhat.com>
18341
18342 * gdb.base/async.exp: Don't frob gdb_protocol.
18343
18344 2014-03-18 Doug Evans <xdje42@gmail.com>
18345
18346 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18347 Fix spelling of exec-done-display.
18348
18349 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18350
18351 PR gdb/15358
18352 * gdb.base/gdb-sigterm.c: New file.
18353 * gdb.base/gdb-sigterm.exp: New file.
18354
18355 2014-03-18 Pedro Alves <palves@redhat.com>
18356
18357 PR gdb/13860
18358 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18359 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18360 solib-event.
18361
18362 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18363
18364 * gdb.ada/pckd_arr_ren: New testcase.
18365
18366 2014-03-13 Doug Evans <xdje42@gmail.com>
18367
18368 PR guile/16612
18369 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18370 collect after discarding symbols.
18371
18372 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18373 Doug Evans <xdje42@gmail.com>
18374
18375 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18376 to history survives a gc.
18377
18378 2014-03-13 Pedro Alves <palves@redhat.com>
18379
18380 * gdb.base/default.exp: Don't test "target procfs".
18381
18382 2014-03-13 Pedro Alves <palves@redhat.com>
18383
18384 * gdb.base/default.exp: Update "target child" and "target procfs"
18385 tests to not expect "Unix".
18386
18387 2014-03-12 Tom Tromey <tromey@redhat.com>
18388
18389 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18390 New procs. Add target-async tests.
18391 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18392 Add target-async tests.
18393
18394 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18395
18396 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18397 'func_start' and 'func_end' for the beginning and end of the
18398 function code, respectively.
18399 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18400 'func_end' instead of 'func' and 'main'.
18401
18402 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18403
18404 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18405 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18406 generate the debug info assembler source.
18407
18408 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18409
18410 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18411 * gdb.dwarf2/arr-subrange.exp: Likewise.
18412 * gdb.dwarf2/dwz.exp: Likewise.
18413 * gdb.dwarf2/method-ptr.exp: Likewise.
18414 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18415 * gdb.dwarf2/subrange.exp: Likewise.
18416 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18417 * gdb.dwarf2/implptrpiece.exp: Likewise.
18418 * gdb.dwarf2/nostaticblock.exp: Likewise.
18419
18420 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18421
18422 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18423 directory to absolute path name arguments.
18424
18425 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18426
18427 * gdb.ada/tagged_access: New testcase.
18428
18429 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18430
18431 * gdb.btrace/data.exp: Update expected output.
18432
18433 2014-03-06 Yao Qi <yao@codesourcery.com>
18434
18435 * gdb.trace/pr16508.exp: New file.
18436
18437 2014-03-05 Pedro Alves <palves@redhat.com>
18438
18439 PR gdb/16575
18440 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18441 procedure.
18442 (top level): Adjust to use it. Add tests that exercise breakpoint
18443 interaction with the code-cache.
18444
18445 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18446
18447 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18448 test for 'history-append!'.
18449
18450 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18451
18452 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18453 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18454 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18455 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18456 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18457 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18458
18459 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18460
18461 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18462 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18463 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18464
18465 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18466
18467 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18468
18469 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18470
18471 * gdb.dwarf2/arr-stride.c: New file.
18472 * gdb.dwarf2/arr-stride.exp: New file.
18473
18474 2014-02-26 Pedro Alves <palves@redhat.com>
18475
18476 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18477 that won't ever trigger. Make sure that GDB reports the correct
18478 breakpoint that caused the stop.
18479
18480 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18481
18482 PR gdb/16626
18483 * gdb.base/auto-load-script: New file.
18484 * gdb.base/auto-load.c: New file.
18485 * gdb.base/auto-load.exp: New file.
18486
18487 PR gdb/16626
18488 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18489
18490 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18491
18492 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18493 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18494
18495 2014-02-24 Doug Evans <dje@google.com>
18496
18497 * lib/gdb.exp (run_on_host): Log error output if program fails.
18498
18499 2014-02-21 Pedro Alves <palves@redhat.com>
18500
18501 * gdb.threads/step-after-sr-lock.c: Rename to ...
18502 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18503 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18504 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18505 ... this.
18506
18507 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18508
18509 PR tdep/16397
18510 * gdb.arch/amd64-stap-special-operands.exp: New file.
18511 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18512 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18513 * gdb.arch/amd64-stap-triplet.S: Likewise.
18514 * gdb.arch/amd64-stap-triplet.c: Likewise.
18515
18516 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18517
18518 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18519 in .section pseudo-op.
18520
18521 2014-02-20 lin zuojian <manjian2006@gmail.com>
18522 Joel Brobecker <brobecker@adacore.com>
18523 Doug Evans <xdje42@gmail.com>
18524
18525 PR symtab/16581
18526 * gdb.dwarf2/dw2-icycle.S: New file.
18527 * gdb.dwarf2/dw2-icycle.c: New file.
18528 * gdb.dwarf2/dw2-icycle.exp: New file.
18529
18530 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18531
18532 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18533 operations on gdb.Value objects.
18534 * gdb.python/py-value-cc.exp: Add new test to test operations on
18535 gdb.Value objects.
18536
18537 2014-02-18 Doug Evans <dje@google.com>
18538
18539 * Makefile.in (TESTS): New variable.
18540 (expanded_tests, expanded_tests_or_none): New variables
18541 (check-single): Pass $(expanded_tests_or_none) to runtest.
18542 (check-parallel): Only run tests in $(TESTS) if non-empty.
18543 (check/no-matching-tests-found): New rule.
18544 * README: Document TESTS makefile variable.
18545
18546 2014-02-18 Doug Evans <dje@google.com>
18547
18548 * Makefile.in (check-parallel): rm -rf outputs temp.
18549
18550 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18551
18552 Fix "ERROR: no fileid for" in the testsuite.
18553 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18554
18555 2014-02-12 Doug Evans <dje@google.com>
18556
18557 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18558 (MISCELLANEOUS): New variable.
18559 (clean): rm -rf $(MISCELLANEOUS).
18560 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18561 dwp live in the same directory as symlinks, with each symlink pointed
18562 to a differently named file in a different directory.
18563
18564 2014-02-11 Doug Evans <dje@google.com>
18565
18566 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18567 of Tcl file commands.
18568
18569 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18570
18571 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18572 "kill -SIGUSR1 -1".
18573
18574 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18575
18576 * gdb.ada/tick_length_array_enum_idx: New testcase.
18577
18578 2014-02-10 Doug Evans <xdje42@gmail.com>
18579
18580 * configure.ac (AC_OUTPUT): Add gdb.guile.
18581 * configure: Regenerate.
18582 * lib/gdb-guile.exp: New file.
18583 * lib/gdb.exp (get_target_charset): New function.
18584 * gdb.base/help.exp: Update expected output from "apropos apropos".
18585 * gdb.guile/Makefile.in: New file.
18586 * gdb.guile/guile.exp: New file.
18587 * gdb.guile/scm-arch.c: New file.
18588 * gdb.guile/scm-arch.exp: New file.
18589 * gdb.guile/scm-block.c: New file.
18590 * gdb.guile/scm-block.exp: New file.
18591 * gdb.guile/scm-breakpoint.c: New file.
18592 * gdb.guile/scm-breakpoint.exp: New file.
18593 * gdb.guile/scm-disasm.c: New file.
18594 * gdb.guile/scm-disasm.exp: New file.
18595 * gdb.guile/scm-equal.c: New file.
18596 * gdb.guile/scm-equal.exp: New file.
18597 * gdb.guile/scm-error.exp: New file.
18598 * gdb.guile/scm-error.scm: New file.
18599 * gdb.guile/scm-frame-args.c: New file.
18600 * gdb.guile/scm-frame-args.exp: New file.
18601 * gdb.guile/scm-frame-args.scm: New file.
18602 * gdb.guile/scm-frame-inline.c: New file.
18603 * gdb.guile/scm-frame-inline.exp: New file.
18604 * gdb.guile/scm-frame.c: New file.
18605 * gdb.guile/scm-frame.exp: New file.
18606 * gdb.guile/scm-generics.exp: New file.
18607 * gdb.guile/scm-gsmob.exp: New file.
18608 * gdb.guile/scm-iterator.c: New file.
18609 * gdb.guile/scm-iterator.exp: New file.
18610 * gdb.guile/scm-math.c: New file.
18611 * gdb.guile/scm-math.exp: New file.
18612 * gdb.guile/scm-objfile-script-gdb.in: New file.
18613 * gdb.guile/scm-objfile-script.c: New file.
18614 * gdb.guile/scm-objfile-script.exp: New file.
18615 * gdb.guile/scm-objfile.c: New file.
18616 * gdb.guile/scm-objfile.exp: New file.
18617 * gdb.guile/scm-ports.exp: New file.
18618 * gdb.guile/scm-pretty-print.c: New file.
18619 * gdb.guile/scm-pretty-print.exp: New file.
18620 * gdb.guile/scm-pretty-print.scm: New file.
18621 * gdb.guile/scm-section-script.c: New file.
18622 * gdb.guile/scm-section-script.exp: New file.
18623 * gdb.guile/scm-section-script.scm: New file.
18624 * gdb.guile/scm-symbol.c: New file.
18625 * gdb.guile/scm-symbol.exp: New file.
18626 * gdb.guile/scm-symtab-2.c: New file.
18627 * gdb.guile/scm-symtab.c: New file.
18628 * gdb.guile/scm-symtab.exp: New file.
18629 * gdb.guile/scm-type.c: New file.
18630 * gdb.guile/scm-type.exp: New file.
18631 * gdb.guile/scm-value-cc.cc: New file.
18632 * gdb.guile/scm-value-cc.exp: New file.
18633 * gdb.guile/scm-value.c: New file.
18634 * gdb.guile/scm-value.exp: New file.
18635 * gdb.guile/source2.scm: New file.
18636 * gdb.guile/types-module.cc: New file.
18637 * gdb.guile/types-module.exp: New file.
18638
18639 2014-02-10 Yao Qi <yao@codesourcery.com>
18640
18641 PR testsuite/16543
18642 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18643 * configure: Regenerated.
18644 * Makefile.in: New file.
18645
18646 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18647
18648 * gdb.python/py-framefilter.exp: Fix typo.
18649
18650 2014-02-08 Yao Qi <yao@codesourcery.com>
18651
18652 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18653 that no =breakpoint-modified is emitted when breakpoints are
18654 modified through MI commands.
18655
18656 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18657 Pedro Alves <palves@redhat.com>
18658
18659 * gdb.threads/step-after-sr-lock.c: New file.
18660 * gdb.threads/step-after-sr-lock.exp: New file.
18661
18662 2014-02-07 Pedro Alves <palves@redhat.com>
18663
18664 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18665
18666 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18667
18668 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18669 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18670
18671 2014-02-06 Doug Evans <xdje42@gmail.com>
18672
18673 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18674 output.
18675
18676 * gdb.gdb/python-interrupts.exp: New file.
18677
18678 2014-02-05 Yao Qi <yao@codesourcery.com>
18679
18680 * gdb.trace/report.exp (use_collected_data): Test the output
18681 of "info threads" and "info inferiors".
18682
18683 2014-02-05 Yao Qi <yao@codesourcery.com>
18684
18685 Revert this patch:
18686
18687 2013-05-24 Yao Qi <yao@codesourcery.com>
18688
18689 * gdb.trace/tfile.exp: Test inferior and thread.
18690
18691 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18692
18693 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18694 on a function.
18695 * gdb.base/step-bt.c: Call hello via function pointer to make
18696 sure its first instruction is executed on powerpc64le-linux.
18697
18698 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18699
18700 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18701
18702 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18703
18704 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18705 of the test patterns for use on little-endian systems.
18706
18707 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18708
18709 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18710 (decimal_vector): Fix for little-endian.
18711
18712 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18713
18714 * gdb.arch/sparc-sysstep.exp: New file.
18715 * gdb.arch/sparc-sysstep.c: Likewise.
18716
18717 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18718
18719 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18720
18721 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18722
18723 2014-01-23 Tom Tromey <tromey@redhat.com>
18724
18725 * gdb.ada/array_char_idx: New testcase.
18726
18727 2014-01-23 Tom Tromey <tromey@redhat.com>
18728
18729 PR python/16487:
18730 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18731 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18732 classes.
18733
18734 2014-01-23 Tom Tromey <tromey@redhat.com>
18735
18736 PR python/16491:
18737 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18738 string from an inferior frame.
18739 * gdb.python/py-framefilter-mi.exp: Update.
18740
18741 2014-01-22 Doug Evans <dje@google.com>
18742
18743 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18744
18745 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18746
18747 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18748
18749 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18750
18751 * gdb.trace/entry-values.exp: Remove excess space character from
18752 regex patterns. Handle s390 call instruction.
18753
18754 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18755
18756 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18757 define "*_start" label. Make "name" static.
18758 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18759 ${name} by references to ${name}_start.
18760
18761 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18762
18763 * gdb.base/info-macros.exp: Remove "debug" from the compile
18764 options.
18765
18766 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18767
18768 * gdb.dlang/demangle.exp: New file.
18769
18770 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18771
18772 * gdb.dlang/primitive-types.exp: New file.
18773
18774 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18775
18776 * configure.ac: Create gdb.dlang/Makefile.
18777 * configure: Regenerate.
18778 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18779 * gdb.dlang/Makefile.in: New file.
18780 * lib/d-support.exp: New file.
18781 * lib/gdb.exp (skip_d_tests): New proc.
18782
18783 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18784
18785 * gdb.btrace/delta.exp: Check reverse stepi.
18786 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18787 * gdb.btrace/finish.exp: New.
18788 * gdb.btrace/next.exp: New.
18789 * gdb.btrace/nexti.exp: New.
18790 * gdb.btrace/record_goto.c: Add comments.
18791 * gdb.btrace/step.exp: New.
18792 * gdb.btrace/stepi.exp: New.
18793 * gdb.btrace/multi-thread-step.c: New.
18794 * gdb.btrace/multi-thread-step.exp: New.
18795 * gdb.btrace/rn-dl-bind.c: New.
18796 * gdb.btrace/rn-dl-bind.exp: New.
18797 * gdb.btrace/data.c: New.
18798 * gdb.btrace/data.exp: New.
18799 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18800
18801 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18802
18803 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18804 * gdb.btrace/exception.exp: Update.
18805 * gdb.btrace/instruction_history.exp: Update.
18806 * gdb.btrace/record_goto.exp: Update.
18807 * gdb.btrace/tailcall.exp: Update.
18808 * gdb.btrace/unknown_functions.exp: Update.
18809 * gdb.btrace/delta.exp: New.
18810
18811 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18812
18813 * gdb.btrace/record_goto.exp: Add backtrace test.
18814 * gdb.btrace/tailcall.exp: Add backtrace test.
18815
18816 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18817
18818 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18819 * gdb.btrace/record_goto.c: New.
18820 * gdb.btrace/record_goto.exp: New.
18821 * gdb.btrace/x86-record_goto.S: New.
18822
18823 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18824
18825 * gdb.btrace/function_call_history.exp: Update tests.
18826 * gdb.btrace/instruction_history.exp: Update tests.
18827
18828 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18829
18830 * gdb.btrace/function_call_history.exp: Fix expected field
18831 order for "record function-call-history".
18832 Add new tests for "record function-call-history /c".
18833 * gdb.btrace/exception.cc: New.
18834 * gdb.btrace/exception.exp: New.
18835 * gdb.btrace/tailcall.exp: New.
18836 * gdb.btrace/x86-tailcall.S: New.
18837 * gdb.btrace/x86-tailcall.c: New.
18838 * gdb.btrace/unknown_functions.c: New.
18839 * gdb.btrace/unknown_functions.exp: New.
18840 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18841
18842 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18843
18844 * gdb.btrace/instruction_history.exp: Update.
18845 * gdb.btrace/function_call_history.exp: Update.
18846
18847 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18848
18849 * gdb.btrace/function_call_history.exp: Fix expected function
18850 trace.
18851 * gdb.btrace/instruction_history.exp: Initialize traced.
18852 Remove traced_functions.
18853
18854 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18855
18856 * gdb.btrace/function_call_history.exp: Update
18857 * gdb.btrace/instruction_history.exp: Update.
18858
18859 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18860
18861 * gdb.btrace/enable.exp: Update expected text.
18862
18863 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18864
18865 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18866 bytes.
18867
18868 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18869
18870 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18871
18872 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18873
18874 * lib/gdb.exp (supports_process_record): Return true for
18875 arm*-linux*. (supports_reverse): Likewise.
18876
18877 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18878
18879 PR python/15464
18880 PR python/16113
18881 * gdb.python/py-type.c: Enhance test case.
18882 * gdb.python/py-value-cc.cc: Likewise
18883 * gdb.python/py-type.exp: Add new tests.
18884 * gdb.python/py-value-cc.exp: Likewise
18885
18886 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18887 Pedro Alves <palves@redhat.com>
18888
18889 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18890 Make "name" extern.
18891 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18892 references to ${name}_start by references to ${name}.
18893
18894 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18895
18896 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18897
18898 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18899
18900 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18901
18902 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18903 Pedro Alves <palves@redhat.com>
18904
18905 * gdb.mi/mi-info-os.exp: Connect to the target with
18906 mi_gdb_target_load.
18907
18908 2014-01-08 Pedro Alves <palves@redhat.com>
18909
18910 * gdb.threads/reconnect-signal.c: New file.
18911 * gdb.threads/reconnect-signal.exp: New file.
18912
18913 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18914
18915 * gdb.base/source-dir.exp: New file.
18916
18917 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18918
18919 * gdb.ada/mi_interface: New testcase.
18920
18921 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18922
18923 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18924 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18925 gdb.ada/pp-rec-component/pck.ads: New files.
18926
18927 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18928
18929 * gdb.python/py-pp-integral.c: New file.
18930 * gdb.python/py-pp-integral.py: New file.
18931 * gdb.python/py-pp-integral.exp: New file.
18932
18933 For older changes see ChangeLog-1993-2013.
18934 \f
18935 ;; Local Variables:
18936 ;; mode: change-log
18937 ;; left-margin: 8
18938 ;; fill-column: 74
18939 ;; version-control: never
18940 ;; End:
18941
18942 Copyright 2014-2020 Free Software Foundation, Inc.
18943 Copying and distribution of this file, with or without modification,
18944 are permitted provided the copyright notice and this notice are preserved.
This page took 0.619819 seconds and 5 git commands to generate.