Fix array pretty formatter
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2
3 PR gdb/17320
4 * gdb.base/pretty-array.c: New test.
5 * gdb.base/pretty-array.exp: New file.
6
7 2020-04-29 Tom de Vries <tdevries@suse.de>
8
9 PR symtab/25889
10 * gdb.cp/cpexprs.exp: Adapt for inclusion.
11 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
12 and include cpexprs.exp.
13
14 2020-04-28 Mark Williams <mark@myosotissp.com>
15
16 PR gdb/24480
17 * dw4-toplevel-types.exp: Test for top level types.
18 * dw4-toplevel-types.cc: Test for top level types.
19
20 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
21
22 * gdb.threads/stop-with-handle.exp: Fix typo in comment
23 (theads -> threads).
24
25 2020-04-28 Tom de Vries <tdevries@suse.de>
26
27 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
28
29 2020-04-28 Tom de Vries <tdevries@suse.de>
30
31 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
32
33 2020-04-28 Tom de Vries <tdevries@suse.de>
34
35 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
36
37 2020-04-28 Tom de Vries <tdevries@suse.de>
38
39 * gdb.dwarf2/main-foo.c: New test.
40 * gdb.dwarf2/struct-with-sig.exp: New file.
41
42 2020-04-25 Tom de Vries <tdevries@suse.de>
43
44 * boards/debug-types.exp: New file.
45
46 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
49
50 2020-04-24 Tom Tromey <tom@tromey.com>
51
52 PR symtab/12707:
53 * gdb.python/py-symbol.exp: Update expected results for
54 linkage_name test.
55 * gdb.cp/print-demangle.exp: New file.
56 * gdb.base/c-linkage-name.exp: Fix test.
57 * gdb.guile/scm-symbol.exp: Update expected results for
58 linkage_name test.
59
60 2020-04-24 Tom Tromey <tom@tromey.com>
61
62 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
63 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
64 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
65 assembler.
66
67 2020-04-24 Tom de Vries <tdevries@suse.de>
68
69 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
70 C++.
71
72 2020-04-24 Tom Tromey <tromey@adacore.com>
73
74 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
75 values.
76 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
77 values. Update test for minimal encodings.
78 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
79 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
80 values. Update test for minimal encodings.
81
82 2020-04-24 Tom Tromey <tromey@adacore.com>
83
84 PR python/23662:
85 * gdb.ada/variant.exp: Add Python checks.
86 * gdb.rust/simple.exp: Add dynamic type checks.
87
88 2020-04-24 Tom Tromey <tromey@adacore.com>
89
90 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
91 Make array type matching more lax.
92 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
93 * gdb.ada/mi_variant.exp: New file.
94 * gdb.ada/mi_variant/pck.ads: New file.
95 * gdb.ada/mi_variant/pkg.adb: New file.
96 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
97 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
98
99 2020-04-24 Tom Tromey <tromey@adacore.com>
100
101 * gdb.ada/variant.exp: Add dynamic field offset tests.
102 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
103 * gdb.ada/variant/pkg.adb: Add new variables.
104
105 2020-04-24 Tom Tromey <tromey@adacore.com>
106
107 * gdb.ada/variant.exp: New file
108 * gdb.ada/variant/pkg.adb: New file
109 * gdb.ada/variant/pck.adb: New file
110
111 2020-04-24 Tom de Vries <tdevries@suse.de>
112
113 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
114
115 2020-04-24 Tom de Vries <tdevries@suse.de>
116
117 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
118 flags.
119
120 2020-04-24 Tom de Vries <tdevries@suse.de>
121
122 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
123
124 2020-04-24 Tom de Vries <tdevries@suse.de>
125
126 * lib/gdb.exp (default_gdb_start): Handle eof.
127 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
128 failure.
129 * gdb.base/readnever.exp: Handle clean_restart failure.
130
131 2020-04-23 Tom de Vries <tdevries@suse.de>
132
133 * gdb.base/decl-before-def.exp: Run to main and print a again.
134
135 2020-04-23 Tom de Vries <tdevries@suse.de>
136
137 * gdb.base/decl-before-def-decl.c: New test.
138 * gdb.base/decl-before-def-def.c: New test.
139 * gdb.base/decl-before-def.exp: New file.
140
141 2020-04-23 Tom de Vries <tdevries@suse.de>
142
143 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
144
145 2020-04-22 Tom de Vries <tdevries@suse.de>
146
147 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
148 debug_info_offset.
149 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
150 before $objsfile in the line line.
151
152 2020-04-22 Tom de Vries <tdevries@suse.de>
153
154 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
155
156 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
157
158 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
159 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
160 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
161 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
162 * gdb.base/jit-protocol.h: Update definitions to match all usage
163 contexts.
164
165 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
166
167 * gdb.base: Rename all jit related test and source files.
168
169 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
170
171 * gdb.base/jit-reader.exp: Relax register output check.
172
173 2020-04-22 Tom de Vries <tdevries@suse.de>
174
175 PR symtab/25764
176 * gdb.base/psym-external-decl-2.c: New test.
177 * gdb.base/psym-external-decl.c: New test.
178 * gdb.base/psym-external-decl.exp: New file.
179 * gdb.threads/tls.exp: Add PR25807 kfail.
180
181 2020-04-22 Tom de Vries <tdevries@suse.de>
182
183 PR symtab/25801
184 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
185 in "info source" output.
186
187 2020-04-22 Tom de Vries <tdevries@suse.de>
188
189 PR symtab/25700
190 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
191 symtab for imported_unit.c.
192
193 2020-04-21 Gary Benson <gbenson@redhat.com>
194
195 * gdb.base/advance.c (func): New argument, to match call site.
196 (func2, func3): Add return statements.
197
198 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
199
200 * gdb.multi/run-only-second-inf.c: New file.
201 * gdb.multi/run-only-second-inf.exp: New file.
202
203 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
204
205 * gdb.btrace/multi-inferior.c: New test.
206 * gdb.btrace/multi-inferior.exp: New file.
207
208 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
209
210 * gdb.btrace/enable-new-thread.c: New test.
211 * gdb.btrace/enable-new-thread.exp: New file.
212
213 2020-04-21 Tom de Vries <tdevries@suse.de>
214
215 PR gdb/25471
216 * gdb.threads/killed-outside.c: New test.
217 * gdb.threads/killed-outside.exp: New file.
218
219 2020-04-20 Gary Benson <gbenson@redhat.com>
220
221 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
222 * gdb.base/nested-subp2.exp: Likewise.
223 * gdb.base/nested-subp3.exp: Likewise.
224
225 2020-04-20 Gary Benson <gbenson@redhat.com>
226
227 * gdb.base/nested-subp1.exp: Disable test when using clang.
228 * gdb.base/nested-subp2.exp: Likewise.
229 * gdb.base/nested-subp3.exp: Likewise.
230
231 2020-04-20 Gary Benson <gbenson@redhat.com>
232
233 * gdb.cp/exception.cc: Fix compilation error with clang.
234
235 2020-04-20 Gary Benson <gbenson@redhat.com>
236
237 * gdb.trace/tspeed.c: Fix compilation error with clang.
238
239 2020-04-20 Gary Benson <gbenson@redhat.com>
240
241 * gdb.base/jit-main.c: Fix compilation error with clang.
242
243 2020-04-17 Kamil Rytarowski <n54@gmx.com>
244
245 * gdb.base/attach-twice.c: Include "sys/types.h".
246 (PTRACE_ATTACH): Add fallback definition.
247 (main): Pass `0' to the 4th argument of `ptrace'.
248
249 2020-04-17 Kamil Rytarowski <n54@gmx.com>
250
251 * gdb.base/fork-running-state.c: Include "signal.h".
252
253 2020-04-17 Tom Tromey <tromey@adacore.com>
254
255 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
256 Update tests.
257 * gdb.btrace/cpu.exp: Update tests.
258 * gdb.base/maint.exp: Update tests.
259 * gdb.base/default.exp: Update tests.
260 * gdb.base/completion.exp: Update tests.
261
262 2020-04-16 Tom de Vries <tdevries@suse.de>
263
264 PR symtab/25791
265 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
266 (ensure_gdb_index): and factor out and move ...
267 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
268 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
269
270 2020-04-16 Tom de Vries <tdevries@suse.de>
271
272 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
273 loading exec.
274
275 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
276
277 * gdb.base/many-completions.exp: New file.
278
279 2020-04-14 Tom de Vries <tdevries@suse.de>
280
281 PR symtab/25718
282 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
283
284 2020-04-14 Tom de Vries <tdevries@suse.de>
285
286 PR symtab/25720
287 * gdb.base/maint-expand-symbols-header-file.c: New test.
288 * gdb.base/maint-expand-symbols-header-file.exp: New file.
289 * gdb.base/maint-expand-symbols-header-file.h: New test.
290
291 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
294 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
295 get_func_info.
296 (get_func_info): Delete.
297 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
298 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
299 * lib/dwarf.exp (get_func_info): New function.
300
301 2020-04-13 Tom de Vries <tdevries@suse.de>
302
303 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
304 to what find_gnatmake does.
305
306 2020-04-10 Tom de Vries <tdevries@suse.de>
307
308 * gdb.base/style.exp: Expect "Expanding full symbols" message for
309 -readnow.
310
311 2020-04-10 Tom de Vries <tdevries@suse.de>
312
313 PR cli/25808
314 * gdb.base/style.c: Add leading newlines.
315 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
316 Check listing of main's one-line body.
317
318 2020-04-08 Tom de Vries <tdevries@suse.de>
319
320 * lib/gdb.exp (psymtabs_p): New proc.
321 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
322 importing unit" unsupported if there are no partial symbols.
323
324 2020-04-08 Tom de Vries <tdevries@suse.de>
325
326 PR testsuite/25760
327 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
328
329 2020-04-07 Tom de Vries <tdevries@suse.de>
330
331 PR symtab/25796
332 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
333
334 2020-04-07 Tom de Vries <tdevries@suse.de>
335
336 * gdb.base/check-psymtab.c: New test.
337 * gdb.base/check-psymtab.exp: New file.
338
339 2020-04-06 Tom Tromey <tromey@adacore.com>
340
341 * gdb.ada/variant-record/proc.adb: New file.
342 * gdb.ada/variant-record/value.adb: New file.
343 * gdb.ada/variant-record/value.s: New file.
344 * gdb.ada/variant-record.exp: New file.
345
346 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
347
348 PR gdb/25325
349 * gdb.cp/typed-enum.cc: New test.
350 * gdb.cp/typed-enum.exp: New file.
351
352 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
355 * gdb.dwarf2/dw2-inline-small-func.c: New file.
356 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
357 * gdb.dwarf2/dw2-inline-small-func.h: New file.
358 * gdb.opt/inline-small-func.c: New file.
359 * gdb.opt/inline-small-func.exp: New file.
360 * gdb.opt/inline-small-func.h: New file.
361
362 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
365 function.
366
367 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * lib/dwarf.exp (function_range): Allow compiler options to be
370 specified.
371
372 2020-04-02 Tom de Vries <tdevries@suse.de>
373
374 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
375 __attribute__((always_inline)).
376 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
377
378 2020-04-02 Tom de Vries <tdevries@suse.de>
379
380 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
381 (gdbserver_gdb_exit): ... here. Add timeout warning.
382 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
383 (connect_target_extended_remote): Append new server_spawn_id to
384 server_spawn_ids.
385 (cleanup): New proc.
386 (setup, <toplevel>): Call cleanup.
387
388 2020-04-02 Tom de Vries <tdevries@suse.de>
389
390 * gdb.base/main-psymtab.exp: New file.
391
392 2020-04-02 Tom de Vries <tdevries@suse.de>
393
394 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
395
396 2020-04-01 Tom Tromey <tom@tromey.com>
397
398 * gdb.base/complex-parts.exp: Add type tests.
399
400 2020-04-01 Tom Tromey <tom@tromey.com>
401
402 * gdb.base/complex-parts.exp: Add arithmetic tests.
403
404 2020-04-01 Tom Tromey <tom@tromey.com>
405
406 * gdb.compile/compile.exp: Update.
407 * gdb.compile/compile-cplus.exp: Update.
408 * gdb.base/varargs.exp: Update.
409 * gdb.base/floatn.exp: Update.
410 * gdb.base/endianity.exp: Update.
411 * gdb.base/callfuncs.exp (do_function_calls): Update.
412 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
413 (complex_float_integral_args): Update.
414 * gdb.base/complex.exp: Update.
415 * gdb.base/complex-parts.exp: Update.
416
417 2020-04-01 Tom Tromey <tromey@adacore.com>
418
419 * gdb.rust/union.rs: New file.
420 * gdb.rust/union.exp: New file.
421 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
422 (main): Update.
423 * gdb.rust/simple.exp: Move union tests to union.exp.
424
425 2020-04-01 Tom Tromey <tromey@adacore.com>
426
427 * gdb.rust/simple.rs (main): Remove "y0".
428
429 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
430
431 * gdb.multi/stop-all-on-exit.c: New test.
432 * gdb.multi/stop-all-on-exit.exp: New file.
433
434 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
435
436 PR gdb/24789
437 * gdb.cp/misc.cc: Add integer reference variable.
438 * gdb.cp/misc.exp: Add test.
439
440 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
441
442 * gdb.server/stop-reply-no-thread.exp: Enhance the test
443 scenario to cover execution until the end and also the case
444
445 2020-03-31 Tom de Vries <tdevries@suse.de>
446
447 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
448 c. Use "maint info symtabs" to check symtab expansion.
449
450 2020-03-30 Tom de Vries <tdevries@suse.de>
451
452 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
453 unsupported.
454 (verify_psymtab_expanded): Move ...
455 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
456 test.
457 (readnow): New proc.
458
459 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
462 with $hex.
463
464 2020-03-20 Tom Tromey <tromey@adacore.com>
465
466 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
467
468 2020-03-20 Tom Tromey <tromey@adacore.com>
469
470 * gdb.ada/sub_variant/subv.adb: New file.
471 * gdb.ada/sub_variant.exp: New file.
472
473 2020-03-20 Tom de Vries <tdevries@suse.de>
474
475 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
476 first break fails.
477 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
478
479 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * gdb.server/exit-multiple-threads.c: New file.
482 * gdb.server/exit-multiple-threads.exp: New file.
483
484 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.fortran/mixed-lang-stack.c: New file.
487 * gdb.fortran/mixed-lang-stack.cpp: New file.
488 * gdb.fortran/mixed-lang-stack.exp: New file.
489 * gdb.fortran/mixed-lang-stack.f90: New file.
490
491 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * gdb.linespec/cp-completion-aliases.cc: New file.
494 * gdb.linespec/cp-completion-aliases.exp: New file.
495
496 2020-03-19 Tom de Vries <tdevries@suse.de>
497
498 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
499 more precise.
500
501 2020-03-18 Tom de Vries <tdevries@suse.de>
502
503 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
504 * gdb.dwarf2/break-inline-psymtab.c: New test.
505 * gdb.dwarf2/break-inline-psymtab.exp: New file.
506
507 2020-03-16 Tom de Vries <tdevries@suse.de>
508
509 * lib/cache.exp (gdb_do_cache): Add and handle local variables
510 cache_verify and cache_verify_proc.
511
512 2020-03-15 Tom de Vries <tdevries@suse.de>
513
514 * gdb.server/solib-list.exp: Handle
515 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
516
517 2020-03-15 Tom de Vries <tdevries@suse.de>
518
519 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
520 objfiles".
521
522 2020-03-14 Tom Tromey <tom@tromey.com>
523
524 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
525
526 2020-03-14 Tom de Vries <tdevries@suse.de>
527
528 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
529
530 2020-03-14 Tom de Vries <tdevries@suse.de>
531
532 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
533 result in line-by-line fashion.
534
535 2020-03-14 Tom de Vries <tdevries@suse.de>
536
537 * lib/gdb.exp (supports_statement_frontiers): New proc.
538 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
539
540 2020-03-14 Tom de Vries <tdevries@suse.de>
541
542 * gdb.base/printcmds.exp: Add missing quoting for "print
543 teststring2".
544
545 2020-03-13 Tom Tromey <tom@tromey.com>
546
547 * gdb.base/printcmds.exp (test_print_strings): Add regression
548 test.
549 * gdb.base/printcmds.c (charptr): New typedef.
550 (teststring2): New global.
551
552 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
553
554 * gdb.base/break-interp.exp: Use the tail of the filename, not the
555 full path in the test name.
556 (test_ld): Add some with_test_prefix blocks to make test names
557 unique.
558
559 2020-03-13 Tom de Vries <tdevries@suse.de>
560
561 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
562
563 2020-03-13 Tom de Vries <tdevries@suse.de>
564
565 * gdb.mi/mi-sym-info.exp: Make matching more precise.
566
567 2020-03-13 Tom de Vries <tdevries@suse.de>
568
569 PR symtab/25646
570 * gdb.dwarf2/imported-unit.exp: Add test.
571
572 2020-03-13 Tom de Vries <tdevries@suse.de>
573
574 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
575 (var1, var2): New variable.
576 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
577 matching symbols.
578
579 2020-03-13 Tom de Vries <tdevries@suse.de>
580
581 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
582 (Term::command): Use prompt prefix.
583 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
584 * gdb.tui/tui-layout-asm-short-prog.exp: Use
585 command_no_prompt_prefix instead of prefix.
586 * gdb.tui/tui-layout-asm.exp: Same.
587
588 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
589
590 * gdb.base/break-interp.exp: Use foreach_with_prefix.
591
592 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
593
594 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
595 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
596 on" while stepping over the test instruction, match printed
597 message.
598
599 2020-03-12 Tom de Vries <tdevries@suse.de>
600
601 * gdb.base/info-types.exp: Use exp_continue during matching of output
602 of "info types".
603
604 2020-03-12 Tom de Vries <tdevries@suse.de>
605
606 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
607
608 2020-03-12 Tom de Vries <tdevries@suse.de>
609
610 * gdb.fortran/module.exp: Use exp_continue during matching of output
611 of "info variable -n".
612
613 2020-03-12 Tom de Vries <tdevries@suse.de>
614
615 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
616 gdb.dwarf2/dw2-ranges-base.c.
617
618 2020-03-12 Tom de Vries <tdevries@suse.de>
619
620 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
621 in presence of GLIBC debuginfo.
622
623 2020-03-12 Tom de Vries <tdevries@suse.de>
624
625 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
626 $core.
627
628 2020-03-12 Tom de Vries <tdevries@suse.de>
629
630 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
631 more precise.
632
633 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
634
635 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
636 from Unix to Windows path.
637
638 2020-03-11 Tom de Vries <tdevries@suse.de>
639
640 * gdb.ada/minsyms.exp: Set language to ada.
641
642 2020-03-11 Tom de Vries <tdevries@suse.de>
643
644 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
645
646 2020-03-11 Tom de Vries <tdevries@suse.de>
647
648 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
649
650 2020-03-11 Tom Tromey <tromey@adacore.com>
651
652 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
653
654 2020-03-11 Tom de Vries <tdevries@suse.de>
655
656 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
657
658 2020-03-11 Tom de Vries <tdevries@suse.de>
659
660 * gdb.base/break-interp.exp: Limit verbose scope.
661
662 2020-03-11 Tom de Vries <tdevries@suse.de>
663
664 * gdb.fortran/logical.f90: Define variable with character type.
665 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
666
667 2020-03-11 Tom de Vries <tdevries@suse.de>
668
669 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
670
671 2020-03-11 Tom de Vries <tdevries@suse.de>
672
673 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
674 symtabs.
675
676 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
677 Bernd Edlinger <bernd.edlinger@hotmail.de>
678
679 * gdb.cp/step-and-next-inline.cc: New file.
680 * gdb.cp/step-and-next-inline.exp: New file.
681 * gdb.cp/step-and-next-inline.h: New file.
682 * gdb.dwarf2/dw2-is-stmt.c: New file.
683 * gdb.dwarf2/dw2-is-stmt.exp: New file.
684 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
685 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
686 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
687
688 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
691 is-stmt flag in the line table.
692
693 2020-03-09 Tom de Vries <tdevries@suse.de>
694
695 * lib/gdb.exp (cached_file): Create cache dir.
696
697 2020-03-07 Tom de Vries <tdevries@suse.de>
698
699 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
700 * gdb.cp/rvalue-ref-params.exp: Same.
701
702 2020-03-06 Tom de Vries <tdevries@suse.de>
703
704 * lib/gdb.exp (tentative_rename, cached_file): New proc.
705 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
706
707 2020-03-06 Tom de Vries <tdevries@suse.de>
708
709 * README: Fix "the the".
710 * gdb.base/dprintf.exp: Same.
711
712 2020-03-05 Tom de Vries <tdevries@suse.de>
713
714 * gdb.base/maint.exp: Update "main print statistics" expected output.
715
716 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
717
718 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
719 (fortran_int8): Likewise.
720 (fortran_real4): Likewise.
721 (fortran_real8): Likewise.
722 (fortran_complex4): Likewise.
723 (fortran_logical4): Likewise.
724 (fortran_character1): Likewise.
725
726 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
727
728 * gdb.fortran/logical.exp: Add tests that any non-zero value is
729 printed as true.
730
731 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
732
733 * gdb.base/printcmds.exp: Add test to verify printf of a
734 variable holding an address.
735
736 2020-03-03 Tom de Vries <tdevries@suse.de>
737
738 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
739
740 2020-03-03 Tom de Vries <tdevries@suse.de>
741
742 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
743 gdb_test_multiple call.
744
745 2020-03-03 Tom de Vries <tdevries@suse.de>
746
747 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
748 gdb_test_multiple calls.
749
750 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
751
752 * gdb.base/default.exp: Remove test of 'set history filename'.
753 * gdb.base/gdbinit-history.exp: Add tests for setting the history
754 filename to the empty string.
755 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
756 and GDBHISTSIZE.
757
758 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
761 disabled.
762
763 2020-03-02 Pedro Alves <palves@redhat.com>
764 Tom de Vries <tdevries@suse.de>
765
766 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
767 -prompt prefix, before user_code argument. Add -lbl option likewise.
768 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
769 (gdb_is_target_1): Add -prompt prefix and move to before user_code
770 argument.
771 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
772 have "\r\n" at start-of-line, instead of at end-of-line.
773
774 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
775
776 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
777 libinproctrace.so.
778
779 2020-02-28 Luis Machado <luis.machado@linaro.org>
780
781 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
782 to "p/x".
783
784 2020-02-28 Luis Machado <luis.machado@linaro.org>
785
786 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
787 asm/ptrace.h and error.h.
788
789 2020-02-28 Tom de Vries <tdevries@suse.de>
790
791 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
792 (struct wrapper, do_something, mundane/symada__cS): Move ...
793 * gdb.base/c-linkage-name-2.c: ... here. New source file.
794 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
795 Update "print symada__cS before partial symtab expansion" regexp.
796 Update breakpoint location. Flush symbol cache after expansion.
797
798 2020-02-28 Luis Machado <luis.machado@linaro.org>
799
800 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
801
802 2020-02-27 Tom de Vries <tdevries@suse.de>
803
804 * config/sid.exp: Remove unused globals.
805 * gdb.base/attach.exp: Same.
806 * gdb.base/catch-load.exp: Same.
807 * gdb.base/dbx.exp: Same.
808 * lib/gdb.exp: Same.
809 * lib/mi-support.exp: Same.
810 * lib/prompt.exp: Same.
811
812 2020-02-27 Tom de Vries <tdevries@suse.de>
813
814 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
815 not set.
816
817 2020-02-26 Aaron Merey <amerey@redhat.com>
818
819 * gdb.debuginfod: New directory for debuginfod tests.
820 * gdb.debuginfod/main.c: New test file.
821 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
822
823 2020-02-26 Tom de Vries <tdevries@suse.de>
824
825 PR gdb/25603
826 * gdb.base/persistent-lang.cc: New test.
827 * gdb.base/persistent-lang.exp: New file.
828
829 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.fortran/derived-type-striding.exp: Add a new test.
832 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
833 new test.
834
835 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.base/cached-source-file.exp: Avoid source file paths in test
838 names.
839
840 2020-02-25 Tom de Vries <tdevries@suse.de>
841
842 PR go/18926
843 * gdb.go/methods.exp: Remove gcc/93866 xfail.
844
845 2020-02-24 Tom de Vries <tdevries@suse.de>
846
847 PR gdb/25592
848 * gdb.base/info-locals-unused-static-var.c: New test.
849 * gdb.base/info-locals-unused-static-var.exp: New file.
850
851 2020-02-22 Tom Tromey <tom@tromey.com>
852
853 * gdb.python/tui-window.exp: New file.
854 * gdb.python/tui-window.py: New file.
855
856 2020-02-22 Tom Tromey <tom@tromey.com>
857
858 PR tui/17850:
859 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
860 tests.
861
862 2020-02-22 Tom Tromey <tom@tromey.com>
863
864 * gdb.tui/new-layout.exp: Add sub-layout tests.
865
866 2020-02-22 Tom Tromey <tom@tromey.com>
867
868 * gdb.tui/new-layout.exp: New file.
869
870 2020-02-22 Tom Tromey <tom@tromey.com>
871
872 * gdb.rust/rust-style.rs: New file.
873 * gdb.rust/rust-style.exp: New file.
874 * gdb.base/style.exp: Test structure printing.
875 * gdb.base/style.c (struct some_struct): New type.
876 (enum etype): New type.
877 (struct_value): New global.
878
879 2020-02-21 Tom de Vries <tdevries@suse.de>
880
881 PR go/18926
882 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
883 Remove blanket xfails. Use message argument for gdb_breakpoint.
884 Make continuing to breakpoint test conditional on setting breakpoint.
885 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
886 DW_AT_name attribute. Add xfail for GCC PR93866.
887
888 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.dwarf2/cpp-linkage-name.c: New file.
891 * gdb.dwarf2/cpp-linkage-name.exp: New file.
892
893 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
894
895 * lib/gdb.exp (gdb_wrapper_init): Reset
896 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
897 not exist.
898
899 2020-02-20 Tom de Vries <tdevries@suse.de>
900
901 PR go/17018
902 * gdb.go/hello.exp: Copy ...
903 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
904 print of st to print value of global definition. Add xfail for GCC
905 PR93844.
906 * gdb.go/hello.exp: Remove printing of st before definition.
907 * gdb.go/hello.go: Copy ...
908 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
909 to st.
910 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
911
912 2020-02-20 Tom de Vries <tdevries@suse.de>
913
914 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
915 (gdb_simple_compile): Handle compile_flags go by using .go extension
916 for source file.
917 * gdb.go/chan.exp: Use support_go_compile.
918 * gdb.go/handcall.exp: Same.
919 * gdb.go/hello.exp: Same.
920 * gdb.go/integers.exp: Same.
921 * gdb.go/max-depth.exp: Same.
922 * gdb.go/methods.exp: Same.
923 * gdb.go/package.exp: Same.
924 * gdb.go/strings.exp: Same.
925 * gdb.go/types.exp: Same.
926 * gdb.go/unsafe.exp: Same.
927
928 2020-02-19 Tom de Vries <tdevries@suse.de>
929
930 * gdb.python/lib-types.exp: Make xfail more strict.
931
932 2020-02-19 Tom de Vries <tdevries@suse.de>
933
934 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
935
936 2020-02-19 Doug Evans <dje@google.com>
937
938 PR rust/25535
939 * gdb.rust/simple.exp: Add test.
940 * gdb.rust/simple.rs: Add test.
941
942 2020-02-19 Tom de Vries <tdevries@suse.de>
943
944 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
945 output line-by-line.
946
947 2020-02-19 Tom de Vries <tdevries@suse.de>
948
949 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
950
951 2020-02-19 Tom de Vries <tdevries@suse.de>
952
953 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
954 prelink.
955
956 2020-02-19 Tom de Vries <tdevries@suse.de>
957
958 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
959 (gdb_do_cache): Use gdb_do_cache_wrap.
960 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
961
962 2020-02-19 Tom de Vries <tdevries@suse.de>
963
964 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
965 gdb_compile option.
966
967 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
968
969 * gdb.base/printcmds.exp (test_print_enums): Update expected
970 output.
971
972 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
973
974 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
975 for "unknown".
976
977 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
978
979 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
980 enumerator.
981
982 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
983
984 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
985 FE_, add FE_NONE.
986 (three): Update.
987 (enum flag_enum_without_zero): New enum.
988 (flag_enum_without_zero): New variable.
989 (enum not_flag_enum): New enum.
990 (three_not_flag): New variable.
991 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
992 (test_print_enums): Add more tests for printing flag enums.
993
994 2020-02-18 Tom de Vries <tdevries@suse.de>
995
996 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
997 (gdb_compile_ada): ... here.
998 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
999 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1000
1001 2020-02-14 Tom Tromey <tom@tromey.com>
1002
1003 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1004 build directory.
1005 * boards/gdbserver-base.exp: Update path to gdbserver.
1006
1007 2020-02-13 Tom de Vries <tdevries@suse.de>
1008
1009 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1010
1011 2020-02-13 Tom de Vries <tdevries@suse.de>
1012
1013 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1014 are missing.
1015
1016 2020-02-13 Tom de Vries <tdevries@suse.de>
1017
1018 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1019 call.
1020
1021 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1022
1023 PR tui/25126
1024 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1025 * gdb.base/cached-source-file.c: New file.
1026 * gdb.base/cached-source-file.exp: New file.
1027
1028 2020-02-11 Tom de Vries <tdevries@suse.de>
1029
1030 PR testsuite/25488
1031 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1032
1033 2020-02-10 Tom de Vries <tdevries@suse.de>
1034
1035 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1036
1037 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1038
1039 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1040 and $after_addr are both integers before making a comparison.
1041
1042 2020-02-09 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1045 command output and paste it into gdb.log. If any, paste catch message
1046 to gdb.log.
1047
1048 2020-02-07 Tom Tromey <tromey@adacore.com>
1049
1050 PR breakpoints/24915:
1051 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1052
1053 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1054
1055 * gdb.tui/tui-missing-src.exp: Add the "missing source
1056 file" test for the TUI.
1057
1058 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1059
1060 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1061 including a port number in the output.
1062
1063 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1064
1065 * lib/fortran.exp (fortran_int4): Handle clang.
1066 (fortran_int8): Likewise.
1067 (fortran_real4): Likewise.
1068 (fortran_real8): Likewise.
1069 (fortran_complex4): Likewise.
1070 (fortran_logical4): Likewise.
1071 (fortran_character1): Likewise.
1072
1073 2020-02-04 Tom de Vries <tdevries@suse.de>
1074
1075 * README (Race detection): Add note.
1076
1077 2020-02-04 Tom de Vries <tdevries@suse.de>
1078
1079 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1080
1081 2020-02-04 Tom de Vries <tdevries@suse.de>
1082
1083 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1084
1085 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1086
1087 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1088 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1089 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1090 blttar, bnetarl.
1091 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1092 binary for blttar, bnetarl.
1093 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1094 wait instruction. Delete ldmx test.
1095 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1096
1097 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1098
1099 * gdb.fortran/array-bounds-high.exp: New file.
1100 * gdb.fortran/array-bounds-high.f90: New file.
1101
1102 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1103
1104 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1105 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1106
1107 2020-02-01 Tom de Vries <tdevries@suse.de>
1108
1109 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1110
1111 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 PR tui/9765
1114 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1115 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1116
1117 2020-01-29 Luis Machado <luis.machado@linaro.org>
1118
1119 * gdb.arch/aarch64-brk-patterns.c: New source file.
1120 * gdb.arch/aarch64-brk-patterns.exp: New test.
1121
1122 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1123
1124 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1125 GCC/Clang version.
1126 * gdb.cp/pass-by-ref.exp: Ditto.
1127
1128 2020-01-29 Tom de Vries <tdevries@suse.de>
1129
1130 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1131 * gdb.threads/watchpoint-fork-mt.c: Same.
1132 * gdb.threads/watchpoint-fork-parent.c: Same.
1133 * gdb.threads/watchpoint-fork-st.c: Same.
1134 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1135
1136 2020-01-27 Luis Machado <luis.machado@linaro.org>
1137
1138 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1139 sitting at a syscall instruction when we hit the syscall function's
1140 breakpoint.
1141 Check PC against one obtained with the x command.
1142 Validate syscall number.
1143 (step_over_syscall): Don't continue to the syscall instruction if
1144 we're already there.
1145
1146 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1147
1148 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1149
1150 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1151
1152 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1153 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1154
1155 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1156
1157 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1158 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1159
1160 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * gdb.base/maint.exp: Update line table parsing test.
1163 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1164
1165 2020-01-24 Pedro Alves <palves@redhat.com>
1166
1167 PR gdb/25410
1168 * gdb.multi/multi-re-run-1.c: New.
1169 * gdb.multi/multi-re-run-2.c: New.
1170 * gdb.multi/multi-re-run.exp: New.
1171
1172 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1173
1174 PR gdb/23718
1175 * gdb.server/server-kill-python.exp: New file.
1176
1177 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.server/multi-ui-errors.c: New file.
1180 * gdb.server/multi-ui-errors.exp: New file.
1181
1182 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1183
1184 PR tui/9765
1185 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1186
1187 2020-01-19 Tom Tromey <tom@tromey.com>
1188
1189 * gdb.tui/main.exp: Add check for plain "file".
1190
1191 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1192
1193 * lib/gdb.exp: Fix spelling error (seperatelly).
1194
1195 2020-01-14 Tom Tromey <tom@tromey.com>
1196
1197 PR symtab/12535:
1198 * gdb.python/python.exp: Test decode_line with empty string
1199 argument.
1200
1201 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1202
1203 * gdb.base/skip-inline.exp: Extend test.
1204
1205 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1208 * gdb.dwarf2/dw2-bad-elf.c: New file.
1209 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1210
1211 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1214 _line_saw_file.
1215
1216 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1217
1218 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1219 border.
1220
1221 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1222
1223 * gdb.multi/multi-target.exp (setup): Factor out "info
1224 connections" and "info inferiors" tests to ...
1225 (test_info_inferiors): ... this new procedure.
1226 (top level): Run new "info-inferiors" tests.
1227
1228 2020-01-10 Pedro Alves <palves@redhat.com>
1229
1230 * gdb.server/bkpt-other-inferior.exp: New file.
1231
1232 2020-01-10 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1235 of "add-inferior".
1236 * gdb.base/quit-live.exp: Likewise.
1237 * gdb.base/remote-exec-file.exp: Likewise.
1238 * gdb.guile/scm-progspace.exp: Likewise.
1239 * gdb.linespec/linespec.exp: Likewise.
1240 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1241 * gdb.mi/user-selected-context-sync.exp: Likewise.
1242 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1243 "info inferiors" tests.
1244 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1245 "add-inferior".
1246 * gdb.multi/watchpoint-multi.exp: Likewise.
1247 * gdb.python/py-inferior.exp: Likewise.
1248 * gdb.server/extended-remote-restart.exp: Likewise.
1249 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1250 "info inferiors".
1251 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1252 * gdb.trace/report.exp: Likewise.
1253
1254 2020-01-10 Pedro Alves <palves@redhat.com>
1255
1256 * gdb.multi/multi-target.c: New file.
1257 * gdb.multi/multi-target.exp: New file.
1258 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1259 mode requested, but remote does not support non-stop".
1260
1261 2020-01-10 Pedro Alves <palves@redhat.com>
1262
1263 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1264 disconnect before reconnecting.
1265
1266 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1267 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.server/connect-without-multi-process.exp: Also test
1270 continuing to end.
1271
1272 2020-01-10 Pedro Alves <palves@redhat.com>
1273
1274 * gdb.base/remote-exec-file.exp: New file.
1275
1276 2020-01-10 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1279 output.
1280 * gdb.threads/async.c: New.
1281 * gdb.threads/async.exp: New.
1282 * gdb.multi/tids-gid-reset.c: New.
1283 * gdb.multi/tids-gid-reset.exp: New.
1284
1285 2020-01-10 George Barrett <bob@bob131.so>
1286
1287 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1288 to help in finding the image relocation offset.
1289 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1290 options in arguments.
1291 (stap_test_no_debuginfo): Likewise.
1292 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1293 test variants.
1294 (stap_test): Add null semaphore relocation test.
1295
1296 2020-01-10 George Barrett <bob@bob131.so>
1297
1298 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1299 * gdb.base/stap-probe.exp: Likewise.
1300 (stap_test): Pass argument as an additional flag.
1301 (stap_test_no_debuginfo): Likewise.
1302 (stap_test): Check `info probes stap' output for semaphore
1303 addresses if the test binary is supposed to have them.
1304
1305 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * gdb.tui/basic.exp: Add more scrolling tests.
1308
1309 2020-01-09 Tom Tromey <tom@tromey.com>
1310
1311 PR tui/18932:
1312 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1313 meangingful value.
1314 (Term::command, Term::resize): Update.
1315 * gdb.tui/basic.exp: Add scrolling test.
1316
1317 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.tui/tui-layout-asm.exp: New file.
1320
1321 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1322
1323 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1324
1325 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1326
1327 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1328 (Term::enter_tui): Use Term::prepare_for_tui.
1329
1330 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1331
1332 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1333 called.
1334
1335 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1336
1337 * gdb.base/skip.exp: Fix race condition in test.
1338
1339 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1340
1341 * gdb.base/backtrace.c: New file.
1342 * gdb.base/backtrace.exp: New file.
1343
1344 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1345
1346 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1347
1348 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1349
1350 * gdb.base/style.exp: Test that warnings are styled.
1351
1352 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1353
1354 * gdb.base/line65535.exp: New file.
1355 * gdb.base/line65535.c: New file.
1356
1357 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1358
1359 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1360 * lib/gnat_debug_info_test.adb: New file.
1361 * gdb.ada/ptype_tagged_param.exp: Use
1362 gnat_runtime_has_debug_info, expect a different output if
1363 runtime does not have debug info.
1364
1365 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1366
1367 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1368 (another) quote in test name.
1369
1370 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1371
1372 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1373 Add quote in test name.
1374
1375 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1376
1377 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1378 directory instead.
1379 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1380 * gdb.cp/pass-by-ref-2.cc: New file.
1381 * gdb.cp/pass-by-ref-2.exp: New file.
1382
1383 2019-12-20 Tom Tromey <tom@tromey.com>
1384
1385 * gdb.tui/list-before.exp: New file.
1386
1387 2019-12-20 Tom Tromey <tom@tromey.com>
1388
1389 * gdb.tui/list.exp: Check for source on initial listing.
1390
1391 2019-12-11 Tom Tromey <tromey@adacore.com>
1392
1393 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1394 Add crlf test.
1395
1396 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1397
1398 * gdb.base/default.exp: Update value of $_gdb_major.
1399
1400 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1401
1402 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1403
1404 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1405
1406 * gdb.base/skip.exp: Whitespace fix.
1407
1408 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1409
1410 * gdb.base/skip-inline.c: New file.
1411 * gdb.base/skip-inline.exp: New file.
1412
1413 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1414
1415 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1416 jit_function_00 to jit_function_stack_mangle.
1417 * gdb.base/jithost.c (jit_function_t): Rename to...
1418 (jit_function_stack_mangle_t): ... this.
1419 (jit_function_add_t): New typedef.
1420 (jit_function_00_code): Rename to...
1421 (jit_function_stack_mangle_code): ... this, make static.
1422 (jit_function_add_code): New.
1423 (main): Generate "add" function and call it. Adjust to changes
1424 in jithost_abi.
1425 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1426 (struct jithost_abi) <begin, end>: Remove fields.
1427 <object, function_stack_mangle, function_add>: New fields.
1428 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1429 code_end>: Remove fields.
1430 <func_stack_mangle>: New field.
1431 (read_debug_info): Adjust to renaming, create block for "add"
1432 function.
1433 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1434
1435 2019-12-11 Tom Tromey <tom@tromey.com>
1436
1437 * gdb.tui/resize.exp: Fix regexp.
1438 * gdb.tui/regs.exp: Fix regexps.
1439 * gdb.tui/main.exp: Fix regexp.
1440
1441 2019-12-11 Tom Tromey <tom@tromey.com>
1442
1443 * gdb.tui/resize.exp: Update.
1444 * gdb.tui/empty.exp (layouts): Update.
1445
1446 2019-12-11 Tom Tromey <tom@tromey.com>
1447
1448 * gdb.tui/regs.exp: Update.
1449 * gdb.tui/empty.exp (layouts): Update.
1450 * gdb.tui/basic.exp: Update.
1451 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1452
1453 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1454
1455 * gdb.base/options.exp: Add -raw-values in the print completion list.
1456 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1457
1458 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1459
1460 * gdb.threads/omp-par-scope.c: New file.
1461 * gdb/threads/omp-par-scope.exp: New file.
1462
1463 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1464
1465 * lib/gdb.exp (support_nested_function_tests): New proc.
1466
1467 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1468
1469 * lib/gdb.exp (gdb_compile_openmp): New proc.
1470 (build_executable_from_specs): Add an "openmp" option.
1471 (gdb_compile_pthreads): Add non-executable case.
1472
1473 2019-12-10 Tom Tromey <tromey@adacore.com>
1474
1475 * gdb.ada/unchecked_union.exp: New file.
1476 * gdb.ada/unchecked_union/pck.adb: New file.
1477 * gdb.ada/unchecked_union/pck.ads: New file.
1478 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1479 * gdb-utils.exp (string_to_regexp): Also quote "?".
1480
1481 2019-12-10 George Barrett <bob@bob131.so>
1482
1483 Test scripted probe breakpoints.
1484 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1485 * gdb.python/py-breakpoint.c (main): Likewise.
1486 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1487 specifier test.
1488 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1489
1490 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1491
1492 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1493 an rvalue parameter.
1494 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1495 parameter.
1496
1497 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1500 modules.
1501
1502 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1505 broken version of GCC.
1506
1507 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1510 sym-info-cmds library.
1511 * gdb.fortran/info-types.exp: Likewise.
1512 * lib/sym-info-cmds.exp: New file.
1513
1514 2019-12-08 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1517
1518 2019-12-07 Keith Seitz <keiths@redhat.com>
1519
1520 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1521 * gdb.base/corefile-buildid-shlib.c: New file.
1522 * gdb.base/corefile-buildid.c: New file.
1523 * gdb.base/corefile-buildid.exp: New file.
1524
1525 2019-12-06 Tom de Vries <tdevries@suse.de>
1526
1527 * gdb.dwarf2/varval.exp: Add decl before def test.
1528
1529 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1530
1531 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1532
1533 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1534
1535 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1536 CV and reference conversion for overload resolution.
1537 * gdb.cp/rvalue-ref-overload.exp: Test it.
1538
1539 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1540
1541 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1542 * gdb.base/frameapply.exp: Test faas without command.
1543
1544 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1547 Fortran tests.
1548 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1549 order.
1550
1551 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1554 casting to type with no kind specified.
1555 (test_basic_parsing_of_type_kinds): Additional tests for types
1556 with no kind specified, and add tests for single/double
1557 precision/complex types.
1558
1559 2019-12-04 Tom Tromey <tromey@adacore.com>
1560
1561 * gdb.base/endianity.c (struct other) <x>: New field.
1562 (main): Initialize it.
1563 * gdb.base/endianity.exp: Update.
1564
1565 2019-12-04 Tom Tromey <tromey@adacore.com>
1566
1567 * gdb.ada/scalar_storage/storage.adb: New file.
1568 * gdb.ada/scalar_storage/pck.adb: New file.
1569 * gdb.ada/scalar_storage/pck.ads: New file.
1570 * gdb.ada/scalar_storage.exp: New file.
1571
1572 2019-12-04 Tom Tromey <tromey@adacore.com>
1573
1574 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1575 (main): Initialize it.
1576 * gdb.base/endianity.exp: Update.
1577
1578 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1579
1580 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1581
1582 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1585 -symbol-info-module-functions and -symbol-info-module-variables.
1586
1587 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1588
1589 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1590
1591 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1592 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 * gdb.fortran/derived-type-striding.exp: New file.
1595 * gdb.fortran/derived-type-striding.f90: New file.
1596 * gdb.fortran/array-slices.exp: New file.
1597 * gdb.fortran/array-slices.f90: New file.
1598
1599 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1600
1601 * gdb.base/define.exp: Test . in command names.
1602 * gdb.base/setshow.exp: Update test, as . is now part of
1603 command name.
1604
1605 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1606
1607 * gdb.base/define-prefix.exp: New file.
1608
1609 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1610
1611 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1612 compile.
1613 (skip_btrace_pt_tests): Likewise.
1614
1615 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * gdb.fortran/info-modules.exp: Compile source files in correct
1618 order.
1619
1620 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1621
1622 * gdb.dwarf2/imported-unit.exp: New file.
1623 * gdb.dwarf2/imported-unit.c: New file.
1624
1625 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1626
1627 * gdb.mi/mi-fortran-modules-2.f90: New file.
1628 * gdb.mi/mi-fortran-modules.exp: New file.
1629 * gdb.mi/mi-fortran-modules.f90: New file.
1630
1631 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * gdb.mi/mi-sym-info-1.c: New file.
1634 * gdb.mi/mi-sym-info-2.c: New file.
1635 * gdb.mi/mi-sym-info.exp: New file.
1636
1637 2019-11-22 Tom Tromey <tromey@adacore.com>
1638
1639 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1640 * gdb.ada/tasks/foo.adb: Add another stopping location.
1641
1642 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1643
1644 * gdb.base/endianity.c: New test.
1645 * gdb.base/endianity.exp: New file.
1646
1647 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1648
1649 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1650
1651 2019-11-21 Tom de Vries <tdevries@suse.de>
1652
1653 PR gdb/24956
1654 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1655
1656 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1657
1658 * gdb.python/py-progspace.exp: Add missing parentheses on some
1659 'print' commands.
1660
1661 2019-11-19 Tom Tromey <tom@tromey.com>
1662
1663 * gdb.tui/winheight.exp: New file.
1664
1665 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1666
1667 * gdb.base/ctf-whatis.c: Delete.
1668 * gdb.base/ctf-whatis.exp: Delete.
1669 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1670
1671 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1672
1673 * gdb.base/ctf-cvexpr.exp: Delete.
1674 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1675
1676 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1677
1678 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1679 the compiler. Clean up header comment a little.
1680 * gdb.base/ctf-ptype.exp: Likewise.
1681 * gdb.base/ctf-whatis.exp: Likewise.
1682 * lib/gdb.exp (skip_ctf_tests): New proc.
1683
1684 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1685
1686 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1687 * gdb.tui/corefile-run.exp: New file.
1688
1689 2019-11-14 Tom Tromey <tromey@adacore.com>
1690
1691 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1692 regression tests.
1693
1694 2019-11-12 Tom Tromey <tom@tromey.com>
1695
1696 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1697 after any command. Expect prompt after WAIT_FOR is seen.
1698 (enter_tui): Enable resize messages.
1699 (command): Expect command in output.
1700 (get_line): Avoid error when cursor appears to be off-screen.
1701 (dump_screen): Include screen size in title.
1702 (_do_resize): New proc, from "resize".
1703 (resize): Rewrite. Do resize in two steps.
1704 * gdb.tui/empty.exp (layouts): Fix entries.
1705 (check_boxes): Remove xfail.
1706 (check_text): Dump screen on failure.
1707
1708 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1709
1710 * gdb.python/py-symbol.exp: Add test for
1711 gdb.lookup_static_symbols.
1712
1713 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1714
1715 * gdb.python/py-symbol.c: Declare and call function from new
1716 py-symbol-2.c file.
1717 * gdb.python/py-symbol.exp: Compile both source files, and add new
1718 tests for gdb.lookup_static_symbol.
1719 * gdb.python/py-symbol-2.c: New file.
1720
1721 2019-11-02 Tom de Vries <tdevries@suse.de>
1722
1723 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1724 * gdb.base/anon.exp: Same.
1725 * gdb.base/auto-connect-native-target.exp: Same.
1726 * gdb.base/call-ar-st.exp: Same.
1727 * gdb.base/catch-syscall.exp: Same.
1728 * gdb.base/commands.exp: Same.
1729 * gdb.base/default.exp: Same.
1730 * gdb.base/display.exp: Same.
1731 * gdb.base/float.exp: Same.
1732 * gdb.base/foll-fork.exp: Same.
1733 * gdb.base/help.exp: Same.
1734 * gdb.base/info-macros.exp: Same.
1735 * gdb.base/info-proc.exp: Same.
1736 * gdb.base/info-target.exp: Same.
1737 * gdb.base/long_long.exp: Same.
1738 * gdb.base/macscp.exp: Same.
1739 * gdb.base/memattr.exp: Same.
1740 * gdb.base/nofield.exp: Same.
1741 * gdb.base/pointers.exp: Same.
1742 * gdb.base/printcmds.exp: Same.
1743 * gdb.base/ptype.exp: Same.
1744 * gdb.base/restore.exp: Same.
1745 * gdb.base/return.exp: Same.
1746 * gdb.base/scope.exp: Same.
1747 * gdb.base/set-noassign.exp: Same.
1748 * gdb.base/setshow.exp: Same.
1749 * gdb.base/shlib-call.exp: Same.
1750 * gdb.base/signals.exp: Same.
1751 * gdb.base/sigstep.exp: Same.
1752 * gdb.base/skip.exp: Same.
1753 * gdb.base/solib-symbol.exp: Same.
1754 * gdb.base/stap-probe.exp: Same.
1755 * gdb.base/step-line.exp: Same.
1756 * gdb.base/step-test.exp: Same.
1757 * gdb.base/style.exp: Same.
1758 * gdb.base/varargs.exp: Same.
1759 * gdb.base/vla-datatypes.exp: Same.
1760 * gdb.base/vla-ptr.exp: Same.
1761 * gdb.base/vla-sideeffect.exp: Same.
1762 * gdb.base/volatile.exp: Same.
1763 * gdb.base/watch-cond-infcall.exp: Same.
1764 * gdb.base/watchpoint.exp: Same.
1765
1766 2019-11-02 Tom de Vries <tdevries@suse.de>
1767
1768 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1769 * gdb.cp/cpexprs.exp: Same.
1770 * gdb.cp/except-multi-location.exp: Same.
1771 * gdb.cp/exceptprint.exp: Same.
1772 * gdb.cp/gdb2384.exp: Same.
1773 * gdb.cp/inherit.exp: Same.
1774 * gdb.cp/m-static.exp: Same.
1775 * gdb.cp/meth-typedefs.exp: Same.
1776 * gdb.cp/misc.exp: Same.
1777 * gdb.cp/namespace.exp: Same.
1778 * gdb.cp/non-trivial-retval.exp: Same.
1779 * gdb.cp/overload.exp: Same.
1780 * gdb.cp/pr17132.exp: Same.
1781 * gdb.cp/re-set-overloaded.exp: Same.
1782 * gdb.cp/rvalue-ref-types.exp: Same.
1783 * gdb.cp/templates.exp: Same.
1784
1785 2019-11-01 Luis Machado <luis.machado@linaro.org>
1786
1787 PR gdb/25124
1788
1789 * gdb.arch/pr25124.S: New file.
1790 * gdb.arch/pr25124.exp: New file.
1791
1792 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1793
1794 * gdb.fortran/info-modules.exp: Update expected results, and add
1795 additional tests for 'info module functinos', and 'info module
1796 variables'.
1797 * gdb.fortran/info-types.exp: Update expected results.
1798 * gdb.fortran/info-types.f90: Extend testcase with additional
1799 module variables and functions.
1800
1801 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * gdb.fortran/info-modules.exp: New file.
1804 * gdb.fortran/info-types.exp: Build with new file.
1805 * gdb.fortran/info-types.f90: Include and use new module.
1806 * gdb.fortran/info-types-2.f90: New file.
1807
1808 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1809
1810 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1811 * gdb.base/settings.exp: Test all settings types using
1812 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1813 that now verifies that the value of "maint show" is the same as
1814 returned by the settings functions. Test the type of the
1815 maintenance settings.
1816 * gdb.base/default.exp: Update show_conv_list.
1817
1818 2019-10-31 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1821 gdb_test.
1822 * gdb.arch/amd64-disp-step.exp: Same.
1823 * gdb.asm/asm-source.exp: Same.
1824 * gdb.btrace/buffer-size.exp: Same.
1825 * gdb.btrace/cpu.exp: Same.
1826 * gdb.btrace/enable.exp: Same.
1827 * gdb.dwarf2/count.exp: Same.
1828 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1829 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1830 * gdb.fortran/vla-datatypes.exp: Same.
1831 * gdb.fortran/vla-history.exp: Same.
1832 * gdb.fortran/vla-ptype.exp: Same.
1833 * gdb.fortran/vla-value.exp: Same.
1834 * gdb.fortran/whatis_type.exp: Same.
1835 * gdb.guile/guile.exp: Same.
1836 * gdb.multi/tids.exp: Same.
1837 * gdb.python/py-finish-breakpoint.exp: Same.
1838 * gdb.python/py-framefilter.exp: Same.
1839 * gdb.python/py-pp-registration.exp: Same.
1840 * gdb.python/py-xmethods.exp: Same.
1841 * gdb.python/python.exp: Same.
1842 * gdb.server/connect-with-no-symbol-file.exp: Same.
1843 * gdb.server/no-thread-db.exp: Same.
1844 * gdb.server/run-without-local-binary.exp: Same.
1845 * gdb.stabs/weird.exp: Same.
1846 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1847 * gdb.threads/thread-find.exp: Same.
1848 * gdb.threads/tls-shared.exp: Same.
1849 * gdb.threads/tls.exp: Same.
1850 * gdb.threads/wp-replication.exp: Same.
1851 * gdb.trace/ax.exp: Same.
1852 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1853
1854 2019-10-31 Tom de Vries <tdevries@suse.de>
1855
1856 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1857 * gdb.ada/array_subscript_addr.exp: Same.
1858 * gdb.ada/arrayidx.exp: Same.
1859 * gdb.ada/arrayparam.exp: Same.
1860 * gdb.ada/arrayptr.exp: Same.
1861 * gdb.ada/boolean_expr.exp: Same.
1862 * gdb.ada/call_pn.exp: Same.
1863 * gdb.ada/complete.exp: Same.
1864 * gdb.ada/fixed_cmp.exp: Same.
1865 * gdb.ada/fun_addr.exp: Same.
1866 * gdb.ada/funcall_param.exp: Same.
1867 * gdb.ada/interface.exp: Same.
1868 * gdb.ada/mod_from_name.exp: Same.
1869 * gdb.ada/null_array.exp: Same.
1870 * gdb.ada/packed_array.exp: Same.
1871 * gdb.ada/packed_tagged.exp: Same.
1872 * gdb.ada/print_chars.exp: Same.
1873 * gdb.ada/print_pc.exp: Same.
1874 * gdb.ada/ptype_arith_binop.exp: Same.
1875 * gdb.ada/ptype_field.exp: Same.
1876 * gdb.ada/ptype_tagged_param.exp: Same.
1877 * gdb.ada/rec_return.exp: Same.
1878 * gdb.ada/ref_tick_size.exp: Same.
1879 * gdb.ada/str_ref_cmp.exp: Same.
1880 * gdb.ada/taft_type.exp: Same.
1881 * gdb.ada/tagged.exp: Same.
1882 * gdb.ada/type_coercion.exp: Same.
1883 * gdb.ada/uninitialized_vars.exp: Same.
1884
1885 2019-10-30 Tom de Vries <tdevries@suse.de>
1886
1887 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1888
1889 2019-10-26 Tom de Vries <tdevries@suse.de>
1890
1891 * gdb.base/bigcore.c: Fix typos in comments.
1892 * gdb.base/ctf-ptype.c: Same.
1893 * gdb.base/long_long.c: Same.
1894 * gdb.dwarf2/dw2-op-out-param.S: Same.
1895 * gdb.python/py-evthreads.c: Same.
1896 * gdb.reverse/i387-stack-reverse.c: Same.
1897 * gdb.trace/tfile.c: Same.
1898 * lib/compiler.c: Same.
1899 * lib/compiler.cc: Same.
1900
1901 2019-10-25 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1904 gdb_test_multiple calls.
1905 * gdb.reverse/sigall-reverse.exp: Same.
1906 * gdb.reverse/solib-precsave.exp: Same.
1907 * gdb.reverse/solib-reverse.exp: Same.
1908 * gdb.reverse/until-precsave.exp: Same.
1909 * gdb.reverse/until-reverse.exp: Same.
1910
1911 2019-10-24 Tom de Vries <tdevries@suse.de>
1912
1913 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1914 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1915 kfail using -wrap pattern flag and convenience variable
1916 gdb_test_name.
1917
1918 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.python/py-progspace.exp: Add tests for the
1921 Progspace.block_for_pc method.
1922
1923 2019-10-23 Tom Tromey <tom@tromey.com>
1924
1925 * configure: Rebuild.
1926 * aclocal.m4: Use m4_include, not sinclude.
1927
1928 2019-10-21 Tom de Vries <tdevries@suse.de>
1929
1930 * gdb.base/infcall-nested-structs.c: Add
1931 __attribute__((noinline,noclone)) to all functions.
1932 (call_all): Add missing variable initialization. Simplify return value.
1933 (breakpt): Increment volatile variable, to prevent call from being
1934 optimized out.
1935 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1936
1937 2019-10-17 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.fortran/module.exp: Allow info variables to print info for files
1940 other than module.f90.
1941
1942 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.fortran/module.exp: Extend with 'info variables' test.
1945
1946 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1949 F77_FOR_TARGET.
1950
1951 2019-10-16 Tom de Vries <tdevries@suse.de>
1952
1953 PR tdep/25096
1954 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1955
1956 2019-10-16 Tom de Vries <tdevries@suse.de>
1957
1958 PR tdep/24104
1959 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1960 Add KFAIL for PR tdep/25096.
1961
1962 2019-10-16 Tom de Vries <tdevries@suse.de>
1963
1964 PR testsuite/25059
1965 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1966
1967 2019-10-16 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1970 as signed.
1971
1972 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1973
1974 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1975 one instead of increasing timeout.
1976
1977 2019-10-13 Tom de Vries <tdevries@suse.de>
1978
1979 PR record/25038
1980 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1981 * gdb.reverse/sigall-reverse.exp: Same.
1982 * gdb.reverse/solib-precsave.exp: Same.
1983 * gdb.reverse/solib-reverse.exp: Same.
1984 * gdb.reverse/step-precsave.exp: Same.
1985 * gdb.reverse/until-precsave.exp: Same.
1986 * gdb.reverse/until-reverse.exp: Same.
1987 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1988
1989 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1990
1991 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1992 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1993 (cmp_struct_05_01, cmp_struct_static_02_01)
1994 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1995 comparisons.
1996
1997 2019-10-10 Tom de Vries <tdevries@suse.de>
1998
1999 PR testsuite/24888
2000 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2001 gnatlink.
2002
2003 2019-10-09 Tom de Vries <tdevries@suse.de>
2004
2005 PR testsuite/25048
2006 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2007
2008 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2011 exceptions due to missing debug information.
2012
2013 2019-10-07 Tom de Vries <tdevries@suse.de>
2014
2015 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2016
2017 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2020 * gdb.base/annota1.exp: Update to use gdb_test_name.
2021
2022 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2023
2024 * gdb.base/ctf-whatis.exp: New file.
2025 * gdb.base/ctf-whatis.c: New file.
2026 * gdb.base/ctf-ptype.exp: New file.
2027 * gdb.base/ctf-ptype.c: New file.
2028 * gdb.base/ctf-constvars.exp: New file.
2029 * gdb.base/ctf-constvars.c: New file.
2030 * gdb.base/ctf-cvexpr.exp: New file.
2031
2032 2019-10-04 Tom de Vries <tdevries@suse.de>
2033
2034 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2035 for loop.
2036
2037 2019-10-03 Tom Tromey <tom@tromey.com>
2038
2039 PR rust/24976:
2040 * gdb.rust/simple.rs (Union2): New type.
2041 (main): Use Union2.
2042 * gdb.rust/simple.exp: Add test.
2043
2044 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2045
2046 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2047 nested function prefix.
2048
2049 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2050 Richard Bunt <richard.bunt@arm.com>
2051 Andrew Burgess <andrew.burgess@embecosm.com>
2052
2053 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2054 nested functions.
2055 * gdb.fortran/nested-funcs.f90: Update expected results.
2056 * gdb.fortran/nested-funcs-2.exp: New file.
2057 * gdb.fortran/nested-funcs-2.f90: New file.
2058
2059 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2060
2061 * gdb.python/py-parameter.exp: Make test names unique.
2062 * gdb.python/py-template.exp: Likewise.
2063 * gdb.python/py-value.exp: Likewise.
2064
2065 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2066
2067 * gdb.base/break-interp.exp: Reduce test name duplication.
2068 * gdb.base/call-sc.exp: Likewise.
2069 * gdb.base/callfuncs.exp: Likewise.
2070 * gdb.base/charset.exp: Likewise.
2071 * gdb.base/dump.exp: Likewise.
2072 * gdb.base/ena-dis-br.exp: Likewise.
2073 * gdb.base/relational.exp: Likewise.
2074 * gdb.base/step-over-syscall.exp: Likewise.
2075 * gdb.base/structs.exp: Likewise.
2076
2077 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * gdb.linespec/explicit.exp: Make test names unique.
2080 * gdb.linespec/ls-errs.exp: Likewise.
2081
2082 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.reverse/break-precsave.exp: Make test names unique.
2085 * gdb.reverse/break-reverse.exp: Likewise.
2086 * gdb.reverse/finish-precsave.exp: Likewise.
2087 * gdb.reverse/finish-reverse.exp: Likewise.
2088 * gdb.reverse/machinestate-precsave.exp: Likewise.
2089 * gdb.reverse/machinestate.exp: Likewise.
2090 * gdb.reverse/readv-reverse.exp: Likewise.
2091 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2092 * gdb.reverse/sigall-precsave.exp: Likewise.
2093 * gdb.reverse/sigall-reverse.exp: Likewise.
2094 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2095 * gdb.reverse/watch-precsave.exp: Likewise.
2096 * gdb.reverse/watch-reverse.exp: Likewise.
2097
2098 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.threads/stop-with-handle.c: New file.
2101 * gdb.threads/stop-with-handle.exp: New file.
2102
2103 2019-10-03 Tom de Vries <tdevries@suse.de>
2104
2105 PR testsuite/25059
2106 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2107 directory" line to be missing.
2108
2109 2019-10-03 Tom de Vries <tdevries@suse.de>
2110
2111 PR testsuite/25059
2112 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2113 type optional.
2114
2115 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2116
2117 * gdb.python/py-format-string.c (string.h): New include.
2118 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2119 the same value, for endianness-independence.
2120 * gdb.python/py-format-string.exp (default_regexp_dict)
2121 (test_pretty_structs, test_format): Adjust expected output to the
2122 changed initialization.
2123
2124 2019-10-02 Tom Tromey <tromey@adacore.com>
2125
2126 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2127
2128 2019-10-02 Pedro Alves <palves@redhat.com>
2129 Andrew Burgess <andrew.burgess@embecosm.com>
2130
2131 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2132 "print-file-var.h".
2133 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2134 (get_version_1): Print this_version_id and its address.
2135 Add extern "C" wrappers around interface functions.
2136 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2137 "print-file-var.h".
2138 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2139 (get_version_2): Print this_version_id and its address.
2140 Add extern "C" wrappers around interface functions.
2141 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2142 <stddef.h> and "print-file-var.h".
2143 Add extern "C" wrappers around interface functions.
2144 [VERSION_ID_MAIN] (this_version_id): Define.
2145 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2146 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2147 up extern "C" blocks.
2148 * gdb.base/print-file-var.exp (test): New, factored out from top
2149 level.
2150 (top level): Test all combinations of attribute hidden or not,
2151 dlopen or not, and this_version_id symbol in main file or not.
2152 Compile tests as both C++ and C, make test names unique.
2153
2154 2019-10-01 Tom Tromey <tom@tromey.com>
2155
2156 * gdb.base/style.exp: Test "show logging filename".
2157
2158 2019-10-01 Tom Tromey <tom@tromey.com>
2159
2160 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2161 * gdb.base/style.exp: Add metadata style test.
2162
2163 2019-10-01 Tom Tromey <tom@tromey.com>
2164
2165 * gdb.base/style.exp: Test "pwd".
2166
2167 2019-10-01 Tom Tromey <tom@tromey.com>
2168
2169 * gdb.base/style.exp: Update tests.
2170
2171 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2172
2173 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2174 'six' to unsigned.
2175 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2176 'five'. Use an all-ones bit pattern for each.
2177 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2178 to its changed values.
2179
2180 2019-09-30 Tom Tromey <tromey@adacore.com>
2181
2182 * gdb.rust/traits.rs: Disable all warnings.
2183
2184 2019-09-29 Tom de Vries <tdevries@suse.de>
2185
2186 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2187
2188 2019-09-29 Tom de Vries <tdevries@suse.de>
2189
2190 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2191
2192 2019-09-27 Tom de Vries <tdevries@suse.de>
2193
2194 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2195
2196 2019-09-27 Tom de Vries <tdevries@suse.de>
2197
2198 PR record/23188
2199 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2200
2201 2019-09-26 Tom Tromey <tromey@adacore.com>
2202
2203 * gdb.ada/py_taft.exp: New file.
2204 * gdb.ada/py_taft/main.adb: New file.
2205 * gdb.ada/py_taft/pkg.adb: New file.
2206 * gdb.ada/py_taft/pkg.ads: New file.
2207
2208 2019-09-24 Tom de Vries <tdevries@suse.de>
2209
2210 PR gdb/24598
2211 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2212
2213 2019-09-22 Tom de Vries <tdevries@suse.de>
2214
2215 * gdb.base/restore.exp: Allow register variables to be optimized out at
2216 -O0.
2217
2218 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2219
2220 * gdb.arch/spu-info.exp: Remove file.
2221 * gdb.arch/spu-info.c: Remove file.
2222 * gdb.arch/spu-ls.exp: Remove file.
2223 * gdb.arch/spu-ls.c: Remove file.
2224
2225 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2226 * gdb.asm/spu.inc: Remove file.
2227
2228 * gdb.base/dump.exp: Remove support for spu*-*-*.
2229 * gdb.base/stack-checking.exp: Likewise.
2230 * gdb.base/overlays.exp: Likewise.
2231 * gdb.base/ovlymgr.c: Likewise.
2232 * gdb.base/spu.ld: Remove file.
2233
2234 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2235 * gdb.cp/cpexprs.exp: Likewise.
2236 * gdb.cp/exception.exp: Likewise.
2237 * gdb.cp/gdb2495.exp: Likewise.
2238 * gdb.cp/mb-templates.exp: Likewise.
2239 * gdb.cp/pr9167.exp: Likewise.
2240 * gdb.cp/userdef.exp: Likewise.
2241
2242 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2243
2244 * gdb.cell: Remove directory.
2245 * lib/cell.exp: Remove file.
2246
2247 2019-09-19 Tom de Vries <tdevries@suse.de>
2248
2249 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2250
2251 2019-09-19 Tom de Vries <tdevries@suse.de>
2252
2253 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2254
2255 2019-09-19 Tom de Vries <tdevries@suse.de>
2256
2257 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2258 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2259 (gdb_target_cmd): ... here.
2260 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2261 value 2.
2262
2263 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2264
2265 * gdb.base/source-dir.exp: Avoid having directory names in test
2266 names.
2267
2268 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2269
2270 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2271 directory.
2272
2273 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2274
2275 * gdb.base/list-missing-source.exp: New file.
2276
2277 2019-09-14 Tom de Vries <tdevries@suse.de>
2278
2279 PR teststuite/24599
2280 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2281 * lib/ada.exp (gnatmake_version_at_least): New proc.
2282
2283 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2284
2285 * gdb.base/maint.exp: Use exec_has_index_section.
2286
2287 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2288
2289 * gdb.base/maint.exp: Add test for 'maint info sections'.
2290
2291 2019-09-12 Tom de Vries <tdevries@suse.de>
2292
2293 * gdb.base/store.exp: Allow register variables to be optimized out at
2294 -O0.
2295
2296 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2297
2298 * gdb.ada/rdv_wait.exp: Update to new task names.
2299 * gdb.base/task_switch_in_core.exp: Likewise.
2300 * gdb.base/info_sources_base.c: Likewise.
2301
2302 2019-09-10 Tom Tromey <tromey@adacore.com>
2303
2304 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2305
2306 2019-09-10 Tom Tromey <tromey@adacore.com>
2307
2308 * gdb.ada/dgopt.exp: New file.
2309 * gdb.ada/dgopt/x.adb: New file.
2310
2311 2019-09-08 Tom Tromey <tom@tromey.com>
2312
2313 * gdb.tui/resize.exp: Remove setup_xfail.
2314 * gdb.tui/regs.exp: Remove setup_xfail.
2315 * gdb.tui/basic.exp: Remove setup_xfail.
2316
2317 2019-09-06 David Blaikie <dblaikie@gmail.com>
2318
2319 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2320 * gdb.cp/cplabel.exp: Ditto.
2321 * gdb.linespec/ls-errs.exp: Ditto.
2322
2323 2019-09-05 Tom de Vries <tdevries@suse.de>
2324
2325 * lib/gdb.exp (cmp_file_string): New proc.
2326 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2327 runto_main. Verify save breakpoints output.
2328
2329 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2330
2331 * gdb.base/info-var.exp: Test info variables without running
2332 to main, to avoid expect's buffer overflow.
2333
2334 2019-09-03 Tom Tromey <tromey@adacore.com>
2335
2336 * gdb.ada/bias.exp: New file.
2337 * gdb.ada/bias/bias.adb: New file.
2338 * gdb.ada/print_chars.exp: Add regression test.
2339 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2340 (MC): New variable.
2341
2342 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2343
2344 * gdb.base/argv0-symlink.exp: Run only on native target
2345 and local host.
2346
2347 2019-08-29 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2350 diverse debug info.
2351 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2352
2353 2019-08-28 Tom de Vries <tdevries@suse.de>
2354
2355 * gdb.base/info-var.exp: Allow info variables to print info for files
2356 other than info-var-f1.c and info-var-f2.c.
2357
2358 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2359
2360 * gdb.fortran/info-types.exp: Add module.
2361 * gdb.fortran/info-types.f90: Update expected results.
2362
2363 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2364
2365 * gdb.fortran/info-types.exp: New file.
2366 * gdb.fortran/info-types.f90: New file.
2367 * lib/fortran.exp (fortran_character1): New proc.
2368
2369 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2370
2371 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2372 functions'. Reindent as needed.
2373 * gdb.base/info-var-f1.c: New file.
2374 * gdb.base/info-var-f2.c: New file.
2375 * gdb.base/info-var.exp: New file.
2376 * gdb.base/info-var.h: New file.
2377
2378 2019-08-26 Tom de Vries <tdevries@suse.de>
2379
2380 PR c++/24852
2381 * gdb.cp/no-libstdcxx-probe.exp: New test.
2382
2383 2019-08-26 Tom de Vries <tdevries@suse.de>
2384
2385 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2386 * tests need to be skipped.
2387 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2388 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2389 mi_skip_libstdcxx_probe_tests.
2390
2391 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2392
2393 * gdb.python/py-xmethods.exp: Use raw strings when passing
2394 arguments to SimpleXMethodMatcher.
2395
2396 2019-08-22 Tom de Vries <tdevries@suse.de>
2397
2398 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2399 more informative.
2400
2401 2019-08-21 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.base/with.exp: Test "with" with no arguments.
2404
2405 2019-08-21 Tom de Vries <tdevries@suse.de>
2406
2407 * gdb.base/gdb-caching-proc.exp: Sort files.
2408
2409 2019-08-20 Tom de Vries <tdevries@suse.de>
2410
2411 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2412 compilation.
2413
2414 2019-08-16 Tom de Vries <tdevries@suse.de>
2415
2416 * gdb.base/compare-sections.exp ("after run to main"): Allow
2417 mismatched read-only sections for PIE executables.
2418
2419 2019-08-16 Tom Tromey <tom@tromey.com>
2420
2421 * lib/tuiterm.exp (_csi_Z): New proc.
2422 * gdb.tui/basic.exp: Update window positions.
2423 * gdb.tui/empty.exp: Update window positions.
2424
2425 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2426
2427 * gdb.base/examine-backward.exp: Correct regexp for
2428 "examine 3 bytes backward from ${address_zero}".
2429
2430 2019-08-15 Tom Tromey <tom@tromey.com>
2431
2432 * gdb.tui/empty.exp: Enable resizing tests.
2433
2434 2019-08-15 Tom Tromey <tromey@adacore.com>
2435
2436 * gdb.ada/char_enum.exp: Add regression tests.
2437 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2438 and '0'.
2439 (Char, Gchar): Update.
2440 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2441
2442 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2443
2444 * gdb.python/python.exp: Expect a leading underscore on
2445 GdbOutput{,Error}File.
2446
2447 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2448
2449 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2450 Windows host.
2451
2452 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2453
2454 * gdb.base/batch-preserve-term-settings.exp
2455 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2456
2457 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2458
2459 * lib/gdb.exp: When running on a mingw target, replace
2460 /x/ with x:/.
2461
2462 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2463
2464 * gdb.arch/aarch64-prologue.c: New test.
2465 * gdb.arch/aarch64-prologue.exp: New file.
2466
2467 2019-08-13 Tom de Vries <tdevries@suse.de>
2468
2469 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2470 Thread.
2471
2472 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2473
2474 * gdb.python/py-completion.exp: Download the .py file to the host
2475 and use its host pathname. Conditionalize tests that use
2476 tab completion and manipulate files on the build machine.
2477 * gdb.python/py-events.exp: Download the .py file to the host
2478 and use its host pathname.
2479 * gdb.python/py-evsignal.exp: Likewise.
2480 * gdb.python/py-evthreads.exp: Likewise.
2481 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2482 pathname syntax.
2483 * gdb.python/py-framefilter.exp: Download the .py file to the right
2484 place on the host. Match Windows pathname syntax.
2485 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2486 .py file to the host and use its host pathname.
2487 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2488 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2489 build pathname. Skip symlink test on Windows host. Add missing
2490 newline at end of file.
2491 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2492 and use its host pathname.
2493 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2494 * gdb.python/py-section-script.exp: Use host location of binfile
2495 on safe-path. Use correct path separator on Windows host.
2496 Reorder alternatives in gdb_test_multiple to prevent matching
2497 the wrong alternative on success.
2498 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2499
2500 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2501
2502 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2503 expect the GDB inferior to no longer immediately stop after
2504 being resumed with "signal SIGINT".
2505
2506 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2507
2508 * gdb.linespec/break-ask.exp: Generalize regexps to match
2509 Windows pathnames too.
2510
2511 2019-08-08 Tom de Vries <tdevries@suse.de>
2512
2513 PR testsuite/24862
2514 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2515
2516 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2517
2518 * gdb.base/style.exp: Update tests for help doc new invariants.
2519 * gdb.base/help.exp: Likewise.
2520
2521 2019-08-06 Tom Tromey <tom@tromey.com>
2522
2523 * gdb.base/style.exp: Add disassemble test.
2524 * gdb.base/style.c (some_called_function): New function.
2525 (main): Use it.
2526
2527 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2528
2529 * gdb.python/py-block.exp: Test dictionary access on blocks.
2530
2531 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2532
2533 PR gdb/24863
2534 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2535 -list-thread-groups --available test when running under
2536 check-read1.
2537
2538 2019-08-05 Tom de Vries <tdevries@suse.de>
2539
2540 PR testsuite/24863
2541 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2542 * gdb.base/help.exp: Use with_read1_timeout_factor.
2543 * gdb.base/info-macros.exp: Same.
2544 * gdb.cp/nested-types.exp: Same.
2545
2546 2019-08-05 Tom de Vries <tdevries@suse.de>
2547
2548 * lib/gdb.exp (version_at_least): Factor out of ...
2549 (tcl_version_at_least): ... here.
2550 (gdb_compile): Fail if pie results in non-PIE executable.
2551 (readelf_version, readelf_prints_pie): New proc.
2552 (exec_is_pie): Return -1 if unknown.
2553
2554 2019-08-05 Tom de Vries <tdevries@suse.de>
2555
2556 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2557
2558 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2559
2560 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2561
2562 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2563
2564 * lib/completion-support.exp (test_gdb_complete_none): Skip
2565 tab completion tests if no readline support.
2566 (test_gdb_complete_unique_re): Likewise.
2567 (test_gdb_complete_multiple): Likewise.
2568
2569 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2570
2571 * gdb.base/info_sources.exp: New file.
2572 * gdb.base/info_sources.c: New file.
2573 * gdb.base/info_sources_base.c: New file.
2574
2575 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2576
2577 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2578 prefix argument.
2579 (test_exit_status): Add prefix argument.
2580
2581 2019-08-01 Tom de Vries <tdevries@suse.de>
2582
2583 PR testsuite/24863
2584 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2585 calling exp_continue for new thread and thread exited messages.
2586
2587 2019-08-01 Tom de Vries <tdevries@suse.de>
2588
2589 PR testsuite/24863
2590 * gdb.base/structs.exp: Fix check-read1 timeout using
2591 gdb_test_sequence.
2592 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2593
2594 2019-08-01 Tom de Vries <tdevries@suse.de>
2595
2596 PR testsuite/24863
2597 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2598 line.
2599
2600 2019-08-01 Tom de Vries <tdevries@suse.de>
2601
2602 PR testsuite/24863
2603 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2604
2605 2019-07-30 Tom Tromey <tromey@adacore.com>
2606
2607 * gdb.ada/display_nested.exp: New file.
2608 * gdb.ada/display_nested/foo.adb: New file.
2609 * gdb.ada/display_nested/pack.adb: New file.
2610 * gdb.ada/display_nested/pack.ads: New file.
2611
2612 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2613
2614 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2615 namespace.
2616 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2617
2618 2019-07-30 Tom de Vries <tdevries@suse.de>
2619
2620 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2621 instead.
2622
2623 2019-07-30 Tom de Vries <tdevries@suse.de>
2624
2625 PR testsuite/24834
2626 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2627 (exec_is_pie): New proc.
2628
2629 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2630
2631 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2632
2633 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2634
2635 * gdb.python/py-objfile.c: Add global and static vars.
2636 * gdb.python/py-objfile.exp: Test new functions Objfile.
2637 lookup_global_symbol and lookup_static_symbol.
2638
2639 2019-07-29 Tom Tromey <tom@tromey.com>
2640
2641 * lib/tuiterm.exp (Term::_csi_@): New proc.
2642 (Term::_csi_X): Don't move cursor.
2643
2644 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2645
2646 * gdb.base/options.exp: Update backtrace - completion to
2647 new option -frame-info.
2648 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2649 Test new 'set print frame-info'. Test backtrace -frame-info
2650 overriding 'set print frame-info'.
2651 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2652 Test new 'set print frame-info'.
2653 Verify consistency of backtrace with and without filters, with and
2654 without -no-filters.
2655 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2656 default.
2657
2658 2019-07-29 Tom de Vries <tdevries@suse.de>
2659
2660 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2661 no arguments".
2662
2663 2019-07-29 Tom de Vries <tdevries@suse.de>
2664
2665 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2666 is a substring of the first for "complete non-unique file name".
2667
2668 2019-07-29 Tom de Vries <tdevries@suse.de>
2669
2670 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2671 with ".*".
2672
2673 2019-07-29 Tom de Vries <tdevries@suse.de>
2674
2675 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2676 Pass prompt_regexp parameter to gdb_test_multiple calls.
2677
2678 2019-07-29 Tom de Vries <tdevries@suse.de>
2679
2680 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2681 print registers" regexps.
2682
2683 2019-07-29 Tom de Vries <tdevries@suse.de>
2684
2685 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2686
2687 2019-07-29 Tom de Vries <tdevries@suse.de>
2688
2689 PR gdb/24855
2690 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2691 (skip_python_tests_prompt): Add prompt_regexp argument to
2692 gdb_test_multiple calls.
2693
2694 2019-07-27 Tom Tromey <tom@tromey.com>
2695
2696 * gdb.tui/main.exp: New file.
2697
2698 2019-07-27 Tom Tromey <tom@tromey.com>
2699
2700 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2701 optional.
2702 * gdb.tui/empty.exp: New file.
2703
2704 2019-07-27 Tom Tromey <tom@tromey.com>
2705
2706 * lib/tuiterm.exp (spawn): New proc.
2707 (Term::resize): New proc.
2708 * gdb.tui/resize.exp: New file.
2709
2710 2019-07-27 Tom Tromey <tom@tromey.com>
2711
2712 * gdb.tui/list.exp: New file.
2713
2714 2019-07-27 Tom Tromey <tom@tromey.com>
2715
2716 * gdb.tui/regs.exp: New file.
2717
2718 2019-07-27 Tom Tromey <tom@tromey.com>
2719
2720 * gdb.tui/basic.exp: Add "layout split" test.
2721
2722 2019-07-27 Tom Tromey <tom@tromey.com>
2723
2724 * gdb.tui/basic.exp: Add "layout asm" test.
2725
2726 2019-07-27 Tom Tromey <tom@tromey.com>
2727
2728 * lib/tuiterm.exp: New file.
2729 * gdb.tui/basic.exp: New file.
2730
2731 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2732
2733 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2734 Enable tests associated with this flag. Adjust regex
2735 referencing "foo_low" to now refer to "foo_cold" instead.
2736
2737 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2738
2739 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2740 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2741 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2742 foo_cold. Revise comments to match.
2743 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2744 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2745 were wrapped into this proc; Call do_test in loop from outermost
2746 level.
2747 (foo_low): Rename all occurrences to "foo_cold".
2748 (backtrace from baz): New test.
2749 (x2/i foo_cold): New test.
2750 (info line *foo_cold): New test.
2751
2752 2019-07-26 Tom de Vries <tdevries@suse.de>
2753
2754 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2755
2756 2019-07-25 Tom de Vries <tdevries@suse.de>
2757
2758 PR testsuite/24830
2759 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2760 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2761 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2762 (skip_libstdcxx_probe_tests): ... here.
2763 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2764
2765 2019-07-24 Tom de Vries <tdevries@suse.de>
2766
2767 PR testsuite/24807
2768 * gdb.objc/basicclass.m: Include stdio.h.
2769 * gdb.objc/nondebug.m: Same.
2770 * gdb.objc/objcdecode.m: Same.
2771
2772 2019-07-24 Tom de Vries <tdevries@suse.de>
2773
2774 PR testsuite/24612
2775 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2776 additional_flags.
2777
2778 2019-07-24 Tom de Vries <tdevries@suse.de>
2779
2780 PR testsuite/24831
2781 * gdb.multi/tids.exp: Update error messages for info threads.
2782
2783 2019-07-24 Tom de Vries <tdevries@suse.de>
2784
2785 * gdb.base/info-types.exp: Allow info types to print info for more than
2786 one file.
2787
2788 2019-07-23 Tom de Vries <tdevries@suse.de>
2789
2790 PR testsuite/24842
2791 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2792 gdb_spawn_with_cmdline_opts.
2793
2794 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2795
2796 * gdb.arch/arm-cmse-sgstubs.c: New test.
2797 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2798
2799 2019-07-23 Tom de Vries <tdevries@suse.de>
2800
2801 PR testsuite/24711
2802 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2803 issuing next command.
2804
2805 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2806
2807 * gdb.ada/info_auto_lang.exp: Update expected results.
2808 * gdb.base/info-types.c: Add additional types to check.
2809 * gdb.base/info-types.exp: Update expected results.
2810
2811 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.base/info-types.c: New file.
2814 * gdb.base/info-types.exp: New file.
2815
2816 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.arch/riscv-bp-infcall.c: New file.
2819 * gdb.arch/riscv-bp-infcall.exp: New file.
2820
2821 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 PR breakpoints/24541
2824 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2825
2826 2019-07-14 Tom de Vries <tdevries@suse.de>
2827
2828 PR testsuite/24760
2829 * gdb.objc/basicclass.exp: Fix unterminated string.
2830
2831 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2832 Andrew Burgess <andrew.burgess@embecosm.com>
2833
2834 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2835 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2836 negative bounds.
2837 * gdb.fortran/vla-value.exp: Print elements of an array with
2838 negative bounds.
2839 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2840 testing.
2841
2842 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2843
2844 * gdb.base/options.exp (expect_string): Dequote strings in
2845 results.
2846 (test-string): Test strings with different quoting and reindent.
2847
2848 2019-07-10 Tom Tromey <tromey@adacore.com>
2849
2850 * gdb.ada/mi_ex_cond.exp: Update expected results.
2851 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2852 * gdb.ada/mi_catch_ex.exp: Update expected results.
2853 * gdb.ada/mi_catch_assert.exp: Update expected results.
2854 * gdb.ada/catch_ex.exp (catch_exception_info)
2855 (catch_exception_entry, catch_assert_entry)
2856 (catch_unhandled_entry): Update.
2857 * gdb.ada/catch_assert_if.exp: Update expected results.
2858
2859 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2860 Stephen Roberts <stephen.roberts@arm.com>
2861
2862 * gdb.base/define.exp: Restore original prompt.
2863
2864 2019-07-09 Pedro Alves <palves@redhat.com>
2865
2866 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2867 breakpoints" output.
2868 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2869 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2870 throw" creates breakpoint.
2871 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2872 'type="catchpoint"'.
2873
2874 2019-07-09 Pedro Alves <palves@redhat.com>
2875
2876 PR c++/15468
2877 * gdb.cp/except-multi-location-lib.cc: New.
2878 * gdb.cp/except-multi-location-main.cc: New.
2879 * gdb.cp/except-multi-location.exp: New.
2880
2881 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2882
2883 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2884 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2885 argument and update callers.
2886
2887 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2888
2889 * gdb.arch/amd64-break-on-asm-line.S: New file.
2890 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2891
2892 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2893
2894 * gdb.base/printcmds.exp: Test printing C string and
2895 C wide string convenience vars without transiting via the inferior.
2896 Also make test names unique.
2897
2898 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2899
2900 PR breakpoints/25011
2901 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2902
2903 2019-07-04 Pedro Alves <palves@redhat.com>
2904
2905 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2906 body returned ok(0), break(3) or continue(4).
2907 * gdb.testsuite/foreach_with_prefix.exp: New file.
2908
2909 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2910
2911 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2912
2913 2019-07-03 Pedro Alves <palves@redhat.com>
2914
2915 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2916 "return -code".
2917
2918 2019-07-03 Pedro Alves <palves@redhat.com>
2919
2920 PR cli/24732
2921 * gdb.base/shell.exp: Load completion-support.exp.
2922 Adjust expected error output. Add completion tests.
2923
2924 2019-07-03 Pedro Alves <palves@redhat.com>
2925
2926 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2927 string_to_regexp.
2928
2929 2019-07-03 Pedro Alves <palves@redhat.com>
2930
2931 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2932 (expect_integer): Adjust to expect "-string".
2933 (expect_string): New.
2934 (all_options): Expect "-string".
2935 (test-flag, test-boolean): Adjust to expect "-string".
2936 (test-string): New proc.
2937 (top level): Call it.
2938
2939 2019-07-03 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2942 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2943 the expected output in the success.
2944
2945 2019-07-03 Pedro Alves <palves@redhat.com>
2946
2947 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2948 Split one gdb_test_multiple call in two to avoid a race.
2949
2950 2019-07-03 Pedro Alves <palves@redhat.com>
2951
2952 * gdb.base/with.c: New file.
2953 * gdb.base/with.exp: New file.
2954
2955 2019-07-03 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.base/settings.exp: Replace all references to "maint
2958 test-settings set" with references to "maint set test-settings",
2959 and all references to "maint test-settings show" with references
2960 to "maint show test-settings".
2961
2962 2019-07-03 Pedro Alves <palves@redhat.com>
2963
2964 * gdb.base/settings.exp (test-string): Adjust expected out when
2965 testing "maint test-settings show filename"
2966
2967 2019-07-02 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.base/options.exp (test-info-threads): New procedure.
2970 (top level): Call it.
2971
2972 2019-06-28 Tom Tromey <tromey@adacore.com>
2973
2974 * gdb.dwarf2/ada-linkage-name.c: New file.
2975 * gdb.dwarf2/ada-linkage-name.exp: New file.
2976
2977 2019-06-27 Tom Tromey <tromey@adacore.com>
2978
2979 PR c++/20020:
2980 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2981
2982 2019-06-26 Tom de Vries <tdevries@suse.de>
2983
2984 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2985
2986 2019-06-26 Tom de Vries <tdevries@suse.de>
2987
2988 * gdb.base/index-cache.exp: Add back missing debug option.
2989
2990 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2991
2992 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2993
2994 2019-06-25 Tom de Vries <tdevries@suse.de>
2995
2996 PR testsuite/24727
2997 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2998
2999 2019-06-24 Tom de Vries <tdevries@suse.de>
3000
3001 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3002
3003 2019-06-24 Tom de Vries <tdevries@suse.de>
3004
3005 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3006 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3007 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3008
3009 2019-06-24 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3012
3013 2019-06-21 Tom de Vries <tdevries@suse.de>
3014
3015 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3016
3017 2019-06-21 Tom de Vries <tdevries@suse.de>
3018
3019 PR testsuite/24518
3020 PR ada/24713
3021 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3022 index.
3023
3024 2019-06-19 Tom Tromey <tromey@adacore.com>
3025
3026 * gdb.ada/length_cond.exp: Add intro comment.
3027
3028 2019-06-19 Tom Tromey <tromey@adacore.com>
3029
3030 * gdb.ada/length_cond.exp: New file.
3031 * gdb.ada/length_cond/length_cond.adb: New file.
3032 * gdb.ada/length_cond/pck.adb: New file.
3033 * gdb.ada/length_cond/pck.ads: New file.
3034
3035 2019-06-18 Tom de Vries <tdevries@suse.de>
3036
3037 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3038
3039 2019-06-18 Tom Tromey <tromey@adacore.com>
3040
3041 * gdb.base/list0.h: Add comment explaining control character.
3042
3043 2019-06-18 Tom de Vries <tdevries@suse.de>
3044
3045 * boards/fission.exp: Break up long debug_flags line.
3046
3047 2019-06-16 Tom de Vries <tdevries@suse.de>
3048
3049 PR gdb/24445
3050 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3051 generated index.
3052
3053 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3054
3055 PR gdb/24686
3056 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3057 improve detection of bug gdb/24541.
3058
3059 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3060
3061 PR gdb/24669
3062 * gdb.base/index-cache.exp (uses_readnow,
3063 expecting_index_cache_use): Define global variable.
3064 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3065 expecting_index_cache_use.
3066
3067 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3068 Andrew Burgess <andrew.burgess@embecosm.com>
3069
3070 * gdb.fortran/pointers.f90: New file.
3071 * gdb.fortran/print_type.exp: New file.
3072 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3073 * gdb.fortran/vla-type.exp: Likewise.
3074 * gdb.fortran/vla-value.exp: Likewise.
3075 * gdb.mi/mi-vla-fortran.exp: Likewise.
3076
3077 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3078
3079 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3080 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3081 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3082 as a stop reason.
3083
3084 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.base/annota1.exp: Update expected results.
3087 * gdb.cp/annota2.exp: Likewise.
3088 * gdb.cp/annota3.exp: Likewise.
3089
3090 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3091
3092 * gdb.base/style-logging.exp: Remove path from test name.
3093
3094 2019-06-14 Tom Tromey <tromey@adacore.com>
3095
3096 PR gdb/24502:
3097 * gdb.base/style-logging.exp: New file.
3098
3099 2019-06-14 Tom Tromey <tromey@adacore.com>
3100
3101 * gdb.base/symfile-warn.exp: New file.
3102 * gdb.base/symfile-warn.c: New file.
3103
3104 2019-06-14 Tom Tromey <tromey@adacore.com>
3105
3106 * gdb.base/annotate-symlink.exp: New file.
3107
3108 2019-06-14 Tom Tromey <tromey@adacore.com>
3109
3110 * gdb.ada/set_wstr.exp: Add reassignment test.
3111
3112 2019-06-14 Tom Tromey <tromey@adacore.com>
3113
3114 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3115 'unchecked_access and 'unrestricted_access as well.
3116
3117 2019-06-14 Tom Tromey <tromey@adacore.com>
3118
3119 PR ada/24539:
3120 * gdb.ada/vla.exp: Update tests.
3121 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3122 pragma.
3123
3124 2019-06-13 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.base/settings.exp (test-integer): Test junk after
3127 "unlimited".
3128
3129 2019-06-13 Pedro Alves <palves@redhat.com>
3130
3131 * gdb.base/options.exp (test-thread-apply): New.
3132 (top level): Call it.
3133
3134 2019-06-13 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.base/options.exp (test-frame-apply): New.
3137 (top level): Test print commands with different "frame apply"
3138 prefixes.
3139
3140 2019-06-13 Pedro Alves <palves@redhat.com>
3141
3142 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3143 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3144 'max_completions' parameter and handle it.
3145 (test_gdb_completion_offers_commands): New.
3146
3147 2019-06-13 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3150
3151 2019-06-13 Pedro Alves <palves@redhat.com>
3152
3153 * gdb.base/options.exp (test-backtrace): New.
3154 (top level): Call it.
3155
3156 2019-06-13 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.guile/scm-frame-args.exp: Use "set print
3159 raw-frame-arguments" instead of "set print raw frame-arguments".
3160 * gdb.python/py-frame-args.exp: Likewise.
3161
3162 2019-06-13 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.compile/compile.exp: Adjust expected output to option
3165 processing changes.
3166
3167 2019-06-13 Pedro Alves <palves@redhat.com>
3168
3169 * gdb.base/options.exp: Build executable.
3170 (test-print): New procedure.
3171 (top level): Call it, once for "print" and another for "compile
3172 print".
3173
3174 2019-06-13 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.base/options.c: New file.
3177 * gdb.base/options.exp: New file.
3178
3179 2019-06-13 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3182 that "o" is ambiguous.
3183
3184 2019-06-13 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.base/settings.c: New file.
3187 * gdb.base/settings.exp: New file.
3188
3189 2019-06-13 Pedro Alves <palves@redhat.com>
3190
3191 * gdb.base/completion.exp: Fix comment typo.
3192
3193 2019-06-13 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3196 foo --1" test.
3197
3198 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3199
3200 * gdb.fortran/block-data.f: New.
3201 * gdb.fortran/block-data.exp: New.
3202
3203 2019-06-11 Tom de Vries <tdevries@suse.de>
3204
3205 PR testsuite/24521
3206 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3207 message.
3208
3209 2019-06-11 Tom de Vries <tdevries@suse.de>
3210
3211 PR testsuite/24521
3212 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3213
3214 2019-06-11 Tom de Vries <tdevries@suse.de>
3215
3216 * boards/readnow.exp: New file.
3217
3218 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3219
3220 * gdb.fortran/vla-sizeof.exp: Update expected results.
3221
3222 2019-06-06 Amos Bird <amosbird@gmail.com>
3223
3224 * gdb.base/annota1.exp (thread_switch): Add test for
3225 thread-exited annotation.
3226
3227 2019-06-06 Tom Tromey <tromey@adacore.com>
3228
3229 * gdb.base/maint.exp: Expect command started/finished output.
3230
3231 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3232
3233 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3234 comment.
3235 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3236
3237 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3240 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3241 * gdb.arch/riscv-unwind-long-insn.c: New file.
3242 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3243
3244 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3245
3246 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3247
3248 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3249
3250 * lib/gdb.exp (help_list_trailer): New regexp variable
3251 factorizing the help trailer message.
3252 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3253 arg to allow to better factorize various tests.
3254 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3255 (test_prefix_command_help): Use help_list_trailer.
3256 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3257 * gdb.guile/scm-cmd.exp: Likewise.
3258 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3259 * gdb.base/help.exp: Use test_user_defined_class_help.
3260 * gdb.base/style.exp: Add tests for styling of help and apropos.
3261 * lib/gdb-utils.exp (style): Add title and highlight styles.
3262
3263 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3264
3265 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3266 $_shell_exitsignal.
3267 * gdb.base/default.exp: Update for new convenience variables.
3268
3269 2019-05-29 Tom Tromey <tromey@adacore.com>
3270
3271 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3272 to "break complete ada" test case's regexp.
3273
3274 2019-05-29 Tom Tromey <tromey@adacore.com>
3275
3276 PR c++/20020:
3277 * gdb.cp/constexpr-field.exp: New file.
3278 * gdb.cp/constexpr-field.cc: New file.
3279
3280 2019-05-29 Tom Tromey <tromey@adacore.com>
3281
3282 * gdb.base/finish.exp (finish_no_print): New proc.
3283 (finish_tests): Call it.
3284
3285 2019-05-24 Tom de Vries <tdevries@suse.de>
3286
3287 * gdb.dwarf2/gdb-add-index.exp: New file.
3288
3289 2019-05-22 Tom Tromey <tromey@adacore.com>
3290
3291 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3292 * gdb.base/style.exp: Use "style".
3293 * lib/gdb-utils.exp (style): New proc.
3294
3295 2019-05-22 Tom de Vries <tdevries@suse.de>
3296
3297 * gdb.base/align.exp: Require c++11.
3298
3299 2019-05-22 Tom de Vries <tdevries@suse.de>
3300
3301 PR testsuite/24586
3302 * gdb.python/py-mi-var-info-path-expression.exp: Call
3303 mi_skip_python_tests to check if python is supported.
3304
3305 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3306
3307 * gdb.arch/aarch64-pauth.c: New test.
3308 * gdb.arch/aarch64-pauth.exp: New file.
3309
3310 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3311
3312 * README (Re-running Tests Outside The Testsuite): New section.
3313
3314 2019-05-21 Tom de Vries <tdevries@suse.de>
3315
3316 * gdb.arch/amd64-eval.exp: Require c++11.
3317 * gdb.base/max-depth.exp: Same.
3318 * gdb.compile/compile-cplus-array-decay.exp: Same.
3319 * gdb.cp/meth-typedefs.exp: Same.
3320 * gdb.cp/subtypes.exp: Same.
3321 * gdb.cp/temargs.exp: Same.
3322
3323 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3324
3325 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3326
3327 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3328
3329 PR gdb/18644
3330 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3331 * gdb.fortran/printing-types.exp: Add new test.
3332 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3333 testing.
3334 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3335 setup_kfail call.
3336
3337 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3338
3339 * README (Running the Testsuite): Change example.
3340 (Testsuite Parameters): Remove TRANSCRIPT.
3341 * lib/gdb.exp: Remove TRANSCRIPT check.
3342
3343 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3344
3345 * README (Testsuite Parameters): Add replay logging to
3346 GDBSERVER_DEBUG.
3347 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3348 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3349 as a comma separated list.
3350 (gdb_debug_init): Override procedure.
3351
3352 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3353
3354 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3355 (gdb_write_cmd_file): New procedure.
3356 * lib/gdbserver-support.exp (gdbserver_start): Call
3357 gdbserver_write_cmd_file.
3358 (gdbserver_write_cmd_file): New procedure.
3359
3360 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3361
3362 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3363 (delete_breakpoints): Likewise.
3364 (gdb_run_cmd): Likewise.
3365 (gdb_start_cmd): Likewise.
3366 (gdb_starti_cmd): Likewise.
3367 (gdb_internal_error_resync): Likewise.
3368 (gdb_test_multiple): Likewise.
3369 (gdb_reinitialize_dir): Likewise.
3370 (default_gdb_exit): Likewise.
3371 (gdb_file_cmd): Mark kill as optional.
3372 (default_gdb_start): Call gdb_stdin_log_init.
3373 (send_gdb): Call gdb_stdin_log_write.
3374 (rerun_to_main): Mark Y as an answer.
3375 (gdb_stdin_log_init): New function.
3376 (gdb_stdin_log_write): Likewise.
3377
3378 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3379
3380 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3381 * gdb.base/debug-expr.exp: Likewise.
3382 * gdb.base/foll-fork.exp: Likewise.
3383 * gdb.base/foll-vfork.exp: Likewise.
3384 * gdb.base/fork-print-inferior-events.exp: Likewise.
3385 * gdb.base/gdb-sigterm.exp: Likewise.
3386 * gdb.base/gdbinit-history.exp: Likewise.
3387 * gdb.base/osabi.exp: Likewise.
3388 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3389 * gdb.base/ui-redirect.exp: Likewise.
3390 * gdb.gdb/unittest.exp: Likewise.
3391 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3392 * gdb.mi/mi-watch.exp: Likewise.
3393 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3394 * gdb.mi/user-selected-context-sync.exp: Likewise.
3395 * gdb.python/python.exp: Disable debug test when debugging.
3396 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3397 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3398 Likewise.
3399 * gdb.threads/stepi-random-signal.exp: Likewise.
3400
3401 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3402
3403 * Makefile.in: Pass through GDB_DEBUG.
3404 * README (Testsuite Parameters): Add GDB_DEBUG.
3405 (gdb,debug): Add board setting.
3406 * lib/gdb.exp (default_gdb_start): Start debugging.
3407 (gdb_debug_enabled): New procedure.
3408 (gdb_debug_init): Likewise.
3409
3410 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3411
3412 * Makefile.in: Pass through GDB_DEBUG.
3413 * README (Testsuite Parameters): Add GDB_DEBUG.
3414 (gdb,debug): Add board setting.
3415 * lib/gdb.exp (default_gdb_start): Start debugging.
3416 (gdb_debug_enabled): New procedure.
3417 (gdb_debug_init): Likewise.
3418
3419 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3420
3421 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3422
3423 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3424
3425 * gdb.base/ui-redirect.exp: Test redirection.
3426
3427 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3428
3429 * gdb.mi/mi-complete.exp: New file.
3430 * gdb.mi/mi-complete.cc: Likewise.
3431
3432 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3433
3434 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3435 indexed and sliced arrays, and pointers to arrays.
3436
3437 2019-05-14 Tom Tromey <tromey@adacore.com>
3438
3439 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3440 styling test.
3441
3442 2019-05-14 Tom de Vries <tdevries@suse.de>
3443
3444 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3445 selection entry encoding.
3446
3447 2019-05-10 Tom Tromey <tromey@adacore.com>
3448
3449 * gdb.ada/info_exc.exp: Add "complete" test.
3450
3451 2019-05-09 Tom de Vries <tdevries@suse.de>
3452
3453 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3454 CU-relative.
3455
3456 2019-05-09 Tom de Vries <tdevries@suse.de>
3457
3458 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3459 CU-relative.
3460
3461 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3462
3463 * gdb.ada/frame_arg_lang.exp: New testcase.
3464 * gdb.ada/frame_arg_lang/bla.adb: New file.
3465 * gdb.ada/frame_arg_lang/pck.ads: New file.
3466 * gdb.ada/frame_arg_lang/pck.adb: New file.
3467 * gdb.ada/frame_arg_lang/foo.c: New file.
3468
3469 2019-05-08 Tom Tromey <tromey@adacore.com>
3470
3471 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3472
3473 2019-05-08 Tom Tromey <tromey@adacore.com>
3474
3475 * gdb.base/ptype-offsets.exp: Update tests.
3476
3477 2019-05-08 Tom Tromey <tromey@adacore.com>
3478
3479 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3480 cases.
3481 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3482 "short".
3483
3484 2019-05-08 Tom Tromey <tromey@adacore.com>
3485
3486 * gdb.ada/vla.exp: New file.
3487 * gdb.ada/vla/vla.adb: New file.
3488
3489 2019-05-07 Tom de Vries <tdevries@suse.de>
3490
3491 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3492
3493 2019-05-07 Tom de Vries <tdevries@suse.de>
3494
3495 PR testsuite/24522
3496 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3497 section.
3498
3499 2019-05-07 Tom de Vries <tdevries@suse.de>
3500
3501 PR testsuite/24522
3502 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3503 .debug_aranges section.
3504
3505 2019-05-07 Tom de Vries <tdevries@suse.de>
3506
3507 PR testsuite/24159
3508 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3509
3510 2019-05-06 Tom de Vries <tdevries@suse.de>
3511
3512 * lib/gdb.exp (exec_has_index_section): New proc.
3513 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3514 section.
3515
3516 2019-05-04 Tom de Vries <tdevries@suse.de>
3517
3518 * boards/cc-with-debug-names.exp: New file.
3519
3520 2019-05-03 Tom Tromey <tromey@adacore.com>
3521
3522 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3523 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3524 * gdb.ada/char_enum.exp: Add test.
3525
3526 2019-05-03 Tom de Vries <tdevries@suse.de>
3527
3528 * boards/cc-with-gdb-index.exp: New file.
3529
3530 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3531
3532 * gdb.rust/simple.exp: Add new test case.
3533 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3534 (main): Initialise an instance of the new struct.
3535
3536 2019-05-01 Tom Tromey <tromey@adacore.com>
3537
3538 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3539 record.
3540 (NPR): New variable.
3541 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3542 test.
3543
3544 2019-05-01 Tom Tromey <tromey@adacore.com>
3545
3546 * gdb.ada/packed_array_assign.exp: Add packed assignment
3547 regression test.
3548
3549 2019-05-01 Tom de Vries <tdevries@suse.de>
3550
3551 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3552
3553 2019-05-01 Tom de Vries <tdevries@suse.de>
3554
3555 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3556
3557 2019-04-30 Ali Tamur <tamur@google.com>
3558
3559 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3560
3561 2019-04-30 Tom Tromey <tromey@adacore.com>
3562
3563 * lib/ada.exp (find_ada_tool): New proc.
3564 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3565 * gdb.ada/catch_ex_std.exp: New file.
3566 * gdb.ada/catch_ex_std/foo.adb: New file.
3567 * gdb.ada/catch_ex_std/some_package.adb: New file.
3568 * gdb.ada/catch_ex_std/some_package.ads: New file.
3569
3570 2019-04-30 Tom Tromey <tromey@adacore.com>
3571
3572 PR c++/24470:
3573 * gdb.cp/temargs.cc: Add test code from PR.
3574
3575 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3576
3577 * gdb.fortran/vla-datatypes.exp: Update expected results.
3578 * gdb.fortran/vla-ptype.exp: Likewise.
3579 * gdb.fortran/vla-type.exp: Likewise.
3580 * gdb.fortran/vla-value.exp: Likewise.
3581
3582 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3583
3584 * gdb.fortran/ptr-indentation.exp: Update expected results.
3585 * gdb.fortran/ptype-on-functions.exp: Likewise.
3586 * gdb.fortran/vla-ptr-info.exp: Likewise.
3587 * gdb.fortran/vla-value.exp: Likewise.
3588
3589 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * gdb.fortran/ptype-on-functions.exp: New file.
3592 * gdb.fortran/ptype-on-functions.f90: New file.
3593
3594 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3595
3596 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3597 case void string.
3598
3599 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * gdb.fortran/complex.exp: Expand.
3602 * gdb.fortran/complex.f: Renamed to...
3603 * gdb.fortran/complex.f90: ...this, and extended to add more
3604 complex values.
3605
3606 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3607
3608 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3609 MODULO, CMPLX.
3610
3611 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3612 Richard Bunt <richard.bunt@arm.com>
3613
3614 * gdb.base/max-depth.c: New file.
3615 * gdb.base/max-depth.exp: New file.
3616 * gdb.python/py-nested-maps.c: New file.
3617 * gdb.python/py-nested-maps.exp: New file.
3618 * gdb.python/py-nested-maps.py: New file.
3619 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3620 (test_all_common): Call test_max_depth.
3621 * gdb.fortran/max-depth.exp: New file.
3622 * gdb.fortran/max-depth.f90: New file.
3623 * gdb.go/max-depth.exp: New file.
3624 * gdb.go/max-depth.go: New file.
3625 * gdb.modula2/max-depth.exp: New file.
3626 * gdb.modula2/max-depth.c: New file.
3627 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3628
3629 2019-04-29 Tom de Vries <tdevries@suse.de>
3630
3631 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3632
3633 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3634
3635 * gdb.base/callexit.exp: Test may-call-functions off.
3636
3637 2019-04-25 Keith Seitz <keiths@redhat.com>
3638
3639 PR c++/24367
3640 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3641 (another_incomplete_struct, test_incomplete): New definitions.
3642 (main): Use new definitions.
3643 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3644 functions.
3645
3646 2019-04-25 Ali Tamur <tamur@google.com>
3647
3648 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3649
3650 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3651
3652 PR corefiles/11608
3653 PR corefiles/18187
3654 * gdb.base/coredump-filter-build-id.exp: New file.
3655
3656 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3657
3658 * Makefile.in: Pass through GDBSERVER_DEBUG.
3659 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3660 (gdbserver,debug): Add board setting.
3661 * gdb.trace/tspeed.exp: Skip when debugging.
3662 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3663 * lib/gdbserver-support.exp: Likewise
3664
3665 2019-04-24 Tom Tromey <tromey@adacore.com>
3666
3667 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3668 Rust.
3669
3670 2019-04-24 Tom Tromey <tromey@adacore.com>
3671
3672 * gdb.arch/amd64-eval.exp: Test bitfield return.
3673 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3674 (class Foo) <return_bitfields>: New method.
3675 (main): Call it.
3676
3677 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * gdb.cp/many-args.cc: New file.
3680 * gdb.cp/many-args.exp: New file.
3681
3682 2019-04-23 Tom de Vries <tdevries@suse.de>
3683
3684 PR gdb/24433
3685 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3686
3687 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3688
3689 * gdb.trace/backtrace.exp: Use nopie flag.
3690 * gdb.trace/circ.exp: Likewise.
3691 * gdb.trace/collection.exp: Likewise.
3692 * gdb.trace/ftrace.exp: Likewise.
3693 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3694 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3695 * gdb.trace/qtro.exp: Likewise.
3696 * gdb.trace/read-memory.exp: Likewise.
3697 * gdb.trace/report.exp: Likewise.
3698 * gdb.trace/tfile.exp: Likewise.
3699 * gdb.trace/tfind.exp: Likewise.
3700 * gdb.trace/unavailable.exp: Likewise.
3701
3702 2019-04-22 Pedro Alves <palves@redhat.com>
3703
3704 * gdb.base/solib-probes-nosharedlibrary.c,
3705 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3706
3707 2019-04-19 Tom Tromey <tromey@adacore.com>
3708
3709 * gdb.ada/ptype_union.c: New file.
3710 * gdb.ada/ptype_union.exp: New file.
3711
3712 2019-04-19 Tom Tromey <tromey@adacore.com>
3713
3714 PR symtab/24423:
3715 * gdb.base/list0.h (foo): Add a control-l character.
3716
3717 2019-04-18 Tom de Vries <tdevries@suse.de>
3718
3719 PR gdb/24433
3720 * boards/local-board.exp: Set sysroot to "".
3721
3722 2019-04-18 Tom de Vries <tdevries@suse.de>
3723 Pedro Alves <palves@redhat.com>
3724
3725 PR gdb/24454
3726 * gdb.threads/vfork-follow-child-exec.c: New file.
3727 * gdb.threads/vfork-follow-child-exec.exp: New file.
3728 * gdb.threads/vfork-follow-child-exit.c: New file.
3729 * gdb.threads/vfork-follow-child-exit.exp: New file.
3730
3731 2019-04-15 Leszek Swirski <leszeks@google.com>
3732
3733 * gdb.arch/amd64-eval.cc: New file.
3734 * gdb.arch/amd64-eval.exp: New file.
3735
3736 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3737
3738 * gdb.server/sysroot.c: New test.
3739 * gdb.server/sysroot.exp: New file.
3740 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3741 matching param.
3742
3743 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3744
3745 * gdb.base/align.exp: Extend test to cover structures containing
3746 only static fields.
3747
3748 2019-04-11 Tom de Vries <tdevries@suse.de>
3749
3750 * boards/cc-with-dwz-m.exp: New file.
3751 * boards/cc-with-dwz.exp: New file.
3752 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3753
3754 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3755
3756 * gdb.base/start-cpp.exp: New file.
3757 * gdb.base/start-cpp.cc: New file.
3758
3759 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3760
3761 * gdb.python/py-thrhandle.exp: Adjust tests to call
3762 thread_from_handle instead of thread_from_thread_handle.
3763
3764 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3765
3766 * gdb.python/py-thrhandle.exp: Add tests for
3767 gdb.InferiorThread.handle.
3768
3769 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3770
3771 * gdb.python/py-function.exp: Check calling helper function from
3772 all languages.
3773 * lib/gdb.exp (gdb_supported_languages): New proc.
3774
3775 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3776
3777 * gdb.base/complex-parts.c: New file.
3778 * gdb.base/complex-parts.exp: New file.
3779
3780 2019-04-01 Tom Tromey <tromey@adacore.com>
3781
3782 PR symtab/23331:
3783 * gdb.dwarf2/dw2-ranges-main.c: New file.
3784 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3785 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3786
3787 2019-03-30 Simon Marchi <simark@simark.ca>
3788
3789 * gdb.base/default.exp: Add values for $_gdb_major and
3790 $_gdb_minor.
3791
3792 2019-03-29 Tom Tromey <tromey@adacore.com>
3793
3794 * gdb.base/help.exp: Tighten apropos regexp.
3795
3796 2019-03-29 Keith Seitz <keiths@redhat.com>
3797
3798 * gdb.fortran/array-bounds.exp: New file.
3799 * gdb.fortran/array-bounds.f90: New file.
3800
3801 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3802
3803 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3804
3805 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3806
3807 * gdb.multi/hello.c (main): Increase alarm timer.
3808
3809 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3810
3811 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3812 factor when no hardware watchpoint support.
3813
3814 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3815 Pedro Alves <palves@redhat.com>
3816
3817 * boards/local-board.exp: set sysroot to /.
3818
3819 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3820
3821 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3822 in child.
3823
3824 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3825
3826 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3827 field.
3828 (make_container): Initialise new field.
3829 * gdb.python/py-prettyprint.exp: Add new tests.
3830 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3831 <display_hint>: New method.
3832
3833 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3834
3835 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3836 gdb_continue_to_breakpoint more throughout this test.
3837 (run_lang_tests) Supply unique test names, and use
3838 gdb_test_no_output.
3839
3840 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3841
3842 * gdb.base/finish-pretty.exp: Update expected results.
3843 * gdb.base/pretty-print.c: New file.
3844 * gdb.base/pretty-print.exp: New file.
3845
3846 2019-03-25 Pedro Alves <palves@redhat.com>
3847
3848 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3849 move comments outside list. Append '-i "" eof' section.
3850
3851 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3852
3853 PR testsuite/25016
3854 * README: Add pie options.
3855 * gdb.base/break-interp.exp: Ensure pie is disabled.
3856 * gdb.base/dump.exp: Likewise.
3857 * lib/gdb.exp (gdb_compile): Add pie option.
3858
3859 2019-03-19 Tom Tromey <tromey@adacore.com>
3860
3861 * gdb.mi/mi2-cli-display.c: New file.
3862 * gdb.mi/mi2-cli-display.exp: New file.
3863
3864 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3865 Tom Tromey <tromey@adacore.com>
3866
3867 * gdb.ada/ptype_array/pck.adb: New file.
3868 * gdb.ada/ptype_array/pck.ads: New file.
3869 * gdb.ada/ptype_array/foo.adb: New file.
3870 * gdb.ada/ptype_array.exp: New file.
3871
3872 2019-03-14 Tom Tromey <tromey@adacore.com>
3873
3874 * gdb.base/style.exp: Add "set style sources" test.
3875
3876 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3877
3878 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3879 * mi-breakpoint-multiple-locations.exp: ... this.
3880 (make_breakpoints_pattern): New proc.
3881 (do_test): Add mi_version parameter, test -break-insert,
3882 -break-info and =breakpoint-created.
3883
3884 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * config/default.exp: Remove 'load_lib gdb.exp'.
3887 * config/monitor.exp: Likewise.
3888 * config/sid.exp: Likewise.
3889 * config/sim.exp: Likewise.
3890 * config/slite.exp: Likewise.
3891 * config/unix.exp: Likewise.
3892 * gdb.base/default.exp: Remove unhelpful comment.
3893
3894 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3895
3896 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3897
3898 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3899
3900 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3901
3902 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3903
3904 * gdb.fortran/type-kinds.exp: Update expected results.
3905
3906 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3907
3908 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3909
3910 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3911
3912 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3913 function.
3914 (test_basic_parsing_of_type_kinds): Expand types tested.
3915 (test_parsing_invalid_type_kinds): New function.
3916
3917 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3918
3919 * gdb.fortran/intrinsics.exp: New file.
3920 * gdb.fortran/intrinsics.f90: New file.
3921 * gdb.fortran/type-kinds.exp: New file.
3922
3923 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3924
3925 * gdb.fortran/dot-ops.exp: New file.
3926
3927 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3928
3929 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3930 Check upper and lower case logical literals.
3931
3932 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3933
3934 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3935 Remove duplicate tests.
3936
3937 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3938
3939 * lib/gdb.exp (builtin_cd): rename of cd.
3940 (cd): Override builtin.
3941
3942 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3943
3944 * gdb.fortran/function-calls.exp: New file.
3945 * gdb.fortran/function-calls.f90: New test.
3946
3947 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3948
3949 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3950 on user program standard output.
3951 * gdb.fortran/short-circuit-argument-list.f90: Record function
3952 calls.
3953
3954 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3955
3956 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3957 failure.
3958
3959 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3960
3961 PR gdb/8527
3962 * gdb.base/interrupt-daemon-attach.c,
3963 gdb.base/interrupt-daemon-attach.exp: New test.
3964
3965 2019-02-27 Pedro Alves <palves@redhat.com>
3966
3967 * gdb.base/page.exp: Add tests for "set width/height -1".
3968
3969 2019-02-27 Pedro Alves <palves@redhat.com>
3970
3971 * gdb.base/page.exp: Add tests for "set/show width/height" with
3972 "infinite" values.
3973
3974 2019-02-27 Tom Tromey <tromey@adacore.com>
3975
3976 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3977 2.4.
3978 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3979 workaround.
3980
3981 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3984 tests for structs with static members.
3985
3986 2019-02-26 Tom Tromey <tromey@adacore.com>
3987
3988 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3989 ValueError, not TypeError.
3990
3991 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3992
3993 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3994 call from main program.
3995
3996 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3997
3998 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3999 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4000 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4001 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4002 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4003
4004 2019-02-22 Keith Seitz <keiths@redhat.com>
4005
4006 PR symtab/23853
4007 * gdb.base/symlink-sourcefile.c: New file.
4008 * gdb.base/symlink-sourcefile.exp: New file.
4009
4010 2019-02-20 Tom Tromey <tom@tromey.com>
4011
4012 * gdb.base/info_qt.exp: Update.
4013
4014 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4015
4016 * gdb.base/source.exp: Move "error in sourced script" code to
4017 the end.
4018 * gdb.base/source-error.gdb: Move contents to
4019 source-error-1.gdb. Add new code to source source-error-1.gdb.
4020 * gdb.base/source-error-1.gdb: New file, from previous
4021 source-error.gdb.
4022
4023 2019-02-17 Tom Tromey <tom@tromey.com>
4024
4025 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4026 for macro styling.
4027 * gdb.base/style.c (SOME_MACRO): New macro.
4028
4029 2019-02-17 Tom Tromey <tom@tromey.com>
4030
4031 * gdb.base/style.exp: Add line-wrapping tests.
4032 * gdb.base/page.exp: Add test for quitting during pagination.
4033
4034 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4035
4036 * gdb.ada/big_packed_array: New testcase.
4037 * gdb.ada/homonym.exp: Fix incorrect expected output for
4038 "break <homonym__get_value>" test.
4039
4040 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4041
4042 PR breakpoints/21870
4043 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4044 and prepare_for_testing. Add comment.
4045 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4046 redundant cleanup call. Clean up comment.
4047
4048 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4049
4050 PR breakpoints/21870
4051 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4052 * gdb.arch/aarch64-dbreg-contents.c: New file.
4053
4054 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4055
4056 * gdb.ada/mi_ref_changeable: New testcase.
4057
4058 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4059
4060 * gdb.base/attach.exp: Add double attach test.
4061
4062 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4063
4064 * lib/gdb.exp (default_gdb_start): Don't match pagination
4065 prompt.
4066 (gdb_init): Set stty_init.
4067
4068 2019-01-27 Tom Tromey <tom@tromey.com>
4069
4070 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4071 skip_python_tests.
4072
4073 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4074
4075 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4076 New structure.
4077 (struct struct_static_02_02): Likewise.
4078 (struct struct_static_02_03): Likewise.
4079 (struct struct_static_02_04): Likewise.
4080 (struct struct_static_04_01): Likewise.
4081 (struct struct_static_04_02): Likewise.
4082 (struct struct_static_04_03): Likewise.
4083 (struct struct_static_04_04): Likewise.
4084 (struct struct_static_06_01): Likewise.
4085 (struct struct_static_06_02): Likewise.
4086 (struct struct_static_06_03): Likewise.
4087 (struct struct_static_06_04): Likewise.
4088 (cmp_struct_static_02_01): Likewise.
4089 (cmp_struct_static_02_02): Likewise.
4090 (cmp_struct_static_02_03): Likewise.
4091 (cmp_struct_static_02_04): Likewise.
4092 (cmp_struct_static_04_01): Likewise.
4093 (cmp_struct_static_04_02): Likewise.
4094 (cmp_struct_static_04_03): Likewise.
4095 (cmp_struct_static_04_04): Likewise.
4096 (cmp_struct_static_06_01): Likewise.
4097 (cmp_struct_static_06_02): Likewise.
4098 (cmp_struct_static_06_03): Likewise.
4099 (cmp_struct_static_06_04): Likewise.
4100 (call_all): Test new structs.
4101 * gdb.base/infcall-nested-structs.exp: Likewise.
4102
4103 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4104 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4105
4106 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4107 * gdb.base/stack-protector.c: New test.
4108 * gdb.base/stack-protector.exp: New file.
4109 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4110 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4111 option.
4112 (gdb_compile): Remove stack protector for GCC and prevent
4113 recursion.
4114
4115 2019-01-16 Keith Seitz <keiths@redhat.com>
4116
4117 PR gdb/23773
4118 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4119
4120 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4121
4122 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4123 aliases.
4124 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4125 tests.
4126 * gdb.arch/powerpc-vector-regs.c: New file.
4127 * gdb.arch/powerpc-vector-regs.exp: New file.
4128
4129 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4130
4131 * gdb.arch/altivec-regs.exp: Fix the list passed to
4132 gdb_expect_list when testing "info vector".
4133
4134 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4135
4136 * gdb.base/style.exp: Don't include path in testname.
4137
4138 2019-01-10 Keith Seitz <keiths@redhat.com>
4139
4140 PR gdb/23712
4141 PR symtab/23010
4142 * gdb.dwarf2/multidictionary.exp: New file.
4143
4144 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4145
4146 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4147 (test_gnuv3_style_demangling): ... this.
4148 (test_lucid_style_demangling): Remove.
4149 (test_arm_style_demangling): Remove.
4150 (test_hp_style_demangling): Remove.
4151 (do_tests): Remove calls to the above.
4152
4153 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4156 case.
4157
4158 2019-01-06 Tom Tromey <tom@tromey.com>
4159
4160 PR gdb/28155:
4161 * gdb.dwarf2/typedef-void-finish.exp: New file.
4162
4163 2018-12-28 Tom Tromey <tom@tromey.com>
4164 Simon Marchi <simark@simark.ca>
4165
4166 * gdb.base/jit-exec.exp: New file.
4167 * gdb.base/jit-exec.c: New file.
4168 * gdb.base/jit-execd.c: New file.
4169
4170 2018-12-28 Tom Tromey <tom@tromey.com>
4171
4172 * gdb.base/style.exp: Update test to check for address styling.
4173
4174 2018-12-28 Tom Tromey <tom@tromey.com>
4175
4176 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4177 message.
4178
4179 2018-12-28 Tom Tromey <tom@tromey.com>
4180
4181 * gdb.base/style.exp: Add test for version number styling.
4182
4183 2018-12-28 Tom Tromey <tom@tromey.com>
4184
4185 * gdb.base/style.exp: Add test for print_address_symbolic.
4186
4187 2018-12-28 Tom Tromey <tom@tromey.com>
4188
4189 * gdb.base/style.exp: Add test for breakpoint setting.
4190
4191 2018-12-28 Tom Tromey <tom@tromey.com>
4192
4193 * gdb.base/style.exp: Add test for variable names.
4194
4195 2018-12-28 Tom Tromey <tom@tromey.com>
4196
4197 * gdb.base/style.exp: New file.
4198 * gdb.base/style.c: New file.
4199
4200 2018-12-28 Tom Tromey <tom@tromey.com>
4201
4202 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4203 "dumb".
4204 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4205 the TERM environment variable.
4206
4207 2018-12-27 Tom Tromey <tom@tromey.com>
4208
4209 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4210 pagination test.
4211
4212 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4215 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4216
4217 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4218
4219 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4220 Filename a.adb changed to bp_fun_addr.adb.
4221 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4222
4223 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4224
4225 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4226 non-PIE executables.
4227 * README: Mention the gdb,nopie_flag board setting.
4228 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4229 non-PIE executable.
4230 * gdb.arch/amd64-entry-value.exp: Likewise.
4231 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4232 * gdb.arch/i386-float.exp: Likewise.
4233 * gdb.arch/i386-signal.exp: Likewise.
4234 * gdb.mi/mi-reg-undefined.exp: Likewise.
4235
4236 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4237
4238 PR gdb/23974
4239 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4240
4241 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4242
4243 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4244 Update order of results accordingly.
4245
4246 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4247
4248 * gdb.base/annota1.exp: Update a test regexp.
4249
4250 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4251
4252 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4253
4254 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4255
4256 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4257 (reuse_time): Initialize to REUSE_TIME_CAP.
4258 (check_rc): New function.
4259 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4260 Check pthread_create rc.
4261 (spawner_thread_func): Check pthread_create and pthread_join rc.
4262
4263 2018-12-08 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.base/list.exp (test_forward_search): Rename to ...
4266 (test_forward_reverse_search): ... this. Also test reverse-search
4267 and the forward-search alias.
4268
4269 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4270
4271 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4272 local timeout variable before return, and remove all local timeout
4273 variable entirely.
4274 (gdb_load): Likewise.
4275
4276 2018-12-01 Tom de Vries <tdevries@suse.de>
4277
4278 * gdb.base/gdb-caching-proc.exp: New file.
4279
4280 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4281
4282 * Makefile.in (TIMESTAMP): New variable.
4283 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4284 command.
4285 (check-single-racy): Likewise.
4286 (check/%.exp): Likewise.
4287 (check-racy/%.exp): Likewise.
4288 (workers/%.worker): Likewise.
4289 (build-perf): Likewise.
4290 (check-perf): Likewise.
4291 * README: Describe new "TS" and "TS_FORMAT" variables.
4292 * print-ts.py: New file.
4293
4294 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4295
4296 PR python/23714
4297 * gdb.python/python.exp: Test command repetition after
4298 gdb.execute.
4299
4300 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4301
4302 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4303 is correctly aligned.
4304
4305 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4306
4307 * gdb.ada/info_auto_lang.exp: New testcase.
4308 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4309 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4310 * gdb.ada/info_auto_lang/some_c.c: New file.
4311
4312 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4313
4314 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4315 FUNC_lang language syntax.
4316
4317 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4318
4319 * gdb.base/info_minsym.c: New file.
4320 * gdb.base/info_minsym.exp: New file.
4321
4322 2018-11-19 Tom Tromey <tom@tromey.com>
4323
4324 PR rust/23625:
4325 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4326 * gdb.rust/expr.exp: Update expected output. Change one test.
4327
4328 2018-11-19 Tom Tromey <tom@tromey.com>
4329
4330 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4331
4332 2018-11-19 Pedro Alves <palves@redhat.com>
4333
4334 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4335 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4336 see the expected warning.
4337
4338 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4339
4340 PR gdb/22736:
4341 * gdb.cp/infcall-nodebug-lib.c: New test.
4342 * gdb.cp/infcall-nodebug-main.c: New test.
4343 * gdb.cp/infcall-nodebug.exp: New file.
4344
4345 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4346
4347 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4348 completer tests.
4349
4350 2018-11-09 Tom de Vries <tdevries@suse.de>
4351
4352 * gdb.base/msym-lang.c: New test.
4353 * gdb.base/msym-lang.exp: New file.
4354 * gdb.base/msym-lang-main.c: New test.
4355
4356 2018-11-08 Tom Tromey <tom@tromey.com>
4357
4358 PR gdb/23555:
4359 PR gdb/23838:
4360 * gdb.base/warning.exp: New file.
4361
4362 2018-11-08 Jan Beulich <jbeulich@suse.com>
4363
4364 * testsuite/gdb.arch/i386-avx512.c,
4365 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4366
4367 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4368
4369 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4370 point hardware.
4371
4372 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4373
4374 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4375 * gdb.dwarf2/missing-type-name.exp: New file.
4376
4377 2018-11-06 Tom de Vries <tdevries@suse.de>
4378
4379 * gdb.base/many-headers.c: New test.
4380 * gdb.base/many-headers.exp: New file.
4381
4382 2018-11-06 Jim Wilson <jimw@sifive.com>
4383
4384 * gdb.base/code_elim.exp: For riscv, set additional_flags
4385 to include -msmall-data-limit=0.
4386
4387 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4388
4389 * gdb.ada/watch_minus_l: New testcase.
4390
4391 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4392
4393 * gdb.arch/aix-sighandle.c: New file.
4394 * gdb.arch/aix-sighandle.exp: New file.
4395
4396 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4397
4398 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4399 registers being unions.
4400
4401 2018-10-31 Tom de Vries <tdevries@suse.de>
4402
4403 * lib/valgrind.exp: New file.
4404 (vgdb_start, vgdb_stop): New procs, factored out of ...
4405 * gdb.base/valgrind-bt.exp: ... here, ...
4406 * gdb.base/valgrind-disp-step.exp: ... here and ...
4407 * gdb.base/valgrind-infcall.exp: ... here.
4408
4409 2018-10-31 Tom de Vries <tdevries@suse.de>
4410
4411 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4412
4413 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4414
4415 * gdb.dwarf2/void-type.c: New file.
4416 * gdb.dwarf2/void-type.exp: New file.
4417
4418 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4419
4420 * gdb.base/info_qt.c: New file.
4421 * gdb.base/info_qt.exp: New file.
4422
4423 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4424
4425 * gdb.arch/powerpc-htm-regs.c: New file.
4426 * gdb.arch/powerpc-htm-regs.exp: New file.
4427
4428 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4429
4430 * gdb.arch/powerpc-tar.c: New file.
4431 * gdb.arch/powerpc-tar.exp: New file.
4432
4433 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4434
4435 * gdb.arch/powerpc-ppr-dscr.c: New file.
4436 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4437
4438 2018-10-25 Tom de Vries <tdevries@suse.de>
4439
4440 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4441
4442 2018-10-24 Tom de Vries <tdevries@suse.de>
4443
4444 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4445 longer exists error.
4446
4447 2018-10-24 Tom de Vries <tdevries@suse.de>
4448
4449 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4450
4451 2018-10-24 Tom de Vries <tdevries@suse.de>
4452
4453 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4454 --db-attach in valgrind.
4455
4456 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4457
4458 * gdb.arch/riscv-reg-aliases.c: New file.
4459 * gdb.arch/riscv-reg-aliases.exp: New file.
4460
4461 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4462
4463 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4464
4465 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4466
4467 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4468
4469 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4470
4471 * gdb.cp/ovldbreak.exp: Fix regexps.
4472
4473 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4474
4475 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4476
4477 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4478
4479 PR cli/23785
4480 * gdb.base/restore.exp: New test to check if "restore" with an
4481 invalid file doesn't segfault.
4482
4483 2018-10-18 Tom de Vries <tdevries@suse.de>
4484
4485 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4486 * gdb.ada/excep_handle.exp: Same.
4487 * gdb.ada/mi_string_access.exp: Same.
4488 * gdb.ada/mi_var_union.exp: Same.
4489 * gdb.arch/arc-analyze-prologue.exp: Same.
4490 * gdb.arch/arc-decode-insn.exp: Same.
4491 * gdb.base/readnever.exp: Same.
4492 * gdb.fortran/printing-types.exp: Same.
4493 * gdb.guile/scm-lazy-string.exp: Same.
4494
4495 2018-10-16 Tom de Vries <tdevries@suse.de>
4496
4497 PR gdb/23730
4498 * gdb.base/catch-follow-exec.c: Add copyright notice.
4499 * gdb.base/catch-follow-exec.exp: Rewrite to use
4500 gdb_spawn_with_cmdline_opts. Require gdb-native.
4501
4502 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4503
4504 * gdb.trace/actions-changed.exp: Check for arch support.
4505 * gdb.trace/actions.exp: Likewise.
4506 * gdb.trace/ax.exp: Likewise.
4507 * gdb.trace/backtrace.exp: Likewise.
4508 * gdb.trace/change-loc.exp: Likewise.
4509 * gdb.trace/deltrace.exp: Likewise.
4510 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4511 * gdb.trace/ftrace.exp: Likewise.
4512 * gdb.trace/infotrace.exp: Check for arch support.
4513 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4514 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4515 * gdb.trace/mi-tsv-changed.exp: Likewise.
4516 * gdb.trace/packetlen.exp: Likewise.
4517 * gdb.trace/passc-dyn.exp: Likewise.
4518 * gdb.trace/passcount.exp: Likewise.
4519 * gdb.trace/pending.exp: Likewise.
4520 * gdb.trace/range-stepping.exp: Check for shlib support.
4521 * gdb.trace/report.exp: Check for arch support.
4522 * gdb.trace/save-trace.exp: Likewise.
4523 * gdb.trace/signal.exp: Check for signal support.
4524 * gdb.trace/tfind.exp: Check for arch support.
4525 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4526 * gdb.trace/trace-common.h: Add comment.
4527 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4528 * gdb.trace/trace-enable-disable.exp: Likewise.
4529 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4530 * gdb.trace/tracecmd.exp: Check for arch support.
4531 * gdb.trace/tspeed.exp: Check for shlib and target support.
4532 * gdb.trace/tstatus.exp: Check for arch support.
4533 * gdb.trace/tsv.exp: Likewise.
4534 * gdb.trace/while-dyn.exp: Likewise.
4535 * gdb.trace/while-stepping.exp: Likewise.
4536 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4537
4538 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4539
4540 * gdb.trace/tspeed.exp: Remove nowarnings.
4541 (prepare_for_trace_test): Declare "global ipalib".
4542 * gdb.trace/tspeed.c: Include unistd.h.
4543 (main): Remove superfluous printf argument.
4544
4545 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4546
4547 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4548 directory prefix on the filename.
4549
4550 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4551
4552 * gdb.gdb/unittest.exp: Update expected message informing that
4553 selftests have been disabled.
4554 * gdb.server/unittest.exp: Likewise.
4555
4556 2018-10-09 Tom de Vries <tdevries@suse.de>
4557
4558 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4559 with runto_main.
4560
4561 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4562
4563 PR c++/16841
4564 * gdb.cp/virtbase2.cc: New file.
4565 * gdb.cp/virtbase2.exp: New file.
4566
4567 2018-10-06 Tom Tromey <tom@tromey.com>
4568
4569 PR python/19399:
4570 * gdb.python/py-inferior.exp: Add architecture test.
4571
4572 2018-10-06 Tom Tromey <tom@tromey.com>
4573
4574 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4575 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4576
4577 2018-10-06 Tom Tromey <tom@tromey.com>
4578
4579 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4580 of a "throw" catchpoint.
4581
4582 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4583
4584 * gdb.base/info-proc.exp: Update string expected from "help info
4585 proc".
4586
4587 2018-10-04 Tom Tromey <tom@tromey.com>
4588
4589 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4590 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4591 (test_initial_complaints, test_empty_complaints): Update.
4592 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4593
4594 2018-10-04 Tom Tromey <tom@tromey.com>
4595
4596 PR cli/19551:
4597 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4598 * lib/gdb.exp (gdb_file_cmd): Update.
4599 * gdb.stabs/weird.exp (print_weird_var): Update.
4600 * gdb.server/solib-list.exp: Update.
4601 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4602 * gdb.mi/mi-cli.exp: Update.
4603 * gdb.linespec/linespec.exp: Update.
4604 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4605 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4606 * gdb.cp/cp-relocate.exp: Update.
4607 * gdb.base/sym-file.exp: Update.
4608 * gdb.base/relocate.exp: Update.
4609 * gdb.base/readnever.exp: Update.
4610 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4611 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4612 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4613 * gdb.base/code_elim.exp: Update.
4614 * gdb.base/break-unload-file.exp (test_break): Update.
4615 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4616 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4617 Update.
4618 * gdb.base/attach.exp (do_attach_tests): Update.
4619 * gdb.base/sepdebug.exp: Update.
4620 * gdb.python/py-section-script.exp: Update.
4621
4622 2018-10-04 Tom Tromey <tom@tromey.com>
4623
4624 PR cli/22234:
4625 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4626 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4627 output.
4628
4629 2018-10-04 Tom Tromey <tom@tromey.com>
4630
4631 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4632 set width and height to 0.
4633 (test_command_line_attach_run): Use -quiet.
4634
4635 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4636
4637 * lib/gdb.exp (skip_ifunc_tests): New.
4638 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4639 other compile failures.
4640 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4641
4642 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4643
4644 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4645 is_amd64_regs_target.
4646
4647 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4648
4649 * gdb.arch/aarch64-sighandler-regs.c: New test.
4650 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4651 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4652
4653 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4654
4655 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4656 assembly.
4657
4658 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4659
4660 * gdb.base/frame-selection.exp: New file.
4661 * gdb.base/frame-selection.c: New file.
4662
4663 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4664
4665 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4666 pthread barrier.
4667 (main): Likewise.
4668
4669 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4670
4671 * gdb.base/large-frame-1.c: New file.
4672 * gdb.base/large-frame-2.c: New file.
4673 * gdb.base/large-frame.exp: New file.
4674 * gdb.base/large-frame.h: New file.
4675
4676 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4677
4678 PR gdb/20948
4679 * gdb.base/write_mem.exp: New test.
4680 * gdb.base/write_mem.c: Likewise.
4681
4682 2018-09-23 Tom Tromey <tom@tromey.com>
4683
4684 PR python/18852:
4685 * gdb.python/py-parameter.exp: Add test for parameter that throws
4686 on "set".
4687
4688 2018-09-23 Tom Tromey <tom@tromey.com>
4689
4690 PR python/17284:
4691 * gdb.python/py-template.exp (test_template_arg): Add test for
4692 negative template argument number.
4693
4694 2018-09-23 Tom Tromey <tom@tromey.com>
4695
4696 PR python/14062:
4697 * gdb.python/python.exp: Add test for post_event error.
4698
4699 2018-09-23 Tom Tromey <tom@tromey.com>
4700
4701 PR python/18170:
4702 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4703 convert pointers to int and long.
4704
4705 2018-09-23 Tom Tromey <tom@tromey.com>
4706
4707 PR python/20126:
4708 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4709 signed-ness conversion tests.
4710
4711 2018-09-23 Tom Tromey <tom@tromey.com>
4712
4713 PR python/18352;
4714 * gdb.python/py-value.exp (test_float_conversion): New proc.
4715 Use it.
4716
4717 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4718
4719 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4720
4721 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4722
4723 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4724 no readline.
4725 * gdb.base/utf8-identifiers.exp: Likewise.
4726 * gdb.cp/cpcompletion.exp: Likewise.
4727 * gdb.linespec/cpcompletion.exp: Likewise.
4728 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4729 * gdb.linespec/cpls-ops.exp: Likewise.
4730
4731 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4732 Chris January <chris.january@arm.com>
4733
4734 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4735 * gdb.fortran/short-circuit-argument-list.exp: New file.
4736 * gdb.fortran/short-circuit-argument-list.f90: New test.
4737
4738 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4739
4740 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4741 "arch=" keyword when executing "-stack-list-frames".
4742
4743 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4744
4745 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4746 "arch=" keyword when executing "-stack-list-frames".
4747
4748 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4749
4750 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4751 break ada".
4752
4753 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4754
4755 PR python/23669
4756 * gdb.python/python.exp: Test gdb.execute("show commands").
4757
4758 2018-09-16 Tom Tromey <tom@tromey.com>
4759
4760 * gdb.base/new-ui.exp (do_execution_tests): Update.
4761 * gdb.base/dbx.exp (test_breakpoints): Update.
4762
4763 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4764
4765 * lib/gdb.exp (gdb_simple_compile): Add proc.
4766 (is_elf_target): Use gdb_simple_compile.
4767 (skip_altivec_tests): Likewise.
4768 (skip_vsx_tests): Likewise.
4769 (skip_tsx_tests): Likewise.
4770 (skip_btrace_tests): Likewise.
4771 (skip_btrace_pt_tests): Likewise.
4772 (gdb_can_simple_compile): Likewise.
4773 (gdb_has_argv0): Likewise.
4774 (gdb_target_symbol_prefix): Likewise.
4775 (target_supports_scheduler_locking): Likewise.
4776
4777 2018-09-13 Tom Tromey <tom@tromey.com>
4778
4779 * Makefile.in (TAGS): Recognize proc_with_prefix and
4780 gdb_caching_proc.
4781
4782 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4783
4784 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4785 method.
4786
4787 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4788
4789 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4790 and a few other Inferior properties when the Inferior is no
4791 longer valid.
4792
4793 2018-09-13 Tom Tromey <tom@tromey.com>
4794
4795 PR rust/23650:
4796 * gdb.rust/simple.exp: Add test for enum field access error.
4797
4798 2018-09-13 Tom Tromey <tom@tromey.com>
4799
4800 PR rust/23626:
4801 * gdb.rust/simple.rs (EmptyEnum): New type.
4802 (main): Use it.
4803 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4804
4805 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4806
4807 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4808 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4809 * gdb.python/py-symtab.exp: Update test printing an objfile.
4810
4811 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4812
4813 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4814 object.
4815
4816 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4817
4818 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4819 (support_complex_tests): Use gdb_can_simple_compile.
4820 (is_ilp32_target): Likewise.
4821 (is_lp64_target): Likewise.
4822 (is_64_target): Likewise.
4823 (is_amd64_regs_target): Likewise.
4824 (is_aarch32_target): Likewise.
4825 (gdb_int128_helper): Likewise.
4826
4827 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4828
4829 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4830
4831 2018-09-10 Jerome Guitton <guitton@adacore.com>
4832
4833 * gdb.ada/same_component_name: Add test for case of tagged record
4834 with variable-length fields.
4835
4836 2018-09-10 Xavier Roirand <roirand@adacore.com>
4837
4838 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4839 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4840 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4841 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4842
4843 2018-09-10 Xavier Roirand <roirand@adacore.com>
4844
4845 * gdb.ada/mi_string_access.exp: New testcase.
4846 * gdb.ada/mi_string_access/bar.adb: New file.
4847 * gdb.ada/mi_string_access/pck.adb: New file.
4848 * gdb.ada/mi_string_access/pck.asd: New file.
4849
4850 2018-09-10 Xavier Roirand <roirand@adacore.com>
4851
4852 * gdb.ada/mi_var_union.exp: New testcase.
4853 * gdb.ada/mi_var_union/bar.adb: New file.
4854 * gdb.ada/mi_var_union/pck.adb: New file.
4855 * gdb.ada/mi_var_union/pck.asd: New file.
4856
4857 2018-09-08 Tom Tromey <tom@tromey.com>
4858
4859 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4860
4861 2018-09-08 Tom Tromey <tom@tromey.com>
4862
4863 PR python/16047:
4864 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4865 (register_pretty_printers): Register new printer.
4866 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4867 test.
4868 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4869 (an_int_type3): New global.
4870
4871 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4872
4873 * gdb.ada/expr_with_funcall: New testcase.
4874
4875 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4876
4877 * gdb.ada/packed_array_assign: New testcase.
4878
4879 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4880
4881 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4882 names, and add test prefixes to make test names unique.
4883
4884 2018-09-05 Tom de Vries <tdevries@suse.de>
4885
4886 * gdb.dwarf2/varval.exp: Add test.
4887
4888 2018-09-04 Gary Benson <gbenson@redhat.com>
4889
4890 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4891 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4892
4893 2018-08-31 Tom Tromey <tom@tromey.com>
4894
4895 * gdb.rust/simple.rs: Rename second variable "v".
4896
4897 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4898
4899 * gdb.base/funcargs.c (use_a): New function.
4900 (recurse): Call use_a.
4901
4902 2018-08-29 Keith Seitz <keiths@redhat.com>
4903
4904 * gdb.compile/compile-cplus-anonymous.cc: New file.
4905 * gdb.compile/compile-cplus-anonymous.exp: New file.
4906 * gdb.compile/compile-cplus-array-decay.cc: New file.
4907 * gdb.compile/compile-cplus-array-decay.exp: New file.
4908 * gdb.compile/compile-cplus-inherit.cc: New file.
4909 * gdb.compile/compile-cplus-inherit.exp: New file.
4910 * gdb.compile/compile-cplus-member.cc: New file.
4911 * gdb.compile/compile-cplus-member.exp: New file.
4912 * gdb.compile/compile-cplus-method.cc: New file.
4913 * gdb.compile/compile-cplus-method.exp: New file.
4914 * gdb.compile/compile-cplus-mod.c: "New" file.
4915 * gdb.compile/compile-cplus-namespace.cc: New file.
4916 * gdb.compile/compile-cplus-namespace.exp: New file.
4917 * gdb.compile/compile-cplus-nested.cc: New file.
4918 * gdb.compile/compile-cplus-nested.exp: New file.
4919 * gdb.compile/compile-cplus-print.c: "New" file.
4920 * gdb.compile/compile-cplus-print.exp: "New" file.
4921 * gdb.compile/compile-cplus-virtual.cc: New file.
4922 * gdb.compile/compile-cplus-virtual.exp: New file.
4923 * gdb.compile/compile-cplus.c: "New" file.
4924 * gdb.compile/compile-cplus.exp: "New" file.
4925 * lib/compile-support.exp: New file.
4926
4927 2018-08-16 Gary Benson <gbenson@redhat.com>
4928
4929 PR gdb/13000:
4930 * gdb.base/batch-exit-status.exp: New file.
4931 * gdb.base/batch-exit-status.good-commands: Likewise.
4932 * gdb.base/batch-exit-status.bad-commands: Likewise.
4933
4934 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4935
4936 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4937 (struct struct02): Likewise.
4938 (struct struct03): Likewise.
4939 (struct struct04): Likewise.
4940 (struct struct_01_01): New struct.
4941 (struct struct_01_02): Likewise.
4942 (struct struct_01_03): Likewise.
4943 (struct struct_01_04): Likewise.
4944 (struct struct_02_01): Likewise.
4945 (struct struct_02_02): Likewise.
4946 (struct struct_02_03): Likewise.
4947 (struct struct_02_04): Likewise.
4948 (struct struct_04_01): Likewise.
4949 (struct struct_04_02): Likewise.
4950 (struct struct_04_03): Likewise.
4951 (struct struct_04_04): Likewise.
4952 (struct struct_05_01): Likewise.
4953 (struct struct_05_02): Likewise.
4954 (struct struct_05_03): Likewise.
4955 (struct struct_05_04): Likewise.
4956 (cmp_struct01): Remove function.
4957 (cmp_struct02): Likewise.
4958 (cmp_struct03): Likewise.
4959 (cmp_struct04): Likewise.
4960 (cmp_struct_01_01): Add Function.
4961 (cmp_struct_01_02): Likewise.
4962 (cmp_struct_01_03): Likewise.
4963 (cmp_struct_01_04): Likewise.
4964 (cmp_struct_02_01): Likewise.
4965 (cmp_struct_02_02): Likewise.
4966 (cmp_struct_02_03): Likewise.
4967 (cmp_struct_02_04): Likewise.
4968 (cmp_struct_04_01): Likewise.
4969 (cmp_struct_04_02): Likewise.
4970 (cmp_struct_04_03): Likewise.
4971 (cmp_struct_04_04): Likewise.
4972 (cmp_struct_05_01): Likewise.
4973 (cmp_struct_05_02): Likewise.
4974 (cmp_struct_05_03): Likewise.
4975 (cmp_struct_05_04): Likewise.
4976 (call_all): Add new structs.
4977 * gdb.base/infcall-nested-structs.exp: Likewise.
4978
4979 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4980
4981 * gdb.python/py-framefilter-mi.exp: Update regexp to
4982 check for "arch" field in frame output.
4983
4984 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4985
4986 * gdb.dwarf2/dw2-ranges-func.c: New file.
4987 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4988
4989 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4990
4991 * gdb.base/term.exp: Compare terminal settings with values from
4992 the inferior.
4993 * gdb.base/term.c: Get and set terminal settings.
4994
4995 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4996
4997 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4998 accommodate new "arch" field in frame output.
4999 * gdb.mi/mi-return.exp: Likewise.
5000 * gdb.mi/mi-stack.exp: Likewise.
5001 * gdb.mi/mi-syn-frame.exp: Likewise.
5002 * gdb.mi/user-selected-context-sync.exp: Likewise.
5003
5004 2018-08-19 Michael Spang <spang@google.com>
5005
5006 PR gdb/11786
5007 * gdb.base/gcore-tls-pie.c: New file.
5008 * gdb.base/gcore-tls-pie.exp: New file.
5009
5010 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5011
5012 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5013 * gdb.dwarf2/varval.c: New file.
5014 * gdb.dwarf2/varval.exp: New file.
5015
5016 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5017
5018 PR gdb/18931
5019 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5020
5021 2018-08-16 Keith Seitz <keiths@redhat.com>
5022
5023 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5024 tests expected to pass.
5025
5026 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5027
5028 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5029 -data-disassemble -a.
5030 (test_disassembly_bogus_args): Likewise.
5031
5032 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5033
5034 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5035
5036 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5037
5038 * gdb.base/vla-optimized-out.exp: Add new test.
5039
5040 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5041
5042 * gdb.base/vla-optimized-out-o3.exp: Delete.
5043 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5044 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5045 deleted tests.
5046
5047 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5048
5049 PR gdb/18050:
5050 * gdb.server/extended-remote-restart.c: New file.
5051 * gdb.server/extended-remote-restart.exp: New file.
5052
5053 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5054
5055 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5056 "set variable index = 42".
5057
5058 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5059
5060 * boards/index-cache-gdb.exp: New file.
5061 * gdb.dwarf2/index-cache.exp: New file.
5062 * gdb.dwarf2/index-cache.c: New file.
5063 * gdb.base/maint.exp: Check if we are using the index cache.
5064
5065 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5066
5067 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5068 MAKEFLAGS.
5069
5070 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5071
5072 * dg-extract-results.sh: Move to toplevel contrib.
5073 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5074 * Makefile.in (check-parallel-racy): Likewise.
5075
5076 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5077
5078 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5079 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5080 tests if the target supports scheduler locking.
5081
5082 2018-08-04 Tom de Vries <tdevries@suse.de>
5083
5084 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5085
5086 2018-08-02 Tom Tromey <tom@tromey.com>
5087
5088 PR symtab/16842.
5089 * gdb.cp/temargs.exp: Test "info address" of a template
5090 parameter.
5091
5092 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5093
5094 * gdb.python/py-mi-var-info-path-expression.c: New file.
5095 * gdb.python/py-mi-var-info-path-expression.py: New file.
5096 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5097
5098 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5099
5100 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5101 error after "cannot resolve name" string.
5102
5103 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5104
5105 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5106 started.
5107 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5108
5109 2018-07-28 Tom de Vries <tdevries@suse.de>
5110
5111 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5112
5113 2018-07-26 Tom de Vries <tdevries@suse.de>
5114
5115 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5116
5117 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5118
5119 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5120 is visible.
5121
5122 2018-07-26 Tom de Vries <tdevries@suse.de>
5123
5124 PR breakpoints/23366
5125 * gdb.base/catch-follow-exec.c: New test.
5126 * gdb.base/catch-follow-exec.exp: New file.
5127
5128 2018-07-25 Tom de Vries <tdevries@suse.de>
5129
5130 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5131 vla-optimized-out.c.
5132
5133 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5134
5135 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5136 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5137
5138 2018-07-20 Tom de Vries <tdevries@suse.de>
5139
5140 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5141 NOCLONE macro.
5142 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5143
5144 2018-07-19 Tom de Vries <tdevries@suse.de>
5145
5146 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5147 regular expression.
5148
5149 2018-07-18 Tom de Vries <tdevries@suse.de>
5150
5151 * gdb.base/vla-optimized-out.c: New test.
5152 * gdb.base/vla-optimized-out.exp: New file.
5153
5154 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5155
5156 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5157 message "No address associated with hostname" when gdbserver
5158 cannot resolve the hostname.
5159
5160 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5161
5162 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5163 Add some test prefixes to make tests unique.
5164
5165 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5166
5167 * gdb.base/frameapply.c: New file.
5168 * gdb.base/frameapply.exp: New file.
5169
5170 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5171
5172 * gdb.base/skip.exp: Update expected error message.
5173
5174 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5175 Jan Kratochvil <jan.kratochvil@redhat.com>
5176 Paul Fertser <fercerpav@gmail.com>
5177 Tsutomu Seki <sekiriki@gmail.com>
5178
5179 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5180 parameter.
5181 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5182 by default.
5183 * boards/native-gdbserver.exp: Likewise.
5184 * gdb.server/run-without-local-binary.exp: Improve regexp used
5185 for detecting when a remote debugging connection succeeds.
5186 * gdb.server/server-connect.exp: New file.
5187 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5188 Do not prefix the port number with ":".
5189 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5190 support for detecting and using it. Add '$debughost_gdbserver'
5191 to the list of arguments used to start gdbserver. Handle case
5192 when gdbserver cannot resolve a network name.
5193
5194 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5195
5196 PR c++/23373
5197 * gdb.base/ptype-offsets.cc (struct static_member): New
5198 struct.
5199 (main) <stmember>: New variable.
5200 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5201 with a static member in it.
5202
5203 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5204
5205 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5206 watchpoints enabled and disabled.
5207
5208 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5209
5210 * gdb.base/examine-backward.exp: Still run tests around address
5211 0x0, even if address 0x0 is not readable. Update the pattern for
5212 matching address 0x0 in expected output.
5213
5214 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5217 malloc/free.
5218
5219 2018-07-04 Tom de Vries <tdevries@suse.de>
5220
5221 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5222
5223 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5224
5225 PR tdep/8282
5226 * gdb.arch/mips-disassembler-options.exp: New test.
5227 * gdb.arch/mips-disassembler-options.s: New test source.
5228
5229 2018-06-29 Pedro Alves <palves@redhat.com>
5230
5231 * gdb.threads/names.exp: Adjust expected "info threads" output.
5232
5233 2018-06-29 Pedro Alves <palves@redhat.com>
5234
5235 * gdb.opt/inline-break.exp (line number, address): Add "info
5236 break" tests.
5237
5238 2018-06-29 Pedro Alves <palves@redhat.com>
5239
5240 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5241 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5242 number and address and running to them.
5243
5244 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5245
5246 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5247
5248 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5249
5250 * lib/compiler.c: Remove executable permission flag.
5251
5252 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5253
5254 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5255 code.
5256 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5257
5258 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5259
5260 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5261
5262 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5263
5264 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5265 address argument is omitted.
5266
5267 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5268
5269 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5270
5271 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5272
5273 PR gdb/21695
5274 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5275 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5276
5277 2018-06-26 Tom Tromey <tom@tromey.com>
5278
5279 PR rust/22574:
5280 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5281 * gdb.rust/simple.rs (struct SimpleLayout): New.
5282
5283 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5284
5285 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5286 "info registers" output.
5287
5288 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5289
5290 * gdb.base/watchpoint-hw-attach.c: New test.
5291 * gdb.base/watchpoint-hw-attach.exp: New file.
5292
5293 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5294
5295 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5296 through /bin/sh.
5297 * boards/dwarf4-gdb-index.exp: Likewise.
5298 * boards/fission-dwp.exp: Likewise.
5299
5300 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5301
5302 * gdb.base/float128.exp: Add comment and improved fail message
5303 to the failure case of "print large128" test.
5304
5305 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5306
5307 * configure.ac: Remove AC_PREREQ.
5308 * configure: Re-generate.
5309
5310 2018-06-19 Pedro Alves <palves@redhat.com>
5311
5312 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5313 (func_extern_caller): New.
5314 (main): Call func_extern_caller.
5315 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5316 logic change.
5317
5318 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5319
5320 PR gdb/16841
5321 * gdb.cp/typedef-base.cc: New file.
5322 * gdb.cp/typedef-base.exp: New file.
5323
5324 2018-06-18 Tom de Vries <tdevries@suse.de>
5325
5326 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5327
5328 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5329 Richard Bunt <Richard.Bunt@arm.com>
5330
5331 * gdb.threads/attach-slow-waitpid.c: New file.
5332 * gdb.threads/attach-slow-waitpid.exp: New file.
5333 * gdb.threads/slow-waitpid.c: New file.
5334
5335 2018-06-14 Pedro Alves <palves@redhat.com>
5336
5337 * gdb.base/fork-running-state.c: Include <errno.h>.
5338 (exit_if_relative_exits): New.
5339 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5340 exits.
5341 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5342 child exits.
5343
5344 2018-06-14 Tom de Vries <tdevries@suse.de>
5345
5346 PR cli/22573
5347 * gdb.base/finish-pretty.c: New test.
5348 * gdb.base/finish-pretty.exp: New file.
5349
5350 2018-06-14 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5353 gdb's expected startup output.
5354
5355 2018-06-14 Pedro Alves <palves@redhat.com>
5356
5357 * lib/selftest-support.exp (selftest_setup): Remove inlined
5358 function handling.
5359
5360 2018-06-14 Tom de Vries <tdevries@suse.de>
5361
5362 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5363 matching of breakpoint printing.
5364
5365 2018-06-13 Tom de Vries <tdevries@suse.de>
5366
5367 PR testsuite/23269
5368 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5369 (fork_child): ... here, and ...
5370 (fork_parent): ... here.
5371
5372 2018-06-12 Tom de Vries <tdevries@suse.de>
5373
5374 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5375
5376 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5377 Stephen Roberts <stephen.roberts@arm.com>
5378
5379 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5380 rewrite test to describe action performed, rather than possible
5381 failure.
5382
5383 2018-06-08 Gary Benson <gbenson@redhat.com>
5384
5385 * gdb.threads/check-libthread-db.exp: New file.
5386 * gdb.threads/check-libthread-db.c: Likewise.
5387
5388 2018-06-05 Tom Tromey <tom@tromey.com>
5389
5390 * gdb.base/default.exp: Update expected "show version" output.
5391
5392 2018-06-05 Tom Tromey <tom@tromey.com>
5393
5394 PR cli/12326:
5395 * gdb.cp/static-print-quit.exp: Update.
5396 * lib/gdb.exp (pagination_prompt): Update.
5397 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5398 * gdb.python/python.exp: Update.
5399
5400 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5401
5402 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5403
5404 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5405
5406 * gdb.ada/bp_fun_addr: New testcase.
5407
5408 2018-06-01 Tom Tromey <tom@tromey.com>
5409
5410 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5411 results.
5412 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5413 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5414 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5415 * gdb.base/maint.exp (maint_pass_if): Update.
5416
5417 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5418
5419 * gdb.base/endian.exp: New test.
5420 * gdb.base/endian.c: New test source.
5421
5422 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5423
5424 PR gdb/23203
5425 * gdb.base/bt-selected-frame.c: New file.
5426 * gdb.base/bt-selected-frame.exp: New file.
5427 * lib/gdb.exp (get_current_frame_number): New function.
5428
5429 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5430 Pedro Alves <palves@redhat.com>
5431
5432 * gdb.threads/tls-core.c: Include <stdlib.h>
5433 (thread_proc): Call `abort'.
5434 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5435 (tls_core_test): New procedure, bits factored out from ...
5436 (top level): ... here. Test both native cores and gcore cores.
5437
5438 2018-05-23 Tom Tromey <tom@tromey.com>
5439
5440 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5441
5442 2018-05-23 Tom Tromey <tom@tromey.com>
5443
5444 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5445 symfile_complaints.
5446 (test_short_complaints): Likewise.
5447 (test_empty_complaints): Likewise.
5448 (test_initial_complaints): Update.
5449
5450 2018-05-23 Tom Tromey <tom@tromey.com>
5451
5452 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5453
5454 2018-05-23 Tom Tromey <tom@tromey.com>
5455
5456 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5457 (test_short_complaints): Update.
5458
5459 2018-05-22 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.base/remote.exp: Only gdb_start after compiling the
5462 testcase. Issue "disconnect" before testing "set remote" command
5463 defaults. Issue clean_restart before running to main.
5464
5465 2018-05-22 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.base/remote.exp: Adjust expected output of "show remote
5468 memory-write-packet-size". Add tests for "set remote
5469 memory-write-packet-size 0" and "set remote
5470 memory-write-packet-size fixed/limit".
5471
5472 2018-05-22 Pedro Alves <palves@redhat.com>
5473
5474 PR gdb/22973
5475 * gdb.base/utf8-identifiers.c: New file.
5476 * gdb.base/utf8-identifiers.exp: New file.
5477
5478 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5479
5480 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5481
5482 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5483
5484 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5485
5486 2018-05-18 Tom Tromey <tom@tromey.com>
5487
5488 * gdb.base/ptype-offsets.exp: Update.
5489
5490 2018-05-17 Keith Seitz <keiths@redhat.com>
5491
5492 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5493 in expected breakpoint stop locations.
5494 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5495 move to proper scope to test variable values.
5496 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5497 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5498 New functions.
5499 (main): Call not_inline_func3.
5500 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5501 inline_func1, inline_func2, and inline_func3. Test that when each
5502 breakpoint is hit, GDB properly reports both the stop location
5503 and the backtrace. Repeat tests for temporary breakpoints.
5504
5505 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5506
5507 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5508 rather then trying to access it in determining whether the PID
5509 of `gdbserver' could have been retrieved.
5510
5511 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5512
5513 * gdb.arch/amd64-init-x87-values.S: New file.
5514 * gdb.arch/amd64-init-x87-values.exp: New file.
5515
5516 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5517
5518 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5519
5520 2018-05-04 Tom Tromey <tom@tromey.com>
5521
5522 PR python/22730:
5523 * gdb.python/python.exp: Test multi-line execute.
5524
5525 2018-05-04 Tom Tromey <tom@tromey.com>
5526
5527 PR python/22731:
5528 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5529
5530 2018-05-04 Tom Tromey <tom@tromey.com>
5531
5532 PR gdb/11750:
5533 * gdb.base/define.exp: Test defining a user command inside a user
5534 command.
5535 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5536
5537 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5538 Pedro Alves <palves@redhat.com>
5539
5540 PR breakpoints/19806 and support for PR external/20207.
5541 * gdb.base/watchpoint-unaligned.c: New file.
5542 * gdb.base/watchpoint-unaligned.exp: New file.
5543
5544 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5545
5546 * gdb.base/maint.exp: Make test names unique, use
5547 test_prefix_command_help to test 'help maint info', and remove
5548 repeated test of 'help maint'.
5549
5550 2018-05-04 Tom Tromey <tom@tromey.com>
5551
5552 PR gdb/22619:
5553 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5554 behavior.
5555
5556 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5557
5558 * gdb.base/maint.exp: Process output from 'maint print registers'
5559 line at a time.
5560
5561 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5562
5563 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5564 timeout.
5565
5566 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5567
5568 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5569 filter pattern.
5570
5571 2018-05-02 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5574 to_log_command renames.
5575 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5576
5577 2018-05-02 Tom Tromey <tom@tromey.com>
5578
5579 * gdb.python/py-parameter.exp: Set test message.
5580
5581 2018-05-02 Tom Tromey <tom@tromey.com>
5582
5583 PR python/20084:
5584 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5585 PARAM_ZUINTEGER_UNLIMITED tests.
5586
5587 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5588
5589 PR rust/23124
5590 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5591 when casting.
5592
5593 2018-04-30 Tom Tromey <tom@tromey.com>
5594
5595 * gdb.python/py-type.exp: Check align attribute.
5596 * gdb.python/py-type.c: New "aligncheck" global.
5597
5598 2018-04-30 Tom Tromey <tom@tromey.com>
5599
5600 PR exp/17095:
5601 * gdb.dwarf2/dw2-align.exp: New file.
5602 * gdb.cp/align.exp: New file.
5603 * gdb.base/align.exp: New file.
5604 * lib/gdb.exp (gdb_int128_helper): New proc.
5605 (has_int128_c, has_int128_cxx): New caching procs.
5606
5607 2018-04-27 Tom Tromey <tom@tromey.com>
5608
5609 PR rust/22545:
5610 * gdb.rust/simple.exp: Add inclusive range tests.
5611
5612 2018-04-26 Pedro Alves <palves@redhat.com>
5613
5614 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5615 ifunc breakpoint locations correctly of ifunc breakpoints set
5616 while the program resolves the ifunc.
5617
5618 2018-04-26 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/gnu-ifunc-final.c: New file.
5621 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5622 * gdb.base/gnu-ifunc.exp (executable): Delete.
5623 (staticexecutable): Adjust.
5624 (lib_opts, exec_opts): Delete.
5625 (make_binsuffix, build, set-break): New procedures.
5626 (misc_tests): New, with tests factored out from the top level.
5627 (top level): Test different combinations of ifunc resolver name,
5628 resolver with and with debug info, and ifunc target with and
5629 without debug info. Wrap static tests with with_target_prefix.
5630
5631 2018-04-26 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5634 return type" warnings.
5635
5636 2018-04-25 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5639 killed".
5640 * gdb.base/kill-after-signal.exp: Likewise.
5641 * gdb.threads/kill.exp: Likewise.
5642
5643 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5644 Sergio Durigan Junior <sergiodj@redhat.com>
5645 Pedro Alves <palves@redhat.com>
5646
5647 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5648 regexps to expect for '[Inferior ... detached]' as well.
5649 * gdb.base/attach.exp: Likewise.
5650 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5651 "gdb_continue_to_end".
5652 (test_catch_syscall_with_wrong_args): Likewise.
5653 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5654 ']'. Don't set 'verbose' on.
5655 * gdb.base/foll-vfork.exp: Likewise.
5656 * gdb.base/fork-print-inferior-events.c: New file.
5657 * gdb.base/fork-print-inferior-events.exp: New file.
5658 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5659 '[Inferior ... has been killed]' message.
5660 * gdb.base/kill-after-signal.exp: Likewise.
5661 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5662 detach message.
5663 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5664 message.
5665 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5666 regexps to expect for '[Inferior ... detached]' as well.
5667 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5668
5669 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5670
5671 PR gdb/23104
5672 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5673
5674 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5675
5676 PR gdb/23095
5677 * gdb.base/break-probes.exp: Pass shlib_load to
5678 prepare_for_testing. Set normal_bp to r_debug_state if target is
5679 bsd.
5680
5681 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5682
5683 * gdb.threads/multiple-successive-infcall.c: New test.
5684 * gdb.threads/multiple-successive-infcall.exp: New file.
5685
5686 2018-04-17 Tom Tromey <tom@tromey.com>
5687
5688 * gdb.rust/simple.rs (Union): New type.
5689 (main): New local "u".
5690 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5691
5692 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5693
5694 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5695 number information in output of "whereis" command.
5696 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5697
5698 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5699
5700 * gdb.ada/info_types.exp: Adjust expected output to the line
5701 numbers now printed by "info var/func/type".
5702 * gdb.base/completion.exp: Likewise.
5703 * gdb.base/included.exp: Likewise.
5704 * gdb.cp/cp-relocate.exp: Likewise.
5705 * gdb.cp/cplusfuncs.exp: Likewise.
5706 * gdb.cp/namespace.exp: Likewise.
5707 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5708
5709 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5710
5711 * gdb.btrace/cpu.exp: New.
5712
5713 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5714
5715 * gdb.base/step-indirect-call-thunk.exp: New.
5716 * gdb.base/step-indirect-call-thunk.c: New.
5717 * gdb.reverse/step-indirect-call-thunk.exp: New.
5718 * gdb.reverse/step-indirect-call-thunk.c: New.
5719
5720 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5721
5722 * gdb.base/pie-fork.c: New file.
5723 * gdb.base/pie-fork.exp: New file.
5724
5725 2018-04-11 Tom Tromey <tom@tromey.com>
5726
5727 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5728
5729 2018-04-10 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5732 exits. Instead loop running forever.
5733 (fork_parent): Run forever too.
5734
5735 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5736
5737 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5738 mi_continue_to_line.
5739 * gdb.mi/mi-stack.c (callee4): Add comment.
5740
5741 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5742
5743 * gdb.mi/mi-stack.exp: Fix indentation.
5744
5745 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5746
5747 PR gdb/22979
5748 * gdb.arch/amd64-osabi.exp: New file.
5749
5750 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5751
5752 PR gdb/22980
5753 * gdb.base/osabi.exp: New file.
5754
5755 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5756
5757 * gdb.cp/static-typedef-print.exp: New file.
5758 * gdb.cp/static-typedef-print.cc: New file.
5759
5760 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5761
5762 * gdb.ada/varsize_limit: New testcase.
5763
5764 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5765
5766 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5767
5768 * gdb.ada/notcplusplus: New testcase.
5769
5770 * gdb.base/c-linkage-name.c: New file.
5771 * gdb.base/c-linkage-name.exp: New testcase.
5772
5773 2018-03-26 Tom Tromey <tom@tromey.com>
5774
5775 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5776 * gdb.python/py-framefilter.py (name_error): New global.
5777 (ErrorInName.function): Use name_error.
5778
5779 2018-03-26 Tom Tromey <tom@tromey.com>
5780
5781 PR backtrace/15582:
5782 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5783
5784 2018-03-23 Keith Seitz <keiths@redhat.com>
5785
5786 PR c++/22968
5787 * gdb.cp/subtypes.exp: New file.
5788 * gdb.cp/subtypes.h: New file.
5789 * gdb.cp/subtypes.cc: New file.
5790 * gdb.cp/subtypes-2.cc: New file.
5791
5792 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5793
5794 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5795 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5796 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5797 -nostartfiles when compiling the test. Confirm that all registers
5798 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5799
5800 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5801
5802 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5803 option, syntax was wrong anyway.
5804 * gdb.arch/arm-disp-step.exp: Likewise.
5805 * gdb.arch/sparc64-regs.exp: Likewise.
5806 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5807 option, syntax was wrong anyway, switch to use
5808 prepare_for_testing.
5809 * gdb.arch/i386-disp-step.exp: Likewise.
5810
5811 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5812
5813 * gdb.ada/exec_changed.exp: Replace "target_info exists
5814 use_gdb_stub" by "use_gdb_stub".
5815 * gdb.ada/start.exp: Likewise.
5816 * gdb.base/async-shell.exp: Likewise.
5817 * gdb.base/attach-pie-misread.exp: Likewise.
5818 * gdb.base/attach-wait-input.exp: Likewise.
5819 * gdb.base/break-entry.exp: Likewise.
5820 * gdb.base/break-interp.exp: Likewise.
5821 * gdb.base/dprintf-detach.exp: Likewise.
5822 * gdb.base/nostdlib.exp: Likewise.
5823 * gdb.base/solib-nodir.exp: Likewise.
5824 * gdb.base/statistics.exp: Likewise.
5825 * gdb.base/testenv.exp: Likewise.
5826 * gdb.mi/mi-exec-run.exp: Likewise.
5827 * gdb.mi/mi-start.exp: Likewise.
5828 * gdb.multi/dummy-frame-restore.exp: Likewise.
5829 * gdb.multi/multi-arch-exec.exp: Likewise.
5830 * gdb.multi/multi-arch.exp: Likewise.
5831 * gdb.multi/tids.exp: Likewise.
5832 * gdb.multi/watchpoint-multi.exp: Likewise.
5833 * gdb.python/py-events.exp: Likewise.
5834 * gdb.threads/attach-into-signal.exp: Likewise.
5835 * gdb.threads/attach-stopped.exp: Likewise.
5836 * gdb.threads/threadapply.exp: Likewise.
5837 * lib/selftest-support.exp: Likewise.
5838
5839 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5840
5841 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5842
5843 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5844
5845 * gdb.perf/template-breakpoints.cc: New file.
5846 * gdb.perf/template-breakpoints.exp: New file.
5847 * gdb.perf/template-breakpoints.py: New file.
5848
5849 2018-03-19 Tom Tromey <tom@tromey.com>
5850
5851 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5852 y0.
5853 * gdb.rust/simple.exp: Test bare identifier form of struct
5854 initializer.
5855
5856 2018-03-19 Tom Tromey <tom@tromey.com>
5857
5858 * gdb.gdb/observer.exp: Remove.
5859
5860 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5861
5862 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5863 "qualified" option when setting breakpoints.
5864 * gdb.trace/backtrace.exp: Likewise.
5865 * gdb.trace/circ.exp: Likewise.
5866 * gdb.trace/collection.exp: Likewise.
5867 * gdb.trace/disconnected-tracing.exp: Likewise.
5868 * gdb.trace/ftrace-lock.exp: Likewise.
5869 * gdb.trace/ftrace.exp: Likewise.
5870 * gdb.trace/infotrace.exp: Likewise.
5871 * gdb.trace/packetlen.exp: Likewise.
5872 * gdb.trace/passc-dyn.exp: Likewise.
5873 * gdb.trace/qtro.exp: Likewise.
5874 * gdb.trace/read-memory.exp: Likewise.
5875 * gdb.trace/report.exp: Likewise.
5876 * gdb.trace/signal.exp: Likewise.
5877 * gdb.trace/status-stop.exp: Likewise.
5878 * gdb.trace/strace.exp: Likewise.
5879 * gdb.trace/tfind.exp: Likewise.
5880 * gdb.trace/trace-break.exp: Likewise.
5881 * gdb.trace/trace-condition.exp: Likewise.
5882 * gdb.trace/trace-mt.exp: Likewise.
5883 * gdb.trace/tstatus.exp: Likewise.
5884 * gdb.trace/tsv.exp: Likewise.
5885 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5886 * gdb.trace/unavailable.exp: Likewise.
5887 * gdb.trace/while-dyn.exp: Likewise.
5888
5889 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5890
5891 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5892 that libinproctrace is copied to the target.
5893
5894 2018-03-14 Tom Tromey <tom@tromey.com>
5895
5896 PR cli/14977:
5897 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5898 a null pointer.
5899 * gdb.base/wchar.exp: Likewise.
5900
5901 2018-03-14 Tom Tromey <tom@tromey.com>
5902
5903 PR cli/19918:
5904 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5905 flag.
5906
5907 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5908
5909 PR gdb/22841
5910 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5911 "target" to remote_exec.
5912
5913 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5914
5915 PR gdb/22841
5916 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5917 ${board}_upload): Remove.
5918
5919 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5920
5921 * gdb.cp/watch-cp.cc: New test.
5922 * gdb.cp/watch-cp.exp: New file.
5923
5924 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5925
5926 * gdb.base/infcall-nested-structs.exp: New file.
5927 * gdb.base/infcall-nested-structs.c: New file.
5928 * gdb.base/float.exp: Add riscv support.
5929
5930 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5931
5932 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5933 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5934
5935 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5936
5937 * gdb.server/abspath.exp: New file.
5938 * lib/gdb.exp (with_cwd): New procedure.
5939
5940 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5941
5942 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5943 use it.
5944 (gdb_is_target_remote_prompt): New proc.
5945 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5946 (gdb_is_target_native): Pass prompt parameter to
5947 gdb_is_target_1.
5948
5949 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5950
5951 * gdb.base/load-command.c: New file.
5952 * gdb.base/load-command.exp: New file.
5953 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5954 (gdb_is_target_1): ...this, and generalize for other targets
5955 than just remote.
5956 (gdb_is_target_remote): Use gdb_is_target_1.
5957 (gdb_is_target_native): use gdb_is_target_1.
5958
5959 2018-02-26 Tom Tromey <tom@tromey.com>
5960
5961 PR python/16497:
5962 * gdb.python/py-framefilter.exp: Update test.
5963
5964 2018-02-26 Tom Tromey <tom@tromey.com>
5965
5966 * gdb.dwarf2/variant.c: New file.
5967 * gdb.dwarf2/variant.exp: New file.
5968
5969 2018-02-26 Tom Tromey <tom@tromey.com>
5970
5971 * gdb.rust/simple.exp: Accept more possible results in enum test.
5972
5973 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5974
5975 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5976 parentheses.
5977
5978 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5979
5980 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5981 name of a variable: $actual_linejj -> $actual_line.
5982
5983 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5984
5985 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5986
5987 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5988
5989 * gdb.btrace/buffer-size.exp: Do not force BTS.
5990
5991 2018-02-14 Pedro Alves <palves@redhat.com>
5992
5993 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5994 getting a "Quit".
5995
5996 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5997
5998 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5999 Fix test name.
6000
6001 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6002
6003 * gdb.cp/m-static.exp: Check type of optimized out static
6004 member.
6005
6006 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6007
6008 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6009 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6010
6011 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6012 Leszek Swirski <leszeks@google.com>
6013
6014 * gdb.python/py-prettyprint.c
6015 (struct to_string_returns_value_inner,
6016 struct to_string_returns_value_wrapper): New.
6017 (main): Add tsrvw variable.
6018 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6019 ToStringReturnsValueWrapper): New classes.
6020 (register_pretty_printers): Register new pretty-printers.
6021 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6022 recursive pretty printer.
6023 * gdb.python/py-mi.exp: Likewise.
6024
6025 2018-02-01 Leszek Swirski <leszeks@google.com>
6026
6027 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6028 functions with the same name as an include file are parsed
6029 correctly.
6030
6031 2018-02-01 Yao Qi <yao.qi@linaro.org>
6032
6033 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6034 "\[^\r\n\]*".
6035
6036 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6037
6038 * gdb.arch/powerpc-prologue-frame.s: New file.
6039 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6040 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6041
6042 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6043
6044 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6045
6046 2018-01-30 Pedro Alves <palves@redhat.com>
6047
6048 PR gdb/13211
6049 * gdb.base/interrupt-daemon.c: New.
6050 * gdb.base/interrupt-daemon.exp: New.
6051 * gdb.multi/multi-term-settings.c: New.
6052 * gdb.multi/multi-term-settings.exp: New.
6053
6054 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6055
6056 * gdb.base/break.exp: Save the location where the breakpoint
6057 on break.c:47 was actually inserted when debugging the version
6058 compiled at -O2 and use it in the expected output of the "info
6059 break" test performed soon after.
6060
6061 2018-01-22 Pedro Alves <palves@redhat.com>
6062 Sergio Durigan Junior <sergiodj@redhat.com>
6063
6064 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6065 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6066
6067 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6068
6069 * gdb.base/break-include.c, gdb.base/break-include.inc,
6070 gdb.base/break-include.exp: New files.
6071 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6072 line number now being the actual line number where the breakpoint
6073 was inserted.
6074 * gdb.mi/mi-break.exp: Likewise.
6075 * gdb.mi/mi-reverse.exp: Likewise.
6076 * gdb.mi/mi-simplerun.exp: Ditto.
6077
6078 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6079
6080 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6081 varobj.
6082 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6083
6084 2018-01-21 Don Breazeal <donb@codesourcery.com>
6085 Andrew Burgess <andrew.burgess@embecosm.com>
6086
6087 * gdb.mi/basics.c: Add new global.
6088 * gdb.mi/mi-frame-regs.exp: New file.
6089 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6090 case.
6091
6092 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6093
6094 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6095 non-parameter, and on an unknown symbol.
6096
6097 2018-01-19 Tom Tromey <tom@tromey.com>
6098
6099 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6100 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6101
6102 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6103
6104 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6105 setrlimit and chdir to int.
6106
6107 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6108
6109 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6110 function.
6111 (my_tend): Likewise.
6112 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6113 rationale of avoiding FP- and vector instructions.
6114
6115 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6116
6117 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6118 "info reg" with "\[ \t\]*".
6119 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6120 "\[ \t\]+".
6121 * gdb.arch/s390-multiarch.exp: Ditto.
6122 * gdb.base/pc-fp.exp: Ditto.
6123 * gdb.reverse/i386-precsave.exp: Ditto.
6124 * gdb.reverse/i386-reverse.exp: Ditto.
6125 * gdb.reverse/i387-env-reverse.exp: Ditto.
6126 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6127
6128 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6129
6130 * lib/gdb.exp (gdb_compile): Re-enable use of
6131 universal_compile_options for languages other than Rust.
6132
6133 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6134
6135 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6136
6137 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6138
6139 PR gdb/16577
6140 * gdb.base/solib-vanish.exp: New.
6141 * gdb.base/solib-vanish-main.c: New.
6142 * gdb.base/solib-vanish-lib1.c: New.
6143 * gdb.base/solib-vanish-lib2.c: New.
6144
6145 2018-01-17 Yao Qi <yao.qi@linaro.org>
6146
6147 * gdb.compile/compile.exp: Match the address printed for
6148 frame in the output of command "bt".
6149
6150 2018-01-15 Tom Tromey <tom@tromey.com>
6151
6152 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6153 compute sp_reg.
6154
6155 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6156
6157 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6158 to prepare.
6159 (prepare): Return 0 on error, 1 on success.
6160
6161 2018-01-12 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.base/continue-after-aborted-step-over.c: New.
6164 * gdb.base/continue-after-aborted-step-over.exp: New.
6165
6166 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6167
6168 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6169 options when not creating an executable.
6170
6171 2018-01-11 Pedro Alves <palves@redhat.com>
6172
6173 PR remote/22597
6174 * gdb.server/stop-reply-no-thread.c: New file.
6175 * gdb.server/stop-reply-no-thread.exp: New file.
6176
6177 2018-01-10 Pedro Alves <palves@redhat.com>
6178
6179 PR gdb/22670
6180 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6181 functions too. Test setting breakpoints and printing C functions
6182 with no debug info too.
6183 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6184
6185 2018-01-10 Pedro Alves <palves@redhat.com>
6186
6187 PR gdb/22670
6188 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6189 a fail.
6190
6191 2018-01-10 Pedro Alves <palves@redhat.com>
6192
6193 PR gdb/22670
6194 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6195
6196 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6197
6198 * gdb.server/unittest.exp: Match the output in non-development
6199 mode.
6200
6201 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6202
6203 * gdb.gdb/unittest.exp: Match output in non-development mode.
6204
6205 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6206
6207 * gdb.ada/access_tagged_param.exp: Relax expected output
6208 for value of "ObjL" in "continue" to pck.inspect breakpoint
6209 test.
6210
6211 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6212
6213 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6214 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6215
6216 2018-01-05 Pedro Alves <palves@redhat.com>
6217
6218 PR gdb/18653
6219 * gdb.base/libsegfault.exp: New.
6220
6221 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6222
6223 PR gdb/22670
6224 * gdb.ada/access_tagged_param.exp: New file.
6225 * gdb.ada/access_tagged_param/foo.adb: New file.
6226
6227 2018-01-05 Pedro Alves <palves@redhat.com>
6228
6229 PR gdb/22670
6230 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6231 exercise lower case too, and to exercise both full matching and
6232 wild matching.
6233
6234 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6235
6236 * gdb.ada/rename_subscript_param: New testcase.
6237
6238 2018-01-05 Jerome Guitton <guitton@adacore.com>
6239
6240 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6241
6242 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6243
6244 * gdb.ada/convvar_comp: New testcase.
6245
6246 2018-01-05 Xavier Roirand <roirand@adacore.com>
6247
6248 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6249 (My_Table): New global variable.
6250 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6251
6252 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6253
6254 PR gdb/22670
6255 * gdb.ada/maint_with_ada: New testcase.
6256
6257 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6258
6259 PR gdb/22670
6260 * gdb.ada/bp_c_mixed_case: New testcase.
6261
6262 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6263
6264 PR gdb/22670
6265 * gdb.ada/complete.exp: Add "complete break ada" test.
6266
6267 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6268
6269 PR gdb/22670
6270 * gdb.ada/info_addr_mixed_case: New testcase.
6271
6272 2018-01-03 Xavier Roirand <roirand@adacore.com>
6273
6274 * gdb.ada/excep_handle.exp: New testcase.
6275 * gdb.ada/excep_handle/foo.adb: New file.
6276 * gdb.ada/excep_handle/pck.ads: New file.
6277
6278 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6279
6280 * gdb.base/step-line.c: Add extra empty line in copyright header.
6281 * gdb.base/step-line.inp: Likewise.
6282
6283 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6284
6285 * gdb.ada/dyn_stride.exp: Add slice test.
6286
6287 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6288
6289 * gdb.ada/dyn_stride: New testcase.
6290
6291 2017-12-27 Stafford Horne <shorne@gmail.com>
6292
6293 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6294 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6295
6296 2017-12-27 Stafford Horne <shorne@gmail.com>
6297
6298 * gdb.base/reggroups.c: New file.
6299 * gdb.base/reggroups.exp: New file.
6300
6301 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6302
6303 * gdb.dwarf2/ada-valprint-error.c: New file.
6304 * gdb.dwarf2/ada-valprint-error.exp: New file.
6305
6306 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6307
6308 * gdb.ada/assign_arr: New testcase.
6309
6310 2017-12-18 Xavier Roirand <roirand@adacore.com>
6311
6312 * gdb.ada/funcall_ptr: New testcase.
6313
6314 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6315
6316 PR cli/16224
6317 * gdb.base/ptype-offsets.cc: New file.
6318 * gdb.base/ptype-offsets.exp: New file.
6319
6320 2017-12-15 Yao Qi <yao.qi@linaro.org>
6321
6322 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6323 if XML is disabled.
6324
6325 2017-12-15 Xavier Roirand <roirand@adacore.com>
6326
6327 * gdb.ada/same_component_name: New testcase.
6328
6329 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6330
6331 * gdb.ada/str_binop_equal: New testcase.
6332
6333 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6334
6335 * gdb.ada/task_switch_in_core: New testcase.
6336
6337 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6338
6339 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6340 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6341 call test_bkpt_qualified.
6342 (test_bkpt_qualified): New proc.
6343
6344 2017-12-13 Pedro Alves <palves@redhat.com>
6345
6346 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6347 Tighten regexp by matching with an anchor.
6348
6349 2017-12-13 Pedro Alves <palves@redhat.com>
6350
6351 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6352 ("expression with namespace"): New set of tests.
6353 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6354 (Nested::Test_NS::qux): New.
6355 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6356 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6357
6358 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6359
6360 * gdb.base/server-del-break.c: New file.
6361 * gdb.base/server-del-break.exp: New file.
6362
6363 2017-12-12 Stafford Horne <shorne@gmail.com>
6364
6365 * gdb.xml/tdesc-regs.exp: Add or1k support.
6366
6367 2017-12-12 Stafford Horne <shorne@gmail.com>
6368
6369 * gdb.base/bp-permanent.c: Define nop of or1k.
6370
6371 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6372
6373 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6374 output with components being reordered.
6375
6376 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6377
6378 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6379 output with components being reordered.
6380
6381 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6382 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.base/maint.exp (check for .gdb_index): Check also for
6385 .debug_names.
6386 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6387 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6388 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6389 (.gdb_index used after symbol reloading): Support also .debug_names.
6390 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6391
6392 2017-12-08 Yao Qi <yao.qi@linaro.org>
6393
6394 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6395 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6396
6397 2017-12-08 Yao Qi <yao.qi@linaro.org>
6398
6399 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6400 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6401
6402 2017-12-08 Yao Qi <yao.qi@linaro.org>
6403
6404 * gdb.arch/aarch64-tagged-pointer.c: New file.
6405 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6406
6407 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6408
6409 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6410 "int".
6411
6412 2017-12-07 Keith Seitz <keiths@redhat.com>
6413
6414 PR breakpoints/22569
6415 * gdb.linespec/ls-errs.exp: Change expected result of "break
6416 -source this file has spaces.c -line 3".
6417 Check that an explicit source file followed by whitespace is
6418 identified as an invalid explicit location.
6419
6420 2017-12-07 Keith Seitz <keiths@redhat.com>
6421
6422 * gdb.cp/nested-types.cc: New file.
6423 * gdb.cp/nested-types.exp: New file.
6424 * lib/cp-support.exp: Load data-structures.exp library.
6425 (debug_cp_test_ptype_class): New global.
6426 (cp_ptype_class_verbose, next_line): New procedures.
6427 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6428 Add and document new return value.
6429 Switch the list of lines to a queue.
6430 Add support for new `type' key for nested type definitions.
6431 Add debugging/troubleshooting messages.
6432 * lib/data-structures.exp: New file.
6433
6434 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6435
6436 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6437 with proc_with_prefix, don't use with_test_prefix.
6438
6439 2017-12-07 Tom Tromey <tom@tromey.com>
6440
6441 * gdb.base/break.exp: Add test for empty "commands".
6442
6443 2017-12-07 Yao Qi <yao.qi@linaro.org>
6444
6445 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6446 malloc and catch syscall.
6447
6448 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6449
6450 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6451 tests for explicit locations.
6452
6453 2017-12-06 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6456 force-disabling XML descriptions.
6457
6458 2017-12-04 Pedro Alves <palves@redhat.com>
6459
6460 PR gdb/22499
6461 * gdb.arch/amd64-disp-step-avx.S: New file.
6462 * gdb.arch/amd64-disp-step-avx.exp: New file.
6463
6464 2017-12-03 Pedro Alves <palves@redhat.com>
6465
6466 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6467 and <string.h>.
6468 (parent_function): Print distinct messages when waitpid fails, or
6469 the child exits with a signal, or the child exits for an unhandled
6470 reason.
6471 * gdb.threads/process-dies-while-detaching.exp
6472 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6473 it. Wait for both inferior output and GDB's prompt. Use an
6474 indirect spawn id list.
6475 (do_detach): New parameter 'child_exit'. Use it to compute
6476 expected inferior output.
6477 (test_detach, test_detach_watch, test_detach_killed_outside):
6478 Adjust to pass down the expected child exit kind.
6479
6480 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6481 Sergio Durigan Junior <sergiodj@redhat.com>
6482 Pedro Alves <palves@redhat.com>
6483
6484 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6485
6486 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6487
6488 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6489 to 'symbol-file' and 'add-symbol-file' can be
6490 position-independent.
6491
6492 2017-12-01 Yao Qi <yao.qi@linaro.org>
6493
6494 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6495 the URL in copyright header.
6496 * gdb.arch/aarch64-fp.exp: Likewise.
6497 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6498 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6499 * gdb.base/expand-psymtabs.exp: Likewise.
6500 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6501 * gdb.fortran/common-block.exp: Likewise.
6502 * gdb.fortran/common-block.f90: Likewise.
6503 * gdb.fortran/logical.exp: Likewise.
6504 * gdb.fortran/vla-datatypes.f90: Likewise.
6505 * gdb.fortran/vla-sub.f90: Likewise.
6506
6507 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6508
6509 * gdb.ada/repeat_dyn: New testcase.
6510
6511 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6512
6513 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6514 Update for changed thread numbering.
6515 * gdb.cell/bt.exp: Update for changed GDB output.
6516
6517 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6518
6519 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6520 setting isremote by hand.
6521 * boards/dwarf4-gdb-index.exp: Likewise.
6522 * boards/fission.exp: Likewise.
6523 * boards/stabs.exp: Likewise.
6524
6525 2017-11-30 Pedro Alves <palves@redhat.com>
6526
6527 * gdb.linespec/cpls-ops.exp
6528 (check_explicit_skips_function_argument): Extract the underlying
6529 type of size_t instead of hardcoding it.
6530
6531 2017-11-29 Pedro Alves <palves@redhat.com>
6532
6533 PR c++/19436
6534 * gdb.linespec/cpls-abi-tag.cc: New file.
6535 * gdb.linespec/cpls-abi-tag.exp: New file.
6536
6537 2017-11-29 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.base/langs.exp: Use -qualified.
6540 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6541 it.
6542 * gdb.cp/namespace.exp: Use -qualified.
6543 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6544 (overload-3, template-overload, template-ret-type, const-overload)
6545 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6546 procedures.
6547 (test_driver): Call them.
6548 * gdb.cp/save-bp-qualified.cc: New.
6549 * gdb.cp/save-bp-qualified.exp: New.
6550 * gdb.linespec/explicit.exp: Test -qualified.
6551 * lib/completion-support.exp (completion::explicit_opts_list): Add
6552 "-qualified".
6553 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6554
6555 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6556
6557 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6558
6559 2017-11-29 Tom Tromey <tom@tromey.com>
6560
6561 * gdb.base/relocate.exp: Update invalid argument test.
6562 Add new tests for invalid arguments.
6563
6564 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6565
6566 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6567 Return 0 as a long.
6568 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6569
6570 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6571
6572 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6573 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6574 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6575 func ().
6576 * gdb.cp/shadow.cc (B.func): Return 0.
6577
6578 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6579
6580 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6581 expected output in gdb_expect call to allow the exception
6582 message to be present as well. Fix syntax confusion to avoid
6583 TCL thinking that exception_name is an array.
6584
6585 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6586
6587 * gdb.arch/spu-info.c: Include <unistd.h>.
6588 (do_signal_test): Fix broken calls to write.
6589 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6590 Fix checks for empty mailboxes. Update signal tests for corrected
6591 do_signal_test routine. Allow nonzero event status.
6592 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6593 * gdb.cell/arch.exp: Use standard_output_file.
6594 * gdb.cell/break.exp: Likewise.
6595 * gdb.cell/bt.exp: Likewise.
6596 * gdb.cell/core.exp: Likewise.
6597 * gdb.cell/dwarfaddr.exp: Likewise.
6598 * gdb.cell/ea-cache.exp: Likewise.
6599 * gdb.cell/ea-standalone.exp: Likewise.
6600 * gdb.cell/f-regs.exp: Likewise.
6601 * gdb.cell/fork.exp: Likewise.
6602 * gdb.cell/gcore.exp: Likewise.
6603 * gdb.cell/mem-access.exp: Likewise.
6604 * gdb.cell/ptype.exp: Likewise.
6605 * gdb.cell/registers.exp: Likewise.
6606 * gdb.cell/sizeof.exp: Likewise.
6607 * gdb.cell/solib-symbol.exp: Likewise.
6608 * gdb.cell/solib.exp: Likewise.
6609
6610 2017-11-25 Pedro Alves <palves@redhat.com>
6611
6612 * gdb.base/complete-empty.exp: New file.
6613 * gdb.base/completion.exp: Adjust.
6614
6615 2017-11-25 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.linespec/cpls-ops.cc: New file.
6618 * gdb.linespec/cpls-ops.exp: New file.
6619 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6620 factored out from ...
6621 (test_complete_prefix_range): ... this.
6622
6623 2017-11-24 Pedro Alves <palves@redhat.com>
6624
6625 * gdb.linespec/cpcompletion.exp: New file.
6626 * gdb.linespec/cpls-hyphen.cc: New file.
6627 * gdb.linespec/cpls.cc: New file.
6628 * gdb.linespec/cpls2.cc: New file.
6629 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6630 test to use test_gdb_complete_unique. Add label completion,
6631 keyword completion and explicit location completion tests.
6632 * lib/completion-support.exp: New file.
6633
6634 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6635
6636 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6637 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6638 when hitting an exception catchpoint.
6639
6640 2017-11-22 Yao Qi <yao.qi@linaro.org>
6641
6642 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6643
6644 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6645
6646 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6647 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6648 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6649
6650 2017-11-22 Yao Qi <yao.qi@linaro.org>
6651
6652 * gdb.base/info-os.exp: Pass pthreads.
6653 * gdb.multi/multi-attach.exp: Likewise.
6654
6655 2017-11-22 Yao Qi <yao.qi@linaro.org>
6656
6657 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6658 compiler.
6659
6660 2017-11-22 Yao Qi <yao.qi@linaro.org>
6661
6662 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6663 * gdb.base/break-interp.exp: Likewise.
6664 * gdb.base/jit-attach-pie.exp: Likewise.
6665
6666 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6667
6668 * gdb.base/float128.c (large128): New variable.
6669 * gdb.base/float128.exp: Add test to print largest __float128 value.
6670
6671 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6672
6673 * gdb.arch/vsx-regs.exp: Update register content checks.
6674
6675 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6676
6677 * gdb.arch/ppc-longdouble.exp: New file.
6678 * gdb.arch/ppc-longdouble.c: Likewise.
6679
6680 2017-11-21 Pedro Alves <palves@redhat.com>
6681
6682 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6683
6684 2017-11-20 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6687 (long_double_typedef): New typedefs.
6688 Use DEF on double and long double.
6689 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6690 cases.
6691 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6692 and 'long_double_ptr_same_size' locals. Use them to decide
6693 whether cast from array/function to float is valid/invalid.
6694
6695 2017-11-17 Tom Tromey <tom@tromey.com>
6696
6697 * gdb.rust/traits.rs: New file.
6698 * gdb.rust/traits.exp: New file.
6699
6700 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6701
6702 * gdb.ada/minsyms: New testcase.
6703
6704 2017-11-16 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6707 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6708
6709 2017-11-16 Pedro Alves <palves@redhat.com>
6710
6711 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6712 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6713
6714 2017-11-16 Pedro Alves <palves@redhat.com>
6715
6716 * gdb.server/reconnect-ctrl-c.c: New file.
6717 * gdb.server/reconnect-ctrl-c.exp: New file.
6718
6719 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6720
6721 * gdb.python/py-rbreak.exp: New file.
6722 * gdb.python/py-rbreak.c: New file.
6723 * gdb.python/py-rbreak-func2.c: New file.
6724
6725 2017-11-16 Pedro Alves <palves@redhat.com>
6726
6727 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6728 pattern.
6729 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6730 GDB.
6731
6732 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6733
6734 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6735 regex.
6736
6737 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6738
6739 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6740 test names.
6741
6742 2017-11-09 Pedro Alves <palves@redhat.com>
6743
6744 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6745 factored out from ...
6746 (top level): ... here, and adjusted to avoid expecting beyond the
6747 prompt in a single gdb_test_multiple.
6748
6749 2017-11-09 Pedro Alves <palves@redhat.com>
6750
6751 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6752 output.
6753 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6754 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6755 * gdb.server/ext-run.exp ("kill" test): Likewise.
6756 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6757
6758 2017-11-09 Pedro Alves <palves@redhat.com>
6759
6760 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6761 match till end of line.
6762
6763 2017-11-09 Pedro Alves <palves@redhat.com>
6764
6765 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6766
6767 2017-11-09 Pedro Alves <palves@redhat.com>
6768
6769 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6770 New procedures, factored out from ...
6771 (top level): ... here, and adjusted to avoid expecting beyond the
6772 prompt in one go.
6773
6774 2017-11-09 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6777 output. Fix '?' match.
6778
6779 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6780
6781 * gdb.ada/scoped_watch: New testcase.
6782 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6783 which is actually correct.
6784 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6785 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6786
6787 2017-11-08 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.gdb/complaints.exp (test_initial_complaints)
6790 (test_serial_complaints, test_short_complaints): Call
6791 complaint_internal instead of complaint.
6792
6793 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6794
6795 * gdb.threads/tls-core.c: New file.
6796 * gdb.threads/tls-core.exp: Likewise.
6797
6798 2017-11-08 Pedro Alves <palves@redhat.com>
6799
6800 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6801 (p Exported_Capitalized): New test.
6802 (p exported_capitalized): New test.
6803
6804 2017-11-07 Pedro Alves <palves@redhat.com>
6805
6806 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6807
6808 2017-11-07 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6811 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6812 (disable_invalid, disable_inverted, disable_negative): New
6813 procedures.
6814 ("bad numbers"): New set of tests.
6815
6816 2017-11-07 Pedro Alves <palves@redhat.com>
6817
6818 * gdb.cp/ena-dis-br-range.exp: Add tests.
6819
6820 2017-11-07 Pedro Alves <palves@redhat.com>
6821
6822 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6823
6824 2017-11-07 Xavier Roirand <roirand@adacore.com>
6825 Pedro Alves <palves@redhat.com>
6826
6827 * gdb.base/ena-dis-br.exp: Add reference to
6828 gdb.cp/ena-dis-br-range.exp.
6829 * gdb.cp/ena-dis-br-range.exp: New file.
6830 * gdb.cp/ena-dis-br-range.cc: New file.
6831
6832 2017-11-06 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.base/attach-non-pgrp-leader.c: New.
6835 * gdb.base/attach-non-pgrp-leader.exp: New.
6836
6837 2017-11-06 Pedro Alves <palves@redhat.com>
6838
6839 * configure.ac: No longer check for termio.h and sgtty.h.
6840 * configure: Regenerate.
6841 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6842 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6843 Remove termio and sgtty code.
6844
6845 2017-11-03 Yao Qi <yao.qi@linaro.org>
6846
6847 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6848 in GDB is disabled.
6849
6850 2017-11-03 Yao Qi <yao.qi@linaro.org>
6851
6852 * gdb.python/py-thrhandle.exp: Skip it if python is not
6853 enabled.
6854
6855 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6856
6857 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6858 as a breakpoint command.
6859
6860 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6861
6862 PR python/21213
6863 * gdb.python/py-infthread.exp: Test calling
6864 InferiorThread.inferior () multiple times in a row.
6865
6866 2017-10-27 Keith Seitz <keiths@redhat.com>
6867
6868 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6869 Test "info break" for every inlined function breakpoint.
6870
6871 2017-10-27 Yao Qi <yao.qi@linaro.org>
6872
6873 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6874
6875 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6876
6877 * gdb.cp/classes.exp (test_static_members): Test printing
6878 Outer::instance.
6879 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6880 (Inner::instance, Outer::instance): New.
6881
6882 2017-10-24 Pedro Alves <palves@redhat.com>
6883
6884 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6885 extra console" test in two stages.
6886
6887 2017-10-24 Pedro Alves <palves@redhat.com>
6888
6889 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6890
6891 2017-10-24 Pedro Alves <palves@redhat.com>
6892
6893 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6894 loop.
6895
6896 2017-10-24 Pedro Alves <palves@redhat.com>
6897
6898 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6899 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6900
6901 2017-10-24 Pedro Alves <palves@redhat.com>
6902
6903 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6904 parameter and handle it. Don't output read value in test name.
6905
6906 2017-10-24 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6909 custom test name.
6910
6911 2017-10-24 Pedro Alves <palves@redhat.com>
6912
6913 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6914 include the unstable output directory name in the test's name.
6915 (initial_setup_simple) <'set args'>: Use custom test name.
6916
6917 2017-10-24 Pedro Alves <palves@redhat.com>
6918
6919 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6920 with explicit test name.
6921
6922 2017-10-20 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6925 'wait -i'. Use gdb_assert and remote_close.
6926
6927 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6928
6929 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6930 number from variable rather than hard-coded.
6931
6932 2017-10-19 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.base/long-inferior-output.c: New file.
6935 * gdb.base/long-inferior-output.exp: New file.
6936
6937 2017-11-18 Keith Seitz <keiths@redhat.com>
6938
6939 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6940 method.
6941 (main): Call it.
6942 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6943 Add additional user-defined conversion operator tests.
6944
6945 2017-10-17 Pedro Alves <palves@redhat.com>
6946
6947 * boards/native-stdio-gdbserver.exp: Load "local-board".
6948
6949 2017-10-17 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.base/quit-live.c: New file.
6952 * gdb.base/quit-live.exp: New file.
6953
6954 2017-10-16 Keith Seitz <keiths@redhat.com>
6955
6956 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6957 (class_with_protected_typedef, class_with_private_typedef)
6958 (struct_with_public_typedef, struct_with_protected_typedef)
6959 (struct_with_private_typedef): New classes/structs.
6960 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6961 typedefs and access specifiers.
6962
6963 2017-10-16 Pedro Alves <palves@redhat.com>
6964 Simon Marchi <simon.marchi@polymtl.ca>
6965
6966 * README (Local vs Remote vs Native): New section.
6967 * boards/local-board.exp: New file, with bits factored out from
6968 ...
6969 * boards/native-extended-gdbserver.exp: ... here. Load
6970 "local-board".
6971 * boards/native-gdbserver.exp: Load "local-board".
6972 (${board}_spawn, ${board}_exec): Delete.
6973 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6974 ...
6975 * boards/stdio-gdbserver-base.exp: ... this new file.
6976 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6977 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6978 procedure.
6979 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6980 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6981 stdio_gdbserver_command.
6982 (${board}_get_remote_address, ${board}_get_comm_port)
6983 (${board}_download, ${board}_upload): Delete.
6984 (get_target_remote_pipe_cmd): New.
6985
6986 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6987
6988 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6989 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6990 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6991 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6992 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6993 remove with_test_prefix.
6994
6995 2017-10-13 Pedro Alves <palves@redhat.com>
6996
6997 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6998 * gdb.base/annota1.exp: Use it instead of is_remote.
6999 * gdb.base/annota3.exp: Use it instead of is_remote.
7000 * gdb.cp/annota2.exp: Use it instead of is_remote.
7001 * gdb.cp/annota3.exp: Use it instead of is_remote.
7002 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7003
7004 2017-10-13 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7007 (test_num_test_vars, run_and_count_vars, find_env)
7008 (test_set_unset_env, test_inherit_env_var): New procedures.
7009 (top level): Use them.
7010
7011 2017-10-13 Pedro Alves <palves@redhat.com>
7012
7013 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7014 also skip on stub-like targets.
7015
7016 2017-10-13 Pedro Alves <palves@redhat.com>
7017
7018 PR gdb/22293
7019 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7020 (top level): Move some tests to ...
7021 (test_not_found): ... this new procedure.
7022 (top level): Call it.
7023
7024 2017-10-13 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7027 expect different "info terminal" output if testing with a
7028 non-native target.
7029
7030 2017-10-13 Pedro Alves <palves@redhat.com>
7031 Simon Marchi <simon.marchi@polymtl.ca>
7032
7033 PR python/12966
7034 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7035
7036 2017-10-13 Pedro Alves <palves@redhat.com>
7037
7038 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7039 already.
7040
7041 2017-10-13 Pedro Alves <palves@redhat.com>
7042
7043 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7044 is_remote.
7045
7046 2017-10-13 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7049 is_remote.
7050
7051 2017-10-13 Pedro Alves <palves@redhat.com>
7052
7053 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7054 is set.
7055 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7056 instead of is_remote.
7057
7058 2017-10-13 Pedro Alves <palves@redhat.com>
7059
7060 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7061 (top level): Add comment.
7062
7063 2017-10-13 Pedro Alves <palves@redhat.com>
7064
7065 * gdb.base/remote.exp (top level): Fix comment typo and add
7066 missing return.
7067
7068 2017-10-13 Pedro Alves <palves@redhat.com>
7069 Simon Marchi <simon.marchi@polymtl.ca>
7070
7071 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7072 calls and add comments. Skip test if use_gdb_stub is set.
7073 (top level): Use "set cwd" command instead of "cd" command.
7074
7075 2017-10-13 Pedro Alves <palves@redhat.com>
7076
7077 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7078 is_remote target check.
7079
7080 2017-10-13 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.base/scope.exp: Use build_executable + clean_restart +
7083 gdb_file_cmd instead of prepare_for_testing and no longer skip
7084 "before run" tests on is_remote target boards. Update comments.
7085 * boards/native-extended-gdbserver.exp
7086 (extended_gdbserver_load_last_file): New, factored out from ...
7087 (gdb_load): ... this. Move further below and add comment.
7088 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7089
7090 2017-10-12 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.base/attach.exp: Remove references to gdb64.
7093 * gdb.base/dbx.exp: Remove references to gdb64.
7094
7095 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7096 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.base/label.exp: Remove is_remote target check.
7099
7100 2017-10-12 Pedro Alves <palves@redhat.com>
7101
7102 * gdb.base/auvx.exp (coredir): Update comment.
7103 (top level) <core_works>: Use "set cwd" command instead of "cd"
7104 command.
7105
7106 2017-10-12 Pedro Alves <palves@redhat.com>
7107 Simon Marchi <simon.marchi@polymtl.ca>
7108
7109 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7110 target boards.
7111
7112 2017-10-12 Pedro Alves <palves@redhat.com>
7113 Simon Marchi <simon.marchi@polymtl.ca>
7114
7115 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7116 Instead skip if there's any gdb_protocol set.
7117
7118 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7119 Pedro Alves <palves@redhat.com>
7120
7121 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7122
7123 2017-10-12 Pedro Alves <palves@redhat.com>
7124 Simon Marchi <simon.marchi@polymtl.ca>
7125
7126 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7127 instead of on dejagnu remote boards.
7128
7129 2017-10-12 Pedro Alves <palves@redhat.com>
7130 Simon Marchi <simon.marchi@polymtl.ca>
7131
7132 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7133 checks. Use build_executable + clean_restart instead of
7134 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7135 of enabling non-stop after starting gdb.
7136
7137 2017-10-12 Pedro Alves <palves@redhat.com>
7138
7139 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7140 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7141 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7142 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7143
7144 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7145
7146 * gdb.arch/arc-tdesc-cpu.exp: New file.
7147 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7148
7149 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7150
7151 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7152
7153 2017-10-10 Pedro Alves <palves@redhat.com>
7154
7155 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7156 expect CLI output.
7157
7158 2017-10-10 Pedro Alves <palves@redhat.com>
7159
7160 * lib/selftest-support.exp (selftest_setup): Update for
7161 captured_command_loop's prototype change.
7162
7163 2017-10-09 Pedro Alves <palves@redhat.com>
7164
7165 Test both arch1=>arch2 and arch2=>arch1.
7166
7167 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7168 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7169 factored out to...
7170 (append_arch1_options, append_arch2_options, append_arch_options)
7171 (build_executables): New procedures.
7172 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7173 local.
7174 (top level): Add new 'first_arch' testing axis.
7175
7176 2017-10-09 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7179 (barrier): New.
7180 (thread_start, all_started): New functions.
7181 (main): Spawn new thread and wait until it is scheduled.
7182 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7183 option.
7184 (do_test): Add 'selected_thread' parameter. Run to all_started
7185 instead of main. Explicitly set the breakpoint at main. Switch
7186 to the SELECTED_THREAD thread.
7187 (top level): Test handling the exec event with either the main
7188 thread or the second thread selected.
7189
7190 2017-10-09 Pedro Alves <palves@redhat.com>
7191
7192 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7193 logic. Move STOP marker after the value checks.
7194 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7195 regexp.
7196
7197 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7198
7199 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7200
7201 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7202
7203 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7204 integer-to-dfp conversion.
7205 * gdb.base/dfp-test.exp: Likewise.
7206
7207 2017-10-04 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.multi/hangout.c: Include <unistd.h>.
7210 (hangout_loop): New function.
7211 (main): Call alarm. Call hangout_loop in a loop.
7212 * gdb.multi/hello.c: Include <unistd.h>.
7213 (hello_loop): New function.
7214 (main): Call alarm. Call hangout_loop in a loop.
7215 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7216 inferior with the other selected.
7217
7218 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7219
7220 * gdb.mi/list-thread-groups-available.exp: New file.
7221 * gdb.mi/list-thread-groups-available.c: New file.
7222
7223 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7224
7225 * gdb.base/set-cwd.exp: Make it available on
7226 native-extended-gdbserver.
7227
7228 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7229
7230 * gdb.base/set-cwd.c: New file.
7231 * gdb.base/set-cwd.exp: Likewise.
7232
7233 2017-10-02 Tom Tromey <tom@tromey.com>
7234
7235 PR rust/22236:
7236 * gdb.rust/simple.rs (main): New variable "fslice".
7237 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7238
7239 2017-10-02 Tom Tromey <tom@tromey.com>
7240
7241 * gdb.rust/simple.exp: Test ptype of a slice.
7242
7243 2017-10-02 Tom Tromey <tom@tromey.com>
7244
7245 * gdb.rust/simple.exp: Test index of slice.
7246
7247 2017-09-27 Tom Tromey <tom@tromey.com>
7248
7249 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7250
7251 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7252 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.base/compare-sections.exp (get value of read-only section): Read
7255 as unsigned value.
7256 (corrupt read-only section): Likewise and don't set written if patching
7257 failed.
7258
7259 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7260
7261 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7262 files.
7263
7264 2017-09-20 Pedro Alves <palves@redhat.com>
7265
7266 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7267 symbol names in gdb's output.
7268 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7269
7270 2017-09-20 Pedro Alves <palves@redhat.com>
7271
7272 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7273 Rename to ...
7274 (test_list_ambiguous_symbol): ... this and add a symbol name
7275 parameter. Adjust.
7276 (test_list_ambiguous_function): Reimplement on top of
7277 test_list_ambiguous_symbol and also test listing ambiguous
7278 variables.
7279 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7280 (ambiguous_fun): ... this.
7281 (ambiguous_var): New.
7282 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7283 (ambiguous_fun): ... this.
7284 (ambiguous_var): New.
7285
7286 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7287
7288 * gdb.base/starti.c: New file.
7289 * gdb.base/starti.exp: New file.
7290 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7291
7292 2017-09-14 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7295 (top level): Use it instead of runto.
7296
7297 2017-09-11 Tom Tromey <tom@tromey.com>
7298
7299 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7300
7301 2017-09-11 Tom Tromey <tom@tromey.com>
7302
7303 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7304 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7305
7306 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7307
7308 * gdb.fortran/printing-types.exp: New file.
7309 * gdb.fortran/printing-types.exp: New file.
7310
7311 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7312
7313 * gdb.fortran/vla-ptype.exp: Fix typos.
7314 * gdb.fortran/vla-value.exp: Same.
7315
7316 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7317
7318 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7319 * gdb.mi/mi-var-child-f.exp: Likewise.
7320 * gdb.mi/mi-vla-fortran.exp: Likewise.
7321
7322 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7323 Christoph Weinmann <christoph.t.weinmann@intel.com>
7324 Bernhard Heckel <bernhard.heckel@intel.com>
7325
7326 * gdb.fortran/ptr-indentation.f90: New file.
7327 * gdb.fortran/ptr-indentation.exp: New file.
7328
7329 2017-09-05 Tom Tromey <tom@tromey.com>
7330
7331 PR gdb/22010:
7332 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7333
7334 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7335
7336 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7337
7338 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7339
7340 * gdb.threads/tls-nodebug-pie.c: New file.
7341 * gdb.threads/tls-nodebug-pie.exp: New file.
7342
7343 2017-09-05 Tom Tromey <tom@tromey.com>
7344
7345 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7346 for rust.
7347
7348 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7349
7350 * gdb.multi/multi-arch-exec.exp: Test with different
7351 "follow-exec-mode" settings.
7352 (do_test): New procedure.
7353
7354 2017-09-04 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.base/func-static.c (S::method const, S::method volatile)
7357 (S::method volatile const): New methods.
7358 (c_s, v_s, cv_s): New instances.
7359 (main): Call method() on them.
7360 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7361 (cannot_resolve): New procedure.
7362 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7363 print-quote-unquoted columns.
7364 (do_test): Test printing each scope too.
7365
7366 2017-09-04 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.base/local-static.exp: Also test with
7369 class::method::variable wholly quoted.
7370 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7371
7372 2017-09-04 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.base/local-static.c: New.
7375 * gdb.base/local-static.cc: New.
7376 * gdb.base/local-static.exp: New.
7377
7378 2017-09-04 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.asm/asm-source.exp: Add casts to int.
7381 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7382 (dataglobal64_1, dataglobal64_2): New globals.
7383 * gdb.base/nodebug.exp: Test different expressions involving the
7384 new globals, with print, whatis and ptype. Add casts to int.
7385 * gdb.base/solib-display.exp: Add casts to int.
7386 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7387 * gdb.cp/m-static.exp: Add cast to int.
7388 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7389 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7390 tls variable with no debug info without a cast. Test with a cast
7391 to int too.
7392 * gdb.trace/entry-values.exp: Add casts.
7393
7394 2017-09-04 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.base/nodebug.exp: Test that ptype's error about functions
7397 with unknown return type includes the function name too.
7398
7399 2017-09-04 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7402 return type of munmap in infcall.
7403 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7404 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7405 type of ftell in infcall.
7406 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7407 type of getpid in infcall.
7408 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7409 infcall.
7410 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7411 Bail on failure to extract the pid.
7412 * gdb.base/nodebug.c: #include <stdint.h>.
7413 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7414 New functions.
7415 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7416 Change expected output of print/whatis/ptype with functions with
7417 no debug info. Test all supported languages. Call
7418 test_call_promotion.
7419 * gdb.compile/compile.exp: Adjust expected output to expect
7420 warning.
7421 * gdb.threads/siginfo-threads.exp: Likewise.
7422
7423 2017-09-04 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7426 "prototypes". Test calling float functions via prototyped and
7427 unprototyped function pointers.
7428 (perform_all_tests): New parameter "prototypes". Pass it down.
7429 (top level): Pass down "prototypes" parameter to
7430 perform_all_tests.
7431
7432 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7433
7434 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7435 Test with nested loops.
7436
7437 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7438
7439 * gdb.base/commands.exp: Call the new procedures.
7440 (loop_break_test, loop_continue_test): New procedures.
7441
7442 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7443
7444 * gdb.base/commands.exp: Call new procedure.
7445 (define_if_without_arg_test): New procedure.
7446
7447 2017-09-04 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.base/list-ambiguous.exp: New file.
7450 * gdb.base/list-ambiguous0.c: New file.
7451 * gdb.base/list-ambiguous1.c: New file.
7452 * gdb.base/list.exp (test_list_range): Adjust expected output.
7453
7454 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7455
7456 * gdb.base/share-env-with-gdbserver.c: New file.
7457 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7458
7459 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7460
7461 * gdb.base/commands.exp (gdbvar_simple_if_test,
7462 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7463 progvar_simple_if_test, progvar_simple_while_test,
7464 progvar_complex_if_while_test, user_defined_command_test,
7465 user_defined_command_args_eval,
7466 user_defined_command_args_stack_test,
7467 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7468 temporary_breakpoint_commands,
7469 gdb_test_no_prompt, redefine_hook_test,
7470 redefine_backtrace_test): Remove "global gdb_prompt".
7471
7472 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7473
7474 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7475 New proc, call it from toplevel.
7476
7477 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7478
7479 PR remote/21852
7480 * gdb.server/normal.c: New file, copied from gdb.base.
7481 * gdb.server/run-without-local-binary.exp: New file.
7482
7483 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7484
7485 * gdb.arch/sparc64-adi.exp: New file.
7486 * gdb.arch/sparc64-adi.c: New file.
7487
7488 2017-08-22 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7491 (top level): Add "list all overloads" tests.
7492
7493 2017-08-22 Tom Tromey <tom@tromey.com>
7494
7495 * gdb.gdb/xfullpath.exp: Remove.
7496
7497 2017-08-21 Pedro Alves <palves@redhat.com>
7498
7499 PR gdb/19487
7500 * gdb.base/symbol-alias.c: New.
7501 * gdb.base/symbol-alias2.c: New.
7502 * gdb.base/symbol-alias.exp: New.
7503
7504 2017-08-21 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.base/dfp-test.c
7507 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7508 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7509 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7510 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7511 * gdb.base/whatis-ptype-typedefs.c: New.
7512 * gdb.base/whatis-ptype-typedefs.exp: New.
7513 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7514 (an_int, an_int_type, an_int_type2): New globals.
7515 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7516 involving typedefs and cast expressions.
7517 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7518 (lookup_typedefs_function): New.
7519 (typedefs_pretty_printers_dict): New.
7520 (top level): Register lookup_typedefs_function in
7521 gdb.pretty_printers.
7522
7523 2017-08-18 Yao Qi <yao.qi@linaro.org>
7524
7525 * gdb.server/unittest.exp: New.
7526
7527 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7528
7529 PR gdb/21954
7530 * gdb.base/environ.exp: Add test to check if 'unset environment'
7531 works.
7532
7533 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7534
7535 * lib/gdb.exp (universal_compile_options): New caching proc.
7536 (gdb_compile): Suppress GCC's coloring of messages.
7537
7538 2017-08-14 Tom Tromey <tom@tromey.com>
7539
7540 PR gdb/21675:
7541 * gdb.base/printcmds.exp (test_radices): New function.
7542 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7543 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7544 * lib/gdb.exp (get_integer_valueof): Use p/d.
7545
7546 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7547
7548 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7549 characters.
7550
7551 2017-08-05 Tom Tromey <tom@tromey.com>
7552
7553 * gdb.rust/simple.exp: Allow String to appear in a different
7554 namespace.
7555
7556 2017-07-26 Yao Qi <yao.qi@linaro.org>
7557
7558 * gdb.gdb/unittest.exp: Invoke command
7559 "maintenance check xml-descriptions".
7560
7561 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7562
7563 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7564 calling context.
7565 (hex128): Drop erroneous calculation of parameters.
7566
7567 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7568
7569 * gdb.python/py-unwind.exp: Disable stack protection when
7570 building test file.
7571
7572 2017-07-20 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.base/default.exp (set language): Adjust expected output.
7575
7576 2017-07-20 Pedro Alves <palves@redhat.com>
7577
7578 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7579 (test_minsym): ... this, and make static.
7580 (get_pck__foo__bar__minsym): Rename to ...
7581 (get_test_minsym): ... this.
7582 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7583 symbol names and comments.
7584 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7585 (get_test_minsym): ... this.
7586 (pck__foo__bar__minsym__2): Rename to ...
7587 (test_minsym): ... this.
7588 (main): Adjust.
7589
7590 2017-07-17 Pedro Alves <palves@redhat.com>
7591
7592 * gdb.base/completion.exp: Adjust expected output.
7593 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7594 the completer works.
7595
7596 2017-07-17 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7599
7600 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7601
7602 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7603
7604 2017-07-14 Tom Tromey <tom@tromey.com>
7605
7606 PR rust/21764:
7607 * gdb.rust/simple.exp: Add tests.
7608
7609 2017-07-14 Tom Tromey <tom@tromey.com>
7610
7611 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7612
7613 2017-07-14 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.linespec/base/one/thefile.cc (z1): New function.
7616 * gdb.linespec/base/two/thefile.cc (z2): New function.
7617 * gdb.linespec/linespec.exp: Add tests.
7618
7619 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7620
7621 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7622 to mi_create_breakpoint.
7623
7624 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7625
7626 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7627 mi_create_breakpoint.
7628
7629 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7630
7631 * gdb.dlang/demangle.exp: Update for demangling changes.
7632
7633 2017-07-09 Tom Tromey <tom@tromey.com>
7634
7635 * gdb.dwarf2/shortpiece.exp: New file.
7636
7637 2017-07-06 David Blaikie <dblaikie@gmail.com>
7638
7639 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7640 built from fissiont-multi-cu{1,2}.c.
7641 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7642 except putting 'main' and 'func' in separate CUs in the same DWO file.
7643 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7644 test.
7645 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7646 test.
7647
7648 2017-07-06 Pedro Alves <palves@redhat.com>
7649
7650 * gdb.python/py-unwind.exp: Test flushregs.
7651
7652 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7653
7654 PR cli/21688
7655 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7656 tests for alias commands and trailing whitespace.
7657
7658 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7659
7660 PR cli/21688
7661 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7662 procedure. Call it.
7663
7664 2017-06-29 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.base/printcmds.exp: Add tests.
7667
7668 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7669
7670 PR gdb/21337
7671 * gdb.base/reread-readsym.exp: New file.
7672 * gdb.base/reread-readsym.c: New file.
7673
7674 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7675
7676 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7677 subpattern.
7678
7679 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7680
7681 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7682 extended mnemonic.
7683 * gdb.arch/powerpc-power9.s: Likewise.
7684
7685 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7686
7687 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7688 on 32-bit x86 targets. Exploit is_*_target macros where
7689 appropriate.
7690
7691 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7692
7693 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7694 register pieces.
7695
7696 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7697
7698 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7699 located in one or more DWARF pieces.
7700
7701 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7702
7703 * lib/gdb.exp (get_endianness): New proc.
7704 * gdb.arch/aarch64-fp.exp: Use it.
7705 * gdb.arch/altivec-regs.exp: Likewise.
7706 * gdb.arch/e500-regs.exp: Likewise.
7707 * gdb.arch/vsx-regs.exp: Likewise.
7708 * gdb.base/dump.exp: Likewise.
7709 * gdb.base/funcargs.exp: Likewise.
7710 * gdb.base/gnu_vector.exp: Likewise.
7711 * gdb.dwarf2/formdata16.exp: Likewise.
7712 * gdb.dwarf2/implptrpiece.exp: Likewise.
7713 * gdb.dwarf2/nonvar-access.exp: Likewise.
7714 * gdb.python/py-inferior.exp: Likewise.
7715 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7716
7717 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7718
7719 PR gdb/21226
7720 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7721 stack value pieces are taken from the LSB end.
7722
7723 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7724
7725 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7726 variable at nonzero offset.
7727
7728 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7729
7730 * gdb.dwarf2/var-access.c: New file.
7731 * gdb.dwarf2/var-access.exp: New test.
7732 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7733
7734 2017-06-12 Tom Tromey <tom@tromey.com>
7735
7736 * gdb.dwarf2/formdata16.exp: Add tests.
7737
7738 2017-06-12 Tom Tromey <tom@tromey.com>
7739
7740 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7741
7742 2017-06-12 Tom Tromey <tom@tromey.com>
7743
7744 PR exp/16225:
7745 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7746 * gdb.arch/vsx-regs.exp: Update tests.
7747 * gdb.arch/s390-vregs.exp (hex128): New proc.
7748 Update test.
7749 * gdb.arch/altivec-regs.exp: Update tests.
7750
7751 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7752
7753 * gdb.base/startup-with-shell.c: New file.
7754 * gdb.base/startup-with-shell.exp: Likewise.
7755
7756 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7757
7758 * gdb.server/non-existing-program.exp: Update regex in order to
7759 reflect the fact that gdbserver is now using fork_inferior (with a
7760 shell) to startup the inferior.
7761
7762 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7765 support function calls from GDB.
7766
7767 2017-05-21 Tom Tromey <tom@tromey.com>
7768
7769 PR rust/21466:
7770 * gdb.rust/unsized.exp: New file.
7771 * gdb.rust/unsized.rs: New file.
7772
7773 2017-05-19 Tom Tromey <tom@tromey.com>
7774
7775 PR rust/21484:
7776 * gdb.rust/watch.exp: New file.
7777 * gdb.rust/watch.rs: New file.
7778
7779 2017-05-18 Tom Tromey <tom@tromey.com>
7780
7781 * gdb.rust/simple.exp: Allow Box to be qualified.
7782
7783 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7784
7785 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7786
7787 2017-05-18 Pedro Alves <palves@redhat.com>
7788
7789 * gdb.base/fileio.c (test_write, test_read, test_close)
7790 (test_fstat): Don't print 'ret' in the fail path.
7791
7792 2017-05-18 Pedro Alves <palves@redhat.com>
7793
7794 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7795 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7796 (test_system, test_rename, test_unlink, test_time): Change
7797 prototypes.
7798 * gdb.base/fileio.exp (stop_msg): Adjust.
7799
7800 2017-05-18 Pedro Alves <palves@redhat.com>
7801
7802 * gdb.base/fileio.c (null_str): New global.
7803 (test_stat): Use it.
7804 * gdb.base/fileio.exp: Remove nowarnings.
7805
7806 2017-05-17 Yao Qi <yao.qi@linaro.org>
7807
7808 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7809
7810 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7811
7812 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7813 argument command.
7814 (top-level): Invoke test_set_inferior_tty.
7815
7816 2017-05-04 Pedro Alves <palves@redhat.com>
7817
7818 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7819 Add parens to print call for Python 3.
7820
7821 2017-05-03 Keith Seitz <keiths@redhat.com>
7822
7823 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7824 (main): Call it.
7825
7826 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7827
7828 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7829 to prev and next.
7830
7831 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7832
7833 * gdb.python/py-record-btrace.exp: Remove test for
7834 gdb.BtraceInstruction.error.
7835
7836 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7837
7838 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7839
7840 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7841
7842 * gdb.python/py-record-btrace-threads.c: New file.
7843 * gdb.python/py-record-btrace-threads.exp: New file.
7844
7845 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7846
7847 PR testsuite/8595
7848 * gdb.base/environ.exp: Make test available in all architectures.
7849 Move bits related to "info program" testing to
7850 gdb.base/info-program.exp. Rewrite tests to use the two new
7851 procedures mentione below.
7852 (test_set_show_env_var) New procedure.
7853 (test_set_show_env_var_equal): Likewise.
7854 * gdb.base/info-program.exp: New file.
7855
7856 2017-04-27 Keith Seitz <keiths@redhat.com>
7857
7858 * gdb.cp/oranking.cc (test15): New function.
7859 (main): Call test15 and declare additional variables for testing.
7860 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7861 "p foo101('abc')" tests.
7862 Add tests for cv qualifier overloads.
7863 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7864 "lvalue reference overload" test.
7865 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7866 "print value of f1 on Child&& in f2" test.
7867
7868 2017-04-19 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7871 procedure.
7872 (top level): Call it.
7873 * lib/gdb.exp (gdb_define_cmd): New procedure.
7874
7875 2017-04-12 Pedro Alves <palves@redhat.com>
7876
7877 PR gdb/21323
7878 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7879 (wchar): New global.
7880 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7881 (do_test_wide_char, wide_char_types_no_program, top level): Add
7882 wchar_t testing.
7883
7884 2017-04-12 Pedro Alves <palves@redhat.com>
7885
7886 PR c++/21323
7887 * gdb.cp/wide_char_types.c: New file.
7888 * gdb.cp/wide_char_types.exp: New file.
7889
7890 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7891
7892 PR gdb/21352
7893 * gdb.trace/tsv.exp: Add test for "tsave -r".
7894
7895 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7896
7897 * gdb.dlang/watch-loc.c: New file.
7898 * gdb.dlang/watch-loc.exp: New file.
7899
7900 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7903
7904 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7905
7906 * gdb.arch/arc-analyze-prologue.S: New file.
7907 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7908
7909 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7910
7911 * gdb.arch/arc-decode-insn.S: New file.
7912 * gdb.arch/arc-decode-insn.exp: Likewise.
7913
7914 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7915
7916 PR tdep/20928
7917 * gdb.arch/sparc64-regs.exp: New file.
7918 * gdb.arch/sparc64-regs.S: Likewise.
7919
7920 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7921
7922 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7923 and memory view on Python 3.
7924
7925 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7926 Keith Seitz <keiths@redhat.com>
7927
7928 PR gdb/14441
7929 * gdb.cp/demangle.exp: Add rvalue reference tests.
7930 * gdb.cp/rvalue-ref-casts.cc: New file.
7931 * gdb.cp/rvalue-ref-casts.exp: New file.
7932 * gdb.cp/rvalue-ref-overload.cc: New file.
7933 * gdb.cp/rvalue-ref-overload.exp: New file.
7934 * gdb.cp/rvalue-ref-params.cc: New file.
7935 * gdb.cp/rvalue-ref-params.exp: New file.
7936 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7937 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7938 * gdb.cp/rvalue-ref-types.cc: New file.
7939 * gdb.cp/rvalue-ref-types.exp: New file.
7940 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7941 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7942
7943 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7944
7945 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7946 New procedure.
7947
7948 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7949
7950 * lib/mi-support.exp (mi_gdb_test): Add additional message
7951 for unexpected output.
7952
7953 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7954
7955 * gdb.base/examine-backward.c (Barrier): New character array
7956 constant, to ensure that TestStrings is preceded by a string
7957 terminator.
7958
7959 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7960
7961 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7962 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7963 and implicit pointer into such a location.
7964
7965 2017-03-16 Doug Evans <dje@google.com>
7966
7967 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7968
7969 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7970
7971 * gdb.cp/m-static.exp: Fix expectation for prototype of
7972 test5.single_constructor and single_constructor::single_constructor.
7973
7974 2017-03-16 Doug Evans <dje@google.com>
7975
7976 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7977 * gdb.guile/scm-lazy-string.c: New file.
7978 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7979 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7980 for pointer, array, typedef lazy strings.
7981
7982 2017-03-16 Doug Evans <dje@google.com>
7983
7984 PR python/17728, python/18439, python/18779
7985 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7986 * gdb.python/py-lazy-string.c (pointer): New typedef.
7987 (main): New locals ptr, array, typedef_ptr.
7988 * gdb.python/py-value.exp: Move lazy string tests to ...
7989 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7990 array, typedef lazy strings.
7991
7992 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7993
7994 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7995 Add optional 'test' parameter.
7996
7997 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7998
7999 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8000 Skip for versions of DejaGnu < 1.5.
8001
8002 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8003
8004 * lib/gdb.exp (dejagnu_version): New proc.
8005 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8006 Use dejagnu_version.
8007
8008 2017-03-10 Keith Seitz <keiths@redhat.com>
8009
8010 PR c++/8128
8011 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8012 type from destructor regexps.
8013 Add a branch which actually passes the test.
8014 Adjust "ptype t5i" test names.
8015
8016 2017-03-08 Pedro Alves <palves@redhat.com>
8017
8018 * gdb.base/step-over-exit.exp: Add explicit test message.
8019
8020 2017-03-08 Pedro Alves <palves@redhat.com>
8021
8022 PR gdb/18360
8023 * gdb.threads/interrupt-while-step-over.c: New file.
8024 * gdb.threads/interrupt-while-step-over.exp: New file.
8025
8026 2017-03-08 Pedro Alves <palves@redhat.com>
8027
8028 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8029 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8030
8031 2017-03-08 Pedro Alves <palves@redhat.com>
8032
8033 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8034 PKRU as not supported as a PASS.
8035
8036 2017-03-08 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8039 prefix instead of $binfile1/$binfile2.
8040 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8041 in test message.
8042 * gdb.python/py-completion.exp: Use "load python file" as test
8043 messages instead of unstable path names.
8044
8045 2017-03-08 Pedro Alves <palves@redhat.com>
8046 Jan Kratochvil <jan.kratochvil@redhat.com>
8047
8048 PR cli/21218
8049 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8050 New proc.
8051 (top level): Call it.
8052
8053 2017-03-08 Pedro Alves <palves@redhat.com>
8054
8055 PR tui/21216
8056 * gdb.tui/tui-nl-filtered-output.exp: New file.
8057
8058 2017-03-08 Pedro Alves <palves@redhat.com>
8059
8060 * gdb.base/completion.exp: Move TUI completion tests to ...
8061 * gdb.tui/completion.exp: ... this new file.
8062
8063 2017-03-08 Pedro Alves <palves@redhat.com>
8064
8065 * gdb.base/tui-disasm-long-lines.c,
8066 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8067 gdb.base/tui-layout.exp: Move to ...
8068 * gdb.tui/: ... this new directory.
8069
8070 2017-03-07 Pedro Alves <palves@redhat.com>
8071
8072 * gdb.base/tui-layout.c: New file.
8073 * gdb.base/tui-layout.exp: New file.
8074
8075 2017-03-07 Pedro Alves <palves@redhat.com>
8076
8077 * gdb.base/tui-layout.c: Rename to ...
8078 * gdb.base/tui-disasm-long-lines.c: ... this.
8079 * gdb.base/tui-layout.exp: Rename to ...
8080 * gdb.base/tui-disasm-long-lines.exp: ... this.
8081
8082 2017-03-07 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8085
8086 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8087
8088 * i386-mpx-call.c: New file.
8089 * i386-mpx-call.exp: New file.
8090
8091 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8092
8093 * gdb.arch/powerpc-power.exp: Delete test.
8094 * gdb.arch/powerpc-power.s: Likewise.
8095 * gdb.disasm/disassembler-options.exp: New test.
8096 * gdb.arch/powerpc-altivec.exp: Likewise.
8097 * gdb.arch/powerpc-altivec.s: Likewise.
8098 * gdb.arch/powerpc-altivec2.exp: Likewise.
8099 * gdb.arch/powerpc-altivec2.s: Likewise.
8100 * gdb.arch/powerpc-altivec3.exp: Likewise.
8101 * gdb.arch/powerpc-altivec3.s: Likewise.
8102 * gdb.arch/powerpc-power7.exp: Likewise.
8103 * gdb.arch/powerpc-power7.s: Likewise.
8104 * gdb.arch/powerpc-power8.exp: Likewise.
8105 * gdb.arch/powerpc-power8.s: Likewise.
8106 * gdb.arch/powerpc-power9.exp: Likewise.
8107 * gdb.arch/powerpc-power9.s: Likewise.
8108 * gdb.arch/powerpc-vsx.exp: Likewise.
8109 * gdb.arch/powerpc-vsx.s: Likewise.
8110 * gdb.arch/powerpc-vsx2.exp: Likewise.
8111 * gdb.arch/powerpc-vsx2.s: Likewise.
8112 * gdb.arch/powerpc-vsx3.exp: Likewise.
8113 * gdb.arch/powerpc-vsx3.s: Likewise.
8114 * gdb.arch/arm-disassembler-options.exp: Likewise.
8115 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8116 * gdb.arch/s390-disassembler-options.exp: Likewise.
8117
8118 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8119
8120 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8121 (check_supported_features): ... this. Changed return type to void.
8122 (supports_rdseed): New static global.
8123 (rdseed): Check supports_rdseed.
8124 (initialize): Call check_supported_features.
8125
8126 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8127
8128 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8129 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8130 and lqarx/stqcx.
8131 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8132 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8133
8134 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8135
8136 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8137 uppercase.
8138
8139 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8140
8141 * gdb.dwarf2/formdata16.c: New file.
8142 * gdb.dwarf2/formdata16.exp: New file.
8143 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8144
8145 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8146
8147 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8148 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8149 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8150 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8151 DW_AT_GNU_*.
8152
8153 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8154
8155 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8156
8157 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8158
8159 PR gdb/21164
8160 * gdb.base/maint.exp: Add testcases for when the commands do
8161 not have arguments.
8162
8163 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8164
8165 * gdb.cp/chained-calls.exp: Use p instead of P.
8166
8167 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8168
8169 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8170 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8171
8172 2017-02-14 Tom Tromey <tom@tromey.com>
8173
8174 PR python/13598:
8175 * gdb.python/py-events.exp: Add before_prompt event tests.
8176
8177 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8178
8179 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8180
8181 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8182
8183 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8184 (main): Call my_unique_function_name.
8185 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8186 completion of patterns with a single match.
8187 Add missing -re switches to gdb_test_multiple calls.
8188
8189 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8190
8191 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8192 return if core file is not recognized.
8193
8194 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8195
8196 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8197 and extra UIs.
8198
8199 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8200
8201 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8202 proc_with_prefix.
8203
8204 2017-02-10 Tom Tromey <tom@tromey.com>
8205
8206 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8207
8208 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8209
8210 PR gdb/21122
8211 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8212
8213 2017-02-08 Jerome Guitton <guitton@adacore.com>
8214
8215 * gdb.base/define.exp: Add test for command abbreviations
8216 in define.
8217
8218 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8219
8220 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8221 * gdb.reverse/insn-reverse-x86.c: New file.
8222
8223 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8224
8225 PR tdep/20936
8226 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8227
8228 2017-02-03 Tom Tromey <tom@tromey.com>
8229
8230 PR rust/21097:
8231 * gdb.rust/simple.exp: Add new tests.
8232
8233 2017-02-02 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8236 tests.
8237
8238 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8239
8240 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8241 taking a 2-byte value out of a 4-byte DWARF implicit value on
8242 big-endian targets.
8243 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8244 logic. Add test cases for DW_OP_implicit.
8245
8246 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8247
8248 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8249
8250 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8251
8252 * gdb.btrace/enable.exp: Call gdb_exit before
8253 skip_gdbserver_tests.
8254
8255 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8256
8257 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8258 GDBFLAGS.
8259
8260 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8261
8262 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8263 the test is skipped.
8264 * gdb.btrace/data.exp: Likewise.
8265 * gdb.btrace/delta.exp: Likewise.
8266 * gdb.btrace/dlopen.exp: Likewise.
8267 * gdb.btrace/enable-running.exp: Likewise.
8268 * gdb.btrace/enable.exp: Likewise.
8269 * gdb.btrace/exception.exp: Likewise.
8270 * gdb.btrace/function_call_history.exp: Likewise.
8271 * gdb.btrace/gcore.exp: Likewise.
8272 * gdb.btrace/instruction_history.exp: Likewise.
8273 * gdb.btrace/multi-thread-step.exp: Likewise.
8274 * gdb.btrace/nohist.exp: Likewise.
8275 * gdb.btrace/non-stop.exp: Likewise.
8276 * gdb.btrace/reconnect.exp: Likewise.
8277 * gdb.btrace/record_goto-step.exp: Likewise.
8278 * gdb.btrace/record_goto.exp: Likewise.
8279 * gdb.btrace/rn-dl-bind.exp: Likewise.
8280 * gdb.btrace/segv.exp: Likewise.
8281 * gdb.btrace/step.exp: Likewise.
8282 * gdb.btrace/stepi.exp: Likewise.
8283 * gdb.btrace/tailcall-only.exp: Likewise.
8284 * gdb.btrace/tailcall.exp: Likewise.
8285 * gdb.btrace/tsx.exp: Likewise.
8286 * gdb.btrace/unknown_functions.exp: Likewise.
8287 * gdb.btrace/vdso.exp: Likewise.
8288
8289 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8290
8291 * gdb.btrace/enable-running.c: New.
8292 * gdb.btrace/enable-running.exp: New.
8293
8294 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8295
8296 * gdb.arch/amd64-gs_base.c: New file.
8297 * gdb.arch/amd64-gs_base.exp: New file.
8298
8299 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8300
8301 * lib/memory.exp: Remove spurious empty newlines.
8302
8303 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8304
8305 * gdb.python/py-bad-printers.exp: Load python file using "source".
8306 * gdb.python/py-events.exp: Likewise.
8307 * gdb.python/py-evsignal.exp: Likewise.
8308 * gdb.python/py-evthreads.exp: Likewise.
8309 * gdb.python/py-frame-args.exp: Likewise.
8310 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8311 * gdb.python/py-framefilter-mi.exp: Likewise.
8312 * gdb.python/py-framefilter.exp: Likewise.
8313 * gdb.python/py-mi.exp: Likewise.
8314 * gdb.python/py-pp-maint.exp: Likewise.
8315 * gdb.python/py-pp-registration.exp: Likewise.
8316 * gdb.python/py-prettyprint.exp: Likewise.
8317 (run_lang_tests): Likewise.
8318 * gdb.python/py-typeprint.exp: Likewise.
8319
8320 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8321
8322 * lib/memory.exp: New file.
8323 * lib/gdb.exp: Load memory.exp.
8324 * gdb.base/memattr.exp (delete_memory): Move proc to
8325 lib/memory.exp and rename to delete_memory_regions.
8326 Replace delete_memory with delete_memory_regions.
8327 Cleanup memory regions before tests.
8328 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8329 before tests.
8330
8331 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8332
8333 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8334 files.
8335 (initialize): New function conditionally defined.
8336 (testcases): Move within conditional block.
8337 (main): Call initialize.
8338 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8339 of gdb.reverse/insn-reverse.c.
8340 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8341 gdb.reverse/insn-reverse.c.
8342
8343 2017-01-26 Yao Qi <yao.qi@linaro.org>
8344
8345 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8346 disassemble on address 0.
8347
8348 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8349 Yao Qi <yao.qi@linaro.org>
8350
8351 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8352 * gdb.dwarf2/implptr-64bit.S: Remove.
8353 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8354 variables in caller's context. Add DW_OP_implicit_value.
8355
8356 2017-01-25 Yao Qi <yao.qi@linaro.org>
8357
8358 * lib/dwarf.exp (Dwarf::_location): Handle
8359 DW_OP_GNU_implicit_pointer with proper size.
8360
8361 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8362
8363 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8364 and add untested calls.
8365
8366 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8367
8368 * gdb.python/python.exp: Check line number against what GDB thinks
8369 the line number is for func1.
8370
8371 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8372
8373 * gdb.dlang/debug-expr.exp: New file.
8374
8375 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8376
8377 Fix test names for the following files:
8378
8379 * gdb.ada/exec_changed.exp
8380 * gdb.ada/info_types.exp
8381 * gdb.arch/aarch64-atomic-inst.exp
8382 * gdb.arch/aarch64-fp.exp
8383 * gdb.arch/altivec-abi.exp
8384 * gdb.arch/altivec-regs.exp
8385 * gdb.arch/amd64-byte.exp
8386 * gdb.arch/amd64-disp-step.exp
8387 * gdb.arch/amd64-dword.exp
8388 * gdb.arch/amd64-entry-value-inline.exp
8389 * gdb.arch/amd64-entry-value-param.exp
8390 * gdb.arch/amd64-entry-value-paramref.exp
8391 * gdb.arch/amd64-entry-value.exp
8392 * gdb.arch/amd64-i386-address.exp
8393 * gdb.arch/amd64-invalid-stack-middle.exp
8394 * gdb.arch/amd64-invalid-stack-top.exp
8395 * gdb.arch/amd64-optimout-repeat.exp
8396 * gdb.arch/amd64-prologue-skip.exp
8397 * gdb.arch/amd64-prologue-xmm.exp
8398 * gdb.arch/amd64-stap-special-operands.exp
8399 * gdb.arch/amd64-stap-wrong-subexp.exp
8400 * gdb.arch/amd64-tailcall-cxx.exp
8401 * gdb.arch/amd64-tailcall-noret.exp
8402 * gdb.arch/amd64-tailcall-ret.exp
8403 * gdb.arch/amd64-tailcall-self.exp
8404 * gdb.arch/amd64-word.exp
8405 * gdb.arch/arm-bl-branch-dest.exp
8406 * gdb.arch/arm-disp-step.exp
8407 * gdb.arch/arm-neon.exp
8408 * gdb.arch/arm-single-step-kernel-helper.exp
8409 * gdb.arch/avr-flash-qualifier.exp
8410 * gdb.arch/disp-step-insn-reloc.exp
8411 * gdb.arch/e500-abi.exp
8412 * gdb.arch/e500-regs.exp
8413 * gdb.arch/ftrace-insn-reloc.exp
8414 * gdb.arch/i386-avx512.exp
8415 * gdb.arch/i386-bp_permanent.exp
8416 * gdb.arch/i386-byte.exp
8417 * gdb.arch/i386-cfi-notcurrent.exp
8418 * gdb.arch/i386-disp-step.exp
8419 * gdb.arch/i386-dr3-watch.exp
8420 * gdb.arch/i386-float.exp
8421 * gdb.arch/i386-gnu-cfi.exp
8422 * gdb.arch/i386-mpx-map.exp
8423 * gdb.arch/i386-mpx-sigsegv.exp
8424 * gdb.arch/i386-mpx-simple_segv.exp
8425 * gdb.arch/i386-mpx.exp
8426 * gdb.arch/i386-permbkpt.exp
8427 * gdb.arch/i386-prologue.exp
8428 * gdb.arch/i386-signal.exp
8429 * gdb.arch/i386-size-overlap.exp
8430 * gdb.arch/i386-unwind.exp
8431 * gdb.arch/i386-word.exp
8432 * gdb.arch/mips-fcr.exp
8433 * gdb.arch/powerpc-d128-regs.exp
8434 * gdb.arch/powerpc-stackless.exp
8435 * gdb.arch/ppc64-atomic-inst.exp
8436 * gdb.arch/s390-stackless.exp
8437 * gdb.arch/s390-tdbregs.exp
8438 * gdb.arch/s390-vregs.exp
8439 * gdb.arch/sparc-sysstep.exp
8440 * gdb.arch/thumb-bx-pc.exp
8441 * gdb.arch/thumb-singlestep.exp
8442 * gdb.arch/thumb2-it.exp
8443 * gdb.arch/vsx-regs.exp
8444 * gdb.asm/asm-source.exp
8445 * gdb.base/a2-run.exp
8446 * gdb.base/advance.exp
8447 * gdb.base/all-bin.exp
8448 * gdb.base/anon.exp
8449 * gdb.base/args.exp
8450 * gdb.base/arithmet.exp
8451 * gdb.base/async-shell.exp
8452 * gdb.base/async.exp
8453 * gdb.base/attach-pie-noexec.exp
8454 * gdb.base/attach-twice.exp
8455 * gdb.base/auto-load.exp
8456 * gdb.base/bang.exp
8457 * gdb.base/bitfields.exp
8458 * gdb.base/break-always.exp
8459 * gdb.base/break-caller-line.exp
8460 * gdb.base/break-entry.exp
8461 * gdb.base/break-inline.exp
8462 * gdb.base/break-on-linker-gcd-function.exp
8463 * gdb.base/break-probes.exp
8464 * gdb.base/break.exp
8465 * gdb.base/breakpoint-shadow.exp
8466 * gdb.base/call-ar-st.exp
8467 * gdb.base/call-sc.exp
8468 * gdb.base/call-signal-resume.exp
8469 * gdb.base/call-strs.exp
8470 * gdb.base/callfuncs.exp
8471 * gdb.base/catch-fork-static.exp
8472 * gdb.base/catch-gdb-caused-signals.exp
8473 * gdb.base/catch-load.exp
8474 * gdb.base/catch-signal-fork.exp
8475 * gdb.base/catch-signal.exp
8476 * gdb.base/catch-syscall.exp
8477 * gdb.base/charset.exp
8478 * gdb.base/checkpoint.exp
8479 * gdb.base/chng-syms.exp
8480 * gdb.base/code-expr.exp
8481 * gdb.base/code_elim.exp
8482 * gdb.base/commands.exp
8483 * gdb.base/completion.exp
8484 * gdb.base/complex.exp
8485 * gdb.base/cond-expr.exp
8486 * gdb.base/condbreak.exp
8487 * gdb.base/consecutive.exp
8488 * gdb.base/continue-all-already-running.exp
8489 * gdb.base/coredump-filter.exp
8490 * gdb.base/corefile.exp
8491 * gdb.base/dbx.exp
8492 * gdb.base/debug-expr.exp
8493 * gdb.base/define.exp
8494 * gdb.base/del.exp
8495 * gdb.base/disabled-location.exp
8496 * gdb.base/disasm-end-cu.exp
8497 * gdb.base/disasm-optim.exp
8498 * gdb.base/display.exp
8499 * gdb.base/duplicate-bp.exp
8500 * gdb.base/ena-dis-br.exp
8501 * gdb.base/ending-run.exp
8502 * gdb.base/enumval.exp
8503 * gdb.base/environ.exp
8504 * gdb.base/eu-strip-infcall.exp
8505 * gdb.base/eval-avoid-side-effects.exp
8506 * gdb.base/eval-skip.exp
8507 * gdb.base/exitsignal.exp
8508 * gdb.base/expand-psymtabs.exp
8509 * gdb.base/filesym.exp
8510 * gdb.base/find-unmapped.exp
8511 * gdb.base/finish.exp
8512 * gdb.base/float.exp
8513 * gdb.base/foll-exec-mode.exp
8514 * gdb.base/foll-exec.exp
8515 * gdb.base/foll-fork.exp
8516 * gdb.base/fortran-sym-case.exp
8517 * gdb.base/freebpcmd.exp
8518 * gdb.base/func-ptr.exp
8519 * gdb.base/func-ptrs.exp
8520 * gdb.base/funcargs.exp
8521 * gdb.base/gcore-buffer-overflow.exp
8522 * gdb.base/gcore-relro-pie.exp
8523 * gdb.base/gcore-relro.exp
8524 * gdb.base/gcore.exp
8525 * gdb.base/gdb1090.exp
8526 * gdb.base/gdb11530.exp
8527 * gdb.base/gdb11531.exp
8528 * gdb.base/gdb1821.exp
8529 * gdb.base/gdbindex-stabs.exp
8530 * gdb.base/gdbvars.exp
8531 * gdb.base/hbreak.exp
8532 * gdb.base/hbreak2.exp
8533 * gdb.base/included.exp
8534 * gdb.base/infcall-input.exp
8535 * gdb.base/inferior-died.exp
8536 * gdb.base/infnan.exp
8537 * gdb.base/info-macros.exp
8538 * gdb.base/info-os.exp
8539 * gdb.base/info-proc.exp
8540 * gdb.base/info-shared.exp
8541 * gdb.base/info-target.exp
8542 * gdb.base/infoline.exp
8543 * gdb.base/interp.exp
8544 * gdb.base/interrupt.exp
8545 * gdb.base/jit-reader.exp
8546 * gdb.base/jit-simple.exp
8547 * gdb.base/kill-after-signal.exp
8548 * gdb.base/kill-detach-inferiors-cmd.exp
8549 * gdb.base/label.exp
8550 * gdb.base/langs.exp
8551 * gdb.base/ldbl_e308.exp
8552 * gdb.base/line-symtabs.exp
8553 * gdb.base/linespecs.exp
8554 * gdb.base/list.exp
8555 * gdb.base/long_long.exp
8556 * gdb.base/longest-types.exp
8557 * gdb.base/maint.exp
8558 * gdb.base/max-value-size.exp
8559 * gdb.base/memattr.exp
8560 * gdb.base/mips_pro.exp
8561 * gdb.base/morestack.exp
8562 * gdb.base/moribund-step.exp
8563 * gdb.base/multi-forks.exp
8564 * gdb.base/nested-addr.exp
8565 * gdb.base/nextoverexit.exp
8566 * gdb.base/noreturn-finish.exp
8567 * gdb.base/noreturn-return.exp
8568 * gdb.base/nostdlib.exp
8569 * gdb.base/offsets.exp
8570 * gdb.base/opaque.exp
8571 * gdb.base/pc-fp.exp
8572 * gdb.base/permissions.exp
8573 * gdb.base/print-symbol-loading.exp
8574 * gdb.base/prologue-include.exp
8575 * gdb.base/psymtab.exp
8576 * gdb.base/ptype.exp
8577 * gdb.base/random-signal.exp
8578 * gdb.base/randomize.exp
8579 * gdb.base/range-stepping.exp
8580 * gdb.base/readline-ask.exp
8581 * gdb.base/recpar.exp
8582 * gdb.base/recurse.exp
8583 * gdb.base/relational.exp
8584 * gdb.base/restore.exp
8585 * gdb.base/return-nodebug.exp
8586 * gdb.base/return.exp
8587 * gdb.base/run-after-attach.exp
8588 * gdb.base/save-bp.exp
8589 * gdb.base/scope.exp
8590 * gdb.base/sect-cmd.exp
8591 * gdb.base/set-lang-auto.exp
8592 * gdb.base/set-noassign.exp
8593 * gdb.base/setvar.exp
8594 * gdb.base/sigall.exp
8595 * gdb.base/sigbpt.exp
8596 * gdb.base/siginfo-addr.exp
8597 * gdb.base/siginfo-infcall.exp
8598 * gdb.base/siginfo-obj.exp
8599 * gdb.base/siginfo.exp
8600 * gdb.base/signals-state-child.exp
8601 * gdb.base/signest.exp
8602 * gdb.base/sigstep.exp
8603 * gdb.base/sizeof.exp
8604 * gdb.base/skip.exp
8605 * gdb.base/solib-corrupted.exp
8606 * gdb.base/solib-nodir.exp
8607 * gdb.base/solib-search.exp
8608 * gdb.base/stack-checking.exp
8609 * gdb.base/stale-infcall.exp
8610 * gdb.base/stap-probe.exp
8611 * gdb.base/start.exp
8612 * gdb.base/step-break.exp
8613 * gdb.base/step-bt.exp
8614 * gdb.base/step-line.exp
8615 * gdb.base/step-over-exit.exp
8616 * gdb.base/step-over-syscall.exp
8617 * gdb.base/step-resume-infcall.exp
8618 * gdb.base/step-test.exp
8619 * gdb.base/store.exp
8620 * gdb.base/structs3.exp
8621 * gdb.base/sym-file.exp
8622 * gdb.base/symbol-without-target_section.exp
8623 * gdb.base/term.exp
8624 * gdb.base/testenv.exp
8625 * gdb.base/ui-redirect.exp
8626 * gdb.base/until.exp
8627 * gdb.base/unwindonsignal.exp
8628 * gdb.base/value-double-free.exp
8629 * gdb.base/vla-datatypes.exp
8630 * gdb.base/vla-ptr.exp
8631 * gdb.base/vla-sideeffect.exp
8632 * gdb.base/volatile.exp
8633 * gdb.base/watch-cond-infcall.exp
8634 * gdb.base/watch-cond.exp
8635 * gdb.base/watch-non-mem.exp
8636 * gdb.base/watch-read.exp
8637 * gdb.base/watch-vfork.exp
8638 * gdb.base/watchpoint-cond-gone.exp
8639 * gdb.base/watchpoint-delete.exp
8640 * gdb.base/watchpoint-hw-hit-once.exp
8641 * gdb.base/watchpoint-hw.exp
8642 * gdb.base/watchpoint-stops-at-right-insn.exp
8643 * gdb.base/watchpoints.exp
8644 * gdb.base/wchar.exp
8645 * gdb.base/whatis-exp.exp
8646 * gdb.btrace/buffer-size.exp
8647 * gdb.btrace/data.exp
8648 * gdb.btrace/delta.exp
8649 * gdb.btrace/dlopen.exp
8650 * gdb.btrace/enable.exp
8651 * gdb.btrace/exception.exp
8652 * gdb.btrace/function_call_history.exp
8653 * gdb.btrace/gcore.exp
8654 * gdb.btrace/instruction_history.exp
8655 * gdb.btrace/nohist.exp
8656 * gdb.btrace/reconnect.exp
8657 * gdb.btrace/record_goto-step.exp
8658 * gdb.btrace/record_goto.exp
8659 * gdb.btrace/rn-dl-bind.exp
8660 * gdb.btrace/segv.exp
8661 * gdb.btrace/step.exp
8662 * gdb.btrace/stepi.exp
8663 * gdb.btrace/tailcall-only.exp
8664 * gdb.btrace/tailcall.exp
8665 * gdb.btrace/tsx.exp
8666 * gdb.btrace/unknown_functions.exp
8667 * gdb.btrace/vdso.exp
8668 * gdb.compile/compile-ifunc.exp
8669 * gdb.compile/compile-ops.exp
8670 * gdb.compile/compile-print.exp
8671 * gdb.compile/compile-setjmp.exp
8672 * gdb.cp/abstract-origin.exp
8673 * gdb.cp/ambiguous.exp
8674 * gdb.cp/annota2.exp
8675 * gdb.cp/annota3.exp
8676 * gdb.cp/anon-ns.exp
8677 * gdb.cp/anon-struct.exp
8678 * gdb.cp/anon-union.exp
8679 * gdb.cp/arg-reference.exp
8680 * gdb.cp/baseenum.exp
8681 * gdb.cp/bool.exp
8682 * gdb.cp/breakpoint.exp
8683 * gdb.cp/bs15503.exp
8684 * gdb.cp/call-c.exp
8685 * gdb.cp/casts.exp
8686 * gdb.cp/chained-calls.exp
8687 * gdb.cp/class2.exp
8688 * gdb.cp/classes.exp
8689 * gdb.cp/cmpd-minsyms.exp
8690 * gdb.cp/converts.exp
8691 * gdb.cp/cp-relocate.exp
8692 * gdb.cp/cpcompletion.exp
8693 * gdb.cp/cpexprs.exp
8694 * gdb.cp/cplabel.exp
8695 * gdb.cp/cplusfuncs.exp
8696 * gdb.cp/cpsizeof.exp
8697 * gdb.cp/ctti.exp
8698 * gdb.cp/derivation.exp
8699 * gdb.cp/destrprint.exp
8700 * gdb.cp/dispcxx.exp
8701 * gdb.cp/enum-class.exp
8702 * gdb.cp/exception.exp
8703 * gdb.cp/exceptprint.exp
8704 * gdb.cp/expand-psymtabs-cxx.exp
8705 * gdb.cp/expand-sals.exp
8706 * gdb.cp/extern-c.exp
8707 * gdb.cp/filename.exp
8708 * gdb.cp/formatted-ref.exp
8709 * gdb.cp/fpointer.exp
8710 * gdb.cp/gdb1355.exp
8711 * gdb.cp/gdb2495.exp
8712 * gdb.cp/hang.exp
8713 * gdb.cp/impl-this.exp
8714 * gdb.cp/infcall-dlopen.exp
8715 * gdb.cp/inherit.exp
8716 * gdb.cp/iostream.exp
8717 * gdb.cp/koenig.exp
8718 * gdb.cp/local.exp
8719 * gdb.cp/m-data.exp
8720 * gdb.cp/m-static.exp
8721 * gdb.cp/mb-ctor.exp
8722 * gdb.cp/mb-inline.exp
8723 * gdb.cp/mb-templates.exp
8724 * gdb.cp/member-name.exp
8725 * gdb.cp/member-ptr.exp
8726 * gdb.cp/meth-typedefs.exp
8727 * gdb.cp/method.exp
8728 * gdb.cp/method2.exp
8729 * gdb.cp/minsym-fallback.exp
8730 * gdb.cp/misc.exp
8731 * gdb.cp/namelessclass.exp
8732 * gdb.cp/namespace-enum.exp
8733 * gdb.cp/namespace-nested-import.exp
8734 * gdb.cp/namespace.exp
8735 * gdb.cp/nextoverthrow.exp
8736 * gdb.cp/no-dmgl-verbose.exp
8737 * gdb.cp/non-trivial-retval.exp
8738 * gdb.cp/noparam.exp
8739 * gdb.cp/nsdecl.exp
8740 * gdb.cp/nsimport.exp
8741 * gdb.cp/nsnested.exp
8742 * gdb.cp/nsnoimports.exp
8743 * gdb.cp/nsrecurs.exp
8744 * gdb.cp/nsstress.exp
8745 * gdb.cp/nsusing.exp
8746 * gdb.cp/operator.exp
8747 * gdb.cp/oranking.exp
8748 * gdb.cp/overload-const.exp
8749 * gdb.cp/overload.exp
8750 * gdb.cp/ovldbreak.exp
8751 * gdb.cp/ovsrch.exp
8752 * gdb.cp/paren-type.exp
8753 * gdb.cp/parse-lang.exp
8754 * gdb.cp/pass-by-ref.exp
8755 * gdb.cp/pr-1023.exp
8756 * gdb.cp/pr-1210.exp
8757 * gdb.cp/pr-574.exp
8758 * gdb.cp/pr10687.exp
8759 * gdb.cp/pr12028.exp
8760 * gdb.cp/pr17132.exp
8761 * gdb.cp/pr17494.exp
8762 * gdb.cp/pr9067.exp
8763 * gdb.cp/pr9167.exp
8764 * gdb.cp/pr9631.exp
8765 * gdb.cp/printmethod.exp
8766 * gdb.cp/psmang.exp
8767 * gdb.cp/psymtab-parameter.exp
8768 * gdb.cp/ptype-cv-cp.exp
8769 * gdb.cp/ptype-flags.exp
8770 * gdb.cp/re-set-overloaded.exp
8771 * gdb.cp/ref-types.exp
8772 * gdb.cp/rtti.exp
8773 * gdb.cp/scope-err.exp
8774 * gdb.cp/shadow.exp
8775 * gdb.cp/smartp.exp
8776 * gdb.cp/static-method.exp
8777 * gdb.cp/static-print-quit.exp
8778 * gdb.cp/temargs.exp
8779 * gdb.cp/templates.exp
8780 * gdb.cp/try_catch.exp
8781 * gdb.cp/typedef-operator.exp
8782 * gdb.cp/typeid.exp
8783 * gdb.cp/userdef.exp
8784 * gdb.cp/using-crash.exp
8785 * gdb.cp/var-tag.exp
8786 * gdb.cp/virtbase.exp
8787 * gdb.cp/virtfunc.exp
8788 * gdb.cp/virtfunc2.exp
8789 * gdb.cp/vla-cxx.exp
8790 * gdb.disasm/t01_mov.exp
8791 * gdb.disasm/t02_mova.exp
8792 * gdb.disasm/t03_add.exp
8793 * gdb.disasm/t04_sub.exp
8794 * gdb.disasm/t05_cmp.exp
8795 * gdb.disasm/t06_ari2.exp
8796 * gdb.disasm/t07_ari3.exp
8797 * gdb.disasm/t08_or.exp
8798 * gdb.disasm/t09_xor.exp
8799 * gdb.disasm/t10_and.exp
8800 * gdb.disasm/t11_logs.exp
8801 * gdb.disasm/t12_bit.exp
8802 * gdb.disasm/t13_otr.exp
8803 * gdb.dlang/circular.exp
8804 * gdb.dwarf2/arr-stride.exp
8805 * gdb.dwarf2/arr-subrange.exp
8806 * gdb.dwarf2/atomic-type.exp
8807 * gdb.dwarf2/bad-regnum.exp
8808 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8809 * gdb.dwarf2/callframecfa.exp
8810 * gdb.dwarf2/clztest.exp
8811 * gdb.dwarf2/corrupt.exp
8812 * gdb.dwarf2/data-loc.exp
8813 * gdb.dwarf2/dup-psym.exp
8814 * gdb.dwarf2/dw2-anon-mptr.exp
8815 * gdb.dwarf2/dw2-anonymous-func.exp
8816 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8817 * gdb.dwarf2/dw2-bad-unresolved.exp
8818 * gdb.dwarf2/dw2-basic.exp
8819 * gdb.dwarf2/dw2-canonicalize-type.exp
8820 * gdb.dwarf2/dw2-case-insensitive.exp
8821 * gdb.dwarf2/dw2-common-block.exp
8822 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8823 * gdb.dwarf2/dw2-compressed.exp
8824 * gdb.dwarf2/dw2-const.exp
8825 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8826 * gdb.dwarf2/dw2-cu-size.exp
8827 * gdb.dwarf2/dw2-dup-frame.exp
8828 * gdb.dwarf2/dw2-entry-value.exp
8829 * gdb.dwarf2/dw2-icycle.exp
8830 * gdb.dwarf2/dw2-ifort-parameter.exp
8831 * gdb.dwarf2/dw2-inline-break.exp
8832 * gdb.dwarf2/dw2-inline-param.exp
8833 * gdb.dwarf2/dw2-intercu.exp
8834 * gdb.dwarf2/dw2-intermix.exp
8835 * gdb.dwarf2/dw2-lexical-block-bare.exp
8836 * gdb.dwarf2/dw2-linkage-name-trust.exp
8837 * gdb.dwarf2/dw2-minsym-in-cu.exp
8838 * gdb.dwarf2/dw2-noloc.exp
8839 * gdb.dwarf2/dw2-op-call.exp
8840 * gdb.dwarf2/dw2-op-out-param.exp
8841 * gdb.dwarf2/dw2-opt-structptr.exp
8842 * gdb.dwarf2/dw2-param-error.exp
8843 * gdb.dwarf2/dw2-producer.exp
8844 * gdb.dwarf2/dw2-ranges-base.exp
8845 * gdb.dwarf2/dw2-ref-missing-frame.exp
8846 * gdb.dwarf2/dw2-reg-undefined.exp
8847 * gdb.dwarf2/dw2-regno-invalid.exp
8848 * gdb.dwarf2/dw2-restore.exp
8849 * gdb.dwarf2/dw2-restrict.exp
8850 * gdb.dwarf2/dw2-single-line-discriminators.exp
8851 * gdb.dwarf2/dw2-strp.exp
8852 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8853 * gdb.dwarf2/dw2-unresolved.exp
8854 * gdb.dwarf2/dw2-var-zero-addr.exp
8855 * gdb.dwarf2/dw4-sig-types.exp
8856 * gdb.dwarf2/dwz.exp
8857 * gdb.dwarf2/dynarr-ptr.exp
8858 * gdb.dwarf2/enum-type.exp
8859 * gdb.dwarf2/gdb-index.exp
8860 * gdb.dwarf2/implptr-64bit.exp
8861 * gdb.dwarf2/implptr-optimized-out.exp
8862 * gdb.dwarf2/implptr.exp
8863 * gdb.dwarf2/implref-array.exp
8864 * gdb.dwarf2/implref-const.exp
8865 * gdb.dwarf2/implref-global.exp
8866 * gdb.dwarf2/implref-struct.exp
8867 * gdb.dwarf2/mac-fileno.exp
8868 * gdb.dwarf2/main-subprogram.exp
8869 * gdb.dwarf2/member-ptr-forwardref.exp
8870 * gdb.dwarf2/method-ptr.exp
8871 * gdb.dwarf2/missing-sig-type.exp
8872 * gdb.dwarf2/nonvar-access.exp
8873 * gdb.dwarf2/opaque-type-lookup.exp
8874 * gdb.dwarf2/pieces-optimized-out.exp
8875 * gdb.dwarf2/pieces.exp
8876 * gdb.dwarf2/pr10770.exp
8877 * gdb.dwarf2/pr13961.exp
8878 * gdb.dwarf2/staticvirtual.exp
8879 * gdb.dwarf2/subrange.exp
8880 * gdb.dwarf2/symtab-producer.exp
8881 * gdb.dwarf2/trace-crash.exp
8882 * gdb.dwarf2/typeddwarf.exp
8883 * gdb.dwarf2/valop.exp
8884 * gdb.dwarf2/watch-notconst.exp
8885 * gdb.fortran/array-element.exp
8886 * gdb.fortran/charset.exp
8887 * gdb.fortran/common-block.exp
8888 * gdb.fortran/complex.exp
8889 * gdb.fortran/derived-type-function.exp
8890 * gdb.fortran/derived-type.exp
8891 * gdb.fortran/logical.exp
8892 * gdb.fortran/module.exp
8893 * gdb.fortran/multi-dim.exp
8894 * gdb.fortran/nested-funcs.exp
8895 * gdb.fortran/print-formatted.exp
8896 * gdb.fortran/subarray.exp
8897 * gdb.fortran/vla-alloc-assoc.exp
8898 * gdb.fortran/vla-datatypes.exp
8899 * gdb.fortran/vla-history.exp
8900 * gdb.fortran/vla-ptr-info.exp
8901 * gdb.fortran/vla-ptype-sub.exp
8902 * gdb.fortran/vla-ptype.exp
8903 * gdb.fortran/vla-sizeof.exp
8904 * gdb.fortran/vla-type.exp
8905 * gdb.fortran/vla-value-sub-arbitrary.exp
8906 * gdb.fortran/vla-value-sub-finish.exp
8907 * gdb.fortran/vla-value-sub.exp
8908 * gdb.fortran/vla-value.exp
8909 * gdb.fortran/whatis_type.exp
8910 * gdb.go/chan.exp
8911 * gdb.go/handcall.exp
8912 * gdb.go/hello.exp
8913 * gdb.go/integers.exp
8914 * gdb.go/methods.exp
8915 * gdb.go/package.exp
8916 * gdb.go/strings.exp
8917 * gdb.go/types.exp
8918 * gdb.go/unsafe.exp
8919 * gdb.guile/scm-arch.exp
8920 * gdb.guile/scm-block.exp
8921 * gdb.guile/scm-breakpoint.exp
8922 * gdb.guile/scm-cmd.exp
8923 * gdb.guile/scm-disasm.exp
8924 * gdb.guile/scm-equal.exp
8925 * gdb.guile/scm-frame-args.exp
8926 * gdb.guile/scm-frame-inline.exp
8927 * gdb.guile/scm-frame.exp
8928 * gdb.guile/scm-iterator.exp
8929 * gdb.guile/scm-math.exp
8930 * gdb.guile/scm-objfile.exp
8931 * gdb.guile/scm-ports.exp
8932 * gdb.guile/scm-symbol.exp
8933 * gdb.guile/scm-symtab.exp
8934 * gdb.guile/scm-value-cc.exp
8935 * gdb.guile/types-module.exp
8936 * gdb.linespec/break-ask.exp
8937 * gdb.linespec/cpexplicit.exp
8938 * gdb.linespec/explicit.exp
8939 * gdb.linespec/keywords.exp
8940 * gdb.linespec/linespec.exp
8941 * gdb.linespec/ls-dollar.exp
8942 * gdb.linespec/ls-errs.exp
8943 * gdb.linespec/skip-two.exp
8944 * gdb.linespec/thread.exp
8945 * gdb.mi/mi-async.exp
8946 * gdb.mi/mi-basics.exp
8947 * gdb.mi/mi-break.exp
8948 * gdb.mi/mi-catch-load.exp
8949 * gdb.mi/mi-cli.exp
8950 * gdb.mi/mi-cmd-param-changed.exp
8951 * gdb.mi/mi-console.exp
8952 * gdb.mi/mi-detach.exp
8953 * gdb.mi/mi-disassemble.exp
8954 * gdb.mi/mi-eval.exp
8955 * gdb.mi/mi-file-transfer.exp
8956 * gdb.mi/mi-file.exp
8957 * gdb.mi/mi-fill-memory.exp
8958 * gdb.mi/mi-inheritance-syntax-error.exp
8959 * gdb.mi/mi-linespec-err-cp.exp
8960 * gdb.mi/mi-logging.exp
8961 * gdb.mi/mi-memory-changed.exp
8962 * gdb.mi/mi-read-memory.exp
8963 * gdb.mi/mi-record-changed.exp
8964 * gdb.mi/mi-reg-undefined.exp
8965 * gdb.mi/mi-regs.exp
8966 * gdb.mi/mi-return.exp
8967 * gdb.mi/mi-reverse.exp
8968 * gdb.mi/mi-simplerun.exp
8969 * gdb.mi/mi-solib.exp
8970 * gdb.mi/mi-stack.exp
8971 * gdb.mi/mi-stepi.exp
8972 * gdb.mi/mi-syn-frame.exp
8973 * gdb.mi/mi-until.exp
8974 * gdb.mi/mi-var-block.exp
8975 * gdb.mi/mi-var-child.exp
8976 * gdb.mi/mi-var-cmd.exp
8977 * gdb.mi/mi-var-cp.exp
8978 * gdb.mi/mi-var-display.exp
8979 * gdb.mi/mi-var-invalidate.exp
8980 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8981 * gdb.mi/mi-vla-fortran.exp
8982 * gdb.mi/mi-watch.exp
8983 * gdb.mi/mi2-var-child.exp
8984 * gdb.mi/user-selected-context-sync.exp
8985 * gdb.modula2/unbounded-array.exp
8986 * gdb.multi/dummy-frame-restore.exp
8987 * gdb.multi/multi-arch-exec.exp
8988 * gdb.multi/multi-arch.exp
8989 * gdb.multi/tids.exp
8990 * gdb.multi/watchpoint-multi.exp
8991 * gdb.opencl/callfuncs.exp
8992 * gdb.opencl/convs_casts.exp
8993 * gdb.opencl/datatypes.exp
8994 * gdb.opencl/operators.exp
8995 * gdb.opencl/vec_comps.exp
8996 * gdb.opt/clobbered-registers-O2.exp
8997 * gdb.opt/inline-break.exp
8998 * gdb.opt/inline-bt.exp
8999 * gdb.opt/inline-cmds.exp
9000 * gdb.opt/inline-locals.exp
9001 * gdb.pascal/case-insensitive-symbols.exp
9002 * gdb.pascal/floats.exp
9003 * gdb.pascal/gdb11492.exp
9004 * gdb.python/lib-types.exp
9005 * gdb.python/py-arch.exp
9006 * gdb.python/py-as-string.exp
9007 * gdb.python/py-bad-printers.exp
9008 * gdb.python/py-block.exp
9009 * gdb.python/py-breakpoint-create-fail.exp
9010 * gdb.python/py-breakpoint.exp
9011 * gdb.python/py-caller-is.exp
9012 * gdb.python/py-cmd.exp
9013 * gdb.python/py-explore-cc.exp
9014 * gdb.python/py-explore.exp
9015 * gdb.python/py-finish-breakpoint.exp
9016 * gdb.python/py-finish-breakpoint2.exp
9017 * gdb.python/py-frame-args.exp
9018 * gdb.python/py-frame-inline.exp
9019 * gdb.python/py-frame.exp
9020 * gdb.python/py-framefilter-mi.exp
9021 * gdb.python/py-infthread.exp
9022 * gdb.python/py-lazy-string.exp
9023 * gdb.python/py-linetable.exp
9024 * gdb.python/py-mi-events.exp
9025 * gdb.python/py-mi-objfile.exp
9026 * gdb.python/py-mi.exp
9027 * gdb.python/py-objfile.exp
9028 * gdb.python/py-pp-integral.exp
9029 * gdb.python/py-pp-maint.exp
9030 * gdb.python/py-pp-re-notag.exp
9031 * gdb.python/py-pp-registration.exp
9032 * gdb.python/py-recurse-unwind.exp
9033 * gdb.python/py-strfns.exp
9034 * gdb.python/py-symbol.exp
9035 * gdb.python/py-symtab.exp
9036 * gdb.python/py-sync-interp.exp
9037 * gdb.python/py-typeprint.exp
9038 * gdb.python/py-unwind-maint.exp
9039 * gdb.python/py-unwind.exp
9040 * gdb.python/py-value-cc.exp
9041 * gdb.python/py-xmethods.exp
9042 * gdb.reverse/amd64-tailcall-reverse.exp
9043 * gdb.reverse/break-precsave.exp
9044 * gdb.reverse/break-reverse.exp
9045 * gdb.reverse/consecutive-precsave.exp
9046 * gdb.reverse/consecutive-reverse.exp
9047 * gdb.reverse/finish-precsave.exp
9048 * gdb.reverse/finish-reverse-bkpt.exp
9049 * gdb.reverse/finish-reverse.exp
9050 * gdb.reverse/fstatat-reverse.exp
9051 * gdb.reverse/getresuid-reverse.exp
9052 * gdb.reverse/i386-precsave.exp
9053 * gdb.reverse/i386-reverse.exp
9054 * gdb.reverse/i386-sse-reverse.exp
9055 * gdb.reverse/i387-env-reverse.exp
9056 * gdb.reverse/i387-stack-reverse.exp
9057 * gdb.reverse/insn-reverse.exp
9058 * gdb.reverse/machinestate-precsave.exp
9059 * gdb.reverse/machinestate.exp
9060 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9061 * gdb.reverse/pipe-reverse.exp
9062 * gdb.reverse/readv-reverse.exp
9063 * gdb.reverse/recvmsg-reverse.exp
9064 * gdb.reverse/rerun-prec.exp
9065 * gdb.reverse/s390-mvcle.exp
9066 * gdb.reverse/step-precsave.exp
9067 * gdb.reverse/step-reverse.exp
9068 * gdb.reverse/time-reverse.exp
9069 * gdb.reverse/until-precsave.exp
9070 * gdb.reverse/until-reverse.exp
9071 * gdb.reverse/waitpid-reverse.exp
9072 * gdb.reverse/watch-precsave.exp
9073 * gdb.reverse/watch-reverse.exp
9074 * gdb.rust/generics.exp
9075 * gdb.rust/methods.exp
9076 * gdb.rust/modules.exp
9077 * gdb.rust/simple.exp
9078 * gdb.server/connect-with-no-symbol-file.exp
9079 * gdb.server/ext-attach.exp
9080 * gdb.server/ext-restart.exp
9081 * gdb.server/ext-wrapper.exp
9082 * gdb.server/file-transfer.exp
9083 * gdb.server/server-exec-info.exp
9084 * gdb.server/server-kill.exp
9085 * gdb.server/server-mon.exp
9086 * gdb.server/wrapper.exp
9087 * gdb.stabs/exclfwd.exp
9088 * gdb.stabs/gdb11479.exp
9089 * gdb.threads/clone-new-thread-event.exp
9090 * gdb.threads/corethreads.exp
9091 * gdb.threads/current-lwp-dead.exp
9092 * gdb.threads/dlopen-libpthread.exp
9093 * gdb.threads/gcore-thread.exp
9094 * gdb.threads/sigstep-threads.exp
9095 * gdb.threads/watchpoint-fork.exp
9096 * gdb.trace/actions-changed.exp
9097 * gdb.trace/backtrace.exp
9098 * gdb.trace/change-loc.exp
9099 * gdb.trace/circ.exp
9100 * gdb.trace/collection.exp
9101 * gdb.trace/disconnected-tracing.exp
9102 * gdb.trace/ftrace.exp
9103 * gdb.trace/mi-trace-frame-collected.exp
9104 * gdb.trace/mi-trace-unavailable.exp
9105 * gdb.trace/mi-traceframe-changed.exp
9106 * gdb.trace/mi-tsv-changed.exp
9107 * gdb.trace/no-attach-trace.exp
9108 * gdb.trace/passc-dyn.exp
9109 * gdb.trace/qtro.exp
9110 * gdb.trace/range-stepping.exp
9111 * gdb.trace/read-memory.exp
9112 * gdb.trace/save-trace.exp
9113 * gdb.trace/signal.exp
9114 * gdb.trace/status-stop.exp
9115 * gdb.trace/tfile.exp
9116 * gdb.trace/trace-break.exp
9117 * gdb.trace/trace-buffer-size.exp
9118 * gdb.trace/trace-condition.exp
9119 * gdb.trace/tracefile-pseudo-reg.exp
9120 * gdb.trace/tstatus.exp
9121 * gdb.trace/unavailable.exp
9122 * gdb.trace/while-dyn.exp
9123 * gdb.trace/while-stepping.exp
9124
9125 2016-12-22 Doug Evans <xdje42@gmail.com>
9126
9127 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9128 and msymbols.
9129
9130 2016-12-19 Yao Qi <yao.qi@linaro.org>
9131
9132 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9133 (test_with_self): Don't call do_steps_and_nexts, and remove
9134 code about stepping into xmalloc.
9135
9136 2016-12-09 Yao Qi <yao.qi@linaro.org>
9137
9138 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9139
9140 2016-12-09 Yao Qi <yao.qi@linaro.org>
9141
9142 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9143
9144 2016-12-09 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.base/all-architectures-0.exp: New file.
9147 * gdb.base/all-architectures-1.exp: New file.
9148 * gdb.base/all-architectures-2.exp: New file.
9149 * gdb.base/all-architectures-3.exp: New file.
9150 * gdb.base/all-architectures-4.exp: New file.
9151 * gdb.base/all-architectures-5.exp: New file.
9152 * gdb.base/all-architectures-6.exp: New file.
9153 * gdb.base/all-architectures-7.exp: New file.
9154 * gdb.base/all-architectures.exp.in: New file.
9155
9156 2016-12-09 Yao Qi <yao.qi@linaro.org>
9157
9158 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9159
9160 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9161
9162 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9163 possible.
9164 Remove useless pattern-matching code.
9165
9166 2016-12-02 Pedro Alves <palves@redhat.com>
9167
9168 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9169 procedure.
9170 (top level): Call it.
9171
9172 2016-12-02 Pedro Alves <palves@redhat.com>
9173
9174 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9175 New procedure.
9176 (top level): Call it.
9177
9178 2016-12-02 Pedro Alves <palves@redhat.com>
9179
9180 PR cli/20559
9181 * gdb.base/commands.exp (user_defined_command_args_eval): New
9182 procedure.
9183 (top level): Call it.
9184
9185 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9186
9187 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9188 timeout handling.
9189
9190 2016-12-02 Tom Tromey <tom@tromey.com>
9191
9192 * gdb.dwarf2/main-subprogram.c: New file.
9193 * gdb.dwarf2/main-subprogram.exp: New file.
9194
9195 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9196
9197 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9198 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9199 gdb_test_no_output for a couple of cases.
9200 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9201
9202 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9203
9204 Fix test names and standardize compilation error messages throughout
9205 the following files:
9206
9207 * gdb.ada/start.exp
9208 * gdb.arch/alpha-step.exp
9209 * gdb.arch/e500-prologue.exp
9210 * gdb.arch/ftrace-insn-reloc.exp
9211 * gdb.arch/gdb1291.exp
9212 * gdb.arch/gdb1431.exp
9213 * gdb.arch/gdb1558.exp
9214 * gdb.arch/i386-dr3-watch.exp
9215 * gdb.arch/i386-sse-stack-align.exp
9216 * gdb.arch/ia64-breakpoint-shadow.exp
9217 * gdb.arch/pa-nullify.exp
9218 * gdb.arch/powerpc-aix-prologue.exp
9219 * gdb.arch/thumb-bx-pc.exp
9220 * gdb.base/annota1.exp
9221 * gdb.base/annota3.exp
9222 * gdb.base/arrayidx.exp
9223 * gdb.base/assign.exp
9224 * gdb.base/attach.exp
9225 * gdb.base/auxv.exp
9226 * gdb.base/bang.exp
9227 * gdb.base/bfp-test.exp
9228 * gdb.base/bigcore.exp
9229 * gdb.base/bitfields2.exp
9230 * gdb.base/break-fun-addr.exp
9231 * gdb.base/break-probes.exp
9232 * gdb.base/call-rt-st.exp
9233 * gdb.base/callexit.exp
9234 * gdb.base/catch-fork-kill.exp
9235 * gdb.base/charset.exp
9236 * gdb.base/checkpoint.exp
9237 * gdb.base/comprdebug.exp
9238 * gdb.base/constvars.exp
9239 * gdb.base/coredump-filter.exp
9240 * gdb.base/cursal.exp
9241 * gdb.base/cvexpr.exp
9242 * gdb.base/detach.exp
9243 * gdb.base/display.exp
9244 * gdb.base/dmsym.exp
9245 * gdb.base/dprintf-pending.exp
9246 * gdb.base/dso2dso.exp
9247 * gdb.base/dtrace-probe.exp
9248 * gdb.base/dump.exp
9249 * gdb.base/enum_cond.exp
9250 * gdb.base/exe-lock.exp
9251 * gdb.base/exec-invalid-sysroot.exp
9252 * gdb.base/execl-update-breakpoints.exp
9253 * gdb.base/exprs.exp
9254 * gdb.base/fileio.exp
9255 * gdb.base/find.exp
9256 * gdb.base/finish.exp
9257 * gdb.base/fixsection.exp
9258 * gdb.base/foll-vfork.exp
9259 * gdb.base/frame-args.exp
9260 * gdb.base/gcore.exp
9261 * gdb.base/gdb1250.exp
9262 * gdb.base/global-var-nested-by-dso.exp
9263 * gdb.base/gnu-ifunc.exp
9264 * gdb.base/hashline1.exp
9265 * gdb.base/hashline2.exp
9266 * gdb.base/hashline3.exp
9267 * gdb.base/hbreak-in-shr-unsupported.exp
9268 * gdb.base/huge.exp
9269 * gdb.base/infcall-input.exp
9270 * gdb.base/info-fun.exp
9271 * gdb.base/info-shared.exp
9272 * gdb.base/jit-simple.exp
9273 * gdb.base/jit-so.exp
9274 * gdb.base/jit.exp
9275 * gdb.base/jump.exp
9276 * gdb.base/label.exp
9277 * gdb.base/lineinc.exp
9278 * gdb.base/logical.exp
9279 * gdb.base/longjmp.exp
9280 * gdb.base/macscp.exp
9281 * gdb.base/miscexprs.exp
9282 * gdb.base/new-ui-echo.exp
9283 * gdb.base/new-ui-pending-input.exp
9284 * gdb.base/new-ui.exp
9285 * gdb.base/nodebug.exp
9286 * gdb.base/nofield.exp
9287 * gdb.base/offsets.exp
9288 * gdb.base/overlays.exp
9289 * gdb.base/pending.exp
9290 * gdb.base/pointers.exp
9291 * gdb.base/pr11022.exp
9292 * gdb.base/printcmds.exp
9293 * gdb.base/prologue.exp
9294 * gdb.base/ptr-typedef.exp
9295 * gdb.base/realname-expand.exp
9296 * gdb.base/relativedebug.exp
9297 * gdb.base/relocate.exp
9298 * gdb.base/remote.exp
9299 * gdb.base/reread.exp
9300 * gdb.base/return2.exp
9301 * gdb.base/savedregs.exp
9302 * gdb.base/sep.exp
9303 * gdb.base/sepdebug.exp
9304 * gdb.base/sepsymtab.exp
9305 * gdb.base/set-inferior-tty.exp
9306 * gdb.base/setshow.exp
9307 * gdb.base/shlib-call.exp
9308 * gdb.base/sigaltstack.exp
9309 * gdb.base/siginfo-addr.exp
9310 * gdb.base/signals.exp
9311 * gdb.base/signull.exp
9312 * gdb.base/sigrepeat.exp
9313 * gdb.base/so-impl-ld.exp
9314 * gdb.base/solib-display.exp
9315 * gdb.base/solib-overlap.exp
9316 * gdb.base/solib-search.exp
9317 * gdb.base/solib-symbol.exp
9318 * gdb.base/structs.exp
9319 * gdb.base/structs2.exp
9320 * gdb.base/symtab-search-order.exp
9321 * gdb.base/twice.exp
9322 * gdb.base/unload.exp
9323 * gdb.base/varargs.exp
9324 * gdb.base/watchpoint-solib.exp
9325 * gdb.base/watchpoint.exp
9326 * gdb.base/whatis.exp
9327 * gdb.base/wrong_frame_bt_full.exp
9328 * gdb.btrace/dlopen.exp
9329 * gdb.cell/ea-standalone.exp
9330 * gdb.cell/ea-test.exp
9331 * gdb.cp/dispcxx.exp
9332 * gdb.cp/gdb2384.exp
9333 * gdb.cp/method2.exp
9334 * gdb.cp/nextoverthrow.exp
9335 * gdb.cp/pr10728.exp
9336 * gdb.disasm/am33.exp
9337 * gdb.disasm/h8300s.exp
9338 * gdb.disasm/mn10300.exp
9339 * gdb.disasm/sh3.exp
9340 * gdb.dwarf2/dw2-dir-file-name.exp
9341 * gdb.fortran/complex.exp
9342 * gdb.fortran/library-module.exp
9343 * gdb.guile/scm-pretty-print.exp
9344 * gdb.guile/scm-symbol.exp
9345 * gdb.guile/scm-type.exp
9346 * gdb.guile/scm-value.exp
9347 * gdb.linespec/linespec.exp
9348 * gdb.mi/gdb701.exp
9349 * gdb.mi/gdb792.exp
9350 * gdb.mi/mi-breakpoint-changed.exp
9351 * gdb.mi/mi-dprintf-pending.exp
9352 * gdb.mi/mi-dprintf.exp
9353 * gdb.mi/mi-exit-code.exp
9354 * gdb.mi/mi-pending.exp
9355 * gdb.mi/mi-solib.exp
9356 * gdb.mi/new-ui-mi-sync.exp
9357 * gdb.mi/pr11022.exp
9358 * gdb.mi/user-selected-context-sync.exp
9359 * gdb.opt/solib-intra-step.exp
9360 * gdb.python/py-events.exp
9361 * gdb.python/py-finish-breakpoint.exp
9362 * gdb.python/py-mi.exp
9363 * gdb.python/py-prettyprint.exp
9364 * gdb.python/py-shared.exp
9365 * gdb.python/py-symbol.exp
9366 * gdb.python/py-template.exp
9367 * gdb.python/py-type.exp
9368 * gdb.python/py-value.exp
9369 * gdb.reverse/solib-precsave.exp
9370 * gdb.reverse/solib-reverse.exp
9371 * gdb.server/solib-list.exp
9372 * gdb.stabs/weird.exp
9373 * gdb.threads/reconnect-signal.exp
9374 * gdb.threads/stepi-random-signal.exp
9375 * gdb.trace/actions.exp
9376 * gdb.trace/ax.exp
9377 * gdb.trace/backtrace.exp
9378 * gdb.trace/change-loc.exp
9379 * gdb.trace/deltrace.exp
9380 * gdb.trace/ftrace-lock.exp
9381 * gdb.trace/ftrace.exp
9382 * gdb.trace/infotrace.exp
9383 * gdb.trace/mi-tracepoint-changed.exp
9384 * gdb.trace/packetlen.exp
9385 * gdb.trace/passcount.exp
9386 * gdb.trace/pending.exp
9387 * gdb.trace/range-stepping.exp
9388 * gdb.trace/report.exp
9389 * gdb.trace/stap-trace.exp
9390 * gdb.trace/tfind.exp
9391 * gdb.trace/trace-break.exp
9392 * gdb.trace/trace-condition.exp
9393 * gdb.trace/trace-enable-disable.exp
9394 * gdb.trace/trace-mt.exp
9395 * gdb.trace/tracecmd.exp
9396 * gdb.trace/tspeed.exp
9397 * gdb.trace/tsv.exp
9398 * lib/perftest.exp
9399
9400 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9401
9402 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9403 with gdb_test_no_output.
9404 Use command as test name.
9405
9406 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9407
9408 Fix test names starting with uppercase throughout the files.
9409
9410 * gdb.ada/assign_1.exp
9411 * gdb.ada/boolean_expr.exp
9412 * gdb.base/arrayidx.exp
9413 * gdb.base/del.exp
9414 * gdb.base/gcore-buffer-overflow.exp
9415 * gdb.base/testenv.exp
9416 * gdb.compile/compile.exp
9417 * gdb.python/py-framefilter-invalidarg.exp
9418 * gdb.python/py-framefilter.exp
9419
9420 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9421
9422 Fix test names starting with uppercase throughout the files.
9423
9424 * gdb.ada/array_return.exp
9425 * gdb.ada/expr_delims.exp
9426 * gdb.ada/mi_dyn_arr.exp
9427 * gdb.ada/mi_interface.exp
9428 * gdb.ada/mi_var_array.exp
9429 * gdb.ada/watch_arg.exp
9430 * gdb.arch/alpha-step.exp
9431 * gdb.arch/altivec-regs.exp
9432 * gdb.arch/e500-regs.exp
9433 * gdb.arch/powerpc-d128-regs.exp
9434 * gdb.base/arrayidx.exp
9435 * gdb.base/break.exp
9436 * gdb.base/checkpoint.exp
9437 * gdb.base/debug-expr.exp
9438 * gdb.base/dmsym.exp
9439 * gdb.base/radix.exp
9440 * gdb.base/sepdebug.exp
9441 * gdb.base/testenv.exp
9442 * gdb.base/watch_thread_num.exp
9443 * gdb.base/watchpoint-cond-gone.exp
9444 * gdb.cell/break.exp
9445 * gdb.cell/ea-cache.exp
9446 * gdb.compile/compile.exp
9447 * gdb.cp/gdb2495.exp
9448 * gdb.gdb/selftest.exp
9449 * gdb.gdb/xfullpath.exp
9450 * gdb.go/hello.exp
9451 * gdb.go/integers.exp
9452 * gdb.objc/basicclass.exp
9453 * gdb.pascal/hello.exp
9454 * gdb.pascal/integers.exp
9455 * gdb.python/py-breakpoint.exp
9456 * gdb.python/py-cmd.exp
9457 * gdb.python/py-linetable.exp
9458 * gdb.python/py-xmethods.exp
9459 * gdb.python/python.exp
9460 * gdb.reverse/consecutive-precsave.exp
9461 * gdb.reverse/finish-precsave.exp
9462 * gdb.reverse/i386-precsave.exp
9463 * gdb.reverse/machinestate-precsave.exp
9464 * gdb.reverse/sigall-precsave.exp
9465 * gdb.reverse/solib-precsave.exp
9466 * gdb.reverse/step-precsave.exp
9467 * gdb.reverse/until-precsave.exp
9468 * gdb.reverse/watch-precsave.exp
9469 * gdb.threads/leader-exit.exp
9470 * gdb.threads/pthreads.exp
9471 * gdb.threads/wp-replication.exp
9472 * gdb.trace/actions.exp
9473 * gdb.trace/mi-tsv-changed.exp
9474 * gdb.trace/tsv.exp
9475
9476 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9477
9478 Fix test names starting with uppercase throughout the files.
9479
9480 * gdb.arch/i386-bp_permanent.exp
9481 * gdb.arch/i386-gnu-cfi.exp
9482 * gdb.base/disasm-end-cu.exp
9483 * gdb.base/macscp.exp
9484 * gdb.base/pending.exp
9485 * gdb.base/watch_thread_num.exp
9486 * gdb.cp/exception.exp
9487 * gdb.cp/gdb2495.exp
9488 * gdb.cp/local.exp
9489 * gdb.python/py-evsignal.exp
9490 * gdb.python/python.exp
9491 * gdb.trace/tracecmd.exp
9492
9493 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9494
9495 Fix test names starting with uppercase throughout the files.
9496
9497 * gdb.base/charset.exp
9498 * gdb.base/eval.exp
9499 * gdb.base/multi-forks.exp
9500 * gdb.guile/scm-progspace.exp
9501 * gdb.opencl/datatypes.exp
9502 * gdb.python/py-block.exp
9503 * gdb.python/py-function.exp
9504 * gdb.python/py-symbol.exp
9505 * gdb.python/py-symtab.exp
9506 * gdb.python/py-xmethods.exp
9507 * gdb.reverse/break-precsave.exp
9508 * gdb.reverse/break-reverse.exp
9509 * gdb.reverse/consecutive-precsave.exp
9510 * gdb.reverse/consecutive-reverse.exp
9511 * gdb.reverse/finish-precsave.exp
9512 * gdb.reverse/finish-reverse-bkpt.exp
9513 * gdb.reverse/finish-reverse.exp
9514 * gdb.reverse/fstatat-reverse.exp
9515 * gdb.reverse/getresuid-reverse.exp
9516 * gdb.reverse/i386-precsave.exp
9517 * gdb.reverse/i386-reverse.exp
9518 * gdb.reverse/i386-sse-reverse.exp
9519 * gdb.reverse/i387-stack-reverse.exp
9520 * gdb.reverse/insn-reverse.exp
9521 * gdb.reverse/machinestate-precsave.exp
9522 * gdb.reverse/machinestate.exp
9523 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9524 * gdb.reverse/pipe-reverse.exp
9525 * gdb.reverse/readv-reverse.exp
9526 * gdb.reverse/recvmsg-reverse.exp
9527 * gdb.reverse/rerun-prec.exp
9528 * gdb.reverse/s390-mvcle.exp
9529 * gdb.reverse/sigall-precsave.exp
9530 * gdb.reverse/sigall-reverse.exp
9531 * gdb.reverse/solib-precsave.exp
9532 * gdb.reverse/solib-reverse.exp
9533 * gdb.reverse/step-precsave.exp
9534 * gdb.reverse/step-reverse.exp
9535 * gdb.reverse/time-reverse.exp
9536 * gdb.reverse/until-precsave.exp
9537 * gdb.reverse/until-reverse.exp
9538 * gdb.reverse/waitpid-reverse.exp
9539 * gdb.reverse/watch-precsave.exp
9540 * gdb.reverse/watch-reverse.exp
9541
9542 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9543
9544 Fix test names starting with uppercase throughout the files.
9545
9546 * gdb.arch/i386-mpx-simple_segv.exp
9547 * gdb.arch/i386-mpx.exp
9548 * gdb.arch/i386-permbkpt.exp
9549 * gdb.arch/pa-nullify.exp
9550 * gdb.arch/powerpc-d128-regs.exp
9551 * gdb.arch/vsx-regs.exp
9552 * gdb.base/bfp-test.exp
9553 * gdb.base/break.exp
9554 * gdb.base/breakpoint-shadow.exp
9555 * gdb.base/callfuncs.exp
9556 * gdb.base/charset.exp
9557 * gdb.base/commands.exp
9558 * gdb.base/completion.exp
9559 * gdb.base/dfp-test.exp
9560 * gdb.base/echo.exp
9561 * gdb.base/ending-run.exp
9562 * gdb.base/eval.exp
9563 * gdb.base/expand-psymtabs.exp
9564 * gdb.base/float128.exp
9565 * gdb.base/floatn.exp
9566 * gdb.base/foll-exec-mode.exp
9567 * gdb.base/gdb1056.exp
9568 * gdb.base/gdb11531.exp
9569 * gdb.base/kill-after-signal.exp
9570 * gdb.base/multi-forks.exp
9571 * gdb.base/overlays.exp
9572 * gdb.base/pending.exp
9573 * gdb.base/sepdebug.exp
9574 * gdb.base/testenv.exp
9575 * gdb.base/valgrind-db-attach.exp
9576 * gdb.base/watch_thread_num.exp
9577 * gdb.base/watchpoint-cond-gone.exp
9578 * gdb.base/watchpoint.exp
9579 * gdb.base/watchpoints.exp
9580 * gdb.cp/arg-reference.exp
9581 * gdb.cp/baseenum.exp
9582 * gdb.cp/operator.exp
9583 * gdb.cp/shadow.exp
9584 * gdb.dwarf2/dw2-op-out-param.exp
9585 * gdb.dwarf2/dw2-reg-undefined.exp
9586 * gdb.go/chan.exp
9587 * gdb.go/hello.exp
9588 * gdb.go/integers.exp
9589 * gdb.go/methods.exp
9590 * gdb.go/package.exp
9591 * gdb.guile/scm-parameter.exp
9592 * gdb.guile/scm-progspace.exp
9593 * gdb.guile/scm-value.exp
9594 * gdb.mi/mi-pending.exp
9595 * gdb.mi/user-selected-context-sync.exp
9596 * gdb.multi/multi-attach.exp
9597 * gdb.multi/tids.exp
9598 * gdb.opt/clobbered-registers-O2.exp
9599 * gdb.pascal/floats.exp
9600 * gdb.pascal/integers.exp
9601 * gdb.python/py-block.exp
9602 * gdb.python/py-events.exp
9603 * gdb.python/py-parameter.exp
9604 * gdb.python/py-symbol.exp
9605 * gdb.python/py-symtab.exp
9606 * gdb.python/py-type.exp
9607 * gdb.python/py-value.exp
9608 * gdb.python/py-xmethods.exp
9609 * gdb.python/python.exp
9610 * gdb.reverse/break-precsave.exp
9611 * gdb.reverse/consecutive-precsave.exp
9612 * gdb.reverse/finish-precsave.exp
9613 * gdb.reverse/i386-precsave.exp
9614 * gdb.reverse/machinestate-precsave.exp
9615 * gdb.reverse/sigall-precsave.exp
9616 * gdb.reverse/solib-precsave.exp
9617 * gdb.reverse/step-precsave.exp
9618 * gdb.reverse/until-precsave.exp
9619 * gdb.reverse/watch-precsave.exp
9620 * gdb.server/ext-attach.exp
9621 * gdb.server/ext-restart.exp
9622 * gdb.server/ext-run.exp
9623 * gdb.server/ext-wrapper.exp
9624 * gdb.stabs/gdb11479.exp
9625 * gdb.stabs/weird.exp
9626 * gdb.threads/attach-many-short-lived-threads.exp
9627 * gdb.threads/kill.exp
9628 * gdb.threads/watchpoint-fork.exp
9629
9630 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9631
9632 Fix test names starting with uppercase throughout all the files below.
9633
9634 * gdb.ada/array_return.exp
9635 * gdb.ada/catch_ex.exp
9636 * gdb.ada/info_exc.exp
9637 * gdb.ada/mi_catch_ex.exp
9638 * gdb.ada/mi_dyn_arr.exp
9639 * gdb.ada/mi_ex_cond.exp
9640 * gdb.ada/mi_exc_info.exp
9641 * gdb.ada/mi_interface.exp
9642 * gdb.ada/mi_task_arg.exp
9643 * gdb.ada/mi_task_info.exp
9644 * gdb.ada/mi_var_array.exp
9645 * gdb.arch/alpha-step.exp
9646 * gdb.arch/amd64-disp-step.exp
9647 * gdb.arch/arm-disp-step.exp
9648 * gdb.arch/disp-step-insn-reloc.exp
9649 * gdb.arch/e500-prologue.exp
9650 * gdb.arch/ftrace-insn-reloc.exp
9651 * gdb.arch/gdb1558.exp
9652 * gdb.arch/i386-bp_permanent.exp
9653 * gdb.arch/i386-disp-step.exp
9654 * gdb.arch/i386-float.exp
9655 * gdb.arch/i386-gnu-cfi.exp
9656 * gdb.arch/ia64-breakpoint-shadow.exp
9657 * gdb.arch/mips16-thunks.exp
9658 * gdb.arch/pa-nullify.exp
9659 * gdb.arch/powerpc-aix-prologue.exp
9660 * gdb.arch/powerpc-power.exp
9661 * gdb.arch/ppc-dfp.exp
9662 * gdb.arch/s390-tdbregs.exp
9663 * gdb.arch/spu-info.exp
9664 * gdb.arch/spu-ls.exp
9665 * gdb.arch/thumb-bx-pc.exp
9666 * gdb.base/advance.exp
9667 * gdb.base/annota-input-while-running.exp
9668 * gdb.base/arrayidx.exp
9669 * gdb.base/asmlabel.exp
9670 * gdb.base/async.exp
9671 * gdb.base/attach-wait-input.exp
9672 * gdb.base/auto-connect-native-target.exp
9673 * gdb.base/batch-preserve-term-settings.exp
9674 * gdb.base/bfp-test.exp
9675 * gdb.base/bigcore.exp
9676 * gdb.base/bp-permanent.exp
9677 * gdb.base/break-always.exp
9678 * gdb.base/break-fun-addr.exp
9679 * gdb.base/break-idempotent.exp
9680 * gdb.base/break-main-file-remove-fail.exp
9681 * gdb.base/break-probes.exp
9682 * gdb.base/break-unload-file.exp
9683 * gdb.base/break.exp
9684 * gdb.base/call-ar-st.exp
9685 * gdb.base/call-rt-st.exp
9686 * gdb.base/call-sc.exp
9687 * gdb.base/call-signal-resume.exp
9688 * gdb.base/call-strs.exp
9689 * gdb.base/callexit.exp
9690 * gdb.base/callfuncs.exp
9691 * gdb.base/catch-gdb-caused-signals.exp
9692 * gdb.base/catch-signal-siginfo-cond.exp
9693 * gdb.base/catch-syscall.exp
9694 * gdb.base/compare-sections.exp
9695 * gdb.base/cond-eval-mode.exp
9696 * gdb.base/condbreak-call-false.exp
9697 * gdb.base/consecutive-step-over.exp
9698 * gdb.base/cursal.exp
9699 * gdb.base/disabled-location.exp
9700 * gdb.base/disasm-end-cu.exp
9701 * gdb.base/display.exp
9702 * gdb.base/double-prompt-target-event-error.exp
9703 * gdb.base/dprintf-bp-same-addr.exp
9704 * gdb.base/dprintf-detach.exp
9705 * gdb.base/dprintf-next.exp
9706 * gdb.base/dprintf-non-stop.exp
9707 * gdb.base/dprintf-pending.exp
9708 * gdb.base/dso2dso.exp
9709 * gdb.base/ending-run.exp
9710 * gdb.base/enum_cond.exp
9711 * gdb.base/examine-backward.exp
9712 * gdb.base/exe-lock.exp
9713 * gdb.base/exec-invalid-sysroot.exp
9714 * gdb.base/execl-update-breakpoints.exp
9715 * gdb.base/execution-termios.exp
9716 * gdb.base/fileio.exp
9717 * gdb.base/fixsection.exp
9718 * gdb.base/foll-exec-mode.exp
9719 * gdb.base/foll-exec.exp
9720 * gdb.base/fork-running-state.exp
9721 * gdb.base/frame-args.exp
9722 * gdb.base/fullpath-expand.exp
9723 * gdb.base/func-ptr.exp
9724 * gdb.base/gcore-relro-pie.exp
9725 * gdb.base/gdb1090.exp
9726 * gdb.base/gdb1555.exp
9727 * gdb.base/global-var-nested-by-dso.exp
9728 * gdb.base/gnu-ifunc.exp
9729 * gdb.base/hbreak-in-shr-unsupported.exp
9730 * gdb.base/hbreak-unmapped.exp
9731 * gdb.base/hook-stop.exp
9732 * gdb.base/infcall-input.exp
9733 * gdb.base/info-fun.exp
9734 * gdb.base/info-shared.exp
9735 * gdb.base/interrupt-noterm.exp
9736 * gdb.base/jit-so.exp
9737 * gdb.base/jit.exp
9738 * gdb.base/line-symtabs.exp
9739 * gdb.base/list.exp
9740 * gdb.base/longjmp.exp
9741 * gdb.base/macscp.exp
9742 * gdb.base/max-value-size.exp
9743 * gdb.base/nodebug.exp
9744 * gdb.base/nofield.exp
9745 * gdb.base/overlays.exp
9746 * gdb.base/paginate-after-ctrl-c-running.exp
9747 * gdb.base/paginate-bg-execution.exp
9748 * gdb.base/paginate-inferior-exit.exp
9749 * gdb.base/pending.exp
9750 * gdb.base/pr11022.exp
9751 * gdb.base/printcmds.exp
9752 * gdb.base/ptr-typedef.exp
9753 * gdb.base/ptype.exp
9754 * gdb.base/randomize.exp
9755 * gdb.base/range-stepping.exp
9756 * gdb.base/realname-expand.exp
9757 * gdb.base/relativedebug.exp
9758 * gdb.base/remote.exp
9759 * gdb.base/savedregs.exp
9760 * gdb.base/sepdebug.exp
9761 * gdb.base/set-noassign.exp
9762 * gdb.base/shlib-call.exp
9763 * gdb.base/shreloc.exp
9764 * gdb.base/sigaltstack.exp
9765 * gdb.base/sigbpt.exp
9766 * gdb.base/siginfo-addr.exp
9767 * gdb.base/siginfo-obj.exp
9768 * gdb.base/siginfo-thread.exp
9769 * gdb.base/signest.exp
9770 * gdb.base/signull.exp
9771 * gdb.base/sigrepeat.exp
9772 * gdb.base/skip.exp
9773 * gdb.base/so-impl-ld.exp
9774 * gdb.base/solib-corrupted.exp
9775 * gdb.base/solib-disc.exp
9776 * gdb.base/solib-display.exp
9777 * gdb.base/solib-overlap.exp
9778 * gdb.base/solib-search.exp
9779 * gdb.base/solib-symbol.exp
9780 * gdb.base/source-execution.exp
9781 * gdb.base/sss-bp-on-user-bp-2.exp
9782 * gdb.base/sss-bp-on-user-bp.exp
9783 * gdb.base/stack-checking.exp
9784 * gdb.base/stale-infcall.exp
9785 * gdb.base/step-break.exp
9786 * gdb.base/step-line.exp
9787 * gdb.base/step-over-exit.exp
9788 * gdb.base/step-test.exp
9789 * gdb.base/structs.exp
9790 * gdb.base/sym-file.exp
9791 * gdb.base/symtab-search-order.exp
9792 * gdb.base/term.exp
9793 * gdb.base/type-opaque.exp
9794 * gdb.base/unload.exp
9795 * gdb.base/until-nodebug.exp
9796 * gdb.base/until.exp
9797 * gdb.base/unwindonsignal.exp
9798 * gdb.base/watch-cond.exp
9799 * gdb.base/watch-non-mem.exp
9800 * gdb.base/watch_thread_num.exp
9801 * gdb.base/watchpoint-reuse-slot.exp
9802 * gdb.base/watchpoint-solib.exp
9803 * gdb.base/watchpoint.exp
9804 * gdb.btrace/dlopen.exp
9805 * gdb.cell/arch.exp
9806 * gdb.cell/break.exp
9807 * gdb.cell/bt.exp
9808 * gdb.cell/core.exp
9809 * gdb.cell/data.exp
9810 * gdb.cell/dwarfaddr.exp
9811 * gdb.cell/ea-cache.exp
9812 * gdb.cell/ea-standalone.exp
9813 * gdb.cell/ea-test.exp
9814 * gdb.cell/f-regs.exp
9815 * gdb.cell/fork.exp
9816 * gdb.cell/gcore.exp
9817 * gdb.cell/mem-access.exp
9818 * gdb.cell/ptype.exp
9819 * gdb.cell/registers.exp
9820 * gdb.cell/sizeof.exp
9821 * gdb.cell/solib-symbol.exp
9822 * gdb.cell/solib.exp
9823 * gdb.compile/compile-tls.exp
9824 * gdb.cp/exception.exp
9825 * gdb.cp/gdb2495.exp
9826 * gdb.cp/local.exp
9827 * gdb.cp/mb-inline.exp
9828 * gdb.cp/mb-templates.exp
9829 * gdb.cp/pr10687.exp
9830 * gdb.cp/pr9167.exp
9831 * gdb.cp/scope-err.exp
9832 * gdb.cp/templates.exp
9833 * gdb.cp/virtfunc.exp
9834 * gdb.dwarf2/dw2-dir-file-name.exp
9835 * gdb.dwarf2/dw2-single-line-discriminators.exp
9836 * gdb.fortran/complex.exp
9837 * gdb.fortran/library-module.exp
9838 * gdb.guile/guile.exp
9839 * gdb.guile/scm-cmd.exp
9840 * gdb.guile/scm-frame-inline.exp
9841 * gdb.guile/scm-objfile.exp
9842 * gdb.guile/scm-pretty-print.exp
9843 * gdb.guile/scm-symbol.exp
9844 * gdb.guile/scm-type.exp
9845 * gdb.guile/scm-value.exp
9846 * gdb.linespec/keywords.exp
9847 * gdb.linespec/ls-errs.exp
9848 * gdb.linespec/macro-relative.exp
9849 * gdb.linespec/thread.exp
9850 * gdb.mi/mi-breakpoint-changed.exp
9851 * gdb.mi/mi-dprintf-pending.exp
9852 * gdb.mi/mi-fullname-deleted.exp
9853 * gdb.mi/mi-logging.exp
9854 * gdb.mi/mi-pending.exp
9855 * gdb.mi/mi-solib.exp
9856 * gdb.mi/new-ui-mi-sync.exp
9857 * gdb.mi/user-selected-context-sync.exp
9858 * gdb.multi/dummy-frame-restore.exp
9859 * gdb.multi/multi-arch-exec.exp
9860 * gdb.multi/remove-inferiors.exp
9861 * gdb.multi/watchpoint-multi-exit.exp
9862 * gdb.opt/solib-intra-step.exp
9863 * gdb.perf/backtrace.exp
9864 * gdb.perf/single-step.exp
9865 * gdb.perf/skip-command.exp
9866 * gdb.perf/skip-prologue.exp
9867 * gdb.perf/solib.exp
9868 * gdb.python/lib-types.exp
9869 * gdb.python/py-as-string.exp
9870 * gdb.python/py-bad-printers.exp
9871 * gdb.python/py-block.exp
9872 * gdb.python/py-breakpoint.exp
9873 * gdb.python/py-cmd.exp
9874 * gdb.python/py-events.exp
9875 * gdb.python/py-evthreads.exp
9876 * gdb.python/py-finish-breakpoint.exp
9877 * gdb.python/py-finish-breakpoint2.exp
9878 * gdb.python/py-frame-inline.exp
9879 * gdb.python/py-frame.exp
9880 * gdb.python/py-inferior.exp
9881 * gdb.python/py-infthread.exp
9882 * gdb.python/py-mi.exp
9883 * gdb.python/py-objfile.exp
9884 * gdb.python/py-pp-maint.exp
9885 * gdb.python/py-pp-registration.exp
9886 * gdb.python/py-prettyprint.exp
9887 * gdb.python/py-recurse-unwind.exp
9888 * gdb.python/py-shared.exp
9889 * gdb.python/py-symbol.exp
9890 * gdb.python/py-symtab.exp
9891 * gdb.python/py-template.exp
9892 * gdb.python/py-type.exp
9893 * gdb.python/py-unwind-maint.exp
9894 * gdb.python/py-unwind.exp
9895 * gdb.python/py-value.exp
9896 * gdb.python/python.exp
9897 * gdb.reverse/finish-reverse-bkpt.exp
9898 * gdb.reverse/insn-reverse.exp
9899 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9900 * gdb.reverse/solib-precsave.exp
9901 * gdb.reverse/solib-reverse.exp
9902 * gdb.stabs/gdb11479.exp
9903 * gdb.stabs/weird.exp
9904 * gdb.threads/fork-child-threads.exp
9905 * gdb.threads/fork-plus-threads.exp
9906 * gdb.threads/fork-thread-pending.exp
9907 * gdb.threads/forking-threads-plus-breakpoint.exp
9908 * gdb.threads/hand-call-in-threads.exp
9909 * gdb.threads/interrupted-hand-call.exp
9910 * gdb.threads/linux-dp.exp
9911 * gdb.threads/local-watch-wrong-thread.exp
9912 * gdb.threads/next-while-other-thread-longjmps.exp
9913 * gdb.threads/non-ldr-exit.exp
9914 * gdb.threads/pending-step.exp
9915 * gdb.threads/print-threads.exp
9916 * gdb.threads/process-dies-while-detaching.exp
9917 * gdb.threads/process-dies-while-handling-bp.exp
9918 * gdb.threads/pthreads.exp
9919 * gdb.threads/queue-signal.exp
9920 * gdb.threads/reconnect-signal.exp
9921 * gdb.threads/signal-command-handle-nopass.exp
9922 * gdb.threads/signal-command-multiple-signals-pending.exp
9923 * gdb.threads/signal-delivered-right-thread.exp
9924 * gdb.threads/signal-sigtrap.exp
9925 * gdb.threads/sigthread.exp
9926 * gdb.threads/staticthreads.exp
9927 * gdb.threads/stepi-random-signal.exp
9928 * gdb.threads/thread-unwindonsignal.exp
9929 * gdb.threads/thread_check.exp
9930 * gdb.threads/thread_events.exp
9931 * gdb.threads/tid-reuse.exp
9932 * gdb.threads/tls-nodebug.exp
9933 * gdb.threads/tls-shared.exp
9934 * gdb.threads/tls-so_extern.exp
9935 * gdb.threads/tls.exp
9936 * gdb.threads/wp-replication.exp
9937 * gdb.trace/actions-changed.exp
9938 * gdb.trace/actions.exp
9939 * gdb.trace/backtrace.exp
9940 * gdb.trace/change-loc.exp
9941 * gdb.trace/collection.exp
9942 * gdb.trace/deltrace.exp
9943 * gdb.trace/disconnected-tracing.exp
9944 * gdb.trace/entry-values.exp
9945 * gdb.trace/ftrace-lock.exp
9946 * gdb.trace/ftrace.exp
9947 * gdb.trace/infotrace.exp
9948 * gdb.trace/mi-trace-frame-collected.exp
9949 * gdb.trace/mi-trace-unavailable.exp
9950 * gdb.trace/mi-traceframe-changed.exp
9951 * gdb.trace/mi-tracepoint-changed.exp
9952 * gdb.trace/mi-tsv-changed.exp
9953 * gdb.trace/no-attach-trace.exp
9954 * gdb.trace/packetlen.exp
9955 * gdb.trace/passc-dyn.exp
9956 * gdb.trace/passcount.exp
9957 * gdb.trace/pending.exp
9958 * gdb.trace/pr16508.exp
9959 * gdb.trace/qtro.exp
9960 * gdb.trace/range-stepping.exp
9961 * gdb.trace/read-memory.exp
9962 * gdb.trace/report.exp
9963 * gdb.trace/save-trace.exp
9964 * gdb.trace/signal.exp
9965 * gdb.trace/stap-trace.exp
9966 * gdb.trace/status-stop.exp
9967 * gdb.trace/strace.exp
9968 * gdb.trace/tfile.exp
9969 * gdb.trace/tfind.exp
9970 * gdb.trace/trace-break.exp
9971 * gdb.trace/trace-condition.exp
9972 * gdb.trace/trace-enable-disable.exp
9973 * gdb.trace/trace-mt.exp
9974 * gdb.trace/tracecmd.exp
9975 * gdb.trace/tracefile-pseudo-reg.exp
9976 * gdb.trace/tspeed.exp
9977 * gdb.trace/tstatus.exp
9978 * gdb.trace/tsv.exp
9979 * gdb.trace/unavailable.exp
9980 * gdb.trace/while-dyn.exp
9981 * gdb.trace/while-stepping.exp
9982 * lib/gdb-guile.exp
9983 * lib/gdb.exp
9984 * lib/mi-support.exp
9985 * lib/pascal.exp
9986 * lib/perftest.exp
9987 * lib/prelink-support.exp
9988 * lib/selftest-support.exp
9989
9990 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9991
9992 * Makefile.in: Include disable-implicit-rules.mk.
9993
9994 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9995
9996 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9997 non-byte-aligned bit fields.
9998
9999 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10000
10001 PR gdb/12616
10002 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10003 respects the DW_AT_data_bit_offset attribute.
10004
10005 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10006
10007 * gdb.base/default.exp: Fix output of "set language".
10008
10009 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10010
10011 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10012 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10013 make.
10014 * configure.ac: Remove checks for the make program.
10015 * configure: Re-generate.
10016
10017 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10018
10019 * gdb.python/py-recurse-unwind.c (main): Add loop.
10020 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10021 to read_register() and gdb.parse_and_eval(). Make each code
10022 call a separate case that can be individually tested.
10023 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10024 proc. Call cont_and_backtrace for each of the code paths that
10025 we want to test in the unwinder.
10026
10027 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10028
10029 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10030 the definition of struct S.
10031
10032 2016-11-11 Catherine Moore <clm@codesourcery.com>
10033
10034 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10035
10036 2016-11-09 Pedro Alves <palves@redhat.com>
10037
10038 * gdb.base/commands.exp (runto_or_return): New procedure.
10039 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10040 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10041 (progvar_simple_while_test, progvar_complex_if_while_test)
10042 (if_while_breakpoint_command_test)
10043 (infrun_breakpoint_command_test, breakpoint_command_test)
10044 (user_defined_command_test, watchpoint_command_test)
10045 (test_command_prompt_position, redefine_hook_test)
10046 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10047 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10048 multi_line_input and multi_line. Remove gdb_expect and
10049 gdb_stop_suppressing_tests uses.
10050 * lib/gdb.exp (valnum_re): New global.
10051 (multi_line_input): New procedure.
10052
10053 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10054
10055 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10056 Remove.
10057 (test_setup): Define with proc_with_prefix.
10058 (test_cli_inferior): Likewise.
10059 (test_cli_thread): Likewise.
10060 (test_cli_frame): Likewise.
10061 (test_cli_select_frame): Likewise.
10062 (test_cli_up_down): Likewise.
10063 (test_mi_thread_select): Likewise.
10064 (test_mi_stack_select_frame): Likewise.
10065 (test_cli_in_mi_inferior): Likewise.
10066 (test_cli_in_mi_thread): Likewise.
10067 (test_cli_in_mi_frame): Likewise.
10068 (top level): Do not use with_test_prefix_procname.
10069
10070 2016-11-09 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.base/commands.exp (gdbvar_simple_if_test)
10073 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10074 (progvar_simple_if_test, progvar_simple_while_test)
10075 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10076 (infrun_breakpoint_command_test, breakpoint_command_test)
10077 (user_defined_command_test, watchpoint_command_test)
10078 (test_command_prompt_position, deprecated_command_test)
10079 (bp_deleted_in_command, temporary_breakpoint_commands)
10080 (stray_arg0_test, source_file_with_indented_comment)
10081 (recursive_source_test, if_commands_test)
10082 (error_clears_commands_left, redefine_hook_test)
10083 (redefine_backtrace_test): Use proc_with_prefix.
10084 * lib/gdb.exp (proc_with_prefix): New proc.
10085
10086 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10087
10088 * gdb.base/tui-layout.c: New file.
10089 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10090 disassembly window contains very long lines.
10091
10092 2016-11-08 Tom Tromey <tom@tromey.com>
10093
10094 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10095 depend on Python 2.
10096
10097 2016-11-08 Tom Tromey <tom@tromey.com>
10098
10099 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10100 New method.
10101
10102 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10103
10104 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10105
10106 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10107
10108 * gdb.rust/simple.rs: Add test for univariant enums without
10109 discriminants and for encoded struct-like enums.
10110
10111 2016-10-28 Pedro Alves <palves@redhat.com>
10112
10113 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10114 gdb_test_multiple, tighten regexps and match symtabs and line
10115 tables incrementally.
10116
10117 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10118
10119 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10120 general.
10121
10122 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10123
10124 * gdb.base/exec-invalid-sysroot.exp: New file.
10125
10126 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10127
10128 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10129
10130 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10131
10132 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10133
10134 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10135
10136 * gdb.base/killed-outside.exp: Remove $options from a call to
10137 `prepare_for_testing'.
10138
10139 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10140
10141 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10142 Change test message.
10143
10144 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10145
10146 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10147 Update comment.
10148
10149 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10150
10151 * gdb.trace/mi-trace-save.exp: New file.
10152
10153 2016-10-13 Yao Qi <yao.qi@linaro.org>
10154
10155 * gdb.base/code_elim.exp (get_var_address): Remove.
10156 * gdb.base/relocate.exp: Likewise.
10157 * gdb.base/shreloc.exp: Likewise.
10158 * lib/gdb.exp (get_var_address): New.
10159
10160 2016-10-13 Yao Qi <yao.qi@linaro.org>
10161
10162 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10163 floating point tests if $skip_float_test is false.
10164
10165 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10166
10167 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10168 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10169 argc values.
10170 Add 1 to argc so we guarantee distinct initial/modified argc values.
10171
10172 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10173
10174 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10175
10176 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10177
10178 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10179 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10180 * gdb.arch/vsx-regs.exp: Likewise.
10181
10182 2016-10-07 Yao Qi <yao.qi@linaro.org>
10183
10184 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10185
10186 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10187
10188 * gdb.python/python.exp: Test decode_line("*0").
10189
10190 2016-10-06 Doug Evans <dje@google.com>
10191
10192 * gdb.python/py-value.exp (test_value_creation): Add test for large
10193 unsigned 64-bit value.
10194
10195 2016-10-06 Tom Tromey <tom@tromey.com>
10196
10197 * gdb.compile/compile.exp: Change java tests to rust.
10198 * gdb.base/setshow.exp: Change java tests to rust.
10199 * gdb.base/default.exp: Remove java from language list.
10200 * README (Examples): Update language example.
10201 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10202 test.
10203 * lib/gdb.exp (skip_java_tests): Remove.
10204 * lib/java.exp: Remove.
10205 * gdb.java: Remove.
10206
10207 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10208
10209 * gdb.arch/mips-fcr.exp: New test.
10210 * gdb.arch/mips-fcr.c: Source for the new test.
10211
10212 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10213
10214 * gdb.base/solib-disc.exp: Use `standard_output_file'
10215 throughout.
10216
10217 2016-10-06 Pedro Alves <palves@redhat.com>
10218
10219 * gdb.base/jit-simple-dl.c: New file.
10220 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10221 * gdb.base/jit-simple.c: ... this.
10222 * gdb.base/jit-simple.exp (jit_run): Delete.
10223 (build_jit): New proc.
10224 (jit_test_reread): Recompile either the main program or the shared
10225 library, depending on what is being tested. Skip changing address
10226 if caller wants to. Compare before/after addresses. If testing
10227 standalone, explicitly load the binary. Test "maint info
10228 breakpoints".
10229 (top level): Add "standalone vs shared lib" and "change address"
10230 vs "same address" axes.
10231
10232 2016-10-06 Pedro Alves <palves@redhat.com>
10233
10234 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10235 call.
10236 (jit_run): Delete.
10237 (jit_test_reread): Use with_test_prefix. Reload the main binary
10238 explicitly. Compare the before/after addresses of the JIT
10239 descriptor.
10240
10241 2016-08-15 Doug Evans <dje@google.com>
10242
10243 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10244 for single bitfields is bool.
10245 * gdb.xml/tdesc-regs.exp: Ditto.
10246
10247 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10248
10249 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10250
10251 2016-10-05 Yao Qi <yao.qi@linaro.org>
10252
10253 * lib/gdb.exp (support_complex_tests): Return zero if
10254 gdb_skip_float_test return true.
10255
10256 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10257 Simon Marchi <simon.marchi@ericsson.com>
10258
10259 PR gdb/20487
10260 * gdb.mi/user-selected-context-sync.exp: New file.
10261 * gdb.mi/user-selected-context-sync.c: New file.
10262
10263 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10264 Simon Marchi <simon.marchi@ericsson.com>
10265
10266 PR gdb/20487
10267 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10268 =thread-select-event check.
10269
10270 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10271
10272 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10273 the compulsory L operand changes.
10274 * gdb.arch/powerpc-power.s: Likewise.
10275
10276 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10277
10278 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10279 * gdb.base/jit-attach-pie.c: New file.
10280 * gdb.base/jit-attach-pie.exp: New file.
10281
10282 2016-09-28 Pedro Alves <palves@redhat.com>
10283
10284 * gdb.base/infcall-input.c: New file.
10285 * gdb.base/infcall-input.exp: New file.
10286
10287 2016-09-22 Yao Qi <yao.qi@linaro.org>
10288
10289 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10290 (gdb_exit): Rename it to ...
10291 (gdbserver_gdb_exit): ... Close GDBserver.
10292 (gdb_exit): New proc, call gdbserver_gdb_exit.
10293 (mi_gdb_exit): Likewise.
10294
10295 2016-09-22 Yao Qi <yao.qi@linaro.org>
10296
10297 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10298 path.
10299 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10300 Remove duplication.
10301
10302 2016-09-22 Yao Qi <yao.qi@linaro.org>
10303
10304 * lib/gdbserver-support.exp: Check the existence of
10305 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10306
10307 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10308
10309 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10310
10311 2016-09-21 Tom Tromey <tom@tromey.com>
10312
10313 PR gdb/20604:
10314 * gdb.base/quit.exp: New file.
10315
10316 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10317
10318 * .gitignore: New file.
10319
10320 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10321
10322 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10323 throughout.
10324
10325 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10326
10327 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10328
10329 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10330
10331 * gdb.cp/casts.cc (decltype): Move it ...
10332 (main): ... with its call to ...
10333 * gdb.cp/casts03.cc: ... a new file.
10334 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10335
10336 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10337
10338 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10339
10340 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10341
10342 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10343 and sync up the test with tests in gas/testsuite/gas/ppc.
10344 * gdb.arch/powerpc-power.exp: Likewise.
10345
10346 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10349
10350 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10351 Jan Kratochvil <jan.kratochvil@redhat.com>
10352
10353 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10354 make m1's definition to be different from m2's. Use 'dummy' as an
10355 argument for probe 'two'.
10356
10357 2016-09-10 Jon Beniston <jon@beniston.com>
10358
10359 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10360 for sim target.
10361
10362 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10363
10364 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10365 variable declaration.
10366 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10367 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10368 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10369 received HWCAP as its argument.
10370
10371 2016-09-06 Pedro Alves <palves@redhat.com>
10372
10373 * gdb.base/new-ui-pending-input.c: New file.
10374 * gdb.base/new-ui-pending-input.exp: New file.
10375 * gdb.exp (clear_gdb_spawn_id): New procedure.
10376 (with_spawn_id): Check whether gdb_spawn_id exists before
10377 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10378 on exit.
10379
10380 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10381
10382 * gdb.base/float128.c: New file.
10383 * gdb.base/float128.exp: Likewise.
10384 * gdb.base/floatn.c: Likewise.
10385 * gdb.base/floatn.exp: Likewise.
10386
10387 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10388
10389 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10390
10391 2016-09-05 Pedro Alves <palves@redhat.com>
10392
10393 PR backtrace/19927
10394 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10395 unwinders are immediately called as side effect of "source" or
10396 "disable unwinder" commands.
10397 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10398
10399 2016-09-02 Yao Qi <yao.qi@linaro.org>
10400
10401 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10402 is true and $type is "float" or "double".
10403
10404 2016-09-02 Yao Qi <yao.qi@linaro.org>
10405
10406 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10407 true.
10408 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10409 * gdb.base/call-rt-st.exp: Likewise.
10410 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10411 return value instead of gdb,skip_float_test.
10412 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10413 (do_function_calls): Use its return value instead of
10414 gdb,skip_float_test.
10415 * gdb.base/finish.exp: Likewise.
10416 * gdb.base/funcargs.exp: Likewise.
10417 * gdb.base/return.exp: Likewise.
10418 * gdb.base/return2.exp: Likewise.
10419 * gdb.base/varargs.exp: Likewise.
10420 * lib/gdb.exp (gdb_skip_float_test): Change it to
10421 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10422
10423 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10424
10425 * gdb.multi/tids.exp: Test "thread apply all".
10426
10427 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10428
10429 * gdb.base/default.exp (tty): Remove.
10430
10431 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10432
10433 * gdb.python/py-recurse-unwind.c: New file.
10434 * gdb.python/py-recurse-unwind.py: New file.
10435 * gdb.python/py-recurse-unwind.exp: New file.
10436
10437 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10438
10439 * gdb.base/set-inferior-tty.exp: New file.
10440 * gdb.base/set-inferior-tty.c: New file.
10441
10442 2016-08-23 Pedro Alves <palves@redhat.com>
10443
10444 PR gdb/20494
10445 * gdb.base/new-ui-echo.c: New file.
10446 * gdb.base/new-ui-echo.exp: New file.
10447
10448 2016-08-23 Yao Qi <yao.qi@linaro.org>
10449
10450 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10451 gdbserver_spawn.
10452 * gdb.server/connect-without-multi-process.exp (do_test):
10453 Likewise.
10454
10455 2016-08-23 Yao Qi <yao.qi@linaro.org>
10456
10457 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10458 standalone_txt. Delete gdb_txt and standalone_txt on host
10459 and target. Spawn the binary on target. Copy files from
10460 target to host.
10461
10462 2016-08-22 Pedro Alves <palves@redhat.com>
10463
10464 PR gdb/20505
10465 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10466 with_test_prefix. Factor out bits to ...
10467 (test_no_vdso): ... this new procedure.
10468
10469 2016-08-19 Carl Love <cel@us.ibm.com>
10470
10471 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10472 maintaining separate logic for constructing the output path.
10473 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10474 * gdb.arch/ppc-dfp.exp: Likewise.
10475 * gdb.arch/ppc-fp.exp: Likewise.
10476 * gdb.arch/vsx-regs.exp: Likewise.
10477 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10478 binprefix for generating the additional binary files.
10479
10480 2016-08-19 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.trace/mi-trace-frame-collected.exp
10483 (test_trace_frame_collected): On x32, expect two registers.
10484
10485 2016-08-18 Carl Love <cel@us.ibm.com>
10486
10487 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10488 and sync up the test with tests in gas/testsuite/gas/ppc.
10489 * gdb.arch/powerpc-power.exp: Likewise.
10490
10491 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10492
10493 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10494 expected error message.
10495
10496 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10497
10498 * gdb.multi/remove-inferiors.exp: New file.
10499 * gdb.multi/remove-inferiors.c: New file.
10500
10501 2016-08-12 Yao Qi <yao.qi@linaro.org>
10502
10503 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10504 argument list.
10505
10506 2016-08-10 Pedro Alves <palves@redhat.com>
10507
10508 PR gdb/19187
10509 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10510 setup_kfails.
10511
10512 2016-08-09 Pedro Alves <palves@redhat.com>
10513 Simon Marchi <simon.marchi@ericsson.com>
10514
10515 PR gdb/20418
10516 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10517 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10518
10519 2016-08-09 Pedro Alves <palves@redhat.com>
10520
10521 PR mi/20431
10522 * gdb.mi/mi-cmd-error.exp: New file.
10523
10524 2016-08-09 Pedro Alves <palves@redhat.com>
10525
10526 PR gdb/18653
10527 * gdb.base/signals-state-child.c: New file.
10528 * gdb.base/signals-state-child.exp: New file.
10529 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10530
10531 2016-08-09 Pedro Alves <palves@redhat.com>
10532
10533 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10534
10535 2016-08-03 Tom Tromey <tom@tromey.com>
10536
10537 PR python/18565:
10538 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10539
10540 2016-08-01 Yao Qi <yao.qi@linaro.org>
10541
10542 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10543 variable mode to "multi-process" if $multi_process is 1, otherwise
10544 set it to "single-process".
10545
10546 2016-08-01 Yao Qi <yao.qi@linaro.org>
10547
10548 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10549 * gdb.cp/cpexprs.exp: Likewise.
10550 * gdb.cp/m-static.exp: Likewise.
10551
10552 2016-07-26 Tom Tromey <tom@tromey.com>
10553
10554 PR python/20190:
10555 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10556 test.
10557
10558 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10559
10560 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10561 selecting assembly source files.
10562 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10563 assembly source files.
10564 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10565 assembly source files.
10566 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10567 selecting assembly source files.
10568
10569 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10570
10571 * gdb.base/new-ui.exp (do_test_invalid_args): New
10572 procedure.
10573
10574 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10575
10576 * gdb.btrace/reconnect.c: New file.
10577 * gdb.btrace/reconnect.exp: New file.
10578
10579 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10580
10581 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10582 to test_catch_syscall_group.
10583 (test_catch_syscall_group): New.
10584
10585 2016-07-21 Tom Tromey <tom@tromey.com>
10586
10587 * gdb.rust/simple.rs (main): Use empty struct expression.
10588 * gdb.rust/simple.exp: Add tests for empty struct expression.
10589
10590 2016-07-21 Yao Qi <yao.qi@linaro.org>
10591
10592 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10593 if gdb_skip_xml_test is true on some targets.
10594
10595 2016-07-21 Yao Qi <yao.qi@linaro.org>
10596
10597 * gdb.server/solib-list.exp: Unset last_loaded_file.
10598
10599 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10600
10601 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10602 "step into captured_main (args)".
10603
10604 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10605
10606 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10607
10608 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10609
10610 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10611
10612 2016-07-19 Pedro Alves <palves@redhat.com>
10613
10614 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10615 * gdb.opt/inline-bt.exp: Likewise.
10616 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10617 additional_flags=-Winline.
10618 * gdb.opt/inline-locals.exp: Likewise.
10619 * gdb.opt/inline-markers.c (ATTR): Define.
10620 (inlined_fn): Use it.
10621
10622 2016-07-19 Yao Qi <yao.qi@linaro.org>
10623
10624 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10625 (test_with_self): Remove some code. Remove argument executable.
10626 (top-level): Use do_self_tests.
10627
10628 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10629 Don Breazeal <donb@codesourcery.com>
10630
10631 * gdb.base/maint.exp: Escape paths used in regular expressions.
10632 * gdb.stabs/weird.exp: Likewise.
10633
10634 2016-07-13 Tom Tromey <tom@tromey.com>
10635
10636 PR python/15620, PR python/18620:
10637 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10638 (test_bkpt_events): New procs.
10639
10640 2016-07-13 Tom Tromey <tom@tromey.com>
10641
10642 PR python/17698:
10643 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10644 test.
10645 (test_watchpoints): Likewise.
10646 (test_bkpt_pending): New proc.
10647
10648 2016-07-13 Tom Tromey <tom@tromey.com>
10649
10650 PR cli/18053:
10651 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10652 completion test.
10653
10654 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10655
10656 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10657 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10658 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10659 f_label.
10660 (g): Rename g_end_lbl to g_label.
10661 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10662 low_pc and high_pc.
10663 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10664
10665 2016-07-12 Tom Tromey <tom@tromey.com>
10666
10667 PR python/19293:
10668 * gdb.python/py-unwind-maint.exp: Update tests.
10669
10670 2016-07-12 Yao Qi <yao.qi@linaro.org>
10671
10672 * lib/selftest-support.exp (selftest_setup): Match the output
10673 when captured_main is inlined.
10674
10675 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10676
10677 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10678 New variables.
10679 (print this%a, print this%b, print this): New tests.
10680 * gdb.fortran/derived-types.f90 (this): New object and
10681 initialization.
10682
10683 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10684
10685 * gdb.ada/arraydim.exp: Remove extra directory level in build
10686 directory.
10687
10688 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10689
10690 * lib/ada.exp: Remove extra directory level in build directory.
10691 * gdb.ada/cond_lang.exp: Likewise.
10692 * gdb.ada/exec_changed.exp: Likewise.
10693 * gdb.ada/lang_switch.exp: Likewise.
10694
10695 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10696
10697 * simple.rs: Add test for raw pointer subscripting.
10698 * simple.exp: Add test expectations.
10699
10700 2016-07-05 Yao Qi <yao.qi@linaro.org>
10701
10702 * gdb.mi/mi-reverse.exp: Match =record-started output.
10703
10704 2016-07-01 Pedro Alves <palves@redhat.com>
10705
10706 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10707 procedure.
10708 (jit_reader_test): Test the jit reader's unwinder.
10709 * gdb.base/jithost.c (jit_function_00_code): New global.
10710 (main): Use memcpy to fill in the mmapped code, instead of poking
10711 bytes manually here.
10712 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10713 value.
10714 (read_debug_info): Save the function's range.
10715 (read_sp): New function.
10716 (unwind_frame): Use it. Also unwind RBP.
10717 (get_frame_id): Use read_sp.
10718 (gdb_init_reader): Use calloc instead of malloc.
10719 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10720 parameter. Use gdb_test_multiple.
10721
10722 2016-07-01 Pedro Alves <palves@redhat.com>
10723 Antoine Tremblay <antoine.tremblay@ericsson.com>
10724
10725 * gdb.threads/process-dies-while-detaching.c: New file.
10726 * gdb.threads/process-dies-while-detaching.exp: New file.
10727
10728 2016-07-01 Pedro Alves <palves@redhat.com>
10729
10730 * gdb.multi/watchpoint-multi-exit.c: New file.
10731 * gdb.multi/watchpoint-multi-exit.exp: New file.
10732
10733 2016-06-30 Pedro Alves <palves@redhat.com>
10734
10735 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10736 unset inferior_spawn_id.
10737
10738 2016-06-30 Pedro Alves <palves@redhat.com>
10739
10740 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10741 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10742
10743 2016-06-29 Yao Qi <yao.qi@linaro.org>
10744
10745 * gdb.base/return.c: Add copyright header.
10746
10747 2016-06-29 Tom Tromey <tom@tromey.com>
10748
10749 PR python/20129:
10750 * gdb.python/py-framefilter.exp: Add tests for setting priority
10751 and disabling of non-existent frame filter.
10752
10753 2016-06-29 Yao Qi <yao.qi@linaro.org>
10754
10755 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10756 0x0f07ff.
10757
10758 2016-06-28 Yao Qi <yao.qi@linaro.org>
10759
10760 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10761 triplets. Start gdb, execute catch syscall, and continue. Check
10762 gdb's output to determine catch syscall is supported.
10763
10764 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10765
10766 * gdb.rust/simple.rs: Add test for returning unit in a function.
10767 * gdb.rust/simple.exp: Add expectation for functions returning
10768 unit.
10769
10770 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10771
10772 * gdb.python/py-breakpoint-create-fail.c,
10773 gdb.python/py-breakpoint-create-fail.exp,
10774 gdb.python/py-breakpoint-create-fail.py: New testcase.
10775
10776 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10777
10778 PR gdb/20239
10779 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10780 * gdb.rust/simple.exp: Add test expectations for new NonZero
10781 tests.
10782
10783 2016-06-24 David Taylor <dtaylor@emc.com>
10784
10785 * gdb.base/offsets.exp: New file.
10786 * gdb.base/offsets.c: New file.
10787
10788 2016-06-23 Tom Tromey <tom@tromey.com>
10789
10790 PR gdb/16483:
10791 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10792 before any filters are loaded.
10793
10794 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10795
10796 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10797 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10798 structs.
10799 * gdb.fortran/derived-type-function.exp: New file.
10800 * gdb.fortran/derived-type-function.f90: New file.
10801
10802
10803 2016-06-21 Pedro Alves <palves@redhat.com>
10804
10805 * gdb.base/new-ui.exp: New file.
10806 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10807 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10808 (with_spawn_id): New procedure.
10809
10810 2016-06-21 Pedro Alves <palves@redhat.com>
10811
10812 * gdb.mi/mi-exec-run.exp: New file.
10813
10814 2016-06-21 Pedro Alves <palves@redhat.com>
10815
10816 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10817 breakpoint command's output on the main UI.
10818 (test_break): New procedure, factored out from calls in the top
10819 level.
10820 (top level): Use foreach_with_prefix to test MI as main UI and as
10821 separate UI.
10822
10823 2016-06-21 Pedro Alves <palves@redhat.com>
10824
10825 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10826 (test_awatch_creation_and_listing)
10827 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10828 Remove 'type' parameter.
10829 (test_watchpoint_all): New parameter mi_mode. Remove
10830 with_test_prefix.
10831 (top level): Use foreach_with_prefix, and add main/separate UI MI
10832 testing axis.
10833
10834 2016-06-21 Pedro Alves <palves@redhat.com>
10835
10836 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10837 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10838 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10839 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10840 (gdb_main_spawn_id, mi_spawn_id): Declare and
10841 comment.
10842 (mi_create_inferior_pty): New procedure,
10843 factored out from default_mi_gdb_start.
10844 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10845 procedures.
10846 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10847 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10848 Use mi_create_inferior_pty.
10849 (mi_gdb_start): Use eval to pass down args list.
10850
10851 2016-06-21 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10854 * gdb.opt/inline-cmds.exp: Add MI tests.
10855
10856 2016-06-21 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10859
10860 2016-06-21 Pedro Alves <palves@redhat.com>
10861
10862 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10863 (top level): Use it instead of mi_execute_to.
10864
10865 2016-06-21 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10868 (cont_handler_str): New.
10869 (signal_stop_handler): Set stop_handler_str instead of printing to
10870 stdout.
10871 (continue_handler): Set cont_handler_str instead of printing to
10872 stdout.
10873 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10874 mi_send_resuming_command. Print stop_handler_str and
10875 cont_handler_str instead of expecting the python events print
10876 directly.
10877
10878 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10879
10880 * gdb.base/jit-reader.exp: New file.
10881 * gdb.base/jithost.c: New file.
10882 * gdb.base/jithost.h: New file.
10883 * gdb.base/jitreader.c : New file.
10884 * gdb.base/jit-protocol.h: New file.
10885
10886 2016-06-17 Yao Qi <yao.qi@linaro.org>
10887
10888 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10889 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10890 and detach-on-fork. Adjust tests.
10891 (top level): Invoke break_cond_on_syscall with combinations of
10892 syscall, follow-fork-mode and detach-on-fork.
10893
10894 2016-06-17 Yao Qi <yao.qi@linaro.org>
10895
10896 * gdb.base/step-over-exit.c: New.
10897 * gdb.base/step-over-exit.exp: New.
10898
10899 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10900
10901 * gdb.base/float.exp: Add target check for nds32*-*-*.
10902 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10903
10904 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10905
10906 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10907 for unsupported target features.
10908 * gdb.base/call-rt-st.exp: Likewise.
10909 * gdb.base/call-sc.exp: Likewise.
10910 * gdb.base/call-signal-resume.exp: Likewise.
10911 * gdb.base/call-strs.exp: Likewise.
10912 * gdb.base/callexit.exp: Likewise.
10913 * gdb.base/callfuncs.exp: Likewise.
10914 * gdb.base/nodebug.exp: Likewise.
10915 * gdb.base/printcmds.exp: Likewise.
10916 * gdb.base/ptype.exp: Likewise.
10917 * gdb.base/structs.exp: Likewise.
10918 * gdb.base/unwindonsignal.exp: Likewise.
10919 * gdb.cp/gdb2495.exp: Likewise.
10920 * gdb.cp/templates.exp: Likewise.
10921 * gdb.cp/virtfunc.exp: Likewise.
10922 * gdb.threads/hand-call-in-threads.exp: Likewise.
10923 * gdb.threads/interrupted-hand-call.exp: Likewise.
10924 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10925
10926 2016-06-10 Tom Tromey <tom@tromey.com>
10927
10928 PR rust/20110:
10929 * gdb.rust/expr.exp: Add test for integer constant larger than
10930 i32.
10931
10932 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10933
10934 * gdb.fortran/nested-funcs.exp: New.
10935 * gdb.fortran/nested-funcs.f90: New.
10936
10937 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10938
10939 * gdb.base/examine-backward.c: New file.
10940 * gdb.base/examine-backward.exp: New file.
10941
10942 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10943
10944 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10945 matching.
10946
10947 2016-06-02 Tom Tromey <tom@tromey.com>
10948
10949 PR python/18984:
10950 * gdb.python/py-shared.exp: Add solib_name test.
10951
10952 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10953
10954 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10955
10956 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10957
10958 PR c++/19893
10959 * gdb.dwarf2/implref.exp: Rename to...
10960 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10961 * gdb.dwarf2/implref-array.c: New file.
10962 * gdb.dwarf2/implref-array.exp: Likewise.
10963 * gdb.dwarf2/implref-global.c: Likewise.
10964 * gdb.dwarf2/implref-global.exp: Likewise.
10965 * gdb.dwarf2/implref-struct.c: Likewise.
10966 * gdb.dwarf2/implref-struct.exp: Likewise.
10967
10968 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10969
10970 * gdb.trace/trace-condition.exp: Add 64bit tests.
10971
10972 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10973
10974 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10975 bits types.
10976 (main): Adapt to 8 to 64 bits types.
10977 * gdb.trace/trace-condition.exp: Add new tests.
10978
10979 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10980
10981 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10982
10983 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10984
10985 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10986 Move condition tests...
10987 * gdb.trace/trace-condition.exp: Here.
10988
10989 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10990
10991 * gdb.trace/trace-condition.exp: Add counter-case tests.
10992
10993 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10994
10995 PR c++/15231
10996 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10997 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10998
10999 2016-05-27 Pedro Alves <palves@redhat.com>
11000
11001 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11002 New procedure.
11003 (top level): Call it, and bail out of DejaGnu is known to be bad.
11004
11005 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11006
11007 * gdb.base/whatis.c: Extend the test case.
11008 * gdb.base/whatis.exp: Add additional tests.
11009
11010 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11011
11012 * gdb.fortran/type.f90: Add pointer variable.
11013 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11014
11015 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11016
11017 * gdb.fortran/vla-type.exp: Fix testcase name.
11018
11019 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11020
11021 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11022
11023 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11024
11025 * gdb.fortran/type.f90: Add nested structures.
11026 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11027 * gdb.fortran/derived-type.exp: Adapt expected output.
11028 * gdb.fortran/vla-type.exp: Adapt expected output.
11029
11030 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11031
11032 * gdb.fortran/whatis_type.exp: Adapt expected output.
11033
11034 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11035
11036 * gdb.fortran/print_type.exp: Fix expected output.
11037 * gdb.fortran/whatis_type.exp: Fix expected output.
11038
11039 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11040
11041 * gdb.fortran/whatis_type.exp: Use multi_line.
11042
11043 2016-05-24 Tom Tromey <tom@tromey.com>
11044
11045 PR python/17386:
11046 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11047 use value as an index.
11048
11049 2016-05-23 Tom Tromey <tom@tromey.com>
11050
11051 PR python/17981:
11052 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11053 no-breakpoint case.
11054
11055 2016-05-24 Pedro Alves <palves@redhat.com>
11056
11057 PR gdb/19828
11058 * gdb.threads/clone-attach-detach.c: New file.
11059 * gdb.threads/clone-attach-detach.exp: New file.
11060
11061 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11062
11063 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11064
11065 2016-05-23 Tom Tromey <tom@tromey.com>
11066
11067 PR python/19438, PR python/18393:
11068 * gdb.python/py-progspace.exp: Add "dir" test.
11069 * gdb.python/py-objfile.exp: Add "dir" test.
11070
11071 2016-05-23 Yao Qi <yao.qi@linaro.org>
11072
11073 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11074 * gdb.arch/thumb2-it.exp: Likewise.
11075
11076 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11077
11078 * gdb.mi/mi-threads-interrupt.c: New file.
11079 * gdb.mi/mi-threads-interrupt.exp: New file.
11080
11081 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11082
11083 PR gdb/18077
11084 * gdb.mi/mi-async-run.exp: New file.
11085 * gdb.mi/mi-async-run.c: New file.
11086
11087 2016-05-17 Tom Tromey <tom@tromey.com>
11088 Manish Goregaokar <manishsmail@gmail.com>
11089
11090 * lib/rust-support.exp: New file.
11091 * lib/gdb.exp (skip_rust_tests): New proc.
11092 (build_executable_from_specs): Handle rust.
11093 * lib/future.exp (gdb_find_rustc): New proc.
11094 (gdb_default_target_compile): Handle rust.
11095 * gdb.rust/expr.exp: New file.
11096 * gdb.rust/generics.exp: New file.
11097 * gdb.rust/generics.rs: New file.
11098 * gdb.rust/methods.exp: New file.
11099 * gdb.rust/methods.rs: New file.
11100 * gdb.rust/modules.exp: New file.
11101 * gdb.rust/modules.rs: New file.
11102 * gdb.rust/simple.exp: New file.
11103 * gdb.rust/simple.rs: New file.
11104
11105 2016-05-17 Tom Tromey <tom@tromey.com>
11106
11107 * gdb.base/default.exp (set language): Add rust.
11108
11109 2016-05-17 Tom Tromey <tom@tromey.com>
11110
11111 * gdb.gdb/unittest.exp: New file.
11112
11113 2016-05-16 Yao Qi <yao.qi@linaro.org>
11114
11115 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11116 shell_prompt. Update shell_prompt_re.
11117
11118 2016-05-12 Doug Evans <dje@google.com>
11119
11120 PR symtab/19999
11121 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11122 $options when building executable.
11123 * gdb.dwarf2/fission-loclists-pie.S: New file.
11124 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11125
11126 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11127
11128 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11129 of [is_remote target],
11130
11131 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11132
11133 * lib/gdb.exp (use_gdb_stub): New procedure.
11134
11135 2016-05-03 Yunlian Jiang <yunlian@google.com>
11136 Doug Evans <dje@google.com>
11137
11138 PR symtab/19914
11139 * gdb.dwarf2/dwp-sepdebug.c: New file.
11140 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11141
11142 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11143
11144 * gdb.base/detach.exp: Remove is_remote check.
11145
11146 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11147
11148 * gdb.base/annota-input-while-running.exp: Don't check for
11149 [is_remote target]. Enable annotations after running to main.
11150 Remove unused "set test..." line.
11151
11152 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11153
11154 * gdb.trace/trace-enable-disable.exp: New file.
11155 * gdb.trace/trace-enable-disable.c: New file.
11156
11157 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11158
11159 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11160 use it in info sharedlibrary test.
11161 * gdb.trace/ftrace-lock.exp: Likewise.
11162 * gdb.trace/ftrace.exp: Likewise.
11163 * gdb.trace/range-stepping.exp: Likewise.
11164 * gdb.trace/trace-break.exp: Likewise.
11165 * gdb.trace/trace-condition.exp: Likewise.
11166 * gdb.trace/trace-mt.exp: Likewise.
11167
11168 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11169
11170 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11171 (gdb_load_shlib): ... this.
11172 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11173 gdb_load_shlib.
11174 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11175 * gdb.base/ctxobj.exp: Likewise.
11176 * gdb.base/dprintf-pending.exp: Likewise.
11177 * gdb.base/dso2dso.exp: Likewise.
11178 * gdb.base/fixsection.exp: Likewise.
11179 * gdb.base/gcore-relro.exp: Likewise.
11180 * gdb.base/gdb1555.exp: Likewise.
11181 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11182 * gdb.base/gnu-ifunc.exp: Likewise.
11183 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11184 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11185 * gdb.base/pending.exp: Likewise.
11186 * gdb.base/print-file-var.exp: Likewise.
11187 * gdb.base/print-symbol-loading.exp: Likewise.
11188 * gdb.base/shlib-call.exp: Likewise.
11189 * gdb.base/shreloc.exp: Likewise.
11190 * gdb.base/so-impl-ld.exp: Likewise.
11191 * gdb.base/solib-disc.exp: Likewise.
11192 * gdb.base/solib-nodir.exp: Likewise.
11193 * gdb.base/solib-overlap.exp: Likewise.
11194 * gdb.base/solib-symbol.exp: Likewise.
11195 * gdb.base/solib-weak.exp (do_test): Likewise.
11196 * gdb.base/sym-file.exp: Likewise.
11197 * gdb.base/symtab-search-order.exp: Likewise.
11198 * gdb.base/type-opaque.exp: Likewise.
11199 * gdb.base/unload.exp: Likewise.
11200 * gdb.base/watchpoint-solib.exp: Likewise.
11201 * gdb.compile/compile.exp: Likewise.
11202 * gdb.cp/gdb2384.exp: Likewise.
11203 * gdb.cp/infcall-dlopen.exp: Likewise.
11204 * gdb.cp/re-set-overloaded.exp: Likewise.
11205 * gdb.fortran/library-module.exp: Likewise.
11206 * gdb.opt/solib-intra-step.exp: Likewise.
11207 * gdb.python/py-finish-breakpoint.exp: Likewise.
11208 * gdb.python/py-shared.exp: Likewise.
11209 * gdb.reverse/solib-precsave.exp: Likewise.
11210 * gdb.reverse/solib-reverse.exp: Likewise.
11211 * gdb.server/solib-list.exp: Likewise.
11212 * gdb.threads/dlopen-libpthread.exp: Likewise.
11213 * gdb.threads/tls-shared.exp: Likewise.
11214 * gdb.threads/tls-so_extern.exp: Likewise.
11215 * gdb.trace/change-loc.exp: Likewise.
11216 * gdb.trace/ftrace-lock.exp: Likewise.
11217 * gdb.trace/ftrace.exp: Likewise.
11218 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11219 * gdb.trace/pending.exp: Likewise.
11220 * gdb.trace/range-stepping.exp: Likewise.
11221 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11222 (strace_info_marker): Likewise.
11223 (strace_probe_marker): Likewise.
11224 (strace_trace_on_same_addr): Likewise.
11225 (strace_trace_on_diff_addr): Likewise.
11226 * gdb.trace/trace-break.exp: Likewise.
11227 * gdb.trace/trace-condition.exp: Likewise.
11228 * gdb.trace/trace-mt.exp: Likewise.
11229
11230 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11231
11232 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11233 result of gdb_remote_download.
11234 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11235 * gdb.base/dso2dso.exp: Likewise.
11236 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11237 * gdb.base/print-file-var.exp: Likewise.
11238 * gdb.base/shlib-call.exp: Likewise.
11239 * gdb.base/shreloc.exp: Likewise.
11240 * gdb.base/solib-overlap.exp: Likewise.
11241 * gdb.base/solib-weak.exp (do_test): Likewise.
11242 * gdb.base/unload.exp: Likewise.
11243
11244 2016-04-27 Yao Qi <yao.qi@linaro.org>
11245
11246 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11247 exists.
11248
11249 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11250
11251 * vla-type.exp: Print structure from toplevel.
11252
11253 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11254
11255 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11256 of dynamic types.
11257 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11258 of dynamic types.
11259
11260 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11261
11262 * gdb.fortran/vla-type.f90: New file.
11263 * gdb.fortran/vla-type.exp: New file.
11264
11265 2016-04-25 Yao Qi <yao.qi@linaro.org>
11266
11267 * gdb.base/branch-to-self.c: New file.
11268 * gdb.base/branch-to-self.exp: New file.
11269
11270 2016-04-22 Yao Qi <yao.qi@linaro.org>
11271
11272 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11273 more after $hex.
11274
11275 2016-04-22 Yao Qi <yao.qi@linaro.org>
11276
11277 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11278 * gdb.base/annota3.exp: Likewise.
11279
11280 2016-04-22 Yao Qi <yao.qi@linaro.org>
11281
11282 * gdb.reverse/step-precsave.exp: Do one step and test program
11283 stops in "callee" and do multiple steps until program goes out
11284 of "callee".
11285 * gdb.reverse/step-reverse.exp: Likewise.
11286
11287 2016-04-22 Yao Qi <yao.qi@linaro.org>
11288
11289 * gdb.trace/signal.exp: Also pass if
11290 $tracepoint_hits($i) > $iterations.
11291
11292 2016-04-22 Yao Qi <yao.qi@linaro.org>
11293
11294 * gdb.trace/signal.c: New file.
11295 * gdb.trace/signal.exp: New file.
11296
11297 2016-04-19 Doug Evans <xdje42@gmail.com>
11298
11299 * gdb.base/bad-file.exp: New file.
11300
11301 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11302
11303 * gdb.dwarf2/implref.exp: New file.
11304
11305 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11306
11307 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11308 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11309 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11310 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11311 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11312 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11313 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11314 * lib/fortran.exp (fortran_int4): New procedure.
11315 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11316 (fortran_logical4): Likewise.
11317
11318 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11319
11320 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11321
11322 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11323
11324 * lib/compiler.c: Add Intel specific preprocessor macros.
11325 * lib/compiler.cc: Likewise.
11326
11327 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11328
11329 * gdb.server/connect-with-no-symbol-file.c: New file.
11330 * gdb.server/connect-with-no-symbol-file.exp: New file.
11331
11332 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11333
11334 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11335
11336 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11337
11338 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11339 standard output directory.
11340
11341 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11342
11343 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11344
11345 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11346
11347 * gdb.btrace/instruction_history.c (loop): Add declaration.
11348
11349 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11350
11351 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11352
11353 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11354
11355 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11356 parentheses to print.
11357 (continue_handler): Likewise.
11358
11359 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11360
11361 * gdb.server/solib-list.exp: Remove is_remote check.
11362 Pass shlib= to gdb_compile. Don't link shared library with
11363 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11364 Run binary filename through "readlink -f" on the target.
11365
11366 2016-04-08 Pedro Alves <palves@redhat.com>
11367
11368 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11369 interpreter filename as argument to gdbserver_spawn.
11370 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11371 Return empty if $last_loaded_file does not exist.
11372
11373 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11374
11375 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11376 * gdb.base/jit-main.c: Use exit after usage.
11377
11378 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11379
11380 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11381 GDBHISTSIZE prior to the tests.
11382 * gdb.base/gdbinit-history.exp: Likewise.
11383
11384 2016-04-07 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11387 instead of build_executable. Use gdb_load_shlibs.
11388
11389 2016-04-07 Yao Qi <yao.qi@linaro.org>
11390
11391 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11392 Execute "si" command.
11393
11394 2016-04-07 Yao Qi <yao.qi@linaro.org>
11395
11396 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11397 number instead of the comments on some line.
11398
11399 2016-04-06 Don Breazeal <donb@codesourcery.com>
11400
11401 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11402 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11403
11404 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11405
11406 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11407 standard_output_file. Remove unused binfile variable.
11408
11409 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11410
11411 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11412 * gdb.python/py-mi-objfile.exp: Match "list main" output
11413 in console format.
11414
11415 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11416
11417 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11418 absolute.
11419
11420 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11421
11422 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11423 absolute.
11424 * gdb.trace/ftrace.exp: Likewise.
11425 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11426 targets as well.
11427 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11428 (gdb_load_shlibs): Copy libraries to test directory when testing
11429 natively. Only set solib-search-path if testing remotely.
11430 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11431
11432 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11433
11434 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11435 gdb_download. Use it even if the target is not remote.
11436 * gdb.base/jit.exp (compile_jit_test): Likewise.
11437 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11438 output directory if the destination board is local, otherwise use
11439 the standard remote_download from DejaGnu.
11440 (gdb_download): Remove.
11441 (gdb_load_shlibs): Use gdb_remote_download instead of
11442 gdb_download.
11443 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11444 Use gdb_remote_download instead of gdb_download. Use it even if
11445 the target is not remote.
11446 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11447 instead of gdb_download.
11448
11449 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11450
11451 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11452 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11453 run.
11454
11455 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11456
11457 PR gdb/19820
11458 * gdb.base/printcmds.exp: Add artificial arrays tests.
11459
11460 2016-03-31 Pedro Alves <palves@redhat.com>
11461
11462 PR gdb/19858
11463 * gdb.base/jit-main.c: Include unistd.h.
11464 (ATTACH): Define to 0 if not already defined.
11465 (wait_for_gdb, mypid): New globals.
11466 (WAIT_FOR_GDB): New macro.
11467 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11468 some breakpoint locations.
11469 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11470 New procedures.
11471 (one_jit_test): Add REATTACH parameter, and handle it. Use
11472 continue_to_test_location.
11473 (top level): Test attach, and adjusts calls to one_jit_test.
11474
11475 2016-03-31 Pedro Alves <palves@redhat.com>
11476
11477 PR gdb/19858
11478 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11479 BINSUFFIX parameter, and handle it.
11480 (top level): Adjust calls compile_jit_test.
11481
11482 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11483
11484 PR python/19743
11485 * gdb.python/py-mi-events-gdb.py: New file.
11486 * gdb.python/py-mi-events.c: New file.
11487 * gdb.python/py-mi-events.exp: New file.
11488
11489 2016-03-30 Yao Qi <yao.qi@linaro.org>
11490
11491 * gdb.reverse/until-precsave.exp: Match function name only.
11492 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11493 Move malloc to a condition block.
11494 * gdb.reverse/until-reverse.exp: Match function name only.
11495
11496 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11497
11498 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11499 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11500 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11501 variable for GPR 0 instead of assuming it is register 0.
11502 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11503 * lib/trace-support.exp: Add s390 registers.
11504
11505 2016-03-29 Yao Qi <yao.qi@linaro.org>
11506
11507 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11508
11509 2016-03-24 Yao Qi <yao.qi@linaro.org>
11510
11511 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11512 test message.
11513
11514 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11515
11516 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11517 maintaining separate logic for constructing the output path.
11518
11519 2016-03-16 Don Breazeal <donb@codesourcery.com>
11520
11521 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11522 Retry fork and waitpid on interrupted system call errors.
11523 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11524 Use with_timeout_factor to increase timeout by factor of 10.
11525
11526 2016-03-15 Don Breazeal <donb@codesourcery.com>
11527
11528 * gdb.cp/scope-err.cc: New test program.
11529 * gdb.cp/scope-err.exp: New test script.
11530 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11531 lines and "set breakpoint here" comment.
11532 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11533 Fixed some whitespace and format issues.
11534 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11535 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11536
11537 2016-03-15 Doug Evans <dje@google.com>
11538
11539 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11540 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11541 All callers updated. Add tests for enums, mixed flags register.
11542
11543 2016-03-15 Doug Evans <dje@google.com>
11544
11545 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11546 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11547
11548 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11549
11550 * gdb.base/default.exp: Add $_as_string to the list of expected
11551 convenience functions.
11552
11553 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11554
11555 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11556
11557 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11558
11559 * gdb.python/py-as-string.exp: New file.
11560 * gdb.python/py-as-string.c: New file.
11561
11562 2016-03-09 Pedro Alves <palves@redhat.com>
11563
11564 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11565 signal" -> "Thread NN received signal" output change.
11566 * gdb.threads/ia64-sigill.exp: Likewise.
11567 * gdb.threads/linux-dp.exp: Likewise.
11568 * gdb.threads/manythreads.exp: Likewise.
11569 * gdb.threads/pending-step.exp: Likewise.
11570 * gdb.threads/print-threads.exp: Likewise.
11571 * gdb.threads/sigstep-threads.exp: Likewise.
11572 * gdb.threads/staticthreads.exp: Likewise.
11573 * gdb.threads/tls.exp: Likewise.
11574
11575 2016-03-09 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.base/command-line-input.exp: New file.
11578
11579 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11580
11581 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11582 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11583 * gdb.trace/pending.exp: Accept leading dot before function name.
11584 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11585 * lib/trace-support.exp: Set registers for ppc.
11586
11587 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11588
11589 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11590 use it for disassembly; accept .main in addition to main in backtrace.
11591
11592 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11593 Marcin Kościelnicki <koriakin@0x04.net>
11594
11595 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11596 (gdb_recursion_test_ptr): New global variable.
11597 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11598 gdb_recursion_test.
11599 (gdb_c_test): Ditto.
11600
11601 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11602
11603 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11604 ordering.
11605
11606 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11607
11608 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11609 (bar): Add bar_start_lbl label.
11610 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11611 of foo/bar for emitting DWARF and tracing.
11612
11613 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11614
11615 * analyze-racy-logs.py: Set executable bit.
11616
11617 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11618
11619 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11620 (CHECK_TARGET_TMP): Likewise.
11621 (check-single-racy): New rule.
11622 (check-parallel-racy): Likewise.
11623 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11624 (do-check-parallel-racy): New rule.
11625 (check-racy/%.exp): Likewise.
11626 * README (Racy testcases): New section.
11627 * analyze-racy-logs.py: New file.
11628
11629 2016-03-03 Doug Evans <dje@google.com>
11630
11631 * gdb.base/skip.exp: Use with_test_prefix.
11632
11633 2016-03-03 Yao Qi <yao.qi@linaro.org>
11634
11635 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11636 Invoke step_over_syscall "clone" and break_cond_on_syscall
11637 "clone".
11638 * gdb.base/step-over-clone.c: New file.
11639
11640 2016-03-03 Yao Qi <yao.qi@linaro.org>
11641
11642 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11643 code format.
11644
11645 2016-03-03 Yao Qi <yao.qi@linaro.org>
11646
11647 * gdb.base/disp-step-fork.c: Rename to ...
11648 * gdb.base/step-over-fork.c: ... it. New file.
11649 * gdb.base/disp-step-vfork.c: Rename to ...
11650 * gdb.base/step-over-vfork.c: ... it. New file.
11651 * gdb.base/disp-step-syscall.exp: Rename to ...
11652 * gdb.base/step-over-syscall.exp: ... it. New file.
11653 (disp_step_cross_syscall): Rename to ...
11654 (step_over_syscall): ... it.
11655
11656 2016-03-03 Yao Qi <yao.qi@linaro.org>
11657
11658 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11659 If target supports condition evaluation on target, invoke
11660 break_cond_on_syscall for fork and vfork.
11661
11662 2016-03-03 Yao Qi <yao.qi@linaro.org>
11663
11664 * gdb.base/disp-step-syscall.exp: Don't invoke
11665 support_displaced_stepping.
11666 (disp_step_cross_syscall): Test with displaced stepping off and
11667 on if supported.
11668
11669 2016-03-03 Yao Qi <yao.qi@linaro.org>
11670
11671 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11672 proc.
11673 (setup): New proc.
11674 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11675 and setup.
11676
11677 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11678
11679 * gdb.fortran/vla-history.exp: Remove breakpoint.
11680
11681 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11682
11683 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11684 exceeds timeout.
11685
11686 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11687
11688 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11689 breakpoint.
11690
11691 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11692
11693 * gdb.mi/vla.f90: Nullify pointer after declaration.
11694
11695 2016-03-01 Pedro Alves <palves@redhat.com>
11696
11697 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11698
11699 2016-03-01 Pedro Alves <palves@redhat.com>
11700
11701 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11702 before anything else.
11703 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11704 _GNU_SOURCE here.
11705 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11706 before anything else.
11707 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11708
11709 2016-03-01 Pedro Alves <palves@redhat.com>
11710
11711 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11712
11713 2016-03-01 Yao Qi <yao.qi@linaro.org>
11714
11715 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11716 prepare_for_testing.
11717
11718 2016-03-01 Yao Qi <yao.qi@linaro.org>
11719
11720 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11721
11722 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11723
11724 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11725 manually constructing the output path.
11726
11727 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11728
11729 * gdb.arch/s390-stackless.S: New.
11730 * gdb.arch/s390-stackless.exp: New.
11731
11732 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11733
11734 * gdb.dlang/circular.c: New file.
11735 * gdb.dlang/circular.exp: New file.
11736
11737 2016-02-26 Yao Qi <yao.qi@linaro.org>
11738
11739 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11740 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11741 (testcases): Update.
11742
11743 2016-02-26 Yao Qi <yao.qi@linaro.org>
11744
11745 * gdb.reverse/aarch64.c: Rename to ...
11746 * gdb.reverse/insn-reverse.c: ... it.
11747 * gdb.reverse/aarch64.exp: Rename to ...
11748 * gdb.reverse/insn-reverse.exp: ... it.
11749
11750 2016-02-26 Yao Qi <yao.qi@linaro.org>
11751
11752 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11753 (testcase_ftype): New.
11754 (testcases): New array.
11755 (n_testcases): New.
11756 (main): Call each element in testcases.
11757 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11758 (read_testcase): New.
11759 Do the tests in a loop.
11760
11761 2016-02-25 Yao Qi <yao.qi@linaro.org>
11762
11763 * gdb.base/branches.c: Remove.
11764
11765 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11766
11767 PR gdb/13808
11768 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11769
11770 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11771
11772 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11773
11774 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11775
11776 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11777 change x86_64 call_insn to 'callq'.
11778
11779 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11780
11781 * gdb.trace/tfile-avx.c: Move to...
11782 * gdb.trace/tracefile-pseudo-reg.c: Here.
11783 * gdb.trace/tfile-avx.exp: Move to...
11784 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11785
11786 2016-02-24 Gary Benson <gbenson@redhat.com>
11787
11788 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11789 message on attach.
11790
11791 2016-02-23 Doug Evans <dje@google.com>
11792
11793 * gdb.base/skip.c (test_skip): New function.
11794 (end_test_skip_file_and_function): New function.
11795 (test_skip_file_and_function): New function.
11796 * gdb.base/skip1.c (test_skip): New function.
11797 (skip1_test_skip_file_and_function): New function.
11798 * gdb.base/skip.exp: Add tests for new skip options.
11799 * gdb.base/skip-solib.exp: Update expected output.
11800 * gdb.perf/skip-command.cc: New file.
11801 * gdb.perf/skip-command.exp: New file.
11802 * gdb.perf/skip-command.py: New file.
11803
11804 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11805
11806 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11807 info registers pattern.
11808
11809 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11810
11811 * lib/future.exp: Add D support.
11812 (gdb_find_gdc): New proc.
11813 (gdb_default_target_compile): Add D support.
11814
11815 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11816
11817 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11818 user+system time.
11819 (trace_speed_test): Determine the iteration count for a time
11820 between 15..30 seconds.
11821
11822 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11823
11824 * gdb.arch/i386-mpx-sigsegv.c: New file.
11825 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11826 * gdb.arch/i386-mpx-simple_segv.c: New file.
11827 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11828
11829 2016-02-18 Yao Qi <yao.qi@linaro.org>
11830
11831 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11832 Don't call setup_kfail.
11833
11834 2016-02-18 Yao Qi <yao.qi@linaro.org>
11835
11836 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11837 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11838
11839 2016-02-16 Doug Evans <dje@google.com>
11840
11841 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11842 * gdb.base/skip1.c: Ditto.
11843 * gdb.base/skip.exp: Whitespace cleanup.
11844
11845 2016-02-16 Don Breazeal <donb@codesourcery.com>
11846
11847 PR remote/19496
11848 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11849 Remove kfail for PR remote/19496.
11850
11851 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11852
11853 * lib/gdb.exp (standard_temp_file): Return a path specific to
11854 the runtest invocation.
11855
11856 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11857
11858 * gdb.trace/save-trace.exp: Change relative path to be in the
11859 standard output directory.
11860
11861 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11862
11863 * gdb.arch/i386-prologue.c: Add missing prototypes.
11864
11865 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11866
11867 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11868 * gdb.arch/i386-prologue.exp: Likewise.
11869 * gdb.arch/i386-size.exp: Likewise.
11870
11871 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11872
11873 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11874 define object file path.
11875 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11876 file path.
11877 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11878 standard_output_file to define binfile.
11879
11880 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11881
11882 Fix compatibility with recent gfortran-5.3.1.
11883 * gdb.fortran/vla-history.exp (print vla1 allocated)
11884 (print vla2 allocated, print $2, print $3): Remove
11885 (print $4): Rename to ...
11886 (print $2): ... here.
11887 (print $9): Rename to ...
11888 (print $5): ... here.
11889 (print $10): Rename to ...
11890 (print $6): ... here.
11891 * gdb.fortran/vla.f90: Add pvla initialization.
11892
11893 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11894
11895 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11896 New test.
11897 * gdb.fortran/vla-value-sub.exp: Likewise.
11898
11899 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11900
11901 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11902
11903 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11904
11905 * i386-biarch-core.exp: Define corefile using
11906 standard_output_file.
11907
11908 2016-02-12 Yao Qi <yao.qi@linaro.org>
11909
11910 * gdb.arch/arm-single-step-kernel-helper.c: New.
11911 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11912
11913 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11914
11915 * gdb.btrace/tailcall-only.exp: New.
11916 * gdb.btrace/tailcall-only.c: New.
11917 * gdb.btrace/x86_64-tailcall-only.S: New.
11918 * gdb.btrace/i686-tailcall-only.S: New.
11919
11920 2016-02-11 Pedro Alves <palves@redhat.com>
11921
11922 * README (Parallel testing): Add missing double quotes.
11923
11924 2016-02-11 Pedro Alves <palves@redhat.com>
11925
11926 * README (Parallel testing): New section.
11927 (GDB_PARALLEL): Rewrite.
11928 (FORCE_PARALLEL): Document.
11929
11930 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11931
11932 * gdb.trace/tfile-avx.c: New test.
11933 * gdb.trace/tfile-avx.exp: New test.
11934
11935 2016-02-09 Keith Seitz <keiths@redhat.com>
11936
11937 PR breakpoints/19546
11938 * gdb.base/infcall-exec.c: New file.
11939 * gdb.base/infcall-exec2.c: New file.
11940 * gdb.base/infcall-exec.exp: New file.
11941
11942 2016-02-09 Keith Seitz <keiths@redhat.com>
11943
11944 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11945 (toplevel): Call test_bkpt_address.
11946
11947 2016-02-09 Keith Seitz <keiths@redhat.com>
11948
11949 PR python/19506
11950 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11951 (toplevel): Call test_bkpt_address.
11952
11953 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11954
11955 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11956 to AC_OUTPUT.
11957 * configure: Regenerate.
11958
11959 2016-02-09 Pedro Alves <palves@redhat.com>
11960
11961 PR breakpoints/19548
11962 * gdb.base/execl-update-breakpoints.c (some_function): New
11963 function.
11964 (main): Call it.
11965 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11966 Tighten expected GDB output.
11967
11968 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11969
11970 * Makefile.in (ALL_SUBDIRS): Remove.
11971 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11972 (distclean maintainer-clean realclean): Likewise.
11973 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11974 * configure: Regenerate.
11975 * gdb.ada/Makefile.in: Delete.
11976 * gdb.arch/Makefile.in: Likewise.
11977 * gdb.asm/Makefile.in: Likewise.
11978 * gdb.base/Makefile.in: Likewise.
11979 * gdb.btrace/Makefile.in: Likewise.
11980 * gdb.cell/Makefile.in: Likewise.
11981 * gdb.compile/Makefile.in: Likewise.
11982 * gdb.cp/Makefile.in: Likewise.
11983 * gdb.disasm/Makefile.in: Likewise.
11984 * gdb.dlang/Makefile.in: Likewise.
11985 * gdb.dwarf2/Makefile.in: Likewise.
11986 * gdb.fortran/Makefile.in: Likewise.
11987 * gdb.gdb/Makefile.in: Likewise.
11988 * gdb.go/Makefile.in: Likewise.
11989 * gdb.guile/Makefile.in: Likewise.
11990 * gdb.java/Makefile.in: Likewise.
11991 * gdb.linespec/Makefile.in: Likewise.
11992 * gdb.mi/Makefile.in: Likewise.
11993 * gdb.modula2/Makefile.in: Likewise.
11994 * gdb.multi/Makefile.in: Likewise.
11995 * gdb.objc/Makefile.in: Likewise.
11996 * gdb.opencl/Makefile.in: Likewise.
11997 * gdb.opt/Makefile.in: Likewise.
11998 * gdb.pascal/Makefile.in: Likewise.
11999 * gdb.perf/Makefile.in: Likewise.
12000 * gdb.python/Makefile.in: Likewise.
12001 * gdb.reverse/Makefile.in: Likewise.
12002 * gdb.server/Makefile.in: Likewise.
12003 * gdb.stabs/Makefile.in: Likewise.
12004 * gdb.threads/Makefile.in: Likewise.
12005 * gdb.trace/Makefile.in: Likewise.
12006 * gdb.xml/Makefile.in: Likewise.
12007 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12008 GDB_PARALLEL.
12009 (standard_output_file): Remove check for GDB_PARALLEL, always
12010 return path in outputs/$subdir/$testname.
12011
12012 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12013
12014 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12015 (site.exp): Assign abs_srcdir to tcl's srcdir.
12016
12017 2016-02-04 Yao Qi <yao.qi@linaro.org>
12018
12019 * gdb.base/foll-exec-mode.c: Include limits.h.
12020 (main): Add parameters argc and argv. Get directory from
12021 argv[0].
12022 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12023 compilation.
12024 * gdb.base/foll-exec.c: Include limits.h.
12025 (main): Add parameters argc and argv.
12026 Get directory from argv[0].
12027 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12028 Adjust tests on the number of lines as source code changed.
12029 * gdb.base/foll-vfork-exit.c: Include limits.h.
12030 (main): Add one line of statement before vfork.
12031 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12032 (main): Add parameters argc and argv. Get directory from
12033 argv[0].
12034 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12035 (setup_gdb): Set tbreak to skip some source lines.
12036 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12037 (main): Add parameters argc and argv. Get directory from
12038 argv[0].
12039 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12040 compilation.
12041 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12042 (main): Add parameters argc and argv. Get directory from
12043 argv[0].
12044 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12045 compilation.
12046
12047 2016-02-01 Doug Evans <dje@google.com>
12048
12049 * gdb.base/skip.exp: Clean up multiple references to same test name.
12050
12051 2016-02-01 Pedro Alves <palves@redhat.com>
12052
12053 PR remote/19496
12054 * gdb.threads/forking-threads-plus-breakpoint.exp
12055 (displaced_stepping_supported): New global.
12056 (probe_displaced_stepping_support): New procedure.
12057 (do_test): Add 'displaced' parameter, and use it.
12058 (top level): Check for displaced stepping support. Add displaced
12059 stepping on/off testing axis.
12060
12061 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12062
12063 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12064 pointer. Don't perform further tests on the unassociated pointer
12065 if the first test fails.
12066
12067 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12068
12069 * gdb.base/max-value-size.c: New file.
12070 * gdb.base/max-value-size.exp: New file.
12071 * gdb.base/huge.exp: Disable max-value-size for this test.
12072
12073 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12074
12075 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12076
12077 2016-01-28 Yao Qi <yao.qi@linaro.org>
12078
12079 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12080
12081 2016-01-25 Pedro Alves <palves@redhat.com>
12082
12083 PR threads/19461
12084 * gdb.base/fork-running-state.c: New file.
12085 * gdb.base/fork-running-state.exp: New file.
12086
12087 2016-01-25 Pedro Alves <palves@redhat.com>
12088
12089 PR gdb/19494
12090 * gdb.base/catch-fork-kill.c: New file.
12091 * gdb.base/catch-fork-kill.exp: New file.
12092
12093 2016-01-25 Pedro Alves <palves@redhat.com>
12094
12095 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12096 Delete, moved to lib/gdb.exp.
12097 * gdb.threads/forking-threads-plus-breakpoint.exp
12098 (foreach_with_prefix): Likewise.
12099 * gdb.threads/process-dies-while-handling-bp.exp
12100 (foreach_with_prefix): Likewise.
12101 * lib/gdb.exp (foreach_with_prefix): New procedure.
12102
12103 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12104
12105 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12106 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12107
12108 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12109
12110 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12111 endian targets.
12112
12113 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12114 Pedro Alves <palves@redhat.com>
12115
12116 Fix testsuite compatibility with Guile.
12117 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12118 number.
12119
12120 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12121
12122 Fix testsuite compatibility with Guile.
12123 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12124 (thread 1): New test for backtrace through signal handler.
12125
12126 2016-01-22 Yao Qi <yao.qi@linaro.org>
12127
12128 PR testsuite/19491
12129 * gdb.base/multi-forks.c: Include
12130 ../lib/unbuffer_output.c
12131 (main): Call gdb_unbuffer_output.
12132
12133 2016-01-21 Doug Evans <dje@google.com>
12134
12135 * lib/ada.exp (gdb_compile_ada): Fix typo.
12136
12137 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12138
12139 * gdb.base/break-fun-addr.exp: New file.
12140 * gdb.base/break-fun-addr1.c: New file.
12141 * gdb.base/break-fun-addr2.c: New file.
12142
12143 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12144
12145 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12146 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12147 enum flag values.
12148
12149 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12150
12151 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12152 when GDB can not set the vector return value. Add more comments
12153 for clarification.
12154
12155 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12156
12157 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12158 command.
12159
12160 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12161
12162 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12163
12164 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12165
12166 * Makefile.in (check-single): Pass --status to runtest.
12167 (check/%.exp): Likewise.
12168
12169 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12170
12171 * Makefile.in (check-parallel): Propagate return code from make
12172 do-check-parallel.
12173
12174 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12175
12176 * gdb.trace/ftrace.exp: Fix expected message on continue.
12177 * gdb.trace/pending.exp: Fix expected message on continue.
12178 * gdb.trace/trace-break.exp: Fix expected message on continue.
12179
12180 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12181
12182 * lib/gdb.exp (gdb_test): Remove unused global references.
12183
12184 2016-01-18 Pedro Alves <palves@redhat.com>
12185
12186 * gdb.base/async-shell.exp: Adjust expected output.
12187 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12188 * gdb.base/siginfo-thread.exp: Adjust expected output.
12189 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12190 * gdb.java/jnpe.exp: Adjust expected output.
12191 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12192 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12193 * gdb.threads/leader-exit.exp: Adjust expected output.
12194 * gdb.threads/manythreads.exp: Adjust expected output.
12195 * gdb.threads/pthreads.exp: Adjust expected output.
12196 * gdb.threads/schedlock.exp: Adjust expected output.
12197 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12198 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12199 expected output.
12200 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12201 output.
12202 * gdb.threads/sigthread.exp: Adjust expected output.
12203 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12204
12205 2016-01-18 Yao Qi <yao.qi@linaro.org>
12206
12207 * gdb.guile/scm-section-script.c: Replace @progbits with
12208 %progbits.
12209 * gdb.python/py-section-script.c: Likewise.
12210
12211 2016-01-15 Pedro Alves <palves@redhat.com>
12212
12213 * gdb.multi/tids.exp: Test star wildcard ranges.
12214
12215 2016-01-15 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12218 command from "thread apply" invocation.
12219 (thr_apply_info_thr_invalid): Default the expected output to the
12220 input tid list.
12221 (top level): Add tests that use convenience variables. Add tests
12222 for "thread apply" with a valid TID list, but missing the command.
12223
12224 2016-01-13 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.base/default.exp: Expect $_gthread as well.
12227 * gdb.multi/tids.exp: Test $_gthread.
12228 * gdb.threads/thread-specific.exp: Test $_gthread.
12229
12230 2016-01-13 Pedro Alves <palves@redhat.com>
12231
12232 * gdb.multi/tids.exp: Test "info threads -gid".
12233
12234 2016-01-13 Pedro Alves <palves@redhat.com>
12235
12236 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12237 Breakpoint.thread.
12238 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12239
12240 2016-01-07 Pedro Alves <palves@redhat.com>
12241
12242 * gdb.base/break.exp: Adjust to output changes.
12243 * gdb.base/hbreak2.exp: Likewise.
12244 * gdb.base/sepdebug.exp: Likewise.
12245 * gdb.base/watch_thread_num.exp: Likewise.
12246 * gdb.linespec/keywords.exp: Likewise.
12247 * gdb.multi/info-threads.exp: Likewise.
12248 * gdb.threads/thread-find.exp: Likewise.
12249 * gdb.multi/tids.c: New file.
12250 * gdb.multi/tids.exp: New file.
12251
12252 2016-01-13 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12255
12256 2016-01-13 Pedro Alves <palves@redhat.com>
12257
12258 * gdb.base/default.exp: Expect $_inferior as well.
12259 * gdb.multi/base.exp: Test $_inferior.
12260
12261 2016-01-13 Pedro Alves <palves@redhat.com>
12262
12263 PR breakpoints/19388
12264 * gdb.base/catch-signal-siginfo-cond.c: New file.
12265 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12266
12267 2016-01-12 Josh Stone <jistone@redhat.com>
12268 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12269
12270 * gdb.base/catch-syscall.c (do_execve): New variable.
12271 (main): Conditionally trigger an execve.
12272 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12273 (test_catch_syscall_execve): New, check entry/return across execve.
12274 (do_syscall_tests): Call test_catch_syscall_execve.
12275
12276 2016-01-12 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.base/random-signal.exp (do_test): New procedure, with body
12279 of testcase moved in.
12280
12281 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12282 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.base/funcargs.exp (finish from indirectly called function):
12285 Reintroduce the case for 'First'.
12286
12287 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12288 Pedro Alves <palves@redhat.com>
12289
12290 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12291 (tcatch_vfork_then_child_follow_exec)
12292 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12293 identification.
12294
12295 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12296
12297 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12298 and repeats to unlimited.
12299 * gdb.python/py-value.exp: Likewise.
12300 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12301 and repeats to unlimited.
12302
12303 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12304
12305 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12306 and reordering the functions.
12307 * gdb.multi/hangout.c: Likewise.
12308 * gdb.multi/hello.c: Likewise.
12309
12310 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12311
12312 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12313 absolute.
12314 (SingleStatisticTestResult.report): Use dict.keys instead of
12315 dict.iterkeys.
12316
12317 2016-01-06 Pedro Alves <palves@redhat.com>
12318
12319 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12320
12321 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12322
12323 * gdb.btrace/dlopen.exp: New.
12324 * gdb.btrace/dlopen.c: New.
12325 * gdb.btrace/dlopen-dso.c: New.
12326
12327 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12328
12329 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12330 PATTERN argument is optional.
12331
12332 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12333
12334 * lib/ada.exp (target_compile_ada_from_dir): New function.
12335 (gdb_compile_ada): Reimplement avoiding the use of project files.
12336 * gdb.ada/gnat_ada.gpr: Delete.
12337 * gdb.ada/cond_lang.exp: Adjust test to make path before
12338 filename optional.
12339 * gdb.ada/small_reg_param.exp: Likewise.
12340
12341 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12342
12343 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12344
12345 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12346
12347 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12348 case.
12349
12350 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12351
12352 * gdb.base/break.exp: Remove dead code.
12353 * gdb.base/sepdebug.exp: Likewise.
12354
12355 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12356
12357 * gdb.asm/asm-source.exp: Remove HP-UX references.
12358 * gdb.base/annota1.exp: Likewise.
12359 * gdb.base/annota3.exp: Likewise.
12360 * gdb.base/attach.exp: Likewise.
12361 * gdb.base/bigcore.exp: Likewise.
12362 * gdb.base/break.exp: Likewise.
12363 * gdb.base/call-ar-st.exp: Likewise.
12364 * gdb.base/callfuncs.exp: Likewise.
12365 * gdb.base/catch-fork-static.exp: Likewise.
12366 * gdb.base/display.exp: Likewise.
12367 * gdb.base/foll-exec-mode.exp: Likewise.
12368 * gdb.base/foll-exec.exp: Likewise.
12369 * gdb.base/foll-fork.exp: Likewise.
12370 * gdb.base/foll-vfork.exp: Likewise.
12371 * gdb.base/funcargs.exp: Likewise.
12372 * gdb.base/hbreak2.exp: Likewise.
12373 * gdb.base/inferior-died.exp: Likewise.
12374 * gdb.base/interrupt.exp: Likewise.
12375 * gdb.base/multi-forks.exp: Likewise.
12376 * gdb.base/nodebug.exp: Likewise.
12377 * gdb.base/sepdebug.exp: Likewise.
12378 * gdb.base/solib1.c: Likewise.
12379 * gdb.base/step-test.exp: Likewise.
12380 * gdb.mi/non-stop.c: Likewise.
12381 * gdb.mi/pthreads.c: Likewise.
12382 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12383 * gdb.threads/pthreads.c: Likewise.
12384 * gdb.threads/staticthreads.exp: Likewise.
12385 * lib/future.exp: Likewise.
12386 * lib/gdb.exp: Likewise.
12387 * gdb.base/so-indr-cl.c: Remove.
12388 * gdb.base/so-indr-cl.exp: Likewise.
12389 * gdb.base/solib.c: Likewise.
12390 * gdb.base/solib.exp: Likewise.
12391 * gdb.base/solib2.c: Likewise.
12392
12393 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12394
12395 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12396 * gdb.base/call-ar-st.exp: Likewise.
12397 * gdb.base/callfuncs.exp: Likewise.
12398 * gdb.base/condbreak.exp: Likewise.
12399 * gdb.base/constvars.exp: Likewise.
12400 * gdb.base/hbreak2.exp: Likewise.
12401 * gdb.base/langs.exp: Likewise.
12402 * gdb.base/list.exp: Likewise.
12403 * gdb.base/long_long.exp: Likewise.
12404 * gdb.base/ptype.exp: Likewise.
12405 * gdb.base/scope.exp: Likewise.
12406 * gdb.base/signals.exp: Likewise.
12407 * gdb.base/so-impl-ld.exp: Likewise.
12408 * gdb.base/varargs.exp: Likewise.
12409 * gdb.base/volatile.exp: Likewise.
12410 * gdb.base/whatis.exp: Likewise.
12411 * gdb.cp/cplusfuncs.exp: Likewise.
12412 * gdb.cp/inherit.exp: Likewise.
12413 * gdb.cp/local.exp: Likewise.
12414 * gdb.cp/member-ptr.exp: Likewise.
12415 * gdb.cp/method.exp: Likewise.
12416 * gdb.cp/overload.exp: Likewise.
12417 * gdb.cp/templates.exp: Likewise.
12418 * gdb.stabs/weird.exp: Likewise.
12419 * lib/compiler.c: Likewise.
12420 * lib/compiler.cc: Likewise.
12421 * lib/cp-support.exp: Likewise.
12422 * lib/gdb.exp: Likewise.
12423
12424 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12425
12426 * configure.ac: Remove HP-UX case.
12427 * configure: Regenerate.
12428
12429 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12430
12431 * lib/gdb.exp (gdb_compile): Add function doc.
12432
12433 2015-12-17 Pedro Alves <palves@redhat.com>
12434
12435 PR threads/19354
12436 * gdb.multi/info-threads.exp: New file.
12437
12438 2015-12-15 Yao Qi <yao.qi@linaro.org>
12439
12440 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12441 is aarch64*-*-*.
12442
12443 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12444
12445 * gdb.base/history-duplicates.exp: Skip if no readline support.
12446
12447 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12448
12449 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12450
12451 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12452
12453 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12454
12455 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12456
12457 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12458 ctrl-C if nointerrupts target property is set.
12459 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12460 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12461 * gdb.base/paginate-bg-execution.exp: Likewise.
12462 * gdb.base/paginate-execution-startup.exp: Likewise.
12463 * gdb.base/random-signal.exp: Likewise.
12464 * gdb.base/range-stepping.exp: Likewise.
12465 * gdb.cp/annota2.exp: Likewise.
12466 * gdb.cp/annota3.exp: Likewise.
12467 * gdb.gdb/selftest.exp: Likewise.
12468 * gdb.threads/continue-pending-status.exp: Likewise.
12469 * gdb.threads/leader-exit.exp: Likewise.
12470 * gdb.threads/manythreads.exp: Likewise.
12471 * gdb.threads/pthreads.exp: Likewise.
12472 * gdb.threads/schedlock.exp: Likewise.
12473 * gdb.threads/sigthread.exp: Likewise.
12474
12475 2015-12-11 Don Breazeal <donb@codesourcery.com>
12476
12477 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12478 remote.
12479 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12480 * gdb.base/foll-exec.exp (main): Enable for target remote.
12481 * gdb.base/foll-fork.exp (main): Likewise.
12482 * gdb.base/foll-vfork.exp (main): Likewise.
12483 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12484 (proc continue_to_exit_bp_loc): Use clean_restart.
12485 * gdb.base/pie-execl.exp (main): Disable for target remote.
12486 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12487 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12488 * gdb.threads/execl.exp (main): Likewise.
12489 * gdb.threads/fork-child-threads.exp (main): Likewise.
12490 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12491 remote.
12492 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12493 remote.
12494 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12495 pid.tid style ptids, instead of just tid.
12496 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12497 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12498 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12499 ptids, instead of just tid.
12500
12501 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12502
12503 * gdb.base/list.exp (test_list_forward): Add end of file error
12504 test.
12505 (test_repeat_list_command): Add end of file error test.
12506 (test_list_backwards): Add beginning of file error test.
12507
12508 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12509
12510 * gdb.base/list.exp (test_list_invalid_args): New function,
12511 defined, and called.
12512
12513 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12514
12515 * gdb.base/list.exp (test_list): Make test names unique.
12516
12517 2015-12-11 Yao Qi <yao.qi@linaro.org>
12518
12519 * gdb.base/coremaker2.c: Remove.
12520
12521 2015-12-10 Pedro Alves <palves@redhat.com>
12522
12523 * gdb.multi/base.exp: Remove stale "spaces" references.
12524
12525 2015-12-10 Pedro Alves <palves@redhat.com>
12526
12527 * gdb.multi/base.exp: Don't use nowarnings.
12528 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12529 * gdb.multi/hangout.c: Include stdio.h.
12530 * gdb.multi/hello.c: Include stdlib.h.
12531 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12532 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12533 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12534
12535 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12536
12537 * gdb.dwarf2/dw2-ranges-base.c: New file.
12538 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12539 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12540 support additional line table, and debug ranges generation.
12541 (Dwarf::ranges): New function, generate .debug_ranges.
12542 (Dwarf::lines): Support generating simple line table programs.
12543 (Dwarf::assemble): Initialise new namespace variables.
12544
12545 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12546
12547 * gdb.base/async.exp (proc test_background): Add case for
12548 asynchronous execution not supported.
12549
12550 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12551
12552 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12553 format and change test names to make them unique.
12554
12555 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12556 Pedro Alves <pedro@redhat.com>
12557
12558 PR gdb/18702
12559 Add checking of floatformats setup on x86_64 hosts.
12560 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12561 (smallval, bigval): New labels/constants.
12562 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12563 float" after loading bigval and smallval.
12564
12565 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12566
12567 * gdb.ada/fun_overload_menu.exp: New testcase.
12568 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12569
12570 2015-12-04 Josh Stone <jistone@redhat.com>
12571
12572 * gdb.base/catch-fork-static.exp: New.
12573
12574 2015-12-03 Yao Qi <yao.qi@linaro.org>
12575
12576 * gdb.base/sizeof.c: Don't include stdio.h and
12577 ../lib/unbuffer_output.c.
12578 (main): New variable 'size' and 'value'. Remove printf and
12579 gdb_unbuffer_output. Assign return value to size and value.
12580 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12581 at the beginning.
12582 (check_sizeof): Check the result by printing variable 'size'.
12583 (check_valueof): Check the result by printing variable 'value'.
12584
12585 2015-12-01 Yao Qi <yao.qi@linaro.org>
12586
12587 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12588 for aarch64*-*-linux* target.
12589
12590 2015-11-30 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12593
12594 2015-11-30 Pedro Alves <palves@redhat.com>
12595
12596 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12597 Handle non-stop mode vCont replies.
12598
12599 2015-11-30 Pedro Alves <palves@redhat.com>
12600
12601 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12602 prepare_for_testing. Start gdb with "set non-stop on" appended to
12603 GDBFLAGS. Lax expected stop output.
12604
12605 2015-11-27 Yao Qi <yao.qi@linaro.org>
12606
12607 * gdb.arch/arm-neon.exp: New.
12608 * gdb.arch/arm-neon.c: New.
12609
12610 2015-11-27 Yao Qi <yao.qi@linaro.org>
12611
12612 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12613
12614 2015-11-27 Yao Qi <yao.qi@linaro.org>
12615
12616 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12617 frames-invalid annotation.
12618
12619 2015-11-27 Yao Qi <yao.qi@linaro.org>
12620
12621 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12622
12623 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12624
12625 * gdb.threads/names.exp: New file.
12626 * gdb.threads/names.c: New file.
12627 * README: Mention gdb,no_thread_names.
12628
12629 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12630
12631 PR 19297
12632 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12633 support" error.
12634
12635 2015-11-24 Pedro Alves <palves@redhat.com>
12636
12637 PR 17539
12638 * gdb.base/display.exp: Expect displays to be sorted in ascending
12639 order. Use multi_line.
12640 * gdb.base/solib-display.exp: Likewise.
12641
12642 2015-11-24 Pedro Alves <palves@redhat.com>
12643
12644 PR 17539
12645 * gdb.base/display.exp: Expect displays to be sorted in ascending
12646 order. Use multi_line.
12647 * gdb.base/solib-display.exp: Likewise.
12648
12649 2015-11-24 Pedro Alves <palves@redhat.com>
12650
12651 PR 17539
12652 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12653 threads in ascending order.
12654 * gdb.base/foll-fork.exp: Likewise.
12655 * gdb.base/foll-vfork.exp: Likewise.
12656 * gdb.base/multi-forks.exp: Likewise.
12657 * gdb.mi/mi-nonstop.exp: Likewise.
12658 * gdb.mi/mi-nsintrall.exp: Likewise.
12659 * gdb.multi/base.exp: Likewise.
12660 * gdb.multi/multi-arch.exp: Likewise.
12661 * gdb.python/py-inferior.exp: Likewise.
12662 * gdb.threads/break-while-running.exp: Likewise.
12663 * gdb.threads/execl.exp: Likewise.
12664 * gdb.threads/gcore-thread.exp: Likewise.
12665 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12666 * gdb.threads/kill.exp: Likewise.
12667 * gdb.threads/linux-dp.exp: Likewise.
12668 * gdb.threads/multiple-step-overs.exp: Likewise.
12669 * gdb.threads/next-bp-other-thread.exp: Likewise.
12670 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12671 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12672 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12673 * gdb.threads/thread-find.exp: Likewise.
12674 * gdb.threads/tls.exp: Likewise.
12675 * lib/mi-support.exp (mi_reverse_list): Delete.
12676 (mi_check_thread_states): No longer reverse list.
12677
12678 2015-11-24 Pedro Alves <palves@redhat.com>
12679
12680 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12681 use lowercase.
12682
12683 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12684
12685 * gdb.trace/actions.c: Include trace-common.h.
12686 (main): Add a location for a fast tracepoint.
12687 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12688 the normal tracepoints.
12689 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12690
12691 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12692
12693 * save-trace.exp: Factor out code to these...
12694 (gdb_save_tracepoints): New.
12695 (gdb_load_tracepoints): New.
12696 (do_save_load_test): New.
12697
12698 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12699
12700 * gdb.base/asmlabel.exp: New test.
12701 * gdb.base/asmlabel.c: New test case.
12702
12703 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12704
12705 * gdb.base/wrong_frame_bt_full-main.c: New file.
12706 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12707 * gdb.base/wrong_frame_bt_full.exp: New file.
12708
12709 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12710
12711 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12712
12713 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12714
12715 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12716 pstate register when comparing registers values in
12717 sparc64-*-linux-gnu targets to avoid spurious differences.
12718
12719 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12720
12721 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12722
12723 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12724
12725 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12726 as type argument to gdb_compile.
12727 * gdb.base/nested-subp2.exp: Likewise.
12728 * gdb.base/nested-subp3.exp: Likewise.
12729
12730 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12731
12732 * lib/dwarf.exp (_note): Fix left shift of negative value.
12733 * gdb.trace/trace-condition.exp: Likewise.
12734
12735 2015-11-13 Yao Qi <yao.qi@linaro.org>
12736
12737 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12738 comments about d10v.
12739 (test_scalar_returns): Likewise.
12740 * gdb.base/d10v.ld: Remove.
12741 * gdb.base/overlays.exp: Remove the target triplet checking for
12742 d10v-*-*.
12743 * gdb.base/structs.exp (test_struct_returns): Remove the
12744 comments about d10v.
12745 (test_struct_calls): Likewise.
12746
12747 2015-11-13 Yao Qi <yao.qi@linaro.org>
12748
12749 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12750 * gdb.base/gnu_vector.c: Don't include stdio.h.
12751 (main): Don't print res and call add_some_intvecs.
12752
12753 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12754
12755 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12756 macro.
12757 (func5): Removed.
12758 (func4): Use FAST_TRACEPOINT_LABEL.
12759 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12760 macro.
12761 (func): Removed.
12762 (thread_function): Use FAST_TRACEPOINT_LABEL.
12763 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12764 (func): Remove.
12765 (marker): Use FAST_TRACEPOINT_LABEL.
12766 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12767 (pendfunc1): Remove.
12768 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12769 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12770 (foo): Remove.
12771 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12772 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12773 macro.
12774 (func): Remove.
12775 (marker): Use FAST_TRACEPOINT_LABEL.
12776 * gdb.trace/trace-common.h: New header.
12777 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12778 macro.
12779 (func): Remove.
12780 (marker): Use FAST_TRACEPOINT_LABEL.
12781 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12782 (func): Remove.
12783 (thread_function): Use FAST_TRACEPOINT_LABEL.
12784
12785 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12786
12787 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12788 in front.
12789 * gdb.trace/change-loc.exp: Use global pcreg definition.
12790 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12791 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12792 in front.
12793 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12794 * gdb.trace/pending.exp: Likewise.
12795 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12796 * gdb.trace/trace-break.exp: Likewise.
12797 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12798 in front.
12799 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12800 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12801 in front.
12802 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12803
12804 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12805
12806 * gdb.ada/fin_fun_out: New testcase.
12807
12808 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12809
12810 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12811 value associated with DW_AT_byte_size.
12812 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12813 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12814 DW_AT_upper_bound.
12815
12816 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12817
12818 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12819 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12820 version.
12821 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12822 gdb.dwarf2/dw2-canonicalize-type.exp,
12823 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12824 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12825 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12826 provided by gdb_target_symbol_prefix_flags_asm.
12827 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12828 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12829 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12830 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12831 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12832 macros where needed). Use this macro for symbols which require
12833 the prefix provided by SYMBOL_PREFIX.
12834
12835 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12836
12837 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12838 New procs.
12839 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12840 representing expressions, of more than one list element.
12841 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12842 to prepend linker symbol prefix to f.
12843 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12844 table_1 and table_2.
12845 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12846 Likewise, for f and g.
12847 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12848 for ptr.
12849 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12850 for main.
12851 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12852 table_1_ptr and table_2_ptr.
12853
12854 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12855 Joel Brobecker <brobecker@adacore.com>
12856
12857 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12858
12859 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12860
12861 * gdb.reverse/s390-mvcle.c: New test.
12862 * gdb.reverse/s390-mvcle.exp: New file.
12863 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12864
12865 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12866
12867 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12868
12869 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12870
12871 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12872 reaching marker2.
12873 * gdb.reverse/getresuid-reverse.exp: Likewise.
12874 * gdb.reverse/pipe-reverse.exp: Likewise.
12875 * gdb.reverse/readv-reverse.exp: Likewise.
12876 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12877 * gdb.reverse/time-reverse.exp: Likewise.
12878 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12879
12880 2015-10-30 Yao Qi <yao.qi@linaro.org>
12881
12882 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12883 (empty_cycle): Remove.
12884 (main): Don't call empty_cycle. Don't use watch_count_done.
12885 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12886 empty_cycle. Rewrite the code counting HW watchpoints.
12887
12888 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12889
12890 * gdb.reverse/fstatat-reverse.c: New test.
12891 * gdb.reverse/fstatat-reverse.exp: New file.
12892 * gdb.reverse/getresuid-reverse.c: New test.
12893 * gdb.reverse/getresuid-reverse.exp: New file.
12894 * gdb.reverse/pipe-reverse.c: New test.
12895 * gdb.reverse/pipe-reverse.exp: New file.
12896 * gdb.reverse/readv-reverse.c: New test.
12897 * gdb.reverse/readv-reverse.exp: New file.
12898 * gdb.reverse/recvmsg-reverse.c: New test.
12899 * gdb.reverse/recvmsg-reverse.exp: New file.
12900 * gdb.reverse/time-reverse.c: New test.
12901 * gdb.reverse/time-reverse.exp: New file.
12902 * gdb.reverse/waitpid-reverse.c: New test.
12903 * gdb.reverse/waitpid-reverse.exp: New file.
12904
12905 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12906
12907 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12908
12909 2015-10-26 Doug Evans <dje@google.com>
12910
12911 PR symtab/17391
12912 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12913 * gdb.dwarf2/bad-regnum.c: New file.
12914 * gdb.dwarf2/bad-regnum.exp: New file.
12915
12916 2015-10-26 Doug Evans <dje@google.com>
12917
12918 PR python/18938
12919 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12920 file.
12921
12922 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12923
12924 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12925 for a change by "Mention language in compile error message".
12926
12927 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12928
12929 PR python/18073
12930 * gdb.python/py-type.c (C::a_method): New.
12931 (C::a_const_method): New.
12932 (C::a_static_method): New.
12933 (a_function): New.
12934 * gdb.python/py-type.exp (test_fields): Test getting fields
12935 from function and method.
12936
12937 2015-10-21 Keven Boell <keven.boell@intel.com>
12938
12939 * gdb.fortran/vla-alloc-assoc.exp: New file.
12940 * gdb.fortran/vla-datatypes.exp: New file.
12941 * gdb.fortran/vla-datatypes.f90: New file.
12942 * gdb.fortran/vla-history.exp: New file.
12943 * gdb.fortran/vla-ptype-sub.exp: New file.
12944 * gdb.fortran/vla-ptype.exp: New file.
12945 * gdb.fortran/vla-sizeof.exp: New file.
12946 * gdb.fortran/vla-sub.f90: New file.
12947 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12948 * gdb.fortran/vla-value-sub-finish.exp: New file.
12949 * gdb.fortran/vla-value-sub.exp: New file.
12950 * gdb.fortran/vla-value.exp: New file.
12951 * gdb.fortran/vla-ptr-info.exp: New file.
12952 * gdb.mi/mi-vla-fortran.exp: New file.
12953 * gdb.mi/vla.f90: New file.
12954
12955 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12956
12957 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12958 of hardwired timeout value.
12959
12960 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12961 Pedro Alves <palves@redhat.com>
12962
12963 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12964 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12965
12966 2015-10-19 Josh Stone <jistone@redhat.com>
12967
12968 * gdb.base/catch-syscall.c: Include <sched.h>.
12969 (unknown_syscall): New variable.
12970 (main): Trigger a vfork and an unknown syscall.
12971 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12972 (unknown_syscall_number): Likewise.
12973 (check_call_to_syscall): Accept an optional syscall pattern.
12974 (check_return_from_syscall): Likewise.
12975 (check_continue): Likewise.
12976 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12977 (test_catch_syscall_skipping_return): New test toggling off 'catch
12978 syscall' to step over the syscall return, then toggling back on.
12979 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12980 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12981 (do_syscall_tests): Call test_catch_syscall_without_args and
12982 test_catch_syscall_mid_vfork.
12983 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12984 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12985
12986 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12987
12988 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12989 print g_vE): Add new pass patterns.
12990 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12991 print various symbol names for vptr fields.
12992
12993 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12994
12995 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12996 results.
12997
12998 2015-10-12 Yao Qi <yao.qi@linaro.org>
12999
13000 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13001
13002 2015-10-12 Yao Qi <yao.qi@linaro.org>
13003
13004 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13005 is aarch64*-*-linux*.
13006
13007 2015-10-12 Yao Qi <yao.qi@linaro.org>
13008
13009 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13010 (can_relocate_bcond_true): ... it.
13011 (can_relocate_bcond_false): New function.
13012 (foo): Likewise.
13013 (can_relocate_bl): Likewise.
13014 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13015 can_relocate_bl.
13016
13017 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13018
13019 * gdb.base/nested-addr.c: New file.
13020 * gdb.base/nested-addr.exp: New testcase.
13021
13022 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13023
13024 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13025 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13026 its output. Ignore the output of "record goto begin" and instead
13027 check that GDB is replaying.
13028
13029 2015-10-09 Pedro Alves <palves@redhat.com>
13030
13031 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13032 (top level): Use it in the run with no args test.
13033
13034 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13035
13036 * gdb.dlang/properties.exp: New file.
13037
13038 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13039
13040 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13041 whether or not address 0x1000 is mapped on the target.
13042
13043 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13044
13045 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13046 build.
13047
13048 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13049
13050 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13051 instruction-history test.
13052
13053 2015-09-28 Doug Evans <dje@google.com>
13054
13055 * gdb.base/gcore.c (array_func): Add reference to static_array.
13056
13057 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13058
13059 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13060 source line.
13061
13062 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13063
13064 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13065 short or char as base type.
13066
13067 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13068
13069 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13070 to allow any size enum.
13071
13072 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13073
13074 * gdb.ada/array_ptr_renaming.exp: New testcase.
13075 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13076 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13077
13078 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13079
13080 * gdb.trace/ftrace-lock.c: New file.
13081 * gdb.trace/ftrace-lock.exp: New file.
13082
13083 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13084
13085 * gdb.arch/insn-reloc.c: New file.
13086 * gdb.arch/ftrace-insn-reloc.exp: New file.
13087
13088 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13089
13090 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13091 instruction.
13092 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13093 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13094 * gdb.trace/range-stepping.c: Likewise.
13095 * gdb.trace/trace-break.c: Likewise.
13096 * gdb.trace/trace-mt.c (thread_function): Likewise.
13097 * gdb.trace/ftrace.c (marker): Likewise.
13098 * gdb.trace/trace-condition.c (marker): Likewise.
13099 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13100 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13101 is_aarch64_target.
13102
13103 2015-09-18 Doug Evans <xdje42@gmail.com>
13104
13105 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13106 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13107
13108 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13109
13110 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13111 the breakpoint.
13112
13113 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13114
13115 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13116 the pending breakpoint. Remove timeout override for "Run till
13117 MI pending breakpoint on pendfunc3 on thread 2" test.
13118
13119 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13120
13121 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13122 filename pattern.
13123
13124 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13125
13126 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13127 in breakpoint filename pattern.
13128
13129 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13130
13131 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13132
13133 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13134
13135 * gdb.linespec/explicit.exp: Check for readline support for
13136 tab-completion tests. Fix obvious typo.
13137
13138 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13139
13140 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13141 and replay.
13142
13143 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13144
13145 * gdb.btrace/non-stop.c: New.
13146 * gdb.btrace/non-stop.exp: New.
13147
13148 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13149 Yao Qi <yao.qi@linaro.org>
13150
13151 * gdb.trace/trace-condition.c: New file.
13152 * gdb.trace/trace-condition.exp: New file.
13153
13154 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13155
13156 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13157 for testing bytecode compilation.
13158
13159 2015-09-16 Pedro Alves <palves@redhat.com>
13160 Sandra Loosemore <sandra@codesourcery.com>
13161
13162 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13163 (SECONDS): Redefine.
13164 (main): Call pthread_kill and alarm early.
13165 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13166 support.
13167 (test): If the target can't hardware step and doesn't support
13168 displaced stepping, increase the timeout.
13169
13170 2015-09-16 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13173 (enable_debug): New procedures.
13174 (test): Use them. Bail out if waiting for threads fails.
13175 (top level): Bail out if a test fails.
13176
13177 2015-09-16 Yao Qi <yao.qi@linaro.org>
13178
13179 * gdb.asm/asm-source.exp: Set asm-arch for
13180 aarch64*-*-* target.
13181 * gdb.asm/aarch64.inc: New file.
13182
13183 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13184
13185 * gdb.ada/array_of_variable_length.exp: New testcase.
13186 * gdb.ada/array_of_variable_length/foo.adb: New file.
13187 * gdb.ada/array_of_variable_length/pck.adb: New file.
13188 * gdb.ada/array_of_variable_length/pck.ads: New file.
13189
13190 2015-09-15 Doug Evans <dje@google.com>
13191
13192 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13193 of function static local variable.
13194
13195 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13196
13197 * gdb.threads/tls-so_extern.exp: New test file.
13198 * gdb.threads/tls-so_extern.c: New test file.
13199 * gdb.threads/tls-so_extern_main.c: New test file.
13200
13201 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13202
13203 * gdb.opt/solib-intra-step-lib.c: New file.
13204 * gdb.opt/solib-intra-step-main.c: New file.
13205 * gdb.opt/solib-intra-step.exp: New file.
13206
13207 2015-09-15 Pedro Alves <palves@redhat.com>
13208
13209 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13210 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13211
13212 2015-09-14 Pedro Alves <palves@redhat.com>
13213
13214 * gdb.base/hook-stop-continue.c: Delete.
13215 * gdb.base/hook-stop-continue.exp: Delete.
13216 * gdb.base/hook-stop-frame.c: Delete.
13217 * gdb.base/hook-stop-frame.exp: Delete.
13218 * gdb.base/hook-stop.c: New file.
13219 * gdb.base/hook-stop.exp: New file.
13220
13221 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13222
13223 * gdb.ada/access_to_packed_array.exp: New testcase.
13224 * gdb.ada/access_to_packed_array/foo.adb: New file.
13225 * gdb.ada/access_to_packed_array/pack.adb: New file.
13226 * gdb.ada/access_to_packed_array/pack.ads: New file.
13227
13228 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13229
13230 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13231 buffer size test.
13232
13233 2015-09-11 Don Breazeal <donb@codesourcery.com>
13234
13235 * gdb.base/foll-exec.c: Add copyright header. Fix
13236 formatting issues.
13237 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13238 (do_exec_tests): Use clean_restart in place of zap_session,
13239 and for test initialization. Fix formatting issues. Use
13240 fail in place of perror.
13241 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13242 an expect statement to match an expression with output from
13243 the program under debug.
13244 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13245 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13246 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13247 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13248 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13249
13250 2015-09-09 Doug Evans <dje@google.com>
13251
13252 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13253
13254 2015-09-09 Doug Evans <dje@google.com>
13255
13256 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13257
13258 2015-09-09 Doug Evans <dje@google.com>
13259
13260 * gdb.base/savedregs.exp: Fix typo.
13261
13262 2015-09-09 Pedro Alves <palves@redhat.com>
13263
13264 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13265
13266 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13267
13268 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13269 command actually switches threads. Give up on remaining
13270 tests if target fails to stop at breakpoint.
13271
13272 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13273
13274 * gdb.ada/funcall_char.exp: New testcase.
13275 * gdb.ada/funcall_char/foo.adb: New file.
13276
13277 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13278
13279 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13280 expected outputs. Add two testcases for completing ambiguous
13281 functions.
13282 * gdb.ada/complete/aux_pck.adb: New file.
13283 * gdb.ada/complete/aux_pck.ads: New file.
13284 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13285 Ambiguous_Func functions.
13286 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13287 * gdb.ada/complete/pck.adb: Likewise.
13288
13289 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13290
13291 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13292 failures to run the test program under GDB.
13293
13294 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13295
13296 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13297 to C.
13298
13299 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13300
13301 * gdb.base/run-after-attach.exp: New test file.
13302 * gdb.base/run-after-attach.c: New test file.
13303
13304 2015-08-26 Don Breazeal <donb@codesourcery.com>
13305
13306 * gdb.base/foll-exec-2.c: New test program.
13307 * gdb.base/foll-exec-2.exp: New test.
13308
13309 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13310
13311 * gdb.base/nested-subp1.exp: New file.
13312 * gdb.base/nested-subp1.c: New file.
13313 * gdb.base/nested-subp2.exp: New file.
13314 * gdb.base/nested-subp2.c: New file.
13315 * gdb.base/nested-subp3.exp: New file.
13316 * gdb.base/nested-subp3.c: New file.
13317
13318 2015-08-24 Pedro Alves <palves@redhat.com>
13319
13320 * gdb.server/connect-without-multi-process.c: New file.
13321 * gdb.server/connect-without-multi-process.exp: New file.
13322
13323 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13324
13325 * gdb.opt/inline-markers.c: Make z int.
13326
13327 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13328
13329 * gdb.opt/inline-markers.c: Make z volatile.
13330
13331 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13332
13333 * gdb.opt/inline-bt.c: New volatile global z.
13334 * gdb.opt/inline-cmds.c: Likewise.
13335 * gdb.opt/inline-locals.c: Likewise.
13336 * gdb.opt/inline-markers.c: New extern global z.
13337 (marker): Use z.
13338 (inline_fn): Likewise.
13339
13340 2015-08-24 Pedro Alves <palves@redhat.com>
13341
13342 * config/m32r-stub.exp: Remove file.
13343 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13344 * gdb.base/call-rt-st.exp: Likewise.
13345 * gdb.base/call-strs.exp: Likewise.
13346 * gdb.base/default.exp: Remove references to h8300-*-hms and
13347 *-*-udi*.
13348 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13349
13350 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13351
13352 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13353 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13354 and "return" use KFAIL when GDB can not read/write the vector
13355 return value.
13356
13357 2015-08-21 Gary Benson <gbenson@redhat.com>
13358
13359 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13360
13361 2015-08-20 Pedro Alves <palves@redhat.com>
13362
13363 * gdb.server/solib-list.exp: No longer expect an interior stop in
13364 non-stop mode.
13365
13366 2015-08-20 Pedro Alves <palves@redhat.com>
13367
13368 * gdb.server/connect-stopped-target.c: New file.
13369 * gdb.server/connect-stopped-target.exp: New file.
13370
13371 2015-08-20 Pedro Alves <palves@redhat.com>
13372
13373 * gdb.dwarf2/comp-unit-lang.exp: New file.
13374 * gdb.dwarf2/comp-unit-lang.c: New file.
13375
13376 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13377
13378 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13379 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13380
13381 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13382
13383 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13384 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13385
13386 2015-08-18 Doug Evans <dje@google.com>
13387 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13388
13389 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13390 skip_python_tests. New arg prompt_regexp.
13391 (skip_python_tests): New function.
13392 * lib/mi-support.exp (mi_skip_python_tests): New function.
13393 * gdb.python/py-mi-objfile-gdb.py: New file.
13394 * gdb.python/py-mi-objfile.c: New file.
13395 * gdb.python/py-mi-objfile.exp: New file.
13396
13397 2015-08-17 Keith Seitz <keiths@redhat.com>
13398
13399 * gdb.linespec/explicit.exp: Move strace test from here ...
13400 * gdb.trace/strace.exp: ... to here.
13401
13402 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13403
13404 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13405 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13406
13407 2015-08-14 Doug Evans <xdje42@gmail.com>
13408
13409 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13410 inferior before selecting a new file.
13411
13412 2015-08-14 Doug Evans <xdje42@gmail.com>
13413
13414 * gdb.mi/mi-disassemble.exp: Update.
13415 * gdb.base/disasm-optim.S: New file.
13416 * gdb.base/disasm-optim.c: New file.
13417 * gdb.base/disasm-optim.h: New file.
13418 * gdb.base/disasm-optim.exp: New file.
13419
13420 2015-08-14 Keith Seitz <keiths@redhat.com>
13421
13422 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13423 "evaluated-by".
13424
13425 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13426
13427 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13428
13429 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13430
13431 * gdb.ada/fun_renaming.exp: New testcase.
13432 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13433 * gdb.ada/fun_renaming/pack.adb: New file.
13434 * gdb.ada/fun_renaming/pack.ads: New file.
13435
13436 2015-08-12 Keith Seitz <keiths@redhat.com>
13437
13438 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13439 gdb_get_line_number.
13440
13441 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13442
13443 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13444 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13445 gdb.base/dso2dso.exp: New files.
13446
13447 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13448 Pedro Alves <palves@redhat.com>
13449 Keith Seitz <keiths@redhat.com>
13450
13451 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13452 GDBFLAGS.
13453
13454 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13455
13456 * gdb.base/gdbhistsize-history.exp
13457 (test_histsize_history_setting): Use save_vars.
13458 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13459 Use save_vars.
13460 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13461 * gdb.base/readline.exp: Use save_vars.
13462
13463 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13464
13465 * lib/gdb.exp (save_vars): New proc.
13466
13467 2015-08-11 Keith Seitz <keiths@redhat.com>
13468
13469 * gdb.base/help.exp: Update help_breakpoint_text.
13470
13471 2015-08-11 Keith Seitz <keiths@redhat.com>
13472
13473 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13474 (at toplevel): Call test_explicit_breakpoints.
13475 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13476 breakpoints.
13477 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13478 breakpoint conditions, "-cond".
13479
13480 2015-08-11 Keith Seitz <keiths@redhat.com>
13481
13482 * gdb.linespec/3explicit.c: New file.
13483 * gdb.linespec/cpexplicit.cc: New file.
13484 * gdb.linespec/cpexplicit.exp: New file.
13485 * gdb.linespec/explicit.c: New file.
13486 * gdb.linespec/explicit.exp: New file.
13487 * gdb.linespec/explicit2.c: New file.
13488 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13489 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13490 before using in the matching pattern.
13491 Clarify that `prefix' is a regular expression.
13492
13493 2015-08-11 Keith Seitz <keiths@redhat.com>
13494
13495 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13496 test.
13497 Add tests for missing ",FMT" and ",".
13498
13499 2015-08-10 Doug Evans <dje@google.com>
13500 Keith Seitz <keiths@redhat.com>
13501
13502 PR gdb/17960
13503 * gdb.base/completion.exp: Add location completer tests.
13504
13505 2015-08-07 Pedro Alves <palves@redhat.com>
13506
13507 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13508 tests here.
13509 (top level): Run do_test with and without displaced stepping.
13510
13511 2015-08-07 Pedro Alves <palves@redhat.com>
13512
13513 * gdb.base/valgrind-disp-step.c: New file.
13514 * gdb.base/valgrind-disp-step.exp: New file.
13515
13516 2015-08-07 Pedro Alves <palves@redhat.com>
13517
13518 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13519 Delete function.
13520 (main): Add alarm. Run an infinite loop instead of calling
13521 wait_threads.
13522 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13523 comment.
13524 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13525 Delete function.
13526 (main): Add alarm. Run an infinite loop instead of calling
13527 wait_threads.
13528 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13529 comment.
13530
13531 2015-08-07 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.base/checkpoint-ns.exp: New file.
13534 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13535 standard_testfile.
13536
13537 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13538
13539 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13540 * gdb.btrace/instruction_history.exp: Update.
13541 * gdb.btrace/tsx.exp: New.
13542 * gdb.btrace/tsx.c: New.
13543
13544 2015-08-06 Pedro Alves <palves@redhat.com>
13545
13546 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13547 increase timeout.
13548 * gdb.reverse/until-precsave.exp: Bump timeouts.
13549
13550 2015-08-06 Pedro Alves <palves@redhat.com>
13551
13552 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13553
13554 2015-08-06 Pedro Alves <palves@redhat.com>
13555
13556 PR gdb/18749
13557 * gdb.threads/process-dies-while-handling-bp.c: New file.
13558 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13559
13560 2015-08-06 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13563 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13564
13565 2015-08-05 Pedro Alves <palves@redhat.com>
13566
13567 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13568 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13569
13570 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13571
13572 * gdb.base/bp-permanent.exp: Report test as unsupported if
13573 the target cannot stop at the permanent breakpoint.
13574
13575 2015-08-03 Doug Evans <dje@google.com>
13576
13577 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13578 10000.
13579
13580 2015-08-03 Doug Evans <dje@google.com>
13581
13582 * Makefile.in (workers/%.worker, build-perf): New rule.
13583 (GDB_PERFTEST_MODE): New variable.
13584 (check-perf): Use it.
13585 (clean): Clean up gdb.perf parallel build subdirs.
13586 * lib/build-piece.exp: New file.
13587 * lib/gdb.exp (make_gdb_parallel_path): New function
13588 (standard_output_file, standard_temp_file): Call it.
13589 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13590 of $GDB_PARALLEL.
13591 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13592
13593 2015-08-03 Doug Evans <dje@google.com>
13594
13595 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13596 (LOG_FILE_NAME): New global.
13597 (TextReporter.__init__): Initialize self.txt_sum.
13598 (TextReporter.report): Add support for multiple data-points.
13599 Move report to perftest.sum, put raw data in perftest.log.
13600 (TextReporter.start): Open sum and log files.
13601 (TextReporter.end): Close sum and log files.
13602 * gdb.perf/lib/perftest/testresult.py
13603 (SingleStatisticTestResult.record): Handle multiple data-points.
13604
13605 2015-07-31 Pedro Alves <palves@redhat.com>
13606
13607 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13608 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13609 kill_wait_spawned_process instead of explicit "kill -9".
13610 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13611 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13612 kill_wait_spawned_process.
13613 * gdb.base/attach-twice.exp: Likewise.
13614 * gdb.base/attach.exp: Likewise.
13615 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13616 gdb_test_multiple.
13617 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13618 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13619 kill_wait_spawned_process.
13620 * gdb.base/valgrind-infcall.exp: Likewise.
13621 * gdb.multi/multi-attach.exp: Likewise.
13622 * gdb.python/py-prompt.exp: Likewise.
13623 * gdb.python/py-sync-interp.exp: Likewise.
13624 * gdb.server/ext-attach.exp: Likewise.
13625 * gdb.threads/attach-into-signal.exp (corefunc): Use
13626 spawn_wait_for_attach, spawn_id_get_pid and
13627 kill_wait_spawned_process.
13628 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13629 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13630 spawn_id_get_pid and kill_wait_spawned_process.
13631 * gdb.threads/attach-stopped.exp (corefunc): Use
13632 spawn_wait_for_attach, spawn_id_get_pid and
13633 kill_wait_spawned_process.
13634 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13635 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13636 kill_wait_spawned_process instead of explicit "kill -9".
13637 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13638 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13639 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13640 processes. Don't map cygwin/windows pids here. Now returns a
13641 spawn id list.
13642
13643 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13644
13645 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13646 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13647 correct patch.
13648
13649 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13650
13651 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13652
13653 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13654
13655 Reapply:
13656 2014-05-21 Mark Wielaard <mjw@redhat.com>
13657
13658 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13659
13660 2015-07-30 Pedro Alves <palves@redhat.com>
13661
13662 * linux-low.c (handle_extended_wait): Set the child's last
13663 reported status to TARGET_WAITKIND_STOPPED.
13664
13665 2015-07-30 Pedro Alves <palves@redhat.com>
13666
13667 PR threads/18600
13668 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13669 only shows inferior 1.
13670
13671 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13672 Pedro Alves <palves@redhat.com>
13673
13674 PR threads/18600
13675 * gdb.threads/fork-plus-threads.c: New file.
13676 * gdb.threads/fork-plus-threads.exp: New file.
13677
13678 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13679
13680 * gdb.base/batch-preserve-term-settings.exp
13681 (test_terminal_settings_preserved_after_cli_exit): Use
13682 send_quit_command.
13683
13684 2015-07-29 Pedro Alves <palves@redhat.com>
13685 Don Breazeal <donb@codesourcery.com>
13686
13687 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13688 output from both inferior_spawn_id and gdb_spawn_id.
13689
13690 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13691
13692 * gdb.threads/attach-into-signal.exp (corefunc): Use
13693 with_test_prefix on nested loops, uniquefying the test messages.
13694
13695 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13696
13697 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13698 commit.
13699
13700 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13701
13702 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13703 New proc.
13704 (test_terminal_settings_preserved_after_sigterm): New test.
13705
13706 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13707
13708 * gdb.base/batch-preserve-term-settings.exp
13709 (test_terminal_settings_preserved_after_cli_exit): New test.
13710
13711 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13712
13713 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13714 manipulation of saved_gdbflags.
13715 (test_terminal_settings_preserved): Remove global declaration of
13716 the unused variable pagination_prompt. Remove manipulation of
13717 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13718 GDBFLAGS.
13719
13720 2015-07-29 Pedro Alves <palves@redhat.com>
13721
13722 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13723
13724 2015-07-29 Pedro Alves <palves@redhat.com>
13725
13726 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13727 at the top.
13728
13729 2015-07-29 Pedro Alves <palves@redhat.com>
13730
13731 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13732 (main): Call gdb_unbuffer_output.
13733 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13734 (main): Call gdb_unbuffer_output.
13735 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13736 (main): Call gdb_unbuffer_output.
13737 * gdb.base/call-strs.exp: Adjust to step over the
13738 gdb_unbuffer_output call.
13739 * gdb.base/catch-gdb-caused-signals.c: Include
13740 "../lib/unbuffer_output.c".
13741 (main): Call gdb_unbuffer_output.
13742 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13743 (main): Call gdb_unbuffer_output.
13744 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13745 (main): Call gdb_unbuffer_output.
13746 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13747 (main): Call gdb_unbuffer_output.
13748 * gdb.base/shlib-call.exp: Adjust to step over the
13749 gdb_unbuffer_output call.
13750 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13751 (main): Call gdb_unbuffer_output.
13752 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13753 (main): Call gdb_unbuffer_output.
13754 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13755 (main): Rename to ...
13756 (test): ... this.
13757 (main): Reimplement.
13758 * gdb.base/varargs.exp: Run to test instead of to main.
13759 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13760 (main): Call gdb_unbuffer_output.
13761
13762 2015-07-29 Pedro Alves <palves@redhat.com>
13763
13764 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13765 factore out from mi_continue_dprintf. For call-style dprintfs,
13766 expect dprintf output out of $inferior_spawn_id.
13767 (mi_continue_dprintf): Use mi_expect_dprintf.
13768 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13769 (main): Call gdb_unbuffer_output.
13770
13771 2015-07-29 Pedro Alves <palves@redhat.com>
13772
13773 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13774 (default_mi_gdb_start): Set inferior_spawn_id instead of
13775 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13776 gdb_spawn_id.
13777 (mi_gdb_test): Always expect inferior output from both
13778 $inferior_spawn_id and $gdb_spawn_id.
13779
13780 2015-07-29 Pedro Alves <palves@redhat.com>
13781
13782 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13783 send_inferior and $inferior_spawn_id.
13784
13785 2015-07-29 Pedro Alves <palves@redhat.com>
13786
13787 * gdb.gdb/complaints.exp (test_initial_complaints)
13788 (test_serial_complaints, test_short_complaints): Use
13789 gdb_test_stdio.
13790 (test_empty_complaint): Handle $inferior_spawn_id !=
13791 $gdb_spawn_id.
13792
13793 2015-07-29 Pedro Alves <palves@redhat.com>
13794
13795 * gdb.base/varargs.exp: Use gdb_test_stdio.
13796
13797 2015-07-29 Pedro Alves <palves@redhat.com>
13798
13799 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13800
13801 2015-07-29 Pedro Alves <palves@redhat.com>
13802
13803 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13804
13805 2015-07-29 Pedro Alves <palves@redhat.com>
13806
13807 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13808 parameter into two new parameters, "inf_result" and "gdb_result".
13809 Expect inferior output and gdb output from $inferior_spawn_id and
13810 $gdb_spawn_id, respectively. Adjust all callers.
13811
13812 2015-07-29 Pedro Alves <palves@redhat.com>
13813
13814 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13815 of gdb_test_sequence.
13816
13817 2015-07-29 Pedro Alves <palves@redhat.com>
13818
13819 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13820 (saw_spurious_output): Expect inferior output from
13821 $inferior_spawn_id. Use gdb_test_stdio.
13822
13823 2015-07-29 Pedro Alves <palves@redhat.com>
13824
13825 * gdb.base/dprintf.exp: Use standard_testfile. Change
13826 prepare_for_testing call.
13827 (srcfile): Don't set.
13828 (restart): New procedure.
13829 (test_dprintf): New procecure, use to continue over dprintfs.
13830 (test_call, test_agent): New procedures, tests moved here.
13831 Restart gdb and recreate dprintfs. Adjust expected output.
13832
13833 2015-07-29 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13836
13837 2015-07-29 Pedro Alves <palves@redhat.com>
13838
13839 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13840
13841 2015-07-29 Pedro Alves <palves@redhat.com>
13842
13843 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13844 gdb_test_stdio.
13845
13846 2015-07-29 Pedro Alves <palves@redhat.com>
13847
13848 * lib/gdb.exp (gdb_test_stdio): New procedure.
13849
13850 2015-07-29 Pedro Alves <palves@redhat.com>
13851
13852 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13853
13854 2015-07-29 Pedro Alves <palves@redhat.com>
13855
13856 * gdb.base/call-signal-resume.exp: Remove check for
13857 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13858 * gdb.base/unwindonsignal.exp: Likewise.
13859 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13860 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13861
13862 2015-07-29 Pedro Alves <palves@redhat.com>
13863
13864 * gdb.base/siginfo-addr.c (pass): New function.
13865 (handler): Call it iff si_addr is correct.
13866 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13867 Set a breakpoint at "pass" and continue to it.
13868
13869 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13870
13871 * gdb.python/py-objfile.exp: Make some tests have unique names.
13872 * gdb.python/py-pp-registration.exp: Likewise.
13873
13874 2015-07-28 Pedro Alves <palves@redhat.com>
13875
13876 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13877
13878 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13879
13880 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13881
13882 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13883
13884 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13885
13886 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13887
13888 * gdb.base/gdb-sigterm-2.exp: New test.
13889
13890 2015-07-25 Doug Evans <xdje42@gmail.com>
13891
13892 Revert:
13893 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13894 (workers/%.worker, build-perf): New rule.
13895 (GDB_PERFTEST_MODE): New variable.
13896 (check-perf): Use it.
13897 (clean): Clean up gdb.perf parallel build subdirs.
13898 * lib/build-piece.exp: New file.
13899 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13900 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13901 name.
13902 (standard_temp_file): Ditto.
13903 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13904 of $GDB_PARALLEL.
13905
13906 2015-07-24 Doug Evans <dje@google.com>
13907
13908 * gdb.perf/lib/perftest/utils.py: New file.
13909 * gdb.perf/gm-hello.cc: New file.
13910 * gdb.perf/gm-pervasive-typedef.cc: New file.
13911 * gdb.perf/gm-pervasive-typedef.h: New file.
13912 * gdb.perf/gm-std.cc: New file.
13913 * gdb.perf/gm-std.h: New file.
13914 * gdb.perf/gm-use-cerr.cc: New file.
13915 * gdb.perf/gm-utils.h: New file.
13916 * gdb.perf/gmonster-null-lookup.py: New file.
13917 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13918 * gdb.perf/gmonster-print-cerr.py: New file.
13919 * gdb.perf/gmonster-ptype-string.py: New file.
13920 * gdb.perf/gmonster-runto-main.py: New file.
13921 * gdb.perf/gmonster-select-file.py: New file.
13922 * gdb.perf/gmonster1-null-lookup.exp: New file.
13923 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13924 * gdb.perf/gmonster1-print-cerr.exp: New file.
13925 * gdb.perf/gmonster1-ptype-string.exp: New file.
13926 * gdb.perf/gmonster1-runto-main.exp: New file.
13927 * gdb.perf/gmonster1-select-file.exp: New file.
13928 * gdb.perf/gmonster1.cc: New file.
13929 * gdb.perf/gmonster1.exp: New file.
13930 * gdb.perf/gmonster2-null-lookup.exp: New file.
13931 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13932 * gdb.perf/gmonster2-print-cerr.exp: New file.
13933 * gdb.perf/gmonster2-ptype-string.exp: New file.
13934 * gdb.perf/gmonster2-runto-main.exp: New file.
13935 * gdb.perf/gmonster2-select-file.exp: New file.
13936 * gdb.perf/gmonster2.cc: New file.
13937 * gdb.perf/gmonster2.exp: New file.
13938
13939 2015-07-24 Doug Evans <dje@google.com>
13940
13941 * gdb.perf/README: New file.
13942 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13943 * lib/gen-perf-test.exp: New file.
13944
13945 2015-07-24 Doug Evans <dje@google.com>
13946
13947 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13948 (PerfTest::startup): New function.
13949 (PerfTest::run): Return result of calling body.
13950 (PerfTest::assemble): Rewrite.
13951 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13952 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13953 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13954 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13955 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13956
13957 2015-07-24 Doug Evans <dje@google.com>
13958
13959 * lib/gdb.exp (clean_restart): Make executable optional.
13960
13961 2015-07-24 Doug Evans <dje@google.com>
13962
13963 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13964 compiler_info references.
13965 * gdb.cp/temargs.exp: Ditto.
13966 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13967 (get_compiler_info): Early exit if already computed. Set compiler_info
13968 to "unknown" if there was a problem.
13969 (test_compiler_info): Add function comment. Call get_compiler_info.
13970
13971 2015-07-24 Doug Evans <dje@google.com>
13972
13973 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13974 (workers/%.worker, build-perf): New rule.
13975 (GDB_PERFTEST_MODE): New variable.
13976 (check-perf): Use it.
13977 (clean): Clean up gdb.perf parallel build subdirs.
13978 * lib/build-piece.exp: New file.
13979 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13980 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13981 name.
13982 (standard_temp_file): Ditto.
13983 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13984 of $GDB_PARALLEL.
13985
13986 2015-07-24 Doug Evans <dje@google.com>
13987
13988 * lib/future.exp (gdb_default_target_compile): New option
13989 "early_flags".
13990 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13991 --as-needed.
13992
13993 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13994
13995 * gdb.base/catch-syscall.exp: Call gdb_exit before
13996 gdb_skip_xml_test.
13997
13998 2015-07-24 Pedro Alves <palves@redhat.com>
13999
14000 * gdb.python/py-events.exp: Accept output between the stop event
14001 and the prompt.
14002 * gdb.python/py-evsignal.exp: Likewise.
14003 * gdb.python/py-evthreads.exp: Likewise.
14004
14005 2015-07-24 Pedro Alves <palves@redhat.com>
14006
14007 PR gdb/18717
14008 * gdb.threads/non-ldr-exit.c: New file.
14009 * gdb.threads/non-ldr-exit.exp: New file.
14010
14011 2015-07-24 Yao Qi <yao.qi@linaro.org>
14012
14013 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14014 restarting process.
14015
14016 2015-07-24 Yao Qi <yao.qi@linaro.org>
14017
14018 * gdb.server/ext-restart.exp: New file.
14019
14020 2015-07-24 Yao Qi <yao.qi@linaro.org>
14021
14022 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14023 argument options.
14024 * gdb.server/ext-wrapper.exp: New file.
14025
14026 2015-07-23 Doug Evans <dje@google.com>
14027
14028 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14029 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14030
14031 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14032
14033 * gdb.ada/var_arr_typedef.exp: New testcase.
14034 * gdb.ada/var_arr_typedef/pack.adb: New file.
14035 * gdb.ada/var_arr_typedef/pack.ads: New file.
14036 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14037
14038 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14039
14040 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14041
14042 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14043
14044 * gdb.arch/i386-biarch-core.exp: Replace istarget
14045 by "complete set gnutarget". Remove expectation for the "core-file"
14046 command.
14047
14048 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14049
14050 Revert the previous commit:
14051 Tests for validate symbol file using build-id.
14052
14053 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14054
14055 Tests for validate symbol file using build-id.
14056 * gdb.base/solib-mismatch-lib.c: New file.
14057 * gdb.base/solib-mismatch-libmod.c: New file.
14058 * gdb.base/solib-mismatch.c: New file.
14059 * gdb.base/solib-mismatch.exp: New file.
14060
14061 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14062
14063 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14064 nios2-*-linux*.
14065 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14066 * gdb.base/siginfo.exp: Likewise.
14067 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14068
14069 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14070
14071 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14072 Move it to ...
14073 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14074 ... here.
14075 * gdb.trace/range-stepping.exp: Check that the target supports
14076 range stepping.
14077
14078 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14079
14080 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14081
14082 2015-07-14 Pedro Alves <palves@redhat.com>
14083
14084 * gdb.base/killed-outside.exp: New file.
14085 * gdb.base/killed-outside.c: New file.
14086
14087 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14088
14089 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14090 (n at main): New.
14091 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14092
14093 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14094
14095 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14096 infcall tests instead of setting up for KFAIL.
14097
14098 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14099
14100 * gdb.btrace/record_goto-step.exp: New.
14101
14102 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14103
14104 PR compile/18484
14105 * gdb.compile/compile.c (struct struct_type): Add volatile to
14106 selffield's type.
14107 * gdb.compile/compile.exp
14108 (compile code struct_object.selffield = &struct_object): Skip further
14109 struct_object tests if this one xfails.
14110
14111 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14112
14113 PR exp/18617
14114 * gdb.trace/ax.exp: Add test.
14115
14116 2015-07-07 Yao Qi <yao.qi@linaro.org>
14117
14118 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14119 instead of istarget "aarch64*-*-*".
14120 * gdb.arch/aarch64-fp.exp: Likewise.
14121 * gdb.base/float.exp: Likewise.
14122 * gdb.reverse/aarch64.exp: Likewise.
14123 * lib/gdb.exp (is_aarch64_target): New proc.
14124
14125 2015-07-07 Yao Qi <yao.qi@linaro.org>
14126
14127 * lib/gdb.exp (is_aarch32_target): New proc.
14128 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14129 instead of "istarget "arm*-*-*"".
14130 * gdb.arch/arm-disp-step.exp: Likewise.
14131 * gdb.arch/thumb-bx-pc.exp: Likewise.
14132 * gdb.arch/thumb-prologue.exp: Likewise.
14133 * gdb.arch/thumb-singlestep.exp: Likewise.
14134 * gdb.base/disp-step-syscall.exp: Likewise.
14135 * gdb.base/float.exp: Likewise.
14136
14137 2015-07-07 Yao Qi <yao.qi@linaro.org>
14138
14139 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14140 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14141
14142 2015-07-07 Yao Qi <yao.qi@linaro.org>
14143
14144 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14145 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14146 if it exists.
14147 * gdb.multi/multi-arch.exp: Likewise.
14148
14149 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14150
14151 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14152 print.
14153
14154 2015-07-07 Yao Qi <yao.qi@linaro.org>
14155
14156 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14157
14158 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14159
14160 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14161 '[' and ']' characters.
14162
14163 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14164
14165 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14166
14167 2015-06-29 Pedro Alves <palves@redhat.com>
14168
14169 PR threads/18127
14170 * gdb.threads/hand-call-new-thread.c: New file.
14171 * gdb.threads/hand-call-new-thread.c: New file.
14172
14173 2015-06-26 Keith Seitz <keiths@redhat.com>
14174 Doug Evans <dje@google.com>
14175
14176 PR 16253
14177 * gdb.cp/var-tag-2.cc: New file.
14178 * gdb.cp/var-tag-3.cc: New file.
14179 * gdb.cp/var-tag-4.cc: New file.
14180 * gdb.cp/var-tag.cc: New file.
14181 * gdb.cp/var-tag.exp: New file.
14182
14183 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14184
14185 * gdb.base/history-duplicates.exp: New test.
14186
14187 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14188
14189 * gdb.base/completion.exp: Test the completion of the "focus"
14190 command.
14191
14192 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14193
14194 * gdb.arch/amd64-prologue-skip.S: New file.
14195 * gdb.arch/amd64-prologue-skip.exp: New file.
14196
14197 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14198
14199 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14200 is_address_zero_readable check.
14201
14202 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14203
14204 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14205 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14206
14207 2015-06-24 Yao Qi <yao.qi@linaro.org>
14208
14209 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14210 linux targets.
14211
14212 2015-06-24 Yao Qi <yao.qi@linaro.org>
14213
14214 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14215 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14216 * gdb.base/siginfo-thread.exp: Likewise.
14217
14218 2015-06-22 Yao Qi <yao.qi@linaro.org>
14219
14220 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14221
14222 2015-06-22 Yao Qi <yao.qi@linaro.org>
14223
14224 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14225 aarch64*-*-*.
14226 (skip_hw_watchpoint_tests): Likewise.
14227
14228 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14229
14230 * gdb.base/gdbinit-history.exp: Test the interaction between
14231 setting GDBHISTSIZE and setting the history size via .gdbinit.
14232
14233 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14234
14235 PR gdb/16999
14236 * gdb.base/gdbhistsize-history.exp: New test.
14237
14238 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14239
14240 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14241 with GDBHISTSIZE.
14242 * gdb.base/readline.exp: Likewise.
14243
14244 2015-06-17 Yao Qi <yao.qi@linaro.org>
14245
14246 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14247 line.
14248
14249 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14250
14251 * gdb.base/gdbinit-history.exp: Add test case to check that
14252 an unlimited history file does not get truncated on exit.
14253
14254 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14255
14256 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14257 (VECTOR): New macro. Use it...
14258 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14259 ...for these typedefs.
14260 (int8, char1, int1, double1): New typedefs.
14261 (struct just_int2, struct two_int2): New structures.
14262 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14263 (add_structvecs, add_singlevecs): New functions.
14264 (main): Call add_some_intvecs twice.
14265 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14266 the compile and exit upon failure. Try compiling for the "native"
14267 architecture. Test inferior function calls with vector arguments
14268 and vector return value handling with "finish" and "return".
14269
14270 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14271
14272 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14273 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14274 PE file.
14275 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14276
14277 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14278
14279 PR breakpoints/16465
14280 * gdb.mi/mi-dprintf-pending.c: New file.
14281 * gdb.mi/mi-dprintf-pending.exp: New test.
14282 * gdb.mi/mi-dprintf-pendshr.c: New file.
14283
14284 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14285 Mircea Gherzan <mircea.gherzan@intel.com>
14286
14287 * gdb.arch/i386-mpx-map.c: New file.
14288 * gdb.arch/i386-mpx-map.exp: New File.
14289
14290 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14291
14292 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14293 * gdb.arch/i386-mpx.exp: Indentation fixed.
14294
14295 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14296
14297 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14298 function and improved indentation.
14299 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14300 gdb_test_multiple. Added additional tests to skip the test.
14301
14302 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14303
14304 * gdb.arch/i386-avx512.c: Change path in include file.
14305 * gdb.arch/i386-avx512.exp: Change include dir path
14306 compilation flag.
14307 * gdb.arch/i386-mpx.c: Change path in include file.
14308 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14309 flag.
14310
14311 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14312
14313 * gdb.compile/compile-print.exp (compile print *vararray@3)
14314 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14315
14316 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14317
14318 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14319 (do not keep jit in memory): ... this.
14320 (expect 5): Change it to ...
14321 (expect no 5): ... this.
14322
14323 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14324
14325 PR gdb/15564
14326 * gdb.mi/mi-detach.exp: New file.
14327
14328 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14329
14330 PR symtab/18392
14331 * gdb.arch/amd64-tailcall-self.S: New file.
14332 * gdb.arch/amd64-tailcall-self.c: New file.
14333 * gdb.arch/amd64-tailcall-self.exp: New file.
14334
14335 2015-05-28 Don Breazeal <donb@codesourcery.com>
14336
14337 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14338 tests for remote targets by checking is_target_gdbserver.
14339
14340 2015-05-27 Doug Evans <dje@google.com>
14341
14342 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14343 * gdb.dwarf2/opaque-type-lookup.c: New file.
14344 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14345
14346 2015-05-26 Doug Evans <dje@google.com>
14347
14348 * gdb.cp/iostream.cc: New file.
14349 * gdb.cp/iostream.exp: New file.
14350
14351 2015-05-26 Doug Evans <dje@google.com>
14352
14353 * gdb.dwarf2/dw2-op-call.exp: Update.
14354 * gdb.dwarf2/dw4-sig-types.exp: Update.
14355 * gdb.dwarf2/implptr.exp: Update.
14356 * gdb.mi/mi-cmd-param-changed.exp: Update.
14357
14358 2015-05-26 Doug Evans <dje@google.com>
14359
14360 * gdb.python/py-lazy-string.c: New file.
14361 * gdb.python/py-lazy-string.exp: New file.
14362 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14363 (main): Update. Add estring3.
14364 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14365 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14366
14367 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14368 Yao Qi <yao.qi@linaro.org>
14369
14370 * gdb.reverse/aarch64.c: New.
14371 * gdb.reverse/aarch64.exp: New.
14372
14373 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14374
14375 * lib/gdb.exp (supports_process_record): Return true for
14376 aarch64*-linux*.
14377 (supports_reverse): Likewise.
14378
14379 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14380
14381 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14382 Use with_test_prefix.
14383
14384 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14385
14386 * gdb.base/completion.exp: Add test for completion of layout
14387 names.
14388
14389 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14390
14391 * lib/gdb.exp (skip_tui_tests): New proc.
14392 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14393
14394 2015-05-19 Pedro Alves <palves@redhat.com>
14395
14396 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14397 Save the whole env array instead of just HOME. Unset HISTSIZE in
14398 the environment while testing. Restore whole environment
14399 afterwards.
14400
14401 2015-05-16 Doug Evans <xdje42@gmail.com>
14402
14403 * gdb.guile/scm-ports.c: New file.
14404 * gdb.guile/scm-ports.exp: Add memory port tests.
14405
14406 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14407
14408 * gdb.compile/compile-print.c: New file.
14409 * gdb.compile/compile-print.exp: New file.
14410
14411 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14412
14413 * gdb.compile/compile-ops.exp: Cast param to void.
14414 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14415 (compile code struct_object.selffield = &struct_object): Add xfail.
14416
14417 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14418
14419 * gdb.ada/arr_enum_with_gap: New testcase.
14420
14421 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14422
14423 * gdb.ada/byte_packed_arr: New testcase.
14424
14425 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14426
14427 * gdb.ada/pckd_neg: New testcase.
14428
14429 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14430
14431 PR gdb/17820
14432 * gdb.base/gdbinit-history.exp: New test.
14433 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14434 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14435
14436 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14437
14438 * gdb.python/py-xmethods.cc: Enhance test case.
14439 * gdb.python/py-xmethods.exp: New tests.
14440 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14441 function.
14442 (B_indexoper): Likewise.
14443 (global_dm_list) : Add new xmethod worker functions.
14444
14445 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14446
14447 * gdb.base/coredump-filter.exp: Correctly unset
14448 "coredump_var_addr" array.
14449
14450 2015-05-08 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.server/non-existing-program.exp: Unset spawn_id.
14453
14454 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14455
14456 PR python/18291
14457 * gdb.python/py-xmethods.exp: Add tests.
14458
14459 2015-05-08 Yao Qi <yao.qi@linaro.org>
14460
14461 PR gdb/18208
14462 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14463 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14464 function set_coredump_filter, and remove remote_exec call.
14465 Remove argument ipid. Callers update.
14466 (top level): Don't get inferior's PID.
14467
14468 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14469
14470 * gdb.base/watch_thread_num.exp: Skip test on targets without
14471 access watchpoints.
14472
14473 2015-05-06 Pedro Alves <palves@redhat.com>
14474
14475 PR server/18081
14476 * gdb.server/non-existing-program.exp: New file.
14477
14478 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14479
14480 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14481
14482 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14483
14484 * gdb.ada/out_of_line_in_inlined: New testcase.
14485
14486 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14487
14488 * gdb.ada/var_rec_arr: New testcase.
14489
14490 2015-04-30 Yao Qi <yao.qi@linaro.org>
14491
14492 * gdb.base/break-idempotent.exp: If
14493 skip_hw_watchpoint_multi_tests returns true, skip the tests
14494 on "rwatch" and "awatch".
14495
14496 2015-04-30 Yao Qi <yao.qi@linaro.org>
14497
14498 * gdb.base/relativedebug.exp: Invoke gdb command
14499 "info sharedlibrary", and if libc.so doesn't have debug info,
14500 skip the test.
14501
14502 2015-04-29 Doug Evans <dje@google.com>
14503
14504 * gdb.python/py-xmethods.exp: Add ptype tests.
14505 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14506 get_result_type method.
14507
14508 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14509
14510 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14511 the target does not support hardware watchpoints.
14512
14513 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14514
14515 * gdb.base/break-always.exp: Abort testing if writing to memory
14516 causes an error.
14517
14518 2015-04-28 Doug Evans <dje@google.com>
14519
14520 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14521 * gdb.python/py-pp-registration.exp: ... here. New file.
14522 * gdb.python/py-pp-registration.c: New file.
14523 * gdb.python/py-pp-registration.py: New file.
14524
14525 2015-04-28 Doug Evans <dje@google.com>
14526
14527 * gdb.python/py-bad-printers.c: New file.
14528 * gdb.python/py-bad-printers.py: New file.
14529 * gdb.python/py-bad-printers.exp: New file.
14530
14531 2015-04-28 Sasha Smundak <asmundak@google.com>
14532
14533 * gdb.python/py-type.exp: New test.
14534
14535 2015-04-28 Andy Wingo <wingo@igalia.com>
14536
14537 * gdb.python/py-parameter.exp:
14538 * gdb.guile/scm-parameter.exp: Escape the path that we are
14539 matching against, as it might contain characters that are special
14540 to regular expressions.
14541
14542 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14543
14544 * gdb.ada/rec_comp: New testcase.
14545
14546 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14547
14548 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14549 before using it.
14550
14551 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14552
14553 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14554 new tests for verilog output.
14555
14556 2015-04-24 Yao Qi <yao.qi@linaro.org>
14557
14558 * boards/remote-gdbserver-on-localhost.exp: New file.
14559
14560 2015-04-23 Pedro Alves <palves@redhat.com>
14561
14562 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14563 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14564 "end of file", remove $inferior_spawn_id from the indirect list.
14565
14566 2015-04-23 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14569
14570 2015-04-23 Pedro Alves <palves@redhat.com>
14571
14572 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14573 on $any_spawn_id instead of only on $gdb_spawn_id.
14574
14575 2015-04-21 Pierre Muller <muller@sourceware.org>
14576
14577 PR pascal/17815
14578 * lib/pascal.exp (gpc_compile): Add new option "class".
14579 (fpc_compile): Likewise.
14580 * gdb.pascal/case-insensitive-symbols.pas: New file.
14581 * gdb.pascal/case-insensitive-symbols.exp: New file.
14582
14583 2015-04-20 Gary Benson <gbenson@redhat.com>
14584
14585 * gdb.base/attach.exp: Fix three extended remote failures.
14586
14587 2015-04-17 Gary Benson <gbenson@redhat.com>
14588
14589 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14590 the main executable over the remote protocol.
14591
14592 2015-04-16 Pedro Alves <palves@redhat.com>
14593
14594 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14595 a new gdbserver if gdbserver_reconnect_p is set.
14596
14597 2015-04-16 Pedro Alves <palves@redhat.com>
14598
14599 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14600 is set, don't exit gdbserver.
14601
14602 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14603
14604 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14605 appropriate .insn, such that an older assembler can be used.
14606 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14607 the z/Architecture instruction set on 31-bit targets as well.
14608
14609 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14610
14611 * gdb.go/handcall.exp: Remove all logic related to the first
14612 breakpoint and rely on go_runto_main instead.
14613 * gdb.go/strings.exp: Likewise.
14614 * gdb.go/unsafe.exp: Likewise.
14615 * gdb.go/hello.exp: Likewise. Also rename the remaining
14616 breakpoint marker to "breakpoint 1".
14617 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14618 * gdb.go/strings.go: Likewise.
14619 * gdb.go/unsafe.go: Likewise.
14620 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14621 "set breakpoint 2 here" and rename the remaining breakpoint marker
14622 to "breakpoint 1".
14623
14624 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14625
14626 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14627 if itertools.imap is not present.
14628 * gdb.python/py-objfile.exp: Add parentheses.
14629 * gdb.python/py-type.exp: Same.
14630 * gdb.python/py-unwind-maint.py: Same.
14631
14632 2015-04-15 Yao Qi <yao.qi@linaro.org>
14633
14634 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14635 of ":$ptr_size" and set its form explicitly.
14636
14637 2015-04-15 Pedro Alves <palves@redhat.com>
14638 Yao Qi <yao.qi@linaro.org>
14639
14640 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14641 timeout by factor of 4.
14642 (test_regular_watch): Likewise.
14643 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14644 * gdb.reverse/sigall-reverse.exp: Likewise.
14645 * gdb.reverse/until-precsave.exp: Likewise.
14646 * lib/gdb.exp (with_timeout_factor): New proc.
14647 (gdb_expect): Move some code to ...
14648 (get_largest_timeout): ... here. New procedure.
14649
14650 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14651
14652 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14653
14654 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14655
14656 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14657 to write to the .text section.
14658
14659 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14660
14661 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14662 Handle the case of targets that do not provide PID information.
14663
14664 2015-04-13 Yao Qi <yao.qi@linaro.org>
14665
14666 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14667 and use expect instead of gdb_expect.
14668
14669 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14670
14671 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14672 "coredump_var_addr" to avoid naming conflict with other testcases.
14673
14674 2015-04-10 Pedro Alves <palves@redhat.com>
14675
14676 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14677 gdb_test_sequence and gdb_assert.
14678
14679 2015-04-10 Pedro Alves <palves@redhat.com>
14680
14681 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14682 test messages that don't include the breakpoint address.
14683
14684 2015-04-10 Yao Qi <yao.qi@linaro.org>
14685
14686 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14687 false for some offset and width combinations which aren't
14688 supported by linux kernel.
14689
14690 2015-04-10 Pedro Alves <palves@redhat.com>
14691
14692 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14693 procedure, factored out from ...
14694 (top level): ... here. Add "set displaced-stepping" testing axis.
14695 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14696 parameter "displaced". Use it.
14697 (top level): Use foreach and add "set displaced-stepping" testing
14698 axis.
14699
14700 2015-04-10 Pedro Alves <palves@redhat.com>
14701
14702 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14703 Remove comment.
14704 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14705 both the address of the instruction that triggers the watchpoint
14706 and the address of the instruction immediately after, and use
14707 those addresses for the test. Fix comment.
14708
14709 2015-04-10 Pedro Alves <palves@redhat.com>
14710
14711 * gdb.base/sigstep.exp (breakpoint_to_handler)
14712 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14713 Test "backtrace" in handler.
14714 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14715 (top level): Add new "displaced" test axis to
14716 breakpoint_to_handler, breakpoint_to_handler_entry and
14717 breakpoint_over_handler.
14718
14719 2015-04-10 Pedro Alves <palves@redhat.com>
14720
14721 PR gdb/18216
14722 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14723
14724 2015-04-10 Yao Qi <yao.qi@linaro.org>
14725
14726 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14727 (test_add_rn_pc): New function.
14728 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14729 (top level): Invoke test_add_rn_pc.
14730
14731 2015-04-10 Pedro Alves <palves@redhat.com>
14732
14733 PR gdb/13858
14734 * gdb.base/step-over-no-symbols.exp: New file.
14735
14736 2015-04-09 Andy Wingo <wingo@igalia.com>
14737
14738 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14739 after the Python tests.
14740
14741 2015-04-08 Keith Seitz <keiths@redhat.com>
14742
14743 PR python/16699
14744 * gdb.python/py-completion.exp: New tests for completion.
14745 * gdb.python/py-completion.py (CompleteLimit1): New class.
14746 (CompleteLimit2): Likewise.
14747 (CompleteLimit3): Likewise.
14748 (CompleteLimit4): Likewise.
14749 (CompleteLimit5): Likewise.
14750 (CompleteLimit6): Likewise.
14751 (CompleteLimit7): Likewise.
14752
14753 2015-04-08 Pedro Alves <palves@redhat.com>
14754
14755 PR gdb/18214
14756 PR gdb/18216
14757 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14758 function.
14759 (main): Install it as SIGUSR1 handler.
14760 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14761 parameter. Always use "setup" as prefix. Toggle "set
14762 displaced-stepping" off/on depending on global. Don't switch to
14763 thread 1 here.
14764 (top level): Add displaced stepping "off/on" test axis. Update
14765 "setup" calls. Wrap each subtest with with_test_prefix. Test
14766 continuing with a queued signal in each thread.
14767
14768 2015-04-08 Pedro Alves <palves@redhat.com>
14769
14770 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14771 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14772 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14773 Return early if running to main fails.
14774 * gdb.trace/while-stepping.exp: Likewise.
14775
14776 2015-04-07 Pedro Alves <palves@redhat.com>
14777
14778 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14779 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14780 interact with inferior program.
14781
14782 2015-04-07 Pedro Alves <palves@redhat.com>
14783
14784 * lib/gdb.exp (inferior_spawn_id): New global.
14785 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14786 spawn id after processing the user code.
14787 (default_gdb_start): Set inferior_spawn_id.
14788 (send_inferior): New procedure.
14789 * lib/gdbserver-support.exp (gdbserver_start): Set
14790 inferior_spawn_id.
14791 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14792
14793 2015-04-07 Pedro Alves <palves@redhat.com>
14794
14795 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14796 * lib/gdbserver-support.exp (gdbserver_start): Make
14797 $server_spawn_id global.
14798 (gdbserver_start): Don't wait for gdbserver's spawn id with
14799 expect_background.
14800 (close_gdbserver): New procedure.
14801 (gdb_exit): Rename the default version and reimplement.
14802
14803 2015-04-07 Pedro Alves <palves@redhat.com>
14804
14805 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14806 append the substituted item, not the original item.
14807
14808 2015-04-07 Pedro Alves <palves@redhat.com>
14809
14810 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14811 gdb_expect.
14812
14813 2015-04-07 Pedro Alves <palves@redhat.com>
14814
14815 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14816 output appearing once only.
14817
14818 2015-04-07 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14821 that doesn't expect anything. Return early if running to main
14822 fails.
14823
14824 2015-04-07 Yao Qi <yao.qi@linaro.org>
14825
14826 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14827 (child_function): Call alarm.
14828 (main): Move call to alarm into the loop.
14829 * gdb.threads/non-stop-fair-events.exp: Build program with
14830 -DTIMEOUT=$timeout.
14831
14832 2015-04-06 Doug Evans <xdje42@gmail.com>
14833
14834 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14835 Fix dest parameter to board_info.
14836 (fpc_compile): Ditto.
14837 (gdb_compile_pascal): Rename dest arg to destfile.
14838
14839 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14840
14841 * gdb.ada/funcall_ref.exp: New file.
14842 * gdb.ada/funcall_ref/foo.adb: New file.
14843
14844 2015-04-02 Yao Qi <yao.qi@linaro.org>
14845
14846 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14847 is remote.
14848
14849 2015-04-02 Gary Benson <gbenson@redhat.com>
14850
14851 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14852
14853 2015-04-01 Sasha Smundak <asmundak@google.com>
14854
14855 * gdb.python/py-unwind-maint.c: New file.
14856 * gdb.python/py-unwind-maint.exp: New test.
14857 * gdb.python/py-unwind-maint.py: New file.
14858 * gdb.python/py-unwind.c: New file.
14859 * gdb.python/py-unwind.exp: New test.
14860 * gdb.python/py-unwind.py: New test.
14861
14862 2015-04-01 Pedro Alves <palves@redhat.com>
14863
14864 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14865 to fail instead of non-existent $test.
14866
14867 2015-04-01 Pedro Alves <palves@redhat.com>
14868
14869 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14870 GDBFLAGS if not empty.
14871
14872 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14873
14874 * gdb.ada/complete.exp: Remove "multi_line".
14875 * gdb.ada/info_exc.exp: Remove "multi_line".
14876 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14877 * gdb.ada/ptype_field.exp: Remove "multi_line".
14878 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14879 * gdb.ada/tagged.exp: Remove "multi_line".
14880 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14881 [multi_line ...]
14882 * gdb.btrace/delta.exp: Likewise.
14883 * gdb.btrace/exception.exp: Likewise.
14884 * gdb.btrace/function_call_history.exp: Likewise.
14885 * gdb.btrace/instruction_history.exp: Likewise.
14886 * gdb.btrace/nohist.exp: Likewise.
14887 * gdb.btrace/record_goto.exp: Likewise.
14888 * gdb.btrace/segv.exp: Likewise.
14889 * gdb.btrace/stepi.exp: Likewise.
14890 * gdb.btrace/tailcall.exp: Likewise.
14891 * gdb.btrace/unknown_functions.exp: Likewise.
14892 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14893 * lib/gdb.exp: Add the "multi_line" helper.
14894
14895 2015-04-01 Pedro Alves <palves@redhat.com>
14896
14897 * gdb.threads/tid-reuse.c: New file.
14898 * gdb.threads/tid-reuse.exp: New file.
14899
14900 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14901
14902 PR corefiles/16092
14903 * gdb.base/coredump-filter.c: New file.
14904 * gdb.base/coredump-filter.exp: Likewise.
14905
14906 2015-03-27 Petr Machata <pmachata@redhat.com>
14907
14908 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14909 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14910 (Dwarf::assemble): Initialize them.
14911 (Dwarf::lines): New function.
14912
14913 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14914
14915 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14916 SYMBOL_PREFIX for x86_64-*-cygwin.
14917
14918 2015-03-26 Andy Wingo <wingo@igalia.com>
14919
14920 PR symtab/18148
14921 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14922 const_value but not a location.
14923 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14924 location defined in non-main CUs are visible.
14925
14926 2015-03-26 Yao Qi <yao.qi@linaro.org>
14927
14928 PR testsuite/18139
14929 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14930 Add a line number entry for the same line.
14931 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14932 Add a line number entry for the same line.
14933
14934 2015-03-26 Yao Qi <yao.qi@linaro.org>
14935
14936 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14937 .int 0.
14938 (func): Likewise. Add .Lfunc_1 label.
14939 Use .Lfunc_1 label.
14940 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14941 .int 0.
14942 (func): Likewise.
14943 Use .Lfunc_1 label.
14944
14945 2015-03-26 Yao Qi <yao.qi@linaro.org>
14946
14947 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14948 Call gdb_compile instead to compile each .s files without debug
14949 information.
14950
14951 2015-03-26 Yao Qi <yao.qi@linaro.org>
14952
14953 * gdb.base/savedregs.exp (process_saved_regs): Make
14954 "Saved registers:" optional in the pattern.
14955
14956 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14957
14958 * gdb.btrace/next.exp: Merged into step.exp.
14959 * gdb.btrace/finish.exp: Merged into step.exp.
14960 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14961 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14962 "record goto" and checking the exact replay position.
14963 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14964 check for "Recording format" in "info record" output.
14965 * gdb.btrace/record_goto.exp: Choose test file based on target.
14966 * gdb.btrace/x86-record_goto.S: Renamed into ...
14967 * gdb.btrace/x86_64-record_goto.S: ... this.
14968 * gdb.btrace/i686-record_goto.S: New.
14969 * gdb.btrace/x86-tailcall.S: Renamed into ...
14970 * gdb.btrace/x86_64-tailcall.S: ... this.
14971 * gdb.btrace/i686-tailcall.S: New.
14972 * gdb.btrace/x86-tailcall.c: Renamed into ...
14973 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14974 separate statements. Update test.
14975 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14976 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14977 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14978 * gdb.btrace/tailcall.exp: Choose test file based on target.
14979 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14980
14981 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14982
14983 * gdb.btrace/exception.exp: Increase BTS buffer size.
14984
14985 2015-03-24 Pedro Alves <palves@redhat.com>
14986
14987 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14988
14989 2015-03-24 Pedro Alves <palves@redhat.com>
14990
14991 * gdb.threads/schedlock.exp (test_step): No longer expect that
14992 "set scheduler-locking step" with "next" over a function call runs
14993 threads unlocked.
14994
14995 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14996
14997 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14998
14999 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15000
15001 PR breakpoints/16466
15002 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15003 * gdb.mi/mi-pending.c (thread_func): New function.
15004 (int main): Add threading support required.
15005 * gdb.mi/mi-pending.exp: Add tests for this issue.
15006 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15007 (pendfunc2): Remove stdio dependency.
15008 * gdb.mi/mi-pendshr2.c: New file.
15009
15010 2015-03-23 Keith Seitz <keiths@redhat.com>
15011
15012 * gdb.linespec/keywords.c: New file.
15013 * gdb.linespec/keywords.exp: New file.
15014
15015 2015-03-23 Keith Seitz <keiths@redhat.com>
15016
15017 PR gdb/18021
15018 * gdb.dwarf2/staticvirtual.exp: New test.
15019
15020 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15021
15022 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15023 * README: Remove HP-UX and gdb.hp.
15024 (configuration):
15025 * configure: Regenerate.
15026 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15027 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15028 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15029 gdb.hp/gdb.defects/Makefile.
15030 * gdb.hp/Makefile.in: File deleted.
15031 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15032 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15033 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15034 * gdb.hp/gdb.aCC/run.c: File deleted.
15035 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15036 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15037 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15038 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15039 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15040 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15041 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15042 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15043 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15044 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15045 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15046 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15047 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15048 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15049 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15050 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15051 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15052 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15053 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15054 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15055 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15056 * gdb.hp/gdb.compat/average.c: File deleted.
15057 * gdb.hp/gdb.compat/sum.c: File deleted.
15058 * gdb.hp/gdb.compat/xdb.c: File deleted.
15059 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15060 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15061 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15062 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15063 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15064 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15065 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15066 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15067 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15068 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15069 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15070 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15071 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15072 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15073 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15074 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15075 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15076 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15077 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15078 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15079 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15080 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15081 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15082 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15083 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15084 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15085 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15086 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15087 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15088 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15089 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15090 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15091 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15092 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15093 * gdb.hp/tools/odump: File deleted.
15094
15095 2015-03-19 Pedro Alves <palves@redhat.com>
15096
15097 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15098 (saw_thread_3): New globals.
15099 (top level): Increment them when an event for the corresponding
15100 thread is seen.
15101 (no thread starvation): New test.
15102
15103 2015-03-19 Pedro Alves <palves@redhat.com>
15104
15105 * gdb.threads/continue-pending-status.c: New file.
15106 * gdb.threads/continue-pending-status.exp: New file.
15107
15108 2015-03-18 Pedro Alves <palves@redhat.com>
15109
15110 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15111 Use gdb_is_target_remote instead of is_remote. Use
15112 gdb_test_multiple instead of gdb_expect. Exit early if
15113 gdb_test_multiple hits its internal matches. Tighten stepi tests
15114 expected output. Fail on exit with any signal, instead of just
15115 SIGILL.
15116
15117 2015-03-18 Yao Qi <yao.qi@linaro.org>
15118
15119 PR tdep/18107
15120 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15121 variable.
15122 * gdb.base/catch-syscall.exp: Don't skip it on
15123 aarch64*-*-linux* target. Remove elements in all_syscalls.
15124 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15125 target.
15126 (setup_all_syscalls): New proc.
15127
15128 2015-03-16 Yao Qi <yao.qi@linaro.org>
15129
15130 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15131 (top level): Skip tests if valid_addr_p returns false for
15132 $cmd1 or $cmd2.
15133
15134 2015-03-11 Andy Wingo <wingo@igalia.com>
15135
15136 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15137
15138 2015-03-11 Yao Qi <yao.qi@linaro.org>
15139
15140 * gdb.base/catch-syscall.exp: Fix typo in comments.
15141
15142 2015-03-11 Yao Qi <yao.qi@linaro.org>
15143
15144 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15145
15146 2015-03-09 Pedro Alves <palves@redhat.com>
15147
15148 * dg-extract-results.py: Delete.
15149
15150 2015-03-09 Pedro Alves <palves@redhat.com>
15151
15152 Merge dg-extract-results.sh from GCC upstream (r218843).
15153
15154 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15155 * dg-extract-results.sh: Use --text with grep to avoid issues with
15156 binary files. Fall back to cat -v, if that doesn't work.
15157
15158 2015-03-05 Pedro Alves <palves@redhat.com>
15159
15160 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15161
15162 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15163
15164 * lib/mi-support.exp (mi_expect_interrupt): Accept
15165 alternative event for when in all-stop mode.
15166
15167 2015-03-04 Pedro Alves <palves@redhat.com>
15168
15169 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15170
15171 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15172
15173 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15174
15175 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15176
15177 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15178 regexps for GDB's current line display, accept a hex address
15179 preceding the line number.
15180
15181 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15182
15183 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15184 the 'arch1' variable for "s390*-linux*" targets.
15185
15186 2015-03-04 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15189 (main): Pass missing retval argument to pthread_join call.
15190
15191 2015-03-02 Pedro Alves <palves@redhat.com>
15192
15193 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15194 (top level): Call do_test with non-stop as well.
15195
15196 2015-03-02 Pedro Alves <palves@redhat.com>
15197
15198 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15199 -1.
15200
15201 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15202
15203 * gdb.arch/s390-vregs.exp: New test.
15204 * gdb.arch/s390-vregs.S: New file.
15205
15206 2015-02-27 Pedro Alves <palves@redhat.com>
15207
15208 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15209 call to catch_command_errors.
15210 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15211 catch_command_errors.
15212
15213 2015-02-27 Pedro Alves <palves@redhat.com>
15214
15215 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15216 "true" for boolean result.
15217 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15218 prototype of main.
15219
15220 2015-02-27 Pedro Alves <palves@redhat.com>
15221
15222 * lib/unbuffer_output.c: New file.
15223 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15224 (main): Call gdb_unbuffer_output.
15225
15226 2015-02-27 Yao Qi <yao.qi@linaro.org>
15227
15228 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15229 target.
15230
15231 2015-02-26 Doug Evans <dje@google.com>
15232
15233 * gdb.cp/class2.cc (Dbase, D): New classes.
15234 (main): New local delta.
15235 * gdb.cp/class2.exp: Test printing delta.
15236 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15237 (dynbar): New global.
15238 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15239
15240 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15241
15242 * gdb.compile/compile-ifunc.c: New file.
15243 * gdb.compile/compile-ifunc.exp: New file.
15244
15245 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15246
15247 * gdb.base/structs.exp: Check for correct struct on finish.
15248
15249 2015-02-26 Yao Qi <yao.qi@linaro.org>
15250
15251 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15252 is zero.
15253
15254 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15255
15256 * gdb.arch/cordic.ko.bz2: New file.
15257 * gdb.arch/cordic.ko.debug.bz2: New file.
15258 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15259
15260 2015-02-25 Yao Qi <yao.qi@linaro.org>
15261
15262 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15263 aarch64*-*-* target.
15264
15265 2015-02-23 Pedro Alves <palves@redhat.com>
15266
15267 * lib/gdb.exp (delete_breakpoints): Rewrite using
15268 gdb_test_multiple.
15269
15270 2015-02-23 Pedro Alves <palves@redhat.com>
15271
15272 * gdb.base/info-os.c: Include stdlib.h.
15273
15274 2015-02-22 Doug Evans <xdje42@gmail.com>
15275
15276 PR symtab/17855
15277 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15278 is read after symbols have been re-read.
15279 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15280 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15281
15282 2015-02-21 Doug Evans <dje@google.com>
15283
15284 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15285
15286 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15287
15288 PR corefiles/17808
15289 * gdb.arch/i386-biarch-core.core.bz2: New file.
15290 * gdb.arch/i386-biarch-core.exp: New file.
15291
15292 2015-02-21 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15295 runto_main fails.
15296
15297 2015-02-20 Pedro Alves <palves@redhat.com>
15298
15299 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15300 info probes.
15301
15302 2015-02-20 Pedro Alves <palves@redhat.com>
15303
15304 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15305
15306 2015-02-20 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15309 clean_restart before gdb_target_supports_trace.
15310
15311 2015-02-20 Pedro Alves <palves@redhat.com>
15312
15313 PR threads/18006
15314 * gdb.threads/clone-thread_db.c: New file.
15315 * gdb.threads/clone-thread_db.exp: New file.
15316
15317 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15318
15319 PR breakpoints/16812
15320 * gdb.base/catch-gdb-caused-signals.c: New file.
15321 * gdb.base/catch-gdb-caused-signals.exp: New file.
15322
15323 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15324
15325 * configure: Regenerated.
15326 * configure.ac: Use GDB_AC_TRANSFORM.
15327 * aclocal.m4: sinclude ../transform.m4.
15328
15329 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15330
15331 * lib/dtrace.exp: New file.
15332 * gdb.base/dtrace-probe.exp: Likewise.
15333 * gdb.base/dtrace-probe.d: Likewise.
15334 * gdb.base/dtrace-probe.c: Likewise.
15335 * lib/pdtrace.in: Likewise.
15336 * configure.ac: Output variables with the transformed names of
15337 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15338 * configure: Regenerated.
15339
15340 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15341
15342 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15343 expected message when trying to access $_probe_* convenience
15344 variables while not on a probe.
15345
15346 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15347
15348 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15349
15350 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15351
15352 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15353 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15354
15355 2015-02-10 Doug Evans <xdje42@gmail.com>
15356
15357 * lib/gdb.exp (gdb_load): Always return a result.
15358
15359 2015-02-10 Pedro Alves <palves@redhat.com>
15360
15361 * gdb.threads/signal-sigtrap.c: New file.
15362 * gdb.threads/signal-sigtrap.exp: New file.
15363
15364 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15365
15366 * gdb.trace/no-attach-trace.c: New file.
15367 * gdb.trace/no-attach-trace.exp: New file.
15368
15369 2015-02-09 Mark Wielaard <mjw@redhat.com>
15370
15371 * gdb.dwarf2/atomic.c: New file.
15372 * gdb.dwarf2/atomic-type.exp: Likewise.
15373
15374 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15375
15376 * gdb.btrace/buffer-size.exp: Update "info record" output.
15377 * gdb.btrace/delta.exp: Update "info record" output.
15378 * gdb.btrace/enable.exp: Update "info record" output.
15379 * gdb.btrace/finish.exp: Update "info record" output.
15380 * gdb.btrace/instruction_history.exp: Update "info record" output.
15381 * gdb.btrace/next.exp: Update "info record" output.
15382 * gdb.btrace/nexti.exp: Update "info record" output.
15383 * gdb.btrace/step.exp: Update "info record" output.
15384 * gdb.btrace/stepi.exp: Update "info record" output.
15385 * gdb.btrace/nohist.exp: Update "info record" output.
15386
15387 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15388
15389 * gdb.btrace/buffer-size: New.
15390
15391 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15392
15393 * gdb.btrace/delta.exp: Update "info record" output.
15394 * gdb.btrace/enable.exp: Update "info record" output.
15395 * gdb.btrace/finish.exp: Update "info record" output.
15396 * gdb.btrace/instruction_history.exp: Update "info record" output.
15397 * gdb.btrace/next.exp: Update "info record" output.
15398 * gdb.btrace/nexti.exp: Update "info record" output.
15399 * gdb.btrace/step.exp: Update "info record" output.
15400 * gdb.btrace/stepi.exp: Update "info record" output.
15401 * gdb.btrace/nohist.exp: Update "info record" output.
15402
15403 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15404
15405 PR gdb/15678
15406 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15407
15408 2015-02-06 Pedro Alves <palves@redhat.com>
15409
15410 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15411 macro.
15412 (seconds_left, again): New globals.
15413 (main): Wait seconds_left in a 1-second sleep loop instead of
15414 sleeping 180 seconds. If 'again' is set, reset the seconds
15415 counter.
15416 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15417 'again' in the inferior before detaching. Print the seconds left.
15418 (options): New global.
15419 (top level): Build program with -DTIMEOUT=$timeout.
15420
15421 2015-02-06 Pedro Alves <palves@redhat.com>
15422
15423 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15424 determine how many seconds to pass to 'alarm'.
15425 * gdb.base/gdb-sigterm.exp (top level): Build program with
15426 -DTIMEOUT=$timeout.
15427 (do_test): Return success/failure indication. Add more verbose
15428 logging. Don't fail if 200 single steps are seen. Instead, fail
15429 when the test times out.
15430 (passes): New global.
15431 (top level): Break the testing loop if testing fails on any
15432 iteration. Use gdb_assert.
15433
15434 2015-02-04 Don Breazeal <donb@codesourcery.com>
15435
15436 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15437 and initialize them.
15438 (ipc_cleanup): New function.
15439 (main): Don't declare shmid, semid, and msqid. Add a call to
15440 atexit so that we call ipc_cleanup on exit.
15441
15442 2015-02-04 Pedro Alves <palves@redhat.com>
15443
15444 * boards/native-extended-gdbserver.exp: Remove any target variant
15445 specifications from the board name before clearing the isremote
15446 flag from board_info.
15447
15448 2015-01-31 Doug Evans <xdje42@gmail.com>
15449
15450 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15451
15452 2015-01-31 Gary Benson <gbenson@redhat.com>
15453
15454 * gdb.base/completion.exp: Disable completion limiting for
15455 existing tests. Add new tests to check completion limiting.
15456 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15457
15458 2015-01-31 Doug Evans <xdje42@gmail.com>
15459
15460 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15461
15462 2015-01-31 Doug Evans <xdje42@gmail.com>
15463
15464 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15465 entries. Duplicate file section script entries.
15466 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15467 inlined entries. Add test for safe-path rejection.
15468 * gdb.python/py-section-script.c: Add duplicate inlined section script
15469 entries. Duplicate file section script entries.
15470 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15471 inlined entries. Add test for safe-path rejection.
15472
15473 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15474
15475 * gdb.ada/disc_arr_bound: New testcase.
15476
15477 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15478
15479 * gdb.ada/mi_var_array: New testcase.
15480
15481 2015-01-27 Doug Evans <dje@google.com>
15482
15483 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15484 Add test for objfile.filename, objfile.username after objfile
15485 has been unloaded.
15486
15487 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15488
15489 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15490 the second test to print the name attribute of value
15491 returned by the call to gdb.lookup_type, and adjust
15492 the expected output accordingly.
15493
15494 2015-01-25 Mark Wielaard <mjw@redhat.com>
15495
15496 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15497 * gdb.base/disp-step-fork.c: Include unistd.h.
15498 * gdb.base/siginfo-obj.c: Include stdio.h.
15499 * gdb.base/siginfo-thread.c: Likewise.
15500 * gdb.mi/non-stop.c: Include unistd.h.
15501 * gdb.mi/nsthrexec.c: Include stdio.h.
15502 * gdb.mi/pthreads.c: Include unistd.h.
15503 * gdb.modula2/unbounded1.c (main): Declare returns int.
15504 * gdb.reverse/consecutive-reverse.c: Likewise.
15505 * gdb.threads/create-fail.c: Include unistd.h.
15506 * gdb.threads/killed.c: Likewise.
15507 * gdb.threads/linux-dp.c: Likewise.
15508 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15509 * gdb.threads/non-ldr-exc-2.c: Likewise.
15510 * gdb.threads/non-ldr-exc-3.c: Likewise.
15511 * gdb.threads/non-ldr-exc-4.c: Likewise.
15512 * gdb.threads/pthreads.c: Include unistd.h.
15513 (main): Declare returns int.
15514 * gdb.threads/tls-main.c (foo): New declaration.
15515 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15516
15517 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15518
15519 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15520 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15521
15522 2015-01-15 Mark Wielaard <mjw@redhat.com>
15523
15524 * gdb.base/noreturn-return.c: New file.
15525 * gdb.base/noreturn-return.exp: New file.
15526 * gdb.base/noreturn-finish.c: New file.
15527 * gdb.base/noreturn-finish.exp: New file.
15528
15529 2015-01-23 Pedro Alves <palves@redhat.com>
15530
15531 * gdb.threads/continue-pending-after-query.c: New file.
15532 * gdb.threads/continue-pending-after-query.exp: New file.
15533
15534 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15535 Simon Marchi <simon.marchi@ericsson.com>
15536
15537 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15538 * gdb.base/valgrind-db-attach.exp: Same.
15539 * gdb.base/valgrind-infcall.exp: Same.
15540 * lib/mi-support.exp (default_mi_gdb_start): Same.
15541 * lib/prompt.exp (default_prompt_gdb_start): Same.
15542 * lib/gdb.exp (default_gdb_spawn): Same.
15543 (gdb_interact): New.
15544
15545
15546 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15547
15548 * gdb.compile/compile.exp (pointer to jit function): New test.
15549
15550 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15551
15552 * lib/gdb.exp (supports_process_record): Return true for
15553 powerpc*-*-linux*.
15554 (supports_reverse): Likewise.
15555
15556 2015-01-15 Don Breazeal <donb@codesourcery.com>
15557
15558 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15559 instead of checking whether the target board is remote and
15560 use spawn_wait_for_attach instead of exec/sleep.
15561 * gdb.base/attach-twice.exp: Likewise.
15562
15563 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15564
15565 * gdb.ada/var_arr_attrs: New testcase.
15566
15567 2015-01-14 Pedro Alves <palves@redhat.com>
15568 Joel Brobecker <brobecker@adacore.com>
15569
15570 PR gdb/17525
15571 * gdb.base/bp-cmds-execution-x-script.c: New file.
15572 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15573 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15574
15575 2015-01-14 Pedro Alves <palves@redhat.com>
15576
15577 PR cli/17828
15578 * gdb.base/batch-preserve-term-settings.c: New file.
15579 * gdb.base/batch-preserve-term-settings.exp: New file.
15580
15581 2015-01-13 Doug Evans <dje@google.com>
15582
15583 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15584 binary.
15585
15586 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15587
15588 * Makefile.in (clean mostlyclean): Do not delete *.py.
15589
15590 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15591
15592 * gdb.python/py-lookup-type.exp: New file.
15593
15594 2015-01-12 Pedro Alves <palves@redhat.com>
15595
15596 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15597 restore GDBFLAGS before returning.
15598
15599 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15600
15601 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15602 is_amd64_regs_target and is_x86_like_target.
15603
15604 2015-01-11 Doug Evans <xdje42@gmail.com>
15605
15606 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15607 is given without an explicit form.
15608 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15609 attributes.
15610 * gdb.dwarf/corrupt.exp: Ditto.
15611 * gdb.dwarf2/enum-type.exp: Ditto.
15612 * gdb.trace/entry-values.exp: Ditto.
15613 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15614
15615 2015-01-11 Doug Evans <xdje42@gmail.com>
15616
15617 PR gdb/15830
15618 * gdb.base/maint.exp: Remove references to "maint demangle".
15619 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15620 Add tests for explicitly specifying language to demangle.
15621 * gdb.dlang/demangle.exp: Ditto.
15622
15623 2015-01-09 Pedro Alves <palves@redhat.com>
15624
15625 * gdb.threads/non-stop-fair-events.c: New file.
15626 * gdb.threads/non-stop-fair-events.exp: New file.
15627
15628 2015-01-09 Pedro Alves <palves@redhat.com>
15629
15630 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15631 the global scope. Set a breakpoint after all threads are started
15632 rather than stepping over two source lines. Expect the prompt.
15633 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15634 global.
15635 (NUM): Now 15.
15636 (main): Use threads_started_barrier to wait for all threads to
15637 start. Main thread no longer calls thread_function. Exit after
15638 180 seconds.
15639 (loop): New function.
15640 (thread_function): Wait on threads_started_barrier barrier. Call
15641 'loop' at each iteration.
15642 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15643 threads have started, instead of hardcoding number of "next"
15644 steps. Use an access watchpoint instead of a write watchpoint.
15645
15646 2015-01-09 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15649 (thread_func): Wait on barrier.
15650 (main): Wait for all threads to start before stopping GDB.
15651 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15652 global.
15653 (thread1_func, thread2_func): Wait on barrier.
15654 (main): Wait for all threads to start before stopping GDB.
15655 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15656 New global.
15657 (thread1_func, thread2_func): Wait on barrier.
15658 (main): Wait for all threads to start before stopping GDB.
15659
15660 2015-01-09 Pedro Alves <palves@redhat.com>
15661
15662 * gdb.threads/attach-many-short-lived-threads.c: New file.
15663 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15664
15665 2014-01-09 Pedro Alves <palves@redhat.com>
15666
15667 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15668 instead of to thread 2.
15669 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15670 Add barrier around each pthread_create call instead of around all
15671 calls.
15672 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15673 Set a break on thread_function and have the child threads hit it
15674 one at at a time.
15675
15676 2015-01-09 Pedro Alves <palves@redhat.com>
15677
15678 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15679 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15680 false.
15681 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15682 checking whether the target board is remote.
15683 * gdb.multi/multi-attach.exp: Likewise.
15684 * gdb.python/py-sync-interp.exp: Likewise.
15685 * gdb.server/ext-attach.exp: Likewise.
15686 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15687 tests that need to attach, instead of checking whether the target
15688 board is remote at the top of the file.
15689
15690 2015-01-08 Yao Qi <yao@codesourcery.com>
15691
15692 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15693
15694 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15695
15696 Fix testcase compilation.
15697 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15698
15699 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15700
15701 * gdb.python/py-type.exp: Add a couple test about empty
15702 array creation, and negative-length array creation.
15703
15704 2015-01-02 Doug Evans <xdje42@gmail.com>
15705
15706 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15707
15708 2015-01-02 Doug Evans <dje@google.com>
15709
15710 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15711
15712 2014-12-29 Yao Qi <yao@codesourcery.com>
15713
15714 * gdb.trace/entry-values.exp: Update comments. Rename variable
15715 bar_call_foo to returned_from_foo.
15716
15717 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15718
15719 PR gdb/17394
15720 * gdb.linespec/break-asm-file.c: New file.
15721 * gdb.linespec/break-asm-file.exp: New file.
15722 * gdb.linespec/break-asm-file0.s: New file.
15723 * gdb.linespec/break-asm-file1.s: New file.
15724
15725 2014-12-18 Nigel Stephens <nigel@mips.com>
15726 Maciej W. Rozycki <macro@codesourcery.com>
15727
15728 * gdb.base/float.exp: Handle the new output from "info float" on
15729 MIPS targets.
15730
15731 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15732
15733 Fix MinGW compilation.
15734 * gdb.compile/compile-ops.exp: Update untested message if
15735 !skip_compile_feature_tests.
15736 * gdb.compile/compile-setjmp.exp: Likewise.
15737 * gdb.compile/compile-tls.exp: Likewise.
15738 * gdb.compile/compile.exp: Likewise.
15739 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15740 supported on this host".
15741
15742 2014-12-16 Doug Evans <xdje42@gmail.com>
15743
15744 * boards/stabs.exp: New file.
15745
15746 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15747
15748 * gdb.base/completion.exp: Adjust to format changes of "maint
15749 print user-registers".
15750
15751 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15752
15753 PR server/17457
15754 * gdb.arch/aarch64-fp.c: New file.
15755 * gdb.arch/aarch64-fp.exp: New file.
15756
15757 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15758
15759 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15760 r210637, r210913, r211666, r215400, r215817).
15761
15762 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15763 * dg-extract-results.py: New file.
15764 * dg-extract-results.sh: Use it if the environment seems
15765 suitable.
15766
15767 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15768
15769 * dg-extract-results.py (parse_run): Handle warnings that
15770 are printed before a test harness is run.
15771
15772 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15773
15774 * dg-extract-results.py (Named): Remove __cmp__ method.
15775 (output_variation): Use a key to sort variation.harnesses.
15776
15777 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15778
15779 * dg-extract-results.py: For Python 3, force sys.stdout to
15780 handle surrogate escape sequences.
15781 (safe_open): New function.
15782 (output_segment, main): Use it.
15783
15784 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15785
15786 * dg-extract-results.py (Prog.result_re): Include options
15787 in test name.
15788
15789 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15790
15791 * dg-extract-results.py (output_variation): Always sort if
15792 do_sum.
15793
15794 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15795
15796 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15797 as long as we get pagination notifications.
15798
15799 2014-12-15 Jason Merrill <jason@redhat.com>
15800
15801 * Makefile.in (check-gdb.%): Restore.
15802 * README: Mention it.
15803
15804 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15805
15806 * gdb.ada/str_uninit: New testcase.
15807
15808 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15809
15810 PR symtab/17642
15811 * gdb.base/vla-stub-define.c: New file.
15812 * gdb.base/vla-stub.c: New file.
15813 * gdb.base/vla-stub.exp: New file.
15814
15815 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15816 Jan Kratochvil <jan.kratochvil@redhat.com>
15817 Tom Tromey <tromey@redhat.com>
15818
15819 * configure.ac: Add gdb.compile/.
15820 * configure: Regenerate.
15821 * gdb.compile/Makefile.in: New file.
15822 * gdb.compile/compile-ops.exp: New file.
15823 * gdb.compile/compile-ops.c: New file.
15824 * gdb.compile/compile-tls.c: New file.
15825 * gdb.compile/compile-tls.exp: New file.
15826 * gdb.compile/compile-constvar.S: New file.
15827 * gdb.compile/compile-constvar.c: New file.
15828 * gdb.compile/compile-mod.c: New file.
15829 * gdb.compile/compile-nodebug.c: New file.
15830 * gdb.compile/compile-setjmp-mod.c: New file.
15831 * gdb.compile/compile-setjmp.c: New file.
15832 * gdb.compile/compile-setjmp.exp: New file.
15833 * gdb.compile/compile-shlib.c: New file.
15834 * gdb.compile/compile.c: New file.
15835 * gdb.compile/compile.exp: New file.
15836 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15837
15838 2014-12-12 Tom Tromey <tromey@redhat.com>
15839
15840 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15841 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15842
15843 2014-12-12 Doug Evans <dje@google.com>
15844
15845 * lib/gdb-python.exp (get_python_valueof): New function.
15846 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15847
15848 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15849
15850 * gdb.base/completion.exp: Add test for completion of "info
15851 registers ".
15852
15853 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15854
15855 * gdb.base/func-ptrs.c: New file.
15856 * gdb.base/func-ptrs.exp: New file.
15857
15858 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15859
15860 PR breakpoints/17012
15861 * gdb.base/dprintf-detach.c: New file.
15862 * gdb.base/dprintf-detach.exp: New file.
15863
15864 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15865
15866 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15867 * lib/gdb.exp (target_is_gdbserver): New procedure.
15868
15869 2014-12-08 Doug Evans <dje@google.com>
15870
15871 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15872
15873 2014-12-05 Yao Qi <yao@codesourcery.com>
15874
15875 * gdb.guile/scm-error.exp: Remove the third argument to
15876 gdb_remote_download.
15877 * gdb.guile/scm-frame-args.exp: Likewise.
15878 * gdb.guile/scm-section-script.exp: Likewise.
15879
15880 2014-12-05 Yao Qi <yao@codesourcery.com>
15881
15882 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15883
15884 2014-12-04 Doug Evans <dje@google.com>
15885
15886 * gdb.python/py-objfile.exp: Add tests for
15887 objfile.add_separate_debug_file.
15888
15889 2014-12-04 Doug Evans <dje@google.com>
15890
15891 * lib/gdb.exp (get_build_id): New function.
15892 (build_id_debug_filename_get): Rewrite to use it.
15893 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15894
15895 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15896
15897 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15898 `method(long)', not just 0x0.
15899 * gdb.cp/nsalias.exp: Align code labels to 4.
15900 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15901 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15902 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15903 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15904 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15905 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15906
15907 2014-12-02 Doug Evans <dje@google.com>
15908
15909 PR symtab/17602
15910 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15911 * gdb.cp/anon-ns2.cc: ... here. New file.
15912 * gdb.cp/anon-ns.exp: Update.
15913
15914 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15915
15916 * gdb.python/py-events.py (inferior_call_handler): New.
15917 (register_changed_handler, memory_changed_handler): New.
15918 (test_events.invoke): Register new handlers.
15919 * gdb.python/py-events.exp: Add tests for inferior call,
15920 memory_changed and register_changed events.
15921
15922 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15923
15924 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15925 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15926 if the linker doesn't understand this.
15927
15928 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15929
15930 * gdb.python/python.exp: Change expected reply to help().
15931
15932 2014-12-01 Yao Qi <yao@codesourcery.com>
15933
15934 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15935 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15936 * configure: Re-generated.
15937
15938 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15939
15940 * gdb.cp/chained-calls.cc: New file.
15941 * gdb.cp/chained-calls.exp: New file.
15942 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15943
15944 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15945
15946 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15947 * gdb.dwarf2/symtab-producer.exp: Same.
15948 * gdb.gdb/python-interrupts.exp: Same.
15949 * gdb.gdb/python-selftest.exp: Same.
15950 * gdb.python/py-linetable.exp: Same.
15951 * gdb.python/py-type.exp: Same.
15952 * gdb.python/py-value-cc.exp: Same.
15953 * gdb.python/py-value.exp: Same.
15954
15955 2014-11-28 Yao Qi <yao@codesourcery.com>
15956
15957 * gdb.base/break-probes.exp: Match library name prefixed with
15958 sysroot.
15959
15960 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15961
15962 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15963 test expected output. Add parentheses for the call to print.
15964 Remove L suffix from integers.
15965
15966 2014-11-26 Doug Evans <dje@google.com>
15967
15968 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15969
15970 2014-11-22 Yao Qi <yao@codesourcery.com>
15971
15972 * gdb.trace/entry-values.c: Remove asms.
15973 (foo): Add foo_label.
15974 (bar): Add bar_label.
15975 * gdb.trace/entry-values.exp: Remove code computing foo's
15976 length and bar's length.
15977 (Dwarf::assemble): Invoke function_range for bar and use
15978 MACRO_AT_func for foo.
15979
15980 2014-11-22 Yao Qi <yao@codesourcery.com>
15981
15982 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15983 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15984 Use .Lgcc43_procstart instead of gcc43.
15985
15986 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15987
15988 * gdb.ada/n_arr_bound: New testcase.
15989
15990 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15991
15992 PR breakpoints/10737
15993 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15994 test_catch_syscall_multi_arch.
15995 (test_catch_syscall_multi_arch): New function.
15996
15997 2014-11-20 Doug Evans <xdje42@gmail.com>
15998
15999 * gdb.base/maint.exp: Update expected output.
16000
16001 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16002
16003 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16004 4-byte instruction on S390.
16005
16006 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16007
16008 * gdb.ada/arr_arr: New testcase.
16009
16010 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16011
16012 * gdb.ada/pkd_arr_elem: New Testcase.
16013
16014 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16015
16016 * gdb.reverse/break-precsave: Expect completion message for
16017 core file reads.
16018 * gdb.reverse/consecutive-precsave.exp: Likewise.
16019 * gdb.reverse/finish-precsave.exp: Likewise.
16020 * gdb.reverse/i386-precsave.exp: Likewise.
16021 * gdb.reverse/machinestate-precsave.exp: Likewise.
16022 * gdb.reverse/sigall-precsave.exp: Likewise.
16023 * gdb.reverse/solib-precsave.exp: Likewise.
16024 * gdb.reverse/step-precsave.exp: Likewise.
16025 * gdb.reverse/until-precsave.exp: Likewise.
16026 * gdb.reverse/watch-precsave.exp: Likewise.
16027
16028 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16029
16030 * gdb.base/bp-permanent.c: Include unistd.h.
16031 * gdb.python/py-framefilter-mi.c (main): Add return type.
16032 * gdb.python/py-framefilter.c (main): Likewise.
16033 * gdb.trace/actions-changed.c (main): Likewise.
16034
16035 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16036
16037 * gdb.mi/until.c: Add eye-catchers.
16038 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16039 line numbers.
16040
16041 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16042
16043 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16044 function header variants in break1.c.
16045 * gdb.base/ena-dis-br.exp: Likewise.
16046 * gdb.base/hbreak2.exp: Likewise.
16047 * gdb.reverse/until-precsave.exp: Drop references to removed
16048 non-prototype function header variants in ur1.c.
16049 * gdb.reverse/until-reverse.exp: Likewise.
16050
16051 2014-11-17 Petr Machata <pmachata@redhat.com>
16052
16053 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16054 ${_cu_offset_size} bytes abbrev offset.
16055
16056 2014-11-15 Doug Evans <xdje42@gmail.com>
16057
16058 PR symtab/17559
16059 * gdb.base/line-symtabs.exp: New file.
16060 * gdb.base/line-symtabs.c: New file.
16061 * gdb.base/line-symtabs.h: New file.
16062
16063 2014-11-14 Yao Qi <yao@codesourcery.com>
16064
16065 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16066 (func): Add label func_label.
16067 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16068 Replace low_pc and high_pc with MACRO_AT_range.
16069 Replace name, low_pc and high_pc with MACRO_AT_func.
16070
16071 2014-11-14 Yao Qi <yao@codesourcery.com>
16072
16073 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16074 Replace name, low_pc and high_pc with MACRO_AT_func.
16075
16076 2014-11-14 Yao Qi <yao@codesourcery.com>
16077
16078 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16079 produce debug information.
16080 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16081
16082 2014-11-14 Yao Qi <yao@codesourcery.com>
16083
16084 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16085 object and get function length.
16086 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16087 with MACRO_AT_func.
16088 (top-level): Replace gdb_compile and clean_restart with
16089 prepare_for_testing.
16090 * gdb.dwarf2/main.c (main): Add label main_label.
16091
16092 2014-11-14 Yao Qi <yao@codesourcery.com>
16093
16094 * lib/dwarf.exp (function_range): New procedure.
16095 (Dwarf::_handle_macro_at_func): New procedure.
16096 (Dwarf::_handle_macro_at_range): New procedure.
16097 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16098
16099 2014-11-14 Yao Qi <yao@codesourcery.com>
16100
16101 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16102 (_handle_attribute): New procedure.
16103
16104 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16105
16106 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16107 * gdb.base/call-sc.c (zed): Likewise.
16108 * gdb.base/checkpoint.c (main): Likewise.
16109 * gdb.base/dump.c (main): Likewise.
16110 * gdb.base/gcore.c (main): Likewise.
16111 * gdb.base/huge.c (main): Likewise.
16112 * gdb.base/multi-forks.c (main): Likewise.
16113 * gdb.base/pr10179-a.c (main): Likewise.
16114 * gdb.base/savedregs.c (main): Likewise.
16115 * gdb.base/sigaltstack.c (main): Likewise.
16116 * gdb.base/siginfo.c (main): Likewise.
16117 * gdb.base/structs.c (zed): Likewise.
16118 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16119 * gdb.mi/mi-syn-frame.c (main): Likewise.
16120 * gdb.mi/until.c (foo, main): Likewise.
16121 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16122 * gdb.base/solib-weak.c (foo): Declare.
16123 * gdb.base/attach-twice.c: Include stdio.h.
16124 * gdb.base/weaklib1.c: Likewise.
16125 * gdb.base/weaklib2.c: Likewise.
16126 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16127 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16128 unistd.h.
16129 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16130 * gdb.mi/mi-exit-code.c: Likewise.
16131 * gdb.base/break-interp-lib.c: Include string.h.
16132 * gdb.base/coremaker.c: Likewise.
16133 * gdb.base/testenv.c: Likewise.
16134 * gdb.python/py-finish-breakpoint.c: Likewise.
16135 * gdb.base/inferior-died.c: Include sys/wait.h.
16136 * gdb.base/fileio.c: Include time.h.
16137 * gdb.base/async-shell.c: Include unistd.h.
16138 * gdb.base/dprintf-non-stop.c: Likewise.
16139 * gdb.base/info-os.c: Likewise.
16140 * gdb.mi/mi-console.c: Likewise.
16141 * gdb.mi/watch-nonstop.c: Likewise.
16142 * gdb.python/py-events.c: Likewise.
16143 * gdb.base/async.c (baz): Move up before its invocation.
16144 * gdb.base/code_elim2.c (my_global_func): Likewise.
16145 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16146 * gdb.base/advance.c (func2): Likewise.
16147
16148 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16149
16150 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16151 variant.
16152 * gdb.base/annota3.c: Likewise.
16153 * gdb.base/async.c: Likewise.
16154 * gdb.base/average.c: Likewise.
16155 * gdb.base/call-ar-st.c: Likewise.
16156 * gdb.base/call-rt-st.c: Likewise.
16157 * gdb.base/call-sc.c: Likewise.
16158 * gdb.base/call-strs.c: Likewise.
16159 * gdb.base/ending-run.c: Likewise.
16160 * gdb.base/execd-prog.c: Likewise.
16161 * gdb.base/exprs.c: Likewise.
16162 * gdb.base/foll-exec.c: Likewise.
16163 * gdb.base/foll-fork.c: Likewise.
16164 * gdb.base/foll-vfork.c: Likewise.
16165 * gdb.base/funcargs.c: Likewise.
16166 * gdb.base/gcore.c: Likewise.
16167 * gdb.base/jump.c: Likewise.
16168 * gdb.base/langs0.c: Likewise.
16169 * gdb.base/langs1.c: Likewise.
16170 * gdb.base/langs2.c: Likewise.
16171 * gdb.base/mips_pro.c: Likewise.
16172 * gdb.base/nodebug.c: Likewise.
16173 * gdb.base/opaque0.c: Likewise.
16174 * gdb.base/opaque1.c: Likewise.
16175 * gdb.base/recurse.c: Likewise.
16176 * gdb.base/run.c: Likewise.
16177 * gdb.base/scope0.c: Likewise.
16178 * gdb.base/scope1.c: Likewise.
16179 * gdb.base/setshow.c: Likewise.
16180 * gdb.base/setvar.c: Likewise.
16181 * gdb.base/shmain.c: Likewise.
16182 * gdb.base/shr1.c: Likewise.
16183 * gdb.base/shr2.c: Likewise.
16184 * gdb.base/sigall.c: Likewise.
16185 * gdb.base/signals.c: Likewise.
16186 * gdb.base/so-indr-cl.c: Likewise.
16187 * gdb.base/solib2.c: Likewise.
16188 * gdb.base/structs.c: Likewise.
16189 * gdb.base/sum.c: Likewise.
16190 * gdb.base/vforked-prog.c: Likewise.
16191 * gdb.base/watchpoint.c: Likewise.
16192 * gdb.reverse/shr2.c: Likewise.
16193 * gdb.reverse/until-reverse.c: Likewise.
16194 * gdb.reverse/ur1.c: Likewise.
16195 * gdb.reverse/watch-reverse.c: Likewise.
16196
16197 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16198
16199 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16200 variant.
16201 * gdb.base/sepdebug.exp: Drop references to removed code.
16202
16203 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16204
16205 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16206 variant. Preserve original line numbering.
16207 * gdb.base/list1.c: Likewise.
16208
16209 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16210
16211 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16212 variant.
16213 * gdb.base/break1.c: Likewise.
16214 * gdb.base/break.exp: Drop references to removed code.
16215
16216 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16217
16218 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16219 variant.
16220
16221 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16222
16223 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16224
16225 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16226
16227 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16228 logic into perform_all_tests() and invoke it with and without
16229 function header prototypes.
16230 (do_function_calls): Remove conditional XFAIL for PR 5318.
16231 (rerun_and_prepare): Remove duplicate code.
16232 (perform_all_tests): New. Main logic moved here.
16233
16234 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16235
16236 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16237 code guarded by #ifdef NO_PROTOTYPES.
16238 (t_double_many_args): Likewise.
16239 (DEF_FUNC_MANY_ARGS_1): Likewise.
16240 (DEF_FUNC_VALUES_1): Likewise.
16241 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16242 guarded by #ifdef PROTOTYPES.
16243
16244 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16245
16246 * gdb.mi/mi-console.c: Add eye-catcher.
16247 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16248 instead of literal line number.
16249
16250 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16251
16252 * gdb.base/shr2.c: Add eye-catcher.
16253 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16254 line number.
16255
16256 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16257
16258 * gdb.base/jump.c: Add eye-catchers.
16259 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16260 numbers.
16261
16262 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16263
16264 * gdb.base/execd-prog.c: Add eye-catchers.
16265 * gdb.base/foll-exec.c: Likewise.
16266 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16267 line numbers.
16268
16269 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16270
16271 * gdb.base/ending-run.c: Add eye-catchers.
16272 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16273 literal line numbers.
16274
16275 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16276
16277 * gdb.base/call-rt-st.c: Add eye-catchers.
16278 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16279 literal line numbers.
16280
16281 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16282
16283 * gdb.base/call-ar-st.c: Add eye-catchers.
16284 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16285 literal line numbers.
16286
16287 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16288
16289 * gdb.base/average.c: Add eye-catchers.
16290 * gdb.base/sum.c: Likewise.
16291 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16292 regexps dynamically.
16293
16294 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16295
16296 * gdb.base/solib1.c: Add eye-catchers.
16297 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16298 literal line numbers.
16299
16300 2014-11-12 Pedro Alves <palves@redhat.com>
16301
16302 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16303 leader has exited.
16304
16305 2014-11-12 Pedro Alves <palves@redhat.com>
16306
16307 * gdb.arch/i386-bp_permanent.c: New file.
16308 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16309 (srcfile): Set to i386-bp_permanent.c.
16310 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16311 that stepi does not execute the 'leave' instruction, instead of
16312 testing it does execute.
16313 * gdb.base/bp-permanent.c: New file.
16314 * gdb.base/bp-permanent.exp: New file.
16315
16316 2014-11-10 Doug Evans <xdje42@gmail.com>
16317
16318 PR symtab/17564
16319 * gdb.base/symtab-search-order.exp: New file.
16320 * gdb.base/symtab-search-order.c: New file.
16321 * gdb.base/symtab-search-order-1.c: New file.
16322 * gdb.base/symtab-search-order-shlib-1.c: New file.
16323
16324 2014-11-07 Pedro Alves <palves@redhat.com>
16325
16326 PR gdb/17511
16327 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16328 i?86-*-linux*.
16329
16330 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16331
16332 PR c++/17494
16333 * gdb.cp/pr17494.cc: New file.
16334 * gdb.cp/pr17494.exp: New file.
16335
16336 2014-11-02 Yao Qi <yao@codesourcery.com>
16337
16338 * gdb.python/python.exp: Get working directory and match the
16339 output of "set extended-prompt \\w " with it.
16340
16341 2014-10-30 Doug Evans <dje@google.com>
16342
16343 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16344 in objfiles.
16345 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16346 in progspaces.
16347
16348 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16349
16350 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16351 * gdb.base/realname-expand.exp: Likewise.
16352 * gdb.linespec/macro-relative.exp: Likewise.
16353
16354 2014-10-29 Pedro Alves <palves@redhat.com>
16355
16356 PR gdb/17408
16357 * gdb.threads/schedlock.c (some_function): New function.
16358 (call_function): New global.
16359 (MAYBE_CALL_SOME_FUNCTION): New macro.
16360 (thread_function): Call it.
16361 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16362 and use it instead of a global counter. Adjust all callers.
16363 (get_current_thread): Use "find current thread" for test message
16364 here rather than having all callers pass down the same string.
16365 (goto_loop): New procedure, factored out from ...
16366 (my_continue): ... this.
16367 (step_ten_loops): Change parameter from test message to command to
16368 use. Adjust.
16369 (list_count): Delete global.
16370 (check_result): New procedure, factored out from duplicate top
16371 level code.
16372 (continue tests): Wrap in with_test_prefix.
16373 (test_step): New procedure, factored out from duplicate top level
16374 code.
16375 (top level): Test "step" in combination with all scheduler-locking
16376 modes. Test "next" in combination with all scheduler-locking
16377 modes, and in combination with stepping over a function call or
16378 not.
16379 * gdb.threads/next-bp-other-thread.c: New file.
16380 * gdb.threads/next-bp-other-thread.exp: New file.
16381
16382 2014-10-29 Pedro Alves <palves@redhat.com>
16383
16384 PR python/17372
16385 * gdb.python/python.exp: Test a multi-line command that spawns
16386 interactive Python.
16387 * gdb.base/multi-line-starts-subshell.exp: New file.
16388
16389 2014-10-29 Yao Qi <yao@codesourcery.com>
16390
16391 * gdb.base/fileio.exp: Make directories on host.
16392
16393 2014-10-29 Yao Qi <yao@codesourcery.com>
16394
16395 * gdb.base/fileio.c (test_write): Close the file.
16396
16397 2014-10-28 Pedro Alves <palves@redhat.com>
16398
16399 PR gdb/12623
16400 * gdb.base/sigstep.c (no_handler): New global.
16401 (main): If 'no_handler is true, set the signal handlers to
16402 SIG_IGN.
16403 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16404 with_sw_watch and no_handler parameters. Handle them.
16405 (top level) <stepping over handler when stopped at a breakpoint
16406 test>: Add a test axis for testing with a software watchpoint, and
16407 another for testing with the signal handler set to SIG_IGN.
16408 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16409 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16410
16411 2014-10-28 Pedro Alves <palves@redhat.com>
16412
16413 PR gdb/17511
16414 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16415 * gdb.base/sigstep.exp (other_handler_location): New global.
16416 (advance): Support stepping into the signal handler, and running
16417 commands while in the handler.
16418 (in_handler_map): New global.
16419 (top level): In the advance test, add combinations for getting
16420 into the handler with stepping commands, and for running commands
16421 in the handler. Add comment descripting the advancei tests.
16422
16423 2014-10-28 Pedro Alves <palves@redhat.com>
16424
16425 * gdb.base/sigstep.exp: Use build_executable instead of
16426 prepare_for_testing.
16427 (top level): Move code that starts GDB, runs to main and creates a
16428 display to ...
16429 (restart): ... this new procedure.
16430 (top level): Move backtrace from signal handler test to ...
16431 (validate_backtrace): ... this new procedure.
16432 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16433 with_test_prefix. Always restart GDB.
16434 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16435 with_test_prefix. Always restart GDB. No need to delete
16436 breakpoints after the test.
16437 (test_skip_handler): Remove prefix parameter.
16438 (skip_over_handler, breakpoint_to_handler)
16439 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16440 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16441 restart GDB. No need to delete breakpoints after the test.
16442 (top level): Use foreach to call the test procedures with
16443 different commands.
16444
16445 2014-10-28 Pedro Alves <palves@redhat.com>
16446
16447 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16448 instead of GNATS numbers.
16449 * gdb.base/sigbpt.exp: Likewise.
16450 * gdb.base/siginfo.exp: Likewise.
16451 * gdb.base/sigstep.exp: Likewise.
16452
16453 2014-10-27 Pedro Alves <palves@redhat.com>
16454
16455 * gdb.base/sigstep.c (dummy): New global.
16456 (main): Issue a couple writes to the new global.
16457 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16458 procedures.
16459 (skip_over_handler): Use test_skip_handler.
16460 (top level): Call skip_over_handler for stepi and nexti too.
16461 (breakpoint_over_handler): Use test_skip_handler.
16462 (top level): Call breakpoint_over_handler for stepi and nexti too.
16463
16464 2014-10-27 Yao Qi <yao@codesourcery.com>
16465
16466 * gdb.trace/tfile.c (adjust_function_address)
16467 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16468 function descriptor.
16469
16470 2014-10-24 Don Breazeal <donb@codesourcery.com>
16471
16472 * gdb.base/foll-fork.exp (test_follow_fork,
16473 catch_fork_child_follow): Check for updated fork messages emitted
16474 from infrun.c.
16475 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16476 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16477 vfork_and_exec_child_follow_through_step): Check for updated vfork
16478 messages emitted from infrun.c.
16479
16480 2014-10-24 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.base/corefile.exp: Remove references to ultrix.
16483 * gdb.base/interrupt.exp: Likewise.
16484 * gdb.base/whatis.exp: Likewise.
16485 * gdb.gdb/selftest.exp: Likewise.
16486 * gdb.threads/manythreads.exp: Likewise.
16487 * gdb.threads/print-threads.exp: Likewise.
16488 * gdb.threads/pthreads.exp:: Likewise.
16489 * gdb.threads/schedlock.exp: Likewise.
16490
16491 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16492
16493 * gdb.cp/non-trivial-retval.cc: Add a test case.
16494 * gdb.cp/non-trivial-retval.exp: Add a test.
16495
16496 2014-10-20 Yao Qi <yao@codesourcery.com>
16497
16498 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16499 * gdb.python/py-objfile-script-gdb.py: New file.
16500 * gdb.python/py-objfile-script.exp: Update reference to
16501 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16502 of remote_download. Remove the dest file.
16503
16504 2014-10-20 Yao Qi <yao@codesourcery.com>
16505
16506 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16507 * gdb.base/step-line.exp: Likewise.
16508 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16509 * gdb.dwarf2/dw2-basic.exp: Likewise.
16510 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16511 * gdb.dwarf2/dw2-filename.exp: Likewise.
16512 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16513 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16514 * gdb.dwarf2/dw2-producer.exp: Likewise.
16515 * gdb.dwarf2/mac-fileno.exp: Likewise.
16516 * gdb.python/py-frame-args.exp: Likewise.
16517 * gdb.python/py-framefilter.exp: Likewise.
16518 * gdb.python/py-mi.exp: Likewise.
16519 * gdb.python/py-objfile-script.exp: Likewise
16520 * gdb.python/py-pp-integral.exp: Likewise.
16521 * gdb.python/py-pp-re-notag.exp: Likewise.
16522 * gdb.python/py-prettyprint.exp: Likewise.
16523 * gdb.python/py-section-script.exp: Likewise.
16524 * gdb.python/py-typeprint.exp: Likewise.
16525 * gdb.python/py-xmethods.exp: Likewise.
16526 * gdb.stabs/weird.exp: Likewise.
16527 * gdb.xml/tdesc-regs.exp: Likewise.
16528
16529 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16530
16531 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16532 (out_cu): Use addr_len for the size of addresses.
16533 (out_line): Likewise. Size DW_LNE_set_address instruction
16534 according to addr_len.
16535 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16536 (FUNC): Add START_INSNS to definition.
16537
16538 2014-10-18 Yao Qi <yao@codesourcery.com>
16539
16540 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16541 gdb_has_argv0 return true.
16542 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16543 check [target_info exists noargs], check [gdb_has_argv0]
16544 instead.
16545 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16546 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16547 procedures.
16548
16549 2014-10-17 Doug Evans <dje@google.com>
16550
16551 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16552 event.
16553 * gdb.python/py-events.py: Add clear_objfiles event.
16554
16555 2014-10-17 Doug Evans <dje@google.com>
16556
16557 * gdb.python/py-objfile.exp: Test progspace attribute.
16558
16559 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16560
16561 * gdb.guile/scm-breakpoint.exp: Do not assume any
16562 directory separators when matching source file paths.
16563 * gdb.python/py-breakpoint.exp: Likewise.
16564 * gdb.reverse/break-precsave.exp: Likewise.
16565 * gdb.reverse/break-reverse.exp: Likewise.
16566 * gdb.reverse/consecutive-precsave.exp: Likewise.
16567 * gdb.reverse/finish-precsave.exp: Likewise.
16568 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16569 * gdb.reverse/finish-reverse.exp: Likewise.
16570 * gdb.reverse/i386-precsave.exp: Likewise.
16571 * gdb.reverse/i387-env-reverse.exp: Likewise.
16572 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16573 * gdb.reverse/machinestate-precsave.exp: Likewise.
16574 * gdb.reverse/machinestate.exp: Likewise.
16575 * gdb.reverse/sigall-precsave.exp: Likewise.
16576 * gdb.reverse/solib-precsave.exp: Likewise.
16577 * gdb.reverse/step-precsave.exp: Likewise.
16578 * gdb.reverse/until-precsave.exp: Likewise.
16579 * gdb.reverse/watch-precsave.exp: Likewise.
16580 * gdb.reverse/watch-reverse.exp: Likewise.
16581
16582 2014-10-17 Yao Qi <yao@codesourcery.com>
16583
16584 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16585 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16586
16587 2014-10-17 Pedro Alves <palves@redhat.com>
16588
16589 PR gdb/17471
16590 * gdb.base/bg-execution-repeat.c: New file.
16591 * gdb.base/bg-execution-repeat.exp: New file.
16592
16593 2014-10-17 Pedro Alves <palves@redhat.com>
16594
16595 PR gdb/17300
16596 * gdb.base/continue-all-already-running.c: New file.
16597 * gdb.base/continue-all-already-running.exp: New file.
16598
16599 2014-10-17 Pedro Alves <palves@redhat.com>
16600
16601 PR gdb/17472
16602 * gdb.base/annota-input-while-running.c: New file.
16603 * gdb.base/annota-input-while-running.exp: New file.
16604
16605 2014-10-17 Pedro Alves <palves@redhat.com>
16606
16607 * gdb.base/callfuncs.exp: emove references to osf.
16608 * gdb.base/sigall.exp: Likewise.
16609 * gdb.gdb/selftest.exp: Likewise.
16610 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16611 * gdb.mi/non-stop.c: Likewise.
16612 * gdb.mi/pthreads.c: Likewise.
16613 * gdb.reverse/sigall-precsave.exp: Likewise.
16614 * gdb.reverse/sigall-reverse.exp: Likewise.
16615 * gdb.threads/pthreads.c: Likewise.
16616 * gdb.threads/pthreads.exp: Likewise.
16617
16618 2014-10-17 Yao Qi <yao@codesourcery.com>
16619
16620 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16621 check 'target_info exists noargs'.
16622 (test_command_prompt_position): Likewise.
16623 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16624 Remove "set args".
16625 (progvar_simple_while_test): Likewise.
16626 (progvar_complex_if_while_test): Likewise.
16627 (if_while_breakpoint_command_test): Likewise.
16628 (infrun_breakpoint_command_test): Likewise.
16629 (breakpoint_command_test): Likewise.
16630 (watchpoint_command_test): Likewise.
16631 (bp_deleted_in_command_test): Likewise.
16632 (temporary_breakpoint_commands): Likewise.
16633
16634 2014-10-16 Yao Qi <yao@codesourcery.com>
16635
16636 * gdb.base/remotetimeout.exp: Remove noargs checking.
16637
16638 2014-10-15 Pedro Alves <palves@redhat.com>
16639
16640 PR breakpoints/9649
16641 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16642 * gdb.base/breakpoint-in-ro-region.exp
16643 (probe_target_hardware_step): New procedure.
16644 (top level): Probe hardware stepping and hardware breakpoint
16645 support. Test stepping through a read-only region, with both
16646 "breakpoint auto-hw" on and off and both "always-inserted" on and
16647 off.
16648
16649 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16650
16651 * gdb.dlang/demangle.exp: Update for demangling changes.
16652
16653 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16654
16655 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16656 * gdb.cp/non-trivial-retval.exp: Add new tests.
16657
16658 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16659
16660 PR c++/13403
16661 PR c++/15154
16662 * gdb.cp/non-trivial-retval.cc: New file.
16663 * gdb.cp/non-trivial-retval.exp: New file.
16664
16665 2014-10-15 Yao Qi <yao@codesourcery.com>
16666
16667 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16668 remote host.
16669
16670 2014-10-15 Yao Qi <yao@codesourcery.com>
16671
16672 * gdb.python/py-symbol.exp: Match file base name if host is
16673 remote, otherwise match file name with dir name.
16674 * gdb.python/py-symtab.exp: Likewise.
16675 * gdb.python/python.exp: Likewise.
16676
16677 2014-10-15 Yao Qi <yao@codesourcery.com>
16678
16679 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16680 pattern.
16681 * gdb.python/py-symtab.exp: Likewise.
16682 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16683 locationn.
16684
16685 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16686
16687 * gdb.ada/addr_arith: New testcase.
16688
16689 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16690
16691 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16692 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16693 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16694 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16695
16696 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16697
16698 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16699 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16700 * gdb.arch/stap-eval-lang-ada.exp: New file.
16701
16702 2014-10-14 Yao Qi <yao@codesourcery.com>
16703
16704 * gdb.mi/mi-var-child.c (nothing1): New function.
16705 (nothing2): New function.
16706 (do_children_tests): Set function pointers by nothing1 and
16707 nothing2.
16708 * gdb.mi/mi-var-child.exp: Step over new added statements.
16709 Update test to match the new output.
16710 * gdb.mi/var-cmd.c (nothing1): New function.
16711 (nothing2): New function.
16712 (do_children_tests): Set function pointers by nothing1 and
16713 nothing2.
16714 * gdb.mi/mi-var-display.exp: Update test to match output.
16715 Step to the line specified by $line_dct_nothing.
16716 Increase the number of lines to step.
16717
16718 2014-10-14 Yao Qi <yao@codesourcery.com>
16719
16720 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16721 tests.
16722 * gdb.mi/mi2-var-child.exp: Likewise.
16723
16724 2014-10-13 Doug Evans <dje@google.com>
16725
16726 * gdb.python/py-objfile.exp: Change name of file name test.
16727
16728 2014-10-13 Doug Evans <dje@google.com>
16729
16730 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16731 from the start of the CU.
16732
16733 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16734 Yao Qi <yao@codesourcery.com>
16735
16736 Fix "save breakpoints" for "catch" command.
16737 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16738 Remove -nonewline. Match also the added "main" line.
16739
16740 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16741
16742 Fix "save breakpoints" for "disable $bpnum" command.
16743 * gdb.base/save-bp.c (main): Add label.
16744 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16745
16746 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16747
16748 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16749
16750 2014-10-11 Yao Qi <yao@codesourcery.com>
16751
16752 * gdb.server/server-kill.exp: Execute command
16753 "set remote trace-status-packet on" before "tstatus".
16754
16755 2014-10-11 Yao Qi <yao@codesourcery.com>
16756
16757 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16758 (main): Call getppid.
16759 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16760 and continue to it. Read variable "server_pid".
16761
16762 2014-10-11 Yao Qi <yao@codesourcery.com>
16763
16764 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16765
16766 2014-10-11 Yao Qi <yao@codesourcery.com>
16767
16768 * gdb.threads/thread-find.exp: Don't execute command
16769 "info threads".
16770 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16771 * gdb.threads/linux-dp.exp: Don't check the condition
16772 $threads_created equals to zero.
16773
16774 2014-10-10 Pedro Alves <palves@redhat.com>
16775
16776 * gdb.base/bigcore.exp: Remove references to IRIX.
16777 * gdb.base/funcargs.exp: Likewise.
16778 * gdb.base/interrupt.exp: Likewise.
16779 * gdb.base/mips_pro.exp: Likewise.
16780 * gdb.base/nodebug.exp: Likewise.
16781 * gdb.base/setvar.exp: Likewise.
16782 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16783
16784 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16785 Pedro Alves <palves@redhat.com>
16786
16787 PR symtab/14466
16788 * gdb.base/vdso-warning.c: New file.
16789 * gdb.base/vdso-warning.exp: New file.
16790
16791 2014-10-02 Doug Evans <dje@google.com>
16792
16793 * gdb.base/structs.c (main): Don't run forever.
16794
16795 2014-10-02 Pedro Alves <palves@redhat.com>
16796
16797 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16798 (top level) <stop threads 1, stop threads 2>: Use it.
16799
16800 2014-10-02 Pedro Alves <palves@redhat.com>
16801
16802 * gdb.threads/break-while-running.exp (test): Add new
16803 'update_thread_list' argument. Skip "info threads" if false.
16804 (top level): Add new 'update_thread_list' axis.
16805
16806 2014-10-02 Pedro Alves <palves@redhat.com>
16807
16808 PR breakpoints/17431
16809 * gdb.base/execl-update-breakpoints.c: New file.
16810 * gdb.base/execl-update-breakpoints.exp: New file.
16811
16812 2014-10-01 Pedro Alves <palves@redhat.com>
16813
16814 * gdb.base/breakpoint-in-ro-region.c: New file.
16815 * gdb.base/breakpoint-in-ro-region.exp: New file.
16816
16817 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16818
16819 * gdb.mi/mi-exit-code.exp: New file.
16820 * gdb.mi/mi-exit-code.c: New file.
16821
16822 2014-09-30 Yao Qi <yao@codesourcery.com>
16823
16824 * lib/prelink-support.exp (build_executable_own_libs): Error if
16825 the target isn't native.
16826
16827 2014-09-30 Yao Qi <yao@codesourcery.com>
16828
16829 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16830 false.
16831
16832 2014-09-22 Pedro Alves <palves@redhat.com>
16833
16834 * gdb.threads/break-while-running.exp: New file.
16835 * gdb.threads/break-while-running.c: New file.
16836
16837 2014-09-19 Yao Qi <yao@codesourcery.com>
16838
16839 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16840 Invoke test. Restart GDB with --readnow and invoke test again.
16841
16842 2014-09-19 Yao Qi <yao@codesourcery.com>
16843
16844 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16845 proc set_breakpoint_on_gcd_function. Invoke
16846 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16847 invoke set_breakpoint_on_gcd_function again.
16848
16849 2014-09-18 Doug Evans <dje@google.com>
16850
16851 * gdb.dwarf2/symtab-producer.exp: New file.
16852
16853 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16854
16855 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16856 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16857 * gdb.base/global-var-nested-by-dso.c: Likewise.
16858 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16859
16860 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16861 Pedro Alves <palves@redhat.com>
16862
16863 * gdb.base/watch-bitfields.exp: Pass string other than test file
16864 name to prepare_for_testing.
16865 (watch): New procedure.
16866 (expect_watchpoint): Use with_test_prefix.
16867 (top level): Factor out tests to ...
16868 (test_watch_location, test_regular_watch): ... these new
16869 procedures, and use with_test_prefix and gdb_continue_to_end.
16870
16871 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16872
16873 PR breakpoints/12526
16874 * gdb.base/watch-bitfields.exp: New file.
16875 * gdb.base/watch-bitfields.c: New file.
16876
16877 2014-09-16 Pedro Alves <palves@redhat.com>
16878
16879 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16880 software and hardware addresses, not software address against
16881 itself.
16882
16883 2014-09-16 Pedro Alves <palves@redhat.com>
16884
16885 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16886 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16887
16888 2014-09-16 Pedro Alves <palves@redhat.com>
16889
16890 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16891 files.
16892 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16893 "*-*-vxworks*" throughout.
16894 * gdb.base/break.exp: Likewise.
16895 * gdb.base/default.exp: Likewise.
16896 * gdb.base/scope.exp: Likewise.
16897 * gdb.base/sepdebug.exp: Likewise.
16898 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16899 throughout.
16900 * gdb.base/run.c: Likewise.
16901 * gdb.base/sepdebug.c: Likewise.
16902 * gdb.hp/gdb.aCC/run.c: Likewise.
16903 * gdb.reverse/until-reverse.c: Likewise.
16904 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16905
16906 2014-09-16 Yao Qi <yao@codesourcery.com>
16907
16908 * boards/local-remote-host-native.exp: New file.
16909
16910 2014-09-14 Doug Evans <xdje42@gmail.com>
16911
16912 * gdb.threads/queue-signal.c (thread_count): New variable.
16913 (thread_count_mutex, thread_count_condvar): New variables.
16914 (incr_thread_count, wait_all_threads_running): New functions.
16915 (main): Wait for all threads to be in their thread functions.
16916
16917 2014-09-13 Doug Evans <xdje42@gmail.com>
16918
16919 * gdb.threads/queue-signal.c: New file.
16920 * gdb.threads/queue-signal.exp: New file.
16921
16922 2014-09-13 Doug Evans <xdje42@gmail.com>
16923
16924 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16925 be consistent with what default_gdb_init uses.
16926 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16927 the plain text of the prompt. Add some logging printfs.
16928 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16929
16930 2014-09-12 Pedro Alves <palves@redhat.com>
16931
16932 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16933 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16934 * gdb.arch/i386-size-overlap.exp: Likewise.
16935 * gdb.arch/i386-size.exp: Likewise.
16936 * gdb.arch/i386-unwind.exp: Likewise.
16937 * gdb.base/a2-run.exp: Likewise.
16938 * gdb.base/break.exp: Likewise.
16939 * gdb.base/charset.exp: Likewise.
16940 * gdb.base/chng-syms.exp: Likewise.
16941 * gdb.base/commands.exp: Likewise.
16942 * gdb.base/dbx.exp: Likewise.
16943 * gdb.base/find.exp: Likewise.
16944 * gdb.base/funcargs.exp: Likewise.
16945 * gdb.base/jit-simple.exp: Likewise.
16946 * gdb.base/reread.exp: Likewise.
16947 * gdb.base/sepdebug.exp: Likewise.
16948 * gdb.base/step-bt.exp: Likewise.
16949 * gdb.cp/mb-inline.exp: Likewise.
16950 * gdb.cp/mb-templates.exp: Likewise.
16951 * gdb.objc/basicclass.exp: Likewise.
16952 * gdb.threads/killed.exp: Likewise.
16953
16954 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16955
16956 PR tdep/17379
16957 * gdb.arch/powerpc-stackless.S: New file.
16958 * gdb.arch/powerpc-stackless.exp: New file.
16959
16960 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16961
16962 * gdb.base/attach.c: Include unistd.h.
16963 (main): Call alarm. Add label postloop.
16964 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16965 gdb_breakpoint, gdb_continue_to_breakpoint.
16966 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16967
16968 2014-09-11 Pedro Alves <palves@redhat.com>
16969
16970 PR gdb/17347
16971 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16972 * gdb.base/attach.exp (test_command_line_attach_run): New
16973 procedure.
16974 (top level): Call it.
16975
16976 2014-09-11 Pedro Alves <palves@redhat.com>
16977
16978 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16979 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16980 (do_command_attach_tests): Use spawn_wait_for_attach.
16981 * gdb.base/solib-overlap.exp: Likewise.
16982 * gdb.multi/multi-attach.exp: Likewise.
16983 * gdb.python/py-prompt.exp: Likewise.
16984 * gdb.python/py-sync-interp.exp: Likewise.
16985 * gdb.server/ext-attach.exp: Likewise.
16986
16987 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16988
16989 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16990 command in testcase. Simplify testcase.
16991
16992 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16993
16994 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16995
16996 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16997
16998 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16999
17000 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17001
17002 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17003
17004 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17005
17006 * gdb.dwarf2/dynarr-ptr.c: New file.
17007 * gdb.dwarf2/dynarr-ptr.exp: New file.
17008
17009 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17010
17011 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17012 of 30 rather than hardcoding 120 for a slow test case. Take the
17013 `gdb,timeout' target setting into account for this calculation.
17014 Don't extend the timeout for the test cases that don't need it.
17015
17016 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17017
17018 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17019 a factor of 2 for a slow test case. Take the `gdb,timeout'
17020 target setting into account for this calculation.
17021 * gdb.reverse/until-precsave.exp: Increase the timeout by
17022 a factor of 15 and 3 respectively rather than adding 120
17023 for a pair of slow test cases. Take the `gdb,timeout'
17024 target setting into account for this calculation.
17025
17026 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17027
17028 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17029 timeout, don't pass one down to gdb_expect.
17030 (gdb_expect): Rework timeout selection.
17031
17032 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17033
17034 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17035 exception on timeout.
17036 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17037 (gdbserver_start_extended): Catch any `gdbserver_start' error
17038 exceptions.
17039 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17040 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17041 `gdbserver_gdb_load' error exceptions.
17042
17043 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17044
17045 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17046 120 on waiting for the TCP socket to open.
17047
17048 2014-09-09 Doug Evans <xdje42@gmail.com>
17049
17050 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17051 _caller_matches, _any_caller_is, _any_caller_matches.
17052
17053 2014-09-09 Doug Evans <xdje42@gmail.com>
17054
17055 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17056
17057 2014-09-09 Yao Qi <yao@codesourcery.com>
17058
17059 * gdb.mi/mi-var-display.exp: Set print symbol off.
17060
17061 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17062
17063 PR gdb/17035
17064 * gdb.base/commands.exp: Add tests to verify user-defined
17065 commands with empty bodies.
17066 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17067 python commands in `show user command`.
17068 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17069 scheme commands in `show user command`.
17070
17071 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17072
17073 PR python/17355
17074 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17075 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17076 * gdb.python/py-framefilter-invalidarg.exp: New file.
17077 * gdb.python/py-framefilter-invalidarg.py: New file.
17078
17079 2014-09-06 Doug Evans <xdje42@gmail.com>
17080
17081 PR 15276
17082 * gdb.python/py-caller-is.c: New file.
17083 * gdb.python/py-caller-is.exp: New file.
17084
17085 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17086
17087 PR gdb/17235
17088 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17089 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17090
17091 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17092
17093 PR fortran/17237
17094 * gdb.fortran/print-formatted.exp: New file.
17095 * gdb.fortran/print-formatted.f90: Likewise.
17096
17097 2014-09-03 Sasha Smundak <asmundak@google.com>
17098
17099 * gdb.python/py-frame.exp: Test Frame.read_register.
17100
17101 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17102
17103 PR python/16699
17104 * gdb.python/py-completion.exp: New file.
17105 * gdb.python/py-completion.py: Likewise.
17106
17107 2014-08-28 Doug Evans <dje@google.com>
17108
17109 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17110 eax,etc. are live with values set by gdb and thus the compiler can't
17111 use them.
17112 * gdb.arch/i386-pseudo.c (main): Ditto.
17113
17114 2014-08-27 Doug Evans <dje@google.com>
17115
17116 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17117
17118 2014-08-25 Doug Evans <dje@google.com>
17119
17120 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17121 (main): Ditto.
17122
17123 2014-08-25 Doug Evans <dje@google.com>
17124
17125 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17126
17127 2014-08-24 Yao Qi <yao@codesourcery.com>
17128
17129 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17130 symbol off.
17131 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17132
17133 2014-08-22 Doug Evans <dje@google.com>
17134
17135 PR 17276
17136 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17137 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17138 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17139
17140 2014-08-22 Yao Qi <yao@codesourcery.com>
17141
17142 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17143 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17144 * gdb.python/python.exp: Likewise. Use .py file on the host
17145 instead of the build.
17146
17147 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17148
17149 * gdb.threads/gcore-stale-thread.c: New file.
17150 * gdb.threads/gcore-stale-thread.exp: New file.
17151
17152 2014-08-21 Pedro Alves <palves@redhat.com>
17153
17154 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17155 * gdb.base/gcore-relro-pie.exp: Likewise.
17156 * gdb.base/gcore-relro.exp: Likewise.
17157 * gdb.base/gcore.exp: Likewise.
17158 * gdb.base/print-symbol-loading.exp: Likewise.
17159 * gdb.threads/gcore-thread.exp: Likewise.
17160 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17161
17162 2014-08-20 Pedro Alves <palves@redhat.com>
17163 Jan Kratochvil <jan.kratochvil@redhat.com>
17164
17165 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17166 configure.
17167 (EXPECT): Handle READ1 being set.
17168 (all): Depend on EXTRA_RULES.
17169 (check-read1, expect-read1, read1.so, read1): New rules.
17170 * README (Testsuite Parameters): Document the READ1 make variable.
17171 (Race detection): New section.
17172 * configure: Regenerate.
17173 * configure.ac: If build==host==target, and running under a
17174 GNU/glibc system, add read1 to the extra Makefile rules.
17175 (EXTRA_RULES): AC_SUBST it.
17176 * lib/read1.c: New file.
17177
17178 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17179
17180 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17181 the handling of variables declared as a typedef to an array
17182 which a DW_AT_data_location attribute.
17183
17184 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17185 Pedro Alves <palves@redhat.com>
17186
17187 PR symtab/14604
17188 PR symtab/14605
17189 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17190 gdb_test.
17191
17192 2014-08-19 Pedro Alves <palves@redhat.com>
17193
17194 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17195
17196 2014-08-19 Yao Qi <yao@codesourcery.com>
17197
17198 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17199 right line.
17200
17201 2014-08-18 David Blaikie <dblaikie@gmail.com>
17202
17203 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17204
17205 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17206
17207 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17208 attribute in array range.
17209
17210 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17211
17212 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17213
17214 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17215
17216 PR c++/17132
17217 * gdb.cp/pr17132.cc: New file.
17218 * gdb.cp/pr17132.exp: New file.
17219
17220 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17221
17222 * gdb.python/py-xmethods.py (A_getarrayind)
17223 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17224 Use 'print' with function call syntax.
17225 (E_method_matcher.match): Fix tab vs space indentation mixup.
17226
17227 2014-08-15 Yao Qi <yao@codesourcery.com>
17228
17229 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17230 false.
17231
17232 2014-08-15 Yao Qi <yao@codesourcery.com>
17233
17234 * gdb.cp/casts.exp: Set print symbol off.
17235 * gdb.cp/class2.exp: Likewise.
17236 * gdb.cp/overload.exp: Likewise.
17237 * gdb.cp/templates.exp: Likewise.
17238
17239 2014-08-11 Doug Evans <dje@google.com>
17240
17241 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17242 (test_load_shlib): Update.
17243
17244 2014-08-09 Yao Qi <yao@codesourcery.com>
17245
17246 * gdb.base/display.exp: Invoke is_address_zero_readable.
17247 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17248 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17249 * gdb.base/hbreak-unmapped.exp: Return if
17250 is_address_zero_readable returns true.
17251 * gdb.base/signest.exp: Likewise.
17252 * gdb.base/signull.exp: Likewise.
17253 * gdb.base/sigbpt.exp: Likewise.
17254 * gdb.guile/scm-disasm.exp: Do the test if
17255 is_address_zero_readable returns false.
17256 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17257 * gdb.python/py-arch.exp: Likewise.
17258 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17259 * lib/gdb.exp (is_address_zero_readable): New proc.
17260
17261 2014-08-09 Yao Qi <yao@codesourcery.com>
17262
17263 PR testsuite/13443
17264 * gdb.mi/mi-var-display.exp: Make test messages unique.
17265
17266 2014-08-04 Tom Tromey <tromey@redhat.com>
17267
17268 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17269 target 0".
17270
17271 2014-08-04 Tom Tromey <tromey@redhat.com>
17272
17273 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17274 "target_resume".
17275
17276 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17277
17278 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17279 inner_vla_struct_object_size.
17280 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17281 as xfail.
17282
17283 2014-07-30 Pedro Alves <palves@redhat.com>
17284
17285 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17286 comment.
17287
17288 2014-07-29 Yao Qi <yao@codesourcery.com>
17289
17290 PR gdb/17206
17291 * gdb.base/until-nodebug.exp: New.
17292
17293 2014-07-28 Doug Evans <xdje42@gmail.com>
17294
17295 PR guile/17203
17296 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17297 previously existing parameter, and previously ambiguously spelled
17298 parameter.
17299
17300 2014-07-28 Will Newton <will.newton@linaro.org>
17301
17302 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17303
17304 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17305 Doug Evans <xdje42@gmail.com>
17306
17307 PR guile/17146
17308 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17309
17310 2014-07-25 Pedro Alves <palves@redhat.com>
17311
17312 * gdb.threads/signal-command-handle-nopass.c: New file.
17313 * gdb.threads/signal-command-handle-nopass.exp: New file.
17314 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17315 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17316 * gdb.threads/signal-delivered-right-thread.c: New file.
17317 * gdb.threads/signal-delivered-right-thread.exp: New file.
17318
17319 2014-07-25 Pedro Alves <palves@redhat.com>
17320
17321 * gdb.base/double-prompt-target-event-error.exp
17322 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17323 match.
17324 (cancel_pagination_in_target_event): Rework double prompt
17325 detection.
17326 * gdb.base/paginate-after-ctrl-c-running.exp
17327 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17328 <return>' match.
17329 * gdb.base/paginate-bg-execution.exp
17330 (test_bg_execution_pagination_return)
17331 (test_bg_execution_pagination_cancel): Remove '-notransfer
17332 <return>' matches.
17333 * gdb.base/paginate-execution-startup.exp
17334 (test_fg_execution_pagination_return)
17335 (test_fg_execution_pagination_cancel): Remove '-notransfer
17336 <return>' matches.
17337 * gdb.base/paginate-inferior-exit.exp
17338 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17339 match.
17340 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17341 * lib/gdb.exp (pagination_prompt): Run text through
17342 string_to_regexp.
17343 (gdb_test_multiple): Match $pagination_prompt instead of
17344 "<return>".
17345 (string_to_regexp): Move to lib/gdb-utils.exp.
17346
17347 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17348
17349 * gdb.arch/amd64-entry-value-paramref.S: New file.
17350 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17351 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17352 * gdb.arch/amd64-optimout-repeat.S: New file.
17353 * gdb.arch/amd64-optimout-repeat.c: New file.
17354 * gdb.arch/amd64-optimout-repeat.exp: New file.
17355
17356 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17357
17358 PR gdb/17170
17359 * gdb.base/statistics.exp: New file.
17360
17361 2014-07-17 Doug Evans <dje@google.com>
17362
17363 PR gdb/17170
17364 * gdb.base/maint.exp: Update testing of per-command stats.
17365
17366 2014-07-16 Pedro Alves <palves@redhat.com>
17367
17368 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17369 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17370 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17371 (tfile_write_buf): New functions.
17372 (add_memory_block): Rewrite using the above.
17373 (adjust_function_address): New function.
17374 (FUNCTION_ADDRESS): New macro.
17375 (write_basic_trace_file): Remove short_x local, and use
17376 tfile_write_16. Change type of func_addr local to unsigned long
17377 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17378 here. Cast argument of add_memory_block to char pointer.
17379 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17380 (main): Remove parameters.
17381 * gdb.trace/tfile.exp: Remove nowarnings.
17382
17383 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17384
17385 * gdb.base/debug-expr.exp: Test string evaluation with
17386 "debug expression" on.
17387
17388 2014-07-15 Pedro Alves <palves@redhat.com>
17389
17390 * gdb.base/reread.exp: Use clean_restart.
17391
17392 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17393
17394 * gdb.arch/avr-flash-qualifer.c: New.
17395 * gdb.arch/avr-flash-qualifer.exp: New.
17396
17397 2014-07-14 Pedro Alves <palves@redhat.com>
17398
17399 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17400 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17401
17402 2014-07-14 Pedro Alves <palves@redhat.com>
17403
17404 * gdb.base/double-prompt-target-event-error.c: New file.
17405 * gdb.base/double-prompt-target-event-error.exp: New file.
17406
17407 2014-07-14 Pedro Alves <palves@redhat.com>
17408
17409 PR gdb/17072
17410 * gdb.base/paginate-inferior-exit.c: New file.
17411 * gdb.base/paginate-inferior-exit.exp: New file.
17412
17413 2014-07-14 Pedro Alves <palves@redhat.com>
17414
17415 PR gdb/17072
17416 * gdb.base/paginate-bg-execution.c: New file.
17417 * gdb.base/paginate-bg-execution.exp: New file.
17418
17419 2014-07-14 Pedro Alves <palves@redhat.com>
17420
17421 PR gdb/17072
17422 * gdb.base/paginate-execution-startup.c: New file.
17423 * gdb.base/paginate-execution-startup.exp: New file.
17424 * lib/gdb.exp (pagination_prompt): New global.
17425 (default_gdb_spawn): New procedure, factored out from
17426 default_gdb_spawn.
17427 (default_gdb_start): Adjust to call default_gdb_spawn.
17428 (gdb_spawn): New procedure.
17429
17430 2014-07-14 Pedro Alves <palves@redhat.com>
17431
17432 * lib/gdb.exp (gdb_assert): New procedure.
17433 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17434
17435 2014-07-14 Pedro Alves <palves@redhat.com>
17436
17437 * gdb.base/execution-termios.c: New file.
17438 * gdb.base/execution-termios.exp: New file.
17439
17440 2014-07-14 Tom Tromey <tromey@redhat.com>
17441
17442 * gdb.cp/vla-cxx.cc: New file.
17443 * gdb.cp/vla-cxx.exp: New file.
17444
17445 2014-07-14 Tom Tromey <tromey@redhat.com>
17446
17447 * gdb.reverse/rerun-prec.c: New file.
17448 * gdb.reverse/rerun-prec.exp: New file.
17449
17450 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17451 Maciej W. Rozycki <macro@codesourcery.com>
17452
17453 * lib/gdb-utils.exp: New file.
17454 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17455 inline `gdb_init_command' processing.
17456 (gdb_start_cmd): Likewise.
17457 * lib/mi-support.exp (mi_run_cmd): Likewise.
17458 * README: Document `gdb_init_command' and `gdb_init_commands'.
17459
17460 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17461
17462 Fix false FAIL running under a very long directory name.
17463 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17464 and "set print elements 10000". Twice.
17465
17466 2014-07-11 Yao Qi <yao@codesourcery.com>
17467
17468 * gdb.base/exprs.exp: "set print symbol off".
17469
17470 2014-07-11 Pedro Alves <palves@redhat.com>
17471
17472 * gdb.threads/kill.c: New file.
17473 * gdb.threads/kill.exp: New file.
17474
17475 2014-07-10 Yao Qi <yao@codesourcery.com>
17476
17477 * gdb.trace/tfile.c (write_basic_trace_file)
17478 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17479 address written to trace file.
17480
17481 2014-07-09 Pedro Alves <palves@redhat.com>
17482
17483 * gdb.base/attach-wait-input.exp: New file.
17484 * gdb.base/attach-wait-input.c: New file.
17485
17486 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17487
17488 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17489 setting up test structures.
17490 (main): Call new test function.
17491 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17492 test function, continue into test function and walk test
17493 structures.
17494
17495 2014-07-02 Yao Qi <yao@codesourcery.com>
17496
17497 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17498 'bar_start' at the beginning of functions 'foo' and 'bar'
17499 respectively.
17500 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17501 instead of 'foo' and 'bar'.
17502
17503 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17504
17505 * gdb.btrace/segv.exp: New.
17506 * gdb.btrace/segv.c: New.
17507
17508 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17509
17510 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17511 instruction.
17512
17513 2014-06-30 Mark Wielaard <mjw@redhat.com>
17514
17515 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17516 vulture, vilify, villar): New volatile array constants.
17517 (vindictive, vegetation): New const volatile array constants.
17518 * gdb.base/volatile.exp: Test volatile and const volatile array
17519 types.
17520
17521 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17522
17523 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17524 target lacks support for awatch, rwatch, or hbreak.
17525
17526 2014-06-27 Yao Qi <yao@codesourcery.com>
17527
17528 * gdb.multi/dummy-frame-restore.exp: New.
17529 * gdb.multi/dummy-frame-restore.c: New.
17530
17531 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17532
17533 * gdb.btrace/gcore.exp: New.
17534
17535 2014-06-23 Pedro Alves <palves@redhat.com>
17536
17537 * gdb.base/watchpoint-reuse-slot.c: New file.
17538 * gdb.base/watchpoint-reuse-slot.exp: New file.
17539
17540 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17541
17542 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17543 progspace's filename in 'info', 'enable' and 'disable' command
17544 tests.
17545
17546 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17547
17548 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17549 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17550 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17551
17552 2014-06-20 Gary Benson <gbenson@redhat.com>
17553
17554 * gdb.arch/i386-avx.exp: Fix include file location.
17555 * gdb.arch/i386-sse.exp: Likewise.
17556
17557 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17558
17559 * gdb.dlang/expression.exp: New file.
17560
17561 2014-06-19 Pedro Alves <palves@redhat.com>
17562
17563 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17564 out from ...
17565 (top level): ... here. Iterate running tests under different
17566 scheduler-locking settings.
17567
17568 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17569
17570 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17571 to DW_FORM_addr and use non-zero addresses.
17572
17573 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17574
17575 PR gdb/17017
17576 * gdb.python/py-xmethods.cc: Add global function call counters and
17577 increment them in their respective functions. Remove "cout"
17578 statements.
17579 * gdb.python/py-xmethods.exp: Make tests check the global function
17580 call counters instead of depending on inferior IO.
17581
17582 2014-06-18 Don Breazeal <donb@codesourcery.com>
17583
17584 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17585 Deleted procedure.
17586 (explicit_fork_parent_follow): Deleted procedure.
17587 (explicit_fork_child_follow): Deleted procedure.
17588 (test_follow_fork): New procedure.
17589 (do_fork_tests): Replace calls to deleted procedures with
17590 calls to test_follow_fork and reset GDB for subsequent
17591 procedure calls.
17592
17593 2014-06-17 Yao Qi <yao@codesourcery.com>
17594
17595 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17596 CP1252.
17597
17598 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17599
17600 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17601 Initialize ptr and S explicitly.
17602 (skip_type_update_when_not_use_rtti_test): Likewise.
17603
17604 2014-06-16 Keith Seitz <keiths@redhat.com>
17605
17606 PR mi/15863
17607 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17608 the inferior is started.
17609
17610 2014-06-16 Pedro Alves <palves@redhat.com>
17611
17612 * gdb.base/break-main-file-remove-fail.c: New file.
17613 * gdb.base/break-main-file-remove-fail.exp: New file.
17614 * gdb.base/break-unload-file.exp: Use build_executable instead of
17615 prepare_for_testing.
17616 (test_break): New parameter "initial_load". Handle it.
17617 (top level): Add initial_load cmdline/file axis.
17618
17619 2014-06-12 Tom Tromey <tromey@redhat.com>
17620
17621 * gdb.base/completion.exp: Don't use directory name in test.
17622
17623 2014-06-09 Gary Benson <gbenson@redhat.com>
17624
17625 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17626 separate the always-available ANSI-standard signals from the
17627 signals that require checking.
17628 (main): Likewise.
17629 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17630 Likewise.
17631 (main): Likewise.
17632
17633 2014-06-07 Keith Seitz <keiths@redhat.com>
17634
17635 Revert:
17636 PR c++/16253
17637 * gdb.cp/var-tag.cc: New file.
17638 * gdb.cp/var-tag.exp: New file.
17639 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17640 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17641 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17642 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17643
17644 2014-06-06 Doug Evans <xdje42@gmail.com>
17645
17646 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17647
17648 2014-06-06 Pedro Alves <palves@redhat.com>
17649
17650 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17651 in target debug output instead of looking at RSP packets,
17652 disabling the test on any target that uses hardware stepping.
17653 Update comments.
17654
17655 2014-06-06 Pedro Alves <palves@redhat.com>
17656
17657 * gdb.base/break-unload-file.exp: Fix typo.
17658
17659 2014-06-06 Yao Qi <yao@codesourcery.com>
17660
17661 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17662 from "jit_function" to "^jit_function".
17663
17664 2014-06-06 Yao Qi <yao@codesourcery.com>
17665
17666 * gdb.base/async.c (foo): Add one statement.
17667 * gdb.base/async.exp: Get the next instruction address and
17668 match the output of "nexti" by instruction address. Match
17669 the hex address in the output of "finish".
17670
17671 2014-06-06 Gary Benson <gbenson@redhat.com>
17672
17673 * gdb.base/call-signals.c: Remove preprocessor conditionals
17674 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17675 SIGSEGV and SIGTERM.
17676 * gdb.base/sigall.c: Likewise.
17677 * gdb.base/unwindonsignal.c: Likewise.
17678 * gdb.reverse/sigall-reverse.c: Likewise.
17679
17680 2014-06-06 Yao Qi <yao@codesourcery.com>
17681
17682 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17683 readable, skip the test.
17684
17685 2014-06-06 Yao Qi <yao@codesourcery.com>
17686
17687 * gdb.threads/staticthreads.c (thread_function): Move the line
17688 setting breakpoint on forward.
17689 * gdb.threads/staticthreads.exp: Update comments.
17690
17691 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17692
17693 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17694 "history-append! type error".
17695
17696 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17697
17698 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17699 erroneous dprintf expected input.
17700
17701 2014-06-04 Doug Evans <xdje42@gmail.com>
17702
17703 * gdb.guile/scm-generics.exp: Delete.
17704
17705 2014-06-04 Doug Evans <xdje42@gmail.com>
17706
17707 * gdb.guile/scm-breakpoint.exp: Update.
17708 Add tests for breakpoint registration.
17709
17710 2014-06-04 Tom Tromey <tromey@redhat.com>
17711
17712 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17713 VLA-in-union.
17714 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17715 inner_vla_struct, vla_union types. Initialize objects of those
17716 types and compute their sizes.
17717
17718 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17719 Hui Zhu <hui@codesourcery.com>
17720
17721 * gdb.base/fileio.exp: Add test for shell not available as well as
17722 available.
17723 * gdb.base/fileio.c (test_system): Check for shell twice.
17724
17725 2014-06-04 Yao Qi <yao@codesourcery.com>
17726
17727 * gdb.base/auto-connect-native-target.exp: Remove redundant
17728 space from the regexp pattern.
17729
17730 2014-06-04 Yao Qi <yao@codesourcery.com>
17731
17732 * gdb.base/default.exp: Replace "child" with "native" in
17733 regexp pattern.
17734
17735 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17736
17737 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17738 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17739 * gdb.python/py-xmethods.py: Python script supporting the
17740 new testcase and tests.
17741
17742 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17743 Pedro Alves <palves@redhat.com>
17744
17745 PR breakpoints/17000
17746 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17747 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17748
17749 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17750
17751 * gdb.base/subst.exp: Add tests to verify partial path matching
17752 output.
17753
17754 2014-06-03 Pedro Alves <palves@redhat.com>
17755
17756 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17757 target that doesn't use software single-stepping.
17758
17759 2014-06-03 Pedro Alves <palves@redhat.com>
17760
17761 PR breakpoints/17000
17762 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17763 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17764
17765 2014-06-02 Doug Evans <xdje42@gmail.com>
17766
17767 * gdb.guile/scm-parameter.exp: New file.
17768
17769 2014-06-02 Doug Evans <xdje42@gmail.com>
17770
17771 * gdb.guile/scm-cmd.c: New file.
17772 * gdb.guile/scm-cmd.exp: New file.
17773
17774 2014-06-02 Doug Evans <xdje42@gmail.com>
17775
17776 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17777 pretty-printer lookup.
17778 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17779 (make-pp_s-printer): Call it.
17780 (make-pretty-printer-from-dict): New function.
17781 (lookup-pretty-printer-maker-from-dict): New function.
17782 (*pretty-printer*): Simplify.
17783 (make-objfile-pp_s-printer): New function.
17784 (install-objfile-pretty-printers!): New function.
17785 (make-progspace-pp_s-printer): New function.
17786 (install-progspace-pretty-printers!): New function.
17787 * gdb.guile/scm-progspace.c: New file.
17788 * gdb.guile/scm-progspace.exp: New file.
17789
17790 2014-06-02 Pedro Alves <palves@redhat.com>
17791
17792 * gdb.base/dprintf-bp-same-addr.c: New file.
17793 * gdb.base/dprintf-bp-same-addr.exp: New file.
17794
17795 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17796
17797 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17798 * gdb.arch/powerpc-power.s: Likewise.
17799
17800 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17801
17802 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17803
17804 2014-06-01 Yao Qi <yao@codesourcery.com>
17805
17806 * gdb.base/watchpoint.exp (test_watch_location): Check null
17807 pointer can be dereferenced. If not, do the test, otherwise
17808 skip it.
17809
17810 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17811
17812 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17813 results.
17814 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17815
17816 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17817
17818 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17819 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17820 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17821 * gdb.arch/amd64-invalid-stack-top.c: New file.
17822 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17823
17824 2014-05-30 Pedro Alves <palves@redhat.com>
17825
17826 PR breakpoints/17000
17827 * gdb.base/sss-bp-on-user-bp.c: New file.
17828 * gdb.base/sss-bp-on-user-bp.exp: New file.
17829
17830 2014-05-30 David Blaikie <dblaikie@gmail.com>
17831
17832 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17833 gnu_inline semantics via attribute.
17834 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17835 source explicitly specifies the required semantics.
17836
17837 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17838
17839 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17840
17841 2014-05-29 Pedro Alves <palves@redhat.com>
17842 Tom Tromey <tromey@redhat.com>
17843
17844 * gdb.base/async-shell.exp: Don't enable target-async.
17845 * gdb.base/async.exp
17846 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17847 parameter. Adjust.
17848 (top level): Don't test with "target-async".
17849 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17850 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17851 * gdb.base/inferior-died.exp: Don't enable target-async.
17852 * gdb.base/interrupt-noterm.exp: Likewise.
17853 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17854 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17855 * gdb.mi/mi-nonstop.exp: Likewise.
17856 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17857 * gdb.mi/mi-nsintrall.exp: Likewise.
17858 * gdb.mi/mi-nsmoribund.exp: Likewise.
17859 * gdb.mi/mi-nsthrexec.exp: Likewise.
17860 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17861 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17862 * gdb.python/py-evsignal.exp: Don't enable target-async.
17863 * gdb.python/py-evthreads.exp: Likewise.
17864 * gdb.python/py-prompt.exp: Likewise.
17865 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17866 * gdb.server/solib-list.exp: Don't enable target-async.
17867 * gdb.threads/thread-specific-bp.exp: Likewise.
17868 * lib/mi-support.exp: Adjust to use mi-async.
17869
17870 2014-05-29 Pedro Alves <palves@redhat.com>
17871
17872 PR gdb/13860
17873 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17874 reason, even in sync mode.
17875
17876 2014-05-29 Pedro Alves <palves@redhat.com>
17877 Hui Zhu <hui@codesourcery.com>
17878
17879 PR PR15693
17880 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17881 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17882 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17883 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17884
17885 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17886
17887 * config/monitor.exp (gdb_target_monitor): Replace use of
17888 "set remotebaud" by "set serial baud".
17889
17890 2014-05-26 Andy Wingo <wingo@igalia.com>
17891
17892 * gdb.guile/scm-breakpoint.exp:
17893 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17894 properties instead of gdb-object-properties.
17895
17896 2014-05-26 Yao Qi <yao@codesourcery.com>
17897
17898 * gdb.server/no-thread-db.exp: Specify source file name
17899 explicitly when setting a breakpoint.
17900
17901 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17902
17903 * gdb.btrace/vdso.c: New.
17904 * gdb.btrace/vdso.exp: New.
17905
17906 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17907
17908 * gdb.base/gcore.exp (capture_command_output): Move ...
17909 * lib/gdb.exp (capture_command_output): ... here.
17910
17911 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17912
17913 * gdb.btrace/data.exp: Test memory access during btrace replay.
17914
17915 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17916
17917 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17918
17919 2014-05-21 Pedro Alves <palves@redhat.com>
17920
17921 PR gdb/13860
17922 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17923 (top level): Test that output related to execution commands is
17924 sent to the console with CLI commands, but not with MI commands.
17925 Test that breakpoint events are always mirrored to the console.
17926 Also expect the new source line to be output after a "next" in
17927 async mode too. Make it a pass/fail test.
17928 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17929 output.
17930 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17931
17932 2014-05-21 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17935 Use them to test variations of "list" after reaching a breakpoint.
17936 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17937 Test "list" with listsize 10 after reaching a breakpoint.
17938 * gdb.python/python.exp (decode_line current location line
17939 number): Adjust expected line number.
17940
17941 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17942
17943 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17944 behavior for $args, pass it directly to "run".
17945
17946 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17947
17948 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17949 30000 to 65536.
17950
17951 2014-05-21 Pedro Alves <palves@redhat.com>
17952
17953 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17954 auto-connect-native-target off".
17955 * gdb.base/auto-connect-native-target.c: New file.
17956 * gdb.base/auto-connect-native-target.exp: New file.
17957
17958 2014-05-21 Pedro Alves <palves@redhat.com>
17959
17960 * gdb.base/default.exp: Test "target native" instead of "target
17961 child".
17962
17963 2014-05-21 Mark Wielaard <mjw@redhat.com>
17964
17965 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17966
17967 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17968
17969 Fix TLS access for -static -pthread.
17970 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17971 <HAVE_TLS> (thread_function, main): Initialize it.
17972 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17973 Add clean_restart.
17974 <$have_tls != "">: Check TLSVAR.
17975
17976 2014-05-21 Pedro Alves <palves@redhat.com>
17977
17978 * gdb.base/dcache-line-read-error.c: New.
17979 * gdb.base/dcache-line-read-error.exp: New.
17980
17981 2014-05-20 Pedro Alves <palves@redhat.com>
17982
17983 * gdb.base/compare-sections.c: New file.
17984 * gdb.base/compare-sections.exp: New file.
17985
17986 2014-05-20 Pedro Alves <palves@redhat.com>
17987
17988 * gdb.base/break-idempotent.c: New file.
17989 * gdb.base/break-idempotent.exp: New file.
17990
17991 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17992
17993 * gdb.btrace/nohist.exp: New.
17994
17995 2014-05-20 Yao Qi <yao@codesourcery.com>
17996
17997 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17998 gdb.reverse directory and gdb_reverse_timeout exists in board
17999 setting.
18000 * README: Document gdb_reverse_timeout.
18001
18002 2014-05-20 Yao Qi <yao@codesourcery.com>
18003
18004 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18005 'test_file_name'. Treat args as a string instead of a list.
18006 (gdb_init): Rename argument 'args' by 'test_file_name'.
18007
18008 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18009
18010 * gdb.arch/powerpc-power.exp: New file.
18011 * gdb.arch/powerpc-power.s: New file.
18012
18013 2014-05-16 Doug Evans <dje@google.com>
18014
18015 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18016 * gdb.base/completion.exp: Check that all expected files exist
18017 before doing file completion.
18018
18019 2014-05-16 Doug Evans <dje@google.com>
18020
18021 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18022 Update.
18023 (do_syscall_tests_without_xml): Update.
18024
18025 2014-05-16 Pedro Alves <palves@redhat.com>
18026
18027 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18028 instead of "unknown output after running".
18029
18030 2014-05-16 Yao Qi <yao@codesourcery.com>
18031
18032 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18033 file1.txt from host at the end.
18034 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18035
18036 2014-05-15 Doug Evans <dje@google.com>
18037
18038 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18039 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18040 loading file. Add test for TU lookup.
18041
18042 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18043
18044 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18045 calling "-exec-arguments" or "set args" before running the
18046 inferior.
18047
18048 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18049
18050 * lib/mi-support.exp (mi_expect_stop): Expect message for
18051 inferiors that exit with non-zero exit code.
18052
18053 2014-05-14 Yao Qi <yao@codesourcery.com>
18054
18055 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18056 match absolute path on remote host.
18057 (test_file_list_exec_source_files): Remove "/" from the
18058 pattern.
18059
18060 2014-05-14 Yao Qi <yao@codesourcery.com>
18061
18062 * boards/local-remote-host-notty.exp (${board}_file): New
18063 proc.
18064
18065 2014-05-07 Kyle McMartin <kyle@redhat.com>
18066
18067 Pushed by Joel Brobecker <brobecker@adacore.com>.
18068 * gdb.arch/aarch64-atomic-inst.c: New file.
18069 * gdb.arch/aarch64-atomic-inst.exp: New file.
18070
18071 2014-05-07 Yao Qi <yao@codesourcery.com>
18072
18073 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18074 in current context" too.
18075
18076 2014-05-05 Keith Seitz <keiths@redhat.com>
18077
18078 * gdb.linespec/ls-dollar.exp: Add test for linespec
18079 file:convenience_variable.
18080
18081 2014-05-05 Yao Qi <yao@codesourcery.com>
18082
18083 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18084 traceframes into tfile and ctf trace files. Read data from
18085 trace file and test collected data.
18086 (gdb_collect_locals_test): Likewise.
18087 (gdb_unavailable_registers_test): Likewise.
18088 (gdb_unavailable_floats): Likewise.
18089 (gdb_collect_globals_test): Likewise.
18090 (top-level): Append "ctf" to trace_file_targets if GDB
18091 supports.
18092
18093 2014-05-05 Yao Qi <yao@codesourcery.com>
18094
18095 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18096 code to ...
18097 (gdb_collect_args_test_1): ... it. New proc.
18098 (gdb_collect_locals_test): Move some code to ...
18099 (gdb_collect_locals_test_1): ... it. New proc.
18100 (gdb_unavailable_registers_test): Move some code to ...
18101 (gdb_unavailable_registers_test_1): ... it. New proc.
18102 (gdb_unavailable_floats): Move some code to ...
18103 (gdb_unavailable_floats_1): ... it. New proc.
18104
18105 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18106
18107 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18108 probes to test for bitness recognition.
18109 * gdb.arch/amd64-stap-optional-prefix.exp
18110 (test_probe_value_without_reg): New procedure.
18111 Add code to test for different kinds of bitness.
18112
18113 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18114
18115 PR breakpoints/16889
18116 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18117 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18118
18119 2014-05-01 Pedro Alves <palves@redhat.com>
18120
18121 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18122 gdb_file_cmd if no file is specified.
18123 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18124 last_loaded_file to set the remote exec-file.
18125
18126 2014-05-01 Pedro Alves <palves@redhat.com>
18127
18128 * boards/local-remote-host.exp: New file.
18129
18130 2014-05-01 Pedro Alves <palves@redhat.com>
18131
18132 * boards/local-remote-host.exp: Rename to ...
18133 * boards/local-remote-host-notty.exp: ... this.
18134
18135 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18136
18137 * gdb.ada/dyn_arrayidx: New testcase.
18138
18139 2014-04-26 Yao Qi <yao@codesourcery.com>
18140
18141 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18142 and compute the length of function main. Save it in
18143 $main_length.
18144 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18145 (top-level): Use gdb_compile to compile objects into
18146 executable and restart GDB. Remove invocation to
18147 prepare_for_testing.
18148
18149 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18150 Pedro Alves <palves@redhat.com>
18151
18152 PR server/16255
18153 * gdb.multi/multi-attach.c: New file.
18154 * gdb.multi/multi-attach.exp: New file.
18155
18156 2014-04-25 Pedro Alves <palves@redhat.com>
18157
18158 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18159 user.
18160 (top level): Test that "set remote conditional-breakpoints-packet
18161 off" works as intended.
18162 * gdb.base/dprintf.exp: Test that "set remote
18163 breakpoint-commands-packet off" works as intended.
18164 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18165 New function.
18166 (top level): Call it.
18167 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18168 remote fast-tracepoints-packet off" works as intended.
18169 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18170 * lib/gdb.exp (gdb_is_target_remote): ... here.
18171
18172 2014-04-24 David Blaikie <dblaikie@gmail.com>
18173
18174 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18175 ensure clang would not discard them.
18176 * gdb.base/gdbvars.c: Ditto.
18177 * gdb.base/memattr.c: Ditto.
18178 * gdb.base/whatis.c: Ditto.
18179 * gdb.python/py-prettyprint.c: Ditto.
18180 * gdb.trace/actions.c: Ditto.
18181 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18182 ensure clang would not discard it.
18183
18184 2014-04-24 David Blaikie <dblaikie@gmail.com>
18185
18186 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18187 clang to emit the full definition of type required by the test
18188 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18189
18190 2014-04-24 David Blaikie <dblaikie@gmail.com>
18191
18192 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18193 coax Clang into emitting the definition of the type.
18194 * gdb.cp/pr10728-x.h (y): Ditto.
18195 * gdb.cp/pr10728-y.cc (y): Ditto.
18196
18197 2014-04-24 David Blaikie <dblaikie@gmail.com>
18198
18199 * gdb.base/label.exp: XFAIL label related tests under Clang.
18200 * gdb.cp/cplabel.exp: Ditto.
18201 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18202 under Clang those using labels.
18203
18204 2014-04-25 Yao Qi <yao@codesourcery.com>
18205
18206 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18207 double_label.
18208 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18209 partial_label and double_label.
18210
18211 2014-04-24 David Blaikie <dblaikie@gmail.com>
18212
18213 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18214
18215 2014-04-24 David Blaikie <dblaikie@gmail.com>
18216
18217 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18218 of the function to work across GCC and Clang.
18219 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18220 pointer types (const void ** const V void **).
18221
18222 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18223 Walfred Tedeschi <walfred.tedeschi@intel.com>
18224
18225 * Makefile.in (EXECUTABLES): Added i386-avx512.
18226 * gdb.arch/i386-avx512.c: New file.
18227 * gdb.arch/i386-avx512.exp: Likewise.
18228
18229 2014-04-23 Keith Seitz <keiths@redhat.com>
18230
18231 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18232 (mi_make_breakpoint_table): New procedure.
18233 (mi_create_breakpoint): Use mi_make_breakpoint
18234 and return the result.
18235 (mi_make_breakpoint): New procedure.
18236 (mi_build_kv_pairs): New procedure.
18237
18238 * gdb.mi/mi-break.exp: Remove unused globals,
18239 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18240 All callers updated.
18241 * gdb.mi/mi-dprintf.exp: Use variable to track command
18242 number.
18243 Update all callers of mi_create_breakpoint and use
18244 mi_make_breakpoint_table.
18245 Remove any unused global variables.
18246 * gdb.mi/mi-nonstop.exp: Likewise.
18247 * gdb.mi/mi-nsintrall.exp: Likewise.
18248 * gdb.mi/mi-nsmoribund.exp: Likewise.
18249 * gdb.mi/mi-nsthrexec.exp: Likewise.
18250 * gdb.mi/mi-reverse.exp: Likewise.
18251 * gdb.mi/mi-simplerun.exp: Likewise.
18252 * gdb.mi/mi-stepn.exp: Likewise.
18253 * gdb.mi/mi-syn-frame.exp: Likewise.
18254 * gdb.mi/mi-until.exp: Likewise.
18255 * gdb.mi/mi-var-cp.exp: Likewise.
18256 * gdb.mi/mi-var-display.exp: Likewise.
18257 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18258 * gdb.mi/mi2-var-child.exp: Likewise.
18259 * gdb.mi/mi-vla-c99.exp: Likewise.
18260 * lib/mi-support.exp: Likewise.
18261
18262 From Ian Lance Taylor <iant@cygnus.com>:
18263 * lib/gdb.exp (parse_args): New procedure.
18264
18265 2014-04-23 Pedro Alves <palves@redhat.com>
18266
18267 * gdb.base/break-unload-file.c: New file.
18268 * gdb.base/break-unload-file.exp: New file.
18269 * gdb.base/sym-file-lib.c (baz): New function.
18270 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18271 field.
18272 (load): Store the segment's mapped size.
18273 (unload): New function.
18274 (unload_shlib): New function.
18275 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18276 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18277 set a breakpoint at baz, and call it.
18278 * gdb.base/sym-file.exp: New tests for stale breakpoint
18279 instructions.
18280
18281 2014-04-23 Pedro Alves <palves@redhat.com>
18282
18283 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18284 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18285 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18286 * gdb.base/hbreak-unmapped.c: New file.
18287 * gdb.base/hbreak-unmapped.exp: New file.
18288 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18289 * lib/gdb.exp (gdb_is_target_remote): ... here.
18290
18291 2014-04-22 Pedro Alves <palves@redhat.com>
18292
18293 * gdb.base/consecutive-step-over.c: New file.
18294 * gdb.base/consecutive-step-over.exp: New file.
18295
18296 2014-04-22 Pedro Alves <palves@redhat.com>
18297
18298 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18299 instead of send_gdb/gdb_expect.
18300
18301 2014-04-22 Yao Qi <yao@codesourcery.com>
18302
18303 * lib/trace-support.exp (generate_tracefile): New procedure.
18304 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18305 return 0.
18306 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18307 if generate_tracefile returns 1.
18308
18309 2014-04-18 Tom Tromey <palves@redhat.com>
18310 Pedro alves <tromey@redhat.com>
18311
18312 PR backtrace/15558
18313 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18314 with a backtrace limit.
18315 * gdb.python/py-frame-inline.exp: Test running to an inline
18316 function with a backtrace limit, and printing the newest frame.
18317 * gdb.python/py-frame-inline.c (main): Call f.
18318
18319 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18320
18321 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18322
18323 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18324
18325 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18326 Drop prefix from unsupported source file path.
18327
18328 2014-04-17 Yao Qi <yao@codesourcery.com>
18329
18330 * lib/gdb.exp (with_target_charset): New proc.
18331 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18332 with_target_charset.
18333 (test_print_strings): Likewise.
18334 (test_repeat_bytes): Likewise.
18335 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18336 for some tests.
18337
18338 2014-04-16 Keith Seitz <keiths@redhat.com>
18339
18340 PR gdb/15827
18341 * gdb.dwarf2/corrupt.c: New file.
18342 * gdb.dwarf2/corrupt.exp: New file.
18343
18344 2014-04-16 Keith Seitz <keiths@redhat.com>
18345
18346 PR c++/16597
18347 * gdb.cp/namelessclass.cc: New file.
18348 * gdb.cp/namelessclass.exp: New file.
18349 * gdb.cp/namelessclass.S: New file.
18350
18351 2014-04-16 Doug Evans <dje@google.com>
18352
18353 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18354 Add comment.
18355 (gdbserver_default_get_comm_port): New function.
18356 (gdbserver_start): Check if board file provided
18357 "gdbserver,get_comm_port" and use it if so.
18358 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18359 (gdb,socketport): Set to "stdio".
18360 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18361 (stdio_gdbserver_template): Delete.
18362 (${board}_get_remote_address): Update.
18363 (${board}_build_remote_cmd): Delete.
18364 (${board}_get_comm_port): New function.
18365 (${board}_spawn): Update.
18366 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18367 Delete.
18368 (${board}_get_remote_address): Update.
18369 (${board}_get_comm_port): New function.
18370
18371 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18372
18373 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18374 appearing in any order.
18375
18376 2014-04-15 Doug Evans <dje@google.com>
18377
18378 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18379 uninitialized value of "description".
18380
18381 2014-04-15 Keith Seitz <keiths@redhat.com>
18382
18383 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18384 Remove unused globals.
18385 (test_running_the_program): Likewise.
18386 (test_controlled_execution): Likewise.
18387 (test_controlling_breakpoints): Likewise.
18388 (test_program_termination): Likewise.
18389
18390 2014-04-15 Keith Seitz <keiths@redhat.com>
18391
18392 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18393 unused globals.
18394 (test_rbreak_creation_and_listing): Likewise.
18395 (test_ignore_count): Likewise.
18396 (test_error): Likewise.
18397
18398 2014-04-15 Pedro Alves <palves@redhat.com>
18399
18400 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18401 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18402 sym-file-loader.c.
18403 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18404 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18405 to sym-file-loader.c.
18406 (struct library): Forward declare.
18407 (load_shlib, lookup_function): Change prototypes.
18408 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18409 (translate_offset): Remove declarations.
18410 (get_text_addr): New declaration.
18411 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18412 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18413 sym-file-loader.h.
18414 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18415 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18416 here from sym-file-loader.h.
18417 (struct library): New structure.
18418 (load_shlib, lookup_function): Change prototypes and adjust to
18419 work with a struct library.
18420 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18421 (translate_offset): Make static.
18422 (get_text_addr): New function.
18423 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18424
18425 2014-04-15 Pedro Alves <palves@redhat.com>
18426
18427 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18428
18429 2014-04-15 Pedro Alves <palves@redhat.com>
18430
18431 * gdb.base/sym-file-loader.c: Include <limits.h>.
18432 (SELF_LINK): New define.
18433 (get_origin): New function.
18434 (load_shlib): Use it.
18435 * gdb.base/sym-file.exp: Don't early return if the target is
18436 remote. Use runto_main, and issue fail is that fails. Use
18437 gdb_load_shlibs.
18438 (shlib_name): Delete.
18439 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18440
18441 2014-04-15 Pedro Alves <palves@redhat.com>
18442
18443 * gdb.base/sym-file.exp: Remove regex characters from test
18444 message. Don't refer to breakpoint numbers in test messages.
18445
18446 2014-04-14 Keith Seitz <keiths@redhat.com>
18447
18448 PR c++/16253
18449 * gdb.cp/var-tag.cc: New file.
18450 * gdb.cp/var-tag.exp: New file.
18451 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18452 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18453 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18454 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18455
18456 2014-04-14 Tom Tromey <tromey@redhat.com>
18457
18458 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18459 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18460 type.
18461 * gdb.cp/enum-class.exp: New file.
18462 * gdb.cp/enum-class.cc: New file.
18463
18464 2014-04-14 Tom Tromey <tromey@redhat.com>
18465
18466 * gdb.dwarf2/enum-type.exp: New file.
18467
18468 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18469
18470 * gdb.mi/mi-vla-c99.exp: New file.
18471 * gdb.mi/vla.c: New file.
18472
18473 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18474
18475 * gdb.base/vla-datatypes.c: New file.
18476 * gdb.base/vla-datatypes.exp: New file.
18477
18478 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18479
18480 * gdb.base/vla-ptr.c: New file.
18481 * gdb.base/vla-ptr.exp: New file.
18482
18483 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18484
18485 * gdb.dwarf2/count.exp: New file.
18486
18487 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18488
18489 * gdb.base/vla-sideeffect.c: New file.
18490 * gdb.base/vla-sideeffect.exp: New file.
18491
18492 2014-04-14 David Blaikie <dblaikie@gmail.com>
18493
18494 * gdb.mi/non-stop.c: Add return value for non-void function return
18495 statement.
18496 * gdb.threads/staticthreads.c: Ditto.
18497
18498 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18499 Doug Evans <xdje42@gmail.com>
18500
18501 * gdb.guile/scm-value.c: Improve test case.
18502 * gdb.guile/scm-value.exp: Add new test.
18503
18504 2014-04-11 David Blaikie <dblaikie@gmail.com>
18505
18506 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18507 override Clang's default.
18508
18509 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18510
18511 Revert the following changes (regressions):
18512
18513 * gdb.base/vla-sideeffect.c: New file.
18514 * gdb.base/vla-sideeffect.exp: New file.
18515
18516 * gdb.dwarf2/count.exp: New file.
18517
18518 * gdb.base/vla-multi.c: New file.
18519 * gdb.base/vla-multi.exp: New file.
18520
18521 * gdb.base/vla-ptr.c: New file.
18522 * gdb.base/vla-ptr.exp: New file.
18523
18524 * gdb.base/vla-datatypes.c: New file.
18525 * gdb.base/vla-datatypes.exp: New file.
18526
18527 * gdb.mi/mi-vla-c99.exp: New file.
18528 * gdb.mi/vla.c: New file.
18529
18530 2014-04-11 Keith Seitz <keiths@redhat.com>
18531
18532 PR c++/16675
18533 * gdb.cp/cpsizeof.exp: New file.
18534 * gdb.cp/cpsizeof.cc: New file.
18535
18536 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18537
18538 * gdb.mi/mi-vla-c99.exp: New file.
18539 * gdb.mi/vla.c: New file.
18540
18541 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18542
18543 * gdb.base/vla-datatypes.c: New file.
18544 * gdb.base/vla-datatypes.exp: New file.
18545
18546 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18547
18548 * gdb.base/vla-ptr.c: New file.
18549 * gdb.base/vla-ptr.exp: New file.
18550
18551 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18552
18553 * gdb.base/vla-multi.c: New file.
18554 * gdb.base/vla-multi.exp: New file.
18555
18556 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18557
18558 * gdb.dwarf2/count.exp: New file.
18559
18560 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18561
18562 * gdb.base/vla-sideeffect.c: New file.
18563 * gdb.base/vla-sideeffect.exp: New file.
18564
18565 2014-04-11 Yao Qi <yao@codesourcery.com>
18566
18567 * gdb.base/completion.exp: Check file exists before running tests
18568 on file completion.
18569
18570 2014-04-10 Pedro Alves <palves@redhat.com>
18571
18572 * gdb.base/cond-eval-mode.c: New file.
18573 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18574 prepare_for_testing to build the new file. Check result of
18575 runto_main.
18576 (test_break, test_watch): New procedures.
18577 (top level): Use them.
18578
18579 2014-04-08 Pierre Muller <muller@sourceware.org>
18580
18581 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18582 Ctrl-V use for mingw hosts.
18583
18584 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18585
18586 * gdb.python/py-value.c: Improve test case.
18587 * gdb.python/py-value.exp: Add new test.
18588
18589 2014-04-07 David Blaikie <dblaikie@gmail.com>
18590
18591 * lib/compiler.c: Identify the clang compiler.
18592 * lib/compiler.cc: Ditto.
18593
18594 2014-04-03 Yao Qi <yao@codesourcery.com>
18595
18596 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18597
18598 2014-04-01 Anton Blanchard <anton@samba.org>
18599
18600 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18601 messages unique.
18602
18603 2014-04-01 Anton Blanchard <anton@samba.org>
18604
18605 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18606 prepare_for_testing.
18607
18608 2014-04-01 Anton Blanchard <anton@samba.org>
18609
18610 * gdb.arch/ppc64-atomic-inst.c: Remove.
18611 * gdb.arch/ppc64-atomic-inst.S: New file.
18612 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18613
18614 2014-03-31 Doug Evans <dje@google.com>
18615
18616 * gdb.base/print-symbol-loading-lib.c: New file.
18617 * gdb.base/print-symbol-loading-main.c: New file.
18618 * gdb.base/print-symbol-loading.exp: New file.
18619
18620 2014-03-31 Yao Qi <yao@codesourcery.com>
18621
18622 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18623
18624 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18625
18626 * gdb.ada/mi_dyn_arr: New testcase.
18627
18628 2014-03-27 Doug Evans <dje@google.com>
18629
18630 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18631
18632 2014-03-27 Yao Qi <yao@codesourcery.com>
18633
18634 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18635 if target is nios2-*-*.
18636
18637 2014-03-26 Yao Qi <yao@codesourcery.com>
18638
18639 * lib/gdb.exp (readline_is_used): New proc.
18640 * gdb.base/completion.exp: Move tests on command complete up.
18641 Skip the rest of tests if readline is not used.
18642 * gdb.ada/complete.exp: Skp the test if readline is not
18643 used.
18644 * gdb.base/filesym.exp: Likewise.
18645 * gdb.base/macscp.exp: Likewise.
18646 * gdb.base/readline-ask.exp: Likewise.
18647 * gdb.base/readline.exp: Likewise.
18648 * gdb.python/py-cmd.exp: Likewise.
18649 * gdb.trace/tfile.exp: Likewise.
18650
18651 2014-03-26 Yao Qi <yao@codesourcery.com>
18652
18653 * gdb.base/macscp.exp: Fix code format issues.
18654
18655 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18656
18657 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18658 * gdb.asm/powerpc64le.inc: New file.
18659
18660 2014-03-25 Pedro Alves <palves@redhat.com>
18661 Doug Evans <dje@google.com>
18662
18663 * gdb.base/source-execution.c: New file.
18664 * gdb.base/source-execution.exp: New file.
18665 * gdb.base/source-execution.gdb: New file.
18666
18667 2014-03-24 Doug Evans <dje@google.com>
18668
18669 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18670 using fission.
18671
18672 2014-03-24 Hui Zhu <hui@codesourcery.com>
18673 Pedro Alves <palves@redhat.com>
18674
18675 PR breakpoints/16101
18676 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18677 test pass/fail messages. Detect missing support for dprintf when
18678 breakpoints are actually inserted.
18679 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18680 breakpoints are actually inserted.
18681 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18682 fails.
18683
18684 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18685
18686 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18687
18688 2014-03-22 Doug Evans <xdje42@gmail.com>
18689
18690 * gdb.python/python.exp (python not supported): Verify multi-line
18691 python command issues an error.
18692 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18693 guile command issues an error.
18694
18695 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18696
18697 * gdb.threads/thread-specific.exp: Handle the lack of usable
18698 $this_breakpoint and $this_thread.
18699
18700 2014-03-21 Hui Zhu <hui@codesourcery.com>
18701
18702 * gdb.base/attach.exp (do_command_attach_tests): New.
18703
18704 2014-03-20 Tom Tromey <tromey@redhat.com>
18705 Pedro Alves <palves@redhat.com>
18706
18707 PR cli/15718
18708 * gdb.base/condbreak-call-false.c: New file.
18709 * gdb.base/condbreak-call-false.exp: New file.
18710
18711 2014-03-20 Pedro Alves <palves@redhat.com>
18712
18713 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18714 Delete.
18715 (block_signals, unblock_signals): Delete.
18716 (child_function_2, main): Remove references to deleted variable
18717 and functions.
18718
18719 2014-03-20 Pedro Alves <palves@redhat.com>
18720
18721 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18722 Use pthread_kill to signal thread 2.
18723 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18724 Adjust to make the test send itself a signal rather than using the
18725 host's "kill" command.
18726
18727 2014-03-20 Pedro Alves <palves@redhat.com>
18728
18729 * gdb.threads/multiple-step-overs.c: New file.
18730 * gdb.threads/multiple-step-overs.exp: New file.
18731 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18732 Adjust expected infrun debug output.
18733
18734 2014-03-20 Pedro Alves <palves@redhat.com>
18735
18736 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18737 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18738
18739 2014-03-20 Pedro Alves <palves@redhat.com>
18740
18741 PR breakpoints/7143
18742 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18743 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18744 of gdb_test_multiple.
18745 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18746 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18747
18748 2014-03-20 Pedro Alves <palves@redhat.com>
18749
18750 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18751 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18752
18753 2014-03-19 Pedro Alves <palves@redhat.com>
18754
18755 * gdb.base/async.exp: Remove early return.
18756
18757 2014-03-19 Pedro Alves <palves@redhat.com>
18758
18759 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18760
18761 2014-03-19 Pedro Alves <palves@redhat.com>
18762
18763 * gdb.base/async.exp (test_background): Expect \r\n after
18764 "completed." in the fail pattern.
18765
18766 2014-03-19 Pedro Alves <palves@redhat.com>
18767
18768 * gdb.base/async.exp (test_background): New procedure.
18769 Use it for all background execution command tests.
18770
18771 2014-03-19 Pedro Alves <palves@redhat.com>
18772
18773 * gdb.base/async.exp: Use prepare_for_testing.
18774
18775 2014-03-19 Pedro Alves <palves@redhat.com>
18776
18777 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18778 the same line.
18779
18780 2014-03-19 Pedro Alves <palves@redhat.com>
18781
18782 * gdb.base/async.c (main): Add "jump here" and "until here" line
18783 marker comments.
18784 * gdb.base/async.exp (jump_here): New global.
18785 (jump& test): Use it.
18786 (until_here): New global.
18787 (until& test): Use it.
18788
18789 2014-03-19 Pedro Alves <palves@redhat.com>
18790
18791 * gdb.base/async.exp: Don't frob gdb_protocol.
18792
18793 2014-03-18 Doug Evans <xdje42@gmail.com>
18794
18795 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18796 Fix spelling of exec-done-display.
18797
18798 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18799
18800 PR gdb/15358
18801 * gdb.base/gdb-sigterm.c: New file.
18802 * gdb.base/gdb-sigterm.exp: New file.
18803
18804 2014-03-18 Pedro Alves <palves@redhat.com>
18805
18806 PR gdb/13860
18807 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18808 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18809 solib-event.
18810
18811 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18812
18813 * gdb.ada/pckd_arr_ren: New testcase.
18814
18815 2014-03-13 Doug Evans <xdje42@gmail.com>
18816
18817 PR guile/16612
18818 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18819 collect after discarding symbols.
18820
18821 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18822 Doug Evans <xdje42@gmail.com>
18823
18824 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18825 to history survives a gc.
18826
18827 2014-03-13 Pedro Alves <palves@redhat.com>
18828
18829 * gdb.base/default.exp: Don't test "target procfs".
18830
18831 2014-03-13 Pedro Alves <palves@redhat.com>
18832
18833 * gdb.base/default.exp: Update "target child" and "target procfs"
18834 tests to not expect "Unix".
18835
18836 2014-03-12 Tom Tromey <tromey@redhat.com>
18837
18838 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18839 New procs. Add target-async tests.
18840 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18841 Add target-async tests.
18842
18843 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18844
18845 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18846 'func_start' and 'func_end' for the beginning and end of the
18847 function code, respectively.
18848 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18849 'func_end' instead of 'func' and 'main'.
18850
18851 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18852
18853 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18854 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18855 generate the debug info assembler source.
18856
18857 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18858
18859 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18860 * gdb.dwarf2/arr-subrange.exp: Likewise.
18861 * gdb.dwarf2/dwz.exp: Likewise.
18862 * gdb.dwarf2/method-ptr.exp: Likewise.
18863 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18864 * gdb.dwarf2/subrange.exp: Likewise.
18865 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18866 * gdb.dwarf2/implptrpiece.exp: Likewise.
18867 * gdb.dwarf2/nostaticblock.exp: Likewise.
18868
18869 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18870
18871 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18872 directory to absolute path name arguments.
18873
18874 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18875
18876 * gdb.ada/tagged_access: New testcase.
18877
18878 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18879
18880 * gdb.btrace/data.exp: Update expected output.
18881
18882 2014-03-06 Yao Qi <yao@codesourcery.com>
18883
18884 * gdb.trace/pr16508.exp: New file.
18885
18886 2014-03-05 Pedro Alves <palves@redhat.com>
18887
18888 PR gdb/16575
18889 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18890 procedure.
18891 (top level): Adjust to use it. Add tests that exercise breakpoint
18892 interaction with the code-cache.
18893
18894 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18895
18896 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18897 test for 'history-append!'.
18898
18899 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18900
18901 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18902 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18903 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18904 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18905 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18906 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18907
18908 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18909
18910 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18911 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18912 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18913
18914 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18915
18916 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18917
18918 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18919
18920 * gdb.dwarf2/arr-stride.c: New file.
18921 * gdb.dwarf2/arr-stride.exp: New file.
18922
18923 2014-02-26 Pedro Alves <palves@redhat.com>
18924
18925 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18926 that won't ever trigger. Make sure that GDB reports the correct
18927 breakpoint that caused the stop.
18928
18929 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18930
18931 PR gdb/16626
18932 * gdb.base/auto-load-script: New file.
18933 * gdb.base/auto-load.c: New file.
18934 * gdb.base/auto-load.exp: New file.
18935
18936 PR gdb/16626
18937 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18938
18939 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18940
18941 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18942 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18943
18944 2014-02-24 Doug Evans <dje@google.com>
18945
18946 * lib/gdb.exp (run_on_host): Log error output if program fails.
18947
18948 2014-02-21 Pedro Alves <palves@redhat.com>
18949
18950 * gdb.threads/step-after-sr-lock.c: Rename to ...
18951 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18952 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18953 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18954 ... this.
18955
18956 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18957
18958 PR tdep/16397
18959 * gdb.arch/amd64-stap-special-operands.exp: New file.
18960 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18961 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18962 * gdb.arch/amd64-stap-triplet.S: Likewise.
18963 * gdb.arch/amd64-stap-triplet.c: Likewise.
18964
18965 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18966
18967 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18968 in .section pseudo-op.
18969
18970 2014-02-20 lin zuojian <manjian2006@gmail.com>
18971 Joel Brobecker <brobecker@adacore.com>
18972 Doug Evans <xdje42@gmail.com>
18973
18974 PR symtab/16581
18975 * gdb.dwarf2/dw2-icycle.S: New file.
18976 * gdb.dwarf2/dw2-icycle.c: New file.
18977 * gdb.dwarf2/dw2-icycle.exp: New file.
18978
18979 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18980
18981 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18982 operations on gdb.Value objects.
18983 * gdb.python/py-value-cc.exp: Add new test to test operations on
18984 gdb.Value objects.
18985
18986 2014-02-18 Doug Evans <dje@google.com>
18987
18988 * Makefile.in (TESTS): New variable.
18989 (expanded_tests, expanded_tests_or_none): New variables
18990 (check-single): Pass $(expanded_tests_or_none) to runtest.
18991 (check-parallel): Only run tests in $(TESTS) if non-empty.
18992 (check/no-matching-tests-found): New rule.
18993 * README: Document TESTS makefile variable.
18994
18995 2014-02-18 Doug Evans <dje@google.com>
18996
18997 * Makefile.in (check-parallel): rm -rf outputs temp.
18998
18999 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19000
19001 Fix "ERROR: no fileid for" in the testsuite.
19002 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19003
19004 2014-02-12 Doug Evans <dje@google.com>
19005
19006 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19007 (MISCELLANEOUS): New variable.
19008 (clean): rm -rf $(MISCELLANEOUS).
19009 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19010 dwp live in the same directory as symlinks, with each symlink pointed
19011 to a differently named file in a different directory.
19012
19013 2014-02-11 Doug Evans <dje@google.com>
19014
19015 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19016 of Tcl file commands.
19017
19018 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19019
19020 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19021 "kill -SIGUSR1 -1".
19022
19023 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19024
19025 * gdb.ada/tick_length_array_enum_idx: New testcase.
19026
19027 2014-02-10 Doug Evans <xdje42@gmail.com>
19028
19029 * configure.ac (AC_OUTPUT): Add gdb.guile.
19030 * configure: Regenerate.
19031 * lib/gdb-guile.exp: New file.
19032 * lib/gdb.exp (get_target_charset): New function.
19033 * gdb.base/help.exp: Update expected output from "apropos apropos".
19034 * gdb.guile/Makefile.in: New file.
19035 * gdb.guile/guile.exp: New file.
19036 * gdb.guile/scm-arch.c: New file.
19037 * gdb.guile/scm-arch.exp: New file.
19038 * gdb.guile/scm-block.c: New file.
19039 * gdb.guile/scm-block.exp: New file.
19040 * gdb.guile/scm-breakpoint.c: New file.
19041 * gdb.guile/scm-breakpoint.exp: New file.
19042 * gdb.guile/scm-disasm.c: New file.
19043 * gdb.guile/scm-disasm.exp: New file.
19044 * gdb.guile/scm-equal.c: New file.
19045 * gdb.guile/scm-equal.exp: New file.
19046 * gdb.guile/scm-error.exp: New file.
19047 * gdb.guile/scm-error.scm: New file.
19048 * gdb.guile/scm-frame-args.c: New file.
19049 * gdb.guile/scm-frame-args.exp: New file.
19050 * gdb.guile/scm-frame-args.scm: New file.
19051 * gdb.guile/scm-frame-inline.c: New file.
19052 * gdb.guile/scm-frame-inline.exp: New file.
19053 * gdb.guile/scm-frame.c: New file.
19054 * gdb.guile/scm-frame.exp: New file.
19055 * gdb.guile/scm-generics.exp: New file.
19056 * gdb.guile/scm-gsmob.exp: New file.
19057 * gdb.guile/scm-iterator.c: New file.
19058 * gdb.guile/scm-iterator.exp: New file.
19059 * gdb.guile/scm-math.c: New file.
19060 * gdb.guile/scm-math.exp: New file.
19061 * gdb.guile/scm-objfile-script-gdb.in: New file.
19062 * gdb.guile/scm-objfile-script.c: New file.
19063 * gdb.guile/scm-objfile-script.exp: New file.
19064 * gdb.guile/scm-objfile.c: New file.
19065 * gdb.guile/scm-objfile.exp: New file.
19066 * gdb.guile/scm-ports.exp: New file.
19067 * gdb.guile/scm-pretty-print.c: New file.
19068 * gdb.guile/scm-pretty-print.exp: New file.
19069 * gdb.guile/scm-pretty-print.scm: New file.
19070 * gdb.guile/scm-section-script.c: New file.
19071 * gdb.guile/scm-section-script.exp: New file.
19072 * gdb.guile/scm-section-script.scm: New file.
19073 * gdb.guile/scm-symbol.c: New file.
19074 * gdb.guile/scm-symbol.exp: New file.
19075 * gdb.guile/scm-symtab-2.c: New file.
19076 * gdb.guile/scm-symtab.c: New file.
19077 * gdb.guile/scm-symtab.exp: New file.
19078 * gdb.guile/scm-type.c: New file.
19079 * gdb.guile/scm-type.exp: New file.
19080 * gdb.guile/scm-value-cc.cc: New file.
19081 * gdb.guile/scm-value-cc.exp: New file.
19082 * gdb.guile/scm-value.c: New file.
19083 * gdb.guile/scm-value.exp: New file.
19084 * gdb.guile/source2.scm: New file.
19085 * gdb.guile/types-module.cc: New file.
19086 * gdb.guile/types-module.exp: New file.
19087
19088 2014-02-10 Yao Qi <yao@codesourcery.com>
19089
19090 PR testsuite/16543
19091 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19092 * configure: Regenerated.
19093 * Makefile.in: New file.
19094
19095 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19096
19097 * gdb.python/py-framefilter.exp: Fix typo.
19098
19099 2014-02-08 Yao Qi <yao@codesourcery.com>
19100
19101 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19102 that no =breakpoint-modified is emitted when breakpoints are
19103 modified through MI commands.
19104
19105 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19106 Pedro Alves <palves@redhat.com>
19107
19108 * gdb.threads/step-after-sr-lock.c: New file.
19109 * gdb.threads/step-after-sr-lock.exp: New file.
19110
19111 2014-02-07 Pedro Alves <palves@redhat.com>
19112
19113 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19114
19115 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19116
19117 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19118 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19119
19120 2014-02-06 Doug Evans <xdje42@gmail.com>
19121
19122 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19123 output.
19124
19125 * gdb.gdb/python-interrupts.exp: New file.
19126
19127 2014-02-05 Yao Qi <yao@codesourcery.com>
19128
19129 * gdb.trace/report.exp (use_collected_data): Test the output
19130 of "info threads" and "info inferiors".
19131
19132 2014-02-05 Yao Qi <yao@codesourcery.com>
19133
19134 Revert this patch:
19135
19136 2013-05-24 Yao Qi <yao@codesourcery.com>
19137
19138 * gdb.trace/tfile.exp: Test inferior and thread.
19139
19140 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19141
19142 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19143 on a function.
19144 * gdb.base/step-bt.c: Call hello via function pointer to make
19145 sure its first instruction is executed on powerpc64le-linux.
19146
19147 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19148
19149 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19150
19151 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19152
19153 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19154 of the test patterns for use on little-endian systems.
19155
19156 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19157
19158 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19159 (decimal_vector): Fix for little-endian.
19160
19161 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19162
19163 * gdb.arch/sparc-sysstep.exp: New file.
19164 * gdb.arch/sparc-sysstep.c: Likewise.
19165
19166 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19167
19168 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19169
19170 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19171
19172 2014-01-23 Tom Tromey <tromey@redhat.com>
19173
19174 * gdb.ada/array_char_idx: New testcase.
19175
19176 2014-01-23 Tom Tromey <tromey@redhat.com>
19177
19178 PR python/16487:
19179 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19180 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19181 classes.
19182
19183 2014-01-23 Tom Tromey <tromey@redhat.com>
19184
19185 PR python/16491:
19186 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19187 string from an inferior frame.
19188 * gdb.python/py-framefilter-mi.exp: Update.
19189
19190 2014-01-22 Doug Evans <dje@google.com>
19191
19192 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19193
19194 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19195
19196 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19197
19198 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19199
19200 * gdb.trace/entry-values.exp: Remove excess space character from
19201 regex patterns. Handle s390 call instruction.
19202
19203 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19204
19205 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19206 define "*_start" label. Make "name" static.
19207 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19208 ${name} by references to ${name}_start.
19209
19210 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19211
19212 * gdb.base/info-macros.exp: Remove "debug" from the compile
19213 options.
19214
19215 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19216
19217 * gdb.dlang/demangle.exp: New file.
19218
19219 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19220
19221 * gdb.dlang/primitive-types.exp: New file.
19222
19223 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19224
19225 * configure.ac: Create gdb.dlang/Makefile.
19226 * configure: Regenerate.
19227 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19228 * gdb.dlang/Makefile.in: New file.
19229 * lib/d-support.exp: New file.
19230 * lib/gdb.exp (skip_d_tests): New proc.
19231
19232 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19233
19234 * gdb.btrace/delta.exp: Check reverse stepi.
19235 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19236 * gdb.btrace/finish.exp: New.
19237 * gdb.btrace/next.exp: New.
19238 * gdb.btrace/nexti.exp: New.
19239 * gdb.btrace/record_goto.c: Add comments.
19240 * gdb.btrace/step.exp: New.
19241 * gdb.btrace/stepi.exp: New.
19242 * gdb.btrace/multi-thread-step.c: New.
19243 * gdb.btrace/multi-thread-step.exp: New.
19244 * gdb.btrace/rn-dl-bind.c: New.
19245 * gdb.btrace/rn-dl-bind.exp: New.
19246 * gdb.btrace/data.c: New.
19247 * gdb.btrace/data.exp: New.
19248 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19249
19250 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19251
19252 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19253 * gdb.btrace/exception.exp: Update.
19254 * gdb.btrace/instruction_history.exp: Update.
19255 * gdb.btrace/record_goto.exp: Update.
19256 * gdb.btrace/tailcall.exp: Update.
19257 * gdb.btrace/unknown_functions.exp: Update.
19258 * gdb.btrace/delta.exp: New.
19259
19260 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19261
19262 * gdb.btrace/record_goto.exp: Add backtrace test.
19263 * gdb.btrace/tailcall.exp: Add backtrace test.
19264
19265 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19266
19267 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19268 * gdb.btrace/record_goto.c: New.
19269 * gdb.btrace/record_goto.exp: New.
19270 * gdb.btrace/x86-record_goto.S: New.
19271
19272 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19273
19274 * gdb.btrace/function_call_history.exp: Update tests.
19275 * gdb.btrace/instruction_history.exp: Update tests.
19276
19277 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19278
19279 * gdb.btrace/function_call_history.exp: Fix expected field
19280 order for "record function-call-history".
19281 Add new tests for "record function-call-history /c".
19282 * gdb.btrace/exception.cc: New.
19283 * gdb.btrace/exception.exp: New.
19284 * gdb.btrace/tailcall.exp: New.
19285 * gdb.btrace/x86-tailcall.S: New.
19286 * gdb.btrace/x86-tailcall.c: New.
19287 * gdb.btrace/unknown_functions.c: New.
19288 * gdb.btrace/unknown_functions.exp: New.
19289 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19290
19291 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19292
19293 * gdb.btrace/instruction_history.exp: Update.
19294 * gdb.btrace/function_call_history.exp: Update.
19295
19296 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19297
19298 * gdb.btrace/function_call_history.exp: Fix expected function
19299 trace.
19300 * gdb.btrace/instruction_history.exp: Initialize traced.
19301 Remove traced_functions.
19302
19303 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19304
19305 * gdb.btrace/function_call_history.exp: Update
19306 * gdb.btrace/instruction_history.exp: Update.
19307
19308 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19309
19310 * gdb.btrace/enable.exp: Update expected text.
19311
19312 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19313
19314 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19315 bytes.
19316
19317 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19318
19319 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19320
19321 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19322
19323 * lib/gdb.exp (supports_process_record): Return true for
19324 arm*-linux*. (supports_reverse): Likewise.
19325
19326 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19327
19328 PR python/15464
19329 PR python/16113
19330 * gdb.python/py-type.c: Enhance test case.
19331 * gdb.python/py-value-cc.cc: Likewise
19332 * gdb.python/py-type.exp: Add new tests.
19333 * gdb.python/py-value-cc.exp: Likewise
19334
19335 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19336 Pedro Alves <palves@redhat.com>
19337
19338 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19339 Make "name" extern.
19340 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19341 references to ${name}_start by references to ${name}.
19342
19343 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19344
19345 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19346
19347 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19348
19349 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19350
19351 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19352 Pedro Alves <palves@redhat.com>
19353
19354 * gdb.mi/mi-info-os.exp: Connect to the target with
19355 mi_gdb_target_load.
19356
19357 2014-01-08 Pedro Alves <palves@redhat.com>
19358
19359 * gdb.threads/reconnect-signal.c: New file.
19360 * gdb.threads/reconnect-signal.exp: New file.
19361
19362 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19363
19364 * gdb.base/source-dir.exp: New file.
19365
19366 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19367
19368 * gdb.ada/mi_interface: New testcase.
19369
19370 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19371
19372 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19373 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19374 gdb.ada/pp-rec-component/pck.ads: New files.
19375
19376 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19377
19378 * gdb.python/py-pp-integral.c: New file.
19379 * gdb.python/py-pp-integral.py: New file.
19380 * gdb.python/py-pp-integral.exp: New file.
19381
19382 For older changes see ChangeLog-1993-2013.
19383 \f
19384 ;; Local Variables:
19385 ;; mode: change-log
19386 ;; left-margin: 8
19387 ;; fill-column: 74
19388 ;; version-control: never
19389 ;; End:
19390
19391 Copyright 2014-2020 Free Software Foundation, Inc.
19392 Copying and distribution of this file, with or without modification,
19393 are permitted provided the copyright notice and this notice are preserved.
This page took 0.475653 seconds and 5 git commands to generate.