[gdb] Fix hang after ext sigkill
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-04-21 Tom de Vries <tdevries@suse.de>
2
3 PR gdb/25471
4 * gdb.threads/killed-outside.c: New test.
5 * gdb.threads/killed-outside.exp: New file.
6
7 2020-04-20 Gary Benson <gbenson@redhat.com>
8
9 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
10 * gdb.base/nested-subp2.exp: Likewise.
11 * gdb.base/nested-subp3.exp: Likewise.
12
13 2020-04-20 Gary Benson <gbenson@redhat.com>
14
15 * gdb.base/nested-subp1.exp: Disable test when using clang.
16 * gdb.base/nested-subp2.exp: Likewise.
17 * gdb.base/nested-subp3.exp: Likewise.
18
19 2020-04-20 Gary Benson <gbenson@redhat.com>
20
21 * gdb.cp/exception.cc: Fix compilation error with clang.
22
23 2020-04-20 Gary Benson <gbenson@redhat.com>
24
25 * gdb.trace/tspeed.c: Fix compilation error with clang.
26
27 2020-04-20 Gary Benson <gbenson@redhat.com>
28
29 * gdb.base/jit-main.c: Fix compilation error with clang.
30
31 2020-04-17 Kamil Rytarowski <n54@gmx.com>
32
33 * gdb.base/attach-twice.c: Include "sys/types.h".
34 (PTRACE_ATTACH): Add fallback definition.
35 (main): Pass `0' to the 4th argument of `ptrace'.
36
37 2020-04-17 Kamil Rytarowski <n54@gmx.com>
38
39 * gdb.base/fork-running-state.c: Include "signal.h".
40
41 2020-04-17 Tom Tromey <tromey@adacore.com>
42
43 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
44 Update tests.
45 * gdb.btrace/cpu.exp: Update tests.
46 * gdb.base/maint.exp: Update tests.
47 * gdb.base/default.exp: Update tests.
48 * gdb.base/completion.exp: Update tests.
49
50 2020-04-16 Tom de Vries <tdevries@suse.de>
51
52 PR symtab/25791
53 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
54 (ensure_gdb_index): and factor out and move ...
55 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
56 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
57
58 2020-04-16 Tom de Vries <tdevries@suse.de>
59
60 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
61 loading exec.
62
63 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * gdb.base/many-completions.exp: New file.
66
67 2020-04-14 Tom de Vries <tdevries@suse.de>
68
69 PR symtab/25718
70 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
71
72 2020-04-14 Tom de Vries <tdevries@suse.de>
73
74 PR symtab/25720
75 * gdb.base/maint-expand-symbols-header-file.c: New test.
76 * gdb.base/maint-expand-symbols-header-file.exp: New file.
77 * gdb.base/maint-expand-symbols-header-file.h: New test.
78
79 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
80
81 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
82 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
83 get_func_info.
84 (get_func_info): Delete.
85 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
86 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
87 * lib/dwarf.exp (get_func_info): New function.
88
89 2020-04-13 Tom de Vries <tdevries@suse.de>
90
91 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
92 to what find_gnatmake does.
93
94 2020-04-10 Tom de Vries <tdevries@suse.de>
95
96 * gdb.base/style.exp: Expect "Expanding full symbols" message for
97 -readnow.
98
99 2020-04-10 Tom de Vries <tdevries@suse.de>
100
101 PR cli/25808
102 * gdb.base/style.c: Add leading newlines.
103 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
104 Check listing of main's one-line body.
105
106 2020-04-08 Tom de Vries <tdevries@suse.de>
107
108 * lib/gdb.exp (psymtabs_p): New proc.
109 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
110 importing unit" unsupported if there are no partial symbols.
111
112 2020-04-08 Tom de Vries <tdevries@suse.de>
113
114 PR testsuite/25760
115 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
116
117 2020-04-07 Tom de Vries <tdevries@suse.de>
118
119 PR symtab/25796
120 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
121
122 2020-04-07 Tom de Vries <tdevries@suse.de>
123
124 * gdb.base/check-psymtab.c: New test.
125 * gdb.base/check-psymtab.exp: New file.
126
127 2020-04-06 Tom Tromey <tromey@adacore.com>
128
129 * gdb.ada/variant-record/proc.adb: New file.
130 * gdb.ada/variant-record/value.adb: New file.
131 * gdb.ada/variant-record/value.s: New file.
132 * gdb.ada/variant-record.exp: New file.
133
134 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
135
136 PR gdb/25325
137 * gdb.cp/typed-enum.cc: New test.
138 * gdb.cp/typed-enum.exp: New file.
139
140 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
143 * gdb.dwarf2/dw2-inline-small-func.c: New file.
144 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
145 * gdb.dwarf2/dw2-inline-small-func.h: New file.
146 * gdb.opt/inline-small-func.c: New file.
147 * gdb.opt/inline-small-func.exp: New file.
148 * gdb.opt/inline-small-func.h: New file.
149
150 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
153 function.
154
155 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * lib/dwarf.exp (function_range): Allow compiler options to be
158 specified.
159
160 2020-04-02 Tom de Vries <tdevries@suse.de>
161
162 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
163 __attribute__((always_inline)).
164 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
165
166 2020-04-02 Tom de Vries <tdevries@suse.de>
167
168 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
169 (gdbserver_gdb_exit): ... here. Add timeout warning.
170 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
171 (connect_target_extended_remote): Append new server_spawn_id to
172 server_spawn_ids.
173 (cleanup): New proc.
174 (setup, <toplevel>): Call cleanup.
175
176 2020-04-02 Tom de Vries <tdevries@suse.de>
177
178 * gdb.base/main-psymtab.exp: New file.
179
180 2020-04-02 Tom de Vries <tdevries@suse.de>
181
182 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
183
184 2020-04-01 Tom Tromey <tom@tromey.com>
185
186 * gdb.base/complex-parts.exp: Add type tests.
187
188 2020-04-01 Tom Tromey <tom@tromey.com>
189
190 * gdb.base/complex-parts.exp: Add arithmetic tests.
191
192 2020-04-01 Tom Tromey <tom@tromey.com>
193
194 * gdb.compile/compile.exp: Update.
195 * gdb.compile/compile-cplus.exp: Update.
196 * gdb.base/varargs.exp: Update.
197 * gdb.base/floatn.exp: Update.
198 * gdb.base/endianity.exp: Update.
199 * gdb.base/callfuncs.exp (do_function_calls): Update.
200 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
201 (complex_float_integral_args): Update.
202 * gdb.base/complex.exp: Update.
203 * gdb.base/complex-parts.exp: Update.
204
205 2020-04-01 Tom Tromey <tromey@adacore.com>
206
207 * gdb.rust/union.rs: New file.
208 * gdb.rust/union.exp: New file.
209 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
210 (main): Update.
211 * gdb.rust/simple.exp: Move union tests to union.exp.
212
213 2020-04-01 Tom Tromey <tromey@adacore.com>
214
215 * gdb.rust/simple.rs (main): Remove "y0".
216
217 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
218
219 * gdb.multi/stop-all-on-exit.c: New test.
220 * gdb.multi/stop-all-on-exit.exp: New file.
221
222 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
223
224 PR gdb/24789
225 * gdb.cp/misc.cc: Add integer reference variable.
226 * gdb.cp/misc.exp: Add test.
227
228 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
229
230 * gdb.server/stop-reply-no-thread.exp: Enhance the test
231 scenario to cover execution until the end and also the case
232
233 2020-03-31 Tom de Vries <tdevries@suse.de>
234
235 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
236 c. Use "maint info symtabs" to check symtab expansion.
237
238 2020-03-30 Tom de Vries <tdevries@suse.de>
239
240 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
241 unsupported.
242 (verify_psymtab_expanded): Move ...
243 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
244 test.
245 (readnow): New proc.
246
247 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
250 with $hex.
251
252 2020-03-20 Tom Tromey <tromey@adacore.com>
253
254 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
255
256 2020-03-20 Tom Tromey <tromey@adacore.com>
257
258 * gdb.ada/sub_variant/subv.adb: New file.
259 * gdb.ada/sub_variant.exp: New file.
260
261 2020-03-20 Tom de Vries <tdevries@suse.de>
262
263 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
264 first break fails.
265 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
266
267 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 * gdb.server/exit-multiple-threads.c: New file.
270 * gdb.server/exit-multiple-threads.exp: New file.
271
272 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.fortran/mixed-lang-stack.c: New file.
275 * gdb.fortran/mixed-lang-stack.cpp: New file.
276 * gdb.fortran/mixed-lang-stack.exp: New file.
277 * gdb.fortran/mixed-lang-stack.f90: New file.
278
279 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
280
281 * gdb.linespec/cp-completion-aliases.cc: New file.
282 * gdb.linespec/cp-completion-aliases.exp: New file.
283
284 2020-03-19 Tom de Vries <tdevries@suse.de>
285
286 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
287 more precise.
288
289 2020-03-18 Tom de Vries <tdevries@suse.de>
290
291 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
292 * gdb.dwarf2/break-inline-psymtab.c: New test.
293 * gdb.dwarf2/break-inline-psymtab.exp: New file.
294
295 2020-03-16 Tom de Vries <tdevries@suse.de>
296
297 * lib/cache.exp (gdb_do_cache): Add and handle local variables
298 cache_verify and cache_verify_proc.
299
300 2020-03-15 Tom de Vries <tdevries@suse.de>
301
302 * gdb.server/solib-list.exp: Handle
303 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
304
305 2020-03-15 Tom de Vries <tdevries@suse.de>
306
307 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
308 objfiles".
309
310 2020-03-14 Tom Tromey <tom@tromey.com>
311
312 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
313
314 2020-03-14 Tom de Vries <tdevries@suse.de>
315
316 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
317
318 2020-03-14 Tom de Vries <tdevries@suse.de>
319
320 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
321 result in line-by-line fashion.
322
323 2020-03-14 Tom de Vries <tdevries@suse.de>
324
325 * lib/gdb.exp (supports_statement_frontiers): New proc.
326 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
327
328 2020-03-14 Tom de Vries <tdevries@suse.de>
329
330 * gdb.base/printcmds.exp: Add missing quoting for "print
331 teststring2".
332
333 2020-03-13 Tom Tromey <tom@tromey.com>
334
335 * gdb.base/printcmds.exp (test_print_strings): Add regression
336 test.
337 * gdb.base/printcmds.c (charptr): New typedef.
338 (teststring2): New global.
339
340 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * gdb.base/break-interp.exp: Use the tail of the filename, not the
343 full path in the test name.
344 (test_ld): Add some with_test_prefix blocks to make test names
345 unique.
346
347 2020-03-13 Tom de Vries <tdevries@suse.de>
348
349 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
350
351 2020-03-13 Tom de Vries <tdevries@suse.de>
352
353 * gdb.mi/mi-sym-info.exp: Make matching more precise.
354
355 2020-03-13 Tom de Vries <tdevries@suse.de>
356
357 PR symtab/25646
358 * gdb.dwarf2/imported-unit.exp: Add test.
359
360 2020-03-13 Tom de Vries <tdevries@suse.de>
361
362 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
363 (var1, var2): New variable.
364 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
365 matching symbols.
366
367 2020-03-13 Tom de Vries <tdevries@suse.de>
368
369 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
370 (Term::command): Use prompt prefix.
371 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
372 * gdb.tui/tui-layout-asm-short-prog.exp: Use
373 command_no_prompt_prefix instead of prefix.
374 * gdb.tui/tui-layout-asm.exp: Same.
375
376 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
377
378 * gdb.base/break-interp.exp: Use foreach_with_prefix.
379
380 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
381
382 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
383 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
384 on" while stepping over the test instruction, match printed
385 message.
386
387 2020-03-12 Tom de Vries <tdevries@suse.de>
388
389 * gdb.base/info-types.exp: Use exp_continue during matching of output
390 of "info types".
391
392 2020-03-12 Tom de Vries <tdevries@suse.de>
393
394 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
395
396 2020-03-12 Tom de Vries <tdevries@suse.de>
397
398 * gdb.fortran/module.exp: Use exp_continue during matching of output
399 of "info variable -n".
400
401 2020-03-12 Tom de Vries <tdevries@suse.de>
402
403 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
404 gdb.dwarf2/dw2-ranges-base.c.
405
406 2020-03-12 Tom de Vries <tdevries@suse.de>
407
408 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
409 in presence of GLIBC debuginfo.
410
411 2020-03-12 Tom de Vries <tdevries@suse.de>
412
413 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
414 $core.
415
416 2020-03-12 Tom de Vries <tdevries@suse.de>
417
418 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
419 more precise.
420
421 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
422
423 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
424 from Unix to Windows path.
425
426 2020-03-11 Tom de Vries <tdevries@suse.de>
427
428 * gdb.ada/minsyms.exp: Set language to ada.
429
430 2020-03-11 Tom de Vries <tdevries@suse.de>
431
432 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
433
434 2020-03-11 Tom de Vries <tdevries@suse.de>
435
436 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
437
438 2020-03-11 Tom Tromey <tromey@adacore.com>
439
440 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
441
442 2020-03-11 Tom de Vries <tdevries@suse.de>
443
444 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
445
446 2020-03-11 Tom de Vries <tdevries@suse.de>
447
448 * gdb.base/break-interp.exp: Limit verbose scope.
449
450 2020-03-11 Tom de Vries <tdevries@suse.de>
451
452 * gdb.fortran/logical.f90: Define variable with character type.
453 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
454
455 2020-03-11 Tom de Vries <tdevries@suse.de>
456
457 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
458
459 2020-03-11 Tom de Vries <tdevries@suse.de>
460
461 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
462 symtabs.
463
464 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
465 Bernd Edlinger <bernd.edlinger@hotmail.de>
466
467 * gdb.cp/step-and-next-inline.cc: New file.
468 * gdb.cp/step-and-next-inline.exp: New file.
469 * gdb.cp/step-and-next-inline.h: New file.
470 * gdb.dwarf2/dw2-is-stmt.c: New file.
471 * gdb.dwarf2/dw2-is-stmt.exp: New file.
472 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
473 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
474 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
475
476 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
479 is-stmt flag in the line table.
480
481 2020-03-09 Tom de Vries <tdevries@suse.de>
482
483 * lib/gdb.exp (cached_file): Create cache dir.
484
485 2020-03-07 Tom de Vries <tdevries@suse.de>
486
487 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
488 * gdb.cp/rvalue-ref-params.exp: Same.
489
490 2020-03-06 Tom de Vries <tdevries@suse.de>
491
492 * lib/gdb.exp (tentative_rename, cached_file): New proc.
493 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
494
495 2020-03-06 Tom de Vries <tdevries@suse.de>
496
497 * README: Fix "the the".
498 * gdb.base/dprintf.exp: Same.
499
500 2020-03-05 Tom de Vries <tdevries@suse.de>
501
502 * gdb.base/maint.exp: Update "main print statistics" expected output.
503
504 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
505
506 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
507 (fortran_int8): Likewise.
508 (fortran_real4): Likewise.
509 (fortran_real8): Likewise.
510 (fortran_complex4): Likewise.
511 (fortran_logical4): Likewise.
512 (fortran_character1): Likewise.
513
514 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * gdb.fortran/logical.exp: Add tests that any non-zero value is
517 printed as true.
518
519 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
520
521 * gdb.base/printcmds.exp: Add test to verify printf of a
522 variable holding an address.
523
524 2020-03-03 Tom de Vries <tdevries@suse.de>
525
526 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
527
528 2020-03-03 Tom de Vries <tdevries@suse.de>
529
530 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
531 gdb_test_multiple call.
532
533 2020-03-03 Tom de Vries <tdevries@suse.de>
534
535 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
536 gdb_test_multiple calls.
537
538 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * gdb.base/default.exp: Remove test of 'set history filename'.
541 * gdb.base/gdbinit-history.exp: Add tests for setting the history
542 filename to the empty string.
543 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
544 and GDBHISTSIZE.
545
546 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
549 disabled.
550
551 2020-03-02 Pedro Alves <palves@redhat.com>
552 Tom de Vries <tdevries@suse.de>
553
554 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
555 -prompt prefix, before user_code argument. Add -lbl option likewise.
556 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
557 (gdb_is_target_1): Add -prompt prefix and move to before user_code
558 argument.
559 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
560 have "\r\n" at start-of-line, instead of at end-of-line.
561
562 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
563
564 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
565 libinproctrace.so.
566
567 2020-02-28 Luis Machado <luis.machado@linaro.org>
568
569 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
570 to "p/x".
571
572 2020-02-28 Luis Machado <luis.machado@linaro.org>
573
574 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
575 asm/ptrace.h and error.h.
576
577 2020-02-28 Tom de Vries <tdevries@suse.de>
578
579 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
580 (struct wrapper, do_something, mundane/symada__cS): Move ...
581 * gdb.base/c-linkage-name-2.c: ... here. New source file.
582 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
583 Update "print symada__cS before partial symtab expansion" regexp.
584 Update breakpoint location. Flush symbol cache after expansion.
585
586 2020-02-28 Luis Machado <luis.machado@linaro.org>
587
588 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
589
590 2020-02-27 Tom de Vries <tdevries@suse.de>
591
592 * config/sid.exp: Remove unused globals.
593 * gdb.base/attach.exp: Same.
594 * gdb.base/catch-load.exp: Same.
595 * gdb.base/dbx.exp: Same.
596 * lib/gdb.exp: Same.
597 * lib/mi-support.exp: Same.
598 * lib/prompt.exp: Same.
599
600 2020-02-27 Tom de Vries <tdevries@suse.de>
601
602 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
603 not set.
604
605 2020-02-26 Aaron Merey <amerey@redhat.com>
606
607 * gdb.debuginfod: New directory for debuginfod tests.
608 * gdb.debuginfod/main.c: New test file.
609 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
610
611 2020-02-26 Tom de Vries <tdevries@suse.de>
612
613 PR gdb/25603
614 * gdb.base/persistent-lang.cc: New test.
615 * gdb.base/persistent-lang.exp: New file.
616
617 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
618
619 * gdb.fortran/derived-type-striding.exp: Add a new test.
620 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
621 new test.
622
623 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
624
625 * gdb.base/cached-source-file.exp: Avoid source file paths in test
626 names.
627
628 2020-02-25 Tom de Vries <tdevries@suse.de>
629
630 PR go/18926
631 * gdb.go/methods.exp: Remove gcc/93866 xfail.
632
633 2020-02-24 Tom de Vries <tdevries@suse.de>
634
635 PR gdb/25592
636 * gdb.base/info-locals-unused-static-var.c: New test.
637 * gdb.base/info-locals-unused-static-var.exp: New file.
638
639 2020-02-22 Tom Tromey <tom@tromey.com>
640
641 * gdb.python/tui-window.exp: New file.
642 * gdb.python/tui-window.py: New file.
643
644 2020-02-22 Tom Tromey <tom@tromey.com>
645
646 PR tui/17850:
647 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
648 tests.
649
650 2020-02-22 Tom Tromey <tom@tromey.com>
651
652 * gdb.tui/new-layout.exp: Add sub-layout tests.
653
654 2020-02-22 Tom Tromey <tom@tromey.com>
655
656 * gdb.tui/new-layout.exp: New file.
657
658 2020-02-22 Tom Tromey <tom@tromey.com>
659
660 * gdb.rust/rust-style.rs: New file.
661 * gdb.rust/rust-style.exp: New file.
662 * gdb.base/style.exp: Test structure printing.
663 * gdb.base/style.c (struct some_struct): New type.
664 (enum etype): New type.
665 (struct_value): New global.
666
667 2020-02-21 Tom de Vries <tdevries@suse.de>
668
669 PR go/18926
670 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
671 Remove blanket xfails. Use message argument for gdb_breakpoint.
672 Make continuing to breakpoint test conditional on setting breakpoint.
673 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
674 DW_AT_name attribute. Add xfail for GCC PR93866.
675
676 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * gdb.dwarf2/cpp-linkage-name.c: New file.
679 * gdb.dwarf2/cpp-linkage-name.exp: New file.
680
681 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
682
683 * lib/gdb.exp (gdb_wrapper_init): Reset
684 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
685 not exist.
686
687 2020-02-20 Tom de Vries <tdevries@suse.de>
688
689 PR go/17018
690 * gdb.go/hello.exp: Copy ...
691 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
692 print of st to print value of global definition. Add xfail for GCC
693 PR93844.
694 * gdb.go/hello.exp: Remove printing of st before definition.
695 * gdb.go/hello.go: Copy ...
696 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
697 to st.
698 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
699
700 2020-02-20 Tom de Vries <tdevries@suse.de>
701
702 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
703 (gdb_simple_compile): Handle compile_flags go by using .go extension
704 for source file.
705 * gdb.go/chan.exp: Use support_go_compile.
706 * gdb.go/handcall.exp: Same.
707 * gdb.go/hello.exp: Same.
708 * gdb.go/integers.exp: Same.
709 * gdb.go/max-depth.exp: Same.
710 * gdb.go/methods.exp: Same.
711 * gdb.go/package.exp: Same.
712 * gdb.go/strings.exp: Same.
713 * gdb.go/types.exp: Same.
714 * gdb.go/unsafe.exp: Same.
715
716 2020-02-19 Tom de Vries <tdevries@suse.de>
717
718 * gdb.python/lib-types.exp: Make xfail more strict.
719
720 2020-02-19 Tom de Vries <tdevries@suse.de>
721
722 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
723
724 2020-02-19 Doug Evans <dje@google.com>
725
726 PR rust/25535
727 * gdb.rust/simple.exp: Add test.
728 * gdb.rust/simple.rs: Add test.
729
730 2020-02-19 Tom de Vries <tdevries@suse.de>
731
732 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
733 output line-by-line.
734
735 2020-02-19 Tom de Vries <tdevries@suse.de>
736
737 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
738
739 2020-02-19 Tom de Vries <tdevries@suse.de>
740
741 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
742 prelink.
743
744 2020-02-19 Tom de Vries <tdevries@suse.de>
745
746 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
747 (gdb_do_cache): Use gdb_do_cache_wrap.
748 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
749
750 2020-02-19 Tom de Vries <tdevries@suse.de>
751
752 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
753 gdb_compile option.
754
755 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
756
757 * gdb.base/printcmds.exp (test_print_enums): Update expected
758 output.
759
760 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
761
762 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
763 for "unknown".
764
765 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
766
767 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
768 enumerator.
769
770 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
771
772 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
773 FE_, add FE_NONE.
774 (three): Update.
775 (enum flag_enum_without_zero): New enum.
776 (flag_enum_without_zero): New variable.
777 (enum not_flag_enum): New enum.
778 (three_not_flag): New variable.
779 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
780 (test_print_enums): Add more tests for printing flag enums.
781
782 2020-02-18 Tom de Vries <tdevries@suse.de>
783
784 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
785 (gdb_compile_ada): ... here.
786 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
787 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
788
789 2020-02-14 Tom Tromey <tom@tromey.com>
790
791 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
792 build directory.
793 * boards/gdbserver-base.exp: Update path to gdbserver.
794
795 2020-02-13 Tom de Vries <tdevries@suse.de>
796
797 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
798
799 2020-02-13 Tom de Vries <tdevries@suse.de>
800
801 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
802 are missing.
803
804 2020-02-13 Tom de Vries <tdevries@suse.de>
805
806 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
807 call.
808
809 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
810
811 PR tui/25126
812 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
813 * gdb.base/cached-source-file.c: New file.
814 * gdb.base/cached-source-file.exp: New file.
815
816 2020-02-11 Tom de Vries <tdevries@suse.de>
817
818 PR testsuite/25488
819 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
820
821 2020-02-10 Tom de Vries <tdevries@suse.de>
822
823 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
824
825 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
826
827 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
828 and $after_addr are both integers before making a comparison.
829
830 2020-02-09 Tom de Vries <tdevries@suse.de>
831
832 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
833 command output and paste it into gdb.log. If any, paste catch message
834 to gdb.log.
835
836 2020-02-07 Tom Tromey <tromey@adacore.com>
837
838 PR breakpoints/24915:
839 * gdb.base/annotate-symlink.exp: Use setup_xfail.
840
841 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
842
843 * gdb.tui/tui-missing-src.exp: Add the "missing source
844 file" test for the TUI.
845
846 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
849 including a port number in the output.
850
851 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
852
853 * lib/fortran.exp (fortran_int4): Handle clang.
854 (fortran_int8): Likewise.
855 (fortran_real4): Likewise.
856 (fortran_real8): Likewise.
857 (fortran_complex4): Likewise.
858 (fortran_logical4): Likewise.
859 (fortran_character1): Likewise.
860
861 2020-02-04 Tom de Vries <tdevries@suse.de>
862
863 * README (Race detection): Add note.
864
865 2020-02-04 Tom de Vries <tdevries@suse.de>
866
867 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
868
869 2020-02-04 Tom de Vries <tdevries@suse.de>
870
871 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
872
873 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
874
875 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
876 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
877 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
878 blttar, bnetarl.
879 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
880 binary for blttar, bnetarl.
881 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
882 wait instruction. Delete ldmx test.
883 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
884
885 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
886
887 * gdb.fortran/array-bounds-high.exp: New file.
888 * gdb.fortran/array-bounds-high.f90: New file.
889
890 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
891
892 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
893 Replace #include of <sys/fcntl.h> by <fcntl.h>.
894
895 2020-02-01 Tom de Vries <tdevries@suse.de>
896
897 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
898
899 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 PR tui/9765
902 * gdb.tui/tui-layout-asm-short-prog.S: New file.
903 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
904
905 2020-01-29 Luis Machado <luis.machado@linaro.org>
906
907 * gdb.arch/aarch64-brk-patterns.c: New source file.
908 * gdb.arch/aarch64-brk-patterns.exp: New test.
909
910 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
911
912 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
913 GCC/Clang version.
914 * gdb.cp/pass-by-ref.exp: Ditto.
915
916 2020-01-29 Tom de Vries <tdevries@suse.de>
917
918 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
919 * gdb.threads/watchpoint-fork-mt.c: Same.
920 * gdb.threads/watchpoint-fork-parent.c: Same.
921 * gdb.threads/watchpoint-fork-st.c: Same.
922 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
923
924 2020-01-27 Luis Machado <luis.machado@linaro.org>
925
926 * gdb.base/step-over-syscall.exp (setup): Check if we're already
927 sitting at a syscall instruction when we hit the syscall function's
928 breakpoint.
929 Check PC against one obtained with the x command.
930 Validate syscall number.
931 (step_over_syscall): Don't continue to the syscall instruction if
932 we're already there.
933
934 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
935
936 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
937
938 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
941 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
942
943 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.dwarf2/dw2-inline-stepping.c: New file.
946 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
947
948 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * gdb.base/maint.exp: Update line table parsing test.
951 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
952
953 2020-01-24 Pedro Alves <palves@redhat.com>
954
955 PR gdb/25410
956 * gdb.multi/multi-re-run-1.c: New.
957 * gdb.multi/multi-re-run-2.c: New.
958 * gdb.multi/multi-re-run.exp: New.
959
960 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 PR gdb/23718
963 * gdb.server/server-kill-python.exp: New file.
964
965 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.server/multi-ui-errors.c: New file.
968 * gdb.server/multi-ui-errors.exp: New file.
969
970 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
971
972 PR tui/9765
973 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
974
975 2020-01-19 Tom Tromey <tom@tromey.com>
976
977 * gdb.tui/main.exp: Add check for plain "file".
978
979 2020-01-16 Christian Biesinger <cbiesinger@google.com>
980
981 * lib/gdb.exp: Fix spelling error (seperatelly).
982
983 2020-01-14 Tom Tromey <tom@tromey.com>
984
985 PR symtab/12535:
986 * gdb.python/python.exp: Test decode_line with empty string
987 argument.
988
989 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
990
991 * gdb.base/skip-inline.exp: Extend test.
992
993 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
994
995 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
996 * gdb.dwarf2/dw2-bad-elf.c: New file.
997 * gdb.dwarf2/dw2-bad-elf.exp: New file.
998
999 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1002 _line_saw_file.
1003
1004 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1005
1006 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1007 border.
1008
1009 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1010
1011 * gdb.multi/multi-target.exp (setup): Factor out "info
1012 connections" and "info inferiors" tests to ...
1013 (test_info_inferiors): ... this new procedure.
1014 (top level): Run new "info-inferiors" tests.
1015
1016 2020-01-10 Pedro Alves <palves@redhat.com>
1017
1018 * gdb.server/bkpt-other-inferior.exp: New file.
1019
1020 2020-01-10 Pedro Alves <palves@redhat.com>
1021
1022 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1023 of "add-inferior".
1024 * gdb.base/quit-live.exp: Likewise.
1025 * gdb.base/remote-exec-file.exp: Likewise.
1026 * gdb.guile/scm-progspace.exp: Likewise.
1027 * gdb.linespec/linespec.exp: Likewise.
1028 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1029 * gdb.mi/user-selected-context-sync.exp: Likewise.
1030 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1031 "info inferiors" tests.
1032 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1033 "add-inferior".
1034 * gdb.multi/watchpoint-multi.exp: Likewise.
1035 * gdb.python/py-inferior.exp: Likewise.
1036 * gdb.server/extended-remote-restart.exp: Likewise.
1037 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1038 "info inferiors".
1039 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1040 * gdb.trace/report.exp: Likewise.
1041
1042 2020-01-10 Pedro Alves <palves@redhat.com>
1043
1044 * gdb.multi/multi-target.c: New file.
1045 * gdb.multi/multi-target.exp: New file.
1046 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1047 mode requested, but remote does not support non-stop".
1048
1049 2020-01-10 Pedro Alves <palves@redhat.com>
1050
1051 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1052 disconnect before reconnecting.
1053
1054 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1055 Pedro Alves <palves@redhat.com>
1056
1057 * gdb.server/connect-without-multi-process.exp: Also test
1058 continuing to end.
1059
1060 2020-01-10 Pedro Alves <palves@redhat.com>
1061
1062 * gdb.base/remote-exec-file.exp: New file.
1063
1064 2020-01-10 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1067 output.
1068 * gdb.threads/async.c: New.
1069 * gdb.threads/async.exp: New.
1070 * gdb.multi/tids-gid-reset.c: New.
1071 * gdb.multi/tids-gid-reset.exp: New.
1072
1073 2020-01-10 George Barrett <bob@bob131.so>
1074
1075 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1076 to help in finding the image relocation offset.
1077 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1078 options in arguments.
1079 (stap_test_no_debuginfo): Likewise.
1080 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1081 test variants.
1082 (stap_test): Add null semaphore relocation test.
1083
1084 2020-01-10 George Barrett <bob@bob131.so>
1085
1086 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1087 * gdb.base/stap-probe.exp: Likewise.
1088 (stap_test): Pass argument as an additional flag.
1089 (stap_test_no_debuginfo): Likewise.
1090 (stap_test): Check `info probes stap' output for semaphore
1091 addresses if the test binary is supposed to have them.
1092
1093 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.tui/basic.exp: Add more scrolling tests.
1096
1097 2020-01-09 Tom Tromey <tom@tromey.com>
1098
1099 PR tui/18932:
1100 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1101 meangingful value.
1102 (Term::command, Term::resize): Update.
1103 * gdb.tui/basic.exp: Add scrolling test.
1104
1105 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1106
1107 * gdb.tui/tui-layout-asm.exp: New file.
1108
1109 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1110
1111 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1112
1113 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1114
1115 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1116 (Term::enter_tui): Use Term::prepare_for_tui.
1117
1118 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1121 called.
1122
1123 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1124
1125 * gdb.base/skip.exp: Fix race condition in test.
1126
1127 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1128
1129 * gdb.base/backtrace.c: New file.
1130 * gdb.base/backtrace.exp: New file.
1131
1132 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1135
1136 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1137
1138 * gdb.base/style.exp: Test that warnings are styled.
1139
1140 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1141
1142 * gdb.base/line65535.exp: New file.
1143 * gdb.base/line65535.c: New file.
1144
1145 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1146
1147 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1148 * lib/gnat_debug_info_test.adb: New file.
1149 * gdb.ada/ptype_tagged_param.exp: Use
1150 gnat_runtime_has_debug_info, expect a different output if
1151 runtime does not have debug info.
1152
1153 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1154
1155 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1156 (another) quote in test name.
1157
1158 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1159
1160 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1161 Add quote in test name.
1162
1163 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1164
1165 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1166 directory instead.
1167 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1168 * gdb.cp/pass-by-ref-2.cc: New file.
1169 * gdb.cp/pass-by-ref-2.exp: New file.
1170
1171 2019-12-20 Tom Tromey <tom@tromey.com>
1172
1173 * gdb.tui/list-before.exp: New file.
1174
1175 2019-12-20 Tom Tromey <tom@tromey.com>
1176
1177 * gdb.tui/list.exp: Check for source on initial listing.
1178
1179 2019-12-11 Tom Tromey <tromey@adacore.com>
1180
1181 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1182 Add crlf test.
1183
1184 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1185
1186 * gdb.base/default.exp: Update value of $_gdb_major.
1187
1188 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1189
1190 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1191
1192 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1193
1194 * gdb.base/skip.exp: Whitespace fix.
1195
1196 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1197
1198 * gdb.base/skip-inline.c: New file.
1199 * gdb.base/skip-inline.exp: New file.
1200
1201 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1202
1203 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1204 jit_function_00 to jit_function_stack_mangle.
1205 * gdb.base/jithost.c (jit_function_t): Rename to...
1206 (jit_function_stack_mangle_t): ... this.
1207 (jit_function_add_t): New typedef.
1208 (jit_function_00_code): Rename to...
1209 (jit_function_stack_mangle_code): ... this, make static.
1210 (jit_function_add_code): New.
1211 (main): Generate "add" function and call it. Adjust to changes
1212 in jithost_abi.
1213 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1214 (struct jithost_abi) <begin, end>: Remove fields.
1215 <object, function_stack_mangle, function_add>: New fields.
1216 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1217 code_end>: Remove fields.
1218 <func_stack_mangle>: New field.
1219 (read_debug_info): Adjust to renaming, create block for "add"
1220 function.
1221 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1222
1223 2019-12-11 Tom Tromey <tom@tromey.com>
1224
1225 * gdb.tui/resize.exp: Fix regexp.
1226 * gdb.tui/regs.exp: Fix regexps.
1227 * gdb.tui/main.exp: Fix regexp.
1228
1229 2019-12-11 Tom Tromey <tom@tromey.com>
1230
1231 * gdb.tui/resize.exp: Update.
1232 * gdb.tui/empty.exp (layouts): Update.
1233
1234 2019-12-11 Tom Tromey <tom@tromey.com>
1235
1236 * gdb.tui/regs.exp: Update.
1237 * gdb.tui/empty.exp (layouts): Update.
1238 * gdb.tui/basic.exp: Update.
1239 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1240
1241 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1242
1243 * gdb.base/options.exp: Add -raw-values in the print completion list.
1244 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1245
1246 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1247
1248 * gdb.threads/omp-par-scope.c: New file.
1249 * gdb/threads/omp-par-scope.exp: New file.
1250
1251 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1252
1253 * lib/gdb.exp (support_nested_function_tests): New proc.
1254
1255 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1256
1257 * lib/gdb.exp (gdb_compile_openmp): New proc.
1258 (build_executable_from_specs): Add an "openmp" option.
1259 (gdb_compile_pthreads): Add non-executable case.
1260
1261 2019-12-10 Tom Tromey <tromey@adacore.com>
1262
1263 * gdb.ada/unchecked_union.exp: New file.
1264 * gdb.ada/unchecked_union/pck.adb: New file.
1265 * gdb.ada/unchecked_union/pck.ads: New file.
1266 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1267 * gdb-utils.exp (string_to_regexp): Also quote "?".
1268
1269 2019-12-10 George Barrett <bob@bob131.so>
1270
1271 Test scripted probe breakpoints.
1272 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1273 * gdb.python/py-breakpoint.c (main): Likewise.
1274 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1275 specifier test.
1276 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1277
1278 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1279
1280 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1281 an rvalue parameter.
1282 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1283 parameter.
1284
1285 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1286
1287 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1288 modules.
1289
1290 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1293 broken version of GCC.
1294
1295 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1298 sym-info-cmds library.
1299 * gdb.fortran/info-types.exp: Likewise.
1300 * lib/sym-info-cmds.exp: New file.
1301
1302 2019-12-08 Tom de Vries <tdevries@suse.de>
1303
1304 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1305
1306 2019-12-07 Keith Seitz <keiths@redhat.com>
1307
1308 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1309 * gdb.base/corefile-buildid-shlib.c: New file.
1310 * gdb.base/corefile-buildid.c: New file.
1311 * gdb.base/corefile-buildid.exp: New file.
1312
1313 2019-12-06 Tom de Vries <tdevries@suse.de>
1314
1315 * gdb.dwarf2/varval.exp: Add decl before def test.
1316
1317 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1318
1319 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1320
1321 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1322
1323 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1324 CV and reference conversion for overload resolution.
1325 * gdb.cp/rvalue-ref-overload.exp: Test it.
1326
1327 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1328
1329 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1330 * gdb.base/frameapply.exp: Test faas without command.
1331
1332 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1335 Fortran tests.
1336 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1337 order.
1338
1339 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1340
1341 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1342 casting to type with no kind specified.
1343 (test_basic_parsing_of_type_kinds): Additional tests for types
1344 with no kind specified, and add tests for single/double
1345 precision/complex types.
1346
1347 2019-12-04 Tom Tromey <tromey@adacore.com>
1348
1349 * gdb.base/endianity.c (struct other) <x>: New field.
1350 (main): Initialize it.
1351 * gdb.base/endianity.exp: Update.
1352
1353 2019-12-04 Tom Tromey <tromey@adacore.com>
1354
1355 * gdb.ada/scalar_storage/storage.adb: New file.
1356 * gdb.ada/scalar_storage/pck.adb: New file.
1357 * gdb.ada/scalar_storage/pck.ads: New file.
1358 * gdb.ada/scalar_storage.exp: New file.
1359
1360 2019-12-04 Tom Tromey <tromey@adacore.com>
1361
1362 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1363 (main): Initialize it.
1364 * gdb.base/endianity.exp: Update.
1365
1366 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1369
1370 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1371
1372 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1373 -symbol-info-module-functions and -symbol-info-module-variables.
1374
1375 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1378
1379 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1380 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.fortran/derived-type-striding.exp: New file.
1383 * gdb.fortran/derived-type-striding.f90: New file.
1384 * gdb.fortran/array-slices.exp: New file.
1385 * gdb.fortran/array-slices.f90: New file.
1386
1387 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1388
1389 * gdb.base/define.exp: Test . in command names.
1390 * gdb.base/setshow.exp: Update test, as . is now part of
1391 command name.
1392
1393 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1394
1395 * gdb.base/define-prefix.exp: New file.
1396
1397 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1398
1399 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1400 compile.
1401 (skip_btrace_pt_tests): Likewise.
1402
1403 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1404
1405 * gdb.fortran/info-modules.exp: Compile source files in correct
1406 order.
1407
1408 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1409
1410 * gdb.dwarf2/imported-unit.exp: New file.
1411 * gdb.dwarf2/imported-unit.c: New file.
1412
1413 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.mi/mi-fortran-modules-2.f90: New file.
1416 * gdb.mi/mi-fortran-modules.exp: New file.
1417 * gdb.mi/mi-fortran-modules.f90: New file.
1418
1419 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1420
1421 * gdb.mi/mi-sym-info-1.c: New file.
1422 * gdb.mi/mi-sym-info-2.c: New file.
1423 * gdb.mi/mi-sym-info.exp: New file.
1424
1425 2019-11-22 Tom Tromey <tromey@adacore.com>
1426
1427 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1428 * gdb.ada/tasks/foo.adb: Add another stopping location.
1429
1430 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1431
1432 * gdb.base/endianity.c: New test.
1433 * gdb.base/endianity.exp: New file.
1434
1435 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1436
1437 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1438
1439 2019-11-21 Tom de Vries <tdevries@suse.de>
1440
1441 PR gdb/24956
1442 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1443
1444 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1445
1446 * gdb.python/py-progspace.exp: Add missing parentheses on some
1447 'print' commands.
1448
1449 2019-11-19 Tom Tromey <tom@tromey.com>
1450
1451 * gdb.tui/winheight.exp: New file.
1452
1453 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1454
1455 * gdb.base/ctf-whatis.c: Delete.
1456 * gdb.base/ctf-whatis.exp: Delete.
1457 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1458
1459 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1460
1461 * gdb.base/ctf-cvexpr.exp: Delete.
1462 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1463
1464 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1467 the compiler. Clean up header comment a little.
1468 * gdb.base/ctf-ptype.exp: Likewise.
1469 * gdb.base/ctf-whatis.exp: Likewise.
1470 * lib/gdb.exp (skip_ctf_tests): New proc.
1471
1472 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1473
1474 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1475 * gdb.tui/corefile-run.exp: New file.
1476
1477 2019-11-14 Tom Tromey <tromey@adacore.com>
1478
1479 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1480 regression tests.
1481
1482 2019-11-12 Tom Tromey <tom@tromey.com>
1483
1484 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1485 after any command. Expect prompt after WAIT_FOR is seen.
1486 (enter_tui): Enable resize messages.
1487 (command): Expect command in output.
1488 (get_line): Avoid error when cursor appears to be off-screen.
1489 (dump_screen): Include screen size in title.
1490 (_do_resize): New proc, from "resize".
1491 (resize): Rewrite. Do resize in two steps.
1492 * gdb.tui/empty.exp (layouts): Fix entries.
1493 (check_boxes): Remove xfail.
1494 (check_text): Dump screen on failure.
1495
1496 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.python/py-symbol.exp: Add test for
1499 gdb.lookup_static_symbols.
1500
1501 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.python/py-symbol.c: Declare and call function from new
1504 py-symbol-2.c file.
1505 * gdb.python/py-symbol.exp: Compile both source files, and add new
1506 tests for gdb.lookup_static_symbol.
1507 * gdb.python/py-symbol-2.c: New file.
1508
1509 2019-11-02 Tom de Vries <tdevries@suse.de>
1510
1511 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1512 * gdb.base/anon.exp: Same.
1513 * gdb.base/auto-connect-native-target.exp: Same.
1514 * gdb.base/call-ar-st.exp: Same.
1515 * gdb.base/catch-syscall.exp: Same.
1516 * gdb.base/commands.exp: Same.
1517 * gdb.base/default.exp: Same.
1518 * gdb.base/display.exp: Same.
1519 * gdb.base/float.exp: Same.
1520 * gdb.base/foll-fork.exp: Same.
1521 * gdb.base/help.exp: Same.
1522 * gdb.base/info-macros.exp: Same.
1523 * gdb.base/info-proc.exp: Same.
1524 * gdb.base/info-target.exp: Same.
1525 * gdb.base/long_long.exp: Same.
1526 * gdb.base/macscp.exp: Same.
1527 * gdb.base/memattr.exp: Same.
1528 * gdb.base/nofield.exp: Same.
1529 * gdb.base/pointers.exp: Same.
1530 * gdb.base/printcmds.exp: Same.
1531 * gdb.base/ptype.exp: Same.
1532 * gdb.base/restore.exp: Same.
1533 * gdb.base/return.exp: Same.
1534 * gdb.base/scope.exp: Same.
1535 * gdb.base/set-noassign.exp: Same.
1536 * gdb.base/setshow.exp: Same.
1537 * gdb.base/shlib-call.exp: Same.
1538 * gdb.base/signals.exp: Same.
1539 * gdb.base/sigstep.exp: Same.
1540 * gdb.base/skip.exp: Same.
1541 * gdb.base/solib-symbol.exp: Same.
1542 * gdb.base/stap-probe.exp: Same.
1543 * gdb.base/step-line.exp: Same.
1544 * gdb.base/step-test.exp: Same.
1545 * gdb.base/style.exp: Same.
1546 * gdb.base/varargs.exp: Same.
1547 * gdb.base/vla-datatypes.exp: Same.
1548 * gdb.base/vla-ptr.exp: Same.
1549 * gdb.base/vla-sideeffect.exp: Same.
1550 * gdb.base/volatile.exp: Same.
1551 * gdb.base/watch-cond-infcall.exp: Same.
1552 * gdb.base/watchpoint.exp: Same.
1553
1554 2019-11-02 Tom de Vries <tdevries@suse.de>
1555
1556 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1557 * gdb.cp/cpexprs.exp: Same.
1558 * gdb.cp/except-multi-location.exp: Same.
1559 * gdb.cp/exceptprint.exp: Same.
1560 * gdb.cp/gdb2384.exp: Same.
1561 * gdb.cp/inherit.exp: Same.
1562 * gdb.cp/m-static.exp: Same.
1563 * gdb.cp/meth-typedefs.exp: Same.
1564 * gdb.cp/misc.exp: Same.
1565 * gdb.cp/namespace.exp: Same.
1566 * gdb.cp/non-trivial-retval.exp: Same.
1567 * gdb.cp/overload.exp: Same.
1568 * gdb.cp/pr17132.exp: Same.
1569 * gdb.cp/re-set-overloaded.exp: Same.
1570 * gdb.cp/rvalue-ref-types.exp: Same.
1571 * gdb.cp/templates.exp: Same.
1572
1573 2019-11-01 Luis Machado <luis.machado@linaro.org>
1574
1575 PR gdb/25124
1576
1577 * gdb.arch/pr25124.S: New file.
1578 * gdb.arch/pr25124.exp: New file.
1579
1580 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * gdb.fortran/info-modules.exp: Update expected results, and add
1583 additional tests for 'info module functinos', and 'info module
1584 variables'.
1585 * gdb.fortran/info-types.exp: Update expected results.
1586 * gdb.fortran/info-types.f90: Extend testcase with additional
1587 module variables and functions.
1588
1589 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1590
1591 * gdb.fortran/info-modules.exp: New file.
1592 * gdb.fortran/info-types.exp: Build with new file.
1593 * gdb.fortran/info-types.f90: Include and use new module.
1594 * gdb.fortran/info-types-2.f90: New file.
1595
1596 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1597
1598 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1599 * gdb.base/settings.exp: Test all settings types using
1600 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1601 that now verifies that the value of "maint show" is the same as
1602 returned by the settings functions. Test the type of the
1603 maintenance settings.
1604 * gdb.base/default.exp: Update show_conv_list.
1605
1606 2019-10-31 Tom de Vries <tdevries@suse.de>
1607
1608 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1609 gdb_test.
1610 * gdb.arch/amd64-disp-step.exp: Same.
1611 * gdb.asm/asm-source.exp: Same.
1612 * gdb.btrace/buffer-size.exp: Same.
1613 * gdb.btrace/cpu.exp: Same.
1614 * gdb.btrace/enable.exp: Same.
1615 * gdb.dwarf2/count.exp: Same.
1616 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1617 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1618 * gdb.fortran/vla-datatypes.exp: Same.
1619 * gdb.fortran/vla-history.exp: Same.
1620 * gdb.fortran/vla-ptype.exp: Same.
1621 * gdb.fortran/vla-value.exp: Same.
1622 * gdb.fortran/whatis_type.exp: Same.
1623 * gdb.guile/guile.exp: Same.
1624 * gdb.multi/tids.exp: Same.
1625 * gdb.python/py-finish-breakpoint.exp: Same.
1626 * gdb.python/py-framefilter.exp: Same.
1627 * gdb.python/py-pp-registration.exp: Same.
1628 * gdb.python/py-xmethods.exp: Same.
1629 * gdb.python/python.exp: Same.
1630 * gdb.server/connect-with-no-symbol-file.exp: Same.
1631 * gdb.server/no-thread-db.exp: Same.
1632 * gdb.server/run-without-local-binary.exp: Same.
1633 * gdb.stabs/weird.exp: Same.
1634 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1635 * gdb.threads/thread-find.exp: Same.
1636 * gdb.threads/tls-shared.exp: Same.
1637 * gdb.threads/tls.exp: Same.
1638 * gdb.threads/wp-replication.exp: Same.
1639 * gdb.trace/ax.exp: Same.
1640 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1641
1642 2019-10-31 Tom de Vries <tdevries@suse.de>
1643
1644 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1645 * gdb.ada/array_subscript_addr.exp: Same.
1646 * gdb.ada/arrayidx.exp: Same.
1647 * gdb.ada/arrayparam.exp: Same.
1648 * gdb.ada/arrayptr.exp: Same.
1649 * gdb.ada/boolean_expr.exp: Same.
1650 * gdb.ada/call_pn.exp: Same.
1651 * gdb.ada/complete.exp: Same.
1652 * gdb.ada/fixed_cmp.exp: Same.
1653 * gdb.ada/fun_addr.exp: Same.
1654 * gdb.ada/funcall_param.exp: Same.
1655 * gdb.ada/interface.exp: Same.
1656 * gdb.ada/mod_from_name.exp: Same.
1657 * gdb.ada/null_array.exp: Same.
1658 * gdb.ada/packed_array.exp: Same.
1659 * gdb.ada/packed_tagged.exp: Same.
1660 * gdb.ada/print_chars.exp: Same.
1661 * gdb.ada/print_pc.exp: Same.
1662 * gdb.ada/ptype_arith_binop.exp: Same.
1663 * gdb.ada/ptype_field.exp: Same.
1664 * gdb.ada/ptype_tagged_param.exp: Same.
1665 * gdb.ada/rec_return.exp: Same.
1666 * gdb.ada/ref_tick_size.exp: Same.
1667 * gdb.ada/str_ref_cmp.exp: Same.
1668 * gdb.ada/taft_type.exp: Same.
1669 * gdb.ada/tagged.exp: Same.
1670 * gdb.ada/type_coercion.exp: Same.
1671 * gdb.ada/uninitialized_vars.exp: Same.
1672
1673 2019-10-30 Tom de Vries <tdevries@suse.de>
1674
1675 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1676
1677 2019-10-26 Tom de Vries <tdevries@suse.de>
1678
1679 * gdb.base/bigcore.c: Fix typos in comments.
1680 * gdb.base/ctf-ptype.c: Same.
1681 * gdb.base/long_long.c: Same.
1682 * gdb.dwarf2/dw2-op-out-param.S: Same.
1683 * gdb.python/py-evthreads.c: Same.
1684 * gdb.reverse/i387-stack-reverse.c: Same.
1685 * gdb.trace/tfile.c: Same.
1686 * lib/compiler.c: Same.
1687 * lib/compiler.cc: Same.
1688
1689 2019-10-25 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1692 gdb_test_multiple calls.
1693 * gdb.reverse/sigall-reverse.exp: Same.
1694 * gdb.reverse/solib-precsave.exp: Same.
1695 * gdb.reverse/solib-reverse.exp: Same.
1696 * gdb.reverse/until-precsave.exp: Same.
1697 * gdb.reverse/until-reverse.exp: Same.
1698
1699 2019-10-24 Tom de Vries <tdevries@suse.de>
1700
1701 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1702 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1703 kfail using -wrap pattern flag and convenience variable
1704 gdb_test_name.
1705
1706 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1707
1708 * gdb.python/py-progspace.exp: Add tests for the
1709 Progspace.block_for_pc method.
1710
1711 2019-10-23 Tom Tromey <tom@tromey.com>
1712
1713 * configure: Rebuild.
1714 * aclocal.m4: Use m4_include, not sinclude.
1715
1716 2019-10-21 Tom de Vries <tdevries@suse.de>
1717
1718 * gdb.base/infcall-nested-structs.c: Add
1719 __attribute__((noinline,noclone)) to all functions.
1720 (call_all): Add missing variable initialization. Simplify return value.
1721 (breakpt): Increment volatile variable, to prevent call from being
1722 optimized out.
1723 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1724
1725 2019-10-17 Tom de Vries <tdevries@suse.de>
1726
1727 * gdb.fortran/module.exp: Allow info variables to print info for files
1728 other than module.f90.
1729
1730 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1731
1732 * gdb.fortran/module.exp: Extend with 'info variables' test.
1733
1734 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1735
1736 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1737 F77_FOR_TARGET.
1738
1739 2019-10-16 Tom de Vries <tdevries@suse.de>
1740
1741 PR tdep/25096
1742 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1743
1744 2019-10-16 Tom de Vries <tdevries@suse.de>
1745
1746 PR tdep/24104
1747 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1748 Add KFAIL for PR tdep/25096.
1749
1750 2019-10-16 Tom de Vries <tdevries@suse.de>
1751
1752 PR testsuite/25059
1753 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1754
1755 2019-10-16 Tom de Vries <tdevries@suse.de>
1756
1757 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1758 as signed.
1759
1760 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1761
1762 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1763 one instead of increasing timeout.
1764
1765 2019-10-13 Tom de Vries <tdevries@suse.de>
1766
1767 PR record/25038
1768 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1769 * gdb.reverse/sigall-reverse.exp: Same.
1770 * gdb.reverse/solib-precsave.exp: Same.
1771 * gdb.reverse/solib-reverse.exp: Same.
1772 * gdb.reverse/step-precsave.exp: Same.
1773 * gdb.reverse/until-precsave.exp: Same.
1774 * gdb.reverse/until-reverse.exp: Same.
1775 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1776
1777 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1778
1779 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1780 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1781 (cmp_struct_05_01, cmp_struct_static_02_01)
1782 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1783 comparisons.
1784
1785 2019-10-10 Tom de Vries <tdevries@suse.de>
1786
1787 PR testsuite/24888
1788 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1789 gnatlink.
1790
1791 2019-10-09 Tom de Vries <tdevries@suse.de>
1792
1793 PR testsuite/25048
1794 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1795
1796 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1797
1798 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1799 exceptions due to missing debug information.
1800
1801 2019-10-07 Tom de Vries <tdevries@suse.de>
1802
1803 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1804
1805 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1806
1807 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1808 * gdb.base/annota1.exp: Update to use gdb_test_name.
1809
1810 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1811
1812 * gdb.base/ctf-whatis.exp: New file.
1813 * gdb.base/ctf-whatis.c: New file.
1814 * gdb.base/ctf-ptype.exp: New file.
1815 * gdb.base/ctf-ptype.c: New file.
1816 * gdb.base/ctf-constvars.exp: New file.
1817 * gdb.base/ctf-constvars.c: New file.
1818 * gdb.base/ctf-cvexpr.exp: New file.
1819
1820 2019-10-04 Tom de Vries <tdevries@suse.de>
1821
1822 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1823 for loop.
1824
1825 2019-10-03 Tom Tromey <tom@tromey.com>
1826
1827 PR rust/24976:
1828 * gdb.rust/simple.rs (Union2): New type.
1829 (main): Use Union2.
1830 * gdb.rust/simple.exp: Add test.
1831
1832 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1833
1834 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1835 nested function prefix.
1836
1837 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1838 Richard Bunt <richard.bunt@arm.com>
1839 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1842 nested functions.
1843 * gdb.fortran/nested-funcs.f90: Update expected results.
1844 * gdb.fortran/nested-funcs-2.exp: New file.
1845 * gdb.fortran/nested-funcs-2.f90: New file.
1846
1847 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1848
1849 * gdb.python/py-parameter.exp: Make test names unique.
1850 * gdb.python/py-template.exp: Likewise.
1851 * gdb.python/py-value.exp: Likewise.
1852
1853 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1854
1855 * gdb.base/break-interp.exp: Reduce test name duplication.
1856 * gdb.base/call-sc.exp: Likewise.
1857 * gdb.base/callfuncs.exp: Likewise.
1858 * gdb.base/charset.exp: Likewise.
1859 * gdb.base/dump.exp: Likewise.
1860 * gdb.base/ena-dis-br.exp: Likewise.
1861 * gdb.base/relational.exp: Likewise.
1862 * gdb.base/step-over-syscall.exp: Likewise.
1863 * gdb.base/structs.exp: Likewise.
1864
1865 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1866
1867 * gdb.linespec/explicit.exp: Make test names unique.
1868 * gdb.linespec/ls-errs.exp: Likewise.
1869
1870 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * gdb.reverse/break-precsave.exp: Make test names unique.
1873 * gdb.reverse/break-reverse.exp: Likewise.
1874 * gdb.reverse/finish-precsave.exp: Likewise.
1875 * gdb.reverse/finish-reverse.exp: Likewise.
1876 * gdb.reverse/machinestate-precsave.exp: Likewise.
1877 * gdb.reverse/machinestate.exp: Likewise.
1878 * gdb.reverse/readv-reverse.exp: Likewise.
1879 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1880 * gdb.reverse/sigall-precsave.exp: Likewise.
1881 * gdb.reverse/sigall-reverse.exp: Likewise.
1882 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1883 * gdb.reverse/watch-precsave.exp: Likewise.
1884 * gdb.reverse/watch-reverse.exp: Likewise.
1885
1886 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1887
1888 * gdb.threads/stop-with-handle.c: New file.
1889 * gdb.threads/stop-with-handle.exp: New file.
1890
1891 2019-10-03 Tom de Vries <tdevries@suse.de>
1892
1893 PR testsuite/25059
1894 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1895 directory" line to be missing.
1896
1897 2019-10-03 Tom de Vries <tdevries@suse.de>
1898
1899 PR testsuite/25059
1900 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1901 type optional.
1902
1903 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1904
1905 * gdb.python/py-format-string.c (string.h): New include.
1906 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1907 the same value, for endianness-independence.
1908 * gdb.python/py-format-string.exp (default_regexp_dict)
1909 (test_pretty_structs, test_format): Adjust expected output to the
1910 changed initialization.
1911
1912 2019-10-02 Tom Tromey <tromey@adacore.com>
1913
1914 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1915
1916 2019-10-02 Pedro Alves <palves@redhat.com>
1917 Andrew Burgess <andrew.burgess@embecosm.com>
1918
1919 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1920 "print-file-var.h".
1921 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1922 (get_version_1): Print this_version_id and its address.
1923 Add extern "C" wrappers around interface functions.
1924 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1925 "print-file-var.h".
1926 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1927 (get_version_2): Print this_version_id and its address.
1928 Add extern "C" wrappers around interface functions.
1929 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1930 <stddef.h> and "print-file-var.h".
1931 Add extern "C" wrappers around interface functions.
1932 [VERSION_ID_MAIN] (this_version_id): Define.
1933 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1934 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1935 up extern "C" blocks.
1936 * gdb.base/print-file-var.exp (test): New, factored out from top
1937 level.
1938 (top level): Test all combinations of attribute hidden or not,
1939 dlopen or not, and this_version_id symbol in main file or not.
1940 Compile tests as both C++ and C, make test names unique.
1941
1942 2019-10-01 Tom Tromey <tom@tromey.com>
1943
1944 * gdb.base/style.exp: Test "show logging filename".
1945
1946 2019-10-01 Tom Tromey <tom@tromey.com>
1947
1948 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1949 * gdb.base/style.exp: Add metadata style test.
1950
1951 2019-10-01 Tom Tromey <tom@tromey.com>
1952
1953 * gdb.base/style.exp: Test "pwd".
1954
1955 2019-10-01 Tom Tromey <tom@tromey.com>
1956
1957 * gdb.base/style.exp: Update tests.
1958
1959 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1960
1961 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1962 'six' to unsigned.
1963 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1964 'five'. Use an all-ones bit pattern for each.
1965 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1966 to its changed values.
1967
1968 2019-09-30 Tom Tromey <tromey@adacore.com>
1969
1970 * gdb.rust/traits.rs: Disable all warnings.
1971
1972 2019-09-29 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1975
1976 2019-09-29 Tom de Vries <tdevries@suse.de>
1977
1978 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1979
1980 2019-09-27 Tom de Vries <tdevries@suse.de>
1981
1982 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1983
1984 2019-09-27 Tom de Vries <tdevries@suse.de>
1985
1986 PR record/23188
1987 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1988
1989 2019-09-26 Tom Tromey <tromey@adacore.com>
1990
1991 * gdb.ada/py_taft.exp: New file.
1992 * gdb.ada/py_taft/main.adb: New file.
1993 * gdb.ada/py_taft/pkg.adb: New file.
1994 * gdb.ada/py_taft/pkg.ads: New file.
1995
1996 2019-09-24 Tom de Vries <tdevries@suse.de>
1997
1998 PR gdb/24598
1999 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2000
2001 2019-09-22 Tom de Vries <tdevries@suse.de>
2002
2003 * gdb.base/restore.exp: Allow register variables to be optimized out at
2004 -O0.
2005
2006 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2007
2008 * gdb.arch/spu-info.exp: Remove file.
2009 * gdb.arch/spu-info.c: Remove file.
2010 * gdb.arch/spu-ls.exp: Remove file.
2011 * gdb.arch/spu-ls.c: Remove file.
2012
2013 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2014 * gdb.asm/spu.inc: Remove file.
2015
2016 * gdb.base/dump.exp: Remove support for spu*-*-*.
2017 * gdb.base/stack-checking.exp: Likewise.
2018 * gdb.base/overlays.exp: Likewise.
2019 * gdb.base/ovlymgr.c: Likewise.
2020 * gdb.base/spu.ld: Remove file.
2021
2022 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2023 * gdb.cp/cpexprs.exp: Likewise.
2024 * gdb.cp/exception.exp: Likewise.
2025 * gdb.cp/gdb2495.exp: Likewise.
2026 * gdb.cp/mb-templates.exp: Likewise.
2027 * gdb.cp/pr9167.exp: Likewise.
2028 * gdb.cp/userdef.exp: Likewise.
2029
2030 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2031
2032 * gdb.cell: Remove directory.
2033 * lib/cell.exp: Remove file.
2034
2035 2019-09-19 Tom de Vries <tdevries@suse.de>
2036
2037 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2038
2039 2019-09-19 Tom de Vries <tdevries@suse.de>
2040
2041 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2042
2043 2019-09-19 Tom de Vries <tdevries@suse.de>
2044
2045 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2046 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2047 (gdb_target_cmd): ... here.
2048 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2049 value 2.
2050
2051 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2052
2053 * gdb.base/source-dir.exp: Avoid having directory names in test
2054 names.
2055
2056 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2057
2058 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2059 directory.
2060
2061 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2062
2063 * gdb.base/list-missing-source.exp: New file.
2064
2065 2019-09-14 Tom de Vries <tdevries@suse.de>
2066
2067 PR teststuite/24599
2068 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2069 * lib/ada.exp (gnatmake_version_at_least): New proc.
2070
2071 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2072
2073 * gdb.base/maint.exp: Use exec_has_index_section.
2074
2075 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.base/maint.exp: Add test for 'maint info sections'.
2078
2079 2019-09-12 Tom de Vries <tdevries@suse.de>
2080
2081 * gdb.base/store.exp: Allow register variables to be optimized out at
2082 -O0.
2083
2084 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2085
2086 * gdb.ada/rdv_wait.exp: Update to new task names.
2087 * gdb.base/task_switch_in_core.exp: Likewise.
2088 * gdb.base/info_sources_base.c: Likewise.
2089
2090 2019-09-10 Tom Tromey <tromey@adacore.com>
2091
2092 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2093
2094 2019-09-10 Tom Tromey <tromey@adacore.com>
2095
2096 * gdb.ada/dgopt.exp: New file.
2097 * gdb.ada/dgopt/x.adb: New file.
2098
2099 2019-09-08 Tom Tromey <tom@tromey.com>
2100
2101 * gdb.tui/resize.exp: Remove setup_xfail.
2102 * gdb.tui/regs.exp: Remove setup_xfail.
2103 * gdb.tui/basic.exp: Remove setup_xfail.
2104
2105 2019-09-06 David Blaikie <dblaikie@gmail.com>
2106
2107 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2108 * gdb.cp/cplabel.exp: Ditto.
2109 * gdb.linespec/ls-errs.exp: Ditto.
2110
2111 2019-09-05 Tom de Vries <tdevries@suse.de>
2112
2113 * lib/gdb.exp (cmp_file_string): New proc.
2114 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2115 runto_main. Verify save breakpoints output.
2116
2117 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2118
2119 * gdb.base/info-var.exp: Test info variables without running
2120 to main, to avoid expect's buffer overflow.
2121
2122 2019-09-03 Tom Tromey <tromey@adacore.com>
2123
2124 * gdb.ada/bias.exp: New file.
2125 * gdb.ada/bias/bias.adb: New file.
2126 * gdb.ada/print_chars.exp: Add regression test.
2127 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2128 (MC): New variable.
2129
2130 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2131
2132 * gdb.base/argv0-symlink.exp: Run only on native target
2133 and local host.
2134
2135 2019-08-29 Tom de Vries <tdevries@suse.de>
2136
2137 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2138 diverse debug info.
2139 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2140
2141 2019-08-28 Tom de Vries <tdevries@suse.de>
2142
2143 * gdb.base/info-var.exp: Allow info variables to print info for files
2144 other than info-var-f1.c and info-var-f2.c.
2145
2146 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2147
2148 * gdb.fortran/info-types.exp: Add module.
2149 * gdb.fortran/info-types.f90: Update expected results.
2150
2151 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2152
2153 * gdb.fortran/info-types.exp: New file.
2154 * gdb.fortran/info-types.f90: New file.
2155 * lib/fortran.exp (fortran_character1): New proc.
2156
2157 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2158
2159 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2160 functions'. Reindent as needed.
2161 * gdb.base/info-var-f1.c: New file.
2162 * gdb.base/info-var-f2.c: New file.
2163 * gdb.base/info-var.exp: New file.
2164 * gdb.base/info-var.h: New file.
2165
2166 2019-08-26 Tom de Vries <tdevries@suse.de>
2167
2168 PR c++/24852
2169 * gdb.cp/no-libstdcxx-probe.exp: New test.
2170
2171 2019-08-26 Tom de Vries <tdevries@suse.de>
2172
2173 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2174 * tests need to be skipped.
2175 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2176 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2177 mi_skip_libstdcxx_probe_tests.
2178
2179 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2180
2181 * gdb.python/py-xmethods.exp: Use raw strings when passing
2182 arguments to SimpleXMethodMatcher.
2183
2184 2019-08-22 Tom de Vries <tdevries@suse.de>
2185
2186 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2187 more informative.
2188
2189 2019-08-21 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.base/with.exp: Test "with" with no arguments.
2192
2193 2019-08-21 Tom de Vries <tdevries@suse.de>
2194
2195 * gdb.base/gdb-caching-proc.exp: Sort files.
2196
2197 2019-08-20 Tom de Vries <tdevries@suse.de>
2198
2199 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2200 compilation.
2201
2202 2019-08-16 Tom de Vries <tdevries@suse.de>
2203
2204 * gdb.base/compare-sections.exp ("after run to main"): Allow
2205 mismatched read-only sections for PIE executables.
2206
2207 2019-08-16 Tom Tromey <tom@tromey.com>
2208
2209 * lib/tuiterm.exp (_csi_Z): New proc.
2210 * gdb.tui/basic.exp: Update window positions.
2211 * gdb.tui/empty.exp: Update window positions.
2212
2213 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2214
2215 * gdb.base/examine-backward.exp: Correct regexp for
2216 "examine 3 bytes backward from ${address_zero}".
2217
2218 2019-08-15 Tom Tromey <tom@tromey.com>
2219
2220 * gdb.tui/empty.exp: Enable resizing tests.
2221
2222 2019-08-15 Tom Tromey <tromey@adacore.com>
2223
2224 * gdb.ada/char_enum.exp: Add regression tests.
2225 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2226 and '0'.
2227 (Char, Gchar): Update.
2228 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2229
2230 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2231
2232 * gdb.python/python.exp: Expect a leading underscore on
2233 GdbOutput{,Error}File.
2234
2235 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2236
2237 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2238 Windows host.
2239
2240 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2241
2242 * gdb.base/batch-preserve-term-settings.exp
2243 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2244
2245 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2246
2247 * lib/gdb.exp: When running on a mingw target, replace
2248 /x/ with x:/.
2249
2250 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2251
2252 * gdb.arch/aarch64-prologue.c: New test.
2253 * gdb.arch/aarch64-prologue.exp: New file.
2254
2255 2019-08-13 Tom de Vries <tdevries@suse.de>
2256
2257 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2258 Thread.
2259
2260 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2261
2262 * gdb.python/py-completion.exp: Download the .py file to the host
2263 and use its host pathname. Conditionalize tests that use
2264 tab completion and manipulate files on the build machine.
2265 * gdb.python/py-events.exp: Download the .py file to the host
2266 and use its host pathname.
2267 * gdb.python/py-evsignal.exp: Likewise.
2268 * gdb.python/py-evthreads.exp: Likewise.
2269 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2270 pathname syntax.
2271 * gdb.python/py-framefilter.exp: Download the .py file to the right
2272 place on the host. Match Windows pathname syntax.
2273 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2274 .py file to the host and use its host pathname.
2275 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2276 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2277 build pathname. Skip symlink test on Windows host. Add missing
2278 newline at end of file.
2279 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2280 and use its host pathname.
2281 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2282 * gdb.python/py-section-script.exp: Use host location of binfile
2283 on safe-path. Use correct path separator on Windows host.
2284 Reorder alternatives in gdb_test_multiple to prevent matching
2285 the wrong alternative on success.
2286 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2287
2288 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2289
2290 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2291 expect the GDB inferior to no longer immediately stop after
2292 being resumed with "signal SIGINT".
2293
2294 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2295
2296 * gdb.linespec/break-ask.exp: Generalize regexps to match
2297 Windows pathnames too.
2298
2299 2019-08-08 Tom de Vries <tdevries@suse.de>
2300
2301 PR testsuite/24862
2302 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2303
2304 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2305
2306 * gdb.base/style.exp: Update tests for help doc new invariants.
2307 * gdb.base/help.exp: Likewise.
2308
2309 2019-08-06 Tom Tromey <tom@tromey.com>
2310
2311 * gdb.base/style.exp: Add disassemble test.
2312 * gdb.base/style.c (some_called_function): New function.
2313 (main): Use it.
2314
2315 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2316
2317 * gdb.python/py-block.exp: Test dictionary access on blocks.
2318
2319 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2320
2321 PR gdb/24863
2322 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2323 -list-thread-groups --available test when running under
2324 check-read1.
2325
2326 2019-08-05 Tom de Vries <tdevries@suse.de>
2327
2328 PR testsuite/24863
2329 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2330 * gdb.base/help.exp: Use with_read1_timeout_factor.
2331 * gdb.base/info-macros.exp: Same.
2332 * gdb.cp/nested-types.exp: Same.
2333
2334 2019-08-05 Tom de Vries <tdevries@suse.de>
2335
2336 * lib/gdb.exp (version_at_least): Factor out of ...
2337 (tcl_version_at_least): ... here.
2338 (gdb_compile): Fail if pie results in non-PIE executable.
2339 (readelf_version, readelf_prints_pie): New proc.
2340 (exec_is_pie): Return -1 if unknown.
2341
2342 2019-08-05 Tom de Vries <tdevries@suse.de>
2343
2344 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2345
2346 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2347
2348 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2349
2350 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2351
2352 * lib/completion-support.exp (test_gdb_complete_none): Skip
2353 tab completion tests if no readline support.
2354 (test_gdb_complete_unique_re): Likewise.
2355 (test_gdb_complete_multiple): Likewise.
2356
2357 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2358
2359 * gdb.base/info_sources.exp: New file.
2360 * gdb.base/info_sources.c: New file.
2361 * gdb.base/info_sources_base.c: New file.
2362
2363 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2364
2365 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2366 prefix argument.
2367 (test_exit_status): Add prefix argument.
2368
2369 2019-08-01 Tom de Vries <tdevries@suse.de>
2370
2371 PR testsuite/24863
2372 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2373 calling exp_continue for new thread and thread exited messages.
2374
2375 2019-08-01 Tom de Vries <tdevries@suse.de>
2376
2377 PR testsuite/24863
2378 * gdb.base/structs.exp: Fix check-read1 timeout using
2379 gdb_test_sequence.
2380 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2381
2382 2019-08-01 Tom de Vries <tdevries@suse.de>
2383
2384 PR testsuite/24863
2385 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2386 line.
2387
2388 2019-08-01 Tom de Vries <tdevries@suse.de>
2389
2390 PR testsuite/24863
2391 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2392
2393 2019-07-30 Tom Tromey <tromey@adacore.com>
2394
2395 * gdb.ada/display_nested.exp: New file.
2396 * gdb.ada/display_nested/foo.adb: New file.
2397 * gdb.ada/display_nested/pack.adb: New file.
2398 * gdb.ada/display_nested/pack.ads: New file.
2399
2400 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2401
2402 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2403 namespace.
2404 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2405
2406 2019-07-30 Tom de Vries <tdevries@suse.de>
2407
2408 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2409 instead.
2410
2411 2019-07-30 Tom de Vries <tdevries@suse.de>
2412
2413 PR testsuite/24834
2414 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2415 (exec_is_pie): New proc.
2416
2417 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2418
2419 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2420
2421 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2422
2423 * gdb.python/py-objfile.c: Add global and static vars.
2424 * gdb.python/py-objfile.exp: Test new functions Objfile.
2425 lookup_global_symbol and lookup_static_symbol.
2426
2427 2019-07-29 Tom Tromey <tom@tromey.com>
2428
2429 * lib/tuiterm.exp (Term::_csi_@): New proc.
2430 (Term::_csi_X): Don't move cursor.
2431
2432 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2433
2434 * gdb.base/options.exp: Update backtrace - completion to
2435 new option -frame-info.
2436 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2437 Test new 'set print frame-info'. Test backtrace -frame-info
2438 overriding 'set print frame-info'.
2439 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2440 Test new 'set print frame-info'.
2441 Verify consistency of backtrace with and without filters, with and
2442 without -no-filters.
2443 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2444 default.
2445
2446 2019-07-29 Tom de Vries <tdevries@suse.de>
2447
2448 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2449 no arguments".
2450
2451 2019-07-29 Tom de Vries <tdevries@suse.de>
2452
2453 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2454 is a substring of the first for "complete non-unique file name".
2455
2456 2019-07-29 Tom de Vries <tdevries@suse.de>
2457
2458 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2459 with ".*".
2460
2461 2019-07-29 Tom de Vries <tdevries@suse.de>
2462
2463 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2464 Pass prompt_regexp parameter to gdb_test_multiple calls.
2465
2466 2019-07-29 Tom de Vries <tdevries@suse.de>
2467
2468 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2469 print registers" regexps.
2470
2471 2019-07-29 Tom de Vries <tdevries@suse.de>
2472
2473 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2474
2475 2019-07-29 Tom de Vries <tdevries@suse.de>
2476
2477 PR gdb/24855
2478 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2479 (skip_python_tests_prompt): Add prompt_regexp argument to
2480 gdb_test_multiple calls.
2481
2482 2019-07-27 Tom Tromey <tom@tromey.com>
2483
2484 * gdb.tui/main.exp: New file.
2485
2486 2019-07-27 Tom Tromey <tom@tromey.com>
2487
2488 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2489 optional.
2490 * gdb.tui/empty.exp: New file.
2491
2492 2019-07-27 Tom Tromey <tom@tromey.com>
2493
2494 * lib/tuiterm.exp (spawn): New proc.
2495 (Term::resize): New proc.
2496 * gdb.tui/resize.exp: New file.
2497
2498 2019-07-27 Tom Tromey <tom@tromey.com>
2499
2500 * gdb.tui/list.exp: New file.
2501
2502 2019-07-27 Tom Tromey <tom@tromey.com>
2503
2504 * gdb.tui/regs.exp: New file.
2505
2506 2019-07-27 Tom Tromey <tom@tromey.com>
2507
2508 * gdb.tui/basic.exp: Add "layout split" test.
2509
2510 2019-07-27 Tom Tromey <tom@tromey.com>
2511
2512 * gdb.tui/basic.exp: Add "layout asm" test.
2513
2514 2019-07-27 Tom Tromey <tom@tromey.com>
2515
2516 * lib/tuiterm.exp: New file.
2517 * gdb.tui/basic.exp: New file.
2518
2519 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2520
2521 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2522 Enable tests associated with this flag. Adjust regex
2523 referencing "foo_low" to now refer to "foo_cold" instead.
2524
2525 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2526
2527 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2528 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2529 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2530 foo_cold. Revise comments to match.
2531 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2532 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2533 were wrapped into this proc; Call do_test in loop from outermost
2534 level.
2535 (foo_low): Rename all occurrences to "foo_cold".
2536 (backtrace from baz): New test.
2537 (x2/i foo_cold): New test.
2538 (info line *foo_cold): New test.
2539
2540 2019-07-26 Tom de Vries <tdevries@suse.de>
2541
2542 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2543
2544 2019-07-25 Tom de Vries <tdevries@suse.de>
2545
2546 PR testsuite/24830
2547 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2548 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2549 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2550 (skip_libstdcxx_probe_tests): ... here.
2551 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2552
2553 2019-07-24 Tom de Vries <tdevries@suse.de>
2554
2555 PR testsuite/24807
2556 * gdb.objc/basicclass.m: Include stdio.h.
2557 * gdb.objc/nondebug.m: Same.
2558 * gdb.objc/objcdecode.m: Same.
2559
2560 2019-07-24 Tom de Vries <tdevries@suse.de>
2561
2562 PR testsuite/24612
2563 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2564 additional_flags.
2565
2566 2019-07-24 Tom de Vries <tdevries@suse.de>
2567
2568 PR testsuite/24831
2569 * gdb.multi/tids.exp: Update error messages for info threads.
2570
2571 2019-07-24 Tom de Vries <tdevries@suse.de>
2572
2573 * gdb.base/info-types.exp: Allow info types to print info for more than
2574 one file.
2575
2576 2019-07-23 Tom de Vries <tdevries@suse.de>
2577
2578 PR testsuite/24842
2579 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2580 gdb_spawn_with_cmdline_opts.
2581
2582 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2583
2584 * gdb.arch/arm-cmse-sgstubs.c: New test.
2585 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2586
2587 2019-07-23 Tom de Vries <tdevries@suse.de>
2588
2589 PR testsuite/24711
2590 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2591 issuing next command.
2592
2593 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2594
2595 * gdb.ada/info_auto_lang.exp: Update expected results.
2596 * gdb.base/info-types.c: Add additional types to check.
2597 * gdb.base/info-types.exp: Update expected results.
2598
2599 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.base/info-types.c: New file.
2602 * gdb.base/info-types.exp: New file.
2603
2604 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.arch/riscv-bp-infcall.c: New file.
2607 * gdb.arch/riscv-bp-infcall.exp: New file.
2608
2609 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 PR breakpoints/24541
2612 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2613
2614 2019-07-14 Tom de Vries <tdevries@suse.de>
2615
2616 PR testsuite/24760
2617 * gdb.objc/basicclass.exp: Fix unterminated string.
2618
2619 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2620 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2623 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2624 negative bounds.
2625 * gdb.fortran/vla-value.exp: Print elements of an array with
2626 negative bounds.
2627 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2628 testing.
2629
2630 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * gdb.base/options.exp (expect_string): Dequote strings in
2633 results.
2634 (test-string): Test strings with different quoting and reindent.
2635
2636 2019-07-10 Tom Tromey <tromey@adacore.com>
2637
2638 * gdb.ada/mi_ex_cond.exp: Update expected results.
2639 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2640 * gdb.ada/mi_catch_ex.exp: Update expected results.
2641 * gdb.ada/mi_catch_assert.exp: Update expected results.
2642 * gdb.ada/catch_ex.exp (catch_exception_info)
2643 (catch_exception_entry, catch_assert_entry)
2644 (catch_unhandled_entry): Update.
2645 * gdb.ada/catch_assert_if.exp: Update expected results.
2646
2647 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2648 Stephen Roberts <stephen.roberts@arm.com>
2649
2650 * gdb.base/define.exp: Restore original prompt.
2651
2652 2019-07-09 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2655 breakpoints" output.
2656 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2657 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2658 throw" creates breakpoint.
2659 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2660 'type="catchpoint"'.
2661
2662 2019-07-09 Pedro Alves <palves@redhat.com>
2663
2664 PR c++/15468
2665 * gdb.cp/except-multi-location-lib.cc: New.
2666 * gdb.cp/except-multi-location-main.cc: New.
2667 * gdb.cp/except-multi-location.exp: New.
2668
2669 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2670
2671 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2672 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2673 argument and update callers.
2674
2675 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * gdb.arch/amd64-break-on-asm-line.S: New file.
2678 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2679
2680 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2681
2682 * gdb.base/printcmds.exp: Test printing C string and
2683 C wide string convenience vars without transiting via the inferior.
2684 Also make test names unique.
2685
2686 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2687
2688 PR breakpoints/25011
2689 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2690
2691 2019-07-04 Pedro Alves <palves@redhat.com>
2692
2693 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2694 body returned ok(0), break(3) or continue(4).
2695 * gdb.testsuite/foreach_with_prefix.exp: New file.
2696
2697 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2698
2699 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2700
2701 2019-07-03 Pedro Alves <palves@redhat.com>
2702
2703 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2704 "return -code".
2705
2706 2019-07-03 Pedro Alves <palves@redhat.com>
2707
2708 PR cli/24732
2709 * gdb.base/shell.exp: Load completion-support.exp.
2710 Adjust expected error output. Add completion tests.
2711
2712 2019-07-03 Pedro Alves <palves@redhat.com>
2713
2714 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2715 string_to_regexp.
2716
2717 2019-07-03 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2720 (expect_integer): Adjust to expect "-string".
2721 (expect_string): New.
2722 (all_options): Expect "-string".
2723 (test-flag, test-boolean): Adjust to expect "-string".
2724 (test-string): New proc.
2725 (top level): Call it.
2726
2727 2019-07-03 Pedro Alves <palves@redhat.com>
2728
2729 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2730 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2731 the expected output in the success.
2732
2733 2019-07-03 Pedro Alves <palves@redhat.com>
2734
2735 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2736 Split one gdb_test_multiple call in two to avoid a race.
2737
2738 2019-07-03 Pedro Alves <palves@redhat.com>
2739
2740 * gdb.base/with.c: New file.
2741 * gdb.base/with.exp: New file.
2742
2743 2019-07-03 Pedro Alves <palves@redhat.com>
2744
2745 * gdb.base/settings.exp: Replace all references to "maint
2746 test-settings set" with references to "maint set test-settings",
2747 and all references to "maint test-settings show" with references
2748 to "maint show test-settings".
2749
2750 2019-07-03 Pedro Alves <palves@redhat.com>
2751
2752 * gdb.base/settings.exp (test-string): Adjust expected out when
2753 testing "maint test-settings show filename"
2754
2755 2019-07-02 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.base/options.exp (test-info-threads): New procedure.
2758 (top level): Call it.
2759
2760 2019-06-28 Tom Tromey <tromey@adacore.com>
2761
2762 * gdb.dwarf2/ada-linkage-name.c: New file.
2763 * gdb.dwarf2/ada-linkage-name.exp: New file.
2764
2765 2019-06-27 Tom Tromey <tromey@adacore.com>
2766
2767 PR c++/20020:
2768 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2769
2770 2019-06-26 Tom de Vries <tdevries@suse.de>
2771
2772 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2773
2774 2019-06-26 Tom de Vries <tdevries@suse.de>
2775
2776 * gdb.base/index-cache.exp: Add back missing debug option.
2777
2778 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2779
2780 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2781
2782 2019-06-25 Tom de Vries <tdevries@suse.de>
2783
2784 PR testsuite/24727
2785 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2786
2787 2019-06-24 Tom de Vries <tdevries@suse.de>
2788
2789 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2790
2791 2019-06-24 Tom de Vries <tdevries@suse.de>
2792
2793 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2794 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2795 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2796
2797 2019-06-24 Tom de Vries <tdevries@suse.de>
2798
2799 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2800
2801 2019-06-21 Tom de Vries <tdevries@suse.de>
2802
2803 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2804
2805 2019-06-21 Tom de Vries <tdevries@suse.de>
2806
2807 PR testsuite/24518
2808 PR ada/24713
2809 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2810 index.
2811
2812 2019-06-19 Tom Tromey <tromey@adacore.com>
2813
2814 * gdb.ada/length_cond.exp: Add intro comment.
2815
2816 2019-06-19 Tom Tromey <tromey@adacore.com>
2817
2818 * gdb.ada/length_cond.exp: New file.
2819 * gdb.ada/length_cond/length_cond.adb: New file.
2820 * gdb.ada/length_cond/pck.adb: New file.
2821 * gdb.ada/length_cond/pck.ads: New file.
2822
2823 2019-06-18 Tom de Vries <tdevries@suse.de>
2824
2825 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2826
2827 2019-06-18 Tom Tromey <tromey@adacore.com>
2828
2829 * gdb.base/list0.h: Add comment explaining control character.
2830
2831 2019-06-18 Tom de Vries <tdevries@suse.de>
2832
2833 * boards/fission.exp: Break up long debug_flags line.
2834
2835 2019-06-16 Tom de Vries <tdevries@suse.de>
2836
2837 PR gdb/24445
2838 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2839 generated index.
2840
2841 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 PR gdb/24686
2844 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2845 improve detection of bug gdb/24541.
2846
2847 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2848
2849 PR gdb/24669
2850 * gdb.base/index-cache.exp (uses_readnow,
2851 expecting_index_cache_use): Define global variable.
2852 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2853 expecting_index_cache_use.
2854
2855 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2856 Andrew Burgess <andrew.burgess@embecosm.com>
2857
2858 * gdb.fortran/pointers.f90: New file.
2859 * gdb.fortran/print_type.exp: New file.
2860 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2861 * gdb.fortran/vla-type.exp: Likewise.
2862 * gdb.fortran/vla-value.exp: Likewise.
2863 * gdb.mi/mi-vla-fortran.exp: Likewise.
2864
2865 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2866
2867 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2868 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2869 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2870 as a stop reason.
2871
2872 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2873
2874 * gdb.base/annota1.exp: Update expected results.
2875 * gdb.cp/annota2.exp: Likewise.
2876 * gdb.cp/annota3.exp: Likewise.
2877
2878 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2879
2880 * gdb.base/style-logging.exp: Remove path from test name.
2881
2882 2019-06-14 Tom Tromey <tromey@adacore.com>
2883
2884 PR gdb/24502:
2885 * gdb.base/style-logging.exp: New file.
2886
2887 2019-06-14 Tom Tromey <tromey@adacore.com>
2888
2889 * gdb.base/symfile-warn.exp: New file.
2890 * gdb.base/symfile-warn.c: New file.
2891
2892 2019-06-14 Tom Tromey <tromey@adacore.com>
2893
2894 * gdb.base/annotate-symlink.exp: New file.
2895
2896 2019-06-14 Tom Tromey <tromey@adacore.com>
2897
2898 * gdb.ada/set_wstr.exp: Add reassignment test.
2899
2900 2019-06-14 Tom Tromey <tromey@adacore.com>
2901
2902 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2903 'unchecked_access and 'unrestricted_access as well.
2904
2905 2019-06-14 Tom Tromey <tromey@adacore.com>
2906
2907 PR ada/24539:
2908 * gdb.ada/vla.exp: Update tests.
2909 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2910 pragma.
2911
2912 2019-06-13 Pedro Alves <palves@redhat.com>
2913
2914 * gdb.base/settings.exp (test-integer): Test junk after
2915 "unlimited".
2916
2917 2019-06-13 Pedro Alves <palves@redhat.com>
2918
2919 * gdb.base/options.exp (test-thread-apply): New.
2920 (top level): Call it.
2921
2922 2019-06-13 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.base/options.exp (test-frame-apply): New.
2925 (top level): Test print commands with different "frame apply"
2926 prefixes.
2927
2928 2019-06-13 Pedro Alves <palves@redhat.com>
2929
2930 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2931 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2932 'max_completions' parameter and handle it.
2933 (test_gdb_completion_offers_commands): New.
2934
2935 2019-06-13 Pedro Alves <palves@redhat.com>
2936
2937 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2938
2939 2019-06-13 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.base/options.exp (test-backtrace): New.
2942 (top level): Call it.
2943
2944 2019-06-13 Pedro Alves <palves@redhat.com>
2945
2946 * gdb.guile/scm-frame-args.exp: Use "set print
2947 raw-frame-arguments" instead of "set print raw frame-arguments".
2948 * gdb.python/py-frame-args.exp: Likewise.
2949
2950 2019-06-13 Pedro Alves <palves@redhat.com>
2951
2952 * gdb.compile/compile.exp: Adjust expected output to option
2953 processing changes.
2954
2955 2019-06-13 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.base/options.exp: Build executable.
2958 (test-print): New procedure.
2959 (top level): Call it, once for "print" and another for "compile
2960 print".
2961
2962 2019-06-13 Pedro Alves <palves@redhat.com>
2963
2964 * gdb.base/options.c: New file.
2965 * gdb.base/options.exp: New file.
2966
2967 2019-06-13 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2970 that "o" is ambiguous.
2971
2972 2019-06-13 Pedro Alves <palves@redhat.com>
2973
2974 * gdb.base/settings.c: New file.
2975 * gdb.base/settings.exp: New file.
2976
2977 2019-06-13 Pedro Alves <palves@redhat.com>
2978
2979 * gdb.base/completion.exp: Fix comment typo.
2980
2981 2019-06-13 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2984 foo --1" test.
2985
2986 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2987
2988 * gdb.fortran/block-data.f: New.
2989 * gdb.fortran/block-data.exp: New.
2990
2991 2019-06-11 Tom de Vries <tdevries@suse.de>
2992
2993 PR testsuite/24521
2994 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2995 message.
2996
2997 2019-06-11 Tom de Vries <tdevries@suse.de>
2998
2999 PR testsuite/24521
3000 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3001
3002 2019-06-11 Tom de Vries <tdevries@suse.de>
3003
3004 * boards/readnow.exp: New file.
3005
3006 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3007
3008 * gdb.fortran/vla-sizeof.exp: Update expected results.
3009
3010 2019-06-06 Amos Bird <amosbird@gmail.com>
3011
3012 * gdb.base/annota1.exp (thread_switch): Add test for
3013 thread-exited annotation.
3014
3015 2019-06-06 Tom Tromey <tromey@adacore.com>
3016
3017 * gdb.base/maint.exp: Expect command started/finished output.
3018
3019 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3020
3021 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3022 comment.
3023 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3024
3025 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3026
3027 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3028 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3029 * gdb.arch/riscv-unwind-long-insn.c: New file.
3030 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3031
3032 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3033
3034 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3035
3036 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3037
3038 * lib/gdb.exp (help_list_trailer): New regexp variable
3039 factorizing the help trailer message.
3040 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3041 arg to allow to better factorize various tests.
3042 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3043 (test_prefix_command_help): Use help_list_trailer.
3044 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3045 * gdb.guile/scm-cmd.exp: Likewise.
3046 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3047 * gdb.base/help.exp: Use test_user_defined_class_help.
3048 * gdb.base/style.exp: Add tests for styling of help and apropos.
3049 * lib/gdb-utils.exp (style): Add title and highlight styles.
3050
3051 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3052
3053 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3054 $_shell_exitsignal.
3055 * gdb.base/default.exp: Update for new convenience variables.
3056
3057 2019-05-29 Tom Tromey <tromey@adacore.com>
3058
3059 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3060 to "break complete ada" test case's regexp.
3061
3062 2019-05-29 Tom Tromey <tromey@adacore.com>
3063
3064 PR c++/20020:
3065 * gdb.cp/constexpr-field.exp: New file.
3066 * gdb.cp/constexpr-field.cc: New file.
3067
3068 2019-05-29 Tom Tromey <tromey@adacore.com>
3069
3070 * gdb.base/finish.exp (finish_no_print): New proc.
3071 (finish_tests): Call it.
3072
3073 2019-05-24 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.dwarf2/gdb-add-index.exp: New file.
3076
3077 2019-05-22 Tom Tromey <tromey@adacore.com>
3078
3079 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3080 * gdb.base/style.exp: Use "style".
3081 * lib/gdb-utils.exp (style): New proc.
3082
3083 2019-05-22 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.base/align.exp: Require c++11.
3086
3087 2019-05-22 Tom de Vries <tdevries@suse.de>
3088
3089 PR testsuite/24586
3090 * gdb.python/py-mi-var-info-path-expression.exp: Call
3091 mi_skip_python_tests to check if python is supported.
3092
3093 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3094
3095 * gdb.arch/aarch64-pauth.c: New test.
3096 * gdb.arch/aarch64-pauth.exp: New file.
3097
3098 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3099
3100 * README (Re-running Tests Outside The Testsuite): New section.
3101
3102 2019-05-21 Tom de Vries <tdevries@suse.de>
3103
3104 * gdb.arch/amd64-eval.exp: Require c++11.
3105 * gdb.base/max-depth.exp: Same.
3106 * gdb.compile/compile-cplus-array-decay.exp: Same.
3107 * gdb.cp/meth-typedefs.exp: Same.
3108 * gdb.cp/subtypes.exp: Same.
3109 * gdb.cp/temargs.exp: Same.
3110
3111 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3112
3113 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3114
3115 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3116
3117 PR gdb/18644
3118 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3119 * gdb.fortran/printing-types.exp: Add new test.
3120 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3121 testing.
3122 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3123 setup_kfail call.
3124
3125 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3126
3127 * README (Running the Testsuite): Change example.
3128 (Testsuite Parameters): Remove TRANSCRIPT.
3129 * lib/gdb.exp: Remove TRANSCRIPT check.
3130
3131 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3132
3133 * README (Testsuite Parameters): Add replay logging to
3134 GDBSERVER_DEBUG.
3135 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3136 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3137 as a comma separated list.
3138 (gdb_debug_init): Override procedure.
3139
3140 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3141
3142 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3143 (gdb_write_cmd_file): New procedure.
3144 * lib/gdbserver-support.exp (gdbserver_start): Call
3145 gdbserver_write_cmd_file.
3146 (gdbserver_write_cmd_file): New procedure.
3147
3148 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3149
3150 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3151 (delete_breakpoints): Likewise.
3152 (gdb_run_cmd): Likewise.
3153 (gdb_start_cmd): Likewise.
3154 (gdb_starti_cmd): Likewise.
3155 (gdb_internal_error_resync): Likewise.
3156 (gdb_test_multiple): Likewise.
3157 (gdb_reinitialize_dir): Likewise.
3158 (default_gdb_exit): Likewise.
3159 (gdb_file_cmd): Mark kill as optional.
3160 (default_gdb_start): Call gdb_stdin_log_init.
3161 (send_gdb): Call gdb_stdin_log_write.
3162 (rerun_to_main): Mark Y as an answer.
3163 (gdb_stdin_log_init): New function.
3164 (gdb_stdin_log_write): Likewise.
3165
3166 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3167
3168 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3169 * gdb.base/debug-expr.exp: Likewise.
3170 * gdb.base/foll-fork.exp: Likewise.
3171 * gdb.base/foll-vfork.exp: Likewise.
3172 * gdb.base/fork-print-inferior-events.exp: Likewise.
3173 * gdb.base/gdb-sigterm.exp: Likewise.
3174 * gdb.base/gdbinit-history.exp: Likewise.
3175 * gdb.base/osabi.exp: Likewise.
3176 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3177 * gdb.base/ui-redirect.exp: Likewise.
3178 * gdb.gdb/unittest.exp: Likewise.
3179 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3180 * gdb.mi/mi-watch.exp: Likewise.
3181 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3182 * gdb.mi/user-selected-context-sync.exp: Likewise.
3183 * gdb.python/python.exp: Disable debug test when debugging.
3184 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3185 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3186 Likewise.
3187 * gdb.threads/stepi-random-signal.exp: Likewise.
3188
3189 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3190
3191 * Makefile.in: Pass through GDB_DEBUG.
3192 * README (Testsuite Parameters): Add GDB_DEBUG.
3193 (gdb,debug): Add board setting.
3194 * lib/gdb.exp (default_gdb_start): Start debugging.
3195 (gdb_debug_enabled): New procedure.
3196 (gdb_debug_init): Likewise.
3197
3198 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3199
3200 * Makefile.in: Pass through GDB_DEBUG.
3201 * README (Testsuite Parameters): Add GDB_DEBUG.
3202 (gdb,debug): Add board setting.
3203 * lib/gdb.exp (default_gdb_start): Start debugging.
3204 (gdb_debug_enabled): New procedure.
3205 (gdb_debug_init): Likewise.
3206
3207 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3208
3209 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3210
3211 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3212
3213 * gdb.base/ui-redirect.exp: Test redirection.
3214
3215 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3216
3217 * gdb.mi/mi-complete.exp: New file.
3218 * gdb.mi/mi-complete.cc: Likewise.
3219
3220 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3221
3222 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3223 indexed and sliced arrays, and pointers to arrays.
3224
3225 2019-05-14 Tom Tromey <tromey@adacore.com>
3226
3227 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3228 styling test.
3229
3230 2019-05-14 Tom de Vries <tdevries@suse.de>
3231
3232 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3233 selection entry encoding.
3234
3235 2019-05-10 Tom Tromey <tromey@adacore.com>
3236
3237 * gdb.ada/info_exc.exp: Add "complete" test.
3238
3239 2019-05-09 Tom de Vries <tdevries@suse.de>
3240
3241 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3242 CU-relative.
3243
3244 2019-05-09 Tom de Vries <tdevries@suse.de>
3245
3246 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3247 CU-relative.
3248
3249 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3250
3251 * gdb.ada/frame_arg_lang.exp: New testcase.
3252 * gdb.ada/frame_arg_lang/bla.adb: New file.
3253 * gdb.ada/frame_arg_lang/pck.ads: New file.
3254 * gdb.ada/frame_arg_lang/pck.adb: New file.
3255 * gdb.ada/frame_arg_lang/foo.c: New file.
3256
3257 2019-05-08 Tom Tromey <tromey@adacore.com>
3258
3259 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3260
3261 2019-05-08 Tom Tromey <tromey@adacore.com>
3262
3263 * gdb.base/ptype-offsets.exp: Update tests.
3264
3265 2019-05-08 Tom Tromey <tromey@adacore.com>
3266
3267 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3268 cases.
3269 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3270 "short".
3271
3272 2019-05-08 Tom Tromey <tromey@adacore.com>
3273
3274 * gdb.ada/vla.exp: New file.
3275 * gdb.ada/vla/vla.adb: New file.
3276
3277 2019-05-07 Tom de Vries <tdevries@suse.de>
3278
3279 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3280
3281 2019-05-07 Tom de Vries <tdevries@suse.de>
3282
3283 PR testsuite/24522
3284 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3285 section.
3286
3287 2019-05-07 Tom de Vries <tdevries@suse.de>
3288
3289 PR testsuite/24522
3290 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3291 .debug_aranges section.
3292
3293 2019-05-07 Tom de Vries <tdevries@suse.de>
3294
3295 PR testsuite/24159
3296 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3297
3298 2019-05-06 Tom de Vries <tdevries@suse.de>
3299
3300 * lib/gdb.exp (exec_has_index_section): New proc.
3301 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3302 section.
3303
3304 2019-05-04 Tom de Vries <tdevries@suse.de>
3305
3306 * boards/cc-with-debug-names.exp: New file.
3307
3308 2019-05-03 Tom Tromey <tromey@adacore.com>
3309
3310 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3311 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3312 * gdb.ada/char_enum.exp: Add test.
3313
3314 2019-05-03 Tom de Vries <tdevries@suse.de>
3315
3316 * boards/cc-with-gdb-index.exp: New file.
3317
3318 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3319
3320 * gdb.rust/simple.exp: Add new test case.
3321 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3322 (main): Initialise an instance of the new struct.
3323
3324 2019-05-01 Tom Tromey <tromey@adacore.com>
3325
3326 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3327 record.
3328 (NPR): New variable.
3329 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3330 test.
3331
3332 2019-05-01 Tom Tromey <tromey@adacore.com>
3333
3334 * gdb.ada/packed_array_assign.exp: Add packed assignment
3335 regression test.
3336
3337 2019-05-01 Tom de Vries <tdevries@suse.de>
3338
3339 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3340
3341 2019-05-01 Tom de Vries <tdevries@suse.de>
3342
3343 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3344
3345 2019-04-30 Ali Tamur <tamur@google.com>
3346
3347 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3348
3349 2019-04-30 Tom Tromey <tromey@adacore.com>
3350
3351 * lib/ada.exp (find_ada_tool): New proc.
3352 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3353 * gdb.ada/catch_ex_std.exp: New file.
3354 * gdb.ada/catch_ex_std/foo.adb: New file.
3355 * gdb.ada/catch_ex_std/some_package.adb: New file.
3356 * gdb.ada/catch_ex_std/some_package.ads: New file.
3357
3358 2019-04-30 Tom Tromey <tromey@adacore.com>
3359
3360 PR c++/24470:
3361 * gdb.cp/temargs.cc: Add test code from PR.
3362
3363 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3364
3365 * gdb.fortran/vla-datatypes.exp: Update expected results.
3366 * gdb.fortran/vla-ptype.exp: Likewise.
3367 * gdb.fortran/vla-type.exp: Likewise.
3368 * gdb.fortran/vla-value.exp: Likewise.
3369
3370 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3371
3372 * gdb.fortran/ptr-indentation.exp: Update expected results.
3373 * gdb.fortran/ptype-on-functions.exp: Likewise.
3374 * gdb.fortran/vla-ptr-info.exp: Likewise.
3375 * gdb.fortran/vla-value.exp: Likewise.
3376
3377 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3378
3379 * gdb.fortran/ptype-on-functions.exp: New file.
3380 * gdb.fortran/ptype-on-functions.f90: New file.
3381
3382 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3383
3384 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3385 case void string.
3386
3387 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3388
3389 * gdb.fortran/complex.exp: Expand.
3390 * gdb.fortran/complex.f: Renamed to...
3391 * gdb.fortran/complex.f90: ...this, and extended to add more
3392 complex values.
3393
3394 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3395
3396 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3397 MODULO, CMPLX.
3398
3399 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3400 Richard Bunt <richard.bunt@arm.com>
3401
3402 * gdb.base/max-depth.c: New file.
3403 * gdb.base/max-depth.exp: New file.
3404 * gdb.python/py-nested-maps.c: New file.
3405 * gdb.python/py-nested-maps.exp: New file.
3406 * gdb.python/py-nested-maps.py: New file.
3407 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3408 (test_all_common): Call test_max_depth.
3409 * gdb.fortran/max-depth.exp: New file.
3410 * gdb.fortran/max-depth.f90: New file.
3411 * gdb.go/max-depth.exp: New file.
3412 * gdb.go/max-depth.go: New file.
3413 * gdb.modula2/max-depth.exp: New file.
3414 * gdb.modula2/max-depth.c: New file.
3415 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3416
3417 2019-04-29 Tom de Vries <tdevries@suse.de>
3418
3419 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3420
3421 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3422
3423 * gdb.base/callexit.exp: Test may-call-functions off.
3424
3425 2019-04-25 Keith Seitz <keiths@redhat.com>
3426
3427 PR c++/24367
3428 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3429 (another_incomplete_struct, test_incomplete): New definitions.
3430 (main): Use new definitions.
3431 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3432 functions.
3433
3434 2019-04-25 Ali Tamur <tamur@google.com>
3435
3436 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3437
3438 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3439
3440 PR corefiles/11608
3441 PR corefiles/18187
3442 * gdb.base/coredump-filter-build-id.exp: New file.
3443
3444 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3445
3446 * Makefile.in: Pass through GDBSERVER_DEBUG.
3447 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3448 (gdbserver,debug): Add board setting.
3449 * gdb.trace/tspeed.exp: Skip when debugging.
3450 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3451 * lib/gdbserver-support.exp: Likewise
3452
3453 2019-04-24 Tom Tromey <tromey@adacore.com>
3454
3455 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3456 Rust.
3457
3458 2019-04-24 Tom Tromey <tromey@adacore.com>
3459
3460 * gdb.arch/amd64-eval.exp: Test bitfield return.
3461 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3462 (class Foo) <return_bitfields>: New method.
3463 (main): Call it.
3464
3465 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3466
3467 * gdb.cp/many-args.cc: New file.
3468 * gdb.cp/many-args.exp: New file.
3469
3470 2019-04-23 Tom de Vries <tdevries@suse.de>
3471
3472 PR gdb/24433
3473 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3474
3475 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3476
3477 * gdb.trace/backtrace.exp: Use nopie flag.
3478 * gdb.trace/circ.exp: Likewise.
3479 * gdb.trace/collection.exp: Likewise.
3480 * gdb.trace/ftrace.exp: Likewise.
3481 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3482 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3483 * gdb.trace/qtro.exp: Likewise.
3484 * gdb.trace/read-memory.exp: Likewise.
3485 * gdb.trace/report.exp: Likewise.
3486 * gdb.trace/tfile.exp: Likewise.
3487 * gdb.trace/tfind.exp: Likewise.
3488 * gdb.trace/unavailable.exp: Likewise.
3489
3490 2019-04-22 Pedro Alves <palves@redhat.com>
3491
3492 * gdb.base/solib-probes-nosharedlibrary.c,
3493 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3494
3495 2019-04-19 Tom Tromey <tromey@adacore.com>
3496
3497 * gdb.ada/ptype_union.c: New file.
3498 * gdb.ada/ptype_union.exp: New file.
3499
3500 2019-04-19 Tom Tromey <tromey@adacore.com>
3501
3502 PR symtab/24423:
3503 * gdb.base/list0.h (foo): Add a control-l character.
3504
3505 2019-04-18 Tom de Vries <tdevries@suse.de>
3506
3507 PR gdb/24433
3508 * boards/local-board.exp: Set sysroot to "".
3509
3510 2019-04-18 Tom de Vries <tdevries@suse.de>
3511 Pedro Alves <palves@redhat.com>
3512
3513 PR gdb/24454
3514 * gdb.threads/vfork-follow-child-exec.c: New file.
3515 * gdb.threads/vfork-follow-child-exec.exp: New file.
3516 * gdb.threads/vfork-follow-child-exit.c: New file.
3517 * gdb.threads/vfork-follow-child-exit.exp: New file.
3518
3519 2019-04-15 Leszek Swirski <leszeks@google.com>
3520
3521 * gdb.arch/amd64-eval.cc: New file.
3522 * gdb.arch/amd64-eval.exp: New file.
3523
3524 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3525
3526 * gdb.server/sysroot.c: New test.
3527 * gdb.server/sysroot.exp: New file.
3528 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3529 matching param.
3530
3531 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3532
3533 * gdb.base/align.exp: Extend test to cover structures containing
3534 only static fields.
3535
3536 2019-04-11 Tom de Vries <tdevries@suse.de>
3537
3538 * boards/cc-with-dwz-m.exp: New file.
3539 * boards/cc-with-dwz.exp: New file.
3540 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3541
3542 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3543
3544 * gdb.base/start-cpp.exp: New file.
3545 * gdb.base/start-cpp.cc: New file.
3546
3547 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3548
3549 * gdb.python/py-thrhandle.exp: Adjust tests to call
3550 thread_from_handle instead of thread_from_thread_handle.
3551
3552 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3553
3554 * gdb.python/py-thrhandle.exp: Add tests for
3555 gdb.InferiorThread.handle.
3556
3557 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.python/py-function.exp: Check calling helper function from
3560 all languages.
3561 * lib/gdb.exp (gdb_supported_languages): New proc.
3562
3563 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.base/complex-parts.c: New file.
3566 * gdb.base/complex-parts.exp: New file.
3567
3568 2019-04-01 Tom Tromey <tromey@adacore.com>
3569
3570 PR symtab/23331:
3571 * gdb.dwarf2/dw2-ranges-main.c: New file.
3572 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3573 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3574
3575 2019-03-30 Simon Marchi <simark@simark.ca>
3576
3577 * gdb.base/default.exp: Add values for $_gdb_major and
3578 $_gdb_minor.
3579
3580 2019-03-29 Tom Tromey <tromey@adacore.com>
3581
3582 * gdb.base/help.exp: Tighten apropos regexp.
3583
3584 2019-03-29 Keith Seitz <keiths@redhat.com>
3585
3586 * gdb.fortran/array-bounds.exp: New file.
3587 * gdb.fortran/array-bounds.f90: New file.
3588
3589 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3590
3591 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3592
3593 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3594
3595 * gdb.multi/hello.c (main): Increase alarm timer.
3596
3597 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3598
3599 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3600 factor when no hardware watchpoint support.
3601
3602 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3603 Pedro Alves <palves@redhat.com>
3604
3605 * boards/local-board.exp: set sysroot to /.
3606
3607 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3608
3609 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3610 in child.
3611
3612 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3613
3614 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3615 field.
3616 (make_container): Initialise new field.
3617 * gdb.python/py-prettyprint.exp: Add new tests.
3618 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3619 <display_hint>: New method.
3620
3621 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3622
3623 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3624 gdb_continue_to_breakpoint more throughout this test.
3625 (run_lang_tests) Supply unique test names, and use
3626 gdb_test_no_output.
3627
3628 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3629
3630 * gdb.base/finish-pretty.exp: Update expected results.
3631 * gdb.base/pretty-print.c: New file.
3632 * gdb.base/pretty-print.exp: New file.
3633
3634 2019-03-25 Pedro Alves <palves@redhat.com>
3635
3636 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3637 move comments outside list. Append '-i "" eof' section.
3638
3639 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3640
3641 PR testsuite/25016
3642 * README: Add pie options.
3643 * gdb.base/break-interp.exp: Ensure pie is disabled.
3644 * gdb.base/dump.exp: Likewise.
3645 * lib/gdb.exp (gdb_compile): Add pie option.
3646
3647 2019-03-19 Tom Tromey <tromey@adacore.com>
3648
3649 * gdb.mi/mi2-cli-display.c: New file.
3650 * gdb.mi/mi2-cli-display.exp: New file.
3651
3652 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3653 Tom Tromey <tromey@adacore.com>
3654
3655 * gdb.ada/ptype_array/pck.adb: New file.
3656 * gdb.ada/ptype_array/pck.ads: New file.
3657 * gdb.ada/ptype_array/foo.adb: New file.
3658 * gdb.ada/ptype_array.exp: New file.
3659
3660 2019-03-14 Tom Tromey <tromey@adacore.com>
3661
3662 * gdb.base/style.exp: Add "set style sources" test.
3663
3664 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3665
3666 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3667 * mi-breakpoint-multiple-locations.exp: ... this.
3668 (make_breakpoints_pattern): New proc.
3669 (do_test): Add mi_version parameter, test -break-insert,
3670 -break-info and =breakpoint-created.
3671
3672 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3673
3674 * config/default.exp: Remove 'load_lib gdb.exp'.
3675 * config/monitor.exp: Likewise.
3676 * config/sid.exp: Likewise.
3677 * config/sim.exp: Likewise.
3678 * config/slite.exp: Likewise.
3679 * config/unix.exp: Likewise.
3680 * gdb.base/default.exp: Remove unhelpful comment.
3681
3682 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3683
3684 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3685
3686 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3687
3688 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3689
3690 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3691
3692 * gdb.fortran/type-kinds.exp: Update expected results.
3693
3694 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3695
3696 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3697
3698 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3699
3700 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3701 function.
3702 (test_basic_parsing_of_type_kinds): Expand types tested.
3703 (test_parsing_invalid_type_kinds): New function.
3704
3705 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3706
3707 * gdb.fortran/intrinsics.exp: New file.
3708 * gdb.fortran/intrinsics.f90: New file.
3709 * gdb.fortran/type-kinds.exp: New file.
3710
3711 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3712
3713 * gdb.fortran/dot-ops.exp: New file.
3714
3715 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3716
3717 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3718 Check upper and lower case logical literals.
3719
3720 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3723 Remove duplicate tests.
3724
3725 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3726
3727 * lib/gdb.exp (builtin_cd): rename of cd.
3728 (cd): Override builtin.
3729
3730 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3731
3732 * gdb.fortran/function-calls.exp: New file.
3733 * gdb.fortran/function-calls.f90: New test.
3734
3735 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3736
3737 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3738 on user program standard output.
3739 * gdb.fortran/short-circuit-argument-list.f90: Record function
3740 calls.
3741
3742 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3743
3744 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3745 failure.
3746
3747 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3748
3749 PR gdb/8527
3750 * gdb.base/interrupt-daemon-attach.c,
3751 gdb.base/interrupt-daemon-attach.exp: New test.
3752
3753 2019-02-27 Pedro Alves <palves@redhat.com>
3754
3755 * gdb.base/page.exp: Add tests for "set width/height -1".
3756
3757 2019-02-27 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.base/page.exp: Add tests for "set/show width/height" with
3760 "infinite" values.
3761
3762 2019-02-27 Tom Tromey <tromey@adacore.com>
3763
3764 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3765 2.4.
3766 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3767 workaround.
3768
3769 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3770
3771 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3772 tests for structs with static members.
3773
3774 2019-02-26 Tom Tromey <tromey@adacore.com>
3775
3776 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3777 ValueError, not TypeError.
3778
3779 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3780
3781 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3782 call from main program.
3783
3784 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3785
3786 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3787 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3788 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3789 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3790 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3791
3792 2019-02-22 Keith Seitz <keiths@redhat.com>
3793
3794 PR symtab/23853
3795 * gdb.base/symlink-sourcefile.c: New file.
3796 * gdb.base/symlink-sourcefile.exp: New file.
3797
3798 2019-02-20 Tom Tromey <tom@tromey.com>
3799
3800 * gdb.base/info_qt.exp: Update.
3801
3802 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3803
3804 * gdb.base/source.exp: Move "error in sourced script" code to
3805 the end.
3806 * gdb.base/source-error.gdb: Move contents to
3807 source-error-1.gdb. Add new code to source source-error-1.gdb.
3808 * gdb.base/source-error-1.gdb: New file, from previous
3809 source-error.gdb.
3810
3811 2019-02-17 Tom Tromey <tom@tromey.com>
3812
3813 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3814 for macro styling.
3815 * gdb.base/style.c (SOME_MACRO): New macro.
3816
3817 2019-02-17 Tom Tromey <tom@tromey.com>
3818
3819 * gdb.base/style.exp: Add line-wrapping tests.
3820 * gdb.base/page.exp: Add test for quitting during pagination.
3821
3822 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3823
3824 * gdb.ada/big_packed_array: New testcase.
3825 * gdb.ada/homonym.exp: Fix incorrect expected output for
3826 "break <homonym__get_value>" test.
3827
3828 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3829
3830 PR breakpoints/21870
3831 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3832 and prepare_for_testing. Add comment.
3833 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3834 redundant cleanup call. Clean up comment.
3835
3836 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3837
3838 PR breakpoints/21870
3839 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3840 * gdb.arch/aarch64-dbreg-contents.c: New file.
3841
3842 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3843
3844 * gdb.ada/mi_ref_changeable: New testcase.
3845
3846 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3847
3848 * gdb.base/attach.exp: Add double attach test.
3849
3850 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3851
3852 * lib/gdb.exp (default_gdb_start): Don't match pagination
3853 prompt.
3854 (gdb_init): Set stty_init.
3855
3856 2019-01-27 Tom Tromey <tom@tromey.com>
3857
3858 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3859 skip_python_tests.
3860
3861 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3862
3863 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3864 New structure.
3865 (struct struct_static_02_02): Likewise.
3866 (struct struct_static_02_03): Likewise.
3867 (struct struct_static_02_04): Likewise.
3868 (struct struct_static_04_01): Likewise.
3869 (struct struct_static_04_02): Likewise.
3870 (struct struct_static_04_03): Likewise.
3871 (struct struct_static_04_04): Likewise.
3872 (struct struct_static_06_01): Likewise.
3873 (struct struct_static_06_02): Likewise.
3874 (struct struct_static_06_03): Likewise.
3875 (struct struct_static_06_04): Likewise.
3876 (cmp_struct_static_02_01): Likewise.
3877 (cmp_struct_static_02_02): Likewise.
3878 (cmp_struct_static_02_03): Likewise.
3879 (cmp_struct_static_02_04): Likewise.
3880 (cmp_struct_static_04_01): Likewise.
3881 (cmp_struct_static_04_02): Likewise.
3882 (cmp_struct_static_04_03): Likewise.
3883 (cmp_struct_static_04_04): Likewise.
3884 (cmp_struct_static_06_01): Likewise.
3885 (cmp_struct_static_06_02): Likewise.
3886 (cmp_struct_static_06_03): Likewise.
3887 (cmp_struct_static_06_04): Likewise.
3888 (call_all): Test new structs.
3889 * gdb.base/infcall-nested-structs.exp: Likewise.
3890
3891 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3892 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3893
3894 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3895 * gdb.base/stack-protector.c: New test.
3896 * gdb.base/stack-protector.exp: New file.
3897 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3898 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3899 option.
3900 (gdb_compile): Remove stack protector for GCC and prevent
3901 recursion.
3902
3903 2019-01-16 Keith Seitz <keiths@redhat.com>
3904
3905 PR gdb/23773
3906 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3907
3908 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3909
3910 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3911 aliases.
3912 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3913 tests.
3914 * gdb.arch/powerpc-vector-regs.c: New file.
3915 * gdb.arch/powerpc-vector-regs.exp: New file.
3916
3917 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3918
3919 * gdb.arch/altivec-regs.exp: Fix the list passed to
3920 gdb_expect_list when testing "info vector".
3921
3922 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3923
3924 * gdb.base/style.exp: Don't include path in testname.
3925
3926 2019-01-10 Keith Seitz <keiths@redhat.com>
3927
3928 PR gdb/23712
3929 PR symtab/23010
3930 * gdb.dwarf2/multidictionary.exp: New file.
3931
3932 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3933
3934 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3935 (test_gnuv3_style_demangling): ... this.
3936 (test_lucid_style_demangling): Remove.
3937 (test_arm_style_demangling): Remove.
3938 (test_hp_style_demangling): Remove.
3939 (do_tests): Remove calls to the above.
3940
3941 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3942
3943 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3944 case.
3945
3946 2019-01-06 Tom Tromey <tom@tromey.com>
3947
3948 PR gdb/28155:
3949 * gdb.dwarf2/typedef-void-finish.exp: New file.
3950
3951 2018-12-28 Tom Tromey <tom@tromey.com>
3952 Simon Marchi <simark@simark.ca>
3953
3954 * gdb.base/jit-exec.exp: New file.
3955 * gdb.base/jit-exec.c: New file.
3956 * gdb.base/jit-execd.c: New file.
3957
3958 2018-12-28 Tom Tromey <tom@tromey.com>
3959
3960 * gdb.base/style.exp: Update test to check for address styling.
3961
3962 2018-12-28 Tom Tromey <tom@tromey.com>
3963
3964 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3965 message.
3966
3967 2018-12-28 Tom Tromey <tom@tromey.com>
3968
3969 * gdb.base/style.exp: Add test for version number styling.
3970
3971 2018-12-28 Tom Tromey <tom@tromey.com>
3972
3973 * gdb.base/style.exp: Add test for print_address_symbolic.
3974
3975 2018-12-28 Tom Tromey <tom@tromey.com>
3976
3977 * gdb.base/style.exp: Add test for breakpoint setting.
3978
3979 2018-12-28 Tom Tromey <tom@tromey.com>
3980
3981 * gdb.base/style.exp: Add test for variable names.
3982
3983 2018-12-28 Tom Tromey <tom@tromey.com>
3984
3985 * gdb.base/style.exp: New file.
3986 * gdb.base/style.c: New file.
3987
3988 2018-12-28 Tom Tromey <tom@tromey.com>
3989
3990 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3991 "dumb".
3992 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3993 the TERM environment variable.
3994
3995 2018-12-27 Tom Tromey <tom@tromey.com>
3996
3997 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3998 pagination test.
3999
4000 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4001
4002 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4003 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4004
4005 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4006
4007 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4008 Filename a.adb changed to bp_fun_addr.adb.
4009 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4010
4011 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4012
4013 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4014 non-PIE executables.
4015 * README: Mention the gdb,nopie_flag board setting.
4016 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4017 non-PIE executable.
4018 * gdb.arch/amd64-entry-value.exp: Likewise.
4019 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4020 * gdb.arch/i386-float.exp: Likewise.
4021 * gdb.arch/i386-signal.exp: Likewise.
4022 * gdb.mi/mi-reg-undefined.exp: Likewise.
4023
4024 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4025
4026 PR gdb/23974
4027 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4028
4029 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4030
4031 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4032 Update order of results accordingly.
4033
4034 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4035
4036 * gdb.base/annota1.exp: Update a test regexp.
4037
4038 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4039
4040 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4041
4042 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4043
4044 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4045 (reuse_time): Initialize to REUSE_TIME_CAP.
4046 (check_rc): New function.
4047 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4048 Check pthread_create rc.
4049 (spawner_thread_func): Check pthread_create and pthread_join rc.
4050
4051 2018-12-08 Pedro Alves <palves@redhat.com>
4052
4053 * gdb.base/list.exp (test_forward_search): Rename to ...
4054 (test_forward_reverse_search): ... this. Also test reverse-search
4055 and the forward-search alias.
4056
4057 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4058
4059 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4060 local timeout variable before return, and remove all local timeout
4061 variable entirely.
4062 (gdb_load): Likewise.
4063
4064 2018-12-01 Tom de Vries <tdevries@suse.de>
4065
4066 * gdb.base/gdb-caching-proc.exp: New file.
4067
4068 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4069
4070 * Makefile.in (TIMESTAMP): New variable.
4071 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4072 command.
4073 (check-single-racy): Likewise.
4074 (check/%.exp): Likewise.
4075 (check-racy/%.exp): Likewise.
4076 (workers/%.worker): Likewise.
4077 (build-perf): Likewise.
4078 (check-perf): Likewise.
4079 * README: Describe new "TS" and "TS_FORMAT" variables.
4080 * print-ts.py: New file.
4081
4082 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4083
4084 PR python/23714
4085 * gdb.python/python.exp: Test command repetition after
4086 gdb.execute.
4087
4088 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4091 is correctly aligned.
4092
4093 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4094
4095 * gdb.ada/info_auto_lang.exp: New testcase.
4096 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4097 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4098 * gdb.ada/info_auto_lang/some_c.c: New file.
4099
4100 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4101
4102 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4103 FUNC_lang language syntax.
4104
4105 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4106
4107 * gdb.base/info_minsym.c: New file.
4108 * gdb.base/info_minsym.exp: New file.
4109
4110 2018-11-19 Tom Tromey <tom@tromey.com>
4111
4112 PR rust/23625:
4113 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4114 * gdb.rust/expr.exp: Update expected output. Change one test.
4115
4116 2018-11-19 Tom Tromey <tom@tromey.com>
4117
4118 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4119
4120 2018-11-19 Pedro Alves <palves@redhat.com>
4121
4122 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4123 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4124 see the expected warning.
4125
4126 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4127
4128 PR gdb/22736:
4129 * gdb.cp/infcall-nodebug-lib.c: New test.
4130 * gdb.cp/infcall-nodebug-main.c: New test.
4131 * gdb.cp/infcall-nodebug.exp: New file.
4132
4133 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4134
4135 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4136 completer tests.
4137
4138 2018-11-09 Tom de Vries <tdevries@suse.de>
4139
4140 * gdb.base/msym-lang.c: New test.
4141 * gdb.base/msym-lang.exp: New file.
4142 * gdb.base/msym-lang-main.c: New test.
4143
4144 2018-11-08 Tom Tromey <tom@tromey.com>
4145
4146 PR gdb/23555:
4147 PR gdb/23838:
4148 * gdb.base/warning.exp: New file.
4149
4150 2018-11-08 Jan Beulich <jbeulich@suse.com>
4151
4152 * testsuite/gdb.arch/i386-avx512.c,
4153 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4154
4155 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4156
4157 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4158 point hardware.
4159
4160 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4161
4162 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4163 * gdb.dwarf2/missing-type-name.exp: New file.
4164
4165 2018-11-06 Tom de Vries <tdevries@suse.de>
4166
4167 * gdb.base/many-headers.c: New test.
4168 * gdb.base/many-headers.exp: New file.
4169
4170 2018-11-06 Jim Wilson <jimw@sifive.com>
4171
4172 * gdb.base/code_elim.exp: For riscv, set additional_flags
4173 to include -msmall-data-limit=0.
4174
4175 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4176
4177 * gdb.ada/watch_minus_l: New testcase.
4178
4179 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4180
4181 * gdb.arch/aix-sighandle.c: New file.
4182 * gdb.arch/aix-sighandle.exp: New file.
4183
4184 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4185
4186 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4187 registers being unions.
4188
4189 2018-10-31 Tom de Vries <tdevries@suse.de>
4190
4191 * lib/valgrind.exp: New file.
4192 (vgdb_start, vgdb_stop): New procs, factored out of ...
4193 * gdb.base/valgrind-bt.exp: ... here, ...
4194 * gdb.base/valgrind-disp-step.exp: ... here and ...
4195 * gdb.base/valgrind-infcall.exp: ... here.
4196
4197 2018-10-31 Tom de Vries <tdevries@suse.de>
4198
4199 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4200
4201 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.dwarf2/void-type.c: New file.
4204 * gdb.dwarf2/void-type.exp: New file.
4205
4206 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4207
4208 * gdb.base/info_qt.c: New file.
4209 * gdb.base/info_qt.exp: New file.
4210
4211 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4212
4213 * gdb.arch/powerpc-htm-regs.c: New file.
4214 * gdb.arch/powerpc-htm-regs.exp: New file.
4215
4216 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4217
4218 * gdb.arch/powerpc-tar.c: New file.
4219 * gdb.arch/powerpc-tar.exp: New file.
4220
4221 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4222
4223 * gdb.arch/powerpc-ppr-dscr.c: New file.
4224 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4225
4226 2018-10-25 Tom de Vries <tdevries@suse.de>
4227
4228 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4229
4230 2018-10-24 Tom de Vries <tdevries@suse.de>
4231
4232 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4233 longer exists error.
4234
4235 2018-10-24 Tom de Vries <tdevries@suse.de>
4236
4237 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4238
4239 2018-10-24 Tom de Vries <tdevries@suse.de>
4240
4241 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4242 --db-attach in valgrind.
4243
4244 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4245
4246 * gdb.arch/riscv-reg-aliases.c: New file.
4247 * gdb.arch/riscv-reg-aliases.exp: New file.
4248
4249 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4250
4251 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4252
4253 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4254
4255 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4256
4257 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4258
4259 * gdb.cp/ovldbreak.exp: Fix regexps.
4260
4261 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4262
4263 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4264
4265 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4266
4267 PR cli/23785
4268 * gdb.base/restore.exp: New test to check if "restore" with an
4269 invalid file doesn't segfault.
4270
4271 2018-10-18 Tom de Vries <tdevries@suse.de>
4272
4273 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4274 * gdb.ada/excep_handle.exp: Same.
4275 * gdb.ada/mi_string_access.exp: Same.
4276 * gdb.ada/mi_var_union.exp: Same.
4277 * gdb.arch/arc-analyze-prologue.exp: Same.
4278 * gdb.arch/arc-decode-insn.exp: Same.
4279 * gdb.base/readnever.exp: Same.
4280 * gdb.fortran/printing-types.exp: Same.
4281 * gdb.guile/scm-lazy-string.exp: Same.
4282
4283 2018-10-16 Tom de Vries <tdevries@suse.de>
4284
4285 PR gdb/23730
4286 * gdb.base/catch-follow-exec.c: Add copyright notice.
4287 * gdb.base/catch-follow-exec.exp: Rewrite to use
4288 gdb_spawn_with_cmdline_opts. Require gdb-native.
4289
4290 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4291
4292 * gdb.trace/actions-changed.exp: Check for arch support.
4293 * gdb.trace/actions.exp: Likewise.
4294 * gdb.trace/ax.exp: Likewise.
4295 * gdb.trace/backtrace.exp: Likewise.
4296 * gdb.trace/change-loc.exp: Likewise.
4297 * gdb.trace/deltrace.exp: Likewise.
4298 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4299 * gdb.trace/ftrace.exp: Likewise.
4300 * gdb.trace/infotrace.exp: Check for arch support.
4301 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4302 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4303 * gdb.trace/mi-tsv-changed.exp: Likewise.
4304 * gdb.trace/packetlen.exp: Likewise.
4305 * gdb.trace/passc-dyn.exp: Likewise.
4306 * gdb.trace/passcount.exp: Likewise.
4307 * gdb.trace/pending.exp: Likewise.
4308 * gdb.trace/range-stepping.exp: Check for shlib support.
4309 * gdb.trace/report.exp: Check for arch support.
4310 * gdb.trace/save-trace.exp: Likewise.
4311 * gdb.trace/signal.exp: Check for signal support.
4312 * gdb.trace/tfind.exp: Check for arch support.
4313 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4314 * gdb.trace/trace-common.h: Add comment.
4315 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4316 * gdb.trace/trace-enable-disable.exp: Likewise.
4317 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4318 * gdb.trace/tracecmd.exp: Check for arch support.
4319 * gdb.trace/tspeed.exp: Check for shlib and target support.
4320 * gdb.trace/tstatus.exp: Check for arch support.
4321 * gdb.trace/tsv.exp: Likewise.
4322 * gdb.trace/while-dyn.exp: Likewise.
4323 * gdb.trace/while-stepping.exp: Likewise.
4324 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4325
4326 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4327
4328 * gdb.trace/tspeed.exp: Remove nowarnings.
4329 (prepare_for_trace_test): Declare "global ipalib".
4330 * gdb.trace/tspeed.c: Include unistd.h.
4331 (main): Remove superfluous printf argument.
4332
4333 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4334
4335 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4336 directory prefix on the filename.
4337
4338 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4339
4340 * gdb.gdb/unittest.exp: Update expected message informing that
4341 selftests have been disabled.
4342 * gdb.server/unittest.exp: Likewise.
4343
4344 2018-10-09 Tom de Vries <tdevries@suse.de>
4345
4346 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4347 with runto_main.
4348
4349 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4350
4351 PR c++/16841
4352 * gdb.cp/virtbase2.cc: New file.
4353 * gdb.cp/virtbase2.exp: New file.
4354
4355 2018-10-06 Tom Tromey <tom@tromey.com>
4356
4357 PR python/19399:
4358 * gdb.python/py-inferior.exp: Add architecture test.
4359
4360 2018-10-06 Tom Tromey <tom@tromey.com>
4361
4362 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4363 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4364
4365 2018-10-06 Tom Tromey <tom@tromey.com>
4366
4367 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4368 of a "throw" catchpoint.
4369
4370 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4371
4372 * gdb.base/info-proc.exp: Update string expected from "help info
4373 proc".
4374
4375 2018-10-04 Tom Tromey <tom@tromey.com>
4376
4377 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4378 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4379 (test_initial_complaints, test_empty_complaints): Update.
4380 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4381
4382 2018-10-04 Tom Tromey <tom@tromey.com>
4383
4384 PR cli/19551:
4385 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4386 * lib/gdb.exp (gdb_file_cmd): Update.
4387 * gdb.stabs/weird.exp (print_weird_var): Update.
4388 * gdb.server/solib-list.exp: Update.
4389 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4390 * gdb.mi/mi-cli.exp: Update.
4391 * gdb.linespec/linespec.exp: Update.
4392 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4393 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4394 * gdb.cp/cp-relocate.exp: Update.
4395 * gdb.base/sym-file.exp: Update.
4396 * gdb.base/relocate.exp: Update.
4397 * gdb.base/readnever.exp: Update.
4398 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4399 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4400 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4401 * gdb.base/code_elim.exp: Update.
4402 * gdb.base/break-unload-file.exp (test_break): Update.
4403 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4404 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4405 Update.
4406 * gdb.base/attach.exp (do_attach_tests): Update.
4407 * gdb.base/sepdebug.exp: Update.
4408 * gdb.python/py-section-script.exp: Update.
4409
4410 2018-10-04 Tom Tromey <tom@tromey.com>
4411
4412 PR cli/22234:
4413 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4414 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4415 output.
4416
4417 2018-10-04 Tom Tromey <tom@tromey.com>
4418
4419 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4420 set width and height to 0.
4421 (test_command_line_attach_run): Use -quiet.
4422
4423 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4424
4425 * lib/gdb.exp (skip_ifunc_tests): New.
4426 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4427 other compile failures.
4428 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4429
4430 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4431
4432 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4433 is_amd64_regs_target.
4434
4435 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4436
4437 * gdb.arch/aarch64-sighandler-regs.c: New test.
4438 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4439 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4440
4441 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4442
4443 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4444 assembly.
4445
4446 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4447
4448 * gdb.base/frame-selection.exp: New file.
4449 * gdb.base/frame-selection.c: New file.
4450
4451 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4452
4453 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4454 pthread barrier.
4455 (main): Likewise.
4456
4457 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4458
4459 * gdb.base/large-frame-1.c: New file.
4460 * gdb.base/large-frame-2.c: New file.
4461 * gdb.base/large-frame.exp: New file.
4462 * gdb.base/large-frame.h: New file.
4463
4464 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4465
4466 PR gdb/20948
4467 * gdb.base/write_mem.exp: New test.
4468 * gdb.base/write_mem.c: Likewise.
4469
4470 2018-09-23 Tom Tromey <tom@tromey.com>
4471
4472 PR python/18852:
4473 * gdb.python/py-parameter.exp: Add test for parameter that throws
4474 on "set".
4475
4476 2018-09-23 Tom Tromey <tom@tromey.com>
4477
4478 PR python/17284:
4479 * gdb.python/py-template.exp (test_template_arg): Add test for
4480 negative template argument number.
4481
4482 2018-09-23 Tom Tromey <tom@tromey.com>
4483
4484 PR python/14062:
4485 * gdb.python/python.exp: Add test for post_event error.
4486
4487 2018-09-23 Tom Tromey <tom@tromey.com>
4488
4489 PR python/18170:
4490 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4491 convert pointers to int and long.
4492
4493 2018-09-23 Tom Tromey <tom@tromey.com>
4494
4495 PR python/20126:
4496 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4497 signed-ness conversion tests.
4498
4499 2018-09-23 Tom Tromey <tom@tromey.com>
4500
4501 PR python/18352;
4502 * gdb.python/py-value.exp (test_float_conversion): New proc.
4503 Use it.
4504
4505 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4506
4507 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4508
4509 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4510
4511 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4512 no readline.
4513 * gdb.base/utf8-identifiers.exp: Likewise.
4514 * gdb.cp/cpcompletion.exp: Likewise.
4515 * gdb.linespec/cpcompletion.exp: Likewise.
4516 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4517 * gdb.linespec/cpls-ops.exp: Likewise.
4518
4519 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4520 Chris January <chris.january@arm.com>
4521
4522 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4523 * gdb.fortran/short-circuit-argument-list.exp: New file.
4524 * gdb.fortran/short-circuit-argument-list.f90: New test.
4525
4526 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4527
4528 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4529 "arch=" keyword when executing "-stack-list-frames".
4530
4531 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4532
4533 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4534 "arch=" keyword when executing "-stack-list-frames".
4535
4536 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4537
4538 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4539 break ada".
4540
4541 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4542
4543 PR python/23669
4544 * gdb.python/python.exp: Test gdb.execute("show commands").
4545
4546 2018-09-16 Tom Tromey <tom@tromey.com>
4547
4548 * gdb.base/new-ui.exp (do_execution_tests): Update.
4549 * gdb.base/dbx.exp (test_breakpoints): Update.
4550
4551 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4552
4553 * lib/gdb.exp (gdb_simple_compile): Add proc.
4554 (is_elf_target): Use gdb_simple_compile.
4555 (skip_altivec_tests): Likewise.
4556 (skip_vsx_tests): Likewise.
4557 (skip_tsx_tests): Likewise.
4558 (skip_btrace_tests): Likewise.
4559 (skip_btrace_pt_tests): Likewise.
4560 (gdb_can_simple_compile): Likewise.
4561 (gdb_has_argv0): Likewise.
4562 (gdb_target_symbol_prefix): Likewise.
4563 (target_supports_scheduler_locking): Likewise.
4564
4565 2018-09-13 Tom Tromey <tom@tromey.com>
4566
4567 * Makefile.in (TAGS): Recognize proc_with_prefix and
4568 gdb_caching_proc.
4569
4570 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4571
4572 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4573 method.
4574
4575 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4576
4577 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4578 and a few other Inferior properties when the Inferior is no
4579 longer valid.
4580
4581 2018-09-13 Tom Tromey <tom@tromey.com>
4582
4583 PR rust/23650:
4584 * gdb.rust/simple.exp: Add test for enum field access error.
4585
4586 2018-09-13 Tom Tromey <tom@tromey.com>
4587
4588 PR rust/23626:
4589 * gdb.rust/simple.rs (EmptyEnum): New type.
4590 (main): Use it.
4591 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4592
4593 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4594
4595 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4596 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4597 * gdb.python/py-symtab.exp: Update test printing an objfile.
4598
4599 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4600
4601 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4602 object.
4603
4604 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4605
4606 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4607 (support_complex_tests): Use gdb_can_simple_compile.
4608 (is_ilp32_target): Likewise.
4609 (is_lp64_target): Likewise.
4610 (is_64_target): Likewise.
4611 (is_amd64_regs_target): Likewise.
4612 (is_aarch32_target): Likewise.
4613 (gdb_int128_helper): Likewise.
4614
4615 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4616
4617 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4618
4619 2018-09-10 Jerome Guitton <guitton@adacore.com>
4620
4621 * gdb.ada/same_component_name: Add test for case of tagged record
4622 with variable-length fields.
4623
4624 2018-09-10 Xavier Roirand <roirand@adacore.com>
4625
4626 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4627 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4628 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4629 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4630
4631 2018-09-10 Xavier Roirand <roirand@adacore.com>
4632
4633 * gdb.ada/mi_string_access.exp: New testcase.
4634 * gdb.ada/mi_string_access/bar.adb: New file.
4635 * gdb.ada/mi_string_access/pck.adb: New file.
4636 * gdb.ada/mi_string_access/pck.asd: New file.
4637
4638 2018-09-10 Xavier Roirand <roirand@adacore.com>
4639
4640 * gdb.ada/mi_var_union.exp: New testcase.
4641 * gdb.ada/mi_var_union/bar.adb: New file.
4642 * gdb.ada/mi_var_union/pck.adb: New file.
4643 * gdb.ada/mi_var_union/pck.asd: New file.
4644
4645 2018-09-08 Tom Tromey <tom@tromey.com>
4646
4647 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4648
4649 2018-09-08 Tom Tromey <tom@tromey.com>
4650
4651 PR python/16047:
4652 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4653 (register_pretty_printers): Register new printer.
4654 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4655 test.
4656 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4657 (an_int_type3): New global.
4658
4659 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4660
4661 * gdb.ada/expr_with_funcall: New testcase.
4662
4663 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4664
4665 * gdb.ada/packed_array_assign: New testcase.
4666
4667 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4668
4669 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4670 names, and add test prefixes to make test names unique.
4671
4672 2018-09-05 Tom de Vries <tdevries@suse.de>
4673
4674 * gdb.dwarf2/varval.exp: Add test.
4675
4676 2018-09-04 Gary Benson <gbenson@redhat.com>
4677
4678 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4679 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4680
4681 2018-08-31 Tom Tromey <tom@tromey.com>
4682
4683 * gdb.rust/simple.rs: Rename second variable "v".
4684
4685 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4686
4687 * gdb.base/funcargs.c (use_a): New function.
4688 (recurse): Call use_a.
4689
4690 2018-08-29 Keith Seitz <keiths@redhat.com>
4691
4692 * gdb.compile/compile-cplus-anonymous.cc: New file.
4693 * gdb.compile/compile-cplus-anonymous.exp: New file.
4694 * gdb.compile/compile-cplus-array-decay.cc: New file.
4695 * gdb.compile/compile-cplus-array-decay.exp: New file.
4696 * gdb.compile/compile-cplus-inherit.cc: New file.
4697 * gdb.compile/compile-cplus-inherit.exp: New file.
4698 * gdb.compile/compile-cplus-member.cc: New file.
4699 * gdb.compile/compile-cplus-member.exp: New file.
4700 * gdb.compile/compile-cplus-method.cc: New file.
4701 * gdb.compile/compile-cplus-method.exp: New file.
4702 * gdb.compile/compile-cplus-mod.c: "New" file.
4703 * gdb.compile/compile-cplus-namespace.cc: New file.
4704 * gdb.compile/compile-cplus-namespace.exp: New file.
4705 * gdb.compile/compile-cplus-nested.cc: New file.
4706 * gdb.compile/compile-cplus-nested.exp: New file.
4707 * gdb.compile/compile-cplus-print.c: "New" file.
4708 * gdb.compile/compile-cplus-print.exp: "New" file.
4709 * gdb.compile/compile-cplus-virtual.cc: New file.
4710 * gdb.compile/compile-cplus-virtual.exp: New file.
4711 * gdb.compile/compile-cplus.c: "New" file.
4712 * gdb.compile/compile-cplus.exp: "New" file.
4713 * lib/compile-support.exp: New file.
4714
4715 2018-08-16 Gary Benson <gbenson@redhat.com>
4716
4717 PR gdb/13000:
4718 * gdb.base/batch-exit-status.exp: New file.
4719 * gdb.base/batch-exit-status.good-commands: Likewise.
4720 * gdb.base/batch-exit-status.bad-commands: Likewise.
4721
4722 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4723
4724 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4725 (struct struct02): Likewise.
4726 (struct struct03): Likewise.
4727 (struct struct04): Likewise.
4728 (struct struct_01_01): New struct.
4729 (struct struct_01_02): Likewise.
4730 (struct struct_01_03): Likewise.
4731 (struct struct_01_04): Likewise.
4732 (struct struct_02_01): Likewise.
4733 (struct struct_02_02): Likewise.
4734 (struct struct_02_03): Likewise.
4735 (struct struct_02_04): Likewise.
4736 (struct struct_04_01): Likewise.
4737 (struct struct_04_02): Likewise.
4738 (struct struct_04_03): Likewise.
4739 (struct struct_04_04): Likewise.
4740 (struct struct_05_01): Likewise.
4741 (struct struct_05_02): Likewise.
4742 (struct struct_05_03): Likewise.
4743 (struct struct_05_04): Likewise.
4744 (cmp_struct01): Remove function.
4745 (cmp_struct02): Likewise.
4746 (cmp_struct03): Likewise.
4747 (cmp_struct04): Likewise.
4748 (cmp_struct_01_01): Add Function.
4749 (cmp_struct_01_02): Likewise.
4750 (cmp_struct_01_03): Likewise.
4751 (cmp_struct_01_04): Likewise.
4752 (cmp_struct_02_01): Likewise.
4753 (cmp_struct_02_02): Likewise.
4754 (cmp_struct_02_03): Likewise.
4755 (cmp_struct_02_04): Likewise.
4756 (cmp_struct_04_01): Likewise.
4757 (cmp_struct_04_02): Likewise.
4758 (cmp_struct_04_03): Likewise.
4759 (cmp_struct_04_04): Likewise.
4760 (cmp_struct_05_01): Likewise.
4761 (cmp_struct_05_02): Likewise.
4762 (cmp_struct_05_03): Likewise.
4763 (cmp_struct_05_04): Likewise.
4764 (call_all): Add new structs.
4765 * gdb.base/infcall-nested-structs.exp: Likewise.
4766
4767 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4768
4769 * gdb.python/py-framefilter-mi.exp: Update regexp to
4770 check for "arch" field in frame output.
4771
4772 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4773
4774 * gdb.dwarf2/dw2-ranges-func.c: New file.
4775 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4776
4777 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4778
4779 * gdb.base/term.exp: Compare terminal settings with values from
4780 the inferior.
4781 * gdb.base/term.c: Get and set terminal settings.
4782
4783 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4784
4785 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4786 accommodate new "arch" field in frame output.
4787 * gdb.mi/mi-return.exp: Likewise.
4788 * gdb.mi/mi-stack.exp: Likewise.
4789 * gdb.mi/mi-syn-frame.exp: Likewise.
4790 * gdb.mi/user-selected-context-sync.exp: Likewise.
4791
4792 2018-08-19 Michael Spang <spang@google.com>
4793
4794 PR gdb/11786
4795 * gdb.base/gcore-tls-pie.c: New file.
4796 * gdb.base/gcore-tls-pie.exp: New file.
4797
4798 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4799
4800 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4801 * gdb.dwarf2/varval.c: New file.
4802 * gdb.dwarf2/varval.exp: New file.
4803
4804 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4805
4806 PR gdb/18931
4807 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4808
4809 2018-08-16 Keith Seitz <keiths@redhat.com>
4810
4811 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4812 tests expected to pass.
4813
4814 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4815
4816 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4817 -data-disassemble -a.
4818 (test_disassembly_bogus_args): Likewise.
4819
4820 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4821
4822 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4823
4824 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4825
4826 * gdb.base/vla-optimized-out.exp: Add new test.
4827
4828 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4829
4830 * gdb.base/vla-optimized-out-o3.exp: Delete.
4831 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4832 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4833 deleted tests.
4834
4835 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4836
4837 PR gdb/18050:
4838 * gdb.server/extended-remote-restart.c: New file.
4839 * gdb.server/extended-remote-restart.exp: New file.
4840
4841 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4842
4843 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4844 "set variable index = 42".
4845
4846 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4847
4848 * boards/index-cache-gdb.exp: New file.
4849 * gdb.dwarf2/index-cache.exp: New file.
4850 * gdb.dwarf2/index-cache.c: New file.
4851 * gdb.base/maint.exp: Check if we are using the index cache.
4852
4853 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4854
4855 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4856 MAKEFLAGS.
4857
4858 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4859
4860 * dg-extract-results.sh: Move to toplevel contrib.
4861 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4862 * Makefile.in (check-parallel-racy): Likewise.
4863
4864 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4865
4866 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4867 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4868 tests if the target supports scheduler locking.
4869
4870 2018-08-04 Tom de Vries <tdevries@suse.de>
4871
4872 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4873
4874 2018-08-02 Tom Tromey <tom@tromey.com>
4875
4876 PR symtab/16842.
4877 * gdb.cp/temargs.exp: Test "info address" of a template
4878 parameter.
4879
4880 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4881
4882 * gdb.python/py-mi-var-info-path-expression.c: New file.
4883 * gdb.python/py-mi-var-info-path-expression.py: New file.
4884 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4885
4886 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4887
4888 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4889 error after "cannot resolve name" string.
4890
4891 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4892
4893 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4894 started.
4895 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4896
4897 2018-07-28 Tom de Vries <tdevries@suse.de>
4898
4899 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4900
4901 2018-07-26 Tom de Vries <tdevries@suse.de>
4902
4903 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4904
4905 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4906
4907 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4908 is visible.
4909
4910 2018-07-26 Tom de Vries <tdevries@suse.de>
4911
4912 PR breakpoints/23366
4913 * gdb.base/catch-follow-exec.c: New test.
4914 * gdb.base/catch-follow-exec.exp: New file.
4915
4916 2018-07-25 Tom de Vries <tdevries@suse.de>
4917
4918 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4919 vla-optimized-out.c.
4920
4921 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4922
4923 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4924 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4925
4926 2018-07-20 Tom de Vries <tdevries@suse.de>
4927
4928 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4929 NOCLONE macro.
4930 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4931
4932 2018-07-19 Tom de Vries <tdevries@suse.de>
4933
4934 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4935 regular expression.
4936
4937 2018-07-18 Tom de Vries <tdevries@suse.de>
4938
4939 * gdb.base/vla-optimized-out.c: New test.
4940 * gdb.base/vla-optimized-out.exp: New file.
4941
4942 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4943
4944 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4945 message "No address associated with hostname" when gdbserver
4946 cannot resolve the hostname.
4947
4948 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4949
4950 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4951 Add some test prefixes to make tests unique.
4952
4953 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4954
4955 * gdb.base/frameapply.c: New file.
4956 * gdb.base/frameapply.exp: New file.
4957
4958 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4959
4960 * gdb.base/skip.exp: Update expected error message.
4961
4962 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4963 Jan Kratochvil <jan.kratochvil@redhat.com>
4964 Paul Fertser <fercerpav@gmail.com>
4965 Tsutomu Seki <sekiriki@gmail.com>
4966
4967 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4968 parameter.
4969 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4970 by default.
4971 * boards/native-gdbserver.exp: Likewise.
4972 * gdb.server/run-without-local-binary.exp: Improve regexp used
4973 for detecting when a remote debugging connection succeeds.
4974 * gdb.server/server-connect.exp: New file.
4975 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4976 Do not prefix the port number with ":".
4977 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4978 support for detecting and using it. Add '$debughost_gdbserver'
4979 to the list of arguments used to start gdbserver. Handle case
4980 when gdbserver cannot resolve a network name.
4981
4982 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4983
4984 PR c++/23373
4985 * gdb.base/ptype-offsets.cc (struct static_member): New
4986 struct.
4987 (main) <stmember>: New variable.
4988 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4989 with a static member in it.
4990
4991 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4992
4993 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4994 watchpoints enabled and disabled.
4995
4996 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4997
4998 * gdb.base/examine-backward.exp: Still run tests around address
4999 0x0, even if address 0x0 is not readable. Update the pattern for
5000 matching address 0x0 in expected output.
5001
5002 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5003
5004 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5005 malloc/free.
5006
5007 2018-07-04 Tom de Vries <tdevries@suse.de>
5008
5009 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5010
5011 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5012
5013 PR tdep/8282
5014 * gdb.arch/mips-disassembler-options.exp: New test.
5015 * gdb.arch/mips-disassembler-options.s: New test source.
5016
5017 2018-06-29 Pedro Alves <palves@redhat.com>
5018
5019 * gdb.threads/names.exp: Adjust expected "info threads" output.
5020
5021 2018-06-29 Pedro Alves <palves@redhat.com>
5022
5023 * gdb.opt/inline-break.exp (line number, address): Add "info
5024 break" tests.
5025
5026 2018-06-29 Pedro Alves <palves@redhat.com>
5027
5028 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5029 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5030 number and address and running to them.
5031
5032 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5033
5034 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5035
5036 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5037
5038 * lib/compiler.c: Remove executable permission flag.
5039
5040 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5041
5042 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5043 code.
5044 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5045
5046 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5047
5048 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5049
5050 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5051
5052 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5053 address argument is omitted.
5054
5055 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5056
5057 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5058
5059 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5060
5061 PR gdb/21695
5062 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5063 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5064
5065 2018-06-26 Tom Tromey <tom@tromey.com>
5066
5067 PR rust/22574:
5068 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5069 * gdb.rust/simple.rs (struct SimpleLayout): New.
5070
5071 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5072
5073 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5074 "info registers" output.
5075
5076 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5077
5078 * gdb.base/watchpoint-hw-attach.c: New test.
5079 * gdb.base/watchpoint-hw-attach.exp: New file.
5080
5081 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5082
5083 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5084 through /bin/sh.
5085 * boards/dwarf4-gdb-index.exp: Likewise.
5086 * boards/fission-dwp.exp: Likewise.
5087
5088 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5089
5090 * gdb.base/float128.exp: Add comment and improved fail message
5091 to the failure case of "print large128" test.
5092
5093 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5094
5095 * configure.ac: Remove AC_PREREQ.
5096 * configure: Re-generate.
5097
5098 2018-06-19 Pedro Alves <palves@redhat.com>
5099
5100 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5101 (func_extern_caller): New.
5102 (main): Call func_extern_caller.
5103 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5104 logic change.
5105
5106 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5107
5108 PR gdb/16841
5109 * gdb.cp/typedef-base.cc: New file.
5110 * gdb.cp/typedef-base.exp: New file.
5111
5112 2018-06-18 Tom de Vries <tdevries@suse.de>
5113
5114 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5115
5116 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5117 Richard Bunt <Richard.Bunt@arm.com>
5118
5119 * gdb.threads/attach-slow-waitpid.c: New file.
5120 * gdb.threads/attach-slow-waitpid.exp: New file.
5121 * gdb.threads/slow-waitpid.c: New file.
5122
5123 2018-06-14 Pedro Alves <palves@redhat.com>
5124
5125 * gdb.base/fork-running-state.c: Include <errno.h>.
5126 (exit_if_relative_exits): New.
5127 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5128 exits.
5129 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5130 child exits.
5131
5132 2018-06-14 Tom de Vries <tdevries@suse.de>
5133
5134 PR cli/22573
5135 * gdb.base/finish-pretty.c: New test.
5136 * gdb.base/finish-pretty.exp: New file.
5137
5138 2018-06-14 Pedro Alves <palves@redhat.com>
5139
5140 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5141 gdb's expected startup output.
5142
5143 2018-06-14 Pedro Alves <palves@redhat.com>
5144
5145 * lib/selftest-support.exp (selftest_setup): Remove inlined
5146 function handling.
5147
5148 2018-06-14 Tom de Vries <tdevries@suse.de>
5149
5150 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5151 matching of breakpoint printing.
5152
5153 2018-06-13 Tom de Vries <tdevries@suse.de>
5154
5155 PR testsuite/23269
5156 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5157 (fork_child): ... here, and ...
5158 (fork_parent): ... here.
5159
5160 2018-06-12 Tom de Vries <tdevries@suse.de>
5161
5162 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5163
5164 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5165 Stephen Roberts <stephen.roberts@arm.com>
5166
5167 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5168 rewrite test to describe action performed, rather than possible
5169 failure.
5170
5171 2018-06-08 Gary Benson <gbenson@redhat.com>
5172
5173 * gdb.threads/check-libthread-db.exp: New file.
5174 * gdb.threads/check-libthread-db.c: Likewise.
5175
5176 2018-06-05 Tom Tromey <tom@tromey.com>
5177
5178 * gdb.base/default.exp: Update expected "show version" output.
5179
5180 2018-06-05 Tom Tromey <tom@tromey.com>
5181
5182 PR cli/12326:
5183 * gdb.cp/static-print-quit.exp: Update.
5184 * lib/gdb.exp (pagination_prompt): Update.
5185 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5186 * gdb.python/python.exp: Update.
5187
5188 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5189
5190 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5191
5192 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5193
5194 * gdb.ada/bp_fun_addr: New testcase.
5195
5196 2018-06-01 Tom Tromey <tom@tromey.com>
5197
5198 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5199 results.
5200 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5201 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5202 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5203 * gdb.base/maint.exp (maint_pass_if): Update.
5204
5205 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5206
5207 * gdb.base/endian.exp: New test.
5208 * gdb.base/endian.c: New test source.
5209
5210 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5211
5212 PR gdb/23203
5213 * gdb.base/bt-selected-frame.c: New file.
5214 * gdb.base/bt-selected-frame.exp: New file.
5215 * lib/gdb.exp (get_current_frame_number): New function.
5216
5217 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5218 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.threads/tls-core.c: Include <stdlib.h>
5221 (thread_proc): Call `abort'.
5222 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5223 (tls_core_test): New procedure, bits factored out from ...
5224 (top level): ... here. Test both native cores and gcore cores.
5225
5226 2018-05-23 Tom Tromey <tom@tromey.com>
5227
5228 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5229
5230 2018-05-23 Tom Tromey <tom@tromey.com>
5231
5232 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5233 symfile_complaints.
5234 (test_short_complaints): Likewise.
5235 (test_empty_complaints): Likewise.
5236 (test_initial_complaints): Update.
5237
5238 2018-05-23 Tom Tromey <tom@tromey.com>
5239
5240 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5241
5242 2018-05-23 Tom Tromey <tom@tromey.com>
5243
5244 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5245 (test_short_complaints): Update.
5246
5247 2018-05-22 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/remote.exp: Only gdb_start after compiling the
5250 testcase. Issue "disconnect" before testing "set remote" command
5251 defaults. Issue clean_restart before running to main.
5252
5253 2018-05-22 Pedro Alves <palves@redhat.com>
5254
5255 * gdb.base/remote.exp: Adjust expected output of "show remote
5256 memory-write-packet-size". Add tests for "set remote
5257 memory-write-packet-size 0" and "set remote
5258 memory-write-packet-size fixed/limit".
5259
5260 2018-05-22 Pedro Alves <palves@redhat.com>
5261
5262 PR gdb/22973
5263 * gdb.base/utf8-identifiers.c: New file.
5264 * gdb.base/utf8-identifiers.exp: New file.
5265
5266 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5267
5268 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5269
5270 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5271
5272 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5273
5274 2018-05-18 Tom Tromey <tom@tromey.com>
5275
5276 * gdb.base/ptype-offsets.exp: Update.
5277
5278 2018-05-17 Keith Seitz <keiths@redhat.com>
5279
5280 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5281 in expected breakpoint stop locations.
5282 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5283 move to proper scope to test variable values.
5284 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5285 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5286 New functions.
5287 (main): Call not_inline_func3.
5288 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5289 inline_func1, inline_func2, and inline_func3. Test that when each
5290 breakpoint is hit, GDB properly reports both the stop location
5291 and the backtrace. Repeat tests for temporary breakpoints.
5292
5293 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5294
5295 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5296 rather then trying to access it in determining whether the PID
5297 of `gdbserver' could have been retrieved.
5298
5299 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5300
5301 * gdb.arch/amd64-init-x87-values.S: New file.
5302 * gdb.arch/amd64-init-x87-values.exp: New file.
5303
5304 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5305
5306 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5307
5308 2018-05-04 Tom Tromey <tom@tromey.com>
5309
5310 PR python/22730:
5311 * gdb.python/python.exp: Test multi-line execute.
5312
5313 2018-05-04 Tom Tromey <tom@tromey.com>
5314
5315 PR python/22731:
5316 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5317
5318 2018-05-04 Tom Tromey <tom@tromey.com>
5319
5320 PR gdb/11750:
5321 * gdb.base/define.exp: Test defining a user command inside a user
5322 command.
5323 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5324
5325 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5326 Pedro Alves <palves@redhat.com>
5327
5328 PR breakpoints/19806 and support for PR external/20207.
5329 * gdb.base/watchpoint-unaligned.c: New file.
5330 * gdb.base/watchpoint-unaligned.exp: New file.
5331
5332 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5333
5334 * gdb.base/maint.exp: Make test names unique, use
5335 test_prefix_command_help to test 'help maint info', and remove
5336 repeated test of 'help maint'.
5337
5338 2018-05-04 Tom Tromey <tom@tromey.com>
5339
5340 PR gdb/22619:
5341 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5342 behavior.
5343
5344 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5345
5346 * gdb.base/maint.exp: Process output from 'maint print registers'
5347 line at a time.
5348
5349 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5350
5351 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5352 timeout.
5353
5354 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5355
5356 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5357 filter pattern.
5358
5359 2018-05-02 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5362 to_log_command renames.
5363 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5364
5365 2018-05-02 Tom Tromey <tom@tromey.com>
5366
5367 * gdb.python/py-parameter.exp: Set test message.
5368
5369 2018-05-02 Tom Tromey <tom@tromey.com>
5370
5371 PR python/20084:
5372 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5373 PARAM_ZUINTEGER_UNLIMITED tests.
5374
5375 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5376
5377 PR rust/23124
5378 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5379 when casting.
5380
5381 2018-04-30 Tom Tromey <tom@tromey.com>
5382
5383 * gdb.python/py-type.exp: Check align attribute.
5384 * gdb.python/py-type.c: New "aligncheck" global.
5385
5386 2018-04-30 Tom Tromey <tom@tromey.com>
5387
5388 PR exp/17095:
5389 * gdb.dwarf2/dw2-align.exp: New file.
5390 * gdb.cp/align.exp: New file.
5391 * gdb.base/align.exp: New file.
5392 * lib/gdb.exp (gdb_int128_helper): New proc.
5393 (has_int128_c, has_int128_cxx): New caching procs.
5394
5395 2018-04-27 Tom Tromey <tom@tromey.com>
5396
5397 PR rust/22545:
5398 * gdb.rust/simple.exp: Add inclusive range tests.
5399
5400 2018-04-26 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5403 ifunc breakpoint locations correctly of ifunc breakpoints set
5404 while the program resolves the ifunc.
5405
5406 2018-04-26 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.base/gnu-ifunc-final.c: New file.
5409 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5410 * gdb.base/gnu-ifunc.exp (executable): Delete.
5411 (staticexecutable): Adjust.
5412 (lib_opts, exec_opts): Delete.
5413 (make_binsuffix, build, set-break): New procedures.
5414 (misc_tests): New, with tests factored out from the top level.
5415 (top level): Test different combinations of ifunc resolver name,
5416 resolver with and with debug info, and ifunc target with and
5417 without debug info. Wrap static tests with with_target_prefix.
5418
5419 2018-04-26 Pedro Alves <palves@redhat.com>
5420
5421 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5422 return type" warnings.
5423
5424 2018-04-25 Pedro Alves <palves@redhat.com>
5425
5426 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5427 killed".
5428 * gdb.base/kill-after-signal.exp: Likewise.
5429 * gdb.threads/kill.exp: Likewise.
5430
5431 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5432 Sergio Durigan Junior <sergiodj@redhat.com>
5433 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5436 regexps to expect for '[Inferior ... detached]' as well.
5437 * gdb.base/attach.exp: Likewise.
5438 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5439 "gdb_continue_to_end".
5440 (test_catch_syscall_with_wrong_args): Likewise.
5441 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5442 ']'. Don't set 'verbose' on.
5443 * gdb.base/foll-vfork.exp: Likewise.
5444 * gdb.base/fork-print-inferior-events.c: New file.
5445 * gdb.base/fork-print-inferior-events.exp: New file.
5446 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5447 '[Inferior ... has been killed]' message.
5448 * gdb.base/kill-after-signal.exp: Likewise.
5449 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5450 detach message.
5451 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5452 message.
5453 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5454 regexps to expect for '[Inferior ... detached]' as well.
5455 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5456
5457 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5458
5459 PR gdb/23104
5460 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5461
5462 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5463
5464 PR gdb/23095
5465 * gdb.base/break-probes.exp: Pass shlib_load to
5466 prepare_for_testing. Set normal_bp to r_debug_state if target is
5467 bsd.
5468
5469 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5470
5471 * gdb.threads/multiple-successive-infcall.c: New test.
5472 * gdb.threads/multiple-successive-infcall.exp: New file.
5473
5474 2018-04-17 Tom Tromey <tom@tromey.com>
5475
5476 * gdb.rust/simple.rs (Union): New type.
5477 (main): New local "u".
5478 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5479
5480 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5481
5482 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5483 number information in output of "whereis" command.
5484 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5485
5486 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5487
5488 * gdb.ada/info_types.exp: Adjust expected output to the line
5489 numbers now printed by "info var/func/type".
5490 * gdb.base/completion.exp: Likewise.
5491 * gdb.base/included.exp: Likewise.
5492 * gdb.cp/cp-relocate.exp: Likewise.
5493 * gdb.cp/cplusfuncs.exp: Likewise.
5494 * gdb.cp/namespace.exp: Likewise.
5495 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5496
5497 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5498
5499 * gdb.btrace/cpu.exp: New.
5500
5501 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5502
5503 * gdb.base/step-indirect-call-thunk.exp: New.
5504 * gdb.base/step-indirect-call-thunk.c: New.
5505 * gdb.reverse/step-indirect-call-thunk.exp: New.
5506 * gdb.reverse/step-indirect-call-thunk.c: New.
5507
5508 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5509
5510 * gdb.base/pie-fork.c: New file.
5511 * gdb.base/pie-fork.exp: New file.
5512
5513 2018-04-11 Tom Tromey <tom@tromey.com>
5514
5515 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5516
5517 2018-04-10 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5520 exits. Instead loop running forever.
5521 (fork_parent): Run forever too.
5522
5523 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5524
5525 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5526 mi_continue_to_line.
5527 * gdb.mi/mi-stack.c (callee4): Add comment.
5528
5529 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5530
5531 * gdb.mi/mi-stack.exp: Fix indentation.
5532
5533 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5534
5535 PR gdb/22979
5536 * gdb.arch/amd64-osabi.exp: New file.
5537
5538 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5539
5540 PR gdb/22980
5541 * gdb.base/osabi.exp: New file.
5542
5543 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5544
5545 * gdb.cp/static-typedef-print.exp: New file.
5546 * gdb.cp/static-typedef-print.cc: New file.
5547
5548 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5549
5550 * gdb.ada/varsize_limit: New testcase.
5551
5552 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5553
5554 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5555
5556 * gdb.ada/notcplusplus: New testcase.
5557
5558 * gdb.base/c-linkage-name.c: New file.
5559 * gdb.base/c-linkage-name.exp: New testcase.
5560
5561 2018-03-26 Tom Tromey <tom@tromey.com>
5562
5563 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5564 * gdb.python/py-framefilter.py (name_error): New global.
5565 (ErrorInName.function): Use name_error.
5566
5567 2018-03-26 Tom Tromey <tom@tromey.com>
5568
5569 PR backtrace/15582:
5570 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5571
5572 2018-03-23 Keith Seitz <keiths@redhat.com>
5573
5574 PR c++/22968
5575 * gdb.cp/subtypes.exp: New file.
5576 * gdb.cp/subtypes.h: New file.
5577 * gdb.cp/subtypes.cc: New file.
5578 * gdb.cp/subtypes-2.cc: New file.
5579
5580 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5581
5582 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5583 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5584 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5585 -nostartfiles when compiling the test. Confirm that all registers
5586 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5587
5588 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5589
5590 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5591 option, syntax was wrong anyway.
5592 * gdb.arch/arm-disp-step.exp: Likewise.
5593 * gdb.arch/sparc64-regs.exp: Likewise.
5594 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5595 option, syntax was wrong anyway, switch to use
5596 prepare_for_testing.
5597 * gdb.arch/i386-disp-step.exp: Likewise.
5598
5599 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5600
5601 * gdb.ada/exec_changed.exp: Replace "target_info exists
5602 use_gdb_stub" by "use_gdb_stub".
5603 * gdb.ada/start.exp: Likewise.
5604 * gdb.base/async-shell.exp: Likewise.
5605 * gdb.base/attach-pie-misread.exp: Likewise.
5606 * gdb.base/attach-wait-input.exp: Likewise.
5607 * gdb.base/break-entry.exp: Likewise.
5608 * gdb.base/break-interp.exp: Likewise.
5609 * gdb.base/dprintf-detach.exp: Likewise.
5610 * gdb.base/nostdlib.exp: Likewise.
5611 * gdb.base/solib-nodir.exp: Likewise.
5612 * gdb.base/statistics.exp: Likewise.
5613 * gdb.base/testenv.exp: Likewise.
5614 * gdb.mi/mi-exec-run.exp: Likewise.
5615 * gdb.mi/mi-start.exp: Likewise.
5616 * gdb.multi/dummy-frame-restore.exp: Likewise.
5617 * gdb.multi/multi-arch-exec.exp: Likewise.
5618 * gdb.multi/multi-arch.exp: Likewise.
5619 * gdb.multi/tids.exp: Likewise.
5620 * gdb.multi/watchpoint-multi.exp: Likewise.
5621 * gdb.python/py-events.exp: Likewise.
5622 * gdb.threads/attach-into-signal.exp: Likewise.
5623 * gdb.threads/attach-stopped.exp: Likewise.
5624 * gdb.threads/threadapply.exp: Likewise.
5625 * lib/selftest-support.exp: Likewise.
5626
5627 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5628
5629 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5630
5631 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5632
5633 * gdb.perf/template-breakpoints.cc: New file.
5634 * gdb.perf/template-breakpoints.exp: New file.
5635 * gdb.perf/template-breakpoints.py: New file.
5636
5637 2018-03-19 Tom Tromey <tom@tromey.com>
5638
5639 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5640 y0.
5641 * gdb.rust/simple.exp: Test bare identifier form of struct
5642 initializer.
5643
5644 2018-03-19 Tom Tromey <tom@tromey.com>
5645
5646 * gdb.gdb/observer.exp: Remove.
5647
5648 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5649
5650 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5651 "qualified" option when setting breakpoints.
5652 * gdb.trace/backtrace.exp: Likewise.
5653 * gdb.trace/circ.exp: Likewise.
5654 * gdb.trace/collection.exp: Likewise.
5655 * gdb.trace/disconnected-tracing.exp: Likewise.
5656 * gdb.trace/ftrace-lock.exp: Likewise.
5657 * gdb.trace/ftrace.exp: Likewise.
5658 * gdb.trace/infotrace.exp: Likewise.
5659 * gdb.trace/packetlen.exp: Likewise.
5660 * gdb.trace/passc-dyn.exp: Likewise.
5661 * gdb.trace/qtro.exp: Likewise.
5662 * gdb.trace/read-memory.exp: Likewise.
5663 * gdb.trace/report.exp: Likewise.
5664 * gdb.trace/signal.exp: Likewise.
5665 * gdb.trace/status-stop.exp: Likewise.
5666 * gdb.trace/strace.exp: Likewise.
5667 * gdb.trace/tfind.exp: Likewise.
5668 * gdb.trace/trace-break.exp: Likewise.
5669 * gdb.trace/trace-condition.exp: Likewise.
5670 * gdb.trace/trace-mt.exp: Likewise.
5671 * gdb.trace/tstatus.exp: Likewise.
5672 * gdb.trace/tsv.exp: Likewise.
5673 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5674 * gdb.trace/unavailable.exp: Likewise.
5675 * gdb.trace/while-dyn.exp: Likewise.
5676
5677 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5678
5679 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5680 that libinproctrace is copied to the target.
5681
5682 2018-03-14 Tom Tromey <tom@tromey.com>
5683
5684 PR cli/14977:
5685 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5686 a null pointer.
5687 * gdb.base/wchar.exp: Likewise.
5688
5689 2018-03-14 Tom Tromey <tom@tromey.com>
5690
5691 PR cli/19918:
5692 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5693 flag.
5694
5695 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5696
5697 PR gdb/22841
5698 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5699 "target" to remote_exec.
5700
5701 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5702
5703 PR gdb/22841
5704 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5705 ${board}_upload): Remove.
5706
5707 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5708
5709 * gdb.cp/watch-cp.cc: New test.
5710 * gdb.cp/watch-cp.exp: New file.
5711
5712 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5713
5714 * gdb.base/infcall-nested-structs.exp: New file.
5715 * gdb.base/infcall-nested-structs.c: New file.
5716 * gdb.base/float.exp: Add riscv support.
5717
5718 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5719
5720 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5721 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5722
5723 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5724
5725 * gdb.server/abspath.exp: New file.
5726 * lib/gdb.exp (with_cwd): New procedure.
5727
5728 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5729
5730 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5731 use it.
5732 (gdb_is_target_remote_prompt): New proc.
5733 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5734 (gdb_is_target_native): Pass prompt parameter to
5735 gdb_is_target_1.
5736
5737 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5738
5739 * gdb.base/load-command.c: New file.
5740 * gdb.base/load-command.exp: New file.
5741 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5742 (gdb_is_target_1): ...this, and generalize for other targets
5743 than just remote.
5744 (gdb_is_target_remote): Use gdb_is_target_1.
5745 (gdb_is_target_native): use gdb_is_target_1.
5746
5747 2018-02-26 Tom Tromey <tom@tromey.com>
5748
5749 PR python/16497:
5750 * gdb.python/py-framefilter.exp: Update test.
5751
5752 2018-02-26 Tom Tromey <tom@tromey.com>
5753
5754 * gdb.dwarf2/variant.c: New file.
5755 * gdb.dwarf2/variant.exp: New file.
5756
5757 2018-02-26 Tom Tromey <tom@tromey.com>
5758
5759 * gdb.rust/simple.exp: Accept more possible results in enum test.
5760
5761 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5762
5763 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5764 parentheses.
5765
5766 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5767
5768 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5769 name of a variable: $actual_linejj -> $actual_line.
5770
5771 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5772
5773 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5774
5775 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5776
5777 * gdb.btrace/buffer-size.exp: Do not force BTS.
5778
5779 2018-02-14 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5782 getting a "Quit".
5783
5784 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5785
5786 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5787 Fix test name.
5788
5789 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5790
5791 * gdb.cp/m-static.exp: Check type of optimized out static
5792 member.
5793
5794 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5795
5796 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5797 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5798
5799 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5800 Leszek Swirski <leszeks@google.com>
5801
5802 * gdb.python/py-prettyprint.c
5803 (struct to_string_returns_value_inner,
5804 struct to_string_returns_value_wrapper): New.
5805 (main): Add tsrvw variable.
5806 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5807 ToStringReturnsValueWrapper): New classes.
5808 (register_pretty_printers): Register new pretty-printers.
5809 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5810 recursive pretty printer.
5811 * gdb.python/py-mi.exp: Likewise.
5812
5813 2018-02-01 Leszek Swirski <leszeks@google.com>
5814
5815 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5816 functions with the same name as an include file are parsed
5817 correctly.
5818
5819 2018-02-01 Yao Qi <yao.qi@linaro.org>
5820
5821 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5822 "\[^\r\n\]*".
5823
5824 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5825
5826 * gdb.arch/powerpc-prologue-frame.s: New file.
5827 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5828 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5829
5830 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5831
5832 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5833
5834 2018-01-30 Pedro Alves <palves@redhat.com>
5835
5836 PR gdb/13211
5837 * gdb.base/interrupt-daemon.c: New.
5838 * gdb.base/interrupt-daemon.exp: New.
5839 * gdb.multi/multi-term-settings.c: New.
5840 * gdb.multi/multi-term-settings.exp: New.
5841
5842 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5843
5844 * gdb.base/break.exp: Save the location where the breakpoint
5845 on break.c:47 was actually inserted when debugging the version
5846 compiled at -O2 and use it in the expected output of the "info
5847 break" test performed soon after.
5848
5849 2018-01-22 Pedro Alves <palves@redhat.com>
5850 Sergio Durigan Junior <sergiodj@redhat.com>
5851
5852 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5853 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5854
5855 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5856
5857 * gdb.base/break-include.c, gdb.base/break-include.inc,
5858 gdb.base/break-include.exp: New files.
5859 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5860 line number now being the actual line number where the breakpoint
5861 was inserted.
5862 * gdb.mi/mi-break.exp: Likewise.
5863 * gdb.mi/mi-reverse.exp: Likewise.
5864 * gdb.mi/mi-simplerun.exp: Ditto.
5865
5866 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5867
5868 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5869 varobj.
5870 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5871
5872 2018-01-21 Don Breazeal <donb@codesourcery.com>
5873 Andrew Burgess <andrew.burgess@embecosm.com>
5874
5875 * gdb.mi/basics.c: Add new global.
5876 * gdb.mi/mi-frame-regs.exp: New file.
5877 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5878 case.
5879
5880 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5881
5882 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5883 non-parameter, and on an unknown symbol.
5884
5885 2018-01-19 Tom Tromey <tom@tromey.com>
5886
5887 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5888 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5889
5890 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5891
5892 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5893 setrlimit and chdir to int.
5894
5895 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5896
5897 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5898 function.
5899 (my_tend): Likewise.
5900 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5901 rationale of avoiding FP- and vector instructions.
5902
5903 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5904
5905 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5906 "info reg" with "\[ \t\]*".
5907 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5908 "\[ \t\]+".
5909 * gdb.arch/s390-multiarch.exp: Ditto.
5910 * gdb.base/pc-fp.exp: Ditto.
5911 * gdb.reverse/i386-precsave.exp: Ditto.
5912 * gdb.reverse/i386-reverse.exp: Ditto.
5913 * gdb.reverse/i387-env-reverse.exp: Ditto.
5914 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5915
5916 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5917
5918 * lib/gdb.exp (gdb_compile): Re-enable use of
5919 universal_compile_options for languages other than Rust.
5920
5921 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5922
5923 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5924
5925 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5926
5927 PR gdb/16577
5928 * gdb.base/solib-vanish.exp: New.
5929 * gdb.base/solib-vanish-main.c: New.
5930 * gdb.base/solib-vanish-lib1.c: New.
5931 * gdb.base/solib-vanish-lib2.c: New.
5932
5933 2018-01-17 Yao Qi <yao.qi@linaro.org>
5934
5935 * gdb.compile/compile.exp: Match the address printed for
5936 frame in the output of command "bt".
5937
5938 2018-01-15 Tom Tromey <tom@tromey.com>
5939
5940 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5941 compute sp_reg.
5942
5943 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5944
5945 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5946 to prepare.
5947 (prepare): Return 0 on error, 1 on success.
5948
5949 2018-01-12 Pedro Alves <palves@redhat.com>
5950
5951 * gdb.base/continue-after-aborted-step-over.c: New.
5952 * gdb.base/continue-after-aborted-step-over.exp: New.
5953
5954 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5955
5956 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5957 options when not creating an executable.
5958
5959 2018-01-11 Pedro Alves <palves@redhat.com>
5960
5961 PR remote/22597
5962 * gdb.server/stop-reply-no-thread.c: New file.
5963 * gdb.server/stop-reply-no-thread.exp: New file.
5964
5965 2018-01-10 Pedro Alves <palves@redhat.com>
5966
5967 PR gdb/22670
5968 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5969 functions too. Test setting breakpoints and printing C functions
5970 with no debug info too.
5971 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5972
5973 2018-01-10 Pedro Alves <palves@redhat.com>
5974
5975 PR gdb/22670
5976 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5977 a fail.
5978
5979 2018-01-10 Pedro Alves <palves@redhat.com>
5980
5981 PR gdb/22670
5982 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5983
5984 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5985
5986 * gdb.server/unittest.exp: Match the output in non-development
5987 mode.
5988
5989 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5990
5991 * gdb.gdb/unittest.exp: Match output in non-development mode.
5992
5993 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5994
5995 * gdb.ada/access_tagged_param.exp: Relax expected output
5996 for value of "ObjL" in "continue" to pck.inspect breakpoint
5997 test.
5998
5999 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6000
6001 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6002 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6003
6004 2018-01-05 Pedro Alves <palves@redhat.com>
6005
6006 PR gdb/18653
6007 * gdb.base/libsegfault.exp: New.
6008
6009 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6010
6011 PR gdb/22670
6012 * gdb.ada/access_tagged_param.exp: New file.
6013 * gdb.ada/access_tagged_param/foo.adb: New file.
6014
6015 2018-01-05 Pedro Alves <palves@redhat.com>
6016
6017 PR gdb/22670
6018 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6019 exercise lower case too, and to exercise both full matching and
6020 wild matching.
6021
6022 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6023
6024 * gdb.ada/rename_subscript_param: New testcase.
6025
6026 2018-01-05 Jerome Guitton <guitton@adacore.com>
6027
6028 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6029
6030 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6031
6032 * gdb.ada/convvar_comp: New testcase.
6033
6034 2018-01-05 Xavier Roirand <roirand@adacore.com>
6035
6036 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6037 (My_Table): New global variable.
6038 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6039
6040 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6041
6042 PR gdb/22670
6043 * gdb.ada/maint_with_ada: New testcase.
6044
6045 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6046
6047 PR gdb/22670
6048 * gdb.ada/bp_c_mixed_case: New testcase.
6049
6050 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6051
6052 PR gdb/22670
6053 * gdb.ada/complete.exp: Add "complete break ada" test.
6054
6055 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6056
6057 PR gdb/22670
6058 * gdb.ada/info_addr_mixed_case: New testcase.
6059
6060 2018-01-03 Xavier Roirand <roirand@adacore.com>
6061
6062 * gdb.ada/excep_handle.exp: New testcase.
6063 * gdb.ada/excep_handle/foo.adb: New file.
6064 * gdb.ada/excep_handle/pck.ads: New file.
6065
6066 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6067
6068 * gdb.base/step-line.c: Add extra empty line in copyright header.
6069 * gdb.base/step-line.inp: Likewise.
6070
6071 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6072
6073 * gdb.ada/dyn_stride.exp: Add slice test.
6074
6075 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6076
6077 * gdb.ada/dyn_stride: New testcase.
6078
6079 2017-12-27 Stafford Horne <shorne@gmail.com>
6080
6081 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6082 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6083
6084 2017-12-27 Stafford Horne <shorne@gmail.com>
6085
6086 * gdb.base/reggroups.c: New file.
6087 * gdb.base/reggroups.exp: New file.
6088
6089 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6090
6091 * gdb.dwarf2/ada-valprint-error.c: New file.
6092 * gdb.dwarf2/ada-valprint-error.exp: New file.
6093
6094 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6095
6096 * gdb.ada/assign_arr: New testcase.
6097
6098 2017-12-18 Xavier Roirand <roirand@adacore.com>
6099
6100 * gdb.ada/funcall_ptr: New testcase.
6101
6102 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6103
6104 PR cli/16224
6105 * gdb.base/ptype-offsets.cc: New file.
6106 * gdb.base/ptype-offsets.exp: New file.
6107
6108 2017-12-15 Yao Qi <yao.qi@linaro.org>
6109
6110 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6111 if XML is disabled.
6112
6113 2017-12-15 Xavier Roirand <roirand@adacore.com>
6114
6115 * gdb.ada/same_component_name: New testcase.
6116
6117 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6118
6119 * gdb.ada/str_binop_equal: New testcase.
6120
6121 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6122
6123 * gdb.ada/task_switch_in_core: New testcase.
6124
6125 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6126
6127 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6128 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6129 call test_bkpt_qualified.
6130 (test_bkpt_qualified): New proc.
6131
6132 2017-12-13 Pedro Alves <palves@redhat.com>
6133
6134 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6135 Tighten regexp by matching with an anchor.
6136
6137 2017-12-13 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6140 ("expression with namespace"): New set of tests.
6141 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6142 (Nested::Test_NS::qux): New.
6143 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6144 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6145
6146 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6147
6148 * gdb.base/server-del-break.c: New file.
6149 * gdb.base/server-del-break.exp: New file.
6150
6151 2017-12-12 Stafford Horne <shorne@gmail.com>
6152
6153 * gdb.xml/tdesc-regs.exp: Add or1k support.
6154
6155 2017-12-12 Stafford Horne <shorne@gmail.com>
6156
6157 * gdb.base/bp-permanent.c: Define nop of or1k.
6158
6159 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6160
6161 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6162 output with components being reordered.
6163
6164 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6165
6166 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6167 output with components being reordered.
6168
6169 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6170 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.base/maint.exp (check for .gdb_index): Check also for
6173 .debug_names.
6174 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6175 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6176 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6177 (.gdb_index used after symbol reloading): Support also .debug_names.
6178 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6179
6180 2017-12-08 Yao Qi <yao.qi@linaro.org>
6181
6182 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6183 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6184
6185 2017-12-08 Yao Qi <yao.qi@linaro.org>
6186
6187 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6188 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6189
6190 2017-12-08 Yao Qi <yao.qi@linaro.org>
6191
6192 * gdb.arch/aarch64-tagged-pointer.c: New file.
6193 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6194
6195 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6196
6197 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6198 "int".
6199
6200 2017-12-07 Keith Seitz <keiths@redhat.com>
6201
6202 PR breakpoints/22569
6203 * gdb.linespec/ls-errs.exp: Change expected result of "break
6204 -source this file has spaces.c -line 3".
6205 Check that an explicit source file followed by whitespace is
6206 identified as an invalid explicit location.
6207
6208 2017-12-07 Keith Seitz <keiths@redhat.com>
6209
6210 * gdb.cp/nested-types.cc: New file.
6211 * gdb.cp/nested-types.exp: New file.
6212 * lib/cp-support.exp: Load data-structures.exp library.
6213 (debug_cp_test_ptype_class): New global.
6214 (cp_ptype_class_verbose, next_line): New procedures.
6215 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6216 Add and document new return value.
6217 Switch the list of lines to a queue.
6218 Add support for new `type' key for nested type definitions.
6219 Add debugging/troubleshooting messages.
6220 * lib/data-structures.exp: New file.
6221
6222 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6223
6224 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6225 with proc_with_prefix, don't use with_test_prefix.
6226
6227 2017-12-07 Tom Tromey <tom@tromey.com>
6228
6229 * gdb.base/break.exp: Add test for empty "commands".
6230
6231 2017-12-07 Yao Qi <yao.qi@linaro.org>
6232
6233 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6234 malloc and catch syscall.
6235
6236 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6237
6238 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6239 tests for explicit locations.
6240
6241 2017-12-06 Pedro Alves <palves@redhat.com>
6242
6243 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6244 force-disabling XML descriptions.
6245
6246 2017-12-04 Pedro Alves <palves@redhat.com>
6247
6248 PR gdb/22499
6249 * gdb.arch/amd64-disp-step-avx.S: New file.
6250 * gdb.arch/amd64-disp-step-avx.exp: New file.
6251
6252 2017-12-03 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6255 and <string.h>.
6256 (parent_function): Print distinct messages when waitpid fails, or
6257 the child exits with a signal, or the child exits for an unhandled
6258 reason.
6259 * gdb.threads/process-dies-while-detaching.exp
6260 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6261 it. Wait for both inferior output and GDB's prompt. Use an
6262 indirect spawn id list.
6263 (do_detach): New parameter 'child_exit'. Use it to compute
6264 expected inferior output.
6265 (test_detach, test_detach_watch, test_detach_killed_outside):
6266 Adjust to pass down the expected child exit kind.
6267
6268 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6269 Sergio Durigan Junior <sergiodj@redhat.com>
6270 Pedro Alves <palves@redhat.com>
6271
6272 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6273
6274 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6275
6276 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6277 to 'symbol-file' and 'add-symbol-file' can be
6278 position-independent.
6279
6280 2017-12-01 Yao Qi <yao.qi@linaro.org>
6281
6282 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6283 the URL in copyright header.
6284 * gdb.arch/aarch64-fp.exp: Likewise.
6285 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6286 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6287 * gdb.base/expand-psymtabs.exp: Likewise.
6288 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6289 * gdb.fortran/common-block.exp: Likewise.
6290 * gdb.fortran/common-block.f90: Likewise.
6291 * gdb.fortran/logical.exp: Likewise.
6292 * gdb.fortran/vla-datatypes.f90: Likewise.
6293 * gdb.fortran/vla-sub.f90: Likewise.
6294
6295 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6296
6297 * gdb.ada/repeat_dyn: New testcase.
6298
6299 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6300
6301 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6302 Update for changed thread numbering.
6303 * gdb.cell/bt.exp: Update for changed GDB output.
6304
6305 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6306
6307 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6308 setting isremote by hand.
6309 * boards/dwarf4-gdb-index.exp: Likewise.
6310 * boards/fission.exp: Likewise.
6311 * boards/stabs.exp: Likewise.
6312
6313 2017-11-30 Pedro Alves <palves@redhat.com>
6314
6315 * gdb.linespec/cpls-ops.exp
6316 (check_explicit_skips_function_argument): Extract the underlying
6317 type of size_t instead of hardcoding it.
6318
6319 2017-11-29 Pedro Alves <palves@redhat.com>
6320
6321 PR c++/19436
6322 * gdb.linespec/cpls-abi-tag.cc: New file.
6323 * gdb.linespec/cpls-abi-tag.exp: New file.
6324
6325 2017-11-29 Pedro Alves <palves@redhat.com>
6326
6327 * gdb.base/langs.exp: Use -qualified.
6328 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6329 it.
6330 * gdb.cp/namespace.exp: Use -qualified.
6331 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6332 (overload-3, template-overload, template-ret-type, const-overload)
6333 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6334 procedures.
6335 (test_driver): Call them.
6336 * gdb.cp/save-bp-qualified.cc: New.
6337 * gdb.cp/save-bp-qualified.exp: New.
6338 * gdb.linespec/explicit.exp: Test -qualified.
6339 * lib/completion-support.exp (completion::explicit_opts_list): Add
6340 "-qualified".
6341 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6342
6343 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6344
6345 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6346
6347 2017-11-29 Tom Tromey <tom@tromey.com>
6348
6349 * gdb.base/relocate.exp: Update invalid argument test.
6350 Add new tests for invalid arguments.
6351
6352 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6353
6354 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6355 Return 0 as a long.
6356 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6357
6358 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6359
6360 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6361 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6362 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6363 func ().
6364 * gdb.cp/shadow.cc (B.func): Return 0.
6365
6366 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6367
6368 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6369 expected output in gdb_expect call to allow the exception
6370 message to be present as well. Fix syntax confusion to avoid
6371 TCL thinking that exception_name is an array.
6372
6373 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6374
6375 * gdb.arch/spu-info.c: Include <unistd.h>.
6376 (do_signal_test): Fix broken calls to write.
6377 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6378 Fix checks for empty mailboxes. Update signal tests for corrected
6379 do_signal_test routine. Allow nonzero event status.
6380 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6381 * gdb.cell/arch.exp: Use standard_output_file.
6382 * gdb.cell/break.exp: Likewise.
6383 * gdb.cell/bt.exp: Likewise.
6384 * gdb.cell/core.exp: Likewise.
6385 * gdb.cell/dwarfaddr.exp: Likewise.
6386 * gdb.cell/ea-cache.exp: Likewise.
6387 * gdb.cell/ea-standalone.exp: Likewise.
6388 * gdb.cell/f-regs.exp: Likewise.
6389 * gdb.cell/fork.exp: Likewise.
6390 * gdb.cell/gcore.exp: Likewise.
6391 * gdb.cell/mem-access.exp: Likewise.
6392 * gdb.cell/ptype.exp: Likewise.
6393 * gdb.cell/registers.exp: Likewise.
6394 * gdb.cell/sizeof.exp: Likewise.
6395 * gdb.cell/solib-symbol.exp: Likewise.
6396 * gdb.cell/solib.exp: Likewise.
6397
6398 2017-11-25 Pedro Alves <palves@redhat.com>
6399
6400 * gdb.base/complete-empty.exp: New file.
6401 * gdb.base/completion.exp: Adjust.
6402
6403 2017-11-25 Pedro Alves <palves@redhat.com>
6404
6405 * gdb.linespec/cpls-ops.cc: New file.
6406 * gdb.linespec/cpls-ops.exp: New file.
6407 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6408 factored out from ...
6409 (test_complete_prefix_range): ... this.
6410
6411 2017-11-24 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.linespec/cpcompletion.exp: New file.
6414 * gdb.linespec/cpls-hyphen.cc: New file.
6415 * gdb.linespec/cpls.cc: New file.
6416 * gdb.linespec/cpls2.cc: New file.
6417 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6418 test to use test_gdb_complete_unique. Add label completion,
6419 keyword completion and explicit location completion tests.
6420 * lib/completion-support.exp: New file.
6421
6422 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6423
6424 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6425 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6426 when hitting an exception catchpoint.
6427
6428 2017-11-22 Yao Qi <yao.qi@linaro.org>
6429
6430 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6431
6432 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6433
6434 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6435 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6436 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6437
6438 2017-11-22 Yao Qi <yao.qi@linaro.org>
6439
6440 * gdb.base/info-os.exp: Pass pthreads.
6441 * gdb.multi/multi-attach.exp: Likewise.
6442
6443 2017-11-22 Yao Qi <yao.qi@linaro.org>
6444
6445 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6446 compiler.
6447
6448 2017-11-22 Yao Qi <yao.qi@linaro.org>
6449
6450 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6451 * gdb.base/break-interp.exp: Likewise.
6452 * gdb.base/jit-attach-pie.exp: Likewise.
6453
6454 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6455
6456 * gdb.base/float128.c (large128): New variable.
6457 * gdb.base/float128.exp: Add test to print largest __float128 value.
6458
6459 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6460
6461 * gdb.arch/vsx-regs.exp: Update register content checks.
6462
6463 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6464
6465 * gdb.arch/ppc-longdouble.exp: New file.
6466 * gdb.arch/ppc-longdouble.c: Likewise.
6467
6468 2017-11-21 Pedro Alves <palves@redhat.com>
6469
6470 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6471
6472 2017-11-20 Pedro Alves <palves@redhat.com>
6473
6474 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6475 (long_double_typedef): New typedefs.
6476 Use DEF on double and long double.
6477 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6478 cases.
6479 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6480 and 'long_double_ptr_same_size' locals. Use them to decide
6481 whether cast from array/function to float is valid/invalid.
6482
6483 2017-11-17 Tom Tromey <tom@tromey.com>
6484
6485 * gdb.rust/traits.rs: New file.
6486 * gdb.rust/traits.exp: New file.
6487
6488 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6489
6490 * gdb.ada/minsyms: New testcase.
6491
6492 2017-11-16 Pedro Alves <palves@redhat.com>
6493
6494 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6495 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6496
6497 2017-11-16 Pedro Alves <palves@redhat.com>
6498
6499 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6500 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6501
6502 2017-11-16 Pedro Alves <palves@redhat.com>
6503
6504 * gdb.server/reconnect-ctrl-c.c: New file.
6505 * gdb.server/reconnect-ctrl-c.exp: New file.
6506
6507 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6508
6509 * gdb.python/py-rbreak.exp: New file.
6510 * gdb.python/py-rbreak.c: New file.
6511 * gdb.python/py-rbreak-func2.c: New file.
6512
6513 2017-11-16 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6516 pattern.
6517 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6518 GDB.
6519
6520 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6521
6522 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6523 regex.
6524
6525 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6526
6527 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6528 test names.
6529
6530 2017-11-09 Pedro Alves <palves@redhat.com>
6531
6532 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6533 factored out from ...
6534 (top level): ... here, and adjusted to avoid expecting beyond the
6535 prompt in a single gdb_test_multiple.
6536
6537 2017-11-09 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6540 output.
6541 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6542 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6543 * gdb.server/ext-run.exp ("kill" test): Likewise.
6544 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6545
6546 2017-11-09 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6549 match till end of line.
6550
6551 2017-11-09 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6554
6555 2017-11-09 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6558 New procedures, factored out from ...
6559 (top level): ... here, and adjusted to avoid expecting beyond the
6560 prompt in one go.
6561
6562 2017-11-09 Pedro Alves <palves@redhat.com>
6563
6564 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6565 output. Fix '?' match.
6566
6567 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6568
6569 * gdb.ada/scoped_watch: New testcase.
6570 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6571 which is actually correct.
6572 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6573 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6574
6575 2017-11-08 Pedro Alves <palves@redhat.com>
6576
6577 * gdb.gdb/complaints.exp (test_initial_complaints)
6578 (test_serial_complaints, test_short_complaints): Call
6579 complaint_internal instead of complaint.
6580
6581 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6582
6583 * gdb.threads/tls-core.c: New file.
6584 * gdb.threads/tls-core.exp: Likewise.
6585
6586 2017-11-08 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6589 (p Exported_Capitalized): New test.
6590 (p exported_capitalized): New test.
6591
6592 2017-11-07 Pedro Alves <palves@redhat.com>
6593
6594 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6595
6596 2017-11-07 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6599 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6600 (disable_invalid, disable_inverted, disable_negative): New
6601 procedures.
6602 ("bad numbers"): New set of tests.
6603
6604 2017-11-07 Pedro Alves <palves@redhat.com>
6605
6606 * gdb.cp/ena-dis-br-range.exp: Add tests.
6607
6608 2017-11-07 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6611
6612 2017-11-07 Xavier Roirand <roirand@adacore.com>
6613 Pedro Alves <palves@redhat.com>
6614
6615 * gdb.base/ena-dis-br.exp: Add reference to
6616 gdb.cp/ena-dis-br-range.exp.
6617 * gdb.cp/ena-dis-br-range.exp: New file.
6618 * gdb.cp/ena-dis-br-range.cc: New file.
6619
6620 2017-11-06 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.base/attach-non-pgrp-leader.c: New.
6623 * gdb.base/attach-non-pgrp-leader.exp: New.
6624
6625 2017-11-06 Pedro Alves <palves@redhat.com>
6626
6627 * configure.ac: No longer check for termio.h and sgtty.h.
6628 * configure: Regenerate.
6629 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6630 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6631 Remove termio and sgtty code.
6632
6633 2017-11-03 Yao Qi <yao.qi@linaro.org>
6634
6635 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6636 in GDB is disabled.
6637
6638 2017-11-03 Yao Qi <yao.qi@linaro.org>
6639
6640 * gdb.python/py-thrhandle.exp: Skip it if python is not
6641 enabled.
6642
6643 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6644
6645 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6646 as a breakpoint command.
6647
6648 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6649
6650 PR python/21213
6651 * gdb.python/py-infthread.exp: Test calling
6652 InferiorThread.inferior () multiple times in a row.
6653
6654 2017-10-27 Keith Seitz <keiths@redhat.com>
6655
6656 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6657 Test "info break" for every inlined function breakpoint.
6658
6659 2017-10-27 Yao Qi <yao.qi@linaro.org>
6660
6661 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6662
6663 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6664
6665 * gdb.cp/classes.exp (test_static_members): Test printing
6666 Outer::instance.
6667 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6668 (Inner::instance, Outer::instance): New.
6669
6670 2017-10-24 Pedro Alves <palves@redhat.com>
6671
6672 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6673 extra console" test in two stages.
6674
6675 2017-10-24 Pedro Alves <palves@redhat.com>
6676
6677 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6678
6679 2017-10-24 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6682 loop.
6683
6684 2017-10-24 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6687 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6688
6689 2017-10-24 Pedro Alves <palves@redhat.com>
6690
6691 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6692 parameter and handle it. Don't output read value in test name.
6693
6694 2017-10-24 Pedro Alves <palves@redhat.com>
6695
6696 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6697 custom test name.
6698
6699 2017-10-24 Pedro Alves <palves@redhat.com>
6700
6701 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6702 include the unstable output directory name in the test's name.
6703 (initial_setup_simple) <'set args'>: Use custom test name.
6704
6705 2017-10-24 Pedro Alves <palves@redhat.com>
6706
6707 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6708 with explicit test name.
6709
6710 2017-10-20 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6713 'wait -i'. Use gdb_assert and remote_close.
6714
6715 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6716
6717 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6718 number from variable rather than hard-coded.
6719
6720 2017-10-19 Pedro Alves <palves@redhat.com>
6721
6722 * gdb.base/long-inferior-output.c: New file.
6723 * gdb.base/long-inferior-output.exp: New file.
6724
6725 2017-11-18 Keith Seitz <keiths@redhat.com>
6726
6727 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6728 method.
6729 (main): Call it.
6730 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6731 Add additional user-defined conversion operator tests.
6732
6733 2017-10-17 Pedro Alves <palves@redhat.com>
6734
6735 * boards/native-stdio-gdbserver.exp: Load "local-board".
6736
6737 2017-10-17 Pedro Alves <palves@redhat.com>
6738
6739 * gdb.base/quit-live.c: New file.
6740 * gdb.base/quit-live.exp: New file.
6741
6742 2017-10-16 Keith Seitz <keiths@redhat.com>
6743
6744 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6745 (class_with_protected_typedef, class_with_private_typedef)
6746 (struct_with_public_typedef, struct_with_protected_typedef)
6747 (struct_with_private_typedef): New classes/structs.
6748 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6749 typedefs and access specifiers.
6750
6751 2017-10-16 Pedro Alves <palves@redhat.com>
6752 Simon Marchi <simon.marchi@polymtl.ca>
6753
6754 * README (Local vs Remote vs Native): New section.
6755 * boards/local-board.exp: New file, with bits factored out from
6756 ...
6757 * boards/native-extended-gdbserver.exp: ... here. Load
6758 "local-board".
6759 * boards/native-gdbserver.exp: Load "local-board".
6760 (${board}_spawn, ${board}_exec): Delete.
6761 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6762 ...
6763 * boards/stdio-gdbserver-base.exp: ... this new file.
6764 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6765 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6766 procedure.
6767 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6768 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6769 stdio_gdbserver_command.
6770 (${board}_get_remote_address, ${board}_get_comm_port)
6771 (${board}_download, ${board}_upload): Delete.
6772 (get_target_remote_pipe_cmd): New.
6773
6774 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6775
6776 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6777 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6778 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6779 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6780 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6781 remove with_test_prefix.
6782
6783 2017-10-13 Pedro Alves <palves@redhat.com>
6784
6785 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6786 * gdb.base/annota1.exp: Use it instead of is_remote.
6787 * gdb.base/annota3.exp: Use it instead of is_remote.
6788 * gdb.cp/annota2.exp: Use it instead of is_remote.
6789 * gdb.cp/annota3.exp: Use it instead of is_remote.
6790 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6791
6792 2017-10-13 Pedro Alves <palves@redhat.com>
6793
6794 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6795 (test_num_test_vars, run_and_count_vars, find_env)
6796 (test_set_unset_env, test_inherit_env_var): New procedures.
6797 (top level): Use them.
6798
6799 2017-10-13 Pedro Alves <palves@redhat.com>
6800
6801 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6802 also skip on stub-like targets.
6803
6804 2017-10-13 Pedro Alves <palves@redhat.com>
6805
6806 PR gdb/22293
6807 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6808 (top level): Move some tests to ...
6809 (test_not_found): ... this new procedure.
6810 (top level): Call it.
6811
6812 2017-10-13 Pedro Alves <palves@redhat.com>
6813
6814 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6815 expect different "info terminal" output if testing with a
6816 non-native target.
6817
6818 2017-10-13 Pedro Alves <palves@redhat.com>
6819 Simon Marchi <simon.marchi@polymtl.ca>
6820
6821 PR python/12966
6822 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6823
6824 2017-10-13 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6827 already.
6828
6829 2017-10-13 Pedro Alves <palves@redhat.com>
6830
6831 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6832 is_remote.
6833
6834 2017-10-13 Pedro Alves <palves@redhat.com>
6835
6836 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6837 is_remote.
6838
6839 2017-10-13 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6842 is set.
6843 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6844 instead of is_remote.
6845
6846 2017-10-13 Pedro Alves <palves@redhat.com>
6847
6848 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6849 (top level): Add comment.
6850
6851 2017-10-13 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.base/remote.exp (top level): Fix comment typo and add
6854 missing return.
6855
6856 2017-10-13 Pedro Alves <palves@redhat.com>
6857 Simon Marchi <simon.marchi@polymtl.ca>
6858
6859 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6860 calls and add comments. Skip test if use_gdb_stub is set.
6861 (top level): Use "set cwd" command instead of "cd" command.
6862
6863 2017-10-13 Pedro Alves <palves@redhat.com>
6864
6865 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6866 is_remote target check.
6867
6868 2017-10-13 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/scope.exp: Use build_executable + clean_restart +
6871 gdb_file_cmd instead of prepare_for_testing and no longer skip
6872 "before run" tests on is_remote target boards. Update comments.
6873 * boards/native-extended-gdbserver.exp
6874 (extended_gdbserver_load_last_file): New, factored out from ...
6875 (gdb_load): ... this. Move further below and add comment.
6876 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6877
6878 2017-10-12 Pedro Alves <palves@redhat.com>
6879
6880 * gdb.base/attach.exp: Remove references to gdb64.
6881 * gdb.base/dbx.exp: Remove references to gdb64.
6882
6883 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6884 Pedro Alves <palves@redhat.com>
6885
6886 * gdb.base/label.exp: Remove is_remote target check.
6887
6888 2017-10-12 Pedro Alves <palves@redhat.com>
6889
6890 * gdb.base/auvx.exp (coredir): Update comment.
6891 (top level) <core_works>: Use "set cwd" command instead of "cd"
6892 command.
6893
6894 2017-10-12 Pedro Alves <palves@redhat.com>
6895 Simon Marchi <simon.marchi@polymtl.ca>
6896
6897 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6898 target boards.
6899
6900 2017-10-12 Pedro Alves <palves@redhat.com>
6901 Simon Marchi <simon.marchi@polymtl.ca>
6902
6903 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6904 Instead skip if there's any gdb_protocol set.
6905
6906 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6907 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6910
6911 2017-10-12 Pedro Alves <palves@redhat.com>
6912 Simon Marchi <simon.marchi@polymtl.ca>
6913
6914 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6915 instead of on dejagnu remote boards.
6916
6917 2017-10-12 Pedro Alves <palves@redhat.com>
6918 Simon Marchi <simon.marchi@polymtl.ca>
6919
6920 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6921 checks. Use build_executable + clean_restart instead of
6922 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6923 of enabling non-stop after starting gdb.
6924
6925 2017-10-12 Pedro Alves <palves@redhat.com>
6926
6927 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6928 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6929 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6930 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6931
6932 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6933
6934 * gdb.arch/arc-tdesc-cpu.exp: New file.
6935 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6936
6937 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6938
6939 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6940
6941 2017-10-10 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6944 expect CLI output.
6945
6946 2017-10-10 Pedro Alves <palves@redhat.com>
6947
6948 * lib/selftest-support.exp (selftest_setup): Update for
6949 captured_command_loop's prototype change.
6950
6951 2017-10-09 Pedro Alves <palves@redhat.com>
6952
6953 Test both arch1=>arch2 and arch2=>arch1.
6954
6955 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6956 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6957 factored out to...
6958 (append_arch1_options, append_arch2_options, append_arch_options)
6959 (build_executables): New procedures.
6960 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6961 local.
6962 (top level): Add new 'first_arch' testing axis.
6963
6964 2017-10-09 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6967 (barrier): New.
6968 (thread_start, all_started): New functions.
6969 (main): Spawn new thread and wait until it is scheduled.
6970 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6971 option.
6972 (do_test): Add 'selected_thread' parameter. Run to all_started
6973 instead of main. Explicitly set the breakpoint at main. Switch
6974 to the SELECTED_THREAD thread.
6975 (top level): Test handling the exec event with either the main
6976 thread or the second thread selected.
6977
6978 2017-10-09 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6981 logic. Move STOP marker after the value checks.
6982 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6983 regexp.
6984
6985 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6986
6987 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6988
6989 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6990
6991 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6992 integer-to-dfp conversion.
6993 * gdb.base/dfp-test.exp: Likewise.
6994
6995 2017-10-04 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.multi/hangout.c: Include <unistd.h>.
6998 (hangout_loop): New function.
6999 (main): Call alarm. Call hangout_loop in a loop.
7000 * gdb.multi/hello.c: Include <unistd.h>.
7001 (hello_loop): New function.
7002 (main): Call alarm. Call hangout_loop in a loop.
7003 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7004 inferior with the other selected.
7005
7006 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7007
7008 * gdb.mi/list-thread-groups-available.exp: New file.
7009 * gdb.mi/list-thread-groups-available.c: New file.
7010
7011 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7012
7013 * gdb.base/set-cwd.exp: Make it available on
7014 native-extended-gdbserver.
7015
7016 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7017
7018 * gdb.base/set-cwd.c: New file.
7019 * gdb.base/set-cwd.exp: Likewise.
7020
7021 2017-10-02 Tom Tromey <tom@tromey.com>
7022
7023 PR rust/22236:
7024 * gdb.rust/simple.rs (main): New variable "fslice".
7025 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7026
7027 2017-10-02 Tom Tromey <tom@tromey.com>
7028
7029 * gdb.rust/simple.exp: Test ptype of a slice.
7030
7031 2017-10-02 Tom Tromey <tom@tromey.com>
7032
7033 * gdb.rust/simple.exp: Test index of slice.
7034
7035 2017-09-27 Tom Tromey <tom@tromey.com>
7036
7037 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7038
7039 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7040 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.base/compare-sections.exp (get value of read-only section): Read
7043 as unsigned value.
7044 (corrupt read-only section): Likewise and don't set written if patching
7045 failed.
7046
7047 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7048
7049 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7050 files.
7051
7052 2017-09-20 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7055 symbol names in gdb's output.
7056 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7057
7058 2017-09-20 Pedro Alves <palves@redhat.com>
7059
7060 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7061 Rename to ...
7062 (test_list_ambiguous_symbol): ... this and add a symbol name
7063 parameter. Adjust.
7064 (test_list_ambiguous_function): Reimplement on top of
7065 test_list_ambiguous_symbol and also test listing ambiguous
7066 variables.
7067 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7068 (ambiguous_fun): ... this.
7069 (ambiguous_var): New.
7070 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7071 (ambiguous_fun): ... this.
7072 (ambiguous_var): New.
7073
7074 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7075
7076 * gdb.base/starti.c: New file.
7077 * gdb.base/starti.exp: New file.
7078 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7079
7080 2017-09-14 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7083 (top level): Use it instead of runto.
7084
7085 2017-09-11 Tom Tromey <tom@tromey.com>
7086
7087 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7088
7089 2017-09-11 Tom Tromey <tom@tromey.com>
7090
7091 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7092 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7093
7094 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7095
7096 * gdb.fortran/printing-types.exp: New file.
7097 * gdb.fortran/printing-types.exp: New file.
7098
7099 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7100
7101 * gdb.fortran/vla-ptype.exp: Fix typos.
7102 * gdb.fortran/vla-value.exp: Same.
7103
7104 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7105
7106 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7107 * gdb.mi/mi-var-child-f.exp: Likewise.
7108 * gdb.mi/mi-vla-fortran.exp: Likewise.
7109
7110 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7111 Christoph Weinmann <christoph.t.weinmann@intel.com>
7112 Bernhard Heckel <bernhard.heckel@intel.com>
7113
7114 * gdb.fortran/ptr-indentation.f90: New file.
7115 * gdb.fortran/ptr-indentation.exp: New file.
7116
7117 2017-09-05 Tom Tromey <tom@tromey.com>
7118
7119 PR gdb/22010:
7120 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7121
7122 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7123
7124 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7125
7126 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7127
7128 * gdb.threads/tls-nodebug-pie.c: New file.
7129 * gdb.threads/tls-nodebug-pie.exp: New file.
7130
7131 2017-09-05 Tom Tromey <tom@tromey.com>
7132
7133 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7134 for rust.
7135
7136 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7137
7138 * gdb.multi/multi-arch-exec.exp: Test with different
7139 "follow-exec-mode" settings.
7140 (do_test): New procedure.
7141
7142 2017-09-04 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.base/func-static.c (S::method const, S::method volatile)
7145 (S::method volatile const): New methods.
7146 (c_s, v_s, cv_s): New instances.
7147 (main): Call method() on them.
7148 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7149 (cannot_resolve): New procedure.
7150 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7151 print-quote-unquoted columns.
7152 (do_test): Test printing each scope too.
7153
7154 2017-09-04 Pedro Alves <palves@redhat.com>
7155
7156 * gdb.base/local-static.exp: Also test with
7157 class::method::variable wholly quoted.
7158 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7159
7160 2017-09-04 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.base/local-static.c: New.
7163 * gdb.base/local-static.cc: New.
7164 * gdb.base/local-static.exp: New.
7165
7166 2017-09-04 Pedro Alves <palves@redhat.com>
7167
7168 * gdb.asm/asm-source.exp: Add casts to int.
7169 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7170 (dataglobal64_1, dataglobal64_2): New globals.
7171 * gdb.base/nodebug.exp: Test different expressions involving the
7172 new globals, with print, whatis and ptype. Add casts to int.
7173 * gdb.base/solib-display.exp: Add casts to int.
7174 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7175 * gdb.cp/m-static.exp: Add cast to int.
7176 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7177 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7178 tls variable with no debug info without a cast. Test with a cast
7179 to int too.
7180 * gdb.trace/entry-values.exp: Add casts.
7181
7182 2017-09-04 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.base/nodebug.exp: Test that ptype's error about functions
7185 with unknown return type includes the function name too.
7186
7187 2017-09-04 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7190 return type of munmap in infcall.
7191 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7192 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7193 type of ftell in infcall.
7194 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7195 type of getpid in infcall.
7196 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7197 infcall.
7198 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7199 Bail on failure to extract the pid.
7200 * gdb.base/nodebug.c: #include <stdint.h>.
7201 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7202 New functions.
7203 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7204 Change expected output of print/whatis/ptype with functions with
7205 no debug info. Test all supported languages. Call
7206 test_call_promotion.
7207 * gdb.compile/compile.exp: Adjust expected output to expect
7208 warning.
7209 * gdb.threads/siginfo-threads.exp: Likewise.
7210
7211 2017-09-04 Pedro Alves <palves@redhat.com>
7212
7213 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7214 "prototypes". Test calling float functions via prototyped and
7215 unprototyped function pointers.
7216 (perform_all_tests): New parameter "prototypes". Pass it down.
7217 (top level): Pass down "prototypes" parameter to
7218 perform_all_tests.
7219
7220 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7221
7222 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7223 Test with nested loops.
7224
7225 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7226
7227 * gdb.base/commands.exp: Call the new procedures.
7228 (loop_break_test, loop_continue_test): New procedures.
7229
7230 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7231
7232 * gdb.base/commands.exp: Call new procedure.
7233 (define_if_without_arg_test): New procedure.
7234
7235 2017-09-04 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.base/list-ambiguous.exp: New file.
7238 * gdb.base/list-ambiguous0.c: New file.
7239 * gdb.base/list-ambiguous1.c: New file.
7240 * gdb.base/list.exp (test_list_range): Adjust expected output.
7241
7242 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7243
7244 * gdb.base/share-env-with-gdbserver.c: New file.
7245 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7246
7247 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7248
7249 * gdb.base/commands.exp (gdbvar_simple_if_test,
7250 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7251 progvar_simple_if_test, progvar_simple_while_test,
7252 progvar_complex_if_while_test, user_defined_command_test,
7253 user_defined_command_args_eval,
7254 user_defined_command_args_stack_test,
7255 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7256 temporary_breakpoint_commands,
7257 gdb_test_no_prompt, redefine_hook_test,
7258 redefine_backtrace_test): Remove "global gdb_prompt".
7259
7260 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7261
7262 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7263 New proc, call it from toplevel.
7264
7265 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7266
7267 PR remote/21852
7268 * gdb.server/normal.c: New file, copied from gdb.base.
7269 * gdb.server/run-without-local-binary.exp: New file.
7270
7271 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7272
7273 * gdb.arch/sparc64-adi.exp: New file.
7274 * gdb.arch/sparc64-adi.c: New file.
7275
7276 2017-08-22 Pedro Alves <palves@redhat.com>
7277
7278 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7279 (top level): Add "list all overloads" tests.
7280
7281 2017-08-22 Tom Tromey <tom@tromey.com>
7282
7283 * gdb.gdb/xfullpath.exp: Remove.
7284
7285 2017-08-21 Pedro Alves <palves@redhat.com>
7286
7287 PR gdb/19487
7288 * gdb.base/symbol-alias.c: New.
7289 * gdb.base/symbol-alias2.c: New.
7290 * gdb.base/symbol-alias.exp: New.
7291
7292 2017-08-21 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.base/dfp-test.c
7295 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7296 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7297 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7298 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7299 * gdb.base/whatis-ptype-typedefs.c: New.
7300 * gdb.base/whatis-ptype-typedefs.exp: New.
7301 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7302 (an_int, an_int_type, an_int_type2): New globals.
7303 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7304 involving typedefs and cast expressions.
7305 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7306 (lookup_typedefs_function): New.
7307 (typedefs_pretty_printers_dict): New.
7308 (top level): Register lookup_typedefs_function in
7309 gdb.pretty_printers.
7310
7311 2017-08-18 Yao Qi <yao.qi@linaro.org>
7312
7313 * gdb.server/unittest.exp: New.
7314
7315 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7316
7317 PR gdb/21954
7318 * gdb.base/environ.exp: Add test to check if 'unset environment'
7319 works.
7320
7321 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7322
7323 * lib/gdb.exp (universal_compile_options): New caching proc.
7324 (gdb_compile): Suppress GCC's coloring of messages.
7325
7326 2017-08-14 Tom Tromey <tom@tromey.com>
7327
7328 PR gdb/21675:
7329 * gdb.base/printcmds.exp (test_radices): New function.
7330 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7331 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7332 * lib/gdb.exp (get_integer_valueof): Use p/d.
7333
7334 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7335
7336 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7337 characters.
7338
7339 2017-08-05 Tom Tromey <tom@tromey.com>
7340
7341 * gdb.rust/simple.exp: Allow String to appear in a different
7342 namespace.
7343
7344 2017-07-26 Yao Qi <yao.qi@linaro.org>
7345
7346 * gdb.gdb/unittest.exp: Invoke command
7347 "maintenance check xml-descriptions".
7348
7349 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7350
7351 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7352 calling context.
7353 (hex128): Drop erroneous calculation of parameters.
7354
7355 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7356
7357 * gdb.python/py-unwind.exp: Disable stack protection when
7358 building test file.
7359
7360 2017-07-20 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.base/default.exp (set language): Adjust expected output.
7363
7364 2017-07-20 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7367 (test_minsym): ... this, and make static.
7368 (get_pck__foo__bar__minsym): Rename to ...
7369 (get_test_minsym): ... this.
7370 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7371 symbol names and comments.
7372 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7373 (get_test_minsym): ... this.
7374 (pck__foo__bar__minsym__2): Rename to ...
7375 (test_minsym): ... this.
7376 (main): Adjust.
7377
7378 2017-07-17 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.base/completion.exp: Adjust expected output.
7381 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7382 the completer works.
7383
7384 2017-07-17 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7387
7388 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7389
7390 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7391
7392 2017-07-14 Tom Tromey <tom@tromey.com>
7393
7394 PR rust/21764:
7395 * gdb.rust/simple.exp: Add tests.
7396
7397 2017-07-14 Tom Tromey <tom@tromey.com>
7398
7399 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7400
7401 2017-07-14 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.linespec/base/one/thefile.cc (z1): New function.
7404 * gdb.linespec/base/two/thefile.cc (z2): New function.
7405 * gdb.linespec/linespec.exp: Add tests.
7406
7407 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7408
7409 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7410 to mi_create_breakpoint.
7411
7412 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7413
7414 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7415 mi_create_breakpoint.
7416
7417 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7418
7419 * gdb.dlang/demangle.exp: Update for demangling changes.
7420
7421 2017-07-09 Tom Tromey <tom@tromey.com>
7422
7423 * gdb.dwarf2/shortpiece.exp: New file.
7424
7425 2017-07-06 David Blaikie <dblaikie@gmail.com>
7426
7427 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7428 built from fissiont-multi-cu{1,2}.c.
7429 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7430 except putting 'main' and 'func' in separate CUs in the same DWO file.
7431 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7432 test.
7433 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7434 test.
7435
7436 2017-07-06 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.python/py-unwind.exp: Test flushregs.
7439
7440 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7441
7442 PR cli/21688
7443 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7444 tests for alias commands and trailing whitespace.
7445
7446 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7447
7448 PR cli/21688
7449 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7450 procedure. Call it.
7451
7452 2017-06-29 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.base/printcmds.exp: Add tests.
7455
7456 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7457
7458 PR gdb/21337
7459 * gdb.base/reread-readsym.exp: New file.
7460 * gdb.base/reread-readsym.c: New file.
7461
7462 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7463
7464 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7465 subpattern.
7466
7467 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7468
7469 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7470 extended mnemonic.
7471 * gdb.arch/powerpc-power9.s: Likewise.
7472
7473 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7474
7475 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7476 on 32-bit x86 targets. Exploit is_*_target macros where
7477 appropriate.
7478
7479 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7480
7481 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7482 register pieces.
7483
7484 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7485
7486 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7487 located in one or more DWARF pieces.
7488
7489 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7490
7491 * lib/gdb.exp (get_endianness): New proc.
7492 * gdb.arch/aarch64-fp.exp: Use it.
7493 * gdb.arch/altivec-regs.exp: Likewise.
7494 * gdb.arch/e500-regs.exp: Likewise.
7495 * gdb.arch/vsx-regs.exp: Likewise.
7496 * gdb.base/dump.exp: Likewise.
7497 * gdb.base/funcargs.exp: Likewise.
7498 * gdb.base/gnu_vector.exp: Likewise.
7499 * gdb.dwarf2/formdata16.exp: Likewise.
7500 * gdb.dwarf2/implptrpiece.exp: Likewise.
7501 * gdb.dwarf2/nonvar-access.exp: Likewise.
7502 * gdb.python/py-inferior.exp: Likewise.
7503 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7504
7505 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7506
7507 PR gdb/21226
7508 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7509 stack value pieces are taken from the LSB end.
7510
7511 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7512
7513 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7514 variable at nonzero offset.
7515
7516 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7517
7518 * gdb.dwarf2/var-access.c: New file.
7519 * gdb.dwarf2/var-access.exp: New test.
7520 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7521
7522 2017-06-12 Tom Tromey <tom@tromey.com>
7523
7524 * gdb.dwarf2/formdata16.exp: Add tests.
7525
7526 2017-06-12 Tom Tromey <tom@tromey.com>
7527
7528 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7529
7530 2017-06-12 Tom Tromey <tom@tromey.com>
7531
7532 PR exp/16225:
7533 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7534 * gdb.arch/vsx-regs.exp: Update tests.
7535 * gdb.arch/s390-vregs.exp (hex128): New proc.
7536 Update test.
7537 * gdb.arch/altivec-regs.exp: Update tests.
7538
7539 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7540
7541 * gdb.base/startup-with-shell.c: New file.
7542 * gdb.base/startup-with-shell.exp: Likewise.
7543
7544 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7545
7546 * gdb.server/non-existing-program.exp: Update regex in order to
7547 reflect the fact that gdbserver is now using fork_inferior (with a
7548 shell) to startup the inferior.
7549
7550 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7551
7552 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7553 support function calls from GDB.
7554
7555 2017-05-21 Tom Tromey <tom@tromey.com>
7556
7557 PR rust/21466:
7558 * gdb.rust/unsized.exp: New file.
7559 * gdb.rust/unsized.rs: New file.
7560
7561 2017-05-19 Tom Tromey <tom@tromey.com>
7562
7563 PR rust/21484:
7564 * gdb.rust/watch.exp: New file.
7565 * gdb.rust/watch.rs: New file.
7566
7567 2017-05-18 Tom Tromey <tom@tromey.com>
7568
7569 * gdb.rust/simple.exp: Allow Box to be qualified.
7570
7571 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7572
7573 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7574
7575 2017-05-18 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.base/fileio.c (test_write, test_read, test_close)
7578 (test_fstat): Don't print 'ret' in the fail path.
7579
7580 2017-05-18 Pedro Alves <palves@redhat.com>
7581
7582 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7583 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7584 (test_system, test_rename, test_unlink, test_time): Change
7585 prototypes.
7586 * gdb.base/fileio.exp (stop_msg): Adjust.
7587
7588 2017-05-18 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.base/fileio.c (null_str): New global.
7591 (test_stat): Use it.
7592 * gdb.base/fileio.exp: Remove nowarnings.
7593
7594 2017-05-17 Yao Qi <yao.qi@linaro.org>
7595
7596 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7597
7598 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7599
7600 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7601 argument command.
7602 (top-level): Invoke test_set_inferior_tty.
7603
7604 2017-05-04 Pedro Alves <palves@redhat.com>
7605
7606 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7607 Add parens to print call for Python 3.
7608
7609 2017-05-03 Keith Seitz <keiths@redhat.com>
7610
7611 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7612 (main): Call it.
7613
7614 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7615
7616 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7617 to prev and next.
7618
7619 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7620
7621 * gdb.python/py-record-btrace.exp: Remove test for
7622 gdb.BtraceInstruction.error.
7623
7624 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7625
7626 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7627
7628 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7629
7630 * gdb.python/py-record-btrace-threads.c: New file.
7631 * gdb.python/py-record-btrace-threads.exp: New file.
7632
7633 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7634
7635 PR testsuite/8595
7636 * gdb.base/environ.exp: Make test available in all architectures.
7637 Move bits related to "info program" testing to
7638 gdb.base/info-program.exp. Rewrite tests to use the two new
7639 procedures mentione below.
7640 (test_set_show_env_var) New procedure.
7641 (test_set_show_env_var_equal): Likewise.
7642 * gdb.base/info-program.exp: New file.
7643
7644 2017-04-27 Keith Seitz <keiths@redhat.com>
7645
7646 * gdb.cp/oranking.cc (test15): New function.
7647 (main): Call test15 and declare additional variables for testing.
7648 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7649 "p foo101('abc')" tests.
7650 Add tests for cv qualifier overloads.
7651 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7652 "lvalue reference overload" test.
7653 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7654 "print value of f1 on Child&& in f2" test.
7655
7656 2017-04-19 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7659 procedure.
7660 (top level): Call it.
7661 * lib/gdb.exp (gdb_define_cmd): New procedure.
7662
7663 2017-04-12 Pedro Alves <palves@redhat.com>
7664
7665 PR gdb/21323
7666 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7667 (wchar): New global.
7668 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7669 (do_test_wide_char, wide_char_types_no_program, top level): Add
7670 wchar_t testing.
7671
7672 2017-04-12 Pedro Alves <palves@redhat.com>
7673
7674 PR c++/21323
7675 * gdb.cp/wide_char_types.c: New file.
7676 * gdb.cp/wide_char_types.exp: New file.
7677
7678 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7679
7680 PR gdb/21352
7681 * gdb.trace/tsv.exp: Add test for "tsave -r".
7682
7683 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7684
7685 * gdb.dlang/watch-loc.c: New file.
7686 * gdb.dlang/watch-loc.exp: New file.
7687
7688 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7689
7690 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7691
7692 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7693
7694 * gdb.arch/arc-analyze-prologue.S: New file.
7695 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7696
7697 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7698
7699 * gdb.arch/arc-decode-insn.S: New file.
7700 * gdb.arch/arc-decode-insn.exp: Likewise.
7701
7702 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7703
7704 PR tdep/20928
7705 * gdb.arch/sparc64-regs.exp: New file.
7706 * gdb.arch/sparc64-regs.S: Likewise.
7707
7708 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7709
7710 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7711 and memory view on Python 3.
7712
7713 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7714 Keith Seitz <keiths@redhat.com>
7715
7716 PR gdb/14441
7717 * gdb.cp/demangle.exp: Add rvalue reference tests.
7718 * gdb.cp/rvalue-ref-casts.cc: New file.
7719 * gdb.cp/rvalue-ref-casts.exp: New file.
7720 * gdb.cp/rvalue-ref-overload.cc: New file.
7721 * gdb.cp/rvalue-ref-overload.exp: New file.
7722 * gdb.cp/rvalue-ref-params.cc: New file.
7723 * gdb.cp/rvalue-ref-params.exp: New file.
7724 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7725 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7726 * gdb.cp/rvalue-ref-types.cc: New file.
7727 * gdb.cp/rvalue-ref-types.exp: New file.
7728 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7729 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7730
7731 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7732
7733 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7734 New procedure.
7735
7736 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7737
7738 * lib/mi-support.exp (mi_gdb_test): Add additional message
7739 for unexpected output.
7740
7741 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7742
7743 * gdb.base/examine-backward.c (Barrier): New character array
7744 constant, to ensure that TestStrings is preceded by a string
7745 terminator.
7746
7747 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7748
7749 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7750 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7751 and implicit pointer into such a location.
7752
7753 2017-03-16 Doug Evans <dje@google.com>
7754
7755 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7756
7757 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7758
7759 * gdb.cp/m-static.exp: Fix expectation for prototype of
7760 test5.single_constructor and single_constructor::single_constructor.
7761
7762 2017-03-16 Doug Evans <dje@google.com>
7763
7764 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7765 * gdb.guile/scm-lazy-string.c: New file.
7766 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7767 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7768 for pointer, array, typedef lazy strings.
7769
7770 2017-03-16 Doug Evans <dje@google.com>
7771
7772 PR python/17728, python/18439, python/18779
7773 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7774 * gdb.python/py-lazy-string.c (pointer): New typedef.
7775 (main): New locals ptr, array, typedef_ptr.
7776 * gdb.python/py-value.exp: Move lazy string tests to ...
7777 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7778 array, typedef lazy strings.
7779
7780 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7781
7782 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7783 Add optional 'test' parameter.
7784
7785 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7786
7787 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7788 Skip for versions of DejaGnu < 1.5.
7789
7790 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7791
7792 * lib/gdb.exp (dejagnu_version): New proc.
7793 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7794 Use dejagnu_version.
7795
7796 2017-03-10 Keith Seitz <keiths@redhat.com>
7797
7798 PR c++/8128
7799 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7800 type from destructor regexps.
7801 Add a branch which actually passes the test.
7802 Adjust "ptype t5i" test names.
7803
7804 2017-03-08 Pedro Alves <palves@redhat.com>
7805
7806 * gdb.base/step-over-exit.exp: Add explicit test message.
7807
7808 2017-03-08 Pedro Alves <palves@redhat.com>
7809
7810 PR gdb/18360
7811 * gdb.threads/interrupt-while-step-over.c: New file.
7812 * gdb.threads/interrupt-while-step-over.exp: New file.
7813
7814 2017-03-08 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7817 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7818
7819 2017-03-08 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7822 PKRU as not supported as a PASS.
7823
7824 2017-03-08 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7827 prefix instead of $binfile1/$binfile2.
7828 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7829 in test message.
7830 * gdb.python/py-completion.exp: Use "load python file" as test
7831 messages instead of unstable path names.
7832
7833 2017-03-08 Pedro Alves <palves@redhat.com>
7834 Jan Kratochvil <jan.kratochvil@redhat.com>
7835
7836 PR cli/21218
7837 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7838 New proc.
7839 (top level): Call it.
7840
7841 2017-03-08 Pedro Alves <palves@redhat.com>
7842
7843 PR tui/21216
7844 * gdb.tui/tui-nl-filtered-output.exp: New file.
7845
7846 2017-03-08 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.base/completion.exp: Move TUI completion tests to ...
7849 * gdb.tui/completion.exp: ... this new file.
7850
7851 2017-03-08 Pedro Alves <palves@redhat.com>
7852
7853 * gdb.base/tui-disasm-long-lines.c,
7854 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7855 gdb.base/tui-layout.exp: Move to ...
7856 * gdb.tui/: ... this new directory.
7857
7858 2017-03-07 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.base/tui-layout.c: New file.
7861 * gdb.base/tui-layout.exp: New file.
7862
7863 2017-03-07 Pedro Alves <palves@redhat.com>
7864
7865 * gdb.base/tui-layout.c: Rename to ...
7866 * gdb.base/tui-disasm-long-lines.c: ... this.
7867 * gdb.base/tui-layout.exp: Rename to ...
7868 * gdb.base/tui-disasm-long-lines.exp: ... this.
7869
7870 2017-03-07 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7873
7874 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7875
7876 * i386-mpx-call.c: New file.
7877 * i386-mpx-call.exp: New file.
7878
7879 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7880
7881 * gdb.arch/powerpc-power.exp: Delete test.
7882 * gdb.arch/powerpc-power.s: Likewise.
7883 * gdb.disasm/disassembler-options.exp: New test.
7884 * gdb.arch/powerpc-altivec.exp: Likewise.
7885 * gdb.arch/powerpc-altivec.s: Likewise.
7886 * gdb.arch/powerpc-altivec2.exp: Likewise.
7887 * gdb.arch/powerpc-altivec2.s: Likewise.
7888 * gdb.arch/powerpc-altivec3.exp: Likewise.
7889 * gdb.arch/powerpc-altivec3.s: Likewise.
7890 * gdb.arch/powerpc-power7.exp: Likewise.
7891 * gdb.arch/powerpc-power7.s: Likewise.
7892 * gdb.arch/powerpc-power8.exp: Likewise.
7893 * gdb.arch/powerpc-power8.s: Likewise.
7894 * gdb.arch/powerpc-power9.exp: Likewise.
7895 * gdb.arch/powerpc-power9.s: Likewise.
7896 * gdb.arch/powerpc-vsx.exp: Likewise.
7897 * gdb.arch/powerpc-vsx.s: Likewise.
7898 * gdb.arch/powerpc-vsx2.exp: Likewise.
7899 * gdb.arch/powerpc-vsx2.s: Likewise.
7900 * gdb.arch/powerpc-vsx3.exp: Likewise.
7901 * gdb.arch/powerpc-vsx3.s: Likewise.
7902 * gdb.arch/arm-disassembler-options.exp: Likewise.
7903 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7904 * gdb.arch/s390-disassembler-options.exp: Likewise.
7905
7906 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7907
7908 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7909 (check_supported_features): ... this. Changed return type to void.
7910 (supports_rdseed): New static global.
7911 (rdseed): Check supports_rdseed.
7912 (initialize): Call check_supported_features.
7913
7914 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7915
7916 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7917 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7918 and lqarx/stqcx.
7919 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7920 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7921
7922 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7923
7924 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7925 uppercase.
7926
7927 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7928
7929 * gdb.dwarf2/formdata16.c: New file.
7930 * gdb.dwarf2/formdata16.exp: New file.
7931 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7932
7933 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7934
7935 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7936 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7937 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7938 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7939 DW_AT_GNU_*.
7940
7941 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7942
7943 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7944
7945 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7946
7947 PR gdb/21164
7948 * gdb.base/maint.exp: Add testcases for when the commands do
7949 not have arguments.
7950
7951 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7952
7953 * gdb.cp/chained-calls.exp: Use p instead of P.
7954
7955 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7956
7957 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7958 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7959
7960 2017-02-14 Tom Tromey <tom@tromey.com>
7961
7962 PR python/13598:
7963 * gdb.python/py-events.exp: Add before_prompt event tests.
7964
7965 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7966
7967 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7968
7969 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7970
7971 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7972 (main): Call my_unique_function_name.
7973 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7974 completion of patterns with a single match.
7975 Add missing -re switches to gdb_test_multiple calls.
7976
7977 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7978
7979 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7980 return if core file is not recognized.
7981
7982 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7983
7984 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7985 and extra UIs.
7986
7987 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7988
7989 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7990 proc_with_prefix.
7991
7992 2017-02-10 Tom Tromey <tom@tromey.com>
7993
7994 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7995
7996 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7997
7998 PR gdb/21122
7999 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8000
8001 2017-02-08 Jerome Guitton <guitton@adacore.com>
8002
8003 * gdb.base/define.exp: Add test for command abbreviations
8004 in define.
8005
8006 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8007
8008 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8009 * gdb.reverse/insn-reverse-x86.c: New file.
8010
8011 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8012
8013 PR tdep/20936
8014 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8015
8016 2017-02-03 Tom Tromey <tom@tromey.com>
8017
8018 PR rust/21097:
8019 * gdb.rust/simple.exp: Add new tests.
8020
8021 2017-02-02 Pedro Alves <palves@redhat.com>
8022
8023 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8024 tests.
8025
8026 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8027
8028 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8029 taking a 2-byte value out of a 4-byte DWARF implicit value on
8030 big-endian targets.
8031 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8032 logic. Add test cases for DW_OP_implicit.
8033
8034 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8035
8036 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8037
8038 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8039
8040 * gdb.btrace/enable.exp: Call gdb_exit before
8041 skip_gdbserver_tests.
8042
8043 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8044
8045 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8046 GDBFLAGS.
8047
8048 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8049
8050 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8051 the test is skipped.
8052 * gdb.btrace/data.exp: Likewise.
8053 * gdb.btrace/delta.exp: Likewise.
8054 * gdb.btrace/dlopen.exp: Likewise.
8055 * gdb.btrace/enable-running.exp: Likewise.
8056 * gdb.btrace/enable.exp: Likewise.
8057 * gdb.btrace/exception.exp: Likewise.
8058 * gdb.btrace/function_call_history.exp: Likewise.
8059 * gdb.btrace/gcore.exp: Likewise.
8060 * gdb.btrace/instruction_history.exp: Likewise.
8061 * gdb.btrace/multi-thread-step.exp: Likewise.
8062 * gdb.btrace/nohist.exp: Likewise.
8063 * gdb.btrace/non-stop.exp: Likewise.
8064 * gdb.btrace/reconnect.exp: Likewise.
8065 * gdb.btrace/record_goto-step.exp: Likewise.
8066 * gdb.btrace/record_goto.exp: Likewise.
8067 * gdb.btrace/rn-dl-bind.exp: Likewise.
8068 * gdb.btrace/segv.exp: Likewise.
8069 * gdb.btrace/step.exp: Likewise.
8070 * gdb.btrace/stepi.exp: Likewise.
8071 * gdb.btrace/tailcall-only.exp: Likewise.
8072 * gdb.btrace/tailcall.exp: Likewise.
8073 * gdb.btrace/tsx.exp: Likewise.
8074 * gdb.btrace/unknown_functions.exp: Likewise.
8075 * gdb.btrace/vdso.exp: Likewise.
8076
8077 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8078
8079 * gdb.btrace/enable-running.c: New.
8080 * gdb.btrace/enable-running.exp: New.
8081
8082 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8083
8084 * gdb.arch/amd64-gs_base.c: New file.
8085 * gdb.arch/amd64-gs_base.exp: New file.
8086
8087 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8088
8089 * lib/memory.exp: Remove spurious empty newlines.
8090
8091 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8092
8093 * gdb.python/py-bad-printers.exp: Load python file using "source".
8094 * gdb.python/py-events.exp: Likewise.
8095 * gdb.python/py-evsignal.exp: Likewise.
8096 * gdb.python/py-evthreads.exp: Likewise.
8097 * gdb.python/py-frame-args.exp: Likewise.
8098 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8099 * gdb.python/py-framefilter-mi.exp: Likewise.
8100 * gdb.python/py-framefilter.exp: Likewise.
8101 * gdb.python/py-mi.exp: Likewise.
8102 * gdb.python/py-pp-maint.exp: Likewise.
8103 * gdb.python/py-pp-registration.exp: Likewise.
8104 * gdb.python/py-prettyprint.exp: Likewise.
8105 (run_lang_tests): Likewise.
8106 * gdb.python/py-typeprint.exp: Likewise.
8107
8108 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8109
8110 * lib/memory.exp: New file.
8111 * lib/gdb.exp: Load memory.exp.
8112 * gdb.base/memattr.exp (delete_memory): Move proc to
8113 lib/memory.exp and rename to delete_memory_regions.
8114 Replace delete_memory with delete_memory_regions.
8115 Cleanup memory regions before tests.
8116 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8117 before tests.
8118
8119 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8120
8121 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8122 files.
8123 (initialize): New function conditionally defined.
8124 (testcases): Move within conditional block.
8125 (main): Call initialize.
8126 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8127 of gdb.reverse/insn-reverse.c.
8128 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8129 gdb.reverse/insn-reverse.c.
8130
8131 2017-01-26 Yao Qi <yao.qi@linaro.org>
8132
8133 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8134 disassemble on address 0.
8135
8136 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8137 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8140 * gdb.dwarf2/implptr-64bit.S: Remove.
8141 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8142 variables in caller's context. Add DW_OP_implicit_value.
8143
8144 2017-01-25 Yao Qi <yao.qi@linaro.org>
8145
8146 * lib/dwarf.exp (Dwarf::_location): Handle
8147 DW_OP_GNU_implicit_pointer with proper size.
8148
8149 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8150
8151 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8152 and add untested calls.
8153
8154 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8155
8156 * gdb.python/python.exp: Check line number against what GDB thinks
8157 the line number is for func1.
8158
8159 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8160
8161 * gdb.dlang/debug-expr.exp: New file.
8162
8163 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8164
8165 Fix test names for the following files:
8166
8167 * gdb.ada/exec_changed.exp
8168 * gdb.ada/info_types.exp
8169 * gdb.arch/aarch64-atomic-inst.exp
8170 * gdb.arch/aarch64-fp.exp
8171 * gdb.arch/altivec-abi.exp
8172 * gdb.arch/altivec-regs.exp
8173 * gdb.arch/amd64-byte.exp
8174 * gdb.arch/amd64-disp-step.exp
8175 * gdb.arch/amd64-dword.exp
8176 * gdb.arch/amd64-entry-value-inline.exp
8177 * gdb.arch/amd64-entry-value-param.exp
8178 * gdb.arch/amd64-entry-value-paramref.exp
8179 * gdb.arch/amd64-entry-value.exp
8180 * gdb.arch/amd64-i386-address.exp
8181 * gdb.arch/amd64-invalid-stack-middle.exp
8182 * gdb.arch/amd64-invalid-stack-top.exp
8183 * gdb.arch/amd64-optimout-repeat.exp
8184 * gdb.arch/amd64-prologue-skip.exp
8185 * gdb.arch/amd64-prologue-xmm.exp
8186 * gdb.arch/amd64-stap-special-operands.exp
8187 * gdb.arch/amd64-stap-wrong-subexp.exp
8188 * gdb.arch/amd64-tailcall-cxx.exp
8189 * gdb.arch/amd64-tailcall-noret.exp
8190 * gdb.arch/amd64-tailcall-ret.exp
8191 * gdb.arch/amd64-tailcall-self.exp
8192 * gdb.arch/amd64-word.exp
8193 * gdb.arch/arm-bl-branch-dest.exp
8194 * gdb.arch/arm-disp-step.exp
8195 * gdb.arch/arm-neon.exp
8196 * gdb.arch/arm-single-step-kernel-helper.exp
8197 * gdb.arch/avr-flash-qualifier.exp
8198 * gdb.arch/disp-step-insn-reloc.exp
8199 * gdb.arch/e500-abi.exp
8200 * gdb.arch/e500-regs.exp
8201 * gdb.arch/ftrace-insn-reloc.exp
8202 * gdb.arch/i386-avx512.exp
8203 * gdb.arch/i386-bp_permanent.exp
8204 * gdb.arch/i386-byte.exp
8205 * gdb.arch/i386-cfi-notcurrent.exp
8206 * gdb.arch/i386-disp-step.exp
8207 * gdb.arch/i386-dr3-watch.exp
8208 * gdb.arch/i386-float.exp
8209 * gdb.arch/i386-gnu-cfi.exp
8210 * gdb.arch/i386-mpx-map.exp
8211 * gdb.arch/i386-mpx-sigsegv.exp
8212 * gdb.arch/i386-mpx-simple_segv.exp
8213 * gdb.arch/i386-mpx.exp
8214 * gdb.arch/i386-permbkpt.exp
8215 * gdb.arch/i386-prologue.exp
8216 * gdb.arch/i386-signal.exp
8217 * gdb.arch/i386-size-overlap.exp
8218 * gdb.arch/i386-unwind.exp
8219 * gdb.arch/i386-word.exp
8220 * gdb.arch/mips-fcr.exp
8221 * gdb.arch/powerpc-d128-regs.exp
8222 * gdb.arch/powerpc-stackless.exp
8223 * gdb.arch/ppc64-atomic-inst.exp
8224 * gdb.arch/s390-stackless.exp
8225 * gdb.arch/s390-tdbregs.exp
8226 * gdb.arch/s390-vregs.exp
8227 * gdb.arch/sparc-sysstep.exp
8228 * gdb.arch/thumb-bx-pc.exp
8229 * gdb.arch/thumb-singlestep.exp
8230 * gdb.arch/thumb2-it.exp
8231 * gdb.arch/vsx-regs.exp
8232 * gdb.asm/asm-source.exp
8233 * gdb.base/a2-run.exp
8234 * gdb.base/advance.exp
8235 * gdb.base/all-bin.exp
8236 * gdb.base/anon.exp
8237 * gdb.base/args.exp
8238 * gdb.base/arithmet.exp
8239 * gdb.base/async-shell.exp
8240 * gdb.base/async.exp
8241 * gdb.base/attach-pie-noexec.exp
8242 * gdb.base/attach-twice.exp
8243 * gdb.base/auto-load.exp
8244 * gdb.base/bang.exp
8245 * gdb.base/bitfields.exp
8246 * gdb.base/break-always.exp
8247 * gdb.base/break-caller-line.exp
8248 * gdb.base/break-entry.exp
8249 * gdb.base/break-inline.exp
8250 * gdb.base/break-on-linker-gcd-function.exp
8251 * gdb.base/break-probes.exp
8252 * gdb.base/break.exp
8253 * gdb.base/breakpoint-shadow.exp
8254 * gdb.base/call-ar-st.exp
8255 * gdb.base/call-sc.exp
8256 * gdb.base/call-signal-resume.exp
8257 * gdb.base/call-strs.exp
8258 * gdb.base/callfuncs.exp
8259 * gdb.base/catch-fork-static.exp
8260 * gdb.base/catch-gdb-caused-signals.exp
8261 * gdb.base/catch-load.exp
8262 * gdb.base/catch-signal-fork.exp
8263 * gdb.base/catch-signal.exp
8264 * gdb.base/catch-syscall.exp
8265 * gdb.base/charset.exp
8266 * gdb.base/checkpoint.exp
8267 * gdb.base/chng-syms.exp
8268 * gdb.base/code-expr.exp
8269 * gdb.base/code_elim.exp
8270 * gdb.base/commands.exp
8271 * gdb.base/completion.exp
8272 * gdb.base/complex.exp
8273 * gdb.base/cond-expr.exp
8274 * gdb.base/condbreak.exp
8275 * gdb.base/consecutive.exp
8276 * gdb.base/continue-all-already-running.exp
8277 * gdb.base/coredump-filter.exp
8278 * gdb.base/corefile.exp
8279 * gdb.base/dbx.exp
8280 * gdb.base/debug-expr.exp
8281 * gdb.base/define.exp
8282 * gdb.base/del.exp
8283 * gdb.base/disabled-location.exp
8284 * gdb.base/disasm-end-cu.exp
8285 * gdb.base/disasm-optim.exp
8286 * gdb.base/display.exp
8287 * gdb.base/duplicate-bp.exp
8288 * gdb.base/ena-dis-br.exp
8289 * gdb.base/ending-run.exp
8290 * gdb.base/enumval.exp
8291 * gdb.base/environ.exp
8292 * gdb.base/eu-strip-infcall.exp
8293 * gdb.base/eval-avoid-side-effects.exp
8294 * gdb.base/eval-skip.exp
8295 * gdb.base/exitsignal.exp
8296 * gdb.base/expand-psymtabs.exp
8297 * gdb.base/filesym.exp
8298 * gdb.base/find-unmapped.exp
8299 * gdb.base/finish.exp
8300 * gdb.base/float.exp
8301 * gdb.base/foll-exec-mode.exp
8302 * gdb.base/foll-exec.exp
8303 * gdb.base/foll-fork.exp
8304 * gdb.base/fortran-sym-case.exp
8305 * gdb.base/freebpcmd.exp
8306 * gdb.base/func-ptr.exp
8307 * gdb.base/func-ptrs.exp
8308 * gdb.base/funcargs.exp
8309 * gdb.base/gcore-buffer-overflow.exp
8310 * gdb.base/gcore-relro-pie.exp
8311 * gdb.base/gcore-relro.exp
8312 * gdb.base/gcore.exp
8313 * gdb.base/gdb1090.exp
8314 * gdb.base/gdb11530.exp
8315 * gdb.base/gdb11531.exp
8316 * gdb.base/gdb1821.exp
8317 * gdb.base/gdbindex-stabs.exp
8318 * gdb.base/gdbvars.exp
8319 * gdb.base/hbreak.exp
8320 * gdb.base/hbreak2.exp
8321 * gdb.base/included.exp
8322 * gdb.base/infcall-input.exp
8323 * gdb.base/inferior-died.exp
8324 * gdb.base/infnan.exp
8325 * gdb.base/info-macros.exp
8326 * gdb.base/info-os.exp
8327 * gdb.base/info-proc.exp
8328 * gdb.base/info-shared.exp
8329 * gdb.base/info-target.exp
8330 * gdb.base/infoline.exp
8331 * gdb.base/interp.exp
8332 * gdb.base/interrupt.exp
8333 * gdb.base/jit-reader.exp
8334 * gdb.base/jit-simple.exp
8335 * gdb.base/kill-after-signal.exp
8336 * gdb.base/kill-detach-inferiors-cmd.exp
8337 * gdb.base/label.exp
8338 * gdb.base/langs.exp
8339 * gdb.base/ldbl_e308.exp
8340 * gdb.base/line-symtabs.exp
8341 * gdb.base/linespecs.exp
8342 * gdb.base/list.exp
8343 * gdb.base/long_long.exp
8344 * gdb.base/longest-types.exp
8345 * gdb.base/maint.exp
8346 * gdb.base/max-value-size.exp
8347 * gdb.base/memattr.exp
8348 * gdb.base/mips_pro.exp
8349 * gdb.base/morestack.exp
8350 * gdb.base/moribund-step.exp
8351 * gdb.base/multi-forks.exp
8352 * gdb.base/nested-addr.exp
8353 * gdb.base/nextoverexit.exp
8354 * gdb.base/noreturn-finish.exp
8355 * gdb.base/noreturn-return.exp
8356 * gdb.base/nostdlib.exp
8357 * gdb.base/offsets.exp
8358 * gdb.base/opaque.exp
8359 * gdb.base/pc-fp.exp
8360 * gdb.base/permissions.exp
8361 * gdb.base/print-symbol-loading.exp
8362 * gdb.base/prologue-include.exp
8363 * gdb.base/psymtab.exp
8364 * gdb.base/ptype.exp
8365 * gdb.base/random-signal.exp
8366 * gdb.base/randomize.exp
8367 * gdb.base/range-stepping.exp
8368 * gdb.base/readline-ask.exp
8369 * gdb.base/recpar.exp
8370 * gdb.base/recurse.exp
8371 * gdb.base/relational.exp
8372 * gdb.base/restore.exp
8373 * gdb.base/return-nodebug.exp
8374 * gdb.base/return.exp
8375 * gdb.base/run-after-attach.exp
8376 * gdb.base/save-bp.exp
8377 * gdb.base/scope.exp
8378 * gdb.base/sect-cmd.exp
8379 * gdb.base/set-lang-auto.exp
8380 * gdb.base/set-noassign.exp
8381 * gdb.base/setvar.exp
8382 * gdb.base/sigall.exp
8383 * gdb.base/sigbpt.exp
8384 * gdb.base/siginfo-addr.exp
8385 * gdb.base/siginfo-infcall.exp
8386 * gdb.base/siginfo-obj.exp
8387 * gdb.base/siginfo.exp
8388 * gdb.base/signals-state-child.exp
8389 * gdb.base/signest.exp
8390 * gdb.base/sigstep.exp
8391 * gdb.base/sizeof.exp
8392 * gdb.base/skip.exp
8393 * gdb.base/solib-corrupted.exp
8394 * gdb.base/solib-nodir.exp
8395 * gdb.base/solib-search.exp
8396 * gdb.base/stack-checking.exp
8397 * gdb.base/stale-infcall.exp
8398 * gdb.base/stap-probe.exp
8399 * gdb.base/start.exp
8400 * gdb.base/step-break.exp
8401 * gdb.base/step-bt.exp
8402 * gdb.base/step-line.exp
8403 * gdb.base/step-over-exit.exp
8404 * gdb.base/step-over-syscall.exp
8405 * gdb.base/step-resume-infcall.exp
8406 * gdb.base/step-test.exp
8407 * gdb.base/store.exp
8408 * gdb.base/structs3.exp
8409 * gdb.base/sym-file.exp
8410 * gdb.base/symbol-without-target_section.exp
8411 * gdb.base/term.exp
8412 * gdb.base/testenv.exp
8413 * gdb.base/ui-redirect.exp
8414 * gdb.base/until.exp
8415 * gdb.base/unwindonsignal.exp
8416 * gdb.base/value-double-free.exp
8417 * gdb.base/vla-datatypes.exp
8418 * gdb.base/vla-ptr.exp
8419 * gdb.base/vla-sideeffect.exp
8420 * gdb.base/volatile.exp
8421 * gdb.base/watch-cond-infcall.exp
8422 * gdb.base/watch-cond.exp
8423 * gdb.base/watch-non-mem.exp
8424 * gdb.base/watch-read.exp
8425 * gdb.base/watch-vfork.exp
8426 * gdb.base/watchpoint-cond-gone.exp
8427 * gdb.base/watchpoint-delete.exp
8428 * gdb.base/watchpoint-hw-hit-once.exp
8429 * gdb.base/watchpoint-hw.exp
8430 * gdb.base/watchpoint-stops-at-right-insn.exp
8431 * gdb.base/watchpoints.exp
8432 * gdb.base/wchar.exp
8433 * gdb.base/whatis-exp.exp
8434 * gdb.btrace/buffer-size.exp
8435 * gdb.btrace/data.exp
8436 * gdb.btrace/delta.exp
8437 * gdb.btrace/dlopen.exp
8438 * gdb.btrace/enable.exp
8439 * gdb.btrace/exception.exp
8440 * gdb.btrace/function_call_history.exp
8441 * gdb.btrace/gcore.exp
8442 * gdb.btrace/instruction_history.exp
8443 * gdb.btrace/nohist.exp
8444 * gdb.btrace/reconnect.exp
8445 * gdb.btrace/record_goto-step.exp
8446 * gdb.btrace/record_goto.exp
8447 * gdb.btrace/rn-dl-bind.exp
8448 * gdb.btrace/segv.exp
8449 * gdb.btrace/step.exp
8450 * gdb.btrace/stepi.exp
8451 * gdb.btrace/tailcall-only.exp
8452 * gdb.btrace/tailcall.exp
8453 * gdb.btrace/tsx.exp
8454 * gdb.btrace/unknown_functions.exp
8455 * gdb.btrace/vdso.exp
8456 * gdb.compile/compile-ifunc.exp
8457 * gdb.compile/compile-ops.exp
8458 * gdb.compile/compile-print.exp
8459 * gdb.compile/compile-setjmp.exp
8460 * gdb.cp/abstract-origin.exp
8461 * gdb.cp/ambiguous.exp
8462 * gdb.cp/annota2.exp
8463 * gdb.cp/annota3.exp
8464 * gdb.cp/anon-ns.exp
8465 * gdb.cp/anon-struct.exp
8466 * gdb.cp/anon-union.exp
8467 * gdb.cp/arg-reference.exp
8468 * gdb.cp/baseenum.exp
8469 * gdb.cp/bool.exp
8470 * gdb.cp/breakpoint.exp
8471 * gdb.cp/bs15503.exp
8472 * gdb.cp/call-c.exp
8473 * gdb.cp/casts.exp
8474 * gdb.cp/chained-calls.exp
8475 * gdb.cp/class2.exp
8476 * gdb.cp/classes.exp
8477 * gdb.cp/cmpd-minsyms.exp
8478 * gdb.cp/converts.exp
8479 * gdb.cp/cp-relocate.exp
8480 * gdb.cp/cpcompletion.exp
8481 * gdb.cp/cpexprs.exp
8482 * gdb.cp/cplabel.exp
8483 * gdb.cp/cplusfuncs.exp
8484 * gdb.cp/cpsizeof.exp
8485 * gdb.cp/ctti.exp
8486 * gdb.cp/derivation.exp
8487 * gdb.cp/destrprint.exp
8488 * gdb.cp/dispcxx.exp
8489 * gdb.cp/enum-class.exp
8490 * gdb.cp/exception.exp
8491 * gdb.cp/exceptprint.exp
8492 * gdb.cp/expand-psymtabs-cxx.exp
8493 * gdb.cp/expand-sals.exp
8494 * gdb.cp/extern-c.exp
8495 * gdb.cp/filename.exp
8496 * gdb.cp/formatted-ref.exp
8497 * gdb.cp/fpointer.exp
8498 * gdb.cp/gdb1355.exp
8499 * gdb.cp/gdb2495.exp
8500 * gdb.cp/hang.exp
8501 * gdb.cp/impl-this.exp
8502 * gdb.cp/infcall-dlopen.exp
8503 * gdb.cp/inherit.exp
8504 * gdb.cp/iostream.exp
8505 * gdb.cp/koenig.exp
8506 * gdb.cp/local.exp
8507 * gdb.cp/m-data.exp
8508 * gdb.cp/m-static.exp
8509 * gdb.cp/mb-ctor.exp
8510 * gdb.cp/mb-inline.exp
8511 * gdb.cp/mb-templates.exp
8512 * gdb.cp/member-name.exp
8513 * gdb.cp/member-ptr.exp
8514 * gdb.cp/meth-typedefs.exp
8515 * gdb.cp/method.exp
8516 * gdb.cp/method2.exp
8517 * gdb.cp/minsym-fallback.exp
8518 * gdb.cp/misc.exp
8519 * gdb.cp/namelessclass.exp
8520 * gdb.cp/namespace-enum.exp
8521 * gdb.cp/namespace-nested-import.exp
8522 * gdb.cp/namespace.exp
8523 * gdb.cp/nextoverthrow.exp
8524 * gdb.cp/no-dmgl-verbose.exp
8525 * gdb.cp/non-trivial-retval.exp
8526 * gdb.cp/noparam.exp
8527 * gdb.cp/nsdecl.exp
8528 * gdb.cp/nsimport.exp
8529 * gdb.cp/nsnested.exp
8530 * gdb.cp/nsnoimports.exp
8531 * gdb.cp/nsrecurs.exp
8532 * gdb.cp/nsstress.exp
8533 * gdb.cp/nsusing.exp
8534 * gdb.cp/operator.exp
8535 * gdb.cp/oranking.exp
8536 * gdb.cp/overload-const.exp
8537 * gdb.cp/overload.exp
8538 * gdb.cp/ovldbreak.exp
8539 * gdb.cp/ovsrch.exp
8540 * gdb.cp/paren-type.exp
8541 * gdb.cp/parse-lang.exp
8542 * gdb.cp/pass-by-ref.exp
8543 * gdb.cp/pr-1023.exp
8544 * gdb.cp/pr-1210.exp
8545 * gdb.cp/pr-574.exp
8546 * gdb.cp/pr10687.exp
8547 * gdb.cp/pr12028.exp
8548 * gdb.cp/pr17132.exp
8549 * gdb.cp/pr17494.exp
8550 * gdb.cp/pr9067.exp
8551 * gdb.cp/pr9167.exp
8552 * gdb.cp/pr9631.exp
8553 * gdb.cp/printmethod.exp
8554 * gdb.cp/psmang.exp
8555 * gdb.cp/psymtab-parameter.exp
8556 * gdb.cp/ptype-cv-cp.exp
8557 * gdb.cp/ptype-flags.exp
8558 * gdb.cp/re-set-overloaded.exp
8559 * gdb.cp/ref-types.exp
8560 * gdb.cp/rtti.exp
8561 * gdb.cp/scope-err.exp
8562 * gdb.cp/shadow.exp
8563 * gdb.cp/smartp.exp
8564 * gdb.cp/static-method.exp
8565 * gdb.cp/static-print-quit.exp
8566 * gdb.cp/temargs.exp
8567 * gdb.cp/templates.exp
8568 * gdb.cp/try_catch.exp
8569 * gdb.cp/typedef-operator.exp
8570 * gdb.cp/typeid.exp
8571 * gdb.cp/userdef.exp
8572 * gdb.cp/using-crash.exp
8573 * gdb.cp/var-tag.exp
8574 * gdb.cp/virtbase.exp
8575 * gdb.cp/virtfunc.exp
8576 * gdb.cp/virtfunc2.exp
8577 * gdb.cp/vla-cxx.exp
8578 * gdb.disasm/t01_mov.exp
8579 * gdb.disasm/t02_mova.exp
8580 * gdb.disasm/t03_add.exp
8581 * gdb.disasm/t04_sub.exp
8582 * gdb.disasm/t05_cmp.exp
8583 * gdb.disasm/t06_ari2.exp
8584 * gdb.disasm/t07_ari3.exp
8585 * gdb.disasm/t08_or.exp
8586 * gdb.disasm/t09_xor.exp
8587 * gdb.disasm/t10_and.exp
8588 * gdb.disasm/t11_logs.exp
8589 * gdb.disasm/t12_bit.exp
8590 * gdb.disasm/t13_otr.exp
8591 * gdb.dlang/circular.exp
8592 * gdb.dwarf2/arr-stride.exp
8593 * gdb.dwarf2/arr-subrange.exp
8594 * gdb.dwarf2/atomic-type.exp
8595 * gdb.dwarf2/bad-regnum.exp
8596 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8597 * gdb.dwarf2/callframecfa.exp
8598 * gdb.dwarf2/clztest.exp
8599 * gdb.dwarf2/corrupt.exp
8600 * gdb.dwarf2/data-loc.exp
8601 * gdb.dwarf2/dup-psym.exp
8602 * gdb.dwarf2/dw2-anon-mptr.exp
8603 * gdb.dwarf2/dw2-anonymous-func.exp
8604 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8605 * gdb.dwarf2/dw2-bad-unresolved.exp
8606 * gdb.dwarf2/dw2-basic.exp
8607 * gdb.dwarf2/dw2-canonicalize-type.exp
8608 * gdb.dwarf2/dw2-case-insensitive.exp
8609 * gdb.dwarf2/dw2-common-block.exp
8610 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8611 * gdb.dwarf2/dw2-compressed.exp
8612 * gdb.dwarf2/dw2-const.exp
8613 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8614 * gdb.dwarf2/dw2-cu-size.exp
8615 * gdb.dwarf2/dw2-dup-frame.exp
8616 * gdb.dwarf2/dw2-entry-value.exp
8617 * gdb.dwarf2/dw2-icycle.exp
8618 * gdb.dwarf2/dw2-ifort-parameter.exp
8619 * gdb.dwarf2/dw2-inline-break.exp
8620 * gdb.dwarf2/dw2-inline-param.exp
8621 * gdb.dwarf2/dw2-intercu.exp
8622 * gdb.dwarf2/dw2-intermix.exp
8623 * gdb.dwarf2/dw2-lexical-block-bare.exp
8624 * gdb.dwarf2/dw2-linkage-name-trust.exp
8625 * gdb.dwarf2/dw2-minsym-in-cu.exp
8626 * gdb.dwarf2/dw2-noloc.exp
8627 * gdb.dwarf2/dw2-op-call.exp
8628 * gdb.dwarf2/dw2-op-out-param.exp
8629 * gdb.dwarf2/dw2-opt-structptr.exp
8630 * gdb.dwarf2/dw2-param-error.exp
8631 * gdb.dwarf2/dw2-producer.exp
8632 * gdb.dwarf2/dw2-ranges-base.exp
8633 * gdb.dwarf2/dw2-ref-missing-frame.exp
8634 * gdb.dwarf2/dw2-reg-undefined.exp
8635 * gdb.dwarf2/dw2-regno-invalid.exp
8636 * gdb.dwarf2/dw2-restore.exp
8637 * gdb.dwarf2/dw2-restrict.exp
8638 * gdb.dwarf2/dw2-single-line-discriminators.exp
8639 * gdb.dwarf2/dw2-strp.exp
8640 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8641 * gdb.dwarf2/dw2-unresolved.exp
8642 * gdb.dwarf2/dw2-var-zero-addr.exp
8643 * gdb.dwarf2/dw4-sig-types.exp
8644 * gdb.dwarf2/dwz.exp
8645 * gdb.dwarf2/dynarr-ptr.exp
8646 * gdb.dwarf2/enum-type.exp
8647 * gdb.dwarf2/gdb-index.exp
8648 * gdb.dwarf2/implptr-64bit.exp
8649 * gdb.dwarf2/implptr-optimized-out.exp
8650 * gdb.dwarf2/implptr.exp
8651 * gdb.dwarf2/implref-array.exp
8652 * gdb.dwarf2/implref-const.exp
8653 * gdb.dwarf2/implref-global.exp
8654 * gdb.dwarf2/implref-struct.exp
8655 * gdb.dwarf2/mac-fileno.exp
8656 * gdb.dwarf2/main-subprogram.exp
8657 * gdb.dwarf2/member-ptr-forwardref.exp
8658 * gdb.dwarf2/method-ptr.exp
8659 * gdb.dwarf2/missing-sig-type.exp
8660 * gdb.dwarf2/nonvar-access.exp
8661 * gdb.dwarf2/opaque-type-lookup.exp
8662 * gdb.dwarf2/pieces-optimized-out.exp
8663 * gdb.dwarf2/pieces.exp
8664 * gdb.dwarf2/pr10770.exp
8665 * gdb.dwarf2/pr13961.exp
8666 * gdb.dwarf2/staticvirtual.exp
8667 * gdb.dwarf2/subrange.exp
8668 * gdb.dwarf2/symtab-producer.exp
8669 * gdb.dwarf2/trace-crash.exp
8670 * gdb.dwarf2/typeddwarf.exp
8671 * gdb.dwarf2/valop.exp
8672 * gdb.dwarf2/watch-notconst.exp
8673 * gdb.fortran/array-element.exp
8674 * gdb.fortran/charset.exp
8675 * gdb.fortran/common-block.exp
8676 * gdb.fortran/complex.exp
8677 * gdb.fortran/derived-type-function.exp
8678 * gdb.fortran/derived-type.exp
8679 * gdb.fortran/logical.exp
8680 * gdb.fortran/module.exp
8681 * gdb.fortran/multi-dim.exp
8682 * gdb.fortran/nested-funcs.exp
8683 * gdb.fortran/print-formatted.exp
8684 * gdb.fortran/subarray.exp
8685 * gdb.fortran/vla-alloc-assoc.exp
8686 * gdb.fortran/vla-datatypes.exp
8687 * gdb.fortran/vla-history.exp
8688 * gdb.fortran/vla-ptr-info.exp
8689 * gdb.fortran/vla-ptype-sub.exp
8690 * gdb.fortran/vla-ptype.exp
8691 * gdb.fortran/vla-sizeof.exp
8692 * gdb.fortran/vla-type.exp
8693 * gdb.fortran/vla-value-sub-arbitrary.exp
8694 * gdb.fortran/vla-value-sub-finish.exp
8695 * gdb.fortran/vla-value-sub.exp
8696 * gdb.fortran/vla-value.exp
8697 * gdb.fortran/whatis_type.exp
8698 * gdb.go/chan.exp
8699 * gdb.go/handcall.exp
8700 * gdb.go/hello.exp
8701 * gdb.go/integers.exp
8702 * gdb.go/methods.exp
8703 * gdb.go/package.exp
8704 * gdb.go/strings.exp
8705 * gdb.go/types.exp
8706 * gdb.go/unsafe.exp
8707 * gdb.guile/scm-arch.exp
8708 * gdb.guile/scm-block.exp
8709 * gdb.guile/scm-breakpoint.exp
8710 * gdb.guile/scm-cmd.exp
8711 * gdb.guile/scm-disasm.exp
8712 * gdb.guile/scm-equal.exp
8713 * gdb.guile/scm-frame-args.exp
8714 * gdb.guile/scm-frame-inline.exp
8715 * gdb.guile/scm-frame.exp
8716 * gdb.guile/scm-iterator.exp
8717 * gdb.guile/scm-math.exp
8718 * gdb.guile/scm-objfile.exp
8719 * gdb.guile/scm-ports.exp
8720 * gdb.guile/scm-symbol.exp
8721 * gdb.guile/scm-symtab.exp
8722 * gdb.guile/scm-value-cc.exp
8723 * gdb.guile/types-module.exp
8724 * gdb.linespec/break-ask.exp
8725 * gdb.linespec/cpexplicit.exp
8726 * gdb.linespec/explicit.exp
8727 * gdb.linespec/keywords.exp
8728 * gdb.linespec/linespec.exp
8729 * gdb.linespec/ls-dollar.exp
8730 * gdb.linespec/ls-errs.exp
8731 * gdb.linespec/skip-two.exp
8732 * gdb.linespec/thread.exp
8733 * gdb.mi/mi-async.exp
8734 * gdb.mi/mi-basics.exp
8735 * gdb.mi/mi-break.exp
8736 * gdb.mi/mi-catch-load.exp
8737 * gdb.mi/mi-cli.exp
8738 * gdb.mi/mi-cmd-param-changed.exp
8739 * gdb.mi/mi-console.exp
8740 * gdb.mi/mi-detach.exp
8741 * gdb.mi/mi-disassemble.exp
8742 * gdb.mi/mi-eval.exp
8743 * gdb.mi/mi-file-transfer.exp
8744 * gdb.mi/mi-file.exp
8745 * gdb.mi/mi-fill-memory.exp
8746 * gdb.mi/mi-inheritance-syntax-error.exp
8747 * gdb.mi/mi-linespec-err-cp.exp
8748 * gdb.mi/mi-logging.exp
8749 * gdb.mi/mi-memory-changed.exp
8750 * gdb.mi/mi-read-memory.exp
8751 * gdb.mi/mi-record-changed.exp
8752 * gdb.mi/mi-reg-undefined.exp
8753 * gdb.mi/mi-regs.exp
8754 * gdb.mi/mi-return.exp
8755 * gdb.mi/mi-reverse.exp
8756 * gdb.mi/mi-simplerun.exp
8757 * gdb.mi/mi-solib.exp
8758 * gdb.mi/mi-stack.exp
8759 * gdb.mi/mi-stepi.exp
8760 * gdb.mi/mi-syn-frame.exp
8761 * gdb.mi/mi-until.exp
8762 * gdb.mi/mi-var-block.exp
8763 * gdb.mi/mi-var-child.exp
8764 * gdb.mi/mi-var-cmd.exp
8765 * gdb.mi/mi-var-cp.exp
8766 * gdb.mi/mi-var-display.exp
8767 * gdb.mi/mi-var-invalidate.exp
8768 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8769 * gdb.mi/mi-vla-fortran.exp
8770 * gdb.mi/mi-watch.exp
8771 * gdb.mi/mi2-var-child.exp
8772 * gdb.mi/user-selected-context-sync.exp
8773 * gdb.modula2/unbounded-array.exp
8774 * gdb.multi/dummy-frame-restore.exp
8775 * gdb.multi/multi-arch-exec.exp
8776 * gdb.multi/multi-arch.exp
8777 * gdb.multi/tids.exp
8778 * gdb.multi/watchpoint-multi.exp
8779 * gdb.opencl/callfuncs.exp
8780 * gdb.opencl/convs_casts.exp
8781 * gdb.opencl/datatypes.exp
8782 * gdb.opencl/operators.exp
8783 * gdb.opencl/vec_comps.exp
8784 * gdb.opt/clobbered-registers-O2.exp
8785 * gdb.opt/inline-break.exp
8786 * gdb.opt/inline-bt.exp
8787 * gdb.opt/inline-cmds.exp
8788 * gdb.opt/inline-locals.exp
8789 * gdb.pascal/case-insensitive-symbols.exp
8790 * gdb.pascal/floats.exp
8791 * gdb.pascal/gdb11492.exp
8792 * gdb.python/lib-types.exp
8793 * gdb.python/py-arch.exp
8794 * gdb.python/py-as-string.exp
8795 * gdb.python/py-bad-printers.exp
8796 * gdb.python/py-block.exp
8797 * gdb.python/py-breakpoint-create-fail.exp
8798 * gdb.python/py-breakpoint.exp
8799 * gdb.python/py-caller-is.exp
8800 * gdb.python/py-cmd.exp
8801 * gdb.python/py-explore-cc.exp
8802 * gdb.python/py-explore.exp
8803 * gdb.python/py-finish-breakpoint.exp
8804 * gdb.python/py-finish-breakpoint2.exp
8805 * gdb.python/py-frame-args.exp
8806 * gdb.python/py-frame-inline.exp
8807 * gdb.python/py-frame.exp
8808 * gdb.python/py-framefilter-mi.exp
8809 * gdb.python/py-infthread.exp
8810 * gdb.python/py-lazy-string.exp
8811 * gdb.python/py-linetable.exp
8812 * gdb.python/py-mi-events.exp
8813 * gdb.python/py-mi-objfile.exp
8814 * gdb.python/py-mi.exp
8815 * gdb.python/py-objfile.exp
8816 * gdb.python/py-pp-integral.exp
8817 * gdb.python/py-pp-maint.exp
8818 * gdb.python/py-pp-re-notag.exp
8819 * gdb.python/py-pp-registration.exp
8820 * gdb.python/py-recurse-unwind.exp
8821 * gdb.python/py-strfns.exp
8822 * gdb.python/py-symbol.exp
8823 * gdb.python/py-symtab.exp
8824 * gdb.python/py-sync-interp.exp
8825 * gdb.python/py-typeprint.exp
8826 * gdb.python/py-unwind-maint.exp
8827 * gdb.python/py-unwind.exp
8828 * gdb.python/py-value-cc.exp
8829 * gdb.python/py-xmethods.exp
8830 * gdb.reverse/amd64-tailcall-reverse.exp
8831 * gdb.reverse/break-precsave.exp
8832 * gdb.reverse/break-reverse.exp
8833 * gdb.reverse/consecutive-precsave.exp
8834 * gdb.reverse/consecutive-reverse.exp
8835 * gdb.reverse/finish-precsave.exp
8836 * gdb.reverse/finish-reverse-bkpt.exp
8837 * gdb.reverse/finish-reverse.exp
8838 * gdb.reverse/fstatat-reverse.exp
8839 * gdb.reverse/getresuid-reverse.exp
8840 * gdb.reverse/i386-precsave.exp
8841 * gdb.reverse/i386-reverse.exp
8842 * gdb.reverse/i386-sse-reverse.exp
8843 * gdb.reverse/i387-env-reverse.exp
8844 * gdb.reverse/i387-stack-reverse.exp
8845 * gdb.reverse/insn-reverse.exp
8846 * gdb.reverse/machinestate-precsave.exp
8847 * gdb.reverse/machinestate.exp
8848 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8849 * gdb.reverse/pipe-reverse.exp
8850 * gdb.reverse/readv-reverse.exp
8851 * gdb.reverse/recvmsg-reverse.exp
8852 * gdb.reverse/rerun-prec.exp
8853 * gdb.reverse/s390-mvcle.exp
8854 * gdb.reverse/step-precsave.exp
8855 * gdb.reverse/step-reverse.exp
8856 * gdb.reverse/time-reverse.exp
8857 * gdb.reverse/until-precsave.exp
8858 * gdb.reverse/until-reverse.exp
8859 * gdb.reverse/waitpid-reverse.exp
8860 * gdb.reverse/watch-precsave.exp
8861 * gdb.reverse/watch-reverse.exp
8862 * gdb.rust/generics.exp
8863 * gdb.rust/methods.exp
8864 * gdb.rust/modules.exp
8865 * gdb.rust/simple.exp
8866 * gdb.server/connect-with-no-symbol-file.exp
8867 * gdb.server/ext-attach.exp
8868 * gdb.server/ext-restart.exp
8869 * gdb.server/ext-wrapper.exp
8870 * gdb.server/file-transfer.exp
8871 * gdb.server/server-exec-info.exp
8872 * gdb.server/server-kill.exp
8873 * gdb.server/server-mon.exp
8874 * gdb.server/wrapper.exp
8875 * gdb.stabs/exclfwd.exp
8876 * gdb.stabs/gdb11479.exp
8877 * gdb.threads/clone-new-thread-event.exp
8878 * gdb.threads/corethreads.exp
8879 * gdb.threads/current-lwp-dead.exp
8880 * gdb.threads/dlopen-libpthread.exp
8881 * gdb.threads/gcore-thread.exp
8882 * gdb.threads/sigstep-threads.exp
8883 * gdb.threads/watchpoint-fork.exp
8884 * gdb.trace/actions-changed.exp
8885 * gdb.trace/backtrace.exp
8886 * gdb.trace/change-loc.exp
8887 * gdb.trace/circ.exp
8888 * gdb.trace/collection.exp
8889 * gdb.trace/disconnected-tracing.exp
8890 * gdb.trace/ftrace.exp
8891 * gdb.trace/mi-trace-frame-collected.exp
8892 * gdb.trace/mi-trace-unavailable.exp
8893 * gdb.trace/mi-traceframe-changed.exp
8894 * gdb.trace/mi-tsv-changed.exp
8895 * gdb.trace/no-attach-trace.exp
8896 * gdb.trace/passc-dyn.exp
8897 * gdb.trace/qtro.exp
8898 * gdb.trace/range-stepping.exp
8899 * gdb.trace/read-memory.exp
8900 * gdb.trace/save-trace.exp
8901 * gdb.trace/signal.exp
8902 * gdb.trace/status-stop.exp
8903 * gdb.trace/tfile.exp
8904 * gdb.trace/trace-break.exp
8905 * gdb.trace/trace-buffer-size.exp
8906 * gdb.trace/trace-condition.exp
8907 * gdb.trace/tracefile-pseudo-reg.exp
8908 * gdb.trace/tstatus.exp
8909 * gdb.trace/unavailable.exp
8910 * gdb.trace/while-dyn.exp
8911 * gdb.trace/while-stepping.exp
8912
8913 2016-12-22 Doug Evans <xdje42@gmail.com>
8914
8915 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8916 and msymbols.
8917
8918 2016-12-19 Yao Qi <yao.qi@linaro.org>
8919
8920 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8921 (test_with_self): Don't call do_steps_and_nexts, and remove
8922 code about stepping into xmalloc.
8923
8924 2016-12-09 Yao Qi <yao.qi@linaro.org>
8925
8926 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8927
8928 2016-12-09 Yao Qi <yao.qi@linaro.org>
8929
8930 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8931
8932 2016-12-09 Pedro Alves <palves@redhat.com>
8933
8934 * gdb.base/all-architectures-0.exp: New file.
8935 * gdb.base/all-architectures-1.exp: New file.
8936 * gdb.base/all-architectures-2.exp: New file.
8937 * gdb.base/all-architectures-3.exp: New file.
8938 * gdb.base/all-architectures-4.exp: New file.
8939 * gdb.base/all-architectures-5.exp: New file.
8940 * gdb.base/all-architectures-6.exp: New file.
8941 * gdb.base/all-architectures-7.exp: New file.
8942 * gdb.base/all-architectures.exp.in: New file.
8943
8944 2016-12-09 Yao Qi <yao.qi@linaro.org>
8945
8946 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8947
8948 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8949
8950 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8951 possible.
8952 Remove useless pattern-matching code.
8953
8954 2016-12-02 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8957 procedure.
8958 (top level): Call it.
8959
8960 2016-12-02 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8963 New procedure.
8964 (top level): Call it.
8965
8966 2016-12-02 Pedro Alves <palves@redhat.com>
8967
8968 PR cli/20559
8969 * gdb.base/commands.exp (user_defined_command_args_eval): New
8970 procedure.
8971 (top level): Call it.
8972
8973 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8974
8975 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8976 timeout handling.
8977
8978 2016-12-02 Tom Tromey <tom@tromey.com>
8979
8980 * gdb.dwarf2/main-subprogram.c: New file.
8981 * gdb.dwarf2/main-subprogram.exp: New file.
8982
8983 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8984
8985 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8986 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8987 gdb_test_no_output for a couple of cases.
8988 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8989
8990 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8991
8992 Fix test names and standardize compilation error messages throughout
8993 the following files:
8994
8995 * gdb.ada/start.exp
8996 * gdb.arch/alpha-step.exp
8997 * gdb.arch/e500-prologue.exp
8998 * gdb.arch/ftrace-insn-reloc.exp
8999 * gdb.arch/gdb1291.exp
9000 * gdb.arch/gdb1431.exp
9001 * gdb.arch/gdb1558.exp
9002 * gdb.arch/i386-dr3-watch.exp
9003 * gdb.arch/i386-sse-stack-align.exp
9004 * gdb.arch/ia64-breakpoint-shadow.exp
9005 * gdb.arch/pa-nullify.exp
9006 * gdb.arch/powerpc-aix-prologue.exp
9007 * gdb.arch/thumb-bx-pc.exp
9008 * gdb.base/annota1.exp
9009 * gdb.base/annota3.exp
9010 * gdb.base/arrayidx.exp
9011 * gdb.base/assign.exp
9012 * gdb.base/attach.exp
9013 * gdb.base/auxv.exp
9014 * gdb.base/bang.exp
9015 * gdb.base/bfp-test.exp
9016 * gdb.base/bigcore.exp
9017 * gdb.base/bitfields2.exp
9018 * gdb.base/break-fun-addr.exp
9019 * gdb.base/break-probes.exp
9020 * gdb.base/call-rt-st.exp
9021 * gdb.base/callexit.exp
9022 * gdb.base/catch-fork-kill.exp
9023 * gdb.base/charset.exp
9024 * gdb.base/checkpoint.exp
9025 * gdb.base/comprdebug.exp
9026 * gdb.base/constvars.exp
9027 * gdb.base/coredump-filter.exp
9028 * gdb.base/cursal.exp
9029 * gdb.base/cvexpr.exp
9030 * gdb.base/detach.exp
9031 * gdb.base/display.exp
9032 * gdb.base/dmsym.exp
9033 * gdb.base/dprintf-pending.exp
9034 * gdb.base/dso2dso.exp
9035 * gdb.base/dtrace-probe.exp
9036 * gdb.base/dump.exp
9037 * gdb.base/enum_cond.exp
9038 * gdb.base/exe-lock.exp
9039 * gdb.base/exec-invalid-sysroot.exp
9040 * gdb.base/execl-update-breakpoints.exp
9041 * gdb.base/exprs.exp
9042 * gdb.base/fileio.exp
9043 * gdb.base/find.exp
9044 * gdb.base/finish.exp
9045 * gdb.base/fixsection.exp
9046 * gdb.base/foll-vfork.exp
9047 * gdb.base/frame-args.exp
9048 * gdb.base/gcore.exp
9049 * gdb.base/gdb1250.exp
9050 * gdb.base/global-var-nested-by-dso.exp
9051 * gdb.base/gnu-ifunc.exp
9052 * gdb.base/hashline1.exp
9053 * gdb.base/hashline2.exp
9054 * gdb.base/hashline3.exp
9055 * gdb.base/hbreak-in-shr-unsupported.exp
9056 * gdb.base/huge.exp
9057 * gdb.base/infcall-input.exp
9058 * gdb.base/info-fun.exp
9059 * gdb.base/info-shared.exp
9060 * gdb.base/jit-simple.exp
9061 * gdb.base/jit-so.exp
9062 * gdb.base/jit.exp
9063 * gdb.base/jump.exp
9064 * gdb.base/label.exp
9065 * gdb.base/lineinc.exp
9066 * gdb.base/logical.exp
9067 * gdb.base/longjmp.exp
9068 * gdb.base/macscp.exp
9069 * gdb.base/miscexprs.exp
9070 * gdb.base/new-ui-echo.exp
9071 * gdb.base/new-ui-pending-input.exp
9072 * gdb.base/new-ui.exp
9073 * gdb.base/nodebug.exp
9074 * gdb.base/nofield.exp
9075 * gdb.base/offsets.exp
9076 * gdb.base/overlays.exp
9077 * gdb.base/pending.exp
9078 * gdb.base/pointers.exp
9079 * gdb.base/pr11022.exp
9080 * gdb.base/printcmds.exp
9081 * gdb.base/prologue.exp
9082 * gdb.base/ptr-typedef.exp
9083 * gdb.base/realname-expand.exp
9084 * gdb.base/relativedebug.exp
9085 * gdb.base/relocate.exp
9086 * gdb.base/remote.exp
9087 * gdb.base/reread.exp
9088 * gdb.base/return2.exp
9089 * gdb.base/savedregs.exp
9090 * gdb.base/sep.exp
9091 * gdb.base/sepdebug.exp
9092 * gdb.base/sepsymtab.exp
9093 * gdb.base/set-inferior-tty.exp
9094 * gdb.base/setshow.exp
9095 * gdb.base/shlib-call.exp
9096 * gdb.base/sigaltstack.exp
9097 * gdb.base/siginfo-addr.exp
9098 * gdb.base/signals.exp
9099 * gdb.base/signull.exp
9100 * gdb.base/sigrepeat.exp
9101 * gdb.base/so-impl-ld.exp
9102 * gdb.base/solib-display.exp
9103 * gdb.base/solib-overlap.exp
9104 * gdb.base/solib-search.exp
9105 * gdb.base/solib-symbol.exp
9106 * gdb.base/structs.exp
9107 * gdb.base/structs2.exp
9108 * gdb.base/symtab-search-order.exp
9109 * gdb.base/twice.exp
9110 * gdb.base/unload.exp
9111 * gdb.base/varargs.exp
9112 * gdb.base/watchpoint-solib.exp
9113 * gdb.base/watchpoint.exp
9114 * gdb.base/whatis.exp
9115 * gdb.base/wrong_frame_bt_full.exp
9116 * gdb.btrace/dlopen.exp
9117 * gdb.cell/ea-standalone.exp
9118 * gdb.cell/ea-test.exp
9119 * gdb.cp/dispcxx.exp
9120 * gdb.cp/gdb2384.exp
9121 * gdb.cp/method2.exp
9122 * gdb.cp/nextoverthrow.exp
9123 * gdb.cp/pr10728.exp
9124 * gdb.disasm/am33.exp
9125 * gdb.disasm/h8300s.exp
9126 * gdb.disasm/mn10300.exp
9127 * gdb.disasm/sh3.exp
9128 * gdb.dwarf2/dw2-dir-file-name.exp
9129 * gdb.fortran/complex.exp
9130 * gdb.fortran/library-module.exp
9131 * gdb.guile/scm-pretty-print.exp
9132 * gdb.guile/scm-symbol.exp
9133 * gdb.guile/scm-type.exp
9134 * gdb.guile/scm-value.exp
9135 * gdb.linespec/linespec.exp
9136 * gdb.mi/gdb701.exp
9137 * gdb.mi/gdb792.exp
9138 * gdb.mi/mi-breakpoint-changed.exp
9139 * gdb.mi/mi-dprintf-pending.exp
9140 * gdb.mi/mi-dprintf.exp
9141 * gdb.mi/mi-exit-code.exp
9142 * gdb.mi/mi-pending.exp
9143 * gdb.mi/mi-solib.exp
9144 * gdb.mi/new-ui-mi-sync.exp
9145 * gdb.mi/pr11022.exp
9146 * gdb.mi/user-selected-context-sync.exp
9147 * gdb.opt/solib-intra-step.exp
9148 * gdb.python/py-events.exp
9149 * gdb.python/py-finish-breakpoint.exp
9150 * gdb.python/py-mi.exp
9151 * gdb.python/py-prettyprint.exp
9152 * gdb.python/py-shared.exp
9153 * gdb.python/py-symbol.exp
9154 * gdb.python/py-template.exp
9155 * gdb.python/py-type.exp
9156 * gdb.python/py-value.exp
9157 * gdb.reverse/solib-precsave.exp
9158 * gdb.reverse/solib-reverse.exp
9159 * gdb.server/solib-list.exp
9160 * gdb.stabs/weird.exp
9161 * gdb.threads/reconnect-signal.exp
9162 * gdb.threads/stepi-random-signal.exp
9163 * gdb.trace/actions.exp
9164 * gdb.trace/ax.exp
9165 * gdb.trace/backtrace.exp
9166 * gdb.trace/change-loc.exp
9167 * gdb.trace/deltrace.exp
9168 * gdb.trace/ftrace-lock.exp
9169 * gdb.trace/ftrace.exp
9170 * gdb.trace/infotrace.exp
9171 * gdb.trace/mi-tracepoint-changed.exp
9172 * gdb.trace/packetlen.exp
9173 * gdb.trace/passcount.exp
9174 * gdb.trace/pending.exp
9175 * gdb.trace/range-stepping.exp
9176 * gdb.trace/report.exp
9177 * gdb.trace/stap-trace.exp
9178 * gdb.trace/tfind.exp
9179 * gdb.trace/trace-break.exp
9180 * gdb.trace/trace-condition.exp
9181 * gdb.trace/trace-enable-disable.exp
9182 * gdb.trace/trace-mt.exp
9183 * gdb.trace/tracecmd.exp
9184 * gdb.trace/tspeed.exp
9185 * gdb.trace/tsv.exp
9186 * lib/perftest.exp
9187
9188 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9189
9190 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9191 with gdb_test_no_output.
9192 Use command as test name.
9193
9194 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9195
9196 Fix test names starting with uppercase throughout the files.
9197
9198 * gdb.ada/assign_1.exp
9199 * gdb.ada/boolean_expr.exp
9200 * gdb.base/arrayidx.exp
9201 * gdb.base/del.exp
9202 * gdb.base/gcore-buffer-overflow.exp
9203 * gdb.base/testenv.exp
9204 * gdb.compile/compile.exp
9205 * gdb.python/py-framefilter-invalidarg.exp
9206 * gdb.python/py-framefilter.exp
9207
9208 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9209
9210 Fix test names starting with uppercase throughout the files.
9211
9212 * gdb.ada/array_return.exp
9213 * gdb.ada/expr_delims.exp
9214 * gdb.ada/mi_dyn_arr.exp
9215 * gdb.ada/mi_interface.exp
9216 * gdb.ada/mi_var_array.exp
9217 * gdb.ada/watch_arg.exp
9218 * gdb.arch/alpha-step.exp
9219 * gdb.arch/altivec-regs.exp
9220 * gdb.arch/e500-regs.exp
9221 * gdb.arch/powerpc-d128-regs.exp
9222 * gdb.base/arrayidx.exp
9223 * gdb.base/break.exp
9224 * gdb.base/checkpoint.exp
9225 * gdb.base/debug-expr.exp
9226 * gdb.base/dmsym.exp
9227 * gdb.base/radix.exp
9228 * gdb.base/sepdebug.exp
9229 * gdb.base/testenv.exp
9230 * gdb.base/watch_thread_num.exp
9231 * gdb.base/watchpoint-cond-gone.exp
9232 * gdb.cell/break.exp
9233 * gdb.cell/ea-cache.exp
9234 * gdb.compile/compile.exp
9235 * gdb.cp/gdb2495.exp
9236 * gdb.gdb/selftest.exp
9237 * gdb.gdb/xfullpath.exp
9238 * gdb.go/hello.exp
9239 * gdb.go/integers.exp
9240 * gdb.objc/basicclass.exp
9241 * gdb.pascal/hello.exp
9242 * gdb.pascal/integers.exp
9243 * gdb.python/py-breakpoint.exp
9244 * gdb.python/py-cmd.exp
9245 * gdb.python/py-linetable.exp
9246 * gdb.python/py-xmethods.exp
9247 * gdb.python/python.exp
9248 * gdb.reverse/consecutive-precsave.exp
9249 * gdb.reverse/finish-precsave.exp
9250 * gdb.reverse/i386-precsave.exp
9251 * gdb.reverse/machinestate-precsave.exp
9252 * gdb.reverse/sigall-precsave.exp
9253 * gdb.reverse/solib-precsave.exp
9254 * gdb.reverse/step-precsave.exp
9255 * gdb.reverse/until-precsave.exp
9256 * gdb.reverse/watch-precsave.exp
9257 * gdb.threads/leader-exit.exp
9258 * gdb.threads/pthreads.exp
9259 * gdb.threads/wp-replication.exp
9260 * gdb.trace/actions.exp
9261 * gdb.trace/mi-tsv-changed.exp
9262 * gdb.trace/tsv.exp
9263
9264 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9265
9266 Fix test names starting with uppercase throughout the files.
9267
9268 * gdb.arch/i386-bp_permanent.exp
9269 * gdb.arch/i386-gnu-cfi.exp
9270 * gdb.base/disasm-end-cu.exp
9271 * gdb.base/macscp.exp
9272 * gdb.base/pending.exp
9273 * gdb.base/watch_thread_num.exp
9274 * gdb.cp/exception.exp
9275 * gdb.cp/gdb2495.exp
9276 * gdb.cp/local.exp
9277 * gdb.python/py-evsignal.exp
9278 * gdb.python/python.exp
9279 * gdb.trace/tracecmd.exp
9280
9281 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9282
9283 Fix test names starting with uppercase throughout the files.
9284
9285 * gdb.base/charset.exp
9286 * gdb.base/eval.exp
9287 * gdb.base/multi-forks.exp
9288 * gdb.guile/scm-progspace.exp
9289 * gdb.opencl/datatypes.exp
9290 * gdb.python/py-block.exp
9291 * gdb.python/py-function.exp
9292 * gdb.python/py-symbol.exp
9293 * gdb.python/py-symtab.exp
9294 * gdb.python/py-xmethods.exp
9295 * gdb.reverse/break-precsave.exp
9296 * gdb.reverse/break-reverse.exp
9297 * gdb.reverse/consecutive-precsave.exp
9298 * gdb.reverse/consecutive-reverse.exp
9299 * gdb.reverse/finish-precsave.exp
9300 * gdb.reverse/finish-reverse-bkpt.exp
9301 * gdb.reverse/finish-reverse.exp
9302 * gdb.reverse/fstatat-reverse.exp
9303 * gdb.reverse/getresuid-reverse.exp
9304 * gdb.reverse/i386-precsave.exp
9305 * gdb.reverse/i386-reverse.exp
9306 * gdb.reverse/i386-sse-reverse.exp
9307 * gdb.reverse/i387-stack-reverse.exp
9308 * gdb.reverse/insn-reverse.exp
9309 * gdb.reverse/machinestate-precsave.exp
9310 * gdb.reverse/machinestate.exp
9311 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9312 * gdb.reverse/pipe-reverse.exp
9313 * gdb.reverse/readv-reverse.exp
9314 * gdb.reverse/recvmsg-reverse.exp
9315 * gdb.reverse/rerun-prec.exp
9316 * gdb.reverse/s390-mvcle.exp
9317 * gdb.reverse/sigall-precsave.exp
9318 * gdb.reverse/sigall-reverse.exp
9319 * gdb.reverse/solib-precsave.exp
9320 * gdb.reverse/solib-reverse.exp
9321 * gdb.reverse/step-precsave.exp
9322 * gdb.reverse/step-reverse.exp
9323 * gdb.reverse/time-reverse.exp
9324 * gdb.reverse/until-precsave.exp
9325 * gdb.reverse/until-reverse.exp
9326 * gdb.reverse/waitpid-reverse.exp
9327 * gdb.reverse/watch-precsave.exp
9328 * gdb.reverse/watch-reverse.exp
9329
9330 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9331
9332 Fix test names starting with uppercase throughout the files.
9333
9334 * gdb.arch/i386-mpx-simple_segv.exp
9335 * gdb.arch/i386-mpx.exp
9336 * gdb.arch/i386-permbkpt.exp
9337 * gdb.arch/pa-nullify.exp
9338 * gdb.arch/powerpc-d128-regs.exp
9339 * gdb.arch/vsx-regs.exp
9340 * gdb.base/bfp-test.exp
9341 * gdb.base/break.exp
9342 * gdb.base/breakpoint-shadow.exp
9343 * gdb.base/callfuncs.exp
9344 * gdb.base/charset.exp
9345 * gdb.base/commands.exp
9346 * gdb.base/completion.exp
9347 * gdb.base/dfp-test.exp
9348 * gdb.base/echo.exp
9349 * gdb.base/ending-run.exp
9350 * gdb.base/eval.exp
9351 * gdb.base/expand-psymtabs.exp
9352 * gdb.base/float128.exp
9353 * gdb.base/floatn.exp
9354 * gdb.base/foll-exec-mode.exp
9355 * gdb.base/gdb1056.exp
9356 * gdb.base/gdb11531.exp
9357 * gdb.base/kill-after-signal.exp
9358 * gdb.base/multi-forks.exp
9359 * gdb.base/overlays.exp
9360 * gdb.base/pending.exp
9361 * gdb.base/sepdebug.exp
9362 * gdb.base/testenv.exp
9363 * gdb.base/valgrind-db-attach.exp
9364 * gdb.base/watch_thread_num.exp
9365 * gdb.base/watchpoint-cond-gone.exp
9366 * gdb.base/watchpoint.exp
9367 * gdb.base/watchpoints.exp
9368 * gdb.cp/arg-reference.exp
9369 * gdb.cp/baseenum.exp
9370 * gdb.cp/operator.exp
9371 * gdb.cp/shadow.exp
9372 * gdb.dwarf2/dw2-op-out-param.exp
9373 * gdb.dwarf2/dw2-reg-undefined.exp
9374 * gdb.go/chan.exp
9375 * gdb.go/hello.exp
9376 * gdb.go/integers.exp
9377 * gdb.go/methods.exp
9378 * gdb.go/package.exp
9379 * gdb.guile/scm-parameter.exp
9380 * gdb.guile/scm-progspace.exp
9381 * gdb.guile/scm-value.exp
9382 * gdb.mi/mi-pending.exp
9383 * gdb.mi/user-selected-context-sync.exp
9384 * gdb.multi/multi-attach.exp
9385 * gdb.multi/tids.exp
9386 * gdb.opt/clobbered-registers-O2.exp
9387 * gdb.pascal/floats.exp
9388 * gdb.pascal/integers.exp
9389 * gdb.python/py-block.exp
9390 * gdb.python/py-events.exp
9391 * gdb.python/py-parameter.exp
9392 * gdb.python/py-symbol.exp
9393 * gdb.python/py-symtab.exp
9394 * gdb.python/py-type.exp
9395 * gdb.python/py-value.exp
9396 * gdb.python/py-xmethods.exp
9397 * gdb.python/python.exp
9398 * gdb.reverse/break-precsave.exp
9399 * gdb.reverse/consecutive-precsave.exp
9400 * gdb.reverse/finish-precsave.exp
9401 * gdb.reverse/i386-precsave.exp
9402 * gdb.reverse/machinestate-precsave.exp
9403 * gdb.reverse/sigall-precsave.exp
9404 * gdb.reverse/solib-precsave.exp
9405 * gdb.reverse/step-precsave.exp
9406 * gdb.reverse/until-precsave.exp
9407 * gdb.reverse/watch-precsave.exp
9408 * gdb.server/ext-attach.exp
9409 * gdb.server/ext-restart.exp
9410 * gdb.server/ext-run.exp
9411 * gdb.server/ext-wrapper.exp
9412 * gdb.stabs/gdb11479.exp
9413 * gdb.stabs/weird.exp
9414 * gdb.threads/attach-many-short-lived-threads.exp
9415 * gdb.threads/kill.exp
9416 * gdb.threads/watchpoint-fork.exp
9417
9418 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9419
9420 Fix test names starting with uppercase throughout all the files below.
9421
9422 * gdb.ada/array_return.exp
9423 * gdb.ada/catch_ex.exp
9424 * gdb.ada/info_exc.exp
9425 * gdb.ada/mi_catch_ex.exp
9426 * gdb.ada/mi_dyn_arr.exp
9427 * gdb.ada/mi_ex_cond.exp
9428 * gdb.ada/mi_exc_info.exp
9429 * gdb.ada/mi_interface.exp
9430 * gdb.ada/mi_task_arg.exp
9431 * gdb.ada/mi_task_info.exp
9432 * gdb.ada/mi_var_array.exp
9433 * gdb.arch/alpha-step.exp
9434 * gdb.arch/amd64-disp-step.exp
9435 * gdb.arch/arm-disp-step.exp
9436 * gdb.arch/disp-step-insn-reloc.exp
9437 * gdb.arch/e500-prologue.exp
9438 * gdb.arch/ftrace-insn-reloc.exp
9439 * gdb.arch/gdb1558.exp
9440 * gdb.arch/i386-bp_permanent.exp
9441 * gdb.arch/i386-disp-step.exp
9442 * gdb.arch/i386-float.exp
9443 * gdb.arch/i386-gnu-cfi.exp
9444 * gdb.arch/ia64-breakpoint-shadow.exp
9445 * gdb.arch/mips16-thunks.exp
9446 * gdb.arch/pa-nullify.exp
9447 * gdb.arch/powerpc-aix-prologue.exp
9448 * gdb.arch/powerpc-power.exp
9449 * gdb.arch/ppc-dfp.exp
9450 * gdb.arch/s390-tdbregs.exp
9451 * gdb.arch/spu-info.exp
9452 * gdb.arch/spu-ls.exp
9453 * gdb.arch/thumb-bx-pc.exp
9454 * gdb.base/advance.exp
9455 * gdb.base/annota-input-while-running.exp
9456 * gdb.base/arrayidx.exp
9457 * gdb.base/asmlabel.exp
9458 * gdb.base/async.exp
9459 * gdb.base/attach-wait-input.exp
9460 * gdb.base/auto-connect-native-target.exp
9461 * gdb.base/batch-preserve-term-settings.exp
9462 * gdb.base/bfp-test.exp
9463 * gdb.base/bigcore.exp
9464 * gdb.base/bp-permanent.exp
9465 * gdb.base/break-always.exp
9466 * gdb.base/break-fun-addr.exp
9467 * gdb.base/break-idempotent.exp
9468 * gdb.base/break-main-file-remove-fail.exp
9469 * gdb.base/break-probes.exp
9470 * gdb.base/break-unload-file.exp
9471 * gdb.base/break.exp
9472 * gdb.base/call-ar-st.exp
9473 * gdb.base/call-rt-st.exp
9474 * gdb.base/call-sc.exp
9475 * gdb.base/call-signal-resume.exp
9476 * gdb.base/call-strs.exp
9477 * gdb.base/callexit.exp
9478 * gdb.base/callfuncs.exp
9479 * gdb.base/catch-gdb-caused-signals.exp
9480 * gdb.base/catch-signal-siginfo-cond.exp
9481 * gdb.base/catch-syscall.exp
9482 * gdb.base/compare-sections.exp
9483 * gdb.base/cond-eval-mode.exp
9484 * gdb.base/condbreak-call-false.exp
9485 * gdb.base/consecutive-step-over.exp
9486 * gdb.base/cursal.exp
9487 * gdb.base/disabled-location.exp
9488 * gdb.base/disasm-end-cu.exp
9489 * gdb.base/display.exp
9490 * gdb.base/double-prompt-target-event-error.exp
9491 * gdb.base/dprintf-bp-same-addr.exp
9492 * gdb.base/dprintf-detach.exp
9493 * gdb.base/dprintf-next.exp
9494 * gdb.base/dprintf-non-stop.exp
9495 * gdb.base/dprintf-pending.exp
9496 * gdb.base/dso2dso.exp
9497 * gdb.base/ending-run.exp
9498 * gdb.base/enum_cond.exp
9499 * gdb.base/examine-backward.exp
9500 * gdb.base/exe-lock.exp
9501 * gdb.base/exec-invalid-sysroot.exp
9502 * gdb.base/execl-update-breakpoints.exp
9503 * gdb.base/execution-termios.exp
9504 * gdb.base/fileio.exp
9505 * gdb.base/fixsection.exp
9506 * gdb.base/foll-exec-mode.exp
9507 * gdb.base/foll-exec.exp
9508 * gdb.base/fork-running-state.exp
9509 * gdb.base/frame-args.exp
9510 * gdb.base/fullpath-expand.exp
9511 * gdb.base/func-ptr.exp
9512 * gdb.base/gcore-relro-pie.exp
9513 * gdb.base/gdb1090.exp
9514 * gdb.base/gdb1555.exp
9515 * gdb.base/global-var-nested-by-dso.exp
9516 * gdb.base/gnu-ifunc.exp
9517 * gdb.base/hbreak-in-shr-unsupported.exp
9518 * gdb.base/hbreak-unmapped.exp
9519 * gdb.base/hook-stop.exp
9520 * gdb.base/infcall-input.exp
9521 * gdb.base/info-fun.exp
9522 * gdb.base/info-shared.exp
9523 * gdb.base/interrupt-noterm.exp
9524 * gdb.base/jit-so.exp
9525 * gdb.base/jit.exp
9526 * gdb.base/line-symtabs.exp
9527 * gdb.base/list.exp
9528 * gdb.base/longjmp.exp
9529 * gdb.base/macscp.exp
9530 * gdb.base/max-value-size.exp
9531 * gdb.base/nodebug.exp
9532 * gdb.base/nofield.exp
9533 * gdb.base/overlays.exp
9534 * gdb.base/paginate-after-ctrl-c-running.exp
9535 * gdb.base/paginate-bg-execution.exp
9536 * gdb.base/paginate-inferior-exit.exp
9537 * gdb.base/pending.exp
9538 * gdb.base/pr11022.exp
9539 * gdb.base/printcmds.exp
9540 * gdb.base/ptr-typedef.exp
9541 * gdb.base/ptype.exp
9542 * gdb.base/randomize.exp
9543 * gdb.base/range-stepping.exp
9544 * gdb.base/realname-expand.exp
9545 * gdb.base/relativedebug.exp
9546 * gdb.base/remote.exp
9547 * gdb.base/savedregs.exp
9548 * gdb.base/sepdebug.exp
9549 * gdb.base/set-noassign.exp
9550 * gdb.base/shlib-call.exp
9551 * gdb.base/shreloc.exp
9552 * gdb.base/sigaltstack.exp
9553 * gdb.base/sigbpt.exp
9554 * gdb.base/siginfo-addr.exp
9555 * gdb.base/siginfo-obj.exp
9556 * gdb.base/siginfo-thread.exp
9557 * gdb.base/signest.exp
9558 * gdb.base/signull.exp
9559 * gdb.base/sigrepeat.exp
9560 * gdb.base/skip.exp
9561 * gdb.base/so-impl-ld.exp
9562 * gdb.base/solib-corrupted.exp
9563 * gdb.base/solib-disc.exp
9564 * gdb.base/solib-display.exp
9565 * gdb.base/solib-overlap.exp
9566 * gdb.base/solib-search.exp
9567 * gdb.base/solib-symbol.exp
9568 * gdb.base/source-execution.exp
9569 * gdb.base/sss-bp-on-user-bp-2.exp
9570 * gdb.base/sss-bp-on-user-bp.exp
9571 * gdb.base/stack-checking.exp
9572 * gdb.base/stale-infcall.exp
9573 * gdb.base/step-break.exp
9574 * gdb.base/step-line.exp
9575 * gdb.base/step-over-exit.exp
9576 * gdb.base/step-test.exp
9577 * gdb.base/structs.exp
9578 * gdb.base/sym-file.exp
9579 * gdb.base/symtab-search-order.exp
9580 * gdb.base/term.exp
9581 * gdb.base/type-opaque.exp
9582 * gdb.base/unload.exp
9583 * gdb.base/until-nodebug.exp
9584 * gdb.base/until.exp
9585 * gdb.base/unwindonsignal.exp
9586 * gdb.base/watch-cond.exp
9587 * gdb.base/watch-non-mem.exp
9588 * gdb.base/watch_thread_num.exp
9589 * gdb.base/watchpoint-reuse-slot.exp
9590 * gdb.base/watchpoint-solib.exp
9591 * gdb.base/watchpoint.exp
9592 * gdb.btrace/dlopen.exp
9593 * gdb.cell/arch.exp
9594 * gdb.cell/break.exp
9595 * gdb.cell/bt.exp
9596 * gdb.cell/core.exp
9597 * gdb.cell/data.exp
9598 * gdb.cell/dwarfaddr.exp
9599 * gdb.cell/ea-cache.exp
9600 * gdb.cell/ea-standalone.exp
9601 * gdb.cell/ea-test.exp
9602 * gdb.cell/f-regs.exp
9603 * gdb.cell/fork.exp
9604 * gdb.cell/gcore.exp
9605 * gdb.cell/mem-access.exp
9606 * gdb.cell/ptype.exp
9607 * gdb.cell/registers.exp
9608 * gdb.cell/sizeof.exp
9609 * gdb.cell/solib-symbol.exp
9610 * gdb.cell/solib.exp
9611 * gdb.compile/compile-tls.exp
9612 * gdb.cp/exception.exp
9613 * gdb.cp/gdb2495.exp
9614 * gdb.cp/local.exp
9615 * gdb.cp/mb-inline.exp
9616 * gdb.cp/mb-templates.exp
9617 * gdb.cp/pr10687.exp
9618 * gdb.cp/pr9167.exp
9619 * gdb.cp/scope-err.exp
9620 * gdb.cp/templates.exp
9621 * gdb.cp/virtfunc.exp
9622 * gdb.dwarf2/dw2-dir-file-name.exp
9623 * gdb.dwarf2/dw2-single-line-discriminators.exp
9624 * gdb.fortran/complex.exp
9625 * gdb.fortran/library-module.exp
9626 * gdb.guile/guile.exp
9627 * gdb.guile/scm-cmd.exp
9628 * gdb.guile/scm-frame-inline.exp
9629 * gdb.guile/scm-objfile.exp
9630 * gdb.guile/scm-pretty-print.exp
9631 * gdb.guile/scm-symbol.exp
9632 * gdb.guile/scm-type.exp
9633 * gdb.guile/scm-value.exp
9634 * gdb.linespec/keywords.exp
9635 * gdb.linespec/ls-errs.exp
9636 * gdb.linespec/macro-relative.exp
9637 * gdb.linespec/thread.exp
9638 * gdb.mi/mi-breakpoint-changed.exp
9639 * gdb.mi/mi-dprintf-pending.exp
9640 * gdb.mi/mi-fullname-deleted.exp
9641 * gdb.mi/mi-logging.exp
9642 * gdb.mi/mi-pending.exp
9643 * gdb.mi/mi-solib.exp
9644 * gdb.mi/new-ui-mi-sync.exp
9645 * gdb.mi/user-selected-context-sync.exp
9646 * gdb.multi/dummy-frame-restore.exp
9647 * gdb.multi/multi-arch-exec.exp
9648 * gdb.multi/remove-inferiors.exp
9649 * gdb.multi/watchpoint-multi-exit.exp
9650 * gdb.opt/solib-intra-step.exp
9651 * gdb.perf/backtrace.exp
9652 * gdb.perf/single-step.exp
9653 * gdb.perf/skip-command.exp
9654 * gdb.perf/skip-prologue.exp
9655 * gdb.perf/solib.exp
9656 * gdb.python/lib-types.exp
9657 * gdb.python/py-as-string.exp
9658 * gdb.python/py-bad-printers.exp
9659 * gdb.python/py-block.exp
9660 * gdb.python/py-breakpoint.exp
9661 * gdb.python/py-cmd.exp
9662 * gdb.python/py-events.exp
9663 * gdb.python/py-evthreads.exp
9664 * gdb.python/py-finish-breakpoint.exp
9665 * gdb.python/py-finish-breakpoint2.exp
9666 * gdb.python/py-frame-inline.exp
9667 * gdb.python/py-frame.exp
9668 * gdb.python/py-inferior.exp
9669 * gdb.python/py-infthread.exp
9670 * gdb.python/py-mi.exp
9671 * gdb.python/py-objfile.exp
9672 * gdb.python/py-pp-maint.exp
9673 * gdb.python/py-pp-registration.exp
9674 * gdb.python/py-prettyprint.exp
9675 * gdb.python/py-recurse-unwind.exp
9676 * gdb.python/py-shared.exp
9677 * gdb.python/py-symbol.exp
9678 * gdb.python/py-symtab.exp
9679 * gdb.python/py-template.exp
9680 * gdb.python/py-type.exp
9681 * gdb.python/py-unwind-maint.exp
9682 * gdb.python/py-unwind.exp
9683 * gdb.python/py-value.exp
9684 * gdb.python/python.exp
9685 * gdb.reverse/finish-reverse-bkpt.exp
9686 * gdb.reverse/insn-reverse.exp
9687 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9688 * gdb.reverse/solib-precsave.exp
9689 * gdb.reverse/solib-reverse.exp
9690 * gdb.stabs/gdb11479.exp
9691 * gdb.stabs/weird.exp
9692 * gdb.threads/fork-child-threads.exp
9693 * gdb.threads/fork-plus-threads.exp
9694 * gdb.threads/fork-thread-pending.exp
9695 * gdb.threads/forking-threads-plus-breakpoint.exp
9696 * gdb.threads/hand-call-in-threads.exp
9697 * gdb.threads/interrupted-hand-call.exp
9698 * gdb.threads/linux-dp.exp
9699 * gdb.threads/local-watch-wrong-thread.exp
9700 * gdb.threads/next-while-other-thread-longjmps.exp
9701 * gdb.threads/non-ldr-exit.exp
9702 * gdb.threads/pending-step.exp
9703 * gdb.threads/print-threads.exp
9704 * gdb.threads/process-dies-while-detaching.exp
9705 * gdb.threads/process-dies-while-handling-bp.exp
9706 * gdb.threads/pthreads.exp
9707 * gdb.threads/queue-signal.exp
9708 * gdb.threads/reconnect-signal.exp
9709 * gdb.threads/signal-command-handle-nopass.exp
9710 * gdb.threads/signal-command-multiple-signals-pending.exp
9711 * gdb.threads/signal-delivered-right-thread.exp
9712 * gdb.threads/signal-sigtrap.exp
9713 * gdb.threads/sigthread.exp
9714 * gdb.threads/staticthreads.exp
9715 * gdb.threads/stepi-random-signal.exp
9716 * gdb.threads/thread-unwindonsignal.exp
9717 * gdb.threads/thread_check.exp
9718 * gdb.threads/thread_events.exp
9719 * gdb.threads/tid-reuse.exp
9720 * gdb.threads/tls-nodebug.exp
9721 * gdb.threads/tls-shared.exp
9722 * gdb.threads/tls-so_extern.exp
9723 * gdb.threads/tls.exp
9724 * gdb.threads/wp-replication.exp
9725 * gdb.trace/actions-changed.exp
9726 * gdb.trace/actions.exp
9727 * gdb.trace/backtrace.exp
9728 * gdb.trace/change-loc.exp
9729 * gdb.trace/collection.exp
9730 * gdb.trace/deltrace.exp
9731 * gdb.trace/disconnected-tracing.exp
9732 * gdb.trace/entry-values.exp
9733 * gdb.trace/ftrace-lock.exp
9734 * gdb.trace/ftrace.exp
9735 * gdb.trace/infotrace.exp
9736 * gdb.trace/mi-trace-frame-collected.exp
9737 * gdb.trace/mi-trace-unavailable.exp
9738 * gdb.trace/mi-traceframe-changed.exp
9739 * gdb.trace/mi-tracepoint-changed.exp
9740 * gdb.trace/mi-tsv-changed.exp
9741 * gdb.trace/no-attach-trace.exp
9742 * gdb.trace/packetlen.exp
9743 * gdb.trace/passc-dyn.exp
9744 * gdb.trace/passcount.exp
9745 * gdb.trace/pending.exp
9746 * gdb.trace/pr16508.exp
9747 * gdb.trace/qtro.exp
9748 * gdb.trace/range-stepping.exp
9749 * gdb.trace/read-memory.exp
9750 * gdb.trace/report.exp
9751 * gdb.trace/save-trace.exp
9752 * gdb.trace/signal.exp
9753 * gdb.trace/stap-trace.exp
9754 * gdb.trace/status-stop.exp
9755 * gdb.trace/strace.exp
9756 * gdb.trace/tfile.exp
9757 * gdb.trace/tfind.exp
9758 * gdb.trace/trace-break.exp
9759 * gdb.trace/trace-condition.exp
9760 * gdb.trace/trace-enable-disable.exp
9761 * gdb.trace/trace-mt.exp
9762 * gdb.trace/tracecmd.exp
9763 * gdb.trace/tracefile-pseudo-reg.exp
9764 * gdb.trace/tspeed.exp
9765 * gdb.trace/tstatus.exp
9766 * gdb.trace/tsv.exp
9767 * gdb.trace/unavailable.exp
9768 * gdb.trace/while-dyn.exp
9769 * gdb.trace/while-stepping.exp
9770 * lib/gdb-guile.exp
9771 * lib/gdb.exp
9772 * lib/mi-support.exp
9773 * lib/pascal.exp
9774 * lib/perftest.exp
9775 * lib/prelink-support.exp
9776 * lib/selftest-support.exp
9777
9778 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9779
9780 * Makefile.in: Include disable-implicit-rules.mk.
9781
9782 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9783
9784 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9785 non-byte-aligned bit fields.
9786
9787 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9788
9789 PR gdb/12616
9790 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9791 respects the DW_AT_data_bit_offset attribute.
9792
9793 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9794
9795 * gdb.base/default.exp: Fix output of "set language".
9796
9797 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9798
9799 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9800 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9801 make.
9802 * configure.ac: Remove checks for the make program.
9803 * configure: Re-generate.
9804
9805 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9806
9807 * gdb.python/py-recurse-unwind.c (main): Add loop.
9808 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9809 to read_register() and gdb.parse_and_eval(). Make each code
9810 call a separate case that can be individually tested.
9811 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9812 proc. Call cont_and_backtrace for each of the code paths that
9813 we want to test in the unwinder.
9814
9815 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9816
9817 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9818 the definition of struct S.
9819
9820 2016-11-11 Catherine Moore <clm@codesourcery.com>
9821
9822 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9823
9824 2016-11-09 Pedro Alves <palves@redhat.com>
9825
9826 * gdb.base/commands.exp (runto_or_return): New procedure.
9827 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9828 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9829 (progvar_simple_while_test, progvar_complex_if_while_test)
9830 (if_while_breakpoint_command_test)
9831 (infrun_breakpoint_command_test, breakpoint_command_test)
9832 (user_defined_command_test, watchpoint_command_test)
9833 (test_command_prompt_position, redefine_hook_test)
9834 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9835 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9836 multi_line_input and multi_line. Remove gdb_expect and
9837 gdb_stop_suppressing_tests uses.
9838 * lib/gdb.exp (valnum_re): New global.
9839 (multi_line_input): New procedure.
9840
9841 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9842
9843 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9844 Remove.
9845 (test_setup): Define with proc_with_prefix.
9846 (test_cli_inferior): Likewise.
9847 (test_cli_thread): Likewise.
9848 (test_cli_frame): Likewise.
9849 (test_cli_select_frame): Likewise.
9850 (test_cli_up_down): Likewise.
9851 (test_mi_thread_select): Likewise.
9852 (test_mi_stack_select_frame): Likewise.
9853 (test_cli_in_mi_inferior): Likewise.
9854 (test_cli_in_mi_thread): Likewise.
9855 (test_cli_in_mi_frame): Likewise.
9856 (top level): Do not use with_test_prefix_procname.
9857
9858 2016-11-09 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.base/commands.exp (gdbvar_simple_if_test)
9861 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9862 (progvar_simple_if_test, progvar_simple_while_test)
9863 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9864 (infrun_breakpoint_command_test, breakpoint_command_test)
9865 (user_defined_command_test, watchpoint_command_test)
9866 (test_command_prompt_position, deprecated_command_test)
9867 (bp_deleted_in_command, temporary_breakpoint_commands)
9868 (stray_arg0_test, source_file_with_indented_comment)
9869 (recursive_source_test, if_commands_test)
9870 (error_clears_commands_left, redefine_hook_test)
9871 (redefine_backtrace_test): Use proc_with_prefix.
9872 * lib/gdb.exp (proc_with_prefix): New proc.
9873
9874 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9875
9876 * gdb.base/tui-layout.c: New file.
9877 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9878 disassembly window contains very long lines.
9879
9880 2016-11-08 Tom Tromey <tom@tromey.com>
9881
9882 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9883 depend on Python 2.
9884
9885 2016-11-08 Tom Tromey <tom@tromey.com>
9886
9887 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9888 New method.
9889
9890 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9891
9892 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9893
9894 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9895
9896 * gdb.rust/simple.rs: Add test for univariant enums without
9897 discriminants and for encoded struct-like enums.
9898
9899 2016-10-28 Pedro Alves <palves@redhat.com>
9900
9901 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9902 gdb_test_multiple, tighten regexps and match symtabs and line
9903 tables incrementally.
9904
9905 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9906
9907 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9908 general.
9909
9910 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9911
9912 * gdb.base/exec-invalid-sysroot.exp: New file.
9913
9914 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9915
9916 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9917
9918 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9919
9920 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9921
9922 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9923
9924 * gdb.base/killed-outside.exp: Remove $options from a call to
9925 `prepare_for_testing'.
9926
9927 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9928
9929 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9930 Change test message.
9931
9932 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9933
9934 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9935 Update comment.
9936
9937 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9938
9939 * gdb.trace/mi-trace-save.exp: New file.
9940
9941 2016-10-13 Yao Qi <yao.qi@linaro.org>
9942
9943 * gdb.base/code_elim.exp (get_var_address): Remove.
9944 * gdb.base/relocate.exp: Likewise.
9945 * gdb.base/shreloc.exp: Likewise.
9946 * lib/gdb.exp (get_var_address): New.
9947
9948 2016-10-13 Yao Qi <yao.qi@linaro.org>
9949
9950 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9951 floating point tests if $skip_float_test is false.
9952
9953 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9954
9955 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9956 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9957 argc values.
9958 Add 1 to argc so we guarantee distinct initial/modified argc values.
9959
9960 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9961
9962 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9963
9964 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9965
9966 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9967 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9968 * gdb.arch/vsx-regs.exp: Likewise.
9969
9970 2016-10-07 Yao Qi <yao.qi@linaro.org>
9971
9972 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9973
9974 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9975
9976 * gdb.python/python.exp: Test decode_line("*0").
9977
9978 2016-10-06 Doug Evans <dje@google.com>
9979
9980 * gdb.python/py-value.exp (test_value_creation): Add test for large
9981 unsigned 64-bit value.
9982
9983 2016-10-06 Tom Tromey <tom@tromey.com>
9984
9985 * gdb.compile/compile.exp: Change java tests to rust.
9986 * gdb.base/setshow.exp: Change java tests to rust.
9987 * gdb.base/default.exp: Remove java from language list.
9988 * README (Examples): Update language example.
9989 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9990 test.
9991 * lib/gdb.exp (skip_java_tests): Remove.
9992 * lib/java.exp: Remove.
9993 * gdb.java: Remove.
9994
9995 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9996
9997 * gdb.arch/mips-fcr.exp: New test.
9998 * gdb.arch/mips-fcr.c: Source for the new test.
9999
10000 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10001
10002 * gdb.base/solib-disc.exp: Use `standard_output_file'
10003 throughout.
10004
10005 2016-10-06 Pedro Alves <palves@redhat.com>
10006
10007 * gdb.base/jit-simple-dl.c: New file.
10008 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10009 * gdb.base/jit-simple.c: ... this.
10010 * gdb.base/jit-simple.exp (jit_run): Delete.
10011 (build_jit): New proc.
10012 (jit_test_reread): Recompile either the main program or the shared
10013 library, depending on what is being tested. Skip changing address
10014 if caller wants to. Compare before/after addresses. If testing
10015 standalone, explicitly load the binary. Test "maint info
10016 breakpoints".
10017 (top level): Add "standalone vs shared lib" and "change address"
10018 vs "same address" axes.
10019
10020 2016-10-06 Pedro Alves <palves@redhat.com>
10021
10022 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10023 call.
10024 (jit_run): Delete.
10025 (jit_test_reread): Use with_test_prefix. Reload the main binary
10026 explicitly. Compare the before/after addresses of the JIT
10027 descriptor.
10028
10029 2016-08-15 Doug Evans <dje@google.com>
10030
10031 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10032 for single bitfields is bool.
10033 * gdb.xml/tdesc-regs.exp: Ditto.
10034
10035 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10036
10037 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10038
10039 2016-10-05 Yao Qi <yao.qi@linaro.org>
10040
10041 * lib/gdb.exp (support_complex_tests): Return zero if
10042 gdb_skip_float_test return true.
10043
10044 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10045 Simon Marchi <simon.marchi@ericsson.com>
10046
10047 PR gdb/20487
10048 * gdb.mi/user-selected-context-sync.exp: New file.
10049 * gdb.mi/user-selected-context-sync.c: New file.
10050
10051 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10052 Simon Marchi <simon.marchi@ericsson.com>
10053
10054 PR gdb/20487
10055 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10056 =thread-select-event check.
10057
10058 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10059
10060 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10061 the compulsory L operand changes.
10062 * gdb.arch/powerpc-power.s: Likewise.
10063
10064 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10065
10066 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10067 * gdb.base/jit-attach-pie.c: New file.
10068 * gdb.base/jit-attach-pie.exp: New file.
10069
10070 2016-09-28 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.base/infcall-input.c: New file.
10073 * gdb.base/infcall-input.exp: New file.
10074
10075 2016-09-22 Yao Qi <yao.qi@linaro.org>
10076
10077 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10078 (gdb_exit): Rename it to ...
10079 (gdbserver_gdb_exit): ... Close GDBserver.
10080 (gdb_exit): New proc, call gdbserver_gdb_exit.
10081 (mi_gdb_exit): Likewise.
10082
10083 2016-09-22 Yao Qi <yao.qi@linaro.org>
10084
10085 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10086 path.
10087 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10088 Remove duplication.
10089
10090 2016-09-22 Yao Qi <yao.qi@linaro.org>
10091
10092 * lib/gdbserver-support.exp: Check the existence of
10093 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10094
10095 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10096
10097 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10098
10099 2016-09-21 Tom Tromey <tom@tromey.com>
10100
10101 PR gdb/20604:
10102 * gdb.base/quit.exp: New file.
10103
10104 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10105
10106 * .gitignore: New file.
10107
10108 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10109
10110 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10111 throughout.
10112
10113 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10114
10115 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10116
10117 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10118
10119 * gdb.cp/casts.cc (decltype): Move it ...
10120 (main): ... with its call to ...
10121 * gdb.cp/casts03.cc: ... a new file.
10122 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10123
10124 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10125
10126 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10127
10128 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10129
10130 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10131 and sync up the test with tests in gas/testsuite/gas/ppc.
10132 * gdb.arch/powerpc-power.exp: Likewise.
10133
10134 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10135
10136 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10137
10138 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10139 Jan Kratochvil <jan.kratochvil@redhat.com>
10140
10141 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10142 make m1's definition to be different from m2's. Use 'dummy' as an
10143 argument for probe 'two'.
10144
10145 2016-09-10 Jon Beniston <jon@beniston.com>
10146
10147 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10148 for sim target.
10149
10150 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10151
10152 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10153 variable declaration.
10154 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10155 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10156 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10157 received HWCAP as its argument.
10158
10159 2016-09-06 Pedro Alves <palves@redhat.com>
10160
10161 * gdb.base/new-ui-pending-input.c: New file.
10162 * gdb.base/new-ui-pending-input.exp: New file.
10163 * gdb.exp (clear_gdb_spawn_id): New procedure.
10164 (with_spawn_id): Check whether gdb_spawn_id exists before
10165 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10166 on exit.
10167
10168 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10169
10170 * gdb.base/float128.c: New file.
10171 * gdb.base/float128.exp: Likewise.
10172 * gdb.base/floatn.c: Likewise.
10173 * gdb.base/floatn.exp: Likewise.
10174
10175 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10176
10177 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10178
10179 2016-09-05 Pedro Alves <palves@redhat.com>
10180
10181 PR backtrace/19927
10182 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10183 unwinders are immediately called as side effect of "source" or
10184 "disable unwinder" commands.
10185 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10186
10187 2016-09-02 Yao Qi <yao.qi@linaro.org>
10188
10189 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10190 is true and $type is "float" or "double".
10191
10192 2016-09-02 Yao Qi <yao.qi@linaro.org>
10193
10194 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10195 true.
10196 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10197 * gdb.base/call-rt-st.exp: Likewise.
10198 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10199 return value instead of gdb,skip_float_test.
10200 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10201 (do_function_calls): Use its return value instead of
10202 gdb,skip_float_test.
10203 * gdb.base/finish.exp: Likewise.
10204 * gdb.base/funcargs.exp: Likewise.
10205 * gdb.base/return.exp: Likewise.
10206 * gdb.base/return2.exp: Likewise.
10207 * gdb.base/varargs.exp: Likewise.
10208 * lib/gdb.exp (gdb_skip_float_test): Change it to
10209 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10210
10211 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10212
10213 * gdb.multi/tids.exp: Test "thread apply all".
10214
10215 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10216
10217 * gdb.base/default.exp (tty): Remove.
10218
10219 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10220
10221 * gdb.python/py-recurse-unwind.c: New file.
10222 * gdb.python/py-recurse-unwind.py: New file.
10223 * gdb.python/py-recurse-unwind.exp: New file.
10224
10225 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10226
10227 * gdb.base/set-inferior-tty.exp: New file.
10228 * gdb.base/set-inferior-tty.c: New file.
10229
10230 2016-08-23 Pedro Alves <palves@redhat.com>
10231
10232 PR gdb/20494
10233 * gdb.base/new-ui-echo.c: New file.
10234 * gdb.base/new-ui-echo.exp: New file.
10235
10236 2016-08-23 Yao Qi <yao.qi@linaro.org>
10237
10238 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10239 gdbserver_spawn.
10240 * gdb.server/connect-without-multi-process.exp (do_test):
10241 Likewise.
10242
10243 2016-08-23 Yao Qi <yao.qi@linaro.org>
10244
10245 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10246 standalone_txt. Delete gdb_txt and standalone_txt on host
10247 and target. Spawn the binary on target. Copy files from
10248 target to host.
10249
10250 2016-08-22 Pedro Alves <palves@redhat.com>
10251
10252 PR gdb/20505
10253 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10254 with_test_prefix. Factor out bits to ...
10255 (test_no_vdso): ... this new procedure.
10256
10257 2016-08-19 Carl Love <cel@us.ibm.com>
10258
10259 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10260 maintaining separate logic for constructing the output path.
10261 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10262 * gdb.arch/ppc-dfp.exp: Likewise.
10263 * gdb.arch/ppc-fp.exp: Likewise.
10264 * gdb.arch/vsx-regs.exp: Likewise.
10265 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10266 binprefix for generating the additional binary files.
10267
10268 2016-08-19 Pedro Alves <palves@redhat.com>
10269
10270 * gdb.trace/mi-trace-frame-collected.exp
10271 (test_trace_frame_collected): On x32, expect two registers.
10272
10273 2016-08-18 Carl Love <cel@us.ibm.com>
10274
10275 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10276 and sync up the test with tests in gas/testsuite/gas/ppc.
10277 * gdb.arch/powerpc-power.exp: Likewise.
10278
10279 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10280
10281 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10282 expected error message.
10283
10284 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10285
10286 * gdb.multi/remove-inferiors.exp: New file.
10287 * gdb.multi/remove-inferiors.c: New file.
10288
10289 2016-08-12 Yao Qi <yao.qi@linaro.org>
10290
10291 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10292 argument list.
10293
10294 2016-08-10 Pedro Alves <palves@redhat.com>
10295
10296 PR gdb/19187
10297 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10298 setup_kfails.
10299
10300 2016-08-09 Pedro Alves <palves@redhat.com>
10301 Simon Marchi <simon.marchi@ericsson.com>
10302
10303 PR gdb/20418
10304 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10305 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10306
10307 2016-08-09 Pedro Alves <palves@redhat.com>
10308
10309 PR mi/20431
10310 * gdb.mi/mi-cmd-error.exp: New file.
10311
10312 2016-08-09 Pedro Alves <palves@redhat.com>
10313
10314 PR gdb/18653
10315 * gdb.base/signals-state-child.c: New file.
10316 * gdb.base/signals-state-child.exp: New file.
10317 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10318
10319 2016-08-09 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10322
10323 2016-08-03 Tom Tromey <tom@tromey.com>
10324
10325 PR python/18565:
10326 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10327
10328 2016-08-01 Yao Qi <yao.qi@linaro.org>
10329
10330 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10331 variable mode to "multi-process" if $multi_process is 1, otherwise
10332 set it to "single-process".
10333
10334 2016-08-01 Yao Qi <yao.qi@linaro.org>
10335
10336 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10337 * gdb.cp/cpexprs.exp: Likewise.
10338 * gdb.cp/m-static.exp: Likewise.
10339
10340 2016-07-26 Tom Tromey <tom@tromey.com>
10341
10342 PR python/20190:
10343 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10344 test.
10345
10346 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10347
10348 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10349 selecting assembly source files.
10350 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10351 assembly source files.
10352 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10353 assembly source files.
10354 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10355 selecting assembly source files.
10356
10357 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10358
10359 * gdb.base/new-ui.exp (do_test_invalid_args): New
10360 procedure.
10361
10362 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10363
10364 * gdb.btrace/reconnect.c: New file.
10365 * gdb.btrace/reconnect.exp: New file.
10366
10367 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10368
10369 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10370 to test_catch_syscall_group.
10371 (test_catch_syscall_group): New.
10372
10373 2016-07-21 Tom Tromey <tom@tromey.com>
10374
10375 * gdb.rust/simple.rs (main): Use empty struct expression.
10376 * gdb.rust/simple.exp: Add tests for empty struct expression.
10377
10378 2016-07-21 Yao Qi <yao.qi@linaro.org>
10379
10380 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10381 if gdb_skip_xml_test is true on some targets.
10382
10383 2016-07-21 Yao Qi <yao.qi@linaro.org>
10384
10385 * gdb.server/solib-list.exp: Unset last_loaded_file.
10386
10387 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10388
10389 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10390 "step into captured_main (args)".
10391
10392 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10393
10394 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10395
10396 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10397
10398 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10399
10400 2016-07-19 Pedro Alves <palves@redhat.com>
10401
10402 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10403 * gdb.opt/inline-bt.exp: Likewise.
10404 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10405 additional_flags=-Winline.
10406 * gdb.opt/inline-locals.exp: Likewise.
10407 * gdb.opt/inline-markers.c (ATTR): Define.
10408 (inlined_fn): Use it.
10409
10410 2016-07-19 Yao Qi <yao.qi@linaro.org>
10411
10412 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10413 (test_with_self): Remove some code. Remove argument executable.
10414 (top-level): Use do_self_tests.
10415
10416 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10417 Don Breazeal <donb@codesourcery.com>
10418
10419 * gdb.base/maint.exp: Escape paths used in regular expressions.
10420 * gdb.stabs/weird.exp: Likewise.
10421
10422 2016-07-13 Tom Tromey <tom@tromey.com>
10423
10424 PR python/15620, PR python/18620:
10425 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10426 (test_bkpt_events): New procs.
10427
10428 2016-07-13 Tom Tromey <tom@tromey.com>
10429
10430 PR python/17698:
10431 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10432 test.
10433 (test_watchpoints): Likewise.
10434 (test_bkpt_pending): New proc.
10435
10436 2016-07-13 Tom Tromey <tom@tromey.com>
10437
10438 PR cli/18053:
10439 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10440 completion test.
10441
10442 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10443
10444 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10445 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10446 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10447 f_label.
10448 (g): Rename g_end_lbl to g_label.
10449 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10450 low_pc and high_pc.
10451 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10452
10453 2016-07-12 Tom Tromey <tom@tromey.com>
10454
10455 PR python/19293:
10456 * gdb.python/py-unwind-maint.exp: Update tests.
10457
10458 2016-07-12 Yao Qi <yao.qi@linaro.org>
10459
10460 * lib/selftest-support.exp (selftest_setup): Match the output
10461 when captured_main is inlined.
10462
10463 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10464
10465 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10466 New variables.
10467 (print this%a, print this%b, print this): New tests.
10468 * gdb.fortran/derived-types.f90 (this): New object and
10469 initialization.
10470
10471 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10472
10473 * gdb.ada/arraydim.exp: Remove extra directory level in build
10474 directory.
10475
10476 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10477
10478 * lib/ada.exp: Remove extra directory level in build directory.
10479 * gdb.ada/cond_lang.exp: Likewise.
10480 * gdb.ada/exec_changed.exp: Likewise.
10481 * gdb.ada/lang_switch.exp: Likewise.
10482
10483 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10484
10485 * simple.rs: Add test for raw pointer subscripting.
10486 * simple.exp: Add test expectations.
10487
10488 2016-07-05 Yao Qi <yao.qi@linaro.org>
10489
10490 * gdb.mi/mi-reverse.exp: Match =record-started output.
10491
10492 2016-07-01 Pedro Alves <palves@redhat.com>
10493
10494 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10495 procedure.
10496 (jit_reader_test): Test the jit reader's unwinder.
10497 * gdb.base/jithost.c (jit_function_00_code): New global.
10498 (main): Use memcpy to fill in the mmapped code, instead of poking
10499 bytes manually here.
10500 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10501 value.
10502 (read_debug_info): Save the function's range.
10503 (read_sp): New function.
10504 (unwind_frame): Use it. Also unwind RBP.
10505 (get_frame_id): Use read_sp.
10506 (gdb_init_reader): Use calloc instead of malloc.
10507 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10508 parameter. Use gdb_test_multiple.
10509
10510 2016-07-01 Pedro Alves <palves@redhat.com>
10511 Antoine Tremblay <antoine.tremblay@ericsson.com>
10512
10513 * gdb.threads/process-dies-while-detaching.c: New file.
10514 * gdb.threads/process-dies-while-detaching.exp: New file.
10515
10516 2016-07-01 Pedro Alves <palves@redhat.com>
10517
10518 * gdb.multi/watchpoint-multi-exit.c: New file.
10519 * gdb.multi/watchpoint-multi-exit.exp: New file.
10520
10521 2016-06-30 Pedro Alves <palves@redhat.com>
10522
10523 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10524 unset inferior_spawn_id.
10525
10526 2016-06-30 Pedro Alves <palves@redhat.com>
10527
10528 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10529 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10530
10531 2016-06-29 Yao Qi <yao.qi@linaro.org>
10532
10533 * gdb.base/return.c: Add copyright header.
10534
10535 2016-06-29 Tom Tromey <tom@tromey.com>
10536
10537 PR python/20129:
10538 * gdb.python/py-framefilter.exp: Add tests for setting priority
10539 and disabling of non-existent frame filter.
10540
10541 2016-06-29 Yao Qi <yao.qi@linaro.org>
10542
10543 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10544 0x0f07ff.
10545
10546 2016-06-28 Yao Qi <yao.qi@linaro.org>
10547
10548 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10549 triplets. Start gdb, execute catch syscall, and continue. Check
10550 gdb's output to determine catch syscall is supported.
10551
10552 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10553
10554 * gdb.rust/simple.rs: Add test for returning unit in a function.
10555 * gdb.rust/simple.exp: Add expectation for functions returning
10556 unit.
10557
10558 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10559
10560 * gdb.python/py-breakpoint-create-fail.c,
10561 gdb.python/py-breakpoint-create-fail.exp,
10562 gdb.python/py-breakpoint-create-fail.py: New testcase.
10563
10564 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10565
10566 PR gdb/20239
10567 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10568 * gdb.rust/simple.exp: Add test expectations for new NonZero
10569 tests.
10570
10571 2016-06-24 David Taylor <dtaylor@emc.com>
10572
10573 * gdb.base/offsets.exp: New file.
10574 * gdb.base/offsets.c: New file.
10575
10576 2016-06-23 Tom Tromey <tom@tromey.com>
10577
10578 PR gdb/16483:
10579 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10580 before any filters are loaded.
10581
10582 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10583
10584 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10585 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10586 structs.
10587 * gdb.fortran/derived-type-function.exp: New file.
10588 * gdb.fortran/derived-type-function.f90: New file.
10589
10590
10591 2016-06-21 Pedro Alves <palves@redhat.com>
10592
10593 * gdb.base/new-ui.exp: New file.
10594 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10595 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10596 (with_spawn_id): New procedure.
10597
10598 2016-06-21 Pedro Alves <palves@redhat.com>
10599
10600 * gdb.mi/mi-exec-run.exp: New file.
10601
10602 2016-06-21 Pedro Alves <palves@redhat.com>
10603
10604 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10605 breakpoint command's output on the main UI.
10606 (test_break): New procedure, factored out from calls in the top
10607 level.
10608 (top level): Use foreach_with_prefix to test MI as main UI and as
10609 separate UI.
10610
10611 2016-06-21 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10614 (test_awatch_creation_and_listing)
10615 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10616 Remove 'type' parameter.
10617 (test_watchpoint_all): New parameter mi_mode. Remove
10618 with_test_prefix.
10619 (top level): Use foreach_with_prefix, and add main/separate UI MI
10620 testing axis.
10621
10622 2016-06-21 Pedro Alves <palves@redhat.com>
10623
10624 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10625 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10626 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10627 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10628 (gdb_main_spawn_id, mi_spawn_id): Declare and
10629 comment.
10630 (mi_create_inferior_pty): New procedure,
10631 factored out from default_mi_gdb_start.
10632 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10633 procedures.
10634 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10635 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10636 Use mi_create_inferior_pty.
10637 (mi_gdb_start): Use eval to pass down args list.
10638
10639 2016-06-21 Pedro Alves <palves@redhat.com>
10640
10641 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10642 * gdb.opt/inline-cmds.exp: Add MI tests.
10643
10644 2016-06-21 Pedro Alves <palves@redhat.com>
10645
10646 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10647
10648 2016-06-21 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10651 (top level): Use it instead of mi_execute_to.
10652
10653 2016-06-21 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10656 (cont_handler_str): New.
10657 (signal_stop_handler): Set stop_handler_str instead of printing to
10658 stdout.
10659 (continue_handler): Set cont_handler_str instead of printing to
10660 stdout.
10661 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10662 mi_send_resuming_command. Print stop_handler_str and
10663 cont_handler_str instead of expecting the python events print
10664 directly.
10665
10666 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10667
10668 * gdb.base/jit-reader.exp: New file.
10669 * gdb.base/jithost.c: New file.
10670 * gdb.base/jithost.h: New file.
10671 * gdb.base/jitreader.c : New file.
10672 * gdb.base/jit-protocol.h: New file.
10673
10674 2016-06-17 Yao Qi <yao.qi@linaro.org>
10675
10676 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10677 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10678 and detach-on-fork. Adjust tests.
10679 (top level): Invoke break_cond_on_syscall with combinations of
10680 syscall, follow-fork-mode and detach-on-fork.
10681
10682 2016-06-17 Yao Qi <yao.qi@linaro.org>
10683
10684 * gdb.base/step-over-exit.c: New.
10685 * gdb.base/step-over-exit.exp: New.
10686
10687 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10688
10689 * gdb.base/float.exp: Add target check for nds32*-*-*.
10690 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10691
10692 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10693
10694 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10695 for unsupported target features.
10696 * gdb.base/call-rt-st.exp: Likewise.
10697 * gdb.base/call-sc.exp: Likewise.
10698 * gdb.base/call-signal-resume.exp: Likewise.
10699 * gdb.base/call-strs.exp: Likewise.
10700 * gdb.base/callexit.exp: Likewise.
10701 * gdb.base/callfuncs.exp: Likewise.
10702 * gdb.base/nodebug.exp: Likewise.
10703 * gdb.base/printcmds.exp: Likewise.
10704 * gdb.base/ptype.exp: Likewise.
10705 * gdb.base/structs.exp: Likewise.
10706 * gdb.base/unwindonsignal.exp: Likewise.
10707 * gdb.cp/gdb2495.exp: Likewise.
10708 * gdb.cp/templates.exp: Likewise.
10709 * gdb.cp/virtfunc.exp: Likewise.
10710 * gdb.threads/hand-call-in-threads.exp: Likewise.
10711 * gdb.threads/interrupted-hand-call.exp: Likewise.
10712 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10713
10714 2016-06-10 Tom Tromey <tom@tromey.com>
10715
10716 PR rust/20110:
10717 * gdb.rust/expr.exp: Add test for integer constant larger than
10718 i32.
10719
10720 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10721
10722 * gdb.fortran/nested-funcs.exp: New.
10723 * gdb.fortran/nested-funcs.f90: New.
10724
10725 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10726
10727 * gdb.base/examine-backward.c: New file.
10728 * gdb.base/examine-backward.exp: New file.
10729
10730 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10731
10732 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10733 matching.
10734
10735 2016-06-02 Tom Tromey <tom@tromey.com>
10736
10737 PR python/18984:
10738 * gdb.python/py-shared.exp: Add solib_name test.
10739
10740 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10741
10742 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10743
10744 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10745
10746 PR c++/19893
10747 * gdb.dwarf2/implref.exp: Rename to...
10748 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10749 * gdb.dwarf2/implref-array.c: New file.
10750 * gdb.dwarf2/implref-array.exp: Likewise.
10751 * gdb.dwarf2/implref-global.c: Likewise.
10752 * gdb.dwarf2/implref-global.exp: Likewise.
10753 * gdb.dwarf2/implref-struct.c: Likewise.
10754 * gdb.dwarf2/implref-struct.exp: Likewise.
10755
10756 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10757
10758 * gdb.trace/trace-condition.exp: Add 64bit tests.
10759
10760 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10761
10762 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10763 bits types.
10764 (main): Adapt to 8 to 64 bits types.
10765 * gdb.trace/trace-condition.exp: Add new tests.
10766
10767 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10768
10769 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10770
10771 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10772
10773 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10774 Move condition tests...
10775 * gdb.trace/trace-condition.exp: Here.
10776
10777 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10778
10779 * gdb.trace/trace-condition.exp: Add counter-case tests.
10780
10781 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10782
10783 PR c++/15231
10784 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10785 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10786
10787 2016-05-27 Pedro Alves <palves@redhat.com>
10788
10789 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10790 New procedure.
10791 (top level): Call it, and bail out of DejaGnu is known to be bad.
10792
10793 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10794
10795 * gdb.base/whatis.c: Extend the test case.
10796 * gdb.base/whatis.exp: Add additional tests.
10797
10798 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10799
10800 * gdb.fortran/type.f90: Add pointer variable.
10801 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10802
10803 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10804
10805 * gdb.fortran/vla-type.exp: Fix testcase name.
10806
10807 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10808
10809 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10810
10811 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10812
10813 * gdb.fortran/type.f90: Add nested structures.
10814 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10815 * gdb.fortran/derived-type.exp: Adapt expected output.
10816 * gdb.fortran/vla-type.exp: Adapt expected output.
10817
10818 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10819
10820 * gdb.fortran/whatis_type.exp: Adapt expected output.
10821
10822 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10823
10824 * gdb.fortran/print_type.exp: Fix expected output.
10825 * gdb.fortran/whatis_type.exp: Fix expected output.
10826
10827 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10828
10829 * gdb.fortran/whatis_type.exp: Use multi_line.
10830
10831 2016-05-24 Tom Tromey <tom@tromey.com>
10832
10833 PR python/17386:
10834 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10835 use value as an index.
10836
10837 2016-05-23 Tom Tromey <tom@tromey.com>
10838
10839 PR python/17981:
10840 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10841 no-breakpoint case.
10842
10843 2016-05-24 Pedro Alves <palves@redhat.com>
10844
10845 PR gdb/19828
10846 * gdb.threads/clone-attach-detach.c: New file.
10847 * gdb.threads/clone-attach-detach.exp: New file.
10848
10849 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10850
10851 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10852
10853 2016-05-23 Tom Tromey <tom@tromey.com>
10854
10855 PR python/19438, PR python/18393:
10856 * gdb.python/py-progspace.exp: Add "dir" test.
10857 * gdb.python/py-objfile.exp: Add "dir" test.
10858
10859 2016-05-23 Yao Qi <yao.qi@linaro.org>
10860
10861 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10862 * gdb.arch/thumb2-it.exp: Likewise.
10863
10864 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10865
10866 * gdb.mi/mi-threads-interrupt.c: New file.
10867 * gdb.mi/mi-threads-interrupt.exp: New file.
10868
10869 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10870
10871 PR gdb/18077
10872 * gdb.mi/mi-async-run.exp: New file.
10873 * gdb.mi/mi-async-run.c: New file.
10874
10875 2016-05-17 Tom Tromey <tom@tromey.com>
10876 Manish Goregaokar <manishsmail@gmail.com>
10877
10878 * lib/rust-support.exp: New file.
10879 * lib/gdb.exp (skip_rust_tests): New proc.
10880 (build_executable_from_specs): Handle rust.
10881 * lib/future.exp (gdb_find_rustc): New proc.
10882 (gdb_default_target_compile): Handle rust.
10883 * gdb.rust/expr.exp: New file.
10884 * gdb.rust/generics.exp: New file.
10885 * gdb.rust/generics.rs: New file.
10886 * gdb.rust/methods.exp: New file.
10887 * gdb.rust/methods.rs: New file.
10888 * gdb.rust/modules.exp: New file.
10889 * gdb.rust/modules.rs: New file.
10890 * gdb.rust/simple.exp: New file.
10891 * gdb.rust/simple.rs: New file.
10892
10893 2016-05-17 Tom Tromey <tom@tromey.com>
10894
10895 * gdb.base/default.exp (set language): Add rust.
10896
10897 2016-05-17 Tom Tromey <tom@tromey.com>
10898
10899 * gdb.gdb/unittest.exp: New file.
10900
10901 2016-05-16 Yao Qi <yao.qi@linaro.org>
10902
10903 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10904 shell_prompt. Update shell_prompt_re.
10905
10906 2016-05-12 Doug Evans <dje@google.com>
10907
10908 PR symtab/19999
10909 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10910 $options when building executable.
10911 * gdb.dwarf2/fission-loclists-pie.S: New file.
10912 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10913
10914 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10915
10916 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10917 of [is_remote target],
10918
10919 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10920
10921 * lib/gdb.exp (use_gdb_stub): New procedure.
10922
10923 2016-05-03 Yunlian Jiang <yunlian@google.com>
10924 Doug Evans <dje@google.com>
10925
10926 PR symtab/19914
10927 * gdb.dwarf2/dwp-sepdebug.c: New file.
10928 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10929
10930 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10931
10932 * gdb.base/detach.exp: Remove is_remote check.
10933
10934 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10935
10936 * gdb.base/annota-input-while-running.exp: Don't check for
10937 [is_remote target]. Enable annotations after running to main.
10938 Remove unused "set test..." line.
10939
10940 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10941
10942 * gdb.trace/trace-enable-disable.exp: New file.
10943 * gdb.trace/trace-enable-disable.c: New file.
10944
10945 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10946
10947 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10948 use it in info sharedlibrary test.
10949 * gdb.trace/ftrace-lock.exp: Likewise.
10950 * gdb.trace/ftrace.exp: Likewise.
10951 * gdb.trace/range-stepping.exp: Likewise.
10952 * gdb.trace/trace-break.exp: Likewise.
10953 * gdb.trace/trace-condition.exp: Likewise.
10954 * gdb.trace/trace-mt.exp: Likewise.
10955
10956 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10957
10958 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10959 (gdb_load_shlib): ... this.
10960 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10961 gdb_load_shlib.
10962 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10963 * gdb.base/ctxobj.exp: Likewise.
10964 * gdb.base/dprintf-pending.exp: Likewise.
10965 * gdb.base/dso2dso.exp: Likewise.
10966 * gdb.base/fixsection.exp: Likewise.
10967 * gdb.base/gcore-relro.exp: Likewise.
10968 * gdb.base/gdb1555.exp: Likewise.
10969 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10970 * gdb.base/gnu-ifunc.exp: Likewise.
10971 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10972 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10973 * gdb.base/pending.exp: Likewise.
10974 * gdb.base/print-file-var.exp: Likewise.
10975 * gdb.base/print-symbol-loading.exp: Likewise.
10976 * gdb.base/shlib-call.exp: Likewise.
10977 * gdb.base/shreloc.exp: Likewise.
10978 * gdb.base/so-impl-ld.exp: Likewise.
10979 * gdb.base/solib-disc.exp: Likewise.
10980 * gdb.base/solib-nodir.exp: Likewise.
10981 * gdb.base/solib-overlap.exp: Likewise.
10982 * gdb.base/solib-symbol.exp: Likewise.
10983 * gdb.base/solib-weak.exp (do_test): Likewise.
10984 * gdb.base/sym-file.exp: Likewise.
10985 * gdb.base/symtab-search-order.exp: Likewise.
10986 * gdb.base/type-opaque.exp: Likewise.
10987 * gdb.base/unload.exp: Likewise.
10988 * gdb.base/watchpoint-solib.exp: Likewise.
10989 * gdb.compile/compile.exp: Likewise.
10990 * gdb.cp/gdb2384.exp: Likewise.
10991 * gdb.cp/infcall-dlopen.exp: Likewise.
10992 * gdb.cp/re-set-overloaded.exp: Likewise.
10993 * gdb.fortran/library-module.exp: Likewise.
10994 * gdb.opt/solib-intra-step.exp: Likewise.
10995 * gdb.python/py-finish-breakpoint.exp: Likewise.
10996 * gdb.python/py-shared.exp: Likewise.
10997 * gdb.reverse/solib-precsave.exp: Likewise.
10998 * gdb.reverse/solib-reverse.exp: Likewise.
10999 * gdb.server/solib-list.exp: Likewise.
11000 * gdb.threads/dlopen-libpthread.exp: Likewise.
11001 * gdb.threads/tls-shared.exp: Likewise.
11002 * gdb.threads/tls-so_extern.exp: Likewise.
11003 * gdb.trace/change-loc.exp: Likewise.
11004 * gdb.trace/ftrace-lock.exp: Likewise.
11005 * gdb.trace/ftrace.exp: Likewise.
11006 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11007 * gdb.trace/pending.exp: Likewise.
11008 * gdb.trace/range-stepping.exp: Likewise.
11009 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11010 (strace_info_marker): Likewise.
11011 (strace_probe_marker): Likewise.
11012 (strace_trace_on_same_addr): Likewise.
11013 (strace_trace_on_diff_addr): Likewise.
11014 * gdb.trace/trace-break.exp: Likewise.
11015 * gdb.trace/trace-condition.exp: Likewise.
11016 * gdb.trace/trace-mt.exp: Likewise.
11017
11018 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11019
11020 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11021 result of gdb_remote_download.
11022 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11023 * gdb.base/dso2dso.exp: Likewise.
11024 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11025 * gdb.base/print-file-var.exp: Likewise.
11026 * gdb.base/shlib-call.exp: Likewise.
11027 * gdb.base/shreloc.exp: Likewise.
11028 * gdb.base/solib-overlap.exp: Likewise.
11029 * gdb.base/solib-weak.exp (do_test): Likewise.
11030 * gdb.base/unload.exp: Likewise.
11031
11032 2016-04-27 Yao Qi <yao.qi@linaro.org>
11033
11034 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11035 exists.
11036
11037 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11038
11039 * vla-type.exp: Print structure from toplevel.
11040
11041 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11042
11043 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11044 of dynamic types.
11045 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11046 of dynamic types.
11047
11048 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11049
11050 * gdb.fortran/vla-type.f90: New file.
11051 * gdb.fortran/vla-type.exp: New file.
11052
11053 2016-04-25 Yao Qi <yao.qi@linaro.org>
11054
11055 * gdb.base/branch-to-self.c: New file.
11056 * gdb.base/branch-to-self.exp: New file.
11057
11058 2016-04-22 Yao Qi <yao.qi@linaro.org>
11059
11060 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11061 more after $hex.
11062
11063 2016-04-22 Yao Qi <yao.qi@linaro.org>
11064
11065 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11066 * gdb.base/annota3.exp: Likewise.
11067
11068 2016-04-22 Yao Qi <yao.qi@linaro.org>
11069
11070 * gdb.reverse/step-precsave.exp: Do one step and test program
11071 stops in "callee" and do multiple steps until program goes out
11072 of "callee".
11073 * gdb.reverse/step-reverse.exp: Likewise.
11074
11075 2016-04-22 Yao Qi <yao.qi@linaro.org>
11076
11077 * gdb.trace/signal.exp: Also pass if
11078 $tracepoint_hits($i) > $iterations.
11079
11080 2016-04-22 Yao Qi <yao.qi@linaro.org>
11081
11082 * gdb.trace/signal.c: New file.
11083 * gdb.trace/signal.exp: New file.
11084
11085 2016-04-19 Doug Evans <xdje42@gmail.com>
11086
11087 * gdb.base/bad-file.exp: New file.
11088
11089 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11090
11091 * gdb.dwarf2/implref.exp: New file.
11092
11093 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11094
11095 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11096 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11097 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11098 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11099 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11100 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11101 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11102 * lib/fortran.exp (fortran_int4): New procedure.
11103 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11104 (fortran_logical4): Likewise.
11105
11106 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11107
11108 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11109
11110 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11111
11112 * lib/compiler.c: Add Intel specific preprocessor macros.
11113 * lib/compiler.cc: Likewise.
11114
11115 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11116
11117 * gdb.server/connect-with-no-symbol-file.c: New file.
11118 * gdb.server/connect-with-no-symbol-file.exp: New file.
11119
11120 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11121
11122 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11123
11124 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11125
11126 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11127 standard output directory.
11128
11129 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11130
11131 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11132
11133 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11134
11135 * gdb.btrace/instruction_history.c (loop): Add declaration.
11136
11137 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11138
11139 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11140
11141 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11142
11143 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11144 parentheses to print.
11145 (continue_handler): Likewise.
11146
11147 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11148
11149 * gdb.server/solib-list.exp: Remove is_remote check.
11150 Pass shlib= to gdb_compile. Don't link shared library with
11151 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11152 Run binary filename through "readlink -f" on the target.
11153
11154 2016-04-08 Pedro Alves <palves@redhat.com>
11155
11156 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11157 interpreter filename as argument to gdbserver_spawn.
11158 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11159 Return empty if $last_loaded_file does not exist.
11160
11161 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11162
11163 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11164 * gdb.base/jit-main.c: Use exit after usage.
11165
11166 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11167
11168 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11169 GDBHISTSIZE prior to the tests.
11170 * gdb.base/gdbinit-history.exp: Likewise.
11171
11172 2016-04-07 Pedro Alves <palves@redhat.com>
11173
11174 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11175 instead of build_executable. Use gdb_load_shlibs.
11176
11177 2016-04-07 Yao Qi <yao.qi@linaro.org>
11178
11179 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11180 Execute "si" command.
11181
11182 2016-04-07 Yao Qi <yao.qi@linaro.org>
11183
11184 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11185 number instead of the comments on some line.
11186
11187 2016-04-06 Don Breazeal <donb@codesourcery.com>
11188
11189 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11190 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11191
11192 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11193
11194 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11195 standard_output_file. Remove unused binfile variable.
11196
11197 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11198
11199 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11200 * gdb.python/py-mi-objfile.exp: Match "list main" output
11201 in console format.
11202
11203 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11204
11205 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11206 absolute.
11207
11208 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11209
11210 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11211 absolute.
11212 * gdb.trace/ftrace.exp: Likewise.
11213 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11214 targets as well.
11215 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11216 (gdb_load_shlibs): Copy libraries to test directory when testing
11217 natively. Only set solib-search-path if testing remotely.
11218 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11219
11220 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11221
11222 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11223 gdb_download. Use it even if the target is not remote.
11224 * gdb.base/jit.exp (compile_jit_test): Likewise.
11225 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11226 output directory if the destination board is local, otherwise use
11227 the standard remote_download from DejaGnu.
11228 (gdb_download): Remove.
11229 (gdb_load_shlibs): Use gdb_remote_download instead of
11230 gdb_download.
11231 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11232 Use gdb_remote_download instead of gdb_download. Use it even if
11233 the target is not remote.
11234 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11235 instead of gdb_download.
11236
11237 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11238
11239 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11240 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11241 run.
11242
11243 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11244
11245 PR gdb/19820
11246 * gdb.base/printcmds.exp: Add artificial arrays tests.
11247
11248 2016-03-31 Pedro Alves <palves@redhat.com>
11249
11250 PR gdb/19858
11251 * gdb.base/jit-main.c: Include unistd.h.
11252 (ATTACH): Define to 0 if not already defined.
11253 (wait_for_gdb, mypid): New globals.
11254 (WAIT_FOR_GDB): New macro.
11255 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11256 some breakpoint locations.
11257 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11258 New procedures.
11259 (one_jit_test): Add REATTACH parameter, and handle it. Use
11260 continue_to_test_location.
11261 (top level): Test attach, and adjusts calls to one_jit_test.
11262
11263 2016-03-31 Pedro Alves <palves@redhat.com>
11264
11265 PR gdb/19858
11266 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11267 BINSUFFIX parameter, and handle it.
11268 (top level): Adjust calls compile_jit_test.
11269
11270 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11271
11272 PR python/19743
11273 * gdb.python/py-mi-events-gdb.py: New file.
11274 * gdb.python/py-mi-events.c: New file.
11275 * gdb.python/py-mi-events.exp: New file.
11276
11277 2016-03-30 Yao Qi <yao.qi@linaro.org>
11278
11279 * gdb.reverse/until-precsave.exp: Match function name only.
11280 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11281 Move malloc to a condition block.
11282 * gdb.reverse/until-reverse.exp: Match function name only.
11283
11284 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11285
11286 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11287 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11288 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11289 variable for GPR 0 instead of assuming it is register 0.
11290 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11291 * lib/trace-support.exp: Add s390 registers.
11292
11293 2016-03-29 Yao Qi <yao.qi@linaro.org>
11294
11295 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11296
11297 2016-03-24 Yao Qi <yao.qi@linaro.org>
11298
11299 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11300 test message.
11301
11302 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11303
11304 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11305 maintaining separate logic for constructing the output path.
11306
11307 2016-03-16 Don Breazeal <donb@codesourcery.com>
11308
11309 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11310 Retry fork and waitpid on interrupted system call errors.
11311 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11312 Use with_timeout_factor to increase timeout by factor of 10.
11313
11314 2016-03-15 Don Breazeal <donb@codesourcery.com>
11315
11316 * gdb.cp/scope-err.cc: New test program.
11317 * gdb.cp/scope-err.exp: New test script.
11318 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11319 lines and "set breakpoint here" comment.
11320 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11321 Fixed some whitespace and format issues.
11322 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11323 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11324
11325 2016-03-15 Doug Evans <dje@google.com>
11326
11327 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11328 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11329 All callers updated. Add tests for enums, mixed flags register.
11330
11331 2016-03-15 Doug Evans <dje@google.com>
11332
11333 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11334 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11335
11336 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11337
11338 * gdb.base/default.exp: Add $_as_string to the list of expected
11339 convenience functions.
11340
11341 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11342
11343 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11344
11345 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11346
11347 * gdb.python/py-as-string.exp: New file.
11348 * gdb.python/py-as-string.c: New file.
11349
11350 2016-03-09 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11353 signal" -> "Thread NN received signal" output change.
11354 * gdb.threads/ia64-sigill.exp: Likewise.
11355 * gdb.threads/linux-dp.exp: Likewise.
11356 * gdb.threads/manythreads.exp: Likewise.
11357 * gdb.threads/pending-step.exp: Likewise.
11358 * gdb.threads/print-threads.exp: Likewise.
11359 * gdb.threads/sigstep-threads.exp: Likewise.
11360 * gdb.threads/staticthreads.exp: Likewise.
11361 * gdb.threads/tls.exp: Likewise.
11362
11363 2016-03-09 Pedro Alves <palves@redhat.com>
11364
11365 * gdb.base/command-line-input.exp: New file.
11366
11367 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11368
11369 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11370 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11371 * gdb.trace/pending.exp: Accept leading dot before function name.
11372 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11373 * lib/trace-support.exp: Set registers for ppc.
11374
11375 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11376
11377 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11378 use it for disassembly; accept .main in addition to main in backtrace.
11379
11380 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11381 Marcin Kościelnicki <koriakin@0x04.net>
11382
11383 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11384 (gdb_recursion_test_ptr): New global variable.
11385 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11386 gdb_recursion_test.
11387 (gdb_c_test): Ditto.
11388
11389 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11390
11391 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11392 ordering.
11393
11394 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11395
11396 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11397 (bar): Add bar_start_lbl label.
11398 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11399 of foo/bar for emitting DWARF and tracing.
11400
11401 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11402
11403 * analyze-racy-logs.py: Set executable bit.
11404
11405 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11406
11407 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11408 (CHECK_TARGET_TMP): Likewise.
11409 (check-single-racy): New rule.
11410 (check-parallel-racy): Likewise.
11411 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11412 (do-check-parallel-racy): New rule.
11413 (check-racy/%.exp): Likewise.
11414 * README (Racy testcases): New section.
11415 * analyze-racy-logs.py: New file.
11416
11417 2016-03-03 Doug Evans <dje@google.com>
11418
11419 * gdb.base/skip.exp: Use with_test_prefix.
11420
11421 2016-03-03 Yao Qi <yao.qi@linaro.org>
11422
11423 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11424 Invoke step_over_syscall "clone" and break_cond_on_syscall
11425 "clone".
11426 * gdb.base/step-over-clone.c: New file.
11427
11428 2016-03-03 Yao Qi <yao.qi@linaro.org>
11429
11430 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11431 code format.
11432
11433 2016-03-03 Yao Qi <yao.qi@linaro.org>
11434
11435 * gdb.base/disp-step-fork.c: Rename to ...
11436 * gdb.base/step-over-fork.c: ... it. New file.
11437 * gdb.base/disp-step-vfork.c: Rename to ...
11438 * gdb.base/step-over-vfork.c: ... it. New file.
11439 * gdb.base/disp-step-syscall.exp: Rename to ...
11440 * gdb.base/step-over-syscall.exp: ... it. New file.
11441 (disp_step_cross_syscall): Rename to ...
11442 (step_over_syscall): ... it.
11443
11444 2016-03-03 Yao Qi <yao.qi@linaro.org>
11445
11446 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11447 If target supports condition evaluation on target, invoke
11448 break_cond_on_syscall for fork and vfork.
11449
11450 2016-03-03 Yao Qi <yao.qi@linaro.org>
11451
11452 * gdb.base/disp-step-syscall.exp: Don't invoke
11453 support_displaced_stepping.
11454 (disp_step_cross_syscall): Test with displaced stepping off and
11455 on if supported.
11456
11457 2016-03-03 Yao Qi <yao.qi@linaro.org>
11458
11459 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11460 proc.
11461 (setup): New proc.
11462 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11463 and setup.
11464
11465 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11466
11467 * gdb.fortran/vla-history.exp: Remove breakpoint.
11468
11469 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11470
11471 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11472 exceeds timeout.
11473
11474 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11475
11476 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11477 breakpoint.
11478
11479 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11480
11481 * gdb.mi/vla.f90: Nullify pointer after declaration.
11482
11483 2016-03-01 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11486
11487 2016-03-01 Pedro Alves <palves@redhat.com>
11488
11489 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11490 before anything else.
11491 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11492 _GNU_SOURCE here.
11493 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11494 before anything else.
11495 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11496
11497 2016-03-01 Pedro Alves <palves@redhat.com>
11498
11499 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11500
11501 2016-03-01 Yao Qi <yao.qi@linaro.org>
11502
11503 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11504 prepare_for_testing.
11505
11506 2016-03-01 Yao Qi <yao.qi@linaro.org>
11507
11508 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11509
11510 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11511
11512 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11513 manually constructing the output path.
11514
11515 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11516
11517 * gdb.arch/s390-stackless.S: New.
11518 * gdb.arch/s390-stackless.exp: New.
11519
11520 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11521
11522 * gdb.dlang/circular.c: New file.
11523 * gdb.dlang/circular.exp: New file.
11524
11525 2016-02-26 Yao Qi <yao.qi@linaro.org>
11526
11527 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11528 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11529 (testcases): Update.
11530
11531 2016-02-26 Yao Qi <yao.qi@linaro.org>
11532
11533 * gdb.reverse/aarch64.c: Rename to ...
11534 * gdb.reverse/insn-reverse.c: ... it.
11535 * gdb.reverse/aarch64.exp: Rename to ...
11536 * gdb.reverse/insn-reverse.exp: ... it.
11537
11538 2016-02-26 Yao Qi <yao.qi@linaro.org>
11539
11540 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11541 (testcase_ftype): New.
11542 (testcases): New array.
11543 (n_testcases): New.
11544 (main): Call each element in testcases.
11545 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11546 (read_testcase): New.
11547 Do the tests in a loop.
11548
11549 2016-02-25 Yao Qi <yao.qi@linaro.org>
11550
11551 * gdb.base/branches.c: Remove.
11552
11553 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11554
11555 PR gdb/13808
11556 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11557
11558 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11559
11560 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11561
11562 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11563
11564 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11565 change x86_64 call_insn to 'callq'.
11566
11567 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11568
11569 * gdb.trace/tfile-avx.c: Move to...
11570 * gdb.trace/tracefile-pseudo-reg.c: Here.
11571 * gdb.trace/tfile-avx.exp: Move to...
11572 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11573
11574 2016-02-24 Gary Benson <gbenson@redhat.com>
11575
11576 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11577 message on attach.
11578
11579 2016-02-23 Doug Evans <dje@google.com>
11580
11581 * gdb.base/skip.c (test_skip): New function.
11582 (end_test_skip_file_and_function): New function.
11583 (test_skip_file_and_function): New function.
11584 * gdb.base/skip1.c (test_skip): New function.
11585 (skip1_test_skip_file_and_function): New function.
11586 * gdb.base/skip.exp: Add tests for new skip options.
11587 * gdb.base/skip-solib.exp: Update expected output.
11588 * gdb.perf/skip-command.cc: New file.
11589 * gdb.perf/skip-command.exp: New file.
11590 * gdb.perf/skip-command.py: New file.
11591
11592 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11593
11594 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11595 info registers pattern.
11596
11597 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11598
11599 * lib/future.exp: Add D support.
11600 (gdb_find_gdc): New proc.
11601 (gdb_default_target_compile): Add D support.
11602
11603 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11604
11605 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11606 user+system time.
11607 (trace_speed_test): Determine the iteration count for a time
11608 between 15..30 seconds.
11609
11610 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11611
11612 * gdb.arch/i386-mpx-sigsegv.c: New file.
11613 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11614 * gdb.arch/i386-mpx-simple_segv.c: New file.
11615 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11616
11617 2016-02-18 Yao Qi <yao.qi@linaro.org>
11618
11619 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11620 Don't call setup_kfail.
11621
11622 2016-02-18 Yao Qi <yao.qi@linaro.org>
11623
11624 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11625 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11626
11627 2016-02-16 Doug Evans <dje@google.com>
11628
11629 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11630 * gdb.base/skip1.c: Ditto.
11631 * gdb.base/skip.exp: Whitespace cleanup.
11632
11633 2016-02-16 Don Breazeal <donb@codesourcery.com>
11634
11635 PR remote/19496
11636 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11637 Remove kfail for PR remote/19496.
11638
11639 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11640
11641 * lib/gdb.exp (standard_temp_file): Return a path specific to
11642 the runtest invocation.
11643
11644 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11645
11646 * gdb.trace/save-trace.exp: Change relative path to be in the
11647 standard output directory.
11648
11649 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11650
11651 * gdb.arch/i386-prologue.c: Add missing prototypes.
11652
11653 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11654
11655 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11656 * gdb.arch/i386-prologue.exp: Likewise.
11657 * gdb.arch/i386-size.exp: Likewise.
11658
11659 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11660
11661 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11662 define object file path.
11663 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11664 file path.
11665 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11666 standard_output_file to define binfile.
11667
11668 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11669
11670 Fix compatibility with recent gfortran-5.3.1.
11671 * gdb.fortran/vla-history.exp (print vla1 allocated)
11672 (print vla2 allocated, print $2, print $3): Remove
11673 (print $4): Rename to ...
11674 (print $2): ... here.
11675 (print $9): Rename to ...
11676 (print $5): ... here.
11677 (print $10): Rename to ...
11678 (print $6): ... here.
11679 * gdb.fortran/vla.f90: Add pvla initialization.
11680
11681 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11682
11683 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11684 New test.
11685 * gdb.fortran/vla-value-sub.exp: Likewise.
11686
11687 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11688
11689 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11690
11691 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11692
11693 * i386-biarch-core.exp: Define corefile using
11694 standard_output_file.
11695
11696 2016-02-12 Yao Qi <yao.qi@linaro.org>
11697
11698 * gdb.arch/arm-single-step-kernel-helper.c: New.
11699 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11700
11701 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11702
11703 * gdb.btrace/tailcall-only.exp: New.
11704 * gdb.btrace/tailcall-only.c: New.
11705 * gdb.btrace/x86_64-tailcall-only.S: New.
11706 * gdb.btrace/i686-tailcall-only.S: New.
11707
11708 2016-02-11 Pedro Alves <palves@redhat.com>
11709
11710 * README (Parallel testing): Add missing double quotes.
11711
11712 2016-02-11 Pedro Alves <palves@redhat.com>
11713
11714 * README (Parallel testing): New section.
11715 (GDB_PARALLEL): Rewrite.
11716 (FORCE_PARALLEL): Document.
11717
11718 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11719
11720 * gdb.trace/tfile-avx.c: New test.
11721 * gdb.trace/tfile-avx.exp: New test.
11722
11723 2016-02-09 Keith Seitz <keiths@redhat.com>
11724
11725 PR breakpoints/19546
11726 * gdb.base/infcall-exec.c: New file.
11727 * gdb.base/infcall-exec2.c: New file.
11728 * gdb.base/infcall-exec.exp: New file.
11729
11730 2016-02-09 Keith Seitz <keiths@redhat.com>
11731
11732 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11733 (toplevel): Call test_bkpt_address.
11734
11735 2016-02-09 Keith Seitz <keiths@redhat.com>
11736
11737 PR python/19506
11738 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11739 (toplevel): Call test_bkpt_address.
11740
11741 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11742
11743 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11744 to AC_OUTPUT.
11745 * configure: Regenerate.
11746
11747 2016-02-09 Pedro Alves <palves@redhat.com>
11748
11749 PR breakpoints/19548
11750 * gdb.base/execl-update-breakpoints.c (some_function): New
11751 function.
11752 (main): Call it.
11753 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11754 Tighten expected GDB output.
11755
11756 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11757
11758 * Makefile.in (ALL_SUBDIRS): Remove.
11759 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11760 (distclean maintainer-clean realclean): Likewise.
11761 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11762 * configure: Regenerate.
11763 * gdb.ada/Makefile.in: Delete.
11764 * gdb.arch/Makefile.in: Likewise.
11765 * gdb.asm/Makefile.in: Likewise.
11766 * gdb.base/Makefile.in: Likewise.
11767 * gdb.btrace/Makefile.in: Likewise.
11768 * gdb.cell/Makefile.in: Likewise.
11769 * gdb.compile/Makefile.in: Likewise.
11770 * gdb.cp/Makefile.in: Likewise.
11771 * gdb.disasm/Makefile.in: Likewise.
11772 * gdb.dlang/Makefile.in: Likewise.
11773 * gdb.dwarf2/Makefile.in: Likewise.
11774 * gdb.fortran/Makefile.in: Likewise.
11775 * gdb.gdb/Makefile.in: Likewise.
11776 * gdb.go/Makefile.in: Likewise.
11777 * gdb.guile/Makefile.in: Likewise.
11778 * gdb.java/Makefile.in: Likewise.
11779 * gdb.linespec/Makefile.in: Likewise.
11780 * gdb.mi/Makefile.in: Likewise.
11781 * gdb.modula2/Makefile.in: Likewise.
11782 * gdb.multi/Makefile.in: Likewise.
11783 * gdb.objc/Makefile.in: Likewise.
11784 * gdb.opencl/Makefile.in: Likewise.
11785 * gdb.opt/Makefile.in: Likewise.
11786 * gdb.pascal/Makefile.in: Likewise.
11787 * gdb.perf/Makefile.in: Likewise.
11788 * gdb.python/Makefile.in: Likewise.
11789 * gdb.reverse/Makefile.in: Likewise.
11790 * gdb.server/Makefile.in: Likewise.
11791 * gdb.stabs/Makefile.in: Likewise.
11792 * gdb.threads/Makefile.in: Likewise.
11793 * gdb.trace/Makefile.in: Likewise.
11794 * gdb.xml/Makefile.in: Likewise.
11795 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11796 GDB_PARALLEL.
11797 (standard_output_file): Remove check for GDB_PARALLEL, always
11798 return path in outputs/$subdir/$testname.
11799
11800 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11801
11802 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11803 (site.exp): Assign abs_srcdir to tcl's srcdir.
11804
11805 2016-02-04 Yao Qi <yao.qi@linaro.org>
11806
11807 * gdb.base/foll-exec-mode.c: Include limits.h.
11808 (main): Add parameters argc and argv. Get directory from
11809 argv[0].
11810 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11811 compilation.
11812 * gdb.base/foll-exec.c: Include limits.h.
11813 (main): Add parameters argc and argv.
11814 Get directory from argv[0].
11815 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11816 Adjust tests on the number of lines as source code changed.
11817 * gdb.base/foll-vfork-exit.c: Include limits.h.
11818 (main): Add one line of statement before vfork.
11819 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11820 (main): Add parameters argc and argv. Get directory from
11821 argv[0].
11822 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11823 (setup_gdb): Set tbreak to skip some source lines.
11824 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11825 (main): Add parameters argc and argv. Get directory from
11826 argv[0].
11827 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11828 compilation.
11829 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11830 (main): Add parameters argc and argv. Get directory from
11831 argv[0].
11832 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11833 compilation.
11834
11835 2016-02-01 Doug Evans <dje@google.com>
11836
11837 * gdb.base/skip.exp: Clean up multiple references to same test name.
11838
11839 2016-02-01 Pedro Alves <palves@redhat.com>
11840
11841 PR remote/19496
11842 * gdb.threads/forking-threads-plus-breakpoint.exp
11843 (displaced_stepping_supported): New global.
11844 (probe_displaced_stepping_support): New procedure.
11845 (do_test): Add 'displaced' parameter, and use it.
11846 (top level): Check for displaced stepping support. Add displaced
11847 stepping on/off testing axis.
11848
11849 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11850
11851 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11852 pointer. Don't perform further tests on the unassociated pointer
11853 if the first test fails.
11854
11855 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11856
11857 * gdb.base/max-value-size.c: New file.
11858 * gdb.base/max-value-size.exp: New file.
11859 * gdb.base/huge.exp: Disable max-value-size for this test.
11860
11861 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11862
11863 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11864
11865 2016-01-28 Yao Qi <yao.qi@linaro.org>
11866
11867 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11868
11869 2016-01-25 Pedro Alves <palves@redhat.com>
11870
11871 PR threads/19461
11872 * gdb.base/fork-running-state.c: New file.
11873 * gdb.base/fork-running-state.exp: New file.
11874
11875 2016-01-25 Pedro Alves <palves@redhat.com>
11876
11877 PR gdb/19494
11878 * gdb.base/catch-fork-kill.c: New file.
11879 * gdb.base/catch-fork-kill.exp: New file.
11880
11881 2016-01-25 Pedro Alves <palves@redhat.com>
11882
11883 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11884 Delete, moved to lib/gdb.exp.
11885 * gdb.threads/forking-threads-plus-breakpoint.exp
11886 (foreach_with_prefix): Likewise.
11887 * gdb.threads/process-dies-while-handling-bp.exp
11888 (foreach_with_prefix): Likewise.
11889 * lib/gdb.exp (foreach_with_prefix): New procedure.
11890
11891 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11892
11893 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11894 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11895
11896 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11897
11898 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11899 endian targets.
11900
11901 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11902 Pedro Alves <palves@redhat.com>
11903
11904 Fix testsuite compatibility with Guile.
11905 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11906 number.
11907
11908 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11909
11910 Fix testsuite compatibility with Guile.
11911 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11912 (thread 1): New test for backtrace through signal handler.
11913
11914 2016-01-22 Yao Qi <yao.qi@linaro.org>
11915
11916 PR testsuite/19491
11917 * gdb.base/multi-forks.c: Include
11918 ../lib/unbuffer_output.c
11919 (main): Call gdb_unbuffer_output.
11920
11921 2016-01-21 Doug Evans <dje@google.com>
11922
11923 * lib/ada.exp (gdb_compile_ada): Fix typo.
11924
11925 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11926
11927 * gdb.base/break-fun-addr.exp: New file.
11928 * gdb.base/break-fun-addr1.c: New file.
11929 * gdb.base/break-fun-addr2.c: New file.
11930
11931 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11932
11933 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11934 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11935 enum flag values.
11936
11937 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11938
11939 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11940 when GDB can not set the vector return value. Add more comments
11941 for clarification.
11942
11943 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11944
11945 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11946 command.
11947
11948 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11949
11950 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11951
11952 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11953
11954 * Makefile.in (check-single): Pass --status to runtest.
11955 (check/%.exp): Likewise.
11956
11957 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11958
11959 * Makefile.in (check-parallel): Propagate return code from make
11960 do-check-parallel.
11961
11962 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11963
11964 * gdb.trace/ftrace.exp: Fix expected message on continue.
11965 * gdb.trace/pending.exp: Fix expected message on continue.
11966 * gdb.trace/trace-break.exp: Fix expected message on continue.
11967
11968 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11969
11970 * lib/gdb.exp (gdb_test): Remove unused global references.
11971
11972 2016-01-18 Pedro Alves <palves@redhat.com>
11973
11974 * gdb.base/async-shell.exp: Adjust expected output.
11975 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11976 * gdb.base/siginfo-thread.exp: Adjust expected output.
11977 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11978 * gdb.java/jnpe.exp: Adjust expected output.
11979 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11980 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11981 * gdb.threads/leader-exit.exp: Adjust expected output.
11982 * gdb.threads/manythreads.exp: Adjust expected output.
11983 * gdb.threads/pthreads.exp: Adjust expected output.
11984 * gdb.threads/schedlock.exp: Adjust expected output.
11985 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11986 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11987 expected output.
11988 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11989 output.
11990 * gdb.threads/sigthread.exp: Adjust expected output.
11991 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11992
11993 2016-01-18 Yao Qi <yao.qi@linaro.org>
11994
11995 * gdb.guile/scm-section-script.c: Replace @progbits with
11996 %progbits.
11997 * gdb.python/py-section-script.c: Likewise.
11998
11999 2016-01-15 Pedro Alves <palves@redhat.com>
12000
12001 * gdb.multi/tids.exp: Test star wildcard ranges.
12002
12003 2016-01-15 Pedro Alves <palves@redhat.com>
12004
12005 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12006 command from "thread apply" invocation.
12007 (thr_apply_info_thr_invalid): Default the expected output to the
12008 input tid list.
12009 (top level): Add tests that use convenience variables. Add tests
12010 for "thread apply" with a valid TID list, but missing the command.
12011
12012 2016-01-13 Pedro Alves <palves@redhat.com>
12013
12014 * gdb.base/default.exp: Expect $_gthread as well.
12015 * gdb.multi/tids.exp: Test $_gthread.
12016 * gdb.threads/thread-specific.exp: Test $_gthread.
12017
12018 2016-01-13 Pedro Alves <palves@redhat.com>
12019
12020 * gdb.multi/tids.exp: Test "info threads -gid".
12021
12022 2016-01-13 Pedro Alves <palves@redhat.com>
12023
12024 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12025 Breakpoint.thread.
12026 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12027
12028 2016-01-07 Pedro Alves <palves@redhat.com>
12029
12030 * gdb.base/break.exp: Adjust to output changes.
12031 * gdb.base/hbreak2.exp: Likewise.
12032 * gdb.base/sepdebug.exp: Likewise.
12033 * gdb.base/watch_thread_num.exp: Likewise.
12034 * gdb.linespec/keywords.exp: Likewise.
12035 * gdb.multi/info-threads.exp: Likewise.
12036 * gdb.threads/thread-find.exp: Likewise.
12037 * gdb.multi/tids.c: New file.
12038 * gdb.multi/tids.exp: New file.
12039
12040 2016-01-13 Pedro Alves <palves@redhat.com>
12041
12042 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12043
12044 2016-01-13 Pedro Alves <palves@redhat.com>
12045
12046 * gdb.base/default.exp: Expect $_inferior as well.
12047 * gdb.multi/base.exp: Test $_inferior.
12048
12049 2016-01-13 Pedro Alves <palves@redhat.com>
12050
12051 PR breakpoints/19388
12052 * gdb.base/catch-signal-siginfo-cond.c: New file.
12053 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12054
12055 2016-01-12 Josh Stone <jistone@redhat.com>
12056 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12057
12058 * gdb.base/catch-syscall.c (do_execve): New variable.
12059 (main): Conditionally trigger an execve.
12060 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12061 (test_catch_syscall_execve): New, check entry/return across execve.
12062 (do_syscall_tests): Call test_catch_syscall_execve.
12063
12064 2016-01-12 Pedro Alves <palves@redhat.com>
12065
12066 * gdb.base/random-signal.exp (do_test): New procedure, with body
12067 of testcase moved in.
12068
12069 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12070 Pedro Alves <palves@redhat.com>
12071
12072 * gdb.base/funcargs.exp (finish from indirectly called function):
12073 Reintroduce the case for 'First'.
12074
12075 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12076 Pedro Alves <palves@redhat.com>
12077
12078 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12079 (tcatch_vfork_then_child_follow_exec)
12080 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12081 identification.
12082
12083 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12084
12085 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12086 and repeats to unlimited.
12087 * gdb.python/py-value.exp: Likewise.
12088 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12089 and repeats to unlimited.
12090
12091 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12092
12093 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12094 and reordering the functions.
12095 * gdb.multi/hangout.c: Likewise.
12096 * gdb.multi/hello.c: Likewise.
12097
12098 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12099
12100 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12101 absolute.
12102 (SingleStatisticTestResult.report): Use dict.keys instead of
12103 dict.iterkeys.
12104
12105 2016-01-06 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12108
12109 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12110
12111 * gdb.btrace/dlopen.exp: New.
12112 * gdb.btrace/dlopen.c: New.
12113 * gdb.btrace/dlopen-dso.c: New.
12114
12115 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12116
12117 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12118 PATTERN argument is optional.
12119
12120 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12121
12122 * lib/ada.exp (target_compile_ada_from_dir): New function.
12123 (gdb_compile_ada): Reimplement avoiding the use of project files.
12124 * gdb.ada/gnat_ada.gpr: Delete.
12125 * gdb.ada/cond_lang.exp: Adjust test to make path before
12126 filename optional.
12127 * gdb.ada/small_reg_param.exp: Likewise.
12128
12129 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12130
12131 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12132
12133 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12134
12135 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12136 case.
12137
12138 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12139
12140 * gdb.base/break.exp: Remove dead code.
12141 * gdb.base/sepdebug.exp: Likewise.
12142
12143 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12144
12145 * gdb.asm/asm-source.exp: Remove HP-UX references.
12146 * gdb.base/annota1.exp: Likewise.
12147 * gdb.base/annota3.exp: Likewise.
12148 * gdb.base/attach.exp: Likewise.
12149 * gdb.base/bigcore.exp: Likewise.
12150 * gdb.base/break.exp: Likewise.
12151 * gdb.base/call-ar-st.exp: Likewise.
12152 * gdb.base/callfuncs.exp: Likewise.
12153 * gdb.base/catch-fork-static.exp: Likewise.
12154 * gdb.base/display.exp: Likewise.
12155 * gdb.base/foll-exec-mode.exp: Likewise.
12156 * gdb.base/foll-exec.exp: Likewise.
12157 * gdb.base/foll-fork.exp: Likewise.
12158 * gdb.base/foll-vfork.exp: Likewise.
12159 * gdb.base/funcargs.exp: Likewise.
12160 * gdb.base/hbreak2.exp: Likewise.
12161 * gdb.base/inferior-died.exp: Likewise.
12162 * gdb.base/interrupt.exp: Likewise.
12163 * gdb.base/multi-forks.exp: Likewise.
12164 * gdb.base/nodebug.exp: Likewise.
12165 * gdb.base/sepdebug.exp: Likewise.
12166 * gdb.base/solib1.c: Likewise.
12167 * gdb.base/step-test.exp: Likewise.
12168 * gdb.mi/non-stop.c: Likewise.
12169 * gdb.mi/pthreads.c: Likewise.
12170 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12171 * gdb.threads/pthreads.c: Likewise.
12172 * gdb.threads/staticthreads.exp: Likewise.
12173 * lib/future.exp: Likewise.
12174 * lib/gdb.exp: Likewise.
12175 * gdb.base/so-indr-cl.c: Remove.
12176 * gdb.base/so-indr-cl.exp: Likewise.
12177 * gdb.base/solib.c: Likewise.
12178 * gdb.base/solib.exp: Likewise.
12179 * gdb.base/solib2.c: Likewise.
12180
12181 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12182
12183 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12184 * gdb.base/call-ar-st.exp: Likewise.
12185 * gdb.base/callfuncs.exp: Likewise.
12186 * gdb.base/condbreak.exp: Likewise.
12187 * gdb.base/constvars.exp: Likewise.
12188 * gdb.base/hbreak2.exp: Likewise.
12189 * gdb.base/langs.exp: Likewise.
12190 * gdb.base/list.exp: Likewise.
12191 * gdb.base/long_long.exp: Likewise.
12192 * gdb.base/ptype.exp: Likewise.
12193 * gdb.base/scope.exp: Likewise.
12194 * gdb.base/signals.exp: Likewise.
12195 * gdb.base/so-impl-ld.exp: Likewise.
12196 * gdb.base/varargs.exp: Likewise.
12197 * gdb.base/volatile.exp: Likewise.
12198 * gdb.base/whatis.exp: Likewise.
12199 * gdb.cp/cplusfuncs.exp: Likewise.
12200 * gdb.cp/inherit.exp: Likewise.
12201 * gdb.cp/local.exp: Likewise.
12202 * gdb.cp/member-ptr.exp: Likewise.
12203 * gdb.cp/method.exp: Likewise.
12204 * gdb.cp/overload.exp: Likewise.
12205 * gdb.cp/templates.exp: Likewise.
12206 * gdb.stabs/weird.exp: Likewise.
12207 * lib/compiler.c: Likewise.
12208 * lib/compiler.cc: Likewise.
12209 * lib/cp-support.exp: Likewise.
12210 * lib/gdb.exp: Likewise.
12211
12212 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12213
12214 * configure.ac: Remove HP-UX case.
12215 * configure: Regenerate.
12216
12217 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12218
12219 * lib/gdb.exp (gdb_compile): Add function doc.
12220
12221 2015-12-17 Pedro Alves <palves@redhat.com>
12222
12223 PR threads/19354
12224 * gdb.multi/info-threads.exp: New file.
12225
12226 2015-12-15 Yao Qi <yao.qi@linaro.org>
12227
12228 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12229 is aarch64*-*-*.
12230
12231 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12232
12233 * gdb.base/history-duplicates.exp: Skip if no readline support.
12234
12235 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12236
12237 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12238
12239 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12240
12241 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12242
12243 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12244
12245 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12246 ctrl-C if nointerrupts target property is set.
12247 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12248 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12249 * gdb.base/paginate-bg-execution.exp: Likewise.
12250 * gdb.base/paginate-execution-startup.exp: Likewise.
12251 * gdb.base/random-signal.exp: Likewise.
12252 * gdb.base/range-stepping.exp: Likewise.
12253 * gdb.cp/annota2.exp: Likewise.
12254 * gdb.cp/annota3.exp: Likewise.
12255 * gdb.gdb/selftest.exp: Likewise.
12256 * gdb.threads/continue-pending-status.exp: Likewise.
12257 * gdb.threads/leader-exit.exp: Likewise.
12258 * gdb.threads/manythreads.exp: Likewise.
12259 * gdb.threads/pthreads.exp: Likewise.
12260 * gdb.threads/schedlock.exp: Likewise.
12261 * gdb.threads/sigthread.exp: Likewise.
12262
12263 2015-12-11 Don Breazeal <donb@codesourcery.com>
12264
12265 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12266 remote.
12267 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12268 * gdb.base/foll-exec.exp (main): Enable for target remote.
12269 * gdb.base/foll-fork.exp (main): Likewise.
12270 * gdb.base/foll-vfork.exp (main): Likewise.
12271 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12272 (proc continue_to_exit_bp_loc): Use clean_restart.
12273 * gdb.base/pie-execl.exp (main): Disable for target remote.
12274 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12275 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12276 * gdb.threads/execl.exp (main): Likewise.
12277 * gdb.threads/fork-child-threads.exp (main): Likewise.
12278 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12279 remote.
12280 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12281 remote.
12282 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12283 pid.tid style ptids, instead of just tid.
12284 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12285 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12286 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12287 ptids, instead of just tid.
12288
12289 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12290
12291 * gdb.base/list.exp (test_list_forward): Add end of file error
12292 test.
12293 (test_repeat_list_command): Add end of file error test.
12294 (test_list_backwards): Add beginning of file error test.
12295
12296 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12297
12298 * gdb.base/list.exp (test_list_invalid_args): New function,
12299 defined, and called.
12300
12301 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12302
12303 * gdb.base/list.exp (test_list): Make test names unique.
12304
12305 2015-12-11 Yao Qi <yao.qi@linaro.org>
12306
12307 * gdb.base/coremaker2.c: Remove.
12308
12309 2015-12-10 Pedro Alves <palves@redhat.com>
12310
12311 * gdb.multi/base.exp: Remove stale "spaces" references.
12312
12313 2015-12-10 Pedro Alves <palves@redhat.com>
12314
12315 * gdb.multi/base.exp: Don't use nowarnings.
12316 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12317 * gdb.multi/hangout.c: Include stdio.h.
12318 * gdb.multi/hello.c: Include stdlib.h.
12319 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12320 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12321 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12322
12323 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12324
12325 * gdb.dwarf2/dw2-ranges-base.c: New file.
12326 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12327 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12328 support additional line table, and debug ranges generation.
12329 (Dwarf::ranges): New function, generate .debug_ranges.
12330 (Dwarf::lines): Support generating simple line table programs.
12331 (Dwarf::assemble): Initialise new namespace variables.
12332
12333 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12334
12335 * gdb.base/async.exp (proc test_background): Add case for
12336 asynchronous execution not supported.
12337
12338 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12339
12340 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12341 format and change test names to make them unique.
12342
12343 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12344 Pedro Alves <pedro@redhat.com>
12345
12346 PR gdb/18702
12347 Add checking of floatformats setup on x86_64 hosts.
12348 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12349 (smallval, bigval): New labels/constants.
12350 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12351 float" after loading bigval and smallval.
12352
12353 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12354
12355 * gdb.ada/fun_overload_menu.exp: New testcase.
12356 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12357
12358 2015-12-04 Josh Stone <jistone@redhat.com>
12359
12360 * gdb.base/catch-fork-static.exp: New.
12361
12362 2015-12-03 Yao Qi <yao.qi@linaro.org>
12363
12364 * gdb.base/sizeof.c: Don't include stdio.h and
12365 ../lib/unbuffer_output.c.
12366 (main): New variable 'size' and 'value'. Remove printf and
12367 gdb_unbuffer_output. Assign return value to size and value.
12368 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12369 at the beginning.
12370 (check_sizeof): Check the result by printing variable 'size'.
12371 (check_valueof): Check the result by printing variable 'value'.
12372
12373 2015-12-01 Yao Qi <yao.qi@linaro.org>
12374
12375 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12376 for aarch64*-*-linux* target.
12377
12378 2015-11-30 Pedro Alves <palves@redhat.com>
12379
12380 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12381
12382 2015-11-30 Pedro Alves <palves@redhat.com>
12383
12384 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12385 Handle non-stop mode vCont replies.
12386
12387 2015-11-30 Pedro Alves <palves@redhat.com>
12388
12389 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12390 prepare_for_testing. Start gdb with "set non-stop on" appended to
12391 GDBFLAGS. Lax expected stop output.
12392
12393 2015-11-27 Yao Qi <yao.qi@linaro.org>
12394
12395 * gdb.arch/arm-neon.exp: New.
12396 * gdb.arch/arm-neon.c: New.
12397
12398 2015-11-27 Yao Qi <yao.qi@linaro.org>
12399
12400 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12401
12402 2015-11-27 Yao Qi <yao.qi@linaro.org>
12403
12404 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12405 frames-invalid annotation.
12406
12407 2015-11-27 Yao Qi <yao.qi@linaro.org>
12408
12409 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12410
12411 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12412
12413 * gdb.threads/names.exp: New file.
12414 * gdb.threads/names.c: New file.
12415 * README: Mention gdb,no_thread_names.
12416
12417 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12418
12419 PR 19297
12420 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12421 support" error.
12422
12423 2015-11-24 Pedro Alves <palves@redhat.com>
12424
12425 PR 17539
12426 * gdb.base/display.exp: Expect displays to be sorted in ascending
12427 order. Use multi_line.
12428 * gdb.base/solib-display.exp: Likewise.
12429
12430 2015-11-24 Pedro Alves <palves@redhat.com>
12431
12432 PR 17539
12433 * gdb.base/display.exp: Expect displays to be sorted in ascending
12434 order. Use multi_line.
12435 * gdb.base/solib-display.exp: Likewise.
12436
12437 2015-11-24 Pedro Alves <palves@redhat.com>
12438
12439 PR 17539
12440 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12441 threads in ascending order.
12442 * gdb.base/foll-fork.exp: Likewise.
12443 * gdb.base/foll-vfork.exp: Likewise.
12444 * gdb.base/multi-forks.exp: Likewise.
12445 * gdb.mi/mi-nonstop.exp: Likewise.
12446 * gdb.mi/mi-nsintrall.exp: Likewise.
12447 * gdb.multi/base.exp: Likewise.
12448 * gdb.multi/multi-arch.exp: Likewise.
12449 * gdb.python/py-inferior.exp: Likewise.
12450 * gdb.threads/break-while-running.exp: Likewise.
12451 * gdb.threads/execl.exp: Likewise.
12452 * gdb.threads/gcore-thread.exp: Likewise.
12453 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12454 * gdb.threads/kill.exp: Likewise.
12455 * gdb.threads/linux-dp.exp: Likewise.
12456 * gdb.threads/multiple-step-overs.exp: Likewise.
12457 * gdb.threads/next-bp-other-thread.exp: Likewise.
12458 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12459 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12460 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12461 * gdb.threads/thread-find.exp: Likewise.
12462 * gdb.threads/tls.exp: Likewise.
12463 * lib/mi-support.exp (mi_reverse_list): Delete.
12464 (mi_check_thread_states): No longer reverse list.
12465
12466 2015-11-24 Pedro Alves <palves@redhat.com>
12467
12468 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12469 use lowercase.
12470
12471 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12472
12473 * gdb.trace/actions.c: Include trace-common.h.
12474 (main): Add a location for a fast tracepoint.
12475 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12476 the normal tracepoints.
12477 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12478
12479 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12480
12481 * save-trace.exp: Factor out code to these...
12482 (gdb_save_tracepoints): New.
12483 (gdb_load_tracepoints): New.
12484 (do_save_load_test): New.
12485
12486 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12487
12488 * gdb.base/asmlabel.exp: New test.
12489 * gdb.base/asmlabel.c: New test case.
12490
12491 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12492
12493 * gdb.base/wrong_frame_bt_full-main.c: New file.
12494 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12495 * gdb.base/wrong_frame_bt_full.exp: New file.
12496
12497 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12498
12499 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12500
12501 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12502
12503 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12504 pstate register when comparing registers values in
12505 sparc64-*-linux-gnu targets to avoid spurious differences.
12506
12507 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12508
12509 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12510
12511 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12512
12513 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12514 as type argument to gdb_compile.
12515 * gdb.base/nested-subp2.exp: Likewise.
12516 * gdb.base/nested-subp3.exp: Likewise.
12517
12518 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12519
12520 * lib/dwarf.exp (_note): Fix left shift of negative value.
12521 * gdb.trace/trace-condition.exp: Likewise.
12522
12523 2015-11-13 Yao Qi <yao.qi@linaro.org>
12524
12525 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12526 comments about d10v.
12527 (test_scalar_returns): Likewise.
12528 * gdb.base/d10v.ld: Remove.
12529 * gdb.base/overlays.exp: Remove the target triplet checking for
12530 d10v-*-*.
12531 * gdb.base/structs.exp (test_struct_returns): Remove the
12532 comments about d10v.
12533 (test_struct_calls): Likewise.
12534
12535 2015-11-13 Yao Qi <yao.qi@linaro.org>
12536
12537 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12538 * gdb.base/gnu_vector.c: Don't include stdio.h.
12539 (main): Don't print res and call add_some_intvecs.
12540
12541 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12542
12543 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12544 macro.
12545 (func5): Removed.
12546 (func4): Use FAST_TRACEPOINT_LABEL.
12547 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12548 macro.
12549 (func): Removed.
12550 (thread_function): Use FAST_TRACEPOINT_LABEL.
12551 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12552 (func): Remove.
12553 (marker): Use FAST_TRACEPOINT_LABEL.
12554 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12555 (pendfunc1): Remove.
12556 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12557 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12558 (foo): Remove.
12559 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12560 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12561 macro.
12562 (func): Remove.
12563 (marker): Use FAST_TRACEPOINT_LABEL.
12564 * gdb.trace/trace-common.h: New header.
12565 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12566 macro.
12567 (func): Remove.
12568 (marker): Use FAST_TRACEPOINT_LABEL.
12569 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12570 (func): Remove.
12571 (thread_function): Use FAST_TRACEPOINT_LABEL.
12572
12573 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12574
12575 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12576 in front.
12577 * gdb.trace/change-loc.exp: Use global pcreg definition.
12578 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12579 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12580 in front.
12581 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12582 * gdb.trace/pending.exp: Likewise.
12583 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12584 * gdb.trace/trace-break.exp: Likewise.
12585 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12586 in front.
12587 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12588 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12589 in front.
12590 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12591
12592 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12593
12594 * gdb.ada/fin_fun_out: New testcase.
12595
12596 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12597
12598 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12599 value associated with DW_AT_byte_size.
12600 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12601 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12602 DW_AT_upper_bound.
12603
12604 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12605
12606 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12607 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12608 version.
12609 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12610 gdb.dwarf2/dw2-canonicalize-type.exp,
12611 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12612 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12613 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12614 provided by gdb_target_symbol_prefix_flags_asm.
12615 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12616 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12617 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12618 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12619 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12620 macros where needed). Use this macro for symbols which require
12621 the prefix provided by SYMBOL_PREFIX.
12622
12623 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12624
12625 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12626 New procs.
12627 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12628 representing expressions, of more than one list element.
12629 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12630 to prepend linker symbol prefix to f.
12631 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12632 table_1 and table_2.
12633 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12634 Likewise, for f and g.
12635 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12636 for ptr.
12637 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12638 for main.
12639 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12640 table_1_ptr and table_2_ptr.
12641
12642 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12643 Joel Brobecker <brobecker@adacore.com>
12644
12645 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12646
12647 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12648
12649 * gdb.reverse/s390-mvcle.c: New test.
12650 * gdb.reverse/s390-mvcle.exp: New file.
12651 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12652
12653 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12654
12655 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12656
12657 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12658
12659 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12660 reaching marker2.
12661 * gdb.reverse/getresuid-reverse.exp: Likewise.
12662 * gdb.reverse/pipe-reverse.exp: Likewise.
12663 * gdb.reverse/readv-reverse.exp: Likewise.
12664 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12665 * gdb.reverse/time-reverse.exp: Likewise.
12666 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12667
12668 2015-10-30 Yao Qi <yao.qi@linaro.org>
12669
12670 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12671 (empty_cycle): Remove.
12672 (main): Don't call empty_cycle. Don't use watch_count_done.
12673 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12674 empty_cycle. Rewrite the code counting HW watchpoints.
12675
12676 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12677
12678 * gdb.reverse/fstatat-reverse.c: New test.
12679 * gdb.reverse/fstatat-reverse.exp: New file.
12680 * gdb.reverse/getresuid-reverse.c: New test.
12681 * gdb.reverse/getresuid-reverse.exp: New file.
12682 * gdb.reverse/pipe-reverse.c: New test.
12683 * gdb.reverse/pipe-reverse.exp: New file.
12684 * gdb.reverse/readv-reverse.c: New test.
12685 * gdb.reverse/readv-reverse.exp: New file.
12686 * gdb.reverse/recvmsg-reverse.c: New test.
12687 * gdb.reverse/recvmsg-reverse.exp: New file.
12688 * gdb.reverse/time-reverse.c: New test.
12689 * gdb.reverse/time-reverse.exp: New file.
12690 * gdb.reverse/waitpid-reverse.c: New test.
12691 * gdb.reverse/waitpid-reverse.exp: New file.
12692
12693 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12694
12695 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12696
12697 2015-10-26 Doug Evans <dje@google.com>
12698
12699 PR symtab/17391
12700 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12701 * gdb.dwarf2/bad-regnum.c: New file.
12702 * gdb.dwarf2/bad-regnum.exp: New file.
12703
12704 2015-10-26 Doug Evans <dje@google.com>
12705
12706 PR python/18938
12707 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12708 file.
12709
12710 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12711
12712 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12713 for a change by "Mention language in compile error message".
12714
12715 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12716
12717 PR python/18073
12718 * gdb.python/py-type.c (C::a_method): New.
12719 (C::a_const_method): New.
12720 (C::a_static_method): New.
12721 (a_function): New.
12722 * gdb.python/py-type.exp (test_fields): Test getting fields
12723 from function and method.
12724
12725 2015-10-21 Keven Boell <keven.boell@intel.com>
12726
12727 * gdb.fortran/vla-alloc-assoc.exp: New file.
12728 * gdb.fortran/vla-datatypes.exp: New file.
12729 * gdb.fortran/vla-datatypes.f90: New file.
12730 * gdb.fortran/vla-history.exp: New file.
12731 * gdb.fortran/vla-ptype-sub.exp: New file.
12732 * gdb.fortran/vla-ptype.exp: New file.
12733 * gdb.fortran/vla-sizeof.exp: New file.
12734 * gdb.fortran/vla-sub.f90: New file.
12735 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12736 * gdb.fortran/vla-value-sub-finish.exp: New file.
12737 * gdb.fortran/vla-value-sub.exp: New file.
12738 * gdb.fortran/vla-value.exp: New file.
12739 * gdb.fortran/vla-ptr-info.exp: New file.
12740 * gdb.mi/mi-vla-fortran.exp: New file.
12741 * gdb.mi/vla.f90: New file.
12742
12743 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12744
12745 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12746 of hardwired timeout value.
12747
12748 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12749 Pedro Alves <palves@redhat.com>
12750
12751 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12752 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12753
12754 2015-10-19 Josh Stone <jistone@redhat.com>
12755
12756 * gdb.base/catch-syscall.c: Include <sched.h>.
12757 (unknown_syscall): New variable.
12758 (main): Trigger a vfork and an unknown syscall.
12759 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12760 (unknown_syscall_number): Likewise.
12761 (check_call_to_syscall): Accept an optional syscall pattern.
12762 (check_return_from_syscall): Likewise.
12763 (check_continue): Likewise.
12764 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12765 (test_catch_syscall_skipping_return): New test toggling off 'catch
12766 syscall' to step over the syscall return, then toggling back on.
12767 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12768 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12769 (do_syscall_tests): Call test_catch_syscall_without_args and
12770 test_catch_syscall_mid_vfork.
12771 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12772 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12773
12774 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12775
12776 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12777 print g_vE): Add new pass patterns.
12778 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12779 print various symbol names for vptr fields.
12780
12781 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12782
12783 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12784 results.
12785
12786 2015-10-12 Yao Qi <yao.qi@linaro.org>
12787
12788 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12789
12790 2015-10-12 Yao Qi <yao.qi@linaro.org>
12791
12792 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12793 is aarch64*-*-linux*.
12794
12795 2015-10-12 Yao Qi <yao.qi@linaro.org>
12796
12797 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12798 (can_relocate_bcond_true): ... it.
12799 (can_relocate_bcond_false): New function.
12800 (foo): Likewise.
12801 (can_relocate_bl): Likewise.
12802 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12803 can_relocate_bl.
12804
12805 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12806
12807 * gdb.base/nested-addr.c: New file.
12808 * gdb.base/nested-addr.exp: New testcase.
12809
12810 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12811
12812 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12813 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12814 its output. Ignore the output of "record goto begin" and instead
12815 check that GDB is replaying.
12816
12817 2015-10-09 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12820 (top level): Use it in the run with no args test.
12821
12822 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12823
12824 * gdb.dlang/properties.exp: New file.
12825
12826 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12827
12828 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12829 whether or not address 0x1000 is mapped on the target.
12830
12831 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12832
12833 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12834 build.
12835
12836 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12837
12838 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12839 instruction-history test.
12840
12841 2015-09-28 Doug Evans <dje@google.com>
12842
12843 * gdb.base/gcore.c (array_func): Add reference to static_array.
12844
12845 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12846
12847 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12848 source line.
12849
12850 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12851
12852 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12853 short or char as base type.
12854
12855 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12856
12857 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12858 to allow any size enum.
12859
12860 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12861
12862 * gdb.ada/array_ptr_renaming.exp: New testcase.
12863 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12864 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12865
12866 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12867
12868 * gdb.trace/ftrace-lock.c: New file.
12869 * gdb.trace/ftrace-lock.exp: New file.
12870
12871 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12872
12873 * gdb.arch/insn-reloc.c: New file.
12874 * gdb.arch/ftrace-insn-reloc.exp: New file.
12875
12876 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12877
12878 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12879 instruction.
12880 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12881 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12882 * gdb.trace/range-stepping.c: Likewise.
12883 * gdb.trace/trace-break.c: Likewise.
12884 * gdb.trace/trace-mt.c (thread_function): Likewise.
12885 * gdb.trace/ftrace.c (marker): Likewise.
12886 * gdb.trace/trace-condition.c (marker): Likewise.
12887 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12888 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12889 is_aarch64_target.
12890
12891 2015-09-18 Doug Evans <xdje42@gmail.com>
12892
12893 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12894 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12895
12896 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12897
12898 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12899 the breakpoint.
12900
12901 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12902
12903 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12904 the pending breakpoint. Remove timeout override for "Run till
12905 MI pending breakpoint on pendfunc3 on thread 2" test.
12906
12907 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12908
12909 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12910 filename pattern.
12911
12912 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12913
12914 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12915 in breakpoint filename pattern.
12916
12917 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12918
12919 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12920
12921 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12922
12923 * gdb.linespec/explicit.exp: Check for readline support for
12924 tab-completion tests. Fix obvious typo.
12925
12926 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12927
12928 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12929 and replay.
12930
12931 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12932
12933 * gdb.btrace/non-stop.c: New.
12934 * gdb.btrace/non-stop.exp: New.
12935
12936 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12937 Yao Qi <yao.qi@linaro.org>
12938
12939 * gdb.trace/trace-condition.c: New file.
12940 * gdb.trace/trace-condition.exp: New file.
12941
12942 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12943
12944 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12945 for testing bytecode compilation.
12946
12947 2015-09-16 Pedro Alves <palves@redhat.com>
12948 Sandra Loosemore <sandra@codesourcery.com>
12949
12950 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12951 (SECONDS): Redefine.
12952 (main): Call pthread_kill and alarm early.
12953 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12954 support.
12955 (test): If the target can't hardware step and doesn't support
12956 displaced stepping, increase the timeout.
12957
12958 2015-09-16 Pedro Alves <palves@redhat.com>
12959
12960 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12961 (enable_debug): New procedures.
12962 (test): Use them. Bail out if waiting for threads fails.
12963 (top level): Bail out if a test fails.
12964
12965 2015-09-16 Yao Qi <yao.qi@linaro.org>
12966
12967 * gdb.asm/asm-source.exp: Set asm-arch for
12968 aarch64*-*-* target.
12969 * gdb.asm/aarch64.inc: New file.
12970
12971 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12972
12973 * gdb.ada/array_of_variable_length.exp: New testcase.
12974 * gdb.ada/array_of_variable_length/foo.adb: New file.
12975 * gdb.ada/array_of_variable_length/pck.adb: New file.
12976 * gdb.ada/array_of_variable_length/pck.ads: New file.
12977
12978 2015-09-15 Doug Evans <dje@google.com>
12979
12980 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12981 of function static local variable.
12982
12983 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12984
12985 * gdb.threads/tls-so_extern.exp: New test file.
12986 * gdb.threads/tls-so_extern.c: New test file.
12987 * gdb.threads/tls-so_extern_main.c: New test file.
12988
12989 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12990
12991 * gdb.opt/solib-intra-step-lib.c: New file.
12992 * gdb.opt/solib-intra-step-main.c: New file.
12993 * gdb.opt/solib-intra-step.exp: New file.
12994
12995 2015-09-15 Pedro Alves <palves@redhat.com>
12996
12997 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12998 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12999
13000 2015-09-14 Pedro Alves <palves@redhat.com>
13001
13002 * gdb.base/hook-stop-continue.c: Delete.
13003 * gdb.base/hook-stop-continue.exp: Delete.
13004 * gdb.base/hook-stop-frame.c: Delete.
13005 * gdb.base/hook-stop-frame.exp: Delete.
13006 * gdb.base/hook-stop.c: New file.
13007 * gdb.base/hook-stop.exp: New file.
13008
13009 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13010
13011 * gdb.ada/access_to_packed_array.exp: New testcase.
13012 * gdb.ada/access_to_packed_array/foo.adb: New file.
13013 * gdb.ada/access_to_packed_array/pack.adb: New file.
13014 * gdb.ada/access_to_packed_array/pack.ads: New file.
13015
13016 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13017
13018 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13019 buffer size test.
13020
13021 2015-09-11 Don Breazeal <donb@codesourcery.com>
13022
13023 * gdb.base/foll-exec.c: Add copyright header. Fix
13024 formatting issues.
13025 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13026 (do_exec_tests): Use clean_restart in place of zap_session,
13027 and for test initialization. Fix formatting issues. Use
13028 fail in place of perror.
13029 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13030 an expect statement to match an expression with output from
13031 the program under debug.
13032 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13033 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13034 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13035 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13036 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13037
13038 2015-09-09 Doug Evans <dje@google.com>
13039
13040 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13041
13042 2015-09-09 Doug Evans <dje@google.com>
13043
13044 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13045
13046 2015-09-09 Doug Evans <dje@google.com>
13047
13048 * gdb.base/savedregs.exp: Fix typo.
13049
13050 2015-09-09 Pedro Alves <palves@redhat.com>
13051
13052 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13053
13054 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13055
13056 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13057 command actually switches threads. Give up on remaining
13058 tests if target fails to stop at breakpoint.
13059
13060 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13061
13062 * gdb.ada/funcall_char.exp: New testcase.
13063 * gdb.ada/funcall_char/foo.adb: New file.
13064
13065 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13066
13067 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13068 expected outputs. Add two testcases for completing ambiguous
13069 functions.
13070 * gdb.ada/complete/aux_pck.adb: New file.
13071 * gdb.ada/complete/aux_pck.ads: New file.
13072 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13073 Ambiguous_Func functions.
13074 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13075 * gdb.ada/complete/pck.adb: Likewise.
13076
13077 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13078
13079 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13080 failures to run the test program under GDB.
13081
13082 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13083
13084 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13085 to C.
13086
13087 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13088
13089 * gdb.base/run-after-attach.exp: New test file.
13090 * gdb.base/run-after-attach.c: New test file.
13091
13092 2015-08-26 Don Breazeal <donb@codesourcery.com>
13093
13094 * gdb.base/foll-exec-2.c: New test program.
13095 * gdb.base/foll-exec-2.exp: New test.
13096
13097 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13098
13099 * gdb.base/nested-subp1.exp: New file.
13100 * gdb.base/nested-subp1.c: New file.
13101 * gdb.base/nested-subp2.exp: New file.
13102 * gdb.base/nested-subp2.c: New file.
13103 * gdb.base/nested-subp3.exp: New file.
13104 * gdb.base/nested-subp3.c: New file.
13105
13106 2015-08-24 Pedro Alves <palves@redhat.com>
13107
13108 * gdb.server/connect-without-multi-process.c: New file.
13109 * gdb.server/connect-without-multi-process.exp: New file.
13110
13111 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13112
13113 * gdb.opt/inline-markers.c: Make z int.
13114
13115 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13116
13117 * gdb.opt/inline-markers.c: Make z volatile.
13118
13119 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13120
13121 * gdb.opt/inline-bt.c: New volatile global z.
13122 * gdb.opt/inline-cmds.c: Likewise.
13123 * gdb.opt/inline-locals.c: Likewise.
13124 * gdb.opt/inline-markers.c: New extern global z.
13125 (marker): Use z.
13126 (inline_fn): Likewise.
13127
13128 2015-08-24 Pedro Alves <palves@redhat.com>
13129
13130 * config/m32r-stub.exp: Remove file.
13131 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13132 * gdb.base/call-rt-st.exp: Likewise.
13133 * gdb.base/call-strs.exp: Likewise.
13134 * gdb.base/default.exp: Remove references to h8300-*-hms and
13135 *-*-udi*.
13136 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13137
13138 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13139
13140 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13141 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13142 and "return" use KFAIL when GDB can not read/write the vector
13143 return value.
13144
13145 2015-08-21 Gary Benson <gbenson@redhat.com>
13146
13147 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13148
13149 2015-08-20 Pedro Alves <palves@redhat.com>
13150
13151 * gdb.server/solib-list.exp: No longer expect an interior stop in
13152 non-stop mode.
13153
13154 2015-08-20 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.server/connect-stopped-target.c: New file.
13157 * gdb.server/connect-stopped-target.exp: New file.
13158
13159 2015-08-20 Pedro Alves <palves@redhat.com>
13160
13161 * gdb.dwarf2/comp-unit-lang.exp: New file.
13162 * gdb.dwarf2/comp-unit-lang.c: New file.
13163
13164 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13165
13166 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13167 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13168
13169 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13170
13171 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13172 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13173
13174 2015-08-18 Doug Evans <dje@google.com>
13175 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13176
13177 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13178 skip_python_tests. New arg prompt_regexp.
13179 (skip_python_tests): New function.
13180 * lib/mi-support.exp (mi_skip_python_tests): New function.
13181 * gdb.python/py-mi-objfile-gdb.py: New file.
13182 * gdb.python/py-mi-objfile.c: New file.
13183 * gdb.python/py-mi-objfile.exp: New file.
13184
13185 2015-08-17 Keith Seitz <keiths@redhat.com>
13186
13187 * gdb.linespec/explicit.exp: Move strace test from here ...
13188 * gdb.trace/strace.exp: ... to here.
13189
13190 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13191
13192 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13193 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13194
13195 2015-08-14 Doug Evans <xdje42@gmail.com>
13196
13197 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13198 inferior before selecting a new file.
13199
13200 2015-08-14 Doug Evans <xdje42@gmail.com>
13201
13202 * gdb.mi/mi-disassemble.exp: Update.
13203 * gdb.base/disasm-optim.S: New file.
13204 * gdb.base/disasm-optim.c: New file.
13205 * gdb.base/disasm-optim.h: New file.
13206 * gdb.base/disasm-optim.exp: New file.
13207
13208 2015-08-14 Keith Seitz <keiths@redhat.com>
13209
13210 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13211 "evaluated-by".
13212
13213 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13214
13215 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13216
13217 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13218
13219 * gdb.ada/fun_renaming.exp: New testcase.
13220 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13221 * gdb.ada/fun_renaming/pack.adb: New file.
13222 * gdb.ada/fun_renaming/pack.ads: New file.
13223
13224 2015-08-12 Keith Seitz <keiths@redhat.com>
13225
13226 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13227 gdb_get_line_number.
13228
13229 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13230
13231 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13232 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13233 gdb.base/dso2dso.exp: New files.
13234
13235 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13236 Pedro Alves <palves@redhat.com>
13237 Keith Seitz <keiths@redhat.com>
13238
13239 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13240 GDBFLAGS.
13241
13242 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13243
13244 * gdb.base/gdbhistsize-history.exp
13245 (test_histsize_history_setting): Use save_vars.
13246 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13247 Use save_vars.
13248 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13249 * gdb.base/readline.exp: Use save_vars.
13250
13251 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13252
13253 * lib/gdb.exp (save_vars): New proc.
13254
13255 2015-08-11 Keith Seitz <keiths@redhat.com>
13256
13257 * gdb.base/help.exp: Update help_breakpoint_text.
13258
13259 2015-08-11 Keith Seitz <keiths@redhat.com>
13260
13261 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13262 (at toplevel): Call test_explicit_breakpoints.
13263 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13264 breakpoints.
13265 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13266 breakpoint conditions, "-cond".
13267
13268 2015-08-11 Keith Seitz <keiths@redhat.com>
13269
13270 * gdb.linespec/3explicit.c: New file.
13271 * gdb.linespec/cpexplicit.cc: New file.
13272 * gdb.linespec/cpexplicit.exp: New file.
13273 * gdb.linespec/explicit.c: New file.
13274 * gdb.linespec/explicit.exp: New file.
13275 * gdb.linespec/explicit2.c: New file.
13276 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13277 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13278 before using in the matching pattern.
13279 Clarify that `prefix' is a regular expression.
13280
13281 2015-08-11 Keith Seitz <keiths@redhat.com>
13282
13283 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13284 test.
13285 Add tests for missing ",FMT" and ",".
13286
13287 2015-08-10 Doug Evans <dje@google.com>
13288 Keith Seitz <keiths@redhat.com>
13289
13290 PR gdb/17960
13291 * gdb.base/completion.exp: Add location completer tests.
13292
13293 2015-08-07 Pedro Alves <palves@redhat.com>
13294
13295 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13296 tests here.
13297 (top level): Run do_test with and without displaced stepping.
13298
13299 2015-08-07 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.base/valgrind-disp-step.c: New file.
13302 * gdb.base/valgrind-disp-step.exp: New file.
13303
13304 2015-08-07 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13307 Delete function.
13308 (main): Add alarm. Run an infinite loop instead of calling
13309 wait_threads.
13310 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13311 comment.
13312 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13313 Delete function.
13314 (main): Add alarm. Run an infinite loop instead of calling
13315 wait_threads.
13316 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13317 comment.
13318
13319 2015-08-07 Pedro Alves <palves@redhat.com>
13320
13321 * gdb.base/checkpoint-ns.exp: New file.
13322 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13323 standard_testfile.
13324
13325 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13326
13327 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13328 * gdb.btrace/instruction_history.exp: Update.
13329 * gdb.btrace/tsx.exp: New.
13330 * gdb.btrace/tsx.c: New.
13331
13332 2015-08-06 Pedro Alves <palves@redhat.com>
13333
13334 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13335 increase timeout.
13336 * gdb.reverse/until-precsave.exp: Bump timeouts.
13337
13338 2015-08-06 Pedro Alves <palves@redhat.com>
13339
13340 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13341
13342 2015-08-06 Pedro Alves <palves@redhat.com>
13343
13344 PR gdb/18749
13345 * gdb.threads/process-dies-while-handling-bp.c: New file.
13346 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13347
13348 2015-08-06 Pedro Alves <palves@redhat.com>
13349
13350 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13351 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13352
13353 2015-08-05 Pedro Alves <palves@redhat.com>
13354
13355 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13356 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13357
13358 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13359
13360 * gdb.base/bp-permanent.exp: Report test as unsupported if
13361 the target cannot stop at the permanent breakpoint.
13362
13363 2015-08-03 Doug Evans <dje@google.com>
13364
13365 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13366 10000.
13367
13368 2015-08-03 Doug Evans <dje@google.com>
13369
13370 * Makefile.in (workers/%.worker, build-perf): New rule.
13371 (GDB_PERFTEST_MODE): New variable.
13372 (check-perf): Use it.
13373 (clean): Clean up gdb.perf parallel build subdirs.
13374 * lib/build-piece.exp: New file.
13375 * lib/gdb.exp (make_gdb_parallel_path): New function
13376 (standard_output_file, standard_temp_file): Call it.
13377 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13378 of $GDB_PARALLEL.
13379 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13380
13381 2015-08-03 Doug Evans <dje@google.com>
13382
13383 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13384 (LOG_FILE_NAME): New global.
13385 (TextReporter.__init__): Initialize self.txt_sum.
13386 (TextReporter.report): Add support for multiple data-points.
13387 Move report to perftest.sum, put raw data in perftest.log.
13388 (TextReporter.start): Open sum and log files.
13389 (TextReporter.end): Close sum and log files.
13390 * gdb.perf/lib/perftest/testresult.py
13391 (SingleStatisticTestResult.record): Handle multiple data-points.
13392
13393 2015-07-31 Pedro Alves <palves@redhat.com>
13394
13395 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13396 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13397 kill_wait_spawned_process instead of explicit "kill -9".
13398 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13399 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13400 kill_wait_spawned_process.
13401 * gdb.base/attach-twice.exp: Likewise.
13402 * gdb.base/attach.exp: Likewise.
13403 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13404 gdb_test_multiple.
13405 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13406 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13407 kill_wait_spawned_process.
13408 * gdb.base/valgrind-infcall.exp: Likewise.
13409 * gdb.multi/multi-attach.exp: Likewise.
13410 * gdb.python/py-prompt.exp: Likewise.
13411 * gdb.python/py-sync-interp.exp: Likewise.
13412 * gdb.server/ext-attach.exp: Likewise.
13413 * gdb.threads/attach-into-signal.exp (corefunc): Use
13414 spawn_wait_for_attach, spawn_id_get_pid and
13415 kill_wait_spawned_process.
13416 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13417 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13418 spawn_id_get_pid and kill_wait_spawned_process.
13419 * gdb.threads/attach-stopped.exp (corefunc): Use
13420 spawn_wait_for_attach, spawn_id_get_pid and
13421 kill_wait_spawned_process.
13422 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13423 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13424 kill_wait_spawned_process instead of explicit "kill -9".
13425 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13426 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13427 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13428 processes. Don't map cygwin/windows pids here. Now returns a
13429 spawn id list.
13430
13431 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13432
13433 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13434 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13435 correct patch.
13436
13437 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13438
13439 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13440
13441 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13442
13443 Reapply:
13444 2014-05-21 Mark Wielaard <mjw@redhat.com>
13445
13446 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13447
13448 2015-07-30 Pedro Alves <palves@redhat.com>
13449
13450 * linux-low.c (handle_extended_wait): Set the child's last
13451 reported status to TARGET_WAITKIND_STOPPED.
13452
13453 2015-07-30 Pedro Alves <palves@redhat.com>
13454
13455 PR threads/18600
13456 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13457 only shows inferior 1.
13458
13459 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13460 Pedro Alves <palves@redhat.com>
13461
13462 PR threads/18600
13463 * gdb.threads/fork-plus-threads.c: New file.
13464 * gdb.threads/fork-plus-threads.exp: New file.
13465
13466 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13467
13468 * gdb.base/batch-preserve-term-settings.exp
13469 (test_terminal_settings_preserved_after_cli_exit): Use
13470 send_quit_command.
13471
13472 2015-07-29 Pedro Alves <palves@redhat.com>
13473 Don Breazeal <donb@codesourcery.com>
13474
13475 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13476 output from both inferior_spawn_id and gdb_spawn_id.
13477
13478 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13479
13480 * gdb.threads/attach-into-signal.exp (corefunc): Use
13481 with_test_prefix on nested loops, uniquefying the test messages.
13482
13483 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13484
13485 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13486 commit.
13487
13488 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13489
13490 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13491 New proc.
13492 (test_terminal_settings_preserved_after_sigterm): New test.
13493
13494 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13495
13496 * gdb.base/batch-preserve-term-settings.exp
13497 (test_terminal_settings_preserved_after_cli_exit): New test.
13498
13499 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13500
13501 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13502 manipulation of saved_gdbflags.
13503 (test_terminal_settings_preserved): Remove global declaration of
13504 the unused variable pagination_prompt. Remove manipulation of
13505 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13506 GDBFLAGS.
13507
13508 2015-07-29 Pedro Alves <palves@redhat.com>
13509
13510 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13511
13512 2015-07-29 Pedro Alves <palves@redhat.com>
13513
13514 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13515 at the top.
13516
13517 2015-07-29 Pedro Alves <palves@redhat.com>
13518
13519 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13520 (main): Call gdb_unbuffer_output.
13521 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13522 (main): Call gdb_unbuffer_output.
13523 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13524 (main): Call gdb_unbuffer_output.
13525 * gdb.base/call-strs.exp: Adjust to step over the
13526 gdb_unbuffer_output call.
13527 * gdb.base/catch-gdb-caused-signals.c: Include
13528 "../lib/unbuffer_output.c".
13529 (main): Call gdb_unbuffer_output.
13530 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13531 (main): Call gdb_unbuffer_output.
13532 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13533 (main): Call gdb_unbuffer_output.
13534 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13535 (main): Call gdb_unbuffer_output.
13536 * gdb.base/shlib-call.exp: Adjust to step over the
13537 gdb_unbuffer_output call.
13538 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13539 (main): Call gdb_unbuffer_output.
13540 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13541 (main): Call gdb_unbuffer_output.
13542 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13543 (main): Rename to ...
13544 (test): ... this.
13545 (main): Reimplement.
13546 * gdb.base/varargs.exp: Run to test instead of to main.
13547 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13548 (main): Call gdb_unbuffer_output.
13549
13550 2015-07-29 Pedro Alves <palves@redhat.com>
13551
13552 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13553 factore out from mi_continue_dprintf. For call-style dprintfs,
13554 expect dprintf output out of $inferior_spawn_id.
13555 (mi_continue_dprintf): Use mi_expect_dprintf.
13556 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13557 (main): Call gdb_unbuffer_output.
13558
13559 2015-07-29 Pedro Alves <palves@redhat.com>
13560
13561 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13562 (default_mi_gdb_start): Set inferior_spawn_id instead of
13563 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13564 gdb_spawn_id.
13565 (mi_gdb_test): Always expect inferior output from both
13566 $inferior_spawn_id and $gdb_spawn_id.
13567
13568 2015-07-29 Pedro Alves <palves@redhat.com>
13569
13570 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13571 send_inferior and $inferior_spawn_id.
13572
13573 2015-07-29 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.gdb/complaints.exp (test_initial_complaints)
13576 (test_serial_complaints, test_short_complaints): Use
13577 gdb_test_stdio.
13578 (test_empty_complaint): Handle $inferior_spawn_id !=
13579 $gdb_spawn_id.
13580
13581 2015-07-29 Pedro Alves <palves@redhat.com>
13582
13583 * gdb.base/varargs.exp: Use gdb_test_stdio.
13584
13585 2015-07-29 Pedro Alves <palves@redhat.com>
13586
13587 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13588
13589 2015-07-29 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13592
13593 2015-07-29 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13596 parameter into two new parameters, "inf_result" and "gdb_result".
13597 Expect inferior output and gdb output from $inferior_spawn_id and
13598 $gdb_spawn_id, respectively. Adjust all callers.
13599
13600 2015-07-29 Pedro Alves <palves@redhat.com>
13601
13602 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13603 of gdb_test_sequence.
13604
13605 2015-07-29 Pedro Alves <palves@redhat.com>
13606
13607 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13608 (saw_spurious_output): Expect inferior output from
13609 $inferior_spawn_id. Use gdb_test_stdio.
13610
13611 2015-07-29 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.base/dprintf.exp: Use standard_testfile. Change
13614 prepare_for_testing call.
13615 (srcfile): Don't set.
13616 (restart): New procedure.
13617 (test_dprintf): New procecure, use to continue over dprintfs.
13618 (test_call, test_agent): New procedures, tests moved here.
13619 Restart gdb and recreate dprintfs. Adjust expected output.
13620
13621 2015-07-29 Pedro Alves <palves@redhat.com>
13622
13623 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13624
13625 2015-07-29 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13628
13629 2015-07-29 Pedro Alves <palves@redhat.com>
13630
13631 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13632 gdb_test_stdio.
13633
13634 2015-07-29 Pedro Alves <palves@redhat.com>
13635
13636 * lib/gdb.exp (gdb_test_stdio): New procedure.
13637
13638 2015-07-29 Pedro Alves <palves@redhat.com>
13639
13640 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13641
13642 2015-07-29 Pedro Alves <palves@redhat.com>
13643
13644 * gdb.base/call-signal-resume.exp: Remove check for
13645 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13646 * gdb.base/unwindonsignal.exp: Likewise.
13647 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13648 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13649
13650 2015-07-29 Pedro Alves <palves@redhat.com>
13651
13652 * gdb.base/siginfo-addr.c (pass): New function.
13653 (handler): Call it iff si_addr is correct.
13654 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13655 Set a breakpoint at "pass" and continue to it.
13656
13657 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13658
13659 * gdb.python/py-objfile.exp: Make some tests have unique names.
13660 * gdb.python/py-pp-registration.exp: Likewise.
13661
13662 2015-07-28 Pedro Alves <palves@redhat.com>
13663
13664 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13665
13666 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13667
13668 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13669
13670 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13671
13672 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13673
13674 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13675
13676 * gdb.base/gdb-sigterm-2.exp: New test.
13677
13678 2015-07-25 Doug Evans <xdje42@gmail.com>
13679
13680 Revert:
13681 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13682 (workers/%.worker, build-perf): New rule.
13683 (GDB_PERFTEST_MODE): New variable.
13684 (check-perf): Use it.
13685 (clean): Clean up gdb.perf parallel build subdirs.
13686 * lib/build-piece.exp: New file.
13687 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13688 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13689 name.
13690 (standard_temp_file): Ditto.
13691 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13692 of $GDB_PARALLEL.
13693
13694 2015-07-24 Doug Evans <dje@google.com>
13695
13696 * gdb.perf/lib/perftest/utils.py: New file.
13697 * gdb.perf/gm-hello.cc: New file.
13698 * gdb.perf/gm-pervasive-typedef.cc: New file.
13699 * gdb.perf/gm-pervasive-typedef.h: New file.
13700 * gdb.perf/gm-std.cc: New file.
13701 * gdb.perf/gm-std.h: New file.
13702 * gdb.perf/gm-use-cerr.cc: New file.
13703 * gdb.perf/gm-utils.h: New file.
13704 * gdb.perf/gmonster-null-lookup.py: New file.
13705 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13706 * gdb.perf/gmonster-print-cerr.py: New file.
13707 * gdb.perf/gmonster-ptype-string.py: New file.
13708 * gdb.perf/gmonster-runto-main.py: New file.
13709 * gdb.perf/gmonster-select-file.py: New file.
13710 * gdb.perf/gmonster1-null-lookup.exp: New file.
13711 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13712 * gdb.perf/gmonster1-print-cerr.exp: New file.
13713 * gdb.perf/gmonster1-ptype-string.exp: New file.
13714 * gdb.perf/gmonster1-runto-main.exp: New file.
13715 * gdb.perf/gmonster1-select-file.exp: New file.
13716 * gdb.perf/gmonster1.cc: New file.
13717 * gdb.perf/gmonster1.exp: New file.
13718 * gdb.perf/gmonster2-null-lookup.exp: New file.
13719 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13720 * gdb.perf/gmonster2-print-cerr.exp: New file.
13721 * gdb.perf/gmonster2-ptype-string.exp: New file.
13722 * gdb.perf/gmonster2-runto-main.exp: New file.
13723 * gdb.perf/gmonster2-select-file.exp: New file.
13724 * gdb.perf/gmonster2.cc: New file.
13725 * gdb.perf/gmonster2.exp: New file.
13726
13727 2015-07-24 Doug Evans <dje@google.com>
13728
13729 * gdb.perf/README: New file.
13730 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13731 * lib/gen-perf-test.exp: New file.
13732
13733 2015-07-24 Doug Evans <dje@google.com>
13734
13735 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13736 (PerfTest::startup): New function.
13737 (PerfTest::run): Return result of calling body.
13738 (PerfTest::assemble): Rewrite.
13739 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13740 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13741 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13742 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13743 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13744
13745 2015-07-24 Doug Evans <dje@google.com>
13746
13747 * lib/gdb.exp (clean_restart): Make executable optional.
13748
13749 2015-07-24 Doug Evans <dje@google.com>
13750
13751 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13752 compiler_info references.
13753 * gdb.cp/temargs.exp: Ditto.
13754 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13755 (get_compiler_info): Early exit if already computed. Set compiler_info
13756 to "unknown" if there was a problem.
13757 (test_compiler_info): Add function comment. Call get_compiler_info.
13758
13759 2015-07-24 Doug Evans <dje@google.com>
13760
13761 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13762 (workers/%.worker, build-perf): New rule.
13763 (GDB_PERFTEST_MODE): New variable.
13764 (check-perf): Use it.
13765 (clean): Clean up gdb.perf parallel build subdirs.
13766 * lib/build-piece.exp: New file.
13767 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13768 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13769 name.
13770 (standard_temp_file): Ditto.
13771 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13772 of $GDB_PARALLEL.
13773
13774 2015-07-24 Doug Evans <dje@google.com>
13775
13776 * lib/future.exp (gdb_default_target_compile): New option
13777 "early_flags".
13778 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13779 --as-needed.
13780
13781 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13782
13783 * gdb.base/catch-syscall.exp: Call gdb_exit before
13784 gdb_skip_xml_test.
13785
13786 2015-07-24 Pedro Alves <palves@redhat.com>
13787
13788 * gdb.python/py-events.exp: Accept output between the stop event
13789 and the prompt.
13790 * gdb.python/py-evsignal.exp: Likewise.
13791 * gdb.python/py-evthreads.exp: Likewise.
13792
13793 2015-07-24 Pedro Alves <palves@redhat.com>
13794
13795 PR gdb/18717
13796 * gdb.threads/non-ldr-exit.c: New file.
13797 * gdb.threads/non-ldr-exit.exp: New file.
13798
13799 2015-07-24 Yao Qi <yao.qi@linaro.org>
13800
13801 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13802 restarting process.
13803
13804 2015-07-24 Yao Qi <yao.qi@linaro.org>
13805
13806 * gdb.server/ext-restart.exp: New file.
13807
13808 2015-07-24 Yao Qi <yao.qi@linaro.org>
13809
13810 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13811 argument options.
13812 * gdb.server/ext-wrapper.exp: New file.
13813
13814 2015-07-23 Doug Evans <dje@google.com>
13815
13816 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13817 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13818
13819 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13820
13821 * gdb.ada/var_arr_typedef.exp: New testcase.
13822 * gdb.ada/var_arr_typedef/pack.adb: New file.
13823 * gdb.ada/var_arr_typedef/pack.ads: New file.
13824 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13825
13826 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13827
13828 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13829
13830 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13831
13832 * gdb.arch/i386-biarch-core.exp: Replace istarget
13833 by "complete set gnutarget". Remove expectation for the "core-file"
13834 command.
13835
13836 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13837
13838 Revert the previous commit:
13839 Tests for validate symbol file using build-id.
13840
13841 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13842
13843 Tests for validate symbol file using build-id.
13844 * gdb.base/solib-mismatch-lib.c: New file.
13845 * gdb.base/solib-mismatch-libmod.c: New file.
13846 * gdb.base/solib-mismatch.c: New file.
13847 * gdb.base/solib-mismatch.exp: New file.
13848
13849 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13850
13851 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13852 nios2-*-linux*.
13853 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13854 * gdb.base/siginfo.exp: Likewise.
13855 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13856
13857 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13858
13859 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13860 Move it to ...
13861 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13862 ... here.
13863 * gdb.trace/range-stepping.exp: Check that the target supports
13864 range stepping.
13865
13866 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13867
13868 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13869
13870 2015-07-14 Pedro Alves <palves@redhat.com>
13871
13872 * gdb.base/killed-outside.exp: New file.
13873 * gdb.base/killed-outside.c: New file.
13874
13875 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13876
13877 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13878 (n at main): New.
13879 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13880
13881 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13882
13883 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13884 infcall tests instead of setting up for KFAIL.
13885
13886 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13887
13888 * gdb.btrace/record_goto-step.exp: New.
13889
13890 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13891
13892 PR compile/18484
13893 * gdb.compile/compile.c (struct struct_type): Add volatile to
13894 selffield's type.
13895 * gdb.compile/compile.exp
13896 (compile code struct_object.selffield = &struct_object): Skip further
13897 struct_object tests if this one xfails.
13898
13899 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13900
13901 PR exp/18617
13902 * gdb.trace/ax.exp: Add test.
13903
13904 2015-07-07 Yao Qi <yao.qi@linaro.org>
13905
13906 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13907 instead of istarget "aarch64*-*-*".
13908 * gdb.arch/aarch64-fp.exp: Likewise.
13909 * gdb.base/float.exp: Likewise.
13910 * gdb.reverse/aarch64.exp: Likewise.
13911 * lib/gdb.exp (is_aarch64_target): New proc.
13912
13913 2015-07-07 Yao Qi <yao.qi@linaro.org>
13914
13915 * lib/gdb.exp (is_aarch32_target): New proc.
13916 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13917 instead of "istarget "arm*-*-*"".
13918 * gdb.arch/arm-disp-step.exp: Likewise.
13919 * gdb.arch/thumb-bx-pc.exp: Likewise.
13920 * gdb.arch/thumb-prologue.exp: Likewise.
13921 * gdb.arch/thumb-singlestep.exp: Likewise.
13922 * gdb.base/disp-step-syscall.exp: Likewise.
13923 * gdb.base/float.exp: Likewise.
13924
13925 2015-07-07 Yao Qi <yao.qi@linaro.org>
13926
13927 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13928 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13929
13930 2015-07-07 Yao Qi <yao.qi@linaro.org>
13931
13932 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13933 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13934 if it exists.
13935 * gdb.multi/multi-arch.exp: Likewise.
13936
13937 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13938
13939 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13940 print.
13941
13942 2015-07-07 Yao Qi <yao.qi@linaro.org>
13943
13944 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13945
13946 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13947
13948 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13949 '[' and ']' characters.
13950
13951 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13952
13953 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13954
13955 2015-06-29 Pedro Alves <palves@redhat.com>
13956
13957 PR threads/18127
13958 * gdb.threads/hand-call-new-thread.c: New file.
13959 * gdb.threads/hand-call-new-thread.c: New file.
13960
13961 2015-06-26 Keith Seitz <keiths@redhat.com>
13962 Doug Evans <dje@google.com>
13963
13964 PR 16253
13965 * gdb.cp/var-tag-2.cc: New file.
13966 * gdb.cp/var-tag-3.cc: New file.
13967 * gdb.cp/var-tag-4.cc: New file.
13968 * gdb.cp/var-tag.cc: New file.
13969 * gdb.cp/var-tag.exp: New file.
13970
13971 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13972
13973 * gdb.base/history-duplicates.exp: New test.
13974
13975 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13976
13977 * gdb.base/completion.exp: Test the completion of the "focus"
13978 command.
13979
13980 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13981
13982 * gdb.arch/amd64-prologue-skip.S: New file.
13983 * gdb.arch/amd64-prologue-skip.exp: New file.
13984
13985 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13986
13987 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13988 is_address_zero_readable check.
13989
13990 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13991
13992 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13993 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13994
13995 2015-06-24 Yao Qi <yao.qi@linaro.org>
13996
13997 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13998 linux targets.
13999
14000 2015-06-24 Yao Qi <yao.qi@linaro.org>
14001
14002 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14003 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14004 * gdb.base/siginfo-thread.exp: Likewise.
14005
14006 2015-06-22 Yao Qi <yao.qi@linaro.org>
14007
14008 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14009
14010 2015-06-22 Yao Qi <yao.qi@linaro.org>
14011
14012 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14013 aarch64*-*-*.
14014 (skip_hw_watchpoint_tests): Likewise.
14015
14016 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14017
14018 * gdb.base/gdbinit-history.exp: Test the interaction between
14019 setting GDBHISTSIZE and setting the history size via .gdbinit.
14020
14021 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14022
14023 PR gdb/16999
14024 * gdb.base/gdbhistsize-history.exp: New test.
14025
14026 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14027
14028 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14029 with GDBHISTSIZE.
14030 * gdb.base/readline.exp: Likewise.
14031
14032 2015-06-17 Yao Qi <yao.qi@linaro.org>
14033
14034 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14035 line.
14036
14037 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14038
14039 * gdb.base/gdbinit-history.exp: Add test case to check that
14040 an unlimited history file does not get truncated on exit.
14041
14042 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14043
14044 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14045 (VECTOR): New macro. Use it...
14046 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14047 ...for these typedefs.
14048 (int8, char1, int1, double1): New typedefs.
14049 (struct just_int2, struct two_int2): New structures.
14050 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14051 (add_structvecs, add_singlevecs): New functions.
14052 (main): Call add_some_intvecs twice.
14053 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14054 the compile and exit upon failure. Try compiling for the "native"
14055 architecture. Test inferior function calls with vector arguments
14056 and vector return value handling with "finish" and "return".
14057
14058 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14059
14060 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14061 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14062 PE file.
14063 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14064
14065 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14066
14067 PR breakpoints/16465
14068 * gdb.mi/mi-dprintf-pending.c: New file.
14069 * gdb.mi/mi-dprintf-pending.exp: New test.
14070 * gdb.mi/mi-dprintf-pendshr.c: New file.
14071
14072 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14073 Mircea Gherzan <mircea.gherzan@intel.com>
14074
14075 * gdb.arch/i386-mpx-map.c: New file.
14076 * gdb.arch/i386-mpx-map.exp: New File.
14077
14078 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14079
14080 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14081 * gdb.arch/i386-mpx.exp: Indentation fixed.
14082
14083 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14084
14085 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14086 function and improved indentation.
14087 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14088 gdb_test_multiple. Added additional tests to skip the test.
14089
14090 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14091
14092 * gdb.arch/i386-avx512.c: Change path in include file.
14093 * gdb.arch/i386-avx512.exp: Change include dir path
14094 compilation flag.
14095 * gdb.arch/i386-mpx.c: Change path in include file.
14096 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14097 flag.
14098
14099 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14100
14101 * gdb.compile/compile-print.exp (compile print *vararray@3)
14102 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14103
14104 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14105
14106 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14107 (do not keep jit in memory): ... this.
14108 (expect 5): Change it to ...
14109 (expect no 5): ... this.
14110
14111 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14112
14113 PR gdb/15564
14114 * gdb.mi/mi-detach.exp: New file.
14115
14116 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14117
14118 PR symtab/18392
14119 * gdb.arch/amd64-tailcall-self.S: New file.
14120 * gdb.arch/amd64-tailcall-self.c: New file.
14121 * gdb.arch/amd64-tailcall-self.exp: New file.
14122
14123 2015-05-28 Don Breazeal <donb@codesourcery.com>
14124
14125 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14126 tests for remote targets by checking is_target_gdbserver.
14127
14128 2015-05-27 Doug Evans <dje@google.com>
14129
14130 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14131 * gdb.dwarf2/opaque-type-lookup.c: New file.
14132 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14133
14134 2015-05-26 Doug Evans <dje@google.com>
14135
14136 * gdb.cp/iostream.cc: New file.
14137 * gdb.cp/iostream.exp: New file.
14138
14139 2015-05-26 Doug Evans <dje@google.com>
14140
14141 * gdb.dwarf2/dw2-op-call.exp: Update.
14142 * gdb.dwarf2/dw4-sig-types.exp: Update.
14143 * gdb.dwarf2/implptr.exp: Update.
14144 * gdb.mi/mi-cmd-param-changed.exp: Update.
14145
14146 2015-05-26 Doug Evans <dje@google.com>
14147
14148 * gdb.python/py-lazy-string.c: New file.
14149 * gdb.python/py-lazy-string.exp: New file.
14150 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14151 (main): Update. Add estring3.
14152 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14153 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14154
14155 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14156 Yao Qi <yao.qi@linaro.org>
14157
14158 * gdb.reverse/aarch64.c: New.
14159 * gdb.reverse/aarch64.exp: New.
14160
14161 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14162
14163 * lib/gdb.exp (supports_process_record): Return true for
14164 aarch64*-linux*.
14165 (supports_reverse): Likewise.
14166
14167 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14168
14169 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14170 Use with_test_prefix.
14171
14172 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14173
14174 * gdb.base/completion.exp: Add test for completion of layout
14175 names.
14176
14177 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14178
14179 * lib/gdb.exp (skip_tui_tests): New proc.
14180 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14181
14182 2015-05-19 Pedro Alves <palves@redhat.com>
14183
14184 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14185 Save the whole env array instead of just HOME. Unset HISTSIZE in
14186 the environment while testing. Restore whole environment
14187 afterwards.
14188
14189 2015-05-16 Doug Evans <xdje42@gmail.com>
14190
14191 * gdb.guile/scm-ports.c: New file.
14192 * gdb.guile/scm-ports.exp: Add memory port tests.
14193
14194 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14195
14196 * gdb.compile/compile-print.c: New file.
14197 * gdb.compile/compile-print.exp: New file.
14198
14199 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14200
14201 * gdb.compile/compile-ops.exp: Cast param to void.
14202 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14203 (compile code struct_object.selffield = &struct_object): Add xfail.
14204
14205 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14206
14207 * gdb.ada/arr_enum_with_gap: New testcase.
14208
14209 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14210
14211 * gdb.ada/byte_packed_arr: New testcase.
14212
14213 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14214
14215 * gdb.ada/pckd_neg: New testcase.
14216
14217 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14218
14219 PR gdb/17820
14220 * gdb.base/gdbinit-history.exp: New test.
14221 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14222 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14223
14224 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14225
14226 * gdb.python/py-xmethods.cc: Enhance test case.
14227 * gdb.python/py-xmethods.exp: New tests.
14228 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14229 function.
14230 (B_indexoper): Likewise.
14231 (global_dm_list) : Add new xmethod worker functions.
14232
14233 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14234
14235 * gdb.base/coredump-filter.exp: Correctly unset
14236 "coredump_var_addr" array.
14237
14238 2015-05-08 Pedro Alves <palves@redhat.com>
14239
14240 * gdb.server/non-existing-program.exp: Unset spawn_id.
14241
14242 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14243
14244 PR python/18291
14245 * gdb.python/py-xmethods.exp: Add tests.
14246
14247 2015-05-08 Yao Qi <yao.qi@linaro.org>
14248
14249 PR gdb/18208
14250 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14251 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14252 function set_coredump_filter, and remove remote_exec call.
14253 Remove argument ipid. Callers update.
14254 (top level): Don't get inferior's PID.
14255
14256 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14257
14258 * gdb.base/watch_thread_num.exp: Skip test on targets without
14259 access watchpoints.
14260
14261 2015-05-06 Pedro Alves <palves@redhat.com>
14262
14263 PR server/18081
14264 * gdb.server/non-existing-program.exp: New file.
14265
14266 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14267
14268 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14269
14270 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14271
14272 * gdb.ada/out_of_line_in_inlined: New testcase.
14273
14274 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14275
14276 * gdb.ada/var_rec_arr: New testcase.
14277
14278 2015-04-30 Yao Qi <yao.qi@linaro.org>
14279
14280 * gdb.base/break-idempotent.exp: If
14281 skip_hw_watchpoint_multi_tests returns true, skip the tests
14282 on "rwatch" and "awatch".
14283
14284 2015-04-30 Yao Qi <yao.qi@linaro.org>
14285
14286 * gdb.base/relativedebug.exp: Invoke gdb command
14287 "info sharedlibrary", and if libc.so doesn't have debug info,
14288 skip the test.
14289
14290 2015-04-29 Doug Evans <dje@google.com>
14291
14292 * gdb.python/py-xmethods.exp: Add ptype tests.
14293 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14294 get_result_type method.
14295
14296 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14297
14298 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14299 the target does not support hardware watchpoints.
14300
14301 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14302
14303 * gdb.base/break-always.exp: Abort testing if writing to memory
14304 causes an error.
14305
14306 2015-04-28 Doug Evans <dje@google.com>
14307
14308 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14309 * gdb.python/py-pp-registration.exp: ... here. New file.
14310 * gdb.python/py-pp-registration.c: New file.
14311 * gdb.python/py-pp-registration.py: New file.
14312
14313 2015-04-28 Doug Evans <dje@google.com>
14314
14315 * gdb.python/py-bad-printers.c: New file.
14316 * gdb.python/py-bad-printers.py: New file.
14317 * gdb.python/py-bad-printers.exp: New file.
14318
14319 2015-04-28 Sasha Smundak <asmundak@google.com>
14320
14321 * gdb.python/py-type.exp: New test.
14322
14323 2015-04-28 Andy Wingo <wingo@igalia.com>
14324
14325 * gdb.python/py-parameter.exp:
14326 * gdb.guile/scm-parameter.exp: Escape the path that we are
14327 matching against, as it might contain characters that are special
14328 to regular expressions.
14329
14330 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14331
14332 * gdb.ada/rec_comp: New testcase.
14333
14334 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14335
14336 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14337 before using it.
14338
14339 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14340
14341 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14342 new tests for verilog output.
14343
14344 2015-04-24 Yao Qi <yao.qi@linaro.org>
14345
14346 * boards/remote-gdbserver-on-localhost.exp: New file.
14347
14348 2015-04-23 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14351 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14352 "end of file", remove $inferior_spawn_id from the indirect list.
14353
14354 2015-04-23 Pedro Alves <palves@redhat.com>
14355
14356 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14357
14358 2015-04-23 Pedro Alves <palves@redhat.com>
14359
14360 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14361 on $any_spawn_id instead of only on $gdb_spawn_id.
14362
14363 2015-04-21 Pierre Muller <muller@sourceware.org>
14364
14365 PR pascal/17815
14366 * lib/pascal.exp (gpc_compile): Add new option "class".
14367 (fpc_compile): Likewise.
14368 * gdb.pascal/case-insensitive-symbols.pas: New file.
14369 * gdb.pascal/case-insensitive-symbols.exp: New file.
14370
14371 2015-04-20 Gary Benson <gbenson@redhat.com>
14372
14373 * gdb.base/attach.exp: Fix three extended remote failures.
14374
14375 2015-04-17 Gary Benson <gbenson@redhat.com>
14376
14377 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14378 the main executable over the remote protocol.
14379
14380 2015-04-16 Pedro Alves <palves@redhat.com>
14381
14382 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14383 a new gdbserver if gdbserver_reconnect_p is set.
14384
14385 2015-04-16 Pedro Alves <palves@redhat.com>
14386
14387 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14388 is set, don't exit gdbserver.
14389
14390 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14391
14392 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14393 appropriate .insn, such that an older assembler can be used.
14394 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14395 the z/Architecture instruction set on 31-bit targets as well.
14396
14397 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14398
14399 * gdb.go/handcall.exp: Remove all logic related to the first
14400 breakpoint and rely on go_runto_main instead.
14401 * gdb.go/strings.exp: Likewise.
14402 * gdb.go/unsafe.exp: Likewise.
14403 * gdb.go/hello.exp: Likewise. Also rename the remaining
14404 breakpoint marker to "breakpoint 1".
14405 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14406 * gdb.go/strings.go: Likewise.
14407 * gdb.go/unsafe.go: Likewise.
14408 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14409 "set breakpoint 2 here" and rename the remaining breakpoint marker
14410 to "breakpoint 1".
14411
14412 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14413
14414 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14415 if itertools.imap is not present.
14416 * gdb.python/py-objfile.exp: Add parentheses.
14417 * gdb.python/py-type.exp: Same.
14418 * gdb.python/py-unwind-maint.py: Same.
14419
14420 2015-04-15 Yao Qi <yao.qi@linaro.org>
14421
14422 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14423 of ":$ptr_size" and set its form explicitly.
14424
14425 2015-04-15 Pedro Alves <palves@redhat.com>
14426 Yao Qi <yao.qi@linaro.org>
14427
14428 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14429 timeout by factor of 4.
14430 (test_regular_watch): Likewise.
14431 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14432 * gdb.reverse/sigall-reverse.exp: Likewise.
14433 * gdb.reverse/until-precsave.exp: Likewise.
14434 * lib/gdb.exp (with_timeout_factor): New proc.
14435 (gdb_expect): Move some code to ...
14436 (get_largest_timeout): ... here. New procedure.
14437
14438 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14439
14440 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14441
14442 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14443
14444 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14445 to write to the .text section.
14446
14447 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14448
14449 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14450 Handle the case of targets that do not provide PID information.
14451
14452 2015-04-13 Yao Qi <yao.qi@linaro.org>
14453
14454 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14455 and use expect instead of gdb_expect.
14456
14457 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14458
14459 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14460 "coredump_var_addr" to avoid naming conflict with other testcases.
14461
14462 2015-04-10 Pedro Alves <palves@redhat.com>
14463
14464 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14465 gdb_test_sequence and gdb_assert.
14466
14467 2015-04-10 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14470 test messages that don't include the breakpoint address.
14471
14472 2015-04-10 Yao Qi <yao.qi@linaro.org>
14473
14474 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14475 false for some offset and width combinations which aren't
14476 supported by linux kernel.
14477
14478 2015-04-10 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14481 procedure, factored out from ...
14482 (top level): ... here. Add "set displaced-stepping" testing axis.
14483 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14484 parameter "displaced". Use it.
14485 (top level): Use foreach and add "set displaced-stepping" testing
14486 axis.
14487
14488 2015-04-10 Pedro Alves <palves@redhat.com>
14489
14490 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14491 Remove comment.
14492 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14493 both the address of the instruction that triggers the watchpoint
14494 and the address of the instruction immediately after, and use
14495 those addresses for the test. Fix comment.
14496
14497 2015-04-10 Pedro Alves <palves@redhat.com>
14498
14499 * gdb.base/sigstep.exp (breakpoint_to_handler)
14500 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14501 Test "backtrace" in handler.
14502 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14503 (top level): Add new "displaced" test axis to
14504 breakpoint_to_handler, breakpoint_to_handler_entry and
14505 breakpoint_over_handler.
14506
14507 2015-04-10 Pedro Alves <palves@redhat.com>
14508
14509 PR gdb/18216
14510 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14511
14512 2015-04-10 Yao Qi <yao.qi@linaro.org>
14513
14514 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14515 (test_add_rn_pc): New function.
14516 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14517 (top level): Invoke test_add_rn_pc.
14518
14519 2015-04-10 Pedro Alves <palves@redhat.com>
14520
14521 PR gdb/13858
14522 * gdb.base/step-over-no-symbols.exp: New file.
14523
14524 2015-04-09 Andy Wingo <wingo@igalia.com>
14525
14526 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14527 after the Python tests.
14528
14529 2015-04-08 Keith Seitz <keiths@redhat.com>
14530
14531 PR python/16699
14532 * gdb.python/py-completion.exp: New tests for completion.
14533 * gdb.python/py-completion.py (CompleteLimit1): New class.
14534 (CompleteLimit2): Likewise.
14535 (CompleteLimit3): Likewise.
14536 (CompleteLimit4): Likewise.
14537 (CompleteLimit5): Likewise.
14538 (CompleteLimit6): Likewise.
14539 (CompleteLimit7): Likewise.
14540
14541 2015-04-08 Pedro Alves <palves@redhat.com>
14542
14543 PR gdb/18214
14544 PR gdb/18216
14545 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14546 function.
14547 (main): Install it as SIGUSR1 handler.
14548 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14549 parameter. Always use "setup" as prefix. Toggle "set
14550 displaced-stepping" off/on depending on global. Don't switch to
14551 thread 1 here.
14552 (top level): Add displaced stepping "off/on" test axis. Update
14553 "setup" calls. Wrap each subtest with with_test_prefix. Test
14554 continuing with a queued signal in each thread.
14555
14556 2015-04-08 Pedro Alves <palves@redhat.com>
14557
14558 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14559 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14560 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14561 Return early if running to main fails.
14562 * gdb.trace/while-stepping.exp: Likewise.
14563
14564 2015-04-07 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14567 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14568 interact with inferior program.
14569
14570 2015-04-07 Pedro Alves <palves@redhat.com>
14571
14572 * lib/gdb.exp (inferior_spawn_id): New global.
14573 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14574 spawn id after processing the user code.
14575 (default_gdb_start): Set inferior_spawn_id.
14576 (send_inferior): New procedure.
14577 * lib/gdbserver-support.exp (gdbserver_start): Set
14578 inferior_spawn_id.
14579 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14580
14581 2015-04-07 Pedro Alves <palves@redhat.com>
14582
14583 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14584 * lib/gdbserver-support.exp (gdbserver_start): Make
14585 $server_spawn_id global.
14586 (gdbserver_start): Don't wait for gdbserver's spawn id with
14587 expect_background.
14588 (close_gdbserver): New procedure.
14589 (gdb_exit): Rename the default version and reimplement.
14590
14591 2015-04-07 Pedro Alves <palves@redhat.com>
14592
14593 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14594 append the substituted item, not the original item.
14595
14596 2015-04-07 Pedro Alves <palves@redhat.com>
14597
14598 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14599 gdb_expect.
14600
14601 2015-04-07 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14604 output appearing once only.
14605
14606 2015-04-07 Pedro Alves <palves@redhat.com>
14607
14608 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14609 that doesn't expect anything. Return early if running to main
14610 fails.
14611
14612 2015-04-07 Yao Qi <yao.qi@linaro.org>
14613
14614 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14615 (child_function): Call alarm.
14616 (main): Move call to alarm into the loop.
14617 * gdb.threads/non-stop-fair-events.exp: Build program with
14618 -DTIMEOUT=$timeout.
14619
14620 2015-04-06 Doug Evans <xdje42@gmail.com>
14621
14622 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14623 Fix dest parameter to board_info.
14624 (fpc_compile): Ditto.
14625 (gdb_compile_pascal): Rename dest arg to destfile.
14626
14627 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14628
14629 * gdb.ada/funcall_ref.exp: New file.
14630 * gdb.ada/funcall_ref/foo.adb: New file.
14631
14632 2015-04-02 Yao Qi <yao.qi@linaro.org>
14633
14634 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14635 is remote.
14636
14637 2015-04-02 Gary Benson <gbenson@redhat.com>
14638
14639 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14640
14641 2015-04-01 Sasha Smundak <asmundak@google.com>
14642
14643 * gdb.python/py-unwind-maint.c: New file.
14644 * gdb.python/py-unwind-maint.exp: New test.
14645 * gdb.python/py-unwind-maint.py: New file.
14646 * gdb.python/py-unwind.c: New file.
14647 * gdb.python/py-unwind.exp: New test.
14648 * gdb.python/py-unwind.py: New test.
14649
14650 2015-04-01 Pedro Alves <palves@redhat.com>
14651
14652 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14653 to fail instead of non-existent $test.
14654
14655 2015-04-01 Pedro Alves <palves@redhat.com>
14656
14657 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14658 GDBFLAGS if not empty.
14659
14660 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14661
14662 * gdb.ada/complete.exp: Remove "multi_line".
14663 * gdb.ada/info_exc.exp: Remove "multi_line".
14664 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14665 * gdb.ada/ptype_field.exp: Remove "multi_line".
14666 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14667 * gdb.ada/tagged.exp: Remove "multi_line".
14668 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14669 [multi_line ...]
14670 * gdb.btrace/delta.exp: Likewise.
14671 * gdb.btrace/exception.exp: Likewise.
14672 * gdb.btrace/function_call_history.exp: Likewise.
14673 * gdb.btrace/instruction_history.exp: Likewise.
14674 * gdb.btrace/nohist.exp: Likewise.
14675 * gdb.btrace/record_goto.exp: Likewise.
14676 * gdb.btrace/segv.exp: Likewise.
14677 * gdb.btrace/stepi.exp: Likewise.
14678 * gdb.btrace/tailcall.exp: Likewise.
14679 * gdb.btrace/unknown_functions.exp: Likewise.
14680 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14681 * lib/gdb.exp: Add the "multi_line" helper.
14682
14683 2015-04-01 Pedro Alves <palves@redhat.com>
14684
14685 * gdb.threads/tid-reuse.c: New file.
14686 * gdb.threads/tid-reuse.exp: New file.
14687
14688 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14689
14690 PR corefiles/16092
14691 * gdb.base/coredump-filter.c: New file.
14692 * gdb.base/coredump-filter.exp: Likewise.
14693
14694 2015-03-27 Petr Machata <pmachata@redhat.com>
14695
14696 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14697 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14698 (Dwarf::assemble): Initialize them.
14699 (Dwarf::lines): New function.
14700
14701 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14702
14703 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14704 SYMBOL_PREFIX for x86_64-*-cygwin.
14705
14706 2015-03-26 Andy Wingo <wingo@igalia.com>
14707
14708 PR symtab/18148
14709 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14710 const_value but not a location.
14711 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14712 location defined in non-main CUs are visible.
14713
14714 2015-03-26 Yao Qi <yao.qi@linaro.org>
14715
14716 PR testsuite/18139
14717 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14718 Add a line number entry for the same line.
14719 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14720 Add a line number entry for the same line.
14721
14722 2015-03-26 Yao Qi <yao.qi@linaro.org>
14723
14724 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14725 .int 0.
14726 (func): Likewise. Add .Lfunc_1 label.
14727 Use .Lfunc_1 label.
14728 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14729 .int 0.
14730 (func): Likewise.
14731 Use .Lfunc_1 label.
14732
14733 2015-03-26 Yao Qi <yao.qi@linaro.org>
14734
14735 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14736 Call gdb_compile instead to compile each .s files without debug
14737 information.
14738
14739 2015-03-26 Yao Qi <yao.qi@linaro.org>
14740
14741 * gdb.base/savedregs.exp (process_saved_regs): Make
14742 "Saved registers:" optional in the pattern.
14743
14744 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14745
14746 * gdb.btrace/next.exp: Merged into step.exp.
14747 * gdb.btrace/finish.exp: Merged into step.exp.
14748 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14749 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14750 "record goto" and checking the exact replay position.
14751 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14752 check for "Recording format" in "info record" output.
14753 * gdb.btrace/record_goto.exp: Choose test file based on target.
14754 * gdb.btrace/x86-record_goto.S: Renamed into ...
14755 * gdb.btrace/x86_64-record_goto.S: ... this.
14756 * gdb.btrace/i686-record_goto.S: New.
14757 * gdb.btrace/x86-tailcall.S: Renamed into ...
14758 * gdb.btrace/x86_64-tailcall.S: ... this.
14759 * gdb.btrace/i686-tailcall.S: New.
14760 * gdb.btrace/x86-tailcall.c: Renamed into ...
14761 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14762 separate statements. Update test.
14763 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14764 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14765 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14766 * gdb.btrace/tailcall.exp: Choose test file based on target.
14767 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14768
14769 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14770
14771 * gdb.btrace/exception.exp: Increase BTS buffer size.
14772
14773 2015-03-24 Pedro Alves <palves@redhat.com>
14774
14775 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14776
14777 2015-03-24 Pedro Alves <palves@redhat.com>
14778
14779 * gdb.threads/schedlock.exp (test_step): No longer expect that
14780 "set scheduler-locking step" with "next" over a function call runs
14781 threads unlocked.
14782
14783 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14784
14785 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14786
14787 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14788
14789 PR breakpoints/16466
14790 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14791 * gdb.mi/mi-pending.c (thread_func): New function.
14792 (int main): Add threading support required.
14793 * gdb.mi/mi-pending.exp: Add tests for this issue.
14794 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14795 (pendfunc2): Remove stdio dependency.
14796 * gdb.mi/mi-pendshr2.c: New file.
14797
14798 2015-03-23 Keith Seitz <keiths@redhat.com>
14799
14800 * gdb.linespec/keywords.c: New file.
14801 * gdb.linespec/keywords.exp: New file.
14802
14803 2015-03-23 Keith Seitz <keiths@redhat.com>
14804
14805 PR gdb/18021
14806 * gdb.dwarf2/staticvirtual.exp: New test.
14807
14808 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14809
14810 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14811 * README: Remove HP-UX and gdb.hp.
14812 (configuration):
14813 * configure: Regenerate.
14814 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14815 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14816 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14817 gdb.hp/gdb.defects/Makefile.
14818 * gdb.hp/Makefile.in: File deleted.
14819 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14820 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14821 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14822 * gdb.hp/gdb.aCC/run.c: File deleted.
14823 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14824 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14825 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14826 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14827 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14828 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14829 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14830 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14831 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14832 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14833 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14834 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14835 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14836 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14837 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14838 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14839 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14840 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14841 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14842 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14843 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14844 * gdb.hp/gdb.compat/average.c: File deleted.
14845 * gdb.hp/gdb.compat/sum.c: File deleted.
14846 * gdb.hp/gdb.compat/xdb.c: File deleted.
14847 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14848 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14849 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14850 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14851 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14852 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14853 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14854 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14855 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14856 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14857 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14858 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14859 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14860 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14861 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14862 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14863 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14864 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14865 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14866 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14867 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14868 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14869 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14870 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14871 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14872 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14873 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14874 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14875 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14876 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14877 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14878 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14879 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14880 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14881 * gdb.hp/tools/odump: File deleted.
14882
14883 2015-03-19 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14886 (saw_thread_3): New globals.
14887 (top level): Increment them when an event for the corresponding
14888 thread is seen.
14889 (no thread starvation): New test.
14890
14891 2015-03-19 Pedro Alves <palves@redhat.com>
14892
14893 * gdb.threads/continue-pending-status.c: New file.
14894 * gdb.threads/continue-pending-status.exp: New file.
14895
14896 2015-03-18 Pedro Alves <palves@redhat.com>
14897
14898 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14899 Use gdb_is_target_remote instead of is_remote. Use
14900 gdb_test_multiple instead of gdb_expect. Exit early if
14901 gdb_test_multiple hits its internal matches. Tighten stepi tests
14902 expected output. Fail on exit with any signal, instead of just
14903 SIGILL.
14904
14905 2015-03-18 Yao Qi <yao.qi@linaro.org>
14906
14907 PR tdep/18107
14908 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14909 variable.
14910 * gdb.base/catch-syscall.exp: Don't skip it on
14911 aarch64*-*-linux* target. Remove elements in all_syscalls.
14912 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14913 target.
14914 (setup_all_syscalls): New proc.
14915
14916 2015-03-16 Yao Qi <yao.qi@linaro.org>
14917
14918 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14919 (top level): Skip tests if valid_addr_p returns false for
14920 $cmd1 or $cmd2.
14921
14922 2015-03-11 Andy Wingo <wingo@igalia.com>
14923
14924 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14925
14926 2015-03-11 Yao Qi <yao.qi@linaro.org>
14927
14928 * gdb.base/catch-syscall.exp: Fix typo in comments.
14929
14930 2015-03-11 Yao Qi <yao.qi@linaro.org>
14931
14932 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14933
14934 2015-03-09 Pedro Alves <palves@redhat.com>
14935
14936 * dg-extract-results.py: Delete.
14937
14938 2015-03-09 Pedro Alves <palves@redhat.com>
14939
14940 Merge dg-extract-results.sh from GCC upstream (r218843).
14941
14942 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14943 * dg-extract-results.sh: Use --text with grep to avoid issues with
14944 binary files. Fall back to cat -v, if that doesn't work.
14945
14946 2015-03-05 Pedro Alves <palves@redhat.com>
14947
14948 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14949
14950 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14951
14952 * lib/mi-support.exp (mi_expect_interrupt): Accept
14953 alternative event for when in all-stop mode.
14954
14955 2015-03-04 Pedro Alves <palves@redhat.com>
14956
14957 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14958
14959 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14960
14961 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14962
14963 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14964
14965 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14966 regexps for GDB's current line display, accept a hex address
14967 preceding the line number.
14968
14969 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14970
14971 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14972 the 'arch1' variable for "s390*-linux*" targets.
14973
14974 2015-03-04 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14977 (main): Pass missing retval argument to pthread_join call.
14978
14979 2015-03-02 Pedro Alves <palves@redhat.com>
14980
14981 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14982 (top level): Call do_test with non-stop as well.
14983
14984 2015-03-02 Pedro Alves <palves@redhat.com>
14985
14986 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14987 -1.
14988
14989 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14990
14991 * gdb.arch/s390-vregs.exp: New test.
14992 * gdb.arch/s390-vregs.S: New file.
14993
14994 2015-02-27 Pedro Alves <palves@redhat.com>
14995
14996 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14997 call to catch_command_errors.
14998 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14999 catch_command_errors.
15000
15001 2015-02-27 Pedro Alves <palves@redhat.com>
15002
15003 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15004 "true" for boolean result.
15005 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15006 prototype of main.
15007
15008 2015-02-27 Pedro Alves <palves@redhat.com>
15009
15010 * lib/unbuffer_output.c: New file.
15011 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15012 (main): Call gdb_unbuffer_output.
15013
15014 2015-02-27 Yao Qi <yao.qi@linaro.org>
15015
15016 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15017 target.
15018
15019 2015-02-26 Doug Evans <dje@google.com>
15020
15021 * gdb.cp/class2.cc (Dbase, D): New classes.
15022 (main): New local delta.
15023 * gdb.cp/class2.exp: Test printing delta.
15024 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15025 (dynbar): New global.
15026 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15027
15028 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15029
15030 * gdb.compile/compile-ifunc.c: New file.
15031 * gdb.compile/compile-ifunc.exp: New file.
15032
15033 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15034
15035 * gdb.base/structs.exp: Check for correct struct on finish.
15036
15037 2015-02-26 Yao Qi <yao.qi@linaro.org>
15038
15039 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15040 is zero.
15041
15042 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15043
15044 * gdb.arch/cordic.ko.bz2: New file.
15045 * gdb.arch/cordic.ko.debug.bz2: New file.
15046 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15047
15048 2015-02-25 Yao Qi <yao.qi@linaro.org>
15049
15050 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15051 aarch64*-*-* target.
15052
15053 2015-02-23 Pedro Alves <palves@redhat.com>
15054
15055 * lib/gdb.exp (delete_breakpoints): Rewrite using
15056 gdb_test_multiple.
15057
15058 2015-02-23 Pedro Alves <palves@redhat.com>
15059
15060 * gdb.base/info-os.c: Include stdlib.h.
15061
15062 2015-02-22 Doug Evans <xdje42@gmail.com>
15063
15064 PR symtab/17855
15065 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15066 is read after symbols have been re-read.
15067 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15068 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15069
15070 2015-02-21 Doug Evans <dje@google.com>
15071
15072 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15073
15074 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15075
15076 PR corefiles/17808
15077 * gdb.arch/i386-biarch-core.core.bz2: New file.
15078 * gdb.arch/i386-biarch-core.exp: New file.
15079
15080 2015-02-21 Pedro Alves <palves@redhat.com>
15081
15082 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15083 runto_main fails.
15084
15085 2015-02-20 Pedro Alves <palves@redhat.com>
15086
15087 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15088 info probes.
15089
15090 2015-02-20 Pedro Alves <palves@redhat.com>
15091
15092 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15093
15094 2015-02-20 Pedro Alves <palves@redhat.com>
15095
15096 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15097 clean_restart before gdb_target_supports_trace.
15098
15099 2015-02-20 Pedro Alves <palves@redhat.com>
15100
15101 PR threads/18006
15102 * gdb.threads/clone-thread_db.c: New file.
15103 * gdb.threads/clone-thread_db.exp: New file.
15104
15105 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15106
15107 PR breakpoints/16812
15108 * gdb.base/catch-gdb-caused-signals.c: New file.
15109 * gdb.base/catch-gdb-caused-signals.exp: New file.
15110
15111 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15112
15113 * configure: Regenerated.
15114 * configure.ac: Use GDB_AC_TRANSFORM.
15115 * aclocal.m4: sinclude ../transform.m4.
15116
15117 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15118
15119 * lib/dtrace.exp: New file.
15120 * gdb.base/dtrace-probe.exp: Likewise.
15121 * gdb.base/dtrace-probe.d: Likewise.
15122 * gdb.base/dtrace-probe.c: Likewise.
15123 * lib/pdtrace.in: Likewise.
15124 * configure.ac: Output variables with the transformed names of
15125 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15126 * configure: Regenerated.
15127
15128 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15129
15130 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15131 expected message when trying to access $_probe_* convenience
15132 variables while not on a probe.
15133
15134 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15135
15136 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15137
15138 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15139
15140 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15141 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15142
15143 2015-02-10 Doug Evans <xdje42@gmail.com>
15144
15145 * lib/gdb.exp (gdb_load): Always return a result.
15146
15147 2015-02-10 Pedro Alves <palves@redhat.com>
15148
15149 * gdb.threads/signal-sigtrap.c: New file.
15150 * gdb.threads/signal-sigtrap.exp: New file.
15151
15152 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15153
15154 * gdb.trace/no-attach-trace.c: New file.
15155 * gdb.trace/no-attach-trace.exp: New file.
15156
15157 2015-02-09 Mark Wielaard <mjw@redhat.com>
15158
15159 * gdb.dwarf2/atomic.c: New file.
15160 * gdb.dwarf2/atomic-type.exp: Likewise.
15161
15162 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15163
15164 * gdb.btrace/buffer-size.exp: Update "info record" output.
15165 * gdb.btrace/delta.exp: Update "info record" output.
15166 * gdb.btrace/enable.exp: Update "info record" output.
15167 * gdb.btrace/finish.exp: Update "info record" output.
15168 * gdb.btrace/instruction_history.exp: Update "info record" output.
15169 * gdb.btrace/next.exp: Update "info record" output.
15170 * gdb.btrace/nexti.exp: Update "info record" output.
15171 * gdb.btrace/step.exp: Update "info record" output.
15172 * gdb.btrace/stepi.exp: Update "info record" output.
15173 * gdb.btrace/nohist.exp: Update "info record" output.
15174
15175 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15176
15177 * gdb.btrace/buffer-size: New.
15178
15179 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15180
15181 * gdb.btrace/delta.exp: Update "info record" output.
15182 * gdb.btrace/enable.exp: Update "info record" output.
15183 * gdb.btrace/finish.exp: Update "info record" output.
15184 * gdb.btrace/instruction_history.exp: Update "info record" output.
15185 * gdb.btrace/next.exp: Update "info record" output.
15186 * gdb.btrace/nexti.exp: Update "info record" output.
15187 * gdb.btrace/step.exp: Update "info record" output.
15188 * gdb.btrace/stepi.exp: Update "info record" output.
15189 * gdb.btrace/nohist.exp: Update "info record" output.
15190
15191 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15192
15193 PR gdb/15678
15194 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15195
15196 2015-02-06 Pedro Alves <palves@redhat.com>
15197
15198 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15199 macro.
15200 (seconds_left, again): New globals.
15201 (main): Wait seconds_left in a 1-second sleep loop instead of
15202 sleeping 180 seconds. If 'again' is set, reset the seconds
15203 counter.
15204 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15205 'again' in the inferior before detaching. Print the seconds left.
15206 (options): New global.
15207 (top level): Build program with -DTIMEOUT=$timeout.
15208
15209 2015-02-06 Pedro Alves <palves@redhat.com>
15210
15211 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15212 determine how many seconds to pass to 'alarm'.
15213 * gdb.base/gdb-sigterm.exp (top level): Build program with
15214 -DTIMEOUT=$timeout.
15215 (do_test): Return success/failure indication. Add more verbose
15216 logging. Don't fail if 200 single steps are seen. Instead, fail
15217 when the test times out.
15218 (passes): New global.
15219 (top level): Break the testing loop if testing fails on any
15220 iteration. Use gdb_assert.
15221
15222 2015-02-04 Don Breazeal <donb@codesourcery.com>
15223
15224 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15225 and initialize them.
15226 (ipc_cleanup): New function.
15227 (main): Don't declare shmid, semid, and msqid. Add a call to
15228 atexit so that we call ipc_cleanup on exit.
15229
15230 2015-02-04 Pedro Alves <palves@redhat.com>
15231
15232 * boards/native-extended-gdbserver.exp: Remove any target variant
15233 specifications from the board name before clearing the isremote
15234 flag from board_info.
15235
15236 2015-01-31 Doug Evans <xdje42@gmail.com>
15237
15238 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15239
15240 2015-01-31 Gary Benson <gbenson@redhat.com>
15241
15242 * gdb.base/completion.exp: Disable completion limiting for
15243 existing tests. Add new tests to check completion limiting.
15244 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15245
15246 2015-01-31 Doug Evans <xdje42@gmail.com>
15247
15248 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15249
15250 2015-01-31 Doug Evans <xdje42@gmail.com>
15251
15252 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15253 entries. Duplicate file section script entries.
15254 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15255 inlined entries. Add test for safe-path rejection.
15256 * gdb.python/py-section-script.c: Add duplicate inlined section script
15257 entries. Duplicate file section script entries.
15258 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15259 inlined entries. Add test for safe-path rejection.
15260
15261 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15262
15263 * gdb.ada/disc_arr_bound: New testcase.
15264
15265 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15266
15267 * gdb.ada/mi_var_array: New testcase.
15268
15269 2015-01-27 Doug Evans <dje@google.com>
15270
15271 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15272 Add test for objfile.filename, objfile.username after objfile
15273 has been unloaded.
15274
15275 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15276
15277 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15278 the second test to print the name attribute of value
15279 returned by the call to gdb.lookup_type, and adjust
15280 the expected output accordingly.
15281
15282 2015-01-25 Mark Wielaard <mjw@redhat.com>
15283
15284 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15285 * gdb.base/disp-step-fork.c: Include unistd.h.
15286 * gdb.base/siginfo-obj.c: Include stdio.h.
15287 * gdb.base/siginfo-thread.c: Likewise.
15288 * gdb.mi/non-stop.c: Include unistd.h.
15289 * gdb.mi/nsthrexec.c: Include stdio.h.
15290 * gdb.mi/pthreads.c: Include unistd.h.
15291 * gdb.modula2/unbounded1.c (main): Declare returns int.
15292 * gdb.reverse/consecutive-reverse.c: Likewise.
15293 * gdb.threads/create-fail.c: Include unistd.h.
15294 * gdb.threads/killed.c: Likewise.
15295 * gdb.threads/linux-dp.c: Likewise.
15296 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15297 * gdb.threads/non-ldr-exc-2.c: Likewise.
15298 * gdb.threads/non-ldr-exc-3.c: Likewise.
15299 * gdb.threads/non-ldr-exc-4.c: Likewise.
15300 * gdb.threads/pthreads.c: Include unistd.h.
15301 (main): Declare returns int.
15302 * gdb.threads/tls-main.c (foo): New declaration.
15303 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15304
15305 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15306
15307 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15308 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15309
15310 2015-01-15 Mark Wielaard <mjw@redhat.com>
15311
15312 * gdb.base/noreturn-return.c: New file.
15313 * gdb.base/noreturn-return.exp: New file.
15314 * gdb.base/noreturn-finish.c: New file.
15315 * gdb.base/noreturn-finish.exp: New file.
15316
15317 2015-01-23 Pedro Alves <palves@redhat.com>
15318
15319 * gdb.threads/continue-pending-after-query.c: New file.
15320 * gdb.threads/continue-pending-after-query.exp: New file.
15321
15322 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15323 Simon Marchi <simon.marchi@ericsson.com>
15324
15325 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15326 * gdb.base/valgrind-db-attach.exp: Same.
15327 * gdb.base/valgrind-infcall.exp: Same.
15328 * lib/mi-support.exp (default_mi_gdb_start): Same.
15329 * lib/prompt.exp (default_prompt_gdb_start): Same.
15330 * lib/gdb.exp (default_gdb_spawn): Same.
15331 (gdb_interact): New.
15332
15333
15334 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15335
15336 * gdb.compile/compile.exp (pointer to jit function): New test.
15337
15338 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15339
15340 * lib/gdb.exp (supports_process_record): Return true for
15341 powerpc*-*-linux*.
15342 (supports_reverse): Likewise.
15343
15344 2015-01-15 Don Breazeal <donb@codesourcery.com>
15345
15346 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15347 instead of checking whether the target board is remote and
15348 use spawn_wait_for_attach instead of exec/sleep.
15349 * gdb.base/attach-twice.exp: Likewise.
15350
15351 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15352
15353 * gdb.ada/var_arr_attrs: New testcase.
15354
15355 2015-01-14 Pedro Alves <palves@redhat.com>
15356 Joel Brobecker <brobecker@adacore.com>
15357
15358 PR gdb/17525
15359 * gdb.base/bp-cmds-execution-x-script.c: New file.
15360 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15361 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15362
15363 2015-01-14 Pedro Alves <palves@redhat.com>
15364
15365 PR cli/17828
15366 * gdb.base/batch-preserve-term-settings.c: New file.
15367 * gdb.base/batch-preserve-term-settings.exp: New file.
15368
15369 2015-01-13 Doug Evans <dje@google.com>
15370
15371 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15372 binary.
15373
15374 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15375
15376 * Makefile.in (clean mostlyclean): Do not delete *.py.
15377
15378 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15379
15380 * gdb.python/py-lookup-type.exp: New file.
15381
15382 2015-01-12 Pedro Alves <palves@redhat.com>
15383
15384 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15385 restore GDBFLAGS before returning.
15386
15387 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15388
15389 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15390 is_amd64_regs_target and is_x86_like_target.
15391
15392 2015-01-11 Doug Evans <xdje42@gmail.com>
15393
15394 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15395 is given without an explicit form.
15396 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15397 attributes.
15398 * gdb.dwarf/corrupt.exp: Ditto.
15399 * gdb.dwarf2/enum-type.exp: Ditto.
15400 * gdb.trace/entry-values.exp: Ditto.
15401 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15402
15403 2015-01-11 Doug Evans <xdje42@gmail.com>
15404
15405 PR gdb/15830
15406 * gdb.base/maint.exp: Remove references to "maint demangle".
15407 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15408 Add tests for explicitly specifying language to demangle.
15409 * gdb.dlang/demangle.exp: Ditto.
15410
15411 2015-01-09 Pedro Alves <palves@redhat.com>
15412
15413 * gdb.threads/non-stop-fair-events.c: New file.
15414 * gdb.threads/non-stop-fair-events.exp: New file.
15415
15416 2015-01-09 Pedro Alves <palves@redhat.com>
15417
15418 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15419 the global scope. Set a breakpoint after all threads are started
15420 rather than stepping over two source lines. Expect the prompt.
15421 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15422 global.
15423 (NUM): Now 15.
15424 (main): Use threads_started_barrier to wait for all threads to
15425 start. Main thread no longer calls thread_function. Exit after
15426 180 seconds.
15427 (loop): New function.
15428 (thread_function): Wait on threads_started_barrier barrier. Call
15429 'loop' at each iteration.
15430 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15431 threads have started, instead of hardcoding number of "next"
15432 steps. Use an access watchpoint instead of a write watchpoint.
15433
15434 2015-01-09 Pedro Alves <palves@redhat.com>
15435
15436 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15437 (thread_func): Wait on barrier.
15438 (main): Wait for all threads to start before stopping GDB.
15439 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15440 global.
15441 (thread1_func, thread2_func): Wait on barrier.
15442 (main): Wait for all threads to start before stopping GDB.
15443 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15444 New global.
15445 (thread1_func, thread2_func): Wait on barrier.
15446 (main): Wait for all threads to start before stopping GDB.
15447
15448 2015-01-09 Pedro Alves <palves@redhat.com>
15449
15450 * gdb.threads/attach-many-short-lived-threads.c: New file.
15451 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15452
15453 2014-01-09 Pedro Alves <palves@redhat.com>
15454
15455 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15456 instead of to thread 2.
15457 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15458 Add barrier around each pthread_create call instead of around all
15459 calls.
15460 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15461 Set a break on thread_function and have the child threads hit it
15462 one at at a time.
15463
15464 2015-01-09 Pedro Alves <palves@redhat.com>
15465
15466 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15467 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15468 false.
15469 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15470 checking whether the target board is remote.
15471 * gdb.multi/multi-attach.exp: Likewise.
15472 * gdb.python/py-sync-interp.exp: Likewise.
15473 * gdb.server/ext-attach.exp: Likewise.
15474 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15475 tests that need to attach, instead of checking whether the target
15476 board is remote at the top of the file.
15477
15478 2015-01-08 Yao Qi <yao@codesourcery.com>
15479
15480 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15481
15482 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15483
15484 Fix testcase compilation.
15485 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15486
15487 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15488
15489 * gdb.python/py-type.exp: Add a couple test about empty
15490 array creation, and negative-length array creation.
15491
15492 2015-01-02 Doug Evans <xdje42@gmail.com>
15493
15494 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15495
15496 2015-01-02 Doug Evans <dje@google.com>
15497
15498 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15499
15500 2014-12-29 Yao Qi <yao@codesourcery.com>
15501
15502 * gdb.trace/entry-values.exp: Update comments. Rename variable
15503 bar_call_foo to returned_from_foo.
15504
15505 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15506
15507 PR gdb/17394
15508 * gdb.linespec/break-asm-file.c: New file.
15509 * gdb.linespec/break-asm-file.exp: New file.
15510 * gdb.linespec/break-asm-file0.s: New file.
15511 * gdb.linespec/break-asm-file1.s: New file.
15512
15513 2014-12-18 Nigel Stephens <nigel@mips.com>
15514 Maciej W. Rozycki <macro@codesourcery.com>
15515
15516 * gdb.base/float.exp: Handle the new output from "info float" on
15517 MIPS targets.
15518
15519 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15520
15521 Fix MinGW compilation.
15522 * gdb.compile/compile-ops.exp: Update untested message if
15523 !skip_compile_feature_tests.
15524 * gdb.compile/compile-setjmp.exp: Likewise.
15525 * gdb.compile/compile-tls.exp: Likewise.
15526 * gdb.compile/compile.exp: Likewise.
15527 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15528 supported on this host".
15529
15530 2014-12-16 Doug Evans <xdje42@gmail.com>
15531
15532 * boards/stabs.exp: New file.
15533
15534 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15535
15536 * gdb.base/completion.exp: Adjust to format changes of "maint
15537 print user-registers".
15538
15539 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15540
15541 PR server/17457
15542 * gdb.arch/aarch64-fp.c: New file.
15543 * gdb.arch/aarch64-fp.exp: New file.
15544
15545 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15546
15547 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15548 r210637, r210913, r211666, r215400, r215817).
15549
15550 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15551 * dg-extract-results.py: New file.
15552 * dg-extract-results.sh: Use it if the environment seems
15553 suitable.
15554
15555 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15556
15557 * dg-extract-results.py (parse_run): Handle warnings that
15558 are printed before a test harness is run.
15559
15560 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15561
15562 * dg-extract-results.py (Named): Remove __cmp__ method.
15563 (output_variation): Use a key to sort variation.harnesses.
15564
15565 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15566
15567 * dg-extract-results.py: For Python 3, force sys.stdout to
15568 handle surrogate escape sequences.
15569 (safe_open): New function.
15570 (output_segment, main): Use it.
15571
15572 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15573
15574 * dg-extract-results.py (Prog.result_re): Include options
15575 in test name.
15576
15577 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15578
15579 * dg-extract-results.py (output_variation): Always sort if
15580 do_sum.
15581
15582 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15583
15584 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15585 as long as we get pagination notifications.
15586
15587 2014-12-15 Jason Merrill <jason@redhat.com>
15588
15589 * Makefile.in (check-gdb.%): Restore.
15590 * README: Mention it.
15591
15592 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15593
15594 * gdb.ada/str_uninit: New testcase.
15595
15596 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15597
15598 PR symtab/17642
15599 * gdb.base/vla-stub-define.c: New file.
15600 * gdb.base/vla-stub.c: New file.
15601 * gdb.base/vla-stub.exp: New file.
15602
15603 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15604 Jan Kratochvil <jan.kratochvil@redhat.com>
15605 Tom Tromey <tromey@redhat.com>
15606
15607 * configure.ac: Add gdb.compile/.
15608 * configure: Regenerate.
15609 * gdb.compile/Makefile.in: New file.
15610 * gdb.compile/compile-ops.exp: New file.
15611 * gdb.compile/compile-ops.c: New file.
15612 * gdb.compile/compile-tls.c: New file.
15613 * gdb.compile/compile-tls.exp: New file.
15614 * gdb.compile/compile-constvar.S: New file.
15615 * gdb.compile/compile-constvar.c: New file.
15616 * gdb.compile/compile-mod.c: New file.
15617 * gdb.compile/compile-nodebug.c: New file.
15618 * gdb.compile/compile-setjmp-mod.c: New file.
15619 * gdb.compile/compile-setjmp.c: New file.
15620 * gdb.compile/compile-setjmp.exp: New file.
15621 * gdb.compile/compile-shlib.c: New file.
15622 * gdb.compile/compile.c: New file.
15623 * gdb.compile/compile.exp: New file.
15624 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15625
15626 2014-12-12 Tom Tromey <tromey@redhat.com>
15627
15628 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15629 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15630
15631 2014-12-12 Doug Evans <dje@google.com>
15632
15633 * lib/gdb-python.exp (get_python_valueof): New function.
15634 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15635
15636 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15637
15638 * gdb.base/completion.exp: Add test for completion of "info
15639 registers ".
15640
15641 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15642
15643 * gdb.base/func-ptrs.c: New file.
15644 * gdb.base/func-ptrs.exp: New file.
15645
15646 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15647
15648 PR breakpoints/17012
15649 * gdb.base/dprintf-detach.c: New file.
15650 * gdb.base/dprintf-detach.exp: New file.
15651
15652 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15653
15654 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15655 * lib/gdb.exp (target_is_gdbserver): New procedure.
15656
15657 2014-12-08 Doug Evans <dje@google.com>
15658
15659 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15660
15661 2014-12-05 Yao Qi <yao@codesourcery.com>
15662
15663 * gdb.guile/scm-error.exp: Remove the third argument to
15664 gdb_remote_download.
15665 * gdb.guile/scm-frame-args.exp: Likewise.
15666 * gdb.guile/scm-section-script.exp: Likewise.
15667
15668 2014-12-05 Yao Qi <yao@codesourcery.com>
15669
15670 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15671
15672 2014-12-04 Doug Evans <dje@google.com>
15673
15674 * gdb.python/py-objfile.exp: Add tests for
15675 objfile.add_separate_debug_file.
15676
15677 2014-12-04 Doug Evans <dje@google.com>
15678
15679 * lib/gdb.exp (get_build_id): New function.
15680 (build_id_debug_filename_get): Rewrite to use it.
15681 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15682
15683 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15684
15685 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15686 `method(long)', not just 0x0.
15687 * gdb.cp/nsalias.exp: Align code labels to 4.
15688 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15689 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15690 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15691 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15692 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15693 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15694
15695 2014-12-02 Doug Evans <dje@google.com>
15696
15697 PR symtab/17602
15698 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15699 * gdb.cp/anon-ns2.cc: ... here. New file.
15700 * gdb.cp/anon-ns.exp: Update.
15701
15702 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15703
15704 * gdb.python/py-events.py (inferior_call_handler): New.
15705 (register_changed_handler, memory_changed_handler): New.
15706 (test_events.invoke): Register new handlers.
15707 * gdb.python/py-events.exp: Add tests for inferior call,
15708 memory_changed and register_changed events.
15709
15710 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15711
15712 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15713 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15714 if the linker doesn't understand this.
15715
15716 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15717
15718 * gdb.python/python.exp: Change expected reply to help().
15719
15720 2014-12-01 Yao Qi <yao@codesourcery.com>
15721
15722 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15723 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15724 * configure: Re-generated.
15725
15726 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15727
15728 * gdb.cp/chained-calls.cc: New file.
15729 * gdb.cp/chained-calls.exp: New file.
15730 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15731
15732 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15733
15734 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15735 * gdb.dwarf2/symtab-producer.exp: Same.
15736 * gdb.gdb/python-interrupts.exp: Same.
15737 * gdb.gdb/python-selftest.exp: Same.
15738 * gdb.python/py-linetable.exp: Same.
15739 * gdb.python/py-type.exp: Same.
15740 * gdb.python/py-value-cc.exp: Same.
15741 * gdb.python/py-value.exp: Same.
15742
15743 2014-11-28 Yao Qi <yao@codesourcery.com>
15744
15745 * gdb.base/break-probes.exp: Match library name prefixed with
15746 sysroot.
15747
15748 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15749
15750 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15751 test expected output. Add parentheses for the call to print.
15752 Remove L suffix from integers.
15753
15754 2014-11-26 Doug Evans <dje@google.com>
15755
15756 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15757
15758 2014-11-22 Yao Qi <yao@codesourcery.com>
15759
15760 * gdb.trace/entry-values.c: Remove asms.
15761 (foo): Add foo_label.
15762 (bar): Add bar_label.
15763 * gdb.trace/entry-values.exp: Remove code computing foo's
15764 length and bar's length.
15765 (Dwarf::assemble): Invoke function_range for bar and use
15766 MACRO_AT_func for foo.
15767
15768 2014-11-22 Yao Qi <yao@codesourcery.com>
15769
15770 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15771 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15772 Use .Lgcc43_procstart instead of gcc43.
15773
15774 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15775
15776 * gdb.ada/n_arr_bound: New testcase.
15777
15778 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15779
15780 PR breakpoints/10737
15781 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15782 test_catch_syscall_multi_arch.
15783 (test_catch_syscall_multi_arch): New function.
15784
15785 2014-11-20 Doug Evans <xdje42@gmail.com>
15786
15787 * gdb.base/maint.exp: Update expected output.
15788
15789 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15790
15791 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15792 4-byte instruction on S390.
15793
15794 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15795
15796 * gdb.ada/arr_arr: New testcase.
15797
15798 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15799
15800 * gdb.ada/pkd_arr_elem: New Testcase.
15801
15802 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15803
15804 * gdb.reverse/break-precsave: Expect completion message for
15805 core file reads.
15806 * gdb.reverse/consecutive-precsave.exp: Likewise.
15807 * gdb.reverse/finish-precsave.exp: Likewise.
15808 * gdb.reverse/i386-precsave.exp: Likewise.
15809 * gdb.reverse/machinestate-precsave.exp: Likewise.
15810 * gdb.reverse/sigall-precsave.exp: Likewise.
15811 * gdb.reverse/solib-precsave.exp: Likewise.
15812 * gdb.reverse/step-precsave.exp: Likewise.
15813 * gdb.reverse/until-precsave.exp: Likewise.
15814 * gdb.reverse/watch-precsave.exp: Likewise.
15815
15816 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15817
15818 * gdb.base/bp-permanent.c: Include unistd.h.
15819 * gdb.python/py-framefilter-mi.c (main): Add return type.
15820 * gdb.python/py-framefilter.c (main): Likewise.
15821 * gdb.trace/actions-changed.c (main): Likewise.
15822
15823 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15824
15825 * gdb.mi/until.c: Add eye-catchers.
15826 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15827 line numbers.
15828
15829 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15830
15831 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15832 function header variants in break1.c.
15833 * gdb.base/ena-dis-br.exp: Likewise.
15834 * gdb.base/hbreak2.exp: Likewise.
15835 * gdb.reverse/until-precsave.exp: Drop references to removed
15836 non-prototype function header variants in ur1.c.
15837 * gdb.reverse/until-reverse.exp: Likewise.
15838
15839 2014-11-17 Petr Machata <pmachata@redhat.com>
15840
15841 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15842 ${_cu_offset_size} bytes abbrev offset.
15843
15844 2014-11-15 Doug Evans <xdje42@gmail.com>
15845
15846 PR symtab/17559
15847 * gdb.base/line-symtabs.exp: New file.
15848 * gdb.base/line-symtabs.c: New file.
15849 * gdb.base/line-symtabs.h: New file.
15850
15851 2014-11-14 Yao Qi <yao@codesourcery.com>
15852
15853 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15854 (func): Add label func_label.
15855 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15856 Replace low_pc and high_pc with MACRO_AT_range.
15857 Replace name, low_pc and high_pc with MACRO_AT_func.
15858
15859 2014-11-14 Yao Qi <yao@codesourcery.com>
15860
15861 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15862 Replace name, low_pc and high_pc with MACRO_AT_func.
15863
15864 2014-11-14 Yao Qi <yao@codesourcery.com>
15865
15866 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15867 produce debug information.
15868 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15869
15870 2014-11-14 Yao Qi <yao@codesourcery.com>
15871
15872 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15873 object and get function length.
15874 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15875 with MACRO_AT_func.
15876 (top-level): Replace gdb_compile and clean_restart with
15877 prepare_for_testing.
15878 * gdb.dwarf2/main.c (main): Add label main_label.
15879
15880 2014-11-14 Yao Qi <yao@codesourcery.com>
15881
15882 * lib/dwarf.exp (function_range): New procedure.
15883 (Dwarf::_handle_macro_at_func): New procedure.
15884 (Dwarf::_handle_macro_at_range): New procedure.
15885 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15886
15887 2014-11-14 Yao Qi <yao@codesourcery.com>
15888
15889 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15890 (_handle_attribute): New procedure.
15891
15892 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15893
15894 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15895 * gdb.base/call-sc.c (zed): Likewise.
15896 * gdb.base/checkpoint.c (main): Likewise.
15897 * gdb.base/dump.c (main): Likewise.
15898 * gdb.base/gcore.c (main): Likewise.
15899 * gdb.base/huge.c (main): Likewise.
15900 * gdb.base/multi-forks.c (main): Likewise.
15901 * gdb.base/pr10179-a.c (main): Likewise.
15902 * gdb.base/savedregs.c (main): Likewise.
15903 * gdb.base/sigaltstack.c (main): Likewise.
15904 * gdb.base/siginfo.c (main): Likewise.
15905 * gdb.base/structs.c (zed): Likewise.
15906 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15907 * gdb.mi/mi-syn-frame.c (main): Likewise.
15908 * gdb.mi/until.c (foo, main): Likewise.
15909 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15910 * gdb.base/solib-weak.c (foo): Declare.
15911 * gdb.base/attach-twice.c: Include stdio.h.
15912 * gdb.base/weaklib1.c: Likewise.
15913 * gdb.base/weaklib2.c: Likewise.
15914 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15915 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15916 unistd.h.
15917 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15918 * gdb.mi/mi-exit-code.c: Likewise.
15919 * gdb.base/break-interp-lib.c: Include string.h.
15920 * gdb.base/coremaker.c: Likewise.
15921 * gdb.base/testenv.c: Likewise.
15922 * gdb.python/py-finish-breakpoint.c: Likewise.
15923 * gdb.base/inferior-died.c: Include sys/wait.h.
15924 * gdb.base/fileio.c: Include time.h.
15925 * gdb.base/async-shell.c: Include unistd.h.
15926 * gdb.base/dprintf-non-stop.c: Likewise.
15927 * gdb.base/info-os.c: Likewise.
15928 * gdb.mi/mi-console.c: Likewise.
15929 * gdb.mi/watch-nonstop.c: Likewise.
15930 * gdb.python/py-events.c: Likewise.
15931 * gdb.base/async.c (baz): Move up before its invocation.
15932 * gdb.base/code_elim2.c (my_global_func): Likewise.
15933 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15934 * gdb.base/advance.c (func2): Likewise.
15935
15936 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15937
15938 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15939 variant.
15940 * gdb.base/annota3.c: Likewise.
15941 * gdb.base/async.c: Likewise.
15942 * gdb.base/average.c: Likewise.
15943 * gdb.base/call-ar-st.c: Likewise.
15944 * gdb.base/call-rt-st.c: Likewise.
15945 * gdb.base/call-sc.c: Likewise.
15946 * gdb.base/call-strs.c: Likewise.
15947 * gdb.base/ending-run.c: Likewise.
15948 * gdb.base/execd-prog.c: Likewise.
15949 * gdb.base/exprs.c: Likewise.
15950 * gdb.base/foll-exec.c: Likewise.
15951 * gdb.base/foll-fork.c: Likewise.
15952 * gdb.base/foll-vfork.c: Likewise.
15953 * gdb.base/funcargs.c: Likewise.
15954 * gdb.base/gcore.c: Likewise.
15955 * gdb.base/jump.c: Likewise.
15956 * gdb.base/langs0.c: Likewise.
15957 * gdb.base/langs1.c: Likewise.
15958 * gdb.base/langs2.c: Likewise.
15959 * gdb.base/mips_pro.c: Likewise.
15960 * gdb.base/nodebug.c: Likewise.
15961 * gdb.base/opaque0.c: Likewise.
15962 * gdb.base/opaque1.c: Likewise.
15963 * gdb.base/recurse.c: Likewise.
15964 * gdb.base/run.c: Likewise.
15965 * gdb.base/scope0.c: Likewise.
15966 * gdb.base/scope1.c: Likewise.
15967 * gdb.base/setshow.c: Likewise.
15968 * gdb.base/setvar.c: Likewise.
15969 * gdb.base/shmain.c: Likewise.
15970 * gdb.base/shr1.c: Likewise.
15971 * gdb.base/shr2.c: Likewise.
15972 * gdb.base/sigall.c: Likewise.
15973 * gdb.base/signals.c: Likewise.
15974 * gdb.base/so-indr-cl.c: Likewise.
15975 * gdb.base/solib2.c: Likewise.
15976 * gdb.base/structs.c: Likewise.
15977 * gdb.base/sum.c: Likewise.
15978 * gdb.base/vforked-prog.c: Likewise.
15979 * gdb.base/watchpoint.c: Likewise.
15980 * gdb.reverse/shr2.c: Likewise.
15981 * gdb.reverse/until-reverse.c: Likewise.
15982 * gdb.reverse/ur1.c: Likewise.
15983 * gdb.reverse/watch-reverse.c: Likewise.
15984
15985 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15986
15987 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15988 variant.
15989 * gdb.base/sepdebug.exp: Drop references to removed code.
15990
15991 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15992
15993 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15994 variant. Preserve original line numbering.
15995 * gdb.base/list1.c: Likewise.
15996
15997 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15998
15999 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16000 variant.
16001 * gdb.base/break1.c: Likewise.
16002 * gdb.base/break.exp: Drop references to removed code.
16003
16004 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16005
16006 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16007 variant.
16008
16009 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16010
16011 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16012
16013 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16014
16015 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16016 logic into perform_all_tests() and invoke it with and without
16017 function header prototypes.
16018 (do_function_calls): Remove conditional XFAIL for PR 5318.
16019 (rerun_and_prepare): Remove duplicate code.
16020 (perform_all_tests): New. Main logic moved here.
16021
16022 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16023
16024 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16025 code guarded by #ifdef NO_PROTOTYPES.
16026 (t_double_many_args): Likewise.
16027 (DEF_FUNC_MANY_ARGS_1): Likewise.
16028 (DEF_FUNC_VALUES_1): Likewise.
16029 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16030 guarded by #ifdef PROTOTYPES.
16031
16032 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16033
16034 * gdb.mi/mi-console.c: Add eye-catcher.
16035 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16036 instead of literal line number.
16037
16038 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16039
16040 * gdb.base/shr2.c: Add eye-catcher.
16041 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16042 line number.
16043
16044 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16045
16046 * gdb.base/jump.c: Add eye-catchers.
16047 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16048 numbers.
16049
16050 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16051
16052 * gdb.base/execd-prog.c: Add eye-catchers.
16053 * gdb.base/foll-exec.c: Likewise.
16054 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16055 line numbers.
16056
16057 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16058
16059 * gdb.base/ending-run.c: Add eye-catchers.
16060 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16061 literal line numbers.
16062
16063 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16064
16065 * gdb.base/call-rt-st.c: Add eye-catchers.
16066 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16067 literal line numbers.
16068
16069 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16070
16071 * gdb.base/call-ar-st.c: Add eye-catchers.
16072 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16073 literal line numbers.
16074
16075 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16076
16077 * gdb.base/average.c: Add eye-catchers.
16078 * gdb.base/sum.c: Likewise.
16079 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16080 regexps dynamically.
16081
16082 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16083
16084 * gdb.base/solib1.c: Add eye-catchers.
16085 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16086 literal line numbers.
16087
16088 2014-11-12 Pedro Alves <palves@redhat.com>
16089
16090 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16091 leader has exited.
16092
16093 2014-11-12 Pedro Alves <palves@redhat.com>
16094
16095 * gdb.arch/i386-bp_permanent.c: New file.
16096 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16097 (srcfile): Set to i386-bp_permanent.c.
16098 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16099 that stepi does not execute the 'leave' instruction, instead of
16100 testing it does execute.
16101 * gdb.base/bp-permanent.c: New file.
16102 * gdb.base/bp-permanent.exp: New file.
16103
16104 2014-11-10 Doug Evans <xdje42@gmail.com>
16105
16106 PR symtab/17564
16107 * gdb.base/symtab-search-order.exp: New file.
16108 * gdb.base/symtab-search-order.c: New file.
16109 * gdb.base/symtab-search-order-1.c: New file.
16110 * gdb.base/symtab-search-order-shlib-1.c: New file.
16111
16112 2014-11-07 Pedro Alves <palves@redhat.com>
16113
16114 PR gdb/17511
16115 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16116 i?86-*-linux*.
16117
16118 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16119
16120 PR c++/17494
16121 * gdb.cp/pr17494.cc: New file.
16122 * gdb.cp/pr17494.exp: New file.
16123
16124 2014-11-02 Yao Qi <yao@codesourcery.com>
16125
16126 * gdb.python/python.exp: Get working directory and match the
16127 output of "set extended-prompt \\w " with it.
16128
16129 2014-10-30 Doug Evans <dje@google.com>
16130
16131 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16132 in objfiles.
16133 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16134 in progspaces.
16135
16136 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16137
16138 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16139 * gdb.base/realname-expand.exp: Likewise.
16140 * gdb.linespec/macro-relative.exp: Likewise.
16141
16142 2014-10-29 Pedro Alves <palves@redhat.com>
16143
16144 PR gdb/17408
16145 * gdb.threads/schedlock.c (some_function): New function.
16146 (call_function): New global.
16147 (MAYBE_CALL_SOME_FUNCTION): New macro.
16148 (thread_function): Call it.
16149 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16150 and use it instead of a global counter. Adjust all callers.
16151 (get_current_thread): Use "find current thread" for test message
16152 here rather than having all callers pass down the same string.
16153 (goto_loop): New procedure, factored out from ...
16154 (my_continue): ... this.
16155 (step_ten_loops): Change parameter from test message to command to
16156 use. Adjust.
16157 (list_count): Delete global.
16158 (check_result): New procedure, factored out from duplicate top
16159 level code.
16160 (continue tests): Wrap in with_test_prefix.
16161 (test_step): New procedure, factored out from duplicate top level
16162 code.
16163 (top level): Test "step" in combination with all scheduler-locking
16164 modes. Test "next" in combination with all scheduler-locking
16165 modes, and in combination with stepping over a function call or
16166 not.
16167 * gdb.threads/next-bp-other-thread.c: New file.
16168 * gdb.threads/next-bp-other-thread.exp: New file.
16169
16170 2014-10-29 Pedro Alves <palves@redhat.com>
16171
16172 PR python/17372
16173 * gdb.python/python.exp: Test a multi-line command that spawns
16174 interactive Python.
16175 * gdb.base/multi-line-starts-subshell.exp: New file.
16176
16177 2014-10-29 Yao Qi <yao@codesourcery.com>
16178
16179 * gdb.base/fileio.exp: Make directories on host.
16180
16181 2014-10-29 Yao Qi <yao@codesourcery.com>
16182
16183 * gdb.base/fileio.c (test_write): Close the file.
16184
16185 2014-10-28 Pedro Alves <palves@redhat.com>
16186
16187 PR gdb/12623
16188 * gdb.base/sigstep.c (no_handler): New global.
16189 (main): If 'no_handler is true, set the signal handlers to
16190 SIG_IGN.
16191 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16192 with_sw_watch and no_handler parameters. Handle them.
16193 (top level) <stepping over handler when stopped at a breakpoint
16194 test>: Add a test axis for testing with a software watchpoint, and
16195 another for testing with the signal handler set to SIG_IGN.
16196 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16197 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16198
16199 2014-10-28 Pedro Alves <palves@redhat.com>
16200
16201 PR gdb/17511
16202 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16203 * gdb.base/sigstep.exp (other_handler_location): New global.
16204 (advance): Support stepping into the signal handler, and running
16205 commands while in the handler.
16206 (in_handler_map): New global.
16207 (top level): In the advance test, add combinations for getting
16208 into the handler with stepping commands, and for running commands
16209 in the handler. Add comment descripting the advancei tests.
16210
16211 2014-10-28 Pedro Alves <palves@redhat.com>
16212
16213 * gdb.base/sigstep.exp: Use build_executable instead of
16214 prepare_for_testing.
16215 (top level): Move code that starts GDB, runs to main and creates a
16216 display to ...
16217 (restart): ... this new procedure.
16218 (top level): Move backtrace from signal handler test to ...
16219 (validate_backtrace): ... this new procedure.
16220 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16221 with_test_prefix. Always restart GDB.
16222 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16223 with_test_prefix. Always restart GDB. No need to delete
16224 breakpoints after the test.
16225 (test_skip_handler): Remove prefix parameter.
16226 (skip_over_handler, breakpoint_to_handler)
16227 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16228 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16229 restart GDB. No need to delete breakpoints after the test.
16230 (top level): Use foreach to call the test procedures with
16231 different commands.
16232
16233 2014-10-28 Pedro Alves <palves@redhat.com>
16234
16235 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16236 instead of GNATS numbers.
16237 * gdb.base/sigbpt.exp: Likewise.
16238 * gdb.base/siginfo.exp: Likewise.
16239 * gdb.base/sigstep.exp: Likewise.
16240
16241 2014-10-27 Pedro Alves <palves@redhat.com>
16242
16243 * gdb.base/sigstep.c (dummy): New global.
16244 (main): Issue a couple writes to the new global.
16245 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16246 procedures.
16247 (skip_over_handler): Use test_skip_handler.
16248 (top level): Call skip_over_handler for stepi and nexti too.
16249 (breakpoint_over_handler): Use test_skip_handler.
16250 (top level): Call breakpoint_over_handler for stepi and nexti too.
16251
16252 2014-10-27 Yao Qi <yao@codesourcery.com>
16253
16254 * gdb.trace/tfile.c (adjust_function_address)
16255 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16256 function descriptor.
16257
16258 2014-10-24 Don Breazeal <donb@codesourcery.com>
16259
16260 * gdb.base/foll-fork.exp (test_follow_fork,
16261 catch_fork_child_follow): Check for updated fork messages emitted
16262 from infrun.c.
16263 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16264 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16265 vfork_and_exec_child_follow_through_step): Check for updated vfork
16266 messages emitted from infrun.c.
16267
16268 2014-10-24 Pedro Alves <palves@redhat.com>
16269
16270 * gdb.base/corefile.exp: Remove references to ultrix.
16271 * gdb.base/interrupt.exp: Likewise.
16272 * gdb.base/whatis.exp: Likewise.
16273 * gdb.gdb/selftest.exp: Likewise.
16274 * gdb.threads/manythreads.exp: Likewise.
16275 * gdb.threads/print-threads.exp: Likewise.
16276 * gdb.threads/pthreads.exp:: Likewise.
16277 * gdb.threads/schedlock.exp: Likewise.
16278
16279 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16280
16281 * gdb.cp/non-trivial-retval.cc: Add a test case.
16282 * gdb.cp/non-trivial-retval.exp: Add a test.
16283
16284 2014-10-20 Yao Qi <yao@codesourcery.com>
16285
16286 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16287 * gdb.python/py-objfile-script-gdb.py: New file.
16288 * gdb.python/py-objfile-script.exp: Update reference to
16289 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16290 of remote_download. Remove the dest file.
16291
16292 2014-10-20 Yao Qi <yao@codesourcery.com>
16293
16294 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16295 * gdb.base/step-line.exp: Likewise.
16296 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16297 * gdb.dwarf2/dw2-basic.exp: Likewise.
16298 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16299 * gdb.dwarf2/dw2-filename.exp: Likewise.
16300 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16301 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16302 * gdb.dwarf2/dw2-producer.exp: Likewise.
16303 * gdb.dwarf2/mac-fileno.exp: Likewise.
16304 * gdb.python/py-frame-args.exp: Likewise.
16305 * gdb.python/py-framefilter.exp: Likewise.
16306 * gdb.python/py-mi.exp: Likewise.
16307 * gdb.python/py-objfile-script.exp: Likewise
16308 * gdb.python/py-pp-integral.exp: Likewise.
16309 * gdb.python/py-pp-re-notag.exp: Likewise.
16310 * gdb.python/py-prettyprint.exp: Likewise.
16311 * gdb.python/py-section-script.exp: Likewise.
16312 * gdb.python/py-typeprint.exp: Likewise.
16313 * gdb.python/py-xmethods.exp: Likewise.
16314 * gdb.stabs/weird.exp: Likewise.
16315 * gdb.xml/tdesc-regs.exp: Likewise.
16316
16317 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16318
16319 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16320 (out_cu): Use addr_len for the size of addresses.
16321 (out_line): Likewise. Size DW_LNE_set_address instruction
16322 according to addr_len.
16323 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16324 (FUNC): Add START_INSNS to definition.
16325
16326 2014-10-18 Yao Qi <yao@codesourcery.com>
16327
16328 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16329 gdb_has_argv0 return true.
16330 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16331 check [target_info exists noargs], check [gdb_has_argv0]
16332 instead.
16333 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16334 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16335 procedures.
16336
16337 2014-10-17 Doug Evans <dje@google.com>
16338
16339 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16340 event.
16341 * gdb.python/py-events.py: Add clear_objfiles event.
16342
16343 2014-10-17 Doug Evans <dje@google.com>
16344
16345 * gdb.python/py-objfile.exp: Test progspace attribute.
16346
16347 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16348
16349 * gdb.guile/scm-breakpoint.exp: Do not assume any
16350 directory separators when matching source file paths.
16351 * gdb.python/py-breakpoint.exp: Likewise.
16352 * gdb.reverse/break-precsave.exp: Likewise.
16353 * gdb.reverse/break-reverse.exp: Likewise.
16354 * gdb.reverse/consecutive-precsave.exp: Likewise.
16355 * gdb.reverse/finish-precsave.exp: Likewise.
16356 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16357 * gdb.reverse/finish-reverse.exp: Likewise.
16358 * gdb.reverse/i386-precsave.exp: Likewise.
16359 * gdb.reverse/i387-env-reverse.exp: Likewise.
16360 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16361 * gdb.reverse/machinestate-precsave.exp: Likewise.
16362 * gdb.reverse/machinestate.exp: Likewise.
16363 * gdb.reverse/sigall-precsave.exp: Likewise.
16364 * gdb.reverse/solib-precsave.exp: Likewise.
16365 * gdb.reverse/step-precsave.exp: Likewise.
16366 * gdb.reverse/until-precsave.exp: Likewise.
16367 * gdb.reverse/watch-precsave.exp: Likewise.
16368 * gdb.reverse/watch-reverse.exp: Likewise.
16369
16370 2014-10-17 Yao Qi <yao@codesourcery.com>
16371
16372 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16373 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16374
16375 2014-10-17 Pedro Alves <palves@redhat.com>
16376
16377 PR gdb/17471
16378 * gdb.base/bg-execution-repeat.c: New file.
16379 * gdb.base/bg-execution-repeat.exp: New file.
16380
16381 2014-10-17 Pedro Alves <palves@redhat.com>
16382
16383 PR gdb/17300
16384 * gdb.base/continue-all-already-running.c: New file.
16385 * gdb.base/continue-all-already-running.exp: New file.
16386
16387 2014-10-17 Pedro Alves <palves@redhat.com>
16388
16389 PR gdb/17472
16390 * gdb.base/annota-input-while-running.c: New file.
16391 * gdb.base/annota-input-while-running.exp: New file.
16392
16393 2014-10-17 Pedro Alves <palves@redhat.com>
16394
16395 * gdb.base/callfuncs.exp: emove references to osf.
16396 * gdb.base/sigall.exp: Likewise.
16397 * gdb.gdb/selftest.exp: Likewise.
16398 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16399 * gdb.mi/non-stop.c: Likewise.
16400 * gdb.mi/pthreads.c: Likewise.
16401 * gdb.reverse/sigall-precsave.exp: Likewise.
16402 * gdb.reverse/sigall-reverse.exp: Likewise.
16403 * gdb.threads/pthreads.c: Likewise.
16404 * gdb.threads/pthreads.exp: Likewise.
16405
16406 2014-10-17 Yao Qi <yao@codesourcery.com>
16407
16408 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16409 check 'target_info exists noargs'.
16410 (test_command_prompt_position): Likewise.
16411 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16412 Remove "set args".
16413 (progvar_simple_while_test): Likewise.
16414 (progvar_complex_if_while_test): Likewise.
16415 (if_while_breakpoint_command_test): Likewise.
16416 (infrun_breakpoint_command_test): Likewise.
16417 (breakpoint_command_test): Likewise.
16418 (watchpoint_command_test): Likewise.
16419 (bp_deleted_in_command_test): Likewise.
16420 (temporary_breakpoint_commands): Likewise.
16421
16422 2014-10-16 Yao Qi <yao@codesourcery.com>
16423
16424 * gdb.base/remotetimeout.exp: Remove noargs checking.
16425
16426 2014-10-15 Pedro Alves <palves@redhat.com>
16427
16428 PR breakpoints/9649
16429 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16430 * gdb.base/breakpoint-in-ro-region.exp
16431 (probe_target_hardware_step): New procedure.
16432 (top level): Probe hardware stepping and hardware breakpoint
16433 support. Test stepping through a read-only region, with both
16434 "breakpoint auto-hw" on and off and both "always-inserted" on and
16435 off.
16436
16437 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16438
16439 * gdb.dlang/demangle.exp: Update for demangling changes.
16440
16441 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16442
16443 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16444 * gdb.cp/non-trivial-retval.exp: Add new tests.
16445
16446 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16447
16448 PR c++/13403
16449 PR c++/15154
16450 * gdb.cp/non-trivial-retval.cc: New file.
16451 * gdb.cp/non-trivial-retval.exp: New file.
16452
16453 2014-10-15 Yao Qi <yao@codesourcery.com>
16454
16455 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16456 remote host.
16457
16458 2014-10-15 Yao Qi <yao@codesourcery.com>
16459
16460 * gdb.python/py-symbol.exp: Match file base name if host is
16461 remote, otherwise match file name with dir name.
16462 * gdb.python/py-symtab.exp: Likewise.
16463 * gdb.python/python.exp: Likewise.
16464
16465 2014-10-15 Yao Qi <yao@codesourcery.com>
16466
16467 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16468 pattern.
16469 * gdb.python/py-symtab.exp: Likewise.
16470 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16471 locationn.
16472
16473 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16474
16475 * gdb.ada/addr_arith: New testcase.
16476
16477 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16478
16479 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16480 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16481 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16482 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16483
16484 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16485
16486 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16487 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16488 * gdb.arch/stap-eval-lang-ada.exp: New file.
16489
16490 2014-10-14 Yao Qi <yao@codesourcery.com>
16491
16492 * gdb.mi/mi-var-child.c (nothing1): New function.
16493 (nothing2): New function.
16494 (do_children_tests): Set function pointers by nothing1 and
16495 nothing2.
16496 * gdb.mi/mi-var-child.exp: Step over new added statements.
16497 Update test to match the new output.
16498 * gdb.mi/var-cmd.c (nothing1): New function.
16499 (nothing2): New function.
16500 (do_children_tests): Set function pointers by nothing1 and
16501 nothing2.
16502 * gdb.mi/mi-var-display.exp: Update test to match output.
16503 Step to the line specified by $line_dct_nothing.
16504 Increase the number of lines to step.
16505
16506 2014-10-14 Yao Qi <yao@codesourcery.com>
16507
16508 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16509 tests.
16510 * gdb.mi/mi2-var-child.exp: Likewise.
16511
16512 2014-10-13 Doug Evans <dje@google.com>
16513
16514 * gdb.python/py-objfile.exp: Change name of file name test.
16515
16516 2014-10-13 Doug Evans <dje@google.com>
16517
16518 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16519 from the start of the CU.
16520
16521 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16522 Yao Qi <yao@codesourcery.com>
16523
16524 Fix "save breakpoints" for "catch" command.
16525 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16526 Remove -nonewline. Match also the added "main" line.
16527
16528 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16529
16530 Fix "save breakpoints" for "disable $bpnum" command.
16531 * gdb.base/save-bp.c (main): Add label.
16532 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16533
16534 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16535
16536 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16537
16538 2014-10-11 Yao Qi <yao@codesourcery.com>
16539
16540 * gdb.server/server-kill.exp: Execute command
16541 "set remote trace-status-packet on" before "tstatus".
16542
16543 2014-10-11 Yao Qi <yao@codesourcery.com>
16544
16545 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16546 (main): Call getppid.
16547 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16548 and continue to it. Read variable "server_pid".
16549
16550 2014-10-11 Yao Qi <yao@codesourcery.com>
16551
16552 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16553
16554 2014-10-11 Yao Qi <yao@codesourcery.com>
16555
16556 * gdb.threads/thread-find.exp: Don't execute command
16557 "info threads".
16558 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16559 * gdb.threads/linux-dp.exp: Don't check the condition
16560 $threads_created equals to zero.
16561
16562 2014-10-10 Pedro Alves <palves@redhat.com>
16563
16564 * gdb.base/bigcore.exp: Remove references to IRIX.
16565 * gdb.base/funcargs.exp: Likewise.
16566 * gdb.base/interrupt.exp: Likewise.
16567 * gdb.base/mips_pro.exp: Likewise.
16568 * gdb.base/nodebug.exp: Likewise.
16569 * gdb.base/setvar.exp: Likewise.
16570 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16571
16572 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16573 Pedro Alves <palves@redhat.com>
16574
16575 PR symtab/14466
16576 * gdb.base/vdso-warning.c: New file.
16577 * gdb.base/vdso-warning.exp: New file.
16578
16579 2014-10-02 Doug Evans <dje@google.com>
16580
16581 * gdb.base/structs.c (main): Don't run forever.
16582
16583 2014-10-02 Pedro Alves <palves@redhat.com>
16584
16585 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16586 (top level) <stop threads 1, stop threads 2>: Use it.
16587
16588 2014-10-02 Pedro Alves <palves@redhat.com>
16589
16590 * gdb.threads/break-while-running.exp (test): Add new
16591 'update_thread_list' argument. Skip "info threads" if false.
16592 (top level): Add new 'update_thread_list' axis.
16593
16594 2014-10-02 Pedro Alves <palves@redhat.com>
16595
16596 PR breakpoints/17431
16597 * gdb.base/execl-update-breakpoints.c: New file.
16598 * gdb.base/execl-update-breakpoints.exp: New file.
16599
16600 2014-10-01 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.base/breakpoint-in-ro-region.c: New file.
16603 * gdb.base/breakpoint-in-ro-region.exp: New file.
16604
16605 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16606
16607 * gdb.mi/mi-exit-code.exp: New file.
16608 * gdb.mi/mi-exit-code.c: New file.
16609
16610 2014-09-30 Yao Qi <yao@codesourcery.com>
16611
16612 * lib/prelink-support.exp (build_executable_own_libs): Error if
16613 the target isn't native.
16614
16615 2014-09-30 Yao Qi <yao@codesourcery.com>
16616
16617 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16618 false.
16619
16620 2014-09-22 Pedro Alves <palves@redhat.com>
16621
16622 * gdb.threads/break-while-running.exp: New file.
16623 * gdb.threads/break-while-running.c: New file.
16624
16625 2014-09-19 Yao Qi <yao@codesourcery.com>
16626
16627 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16628 Invoke test. Restart GDB with --readnow and invoke test again.
16629
16630 2014-09-19 Yao Qi <yao@codesourcery.com>
16631
16632 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16633 proc set_breakpoint_on_gcd_function. Invoke
16634 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16635 invoke set_breakpoint_on_gcd_function again.
16636
16637 2014-09-18 Doug Evans <dje@google.com>
16638
16639 * gdb.dwarf2/symtab-producer.exp: New file.
16640
16641 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16642
16643 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16644 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16645 * gdb.base/global-var-nested-by-dso.c: Likewise.
16646 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16647
16648 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16649 Pedro Alves <palves@redhat.com>
16650
16651 * gdb.base/watch-bitfields.exp: Pass string other than test file
16652 name to prepare_for_testing.
16653 (watch): New procedure.
16654 (expect_watchpoint): Use with_test_prefix.
16655 (top level): Factor out tests to ...
16656 (test_watch_location, test_regular_watch): ... these new
16657 procedures, and use with_test_prefix and gdb_continue_to_end.
16658
16659 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16660
16661 PR breakpoints/12526
16662 * gdb.base/watch-bitfields.exp: New file.
16663 * gdb.base/watch-bitfields.c: New file.
16664
16665 2014-09-16 Pedro Alves <palves@redhat.com>
16666
16667 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16668 software and hardware addresses, not software address against
16669 itself.
16670
16671 2014-09-16 Pedro Alves <palves@redhat.com>
16672
16673 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16674 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16675
16676 2014-09-16 Pedro Alves <palves@redhat.com>
16677
16678 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16679 files.
16680 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16681 "*-*-vxworks*" throughout.
16682 * gdb.base/break.exp: Likewise.
16683 * gdb.base/default.exp: Likewise.
16684 * gdb.base/scope.exp: Likewise.
16685 * gdb.base/sepdebug.exp: Likewise.
16686 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16687 throughout.
16688 * gdb.base/run.c: Likewise.
16689 * gdb.base/sepdebug.c: Likewise.
16690 * gdb.hp/gdb.aCC/run.c: Likewise.
16691 * gdb.reverse/until-reverse.c: Likewise.
16692 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16693
16694 2014-09-16 Yao Qi <yao@codesourcery.com>
16695
16696 * boards/local-remote-host-native.exp: New file.
16697
16698 2014-09-14 Doug Evans <xdje42@gmail.com>
16699
16700 * gdb.threads/queue-signal.c (thread_count): New variable.
16701 (thread_count_mutex, thread_count_condvar): New variables.
16702 (incr_thread_count, wait_all_threads_running): New functions.
16703 (main): Wait for all threads to be in their thread functions.
16704
16705 2014-09-13 Doug Evans <xdje42@gmail.com>
16706
16707 * gdb.threads/queue-signal.c: New file.
16708 * gdb.threads/queue-signal.exp: New file.
16709
16710 2014-09-13 Doug Evans <xdje42@gmail.com>
16711
16712 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16713 be consistent with what default_gdb_init uses.
16714 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16715 the plain text of the prompt. Add some logging printfs.
16716 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16717
16718 2014-09-12 Pedro Alves <palves@redhat.com>
16719
16720 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16721 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16722 * gdb.arch/i386-size-overlap.exp: Likewise.
16723 * gdb.arch/i386-size.exp: Likewise.
16724 * gdb.arch/i386-unwind.exp: Likewise.
16725 * gdb.base/a2-run.exp: Likewise.
16726 * gdb.base/break.exp: Likewise.
16727 * gdb.base/charset.exp: Likewise.
16728 * gdb.base/chng-syms.exp: Likewise.
16729 * gdb.base/commands.exp: Likewise.
16730 * gdb.base/dbx.exp: Likewise.
16731 * gdb.base/find.exp: Likewise.
16732 * gdb.base/funcargs.exp: Likewise.
16733 * gdb.base/jit-simple.exp: Likewise.
16734 * gdb.base/reread.exp: Likewise.
16735 * gdb.base/sepdebug.exp: Likewise.
16736 * gdb.base/step-bt.exp: Likewise.
16737 * gdb.cp/mb-inline.exp: Likewise.
16738 * gdb.cp/mb-templates.exp: Likewise.
16739 * gdb.objc/basicclass.exp: Likewise.
16740 * gdb.threads/killed.exp: Likewise.
16741
16742 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16743
16744 PR tdep/17379
16745 * gdb.arch/powerpc-stackless.S: New file.
16746 * gdb.arch/powerpc-stackless.exp: New file.
16747
16748 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16749
16750 * gdb.base/attach.c: Include unistd.h.
16751 (main): Call alarm. Add label postloop.
16752 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16753 gdb_breakpoint, gdb_continue_to_breakpoint.
16754 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16755
16756 2014-09-11 Pedro Alves <palves@redhat.com>
16757
16758 PR gdb/17347
16759 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16760 * gdb.base/attach.exp (test_command_line_attach_run): New
16761 procedure.
16762 (top level): Call it.
16763
16764 2014-09-11 Pedro Alves <palves@redhat.com>
16765
16766 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16767 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16768 (do_command_attach_tests): Use spawn_wait_for_attach.
16769 * gdb.base/solib-overlap.exp: Likewise.
16770 * gdb.multi/multi-attach.exp: Likewise.
16771 * gdb.python/py-prompt.exp: Likewise.
16772 * gdb.python/py-sync-interp.exp: Likewise.
16773 * gdb.server/ext-attach.exp: Likewise.
16774
16775 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16776
16777 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16778 command in testcase. Simplify testcase.
16779
16780 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16781
16782 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16783
16784 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16785
16786 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16787
16788 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16789
16790 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16791
16792 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16793
16794 * gdb.dwarf2/dynarr-ptr.c: New file.
16795 * gdb.dwarf2/dynarr-ptr.exp: New file.
16796
16797 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16798
16799 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16800 of 30 rather than hardcoding 120 for a slow test case. Take the
16801 `gdb,timeout' target setting into account for this calculation.
16802 Don't extend the timeout for the test cases that don't need it.
16803
16804 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16805
16806 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16807 a factor of 2 for a slow test case. Take the `gdb,timeout'
16808 target setting into account for this calculation.
16809 * gdb.reverse/until-precsave.exp: Increase the timeout by
16810 a factor of 15 and 3 respectively rather than adding 120
16811 for a pair of slow test cases. Take the `gdb,timeout'
16812 target setting into account for this calculation.
16813
16814 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16815
16816 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16817 timeout, don't pass one down to gdb_expect.
16818 (gdb_expect): Rework timeout selection.
16819
16820 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16821
16822 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16823 exception on timeout.
16824 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16825 (gdbserver_start_extended): Catch any `gdbserver_start' error
16826 exceptions.
16827 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16828 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16829 `gdbserver_gdb_load' error exceptions.
16830
16831 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16832
16833 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16834 120 on waiting for the TCP socket to open.
16835
16836 2014-09-09 Doug Evans <xdje42@gmail.com>
16837
16838 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16839 _caller_matches, _any_caller_is, _any_caller_matches.
16840
16841 2014-09-09 Doug Evans <xdje42@gmail.com>
16842
16843 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16844
16845 2014-09-09 Yao Qi <yao@codesourcery.com>
16846
16847 * gdb.mi/mi-var-display.exp: Set print symbol off.
16848
16849 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16850
16851 PR gdb/17035
16852 * gdb.base/commands.exp: Add tests to verify user-defined
16853 commands with empty bodies.
16854 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16855 python commands in `show user command`.
16856 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16857 scheme commands in `show user command`.
16858
16859 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16860
16861 PR python/17355
16862 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16863 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16864 * gdb.python/py-framefilter-invalidarg.exp: New file.
16865 * gdb.python/py-framefilter-invalidarg.py: New file.
16866
16867 2014-09-06 Doug Evans <xdje42@gmail.com>
16868
16869 PR 15276
16870 * gdb.python/py-caller-is.c: New file.
16871 * gdb.python/py-caller-is.exp: New file.
16872
16873 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16874
16875 PR gdb/17235
16876 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16877 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16878
16879 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16880
16881 PR fortran/17237
16882 * gdb.fortran/print-formatted.exp: New file.
16883 * gdb.fortran/print-formatted.f90: Likewise.
16884
16885 2014-09-03 Sasha Smundak <asmundak@google.com>
16886
16887 * gdb.python/py-frame.exp: Test Frame.read_register.
16888
16889 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16890
16891 PR python/16699
16892 * gdb.python/py-completion.exp: New file.
16893 * gdb.python/py-completion.py: Likewise.
16894
16895 2014-08-28 Doug Evans <dje@google.com>
16896
16897 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16898 eax,etc. are live with values set by gdb and thus the compiler can't
16899 use them.
16900 * gdb.arch/i386-pseudo.c (main): Ditto.
16901
16902 2014-08-27 Doug Evans <dje@google.com>
16903
16904 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16905
16906 2014-08-25 Doug Evans <dje@google.com>
16907
16908 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16909 (main): Ditto.
16910
16911 2014-08-25 Doug Evans <dje@google.com>
16912
16913 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16914
16915 2014-08-24 Yao Qi <yao@codesourcery.com>
16916
16917 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16918 symbol off.
16919 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16920
16921 2014-08-22 Doug Evans <dje@google.com>
16922
16923 PR 17276
16924 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16925 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16926 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16927
16928 2014-08-22 Yao Qi <yao@codesourcery.com>
16929
16930 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16931 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16932 * gdb.python/python.exp: Likewise. Use .py file on the host
16933 instead of the build.
16934
16935 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16936
16937 * gdb.threads/gcore-stale-thread.c: New file.
16938 * gdb.threads/gcore-stale-thread.exp: New file.
16939
16940 2014-08-21 Pedro Alves <palves@redhat.com>
16941
16942 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16943 * gdb.base/gcore-relro-pie.exp: Likewise.
16944 * gdb.base/gcore-relro.exp: Likewise.
16945 * gdb.base/gcore.exp: Likewise.
16946 * gdb.base/print-symbol-loading.exp: Likewise.
16947 * gdb.threads/gcore-thread.exp: Likewise.
16948 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16949
16950 2014-08-20 Pedro Alves <palves@redhat.com>
16951 Jan Kratochvil <jan.kratochvil@redhat.com>
16952
16953 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16954 configure.
16955 (EXPECT): Handle READ1 being set.
16956 (all): Depend on EXTRA_RULES.
16957 (check-read1, expect-read1, read1.so, read1): New rules.
16958 * README (Testsuite Parameters): Document the READ1 make variable.
16959 (Race detection): New section.
16960 * configure: Regenerate.
16961 * configure.ac: If build==host==target, and running under a
16962 GNU/glibc system, add read1 to the extra Makefile rules.
16963 (EXTRA_RULES): AC_SUBST it.
16964 * lib/read1.c: New file.
16965
16966 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16967
16968 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16969 the handling of variables declared as a typedef to an array
16970 which a DW_AT_data_location attribute.
16971
16972 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16973 Pedro Alves <palves@redhat.com>
16974
16975 PR symtab/14604
16976 PR symtab/14605
16977 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16978 gdb_test.
16979
16980 2014-08-19 Pedro Alves <palves@redhat.com>
16981
16982 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16983
16984 2014-08-19 Yao Qi <yao@codesourcery.com>
16985
16986 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16987 right line.
16988
16989 2014-08-18 David Blaikie <dblaikie@gmail.com>
16990
16991 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16992
16993 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16994
16995 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16996 attribute in array range.
16997
16998 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16999
17000 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17001
17002 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17003
17004 PR c++/17132
17005 * gdb.cp/pr17132.cc: New file.
17006 * gdb.cp/pr17132.exp: New file.
17007
17008 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17009
17010 * gdb.python/py-xmethods.py (A_getarrayind)
17011 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17012 Use 'print' with function call syntax.
17013 (E_method_matcher.match): Fix tab vs space indentation mixup.
17014
17015 2014-08-15 Yao Qi <yao@codesourcery.com>
17016
17017 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17018 false.
17019
17020 2014-08-15 Yao Qi <yao@codesourcery.com>
17021
17022 * gdb.cp/casts.exp: Set print symbol off.
17023 * gdb.cp/class2.exp: Likewise.
17024 * gdb.cp/overload.exp: Likewise.
17025 * gdb.cp/templates.exp: Likewise.
17026
17027 2014-08-11 Doug Evans <dje@google.com>
17028
17029 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17030 (test_load_shlib): Update.
17031
17032 2014-08-09 Yao Qi <yao@codesourcery.com>
17033
17034 * gdb.base/display.exp: Invoke is_address_zero_readable.
17035 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17036 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17037 * gdb.base/hbreak-unmapped.exp: Return if
17038 is_address_zero_readable returns true.
17039 * gdb.base/signest.exp: Likewise.
17040 * gdb.base/signull.exp: Likewise.
17041 * gdb.base/sigbpt.exp: Likewise.
17042 * gdb.guile/scm-disasm.exp: Do the test if
17043 is_address_zero_readable returns false.
17044 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17045 * gdb.python/py-arch.exp: Likewise.
17046 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17047 * lib/gdb.exp (is_address_zero_readable): New proc.
17048
17049 2014-08-09 Yao Qi <yao@codesourcery.com>
17050
17051 PR testsuite/13443
17052 * gdb.mi/mi-var-display.exp: Make test messages unique.
17053
17054 2014-08-04 Tom Tromey <tromey@redhat.com>
17055
17056 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17057 target 0".
17058
17059 2014-08-04 Tom Tromey <tromey@redhat.com>
17060
17061 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17062 "target_resume".
17063
17064 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17065
17066 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17067 inner_vla_struct_object_size.
17068 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17069 as xfail.
17070
17071 2014-07-30 Pedro Alves <palves@redhat.com>
17072
17073 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17074 comment.
17075
17076 2014-07-29 Yao Qi <yao@codesourcery.com>
17077
17078 PR gdb/17206
17079 * gdb.base/until-nodebug.exp: New.
17080
17081 2014-07-28 Doug Evans <xdje42@gmail.com>
17082
17083 PR guile/17203
17084 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17085 previously existing parameter, and previously ambiguously spelled
17086 parameter.
17087
17088 2014-07-28 Will Newton <will.newton@linaro.org>
17089
17090 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17091
17092 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17093 Doug Evans <xdje42@gmail.com>
17094
17095 PR guile/17146
17096 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17097
17098 2014-07-25 Pedro Alves <palves@redhat.com>
17099
17100 * gdb.threads/signal-command-handle-nopass.c: New file.
17101 * gdb.threads/signal-command-handle-nopass.exp: New file.
17102 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17103 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17104 * gdb.threads/signal-delivered-right-thread.c: New file.
17105 * gdb.threads/signal-delivered-right-thread.exp: New file.
17106
17107 2014-07-25 Pedro Alves <palves@redhat.com>
17108
17109 * gdb.base/double-prompt-target-event-error.exp
17110 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17111 match.
17112 (cancel_pagination_in_target_event): Rework double prompt
17113 detection.
17114 * gdb.base/paginate-after-ctrl-c-running.exp
17115 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17116 <return>' match.
17117 * gdb.base/paginate-bg-execution.exp
17118 (test_bg_execution_pagination_return)
17119 (test_bg_execution_pagination_cancel): Remove '-notransfer
17120 <return>' matches.
17121 * gdb.base/paginate-execution-startup.exp
17122 (test_fg_execution_pagination_return)
17123 (test_fg_execution_pagination_cancel): Remove '-notransfer
17124 <return>' matches.
17125 * gdb.base/paginate-inferior-exit.exp
17126 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17127 match.
17128 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17129 * lib/gdb.exp (pagination_prompt): Run text through
17130 string_to_regexp.
17131 (gdb_test_multiple): Match $pagination_prompt instead of
17132 "<return>".
17133 (string_to_regexp): Move to lib/gdb-utils.exp.
17134
17135 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17136
17137 * gdb.arch/amd64-entry-value-paramref.S: New file.
17138 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17139 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17140 * gdb.arch/amd64-optimout-repeat.S: New file.
17141 * gdb.arch/amd64-optimout-repeat.c: New file.
17142 * gdb.arch/amd64-optimout-repeat.exp: New file.
17143
17144 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17145
17146 PR gdb/17170
17147 * gdb.base/statistics.exp: New file.
17148
17149 2014-07-17 Doug Evans <dje@google.com>
17150
17151 PR gdb/17170
17152 * gdb.base/maint.exp: Update testing of per-command stats.
17153
17154 2014-07-16 Pedro Alves <palves@redhat.com>
17155
17156 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17157 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17158 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17159 (tfile_write_buf): New functions.
17160 (add_memory_block): Rewrite using the above.
17161 (adjust_function_address): New function.
17162 (FUNCTION_ADDRESS): New macro.
17163 (write_basic_trace_file): Remove short_x local, and use
17164 tfile_write_16. Change type of func_addr local to unsigned long
17165 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17166 here. Cast argument of add_memory_block to char pointer.
17167 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17168 (main): Remove parameters.
17169 * gdb.trace/tfile.exp: Remove nowarnings.
17170
17171 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17172
17173 * gdb.base/debug-expr.exp: Test string evaluation with
17174 "debug expression" on.
17175
17176 2014-07-15 Pedro Alves <palves@redhat.com>
17177
17178 * gdb.base/reread.exp: Use clean_restart.
17179
17180 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17181
17182 * gdb.arch/avr-flash-qualifer.c: New.
17183 * gdb.arch/avr-flash-qualifer.exp: New.
17184
17185 2014-07-14 Pedro Alves <palves@redhat.com>
17186
17187 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17188 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17189
17190 2014-07-14 Pedro Alves <palves@redhat.com>
17191
17192 * gdb.base/double-prompt-target-event-error.c: New file.
17193 * gdb.base/double-prompt-target-event-error.exp: New file.
17194
17195 2014-07-14 Pedro Alves <palves@redhat.com>
17196
17197 PR gdb/17072
17198 * gdb.base/paginate-inferior-exit.c: New file.
17199 * gdb.base/paginate-inferior-exit.exp: New file.
17200
17201 2014-07-14 Pedro Alves <palves@redhat.com>
17202
17203 PR gdb/17072
17204 * gdb.base/paginate-bg-execution.c: New file.
17205 * gdb.base/paginate-bg-execution.exp: New file.
17206
17207 2014-07-14 Pedro Alves <palves@redhat.com>
17208
17209 PR gdb/17072
17210 * gdb.base/paginate-execution-startup.c: New file.
17211 * gdb.base/paginate-execution-startup.exp: New file.
17212 * lib/gdb.exp (pagination_prompt): New global.
17213 (default_gdb_spawn): New procedure, factored out from
17214 default_gdb_spawn.
17215 (default_gdb_start): Adjust to call default_gdb_spawn.
17216 (gdb_spawn): New procedure.
17217
17218 2014-07-14 Pedro Alves <palves@redhat.com>
17219
17220 * lib/gdb.exp (gdb_assert): New procedure.
17221 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17222
17223 2014-07-14 Pedro Alves <palves@redhat.com>
17224
17225 * gdb.base/execution-termios.c: New file.
17226 * gdb.base/execution-termios.exp: New file.
17227
17228 2014-07-14 Tom Tromey <tromey@redhat.com>
17229
17230 * gdb.cp/vla-cxx.cc: New file.
17231 * gdb.cp/vla-cxx.exp: New file.
17232
17233 2014-07-14 Tom Tromey <tromey@redhat.com>
17234
17235 * gdb.reverse/rerun-prec.c: New file.
17236 * gdb.reverse/rerun-prec.exp: New file.
17237
17238 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17239 Maciej W. Rozycki <macro@codesourcery.com>
17240
17241 * lib/gdb-utils.exp: New file.
17242 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17243 inline `gdb_init_command' processing.
17244 (gdb_start_cmd): Likewise.
17245 * lib/mi-support.exp (mi_run_cmd): Likewise.
17246 * README: Document `gdb_init_command' and `gdb_init_commands'.
17247
17248 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17249
17250 Fix false FAIL running under a very long directory name.
17251 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17252 and "set print elements 10000". Twice.
17253
17254 2014-07-11 Yao Qi <yao@codesourcery.com>
17255
17256 * gdb.base/exprs.exp: "set print symbol off".
17257
17258 2014-07-11 Pedro Alves <palves@redhat.com>
17259
17260 * gdb.threads/kill.c: New file.
17261 * gdb.threads/kill.exp: New file.
17262
17263 2014-07-10 Yao Qi <yao@codesourcery.com>
17264
17265 * gdb.trace/tfile.c (write_basic_trace_file)
17266 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17267 address written to trace file.
17268
17269 2014-07-09 Pedro Alves <palves@redhat.com>
17270
17271 * gdb.base/attach-wait-input.exp: New file.
17272 * gdb.base/attach-wait-input.c: New file.
17273
17274 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17275
17276 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17277 setting up test structures.
17278 (main): Call new test function.
17279 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17280 test function, continue into test function and walk test
17281 structures.
17282
17283 2014-07-02 Yao Qi <yao@codesourcery.com>
17284
17285 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17286 'bar_start' at the beginning of functions 'foo' and 'bar'
17287 respectively.
17288 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17289 instead of 'foo' and 'bar'.
17290
17291 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17292
17293 * gdb.btrace/segv.exp: New.
17294 * gdb.btrace/segv.c: New.
17295
17296 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17297
17298 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17299 instruction.
17300
17301 2014-06-30 Mark Wielaard <mjw@redhat.com>
17302
17303 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17304 vulture, vilify, villar): New volatile array constants.
17305 (vindictive, vegetation): New const volatile array constants.
17306 * gdb.base/volatile.exp: Test volatile and const volatile array
17307 types.
17308
17309 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17310
17311 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17312 target lacks support for awatch, rwatch, or hbreak.
17313
17314 2014-06-27 Yao Qi <yao@codesourcery.com>
17315
17316 * gdb.multi/dummy-frame-restore.exp: New.
17317 * gdb.multi/dummy-frame-restore.c: New.
17318
17319 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17320
17321 * gdb.btrace/gcore.exp: New.
17322
17323 2014-06-23 Pedro Alves <palves@redhat.com>
17324
17325 * gdb.base/watchpoint-reuse-slot.c: New file.
17326 * gdb.base/watchpoint-reuse-slot.exp: New file.
17327
17328 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17329
17330 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17331 progspace's filename in 'info', 'enable' and 'disable' command
17332 tests.
17333
17334 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17335
17336 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17337 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17338 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17339
17340 2014-06-20 Gary Benson <gbenson@redhat.com>
17341
17342 * gdb.arch/i386-avx.exp: Fix include file location.
17343 * gdb.arch/i386-sse.exp: Likewise.
17344
17345 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17346
17347 * gdb.dlang/expression.exp: New file.
17348
17349 2014-06-19 Pedro Alves <palves@redhat.com>
17350
17351 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17352 out from ...
17353 (top level): ... here. Iterate running tests under different
17354 scheduler-locking settings.
17355
17356 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17357
17358 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17359 to DW_FORM_addr and use non-zero addresses.
17360
17361 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17362
17363 PR gdb/17017
17364 * gdb.python/py-xmethods.cc: Add global function call counters and
17365 increment them in their respective functions. Remove "cout"
17366 statements.
17367 * gdb.python/py-xmethods.exp: Make tests check the global function
17368 call counters instead of depending on inferior IO.
17369
17370 2014-06-18 Don Breazeal <donb@codesourcery.com>
17371
17372 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17373 Deleted procedure.
17374 (explicit_fork_parent_follow): Deleted procedure.
17375 (explicit_fork_child_follow): Deleted procedure.
17376 (test_follow_fork): New procedure.
17377 (do_fork_tests): Replace calls to deleted procedures with
17378 calls to test_follow_fork and reset GDB for subsequent
17379 procedure calls.
17380
17381 2014-06-17 Yao Qi <yao@codesourcery.com>
17382
17383 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17384 CP1252.
17385
17386 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17387
17388 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17389 Initialize ptr and S explicitly.
17390 (skip_type_update_when_not_use_rtti_test): Likewise.
17391
17392 2014-06-16 Keith Seitz <keiths@redhat.com>
17393
17394 PR mi/15863
17395 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17396 the inferior is started.
17397
17398 2014-06-16 Pedro Alves <palves@redhat.com>
17399
17400 * gdb.base/break-main-file-remove-fail.c: New file.
17401 * gdb.base/break-main-file-remove-fail.exp: New file.
17402 * gdb.base/break-unload-file.exp: Use build_executable instead of
17403 prepare_for_testing.
17404 (test_break): New parameter "initial_load". Handle it.
17405 (top level): Add initial_load cmdline/file axis.
17406
17407 2014-06-12 Tom Tromey <tromey@redhat.com>
17408
17409 * gdb.base/completion.exp: Don't use directory name in test.
17410
17411 2014-06-09 Gary Benson <gbenson@redhat.com>
17412
17413 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17414 separate the always-available ANSI-standard signals from the
17415 signals that require checking.
17416 (main): Likewise.
17417 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17418 Likewise.
17419 (main): Likewise.
17420
17421 2014-06-07 Keith Seitz <keiths@redhat.com>
17422
17423 Revert:
17424 PR c++/16253
17425 * gdb.cp/var-tag.cc: New file.
17426 * gdb.cp/var-tag.exp: New file.
17427 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17428 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17429 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17430 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17431
17432 2014-06-06 Doug Evans <xdje42@gmail.com>
17433
17434 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17435
17436 2014-06-06 Pedro Alves <palves@redhat.com>
17437
17438 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17439 in target debug output instead of looking at RSP packets,
17440 disabling the test on any target that uses hardware stepping.
17441 Update comments.
17442
17443 2014-06-06 Pedro Alves <palves@redhat.com>
17444
17445 * gdb.base/break-unload-file.exp: Fix typo.
17446
17447 2014-06-06 Yao Qi <yao@codesourcery.com>
17448
17449 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17450 from "jit_function" to "^jit_function".
17451
17452 2014-06-06 Yao Qi <yao@codesourcery.com>
17453
17454 * gdb.base/async.c (foo): Add one statement.
17455 * gdb.base/async.exp: Get the next instruction address and
17456 match the output of "nexti" by instruction address. Match
17457 the hex address in the output of "finish".
17458
17459 2014-06-06 Gary Benson <gbenson@redhat.com>
17460
17461 * gdb.base/call-signals.c: Remove preprocessor conditionals
17462 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17463 SIGSEGV and SIGTERM.
17464 * gdb.base/sigall.c: Likewise.
17465 * gdb.base/unwindonsignal.c: Likewise.
17466 * gdb.reverse/sigall-reverse.c: Likewise.
17467
17468 2014-06-06 Yao Qi <yao@codesourcery.com>
17469
17470 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17471 readable, skip the test.
17472
17473 2014-06-06 Yao Qi <yao@codesourcery.com>
17474
17475 * gdb.threads/staticthreads.c (thread_function): Move the line
17476 setting breakpoint on forward.
17477 * gdb.threads/staticthreads.exp: Update comments.
17478
17479 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17480
17481 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17482 "history-append! type error".
17483
17484 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17485
17486 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17487 erroneous dprintf expected input.
17488
17489 2014-06-04 Doug Evans <xdje42@gmail.com>
17490
17491 * gdb.guile/scm-generics.exp: Delete.
17492
17493 2014-06-04 Doug Evans <xdje42@gmail.com>
17494
17495 * gdb.guile/scm-breakpoint.exp: Update.
17496 Add tests for breakpoint registration.
17497
17498 2014-06-04 Tom Tromey <tromey@redhat.com>
17499
17500 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17501 VLA-in-union.
17502 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17503 inner_vla_struct, vla_union types. Initialize objects of those
17504 types and compute their sizes.
17505
17506 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17507 Hui Zhu <hui@codesourcery.com>
17508
17509 * gdb.base/fileio.exp: Add test for shell not available as well as
17510 available.
17511 * gdb.base/fileio.c (test_system): Check for shell twice.
17512
17513 2014-06-04 Yao Qi <yao@codesourcery.com>
17514
17515 * gdb.base/auto-connect-native-target.exp: Remove redundant
17516 space from the regexp pattern.
17517
17518 2014-06-04 Yao Qi <yao@codesourcery.com>
17519
17520 * gdb.base/default.exp: Replace "child" with "native" in
17521 regexp pattern.
17522
17523 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17524
17525 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17526 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17527 * gdb.python/py-xmethods.py: Python script supporting the
17528 new testcase and tests.
17529
17530 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17531 Pedro Alves <palves@redhat.com>
17532
17533 PR breakpoints/17000
17534 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17535 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17536
17537 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17538
17539 * gdb.base/subst.exp: Add tests to verify partial path matching
17540 output.
17541
17542 2014-06-03 Pedro Alves <palves@redhat.com>
17543
17544 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17545 target that doesn't use software single-stepping.
17546
17547 2014-06-03 Pedro Alves <palves@redhat.com>
17548
17549 PR breakpoints/17000
17550 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17551 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17552
17553 2014-06-02 Doug Evans <xdje42@gmail.com>
17554
17555 * gdb.guile/scm-parameter.exp: New file.
17556
17557 2014-06-02 Doug Evans <xdje42@gmail.com>
17558
17559 * gdb.guile/scm-cmd.c: New file.
17560 * gdb.guile/scm-cmd.exp: New file.
17561
17562 2014-06-02 Doug Evans <xdje42@gmail.com>
17563
17564 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17565 pretty-printer lookup.
17566 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17567 (make-pp_s-printer): Call it.
17568 (make-pretty-printer-from-dict): New function.
17569 (lookup-pretty-printer-maker-from-dict): New function.
17570 (*pretty-printer*): Simplify.
17571 (make-objfile-pp_s-printer): New function.
17572 (install-objfile-pretty-printers!): New function.
17573 (make-progspace-pp_s-printer): New function.
17574 (install-progspace-pretty-printers!): New function.
17575 * gdb.guile/scm-progspace.c: New file.
17576 * gdb.guile/scm-progspace.exp: New file.
17577
17578 2014-06-02 Pedro Alves <palves@redhat.com>
17579
17580 * gdb.base/dprintf-bp-same-addr.c: New file.
17581 * gdb.base/dprintf-bp-same-addr.exp: New file.
17582
17583 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17584
17585 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17586 * gdb.arch/powerpc-power.s: Likewise.
17587
17588 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17589
17590 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17591
17592 2014-06-01 Yao Qi <yao@codesourcery.com>
17593
17594 * gdb.base/watchpoint.exp (test_watch_location): Check null
17595 pointer can be dereferenced. If not, do the test, otherwise
17596 skip it.
17597
17598 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17599
17600 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17601 results.
17602 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17603
17604 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17605
17606 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17607 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17608 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17609 * gdb.arch/amd64-invalid-stack-top.c: New file.
17610 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17611
17612 2014-05-30 Pedro Alves <palves@redhat.com>
17613
17614 PR breakpoints/17000
17615 * gdb.base/sss-bp-on-user-bp.c: New file.
17616 * gdb.base/sss-bp-on-user-bp.exp: New file.
17617
17618 2014-05-30 David Blaikie <dblaikie@gmail.com>
17619
17620 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17621 gnu_inline semantics via attribute.
17622 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17623 source explicitly specifies the required semantics.
17624
17625 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17626
17627 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17628
17629 2014-05-29 Pedro Alves <palves@redhat.com>
17630 Tom Tromey <tromey@redhat.com>
17631
17632 * gdb.base/async-shell.exp: Don't enable target-async.
17633 * gdb.base/async.exp
17634 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17635 parameter. Adjust.
17636 (top level): Don't test with "target-async".
17637 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17638 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17639 * gdb.base/inferior-died.exp: Don't enable target-async.
17640 * gdb.base/interrupt-noterm.exp: Likewise.
17641 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17642 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17643 * gdb.mi/mi-nonstop.exp: Likewise.
17644 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17645 * gdb.mi/mi-nsintrall.exp: Likewise.
17646 * gdb.mi/mi-nsmoribund.exp: Likewise.
17647 * gdb.mi/mi-nsthrexec.exp: Likewise.
17648 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17649 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17650 * gdb.python/py-evsignal.exp: Don't enable target-async.
17651 * gdb.python/py-evthreads.exp: Likewise.
17652 * gdb.python/py-prompt.exp: Likewise.
17653 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17654 * gdb.server/solib-list.exp: Don't enable target-async.
17655 * gdb.threads/thread-specific-bp.exp: Likewise.
17656 * lib/mi-support.exp: Adjust to use mi-async.
17657
17658 2014-05-29 Pedro Alves <palves@redhat.com>
17659
17660 PR gdb/13860
17661 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17662 reason, even in sync mode.
17663
17664 2014-05-29 Pedro Alves <palves@redhat.com>
17665 Hui Zhu <hui@codesourcery.com>
17666
17667 PR PR15693
17668 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17669 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17670 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17671 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17672
17673 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17674
17675 * config/monitor.exp (gdb_target_monitor): Replace use of
17676 "set remotebaud" by "set serial baud".
17677
17678 2014-05-26 Andy Wingo <wingo@igalia.com>
17679
17680 * gdb.guile/scm-breakpoint.exp:
17681 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17682 properties instead of gdb-object-properties.
17683
17684 2014-05-26 Yao Qi <yao@codesourcery.com>
17685
17686 * gdb.server/no-thread-db.exp: Specify source file name
17687 explicitly when setting a breakpoint.
17688
17689 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17690
17691 * gdb.btrace/vdso.c: New.
17692 * gdb.btrace/vdso.exp: New.
17693
17694 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17695
17696 * gdb.base/gcore.exp (capture_command_output): Move ...
17697 * lib/gdb.exp (capture_command_output): ... here.
17698
17699 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17700
17701 * gdb.btrace/data.exp: Test memory access during btrace replay.
17702
17703 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17704
17705 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17706
17707 2014-05-21 Pedro Alves <palves@redhat.com>
17708
17709 PR gdb/13860
17710 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17711 (top level): Test that output related to execution commands is
17712 sent to the console with CLI commands, but not with MI commands.
17713 Test that breakpoint events are always mirrored to the console.
17714 Also expect the new source line to be output after a "next" in
17715 async mode too. Make it a pass/fail test.
17716 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17717 output.
17718 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17719
17720 2014-05-21 Pedro Alves <palves@redhat.com>
17721
17722 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17723 Use them to test variations of "list" after reaching a breakpoint.
17724 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17725 Test "list" with listsize 10 after reaching a breakpoint.
17726 * gdb.python/python.exp (decode_line current location line
17727 number): Adjust expected line number.
17728
17729 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17730
17731 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17732 behavior for $args, pass it directly to "run".
17733
17734 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17735
17736 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17737 30000 to 65536.
17738
17739 2014-05-21 Pedro Alves <palves@redhat.com>
17740
17741 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17742 auto-connect-native-target off".
17743 * gdb.base/auto-connect-native-target.c: New file.
17744 * gdb.base/auto-connect-native-target.exp: New file.
17745
17746 2014-05-21 Pedro Alves <palves@redhat.com>
17747
17748 * gdb.base/default.exp: Test "target native" instead of "target
17749 child".
17750
17751 2014-05-21 Mark Wielaard <mjw@redhat.com>
17752
17753 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17754
17755 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17756
17757 Fix TLS access for -static -pthread.
17758 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17759 <HAVE_TLS> (thread_function, main): Initialize it.
17760 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17761 Add clean_restart.
17762 <$have_tls != "">: Check TLSVAR.
17763
17764 2014-05-21 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.base/dcache-line-read-error.c: New.
17767 * gdb.base/dcache-line-read-error.exp: New.
17768
17769 2014-05-20 Pedro Alves <palves@redhat.com>
17770
17771 * gdb.base/compare-sections.c: New file.
17772 * gdb.base/compare-sections.exp: New file.
17773
17774 2014-05-20 Pedro Alves <palves@redhat.com>
17775
17776 * gdb.base/break-idempotent.c: New file.
17777 * gdb.base/break-idempotent.exp: New file.
17778
17779 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17780
17781 * gdb.btrace/nohist.exp: New.
17782
17783 2014-05-20 Yao Qi <yao@codesourcery.com>
17784
17785 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17786 gdb.reverse directory and gdb_reverse_timeout exists in board
17787 setting.
17788 * README: Document gdb_reverse_timeout.
17789
17790 2014-05-20 Yao Qi <yao@codesourcery.com>
17791
17792 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17793 'test_file_name'. Treat args as a string instead of a list.
17794 (gdb_init): Rename argument 'args' by 'test_file_name'.
17795
17796 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17797
17798 * gdb.arch/powerpc-power.exp: New file.
17799 * gdb.arch/powerpc-power.s: New file.
17800
17801 2014-05-16 Doug Evans <dje@google.com>
17802
17803 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17804 * gdb.base/completion.exp: Check that all expected files exist
17805 before doing file completion.
17806
17807 2014-05-16 Doug Evans <dje@google.com>
17808
17809 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17810 Update.
17811 (do_syscall_tests_without_xml): Update.
17812
17813 2014-05-16 Pedro Alves <palves@redhat.com>
17814
17815 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17816 instead of "unknown output after running".
17817
17818 2014-05-16 Yao Qi <yao@codesourcery.com>
17819
17820 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17821 file1.txt from host at the end.
17822 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17823
17824 2014-05-15 Doug Evans <dje@google.com>
17825
17826 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17827 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17828 loading file. Add test for TU lookup.
17829
17830 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17831
17832 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17833 calling "-exec-arguments" or "set args" before running the
17834 inferior.
17835
17836 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17837
17838 * lib/mi-support.exp (mi_expect_stop): Expect message for
17839 inferiors that exit with non-zero exit code.
17840
17841 2014-05-14 Yao Qi <yao@codesourcery.com>
17842
17843 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17844 match absolute path on remote host.
17845 (test_file_list_exec_source_files): Remove "/" from the
17846 pattern.
17847
17848 2014-05-14 Yao Qi <yao@codesourcery.com>
17849
17850 * boards/local-remote-host-notty.exp (${board}_file): New
17851 proc.
17852
17853 2014-05-07 Kyle McMartin <kyle@redhat.com>
17854
17855 Pushed by Joel Brobecker <brobecker@adacore.com>.
17856 * gdb.arch/aarch64-atomic-inst.c: New file.
17857 * gdb.arch/aarch64-atomic-inst.exp: New file.
17858
17859 2014-05-07 Yao Qi <yao@codesourcery.com>
17860
17861 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17862 in current context" too.
17863
17864 2014-05-05 Keith Seitz <keiths@redhat.com>
17865
17866 * gdb.linespec/ls-dollar.exp: Add test for linespec
17867 file:convenience_variable.
17868
17869 2014-05-05 Yao Qi <yao@codesourcery.com>
17870
17871 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17872 traceframes into tfile and ctf trace files. Read data from
17873 trace file and test collected data.
17874 (gdb_collect_locals_test): Likewise.
17875 (gdb_unavailable_registers_test): Likewise.
17876 (gdb_unavailable_floats): Likewise.
17877 (gdb_collect_globals_test): Likewise.
17878 (top-level): Append "ctf" to trace_file_targets if GDB
17879 supports.
17880
17881 2014-05-05 Yao Qi <yao@codesourcery.com>
17882
17883 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17884 code to ...
17885 (gdb_collect_args_test_1): ... it. New proc.
17886 (gdb_collect_locals_test): Move some code to ...
17887 (gdb_collect_locals_test_1): ... it. New proc.
17888 (gdb_unavailable_registers_test): Move some code to ...
17889 (gdb_unavailable_registers_test_1): ... it. New proc.
17890 (gdb_unavailable_floats): Move some code to ...
17891 (gdb_unavailable_floats_1): ... it. New proc.
17892
17893 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17894
17895 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17896 probes to test for bitness recognition.
17897 * gdb.arch/amd64-stap-optional-prefix.exp
17898 (test_probe_value_without_reg): New procedure.
17899 Add code to test for different kinds of bitness.
17900
17901 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17902
17903 PR breakpoints/16889
17904 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17905 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17906
17907 2014-05-01 Pedro Alves <palves@redhat.com>
17908
17909 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17910 gdb_file_cmd if no file is specified.
17911 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17912 last_loaded_file to set the remote exec-file.
17913
17914 2014-05-01 Pedro Alves <palves@redhat.com>
17915
17916 * boards/local-remote-host.exp: New file.
17917
17918 2014-05-01 Pedro Alves <palves@redhat.com>
17919
17920 * boards/local-remote-host.exp: Rename to ...
17921 * boards/local-remote-host-notty.exp: ... this.
17922
17923 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17924
17925 * gdb.ada/dyn_arrayidx: New testcase.
17926
17927 2014-04-26 Yao Qi <yao@codesourcery.com>
17928
17929 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17930 and compute the length of function main. Save it in
17931 $main_length.
17932 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17933 (top-level): Use gdb_compile to compile objects into
17934 executable and restart GDB. Remove invocation to
17935 prepare_for_testing.
17936
17937 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17938 Pedro Alves <palves@redhat.com>
17939
17940 PR server/16255
17941 * gdb.multi/multi-attach.c: New file.
17942 * gdb.multi/multi-attach.exp: New file.
17943
17944 2014-04-25 Pedro Alves <palves@redhat.com>
17945
17946 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17947 user.
17948 (top level): Test that "set remote conditional-breakpoints-packet
17949 off" works as intended.
17950 * gdb.base/dprintf.exp: Test that "set remote
17951 breakpoint-commands-packet off" works as intended.
17952 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17953 New function.
17954 (top level): Call it.
17955 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17956 remote fast-tracepoints-packet off" works as intended.
17957 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17958 * lib/gdb.exp (gdb_is_target_remote): ... here.
17959
17960 2014-04-24 David Blaikie <dblaikie@gmail.com>
17961
17962 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17963 ensure clang would not discard them.
17964 * gdb.base/gdbvars.c: Ditto.
17965 * gdb.base/memattr.c: Ditto.
17966 * gdb.base/whatis.c: Ditto.
17967 * gdb.python/py-prettyprint.c: Ditto.
17968 * gdb.trace/actions.c: Ditto.
17969 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17970 ensure clang would not discard it.
17971
17972 2014-04-24 David Blaikie <dblaikie@gmail.com>
17973
17974 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17975 clang to emit the full definition of type required by the test
17976 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17977
17978 2014-04-24 David Blaikie <dblaikie@gmail.com>
17979
17980 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17981 coax Clang into emitting the definition of the type.
17982 * gdb.cp/pr10728-x.h (y): Ditto.
17983 * gdb.cp/pr10728-y.cc (y): Ditto.
17984
17985 2014-04-24 David Blaikie <dblaikie@gmail.com>
17986
17987 * gdb.base/label.exp: XFAIL label related tests under Clang.
17988 * gdb.cp/cplabel.exp: Ditto.
17989 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17990 under Clang those using labels.
17991
17992 2014-04-25 Yao Qi <yao@codesourcery.com>
17993
17994 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17995 double_label.
17996 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17997 partial_label and double_label.
17998
17999 2014-04-24 David Blaikie <dblaikie@gmail.com>
18000
18001 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18002
18003 2014-04-24 David Blaikie <dblaikie@gmail.com>
18004
18005 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18006 of the function to work across GCC and Clang.
18007 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18008 pointer types (const void ** const V void **).
18009
18010 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18011 Walfred Tedeschi <walfred.tedeschi@intel.com>
18012
18013 * Makefile.in (EXECUTABLES): Added i386-avx512.
18014 * gdb.arch/i386-avx512.c: New file.
18015 * gdb.arch/i386-avx512.exp: Likewise.
18016
18017 2014-04-23 Keith Seitz <keiths@redhat.com>
18018
18019 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18020 (mi_make_breakpoint_table): New procedure.
18021 (mi_create_breakpoint): Use mi_make_breakpoint
18022 and return the result.
18023 (mi_make_breakpoint): New procedure.
18024 (mi_build_kv_pairs): New procedure.
18025
18026 * gdb.mi/mi-break.exp: Remove unused globals,
18027 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18028 All callers updated.
18029 * gdb.mi/mi-dprintf.exp: Use variable to track command
18030 number.
18031 Update all callers of mi_create_breakpoint and use
18032 mi_make_breakpoint_table.
18033 Remove any unused global variables.
18034 * gdb.mi/mi-nonstop.exp: Likewise.
18035 * gdb.mi/mi-nsintrall.exp: Likewise.
18036 * gdb.mi/mi-nsmoribund.exp: Likewise.
18037 * gdb.mi/mi-nsthrexec.exp: Likewise.
18038 * gdb.mi/mi-reverse.exp: Likewise.
18039 * gdb.mi/mi-simplerun.exp: Likewise.
18040 * gdb.mi/mi-stepn.exp: Likewise.
18041 * gdb.mi/mi-syn-frame.exp: Likewise.
18042 * gdb.mi/mi-until.exp: Likewise.
18043 * gdb.mi/mi-var-cp.exp: Likewise.
18044 * gdb.mi/mi-var-display.exp: Likewise.
18045 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18046 * gdb.mi/mi2-var-child.exp: Likewise.
18047 * gdb.mi/mi-vla-c99.exp: Likewise.
18048 * lib/mi-support.exp: Likewise.
18049
18050 From Ian Lance Taylor <iant@cygnus.com>:
18051 * lib/gdb.exp (parse_args): New procedure.
18052
18053 2014-04-23 Pedro Alves <palves@redhat.com>
18054
18055 * gdb.base/break-unload-file.c: New file.
18056 * gdb.base/break-unload-file.exp: New file.
18057 * gdb.base/sym-file-lib.c (baz): New function.
18058 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18059 field.
18060 (load): Store the segment's mapped size.
18061 (unload): New function.
18062 (unload_shlib): New function.
18063 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18064 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18065 set a breakpoint at baz, and call it.
18066 * gdb.base/sym-file.exp: New tests for stale breakpoint
18067 instructions.
18068
18069 2014-04-23 Pedro Alves <palves@redhat.com>
18070
18071 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18072 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18073 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18074 * gdb.base/hbreak-unmapped.c: New file.
18075 * gdb.base/hbreak-unmapped.exp: New file.
18076 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18077 * lib/gdb.exp (gdb_is_target_remote): ... here.
18078
18079 2014-04-22 Pedro Alves <palves@redhat.com>
18080
18081 * gdb.base/consecutive-step-over.c: New file.
18082 * gdb.base/consecutive-step-over.exp: New file.
18083
18084 2014-04-22 Pedro Alves <palves@redhat.com>
18085
18086 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18087 instead of send_gdb/gdb_expect.
18088
18089 2014-04-22 Yao Qi <yao@codesourcery.com>
18090
18091 * lib/trace-support.exp (generate_tracefile): New procedure.
18092 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18093 return 0.
18094 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18095 if generate_tracefile returns 1.
18096
18097 2014-04-18 Tom Tromey <palves@redhat.com>
18098 Pedro alves <tromey@redhat.com>
18099
18100 PR backtrace/15558
18101 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18102 with a backtrace limit.
18103 * gdb.python/py-frame-inline.exp: Test running to an inline
18104 function with a backtrace limit, and printing the newest frame.
18105 * gdb.python/py-frame-inline.c (main): Call f.
18106
18107 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18108
18109 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18110
18111 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18112
18113 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18114 Drop prefix from unsupported source file path.
18115
18116 2014-04-17 Yao Qi <yao@codesourcery.com>
18117
18118 * lib/gdb.exp (with_target_charset): New proc.
18119 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18120 with_target_charset.
18121 (test_print_strings): Likewise.
18122 (test_repeat_bytes): Likewise.
18123 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18124 for some tests.
18125
18126 2014-04-16 Keith Seitz <keiths@redhat.com>
18127
18128 PR gdb/15827
18129 * gdb.dwarf2/corrupt.c: New file.
18130 * gdb.dwarf2/corrupt.exp: New file.
18131
18132 2014-04-16 Keith Seitz <keiths@redhat.com>
18133
18134 PR c++/16597
18135 * gdb.cp/namelessclass.cc: New file.
18136 * gdb.cp/namelessclass.exp: New file.
18137 * gdb.cp/namelessclass.S: New file.
18138
18139 2014-04-16 Doug Evans <dje@google.com>
18140
18141 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18142 Add comment.
18143 (gdbserver_default_get_comm_port): New function.
18144 (gdbserver_start): Check if board file provided
18145 "gdbserver,get_comm_port" and use it if so.
18146 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18147 (gdb,socketport): Set to "stdio".
18148 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18149 (stdio_gdbserver_template): Delete.
18150 (${board}_get_remote_address): Update.
18151 (${board}_build_remote_cmd): Delete.
18152 (${board}_get_comm_port): New function.
18153 (${board}_spawn): Update.
18154 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18155 Delete.
18156 (${board}_get_remote_address): Update.
18157 (${board}_get_comm_port): New function.
18158
18159 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18160
18161 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18162 appearing in any order.
18163
18164 2014-04-15 Doug Evans <dje@google.com>
18165
18166 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18167 uninitialized value of "description".
18168
18169 2014-04-15 Keith Seitz <keiths@redhat.com>
18170
18171 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18172 Remove unused globals.
18173 (test_running_the_program): Likewise.
18174 (test_controlled_execution): Likewise.
18175 (test_controlling_breakpoints): Likewise.
18176 (test_program_termination): Likewise.
18177
18178 2014-04-15 Keith Seitz <keiths@redhat.com>
18179
18180 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18181 unused globals.
18182 (test_rbreak_creation_and_listing): Likewise.
18183 (test_ignore_count): Likewise.
18184 (test_error): Likewise.
18185
18186 2014-04-15 Pedro Alves <palves@redhat.com>
18187
18188 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18189 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18190 sym-file-loader.c.
18191 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18192 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18193 to sym-file-loader.c.
18194 (struct library): Forward declare.
18195 (load_shlib, lookup_function): Change prototypes.
18196 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18197 (translate_offset): Remove declarations.
18198 (get_text_addr): New declaration.
18199 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18200 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18201 sym-file-loader.h.
18202 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18203 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18204 here from sym-file-loader.h.
18205 (struct library): New structure.
18206 (load_shlib, lookup_function): Change prototypes and adjust to
18207 work with a struct library.
18208 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18209 (translate_offset): Make static.
18210 (get_text_addr): New function.
18211 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18212
18213 2014-04-15 Pedro Alves <palves@redhat.com>
18214
18215 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18216
18217 2014-04-15 Pedro Alves <palves@redhat.com>
18218
18219 * gdb.base/sym-file-loader.c: Include <limits.h>.
18220 (SELF_LINK): New define.
18221 (get_origin): New function.
18222 (load_shlib): Use it.
18223 * gdb.base/sym-file.exp: Don't early return if the target is
18224 remote. Use runto_main, and issue fail is that fails. Use
18225 gdb_load_shlibs.
18226 (shlib_name): Delete.
18227 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18228
18229 2014-04-15 Pedro Alves <palves@redhat.com>
18230
18231 * gdb.base/sym-file.exp: Remove regex characters from test
18232 message. Don't refer to breakpoint numbers in test messages.
18233
18234 2014-04-14 Keith Seitz <keiths@redhat.com>
18235
18236 PR c++/16253
18237 * gdb.cp/var-tag.cc: New file.
18238 * gdb.cp/var-tag.exp: New file.
18239 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18240 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18241 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18242 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18243
18244 2014-04-14 Tom Tromey <tromey@redhat.com>
18245
18246 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18247 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18248 type.
18249 * gdb.cp/enum-class.exp: New file.
18250 * gdb.cp/enum-class.cc: New file.
18251
18252 2014-04-14 Tom Tromey <tromey@redhat.com>
18253
18254 * gdb.dwarf2/enum-type.exp: New file.
18255
18256 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18257
18258 * gdb.mi/mi-vla-c99.exp: New file.
18259 * gdb.mi/vla.c: New file.
18260
18261 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18262
18263 * gdb.base/vla-datatypes.c: New file.
18264 * gdb.base/vla-datatypes.exp: New file.
18265
18266 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18267
18268 * gdb.base/vla-ptr.c: New file.
18269 * gdb.base/vla-ptr.exp: New file.
18270
18271 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18272
18273 * gdb.dwarf2/count.exp: New file.
18274
18275 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18276
18277 * gdb.base/vla-sideeffect.c: New file.
18278 * gdb.base/vla-sideeffect.exp: New file.
18279
18280 2014-04-14 David Blaikie <dblaikie@gmail.com>
18281
18282 * gdb.mi/non-stop.c: Add return value for non-void function return
18283 statement.
18284 * gdb.threads/staticthreads.c: Ditto.
18285
18286 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18287 Doug Evans <xdje42@gmail.com>
18288
18289 * gdb.guile/scm-value.c: Improve test case.
18290 * gdb.guile/scm-value.exp: Add new test.
18291
18292 2014-04-11 David Blaikie <dblaikie@gmail.com>
18293
18294 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18295 override Clang's default.
18296
18297 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18298
18299 Revert the following changes (regressions):
18300
18301 * gdb.base/vla-sideeffect.c: New file.
18302 * gdb.base/vla-sideeffect.exp: New file.
18303
18304 * gdb.dwarf2/count.exp: New file.
18305
18306 * gdb.base/vla-multi.c: New file.
18307 * gdb.base/vla-multi.exp: New file.
18308
18309 * gdb.base/vla-ptr.c: New file.
18310 * gdb.base/vla-ptr.exp: New file.
18311
18312 * gdb.base/vla-datatypes.c: New file.
18313 * gdb.base/vla-datatypes.exp: New file.
18314
18315 * gdb.mi/mi-vla-c99.exp: New file.
18316 * gdb.mi/vla.c: New file.
18317
18318 2014-04-11 Keith Seitz <keiths@redhat.com>
18319
18320 PR c++/16675
18321 * gdb.cp/cpsizeof.exp: New file.
18322 * gdb.cp/cpsizeof.cc: New file.
18323
18324 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18325
18326 * gdb.mi/mi-vla-c99.exp: New file.
18327 * gdb.mi/vla.c: New file.
18328
18329 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18330
18331 * gdb.base/vla-datatypes.c: New file.
18332 * gdb.base/vla-datatypes.exp: New file.
18333
18334 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18335
18336 * gdb.base/vla-ptr.c: New file.
18337 * gdb.base/vla-ptr.exp: New file.
18338
18339 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18340
18341 * gdb.base/vla-multi.c: New file.
18342 * gdb.base/vla-multi.exp: New file.
18343
18344 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18345
18346 * gdb.dwarf2/count.exp: New file.
18347
18348 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18349
18350 * gdb.base/vla-sideeffect.c: New file.
18351 * gdb.base/vla-sideeffect.exp: New file.
18352
18353 2014-04-11 Yao Qi <yao@codesourcery.com>
18354
18355 * gdb.base/completion.exp: Check file exists before running tests
18356 on file completion.
18357
18358 2014-04-10 Pedro Alves <palves@redhat.com>
18359
18360 * gdb.base/cond-eval-mode.c: New file.
18361 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18362 prepare_for_testing to build the new file. Check result of
18363 runto_main.
18364 (test_break, test_watch): New procedures.
18365 (top level): Use them.
18366
18367 2014-04-08 Pierre Muller <muller@sourceware.org>
18368
18369 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18370 Ctrl-V use for mingw hosts.
18371
18372 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18373
18374 * gdb.python/py-value.c: Improve test case.
18375 * gdb.python/py-value.exp: Add new test.
18376
18377 2014-04-07 David Blaikie <dblaikie@gmail.com>
18378
18379 * lib/compiler.c: Identify the clang compiler.
18380 * lib/compiler.cc: Ditto.
18381
18382 2014-04-03 Yao Qi <yao@codesourcery.com>
18383
18384 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18385
18386 2014-04-01 Anton Blanchard <anton@samba.org>
18387
18388 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18389 messages unique.
18390
18391 2014-04-01 Anton Blanchard <anton@samba.org>
18392
18393 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18394 prepare_for_testing.
18395
18396 2014-04-01 Anton Blanchard <anton@samba.org>
18397
18398 * gdb.arch/ppc64-atomic-inst.c: Remove.
18399 * gdb.arch/ppc64-atomic-inst.S: New file.
18400 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18401
18402 2014-03-31 Doug Evans <dje@google.com>
18403
18404 * gdb.base/print-symbol-loading-lib.c: New file.
18405 * gdb.base/print-symbol-loading-main.c: New file.
18406 * gdb.base/print-symbol-loading.exp: New file.
18407
18408 2014-03-31 Yao Qi <yao@codesourcery.com>
18409
18410 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18411
18412 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18413
18414 * gdb.ada/mi_dyn_arr: New testcase.
18415
18416 2014-03-27 Doug Evans <dje@google.com>
18417
18418 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18419
18420 2014-03-27 Yao Qi <yao@codesourcery.com>
18421
18422 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18423 if target is nios2-*-*.
18424
18425 2014-03-26 Yao Qi <yao@codesourcery.com>
18426
18427 * lib/gdb.exp (readline_is_used): New proc.
18428 * gdb.base/completion.exp: Move tests on command complete up.
18429 Skip the rest of tests if readline is not used.
18430 * gdb.ada/complete.exp: Skp the test if readline is not
18431 used.
18432 * gdb.base/filesym.exp: Likewise.
18433 * gdb.base/macscp.exp: Likewise.
18434 * gdb.base/readline-ask.exp: Likewise.
18435 * gdb.base/readline.exp: Likewise.
18436 * gdb.python/py-cmd.exp: Likewise.
18437 * gdb.trace/tfile.exp: Likewise.
18438
18439 2014-03-26 Yao Qi <yao@codesourcery.com>
18440
18441 * gdb.base/macscp.exp: Fix code format issues.
18442
18443 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18444
18445 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18446 * gdb.asm/powerpc64le.inc: New file.
18447
18448 2014-03-25 Pedro Alves <palves@redhat.com>
18449 Doug Evans <dje@google.com>
18450
18451 * gdb.base/source-execution.c: New file.
18452 * gdb.base/source-execution.exp: New file.
18453 * gdb.base/source-execution.gdb: New file.
18454
18455 2014-03-24 Doug Evans <dje@google.com>
18456
18457 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18458 using fission.
18459
18460 2014-03-24 Hui Zhu <hui@codesourcery.com>
18461 Pedro Alves <palves@redhat.com>
18462
18463 PR breakpoints/16101
18464 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18465 test pass/fail messages. Detect missing support for dprintf when
18466 breakpoints are actually inserted.
18467 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18468 breakpoints are actually inserted.
18469 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18470 fails.
18471
18472 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18473
18474 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18475
18476 2014-03-22 Doug Evans <xdje42@gmail.com>
18477
18478 * gdb.python/python.exp (python not supported): Verify multi-line
18479 python command issues an error.
18480 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18481 guile command issues an error.
18482
18483 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18484
18485 * gdb.threads/thread-specific.exp: Handle the lack of usable
18486 $this_breakpoint and $this_thread.
18487
18488 2014-03-21 Hui Zhu <hui@codesourcery.com>
18489
18490 * gdb.base/attach.exp (do_command_attach_tests): New.
18491
18492 2014-03-20 Tom Tromey <tromey@redhat.com>
18493 Pedro Alves <palves@redhat.com>
18494
18495 PR cli/15718
18496 * gdb.base/condbreak-call-false.c: New file.
18497 * gdb.base/condbreak-call-false.exp: New file.
18498
18499 2014-03-20 Pedro Alves <palves@redhat.com>
18500
18501 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18502 Delete.
18503 (block_signals, unblock_signals): Delete.
18504 (child_function_2, main): Remove references to deleted variable
18505 and functions.
18506
18507 2014-03-20 Pedro Alves <palves@redhat.com>
18508
18509 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18510 Use pthread_kill to signal thread 2.
18511 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18512 Adjust to make the test send itself a signal rather than using the
18513 host's "kill" command.
18514
18515 2014-03-20 Pedro Alves <palves@redhat.com>
18516
18517 * gdb.threads/multiple-step-overs.c: New file.
18518 * gdb.threads/multiple-step-overs.exp: New file.
18519 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18520 Adjust expected infrun debug output.
18521
18522 2014-03-20 Pedro Alves <palves@redhat.com>
18523
18524 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18525 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18526
18527 2014-03-20 Pedro Alves <palves@redhat.com>
18528
18529 PR breakpoints/7143
18530 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18531 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18532 of gdb_test_multiple.
18533 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18534 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18535
18536 2014-03-20 Pedro Alves <palves@redhat.com>
18537
18538 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18539 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18540
18541 2014-03-19 Pedro Alves <palves@redhat.com>
18542
18543 * gdb.base/async.exp: Remove early return.
18544
18545 2014-03-19 Pedro Alves <palves@redhat.com>
18546
18547 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18548
18549 2014-03-19 Pedro Alves <palves@redhat.com>
18550
18551 * gdb.base/async.exp (test_background): Expect \r\n after
18552 "completed." in the fail pattern.
18553
18554 2014-03-19 Pedro Alves <palves@redhat.com>
18555
18556 * gdb.base/async.exp (test_background): New procedure.
18557 Use it for all background execution command tests.
18558
18559 2014-03-19 Pedro Alves <palves@redhat.com>
18560
18561 * gdb.base/async.exp: Use prepare_for_testing.
18562
18563 2014-03-19 Pedro Alves <palves@redhat.com>
18564
18565 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18566 the same line.
18567
18568 2014-03-19 Pedro Alves <palves@redhat.com>
18569
18570 * gdb.base/async.c (main): Add "jump here" and "until here" line
18571 marker comments.
18572 * gdb.base/async.exp (jump_here): New global.
18573 (jump& test): Use it.
18574 (until_here): New global.
18575 (until& test): Use it.
18576
18577 2014-03-19 Pedro Alves <palves@redhat.com>
18578
18579 * gdb.base/async.exp: Don't frob gdb_protocol.
18580
18581 2014-03-18 Doug Evans <xdje42@gmail.com>
18582
18583 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18584 Fix spelling of exec-done-display.
18585
18586 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18587
18588 PR gdb/15358
18589 * gdb.base/gdb-sigterm.c: New file.
18590 * gdb.base/gdb-sigterm.exp: New file.
18591
18592 2014-03-18 Pedro Alves <palves@redhat.com>
18593
18594 PR gdb/13860
18595 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18596 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18597 solib-event.
18598
18599 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18600
18601 * gdb.ada/pckd_arr_ren: New testcase.
18602
18603 2014-03-13 Doug Evans <xdje42@gmail.com>
18604
18605 PR guile/16612
18606 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18607 collect after discarding symbols.
18608
18609 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18610 Doug Evans <xdje42@gmail.com>
18611
18612 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18613 to history survives a gc.
18614
18615 2014-03-13 Pedro Alves <palves@redhat.com>
18616
18617 * gdb.base/default.exp: Don't test "target procfs".
18618
18619 2014-03-13 Pedro Alves <palves@redhat.com>
18620
18621 * gdb.base/default.exp: Update "target child" and "target procfs"
18622 tests to not expect "Unix".
18623
18624 2014-03-12 Tom Tromey <tromey@redhat.com>
18625
18626 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18627 New procs. Add target-async tests.
18628 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18629 Add target-async tests.
18630
18631 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18632
18633 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18634 'func_start' and 'func_end' for the beginning and end of the
18635 function code, respectively.
18636 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18637 'func_end' instead of 'func' and 'main'.
18638
18639 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18640
18641 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18642 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18643 generate the debug info assembler source.
18644
18645 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18646
18647 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18648 * gdb.dwarf2/arr-subrange.exp: Likewise.
18649 * gdb.dwarf2/dwz.exp: Likewise.
18650 * gdb.dwarf2/method-ptr.exp: Likewise.
18651 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18652 * gdb.dwarf2/subrange.exp: Likewise.
18653 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18654 * gdb.dwarf2/implptrpiece.exp: Likewise.
18655 * gdb.dwarf2/nostaticblock.exp: Likewise.
18656
18657 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18658
18659 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18660 directory to absolute path name arguments.
18661
18662 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18663
18664 * gdb.ada/tagged_access: New testcase.
18665
18666 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18667
18668 * gdb.btrace/data.exp: Update expected output.
18669
18670 2014-03-06 Yao Qi <yao@codesourcery.com>
18671
18672 * gdb.trace/pr16508.exp: New file.
18673
18674 2014-03-05 Pedro Alves <palves@redhat.com>
18675
18676 PR gdb/16575
18677 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18678 procedure.
18679 (top level): Adjust to use it. Add tests that exercise breakpoint
18680 interaction with the code-cache.
18681
18682 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18683
18684 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18685 test for 'history-append!'.
18686
18687 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18688
18689 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18690 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18691 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18692 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18693 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18694 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18695
18696 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18697
18698 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18699 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18700 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18701
18702 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18703
18704 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18705
18706 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18707
18708 * gdb.dwarf2/arr-stride.c: New file.
18709 * gdb.dwarf2/arr-stride.exp: New file.
18710
18711 2014-02-26 Pedro Alves <palves@redhat.com>
18712
18713 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18714 that won't ever trigger. Make sure that GDB reports the correct
18715 breakpoint that caused the stop.
18716
18717 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18718
18719 PR gdb/16626
18720 * gdb.base/auto-load-script: New file.
18721 * gdb.base/auto-load.c: New file.
18722 * gdb.base/auto-load.exp: New file.
18723
18724 PR gdb/16626
18725 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18726
18727 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18728
18729 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18730 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18731
18732 2014-02-24 Doug Evans <dje@google.com>
18733
18734 * lib/gdb.exp (run_on_host): Log error output if program fails.
18735
18736 2014-02-21 Pedro Alves <palves@redhat.com>
18737
18738 * gdb.threads/step-after-sr-lock.c: Rename to ...
18739 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18740 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18741 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18742 ... this.
18743
18744 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18745
18746 PR tdep/16397
18747 * gdb.arch/amd64-stap-special-operands.exp: New file.
18748 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18749 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18750 * gdb.arch/amd64-stap-triplet.S: Likewise.
18751 * gdb.arch/amd64-stap-triplet.c: Likewise.
18752
18753 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18754
18755 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18756 in .section pseudo-op.
18757
18758 2014-02-20 lin zuojian <manjian2006@gmail.com>
18759 Joel Brobecker <brobecker@adacore.com>
18760 Doug Evans <xdje42@gmail.com>
18761
18762 PR symtab/16581
18763 * gdb.dwarf2/dw2-icycle.S: New file.
18764 * gdb.dwarf2/dw2-icycle.c: New file.
18765 * gdb.dwarf2/dw2-icycle.exp: New file.
18766
18767 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18768
18769 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18770 operations on gdb.Value objects.
18771 * gdb.python/py-value-cc.exp: Add new test to test operations on
18772 gdb.Value objects.
18773
18774 2014-02-18 Doug Evans <dje@google.com>
18775
18776 * Makefile.in (TESTS): New variable.
18777 (expanded_tests, expanded_tests_or_none): New variables
18778 (check-single): Pass $(expanded_tests_or_none) to runtest.
18779 (check-parallel): Only run tests in $(TESTS) if non-empty.
18780 (check/no-matching-tests-found): New rule.
18781 * README: Document TESTS makefile variable.
18782
18783 2014-02-18 Doug Evans <dje@google.com>
18784
18785 * Makefile.in (check-parallel): rm -rf outputs temp.
18786
18787 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18788
18789 Fix "ERROR: no fileid for" in the testsuite.
18790 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18791
18792 2014-02-12 Doug Evans <dje@google.com>
18793
18794 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18795 (MISCELLANEOUS): New variable.
18796 (clean): rm -rf $(MISCELLANEOUS).
18797 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18798 dwp live in the same directory as symlinks, with each symlink pointed
18799 to a differently named file in a different directory.
18800
18801 2014-02-11 Doug Evans <dje@google.com>
18802
18803 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18804 of Tcl file commands.
18805
18806 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18807
18808 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18809 "kill -SIGUSR1 -1".
18810
18811 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18812
18813 * gdb.ada/tick_length_array_enum_idx: New testcase.
18814
18815 2014-02-10 Doug Evans <xdje42@gmail.com>
18816
18817 * configure.ac (AC_OUTPUT): Add gdb.guile.
18818 * configure: Regenerate.
18819 * lib/gdb-guile.exp: New file.
18820 * lib/gdb.exp (get_target_charset): New function.
18821 * gdb.base/help.exp: Update expected output from "apropos apropos".
18822 * gdb.guile/Makefile.in: New file.
18823 * gdb.guile/guile.exp: New file.
18824 * gdb.guile/scm-arch.c: New file.
18825 * gdb.guile/scm-arch.exp: New file.
18826 * gdb.guile/scm-block.c: New file.
18827 * gdb.guile/scm-block.exp: New file.
18828 * gdb.guile/scm-breakpoint.c: New file.
18829 * gdb.guile/scm-breakpoint.exp: New file.
18830 * gdb.guile/scm-disasm.c: New file.
18831 * gdb.guile/scm-disasm.exp: New file.
18832 * gdb.guile/scm-equal.c: New file.
18833 * gdb.guile/scm-equal.exp: New file.
18834 * gdb.guile/scm-error.exp: New file.
18835 * gdb.guile/scm-error.scm: New file.
18836 * gdb.guile/scm-frame-args.c: New file.
18837 * gdb.guile/scm-frame-args.exp: New file.
18838 * gdb.guile/scm-frame-args.scm: New file.
18839 * gdb.guile/scm-frame-inline.c: New file.
18840 * gdb.guile/scm-frame-inline.exp: New file.
18841 * gdb.guile/scm-frame.c: New file.
18842 * gdb.guile/scm-frame.exp: New file.
18843 * gdb.guile/scm-generics.exp: New file.
18844 * gdb.guile/scm-gsmob.exp: New file.
18845 * gdb.guile/scm-iterator.c: New file.
18846 * gdb.guile/scm-iterator.exp: New file.
18847 * gdb.guile/scm-math.c: New file.
18848 * gdb.guile/scm-math.exp: New file.
18849 * gdb.guile/scm-objfile-script-gdb.in: New file.
18850 * gdb.guile/scm-objfile-script.c: New file.
18851 * gdb.guile/scm-objfile-script.exp: New file.
18852 * gdb.guile/scm-objfile.c: New file.
18853 * gdb.guile/scm-objfile.exp: New file.
18854 * gdb.guile/scm-ports.exp: New file.
18855 * gdb.guile/scm-pretty-print.c: New file.
18856 * gdb.guile/scm-pretty-print.exp: New file.
18857 * gdb.guile/scm-pretty-print.scm: New file.
18858 * gdb.guile/scm-section-script.c: New file.
18859 * gdb.guile/scm-section-script.exp: New file.
18860 * gdb.guile/scm-section-script.scm: New file.
18861 * gdb.guile/scm-symbol.c: New file.
18862 * gdb.guile/scm-symbol.exp: New file.
18863 * gdb.guile/scm-symtab-2.c: New file.
18864 * gdb.guile/scm-symtab.c: New file.
18865 * gdb.guile/scm-symtab.exp: New file.
18866 * gdb.guile/scm-type.c: New file.
18867 * gdb.guile/scm-type.exp: New file.
18868 * gdb.guile/scm-value-cc.cc: New file.
18869 * gdb.guile/scm-value-cc.exp: New file.
18870 * gdb.guile/scm-value.c: New file.
18871 * gdb.guile/scm-value.exp: New file.
18872 * gdb.guile/source2.scm: New file.
18873 * gdb.guile/types-module.cc: New file.
18874 * gdb.guile/types-module.exp: New file.
18875
18876 2014-02-10 Yao Qi <yao@codesourcery.com>
18877
18878 PR testsuite/16543
18879 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18880 * configure: Regenerated.
18881 * Makefile.in: New file.
18882
18883 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18884
18885 * gdb.python/py-framefilter.exp: Fix typo.
18886
18887 2014-02-08 Yao Qi <yao@codesourcery.com>
18888
18889 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18890 that no =breakpoint-modified is emitted when breakpoints are
18891 modified through MI commands.
18892
18893 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18894 Pedro Alves <palves@redhat.com>
18895
18896 * gdb.threads/step-after-sr-lock.c: New file.
18897 * gdb.threads/step-after-sr-lock.exp: New file.
18898
18899 2014-02-07 Pedro Alves <palves@redhat.com>
18900
18901 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18902
18903 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18904
18905 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18906 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18907
18908 2014-02-06 Doug Evans <xdje42@gmail.com>
18909
18910 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18911 output.
18912
18913 * gdb.gdb/python-interrupts.exp: New file.
18914
18915 2014-02-05 Yao Qi <yao@codesourcery.com>
18916
18917 * gdb.trace/report.exp (use_collected_data): Test the output
18918 of "info threads" and "info inferiors".
18919
18920 2014-02-05 Yao Qi <yao@codesourcery.com>
18921
18922 Revert this patch:
18923
18924 2013-05-24 Yao Qi <yao@codesourcery.com>
18925
18926 * gdb.trace/tfile.exp: Test inferior and thread.
18927
18928 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18929
18930 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18931 on a function.
18932 * gdb.base/step-bt.c: Call hello via function pointer to make
18933 sure its first instruction is executed on powerpc64le-linux.
18934
18935 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18936
18937 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18938
18939 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18940
18941 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18942 of the test patterns for use on little-endian systems.
18943
18944 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18945
18946 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18947 (decimal_vector): Fix for little-endian.
18948
18949 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18950
18951 * gdb.arch/sparc-sysstep.exp: New file.
18952 * gdb.arch/sparc-sysstep.c: Likewise.
18953
18954 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18955
18956 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18957
18958 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18959
18960 2014-01-23 Tom Tromey <tromey@redhat.com>
18961
18962 * gdb.ada/array_char_idx: New testcase.
18963
18964 2014-01-23 Tom Tromey <tromey@redhat.com>
18965
18966 PR python/16487:
18967 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18968 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18969 classes.
18970
18971 2014-01-23 Tom Tromey <tromey@redhat.com>
18972
18973 PR python/16491:
18974 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18975 string from an inferior frame.
18976 * gdb.python/py-framefilter-mi.exp: Update.
18977
18978 2014-01-22 Doug Evans <dje@google.com>
18979
18980 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18981
18982 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18983
18984 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18985
18986 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18987
18988 * gdb.trace/entry-values.exp: Remove excess space character from
18989 regex patterns. Handle s390 call instruction.
18990
18991 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18992
18993 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18994 define "*_start" label. Make "name" static.
18995 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18996 ${name} by references to ${name}_start.
18997
18998 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18999
19000 * gdb.base/info-macros.exp: Remove "debug" from the compile
19001 options.
19002
19003 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19004
19005 * gdb.dlang/demangle.exp: New file.
19006
19007 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19008
19009 * gdb.dlang/primitive-types.exp: New file.
19010
19011 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19012
19013 * configure.ac: Create gdb.dlang/Makefile.
19014 * configure: Regenerate.
19015 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19016 * gdb.dlang/Makefile.in: New file.
19017 * lib/d-support.exp: New file.
19018 * lib/gdb.exp (skip_d_tests): New proc.
19019
19020 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19021
19022 * gdb.btrace/delta.exp: Check reverse stepi.
19023 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19024 * gdb.btrace/finish.exp: New.
19025 * gdb.btrace/next.exp: New.
19026 * gdb.btrace/nexti.exp: New.
19027 * gdb.btrace/record_goto.c: Add comments.
19028 * gdb.btrace/step.exp: New.
19029 * gdb.btrace/stepi.exp: New.
19030 * gdb.btrace/multi-thread-step.c: New.
19031 * gdb.btrace/multi-thread-step.exp: New.
19032 * gdb.btrace/rn-dl-bind.c: New.
19033 * gdb.btrace/rn-dl-bind.exp: New.
19034 * gdb.btrace/data.c: New.
19035 * gdb.btrace/data.exp: New.
19036 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19037
19038 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19039
19040 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19041 * gdb.btrace/exception.exp: Update.
19042 * gdb.btrace/instruction_history.exp: Update.
19043 * gdb.btrace/record_goto.exp: Update.
19044 * gdb.btrace/tailcall.exp: Update.
19045 * gdb.btrace/unknown_functions.exp: Update.
19046 * gdb.btrace/delta.exp: New.
19047
19048 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19049
19050 * gdb.btrace/record_goto.exp: Add backtrace test.
19051 * gdb.btrace/tailcall.exp: Add backtrace test.
19052
19053 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19054
19055 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19056 * gdb.btrace/record_goto.c: New.
19057 * gdb.btrace/record_goto.exp: New.
19058 * gdb.btrace/x86-record_goto.S: New.
19059
19060 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19061
19062 * gdb.btrace/function_call_history.exp: Update tests.
19063 * gdb.btrace/instruction_history.exp: Update tests.
19064
19065 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19066
19067 * gdb.btrace/function_call_history.exp: Fix expected field
19068 order for "record function-call-history".
19069 Add new tests for "record function-call-history /c".
19070 * gdb.btrace/exception.cc: New.
19071 * gdb.btrace/exception.exp: New.
19072 * gdb.btrace/tailcall.exp: New.
19073 * gdb.btrace/x86-tailcall.S: New.
19074 * gdb.btrace/x86-tailcall.c: New.
19075 * gdb.btrace/unknown_functions.c: New.
19076 * gdb.btrace/unknown_functions.exp: New.
19077 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19078
19079 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19080
19081 * gdb.btrace/instruction_history.exp: Update.
19082 * gdb.btrace/function_call_history.exp: Update.
19083
19084 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19085
19086 * gdb.btrace/function_call_history.exp: Fix expected function
19087 trace.
19088 * gdb.btrace/instruction_history.exp: Initialize traced.
19089 Remove traced_functions.
19090
19091 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19092
19093 * gdb.btrace/function_call_history.exp: Update
19094 * gdb.btrace/instruction_history.exp: Update.
19095
19096 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19097
19098 * gdb.btrace/enable.exp: Update expected text.
19099
19100 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19101
19102 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19103 bytes.
19104
19105 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19106
19107 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19108
19109 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19110
19111 * lib/gdb.exp (supports_process_record): Return true for
19112 arm*-linux*. (supports_reverse): Likewise.
19113
19114 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19115
19116 PR python/15464
19117 PR python/16113
19118 * gdb.python/py-type.c: Enhance test case.
19119 * gdb.python/py-value-cc.cc: Likewise
19120 * gdb.python/py-type.exp: Add new tests.
19121 * gdb.python/py-value-cc.exp: Likewise
19122
19123 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19124 Pedro Alves <palves@redhat.com>
19125
19126 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19127 Make "name" extern.
19128 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19129 references to ${name}_start by references to ${name}.
19130
19131 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19132
19133 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19134
19135 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19136
19137 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19138
19139 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19140 Pedro Alves <palves@redhat.com>
19141
19142 * gdb.mi/mi-info-os.exp: Connect to the target with
19143 mi_gdb_target_load.
19144
19145 2014-01-08 Pedro Alves <palves@redhat.com>
19146
19147 * gdb.threads/reconnect-signal.c: New file.
19148 * gdb.threads/reconnect-signal.exp: New file.
19149
19150 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19151
19152 * gdb.base/source-dir.exp: New file.
19153
19154 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19155
19156 * gdb.ada/mi_interface: New testcase.
19157
19158 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19159
19160 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19161 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19162 gdb.ada/pp-rec-component/pck.ads: New files.
19163
19164 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19165
19166 * gdb.python/py-pp-integral.c: New file.
19167 * gdb.python/py-pp-integral.py: New file.
19168 * gdb.python/py-pp-integral.exp: New file.
19169
19170 For older changes see ChangeLog-1993-2013.
19171 \f
19172 ;; Local Variables:
19173 ;; mode: change-log
19174 ;; left-margin: 8
19175 ;; fill-column: 74
19176 ;; version-control: never
19177 ;; End:
19178
19179 Copyright 2014-2020 Free Software Foundation, Inc.
19180 Copying and distribution of this file, with or without modification,
19181 are permitted provided the copyright notice and this notice are preserved.
This page took 0.420051 seconds and 5 git commands to generate.