gdb: fix duplicate test names in gdb.base/break.exp
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2
3 * gdb.base/break.exp: Use with_test_prefix.
4
5 2020-04-29 Tom de Vries <tdevries@suse.de>
6
7 * lib/gdb.exp (debug_types): New proc.
8 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
9 * gdb.python/py-symtab.exp: Same.
10
11 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
12
13 PR gdb/17320
14 * gdb.base/pretty-array.c: New test.
15 * gdb.base/pretty-array.exp: New file.
16
17 2020-04-29 Tom de Vries <tdevries@suse.de>
18
19 PR symtab/25889
20 * gdb.cp/cpexprs.exp: Adapt for inclusion.
21 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
22 and include cpexprs.exp.
23
24 2020-04-28 Mark Williams <mark@myosotissp.com>
25
26 PR gdb/24480
27 * dw4-toplevel-types.exp: Test for top level types.
28 * dw4-toplevel-types.cc: Test for top level types.
29
30 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
31
32 * gdb.threads/stop-with-handle.exp: Fix typo in comment
33 (theads -> threads).
34
35 2020-04-28 Tom de Vries <tdevries@suse.de>
36
37 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
38
39 2020-04-28 Tom de Vries <tdevries@suse.de>
40
41 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
42
43 2020-04-28 Tom de Vries <tdevries@suse.de>
44
45 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
46
47 2020-04-28 Tom de Vries <tdevries@suse.de>
48
49 * gdb.dwarf2/main-foo.c: New test.
50 * gdb.dwarf2/struct-with-sig.exp: New file.
51
52 2020-04-25 Tom de Vries <tdevries@suse.de>
53
54 * boards/debug-types.exp: New file.
55
56 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
59
60 2020-04-24 Tom Tromey <tom@tromey.com>
61
62 PR symtab/12707:
63 * gdb.python/py-symbol.exp: Update expected results for
64 linkage_name test.
65 * gdb.cp/print-demangle.exp: New file.
66 * gdb.base/c-linkage-name.exp: Fix test.
67 * gdb.guile/scm-symbol.exp: Update expected results for
68 linkage_name test.
69
70 2020-04-24 Tom Tromey <tom@tromey.com>
71
72 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
73 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
74 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
75 assembler.
76
77 2020-04-24 Tom de Vries <tdevries@suse.de>
78
79 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
80 C++.
81
82 2020-04-24 Tom Tromey <tromey@adacore.com>
83
84 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
85 values.
86 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
87 values. Update test for minimal encodings.
88 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
89 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
90 values. Update test for minimal encodings.
91
92 2020-04-24 Tom Tromey <tromey@adacore.com>
93
94 PR python/23662:
95 * gdb.ada/variant.exp: Add Python checks.
96 * gdb.rust/simple.exp: Add dynamic type checks.
97
98 2020-04-24 Tom Tromey <tromey@adacore.com>
99
100 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
101 Make array type matching more lax.
102 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
103 * gdb.ada/mi_variant.exp: New file.
104 * gdb.ada/mi_variant/pck.ads: New file.
105 * gdb.ada/mi_variant/pkg.adb: New file.
106 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
107 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
108
109 2020-04-24 Tom Tromey <tromey@adacore.com>
110
111 * gdb.ada/variant.exp: Add dynamic field offset tests.
112 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
113 * gdb.ada/variant/pkg.adb: Add new variables.
114
115 2020-04-24 Tom Tromey <tromey@adacore.com>
116
117 * gdb.ada/variant.exp: New file
118 * gdb.ada/variant/pkg.adb: New file
119 * gdb.ada/variant/pck.adb: New file
120
121 2020-04-24 Tom de Vries <tdevries@suse.de>
122
123 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
124
125 2020-04-24 Tom de Vries <tdevries@suse.de>
126
127 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
128 flags.
129
130 2020-04-24 Tom de Vries <tdevries@suse.de>
131
132 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
133
134 2020-04-24 Tom de Vries <tdevries@suse.de>
135
136 * lib/gdb.exp (default_gdb_start): Handle eof.
137 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
138 failure.
139 * gdb.base/readnever.exp: Handle clean_restart failure.
140
141 2020-04-23 Tom de Vries <tdevries@suse.de>
142
143 * gdb.base/decl-before-def.exp: Run to main and print a again.
144
145 2020-04-23 Tom de Vries <tdevries@suse.de>
146
147 * gdb.base/decl-before-def-decl.c: New test.
148 * gdb.base/decl-before-def-def.c: New test.
149 * gdb.base/decl-before-def.exp: New file.
150
151 2020-04-23 Tom de Vries <tdevries@suse.de>
152
153 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
154
155 2020-04-22 Tom de Vries <tdevries@suse.de>
156
157 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
158 debug_info_offset.
159 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
160 before $objsfile in the line line.
161
162 2020-04-22 Tom de Vries <tdevries@suse.de>
163
164 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
165
166 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
167
168 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
169 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
170 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
171 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
172 * gdb.base/jit-protocol.h: Update definitions to match all usage
173 contexts.
174
175 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
176
177 * gdb.base: Rename all jit related test and source files.
178
179 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
180
181 * gdb.base/jit-reader.exp: Relax register output check.
182
183 2020-04-22 Tom de Vries <tdevries@suse.de>
184
185 PR symtab/25764
186 * gdb.base/psym-external-decl-2.c: New test.
187 * gdb.base/psym-external-decl.c: New test.
188 * gdb.base/psym-external-decl.exp: New file.
189 * gdb.threads/tls.exp: Add PR25807 kfail.
190
191 2020-04-22 Tom de Vries <tdevries@suse.de>
192
193 PR symtab/25801
194 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
195 in "info source" output.
196
197 2020-04-22 Tom de Vries <tdevries@suse.de>
198
199 PR symtab/25700
200 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
201 symtab for imported_unit.c.
202
203 2020-04-21 Gary Benson <gbenson@redhat.com>
204
205 * gdb.base/advance.c (func): New argument, to match call site.
206 (func2, func3): Add return statements.
207
208 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
209
210 * gdb.multi/run-only-second-inf.c: New file.
211 * gdb.multi/run-only-second-inf.exp: New file.
212
213 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
214
215 * gdb.btrace/multi-inferior.c: New test.
216 * gdb.btrace/multi-inferior.exp: New file.
217
218 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
219
220 * gdb.btrace/enable-new-thread.c: New test.
221 * gdb.btrace/enable-new-thread.exp: New file.
222
223 2020-04-21 Tom de Vries <tdevries@suse.de>
224
225 PR gdb/25471
226 * gdb.threads/killed-outside.c: New test.
227 * gdb.threads/killed-outside.exp: New file.
228
229 2020-04-20 Gary Benson <gbenson@redhat.com>
230
231 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
232 * gdb.base/nested-subp2.exp: Likewise.
233 * gdb.base/nested-subp3.exp: Likewise.
234
235 2020-04-20 Gary Benson <gbenson@redhat.com>
236
237 * gdb.base/nested-subp1.exp: Disable test when using clang.
238 * gdb.base/nested-subp2.exp: Likewise.
239 * gdb.base/nested-subp3.exp: Likewise.
240
241 2020-04-20 Gary Benson <gbenson@redhat.com>
242
243 * gdb.cp/exception.cc: Fix compilation error with clang.
244
245 2020-04-20 Gary Benson <gbenson@redhat.com>
246
247 * gdb.trace/tspeed.c: Fix compilation error with clang.
248
249 2020-04-20 Gary Benson <gbenson@redhat.com>
250
251 * gdb.base/jit-main.c: Fix compilation error with clang.
252
253 2020-04-17 Kamil Rytarowski <n54@gmx.com>
254
255 * gdb.base/attach-twice.c: Include "sys/types.h".
256 (PTRACE_ATTACH): Add fallback definition.
257 (main): Pass `0' to the 4th argument of `ptrace'.
258
259 2020-04-17 Kamil Rytarowski <n54@gmx.com>
260
261 * gdb.base/fork-running-state.c: Include "signal.h".
262
263 2020-04-17 Tom Tromey <tromey@adacore.com>
264
265 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
266 Update tests.
267 * gdb.btrace/cpu.exp: Update tests.
268 * gdb.base/maint.exp: Update tests.
269 * gdb.base/default.exp: Update tests.
270 * gdb.base/completion.exp: Update tests.
271
272 2020-04-16 Tom de Vries <tdevries@suse.de>
273
274 PR symtab/25791
275 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
276 (ensure_gdb_index): and factor out and move ...
277 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
278 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
279
280 2020-04-16 Tom de Vries <tdevries@suse.de>
281
282 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
283 loading exec.
284
285 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * gdb.base/many-completions.exp: New file.
288
289 2020-04-14 Tom de Vries <tdevries@suse.de>
290
291 PR symtab/25718
292 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
293
294 2020-04-14 Tom de Vries <tdevries@suse.de>
295
296 PR symtab/25720
297 * gdb.base/maint-expand-symbols-header-file.c: New test.
298 * gdb.base/maint-expand-symbols-header-file.exp: New file.
299 * gdb.base/maint-expand-symbols-header-file.h: New test.
300
301 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
304 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
305 get_func_info.
306 (get_func_info): Delete.
307 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
308 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
309 * lib/dwarf.exp (get_func_info): New function.
310
311 2020-04-13 Tom de Vries <tdevries@suse.de>
312
313 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
314 to what find_gnatmake does.
315
316 2020-04-10 Tom de Vries <tdevries@suse.de>
317
318 * gdb.base/style.exp: Expect "Expanding full symbols" message for
319 -readnow.
320
321 2020-04-10 Tom de Vries <tdevries@suse.de>
322
323 PR cli/25808
324 * gdb.base/style.c: Add leading newlines.
325 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
326 Check listing of main's one-line body.
327
328 2020-04-08 Tom de Vries <tdevries@suse.de>
329
330 * lib/gdb.exp (psymtabs_p): New proc.
331 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
332 importing unit" unsupported if there are no partial symbols.
333
334 2020-04-08 Tom de Vries <tdevries@suse.de>
335
336 PR testsuite/25760
337 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
338
339 2020-04-07 Tom de Vries <tdevries@suse.de>
340
341 PR symtab/25796
342 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
343
344 2020-04-07 Tom de Vries <tdevries@suse.de>
345
346 * gdb.base/check-psymtab.c: New test.
347 * gdb.base/check-psymtab.exp: New file.
348
349 2020-04-06 Tom Tromey <tromey@adacore.com>
350
351 * gdb.ada/variant-record/proc.adb: New file.
352 * gdb.ada/variant-record/value.adb: New file.
353 * gdb.ada/variant-record/value.s: New file.
354 * gdb.ada/variant-record.exp: New file.
355
356 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
357
358 PR gdb/25325
359 * gdb.cp/typed-enum.cc: New test.
360 * gdb.cp/typed-enum.exp: New file.
361
362 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
365 * gdb.dwarf2/dw2-inline-small-func.c: New file.
366 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
367 * gdb.dwarf2/dw2-inline-small-func.h: New file.
368 * gdb.opt/inline-small-func.c: New file.
369 * gdb.opt/inline-small-func.exp: New file.
370 * gdb.opt/inline-small-func.h: New file.
371
372 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
375 function.
376
377 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * lib/dwarf.exp (function_range): Allow compiler options to be
380 specified.
381
382 2020-04-02 Tom de Vries <tdevries@suse.de>
383
384 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
385 __attribute__((always_inline)).
386 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
387
388 2020-04-02 Tom de Vries <tdevries@suse.de>
389
390 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
391 (gdbserver_gdb_exit): ... here. Add timeout warning.
392 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
393 (connect_target_extended_remote): Append new server_spawn_id to
394 server_spawn_ids.
395 (cleanup): New proc.
396 (setup, <toplevel>): Call cleanup.
397
398 2020-04-02 Tom de Vries <tdevries@suse.de>
399
400 * gdb.base/main-psymtab.exp: New file.
401
402 2020-04-02 Tom de Vries <tdevries@suse.de>
403
404 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
405
406 2020-04-01 Tom Tromey <tom@tromey.com>
407
408 * gdb.base/complex-parts.exp: Add type tests.
409
410 2020-04-01 Tom Tromey <tom@tromey.com>
411
412 * gdb.base/complex-parts.exp: Add arithmetic tests.
413
414 2020-04-01 Tom Tromey <tom@tromey.com>
415
416 * gdb.compile/compile.exp: Update.
417 * gdb.compile/compile-cplus.exp: Update.
418 * gdb.base/varargs.exp: Update.
419 * gdb.base/floatn.exp: Update.
420 * gdb.base/endianity.exp: Update.
421 * gdb.base/callfuncs.exp (do_function_calls): Update.
422 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
423 (complex_float_integral_args): Update.
424 * gdb.base/complex.exp: Update.
425 * gdb.base/complex-parts.exp: Update.
426
427 2020-04-01 Tom Tromey <tromey@adacore.com>
428
429 * gdb.rust/union.rs: New file.
430 * gdb.rust/union.exp: New file.
431 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
432 (main): Update.
433 * gdb.rust/simple.exp: Move union tests to union.exp.
434
435 2020-04-01 Tom Tromey <tromey@adacore.com>
436
437 * gdb.rust/simple.rs (main): Remove "y0".
438
439 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
440
441 * gdb.multi/stop-all-on-exit.c: New test.
442 * gdb.multi/stop-all-on-exit.exp: New file.
443
444 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
445
446 PR gdb/24789
447 * gdb.cp/misc.cc: Add integer reference variable.
448 * gdb.cp/misc.exp: Add test.
449
450 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
451
452 * gdb.server/stop-reply-no-thread.exp: Enhance the test
453 scenario to cover execution until the end and also the case
454
455 2020-03-31 Tom de Vries <tdevries@suse.de>
456
457 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
458 c. Use "maint info symtabs" to check symtab expansion.
459
460 2020-03-30 Tom de Vries <tdevries@suse.de>
461
462 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
463 unsupported.
464 (verify_psymtab_expanded): Move ...
465 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
466 test.
467 (readnow): New proc.
468
469 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
472 with $hex.
473
474 2020-03-20 Tom Tromey <tromey@adacore.com>
475
476 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
477
478 2020-03-20 Tom Tromey <tromey@adacore.com>
479
480 * gdb.ada/sub_variant/subv.adb: New file.
481 * gdb.ada/sub_variant.exp: New file.
482
483 2020-03-20 Tom de Vries <tdevries@suse.de>
484
485 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
486 first break fails.
487 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
488
489 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * gdb.server/exit-multiple-threads.c: New file.
492 * gdb.server/exit-multiple-threads.exp: New file.
493
494 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.fortran/mixed-lang-stack.c: New file.
497 * gdb.fortran/mixed-lang-stack.cpp: New file.
498 * gdb.fortran/mixed-lang-stack.exp: New file.
499 * gdb.fortran/mixed-lang-stack.f90: New file.
500
501 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.linespec/cp-completion-aliases.cc: New file.
504 * gdb.linespec/cp-completion-aliases.exp: New file.
505
506 2020-03-19 Tom de Vries <tdevries@suse.de>
507
508 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
509 more precise.
510
511 2020-03-18 Tom de Vries <tdevries@suse.de>
512
513 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
514 * gdb.dwarf2/break-inline-psymtab.c: New test.
515 * gdb.dwarf2/break-inline-psymtab.exp: New file.
516
517 2020-03-16 Tom de Vries <tdevries@suse.de>
518
519 * lib/cache.exp (gdb_do_cache): Add and handle local variables
520 cache_verify and cache_verify_proc.
521
522 2020-03-15 Tom de Vries <tdevries@suse.de>
523
524 * gdb.server/solib-list.exp: Handle
525 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
526
527 2020-03-15 Tom de Vries <tdevries@suse.de>
528
529 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
530 objfiles".
531
532 2020-03-14 Tom Tromey <tom@tromey.com>
533
534 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
535
536 2020-03-14 Tom de Vries <tdevries@suse.de>
537
538 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
539
540 2020-03-14 Tom de Vries <tdevries@suse.de>
541
542 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
543 result in line-by-line fashion.
544
545 2020-03-14 Tom de Vries <tdevries@suse.de>
546
547 * lib/gdb.exp (supports_statement_frontiers): New proc.
548 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
549
550 2020-03-14 Tom de Vries <tdevries@suse.de>
551
552 * gdb.base/printcmds.exp: Add missing quoting for "print
553 teststring2".
554
555 2020-03-13 Tom Tromey <tom@tromey.com>
556
557 * gdb.base/printcmds.exp (test_print_strings): Add regression
558 test.
559 * gdb.base/printcmds.c (charptr): New typedef.
560 (teststring2): New global.
561
562 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * gdb.base/break-interp.exp: Use the tail of the filename, not the
565 full path in the test name.
566 (test_ld): Add some with_test_prefix blocks to make test names
567 unique.
568
569 2020-03-13 Tom de Vries <tdevries@suse.de>
570
571 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
572
573 2020-03-13 Tom de Vries <tdevries@suse.de>
574
575 * gdb.mi/mi-sym-info.exp: Make matching more precise.
576
577 2020-03-13 Tom de Vries <tdevries@suse.de>
578
579 PR symtab/25646
580 * gdb.dwarf2/imported-unit.exp: Add test.
581
582 2020-03-13 Tom de Vries <tdevries@suse.de>
583
584 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
585 (var1, var2): New variable.
586 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
587 matching symbols.
588
589 2020-03-13 Tom de Vries <tdevries@suse.de>
590
591 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
592 (Term::command): Use prompt prefix.
593 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
594 * gdb.tui/tui-layout-asm-short-prog.exp: Use
595 command_no_prompt_prefix instead of prefix.
596 * gdb.tui/tui-layout-asm.exp: Same.
597
598 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
599
600 * gdb.base/break-interp.exp: Use foreach_with_prefix.
601
602 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
603
604 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
605 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
606 on" while stepping over the test instruction, match printed
607 message.
608
609 2020-03-12 Tom de Vries <tdevries@suse.de>
610
611 * gdb.base/info-types.exp: Use exp_continue during matching of output
612 of "info types".
613
614 2020-03-12 Tom de Vries <tdevries@suse.de>
615
616 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
617
618 2020-03-12 Tom de Vries <tdevries@suse.de>
619
620 * gdb.fortran/module.exp: Use exp_continue during matching of output
621 of "info variable -n".
622
623 2020-03-12 Tom de Vries <tdevries@suse.de>
624
625 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
626 gdb.dwarf2/dw2-ranges-base.c.
627
628 2020-03-12 Tom de Vries <tdevries@suse.de>
629
630 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
631 in presence of GLIBC debuginfo.
632
633 2020-03-12 Tom de Vries <tdevries@suse.de>
634
635 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
636 $core.
637
638 2020-03-12 Tom de Vries <tdevries@suse.de>
639
640 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
641 more precise.
642
643 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
644
645 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
646 from Unix to Windows path.
647
648 2020-03-11 Tom de Vries <tdevries@suse.de>
649
650 * gdb.ada/minsyms.exp: Set language to ada.
651
652 2020-03-11 Tom de Vries <tdevries@suse.de>
653
654 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
655
656 2020-03-11 Tom de Vries <tdevries@suse.de>
657
658 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
659
660 2020-03-11 Tom Tromey <tromey@adacore.com>
661
662 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
663
664 2020-03-11 Tom de Vries <tdevries@suse.de>
665
666 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
667
668 2020-03-11 Tom de Vries <tdevries@suse.de>
669
670 * gdb.base/break-interp.exp: Limit verbose scope.
671
672 2020-03-11 Tom de Vries <tdevries@suse.de>
673
674 * gdb.fortran/logical.f90: Define variable with character type.
675 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
676
677 2020-03-11 Tom de Vries <tdevries@suse.de>
678
679 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
680
681 2020-03-11 Tom de Vries <tdevries@suse.de>
682
683 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
684 symtabs.
685
686 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
687 Bernd Edlinger <bernd.edlinger@hotmail.de>
688
689 * gdb.cp/step-and-next-inline.cc: New file.
690 * gdb.cp/step-and-next-inline.exp: New file.
691 * gdb.cp/step-and-next-inline.h: New file.
692 * gdb.dwarf2/dw2-is-stmt.c: New file.
693 * gdb.dwarf2/dw2-is-stmt.exp: New file.
694 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
695 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
696 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
697
698 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
701 is-stmt flag in the line table.
702
703 2020-03-09 Tom de Vries <tdevries@suse.de>
704
705 * lib/gdb.exp (cached_file): Create cache dir.
706
707 2020-03-07 Tom de Vries <tdevries@suse.de>
708
709 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
710 * gdb.cp/rvalue-ref-params.exp: Same.
711
712 2020-03-06 Tom de Vries <tdevries@suse.de>
713
714 * lib/gdb.exp (tentative_rename, cached_file): New proc.
715 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
716
717 2020-03-06 Tom de Vries <tdevries@suse.de>
718
719 * README: Fix "the the".
720 * gdb.base/dprintf.exp: Same.
721
722 2020-03-05 Tom de Vries <tdevries@suse.de>
723
724 * gdb.base/maint.exp: Update "main print statistics" expected output.
725
726 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
727
728 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
729 (fortran_int8): Likewise.
730 (fortran_real4): Likewise.
731 (fortran_real8): Likewise.
732 (fortran_complex4): Likewise.
733 (fortran_logical4): Likewise.
734 (fortran_character1): Likewise.
735
736 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
737
738 * gdb.fortran/logical.exp: Add tests that any non-zero value is
739 printed as true.
740
741 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
742
743 * gdb.base/printcmds.exp: Add test to verify printf of a
744 variable holding an address.
745
746 2020-03-03 Tom de Vries <tdevries@suse.de>
747
748 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
749
750 2020-03-03 Tom de Vries <tdevries@suse.de>
751
752 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
753 gdb_test_multiple call.
754
755 2020-03-03 Tom de Vries <tdevries@suse.de>
756
757 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
758 gdb_test_multiple calls.
759
760 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * gdb.base/default.exp: Remove test of 'set history filename'.
763 * gdb.base/gdbinit-history.exp: Add tests for setting the history
764 filename to the empty string.
765 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
766 and GDBHISTSIZE.
767
768 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
769
770 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
771 disabled.
772
773 2020-03-02 Pedro Alves <palves@redhat.com>
774 Tom de Vries <tdevries@suse.de>
775
776 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
777 -prompt prefix, before user_code argument. Add -lbl option likewise.
778 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
779 (gdb_is_target_1): Add -prompt prefix and move to before user_code
780 argument.
781 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
782 have "\r\n" at start-of-line, instead of at end-of-line.
783
784 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
785
786 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
787 libinproctrace.so.
788
789 2020-02-28 Luis Machado <luis.machado@linaro.org>
790
791 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
792 to "p/x".
793
794 2020-02-28 Luis Machado <luis.machado@linaro.org>
795
796 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
797 asm/ptrace.h and error.h.
798
799 2020-02-28 Tom de Vries <tdevries@suse.de>
800
801 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
802 (struct wrapper, do_something, mundane/symada__cS): Move ...
803 * gdb.base/c-linkage-name-2.c: ... here. New source file.
804 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
805 Update "print symada__cS before partial symtab expansion" regexp.
806 Update breakpoint location. Flush symbol cache after expansion.
807
808 2020-02-28 Luis Machado <luis.machado@linaro.org>
809
810 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
811
812 2020-02-27 Tom de Vries <tdevries@suse.de>
813
814 * config/sid.exp: Remove unused globals.
815 * gdb.base/attach.exp: Same.
816 * gdb.base/catch-load.exp: Same.
817 * gdb.base/dbx.exp: Same.
818 * lib/gdb.exp: Same.
819 * lib/mi-support.exp: Same.
820 * lib/prompt.exp: Same.
821
822 2020-02-27 Tom de Vries <tdevries@suse.de>
823
824 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
825 not set.
826
827 2020-02-26 Aaron Merey <amerey@redhat.com>
828
829 * gdb.debuginfod: New directory for debuginfod tests.
830 * gdb.debuginfod/main.c: New test file.
831 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
832
833 2020-02-26 Tom de Vries <tdevries@suse.de>
834
835 PR gdb/25603
836 * gdb.base/persistent-lang.cc: New test.
837 * gdb.base/persistent-lang.exp: New file.
838
839 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
840
841 * gdb.fortran/derived-type-striding.exp: Add a new test.
842 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
843 new test.
844
845 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * gdb.base/cached-source-file.exp: Avoid source file paths in test
848 names.
849
850 2020-02-25 Tom de Vries <tdevries@suse.de>
851
852 PR go/18926
853 * gdb.go/methods.exp: Remove gcc/93866 xfail.
854
855 2020-02-24 Tom de Vries <tdevries@suse.de>
856
857 PR gdb/25592
858 * gdb.base/info-locals-unused-static-var.c: New test.
859 * gdb.base/info-locals-unused-static-var.exp: New file.
860
861 2020-02-22 Tom Tromey <tom@tromey.com>
862
863 * gdb.python/tui-window.exp: New file.
864 * gdb.python/tui-window.py: New file.
865
866 2020-02-22 Tom Tromey <tom@tromey.com>
867
868 PR tui/17850:
869 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
870 tests.
871
872 2020-02-22 Tom Tromey <tom@tromey.com>
873
874 * gdb.tui/new-layout.exp: Add sub-layout tests.
875
876 2020-02-22 Tom Tromey <tom@tromey.com>
877
878 * gdb.tui/new-layout.exp: New file.
879
880 2020-02-22 Tom Tromey <tom@tromey.com>
881
882 * gdb.rust/rust-style.rs: New file.
883 * gdb.rust/rust-style.exp: New file.
884 * gdb.base/style.exp: Test structure printing.
885 * gdb.base/style.c (struct some_struct): New type.
886 (enum etype): New type.
887 (struct_value): New global.
888
889 2020-02-21 Tom de Vries <tdevries@suse.de>
890
891 PR go/18926
892 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
893 Remove blanket xfails. Use message argument for gdb_breakpoint.
894 Make continuing to breakpoint test conditional on setting breakpoint.
895 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
896 DW_AT_name attribute. Add xfail for GCC PR93866.
897
898 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.dwarf2/cpp-linkage-name.c: New file.
901 * gdb.dwarf2/cpp-linkage-name.exp: New file.
902
903 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
904
905 * lib/gdb.exp (gdb_wrapper_init): Reset
906 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
907 not exist.
908
909 2020-02-20 Tom de Vries <tdevries@suse.de>
910
911 PR go/17018
912 * gdb.go/hello.exp: Copy ...
913 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
914 print of st to print value of global definition. Add xfail for GCC
915 PR93844.
916 * gdb.go/hello.exp: Remove printing of st before definition.
917 * gdb.go/hello.go: Copy ...
918 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
919 to st.
920 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
921
922 2020-02-20 Tom de Vries <tdevries@suse.de>
923
924 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
925 (gdb_simple_compile): Handle compile_flags go by using .go extension
926 for source file.
927 * gdb.go/chan.exp: Use support_go_compile.
928 * gdb.go/handcall.exp: Same.
929 * gdb.go/hello.exp: Same.
930 * gdb.go/integers.exp: Same.
931 * gdb.go/max-depth.exp: Same.
932 * gdb.go/methods.exp: Same.
933 * gdb.go/package.exp: Same.
934 * gdb.go/strings.exp: Same.
935 * gdb.go/types.exp: Same.
936 * gdb.go/unsafe.exp: Same.
937
938 2020-02-19 Tom de Vries <tdevries@suse.de>
939
940 * gdb.python/lib-types.exp: Make xfail more strict.
941
942 2020-02-19 Tom de Vries <tdevries@suse.de>
943
944 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
945
946 2020-02-19 Doug Evans <dje@google.com>
947
948 PR rust/25535
949 * gdb.rust/simple.exp: Add test.
950 * gdb.rust/simple.rs: Add test.
951
952 2020-02-19 Tom de Vries <tdevries@suse.de>
953
954 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
955 output line-by-line.
956
957 2020-02-19 Tom de Vries <tdevries@suse.de>
958
959 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
960
961 2020-02-19 Tom de Vries <tdevries@suse.de>
962
963 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
964 prelink.
965
966 2020-02-19 Tom de Vries <tdevries@suse.de>
967
968 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
969 (gdb_do_cache): Use gdb_do_cache_wrap.
970 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
971
972 2020-02-19 Tom de Vries <tdevries@suse.de>
973
974 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
975 gdb_compile option.
976
977 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
978
979 * gdb.base/printcmds.exp (test_print_enums): Update expected
980 output.
981
982 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
983
984 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
985 for "unknown".
986
987 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
988
989 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
990 enumerator.
991
992 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
993
994 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
995 FE_, add FE_NONE.
996 (three): Update.
997 (enum flag_enum_without_zero): New enum.
998 (flag_enum_without_zero): New variable.
999 (enum not_flag_enum): New enum.
1000 (three_not_flag): New variable.
1001 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1002 (test_print_enums): Add more tests for printing flag enums.
1003
1004 2020-02-18 Tom de Vries <tdevries@suse.de>
1005
1006 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1007 (gdb_compile_ada): ... here.
1008 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1009 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1010
1011 2020-02-14 Tom Tromey <tom@tromey.com>
1012
1013 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1014 build directory.
1015 * boards/gdbserver-base.exp: Update path to gdbserver.
1016
1017 2020-02-13 Tom de Vries <tdevries@suse.de>
1018
1019 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1020
1021 2020-02-13 Tom de Vries <tdevries@suse.de>
1022
1023 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1024 are missing.
1025
1026 2020-02-13 Tom de Vries <tdevries@suse.de>
1027
1028 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1029 call.
1030
1031 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1032
1033 PR tui/25126
1034 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1035 * gdb.base/cached-source-file.c: New file.
1036 * gdb.base/cached-source-file.exp: New file.
1037
1038 2020-02-11 Tom de Vries <tdevries@suse.de>
1039
1040 PR testsuite/25488
1041 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1042
1043 2020-02-10 Tom de Vries <tdevries@suse.de>
1044
1045 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1046
1047 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1048
1049 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1050 and $after_addr are both integers before making a comparison.
1051
1052 2020-02-09 Tom de Vries <tdevries@suse.de>
1053
1054 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1055 command output and paste it into gdb.log. If any, paste catch message
1056 to gdb.log.
1057
1058 2020-02-07 Tom Tromey <tromey@adacore.com>
1059
1060 PR breakpoints/24915:
1061 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1062
1063 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1064
1065 * gdb.tui/tui-missing-src.exp: Add the "missing source
1066 file" test for the TUI.
1067
1068 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1069
1070 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1071 including a port number in the output.
1072
1073 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1074
1075 * lib/fortran.exp (fortran_int4): Handle clang.
1076 (fortran_int8): Likewise.
1077 (fortran_real4): Likewise.
1078 (fortran_real8): Likewise.
1079 (fortran_complex4): Likewise.
1080 (fortran_logical4): Likewise.
1081 (fortran_character1): Likewise.
1082
1083 2020-02-04 Tom de Vries <tdevries@suse.de>
1084
1085 * README (Race detection): Add note.
1086
1087 2020-02-04 Tom de Vries <tdevries@suse.de>
1088
1089 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1090
1091 2020-02-04 Tom de Vries <tdevries@suse.de>
1092
1093 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1094
1095 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1096
1097 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1098 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1099 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1100 blttar, bnetarl.
1101 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1102 binary for blttar, bnetarl.
1103 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1104 wait instruction. Delete ldmx test.
1105 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1106
1107 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1108
1109 * gdb.fortran/array-bounds-high.exp: New file.
1110 * gdb.fortran/array-bounds-high.f90: New file.
1111
1112 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1113
1114 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1115 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1116
1117 2020-02-01 Tom de Vries <tdevries@suse.de>
1118
1119 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1120
1121 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 PR tui/9765
1124 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1125 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1126
1127 2020-01-29 Luis Machado <luis.machado@linaro.org>
1128
1129 * gdb.arch/aarch64-brk-patterns.c: New source file.
1130 * gdb.arch/aarch64-brk-patterns.exp: New test.
1131
1132 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1133
1134 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1135 GCC/Clang version.
1136 * gdb.cp/pass-by-ref.exp: Ditto.
1137
1138 2020-01-29 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1141 * gdb.threads/watchpoint-fork-mt.c: Same.
1142 * gdb.threads/watchpoint-fork-parent.c: Same.
1143 * gdb.threads/watchpoint-fork-st.c: Same.
1144 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1145
1146 2020-01-27 Luis Machado <luis.machado@linaro.org>
1147
1148 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1149 sitting at a syscall instruction when we hit the syscall function's
1150 breakpoint.
1151 Check PC against one obtained with the x command.
1152 Validate syscall number.
1153 (step_over_syscall): Don't continue to the syscall instruction if
1154 we're already there.
1155
1156 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1157
1158 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1159
1160 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1163 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1164
1165 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1168 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1169
1170 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1171
1172 * gdb.base/maint.exp: Update line table parsing test.
1173 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1174
1175 2020-01-24 Pedro Alves <palves@redhat.com>
1176
1177 PR gdb/25410
1178 * gdb.multi/multi-re-run-1.c: New.
1179 * gdb.multi/multi-re-run-2.c: New.
1180 * gdb.multi/multi-re-run.exp: New.
1181
1182 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1183
1184 PR gdb/23718
1185 * gdb.server/server-kill-python.exp: New file.
1186
1187 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1188
1189 * gdb.server/multi-ui-errors.c: New file.
1190 * gdb.server/multi-ui-errors.exp: New file.
1191
1192 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1193
1194 PR tui/9765
1195 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1196
1197 2020-01-19 Tom Tromey <tom@tromey.com>
1198
1199 * gdb.tui/main.exp: Add check for plain "file".
1200
1201 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1202
1203 * lib/gdb.exp: Fix spelling error (seperatelly).
1204
1205 2020-01-14 Tom Tromey <tom@tromey.com>
1206
1207 PR symtab/12535:
1208 * gdb.python/python.exp: Test decode_line with empty string
1209 argument.
1210
1211 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1212
1213 * gdb.base/skip-inline.exp: Extend test.
1214
1215 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1216
1217 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1218 * gdb.dwarf2/dw2-bad-elf.c: New file.
1219 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1220
1221 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1222
1223 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1224 _line_saw_file.
1225
1226 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1227
1228 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1229 border.
1230
1231 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1232
1233 * gdb.multi/multi-target.exp (setup): Factor out "info
1234 connections" and "info inferiors" tests to ...
1235 (test_info_inferiors): ... this new procedure.
1236 (top level): Run new "info-inferiors" tests.
1237
1238 2020-01-10 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.server/bkpt-other-inferior.exp: New file.
1241
1242 2020-01-10 Pedro Alves <palves@redhat.com>
1243
1244 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1245 of "add-inferior".
1246 * gdb.base/quit-live.exp: Likewise.
1247 * gdb.base/remote-exec-file.exp: Likewise.
1248 * gdb.guile/scm-progspace.exp: Likewise.
1249 * gdb.linespec/linespec.exp: Likewise.
1250 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1251 * gdb.mi/user-selected-context-sync.exp: Likewise.
1252 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1253 "info inferiors" tests.
1254 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1255 "add-inferior".
1256 * gdb.multi/watchpoint-multi.exp: Likewise.
1257 * gdb.python/py-inferior.exp: Likewise.
1258 * gdb.server/extended-remote-restart.exp: Likewise.
1259 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1260 "info inferiors".
1261 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1262 * gdb.trace/report.exp: Likewise.
1263
1264 2020-01-10 Pedro Alves <palves@redhat.com>
1265
1266 * gdb.multi/multi-target.c: New file.
1267 * gdb.multi/multi-target.exp: New file.
1268 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1269 mode requested, but remote does not support non-stop".
1270
1271 2020-01-10 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1274 disconnect before reconnecting.
1275
1276 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1277 Pedro Alves <palves@redhat.com>
1278
1279 * gdb.server/connect-without-multi-process.exp: Also test
1280 continuing to end.
1281
1282 2020-01-10 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.base/remote-exec-file.exp: New file.
1285
1286 2020-01-10 Pedro Alves <palves@redhat.com>
1287
1288 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1289 output.
1290 * gdb.threads/async.c: New.
1291 * gdb.threads/async.exp: New.
1292 * gdb.multi/tids-gid-reset.c: New.
1293 * gdb.multi/tids-gid-reset.exp: New.
1294
1295 2020-01-10 George Barrett <bob@bob131.so>
1296
1297 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1298 to help in finding the image relocation offset.
1299 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1300 options in arguments.
1301 (stap_test_no_debuginfo): Likewise.
1302 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1303 test variants.
1304 (stap_test): Add null semaphore relocation test.
1305
1306 2020-01-10 George Barrett <bob@bob131.so>
1307
1308 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1309 * gdb.base/stap-probe.exp: Likewise.
1310 (stap_test): Pass argument as an additional flag.
1311 (stap_test_no_debuginfo): Likewise.
1312 (stap_test): Check `info probes stap' output for semaphore
1313 addresses if the test binary is supposed to have them.
1314
1315 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1316
1317 * gdb.tui/basic.exp: Add more scrolling tests.
1318
1319 2020-01-09 Tom Tromey <tom@tromey.com>
1320
1321 PR tui/18932:
1322 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1323 meangingful value.
1324 (Term::command, Term::resize): Update.
1325 * gdb.tui/basic.exp: Add scrolling test.
1326
1327 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1328
1329 * gdb.tui/tui-layout-asm.exp: New file.
1330
1331 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1332
1333 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1334
1335 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1336
1337 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1338 (Term::enter_tui): Use Term::prepare_for_tui.
1339
1340 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1343 called.
1344
1345 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1346
1347 * gdb.base/skip.exp: Fix race condition in test.
1348
1349 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1350
1351 * gdb.base/backtrace.c: New file.
1352 * gdb.base/backtrace.exp: New file.
1353
1354 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1357
1358 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1359
1360 * gdb.base/style.exp: Test that warnings are styled.
1361
1362 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1363
1364 * gdb.base/line65535.exp: New file.
1365 * gdb.base/line65535.c: New file.
1366
1367 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1368
1369 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1370 * lib/gnat_debug_info_test.adb: New file.
1371 * gdb.ada/ptype_tagged_param.exp: Use
1372 gnat_runtime_has_debug_info, expect a different output if
1373 runtime does not have debug info.
1374
1375 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1376
1377 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1378 (another) quote in test name.
1379
1380 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1381
1382 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1383 Add quote in test name.
1384
1385 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1386
1387 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1388 directory instead.
1389 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1390 * gdb.cp/pass-by-ref-2.cc: New file.
1391 * gdb.cp/pass-by-ref-2.exp: New file.
1392
1393 2019-12-20 Tom Tromey <tom@tromey.com>
1394
1395 * gdb.tui/list-before.exp: New file.
1396
1397 2019-12-20 Tom Tromey <tom@tromey.com>
1398
1399 * gdb.tui/list.exp: Check for source on initial listing.
1400
1401 2019-12-11 Tom Tromey <tromey@adacore.com>
1402
1403 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1404 Add crlf test.
1405
1406 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1407
1408 * gdb.base/default.exp: Update value of $_gdb_major.
1409
1410 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1411
1412 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1413
1414 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1415
1416 * gdb.base/skip.exp: Whitespace fix.
1417
1418 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1419
1420 * gdb.base/skip-inline.c: New file.
1421 * gdb.base/skip-inline.exp: New file.
1422
1423 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1424
1425 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1426 jit_function_00 to jit_function_stack_mangle.
1427 * gdb.base/jithost.c (jit_function_t): Rename to...
1428 (jit_function_stack_mangle_t): ... this.
1429 (jit_function_add_t): New typedef.
1430 (jit_function_00_code): Rename to...
1431 (jit_function_stack_mangle_code): ... this, make static.
1432 (jit_function_add_code): New.
1433 (main): Generate "add" function and call it. Adjust to changes
1434 in jithost_abi.
1435 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1436 (struct jithost_abi) <begin, end>: Remove fields.
1437 <object, function_stack_mangle, function_add>: New fields.
1438 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1439 code_end>: Remove fields.
1440 <func_stack_mangle>: New field.
1441 (read_debug_info): Adjust to renaming, create block for "add"
1442 function.
1443 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1444
1445 2019-12-11 Tom Tromey <tom@tromey.com>
1446
1447 * gdb.tui/resize.exp: Fix regexp.
1448 * gdb.tui/regs.exp: Fix regexps.
1449 * gdb.tui/main.exp: Fix regexp.
1450
1451 2019-12-11 Tom Tromey <tom@tromey.com>
1452
1453 * gdb.tui/resize.exp: Update.
1454 * gdb.tui/empty.exp (layouts): Update.
1455
1456 2019-12-11 Tom Tromey <tom@tromey.com>
1457
1458 * gdb.tui/regs.exp: Update.
1459 * gdb.tui/empty.exp (layouts): Update.
1460 * gdb.tui/basic.exp: Update.
1461 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1462
1463 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1464
1465 * gdb.base/options.exp: Add -raw-values in the print completion list.
1466 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1467
1468 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1469
1470 * gdb.threads/omp-par-scope.c: New file.
1471 * gdb/threads/omp-par-scope.exp: New file.
1472
1473 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1474
1475 * lib/gdb.exp (support_nested_function_tests): New proc.
1476
1477 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1478
1479 * lib/gdb.exp (gdb_compile_openmp): New proc.
1480 (build_executable_from_specs): Add an "openmp" option.
1481 (gdb_compile_pthreads): Add non-executable case.
1482
1483 2019-12-10 Tom Tromey <tromey@adacore.com>
1484
1485 * gdb.ada/unchecked_union.exp: New file.
1486 * gdb.ada/unchecked_union/pck.adb: New file.
1487 * gdb.ada/unchecked_union/pck.ads: New file.
1488 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1489 * gdb-utils.exp (string_to_regexp): Also quote "?".
1490
1491 2019-12-10 George Barrett <bob@bob131.so>
1492
1493 Test scripted probe breakpoints.
1494 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1495 * gdb.python/py-breakpoint.c (main): Likewise.
1496 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1497 specifier test.
1498 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1499
1500 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1501
1502 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1503 an rvalue parameter.
1504 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1505 parameter.
1506
1507 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1510 modules.
1511
1512 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1513
1514 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1515 broken version of GCC.
1516
1517 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1518
1519 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1520 sym-info-cmds library.
1521 * gdb.fortran/info-types.exp: Likewise.
1522 * lib/sym-info-cmds.exp: New file.
1523
1524 2019-12-08 Tom de Vries <tdevries@suse.de>
1525
1526 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1527
1528 2019-12-07 Keith Seitz <keiths@redhat.com>
1529
1530 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1531 * gdb.base/corefile-buildid-shlib.c: New file.
1532 * gdb.base/corefile-buildid.c: New file.
1533 * gdb.base/corefile-buildid.exp: New file.
1534
1535 2019-12-06 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.dwarf2/varval.exp: Add decl before def test.
1538
1539 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1540
1541 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1542
1543 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1544
1545 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1546 CV and reference conversion for overload resolution.
1547 * gdb.cp/rvalue-ref-overload.exp: Test it.
1548
1549 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1550
1551 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1552 * gdb.base/frameapply.exp: Test faas without command.
1553
1554 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1555
1556 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1557 Fortran tests.
1558 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1559 order.
1560
1561 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1562
1563 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1564 casting to type with no kind specified.
1565 (test_basic_parsing_of_type_kinds): Additional tests for types
1566 with no kind specified, and add tests for single/double
1567 precision/complex types.
1568
1569 2019-12-04 Tom Tromey <tromey@adacore.com>
1570
1571 * gdb.base/endianity.c (struct other) <x>: New field.
1572 (main): Initialize it.
1573 * gdb.base/endianity.exp: Update.
1574
1575 2019-12-04 Tom Tromey <tromey@adacore.com>
1576
1577 * gdb.ada/scalar_storage/storage.adb: New file.
1578 * gdb.ada/scalar_storage/pck.adb: New file.
1579 * gdb.ada/scalar_storage/pck.ads: New file.
1580 * gdb.ada/scalar_storage.exp: New file.
1581
1582 2019-12-04 Tom Tromey <tromey@adacore.com>
1583
1584 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1585 (main): Initialize it.
1586 * gdb.base/endianity.exp: Update.
1587
1588 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1589
1590 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1591
1592 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1595 -symbol-info-module-functions and -symbol-info-module-variables.
1596
1597 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1598
1599 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1600
1601 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1602 Andrew Burgess <andrew.burgess@embecosm.com>
1603
1604 * gdb.fortran/derived-type-striding.exp: New file.
1605 * gdb.fortran/derived-type-striding.f90: New file.
1606 * gdb.fortran/array-slices.exp: New file.
1607 * gdb.fortran/array-slices.f90: New file.
1608
1609 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1610
1611 * gdb.base/define.exp: Test . in command names.
1612 * gdb.base/setshow.exp: Update test, as . is now part of
1613 command name.
1614
1615 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1616
1617 * gdb.base/define-prefix.exp: New file.
1618
1619 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1622 compile.
1623 (skip_btrace_pt_tests): Likewise.
1624
1625 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1626
1627 * gdb.fortran/info-modules.exp: Compile source files in correct
1628 order.
1629
1630 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1631
1632 * gdb.dwarf2/imported-unit.exp: New file.
1633 * gdb.dwarf2/imported-unit.c: New file.
1634
1635 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 * gdb.mi/mi-fortran-modules-2.f90: New file.
1638 * gdb.mi/mi-fortran-modules.exp: New file.
1639 * gdb.mi/mi-fortran-modules.f90: New file.
1640
1641 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * gdb.mi/mi-sym-info-1.c: New file.
1644 * gdb.mi/mi-sym-info-2.c: New file.
1645 * gdb.mi/mi-sym-info.exp: New file.
1646
1647 2019-11-22 Tom Tromey <tromey@adacore.com>
1648
1649 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1650 * gdb.ada/tasks/foo.adb: Add another stopping location.
1651
1652 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1653
1654 * gdb.base/endianity.c: New test.
1655 * gdb.base/endianity.exp: New file.
1656
1657 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1658
1659 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1660
1661 2019-11-21 Tom de Vries <tdevries@suse.de>
1662
1663 PR gdb/24956
1664 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1665
1666 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1667
1668 * gdb.python/py-progspace.exp: Add missing parentheses on some
1669 'print' commands.
1670
1671 2019-11-19 Tom Tromey <tom@tromey.com>
1672
1673 * gdb.tui/winheight.exp: New file.
1674
1675 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1676
1677 * gdb.base/ctf-whatis.c: Delete.
1678 * gdb.base/ctf-whatis.exp: Delete.
1679 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1680
1681 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1682
1683 * gdb.base/ctf-cvexpr.exp: Delete.
1684 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1685
1686 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1687
1688 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1689 the compiler. Clean up header comment a little.
1690 * gdb.base/ctf-ptype.exp: Likewise.
1691 * gdb.base/ctf-whatis.exp: Likewise.
1692 * lib/gdb.exp (skip_ctf_tests): New proc.
1693
1694 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1695
1696 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1697 * gdb.tui/corefile-run.exp: New file.
1698
1699 2019-11-14 Tom Tromey <tromey@adacore.com>
1700
1701 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1702 regression tests.
1703
1704 2019-11-12 Tom Tromey <tom@tromey.com>
1705
1706 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1707 after any command. Expect prompt after WAIT_FOR is seen.
1708 (enter_tui): Enable resize messages.
1709 (command): Expect command in output.
1710 (get_line): Avoid error when cursor appears to be off-screen.
1711 (dump_screen): Include screen size in title.
1712 (_do_resize): New proc, from "resize".
1713 (resize): Rewrite. Do resize in two steps.
1714 * gdb.tui/empty.exp (layouts): Fix entries.
1715 (check_boxes): Remove xfail.
1716 (check_text): Dump screen on failure.
1717
1718 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1719
1720 * gdb.python/py-symbol.exp: Add test for
1721 gdb.lookup_static_symbols.
1722
1723 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.python/py-symbol.c: Declare and call function from new
1726 py-symbol-2.c file.
1727 * gdb.python/py-symbol.exp: Compile both source files, and add new
1728 tests for gdb.lookup_static_symbol.
1729 * gdb.python/py-symbol-2.c: New file.
1730
1731 2019-11-02 Tom de Vries <tdevries@suse.de>
1732
1733 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1734 * gdb.base/anon.exp: Same.
1735 * gdb.base/auto-connect-native-target.exp: Same.
1736 * gdb.base/call-ar-st.exp: Same.
1737 * gdb.base/catch-syscall.exp: Same.
1738 * gdb.base/commands.exp: Same.
1739 * gdb.base/default.exp: Same.
1740 * gdb.base/display.exp: Same.
1741 * gdb.base/float.exp: Same.
1742 * gdb.base/foll-fork.exp: Same.
1743 * gdb.base/help.exp: Same.
1744 * gdb.base/info-macros.exp: Same.
1745 * gdb.base/info-proc.exp: Same.
1746 * gdb.base/info-target.exp: Same.
1747 * gdb.base/long_long.exp: Same.
1748 * gdb.base/macscp.exp: Same.
1749 * gdb.base/memattr.exp: Same.
1750 * gdb.base/nofield.exp: Same.
1751 * gdb.base/pointers.exp: Same.
1752 * gdb.base/printcmds.exp: Same.
1753 * gdb.base/ptype.exp: Same.
1754 * gdb.base/restore.exp: Same.
1755 * gdb.base/return.exp: Same.
1756 * gdb.base/scope.exp: Same.
1757 * gdb.base/set-noassign.exp: Same.
1758 * gdb.base/setshow.exp: Same.
1759 * gdb.base/shlib-call.exp: Same.
1760 * gdb.base/signals.exp: Same.
1761 * gdb.base/sigstep.exp: Same.
1762 * gdb.base/skip.exp: Same.
1763 * gdb.base/solib-symbol.exp: Same.
1764 * gdb.base/stap-probe.exp: Same.
1765 * gdb.base/step-line.exp: Same.
1766 * gdb.base/step-test.exp: Same.
1767 * gdb.base/style.exp: Same.
1768 * gdb.base/varargs.exp: Same.
1769 * gdb.base/vla-datatypes.exp: Same.
1770 * gdb.base/vla-ptr.exp: Same.
1771 * gdb.base/vla-sideeffect.exp: Same.
1772 * gdb.base/volatile.exp: Same.
1773 * gdb.base/watch-cond-infcall.exp: Same.
1774 * gdb.base/watchpoint.exp: Same.
1775
1776 2019-11-02 Tom de Vries <tdevries@suse.de>
1777
1778 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1779 * gdb.cp/cpexprs.exp: Same.
1780 * gdb.cp/except-multi-location.exp: Same.
1781 * gdb.cp/exceptprint.exp: Same.
1782 * gdb.cp/gdb2384.exp: Same.
1783 * gdb.cp/inherit.exp: Same.
1784 * gdb.cp/m-static.exp: Same.
1785 * gdb.cp/meth-typedefs.exp: Same.
1786 * gdb.cp/misc.exp: Same.
1787 * gdb.cp/namespace.exp: Same.
1788 * gdb.cp/non-trivial-retval.exp: Same.
1789 * gdb.cp/overload.exp: Same.
1790 * gdb.cp/pr17132.exp: Same.
1791 * gdb.cp/re-set-overloaded.exp: Same.
1792 * gdb.cp/rvalue-ref-types.exp: Same.
1793 * gdb.cp/templates.exp: Same.
1794
1795 2019-11-01 Luis Machado <luis.machado@linaro.org>
1796
1797 PR gdb/25124
1798
1799 * gdb.arch/pr25124.S: New file.
1800 * gdb.arch/pr25124.exp: New file.
1801
1802 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * gdb.fortran/info-modules.exp: Update expected results, and add
1805 additional tests for 'info module functinos', and 'info module
1806 variables'.
1807 * gdb.fortran/info-types.exp: Update expected results.
1808 * gdb.fortran/info-types.f90: Extend testcase with additional
1809 module variables and functions.
1810
1811 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * gdb.fortran/info-modules.exp: New file.
1814 * gdb.fortran/info-types.exp: Build with new file.
1815 * gdb.fortran/info-types.f90: Include and use new module.
1816 * gdb.fortran/info-types-2.f90: New file.
1817
1818 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1819
1820 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1821 * gdb.base/settings.exp: Test all settings types using
1822 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1823 that now verifies that the value of "maint show" is the same as
1824 returned by the settings functions. Test the type of the
1825 maintenance settings.
1826 * gdb.base/default.exp: Update show_conv_list.
1827
1828 2019-10-31 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1831 gdb_test.
1832 * gdb.arch/amd64-disp-step.exp: Same.
1833 * gdb.asm/asm-source.exp: Same.
1834 * gdb.btrace/buffer-size.exp: Same.
1835 * gdb.btrace/cpu.exp: Same.
1836 * gdb.btrace/enable.exp: Same.
1837 * gdb.dwarf2/count.exp: Same.
1838 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1839 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1840 * gdb.fortran/vla-datatypes.exp: Same.
1841 * gdb.fortran/vla-history.exp: Same.
1842 * gdb.fortran/vla-ptype.exp: Same.
1843 * gdb.fortran/vla-value.exp: Same.
1844 * gdb.fortran/whatis_type.exp: Same.
1845 * gdb.guile/guile.exp: Same.
1846 * gdb.multi/tids.exp: Same.
1847 * gdb.python/py-finish-breakpoint.exp: Same.
1848 * gdb.python/py-framefilter.exp: Same.
1849 * gdb.python/py-pp-registration.exp: Same.
1850 * gdb.python/py-xmethods.exp: Same.
1851 * gdb.python/python.exp: Same.
1852 * gdb.server/connect-with-no-symbol-file.exp: Same.
1853 * gdb.server/no-thread-db.exp: Same.
1854 * gdb.server/run-without-local-binary.exp: Same.
1855 * gdb.stabs/weird.exp: Same.
1856 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1857 * gdb.threads/thread-find.exp: Same.
1858 * gdb.threads/tls-shared.exp: Same.
1859 * gdb.threads/tls.exp: Same.
1860 * gdb.threads/wp-replication.exp: Same.
1861 * gdb.trace/ax.exp: Same.
1862 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1863
1864 2019-10-31 Tom de Vries <tdevries@suse.de>
1865
1866 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1867 * gdb.ada/array_subscript_addr.exp: Same.
1868 * gdb.ada/arrayidx.exp: Same.
1869 * gdb.ada/arrayparam.exp: Same.
1870 * gdb.ada/arrayptr.exp: Same.
1871 * gdb.ada/boolean_expr.exp: Same.
1872 * gdb.ada/call_pn.exp: Same.
1873 * gdb.ada/complete.exp: Same.
1874 * gdb.ada/fixed_cmp.exp: Same.
1875 * gdb.ada/fun_addr.exp: Same.
1876 * gdb.ada/funcall_param.exp: Same.
1877 * gdb.ada/interface.exp: Same.
1878 * gdb.ada/mod_from_name.exp: Same.
1879 * gdb.ada/null_array.exp: Same.
1880 * gdb.ada/packed_array.exp: Same.
1881 * gdb.ada/packed_tagged.exp: Same.
1882 * gdb.ada/print_chars.exp: Same.
1883 * gdb.ada/print_pc.exp: Same.
1884 * gdb.ada/ptype_arith_binop.exp: Same.
1885 * gdb.ada/ptype_field.exp: Same.
1886 * gdb.ada/ptype_tagged_param.exp: Same.
1887 * gdb.ada/rec_return.exp: Same.
1888 * gdb.ada/ref_tick_size.exp: Same.
1889 * gdb.ada/str_ref_cmp.exp: Same.
1890 * gdb.ada/taft_type.exp: Same.
1891 * gdb.ada/tagged.exp: Same.
1892 * gdb.ada/type_coercion.exp: Same.
1893 * gdb.ada/uninitialized_vars.exp: Same.
1894
1895 2019-10-30 Tom de Vries <tdevries@suse.de>
1896
1897 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1898
1899 2019-10-26 Tom de Vries <tdevries@suse.de>
1900
1901 * gdb.base/bigcore.c: Fix typos in comments.
1902 * gdb.base/ctf-ptype.c: Same.
1903 * gdb.base/long_long.c: Same.
1904 * gdb.dwarf2/dw2-op-out-param.S: Same.
1905 * gdb.python/py-evthreads.c: Same.
1906 * gdb.reverse/i387-stack-reverse.c: Same.
1907 * gdb.trace/tfile.c: Same.
1908 * lib/compiler.c: Same.
1909 * lib/compiler.cc: Same.
1910
1911 2019-10-25 Tom de Vries <tdevries@suse.de>
1912
1913 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1914 gdb_test_multiple calls.
1915 * gdb.reverse/sigall-reverse.exp: Same.
1916 * gdb.reverse/solib-precsave.exp: Same.
1917 * gdb.reverse/solib-reverse.exp: Same.
1918 * gdb.reverse/until-precsave.exp: Same.
1919 * gdb.reverse/until-reverse.exp: Same.
1920
1921 2019-10-24 Tom de Vries <tdevries@suse.de>
1922
1923 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1924 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1925 kfail using -wrap pattern flag and convenience variable
1926 gdb_test_name.
1927
1928 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1929
1930 * gdb.python/py-progspace.exp: Add tests for the
1931 Progspace.block_for_pc method.
1932
1933 2019-10-23 Tom Tromey <tom@tromey.com>
1934
1935 * configure: Rebuild.
1936 * aclocal.m4: Use m4_include, not sinclude.
1937
1938 2019-10-21 Tom de Vries <tdevries@suse.de>
1939
1940 * gdb.base/infcall-nested-structs.c: Add
1941 __attribute__((noinline,noclone)) to all functions.
1942 (call_all): Add missing variable initialization. Simplify return value.
1943 (breakpt): Increment volatile variable, to prevent call from being
1944 optimized out.
1945 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1946
1947 2019-10-17 Tom de Vries <tdevries@suse.de>
1948
1949 * gdb.fortran/module.exp: Allow info variables to print info for files
1950 other than module.f90.
1951
1952 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1953
1954 * gdb.fortran/module.exp: Extend with 'info variables' test.
1955
1956 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1957
1958 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1959 F77_FOR_TARGET.
1960
1961 2019-10-16 Tom de Vries <tdevries@suse.de>
1962
1963 PR tdep/25096
1964 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1965
1966 2019-10-16 Tom de Vries <tdevries@suse.de>
1967
1968 PR tdep/24104
1969 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1970 Add KFAIL for PR tdep/25096.
1971
1972 2019-10-16 Tom de Vries <tdevries@suse.de>
1973
1974 PR testsuite/25059
1975 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1976
1977 2019-10-16 Tom de Vries <tdevries@suse.de>
1978
1979 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1980 as signed.
1981
1982 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1983
1984 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1985 one instead of increasing timeout.
1986
1987 2019-10-13 Tom de Vries <tdevries@suse.de>
1988
1989 PR record/25038
1990 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1991 * gdb.reverse/sigall-reverse.exp: Same.
1992 * gdb.reverse/solib-precsave.exp: Same.
1993 * gdb.reverse/solib-reverse.exp: Same.
1994 * gdb.reverse/step-precsave.exp: Same.
1995 * gdb.reverse/until-precsave.exp: Same.
1996 * gdb.reverse/until-reverse.exp: Same.
1997 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1998
1999 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2000
2001 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2002 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2003 (cmp_struct_05_01, cmp_struct_static_02_01)
2004 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2005 comparisons.
2006
2007 2019-10-10 Tom de Vries <tdevries@suse.de>
2008
2009 PR testsuite/24888
2010 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2011 gnatlink.
2012
2013 2019-10-09 Tom de Vries <tdevries@suse.de>
2014
2015 PR testsuite/25048
2016 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2017
2018 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2019
2020 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2021 exceptions due to missing debug information.
2022
2023 2019-10-07 Tom de Vries <tdevries@suse.de>
2024
2025 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2026
2027 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2028
2029 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2030 * gdb.base/annota1.exp: Update to use gdb_test_name.
2031
2032 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2033
2034 * gdb.base/ctf-whatis.exp: New file.
2035 * gdb.base/ctf-whatis.c: New file.
2036 * gdb.base/ctf-ptype.exp: New file.
2037 * gdb.base/ctf-ptype.c: New file.
2038 * gdb.base/ctf-constvars.exp: New file.
2039 * gdb.base/ctf-constvars.c: New file.
2040 * gdb.base/ctf-cvexpr.exp: New file.
2041
2042 2019-10-04 Tom de Vries <tdevries@suse.de>
2043
2044 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2045 for loop.
2046
2047 2019-10-03 Tom Tromey <tom@tromey.com>
2048
2049 PR rust/24976:
2050 * gdb.rust/simple.rs (Union2): New type.
2051 (main): Use Union2.
2052 * gdb.rust/simple.exp: Add test.
2053
2054 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2055
2056 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2057 nested function prefix.
2058
2059 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2060 Richard Bunt <richard.bunt@arm.com>
2061 Andrew Burgess <andrew.burgess@embecosm.com>
2062
2063 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2064 nested functions.
2065 * gdb.fortran/nested-funcs.f90: Update expected results.
2066 * gdb.fortran/nested-funcs-2.exp: New file.
2067 * gdb.fortran/nested-funcs-2.f90: New file.
2068
2069 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * gdb.python/py-parameter.exp: Make test names unique.
2072 * gdb.python/py-template.exp: Likewise.
2073 * gdb.python/py-value.exp: Likewise.
2074
2075 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.base/break-interp.exp: Reduce test name duplication.
2078 * gdb.base/call-sc.exp: Likewise.
2079 * gdb.base/callfuncs.exp: Likewise.
2080 * gdb.base/charset.exp: Likewise.
2081 * gdb.base/dump.exp: Likewise.
2082 * gdb.base/ena-dis-br.exp: Likewise.
2083 * gdb.base/relational.exp: Likewise.
2084 * gdb.base/step-over-syscall.exp: Likewise.
2085 * gdb.base/structs.exp: Likewise.
2086
2087 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 * gdb.linespec/explicit.exp: Make test names unique.
2090 * gdb.linespec/ls-errs.exp: Likewise.
2091
2092 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2093
2094 * gdb.reverse/break-precsave.exp: Make test names unique.
2095 * gdb.reverse/break-reverse.exp: Likewise.
2096 * gdb.reverse/finish-precsave.exp: Likewise.
2097 * gdb.reverse/finish-reverse.exp: Likewise.
2098 * gdb.reverse/machinestate-precsave.exp: Likewise.
2099 * gdb.reverse/machinestate.exp: Likewise.
2100 * gdb.reverse/readv-reverse.exp: Likewise.
2101 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2102 * gdb.reverse/sigall-precsave.exp: Likewise.
2103 * gdb.reverse/sigall-reverse.exp: Likewise.
2104 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2105 * gdb.reverse/watch-precsave.exp: Likewise.
2106 * gdb.reverse/watch-reverse.exp: Likewise.
2107
2108 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2109
2110 * gdb.threads/stop-with-handle.c: New file.
2111 * gdb.threads/stop-with-handle.exp: New file.
2112
2113 2019-10-03 Tom de Vries <tdevries@suse.de>
2114
2115 PR testsuite/25059
2116 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2117 directory" line to be missing.
2118
2119 2019-10-03 Tom de Vries <tdevries@suse.de>
2120
2121 PR testsuite/25059
2122 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2123 type optional.
2124
2125 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2126
2127 * gdb.python/py-format-string.c (string.h): New include.
2128 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2129 the same value, for endianness-independence.
2130 * gdb.python/py-format-string.exp (default_regexp_dict)
2131 (test_pretty_structs, test_format): Adjust expected output to the
2132 changed initialization.
2133
2134 2019-10-02 Tom Tromey <tromey@adacore.com>
2135
2136 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2137
2138 2019-10-02 Pedro Alves <palves@redhat.com>
2139 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2142 "print-file-var.h".
2143 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2144 (get_version_1): Print this_version_id and its address.
2145 Add extern "C" wrappers around interface functions.
2146 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2147 "print-file-var.h".
2148 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2149 (get_version_2): Print this_version_id and its address.
2150 Add extern "C" wrappers around interface functions.
2151 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2152 <stddef.h> and "print-file-var.h".
2153 Add extern "C" wrappers around interface functions.
2154 [VERSION_ID_MAIN] (this_version_id): Define.
2155 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2156 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2157 up extern "C" blocks.
2158 * gdb.base/print-file-var.exp (test): New, factored out from top
2159 level.
2160 (top level): Test all combinations of attribute hidden or not,
2161 dlopen or not, and this_version_id symbol in main file or not.
2162 Compile tests as both C++ and C, make test names unique.
2163
2164 2019-10-01 Tom Tromey <tom@tromey.com>
2165
2166 * gdb.base/style.exp: Test "show logging filename".
2167
2168 2019-10-01 Tom Tromey <tom@tromey.com>
2169
2170 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2171 * gdb.base/style.exp: Add metadata style test.
2172
2173 2019-10-01 Tom Tromey <tom@tromey.com>
2174
2175 * gdb.base/style.exp: Test "pwd".
2176
2177 2019-10-01 Tom Tromey <tom@tromey.com>
2178
2179 * gdb.base/style.exp: Update tests.
2180
2181 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2182
2183 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2184 'six' to unsigned.
2185 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2186 'five'. Use an all-ones bit pattern for each.
2187 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2188 to its changed values.
2189
2190 2019-09-30 Tom Tromey <tromey@adacore.com>
2191
2192 * gdb.rust/traits.rs: Disable all warnings.
2193
2194 2019-09-29 Tom de Vries <tdevries@suse.de>
2195
2196 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2197
2198 2019-09-29 Tom de Vries <tdevries@suse.de>
2199
2200 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2201
2202 2019-09-27 Tom de Vries <tdevries@suse.de>
2203
2204 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2205
2206 2019-09-27 Tom de Vries <tdevries@suse.de>
2207
2208 PR record/23188
2209 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2210
2211 2019-09-26 Tom Tromey <tromey@adacore.com>
2212
2213 * gdb.ada/py_taft.exp: New file.
2214 * gdb.ada/py_taft/main.adb: New file.
2215 * gdb.ada/py_taft/pkg.adb: New file.
2216 * gdb.ada/py_taft/pkg.ads: New file.
2217
2218 2019-09-24 Tom de Vries <tdevries@suse.de>
2219
2220 PR gdb/24598
2221 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2222
2223 2019-09-22 Tom de Vries <tdevries@suse.de>
2224
2225 * gdb.base/restore.exp: Allow register variables to be optimized out at
2226 -O0.
2227
2228 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2229
2230 * gdb.arch/spu-info.exp: Remove file.
2231 * gdb.arch/spu-info.c: Remove file.
2232 * gdb.arch/spu-ls.exp: Remove file.
2233 * gdb.arch/spu-ls.c: Remove file.
2234
2235 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2236 * gdb.asm/spu.inc: Remove file.
2237
2238 * gdb.base/dump.exp: Remove support for spu*-*-*.
2239 * gdb.base/stack-checking.exp: Likewise.
2240 * gdb.base/overlays.exp: Likewise.
2241 * gdb.base/ovlymgr.c: Likewise.
2242 * gdb.base/spu.ld: Remove file.
2243
2244 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2245 * gdb.cp/cpexprs.exp: Likewise.
2246 * gdb.cp/exception.exp: Likewise.
2247 * gdb.cp/gdb2495.exp: Likewise.
2248 * gdb.cp/mb-templates.exp: Likewise.
2249 * gdb.cp/pr9167.exp: Likewise.
2250 * gdb.cp/userdef.exp: Likewise.
2251
2252 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2253
2254 * gdb.cell: Remove directory.
2255 * lib/cell.exp: Remove file.
2256
2257 2019-09-19 Tom de Vries <tdevries@suse.de>
2258
2259 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2260
2261 2019-09-19 Tom de Vries <tdevries@suse.de>
2262
2263 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2264
2265 2019-09-19 Tom de Vries <tdevries@suse.de>
2266
2267 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2268 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2269 (gdb_target_cmd): ... here.
2270 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2271 value 2.
2272
2273 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2274
2275 * gdb.base/source-dir.exp: Avoid having directory names in test
2276 names.
2277
2278 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2281 directory.
2282
2283 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2284
2285 * gdb.base/list-missing-source.exp: New file.
2286
2287 2019-09-14 Tom de Vries <tdevries@suse.de>
2288
2289 PR teststuite/24599
2290 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2291 * lib/ada.exp (gnatmake_version_at_least): New proc.
2292
2293 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2294
2295 * gdb.base/maint.exp: Use exec_has_index_section.
2296
2297 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2298
2299 * gdb.base/maint.exp: Add test for 'maint info sections'.
2300
2301 2019-09-12 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.base/store.exp: Allow register variables to be optimized out at
2304 -O0.
2305
2306 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2307
2308 * gdb.ada/rdv_wait.exp: Update to new task names.
2309 * gdb.base/task_switch_in_core.exp: Likewise.
2310 * gdb.base/info_sources_base.c: Likewise.
2311
2312 2019-09-10 Tom Tromey <tromey@adacore.com>
2313
2314 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2315
2316 2019-09-10 Tom Tromey <tromey@adacore.com>
2317
2318 * gdb.ada/dgopt.exp: New file.
2319 * gdb.ada/dgopt/x.adb: New file.
2320
2321 2019-09-08 Tom Tromey <tom@tromey.com>
2322
2323 * gdb.tui/resize.exp: Remove setup_xfail.
2324 * gdb.tui/regs.exp: Remove setup_xfail.
2325 * gdb.tui/basic.exp: Remove setup_xfail.
2326
2327 2019-09-06 David Blaikie <dblaikie@gmail.com>
2328
2329 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2330 * gdb.cp/cplabel.exp: Ditto.
2331 * gdb.linespec/ls-errs.exp: Ditto.
2332
2333 2019-09-05 Tom de Vries <tdevries@suse.de>
2334
2335 * lib/gdb.exp (cmp_file_string): New proc.
2336 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2337 runto_main. Verify save breakpoints output.
2338
2339 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2340
2341 * gdb.base/info-var.exp: Test info variables without running
2342 to main, to avoid expect's buffer overflow.
2343
2344 2019-09-03 Tom Tromey <tromey@adacore.com>
2345
2346 * gdb.ada/bias.exp: New file.
2347 * gdb.ada/bias/bias.adb: New file.
2348 * gdb.ada/print_chars.exp: Add regression test.
2349 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2350 (MC): New variable.
2351
2352 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2353
2354 * gdb.base/argv0-symlink.exp: Run only on native target
2355 and local host.
2356
2357 2019-08-29 Tom de Vries <tdevries@suse.de>
2358
2359 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2360 diverse debug info.
2361 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2362
2363 2019-08-28 Tom de Vries <tdevries@suse.de>
2364
2365 * gdb.base/info-var.exp: Allow info variables to print info for files
2366 other than info-var-f1.c and info-var-f2.c.
2367
2368 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2369
2370 * gdb.fortran/info-types.exp: Add module.
2371 * gdb.fortran/info-types.f90: Update expected results.
2372
2373 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2374
2375 * gdb.fortran/info-types.exp: New file.
2376 * gdb.fortran/info-types.f90: New file.
2377 * lib/fortran.exp (fortran_character1): New proc.
2378
2379 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2382 functions'. Reindent as needed.
2383 * gdb.base/info-var-f1.c: New file.
2384 * gdb.base/info-var-f2.c: New file.
2385 * gdb.base/info-var.exp: New file.
2386 * gdb.base/info-var.h: New file.
2387
2388 2019-08-26 Tom de Vries <tdevries@suse.de>
2389
2390 PR c++/24852
2391 * gdb.cp/no-libstdcxx-probe.exp: New test.
2392
2393 2019-08-26 Tom de Vries <tdevries@suse.de>
2394
2395 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2396 * tests need to be skipped.
2397 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2398 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2399 mi_skip_libstdcxx_probe_tests.
2400
2401 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2402
2403 * gdb.python/py-xmethods.exp: Use raw strings when passing
2404 arguments to SimpleXMethodMatcher.
2405
2406 2019-08-22 Tom de Vries <tdevries@suse.de>
2407
2408 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2409 more informative.
2410
2411 2019-08-21 Pedro Alves <palves@redhat.com>
2412
2413 * gdb.base/with.exp: Test "with" with no arguments.
2414
2415 2019-08-21 Tom de Vries <tdevries@suse.de>
2416
2417 * gdb.base/gdb-caching-proc.exp: Sort files.
2418
2419 2019-08-20 Tom de Vries <tdevries@suse.de>
2420
2421 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2422 compilation.
2423
2424 2019-08-16 Tom de Vries <tdevries@suse.de>
2425
2426 * gdb.base/compare-sections.exp ("after run to main"): Allow
2427 mismatched read-only sections for PIE executables.
2428
2429 2019-08-16 Tom Tromey <tom@tromey.com>
2430
2431 * lib/tuiterm.exp (_csi_Z): New proc.
2432 * gdb.tui/basic.exp: Update window positions.
2433 * gdb.tui/empty.exp: Update window positions.
2434
2435 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2436
2437 * gdb.base/examine-backward.exp: Correct regexp for
2438 "examine 3 bytes backward from ${address_zero}".
2439
2440 2019-08-15 Tom Tromey <tom@tromey.com>
2441
2442 * gdb.tui/empty.exp: Enable resizing tests.
2443
2444 2019-08-15 Tom Tromey <tromey@adacore.com>
2445
2446 * gdb.ada/char_enum.exp: Add regression tests.
2447 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2448 and '0'.
2449 (Char, Gchar): Update.
2450 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2451
2452 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2453
2454 * gdb.python/python.exp: Expect a leading underscore on
2455 GdbOutput{,Error}File.
2456
2457 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2458
2459 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2460 Windows host.
2461
2462 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2463
2464 * gdb.base/batch-preserve-term-settings.exp
2465 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2466
2467 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2468
2469 * lib/gdb.exp: When running on a mingw target, replace
2470 /x/ with x:/.
2471
2472 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2473
2474 * gdb.arch/aarch64-prologue.c: New test.
2475 * gdb.arch/aarch64-prologue.exp: New file.
2476
2477 2019-08-13 Tom de Vries <tdevries@suse.de>
2478
2479 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2480 Thread.
2481
2482 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2483
2484 * gdb.python/py-completion.exp: Download the .py file to the host
2485 and use its host pathname. Conditionalize tests that use
2486 tab completion and manipulate files on the build machine.
2487 * gdb.python/py-events.exp: Download the .py file to the host
2488 and use its host pathname.
2489 * gdb.python/py-evsignal.exp: Likewise.
2490 * gdb.python/py-evthreads.exp: Likewise.
2491 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2492 pathname syntax.
2493 * gdb.python/py-framefilter.exp: Download the .py file to the right
2494 place on the host. Match Windows pathname syntax.
2495 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2496 .py file to the host and use its host pathname.
2497 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2498 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2499 build pathname. Skip symlink test on Windows host. Add missing
2500 newline at end of file.
2501 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2502 and use its host pathname.
2503 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2504 * gdb.python/py-section-script.exp: Use host location of binfile
2505 on safe-path. Use correct path separator on Windows host.
2506 Reorder alternatives in gdb_test_multiple to prevent matching
2507 the wrong alternative on success.
2508 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2509
2510 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2511
2512 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2513 expect the GDB inferior to no longer immediately stop after
2514 being resumed with "signal SIGINT".
2515
2516 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2517
2518 * gdb.linespec/break-ask.exp: Generalize regexps to match
2519 Windows pathnames too.
2520
2521 2019-08-08 Tom de Vries <tdevries@suse.de>
2522
2523 PR testsuite/24862
2524 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2525
2526 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2527
2528 * gdb.base/style.exp: Update tests for help doc new invariants.
2529 * gdb.base/help.exp: Likewise.
2530
2531 2019-08-06 Tom Tromey <tom@tromey.com>
2532
2533 * gdb.base/style.exp: Add disassemble test.
2534 * gdb.base/style.c (some_called_function): New function.
2535 (main): Use it.
2536
2537 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2538
2539 * gdb.python/py-block.exp: Test dictionary access on blocks.
2540
2541 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2542
2543 PR gdb/24863
2544 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2545 -list-thread-groups --available test when running under
2546 check-read1.
2547
2548 2019-08-05 Tom de Vries <tdevries@suse.de>
2549
2550 PR testsuite/24863
2551 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2552 * gdb.base/help.exp: Use with_read1_timeout_factor.
2553 * gdb.base/info-macros.exp: Same.
2554 * gdb.cp/nested-types.exp: Same.
2555
2556 2019-08-05 Tom de Vries <tdevries@suse.de>
2557
2558 * lib/gdb.exp (version_at_least): Factor out of ...
2559 (tcl_version_at_least): ... here.
2560 (gdb_compile): Fail if pie results in non-PIE executable.
2561 (readelf_version, readelf_prints_pie): New proc.
2562 (exec_is_pie): Return -1 if unknown.
2563
2564 2019-08-05 Tom de Vries <tdevries@suse.de>
2565
2566 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2567
2568 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2569
2570 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2571
2572 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2573
2574 * lib/completion-support.exp (test_gdb_complete_none): Skip
2575 tab completion tests if no readline support.
2576 (test_gdb_complete_unique_re): Likewise.
2577 (test_gdb_complete_multiple): Likewise.
2578
2579 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2580
2581 * gdb.base/info_sources.exp: New file.
2582 * gdb.base/info_sources.c: New file.
2583 * gdb.base/info_sources_base.c: New file.
2584
2585 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2586
2587 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2588 prefix argument.
2589 (test_exit_status): Add prefix argument.
2590
2591 2019-08-01 Tom de Vries <tdevries@suse.de>
2592
2593 PR testsuite/24863
2594 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2595 calling exp_continue for new thread and thread exited messages.
2596
2597 2019-08-01 Tom de Vries <tdevries@suse.de>
2598
2599 PR testsuite/24863
2600 * gdb.base/structs.exp: Fix check-read1 timeout using
2601 gdb_test_sequence.
2602 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2603
2604 2019-08-01 Tom de Vries <tdevries@suse.de>
2605
2606 PR testsuite/24863
2607 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2608 line.
2609
2610 2019-08-01 Tom de Vries <tdevries@suse.de>
2611
2612 PR testsuite/24863
2613 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2614
2615 2019-07-30 Tom Tromey <tromey@adacore.com>
2616
2617 * gdb.ada/display_nested.exp: New file.
2618 * gdb.ada/display_nested/foo.adb: New file.
2619 * gdb.ada/display_nested/pack.adb: New file.
2620 * gdb.ada/display_nested/pack.ads: New file.
2621
2622 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2623
2624 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2625 namespace.
2626 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2627
2628 2019-07-30 Tom de Vries <tdevries@suse.de>
2629
2630 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2631 instead.
2632
2633 2019-07-30 Tom de Vries <tdevries@suse.de>
2634
2635 PR testsuite/24834
2636 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2637 (exec_is_pie): New proc.
2638
2639 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2640
2641 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2642
2643 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2644
2645 * gdb.python/py-objfile.c: Add global and static vars.
2646 * gdb.python/py-objfile.exp: Test new functions Objfile.
2647 lookup_global_symbol and lookup_static_symbol.
2648
2649 2019-07-29 Tom Tromey <tom@tromey.com>
2650
2651 * lib/tuiterm.exp (Term::_csi_@): New proc.
2652 (Term::_csi_X): Don't move cursor.
2653
2654 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2655
2656 * gdb.base/options.exp: Update backtrace - completion to
2657 new option -frame-info.
2658 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2659 Test new 'set print frame-info'. Test backtrace -frame-info
2660 overriding 'set print frame-info'.
2661 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2662 Test new 'set print frame-info'.
2663 Verify consistency of backtrace with and without filters, with and
2664 without -no-filters.
2665 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2666 default.
2667
2668 2019-07-29 Tom de Vries <tdevries@suse.de>
2669
2670 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2671 no arguments".
2672
2673 2019-07-29 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2676 is a substring of the first for "complete non-unique file name".
2677
2678 2019-07-29 Tom de Vries <tdevries@suse.de>
2679
2680 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2681 with ".*".
2682
2683 2019-07-29 Tom de Vries <tdevries@suse.de>
2684
2685 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2686 Pass prompt_regexp parameter to gdb_test_multiple calls.
2687
2688 2019-07-29 Tom de Vries <tdevries@suse.de>
2689
2690 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2691 print registers" regexps.
2692
2693 2019-07-29 Tom de Vries <tdevries@suse.de>
2694
2695 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2696
2697 2019-07-29 Tom de Vries <tdevries@suse.de>
2698
2699 PR gdb/24855
2700 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2701 (skip_python_tests_prompt): Add prompt_regexp argument to
2702 gdb_test_multiple calls.
2703
2704 2019-07-27 Tom Tromey <tom@tromey.com>
2705
2706 * gdb.tui/main.exp: New file.
2707
2708 2019-07-27 Tom Tromey <tom@tromey.com>
2709
2710 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2711 optional.
2712 * gdb.tui/empty.exp: New file.
2713
2714 2019-07-27 Tom Tromey <tom@tromey.com>
2715
2716 * lib/tuiterm.exp (spawn): New proc.
2717 (Term::resize): New proc.
2718 * gdb.tui/resize.exp: New file.
2719
2720 2019-07-27 Tom Tromey <tom@tromey.com>
2721
2722 * gdb.tui/list.exp: New file.
2723
2724 2019-07-27 Tom Tromey <tom@tromey.com>
2725
2726 * gdb.tui/regs.exp: New file.
2727
2728 2019-07-27 Tom Tromey <tom@tromey.com>
2729
2730 * gdb.tui/basic.exp: Add "layout split" test.
2731
2732 2019-07-27 Tom Tromey <tom@tromey.com>
2733
2734 * gdb.tui/basic.exp: Add "layout asm" test.
2735
2736 2019-07-27 Tom Tromey <tom@tromey.com>
2737
2738 * lib/tuiterm.exp: New file.
2739 * gdb.tui/basic.exp: New file.
2740
2741 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2742
2743 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2744 Enable tests associated with this flag. Adjust regex
2745 referencing "foo_low" to now refer to "foo_cold" instead.
2746
2747 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2748
2749 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2750 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2751 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2752 foo_cold. Revise comments to match.
2753 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2754 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2755 were wrapped into this proc; Call do_test in loop from outermost
2756 level.
2757 (foo_low): Rename all occurrences to "foo_cold".
2758 (backtrace from baz): New test.
2759 (x2/i foo_cold): New test.
2760 (info line *foo_cold): New test.
2761
2762 2019-07-26 Tom de Vries <tdevries@suse.de>
2763
2764 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2765
2766 2019-07-25 Tom de Vries <tdevries@suse.de>
2767
2768 PR testsuite/24830
2769 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2770 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2771 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2772 (skip_libstdcxx_probe_tests): ... here.
2773 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2774
2775 2019-07-24 Tom de Vries <tdevries@suse.de>
2776
2777 PR testsuite/24807
2778 * gdb.objc/basicclass.m: Include stdio.h.
2779 * gdb.objc/nondebug.m: Same.
2780 * gdb.objc/objcdecode.m: Same.
2781
2782 2019-07-24 Tom de Vries <tdevries@suse.de>
2783
2784 PR testsuite/24612
2785 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2786 additional_flags.
2787
2788 2019-07-24 Tom de Vries <tdevries@suse.de>
2789
2790 PR testsuite/24831
2791 * gdb.multi/tids.exp: Update error messages for info threads.
2792
2793 2019-07-24 Tom de Vries <tdevries@suse.de>
2794
2795 * gdb.base/info-types.exp: Allow info types to print info for more than
2796 one file.
2797
2798 2019-07-23 Tom de Vries <tdevries@suse.de>
2799
2800 PR testsuite/24842
2801 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2802 gdb_spawn_with_cmdline_opts.
2803
2804 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2805
2806 * gdb.arch/arm-cmse-sgstubs.c: New test.
2807 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2808
2809 2019-07-23 Tom de Vries <tdevries@suse.de>
2810
2811 PR testsuite/24711
2812 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2813 issuing next command.
2814
2815 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * gdb.ada/info_auto_lang.exp: Update expected results.
2818 * gdb.base/info-types.c: Add additional types to check.
2819 * gdb.base/info-types.exp: Update expected results.
2820
2821 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.base/info-types.c: New file.
2824 * gdb.base/info-types.exp: New file.
2825
2826 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * gdb.arch/riscv-bp-infcall.c: New file.
2829 * gdb.arch/riscv-bp-infcall.exp: New file.
2830
2831 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 PR breakpoints/24541
2834 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2835
2836 2019-07-14 Tom de Vries <tdevries@suse.de>
2837
2838 PR testsuite/24760
2839 * gdb.objc/basicclass.exp: Fix unterminated string.
2840
2841 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2842 Andrew Burgess <andrew.burgess@embecosm.com>
2843
2844 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2845 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2846 negative bounds.
2847 * gdb.fortran/vla-value.exp: Print elements of an array with
2848 negative bounds.
2849 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2850 testing.
2851
2852 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2853
2854 * gdb.base/options.exp (expect_string): Dequote strings in
2855 results.
2856 (test-string): Test strings with different quoting and reindent.
2857
2858 2019-07-10 Tom Tromey <tromey@adacore.com>
2859
2860 * gdb.ada/mi_ex_cond.exp: Update expected results.
2861 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2862 * gdb.ada/mi_catch_ex.exp: Update expected results.
2863 * gdb.ada/mi_catch_assert.exp: Update expected results.
2864 * gdb.ada/catch_ex.exp (catch_exception_info)
2865 (catch_exception_entry, catch_assert_entry)
2866 (catch_unhandled_entry): Update.
2867 * gdb.ada/catch_assert_if.exp: Update expected results.
2868
2869 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2870 Stephen Roberts <stephen.roberts@arm.com>
2871
2872 * gdb.base/define.exp: Restore original prompt.
2873
2874 2019-07-09 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2877 breakpoints" output.
2878 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2879 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2880 throw" creates breakpoint.
2881 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2882 'type="catchpoint"'.
2883
2884 2019-07-09 Pedro Alves <palves@redhat.com>
2885
2886 PR c++/15468
2887 * gdb.cp/except-multi-location-lib.cc: New.
2888 * gdb.cp/except-multi-location-main.cc: New.
2889 * gdb.cp/except-multi-location.exp: New.
2890
2891 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2892
2893 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2894 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2895 argument and update callers.
2896
2897 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2898
2899 * gdb.arch/amd64-break-on-asm-line.S: New file.
2900 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2901
2902 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2903
2904 * gdb.base/printcmds.exp: Test printing C string and
2905 C wide string convenience vars without transiting via the inferior.
2906 Also make test names unique.
2907
2908 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2909
2910 PR breakpoints/25011
2911 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2912
2913 2019-07-04 Pedro Alves <palves@redhat.com>
2914
2915 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2916 body returned ok(0), break(3) or continue(4).
2917 * gdb.testsuite/foreach_with_prefix.exp: New file.
2918
2919 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2920
2921 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2922
2923 2019-07-03 Pedro Alves <palves@redhat.com>
2924
2925 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2926 "return -code".
2927
2928 2019-07-03 Pedro Alves <palves@redhat.com>
2929
2930 PR cli/24732
2931 * gdb.base/shell.exp: Load completion-support.exp.
2932 Adjust expected error output. Add completion tests.
2933
2934 2019-07-03 Pedro Alves <palves@redhat.com>
2935
2936 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2937 string_to_regexp.
2938
2939 2019-07-03 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2942 (expect_integer): Adjust to expect "-string".
2943 (expect_string): New.
2944 (all_options): Expect "-string".
2945 (test-flag, test-boolean): Adjust to expect "-string".
2946 (test-string): New proc.
2947 (top level): Call it.
2948
2949 2019-07-03 Pedro Alves <palves@redhat.com>
2950
2951 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2952 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2953 the expected output in the success.
2954
2955 2019-07-03 Pedro Alves <palves@redhat.com>
2956
2957 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2958 Split one gdb_test_multiple call in two to avoid a race.
2959
2960 2019-07-03 Pedro Alves <palves@redhat.com>
2961
2962 * gdb.base/with.c: New file.
2963 * gdb.base/with.exp: New file.
2964
2965 2019-07-03 Pedro Alves <palves@redhat.com>
2966
2967 * gdb.base/settings.exp: Replace all references to "maint
2968 test-settings set" with references to "maint set test-settings",
2969 and all references to "maint test-settings show" with references
2970 to "maint show test-settings".
2971
2972 2019-07-03 Pedro Alves <palves@redhat.com>
2973
2974 * gdb.base/settings.exp (test-string): Adjust expected out when
2975 testing "maint test-settings show filename"
2976
2977 2019-07-02 Pedro Alves <palves@redhat.com>
2978
2979 * gdb.base/options.exp (test-info-threads): New procedure.
2980 (top level): Call it.
2981
2982 2019-06-28 Tom Tromey <tromey@adacore.com>
2983
2984 * gdb.dwarf2/ada-linkage-name.c: New file.
2985 * gdb.dwarf2/ada-linkage-name.exp: New file.
2986
2987 2019-06-27 Tom Tromey <tromey@adacore.com>
2988
2989 PR c++/20020:
2990 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2991
2992 2019-06-26 Tom de Vries <tdevries@suse.de>
2993
2994 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2995
2996 2019-06-26 Tom de Vries <tdevries@suse.de>
2997
2998 * gdb.base/index-cache.exp: Add back missing debug option.
2999
3000 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3001
3002 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3003
3004 2019-06-25 Tom de Vries <tdevries@suse.de>
3005
3006 PR testsuite/24727
3007 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3008
3009 2019-06-24 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3012
3013 2019-06-24 Tom de Vries <tdevries@suse.de>
3014
3015 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3016 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3017 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3018
3019 2019-06-24 Tom de Vries <tdevries@suse.de>
3020
3021 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3022
3023 2019-06-21 Tom de Vries <tdevries@suse.de>
3024
3025 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3026
3027 2019-06-21 Tom de Vries <tdevries@suse.de>
3028
3029 PR testsuite/24518
3030 PR ada/24713
3031 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3032 index.
3033
3034 2019-06-19 Tom Tromey <tromey@adacore.com>
3035
3036 * gdb.ada/length_cond.exp: Add intro comment.
3037
3038 2019-06-19 Tom Tromey <tromey@adacore.com>
3039
3040 * gdb.ada/length_cond.exp: New file.
3041 * gdb.ada/length_cond/length_cond.adb: New file.
3042 * gdb.ada/length_cond/pck.adb: New file.
3043 * gdb.ada/length_cond/pck.ads: New file.
3044
3045 2019-06-18 Tom de Vries <tdevries@suse.de>
3046
3047 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3048
3049 2019-06-18 Tom Tromey <tromey@adacore.com>
3050
3051 * gdb.base/list0.h: Add comment explaining control character.
3052
3053 2019-06-18 Tom de Vries <tdevries@suse.de>
3054
3055 * boards/fission.exp: Break up long debug_flags line.
3056
3057 2019-06-16 Tom de Vries <tdevries@suse.de>
3058
3059 PR gdb/24445
3060 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3061 generated index.
3062
3063 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3064
3065 PR gdb/24686
3066 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3067 improve detection of bug gdb/24541.
3068
3069 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3070
3071 PR gdb/24669
3072 * gdb.base/index-cache.exp (uses_readnow,
3073 expecting_index_cache_use): Define global variable.
3074 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3075 expecting_index_cache_use.
3076
3077 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3078 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.fortran/pointers.f90: New file.
3081 * gdb.fortran/print_type.exp: New file.
3082 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3083 * gdb.fortran/vla-type.exp: Likewise.
3084 * gdb.fortran/vla-value.exp: Likewise.
3085 * gdb.mi/mi-vla-fortran.exp: Likewise.
3086
3087 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3088
3089 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3090 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3091 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3092 as a stop reason.
3093
3094 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3095
3096 * gdb.base/annota1.exp: Update expected results.
3097 * gdb.cp/annota2.exp: Likewise.
3098 * gdb.cp/annota3.exp: Likewise.
3099
3100 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3101
3102 * gdb.base/style-logging.exp: Remove path from test name.
3103
3104 2019-06-14 Tom Tromey <tromey@adacore.com>
3105
3106 PR gdb/24502:
3107 * gdb.base/style-logging.exp: New file.
3108
3109 2019-06-14 Tom Tromey <tromey@adacore.com>
3110
3111 * gdb.base/symfile-warn.exp: New file.
3112 * gdb.base/symfile-warn.c: New file.
3113
3114 2019-06-14 Tom Tromey <tromey@adacore.com>
3115
3116 * gdb.base/annotate-symlink.exp: New file.
3117
3118 2019-06-14 Tom Tromey <tromey@adacore.com>
3119
3120 * gdb.ada/set_wstr.exp: Add reassignment test.
3121
3122 2019-06-14 Tom Tromey <tromey@adacore.com>
3123
3124 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3125 'unchecked_access and 'unrestricted_access as well.
3126
3127 2019-06-14 Tom Tromey <tromey@adacore.com>
3128
3129 PR ada/24539:
3130 * gdb.ada/vla.exp: Update tests.
3131 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3132 pragma.
3133
3134 2019-06-13 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.base/settings.exp (test-integer): Test junk after
3137 "unlimited".
3138
3139 2019-06-13 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.base/options.exp (test-thread-apply): New.
3142 (top level): Call it.
3143
3144 2019-06-13 Pedro Alves <palves@redhat.com>
3145
3146 * gdb.base/options.exp (test-frame-apply): New.
3147 (top level): Test print commands with different "frame apply"
3148 prefixes.
3149
3150 2019-06-13 Pedro Alves <palves@redhat.com>
3151
3152 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3153 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3154 'max_completions' parameter and handle it.
3155 (test_gdb_completion_offers_commands): New.
3156
3157 2019-06-13 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3160
3161 2019-06-13 Pedro Alves <palves@redhat.com>
3162
3163 * gdb.base/options.exp (test-backtrace): New.
3164 (top level): Call it.
3165
3166 2019-06-13 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.guile/scm-frame-args.exp: Use "set print
3169 raw-frame-arguments" instead of "set print raw frame-arguments".
3170 * gdb.python/py-frame-args.exp: Likewise.
3171
3172 2019-06-13 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.compile/compile.exp: Adjust expected output to option
3175 processing changes.
3176
3177 2019-06-13 Pedro Alves <palves@redhat.com>
3178
3179 * gdb.base/options.exp: Build executable.
3180 (test-print): New procedure.
3181 (top level): Call it, once for "print" and another for "compile
3182 print".
3183
3184 2019-06-13 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.base/options.c: New file.
3187 * gdb.base/options.exp: New file.
3188
3189 2019-06-13 Pedro Alves <palves@redhat.com>
3190
3191 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3192 that "o" is ambiguous.
3193
3194 2019-06-13 Pedro Alves <palves@redhat.com>
3195
3196 * gdb.base/settings.c: New file.
3197 * gdb.base/settings.exp: New file.
3198
3199 2019-06-13 Pedro Alves <palves@redhat.com>
3200
3201 * gdb.base/completion.exp: Fix comment typo.
3202
3203 2019-06-13 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3206 foo --1" test.
3207
3208 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3209
3210 * gdb.fortran/block-data.f: New.
3211 * gdb.fortran/block-data.exp: New.
3212
3213 2019-06-11 Tom de Vries <tdevries@suse.de>
3214
3215 PR testsuite/24521
3216 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3217 message.
3218
3219 2019-06-11 Tom de Vries <tdevries@suse.de>
3220
3221 PR testsuite/24521
3222 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3223
3224 2019-06-11 Tom de Vries <tdevries@suse.de>
3225
3226 * boards/readnow.exp: New file.
3227
3228 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3229
3230 * gdb.fortran/vla-sizeof.exp: Update expected results.
3231
3232 2019-06-06 Amos Bird <amosbird@gmail.com>
3233
3234 * gdb.base/annota1.exp (thread_switch): Add test for
3235 thread-exited annotation.
3236
3237 2019-06-06 Tom Tromey <tromey@adacore.com>
3238
3239 * gdb.base/maint.exp: Expect command started/finished output.
3240
3241 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3242
3243 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3244 comment.
3245 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3246
3247 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3248
3249 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3250 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3251 * gdb.arch/riscv-unwind-long-insn.c: New file.
3252 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3253
3254 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3255
3256 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3257
3258 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3259
3260 * lib/gdb.exp (help_list_trailer): New regexp variable
3261 factorizing the help trailer message.
3262 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3263 arg to allow to better factorize various tests.
3264 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3265 (test_prefix_command_help): Use help_list_trailer.
3266 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3267 * gdb.guile/scm-cmd.exp: Likewise.
3268 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3269 * gdb.base/help.exp: Use test_user_defined_class_help.
3270 * gdb.base/style.exp: Add tests for styling of help and apropos.
3271 * lib/gdb-utils.exp (style): Add title and highlight styles.
3272
3273 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3274
3275 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3276 $_shell_exitsignal.
3277 * gdb.base/default.exp: Update for new convenience variables.
3278
3279 2019-05-29 Tom Tromey <tromey@adacore.com>
3280
3281 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3282 to "break complete ada" test case's regexp.
3283
3284 2019-05-29 Tom Tromey <tromey@adacore.com>
3285
3286 PR c++/20020:
3287 * gdb.cp/constexpr-field.exp: New file.
3288 * gdb.cp/constexpr-field.cc: New file.
3289
3290 2019-05-29 Tom Tromey <tromey@adacore.com>
3291
3292 * gdb.base/finish.exp (finish_no_print): New proc.
3293 (finish_tests): Call it.
3294
3295 2019-05-24 Tom de Vries <tdevries@suse.de>
3296
3297 * gdb.dwarf2/gdb-add-index.exp: New file.
3298
3299 2019-05-22 Tom Tromey <tromey@adacore.com>
3300
3301 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3302 * gdb.base/style.exp: Use "style".
3303 * lib/gdb-utils.exp (style): New proc.
3304
3305 2019-05-22 Tom de Vries <tdevries@suse.de>
3306
3307 * gdb.base/align.exp: Require c++11.
3308
3309 2019-05-22 Tom de Vries <tdevries@suse.de>
3310
3311 PR testsuite/24586
3312 * gdb.python/py-mi-var-info-path-expression.exp: Call
3313 mi_skip_python_tests to check if python is supported.
3314
3315 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3316
3317 * gdb.arch/aarch64-pauth.c: New test.
3318 * gdb.arch/aarch64-pauth.exp: New file.
3319
3320 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3321
3322 * README (Re-running Tests Outside The Testsuite): New section.
3323
3324 2019-05-21 Tom de Vries <tdevries@suse.de>
3325
3326 * gdb.arch/amd64-eval.exp: Require c++11.
3327 * gdb.base/max-depth.exp: Same.
3328 * gdb.compile/compile-cplus-array-decay.exp: Same.
3329 * gdb.cp/meth-typedefs.exp: Same.
3330 * gdb.cp/subtypes.exp: Same.
3331 * gdb.cp/temargs.exp: Same.
3332
3333 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3334
3335 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3336
3337 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3338
3339 PR gdb/18644
3340 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3341 * gdb.fortran/printing-types.exp: Add new test.
3342 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3343 testing.
3344 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3345 setup_kfail call.
3346
3347 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3348
3349 * README (Running the Testsuite): Change example.
3350 (Testsuite Parameters): Remove TRANSCRIPT.
3351 * lib/gdb.exp: Remove TRANSCRIPT check.
3352
3353 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3354
3355 * README (Testsuite Parameters): Add replay logging to
3356 GDBSERVER_DEBUG.
3357 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3358 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3359 as a comma separated list.
3360 (gdb_debug_init): Override procedure.
3361
3362 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3363
3364 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3365 (gdb_write_cmd_file): New procedure.
3366 * lib/gdbserver-support.exp (gdbserver_start): Call
3367 gdbserver_write_cmd_file.
3368 (gdbserver_write_cmd_file): New procedure.
3369
3370 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3371
3372 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3373 (delete_breakpoints): Likewise.
3374 (gdb_run_cmd): Likewise.
3375 (gdb_start_cmd): Likewise.
3376 (gdb_starti_cmd): Likewise.
3377 (gdb_internal_error_resync): Likewise.
3378 (gdb_test_multiple): Likewise.
3379 (gdb_reinitialize_dir): Likewise.
3380 (default_gdb_exit): Likewise.
3381 (gdb_file_cmd): Mark kill as optional.
3382 (default_gdb_start): Call gdb_stdin_log_init.
3383 (send_gdb): Call gdb_stdin_log_write.
3384 (rerun_to_main): Mark Y as an answer.
3385 (gdb_stdin_log_init): New function.
3386 (gdb_stdin_log_write): Likewise.
3387
3388 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3389
3390 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3391 * gdb.base/debug-expr.exp: Likewise.
3392 * gdb.base/foll-fork.exp: Likewise.
3393 * gdb.base/foll-vfork.exp: Likewise.
3394 * gdb.base/fork-print-inferior-events.exp: Likewise.
3395 * gdb.base/gdb-sigterm.exp: Likewise.
3396 * gdb.base/gdbinit-history.exp: Likewise.
3397 * gdb.base/osabi.exp: Likewise.
3398 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3399 * gdb.base/ui-redirect.exp: Likewise.
3400 * gdb.gdb/unittest.exp: Likewise.
3401 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3402 * gdb.mi/mi-watch.exp: Likewise.
3403 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3404 * gdb.mi/user-selected-context-sync.exp: Likewise.
3405 * gdb.python/python.exp: Disable debug test when debugging.
3406 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3407 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3408 Likewise.
3409 * gdb.threads/stepi-random-signal.exp: Likewise.
3410
3411 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3412
3413 * Makefile.in: Pass through GDB_DEBUG.
3414 * README (Testsuite Parameters): Add GDB_DEBUG.
3415 (gdb,debug): Add board setting.
3416 * lib/gdb.exp (default_gdb_start): Start debugging.
3417 (gdb_debug_enabled): New procedure.
3418 (gdb_debug_init): Likewise.
3419
3420 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3421
3422 * Makefile.in: Pass through GDB_DEBUG.
3423 * README (Testsuite Parameters): Add GDB_DEBUG.
3424 (gdb,debug): Add board setting.
3425 * lib/gdb.exp (default_gdb_start): Start debugging.
3426 (gdb_debug_enabled): New procedure.
3427 (gdb_debug_init): Likewise.
3428
3429 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3430
3431 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3432
3433 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3434
3435 * gdb.base/ui-redirect.exp: Test redirection.
3436
3437 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3438
3439 * gdb.mi/mi-complete.exp: New file.
3440 * gdb.mi/mi-complete.cc: Likewise.
3441
3442 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3443
3444 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3445 indexed and sliced arrays, and pointers to arrays.
3446
3447 2019-05-14 Tom Tromey <tromey@adacore.com>
3448
3449 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3450 styling test.
3451
3452 2019-05-14 Tom de Vries <tdevries@suse.de>
3453
3454 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3455 selection entry encoding.
3456
3457 2019-05-10 Tom Tromey <tromey@adacore.com>
3458
3459 * gdb.ada/info_exc.exp: Add "complete" test.
3460
3461 2019-05-09 Tom de Vries <tdevries@suse.de>
3462
3463 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3464 CU-relative.
3465
3466 2019-05-09 Tom de Vries <tdevries@suse.de>
3467
3468 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3469 CU-relative.
3470
3471 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3472
3473 * gdb.ada/frame_arg_lang.exp: New testcase.
3474 * gdb.ada/frame_arg_lang/bla.adb: New file.
3475 * gdb.ada/frame_arg_lang/pck.ads: New file.
3476 * gdb.ada/frame_arg_lang/pck.adb: New file.
3477 * gdb.ada/frame_arg_lang/foo.c: New file.
3478
3479 2019-05-08 Tom Tromey <tromey@adacore.com>
3480
3481 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3482
3483 2019-05-08 Tom Tromey <tromey@adacore.com>
3484
3485 * gdb.base/ptype-offsets.exp: Update tests.
3486
3487 2019-05-08 Tom Tromey <tromey@adacore.com>
3488
3489 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3490 cases.
3491 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3492 "short".
3493
3494 2019-05-08 Tom Tromey <tromey@adacore.com>
3495
3496 * gdb.ada/vla.exp: New file.
3497 * gdb.ada/vla/vla.adb: New file.
3498
3499 2019-05-07 Tom de Vries <tdevries@suse.de>
3500
3501 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3502
3503 2019-05-07 Tom de Vries <tdevries@suse.de>
3504
3505 PR testsuite/24522
3506 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3507 section.
3508
3509 2019-05-07 Tom de Vries <tdevries@suse.de>
3510
3511 PR testsuite/24522
3512 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3513 .debug_aranges section.
3514
3515 2019-05-07 Tom de Vries <tdevries@suse.de>
3516
3517 PR testsuite/24159
3518 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3519
3520 2019-05-06 Tom de Vries <tdevries@suse.de>
3521
3522 * lib/gdb.exp (exec_has_index_section): New proc.
3523 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3524 section.
3525
3526 2019-05-04 Tom de Vries <tdevries@suse.de>
3527
3528 * boards/cc-with-debug-names.exp: New file.
3529
3530 2019-05-03 Tom Tromey <tromey@adacore.com>
3531
3532 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3533 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3534 * gdb.ada/char_enum.exp: Add test.
3535
3536 2019-05-03 Tom de Vries <tdevries@suse.de>
3537
3538 * boards/cc-with-gdb-index.exp: New file.
3539
3540 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3541
3542 * gdb.rust/simple.exp: Add new test case.
3543 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3544 (main): Initialise an instance of the new struct.
3545
3546 2019-05-01 Tom Tromey <tromey@adacore.com>
3547
3548 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3549 record.
3550 (NPR): New variable.
3551 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3552 test.
3553
3554 2019-05-01 Tom Tromey <tromey@adacore.com>
3555
3556 * gdb.ada/packed_array_assign.exp: Add packed assignment
3557 regression test.
3558
3559 2019-05-01 Tom de Vries <tdevries@suse.de>
3560
3561 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3562
3563 2019-05-01 Tom de Vries <tdevries@suse.de>
3564
3565 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3566
3567 2019-04-30 Ali Tamur <tamur@google.com>
3568
3569 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3570
3571 2019-04-30 Tom Tromey <tromey@adacore.com>
3572
3573 * lib/ada.exp (find_ada_tool): New proc.
3574 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3575 * gdb.ada/catch_ex_std.exp: New file.
3576 * gdb.ada/catch_ex_std/foo.adb: New file.
3577 * gdb.ada/catch_ex_std/some_package.adb: New file.
3578 * gdb.ada/catch_ex_std/some_package.ads: New file.
3579
3580 2019-04-30 Tom Tromey <tromey@adacore.com>
3581
3582 PR c++/24470:
3583 * gdb.cp/temargs.cc: Add test code from PR.
3584
3585 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3586
3587 * gdb.fortran/vla-datatypes.exp: Update expected results.
3588 * gdb.fortran/vla-ptype.exp: Likewise.
3589 * gdb.fortran/vla-type.exp: Likewise.
3590 * gdb.fortran/vla-value.exp: Likewise.
3591
3592 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3593
3594 * gdb.fortran/ptr-indentation.exp: Update expected results.
3595 * gdb.fortran/ptype-on-functions.exp: Likewise.
3596 * gdb.fortran/vla-ptr-info.exp: Likewise.
3597 * gdb.fortran/vla-value.exp: Likewise.
3598
3599 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * gdb.fortran/ptype-on-functions.exp: New file.
3602 * gdb.fortran/ptype-on-functions.f90: New file.
3603
3604 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3605
3606 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3607 case void string.
3608
3609 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3610
3611 * gdb.fortran/complex.exp: Expand.
3612 * gdb.fortran/complex.f: Renamed to...
3613 * gdb.fortran/complex.f90: ...this, and extended to add more
3614 complex values.
3615
3616 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3617
3618 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3619 MODULO, CMPLX.
3620
3621 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3622 Richard Bunt <richard.bunt@arm.com>
3623
3624 * gdb.base/max-depth.c: New file.
3625 * gdb.base/max-depth.exp: New file.
3626 * gdb.python/py-nested-maps.c: New file.
3627 * gdb.python/py-nested-maps.exp: New file.
3628 * gdb.python/py-nested-maps.py: New file.
3629 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3630 (test_all_common): Call test_max_depth.
3631 * gdb.fortran/max-depth.exp: New file.
3632 * gdb.fortran/max-depth.f90: New file.
3633 * gdb.go/max-depth.exp: New file.
3634 * gdb.go/max-depth.go: New file.
3635 * gdb.modula2/max-depth.exp: New file.
3636 * gdb.modula2/max-depth.c: New file.
3637 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3638
3639 2019-04-29 Tom de Vries <tdevries@suse.de>
3640
3641 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3642
3643 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3644
3645 * gdb.base/callexit.exp: Test may-call-functions off.
3646
3647 2019-04-25 Keith Seitz <keiths@redhat.com>
3648
3649 PR c++/24367
3650 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3651 (another_incomplete_struct, test_incomplete): New definitions.
3652 (main): Use new definitions.
3653 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3654 functions.
3655
3656 2019-04-25 Ali Tamur <tamur@google.com>
3657
3658 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3659
3660 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3661
3662 PR corefiles/11608
3663 PR corefiles/18187
3664 * gdb.base/coredump-filter-build-id.exp: New file.
3665
3666 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3667
3668 * Makefile.in: Pass through GDBSERVER_DEBUG.
3669 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3670 (gdbserver,debug): Add board setting.
3671 * gdb.trace/tspeed.exp: Skip when debugging.
3672 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3673 * lib/gdbserver-support.exp: Likewise
3674
3675 2019-04-24 Tom Tromey <tromey@adacore.com>
3676
3677 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3678 Rust.
3679
3680 2019-04-24 Tom Tromey <tromey@adacore.com>
3681
3682 * gdb.arch/amd64-eval.exp: Test bitfield return.
3683 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3684 (class Foo) <return_bitfields>: New method.
3685 (main): Call it.
3686
3687 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3688
3689 * gdb.cp/many-args.cc: New file.
3690 * gdb.cp/many-args.exp: New file.
3691
3692 2019-04-23 Tom de Vries <tdevries@suse.de>
3693
3694 PR gdb/24433
3695 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3696
3697 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3698
3699 * gdb.trace/backtrace.exp: Use nopie flag.
3700 * gdb.trace/circ.exp: Likewise.
3701 * gdb.trace/collection.exp: Likewise.
3702 * gdb.trace/ftrace.exp: Likewise.
3703 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3704 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3705 * gdb.trace/qtro.exp: Likewise.
3706 * gdb.trace/read-memory.exp: Likewise.
3707 * gdb.trace/report.exp: Likewise.
3708 * gdb.trace/tfile.exp: Likewise.
3709 * gdb.trace/tfind.exp: Likewise.
3710 * gdb.trace/unavailable.exp: Likewise.
3711
3712 2019-04-22 Pedro Alves <palves@redhat.com>
3713
3714 * gdb.base/solib-probes-nosharedlibrary.c,
3715 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3716
3717 2019-04-19 Tom Tromey <tromey@adacore.com>
3718
3719 * gdb.ada/ptype_union.c: New file.
3720 * gdb.ada/ptype_union.exp: New file.
3721
3722 2019-04-19 Tom Tromey <tromey@adacore.com>
3723
3724 PR symtab/24423:
3725 * gdb.base/list0.h (foo): Add a control-l character.
3726
3727 2019-04-18 Tom de Vries <tdevries@suse.de>
3728
3729 PR gdb/24433
3730 * boards/local-board.exp: Set sysroot to "".
3731
3732 2019-04-18 Tom de Vries <tdevries@suse.de>
3733 Pedro Alves <palves@redhat.com>
3734
3735 PR gdb/24454
3736 * gdb.threads/vfork-follow-child-exec.c: New file.
3737 * gdb.threads/vfork-follow-child-exec.exp: New file.
3738 * gdb.threads/vfork-follow-child-exit.c: New file.
3739 * gdb.threads/vfork-follow-child-exit.exp: New file.
3740
3741 2019-04-15 Leszek Swirski <leszeks@google.com>
3742
3743 * gdb.arch/amd64-eval.cc: New file.
3744 * gdb.arch/amd64-eval.exp: New file.
3745
3746 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3747
3748 * gdb.server/sysroot.c: New test.
3749 * gdb.server/sysroot.exp: New file.
3750 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3751 matching param.
3752
3753 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3754
3755 * gdb.base/align.exp: Extend test to cover structures containing
3756 only static fields.
3757
3758 2019-04-11 Tom de Vries <tdevries@suse.de>
3759
3760 * boards/cc-with-dwz-m.exp: New file.
3761 * boards/cc-with-dwz.exp: New file.
3762 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3763
3764 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3765
3766 * gdb.base/start-cpp.exp: New file.
3767 * gdb.base/start-cpp.cc: New file.
3768
3769 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3770
3771 * gdb.python/py-thrhandle.exp: Adjust tests to call
3772 thread_from_handle instead of thread_from_thread_handle.
3773
3774 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3775
3776 * gdb.python/py-thrhandle.exp: Add tests for
3777 gdb.InferiorThread.handle.
3778
3779 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3780
3781 * gdb.python/py-function.exp: Check calling helper function from
3782 all languages.
3783 * lib/gdb.exp (gdb_supported_languages): New proc.
3784
3785 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3786
3787 * gdb.base/complex-parts.c: New file.
3788 * gdb.base/complex-parts.exp: New file.
3789
3790 2019-04-01 Tom Tromey <tromey@adacore.com>
3791
3792 PR symtab/23331:
3793 * gdb.dwarf2/dw2-ranges-main.c: New file.
3794 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3795 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3796
3797 2019-03-30 Simon Marchi <simark@simark.ca>
3798
3799 * gdb.base/default.exp: Add values for $_gdb_major and
3800 $_gdb_minor.
3801
3802 2019-03-29 Tom Tromey <tromey@adacore.com>
3803
3804 * gdb.base/help.exp: Tighten apropos regexp.
3805
3806 2019-03-29 Keith Seitz <keiths@redhat.com>
3807
3808 * gdb.fortran/array-bounds.exp: New file.
3809 * gdb.fortran/array-bounds.f90: New file.
3810
3811 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3812
3813 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3814
3815 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3816
3817 * gdb.multi/hello.c (main): Increase alarm timer.
3818
3819 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3820
3821 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3822 factor when no hardware watchpoint support.
3823
3824 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3825 Pedro Alves <palves@redhat.com>
3826
3827 * boards/local-board.exp: set sysroot to /.
3828
3829 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3830
3831 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3832 in child.
3833
3834 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3835
3836 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3837 field.
3838 (make_container): Initialise new field.
3839 * gdb.python/py-prettyprint.exp: Add new tests.
3840 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3841 <display_hint>: New method.
3842
3843 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3844
3845 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3846 gdb_continue_to_breakpoint more throughout this test.
3847 (run_lang_tests) Supply unique test names, and use
3848 gdb_test_no_output.
3849
3850 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.base/finish-pretty.exp: Update expected results.
3853 * gdb.base/pretty-print.c: New file.
3854 * gdb.base/pretty-print.exp: New file.
3855
3856 2019-03-25 Pedro Alves <palves@redhat.com>
3857
3858 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3859 move comments outside list. Append '-i "" eof' section.
3860
3861 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3862
3863 PR testsuite/25016
3864 * README: Add pie options.
3865 * gdb.base/break-interp.exp: Ensure pie is disabled.
3866 * gdb.base/dump.exp: Likewise.
3867 * lib/gdb.exp (gdb_compile): Add pie option.
3868
3869 2019-03-19 Tom Tromey <tromey@adacore.com>
3870
3871 * gdb.mi/mi2-cli-display.c: New file.
3872 * gdb.mi/mi2-cli-display.exp: New file.
3873
3874 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3875 Tom Tromey <tromey@adacore.com>
3876
3877 * gdb.ada/ptype_array/pck.adb: New file.
3878 * gdb.ada/ptype_array/pck.ads: New file.
3879 * gdb.ada/ptype_array/foo.adb: New file.
3880 * gdb.ada/ptype_array.exp: New file.
3881
3882 2019-03-14 Tom Tromey <tromey@adacore.com>
3883
3884 * gdb.base/style.exp: Add "set style sources" test.
3885
3886 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3887
3888 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3889 * mi-breakpoint-multiple-locations.exp: ... this.
3890 (make_breakpoints_pattern): New proc.
3891 (do_test): Add mi_version parameter, test -break-insert,
3892 -break-info and =breakpoint-created.
3893
3894 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3895
3896 * config/default.exp: Remove 'load_lib gdb.exp'.
3897 * config/monitor.exp: Likewise.
3898 * config/sid.exp: Likewise.
3899 * config/sim.exp: Likewise.
3900 * config/slite.exp: Likewise.
3901 * config/unix.exp: Likewise.
3902 * gdb.base/default.exp: Remove unhelpful comment.
3903
3904 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3905
3906 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3907
3908 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3909
3910 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3911
3912 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3913
3914 * gdb.fortran/type-kinds.exp: Update expected results.
3915
3916 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3917
3918 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3919
3920 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3921
3922 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3923 function.
3924 (test_basic_parsing_of_type_kinds): Expand types tested.
3925 (test_parsing_invalid_type_kinds): New function.
3926
3927 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3928
3929 * gdb.fortran/intrinsics.exp: New file.
3930 * gdb.fortran/intrinsics.f90: New file.
3931 * gdb.fortran/type-kinds.exp: New file.
3932
3933 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3934
3935 * gdb.fortran/dot-ops.exp: New file.
3936
3937 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3938
3939 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3940 Check upper and lower case logical literals.
3941
3942 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3943
3944 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3945 Remove duplicate tests.
3946
3947 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3948
3949 * lib/gdb.exp (builtin_cd): rename of cd.
3950 (cd): Override builtin.
3951
3952 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3953
3954 * gdb.fortran/function-calls.exp: New file.
3955 * gdb.fortran/function-calls.f90: New test.
3956
3957 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3958
3959 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3960 on user program standard output.
3961 * gdb.fortran/short-circuit-argument-list.f90: Record function
3962 calls.
3963
3964 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3965
3966 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3967 failure.
3968
3969 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3970
3971 PR gdb/8527
3972 * gdb.base/interrupt-daemon-attach.c,
3973 gdb.base/interrupt-daemon-attach.exp: New test.
3974
3975 2019-02-27 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.base/page.exp: Add tests for "set width/height -1".
3978
3979 2019-02-27 Pedro Alves <palves@redhat.com>
3980
3981 * gdb.base/page.exp: Add tests for "set/show width/height" with
3982 "infinite" values.
3983
3984 2019-02-27 Tom Tromey <tromey@adacore.com>
3985
3986 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3987 2.4.
3988 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3989 workaround.
3990
3991 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3992
3993 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3994 tests for structs with static members.
3995
3996 2019-02-26 Tom Tromey <tromey@adacore.com>
3997
3998 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3999 ValueError, not TypeError.
4000
4001 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4002
4003 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4004 call from main program.
4005
4006 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4007
4008 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4009 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4010 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4011 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4012 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4013
4014 2019-02-22 Keith Seitz <keiths@redhat.com>
4015
4016 PR symtab/23853
4017 * gdb.base/symlink-sourcefile.c: New file.
4018 * gdb.base/symlink-sourcefile.exp: New file.
4019
4020 2019-02-20 Tom Tromey <tom@tromey.com>
4021
4022 * gdb.base/info_qt.exp: Update.
4023
4024 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4025
4026 * gdb.base/source.exp: Move "error in sourced script" code to
4027 the end.
4028 * gdb.base/source-error.gdb: Move contents to
4029 source-error-1.gdb. Add new code to source source-error-1.gdb.
4030 * gdb.base/source-error-1.gdb: New file, from previous
4031 source-error.gdb.
4032
4033 2019-02-17 Tom Tromey <tom@tromey.com>
4034
4035 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4036 for macro styling.
4037 * gdb.base/style.c (SOME_MACRO): New macro.
4038
4039 2019-02-17 Tom Tromey <tom@tromey.com>
4040
4041 * gdb.base/style.exp: Add line-wrapping tests.
4042 * gdb.base/page.exp: Add test for quitting during pagination.
4043
4044 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4045
4046 * gdb.ada/big_packed_array: New testcase.
4047 * gdb.ada/homonym.exp: Fix incorrect expected output for
4048 "break <homonym__get_value>" test.
4049
4050 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4051
4052 PR breakpoints/21870
4053 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4054 and prepare_for_testing. Add comment.
4055 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4056 redundant cleanup call. Clean up comment.
4057
4058 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4059
4060 PR breakpoints/21870
4061 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4062 * gdb.arch/aarch64-dbreg-contents.c: New file.
4063
4064 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4065
4066 * gdb.ada/mi_ref_changeable: New testcase.
4067
4068 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4069
4070 * gdb.base/attach.exp: Add double attach test.
4071
4072 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4073
4074 * lib/gdb.exp (default_gdb_start): Don't match pagination
4075 prompt.
4076 (gdb_init): Set stty_init.
4077
4078 2019-01-27 Tom Tromey <tom@tromey.com>
4079
4080 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4081 skip_python_tests.
4082
4083 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4084
4085 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4086 New structure.
4087 (struct struct_static_02_02): Likewise.
4088 (struct struct_static_02_03): Likewise.
4089 (struct struct_static_02_04): Likewise.
4090 (struct struct_static_04_01): Likewise.
4091 (struct struct_static_04_02): Likewise.
4092 (struct struct_static_04_03): Likewise.
4093 (struct struct_static_04_04): Likewise.
4094 (struct struct_static_06_01): Likewise.
4095 (struct struct_static_06_02): Likewise.
4096 (struct struct_static_06_03): Likewise.
4097 (struct struct_static_06_04): Likewise.
4098 (cmp_struct_static_02_01): Likewise.
4099 (cmp_struct_static_02_02): Likewise.
4100 (cmp_struct_static_02_03): Likewise.
4101 (cmp_struct_static_02_04): Likewise.
4102 (cmp_struct_static_04_01): Likewise.
4103 (cmp_struct_static_04_02): Likewise.
4104 (cmp_struct_static_04_03): Likewise.
4105 (cmp_struct_static_04_04): Likewise.
4106 (cmp_struct_static_06_01): Likewise.
4107 (cmp_struct_static_06_02): Likewise.
4108 (cmp_struct_static_06_03): Likewise.
4109 (cmp_struct_static_06_04): Likewise.
4110 (call_all): Test new structs.
4111 * gdb.base/infcall-nested-structs.exp: Likewise.
4112
4113 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4114 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4115
4116 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4117 * gdb.base/stack-protector.c: New test.
4118 * gdb.base/stack-protector.exp: New file.
4119 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4120 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4121 option.
4122 (gdb_compile): Remove stack protector for GCC and prevent
4123 recursion.
4124
4125 2019-01-16 Keith Seitz <keiths@redhat.com>
4126
4127 PR gdb/23773
4128 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4129
4130 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4131
4132 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4133 aliases.
4134 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4135 tests.
4136 * gdb.arch/powerpc-vector-regs.c: New file.
4137 * gdb.arch/powerpc-vector-regs.exp: New file.
4138
4139 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4140
4141 * gdb.arch/altivec-regs.exp: Fix the list passed to
4142 gdb_expect_list when testing "info vector".
4143
4144 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4145
4146 * gdb.base/style.exp: Don't include path in testname.
4147
4148 2019-01-10 Keith Seitz <keiths@redhat.com>
4149
4150 PR gdb/23712
4151 PR symtab/23010
4152 * gdb.dwarf2/multidictionary.exp: New file.
4153
4154 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4155
4156 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4157 (test_gnuv3_style_demangling): ... this.
4158 (test_lucid_style_demangling): Remove.
4159 (test_arm_style_demangling): Remove.
4160 (test_hp_style_demangling): Remove.
4161 (do_tests): Remove calls to the above.
4162
4163 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4164
4165 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4166 case.
4167
4168 2019-01-06 Tom Tromey <tom@tromey.com>
4169
4170 PR gdb/28155:
4171 * gdb.dwarf2/typedef-void-finish.exp: New file.
4172
4173 2018-12-28 Tom Tromey <tom@tromey.com>
4174 Simon Marchi <simark@simark.ca>
4175
4176 * gdb.base/jit-exec.exp: New file.
4177 * gdb.base/jit-exec.c: New file.
4178 * gdb.base/jit-execd.c: New file.
4179
4180 2018-12-28 Tom Tromey <tom@tromey.com>
4181
4182 * gdb.base/style.exp: Update test to check for address styling.
4183
4184 2018-12-28 Tom Tromey <tom@tromey.com>
4185
4186 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4187 message.
4188
4189 2018-12-28 Tom Tromey <tom@tromey.com>
4190
4191 * gdb.base/style.exp: Add test for version number styling.
4192
4193 2018-12-28 Tom Tromey <tom@tromey.com>
4194
4195 * gdb.base/style.exp: Add test for print_address_symbolic.
4196
4197 2018-12-28 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.base/style.exp: Add test for breakpoint setting.
4200
4201 2018-12-28 Tom Tromey <tom@tromey.com>
4202
4203 * gdb.base/style.exp: Add test for variable names.
4204
4205 2018-12-28 Tom Tromey <tom@tromey.com>
4206
4207 * gdb.base/style.exp: New file.
4208 * gdb.base/style.c: New file.
4209
4210 2018-12-28 Tom Tromey <tom@tromey.com>
4211
4212 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4213 "dumb".
4214 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4215 the TERM environment variable.
4216
4217 2018-12-27 Tom Tromey <tom@tromey.com>
4218
4219 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4220 pagination test.
4221
4222 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4223
4224 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4225 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4226
4227 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4228
4229 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4230 Filename a.adb changed to bp_fun_addr.adb.
4231 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4232
4233 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4234
4235 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4236 non-PIE executables.
4237 * README: Mention the gdb,nopie_flag board setting.
4238 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4239 non-PIE executable.
4240 * gdb.arch/amd64-entry-value.exp: Likewise.
4241 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4242 * gdb.arch/i386-float.exp: Likewise.
4243 * gdb.arch/i386-signal.exp: Likewise.
4244 * gdb.mi/mi-reg-undefined.exp: Likewise.
4245
4246 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4247
4248 PR gdb/23974
4249 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4250
4251 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4252
4253 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4254 Update order of results accordingly.
4255
4256 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4257
4258 * gdb.base/annota1.exp: Update a test regexp.
4259
4260 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4261
4262 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4263
4264 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4265
4266 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4267 (reuse_time): Initialize to REUSE_TIME_CAP.
4268 (check_rc): New function.
4269 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4270 Check pthread_create rc.
4271 (spawner_thread_func): Check pthread_create and pthread_join rc.
4272
4273 2018-12-08 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.base/list.exp (test_forward_search): Rename to ...
4276 (test_forward_reverse_search): ... this. Also test reverse-search
4277 and the forward-search alias.
4278
4279 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4282 local timeout variable before return, and remove all local timeout
4283 variable entirely.
4284 (gdb_load): Likewise.
4285
4286 2018-12-01 Tom de Vries <tdevries@suse.de>
4287
4288 * gdb.base/gdb-caching-proc.exp: New file.
4289
4290 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4291
4292 * Makefile.in (TIMESTAMP): New variable.
4293 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4294 command.
4295 (check-single-racy): Likewise.
4296 (check/%.exp): Likewise.
4297 (check-racy/%.exp): Likewise.
4298 (workers/%.worker): Likewise.
4299 (build-perf): Likewise.
4300 (check-perf): Likewise.
4301 * README: Describe new "TS" and "TS_FORMAT" variables.
4302 * print-ts.py: New file.
4303
4304 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4305
4306 PR python/23714
4307 * gdb.python/python.exp: Test command repetition after
4308 gdb.execute.
4309
4310 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4311
4312 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4313 is correctly aligned.
4314
4315 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4316
4317 * gdb.ada/info_auto_lang.exp: New testcase.
4318 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4319 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4320 * gdb.ada/info_auto_lang/some_c.c: New file.
4321
4322 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4323
4324 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4325 FUNC_lang language syntax.
4326
4327 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4328
4329 * gdb.base/info_minsym.c: New file.
4330 * gdb.base/info_minsym.exp: New file.
4331
4332 2018-11-19 Tom Tromey <tom@tromey.com>
4333
4334 PR rust/23625:
4335 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4336 * gdb.rust/expr.exp: Update expected output. Change one test.
4337
4338 2018-11-19 Tom Tromey <tom@tromey.com>
4339
4340 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4341
4342 2018-11-19 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4345 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4346 see the expected warning.
4347
4348 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4349
4350 PR gdb/22736:
4351 * gdb.cp/infcall-nodebug-lib.c: New test.
4352 * gdb.cp/infcall-nodebug-main.c: New test.
4353 * gdb.cp/infcall-nodebug.exp: New file.
4354
4355 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4356
4357 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4358 completer tests.
4359
4360 2018-11-09 Tom de Vries <tdevries@suse.de>
4361
4362 * gdb.base/msym-lang.c: New test.
4363 * gdb.base/msym-lang.exp: New file.
4364 * gdb.base/msym-lang-main.c: New test.
4365
4366 2018-11-08 Tom Tromey <tom@tromey.com>
4367
4368 PR gdb/23555:
4369 PR gdb/23838:
4370 * gdb.base/warning.exp: New file.
4371
4372 2018-11-08 Jan Beulich <jbeulich@suse.com>
4373
4374 * testsuite/gdb.arch/i386-avx512.c,
4375 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4376
4377 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4378
4379 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4380 point hardware.
4381
4382 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4383
4384 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4385 * gdb.dwarf2/missing-type-name.exp: New file.
4386
4387 2018-11-06 Tom de Vries <tdevries@suse.de>
4388
4389 * gdb.base/many-headers.c: New test.
4390 * gdb.base/many-headers.exp: New file.
4391
4392 2018-11-06 Jim Wilson <jimw@sifive.com>
4393
4394 * gdb.base/code_elim.exp: For riscv, set additional_flags
4395 to include -msmall-data-limit=0.
4396
4397 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4398
4399 * gdb.ada/watch_minus_l: New testcase.
4400
4401 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4402
4403 * gdb.arch/aix-sighandle.c: New file.
4404 * gdb.arch/aix-sighandle.exp: New file.
4405
4406 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4407
4408 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4409 registers being unions.
4410
4411 2018-10-31 Tom de Vries <tdevries@suse.de>
4412
4413 * lib/valgrind.exp: New file.
4414 (vgdb_start, vgdb_stop): New procs, factored out of ...
4415 * gdb.base/valgrind-bt.exp: ... here, ...
4416 * gdb.base/valgrind-disp-step.exp: ... here and ...
4417 * gdb.base/valgrind-infcall.exp: ... here.
4418
4419 2018-10-31 Tom de Vries <tdevries@suse.de>
4420
4421 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4422
4423 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4424
4425 * gdb.dwarf2/void-type.c: New file.
4426 * gdb.dwarf2/void-type.exp: New file.
4427
4428 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4429
4430 * gdb.base/info_qt.c: New file.
4431 * gdb.base/info_qt.exp: New file.
4432
4433 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4434
4435 * gdb.arch/powerpc-htm-regs.c: New file.
4436 * gdb.arch/powerpc-htm-regs.exp: New file.
4437
4438 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4439
4440 * gdb.arch/powerpc-tar.c: New file.
4441 * gdb.arch/powerpc-tar.exp: New file.
4442
4443 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4444
4445 * gdb.arch/powerpc-ppr-dscr.c: New file.
4446 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4447
4448 2018-10-25 Tom de Vries <tdevries@suse.de>
4449
4450 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4451
4452 2018-10-24 Tom de Vries <tdevries@suse.de>
4453
4454 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4455 longer exists error.
4456
4457 2018-10-24 Tom de Vries <tdevries@suse.de>
4458
4459 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4460
4461 2018-10-24 Tom de Vries <tdevries@suse.de>
4462
4463 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4464 --db-attach in valgrind.
4465
4466 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4467
4468 * gdb.arch/riscv-reg-aliases.c: New file.
4469 * gdb.arch/riscv-reg-aliases.exp: New file.
4470
4471 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4472
4473 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4474
4475 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4476
4477 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4478
4479 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4480
4481 * gdb.cp/ovldbreak.exp: Fix regexps.
4482
4483 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4484
4485 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4486
4487 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4488
4489 PR cli/23785
4490 * gdb.base/restore.exp: New test to check if "restore" with an
4491 invalid file doesn't segfault.
4492
4493 2018-10-18 Tom de Vries <tdevries@suse.de>
4494
4495 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4496 * gdb.ada/excep_handle.exp: Same.
4497 * gdb.ada/mi_string_access.exp: Same.
4498 * gdb.ada/mi_var_union.exp: Same.
4499 * gdb.arch/arc-analyze-prologue.exp: Same.
4500 * gdb.arch/arc-decode-insn.exp: Same.
4501 * gdb.base/readnever.exp: Same.
4502 * gdb.fortran/printing-types.exp: Same.
4503 * gdb.guile/scm-lazy-string.exp: Same.
4504
4505 2018-10-16 Tom de Vries <tdevries@suse.de>
4506
4507 PR gdb/23730
4508 * gdb.base/catch-follow-exec.c: Add copyright notice.
4509 * gdb.base/catch-follow-exec.exp: Rewrite to use
4510 gdb_spawn_with_cmdline_opts. Require gdb-native.
4511
4512 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4513
4514 * gdb.trace/actions-changed.exp: Check for arch support.
4515 * gdb.trace/actions.exp: Likewise.
4516 * gdb.trace/ax.exp: Likewise.
4517 * gdb.trace/backtrace.exp: Likewise.
4518 * gdb.trace/change-loc.exp: Likewise.
4519 * gdb.trace/deltrace.exp: Likewise.
4520 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4521 * gdb.trace/ftrace.exp: Likewise.
4522 * gdb.trace/infotrace.exp: Check for arch support.
4523 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4524 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4525 * gdb.trace/mi-tsv-changed.exp: Likewise.
4526 * gdb.trace/packetlen.exp: Likewise.
4527 * gdb.trace/passc-dyn.exp: Likewise.
4528 * gdb.trace/passcount.exp: Likewise.
4529 * gdb.trace/pending.exp: Likewise.
4530 * gdb.trace/range-stepping.exp: Check for shlib support.
4531 * gdb.trace/report.exp: Check for arch support.
4532 * gdb.trace/save-trace.exp: Likewise.
4533 * gdb.trace/signal.exp: Check for signal support.
4534 * gdb.trace/tfind.exp: Check for arch support.
4535 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4536 * gdb.trace/trace-common.h: Add comment.
4537 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4538 * gdb.trace/trace-enable-disable.exp: Likewise.
4539 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4540 * gdb.trace/tracecmd.exp: Check for arch support.
4541 * gdb.trace/tspeed.exp: Check for shlib and target support.
4542 * gdb.trace/tstatus.exp: Check for arch support.
4543 * gdb.trace/tsv.exp: Likewise.
4544 * gdb.trace/while-dyn.exp: Likewise.
4545 * gdb.trace/while-stepping.exp: Likewise.
4546 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4547
4548 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4549
4550 * gdb.trace/tspeed.exp: Remove nowarnings.
4551 (prepare_for_trace_test): Declare "global ipalib".
4552 * gdb.trace/tspeed.c: Include unistd.h.
4553 (main): Remove superfluous printf argument.
4554
4555 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4556
4557 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4558 directory prefix on the filename.
4559
4560 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4561
4562 * gdb.gdb/unittest.exp: Update expected message informing that
4563 selftests have been disabled.
4564 * gdb.server/unittest.exp: Likewise.
4565
4566 2018-10-09 Tom de Vries <tdevries@suse.de>
4567
4568 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4569 with runto_main.
4570
4571 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4572
4573 PR c++/16841
4574 * gdb.cp/virtbase2.cc: New file.
4575 * gdb.cp/virtbase2.exp: New file.
4576
4577 2018-10-06 Tom Tromey <tom@tromey.com>
4578
4579 PR python/19399:
4580 * gdb.python/py-inferior.exp: Add architecture test.
4581
4582 2018-10-06 Tom Tromey <tom@tromey.com>
4583
4584 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4585 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4586
4587 2018-10-06 Tom Tromey <tom@tromey.com>
4588
4589 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4590 of a "throw" catchpoint.
4591
4592 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4593
4594 * gdb.base/info-proc.exp: Update string expected from "help info
4595 proc".
4596
4597 2018-10-04 Tom Tromey <tom@tromey.com>
4598
4599 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4600 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4601 (test_initial_complaints, test_empty_complaints): Update.
4602 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4603
4604 2018-10-04 Tom Tromey <tom@tromey.com>
4605
4606 PR cli/19551:
4607 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4608 * lib/gdb.exp (gdb_file_cmd): Update.
4609 * gdb.stabs/weird.exp (print_weird_var): Update.
4610 * gdb.server/solib-list.exp: Update.
4611 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4612 * gdb.mi/mi-cli.exp: Update.
4613 * gdb.linespec/linespec.exp: Update.
4614 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4615 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4616 * gdb.cp/cp-relocate.exp: Update.
4617 * gdb.base/sym-file.exp: Update.
4618 * gdb.base/relocate.exp: Update.
4619 * gdb.base/readnever.exp: Update.
4620 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4621 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4622 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4623 * gdb.base/code_elim.exp: Update.
4624 * gdb.base/break-unload-file.exp (test_break): Update.
4625 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4626 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4627 Update.
4628 * gdb.base/attach.exp (do_attach_tests): Update.
4629 * gdb.base/sepdebug.exp: Update.
4630 * gdb.python/py-section-script.exp: Update.
4631
4632 2018-10-04 Tom Tromey <tom@tromey.com>
4633
4634 PR cli/22234:
4635 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4636 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4637 output.
4638
4639 2018-10-04 Tom Tromey <tom@tromey.com>
4640
4641 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4642 set width and height to 0.
4643 (test_command_line_attach_run): Use -quiet.
4644
4645 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4646
4647 * lib/gdb.exp (skip_ifunc_tests): New.
4648 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4649 other compile failures.
4650 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4651
4652 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4653
4654 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4655 is_amd64_regs_target.
4656
4657 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4658
4659 * gdb.arch/aarch64-sighandler-regs.c: New test.
4660 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4661 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4662
4663 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4664
4665 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4666 assembly.
4667
4668 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4669
4670 * gdb.base/frame-selection.exp: New file.
4671 * gdb.base/frame-selection.c: New file.
4672
4673 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4674
4675 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4676 pthread barrier.
4677 (main): Likewise.
4678
4679 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4680
4681 * gdb.base/large-frame-1.c: New file.
4682 * gdb.base/large-frame-2.c: New file.
4683 * gdb.base/large-frame.exp: New file.
4684 * gdb.base/large-frame.h: New file.
4685
4686 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4687
4688 PR gdb/20948
4689 * gdb.base/write_mem.exp: New test.
4690 * gdb.base/write_mem.c: Likewise.
4691
4692 2018-09-23 Tom Tromey <tom@tromey.com>
4693
4694 PR python/18852:
4695 * gdb.python/py-parameter.exp: Add test for parameter that throws
4696 on "set".
4697
4698 2018-09-23 Tom Tromey <tom@tromey.com>
4699
4700 PR python/17284:
4701 * gdb.python/py-template.exp (test_template_arg): Add test for
4702 negative template argument number.
4703
4704 2018-09-23 Tom Tromey <tom@tromey.com>
4705
4706 PR python/14062:
4707 * gdb.python/python.exp: Add test for post_event error.
4708
4709 2018-09-23 Tom Tromey <tom@tromey.com>
4710
4711 PR python/18170:
4712 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4713 convert pointers to int and long.
4714
4715 2018-09-23 Tom Tromey <tom@tromey.com>
4716
4717 PR python/20126:
4718 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4719 signed-ness conversion tests.
4720
4721 2018-09-23 Tom Tromey <tom@tromey.com>
4722
4723 PR python/18352;
4724 * gdb.python/py-value.exp (test_float_conversion): New proc.
4725 Use it.
4726
4727 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4728
4729 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4730
4731 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4732
4733 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4734 no readline.
4735 * gdb.base/utf8-identifiers.exp: Likewise.
4736 * gdb.cp/cpcompletion.exp: Likewise.
4737 * gdb.linespec/cpcompletion.exp: Likewise.
4738 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4739 * gdb.linespec/cpls-ops.exp: Likewise.
4740
4741 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4742 Chris January <chris.january@arm.com>
4743
4744 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4745 * gdb.fortran/short-circuit-argument-list.exp: New file.
4746 * gdb.fortran/short-circuit-argument-list.f90: New test.
4747
4748 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4749
4750 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4751 "arch=" keyword when executing "-stack-list-frames".
4752
4753 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4754
4755 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4756 "arch=" keyword when executing "-stack-list-frames".
4757
4758 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4759
4760 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4761 break ada".
4762
4763 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4764
4765 PR python/23669
4766 * gdb.python/python.exp: Test gdb.execute("show commands").
4767
4768 2018-09-16 Tom Tromey <tom@tromey.com>
4769
4770 * gdb.base/new-ui.exp (do_execution_tests): Update.
4771 * gdb.base/dbx.exp (test_breakpoints): Update.
4772
4773 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4774
4775 * lib/gdb.exp (gdb_simple_compile): Add proc.
4776 (is_elf_target): Use gdb_simple_compile.
4777 (skip_altivec_tests): Likewise.
4778 (skip_vsx_tests): Likewise.
4779 (skip_tsx_tests): Likewise.
4780 (skip_btrace_tests): Likewise.
4781 (skip_btrace_pt_tests): Likewise.
4782 (gdb_can_simple_compile): Likewise.
4783 (gdb_has_argv0): Likewise.
4784 (gdb_target_symbol_prefix): Likewise.
4785 (target_supports_scheduler_locking): Likewise.
4786
4787 2018-09-13 Tom Tromey <tom@tromey.com>
4788
4789 * Makefile.in (TAGS): Recognize proc_with_prefix and
4790 gdb_caching_proc.
4791
4792 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4793
4794 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4795 method.
4796
4797 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4798
4799 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4800 and a few other Inferior properties when the Inferior is no
4801 longer valid.
4802
4803 2018-09-13 Tom Tromey <tom@tromey.com>
4804
4805 PR rust/23650:
4806 * gdb.rust/simple.exp: Add test for enum field access error.
4807
4808 2018-09-13 Tom Tromey <tom@tromey.com>
4809
4810 PR rust/23626:
4811 * gdb.rust/simple.rs (EmptyEnum): New type.
4812 (main): Use it.
4813 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4814
4815 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4816
4817 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4818 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4819 * gdb.python/py-symtab.exp: Update test printing an objfile.
4820
4821 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4822
4823 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4824 object.
4825
4826 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4827
4828 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4829 (support_complex_tests): Use gdb_can_simple_compile.
4830 (is_ilp32_target): Likewise.
4831 (is_lp64_target): Likewise.
4832 (is_64_target): Likewise.
4833 (is_amd64_regs_target): Likewise.
4834 (is_aarch32_target): Likewise.
4835 (gdb_int128_helper): Likewise.
4836
4837 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4838
4839 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4840
4841 2018-09-10 Jerome Guitton <guitton@adacore.com>
4842
4843 * gdb.ada/same_component_name: Add test for case of tagged record
4844 with variable-length fields.
4845
4846 2018-09-10 Xavier Roirand <roirand@adacore.com>
4847
4848 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4849 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4850 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4851 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4852
4853 2018-09-10 Xavier Roirand <roirand@adacore.com>
4854
4855 * gdb.ada/mi_string_access.exp: New testcase.
4856 * gdb.ada/mi_string_access/bar.adb: New file.
4857 * gdb.ada/mi_string_access/pck.adb: New file.
4858 * gdb.ada/mi_string_access/pck.asd: New file.
4859
4860 2018-09-10 Xavier Roirand <roirand@adacore.com>
4861
4862 * gdb.ada/mi_var_union.exp: New testcase.
4863 * gdb.ada/mi_var_union/bar.adb: New file.
4864 * gdb.ada/mi_var_union/pck.adb: New file.
4865 * gdb.ada/mi_var_union/pck.asd: New file.
4866
4867 2018-09-08 Tom Tromey <tom@tromey.com>
4868
4869 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4870
4871 2018-09-08 Tom Tromey <tom@tromey.com>
4872
4873 PR python/16047:
4874 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4875 (register_pretty_printers): Register new printer.
4876 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4877 test.
4878 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4879 (an_int_type3): New global.
4880
4881 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4882
4883 * gdb.ada/expr_with_funcall: New testcase.
4884
4885 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4886
4887 * gdb.ada/packed_array_assign: New testcase.
4888
4889 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4890
4891 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4892 names, and add test prefixes to make test names unique.
4893
4894 2018-09-05 Tom de Vries <tdevries@suse.de>
4895
4896 * gdb.dwarf2/varval.exp: Add test.
4897
4898 2018-09-04 Gary Benson <gbenson@redhat.com>
4899
4900 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4901 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4902
4903 2018-08-31 Tom Tromey <tom@tromey.com>
4904
4905 * gdb.rust/simple.rs: Rename second variable "v".
4906
4907 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4908
4909 * gdb.base/funcargs.c (use_a): New function.
4910 (recurse): Call use_a.
4911
4912 2018-08-29 Keith Seitz <keiths@redhat.com>
4913
4914 * gdb.compile/compile-cplus-anonymous.cc: New file.
4915 * gdb.compile/compile-cplus-anonymous.exp: New file.
4916 * gdb.compile/compile-cplus-array-decay.cc: New file.
4917 * gdb.compile/compile-cplus-array-decay.exp: New file.
4918 * gdb.compile/compile-cplus-inherit.cc: New file.
4919 * gdb.compile/compile-cplus-inherit.exp: New file.
4920 * gdb.compile/compile-cplus-member.cc: New file.
4921 * gdb.compile/compile-cplus-member.exp: New file.
4922 * gdb.compile/compile-cplus-method.cc: New file.
4923 * gdb.compile/compile-cplus-method.exp: New file.
4924 * gdb.compile/compile-cplus-mod.c: "New" file.
4925 * gdb.compile/compile-cplus-namespace.cc: New file.
4926 * gdb.compile/compile-cplus-namespace.exp: New file.
4927 * gdb.compile/compile-cplus-nested.cc: New file.
4928 * gdb.compile/compile-cplus-nested.exp: New file.
4929 * gdb.compile/compile-cplus-print.c: "New" file.
4930 * gdb.compile/compile-cplus-print.exp: "New" file.
4931 * gdb.compile/compile-cplus-virtual.cc: New file.
4932 * gdb.compile/compile-cplus-virtual.exp: New file.
4933 * gdb.compile/compile-cplus.c: "New" file.
4934 * gdb.compile/compile-cplus.exp: "New" file.
4935 * lib/compile-support.exp: New file.
4936
4937 2018-08-16 Gary Benson <gbenson@redhat.com>
4938
4939 PR gdb/13000:
4940 * gdb.base/batch-exit-status.exp: New file.
4941 * gdb.base/batch-exit-status.good-commands: Likewise.
4942 * gdb.base/batch-exit-status.bad-commands: Likewise.
4943
4944 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4945
4946 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4947 (struct struct02): Likewise.
4948 (struct struct03): Likewise.
4949 (struct struct04): Likewise.
4950 (struct struct_01_01): New struct.
4951 (struct struct_01_02): Likewise.
4952 (struct struct_01_03): Likewise.
4953 (struct struct_01_04): Likewise.
4954 (struct struct_02_01): Likewise.
4955 (struct struct_02_02): Likewise.
4956 (struct struct_02_03): Likewise.
4957 (struct struct_02_04): Likewise.
4958 (struct struct_04_01): Likewise.
4959 (struct struct_04_02): Likewise.
4960 (struct struct_04_03): Likewise.
4961 (struct struct_04_04): Likewise.
4962 (struct struct_05_01): Likewise.
4963 (struct struct_05_02): Likewise.
4964 (struct struct_05_03): Likewise.
4965 (struct struct_05_04): Likewise.
4966 (cmp_struct01): Remove function.
4967 (cmp_struct02): Likewise.
4968 (cmp_struct03): Likewise.
4969 (cmp_struct04): Likewise.
4970 (cmp_struct_01_01): Add Function.
4971 (cmp_struct_01_02): Likewise.
4972 (cmp_struct_01_03): Likewise.
4973 (cmp_struct_01_04): Likewise.
4974 (cmp_struct_02_01): Likewise.
4975 (cmp_struct_02_02): Likewise.
4976 (cmp_struct_02_03): Likewise.
4977 (cmp_struct_02_04): Likewise.
4978 (cmp_struct_04_01): Likewise.
4979 (cmp_struct_04_02): Likewise.
4980 (cmp_struct_04_03): Likewise.
4981 (cmp_struct_04_04): Likewise.
4982 (cmp_struct_05_01): Likewise.
4983 (cmp_struct_05_02): Likewise.
4984 (cmp_struct_05_03): Likewise.
4985 (cmp_struct_05_04): Likewise.
4986 (call_all): Add new structs.
4987 * gdb.base/infcall-nested-structs.exp: Likewise.
4988
4989 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4990
4991 * gdb.python/py-framefilter-mi.exp: Update regexp to
4992 check for "arch" field in frame output.
4993
4994 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4995
4996 * gdb.dwarf2/dw2-ranges-func.c: New file.
4997 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4998
4999 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5000
5001 * gdb.base/term.exp: Compare terminal settings with values from
5002 the inferior.
5003 * gdb.base/term.c: Get and set terminal settings.
5004
5005 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5006
5007 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5008 accommodate new "arch" field in frame output.
5009 * gdb.mi/mi-return.exp: Likewise.
5010 * gdb.mi/mi-stack.exp: Likewise.
5011 * gdb.mi/mi-syn-frame.exp: Likewise.
5012 * gdb.mi/user-selected-context-sync.exp: Likewise.
5013
5014 2018-08-19 Michael Spang <spang@google.com>
5015
5016 PR gdb/11786
5017 * gdb.base/gcore-tls-pie.c: New file.
5018 * gdb.base/gcore-tls-pie.exp: New file.
5019
5020 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5021
5022 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5023 * gdb.dwarf2/varval.c: New file.
5024 * gdb.dwarf2/varval.exp: New file.
5025
5026 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5027
5028 PR gdb/18931
5029 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5030
5031 2018-08-16 Keith Seitz <keiths@redhat.com>
5032
5033 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5034 tests expected to pass.
5035
5036 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5037
5038 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5039 -data-disassemble -a.
5040 (test_disassembly_bogus_args): Likewise.
5041
5042 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5043
5044 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5045
5046 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5047
5048 * gdb.base/vla-optimized-out.exp: Add new test.
5049
5050 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5051
5052 * gdb.base/vla-optimized-out-o3.exp: Delete.
5053 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5054 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5055 deleted tests.
5056
5057 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5058
5059 PR gdb/18050:
5060 * gdb.server/extended-remote-restart.c: New file.
5061 * gdb.server/extended-remote-restart.exp: New file.
5062
5063 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5064
5065 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5066 "set variable index = 42".
5067
5068 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5069
5070 * boards/index-cache-gdb.exp: New file.
5071 * gdb.dwarf2/index-cache.exp: New file.
5072 * gdb.dwarf2/index-cache.c: New file.
5073 * gdb.base/maint.exp: Check if we are using the index cache.
5074
5075 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5076
5077 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5078 MAKEFLAGS.
5079
5080 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5081
5082 * dg-extract-results.sh: Move to toplevel contrib.
5083 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5084 * Makefile.in (check-parallel-racy): Likewise.
5085
5086 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5087
5088 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5089 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5090 tests if the target supports scheduler locking.
5091
5092 2018-08-04 Tom de Vries <tdevries@suse.de>
5093
5094 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5095
5096 2018-08-02 Tom Tromey <tom@tromey.com>
5097
5098 PR symtab/16842.
5099 * gdb.cp/temargs.exp: Test "info address" of a template
5100 parameter.
5101
5102 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5103
5104 * gdb.python/py-mi-var-info-path-expression.c: New file.
5105 * gdb.python/py-mi-var-info-path-expression.py: New file.
5106 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5107
5108 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5109
5110 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5111 error after "cannot resolve name" string.
5112
5113 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5114
5115 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5116 started.
5117 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5118
5119 2018-07-28 Tom de Vries <tdevries@suse.de>
5120
5121 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5122
5123 2018-07-26 Tom de Vries <tdevries@suse.de>
5124
5125 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5126
5127 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5128
5129 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5130 is visible.
5131
5132 2018-07-26 Tom de Vries <tdevries@suse.de>
5133
5134 PR breakpoints/23366
5135 * gdb.base/catch-follow-exec.c: New test.
5136 * gdb.base/catch-follow-exec.exp: New file.
5137
5138 2018-07-25 Tom de Vries <tdevries@suse.de>
5139
5140 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5141 vla-optimized-out.c.
5142
5143 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5144
5145 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5146 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5147
5148 2018-07-20 Tom de Vries <tdevries@suse.de>
5149
5150 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5151 NOCLONE macro.
5152 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5153
5154 2018-07-19 Tom de Vries <tdevries@suse.de>
5155
5156 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5157 regular expression.
5158
5159 2018-07-18 Tom de Vries <tdevries@suse.de>
5160
5161 * gdb.base/vla-optimized-out.c: New test.
5162 * gdb.base/vla-optimized-out.exp: New file.
5163
5164 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5165
5166 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5167 message "No address associated with hostname" when gdbserver
5168 cannot resolve the hostname.
5169
5170 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5171
5172 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5173 Add some test prefixes to make tests unique.
5174
5175 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5176
5177 * gdb.base/frameapply.c: New file.
5178 * gdb.base/frameapply.exp: New file.
5179
5180 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5181
5182 * gdb.base/skip.exp: Update expected error message.
5183
5184 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5185 Jan Kratochvil <jan.kratochvil@redhat.com>
5186 Paul Fertser <fercerpav@gmail.com>
5187 Tsutomu Seki <sekiriki@gmail.com>
5188
5189 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5190 parameter.
5191 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5192 by default.
5193 * boards/native-gdbserver.exp: Likewise.
5194 * gdb.server/run-without-local-binary.exp: Improve regexp used
5195 for detecting when a remote debugging connection succeeds.
5196 * gdb.server/server-connect.exp: New file.
5197 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5198 Do not prefix the port number with ":".
5199 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5200 support for detecting and using it. Add '$debughost_gdbserver'
5201 to the list of arguments used to start gdbserver. Handle case
5202 when gdbserver cannot resolve a network name.
5203
5204 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5205
5206 PR c++/23373
5207 * gdb.base/ptype-offsets.cc (struct static_member): New
5208 struct.
5209 (main) <stmember>: New variable.
5210 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5211 with a static member in it.
5212
5213 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5214
5215 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5216 watchpoints enabled and disabled.
5217
5218 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5219
5220 * gdb.base/examine-backward.exp: Still run tests around address
5221 0x0, even if address 0x0 is not readable. Update the pattern for
5222 matching address 0x0 in expected output.
5223
5224 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5225
5226 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5227 malloc/free.
5228
5229 2018-07-04 Tom de Vries <tdevries@suse.de>
5230
5231 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5232
5233 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5234
5235 PR tdep/8282
5236 * gdb.arch/mips-disassembler-options.exp: New test.
5237 * gdb.arch/mips-disassembler-options.s: New test source.
5238
5239 2018-06-29 Pedro Alves <palves@redhat.com>
5240
5241 * gdb.threads/names.exp: Adjust expected "info threads" output.
5242
5243 2018-06-29 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.opt/inline-break.exp (line number, address): Add "info
5246 break" tests.
5247
5248 2018-06-29 Pedro Alves <palves@redhat.com>
5249
5250 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5251 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5252 number and address and running to them.
5253
5254 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5255
5256 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5257
5258 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 * lib/compiler.c: Remove executable permission flag.
5261
5262 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5263
5264 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5265 code.
5266 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5267
5268 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5269
5270 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5271
5272 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5273
5274 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5275 address argument is omitted.
5276
5277 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5278
5279 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5280
5281 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5282
5283 PR gdb/21695
5284 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5285 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5286
5287 2018-06-26 Tom Tromey <tom@tromey.com>
5288
5289 PR rust/22574:
5290 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5291 * gdb.rust/simple.rs (struct SimpleLayout): New.
5292
5293 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5294
5295 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5296 "info registers" output.
5297
5298 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5299
5300 * gdb.base/watchpoint-hw-attach.c: New test.
5301 * gdb.base/watchpoint-hw-attach.exp: New file.
5302
5303 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5304
5305 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5306 through /bin/sh.
5307 * boards/dwarf4-gdb-index.exp: Likewise.
5308 * boards/fission-dwp.exp: Likewise.
5309
5310 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5311
5312 * gdb.base/float128.exp: Add comment and improved fail message
5313 to the failure case of "print large128" test.
5314
5315 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5316
5317 * configure.ac: Remove AC_PREREQ.
5318 * configure: Re-generate.
5319
5320 2018-06-19 Pedro Alves <palves@redhat.com>
5321
5322 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5323 (func_extern_caller): New.
5324 (main): Call func_extern_caller.
5325 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5326 logic change.
5327
5328 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5329
5330 PR gdb/16841
5331 * gdb.cp/typedef-base.cc: New file.
5332 * gdb.cp/typedef-base.exp: New file.
5333
5334 2018-06-18 Tom de Vries <tdevries@suse.de>
5335
5336 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5337
5338 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5339 Richard Bunt <Richard.Bunt@arm.com>
5340
5341 * gdb.threads/attach-slow-waitpid.c: New file.
5342 * gdb.threads/attach-slow-waitpid.exp: New file.
5343 * gdb.threads/slow-waitpid.c: New file.
5344
5345 2018-06-14 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.base/fork-running-state.c: Include <errno.h>.
5348 (exit_if_relative_exits): New.
5349 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5350 exits.
5351 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5352 child exits.
5353
5354 2018-06-14 Tom de Vries <tdevries@suse.de>
5355
5356 PR cli/22573
5357 * gdb.base/finish-pretty.c: New test.
5358 * gdb.base/finish-pretty.exp: New file.
5359
5360 2018-06-14 Pedro Alves <palves@redhat.com>
5361
5362 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5363 gdb's expected startup output.
5364
5365 2018-06-14 Pedro Alves <palves@redhat.com>
5366
5367 * lib/selftest-support.exp (selftest_setup): Remove inlined
5368 function handling.
5369
5370 2018-06-14 Tom de Vries <tdevries@suse.de>
5371
5372 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5373 matching of breakpoint printing.
5374
5375 2018-06-13 Tom de Vries <tdevries@suse.de>
5376
5377 PR testsuite/23269
5378 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5379 (fork_child): ... here, and ...
5380 (fork_parent): ... here.
5381
5382 2018-06-12 Tom de Vries <tdevries@suse.de>
5383
5384 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5385
5386 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5387 Stephen Roberts <stephen.roberts@arm.com>
5388
5389 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5390 rewrite test to describe action performed, rather than possible
5391 failure.
5392
5393 2018-06-08 Gary Benson <gbenson@redhat.com>
5394
5395 * gdb.threads/check-libthread-db.exp: New file.
5396 * gdb.threads/check-libthread-db.c: Likewise.
5397
5398 2018-06-05 Tom Tromey <tom@tromey.com>
5399
5400 * gdb.base/default.exp: Update expected "show version" output.
5401
5402 2018-06-05 Tom Tromey <tom@tromey.com>
5403
5404 PR cli/12326:
5405 * gdb.cp/static-print-quit.exp: Update.
5406 * lib/gdb.exp (pagination_prompt): Update.
5407 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5408 * gdb.python/python.exp: Update.
5409
5410 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5411
5412 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5413
5414 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5415
5416 * gdb.ada/bp_fun_addr: New testcase.
5417
5418 2018-06-01 Tom Tromey <tom@tromey.com>
5419
5420 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5421 results.
5422 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5423 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5424 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5425 * gdb.base/maint.exp (maint_pass_if): Update.
5426
5427 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5428
5429 * gdb.base/endian.exp: New test.
5430 * gdb.base/endian.c: New test source.
5431
5432 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5433
5434 PR gdb/23203
5435 * gdb.base/bt-selected-frame.c: New file.
5436 * gdb.base/bt-selected-frame.exp: New file.
5437 * lib/gdb.exp (get_current_frame_number): New function.
5438
5439 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5440 Pedro Alves <palves@redhat.com>
5441
5442 * gdb.threads/tls-core.c: Include <stdlib.h>
5443 (thread_proc): Call `abort'.
5444 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5445 (tls_core_test): New procedure, bits factored out from ...
5446 (top level): ... here. Test both native cores and gcore cores.
5447
5448 2018-05-23 Tom Tromey <tom@tromey.com>
5449
5450 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5451
5452 2018-05-23 Tom Tromey <tom@tromey.com>
5453
5454 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5455 symfile_complaints.
5456 (test_short_complaints): Likewise.
5457 (test_empty_complaints): Likewise.
5458 (test_initial_complaints): Update.
5459
5460 2018-05-23 Tom Tromey <tom@tromey.com>
5461
5462 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5463
5464 2018-05-23 Tom Tromey <tom@tromey.com>
5465
5466 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5467 (test_short_complaints): Update.
5468
5469 2018-05-22 Pedro Alves <palves@redhat.com>
5470
5471 * gdb.base/remote.exp: Only gdb_start after compiling the
5472 testcase. Issue "disconnect" before testing "set remote" command
5473 defaults. Issue clean_restart before running to main.
5474
5475 2018-05-22 Pedro Alves <palves@redhat.com>
5476
5477 * gdb.base/remote.exp: Adjust expected output of "show remote
5478 memory-write-packet-size". Add tests for "set remote
5479 memory-write-packet-size 0" and "set remote
5480 memory-write-packet-size fixed/limit".
5481
5482 2018-05-22 Pedro Alves <palves@redhat.com>
5483
5484 PR gdb/22973
5485 * gdb.base/utf8-identifiers.c: New file.
5486 * gdb.base/utf8-identifiers.exp: New file.
5487
5488 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5489
5490 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5491
5492 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5493
5494 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5495
5496 2018-05-18 Tom Tromey <tom@tromey.com>
5497
5498 * gdb.base/ptype-offsets.exp: Update.
5499
5500 2018-05-17 Keith Seitz <keiths@redhat.com>
5501
5502 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5503 in expected breakpoint stop locations.
5504 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5505 move to proper scope to test variable values.
5506 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5507 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5508 New functions.
5509 (main): Call not_inline_func3.
5510 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5511 inline_func1, inline_func2, and inline_func3. Test that when each
5512 breakpoint is hit, GDB properly reports both the stop location
5513 and the backtrace. Repeat tests for temporary breakpoints.
5514
5515 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5516
5517 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5518 rather then trying to access it in determining whether the PID
5519 of `gdbserver' could have been retrieved.
5520
5521 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5522
5523 * gdb.arch/amd64-init-x87-values.S: New file.
5524 * gdb.arch/amd64-init-x87-values.exp: New file.
5525
5526 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5527
5528 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5529
5530 2018-05-04 Tom Tromey <tom@tromey.com>
5531
5532 PR python/22730:
5533 * gdb.python/python.exp: Test multi-line execute.
5534
5535 2018-05-04 Tom Tromey <tom@tromey.com>
5536
5537 PR python/22731:
5538 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5539
5540 2018-05-04 Tom Tromey <tom@tromey.com>
5541
5542 PR gdb/11750:
5543 * gdb.base/define.exp: Test defining a user command inside a user
5544 command.
5545 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5546
5547 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5548 Pedro Alves <palves@redhat.com>
5549
5550 PR breakpoints/19806 and support for PR external/20207.
5551 * gdb.base/watchpoint-unaligned.c: New file.
5552 * gdb.base/watchpoint-unaligned.exp: New file.
5553
5554 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5555
5556 * gdb.base/maint.exp: Make test names unique, use
5557 test_prefix_command_help to test 'help maint info', and remove
5558 repeated test of 'help maint'.
5559
5560 2018-05-04 Tom Tromey <tom@tromey.com>
5561
5562 PR gdb/22619:
5563 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5564 behavior.
5565
5566 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5567
5568 * gdb.base/maint.exp: Process output from 'maint print registers'
5569 line at a time.
5570
5571 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5572
5573 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5574 timeout.
5575
5576 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5577
5578 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5579 filter pattern.
5580
5581 2018-05-02 Pedro Alves <palves@redhat.com>
5582
5583 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5584 to_log_command renames.
5585 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5586
5587 2018-05-02 Tom Tromey <tom@tromey.com>
5588
5589 * gdb.python/py-parameter.exp: Set test message.
5590
5591 2018-05-02 Tom Tromey <tom@tromey.com>
5592
5593 PR python/20084:
5594 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5595 PARAM_ZUINTEGER_UNLIMITED tests.
5596
5597 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5598
5599 PR rust/23124
5600 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5601 when casting.
5602
5603 2018-04-30 Tom Tromey <tom@tromey.com>
5604
5605 * gdb.python/py-type.exp: Check align attribute.
5606 * gdb.python/py-type.c: New "aligncheck" global.
5607
5608 2018-04-30 Tom Tromey <tom@tromey.com>
5609
5610 PR exp/17095:
5611 * gdb.dwarf2/dw2-align.exp: New file.
5612 * gdb.cp/align.exp: New file.
5613 * gdb.base/align.exp: New file.
5614 * lib/gdb.exp (gdb_int128_helper): New proc.
5615 (has_int128_c, has_int128_cxx): New caching procs.
5616
5617 2018-04-27 Tom Tromey <tom@tromey.com>
5618
5619 PR rust/22545:
5620 * gdb.rust/simple.exp: Add inclusive range tests.
5621
5622 2018-04-26 Pedro Alves <palves@redhat.com>
5623
5624 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5625 ifunc breakpoint locations correctly of ifunc breakpoints set
5626 while the program resolves the ifunc.
5627
5628 2018-04-26 Pedro Alves <palves@redhat.com>
5629
5630 * gdb.base/gnu-ifunc-final.c: New file.
5631 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5632 * gdb.base/gnu-ifunc.exp (executable): Delete.
5633 (staticexecutable): Adjust.
5634 (lib_opts, exec_opts): Delete.
5635 (make_binsuffix, build, set-break): New procedures.
5636 (misc_tests): New, with tests factored out from the top level.
5637 (top level): Test different combinations of ifunc resolver name,
5638 resolver with and with debug info, and ifunc target with and
5639 without debug info. Wrap static tests with with_target_prefix.
5640
5641 2018-04-26 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5644 return type" warnings.
5645
5646 2018-04-25 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5649 killed".
5650 * gdb.base/kill-after-signal.exp: Likewise.
5651 * gdb.threads/kill.exp: Likewise.
5652
5653 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5654 Sergio Durigan Junior <sergiodj@redhat.com>
5655 Pedro Alves <palves@redhat.com>
5656
5657 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5658 regexps to expect for '[Inferior ... detached]' as well.
5659 * gdb.base/attach.exp: Likewise.
5660 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5661 "gdb_continue_to_end".
5662 (test_catch_syscall_with_wrong_args): Likewise.
5663 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5664 ']'. Don't set 'verbose' on.
5665 * gdb.base/foll-vfork.exp: Likewise.
5666 * gdb.base/fork-print-inferior-events.c: New file.
5667 * gdb.base/fork-print-inferior-events.exp: New file.
5668 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5669 '[Inferior ... has been killed]' message.
5670 * gdb.base/kill-after-signal.exp: Likewise.
5671 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5672 detach message.
5673 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5674 message.
5675 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5676 regexps to expect for '[Inferior ... detached]' as well.
5677 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5678
5679 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5680
5681 PR gdb/23104
5682 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5683
5684 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5685
5686 PR gdb/23095
5687 * gdb.base/break-probes.exp: Pass shlib_load to
5688 prepare_for_testing. Set normal_bp to r_debug_state if target is
5689 bsd.
5690
5691 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5692
5693 * gdb.threads/multiple-successive-infcall.c: New test.
5694 * gdb.threads/multiple-successive-infcall.exp: New file.
5695
5696 2018-04-17 Tom Tromey <tom@tromey.com>
5697
5698 * gdb.rust/simple.rs (Union): New type.
5699 (main): New local "u".
5700 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5701
5702 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5703
5704 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5705 number information in output of "whereis" command.
5706 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5707
5708 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5709
5710 * gdb.ada/info_types.exp: Adjust expected output to the line
5711 numbers now printed by "info var/func/type".
5712 * gdb.base/completion.exp: Likewise.
5713 * gdb.base/included.exp: Likewise.
5714 * gdb.cp/cp-relocate.exp: Likewise.
5715 * gdb.cp/cplusfuncs.exp: Likewise.
5716 * gdb.cp/namespace.exp: Likewise.
5717 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5718
5719 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5720
5721 * gdb.btrace/cpu.exp: New.
5722
5723 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5724
5725 * gdb.base/step-indirect-call-thunk.exp: New.
5726 * gdb.base/step-indirect-call-thunk.c: New.
5727 * gdb.reverse/step-indirect-call-thunk.exp: New.
5728 * gdb.reverse/step-indirect-call-thunk.c: New.
5729
5730 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5731
5732 * gdb.base/pie-fork.c: New file.
5733 * gdb.base/pie-fork.exp: New file.
5734
5735 2018-04-11 Tom Tromey <tom@tromey.com>
5736
5737 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5738
5739 2018-04-10 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5742 exits. Instead loop running forever.
5743 (fork_parent): Run forever too.
5744
5745 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5746
5747 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5748 mi_continue_to_line.
5749 * gdb.mi/mi-stack.c (callee4): Add comment.
5750
5751 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5752
5753 * gdb.mi/mi-stack.exp: Fix indentation.
5754
5755 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5756
5757 PR gdb/22979
5758 * gdb.arch/amd64-osabi.exp: New file.
5759
5760 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 PR gdb/22980
5763 * gdb.base/osabi.exp: New file.
5764
5765 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5766
5767 * gdb.cp/static-typedef-print.exp: New file.
5768 * gdb.cp/static-typedef-print.cc: New file.
5769
5770 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5771
5772 * gdb.ada/varsize_limit: New testcase.
5773
5774 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5775
5776 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5777
5778 * gdb.ada/notcplusplus: New testcase.
5779
5780 * gdb.base/c-linkage-name.c: New file.
5781 * gdb.base/c-linkage-name.exp: New testcase.
5782
5783 2018-03-26 Tom Tromey <tom@tromey.com>
5784
5785 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5786 * gdb.python/py-framefilter.py (name_error): New global.
5787 (ErrorInName.function): Use name_error.
5788
5789 2018-03-26 Tom Tromey <tom@tromey.com>
5790
5791 PR backtrace/15582:
5792 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5793
5794 2018-03-23 Keith Seitz <keiths@redhat.com>
5795
5796 PR c++/22968
5797 * gdb.cp/subtypes.exp: New file.
5798 * gdb.cp/subtypes.h: New file.
5799 * gdb.cp/subtypes.cc: New file.
5800 * gdb.cp/subtypes-2.cc: New file.
5801
5802 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5803
5804 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5805 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5806 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5807 -nostartfiles when compiling the test. Confirm that all registers
5808 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5809
5810 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5811
5812 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5813 option, syntax was wrong anyway.
5814 * gdb.arch/arm-disp-step.exp: Likewise.
5815 * gdb.arch/sparc64-regs.exp: Likewise.
5816 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5817 option, syntax was wrong anyway, switch to use
5818 prepare_for_testing.
5819 * gdb.arch/i386-disp-step.exp: Likewise.
5820
5821 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5822
5823 * gdb.ada/exec_changed.exp: Replace "target_info exists
5824 use_gdb_stub" by "use_gdb_stub".
5825 * gdb.ada/start.exp: Likewise.
5826 * gdb.base/async-shell.exp: Likewise.
5827 * gdb.base/attach-pie-misread.exp: Likewise.
5828 * gdb.base/attach-wait-input.exp: Likewise.
5829 * gdb.base/break-entry.exp: Likewise.
5830 * gdb.base/break-interp.exp: Likewise.
5831 * gdb.base/dprintf-detach.exp: Likewise.
5832 * gdb.base/nostdlib.exp: Likewise.
5833 * gdb.base/solib-nodir.exp: Likewise.
5834 * gdb.base/statistics.exp: Likewise.
5835 * gdb.base/testenv.exp: Likewise.
5836 * gdb.mi/mi-exec-run.exp: Likewise.
5837 * gdb.mi/mi-start.exp: Likewise.
5838 * gdb.multi/dummy-frame-restore.exp: Likewise.
5839 * gdb.multi/multi-arch-exec.exp: Likewise.
5840 * gdb.multi/multi-arch.exp: Likewise.
5841 * gdb.multi/tids.exp: Likewise.
5842 * gdb.multi/watchpoint-multi.exp: Likewise.
5843 * gdb.python/py-events.exp: Likewise.
5844 * gdb.threads/attach-into-signal.exp: Likewise.
5845 * gdb.threads/attach-stopped.exp: Likewise.
5846 * gdb.threads/threadapply.exp: Likewise.
5847 * lib/selftest-support.exp: Likewise.
5848
5849 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5850
5851 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5852
5853 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5854
5855 * gdb.perf/template-breakpoints.cc: New file.
5856 * gdb.perf/template-breakpoints.exp: New file.
5857 * gdb.perf/template-breakpoints.py: New file.
5858
5859 2018-03-19 Tom Tromey <tom@tromey.com>
5860
5861 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5862 y0.
5863 * gdb.rust/simple.exp: Test bare identifier form of struct
5864 initializer.
5865
5866 2018-03-19 Tom Tromey <tom@tromey.com>
5867
5868 * gdb.gdb/observer.exp: Remove.
5869
5870 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5871
5872 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5873 "qualified" option when setting breakpoints.
5874 * gdb.trace/backtrace.exp: Likewise.
5875 * gdb.trace/circ.exp: Likewise.
5876 * gdb.trace/collection.exp: Likewise.
5877 * gdb.trace/disconnected-tracing.exp: Likewise.
5878 * gdb.trace/ftrace-lock.exp: Likewise.
5879 * gdb.trace/ftrace.exp: Likewise.
5880 * gdb.trace/infotrace.exp: Likewise.
5881 * gdb.trace/packetlen.exp: Likewise.
5882 * gdb.trace/passc-dyn.exp: Likewise.
5883 * gdb.trace/qtro.exp: Likewise.
5884 * gdb.trace/read-memory.exp: Likewise.
5885 * gdb.trace/report.exp: Likewise.
5886 * gdb.trace/signal.exp: Likewise.
5887 * gdb.trace/status-stop.exp: Likewise.
5888 * gdb.trace/strace.exp: Likewise.
5889 * gdb.trace/tfind.exp: Likewise.
5890 * gdb.trace/trace-break.exp: Likewise.
5891 * gdb.trace/trace-condition.exp: Likewise.
5892 * gdb.trace/trace-mt.exp: Likewise.
5893 * gdb.trace/tstatus.exp: Likewise.
5894 * gdb.trace/tsv.exp: Likewise.
5895 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5896 * gdb.trace/unavailable.exp: Likewise.
5897 * gdb.trace/while-dyn.exp: Likewise.
5898
5899 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5900
5901 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5902 that libinproctrace is copied to the target.
5903
5904 2018-03-14 Tom Tromey <tom@tromey.com>
5905
5906 PR cli/14977:
5907 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5908 a null pointer.
5909 * gdb.base/wchar.exp: Likewise.
5910
5911 2018-03-14 Tom Tromey <tom@tromey.com>
5912
5913 PR cli/19918:
5914 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5915 flag.
5916
5917 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5918
5919 PR gdb/22841
5920 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5921 "target" to remote_exec.
5922
5923 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5924
5925 PR gdb/22841
5926 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5927 ${board}_upload): Remove.
5928
5929 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5930
5931 * gdb.cp/watch-cp.cc: New test.
5932 * gdb.cp/watch-cp.exp: New file.
5933
5934 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5935
5936 * gdb.base/infcall-nested-structs.exp: New file.
5937 * gdb.base/infcall-nested-structs.c: New file.
5938 * gdb.base/float.exp: Add riscv support.
5939
5940 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5941
5942 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5943 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5944
5945 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5946
5947 * gdb.server/abspath.exp: New file.
5948 * lib/gdb.exp (with_cwd): New procedure.
5949
5950 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5951
5952 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5953 use it.
5954 (gdb_is_target_remote_prompt): New proc.
5955 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5956 (gdb_is_target_native): Pass prompt parameter to
5957 gdb_is_target_1.
5958
5959 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5960
5961 * gdb.base/load-command.c: New file.
5962 * gdb.base/load-command.exp: New file.
5963 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5964 (gdb_is_target_1): ...this, and generalize for other targets
5965 than just remote.
5966 (gdb_is_target_remote): Use gdb_is_target_1.
5967 (gdb_is_target_native): use gdb_is_target_1.
5968
5969 2018-02-26 Tom Tromey <tom@tromey.com>
5970
5971 PR python/16497:
5972 * gdb.python/py-framefilter.exp: Update test.
5973
5974 2018-02-26 Tom Tromey <tom@tromey.com>
5975
5976 * gdb.dwarf2/variant.c: New file.
5977 * gdb.dwarf2/variant.exp: New file.
5978
5979 2018-02-26 Tom Tromey <tom@tromey.com>
5980
5981 * gdb.rust/simple.exp: Accept more possible results in enum test.
5982
5983 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5984
5985 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5986 parentheses.
5987
5988 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5989
5990 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5991 name of a variable: $actual_linejj -> $actual_line.
5992
5993 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5994
5995 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5996
5997 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5998
5999 * gdb.btrace/buffer-size.exp: Do not force BTS.
6000
6001 2018-02-14 Pedro Alves <palves@redhat.com>
6002
6003 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6004 getting a "Quit".
6005
6006 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6007
6008 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6009 Fix test name.
6010
6011 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6012
6013 * gdb.cp/m-static.exp: Check type of optimized out static
6014 member.
6015
6016 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6017
6018 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6019 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6020
6021 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6022 Leszek Swirski <leszeks@google.com>
6023
6024 * gdb.python/py-prettyprint.c
6025 (struct to_string_returns_value_inner,
6026 struct to_string_returns_value_wrapper): New.
6027 (main): Add tsrvw variable.
6028 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6029 ToStringReturnsValueWrapper): New classes.
6030 (register_pretty_printers): Register new pretty-printers.
6031 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6032 recursive pretty printer.
6033 * gdb.python/py-mi.exp: Likewise.
6034
6035 2018-02-01 Leszek Swirski <leszeks@google.com>
6036
6037 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6038 functions with the same name as an include file are parsed
6039 correctly.
6040
6041 2018-02-01 Yao Qi <yao.qi@linaro.org>
6042
6043 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6044 "\[^\r\n\]*".
6045
6046 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6047
6048 * gdb.arch/powerpc-prologue-frame.s: New file.
6049 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6050 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6051
6052 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6053
6054 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6055
6056 2018-01-30 Pedro Alves <palves@redhat.com>
6057
6058 PR gdb/13211
6059 * gdb.base/interrupt-daemon.c: New.
6060 * gdb.base/interrupt-daemon.exp: New.
6061 * gdb.multi/multi-term-settings.c: New.
6062 * gdb.multi/multi-term-settings.exp: New.
6063
6064 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6065
6066 * gdb.base/break.exp: Save the location where the breakpoint
6067 on break.c:47 was actually inserted when debugging the version
6068 compiled at -O2 and use it in the expected output of the "info
6069 break" test performed soon after.
6070
6071 2018-01-22 Pedro Alves <palves@redhat.com>
6072 Sergio Durigan Junior <sergiodj@redhat.com>
6073
6074 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6075 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6076
6077 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6078
6079 * gdb.base/break-include.c, gdb.base/break-include.inc,
6080 gdb.base/break-include.exp: New files.
6081 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6082 line number now being the actual line number where the breakpoint
6083 was inserted.
6084 * gdb.mi/mi-break.exp: Likewise.
6085 * gdb.mi/mi-reverse.exp: Likewise.
6086 * gdb.mi/mi-simplerun.exp: Ditto.
6087
6088 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6089
6090 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6091 varobj.
6092 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6093
6094 2018-01-21 Don Breazeal <donb@codesourcery.com>
6095 Andrew Burgess <andrew.burgess@embecosm.com>
6096
6097 * gdb.mi/basics.c: Add new global.
6098 * gdb.mi/mi-frame-regs.exp: New file.
6099 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6100 case.
6101
6102 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6103
6104 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6105 non-parameter, and on an unknown symbol.
6106
6107 2018-01-19 Tom Tromey <tom@tromey.com>
6108
6109 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6110 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6111
6112 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6113
6114 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6115 setrlimit and chdir to int.
6116
6117 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6118
6119 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6120 function.
6121 (my_tend): Likewise.
6122 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6123 rationale of avoiding FP- and vector instructions.
6124
6125 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6126
6127 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6128 "info reg" with "\[ \t\]*".
6129 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6130 "\[ \t\]+".
6131 * gdb.arch/s390-multiarch.exp: Ditto.
6132 * gdb.base/pc-fp.exp: Ditto.
6133 * gdb.reverse/i386-precsave.exp: Ditto.
6134 * gdb.reverse/i386-reverse.exp: Ditto.
6135 * gdb.reverse/i387-env-reverse.exp: Ditto.
6136 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6137
6138 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6139
6140 * lib/gdb.exp (gdb_compile): Re-enable use of
6141 universal_compile_options for languages other than Rust.
6142
6143 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6144
6145 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6146
6147 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6148
6149 PR gdb/16577
6150 * gdb.base/solib-vanish.exp: New.
6151 * gdb.base/solib-vanish-main.c: New.
6152 * gdb.base/solib-vanish-lib1.c: New.
6153 * gdb.base/solib-vanish-lib2.c: New.
6154
6155 2018-01-17 Yao Qi <yao.qi@linaro.org>
6156
6157 * gdb.compile/compile.exp: Match the address printed for
6158 frame in the output of command "bt".
6159
6160 2018-01-15 Tom Tromey <tom@tromey.com>
6161
6162 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6163 compute sp_reg.
6164
6165 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6166
6167 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6168 to prepare.
6169 (prepare): Return 0 on error, 1 on success.
6170
6171 2018-01-12 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.base/continue-after-aborted-step-over.c: New.
6174 * gdb.base/continue-after-aborted-step-over.exp: New.
6175
6176 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6177
6178 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6179 options when not creating an executable.
6180
6181 2018-01-11 Pedro Alves <palves@redhat.com>
6182
6183 PR remote/22597
6184 * gdb.server/stop-reply-no-thread.c: New file.
6185 * gdb.server/stop-reply-no-thread.exp: New file.
6186
6187 2018-01-10 Pedro Alves <palves@redhat.com>
6188
6189 PR gdb/22670
6190 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6191 functions too. Test setting breakpoints and printing C functions
6192 with no debug info too.
6193 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6194
6195 2018-01-10 Pedro Alves <palves@redhat.com>
6196
6197 PR gdb/22670
6198 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6199 a fail.
6200
6201 2018-01-10 Pedro Alves <palves@redhat.com>
6202
6203 PR gdb/22670
6204 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6205
6206 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6207
6208 * gdb.server/unittest.exp: Match the output in non-development
6209 mode.
6210
6211 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6212
6213 * gdb.gdb/unittest.exp: Match output in non-development mode.
6214
6215 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6216
6217 * gdb.ada/access_tagged_param.exp: Relax expected output
6218 for value of "ObjL" in "continue" to pck.inspect breakpoint
6219 test.
6220
6221 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6222
6223 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6224 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6225
6226 2018-01-05 Pedro Alves <palves@redhat.com>
6227
6228 PR gdb/18653
6229 * gdb.base/libsegfault.exp: New.
6230
6231 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6232
6233 PR gdb/22670
6234 * gdb.ada/access_tagged_param.exp: New file.
6235 * gdb.ada/access_tagged_param/foo.adb: New file.
6236
6237 2018-01-05 Pedro Alves <palves@redhat.com>
6238
6239 PR gdb/22670
6240 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6241 exercise lower case too, and to exercise both full matching and
6242 wild matching.
6243
6244 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6245
6246 * gdb.ada/rename_subscript_param: New testcase.
6247
6248 2018-01-05 Jerome Guitton <guitton@adacore.com>
6249
6250 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6251
6252 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6253
6254 * gdb.ada/convvar_comp: New testcase.
6255
6256 2018-01-05 Xavier Roirand <roirand@adacore.com>
6257
6258 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6259 (My_Table): New global variable.
6260 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6261
6262 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6263
6264 PR gdb/22670
6265 * gdb.ada/maint_with_ada: New testcase.
6266
6267 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6268
6269 PR gdb/22670
6270 * gdb.ada/bp_c_mixed_case: New testcase.
6271
6272 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6273
6274 PR gdb/22670
6275 * gdb.ada/complete.exp: Add "complete break ada" test.
6276
6277 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6278
6279 PR gdb/22670
6280 * gdb.ada/info_addr_mixed_case: New testcase.
6281
6282 2018-01-03 Xavier Roirand <roirand@adacore.com>
6283
6284 * gdb.ada/excep_handle.exp: New testcase.
6285 * gdb.ada/excep_handle/foo.adb: New file.
6286 * gdb.ada/excep_handle/pck.ads: New file.
6287
6288 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6289
6290 * gdb.base/step-line.c: Add extra empty line in copyright header.
6291 * gdb.base/step-line.inp: Likewise.
6292
6293 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6294
6295 * gdb.ada/dyn_stride.exp: Add slice test.
6296
6297 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6298
6299 * gdb.ada/dyn_stride: New testcase.
6300
6301 2017-12-27 Stafford Horne <shorne@gmail.com>
6302
6303 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6304 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6305
6306 2017-12-27 Stafford Horne <shorne@gmail.com>
6307
6308 * gdb.base/reggroups.c: New file.
6309 * gdb.base/reggroups.exp: New file.
6310
6311 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6312
6313 * gdb.dwarf2/ada-valprint-error.c: New file.
6314 * gdb.dwarf2/ada-valprint-error.exp: New file.
6315
6316 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6317
6318 * gdb.ada/assign_arr: New testcase.
6319
6320 2017-12-18 Xavier Roirand <roirand@adacore.com>
6321
6322 * gdb.ada/funcall_ptr: New testcase.
6323
6324 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6325
6326 PR cli/16224
6327 * gdb.base/ptype-offsets.cc: New file.
6328 * gdb.base/ptype-offsets.exp: New file.
6329
6330 2017-12-15 Yao Qi <yao.qi@linaro.org>
6331
6332 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6333 if XML is disabled.
6334
6335 2017-12-15 Xavier Roirand <roirand@adacore.com>
6336
6337 * gdb.ada/same_component_name: New testcase.
6338
6339 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6340
6341 * gdb.ada/str_binop_equal: New testcase.
6342
6343 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6344
6345 * gdb.ada/task_switch_in_core: New testcase.
6346
6347 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6348
6349 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6350 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6351 call test_bkpt_qualified.
6352 (test_bkpt_qualified): New proc.
6353
6354 2017-12-13 Pedro Alves <palves@redhat.com>
6355
6356 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6357 Tighten regexp by matching with an anchor.
6358
6359 2017-12-13 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6362 ("expression with namespace"): New set of tests.
6363 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6364 (Nested::Test_NS::qux): New.
6365 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6366 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6367
6368 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6369
6370 * gdb.base/server-del-break.c: New file.
6371 * gdb.base/server-del-break.exp: New file.
6372
6373 2017-12-12 Stafford Horne <shorne@gmail.com>
6374
6375 * gdb.xml/tdesc-regs.exp: Add or1k support.
6376
6377 2017-12-12 Stafford Horne <shorne@gmail.com>
6378
6379 * gdb.base/bp-permanent.c: Define nop of or1k.
6380
6381 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6382
6383 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6384 output with components being reordered.
6385
6386 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6387
6388 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6389 output with components being reordered.
6390
6391 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6392 Pedro Alves <palves@redhat.com>
6393
6394 * gdb.base/maint.exp (check for .gdb_index): Check also for
6395 .debug_names.
6396 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6397 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6398 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6399 (.gdb_index used after symbol reloading): Support also .debug_names.
6400 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6401
6402 2017-12-08 Yao Qi <yao.qi@linaro.org>
6403
6404 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6405 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6406
6407 2017-12-08 Yao Qi <yao.qi@linaro.org>
6408
6409 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6410 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6411
6412 2017-12-08 Yao Qi <yao.qi@linaro.org>
6413
6414 * gdb.arch/aarch64-tagged-pointer.c: New file.
6415 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6416
6417 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6418
6419 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6420 "int".
6421
6422 2017-12-07 Keith Seitz <keiths@redhat.com>
6423
6424 PR breakpoints/22569
6425 * gdb.linespec/ls-errs.exp: Change expected result of "break
6426 -source this file has spaces.c -line 3".
6427 Check that an explicit source file followed by whitespace is
6428 identified as an invalid explicit location.
6429
6430 2017-12-07 Keith Seitz <keiths@redhat.com>
6431
6432 * gdb.cp/nested-types.cc: New file.
6433 * gdb.cp/nested-types.exp: New file.
6434 * lib/cp-support.exp: Load data-structures.exp library.
6435 (debug_cp_test_ptype_class): New global.
6436 (cp_ptype_class_verbose, next_line): New procedures.
6437 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6438 Add and document new return value.
6439 Switch the list of lines to a queue.
6440 Add support for new `type' key for nested type definitions.
6441 Add debugging/troubleshooting messages.
6442 * lib/data-structures.exp: New file.
6443
6444 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6445
6446 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6447 with proc_with_prefix, don't use with_test_prefix.
6448
6449 2017-12-07 Tom Tromey <tom@tromey.com>
6450
6451 * gdb.base/break.exp: Add test for empty "commands".
6452
6453 2017-12-07 Yao Qi <yao.qi@linaro.org>
6454
6455 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6456 malloc and catch syscall.
6457
6458 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6459
6460 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6461 tests for explicit locations.
6462
6463 2017-12-06 Pedro Alves <palves@redhat.com>
6464
6465 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6466 force-disabling XML descriptions.
6467
6468 2017-12-04 Pedro Alves <palves@redhat.com>
6469
6470 PR gdb/22499
6471 * gdb.arch/amd64-disp-step-avx.S: New file.
6472 * gdb.arch/amd64-disp-step-avx.exp: New file.
6473
6474 2017-12-03 Pedro Alves <palves@redhat.com>
6475
6476 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6477 and <string.h>.
6478 (parent_function): Print distinct messages when waitpid fails, or
6479 the child exits with a signal, or the child exits for an unhandled
6480 reason.
6481 * gdb.threads/process-dies-while-detaching.exp
6482 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6483 it. Wait for both inferior output and GDB's prompt. Use an
6484 indirect spawn id list.
6485 (do_detach): New parameter 'child_exit'. Use it to compute
6486 expected inferior output.
6487 (test_detach, test_detach_watch, test_detach_killed_outside):
6488 Adjust to pass down the expected child exit kind.
6489
6490 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6491 Sergio Durigan Junior <sergiodj@redhat.com>
6492 Pedro Alves <palves@redhat.com>
6493
6494 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6495
6496 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6497
6498 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6499 to 'symbol-file' and 'add-symbol-file' can be
6500 position-independent.
6501
6502 2017-12-01 Yao Qi <yao.qi@linaro.org>
6503
6504 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6505 the URL in copyright header.
6506 * gdb.arch/aarch64-fp.exp: Likewise.
6507 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6508 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6509 * gdb.base/expand-psymtabs.exp: Likewise.
6510 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6511 * gdb.fortran/common-block.exp: Likewise.
6512 * gdb.fortran/common-block.f90: Likewise.
6513 * gdb.fortran/logical.exp: Likewise.
6514 * gdb.fortran/vla-datatypes.f90: Likewise.
6515 * gdb.fortran/vla-sub.f90: Likewise.
6516
6517 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6518
6519 * gdb.ada/repeat_dyn: New testcase.
6520
6521 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6522
6523 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6524 Update for changed thread numbering.
6525 * gdb.cell/bt.exp: Update for changed GDB output.
6526
6527 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6528
6529 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6530 setting isremote by hand.
6531 * boards/dwarf4-gdb-index.exp: Likewise.
6532 * boards/fission.exp: Likewise.
6533 * boards/stabs.exp: Likewise.
6534
6535 2017-11-30 Pedro Alves <palves@redhat.com>
6536
6537 * gdb.linespec/cpls-ops.exp
6538 (check_explicit_skips_function_argument): Extract the underlying
6539 type of size_t instead of hardcoding it.
6540
6541 2017-11-29 Pedro Alves <palves@redhat.com>
6542
6543 PR c++/19436
6544 * gdb.linespec/cpls-abi-tag.cc: New file.
6545 * gdb.linespec/cpls-abi-tag.exp: New file.
6546
6547 2017-11-29 Pedro Alves <palves@redhat.com>
6548
6549 * gdb.base/langs.exp: Use -qualified.
6550 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6551 it.
6552 * gdb.cp/namespace.exp: Use -qualified.
6553 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6554 (overload-3, template-overload, template-ret-type, const-overload)
6555 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6556 procedures.
6557 (test_driver): Call them.
6558 * gdb.cp/save-bp-qualified.cc: New.
6559 * gdb.cp/save-bp-qualified.exp: New.
6560 * gdb.linespec/explicit.exp: Test -qualified.
6561 * lib/completion-support.exp (completion::explicit_opts_list): Add
6562 "-qualified".
6563 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6564
6565 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6566
6567 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6568
6569 2017-11-29 Tom Tromey <tom@tromey.com>
6570
6571 * gdb.base/relocate.exp: Update invalid argument test.
6572 Add new tests for invalid arguments.
6573
6574 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6575
6576 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6577 Return 0 as a long.
6578 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6579
6580 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6581
6582 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6583 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6584 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6585 func ().
6586 * gdb.cp/shadow.cc (B.func): Return 0.
6587
6588 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6589
6590 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6591 expected output in gdb_expect call to allow the exception
6592 message to be present as well. Fix syntax confusion to avoid
6593 TCL thinking that exception_name is an array.
6594
6595 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6596
6597 * gdb.arch/spu-info.c: Include <unistd.h>.
6598 (do_signal_test): Fix broken calls to write.
6599 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6600 Fix checks for empty mailboxes. Update signal tests for corrected
6601 do_signal_test routine. Allow nonzero event status.
6602 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6603 * gdb.cell/arch.exp: Use standard_output_file.
6604 * gdb.cell/break.exp: Likewise.
6605 * gdb.cell/bt.exp: Likewise.
6606 * gdb.cell/core.exp: Likewise.
6607 * gdb.cell/dwarfaddr.exp: Likewise.
6608 * gdb.cell/ea-cache.exp: Likewise.
6609 * gdb.cell/ea-standalone.exp: Likewise.
6610 * gdb.cell/f-regs.exp: Likewise.
6611 * gdb.cell/fork.exp: Likewise.
6612 * gdb.cell/gcore.exp: Likewise.
6613 * gdb.cell/mem-access.exp: Likewise.
6614 * gdb.cell/ptype.exp: Likewise.
6615 * gdb.cell/registers.exp: Likewise.
6616 * gdb.cell/sizeof.exp: Likewise.
6617 * gdb.cell/solib-symbol.exp: Likewise.
6618 * gdb.cell/solib.exp: Likewise.
6619
6620 2017-11-25 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.base/complete-empty.exp: New file.
6623 * gdb.base/completion.exp: Adjust.
6624
6625 2017-11-25 Pedro Alves <palves@redhat.com>
6626
6627 * gdb.linespec/cpls-ops.cc: New file.
6628 * gdb.linespec/cpls-ops.exp: New file.
6629 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6630 factored out from ...
6631 (test_complete_prefix_range): ... this.
6632
6633 2017-11-24 Pedro Alves <palves@redhat.com>
6634
6635 * gdb.linespec/cpcompletion.exp: New file.
6636 * gdb.linespec/cpls-hyphen.cc: New file.
6637 * gdb.linespec/cpls.cc: New file.
6638 * gdb.linespec/cpls2.cc: New file.
6639 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6640 test to use test_gdb_complete_unique. Add label completion,
6641 keyword completion and explicit location completion tests.
6642 * lib/completion-support.exp: New file.
6643
6644 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6645
6646 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6647 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6648 when hitting an exception catchpoint.
6649
6650 2017-11-22 Yao Qi <yao.qi@linaro.org>
6651
6652 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6653
6654 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6655
6656 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6657 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6658 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6659
6660 2017-11-22 Yao Qi <yao.qi@linaro.org>
6661
6662 * gdb.base/info-os.exp: Pass pthreads.
6663 * gdb.multi/multi-attach.exp: Likewise.
6664
6665 2017-11-22 Yao Qi <yao.qi@linaro.org>
6666
6667 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6668 compiler.
6669
6670 2017-11-22 Yao Qi <yao.qi@linaro.org>
6671
6672 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6673 * gdb.base/break-interp.exp: Likewise.
6674 * gdb.base/jit-attach-pie.exp: Likewise.
6675
6676 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6677
6678 * gdb.base/float128.c (large128): New variable.
6679 * gdb.base/float128.exp: Add test to print largest __float128 value.
6680
6681 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6682
6683 * gdb.arch/vsx-regs.exp: Update register content checks.
6684
6685 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6686
6687 * gdb.arch/ppc-longdouble.exp: New file.
6688 * gdb.arch/ppc-longdouble.c: Likewise.
6689
6690 2017-11-21 Pedro Alves <palves@redhat.com>
6691
6692 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6693
6694 2017-11-20 Pedro Alves <palves@redhat.com>
6695
6696 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6697 (long_double_typedef): New typedefs.
6698 Use DEF on double and long double.
6699 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6700 cases.
6701 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6702 and 'long_double_ptr_same_size' locals. Use them to decide
6703 whether cast from array/function to float is valid/invalid.
6704
6705 2017-11-17 Tom Tromey <tom@tromey.com>
6706
6707 * gdb.rust/traits.rs: New file.
6708 * gdb.rust/traits.exp: New file.
6709
6710 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6711
6712 * gdb.ada/minsyms: New testcase.
6713
6714 2017-11-16 Pedro Alves <palves@redhat.com>
6715
6716 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6717 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6718
6719 2017-11-16 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6722 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6723
6724 2017-11-16 Pedro Alves <palves@redhat.com>
6725
6726 * gdb.server/reconnect-ctrl-c.c: New file.
6727 * gdb.server/reconnect-ctrl-c.exp: New file.
6728
6729 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6730
6731 * gdb.python/py-rbreak.exp: New file.
6732 * gdb.python/py-rbreak.c: New file.
6733 * gdb.python/py-rbreak-func2.c: New file.
6734
6735 2017-11-16 Pedro Alves <palves@redhat.com>
6736
6737 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6738 pattern.
6739 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6740 GDB.
6741
6742 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6743
6744 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6745 regex.
6746
6747 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6748
6749 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6750 test names.
6751
6752 2017-11-09 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6755 factored out from ...
6756 (top level): ... here, and adjusted to avoid expecting beyond the
6757 prompt in a single gdb_test_multiple.
6758
6759 2017-11-09 Pedro Alves <palves@redhat.com>
6760
6761 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6762 output.
6763 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6764 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6765 * gdb.server/ext-run.exp ("kill" test): Likewise.
6766 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6767
6768 2017-11-09 Pedro Alves <palves@redhat.com>
6769
6770 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6771 match till end of line.
6772
6773 2017-11-09 Pedro Alves <palves@redhat.com>
6774
6775 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6776
6777 2017-11-09 Pedro Alves <palves@redhat.com>
6778
6779 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6780 New procedures, factored out from ...
6781 (top level): ... here, and adjusted to avoid expecting beyond the
6782 prompt in one go.
6783
6784 2017-11-09 Pedro Alves <palves@redhat.com>
6785
6786 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6787 output. Fix '?' match.
6788
6789 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6790
6791 * gdb.ada/scoped_watch: New testcase.
6792 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6793 which is actually correct.
6794 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6795 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6796
6797 2017-11-08 Pedro Alves <palves@redhat.com>
6798
6799 * gdb.gdb/complaints.exp (test_initial_complaints)
6800 (test_serial_complaints, test_short_complaints): Call
6801 complaint_internal instead of complaint.
6802
6803 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6804
6805 * gdb.threads/tls-core.c: New file.
6806 * gdb.threads/tls-core.exp: Likewise.
6807
6808 2017-11-08 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6811 (p Exported_Capitalized): New test.
6812 (p exported_capitalized): New test.
6813
6814 2017-11-07 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6817
6818 2017-11-07 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6821 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6822 (disable_invalid, disable_inverted, disable_negative): New
6823 procedures.
6824 ("bad numbers"): New set of tests.
6825
6826 2017-11-07 Pedro Alves <palves@redhat.com>
6827
6828 * gdb.cp/ena-dis-br-range.exp: Add tests.
6829
6830 2017-11-07 Pedro Alves <palves@redhat.com>
6831
6832 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6833
6834 2017-11-07 Xavier Roirand <roirand@adacore.com>
6835 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.base/ena-dis-br.exp: Add reference to
6838 gdb.cp/ena-dis-br-range.exp.
6839 * gdb.cp/ena-dis-br-range.exp: New file.
6840 * gdb.cp/ena-dis-br-range.cc: New file.
6841
6842 2017-11-06 Pedro Alves <palves@redhat.com>
6843
6844 * gdb.base/attach-non-pgrp-leader.c: New.
6845 * gdb.base/attach-non-pgrp-leader.exp: New.
6846
6847 2017-11-06 Pedro Alves <palves@redhat.com>
6848
6849 * configure.ac: No longer check for termio.h and sgtty.h.
6850 * configure: Regenerate.
6851 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6852 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6853 Remove termio and sgtty code.
6854
6855 2017-11-03 Yao Qi <yao.qi@linaro.org>
6856
6857 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6858 in GDB is disabled.
6859
6860 2017-11-03 Yao Qi <yao.qi@linaro.org>
6861
6862 * gdb.python/py-thrhandle.exp: Skip it if python is not
6863 enabled.
6864
6865 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6866
6867 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6868 as a breakpoint command.
6869
6870 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6871
6872 PR python/21213
6873 * gdb.python/py-infthread.exp: Test calling
6874 InferiorThread.inferior () multiple times in a row.
6875
6876 2017-10-27 Keith Seitz <keiths@redhat.com>
6877
6878 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6879 Test "info break" for every inlined function breakpoint.
6880
6881 2017-10-27 Yao Qi <yao.qi@linaro.org>
6882
6883 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6884
6885 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6886
6887 * gdb.cp/classes.exp (test_static_members): Test printing
6888 Outer::instance.
6889 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6890 (Inner::instance, Outer::instance): New.
6891
6892 2017-10-24 Pedro Alves <palves@redhat.com>
6893
6894 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6895 extra console" test in two stages.
6896
6897 2017-10-24 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6900
6901 2017-10-24 Pedro Alves <palves@redhat.com>
6902
6903 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6904 loop.
6905
6906 2017-10-24 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6909 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6910
6911 2017-10-24 Pedro Alves <palves@redhat.com>
6912
6913 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6914 parameter and handle it. Don't output read value in test name.
6915
6916 2017-10-24 Pedro Alves <palves@redhat.com>
6917
6918 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6919 custom test name.
6920
6921 2017-10-24 Pedro Alves <palves@redhat.com>
6922
6923 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6924 include the unstable output directory name in the test's name.
6925 (initial_setup_simple) <'set args'>: Use custom test name.
6926
6927 2017-10-24 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6930 with explicit test name.
6931
6932 2017-10-20 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6935 'wait -i'. Use gdb_assert and remote_close.
6936
6937 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6938
6939 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6940 number from variable rather than hard-coded.
6941
6942 2017-10-19 Pedro Alves <palves@redhat.com>
6943
6944 * gdb.base/long-inferior-output.c: New file.
6945 * gdb.base/long-inferior-output.exp: New file.
6946
6947 2017-11-18 Keith Seitz <keiths@redhat.com>
6948
6949 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6950 method.
6951 (main): Call it.
6952 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6953 Add additional user-defined conversion operator tests.
6954
6955 2017-10-17 Pedro Alves <palves@redhat.com>
6956
6957 * boards/native-stdio-gdbserver.exp: Load "local-board".
6958
6959 2017-10-17 Pedro Alves <palves@redhat.com>
6960
6961 * gdb.base/quit-live.c: New file.
6962 * gdb.base/quit-live.exp: New file.
6963
6964 2017-10-16 Keith Seitz <keiths@redhat.com>
6965
6966 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6967 (class_with_protected_typedef, class_with_private_typedef)
6968 (struct_with_public_typedef, struct_with_protected_typedef)
6969 (struct_with_private_typedef): New classes/structs.
6970 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6971 typedefs and access specifiers.
6972
6973 2017-10-16 Pedro Alves <palves@redhat.com>
6974 Simon Marchi <simon.marchi@polymtl.ca>
6975
6976 * README (Local vs Remote vs Native): New section.
6977 * boards/local-board.exp: New file, with bits factored out from
6978 ...
6979 * boards/native-extended-gdbserver.exp: ... here. Load
6980 "local-board".
6981 * boards/native-gdbserver.exp: Load "local-board".
6982 (${board}_spawn, ${board}_exec): Delete.
6983 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6984 ...
6985 * boards/stdio-gdbserver-base.exp: ... this new file.
6986 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6987 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6988 procedure.
6989 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6990 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6991 stdio_gdbserver_command.
6992 (${board}_get_remote_address, ${board}_get_comm_port)
6993 (${board}_download, ${board}_upload): Delete.
6994 (get_target_remote_pipe_cmd): New.
6995
6996 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6997
6998 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6999 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7000 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7001 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7002 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7003 remove with_test_prefix.
7004
7005 2017-10-13 Pedro Alves <palves@redhat.com>
7006
7007 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7008 * gdb.base/annota1.exp: Use it instead of is_remote.
7009 * gdb.base/annota3.exp: Use it instead of is_remote.
7010 * gdb.cp/annota2.exp: Use it instead of is_remote.
7011 * gdb.cp/annota3.exp: Use it instead of is_remote.
7012 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7013
7014 2017-10-13 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7017 (test_num_test_vars, run_and_count_vars, find_env)
7018 (test_set_unset_env, test_inherit_env_var): New procedures.
7019 (top level): Use them.
7020
7021 2017-10-13 Pedro Alves <palves@redhat.com>
7022
7023 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7024 also skip on stub-like targets.
7025
7026 2017-10-13 Pedro Alves <palves@redhat.com>
7027
7028 PR gdb/22293
7029 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7030 (top level): Move some tests to ...
7031 (test_not_found): ... this new procedure.
7032 (top level): Call it.
7033
7034 2017-10-13 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7037 expect different "info terminal" output if testing with a
7038 non-native target.
7039
7040 2017-10-13 Pedro Alves <palves@redhat.com>
7041 Simon Marchi <simon.marchi@polymtl.ca>
7042
7043 PR python/12966
7044 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7045
7046 2017-10-13 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7049 already.
7050
7051 2017-10-13 Pedro Alves <palves@redhat.com>
7052
7053 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7054 is_remote.
7055
7056 2017-10-13 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7059 is_remote.
7060
7061 2017-10-13 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7064 is set.
7065 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7066 instead of is_remote.
7067
7068 2017-10-13 Pedro Alves <palves@redhat.com>
7069
7070 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7071 (top level): Add comment.
7072
7073 2017-10-13 Pedro Alves <palves@redhat.com>
7074
7075 * gdb.base/remote.exp (top level): Fix comment typo and add
7076 missing return.
7077
7078 2017-10-13 Pedro Alves <palves@redhat.com>
7079 Simon Marchi <simon.marchi@polymtl.ca>
7080
7081 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7082 calls and add comments. Skip test if use_gdb_stub is set.
7083 (top level): Use "set cwd" command instead of "cd" command.
7084
7085 2017-10-13 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7088 is_remote target check.
7089
7090 2017-10-13 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.base/scope.exp: Use build_executable + clean_restart +
7093 gdb_file_cmd instead of prepare_for_testing and no longer skip
7094 "before run" tests on is_remote target boards. Update comments.
7095 * boards/native-extended-gdbserver.exp
7096 (extended_gdbserver_load_last_file): New, factored out from ...
7097 (gdb_load): ... this. Move further below and add comment.
7098 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7099
7100 2017-10-12 Pedro Alves <palves@redhat.com>
7101
7102 * gdb.base/attach.exp: Remove references to gdb64.
7103 * gdb.base/dbx.exp: Remove references to gdb64.
7104
7105 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7106 Pedro Alves <palves@redhat.com>
7107
7108 * gdb.base/label.exp: Remove is_remote target check.
7109
7110 2017-10-12 Pedro Alves <palves@redhat.com>
7111
7112 * gdb.base/auvx.exp (coredir): Update comment.
7113 (top level) <core_works>: Use "set cwd" command instead of "cd"
7114 command.
7115
7116 2017-10-12 Pedro Alves <palves@redhat.com>
7117 Simon Marchi <simon.marchi@polymtl.ca>
7118
7119 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7120 target boards.
7121
7122 2017-10-12 Pedro Alves <palves@redhat.com>
7123 Simon Marchi <simon.marchi@polymtl.ca>
7124
7125 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7126 Instead skip if there's any gdb_protocol set.
7127
7128 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7129 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7132
7133 2017-10-12 Pedro Alves <palves@redhat.com>
7134 Simon Marchi <simon.marchi@polymtl.ca>
7135
7136 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7137 instead of on dejagnu remote boards.
7138
7139 2017-10-12 Pedro Alves <palves@redhat.com>
7140 Simon Marchi <simon.marchi@polymtl.ca>
7141
7142 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7143 checks. Use build_executable + clean_restart instead of
7144 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7145 of enabling non-stop after starting gdb.
7146
7147 2017-10-12 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7150 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7151 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7152 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7153
7154 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7155
7156 * gdb.arch/arc-tdesc-cpu.exp: New file.
7157 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7158
7159 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7160
7161 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7162
7163 2017-10-10 Pedro Alves <palves@redhat.com>
7164
7165 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7166 expect CLI output.
7167
7168 2017-10-10 Pedro Alves <palves@redhat.com>
7169
7170 * lib/selftest-support.exp (selftest_setup): Update for
7171 captured_command_loop's prototype change.
7172
7173 2017-10-09 Pedro Alves <palves@redhat.com>
7174
7175 Test both arch1=>arch2 and arch2=>arch1.
7176
7177 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7178 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7179 factored out to...
7180 (append_arch1_options, append_arch2_options, append_arch_options)
7181 (build_executables): New procedures.
7182 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7183 local.
7184 (top level): Add new 'first_arch' testing axis.
7185
7186 2017-10-09 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7189 (barrier): New.
7190 (thread_start, all_started): New functions.
7191 (main): Spawn new thread and wait until it is scheduled.
7192 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7193 option.
7194 (do_test): Add 'selected_thread' parameter. Run to all_started
7195 instead of main. Explicitly set the breakpoint at main. Switch
7196 to the SELECTED_THREAD thread.
7197 (top level): Test handling the exec event with either the main
7198 thread or the second thread selected.
7199
7200 2017-10-09 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7203 logic. Move STOP marker after the value checks.
7204 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7205 regexp.
7206
7207 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7208
7209 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7210
7211 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7212
7213 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7214 integer-to-dfp conversion.
7215 * gdb.base/dfp-test.exp: Likewise.
7216
7217 2017-10-04 Pedro Alves <palves@redhat.com>
7218
7219 * gdb.multi/hangout.c: Include <unistd.h>.
7220 (hangout_loop): New function.
7221 (main): Call alarm. Call hangout_loop in a loop.
7222 * gdb.multi/hello.c: Include <unistd.h>.
7223 (hello_loop): New function.
7224 (main): Call alarm. Call hangout_loop in a loop.
7225 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7226 inferior with the other selected.
7227
7228 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7229
7230 * gdb.mi/list-thread-groups-available.exp: New file.
7231 * gdb.mi/list-thread-groups-available.c: New file.
7232
7233 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7234
7235 * gdb.base/set-cwd.exp: Make it available on
7236 native-extended-gdbserver.
7237
7238 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7239
7240 * gdb.base/set-cwd.c: New file.
7241 * gdb.base/set-cwd.exp: Likewise.
7242
7243 2017-10-02 Tom Tromey <tom@tromey.com>
7244
7245 PR rust/22236:
7246 * gdb.rust/simple.rs (main): New variable "fslice".
7247 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7248
7249 2017-10-02 Tom Tromey <tom@tromey.com>
7250
7251 * gdb.rust/simple.exp: Test ptype of a slice.
7252
7253 2017-10-02 Tom Tromey <tom@tromey.com>
7254
7255 * gdb.rust/simple.exp: Test index of slice.
7256
7257 2017-09-27 Tom Tromey <tom@tromey.com>
7258
7259 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7260
7261 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7262 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.base/compare-sections.exp (get value of read-only section): Read
7265 as unsigned value.
7266 (corrupt read-only section): Likewise and don't set written if patching
7267 failed.
7268
7269 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7270
7271 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7272 files.
7273
7274 2017-09-20 Pedro Alves <palves@redhat.com>
7275
7276 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7277 symbol names in gdb's output.
7278 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7279
7280 2017-09-20 Pedro Alves <palves@redhat.com>
7281
7282 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7283 Rename to ...
7284 (test_list_ambiguous_symbol): ... this and add a symbol name
7285 parameter. Adjust.
7286 (test_list_ambiguous_function): Reimplement on top of
7287 test_list_ambiguous_symbol and also test listing ambiguous
7288 variables.
7289 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7290 (ambiguous_fun): ... this.
7291 (ambiguous_var): New.
7292 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7293 (ambiguous_fun): ... this.
7294 (ambiguous_var): New.
7295
7296 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7297
7298 * gdb.base/starti.c: New file.
7299 * gdb.base/starti.exp: New file.
7300 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7301
7302 2017-09-14 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7305 (top level): Use it instead of runto.
7306
7307 2017-09-11 Tom Tromey <tom@tromey.com>
7308
7309 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7310
7311 2017-09-11 Tom Tromey <tom@tromey.com>
7312
7313 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7314 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7315
7316 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7317
7318 * gdb.fortran/printing-types.exp: New file.
7319 * gdb.fortran/printing-types.exp: New file.
7320
7321 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7322
7323 * gdb.fortran/vla-ptype.exp: Fix typos.
7324 * gdb.fortran/vla-value.exp: Same.
7325
7326 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7327
7328 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7329 * gdb.mi/mi-var-child-f.exp: Likewise.
7330 * gdb.mi/mi-vla-fortran.exp: Likewise.
7331
7332 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7333 Christoph Weinmann <christoph.t.weinmann@intel.com>
7334 Bernhard Heckel <bernhard.heckel@intel.com>
7335
7336 * gdb.fortran/ptr-indentation.f90: New file.
7337 * gdb.fortran/ptr-indentation.exp: New file.
7338
7339 2017-09-05 Tom Tromey <tom@tromey.com>
7340
7341 PR gdb/22010:
7342 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7343
7344 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7345
7346 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7347
7348 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7349
7350 * gdb.threads/tls-nodebug-pie.c: New file.
7351 * gdb.threads/tls-nodebug-pie.exp: New file.
7352
7353 2017-09-05 Tom Tromey <tom@tromey.com>
7354
7355 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7356 for rust.
7357
7358 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7359
7360 * gdb.multi/multi-arch-exec.exp: Test with different
7361 "follow-exec-mode" settings.
7362 (do_test): New procedure.
7363
7364 2017-09-04 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.base/func-static.c (S::method const, S::method volatile)
7367 (S::method volatile const): New methods.
7368 (c_s, v_s, cv_s): New instances.
7369 (main): Call method() on them.
7370 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7371 (cannot_resolve): New procedure.
7372 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7373 print-quote-unquoted columns.
7374 (do_test): Test printing each scope too.
7375
7376 2017-09-04 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.base/local-static.exp: Also test with
7379 class::method::variable wholly quoted.
7380 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7381
7382 2017-09-04 Pedro Alves <palves@redhat.com>
7383
7384 * gdb.base/local-static.c: New.
7385 * gdb.base/local-static.cc: New.
7386 * gdb.base/local-static.exp: New.
7387
7388 2017-09-04 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.asm/asm-source.exp: Add casts to int.
7391 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7392 (dataglobal64_1, dataglobal64_2): New globals.
7393 * gdb.base/nodebug.exp: Test different expressions involving the
7394 new globals, with print, whatis and ptype. Add casts to int.
7395 * gdb.base/solib-display.exp: Add casts to int.
7396 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7397 * gdb.cp/m-static.exp: Add cast to int.
7398 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7399 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7400 tls variable with no debug info without a cast. Test with a cast
7401 to int too.
7402 * gdb.trace/entry-values.exp: Add casts.
7403
7404 2017-09-04 Pedro Alves <palves@redhat.com>
7405
7406 * gdb.base/nodebug.exp: Test that ptype's error about functions
7407 with unknown return type includes the function name too.
7408
7409 2017-09-04 Pedro Alves <palves@redhat.com>
7410
7411 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7412 return type of munmap in infcall.
7413 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7414 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7415 type of ftell in infcall.
7416 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7417 type of getpid in infcall.
7418 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7419 infcall.
7420 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7421 Bail on failure to extract the pid.
7422 * gdb.base/nodebug.c: #include <stdint.h>.
7423 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7424 New functions.
7425 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7426 Change expected output of print/whatis/ptype with functions with
7427 no debug info. Test all supported languages. Call
7428 test_call_promotion.
7429 * gdb.compile/compile.exp: Adjust expected output to expect
7430 warning.
7431 * gdb.threads/siginfo-threads.exp: Likewise.
7432
7433 2017-09-04 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7436 "prototypes". Test calling float functions via prototyped and
7437 unprototyped function pointers.
7438 (perform_all_tests): New parameter "prototypes". Pass it down.
7439 (top level): Pass down "prototypes" parameter to
7440 perform_all_tests.
7441
7442 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7443
7444 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7445 Test with nested loops.
7446
7447 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7448
7449 * gdb.base/commands.exp: Call the new procedures.
7450 (loop_break_test, loop_continue_test): New procedures.
7451
7452 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7453
7454 * gdb.base/commands.exp: Call new procedure.
7455 (define_if_without_arg_test): New procedure.
7456
7457 2017-09-04 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/list-ambiguous.exp: New file.
7460 * gdb.base/list-ambiguous0.c: New file.
7461 * gdb.base/list-ambiguous1.c: New file.
7462 * gdb.base/list.exp (test_list_range): Adjust expected output.
7463
7464 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7465
7466 * gdb.base/share-env-with-gdbserver.c: New file.
7467 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7468
7469 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7470
7471 * gdb.base/commands.exp (gdbvar_simple_if_test,
7472 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7473 progvar_simple_if_test, progvar_simple_while_test,
7474 progvar_complex_if_while_test, user_defined_command_test,
7475 user_defined_command_args_eval,
7476 user_defined_command_args_stack_test,
7477 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7478 temporary_breakpoint_commands,
7479 gdb_test_no_prompt, redefine_hook_test,
7480 redefine_backtrace_test): Remove "global gdb_prompt".
7481
7482 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7483
7484 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7485 New proc, call it from toplevel.
7486
7487 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7488
7489 PR remote/21852
7490 * gdb.server/normal.c: New file, copied from gdb.base.
7491 * gdb.server/run-without-local-binary.exp: New file.
7492
7493 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7494
7495 * gdb.arch/sparc64-adi.exp: New file.
7496 * gdb.arch/sparc64-adi.c: New file.
7497
7498 2017-08-22 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7501 (top level): Add "list all overloads" tests.
7502
7503 2017-08-22 Tom Tromey <tom@tromey.com>
7504
7505 * gdb.gdb/xfullpath.exp: Remove.
7506
7507 2017-08-21 Pedro Alves <palves@redhat.com>
7508
7509 PR gdb/19487
7510 * gdb.base/symbol-alias.c: New.
7511 * gdb.base/symbol-alias2.c: New.
7512 * gdb.base/symbol-alias.exp: New.
7513
7514 2017-08-21 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.base/dfp-test.c
7517 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7518 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7519 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7520 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7521 * gdb.base/whatis-ptype-typedefs.c: New.
7522 * gdb.base/whatis-ptype-typedefs.exp: New.
7523 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7524 (an_int, an_int_type, an_int_type2): New globals.
7525 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7526 involving typedefs and cast expressions.
7527 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7528 (lookup_typedefs_function): New.
7529 (typedefs_pretty_printers_dict): New.
7530 (top level): Register lookup_typedefs_function in
7531 gdb.pretty_printers.
7532
7533 2017-08-18 Yao Qi <yao.qi@linaro.org>
7534
7535 * gdb.server/unittest.exp: New.
7536
7537 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7538
7539 PR gdb/21954
7540 * gdb.base/environ.exp: Add test to check if 'unset environment'
7541 works.
7542
7543 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7544
7545 * lib/gdb.exp (universal_compile_options): New caching proc.
7546 (gdb_compile): Suppress GCC's coloring of messages.
7547
7548 2017-08-14 Tom Tromey <tom@tromey.com>
7549
7550 PR gdb/21675:
7551 * gdb.base/printcmds.exp (test_radices): New function.
7552 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7553 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7554 * lib/gdb.exp (get_integer_valueof): Use p/d.
7555
7556 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7557
7558 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7559 characters.
7560
7561 2017-08-05 Tom Tromey <tom@tromey.com>
7562
7563 * gdb.rust/simple.exp: Allow String to appear in a different
7564 namespace.
7565
7566 2017-07-26 Yao Qi <yao.qi@linaro.org>
7567
7568 * gdb.gdb/unittest.exp: Invoke command
7569 "maintenance check xml-descriptions".
7570
7571 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7572
7573 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7574 calling context.
7575 (hex128): Drop erroneous calculation of parameters.
7576
7577 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7578
7579 * gdb.python/py-unwind.exp: Disable stack protection when
7580 building test file.
7581
7582 2017-07-20 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/default.exp (set language): Adjust expected output.
7585
7586 2017-07-20 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7589 (test_minsym): ... this, and make static.
7590 (get_pck__foo__bar__minsym): Rename to ...
7591 (get_test_minsym): ... this.
7592 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7593 symbol names and comments.
7594 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7595 (get_test_minsym): ... this.
7596 (pck__foo__bar__minsym__2): Rename to ...
7597 (test_minsym): ... this.
7598 (main): Adjust.
7599
7600 2017-07-17 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.base/completion.exp: Adjust expected output.
7603 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7604 the completer works.
7605
7606 2017-07-17 Pedro Alves <palves@redhat.com>
7607
7608 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7609
7610 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7611
7612 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7613
7614 2017-07-14 Tom Tromey <tom@tromey.com>
7615
7616 PR rust/21764:
7617 * gdb.rust/simple.exp: Add tests.
7618
7619 2017-07-14 Tom Tromey <tom@tromey.com>
7620
7621 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7622
7623 2017-07-14 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.linespec/base/one/thefile.cc (z1): New function.
7626 * gdb.linespec/base/two/thefile.cc (z2): New function.
7627 * gdb.linespec/linespec.exp: Add tests.
7628
7629 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7630
7631 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7632 to mi_create_breakpoint.
7633
7634 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7635
7636 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7637 mi_create_breakpoint.
7638
7639 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7640
7641 * gdb.dlang/demangle.exp: Update for demangling changes.
7642
7643 2017-07-09 Tom Tromey <tom@tromey.com>
7644
7645 * gdb.dwarf2/shortpiece.exp: New file.
7646
7647 2017-07-06 David Blaikie <dblaikie@gmail.com>
7648
7649 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7650 built from fissiont-multi-cu{1,2}.c.
7651 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7652 except putting 'main' and 'func' in separate CUs in the same DWO file.
7653 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7654 test.
7655 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7656 test.
7657
7658 2017-07-06 Pedro Alves <palves@redhat.com>
7659
7660 * gdb.python/py-unwind.exp: Test flushregs.
7661
7662 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7663
7664 PR cli/21688
7665 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7666 tests for alias commands and trailing whitespace.
7667
7668 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7669
7670 PR cli/21688
7671 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7672 procedure. Call it.
7673
7674 2017-06-29 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.base/printcmds.exp: Add tests.
7677
7678 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7679
7680 PR gdb/21337
7681 * gdb.base/reread-readsym.exp: New file.
7682 * gdb.base/reread-readsym.c: New file.
7683
7684 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7685
7686 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7687 subpattern.
7688
7689 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7690
7691 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7692 extended mnemonic.
7693 * gdb.arch/powerpc-power9.s: Likewise.
7694
7695 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7696
7697 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7698 on 32-bit x86 targets. Exploit is_*_target macros where
7699 appropriate.
7700
7701 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7702
7703 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7704 register pieces.
7705
7706 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7707
7708 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7709 located in one or more DWARF pieces.
7710
7711 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7712
7713 * lib/gdb.exp (get_endianness): New proc.
7714 * gdb.arch/aarch64-fp.exp: Use it.
7715 * gdb.arch/altivec-regs.exp: Likewise.
7716 * gdb.arch/e500-regs.exp: Likewise.
7717 * gdb.arch/vsx-regs.exp: Likewise.
7718 * gdb.base/dump.exp: Likewise.
7719 * gdb.base/funcargs.exp: Likewise.
7720 * gdb.base/gnu_vector.exp: Likewise.
7721 * gdb.dwarf2/formdata16.exp: Likewise.
7722 * gdb.dwarf2/implptrpiece.exp: Likewise.
7723 * gdb.dwarf2/nonvar-access.exp: Likewise.
7724 * gdb.python/py-inferior.exp: Likewise.
7725 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7726
7727 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7728
7729 PR gdb/21226
7730 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7731 stack value pieces are taken from the LSB end.
7732
7733 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7734
7735 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7736 variable at nonzero offset.
7737
7738 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7739
7740 * gdb.dwarf2/var-access.c: New file.
7741 * gdb.dwarf2/var-access.exp: New test.
7742 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7743
7744 2017-06-12 Tom Tromey <tom@tromey.com>
7745
7746 * gdb.dwarf2/formdata16.exp: Add tests.
7747
7748 2017-06-12 Tom Tromey <tom@tromey.com>
7749
7750 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7751
7752 2017-06-12 Tom Tromey <tom@tromey.com>
7753
7754 PR exp/16225:
7755 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7756 * gdb.arch/vsx-regs.exp: Update tests.
7757 * gdb.arch/s390-vregs.exp (hex128): New proc.
7758 Update test.
7759 * gdb.arch/altivec-regs.exp: Update tests.
7760
7761 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7762
7763 * gdb.base/startup-with-shell.c: New file.
7764 * gdb.base/startup-with-shell.exp: Likewise.
7765
7766 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7767
7768 * gdb.server/non-existing-program.exp: Update regex in order to
7769 reflect the fact that gdbserver is now using fork_inferior (with a
7770 shell) to startup the inferior.
7771
7772 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7773
7774 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7775 support function calls from GDB.
7776
7777 2017-05-21 Tom Tromey <tom@tromey.com>
7778
7779 PR rust/21466:
7780 * gdb.rust/unsized.exp: New file.
7781 * gdb.rust/unsized.rs: New file.
7782
7783 2017-05-19 Tom Tromey <tom@tromey.com>
7784
7785 PR rust/21484:
7786 * gdb.rust/watch.exp: New file.
7787 * gdb.rust/watch.rs: New file.
7788
7789 2017-05-18 Tom Tromey <tom@tromey.com>
7790
7791 * gdb.rust/simple.exp: Allow Box to be qualified.
7792
7793 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7794
7795 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7796
7797 2017-05-18 Pedro Alves <palves@redhat.com>
7798
7799 * gdb.base/fileio.c (test_write, test_read, test_close)
7800 (test_fstat): Don't print 'ret' in the fail path.
7801
7802 2017-05-18 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7805 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7806 (test_system, test_rename, test_unlink, test_time): Change
7807 prototypes.
7808 * gdb.base/fileio.exp (stop_msg): Adjust.
7809
7810 2017-05-18 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/fileio.c (null_str): New global.
7813 (test_stat): Use it.
7814 * gdb.base/fileio.exp: Remove nowarnings.
7815
7816 2017-05-17 Yao Qi <yao.qi@linaro.org>
7817
7818 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7819
7820 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7821
7822 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7823 argument command.
7824 (top-level): Invoke test_set_inferior_tty.
7825
7826 2017-05-04 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7829 Add parens to print call for Python 3.
7830
7831 2017-05-03 Keith Seitz <keiths@redhat.com>
7832
7833 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7834 (main): Call it.
7835
7836 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7837
7838 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7839 to prev and next.
7840
7841 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7842
7843 * gdb.python/py-record-btrace.exp: Remove test for
7844 gdb.BtraceInstruction.error.
7845
7846 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7847
7848 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7849
7850 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7851
7852 * gdb.python/py-record-btrace-threads.c: New file.
7853 * gdb.python/py-record-btrace-threads.exp: New file.
7854
7855 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7856
7857 PR testsuite/8595
7858 * gdb.base/environ.exp: Make test available in all architectures.
7859 Move bits related to "info program" testing to
7860 gdb.base/info-program.exp. Rewrite tests to use the two new
7861 procedures mentione below.
7862 (test_set_show_env_var) New procedure.
7863 (test_set_show_env_var_equal): Likewise.
7864 * gdb.base/info-program.exp: New file.
7865
7866 2017-04-27 Keith Seitz <keiths@redhat.com>
7867
7868 * gdb.cp/oranking.cc (test15): New function.
7869 (main): Call test15 and declare additional variables for testing.
7870 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7871 "p foo101('abc')" tests.
7872 Add tests for cv qualifier overloads.
7873 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7874 "lvalue reference overload" test.
7875 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7876 "print value of f1 on Child&& in f2" test.
7877
7878 2017-04-19 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7881 procedure.
7882 (top level): Call it.
7883 * lib/gdb.exp (gdb_define_cmd): New procedure.
7884
7885 2017-04-12 Pedro Alves <palves@redhat.com>
7886
7887 PR gdb/21323
7888 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7889 (wchar): New global.
7890 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7891 (do_test_wide_char, wide_char_types_no_program, top level): Add
7892 wchar_t testing.
7893
7894 2017-04-12 Pedro Alves <palves@redhat.com>
7895
7896 PR c++/21323
7897 * gdb.cp/wide_char_types.c: New file.
7898 * gdb.cp/wide_char_types.exp: New file.
7899
7900 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7901
7902 PR gdb/21352
7903 * gdb.trace/tsv.exp: Add test for "tsave -r".
7904
7905 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7906
7907 * gdb.dlang/watch-loc.c: New file.
7908 * gdb.dlang/watch-loc.exp: New file.
7909
7910 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7911
7912 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7913
7914 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7915
7916 * gdb.arch/arc-analyze-prologue.S: New file.
7917 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7918
7919 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7920
7921 * gdb.arch/arc-decode-insn.S: New file.
7922 * gdb.arch/arc-decode-insn.exp: Likewise.
7923
7924 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7925
7926 PR tdep/20928
7927 * gdb.arch/sparc64-regs.exp: New file.
7928 * gdb.arch/sparc64-regs.S: Likewise.
7929
7930 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7931
7932 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7933 and memory view on Python 3.
7934
7935 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7936 Keith Seitz <keiths@redhat.com>
7937
7938 PR gdb/14441
7939 * gdb.cp/demangle.exp: Add rvalue reference tests.
7940 * gdb.cp/rvalue-ref-casts.cc: New file.
7941 * gdb.cp/rvalue-ref-casts.exp: New file.
7942 * gdb.cp/rvalue-ref-overload.cc: New file.
7943 * gdb.cp/rvalue-ref-overload.exp: New file.
7944 * gdb.cp/rvalue-ref-params.cc: New file.
7945 * gdb.cp/rvalue-ref-params.exp: New file.
7946 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7947 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7948 * gdb.cp/rvalue-ref-types.cc: New file.
7949 * gdb.cp/rvalue-ref-types.exp: New file.
7950 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7951 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7952
7953 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7954
7955 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7956 New procedure.
7957
7958 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7959
7960 * lib/mi-support.exp (mi_gdb_test): Add additional message
7961 for unexpected output.
7962
7963 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7964
7965 * gdb.base/examine-backward.c (Barrier): New character array
7966 constant, to ensure that TestStrings is preceded by a string
7967 terminator.
7968
7969 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7970
7971 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7972 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7973 and implicit pointer into such a location.
7974
7975 2017-03-16 Doug Evans <dje@google.com>
7976
7977 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7978
7979 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7980
7981 * gdb.cp/m-static.exp: Fix expectation for prototype of
7982 test5.single_constructor and single_constructor::single_constructor.
7983
7984 2017-03-16 Doug Evans <dje@google.com>
7985
7986 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7987 * gdb.guile/scm-lazy-string.c: New file.
7988 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7989 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7990 for pointer, array, typedef lazy strings.
7991
7992 2017-03-16 Doug Evans <dje@google.com>
7993
7994 PR python/17728, python/18439, python/18779
7995 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7996 * gdb.python/py-lazy-string.c (pointer): New typedef.
7997 (main): New locals ptr, array, typedef_ptr.
7998 * gdb.python/py-value.exp: Move lazy string tests to ...
7999 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8000 array, typedef lazy strings.
8001
8002 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8003
8004 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8005 Add optional 'test' parameter.
8006
8007 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8008
8009 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8010 Skip for versions of DejaGnu < 1.5.
8011
8012 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8013
8014 * lib/gdb.exp (dejagnu_version): New proc.
8015 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8016 Use dejagnu_version.
8017
8018 2017-03-10 Keith Seitz <keiths@redhat.com>
8019
8020 PR c++/8128
8021 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8022 type from destructor regexps.
8023 Add a branch which actually passes the test.
8024 Adjust "ptype t5i" test names.
8025
8026 2017-03-08 Pedro Alves <palves@redhat.com>
8027
8028 * gdb.base/step-over-exit.exp: Add explicit test message.
8029
8030 2017-03-08 Pedro Alves <palves@redhat.com>
8031
8032 PR gdb/18360
8033 * gdb.threads/interrupt-while-step-over.c: New file.
8034 * gdb.threads/interrupt-while-step-over.exp: New file.
8035
8036 2017-03-08 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8039 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8040
8041 2017-03-08 Pedro Alves <palves@redhat.com>
8042
8043 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8044 PKRU as not supported as a PASS.
8045
8046 2017-03-08 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8049 prefix instead of $binfile1/$binfile2.
8050 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8051 in test message.
8052 * gdb.python/py-completion.exp: Use "load python file" as test
8053 messages instead of unstable path names.
8054
8055 2017-03-08 Pedro Alves <palves@redhat.com>
8056 Jan Kratochvil <jan.kratochvil@redhat.com>
8057
8058 PR cli/21218
8059 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8060 New proc.
8061 (top level): Call it.
8062
8063 2017-03-08 Pedro Alves <palves@redhat.com>
8064
8065 PR tui/21216
8066 * gdb.tui/tui-nl-filtered-output.exp: New file.
8067
8068 2017-03-08 Pedro Alves <palves@redhat.com>
8069
8070 * gdb.base/completion.exp: Move TUI completion tests to ...
8071 * gdb.tui/completion.exp: ... this new file.
8072
8073 2017-03-08 Pedro Alves <palves@redhat.com>
8074
8075 * gdb.base/tui-disasm-long-lines.c,
8076 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8077 gdb.base/tui-layout.exp: Move to ...
8078 * gdb.tui/: ... this new directory.
8079
8080 2017-03-07 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.base/tui-layout.c: New file.
8083 * gdb.base/tui-layout.exp: New file.
8084
8085 2017-03-07 Pedro Alves <palves@redhat.com>
8086
8087 * gdb.base/tui-layout.c: Rename to ...
8088 * gdb.base/tui-disasm-long-lines.c: ... this.
8089 * gdb.base/tui-layout.exp: Rename to ...
8090 * gdb.base/tui-disasm-long-lines.exp: ... this.
8091
8092 2017-03-07 Pedro Alves <palves@redhat.com>
8093
8094 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8095
8096 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8097
8098 * i386-mpx-call.c: New file.
8099 * i386-mpx-call.exp: New file.
8100
8101 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8102
8103 * gdb.arch/powerpc-power.exp: Delete test.
8104 * gdb.arch/powerpc-power.s: Likewise.
8105 * gdb.disasm/disassembler-options.exp: New test.
8106 * gdb.arch/powerpc-altivec.exp: Likewise.
8107 * gdb.arch/powerpc-altivec.s: Likewise.
8108 * gdb.arch/powerpc-altivec2.exp: Likewise.
8109 * gdb.arch/powerpc-altivec2.s: Likewise.
8110 * gdb.arch/powerpc-altivec3.exp: Likewise.
8111 * gdb.arch/powerpc-altivec3.s: Likewise.
8112 * gdb.arch/powerpc-power7.exp: Likewise.
8113 * gdb.arch/powerpc-power7.s: Likewise.
8114 * gdb.arch/powerpc-power8.exp: Likewise.
8115 * gdb.arch/powerpc-power8.s: Likewise.
8116 * gdb.arch/powerpc-power9.exp: Likewise.
8117 * gdb.arch/powerpc-power9.s: Likewise.
8118 * gdb.arch/powerpc-vsx.exp: Likewise.
8119 * gdb.arch/powerpc-vsx.s: Likewise.
8120 * gdb.arch/powerpc-vsx2.exp: Likewise.
8121 * gdb.arch/powerpc-vsx2.s: Likewise.
8122 * gdb.arch/powerpc-vsx3.exp: Likewise.
8123 * gdb.arch/powerpc-vsx3.s: Likewise.
8124 * gdb.arch/arm-disassembler-options.exp: Likewise.
8125 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8126 * gdb.arch/s390-disassembler-options.exp: Likewise.
8127
8128 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8129
8130 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8131 (check_supported_features): ... this. Changed return type to void.
8132 (supports_rdseed): New static global.
8133 (rdseed): Check supports_rdseed.
8134 (initialize): Call check_supported_features.
8135
8136 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8137
8138 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8139 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8140 and lqarx/stqcx.
8141 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8142 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8143
8144 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8145
8146 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8147 uppercase.
8148
8149 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8150
8151 * gdb.dwarf2/formdata16.c: New file.
8152 * gdb.dwarf2/formdata16.exp: New file.
8153 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8154
8155 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8156
8157 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8158 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8159 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8160 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8161 DW_AT_GNU_*.
8162
8163 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8164
8165 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8166
8167 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8168
8169 PR gdb/21164
8170 * gdb.base/maint.exp: Add testcases for when the commands do
8171 not have arguments.
8172
8173 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8174
8175 * gdb.cp/chained-calls.exp: Use p instead of P.
8176
8177 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8178
8179 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8180 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8181
8182 2017-02-14 Tom Tromey <tom@tromey.com>
8183
8184 PR python/13598:
8185 * gdb.python/py-events.exp: Add before_prompt event tests.
8186
8187 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8188
8189 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8190
8191 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8192
8193 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8194 (main): Call my_unique_function_name.
8195 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8196 completion of patterns with a single match.
8197 Add missing -re switches to gdb_test_multiple calls.
8198
8199 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8200
8201 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8202 return if core file is not recognized.
8203
8204 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8205
8206 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8207 and extra UIs.
8208
8209 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8210
8211 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8212 proc_with_prefix.
8213
8214 2017-02-10 Tom Tromey <tom@tromey.com>
8215
8216 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8217
8218 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8219
8220 PR gdb/21122
8221 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8222
8223 2017-02-08 Jerome Guitton <guitton@adacore.com>
8224
8225 * gdb.base/define.exp: Add test for command abbreviations
8226 in define.
8227
8228 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8229
8230 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8231 * gdb.reverse/insn-reverse-x86.c: New file.
8232
8233 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8234
8235 PR tdep/20936
8236 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8237
8238 2017-02-03 Tom Tromey <tom@tromey.com>
8239
8240 PR rust/21097:
8241 * gdb.rust/simple.exp: Add new tests.
8242
8243 2017-02-02 Pedro Alves <palves@redhat.com>
8244
8245 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8246 tests.
8247
8248 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8249
8250 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8251 taking a 2-byte value out of a 4-byte DWARF implicit value on
8252 big-endian targets.
8253 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8254 logic. Add test cases for DW_OP_implicit.
8255
8256 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8257
8258 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8259
8260 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8261
8262 * gdb.btrace/enable.exp: Call gdb_exit before
8263 skip_gdbserver_tests.
8264
8265 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8266
8267 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8268 GDBFLAGS.
8269
8270 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8271
8272 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8273 the test is skipped.
8274 * gdb.btrace/data.exp: Likewise.
8275 * gdb.btrace/delta.exp: Likewise.
8276 * gdb.btrace/dlopen.exp: Likewise.
8277 * gdb.btrace/enable-running.exp: Likewise.
8278 * gdb.btrace/enable.exp: Likewise.
8279 * gdb.btrace/exception.exp: Likewise.
8280 * gdb.btrace/function_call_history.exp: Likewise.
8281 * gdb.btrace/gcore.exp: Likewise.
8282 * gdb.btrace/instruction_history.exp: Likewise.
8283 * gdb.btrace/multi-thread-step.exp: Likewise.
8284 * gdb.btrace/nohist.exp: Likewise.
8285 * gdb.btrace/non-stop.exp: Likewise.
8286 * gdb.btrace/reconnect.exp: Likewise.
8287 * gdb.btrace/record_goto-step.exp: Likewise.
8288 * gdb.btrace/record_goto.exp: Likewise.
8289 * gdb.btrace/rn-dl-bind.exp: Likewise.
8290 * gdb.btrace/segv.exp: Likewise.
8291 * gdb.btrace/step.exp: Likewise.
8292 * gdb.btrace/stepi.exp: Likewise.
8293 * gdb.btrace/tailcall-only.exp: Likewise.
8294 * gdb.btrace/tailcall.exp: Likewise.
8295 * gdb.btrace/tsx.exp: Likewise.
8296 * gdb.btrace/unknown_functions.exp: Likewise.
8297 * gdb.btrace/vdso.exp: Likewise.
8298
8299 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8300
8301 * gdb.btrace/enable-running.c: New.
8302 * gdb.btrace/enable-running.exp: New.
8303
8304 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8305
8306 * gdb.arch/amd64-gs_base.c: New file.
8307 * gdb.arch/amd64-gs_base.exp: New file.
8308
8309 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8310
8311 * lib/memory.exp: Remove spurious empty newlines.
8312
8313 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8314
8315 * gdb.python/py-bad-printers.exp: Load python file using "source".
8316 * gdb.python/py-events.exp: Likewise.
8317 * gdb.python/py-evsignal.exp: Likewise.
8318 * gdb.python/py-evthreads.exp: Likewise.
8319 * gdb.python/py-frame-args.exp: Likewise.
8320 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8321 * gdb.python/py-framefilter-mi.exp: Likewise.
8322 * gdb.python/py-framefilter.exp: Likewise.
8323 * gdb.python/py-mi.exp: Likewise.
8324 * gdb.python/py-pp-maint.exp: Likewise.
8325 * gdb.python/py-pp-registration.exp: Likewise.
8326 * gdb.python/py-prettyprint.exp: Likewise.
8327 (run_lang_tests): Likewise.
8328 * gdb.python/py-typeprint.exp: Likewise.
8329
8330 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8331
8332 * lib/memory.exp: New file.
8333 * lib/gdb.exp: Load memory.exp.
8334 * gdb.base/memattr.exp (delete_memory): Move proc to
8335 lib/memory.exp and rename to delete_memory_regions.
8336 Replace delete_memory with delete_memory_regions.
8337 Cleanup memory regions before tests.
8338 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8339 before tests.
8340
8341 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8342
8343 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8344 files.
8345 (initialize): New function conditionally defined.
8346 (testcases): Move within conditional block.
8347 (main): Call initialize.
8348 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8349 of gdb.reverse/insn-reverse.c.
8350 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8351 gdb.reverse/insn-reverse.c.
8352
8353 2017-01-26 Yao Qi <yao.qi@linaro.org>
8354
8355 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8356 disassemble on address 0.
8357
8358 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8359 Yao Qi <yao.qi@linaro.org>
8360
8361 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8362 * gdb.dwarf2/implptr-64bit.S: Remove.
8363 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8364 variables in caller's context. Add DW_OP_implicit_value.
8365
8366 2017-01-25 Yao Qi <yao.qi@linaro.org>
8367
8368 * lib/dwarf.exp (Dwarf::_location): Handle
8369 DW_OP_GNU_implicit_pointer with proper size.
8370
8371 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8372
8373 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8374 and add untested calls.
8375
8376 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8377
8378 * gdb.python/python.exp: Check line number against what GDB thinks
8379 the line number is for func1.
8380
8381 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8382
8383 * gdb.dlang/debug-expr.exp: New file.
8384
8385 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8386
8387 Fix test names for the following files:
8388
8389 * gdb.ada/exec_changed.exp
8390 * gdb.ada/info_types.exp
8391 * gdb.arch/aarch64-atomic-inst.exp
8392 * gdb.arch/aarch64-fp.exp
8393 * gdb.arch/altivec-abi.exp
8394 * gdb.arch/altivec-regs.exp
8395 * gdb.arch/amd64-byte.exp
8396 * gdb.arch/amd64-disp-step.exp
8397 * gdb.arch/amd64-dword.exp
8398 * gdb.arch/amd64-entry-value-inline.exp
8399 * gdb.arch/amd64-entry-value-param.exp
8400 * gdb.arch/amd64-entry-value-paramref.exp
8401 * gdb.arch/amd64-entry-value.exp
8402 * gdb.arch/amd64-i386-address.exp
8403 * gdb.arch/amd64-invalid-stack-middle.exp
8404 * gdb.arch/amd64-invalid-stack-top.exp
8405 * gdb.arch/amd64-optimout-repeat.exp
8406 * gdb.arch/amd64-prologue-skip.exp
8407 * gdb.arch/amd64-prologue-xmm.exp
8408 * gdb.arch/amd64-stap-special-operands.exp
8409 * gdb.arch/amd64-stap-wrong-subexp.exp
8410 * gdb.arch/amd64-tailcall-cxx.exp
8411 * gdb.arch/amd64-tailcall-noret.exp
8412 * gdb.arch/amd64-tailcall-ret.exp
8413 * gdb.arch/amd64-tailcall-self.exp
8414 * gdb.arch/amd64-word.exp
8415 * gdb.arch/arm-bl-branch-dest.exp
8416 * gdb.arch/arm-disp-step.exp
8417 * gdb.arch/arm-neon.exp
8418 * gdb.arch/arm-single-step-kernel-helper.exp
8419 * gdb.arch/avr-flash-qualifier.exp
8420 * gdb.arch/disp-step-insn-reloc.exp
8421 * gdb.arch/e500-abi.exp
8422 * gdb.arch/e500-regs.exp
8423 * gdb.arch/ftrace-insn-reloc.exp
8424 * gdb.arch/i386-avx512.exp
8425 * gdb.arch/i386-bp_permanent.exp
8426 * gdb.arch/i386-byte.exp
8427 * gdb.arch/i386-cfi-notcurrent.exp
8428 * gdb.arch/i386-disp-step.exp
8429 * gdb.arch/i386-dr3-watch.exp
8430 * gdb.arch/i386-float.exp
8431 * gdb.arch/i386-gnu-cfi.exp
8432 * gdb.arch/i386-mpx-map.exp
8433 * gdb.arch/i386-mpx-sigsegv.exp
8434 * gdb.arch/i386-mpx-simple_segv.exp
8435 * gdb.arch/i386-mpx.exp
8436 * gdb.arch/i386-permbkpt.exp
8437 * gdb.arch/i386-prologue.exp
8438 * gdb.arch/i386-signal.exp
8439 * gdb.arch/i386-size-overlap.exp
8440 * gdb.arch/i386-unwind.exp
8441 * gdb.arch/i386-word.exp
8442 * gdb.arch/mips-fcr.exp
8443 * gdb.arch/powerpc-d128-regs.exp
8444 * gdb.arch/powerpc-stackless.exp
8445 * gdb.arch/ppc64-atomic-inst.exp
8446 * gdb.arch/s390-stackless.exp
8447 * gdb.arch/s390-tdbregs.exp
8448 * gdb.arch/s390-vregs.exp
8449 * gdb.arch/sparc-sysstep.exp
8450 * gdb.arch/thumb-bx-pc.exp
8451 * gdb.arch/thumb-singlestep.exp
8452 * gdb.arch/thumb2-it.exp
8453 * gdb.arch/vsx-regs.exp
8454 * gdb.asm/asm-source.exp
8455 * gdb.base/a2-run.exp
8456 * gdb.base/advance.exp
8457 * gdb.base/all-bin.exp
8458 * gdb.base/anon.exp
8459 * gdb.base/args.exp
8460 * gdb.base/arithmet.exp
8461 * gdb.base/async-shell.exp
8462 * gdb.base/async.exp
8463 * gdb.base/attach-pie-noexec.exp
8464 * gdb.base/attach-twice.exp
8465 * gdb.base/auto-load.exp
8466 * gdb.base/bang.exp
8467 * gdb.base/bitfields.exp
8468 * gdb.base/break-always.exp
8469 * gdb.base/break-caller-line.exp
8470 * gdb.base/break-entry.exp
8471 * gdb.base/break-inline.exp
8472 * gdb.base/break-on-linker-gcd-function.exp
8473 * gdb.base/break-probes.exp
8474 * gdb.base/break.exp
8475 * gdb.base/breakpoint-shadow.exp
8476 * gdb.base/call-ar-st.exp
8477 * gdb.base/call-sc.exp
8478 * gdb.base/call-signal-resume.exp
8479 * gdb.base/call-strs.exp
8480 * gdb.base/callfuncs.exp
8481 * gdb.base/catch-fork-static.exp
8482 * gdb.base/catch-gdb-caused-signals.exp
8483 * gdb.base/catch-load.exp
8484 * gdb.base/catch-signal-fork.exp
8485 * gdb.base/catch-signal.exp
8486 * gdb.base/catch-syscall.exp
8487 * gdb.base/charset.exp
8488 * gdb.base/checkpoint.exp
8489 * gdb.base/chng-syms.exp
8490 * gdb.base/code-expr.exp
8491 * gdb.base/code_elim.exp
8492 * gdb.base/commands.exp
8493 * gdb.base/completion.exp
8494 * gdb.base/complex.exp
8495 * gdb.base/cond-expr.exp
8496 * gdb.base/condbreak.exp
8497 * gdb.base/consecutive.exp
8498 * gdb.base/continue-all-already-running.exp
8499 * gdb.base/coredump-filter.exp
8500 * gdb.base/corefile.exp
8501 * gdb.base/dbx.exp
8502 * gdb.base/debug-expr.exp
8503 * gdb.base/define.exp
8504 * gdb.base/del.exp
8505 * gdb.base/disabled-location.exp
8506 * gdb.base/disasm-end-cu.exp
8507 * gdb.base/disasm-optim.exp
8508 * gdb.base/display.exp
8509 * gdb.base/duplicate-bp.exp
8510 * gdb.base/ena-dis-br.exp
8511 * gdb.base/ending-run.exp
8512 * gdb.base/enumval.exp
8513 * gdb.base/environ.exp
8514 * gdb.base/eu-strip-infcall.exp
8515 * gdb.base/eval-avoid-side-effects.exp
8516 * gdb.base/eval-skip.exp
8517 * gdb.base/exitsignal.exp
8518 * gdb.base/expand-psymtabs.exp
8519 * gdb.base/filesym.exp
8520 * gdb.base/find-unmapped.exp
8521 * gdb.base/finish.exp
8522 * gdb.base/float.exp
8523 * gdb.base/foll-exec-mode.exp
8524 * gdb.base/foll-exec.exp
8525 * gdb.base/foll-fork.exp
8526 * gdb.base/fortran-sym-case.exp
8527 * gdb.base/freebpcmd.exp
8528 * gdb.base/func-ptr.exp
8529 * gdb.base/func-ptrs.exp
8530 * gdb.base/funcargs.exp
8531 * gdb.base/gcore-buffer-overflow.exp
8532 * gdb.base/gcore-relro-pie.exp
8533 * gdb.base/gcore-relro.exp
8534 * gdb.base/gcore.exp
8535 * gdb.base/gdb1090.exp
8536 * gdb.base/gdb11530.exp
8537 * gdb.base/gdb11531.exp
8538 * gdb.base/gdb1821.exp
8539 * gdb.base/gdbindex-stabs.exp
8540 * gdb.base/gdbvars.exp
8541 * gdb.base/hbreak.exp
8542 * gdb.base/hbreak2.exp
8543 * gdb.base/included.exp
8544 * gdb.base/infcall-input.exp
8545 * gdb.base/inferior-died.exp
8546 * gdb.base/infnan.exp
8547 * gdb.base/info-macros.exp
8548 * gdb.base/info-os.exp
8549 * gdb.base/info-proc.exp
8550 * gdb.base/info-shared.exp
8551 * gdb.base/info-target.exp
8552 * gdb.base/infoline.exp
8553 * gdb.base/interp.exp
8554 * gdb.base/interrupt.exp
8555 * gdb.base/jit-reader.exp
8556 * gdb.base/jit-simple.exp
8557 * gdb.base/kill-after-signal.exp
8558 * gdb.base/kill-detach-inferiors-cmd.exp
8559 * gdb.base/label.exp
8560 * gdb.base/langs.exp
8561 * gdb.base/ldbl_e308.exp
8562 * gdb.base/line-symtabs.exp
8563 * gdb.base/linespecs.exp
8564 * gdb.base/list.exp
8565 * gdb.base/long_long.exp
8566 * gdb.base/longest-types.exp
8567 * gdb.base/maint.exp
8568 * gdb.base/max-value-size.exp
8569 * gdb.base/memattr.exp
8570 * gdb.base/mips_pro.exp
8571 * gdb.base/morestack.exp
8572 * gdb.base/moribund-step.exp
8573 * gdb.base/multi-forks.exp
8574 * gdb.base/nested-addr.exp
8575 * gdb.base/nextoverexit.exp
8576 * gdb.base/noreturn-finish.exp
8577 * gdb.base/noreturn-return.exp
8578 * gdb.base/nostdlib.exp
8579 * gdb.base/offsets.exp
8580 * gdb.base/opaque.exp
8581 * gdb.base/pc-fp.exp
8582 * gdb.base/permissions.exp
8583 * gdb.base/print-symbol-loading.exp
8584 * gdb.base/prologue-include.exp
8585 * gdb.base/psymtab.exp
8586 * gdb.base/ptype.exp
8587 * gdb.base/random-signal.exp
8588 * gdb.base/randomize.exp
8589 * gdb.base/range-stepping.exp
8590 * gdb.base/readline-ask.exp
8591 * gdb.base/recpar.exp
8592 * gdb.base/recurse.exp
8593 * gdb.base/relational.exp
8594 * gdb.base/restore.exp
8595 * gdb.base/return-nodebug.exp
8596 * gdb.base/return.exp
8597 * gdb.base/run-after-attach.exp
8598 * gdb.base/save-bp.exp
8599 * gdb.base/scope.exp
8600 * gdb.base/sect-cmd.exp
8601 * gdb.base/set-lang-auto.exp
8602 * gdb.base/set-noassign.exp
8603 * gdb.base/setvar.exp
8604 * gdb.base/sigall.exp
8605 * gdb.base/sigbpt.exp
8606 * gdb.base/siginfo-addr.exp
8607 * gdb.base/siginfo-infcall.exp
8608 * gdb.base/siginfo-obj.exp
8609 * gdb.base/siginfo.exp
8610 * gdb.base/signals-state-child.exp
8611 * gdb.base/signest.exp
8612 * gdb.base/sigstep.exp
8613 * gdb.base/sizeof.exp
8614 * gdb.base/skip.exp
8615 * gdb.base/solib-corrupted.exp
8616 * gdb.base/solib-nodir.exp
8617 * gdb.base/solib-search.exp
8618 * gdb.base/stack-checking.exp
8619 * gdb.base/stale-infcall.exp
8620 * gdb.base/stap-probe.exp
8621 * gdb.base/start.exp
8622 * gdb.base/step-break.exp
8623 * gdb.base/step-bt.exp
8624 * gdb.base/step-line.exp
8625 * gdb.base/step-over-exit.exp
8626 * gdb.base/step-over-syscall.exp
8627 * gdb.base/step-resume-infcall.exp
8628 * gdb.base/step-test.exp
8629 * gdb.base/store.exp
8630 * gdb.base/structs3.exp
8631 * gdb.base/sym-file.exp
8632 * gdb.base/symbol-without-target_section.exp
8633 * gdb.base/term.exp
8634 * gdb.base/testenv.exp
8635 * gdb.base/ui-redirect.exp
8636 * gdb.base/until.exp
8637 * gdb.base/unwindonsignal.exp
8638 * gdb.base/value-double-free.exp
8639 * gdb.base/vla-datatypes.exp
8640 * gdb.base/vla-ptr.exp
8641 * gdb.base/vla-sideeffect.exp
8642 * gdb.base/volatile.exp
8643 * gdb.base/watch-cond-infcall.exp
8644 * gdb.base/watch-cond.exp
8645 * gdb.base/watch-non-mem.exp
8646 * gdb.base/watch-read.exp
8647 * gdb.base/watch-vfork.exp
8648 * gdb.base/watchpoint-cond-gone.exp
8649 * gdb.base/watchpoint-delete.exp
8650 * gdb.base/watchpoint-hw-hit-once.exp
8651 * gdb.base/watchpoint-hw.exp
8652 * gdb.base/watchpoint-stops-at-right-insn.exp
8653 * gdb.base/watchpoints.exp
8654 * gdb.base/wchar.exp
8655 * gdb.base/whatis-exp.exp
8656 * gdb.btrace/buffer-size.exp
8657 * gdb.btrace/data.exp
8658 * gdb.btrace/delta.exp
8659 * gdb.btrace/dlopen.exp
8660 * gdb.btrace/enable.exp
8661 * gdb.btrace/exception.exp
8662 * gdb.btrace/function_call_history.exp
8663 * gdb.btrace/gcore.exp
8664 * gdb.btrace/instruction_history.exp
8665 * gdb.btrace/nohist.exp
8666 * gdb.btrace/reconnect.exp
8667 * gdb.btrace/record_goto-step.exp
8668 * gdb.btrace/record_goto.exp
8669 * gdb.btrace/rn-dl-bind.exp
8670 * gdb.btrace/segv.exp
8671 * gdb.btrace/step.exp
8672 * gdb.btrace/stepi.exp
8673 * gdb.btrace/tailcall-only.exp
8674 * gdb.btrace/tailcall.exp
8675 * gdb.btrace/tsx.exp
8676 * gdb.btrace/unknown_functions.exp
8677 * gdb.btrace/vdso.exp
8678 * gdb.compile/compile-ifunc.exp
8679 * gdb.compile/compile-ops.exp
8680 * gdb.compile/compile-print.exp
8681 * gdb.compile/compile-setjmp.exp
8682 * gdb.cp/abstract-origin.exp
8683 * gdb.cp/ambiguous.exp
8684 * gdb.cp/annota2.exp
8685 * gdb.cp/annota3.exp
8686 * gdb.cp/anon-ns.exp
8687 * gdb.cp/anon-struct.exp
8688 * gdb.cp/anon-union.exp
8689 * gdb.cp/arg-reference.exp
8690 * gdb.cp/baseenum.exp
8691 * gdb.cp/bool.exp
8692 * gdb.cp/breakpoint.exp
8693 * gdb.cp/bs15503.exp
8694 * gdb.cp/call-c.exp
8695 * gdb.cp/casts.exp
8696 * gdb.cp/chained-calls.exp
8697 * gdb.cp/class2.exp
8698 * gdb.cp/classes.exp
8699 * gdb.cp/cmpd-minsyms.exp
8700 * gdb.cp/converts.exp
8701 * gdb.cp/cp-relocate.exp
8702 * gdb.cp/cpcompletion.exp
8703 * gdb.cp/cpexprs.exp
8704 * gdb.cp/cplabel.exp
8705 * gdb.cp/cplusfuncs.exp
8706 * gdb.cp/cpsizeof.exp
8707 * gdb.cp/ctti.exp
8708 * gdb.cp/derivation.exp
8709 * gdb.cp/destrprint.exp
8710 * gdb.cp/dispcxx.exp
8711 * gdb.cp/enum-class.exp
8712 * gdb.cp/exception.exp
8713 * gdb.cp/exceptprint.exp
8714 * gdb.cp/expand-psymtabs-cxx.exp
8715 * gdb.cp/expand-sals.exp
8716 * gdb.cp/extern-c.exp
8717 * gdb.cp/filename.exp
8718 * gdb.cp/formatted-ref.exp
8719 * gdb.cp/fpointer.exp
8720 * gdb.cp/gdb1355.exp
8721 * gdb.cp/gdb2495.exp
8722 * gdb.cp/hang.exp
8723 * gdb.cp/impl-this.exp
8724 * gdb.cp/infcall-dlopen.exp
8725 * gdb.cp/inherit.exp
8726 * gdb.cp/iostream.exp
8727 * gdb.cp/koenig.exp
8728 * gdb.cp/local.exp
8729 * gdb.cp/m-data.exp
8730 * gdb.cp/m-static.exp
8731 * gdb.cp/mb-ctor.exp
8732 * gdb.cp/mb-inline.exp
8733 * gdb.cp/mb-templates.exp
8734 * gdb.cp/member-name.exp
8735 * gdb.cp/member-ptr.exp
8736 * gdb.cp/meth-typedefs.exp
8737 * gdb.cp/method.exp
8738 * gdb.cp/method2.exp
8739 * gdb.cp/minsym-fallback.exp
8740 * gdb.cp/misc.exp
8741 * gdb.cp/namelessclass.exp
8742 * gdb.cp/namespace-enum.exp
8743 * gdb.cp/namespace-nested-import.exp
8744 * gdb.cp/namespace.exp
8745 * gdb.cp/nextoverthrow.exp
8746 * gdb.cp/no-dmgl-verbose.exp
8747 * gdb.cp/non-trivial-retval.exp
8748 * gdb.cp/noparam.exp
8749 * gdb.cp/nsdecl.exp
8750 * gdb.cp/nsimport.exp
8751 * gdb.cp/nsnested.exp
8752 * gdb.cp/nsnoimports.exp
8753 * gdb.cp/nsrecurs.exp
8754 * gdb.cp/nsstress.exp
8755 * gdb.cp/nsusing.exp
8756 * gdb.cp/operator.exp
8757 * gdb.cp/oranking.exp
8758 * gdb.cp/overload-const.exp
8759 * gdb.cp/overload.exp
8760 * gdb.cp/ovldbreak.exp
8761 * gdb.cp/ovsrch.exp
8762 * gdb.cp/paren-type.exp
8763 * gdb.cp/parse-lang.exp
8764 * gdb.cp/pass-by-ref.exp
8765 * gdb.cp/pr-1023.exp
8766 * gdb.cp/pr-1210.exp
8767 * gdb.cp/pr-574.exp
8768 * gdb.cp/pr10687.exp
8769 * gdb.cp/pr12028.exp
8770 * gdb.cp/pr17132.exp
8771 * gdb.cp/pr17494.exp
8772 * gdb.cp/pr9067.exp
8773 * gdb.cp/pr9167.exp
8774 * gdb.cp/pr9631.exp
8775 * gdb.cp/printmethod.exp
8776 * gdb.cp/psmang.exp
8777 * gdb.cp/psymtab-parameter.exp
8778 * gdb.cp/ptype-cv-cp.exp
8779 * gdb.cp/ptype-flags.exp
8780 * gdb.cp/re-set-overloaded.exp
8781 * gdb.cp/ref-types.exp
8782 * gdb.cp/rtti.exp
8783 * gdb.cp/scope-err.exp
8784 * gdb.cp/shadow.exp
8785 * gdb.cp/smartp.exp
8786 * gdb.cp/static-method.exp
8787 * gdb.cp/static-print-quit.exp
8788 * gdb.cp/temargs.exp
8789 * gdb.cp/templates.exp
8790 * gdb.cp/try_catch.exp
8791 * gdb.cp/typedef-operator.exp
8792 * gdb.cp/typeid.exp
8793 * gdb.cp/userdef.exp
8794 * gdb.cp/using-crash.exp
8795 * gdb.cp/var-tag.exp
8796 * gdb.cp/virtbase.exp
8797 * gdb.cp/virtfunc.exp
8798 * gdb.cp/virtfunc2.exp
8799 * gdb.cp/vla-cxx.exp
8800 * gdb.disasm/t01_mov.exp
8801 * gdb.disasm/t02_mova.exp
8802 * gdb.disasm/t03_add.exp
8803 * gdb.disasm/t04_sub.exp
8804 * gdb.disasm/t05_cmp.exp
8805 * gdb.disasm/t06_ari2.exp
8806 * gdb.disasm/t07_ari3.exp
8807 * gdb.disasm/t08_or.exp
8808 * gdb.disasm/t09_xor.exp
8809 * gdb.disasm/t10_and.exp
8810 * gdb.disasm/t11_logs.exp
8811 * gdb.disasm/t12_bit.exp
8812 * gdb.disasm/t13_otr.exp
8813 * gdb.dlang/circular.exp
8814 * gdb.dwarf2/arr-stride.exp
8815 * gdb.dwarf2/arr-subrange.exp
8816 * gdb.dwarf2/atomic-type.exp
8817 * gdb.dwarf2/bad-regnum.exp
8818 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8819 * gdb.dwarf2/callframecfa.exp
8820 * gdb.dwarf2/clztest.exp
8821 * gdb.dwarf2/corrupt.exp
8822 * gdb.dwarf2/data-loc.exp
8823 * gdb.dwarf2/dup-psym.exp
8824 * gdb.dwarf2/dw2-anon-mptr.exp
8825 * gdb.dwarf2/dw2-anonymous-func.exp
8826 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8827 * gdb.dwarf2/dw2-bad-unresolved.exp
8828 * gdb.dwarf2/dw2-basic.exp
8829 * gdb.dwarf2/dw2-canonicalize-type.exp
8830 * gdb.dwarf2/dw2-case-insensitive.exp
8831 * gdb.dwarf2/dw2-common-block.exp
8832 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8833 * gdb.dwarf2/dw2-compressed.exp
8834 * gdb.dwarf2/dw2-const.exp
8835 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8836 * gdb.dwarf2/dw2-cu-size.exp
8837 * gdb.dwarf2/dw2-dup-frame.exp
8838 * gdb.dwarf2/dw2-entry-value.exp
8839 * gdb.dwarf2/dw2-icycle.exp
8840 * gdb.dwarf2/dw2-ifort-parameter.exp
8841 * gdb.dwarf2/dw2-inline-break.exp
8842 * gdb.dwarf2/dw2-inline-param.exp
8843 * gdb.dwarf2/dw2-intercu.exp
8844 * gdb.dwarf2/dw2-intermix.exp
8845 * gdb.dwarf2/dw2-lexical-block-bare.exp
8846 * gdb.dwarf2/dw2-linkage-name-trust.exp
8847 * gdb.dwarf2/dw2-minsym-in-cu.exp
8848 * gdb.dwarf2/dw2-noloc.exp
8849 * gdb.dwarf2/dw2-op-call.exp
8850 * gdb.dwarf2/dw2-op-out-param.exp
8851 * gdb.dwarf2/dw2-opt-structptr.exp
8852 * gdb.dwarf2/dw2-param-error.exp
8853 * gdb.dwarf2/dw2-producer.exp
8854 * gdb.dwarf2/dw2-ranges-base.exp
8855 * gdb.dwarf2/dw2-ref-missing-frame.exp
8856 * gdb.dwarf2/dw2-reg-undefined.exp
8857 * gdb.dwarf2/dw2-regno-invalid.exp
8858 * gdb.dwarf2/dw2-restore.exp
8859 * gdb.dwarf2/dw2-restrict.exp
8860 * gdb.dwarf2/dw2-single-line-discriminators.exp
8861 * gdb.dwarf2/dw2-strp.exp
8862 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8863 * gdb.dwarf2/dw2-unresolved.exp
8864 * gdb.dwarf2/dw2-var-zero-addr.exp
8865 * gdb.dwarf2/dw4-sig-types.exp
8866 * gdb.dwarf2/dwz.exp
8867 * gdb.dwarf2/dynarr-ptr.exp
8868 * gdb.dwarf2/enum-type.exp
8869 * gdb.dwarf2/gdb-index.exp
8870 * gdb.dwarf2/implptr-64bit.exp
8871 * gdb.dwarf2/implptr-optimized-out.exp
8872 * gdb.dwarf2/implptr.exp
8873 * gdb.dwarf2/implref-array.exp
8874 * gdb.dwarf2/implref-const.exp
8875 * gdb.dwarf2/implref-global.exp
8876 * gdb.dwarf2/implref-struct.exp
8877 * gdb.dwarf2/mac-fileno.exp
8878 * gdb.dwarf2/main-subprogram.exp
8879 * gdb.dwarf2/member-ptr-forwardref.exp
8880 * gdb.dwarf2/method-ptr.exp
8881 * gdb.dwarf2/missing-sig-type.exp
8882 * gdb.dwarf2/nonvar-access.exp
8883 * gdb.dwarf2/opaque-type-lookup.exp
8884 * gdb.dwarf2/pieces-optimized-out.exp
8885 * gdb.dwarf2/pieces.exp
8886 * gdb.dwarf2/pr10770.exp
8887 * gdb.dwarf2/pr13961.exp
8888 * gdb.dwarf2/staticvirtual.exp
8889 * gdb.dwarf2/subrange.exp
8890 * gdb.dwarf2/symtab-producer.exp
8891 * gdb.dwarf2/trace-crash.exp
8892 * gdb.dwarf2/typeddwarf.exp
8893 * gdb.dwarf2/valop.exp
8894 * gdb.dwarf2/watch-notconst.exp
8895 * gdb.fortran/array-element.exp
8896 * gdb.fortran/charset.exp
8897 * gdb.fortran/common-block.exp
8898 * gdb.fortran/complex.exp
8899 * gdb.fortran/derived-type-function.exp
8900 * gdb.fortran/derived-type.exp
8901 * gdb.fortran/logical.exp
8902 * gdb.fortran/module.exp
8903 * gdb.fortran/multi-dim.exp
8904 * gdb.fortran/nested-funcs.exp
8905 * gdb.fortran/print-formatted.exp
8906 * gdb.fortran/subarray.exp
8907 * gdb.fortran/vla-alloc-assoc.exp
8908 * gdb.fortran/vla-datatypes.exp
8909 * gdb.fortran/vla-history.exp
8910 * gdb.fortran/vla-ptr-info.exp
8911 * gdb.fortran/vla-ptype-sub.exp
8912 * gdb.fortran/vla-ptype.exp
8913 * gdb.fortran/vla-sizeof.exp
8914 * gdb.fortran/vla-type.exp
8915 * gdb.fortran/vla-value-sub-arbitrary.exp
8916 * gdb.fortran/vla-value-sub-finish.exp
8917 * gdb.fortran/vla-value-sub.exp
8918 * gdb.fortran/vla-value.exp
8919 * gdb.fortran/whatis_type.exp
8920 * gdb.go/chan.exp
8921 * gdb.go/handcall.exp
8922 * gdb.go/hello.exp
8923 * gdb.go/integers.exp
8924 * gdb.go/methods.exp
8925 * gdb.go/package.exp
8926 * gdb.go/strings.exp
8927 * gdb.go/types.exp
8928 * gdb.go/unsafe.exp
8929 * gdb.guile/scm-arch.exp
8930 * gdb.guile/scm-block.exp
8931 * gdb.guile/scm-breakpoint.exp
8932 * gdb.guile/scm-cmd.exp
8933 * gdb.guile/scm-disasm.exp
8934 * gdb.guile/scm-equal.exp
8935 * gdb.guile/scm-frame-args.exp
8936 * gdb.guile/scm-frame-inline.exp
8937 * gdb.guile/scm-frame.exp
8938 * gdb.guile/scm-iterator.exp
8939 * gdb.guile/scm-math.exp
8940 * gdb.guile/scm-objfile.exp
8941 * gdb.guile/scm-ports.exp
8942 * gdb.guile/scm-symbol.exp
8943 * gdb.guile/scm-symtab.exp
8944 * gdb.guile/scm-value-cc.exp
8945 * gdb.guile/types-module.exp
8946 * gdb.linespec/break-ask.exp
8947 * gdb.linespec/cpexplicit.exp
8948 * gdb.linespec/explicit.exp
8949 * gdb.linespec/keywords.exp
8950 * gdb.linespec/linespec.exp
8951 * gdb.linespec/ls-dollar.exp
8952 * gdb.linespec/ls-errs.exp
8953 * gdb.linespec/skip-two.exp
8954 * gdb.linespec/thread.exp
8955 * gdb.mi/mi-async.exp
8956 * gdb.mi/mi-basics.exp
8957 * gdb.mi/mi-break.exp
8958 * gdb.mi/mi-catch-load.exp
8959 * gdb.mi/mi-cli.exp
8960 * gdb.mi/mi-cmd-param-changed.exp
8961 * gdb.mi/mi-console.exp
8962 * gdb.mi/mi-detach.exp
8963 * gdb.mi/mi-disassemble.exp
8964 * gdb.mi/mi-eval.exp
8965 * gdb.mi/mi-file-transfer.exp
8966 * gdb.mi/mi-file.exp
8967 * gdb.mi/mi-fill-memory.exp
8968 * gdb.mi/mi-inheritance-syntax-error.exp
8969 * gdb.mi/mi-linespec-err-cp.exp
8970 * gdb.mi/mi-logging.exp
8971 * gdb.mi/mi-memory-changed.exp
8972 * gdb.mi/mi-read-memory.exp
8973 * gdb.mi/mi-record-changed.exp
8974 * gdb.mi/mi-reg-undefined.exp
8975 * gdb.mi/mi-regs.exp
8976 * gdb.mi/mi-return.exp
8977 * gdb.mi/mi-reverse.exp
8978 * gdb.mi/mi-simplerun.exp
8979 * gdb.mi/mi-solib.exp
8980 * gdb.mi/mi-stack.exp
8981 * gdb.mi/mi-stepi.exp
8982 * gdb.mi/mi-syn-frame.exp
8983 * gdb.mi/mi-until.exp
8984 * gdb.mi/mi-var-block.exp
8985 * gdb.mi/mi-var-child.exp
8986 * gdb.mi/mi-var-cmd.exp
8987 * gdb.mi/mi-var-cp.exp
8988 * gdb.mi/mi-var-display.exp
8989 * gdb.mi/mi-var-invalidate.exp
8990 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8991 * gdb.mi/mi-vla-fortran.exp
8992 * gdb.mi/mi-watch.exp
8993 * gdb.mi/mi2-var-child.exp
8994 * gdb.mi/user-selected-context-sync.exp
8995 * gdb.modula2/unbounded-array.exp
8996 * gdb.multi/dummy-frame-restore.exp
8997 * gdb.multi/multi-arch-exec.exp
8998 * gdb.multi/multi-arch.exp
8999 * gdb.multi/tids.exp
9000 * gdb.multi/watchpoint-multi.exp
9001 * gdb.opencl/callfuncs.exp
9002 * gdb.opencl/convs_casts.exp
9003 * gdb.opencl/datatypes.exp
9004 * gdb.opencl/operators.exp
9005 * gdb.opencl/vec_comps.exp
9006 * gdb.opt/clobbered-registers-O2.exp
9007 * gdb.opt/inline-break.exp
9008 * gdb.opt/inline-bt.exp
9009 * gdb.opt/inline-cmds.exp
9010 * gdb.opt/inline-locals.exp
9011 * gdb.pascal/case-insensitive-symbols.exp
9012 * gdb.pascal/floats.exp
9013 * gdb.pascal/gdb11492.exp
9014 * gdb.python/lib-types.exp
9015 * gdb.python/py-arch.exp
9016 * gdb.python/py-as-string.exp
9017 * gdb.python/py-bad-printers.exp
9018 * gdb.python/py-block.exp
9019 * gdb.python/py-breakpoint-create-fail.exp
9020 * gdb.python/py-breakpoint.exp
9021 * gdb.python/py-caller-is.exp
9022 * gdb.python/py-cmd.exp
9023 * gdb.python/py-explore-cc.exp
9024 * gdb.python/py-explore.exp
9025 * gdb.python/py-finish-breakpoint.exp
9026 * gdb.python/py-finish-breakpoint2.exp
9027 * gdb.python/py-frame-args.exp
9028 * gdb.python/py-frame-inline.exp
9029 * gdb.python/py-frame.exp
9030 * gdb.python/py-framefilter-mi.exp
9031 * gdb.python/py-infthread.exp
9032 * gdb.python/py-lazy-string.exp
9033 * gdb.python/py-linetable.exp
9034 * gdb.python/py-mi-events.exp
9035 * gdb.python/py-mi-objfile.exp
9036 * gdb.python/py-mi.exp
9037 * gdb.python/py-objfile.exp
9038 * gdb.python/py-pp-integral.exp
9039 * gdb.python/py-pp-maint.exp
9040 * gdb.python/py-pp-re-notag.exp
9041 * gdb.python/py-pp-registration.exp
9042 * gdb.python/py-recurse-unwind.exp
9043 * gdb.python/py-strfns.exp
9044 * gdb.python/py-symbol.exp
9045 * gdb.python/py-symtab.exp
9046 * gdb.python/py-sync-interp.exp
9047 * gdb.python/py-typeprint.exp
9048 * gdb.python/py-unwind-maint.exp
9049 * gdb.python/py-unwind.exp
9050 * gdb.python/py-value-cc.exp
9051 * gdb.python/py-xmethods.exp
9052 * gdb.reverse/amd64-tailcall-reverse.exp
9053 * gdb.reverse/break-precsave.exp
9054 * gdb.reverse/break-reverse.exp
9055 * gdb.reverse/consecutive-precsave.exp
9056 * gdb.reverse/consecutive-reverse.exp
9057 * gdb.reverse/finish-precsave.exp
9058 * gdb.reverse/finish-reverse-bkpt.exp
9059 * gdb.reverse/finish-reverse.exp
9060 * gdb.reverse/fstatat-reverse.exp
9061 * gdb.reverse/getresuid-reverse.exp
9062 * gdb.reverse/i386-precsave.exp
9063 * gdb.reverse/i386-reverse.exp
9064 * gdb.reverse/i386-sse-reverse.exp
9065 * gdb.reverse/i387-env-reverse.exp
9066 * gdb.reverse/i387-stack-reverse.exp
9067 * gdb.reverse/insn-reverse.exp
9068 * gdb.reverse/machinestate-precsave.exp
9069 * gdb.reverse/machinestate.exp
9070 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9071 * gdb.reverse/pipe-reverse.exp
9072 * gdb.reverse/readv-reverse.exp
9073 * gdb.reverse/recvmsg-reverse.exp
9074 * gdb.reverse/rerun-prec.exp
9075 * gdb.reverse/s390-mvcle.exp
9076 * gdb.reverse/step-precsave.exp
9077 * gdb.reverse/step-reverse.exp
9078 * gdb.reverse/time-reverse.exp
9079 * gdb.reverse/until-precsave.exp
9080 * gdb.reverse/until-reverse.exp
9081 * gdb.reverse/waitpid-reverse.exp
9082 * gdb.reverse/watch-precsave.exp
9083 * gdb.reverse/watch-reverse.exp
9084 * gdb.rust/generics.exp
9085 * gdb.rust/methods.exp
9086 * gdb.rust/modules.exp
9087 * gdb.rust/simple.exp
9088 * gdb.server/connect-with-no-symbol-file.exp
9089 * gdb.server/ext-attach.exp
9090 * gdb.server/ext-restart.exp
9091 * gdb.server/ext-wrapper.exp
9092 * gdb.server/file-transfer.exp
9093 * gdb.server/server-exec-info.exp
9094 * gdb.server/server-kill.exp
9095 * gdb.server/server-mon.exp
9096 * gdb.server/wrapper.exp
9097 * gdb.stabs/exclfwd.exp
9098 * gdb.stabs/gdb11479.exp
9099 * gdb.threads/clone-new-thread-event.exp
9100 * gdb.threads/corethreads.exp
9101 * gdb.threads/current-lwp-dead.exp
9102 * gdb.threads/dlopen-libpthread.exp
9103 * gdb.threads/gcore-thread.exp
9104 * gdb.threads/sigstep-threads.exp
9105 * gdb.threads/watchpoint-fork.exp
9106 * gdb.trace/actions-changed.exp
9107 * gdb.trace/backtrace.exp
9108 * gdb.trace/change-loc.exp
9109 * gdb.trace/circ.exp
9110 * gdb.trace/collection.exp
9111 * gdb.trace/disconnected-tracing.exp
9112 * gdb.trace/ftrace.exp
9113 * gdb.trace/mi-trace-frame-collected.exp
9114 * gdb.trace/mi-trace-unavailable.exp
9115 * gdb.trace/mi-traceframe-changed.exp
9116 * gdb.trace/mi-tsv-changed.exp
9117 * gdb.trace/no-attach-trace.exp
9118 * gdb.trace/passc-dyn.exp
9119 * gdb.trace/qtro.exp
9120 * gdb.trace/range-stepping.exp
9121 * gdb.trace/read-memory.exp
9122 * gdb.trace/save-trace.exp
9123 * gdb.trace/signal.exp
9124 * gdb.trace/status-stop.exp
9125 * gdb.trace/tfile.exp
9126 * gdb.trace/trace-break.exp
9127 * gdb.trace/trace-buffer-size.exp
9128 * gdb.trace/trace-condition.exp
9129 * gdb.trace/tracefile-pseudo-reg.exp
9130 * gdb.trace/tstatus.exp
9131 * gdb.trace/unavailable.exp
9132 * gdb.trace/while-dyn.exp
9133 * gdb.trace/while-stepping.exp
9134
9135 2016-12-22 Doug Evans <xdje42@gmail.com>
9136
9137 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9138 and msymbols.
9139
9140 2016-12-19 Yao Qi <yao.qi@linaro.org>
9141
9142 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9143 (test_with_self): Don't call do_steps_and_nexts, and remove
9144 code about stepping into xmalloc.
9145
9146 2016-12-09 Yao Qi <yao.qi@linaro.org>
9147
9148 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9149
9150 2016-12-09 Yao Qi <yao.qi@linaro.org>
9151
9152 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9153
9154 2016-12-09 Pedro Alves <palves@redhat.com>
9155
9156 * gdb.base/all-architectures-0.exp: New file.
9157 * gdb.base/all-architectures-1.exp: New file.
9158 * gdb.base/all-architectures-2.exp: New file.
9159 * gdb.base/all-architectures-3.exp: New file.
9160 * gdb.base/all-architectures-4.exp: New file.
9161 * gdb.base/all-architectures-5.exp: New file.
9162 * gdb.base/all-architectures-6.exp: New file.
9163 * gdb.base/all-architectures-7.exp: New file.
9164 * gdb.base/all-architectures.exp.in: New file.
9165
9166 2016-12-09 Yao Qi <yao.qi@linaro.org>
9167
9168 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9169
9170 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9171
9172 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9173 possible.
9174 Remove useless pattern-matching code.
9175
9176 2016-12-02 Pedro Alves <palves@redhat.com>
9177
9178 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9179 procedure.
9180 (top level): Call it.
9181
9182 2016-12-02 Pedro Alves <palves@redhat.com>
9183
9184 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9185 New procedure.
9186 (top level): Call it.
9187
9188 2016-12-02 Pedro Alves <palves@redhat.com>
9189
9190 PR cli/20559
9191 * gdb.base/commands.exp (user_defined_command_args_eval): New
9192 procedure.
9193 (top level): Call it.
9194
9195 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9196
9197 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9198 timeout handling.
9199
9200 2016-12-02 Tom Tromey <tom@tromey.com>
9201
9202 * gdb.dwarf2/main-subprogram.c: New file.
9203 * gdb.dwarf2/main-subprogram.exp: New file.
9204
9205 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9206
9207 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9208 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9209 gdb_test_no_output for a couple of cases.
9210 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9211
9212 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9213
9214 Fix test names and standardize compilation error messages throughout
9215 the following files:
9216
9217 * gdb.ada/start.exp
9218 * gdb.arch/alpha-step.exp
9219 * gdb.arch/e500-prologue.exp
9220 * gdb.arch/ftrace-insn-reloc.exp
9221 * gdb.arch/gdb1291.exp
9222 * gdb.arch/gdb1431.exp
9223 * gdb.arch/gdb1558.exp
9224 * gdb.arch/i386-dr3-watch.exp
9225 * gdb.arch/i386-sse-stack-align.exp
9226 * gdb.arch/ia64-breakpoint-shadow.exp
9227 * gdb.arch/pa-nullify.exp
9228 * gdb.arch/powerpc-aix-prologue.exp
9229 * gdb.arch/thumb-bx-pc.exp
9230 * gdb.base/annota1.exp
9231 * gdb.base/annota3.exp
9232 * gdb.base/arrayidx.exp
9233 * gdb.base/assign.exp
9234 * gdb.base/attach.exp
9235 * gdb.base/auxv.exp
9236 * gdb.base/bang.exp
9237 * gdb.base/bfp-test.exp
9238 * gdb.base/bigcore.exp
9239 * gdb.base/bitfields2.exp
9240 * gdb.base/break-fun-addr.exp
9241 * gdb.base/break-probes.exp
9242 * gdb.base/call-rt-st.exp
9243 * gdb.base/callexit.exp
9244 * gdb.base/catch-fork-kill.exp
9245 * gdb.base/charset.exp
9246 * gdb.base/checkpoint.exp
9247 * gdb.base/comprdebug.exp
9248 * gdb.base/constvars.exp
9249 * gdb.base/coredump-filter.exp
9250 * gdb.base/cursal.exp
9251 * gdb.base/cvexpr.exp
9252 * gdb.base/detach.exp
9253 * gdb.base/display.exp
9254 * gdb.base/dmsym.exp
9255 * gdb.base/dprintf-pending.exp
9256 * gdb.base/dso2dso.exp
9257 * gdb.base/dtrace-probe.exp
9258 * gdb.base/dump.exp
9259 * gdb.base/enum_cond.exp
9260 * gdb.base/exe-lock.exp
9261 * gdb.base/exec-invalid-sysroot.exp
9262 * gdb.base/execl-update-breakpoints.exp
9263 * gdb.base/exprs.exp
9264 * gdb.base/fileio.exp
9265 * gdb.base/find.exp
9266 * gdb.base/finish.exp
9267 * gdb.base/fixsection.exp
9268 * gdb.base/foll-vfork.exp
9269 * gdb.base/frame-args.exp
9270 * gdb.base/gcore.exp
9271 * gdb.base/gdb1250.exp
9272 * gdb.base/global-var-nested-by-dso.exp
9273 * gdb.base/gnu-ifunc.exp
9274 * gdb.base/hashline1.exp
9275 * gdb.base/hashline2.exp
9276 * gdb.base/hashline3.exp
9277 * gdb.base/hbreak-in-shr-unsupported.exp
9278 * gdb.base/huge.exp
9279 * gdb.base/infcall-input.exp
9280 * gdb.base/info-fun.exp
9281 * gdb.base/info-shared.exp
9282 * gdb.base/jit-simple.exp
9283 * gdb.base/jit-so.exp
9284 * gdb.base/jit.exp
9285 * gdb.base/jump.exp
9286 * gdb.base/label.exp
9287 * gdb.base/lineinc.exp
9288 * gdb.base/logical.exp
9289 * gdb.base/longjmp.exp
9290 * gdb.base/macscp.exp
9291 * gdb.base/miscexprs.exp
9292 * gdb.base/new-ui-echo.exp
9293 * gdb.base/new-ui-pending-input.exp
9294 * gdb.base/new-ui.exp
9295 * gdb.base/nodebug.exp
9296 * gdb.base/nofield.exp
9297 * gdb.base/offsets.exp
9298 * gdb.base/overlays.exp
9299 * gdb.base/pending.exp
9300 * gdb.base/pointers.exp
9301 * gdb.base/pr11022.exp
9302 * gdb.base/printcmds.exp
9303 * gdb.base/prologue.exp
9304 * gdb.base/ptr-typedef.exp
9305 * gdb.base/realname-expand.exp
9306 * gdb.base/relativedebug.exp
9307 * gdb.base/relocate.exp
9308 * gdb.base/remote.exp
9309 * gdb.base/reread.exp
9310 * gdb.base/return2.exp
9311 * gdb.base/savedregs.exp
9312 * gdb.base/sep.exp
9313 * gdb.base/sepdebug.exp
9314 * gdb.base/sepsymtab.exp
9315 * gdb.base/set-inferior-tty.exp
9316 * gdb.base/setshow.exp
9317 * gdb.base/shlib-call.exp
9318 * gdb.base/sigaltstack.exp
9319 * gdb.base/siginfo-addr.exp
9320 * gdb.base/signals.exp
9321 * gdb.base/signull.exp
9322 * gdb.base/sigrepeat.exp
9323 * gdb.base/so-impl-ld.exp
9324 * gdb.base/solib-display.exp
9325 * gdb.base/solib-overlap.exp
9326 * gdb.base/solib-search.exp
9327 * gdb.base/solib-symbol.exp
9328 * gdb.base/structs.exp
9329 * gdb.base/structs2.exp
9330 * gdb.base/symtab-search-order.exp
9331 * gdb.base/twice.exp
9332 * gdb.base/unload.exp
9333 * gdb.base/varargs.exp
9334 * gdb.base/watchpoint-solib.exp
9335 * gdb.base/watchpoint.exp
9336 * gdb.base/whatis.exp
9337 * gdb.base/wrong_frame_bt_full.exp
9338 * gdb.btrace/dlopen.exp
9339 * gdb.cell/ea-standalone.exp
9340 * gdb.cell/ea-test.exp
9341 * gdb.cp/dispcxx.exp
9342 * gdb.cp/gdb2384.exp
9343 * gdb.cp/method2.exp
9344 * gdb.cp/nextoverthrow.exp
9345 * gdb.cp/pr10728.exp
9346 * gdb.disasm/am33.exp
9347 * gdb.disasm/h8300s.exp
9348 * gdb.disasm/mn10300.exp
9349 * gdb.disasm/sh3.exp
9350 * gdb.dwarf2/dw2-dir-file-name.exp
9351 * gdb.fortran/complex.exp
9352 * gdb.fortran/library-module.exp
9353 * gdb.guile/scm-pretty-print.exp
9354 * gdb.guile/scm-symbol.exp
9355 * gdb.guile/scm-type.exp
9356 * gdb.guile/scm-value.exp
9357 * gdb.linespec/linespec.exp
9358 * gdb.mi/gdb701.exp
9359 * gdb.mi/gdb792.exp
9360 * gdb.mi/mi-breakpoint-changed.exp
9361 * gdb.mi/mi-dprintf-pending.exp
9362 * gdb.mi/mi-dprintf.exp
9363 * gdb.mi/mi-exit-code.exp
9364 * gdb.mi/mi-pending.exp
9365 * gdb.mi/mi-solib.exp
9366 * gdb.mi/new-ui-mi-sync.exp
9367 * gdb.mi/pr11022.exp
9368 * gdb.mi/user-selected-context-sync.exp
9369 * gdb.opt/solib-intra-step.exp
9370 * gdb.python/py-events.exp
9371 * gdb.python/py-finish-breakpoint.exp
9372 * gdb.python/py-mi.exp
9373 * gdb.python/py-prettyprint.exp
9374 * gdb.python/py-shared.exp
9375 * gdb.python/py-symbol.exp
9376 * gdb.python/py-template.exp
9377 * gdb.python/py-type.exp
9378 * gdb.python/py-value.exp
9379 * gdb.reverse/solib-precsave.exp
9380 * gdb.reverse/solib-reverse.exp
9381 * gdb.server/solib-list.exp
9382 * gdb.stabs/weird.exp
9383 * gdb.threads/reconnect-signal.exp
9384 * gdb.threads/stepi-random-signal.exp
9385 * gdb.trace/actions.exp
9386 * gdb.trace/ax.exp
9387 * gdb.trace/backtrace.exp
9388 * gdb.trace/change-loc.exp
9389 * gdb.trace/deltrace.exp
9390 * gdb.trace/ftrace-lock.exp
9391 * gdb.trace/ftrace.exp
9392 * gdb.trace/infotrace.exp
9393 * gdb.trace/mi-tracepoint-changed.exp
9394 * gdb.trace/packetlen.exp
9395 * gdb.trace/passcount.exp
9396 * gdb.trace/pending.exp
9397 * gdb.trace/range-stepping.exp
9398 * gdb.trace/report.exp
9399 * gdb.trace/stap-trace.exp
9400 * gdb.trace/tfind.exp
9401 * gdb.trace/trace-break.exp
9402 * gdb.trace/trace-condition.exp
9403 * gdb.trace/trace-enable-disable.exp
9404 * gdb.trace/trace-mt.exp
9405 * gdb.trace/tracecmd.exp
9406 * gdb.trace/tspeed.exp
9407 * gdb.trace/tsv.exp
9408 * lib/perftest.exp
9409
9410 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9411
9412 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9413 with gdb_test_no_output.
9414 Use command as test name.
9415
9416 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9417
9418 Fix test names starting with uppercase throughout the files.
9419
9420 * gdb.ada/assign_1.exp
9421 * gdb.ada/boolean_expr.exp
9422 * gdb.base/arrayidx.exp
9423 * gdb.base/del.exp
9424 * gdb.base/gcore-buffer-overflow.exp
9425 * gdb.base/testenv.exp
9426 * gdb.compile/compile.exp
9427 * gdb.python/py-framefilter-invalidarg.exp
9428 * gdb.python/py-framefilter.exp
9429
9430 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9431
9432 Fix test names starting with uppercase throughout the files.
9433
9434 * gdb.ada/array_return.exp
9435 * gdb.ada/expr_delims.exp
9436 * gdb.ada/mi_dyn_arr.exp
9437 * gdb.ada/mi_interface.exp
9438 * gdb.ada/mi_var_array.exp
9439 * gdb.ada/watch_arg.exp
9440 * gdb.arch/alpha-step.exp
9441 * gdb.arch/altivec-regs.exp
9442 * gdb.arch/e500-regs.exp
9443 * gdb.arch/powerpc-d128-regs.exp
9444 * gdb.base/arrayidx.exp
9445 * gdb.base/break.exp
9446 * gdb.base/checkpoint.exp
9447 * gdb.base/debug-expr.exp
9448 * gdb.base/dmsym.exp
9449 * gdb.base/radix.exp
9450 * gdb.base/sepdebug.exp
9451 * gdb.base/testenv.exp
9452 * gdb.base/watch_thread_num.exp
9453 * gdb.base/watchpoint-cond-gone.exp
9454 * gdb.cell/break.exp
9455 * gdb.cell/ea-cache.exp
9456 * gdb.compile/compile.exp
9457 * gdb.cp/gdb2495.exp
9458 * gdb.gdb/selftest.exp
9459 * gdb.gdb/xfullpath.exp
9460 * gdb.go/hello.exp
9461 * gdb.go/integers.exp
9462 * gdb.objc/basicclass.exp
9463 * gdb.pascal/hello.exp
9464 * gdb.pascal/integers.exp
9465 * gdb.python/py-breakpoint.exp
9466 * gdb.python/py-cmd.exp
9467 * gdb.python/py-linetable.exp
9468 * gdb.python/py-xmethods.exp
9469 * gdb.python/python.exp
9470 * gdb.reverse/consecutive-precsave.exp
9471 * gdb.reverse/finish-precsave.exp
9472 * gdb.reverse/i386-precsave.exp
9473 * gdb.reverse/machinestate-precsave.exp
9474 * gdb.reverse/sigall-precsave.exp
9475 * gdb.reverse/solib-precsave.exp
9476 * gdb.reverse/step-precsave.exp
9477 * gdb.reverse/until-precsave.exp
9478 * gdb.reverse/watch-precsave.exp
9479 * gdb.threads/leader-exit.exp
9480 * gdb.threads/pthreads.exp
9481 * gdb.threads/wp-replication.exp
9482 * gdb.trace/actions.exp
9483 * gdb.trace/mi-tsv-changed.exp
9484 * gdb.trace/tsv.exp
9485
9486 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9487
9488 Fix test names starting with uppercase throughout the files.
9489
9490 * gdb.arch/i386-bp_permanent.exp
9491 * gdb.arch/i386-gnu-cfi.exp
9492 * gdb.base/disasm-end-cu.exp
9493 * gdb.base/macscp.exp
9494 * gdb.base/pending.exp
9495 * gdb.base/watch_thread_num.exp
9496 * gdb.cp/exception.exp
9497 * gdb.cp/gdb2495.exp
9498 * gdb.cp/local.exp
9499 * gdb.python/py-evsignal.exp
9500 * gdb.python/python.exp
9501 * gdb.trace/tracecmd.exp
9502
9503 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9504
9505 Fix test names starting with uppercase throughout the files.
9506
9507 * gdb.base/charset.exp
9508 * gdb.base/eval.exp
9509 * gdb.base/multi-forks.exp
9510 * gdb.guile/scm-progspace.exp
9511 * gdb.opencl/datatypes.exp
9512 * gdb.python/py-block.exp
9513 * gdb.python/py-function.exp
9514 * gdb.python/py-symbol.exp
9515 * gdb.python/py-symtab.exp
9516 * gdb.python/py-xmethods.exp
9517 * gdb.reverse/break-precsave.exp
9518 * gdb.reverse/break-reverse.exp
9519 * gdb.reverse/consecutive-precsave.exp
9520 * gdb.reverse/consecutive-reverse.exp
9521 * gdb.reverse/finish-precsave.exp
9522 * gdb.reverse/finish-reverse-bkpt.exp
9523 * gdb.reverse/finish-reverse.exp
9524 * gdb.reverse/fstatat-reverse.exp
9525 * gdb.reverse/getresuid-reverse.exp
9526 * gdb.reverse/i386-precsave.exp
9527 * gdb.reverse/i386-reverse.exp
9528 * gdb.reverse/i386-sse-reverse.exp
9529 * gdb.reverse/i387-stack-reverse.exp
9530 * gdb.reverse/insn-reverse.exp
9531 * gdb.reverse/machinestate-precsave.exp
9532 * gdb.reverse/machinestate.exp
9533 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9534 * gdb.reverse/pipe-reverse.exp
9535 * gdb.reverse/readv-reverse.exp
9536 * gdb.reverse/recvmsg-reverse.exp
9537 * gdb.reverse/rerun-prec.exp
9538 * gdb.reverse/s390-mvcle.exp
9539 * gdb.reverse/sigall-precsave.exp
9540 * gdb.reverse/sigall-reverse.exp
9541 * gdb.reverse/solib-precsave.exp
9542 * gdb.reverse/solib-reverse.exp
9543 * gdb.reverse/step-precsave.exp
9544 * gdb.reverse/step-reverse.exp
9545 * gdb.reverse/time-reverse.exp
9546 * gdb.reverse/until-precsave.exp
9547 * gdb.reverse/until-reverse.exp
9548 * gdb.reverse/waitpid-reverse.exp
9549 * gdb.reverse/watch-precsave.exp
9550 * gdb.reverse/watch-reverse.exp
9551
9552 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9553
9554 Fix test names starting with uppercase throughout the files.
9555
9556 * gdb.arch/i386-mpx-simple_segv.exp
9557 * gdb.arch/i386-mpx.exp
9558 * gdb.arch/i386-permbkpt.exp
9559 * gdb.arch/pa-nullify.exp
9560 * gdb.arch/powerpc-d128-regs.exp
9561 * gdb.arch/vsx-regs.exp
9562 * gdb.base/bfp-test.exp
9563 * gdb.base/break.exp
9564 * gdb.base/breakpoint-shadow.exp
9565 * gdb.base/callfuncs.exp
9566 * gdb.base/charset.exp
9567 * gdb.base/commands.exp
9568 * gdb.base/completion.exp
9569 * gdb.base/dfp-test.exp
9570 * gdb.base/echo.exp
9571 * gdb.base/ending-run.exp
9572 * gdb.base/eval.exp
9573 * gdb.base/expand-psymtabs.exp
9574 * gdb.base/float128.exp
9575 * gdb.base/floatn.exp
9576 * gdb.base/foll-exec-mode.exp
9577 * gdb.base/gdb1056.exp
9578 * gdb.base/gdb11531.exp
9579 * gdb.base/kill-after-signal.exp
9580 * gdb.base/multi-forks.exp
9581 * gdb.base/overlays.exp
9582 * gdb.base/pending.exp
9583 * gdb.base/sepdebug.exp
9584 * gdb.base/testenv.exp
9585 * gdb.base/valgrind-db-attach.exp
9586 * gdb.base/watch_thread_num.exp
9587 * gdb.base/watchpoint-cond-gone.exp
9588 * gdb.base/watchpoint.exp
9589 * gdb.base/watchpoints.exp
9590 * gdb.cp/arg-reference.exp
9591 * gdb.cp/baseenum.exp
9592 * gdb.cp/operator.exp
9593 * gdb.cp/shadow.exp
9594 * gdb.dwarf2/dw2-op-out-param.exp
9595 * gdb.dwarf2/dw2-reg-undefined.exp
9596 * gdb.go/chan.exp
9597 * gdb.go/hello.exp
9598 * gdb.go/integers.exp
9599 * gdb.go/methods.exp
9600 * gdb.go/package.exp
9601 * gdb.guile/scm-parameter.exp
9602 * gdb.guile/scm-progspace.exp
9603 * gdb.guile/scm-value.exp
9604 * gdb.mi/mi-pending.exp
9605 * gdb.mi/user-selected-context-sync.exp
9606 * gdb.multi/multi-attach.exp
9607 * gdb.multi/tids.exp
9608 * gdb.opt/clobbered-registers-O2.exp
9609 * gdb.pascal/floats.exp
9610 * gdb.pascal/integers.exp
9611 * gdb.python/py-block.exp
9612 * gdb.python/py-events.exp
9613 * gdb.python/py-parameter.exp
9614 * gdb.python/py-symbol.exp
9615 * gdb.python/py-symtab.exp
9616 * gdb.python/py-type.exp
9617 * gdb.python/py-value.exp
9618 * gdb.python/py-xmethods.exp
9619 * gdb.python/python.exp
9620 * gdb.reverse/break-precsave.exp
9621 * gdb.reverse/consecutive-precsave.exp
9622 * gdb.reverse/finish-precsave.exp
9623 * gdb.reverse/i386-precsave.exp
9624 * gdb.reverse/machinestate-precsave.exp
9625 * gdb.reverse/sigall-precsave.exp
9626 * gdb.reverse/solib-precsave.exp
9627 * gdb.reverse/step-precsave.exp
9628 * gdb.reverse/until-precsave.exp
9629 * gdb.reverse/watch-precsave.exp
9630 * gdb.server/ext-attach.exp
9631 * gdb.server/ext-restart.exp
9632 * gdb.server/ext-run.exp
9633 * gdb.server/ext-wrapper.exp
9634 * gdb.stabs/gdb11479.exp
9635 * gdb.stabs/weird.exp
9636 * gdb.threads/attach-many-short-lived-threads.exp
9637 * gdb.threads/kill.exp
9638 * gdb.threads/watchpoint-fork.exp
9639
9640 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9641
9642 Fix test names starting with uppercase throughout all the files below.
9643
9644 * gdb.ada/array_return.exp
9645 * gdb.ada/catch_ex.exp
9646 * gdb.ada/info_exc.exp
9647 * gdb.ada/mi_catch_ex.exp
9648 * gdb.ada/mi_dyn_arr.exp
9649 * gdb.ada/mi_ex_cond.exp
9650 * gdb.ada/mi_exc_info.exp
9651 * gdb.ada/mi_interface.exp
9652 * gdb.ada/mi_task_arg.exp
9653 * gdb.ada/mi_task_info.exp
9654 * gdb.ada/mi_var_array.exp
9655 * gdb.arch/alpha-step.exp
9656 * gdb.arch/amd64-disp-step.exp
9657 * gdb.arch/arm-disp-step.exp
9658 * gdb.arch/disp-step-insn-reloc.exp
9659 * gdb.arch/e500-prologue.exp
9660 * gdb.arch/ftrace-insn-reloc.exp
9661 * gdb.arch/gdb1558.exp
9662 * gdb.arch/i386-bp_permanent.exp
9663 * gdb.arch/i386-disp-step.exp
9664 * gdb.arch/i386-float.exp
9665 * gdb.arch/i386-gnu-cfi.exp
9666 * gdb.arch/ia64-breakpoint-shadow.exp
9667 * gdb.arch/mips16-thunks.exp
9668 * gdb.arch/pa-nullify.exp
9669 * gdb.arch/powerpc-aix-prologue.exp
9670 * gdb.arch/powerpc-power.exp
9671 * gdb.arch/ppc-dfp.exp
9672 * gdb.arch/s390-tdbregs.exp
9673 * gdb.arch/spu-info.exp
9674 * gdb.arch/spu-ls.exp
9675 * gdb.arch/thumb-bx-pc.exp
9676 * gdb.base/advance.exp
9677 * gdb.base/annota-input-while-running.exp
9678 * gdb.base/arrayidx.exp
9679 * gdb.base/asmlabel.exp
9680 * gdb.base/async.exp
9681 * gdb.base/attach-wait-input.exp
9682 * gdb.base/auto-connect-native-target.exp
9683 * gdb.base/batch-preserve-term-settings.exp
9684 * gdb.base/bfp-test.exp
9685 * gdb.base/bigcore.exp
9686 * gdb.base/bp-permanent.exp
9687 * gdb.base/break-always.exp
9688 * gdb.base/break-fun-addr.exp
9689 * gdb.base/break-idempotent.exp
9690 * gdb.base/break-main-file-remove-fail.exp
9691 * gdb.base/break-probes.exp
9692 * gdb.base/break-unload-file.exp
9693 * gdb.base/break.exp
9694 * gdb.base/call-ar-st.exp
9695 * gdb.base/call-rt-st.exp
9696 * gdb.base/call-sc.exp
9697 * gdb.base/call-signal-resume.exp
9698 * gdb.base/call-strs.exp
9699 * gdb.base/callexit.exp
9700 * gdb.base/callfuncs.exp
9701 * gdb.base/catch-gdb-caused-signals.exp
9702 * gdb.base/catch-signal-siginfo-cond.exp
9703 * gdb.base/catch-syscall.exp
9704 * gdb.base/compare-sections.exp
9705 * gdb.base/cond-eval-mode.exp
9706 * gdb.base/condbreak-call-false.exp
9707 * gdb.base/consecutive-step-over.exp
9708 * gdb.base/cursal.exp
9709 * gdb.base/disabled-location.exp
9710 * gdb.base/disasm-end-cu.exp
9711 * gdb.base/display.exp
9712 * gdb.base/double-prompt-target-event-error.exp
9713 * gdb.base/dprintf-bp-same-addr.exp
9714 * gdb.base/dprintf-detach.exp
9715 * gdb.base/dprintf-next.exp
9716 * gdb.base/dprintf-non-stop.exp
9717 * gdb.base/dprintf-pending.exp
9718 * gdb.base/dso2dso.exp
9719 * gdb.base/ending-run.exp
9720 * gdb.base/enum_cond.exp
9721 * gdb.base/examine-backward.exp
9722 * gdb.base/exe-lock.exp
9723 * gdb.base/exec-invalid-sysroot.exp
9724 * gdb.base/execl-update-breakpoints.exp
9725 * gdb.base/execution-termios.exp
9726 * gdb.base/fileio.exp
9727 * gdb.base/fixsection.exp
9728 * gdb.base/foll-exec-mode.exp
9729 * gdb.base/foll-exec.exp
9730 * gdb.base/fork-running-state.exp
9731 * gdb.base/frame-args.exp
9732 * gdb.base/fullpath-expand.exp
9733 * gdb.base/func-ptr.exp
9734 * gdb.base/gcore-relro-pie.exp
9735 * gdb.base/gdb1090.exp
9736 * gdb.base/gdb1555.exp
9737 * gdb.base/global-var-nested-by-dso.exp
9738 * gdb.base/gnu-ifunc.exp
9739 * gdb.base/hbreak-in-shr-unsupported.exp
9740 * gdb.base/hbreak-unmapped.exp
9741 * gdb.base/hook-stop.exp
9742 * gdb.base/infcall-input.exp
9743 * gdb.base/info-fun.exp
9744 * gdb.base/info-shared.exp
9745 * gdb.base/interrupt-noterm.exp
9746 * gdb.base/jit-so.exp
9747 * gdb.base/jit.exp
9748 * gdb.base/line-symtabs.exp
9749 * gdb.base/list.exp
9750 * gdb.base/longjmp.exp
9751 * gdb.base/macscp.exp
9752 * gdb.base/max-value-size.exp
9753 * gdb.base/nodebug.exp
9754 * gdb.base/nofield.exp
9755 * gdb.base/overlays.exp
9756 * gdb.base/paginate-after-ctrl-c-running.exp
9757 * gdb.base/paginate-bg-execution.exp
9758 * gdb.base/paginate-inferior-exit.exp
9759 * gdb.base/pending.exp
9760 * gdb.base/pr11022.exp
9761 * gdb.base/printcmds.exp
9762 * gdb.base/ptr-typedef.exp
9763 * gdb.base/ptype.exp
9764 * gdb.base/randomize.exp
9765 * gdb.base/range-stepping.exp
9766 * gdb.base/realname-expand.exp
9767 * gdb.base/relativedebug.exp
9768 * gdb.base/remote.exp
9769 * gdb.base/savedregs.exp
9770 * gdb.base/sepdebug.exp
9771 * gdb.base/set-noassign.exp
9772 * gdb.base/shlib-call.exp
9773 * gdb.base/shreloc.exp
9774 * gdb.base/sigaltstack.exp
9775 * gdb.base/sigbpt.exp
9776 * gdb.base/siginfo-addr.exp
9777 * gdb.base/siginfo-obj.exp
9778 * gdb.base/siginfo-thread.exp
9779 * gdb.base/signest.exp
9780 * gdb.base/signull.exp
9781 * gdb.base/sigrepeat.exp
9782 * gdb.base/skip.exp
9783 * gdb.base/so-impl-ld.exp
9784 * gdb.base/solib-corrupted.exp
9785 * gdb.base/solib-disc.exp
9786 * gdb.base/solib-display.exp
9787 * gdb.base/solib-overlap.exp
9788 * gdb.base/solib-search.exp
9789 * gdb.base/solib-symbol.exp
9790 * gdb.base/source-execution.exp
9791 * gdb.base/sss-bp-on-user-bp-2.exp
9792 * gdb.base/sss-bp-on-user-bp.exp
9793 * gdb.base/stack-checking.exp
9794 * gdb.base/stale-infcall.exp
9795 * gdb.base/step-break.exp
9796 * gdb.base/step-line.exp
9797 * gdb.base/step-over-exit.exp
9798 * gdb.base/step-test.exp
9799 * gdb.base/structs.exp
9800 * gdb.base/sym-file.exp
9801 * gdb.base/symtab-search-order.exp
9802 * gdb.base/term.exp
9803 * gdb.base/type-opaque.exp
9804 * gdb.base/unload.exp
9805 * gdb.base/until-nodebug.exp
9806 * gdb.base/until.exp
9807 * gdb.base/unwindonsignal.exp
9808 * gdb.base/watch-cond.exp
9809 * gdb.base/watch-non-mem.exp
9810 * gdb.base/watch_thread_num.exp
9811 * gdb.base/watchpoint-reuse-slot.exp
9812 * gdb.base/watchpoint-solib.exp
9813 * gdb.base/watchpoint.exp
9814 * gdb.btrace/dlopen.exp
9815 * gdb.cell/arch.exp
9816 * gdb.cell/break.exp
9817 * gdb.cell/bt.exp
9818 * gdb.cell/core.exp
9819 * gdb.cell/data.exp
9820 * gdb.cell/dwarfaddr.exp
9821 * gdb.cell/ea-cache.exp
9822 * gdb.cell/ea-standalone.exp
9823 * gdb.cell/ea-test.exp
9824 * gdb.cell/f-regs.exp
9825 * gdb.cell/fork.exp
9826 * gdb.cell/gcore.exp
9827 * gdb.cell/mem-access.exp
9828 * gdb.cell/ptype.exp
9829 * gdb.cell/registers.exp
9830 * gdb.cell/sizeof.exp
9831 * gdb.cell/solib-symbol.exp
9832 * gdb.cell/solib.exp
9833 * gdb.compile/compile-tls.exp
9834 * gdb.cp/exception.exp
9835 * gdb.cp/gdb2495.exp
9836 * gdb.cp/local.exp
9837 * gdb.cp/mb-inline.exp
9838 * gdb.cp/mb-templates.exp
9839 * gdb.cp/pr10687.exp
9840 * gdb.cp/pr9167.exp
9841 * gdb.cp/scope-err.exp
9842 * gdb.cp/templates.exp
9843 * gdb.cp/virtfunc.exp
9844 * gdb.dwarf2/dw2-dir-file-name.exp
9845 * gdb.dwarf2/dw2-single-line-discriminators.exp
9846 * gdb.fortran/complex.exp
9847 * gdb.fortran/library-module.exp
9848 * gdb.guile/guile.exp
9849 * gdb.guile/scm-cmd.exp
9850 * gdb.guile/scm-frame-inline.exp
9851 * gdb.guile/scm-objfile.exp
9852 * gdb.guile/scm-pretty-print.exp
9853 * gdb.guile/scm-symbol.exp
9854 * gdb.guile/scm-type.exp
9855 * gdb.guile/scm-value.exp
9856 * gdb.linespec/keywords.exp
9857 * gdb.linespec/ls-errs.exp
9858 * gdb.linespec/macro-relative.exp
9859 * gdb.linespec/thread.exp
9860 * gdb.mi/mi-breakpoint-changed.exp
9861 * gdb.mi/mi-dprintf-pending.exp
9862 * gdb.mi/mi-fullname-deleted.exp
9863 * gdb.mi/mi-logging.exp
9864 * gdb.mi/mi-pending.exp
9865 * gdb.mi/mi-solib.exp
9866 * gdb.mi/new-ui-mi-sync.exp
9867 * gdb.mi/user-selected-context-sync.exp
9868 * gdb.multi/dummy-frame-restore.exp
9869 * gdb.multi/multi-arch-exec.exp
9870 * gdb.multi/remove-inferiors.exp
9871 * gdb.multi/watchpoint-multi-exit.exp
9872 * gdb.opt/solib-intra-step.exp
9873 * gdb.perf/backtrace.exp
9874 * gdb.perf/single-step.exp
9875 * gdb.perf/skip-command.exp
9876 * gdb.perf/skip-prologue.exp
9877 * gdb.perf/solib.exp
9878 * gdb.python/lib-types.exp
9879 * gdb.python/py-as-string.exp
9880 * gdb.python/py-bad-printers.exp
9881 * gdb.python/py-block.exp
9882 * gdb.python/py-breakpoint.exp
9883 * gdb.python/py-cmd.exp
9884 * gdb.python/py-events.exp
9885 * gdb.python/py-evthreads.exp
9886 * gdb.python/py-finish-breakpoint.exp
9887 * gdb.python/py-finish-breakpoint2.exp
9888 * gdb.python/py-frame-inline.exp
9889 * gdb.python/py-frame.exp
9890 * gdb.python/py-inferior.exp
9891 * gdb.python/py-infthread.exp
9892 * gdb.python/py-mi.exp
9893 * gdb.python/py-objfile.exp
9894 * gdb.python/py-pp-maint.exp
9895 * gdb.python/py-pp-registration.exp
9896 * gdb.python/py-prettyprint.exp
9897 * gdb.python/py-recurse-unwind.exp
9898 * gdb.python/py-shared.exp
9899 * gdb.python/py-symbol.exp
9900 * gdb.python/py-symtab.exp
9901 * gdb.python/py-template.exp
9902 * gdb.python/py-type.exp
9903 * gdb.python/py-unwind-maint.exp
9904 * gdb.python/py-unwind.exp
9905 * gdb.python/py-value.exp
9906 * gdb.python/python.exp
9907 * gdb.reverse/finish-reverse-bkpt.exp
9908 * gdb.reverse/insn-reverse.exp
9909 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9910 * gdb.reverse/solib-precsave.exp
9911 * gdb.reverse/solib-reverse.exp
9912 * gdb.stabs/gdb11479.exp
9913 * gdb.stabs/weird.exp
9914 * gdb.threads/fork-child-threads.exp
9915 * gdb.threads/fork-plus-threads.exp
9916 * gdb.threads/fork-thread-pending.exp
9917 * gdb.threads/forking-threads-plus-breakpoint.exp
9918 * gdb.threads/hand-call-in-threads.exp
9919 * gdb.threads/interrupted-hand-call.exp
9920 * gdb.threads/linux-dp.exp
9921 * gdb.threads/local-watch-wrong-thread.exp
9922 * gdb.threads/next-while-other-thread-longjmps.exp
9923 * gdb.threads/non-ldr-exit.exp
9924 * gdb.threads/pending-step.exp
9925 * gdb.threads/print-threads.exp
9926 * gdb.threads/process-dies-while-detaching.exp
9927 * gdb.threads/process-dies-while-handling-bp.exp
9928 * gdb.threads/pthreads.exp
9929 * gdb.threads/queue-signal.exp
9930 * gdb.threads/reconnect-signal.exp
9931 * gdb.threads/signal-command-handle-nopass.exp
9932 * gdb.threads/signal-command-multiple-signals-pending.exp
9933 * gdb.threads/signal-delivered-right-thread.exp
9934 * gdb.threads/signal-sigtrap.exp
9935 * gdb.threads/sigthread.exp
9936 * gdb.threads/staticthreads.exp
9937 * gdb.threads/stepi-random-signal.exp
9938 * gdb.threads/thread-unwindonsignal.exp
9939 * gdb.threads/thread_check.exp
9940 * gdb.threads/thread_events.exp
9941 * gdb.threads/tid-reuse.exp
9942 * gdb.threads/tls-nodebug.exp
9943 * gdb.threads/tls-shared.exp
9944 * gdb.threads/tls-so_extern.exp
9945 * gdb.threads/tls.exp
9946 * gdb.threads/wp-replication.exp
9947 * gdb.trace/actions-changed.exp
9948 * gdb.trace/actions.exp
9949 * gdb.trace/backtrace.exp
9950 * gdb.trace/change-loc.exp
9951 * gdb.trace/collection.exp
9952 * gdb.trace/deltrace.exp
9953 * gdb.trace/disconnected-tracing.exp
9954 * gdb.trace/entry-values.exp
9955 * gdb.trace/ftrace-lock.exp
9956 * gdb.trace/ftrace.exp
9957 * gdb.trace/infotrace.exp
9958 * gdb.trace/mi-trace-frame-collected.exp
9959 * gdb.trace/mi-trace-unavailable.exp
9960 * gdb.trace/mi-traceframe-changed.exp
9961 * gdb.trace/mi-tracepoint-changed.exp
9962 * gdb.trace/mi-tsv-changed.exp
9963 * gdb.trace/no-attach-trace.exp
9964 * gdb.trace/packetlen.exp
9965 * gdb.trace/passc-dyn.exp
9966 * gdb.trace/passcount.exp
9967 * gdb.trace/pending.exp
9968 * gdb.trace/pr16508.exp
9969 * gdb.trace/qtro.exp
9970 * gdb.trace/range-stepping.exp
9971 * gdb.trace/read-memory.exp
9972 * gdb.trace/report.exp
9973 * gdb.trace/save-trace.exp
9974 * gdb.trace/signal.exp
9975 * gdb.trace/stap-trace.exp
9976 * gdb.trace/status-stop.exp
9977 * gdb.trace/strace.exp
9978 * gdb.trace/tfile.exp
9979 * gdb.trace/tfind.exp
9980 * gdb.trace/trace-break.exp
9981 * gdb.trace/trace-condition.exp
9982 * gdb.trace/trace-enable-disable.exp
9983 * gdb.trace/trace-mt.exp
9984 * gdb.trace/tracecmd.exp
9985 * gdb.trace/tracefile-pseudo-reg.exp
9986 * gdb.trace/tspeed.exp
9987 * gdb.trace/tstatus.exp
9988 * gdb.trace/tsv.exp
9989 * gdb.trace/unavailable.exp
9990 * gdb.trace/while-dyn.exp
9991 * gdb.trace/while-stepping.exp
9992 * lib/gdb-guile.exp
9993 * lib/gdb.exp
9994 * lib/mi-support.exp
9995 * lib/pascal.exp
9996 * lib/perftest.exp
9997 * lib/prelink-support.exp
9998 * lib/selftest-support.exp
9999
10000 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10001
10002 * Makefile.in: Include disable-implicit-rules.mk.
10003
10004 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10005
10006 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10007 non-byte-aligned bit fields.
10008
10009 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10010
10011 PR gdb/12616
10012 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10013 respects the DW_AT_data_bit_offset attribute.
10014
10015 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10016
10017 * gdb.base/default.exp: Fix output of "set language".
10018
10019 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10020
10021 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10022 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10023 make.
10024 * configure.ac: Remove checks for the make program.
10025 * configure: Re-generate.
10026
10027 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10028
10029 * gdb.python/py-recurse-unwind.c (main): Add loop.
10030 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10031 to read_register() and gdb.parse_and_eval(). Make each code
10032 call a separate case that can be individually tested.
10033 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10034 proc. Call cont_and_backtrace for each of the code paths that
10035 we want to test in the unwinder.
10036
10037 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10038
10039 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10040 the definition of struct S.
10041
10042 2016-11-11 Catherine Moore <clm@codesourcery.com>
10043
10044 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10045
10046 2016-11-09 Pedro Alves <palves@redhat.com>
10047
10048 * gdb.base/commands.exp (runto_or_return): New procedure.
10049 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10050 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10051 (progvar_simple_while_test, progvar_complex_if_while_test)
10052 (if_while_breakpoint_command_test)
10053 (infrun_breakpoint_command_test, breakpoint_command_test)
10054 (user_defined_command_test, watchpoint_command_test)
10055 (test_command_prompt_position, redefine_hook_test)
10056 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10057 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10058 multi_line_input and multi_line. Remove gdb_expect and
10059 gdb_stop_suppressing_tests uses.
10060 * lib/gdb.exp (valnum_re): New global.
10061 (multi_line_input): New procedure.
10062
10063 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10064
10065 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10066 Remove.
10067 (test_setup): Define with proc_with_prefix.
10068 (test_cli_inferior): Likewise.
10069 (test_cli_thread): Likewise.
10070 (test_cli_frame): Likewise.
10071 (test_cli_select_frame): Likewise.
10072 (test_cli_up_down): Likewise.
10073 (test_mi_thread_select): Likewise.
10074 (test_mi_stack_select_frame): Likewise.
10075 (test_cli_in_mi_inferior): Likewise.
10076 (test_cli_in_mi_thread): Likewise.
10077 (test_cli_in_mi_frame): Likewise.
10078 (top level): Do not use with_test_prefix_procname.
10079
10080 2016-11-09 Pedro Alves <palves@redhat.com>
10081
10082 * gdb.base/commands.exp (gdbvar_simple_if_test)
10083 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10084 (progvar_simple_if_test, progvar_simple_while_test)
10085 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10086 (infrun_breakpoint_command_test, breakpoint_command_test)
10087 (user_defined_command_test, watchpoint_command_test)
10088 (test_command_prompt_position, deprecated_command_test)
10089 (bp_deleted_in_command, temporary_breakpoint_commands)
10090 (stray_arg0_test, source_file_with_indented_comment)
10091 (recursive_source_test, if_commands_test)
10092 (error_clears_commands_left, redefine_hook_test)
10093 (redefine_backtrace_test): Use proc_with_prefix.
10094 * lib/gdb.exp (proc_with_prefix): New proc.
10095
10096 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10097
10098 * gdb.base/tui-layout.c: New file.
10099 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10100 disassembly window contains very long lines.
10101
10102 2016-11-08 Tom Tromey <tom@tromey.com>
10103
10104 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10105 depend on Python 2.
10106
10107 2016-11-08 Tom Tromey <tom@tromey.com>
10108
10109 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10110 New method.
10111
10112 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10113
10114 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10115
10116 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10117
10118 * gdb.rust/simple.rs: Add test for univariant enums without
10119 discriminants and for encoded struct-like enums.
10120
10121 2016-10-28 Pedro Alves <palves@redhat.com>
10122
10123 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10124 gdb_test_multiple, tighten regexps and match symtabs and line
10125 tables incrementally.
10126
10127 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10128
10129 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10130 general.
10131
10132 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10133
10134 * gdb.base/exec-invalid-sysroot.exp: New file.
10135
10136 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10137
10138 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10139
10140 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10141
10142 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10143
10144 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10145
10146 * gdb.base/killed-outside.exp: Remove $options from a call to
10147 `prepare_for_testing'.
10148
10149 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10150
10151 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10152 Change test message.
10153
10154 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10155
10156 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10157 Update comment.
10158
10159 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10160
10161 * gdb.trace/mi-trace-save.exp: New file.
10162
10163 2016-10-13 Yao Qi <yao.qi@linaro.org>
10164
10165 * gdb.base/code_elim.exp (get_var_address): Remove.
10166 * gdb.base/relocate.exp: Likewise.
10167 * gdb.base/shreloc.exp: Likewise.
10168 * lib/gdb.exp (get_var_address): New.
10169
10170 2016-10-13 Yao Qi <yao.qi@linaro.org>
10171
10172 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10173 floating point tests if $skip_float_test is false.
10174
10175 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10176
10177 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10178 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10179 argc values.
10180 Add 1 to argc so we guarantee distinct initial/modified argc values.
10181
10182 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10183
10184 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10185
10186 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10187
10188 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10189 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10190 * gdb.arch/vsx-regs.exp: Likewise.
10191
10192 2016-10-07 Yao Qi <yao.qi@linaro.org>
10193
10194 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10195
10196 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10197
10198 * gdb.python/python.exp: Test decode_line("*0").
10199
10200 2016-10-06 Doug Evans <dje@google.com>
10201
10202 * gdb.python/py-value.exp (test_value_creation): Add test for large
10203 unsigned 64-bit value.
10204
10205 2016-10-06 Tom Tromey <tom@tromey.com>
10206
10207 * gdb.compile/compile.exp: Change java tests to rust.
10208 * gdb.base/setshow.exp: Change java tests to rust.
10209 * gdb.base/default.exp: Remove java from language list.
10210 * README (Examples): Update language example.
10211 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10212 test.
10213 * lib/gdb.exp (skip_java_tests): Remove.
10214 * lib/java.exp: Remove.
10215 * gdb.java: Remove.
10216
10217 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10218
10219 * gdb.arch/mips-fcr.exp: New test.
10220 * gdb.arch/mips-fcr.c: Source for the new test.
10221
10222 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10223
10224 * gdb.base/solib-disc.exp: Use `standard_output_file'
10225 throughout.
10226
10227 2016-10-06 Pedro Alves <palves@redhat.com>
10228
10229 * gdb.base/jit-simple-dl.c: New file.
10230 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10231 * gdb.base/jit-simple.c: ... this.
10232 * gdb.base/jit-simple.exp (jit_run): Delete.
10233 (build_jit): New proc.
10234 (jit_test_reread): Recompile either the main program or the shared
10235 library, depending on what is being tested. Skip changing address
10236 if caller wants to. Compare before/after addresses. If testing
10237 standalone, explicitly load the binary. Test "maint info
10238 breakpoints".
10239 (top level): Add "standalone vs shared lib" and "change address"
10240 vs "same address" axes.
10241
10242 2016-10-06 Pedro Alves <palves@redhat.com>
10243
10244 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10245 call.
10246 (jit_run): Delete.
10247 (jit_test_reread): Use with_test_prefix. Reload the main binary
10248 explicitly. Compare the before/after addresses of the JIT
10249 descriptor.
10250
10251 2016-08-15 Doug Evans <dje@google.com>
10252
10253 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10254 for single bitfields is bool.
10255 * gdb.xml/tdesc-regs.exp: Ditto.
10256
10257 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10258
10259 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10260
10261 2016-10-05 Yao Qi <yao.qi@linaro.org>
10262
10263 * lib/gdb.exp (support_complex_tests): Return zero if
10264 gdb_skip_float_test return true.
10265
10266 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10267 Simon Marchi <simon.marchi@ericsson.com>
10268
10269 PR gdb/20487
10270 * gdb.mi/user-selected-context-sync.exp: New file.
10271 * gdb.mi/user-selected-context-sync.c: New file.
10272
10273 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10274 Simon Marchi <simon.marchi@ericsson.com>
10275
10276 PR gdb/20487
10277 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10278 =thread-select-event check.
10279
10280 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10281
10282 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10283 the compulsory L operand changes.
10284 * gdb.arch/powerpc-power.s: Likewise.
10285
10286 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10287
10288 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10289 * gdb.base/jit-attach-pie.c: New file.
10290 * gdb.base/jit-attach-pie.exp: New file.
10291
10292 2016-09-28 Pedro Alves <palves@redhat.com>
10293
10294 * gdb.base/infcall-input.c: New file.
10295 * gdb.base/infcall-input.exp: New file.
10296
10297 2016-09-22 Yao Qi <yao.qi@linaro.org>
10298
10299 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10300 (gdb_exit): Rename it to ...
10301 (gdbserver_gdb_exit): ... Close GDBserver.
10302 (gdb_exit): New proc, call gdbserver_gdb_exit.
10303 (mi_gdb_exit): Likewise.
10304
10305 2016-09-22 Yao Qi <yao.qi@linaro.org>
10306
10307 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10308 path.
10309 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10310 Remove duplication.
10311
10312 2016-09-22 Yao Qi <yao.qi@linaro.org>
10313
10314 * lib/gdbserver-support.exp: Check the existence of
10315 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10316
10317 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10318
10319 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10320
10321 2016-09-21 Tom Tromey <tom@tromey.com>
10322
10323 PR gdb/20604:
10324 * gdb.base/quit.exp: New file.
10325
10326 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10327
10328 * .gitignore: New file.
10329
10330 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10331
10332 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10333 throughout.
10334
10335 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10336
10337 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10338
10339 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10340
10341 * gdb.cp/casts.cc (decltype): Move it ...
10342 (main): ... with its call to ...
10343 * gdb.cp/casts03.cc: ... a new file.
10344 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10345
10346 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10349
10350 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10351
10352 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10353 and sync up the test with tests in gas/testsuite/gas/ppc.
10354 * gdb.arch/powerpc-power.exp: Likewise.
10355
10356 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10357
10358 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10359
10360 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10361 Jan Kratochvil <jan.kratochvil@redhat.com>
10362
10363 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10364 make m1's definition to be different from m2's. Use 'dummy' as an
10365 argument for probe 'two'.
10366
10367 2016-09-10 Jon Beniston <jon@beniston.com>
10368
10369 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10370 for sim target.
10371
10372 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10373
10374 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10375 variable declaration.
10376 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10377 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10378 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10379 received HWCAP as its argument.
10380
10381 2016-09-06 Pedro Alves <palves@redhat.com>
10382
10383 * gdb.base/new-ui-pending-input.c: New file.
10384 * gdb.base/new-ui-pending-input.exp: New file.
10385 * gdb.exp (clear_gdb_spawn_id): New procedure.
10386 (with_spawn_id): Check whether gdb_spawn_id exists before
10387 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10388 on exit.
10389
10390 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10391
10392 * gdb.base/float128.c: New file.
10393 * gdb.base/float128.exp: Likewise.
10394 * gdb.base/floatn.c: Likewise.
10395 * gdb.base/floatn.exp: Likewise.
10396
10397 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10398
10399 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10400
10401 2016-09-05 Pedro Alves <palves@redhat.com>
10402
10403 PR backtrace/19927
10404 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10405 unwinders are immediately called as side effect of "source" or
10406 "disable unwinder" commands.
10407 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10408
10409 2016-09-02 Yao Qi <yao.qi@linaro.org>
10410
10411 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10412 is true and $type is "float" or "double".
10413
10414 2016-09-02 Yao Qi <yao.qi@linaro.org>
10415
10416 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10417 true.
10418 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10419 * gdb.base/call-rt-st.exp: Likewise.
10420 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10421 return value instead of gdb,skip_float_test.
10422 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10423 (do_function_calls): Use its return value instead of
10424 gdb,skip_float_test.
10425 * gdb.base/finish.exp: Likewise.
10426 * gdb.base/funcargs.exp: Likewise.
10427 * gdb.base/return.exp: Likewise.
10428 * gdb.base/return2.exp: Likewise.
10429 * gdb.base/varargs.exp: Likewise.
10430 * lib/gdb.exp (gdb_skip_float_test): Change it to
10431 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10432
10433 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10434
10435 * gdb.multi/tids.exp: Test "thread apply all".
10436
10437 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10438
10439 * gdb.base/default.exp (tty): Remove.
10440
10441 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10442
10443 * gdb.python/py-recurse-unwind.c: New file.
10444 * gdb.python/py-recurse-unwind.py: New file.
10445 * gdb.python/py-recurse-unwind.exp: New file.
10446
10447 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10448
10449 * gdb.base/set-inferior-tty.exp: New file.
10450 * gdb.base/set-inferior-tty.c: New file.
10451
10452 2016-08-23 Pedro Alves <palves@redhat.com>
10453
10454 PR gdb/20494
10455 * gdb.base/new-ui-echo.c: New file.
10456 * gdb.base/new-ui-echo.exp: New file.
10457
10458 2016-08-23 Yao Qi <yao.qi@linaro.org>
10459
10460 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10461 gdbserver_spawn.
10462 * gdb.server/connect-without-multi-process.exp (do_test):
10463 Likewise.
10464
10465 2016-08-23 Yao Qi <yao.qi@linaro.org>
10466
10467 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10468 standalone_txt. Delete gdb_txt and standalone_txt on host
10469 and target. Spawn the binary on target. Copy files from
10470 target to host.
10471
10472 2016-08-22 Pedro Alves <palves@redhat.com>
10473
10474 PR gdb/20505
10475 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10476 with_test_prefix. Factor out bits to ...
10477 (test_no_vdso): ... this new procedure.
10478
10479 2016-08-19 Carl Love <cel@us.ibm.com>
10480
10481 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10482 maintaining separate logic for constructing the output path.
10483 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10484 * gdb.arch/ppc-dfp.exp: Likewise.
10485 * gdb.arch/ppc-fp.exp: Likewise.
10486 * gdb.arch/vsx-regs.exp: Likewise.
10487 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10488 binprefix for generating the additional binary files.
10489
10490 2016-08-19 Pedro Alves <palves@redhat.com>
10491
10492 * gdb.trace/mi-trace-frame-collected.exp
10493 (test_trace_frame_collected): On x32, expect two registers.
10494
10495 2016-08-18 Carl Love <cel@us.ibm.com>
10496
10497 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10498 and sync up the test with tests in gas/testsuite/gas/ppc.
10499 * gdb.arch/powerpc-power.exp: Likewise.
10500
10501 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10502
10503 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10504 expected error message.
10505
10506 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10507
10508 * gdb.multi/remove-inferiors.exp: New file.
10509 * gdb.multi/remove-inferiors.c: New file.
10510
10511 2016-08-12 Yao Qi <yao.qi@linaro.org>
10512
10513 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10514 argument list.
10515
10516 2016-08-10 Pedro Alves <palves@redhat.com>
10517
10518 PR gdb/19187
10519 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10520 setup_kfails.
10521
10522 2016-08-09 Pedro Alves <palves@redhat.com>
10523 Simon Marchi <simon.marchi@ericsson.com>
10524
10525 PR gdb/20418
10526 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10527 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10528
10529 2016-08-09 Pedro Alves <palves@redhat.com>
10530
10531 PR mi/20431
10532 * gdb.mi/mi-cmd-error.exp: New file.
10533
10534 2016-08-09 Pedro Alves <palves@redhat.com>
10535
10536 PR gdb/18653
10537 * gdb.base/signals-state-child.c: New file.
10538 * gdb.base/signals-state-child.exp: New file.
10539 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10540
10541 2016-08-09 Pedro Alves <palves@redhat.com>
10542
10543 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10544
10545 2016-08-03 Tom Tromey <tom@tromey.com>
10546
10547 PR python/18565:
10548 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10549
10550 2016-08-01 Yao Qi <yao.qi@linaro.org>
10551
10552 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10553 variable mode to "multi-process" if $multi_process is 1, otherwise
10554 set it to "single-process".
10555
10556 2016-08-01 Yao Qi <yao.qi@linaro.org>
10557
10558 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10559 * gdb.cp/cpexprs.exp: Likewise.
10560 * gdb.cp/m-static.exp: Likewise.
10561
10562 2016-07-26 Tom Tromey <tom@tromey.com>
10563
10564 PR python/20190:
10565 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10566 test.
10567
10568 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10569
10570 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10571 selecting assembly source files.
10572 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10573 assembly source files.
10574 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10575 assembly source files.
10576 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10577 selecting assembly source files.
10578
10579 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10580
10581 * gdb.base/new-ui.exp (do_test_invalid_args): New
10582 procedure.
10583
10584 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10585
10586 * gdb.btrace/reconnect.c: New file.
10587 * gdb.btrace/reconnect.exp: New file.
10588
10589 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10590
10591 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10592 to test_catch_syscall_group.
10593 (test_catch_syscall_group): New.
10594
10595 2016-07-21 Tom Tromey <tom@tromey.com>
10596
10597 * gdb.rust/simple.rs (main): Use empty struct expression.
10598 * gdb.rust/simple.exp: Add tests for empty struct expression.
10599
10600 2016-07-21 Yao Qi <yao.qi@linaro.org>
10601
10602 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10603 if gdb_skip_xml_test is true on some targets.
10604
10605 2016-07-21 Yao Qi <yao.qi@linaro.org>
10606
10607 * gdb.server/solib-list.exp: Unset last_loaded_file.
10608
10609 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10610
10611 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10612 "step into captured_main (args)".
10613
10614 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10615
10616 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10617
10618 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10619
10620 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10621
10622 2016-07-19 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10625 * gdb.opt/inline-bt.exp: Likewise.
10626 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10627 additional_flags=-Winline.
10628 * gdb.opt/inline-locals.exp: Likewise.
10629 * gdb.opt/inline-markers.c (ATTR): Define.
10630 (inlined_fn): Use it.
10631
10632 2016-07-19 Yao Qi <yao.qi@linaro.org>
10633
10634 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10635 (test_with_self): Remove some code. Remove argument executable.
10636 (top-level): Use do_self_tests.
10637
10638 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10639 Don Breazeal <donb@codesourcery.com>
10640
10641 * gdb.base/maint.exp: Escape paths used in regular expressions.
10642 * gdb.stabs/weird.exp: Likewise.
10643
10644 2016-07-13 Tom Tromey <tom@tromey.com>
10645
10646 PR python/15620, PR python/18620:
10647 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10648 (test_bkpt_events): New procs.
10649
10650 2016-07-13 Tom Tromey <tom@tromey.com>
10651
10652 PR python/17698:
10653 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10654 test.
10655 (test_watchpoints): Likewise.
10656 (test_bkpt_pending): New proc.
10657
10658 2016-07-13 Tom Tromey <tom@tromey.com>
10659
10660 PR cli/18053:
10661 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10662 completion test.
10663
10664 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10665
10666 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10667 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10668 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10669 f_label.
10670 (g): Rename g_end_lbl to g_label.
10671 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10672 low_pc and high_pc.
10673 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10674
10675 2016-07-12 Tom Tromey <tom@tromey.com>
10676
10677 PR python/19293:
10678 * gdb.python/py-unwind-maint.exp: Update tests.
10679
10680 2016-07-12 Yao Qi <yao.qi@linaro.org>
10681
10682 * lib/selftest-support.exp (selftest_setup): Match the output
10683 when captured_main is inlined.
10684
10685 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10686
10687 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10688 New variables.
10689 (print this%a, print this%b, print this): New tests.
10690 * gdb.fortran/derived-types.f90 (this): New object and
10691 initialization.
10692
10693 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10694
10695 * gdb.ada/arraydim.exp: Remove extra directory level in build
10696 directory.
10697
10698 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10699
10700 * lib/ada.exp: Remove extra directory level in build directory.
10701 * gdb.ada/cond_lang.exp: Likewise.
10702 * gdb.ada/exec_changed.exp: Likewise.
10703 * gdb.ada/lang_switch.exp: Likewise.
10704
10705 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10706
10707 * simple.rs: Add test for raw pointer subscripting.
10708 * simple.exp: Add test expectations.
10709
10710 2016-07-05 Yao Qi <yao.qi@linaro.org>
10711
10712 * gdb.mi/mi-reverse.exp: Match =record-started output.
10713
10714 2016-07-01 Pedro Alves <palves@redhat.com>
10715
10716 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10717 procedure.
10718 (jit_reader_test): Test the jit reader's unwinder.
10719 * gdb.base/jithost.c (jit_function_00_code): New global.
10720 (main): Use memcpy to fill in the mmapped code, instead of poking
10721 bytes manually here.
10722 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10723 value.
10724 (read_debug_info): Save the function's range.
10725 (read_sp): New function.
10726 (unwind_frame): Use it. Also unwind RBP.
10727 (get_frame_id): Use read_sp.
10728 (gdb_init_reader): Use calloc instead of malloc.
10729 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10730 parameter. Use gdb_test_multiple.
10731
10732 2016-07-01 Pedro Alves <palves@redhat.com>
10733 Antoine Tremblay <antoine.tremblay@ericsson.com>
10734
10735 * gdb.threads/process-dies-while-detaching.c: New file.
10736 * gdb.threads/process-dies-while-detaching.exp: New file.
10737
10738 2016-07-01 Pedro Alves <palves@redhat.com>
10739
10740 * gdb.multi/watchpoint-multi-exit.c: New file.
10741 * gdb.multi/watchpoint-multi-exit.exp: New file.
10742
10743 2016-06-30 Pedro Alves <palves@redhat.com>
10744
10745 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10746 unset inferior_spawn_id.
10747
10748 2016-06-30 Pedro Alves <palves@redhat.com>
10749
10750 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10751 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10752
10753 2016-06-29 Yao Qi <yao.qi@linaro.org>
10754
10755 * gdb.base/return.c: Add copyright header.
10756
10757 2016-06-29 Tom Tromey <tom@tromey.com>
10758
10759 PR python/20129:
10760 * gdb.python/py-framefilter.exp: Add tests for setting priority
10761 and disabling of non-existent frame filter.
10762
10763 2016-06-29 Yao Qi <yao.qi@linaro.org>
10764
10765 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10766 0x0f07ff.
10767
10768 2016-06-28 Yao Qi <yao.qi@linaro.org>
10769
10770 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10771 triplets. Start gdb, execute catch syscall, and continue. Check
10772 gdb's output to determine catch syscall is supported.
10773
10774 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10775
10776 * gdb.rust/simple.rs: Add test for returning unit in a function.
10777 * gdb.rust/simple.exp: Add expectation for functions returning
10778 unit.
10779
10780 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10781
10782 * gdb.python/py-breakpoint-create-fail.c,
10783 gdb.python/py-breakpoint-create-fail.exp,
10784 gdb.python/py-breakpoint-create-fail.py: New testcase.
10785
10786 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10787
10788 PR gdb/20239
10789 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10790 * gdb.rust/simple.exp: Add test expectations for new NonZero
10791 tests.
10792
10793 2016-06-24 David Taylor <dtaylor@emc.com>
10794
10795 * gdb.base/offsets.exp: New file.
10796 * gdb.base/offsets.c: New file.
10797
10798 2016-06-23 Tom Tromey <tom@tromey.com>
10799
10800 PR gdb/16483:
10801 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10802 before any filters are loaded.
10803
10804 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10805
10806 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10807 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10808 structs.
10809 * gdb.fortran/derived-type-function.exp: New file.
10810 * gdb.fortran/derived-type-function.f90: New file.
10811
10812
10813 2016-06-21 Pedro Alves <palves@redhat.com>
10814
10815 * gdb.base/new-ui.exp: New file.
10816 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10817 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10818 (with_spawn_id): New procedure.
10819
10820 2016-06-21 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.mi/mi-exec-run.exp: New file.
10823
10824 2016-06-21 Pedro Alves <palves@redhat.com>
10825
10826 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10827 breakpoint command's output on the main UI.
10828 (test_break): New procedure, factored out from calls in the top
10829 level.
10830 (top level): Use foreach_with_prefix to test MI as main UI and as
10831 separate UI.
10832
10833 2016-06-21 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10836 (test_awatch_creation_and_listing)
10837 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10838 Remove 'type' parameter.
10839 (test_watchpoint_all): New parameter mi_mode. Remove
10840 with_test_prefix.
10841 (top level): Use foreach_with_prefix, and add main/separate UI MI
10842 testing axis.
10843
10844 2016-06-21 Pedro Alves <palves@redhat.com>
10845
10846 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10847 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10848 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10849 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10850 (gdb_main_spawn_id, mi_spawn_id): Declare and
10851 comment.
10852 (mi_create_inferior_pty): New procedure,
10853 factored out from default_mi_gdb_start.
10854 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10855 procedures.
10856 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10857 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10858 Use mi_create_inferior_pty.
10859 (mi_gdb_start): Use eval to pass down args list.
10860
10861 2016-06-21 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10864 * gdb.opt/inline-cmds.exp: Add MI tests.
10865
10866 2016-06-21 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10869
10870 2016-06-21 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10873 (top level): Use it instead of mi_execute_to.
10874
10875 2016-06-21 Pedro Alves <palves@redhat.com>
10876
10877 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10878 (cont_handler_str): New.
10879 (signal_stop_handler): Set stop_handler_str instead of printing to
10880 stdout.
10881 (continue_handler): Set cont_handler_str instead of printing to
10882 stdout.
10883 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10884 mi_send_resuming_command. Print stop_handler_str and
10885 cont_handler_str instead of expecting the python events print
10886 directly.
10887
10888 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10889
10890 * gdb.base/jit-reader.exp: New file.
10891 * gdb.base/jithost.c: New file.
10892 * gdb.base/jithost.h: New file.
10893 * gdb.base/jitreader.c : New file.
10894 * gdb.base/jit-protocol.h: New file.
10895
10896 2016-06-17 Yao Qi <yao.qi@linaro.org>
10897
10898 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10899 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10900 and detach-on-fork. Adjust tests.
10901 (top level): Invoke break_cond_on_syscall with combinations of
10902 syscall, follow-fork-mode and detach-on-fork.
10903
10904 2016-06-17 Yao Qi <yao.qi@linaro.org>
10905
10906 * gdb.base/step-over-exit.c: New.
10907 * gdb.base/step-over-exit.exp: New.
10908
10909 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10910
10911 * gdb.base/float.exp: Add target check for nds32*-*-*.
10912 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10913
10914 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10915
10916 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10917 for unsupported target features.
10918 * gdb.base/call-rt-st.exp: Likewise.
10919 * gdb.base/call-sc.exp: Likewise.
10920 * gdb.base/call-signal-resume.exp: Likewise.
10921 * gdb.base/call-strs.exp: Likewise.
10922 * gdb.base/callexit.exp: Likewise.
10923 * gdb.base/callfuncs.exp: Likewise.
10924 * gdb.base/nodebug.exp: Likewise.
10925 * gdb.base/printcmds.exp: Likewise.
10926 * gdb.base/ptype.exp: Likewise.
10927 * gdb.base/structs.exp: Likewise.
10928 * gdb.base/unwindonsignal.exp: Likewise.
10929 * gdb.cp/gdb2495.exp: Likewise.
10930 * gdb.cp/templates.exp: Likewise.
10931 * gdb.cp/virtfunc.exp: Likewise.
10932 * gdb.threads/hand-call-in-threads.exp: Likewise.
10933 * gdb.threads/interrupted-hand-call.exp: Likewise.
10934 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10935
10936 2016-06-10 Tom Tromey <tom@tromey.com>
10937
10938 PR rust/20110:
10939 * gdb.rust/expr.exp: Add test for integer constant larger than
10940 i32.
10941
10942 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10943
10944 * gdb.fortran/nested-funcs.exp: New.
10945 * gdb.fortran/nested-funcs.f90: New.
10946
10947 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10948
10949 * gdb.base/examine-backward.c: New file.
10950 * gdb.base/examine-backward.exp: New file.
10951
10952 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10953
10954 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10955 matching.
10956
10957 2016-06-02 Tom Tromey <tom@tromey.com>
10958
10959 PR python/18984:
10960 * gdb.python/py-shared.exp: Add solib_name test.
10961
10962 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10963
10964 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10965
10966 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10967
10968 PR c++/19893
10969 * gdb.dwarf2/implref.exp: Rename to...
10970 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10971 * gdb.dwarf2/implref-array.c: New file.
10972 * gdb.dwarf2/implref-array.exp: Likewise.
10973 * gdb.dwarf2/implref-global.c: Likewise.
10974 * gdb.dwarf2/implref-global.exp: Likewise.
10975 * gdb.dwarf2/implref-struct.c: Likewise.
10976 * gdb.dwarf2/implref-struct.exp: Likewise.
10977
10978 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10979
10980 * gdb.trace/trace-condition.exp: Add 64bit tests.
10981
10982 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10983
10984 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10985 bits types.
10986 (main): Adapt to 8 to 64 bits types.
10987 * gdb.trace/trace-condition.exp: Add new tests.
10988
10989 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10990
10991 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10992
10993 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10994
10995 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10996 Move condition tests...
10997 * gdb.trace/trace-condition.exp: Here.
10998
10999 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11000
11001 * gdb.trace/trace-condition.exp: Add counter-case tests.
11002
11003 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11004
11005 PR c++/15231
11006 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11007 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11008
11009 2016-05-27 Pedro Alves <palves@redhat.com>
11010
11011 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11012 New procedure.
11013 (top level): Call it, and bail out of DejaGnu is known to be bad.
11014
11015 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11016
11017 * gdb.base/whatis.c: Extend the test case.
11018 * gdb.base/whatis.exp: Add additional tests.
11019
11020 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11021
11022 * gdb.fortran/type.f90: Add pointer variable.
11023 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11024
11025 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11026
11027 * gdb.fortran/vla-type.exp: Fix testcase name.
11028
11029 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11030
11031 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11032
11033 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11034
11035 * gdb.fortran/type.f90: Add nested structures.
11036 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11037 * gdb.fortran/derived-type.exp: Adapt expected output.
11038 * gdb.fortran/vla-type.exp: Adapt expected output.
11039
11040 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11041
11042 * gdb.fortran/whatis_type.exp: Adapt expected output.
11043
11044 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11045
11046 * gdb.fortran/print_type.exp: Fix expected output.
11047 * gdb.fortran/whatis_type.exp: Fix expected output.
11048
11049 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11050
11051 * gdb.fortran/whatis_type.exp: Use multi_line.
11052
11053 2016-05-24 Tom Tromey <tom@tromey.com>
11054
11055 PR python/17386:
11056 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11057 use value as an index.
11058
11059 2016-05-23 Tom Tromey <tom@tromey.com>
11060
11061 PR python/17981:
11062 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11063 no-breakpoint case.
11064
11065 2016-05-24 Pedro Alves <palves@redhat.com>
11066
11067 PR gdb/19828
11068 * gdb.threads/clone-attach-detach.c: New file.
11069 * gdb.threads/clone-attach-detach.exp: New file.
11070
11071 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11072
11073 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11074
11075 2016-05-23 Tom Tromey <tom@tromey.com>
11076
11077 PR python/19438, PR python/18393:
11078 * gdb.python/py-progspace.exp: Add "dir" test.
11079 * gdb.python/py-objfile.exp: Add "dir" test.
11080
11081 2016-05-23 Yao Qi <yao.qi@linaro.org>
11082
11083 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11084 * gdb.arch/thumb2-it.exp: Likewise.
11085
11086 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11087
11088 * gdb.mi/mi-threads-interrupt.c: New file.
11089 * gdb.mi/mi-threads-interrupt.exp: New file.
11090
11091 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11092
11093 PR gdb/18077
11094 * gdb.mi/mi-async-run.exp: New file.
11095 * gdb.mi/mi-async-run.c: New file.
11096
11097 2016-05-17 Tom Tromey <tom@tromey.com>
11098 Manish Goregaokar <manishsmail@gmail.com>
11099
11100 * lib/rust-support.exp: New file.
11101 * lib/gdb.exp (skip_rust_tests): New proc.
11102 (build_executable_from_specs): Handle rust.
11103 * lib/future.exp (gdb_find_rustc): New proc.
11104 (gdb_default_target_compile): Handle rust.
11105 * gdb.rust/expr.exp: New file.
11106 * gdb.rust/generics.exp: New file.
11107 * gdb.rust/generics.rs: New file.
11108 * gdb.rust/methods.exp: New file.
11109 * gdb.rust/methods.rs: New file.
11110 * gdb.rust/modules.exp: New file.
11111 * gdb.rust/modules.rs: New file.
11112 * gdb.rust/simple.exp: New file.
11113 * gdb.rust/simple.rs: New file.
11114
11115 2016-05-17 Tom Tromey <tom@tromey.com>
11116
11117 * gdb.base/default.exp (set language): Add rust.
11118
11119 2016-05-17 Tom Tromey <tom@tromey.com>
11120
11121 * gdb.gdb/unittest.exp: New file.
11122
11123 2016-05-16 Yao Qi <yao.qi@linaro.org>
11124
11125 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11126 shell_prompt. Update shell_prompt_re.
11127
11128 2016-05-12 Doug Evans <dje@google.com>
11129
11130 PR symtab/19999
11131 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11132 $options when building executable.
11133 * gdb.dwarf2/fission-loclists-pie.S: New file.
11134 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11135
11136 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11137
11138 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11139 of [is_remote target],
11140
11141 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11142
11143 * lib/gdb.exp (use_gdb_stub): New procedure.
11144
11145 2016-05-03 Yunlian Jiang <yunlian@google.com>
11146 Doug Evans <dje@google.com>
11147
11148 PR symtab/19914
11149 * gdb.dwarf2/dwp-sepdebug.c: New file.
11150 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11151
11152 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11153
11154 * gdb.base/detach.exp: Remove is_remote check.
11155
11156 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11157
11158 * gdb.base/annota-input-while-running.exp: Don't check for
11159 [is_remote target]. Enable annotations after running to main.
11160 Remove unused "set test..." line.
11161
11162 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11163
11164 * gdb.trace/trace-enable-disable.exp: New file.
11165 * gdb.trace/trace-enable-disable.c: New file.
11166
11167 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11168
11169 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11170 use it in info sharedlibrary test.
11171 * gdb.trace/ftrace-lock.exp: Likewise.
11172 * gdb.trace/ftrace.exp: Likewise.
11173 * gdb.trace/range-stepping.exp: Likewise.
11174 * gdb.trace/trace-break.exp: Likewise.
11175 * gdb.trace/trace-condition.exp: Likewise.
11176 * gdb.trace/trace-mt.exp: Likewise.
11177
11178 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11179
11180 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11181 (gdb_load_shlib): ... this.
11182 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11183 gdb_load_shlib.
11184 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11185 * gdb.base/ctxobj.exp: Likewise.
11186 * gdb.base/dprintf-pending.exp: Likewise.
11187 * gdb.base/dso2dso.exp: Likewise.
11188 * gdb.base/fixsection.exp: Likewise.
11189 * gdb.base/gcore-relro.exp: Likewise.
11190 * gdb.base/gdb1555.exp: Likewise.
11191 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11192 * gdb.base/gnu-ifunc.exp: Likewise.
11193 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11194 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11195 * gdb.base/pending.exp: Likewise.
11196 * gdb.base/print-file-var.exp: Likewise.
11197 * gdb.base/print-symbol-loading.exp: Likewise.
11198 * gdb.base/shlib-call.exp: Likewise.
11199 * gdb.base/shreloc.exp: Likewise.
11200 * gdb.base/so-impl-ld.exp: Likewise.
11201 * gdb.base/solib-disc.exp: Likewise.
11202 * gdb.base/solib-nodir.exp: Likewise.
11203 * gdb.base/solib-overlap.exp: Likewise.
11204 * gdb.base/solib-symbol.exp: Likewise.
11205 * gdb.base/solib-weak.exp (do_test): Likewise.
11206 * gdb.base/sym-file.exp: Likewise.
11207 * gdb.base/symtab-search-order.exp: Likewise.
11208 * gdb.base/type-opaque.exp: Likewise.
11209 * gdb.base/unload.exp: Likewise.
11210 * gdb.base/watchpoint-solib.exp: Likewise.
11211 * gdb.compile/compile.exp: Likewise.
11212 * gdb.cp/gdb2384.exp: Likewise.
11213 * gdb.cp/infcall-dlopen.exp: Likewise.
11214 * gdb.cp/re-set-overloaded.exp: Likewise.
11215 * gdb.fortran/library-module.exp: Likewise.
11216 * gdb.opt/solib-intra-step.exp: Likewise.
11217 * gdb.python/py-finish-breakpoint.exp: Likewise.
11218 * gdb.python/py-shared.exp: Likewise.
11219 * gdb.reverse/solib-precsave.exp: Likewise.
11220 * gdb.reverse/solib-reverse.exp: Likewise.
11221 * gdb.server/solib-list.exp: Likewise.
11222 * gdb.threads/dlopen-libpthread.exp: Likewise.
11223 * gdb.threads/tls-shared.exp: Likewise.
11224 * gdb.threads/tls-so_extern.exp: Likewise.
11225 * gdb.trace/change-loc.exp: Likewise.
11226 * gdb.trace/ftrace-lock.exp: Likewise.
11227 * gdb.trace/ftrace.exp: Likewise.
11228 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11229 * gdb.trace/pending.exp: Likewise.
11230 * gdb.trace/range-stepping.exp: Likewise.
11231 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11232 (strace_info_marker): Likewise.
11233 (strace_probe_marker): Likewise.
11234 (strace_trace_on_same_addr): Likewise.
11235 (strace_trace_on_diff_addr): Likewise.
11236 * gdb.trace/trace-break.exp: Likewise.
11237 * gdb.trace/trace-condition.exp: Likewise.
11238 * gdb.trace/trace-mt.exp: Likewise.
11239
11240 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11241
11242 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11243 result of gdb_remote_download.
11244 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11245 * gdb.base/dso2dso.exp: Likewise.
11246 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11247 * gdb.base/print-file-var.exp: Likewise.
11248 * gdb.base/shlib-call.exp: Likewise.
11249 * gdb.base/shreloc.exp: Likewise.
11250 * gdb.base/solib-overlap.exp: Likewise.
11251 * gdb.base/solib-weak.exp (do_test): Likewise.
11252 * gdb.base/unload.exp: Likewise.
11253
11254 2016-04-27 Yao Qi <yao.qi@linaro.org>
11255
11256 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11257 exists.
11258
11259 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11260
11261 * vla-type.exp: Print structure from toplevel.
11262
11263 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11264
11265 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11266 of dynamic types.
11267 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11268 of dynamic types.
11269
11270 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11271
11272 * gdb.fortran/vla-type.f90: New file.
11273 * gdb.fortran/vla-type.exp: New file.
11274
11275 2016-04-25 Yao Qi <yao.qi@linaro.org>
11276
11277 * gdb.base/branch-to-self.c: New file.
11278 * gdb.base/branch-to-self.exp: New file.
11279
11280 2016-04-22 Yao Qi <yao.qi@linaro.org>
11281
11282 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11283 more after $hex.
11284
11285 2016-04-22 Yao Qi <yao.qi@linaro.org>
11286
11287 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11288 * gdb.base/annota3.exp: Likewise.
11289
11290 2016-04-22 Yao Qi <yao.qi@linaro.org>
11291
11292 * gdb.reverse/step-precsave.exp: Do one step and test program
11293 stops in "callee" and do multiple steps until program goes out
11294 of "callee".
11295 * gdb.reverse/step-reverse.exp: Likewise.
11296
11297 2016-04-22 Yao Qi <yao.qi@linaro.org>
11298
11299 * gdb.trace/signal.exp: Also pass if
11300 $tracepoint_hits($i) > $iterations.
11301
11302 2016-04-22 Yao Qi <yao.qi@linaro.org>
11303
11304 * gdb.trace/signal.c: New file.
11305 * gdb.trace/signal.exp: New file.
11306
11307 2016-04-19 Doug Evans <xdje42@gmail.com>
11308
11309 * gdb.base/bad-file.exp: New file.
11310
11311 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11312
11313 * gdb.dwarf2/implref.exp: New file.
11314
11315 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11316
11317 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11318 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11319 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11320 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11321 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11322 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11323 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11324 * lib/fortran.exp (fortran_int4): New procedure.
11325 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11326 (fortran_logical4): Likewise.
11327
11328 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11329
11330 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11331
11332 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11333
11334 * lib/compiler.c: Add Intel specific preprocessor macros.
11335 * lib/compiler.cc: Likewise.
11336
11337 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11338
11339 * gdb.server/connect-with-no-symbol-file.c: New file.
11340 * gdb.server/connect-with-no-symbol-file.exp: New file.
11341
11342 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11343
11344 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11345
11346 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11347
11348 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11349 standard output directory.
11350
11351 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11352
11353 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11354
11355 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11356
11357 * gdb.btrace/instruction_history.c (loop): Add declaration.
11358
11359 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11360
11361 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11362
11363 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11364
11365 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11366 parentheses to print.
11367 (continue_handler): Likewise.
11368
11369 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11370
11371 * gdb.server/solib-list.exp: Remove is_remote check.
11372 Pass shlib= to gdb_compile. Don't link shared library with
11373 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11374 Run binary filename through "readlink -f" on the target.
11375
11376 2016-04-08 Pedro Alves <palves@redhat.com>
11377
11378 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11379 interpreter filename as argument to gdbserver_spawn.
11380 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11381 Return empty if $last_loaded_file does not exist.
11382
11383 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11384
11385 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11386 * gdb.base/jit-main.c: Use exit after usage.
11387
11388 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11389
11390 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11391 GDBHISTSIZE prior to the tests.
11392 * gdb.base/gdbinit-history.exp: Likewise.
11393
11394 2016-04-07 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11397 instead of build_executable. Use gdb_load_shlibs.
11398
11399 2016-04-07 Yao Qi <yao.qi@linaro.org>
11400
11401 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11402 Execute "si" command.
11403
11404 2016-04-07 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11407 number instead of the comments on some line.
11408
11409 2016-04-06 Don Breazeal <donb@codesourcery.com>
11410
11411 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11412 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11413
11414 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11415
11416 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11417 standard_output_file. Remove unused binfile variable.
11418
11419 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11420
11421 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11422 * gdb.python/py-mi-objfile.exp: Match "list main" output
11423 in console format.
11424
11425 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11426
11427 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11428 absolute.
11429
11430 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11431
11432 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11433 absolute.
11434 * gdb.trace/ftrace.exp: Likewise.
11435 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11436 targets as well.
11437 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11438 (gdb_load_shlibs): Copy libraries to test directory when testing
11439 natively. Only set solib-search-path if testing remotely.
11440 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11441
11442 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11443
11444 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11445 gdb_download. Use it even if the target is not remote.
11446 * gdb.base/jit.exp (compile_jit_test): Likewise.
11447 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11448 output directory if the destination board is local, otherwise use
11449 the standard remote_download from DejaGnu.
11450 (gdb_download): Remove.
11451 (gdb_load_shlibs): Use gdb_remote_download instead of
11452 gdb_download.
11453 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11454 Use gdb_remote_download instead of gdb_download. Use it even if
11455 the target is not remote.
11456 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11457 instead of gdb_download.
11458
11459 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11460
11461 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11462 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11463 run.
11464
11465 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11466
11467 PR gdb/19820
11468 * gdb.base/printcmds.exp: Add artificial arrays tests.
11469
11470 2016-03-31 Pedro Alves <palves@redhat.com>
11471
11472 PR gdb/19858
11473 * gdb.base/jit-main.c: Include unistd.h.
11474 (ATTACH): Define to 0 if not already defined.
11475 (wait_for_gdb, mypid): New globals.
11476 (WAIT_FOR_GDB): New macro.
11477 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11478 some breakpoint locations.
11479 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11480 New procedures.
11481 (one_jit_test): Add REATTACH parameter, and handle it. Use
11482 continue_to_test_location.
11483 (top level): Test attach, and adjusts calls to one_jit_test.
11484
11485 2016-03-31 Pedro Alves <palves@redhat.com>
11486
11487 PR gdb/19858
11488 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11489 BINSUFFIX parameter, and handle it.
11490 (top level): Adjust calls compile_jit_test.
11491
11492 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11493
11494 PR python/19743
11495 * gdb.python/py-mi-events-gdb.py: New file.
11496 * gdb.python/py-mi-events.c: New file.
11497 * gdb.python/py-mi-events.exp: New file.
11498
11499 2016-03-30 Yao Qi <yao.qi@linaro.org>
11500
11501 * gdb.reverse/until-precsave.exp: Match function name only.
11502 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11503 Move malloc to a condition block.
11504 * gdb.reverse/until-reverse.exp: Match function name only.
11505
11506 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11507
11508 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11509 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11510 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11511 variable for GPR 0 instead of assuming it is register 0.
11512 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11513 * lib/trace-support.exp: Add s390 registers.
11514
11515 2016-03-29 Yao Qi <yao.qi@linaro.org>
11516
11517 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11518
11519 2016-03-24 Yao Qi <yao.qi@linaro.org>
11520
11521 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11522 test message.
11523
11524 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11525
11526 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11527 maintaining separate logic for constructing the output path.
11528
11529 2016-03-16 Don Breazeal <donb@codesourcery.com>
11530
11531 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11532 Retry fork and waitpid on interrupted system call errors.
11533 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11534 Use with_timeout_factor to increase timeout by factor of 10.
11535
11536 2016-03-15 Don Breazeal <donb@codesourcery.com>
11537
11538 * gdb.cp/scope-err.cc: New test program.
11539 * gdb.cp/scope-err.exp: New test script.
11540 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11541 lines and "set breakpoint here" comment.
11542 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11543 Fixed some whitespace and format issues.
11544 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11545 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11546
11547 2016-03-15 Doug Evans <dje@google.com>
11548
11549 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11550 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11551 All callers updated. Add tests for enums, mixed flags register.
11552
11553 2016-03-15 Doug Evans <dje@google.com>
11554
11555 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11556 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11557
11558 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11559
11560 * gdb.base/default.exp: Add $_as_string to the list of expected
11561 convenience functions.
11562
11563 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11564
11565 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11566
11567 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11568
11569 * gdb.python/py-as-string.exp: New file.
11570 * gdb.python/py-as-string.c: New file.
11571
11572 2016-03-09 Pedro Alves <palves@redhat.com>
11573
11574 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11575 signal" -> "Thread NN received signal" output change.
11576 * gdb.threads/ia64-sigill.exp: Likewise.
11577 * gdb.threads/linux-dp.exp: Likewise.
11578 * gdb.threads/manythreads.exp: Likewise.
11579 * gdb.threads/pending-step.exp: Likewise.
11580 * gdb.threads/print-threads.exp: Likewise.
11581 * gdb.threads/sigstep-threads.exp: Likewise.
11582 * gdb.threads/staticthreads.exp: Likewise.
11583 * gdb.threads/tls.exp: Likewise.
11584
11585 2016-03-09 Pedro Alves <palves@redhat.com>
11586
11587 * gdb.base/command-line-input.exp: New file.
11588
11589 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11590
11591 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11592 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11593 * gdb.trace/pending.exp: Accept leading dot before function name.
11594 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11595 * lib/trace-support.exp: Set registers for ppc.
11596
11597 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11598
11599 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11600 use it for disassembly; accept .main in addition to main in backtrace.
11601
11602 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11603 Marcin Kościelnicki <koriakin@0x04.net>
11604
11605 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11606 (gdb_recursion_test_ptr): New global variable.
11607 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11608 gdb_recursion_test.
11609 (gdb_c_test): Ditto.
11610
11611 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11612
11613 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11614 ordering.
11615
11616 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11617
11618 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11619 (bar): Add bar_start_lbl label.
11620 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11621 of foo/bar for emitting DWARF and tracing.
11622
11623 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11624
11625 * analyze-racy-logs.py: Set executable bit.
11626
11627 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11628
11629 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11630 (CHECK_TARGET_TMP): Likewise.
11631 (check-single-racy): New rule.
11632 (check-parallel-racy): Likewise.
11633 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11634 (do-check-parallel-racy): New rule.
11635 (check-racy/%.exp): Likewise.
11636 * README (Racy testcases): New section.
11637 * analyze-racy-logs.py: New file.
11638
11639 2016-03-03 Doug Evans <dje@google.com>
11640
11641 * gdb.base/skip.exp: Use with_test_prefix.
11642
11643 2016-03-03 Yao Qi <yao.qi@linaro.org>
11644
11645 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11646 Invoke step_over_syscall "clone" and break_cond_on_syscall
11647 "clone".
11648 * gdb.base/step-over-clone.c: New file.
11649
11650 2016-03-03 Yao Qi <yao.qi@linaro.org>
11651
11652 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11653 code format.
11654
11655 2016-03-03 Yao Qi <yao.qi@linaro.org>
11656
11657 * gdb.base/disp-step-fork.c: Rename to ...
11658 * gdb.base/step-over-fork.c: ... it. New file.
11659 * gdb.base/disp-step-vfork.c: Rename to ...
11660 * gdb.base/step-over-vfork.c: ... it. New file.
11661 * gdb.base/disp-step-syscall.exp: Rename to ...
11662 * gdb.base/step-over-syscall.exp: ... it. New file.
11663 (disp_step_cross_syscall): Rename to ...
11664 (step_over_syscall): ... it.
11665
11666 2016-03-03 Yao Qi <yao.qi@linaro.org>
11667
11668 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11669 If target supports condition evaluation on target, invoke
11670 break_cond_on_syscall for fork and vfork.
11671
11672 2016-03-03 Yao Qi <yao.qi@linaro.org>
11673
11674 * gdb.base/disp-step-syscall.exp: Don't invoke
11675 support_displaced_stepping.
11676 (disp_step_cross_syscall): Test with displaced stepping off and
11677 on if supported.
11678
11679 2016-03-03 Yao Qi <yao.qi@linaro.org>
11680
11681 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11682 proc.
11683 (setup): New proc.
11684 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11685 and setup.
11686
11687 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11688
11689 * gdb.fortran/vla-history.exp: Remove breakpoint.
11690
11691 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11692
11693 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11694 exceeds timeout.
11695
11696 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11697
11698 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11699 breakpoint.
11700
11701 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11702
11703 * gdb.mi/vla.f90: Nullify pointer after declaration.
11704
11705 2016-03-01 Pedro Alves <palves@redhat.com>
11706
11707 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11708
11709 2016-03-01 Pedro Alves <palves@redhat.com>
11710
11711 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11712 before anything else.
11713 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11714 _GNU_SOURCE here.
11715 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11716 before anything else.
11717 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11718
11719 2016-03-01 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11722
11723 2016-03-01 Yao Qi <yao.qi@linaro.org>
11724
11725 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11726 prepare_for_testing.
11727
11728 2016-03-01 Yao Qi <yao.qi@linaro.org>
11729
11730 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11731
11732 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11733
11734 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11735 manually constructing the output path.
11736
11737 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11738
11739 * gdb.arch/s390-stackless.S: New.
11740 * gdb.arch/s390-stackless.exp: New.
11741
11742 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11743
11744 * gdb.dlang/circular.c: New file.
11745 * gdb.dlang/circular.exp: New file.
11746
11747 2016-02-26 Yao Qi <yao.qi@linaro.org>
11748
11749 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11750 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11751 (testcases): Update.
11752
11753 2016-02-26 Yao Qi <yao.qi@linaro.org>
11754
11755 * gdb.reverse/aarch64.c: Rename to ...
11756 * gdb.reverse/insn-reverse.c: ... it.
11757 * gdb.reverse/aarch64.exp: Rename to ...
11758 * gdb.reverse/insn-reverse.exp: ... it.
11759
11760 2016-02-26 Yao Qi <yao.qi@linaro.org>
11761
11762 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11763 (testcase_ftype): New.
11764 (testcases): New array.
11765 (n_testcases): New.
11766 (main): Call each element in testcases.
11767 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11768 (read_testcase): New.
11769 Do the tests in a loop.
11770
11771 2016-02-25 Yao Qi <yao.qi@linaro.org>
11772
11773 * gdb.base/branches.c: Remove.
11774
11775 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11776
11777 PR gdb/13808
11778 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11779
11780 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11781
11782 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11783
11784 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11785
11786 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11787 change x86_64 call_insn to 'callq'.
11788
11789 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11790
11791 * gdb.trace/tfile-avx.c: Move to...
11792 * gdb.trace/tracefile-pseudo-reg.c: Here.
11793 * gdb.trace/tfile-avx.exp: Move to...
11794 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11795
11796 2016-02-24 Gary Benson <gbenson@redhat.com>
11797
11798 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11799 message on attach.
11800
11801 2016-02-23 Doug Evans <dje@google.com>
11802
11803 * gdb.base/skip.c (test_skip): New function.
11804 (end_test_skip_file_and_function): New function.
11805 (test_skip_file_and_function): New function.
11806 * gdb.base/skip1.c (test_skip): New function.
11807 (skip1_test_skip_file_and_function): New function.
11808 * gdb.base/skip.exp: Add tests for new skip options.
11809 * gdb.base/skip-solib.exp: Update expected output.
11810 * gdb.perf/skip-command.cc: New file.
11811 * gdb.perf/skip-command.exp: New file.
11812 * gdb.perf/skip-command.py: New file.
11813
11814 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11815
11816 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11817 info registers pattern.
11818
11819 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11820
11821 * lib/future.exp: Add D support.
11822 (gdb_find_gdc): New proc.
11823 (gdb_default_target_compile): Add D support.
11824
11825 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11826
11827 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11828 user+system time.
11829 (trace_speed_test): Determine the iteration count for a time
11830 between 15..30 seconds.
11831
11832 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11833
11834 * gdb.arch/i386-mpx-sigsegv.c: New file.
11835 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11836 * gdb.arch/i386-mpx-simple_segv.c: New file.
11837 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11838
11839 2016-02-18 Yao Qi <yao.qi@linaro.org>
11840
11841 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11842 Don't call setup_kfail.
11843
11844 2016-02-18 Yao Qi <yao.qi@linaro.org>
11845
11846 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11847 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11848
11849 2016-02-16 Doug Evans <dje@google.com>
11850
11851 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11852 * gdb.base/skip1.c: Ditto.
11853 * gdb.base/skip.exp: Whitespace cleanup.
11854
11855 2016-02-16 Don Breazeal <donb@codesourcery.com>
11856
11857 PR remote/19496
11858 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11859 Remove kfail for PR remote/19496.
11860
11861 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11862
11863 * lib/gdb.exp (standard_temp_file): Return a path specific to
11864 the runtest invocation.
11865
11866 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11867
11868 * gdb.trace/save-trace.exp: Change relative path to be in the
11869 standard output directory.
11870
11871 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11872
11873 * gdb.arch/i386-prologue.c: Add missing prototypes.
11874
11875 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11876
11877 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11878 * gdb.arch/i386-prologue.exp: Likewise.
11879 * gdb.arch/i386-size.exp: Likewise.
11880
11881 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11882
11883 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11884 define object file path.
11885 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11886 file path.
11887 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11888 standard_output_file to define binfile.
11889
11890 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11891
11892 Fix compatibility with recent gfortran-5.3.1.
11893 * gdb.fortran/vla-history.exp (print vla1 allocated)
11894 (print vla2 allocated, print $2, print $3): Remove
11895 (print $4): Rename to ...
11896 (print $2): ... here.
11897 (print $9): Rename to ...
11898 (print $5): ... here.
11899 (print $10): Rename to ...
11900 (print $6): ... here.
11901 * gdb.fortran/vla.f90: Add pvla initialization.
11902
11903 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11904
11905 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11906 New test.
11907 * gdb.fortran/vla-value-sub.exp: Likewise.
11908
11909 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11910
11911 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11912
11913 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11914
11915 * i386-biarch-core.exp: Define corefile using
11916 standard_output_file.
11917
11918 2016-02-12 Yao Qi <yao.qi@linaro.org>
11919
11920 * gdb.arch/arm-single-step-kernel-helper.c: New.
11921 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11922
11923 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11924
11925 * gdb.btrace/tailcall-only.exp: New.
11926 * gdb.btrace/tailcall-only.c: New.
11927 * gdb.btrace/x86_64-tailcall-only.S: New.
11928 * gdb.btrace/i686-tailcall-only.S: New.
11929
11930 2016-02-11 Pedro Alves <palves@redhat.com>
11931
11932 * README (Parallel testing): Add missing double quotes.
11933
11934 2016-02-11 Pedro Alves <palves@redhat.com>
11935
11936 * README (Parallel testing): New section.
11937 (GDB_PARALLEL): Rewrite.
11938 (FORCE_PARALLEL): Document.
11939
11940 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11941
11942 * gdb.trace/tfile-avx.c: New test.
11943 * gdb.trace/tfile-avx.exp: New test.
11944
11945 2016-02-09 Keith Seitz <keiths@redhat.com>
11946
11947 PR breakpoints/19546
11948 * gdb.base/infcall-exec.c: New file.
11949 * gdb.base/infcall-exec2.c: New file.
11950 * gdb.base/infcall-exec.exp: New file.
11951
11952 2016-02-09 Keith Seitz <keiths@redhat.com>
11953
11954 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11955 (toplevel): Call test_bkpt_address.
11956
11957 2016-02-09 Keith Seitz <keiths@redhat.com>
11958
11959 PR python/19506
11960 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11961 (toplevel): Call test_bkpt_address.
11962
11963 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11964
11965 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11966 to AC_OUTPUT.
11967 * configure: Regenerate.
11968
11969 2016-02-09 Pedro Alves <palves@redhat.com>
11970
11971 PR breakpoints/19548
11972 * gdb.base/execl-update-breakpoints.c (some_function): New
11973 function.
11974 (main): Call it.
11975 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11976 Tighten expected GDB output.
11977
11978 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11979
11980 * Makefile.in (ALL_SUBDIRS): Remove.
11981 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11982 (distclean maintainer-clean realclean): Likewise.
11983 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11984 * configure: Regenerate.
11985 * gdb.ada/Makefile.in: Delete.
11986 * gdb.arch/Makefile.in: Likewise.
11987 * gdb.asm/Makefile.in: Likewise.
11988 * gdb.base/Makefile.in: Likewise.
11989 * gdb.btrace/Makefile.in: Likewise.
11990 * gdb.cell/Makefile.in: Likewise.
11991 * gdb.compile/Makefile.in: Likewise.
11992 * gdb.cp/Makefile.in: Likewise.
11993 * gdb.disasm/Makefile.in: Likewise.
11994 * gdb.dlang/Makefile.in: Likewise.
11995 * gdb.dwarf2/Makefile.in: Likewise.
11996 * gdb.fortran/Makefile.in: Likewise.
11997 * gdb.gdb/Makefile.in: Likewise.
11998 * gdb.go/Makefile.in: Likewise.
11999 * gdb.guile/Makefile.in: Likewise.
12000 * gdb.java/Makefile.in: Likewise.
12001 * gdb.linespec/Makefile.in: Likewise.
12002 * gdb.mi/Makefile.in: Likewise.
12003 * gdb.modula2/Makefile.in: Likewise.
12004 * gdb.multi/Makefile.in: Likewise.
12005 * gdb.objc/Makefile.in: Likewise.
12006 * gdb.opencl/Makefile.in: Likewise.
12007 * gdb.opt/Makefile.in: Likewise.
12008 * gdb.pascal/Makefile.in: Likewise.
12009 * gdb.perf/Makefile.in: Likewise.
12010 * gdb.python/Makefile.in: Likewise.
12011 * gdb.reverse/Makefile.in: Likewise.
12012 * gdb.server/Makefile.in: Likewise.
12013 * gdb.stabs/Makefile.in: Likewise.
12014 * gdb.threads/Makefile.in: Likewise.
12015 * gdb.trace/Makefile.in: Likewise.
12016 * gdb.xml/Makefile.in: Likewise.
12017 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12018 GDB_PARALLEL.
12019 (standard_output_file): Remove check for GDB_PARALLEL, always
12020 return path in outputs/$subdir/$testname.
12021
12022 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12023
12024 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12025 (site.exp): Assign abs_srcdir to tcl's srcdir.
12026
12027 2016-02-04 Yao Qi <yao.qi@linaro.org>
12028
12029 * gdb.base/foll-exec-mode.c: Include limits.h.
12030 (main): Add parameters argc and argv. Get directory from
12031 argv[0].
12032 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12033 compilation.
12034 * gdb.base/foll-exec.c: Include limits.h.
12035 (main): Add parameters argc and argv.
12036 Get directory from argv[0].
12037 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12038 Adjust tests on the number of lines as source code changed.
12039 * gdb.base/foll-vfork-exit.c: Include limits.h.
12040 (main): Add one line of statement before vfork.
12041 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12042 (main): Add parameters argc and argv. Get directory from
12043 argv[0].
12044 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12045 (setup_gdb): Set tbreak to skip some source lines.
12046 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12047 (main): Add parameters argc and argv. Get directory from
12048 argv[0].
12049 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12050 compilation.
12051 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12052 (main): Add parameters argc and argv. Get directory from
12053 argv[0].
12054 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12055 compilation.
12056
12057 2016-02-01 Doug Evans <dje@google.com>
12058
12059 * gdb.base/skip.exp: Clean up multiple references to same test name.
12060
12061 2016-02-01 Pedro Alves <palves@redhat.com>
12062
12063 PR remote/19496
12064 * gdb.threads/forking-threads-plus-breakpoint.exp
12065 (displaced_stepping_supported): New global.
12066 (probe_displaced_stepping_support): New procedure.
12067 (do_test): Add 'displaced' parameter, and use it.
12068 (top level): Check for displaced stepping support. Add displaced
12069 stepping on/off testing axis.
12070
12071 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12072
12073 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12074 pointer. Don't perform further tests on the unassociated pointer
12075 if the first test fails.
12076
12077 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12078
12079 * gdb.base/max-value-size.c: New file.
12080 * gdb.base/max-value-size.exp: New file.
12081 * gdb.base/huge.exp: Disable max-value-size for this test.
12082
12083 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12084
12085 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12086
12087 2016-01-28 Yao Qi <yao.qi@linaro.org>
12088
12089 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12090
12091 2016-01-25 Pedro Alves <palves@redhat.com>
12092
12093 PR threads/19461
12094 * gdb.base/fork-running-state.c: New file.
12095 * gdb.base/fork-running-state.exp: New file.
12096
12097 2016-01-25 Pedro Alves <palves@redhat.com>
12098
12099 PR gdb/19494
12100 * gdb.base/catch-fork-kill.c: New file.
12101 * gdb.base/catch-fork-kill.exp: New file.
12102
12103 2016-01-25 Pedro Alves <palves@redhat.com>
12104
12105 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12106 Delete, moved to lib/gdb.exp.
12107 * gdb.threads/forking-threads-plus-breakpoint.exp
12108 (foreach_with_prefix): Likewise.
12109 * gdb.threads/process-dies-while-handling-bp.exp
12110 (foreach_with_prefix): Likewise.
12111 * lib/gdb.exp (foreach_with_prefix): New procedure.
12112
12113 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12114
12115 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12116 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12117
12118 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12119
12120 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12121 endian targets.
12122
12123 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12124 Pedro Alves <palves@redhat.com>
12125
12126 Fix testsuite compatibility with Guile.
12127 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12128 number.
12129
12130 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12131
12132 Fix testsuite compatibility with Guile.
12133 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12134 (thread 1): New test for backtrace through signal handler.
12135
12136 2016-01-22 Yao Qi <yao.qi@linaro.org>
12137
12138 PR testsuite/19491
12139 * gdb.base/multi-forks.c: Include
12140 ../lib/unbuffer_output.c
12141 (main): Call gdb_unbuffer_output.
12142
12143 2016-01-21 Doug Evans <dje@google.com>
12144
12145 * lib/ada.exp (gdb_compile_ada): Fix typo.
12146
12147 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12148
12149 * gdb.base/break-fun-addr.exp: New file.
12150 * gdb.base/break-fun-addr1.c: New file.
12151 * gdb.base/break-fun-addr2.c: New file.
12152
12153 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12154
12155 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12156 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12157 enum flag values.
12158
12159 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12160
12161 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12162 when GDB can not set the vector return value. Add more comments
12163 for clarification.
12164
12165 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12166
12167 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12168 command.
12169
12170 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12171
12172 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12173
12174 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12175
12176 * Makefile.in (check-single): Pass --status to runtest.
12177 (check/%.exp): Likewise.
12178
12179 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12180
12181 * Makefile.in (check-parallel): Propagate return code from make
12182 do-check-parallel.
12183
12184 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12185
12186 * gdb.trace/ftrace.exp: Fix expected message on continue.
12187 * gdb.trace/pending.exp: Fix expected message on continue.
12188 * gdb.trace/trace-break.exp: Fix expected message on continue.
12189
12190 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12191
12192 * lib/gdb.exp (gdb_test): Remove unused global references.
12193
12194 2016-01-18 Pedro Alves <palves@redhat.com>
12195
12196 * gdb.base/async-shell.exp: Adjust expected output.
12197 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12198 * gdb.base/siginfo-thread.exp: Adjust expected output.
12199 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12200 * gdb.java/jnpe.exp: Adjust expected output.
12201 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12202 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12203 * gdb.threads/leader-exit.exp: Adjust expected output.
12204 * gdb.threads/manythreads.exp: Adjust expected output.
12205 * gdb.threads/pthreads.exp: Adjust expected output.
12206 * gdb.threads/schedlock.exp: Adjust expected output.
12207 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12208 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12209 expected output.
12210 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12211 output.
12212 * gdb.threads/sigthread.exp: Adjust expected output.
12213 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12214
12215 2016-01-18 Yao Qi <yao.qi@linaro.org>
12216
12217 * gdb.guile/scm-section-script.c: Replace @progbits with
12218 %progbits.
12219 * gdb.python/py-section-script.c: Likewise.
12220
12221 2016-01-15 Pedro Alves <palves@redhat.com>
12222
12223 * gdb.multi/tids.exp: Test star wildcard ranges.
12224
12225 2016-01-15 Pedro Alves <palves@redhat.com>
12226
12227 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12228 command from "thread apply" invocation.
12229 (thr_apply_info_thr_invalid): Default the expected output to the
12230 input tid list.
12231 (top level): Add tests that use convenience variables. Add tests
12232 for "thread apply" with a valid TID list, but missing the command.
12233
12234 2016-01-13 Pedro Alves <palves@redhat.com>
12235
12236 * gdb.base/default.exp: Expect $_gthread as well.
12237 * gdb.multi/tids.exp: Test $_gthread.
12238 * gdb.threads/thread-specific.exp: Test $_gthread.
12239
12240 2016-01-13 Pedro Alves <palves@redhat.com>
12241
12242 * gdb.multi/tids.exp: Test "info threads -gid".
12243
12244 2016-01-13 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12247 Breakpoint.thread.
12248 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12249
12250 2016-01-07 Pedro Alves <palves@redhat.com>
12251
12252 * gdb.base/break.exp: Adjust to output changes.
12253 * gdb.base/hbreak2.exp: Likewise.
12254 * gdb.base/sepdebug.exp: Likewise.
12255 * gdb.base/watch_thread_num.exp: Likewise.
12256 * gdb.linespec/keywords.exp: Likewise.
12257 * gdb.multi/info-threads.exp: Likewise.
12258 * gdb.threads/thread-find.exp: Likewise.
12259 * gdb.multi/tids.c: New file.
12260 * gdb.multi/tids.exp: New file.
12261
12262 2016-01-13 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12265
12266 2016-01-13 Pedro Alves <palves@redhat.com>
12267
12268 * gdb.base/default.exp: Expect $_inferior as well.
12269 * gdb.multi/base.exp: Test $_inferior.
12270
12271 2016-01-13 Pedro Alves <palves@redhat.com>
12272
12273 PR breakpoints/19388
12274 * gdb.base/catch-signal-siginfo-cond.c: New file.
12275 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12276
12277 2016-01-12 Josh Stone <jistone@redhat.com>
12278 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12279
12280 * gdb.base/catch-syscall.c (do_execve): New variable.
12281 (main): Conditionally trigger an execve.
12282 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12283 (test_catch_syscall_execve): New, check entry/return across execve.
12284 (do_syscall_tests): Call test_catch_syscall_execve.
12285
12286 2016-01-12 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.base/random-signal.exp (do_test): New procedure, with body
12289 of testcase moved in.
12290
12291 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12292 Pedro Alves <palves@redhat.com>
12293
12294 * gdb.base/funcargs.exp (finish from indirectly called function):
12295 Reintroduce the case for 'First'.
12296
12297 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12298 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12301 (tcatch_vfork_then_child_follow_exec)
12302 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12303 identification.
12304
12305 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12306
12307 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12308 and repeats to unlimited.
12309 * gdb.python/py-value.exp: Likewise.
12310 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12311 and repeats to unlimited.
12312
12313 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12314
12315 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12316 and reordering the functions.
12317 * gdb.multi/hangout.c: Likewise.
12318 * gdb.multi/hello.c: Likewise.
12319
12320 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12321
12322 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12323 absolute.
12324 (SingleStatisticTestResult.report): Use dict.keys instead of
12325 dict.iterkeys.
12326
12327 2016-01-06 Pedro Alves <palves@redhat.com>
12328
12329 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12330
12331 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12332
12333 * gdb.btrace/dlopen.exp: New.
12334 * gdb.btrace/dlopen.c: New.
12335 * gdb.btrace/dlopen-dso.c: New.
12336
12337 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12338
12339 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12340 PATTERN argument is optional.
12341
12342 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12343
12344 * lib/ada.exp (target_compile_ada_from_dir): New function.
12345 (gdb_compile_ada): Reimplement avoiding the use of project files.
12346 * gdb.ada/gnat_ada.gpr: Delete.
12347 * gdb.ada/cond_lang.exp: Adjust test to make path before
12348 filename optional.
12349 * gdb.ada/small_reg_param.exp: Likewise.
12350
12351 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12352
12353 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12354
12355 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12356
12357 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12358 case.
12359
12360 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12361
12362 * gdb.base/break.exp: Remove dead code.
12363 * gdb.base/sepdebug.exp: Likewise.
12364
12365 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12366
12367 * gdb.asm/asm-source.exp: Remove HP-UX references.
12368 * gdb.base/annota1.exp: Likewise.
12369 * gdb.base/annota3.exp: Likewise.
12370 * gdb.base/attach.exp: Likewise.
12371 * gdb.base/bigcore.exp: Likewise.
12372 * gdb.base/break.exp: Likewise.
12373 * gdb.base/call-ar-st.exp: Likewise.
12374 * gdb.base/callfuncs.exp: Likewise.
12375 * gdb.base/catch-fork-static.exp: Likewise.
12376 * gdb.base/display.exp: Likewise.
12377 * gdb.base/foll-exec-mode.exp: Likewise.
12378 * gdb.base/foll-exec.exp: Likewise.
12379 * gdb.base/foll-fork.exp: Likewise.
12380 * gdb.base/foll-vfork.exp: Likewise.
12381 * gdb.base/funcargs.exp: Likewise.
12382 * gdb.base/hbreak2.exp: Likewise.
12383 * gdb.base/inferior-died.exp: Likewise.
12384 * gdb.base/interrupt.exp: Likewise.
12385 * gdb.base/multi-forks.exp: Likewise.
12386 * gdb.base/nodebug.exp: Likewise.
12387 * gdb.base/sepdebug.exp: Likewise.
12388 * gdb.base/solib1.c: Likewise.
12389 * gdb.base/step-test.exp: Likewise.
12390 * gdb.mi/non-stop.c: Likewise.
12391 * gdb.mi/pthreads.c: Likewise.
12392 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12393 * gdb.threads/pthreads.c: Likewise.
12394 * gdb.threads/staticthreads.exp: Likewise.
12395 * lib/future.exp: Likewise.
12396 * lib/gdb.exp: Likewise.
12397 * gdb.base/so-indr-cl.c: Remove.
12398 * gdb.base/so-indr-cl.exp: Likewise.
12399 * gdb.base/solib.c: Likewise.
12400 * gdb.base/solib.exp: Likewise.
12401 * gdb.base/solib2.c: Likewise.
12402
12403 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12404
12405 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12406 * gdb.base/call-ar-st.exp: Likewise.
12407 * gdb.base/callfuncs.exp: Likewise.
12408 * gdb.base/condbreak.exp: Likewise.
12409 * gdb.base/constvars.exp: Likewise.
12410 * gdb.base/hbreak2.exp: Likewise.
12411 * gdb.base/langs.exp: Likewise.
12412 * gdb.base/list.exp: Likewise.
12413 * gdb.base/long_long.exp: Likewise.
12414 * gdb.base/ptype.exp: Likewise.
12415 * gdb.base/scope.exp: Likewise.
12416 * gdb.base/signals.exp: Likewise.
12417 * gdb.base/so-impl-ld.exp: Likewise.
12418 * gdb.base/varargs.exp: Likewise.
12419 * gdb.base/volatile.exp: Likewise.
12420 * gdb.base/whatis.exp: Likewise.
12421 * gdb.cp/cplusfuncs.exp: Likewise.
12422 * gdb.cp/inherit.exp: Likewise.
12423 * gdb.cp/local.exp: Likewise.
12424 * gdb.cp/member-ptr.exp: Likewise.
12425 * gdb.cp/method.exp: Likewise.
12426 * gdb.cp/overload.exp: Likewise.
12427 * gdb.cp/templates.exp: Likewise.
12428 * gdb.stabs/weird.exp: Likewise.
12429 * lib/compiler.c: Likewise.
12430 * lib/compiler.cc: Likewise.
12431 * lib/cp-support.exp: Likewise.
12432 * lib/gdb.exp: Likewise.
12433
12434 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12435
12436 * configure.ac: Remove HP-UX case.
12437 * configure: Regenerate.
12438
12439 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12440
12441 * lib/gdb.exp (gdb_compile): Add function doc.
12442
12443 2015-12-17 Pedro Alves <palves@redhat.com>
12444
12445 PR threads/19354
12446 * gdb.multi/info-threads.exp: New file.
12447
12448 2015-12-15 Yao Qi <yao.qi@linaro.org>
12449
12450 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12451 is aarch64*-*-*.
12452
12453 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12454
12455 * gdb.base/history-duplicates.exp: Skip if no readline support.
12456
12457 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12458
12459 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12460
12461 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12462
12463 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12464
12465 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12466
12467 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12468 ctrl-C if nointerrupts target property is set.
12469 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12470 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12471 * gdb.base/paginate-bg-execution.exp: Likewise.
12472 * gdb.base/paginate-execution-startup.exp: Likewise.
12473 * gdb.base/random-signal.exp: Likewise.
12474 * gdb.base/range-stepping.exp: Likewise.
12475 * gdb.cp/annota2.exp: Likewise.
12476 * gdb.cp/annota3.exp: Likewise.
12477 * gdb.gdb/selftest.exp: Likewise.
12478 * gdb.threads/continue-pending-status.exp: Likewise.
12479 * gdb.threads/leader-exit.exp: Likewise.
12480 * gdb.threads/manythreads.exp: Likewise.
12481 * gdb.threads/pthreads.exp: Likewise.
12482 * gdb.threads/schedlock.exp: Likewise.
12483 * gdb.threads/sigthread.exp: Likewise.
12484
12485 2015-12-11 Don Breazeal <donb@codesourcery.com>
12486
12487 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12488 remote.
12489 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12490 * gdb.base/foll-exec.exp (main): Enable for target remote.
12491 * gdb.base/foll-fork.exp (main): Likewise.
12492 * gdb.base/foll-vfork.exp (main): Likewise.
12493 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12494 (proc continue_to_exit_bp_loc): Use clean_restart.
12495 * gdb.base/pie-execl.exp (main): Disable for target remote.
12496 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12497 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12498 * gdb.threads/execl.exp (main): Likewise.
12499 * gdb.threads/fork-child-threads.exp (main): Likewise.
12500 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12501 remote.
12502 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12503 remote.
12504 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12505 pid.tid style ptids, instead of just tid.
12506 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12507 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12508 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12509 ptids, instead of just tid.
12510
12511 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12512
12513 * gdb.base/list.exp (test_list_forward): Add end of file error
12514 test.
12515 (test_repeat_list_command): Add end of file error test.
12516 (test_list_backwards): Add beginning of file error test.
12517
12518 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12519
12520 * gdb.base/list.exp (test_list_invalid_args): New function,
12521 defined, and called.
12522
12523 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12524
12525 * gdb.base/list.exp (test_list): Make test names unique.
12526
12527 2015-12-11 Yao Qi <yao.qi@linaro.org>
12528
12529 * gdb.base/coremaker2.c: Remove.
12530
12531 2015-12-10 Pedro Alves <palves@redhat.com>
12532
12533 * gdb.multi/base.exp: Remove stale "spaces" references.
12534
12535 2015-12-10 Pedro Alves <palves@redhat.com>
12536
12537 * gdb.multi/base.exp: Don't use nowarnings.
12538 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12539 * gdb.multi/hangout.c: Include stdio.h.
12540 * gdb.multi/hello.c: Include stdlib.h.
12541 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12542 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12543 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12544
12545 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12546
12547 * gdb.dwarf2/dw2-ranges-base.c: New file.
12548 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12549 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12550 support additional line table, and debug ranges generation.
12551 (Dwarf::ranges): New function, generate .debug_ranges.
12552 (Dwarf::lines): Support generating simple line table programs.
12553 (Dwarf::assemble): Initialise new namespace variables.
12554
12555 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12556
12557 * gdb.base/async.exp (proc test_background): Add case for
12558 asynchronous execution not supported.
12559
12560 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12561
12562 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12563 format and change test names to make them unique.
12564
12565 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12566 Pedro Alves <pedro@redhat.com>
12567
12568 PR gdb/18702
12569 Add checking of floatformats setup on x86_64 hosts.
12570 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12571 (smallval, bigval): New labels/constants.
12572 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12573 float" after loading bigval and smallval.
12574
12575 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12576
12577 * gdb.ada/fun_overload_menu.exp: New testcase.
12578 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12579
12580 2015-12-04 Josh Stone <jistone@redhat.com>
12581
12582 * gdb.base/catch-fork-static.exp: New.
12583
12584 2015-12-03 Yao Qi <yao.qi@linaro.org>
12585
12586 * gdb.base/sizeof.c: Don't include stdio.h and
12587 ../lib/unbuffer_output.c.
12588 (main): New variable 'size' and 'value'. Remove printf and
12589 gdb_unbuffer_output. Assign return value to size and value.
12590 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12591 at the beginning.
12592 (check_sizeof): Check the result by printing variable 'size'.
12593 (check_valueof): Check the result by printing variable 'value'.
12594
12595 2015-12-01 Yao Qi <yao.qi@linaro.org>
12596
12597 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12598 for aarch64*-*-linux* target.
12599
12600 2015-11-30 Pedro Alves <palves@redhat.com>
12601
12602 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12603
12604 2015-11-30 Pedro Alves <palves@redhat.com>
12605
12606 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12607 Handle non-stop mode vCont replies.
12608
12609 2015-11-30 Pedro Alves <palves@redhat.com>
12610
12611 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12612 prepare_for_testing. Start gdb with "set non-stop on" appended to
12613 GDBFLAGS. Lax expected stop output.
12614
12615 2015-11-27 Yao Qi <yao.qi@linaro.org>
12616
12617 * gdb.arch/arm-neon.exp: New.
12618 * gdb.arch/arm-neon.c: New.
12619
12620 2015-11-27 Yao Qi <yao.qi@linaro.org>
12621
12622 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12623
12624 2015-11-27 Yao Qi <yao.qi@linaro.org>
12625
12626 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12627 frames-invalid annotation.
12628
12629 2015-11-27 Yao Qi <yao.qi@linaro.org>
12630
12631 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12632
12633 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12634
12635 * gdb.threads/names.exp: New file.
12636 * gdb.threads/names.c: New file.
12637 * README: Mention gdb,no_thread_names.
12638
12639 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12640
12641 PR 19297
12642 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12643 support" error.
12644
12645 2015-11-24 Pedro Alves <palves@redhat.com>
12646
12647 PR 17539
12648 * gdb.base/display.exp: Expect displays to be sorted in ascending
12649 order. Use multi_line.
12650 * gdb.base/solib-display.exp: Likewise.
12651
12652 2015-11-24 Pedro Alves <palves@redhat.com>
12653
12654 PR 17539
12655 * gdb.base/display.exp: Expect displays to be sorted in ascending
12656 order. Use multi_line.
12657 * gdb.base/solib-display.exp: Likewise.
12658
12659 2015-11-24 Pedro Alves <palves@redhat.com>
12660
12661 PR 17539
12662 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12663 threads in ascending order.
12664 * gdb.base/foll-fork.exp: Likewise.
12665 * gdb.base/foll-vfork.exp: Likewise.
12666 * gdb.base/multi-forks.exp: Likewise.
12667 * gdb.mi/mi-nonstop.exp: Likewise.
12668 * gdb.mi/mi-nsintrall.exp: Likewise.
12669 * gdb.multi/base.exp: Likewise.
12670 * gdb.multi/multi-arch.exp: Likewise.
12671 * gdb.python/py-inferior.exp: Likewise.
12672 * gdb.threads/break-while-running.exp: Likewise.
12673 * gdb.threads/execl.exp: Likewise.
12674 * gdb.threads/gcore-thread.exp: Likewise.
12675 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12676 * gdb.threads/kill.exp: Likewise.
12677 * gdb.threads/linux-dp.exp: Likewise.
12678 * gdb.threads/multiple-step-overs.exp: Likewise.
12679 * gdb.threads/next-bp-other-thread.exp: Likewise.
12680 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12681 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12682 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12683 * gdb.threads/thread-find.exp: Likewise.
12684 * gdb.threads/tls.exp: Likewise.
12685 * lib/mi-support.exp (mi_reverse_list): Delete.
12686 (mi_check_thread_states): No longer reverse list.
12687
12688 2015-11-24 Pedro Alves <palves@redhat.com>
12689
12690 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12691 use lowercase.
12692
12693 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12694
12695 * gdb.trace/actions.c: Include trace-common.h.
12696 (main): Add a location for a fast tracepoint.
12697 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12698 the normal tracepoints.
12699 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12700
12701 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12702
12703 * save-trace.exp: Factor out code to these...
12704 (gdb_save_tracepoints): New.
12705 (gdb_load_tracepoints): New.
12706 (do_save_load_test): New.
12707
12708 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12709
12710 * gdb.base/asmlabel.exp: New test.
12711 * gdb.base/asmlabel.c: New test case.
12712
12713 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12714
12715 * gdb.base/wrong_frame_bt_full-main.c: New file.
12716 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12717 * gdb.base/wrong_frame_bt_full.exp: New file.
12718
12719 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12720
12721 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12722
12723 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12724
12725 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12726 pstate register when comparing registers values in
12727 sparc64-*-linux-gnu targets to avoid spurious differences.
12728
12729 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12730
12731 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12732
12733 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12734
12735 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12736 as type argument to gdb_compile.
12737 * gdb.base/nested-subp2.exp: Likewise.
12738 * gdb.base/nested-subp3.exp: Likewise.
12739
12740 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12741
12742 * lib/dwarf.exp (_note): Fix left shift of negative value.
12743 * gdb.trace/trace-condition.exp: Likewise.
12744
12745 2015-11-13 Yao Qi <yao.qi@linaro.org>
12746
12747 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12748 comments about d10v.
12749 (test_scalar_returns): Likewise.
12750 * gdb.base/d10v.ld: Remove.
12751 * gdb.base/overlays.exp: Remove the target triplet checking for
12752 d10v-*-*.
12753 * gdb.base/structs.exp (test_struct_returns): Remove the
12754 comments about d10v.
12755 (test_struct_calls): Likewise.
12756
12757 2015-11-13 Yao Qi <yao.qi@linaro.org>
12758
12759 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12760 * gdb.base/gnu_vector.c: Don't include stdio.h.
12761 (main): Don't print res and call add_some_intvecs.
12762
12763 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12764
12765 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12766 macro.
12767 (func5): Removed.
12768 (func4): Use FAST_TRACEPOINT_LABEL.
12769 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12770 macro.
12771 (func): Removed.
12772 (thread_function): Use FAST_TRACEPOINT_LABEL.
12773 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12774 (func): Remove.
12775 (marker): Use FAST_TRACEPOINT_LABEL.
12776 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12777 (pendfunc1): Remove.
12778 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12779 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12780 (foo): Remove.
12781 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12782 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12783 macro.
12784 (func): Remove.
12785 (marker): Use FAST_TRACEPOINT_LABEL.
12786 * gdb.trace/trace-common.h: New header.
12787 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12788 macro.
12789 (func): Remove.
12790 (marker): Use FAST_TRACEPOINT_LABEL.
12791 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12792 (func): Remove.
12793 (thread_function): Use FAST_TRACEPOINT_LABEL.
12794
12795 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12796
12797 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12798 in front.
12799 * gdb.trace/change-loc.exp: Use global pcreg definition.
12800 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12801 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12802 in front.
12803 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12804 * gdb.trace/pending.exp: Likewise.
12805 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12806 * gdb.trace/trace-break.exp: Likewise.
12807 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12808 in front.
12809 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12810 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12811 in front.
12812 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12813
12814 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12815
12816 * gdb.ada/fin_fun_out: New testcase.
12817
12818 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12819
12820 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12821 value associated with DW_AT_byte_size.
12822 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12823 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12824 DW_AT_upper_bound.
12825
12826 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12827
12828 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12829 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12830 version.
12831 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12832 gdb.dwarf2/dw2-canonicalize-type.exp,
12833 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12834 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12835 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12836 provided by gdb_target_symbol_prefix_flags_asm.
12837 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12838 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12839 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12840 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12841 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12842 macros where needed). Use this macro for symbols which require
12843 the prefix provided by SYMBOL_PREFIX.
12844
12845 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12846
12847 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12848 New procs.
12849 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12850 representing expressions, of more than one list element.
12851 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12852 to prepend linker symbol prefix to f.
12853 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12854 table_1 and table_2.
12855 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12856 Likewise, for f and g.
12857 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12858 for ptr.
12859 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12860 for main.
12861 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12862 table_1_ptr and table_2_ptr.
12863
12864 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12865 Joel Brobecker <brobecker@adacore.com>
12866
12867 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12868
12869 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12870
12871 * gdb.reverse/s390-mvcle.c: New test.
12872 * gdb.reverse/s390-mvcle.exp: New file.
12873 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12874
12875 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12876
12877 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12878
12879 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12880
12881 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12882 reaching marker2.
12883 * gdb.reverse/getresuid-reverse.exp: Likewise.
12884 * gdb.reverse/pipe-reverse.exp: Likewise.
12885 * gdb.reverse/readv-reverse.exp: Likewise.
12886 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12887 * gdb.reverse/time-reverse.exp: Likewise.
12888 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12889
12890 2015-10-30 Yao Qi <yao.qi@linaro.org>
12891
12892 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12893 (empty_cycle): Remove.
12894 (main): Don't call empty_cycle. Don't use watch_count_done.
12895 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12896 empty_cycle. Rewrite the code counting HW watchpoints.
12897
12898 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12899
12900 * gdb.reverse/fstatat-reverse.c: New test.
12901 * gdb.reverse/fstatat-reverse.exp: New file.
12902 * gdb.reverse/getresuid-reverse.c: New test.
12903 * gdb.reverse/getresuid-reverse.exp: New file.
12904 * gdb.reverse/pipe-reverse.c: New test.
12905 * gdb.reverse/pipe-reverse.exp: New file.
12906 * gdb.reverse/readv-reverse.c: New test.
12907 * gdb.reverse/readv-reverse.exp: New file.
12908 * gdb.reverse/recvmsg-reverse.c: New test.
12909 * gdb.reverse/recvmsg-reverse.exp: New file.
12910 * gdb.reverse/time-reverse.c: New test.
12911 * gdb.reverse/time-reverse.exp: New file.
12912 * gdb.reverse/waitpid-reverse.c: New test.
12913 * gdb.reverse/waitpid-reverse.exp: New file.
12914
12915 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12916
12917 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12918
12919 2015-10-26 Doug Evans <dje@google.com>
12920
12921 PR symtab/17391
12922 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12923 * gdb.dwarf2/bad-regnum.c: New file.
12924 * gdb.dwarf2/bad-regnum.exp: New file.
12925
12926 2015-10-26 Doug Evans <dje@google.com>
12927
12928 PR python/18938
12929 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12930 file.
12931
12932 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12933
12934 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12935 for a change by "Mention language in compile error message".
12936
12937 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12938
12939 PR python/18073
12940 * gdb.python/py-type.c (C::a_method): New.
12941 (C::a_const_method): New.
12942 (C::a_static_method): New.
12943 (a_function): New.
12944 * gdb.python/py-type.exp (test_fields): Test getting fields
12945 from function and method.
12946
12947 2015-10-21 Keven Boell <keven.boell@intel.com>
12948
12949 * gdb.fortran/vla-alloc-assoc.exp: New file.
12950 * gdb.fortran/vla-datatypes.exp: New file.
12951 * gdb.fortran/vla-datatypes.f90: New file.
12952 * gdb.fortran/vla-history.exp: New file.
12953 * gdb.fortran/vla-ptype-sub.exp: New file.
12954 * gdb.fortran/vla-ptype.exp: New file.
12955 * gdb.fortran/vla-sizeof.exp: New file.
12956 * gdb.fortran/vla-sub.f90: New file.
12957 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12958 * gdb.fortran/vla-value-sub-finish.exp: New file.
12959 * gdb.fortran/vla-value-sub.exp: New file.
12960 * gdb.fortran/vla-value.exp: New file.
12961 * gdb.fortran/vla-ptr-info.exp: New file.
12962 * gdb.mi/mi-vla-fortran.exp: New file.
12963 * gdb.mi/vla.f90: New file.
12964
12965 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12966
12967 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12968 of hardwired timeout value.
12969
12970 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12971 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12974 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12975
12976 2015-10-19 Josh Stone <jistone@redhat.com>
12977
12978 * gdb.base/catch-syscall.c: Include <sched.h>.
12979 (unknown_syscall): New variable.
12980 (main): Trigger a vfork and an unknown syscall.
12981 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12982 (unknown_syscall_number): Likewise.
12983 (check_call_to_syscall): Accept an optional syscall pattern.
12984 (check_return_from_syscall): Likewise.
12985 (check_continue): Likewise.
12986 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12987 (test_catch_syscall_skipping_return): New test toggling off 'catch
12988 syscall' to step over the syscall return, then toggling back on.
12989 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12990 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12991 (do_syscall_tests): Call test_catch_syscall_without_args and
12992 test_catch_syscall_mid_vfork.
12993 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12994 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12995
12996 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12997
12998 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12999 print g_vE): Add new pass patterns.
13000 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13001 print various symbol names for vptr fields.
13002
13003 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13004
13005 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13006 results.
13007
13008 2015-10-12 Yao Qi <yao.qi@linaro.org>
13009
13010 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13011
13012 2015-10-12 Yao Qi <yao.qi@linaro.org>
13013
13014 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13015 is aarch64*-*-linux*.
13016
13017 2015-10-12 Yao Qi <yao.qi@linaro.org>
13018
13019 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13020 (can_relocate_bcond_true): ... it.
13021 (can_relocate_bcond_false): New function.
13022 (foo): Likewise.
13023 (can_relocate_bl): Likewise.
13024 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13025 can_relocate_bl.
13026
13027 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13028
13029 * gdb.base/nested-addr.c: New file.
13030 * gdb.base/nested-addr.exp: New testcase.
13031
13032 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13033
13034 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13035 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13036 its output. Ignore the output of "record goto begin" and instead
13037 check that GDB is replaying.
13038
13039 2015-10-09 Pedro Alves <palves@redhat.com>
13040
13041 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13042 (top level): Use it in the run with no args test.
13043
13044 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13045
13046 * gdb.dlang/properties.exp: New file.
13047
13048 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13049
13050 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13051 whether or not address 0x1000 is mapped on the target.
13052
13053 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13054
13055 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13056 build.
13057
13058 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13059
13060 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13061 instruction-history test.
13062
13063 2015-09-28 Doug Evans <dje@google.com>
13064
13065 * gdb.base/gcore.c (array_func): Add reference to static_array.
13066
13067 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13068
13069 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13070 source line.
13071
13072 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13073
13074 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13075 short or char as base type.
13076
13077 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13078
13079 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13080 to allow any size enum.
13081
13082 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13083
13084 * gdb.ada/array_ptr_renaming.exp: New testcase.
13085 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13086 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13087
13088 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13089
13090 * gdb.trace/ftrace-lock.c: New file.
13091 * gdb.trace/ftrace-lock.exp: New file.
13092
13093 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13094
13095 * gdb.arch/insn-reloc.c: New file.
13096 * gdb.arch/ftrace-insn-reloc.exp: New file.
13097
13098 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13099
13100 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13101 instruction.
13102 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13103 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13104 * gdb.trace/range-stepping.c: Likewise.
13105 * gdb.trace/trace-break.c: Likewise.
13106 * gdb.trace/trace-mt.c (thread_function): Likewise.
13107 * gdb.trace/ftrace.c (marker): Likewise.
13108 * gdb.trace/trace-condition.c (marker): Likewise.
13109 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13110 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13111 is_aarch64_target.
13112
13113 2015-09-18 Doug Evans <xdje42@gmail.com>
13114
13115 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13116 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13117
13118 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13119
13120 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13121 the breakpoint.
13122
13123 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13124
13125 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13126 the pending breakpoint. Remove timeout override for "Run till
13127 MI pending breakpoint on pendfunc3 on thread 2" test.
13128
13129 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13130
13131 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13132 filename pattern.
13133
13134 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13135
13136 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13137 in breakpoint filename pattern.
13138
13139 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13140
13141 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13142
13143 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13144
13145 * gdb.linespec/explicit.exp: Check for readline support for
13146 tab-completion tests. Fix obvious typo.
13147
13148 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13149
13150 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13151 and replay.
13152
13153 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13154
13155 * gdb.btrace/non-stop.c: New.
13156 * gdb.btrace/non-stop.exp: New.
13157
13158 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13159 Yao Qi <yao.qi@linaro.org>
13160
13161 * gdb.trace/trace-condition.c: New file.
13162 * gdb.trace/trace-condition.exp: New file.
13163
13164 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13165
13166 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13167 for testing bytecode compilation.
13168
13169 2015-09-16 Pedro Alves <palves@redhat.com>
13170 Sandra Loosemore <sandra@codesourcery.com>
13171
13172 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13173 (SECONDS): Redefine.
13174 (main): Call pthread_kill and alarm early.
13175 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13176 support.
13177 (test): If the target can't hardware step and doesn't support
13178 displaced stepping, increase the timeout.
13179
13180 2015-09-16 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13183 (enable_debug): New procedures.
13184 (test): Use them. Bail out if waiting for threads fails.
13185 (top level): Bail out if a test fails.
13186
13187 2015-09-16 Yao Qi <yao.qi@linaro.org>
13188
13189 * gdb.asm/asm-source.exp: Set asm-arch for
13190 aarch64*-*-* target.
13191 * gdb.asm/aarch64.inc: New file.
13192
13193 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13194
13195 * gdb.ada/array_of_variable_length.exp: New testcase.
13196 * gdb.ada/array_of_variable_length/foo.adb: New file.
13197 * gdb.ada/array_of_variable_length/pck.adb: New file.
13198 * gdb.ada/array_of_variable_length/pck.ads: New file.
13199
13200 2015-09-15 Doug Evans <dje@google.com>
13201
13202 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13203 of function static local variable.
13204
13205 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13206
13207 * gdb.threads/tls-so_extern.exp: New test file.
13208 * gdb.threads/tls-so_extern.c: New test file.
13209 * gdb.threads/tls-so_extern_main.c: New test file.
13210
13211 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13212
13213 * gdb.opt/solib-intra-step-lib.c: New file.
13214 * gdb.opt/solib-intra-step-main.c: New file.
13215 * gdb.opt/solib-intra-step.exp: New file.
13216
13217 2015-09-15 Pedro Alves <palves@redhat.com>
13218
13219 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13220 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13221
13222 2015-09-14 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.base/hook-stop-continue.c: Delete.
13225 * gdb.base/hook-stop-continue.exp: Delete.
13226 * gdb.base/hook-stop-frame.c: Delete.
13227 * gdb.base/hook-stop-frame.exp: Delete.
13228 * gdb.base/hook-stop.c: New file.
13229 * gdb.base/hook-stop.exp: New file.
13230
13231 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13232
13233 * gdb.ada/access_to_packed_array.exp: New testcase.
13234 * gdb.ada/access_to_packed_array/foo.adb: New file.
13235 * gdb.ada/access_to_packed_array/pack.adb: New file.
13236 * gdb.ada/access_to_packed_array/pack.ads: New file.
13237
13238 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13239
13240 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13241 buffer size test.
13242
13243 2015-09-11 Don Breazeal <donb@codesourcery.com>
13244
13245 * gdb.base/foll-exec.c: Add copyright header. Fix
13246 formatting issues.
13247 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13248 (do_exec_tests): Use clean_restart in place of zap_session,
13249 and for test initialization. Fix formatting issues. Use
13250 fail in place of perror.
13251 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13252 an expect statement to match an expression with output from
13253 the program under debug.
13254 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13255 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13256 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13257 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13258 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13259
13260 2015-09-09 Doug Evans <dje@google.com>
13261
13262 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13263
13264 2015-09-09 Doug Evans <dje@google.com>
13265
13266 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13267
13268 2015-09-09 Doug Evans <dje@google.com>
13269
13270 * gdb.base/savedregs.exp: Fix typo.
13271
13272 2015-09-09 Pedro Alves <palves@redhat.com>
13273
13274 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13275
13276 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13277
13278 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13279 command actually switches threads. Give up on remaining
13280 tests if target fails to stop at breakpoint.
13281
13282 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13283
13284 * gdb.ada/funcall_char.exp: New testcase.
13285 * gdb.ada/funcall_char/foo.adb: New file.
13286
13287 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13288
13289 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13290 expected outputs. Add two testcases for completing ambiguous
13291 functions.
13292 * gdb.ada/complete/aux_pck.adb: New file.
13293 * gdb.ada/complete/aux_pck.ads: New file.
13294 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13295 Ambiguous_Func functions.
13296 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13297 * gdb.ada/complete/pck.adb: Likewise.
13298
13299 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13300
13301 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13302 failures to run the test program under GDB.
13303
13304 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13305
13306 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13307 to C.
13308
13309 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13310
13311 * gdb.base/run-after-attach.exp: New test file.
13312 * gdb.base/run-after-attach.c: New test file.
13313
13314 2015-08-26 Don Breazeal <donb@codesourcery.com>
13315
13316 * gdb.base/foll-exec-2.c: New test program.
13317 * gdb.base/foll-exec-2.exp: New test.
13318
13319 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13320
13321 * gdb.base/nested-subp1.exp: New file.
13322 * gdb.base/nested-subp1.c: New file.
13323 * gdb.base/nested-subp2.exp: New file.
13324 * gdb.base/nested-subp2.c: New file.
13325 * gdb.base/nested-subp3.exp: New file.
13326 * gdb.base/nested-subp3.c: New file.
13327
13328 2015-08-24 Pedro Alves <palves@redhat.com>
13329
13330 * gdb.server/connect-without-multi-process.c: New file.
13331 * gdb.server/connect-without-multi-process.exp: New file.
13332
13333 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13334
13335 * gdb.opt/inline-markers.c: Make z int.
13336
13337 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13338
13339 * gdb.opt/inline-markers.c: Make z volatile.
13340
13341 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13342
13343 * gdb.opt/inline-bt.c: New volatile global z.
13344 * gdb.opt/inline-cmds.c: Likewise.
13345 * gdb.opt/inline-locals.c: Likewise.
13346 * gdb.opt/inline-markers.c: New extern global z.
13347 (marker): Use z.
13348 (inline_fn): Likewise.
13349
13350 2015-08-24 Pedro Alves <palves@redhat.com>
13351
13352 * config/m32r-stub.exp: Remove file.
13353 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13354 * gdb.base/call-rt-st.exp: Likewise.
13355 * gdb.base/call-strs.exp: Likewise.
13356 * gdb.base/default.exp: Remove references to h8300-*-hms and
13357 *-*-udi*.
13358 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13359
13360 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13361
13362 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13363 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13364 and "return" use KFAIL when GDB can not read/write the vector
13365 return value.
13366
13367 2015-08-21 Gary Benson <gbenson@redhat.com>
13368
13369 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13370
13371 2015-08-20 Pedro Alves <palves@redhat.com>
13372
13373 * gdb.server/solib-list.exp: No longer expect an interior stop in
13374 non-stop mode.
13375
13376 2015-08-20 Pedro Alves <palves@redhat.com>
13377
13378 * gdb.server/connect-stopped-target.c: New file.
13379 * gdb.server/connect-stopped-target.exp: New file.
13380
13381 2015-08-20 Pedro Alves <palves@redhat.com>
13382
13383 * gdb.dwarf2/comp-unit-lang.exp: New file.
13384 * gdb.dwarf2/comp-unit-lang.c: New file.
13385
13386 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13387
13388 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13389 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13390
13391 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13392
13393 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13394 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13395
13396 2015-08-18 Doug Evans <dje@google.com>
13397 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13398
13399 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13400 skip_python_tests. New arg prompt_regexp.
13401 (skip_python_tests): New function.
13402 * lib/mi-support.exp (mi_skip_python_tests): New function.
13403 * gdb.python/py-mi-objfile-gdb.py: New file.
13404 * gdb.python/py-mi-objfile.c: New file.
13405 * gdb.python/py-mi-objfile.exp: New file.
13406
13407 2015-08-17 Keith Seitz <keiths@redhat.com>
13408
13409 * gdb.linespec/explicit.exp: Move strace test from here ...
13410 * gdb.trace/strace.exp: ... to here.
13411
13412 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13413
13414 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13415 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13416
13417 2015-08-14 Doug Evans <xdje42@gmail.com>
13418
13419 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13420 inferior before selecting a new file.
13421
13422 2015-08-14 Doug Evans <xdje42@gmail.com>
13423
13424 * gdb.mi/mi-disassemble.exp: Update.
13425 * gdb.base/disasm-optim.S: New file.
13426 * gdb.base/disasm-optim.c: New file.
13427 * gdb.base/disasm-optim.h: New file.
13428 * gdb.base/disasm-optim.exp: New file.
13429
13430 2015-08-14 Keith Seitz <keiths@redhat.com>
13431
13432 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13433 "evaluated-by".
13434
13435 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13436
13437 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13438
13439 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13440
13441 * gdb.ada/fun_renaming.exp: New testcase.
13442 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13443 * gdb.ada/fun_renaming/pack.adb: New file.
13444 * gdb.ada/fun_renaming/pack.ads: New file.
13445
13446 2015-08-12 Keith Seitz <keiths@redhat.com>
13447
13448 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13449 gdb_get_line_number.
13450
13451 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13452
13453 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13454 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13455 gdb.base/dso2dso.exp: New files.
13456
13457 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13458 Pedro Alves <palves@redhat.com>
13459 Keith Seitz <keiths@redhat.com>
13460
13461 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13462 GDBFLAGS.
13463
13464 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13465
13466 * gdb.base/gdbhistsize-history.exp
13467 (test_histsize_history_setting): Use save_vars.
13468 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13469 Use save_vars.
13470 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13471 * gdb.base/readline.exp: Use save_vars.
13472
13473 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13474
13475 * lib/gdb.exp (save_vars): New proc.
13476
13477 2015-08-11 Keith Seitz <keiths@redhat.com>
13478
13479 * gdb.base/help.exp: Update help_breakpoint_text.
13480
13481 2015-08-11 Keith Seitz <keiths@redhat.com>
13482
13483 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13484 (at toplevel): Call test_explicit_breakpoints.
13485 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13486 breakpoints.
13487 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13488 breakpoint conditions, "-cond".
13489
13490 2015-08-11 Keith Seitz <keiths@redhat.com>
13491
13492 * gdb.linespec/3explicit.c: New file.
13493 * gdb.linespec/cpexplicit.cc: New file.
13494 * gdb.linespec/cpexplicit.exp: New file.
13495 * gdb.linespec/explicit.c: New file.
13496 * gdb.linespec/explicit.exp: New file.
13497 * gdb.linespec/explicit2.c: New file.
13498 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13499 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13500 before using in the matching pattern.
13501 Clarify that `prefix' is a regular expression.
13502
13503 2015-08-11 Keith Seitz <keiths@redhat.com>
13504
13505 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13506 test.
13507 Add tests for missing ",FMT" and ",".
13508
13509 2015-08-10 Doug Evans <dje@google.com>
13510 Keith Seitz <keiths@redhat.com>
13511
13512 PR gdb/17960
13513 * gdb.base/completion.exp: Add location completer tests.
13514
13515 2015-08-07 Pedro Alves <palves@redhat.com>
13516
13517 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13518 tests here.
13519 (top level): Run do_test with and without displaced stepping.
13520
13521 2015-08-07 Pedro Alves <palves@redhat.com>
13522
13523 * gdb.base/valgrind-disp-step.c: New file.
13524 * gdb.base/valgrind-disp-step.exp: New file.
13525
13526 2015-08-07 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13529 Delete function.
13530 (main): Add alarm. Run an infinite loop instead of calling
13531 wait_threads.
13532 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13533 comment.
13534 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13535 Delete function.
13536 (main): Add alarm. Run an infinite loop instead of calling
13537 wait_threads.
13538 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13539 comment.
13540
13541 2015-08-07 Pedro Alves <palves@redhat.com>
13542
13543 * gdb.base/checkpoint-ns.exp: New file.
13544 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13545 standard_testfile.
13546
13547 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13548
13549 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13550 * gdb.btrace/instruction_history.exp: Update.
13551 * gdb.btrace/tsx.exp: New.
13552 * gdb.btrace/tsx.c: New.
13553
13554 2015-08-06 Pedro Alves <palves@redhat.com>
13555
13556 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13557 increase timeout.
13558 * gdb.reverse/until-precsave.exp: Bump timeouts.
13559
13560 2015-08-06 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13563
13564 2015-08-06 Pedro Alves <palves@redhat.com>
13565
13566 PR gdb/18749
13567 * gdb.threads/process-dies-while-handling-bp.c: New file.
13568 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13569
13570 2015-08-06 Pedro Alves <palves@redhat.com>
13571
13572 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13573 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13574
13575 2015-08-05 Pedro Alves <palves@redhat.com>
13576
13577 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13578 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13579
13580 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13581
13582 * gdb.base/bp-permanent.exp: Report test as unsupported if
13583 the target cannot stop at the permanent breakpoint.
13584
13585 2015-08-03 Doug Evans <dje@google.com>
13586
13587 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13588 10000.
13589
13590 2015-08-03 Doug Evans <dje@google.com>
13591
13592 * Makefile.in (workers/%.worker, build-perf): New rule.
13593 (GDB_PERFTEST_MODE): New variable.
13594 (check-perf): Use it.
13595 (clean): Clean up gdb.perf parallel build subdirs.
13596 * lib/build-piece.exp: New file.
13597 * lib/gdb.exp (make_gdb_parallel_path): New function
13598 (standard_output_file, standard_temp_file): Call it.
13599 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13600 of $GDB_PARALLEL.
13601 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13602
13603 2015-08-03 Doug Evans <dje@google.com>
13604
13605 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13606 (LOG_FILE_NAME): New global.
13607 (TextReporter.__init__): Initialize self.txt_sum.
13608 (TextReporter.report): Add support for multiple data-points.
13609 Move report to perftest.sum, put raw data in perftest.log.
13610 (TextReporter.start): Open sum and log files.
13611 (TextReporter.end): Close sum and log files.
13612 * gdb.perf/lib/perftest/testresult.py
13613 (SingleStatisticTestResult.record): Handle multiple data-points.
13614
13615 2015-07-31 Pedro Alves <palves@redhat.com>
13616
13617 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13618 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13619 kill_wait_spawned_process instead of explicit "kill -9".
13620 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13621 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13622 kill_wait_spawned_process.
13623 * gdb.base/attach-twice.exp: Likewise.
13624 * gdb.base/attach.exp: Likewise.
13625 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13626 gdb_test_multiple.
13627 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13628 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13629 kill_wait_spawned_process.
13630 * gdb.base/valgrind-infcall.exp: Likewise.
13631 * gdb.multi/multi-attach.exp: Likewise.
13632 * gdb.python/py-prompt.exp: Likewise.
13633 * gdb.python/py-sync-interp.exp: Likewise.
13634 * gdb.server/ext-attach.exp: Likewise.
13635 * gdb.threads/attach-into-signal.exp (corefunc): Use
13636 spawn_wait_for_attach, spawn_id_get_pid and
13637 kill_wait_spawned_process.
13638 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13639 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13640 spawn_id_get_pid and kill_wait_spawned_process.
13641 * gdb.threads/attach-stopped.exp (corefunc): Use
13642 spawn_wait_for_attach, spawn_id_get_pid and
13643 kill_wait_spawned_process.
13644 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13645 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13646 kill_wait_spawned_process instead of explicit "kill -9".
13647 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13648 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13649 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13650 processes. Don't map cygwin/windows pids here. Now returns a
13651 spawn id list.
13652
13653 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13654
13655 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13656 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13657 correct patch.
13658
13659 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13660
13661 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13662
13663 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13664
13665 Reapply:
13666 2014-05-21 Mark Wielaard <mjw@redhat.com>
13667
13668 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13669
13670 2015-07-30 Pedro Alves <palves@redhat.com>
13671
13672 * linux-low.c (handle_extended_wait): Set the child's last
13673 reported status to TARGET_WAITKIND_STOPPED.
13674
13675 2015-07-30 Pedro Alves <palves@redhat.com>
13676
13677 PR threads/18600
13678 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13679 only shows inferior 1.
13680
13681 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13682 Pedro Alves <palves@redhat.com>
13683
13684 PR threads/18600
13685 * gdb.threads/fork-plus-threads.c: New file.
13686 * gdb.threads/fork-plus-threads.exp: New file.
13687
13688 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13689
13690 * gdb.base/batch-preserve-term-settings.exp
13691 (test_terminal_settings_preserved_after_cli_exit): Use
13692 send_quit_command.
13693
13694 2015-07-29 Pedro Alves <palves@redhat.com>
13695 Don Breazeal <donb@codesourcery.com>
13696
13697 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13698 output from both inferior_spawn_id and gdb_spawn_id.
13699
13700 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13701
13702 * gdb.threads/attach-into-signal.exp (corefunc): Use
13703 with_test_prefix on nested loops, uniquefying the test messages.
13704
13705 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13706
13707 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13708 commit.
13709
13710 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13711
13712 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13713 New proc.
13714 (test_terminal_settings_preserved_after_sigterm): New test.
13715
13716 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13717
13718 * gdb.base/batch-preserve-term-settings.exp
13719 (test_terminal_settings_preserved_after_cli_exit): New test.
13720
13721 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13722
13723 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13724 manipulation of saved_gdbflags.
13725 (test_terminal_settings_preserved): Remove global declaration of
13726 the unused variable pagination_prompt. Remove manipulation of
13727 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13728 GDBFLAGS.
13729
13730 2015-07-29 Pedro Alves <palves@redhat.com>
13731
13732 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13733
13734 2015-07-29 Pedro Alves <palves@redhat.com>
13735
13736 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13737 at the top.
13738
13739 2015-07-29 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13742 (main): Call gdb_unbuffer_output.
13743 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13744 (main): Call gdb_unbuffer_output.
13745 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13746 (main): Call gdb_unbuffer_output.
13747 * gdb.base/call-strs.exp: Adjust to step over the
13748 gdb_unbuffer_output call.
13749 * gdb.base/catch-gdb-caused-signals.c: Include
13750 "../lib/unbuffer_output.c".
13751 (main): Call gdb_unbuffer_output.
13752 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13753 (main): Call gdb_unbuffer_output.
13754 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13755 (main): Call gdb_unbuffer_output.
13756 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13757 (main): Call gdb_unbuffer_output.
13758 * gdb.base/shlib-call.exp: Adjust to step over the
13759 gdb_unbuffer_output call.
13760 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13761 (main): Call gdb_unbuffer_output.
13762 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13763 (main): Call gdb_unbuffer_output.
13764 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13765 (main): Rename to ...
13766 (test): ... this.
13767 (main): Reimplement.
13768 * gdb.base/varargs.exp: Run to test instead of to main.
13769 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13770 (main): Call gdb_unbuffer_output.
13771
13772 2015-07-29 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13775 factore out from mi_continue_dprintf. For call-style dprintfs,
13776 expect dprintf output out of $inferior_spawn_id.
13777 (mi_continue_dprintf): Use mi_expect_dprintf.
13778 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13779 (main): Call gdb_unbuffer_output.
13780
13781 2015-07-29 Pedro Alves <palves@redhat.com>
13782
13783 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13784 (default_mi_gdb_start): Set inferior_spawn_id instead of
13785 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13786 gdb_spawn_id.
13787 (mi_gdb_test): Always expect inferior output from both
13788 $inferior_spawn_id and $gdb_spawn_id.
13789
13790 2015-07-29 Pedro Alves <palves@redhat.com>
13791
13792 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13793 send_inferior and $inferior_spawn_id.
13794
13795 2015-07-29 Pedro Alves <palves@redhat.com>
13796
13797 * gdb.gdb/complaints.exp (test_initial_complaints)
13798 (test_serial_complaints, test_short_complaints): Use
13799 gdb_test_stdio.
13800 (test_empty_complaint): Handle $inferior_spawn_id !=
13801 $gdb_spawn_id.
13802
13803 2015-07-29 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.base/varargs.exp: Use gdb_test_stdio.
13806
13807 2015-07-29 Pedro Alves <palves@redhat.com>
13808
13809 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13810
13811 2015-07-29 Pedro Alves <palves@redhat.com>
13812
13813 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13814
13815 2015-07-29 Pedro Alves <palves@redhat.com>
13816
13817 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13818 parameter into two new parameters, "inf_result" and "gdb_result".
13819 Expect inferior output and gdb output from $inferior_spawn_id and
13820 $gdb_spawn_id, respectively. Adjust all callers.
13821
13822 2015-07-29 Pedro Alves <palves@redhat.com>
13823
13824 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13825 of gdb_test_sequence.
13826
13827 2015-07-29 Pedro Alves <palves@redhat.com>
13828
13829 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13830 (saw_spurious_output): Expect inferior output from
13831 $inferior_spawn_id. Use gdb_test_stdio.
13832
13833 2015-07-29 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.base/dprintf.exp: Use standard_testfile. Change
13836 prepare_for_testing call.
13837 (srcfile): Don't set.
13838 (restart): New procedure.
13839 (test_dprintf): New procecure, use to continue over dprintfs.
13840 (test_call, test_agent): New procedures, tests moved here.
13841 Restart gdb and recreate dprintfs. Adjust expected output.
13842
13843 2015-07-29 Pedro Alves <palves@redhat.com>
13844
13845 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13846
13847 2015-07-29 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13850
13851 2015-07-29 Pedro Alves <palves@redhat.com>
13852
13853 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13854 gdb_test_stdio.
13855
13856 2015-07-29 Pedro Alves <palves@redhat.com>
13857
13858 * lib/gdb.exp (gdb_test_stdio): New procedure.
13859
13860 2015-07-29 Pedro Alves <palves@redhat.com>
13861
13862 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13863
13864 2015-07-29 Pedro Alves <palves@redhat.com>
13865
13866 * gdb.base/call-signal-resume.exp: Remove check for
13867 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13868 * gdb.base/unwindonsignal.exp: Likewise.
13869 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13870 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13871
13872 2015-07-29 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.base/siginfo-addr.c (pass): New function.
13875 (handler): Call it iff si_addr is correct.
13876 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13877 Set a breakpoint at "pass" and continue to it.
13878
13879 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13880
13881 * gdb.python/py-objfile.exp: Make some tests have unique names.
13882 * gdb.python/py-pp-registration.exp: Likewise.
13883
13884 2015-07-28 Pedro Alves <palves@redhat.com>
13885
13886 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13887
13888 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13889
13890 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13891
13892 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13893
13894 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13895
13896 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13897
13898 * gdb.base/gdb-sigterm-2.exp: New test.
13899
13900 2015-07-25 Doug Evans <xdje42@gmail.com>
13901
13902 Revert:
13903 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13904 (workers/%.worker, build-perf): New rule.
13905 (GDB_PERFTEST_MODE): New variable.
13906 (check-perf): Use it.
13907 (clean): Clean up gdb.perf parallel build subdirs.
13908 * lib/build-piece.exp: New file.
13909 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13910 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13911 name.
13912 (standard_temp_file): Ditto.
13913 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13914 of $GDB_PARALLEL.
13915
13916 2015-07-24 Doug Evans <dje@google.com>
13917
13918 * gdb.perf/lib/perftest/utils.py: New file.
13919 * gdb.perf/gm-hello.cc: New file.
13920 * gdb.perf/gm-pervasive-typedef.cc: New file.
13921 * gdb.perf/gm-pervasive-typedef.h: New file.
13922 * gdb.perf/gm-std.cc: New file.
13923 * gdb.perf/gm-std.h: New file.
13924 * gdb.perf/gm-use-cerr.cc: New file.
13925 * gdb.perf/gm-utils.h: New file.
13926 * gdb.perf/gmonster-null-lookup.py: New file.
13927 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13928 * gdb.perf/gmonster-print-cerr.py: New file.
13929 * gdb.perf/gmonster-ptype-string.py: New file.
13930 * gdb.perf/gmonster-runto-main.py: New file.
13931 * gdb.perf/gmonster-select-file.py: New file.
13932 * gdb.perf/gmonster1-null-lookup.exp: New file.
13933 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13934 * gdb.perf/gmonster1-print-cerr.exp: New file.
13935 * gdb.perf/gmonster1-ptype-string.exp: New file.
13936 * gdb.perf/gmonster1-runto-main.exp: New file.
13937 * gdb.perf/gmonster1-select-file.exp: New file.
13938 * gdb.perf/gmonster1.cc: New file.
13939 * gdb.perf/gmonster1.exp: New file.
13940 * gdb.perf/gmonster2-null-lookup.exp: New file.
13941 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13942 * gdb.perf/gmonster2-print-cerr.exp: New file.
13943 * gdb.perf/gmonster2-ptype-string.exp: New file.
13944 * gdb.perf/gmonster2-runto-main.exp: New file.
13945 * gdb.perf/gmonster2-select-file.exp: New file.
13946 * gdb.perf/gmonster2.cc: New file.
13947 * gdb.perf/gmonster2.exp: New file.
13948
13949 2015-07-24 Doug Evans <dje@google.com>
13950
13951 * gdb.perf/README: New file.
13952 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13953 * lib/gen-perf-test.exp: New file.
13954
13955 2015-07-24 Doug Evans <dje@google.com>
13956
13957 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13958 (PerfTest::startup): New function.
13959 (PerfTest::run): Return result of calling body.
13960 (PerfTest::assemble): Rewrite.
13961 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13962 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13963 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13964 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13965 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13966
13967 2015-07-24 Doug Evans <dje@google.com>
13968
13969 * lib/gdb.exp (clean_restart): Make executable optional.
13970
13971 2015-07-24 Doug Evans <dje@google.com>
13972
13973 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13974 compiler_info references.
13975 * gdb.cp/temargs.exp: Ditto.
13976 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13977 (get_compiler_info): Early exit if already computed. Set compiler_info
13978 to "unknown" if there was a problem.
13979 (test_compiler_info): Add function comment. Call get_compiler_info.
13980
13981 2015-07-24 Doug Evans <dje@google.com>
13982
13983 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13984 (workers/%.worker, build-perf): New rule.
13985 (GDB_PERFTEST_MODE): New variable.
13986 (check-perf): Use it.
13987 (clean): Clean up gdb.perf parallel build subdirs.
13988 * lib/build-piece.exp: New file.
13989 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13990 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13991 name.
13992 (standard_temp_file): Ditto.
13993 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13994 of $GDB_PARALLEL.
13995
13996 2015-07-24 Doug Evans <dje@google.com>
13997
13998 * lib/future.exp (gdb_default_target_compile): New option
13999 "early_flags".
14000 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14001 --as-needed.
14002
14003 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14004
14005 * gdb.base/catch-syscall.exp: Call gdb_exit before
14006 gdb_skip_xml_test.
14007
14008 2015-07-24 Pedro Alves <palves@redhat.com>
14009
14010 * gdb.python/py-events.exp: Accept output between the stop event
14011 and the prompt.
14012 * gdb.python/py-evsignal.exp: Likewise.
14013 * gdb.python/py-evthreads.exp: Likewise.
14014
14015 2015-07-24 Pedro Alves <palves@redhat.com>
14016
14017 PR gdb/18717
14018 * gdb.threads/non-ldr-exit.c: New file.
14019 * gdb.threads/non-ldr-exit.exp: New file.
14020
14021 2015-07-24 Yao Qi <yao.qi@linaro.org>
14022
14023 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14024 restarting process.
14025
14026 2015-07-24 Yao Qi <yao.qi@linaro.org>
14027
14028 * gdb.server/ext-restart.exp: New file.
14029
14030 2015-07-24 Yao Qi <yao.qi@linaro.org>
14031
14032 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14033 argument options.
14034 * gdb.server/ext-wrapper.exp: New file.
14035
14036 2015-07-23 Doug Evans <dje@google.com>
14037
14038 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14039 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14040
14041 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14042
14043 * gdb.ada/var_arr_typedef.exp: New testcase.
14044 * gdb.ada/var_arr_typedef/pack.adb: New file.
14045 * gdb.ada/var_arr_typedef/pack.ads: New file.
14046 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14047
14048 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14049
14050 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14051
14052 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14053
14054 * gdb.arch/i386-biarch-core.exp: Replace istarget
14055 by "complete set gnutarget". Remove expectation for the "core-file"
14056 command.
14057
14058 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14059
14060 Revert the previous commit:
14061 Tests for validate symbol file using build-id.
14062
14063 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14064
14065 Tests for validate symbol file using build-id.
14066 * gdb.base/solib-mismatch-lib.c: New file.
14067 * gdb.base/solib-mismatch-libmod.c: New file.
14068 * gdb.base/solib-mismatch.c: New file.
14069 * gdb.base/solib-mismatch.exp: New file.
14070
14071 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14072
14073 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14074 nios2-*-linux*.
14075 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14076 * gdb.base/siginfo.exp: Likewise.
14077 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14078
14079 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14080
14081 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14082 Move it to ...
14083 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14084 ... here.
14085 * gdb.trace/range-stepping.exp: Check that the target supports
14086 range stepping.
14087
14088 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14089
14090 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14091
14092 2015-07-14 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.base/killed-outside.exp: New file.
14095 * gdb.base/killed-outside.c: New file.
14096
14097 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14098
14099 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14100 (n at main): New.
14101 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14102
14103 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14104
14105 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14106 infcall tests instead of setting up for KFAIL.
14107
14108 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14109
14110 * gdb.btrace/record_goto-step.exp: New.
14111
14112 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14113
14114 PR compile/18484
14115 * gdb.compile/compile.c (struct struct_type): Add volatile to
14116 selffield's type.
14117 * gdb.compile/compile.exp
14118 (compile code struct_object.selffield = &struct_object): Skip further
14119 struct_object tests if this one xfails.
14120
14121 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14122
14123 PR exp/18617
14124 * gdb.trace/ax.exp: Add test.
14125
14126 2015-07-07 Yao Qi <yao.qi@linaro.org>
14127
14128 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14129 instead of istarget "aarch64*-*-*".
14130 * gdb.arch/aarch64-fp.exp: Likewise.
14131 * gdb.base/float.exp: Likewise.
14132 * gdb.reverse/aarch64.exp: Likewise.
14133 * lib/gdb.exp (is_aarch64_target): New proc.
14134
14135 2015-07-07 Yao Qi <yao.qi@linaro.org>
14136
14137 * lib/gdb.exp (is_aarch32_target): New proc.
14138 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14139 instead of "istarget "arm*-*-*"".
14140 * gdb.arch/arm-disp-step.exp: Likewise.
14141 * gdb.arch/thumb-bx-pc.exp: Likewise.
14142 * gdb.arch/thumb-prologue.exp: Likewise.
14143 * gdb.arch/thumb-singlestep.exp: Likewise.
14144 * gdb.base/disp-step-syscall.exp: Likewise.
14145 * gdb.base/float.exp: Likewise.
14146
14147 2015-07-07 Yao Qi <yao.qi@linaro.org>
14148
14149 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14150 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14151
14152 2015-07-07 Yao Qi <yao.qi@linaro.org>
14153
14154 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14155 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14156 if it exists.
14157 * gdb.multi/multi-arch.exp: Likewise.
14158
14159 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14160
14161 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14162 print.
14163
14164 2015-07-07 Yao Qi <yao.qi@linaro.org>
14165
14166 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14167
14168 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14169
14170 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14171 '[' and ']' characters.
14172
14173 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14174
14175 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14176
14177 2015-06-29 Pedro Alves <palves@redhat.com>
14178
14179 PR threads/18127
14180 * gdb.threads/hand-call-new-thread.c: New file.
14181 * gdb.threads/hand-call-new-thread.c: New file.
14182
14183 2015-06-26 Keith Seitz <keiths@redhat.com>
14184 Doug Evans <dje@google.com>
14185
14186 PR 16253
14187 * gdb.cp/var-tag-2.cc: New file.
14188 * gdb.cp/var-tag-3.cc: New file.
14189 * gdb.cp/var-tag-4.cc: New file.
14190 * gdb.cp/var-tag.cc: New file.
14191 * gdb.cp/var-tag.exp: New file.
14192
14193 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14194
14195 * gdb.base/history-duplicates.exp: New test.
14196
14197 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14198
14199 * gdb.base/completion.exp: Test the completion of the "focus"
14200 command.
14201
14202 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14203
14204 * gdb.arch/amd64-prologue-skip.S: New file.
14205 * gdb.arch/amd64-prologue-skip.exp: New file.
14206
14207 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14208
14209 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14210 is_address_zero_readable check.
14211
14212 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14213
14214 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14215 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14216
14217 2015-06-24 Yao Qi <yao.qi@linaro.org>
14218
14219 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14220 linux targets.
14221
14222 2015-06-24 Yao Qi <yao.qi@linaro.org>
14223
14224 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14225 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14226 * gdb.base/siginfo-thread.exp: Likewise.
14227
14228 2015-06-22 Yao Qi <yao.qi@linaro.org>
14229
14230 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14231
14232 2015-06-22 Yao Qi <yao.qi@linaro.org>
14233
14234 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14235 aarch64*-*-*.
14236 (skip_hw_watchpoint_tests): Likewise.
14237
14238 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14239
14240 * gdb.base/gdbinit-history.exp: Test the interaction between
14241 setting GDBHISTSIZE and setting the history size via .gdbinit.
14242
14243 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14244
14245 PR gdb/16999
14246 * gdb.base/gdbhistsize-history.exp: New test.
14247
14248 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14249
14250 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14251 with GDBHISTSIZE.
14252 * gdb.base/readline.exp: Likewise.
14253
14254 2015-06-17 Yao Qi <yao.qi@linaro.org>
14255
14256 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14257 line.
14258
14259 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14260
14261 * gdb.base/gdbinit-history.exp: Add test case to check that
14262 an unlimited history file does not get truncated on exit.
14263
14264 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14265
14266 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14267 (VECTOR): New macro. Use it...
14268 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14269 ...for these typedefs.
14270 (int8, char1, int1, double1): New typedefs.
14271 (struct just_int2, struct two_int2): New structures.
14272 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14273 (add_structvecs, add_singlevecs): New functions.
14274 (main): Call add_some_intvecs twice.
14275 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14276 the compile and exit upon failure. Try compiling for the "native"
14277 architecture. Test inferior function calls with vector arguments
14278 and vector return value handling with "finish" and "return".
14279
14280 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14281
14282 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14283 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14284 PE file.
14285 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14286
14287 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14288
14289 PR breakpoints/16465
14290 * gdb.mi/mi-dprintf-pending.c: New file.
14291 * gdb.mi/mi-dprintf-pending.exp: New test.
14292 * gdb.mi/mi-dprintf-pendshr.c: New file.
14293
14294 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14295 Mircea Gherzan <mircea.gherzan@intel.com>
14296
14297 * gdb.arch/i386-mpx-map.c: New file.
14298 * gdb.arch/i386-mpx-map.exp: New File.
14299
14300 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14301
14302 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14303 * gdb.arch/i386-mpx.exp: Indentation fixed.
14304
14305 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14306
14307 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14308 function and improved indentation.
14309 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14310 gdb_test_multiple. Added additional tests to skip the test.
14311
14312 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14313
14314 * gdb.arch/i386-avx512.c: Change path in include file.
14315 * gdb.arch/i386-avx512.exp: Change include dir path
14316 compilation flag.
14317 * gdb.arch/i386-mpx.c: Change path in include file.
14318 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14319 flag.
14320
14321 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14322
14323 * gdb.compile/compile-print.exp (compile print *vararray@3)
14324 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14325
14326 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14327
14328 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14329 (do not keep jit in memory): ... this.
14330 (expect 5): Change it to ...
14331 (expect no 5): ... this.
14332
14333 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14334
14335 PR gdb/15564
14336 * gdb.mi/mi-detach.exp: New file.
14337
14338 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14339
14340 PR symtab/18392
14341 * gdb.arch/amd64-tailcall-self.S: New file.
14342 * gdb.arch/amd64-tailcall-self.c: New file.
14343 * gdb.arch/amd64-tailcall-self.exp: New file.
14344
14345 2015-05-28 Don Breazeal <donb@codesourcery.com>
14346
14347 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14348 tests for remote targets by checking is_target_gdbserver.
14349
14350 2015-05-27 Doug Evans <dje@google.com>
14351
14352 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14353 * gdb.dwarf2/opaque-type-lookup.c: New file.
14354 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14355
14356 2015-05-26 Doug Evans <dje@google.com>
14357
14358 * gdb.cp/iostream.cc: New file.
14359 * gdb.cp/iostream.exp: New file.
14360
14361 2015-05-26 Doug Evans <dje@google.com>
14362
14363 * gdb.dwarf2/dw2-op-call.exp: Update.
14364 * gdb.dwarf2/dw4-sig-types.exp: Update.
14365 * gdb.dwarf2/implptr.exp: Update.
14366 * gdb.mi/mi-cmd-param-changed.exp: Update.
14367
14368 2015-05-26 Doug Evans <dje@google.com>
14369
14370 * gdb.python/py-lazy-string.c: New file.
14371 * gdb.python/py-lazy-string.exp: New file.
14372 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14373 (main): Update. Add estring3.
14374 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14375 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14376
14377 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14378 Yao Qi <yao.qi@linaro.org>
14379
14380 * gdb.reverse/aarch64.c: New.
14381 * gdb.reverse/aarch64.exp: New.
14382
14383 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14384
14385 * lib/gdb.exp (supports_process_record): Return true for
14386 aarch64*-linux*.
14387 (supports_reverse): Likewise.
14388
14389 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14390
14391 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14392 Use with_test_prefix.
14393
14394 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14395
14396 * gdb.base/completion.exp: Add test for completion of layout
14397 names.
14398
14399 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14400
14401 * lib/gdb.exp (skip_tui_tests): New proc.
14402 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14403
14404 2015-05-19 Pedro Alves <palves@redhat.com>
14405
14406 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14407 Save the whole env array instead of just HOME. Unset HISTSIZE in
14408 the environment while testing. Restore whole environment
14409 afterwards.
14410
14411 2015-05-16 Doug Evans <xdje42@gmail.com>
14412
14413 * gdb.guile/scm-ports.c: New file.
14414 * gdb.guile/scm-ports.exp: Add memory port tests.
14415
14416 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14417
14418 * gdb.compile/compile-print.c: New file.
14419 * gdb.compile/compile-print.exp: New file.
14420
14421 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14422
14423 * gdb.compile/compile-ops.exp: Cast param to void.
14424 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14425 (compile code struct_object.selffield = &struct_object): Add xfail.
14426
14427 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14428
14429 * gdb.ada/arr_enum_with_gap: New testcase.
14430
14431 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14432
14433 * gdb.ada/byte_packed_arr: New testcase.
14434
14435 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14436
14437 * gdb.ada/pckd_neg: New testcase.
14438
14439 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14440
14441 PR gdb/17820
14442 * gdb.base/gdbinit-history.exp: New test.
14443 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14444 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14445
14446 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14447
14448 * gdb.python/py-xmethods.cc: Enhance test case.
14449 * gdb.python/py-xmethods.exp: New tests.
14450 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14451 function.
14452 (B_indexoper): Likewise.
14453 (global_dm_list) : Add new xmethod worker functions.
14454
14455 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14456
14457 * gdb.base/coredump-filter.exp: Correctly unset
14458 "coredump_var_addr" array.
14459
14460 2015-05-08 Pedro Alves <palves@redhat.com>
14461
14462 * gdb.server/non-existing-program.exp: Unset spawn_id.
14463
14464 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14465
14466 PR python/18291
14467 * gdb.python/py-xmethods.exp: Add tests.
14468
14469 2015-05-08 Yao Qi <yao.qi@linaro.org>
14470
14471 PR gdb/18208
14472 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14473 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14474 function set_coredump_filter, and remove remote_exec call.
14475 Remove argument ipid. Callers update.
14476 (top level): Don't get inferior's PID.
14477
14478 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14479
14480 * gdb.base/watch_thread_num.exp: Skip test on targets without
14481 access watchpoints.
14482
14483 2015-05-06 Pedro Alves <palves@redhat.com>
14484
14485 PR server/18081
14486 * gdb.server/non-existing-program.exp: New file.
14487
14488 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14489
14490 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14491
14492 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14493
14494 * gdb.ada/out_of_line_in_inlined: New testcase.
14495
14496 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14497
14498 * gdb.ada/var_rec_arr: New testcase.
14499
14500 2015-04-30 Yao Qi <yao.qi@linaro.org>
14501
14502 * gdb.base/break-idempotent.exp: If
14503 skip_hw_watchpoint_multi_tests returns true, skip the tests
14504 on "rwatch" and "awatch".
14505
14506 2015-04-30 Yao Qi <yao.qi@linaro.org>
14507
14508 * gdb.base/relativedebug.exp: Invoke gdb command
14509 "info sharedlibrary", and if libc.so doesn't have debug info,
14510 skip the test.
14511
14512 2015-04-29 Doug Evans <dje@google.com>
14513
14514 * gdb.python/py-xmethods.exp: Add ptype tests.
14515 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14516 get_result_type method.
14517
14518 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14519
14520 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14521 the target does not support hardware watchpoints.
14522
14523 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14524
14525 * gdb.base/break-always.exp: Abort testing if writing to memory
14526 causes an error.
14527
14528 2015-04-28 Doug Evans <dje@google.com>
14529
14530 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14531 * gdb.python/py-pp-registration.exp: ... here. New file.
14532 * gdb.python/py-pp-registration.c: New file.
14533 * gdb.python/py-pp-registration.py: New file.
14534
14535 2015-04-28 Doug Evans <dje@google.com>
14536
14537 * gdb.python/py-bad-printers.c: New file.
14538 * gdb.python/py-bad-printers.py: New file.
14539 * gdb.python/py-bad-printers.exp: New file.
14540
14541 2015-04-28 Sasha Smundak <asmundak@google.com>
14542
14543 * gdb.python/py-type.exp: New test.
14544
14545 2015-04-28 Andy Wingo <wingo@igalia.com>
14546
14547 * gdb.python/py-parameter.exp:
14548 * gdb.guile/scm-parameter.exp: Escape the path that we are
14549 matching against, as it might contain characters that are special
14550 to regular expressions.
14551
14552 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14553
14554 * gdb.ada/rec_comp: New testcase.
14555
14556 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14557
14558 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14559 before using it.
14560
14561 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14562
14563 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14564 new tests for verilog output.
14565
14566 2015-04-24 Yao Qi <yao.qi@linaro.org>
14567
14568 * boards/remote-gdbserver-on-localhost.exp: New file.
14569
14570 2015-04-23 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14573 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14574 "end of file", remove $inferior_spawn_id from the indirect list.
14575
14576 2015-04-23 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14579
14580 2015-04-23 Pedro Alves <palves@redhat.com>
14581
14582 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14583 on $any_spawn_id instead of only on $gdb_spawn_id.
14584
14585 2015-04-21 Pierre Muller <muller@sourceware.org>
14586
14587 PR pascal/17815
14588 * lib/pascal.exp (gpc_compile): Add new option "class".
14589 (fpc_compile): Likewise.
14590 * gdb.pascal/case-insensitive-symbols.pas: New file.
14591 * gdb.pascal/case-insensitive-symbols.exp: New file.
14592
14593 2015-04-20 Gary Benson <gbenson@redhat.com>
14594
14595 * gdb.base/attach.exp: Fix three extended remote failures.
14596
14597 2015-04-17 Gary Benson <gbenson@redhat.com>
14598
14599 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14600 the main executable over the remote protocol.
14601
14602 2015-04-16 Pedro Alves <palves@redhat.com>
14603
14604 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14605 a new gdbserver if gdbserver_reconnect_p is set.
14606
14607 2015-04-16 Pedro Alves <palves@redhat.com>
14608
14609 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14610 is set, don't exit gdbserver.
14611
14612 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14613
14614 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14615 appropriate .insn, such that an older assembler can be used.
14616 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14617 the z/Architecture instruction set on 31-bit targets as well.
14618
14619 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14620
14621 * gdb.go/handcall.exp: Remove all logic related to the first
14622 breakpoint and rely on go_runto_main instead.
14623 * gdb.go/strings.exp: Likewise.
14624 * gdb.go/unsafe.exp: Likewise.
14625 * gdb.go/hello.exp: Likewise. Also rename the remaining
14626 breakpoint marker to "breakpoint 1".
14627 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14628 * gdb.go/strings.go: Likewise.
14629 * gdb.go/unsafe.go: Likewise.
14630 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14631 "set breakpoint 2 here" and rename the remaining breakpoint marker
14632 to "breakpoint 1".
14633
14634 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14635
14636 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14637 if itertools.imap is not present.
14638 * gdb.python/py-objfile.exp: Add parentheses.
14639 * gdb.python/py-type.exp: Same.
14640 * gdb.python/py-unwind-maint.py: Same.
14641
14642 2015-04-15 Yao Qi <yao.qi@linaro.org>
14643
14644 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14645 of ":$ptr_size" and set its form explicitly.
14646
14647 2015-04-15 Pedro Alves <palves@redhat.com>
14648 Yao Qi <yao.qi@linaro.org>
14649
14650 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14651 timeout by factor of 4.
14652 (test_regular_watch): Likewise.
14653 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14654 * gdb.reverse/sigall-reverse.exp: Likewise.
14655 * gdb.reverse/until-precsave.exp: Likewise.
14656 * lib/gdb.exp (with_timeout_factor): New proc.
14657 (gdb_expect): Move some code to ...
14658 (get_largest_timeout): ... here. New procedure.
14659
14660 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14661
14662 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14663
14664 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14665
14666 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14667 to write to the .text section.
14668
14669 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14670
14671 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14672 Handle the case of targets that do not provide PID information.
14673
14674 2015-04-13 Yao Qi <yao.qi@linaro.org>
14675
14676 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14677 and use expect instead of gdb_expect.
14678
14679 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14680
14681 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14682 "coredump_var_addr" to avoid naming conflict with other testcases.
14683
14684 2015-04-10 Pedro Alves <palves@redhat.com>
14685
14686 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14687 gdb_test_sequence and gdb_assert.
14688
14689 2015-04-10 Pedro Alves <palves@redhat.com>
14690
14691 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14692 test messages that don't include the breakpoint address.
14693
14694 2015-04-10 Yao Qi <yao.qi@linaro.org>
14695
14696 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14697 false for some offset and width combinations which aren't
14698 supported by linux kernel.
14699
14700 2015-04-10 Pedro Alves <palves@redhat.com>
14701
14702 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14703 procedure, factored out from ...
14704 (top level): ... here. Add "set displaced-stepping" testing axis.
14705 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14706 parameter "displaced". Use it.
14707 (top level): Use foreach and add "set displaced-stepping" testing
14708 axis.
14709
14710 2015-04-10 Pedro Alves <palves@redhat.com>
14711
14712 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14713 Remove comment.
14714 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14715 both the address of the instruction that triggers the watchpoint
14716 and the address of the instruction immediately after, and use
14717 those addresses for the test. Fix comment.
14718
14719 2015-04-10 Pedro Alves <palves@redhat.com>
14720
14721 * gdb.base/sigstep.exp (breakpoint_to_handler)
14722 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14723 Test "backtrace" in handler.
14724 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14725 (top level): Add new "displaced" test axis to
14726 breakpoint_to_handler, breakpoint_to_handler_entry and
14727 breakpoint_over_handler.
14728
14729 2015-04-10 Pedro Alves <palves@redhat.com>
14730
14731 PR gdb/18216
14732 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14733
14734 2015-04-10 Yao Qi <yao.qi@linaro.org>
14735
14736 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14737 (test_add_rn_pc): New function.
14738 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14739 (top level): Invoke test_add_rn_pc.
14740
14741 2015-04-10 Pedro Alves <palves@redhat.com>
14742
14743 PR gdb/13858
14744 * gdb.base/step-over-no-symbols.exp: New file.
14745
14746 2015-04-09 Andy Wingo <wingo@igalia.com>
14747
14748 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14749 after the Python tests.
14750
14751 2015-04-08 Keith Seitz <keiths@redhat.com>
14752
14753 PR python/16699
14754 * gdb.python/py-completion.exp: New tests for completion.
14755 * gdb.python/py-completion.py (CompleteLimit1): New class.
14756 (CompleteLimit2): Likewise.
14757 (CompleteLimit3): Likewise.
14758 (CompleteLimit4): Likewise.
14759 (CompleteLimit5): Likewise.
14760 (CompleteLimit6): Likewise.
14761 (CompleteLimit7): Likewise.
14762
14763 2015-04-08 Pedro Alves <palves@redhat.com>
14764
14765 PR gdb/18214
14766 PR gdb/18216
14767 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14768 function.
14769 (main): Install it as SIGUSR1 handler.
14770 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14771 parameter. Always use "setup" as prefix. Toggle "set
14772 displaced-stepping" off/on depending on global. Don't switch to
14773 thread 1 here.
14774 (top level): Add displaced stepping "off/on" test axis. Update
14775 "setup" calls. Wrap each subtest with with_test_prefix. Test
14776 continuing with a queued signal in each thread.
14777
14778 2015-04-08 Pedro Alves <palves@redhat.com>
14779
14780 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14781 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14782 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14783 Return early if running to main fails.
14784 * gdb.trace/while-stepping.exp: Likewise.
14785
14786 2015-04-07 Pedro Alves <palves@redhat.com>
14787
14788 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14789 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14790 interact with inferior program.
14791
14792 2015-04-07 Pedro Alves <palves@redhat.com>
14793
14794 * lib/gdb.exp (inferior_spawn_id): New global.
14795 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14796 spawn id after processing the user code.
14797 (default_gdb_start): Set inferior_spawn_id.
14798 (send_inferior): New procedure.
14799 * lib/gdbserver-support.exp (gdbserver_start): Set
14800 inferior_spawn_id.
14801 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14802
14803 2015-04-07 Pedro Alves <palves@redhat.com>
14804
14805 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14806 * lib/gdbserver-support.exp (gdbserver_start): Make
14807 $server_spawn_id global.
14808 (gdbserver_start): Don't wait for gdbserver's spawn id with
14809 expect_background.
14810 (close_gdbserver): New procedure.
14811 (gdb_exit): Rename the default version and reimplement.
14812
14813 2015-04-07 Pedro Alves <palves@redhat.com>
14814
14815 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14816 append the substituted item, not the original item.
14817
14818 2015-04-07 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14821 gdb_expect.
14822
14823 2015-04-07 Pedro Alves <palves@redhat.com>
14824
14825 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14826 output appearing once only.
14827
14828 2015-04-07 Pedro Alves <palves@redhat.com>
14829
14830 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14831 that doesn't expect anything. Return early if running to main
14832 fails.
14833
14834 2015-04-07 Yao Qi <yao.qi@linaro.org>
14835
14836 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14837 (child_function): Call alarm.
14838 (main): Move call to alarm into the loop.
14839 * gdb.threads/non-stop-fair-events.exp: Build program with
14840 -DTIMEOUT=$timeout.
14841
14842 2015-04-06 Doug Evans <xdje42@gmail.com>
14843
14844 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14845 Fix dest parameter to board_info.
14846 (fpc_compile): Ditto.
14847 (gdb_compile_pascal): Rename dest arg to destfile.
14848
14849 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14850
14851 * gdb.ada/funcall_ref.exp: New file.
14852 * gdb.ada/funcall_ref/foo.adb: New file.
14853
14854 2015-04-02 Yao Qi <yao.qi@linaro.org>
14855
14856 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14857 is remote.
14858
14859 2015-04-02 Gary Benson <gbenson@redhat.com>
14860
14861 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14862
14863 2015-04-01 Sasha Smundak <asmundak@google.com>
14864
14865 * gdb.python/py-unwind-maint.c: New file.
14866 * gdb.python/py-unwind-maint.exp: New test.
14867 * gdb.python/py-unwind-maint.py: New file.
14868 * gdb.python/py-unwind.c: New file.
14869 * gdb.python/py-unwind.exp: New test.
14870 * gdb.python/py-unwind.py: New test.
14871
14872 2015-04-01 Pedro Alves <palves@redhat.com>
14873
14874 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14875 to fail instead of non-existent $test.
14876
14877 2015-04-01 Pedro Alves <palves@redhat.com>
14878
14879 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14880 GDBFLAGS if not empty.
14881
14882 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14883
14884 * gdb.ada/complete.exp: Remove "multi_line".
14885 * gdb.ada/info_exc.exp: Remove "multi_line".
14886 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14887 * gdb.ada/ptype_field.exp: Remove "multi_line".
14888 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14889 * gdb.ada/tagged.exp: Remove "multi_line".
14890 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14891 [multi_line ...]
14892 * gdb.btrace/delta.exp: Likewise.
14893 * gdb.btrace/exception.exp: Likewise.
14894 * gdb.btrace/function_call_history.exp: Likewise.
14895 * gdb.btrace/instruction_history.exp: Likewise.
14896 * gdb.btrace/nohist.exp: Likewise.
14897 * gdb.btrace/record_goto.exp: Likewise.
14898 * gdb.btrace/segv.exp: Likewise.
14899 * gdb.btrace/stepi.exp: Likewise.
14900 * gdb.btrace/tailcall.exp: Likewise.
14901 * gdb.btrace/unknown_functions.exp: Likewise.
14902 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14903 * lib/gdb.exp: Add the "multi_line" helper.
14904
14905 2015-04-01 Pedro Alves <palves@redhat.com>
14906
14907 * gdb.threads/tid-reuse.c: New file.
14908 * gdb.threads/tid-reuse.exp: New file.
14909
14910 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14911
14912 PR corefiles/16092
14913 * gdb.base/coredump-filter.c: New file.
14914 * gdb.base/coredump-filter.exp: Likewise.
14915
14916 2015-03-27 Petr Machata <pmachata@redhat.com>
14917
14918 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14919 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14920 (Dwarf::assemble): Initialize them.
14921 (Dwarf::lines): New function.
14922
14923 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14924
14925 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14926 SYMBOL_PREFIX for x86_64-*-cygwin.
14927
14928 2015-03-26 Andy Wingo <wingo@igalia.com>
14929
14930 PR symtab/18148
14931 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14932 const_value but not a location.
14933 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14934 location defined in non-main CUs are visible.
14935
14936 2015-03-26 Yao Qi <yao.qi@linaro.org>
14937
14938 PR testsuite/18139
14939 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14940 Add a line number entry for the same line.
14941 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14942 Add a line number entry for the same line.
14943
14944 2015-03-26 Yao Qi <yao.qi@linaro.org>
14945
14946 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14947 .int 0.
14948 (func): Likewise. Add .Lfunc_1 label.
14949 Use .Lfunc_1 label.
14950 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14951 .int 0.
14952 (func): Likewise.
14953 Use .Lfunc_1 label.
14954
14955 2015-03-26 Yao Qi <yao.qi@linaro.org>
14956
14957 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14958 Call gdb_compile instead to compile each .s files without debug
14959 information.
14960
14961 2015-03-26 Yao Qi <yao.qi@linaro.org>
14962
14963 * gdb.base/savedregs.exp (process_saved_regs): Make
14964 "Saved registers:" optional in the pattern.
14965
14966 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14967
14968 * gdb.btrace/next.exp: Merged into step.exp.
14969 * gdb.btrace/finish.exp: Merged into step.exp.
14970 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14971 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14972 "record goto" and checking the exact replay position.
14973 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14974 check for "Recording format" in "info record" output.
14975 * gdb.btrace/record_goto.exp: Choose test file based on target.
14976 * gdb.btrace/x86-record_goto.S: Renamed into ...
14977 * gdb.btrace/x86_64-record_goto.S: ... this.
14978 * gdb.btrace/i686-record_goto.S: New.
14979 * gdb.btrace/x86-tailcall.S: Renamed into ...
14980 * gdb.btrace/x86_64-tailcall.S: ... this.
14981 * gdb.btrace/i686-tailcall.S: New.
14982 * gdb.btrace/x86-tailcall.c: Renamed into ...
14983 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14984 separate statements. Update test.
14985 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14986 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14987 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14988 * gdb.btrace/tailcall.exp: Choose test file based on target.
14989 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14990
14991 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14992
14993 * gdb.btrace/exception.exp: Increase BTS buffer size.
14994
14995 2015-03-24 Pedro Alves <palves@redhat.com>
14996
14997 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14998
14999 2015-03-24 Pedro Alves <palves@redhat.com>
15000
15001 * gdb.threads/schedlock.exp (test_step): No longer expect that
15002 "set scheduler-locking step" with "next" over a function call runs
15003 threads unlocked.
15004
15005 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15006
15007 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15008
15009 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15010
15011 PR breakpoints/16466
15012 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15013 * gdb.mi/mi-pending.c (thread_func): New function.
15014 (int main): Add threading support required.
15015 * gdb.mi/mi-pending.exp: Add tests for this issue.
15016 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15017 (pendfunc2): Remove stdio dependency.
15018 * gdb.mi/mi-pendshr2.c: New file.
15019
15020 2015-03-23 Keith Seitz <keiths@redhat.com>
15021
15022 * gdb.linespec/keywords.c: New file.
15023 * gdb.linespec/keywords.exp: New file.
15024
15025 2015-03-23 Keith Seitz <keiths@redhat.com>
15026
15027 PR gdb/18021
15028 * gdb.dwarf2/staticvirtual.exp: New test.
15029
15030 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15031
15032 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15033 * README: Remove HP-UX and gdb.hp.
15034 (configuration):
15035 * configure: Regenerate.
15036 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15037 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15038 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15039 gdb.hp/gdb.defects/Makefile.
15040 * gdb.hp/Makefile.in: File deleted.
15041 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15042 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15043 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15044 * gdb.hp/gdb.aCC/run.c: File deleted.
15045 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15046 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15047 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15048 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15049 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15050 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15051 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15052 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15053 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15054 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15055 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15056 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15057 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15058 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15059 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15060 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15061 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15062 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15063 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15064 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15065 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15066 * gdb.hp/gdb.compat/average.c: File deleted.
15067 * gdb.hp/gdb.compat/sum.c: File deleted.
15068 * gdb.hp/gdb.compat/xdb.c: File deleted.
15069 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15070 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15071 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15072 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15073 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15074 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15075 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15076 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15077 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15078 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15079 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15080 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15081 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15082 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15083 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15084 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15085 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15086 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15087 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15088 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15089 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15090 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15091 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15092 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15093 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15094 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15095 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15096 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15097 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15098 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15099 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15100 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15101 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15102 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15103 * gdb.hp/tools/odump: File deleted.
15104
15105 2015-03-19 Pedro Alves <palves@redhat.com>
15106
15107 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15108 (saw_thread_3): New globals.
15109 (top level): Increment them when an event for the corresponding
15110 thread is seen.
15111 (no thread starvation): New test.
15112
15113 2015-03-19 Pedro Alves <palves@redhat.com>
15114
15115 * gdb.threads/continue-pending-status.c: New file.
15116 * gdb.threads/continue-pending-status.exp: New file.
15117
15118 2015-03-18 Pedro Alves <palves@redhat.com>
15119
15120 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15121 Use gdb_is_target_remote instead of is_remote. Use
15122 gdb_test_multiple instead of gdb_expect. Exit early if
15123 gdb_test_multiple hits its internal matches. Tighten stepi tests
15124 expected output. Fail on exit with any signal, instead of just
15125 SIGILL.
15126
15127 2015-03-18 Yao Qi <yao.qi@linaro.org>
15128
15129 PR tdep/18107
15130 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15131 variable.
15132 * gdb.base/catch-syscall.exp: Don't skip it on
15133 aarch64*-*-linux* target. Remove elements in all_syscalls.
15134 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15135 target.
15136 (setup_all_syscalls): New proc.
15137
15138 2015-03-16 Yao Qi <yao.qi@linaro.org>
15139
15140 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15141 (top level): Skip tests if valid_addr_p returns false for
15142 $cmd1 or $cmd2.
15143
15144 2015-03-11 Andy Wingo <wingo@igalia.com>
15145
15146 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15147
15148 2015-03-11 Yao Qi <yao.qi@linaro.org>
15149
15150 * gdb.base/catch-syscall.exp: Fix typo in comments.
15151
15152 2015-03-11 Yao Qi <yao.qi@linaro.org>
15153
15154 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15155
15156 2015-03-09 Pedro Alves <palves@redhat.com>
15157
15158 * dg-extract-results.py: Delete.
15159
15160 2015-03-09 Pedro Alves <palves@redhat.com>
15161
15162 Merge dg-extract-results.sh from GCC upstream (r218843).
15163
15164 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15165 * dg-extract-results.sh: Use --text with grep to avoid issues with
15166 binary files. Fall back to cat -v, if that doesn't work.
15167
15168 2015-03-05 Pedro Alves <palves@redhat.com>
15169
15170 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15171
15172 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15173
15174 * lib/mi-support.exp (mi_expect_interrupt): Accept
15175 alternative event for when in all-stop mode.
15176
15177 2015-03-04 Pedro Alves <palves@redhat.com>
15178
15179 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15180
15181 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15182
15183 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15184
15185 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15186
15187 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15188 regexps for GDB's current line display, accept a hex address
15189 preceding the line number.
15190
15191 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15192
15193 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15194 the 'arch1' variable for "s390*-linux*" targets.
15195
15196 2015-03-04 Pedro Alves <palves@redhat.com>
15197
15198 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15199 (main): Pass missing retval argument to pthread_join call.
15200
15201 2015-03-02 Pedro Alves <palves@redhat.com>
15202
15203 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15204 (top level): Call do_test with non-stop as well.
15205
15206 2015-03-02 Pedro Alves <palves@redhat.com>
15207
15208 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15209 -1.
15210
15211 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15212
15213 * gdb.arch/s390-vregs.exp: New test.
15214 * gdb.arch/s390-vregs.S: New file.
15215
15216 2015-02-27 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15219 call to catch_command_errors.
15220 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15221 catch_command_errors.
15222
15223 2015-02-27 Pedro Alves <palves@redhat.com>
15224
15225 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15226 "true" for boolean result.
15227 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15228 prototype of main.
15229
15230 2015-02-27 Pedro Alves <palves@redhat.com>
15231
15232 * lib/unbuffer_output.c: New file.
15233 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15234 (main): Call gdb_unbuffer_output.
15235
15236 2015-02-27 Yao Qi <yao.qi@linaro.org>
15237
15238 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15239 target.
15240
15241 2015-02-26 Doug Evans <dje@google.com>
15242
15243 * gdb.cp/class2.cc (Dbase, D): New classes.
15244 (main): New local delta.
15245 * gdb.cp/class2.exp: Test printing delta.
15246 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15247 (dynbar): New global.
15248 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15249
15250 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15251
15252 * gdb.compile/compile-ifunc.c: New file.
15253 * gdb.compile/compile-ifunc.exp: New file.
15254
15255 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15256
15257 * gdb.base/structs.exp: Check for correct struct on finish.
15258
15259 2015-02-26 Yao Qi <yao.qi@linaro.org>
15260
15261 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15262 is zero.
15263
15264 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15265
15266 * gdb.arch/cordic.ko.bz2: New file.
15267 * gdb.arch/cordic.ko.debug.bz2: New file.
15268 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15269
15270 2015-02-25 Yao Qi <yao.qi@linaro.org>
15271
15272 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15273 aarch64*-*-* target.
15274
15275 2015-02-23 Pedro Alves <palves@redhat.com>
15276
15277 * lib/gdb.exp (delete_breakpoints): Rewrite using
15278 gdb_test_multiple.
15279
15280 2015-02-23 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.base/info-os.c: Include stdlib.h.
15283
15284 2015-02-22 Doug Evans <xdje42@gmail.com>
15285
15286 PR symtab/17855
15287 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15288 is read after symbols have been re-read.
15289 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15290 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15291
15292 2015-02-21 Doug Evans <dje@google.com>
15293
15294 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15295
15296 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15297
15298 PR corefiles/17808
15299 * gdb.arch/i386-biarch-core.core.bz2: New file.
15300 * gdb.arch/i386-biarch-core.exp: New file.
15301
15302 2015-02-21 Pedro Alves <palves@redhat.com>
15303
15304 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15305 runto_main fails.
15306
15307 2015-02-20 Pedro Alves <palves@redhat.com>
15308
15309 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15310 info probes.
15311
15312 2015-02-20 Pedro Alves <palves@redhat.com>
15313
15314 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15315
15316 2015-02-20 Pedro Alves <palves@redhat.com>
15317
15318 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15319 clean_restart before gdb_target_supports_trace.
15320
15321 2015-02-20 Pedro Alves <palves@redhat.com>
15322
15323 PR threads/18006
15324 * gdb.threads/clone-thread_db.c: New file.
15325 * gdb.threads/clone-thread_db.exp: New file.
15326
15327 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15328
15329 PR breakpoints/16812
15330 * gdb.base/catch-gdb-caused-signals.c: New file.
15331 * gdb.base/catch-gdb-caused-signals.exp: New file.
15332
15333 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15334
15335 * configure: Regenerated.
15336 * configure.ac: Use GDB_AC_TRANSFORM.
15337 * aclocal.m4: sinclude ../transform.m4.
15338
15339 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15340
15341 * lib/dtrace.exp: New file.
15342 * gdb.base/dtrace-probe.exp: Likewise.
15343 * gdb.base/dtrace-probe.d: Likewise.
15344 * gdb.base/dtrace-probe.c: Likewise.
15345 * lib/pdtrace.in: Likewise.
15346 * configure.ac: Output variables with the transformed names of
15347 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15348 * configure: Regenerated.
15349
15350 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15351
15352 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15353 expected message when trying to access $_probe_* convenience
15354 variables while not on a probe.
15355
15356 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15357
15358 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15359
15360 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15361
15362 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15363 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15364
15365 2015-02-10 Doug Evans <xdje42@gmail.com>
15366
15367 * lib/gdb.exp (gdb_load): Always return a result.
15368
15369 2015-02-10 Pedro Alves <palves@redhat.com>
15370
15371 * gdb.threads/signal-sigtrap.c: New file.
15372 * gdb.threads/signal-sigtrap.exp: New file.
15373
15374 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15375
15376 * gdb.trace/no-attach-trace.c: New file.
15377 * gdb.trace/no-attach-trace.exp: New file.
15378
15379 2015-02-09 Mark Wielaard <mjw@redhat.com>
15380
15381 * gdb.dwarf2/atomic.c: New file.
15382 * gdb.dwarf2/atomic-type.exp: Likewise.
15383
15384 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15385
15386 * gdb.btrace/buffer-size.exp: Update "info record" output.
15387 * gdb.btrace/delta.exp: Update "info record" output.
15388 * gdb.btrace/enable.exp: Update "info record" output.
15389 * gdb.btrace/finish.exp: Update "info record" output.
15390 * gdb.btrace/instruction_history.exp: Update "info record" output.
15391 * gdb.btrace/next.exp: Update "info record" output.
15392 * gdb.btrace/nexti.exp: Update "info record" output.
15393 * gdb.btrace/step.exp: Update "info record" output.
15394 * gdb.btrace/stepi.exp: Update "info record" output.
15395 * gdb.btrace/nohist.exp: Update "info record" output.
15396
15397 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15398
15399 * gdb.btrace/buffer-size: New.
15400
15401 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15402
15403 * gdb.btrace/delta.exp: Update "info record" output.
15404 * gdb.btrace/enable.exp: Update "info record" output.
15405 * gdb.btrace/finish.exp: Update "info record" output.
15406 * gdb.btrace/instruction_history.exp: Update "info record" output.
15407 * gdb.btrace/next.exp: Update "info record" output.
15408 * gdb.btrace/nexti.exp: Update "info record" output.
15409 * gdb.btrace/step.exp: Update "info record" output.
15410 * gdb.btrace/stepi.exp: Update "info record" output.
15411 * gdb.btrace/nohist.exp: Update "info record" output.
15412
15413 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15414
15415 PR gdb/15678
15416 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15417
15418 2015-02-06 Pedro Alves <palves@redhat.com>
15419
15420 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15421 macro.
15422 (seconds_left, again): New globals.
15423 (main): Wait seconds_left in a 1-second sleep loop instead of
15424 sleeping 180 seconds. If 'again' is set, reset the seconds
15425 counter.
15426 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15427 'again' in the inferior before detaching. Print the seconds left.
15428 (options): New global.
15429 (top level): Build program with -DTIMEOUT=$timeout.
15430
15431 2015-02-06 Pedro Alves <palves@redhat.com>
15432
15433 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15434 determine how many seconds to pass to 'alarm'.
15435 * gdb.base/gdb-sigterm.exp (top level): Build program with
15436 -DTIMEOUT=$timeout.
15437 (do_test): Return success/failure indication. Add more verbose
15438 logging. Don't fail if 200 single steps are seen. Instead, fail
15439 when the test times out.
15440 (passes): New global.
15441 (top level): Break the testing loop if testing fails on any
15442 iteration. Use gdb_assert.
15443
15444 2015-02-04 Don Breazeal <donb@codesourcery.com>
15445
15446 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15447 and initialize them.
15448 (ipc_cleanup): New function.
15449 (main): Don't declare shmid, semid, and msqid. Add a call to
15450 atexit so that we call ipc_cleanup on exit.
15451
15452 2015-02-04 Pedro Alves <palves@redhat.com>
15453
15454 * boards/native-extended-gdbserver.exp: Remove any target variant
15455 specifications from the board name before clearing the isremote
15456 flag from board_info.
15457
15458 2015-01-31 Doug Evans <xdje42@gmail.com>
15459
15460 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15461
15462 2015-01-31 Gary Benson <gbenson@redhat.com>
15463
15464 * gdb.base/completion.exp: Disable completion limiting for
15465 existing tests. Add new tests to check completion limiting.
15466 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15467
15468 2015-01-31 Doug Evans <xdje42@gmail.com>
15469
15470 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15471
15472 2015-01-31 Doug Evans <xdje42@gmail.com>
15473
15474 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15475 entries. Duplicate file section script entries.
15476 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15477 inlined entries. Add test for safe-path rejection.
15478 * gdb.python/py-section-script.c: Add duplicate inlined section script
15479 entries. Duplicate file section script entries.
15480 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15481 inlined entries. Add test for safe-path rejection.
15482
15483 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15484
15485 * gdb.ada/disc_arr_bound: New testcase.
15486
15487 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15488
15489 * gdb.ada/mi_var_array: New testcase.
15490
15491 2015-01-27 Doug Evans <dje@google.com>
15492
15493 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15494 Add test for objfile.filename, objfile.username after objfile
15495 has been unloaded.
15496
15497 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15498
15499 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15500 the second test to print the name attribute of value
15501 returned by the call to gdb.lookup_type, and adjust
15502 the expected output accordingly.
15503
15504 2015-01-25 Mark Wielaard <mjw@redhat.com>
15505
15506 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15507 * gdb.base/disp-step-fork.c: Include unistd.h.
15508 * gdb.base/siginfo-obj.c: Include stdio.h.
15509 * gdb.base/siginfo-thread.c: Likewise.
15510 * gdb.mi/non-stop.c: Include unistd.h.
15511 * gdb.mi/nsthrexec.c: Include stdio.h.
15512 * gdb.mi/pthreads.c: Include unistd.h.
15513 * gdb.modula2/unbounded1.c (main): Declare returns int.
15514 * gdb.reverse/consecutive-reverse.c: Likewise.
15515 * gdb.threads/create-fail.c: Include unistd.h.
15516 * gdb.threads/killed.c: Likewise.
15517 * gdb.threads/linux-dp.c: Likewise.
15518 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15519 * gdb.threads/non-ldr-exc-2.c: Likewise.
15520 * gdb.threads/non-ldr-exc-3.c: Likewise.
15521 * gdb.threads/non-ldr-exc-4.c: Likewise.
15522 * gdb.threads/pthreads.c: Include unistd.h.
15523 (main): Declare returns int.
15524 * gdb.threads/tls-main.c (foo): New declaration.
15525 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15526
15527 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15528
15529 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15530 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15531
15532 2015-01-15 Mark Wielaard <mjw@redhat.com>
15533
15534 * gdb.base/noreturn-return.c: New file.
15535 * gdb.base/noreturn-return.exp: New file.
15536 * gdb.base/noreturn-finish.c: New file.
15537 * gdb.base/noreturn-finish.exp: New file.
15538
15539 2015-01-23 Pedro Alves <palves@redhat.com>
15540
15541 * gdb.threads/continue-pending-after-query.c: New file.
15542 * gdb.threads/continue-pending-after-query.exp: New file.
15543
15544 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15545 Simon Marchi <simon.marchi@ericsson.com>
15546
15547 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15548 * gdb.base/valgrind-db-attach.exp: Same.
15549 * gdb.base/valgrind-infcall.exp: Same.
15550 * lib/mi-support.exp (default_mi_gdb_start): Same.
15551 * lib/prompt.exp (default_prompt_gdb_start): Same.
15552 * lib/gdb.exp (default_gdb_spawn): Same.
15553 (gdb_interact): New.
15554
15555
15556 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15557
15558 * gdb.compile/compile.exp (pointer to jit function): New test.
15559
15560 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15561
15562 * lib/gdb.exp (supports_process_record): Return true for
15563 powerpc*-*-linux*.
15564 (supports_reverse): Likewise.
15565
15566 2015-01-15 Don Breazeal <donb@codesourcery.com>
15567
15568 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15569 instead of checking whether the target board is remote and
15570 use spawn_wait_for_attach instead of exec/sleep.
15571 * gdb.base/attach-twice.exp: Likewise.
15572
15573 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15574
15575 * gdb.ada/var_arr_attrs: New testcase.
15576
15577 2015-01-14 Pedro Alves <palves@redhat.com>
15578 Joel Brobecker <brobecker@adacore.com>
15579
15580 PR gdb/17525
15581 * gdb.base/bp-cmds-execution-x-script.c: New file.
15582 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15583 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15584
15585 2015-01-14 Pedro Alves <palves@redhat.com>
15586
15587 PR cli/17828
15588 * gdb.base/batch-preserve-term-settings.c: New file.
15589 * gdb.base/batch-preserve-term-settings.exp: New file.
15590
15591 2015-01-13 Doug Evans <dje@google.com>
15592
15593 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15594 binary.
15595
15596 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15597
15598 * Makefile.in (clean mostlyclean): Do not delete *.py.
15599
15600 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15601
15602 * gdb.python/py-lookup-type.exp: New file.
15603
15604 2015-01-12 Pedro Alves <palves@redhat.com>
15605
15606 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15607 restore GDBFLAGS before returning.
15608
15609 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15610
15611 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15612 is_amd64_regs_target and is_x86_like_target.
15613
15614 2015-01-11 Doug Evans <xdje42@gmail.com>
15615
15616 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15617 is given without an explicit form.
15618 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15619 attributes.
15620 * gdb.dwarf/corrupt.exp: Ditto.
15621 * gdb.dwarf2/enum-type.exp: Ditto.
15622 * gdb.trace/entry-values.exp: Ditto.
15623 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15624
15625 2015-01-11 Doug Evans <xdje42@gmail.com>
15626
15627 PR gdb/15830
15628 * gdb.base/maint.exp: Remove references to "maint demangle".
15629 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15630 Add tests for explicitly specifying language to demangle.
15631 * gdb.dlang/demangle.exp: Ditto.
15632
15633 2015-01-09 Pedro Alves <palves@redhat.com>
15634
15635 * gdb.threads/non-stop-fair-events.c: New file.
15636 * gdb.threads/non-stop-fair-events.exp: New file.
15637
15638 2015-01-09 Pedro Alves <palves@redhat.com>
15639
15640 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15641 the global scope. Set a breakpoint after all threads are started
15642 rather than stepping over two source lines. Expect the prompt.
15643 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15644 global.
15645 (NUM): Now 15.
15646 (main): Use threads_started_barrier to wait for all threads to
15647 start. Main thread no longer calls thread_function. Exit after
15648 180 seconds.
15649 (loop): New function.
15650 (thread_function): Wait on threads_started_barrier barrier. Call
15651 'loop' at each iteration.
15652 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15653 threads have started, instead of hardcoding number of "next"
15654 steps. Use an access watchpoint instead of a write watchpoint.
15655
15656 2015-01-09 Pedro Alves <palves@redhat.com>
15657
15658 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15659 (thread_func): Wait on barrier.
15660 (main): Wait for all threads to start before stopping GDB.
15661 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15662 global.
15663 (thread1_func, thread2_func): Wait on barrier.
15664 (main): Wait for all threads to start before stopping GDB.
15665 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15666 New global.
15667 (thread1_func, thread2_func): Wait on barrier.
15668 (main): Wait for all threads to start before stopping GDB.
15669
15670 2015-01-09 Pedro Alves <palves@redhat.com>
15671
15672 * gdb.threads/attach-many-short-lived-threads.c: New file.
15673 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15674
15675 2014-01-09 Pedro Alves <palves@redhat.com>
15676
15677 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15678 instead of to thread 2.
15679 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15680 Add barrier around each pthread_create call instead of around all
15681 calls.
15682 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15683 Set a break on thread_function and have the child threads hit it
15684 one at at a time.
15685
15686 2015-01-09 Pedro Alves <palves@redhat.com>
15687
15688 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15689 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15690 false.
15691 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15692 checking whether the target board is remote.
15693 * gdb.multi/multi-attach.exp: Likewise.
15694 * gdb.python/py-sync-interp.exp: Likewise.
15695 * gdb.server/ext-attach.exp: Likewise.
15696 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15697 tests that need to attach, instead of checking whether the target
15698 board is remote at the top of the file.
15699
15700 2015-01-08 Yao Qi <yao@codesourcery.com>
15701
15702 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15703
15704 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15705
15706 Fix testcase compilation.
15707 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15708
15709 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15710
15711 * gdb.python/py-type.exp: Add a couple test about empty
15712 array creation, and negative-length array creation.
15713
15714 2015-01-02 Doug Evans <xdje42@gmail.com>
15715
15716 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15717
15718 2015-01-02 Doug Evans <dje@google.com>
15719
15720 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15721
15722 2014-12-29 Yao Qi <yao@codesourcery.com>
15723
15724 * gdb.trace/entry-values.exp: Update comments. Rename variable
15725 bar_call_foo to returned_from_foo.
15726
15727 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15728
15729 PR gdb/17394
15730 * gdb.linespec/break-asm-file.c: New file.
15731 * gdb.linespec/break-asm-file.exp: New file.
15732 * gdb.linespec/break-asm-file0.s: New file.
15733 * gdb.linespec/break-asm-file1.s: New file.
15734
15735 2014-12-18 Nigel Stephens <nigel@mips.com>
15736 Maciej W. Rozycki <macro@codesourcery.com>
15737
15738 * gdb.base/float.exp: Handle the new output from "info float" on
15739 MIPS targets.
15740
15741 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15742
15743 Fix MinGW compilation.
15744 * gdb.compile/compile-ops.exp: Update untested message if
15745 !skip_compile_feature_tests.
15746 * gdb.compile/compile-setjmp.exp: Likewise.
15747 * gdb.compile/compile-tls.exp: Likewise.
15748 * gdb.compile/compile.exp: Likewise.
15749 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15750 supported on this host".
15751
15752 2014-12-16 Doug Evans <xdje42@gmail.com>
15753
15754 * boards/stabs.exp: New file.
15755
15756 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15757
15758 * gdb.base/completion.exp: Adjust to format changes of "maint
15759 print user-registers".
15760
15761 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15762
15763 PR server/17457
15764 * gdb.arch/aarch64-fp.c: New file.
15765 * gdb.arch/aarch64-fp.exp: New file.
15766
15767 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15768
15769 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15770 r210637, r210913, r211666, r215400, r215817).
15771
15772 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15773 * dg-extract-results.py: New file.
15774 * dg-extract-results.sh: Use it if the environment seems
15775 suitable.
15776
15777 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15778
15779 * dg-extract-results.py (parse_run): Handle warnings that
15780 are printed before a test harness is run.
15781
15782 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15783
15784 * dg-extract-results.py (Named): Remove __cmp__ method.
15785 (output_variation): Use a key to sort variation.harnesses.
15786
15787 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15788
15789 * dg-extract-results.py: For Python 3, force sys.stdout to
15790 handle surrogate escape sequences.
15791 (safe_open): New function.
15792 (output_segment, main): Use it.
15793
15794 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15795
15796 * dg-extract-results.py (Prog.result_re): Include options
15797 in test name.
15798
15799 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15800
15801 * dg-extract-results.py (output_variation): Always sort if
15802 do_sum.
15803
15804 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15805
15806 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15807 as long as we get pagination notifications.
15808
15809 2014-12-15 Jason Merrill <jason@redhat.com>
15810
15811 * Makefile.in (check-gdb.%): Restore.
15812 * README: Mention it.
15813
15814 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15815
15816 * gdb.ada/str_uninit: New testcase.
15817
15818 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15819
15820 PR symtab/17642
15821 * gdb.base/vla-stub-define.c: New file.
15822 * gdb.base/vla-stub.c: New file.
15823 * gdb.base/vla-stub.exp: New file.
15824
15825 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15826 Jan Kratochvil <jan.kratochvil@redhat.com>
15827 Tom Tromey <tromey@redhat.com>
15828
15829 * configure.ac: Add gdb.compile/.
15830 * configure: Regenerate.
15831 * gdb.compile/Makefile.in: New file.
15832 * gdb.compile/compile-ops.exp: New file.
15833 * gdb.compile/compile-ops.c: New file.
15834 * gdb.compile/compile-tls.c: New file.
15835 * gdb.compile/compile-tls.exp: New file.
15836 * gdb.compile/compile-constvar.S: New file.
15837 * gdb.compile/compile-constvar.c: New file.
15838 * gdb.compile/compile-mod.c: New file.
15839 * gdb.compile/compile-nodebug.c: New file.
15840 * gdb.compile/compile-setjmp-mod.c: New file.
15841 * gdb.compile/compile-setjmp.c: New file.
15842 * gdb.compile/compile-setjmp.exp: New file.
15843 * gdb.compile/compile-shlib.c: New file.
15844 * gdb.compile/compile.c: New file.
15845 * gdb.compile/compile.exp: New file.
15846 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15847
15848 2014-12-12 Tom Tromey <tromey@redhat.com>
15849
15850 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15851 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15852
15853 2014-12-12 Doug Evans <dje@google.com>
15854
15855 * lib/gdb-python.exp (get_python_valueof): New function.
15856 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15857
15858 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15859
15860 * gdb.base/completion.exp: Add test for completion of "info
15861 registers ".
15862
15863 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15864
15865 * gdb.base/func-ptrs.c: New file.
15866 * gdb.base/func-ptrs.exp: New file.
15867
15868 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15869
15870 PR breakpoints/17012
15871 * gdb.base/dprintf-detach.c: New file.
15872 * gdb.base/dprintf-detach.exp: New file.
15873
15874 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15875
15876 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15877 * lib/gdb.exp (target_is_gdbserver): New procedure.
15878
15879 2014-12-08 Doug Evans <dje@google.com>
15880
15881 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15882
15883 2014-12-05 Yao Qi <yao@codesourcery.com>
15884
15885 * gdb.guile/scm-error.exp: Remove the third argument to
15886 gdb_remote_download.
15887 * gdb.guile/scm-frame-args.exp: Likewise.
15888 * gdb.guile/scm-section-script.exp: Likewise.
15889
15890 2014-12-05 Yao Qi <yao@codesourcery.com>
15891
15892 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15893
15894 2014-12-04 Doug Evans <dje@google.com>
15895
15896 * gdb.python/py-objfile.exp: Add tests for
15897 objfile.add_separate_debug_file.
15898
15899 2014-12-04 Doug Evans <dje@google.com>
15900
15901 * lib/gdb.exp (get_build_id): New function.
15902 (build_id_debug_filename_get): Rewrite to use it.
15903 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15904
15905 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15906
15907 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15908 `method(long)', not just 0x0.
15909 * gdb.cp/nsalias.exp: Align code labels to 4.
15910 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15911 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15912 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15913 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15914 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15915 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15916
15917 2014-12-02 Doug Evans <dje@google.com>
15918
15919 PR symtab/17602
15920 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15921 * gdb.cp/anon-ns2.cc: ... here. New file.
15922 * gdb.cp/anon-ns.exp: Update.
15923
15924 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15925
15926 * gdb.python/py-events.py (inferior_call_handler): New.
15927 (register_changed_handler, memory_changed_handler): New.
15928 (test_events.invoke): Register new handlers.
15929 * gdb.python/py-events.exp: Add tests for inferior call,
15930 memory_changed and register_changed events.
15931
15932 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15933
15934 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15935 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15936 if the linker doesn't understand this.
15937
15938 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15939
15940 * gdb.python/python.exp: Change expected reply to help().
15941
15942 2014-12-01 Yao Qi <yao@codesourcery.com>
15943
15944 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15945 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15946 * configure: Re-generated.
15947
15948 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15949
15950 * gdb.cp/chained-calls.cc: New file.
15951 * gdb.cp/chained-calls.exp: New file.
15952 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15953
15954 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15955
15956 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15957 * gdb.dwarf2/symtab-producer.exp: Same.
15958 * gdb.gdb/python-interrupts.exp: Same.
15959 * gdb.gdb/python-selftest.exp: Same.
15960 * gdb.python/py-linetable.exp: Same.
15961 * gdb.python/py-type.exp: Same.
15962 * gdb.python/py-value-cc.exp: Same.
15963 * gdb.python/py-value.exp: Same.
15964
15965 2014-11-28 Yao Qi <yao@codesourcery.com>
15966
15967 * gdb.base/break-probes.exp: Match library name prefixed with
15968 sysroot.
15969
15970 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15971
15972 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15973 test expected output. Add parentheses for the call to print.
15974 Remove L suffix from integers.
15975
15976 2014-11-26 Doug Evans <dje@google.com>
15977
15978 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15979
15980 2014-11-22 Yao Qi <yao@codesourcery.com>
15981
15982 * gdb.trace/entry-values.c: Remove asms.
15983 (foo): Add foo_label.
15984 (bar): Add bar_label.
15985 * gdb.trace/entry-values.exp: Remove code computing foo's
15986 length and bar's length.
15987 (Dwarf::assemble): Invoke function_range for bar and use
15988 MACRO_AT_func for foo.
15989
15990 2014-11-22 Yao Qi <yao@codesourcery.com>
15991
15992 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15993 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15994 Use .Lgcc43_procstart instead of gcc43.
15995
15996 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15997
15998 * gdb.ada/n_arr_bound: New testcase.
15999
16000 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16001
16002 PR breakpoints/10737
16003 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16004 test_catch_syscall_multi_arch.
16005 (test_catch_syscall_multi_arch): New function.
16006
16007 2014-11-20 Doug Evans <xdje42@gmail.com>
16008
16009 * gdb.base/maint.exp: Update expected output.
16010
16011 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16012
16013 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16014 4-byte instruction on S390.
16015
16016 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16017
16018 * gdb.ada/arr_arr: New testcase.
16019
16020 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16021
16022 * gdb.ada/pkd_arr_elem: New Testcase.
16023
16024 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16025
16026 * gdb.reverse/break-precsave: Expect completion message for
16027 core file reads.
16028 * gdb.reverse/consecutive-precsave.exp: Likewise.
16029 * gdb.reverse/finish-precsave.exp: Likewise.
16030 * gdb.reverse/i386-precsave.exp: Likewise.
16031 * gdb.reverse/machinestate-precsave.exp: Likewise.
16032 * gdb.reverse/sigall-precsave.exp: Likewise.
16033 * gdb.reverse/solib-precsave.exp: Likewise.
16034 * gdb.reverse/step-precsave.exp: Likewise.
16035 * gdb.reverse/until-precsave.exp: Likewise.
16036 * gdb.reverse/watch-precsave.exp: Likewise.
16037
16038 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16039
16040 * gdb.base/bp-permanent.c: Include unistd.h.
16041 * gdb.python/py-framefilter-mi.c (main): Add return type.
16042 * gdb.python/py-framefilter.c (main): Likewise.
16043 * gdb.trace/actions-changed.c (main): Likewise.
16044
16045 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16046
16047 * gdb.mi/until.c: Add eye-catchers.
16048 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16049 line numbers.
16050
16051 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16052
16053 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16054 function header variants in break1.c.
16055 * gdb.base/ena-dis-br.exp: Likewise.
16056 * gdb.base/hbreak2.exp: Likewise.
16057 * gdb.reverse/until-precsave.exp: Drop references to removed
16058 non-prototype function header variants in ur1.c.
16059 * gdb.reverse/until-reverse.exp: Likewise.
16060
16061 2014-11-17 Petr Machata <pmachata@redhat.com>
16062
16063 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16064 ${_cu_offset_size} bytes abbrev offset.
16065
16066 2014-11-15 Doug Evans <xdje42@gmail.com>
16067
16068 PR symtab/17559
16069 * gdb.base/line-symtabs.exp: New file.
16070 * gdb.base/line-symtabs.c: New file.
16071 * gdb.base/line-symtabs.h: New file.
16072
16073 2014-11-14 Yao Qi <yao@codesourcery.com>
16074
16075 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16076 (func): Add label func_label.
16077 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16078 Replace low_pc and high_pc with MACRO_AT_range.
16079 Replace name, low_pc and high_pc with MACRO_AT_func.
16080
16081 2014-11-14 Yao Qi <yao@codesourcery.com>
16082
16083 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16084 Replace name, low_pc and high_pc with MACRO_AT_func.
16085
16086 2014-11-14 Yao Qi <yao@codesourcery.com>
16087
16088 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16089 produce debug information.
16090 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16091
16092 2014-11-14 Yao Qi <yao@codesourcery.com>
16093
16094 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16095 object and get function length.
16096 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16097 with MACRO_AT_func.
16098 (top-level): Replace gdb_compile and clean_restart with
16099 prepare_for_testing.
16100 * gdb.dwarf2/main.c (main): Add label main_label.
16101
16102 2014-11-14 Yao Qi <yao@codesourcery.com>
16103
16104 * lib/dwarf.exp (function_range): New procedure.
16105 (Dwarf::_handle_macro_at_func): New procedure.
16106 (Dwarf::_handle_macro_at_range): New procedure.
16107 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16108
16109 2014-11-14 Yao Qi <yao@codesourcery.com>
16110
16111 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16112 (_handle_attribute): New procedure.
16113
16114 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16115
16116 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16117 * gdb.base/call-sc.c (zed): Likewise.
16118 * gdb.base/checkpoint.c (main): Likewise.
16119 * gdb.base/dump.c (main): Likewise.
16120 * gdb.base/gcore.c (main): Likewise.
16121 * gdb.base/huge.c (main): Likewise.
16122 * gdb.base/multi-forks.c (main): Likewise.
16123 * gdb.base/pr10179-a.c (main): Likewise.
16124 * gdb.base/savedregs.c (main): Likewise.
16125 * gdb.base/sigaltstack.c (main): Likewise.
16126 * gdb.base/siginfo.c (main): Likewise.
16127 * gdb.base/structs.c (zed): Likewise.
16128 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16129 * gdb.mi/mi-syn-frame.c (main): Likewise.
16130 * gdb.mi/until.c (foo, main): Likewise.
16131 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16132 * gdb.base/solib-weak.c (foo): Declare.
16133 * gdb.base/attach-twice.c: Include stdio.h.
16134 * gdb.base/weaklib1.c: Likewise.
16135 * gdb.base/weaklib2.c: Likewise.
16136 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16137 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16138 unistd.h.
16139 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16140 * gdb.mi/mi-exit-code.c: Likewise.
16141 * gdb.base/break-interp-lib.c: Include string.h.
16142 * gdb.base/coremaker.c: Likewise.
16143 * gdb.base/testenv.c: Likewise.
16144 * gdb.python/py-finish-breakpoint.c: Likewise.
16145 * gdb.base/inferior-died.c: Include sys/wait.h.
16146 * gdb.base/fileio.c: Include time.h.
16147 * gdb.base/async-shell.c: Include unistd.h.
16148 * gdb.base/dprintf-non-stop.c: Likewise.
16149 * gdb.base/info-os.c: Likewise.
16150 * gdb.mi/mi-console.c: Likewise.
16151 * gdb.mi/watch-nonstop.c: Likewise.
16152 * gdb.python/py-events.c: Likewise.
16153 * gdb.base/async.c (baz): Move up before its invocation.
16154 * gdb.base/code_elim2.c (my_global_func): Likewise.
16155 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16156 * gdb.base/advance.c (func2): Likewise.
16157
16158 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16159
16160 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16161 variant.
16162 * gdb.base/annota3.c: Likewise.
16163 * gdb.base/async.c: Likewise.
16164 * gdb.base/average.c: Likewise.
16165 * gdb.base/call-ar-st.c: Likewise.
16166 * gdb.base/call-rt-st.c: Likewise.
16167 * gdb.base/call-sc.c: Likewise.
16168 * gdb.base/call-strs.c: Likewise.
16169 * gdb.base/ending-run.c: Likewise.
16170 * gdb.base/execd-prog.c: Likewise.
16171 * gdb.base/exprs.c: Likewise.
16172 * gdb.base/foll-exec.c: Likewise.
16173 * gdb.base/foll-fork.c: Likewise.
16174 * gdb.base/foll-vfork.c: Likewise.
16175 * gdb.base/funcargs.c: Likewise.
16176 * gdb.base/gcore.c: Likewise.
16177 * gdb.base/jump.c: Likewise.
16178 * gdb.base/langs0.c: Likewise.
16179 * gdb.base/langs1.c: Likewise.
16180 * gdb.base/langs2.c: Likewise.
16181 * gdb.base/mips_pro.c: Likewise.
16182 * gdb.base/nodebug.c: Likewise.
16183 * gdb.base/opaque0.c: Likewise.
16184 * gdb.base/opaque1.c: Likewise.
16185 * gdb.base/recurse.c: Likewise.
16186 * gdb.base/run.c: Likewise.
16187 * gdb.base/scope0.c: Likewise.
16188 * gdb.base/scope1.c: Likewise.
16189 * gdb.base/setshow.c: Likewise.
16190 * gdb.base/setvar.c: Likewise.
16191 * gdb.base/shmain.c: Likewise.
16192 * gdb.base/shr1.c: Likewise.
16193 * gdb.base/shr2.c: Likewise.
16194 * gdb.base/sigall.c: Likewise.
16195 * gdb.base/signals.c: Likewise.
16196 * gdb.base/so-indr-cl.c: Likewise.
16197 * gdb.base/solib2.c: Likewise.
16198 * gdb.base/structs.c: Likewise.
16199 * gdb.base/sum.c: Likewise.
16200 * gdb.base/vforked-prog.c: Likewise.
16201 * gdb.base/watchpoint.c: Likewise.
16202 * gdb.reverse/shr2.c: Likewise.
16203 * gdb.reverse/until-reverse.c: Likewise.
16204 * gdb.reverse/ur1.c: Likewise.
16205 * gdb.reverse/watch-reverse.c: Likewise.
16206
16207 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16208
16209 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16210 variant.
16211 * gdb.base/sepdebug.exp: Drop references to removed code.
16212
16213 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16214
16215 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16216 variant. Preserve original line numbering.
16217 * gdb.base/list1.c: Likewise.
16218
16219 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16220
16221 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16222 variant.
16223 * gdb.base/break1.c: Likewise.
16224 * gdb.base/break.exp: Drop references to removed code.
16225
16226 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16227
16228 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16229 variant.
16230
16231 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16232
16233 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16234
16235 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16236
16237 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16238 logic into perform_all_tests() and invoke it with and without
16239 function header prototypes.
16240 (do_function_calls): Remove conditional XFAIL for PR 5318.
16241 (rerun_and_prepare): Remove duplicate code.
16242 (perform_all_tests): New. Main logic moved here.
16243
16244 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16245
16246 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16247 code guarded by #ifdef NO_PROTOTYPES.
16248 (t_double_many_args): Likewise.
16249 (DEF_FUNC_MANY_ARGS_1): Likewise.
16250 (DEF_FUNC_VALUES_1): Likewise.
16251 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16252 guarded by #ifdef PROTOTYPES.
16253
16254 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16255
16256 * gdb.mi/mi-console.c: Add eye-catcher.
16257 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16258 instead of literal line number.
16259
16260 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16261
16262 * gdb.base/shr2.c: Add eye-catcher.
16263 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16264 line number.
16265
16266 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16267
16268 * gdb.base/jump.c: Add eye-catchers.
16269 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16270 numbers.
16271
16272 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16273
16274 * gdb.base/execd-prog.c: Add eye-catchers.
16275 * gdb.base/foll-exec.c: Likewise.
16276 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16277 line numbers.
16278
16279 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16280
16281 * gdb.base/ending-run.c: Add eye-catchers.
16282 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16283 literal line numbers.
16284
16285 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16286
16287 * gdb.base/call-rt-st.c: Add eye-catchers.
16288 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16289 literal line numbers.
16290
16291 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16292
16293 * gdb.base/call-ar-st.c: Add eye-catchers.
16294 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16295 literal line numbers.
16296
16297 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16298
16299 * gdb.base/average.c: Add eye-catchers.
16300 * gdb.base/sum.c: Likewise.
16301 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16302 regexps dynamically.
16303
16304 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16305
16306 * gdb.base/solib1.c: Add eye-catchers.
16307 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16308 literal line numbers.
16309
16310 2014-11-12 Pedro Alves <palves@redhat.com>
16311
16312 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16313 leader has exited.
16314
16315 2014-11-12 Pedro Alves <palves@redhat.com>
16316
16317 * gdb.arch/i386-bp_permanent.c: New file.
16318 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16319 (srcfile): Set to i386-bp_permanent.c.
16320 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16321 that stepi does not execute the 'leave' instruction, instead of
16322 testing it does execute.
16323 * gdb.base/bp-permanent.c: New file.
16324 * gdb.base/bp-permanent.exp: New file.
16325
16326 2014-11-10 Doug Evans <xdje42@gmail.com>
16327
16328 PR symtab/17564
16329 * gdb.base/symtab-search-order.exp: New file.
16330 * gdb.base/symtab-search-order.c: New file.
16331 * gdb.base/symtab-search-order-1.c: New file.
16332 * gdb.base/symtab-search-order-shlib-1.c: New file.
16333
16334 2014-11-07 Pedro Alves <palves@redhat.com>
16335
16336 PR gdb/17511
16337 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16338 i?86-*-linux*.
16339
16340 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16341
16342 PR c++/17494
16343 * gdb.cp/pr17494.cc: New file.
16344 * gdb.cp/pr17494.exp: New file.
16345
16346 2014-11-02 Yao Qi <yao@codesourcery.com>
16347
16348 * gdb.python/python.exp: Get working directory and match the
16349 output of "set extended-prompt \\w " with it.
16350
16351 2014-10-30 Doug Evans <dje@google.com>
16352
16353 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16354 in objfiles.
16355 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16356 in progspaces.
16357
16358 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16359
16360 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16361 * gdb.base/realname-expand.exp: Likewise.
16362 * gdb.linespec/macro-relative.exp: Likewise.
16363
16364 2014-10-29 Pedro Alves <palves@redhat.com>
16365
16366 PR gdb/17408
16367 * gdb.threads/schedlock.c (some_function): New function.
16368 (call_function): New global.
16369 (MAYBE_CALL_SOME_FUNCTION): New macro.
16370 (thread_function): Call it.
16371 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16372 and use it instead of a global counter. Adjust all callers.
16373 (get_current_thread): Use "find current thread" for test message
16374 here rather than having all callers pass down the same string.
16375 (goto_loop): New procedure, factored out from ...
16376 (my_continue): ... this.
16377 (step_ten_loops): Change parameter from test message to command to
16378 use. Adjust.
16379 (list_count): Delete global.
16380 (check_result): New procedure, factored out from duplicate top
16381 level code.
16382 (continue tests): Wrap in with_test_prefix.
16383 (test_step): New procedure, factored out from duplicate top level
16384 code.
16385 (top level): Test "step" in combination with all scheduler-locking
16386 modes. Test "next" in combination with all scheduler-locking
16387 modes, and in combination with stepping over a function call or
16388 not.
16389 * gdb.threads/next-bp-other-thread.c: New file.
16390 * gdb.threads/next-bp-other-thread.exp: New file.
16391
16392 2014-10-29 Pedro Alves <palves@redhat.com>
16393
16394 PR python/17372
16395 * gdb.python/python.exp: Test a multi-line command that spawns
16396 interactive Python.
16397 * gdb.base/multi-line-starts-subshell.exp: New file.
16398
16399 2014-10-29 Yao Qi <yao@codesourcery.com>
16400
16401 * gdb.base/fileio.exp: Make directories on host.
16402
16403 2014-10-29 Yao Qi <yao@codesourcery.com>
16404
16405 * gdb.base/fileio.c (test_write): Close the file.
16406
16407 2014-10-28 Pedro Alves <palves@redhat.com>
16408
16409 PR gdb/12623
16410 * gdb.base/sigstep.c (no_handler): New global.
16411 (main): If 'no_handler is true, set the signal handlers to
16412 SIG_IGN.
16413 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16414 with_sw_watch and no_handler parameters. Handle them.
16415 (top level) <stepping over handler when stopped at a breakpoint
16416 test>: Add a test axis for testing with a software watchpoint, and
16417 another for testing with the signal handler set to SIG_IGN.
16418 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16419 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16420
16421 2014-10-28 Pedro Alves <palves@redhat.com>
16422
16423 PR gdb/17511
16424 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16425 * gdb.base/sigstep.exp (other_handler_location): New global.
16426 (advance): Support stepping into the signal handler, and running
16427 commands while in the handler.
16428 (in_handler_map): New global.
16429 (top level): In the advance test, add combinations for getting
16430 into the handler with stepping commands, and for running commands
16431 in the handler. Add comment descripting the advancei tests.
16432
16433 2014-10-28 Pedro Alves <palves@redhat.com>
16434
16435 * gdb.base/sigstep.exp: Use build_executable instead of
16436 prepare_for_testing.
16437 (top level): Move code that starts GDB, runs to main and creates a
16438 display to ...
16439 (restart): ... this new procedure.
16440 (top level): Move backtrace from signal handler test to ...
16441 (validate_backtrace): ... this new procedure.
16442 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16443 with_test_prefix. Always restart GDB.
16444 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16445 with_test_prefix. Always restart GDB. No need to delete
16446 breakpoints after the test.
16447 (test_skip_handler): Remove prefix parameter.
16448 (skip_over_handler, breakpoint_to_handler)
16449 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16450 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16451 restart GDB. No need to delete breakpoints after the test.
16452 (top level): Use foreach to call the test procedures with
16453 different commands.
16454
16455 2014-10-28 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16458 instead of GNATS numbers.
16459 * gdb.base/sigbpt.exp: Likewise.
16460 * gdb.base/siginfo.exp: Likewise.
16461 * gdb.base/sigstep.exp: Likewise.
16462
16463 2014-10-27 Pedro Alves <palves@redhat.com>
16464
16465 * gdb.base/sigstep.c (dummy): New global.
16466 (main): Issue a couple writes to the new global.
16467 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16468 procedures.
16469 (skip_over_handler): Use test_skip_handler.
16470 (top level): Call skip_over_handler for stepi and nexti too.
16471 (breakpoint_over_handler): Use test_skip_handler.
16472 (top level): Call breakpoint_over_handler for stepi and nexti too.
16473
16474 2014-10-27 Yao Qi <yao@codesourcery.com>
16475
16476 * gdb.trace/tfile.c (adjust_function_address)
16477 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16478 function descriptor.
16479
16480 2014-10-24 Don Breazeal <donb@codesourcery.com>
16481
16482 * gdb.base/foll-fork.exp (test_follow_fork,
16483 catch_fork_child_follow): Check for updated fork messages emitted
16484 from infrun.c.
16485 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16486 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16487 vfork_and_exec_child_follow_through_step): Check for updated vfork
16488 messages emitted from infrun.c.
16489
16490 2014-10-24 Pedro Alves <palves@redhat.com>
16491
16492 * gdb.base/corefile.exp: Remove references to ultrix.
16493 * gdb.base/interrupt.exp: Likewise.
16494 * gdb.base/whatis.exp: Likewise.
16495 * gdb.gdb/selftest.exp: Likewise.
16496 * gdb.threads/manythreads.exp: Likewise.
16497 * gdb.threads/print-threads.exp: Likewise.
16498 * gdb.threads/pthreads.exp:: Likewise.
16499 * gdb.threads/schedlock.exp: Likewise.
16500
16501 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16502
16503 * gdb.cp/non-trivial-retval.cc: Add a test case.
16504 * gdb.cp/non-trivial-retval.exp: Add a test.
16505
16506 2014-10-20 Yao Qi <yao@codesourcery.com>
16507
16508 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16509 * gdb.python/py-objfile-script-gdb.py: New file.
16510 * gdb.python/py-objfile-script.exp: Update reference to
16511 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16512 of remote_download. Remove the dest file.
16513
16514 2014-10-20 Yao Qi <yao@codesourcery.com>
16515
16516 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16517 * gdb.base/step-line.exp: Likewise.
16518 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16519 * gdb.dwarf2/dw2-basic.exp: Likewise.
16520 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16521 * gdb.dwarf2/dw2-filename.exp: Likewise.
16522 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16523 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16524 * gdb.dwarf2/dw2-producer.exp: Likewise.
16525 * gdb.dwarf2/mac-fileno.exp: Likewise.
16526 * gdb.python/py-frame-args.exp: Likewise.
16527 * gdb.python/py-framefilter.exp: Likewise.
16528 * gdb.python/py-mi.exp: Likewise.
16529 * gdb.python/py-objfile-script.exp: Likewise
16530 * gdb.python/py-pp-integral.exp: Likewise.
16531 * gdb.python/py-pp-re-notag.exp: Likewise.
16532 * gdb.python/py-prettyprint.exp: Likewise.
16533 * gdb.python/py-section-script.exp: Likewise.
16534 * gdb.python/py-typeprint.exp: Likewise.
16535 * gdb.python/py-xmethods.exp: Likewise.
16536 * gdb.stabs/weird.exp: Likewise.
16537 * gdb.xml/tdesc-regs.exp: Likewise.
16538
16539 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16540
16541 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16542 (out_cu): Use addr_len for the size of addresses.
16543 (out_line): Likewise. Size DW_LNE_set_address instruction
16544 according to addr_len.
16545 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16546 (FUNC): Add START_INSNS to definition.
16547
16548 2014-10-18 Yao Qi <yao@codesourcery.com>
16549
16550 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16551 gdb_has_argv0 return true.
16552 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16553 check [target_info exists noargs], check [gdb_has_argv0]
16554 instead.
16555 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16556 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16557 procedures.
16558
16559 2014-10-17 Doug Evans <dje@google.com>
16560
16561 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16562 event.
16563 * gdb.python/py-events.py: Add clear_objfiles event.
16564
16565 2014-10-17 Doug Evans <dje@google.com>
16566
16567 * gdb.python/py-objfile.exp: Test progspace attribute.
16568
16569 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16570
16571 * gdb.guile/scm-breakpoint.exp: Do not assume any
16572 directory separators when matching source file paths.
16573 * gdb.python/py-breakpoint.exp: Likewise.
16574 * gdb.reverse/break-precsave.exp: Likewise.
16575 * gdb.reverse/break-reverse.exp: Likewise.
16576 * gdb.reverse/consecutive-precsave.exp: Likewise.
16577 * gdb.reverse/finish-precsave.exp: Likewise.
16578 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16579 * gdb.reverse/finish-reverse.exp: Likewise.
16580 * gdb.reverse/i386-precsave.exp: Likewise.
16581 * gdb.reverse/i387-env-reverse.exp: Likewise.
16582 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16583 * gdb.reverse/machinestate-precsave.exp: Likewise.
16584 * gdb.reverse/machinestate.exp: Likewise.
16585 * gdb.reverse/sigall-precsave.exp: Likewise.
16586 * gdb.reverse/solib-precsave.exp: Likewise.
16587 * gdb.reverse/step-precsave.exp: Likewise.
16588 * gdb.reverse/until-precsave.exp: Likewise.
16589 * gdb.reverse/watch-precsave.exp: Likewise.
16590 * gdb.reverse/watch-reverse.exp: Likewise.
16591
16592 2014-10-17 Yao Qi <yao@codesourcery.com>
16593
16594 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16595 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16596
16597 2014-10-17 Pedro Alves <palves@redhat.com>
16598
16599 PR gdb/17471
16600 * gdb.base/bg-execution-repeat.c: New file.
16601 * gdb.base/bg-execution-repeat.exp: New file.
16602
16603 2014-10-17 Pedro Alves <palves@redhat.com>
16604
16605 PR gdb/17300
16606 * gdb.base/continue-all-already-running.c: New file.
16607 * gdb.base/continue-all-already-running.exp: New file.
16608
16609 2014-10-17 Pedro Alves <palves@redhat.com>
16610
16611 PR gdb/17472
16612 * gdb.base/annota-input-while-running.c: New file.
16613 * gdb.base/annota-input-while-running.exp: New file.
16614
16615 2014-10-17 Pedro Alves <palves@redhat.com>
16616
16617 * gdb.base/callfuncs.exp: emove references to osf.
16618 * gdb.base/sigall.exp: Likewise.
16619 * gdb.gdb/selftest.exp: Likewise.
16620 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16621 * gdb.mi/non-stop.c: Likewise.
16622 * gdb.mi/pthreads.c: Likewise.
16623 * gdb.reverse/sigall-precsave.exp: Likewise.
16624 * gdb.reverse/sigall-reverse.exp: Likewise.
16625 * gdb.threads/pthreads.c: Likewise.
16626 * gdb.threads/pthreads.exp: Likewise.
16627
16628 2014-10-17 Yao Qi <yao@codesourcery.com>
16629
16630 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16631 check 'target_info exists noargs'.
16632 (test_command_prompt_position): Likewise.
16633 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16634 Remove "set args".
16635 (progvar_simple_while_test): Likewise.
16636 (progvar_complex_if_while_test): Likewise.
16637 (if_while_breakpoint_command_test): Likewise.
16638 (infrun_breakpoint_command_test): Likewise.
16639 (breakpoint_command_test): Likewise.
16640 (watchpoint_command_test): Likewise.
16641 (bp_deleted_in_command_test): Likewise.
16642 (temporary_breakpoint_commands): Likewise.
16643
16644 2014-10-16 Yao Qi <yao@codesourcery.com>
16645
16646 * gdb.base/remotetimeout.exp: Remove noargs checking.
16647
16648 2014-10-15 Pedro Alves <palves@redhat.com>
16649
16650 PR breakpoints/9649
16651 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16652 * gdb.base/breakpoint-in-ro-region.exp
16653 (probe_target_hardware_step): New procedure.
16654 (top level): Probe hardware stepping and hardware breakpoint
16655 support. Test stepping through a read-only region, with both
16656 "breakpoint auto-hw" on and off and both "always-inserted" on and
16657 off.
16658
16659 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16660
16661 * gdb.dlang/demangle.exp: Update for demangling changes.
16662
16663 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16664
16665 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16666 * gdb.cp/non-trivial-retval.exp: Add new tests.
16667
16668 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16669
16670 PR c++/13403
16671 PR c++/15154
16672 * gdb.cp/non-trivial-retval.cc: New file.
16673 * gdb.cp/non-trivial-retval.exp: New file.
16674
16675 2014-10-15 Yao Qi <yao@codesourcery.com>
16676
16677 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16678 remote host.
16679
16680 2014-10-15 Yao Qi <yao@codesourcery.com>
16681
16682 * gdb.python/py-symbol.exp: Match file base name if host is
16683 remote, otherwise match file name with dir name.
16684 * gdb.python/py-symtab.exp: Likewise.
16685 * gdb.python/python.exp: Likewise.
16686
16687 2014-10-15 Yao Qi <yao@codesourcery.com>
16688
16689 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16690 pattern.
16691 * gdb.python/py-symtab.exp: Likewise.
16692 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16693 locationn.
16694
16695 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16696
16697 * gdb.ada/addr_arith: New testcase.
16698
16699 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16700
16701 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16702 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16703 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16704 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16705
16706 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16707
16708 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16709 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16710 * gdb.arch/stap-eval-lang-ada.exp: New file.
16711
16712 2014-10-14 Yao Qi <yao@codesourcery.com>
16713
16714 * gdb.mi/mi-var-child.c (nothing1): New function.
16715 (nothing2): New function.
16716 (do_children_tests): Set function pointers by nothing1 and
16717 nothing2.
16718 * gdb.mi/mi-var-child.exp: Step over new added statements.
16719 Update test to match the new output.
16720 * gdb.mi/var-cmd.c (nothing1): New function.
16721 (nothing2): New function.
16722 (do_children_tests): Set function pointers by nothing1 and
16723 nothing2.
16724 * gdb.mi/mi-var-display.exp: Update test to match output.
16725 Step to the line specified by $line_dct_nothing.
16726 Increase the number of lines to step.
16727
16728 2014-10-14 Yao Qi <yao@codesourcery.com>
16729
16730 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16731 tests.
16732 * gdb.mi/mi2-var-child.exp: Likewise.
16733
16734 2014-10-13 Doug Evans <dje@google.com>
16735
16736 * gdb.python/py-objfile.exp: Change name of file name test.
16737
16738 2014-10-13 Doug Evans <dje@google.com>
16739
16740 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16741 from the start of the CU.
16742
16743 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16744 Yao Qi <yao@codesourcery.com>
16745
16746 Fix "save breakpoints" for "catch" command.
16747 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16748 Remove -nonewline. Match also the added "main" line.
16749
16750 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16751
16752 Fix "save breakpoints" for "disable $bpnum" command.
16753 * gdb.base/save-bp.c (main): Add label.
16754 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16755
16756 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16757
16758 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16759
16760 2014-10-11 Yao Qi <yao@codesourcery.com>
16761
16762 * gdb.server/server-kill.exp: Execute command
16763 "set remote trace-status-packet on" before "tstatus".
16764
16765 2014-10-11 Yao Qi <yao@codesourcery.com>
16766
16767 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16768 (main): Call getppid.
16769 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16770 and continue to it. Read variable "server_pid".
16771
16772 2014-10-11 Yao Qi <yao@codesourcery.com>
16773
16774 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16775
16776 2014-10-11 Yao Qi <yao@codesourcery.com>
16777
16778 * gdb.threads/thread-find.exp: Don't execute command
16779 "info threads".
16780 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16781 * gdb.threads/linux-dp.exp: Don't check the condition
16782 $threads_created equals to zero.
16783
16784 2014-10-10 Pedro Alves <palves@redhat.com>
16785
16786 * gdb.base/bigcore.exp: Remove references to IRIX.
16787 * gdb.base/funcargs.exp: Likewise.
16788 * gdb.base/interrupt.exp: Likewise.
16789 * gdb.base/mips_pro.exp: Likewise.
16790 * gdb.base/nodebug.exp: Likewise.
16791 * gdb.base/setvar.exp: Likewise.
16792 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16793
16794 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16795 Pedro Alves <palves@redhat.com>
16796
16797 PR symtab/14466
16798 * gdb.base/vdso-warning.c: New file.
16799 * gdb.base/vdso-warning.exp: New file.
16800
16801 2014-10-02 Doug Evans <dje@google.com>
16802
16803 * gdb.base/structs.c (main): Don't run forever.
16804
16805 2014-10-02 Pedro Alves <palves@redhat.com>
16806
16807 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16808 (top level) <stop threads 1, stop threads 2>: Use it.
16809
16810 2014-10-02 Pedro Alves <palves@redhat.com>
16811
16812 * gdb.threads/break-while-running.exp (test): Add new
16813 'update_thread_list' argument. Skip "info threads" if false.
16814 (top level): Add new 'update_thread_list' axis.
16815
16816 2014-10-02 Pedro Alves <palves@redhat.com>
16817
16818 PR breakpoints/17431
16819 * gdb.base/execl-update-breakpoints.c: New file.
16820 * gdb.base/execl-update-breakpoints.exp: New file.
16821
16822 2014-10-01 Pedro Alves <palves@redhat.com>
16823
16824 * gdb.base/breakpoint-in-ro-region.c: New file.
16825 * gdb.base/breakpoint-in-ro-region.exp: New file.
16826
16827 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16828
16829 * gdb.mi/mi-exit-code.exp: New file.
16830 * gdb.mi/mi-exit-code.c: New file.
16831
16832 2014-09-30 Yao Qi <yao@codesourcery.com>
16833
16834 * lib/prelink-support.exp (build_executable_own_libs): Error if
16835 the target isn't native.
16836
16837 2014-09-30 Yao Qi <yao@codesourcery.com>
16838
16839 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16840 false.
16841
16842 2014-09-22 Pedro Alves <palves@redhat.com>
16843
16844 * gdb.threads/break-while-running.exp: New file.
16845 * gdb.threads/break-while-running.c: New file.
16846
16847 2014-09-19 Yao Qi <yao@codesourcery.com>
16848
16849 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16850 Invoke test. Restart GDB with --readnow and invoke test again.
16851
16852 2014-09-19 Yao Qi <yao@codesourcery.com>
16853
16854 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16855 proc set_breakpoint_on_gcd_function. Invoke
16856 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16857 invoke set_breakpoint_on_gcd_function again.
16858
16859 2014-09-18 Doug Evans <dje@google.com>
16860
16861 * gdb.dwarf2/symtab-producer.exp: New file.
16862
16863 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16864
16865 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16866 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16867 * gdb.base/global-var-nested-by-dso.c: Likewise.
16868 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16869
16870 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16871 Pedro Alves <palves@redhat.com>
16872
16873 * gdb.base/watch-bitfields.exp: Pass string other than test file
16874 name to prepare_for_testing.
16875 (watch): New procedure.
16876 (expect_watchpoint): Use with_test_prefix.
16877 (top level): Factor out tests to ...
16878 (test_watch_location, test_regular_watch): ... these new
16879 procedures, and use with_test_prefix and gdb_continue_to_end.
16880
16881 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16882
16883 PR breakpoints/12526
16884 * gdb.base/watch-bitfields.exp: New file.
16885 * gdb.base/watch-bitfields.c: New file.
16886
16887 2014-09-16 Pedro Alves <palves@redhat.com>
16888
16889 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16890 software and hardware addresses, not software address against
16891 itself.
16892
16893 2014-09-16 Pedro Alves <palves@redhat.com>
16894
16895 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16896 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16897
16898 2014-09-16 Pedro Alves <palves@redhat.com>
16899
16900 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16901 files.
16902 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16903 "*-*-vxworks*" throughout.
16904 * gdb.base/break.exp: Likewise.
16905 * gdb.base/default.exp: Likewise.
16906 * gdb.base/scope.exp: Likewise.
16907 * gdb.base/sepdebug.exp: Likewise.
16908 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16909 throughout.
16910 * gdb.base/run.c: Likewise.
16911 * gdb.base/sepdebug.c: Likewise.
16912 * gdb.hp/gdb.aCC/run.c: Likewise.
16913 * gdb.reverse/until-reverse.c: Likewise.
16914 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16915
16916 2014-09-16 Yao Qi <yao@codesourcery.com>
16917
16918 * boards/local-remote-host-native.exp: New file.
16919
16920 2014-09-14 Doug Evans <xdje42@gmail.com>
16921
16922 * gdb.threads/queue-signal.c (thread_count): New variable.
16923 (thread_count_mutex, thread_count_condvar): New variables.
16924 (incr_thread_count, wait_all_threads_running): New functions.
16925 (main): Wait for all threads to be in their thread functions.
16926
16927 2014-09-13 Doug Evans <xdje42@gmail.com>
16928
16929 * gdb.threads/queue-signal.c: New file.
16930 * gdb.threads/queue-signal.exp: New file.
16931
16932 2014-09-13 Doug Evans <xdje42@gmail.com>
16933
16934 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16935 be consistent with what default_gdb_init uses.
16936 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16937 the plain text of the prompt. Add some logging printfs.
16938 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16939
16940 2014-09-12 Pedro Alves <palves@redhat.com>
16941
16942 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16943 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16944 * gdb.arch/i386-size-overlap.exp: Likewise.
16945 * gdb.arch/i386-size.exp: Likewise.
16946 * gdb.arch/i386-unwind.exp: Likewise.
16947 * gdb.base/a2-run.exp: Likewise.
16948 * gdb.base/break.exp: Likewise.
16949 * gdb.base/charset.exp: Likewise.
16950 * gdb.base/chng-syms.exp: Likewise.
16951 * gdb.base/commands.exp: Likewise.
16952 * gdb.base/dbx.exp: Likewise.
16953 * gdb.base/find.exp: Likewise.
16954 * gdb.base/funcargs.exp: Likewise.
16955 * gdb.base/jit-simple.exp: Likewise.
16956 * gdb.base/reread.exp: Likewise.
16957 * gdb.base/sepdebug.exp: Likewise.
16958 * gdb.base/step-bt.exp: Likewise.
16959 * gdb.cp/mb-inline.exp: Likewise.
16960 * gdb.cp/mb-templates.exp: Likewise.
16961 * gdb.objc/basicclass.exp: Likewise.
16962 * gdb.threads/killed.exp: Likewise.
16963
16964 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16965
16966 PR tdep/17379
16967 * gdb.arch/powerpc-stackless.S: New file.
16968 * gdb.arch/powerpc-stackless.exp: New file.
16969
16970 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16971
16972 * gdb.base/attach.c: Include unistd.h.
16973 (main): Call alarm. Add label postloop.
16974 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16975 gdb_breakpoint, gdb_continue_to_breakpoint.
16976 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16977
16978 2014-09-11 Pedro Alves <palves@redhat.com>
16979
16980 PR gdb/17347
16981 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16982 * gdb.base/attach.exp (test_command_line_attach_run): New
16983 procedure.
16984 (top level): Call it.
16985
16986 2014-09-11 Pedro Alves <palves@redhat.com>
16987
16988 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16989 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16990 (do_command_attach_tests): Use spawn_wait_for_attach.
16991 * gdb.base/solib-overlap.exp: Likewise.
16992 * gdb.multi/multi-attach.exp: Likewise.
16993 * gdb.python/py-prompt.exp: Likewise.
16994 * gdb.python/py-sync-interp.exp: Likewise.
16995 * gdb.server/ext-attach.exp: Likewise.
16996
16997 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16998
16999 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17000 command in testcase. Simplify testcase.
17001
17002 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17003
17004 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17005
17006 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17007
17008 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17009
17010 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17011
17012 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17013
17014 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17015
17016 * gdb.dwarf2/dynarr-ptr.c: New file.
17017 * gdb.dwarf2/dynarr-ptr.exp: New file.
17018
17019 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17020
17021 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17022 of 30 rather than hardcoding 120 for a slow test case. Take the
17023 `gdb,timeout' target setting into account for this calculation.
17024 Don't extend the timeout for the test cases that don't need it.
17025
17026 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17027
17028 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17029 a factor of 2 for a slow test case. Take the `gdb,timeout'
17030 target setting into account for this calculation.
17031 * gdb.reverse/until-precsave.exp: Increase the timeout by
17032 a factor of 15 and 3 respectively rather than adding 120
17033 for a pair of slow test cases. Take the `gdb,timeout'
17034 target setting into account for this calculation.
17035
17036 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17037
17038 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17039 timeout, don't pass one down to gdb_expect.
17040 (gdb_expect): Rework timeout selection.
17041
17042 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17043
17044 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17045 exception on timeout.
17046 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17047 (gdbserver_start_extended): Catch any `gdbserver_start' error
17048 exceptions.
17049 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17050 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17051 `gdbserver_gdb_load' error exceptions.
17052
17053 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17054
17055 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17056 120 on waiting for the TCP socket to open.
17057
17058 2014-09-09 Doug Evans <xdje42@gmail.com>
17059
17060 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17061 _caller_matches, _any_caller_is, _any_caller_matches.
17062
17063 2014-09-09 Doug Evans <xdje42@gmail.com>
17064
17065 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17066
17067 2014-09-09 Yao Qi <yao@codesourcery.com>
17068
17069 * gdb.mi/mi-var-display.exp: Set print symbol off.
17070
17071 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17072
17073 PR gdb/17035
17074 * gdb.base/commands.exp: Add tests to verify user-defined
17075 commands with empty bodies.
17076 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17077 python commands in `show user command`.
17078 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17079 scheme commands in `show user command`.
17080
17081 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17082
17083 PR python/17355
17084 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17085 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17086 * gdb.python/py-framefilter-invalidarg.exp: New file.
17087 * gdb.python/py-framefilter-invalidarg.py: New file.
17088
17089 2014-09-06 Doug Evans <xdje42@gmail.com>
17090
17091 PR 15276
17092 * gdb.python/py-caller-is.c: New file.
17093 * gdb.python/py-caller-is.exp: New file.
17094
17095 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17096
17097 PR gdb/17235
17098 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17099 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17100
17101 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17102
17103 PR fortran/17237
17104 * gdb.fortran/print-formatted.exp: New file.
17105 * gdb.fortran/print-formatted.f90: Likewise.
17106
17107 2014-09-03 Sasha Smundak <asmundak@google.com>
17108
17109 * gdb.python/py-frame.exp: Test Frame.read_register.
17110
17111 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17112
17113 PR python/16699
17114 * gdb.python/py-completion.exp: New file.
17115 * gdb.python/py-completion.py: Likewise.
17116
17117 2014-08-28 Doug Evans <dje@google.com>
17118
17119 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17120 eax,etc. are live with values set by gdb and thus the compiler can't
17121 use them.
17122 * gdb.arch/i386-pseudo.c (main): Ditto.
17123
17124 2014-08-27 Doug Evans <dje@google.com>
17125
17126 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17127
17128 2014-08-25 Doug Evans <dje@google.com>
17129
17130 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17131 (main): Ditto.
17132
17133 2014-08-25 Doug Evans <dje@google.com>
17134
17135 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17136
17137 2014-08-24 Yao Qi <yao@codesourcery.com>
17138
17139 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17140 symbol off.
17141 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17142
17143 2014-08-22 Doug Evans <dje@google.com>
17144
17145 PR 17276
17146 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17147 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17148 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17149
17150 2014-08-22 Yao Qi <yao@codesourcery.com>
17151
17152 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17153 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17154 * gdb.python/python.exp: Likewise. Use .py file on the host
17155 instead of the build.
17156
17157 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17158
17159 * gdb.threads/gcore-stale-thread.c: New file.
17160 * gdb.threads/gcore-stale-thread.exp: New file.
17161
17162 2014-08-21 Pedro Alves <palves@redhat.com>
17163
17164 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17165 * gdb.base/gcore-relro-pie.exp: Likewise.
17166 * gdb.base/gcore-relro.exp: Likewise.
17167 * gdb.base/gcore.exp: Likewise.
17168 * gdb.base/print-symbol-loading.exp: Likewise.
17169 * gdb.threads/gcore-thread.exp: Likewise.
17170 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17171
17172 2014-08-20 Pedro Alves <palves@redhat.com>
17173 Jan Kratochvil <jan.kratochvil@redhat.com>
17174
17175 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17176 configure.
17177 (EXPECT): Handle READ1 being set.
17178 (all): Depend on EXTRA_RULES.
17179 (check-read1, expect-read1, read1.so, read1): New rules.
17180 * README (Testsuite Parameters): Document the READ1 make variable.
17181 (Race detection): New section.
17182 * configure: Regenerate.
17183 * configure.ac: If build==host==target, and running under a
17184 GNU/glibc system, add read1 to the extra Makefile rules.
17185 (EXTRA_RULES): AC_SUBST it.
17186 * lib/read1.c: New file.
17187
17188 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17189
17190 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17191 the handling of variables declared as a typedef to an array
17192 which a DW_AT_data_location attribute.
17193
17194 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17195 Pedro Alves <palves@redhat.com>
17196
17197 PR symtab/14604
17198 PR symtab/14605
17199 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17200 gdb_test.
17201
17202 2014-08-19 Pedro Alves <palves@redhat.com>
17203
17204 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17205
17206 2014-08-19 Yao Qi <yao@codesourcery.com>
17207
17208 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17209 right line.
17210
17211 2014-08-18 David Blaikie <dblaikie@gmail.com>
17212
17213 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17214
17215 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17216
17217 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17218 attribute in array range.
17219
17220 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17221
17222 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17223
17224 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17225
17226 PR c++/17132
17227 * gdb.cp/pr17132.cc: New file.
17228 * gdb.cp/pr17132.exp: New file.
17229
17230 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17231
17232 * gdb.python/py-xmethods.py (A_getarrayind)
17233 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17234 Use 'print' with function call syntax.
17235 (E_method_matcher.match): Fix tab vs space indentation mixup.
17236
17237 2014-08-15 Yao Qi <yao@codesourcery.com>
17238
17239 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17240 false.
17241
17242 2014-08-15 Yao Qi <yao@codesourcery.com>
17243
17244 * gdb.cp/casts.exp: Set print symbol off.
17245 * gdb.cp/class2.exp: Likewise.
17246 * gdb.cp/overload.exp: Likewise.
17247 * gdb.cp/templates.exp: Likewise.
17248
17249 2014-08-11 Doug Evans <dje@google.com>
17250
17251 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17252 (test_load_shlib): Update.
17253
17254 2014-08-09 Yao Qi <yao@codesourcery.com>
17255
17256 * gdb.base/display.exp: Invoke is_address_zero_readable.
17257 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17258 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17259 * gdb.base/hbreak-unmapped.exp: Return if
17260 is_address_zero_readable returns true.
17261 * gdb.base/signest.exp: Likewise.
17262 * gdb.base/signull.exp: Likewise.
17263 * gdb.base/sigbpt.exp: Likewise.
17264 * gdb.guile/scm-disasm.exp: Do the test if
17265 is_address_zero_readable returns false.
17266 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17267 * gdb.python/py-arch.exp: Likewise.
17268 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17269 * lib/gdb.exp (is_address_zero_readable): New proc.
17270
17271 2014-08-09 Yao Qi <yao@codesourcery.com>
17272
17273 PR testsuite/13443
17274 * gdb.mi/mi-var-display.exp: Make test messages unique.
17275
17276 2014-08-04 Tom Tromey <tromey@redhat.com>
17277
17278 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17279 target 0".
17280
17281 2014-08-04 Tom Tromey <tromey@redhat.com>
17282
17283 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17284 "target_resume".
17285
17286 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17287
17288 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17289 inner_vla_struct_object_size.
17290 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17291 as xfail.
17292
17293 2014-07-30 Pedro Alves <palves@redhat.com>
17294
17295 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17296 comment.
17297
17298 2014-07-29 Yao Qi <yao@codesourcery.com>
17299
17300 PR gdb/17206
17301 * gdb.base/until-nodebug.exp: New.
17302
17303 2014-07-28 Doug Evans <xdje42@gmail.com>
17304
17305 PR guile/17203
17306 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17307 previously existing parameter, and previously ambiguously spelled
17308 parameter.
17309
17310 2014-07-28 Will Newton <will.newton@linaro.org>
17311
17312 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17313
17314 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17315 Doug Evans <xdje42@gmail.com>
17316
17317 PR guile/17146
17318 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17319
17320 2014-07-25 Pedro Alves <palves@redhat.com>
17321
17322 * gdb.threads/signal-command-handle-nopass.c: New file.
17323 * gdb.threads/signal-command-handle-nopass.exp: New file.
17324 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17325 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17326 * gdb.threads/signal-delivered-right-thread.c: New file.
17327 * gdb.threads/signal-delivered-right-thread.exp: New file.
17328
17329 2014-07-25 Pedro Alves <palves@redhat.com>
17330
17331 * gdb.base/double-prompt-target-event-error.exp
17332 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17333 match.
17334 (cancel_pagination_in_target_event): Rework double prompt
17335 detection.
17336 * gdb.base/paginate-after-ctrl-c-running.exp
17337 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17338 <return>' match.
17339 * gdb.base/paginate-bg-execution.exp
17340 (test_bg_execution_pagination_return)
17341 (test_bg_execution_pagination_cancel): Remove '-notransfer
17342 <return>' matches.
17343 * gdb.base/paginate-execution-startup.exp
17344 (test_fg_execution_pagination_return)
17345 (test_fg_execution_pagination_cancel): Remove '-notransfer
17346 <return>' matches.
17347 * gdb.base/paginate-inferior-exit.exp
17348 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17349 match.
17350 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17351 * lib/gdb.exp (pagination_prompt): Run text through
17352 string_to_regexp.
17353 (gdb_test_multiple): Match $pagination_prompt instead of
17354 "<return>".
17355 (string_to_regexp): Move to lib/gdb-utils.exp.
17356
17357 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17358
17359 * gdb.arch/amd64-entry-value-paramref.S: New file.
17360 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17361 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17362 * gdb.arch/amd64-optimout-repeat.S: New file.
17363 * gdb.arch/amd64-optimout-repeat.c: New file.
17364 * gdb.arch/amd64-optimout-repeat.exp: New file.
17365
17366 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17367
17368 PR gdb/17170
17369 * gdb.base/statistics.exp: New file.
17370
17371 2014-07-17 Doug Evans <dje@google.com>
17372
17373 PR gdb/17170
17374 * gdb.base/maint.exp: Update testing of per-command stats.
17375
17376 2014-07-16 Pedro Alves <palves@redhat.com>
17377
17378 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17379 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17380 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17381 (tfile_write_buf): New functions.
17382 (add_memory_block): Rewrite using the above.
17383 (adjust_function_address): New function.
17384 (FUNCTION_ADDRESS): New macro.
17385 (write_basic_trace_file): Remove short_x local, and use
17386 tfile_write_16. Change type of func_addr local to unsigned long
17387 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17388 here. Cast argument of add_memory_block to char pointer.
17389 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17390 (main): Remove parameters.
17391 * gdb.trace/tfile.exp: Remove nowarnings.
17392
17393 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17394
17395 * gdb.base/debug-expr.exp: Test string evaluation with
17396 "debug expression" on.
17397
17398 2014-07-15 Pedro Alves <palves@redhat.com>
17399
17400 * gdb.base/reread.exp: Use clean_restart.
17401
17402 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17403
17404 * gdb.arch/avr-flash-qualifer.c: New.
17405 * gdb.arch/avr-flash-qualifer.exp: New.
17406
17407 2014-07-14 Pedro Alves <palves@redhat.com>
17408
17409 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17410 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17411
17412 2014-07-14 Pedro Alves <palves@redhat.com>
17413
17414 * gdb.base/double-prompt-target-event-error.c: New file.
17415 * gdb.base/double-prompt-target-event-error.exp: New file.
17416
17417 2014-07-14 Pedro Alves <palves@redhat.com>
17418
17419 PR gdb/17072
17420 * gdb.base/paginate-inferior-exit.c: New file.
17421 * gdb.base/paginate-inferior-exit.exp: New file.
17422
17423 2014-07-14 Pedro Alves <palves@redhat.com>
17424
17425 PR gdb/17072
17426 * gdb.base/paginate-bg-execution.c: New file.
17427 * gdb.base/paginate-bg-execution.exp: New file.
17428
17429 2014-07-14 Pedro Alves <palves@redhat.com>
17430
17431 PR gdb/17072
17432 * gdb.base/paginate-execution-startup.c: New file.
17433 * gdb.base/paginate-execution-startup.exp: New file.
17434 * lib/gdb.exp (pagination_prompt): New global.
17435 (default_gdb_spawn): New procedure, factored out from
17436 default_gdb_spawn.
17437 (default_gdb_start): Adjust to call default_gdb_spawn.
17438 (gdb_spawn): New procedure.
17439
17440 2014-07-14 Pedro Alves <palves@redhat.com>
17441
17442 * lib/gdb.exp (gdb_assert): New procedure.
17443 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17444
17445 2014-07-14 Pedro Alves <palves@redhat.com>
17446
17447 * gdb.base/execution-termios.c: New file.
17448 * gdb.base/execution-termios.exp: New file.
17449
17450 2014-07-14 Tom Tromey <tromey@redhat.com>
17451
17452 * gdb.cp/vla-cxx.cc: New file.
17453 * gdb.cp/vla-cxx.exp: New file.
17454
17455 2014-07-14 Tom Tromey <tromey@redhat.com>
17456
17457 * gdb.reverse/rerun-prec.c: New file.
17458 * gdb.reverse/rerun-prec.exp: New file.
17459
17460 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17461 Maciej W. Rozycki <macro@codesourcery.com>
17462
17463 * lib/gdb-utils.exp: New file.
17464 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17465 inline `gdb_init_command' processing.
17466 (gdb_start_cmd): Likewise.
17467 * lib/mi-support.exp (mi_run_cmd): Likewise.
17468 * README: Document `gdb_init_command' and `gdb_init_commands'.
17469
17470 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17471
17472 Fix false FAIL running under a very long directory name.
17473 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17474 and "set print elements 10000". Twice.
17475
17476 2014-07-11 Yao Qi <yao@codesourcery.com>
17477
17478 * gdb.base/exprs.exp: "set print symbol off".
17479
17480 2014-07-11 Pedro Alves <palves@redhat.com>
17481
17482 * gdb.threads/kill.c: New file.
17483 * gdb.threads/kill.exp: New file.
17484
17485 2014-07-10 Yao Qi <yao@codesourcery.com>
17486
17487 * gdb.trace/tfile.c (write_basic_trace_file)
17488 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17489 address written to trace file.
17490
17491 2014-07-09 Pedro Alves <palves@redhat.com>
17492
17493 * gdb.base/attach-wait-input.exp: New file.
17494 * gdb.base/attach-wait-input.c: New file.
17495
17496 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17497
17498 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17499 setting up test structures.
17500 (main): Call new test function.
17501 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17502 test function, continue into test function and walk test
17503 structures.
17504
17505 2014-07-02 Yao Qi <yao@codesourcery.com>
17506
17507 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17508 'bar_start' at the beginning of functions 'foo' and 'bar'
17509 respectively.
17510 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17511 instead of 'foo' and 'bar'.
17512
17513 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17514
17515 * gdb.btrace/segv.exp: New.
17516 * gdb.btrace/segv.c: New.
17517
17518 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17519
17520 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17521 instruction.
17522
17523 2014-06-30 Mark Wielaard <mjw@redhat.com>
17524
17525 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17526 vulture, vilify, villar): New volatile array constants.
17527 (vindictive, vegetation): New const volatile array constants.
17528 * gdb.base/volatile.exp: Test volatile and const volatile array
17529 types.
17530
17531 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17532
17533 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17534 target lacks support for awatch, rwatch, or hbreak.
17535
17536 2014-06-27 Yao Qi <yao@codesourcery.com>
17537
17538 * gdb.multi/dummy-frame-restore.exp: New.
17539 * gdb.multi/dummy-frame-restore.c: New.
17540
17541 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17542
17543 * gdb.btrace/gcore.exp: New.
17544
17545 2014-06-23 Pedro Alves <palves@redhat.com>
17546
17547 * gdb.base/watchpoint-reuse-slot.c: New file.
17548 * gdb.base/watchpoint-reuse-slot.exp: New file.
17549
17550 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17551
17552 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17553 progspace's filename in 'info', 'enable' and 'disable' command
17554 tests.
17555
17556 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17557
17558 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17559 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17560 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17561
17562 2014-06-20 Gary Benson <gbenson@redhat.com>
17563
17564 * gdb.arch/i386-avx.exp: Fix include file location.
17565 * gdb.arch/i386-sse.exp: Likewise.
17566
17567 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17568
17569 * gdb.dlang/expression.exp: New file.
17570
17571 2014-06-19 Pedro Alves <palves@redhat.com>
17572
17573 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17574 out from ...
17575 (top level): ... here. Iterate running tests under different
17576 scheduler-locking settings.
17577
17578 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17579
17580 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17581 to DW_FORM_addr and use non-zero addresses.
17582
17583 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17584
17585 PR gdb/17017
17586 * gdb.python/py-xmethods.cc: Add global function call counters and
17587 increment them in their respective functions. Remove "cout"
17588 statements.
17589 * gdb.python/py-xmethods.exp: Make tests check the global function
17590 call counters instead of depending on inferior IO.
17591
17592 2014-06-18 Don Breazeal <donb@codesourcery.com>
17593
17594 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17595 Deleted procedure.
17596 (explicit_fork_parent_follow): Deleted procedure.
17597 (explicit_fork_child_follow): Deleted procedure.
17598 (test_follow_fork): New procedure.
17599 (do_fork_tests): Replace calls to deleted procedures with
17600 calls to test_follow_fork and reset GDB for subsequent
17601 procedure calls.
17602
17603 2014-06-17 Yao Qi <yao@codesourcery.com>
17604
17605 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17606 CP1252.
17607
17608 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17609
17610 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17611 Initialize ptr and S explicitly.
17612 (skip_type_update_when_not_use_rtti_test): Likewise.
17613
17614 2014-06-16 Keith Seitz <keiths@redhat.com>
17615
17616 PR mi/15863
17617 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17618 the inferior is started.
17619
17620 2014-06-16 Pedro Alves <palves@redhat.com>
17621
17622 * gdb.base/break-main-file-remove-fail.c: New file.
17623 * gdb.base/break-main-file-remove-fail.exp: New file.
17624 * gdb.base/break-unload-file.exp: Use build_executable instead of
17625 prepare_for_testing.
17626 (test_break): New parameter "initial_load". Handle it.
17627 (top level): Add initial_load cmdline/file axis.
17628
17629 2014-06-12 Tom Tromey <tromey@redhat.com>
17630
17631 * gdb.base/completion.exp: Don't use directory name in test.
17632
17633 2014-06-09 Gary Benson <gbenson@redhat.com>
17634
17635 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17636 separate the always-available ANSI-standard signals from the
17637 signals that require checking.
17638 (main): Likewise.
17639 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17640 Likewise.
17641 (main): Likewise.
17642
17643 2014-06-07 Keith Seitz <keiths@redhat.com>
17644
17645 Revert:
17646 PR c++/16253
17647 * gdb.cp/var-tag.cc: New file.
17648 * gdb.cp/var-tag.exp: New file.
17649 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17650 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17651 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17652 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17653
17654 2014-06-06 Doug Evans <xdje42@gmail.com>
17655
17656 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17657
17658 2014-06-06 Pedro Alves <palves@redhat.com>
17659
17660 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17661 in target debug output instead of looking at RSP packets,
17662 disabling the test on any target that uses hardware stepping.
17663 Update comments.
17664
17665 2014-06-06 Pedro Alves <palves@redhat.com>
17666
17667 * gdb.base/break-unload-file.exp: Fix typo.
17668
17669 2014-06-06 Yao Qi <yao@codesourcery.com>
17670
17671 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17672 from "jit_function" to "^jit_function".
17673
17674 2014-06-06 Yao Qi <yao@codesourcery.com>
17675
17676 * gdb.base/async.c (foo): Add one statement.
17677 * gdb.base/async.exp: Get the next instruction address and
17678 match the output of "nexti" by instruction address. Match
17679 the hex address in the output of "finish".
17680
17681 2014-06-06 Gary Benson <gbenson@redhat.com>
17682
17683 * gdb.base/call-signals.c: Remove preprocessor conditionals
17684 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17685 SIGSEGV and SIGTERM.
17686 * gdb.base/sigall.c: Likewise.
17687 * gdb.base/unwindonsignal.c: Likewise.
17688 * gdb.reverse/sigall-reverse.c: Likewise.
17689
17690 2014-06-06 Yao Qi <yao@codesourcery.com>
17691
17692 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17693 readable, skip the test.
17694
17695 2014-06-06 Yao Qi <yao@codesourcery.com>
17696
17697 * gdb.threads/staticthreads.c (thread_function): Move the line
17698 setting breakpoint on forward.
17699 * gdb.threads/staticthreads.exp: Update comments.
17700
17701 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17702
17703 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17704 "history-append! type error".
17705
17706 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17707
17708 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17709 erroneous dprintf expected input.
17710
17711 2014-06-04 Doug Evans <xdje42@gmail.com>
17712
17713 * gdb.guile/scm-generics.exp: Delete.
17714
17715 2014-06-04 Doug Evans <xdje42@gmail.com>
17716
17717 * gdb.guile/scm-breakpoint.exp: Update.
17718 Add tests for breakpoint registration.
17719
17720 2014-06-04 Tom Tromey <tromey@redhat.com>
17721
17722 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17723 VLA-in-union.
17724 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17725 inner_vla_struct, vla_union types. Initialize objects of those
17726 types and compute their sizes.
17727
17728 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17729 Hui Zhu <hui@codesourcery.com>
17730
17731 * gdb.base/fileio.exp: Add test for shell not available as well as
17732 available.
17733 * gdb.base/fileio.c (test_system): Check for shell twice.
17734
17735 2014-06-04 Yao Qi <yao@codesourcery.com>
17736
17737 * gdb.base/auto-connect-native-target.exp: Remove redundant
17738 space from the regexp pattern.
17739
17740 2014-06-04 Yao Qi <yao@codesourcery.com>
17741
17742 * gdb.base/default.exp: Replace "child" with "native" in
17743 regexp pattern.
17744
17745 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17746
17747 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17748 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17749 * gdb.python/py-xmethods.py: Python script supporting the
17750 new testcase and tests.
17751
17752 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17753 Pedro Alves <palves@redhat.com>
17754
17755 PR breakpoints/17000
17756 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17757 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17758
17759 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17760
17761 * gdb.base/subst.exp: Add tests to verify partial path matching
17762 output.
17763
17764 2014-06-03 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17767 target that doesn't use software single-stepping.
17768
17769 2014-06-03 Pedro Alves <palves@redhat.com>
17770
17771 PR breakpoints/17000
17772 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17773 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17774
17775 2014-06-02 Doug Evans <xdje42@gmail.com>
17776
17777 * gdb.guile/scm-parameter.exp: New file.
17778
17779 2014-06-02 Doug Evans <xdje42@gmail.com>
17780
17781 * gdb.guile/scm-cmd.c: New file.
17782 * gdb.guile/scm-cmd.exp: New file.
17783
17784 2014-06-02 Doug Evans <xdje42@gmail.com>
17785
17786 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17787 pretty-printer lookup.
17788 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17789 (make-pp_s-printer): Call it.
17790 (make-pretty-printer-from-dict): New function.
17791 (lookup-pretty-printer-maker-from-dict): New function.
17792 (*pretty-printer*): Simplify.
17793 (make-objfile-pp_s-printer): New function.
17794 (install-objfile-pretty-printers!): New function.
17795 (make-progspace-pp_s-printer): New function.
17796 (install-progspace-pretty-printers!): New function.
17797 * gdb.guile/scm-progspace.c: New file.
17798 * gdb.guile/scm-progspace.exp: New file.
17799
17800 2014-06-02 Pedro Alves <palves@redhat.com>
17801
17802 * gdb.base/dprintf-bp-same-addr.c: New file.
17803 * gdb.base/dprintf-bp-same-addr.exp: New file.
17804
17805 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17806
17807 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17808 * gdb.arch/powerpc-power.s: Likewise.
17809
17810 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17811
17812 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17813
17814 2014-06-01 Yao Qi <yao@codesourcery.com>
17815
17816 * gdb.base/watchpoint.exp (test_watch_location): Check null
17817 pointer can be dereferenced. If not, do the test, otherwise
17818 skip it.
17819
17820 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17821
17822 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17823 results.
17824 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17825
17826 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17827
17828 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17829 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17830 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17831 * gdb.arch/amd64-invalid-stack-top.c: New file.
17832 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17833
17834 2014-05-30 Pedro Alves <palves@redhat.com>
17835
17836 PR breakpoints/17000
17837 * gdb.base/sss-bp-on-user-bp.c: New file.
17838 * gdb.base/sss-bp-on-user-bp.exp: New file.
17839
17840 2014-05-30 David Blaikie <dblaikie@gmail.com>
17841
17842 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17843 gnu_inline semantics via attribute.
17844 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17845 source explicitly specifies the required semantics.
17846
17847 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17848
17849 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17850
17851 2014-05-29 Pedro Alves <palves@redhat.com>
17852 Tom Tromey <tromey@redhat.com>
17853
17854 * gdb.base/async-shell.exp: Don't enable target-async.
17855 * gdb.base/async.exp
17856 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17857 parameter. Adjust.
17858 (top level): Don't test with "target-async".
17859 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17860 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17861 * gdb.base/inferior-died.exp: Don't enable target-async.
17862 * gdb.base/interrupt-noterm.exp: Likewise.
17863 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17864 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17865 * gdb.mi/mi-nonstop.exp: Likewise.
17866 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17867 * gdb.mi/mi-nsintrall.exp: Likewise.
17868 * gdb.mi/mi-nsmoribund.exp: Likewise.
17869 * gdb.mi/mi-nsthrexec.exp: Likewise.
17870 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17871 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17872 * gdb.python/py-evsignal.exp: Don't enable target-async.
17873 * gdb.python/py-evthreads.exp: Likewise.
17874 * gdb.python/py-prompt.exp: Likewise.
17875 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17876 * gdb.server/solib-list.exp: Don't enable target-async.
17877 * gdb.threads/thread-specific-bp.exp: Likewise.
17878 * lib/mi-support.exp: Adjust to use mi-async.
17879
17880 2014-05-29 Pedro Alves <palves@redhat.com>
17881
17882 PR gdb/13860
17883 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17884 reason, even in sync mode.
17885
17886 2014-05-29 Pedro Alves <palves@redhat.com>
17887 Hui Zhu <hui@codesourcery.com>
17888
17889 PR PR15693
17890 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17891 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17892 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17893 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17894
17895 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17896
17897 * config/monitor.exp (gdb_target_monitor): Replace use of
17898 "set remotebaud" by "set serial baud".
17899
17900 2014-05-26 Andy Wingo <wingo@igalia.com>
17901
17902 * gdb.guile/scm-breakpoint.exp:
17903 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17904 properties instead of gdb-object-properties.
17905
17906 2014-05-26 Yao Qi <yao@codesourcery.com>
17907
17908 * gdb.server/no-thread-db.exp: Specify source file name
17909 explicitly when setting a breakpoint.
17910
17911 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17912
17913 * gdb.btrace/vdso.c: New.
17914 * gdb.btrace/vdso.exp: New.
17915
17916 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17917
17918 * gdb.base/gcore.exp (capture_command_output): Move ...
17919 * lib/gdb.exp (capture_command_output): ... here.
17920
17921 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17922
17923 * gdb.btrace/data.exp: Test memory access during btrace replay.
17924
17925 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17926
17927 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17928
17929 2014-05-21 Pedro Alves <palves@redhat.com>
17930
17931 PR gdb/13860
17932 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17933 (top level): Test that output related to execution commands is
17934 sent to the console with CLI commands, but not with MI commands.
17935 Test that breakpoint events are always mirrored to the console.
17936 Also expect the new source line to be output after a "next" in
17937 async mode too. Make it a pass/fail test.
17938 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17939 output.
17940 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17941
17942 2014-05-21 Pedro Alves <palves@redhat.com>
17943
17944 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17945 Use them to test variations of "list" after reaching a breakpoint.
17946 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17947 Test "list" with listsize 10 after reaching a breakpoint.
17948 * gdb.python/python.exp (decode_line current location line
17949 number): Adjust expected line number.
17950
17951 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17952
17953 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17954 behavior for $args, pass it directly to "run".
17955
17956 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17957
17958 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17959 30000 to 65536.
17960
17961 2014-05-21 Pedro Alves <palves@redhat.com>
17962
17963 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17964 auto-connect-native-target off".
17965 * gdb.base/auto-connect-native-target.c: New file.
17966 * gdb.base/auto-connect-native-target.exp: New file.
17967
17968 2014-05-21 Pedro Alves <palves@redhat.com>
17969
17970 * gdb.base/default.exp: Test "target native" instead of "target
17971 child".
17972
17973 2014-05-21 Mark Wielaard <mjw@redhat.com>
17974
17975 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17976
17977 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17978
17979 Fix TLS access for -static -pthread.
17980 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17981 <HAVE_TLS> (thread_function, main): Initialize it.
17982 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17983 Add clean_restart.
17984 <$have_tls != "">: Check TLSVAR.
17985
17986 2014-05-21 Pedro Alves <palves@redhat.com>
17987
17988 * gdb.base/dcache-line-read-error.c: New.
17989 * gdb.base/dcache-line-read-error.exp: New.
17990
17991 2014-05-20 Pedro Alves <palves@redhat.com>
17992
17993 * gdb.base/compare-sections.c: New file.
17994 * gdb.base/compare-sections.exp: New file.
17995
17996 2014-05-20 Pedro Alves <palves@redhat.com>
17997
17998 * gdb.base/break-idempotent.c: New file.
17999 * gdb.base/break-idempotent.exp: New file.
18000
18001 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18002
18003 * gdb.btrace/nohist.exp: New.
18004
18005 2014-05-20 Yao Qi <yao@codesourcery.com>
18006
18007 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18008 gdb.reverse directory and gdb_reverse_timeout exists in board
18009 setting.
18010 * README: Document gdb_reverse_timeout.
18011
18012 2014-05-20 Yao Qi <yao@codesourcery.com>
18013
18014 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18015 'test_file_name'. Treat args as a string instead of a list.
18016 (gdb_init): Rename argument 'args' by 'test_file_name'.
18017
18018 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18019
18020 * gdb.arch/powerpc-power.exp: New file.
18021 * gdb.arch/powerpc-power.s: New file.
18022
18023 2014-05-16 Doug Evans <dje@google.com>
18024
18025 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18026 * gdb.base/completion.exp: Check that all expected files exist
18027 before doing file completion.
18028
18029 2014-05-16 Doug Evans <dje@google.com>
18030
18031 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18032 Update.
18033 (do_syscall_tests_without_xml): Update.
18034
18035 2014-05-16 Pedro Alves <palves@redhat.com>
18036
18037 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18038 instead of "unknown output after running".
18039
18040 2014-05-16 Yao Qi <yao@codesourcery.com>
18041
18042 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18043 file1.txt from host at the end.
18044 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18045
18046 2014-05-15 Doug Evans <dje@google.com>
18047
18048 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18049 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18050 loading file. Add test for TU lookup.
18051
18052 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18053
18054 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18055 calling "-exec-arguments" or "set args" before running the
18056 inferior.
18057
18058 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18059
18060 * lib/mi-support.exp (mi_expect_stop): Expect message for
18061 inferiors that exit with non-zero exit code.
18062
18063 2014-05-14 Yao Qi <yao@codesourcery.com>
18064
18065 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18066 match absolute path on remote host.
18067 (test_file_list_exec_source_files): Remove "/" from the
18068 pattern.
18069
18070 2014-05-14 Yao Qi <yao@codesourcery.com>
18071
18072 * boards/local-remote-host-notty.exp (${board}_file): New
18073 proc.
18074
18075 2014-05-07 Kyle McMartin <kyle@redhat.com>
18076
18077 Pushed by Joel Brobecker <brobecker@adacore.com>.
18078 * gdb.arch/aarch64-atomic-inst.c: New file.
18079 * gdb.arch/aarch64-atomic-inst.exp: New file.
18080
18081 2014-05-07 Yao Qi <yao@codesourcery.com>
18082
18083 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18084 in current context" too.
18085
18086 2014-05-05 Keith Seitz <keiths@redhat.com>
18087
18088 * gdb.linespec/ls-dollar.exp: Add test for linespec
18089 file:convenience_variable.
18090
18091 2014-05-05 Yao Qi <yao@codesourcery.com>
18092
18093 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18094 traceframes into tfile and ctf trace files. Read data from
18095 trace file and test collected data.
18096 (gdb_collect_locals_test): Likewise.
18097 (gdb_unavailable_registers_test): Likewise.
18098 (gdb_unavailable_floats): Likewise.
18099 (gdb_collect_globals_test): Likewise.
18100 (top-level): Append "ctf" to trace_file_targets if GDB
18101 supports.
18102
18103 2014-05-05 Yao Qi <yao@codesourcery.com>
18104
18105 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18106 code to ...
18107 (gdb_collect_args_test_1): ... it. New proc.
18108 (gdb_collect_locals_test): Move some code to ...
18109 (gdb_collect_locals_test_1): ... it. New proc.
18110 (gdb_unavailable_registers_test): Move some code to ...
18111 (gdb_unavailable_registers_test_1): ... it. New proc.
18112 (gdb_unavailable_floats): Move some code to ...
18113 (gdb_unavailable_floats_1): ... it. New proc.
18114
18115 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18116
18117 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18118 probes to test for bitness recognition.
18119 * gdb.arch/amd64-stap-optional-prefix.exp
18120 (test_probe_value_without_reg): New procedure.
18121 Add code to test for different kinds of bitness.
18122
18123 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18124
18125 PR breakpoints/16889
18126 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18127 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18128
18129 2014-05-01 Pedro Alves <palves@redhat.com>
18130
18131 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18132 gdb_file_cmd if no file is specified.
18133 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18134 last_loaded_file to set the remote exec-file.
18135
18136 2014-05-01 Pedro Alves <palves@redhat.com>
18137
18138 * boards/local-remote-host.exp: New file.
18139
18140 2014-05-01 Pedro Alves <palves@redhat.com>
18141
18142 * boards/local-remote-host.exp: Rename to ...
18143 * boards/local-remote-host-notty.exp: ... this.
18144
18145 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18146
18147 * gdb.ada/dyn_arrayidx: New testcase.
18148
18149 2014-04-26 Yao Qi <yao@codesourcery.com>
18150
18151 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18152 and compute the length of function main. Save it in
18153 $main_length.
18154 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18155 (top-level): Use gdb_compile to compile objects into
18156 executable and restart GDB. Remove invocation to
18157 prepare_for_testing.
18158
18159 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18160 Pedro Alves <palves@redhat.com>
18161
18162 PR server/16255
18163 * gdb.multi/multi-attach.c: New file.
18164 * gdb.multi/multi-attach.exp: New file.
18165
18166 2014-04-25 Pedro Alves <palves@redhat.com>
18167
18168 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18169 user.
18170 (top level): Test that "set remote conditional-breakpoints-packet
18171 off" works as intended.
18172 * gdb.base/dprintf.exp: Test that "set remote
18173 breakpoint-commands-packet off" works as intended.
18174 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18175 New function.
18176 (top level): Call it.
18177 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18178 remote fast-tracepoints-packet off" works as intended.
18179 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18180 * lib/gdb.exp (gdb_is_target_remote): ... here.
18181
18182 2014-04-24 David Blaikie <dblaikie@gmail.com>
18183
18184 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18185 ensure clang would not discard them.
18186 * gdb.base/gdbvars.c: Ditto.
18187 * gdb.base/memattr.c: Ditto.
18188 * gdb.base/whatis.c: Ditto.
18189 * gdb.python/py-prettyprint.c: Ditto.
18190 * gdb.trace/actions.c: Ditto.
18191 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18192 ensure clang would not discard it.
18193
18194 2014-04-24 David Blaikie <dblaikie@gmail.com>
18195
18196 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18197 clang to emit the full definition of type required by the test
18198 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18199
18200 2014-04-24 David Blaikie <dblaikie@gmail.com>
18201
18202 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18203 coax Clang into emitting the definition of the type.
18204 * gdb.cp/pr10728-x.h (y): Ditto.
18205 * gdb.cp/pr10728-y.cc (y): Ditto.
18206
18207 2014-04-24 David Blaikie <dblaikie@gmail.com>
18208
18209 * gdb.base/label.exp: XFAIL label related tests under Clang.
18210 * gdb.cp/cplabel.exp: Ditto.
18211 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18212 under Clang those using labels.
18213
18214 2014-04-25 Yao Qi <yao@codesourcery.com>
18215
18216 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18217 double_label.
18218 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18219 partial_label and double_label.
18220
18221 2014-04-24 David Blaikie <dblaikie@gmail.com>
18222
18223 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18224
18225 2014-04-24 David Blaikie <dblaikie@gmail.com>
18226
18227 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18228 of the function to work across GCC and Clang.
18229 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18230 pointer types (const void ** const V void **).
18231
18232 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18233 Walfred Tedeschi <walfred.tedeschi@intel.com>
18234
18235 * Makefile.in (EXECUTABLES): Added i386-avx512.
18236 * gdb.arch/i386-avx512.c: New file.
18237 * gdb.arch/i386-avx512.exp: Likewise.
18238
18239 2014-04-23 Keith Seitz <keiths@redhat.com>
18240
18241 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18242 (mi_make_breakpoint_table): New procedure.
18243 (mi_create_breakpoint): Use mi_make_breakpoint
18244 and return the result.
18245 (mi_make_breakpoint): New procedure.
18246 (mi_build_kv_pairs): New procedure.
18247
18248 * gdb.mi/mi-break.exp: Remove unused globals,
18249 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18250 All callers updated.
18251 * gdb.mi/mi-dprintf.exp: Use variable to track command
18252 number.
18253 Update all callers of mi_create_breakpoint and use
18254 mi_make_breakpoint_table.
18255 Remove any unused global variables.
18256 * gdb.mi/mi-nonstop.exp: Likewise.
18257 * gdb.mi/mi-nsintrall.exp: Likewise.
18258 * gdb.mi/mi-nsmoribund.exp: Likewise.
18259 * gdb.mi/mi-nsthrexec.exp: Likewise.
18260 * gdb.mi/mi-reverse.exp: Likewise.
18261 * gdb.mi/mi-simplerun.exp: Likewise.
18262 * gdb.mi/mi-stepn.exp: Likewise.
18263 * gdb.mi/mi-syn-frame.exp: Likewise.
18264 * gdb.mi/mi-until.exp: Likewise.
18265 * gdb.mi/mi-var-cp.exp: Likewise.
18266 * gdb.mi/mi-var-display.exp: Likewise.
18267 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18268 * gdb.mi/mi2-var-child.exp: Likewise.
18269 * gdb.mi/mi-vla-c99.exp: Likewise.
18270 * lib/mi-support.exp: Likewise.
18271
18272 From Ian Lance Taylor <iant@cygnus.com>:
18273 * lib/gdb.exp (parse_args): New procedure.
18274
18275 2014-04-23 Pedro Alves <palves@redhat.com>
18276
18277 * gdb.base/break-unload-file.c: New file.
18278 * gdb.base/break-unload-file.exp: New file.
18279 * gdb.base/sym-file-lib.c (baz): New function.
18280 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18281 field.
18282 (load): Store the segment's mapped size.
18283 (unload): New function.
18284 (unload_shlib): New function.
18285 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18286 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18287 set a breakpoint at baz, and call it.
18288 * gdb.base/sym-file.exp: New tests for stale breakpoint
18289 instructions.
18290
18291 2014-04-23 Pedro Alves <palves@redhat.com>
18292
18293 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18294 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18295 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18296 * gdb.base/hbreak-unmapped.c: New file.
18297 * gdb.base/hbreak-unmapped.exp: New file.
18298 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18299 * lib/gdb.exp (gdb_is_target_remote): ... here.
18300
18301 2014-04-22 Pedro Alves <palves@redhat.com>
18302
18303 * gdb.base/consecutive-step-over.c: New file.
18304 * gdb.base/consecutive-step-over.exp: New file.
18305
18306 2014-04-22 Pedro Alves <palves@redhat.com>
18307
18308 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18309 instead of send_gdb/gdb_expect.
18310
18311 2014-04-22 Yao Qi <yao@codesourcery.com>
18312
18313 * lib/trace-support.exp (generate_tracefile): New procedure.
18314 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18315 return 0.
18316 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18317 if generate_tracefile returns 1.
18318
18319 2014-04-18 Tom Tromey <palves@redhat.com>
18320 Pedro alves <tromey@redhat.com>
18321
18322 PR backtrace/15558
18323 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18324 with a backtrace limit.
18325 * gdb.python/py-frame-inline.exp: Test running to an inline
18326 function with a backtrace limit, and printing the newest frame.
18327 * gdb.python/py-frame-inline.c (main): Call f.
18328
18329 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18330
18331 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18332
18333 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18334
18335 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18336 Drop prefix from unsupported source file path.
18337
18338 2014-04-17 Yao Qi <yao@codesourcery.com>
18339
18340 * lib/gdb.exp (with_target_charset): New proc.
18341 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18342 with_target_charset.
18343 (test_print_strings): Likewise.
18344 (test_repeat_bytes): Likewise.
18345 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18346 for some tests.
18347
18348 2014-04-16 Keith Seitz <keiths@redhat.com>
18349
18350 PR gdb/15827
18351 * gdb.dwarf2/corrupt.c: New file.
18352 * gdb.dwarf2/corrupt.exp: New file.
18353
18354 2014-04-16 Keith Seitz <keiths@redhat.com>
18355
18356 PR c++/16597
18357 * gdb.cp/namelessclass.cc: New file.
18358 * gdb.cp/namelessclass.exp: New file.
18359 * gdb.cp/namelessclass.S: New file.
18360
18361 2014-04-16 Doug Evans <dje@google.com>
18362
18363 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18364 Add comment.
18365 (gdbserver_default_get_comm_port): New function.
18366 (gdbserver_start): Check if board file provided
18367 "gdbserver,get_comm_port" and use it if so.
18368 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18369 (gdb,socketport): Set to "stdio".
18370 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18371 (stdio_gdbserver_template): Delete.
18372 (${board}_get_remote_address): Update.
18373 (${board}_build_remote_cmd): Delete.
18374 (${board}_get_comm_port): New function.
18375 (${board}_spawn): Update.
18376 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18377 Delete.
18378 (${board}_get_remote_address): Update.
18379 (${board}_get_comm_port): New function.
18380
18381 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18382
18383 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18384 appearing in any order.
18385
18386 2014-04-15 Doug Evans <dje@google.com>
18387
18388 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18389 uninitialized value of "description".
18390
18391 2014-04-15 Keith Seitz <keiths@redhat.com>
18392
18393 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18394 Remove unused globals.
18395 (test_running_the_program): Likewise.
18396 (test_controlled_execution): Likewise.
18397 (test_controlling_breakpoints): Likewise.
18398 (test_program_termination): Likewise.
18399
18400 2014-04-15 Keith Seitz <keiths@redhat.com>
18401
18402 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18403 unused globals.
18404 (test_rbreak_creation_and_listing): Likewise.
18405 (test_ignore_count): Likewise.
18406 (test_error): Likewise.
18407
18408 2014-04-15 Pedro Alves <palves@redhat.com>
18409
18410 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18411 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18412 sym-file-loader.c.
18413 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18414 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18415 to sym-file-loader.c.
18416 (struct library): Forward declare.
18417 (load_shlib, lookup_function): Change prototypes.
18418 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18419 (translate_offset): Remove declarations.
18420 (get_text_addr): New declaration.
18421 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18422 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18423 sym-file-loader.h.
18424 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18425 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18426 here from sym-file-loader.h.
18427 (struct library): New structure.
18428 (load_shlib, lookup_function): Change prototypes and adjust to
18429 work with a struct library.
18430 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18431 (translate_offset): Make static.
18432 (get_text_addr): New function.
18433 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18434
18435 2014-04-15 Pedro Alves <palves@redhat.com>
18436
18437 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18438
18439 2014-04-15 Pedro Alves <palves@redhat.com>
18440
18441 * gdb.base/sym-file-loader.c: Include <limits.h>.
18442 (SELF_LINK): New define.
18443 (get_origin): New function.
18444 (load_shlib): Use it.
18445 * gdb.base/sym-file.exp: Don't early return if the target is
18446 remote. Use runto_main, and issue fail is that fails. Use
18447 gdb_load_shlibs.
18448 (shlib_name): Delete.
18449 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18450
18451 2014-04-15 Pedro Alves <palves@redhat.com>
18452
18453 * gdb.base/sym-file.exp: Remove regex characters from test
18454 message. Don't refer to breakpoint numbers in test messages.
18455
18456 2014-04-14 Keith Seitz <keiths@redhat.com>
18457
18458 PR c++/16253
18459 * gdb.cp/var-tag.cc: New file.
18460 * gdb.cp/var-tag.exp: New file.
18461 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18462 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18463 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18464 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18465
18466 2014-04-14 Tom Tromey <tromey@redhat.com>
18467
18468 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18469 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18470 type.
18471 * gdb.cp/enum-class.exp: New file.
18472 * gdb.cp/enum-class.cc: New file.
18473
18474 2014-04-14 Tom Tromey <tromey@redhat.com>
18475
18476 * gdb.dwarf2/enum-type.exp: New file.
18477
18478 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18479
18480 * gdb.mi/mi-vla-c99.exp: New file.
18481 * gdb.mi/vla.c: New file.
18482
18483 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18484
18485 * gdb.base/vla-datatypes.c: New file.
18486 * gdb.base/vla-datatypes.exp: New file.
18487
18488 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18489
18490 * gdb.base/vla-ptr.c: New file.
18491 * gdb.base/vla-ptr.exp: New file.
18492
18493 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18494
18495 * gdb.dwarf2/count.exp: New file.
18496
18497 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18498
18499 * gdb.base/vla-sideeffect.c: New file.
18500 * gdb.base/vla-sideeffect.exp: New file.
18501
18502 2014-04-14 David Blaikie <dblaikie@gmail.com>
18503
18504 * gdb.mi/non-stop.c: Add return value for non-void function return
18505 statement.
18506 * gdb.threads/staticthreads.c: Ditto.
18507
18508 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18509 Doug Evans <xdje42@gmail.com>
18510
18511 * gdb.guile/scm-value.c: Improve test case.
18512 * gdb.guile/scm-value.exp: Add new test.
18513
18514 2014-04-11 David Blaikie <dblaikie@gmail.com>
18515
18516 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18517 override Clang's default.
18518
18519 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18520
18521 Revert the following changes (regressions):
18522
18523 * gdb.base/vla-sideeffect.c: New file.
18524 * gdb.base/vla-sideeffect.exp: New file.
18525
18526 * gdb.dwarf2/count.exp: New file.
18527
18528 * gdb.base/vla-multi.c: New file.
18529 * gdb.base/vla-multi.exp: New file.
18530
18531 * gdb.base/vla-ptr.c: New file.
18532 * gdb.base/vla-ptr.exp: New file.
18533
18534 * gdb.base/vla-datatypes.c: New file.
18535 * gdb.base/vla-datatypes.exp: New file.
18536
18537 * gdb.mi/mi-vla-c99.exp: New file.
18538 * gdb.mi/vla.c: New file.
18539
18540 2014-04-11 Keith Seitz <keiths@redhat.com>
18541
18542 PR c++/16675
18543 * gdb.cp/cpsizeof.exp: New file.
18544 * gdb.cp/cpsizeof.cc: New file.
18545
18546 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18547
18548 * gdb.mi/mi-vla-c99.exp: New file.
18549 * gdb.mi/vla.c: New file.
18550
18551 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18552
18553 * gdb.base/vla-datatypes.c: New file.
18554 * gdb.base/vla-datatypes.exp: New file.
18555
18556 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18557
18558 * gdb.base/vla-ptr.c: New file.
18559 * gdb.base/vla-ptr.exp: New file.
18560
18561 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18562
18563 * gdb.base/vla-multi.c: New file.
18564 * gdb.base/vla-multi.exp: New file.
18565
18566 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18567
18568 * gdb.dwarf2/count.exp: New file.
18569
18570 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18571
18572 * gdb.base/vla-sideeffect.c: New file.
18573 * gdb.base/vla-sideeffect.exp: New file.
18574
18575 2014-04-11 Yao Qi <yao@codesourcery.com>
18576
18577 * gdb.base/completion.exp: Check file exists before running tests
18578 on file completion.
18579
18580 2014-04-10 Pedro Alves <palves@redhat.com>
18581
18582 * gdb.base/cond-eval-mode.c: New file.
18583 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18584 prepare_for_testing to build the new file. Check result of
18585 runto_main.
18586 (test_break, test_watch): New procedures.
18587 (top level): Use them.
18588
18589 2014-04-08 Pierre Muller <muller@sourceware.org>
18590
18591 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18592 Ctrl-V use for mingw hosts.
18593
18594 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18595
18596 * gdb.python/py-value.c: Improve test case.
18597 * gdb.python/py-value.exp: Add new test.
18598
18599 2014-04-07 David Blaikie <dblaikie@gmail.com>
18600
18601 * lib/compiler.c: Identify the clang compiler.
18602 * lib/compiler.cc: Ditto.
18603
18604 2014-04-03 Yao Qi <yao@codesourcery.com>
18605
18606 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18607
18608 2014-04-01 Anton Blanchard <anton@samba.org>
18609
18610 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18611 messages unique.
18612
18613 2014-04-01 Anton Blanchard <anton@samba.org>
18614
18615 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18616 prepare_for_testing.
18617
18618 2014-04-01 Anton Blanchard <anton@samba.org>
18619
18620 * gdb.arch/ppc64-atomic-inst.c: Remove.
18621 * gdb.arch/ppc64-atomic-inst.S: New file.
18622 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18623
18624 2014-03-31 Doug Evans <dje@google.com>
18625
18626 * gdb.base/print-symbol-loading-lib.c: New file.
18627 * gdb.base/print-symbol-loading-main.c: New file.
18628 * gdb.base/print-symbol-loading.exp: New file.
18629
18630 2014-03-31 Yao Qi <yao@codesourcery.com>
18631
18632 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18633
18634 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18635
18636 * gdb.ada/mi_dyn_arr: New testcase.
18637
18638 2014-03-27 Doug Evans <dje@google.com>
18639
18640 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18641
18642 2014-03-27 Yao Qi <yao@codesourcery.com>
18643
18644 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18645 if target is nios2-*-*.
18646
18647 2014-03-26 Yao Qi <yao@codesourcery.com>
18648
18649 * lib/gdb.exp (readline_is_used): New proc.
18650 * gdb.base/completion.exp: Move tests on command complete up.
18651 Skip the rest of tests if readline is not used.
18652 * gdb.ada/complete.exp: Skp the test if readline is not
18653 used.
18654 * gdb.base/filesym.exp: Likewise.
18655 * gdb.base/macscp.exp: Likewise.
18656 * gdb.base/readline-ask.exp: Likewise.
18657 * gdb.base/readline.exp: Likewise.
18658 * gdb.python/py-cmd.exp: Likewise.
18659 * gdb.trace/tfile.exp: Likewise.
18660
18661 2014-03-26 Yao Qi <yao@codesourcery.com>
18662
18663 * gdb.base/macscp.exp: Fix code format issues.
18664
18665 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18666
18667 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18668 * gdb.asm/powerpc64le.inc: New file.
18669
18670 2014-03-25 Pedro Alves <palves@redhat.com>
18671 Doug Evans <dje@google.com>
18672
18673 * gdb.base/source-execution.c: New file.
18674 * gdb.base/source-execution.exp: New file.
18675 * gdb.base/source-execution.gdb: New file.
18676
18677 2014-03-24 Doug Evans <dje@google.com>
18678
18679 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18680 using fission.
18681
18682 2014-03-24 Hui Zhu <hui@codesourcery.com>
18683 Pedro Alves <palves@redhat.com>
18684
18685 PR breakpoints/16101
18686 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18687 test pass/fail messages. Detect missing support for dprintf when
18688 breakpoints are actually inserted.
18689 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18690 breakpoints are actually inserted.
18691 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18692 fails.
18693
18694 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18695
18696 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18697
18698 2014-03-22 Doug Evans <xdje42@gmail.com>
18699
18700 * gdb.python/python.exp (python not supported): Verify multi-line
18701 python command issues an error.
18702 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18703 guile command issues an error.
18704
18705 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18706
18707 * gdb.threads/thread-specific.exp: Handle the lack of usable
18708 $this_breakpoint and $this_thread.
18709
18710 2014-03-21 Hui Zhu <hui@codesourcery.com>
18711
18712 * gdb.base/attach.exp (do_command_attach_tests): New.
18713
18714 2014-03-20 Tom Tromey <tromey@redhat.com>
18715 Pedro Alves <palves@redhat.com>
18716
18717 PR cli/15718
18718 * gdb.base/condbreak-call-false.c: New file.
18719 * gdb.base/condbreak-call-false.exp: New file.
18720
18721 2014-03-20 Pedro Alves <palves@redhat.com>
18722
18723 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18724 Delete.
18725 (block_signals, unblock_signals): Delete.
18726 (child_function_2, main): Remove references to deleted variable
18727 and functions.
18728
18729 2014-03-20 Pedro Alves <palves@redhat.com>
18730
18731 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18732 Use pthread_kill to signal thread 2.
18733 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18734 Adjust to make the test send itself a signal rather than using the
18735 host's "kill" command.
18736
18737 2014-03-20 Pedro Alves <palves@redhat.com>
18738
18739 * gdb.threads/multiple-step-overs.c: New file.
18740 * gdb.threads/multiple-step-overs.exp: New file.
18741 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18742 Adjust expected infrun debug output.
18743
18744 2014-03-20 Pedro Alves <palves@redhat.com>
18745
18746 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18747 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18748
18749 2014-03-20 Pedro Alves <palves@redhat.com>
18750
18751 PR breakpoints/7143
18752 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18753 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18754 of gdb_test_multiple.
18755 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18756 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18757
18758 2014-03-20 Pedro Alves <palves@redhat.com>
18759
18760 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18761 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18762
18763 2014-03-19 Pedro Alves <palves@redhat.com>
18764
18765 * gdb.base/async.exp: Remove early return.
18766
18767 2014-03-19 Pedro Alves <palves@redhat.com>
18768
18769 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18770
18771 2014-03-19 Pedro Alves <palves@redhat.com>
18772
18773 * gdb.base/async.exp (test_background): Expect \r\n after
18774 "completed." in the fail pattern.
18775
18776 2014-03-19 Pedro Alves <palves@redhat.com>
18777
18778 * gdb.base/async.exp (test_background): New procedure.
18779 Use it for all background execution command tests.
18780
18781 2014-03-19 Pedro Alves <palves@redhat.com>
18782
18783 * gdb.base/async.exp: Use prepare_for_testing.
18784
18785 2014-03-19 Pedro Alves <palves@redhat.com>
18786
18787 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18788 the same line.
18789
18790 2014-03-19 Pedro Alves <palves@redhat.com>
18791
18792 * gdb.base/async.c (main): Add "jump here" and "until here" line
18793 marker comments.
18794 * gdb.base/async.exp (jump_here): New global.
18795 (jump& test): Use it.
18796 (until_here): New global.
18797 (until& test): Use it.
18798
18799 2014-03-19 Pedro Alves <palves@redhat.com>
18800
18801 * gdb.base/async.exp: Don't frob gdb_protocol.
18802
18803 2014-03-18 Doug Evans <xdje42@gmail.com>
18804
18805 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18806 Fix spelling of exec-done-display.
18807
18808 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18809
18810 PR gdb/15358
18811 * gdb.base/gdb-sigterm.c: New file.
18812 * gdb.base/gdb-sigterm.exp: New file.
18813
18814 2014-03-18 Pedro Alves <palves@redhat.com>
18815
18816 PR gdb/13860
18817 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18818 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18819 solib-event.
18820
18821 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18822
18823 * gdb.ada/pckd_arr_ren: New testcase.
18824
18825 2014-03-13 Doug Evans <xdje42@gmail.com>
18826
18827 PR guile/16612
18828 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18829 collect after discarding symbols.
18830
18831 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18832 Doug Evans <xdje42@gmail.com>
18833
18834 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18835 to history survives a gc.
18836
18837 2014-03-13 Pedro Alves <palves@redhat.com>
18838
18839 * gdb.base/default.exp: Don't test "target procfs".
18840
18841 2014-03-13 Pedro Alves <palves@redhat.com>
18842
18843 * gdb.base/default.exp: Update "target child" and "target procfs"
18844 tests to not expect "Unix".
18845
18846 2014-03-12 Tom Tromey <tromey@redhat.com>
18847
18848 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18849 New procs. Add target-async tests.
18850 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18851 Add target-async tests.
18852
18853 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18854
18855 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18856 'func_start' and 'func_end' for the beginning and end of the
18857 function code, respectively.
18858 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18859 'func_end' instead of 'func' and 'main'.
18860
18861 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18862
18863 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18864 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18865 generate the debug info assembler source.
18866
18867 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18868
18869 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18870 * gdb.dwarf2/arr-subrange.exp: Likewise.
18871 * gdb.dwarf2/dwz.exp: Likewise.
18872 * gdb.dwarf2/method-ptr.exp: Likewise.
18873 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18874 * gdb.dwarf2/subrange.exp: Likewise.
18875 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18876 * gdb.dwarf2/implptrpiece.exp: Likewise.
18877 * gdb.dwarf2/nostaticblock.exp: Likewise.
18878
18879 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18880
18881 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18882 directory to absolute path name arguments.
18883
18884 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18885
18886 * gdb.ada/tagged_access: New testcase.
18887
18888 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18889
18890 * gdb.btrace/data.exp: Update expected output.
18891
18892 2014-03-06 Yao Qi <yao@codesourcery.com>
18893
18894 * gdb.trace/pr16508.exp: New file.
18895
18896 2014-03-05 Pedro Alves <palves@redhat.com>
18897
18898 PR gdb/16575
18899 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18900 procedure.
18901 (top level): Adjust to use it. Add tests that exercise breakpoint
18902 interaction with the code-cache.
18903
18904 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18905
18906 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18907 test for 'history-append!'.
18908
18909 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18910
18911 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18912 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18913 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18914 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18915 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18916 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18917
18918 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18919
18920 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18921 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18922 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18923
18924 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18925
18926 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18927
18928 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18929
18930 * gdb.dwarf2/arr-stride.c: New file.
18931 * gdb.dwarf2/arr-stride.exp: New file.
18932
18933 2014-02-26 Pedro Alves <palves@redhat.com>
18934
18935 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18936 that won't ever trigger. Make sure that GDB reports the correct
18937 breakpoint that caused the stop.
18938
18939 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18940
18941 PR gdb/16626
18942 * gdb.base/auto-load-script: New file.
18943 * gdb.base/auto-load.c: New file.
18944 * gdb.base/auto-load.exp: New file.
18945
18946 PR gdb/16626
18947 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18948
18949 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18950
18951 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18952 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18953
18954 2014-02-24 Doug Evans <dje@google.com>
18955
18956 * lib/gdb.exp (run_on_host): Log error output if program fails.
18957
18958 2014-02-21 Pedro Alves <palves@redhat.com>
18959
18960 * gdb.threads/step-after-sr-lock.c: Rename to ...
18961 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18962 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18963 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18964 ... this.
18965
18966 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18967
18968 PR tdep/16397
18969 * gdb.arch/amd64-stap-special-operands.exp: New file.
18970 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18971 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18972 * gdb.arch/amd64-stap-triplet.S: Likewise.
18973 * gdb.arch/amd64-stap-triplet.c: Likewise.
18974
18975 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18976
18977 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18978 in .section pseudo-op.
18979
18980 2014-02-20 lin zuojian <manjian2006@gmail.com>
18981 Joel Brobecker <brobecker@adacore.com>
18982 Doug Evans <xdje42@gmail.com>
18983
18984 PR symtab/16581
18985 * gdb.dwarf2/dw2-icycle.S: New file.
18986 * gdb.dwarf2/dw2-icycle.c: New file.
18987 * gdb.dwarf2/dw2-icycle.exp: New file.
18988
18989 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18990
18991 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18992 operations on gdb.Value objects.
18993 * gdb.python/py-value-cc.exp: Add new test to test operations on
18994 gdb.Value objects.
18995
18996 2014-02-18 Doug Evans <dje@google.com>
18997
18998 * Makefile.in (TESTS): New variable.
18999 (expanded_tests, expanded_tests_or_none): New variables
19000 (check-single): Pass $(expanded_tests_or_none) to runtest.
19001 (check-parallel): Only run tests in $(TESTS) if non-empty.
19002 (check/no-matching-tests-found): New rule.
19003 * README: Document TESTS makefile variable.
19004
19005 2014-02-18 Doug Evans <dje@google.com>
19006
19007 * Makefile.in (check-parallel): rm -rf outputs temp.
19008
19009 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19010
19011 Fix "ERROR: no fileid for" in the testsuite.
19012 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19013
19014 2014-02-12 Doug Evans <dje@google.com>
19015
19016 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19017 (MISCELLANEOUS): New variable.
19018 (clean): rm -rf $(MISCELLANEOUS).
19019 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19020 dwp live in the same directory as symlinks, with each symlink pointed
19021 to a differently named file in a different directory.
19022
19023 2014-02-11 Doug Evans <dje@google.com>
19024
19025 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19026 of Tcl file commands.
19027
19028 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19029
19030 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19031 "kill -SIGUSR1 -1".
19032
19033 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19034
19035 * gdb.ada/tick_length_array_enum_idx: New testcase.
19036
19037 2014-02-10 Doug Evans <xdje42@gmail.com>
19038
19039 * configure.ac (AC_OUTPUT): Add gdb.guile.
19040 * configure: Regenerate.
19041 * lib/gdb-guile.exp: New file.
19042 * lib/gdb.exp (get_target_charset): New function.
19043 * gdb.base/help.exp: Update expected output from "apropos apropos".
19044 * gdb.guile/Makefile.in: New file.
19045 * gdb.guile/guile.exp: New file.
19046 * gdb.guile/scm-arch.c: New file.
19047 * gdb.guile/scm-arch.exp: New file.
19048 * gdb.guile/scm-block.c: New file.
19049 * gdb.guile/scm-block.exp: New file.
19050 * gdb.guile/scm-breakpoint.c: New file.
19051 * gdb.guile/scm-breakpoint.exp: New file.
19052 * gdb.guile/scm-disasm.c: New file.
19053 * gdb.guile/scm-disasm.exp: New file.
19054 * gdb.guile/scm-equal.c: New file.
19055 * gdb.guile/scm-equal.exp: New file.
19056 * gdb.guile/scm-error.exp: New file.
19057 * gdb.guile/scm-error.scm: New file.
19058 * gdb.guile/scm-frame-args.c: New file.
19059 * gdb.guile/scm-frame-args.exp: New file.
19060 * gdb.guile/scm-frame-args.scm: New file.
19061 * gdb.guile/scm-frame-inline.c: New file.
19062 * gdb.guile/scm-frame-inline.exp: New file.
19063 * gdb.guile/scm-frame.c: New file.
19064 * gdb.guile/scm-frame.exp: New file.
19065 * gdb.guile/scm-generics.exp: New file.
19066 * gdb.guile/scm-gsmob.exp: New file.
19067 * gdb.guile/scm-iterator.c: New file.
19068 * gdb.guile/scm-iterator.exp: New file.
19069 * gdb.guile/scm-math.c: New file.
19070 * gdb.guile/scm-math.exp: New file.
19071 * gdb.guile/scm-objfile-script-gdb.in: New file.
19072 * gdb.guile/scm-objfile-script.c: New file.
19073 * gdb.guile/scm-objfile-script.exp: New file.
19074 * gdb.guile/scm-objfile.c: New file.
19075 * gdb.guile/scm-objfile.exp: New file.
19076 * gdb.guile/scm-ports.exp: New file.
19077 * gdb.guile/scm-pretty-print.c: New file.
19078 * gdb.guile/scm-pretty-print.exp: New file.
19079 * gdb.guile/scm-pretty-print.scm: New file.
19080 * gdb.guile/scm-section-script.c: New file.
19081 * gdb.guile/scm-section-script.exp: New file.
19082 * gdb.guile/scm-section-script.scm: New file.
19083 * gdb.guile/scm-symbol.c: New file.
19084 * gdb.guile/scm-symbol.exp: New file.
19085 * gdb.guile/scm-symtab-2.c: New file.
19086 * gdb.guile/scm-symtab.c: New file.
19087 * gdb.guile/scm-symtab.exp: New file.
19088 * gdb.guile/scm-type.c: New file.
19089 * gdb.guile/scm-type.exp: New file.
19090 * gdb.guile/scm-value-cc.cc: New file.
19091 * gdb.guile/scm-value-cc.exp: New file.
19092 * gdb.guile/scm-value.c: New file.
19093 * gdb.guile/scm-value.exp: New file.
19094 * gdb.guile/source2.scm: New file.
19095 * gdb.guile/types-module.cc: New file.
19096 * gdb.guile/types-module.exp: New file.
19097
19098 2014-02-10 Yao Qi <yao@codesourcery.com>
19099
19100 PR testsuite/16543
19101 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19102 * configure: Regenerated.
19103 * Makefile.in: New file.
19104
19105 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19106
19107 * gdb.python/py-framefilter.exp: Fix typo.
19108
19109 2014-02-08 Yao Qi <yao@codesourcery.com>
19110
19111 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19112 that no =breakpoint-modified is emitted when breakpoints are
19113 modified through MI commands.
19114
19115 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19116 Pedro Alves <palves@redhat.com>
19117
19118 * gdb.threads/step-after-sr-lock.c: New file.
19119 * gdb.threads/step-after-sr-lock.exp: New file.
19120
19121 2014-02-07 Pedro Alves <palves@redhat.com>
19122
19123 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19124
19125 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19126
19127 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19128 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19129
19130 2014-02-06 Doug Evans <xdje42@gmail.com>
19131
19132 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19133 output.
19134
19135 * gdb.gdb/python-interrupts.exp: New file.
19136
19137 2014-02-05 Yao Qi <yao@codesourcery.com>
19138
19139 * gdb.trace/report.exp (use_collected_data): Test the output
19140 of "info threads" and "info inferiors".
19141
19142 2014-02-05 Yao Qi <yao@codesourcery.com>
19143
19144 Revert this patch:
19145
19146 2013-05-24 Yao Qi <yao@codesourcery.com>
19147
19148 * gdb.trace/tfile.exp: Test inferior and thread.
19149
19150 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19151
19152 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19153 on a function.
19154 * gdb.base/step-bt.c: Call hello via function pointer to make
19155 sure its first instruction is executed on powerpc64le-linux.
19156
19157 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19158
19159 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19160
19161 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19162
19163 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19164 of the test patterns for use on little-endian systems.
19165
19166 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19167
19168 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19169 (decimal_vector): Fix for little-endian.
19170
19171 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19172
19173 * gdb.arch/sparc-sysstep.exp: New file.
19174 * gdb.arch/sparc-sysstep.c: Likewise.
19175
19176 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19177
19178 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19179
19180 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19181
19182 2014-01-23 Tom Tromey <tromey@redhat.com>
19183
19184 * gdb.ada/array_char_idx: New testcase.
19185
19186 2014-01-23 Tom Tromey <tromey@redhat.com>
19187
19188 PR python/16487:
19189 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19190 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19191 classes.
19192
19193 2014-01-23 Tom Tromey <tromey@redhat.com>
19194
19195 PR python/16491:
19196 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19197 string from an inferior frame.
19198 * gdb.python/py-framefilter-mi.exp: Update.
19199
19200 2014-01-22 Doug Evans <dje@google.com>
19201
19202 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19203
19204 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19205
19206 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19207
19208 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19209
19210 * gdb.trace/entry-values.exp: Remove excess space character from
19211 regex patterns. Handle s390 call instruction.
19212
19213 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19214
19215 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19216 define "*_start" label. Make "name" static.
19217 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19218 ${name} by references to ${name}_start.
19219
19220 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19221
19222 * gdb.base/info-macros.exp: Remove "debug" from the compile
19223 options.
19224
19225 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19226
19227 * gdb.dlang/demangle.exp: New file.
19228
19229 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19230
19231 * gdb.dlang/primitive-types.exp: New file.
19232
19233 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19234
19235 * configure.ac: Create gdb.dlang/Makefile.
19236 * configure: Regenerate.
19237 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19238 * gdb.dlang/Makefile.in: New file.
19239 * lib/d-support.exp: New file.
19240 * lib/gdb.exp (skip_d_tests): New proc.
19241
19242 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19243
19244 * gdb.btrace/delta.exp: Check reverse stepi.
19245 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19246 * gdb.btrace/finish.exp: New.
19247 * gdb.btrace/next.exp: New.
19248 * gdb.btrace/nexti.exp: New.
19249 * gdb.btrace/record_goto.c: Add comments.
19250 * gdb.btrace/step.exp: New.
19251 * gdb.btrace/stepi.exp: New.
19252 * gdb.btrace/multi-thread-step.c: New.
19253 * gdb.btrace/multi-thread-step.exp: New.
19254 * gdb.btrace/rn-dl-bind.c: New.
19255 * gdb.btrace/rn-dl-bind.exp: New.
19256 * gdb.btrace/data.c: New.
19257 * gdb.btrace/data.exp: New.
19258 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19259
19260 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19261
19262 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19263 * gdb.btrace/exception.exp: Update.
19264 * gdb.btrace/instruction_history.exp: Update.
19265 * gdb.btrace/record_goto.exp: Update.
19266 * gdb.btrace/tailcall.exp: Update.
19267 * gdb.btrace/unknown_functions.exp: Update.
19268 * gdb.btrace/delta.exp: New.
19269
19270 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19271
19272 * gdb.btrace/record_goto.exp: Add backtrace test.
19273 * gdb.btrace/tailcall.exp: Add backtrace test.
19274
19275 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19276
19277 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19278 * gdb.btrace/record_goto.c: New.
19279 * gdb.btrace/record_goto.exp: New.
19280 * gdb.btrace/x86-record_goto.S: New.
19281
19282 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19283
19284 * gdb.btrace/function_call_history.exp: Update tests.
19285 * gdb.btrace/instruction_history.exp: Update tests.
19286
19287 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19288
19289 * gdb.btrace/function_call_history.exp: Fix expected field
19290 order for "record function-call-history".
19291 Add new tests for "record function-call-history /c".
19292 * gdb.btrace/exception.cc: New.
19293 * gdb.btrace/exception.exp: New.
19294 * gdb.btrace/tailcall.exp: New.
19295 * gdb.btrace/x86-tailcall.S: New.
19296 * gdb.btrace/x86-tailcall.c: New.
19297 * gdb.btrace/unknown_functions.c: New.
19298 * gdb.btrace/unknown_functions.exp: New.
19299 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19300
19301 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19302
19303 * gdb.btrace/instruction_history.exp: Update.
19304 * gdb.btrace/function_call_history.exp: Update.
19305
19306 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19307
19308 * gdb.btrace/function_call_history.exp: Fix expected function
19309 trace.
19310 * gdb.btrace/instruction_history.exp: Initialize traced.
19311 Remove traced_functions.
19312
19313 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19314
19315 * gdb.btrace/function_call_history.exp: Update
19316 * gdb.btrace/instruction_history.exp: Update.
19317
19318 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19319
19320 * gdb.btrace/enable.exp: Update expected text.
19321
19322 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19323
19324 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19325 bytes.
19326
19327 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19328
19329 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19330
19331 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19332
19333 * lib/gdb.exp (supports_process_record): Return true for
19334 arm*-linux*. (supports_reverse): Likewise.
19335
19336 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19337
19338 PR python/15464
19339 PR python/16113
19340 * gdb.python/py-type.c: Enhance test case.
19341 * gdb.python/py-value-cc.cc: Likewise
19342 * gdb.python/py-type.exp: Add new tests.
19343 * gdb.python/py-value-cc.exp: Likewise
19344
19345 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19346 Pedro Alves <palves@redhat.com>
19347
19348 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19349 Make "name" extern.
19350 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19351 references to ${name}_start by references to ${name}.
19352
19353 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19354
19355 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19356
19357 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19358
19359 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19360
19361 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19362 Pedro Alves <palves@redhat.com>
19363
19364 * gdb.mi/mi-info-os.exp: Connect to the target with
19365 mi_gdb_target_load.
19366
19367 2014-01-08 Pedro Alves <palves@redhat.com>
19368
19369 * gdb.threads/reconnect-signal.c: New file.
19370 * gdb.threads/reconnect-signal.exp: New file.
19371
19372 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19373
19374 * gdb.base/source-dir.exp: New file.
19375
19376 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19377
19378 * gdb.ada/mi_interface: New testcase.
19379
19380 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19381
19382 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19383 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19384 gdb.ada/pp-rec-component/pck.ads: New files.
19385
19386 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19387
19388 * gdb.python/py-pp-integral.c: New file.
19389 * gdb.python/py-pp-integral.py: New file.
19390 * gdb.python/py-pp-integral.exp: New file.
19391
19392 For older changes see ChangeLog-1993-2013.
19393 \f
19394 ;; Local Variables:
19395 ;; mode: change-log
19396 ;; left-margin: 8
19397 ;; fill-column: 74
19398 ;; version-control: never
19399 ;; End:
19400
19401 Copyright 2014-2020 Free Software Foundation, Inc.
19402 Copying and distribution of this file, with or without modification,
19403 are permitted provided the copyright notice and this notice are preserved.