[gdb/testsuite] Fix gdb.base/watchpoint-reuse-slot.exp with gcc-8
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-06 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4 address.
5
6 2020-05-06 Tom de Vries <tdevries@suse.de>
7
8 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
9
10 2020-05-06 Tom de Vries <tdevries@suse.de>
11
12 * gdb.base/store.exp (check_set, up_set): Allowing missing location
13 info for r.
14
15 2020-05-06 Tom de Vries <tdevries@suse.de>
16
17 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
18 necessary.
19
20 2020-05-06 Tom de Vries <tdevries@suse.de>
21
22 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
23 void.
24
25 2020-05-06 Tom de Vries <tdevries@suse.de>
26
27 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
28 of ...
29 * gdb.base/async.exp: ... here.
30 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
31 "recommended breakpoint location".
32
33 2020-05-06 Tom de Vries <tdevries@suse.de>
34
35 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
36
37 2020-05-04 Tom de Vries <tdevries@suse.de>
38
39 * gdb.base/async.exp: Check whether instruction addresses are a
40 "recommended breakpoint location".
41
42 2020-05-03 Tom Tromey <tom@tromey.com>
43
44 * gdb.base/sepdebug.exp: Remove "catch" test.
45 * gdb.base/break.exp: Remove "catch" test.
46 * gdb.base/default.exp: Update expected output.
47
48 2020-05-02 Tom de Vries <tdevries@suse.de>
49
50 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
51 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
52 * gdb.arch/i386-mpx-map.exp: Same.
53 * gdb.arch/i386-mpx-sigsegv.exp: Same.
54 * gdb.arch/i386-mpx-simple_segv.exp: Same.
55 * gdb.arch/i386-mpx.exp: Same.
56
57 2020-05-02 Tom de Vries <tdevries@suse.de>
58
59 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
60
61 2020-05-01 Tom de Vries <tdevries@suse.de>
62
63 * gdb.ada/operator_bp.exp: Allow more than required amount of
64 breakpoint.
65
66 2020-05-01 Tom de Vries <tdevries@suse.de>
67
68 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
69
70 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
71
72 PR gdb/18706
73 * gdb.cp/stub-array-size.cc: New test.
74 * gdb.cp/stub-array-size.exp: New file.
75 * gdb.cp/stub-array-size.h: New test.
76 * gdb.cp/stub-array-size2.cc: New test.
77
78 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
79
80 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
81 output to the new format.
82
83 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
84
85 * gdb.base/break.exp: Use with_test_prefix.
86
87 2020-04-29 Tom de Vries <tdevries@suse.de>
88
89 * lib/gdb.exp (debug_types): New proc.
90 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
91 * gdb.python/py-symtab.exp: Same.
92
93 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
94
95 PR gdb/17320
96 * gdb.base/pretty-array.c: New test.
97 * gdb.base/pretty-array.exp: New file.
98
99 2020-04-29 Tom de Vries <tdevries@suse.de>
100
101 PR symtab/25889
102 * gdb.cp/cpexprs.exp: Adapt for inclusion.
103 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
104 and include cpexprs.exp.
105
106 2020-04-28 Mark Williams <mark@myosotissp.com>
107
108 PR gdb/24480
109 * dw4-toplevel-types.exp: Test for top level types.
110 * dw4-toplevel-types.cc: Test for top level types.
111
112 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
113
114 * gdb.threads/stop-with-handle.exp: Fix typo in comment
115 (theads -> threads).
116
117 2020-04-28 Tom de Vries <tdevries@suse.de>
118
119 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
120
121 2020-04-28 Tom de Vries <tdevries@suse.de>
122
123 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
124
125 2020-04-28 Tom de Vries <tdevries@suse.de>
126
127 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
128
129 2020-04-28 Tom de Vries <tdevries@suse.de>
130
131 * gdb.dwarf2/main-foo.c: New test.
132 * gdb.dwarf2/struct-with-sig.exp: New file.
133
134 2020-04-25 Tom de Vries <tdevries@suse.de>
135
136 * boards/debug-types.exp: New file.
137
138 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
139
140 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
141
142 2020-04-24 Tom Tromey <tom@tromey.com>
143
144 PR symtab/12707:
145 * gdb.python/py-symbol.exp: Update expected results for
146 linkage_name test.
147 * gdb.cp/print-demangle.exp: New file.
148 * gdb.base/c-linkage-name.exp: Fix test.
149 * gdb.guile/scm-symbol.exp: Update expected results for
150 linkage_name test.
151
152 2020-04-24 Tom Tromey <tom@tromey.com>
153
154 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
155 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
156 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
157 assembler.
158
159 2020-04-24 Tom de Vries <tdevries@suse.de>
160
161 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
162 C++.
163
164 2020-04-24 Tom Tromey <tromey@adacore.com>
165
166 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
167 values.
168 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
169 values. Update test for minimal encodings.
170 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
171 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
172 values. Update test for minimal encodings.
173
174 2020-04-24 Tom Tromey <tromey@adacore.com>
175
176 PR python/23662:
177 * gdb.ada/variant.exp: Add Python checks.
178 * gdb.rust/simple.exp: Add dynamic type checks.
179
180 2020-04-24 Tom Tromey <tromey@adacore.com>
181
182 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
183 Make array type matching more lax.
184 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
185 * gdb.ada/mi_variant.exp: New file.
186 * gdb.ada/mi_variant/pck.ads: New file.
187 * gdb.ada/mi_variant/pkg.adb: New file.
188 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
189 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
190
191 2020-04-24 Tom Tromey <tromey@adacore.com>
192
193 * gdb.ada/variant.exp: Add dynamic field offset tests.
194 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
195 * gdb.ada/variant/pkg.adb: Add new variables.
196
197 2020-04-24 Tom Tromey <tromey@adacore.com>
198
199 * gdb.ada/variant.exp: New file
200 * gdb.ada/variant/pkg.adb: New file
201 * gdb.ada/variant/pck.adb: New file
202
203 2020-04-24 Tom de Vries <tdevries@suse.de>
204
205 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
206
207 2020-04-24 Tom de Vries <tdevries@suse.de>
208
209 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
210 flags.
211
212 2020-04-24 Tom de Vries <tdevries@suse.de>
213
214 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
215
216 2020-04-24 Tom de Vries <tdevries@suse.de>
217
218 * lib/gdb.exp (default_gdb_start): Handle eof.
219 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
220 failure.
221 * gdb.base/readnever.exp: Handle clean_restart failure.
222
223 2020-04-23 Tom de Vries <tdevries@suse.de>
224
225 * gdb.base/decl-before-def.exp: Run to main and print a again.
226
227 2020-04-23 Tom de Vries <tdevries@suse.de>
228
229 * gdb.base/decl-before-def-decl.c: New test.
230 * gdb.base/decl-before-def-def.c: New test.
231 * gdb.base/decl-before-def.exp: New file.
232
233 2020-04-23 Tom de Vries <tdevries@suse.de>
234
235 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
236
237 2020-04-22 Tom de Vries <tdevries@suse.de>
238
239 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
240 debug_info_offset.
241 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
242 before $objsfile in the line line.
243
244 2020-04-22 Tom de Vries <tdevries@suse.de>
245
246 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
247
248 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
249
250 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
251 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
252 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
253 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
254 * gdb.base/jit-protocol.h: Update definitions to match all usage
255 contexts.
256
257 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
258
259 * gdb.base: Rename all jit related test and source files.
260
261 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
262
263 * gdb.base/jit-reader.exp: Relax register output check.
264
265 2020-04-22 Tom de Vries <tdevries@suse.de>
266
267 PR symtab/25764
268 * gdb.base/psym-external-decl-2.c: New test.
269 * gdb.base/psym-external-decl.c: New test.
270 * gdb.base/psym-external-decl.exp: New file.
271 * gdb.threads/tls.exp: Add PR25807 kfail.
272
273 2020-04-22 Tom de Vries <tdevries@suse.de>
274
275 PR symtab/25801
276 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
277 in "info source" output.
278
279 2020-04-22 Tom de Vries <tdevries@suse.de>
280
281 PR symtab/25700
282 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
283 symtab for imported_unit.c.
284
285 2020-04-21 Gary Benson <gbenson@redhat.com>
286
287 * gdb.base/advance.c (func): New argument, to match call site.
288 (func2, func3): Add return statements.
289
290 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
291
292 * gdb.multi/run-only-second-inf.c: New file.
293 * gdb.multi/run-only-second-inf.exp: New file.
294
295 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
296
297 * gdb.btrace/multi-inferior.c: New test.
298 * gdb.btrace/multi-inferior.exp: New file.
299
300 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
301
302 * gdb.btrace/enable-new-thread.c: New test.
303 * gdb.btrace/enable-new-thread.exp: New file.
304
305 2020-04-21 Tom de Vries <tdevries@suse.de>
306
307 PR gdb/25471
308 * gdb.threads/killed-outside.c: New test.
309 * gdb.threads/killed-outside.exp: New file.
310
311 2020-04-20 Gary Benson <gbenson@redhat.com>
312
313 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
314 * gdb.base/nested-subp2.exp: Likewise.
315 * gdb.base/nested-subp3.exp: Likewise.
316
317 2020-04-20 Gary Benson <gbenson@redhat.com>
318
319 * gdb.base/nested-subp1.exp: Disable test when using clang.
320 * gdb.base/nested-subp2.exp: Likewise.
321 * gdb.base/nested-subp3.exp: Likewise.
322
323 2020-04-20 Gary Benson <gbenson@redhat.com>
324
325 * gdb.cp/exception.cc: Fix compilation error with clang.
326
327 2020-04-20 Gary Benson <gbenson@redhat.com>
328
329 * gdb.trace/tspeed.c: Fix compilation error with clang.
330
331 2020-04-20 Gary Benson <gbenson@redhat.com>
332
333 * gdb.base/jit-main.c: Fix compilation error with clang.
334
335 2020-04-17 Kamil Rytarowski <n54@gmx.com>
336
337 * gdb.base/attach-twice.c: Include "sys/types.h".
338 (PTRACE_ATTACH): Add fallback definition.
339 (main): Pass `0' to the 4th argument of `ptrace'.
340
341 2020-04-17 Kamil Rytarowski <n54@gmx.com>
342
343 * gdb.base/fork-running-state.c: Include "signal.h".
344
345 2020-04-17 Tom Tromey <tromey@adacore.com>
346
347 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
348 Update tests.
349 * gdb.btrace/cpu.exp: Update tests.
350 * gdb.base/maint.exp: Update tests.
351 * gdb.base/default.exp: Update tests.
352 * gdb.base/completion.exp: Update tests.
353
354 2020-04-16 Tom de Vries <tdevries@suse.de>
355
356 PR symtab/25791
357 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
358 (ensure_gdb_index): and factor out and move ...
359 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
360 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
361
362 2020-04-16 Tom de Vries <tdevries@suse.de>
363
364 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
365 loading exec.
366
367 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.base/many-completions.exp: New file.
370
371 2020-04-14 Tom de Vries <tdevries@suse.de>
372
373 PR symtab/25718
374 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
375
376 2020-04-14 Tom de Vries <tdevries@suse.de>
377
378 PR symtab/25720
379 * gdb.base/maint-expand-symbols-header-file.c: New test.
380 * gdb.base/maint-expand-symbols-header-file.exp: New file.
381 * gdb.base/maint-expand-symbols-header-file.h: New test.
382
383 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
386 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
387 get_func_info.
388 (get_func_info): Delete.
389 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
390 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
391 * lib/dwarf.exp (get_func_info): New function.
392
393 2020-04-13 Tom de Vries <tdevries@suse.de>
394
395 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
396 to what find_gnatmake does.
397
398 2020-04-10 Tom de Vries <tdevries@suse.de>
399
400 * gdb.base/style.exp: Expect "Expanding full symbols" message for
401 -readnow.
402
403 2020-04-10 Tom de Vries <tdevries@suse.de>
404
405 PR cli/25808
406 * gdb.base/style.c: Add leading newlines.
407 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
408 Check listing of main's one-line body.
409
410 2020-04-08 Tom de Vries <tdevries@suse.de>
411
412 * lib/gdb.exp (psymtabs_p): New proc.
413 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
414 importing unit" unsupported if there are no partial symbols.
415
416 2020-04-08 Tom de Vries <tdevries@suse.de>
417
418 PR testsuite/25760
419 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
420
421 2020-04-07 Tom de Vries <tdevries@suse.de>
422
423 PR symtab/25796
424 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
425
426 2020-04-07 Tom de Vries <tdevries@suse.de>
427
428 * gdb.base/check-psymtab.c: New test.
429 * gdb.base/check-psymtab.exp: New file.
430
431 2020-04-06 Tom Tromey <tromey@adacore.com>
432
433 * gdb.ada/variant-record/proc.adb: New file.
434 * gdb.ada/variant-record/value.adb: New file.
435 * gdb.ada/variant-record/value.s: New file.
436 * gdb.ada/variant-record.exp: New file.
437
438 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
439
440 PR gdb/25325
441 * gdb.cp/typed-enum.cc: New test.
442 * gdb.cp/typed-enum.exp: New file.
443
444 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
445
446 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
447 * gdb.dwarf2/dw2-inline-small-func.c: New file.
448 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
449 * gdb.dwarf2/dw2-inline-small-func.h: New file.
450 * gdb.opt/inline-small-func.c: New file.
451 * gdb.opt/inline-small-func.exp: New file.
452 * gdb.opt/inline-small-func.h: New file.
453
454 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
457 function.
458
459 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * lib/dwarf.exp (function_range): Allow compiler options to be
462 specified.
463
464 2020-04-02 Tom de Vries <tdevries@suse.de>
465
466 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
467 __attribute__((always_inline)).
468 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
469
470 2020-04-02 Tom de Vries <tdevries@suse.de>
471
472 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
473 (gdbserver_gdb_exit): ... here. Add timeout warning.
474 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
475 (connect_target_extended_remote): Append new server_spawn_id to
476 server_spawn_ids.
477 (cleanup): New proc.
478 (setup, <toplevel>): Call cleanup.
479
480 2020-04-02 Tom de Vries <tdevries@suse.de>
481
482 * gdb.base/main-psymtab.exp: New file.
483
484 2020-04-02 Tom de Vries <tdevries@suse.de>
485
486 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
487
488 2020-04-01 Tom Tromey <tom@tromey.com>
489
490 * gdb.base/complex-parts.exp: Add type tests.
491
492 2020-04-01 Tom Tromey <tom@tromey.com>
493
494 * gdb.base/complex-parts.exp: Add arithmetic tests.
495
496 2020-04-01 Tom Tromey <tom@tromey.com>
497
498 * gdb.compile/compile.exp: Update.
499 * gdb.compile/compile-cplus.exp: Update.
500 * gdb.base/varargs.exp: Update.
501 * gdb.base/floatn.exp: Update.
502 * gdb.base/endianity.exp: Update.
503 * gdb.base/callfuncs.exp (do_function_calls): Update.
504 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
505 (complex_float_integral_args): Update.
506 * gdb.base/complex.exp: Update.
507 * gdb.base/complex-parts.exp: Update.
508
509 2020-04-01 Tom Tromey <tromey@adacore.com>
510
511 * gdb.rust/union.rs: New file.
512 * gdb.rust/union.exp: New file.
513 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
514 (main): Update.
515 * gdb.rust/simple.exp: Move union tests to union.exp.
516
517 2020-04-01 Tom Tromey <tromey@adacore.com>
518
519 * gdb.rust/simple.rs (main): Remove "y0".
520
521 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
522
523 * gdb.multi/stop-all-on-exit.c: New test.
524 * gdb.multi/stop-all-on-exit.exp: New file.
525
526 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
527
528 PR gdb/24789
529 * gdb.cp/misc.cc: Add integer reference variable.
530 * gdb.cp/misc.exp: Add test.
531
532 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
533
534 * gdb.server/stop-reply-no-thread.exp: Enhance the test
535 scenario to cover execution until the end and also the case
536
537 2020-03-31 Tom de Vries <tdevries@suse.de>
538
539 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
540 c. Use "maint info symtabs" to check symtab expansion.
541
542 2020-03-30 Tom de Vries <tdevries@suse.de>
543
544 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
545 unsupported.
546 (verify_psymtab_expanded): Move ...
547 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
548 test.
549 (readnow): New proc.
550
551 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
554 with $hex.
555
556 2020-03-20 Tom Tromey <tromey@adacore.com>
557
558 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
559
560 2020-03-20 Tom Tromey <tromey@adacore.com>
561
562 * gdb.ada/sub_variant/subv.adb: New file.
563 * gdb.ada/sub_variant.exp: New file.
564
565 2020-03-20 Tom de Vries <tdevries@suse.de>
566
567 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
568 first break fails.
569 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
570
571 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * gdb.server/exit-multiple-threads.c: New file.
574 * gdb.server/exit-multiple-threads.exp: New file.
575
576 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * gdb.fortran/mixed-lang-stack.c: New file.
579 * gdb.fortran/mixed-lang-stack.cpp: New file.
580 * gdb.fortran/mixed-lang-stack.exp: New file.
581 * gdb.fortran/mixed-lang-stack.f90: New file.
582
583 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
584
585 * gdb.linespec/cp-completion-aliases.cc: New file.
586 * gdb.linespec/cp-completion-aliases.exp: New file.
587
588 2020-03-19 Tom de Vries <tdevries@suse.de>
589
590 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
591 more precise.
592
593 2020-03-18 Tom de Vries <tdevries@suse.de>
594
595 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
596 * gdb.dwarf2/break-inline-psymtab.c: New test.
597 * gdb.dwarf2/break-inline-psymtab.exp: New file.
598
599 2020-03-16 Tom de Vries <tdevries@suse.de>
600
601 * lib/cache.exp (gdb_do_cache): Add and handle local variables
602 cache_verify and cache_verify_proc.
603
604 2020-03-15 Tom de Vries <tdevries@suse.de>
605
606 * gdb.server/solib-list.exp: Handle
607 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
608
609 2020-03-15 Tom de Vries <tdevries@suse.de>
610
611 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
612 objfiles".
613
614 2020-03-14 Tom Tromey <tom@tromey.com>
615
616 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
617
618 2020-03-14 Tom de Vries <tdevries@suse.de>
619
620 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
621
622 2020-03-14 Tom de Vries <tdevries@suse.de>
623
624 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
625 result in line-by-line fashion.
626
627 2020-03-14 Tom de Vries <tdevries@suse.de>
628
629 * lib/gdb.exp (supports_statement_frontiers): New proc.
630 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
631
632 2020-03-14 Tom de Vries <tdevries@suse.de>
633
634 * gdb.base/printcmds.exp: Add missing quoting for "print
635 teststring2".
636
637 2020-03-13 Tom Tromey <tom@tromey.com>
638
639 * gdb.base/printcmds.exp (test_print_strings): Add regression
640 test.
641 * gdb.base/printcmds.c (charptr): New typedef.
642 (teststring2): New global.
643
644 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * gdb.base/break-interp.exp: Use the tail of the filename, not the
647 full path in the test name.
648 (test_ld): Add some with_test_prefix blocks to make test names
649 unique.
650
651 2020-03-13 Tom de Vries <tdevries@suse.de>
652
653 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
654
655 2020-03-13 Tom de Vries <tdevries@suse.de>
656
657 * gdb.mi/mi-sym-info.exp: Make matching more precise.
658
659 2020-03-13 Tom de Vries <tdevries@suse.de>
660
661 PR symtab/25646
662 * gdb.dwarf2/imported-unit.exp: Add test.
663
664 2020-03-13 Tom de Vries <tdevries@suse.de>
665
666 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
667 (var1, var2): New variable.
668 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
669 matching symbols.
670
671 2020-03-13 Tom de Vries <tdevries@suse.de>
672
673 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
674 (Term::command): Use prompt prefix.
675 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
676 * gdb.tui/tui-layout-asm-short-prog.exp: Use
677 command_no_prompt_prefix instead of prefix.
678 * gdb.tui/tui-layout-asm.exp: Same.
679
680 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
681
682 * gdb.base/break-interp.exp: Use foreach_with_prefix.
683
684 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
685
686 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
687 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
688 on" while stepping over the test instruction, match printed
689 message.
690
691 2020-03-12 Tom de Vries <tdevries@suse.de>
692
693 * gdb.base/info-types.exp: Use exp_continue during matching of output
694 of "info types".
695
696 2020-03-12 Tom de Vries <tdevries@suse.de>
697
698 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
699
700 2020-03-12 Tom de Vries <tdevries@suse.de>
701
702 * gdb.fortran/module.exp: Use exp_continue during matching of output
703 of "info variable -n".
704
705 2020-03-12 Tom de Vries <tdevries@suse.de>
706
707 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
708 gdb.dwarf2/dw2-ranges-base.c.
709
710 2020-03-12 Tom de Vries <tdevries@suse.de>
711
712 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
713 in presence of GLIBC debuginfo.
714
715 2020-03-12 Tom de Vries <tdevries@suse.de>
716
717 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
718 $core.
719
720 2020-03-12 Tom de Vries <tdevries@suse.de>
721
722 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
723 more precise.
724
725 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
726
727 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
728 from Unix to Windows path.
729
730 2020-03-11 Tom de Vries <tdevries@suse.de>
731
732 * gdb.ada/minsyms.exp: Set language to ada.
733
734 2020-03-11 Tom de Vries <tdevries@suse.de>
735
736 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
737
738 2020-03-11 Tom de Vries <tdevries@suse.de>
739
740 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
741
742 2020-03-11 Tom Tromey <tromey@adacore.com>
743
744 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
745
746 2020-03-11 Tom de Vries <tdevries@suse.de>
747
748 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
749
750 2020-03-11 Tom de Vries <tdevries@suse.de>
751
752 * gdb.base/break-interp.exp: Limit verbose scope.
753
754 2020-03-11 Tom de Vries <tdevries@suse.de>
755
756 * gdb.fortran/logical.f90: Define variable with character type.
757 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
758
759 2020-03-11 Tom de Vries <tdevries@suse.de>
760
761 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
762
763 2020-03-11 Tom de Vries <tdevries@suse.de>
764
765 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
766 symtabs.
767
768 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
769 Bernd Edlinger <bernd.edlinger@hotmail.de>
770
771 * gdb.cp/step-and-next-inline.cc: New file.
772 * gdb.cp/step-and-next-inline.exp: New file.
773 * gdb.cp/step-and-next-inline.h: New file.
774 * gdb.dwarf2/dw2-is-stmt.c: New file.
775 * gdb.dwarf2/dw2-is-stmt.exp: New file.
776 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
777 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
778 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
779
780 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
783 is-stmt flag in the line table.
784
785 2020-03-09 Tom de Vries <tdevries@suse.de>
786
787 * lib/gdb.exp (cached_file): Create cache dir.
788
789 2020-03-07 Tom de Vries <tdevries@suse.de>
790
791 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
792 * gdb.cp/rvalue-ref-params.exp: Same.
793
794 2020-03-06 Tom de Vries <tdevries@suse.de>
795
796 * lib/gdb.exp (tentative_rename, cached_file): New proc.
797 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
798
799 2020-03-06 Tom de Vries <tdevries@suse.de>
800
801 * README: Fix "the the".
802 * gdb.base/dprintf.exp: Same.
803
804 2020-03-05 Tom de Vries <tdevries@suse.de>
805
806 * gdb.base/maint.exp: Update "main print statistics" expected output.
807
808 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
809
810 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
811 (fortran_int8): Likewise.
812 (fortran_real4): Likewise.
813 (fortran_real8): Likewise.
814 (fortran_complex4): Likewise.
815 (fortran_logical4): Likewise.
816 (fortran_character1): Likewise.
817
818 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
819
820 * gdb.fortran/logical.exp: Add tests that any non-zero value is
821 printed as true.
822
823 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
824
825 * gdb.base/printcmds.exp: Add test to verify printf of a
826 variable holding an address.
827
828 2020-03-03 Tom de Vries <tdevries@suse.de>
829
830 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
831
832 2020-03-03 Tom de Vries <tdevries@suse.de>
833
834 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
835 gdb_test_multiple call.
836
837 2020-03-03 Tom de Vries <tdevries@suse.de>
838
839 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
840 gdb_test_multiple calls.
841
842 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
843
844 * gdb.base/default.exp: Remove test of 'set history filename'.
845 * gdb.base/gdbinit-history.exp: Add tests for setting the history
846 filename to the empty string.
847 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
848 and GDBHISTSIZE.
849
850 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
853 disabled.
854
855 2020-03-02 Pedro Alves <palves@redhat.com>
856 Tom de Vries <tdevries@suse.de>
857
858 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
859 -prompt prefix, before user_code argument. Add -lbl option likewise.
860 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
861 (gdb_is_target_1): Add -prompt prefix and move to before user_code
862 argument.
863 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
864 have "\r\n" at start-of-line, instead of at end-of-line.
865
866 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
867
868 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
869 libinproctrace.so.
870
871 2020-02-28 Luis Machado <luis.machado@linaro.org>
872
873 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
874 to "p/x".
875
876 2020-02-28 Luis Machado <luis.machado@linaro.org>
877
878 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
879 asm/ptrace.h and error.h.
880
881 2020-02-28 Tom de Vries <tdevries@suse.de>
882
883 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
884 (struct wrapper, do_something, mundane/symada__cS): Move ...
885 * gdb.base/c-linkage-name-2.c: ... here. New source file.
886 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
887 Update "print symada__cS before partial symtab expansion" regexp.
888 Update breakpoint location. Flush symbol cache after expansion.
889
890 2020-02-28 Luis Machado <luis.machado@linaro.org>
891
892 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
893
894 2020-02-27 Tom de Vries <tdevries@suse.de>
895
896 * config/sid.exp: Remove unused globals.
897 * gdb.base/attach.exp: Same.
898 * gdb.base/catch-load.exp: Same.
899 * gdb.base/dbx.exp: Same.
900 * lib/gdb.exp: Same.
901 * lib/mi-support.exp: Same.
902 * lib/prompt.exp: Same.
903
904 2020-02-27 Tom de Vries <tdevries@suse.de>
905
906 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
907 not set.
908
909 2020-02-26 Aaron Merey <amerey@redhat.com>
910
911 * gdb.debuginfod: New directory for debuginfod tests.
912 * gdb.debuginfod/main.c: New test file.
913 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
914
915 2020-02-26 Tom de Vries <tdevries@suse.de>
916
917 PR gdb/25603
918 * gdb.base/persistent-lang.cc: New test.
919 * gdb.base/persistent-lang.exp: New file.
920
921 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
922
923 * gdb.fortran/derived-type-striding.exp: Add a new test.
924 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
925 new test.
926
927 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
928
929 * gdb.base/cached-source-file.exp: Avoid source file paths in test
930 names.
931
932 2020-02-25 Tom de Vries <tdevries@suse.de>
933
934 PR go/18926
935 * gdb.go/methods.exp: Remove gcc/93866 xfail.
936
937 2020-02-24 Tom de Vries <tdevries@suse.de>
938
939 PR gdb/25592
940 * gdb.base/info-locals-unused-static-var.c: New test.
941 * gdb.base/info-locals-unused-static-var.exp: New file.
942
943 2020-02-22 Tom Tromey <tom@tromey.com>
944
945 * gdb.python/tui-window.exp: New file.
946 * gdb.python/tui-window.py: New file.
947
948 2020-02-22 Tom Tromey <tom@tromey.com>
949
950 PR tui/17850:
951 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
952 tests.
953
954 2020-02-22 Tom Tromey <tom@tromey.com>
955
956 * gdb.tui/new-layout.exp: Add sub-layout tests.
957
958 2020-02-22 Tom Tromey <tom@tromey.com>
959
960 * gdb.tui/new-layout.exp: New file.
961
962 2020-02-22 Tom Tromey <tom@tromey.com>
963
964 * gdb.rust/rust-style.rs: New file.
965 * gdb.rust/rust-style.exp: New file.
966 * gdb.base/style.exp: Test structure printing.
967 * gdb.base/style.c (struct some_struct): New type.
968 (enum etype): New type.
969 (struct_value): New global.
970
971 2020-02-21 Tom de Vries <tdevries@suse.de>
972
973 PR go/18926
974 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
975 Remove blanket xfails. Use message argument for gdb_breakpoint.
976 Make continuing to breakpoint test conditional on setting breakpoint.
977 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
978 DW_AT_name attribute. Add xfail for GCC PR93866.
979
980 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * gdb.dwarf2/cpp-linkage-name.c: New file.
983 * gdb.dwarf2/cpp-linkage-name.exp: New file.
984
985 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
986
987 * lib/gdb.exp (gdb_wrapper_init): Reset
988 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
989 not exist.
990
991 2020-02-20 Tom de Vries <tdevries@suse.de>
992
993 PR go/17018
994 * gdb.go/hello.exp: Copy ...
995 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
996 print of st to print value of global definition. Add xfail for GCC
997 PR93844.
998 * gdb.go/hello.exp: Remove printing of st before definition.
999 * gdb.go/hello.go: Copy ...
1000 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1001 to st.
1002 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1003
1004 2020-02-20 Tom de Vries <tdevries@suse.de>
1005
1006 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1007 (gdb_simple_compile): Handle compile_flags go by using .go extension
1008 for source file.
1009 * gdb.go/chan.exp: Use support_go_compile.
1010 * gdb.go/handcall.exp: Same.
1011 * gdb.go/hello.exp: Same.
1012 * gdb.go/integers.exp: Same.
1013 * gdb.go/max-depth.exp: Same.
1014 * gdb.go/methods.exp: Same.
1015 * gdb.go/package.exp: Same.
1016 * gdb.go/strings.exp: Same.
1017 * gdb.go/types.exp: Same.
1018 * gdb.go/unsafe.exp: Same.
1019
1020 2020-02-19 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.python/lib-types.exp: Make xfail more strict.
1023
1024 2020-02-19 Tom de Vries <tdevries@suse.de>
1025
1026 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1027
1028 2020-02-19 Doug Evans <dje@google.com>
1029
1030 PR rust/25535
1031 * gdb.rust/simple.exp: Add test.
1032 * gdb.rust/simple.rs: Add test.
1033
1034 2020-02-19 Tom de Vries <tdevries@suse.de>
1035
1036 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1037 output line-by-line.
1038
1039 2020-02-19 Tom de Vries <tdevries@suse.de>
1040
1041 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1042
1043 2020-02-19 Tom de Vries <tdevries@suse.de>
1044
1045 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1046 prelink.
1047
1048 2020-02-19 Tom de Vries <tdevries@suse.de>
1049
1050 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1051 (gdb_do_cache): Use gdb_do_cache_wrap.
1052 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1053
1054 2020-02-19 Tom de Vries <tdevries@suse.de>
1055
1056 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1057 gdb_compile option.
1058
1059 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1060
1061 * gdb.base/printcmds.exp (test_print_enums): Update expected
1062 output.
1063
1064 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1065
1066 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1067 for "unknown".
1068
1069 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1070
1071 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1072 enumerator.
1073
1074 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1075
1076 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1077 FE_, add FE_NONE.
1078 (three): Update.
1079 (enum flag_enum_without_zero): New enum.
1080 (flag_enum_without_zero): New variable.
1081 (enum not_flag_enum): New enum.
1082 (three_not_flag): New variable.
1083 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1084 (test_print_enums): Add more tests for printing flag enums.
1085
1086 2020-02-18 Tom de Vries <tdevries@suse.de>
1087
1088 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1089 (gdb_compile_ada): ... here.
1090 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1091 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1092
1093 2020-02-14 Tom Tromey <tom@tromey.com>
1094
1095 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1096 build directory.
1097 * boards/gdbserver-base.exp: Update path to gdbserver.
1098
1099 2020-02-13 Tom de Vries <tdevries@suse.de>
1100
1101 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1102
1103 2020-02-13 Tom de Vries <tdevries@suse.de>
1104
1105 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1106 are missing.
1107
1108 2020-02-13 Tom de Vries <tdevries@suse.de>
1109
1110 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1111 call.
1112
1113 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1114
1115 PR tui/25126
1116 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1117 * gdb.base/cached-source-file.c: New file.
1118 * gdb.base/cached-source-file.exp: New file.
1119
1120 2020-02-11 Tom de Vries <tdevries@suse.de>
1121
1122 PR testsuite/25488
1123 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1124
1125 2020-02-10 Tom de Vries <tdevries@suse.de>
1126
1127 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1128
1129 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1130
1131 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1132 and $after_addr are both integers before making a comparison.
1133
1134 2020-02-09 Tom de Vries <tdevries@suse.de>
1135
1136 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1137 command output and paste it into gdb.log. If any, paste catch message
1138 to gdb.log.
1139
1140 2020-02-07 Tom Tromey <tromey@adacore.com>
1141
1142 PR breakpoints/24915:
1143 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1144
1145 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1146
1147 * gdb.tui/tui-missing-src.exp: Add the "missing source
1148 file" test for the TUI.
1149
1150 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1151
1152 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1153 including a port number in the output.
1154
1155 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1156
1157 * lib/fortran.exp (fortran_int4): Handle clang.
1158 (fortran_int8): Likewise.
1159 (fortran_real4): Likewise.
1160 (fortran_real8): Likewise.
1161 (fortran_complex4): Likewise.
1162 (fortran_logical4): Likewise.
1163 (fortran_character1): Likewise.
1164
1165 2020-02-04 Tom de Vries <tdevries@suse.de>
1166
1167 * README (Race detection): Add note.
1168
1169 2020-02-04 Tom de Vries <tdevries@suse.de>
1170
1171 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1172
1173 2020-02-04 Tom de Vries <tdevries@suse.de>
1174
1175 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1176
1177 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1178
1179 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1180 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1181 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1182 blttar, bnetarl.
1183 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1184 binary for blttar, bnetarl.
1185 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1186 wait instruction. Delete ldmx test.
1187 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1188
1189 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1190
1191 * gdb.fortran/array-bounds-high.exp: New file.
1192 * gdb.fortran/array-bounds-high.f90: New file.
1193
1194 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1195
1196 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1197 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1198
1199 2020-02-01 Tom de Vries <tdevries@suse.de>
1200
1201 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1202
1203 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 PR tui/9765
1206 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1207 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1208
1209 2020-01-29 Luis Machado <luis.machado@linaro.org>
1210
1211 * gdb.arch/aarch64-brk-patterns.c: New source file.
1212 * gdb.arch/aarch64-brk-patterns.exp: New test.
1213
1214 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1215
1216 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1217 GCC/Clang version.
1218 * gdb.cp/pass-by-ref.exp: Ditto.
1219
1220 2020-01-29 Tom de Vries <tdevries@suse.de>
1221
1222 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1223 * gdb.threads/watchpoint-fork-mt.c: Same.
1224 * gdb.threads/watchpoint-fork-parent.c: Same.
1225 * gdb.threads/watchpoint-fork-st.c: Same.
1226 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1227
1228 2020-01-27 Luis Machado <luis.machado@linaro.org>
1229
1230 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1231 sitting at a syscall instruction when we hit the syscall function's
1232 breakpoint.
1233 Check PC against one obtained with the x command.
1234 Validate syscall number.
1235 (step_over_syscall): Don't continue to the syscall instruction if
1236 we're already there.
1237
1238 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1239
1240 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1241
1242 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1243
1244 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1245 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1246
1247 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1248
1249 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1250 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1251
1252 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * gdb.base/maint.exp: Update line table parsing test.
1255 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1256
1257 2020-01-24 Pedro Alves <palves@redhat.com>
1258
1259 PR gdb/25410
1260 * gdb.multi/multi-re-run-1.c: New.
1261 * gdb.multi/multi-re-run-2.c: New.
1262 * gdb.multi/multi-re-run.exp: New.
1263
1264 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 PR gdb/23718
1267 * gdb.server/server-kill-python.exp: New file.
1268
1269 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 * gdb.server/multi-ui-errors.c: New file.
1272 * gdb.server/multi-ui-errors.exp: New file.
1273
1274 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 PR tui/9765
1277 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1278
1279 2020-01-19 Tom Tromey <tom@tromey.com>
1280
1281 * gdb.tui/main.exp: Add check for plain "file".
1282
1283 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1284
1285 * lib/gdb.exp: Fix spelling error (seperatelly).
1286
1287 2020-01-14 Tom Tromey <tom@tromey.com>
1288
1289 PR symtab/12535:
1290 * gdb.python/python.exp: Test decode_line with empty string
1291 argument.
1292
1293 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1294
1295 * gdb.base/skip-inline.exp: Extend test.
1296
1297 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1300 * gdb.dwarf2/dw2-bad-elf.c: New file.
1301 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1302
1303 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1306 _line_saw_file.
1307
1308 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1311 border.
1312
1313 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1314
1315 * gdb.multi/multi-target.exp (setup): Factor out "info
1316 connections" and "info inferiors" tests to ...
1317 (test_info_inferiors): ... this new procedure.
1318 (top level): Run new "info-inferiors" tests.
1319
1320 2020-01-10 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.server/bkpt-other-inferior.exp: New file.
1323
1324 2020-01-10 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1327 of "add-inferior".
1328 * gdb.base/quit-live.exp: Likewise.
1329 * gdb.base/remote-exec-file.exp: Likewise.
1330 * gdb.guile/scm-progspace.exp: Likewise.
1331 * gdb.linespec/linespec.exp: Likewise.
1332 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1333 * gdb.mi/user-selected-context-sync.exp: Likewise.
1334 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1335 "info inferiors" tests.
1336 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1337 "add-inferior".
1338 * gdb.multi/watchpoint-multi.exp: Likewise.
1339 * gdb.python/py-inferior.exp: Likewise.
1340 * gdb.server/extended-remote-restart.exp: Likewise.
1341 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1342 "info inferiors".
1343 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1344 * gdb.trace/report.exp: Likewise.
1345
1346 2020-01-10 Pedro Alves <palves@redhat.com>
1347
1348 * gdb.multi/multi-target.c: New file.
1349 * gdb.multi/multi-target.exp: New file.
1350 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1351 mode requested, but remote does not support non-stop".
1352
1353 2020-01-10 Pedro Alves <palves@redhat.com>
1354
1355 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1356 disconnect before reconnecting.
1357
1358 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1359 Pedro Alves <palves@redhat.com>
1360
1361 * gdb.server/connect-without-multi-process.exp: Also test
1362 continuing to end.
1363
1364 2020-01-10 Pedro Alves <palves@redhat.com>
1365
1366 * gdb.base/remote-exec-file.exp: New file.
1367
1368 2020-01-10 Pedro Alves <palves@redhat.com>
1369
1370 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1371 output.
1372 * gdb.threads/async.c: New.
1373 * gdb.threads/async.exp: New.
1374 * gdb.multi/tids-gid-reset.c: New.
1375 * gdb.multi/tids-gid-reset.exp: New.
1376
1377 2020-01-10 George Barrett <bob@bob131.so>
1378
1379 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1380 to help in finding the image relocation offset.
1381 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1382 options in arguments.
1383 (stap_test_no_debuginfo): Likewise.
1384 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1385 test variants.
1386 (stap_test): Add null semaphore relocation test.
1387
1388 2020-01-10 George Barrett <bob@bob131.so>
1389
1390 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1391 * gdb.base/stap-probe.exp: Likewise.
1392 (stap_test): Pass argument as an additional flag.
1393 (stap_test_no_debuginfo): Likewise.
1394 (stap_test): Check `info probes stap' output for semaphore
1395 addresses if the test binary is supposed to have them.
1396
1397 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1398
1399 * gdb.tui/basic.exp: Add more scrolling tests.
1400
1401 2020-01-09 Tom Tromey <tom@tromey.com>
1402
1403 PR tui/18932:
1404 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1405 meangingful value.
1406 (Term::command, Term::resize): Update.
1407 * gdb.tui/basic.exp: Add scrolling test.
1408
1409 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1410
1411 * gdb.tui/tui-layout-asm.exp: New file.
1412
1413 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1416
1417 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1420 (Term::enter_tui): Use Term::prepare_for_tui.
1421
1422 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1425 called.
1426
1427 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1428
1429 * gdb.base/skip.exp: Fix race condition in test.
1430
1431 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1432
1433 * gdb.base/backtrace.c: New file.
1434 * gdb.base/backtrace.exp: New file.
1435
1436 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1437
1438 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1439
1440 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1441
1442 * gdb.base/style.exp: Test that warnings are styled.
1443
1444 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1445
1446 * gdb.base/line65535.exp: New file.
1447 * gdb.base/line65535.c: New file.
1448
1449 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1450
1451 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1452 * lib/gnat_debug_info_test.adb: New file.
1453 * gdb.ada/ptype_tagged_param.exp: Use
1454 gnat_runtime_has_debug_info, expect a different output if
1455 runtime does not have debug info.
1456
1457 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1458
1459 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1460 (another) quote in test name.
1461
1462 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1463
1464 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1465 Add quote in test name.
1466
1467 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1468
1469 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1470 directory instead.
1471 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1472 * gdb.cp/pass-by-ref-2.cc: New file.
1473 * gdb.cp/pass-by-ref-2.exp: New file.
1474
1475 2019-12-20 Tom Tromey <tom@tromey.com>
1476
1477 * gdb.tui/list-before.exp: New file.
1478
1479 2019-12-20 Tom Tromey <tom@tromey.com>
1480
1481 * gdb.tui/list.exp: Check for source on initial listing.
1482
1483 2019-12-11 Tom Tromey <tromey@adacore.com>
1484
1485 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1486 Add crlf test.
1487
1488 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1489
1490 * gdb.base/default.exp: Update value of $_gdb_major.
1491
1492 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1493
1494 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1495
1496 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1497
1498 * gdb.base/skip.exp: Whitespace fix.
1499
1500 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1501
1502 * gdb.base/skip-inline.c: New file.
1503 * gdb.base/skip-inline.exp: New file.
1504
1505 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1506
1507 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1508 jit_function_00 to jit_function_stack_mangle.
1509 * gdb.base/jithost.c (jit_function_t): Rename to...
1510 (jit_function_stack_mangle_t): ... this.
1511 (jit_function_add_t): New typedef.
1512 (jit_function_00_code): Rename to...
1513 (jit_function_stack_mangle_code): ... this, make static.
1514 (jit_function_add_code): New.
1515 (main): Generate "add" function and call it. Adjust to changes
1516 in jithost_abi.
1517 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1518 (struct jithost_abi) <begin, end>: Remove fields.
1519 <object, function_stack_mangle, function_add>: New fields.
1520 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1521 code_end>: Remove fields.
1522 <func_stack_mangle>: New field.
1523 (read_debug_info): Adjust to renaming, create block for "add"
1524 function.
1525 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1526
1527 2019-12-11 Tom Tromey <tom@tromey.com>
1528
1529 * gdb.tui/resize.exp: Fix regexp.
1530 * gdb.tui/regs.exp: Fix regexps.
1531 * gdb.tui/main.exp: Fix regexp.
1532
1533 2019-12-11 Tom Tromey <tom@tromey.com>
1534
1535 * gdb.tui/resize.exp: Update.
1536 * gdb.tui/empty.exp (layouts): Update.
1537
1538 2019-12-11 Tom Tromey <tom@tromey.com>
1539
1540 * gdb.tui/regs.exp: Update.
1541 * gdb.tui/empty.exp (layouts): Update.
1542 * gdb.tui/basic.exp: Update.
1543 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1544
1545 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1546
1547 * gdb.base/options.exp: Add -raw-values in the print completion list.
1548 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1549
1550 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1551
1552 * gdb.threads/omp-par-scope.c: New file.
1553 * gdb/threads/omp-par-scope.exp: New file.
1554
1555 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1556
1557 * lib/gdb.exp (support_nested_function_tests): New proc.
1558
1559 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1560
1561 * lib/gdb.exp (gdb_compile_openmp): New proc.
1562 (build_executable_from_specs): Add an "openmp" option.
1563 (gdb_compile_pthreads): Add non-executable case.
1564
1565 2019-12-10 Tom Tromey <tromey@adacore.com>
1566
1567 * gdb.ada/unchecked_union.exp: New file.
1568 * gdb.ada/unchecked_union/pck.adb: New file.
1569 * gdb.ada/unchecked_union/pck.ads: New file.
1570 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1571 * gdb-utils.exp (string_to_regexp): Also quote "?".
1572
1573 2019-12-10 George Barrett <bob@bob131.so>
1574
1575 Test scripted probe breakpoints.
1576 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1577 * gdb.python/py-breakpoint.c (main): Likewise.
1578 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1579 specifier test.
1580 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1581
1582 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1583
1584 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1585 an rvalue parameter.
1586 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1587 parameter.
1588
1589 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1590
1591 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1592 modules.
1593
1594 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1597 broken version of GCC.
1598
1599 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1600
1601 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1602 sym-info-cmds library.
1603 * gdb.fortran/info-types.exp: Likewise.
1604 * lib/sym-info-cmds.exp: New file.
1605
1606 2019-12-08 Tom de Vries <tdevries@suse.de>
1607
1608 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1609
1610 2019-12-07 Keith Seitz <keiths@redhat.com>
1611
1612 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1613 * gdb.base/corefile-buildid-shlib.c: New file.
1614 * gdb.base/corefile-buildid.c: New file.
1615 * gdb.base/corefile-buildid.exp: New file.
1616
1617 2019-12-06 Tom de Vries <tdevries@suse.de>
1618
1619 * gdb.dwarf2/varval.exp: Add decl before def test.
1620
1621 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1622
1623 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1624
1625 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1626
1627 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1628 CV and reference conversion for overload resolution.
1629 * gdb.cp/rvalue-ref-overload.exp: Test it.
1630
1631 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1632
1633 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1634 * gdb.base/frameapply.exp: Test faas without command.
1635
1636 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1639 Fortran tests.
1640 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1641 order.
1642
1643 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1646 casting to type with no kind specified.
1647 (test_basic_parsing_of_type_kinds): Additional tests for types
1648 with no kind specified, and add tests for single/double
1649 precision/complex types.
1650
1651 2019-12-04 Tom Tromey <tromey@adacore.com>
1652
1653 * gdb.base/endianity.c (struct other) <x>: New field.
1654 (main): Initialize it.
1655 * gdb.base/endianity.exp: Update.
1656
1657 2019-12-04 Tom Tromey <tromey@adacore.com>
1658
1659 * gdb.ada/scalar_storage/storage.adb: New file.
1660 * gdb.ada/scalar_storage/pck.adb: New file.
1661 * gdb.ada/scalar_storage/pck.ads: New file.
1662 * gdb.ada/scalar_storage.exp: New file.
1663
1664 2019-12-04 Tom Tromey <tromey@adacore.com>
1665
1666 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1667 (main): Initialize it.
1668 * gdb.base/endianity.exp: Update.
1669
1670 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1673
1674 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1675
1676 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1677 -symbol-info-module-functions and -symbol-info-module-variables.
1678
1679 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1682
1683 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1684 Andrew Burgess <andrew.burgess@embecosm.com>
1685
1686 * gdb.fortran/derived-type-striding.exp: New file.
1687 * gdb.fortran/derived-type-striding.f90: New file.
1688 * gdb.fortran/array-slices.exp: New file.
1689 * gdb.fortran/array-slices.f90: New file.
1690
1691 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1692
1693 * gdb.base/define.exp: Test . in command names.
1694 * gdb.base/setshow.exp: Update test, as . is now part of
1695 command name.
1696
1697 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1698
1699 * gdb.base/define-prefix.exp: New file.
1700
1701 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1702
1703 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1704 compile.
1705 (skip_btrace_pt_tests): Likewise.
1706
1707 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1708
1709 * gdb.fortran/info-modules.exp: Compile source files in correct
1710 order.
1711
1712 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1713
1714 * gdb.dwarf2/imported-unit.exp: New file.
1715 * gdb.dwarf2/imported-unit.c: New file.
1716
1717 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1718
1719 * gdb.mi/mi-fortran-modules-2.f90: New file.
1720 * gdb.mi/mi-fortran-modules.exp: New file.
1721 * gdb.mi/mi-fortran-modules.f90: New file.
1722
1723 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.mi/mi-sym-info-1.c: New file.
1726 * gdb.mi/mi-sym-info-2.c: New file.
1727 * gdb.mi/mi-sym-info.exp: New file.
1728
1729 2019-11-22 Tom Tromey <tromey@adacore.com>
1730
1731 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1732 * gdb.ada/tasks/foo.adb: Add another stopping location.
1733
1734 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1735
1736 * gdb.base/endianity.c: New test.
1737 * gdb.base/endianity.exp: New file.
1738
1739 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1740
1741 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1742
1743 2019-11-21 Tom de Vries <tdevries@suse.de>
1744
1745 PR gdb/24956
1746 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1747
1748 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1749
1750 * gdb.python/py-progspace.exp: Add missing parentheses on some
1751 'print' commands.
1752
1753 2019-11-19 Tom Tromey <tom@tromey.com>
1754
1755 * gdb.tui/winheight.exp: New file.
1756
1757 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1758
1759 * gdb.base/ctf-whatis.c: Delete.
1760 * gdb.base/ctf-whatis.exp: Delete.
1761 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1762
1763 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.base/ctf-cvexpr.exp: Delete.
1766 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1767
1768 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1769
1770 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1771 the compiler. Clean up header comment a little.
1772 * gdb.base/ctf-ptype.exp: Likewise.
1773 * gdb.base/ctf-whatis.exp: Likewise.
1774 * lib/gdb.exp (skip_ctf_tests): New proc.
1775
1776 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1777
1778 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1779 * gdb.tui/corefile-run.exp: New file.
1780
1781 2019-11-14 Tom Tromey <tromey@adacore.com>
1782
1783 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1784 regression tests.
1785
1786 2019-11-12 Tom Tromey <tom@tromey.com>
1787
1788 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1789 after any command. Expect prompt after WAIT_FOR is seen.
1790 (enter_tui): Enable resize messages.
1791 (command): Expect command in output.
1792 (get_line): Avoid error when cursor appears to be off-screen.
1793 (dump_screen): Include screen size in title.
1794 (_do_resize): New proc, from "resize".
1795 (resize): Rewrite. Do resize in two steps.
1796 * gdb.tui/empty.exp (layouts): Fix entries.
1797 (check_boxes): Remove xfail.
1798 (check_text): Dump screen on failure.
1799
1800 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1801
1802 * gdb.python/py-symbol.exp: Add test for
1803 gdb.lookup_static_symbols.
1804
1805 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1806
1807 * gdb.python/py-symbol.c: Declare and call function from new
1808 py-symbol-2.c file.
1809 * gdb.python/py-symbol.exp: Compile both source files, and add new
1810 tests for gdb.lookup_static_symbol.
1811 * gdb.python/py-symbol-2.c: New file.
1812
1813 2019-11-02 Tom de Vries <tdevries@suse.de>
1814
1815 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1816 * gdb.base/anon.exp: Same.
1817 * gdb.base/auto-connect-native-target.exp: Same.
1818 * gdb.base/call-ar-st.exp: Same.
1819 * gdb.base/catch-syscall.exp: Same.
1820 * gdb.base/commands.exp: Same.
1821 * gdb.base/default.exp: Same.
1822 * gdb.base/display.exp: Same.
1823 * gdb.base/float.exp: Same.
1824 * gdb.base/foll-fork.exp: Same.
1825 * gdb.base/help.exp: Same.
1826 * gdb.base/info-macros.exp: Same.
1827 * gdb.base/info-proc.exp: Same.
1828 * gdb.base/info-target.exp: Same.
1829 * gdb.base/long_long.exp: Same.
1830 * gdb.base/macscp.exp: Same.
1831 * gdb.base/memattr.exp: Same.
1832 * gdb.base/nofield.exp: Same.
1833 * gdb.base/pointers.exp: Same.
1834 * gdb.base/printcmds.exp: Same.
1835 * gdb.base/ptype.exp: Same.
1836 * gdb.base/restore.exp: Same.
1837 * gdb.base/return.exp: Same.
1838 * gdb.base/scope.exp: Same.
1839 * gdb.base/set-noassign.exp: Same.
1840 * gdb.base/setshow.exp: Same.
1841 * gdb.base/shlib-call.exp: Same.
1842 * gdb.base/signals.exp: Same.
1843 * gdb.base/sigstep.exp: Same.
1844 * gdb.base/skip.exp: Same.
1845 * gdb.base/solib-symbol.exp: Same.
1846 * gdb.base/stap-probe.exp: Same.
1847 * gdb.base/step-line.exp: Same.
1848 * gdb.base/step-test.exp: Same.
1849 * gdb.base/style.exp: Same.
1850 * gdb.base/varargs.exp: Same.
1851 * gdb.base/vla-datatypes.exp: Same.
1852 * gdb.base/vla-ptr.exp: Same.
1853 * gdb.base/vla-sideeffect.exp: Same.
1854 * gdb.base/volatile.exp: Same.
1855 * gdb.base/watch-cond-infcall.exp: Same.
1856 * gdb.base/watchpoint.exp: Same.
1857
1858 2019-11-02 Tom de Vries <tdevries@suse.de>
1859
1860 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1861 * gdb.cp/cpexprs.exp: Same.
1862 * gdb.cp/except-multi-location.exp: Same.
1863 * gdb.cp/exceptprint.exp: Same.
1864 * gdb.cp/gdb2384.exp: Same.
1865 * gdb.cp/inherit.exp: Same.
1866 * gdb.cp/m-static.exp: Same.
1867 * gdb.cp/meth-typedefs.exp: Same.
1868 * gdb.cp/misc.exp: Same.
1869 * gdb.cp/namespace.exp: Same.
1870 * gdb.cp/non-trivial-retval.exp: Same.
1871 * gdb.cp/overload.exp: Same.
1872 * gdb.cp/pr17132.exp: Same.
1873 * gdb.cp/re-set-overloaded.exp: Same.
1874 * gdb.cp/rvalue-ref-types.exp: Same.
1875 * gdb.cp/templates.exp: Same.
1876
1877 2019-11-01 Luis Machado <luis.machado@linaro.org>
1878
1879 PR gdb/25124
1880
1881 * gdb.arch/pr25124.S: New file.
1882 * gdb.arch/pr25124.exp: New file.
1883
1884 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1885
1886 * gdb.fortran/info-modules.exp: Update expected results, and add
1887 additional tests for 'info module functinos', and 'info module
1888 variables'.
1889 * gdb.fortran/info-types.exp: Update expected results.
1890 * gdb.fortran/info-types.f90: Extend testcase with additional
1891 module variables and functions.
1892
1893 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.fortran/info-modules.exp: New file.
1896 * gdb.fortran/info-types.exp: Build with new file.
1897 * gdb.fortran/info-types.f90: Include and use new module.
1898 * gdb.fortran/info-types-2.f90: New file.
1899
1900 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1901
1902 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1903 * gdb.base/settings.exp: Test all settings types using
1904 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1905 that now verifies that the value of "maint show" is the same as
1906 returned by the settings functions. Test the type of the
1907 maintenance settings.
1908 * gdb.base/default.exp: Update show_conv_list.
1909
1910 2019-10-31 Tom de Vries <tdevries@suse.de>
1911
1912 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1913 gdb_test.
1914 * gdb.arch/amd64-disp-step.exp: Same.
1915 * gdb.asm/asm-source.exp: Same.
1916 * gdb.btrace/buffer-size.exp: Same.
1917 * gdb.btrace/cpu.exp: Same.
1918 * gdb.btrace/enable.exp: Same.
1919 * gdb.dwarf2/count.exp: Same.
1920 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1921 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1922 * gdb.fortran/vla-datatypes.exp: Same.
1923 * gdb.fortran/vla-history.exp: Same.
1924 * gdb.fortran/vla-ptype.exp: Same.
1925 * gdb.fortran/vla-value.exp: Same.
1926 * gdb.fortran/whatis_type.exp: Same.
1927 * gdb.guile/guile.exp: Same.
1928 * gdb.multi/tids.exp: Same.
1929 * gdb.python/py-finish-breakpoint.exp: Same.
1930 * gdb.python/py-framefilter.exp: Same.
1931 * gdb.python/py-pp-registration.exp: Same.
1932 * gdb.python/py-xmethods.exp: Same.
1933 * gdb.python/python.exp: Same.
1934 * gdb.server/connect-with-no-symbol-file.exp: Same.
1935 * gdb.server/no-thread-db.exp: Same.
1936 * gdb.server/run-without-local-binary.exp: Same.
1937 * gdb.stabs/weird.exp: Same.
1938 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1939 * gdb.threads/thread-find.exp: Same.
1940 * gdb.threads/tls-shared.exp: Same.
1941 * gdb.threads/tls.exp: Same.
1942 * gdb.threads/wp-replication.exp: Same.
1943 * gdb.trace/ax.exp: Same.
1944 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1945
1946 2019-10-31 Tom de Vries <tdevries@suse.de>
1947
1948 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1949 * gdb.ada/array_subscript_addr.exp: Same.
1950 * gdb.ada/arrayidx.exp: Same.
1951 * gdb.ada/arrayparam.exp: Same.
1952 * gdb.ada/arrayptr.exp: Same.
1953 * gdb.ada/boolean_expr.exp: Same.
1954 * gdb.ada/call_pn.exp: Same.
1955 * gdb.ada/complete.exp: Same.
1956 * gdb.ada/fixed_cmp.exp: Same.
1957 * gdb.ada/fun_addr.exp: Same.
1958 * gdb.ada/funcall_param.exp: Same.
1959 * gdb.ada/interface.exp: Same.
1960 * gdb.ada/mod_from_name.exp: Same.
1961 * gdb.ada/null_array.exp: Same.
1962 * gdb.ada/packed_array.exp: Same.
1963 * gdb.ada/packed_tagged.exp: Same.
1964 * gdb.ada/print_chars.exp: Same.
1965 * gdb.ada/print_pc.exp: Same.
1966 * gdb.ada/ptype_arith_binop.exp: Same.
1967 * gdb.ada/ptype_field.exp: Same.
1968 * gdb.ada/ptype_tagged_param.exp: Same.
1969 * gdb.ada/rec_return.exp: Same.
1970 * gdb.ada/ref_tick_size.exp: Same.
1971 * gdb.ada/str_ref_cmp.exp: Same.
1972 * gdb.ada/taft_type.exp: Same.
1973 * gdb.ada/tagged.exp: Same.
1974 * gdb.ada/type_coercion.exp: Same.
1975 * gdb.ada/uninitialized_vars.exp: Same.
1976
1977 2019-10-30 Tom de Vries <tdevries@suse.de>
1978
1979 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1980
1981 2019-10-26 Tom de Vries <tdevries@suse.de>
1982
1983 * gdb.base/bigcore.c: Fix typos in comments.
1984 * gdb.base/ctf-ptype.c: Same.
1985 * gdb.base/long_long.c: Same.
1986 * gdb.dwarf2/dw2-op-out-param.S: Same.
1987 * gdb.python/py-evthreads.c: Same.
1988 * gdb.reverse/i387-stack-reverse.c: Same.
1989 * gdb.trace/tfile.c: Same.
1990 * lib/compiler.c: Same.
1991 * lib/compiler.cc: Same.
1992
1993 2019-10-25 Tom de Vries <tdevries@suse.de>
1994
1995 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1996 gdb_test_multiple calls.
1997 * gdb.reverse/sigall-reverse.exp: Same.
1998 * gdb.reverse/solib-precsave.exp: Same.
1999 * gdb.reverse/solib-reverse.exp: Same.
2000 * gdb.reverse/until-precsave.exp: Same.
2001 * gdb.reverse/until-reverse.exp: Same.
2002
2003 2019-10-24 Tom de Vries <tdevries@suse.de>
2004
2005 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2006 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2007 kfail using -wrap pattern flag and convenience variable
2008 gdb_test_name.
2009
2010 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2011
2012 * gdb.python/py-progspace.exp: Add tests for the
2013 Progspace.block_for_pc method.
2014
2015 2019-10-23 Tom Tromey <tom@tromey.com>
2016
2017 * configure: Rebuild.
2018 * aclocal.m4: Use m4_include, not sinclude.
2019
2020 2019-10-21 Tom de Vries <tdevries@suse.de>
2021
2022 * gdb.base/infcall-nested-structs.c: Add
2023 __attribute__((noinline,noclone)) to all functions.
2024 (call_all): Add missing variable initialization. Simplify return value.
2025 (breakpt): Increment volatile variable, to prevent call from being
2026 optimized out.
2027 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2028
2029 2019-10-17 Tom de Vries <tdevries@suse.de>
2030
2031 * gdb.fortran/module.exp: Allow info variables to print info for files
2032 other than module.f90.
2033
2034 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2035
2036 * gdb.fortran/module.exp: Extend with 'info variables' test.
2037
2038 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2039
2040 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2041 F77_FOR_TARGET.
2042
2043 2019-10-16 Tom de Vries <tdevries@suse.de>
2044
2045 PR tdep/25096
2046 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2047
2048 2019-10-16 Tom de Vries <tdevries@suse.de>
2049
2050 PR tdep/24104
2051 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2052 Add KFAIL for PR tdep/25096.
2053
2054 2019-10-16 Tom de Vries <tdevries@suse.de>
2055
2056 PR testsuite/25059
2057 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2058
2059 2019-10-16 Tom de Vries <tdevries@suse.de>
2060
2061 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2062 as signed.
2063
2064 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2065
2066 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2067 one instead of increasing timeout.
2068
2069 2019-10-13 Tom de Vries <tdevries@suse.de>
2070
2071 PR record/25038
2072 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2073 * gdb.reverse/sigall-reverse.exp: Same.
2074 * gdb.reverse/solib-precsave.exp: Same.
2075 * gdb.reverse/solib-reverse.exp: Same.
2076 * gdb.reverse/step-precsave.exp: Same.
2077 * gdb.reverse/until-precsave.exp: Same.
2078 * gdb.reverse/until-reverse.exp: Same.
2079 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2080
2081 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2082
2083 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2084 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2085 (cmp_struct_05_01, cmp_struct_static_02_01)
2086 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2087 comparisons.
2088
2089 2019-10-10 Tom de Vries <tdevries@suse.de>
2090
2091 PR testsuite/24888
2092 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2093 gnatlink.
2094
2095 2019-10-09 Tom de Vries <tdevries@suse.de>
2096
2097 PR testsuite/25048
2098 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2099
2100 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2101
2102 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2103 exceptions due to missing debug information.
2104
2105 2019-10-07 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2108
2109 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2110
2111 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2112 * gdb.base/annota1.exp: Update to use gdb_test_name.
2113
2114 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2115
2116 * gdb.base/ctf-whatis.exp: New file.
2117 * gdb.base/ctf-whatis.c: New file.
2118 * gdb.base/ctf-ptype.exp: New file.
2119 * gdb.base/ctf-ptype.c: New file.
2120 * gdb.base/ctf-constvars.exp: New file.
2121 * gdb.base/ctf-constvars.c: New file.
2122 * gdb.base/ctf-cvexpr.exp: New file.
2123
2124 2019-10-04 Tom de Vries <tdevries@suse.de>
2125
2126 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2127 for loop.
2128
2129 2019-10-03 Tom Tromey <tom@tromey.com>
2130
2131 PR rust/24976:
2132 * gdb.rust/simple.rs (Union2): New type.
2133 (main): Use Union2.
2134 * gdb.rust/simple.exp: Add test.
2135
2136 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2139 nested function prefix.
2140
2141 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2142 Richard Bunt <richard.bunt@arm.com>
2143 Andrew Burgess <andrew.burgess@embecosm.com>
2144
2145 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2146 nested functions.
2147 * gdb.fortran/nested-funcs.f90: Update expected results.
2148 * gdb.fortran/nested-funcs-2.exp: New file.
2149 * gdb.fortran/nested-funcs-2.f90: New file.
2150
2151 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2152
2153 * gdb.python/py-parameter.exp: Make test names unique.
2154 * gdb.python/py-template.exp: Likewise.
2155 * gdb.python/py-value.exp: Likewise.
2156
2157 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2158
2159 * gdb.base/break-interp.exp: Reduce test name duplication.
2160 * gdb.base/call-sc.exp: Likewise.
2161 * gdb.base/callfuncs.exp: Likewise.
2162 * gdb.base/charset.exp: Likewise.
2163 * gdb.base/dump.exp: Likewise.
2164 * gdb.base/ena-dis-br.exp: Likewise.
2165 * gdb.base/relational.exp: Likewise.
2166 * gdb.base/step-over-syscall.exp: Likewise.
2167 * gdb.base/structs.exp: Likewise.
2168
2169 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * gdb.linespec/explicit.exp: Make test names unique.
2172 * gdb.linespec/ls-errs.exp: Likewise.
2173
2174 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * gdb.reverse/break-precsave.exp: Make test names unique.
2177 * gdb.reverse/break-reverse.exp: Likewise.
2178 * gdb.reverse/finish-precsave.exp: Likewise.
2179 * gdb.reverse/finish-reverse.exp: Likewise.
2180 * gdb.reverse/machinestate-precsave.exp: Likewise.
2181 * gdb.reverse/machinestate.exp: Likewise.
2182 * gdb.reverse/readv-reverse.exp: Likewise.
2183 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2184 * gdb.reverse/sigall-precsave.exp: Likewise.
2185 * gdb.reverse/sigall-reverse.exp: Likewise.
2186 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2187 * gdb.reverse/watch-precsave.exp: Likewise.
2188 * gdb.reverse/watch-reverse.exp: Likewise.
2189
2190 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2191
2192 * gdb.threads/stop-with-handle.c: New file.
2193 * gdb.threads/stop-with-handle.exp: New file.
2194
2195 2019-10-03 Tom de Vries <tdevries@suse.de>
2196
2197 PR testsuite/25059
2198 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2199 directory" line to be missing.
2200
2201 2019-10-03 Tom de Vries <tdevries@suse.de>
2202
2203 PR testsuite/25059
2204 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2205 type optional.
2206
2207 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2208
2209 * gdb.python/py-format-string.c (string.h): New include.
2210 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2211 the same value, for endianness-independence.
2212 * gdb.python/py-format-string.exp (default_regexp_dict)
2213 (test_pretty_structs, test_format): Adjust expected output to the
2214 changed initialization.
2215
2216 2019-10-02 Tom Tromey <tromey@adacore.com>
2217
2218 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2219
2220 2019-10-02 Pedro Alves <palves@redhat.com>
2221 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2224 "print-file-var.h".
2225 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2226 (get_version_1): Print this_version_id and its address.
2227 Add extern "C" wrappers around interface functions.
2228 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2229 "print-file-var.h".
2230 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2231 (get_version_2): Print this_version_id and its address.
2232 Add extern "C" wrappers around interface functions.
2233 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2234 <stddef.h> and "print-file-var.h".
2235 Add extern "C" wrappers around interface functions.
2236 [VERSION_ID_MAIN] (this_version_id): Define.
2237 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2238 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2239 up extern "C" blocks.
2240 * gdb.base/print-file-var.exp (test): New, factored out from top
2241 level.
2242 (top level): Test all combinations of attribute hidden or not,
2243 dlopen or not, and this_version_id symbol in main file or not.
2244 Compile tests as both C++ and C, make test names unique.
2245
2246 2019-10-01 Tom Tromey <tom@tromey.com>
2247
2248 * gdb.base/style.exp: Test "show logging filename".
2249
2250 2019-10-01 Tom Tromey <tom@tromey.com>
2251
2252 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2253 * gdb.base/style.exp: Add metadata style test.
2254
2255 2019-10-01 Tom Tromey <tom@tromey.com>
2256
2257 * gdb.base/style.exp: Test "pwd".
2258
2259 2019-10-01 Tom Tromey <tom@tromey.com>
2260
2261 * gdb.base/style.exp: Update tests.
2262
2263 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2264
2265 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2266 'six' to unsigned.
2267 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2268 'five'. Use an all-ones bit pattern for each.
2269 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2270 to its changed values.
2271
2272 2019-09-30 Tom Tromey <tromey@adacore.com>
2273
2274 * gdb.rust/traits.rs: Disable all warnings.
2275
2276 2019-09-29 Tom de Vries <tdevries@suse.de>
2277
2278 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2279
2280 2019-09-29 Tom de Vries <tdevries@suse.de>
2281
2282 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2283
2284 2019-09-27 Tom de Vries <tdevries@suse.de>
2285
2286 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2287
2288 2019-09-27 Tom de Vries <tdevries@suse.de>
2289
2290 PR record/23188
2291 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2292
2293 2019-09-26 Tom Tromey <tromey@adacore.com>
2294
2295 * gdb.ada/py_taft.exp: New file.
2296 * gdb.ada/py_taft/main.adb: New file.
2297 * gdb.ada/py_taft/pkg.adb: New file.
2298 * gdb.ada/py_taft/pkg.ads: New file.
2299
2300 2019-09-24 Tom de Vries <tdevries@suse.de>
2301
2302 PR gdb/24598
2303 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2304
2305 2019-09-22 Tom de Vries <tdevries@suse.de>
2306
2307 * gdb.base/restore.exp: Allow register variables to be optimized out at
2308 -O0.
2309
2310 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2311
2312 * gdb.arch/spu-info.exp: Remove file.
2313 * gdb.arch/spu-info.c: Remove file.
2314 * gdb.arch/spu-ls.exp: Remove file.
2315 * gdb.arch/spu-ls.c: Remove file.
2316
2317 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2318 * gdb.asm/spu.inc: Remove file.
2319
2320 * gdb.base/dump.exp: Remove support for spu*-*-*.
2321 * gdb.base/stack-checking.exp: Likewise.
2322 * gdb.base/overlays.exp: Likewise.
2323 * gdb.base/ovlymgr.c: Likewise.
2324 * gdb.base/spu.ld: Remove file.
2325
2326 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2327 * gdb.cp/cpexprs.exp: Likewise.
2328 * gdb.cp/exception.exp: Likewise.
2329 * gdb.cp/gdb2495.exp: Likewise.
2330 * gdb.cp/mb-templates.exp: Likewise.
2331 * gdb.cp/pr9167.exp: Likewise.
2332 * gdb.cp/userdef.exp: Likewise.
2333
2334 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2335
2336 * gdb.cell: Remove directory.
2337 * lib/cell.exp: Remove file.
2338
2339 2019-09-19 Tom de Vries <tdevries@suse.de>
2340
2341 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2342
2343 2019-09-19 Tom de Vries <tdevries@suse.de>
2344
2345 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2346
2347 2019-09-19 Tom de Vries <tdevries@suse.de>
2348
2349 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2350 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2351 (gdb_target_cmd): ... here.
2352 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2353 value 2.
2354
2355 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2356
2357 * gdb.base/source-dir.exp: Avoid having directory names in test
2358 names.
2359
2360 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2361
2362 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2363 directory.
2364
2365 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * gdb.base/list-missing-source.exp: New file.
2368
2369 2019-09-14 Tom de Vries <tdevries@suse.de>
2370
2371 PR teststuite/24599
2372 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2373 * lib/ada.exp (gnatmake_version_at_least): New proc.
2374
2375 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.base/maint.exp: Use exec_has_index_section.
2378
2379 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.base/maint.exp: Add test for 'maint info sections'.
2382
2383 2019-09-12 Tom de Vries <tdevries@suse.de>
2384
2385 * gdb.base/store.exp: Allow register variables to be optimized out at
2386 -O0.
2387
2388 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2389
2390 * gdb.ada/rdv_wait.exp: Update to new task names.
2391 * gdb.base/task_switch_in_core.exp: Likewise.
2392 * gdb.base/info_sources_base.c: Likewise.
2393
2394 2019-09-10 Tom Tromey <tromey@adacore.com>
2395
2396 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2397
2398 2019-09-10 Tom Tromey <tromey@adacore.com>
2399
2400 * gdb.ada/dgopt.exp: New file.
2401 * gdb.ada/dgopt/x.adb: New file.
2402
2403 2019-09-08 Tom Tromey <tom@tromey.com>
2404
2405 * gdb.tui/resize.exp: Remove setup_xfail.
2406 * gdb.tui/regs.exp: Remove setup_xfail.
2407 * gdb.tui/basic.exp: Remove setup_xfail.
2408
2409 2019-09-06 David Blaikie <dblaikie@gmail.com>
2410
2411 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2412 * gdb.cp/cplabel.exp: Ditto.
2413 * gdb.linespec/ls-errs.exp: Ditto.
2414
2415 2019-09-05 Tom de Vries <tdevries@suse.de>
2416
2417 * lib/gdb.exp (cmp_file_string): New proc.
2418 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2419 runto_main. Verify save breakpoints output.
2420
2421 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2422
2423 * gdb.base/info-var.exp: Test info variables without running
2424 to main, to avoid expect's buffer overflow.
2425
2426 2019-09-03 Tom Tromey <tromey@adacore.com>
2427
2428 * gdb.ada/bias.exp: New file.
2429 * gdb.ada/bias/bias.adb: New file.
2430 * gdb.ada/print_chars.exp: Add regression test.
2431 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2432 (MC): New variable.
2433
2434 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2435
2436 * gdb.base/argv0-symlink.exp: Run only on native target
2437 and local host.
2438
2439 2019-08-29 Tom de Vries <tdevries@suse.de>
2440
2441 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2442 diverse debug info.
2443 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2444
2445 2019-08-28 Tom de Vries <tdevries@suse.de>
2446
2447 * gdb.base/info-var.exp: Allow info variables to print info for files
2448 other than info-var-f1.c and info-var-f2.c.
2449
2450 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2451
2452 * gdb.fortran/info-types.exp: Add module.
2453 * gdb.fortran/info-types.f90: Update expected results.
2454
2455 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 * gdb.fortran/info-types.exp: New file.
2458 * gdb.fortran/info-types.f90: New file.
2459 * lib/fortran.exp (fortran_character1): New proc.
2460
2461 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2462
2463 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2464 functions'. Reindent as needed.
2465 * gdb.base/info-var-f1.c: New file.
2466 * gdb.base/info-var-f2.c: New file.
2467 * gdb.base/info-var.exp: New file.
2468 * gdb.base/info-var.h: New file.
2469
2470 2019-08-26 Tom de Vries <tdevries@suse.de>
2471
2472 PR c++/24852
2473 * gdb.cp/no-libstdcxx-probe.exp: New test.
2474
2475 2019-08-26 Tom de Vries <tdevries@suse.de>
2476
2477 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2478 * tests need to be skipped.
2479 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2480 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2481 mi_skip_libstdcxx_probe_tests.
2482
2483 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2484
2485 * gdb.python/py-xmethods.exp: Use raw strings when passing
2486 arguments to SimpleXMethodMatcher.
2487
2488 2019-08-22 Tom de Vries <tdevries@suse.de>
2489
2490 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2491 more informative.
2492
2493 2019-08-21 Pedro Alves <palves@redhat.com>
2494
2495 * gdb.base/with.exp: Test "with" with no arguments.
2496
2497 2019-08-21 Tom de Vries <tdevries@suse.de>
2498
2499 * gdb.base/gdb-caching-proc.exp: Sort files.
2500
2501 2019-08-20 Tom de Vries <tdevries@suse.de>
2502
2503 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2504 compilation.
2505
2506 2019-08-16 Tom de Vries <tdevries@suse.de>
2507
2508 * gdb.base/compare-sections.exp ("after run to main"): Allow
2509 mismatched read-only sections for PIE executables.
2510
2511 2019-08-16 Tom Tromey <tom@tromey.com>
2512
2513 * lib/tuiterm.exp (_csi_Z): New proc.
2514 * gdb.tui/basic.exp: Update window positions.
2515 * gdb.tui/empty.exp: Update window positions.
2516
2517 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2518
2519 * gdb.base/examine-backward.exp: Correct regexp for
2520 "examine 3 bytes backward from ${address_zero}".
2521
2522 2019-08-15 Tom Tromey <tom@tromey.com>
2523
2524 * gdb.tui/empty.exp: Enable resizing tests.
2525
2526 2019-08-15 Tom Tromey <tromey@adacore.com>
2527
2528 * gdb.ada/char_enum.exp: Add regression tests.
2529 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2530 and '0'.
2531 (Char, Gchar): Update.
2532 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2533
2534 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2535
2536 * gdb.python/python.exp: Expect a leading underscore on
2537 GdbOutput{,Error}File.
2538
2539 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2540
2541 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2542 Windows host.
2543
2544 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2545
2546 * gdb.base/batch-preserve-term-settings.exp
2547 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2548
2549 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2550
2551 * lib/gdb.exp: When running on a mingw target, replace
2552 /x/ with x:/.
2553
2554 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2555
2556 * gdb.arch/aarch64-prologue.c: New test.
2557 * gdb.arch/aarch64-prologue.exp: New file.
2558
2559 2019-08-13 Tom de Vries <tdevries@suse.de>
2560
2561 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2562 Thread.
2563
2564 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2565
2566 * gdb.python/py-completion.exp: Download the .py file to the host
2567 and use its host pathname. Conditionalize tests that use
2568 tab completion and manipulate files on the build machine.
2569 * gdb.python/py-events.exp: Download the .py file to the host
2570 and use its host pathname.
2571 * gdb.python/py-evsignal.exp: Likewise.
2572 * gdb.python/py-evthreads.exp: Likewise.
2573 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2574 pathname syntax.
2575 * gdb.python/py-framefilter.exp: Download the .py file to the right
2576 place on the host. Match Windows pathname syntax.
2577 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2578 .py file to the host and use its host pathname.
2579 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2580 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2581 build pathname. Skip symlink test on Windows host. Add missing
2582 newline at end of file.
2583 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2584 and use its host pathname.
2585 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2586 * gdb.python/py-section-script.exp: Use host location of binfile
2587 on safe-path. Use correct path separator on Windows host.
2588 Reorder alternatives in gdb_test_multiple to prevent matching
2589 the wrong alternative on success.
2590 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2591
2592 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2593
2594 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2595 expect the GDB inferior to no longer immediately stop after
2596 being resumed with "signal SIGINT".
2597
2598 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2599
2600 * gdb.linespec/break-ask.exp: Generalize regexps to match
2601 Windows pathnames too.
2602
2603 2019-08-08 Tom de Vries <tdevries@suse.de>
2604
2605 PR testsuite/24862
2606 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2607
2608 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2609
2610 * gdb.base/style.exp: Update tests for help doc new invariants.
2611 * gdb.base/help.exp: Likewise.
2612
2613 2019-08-06 Tom Tromey <tom@tromey.com>
2614
2615 * gdb.base/style.exp: Add disassemble test.
2616 * gdb.base/style.c (some_called_function): New function.
2617 (main): Use it.
2618
2619 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2620
2621 * gdb.python/py-block.exp: Test dictionary access on blocks.
2622
2623 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2624
2625 PR gdb/24863
2626 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2627 -list-thread-groups --available test when running under
2628 check-read1.
2629
2630 2019-08-05 Tom de Vries <tdevries@suse.de>
2631
2632 PR testsuite/24863
2633 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2634 * gdb.base/help.exp: Use with_read1_timeout_factor.
2635 * gdb.base/info-macros.exp: Same.
2636 * gdb.cp/nested-types.exp: Same.
2637
2638 2019-08-05 Tom de Vries <tdevries@suse.de>
2639
2640 * lib/gdb.exp (version_at_least): Factor out of ...
2641 (tcl_version_at_least): ... here.
2642 (gdb_compile): Fail if pie results in non-PIE executable.
2643 (readelf_version, readelf_prints_pie): New proc.
2644 (exec_is_pie): Return -1 if unknown.
2645
2646 2019-08-05 Tom de Vries <tdevries@suse.de>
2647
2648 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2649
2650 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2651
2652 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2653
2654 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2655
2656 * lib/completion-support.exp (test_gdb_complete_none): Skip
2657 tab completion tests if no readline support.
2658 (test_gdb_complete_unique_re): Likewise.
2659 (test_gdb_complete_multiple): Likewise.
2660
2661 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2662
2663 * gdb.base/info_sources.exp: New file.
2664 * gdb.base/info_sources.c: New file.
2665 * gdb.base/info_sources_base.c: New file.
2666
2667 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2668
2669 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2670 prefix argument.
2671 (test_exit_status): Add prefix argument.
2672
2673 2019-08-01 Tom de Vries <tdevries@suse.de>
2674
2675 PR testsuite/24863
2676 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2677 calling exp_continue for new thread and thread exited messages.
2678
2679 2019-08-01 Tom de Vries <tdevries@suse.de>
2680
2681 PR testsuite/24863
2682 * gdb.base/structs.exp: Fix check-read1 timeout using
2683 gdb_test_sequence.
2684 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2685
2686 2019-08-01 Tom de Vries <tdevries@suse.de>
2687
2688 PR testsuite/24863
2689 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2690 line.
2691
2692 2019-08-01 Tom de Vries <tdevries@suse.de>
2693
2694 PR testsuite/24863
2695 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2696
2697 2019-07-30 Tom Tromey <tromey@adacore.com>
2698
2699 * gdb.ada/display_nested.exp: New file.
2700 * gdb.ada/display_nested/foo.adb: New file.
2701 * gdb.ada/display_nested/pack.adb: New file.
2702 * gdb.ada/display_nested/pack.ads: New file.
2703
2704 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2705
2706 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2707 namespace.
2708 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2709
2710 2019-07-30 Tom de Vries <tdevries@suse.de>
2711
2712 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2713 instead.
2714
2715 2019-07-30 Tom de Vries <tdevries@suse.de>
2716
2717 PR testsuite/24834
2718 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2719 (exec_is_pie): New proc.
2720
2721 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2722
2723 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2724
2725 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2726
2727 * gdb.python/py-objfile.c: Add global and static vars.
2728 * gdb.python/py-objfile.exp: Test new functions Objfile.
2729 lookup_global_symbol and lookup_static_symbol.
2730
2731 2019-07-29 Tom Tromey <tom@tromey.com>
2732
2733 * lib/tuiterm.exp (Term::_csi_@): New proc.
2734 (Term::_csi_X): Don't move cursor.
2735
2736 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2737
2738 * gdb.base/options.exp: Update backtrace - completion to
2739 new option -frame-info.
2740 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2741 Test new 'set print frame-info'. Test backtrace -frame-info
2742 overriding 'set print frame-info'.
2743 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2744 Test new 'set print frame-info'.
2745 Verify consistency of backtrace with and without filters, with and
2746 without -no-filters.
2747 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2748 default.
2749
2750 2019-07-29 Tom de Vries <tdevries@suse.de>
2751
2752 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2753 no arguments".
2754
2755 2019-07-29 Tom de Vries <tdevries@suse.de>
2756
2757 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2758 is a substring of the first for "complete non-unique file name".
2759
2760 2019-07-29 Tom de Vries <tdevries@suse.de>
2761
2762 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2763 with ".*".
2764
2765 2019-07-29 Tom de Vries <tdevries@suse.de>
2766
2767 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2768 Pass prompt_regexp parameter to gdb_test_multiple calls.
2769
2770 2019-07-29 Tom de Vries <tdevries@suse.de>
2771
2772 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2773 print registers" regexps.
2774
2775 2019-07-29 Tom de Vries <tdevries@suse.de>
2776
2777 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2778
2779 2019-07-29 Tom de Vries <tdevries@suse.de>
2780
2781 PR gdb/24855
2782 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2783 (skip_python_tests_prompt): Add prompt_regexp argument to
2784 gdb_test_multiple calls.
2785
2786 2019-07-27 Tom Tromey <tom@tromey.com>
2787
2788 * gdb.tui/main.exp: New file.
2789
2790 2019-07-27 Tom Tromey <tom@tromey.com>
2791
2792 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2793 optional.
2794 * gdb.tui/empty.exp: New file.
2795
2796 2019-07-27 Tom Tromey <tom@tromey.com>
2797
2798 * lib/tuiterm.exp (spawn): New proc.
2799 (Term::resize): New proc.
2800 * gdb.tui/resize.exp: New file.
2801
2802 2019-07-27 Tom Tromey <tom@tromey.com>
2803
2804 * gdb.tui/list.exp: New file.
2805
2806 2019-07-27 Tom Tromey <tom@tromey.com>
2807
2808 * gdb.tui/regs.exp: New file.
2809
2810 2019-07-27 Tom Tromey <tom@tromey.com>
2811
2812 * gdb.tui/basic.exp: Add "layout split" test.
2813
2814 2019-07-27 Tom Tromey <tom@tromey.com>
2815
2816 * gdb.tui/basic.exp: Add "layout asm" test.
2817
2818 2019-07-27 Tom Tromey <tom@tromey.com>
2819
2820 * lib/tuiterm.exp: New file.
2821 * gdb.tui/basic.exp: New file.
2822
2823 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2824
2825 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2826 Enable tests associated with this flag. Adjust regex
2827 referencing "foo_low" to now refer to "foo_cold" instead.
2828
2829 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2830
2831 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2832 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2833 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2834 foo_cold. Revise comments to match.
2835 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2836 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2837 were wrapped into this proc; Call do_test in loop from outermost
2838 level.
2839 (foo_low): Rename all occurrences to "foo_cold".
2840 (backtrace from baz): New test.
2841 (x2/i foo_cold): New test.
2842 (info line *foo_cold): New test.
2843
2844 2019-07-26 Tom de Vries <tdevries@suse.de>
2845
2846 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2847
2848 2019-07-25 Tom de Vries <tdevries@suse.de>
2849
2850 PR testsuite/24830
2851 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2852 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2853 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2854 (skip_libstdcxx_probe_tests): ... here.
2855 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2856
2857 2019-07-24 Tom de Vries <tdevries@suse.de>
2858
2859 PR testsuite/24807
2860 * gdb.objc/basicclass.m: Include stdio.h.
2861 * gdb.objc/nondebug.m: Same.
2862 * gdb.objc/objcdecode.m: Same.
2863
2864 2019-07-24 Tom de Vries <tdevries@suse.de>
2865
2866 PR testsuite/24612
2867 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2868 additional_flags.
2869
2870 2019-07-24 Tom de Vries <tdevries@suse.de>
2871
2872 PR testsuite/24831
2873 * gdb.multi/tids.exp: Update error messages for info threads.
2874
2875 2019-07-24 Tom de Vries <tdevries@suse.de>
2876
2877 * gdb.base/info-types.exp: Allow info types to print info for more than
2878 one file.
2879
2880 2019-07-23 Tom de Vries <tdevries@suse.de>
2881
2882 PR testsuite/24842
2883 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2884 gdb_spawn_with_cmdline_opts.
2885
2886 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2887
2888 * gdb.arch/arm-cmse-sgstubs.c: New test.
2889 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2890
2891 2019-07-23 Tom de Vries <tdevries@suse.de>
2892
2893 PR testsuite/24711
2894 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2895 issuing next command.
2896
2897 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2898
2899 * gdb.ada/info_auto_lang.exp: Update expected results.
2900 * gdb.base/info-types.c: Add additional types to check.
2901 * gdb.base/info-types.exp: Update expected results.
2902
2903 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2904
2905 * gdb.base/info-types.c: New file.
2906 * gdb.base/info-types.exp: New file.
2907
2908 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2909
2910 * gdb.arch/riscv-bp-infcall.c: New file.
2911 * gdb.arch/riscv-bp-infcall.exp: New file.
2912
2913 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2914
2915 PR breakpoints/24541
2916 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2917
2918 2019-07-14 Tom de Vries <tdevries@suse.de>
2919
2920 PR testsuite/24760
2921 * gdb.objc/basicclass.exp: Fix unterminated string.
2922
2923 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2924 Andrew Burgess <andrew.burgess@embecosm.com>
2925
2926 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2927 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2928 negative bounds.
2929 * gdb.fortran/vla-value.exp: Print elements of an array with
2930 negative bounds.
2931 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2932 testing.
2933
2934 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2935
2936 * gdb.base/options.exp (expect_string): Dequote strings in
2937 results.
2938 (test-string): Test strings with different quoting and reindent.
2939
2940 2019-07-10 Tom Tromey <tromey@adacore.com>
2941
2942 * gdb.ada/mi_ex_cond.exp: Update expected results.
2943 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2944 * gdb.ada/mi_catch_ex.exp: Update expected results.
2945 * gdb.ada/mi_catch_assert.exp: Update expected results.
2946 * gdb.ada/catch_ex.exp (catch_exception_info)
2947 (catch_exception_entry, catch_assert_entry)
2948 (catch_unhandled_entry): Update.
2949 * gdb.ada/catch_assert_if.exp: Update expected results.
2950
2951 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2952 Stephen Roberts <stephen.roberts@arm.com>
2953
2954 * gdb.base/define.exp: Restore original prompt.
2955
2956 2019-07-09 Pedro Alves <palves@redhat.com>
2957
2958 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2959 breakpoints" output.
2960 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2961 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2962 throw" creates breakpoint.
2963 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2964 'type="catchpoint"'.
2965
2966 2019-07-09 Pedro Alves <palves@redhat.com>
2967
2968 PR c++/15468
2969 * gdb.cp/except-multi-location-lib.cc: New.
2970 * gdb.cp/except-multi-location-main.cc: New.
2971 * gdb.cp/except-multi-location.exp: New.
2972
2973 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2974
2975 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2976 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2977 argument and update callers.
2978
2979 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.arch/amd64-break-on-asm-line.S: New file.
2982 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2983
2984 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2985
2986 * gdb.base/printcmds.exp: Test printing C string and
2987 C wide string convenience vars without transiting via the inferior.
2988 Also make test names unique.
2989
2990 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2991
2992 PR breakpoints/25011
2993 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2994
2995 2019-07-04 Pedro Alves <palves@redhat.com>
2996
2997 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2998 body returned ok(0), break(3) or continue(4).
2999 * gdb.testsuite/foreach_with_prefix.exp: New file.
3000
3001 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3002
3003 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3004
3005 2019-07-03 Pedro Alves <palves@redhat.com>
3006
3007 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3008 "return -code".
3009
3010 2019-07-03 Pedro Alves <palves@redhat.com>
3011
3012 PR cli/24732
3013 * gdb.base/shell.exp: Load completion-support.exp.
3014 Adjust expected error output. Add completion tests.
3015
3016 2019-07-03 Pedro Alves <palves@redhat.com>
3017
3018 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3019 string_to_regexp.
3020
3021 2019-07-03 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3024 (expect_integer): Adjust to expect "-string".
3025 (expect_string): New.
3026 (all_options): Expect "-string".
3027 (test-flag, test-boolean): Adjust to expect "-string".
3028 (test-string): New proc.
3029 (top level): Call it.
3030
3031 2019-07-03 Pedro Alves <palves@redhat.com>
3032
3033 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3034 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3035 the expected output in the success.
3036
3037 2019-07-03 Pedro Alves <palves@redhat.com>
3038
3039 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3040 Split one gdb_test_multiple call in two to avoid a race.
3041
3042 2019-07-03 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.base/with.c: New file.
3045 * gdb.base/with.exp: New file.
3046
3047 2019-07-03 Pedro Alves <palves@redhat.com>
3048
3049 * gdb.base/settings.exp: Replace all references to "maint
3050 test-settings set" with references to "maint set test-settings",
3051 and all references to "maint test-settings show" with references
3052 to "maint show test-settings".
3053
3054 2019-07-03 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.base/settings.exp (test-string): Adjust expected out when
3057 testing "maint test-settings show filename"
3058
3059 2019-07-02 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.base/options.exp (test-info-threads): New procedure.
3062 (top level): Call it.
3063
3064 2019-06-28 Tom Tromey <tromey@adacore.com>
3065
3066 * gdb.dwarf2/ada-linkage-name.c: New file.
3067 * gdb.dwarf2/ada-linkage-name.exp: New file.
3068
3069 2019-06-27 Tom Tromey <tromey@adacore.com>
3070
3071 PR c++/20020:
3072 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3073
3074 2019-06-26 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3077
3078 2019-06-26 Tom de Vries <tdevries@suse.de>
3079
3080 * gdb.base/index-cache.exp: Add back missing debug option.
3081
3082 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3083
3084 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3085
3086 2019-06-25 Tom de Vries <tdevries@suse.de>
3087
3088 PR testsuite/24727
3089 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3090
3091 2019-06-24 Tom de Vries <tdevries@suse.de>
3092
3093 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3094
3095 2019-06-24 Tom de Vries <tdevries@suse.de>
3096
3097 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3098 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3099 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3100
3101 2019-06-24 Tom de Vries <tdevries@suse.de>
3102
3103 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3104
3105 2019-06-21 Tom de Vries <tdevries@suse.de>
3106
3107 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3108
3109 2019-06-21 Tom de Vries <tdevries@suse.de>
3110
3111 PR testsuite/24518
3112 PR ada/24713
3113 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3114 index.
3115
3116 2019-06-19 Tom Tromey <tromey@adacore.com>
3117
3118 * gdb.ada/length_cond.exp: Add intro comment.
3119
3120 2019-06-19 Tom Tromey <tromey@adacore.com>
3121
3122 * gdb.ada/length_cond.exp: New file.
3123 * gdb.ada/length_cond/length_cond.adb: New file.
3124 * gdb.ada/length_cond/pck.adb: New file.
3125 * gdb.ada/length_cond/pck.ads: New file.
3126
3127 2019-06-18 Tom de Vries <tdevries@suse.de>
3128
3129 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3130
3131 2019-06-18 Tom Tromey <tromey@adacore.com>
3132
3133 * gdb.base/list0.h: Add comment explaining control character.
3134
3135 2019-06-18 Tom de Vries <tdevries@suse.de>
3136
3137 * boards/fission.exp: Break up long debug_flags line.
3138
3139 2019-06-16 Tom de Vries <tdevries@suse.de>
3140
3141 PR gdb/24445
3142 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3143 generated index.
3144
3145 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3146
3147 PR gdb/24686
3148 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3149 improve detection of bug gdb/24541.
3150
3151 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3152
3153 PR gdb/24669
3154 * gdb.base/index-cache.exp (uses_readnow,
3155 expecting_index_cache_use): Define global variable.
3156 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3157 expecting_index_cache_use.
3158
3159 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3160 Andrew Burgess <andrew.burgess@embecosm.com>
3161
3162 * gdb.fortran/pointers.f90: New file.
3163 * gdb.fortran/print_type.exp: New file.
3164 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3165 * gdb.fortran/vla-type.exp: Likewise.
3166 * gdb.fortran/vla-value.exp: Likewise.
3167 * gdb.mi/mi-vla-fortran.exp: Likewise.
3168
3169 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3170
3171 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3172 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3173 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3174 as a stop reason.
3175
3176 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3177
3178 * gdb.base/annota1.exp: Update expected results.
3179 * gdb.cp/annota2.exp: Likewise.
3180 * gdb.cp/annota3.exp: Likewise.
3181
3182 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3183
3184 * gdb.base/style-logging.exp: Remove path from test name.
3185
3186 2019-06-14 Tom Tromey <tromey@adacore.com>
3187
3188 PR gdb/24502:
3189 * gdb.base/style-logging.exp: New file.
3190
3191 2019-06-14 Tom Tromey <tromey@adacore.com>
3192
3193 * gdb.base/symfile-warn.exp: New file.
3194 * gdb.base/symfile-warn.c: New file.
3195
3196 2019-06-14 Tom Tromey <tromey@adacore.com>
3197
3198 * gdb.base/annotate-symlink.exp: New file.
3199
3200 2019-06-14 Tom Tromey <tromey@adacore.com>
3201
3202 * gdb.ada/set_wstr.exp: Add reassignment test.
3203
3204 2019-06-14 Tom Tromey <tromey@adacore.com>
3205
3206 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3207 'unchecked_access and 'unrestricted_access as well.
3208
3209 2019-06-14 Tom Tromey <tromey@adacore.com>
3210
3211 PR ada/24539:
3212 * gdb.ada/vla.exp: Update tests.
3213 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3214 pragma.
3215
3216 2019-06-13 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.base/settings.exp (test-integer): Test junk after
3219 "unlimited".
3220
3221 2019-06-13 Pedro Alves <palves@redhat.com>
3222
3223 * gdb.base/options.exp (test-thread-apply): New.
3224 (top level): Call it.
3225
3226 2019-06-13 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/options.exp (test-frame-apply): New.
3229 (top level): Test print commands with different "frame apply"
3230 prefixes.
3231
3232 2019-06-13 Pedro Alves <palves@redhat.com>
3233
3234 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3235 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3236 'max_completions' parameter and handle it.
3237 (test_gdb_completion_offers_commands): New.
3238
3239 2019-06-13 Pedro Alves <palves@redhat.com>
3240
3241 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3242
3243 2019-06-13 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.base/options.exp (test-backtrace): New.
3246 (top level): Call it.
3247
3248 2019-06-13 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.guile/scm-frame-args.exp: Use "set print
3251 raw-frame-arguments" instead of "set print raw frame-arguments".
3252 * gdb.python/py-frame-args.exp: Likewise.
3253
3254 2019-06-13 Pedro Alves <palves@redhat.com>
3255
3256 * gdb.compile/compile.exp: Adjust expected output to option
3257 processing changes.
3258
3259 2019-06-13 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.base/options.exp: Build executable.
3262 (test-print): New procedure.
3263 (top level): Call it, once for "print" and another for "compile
3264 print".
3265
3266 2019-06-13 Pedro Alves <palves@redhat.com>
3267
3268 * gdb.base/options.c: New file.
3269 * gdb.base/options.exp: New file.
3270
3271 2019-06-13 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3274 that "o" is ambiguous.
3275
3276 2019-06-13 Pedro Alves <palves@redhat.com>
3277
3278 * gdb.base/settings.c: New file.
3279 * gdb.base/settings.exp: New file.
3280
3281 2019-06-13 Pedro Alves <palves@redhat.com>
3282
3283 * gdb.base/completion.exp: Fix comment typo.
3284
3285 2019-06-13 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3288 foo --1" test.
3289
3290 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3291
3292 * gdb.fortran/block-data.f: New.
3293 * gdb.fortran/block-data.exp: New.
3294
3295 2019-06-11 Tom de Vries <tdevries@suse.de>
3296
3297 PR testsuite/24521
3298 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3299 message.
3300
3301 2019-06-11 Tom de Vries <tdevries@suse.de>
3302
3303 PR testsuite/24521
3304 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3305
3306 2019-06-11 Tom de Vries <tdevries@suse.de>
3307
3308 * boards/readnow.exp: New file.
3309
3310 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3311
3312 * gdb.fortran/vla-sizeof.exp: Update expected results.
3313
3314 2019-06-06 Amos Bird <amosbird@gmail.com>
3315
3316 * gdb.base/annota1.exp (thread_switch): Add test for
3317 thread-exited annotation.
3318
3319 2019-06-06 Tom Tromey <tromey@adacore.com>
3320
3321 * gdb.base/maint.exp: Expect command started/finished output.
3322
3323 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3324
3325 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3326 comment.
3327 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3328
3329 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3330
3331 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3332 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3333 * gdb.arch/riscv-unwind-long-insn.c: New file.
3334 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3335
3336 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3337
3338 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3339
3340 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3341
3342 * lib/gdb.exp (help_list_trailer): New regexp variable
3343 factorizing the help trailer message.
3344 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3345 arg to allow to better factorize various tests.
3346 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3347 (test_prefix_command_help): Use help_list_trailer.
3348 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3349 * gdb.guile/scm-cmd.exp: Likewise.
3350 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3351 * gdb.base/help.exp: Use test_user_defined_class_help.
3352 * gdb.base/style.exp: Add tests for styling of help and apropos.
3353 * lib/gdb-utils.exp (style): Add title and highlight styles.
3354
3355 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3356
3357 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3358 $_shell_exitsignal.
3359 * gdb.base/default.exp: Update for new convenience variables.
3360
3361 2019-05-29 Tom Tromey <tromey@adacore.com>
3362
3363 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3364 to "break complete ada" test case's regexp.
3365
3366 2019-05-29 Tom Tromey <tromey@adacore.com>
3367
3368 PR c++/20020:
3369 * gdb.cp/constexpr-field.exp: New file.
3370 * gdb.cp/constexpr-field.cc: New file.
3371
3372 2019-05-29 Tom Tromey <tromey@adacore.com>
3373
3374 * gdb.base/finish.exp (finish_no_print): New proc.
3375 (finish_tests): Call it.
3376
3377 2019-05-24 Tom de Vries <tdevries@suse.de>
3378
3379 * gdb.dwarf2/gdb-add-index.exp: New file.
3380
3381 2019-05-22 Tom Tromey <tromey@adacore.com>
3382
3383 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3384 * gdb.base/style.exp: Use "style".
3385 * lib/gdb-utils.exp (style): New proc.
3386
3387 2019-05-22 Tom de Vries <tdevries@suse.de>
3388
3389 * gdb.base/align.exp: Require c++11.
3390
3391 2019-05-22 Tom de Vries <tdevries@suse.de>
3392
3393 PR testsuite/24586
3394 * gdb.python/py-mi-var-info-path-expression.exp: Call
3395 mi_skip_python_tests to check if python is supported.
3396
3397 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3398
3399 * gdb.arch/aarch64-pauth.c: New test.
3400 * gdb.arch/aarch64-pauth.exp: New file.
3401
3402 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3403
3404 * README (Re-running Tests Outside The Testsuite): New section.
3405
3406 2019-05-21 Tom de Vries <tdevries@suse.de>
3407
3408 * gdb.arch/amd64-eval.exp: Require c++11.
3409 * gdb.base/max-depth.exp: Same.
3410 * gdb.compile/compile-cplus-array-decay.exp: Same.
3411 * gdb.cp/meth-typedefs.exp: Same.
3412 * gdb.cp/subtypes.exp: Same.
3413 * gdb.cp/temargs.exp: Same.
3414
3415 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3416
3417 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3418
3419 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3420
3421 PR gdb/18644
3422 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3423 * gdb.fortran/printing-types.exp: Add new test.
3424 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3425 testing.
3426 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3427 setup_kfail call.
3428
3429 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3430
3431 * README (Running the Testsuite): Change example.
3432 (Testsuite Parameters): Remove TRANSCRIPT.
3433 * lib/gdb.exp: Remove TRANSCRIPT check.
3434
3435 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3436
3437 * README (Testsuite Parameters): Add replay logging to
3438 GDBSERVER_DEBUG.
3439 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3440 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3441 as a comma separated list.
3442 (gdb_debug_init): Override procedure.
3443
3444 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3445
3446 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3447 (gdb_write_cmd_file): New procedure.
3448 * lib/gdbserver-support.exp (gdbserver_start): Call
3449 gdbserver_write_cmd_file.
3450 (gdbserver_write_cmd_file): New procedure.
3451
3452 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3453
3454 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3455 (delete_breakpoints): Likewise.
3456 (gdb_run_cmd): Likewise.
3457 (gdb_start_cmd): Likewise.
3458 (gdb_starti_cmd): Likewise.
3459 (gdb_internal_error_resync): Likewise.
3460 (gdb_test_multiple): Likewise.
3461 (gdb_reinitialize_dir): Likewise.
3462 (default_gdb_exit): Likewise.
3463 (gdb_file_cmd): Mark kill as optional.
3464 (default_gdb_start): Call gdb_stdin_log_init.
3465 (send_gdb): Call gdb_stdin_log_write.
3466 (rerun_to_main): Mark Y as an answer.
3467 (gdb_stdin_log_init): New function.
3468 (gdb_stdin_log_write): Likewise.
3469
3470 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3471
3472 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3473 * gdb.base/debug-expr.exp: Likewise.
3474 * gdb.base/foll-fork.exp: Likewise.
3475 * gdb.base/foll-vfork.exp: Likewise.
3476 * gdb.base/fork-print-inferior-events.exp: Likewise.
3477 * gdb.base/gdb-sigterm.exp: Likewise.
3478 * gdb.base/gdbinit-history.exp: Likewise.
3479 * gdb.base/osabi.exp: Likewise.
3480 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3481 * gdb.base/ui-redirect.exp: Likewise.
3482 * gdb.gdb/unittest.exp: Likewise.
3483 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3484 * gdb.mi/mi-watch.exp: Likewise.
3485 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3486 * gdb.mi/user-selected-context-sync.exp: Likewise.
3487 * gdb.python/python.exp: Disable debug test when debugging.
3488 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3489 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3490 Likewise.
3491 * gdb.threads/stepi-random-signal.exp: Likewise.
3492
3493 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3494
3495 * Makefile.in: Pass through GDB_DEBUG.
3496 * README (Testsuite Parameters): Add GDB_DEBUG.
3497 (gdb,debug): Add board setting.
3498 * lib/gdb.exp (default_gdb_start): Start debugging.
3499 (gdb_debug_enabled): New procedure.
3500 (gdb_debug_init): Likewise.
3501
3502 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3503
3504 * Makefile.in: Pass through GDB_DEBUG.
3505 * README (Testsuite Parameters): Add GDB_DEBUG.
3506 (gdb,debug): Add board setting.
3507 * lib/gdb.exp (default_gdb_start): Start debugging.
3508 (gdb_debug_enabled): New procedure.
3509 (gdb_debug_init): Likewise.
3510
3511 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3512
3513 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3514
3515 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3516
3517 * gdb.base/ui-redirect.exp: Test redirection.
3518
3519 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3520
3521 * gdb.mi/mi-complete.exp: New file.
3522 * gdb.mi/mi-complete.cc: Likewise.
3523
3524 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3525
3526 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3527 indexed and sliced arrays, and pointers to arrays.
3528
3529 2019-05-14 Tom Tromey <tromey@adacore.com>
3530
3531 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3532 styling test.
3533
3534 2019-05-14 Tom de Vries <tdevries@suse.de>
3535
3536 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3537 selection entry encoding.
3538
3539 2019-05-10 Tom Tromey <tromey@adacore.com>
3540
3541 * gdb.ada/info_exc.exp: Add "complete" test.
3542
3543 2019-05-09 Tom de Vries <tdevries@suse.de>
3544
3545 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3546 CU-relative.
3547
3548 2019-05-09 Tom de Vries <tdevries@suse.de>
3549
3550 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3551 CU-relative.
3552
3553 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3554
3555 * gdb.ada/frame_arg_lang.exp: New testcase.
3556 * gdb.ada/frame_arg_lang/bla.adb: New file.
3557 * gdb.ada/frame_arg_lang/pck.ads: New file.
3558 * gdb.ada/frame_arg_lang/pck.adb: New file.
3559 * gdb.ada/frame_arg_lang/foo.c: New file.
3560
3561 2019-05-08 Tom Tromey <tromey@adacore.com>
3562
3563 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3564
3565 2019-05-08 Tom Tromey <tromey@adacore.com>
3566
3567 * gdb.base/ptype-offsets.exp: Update tests.
3568
3569 2019-05-08 Tom Tromey <tromey@adacore.com>
3570
3571 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3572 cases.
3573 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3574 "short".
3575
3576 2019-05-08 Tom Tromey <tromey@adacore.com>
3577
3578 * gdb.ada/vla.exp: New file.
3579 * gdb.ada/vla/vla.adb: New file.
3580
3581 2019-05-07 Tom de Vries <tdevries@suse.de>
3582
3583 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3584
3585 2019-05-07 Tom de Vries <tdevries@suse.de>
3586
3587 PR testsuite/24522
3588 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3589 section.
3590
3591 2019-05-07 Tom de Vries <tdevries@suse.de>
3592
3593 PR testsuite/24522
3594 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3595 .debug_aranges section.
3596
3597 2019-05-07 Tom de Vries <tdevries@suse.de>
3598
3599 PR testsuite/24159
3600 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3601
3602 2019-05-06 Tom de Vries <tdevries@suse.de>
3603
3604 * lib/gdb.exp (exec_has_index_section): New proc.
3605 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3606 section.
3607
3608 2019-05-04 Tom de Vries <tdevries@suse.de>
3609
3610 * boards/cc-with-debug-names.exp: New file.
3611
3612 2019-05-03 Tom Tromey <tromey@adacore.com>
3613
3614 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3615 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3616 * gdb.ada/char_enum.exp: Add test.
3617
3618 2019-05-03 Tom de Vries <tdevries@suse.de>
3619
3620 * boards/cc-with-gdb-index.exp: New file.
3621
3622 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3623
3624 * gdb.rust/simple.exp: Add new test case.
3625 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3626 (main): Initialise an instance of the new struct.
3627
3628 2019-05-01 Tom Tromey <tromey@adacore.com>
3629
3630 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3631 record.
3632 (NPR): New variable.
3633 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3634 test.
3635
3636 2019-05-01 Tom Tromey <tromey@adacore.com>
3637
3638 * gdb.ada/packed_array_assign.exp: Add packed assignment
3639 regression test.
3640
3641 2019-05-01 Tom de Vries <tdevries@suse.de>
3642
3643 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3644
3645 2019-05-01 Tom de Vries <tdevries@suse.de>
3646
3647 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3648
3649 2019-04-30 Ali Tamur <tamur@google.com>
3650
3651 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3652
3653 2019-04-30 Tom Tromey <tromey@adacore.com>
3654
3655 * lib/ada.exp (find_ada_tool): New proc.
3656 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3657 * gdb.ada/catch_ex_std.exp: New file.
3658 * gdb.ada/catch_ex_std/foo.adb: New file.
3659 * gdb.ada/catch_ex_std/some_package.adb: New file.
3660 * gdb.ada/catch_ex_std/some_package.ads: New file.
3661
3662 2019-04-30 Tom Tromey <tromey@adacore.com>
3663
3664 PR c++/24470:
3665 * gdb.cp/temargs.cc: Add test code from PR.
3666
3667 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3668
3669 * gdb.fortran/vla-datatypes.exp: Update expected results.
3670 * gdb.fortran/vla-ptype.exp: Likewise.
3671 * gdb.fortran/vla-type.exp: Likewise.
3672 * gdb.fortran/vla-value.exp: Likewise.
3673
3674 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3675
3676 * gdb.fortran/ptr-indentation.exp: Update expected results.
3677 * gdb.fortran/ptype-on-functions.exp: Likewise.
3678 * gdb.fortran/vla-ptr-info.exp: Likewise.
3679 * gdb.fortran/vla-value.exp: Likewise.
3680
3681 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3682
3683 * gdb.fortran/ptype-on-functions.exp: New file.
3684 * gdb.fortran/ptype-on-functions.f90: New file.
3685
3686 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3687
3688 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3689 case void string.
3690
3691 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3692
3693 * gdb.fortran/complex.exp: Expand.
3694 * gdb.fortran/complex.f: Renamed to...
3695 * gdb.fortran/complex.f90: ...this, and extended to add more
3696 complex values.
3697
3698 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3699
3700 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3701 MODULO, CMPLX.
3702
3703 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3704 Richard Bunt <richard.bunt@arm.com>
3705
3706 * gdb.base/max-depth.c: New file.
3707 * gdb.base/max-depth.exp: New file.
3708 * gdb.python/py-nested-maps.c: New file.
3709 * gdb.python/py-nested-maps.exp: New file.
3710 * gdb.python/py-nested-maps.py: New file.
3711 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3712 (test_all_common): Call test_max_depth.
3713 * gdb.fortran/max-depth.exp: New file.
3714 * gdb.fortran/max-depth.f90: New file.
3715 * gdb.go/max-depth.exp: New file.
3716 * gdb.go/max-depth.go: New file.
3717 * gdb.modula2/max-depth.exp: New file.
3718 * gdb.modula2/max-depth.c: New file.
3719 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3720
3721 2019-04-29 Tom de Vries <tdevries@suse.de>
3722
3723 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3724
3725 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3726
3727 * gdb.base/callexit.exp: Test may-call-functions off.
3728
3729 2019-04-25 Keith Seitz <keiths@redhat.com>
3730
3731 PR c++/24367
3732 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3733 (another_incomplete_struct, test_incomplete): New definitions.
3734 (main): Use new definitions.
3735 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3736 functions.
3737
3738 2019-04-25 Ali Tamur <tamur@google.com>
3739
3740 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3741
3742 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3743
3744 PR corefiles/11608
3745 PR corefiles/18187
3746 * gdb.base/coredump-filter-build-id.exp: New file.
3747
3748 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3749
3750 * Makefile.in: Pass through GDBSERVER_DEBUG.
3751 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3752 (gdbserver,debug): Add board setting.
3753 * gdb.trace/tspeed.exp: Skip when debugging.
3754 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3755 * lib/gdbserver-support.exp: Likewise
3756
3757 2019-04-24 Tom Tromey <tromey@adacore.com>
3758
3759 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3760 Rust.
3761
3762 2019-04-24 Tom Tromey <tromey@adacore.com>
3763
3764 * gdb.arch/amd64-eval.exp: Test bitfield return.
3765 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3766 (class Foo) <return_bitfields>: New method.
3767 (main): Call it.
3768
3769 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3770
3771 * gdb.cp/many-args.cc: New file.
3772 * gdb.cp/many-args.exp: New file.
3773
3774 2019-04-23 Tom de Vries <tdevries@suse.de>
3775
3776 PR gdb/24433
3777 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3778
3779 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3780
3781 * gdb.trace/backtrace.exp: Use nopie flag.
3782 * gdb.trace/circ.exp: Likewise.
3783 * gdb.trace/collection.exp: Likewise.
3784 * gdb.trace/ftrace.exp: Likewise.
3785 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3786 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3787 * gdb.trace/qtro.exp: Likewise.
3788 * gdb.trace/read-memory.exp: Likewise.
3789 * gdb.trace/report.exp: Likewise.
3790 * gdb.trace/tfile.exp: Likewise.
3791 * gdb.trace/tfind.exp: Likewise.
3792 * gdb.trace/unavailable.exp: Likewise.
3793
3794 2019-04-22 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.base/solib-probes-nosharedlibrary.c,
3797 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3798
3799 2019-04-19 Tom Tromey <tromey@adacore.com>
3800
3801 * gdb.ada/ptype_union.c: New file.
3802 * gdb.ada/ptype_union.exp: New file.
3803
3804 2019-04-19 Tom Tromey <tromey@adacore.com>
3805
3806 PR symtab/24423:
3807 * gdb.base/list0.h (foo): Add a control-l character.
3808
3809 2019-04-18 Tom de Vries <tdevries@suse.de>
3810
3811 PR gdb/24433
3812 * boards/local-board.exp: Set sysroot to "".
3813
3814 2019-04-18 Tom de Vries <tdevries@suse.de>
3815 Pedro Alves <palves@redhat.com>
3816
3817 PR gdb/24454
3818 * gdb.threads/vfork-follow-child-exec.c: New file.
3819 * gdb.threads/vfork-follow-child-exec.exp: New file.
3820 * gdb.threads/vfork-follow-child-exit.c: New file.
3821 * gdb.threads/vfork-follow-child-exit.exp: New file.
3822
3823 2019-04-15 Leszek Swirski <leszeks@google.com>
3824
3825 * gdb.arch/amd64-eval.cc: New file.
3826 * gdb.arch/amd64-eval.exp: New file.
3827
3828 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3829
3830 * gdb.server/sysroot.c: New test.
3831 * gdb.server/sysroot.exp: New file.
3832 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3833 matching param.
3834
3835 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3836
3837 * gdb.base/align.exp: Extend test to cover structures containing
3838 only static fields.
3839
3840 2019-04-11 Tom de Vries <tdevries@suse.de>
3841
3842 * boards/cc-with-dwz-m.exp: New file.
3843 * boards/cc-with-dwz.exp: New file.
3844 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3845
3846 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3847
3848 * gdb.base/start-cpp.exp: New file.
3849 * gdb.base/start-cpp.cc: New file.
3850
3851 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3852
3853 * gdb.python/py-thrhandle.exp: Adjust tests to call
3854 thread_from_handle instead of thread_from_thread_handle.
3855
3856 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3857
3858 * gdb.python/py-thrhandle.exp: Add tests for
3859 gdb.InferiorThread.handle.
3860
3861 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3862
3863 * gdb.python/py-function.exp: Check calling helper function from
3864 all languages.
3865 * lib/gdb.exp (gdb_supported_languages): New proc.
3866
3867 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3868
3869 * gdb.base/complex-parts.c: New file.
3870 * gdb.base/complex-parts.exp: New file.
3871
3872 2019-04-01 Tom Tromey <tromey@adacore.com>
3873
3874 PR symtab/23331:
3875 * gdb.dwarf2/dw2-ranges-main.c: New file.
3876 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3877 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3878
3879 2019-03-30 Simon Marchi <simark@simark.ca>
3880
3881 * gdb.base/default.exp: Add values for $_gdb_major and
3882 $_gdb_minor.
3883
3884 2019-03-29 Tom Tromey <tromey@adacore.com>
3885
3886 * gdb.base/help.exp: Tighten apropos regexp.
3887
3888 2019-03-29 Keith Seitz <keiths@redhat.com>
3889
3890 * gdb.fortran/array-bounds.exp: New file.
3891 * gdb.fortran/array-bounds.f90: New file.
3892
3893 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3894
3895 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3896
3897 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3898
3899 * gdb.multi/hello.c (main): Increase alarm timer.
3900
3901 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3902
3903 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3904 factor when no hardware watchpoint support.
3905
3906 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3907 Pedro Alves <palves@redhat.com>
3908
3909 * boards/local-board.exp: set sysroot to /.
3910
3911 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3912
3913 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3914 in child.
3915
3916 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3917
3918 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3919 field.
3920 (make_container): Initialise new field.
3921 * gdb.python/py-prettyprint.exp: Add new tests.
3922 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3923 <display_hint>: New method.
3924
3925 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3926
3927 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3928 gdb_continue_to_breakpoint more throughout this test.
3929 (run_lang_tests) Supply unique test names, and use
3930 gdb_test_no_output.
3931
3932 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3933
3934 * gdb.base/finish-pretty.exp: Update expected results.
3935 * gdb.base/pretty-print.c: New file.
3936 * gdb.base/pretty-print.exp: New file.
3937
3938 2019-03-25 Pedro Alves <palves@redhat.com>
3939
3940 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3941 move comments outside list. Append '-i "" eof' section.
3942
3943 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3944
3945 PR testsuite/25016
3946 * README: Add pie options.
3947 * gdb.base/break-interp.exp: Ensure pie is disabled.
3948 * gdb.base/dump.exp: Likewise.
3949 * lib/gdb.exp (gdb_compile): Add pie option.
3950
3951 2019-03-19 Tom Tromey <tromey@adacore.com>
3952
3953 * gdb.mi/mi2-cli-display.c: New file.
3954 * gdb.mi/mi2-cli-display.exp: New file.
3955
3956 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3957 Tom Tromey <tromey@adacore.com>
3958
3959 * gdb.ada/ptype_array/pck.adb: New file.
3960 * gdb.ada/ptype_array/pck.ads: New file.
3961 * gdb.ada/ptype_array/foo.adb: New file.
3962 * gdb.ada/ptype_array.exp: New file.
3963
3964 2019-03-14 Tom Tromey <tromey@adacore.com>
3965
3966 * gdb.base/style.exp: Add "set style sources" test.
3967
3968 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3969
3970 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3971 * mi-breakpoint-multiple-locations.exp: ... this.
3972 (make_breakpoints_pattern): New proc.
3973 (do_test): Add mi_version parameter, test -break-insert,
3974 -break-info and =breakpoint-created.
3975
3976 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3977
3978 * config/default.exp: Remove 'load_lib gdb.exp'.
3979 * config/monitor.exp: Likewise.
3980 * config/sid.exp: Likewise.
3981 * config/sim.exp: Likewise.
3982 * config/slite.exp: Likewise.
3983 * config/unix.exp: Likewise.
3984 * gdb.base/default.exp: Remove unhelpful comment.
3985
3986 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3987
3988 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3989
3990 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3991
3992 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3993
3994 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3995
3996 * gdb.fortran/type-kinds.exp: Update expected results.
3997
3998 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3999
4000 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4001
4002 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4003
4004 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4005 function.
4006 (test_basic_parsing_of_type_kinds): Expand types tested.
4007 (test_parsing_invalid_type_kinds): New function.
4008
4009 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4010
4011 * gdb.fortran/intrinsics.exp: New file.
4012 * gdb.fortran/intrinsics.f90: New file.
4013 * gdb.fortran/type-kinds.exp: New file.
4014
4015 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4016
4017 * gdb.fortran/dot-ops.exp: New file.
4018
4019 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4020
4021 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4022 Check upper and lower case logical literals.
4023
4024 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4025
4026 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4027 Remove duplicate tests.
4028
4029 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4030
4031 * lib/gdb.exp (builtin_cd): rename of cd.
4032 (cd): Override builtin.
4033
4034 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4035
4036 * gdb.fortran/function-calls.exp: New file.
4037 * gdb.fortran/function-calls.f90: New test.
4038
4039 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4040
4041 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4042 on user program standard output.
4043 * gdb.fortran/short-circuit-argument-list.f90: Record function
4044 calls.
4045
4046 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4047
4048 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4049 failure.
4050
4051 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4052
4053 PR gdb/8527
4054 * gdb.base/interrupt-daemon-attach.c,
4055 gdb.base/interrupt-daemon-attach.exp: New test.
4056
4057 2019-02-27 Pedro Alves <palves@redhat.com>
4058
4059 * gdb.base/page.exp: Add tests for "set width/height -1".
4060
4061 2019-02-27 Pedro Alves <palves@redhat.com>
4062
4063 * gdb.base/page.exp: Add tests for "set/show width/height" with
4064 "infinite" values.
4065
4066 2019-02-27 Tom Tromey <tromey@adacore.com>
4067
4068 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4069 2.4.
4070 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4071 workaround.
4072
4073 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4074
4075 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4076 tests for structs with static members.
4077
4078 2019-02-26 Tom Tromey <tromey@adacore.com>
4079
4080 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4081 ValueError, not TypeError.
4082
4083 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4084
4085 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4086 call from main program.
4087
4088 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4089
4090 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4091 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4092 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4093 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4094 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4095
4096 2019-02-22 Keith Seitz <keiths@redhat.com>
4097
4098 PR symtab/23853
4099 * gdb.base/symlink-sourcefile.c: New file.
4100 * gdb.base/symlink-sourcefile.exp: New file.
4101
4102 2019-02-20 Tom Tromey <tom@tromey.com>
4103
4104 * gdb.base/info_qt.exp: Update.
4105
4106 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4107
4108 * gdb.base/source.exp: Move "error in sourced script" code to
4109 the end.
4110 * gdb.base/source-error.gdb: Move contents to
4111 source-error-1.gdb. Add new code to source source-error-1.gdb.
4112 * gdb.base/source-error-1.gdb: New file, from previous
4113 source-error.gdb.
4114
4115 2019-02-17 Tom Tromey <tom@tromey.com>
4116
4117 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4118 for macro styling.
4119 * gdb.base/style.c (SOME_MACRO): New macro.
4120
4121 2019-02-17 Tom Tromey <tom@tromey.com>
4122
4123 * gdb.base/style.exp: Add line-wrapping tests.
4124 * gdb.base/page.exp: Add test for quitting during pagination.
4125
4126 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4127
4128 * gdb.ada/big_packed_array: New testcase.
4129 * gdb.ada/homonym.exp: Fix incorrect expected output for
4130 "break <homonym__get_value>" test.
4131
4132 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4133
4134 PR breakpoints/21870
4135 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4136 and prepare_for_testing. Add comment.
4137 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4138 redundant cleanup call. Clean up comment.
4139
4140 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4141
4142 PR breakpoints/21870
4143 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4144 * gdb.arch/aarch64-dbreg-contents.c: New file.
4145
4146 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4147
4148 * gdb.ada/mi_ref_changeable: New testcase.
4149
4150 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4151
4152 * gdb.base/attach.exp: Add double attach test.
4153
4154 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4155
4156 * lib/gdb.exp (default_gdb_start): Don't match pagination
4157 prompt.
4158 (gdb_init): Set stty_init.
4159
4160 2019-01-27 Tom Tromey <tom@tromey.com>
4161
4162 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4163 skip_python_tests.
4164
4165 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4166
4167 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4168 New structure.
4169 (struct struct_static_02_02): Likewise.
4170 (struct struct_static_02_03): Likewise.
4171 (struct struct_static_02_04): Likewise.
4172 (struct struct_static_04_01): Likewise.
4173 (struct struct_static_04_02): Likewise.
4174 (struct struct_static_04_03): Likewise.
4175 (struct struct_static_04_04): Likewise.
4176 (struct struct_static_06_01): Likewise.
4177 (struct struct_static_06_02): Likewise.
4178 (struct struct_static_06_03): Likewise.
4179 (struct struct_static_06_04): Likewise.
4180 (cmp_struct_static_02_01): Likewise.
4181 (cmp_struct_static_02_02): Likewise.
4182 (cmp_struct_static_02_03): Likewise.
4183 (cmp_struct_static_02_04): Likewise.
4184 (cmp_struct_static_04_01): Likewise.
4185 (cmp_struct_static_04_02): Likewise.
4186 (cmp_struct_static_04_03): Likewise.
4187 (cmp_struct_static_04_04): Likewise.
4188 (cmp_struct_static_06_01): Likewise.
4189 (cmp_struct_static_06_02): Likewise.
4190 (cmp_struct_static_06_03): Likewise.
4191 (cmp_struct_static_06_04): Likewise.
4192 (call_all): Test new structs.
4193 * gdb.base/infcall-nested-structs.exp: Likewise.
4194
4195 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4196 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4197
4198 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4199 * gdb.base/stack-protector.c: New test.
4200 * gdb.base/stack-protector.exp: New file.
4201 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4202 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4203 option.
4204 (gdb_compile): Remove stack protector for GCC and prevent
4205 recursion.
4206
4207 2019-01-16 Keith Seitz <keiths@redhat.com>
4208
4209 PR gdb/23773
4210 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4211
4212 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4213
4214 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4215 aliases.
4216 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4217 tests.
4218 * gdb.arch/powerpc-vector-regs.c: New file.
4219 * gdb.arch/powerpc-vector-regs.exp: New file.
4220
4221 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4222
4223 * gdb.arch/altivec-regs.exp: Fix the list passed to
4224 gdb_expect_list when testing "info vector".
4225
4226 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4227
4228 * gdb.base/style.exp: Don't include path in testname.
4229
4230 2019-01-10 Keith Seitz <keiths@redhat.com>
4231
4232 PR gdb/23712
4233 PR symtab/23010
4234 * gdb.dwarf2/multidictionary.exp: New file.
4235
4236 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4237
4238 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4239 (test_gnuv3_style_demangling): ... this.
4240 (test_lucid_style_demangling): Remove.
4241 (test_arm_style_demangling): Remove.
4242 (test_hp_style_demangling): Remove.
4243 (do_tests): Remove calls to the above.
4244
4245 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4246
4247 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4248 case.
4249
4250 2019-01-06 Tom Tromey <tom@tromey.com>
4251
4252 PR gdb/28155:
4253 * gdb.dwarf2/typedef-void-finish.exp: New file.
4254
4255 2018-12-28 Tom Tromey <tom@tromey.com>
4256 Simon Marchi <simark@simark.ca>
4257
4258 * gdb.base/jit-exec.exp: New file.
4259 * gdb.base/jit-exec.c: New file.
4260 * gdb.base/jit-execd.c: New file.
4261
4262 2018-12-28 Tom Tromey <tom@tromey.com>
4263
4264 * gdb.base/style.exp: Update test to check for address styling.
4265
4266 2018-12-28 Tom Tromey <tom@tromey.com>
4267
4268 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4269 message.
4270
4271 2018-12-28 Tom Tromey <tom@tromey.com>
4272
4273 * gdb.base/style.exp: Add test for version number styling.
4274
4275 2018-12-28 Tom Tromey <tom@tromey.com>
4276
4277 * gdb.base/style.exp: Add test for print_address_symbolic.
4278
4279 2018-12-28 Tom Tromey <tom@tromey.com>
4280
4281 * gdb.base/style.exp: Add test for breakpoint setting.
4282
4283 2018-12-28 Tom Tromey <tom@tromey.com>
4284
4285 * gdb.base/style.exp: Add test for variable names.
4286
4287 2018-12-28 Tom Tromey <tom@tromey.com>
4288
4289 * gdb.base/style.exp: New file.
4290 * gdb.base/style.c: New file.
4291
4292 2018-12-28 Tom Tromey <tom@tromey.com>
4293
4294 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4295 "dumb".
4296 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4297 the TERM environment variable.
4298
4299 2018-12-27 Tom Tromey <tom@tromey.com>
4300
4301 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4302 pagination test.
4303
4304 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4305
4306 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4307 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4308
4309 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4310
4311 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4312 Filename a.adb changed to bp_fun_addr.adb.
4313 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4314
4315 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4316
4317 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4318 non-PIE executables.
4319 * README: Mention the gdb,nopie_flag board setting.
4320 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4321 non-PIE executable.
4322 * gdb.arch/amd64-entry-value.exp: Likewise.
4323 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4324 * gdb.arch/i386-float.exp: Likewise.
4325 * gdb.arch/i386-signal.exp: Likewise.
4326 * gdb.mi/mi-reg-undefined.exp: Likewise.
4327
4328 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4329
4330 PR gdb/23974
4331 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4332
4333 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4334
4335 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4336 Update order of results accordingly.
4337
4338 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4339
4340 * gdb.base/annota1.exp: Update a test regexp.
4341
4342 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4343
4344 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4345
4346 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4347
4348 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4349 (reuse_time): Initialize to REUSE_TIME_CAP.
4350 (check_rc): New function.
4351 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4352 Check pthread_create rc.
4353 (spawner_thread_func): Check pthread_create and pthread_join rc.
4354
4355 2018-12-08 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.base/list.exp (test_forward_search): Rename to ...
4358 (test_forward_reverse_search): ... this. Also test reverse-search
4359 and the forward-search alias.
4360
4361 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4362
4363 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4364 local timeout variable before return, and remove all local timeout
4365 variable entirely.
4366 (gdb_load): Likewise.
4367
4368 2018-12-01 Tom de Vries <tdevries@suse.de>
4369
4370 * gdb.base/gdb-caching-proc.exp: New file.
4371
4372 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4373
4374 * Makefile.in (TIMESTAMP): New variable.
4375 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4376 command.
4377 (check-single-racy): Likewise.
4378 (check/%.exp): Likewise.
4379 (check-racy/%.exp): Likewise.
4380 (workers/%.worker): Likewise.
4381 (build-perf): Likewise.
4382 (check-perf): Likewise.
4383 * README: Describe new "TS" and "TS_FORMAT" variables.
4384 * print-ts.py: New file.
4385
4386 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4387
4388 PR python/23714
4389 * gdb.python/python.exp: Test command repetition after
4390 gdb.execute.
4391
4392 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4395 is correctly aligned.
4396
4397 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4398
4399 * gdb.ada/info_auto_lang.exp: New testcase.
4400 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4401 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4402 * gdb.ada/info_auto_lang/some_c.c: New file.
4403
4404 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4405
4406 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4407 FUNC_lang language syntax.
4408
4409 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4410
4411 * gdb.base/info_minsym.c: New file.
4412 * gdb.base/info_minsym.exp: New file.
4413
4414 2018-11-19 Tom Tromey <tom@tromey.com>
4415
4416 PR rust/23625:
4417 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4418 * gdb.rust/expr.exp: Update expected output. Change one test.
4419
4420 2018-11-19 Tom Tromey <tom@tromey.com>
4421
4422 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4423
4424 2018-11-19 Pedro Alves <palves@redhat.com>
4425
4426 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4427 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4428 see the expected warning.
4429
4430 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4431
4432 PR gdb/22736:
4433 * gdb.cp/infcall-nodebug-lib.c: New test.
4434 * gdb.cp/infcall-nodebug-main.c: New test.
4435 * gdb.cp/infcall-nodebug.exp: New file.
4436
4437 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4438
4439 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4440 completer tests.
4441
4442 2018-11-09 Tom de Vries <tdevries@suse.de>
4443
4444 * gdb.base/msym-lang.c: New test.
4445 * gdb.base/msym-lang.exp: New file.
4446 * gdb.base/msym-lang-main.c: New test.
4447
4448 2018-11-08 Tom Tromey <tom@tromey.com>
4449
4450 PR gdb/23555:
4451 PR gdb/23838:
4452 * gdb.base/warning.exp: New file.
4453
4454 2018-11-08 Jan Beulich <jbeulich@suse.com>
4455
4456 * testsuite/gdb.arch/i386-avx512.c,
4457 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4458
4459 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4460
4461 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4462 point hardware.
4463
4464 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4467 * gdb.dwarf2/missing-type-name.exp: New file.
4468
4469 2018-11-06 Tom de Vries <tdevries@suse.de>
4470
4471 * gdb.base/many-headers.c: New test.
4472 * gdb.base/many-headers.exp: New file.
4473
4474 2018-11-06 Jim Wilson <jimw@sifive.com>
4475
4476 * gdb.base/code_elim.exp: For riscv, set additional_flags
4477 to include -msmall-data-limit=0.
4478
4479 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4480
4481 * gdb.ada/watch_minus_l: New testcase.
4482
4483 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4484
4485 * gdb.arch/aix-sighandle.c: New file.
4486 * gdb.arch/aix-sighandle.exp: New file.
4487
4488 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4489
4490 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4491 registers being unions.
4492
4493 2018-10-31 Tom de Vries <tdevries@suse.de>
4494
4495 * lib/valgrind.exp: New file.
4496 (vgdb_start, vgdb_stop): New procs, factored out of ...
4497 * gdb.base/valgrind-bt.exp: ... here, ...
4498 * gdb.base/valgrind-disp-step.exp: ... here and ...
4499 * gdb.base/valgrind-infcall.exp: ... here.
4500
4501 2018-10-31 Tom de Vries <tdevries@suse.de>
4502
4503 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4504
4505 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4506
4507 * gdb.dwarf2/void-type.c: New file.
4508 * gdb.dwarf2/void-type.exp: New file.
4509
4510 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4511
4512 * gdb.base/info_qt.c: New file.
4513 * gdb.base/info_qt.exp: New file.
4514
4515 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4516
4517 * gdb.arch/powerpc-htm-regs.c: New file.
4518 * gdb.arch/powerpc-htm-regs.exp: New file.
4519
4520 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4521
4522 * gdb.arch/powerpc-tar.c: New file.
4523 * gdb.arch/powerpc-tar.exp: New file.
4524
4525 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4526
4527 * gdb.arch/powerpc-ppr-dscr.c: New file.
4528 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4529
4530 2018-10-25 Tom de Vries <tdevries@suse.de>
4531
4532 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4533
4534 2018-10-24 Tom de Vries <tdevries@suse.de>
4535
4536 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4537 longer exists error.
4538
4539 2018-10-24 Tom de Vries <tdevries@suse.de>
4540
4541 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4542
4543 2018-10-24 Tom de Vries <tdevries@suse.de>
4544
4545 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4546 --db-attach in valgrind.
4547
4548 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4549
4550 * gdb.arch/riscv-reg-aliases.c: New file.
4551 * gdb.arch/riscv-reg-aliases.exp: New file.
4552
4553 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4554
4555 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4556
4557 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4558
4559 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4560
4561 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4562
4563 * gdb.cp/ovldbreak.exp: Fix regexps.
4564
4565 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4566
4567 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4568
4569 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4570
4571 PR cli/23785
4572 * gdb.base/restore.exp: New test to check if "restore" with an
4573 invalid file doesn't segfault.
4574
4575 2018-10-18 Tom de Vries <tdevries@suse.de>
4576
4577 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4578 * gdb.ada/excep_handle.exp: Same.
4579 * gdb.ada/mi_string_access.exp: Same.
4580 * gdb.ada/mi_var_union.exp: Same.
4581 * gdb.arch/arc-analyze-prologue.exp: Same.
4582 * gdb.arch/arc-decode-insn.exp: Same.
4583 * gdb.base/readnever.exp: Same.
4584 * gdb.fortran/printing-types.exp: Same.
4585 * gdb.guile/scm-lazy-string.exp: Same.
4586
4587 2018-10-16 Tom de Vries <tdevries@suse.de>
4588
4589 PR gdb/23730
4590 * gdb.base/catch-follow-exec.c: Add copyright notice.
4591 * gdb.base/catch-follow-exec.exp: Rewrite to use
4592 gdb_spawn_with_cmdline_opts. Require gdb-native.
4593
4594 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4595
4596 * gdb.trace/actions-changed.exp: Check for arch support.
4597 * gdb.trace/actions.exp: Likewise.
4598 * gdb.trace/ax.exp: Likewise.
4599 * gdb.trace/backtrace.exp: Likewise.
4600 * gdb.trace/change-loc.exp: Likewise.
4601 * gdb.trace/deltrace.exp: Likewise.
4602 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4603 * gdb.trace/ftrace.exp: Likewise.
4604 * gdb.trace/infotrace.exp: Check for arch support.
4605 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4606 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4607 * gdb.trace/mi-tsv-changed.exp: Likewise.
4608 * gdb.trace/packetlen.exp: Likewise.
4609 * gdb.trace/passc-dyn.exp: Likewise.
4610 * gdb.trace/passcount.exp: Likewise.
4611 * gdb.trace/pending.exp: Likewise.
4612 * gdb.trace/range-stepping.exp: Check for shlib support.
4613 * gdb.trace/report.exp: Check for arch support.
4614 * gdb.trace/save-trace.exp: Likewise.
4615 * gdb.trace/signal.exp: Check for signal support.
4616 * gdb.trace/tfind.exp: Check for arch support.
4617 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4618 * gdb.trace/trace-common.h: Add comment.
4619 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4620 * gdb.trace/trace-enable-disable.exp: Likewise.
4621 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4622 * gdb.trace/tracecmd.exp: Check for arch support.
4623 * gdb.trace/tspeed.exp: Check for shlib and target support.
4624 * gdb.trace/tstatus.exp: Check for arch support.
4625 * gdb.trace/tsv.exp: Likewise.
4626 * gdb.trace/while-dyn.exp: Likewise.
4627 * gdb.trace/while-stepping.exp: Likewise.
4628 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4629
4630 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4631
4632 * gdb.trace/tspeed.exp: Remove nowarnings.
4633 (prepare_for_trace_test): Declare "global ipalib".
4634 * gdb.trace/tspeed.c: Include unistd.h.
4635 (main): Remove superfluous printf argument.
4636
4637 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4638
4639 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4640 directory prefix on the filename.
4641
4642 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4643
4644 * gdb.gdb/unittest.exp: Update expected message informing that
4645 selftests have been disabled.
4646 * gdb.server/unittest.exp: Likewise.
4647
4648 2018-10-09 Tom de Vries <tdevries@suse.de>
4649
4650 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4651 with runto_main.
4652
4653 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4654
4655 PR c++/16841
4656 * gdb.cp/virtbase2.cc: New file.
4657 * gdb.cp/virtbase2.exp: New file.
4658
4659 2018-10-06 Tom Tromey <tom@tromey.com>
4660
4661 PR python/19399:
4662 * gdb.python/py-inferior.exp: Add architecture test.
4663
4664 2018-10-06 Tom Tromey <tom@tromey.com>
4665
4666 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4667 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4668
4669 2018-10-06 Tom Tromey <tom@tromey.com>
4670
4671 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4672 of a "throw" catchpoint.
4673
4674 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4675
4676 * gdb.base/info-proc.exp: Update string expected from "help info
4677 proc".
4678
4679 2018-10-04 Tom Tromey <tom@tromey.com>
4680
4681 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4682 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4683 (test_initial_complaints, test_empty_complaints): Update.
4684 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4685
4686 2018-10-04 Tom Tromey <tom@tromey.com>
4687
4688 PR cli/19551:
4689 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4690 * lib/gdb.exp (gdb_file_cmd): Update.
4691 * gdb.stabs/weird.exp (print_weird_var): Update.
4692 * gdb.server/solib-list.exp: Update.
4693 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4694 * gdb.mi/mi-cli.exp: Update.
4695 * gdb.linespec/linespec.exp: Update.
4696 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4697 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4698 * gdb.cp/cp-relocate.exp: Update.
4699 * gdb.base/sym-file.exp: Update.
4700 * gdb.base/relocate.exp: Update.
4701 * gdb.base/readnever.exp: Update.
4702 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4703 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4704 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4705 * gdb.base/code_elim.exp: Update.
4706 * gdb.base/break-unload-file.exp (test_break): Update.
4707 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4708 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4709 Update.
4710 * gdb.base/attach.exp (do_attach_tests): Update.
4711 * gdb.base/sepdebug.exp: Update.
4712 * gdb.python/py-section-script.exp: Update.
4713
4714 2018-10-04 Tom Tromey <tom@tromey.com>
4715
4716 PR cli/22234:
4717 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4718 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4719 output.
4720
4721 2018-10-04 Tom Tromey <tom@tromey.com>
4722
4723 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4724 set width and height to 0.
4725 (test_command_line_attach_run): Use -quiet.
4726
4727 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4728
4729 * lib/gdb.exp (skip_ifunc_tests): New.
4730 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4731 other compile failures.
4732 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4733
4734 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4735
4736 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4737 is_amd64_regs_target.
4738
4739 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4740
4741 * gdb.arch/aarch64-sighandler-regs.c: New test.
4742 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4743 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4744
4745 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4746
4747 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4748 assembly.
4749
4750 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4751
4752 * gdb.base/frame-selection.exp: New file.
4753 * gdb.base/frame-selection.c: New file.
4754
4755 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4756
4757 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4758 pthread barrier.
4759 (main): Likewise.
4760
4761 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4762
4763 * gdb.base/large-frame-1.c: New file.
4764 * gdb.base/large-frame-2.c: New file.
4765 * gdb.base/large-frame.exp: New file.
4766 * gdb.base/large-frame.h: New file.
4767
4768 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4769
4770 PR gdb/20948
4771 * gdb.base/write_mem.exp: New test.
4772 * gdb.base/write_mem.c: Likewise.
4773
4774 2018-09-23 Tom Tromey <tom@tromey.com>
4775
4776 PR python/18852:
4777 * gdb.python/py-parameter.exp: Add test for parameter that throws
4778 on "set".
4779
4780 2018-09-23 Tom Tromey <tom@tromey.com>
4781
4782 PR python/17284:
4783 * gdb.python/py-template.exp (test_template_arg): Add test for
4784 negative template argument number.
4785
4786 2018-09-23 Tom Tromey <tom@tromey.com>
4787
4788 PR python/14062:
4789 * gdb.python/python.exp: Add test for post_event error.
4790
4791 2018-09-23 Tom Tromey <tom@tromey.com>
4792
4793 PR python/18170:
4794 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4795 convert pointers to int and long.
4796
4797 2018-09-23 Tom Tromey <tom@tromey.com>
4798
4799 PR python/20126:
4800 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4801 signed-ness conversion tests.
4802
4803 2018-09-23 Tom Tromey <tom@tromey.com>
4804
4805 PR python/18352;
4806 * gdb.python/py-value.exp (test_float_conversion): New proc.
4807 Use it.
4808
4809 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4810
4811 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4812
4813 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4814
4815 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4816 no readline.
4817 * gdb.base/utf8-identifiers.exp: Likewise.
4818 * gdb.cp/cpcompletion.exp: Likewise.
4819 * gdb.linespec/cpcompletion.exp: Likewise.
4820 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4821 * gdb.linespec/cpls-ops.exp: Likewise.
4822
4823 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4824 Chris January <chris.january@arm.com>
4825
4826 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4827 * gdb.fortran/short-circuit-argument-list.exp: New file.
4828 * gdb.fortran/short-circuit-argument-list.f90: New test.
4829
4830 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4831
4832 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4833 "arch=" keyword when executing "-stack-list-frames".
4834
4835 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4836
4837 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4838 "arch=" keyword when executing "-stack-list-frames".
4839
4840 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4841
4842 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4843 break ada".
4844
4845 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4846
4847 PR python/23669
4848 * gdb.python/python.exp: Test gdb.execute("show commands").
4849
4850 2018-09-16 Tom Tromey <tom@tromey.com>
4851
4852 * gdb.base/new-ui.exp (do_execution_tests): Update.
4853 * gdb.base/dbx.exp (test_breakpoints): Update.
4854
4855 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4856
4857 * lib/gdb.exp (gdb_simple_compile): Add proc.
4858 (is_elf_target): Use gdb_simple_compile.
4859 (skip_altivec_tests): Likewise.
4860 (skip_vsx_tests): Likewise.
4861 (skip_tsx_tests): Likewise.
4862 (skip_btrace_tests): Likewise.
4863 (skip_btrace_pt_tests): Likewise.
4864 (gdb_can_simple_compile): Likewise.
4865 (gdb_has_argv0): Likewise.
4866 (gdb_target_symbol_prefix): Likewise.
4867 (target_supports_scheduler_locking): Likewise.
4868
4869 2018-09-13 Tom Tromey <tom@tromey.com>
4870
4871 * Makefile.in (TAGS): Recognize proc_with_prefix and
4872 gdb_caching_proc.
4873
4874 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4875
4876 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4877 method.
4878
4879 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4880
4881 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4882 and a few other Inferior properties when the Inferior is no
4883 longer valid.
4884
4885 2018-09-13 Tom Tromey <tom@tromey.com>
4886
4887 PR rust/23650:
4888 * gdb.rust/simple.exp: Add test for enum field access error.
4889
4890 2018-09-13 Tom Tromey <tom@tromey.com>
4891
4892 PR rust/23626:
4893 * gdb.rust/simple.rs (EmptyEnum): New type.
4894 (main): Use it.
4895 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4896
4897 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4898
4899 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4900 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4901 * gdb.python/py-symtab.exp: Update test printing an objfile.
4902
4903 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4904
4905 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4906 object.
4907
4908 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4909
4910 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4911 (support_complex_tests): Use gdb_can_simple_compile.
4912 (is_ilp32_target): Likewise.
4913 (is_lp64_target): Likewise.
4914 (is_64_target): Likewise.
4915 (is_amd64_regs_target): Likewise.
4916 (is_aarch32_target): Likewise.
4917 (gdb_int128_helper): Likewise.
4918
4919 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4920
4921 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4922
4923 2018-09-10 Jerome Guitton <guitton@adacore.com>
4924
4925 * gdb.ada/same_component_name: Add test for case of tagged record
4926 with variable-length fields.
4927
4928 2018-09-10 Xavier Roirand <roirand@adacore.com>
4929
4930 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4931 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4932 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4933 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4934
4935 2018-09-10 Xavier Roirand <roirand@adacore.com>
4936
4937 * gdb.ada/mi_string_access.exp: New testcase.
4938 * gdb.ada/mi_string_access/bar.adb: New file.
4939 * gdb.ada/mi_string_access/pck.adb: New file.
4940 * gdb.ada/mi_string_access/pck.asd: New file.
4941
4942 2018-09-10 Xavier Roirand <roirand@adacore.com>
4943
4944 * gdb.ada/mi_var_union.exp: New testcase.
4945 * gdb.ada/mi_var_union/bar.adb: New file.
4946 * gdb.ada/mi_var_union/pck.adb: New file.
4947 * gdb.ada/mi_var_union/pck.asd: New file.
4948
4949 2018-09-08 Tom Tromey <tom@tromey.com>
4950
4951 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4952
4953 2018-09-08 Tom Tromey <tom@tromey.com>
4954
4955 PR python/16047:
4956 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4957 (register_pretty_printers): Register new printer.
4958 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4959 test.
4960 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4961 (an_int_type3): New global.
4962
4963 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4964
4965 * gdb.ada/expr_with_funcall: New testcase.
4966
4967 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4968
4969 * gdb.ada/packed_array_assign: New testcase.
4970
4971 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4972
4973 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4974 names, and add test prefixes to make test names unique.
4975
4976 2018-09-05 Tom de Vries <tdevries@suse.de>
4977
4978 * gdb.dwarf2/varval.exp: Add test.
4979
4980 2018-09-04 Gary Benson <gbenson@redhat.com>
4981
4982 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4983 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4984
4985 2018-08-31 Tom Tromey <tom@tromey.com>
4986
4987 * gdb.rust/simple.rs: Rename second variable "v".
4988
4989 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.base/funcargs.c (use_a): New function.
4992 (recurse): Call use_a.
4993
4994 2018-08-29 Keith Seitz <keiths@redhat.com>
4995
4996 * gdb.compile/compile-cplus-anonymous.cc: New file.
4997 * gdb.compile/compile-cplus-anonymous.exp: New file.
4998 * gdb.compile/compile-cplus-array-decay.cc: New file.
4999 * gdb.compile/compile-cplus-array-decay.exp: New file.
5000 * gdb.compile/compile-cplus-inherit.cc: New file.
5001 * gdb.compile/compile-cplus-inherit.exp: New file.
5002 * gdb.compile/compile-cplus-member.cc: New file.
5003 * gdb.compile/compile-cplus-member.exp: New file.
5004 * gdb.compile/compile-cplus-method.cc: New file.
5005 * gdb.compile/compile-cplus-method.exp: New file.
5006 * gdb.compile/compile-cplus-mod.c: "New" file.
5007 * gdb.compile/compile-cplus-namespace.cc: New file.
5008 * gdb.compile/compile-cplus-namespace.exp: New file.
5009 * gdb.compile/compile-cplus-nested.cc: New file.
5010 * gdb.compile/compile-cplus-nested.exp: New file.
5011 * gdb.compile/compile-cplus-print.c: "New" file.
5012 * gdb.compile/compile-cplus-print.exp: "New" file.
5013 * gdb.compile/compile-cplus-virtual.cc: New file.
5014 * gdb.compile/compile-cplus-virtual.exp: New file.
5015 * gdb.compile/compile-cplus.c: "New" file.
5016 * gdb.compile/compile-cplus.exp: "New" file.
5017 * lib/compile-support.exp: New file.
5018
5019 2018-08-16 Gary Benson <gbenson@redhat.com>
5020
5021 PR gdb/13000:
5022 * gdb.base/batch-exit-status.exp: New file.
5023 * gdb.base/batch-exit-status.good-commands: Likewise.
5024 * gdb.base/batch-exit-status.bad-commands: Likewise.
5025
5026 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5027
5028 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5029 (struct struct02): Likewise.
5030 (struct struct03): Likewise.
5031 (struct struct04): Likewise.
5032 (struct struct_01_01): New struct.
5033 (struct struct_01_02): Likewise.
5034 (struct struct_01_03): Likewise.
5035 (struct struct_01_04): Likewise.
5036 (struct struct_02_01): Likewise.
5037 (struct struct_02_02): Likewise.
5038 (struct struct_02_03): Likewise.
5039 (struct struct_02_04): Likewise.
5040 (struct struct_04_01): Likewise.
5041 (struct struct_04_02): Likewise.
5042 (struct struct_04_03): Likewise.
5043 (struct struct_04_04): Likewise.
5044 (struct struct_05_01): Likewise.
5045 (struct struct_05_02): Likewise.
5046 (struct struct_05_03): Likewise.
5047 (struct struct_05_04): Likewise.
5048 (cmp_struct01): Remove function.
5049 (cmp_struct02): Likewise.
5050 (cmp_struct03): Likewise.
5051 (cmp_struct04): Likewise.
5052 (cmp_struct_01_01): Add Function.
5053 (cmp_struct_01_02): Likewise.
5054 (cmp_struct_01_03): Likewise.
5055 (cmp_struct_01_04): Likewise.
5056 (cmp_struct_02_01): Likewise.
5057 (cmp_struct_02_02): Likewise.
5058 (cmp_struct_02_03): Likewise.
5059 (cmp_struct_02_04): Likewise.
5060 (cmp_struct_04_01): Likewise.
5061 (cmp_struct_04_02): Likewise.
5062 (cmp_struct_04_03): Likewise.
5063 (cmp_struct_04_04): Likewise.
5064 (cmp_struct_05_01): Likewise.
5065 (cmp_struct_05_02): Likewise.
5066 (cmp_struct_05_03): Likewise.
5067 (cmp_struct_05_04): Likewise.
5068 (call_all): Add new structs.
5069 * gdb.base/infcall-nested-structs.exp: Likewise.
5070
5071 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5072
5073 * gdb.python/py-framefilter-mi.exp: Update regexp to
5074 check for "arch" field in frame output.
5075
5076 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5077
5078 * gdb.dwarf2/dw2-ranges-func.c: New file.
5079 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5080
5081 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5082
5083 * gdb.base/term.exp: Compare terminal settings with values from
5084 the inferior.
5085 * gdb.base/term.c: Get and set terminal settings.
5086
5087 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5088
5089 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5090 accommodate new "arch" field in frame output.
5091 * gdb.mi/mi-return.exp: Likewise.
5092 * gdb.mi/mi-stack.exp: Likewise.
5093 * gdb.mi/mi-syn-frame.exp: Likewise.
5094 * gdb.mi/user-selected-context-sync.exp: Likewise.
5095
5096 2018-08-19 Michael Spang <spang@google.com>
5097
5098 PR gdb/11786
5099 * gdb.base/gcore-tls-pie.c: New file.
5100 * gdb.base/gcore-tls-pie.exp: New file.
5101
5102 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5103
5104 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5105 * gdb.dwarf2/varval.c: New file.
5106 * gdb.dwarf2/varval.exp: New file.
5107
5108 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5109
5110 PR gdb/18931
5111 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5112
5113 2018-08-16 Keith Seitz <keiths@redhat.com>
5114
5115 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5116 tests expected to pass.
5117
5118 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5119
5120 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5121 -data-disassemble -a.
5122 (test_disassembly_bogus_args): Likewise.
5123
5124 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5125
5126 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5127
5128 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5129
5130 * gdb.base/vla-optimized-out.exp: Add new test.
5131
5132 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5133
5134 * gdb.base/vla-optimized-out-o3.exp: Delete.
5135 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5136 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5137 deleted tests.
5138
5139 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5140
5141 PR gdb/18050:
5142 * gdb.server/extended-remote-restart.c: New file.
5143 * gdb.server/extended-remote-restart.exp: New file.
5144
5145 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5146
5147 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5148 "set variable index = 42".
5149
5150 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5151
5152 * boards/index-cache-gdb.exp: New file.
5153 * gdb.dwarf2/index-cache.exp: New file.
5154 * gdb.dwarf2/index-cache.c: New file.
5155 * gdb.base/maint.exp: Check if we are using the index cache.
5156
5157 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5158
5159 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5160 MAKEFLAGS.
5161
5162 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5163
5164 * dg-extract-results.sh: Move to toplevel contrib.
5165 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5166 * Makefile.in (check-parallel-racy): Likewise.
5167
5168 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5169
5170 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5171 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5172 tests if the target supports scheduler locking.
5173
5174 2018-08-04 Tom de Vries <tdevries@suse.de>
5175
5176 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5177
5178 2018-08-02 Tom Tromey <tom@tromey.com>
5179
5180 PR symtab/16842.
5181 * gdb.cp/temargs.exp: Test "info address" of a template
5182 parameter.
5183
5184 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5185
5186 * gdb.python/py-mi-var-info-path-expression.c: New file.
5187 * gdb.python/py-mi-var-info-path-expression.py: New file.
5188 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5189
5190 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5191
5192 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5193 error after "cannot resolve name" string.
5194
5195 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5196
5197 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5198 started.
5199 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5200
5201 2018-07-28 Tom de Vries <tdevries@suse.de>
5202
5203 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5204
5205 2018-07-26 Tom de Vries <tdevries@suse.de>
5206
5207 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5208
5209 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5210
5211 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5212 is visible.
5213
5214 2018-07-26 Tom de Vries <tdevries@suse.de>
5215
5216 PR breakpoints/23366
5217 * gdb.base/catch-follow-exec.c: New test.
5218 * gdb.base/catch-follow-exec.exp: New file.
5219
5220 2018-07-25 Tom de Vries <tdevries@suse.de>
5221
5222 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5223 vla-optimized-out.c.
5224
5225 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5226
5227 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5228 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5229
5230 2018-07-20 Tom de Vries <tdevries@suse.de>
5231
5232 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5233 NOCLONE macro.
5234 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5235
5236 2018-07-19 Tom de Vries <tdevries@suse.de>
5237
5238 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5239 regular expression.
5240
5241 2018-07-18 Tom de Vries <tdevries@suse.de>
5242
5243 * gdb.base/vla-optimized-out.c: New test.
5244 * gdb.base/vla-optimized-out.exp: New file.
5245
5246 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5247
5248 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5249 message "No address associated with hostname" when gdbserver
5250 cannot resolve the hostname.
5251
5252 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5253
5254 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5255 Add some test prefixes to make tests unique.
5256
5257 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5258
5259 * gdb.base/frameapply.c: New file.
5260 * gdb.base/frameapply.exp: New file.
5261
5262 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5263
5264 * gdb.base/skip.exp: Update expected error message.
5265
5266 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5267 Jan Kratochvil <jan.kratochvil@redhat.com>
5268 Paul Fertser <fercerpav@gmail.com>
5269 Tsutomu Seki <sekiriki@gmail.com>
5270
5271 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5272 parameter.
5273 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5274 by default.
5275 * boards/native-gdbserver.exp: Likewise.
5276 * gdb.server/run-without-local-binary.exp: Improve regexp used
5277 for detecting when a remote debugging connection succeeds.
5278 * gdb.server/server-connect.exp: New file.
5279 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5280 Do not prefix the port number with ":".
5281 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5282 support for detecting and using it. Add '$debughost_gdbserver'
5283 to the list of arguments used to start gdbserver. Handle case
5284 when gdbserver cannot resolve a network name.
5285
5286 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5287
5288 PR c++/23373
5289 * gdb.base/ptype-offsets.cc (struct static_member): New
5290 struct.
5291 (main) <stmember>: New variable.
5292 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5293 with a static member in it.
5294
5295 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5296
5297 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5298 watchpoints enabled and disabled.
5299
5300 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5301
5302 * gdb.base/examine-backward.exp: Still run tests around address
5303 0x0, even if address 0x0 is not readable. Update the pattern for
5304 matching address 0x0 in expected output.
5305
5306 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5307
5308 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5309 malloc/free.
5310
5311 2018-07-04 Tom de Vries <tdevries@suse.de>
5312
5313 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5314
5315 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5316
5317 PR tdep/8282
5318 * gdb.arch/mips-disassembler-options.exp: New test.
5319 * gdb.arch/mips-disassembler-options.s: New test source.
5320
5321 2018-06-29 Pedro Alves <palves@redhat.com>
5322
5323 * gdb.threads/names.exp: Adjust expected "info threads" output.
5324
5325 2018-06-29 Pedro Alves <palves@redhat.com>
5326
5327 * gdb.opt/inline-break.exp (line number, address): Add "info
5328 break" tests.
5329
5330 2018-06-29 Pedro Alves <palves@redhat.com>
5331
5332 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5333 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5334 number and address and running to them.
5335
5336 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5337
5338 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5339
5340 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5341
5342 * lib/compiler.c: Remove executable permission flag.
5343
5344 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5345
5346 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5347 code.
5348 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5349
5350 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5351
5352 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5353
5354 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5355
5356 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5357 address argument is omitted.
5358
5359 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5360
5361 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5362
5363 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5364
5365 PR gdb/21695
5366 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5367 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5368
5369 2018-06-26 Tom Tromey <tom@tromey.com>
5370
5371 PR rust/22574:
5372 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5373 * gdb.rust/simple.rs (struct SimpleLayout): New.
5374
5375 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5376
5377 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5378 "info registers" output.
5379
5380 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5381
5382 * gdb.base/watchpoint-hw-attach.c: New test.
5383 * gdb.base/watchpoint-hw-attach.exp: New file.
5384
5385 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5386
5387 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5388 through /bin/sh.
5389 * boards/dwarf4-gdb-index.exp: Likewise.
5390 * boards/fission-dwp.exp: Likewise.
5391
5392 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5393
5394 * gdb.base/float128.exp: Add comment and improved fail message
5395 to the failure case of "print large128" test.
5396
5397 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5398
5399 * configure.ac: Remove AC_PREREQ.
5400 * configure: Re-generate.
5401
5402 2018-06-19 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5405 (func_extern_caller): New.
5406 (main): Call func_extern_caller.
5407 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5408 logic change.
5409
5410 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5411
5412 PR gdb/16841
5413 * gdb.cp/typedef-base.cc: New file.
5414 * gdb.cp/typedef-base.exp: New file.
5415
5416 2018-06-18 Tom de Vries <tdevries@suse.de>
5417
5418 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5419
5420 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5421 Richard Bunt <Richard.Bunt@arm.com>
5422
5423 * gdb.threads/attach-slow-waitpid.c: New file.
5424 * gdb.threads/attach-slow-waitpid.exp: New file.
5425 * gdb.threads/slow-waitpid.c: New file.
5426
5427 2018-06-14 Pedro Alves <palves@redhat.com>
5428
5429 * gdb.base/fork-running-state.c: Include <errno.h>.
5430 (exit_if_relative_exits): New.
5431 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5432 exits.
5433 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5434 child exits.
5435
5436 2018-06-14 Tom de Vries <tdevries@suse.de>
5437
5438 PR cli/22573
5439 * gdb.base/finish-pretty.c: New test.
5440 * gdb.base/finish-pretty.exp: New file.
5441
5442 2018-06-14 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5445 gdb's expected startup output.
5446
5447 2018-06-14 Pedro Alves <palves@redhat.com>
5448
5449 * lib/selftest-support.exp (selftest_setup): Remove inlined
5450 function handling.
5451
5452 2018-06-14 Tom de Vries <tdevries@suse.de>
5453
5454 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5455 matching of breakpoint printing.
5456
5457 2018-06-13 Tom de Vries <tdevries@suse.de>
5458
5459 PR testsuite/23269
5460 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5461 (fork_child): ... here, and ...
5462 (fork_parent): ... here.
5463
5464 2018-06-12 Tom de Vries <tdevries@suse.de>
5465
5466 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5467
5468 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5469 Stephen Roberts <stephen.roberts@arm.com>
5470
5471 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5472 rewrite test to describe action performed, rather than possible
5473 failure.
5474
5475 2018-06-08 Gary Benson <gbenson@redhat.com>
5476
5477 * gdb.threads/check-libthread-db.exp: New file.
5478 * gdb.threads/check-libthread-db.c: Likewise.
5479
5480 2018-06-05 Tom Tromey <tom@tromey.com>
5481
5482 * gdb.base/default.exp: Update expected "show version" output.
5483
5484 2018-06-05 Tom Tromey <tom@tromey.com>
5485
5486 PR cli/12326:
5487 * gdb.cp/static-print-quit.exp: Update.
5488 * lib/gdb.exp (pagination_prompt): Update.
5489 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5490 * gdb.python/python.exp: Update.
5491
5492 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5493
5494 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5495
5496 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5497
5498 * gdb.ada/bp_fun_addr: New testcase.
5499
5500 2018-06-01 Tom Tromey <tom@tromey.com>
5501
5502 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5503 results.
5504 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5505 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5506 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5507 * gdb.base/maint.exp (maint_pass_if): Update.
5508
5509 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5510
5511 * gdb.base/endian.exp: New test.
5512 * gdb.base/endian.c: New test source.
5513
5514 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5515
5516 PR gdb/23203
5517 * gdb.base/bt-selected-frame.c: New file.
5518 * gdb.base/bt-selected-frame.exp: New file.
5519 * lib/gdb.exp (get_current_frame_number): New function.
5520
5521 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5522 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.threads/tls-core.c: Include <stdlib.h>
5525 (thread_proc): Call `abort'.
5526 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5527 (tls_core_test): New procedure, bits factored out from ...
5528 (top level): ... here. Test both native cores and gcore cores.
5529
5530 2018-05-23 Tom Tromey <tom@tromey.com>
5531
5532 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5533
5534 2018-05-23 Tom Tromey <tom@tromey.com>
5535
5536 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5537 symfile_complaints.
5538 (test_short_complaints): Likewise.
5539 (test_empty_complaints): Likewise.
5540 (test_initial_complaints): Update.
5541
5542 2018-05-23 Tom Tromey <tom@tromey.com>
5543
5544 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5545
5546 2018-05-23 Tom Tromey <tom@tromey.com>
5547
5548 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5549 (test_short_complaints): Update.
5550
5551 2018-05-22 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.base/remote.exp: Only gdb_start after compiling the
5554 testcase. Issue "disconnect" before testing "set remote" command
5555 defaults. Issue clean_restart before running to main.
5556
5557 2018-05-22 Pedro Alves <palves@redhat.com>
5558
5559 * gdb.base/remote.exp: Adjust expected output of "show remote
5560 memory-write-packet-size". Add tests for "set remote
5561 memory-write-packet-size 0" and "set remote
5562 memory-write-packet-size fixed/limit".
5563
5564 2018-05-22 Pedro Alves <palves@redhat.com>
5565
5566 PR gdb/22973
5567 * gdb.base/utf8-identifiers.c: New file.
5568 * gdb.base/utf8-identifiers.exp: New file.
5569
5570 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5571
5572 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5573
5574 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5575
5576 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5577
5578 2018-05-18 Tom Tromey <tom@tromey.com>
5579
5580 * gdb.base/ptype-offsets.exp: Update.
5581
5582 2018-05-17 Keith Seitz <keiths@redhat.com>
5583
5584 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5585 in expected breakpoint stop locations.
5586 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5587 move to proper scope to test variable values.
5588 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5589 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5590 New functions.
5591 (main): Call not_inline_func3.
5592 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5593 inline_func1, inline_func2, and inline_func3. Test that when each
5594 breakpoint is hit, GDB properly reports both the stop location
5595 and the backtrace. Repeat tests for temporary breakpoints.
5596
5597 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5598
5599 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5600 rather then trying to access it in determining whether the PID
5601 of `gdbserver' could have been retrieved.
5602
5603 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5604
5605 * gdb.arch/amd64-init-x87-values.S: New file.
5606 * gdb.arch/amd64-init-x87-values.exp: New file.
5607
5608 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5609
5610 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5611
5612 2018-05-04 Tom Tromey <tom@tromey.com>
5613
5614 PR python/22730:
5615 * gdb.python/python.exp: Test multi-line execute.
5616
5617 2018-05-04 Tom Tromey <tom@tromey.com>
5618
5619 PR python/22731:
5620 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5621
5622 2018-05-04 Tom Tromey <tom@tromey.com>
5623
5624 PR gdb/11750:
5625 * gdb.base/define.exp: Test defining a user command inside a user
5626 command.
5627 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5628
5629 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5630 Pedro Alves <palves@redhat.com>
5631
5632 PR breakpoints/19806 and support for PR external/20207.
5633 * gdb.base/watchpoint-unaligned.c: New file.
5634 * gdb.base/watchpoint-unaligned.exp: New file.
5635
5636 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5637
5638 * gdb.base/maint.exp: Make test names unique, use
5639 test_prefix_command_help to test 'help maint info', and remove
5640 repeated test of 'help maint'.
5641
5642 2018-05-04 Tom Tromey <tom@tromey.com>
5643
5644 PR gdb/22619:
5645 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5646 behavior.
5647
5648 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5649
5650 * gdb.base/maint.exp: Process output from 'maint print registers'
5651 line at a time.
5652
5653 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5654
5655 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5656 timeout.
5657
5658 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5659
5660 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5661 filter pattern.
5662
5663 2018-05-02 Pedro Alves <palves@redhat.com>
5664
5665 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5666 to_log_command renames.
5667 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5668
5669 2018-05-02 Tom Tromey <tom@tromey.com>
5670
5671 * gdb.python/py-parameter.exp: Set test message.
5672
5673 2018-05-02 Tom Tromey <tom@tromey.com>
5674
5675 PR python/20084:
5676 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5677 PARAM_ZUINTEGER_UNLIMITED tests.
5678
5679 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5680
5681 PR rust/23124
5682 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5683 when casting.
5684
5685 2018-04-30 Tom Tromey <tom@tromey.com>
5686
5687 * gdb.python/py-type.exp: Check align attribute.
5688 * gdb.python/py-type.c: New "aligncheck" global.
5689
5690 2018-04-30 Tom Tromey <tom@tromey.com>
5691
5692 PR exp/17095:
5693 * gdb.dwarf2/dw2-align.exp: New file.
5694 * gdb.cp/align.exp: New file.
5695 * gdb.base/align.exp: New file.
5696 * lib/gdb.exp (gdb_int128_helper): New proc.
5697 (has_int128_c, has_int128_cxx): New caching procs.
5698
5699 2018-04-27 Tom Tromey <tom@tromey.com>
5700
5701 PR rust/22545:
5702 * gdb.rust/simple.exp: Add inclusive range tests.
5703
5704 2018-04-26 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5707 ifunc breakpoint locations correctly of ifunc breakpoints set
5708 while the program resolves the ifunc.
5709
5710 2018-04-26 Pedro Alves <palves@redhat.com>
5711
5712 * gdb.base/gnu-ifunc-final.c: New file.
5713 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5714 * gdb.base/gnu-ifunc.exp (executable): Delete.
5715 (staticexecutable): Adjust.
5716 (lib_opts, exec_opts): Delete.
5717 (make_binsuffix, build, set-break): New procedures.
5718 (misc_tests): New, with tests factored out from the top level.
5719 (top level): Test different combinations of ifunc resolver name,
5720 resolver with and with debug info, and ifunc target with and
5721 without debug info. Wrap static tests with with_target_prefix.
5722
5723 2018-04-26 Pedro Alves <palves@redhat.com>
5724
5725 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5726 return type" warnings.
5727
5728 2018-04-25 Pedro Alves <palves@redhat.com>
5729
5730 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5731 killed".
5732 * gdb.base/kill-after-signal.exp: Likewise.
5733 * gdb.threads/kill.exp: Likewise.
5734
5735 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5736 Sergio Durigan Junior <sergiodj@redhat.com>
5737 Pedro Alves <palves@redhat.com>
5738
5739 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5740 regexps to expect for '[Inferior ... detached]' as well.
5741 * gdb.base/attach.exp: Likewise.
5742 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5743 "gdb_continue_to_end".
5744 (test_catch_syscall_with_wrong_args): Likewise.
5745 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5746 ']'. Don't set 'verbose' on.
5747 * gdb.base/foll-vfork.exp: Likewise.
5748 * gdb.base/fork-print-inferior-events.c: New file.
5749 * gdb.base/fork-print-inferior-events.exp: New file.
5750 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5751 '[Inferior ... has been killed]' message.
5752 * gdb.base/kill-after-signal.exp: Likewise.
5753 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5754 detach message.
5755 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5756 message.
5757 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5758 regexps to expect for '[Inferior ... detached]' as well.
5759 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5760
5761 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5762
5763 PR gdb/23104
5764 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5765
5766 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5767
5768 PR gdb/23095
5769 * gdb.base/break-probes.exp: Pass shlib_load to
5770 prepare_for_testing. Set normal_bp to r_debug_state if target is
5771 bsd.
5772
5773 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5774
5775 * gdb.threads/multiple-successive-infcall.c: New test.
5776 * gdb.threads/multiple-successive-infcall.exp: New file.
5777
5778 2018-04-17 Tom Tromey <tom@tromey.com>
5779
5780 * gdb.rust/simple.rs (Union): New type.
5781 (main): New local "u".
5782 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5783
5784 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5785
5786 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5787 number information in output of "whereis" command.
5788 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5789
5790 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5791
5792 * gdb.ada/info_types.exp: Adjust expected output to the line
5793 numbers now printed by "info var/func/type".
5794 * gdb.base/completion.exp: Likewise.
5795 * gdb.base/included.exp: Likewise.
5796 * gdb.cp/cp-relocate.exp: Likewise.
5797 * gdb.cp/cplusfuncs.exp: Likewise.
5798 * gdb.cp/namespace.exp: Likewise.
5799 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5800
5801 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5802
5803 * gdb.btrace/cpu.exp: New.
5804
5805 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5806
5807 * gdb.base/step-indirect-call-thunk.exp: New.
5808 * gdb.base/step-indirect-call-thunk.c: New.
5809 * gdb.reverse/step-indirect-call-thunk.exp: New.
5810 * gdb.reverse/step-indirect-call-thunk.c: New.
5811
5812 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5813
5814 * gdb.base/pie-fork.c: New file.
5815 * gdb.base/pie-fork.exp: New file.
5816
5817 2018-04-11 Tom Tromey <tom@tromey.com>
5818
5819 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5820
5821 2018-04-10 Pedro Alves <palves@redhat.com>
5822
5823 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5824 exits. Instead loop running forever.
5825 (fork_parent): Run forever too.
5826
5827 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5828
5829 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5830 mi_continue_to_line.
5831 * gdb.mi/mi-stack.c (callee4): Add comment.
5832
5833 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5834
5835 * gdb.mi/mi-stack.exp: Fix indentation.
5836
5837 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5838
5839 PR gdb/22979
5840 * gdb.arch/amd64-osabi.exp: New file.
5841
5842 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5843
5844 PR gdb/22980
5845 * gdb.base/osabi.exp: New file.
5846
5847 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5848
5849 * gdb.cp/static-typedef-print.exp: New file.
5850 * gdb.cp/static-typedef-print.cc: New file.
5851
5852 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5853
5854 * gdb.ada/varsize_limit: New testcase.
5855
5856 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5857
5858 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5859
5860 * gdb.ada/notcplusplus: New testcase.
5861
5862 * gdb.base/c-linkage-name.c: New file.
5863 * gdb.base/c-linkage-name.exp: New testcase.
5864
5865 2018-03-26 Tom Tromey <tom@tromey.com>
5866
5867 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5868 * gdb.python/py-framefilter.py (name_error): New global.
5869 (ErrorInName.function): Use name_error.
5870
5871 2018-03-26 Tom Tromey <tom@tromey.com>
5872
5873 PR backtrace/15582:
5874 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5875
5876 2018-03-23 Keith Seitz <keiths@redhat.com>
5877
5878 PR c++/22968
5879 * gdb.cp/subtypes.exp: New file.
5880 * gdb.cp/subtypes.h: New file.
5881 * gdb.cp/subtypes.cc: New file.
5882 * gdb.cp/subtypes-2.cc: New file.
5883
5884 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5885
5886 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5887 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5888 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5889 -nostartfiles when compiling the test. Confirm that all registers
5890 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5891
5892 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5893
5894 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5895 option, syntax was wrong anyway.
5896 * gdb.arch/arm-disp-step.exp: Likewise.
5897 * gdb.arch/sparc64-regs.exp: Likewise.
5898 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5899 option, syntax was wrong anyway, switch to use
5900 prepare_for_testing.
5901 * gdb.arch/i386-disp-step.exp: Likewise.
5902
5903 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5904
5905 * gdb.ada/exec_changed.exp: Replace "target_info exists
5906 use_gdb_stub" by "use_gdb_stub".
5907 * gdb.ada/start.exp: Likewise.
5908 * gdb.base/async-shell.exp: Likewise.
5909 * gdb.base/attach-pie-misread.exp: Likewise.
5910 * gdb.base/attach-wait-input.exp: Likewise.
5911 * gdb.base/break-entry.exp: Likewise.
5912 * gdb.base/break-interp.exp: Likewise.
5913 * gdb.base/dprintf-detach.exp: Likewise.
5914 * gdb.base/nostdlib.exp: Likewise.
5915 * gdb.base/solib-nodir.exp: Likewise.
5916 * gdb.base/statistics.exp: Likewise.
5917 * gdb.base/testenv.exp: Likewise.
5918 * gdb.mi/mi-exec-run.exp: Likewise.
5919 * gdb.mi/mi-start.exp: Likewise.
5920 * gdb.multi/dummy-frame-restore.exp: Likewise.
5921 * gdb.multi/multi-arch-exec.exp: Likewise.
5922 * gdb.multi/multi-arch.exp: Likewise.
5923 * gdb.multi/tids.exp: Likewise.
5924 * gdb.multi/watchpoint-multi.exp: Likewise.
5925 * gdb.python/py-events.exp: Likewise.
5926 * gdb.threads/attach-into-signal.exp: Likewise.
5927 * gdb.threads/attach-stopped.exp: Likewise.
5928 * gdb.threads/threadapply.exp: Likewise.
5929 * lib/selftest-support.exp: Likewise.
5930
5931 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5932
5933 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5934
5935 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5936
5937 * gdb.perf/template-breakpoints.cc: New file.
5938 * gdb.perf/template-breakpoints.exp: New file.
5939 * gdb.perf/template-breakpoints.py: New file.
5940
5941 2018-03-19 Tom Tromey <tom@tromey.com>
5942
5943 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5944 y0.
5945 * gdb.rust/simple.exp: Test bare identifier form of struct
5946 initializer.
5947
5948 2018-03-19 Tom Tromey <tom@tromey.com>
5949
5950 * gdb.gdb/observer.exp: Remove.
5951
5952 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5953
5954 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5955 "qualified" option when setting breakpoints.
5956 * gdb.trace/backtrace.exp: Likewise.
5957 * gdb.trace/circ.exp: Likewise.
5958 * gdb.trace/collection.exp: Likewise.
5959 * gdb.trace/disconnected-tracing.exp: Likewise.
5960 * gdb.trace/ftrace-lock.exp: Likewise.
5961 * gdb.trace/ftrace.exp: Likewise.
5962 * gdb.trace/infotrace.exp: Likewise.
5963 * gdb.trace/packetlen.exp: Likewise.
5964 * gdb.trace/passc-dyn.exp: Likewise.
5965 * gdb.trace/qtro.exp: Likewise.
5966 * gdb.trace/read-memory.exp: Likewise.
5967 * gdb.trace/report.exp: Likewise.
5968 * gdb.trace/signal.exp: Likewise.
5969 * gdb.trace/status-stop.exp: Likewise.
5970 * gdb.trace/strace.exp: Likewise.
5971 * gdb.trace/tfind.exp: Likewise.
5972 * gdb.trace/trace-break.exp: Likewise.
5973 * gdb.trace/trace-condition.exp: Likewise.
5974 * gdb.trace/trace-mt.exp: Likewise.
5975 * gdb.trace/tstatus.exp: Likewise.
5976 * gdb.trace/tsv.exp: Likewise.
5977 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5978 * gdb.trace/unavailable.exp: Likewise.
5979 * gdb.trace/while-dyn.exp: Likewise.
5980
5981 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5982
5983 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5984 that libinproctrace is copied to the target.
5985
5986 2018-03-14 Tom Tromey <tom@tromey.com>
5987
5988 PR cli/14977:
5989 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5990 a null pointer.
5991 * gdb.base/wchar.exp: Likewise.
5992
5993 2018-03-14 Tom Tromey <tom@tromey.com>
5994
5995 PR cli/19918:
5996 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5997 flag.
5998
5999 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6000
6001 PR gdb/22841
6002 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6003 "target" to remote_exec.
6004
6005 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6006
6007 PR gdb/22841
6008 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6009 ${board}_upload): Remove.
6010
6011 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6012
6013 * gdb.cp/watch-cp.cc: New test.
6014 * gdb.cp/watch-cp.exp: New file.
6015
6016 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6017
6018 * gdb.base/infcall-nested-structs.exp: New file.
6019 * gdb.base/infcall-nested-structs.c: New file.
6020 * gdb.base/float.exp: Add riscv support.
6021
6022 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6023
6024 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6025 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6026
6027 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6028
6029 * gdb.server/abspath.exp: New file.
6030 * lib/gdb.exp (with_cwd): New procedure.
6031
6032 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6033
6034 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6035 use it.
6036 (gdb_is_target_remote_prompt): New proc.
6037 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6038 (gdb_is_target_native): Pass prompt parameter to
6039 gdb_is_target_1.
6040
6041 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6042
6043 * gdb.base/load-command.c: New file.
6044 * gdb.base/load-command.exp: New file.
6045 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6046 (gdb_is_target_1): ...this, and generalize for other targets
6047 than just remote.
6048 (gdb_is_target_remote): Use gdb_is_target_1.
6049 (gdb_is_target_native): use gdb_is_target_1.
6050
6051 2018-02-26 Tom Tromey <tom@tromey.com>
6052
6053 PR python/16497:
6054 * gdb.python/py-framefilter.exp: Update test.
6055
6056 2018-02-26 Tom Tromey <tom@tromey.com>
6057
6058 * gdb.dwarf2/variant.c: New file.
6059 * gdb.dwarf2/variant.exp: New file.
6060
6061 2018-02-26 Tom Tromey <tom@tromey.com>
6062
6063 * gdb.rust/simple.exp: Accept more possible results in enum test.
6064
6065 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6066
6067 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6068 parentheses.
6069
6070 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6071
6072 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6073 name of a variable: $actual_linejj -> $actual_line.
6074
6075 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6076
6077 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6078
6079 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6080
6081 * gdb.btrace/buffer-size.exp: Do not force BTS.
6082
6083 2018-02-14 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6086 getting a "Quit".
6087
6088 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6089
6090 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6091 Fix test name.
6092
6093 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6094
6095 * gdb.cp/m-static.exp: Check type of optimized out static
6096 member.
6097
6098 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6099
6100 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6101 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6102
6103 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6104 Leszek Swirski <leszeks@google.com>
6105
6106 * gdb.python/py-prettyprint.c
6107 (struct to_string_returns_value_inner,
6108 struct to_string_returns_value_wrapper): New.
6109 (main): Add tsrvw variable.
6110 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6111 ToStringReturnsValueWrapper): New classes.
6112 (register_pretty_printers): Register new pretty-printers.
6113 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6114 recursive pretty printer.
6115 * gdb.python/py-mi.exp: Likewise.
6116
6117 2018-02-01 Leszek Swirski <leszeks@google.com>
6118
6119 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6120 functions with the same name as an include file are parsed
6121 correctly.
6122
6123 2018-02-01 Yao Qi <yao.qi@linaro.org>
6124
6125 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6126 "\[^\r\n\]*".
6127
6128 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6129
6130 * gdb.arch/powerpc-prologue-frame.s: New file.
6131 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6132 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6133
6134 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6135
6136 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6137
6138 2018-01-30 Pedro Alves <palves@redhat.com>
6139
6140 PR gdb/13211
6141 * gdb.base/interrupt-daemon.c: New.
6142 * gdb.base/interrupt-daemon.exp: New.
6143 * gdb.multi/multi-term-settings.c: New.
6144 * gdb.multi/multi-term-settings.exp: New.
6145
6146 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6147
6148 * gdb.base/break.exp: Save the location where the breakpoint
6149 on break.c:47 was actually inserted when debugging the version
6150 compiled at -O2 and use it in the expected output of the "info
6151 break" test performed soon after.
6152
6153 2018-01-22 Pedro Alves <palves@redhat.com>
6154 Sergio Durigan Junior <sergiodj@redhat.com>
6155
6156 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6157 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6158
6159 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6160
6161 * gdb.base/break-include.c, gdb.base/break-include.inc,
6162 gdb.base/break-include.exp: New files.
6163 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6164 line number now being the actual line number where the breakpoint
6165 was inserted.
6166 * gdb.mi/mi-break.exp: Likewise.
6167 * gdb.mi/mi-reverse.exp: Likewise.
6168 * gdb.mi/mi-simplerun.exp: Ditto.
6169
6170 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6173 varobj.
6174 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6175
6176 2018-01-21 Don Breazeal <donb@codesourcery.com>
6177 Andrew Burgess <andrew.burgess@embecosm.com>
6178
6179 * gdb.mi/basics.c: Add new global.
6180 * gdb.mi/mi-frame-regs.exp: New file.
6181 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6182 case.
6183
6184 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6185
6186 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6187 non-parameter, and on an unknown symbol.
6188
6189 2018-01-19 Tom Tromey <tom@tromey.com>
6190
6191 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6192 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6193
6194 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6195
6196 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6197 setrlimit and chdir to int.
6198
6199 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6200
6201 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6202 function.
6203 (my_tend): Likewise.
6204 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6205 rationale of avoiding FP- and vector instructions.
6206
6207 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6208
6209 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6210 "info reg" with "\[ \t\]*".
6211 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6212 "\[ \t\]+".
6213 * gdb.arch/s390-multiarch.exp: Ditto.
6214 * gdb.base/pc-fp.exp: Ditto.
6215 * gdb.reverse/i386-precsave.exp: Ditto.
6216 * gdb.reverse/i386-reverse.exp: Ditto.
6217 * gdb.reverse/i387-env-reverse.exp: Ditto.
6218 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6219
6220 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6221
6222 * lib/gdb.exp (gdb_compile): Re-enable use of
6223 universal_compile_options for languages other than Rust.
6224
6225 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6226
6227 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6228
6229 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6230
6231 PR gdb/16577
6232 * gdb.base/solib-vanish.exp: New.
6233 * gdb.base/solib-vanish-main.c: New.
6234 * gdb.base/solib-vanish-lib1.c: New.
6235 * gdb.base/solib-vanish-lib2.c: New.
6236
6237 2018-01-17 Yao Qi <yao.qi@linaro.org>
6238
6239 * gdb.compile/compile.exp: Match the address printed for
6240 frame in the output of command "bt".
6241
6242 2018-01-15 Tom Tromey <tom@tromey.com>
6243
6244 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6245 compute sp_reg.
6246
6247 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6248
6249 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6250 to prepare.
6251 (prepare): Return 0 on error, 1 on success.
6252
6253 2018-01-12 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.base/continue-after-aborted-step-over.c: New.
6256 * gdb.base/continue-after-aborted-step-over.exp: New.
6257
6258 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6259
6260 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6261 options when not creating an executable.
6262
6263 2018-01-11 Pedro Alves <palves@redhat.com>
6264
6265 PR remote/22597
6266 * gdb.server/stop-reply-no-thread.c: New file.
6267 * gdb.server/stop-reply-no-thread.exp: New file.
6268
6269 2018-01-10 Pedro Alves <palves@redhat.com>
6270
6271 PR gdb/22670
6272 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6273 functions too. Test setting breakpoints and printing C functions
6274 with no debug info too.
6275 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6276
6277 2018-01-10 Pedro Alves <palves@redhat.com>
6278
6279 PR gdb/22670
6280 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6281 a fail.
6282
6283 2018-01-10 Pedro Alves <palves@redhat.com>
6284
6285 PR gdb/22670
6286 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6287
6288 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6289
6290 * gdb.server/unittest.exp: Match the output in non-development
6291 mode.
6292
6293 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6294
6295 * gdb.gdb/unittest.exp: Match output in non-development mode.
6296
6297 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6298
6299 * gdb.ada/access_tagged_param.exp: Relax expected output
6300 for value of "ObjL" in "continue" to pck.inspect breakpoint
6301 test.
6302
6303 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6304
6305 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6306 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6307
6308 2018-01-05 Pedro Alves <palves@redhat.com>
6309
6310 PR gdb/18653
6311 * gdb.base/libsegfault.exp: New.
6312
6313 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6314
6315 PR gdb/22670
6316 * gdb.ada/access_tagged_param.exp: New file.
6317 * gdb.ada/access_tagged_param/foo.adb: New file.
6318
6319 2018-01-05 Pedro Alves <palves@redhat.com>
6320
6321 PR gdb/22670
6322 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6323 exercise lower case too, and to exercise both full matching and
6324 wild matching.
6325
6326 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6327
6328 * gdb.ada/rename_subscript_param: New testcase.
6329
6330 2018-01-05 Jerome Guitton <guitton@adacore.com>
6331
6332 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6333
6334 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6335
6336 * gdb.ada/convvar_comp: New testcase.
6337
6338 2018-01-05 Xavier Roirand <roirand@adacore.com>
6339
6340 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6341 (My_Table): New global variable.
6342 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6343
6344 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6345
6346 PR gdb/22670
6347 * gdb.ada/maint_with_ada: New testcase.
6348
6349 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6350
6351 PR gdb/22670
6352 * gdb.ada/bp_c_mixed_case: New testcase.
6353
6354 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6355
6356 PR gdb/22670
6357 * gdb.ada/complete.exp: Add "complete break ada" test.
6358
6359 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6360
6361 PR gdb/22670
6362 * gdb.ada/info_addr_mixed_case: New testcase.
6363
6364 2018-01-03 Xavier Roirand <roirand@adacore.com>
6365
6366 * gdb.ada/excep_handle.exp: New testcase.
6367 * gdb.ada/excep_handle/foo.adb: New file.
6368 * gdb.ada/excep_handle/pck.ads: New file.
6369
6370 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6371
6372 * gdb.base/step-line.c: Add extra empty line in copyright header.
6373 * gdb.base/step-line.inp: Likewise.
6374
6375 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6376
6377 * gdb.ada/dyn_stride.exp: Add slice test.
6378
6379 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6380
6381 * gdb.ada/dyn_stride: New testcase.
6382
6383 2017-12-27 Stafford Horne <shorne@gmail.com>
6384
6385 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6386 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6387
6388 2017-12-27 Stafford Horne <shorne@gmail.com>
6389
6390 * gdb.base/reggroups.c: New file.
6391 * gdb.base/reggroups.exp: New file.
6392
6393 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6394
6395 * gdb.dwarf2/ada-valprint-error.c: New file.
6396 * gdb.dwarf2/ada-valprint-error.exp: New file.
6397
6398 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6399
6400 * gdb.ada/assign_arr: New testcase.
6401
6402 2017-12-18 Xavier Roirand <roirand@adacore.com>
6403
6404 * gdb.ada/funcall_ptr: New testcase.
6405
6406 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6407
6408 PR cli/16224
6409 * gdb.base/ptype-offsets.cc: New file.
6410 * gdb.base/ptype-offsets.exp: New file.
6411
6412 2017-12-15 Yao Qi <yao.qi@linaro.org>
6413
6414 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6415 if XML is disabled.
6416
6417 2017-12-15 Xavier Roirand <roirand@adacore.com>
6418
6419 * gdb.ada/same_component_name: New testcase.
6420
6421 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6422
6423 * gdb.ada/str_binop_equal: New testcase.
6424
6425 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6426
6427 * gdb.ada/task_switch_in_core: New testcase.
6428
6429 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6430
6431 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6432 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6433 call test_bkpt_qualified.
6434 (test_bkpt_qualified): New proc.
6435
6436 2017-12-13 Pedro Alves <palves@redhat.com>
6437
6438 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6439 Tighten regexp by matching with an anchor.
6440
6441 2017-12-13 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6444 ("expression with namespace"): New set of tests.
6445 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6446 (Nested::Test_NS::qux): New.
6447 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6448 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6449
6450 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6451
6452 * gdb.base/server-del-break.c: New file.
6453 * gdb.base/server-del-break.exp: New file.
6454
6455 2017-12-12 Stafford Horne <shorne@gmail.com>
6456
6457 * gdb.xml/tdesc-regs.exp: Add or1k support.
6458
6459 2017-12-12 Stafford Horne <shorne@gmail.com>
6460
6461 * gdb.base/bp-permanent.c: Define nop of or1k.
6462
6463 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6464
6465 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6466 output with components being reordered.
6467
6468 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6469
6470 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6471 output with components being reordered.
6472
6473 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6474 Pedro Alves <palves@redhat.com>
6475
6476 * gdb.base/maint.exp (check for .gdb_index): Check also for
6477 .debug_names.
6478 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6479 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6480 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6481 (.gdb_index used after symbol reloading): Support also .debug_names.
6482 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6483
6484 2017-12-08 Yao Qi <yao.qi@linaro.org>
6485
6486 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6487 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6488
6489 2017-12-08 Yao Qi <yao.qi@linaro.org>
6490
6491 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6492 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6493
6494 2017-12-08 Yao Qi <yao.qi@linaro.org>
6495
6496 * gdb.arch/aarch64-tagged-pointer.c: New file.
6497 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6498
6499 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6500
6501 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6502 "int".
6503
6504 2017-12-07 Keith Seitz <keiths@redhat.com>
6505
6506 PR breakpoints/22569
6507 * gdb.linespec/ls-errs.exp: Change expected result of "break
6508 -source this file has spaces.c -line 3".
6509 Check that an explicit source file followed by whitespace is
6510 identified as an invalid explicit location.
6511
6512 2017-12-07 Keith Seitz <keiths@redhat.com>
6513
6514 * gdb.cp/nested-types.cc: New file.
6515 * gdb.cp/nested-types.exp: New file.
6516 * lib/cp-support.exp: Load data-structures.exp library.
6517 (debug_cp_test_ptype_class): New global.
6518 (cp_ptype_class_verbose, next_line): New procedures.
6519 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6520 Add and document new return value.
6521 Switch the list of lines to a queue.
6522 Add support for new `type' key for nested type definitions.
6523 Add debugging/troubleshooting messages.
6524 * lib/data-structures.exp: New file.
6525
6526 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6527
6528 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6529 with proc_with_prefix, don't use with_test_prefix.
6530
6531 2017-12-07 Tom Tromey <tom@tromey.com>
6532
6533 * gdb.base/break.exp: Add test for empty "commands".
6534
6535 2017-12-07 Yao Qi <yao.qi@linaro.org>
6536
6537 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6538 malloc and catch syscall.
6539
6540 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6541
6542 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6543 tests for explicit locations.
6544
6545 2017-12-06 Pedro Alves <palves@redhat.com>
6546
6547 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6548 force-disabling XML descriptions.
6549
6550 2017-12-04 Pedro Alves <palves@redhat.com>
6551
6552 PR gdb/22499
6553 * gdb.arch/amd64-disp-step-avx.S: New file.
6554 * gdb.arch/amd64-disp-step-avx.exp: New file.
6555
6556 2017-12-03 Pedro Alves <palves@redhat.com>
6557
6558 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6559 and <string.h>.
6560 (parent_function): Print distinct messages when waitpid fails, or
6561 the child exits with a signal, or the child exits for an unhandled
6562 reason.
6563 * gdb.threads/process-dies-while-detaching.exp
6564 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6565 it. Wait for both inferior output and GDB's prompt. Use an
6566 indirect spawn id list.
6567 (do_detach): New parameter 'child_exit'. Use it to compute
6568 expected inferior output.
6569 (test_detach, test_detach_watch, test_detach_killed_outside):
6570 Adjust to pass down the expected child exit kind.
6571
6572 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6573 Sergio Durigan Junior <sergiodj@redhat.com>
6574 Pedro Alves <palves@redhat.com>
6575
6576 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6577
6578 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6579
6580 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6581 to 'symbol-file' and 'add-symbol-file' can be
6582 position-independent.
6583
6584 2017-12-01 Yao Qi <yao.qi@linaro.org>
6585
6586 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6587 the URL in copyright header.
6588 * gdb.arch/aarch64-fp.exp: Likewise.
6589 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6590 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6591 * gdb.base/expand-psymtabs.exp: Likewise.
6592 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6593 * gdb.fortran/common-block.exp: Likewise.
6594 * gdb.fortran/common-block.f90: Likewise.
6595 * gdb.fortran/logical.exp: Likewise.
6596 * gdb.fortran/vla-datatypes.f90: Likewise.
6597 * gdb.fortran/vla-sub.f90: Likewise.
6598
6599 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6600
6601 * gdb.ada/repeat_dyn: New testcase.
6602
6603 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6604
6605 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6606 Update for changed thread numbering.
6607 * gdb.cell/bt.exp: Update for changed GDB output.
6608
6609 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6612 setting isremote by hand.
6613 * boards/dwarf4-gdb-index.exp: Likewise.
6614 * boards/fission.exp: Likewise.
6615 * boards/stabs.exp: Likewise.
6616
6617 2017-11-30 Pedro Alves <palves@redhat.com>
6618
6619 * gdb.linespec/cpls-ops.exp
6620 (check_explicit_skips_function_argument): Extract the underlying
6621 type of size_t instead of hardcoding it.
6622
6623 2017-11-29 Pedro Alves <palves@redhat.com>
6624
6625 PR c++/19436
6626 * gdb.linespec/cpls-abi-tag.cc: New file.
6627 * gdb.linespec/cpls-abi-tag.exp: New file.
6628
6629 2017-11-29 Pedro Alves <palves@redhat.com>
6630
6631 * gdb.base/langs.exp: Use -qualified.
6632 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6633 it.
6634 * gdb.cp/namespace.exp: Use -qualified.
6635 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6636 (overload-3, template-overload, template-ret-type, const-overload)
6637 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6638 procedures.
6639 (test_driver): Call them.
6640 * gdb.cp/save-bp-qualified.cc: New.
6641 * gdb.cp/save-bp-qualified.exp: New.
6642 * gdb.linespec/explicit.exp: Test -qualified.
6643 * lib/completion-support.exp (completion::explicit_opts_list): Add
6644 "-qualified".
6645 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6646
6647 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6648
6649 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6650
6651 2017-11-29 Tom Tromey <tom@tromey.com>
6652
6653 * gdb.base/relocate.exp: Update invalid argument test.
6654 Add new tests for invalid arguments.
6655
6656 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6657
6658 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6659 Return 0 as a long.
6660 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6661
6662 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6663
6664 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6665 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6666 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6667 func ().
6668 * gdb.cp/shadow.cc (B.func): Return 0.
6669
6670 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6671
6672 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6673 expected output in gdb_expect call to allow the exception
6674 message to be present as well. Fix syntax confusion to avoid
6675 TCL thinking that exception_name is an array.
6676
6677 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6678
6679 * gdb.arch/spu-info.c: Include <unistd.h>.
6680 (do_signal_test): Fix broken calls to write.
6681 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6682 Fix checks for empty mailboxes. Update signal tests for corrected
6683 do_signal_test routine. Allow nonzero event status.
6684 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6685 * gdb.cell/arch.exp: Use standard_output_file.
6686 * gdb.cell/break.exp: Likewise.
6687 * gdb.cell/bt.exp: Likewise.
6688 * gdb.cell/core.exp: Likewise.
6689 * gdb.cell/dwarfaddr.exp: Likewise.
6690 * gdb.cell/ea-cache.exp: Likewise.
6691 * gdb.cell/ea-standalone.exp: Likewise.
6692 * gdb.cell/f-regs.exp: Likewise.
6693 * gdb.cell/fork.exp: Likewise.
6694 * gdb.cell/gcore.exp: Likewise.
6695 * gdb.cell/mem-access.exp: Likewise.
6696 * gdb.cell/ptype.exp: Likewise.
6697 * gdb.cell/registers.exp: Likewise.
6698 * gdb.cell/sizeof.exp: Likewise.
6699 * gdb.cell/solib-symbol.exp: Likewise.
6700 * gdb.cell/solib.exp: Likewise.
6701
6702 2017-11-25 Pedro Alves <palves@redhat.com>
6703
6704 * gdb.base/complete-empty.exp: New file.
6705 * gdb.base/completion.exp: Adjust.
6706
6707 2017-11-25 Pedro Alves <palves@redhat.com>
6708
6709 * gdb.linespec/cpls-ops.cc: New file.
6710 * gdb.linespec/cpls-ops.exp: New file.
6711 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6712 factored out from ...
6713 (test_complete_prefix_range): ... this.
6714
6715 2017-11-24 Pedro Alves <palves@redhat.com>
6716
6717 * gdb.linespec/cpcompletion.exp: New file.
6718 * gdb.linespec/cpls-hyphen.cc: New file.
6719 * gdb.linespec/cpls.cc: New file.
6720 * gdb.linespec/cpls2.cc: New file.
6721 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6722 test to use test_gdb_complete_unique. Add label completion,
6723 keyword completion and explicit location completion tests.
6724 * lib/completion-support.exp: New file.
6725
6726 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6727
6728 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6729 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6730 when hitting an exception catchpoint.
6731
6732 2017-11-22 Yao Qi <yao.qi@linaro.org>
6733
6734 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6735
6736 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6737
6738 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6739 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6740 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6741
6742 2017-11-22 Yao Qi <yao.qi@linaro.org>
6743
6744 * gdb.base/info-os.exp: Pass pthreads.
6745 * gdb.multi/multi-attach.exp: Likewise.
6746
6747 2017-11-22 Yao Qi <yao.qi@linaro.org>
6748
6749 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6750 compiler.
6751
6752 2017-11-22 Yao Qi <yao.qi@linaro.org>
6753
6754 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6755 * gdb.base/break-interp.exp: Likewise.
6756 * gdb.base/jit-attach-pie.exp: Likewise.
6757
6758 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6759
6760 * gdb.base/float128.c (large128): New variable.
6761 * gdb.base/float128.exp: Add test to print largest __float128 value.
6762
6763 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6764
6765 * gdb.arch/vsx-regs.exp: Update register content checks.
6766
6767 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6768
6769 * gdb.arch/ppc-longdouble.exp: New file.
6770 * gdb.arch/ppc-longdouble.c: Likewise.
6771
6772 2017-11-21 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6775
6776 2017-11-20 Pedro Alves <palves@redhat.com>
6777
6778 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6779 (long_double_typedef): New typedefs.
6780 Use DEF on double and long double.
6781 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6782 cases.
6783 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6784 and 'long_double_ptr_same_size' locals. Use them to decide
6785 whether cast from array/function to float is valid/invalid.
6786
6787 2017-11-17 Tom Tromey <tom@tromey.com>
6788
6789 * gdb.rust/traits.rs: New file.
6790 * gdb.rust/traits.exp: New file.
6791
6792 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6793
6794 * gdb.ada/minsyms: New testcase.
6795
6796 2017-11-16 Pedro Alves <palves@redhat.com>
6797
6798 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6799 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6800
6801 2017-11-16 Pedro Alves <palves@redhat.com>
6802
6803 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6804 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6805
6806 2017-11-16 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.server/reconnect-ctrl-c.c: New file.
6809 * gdb.server/reconnect-ctrl-c.exp: New file.
6810
6811 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6812
6813 * gdb.python/py-rbreak.exp: New file.
6814 * gdb.python/py-rbreak.c: New file.
6815 * gdb.python/py-rbreak-func2.c: New file.
6816
6817 2017-11-16 Pedro Alves <palves@redhat.com>
6818
6819 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6820 pattern.
6821 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6822 GDB.
6823
6824 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6825
6826 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6827 regex.
6828
6829 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6830
6831 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6832 test names.
6833
6834 2017-11-09 Pedro Alves <palves@redhat.com>
6835
6836 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6837 factored out from ...
6838 (top level): ... here, and adjusted to avoid expecting beyond the
6839 prompt in a single gdb_test_multiple.
6840
6841 2017-11-09 Pedro Alves <palves@redhat.com>
6842
6843 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6844 output.
6845 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6846 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6847 * gdb.server/ext-run.exp ("kill" test): Likewise.
6848 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6849
6850 2017-11-09 Pedro Alves <palves@redhat.com>
6851
6852 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6853 match till end of line.
6854
6855 2017-11-09 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6858
6859 2017-11-09 Pedro Alves <palves@redhat.com>
6860
6861 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6862 New procedures, factored out from ...
6863 (top level): ... here, and adjusted to avoid expecting beyond the
6864 prompt in one go.
6865
6866 2017-11-09 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6869 output. Fix '?' match.
6870
6871 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6872
6873 * gdb.ada/scoped_watch: New testcase.
6874 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6875 which is actually correct.
6876 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6877 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6878
6879 2017-11-08 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.gdb/complaints.exp (test_initial_complaints)
6882 (test_serial_complaints, test_short_complaints): Call
6883 complaint_internal instead of complaint.
6884
6885 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6886
6887 * gdb.threads/tls-core.c: New file.
6888 * gdb.threads/tls-core.exp: Likewise.
6889
6890 2017-11-08 Pedro Alves <palves@redhat.com>
6891
6892 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6893 (p Exported_Capitalized): New test.
6894 (p exported_capitalized): New test.
6895
6896 2017-11-07 Pedro Alves <palves@redhat.com>
6897
6898 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6899
6900 2017-11-07 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6903 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6904 (disable_invalid, disable_inverted, disable_negative): New
6905 procedures.
6906 ("bad numbers"): New set of tests.
6907
6908 2017-11-07 Pedro Alves <palves@redhat.com>
6909
6910 * gdb.cp/ena-dis-br-range.exp: Add tests.
6911
6912 2017-11-07 Pedro Alves <palves@redhat.com>
6913
6914 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6915
6916 2017-11-07 Xavier Roirand <roirand@adacore.com>
6917 Pedro Alves <palves@redhat.com>
6918
6919 * gdb.base/ena-dis-br.exp: Add reference to
6920 gdb.cp/ena-dis-br-range.exp.
6921 * gdb.cp/ena-dis-br-range.exp: New file.
6922 * gdb.cp/ena-dis-br-range.cc: New file.
6923
6924 2017-11-06 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.base/attach-non-pgrp-leader.c: New.
6927 * gdb.base/attach-non-pgrp-leader.exp: New.
6928
6929 2017-11-06 Pedro Alves <palves@redhat.com>
6930
6931 * configure.ac: No longer check for termio.h and sgtty.h.
6932 * configure: Regenerate.
6933 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6934 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6935 Remove termio and sgtty code.
6936
6937 2017-11-03 Yao Qi <yao.qi@linaro.org>
6938
6939 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6940 in GDB is disabled.
6941
6942 2017-11-03 Yao Qi <yao.qi@linaro.org>
6943
6944 * gdb.python/py-thrhandle.exp: Skip it if python is not
6945 enabled.
6946
6947 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6948
6949 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6950 as a breakpoint command.
6951
6952 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6953
6954 PR python/21213
6955 * gdb.python/py-infthread.exp: Test calling
6956 InferiorThread.inferior () multiple times in a row.
6957
6958 2017-10-27 Keith Seitz <keiths@redhat.com>
6959
6960 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6961 Test "info break" for every inlined function breakpoint.
6962
6963 2017-10-27 Yao Qi <yao.qi@linaro.org>
6964
6965 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6966
6967 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6968
6969 * gdb.cp/classes.exp (test_static_members): Test printing
6970 Outer::instance.
6971 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6972 (Inner::instance, Outer::instance): New.
6973
6974 2017-10-24 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6977 extra console" test in two stages.
6978
6979 2017-10-24 Pedro Alves <palves@redhat.com>
6980
6981 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6982
6983 2017-10-24 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6986 loop.
6987
6988 2017-10-24 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6991 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6992
6993 2017-10-24 Pedro Alves <palves@redhat.com>
6994
6995 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6996 parameter and handle it. Don't output read value in test name.
6997
6998 2017-10-24 Pedro Alves <palves@redhat.com>
6999
7000 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7001 custom test name.
7002
7003 2017-10-24 Pedro Alves <palves@redhat.com>
7004
7005 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7006 include the unstable output directory name in the test's name.
7007 (initial_setup_simple) <'set args'>: Use custom test name.
7008
7009 2017-10-24 Pedro Alves <palves@redhat.com>
7010
7011 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7012 with explicit test name.
7013
7014 2017-10-20 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7017 'wait -i'. Use gdb_assert and remote_close.
7018
7019 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7020
7021 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7022 number from variable rather than hard-coded.
7023
7024 2017-10-19 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.base/long-inferior-output.c: New file.
7027 * gdb.base/long-inferior-output.exp: New file.
7028
7029 2017-11-18 Keith Seitz <keiths@redhat.com>
7030
7031 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7032 method.
7033 (main): Call it.
7034 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7035 Add additional user-defined conversion operator tests.
7036
7037 2017-10-17 Pedro Alves <palves@redhat.com>
7038
7039 * boards/native-stdio-gdbserver.exp: Load "local-board".
7040
7041 2017-10-17 Pedro Alves <palves@redhat.com>
7042
7043 * gdb.base/quit-live.c: New file.
7044 * gdb.base/quit-live.exp: New file.
7045
7046 2017-10-16 Keith Seitz <keiths@redhat.com>
7047
7048 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7049 (class_with_protected_typedef, class_with_private_typedef)
7050 (struct_with_public_typedef, struct_with_protected_typedef)
7051 (struct_with_private_typedef): New classes/structs.
7052 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7053 typedefs and access specifiers.
7054
7055 2017-10-16 Pedro Alves <palves@redhat.com>
7056 Simon Marchi <simon.marchi@polymtl.ca>
7057
7058 * README (Local vs Remote vs Native): New section.
7059 * boards/local-board.exp: New file, with bits factored out from
7060 ...
7061 * boards/native-extended-gdbserver.exp: ... here. Load
7062 "local-board".
7063 * boards/native-gdbserver.exp: Load "local-board".
7064 (${board}_spawn, ${board}_exec): Delete.
7065 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7066 ...
7067 * boards/stdio-gdbserver-base.exp: ... this new file.
7068 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7069 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7070 procedure.
7071 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7072 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7073 stdio_gdbserver_command.
7074 (${board}_get_remote_address, ${board}_get_comm_port)
7075 (${board}_download, ${board}_upload): Delete.
7076 (get_target_remote_pipe_cmd): New.
7077
7078 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7079
7080 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7081 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7082 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7083 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7084 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7085 remove with_test_prefix.
7086
7087 2017-10-13 Pedro Alves <palves@redhat.com>
7088
7089 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7090 * gdb.base/annota1.exp: Use it instead of is_remote.
7091 * gdb.base/annota3.exp: Use it instead of is_remote.
7092 * gdb.cp/annota2.exp: Use it instead of is_remote.
7093 * gdb.cp/annota3.exp: Use it instead of is_remote.
7094 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7095
7096 2017-10-13 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7099 (test_num_test_vars, run_and_count_vars, find_env)
7100 (test_set_unset_env, test_inherit_env_var): New procedures.
7101 (top level): Use them.
7102
7103 2017-10-13 Pedro Alves <palves@redhat.com>
7104
7105 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7106 also skip on stub-like targets.
7107
7108 2017-10-13 Pedro Alves <palves@redhat.com>
7109
7110 PR gdb/22293
7111 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7112 (top level): Move some tests to ...
7113 (test_not_found): ... this new procedure.
7114 (top level): Call it.
7115
7116 2017-10-13 Pedro Alves <palves@redhat.com>
7117
7118 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7119 expect different "info terminal" output if testing with a
7120 non-native target.
7121
7122 2017-10-13 Pedro Alves <palves@redhat.com>
7123 Simon Marchi <simon.marchi@polymtl.ca>
7124
7125 PR python/12966
7126 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7127
7128 2017-10-13 Pedro Alves <palves@redhat.com>
7129
7130 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7131 already.
7132
7133 2017-10-13 Pedro Alves <palves@redhat.com>
7134
7135 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7136 is_remote.
7137
7138 2017-10-13 Pedro Alves <palves@redhat.com>
7139
7140 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7141 is_remote.
7142
7143 2017-10-13 Pedro Alves <palves@redhat.com>
7144
7145 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7146 is set.
7147 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7148 instead of is_remote.
7149
7150 2017-10-13 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7153 (top level): Add comment.
7154
7155 2017-10-13 Pedro Alves <palves@redhat.com>
7156
7157 * gdb.base/remote.exp (top level): Fix comment typo and add
7158 missing return.
7159
7160 2017-10-13 Pedro Alves <palves@redhat.com>
7161 Simon Marchi <simon.marchi@polymtl.ca>
7162
7163 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7164 calls and add comments. Skip test if use_gdb_stub is set.
7165 (top level): Use "set cwd" command instead of "cd" command.
7166
7167 2017-10-13 Pedro Alves <palves@redhat.com>
7168
7169 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7170 is_remote target check.
7171
7172 2017-10-13 Pedro Alves <palves@redhat.com>
7173
7174 * gdb.base/scope.exp: Use build_executable + clean_restart +
7175 gdb_file_cmd instead of prepare_for_testing and no longer skip
7176 "before run" tests on is_remote target boards. Update comments.
7177 * boards/native-extended-gdbserver.exp
7178 (extended_gdbserver_load_last_file): New, factored out from ...
7179 (gdb_load): ... this. Move further below and add comment.
7180 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7181
7182 2017-10-12 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.base/attach.exp: Remove references to gdb64.
7185 * gdb.base/dbx.exp: Remove references to gdb64.
7186
7187 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7188 Pedro Alves <palves@redhat.com>
7189
7190 * gdb.base/label.exp: Remove is_remote target check.
7191
7192 2017-10-12 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.base/auvx.exp (coredir): Update comment.
7195 (top level) <core_works>: Use "set cwd" command instead of "cd"
7196 command.
7197
7198 2017-10-12 Pedro Alves <palves@redhat.com>
7199 Simon Marchi <simon.marchi@polymtl.ca>
7200
7201 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7202 target boards.
7203
7204 2017-10-12 Pedro Alves <palves@redhat.com>
7205 Simon Marchi <simon.marchi@polymtl.ca>
7206
7207 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7208 Instead skip if there's any gdb_protocol set.
7209
7210 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7211 Pedro Alves <palves@redhat.com>
7212
7213 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7214
7215 2017-10-12 Pedro Alves <palves@redhat.com>
7216 Simon Marchi <simon.marchi@polymtl.ca>
7217
7218 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7219 instead of on dejagnu remote boards.
7220
7221 2017-10-12 Pedro Alves <palves@redhat.com>
7222 Simon Marchi <simon.marchi@polymtl.ca>
7223
7224 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7225 checks. Use build_executable + clean_restart instead of
7226 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7227 of enabling non-stop after starting gdb.
7228
7229 2017-10-12 Pedro Alves <palves@redhat.com>
7230
7231 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7232 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7233 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7234 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7235
7236 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7237
7238 * gdb.arch/arc-tdesc-cpu.exp: New file.
7239 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7240
7241 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7242
7243 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7244
7245 2017-10-10 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7248 expect CLI output.
7249
7250 2017-10-10 Pedro Alves <palves@redhat.com>
7251
7252 * lib/selftest-support.exp (selftest_setup): Update for
7253 captured_command_loop's prototype change.
7254
7255 2017-10-09 Pedro Alves <palves@redhat.com>
7256
7257 Test both arch1=>arch2 and arch2=>arch1.
7258
7259 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7260 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7261 factored out to...
7262 (append_arch1_options, append_arch2_options, append_arch_options)
7263 (build_executables): New procedures.
7264 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7265 local.
7266 (top level): Add new 'first_arch' testing axis.
7267
7268 2017-10-09 Pedro Alves <palves@redhat.com>
7269
7270 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7271 (barrier): New.
7272 (thread_start, all_started): New functions.
7273 (main): Spawn new thread and wait until it is scheduled.
7274 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7275 option.
7276 (do_test): Add 'selected_thread' parameter. Run to all_started
7277 instead of main. Explicitly set the breakpoint at main. Switch
7278 to the SELECTED_THREAD thread.
7279 (top level): Test handling the exec event with either the main
7280 thread or the second thread selected.
7281
7282 2017-10-09 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7285 logic. Move STOP marker after the value checks.
7286 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7287 regexp.
7288
7289 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7290
7291 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7292
7293 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7294
7295 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7296 integer-to-dfp conversion.
7297 * gdb.base/dfp-test.exp: Likewise.
7298
7299 2017-10-04 Pedro Alves <palves@redhat.com>
7300
7301 * gdb.multi/hangout.c: Include <unistd.h>.
7302 (hangout_loop): New function.
7303 (main): Call alarm. Call hangout_loop in a loop.
7304 * gdb.multi/hello.c: Include <unistd.h>.
7305 (hello_loop): New function.
7306 (main): Call alarm. Call hangout_loop in a loop.
7307 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7308 inferior with the other selected.
7309
7310 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7311
7312 * gdb.mi/list-thread-groups-available.exp: New file.
7313 * gdb.mi/list-thread-groups-available.c: New file.
7314
7315 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7316
7317 * gdb.base/set-cwd.exp: Make it available on
7318 native-extended-gdbserver.
7319
7320 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7321
7322 * gdb.base/set-cwd.c: New file.
7323 * gdb.base/set-cwd.exp: Likewise.
7324
7325 2017-10-02 Tom Tromey <tom@tromey.com>
7326
7327 PR rust/22236:
7328 * gdb.rust/simple.rs (main): New variable "fslice".
7329 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7330
7331 2017-10-02 Tom Tromey <tom@tromey.com>
7332
7333 * gdb.rust/simple.exp: Test ptype of a slice.
7334
7335 2017-10-02 Tom Tromey <tom@tromey.com>
7336
7337 * gdb.rust/simple.exp: Test index of slice.
7338
7339 2017-09-27 Tom Tromey <tom@tromey.com>
7340
7341 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7342
7343 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7344 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/compare-sections.exp (get value of read-only section): Read
7347 as unsigned value.
7348 (corrupt read-only section): Likewise and don't set written if patching
7349 failed.
7350
7351 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7352
7353 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7354 files.
7355
7356 2017-09-20 Pedro Alves <palves@redhat.com>
7357
7358 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7359 symbol names in gdb's output.
7360 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7361
7362 2017-09-20 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7365 Rename to ...
7366 (test_list_ambiguous_symbol): ... this and add a symbol name
7367 parameter. Adjust.
7368 (test_list_ambiguous_function): Reimplement on top of
7369 test_list_ambiguous_symbol and also test listing ambiguous
7370 variables.
7371 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7372 (ambiguous_fun): ... this.
7373 (ambiguous_var): New.
7374 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7375 (ambiguous_fun): ... this.
7376 (ambiguous_var): New.
7377
7378 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7379
7380 * gdb.base/starti.c: New file.
7381 * gdb.base/starti.exp: New file.
7382 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7383
7384 2017-09-14 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7387 (top level): Use it instead of runto.
7388
7389 2017-09-11 Tom Tromey <tom@tromey.com>
7390
7391 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7392
7393 2017-09-11 Tom Tromey <tom@tromey.com>
7394
7395 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7396 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7397
7398 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7399
7400 * gdb.fortran/printing-types.exp: New file.
7401 * gdb.fortran/printing-types.exp: New file.
7402
7403 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7404
7405 * gdb.fortran/vla-ptype.exp: Fix typos.
7406 * gdb.fortran/vla-value.exp: Same.
7407
7408 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7409
7410 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7411 * gdb.mi/mi-var-child-f.exp: Likewise.
7412 * gdb.mi/mi-vla-fortran.exp: Likewise.
7413
7414 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7415 Christoph Weinmann <christoph.t.weinmann@intel.com>
7416 Bernhard Heckel <bernhard.heckel@intel.com>
7417
7418 * gdb.fortran/ptr-indentation.f90: New file.
7419 * gdb.fortran/ptr-indentation.exp: New file.
7420
7421 2017-09-05 Tom Tromey <tom@tromey.com>
7422
7423 PR gdb/22010:
7424 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7425
7426 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7427
7428 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7429
7430 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7431
7432 * gdb.threads/tls-nodebug-pie.c: New file.
7433 * gdb.threads/tls-nodebug-pie.exp: New file.
7434
7435 2017-09-05 Tom Tromey <tom@tromey.com>
7436
7437 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7438 for rust.
7439
7440 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7441
7442 * gdb.multi/multi-arch-exec.exp: Test with different
7443 "follow-exec-mode" settings.
7444 (do_test): New procedure.
7445
7446 2017-09-04 Pedro Alves <palves@redhat.com>
7447
7448 * gdb.base/func-static.c (S::method const, S::method volatile)
7449 (S::method volatile const): New methods.
7450 (c_s, v_s, cv_s): New instances.
7451 (main): Call method() on them.
7452 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7453 (cannot_resolve): New procedure.
7454 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7455 print-quote-unquoted columns.
7456 (do_test): Test printing each scope too.
7457
7458 2017-09-04 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.base/local-static.exp: Also test with
7461 class::method::variable wholly quoted.
7462 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7463
7464 2017-09-04 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.base/local-static.c: New.
7467 * gdb.base/local-static.cc: New.
7468 * gdb.base/local-static.exp: New.
7469
7470 2017-09-04 Pedro Alves <palves@redhat.com>
7471
7472 * gdb.asm/asm-source.exp: Add casts to int.
7473 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7474 (dataglobal64_1, dataglobal64_2): New globals.
7475 * gdb.base/nodebug.exp: Test different expressions involving the
7476 new globals, with print, whatis and ptype. Add casts to int.
7477 * gdb.base/solib-display.exp: Add casts to int.
7478 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7479 * gdb.cp/m-static.exp: Add cast to int.
7480 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7481 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7482 tls variable with no debug info without a cast. Test with a cast
7483 to int too.
7484 * gdb.trace/entry-values.exp: Add casts.
7485
7486 2017-09-04 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.base/nodebug.exp: Test that ptype's error about functions
7489 with unknown return type includes the function name too.
7490
7491 2017-09-04 Pedro Alves <palves@redhat.com>
7492
7493 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7494 return type of munmap in infcall.
7495 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7496 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7497 type of ftell in infcall.
7498 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7499 type of getpid in infcall.
7500 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7501 infcall.
7502 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7503 Bail on failure to extract the pid.
7504 * gdb.base/nodebug.c: #include <stdint.h>.
7505 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7506 New functions.
7507 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7508 Change expected output of print/whatis/ptype with functions with
7509 no debug info. Test all supported languages. Call
7510 test_call_promotion.
7511 * gdb.compile/compile.exp: Adjust expected output to expect
7512 warning.
7513 * gdb.threads/siginfo-threads.exp: Likewise.
7514
7515 2017-09-04 Pedro Alves <palves@redhat.com>
7516
7517 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7518 "prototypes". Test calling float functions via prototyped and
7519 unprototyped function pointers.
7520 (perform_all_tests): New parameter "prototypes". Pass it down.
7521 (top level): Pass down "prototypes" parameter to
7522 perform_all_tests.
7523
7524 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7525
7526 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7527 Test with nested loops.
7528
7529 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7530
7531 * gdb.base/commands.exp: Call the new procedures.
7532 (loop_break_test, loop_continue_test): New procedures.
7533
7534 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7535
7536 * gdb.base/commands.exp: Call new procedure.
7537 (define_if_without_arg_test): New procedure.
7538
7539 2017-09-04 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.base/list-ambiguous.exp: New file.
7542 * gdb.base/list-ambiguous0.c: New file.
7543 * gdb.base/list-ambiguous1.c: New file.
7544 * gdb.base/list.exp (test_list_range): Adjust expected output.
7545
7546 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7547
7548 * gdb.base/share-env-with-gdbserver.c: New file.
7549 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7550
7551 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7552
7553 * gdb.base/commands.exp (gdbvar_simple_if_test,
7554 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7555 progvar_simple_if_test, progvar_simple_while_test,
7556 progvar_complex_if_while_test, user_defined_command_test,
7557 user_defined_command_args_eval,
7558 user_defined_command_args_stack_test,
7559 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7560 temporary_breakpoint_commands,
7561 gdb_test_no_prompt, redefine_hook_test,
7562 redefine_backtrace_test): Remove "global gdb_prompt".
7563
7564 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7565
7566 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7567 New proc, call it from toplevel.
7568
7569 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7570
7571 PR remote/21852
7572 * gdb.server/normal.c: New file, copied from gdb.base.
7573 * gdb.server/run-without-local-binary.exp: New file.
7574
7575 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7576
7577 * gdb.arch/sparc64-adi.exp: New file.
7578 * gdb.arch/sparc64-adi.c: New file.
7579
7580 2017-08-22 Pedro Alves <palves@redhat.com>
7581
7582 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7583 (top level): Add "list all overloads" tests.
7584
7585 2017-08-22 Tom Tromey <tom@tromey.com>
7586
7587 * gdb.gdb/xfullpath.exp: Remove.
7588
7589 2017-08-21 Pedro Alves <palves@redhat.com>
7590
7591 PR gdb/19487
7592 * gdb.base/symbol-alias.c: New.
7593 * gdb.base/symbol-alias2.c: New.
7594 * gdb.base/symbol-alias.exp: New.
7595
7596 2017-08-21 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.base/dfp-test.c
7599 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7600 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7601 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7602 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7603 * gdb.base/whatis-ptype-typedefs.c: New.
7604 * gdb.base/whatis-ptype-typedefs.exp: New.
7605 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7606 (an_int, an_int_type, an_int_type2): New globals.
7607 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7608 involving typedefs and cast expressions.
7609 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7610 (lookup_typedefs_function): New.
7611 (typedefs_pretty_printers_dict): New.
7612 (top level): Register lookup_typedefs_function in
7613 gdb.pretty_printers.
7614
7615 2017-08-18 Yao Qi <yao.qi@linaro.org>
7616
7617 * gdb.server/unittest.exp: New.
7618
7619 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7620
7621 PR gdb/21954
7622 * gdb.base/environ.exp: Add test to check if 'unset environment'
7623 works.
7624
7625 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7626
7627 * lib/gdb.exp (universal_compile_options): New caching proc.
7628 (gdb_compile): Suppress GCC's coloring of messages.
7629
7630 2017-08-14 Tom Tromey <tom@tromey.com>
7631
7632 PR gdb/21675:
7633 * gdb.base/printcmds.exp (test_radices): New function.
7634 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7635 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7636 * lib/gdb.exp (get_integer_valueof): Use p/d.
7637
7638 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7639
7640 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7641 characters.
7642
7643 2017-08-05 Tom Tromey <tom@tromey.com>
7644
7645 * gdb.rust/simple.exp: Allow String to appear in a different
7646 namespace.
7647
7648 2017-07-26 Yao Qi <yao.qi@linaro.org>
7649
7650 * gdb.gdb/unittest.exp: Invoke command
7651 "maintenance check xml-descriptions".
7652
7653 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7654
7655 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7656 calling context.
7657 (hex128): Drop erroneous calculation of parameters.
7658
7659 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7660
7661 * gdb.python/py-unwind.exp: Disable stack protection when
7662 building test file.
7663
7664 2017-07-20 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.base/default.exp (set language): Adjust expected output.
7667
7668 2017-07-20 Pedro Alves <palves@redhat.com>
7669
7670 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7671 (test_minsym): ... this, and make static.
7672 (get_pck__foo__bar__minsym): Rename to ...
7673 (get_test_minsym): ... this.
7674 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7675 symbol names and comments.
7676 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7677 (get_test_minsym): ... this.
7678 (pck__foo__bar__minsym__2): Rename to ...
7679 (test_minsym): ... this.
7680 (main): Adjust.
7681
7682 2017-07-17 Pedro Alves <palves@redhat.com>
7683
7684 * gdb.base/completion.exp: Adjust expected output.
7685 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7686 the completer works.
7687
7688 2017-07-17 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7691
7692 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7693
7694 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7695
7696 2017-07-14 Tom Tromey <tom@tromey.com>
7697
7698 PR rust/21764:
7699 * gdb.rust/simple.exp: Add tests.
7700
7701 2017-07-14 Tom Tromey <tom@tromey.com>
7702
7703 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7704
7705 2017-07-14 Pedro Alves <palves@redhat.com>
7706
7707 * gdb.linespec/base/one/thefile.cc (z1): New function.
7708 * gdb.linespec/base/two/thefile.cc (z2): New function.
7709 * gdb.linespec/linespec.exp: Add tests.
7710
7711 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7712
7713 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7714 to mi_create_breakpoint.
7715
7716 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7717
7718 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7719 mi_create_breakpoint.
7720
7721 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7722
7723 * gdb.dlang/demangle.exp: Update for demangling changes.
7724
7725 2017-07-09 Tom Tromey <tom@tromey.com>
7726
7727 * gdb.dwarf2/shortpiece.exp: New file.
7728
7729 2017-07-06 David Blaikie <dblaikie@gmail.com>
7730
7731 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7732 built from fissiont-multi-cu{1,2}.c.
7733 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7734 except putting 'main' and 'func' in separate CUs in the same DWO file.
7735 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7736 test.
7737 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7738 test.
7739
7740 2017-07-06 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.python/py-unwind.exp: Test flushregs.
7743
7744 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7745
7746 PR cli/21688
7747 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7748 tests for alias commands and trailing whitespace.
7749
7750 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7751
7752 PR cli/21688
7753 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7754 procedure. Call it.
7755
7756 2017-06-29 Pedro Alves <palves@redhat.com>
7757
7758 * gdb.base/printcmds.exp: Add tests.
7759
7760 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7761
7762 PR gdb/21337
7763 * gdb.base/reread-readsym.exp: New file.
7764 * gdb.base/reread-readsym.c: New file.
7765
7766 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7767
7768 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7769 subpattern.
7770
7771 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7772
7773 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7774 extended mnemonic.
7775 * gdb.arch/powerpc-power9.s: Likewise.
7776
7777 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7778
7779 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7780 on 32-bit x86 targets. Exploit is_*_target macros where
7781 appropriate.
7782
7783 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7784
7785 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7786 register pieces.
7787
7788 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7789
7790 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7791 located in one or more DWARF pieces.
7792
7793 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7794
7795 * lib/gdb.exp (get_endianness): New proc.
7796 * gdb.arch/aarch64-fp.exp: Use it.
7797 * gdb.arch/altivec-regs.exp: Likewise.
7798 * gdb.arch/e500-regs.exp: Likewise.
7799 * gdb.arch/vsx-regs.exp: Likewise.
7800 * gdb.base/dump.exp: Likewise.
7801 * gdb.base/funcargs.exp: Likewise.
7802 * gdb.base/gnu_vector.exp: Likewise.
7803 * gdb.dwarf2/formdata16.exp: Likewise.
7804 * gdb.dwarf2/implptrpiece.exp: Likewise.
7805 * gdb.dwarf2/nonvar-access.exp: Likewise.
7806 * gdb.python/py-inferior.exp: Likewise.
7807 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7808
7809 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7810
7811 PR gdb/21226
7812 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7813 stack value pieces are taken from the LSB end.
7814
7815 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7816
7817 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7818 variable at nonzero offset.
7819
7820 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7821
7822 * gdb.dwarf2/var-access.c: New file.
7823 * gdb.dwarf2/var-access.exp: New test.
7824 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7825
7826 2017-06-12 Tom Tromey <tom@tromey.com>
7827
7828 * gdb.dwarf2/formdata16.exp: Add tests.
7829
7830 2017-06-12 Tom Tromey <tom@tromey.com>
7831
7832 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7833
7834 2017-06-12 Tom Tromey <tom@tromey.com>
7835
7836 PR exp/16225:
7837 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7838 * gdb.arch/vsx-regs.exp: Update tests.
7839 * gdb.arch/s390-vregs.exp (hex128): New proc.
7840 Update test.
7841 * gdb.arch/altivec-regs.exp: Update tests.
7842
7843 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7844
7845 * gdb.base/startup-with-shell.c: New file.
7846 * gdb.base/startup-with-shell.exp: Likewise.
7847
7848 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7849
7850 * gdb.server/non-existing-program.exp: Update regex in order to
7851 reflect the fact that gdbserver is now using fork_inferior (with a
7852 shell) to startup the inferior.
7853
7854 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7855
7856 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7857 support function calls from GDB.
7858
7859 2017-05-21 Tom Tromey <tom@tromey.com>
7860
7861 PR rust/21466:
7862 * gdb.rust/unsized.exp: New file.
7863 * gdb.rust/unsized.rs: New file.
7864
7865 2017-05-19 Tom Tromey <tom@tromey.com>
7866
7867 PR rust/21484:
7868 * gdb.rust/watch.exp: New file.
7869 * gdb.rust/watch.rs: New file.
7870
7871 2017-05-18 Tom Tromey <tom@tromey.com>
7872
7873 * gdb.rust/simple.exp: Allow Box to be qualified.
7874
7875 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7876
7877 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7878
7879 2017-05-18 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.base/fileio.c (test_write, test_read, test_close)
7882 (test_fstat): Don't print 'ret' in the fail path.
7883
7884 2017-05-18 Pedro Alves <palves@redhat.com>
7885
7886 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7887 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7888 (test_system, test_rename, test_unlink, test_time): Change
7889 prototypes.
7890 * gdb.base/fileio.exp (stop_msg): Adjust.
7891
7892 2017-05-18 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.base/fileio.c (null_str): New global.
7895 (test_stat): Use it.
7896 * gdb.base/fileio.exp: Remove nowarnings.
7897
7898 2017-05-17 Yao Qi <yao.qi@linaro.org>
7899
7900 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7901
7902 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7903
7904 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7905 argument command.
7906 (top-level): Invoke test_set_inferior_tty.
7907
7908 2017-05-04 Pedro Alves <palves@redhat.com>
7909
7910 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7911 Add parens to print call for Python 3.
7912
7913 2017-05-03 Keith Seitz <keiths@redhat.com>
7914
7915 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7916 (main): Call it.
7917
7918 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7919
7920 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7921 to prev and next.
7922
7923 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7924
7925 * gdb.python/py-record-btrace.exp: Remove test for
7926 gdb.BtraceInstruction.error.
7927
7928 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7929
7930 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7931
7932 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7933
7934 * gdb.python/py-record-btrace-threads.c: New file.
7935 * gdb.python/py-record-btrace-threads.exp: New file.
7936
7937 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7938
7939 PR testsuite/8595
7940 * gdb.base/environ.exp: Make test available in all architectures.
7941 Move bits related to "info program" testing to
7942 gdb.base/info-program.exp. Rewrite tests to use the two new
7943 procedures mentione below.
7944 (test_set_show_env_var) New procedure.
7945 (test_set_show_env_var_equal): Likewise.
7946 * gdb.base/info-program.exp: New file.
7947
7948 2017-04-27 Keith Seitz <keiths@redhat.com>
7949
7950 * gdb.cp/oranking.cc (test15): New function.
7951 (main): Call test15 and declare additional variables for testing.
7952 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7953 "p foo101('abc')" tests.
7954 Add tests for cv qualifier overloads.
7955 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7956 "lvalue reference overload" test.
7957 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7958 "print value of f1 on Child&& in f2" test.
7959
7960 2017-04-19 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7963 procedure.
7964 (top level): Call it.
7965 * lib/gdb.exp (gdb_define_cmd): New procedure.
7966
7967 2017-04-12 Pedro Alves <palves@redhat.com>
7968
7969 PR gdb/21323
7970 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7971 (wchar): New global.
7972 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7973 (do_test_wide_char, wide_char_types_no_program, top level): Add
7974 wchar_t testing.
7975
7976 2017-04-12 Pedro Alves <palves@redhat.com>
7977
7978 PR c++/21323
7979 * gdb.cp/wide_char_types.c: New file.
7980 * gdb.cp/wide_char_types.exp: New file.
7981
7982 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7983
7984 PR gdb/21352
7985 * gdb.trace/tsv.exp: Add test for "tsave -r".
7986
7987 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7988
7989 * gdb.dlang/watch-loc.c: New file.
7990 * gdb.dlang/watch-loc.exp: New file.
7991
7992 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7993
7994 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7995
7996 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7997
7998 * gdb.arch/arc-analyze-prologue.S: New file.
7999 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8000
8001 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8002
8003 * gdb.arch/arc-decode-insn.S: New file.
8004 * gdb.arch/arc-decode-insn.exp: Likewise.
8005
8006 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8007
8008 PR tdep/20928
8009 * gdb.arch/sparc64-regs.exp: New file.
8010 * gdb.arch/sparc64-regs.S: Likewise.
8011
8012 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8013
8014 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8015 and memory view on Python 3.
8016
8017 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8018 Keith Seitz <keiths@redhat.com>
8019
8020 PR gdb/14441
8021 * gdb.cp/demangle.exp: Add rvalue reference tests.
8022 * gdb.cp/rvalue-ref-casts.cc: New file.
8023 * gdb.cp/rvalue-ref-casts.exp: New file.
8024 * gdb.cp/rvalue-ref-overload.cc: New file.
8025 * gdb.cp/rvalue-ref-overload.exp: New file.
8026 * gdb.cp/rvalue-ref-params.cc: New file.
8027 * gdb.cp/rvalue-ref-params.exp: New file.
8028 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8029 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8030 * gdb.cp/rvalue-ref-types.cc: New file.
8031 * gdb.cp/rvalue-ref-types.exp: New file.
8032 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8033 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8034
8035 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8036
8037 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8038 New procedure.
8039
8040 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8041
8042 * lib/mi-support.exp (mi_gdb_test): Add additional message
8043 for unexpected output.
8044
8045 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8046
8047 * gdb.base/examine-backward.c (Barrier): New character array
8048 constant, to ensure that TestStrings is preceded by a string
8049 terminator.
8050
8051 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8052
8053 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8054 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8055 and implicit pointer into such a location.
8056
8057 2017-03-16 Doug Evans <dje@google.com>
8058
8059 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8060
8061 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8062
8063 * gdb.cp/m-static.exp: Fix expectation for prototype of
8064 test5.single_constructor and single_constructor::single_constructor.
8065
8066 2017-03-16 Doug Evans <dje@google.com>
8067
8068 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8069 * gdb.guile/scm-lazy-string.c: New file.
8070 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8071 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8072 for pointer, array, typedef lazy strings.
8073
8074 2017-03-16 Doug Evans <dje@google.com>
8075
8076 PR python/17728, python/18439, python/18779
8077 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8078 * gdb.python/py-lazy-string.c (pointer): New typedef.
8079 (main): New locals ptr, array, typedef_ptr.
8080 * gdb.python/py-value.exp: Move lazy string tests to ...
8081 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8082 array, typedef lazy strings.
8083
8084 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8085
8086 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8087 Add optional 'test' parameter.
8088
8089 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8090
8091 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8092 Skip for versions of DejaGnu < 1.5.
8093
8094 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8095
8096 * lib/gdb.exp (dejagnu_version): New proc.
8097 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8098 Use dejagnu_version.
8099
8100 2017-03-10 Keith Seitz <keiths@redhat.com>
8101
8102 PR c++/8128
8103 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8104 type from destructor regexps.
8105 Add a branch which actually passes the test.
8106 Adjust "ptype t5i" test names.
8107
8108 2017-03-08 Pedro Alves <palves@redhat.com>
8109
8110 * gdb.base/step-over-exit.exp: Add explicit test message.
8111
8112 2017-03-08 Pedro Alves <palves@redhat.com>
8113
8114 PR gdb/18360
8115 * gdb.threads/interrupt-while-step-over.c: New file.
8116 * gdb.threads/interrupt-while-step-over.exp: New file.
8117
8118 2017-03-08 Pedro Alves <palves@redhat.com>
8119
8120 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8121 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8122
8123 2017-03-08 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8126 PKRU as not supported as a PASS.
8127
8128 2017-03-08 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8131 prefix instead of $binfile1/$binfile2.
8132 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8133 in test message.
8134 * gdb.python/py-completion.exp: Use "load python file" as test
8135 messages instead of unstable path names.
8136
8137 2017-03-08 Pedro Alves <palves@redhat.com>
8138 Jan Kratochvil <jan.kratochvil@redhat.com>
8139
8140 PR cli/21218
8141 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8142 New proc.
8143 (top level): Call it.
8144
8145 2017-03-08 Pedro Alves <palves@redhat.com>
8146
8147 PR tui/21216
8148 * gdb.tui/tui-nl-filtered-output.exp: New file.
8149
8150 2017-03-08 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.base/completion.exp: Move TUI completion tests to ...
8153 * gdb.tui/completion.exp: ... this new file.
8154
8155 2017-03-08 Pedro Alves <palves@redhat.com>
8156
8157 * gdb.base/tui-disasm-long-lines.c,
8158 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8159 gdb.base/tui-layout.exp: Move to ...
8160 * gdb.tui/: ... this new directory.
8161
8162 2017-03-07 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.base/tui-layout.c: New file.
8165 * gdb.base/tui-layout.exp: New file.
8166
8167 2017-03-07 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.base/tui-layout.c: Rename to ...
8170 * gdb.base/tui-disasm-long-lines.c: ... this.
8171 * gdb.base/tui-layout.exp: Rename to ...
8172 * gdb.base/tui-disasm-long-lines.exp: ... this.
8173
8174 2017-03-07 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8177
8178 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8179
8180 * i386-mpx-call.c: New file.
8181 * i386-mpx-call.exp: New file.
8182
8183 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8184
8185 * gdb.arch/powerpc-power.exp: Delete test.
8186 * gdb.arch/powerpc-power.s: Likewise.
8187 * gdb.disasm/disassembler-options.exp: New test.
8188 * gdb.arch/powerpc-altivec.exp: Likewise.
8189 * gdb.arch/powerpc-altivec.s: Likewise.
8190 * gdb.arch/powerpc-altivec2.exp: Likewise.
8191 * gdb.arch/powerpc-altivec2.s: Likewise.
8192 * gdb.arch/powerpc-altivec3.exp: Likewise.
8193 * gdb.arch/powerpc-altivec3.s: Likewise.
8194 * gdb.arch/powerpc-power7.exp: Likewise.
8195 * gdb.arch/powerpc-power7.s: Likewise.
8196 * gdb.arch/powerpc-power8.exp: Likewise.
8197 * gdb.arch/powerpc-power8.s: Likewise.
8198 * gdb.arch/powerpc-power9.exp: Likewise.
8199 * gdb.arch/powerpc-power9.s: Likewise.
8200 * gdb.arch/powerpc-vsx.exp: Likewise.
8201 * gdb.arch/powerpc-vsx.s: Likewise.
8202 * gdb.arch/powerpc-vsx2.exp: Likewise.
8203 * gdb.arch/powerpc-vsx2.s: Likewise.
8204 * gdb.arch/powerpc-vsx3.exp: Likewise.
8205 * gdb.arch/powerpc-vsx3.s: Likewise.
8206 * gdb.arch/arm-disassembler-options.exp: Likewise.
8207 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8208 * gdb.arch/s390-disassembler-options.exp: Likewise.
8209
8210 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8211
8212 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8213 (check_supported_features): ... this. Changed return type to void.
8214 (supports_rdseed): New static global.
8215 (rdseed): Check supports_rdseed.
8216 (initialize): Call check_supported_features.
8217
8218 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8219
8220 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8221 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8222 and lqarx/stqcx.
8223 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8224 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8225
8226 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8227
8228 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8229 uppercase.
8230
8231 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8232
8233 * gdb.dwarf2/formdata16.c: New file.
8234 * gdb.dwarf2/formdata16.exp: New file.
8235 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8236
8237 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8238
8239 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8240 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8241 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8242 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8243 DW_AT_GNU_*.
8244
8245 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8246
8247 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8248
8249 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8250
8251 PR gdb/21164
8252 * gdb.base/maint.exp: Add testcases for when the commands do
8253 not have arguments.
8254
8255 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8256
8257 * gdb.cp/chained-calls.exp: Use p instead of P.
8258
8259 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8260
8261 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8262 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8263
8264 2017-02-14 Tom Tromey <tom@tromey.com>
8265
8266 PR python/13598:
8267 * gdb.python/py-events.exp: Add before_prompt event tests.
8268
8269 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8270
8271 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8272
8273 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8274
8275 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8276 (main): Call my_unique_function_name.
8277 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8278 completion of patterns with a single match.
8279 Add missing -re switches to gdb_test_multiple calls.
8280
8281 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8282
8283 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8284 return if core file is not recognized.
8285
8286 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8287
8288 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8289 and extra UIs.
8290
8291 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8292
8293 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8294 proc_with_prefix.
8295
8296 2017-02-10 Tom Tromey <tom@tromey.com>
8297
8298 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8299
8300 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8301
8302 PR gdb/21122
8303 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8304
8305 2017-02-08 Jerome Guitton <guitton@adacore.com>
8306
8307 * gdb.base/define.exp: Add test for command abbreviations
8308 in define.
8309
8310 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8311
8312 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8313 * gdb.reverse/insn-reverse-x86.c: New file.
8314
8315 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8316
8317 PR tdep/20936
8318 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8319
8320 2017-02-03 Tom Tromey <tom@tromey.com>
8321
8322 PR rust/21097:
8323 * gdb.rust/simple.exp: Add new tests.
8324
8325 2017-02-02 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8328 tests.
8329
8330 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8331
8332 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8333 taking a 2-byte value out of a 4-byte DWARF implicit value on
8334 big-endian targets.
8335 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8336 logic. Add test cases for DW_OP_implicit.
8337
8338 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8339
8340 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8341
8342 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8343
8344 * gdb.btrace/enable.exp: Call gdb_exit before
8345 skip_gdbserver_tests.
8346
8347 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8348
8349 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8350 GDBFLAGS.
8351
8352 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8353
8354 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8355 the test is skipped.
8356 * gdb.btrace/data.exp: Likewise.
8357 * gdb.btrace/delta.exp: Likewise.
8358 * gdb.btrace/dlopen.exp: Likewise.
8359 * gdb.btrace/enable-running.exp: Likewise.
8360 * gdb.btrace/enable.exp: Likewise.
8361 * gdb.btrace/exception.exp: Likewise.
8362 * gdb.btrace/function_call_history.exp: Likewise.
8363 * gdb.btrace/gcore.exp: Likewise.
8364 * gdb.btrace/instruction_history.exp: Likewise.
8365 * gdb.btrace/multi-thread-step.exp: Likewise.
8366 * gdb.btrace/nohist.exp: Likewise.
8367 * gdb.btrace/non-stop.exp: Likewise.
8368 * gdb.btrace/reconnect.exp: Likewise.
8369 * gdb.btrace/record_goto-step.exp: Likewise.
8370 * gdb.btrace/record_goto.exp: Likewise.
8371 * gdb.btrace/rn-dl-bind.exp: Likewise.
8372 * gdb.btrace/segv.exp: Likewise.
8373 * gdb.btrace/step.exp: Likewise.
8374 * gdb.btrace/stepi.exp: Likewise.
8375 * gdb.btrace/tailcall-only.exp: Likewise.
8376 * gdb.btrace/tailcall.exp: Likewise.
8377 * gdb.btrace/tsx.exp: Likewise.
8378 * gdb.btrace/unknown_functions.exp: Likewise.
8379 * gdb.btrace/vdso.exp: Likewise.
8380
8381 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8382
8383 * gdb.btrace/enable-running.c: New.
8384 * gdb.btrace/enable-running.exp: New.
8385
8386 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8387
8388 * gdb.arch/amd64-gs_base.c: New file.
8389 * gdb.arch/amd64-gs_base.exp: New file.
8390
8391 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8392
8393 * lib/memory.exp: Remove spurious empty newlines.
8394
8395 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8396
8397 * gdb.python/py-bad-printers.exp: Load python file using "source".
8398 * gdb.python/py-events.exp: Likewise.
8399 * gdb.python/py-evsignal.exp: Likewise.
8400 * gdb.python/py-evthreads.exp: Likewise.
8401 * gdb.python/py-frame-args.exp: Likewise.
8402 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8403 * gdb.python/py-framefilter-mi.exp: Likewise.
8404 * gdb.python/py-framefilter.exp: Likewise.
8405 * gdb.python/py-mi.exp: Likewise.
8406 * gdb.python/py-pp-maint.exp: Likewise.
8407 * gdb.python/py-pp-registration.exp: Likewise.
8408 * gdb.python/py-prettyprint.exp: Likewise.
8409 (run_lang_tests): Likewise.
8410 * gdb.python/py-typeprint.exp: Likewise.
8411
8412 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8413
8414 * lib/memory.exp: New file.
8415 * lib/gdb.exp: Load memory.exp.
8416 * gdb.base/memattr.exp (delete_memory): Move proc to
8417 lib/memory.exp and rename to delete_memory_regions.
8418 Replace delete_memory with delete_memory_regions.
8419 Cleanup memory regions before tests.
8420 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8421 before tests.
8422
8423 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8424
8425 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8426 files.
8427 (initialize): New function conditionally defined.
8428 (testcases): Move within conditional block.
8429 (main): Call initialize.
8430 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8431 of gdb.reverse/insn-reverse.c.
8432 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8433 gdb.reverse/insn-reverse.c.
8434
8435 2017-01-26 Yao Qi <yao.qi@linaro.org>
8436
8437 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8438 disassemble on address 0.
8439
8440 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8441 Yao Qi <yao.qi@linaro.org>
8442
8443 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8444 * gdb.dwarf2/implptr-64bit.S: Remove.
8445 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8446 variables in caller's context. Add DW_OP_implicit_value.
8447
8448 2017-01-25 Yao Qi <yao.qi@linaro.org>
8449
8450 * lib/dwarf.exp (Dwarf::_location): Handle
8451 DW_OP_GNU_implicit_pointer with proper size.
8452
8453 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8454
8455 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8456 and add untested calls.
8457
8458 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8459
8460 * gdb.python/python.exp: Check line number against what GDB thinks
8461 the line number is for func1.
8462
8463 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8464
8465 * gdb.dlang/debug-expr.exp: New file.
8466
8467 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8468
8469 Fix test names for the following files:
8470
8471 * gdb.ada/exec_changed.exp
8472 * gdb.ada/info_types.exp
8473 * gdb.arch/aarch64-atomic-inst.exp
8474 * gdb.arch/aarch64-fp.exp
8475 * gdb.arch/altivec-abi.exp
8476 * gdb.arch/altivec-regs.exp
8477 * gdb.arch/amd64-byte.exp
8478 * gdb.arch/amd64-disp-step.exp
8479 * gdb.arch/amd64-dword.exp
8480 * gdb.arch/amd64-entry-value-inline.exp
8481 * gdb.arch/amd64-entry-value-param.exp
8482 * gdb.arch/amd64-entry-value-paramref.exp
8483 * gdb.arch/amd64-entry-value.exp
8484 * gdb.arch/amd64-i386-address.exp
8485 * gdb.arch/amd64-invalid-stack-middle.exp
8486 * gdb.arch/amd64-invalid-stack-top.exp
8487 * gdb.arch/amd64-optimout-repeat.exp
8488 * gdb.arch/amd64-prologue-skip.exp
8489 * gdb.arch/amd64-prologue-xmm.exp
8490 * gdb.arch/amd64-stap-special-operands.exp
8491 * gdb.arch/amd64-stap-wrong-subexp.exp
8492 * gdb.arch/amd64-tailcall-cxx.exp
8493 * gdb.arch/amd64-tailcall-noret.exp
8494 * gdb.arch/amd64-tailcall-ret.exp
8495 * gdb.arch/amd64-tailcall-self.exp
8496 * gdb.arch/amd64-word.exp
8497 * gdb.arch/arm-bl-branch-dest.exp
8498 * gdb.arch/arm-disp-step.exp
8499 * gdb.arch/arm-neon.exp
8500 * gdb.arch/arm-single-step-kernel-helper.exp
8501 * gdb.arch/avr-flash-qualifier.exp
8502 * gdb.arch/disp-step-insn-reloc.exp
8503 * gdb.arch/e500-abi.exp
8504 * gdb.arch/e500-regs.exp
8505 * gdb.arch/ftrace-insn-reloc.exp
8506 * gdb.arch/i386-avx512.exp
8507 * gdb.arch/i386-bp_permanent.exp
8508 * gdb.arch/i386-byte.exp
8509 * gdb.arch/i386-cfi-notcurrent.exp
8510 * gdb.arch/i386-disp-step.exp
8511 * gdb.arch/i386-dr3-watch.exp
8512 * gdb.arch/i386-float.exp
8513 * gdb.arch/i386-gnu-cfi.exp
8514 * gdb.arch/i386-mpx-map.exp
8515 * gdb.arch/i386-mpx-sigsegv.exp
8516 * gdb.arch/i386-mpx-simple_segv.exp
8517 * gdb.arch/i386-mpx.exp
8518 * gdb.arch/i386-permbkpt.exp
8519 * gdb.arch/i386-prologue.exp
8520 * gdb.arch/i386-signal.exp
8521 * gdb.arch/i386-size-overlap.exp
8522 * gdb.arch/i386-unwind.exp
8523 * gdb.arch/i386-word.exp
8524 * gdb.arch/mips-fcr.exp
8525 * gdb.arch/powerpc-d128-regs.exp
8526 * gdb.arch/powerpc-stackless.exp
8527 * gdb.arch/ppc64-atomic-inst.exp
8528 * gdb.arch/s390-stackless.exp
8529 * gdb.arch/s390-tdbregs.exp
8530 * gdb.arch/s390-vregs.exp
8531 * gdb.arch/sparc-sysstep.exp
8532 * gdb.arch/thumb-bx-pc.exp
8533 * gdb.arch/thumb-singlestep.exp
8534 * gdb.arch/thumb2-it.exp
8535 * gdb.arch/vsx-regs.exp
8536 * gdb.asm/asm-source.exp
8537 * gdb.base/a2-run.exp
8538 * gdb.base/advance.exp
8539 * gdb.base/all-bin.exp
8540 * gdb.base/anon.exp
8541 * gdb.base/args.exp
8542 * gdb.base/arithmet.exp
8543 * gdb.base/async-shell.exp
8544 * gdb.base/async.exp
8545 * gdb.base/attach-pie-noexec.exp
8546 * gdb.base/attach-twice.exp
8547 * gdb.base/auto-load.exp
8548 * gdb.base/bang.exp
8549 * gdb.base/bitfields.exp
8550 * gdb.base/break-always.exp
8551 * gdb.base/break-caller-line.exp
8552 * gdb.base/break-entry.exp
8553 * gdb.base/break-inline.exp
8554 * gdb.base/break-on-linker-gcd-function.exp
8555 * gdb.base/break-probes.exp
8556 * gdb.base/break.exp
8557 * gdb.base/breakpoint-shadow.exp
8558 * gdb.base/call-ar-st.exp
8559 * gdb.base/call-sc.exp
8560 * gdb.base/call-signal-resume.exp
8561 * gdb.base/call-strs.exp
8562 * gdb.base/callfuncs.exp
8563 * gdb.base/catch-fork-static.exp
8564 * gdb.base/catch-gdb-caused-signals.exp
8565 * gdb.base/catch-load.exp
8566 * gdb.base/catch-signal-fork.exp
8567 * gdb.base/catch-signal.exp
8568 * gdb.base/catch-syscall.exp
8569 * gdb.base/charset.exp
8570 * gdb.base/checkpoint.exp
8571 * gdb.base/chng-syms.exp
8572 * gdb.base/code-expr.exp
8573 * gdb.base/code_elim.exp
8574 * gdb.base/commands.exp
8575 * gdb.base/completion.exp
8576 * gdb.base/complex.exp
8577 * gdb.base/cond-expr.exp
8578 * gdb.base/condbreak.exp
8579 * gdb.base/consecutive.exp
8580 * gdb.base/continue-all-already-running.exp
8581 * gdb.base/coredump-filter.exp
8582 * gdb.base/corefile.exp
8583 * gdb.base/dbx.exp
8584 * gdb.base/debug-expr.exp
8585 * gdb.base/define.exp
8586 * gdb.base/del.exp
8587 * gdb.base/disabled-location.exp
8588 * gdb.base/disasm-end-cu.exp
8589 * gdb.base/disasm-optim.exp
8590 * gdb.base/display.exp
8591 * gdb.base/duplicate-bp.exp
8592 * gdb.base/ena-dis-br.exp
8593 * gdb.base/ending-run.exp
8594 * gdb.base/enumval.exp
8595 * gdb.base/environ.exp
8596 * gdb.base/eu-strip-infcall.exp
8597 * gdb.base/eval-avoid-side-effects.exp
8598 * gdb.base/eval-skip.exp
8599 * gdb.base/exitsignal.exp
8600 * gdb.base/expand-psymtabs.exp
8601 * gdb.base/filesym.exp
8602 * gdb.base/find-unmapped.exp
8603 * gdb.base/finish.exp
8604 * gdb.base/float.exp
8605 * gdb.base/foll-exec-mode.exp
8606 * gdb.base/foll-exec.exp
8607 * gdb.base/foll-fork.exp
8608 * gdb.base/fortran-sym-case.exp
8609 * gdb.base/freebpcmd.exp
8610 * gdb.base/func-ptr.exp
8611 * gdb.base/func-ptrs.exp
8612 * gdb.base/funcargs.exp
8613 * gdb.base/gcore-buffer-overflow.exp
8614 * gdb.base/gcore-relro-pie.exp
8615 * gdb.base/gcore-relro.exp
8616 * gdb.base/gcore.exp
8617 * gdb.base/gdb1090.exp
8618 * gdb.base/gdb11530.exp
8619 * gdb.base/gdb11531.exp
8620 * gdb.base/gdb1821.exp
8621 * gdb.base/gdbindex-stabs.exp
8622 * gdb.base/gdbvars.exp
8623 * gdb.base/hbreak.exp
8624 * gdb.base/hbreak2.exp
8625 * gdb.base/included.exp
8626 * gdb.base/infcall-input.exp
8627 * gdb.base/inferior-died.exp
8628 * gdb.base/infnan.exp
8629 * gdb.base/info-macros.exp
8630 * gdb.base/info-os.exp
8631 * gdb.base/info-proc.exp
8632 * gdb.base/info-shared.exp
8633 * gdb.base/info-target.exp
8634 * gdb.base/infoline.exp
8635 * gdb.base/interp.exp
8636 * gdb.base/interrupt.exp
8637 * gdb.base/jit-reader.exp
8638 * gdb.base/jit-simple.exp
8639 * gdb.base/kill-after-signal.exp
8640 * gdb.base/kill-detach-inferiors-cmd.exp
8641 * gdb.base/label.exp
8642 * gdb.base/langs.exp
8643 * gdb.base/ldbl_e308.exp
8644 * gdb.base/line-symtabs.exp
8645 * gdb.base/linespecs.exp
8646 * gdb.base/list.exp
8647 * gdb.base/long_long.exp
8648 * gdb.base/longest-types.exp
8649 * gdb.base/maint.exp
8650 * gdb.base/max-value-size.exp
8651 * gdb.base/memattr.exp
8652 * gdb.base/mips_pro.exp
8653 * gdb.base/morestack.exp
8654 * gdb.base/moribund-step.exp
8655 * gdb.base/multi-forks.exp
8656 * gdb.base/nested-addr.exp
8657 * gdb.base/nextoverexit.exp
8658 * gdb.base/noreturn-finish.exp
8659 * gdb.base/noreturn-return.exp
8660 * gdb.base/nostdlib.exp
8661 * gdb.base/offsets.exp
8662 * gdb.base/opaque.exp
8663 * gdb.base/pc-fp.exp
8664 * gdb.base/permissions.exp
8665 * gdb.base/print-symbol-loading.exp
8666 * gdb.base/prologue-include.exp
8667 * gdb.base/psymtab.exp
8668 * gdb.base/ptype.exp
8669 * gdb.base/random-signal.exp
8670 * gdb.base/randomize.exp
8671 * gdb.base/range-stepping.exp
8672 * gdb.base/readline-ask.exp
8673 * gdb.base/recpar.exp
8674 * gdb.base/recurse.exp
8675 * gdb.base/relational.exp
8676 * gdb.base/restore.exp
8677 * gdb.base/return-nodebug.exp
8678 * gdb.base/return.exp
8679 * gdb.base/run-after-attach.exp
8680 * gdb.base/save-bp.exp
8681 * gdb.base/scope.exp
8682 * gdb.base/sect-cmd.exp
8683 * gdb.base/set-lang-auto.exp
8684 * gdb.base/set-noassign.exp
8685 * gdb.base/setvar.exp
8686 * gdb.base/sigall.exp
8687 * gdb.base/sigbpt.exp
8688 * gdb.base/siginfo-addr.exp
8689 * gdb.base/siginfo-infcall.exp
8690 * gdb.base/siginfo-obj.exp
8691 * gdb.base/siginfo.exp
8692 * gdb.base/signals-state-child.exp
8693 * gdb.base/signest.exp
8694 * gdb.base/sigstep.exp
8695 * gdb.base/sizeof.exp
8696 * gdb.base/skip.exp
8697 * gdb.base/solib-corrupted.exp
8698 * gdb.base/solib-nodir.exp
8699 * gdb.base/solib-search.exp
8700 * gdb.base/stack-checking.exp
8701 * gdb.base/stale-infcall.exp
8702 * gdb.base/stap-probe.exp
8703 * gdb.base/start.exp
8704 * gdb.base/step-break.exp
8705 * gdb.base/step-bt.exp
8706 * gdb.base/step-line.exp
8707 * gdb.base/step-over-exit.exp
8708 * gdb.base/step-over-syscall.exp
8709 * gdb.base/step-resume-infcall.exp
8710 * gdb.base/step-test.exp
8711 * gdb.base/store.exp
8712 * gdb.base/structs3.exp
8713 * gdb.base/sym-file.exp
8714 * gdb.base/symbol-without-target_section.exp
8715 * gdb.base/term.exp
8716 * gdb.base/testenv.exp
8717 * gdb.base/ui-redirect.exp
8718 * gdb.base/until.exp
8719 * gdb.base/unwindonsignal.exp
8720 * gdb.base/value-double-free.exp
8721 * gdb.base/vla-datatypes.exp
8722 * gdb.base/vla-ptr.exp
8723 * gdb.base/vla-sideeffect.exp
8724 * gdb.base/volatile.exp
8725 * gdb.base/watch-cond-infcall.exp
8726 * gdb.base/watch-cond.exp
8727 * gdb.base/watch-non-mem.exp
8728 * gdb.base/watch-read.exp
8729 * gdb.base/watch-vfork.exp
8730 * gdb.base/watchpoint-cond-gone.exp
8731 * gdb.base/watchpoint-delete.exp
8732 * gdb.base/watchpoint-hw-hit-once.exp
8733 * gdb.base/watchpoint-hw.exp
8734 * gdb.base/watchpoint-stops-at-right-insn.exp
8735 * gdb.base/watchpoints.exp
8736 * gdb.base/wchar.exp
8737 * gdb.base/whatis-exp.exp
8738 * gdb.btrace/buffer-size.exp
8739 * gdb.btrace/data.exp
8740 * gdb.btrace/delta.exp
8741 * gdb.btrace/dlopen.exp
8742 * gdb.btrace/enable.exp
8743 * gdb.btrace/exception.exp
8744 * gdb.btrace/function_call_history.exp
8745 * gdb.btrace/gcore.exp
8746 * gdb.btrace/instruction_history.exp
8747 * gdb.btrace/nohist.exp
8748 * gdb.btrace/reconnect.exp
8749 * gdb.btrace/record_goto-step.exp
8750 * gdb.btrace/record_goto.exp
8751 * gdb.btrace/rn-dl-bind.exp
8752 * gdb.btrace/segv.exp
8753 * gdb.btrace/step.exp
8754 * gdb.btrace/stepi.exp
8755 * gdb.btrace/tailcall-only.exp
8756 * gdb.btrace/tailcall.exp
8757 * gdb.btrace/tsx.exp
8758 * gdb.btrace/unknown_functions.exp
8759 * gdb.btrace/vdso.exp
8760 * gdb.compile/compile-ifunc.exp
8761 * gdb.compile/compile-ops.exp
8762 * gdb.compile/compile-print.exp
8763 * gdb.compile/compile-setjmp.exp
8764 * gdb.cp/abstract-origin.exp
8765 * gdb.cp/ambiguous.exp
8766 * gdb.cp/annota2.exp
8767 * gdb.cp/annota3.exp
8768 * gdb.cp/anon-ns.exp
8769 * gdb.cp/anon-struct.exp
8770 * gdb.cp/anon-union.exp
8771 * gdb.cp/arg-reference.exp
8772 * gdb.cp/baseenum.exp
8773 * gdb.cp/bool.exp
8774 * gdb.cp/breakpoint.exp
8775 * gdb.cp/bs15503.exp
8776 * gdb.cp/call-c.exp
8777 * gdb.cp/casts.exp
8778 * gdb.cp/chained-calls.exp
8779 * gdb.cp/class2.exp
8780 * gdb.cp/classes.exp
8781 * gdb.cp/cmpd-minsyms.exp
8782 * gdb.cp/converts.exp
8783 * gdb.cp/cp-relocate.exp
8784 * gdb.cp/cpcompletion.exp
8785 * gdb.cp/cpexprs.exp
8786 * gdb.cp/cplabel.exp
8787 * gdb.cp/cplusfuncs.exp
8788 * gdb.cp/cpsizeof.exp
8789 * gdb.cp/ctti.exp
8790 * gdb.cp/derivation.exp
8791 * gdb.cp/destrprint.exp
8792 * gdb.cp/dispcxx.exp
8793 * gdb.cp/enum-class.exp
8794 * gdb.cp/exception.exp
8795 * gdb.cp/exceptprint.exp
8796 * gdb.cp/expand-psymtabs-cxx.exp
8797 * gdb.cp/expand-sals.exp
8798 * gdb.cp/extern-c.exp
8799 * gdb.cp/filename.exp
8800 * gdb.cp/formatted-ref.exp
8801 * gdb.cp/fpointer.exp
8802 * gdb.cp/gdb1355.exp
8803 * gdb.cp/gdb2495.exp
8804 * gdb.cp/hang.exp
8805 * gdb.cp/impl-this.exp
8806 * gdb.cp/infcall-dlopen.exp
8807 * gdb.cp/inherit.exp
8808 * gdb.cp/iostream.exp
8809 * gdb.cp/koenig.exp
8810 * gdb.cp/local.exp
8811 * gdb.cp/m-data.exp
8812 * gdb.cp/m-static.exp
8813 * gdb.cp/mb-ctor.exp
8814 * gdb.cp/mb-inline.exp
8815 * gdb.cp/mb-templates.exp
8816 * gdb.cp/member-name.exp
8817 * gdb.cp/member-ptr.exp
8818 * gdb.cp/meth-typedefs.exp
8819 * gdb.cp/method.exp
8820 * gdb.cp/method2.exp
8821 * gdb.cp/minsym-fallback.exp
8822 * gdb.cp/misc.exp
8823 * gdb.cp/namelessclass.exp
8824 * gdb.cp/namespace-enum.exp
8825 * gdb.cp/namespace-nested-import.exp
8826 * gdb.cp/namespace.exp
8827 * gdb.cp/nextoverthrow.exp
8828 * gdb.cp/no-dmgl-verbose.exp
8829 * gdb.cp/non-trivial-retval.exp
8830 * gdb.cp/noparam.exp
8831 * gdb.cp/nsdecl.exp
8832 * gdb.cp/nsimport.exp
8833 * gdb.cp/nsnested.exp
8834 * gdb.cp/nsnoimports.exp
8835 * gdb.cp/nsrecurs.exp
8836 * gdb.cp/nsstress.exp
8837 * gdb.cp/nsusing.exp
8838 * gdb.cp/operator.exp
8839 * gdb.cp/oranking.exp
8840 * gdb.cp/overload-const.exp
8841 * gdb.cp/overload.exp
8842 * gdb.cp/ovldbreak.exp
8843 * gdb.cp/ovsrch.exp
8844 * gdb.cp/paren-type.exp
8845 * gdb.cp/parse-lang.exp
8846 * gdb.cp/pass-by-ref.exp
8847 * gdb.cp/pr-1023.exp
8848 * gdb.cp/pr-1210.exp
8849 * gdb.cp/pr-574.exp
8850 * gdb.cp/pr10687.exp
8851 * gdb.cp/pr12028.exp
8852 * gdb.cp/pr17132.exp
8853 * gdb.cp/pr17494.exp
8854 * gdb.cp/pr9067.exp
8855 * gdb.cp/pr9167.exp
8856 * gdb.cp/pr9631.exp
8857 * gdb.cp/printmethod.exp
8858 * gdb.cp/psmang.exp
8859 * gdb.cp/psymtab-parameter.exp
8860 * gdb.cp/ptype-cv-cp.exp
8861 * gdb.cp/ptype-flags.exp
8862 * gdb.cp/re-set-overloaded.exp
8863 * gdb.cp/ref-types.exp
8864 * gdb.cp/rtti.exp
8865 * gdb.cp/scope-err.exp
8866 * gdb.cp/shadow.exp
8867 * gdb.cp/smartp.exp
8868 * gdb.cp/static-method.exp
8869 * gdb.cp/static-print-quit.exp
8870 * gdb.cp/temargs.exp
8871 * gdb.cp/templates.exp
8872 * gdb.cp/try_catch.exp
8873 * gdb.cp/typedef-operator.exp
8874 * gdb.cp/typeid.exp
8875 * gdb.cp/userdef.exp
8876 * gdb.cp/using-crash.exp
8877 * gdb.cp/var-tag.exp
8878 * gdb.cp/virtbase.exp
8879 * gdb.cp/virtfunc.exp
8880 * gdb.cp/virtfunc2.exp
8881 * gdb.cp/vla-cxx.exp
8882 * gdb.disasm/t01_mov.exp
8883 * gdb.disasm/t02_mova.exp
8884 * gdb.disasm/t03_add.exp
8885 * gdb.disasm/t04_sub.exp
8886 * gdb.disasm/t05_cmp.exp
8887 * gdb.disasm/t06_ari2.exp
8888 * gdb.disasm/t07_ari3.exp
8889 * gdb.disasm/t08_or.exp
8890 * gdb.disasm/t09_xor.exp
8891 * gdb.disasm/t10_and.exp
8892 * gdb.disasm/t11_logs.exp
8893 * gdb.disasm/t12_bit.exp
8894 * gdb.disasm/t13_otr.exp
8895 * gdb.dlang/circular.exp
8896 * gdb.dwarf2/arr-stride.exp
8897 * gdb.dwarf2/arr-subrange.exp
8898 * gdb.dwarf2/atomic-type.exp
8899 * gdb.dwarf2/bad-regnum.exp
8900 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8901 * gdb.dwarf2/callframecfa.exp
8902 * gdb.dwarf2/clztest.exp
8903 * gdb.dwarf2/corrupt.exp
8904 * gdb.dwarf2/data-loc.exp
8905 * gdb.dwarf2/dup-psym.exp
8906 * gdb.dwarf2/dw2-anon-mptr.exp
8907 * gdb.dwarf2/dw2-anonymous-func.exp
8908 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8909 * gdb.dwarf2/dw2-bad-unresolved.exp
8910 * gdb.dwarf2/dw2-basic.exp
8911 * gdb.dwarf2/dw2-canonicalize-type.exp
8912 * gdb.dwarf2/dw2-case-insensitive.exp
8913 * gdb.dwarf2/dw2-common-block.exp
8914 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8915 * gdb.dwarf2/dw2-compressed.exp
8916 * gdb.dwarf2/dw2-const.exp
8917 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8918 * gdb.dwarf2/dw2-cu-size.exp
8919 * gdb.dwarf2/dw2-dup-frame.exp
8920 * gdb.dwarf2/dw2-entry-value.exp
8921 * gdb.dwarf2/dw2-icycle.exp
8922 * gdb.dwarf2/dw2-ifort-parameter.exp
8923 * gdb.dwarf2/dw2-inline-break.exp
8924 * gdb.dwarf2/dw2-inline-param.exp
8925 * gdb.dwarf2/dw2-intercu.exp
8926 * gdb.dwarf2/dw2-intermix.exp
8927 * gdb.dwarf2/dw2-lexical-block-bare.exp
8928 * gdb.dwarf2/dw2-linkage-name-trust.exp
8929 * gdb.dwarf2/dw2-minsym-in-cu.exp
8930 * gdb.dwarf2/dw2-noloc.exp
8931 * gdb.dwarf2/dw2-op-call.exp
8932 * gdb.dwarf2/dw2-op-out-param.exp
8933 * gdb.dwarf2/dw2-opt-structptr.exp
8934 * gdb.dwarf2/dw2-param-error.exp
8935 * gdb.dwarf2/dw2-producer.exp
8936 * gdb.dwarf2/dw2-ranges-base.exp
8937 * gdb.dwarf2/dw2-ref-missing-frame.exp
8938 * gdb.dwarf2/dw2-reg-undefined.exp
8939 * gdb.dwarf2/dw2-regno-invalid.exp
8940 * gdb.dwarf2/dw2-restore.exp
8941 * gdb.dwarf2/dw2-restrict.exp
8942 * gdb.dwarf2/dw2-single-line-discriminators.exp
8943 * gdb.dwarf2/dw2-strp.exp
8944 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8945 * gdb.dwarf2/dw2-unresolved.exp
8946 * gdb.dwarf2/dw2-var-zero-addr.exp
8947 * gdb.dwarf2/dw4-sig-types.exp
8948 * gdb.dwarf2/dwz.exp
8949 * gdb.dwarf2/dynarr-ptr.exp
8950 * gdb.dwarf2/enum-type.exp
8951 * gdb.dwarf2/gdb-index.exp
8952 * gdb.dwarf2/implptr-64bit.exp
8953 * gdb.dwarf2/implptr-optimized-out.exp
8954 * gdb.dwarf2/implptr.exp
8955 * gdb.dwarf2/implref-array.exp
8956 * gdb.dwarf2/implref-const.exp
8957 * gdb.dwarf2/implref-global.exp
8958 * gdb.dwarf2/implref-struct.exp
8959 * gdb.dwarf2/mac-fileno.exp
8960 * gdb.dwarf2/main-subprogram.exp
8961 * gdb.dwarf2/member-ptr-forwardref.exp
8962 * gdb.dwarf2/method-ptr.exp
8963 * gdb.dwarf2/missing-sig-type.exp
8964 * gdb.dwarf2/nonvar-access.exp
8965 * gdb.dwarf2/opaque-type-lookup.exp
8966 * gdb.dwarf2/pieces-optimized-out.exp
8967 * gdb.dwarf2/pieces.exp
8968 * gdb.dwarf2/pr10770.exp
8969 * gdb.dwarf2/pr13961.exp
8970 * gdb.dwarf2/staticvirtual.exp
8971 * gdb.dwarf2/subrange.exp
8972 * gdb.dwarf2/symtab-producer.exp
8973 * gdb.dwarf2/trace-crash.exp
8974 * gdb.dwarf2/typeddwarf.exp
8975 * gdb.dwarf2/valop.exp
8976 * gdb.dwarf2/watch-notconst.exp
8977 * gdb.fortran/array-element.exp
8978 * gdb.fortran/charset.exp
8979 * gdb.fortran/common-block.exp
8980 * gdb.fortran/complex.exp
8981 * gdb.fortran/derived-type-function.exp
8982 * gdb.fortran/derived-type.exp
8983 * gdb.fortran/logical.exp
8984 * gdb.fortran/module.exp
8985 * gdb.fortran/multi-dim.exp
8986 * gdb.fortran/nested-funcs.exp
8987 * gdb.fortran/print-formatted.exp
8988 * gdb.fortran/subarray.exp
8989 * gdb.fortran/vla-alloc-assoc.exp
8990 * gdb.fortran/vla-datatypes.exp
8991 * gdb.fortran/vla-history.exp
8992 * gdb.fortran/vla-ptr-info.exp
8993 * gdb.fortran/vla-ptype-sub.exp
8994 * gdb.fortran/vla-ptype.exp
8995 * gdb.fortran/vla-sizeof.exp
8996 * gdb.fortran/vla-type.exp
8997 * gdb.fortran/vla-value-sub-arbitrary.exp
8998 * gdb.fortran/vla-value-sub-finish.exp
8999 * gdb.fortran/vla-value-sub.exp
9000 * gdb.fortran/vla-value.exp
9001 * gdb.fortran/whatis_type.exp
9002 * gdb.go/chan.exp
9003 * gdb.go/handcall.exp
9004 * gdb.go/hello.exp
9005 * gdb.go/integers.exp
9006 * gdb.go/methods.exp
9007 * gdb.go/package.exp
9008 * gdb.go/strings.exp
9009 * gdb.go/types.exp
9010 * gdb.go/unsafe.exp
9011 * gdb.guile/scm-arch.exp
9012 * gdb.guile/scm-block.exp
9013 * gdb.guile/scm-breakpoint.exp
9014 * gdb.guile/scm-cmd.exp
9015 * gdb.guile/scm-disasm.exp
9016 * gdb.guile/scm-equal.exp
9017 * gdb.guile/scm-frame-args.exp
9018 * gdb.guile/scm-frame-inline.exp
9019 * gdb.guile/scm-frame.exp
9020 * gdb.guile/scm-iterator.exp
9021 * gdb.guile/scm-math.exp
9022 * gdb.guile/scm-objfile.exp
9023 * gdb.guile/scm-ports.exp
9024 * gdb.guile/scm-symbol.exp
9025 * gdb.guile/scm-symtab.exp
9026 * gdb.guile/scm-value-cc.exp
9027 * gdb.guile/types-module.exp
9028 * gdb.linespec/break-ask.exp
9029 * gdb.linespec/cpexplicit.exp
9030 * gdb.linespec/explicit.exp
9031 * gdb.linespec/keywords.exp
9032 * gdb.linespec/linespec.exp
9033 * gdb.linespec/ls-dollar.exp
9034 * gdb.linespec/ls-errs.exp
9035 * gdb.linespec/skip-two.exp
9036 * gdb.linespec/thread.exp
9037 * gdb.mi/mi-async.exp
9038 * gdb.mi/mi-basics.exp
9039 * gdb.mi/mi-break.exp
9040 * gdb.mi/mi-catch-load.exp
9041 * gdb.mi/mi-cli.exp
9042 * gdb.mi/mi-cmd-param-changed.exp
9043 * gdb.mi/mi-console.exp
9044 * gdb.mi/mi-detach.exp
9045 * gdb.mi/mi-disassemble.exp
9046 * gdb.mi/mi-eval.exp
9047 * gdb.mi/mi-file-transfer.exp
9048 * gdb.mi/mi-file.exp
9049 * gdb.mi/mi-fill-memory.exp
9050 * gdb.mi/mi-inheritance-syntax-error.exp
9051 * gdb.mi/mi-linespec-err-cp.exp
9052 * gdb.mi/mi-logging.exp
9053 * gdb.mi/mi-memory-changed.exp
9054 * gdb.mi/mi-read-memory.exp
9055 * gdb.mi/mi-record-changed.exp
9056 * gdb.mi/mi-reg-undefined.exp
9057 * gdb.mi/mi-regs.exp
9058 * gdb.mi/mi-return.exp
9059 * gdb.mi/mi-reverse.exp
9060 * gdb.mi/mi-simplerun.exp
9061 * gdb.mi/mi-solib.exp
9062 * gdb.mi/mi-stack.exp
9063 * gdb.mi/mi-stepi.exp
9064 * gdb.mi/mi-syn-frame.exp
9065 * gdb.mi/mi-until.exp
9066 * gdb.mi/mi-var-block.exp
9067 * gdb.mi/mi-var-child.exp
9068 * gdb.mi/mi-var-cmd.exp
9069 * gdb.mi/mi-var-cp.exp
9070 * gdb.mi/mi-var-display.exp
9071 * gdb.mi/mi-var-invalidate.exp
9072 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9073 * gdb.mi/mi-vla-fortran.exp
9074 * gdb.mi/mi-watch.exp
9075 * gdb.mi/mi2-var-child.exp
9076 * gdb.mi/user-selected-context-sync.exp
9077 * gdb.modula2/unbounded-array.exp
9078 * gdb.multi/dummy-frame-restore.exp
9079 * gdb.multi/multi-arch-exec.exp
9080 * gdb.multi/multi-arch.exp
9081 * gdb.multi/tids.exp
9082 * gdb.multi/watchpoint-multi.exp
9083 * gdb.opencl/callfuncs.exp
9084 * gdb.opencl/convs_casts.exp
9085 * gdb.opencl/datatypes.exp
9086 * gdb.opencl/operators.exp
9087 * gdb.opencl/vec_comps.exp
9088 * gdb.opt/clobbered-registers-O2.exp
9089 * gdb.opt/inline-break.exp
9090 * gdb.opt/inline-bt.exp
9091 * gdb.opt/inline-cmds.exp
9092 * gdb.opt/inline-locals.exp
9093 * gdb.pascal/case-insensitive-symbols.exp
9094 * gdb.pascal/floats.exp
9095 * gdb.pascal/gdb11492.exp
9096 * gdb.python/lib-types.exp
9097 * gdb.python/py-arch.exp
9098 * gdb.python/py-as-string.exp
9099 * gdb.python/py-bad-printers.exp
9100 * gdb.python/py-block.exp
9101 * gdb.python/py-breakpoint-create-fail.exp
9102 * gdb.python/py-breakpoint.exp
9103 * gdb.python/py-caller-is.exp
9104 * gdb.python/py-cmd.exp
9105 * gdb.python/py-explore-cc.exp
9106 * gdb.python/py-explore.exp
9107 * gdb.python/py-finish-breakpoint.exp
9108 * gdb.python/py-finish-breakpoint2.exp
9109 * gdb.python/py-frame-args.exp
9110 * gdb.python/py-frame-inline.exp
9111 * gdb.python/py-frame.exp
9112 * gdb.python/py-framefilter-mi.exp
9113 * gdb.python/py-infthread.exp
9114 * gdb.python/py-lazy-string.exp
9115 * gdb.python/py-linetable.exp
9116 * gdb.python/py-mi-events.exp
9117 * gdb.python/py-mi-objfile.exp
9118 * gdb.python/py-mi.exp
9119 * gdb.python/py-objfile.exp
9120 * gdb.python/py-pp-integral.exp
9121 * gdb.python/py-pp-maint.exp
9122 * gdb.python/py-pp-re-notag.exp
9123 * gdb.python/py-pp-registration.exp
9124 * gdb.python/py-recurse-unwind.exp
9125 * gdb.python/py-strfns.exp
9126 * gdb.python/py-symbol.exp
9127 * gdb.python/py-symtab.exp
9128 * gdb.python/py-sync-interp.exp
9129 * gdb.python/py-typeprint.exp
9130 * gdb.python/py-unwind-maint.exp
9131 * gdb.python/py-unwind.exp
9132 * gdb.python/py-value-cc.exp
9133 * gdb.python/py-xmethods.exp
9134 * gdb.reverse/amd64-tailcall-reverse.exp
9135 * gdb.reverse/break-precsave.exp
9136 * gdb.reverse/break-reverse.exp
9137 * gdb.reverse/consecutive-precsave.exp
9138 * gdb.reverse/consecutive-reverse.exp
9139 * gdb.reverse/finish-precsave.exp
9140 * gdb.reverse/finish-reverse-bkpt.exp
9141 * gdb.reverse/finish-reverse.exp
9142 * gdb.reverse/fstatat-reverse.exp
9143 * gdb.reverse/getresuid-reverse.exp
9144 * gdb.reverse/i386-precsave.exp
9145 * gdb.reverse/i386-reverse.exp
9146 * gdb.reverse/i386-sse-reverse.exp
9147 * gdb.reverse/i387-env-reverse.exp
9148 * gdb.reverse/i387-stack-reverse.exp
9149 * gdb.reverse/insn-reverse.exp
9150 * gdb.reverse/machinestate-precsave.exp
9151 * gdb.reverse/machinestate.exp
9152 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9153 * gdb.reverse/pipe-reverse.exp
9154 * gdb.reverse/readv-reverse.exp
9155 * gdb.reverse/recvmsg-reverse.exp
9156 * gdb.reverse/rerun-prec.exp
9157 * gdb.reverse/s390-mvcle.exp
9158 * gdb.reverse/step-precsave.exp
9159 * gdb.reverse/step-reverse.exp
9160 * gdb.reverse/time-reverse.exp
9161 * gdb.reverse/until-precsave.exp
9162 * gdb.reverse/until-reverse.exp
9163 * gdb.reverse/waitpid-reverse.exp
9164 * gdb.reverse/watch-precsave.exp
9165 * gdb.reverse/watch-reverse.exp
9166 * gdb.rust/generics.exp
9167 * gdb.rust/methods.exp
9168 * gdb.rust/modules.exp
9169 * gdb.rust/simple.exp
9170 * gdb.server/connect-with-no-symbol-file.exp
9171 * gdb.server/ext-attach.exp
9172 * gdb.server/ext-restart.exp
9173 * gdb.server/ext-wrapper.exp
9174 * gdb.server/file-transfer.exp
9175 * gdb.server/server-exec-info.exp
9176 * gdb.server/server-kill.exp
9177 * gdb.server/server-mon.exp
9178 * gdb.server/wrapper.exp
9179 * gdb.stabs/exclfwd.exp
9180 * gdb.stabs/gdb11479.exp
9181 * gdb.threads/clone-new-thread-event.exp
9182 * gdb.threads/corethreads.exp
9183 * gdb.threads/current-lwp-dead.exp
9184 * gdb.threads/dlopen-libpthread.exp
9185 * gdb.threads/gcore-thread.exp
9186 * gdb.threads/sigstep-threads.exp
9187 * gdb.threads/watchpoint-fork.exp
9188 * gdb.trace/actions-changed.exp
9189 * gdb.trace/backtrace.exp
9190 * gdb.trace/change-loc.exp
9191 * gdb.trace/circ.exp
9192 * gdb.trace/collection.exp
9193 * gdb.trace/disconnected-tracing.exp
9194 * gdb.trace/ftrace.exp
9195 * gdb.trace/mi-trace-frame-collected.exp
9196 * gdb.trace/mi-trace-unavailable.exp
9197 * gdb.trace/mi-traceframe-changed.exp
9198 * gdb.trace/mi-tsv-changed.exp
9199 * gdb.trace/no-attach-trace.exp
9200 * gdb.trace/passc-dyn.exp
9201 * gdb.trace/qtro.exp
9202 * gdb.trace/range-stepping.exp
9203 * gdb.trace/read-memory.exp
9204 * gdb.trace/save-trace.exp
9205 * gdb.trace/signal.exp
9206 * gdb.trace/status-stop.exp
9207 * gdb.trace/tfile.exp
9208 * gdb.trace/trace-break.exp
9209 * gdb.trace/trace-buffer-size.exp
9210 * gdb.trace/trace-condition.exp
9211 * gdb.trace/tracefile-pseudo-reg.exp
9212 * gdb.trace/tstatus.exp
9213 * gdb.trace/unavailable.exp
9214 * gdb.trace/while-dyn.exp
9215 * gdb.trace/while-stepping.exp
9216
9217 2016-12-22 Doug Evans <xdje42@gmail.com>
9218
9219 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9220 and msymbols.
9221
9222 2016-12-19 Yao Qi <yao.qi@linaro.org>
9223
9224 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9225 (test_with_self): Don't call do_steps_and_nexts, and remove
9226 code about stepping into xmalloc.
9227
9228 2016-12-09 Yao Qi <yao.qi@linaro.org>
9229
9230 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9231
9232 2016-12-09 Yao Qi <yao.qi@linaro.org>
9233
9234 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9235
9236 2016-12-09 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/all-architectures-0.exp: New file.
9239 * gdb.base/all-architectures-1.exp: New file.
9240 * gdb.base/all-architectures-2.exp: New file.
9241 * gdb.base/all-architectures-3.exp: New file.
9242 * gdb.base/all-architectures-4.exp: New file.
9243 * gdb.base/all-architectures-5.exp: New file.
9244 * gdb.base/all-architectures-6.exp: New file.
9245 * gdb.base/all-architectures-7.exp: New file.
9246 * gdb.base/all-architectures.exp.in: New file.
9247
9248 2016-12-09 Yao Qi <yao.qi@linaro.org>
9249
9250 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9251
9252 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9253
9254 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9255 possible.
9256 Remove useless pattern-matching code.
9257
9258 2016-12-02 Pedro Alves <palves@redhat.com>
9259
9260 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9261 procedure.
9262 (top level): Call it.
9263
9264 2016-12-02 Pedro Alves <palves@redhat.com>
9265
9266 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9267 New procedure.
9268 (top level): Call it.
9269
9270 2016-12-02 Pedro Alves <palves@redhat.com>
9271
9272 PR cli/20559
9273 * gdb.base/commands.exp (user_defined_command_args_eval): New
9274 procedure.
9275 (top level): Call it.
9276
9277 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9278
9279 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9280 timeout handling.
9281
9282 2016-12-02 Tom Tromey <tom@tromey.com>
9283
9284 * gdb.dwarf2/main-subprogram.c: New file.
9285 * gdb.dwarf2/main-subprogram.exp: New file.
9286
9287 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9288
9289 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9290 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9291 gdb_test_no_output for a couple of cases.
9292 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9293
9294 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9295
9296 Fix test names and standardize compilation error messages throughout
9297 the following files:
9298
9299 * gdb.ada/start.exp
9300 * gdb.arch/alpha-step.exp
9301 * gdb.arch/e500-prologue.exp
9302 * gdb.arch/ftrace-insn-reloc.exp
9303 * gdb.arch/gdb1291.exp
9304 * gdb.arch/gdb1431.exp
9305 * gdb.arch/gdb1558.exp
9306 * gdb.arch/i386-dr3-watch.exp
9307 * gdb.arch/i386-sse-stack-align.exp
9308 * gdb.arch/ia64-breakpoint-shadow.exp
9309 * gdb.arch/pa-nullify.exp
9310 * gdb.arch/powerpc-aix-prologue.exp
9311 * gdb.arch/thumb-bx-pc.exp
9312 * gdb.base/annota1.exp
9313 * gdb.base/annota3.exp
9314 * gdb.base/arrayidx.exp
9315 * gdb.base/assign.exp
9316 * gdb.base/attach.exp
9317 * gdb.base/auxv.exp
9318 * gdb.base/bang.exp
9319 * gdb.base/bfp-test.exp
9320 * gdb.base/bigcore.exp
9321 * gdb.base/bitfields2.exp
9322 * gdb.base/break-fun-addr.exp
9323 * gdb.base/break-probes.exp
9324 * gdb.base/call-rt-st.exp
9325 * gdb.base/callexit.exp
9326 * gdb.base/catch-fork-kill.exp
9327 * gdb.base/charset.exp
9328 * gdb.base/checkpoint.exp
9329 * gdb.base/comprdebug.exp
9330 * gdb.base/constvars.exp
9331 * gdb.base/coredump-filter.exp
9332 * gdb.base/cursal.exp
9333 * gdb.base/cvexpr.exp
9334 * gdb.base/detach.exp
9335 * gdb.base/display.exp
9336 * gdb.base/dmsym.exp
9337 * gdb.base/dprintf-pending.exp
9338 * gdb.base/dso2dso.exp
9339 * gdb.base/dtrace-probe.exp
9340 * gdb.base/dump.exp
9341 * gdb.base/enum_cond.exp
9342 * gdb.base/exe-lock.exp
9343 * gdb.base/exec-invalid-sysroot.exp
9344 * gdb.base/execl-update-breakpoints.exp
9345 * gdb.base/exprs.exp
9346 * gdb.base/fileio.exp
9347 * gdb.base/find.exp
9348 * gdb.base/finish.exp
9349 * gdb.base/fixsection.exp
9350 * gdb.base/foll-vfork.exp
9351 * gdb.base/frame-args.exp
9352 * gdb.base/gcore.exp
9353 * gdb.base/gdb1250.exp
9354 * gdb.base/global-var-nested-by-dso.exp
9355 * gdb.base/gnu-ifunc.exp
9356 * gdb.base/hashline1.exp
9357 * gdb.base/hashline2.exp
9358 * gdb.base/hashline3.exp
9359 * gdb.base/hbreak-in-shr-unsupported.exp
9360 * gdb.base/huge.exp
9361 * gdb.base/infcall-input.exp
9362 * gdb.base/info-fun.exp
9363 * gdb.base/info-shared.exp
9364 * gdb.base/jit-simple.exp
9365 * gdb.base/jit-so.exp
9366 * gdb.base/jit.exp
9367 * gdb.base/jump.exp
9368 * gdb.base/label.exp
9369 * gdb.base/lineinc.exp
9370 * gdb.base/logical.exp
9371 * gdb.base/longjmp.exp
9372 * gdb.base/macscp.exp
9373 * gdb.base/miscexprs.exp
9374 * gdb.base/new-ui-echo.exp
9375 * gdb.base/new-ui-pending-input.exp
9376 * gdb.base/new-ui.exp
9377 * gdb.base/nodebug.exp
9378 * gdb.base/nofield.exp
9379 * gdb.base/offsets.exp
9380 * gdb.base/overlays.exp
9381 * gdb.base/pending.exp
9382 * gdb.base/pointers.exp
9383 * gdb.base/pr11022.exp
9384 * gdb.base/printcmds.exp
9385 * gdb.base/prologue.exp
9386 * gdb.base/ptr-typedef.exp
9387 * gdb.base/realname-expand.exp
9388 * gdb.base/relativedebug.exp
9389 * gdb.base/relocate.exp
9390 * gdb.base/remote.exp
9391 * gdb.base/reread.exp
9392 * gdb.base/return2.exp
9393 * gdb.base/savedregs.exp
9394 * gdb.base/sep.exp
9395 * gdb.base/sepdebug.exp
9396 * gdb.base/sepsymtab.exp
9397 * gdb.base/set-inferior-tty.exp
9398 * gdb.base/setshow.exp
9399 * gdb.base/shlib-call.exp
9400 * gdb.base/sigaltstack.exp
9401 * gdb.base/siginfo-addr.exp
9402 * gdb.base/signals.exp
9403 * gdb.base/signull.exp
9404 * gdb.base/sigrepeat.exp
9405 * gdb.base/so-impl-ld.exp
9406 * gdb.base/solib-display.exp
9407 * gdb.base/solib-overlap.exp
9408 * gdb.base/solib-search.exp
9409 * gdb.base/solib-symbol.exp
9410 * gdb.base/structs.exp
9411 * gdb.base/structs2.exp
9412 * gdb.base/symtab-search-order.exp
9413 * gdb.base/twice.exp
9414 * gdb.base/unload.exp
9415 * gdb.base/varargs.exp
9416 * gdb.base/watchpoint-solib.exp
9417 * gdb.base/watchpoint.exp
9418 * gdb.base/whatis.exp
9419 * gdb.base/wrong_frame_bt_full.exp
9420 * gdb.btrace/dlopen.exp
9421 * gdb.cell/ea-standalone.exp
9422 * gdb.cell/ea-test.exp
9423 * gdb.cp/dispcxx.exp
9424 * gdb.cp/gdb2384.exp
9425 * gdb.cp/method2.exp
9426 * gdb.cp/nextoverthrow.exp
9427 * gdb.cp/pr10728.exp
9428 * gdb.disasm/am33.exp
9429 * gdb.disasm/h8300s.exp
9430 * gdb.disasm/mn10300.exp
9431 * gdb.disasm/sh3.exp
9432 * gdb.dwarf2/dw2-dir-file-name.exp
9433 * gdb.fortran/complex.exp
9434 * gdb.fortran/library-module.exp
9435 * gdb.guile/scm-pretty-print.exp
9436 * gdb.guile/scm-symbol.exp
9437 * gdb.guile/scm-type.exp
9438 * gdb.guile/scm-value.exp
9439 * gdb.linespec/linespec.exp
9440 * gdb.mi/gdb701.exp
9441 * gdb.mi/gdb792.exp
9442 * gdb.mi/mi-breakpoint-changed.exp
9443 * gdb.mi/mi-dprintf-pending.exp
9444 * gdb.mi/mi-dprintf.exp
9445 * gdb.mi/mi-exit-code.exp
9446 * gdb.mi/mi-pending.exp
9447 * gdb.mi/mi-solib.exp
9448 * gdb.mi/new-ui-mi-sync.exp
9449 * gdb.mi/pr11022.exp
9450 * gdb.mi/user-selected-context-sync.exp
9451 * gdb.opt/solib-intra-step.exp
9452 * gdb.python/py-events.exp
9453 * gdb.python/py-finish-breakpoint.exp
9454 * gdb.python/py-mi.exp
9455 * gdb.python/py-prettyprint.exp
9456 * gdb.python/py-shared.exp
9457 * gdb.python/py-symbol.exp
9458 * gdb.python/py-template.exp
9459 * gdb.python/py-type.exp
9460 * gdb.python/py-value.exp
9461 * gdb.reverse/solib-precsave.exp
9462 * gdb.reverse/solib-reverse.exp
9463 * gdb.server/solib-list.exp
9464 * gdb.stabs/weird.exp
9465 * gdb.threads/reconnect-signal.exp
9466 * gdb.threads/stepi-random-signal.exp
9467 * gdb.trace/actions.exp
9468 * gdb.trace/ax.exp
9469 * gdb.trace/backtrace.exp
9470 * gdb.trace/change-loc.exp
9471 * gdb.trace/deltrace.exp
9472 * gdb.trace/ftrace-lock.exp
9473 * gdb.trace/ftrace.exp
9474 * gdb.trace/infotrace.exp
9475 * gdb.trace/mi-tracepoint-changed.exp
9476 * gdb.trace/packetlen.exp
9477 * gdb.trace/passcount.exp
9478 * gdb.trace/pending.exp
9479 * gdb.trace/range-stepping.exp
9480 * gdb.trace/report.exp
9481 * gdb.trace/stap-trace.exp
9482 * gdb.trace/tfind.exp
9483 * gdb.trace/trace-break.exp
9484 * gdb.trace/trace-condition.exp
9485 * gdb.trace/trace-enable-disable.exp
9486 * gdb.trace/trace-mt.exp
9487 * gdb.trace/tracecmd.exp
9488 * gdb.trace/tspeed.exp
9489 * gdb.trace/tsv.exp
9490 * lib/perftest.exp
9491
9492 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9493
9494 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9495 with gdb_test_no_output.
9496 Use command as test name.
9497
9498 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9499
9500 Fix test names starting with uppercase throughout the files.
9501
9502 * gdb.ada/assign_1.exp
9503 * gdb.ada/boolean_expr.exp
9504 * gdb.base/arrayidx.exp
9505 * gdb.base/del.exp
9506 * gdb.base/gcore-buffer-overflow.exp
9507 * gdb.base/testenv.exp
9508 * gdb.compile/compile.exp
9509 * gdb.python/py-framefilter-invalidarg.exp
9510 * gdb.python/py-framefilter.exp
9511
9512 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9513
9514 Fix test names starting with uppercase throughout the files.
9515
9516 * gdb.ada/array_return.exp
9517 * gdb.ada/expr_delims.exp
9518 * gdb.ada/mi_dyn_arr.exp
9519 * gdb.ada/mi_interface.exp
9520 * gdb.ada/mi_var_array.exp
9521 * gdb.ada/watch_arg.exp
9522 * gdb.arch/alpha-step.exp
9523 * gdb.arch/altivec-regs.exp
9524 * gdb.arch/e500-regs.exp
9525 * gdb.arch/powerpc-d128-regs.exp
9526 * gdb.base/arrayidx.exp
9527 * gdb.base/break.exp
9528 * gdb.base/checkpoint.exp
9529 * gdb.base/debug-expr.exp
9530 * gdb.base/dmsym.exp
9531 * gdb.base/radix.exp
9532 * gdb.base/sepdebug.exp
9533 * gdb.base/testenv.exp
9534 * gdb.base/watch_thread_num.exp
9535 * gdb.base/watchpoint-cond-gone.exp
9536 * gdb.cell/break.exp
9537 * gdb.cell/ea-cache.exp
9538 * gdb.compile/compile.exp
9539 * gdb.cp/gdb2495.exp
9540 * gdb.gdb/selftest.exp
9541 * gdb.gdb/xfullpath.exp
9542 * gdb.go/hello.exp
9543 * gdb.go/integers.exp
9544 * gdb.objc/basicclass.exp
9545 * gdb.pascal/hello.exp
9546 * gdb.pascal/integers.exp
9547 * gdb.python/py-breakpoint.exp
9548 * gdb.python/py-cmd.exp
9549 * gdb.python/py-linetable.exp
9550 * gdb.python/py-xmethods.exp
9551 * gdb.python/python.exp
9552 * gdb.reverse/consecutive-precsave.exp
9553 * gdb.reverse/finish-precsave.exp
9554 * gdb.reverse/i386-precsave.exp
9555 * gdb.reverse/machinestate-precsave.exp
9556 * gdb.reverse/sigall-precsave.exp
9557 * gdb.reverse/solib-precsave.exp
9558 * gdb.reverse/step-precsave.exp
9559 * gdb.reverse/until-precsave.exp
9560 * gdb.reverse/watch-precsave.exp
9561 * gdb.threads/leader-exit.exp
9562 * gdb.threads/pthreads.exp
9563 * gdb.threads/wp-replication.exp
9564 * gdb.trace/actions.exp
9565 * gdb.trace/mi-tsv-changed.exp
9566 * gdb.trace/tsv.exp
9567
9568 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9569
9570 Fix test names starting with uppercase throughout the files.
9571
9572 * gdb.arch/i386-bp_permanent.exp
9573 * gdb.arch/i386-gnu-cfi.exp
9574 * gdb.base/disasm-end-cu.exp
9575 * gdb.base/macscp.exp
9576 * gdb.base/pending.exp
9577 * gdb.base/watch_thread_num.exp
9578 * gdb.cp/exception.exp
9579 * gdb.cp/gdb2495.exp
9580 * gdb.cp/local.exp
9581 * gdb.python/py-evsignal.exp
9582 * gdb.python/python.exp
9583 * gdb.trace/tracecmd.exp
9584
9585 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9586
9587 Fix test names starting with uppercase throughout the files.
9588
9589 * gdb.base/charset.exp
9590 * gdb.base/eval.exp
9591 * gdb.base/multi-forks.exp
9592 * gdb.guile/scm-progspace.exp
9593 * gdb.opencl/datatypes.exp
9594 * gdb.python/py-block.exp
9595 * gdb.python/py-function.exp
9596 * gdb.python/py-symbol.exp
9597 * gdb.python/py-symtab.exp
9598 * gdb.python/py-xmethods.exp
9599 * gdb.reverse/break-precsave.exp
9600 * gdb.reverse/break-reverse.exp
9601 * gdb.reverse/consecutive-precsave.exp
9602 * gdb.reverse/consecutive-reverse.exp
9603 * gdb.reverse/finish-precsave.exp
9604 * gdb.reverse/finish-reverse-bkpt.exp
9605 * gdb.reverse/finish-reverse.exp
9606 * gdb.reverse/fstatat-reverse.exp
9607 * gdb.reverse/getresuid-reverse.exp
9608 * gdb.reverse/i386-precsave.exp
9609 * gdb.reverse/i386-reverse.exp
9610 * gdb.reverse/i386-sse-reverse.exp
9611 * gdb.reverse/i387-stack-reverse.exp
9612 * gdb.reverse/insn-reverse.exp
9613 * gdb.reverse/machinestate-precsave.exp
9614 * gdb.reverse/machinestate.exp
9615 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9616 * gdb.reverse/pipe-reverse.exp
9617 * gdb.reverse/readv-reverse.exp
9618 * gdb.reverse/recvmsg-reverse.exp
9619 * gdb.reverse/rerun-prec.exp
9620 * gdb.reverse/s390-mvcle.exp
9621 * gdb.reverse/sigall-precsave.exp
9622 * gdb.reverse/sigall-reverse.exp
9623 * gdb.reverse/solib-precsave.exp
9624 * gdb.reverse/solib-reverse.exp
9625 * gdb.reverse/step-precsave.exp
9626 * gdb.reverse/step-reverse.exp
9627 * gdb.reverse/time-reverse.exp
9628 * gdb.reverse/until-precsave.exp
9629 * gdb.reverse/until-reverse.exp
9630 * gdb.reverse/waitpid-reverse.exp
9631 * gdb.reverse/watch-precsave.exp
9632 * gdb.reverse/watch-reverse.exp
9633
9634 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9635
9636 Fix test names starting with uppercase throughout the files.
9637
9638 * gdb.arch/i386-mpx-simple_segv.exp
9639 * gdb.arch/i386-mpx.exp
9640 * gdb.arch/i386-permbkpt.exp
9641 * gdb.arch/pa-nullify.exp
9642 * gdb.arch/powerpc-d128-regs.exp
9643 * gdb.arch/vsx-regs.exp
9644 * gdb.base/bfp-test.exp
9645 * gdb.base/break.exp
9646 * gdb.base/breakpoint-shadow.exp
9647 * gdb.base/callfuncs.exp
9648 * gdb.base/charset.exp
9649 * gdb.base/commands.exp
9650 * gdb.base/completion.exp
9651 * gdb.base/dfp-test.exp
9652 * gdb.base/echo.exp
9653 * gdb.base/ending-run.exp
9654 * gdb.base/eval.exp
9655 * gdb.base/expand-psymtabs.exp
9656 * gdb.base/float128.exp
9657 * gdb.base/floatn.exp
9658 * gdb.base/foll-exec-mode.exp
9659 * gdb.base/gdb1056.exp
9660 * gdb.base/gdb11531.exp
9661 * gdb.base/kill-after-signal.exp
9662 * gdb.base/multi-forks.exp
9663 * gdb.base/overlays.exp
9664 * gdb.base/pending.exp
9665 * gdb.base/sepdebug.exp
9666 * gdb.base/testenv.exp
9667 * gdb.base/valgrind-db-attach.exp
9668 * gdb.base/watch_thread_num.exp
9669 * gdb.base/watchpoint-cond-gone.exp
9670 * gdb.base/watchpoint.exp
9671 * gdb.base/watchpoints.exp
9672 * gdb.cp/arg-reference.exp
9673 * gdb.cp/baseenum.exp
9674 * gdb.cp/operator.exp
9675 * gdb.cp/shadow.exp
9676 * gdb.dwarf2/dw2-op-out-param.exp
9677 * gdb.dwarf2/dw2-reg-undefined.exp
9678 * gdb.go/chan.exp
9679 * gdb.go/hello.exp
9680 * gdb.go/integers.exp
9681 * gdb.go/methods.exp
9682 * gdb.go/package.exp
9683 * gdb.guile/scm-parameter.exp
9684 * gdb.guile/scm-progspace.exp
9685 * gdb.guile/scm-value.exp
9686 * gdb.mi/mi-pending.exp
9687 * gdb.mi/user-selected-context-sync.exp
9688 * gdb.multi/multi-attach.exp
9689 * gdb.multi/tids.exp
9690 * gdb.opt/clobbered-registers-O2.exp
9691 * gdb.pascal/floats.exp
9692 * gdb.pascal/integers.exp
9693 * gdb.python/py-block.exp
9694 * gdb.python/py-events.exp
9695 * gdb.python/py-parameter.exp
9696 * gdb.python/py-symbol.exp
9697 * gdb.python/py-symtab.exp
9698 * gdb.python/py-type.exp
9699 * gdb.python/py-value.exp
9700 * gdb.python/py-xmethods.exp
9701 * gdb.python/python.exp
9702 * gdb.reverse/break-precsave.exp
9703 * gdb.reverse/consecutive-precsave.exp
9704 * gdb.reverse/finish-precsave.exp
9705 * gdb.reverse/i386-precsave.exp
9706 * gdb.reverse/machinestate-precsave.exp
9707 * gdb.reverse/sigall-precsave.exp
9708 * gdb.reverse/solib-precsave.exp
9709 * gdb.reverse/step-precsave.exp
9710 * gdb.reverse/until-precsave.exp
9711 * gdb.reverse/watch-precsave.exp
9712 * gdb.server/ext-attach.exp
9713 * gdb.server/ext-restart.exp
9714 * gdb.server/ext-run.exp
9715 * gdb.server/ext-wrapper.exp
9716 * gdb.stabs/gdb11479.exp
9717 * gdb.stabs/weird.exp
9718 * gdb.threads/attach-many-short-lived-threads.exp
9719 * gdb.threads/kill.exp
9720 * gdb.threads/watchpoint-fork.exp
9721
9722 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9723
9724 Fix test names starting with uppercase throughout all the files below.
9725
9726 * gdb.ada/array_return.exp
9727 * gdb.ada/catch_ex.exp
9728 * gdb.ada/info_exc.exp
9729 * gdb.ada/mi_catch_ex.exp
9730 * gdb.ada/mi_dyn_arr.exp
9731 * gdb.ada/mi_ex_cond.exp
9732 * gdb.ada/mi_exc_info.exp
9733 * gdb.ada/mi_interface.exp
9734 * gdb.ada/mi_task_arg.exp
9735 * gdb.ada/mi_task_info.exp
9736 * gdb.ada/mi_var_array.exp
9737 * gdb.arch/alpha-step.exp
9738 * gdb.arch/amd64-disp-step.exp
9739 * gdb.arch/arm-disp-step.exp
9740 * gdb.arch/disp-step-insn-reloc.exp
9741 * gdb.arch/e500-prologue.exp
9742 * gdb.arch/ftrace-insn-reloc.exp
9743 * gdb.arch/gdb1558.exp
9744 * gdb.arch/i386-bp_permanent.exp
9745 * gdb.arch/i386-disp-step.exp
9746 * gdb.arch/i386-float.exp
9747 * gdb.arch/i386-gnu-cfi.exp
9748 * gdb.arch/ia64-breakpoint-shadow.exp
9749 * gdb.arch/mips16-thunks.exp
9750 * gdb.arch/pa-nullify.exp
9751 * gdb.arch/powerpc-aix-prologue.exp
9752 * gdb.arch/powerpc-power.exp
9753 * gdb.arch/ppc-dfp.exp
9754 * gdb.arch/s390-tdbregs.exp
9755 * gdb.arch/spu-info.exp
9756 * gdb.arch/spu-ls.exp
9757 * gdb.arch/thumb-bx-pc.exp
9758 * gdb.base/advance.exp
9759 * gdb.base/annota-input-while-running.exp
9760 * gdb.base/arrayidx.exp
9761 * gdb.base/asmlabel.exp
9762 * gdb.base/async.exp
9763 * gdb.base/attach-wait-input.exp
9764 * gdb.base/auto-connect-native-target.exp
9765 * gdb.base/batch-preserve-term-settings.exp
9766 * gdb.base/bfp-test.exp
9767 * gdb.base/bigcore.exp
9768 * gdb.base/bp-permanent.exp
9769 * gdb.base/break-always.exp
9770 * gdb.base/break-fun-addr.exp
9771 * gdb.base/break-idempotent.exp
9772 * gdb.base/break-main-file-remove-fail.exp
9773 * gdb.base/break-probes.exp
9774 * gdb.base/break-unload-file.exp
9775 * gdb.base/break.exp
9776 * gdb.base/call-ar-st.exp
9777 * gdb.base/call-rt-st.exp
9778 * gdb.base/call-sc.exp
9779 * gdb.base/call-signal-resume.exp
9780 * gdb.base/call-strs.exp
9781 * gdb.base/callexit.exp
9782 * gdb.base/callfuncs.exp
9783 * gdb.base/catch-gdb-caused-signals.exp
9784 * gdb.base/catch-signal-siginfo-cond.exp
9785 * gdb.base/catch-syscall.exp
9786 * gdb.base/compare-sections.exp
9787 * gdb.base/cond-eval-mode.exp
9788 * gdb.base/condbreak-call-false.exp
9789 * gdb.base/consecutive-step-over.exp
9790 * gdb.base/cursal.exp
9791 * gdb.base/disabled-location.exp
9792 * gdb.base/disasm-end-cu.exp
9793 * gdb.base/display.exp
9794 * gdb.base/double-prompt-target-event-error.exp
9795 * gdb.base/dprintf-bp-same-addr.exp
9796 * gdb.base/dprintf-detach.exp
9797 * gdb.base/dprintf-next.exp
9798 * gdb.base/dprintf-non-stop.exp
9799 * gdb.base/dprintf-pending.exp
9800 * gdb.base/dso2dso.exp
9801 * gdb.base/ending-run.exp
9802 * gdb.base/enum_cond.exp
9803 * gdb.base/examine-backward.exp
9804 * gdb.base/exe-lock.exp
9805 * gdb.base/exec-invalid-sysroot.exp
9806 * gdb.base/execl-update-breakpoints.exp
9807 * gdb.base/execution-termios.exp
9808 * gdb.base/fileio.exp
9809 * gdb.base/fixsection.exp
9810 * gdb.base/foll-exec-mode.exp
9811 * gdb.base/foll-exec.exp
9812 * gdb.base/fork-running-state.exp
9813 * gdb.base/frame-args.exp
9814 * gdb.base/fullpath-expand.exp
9815 * gdb.base/func-ptr.exp
9816 * gdb.base/gcore-relro-pie.exp
9817 * gdb.base/gdb1090.exp
9818 * gdb.base/gdb1555.exp
9819 * gdb.base/global-var-nested-by-dso.exp
9820 * gdb.base/gnu-ifunc.exp
9821 * gdb.base/hbreak-in-shr-unsupported.exp
9822 * gdb.base/hbreak-unmapped.exp
9823 * gdb.base/hook-stop.exp
9824 * gdb.base/infcall-input.exp
9825 * gdb.base/info-fun.exp
9826 * gdb.base/info-shared.exp
9827 * gdb.base/interrupt-noterm.exp
9828 * gdb.base/jit-so.exp
9829 * gdb.base/jit.exp
9830 * gdb.base/line-symtabs.exp
9831 * gdb.base/list.exp
9832 * gdb.base/longjmp.exp
9833 * gdb.base/macscp.exp
9834 * gdb.base/max-value-size.exp
9835 * gdb.base/nodebug.exp
9836 * gdb.base/nofield.exp
9837 * gdb.base/overlays.exp
9838 * gdb.base/paginate-after-ctrl-c-running.exp
9839 * gdb.base/paginate-bg-execution.exp
9840 * gdb.base/paginate-inferior-exit.exp
9841 * gdb.base/pending.exp
9842 * gdb.base/pr11022.exp
9843 * gdb.base/printcmds.exp
9844 * gdb.base/ptr-typedef.exp
9845 * gdb.base/ptype.exp
9846 * gdb.base/randomize.exp
9847 * gdb.base/range-stepping.exp
9848 * gdb.base/realname-expand.exp
9849 * gdb.base/relativedebug.exp
9850 * gdb.base/remote.exp
9851 * gdb.base/savedregs.exp
9852 * gdb.base/sepdebug.exp
9853 * gdb.base/set-noassign.exp
9854 * gdb.base/shlib-call.exp
9855 * gdb.base/shreloc.exp
9856 * gdb.base/sigaltstack.exp
9857 * gdb.base/sigbpt.exp
9858 * gdb.base/siginfo-addr.exp
9859 * gdb.base/siginfo-obj.exp
9860 * gdb.base/siginfo-thread.exp
9861 * gdb.base/signest.exp
9862 * gdb.base/signull.exp
9863 * gdb.base/sigrepeat.exp
9864 * gdb.base/skip.exp
9865 * gdb.base/so-impl-ld.exp
9866 * gdb.base/solib-corrupted.exp
9867 * gdb.base/solib-disc.exp
9868 * gdb.base/solib-display.exp
9869 * gdb.base/solib-overlap.exp
9870 * gdb.base/solib-search.exp
9871 * gdb.base/solib-symbol.exp
9872 * gdb.base/source-execution.exp
9873 * gdb.base/sss-bp-on-user-bp-2.exp
9874 * gdb.base/sss-bp-on-user-bp.exp
9875 * gdb.base/stack-checking.exp
9876 * gdb.base/stale-infcall.exp
9877 * gdb.base/step-break.exp
9878 * gdb.base/step-line.exp
9879 * gdb.base/step-over-exit.exp
9880 * gdb.base/step-test.exp
9881 * gdb.base/structs.exp
9882 * gdb.base/sym-file.exp
9883 * gdb.base/symtab-search-order.exp
9884 * gdb.base/term.exp
9885 * gdb.base/type-opaque.exp
9886 * gdb.base/unload.exp
9887 * gdb.base/until-nodebug.exp
9888 * gdb.base/until.exp
9889 * gdb.base/unwindonsignal.exp
9890 * gdb.base/watch-cond.exp
9891 * gdb.base/watch-non-mem.exp
9892 * gdb.base/watch_thread_num.exp
9893 * gdb.base/watchpoint-reuse-slot.exp
9894 * gdb.base/watchpoint-solib.exp
9895 * gdb.base/watchpoint.exp
9896 * gdb.btrace/dlopen.exp
9897 * gdb.cell/arch.exp
9898 * gdb.cell/break.exp
9899 * gdb.cell/bt.exp
9900 * gdb.cell/core.exp
9901 * gdb.cell/data.exp
9902 * gdb.cell/dwarfaddr.exp
9903 * gdb.cell/ea-cache.exp
9904 * gdb.cell/ea-standalone.exp
9905 * gdb.cell/ea-test.exp
9906 * gdb.cell/f-regs.exp
9907 * gdb.cell/fork.exp
9908 * gdb.cell/gcore.exp
9909 * gdb.cell/mem-access.exp
9910 * gdb.cell/ptype.exp
9911 * gdb.cell/registers.exp
9912 * gdb.cell/sizeof.exp
9913 * gdb.cell/solib-symbol.exp
9914 * gdb.cell/solib.exp
9915 * gdb.compile/compile-tls.exp
9916 * gdb.cp/exception.exp
9917 * gdb.cp/gdb2495.exp
9918 * gdb.cp/local.exp
9919 * gdb.cp/mb-inline.exp
9920 * gdb.cp/mb-templates.exp
9921 * gdb.cp/pr10687.exp
9922 * gdb.cp/pr9167.exp
9923 * gdb.cp/scope-err.exp
9924 * gdb.cp/templates.exp
9925 * gdb.cp/virtfunc.exp
9926 * gdb.dwarf2/dw2-dir-file-name.exp
9927 * gdb.dwarf2/dw2-single-line-discriminators.exp
9928 * gdb.fortran/complex.exp
9929 * gdb.fortran/library-module.exp
9930 * gdb.guile/guile.exp
9931 * gdb.guile/scm-cmd.exp
9932 * gdb.guile/scm-frame-inline.exp
9933 * gdb.guile/scm-objfile.exp
9934 * gdb.guile/scm-pretty-print.exp
9935 * gdb.guile/scm-symbol.exp
9936 * gdb.guile/scm-type.exp
9937 * gdb.guile/scm-value.exp
9938 * gdb.linespec/keywords.exp
9939 * gdb.linespec/ls-errs.exp
9940 * gdb.linespec/macro-relative.exp
9941 * gdb.linespec/thread.exp
9942 * gdb.mi/mi-breakpoint-changed.exp
9943 * gdb.mi/mi-dprintf-pending.exp
9944 * gdb.mi/mi-fullname-deleted.exp
9945 * gdb.mi/mi-logging.exp
9946 * gdb.mi/mi-pending.exp
9947 * gdb.mi/mi-solib.exp
9948 * gdb.mi/new-ui-mi-sync.exp
9949 * gdb.mi/user-selected-context-sync.exp
9950 * gdb.multi/dummy-frame-restore.exp
9951 * gdb.multi/multi-arch-exec.exp
9952 * gdb.multi/remove-inferiors.exp
9953 * gdb.multi/watchpoint-multi-exit.exp
9954 * gdb.opt/solib-intra-step.exp
9955 * gdb.perf/backtrace.exp
9956 * gdb.perf/single-step.exp
9957 * gdb.perf/skip-command.exp
9958 * gdb.perf/skip-prologue.exp
9959 * gdb.perf/solib.exp
9960 * gdb.python/lib-types.exp
9961 * gdb.python/py-as-string.exp
9962 * gdb.python/py-bad-printers.exp
9963 * gdb.python/py-block.exp
9964 * gdb.python/py-breakpoint.exp
9965 * gdb.python/py-cmd.exp
9966 * gdb.python/py-events.exp
9967 * gdb.python/py-evthreads.exp
9968 * gdb.python/py-finish-breakpoint.exp
9969 * gdb.python/py-finish-breakpoint2.exp
9970 * gdb.python/py-frame-inline.exp
9971 * gdb.python/py-frame.exp
9972 * gdb.python/py-inferior.exp
9973 * gdb.python/py-infthread.exp
9974 * gdb.python/py-mi.exp
9975 * gdb.python/py-objfile.exp
9976 * gdb.python/py-pp-maint.exp
9977 * gdb.python/py-pp-registration.exp
9978 * gdb.python/py-prettyprint.exp
9979 * gdb.python/py-recurse-unwind.exp
9980 * gdb.python/py-shared.exp
9981 * gdb.python/py-symbol.exp
9982 * gdb.python/py-symtab.exp
9983 * gdb.python/py-template.exp
9984 * gdb.python/py-type.exp
9985 * gdb.python/py-unwind-maint.exp
9986 * gdb.python/py-unwind.exp
9987 * gdb.python/py-value.exp
9988 * gdb.python/python.exp
9989 * gdb.reverse/finish-reverse-bkpt.exp
9990 * gdb.reverse/insn-reverse.exp
9991 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9992 * gdb.reverse/solib-precsave.exp
9993 * gdb.reverse/solib-reverse.exp
9994 * gdb.stabs/gdb11479.exp
9995 * gdb.stabs/weird.exp
9996 * gdb.threads/fork-child-threads.exp
9997 * gdb.threads/fork-plus-threads.exp
9998 * gdb.threads/fork-thread-pending.exp
9999 * gdb.threads/forking-threads-plus-breakpoint.exp
10000 * gdb.threads/hand-call-in-threads.exp
10001 * gdb.threads/interrupted-hand-call.exp
10002 * gdb.threads/linux-dp.exp
10003 * gdb.threads/local-watch-wrong-thread.exp
10004 * gdb.threads/next-while-other-thread-longjmps.exp
10005 * gdb.threads/non-ldr-exit.exp
10006 * gdb.threads/pending-step.exp
10007 * gdb.threads/print-threads.exp
10008 * gdb.threads/process-dies-while-detaching.exp
10009 * gdb.threads/process-dies-while-handling-bp.exp
10010 * gdb.threads/pthreads.exp
10011 * gdb.threads/queue-signal.exp
10012 * gdb.threads/reconnect-signal.exp
10013 * gdb.threads/signal-command-handle-nopass.exp
10014 * gdb.threads/signal-command-multiple-signals-pending.exp
10015 * gdb.threads/signal-delivered-right-thread.exp
10016 * gdb.threads/signal-sigtrap.exp
10017 * gdb.threads/sigthread.exp
10018 * gdb.threads/staticthreads.exp
10019 * gdb.threads/stepi-random-signal.exp
10020 * gdb.threads/thread-unwindonsignal.exp
10021 * gdb.threads/thread_check.exp
10022 * gdb.threads/thread_events.exp
10023 * gdb.threads/tid-reuse.exp
10024 * gdb.threads/tls-nodebug.exp
10025 * gdb.threads/tls-shared.exp
10026 * gdb.threads/tls-so_extern.exp
10027 * gdb.threads/tls.exp
10028 * gdb.threads/wp-replication.exp
10029 * gdb.trace/actions-changed.exp
10030 * gdb.trace/actions.exp
10031 * gdb.trace/backtrace.exp
10032 * gdb.trace/change-loc.exp
10033 * gdb.trace/collection.exp
10034 * gdb.trace/deltrace.exp
10035 * gdb.trace/disconnected-tracing.exp
10036 * gdb.trace/entry-values.exp
10037 * gdb.trace/ftrace-lock.exp
10038 * gdb.trace/ftrace.exp
10039 * gdb.trace/infotrace.exp
10040 * gdb.trace/mi-trace-frame-collected.exp
10041 * gdb.trace/mi-trace-unavailable.exp
10042 * gdb.trace/mi-traceframe-changed.exp
10043 * gdb.trace/mi-tracepoint-changed.exp
10044 * gdb.trace/mi-tsv-changed.exp
10045 * gdb.trace/no-attach-trace.exp
10046 * gdb.trace/packetlen.exp
10047 * gdb.trace/passc-dyn.exp
10048 * gdb.trace/passcount.exp
10049 * gdb.trace/pending.exp
10050 * gdb.trace/pr16508.exp
10051 * gdb.trace/qtro.exp
10052 * gdb.trace/range-stepping.exp
10053 * gdb.trace/read-memory.exp
10054 * gdb.trace/report.exp
10055 * gdb.trace/save-trace.exp
10056 * gdb.trace/signal.exp
10057 * gdb.trace/stap-trace.exp
10058 * gdb.trace/status-stop.exp
10059 * gdb.trace/strace.exp
10060 * gdb.trace/tfile.exp
10061 * gdb.trace/tfind.exp
10062 * gdb.trace/trace-break.exp
10063 * gdb.trace/trace-condition.exp
10064 * gdb.trace/trace-enable-disable.exp
10065 * gdb.trace/trace-mt.exp
10066 * gdb.trace/tracecmd.exp
10067 * gdb.trace/tracefile-pseudo-reg.exp
10068 * gdb.trace/tspeed.exp
10069 * gdb.trace/tstatus.exp
10070 * gdb.trace/tsv.exp
10071 * gdb.trace/unavailable.exp
10072 * gdb.trace/while-dyn.exp
10073 * gdb.trace/while-stepping.exp
10074 * lib/gdb-guile.exp
10075 * lib/gdb.exp
10076 * lib/mi-support.exp
10077 * lib/pascal.exp
10078 * lib/perftest.exp
10079 * lib/prelink-support.exp
10080 * lib/selftest-support.exp
10081
10082 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10083
10084 * Makefile.in: Include disable-implicit-rules.mk.
10085
10086 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10087
10088 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10089 non-byte-aligned bit fields.
10090
10091 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10092
10093 PR gdb/12616
10094 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10095 respects the DW_AT_data_bit_offset attribute.
10096
10097 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10098
10099 * gdb.base/default.exp: Fix output of "set language".
10100
10101 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10102
10103 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10104 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10105 make.
10106 * configure.ac: Remove checks for the make program.
10107 * configure: Re-generate.
10108
10109 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10110
10111 * gdb.python/py-recurse-unwind.c (main): Add loop.
10112 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10113 to read_register() and gdb.parse_and_eval(). Make each code
10114 call a separate case that can be individually tested.
10115 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10116 proc. Call cont_and_backtrace for each of the code paths that
10117 we want to test in the unwinder.
10118
10119 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10120
10121 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10122 the definition of struct S.
10123
10124 2016-11-11 Catherine Moore <clm@codesourcery.com>
10125
10126 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10127
10128 2016-11-09 Pedro Alves <palves@redhat.com>
10129
10130 * gdb.base/commands.exp (runto_or_return): New procedure.
10131 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10132 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10133 (progvar_simple_while_test, progvar_complex_if_while_test)
10134 (if_while_breakpoint_command_test)
10135 (infrun_breakpoint_command_test, breakpoint_command_test)
10136 (user_defined_command_test, watchpoint_command_test)
10137 (test_command_prompt_position, redefine_hook_test)
10138 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10139 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10140 multi_line_input and multi_line. Remove gdb_expect and
10141 gdb_stop_suppressing_tests uses.
10142 * lib/gdb.exp (valnum_re): New global.
10143 (multi_line_input): New procedure.
10144
10145 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10146
10147 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10148 Remove.
10149 (test_setup): Define with proc_with_prefix.
10150 (test_cli_inferior): Likewise.
10151 (test_cli_thread): Likewise.
10152 (test_cli_frame): Likewise.
10153 (test_cli_select_frame): Likewise.
10154 (test_cli_up_down): Likewise.
10155 (test_mi_thread_select): Likewise.
10156 (test_mi_stack_select_frame): Likewise.
10157 (test_cli_in_mi_inferior): Likewise.
10158 (test_cli_in_mi_thread): Likewise.
10159 (test_cli_in_mi_frame): Likewise.
10160 (top level): Do not use with_test_prefix_procname.
10161
10162 2016-11-09 Pedro Alves <palves@redhat.com>
10163
10164 * gdb.base/commands.exp (gdbvar_simple_if_test)
10165 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10166 (progvar_simple_if_test, progvar_simple_while_test)
10167 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10168 (infrun_breakpoint_command_test, breakpoint_command_test)
10169 (user_defined_command_test, watchpoint_command_test)
10170 (test_command_prompt_position, deprecated_command_test)
10171 (bp_deleted_in_command, temporary_breakpoint_commands)
10172 (stray_arg0_test, source_file_with_indented_comment)
10173 (recursive_source_test, if_commands_test)
10174 (error_clears_commands_left, redefine_hook_test)
10175 (redefine_backtrace_test): Use proc_with_prefix.
10176 * lib/gdb.exp (proc_with_prefix): New proc.
10177
10178 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10179
10180 * gdb.base/tui-layout.c: New file.
10181 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10182 disassembly window contains very long lines.
10183
10184 2016-11-08 Tom Tromey <tom@tromey.com>
10185
10186 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10187 depend on Python 2.
10188
10189 2016-11-08 Tom Tromey <tom@tromey.com>
10190
10191 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10192 New method.
10193
10194 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10195
10196 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10197
10198 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10199
10200 * gdb.rust/simple.rs: Add test for univariant enums without
10201 discriminants and for encoded struct-like enums.
10202
10203 2016-10-28 Pedro Alves <palves@redhat.com>
10204
10205 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10206 gdb_test_multiple, tighten regexps and match symtabs and line
10207 tables incrementally.
10208
10209 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10210
10211 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10212 general.
10213
10214 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10215
10216 * gdb.base/exec-invalid-sysroot.exp: New file.
10217
10218 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10219
10220 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10221
10222 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10223
10224 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10225
10226 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10227
10228 * gdb.base/killed-outside.exp: Remove $options from a call to
10229 `prepare_for_testing'.
10230
10231 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10232
10233 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10234 Change test message.
10235
10236 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10237
10238 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10239 Update comment.
10240
10241 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10242
10243 * gdb.trace/mi-trace-save.exp: New file.
10244
10245 2016-10-13 Yao Qi <yao.qi@linaro.org>
10246
10247 * gdb.base/code_elim.exp (get_var_address): Remove.
10248 * gdb.base/relocate.exp: Likewise.
10249 * gdb.base/shreloc.exp: Likewise.
10250 * lib/gdb.exp (get_var_address): New.
10251
10252 2016-10-13 Yao Qi <yao.qi@linaro.org>
10253
10254 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10255 floating point tests if $skip_float_test is false.
10256
10257 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10258
10259 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10260 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10261 argc values.
10262 Add 1 to argc so we guarantee distinct initial/modified argc values.
10263
10264 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10265
10266 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10267
10268 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10269
10270 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10271 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10272 * gdb.arch/vsx-regs.exp: Likewise.
10273
10274 2016-10-07 Yao Qi <yao.qi@linaro.org>
10275
10276 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10277
10278 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10279
10280 * gdb.python/python.exp: Test decode_line("*0").
10281
10282 2016-10-06 Doug Evans <dje@google.com>
10283
10284 * gdb.python/py-value.exp (test_value_creation): Add test for large
10285 unsigned 64-bit value.
10286
10287 2016-10-06 Tom Tromey <tom@tromey.com>
10288
10289 * gdb.compile/compile.exp: Change java tests to rust.
10290 * gdb.base/setshow.exp: Change java tests to rust.
10291 * gdb.base/default.exp: Remove java from language list.
10292 * README (Examples): Update language example.
10293 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10294 test.
10295 * lib/gdb.exp (skip_java_tests): Remove.
10296 * lib/java.exp: Remove.
10297 * gdb.java: Remove.
10298
10299 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10300
10301 * gdb.arch/mips-fcr.exp: New test.
10302 * gdb.arch/mips-fcr.c: Source for the new test.
10303
10304 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10305
10306 * gdb.base/solib-disc.exp: Use `standard_output_file'
10307 throughout.
10308
10309 2016-10-06 Pedro Alves <palves@redhat.com>
10310
10311 * gdb.base/jit-simple-dl.c: New file.
10312 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10313 * gdb.base/jit-simple.c: ... this.
10314 * gdb.base/jit-simple.exp (jit_run): Delete.
10315 (build_jit): New proc.
10316 (jit_test_reread): Recompile either the main program or the shared
10317 library, depending on what is being tested. Skip changing address
10318 if caller wants to. Compare before/after addresses. If testing
10319 standalone, explicitly load the binary. Test "maint info
10320 breakpoints".
10321 (top level): Add "standalone vs shared lib" and "change address"
10322 vs "same address" axes.
10323
10324 2016-10-06 Pedro Alves <palves@redhat.com>
10325
10326 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10327 call.
10328 (jit_run): Delete.
10329 (jit_test_reread): Use with_test_prefix. Reload the main binary
10330 explicitly. Compare the before/after addresses of the JIT
10331 descriptor.
10332
10333 2016-08-15 Doug Evans <dje@google.com>
10334
10335 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10336 for single bitfields is bool.
10337 * gdb.xml/tdesc-regs.exp: Ditto.
10338
10339 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10340
10341 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10342
10343 2016-10-05 Yao Qi <yao.qi@linaro.org>
10344
10345 * lib/gdb.exp (support_complex_tests): Return zero if
10346 gdb_skip_float_test return true.
10347
10348 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10349 Simon Marchi <simon.marchi@ericsson.com>
10350
10351 PR gdb/20487
10352 * gdb.mi/user-selected-context-sync.exp: New file.
10353 * gdb.mi/user-selected-context-sync.c: New file.
10354
10355 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10356 Simon Marchi <simon.marchi@ericsson.com>
10357
10358 PR gdb/20487
10359 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10360 =thread-select-event check.
10361
10362 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10363
10364 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10365 the compulsory L operand changes.
10366 * gdb.arch/powerpc-power.s: Likewise.
10367
10368 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10369
10370 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10371 * gdb.base/jit-attach-pie.c: New file.
10372 * gdb.base/jit-attach-pie.exp: New file.
10373
10374 2016-09-28 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.base/infcall-input.c: New file.
10377 * gdb.base/infcall-input.exp: New file.
10378
10379 2016-09-22 Yao Qi <yao.qi@linaro.org>
10380
10381 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10382 (gdb_exit): Rename it to ...
10383 (gdbserver_gdb_exit): ... Close GDBserver.
10384 (gdb_exit): New proc, call gdbserver_gdb_exit.
10385 (mi_gdb_exit): Likewise.
10386
10387 2016-09-22 Yao Qi <yao.qi@linaro.org>
10388
10389 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10390 path.
10391 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10392 Remove duplication.
10393
10394 2016-09-22 Yao Qi <yao.qi@linaro.org>
10395
10396 * lib/gdbserver-support.exp: Check the existence of
10397 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10398
10399 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10400
10401 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10402
10403 2016-09-21 Tom Tromey <tom@tromey.com>
10404
10405 PR gdb/20604:
10406 * gdb.base/quit.exp: New file.
10407
10408 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10409
10410 * .gitignore: New file.
10411
10412 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10413
10414 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10415 throughout.
10416
10417 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10418
10419 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10420
10421 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10422
10423 * gdb.cp/casts.cc (decltype): Move it ...
10424 (main): ... with its call to ...
10425 * gdb.cp/casts03.cc: ... a new file.
10426 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10427
10428 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10429
10430 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10431
10432 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10433
10434 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10435 and sync up the test with tests in gas/testsuite/gas/ppc.
10436 * gdb.arch/powerpc-power.exp: Likewise.
10437
10438 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10439
10440 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10441
10442 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10443 Jan Kratochvil <jan.kratochvil@redhat.com>
10444
10445 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10446 make m1's definition to be different from m2's. Use 'dummy' as an
10447 argument for probe 'two'.
10448
10449 2016-09-10 Jon Beniston <jon@beniston.com>
10450
10451 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10452 for sim target.
10453
10454 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10455
10456 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10457 variable declaration.
10458 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10459 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10460 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10461 received HWCAP as its argument.
10462
10463 2016-09-06 Pedro Alves <palves@redhat.com>
10464
10465 * gdb.base/new-ui-pending-input.c: New file.
10466 * gdb.base/new-ui-pending-input.exp: New file.
10467 * gdb.exp (clear_gdb_spawn_id): New procedure.
10468 (with_spawn_id): Check whether gdb_spawn_id exists before
10469 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10470 on exit.
10471
10472 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10473
10474 * gdb.base/float128.c: New file.
10475 * gdb.base/float128.exp: Likewise.
10476 * gdb.base/floatn.c: Likewise.
10477 * gdb.base/floatn.exp: Likewise.
10478
10479 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10480
10481 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10482
10483 2016-09-05 Pedro Alves <palves@redhat.com>
10484
10485 PR backtrace/19927
10486 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10487 unwinders are immediately called as side effect of "source" or
10488 "disable unwinder" commands.
10489 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10490
10491 2016-09-02 Yao Qi <yao.qi@linaro.org>
10492
10493 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10494 is true and $type is "float" or "double".
10495
10496 2016-09-02 Yao Qi <yao.qi@linaro.org>
10497
10498 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10499 true.
10500 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10501 * gdb.base/call-rt-st.exp: Likewise.
10502 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10503 return value instead of gdb,skip_float_test.
10504 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10505 (do_function_calls): Use its return value instead of
10506 gdb,skip_float_test.
10507 * gdb.base/finish.exp: Likewise.
10508 * gdb.base/funcargs.exp: Likewise.
10509 * gdb.base/return.exp: Likewise.
10510 * gdb.base/return2.exp: Likewise.
10511 * gdb.base/varargs.exp: Likewise.
10512 * lib/gdb.exp (gdb_skip_float_test): Change it to
10513 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10514
10515 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10516
10517 * gdb.multi/tids.exp: Test "thread apply all".
10518
10519 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10520
10521 * gdb.base/default.exp (tty): Remove.
10522
10523 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10524
10525 * gdb.python/py-recurse-unwind.c: New file.
10526 * gdb.python/py-recurse-unwind.py: New file.
10527 * gdb.python/py-recurse-unwind.exp: New file.
10528
10529 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10530
10531 * gdb.base/set-inferior-tty.exp: New file.
10532 * gdb.base/set-inferior-tty.c: New file.
10533
10534 2016-08-23 Pedro Alves <palves@redhat.com>
10535
10536 PR gdb/20494
10537 * gdb.base/new-ui-echo.c: New file.
10538 * gdb.base/new-ui-echo.exp: New file.
10539
10540 2016-08-23 Yao Qi <yao.qi@linaro.org>
10541
10542 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10543 gdbserver_spawn.
10544 * gdb.server/connect-without-multi-process.exp (do_test):
10545 Likewise.
10546
10547 2016-08-23 Yao Qi <yao.qi@linaro.org>
10548
10549 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10550 standalone_txt. Delete gdb_txt and standalone_txt on host
10551 and target. Spawn the binary on target. Copy files from
10552 target to host.
10553
10554 2016-08-22 Pedro Alves <palves@redhat.com>
10555
10556 PR gdb/20505
10557 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10558 with_test_prefix. Factor out bits to ...
10559 (test_no_vdso): ... this new procedure.
10560
10561 2016-08-19 Carl Love <cel@us.ibm.com>
10562
10563 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10564 maintaining separate logic for constructing the output path.
10565 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10566 * gdb.arch/ppc-dfp.exp: Likewise.
10567 * gdb.arch/ppc-fp.exp: Likewise.
10568 * gdb.arch/vsx-regs.exp: Likewise.
10569 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10570 binprefix for generating the additional binary files.
10571
10572 2016-08-19 Pedro Alves <palves@redhat.com>
10573
10574 * gdb.trace/mi-trace-frame-collected.exp
10575 (test_trace_frame_collected): On x32, expect two registers.
10576
10577 2016-08-18 Carl Love <cel@us.ibm.com>
10578
10579 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10580 and sync up the test with tests in gas/testsuite/gas/ppc.
10581 * gdb.arch/powerpc-power.exp: Likewise.
10582
10583 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10584
10585 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10586 expected error message.
10587
10588 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10589
10590 * gdb.multi/remove-inferiors.exp: New file.
10591 * gdb.multi/remove-inferiors.c: New file.
10592
10593 2016-08-12 Yao Qi <yao.qi@linaro.org>
10594
10595 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10596 argument list.
10597
10598 2016-08-10 Pedro Alves <palves@redhat.com>
10599
10600 PR gdb/19187
10601 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10602 setup_kfails.
10603
10604 2016-08-09 Pedro Alves <palves@redhat.com>
10605 Simon Marchi <simon.marchi@ericsson.com>
10606
10607 PR gdb/20418
10608 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10609 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10610
10611 2016-08-09 Pedro Alves <palves@redhat.com>
10612
10613 PR mi/20431
10614 * gdb.mi/mi-cmd-error.exp: New file.
10615
10616 2016-08-09 Pedro Alves <palves@redhat.com>
10617
10618 PR gdb/18653
10619 * gdb.base/signals-state-child.c: New file.
10620 * gdb.base/signals-state-child.exp: New file.
10621 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10622
10623 2016-08-09 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10626
10627 2016-08-03 Tom Tromey <tom@tromey.com>
10628
10629 PR python/18565:
10630 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10631
10632 2016-08-01 Yao Qi <yao.qi@linaro.org>
10633
10634 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10635 variable mode to "multi-process" if $multi_process is 1, otherwise
10636 set it to "single-process".
10637
10638 2016-08-01 Yao Qi <yao.qi@linaro.org>
10639
10640 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10641 * gdb.cp/cpexprs.exp: Likewise.
10642 * gdb.cp/m-static.exp: Likewise.
10643
10644 2016-07-26 Tom Tromey <tom@tromey.com>
10645
10646 PR python/20190:
10647 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10648 test.
10649
10650 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10651
10652 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10653 selecting assembly source files.
10654 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10655 assembly source files.
10656 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10657 assembly source files.
10658 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10659 selecting assembly source files.
10660
10661 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10662
10663 * gdb.base/new-ui.exp (do_test_invalid_args): New
10664 procedure.
10665
10666 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10667
10668 * gdb.btrace/reconnect.c: New file.
10669 * gdb.btrace/reconnect.exp: New file.
10670
10671 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10672
10673 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10674 to test_catch_syscall_group.
10675 (test_catch_syscall_group): New.
10676
10677 2016-07-21 Tom Tromey <tom@tromey.com>
10678
10679 * gdb.rust/simple.rs (main): Use empty struct expression.
10680 * gdb.rust/simple.exp: Add tests for empty struct expression.
10681
10682 2016-07-21 Yao Qi <yao.qi@linaro.org>
10683
10684 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10685 if gdb_skip_xml_test is true on some targets.
10686
10687 2016-07-21 Yao Qi <yao.qi@linaro.org>
10688
10689 * gdb.server/solib-list.exp: Unset last_loaded_file.
10690
10691 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10692
10693 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10694 "step into captured_main (args)".
10695
10696 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10697
10698 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10699
10700 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10701
10702 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10703
10704 2016-07-19 Pedro Alves <palves@redhat.com>
10705
10706 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10707 * gdb.opt/inline-bt.exp: Likewise.
10708 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10709 additional_flags=-Winline.
10710 * gdb.opt/inline-locals.exp: Likewise.
10711 * gdb.opt/inline-markers.c (ATTR): Define.
10712 (inlined_fn): Use it.
10713
10714 2016-07-19 Yao Qi <yao.qi@linaro.org>
10715
10716 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10717 (test_with_self): Remove some code. Remove argument executable.
10718 (top-level): Use do_self_tests.
10719
10720 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10721 Don Breazeal <donb@codesourcery.com>
10722
10723 * gdb.base/maint.exp: Escape paths used in regular expressions.
10724 * gdb.stabs/weird.exp: Likewise.
10725
10726 2016-07-13 Tom Tromey <tom@tromey.com>
10727
10728 PR python/15620, PR python/18620:
10729 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10730 (test_bkpt_events): New procs.
10731
10732 2016-07-13 Tom Tromey <tom@tromey.com>
10733
10734 PR python/17698:
10735 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10736 test.
10737 (test_watchpoints): Likewise.
10738 (test_bkpt_pending): New proc.
10739
10740 2016-07-13 Tom Tromey <tom@tromey.com>
10741
10742 PR cli/18053:
10743 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10744 completion test.
10745
10746 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10747
10748 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10749 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10750 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10751 f_label.
10752 (g): Rename g_end_lbl to g_label.
10753 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10754 low_pc and high_pc.
10755 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10756
10757 2016-07-12 Tom Tromey <tom@tromey.com>
10758
10759 PR python/19293:
10760 * gdb.python/py-unwind-maint.exp: Update tests.
10761
10762 2016-07-12 Yao Qi <yao.qi@linaro.org>
10763
10764 * lib/selftest-support.exp (selftest_setup): Match the output
10765 when captured_main is inlined.
10766
10767 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10768
10769 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10770 New variables.
10771 (print this%a, print this%b, print this): New tests.
10772 * gdb.fortran/derived-types.f90 (this): New object and
10773 initialization.
10774
10775 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10776
10777 * gdb.ada/arraydim.exp: Remove extra directory level in build
10778 directory.
10779
10780 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10781
10782 * lib/ada.exp: Remove extra directory level in build directory.
10783 * gdb.ada/cond_lang.exp: Likewise.
10784 * gdb.ada/exec_changed.exp: Likewise.
10785 * gdb.ada/lang_switch.exp: Likewise.
10786
10787 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10788
10789 * simple.rs: Add test for raw pointer subscripting.
10790 * simple.exp: Add test expectations.
10791
10792 2016-07-05 Yao Qi <yao.qi@linaro.org>
10793
10794 * gdb.mi/mi-reverse.exp: Match =record-started output.
10795
10796 2016-07-01 Pedro Alves <palves@redhat.com>
10797
10798 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10799 procedure.
10800 (jit_reader_test): Test the jit reader's unwinder.
10801 * gdb.base/jithost.c (jit_function_00_code): New global.
10802 (main): Use memcpy to fill in the mmapped code, instead of poking
10803 bytes manually here.
10804 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10805 value.
10806 (read_debug_info): Save the function's range.
10807 (read_sp): New function.
10808 (unwind_frame): Use it. Also unwind RBP.
10809 (get_frame_id): Use read_sp.
10810 (gdb_init_reader): Use calloc instead of malloc.
10811 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10812 parameter. Use gdb_test_multiple.
10813
10814 2016-07-01 Pedro Alves <palves@redhat.com>
10815 Antoine Tremblay <antoine.tremblay@ericsson.com>
10816
10817 * gdb.threads/process-dies-while-detaching.c: New file.
10818 * gdb.threads/process-dies-while-detaching.exp: New file.
10819
10820 2016-07-01 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.multi/watchpoint-multi-exit.c: New file.
10823 * gdb.multi/watchpoint-multi-exit.exp: New file.
10824
10825 2016-06-30 Pedro Alves <palves@redhat.com>
10826
10827 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10828 unset inferior_spawn_id.
10829
10830 2016-06-30 Pedro Alves <palves@redhat.com>
10831
10832 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10833 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10834
10835 2016-06-29 Yao Qi <yao.qi@linaro.org>
10836
10837 * gdb.base/return.c: Add copyright header.
10838
10839 2016-06-29 Tom Tromey <tom@tromey.com>
10840
10841 PR python/20129:
10842 * gdb.python/py-framefilter.exp: Add tests for setting priority
10843 and disabling of non-existent frame filter.
10844
10845 2016-06-29 Yao Qi <yao.qi@linaro.org>
10846
10847 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10848 0x0f07ff.
10849
10850 2016-06-28 Yao Qi <yao.qi@linaro.org>
10851
10852 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10853 triplets. Start gdb, execute catch syscall, and continue. Check
10854 gdb's output to determine catch syscall is supported.
10855
10856 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10857
10858 * gdb.rust/simple.rs: Add test for returning unit in a function.
10859 * gdb.rust/simple.exp: Add expectation for functions returning
10860 unit.
10861
10862 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10863
10864 * gdb.python/py-breakpoint-create-fail.c,
10865 gdb.python/py-breakpoint-create-fail.exp,
10866 gdb.python/py-breakpoint-create-fail.py: New testcase.
10867
10868 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10869
10870 PR gdb/20239
10871 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10872 * gdb.rust/simple.exp: Add test expectations for new NonZero
10873 tests.
10874
10875 2016-06-24 David Taylor <dtaylor@emc.com>
10876
10877 * gdb.base/offsets.exp: New file.
10878 * gdb.base/offsets.c: New file.
10879
10880 2016-06-23 Tom Tromey <tom@tromey.com>
10881
10882 PR gdb/16483:
10883 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10884 before any filters are loaded.
10885
10886 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10887
10888 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10889 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10890 structs.
10891 * gdb.fortran/derived-type-function.exp: New file.
10892 * gdb.fortran/derived-type-function.f90: New file.
10893
10894
10895 2016-06-21 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.base/new-ui.exp: New file.
10898 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10899 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10900 (with_spawn_id): New procedure.
10901
10902 2016-06-21 Pedro Alves <palves@redhat.com>
10903
10904 * gdb.mi/mi-exec-run.exp: New file.
10905
10906 2016-06-21 Pedro Alves <palves@redhat.com>
10907
10908 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10909 breakpoint command's output on the main UI.
10910 (test_break): New procedure, factored out from calls in the top
10911 level.
10912 (top level): Use foreach_with_prefix to test MI as main UI and as
10913 separate UI.
10914
10915 2016-06-21 Pedro Alves <palves@redhat.com>
10916
10917 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10918 (test_awatch_creation_and_listing)
10919 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10920 Remove 'type' parameter.
10921 (test_watchpoint_all): New parameter mi_mode. Remove
10922 with_test_prefix.
10923 (top level): Use foreach_with_prefix, and add main/separate UI MI
10924 testing axis.
10925
10926 2016-06-21 Pedro Alves <palves@redhat.com>
10927
10928 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10929 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10930 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10931 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10932 (gdb_main_spawn_id, mi_spawn_id): Declare and
10933 comment.
10934 (mi_create_inferior_pty): New procedure,
10935 factored out from default_mi_gdb_start.
10936 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10937 procedures.
10938 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10939 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10940 Use mi_create_inferior_pty.
10941 (mi_gdb_start): Use eval to pass down args list.
10942
10943 2016-06-21 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10946 * gdb.opt/inline-cmds.exp: Add MI tests.
10947
10948 2016-06-21 Pedro Alves <palves@redhat.com>
10949
10950 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10951
10952 2016-06-21 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10955 (top level): Use it instead of mi_execute_to.
10956
10957 2016-06-21 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10960 (cont_handler_str): New.
10961 (signal_stop_handler): Set stop_handler_str instead of printing to
10962 stdout.
10963 (continue_handler): Set cont_handler_str instead of printing to
10964 stdout.
10965 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10966 mi_send_resuming_command. Print stop_handler_str and
10967 cont_handler_str instead of expecting the python events print
10968 directly.
10969
10970 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10971
10972 * gdb.base/jit-reader.exp: New file.
10973 * gdb.base/jithost.c: New file.
10974 * gdb.base/jithost.h: New file.
10975 * gdb.base/jitreader.c : New file.
10976 * gdb.base/jit-protocol.h: New file.
10977
10978 2016-06-17 Yao Qi <yao.qi@linaro.org>
10979
10980 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10981 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10982 and detach-on-fork. Adjust tests.
10983 (top level): Invoke break_cond_on_syscall with combinations of
10984 syscall, follow-fork-mode and detach-on-fork.
10985
10986 2016-06-17 Yao Qi <yao.qi@linaro.org>
10987
10988 * gdb.base/step-over-exit.c: New.
10989 * gdb.base/step-over-exit.exp: New.
10990
10991 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10992
10993 * gdb.base/float.exp: Add target check for nds32*-*-*.
10994 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10995
10996 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10997
10998 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10999 for unsupported target features.
11000 * gdb.base/call-rt-st.exp: Likewise.
11001 * gdb.base/call-sc.exp: Likewise.
11002 * gdb.base/call-signal-resume.exp: Likewise.
11003 * gdb.base/call-strs.exp: Likewise.
11004 * gdb.base/callexit.exp: Likewise.
11005 * gdb.base/callfuncs.exp: Likewise.
11006 * gdb.base/nodebug.exp: Likewise.
11007 * gdb.base/printcmds.exp: Likewise.
11008 * gdb.base/ptype.exp: Likewise.
11009 * gdb.base/structs.exp: Likewise.
11010 * gdb.base/unwindonsignal.exp: Likewise.
11011 * gdb.cp/gdb2495.exp: Likewise.
11012 * gdb.cp/templates.exp: Likewise.
11013 * gdb.cp/virtfunc.exp: Likewise.
11014 * gdb.threads/hand-call-in-threads.exp: Likewise.
11015 * gdb.threads/interrupted-hand-call.exp: Likewise.
11016 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11017
11018 2016-06-10 Tom Tromey <tom@tromey.com>
11019
11020 PR rust/20110:
11021 * gdb.rust/expr.exp: Add test for integer constant larger than
11022 i32.
11023
11024 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11025
11026 * gdb.fortran/nested-funcs.exp: New.
11027 * gdb.fortran/nested-funcs.f90: New.
11028
11029 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11030
11031 * gdb.base/examine-backward.c: New file.
11032 * gdb.base/examine-backward.exp: New file.
11033
11034 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11035
11036 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11037 matching.
11038
11039 2016-06-02 Tom Tromey <tom@tromey.com>
11040
11041 PR python/18984:
11042 * gdb.python/py-shared.exp: Add solib_name test.
11043
11044 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11045
11046 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11047
11048 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11049
11050 PR c++/19893
11051 * gdb.dwarf2/implref.exp: Rename to...
11052 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11053 * gdb.dwarf2/implref-array.c: New file.
11054 * gdb.dwarf2/implref-array.exp: Likewise.
11055 * gdb.dwarf2/implref-global.c: Likewise.
11056 * gdb.dwarf2/implref-global.exp: Likewise.
11057 * gdb.dwarf2/implref-struct.c: Likewise.
11058 * gdb.dwarf2/implref-struct.exp: Likewise.
11059
11060 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11061
11062 * gdb.trace/trace-condition.exp: Add 64bit tests.
11063
11064 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11065
11066 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11067 bits types.
11068 (main): Adapt to 8 to 64 bits types.
11069 * gdb.trace/trace-condition.exp: Add new tests.
11070
11071 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11072
11073 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11074
11075 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11076
11077 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11078 Move condition tests...
11079 * gdb.trace/trace-condition.exp: Here.
11080
11081 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11082
11083 * gdb.trace/trace-condition.exp: Add counter-case tests.
11084
11085 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11086
11087 PR c++/15231
11088 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11089 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11090
11091 2016-05-27 Pedro Alves <palves@redhat.com>
11092
11093 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11094 New procedure.
11095 (top level): Call it, and bail out of DejaGnu is known to be bad.
11096
11097 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11098
11099 * gdb.base/whatis.c: Extend the test case.
11100 * gdb.base/whatis.exp: Add additional tests.
11101
11102 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11103
11104 * gdb.fortran/type.f90: Add pointer variable.
11105 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11106
11107 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11108
11109 * gdb.fortran/vla-type.exp: Fix testcase name.
11110
11111 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11112
11113 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11114
11115 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11116
11117 * gdb.fortran/type.f90: Add nested structures.
11118 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11119 * gdb.fortran/derived-type.exp: Adapt expected output.
11120 * gdb.fortran/vla-type.exp: Adapt expected output.
11121
11122 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11123
11124 * gdb.fortran/whatis_type.exp: Adapt expected output.
11125
11126 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11127
11128 * gdb.fortran/print_type.exp: Fix expected output.
11129 * gdb.fortran/whatis_type.exp: Fix expected output.
11130
11131 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11132
11133 * gdb.fortran/whatis_type.exp: Use multi_line.
11134
11135 2016-05-24 Tom Tromey <tom@tromey.com>
11136
11137 PR python/17386:
11138 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11139 use value as an index.
11140
11141 2016-05-23 Tom Tromey <tom@tromey.com>
11142
11143 PR python/17981:
11144 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11145 no-breakpoint case.
11146
11147 2016-05-24 Pedro Alves <palves@redhat.com>
11148
11149 PR gdb/19828
11150 * gdb.threads/clone-attach-detach.c: New file.
11151 * gdb.threads/clone-attach-detach.exp: New file.
11152
11153 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11154
11155 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11156
11157 2016-05-23 Tom Tromey <tom@tromey.com>
11158
11159 PR python/19438, PR python/18393:
11160 * gdb.python/py-progspace.exp: Add "dir" test.
11161 * gdb.python/py-objfile.exp: Add "dir" test.
11162
11163 2016-05-23 Yao Qi <yao.qi@linaro.org>
11164
11165 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11166 * gdb.arch/thumb2-it.exp: Likewise.
11167
11168 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11169
11170 * gdb.mi/mi-threads-interrupt.c: New file.
11171 * gdb.mi/mi-threads-interrupt.exp: New file.
11172
11173 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11174
11175 PR gdb/18077
11176 * gdb.mi/mi-async-run.exp: New file.
11177 * gdb.mi/mi-async-run.c: New file.
11178
11179 2016-05-17 Tom Tromey <tom@tromey.com>
11180 Manish Goregaokar <manishsmail@gmail.com>
11181
11182 * lib/rust-support.exp: New file.
11183 * lib/gdb.exp (skip_rust_tests): New proc.
11184 (build_executable_from_specs): Handle rust.
11185 * lib/future.exp (gdb_find_rustc): New proc.
11186 (gdb_default_target_compile): Handle rust.
11187 * gdb.rust/expr.exp: New file.
11188 * gdb.rust/generics.exp: New file.
11189 * gdb.rust/generics.rs: New file.
11190 * gdb.rust/methods.exp: New file.
11191 * gdb.rust/methods.rs: New file.
11192 * gdb.rust/modules.exp: New file.
11193 * gdb.rust/modules.rs: New file.
11194 * gdb.rust/simple.exp: New file.
11195 * gdb.rust/simple.rs: New file.
11196
11197 2016-05-17 Tom Tromey <tom@tromey.com>
11198
11199 * gdb.base/default.exp (set language): Add rust.
11200
11201 2016-05-17 Tom Tromey <tom@tromey.com>
11202
11203 * gdb.gdb/unittest.exp: New file.
11204
11205 2016-05-16 Yao Qi <yao.qi@linaro.org>
11206
11207 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11208 shell_prompt. Update shell_prompt_re.
11209
11210 2016-05-12 Doug Evans <dje@google.com>
11211
11212 PR symtab/19999
11213 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11214 $options when building executable.
11215 * gdb.dwarf2/fission-loclists-pie.S: New file.
11216 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11217
11218 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11219
11220 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11221 of [is_remote target],
11222
11223 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11224
11225 * lib/gdb.exp (use_gdb_stub): New procedure.
11226
11227 2016-05-03 Yunlian Jiang <yunlian@google.com>
11228 Doug Evans <dje@google.com>
11229
11230 PR symtab/19914
11231 * gdb.dwarf2/dwp-sepdebug.c: New file.
11232 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11233
11234 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11235
11236 * gdb.base/detach.exp: Remove is_remote check.
11237
11238 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11239
11240 * gdb.base/annota-input-while-running.exp: Don't check for
11241 [is_remote target]. Enable annotations after running to main.
11242 Remove unused "set test..." line.
11243
11244 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11245
11246 * gdb.trace/trace-enable-disable.exp: New file.
11247 * gdb.trace/trace-enable-disable.c: New file.
11248
11249 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11250
11251 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11252 use it in info sharedlibrary test.
11253 * gdb.trace/ftrace-lock.exp: Likewise.
11254 * gdb.trace/ftrace.exp: Likewise.
11255 * gdb.trace/range-stepping.exp: Likewise.
11256 * gdb.trace/trace-break.exp: Likewise.
11257 * gdb.trace/trace-condition.exp: Likewise.
11258 * gdb.trace/trace-mt.exp: Likewise.
11259
11260 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11261
11262 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11263 (gdb_load_shlib): ... this.
11264 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11265 gdb_load_shlib.
11266 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11267 * gdb.base/ctxobj.exp: Likewise.
11268 * gdb.base/dprintf-pending.exp: Likewise.
11269 * gdb.base/dso2dso.exp: Likewise.
11270 * gdb.base/fixsection.exp: Likewise.
11271 * gdb.base/gcore-relro.exp: Likewise.
11272 * gdb.base/gdb1555.exp: Likewise.
11273 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11274 * gdb.base/gnu-ifunc.exp: Likewise.
11275 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11276 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11277 * gdb.base/pending.exp: Likewise.
11278 * gdb.base/print-file-var.exp: Likewise.
11279 * gdb.base/print-symbol-loading.exp: Likewise.
11280 * gdb.base/shlib-call.exp: Likewise.
11281 * gdb.base/shreloc.exp: Likewise.
11282 * gdb.base/so-impl-ld.exp: Likewise.
11283 * gdb.base/solib-disc.exp: Likewise.
11284 * gdb.base/solib-nodir.exp: Likewise.
11285 * gdb.base/solib-overlap.exp: Likewise.
11286 * gdb.base/solib-symbol.exp: Likewise.
11287 * gdb.base/solib-weak.exp (do_test): Likewise.
11288 * gdb.base/sym-file.exp: Likewise.
11289 * gdb.base/symtab-search-order.exp: Likewise.
11290 * gdb.base/type-opaque.exp: Likewise.
11291 * gdb.base/unload.exp: Likewise.
11292 * gdb.base/watchpoint-solib.exp: Likewise.
11293 * gdb.compile/compile.exp: Likewise.
11294 * gdb.cp/gdb2384.exp: Likewise.
11295 * gdb.cp/infcall-dlopen.exp: Likewise.
11296 * gdb.cp/re-set-overloaded.exp: Likewise.
11297 * gdb.fortran/library-module.exp: Likewise.
11298 * gdb.opt/solib-intra-step.exp: Likewise.
11299 * gdb.python/py-finish-breakpoint.exp: Likewise.
11300 * gdb.python/py-shared.exp: Likewise.
11301 * gdb.reverse/solib-precsave.exp: Likewise.
11302 * gdb.reverse/solib-reverse.exp: Likewise.
11303 * gdb.server/solib-list.exp: Likewise.
11304 * gdb.threads/dlopen-libpthread.exp: Likewise.
11305 * gdb.threads/tls-shared.exp: Likewise.
11306 * gdb.threads/tls-so_extern.exp: Likewise.
11307 * gdb.trace/change-loc.exp: Likewise.
11308 * gdb.trace/ftrace-lock.exp: Likewise.
11309 * gdb.trace/ftrace.exp: Likewise.
11310 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11311 * gdb.trace/pending.exp: Likewise.
11312 * gdb.trace/range-stepping.exp: Likewise.
11313 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11314 (strace_info_marker): Likewise.
11315 (strace_probe_marker): Likewise.
11316 (strace_trace_on_same_addr): Likewise.
11317 (strace_trace_on_diff_addr): Likewise.
11318 * gdb.trace/trace-break.exp: Likewise.
11319 * gdb.trace/trace-condition.exp: Likewise.
11320 * gdb.trace/trace-mt.exp: Likewise.
11321
11322 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11323
11324 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11325 result of gdb_remote_download.
11326 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11327 * gdb.base/dso2dso.exp: Likewise.
11328 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11329 * gdb.base/print-file-var.exp: Likewise.
11330 * gdb.base/shlib-call.exp: Likewise.
11331 * gdb.base/shreloc.exp: Likewise.
11332 * gdb.base/solib-overlap.exp: Likewise.
11333 * gdb.base/solib-weak.exp (do_test): Likewise.
11334 * gdb.base/unload.exp: Likewise.
11335
11336 2016-04-27 Yao Qi <yao.qi@linaro.org>
11337
11338 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11339 exists.
11340
11341 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11342
11343 * vla-type.exp: Print structure from toplevel.
11344
11345 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11346
11347 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11348 of dynamic types.
11349 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11350 of dynamic types.
11351
11352 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11353
11354 * gdb.fortran/vla-type.f90: New file.
11355 * gdb.fortran/vla-type.exp: New file.
11356
11357 2016-04-25 Yao Qi <yao.qi@linaro.org>
11358
11359 * gdb.base/branch-to-self.c: New file.
11360 * gdb.base/branch-to-self.exp: New file.
11361
11362 2016-04-22 Yao Qi <yao.qi@linaro.org>
11363
11364 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11365 more after $hex.
11366
11367 2016-04-22 Yao Qi <yao.qi@linaro.org>
11368
11369 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11370 * gdb.base/annota3.exp: Likewise.
11371
11372 2016-04-22 Yao Qi <yao.qi@linaro.org>
11373
11374 * gdb.reverse/step-precsave.exp: Do one step and test program
11375 stops in "callee" and do multiple steps until program goes out
11376 of "callee".
11377 * gdb.reverse/step-reverse.exp: Likewise.
11378
11379 2016-04-22 Yao Qi <yao.qi@linaro.org>
11380
11381 * gdb.trace/signal.exp: Also pass if
11382 $tracepoint_hits($i) > $iterations.
11383
11384 2016-04-22 Yao Qi <yao.qi@linaro.org>
11385
11386 * gdb.trace/signal.c: New file.
11387 * gdb.trace/signal.exp: New file.
11388
11389 2016-04-19 Doug Evans <xdje42@gmail.com>
11390
11391 * gdb.base/bad-file.exp: New file.
11392
11393 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11394
11395 * gdb.dwarf2/implref.exp: New file.
11396
11397 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11398
11399 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11400 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11401 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11402 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11403 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11404 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11405 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11406 * lib/fortran.exp (fortran_int4): New procedure.
11407 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11408 (fortran_logical4): Likewise.
11409
11410 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11411
11412 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11413
11414 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11415
11416 * lib/compiler.c: Add Intel specific preprocessor macros.
11417 * lib/compiler.cc: Likewise.
11418
11419 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11420
11421 * gdb.server/connect-with-no-symbol-file.c: New file.
11422 * gdb.server/connect-with-no-symbol-file.exp: New file.
11423
11424 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11425
11426 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11427
11428 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11429
11430 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11431 standard output directory.
11432
11433 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11434
11435 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11436
11437 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11438
11439 * gdb.btrace/instruction_history.c (loop): Add declaration.
11440
11441 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11442
11443 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11444
11445 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11446
11447 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11448 parentheses to print.
11449 (continue_handler): Likewise.
11450
11451 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11452
11453 * gdb.server/solib-list.exp: Remove is_remote check.
11454 Pass shlib= to gdb_compile. Don't link shared library with
11455 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11456 Run binary filename through "readlink -f" on the target.
11457
11458 2016-04-08 Pedro Alves <palves@redhat.com>
11459
11460 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11461 interpreter filename as argument to gdbserver_spawn.
11462 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11463 Return empty if $last_loaded_file does not exist.
11464
11465 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11466
11467 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11468 * gdb.base/jit-main.c: Use exit after usage.
11469
11470 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11471
11472 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11473 GDBHISTSIZE prior to the tests.
11474 * gdb.base/gdbinit-history.exp: Likewise.
11475
11476 2016-04-07 Pedro Alves <palves@redhat.com>
11477
11478 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11479 instead of build_executable. Use gdb_load_shlibs.
11480
11481 2016-04-07 Yao Qi <yao.qi@linaro.org>
11482
11483 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11484 Execute "si" command.
11485
11486 2016-04-07 Yao Qi <yao.qi@linaro.org>
11487
11488 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11489 number instead of the comments on some line.
11490
11491 2016-04-06 Don Breazeal <donb@codesourcery.com>
11492
11493 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11494 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11495
11496 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11497
11498 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11499 standard_output_file. Remove unused binfile variable.
11500
11501 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11502
11503 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11504 * gdb.python/py-mi-objfile.exp: Match "list main" output
11505 in console format.
11506
11507 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11508
11509 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11510 absolute.
11511
11512 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11513
11514 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11515 absolute.
11516 * gdb.trace/ftrace.exp: Likewise.
11517 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11518 targets as well.
11519 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11520 (gdb_load_shlibs): Copy libraries to test directory when testing
11521 natively. Only set solib-search-path if testing remotely.
11522 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11523
11524 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11525
11526 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11527 gdb_download. Use it even if the target is not remote.
11528 * gdb.base/jit.exp (compile_jit_test): Likewise.
11529 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11530 output directory if the destination board is local, otherwise use
11531 the standard remote_download from DejaGnu.
11532 (gdb_download): Remove.
11533 (gdb_load_shlibs): Use gdb_remote_download instead of
11534 gdb_download.
11535 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11536 Use gdb_remote_download instead of gdb_download. Use it even if
11537 the target is not remote.
11538 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11539 instead of gdb_download.
11540
11541 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11542
11543 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11544 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11545 run.
11546
11547 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11548
11549 PR gdb/19820
11550 * gdb.base/printcmds.exp: Add artificial arrays tests.
11551
11552 2016-03-31 Pedro Alves <palves@redhat.com>
11553
11554 PR gdb/19858
11555 * gdb.base/jit-main.c: Include unistd.h.
11556 (ATTACH): Define to 0 if not already defined.
11557 (wait_for_gdb, mypid): New globals.
11558 (WAIT_FOR_GDB): New macro.
11559 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11560 some breakpoint locations.
11561 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11562 New procedures.
11563 (one_jit_test): Add REATTACH parameter, and handle it. Use
11564 continue_to_test_location.
11565 (top level): Test attach, and adjusts calls to one_jit_test.
11566
11567 2016-03-31 Pedro Alves <palves@redhat.com>
11568
11569 PR gdb/19858
11570 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11571 BINSUFFIX parameter, and handle it.
11572 (top level): Adjust calls compile_jit_test.
11573
11574 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11575
11576 PR python/19743
11577 * gdb.python/py-mi-events-gdb.py: New file.
11578 * gdb.python/py-mi-events.c: New file.
11579 * gdb.python/py-mi-events.exp: New file.
11580
11581 2016-03-30 Yao Qi <yao.qi@linaro.org>
11582
11583 * gdb.reverse/until-precsave.exp: Match function name only.
11584 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11585 Move malloc to a condition block.
11586 * gdb.reverse/until-reverse.exp: Match function name only.
11587
11588 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11589
11590 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11591 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11592 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11593 variable for GPR 0 instead of assuming it is register 0.
11594 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11595 * lib/trace-support.exp: Add s390 registers.
11596
11597 2016-03-29 Yao Qi <yao.qi@linaro.org>
11598
11599 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11600
11601 2016-03-24 Yao Qi <yao.qi@linaro.org>
11602
11603 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11604 test message.
11605
11606 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11607
11608 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11609 maintaining separate logic for constructing the output path.
11610
11611 2016-03-16 Don Breazeal <donb@codesourcery.com>
11612
11613 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11614 Retry fork and waitpid on interrupted system call errors.
11615 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11616 Use with_timeout_factor to increase timeout by factor of 10.
11617
11618 2016-03-15 Don Breazeal <donb@codesourcery.com>
11619
11620 * gdb.cp/scope-err.cc: New test program.
11621 * gdb.cp/scope-err.exp: New test script.
11622 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11623 lines and "set breakpoint here" comment.
11624 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11625 Fixed some whitespace and format issues.
11626 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11627 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11628
11629 2016-03-15 Doug Evans <dje@google.com>
11630
11631 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11632 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11633 All callers updated. Add tests for enums, mixed flags register.
11634
11635 2016-03-15 Doug Evans <dje@google.com>
11636
11637 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11638 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11639
11640 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11641
11642 * gdb.base/default.exp: Add $_as_string to the list of expected
11643 convenience functions.
11644
11645 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11646
11647 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11648
11649 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11650
11651 * gdb.python/py-as-string.exp: New file.
11652 * gdb.python/py-as-string.c: New file.
11653
11654 2016-03-09 Pedro Alves <palves@redhat.com>
11655
11656 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11657 signal" -> "Thread NN received signal" output change.
11658 * gdb.threads/ia64-sigill.exp: Likewise.
11659 * gdb.threads/linux-dp.exp: Likewise.
11660 * gdb.threads/manythreads.exp: Likewise.
11661 * gdb.threads/pending-step.exp: Likewise.
11662 * gdb.threads/print-threads.exp: Likewise.
11663 * gdb.threads/sigstep-threads.exp: Likewise.
11664 * gdb.threads/staticthreads.exp: Likewise.
11665 * gdb.threads/tls.exp: Likewise.
11666
11667 2016-03-09 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.base/command-line-input.exp: New file.
11670
11671 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11672
11673 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11674 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11675 * gdb.trace/pending.exp: Accept leading dot before function name.
11676 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11677 * lib/trace-support.exp: Set registers for ppc.
11678
11679 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11680
11681 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11682 use it for disassembly; accept .main in addition to main in backtrace.
11683
11684 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11685 Marcin Kościelnicki <koriakin@0x04.net>
11686
11687 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11688 (gdb_recursion_test_ptr): New global variable.
11689 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11690 gdb_recursion_test.
11691 (gdb_c_test): Ditto.
11692
11693 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11694
11695 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11696 ordering.
11697
11698 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11699
11700 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11701 (bar): Add bar_start_lbl label.
11702 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11703 of foo/bar for emitting DWARF and tracing.
11704
11705 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11706
11707 * analyze-racy-logs.py: Set executable bit.
11708
11709 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11710
11711 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11712 (CHECK_TARGET_TMP): Likewise.
11713 (check-single-racy): New rule.
11714 (check-parallel-racy): Likewise.
11715 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11716 (do-check-parallel-racy): New rule.
11717 (check-racy/%.exp): Likewise.
11718 * README (Racy testcases): New section.
11719 * analyze-racy-logs.py: New file.
11720
11721 2016-03-03 Doug Evans <dje@google.com>
11722
11723 * gdb.base/skip.exp: Use with_test_prefix.
11724
11725 2016-03-03 Yao Qi <yao.qi@linaro.org>
11726
11727 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11728 Invoke step_over_syscall "clone" and break_cond_on_syscall
11729 "clone".
11730 * gdb.base/step-over-clone.c: New file.
11731
11732 2016-03-03 Yao Qi <yao.qi@linaro.org>
11733
11734 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11735 code format.
11736
11737 2016-03-03 Yao Qi <yao.qi@linaro.org>
11738
11739 * gdb.base/disp-step-fork.c: Rename to ...
11740 * gdb.base/step-over-fork.c: ... it. New file.
11741 * gdb.base/disp-step-vfork.c: Rename to ...
11742 * gdb.base/step-over-vfork.c: ... it. New file.
11743 * gdb.base/disp-step-syscall.exp: Rename to ...
11744 * gdb.base/step-over-syscall.exp: ... it. New file.
11745 (disp_step_cross_syscall): Rename to ...
11746 (step_over_syscall): ... it.
11747
11748 2016-03-03 Yao Qi <yao.qi@linaro.org>
11749
11750 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11751 If target supports condition evaluation on target, invoke
11752 break_cond_on_syscall for fork and vfork.
11753
11754 2016-03-03 Yao Qi <yao.qi@linaro.org>
11755
11756 * gdb.base/disp-step-syscall.exp: Don't invoke
11757 support_displaced_stepping.
11758 (disp_step_cross_syscall): Test with displaced stepping off and
11759 on if supported.
11760
11761 2016-03-03 Yao Qi <yao.qi@linaro.org>
11762
11763 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11764 proc.
11765 (setup): New proc.
11766 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11767 and setup.
11768
11769 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11770
11771 * gdb.fortran/vla-history.exp: Remove breakpoint.
11772
11773 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11774
11775 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11776 exceeds timeout.
11777
11778 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11779
11780 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11781 breakpoint.
11782
11783 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11784
11785 * gdb.mi/vla.f90: Nullify pointer after declaration.
11786
11787 2016-03-01 Pedro Alves <palves@redhat.com>
11788
11789 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11790
11791 2016-03-01 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11794 before anything else.
11795 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11796 _GNU_SOURCE here.
11797 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11798 before anything else.
11799 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11800
11801 2016-03-01 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11804
11805 2016-03-01 Yao Qi <yao.qi@linaro.org>
11806
11807 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11808 prepare_for_testing.
11809
11810 2016-03-01 Yao Qi <yao.qi@linaro.org>
11811
11812 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11813
11814 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11815
11816 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11817 manually constructing the output path.
11818
11819 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11820
11821 * gdb.arch/s390-stackless.S: New.
11822 * gdb.arch/s390-stackless.exp: New.
11823
11824 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11825
11826 * gdb.dlang/circular.c: New file.
11827 * gdb.dlang/circular.exp: New file.
11828
11829 2016-02-26 Yao Qi <yao.qi@linaro.org>
11830
11831 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11832 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11833 (testcases): Update.
11834
11835 2016-02-26 Yao Qi <yao.qi@linaro.org>
11836
11837 * gdb.reverse/aarch64.c: Rename to ...
11838 * gdb.reverse/insn-reverse.c: ... it.
11839 * gdb.reverse/aarch64.exp: Rename to ...
11840 * gdb.reverse/insn-reverse.exp: ... it.
11841
11842 2016-02-26 Yao Qi <yao.qi@linaro.org>
11843
11844 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11845 (testcase_ftype): New.
11846 (testcases): New array.
11847 (n_testcases): New.
11848 (main): Call each element in testcases.
11849 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11850 (read_testcase): New.
11851 Do the tests in a loop.
11852
11853 2016-02-25 Yao Qi <yao.qi@linaro.org>
11854
11855 * gdb.base/branches.c: Remove.
11856
11857 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11858
11859 PR gdb/13808
11860 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11861
11862 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11863
11864 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11865
11866 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11867
11868 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11869 change x86_64 call_insn to 'callq'.
11870
11871 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11872
11873 * gdb.trace/tfile-avx.c: Move to...
11874 * gdb.trace/tracefile-pseudo-reg.c: Here.
11875 * gdb.trace/tfile-avx.exp: Move to...
11876 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11877
11878 2016-02-24 Gary Benson <gbenson@redhat.com>
11879
11880 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11881 message on attach.
11882
11883 2016-02-23 Doug Evans <dje@google.com>
11884
11885 * gdb.base/skip.c (test_skip): New function.
11886 (end_test_skip_file_and_function): New function.
11887 (test_skip_file_and_function): New function.
11888 * gdb.base/skip1.c (test_skip): New function.
11889 (skip1_test_skip_file_and_function): New function.
11890 * gdb.base/skip.exp: Add tests for new skip options.
11891 * gdb.base/skip-solib.exp: Update expected output.
11892 * gdb.perf/skip-command.cc: New file.
11893 * gdb.perf/skip-command.exp: New file.
11894 * gdb.perf/skip-command.py: New file.
11895
11896 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11897
11898 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11899 info registers pattern.
11900
11901 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11902
11903 * lib/future.exp: Add D support.
11904 (gdb_find_gdc): New proc.
11905 (gdb_default_target_compile): Add D support.
11906
11907 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11908
11909 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11910 user+system time.
11911 (trace_speed_test): Determine the iteration count for a time
11912 between 15..30 seconds.
11913
11914 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11915
11916 * gdb.arch/i386-mpx-sigsegv.c: New file.
11917 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11918 * gdb.arch/i386-mpx-simple_segv.c: New file.
11919 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11920
11921 2016-02-18 Yao Qi <yao.qi@linaro.org>
11922
11923 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11924 Don't call setup_kfail.
11925
11926 2016-02-18 Yao Qi <yao.qi@linaro.org>
11927
11928 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11929 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11930
11931 2016-02-16 Doug Evans <dje@google.com>
11932
11933 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11934 * gdb.base/skip1.c: Ditto.
11935 * gdb.base/skip.exp: Whitespace cleanup.
11936
11937 2016-02-16 Don Breazeal <donb@codesourcery.com>
11938
11939 PR remote/19496
11940 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11941 Remove kfail for PR remote/19496.
11942
11943 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11944
11945 * lib/gdb.exp (standard_temp_file): Return a path specific to
11946 the runtest invocation.
11947
11948 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11949
11950 * gdb.trace/save-trace.exp: Change relative path to be in the
11951 standard output directory.
11952
11953 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11954
11955 * gdb.arch/i386-prologue.c: Add missing prototypes.
11956
11957 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11958
11959 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11960 * gdb.arch/i386-prologue.exp: Likewise.
11961 * gdb.arch/i386-size.exp: Likewise.
11962
11963 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11964
11965 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11966 define object file path.
11967 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11968 file path.
11969 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11970 standard_output_file to define binfile.
11971
11972 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11973
11974 Fix compatibility with recent gfortran-5.3.1.
11975 * gdb.fortran/vla-history.exp (print vla1 allocated)
11976 (print vla2 allocated, print $2, print $3): Remove
11977 (print $4): Rename to ...
11978 (print $2): ... here.
11979 (print $9): Rename to ...
11980 (print $5): ... here.
11981 (print $10): Rename to ...
11982 (print $6): ... here.
11983 * gdb.fortran/vla.f90: Add pvla initialization.
11984
11985 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11986
11987 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11988 New test.
11989 * gdb.fortran/vla-value-sub.exp: Likewise.
11990
11991 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11992
11993 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11994
11995 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11996
11997 * i386-biarch-core.exp: Define corefile using
11998 standard_output_file.
11999
12000 2016-02-12 Yao Qi <yao.qi@linaro.org>
12001
12002 * gdb.arch/arm-single-step-kernel-helper.c: New.
12003 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12004
12005 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12006
12007 * gdb.btrace/tailcall-only.exp: New.
12008 * gdb.btrace/tailcall-only.c: New.
12009 * gdb.btrace/x86_64-tailcall-only.S: New.
12010 * gdb.btrace/i686-tailcall-only.S: New.
12011
12012 2016-02-11 Pedro Alves <palves@redhat.com>
12013
12014 * README (Parallel testing): Add missing double quotes.
12015
12016 2016-02-11 Pedro Alves <palves@redhat.com>
12017
12018 * README (Parallel testing): New section.
12019 (GDB_PARALLEL): Rewrite.
12020 (FORCE_PARALLEL): Document.
12021
12022 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12023
12024 * gdb.trace/tfile-avx.c: New test.
12025 * gdb.trace/tfile-avx.exp: New test.
12026
12027 2016-02-09 Keith Seitz <keiths@redhat.com>
12028
12029 PR breakpoints/19546
12030 * gdb.base/infcall-exec.c: New file.
12031 * gdb.base/infcall-exec2.c: New file.
12032 * gdb.base/infcall-exec.exp: New file.
12033
12034 2016-02-09 Keith Seitz <keiths@redhat.com>
12035
12036 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12037 (toplevel): Call test_bkpt_address.
12038
12039 2016-02-09 Keith Seitz <keiths@redhat.com>
12040
12041 PR python/19506
12042 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12043 (toplevel): Call test_bkpt_address.
12044
12045 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12046
12047 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12048 to AC_OUTPUT.
12049 * configure: Regenerate.
12050
12051 2016-02-09 Pedro Alves <palves@redhat.com>
12052
12053 PR breakpoints/19548
12054 * gdb.base/execl-update-breakpoints.c (some_function): New
12055 function.
12056 (main): Call it.
12057 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12058 Tighten expected GDB output.
12059
12060 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12061
12062 * Makefile.in (ALL_SUBDIRS): Remove.
12063 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12064 (distclean maintainer-clean realclean): Likewise.
12065 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12066 * configure: Regenerate.
12067 * gdb.ada/Makefile.in: Delete.
12068 * gdb.arch/Makefile.in: Likewise.
12069 * gdb.asm/Makefile.in: Likewise.
12070 * gdb.base/Makefile.in: Likewise.
12071 * gdb.btrace/Makefile.in: Likewise.
12072 * gdb.cell/Makefile.in: Likewise.
12073 * gdb.compile/Makefile.in: Likewise.
12074 * gdb.cp/Makefile.in: Likewise.
12075 * gdb.disasm/Makefile.in: Likewise.
12076 * gdb.dlang/Makefile.in: Likewise.
12077 * gdb.dwarf2/Makefile.in: Likewise.
12078 * gdb.fortran/Makefile.in: Likewise.
12079 * gdb.gdb/Makefile.in: Likewise.
12080 * gdb.go/Makefile.in: Likewise.
12081 * gdb.guile/Makefile.in: Likewise.
12082 * gdb.java/Makefile.in: Likewise.
12083 * gdb.linespec/Makefile.in: Likewise.
12084 * gdb.mi/Makefile.in: Likewise.
12085 * gdb.modula2/Makefile.in: Likewise.
12086 * gdb.multi/Makefile.in: Likewise.
12087 * gdb.objc/Makefile.in: Likewise.
12088 * gdb.opencl/Makefile.in: Likewise.
12089 * gdb.opt/Makefile.in: Likewise.
12090 * gdb.pascal/Makefile.in: Likewise.
12091 * gdb.perf/Makefile.in: Likewise.
12092 * gdb.python/Makefile.in: Likewise.
12093 * gdb.reverse/Makefile.in: Likewise.
12094 * gdb.server/Makefile.in: Likewise.
12095 * gdb.stabs/Makefile.in: Likewise.
12096 * gdb.threads/Makefile.in: Likewise.
12097 * gdb.trace/Makefile.in: Likewise.
12098 * gdb.xml/Makefile.in: Likewise.
12099 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12100 GDB_PARALLEL.
12101 (standard_output_file): Remove check for GDB_PARALLEL, always
12102 return path in outputs/$subdir/$testname.
12103
12104 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12105
12106 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12107 (site.exp): Assign abs_srcdir to tcl's srcdir.
12108
12109 2016-02-04 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.base/foll-exec-mode.c: Include limits.h.
12112 (main): Add parameters argc and argv. Get directory from
12113 argv[0].
12114 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12115 compilation.
12116 * gdb.base/foll-exec.c: Include limits.h.
12117 (main): Add parameters argc and argv.
12118 Get directory from argv[0].
12119 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12120 Adjust tests on the number of lines as source code changed.
12121 * gdb.base/foll-vfork-exit.c: Include limits.h.
12122 (main): Add one line of statement before vfork.
12123 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12124 (main): Add parameters argc and argv. Get directory from
12125 argv[0].
12126 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12127 (setup_gdb): Set tbreak to skip some source lines.
12128 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12129 (main): Add parameters argc and argv. Get directory from
12130 argv[0].
12131 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12132 compilation.
12133 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12134 (main): Add parameters argc and argv. Get directory from
12135 argv[0].
12136 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12137 compilation.
12138
12139 2016-02-01 Doug Evans <dje@google.com>
12140
12141 * gdb.base/skip.exp: Clean up multiple references to same test name.
12142
12143 2016-02-01 Pedro Alves <palves@redhat.com>
12144
12145 PR remote/19496
12146 * gdb.threads/forking-threads-plus-breakpoint.exp
12147 (displaced_stepping_supported): New global.
12148 (probe_displaced_stepping_support): New procedure.
12149 (do_test): Add 'displaced' parameter, and use it.
12150 (top level): Check for displaced stepping support. Add displaced
12151 stepping on/off testing axis.
12152
12153 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12154
12155 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12156 pointer. Don't perform further tests on the unassociated pointer
12157 if the first test fails.
12158
12159 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12160
12161 * gdb.base/max-value-size.c: New file.
12162 * gdb.base/max-value-size.exp: New file.
12163 * gdb.base/huge.exp: Disable max-value-size for this test.
12164
12165 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12166
12167 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12168
12169 2016-01-28 Yao Qi <yao.qi@linaro.org>
12170
12171 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12172
12173 2016-01-25 Pedro Alves <palves@redhat.com>
12174
12175 PR threads/19461
12176 * gdb.base/fork-running-state.c: New file.
12177 * gdb.base/fork-running-state.exp: New file.
12178
12179 2016-01-25 Pedro Alves <palves@redhat.com>
12180
12181 PR gdb/19494
12182 * gdb.base/catch-fork-kill.c: New file.
12183 * gdb.base/catch-fork-kill.exp: New file.
12184
12185 2016-01-25 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12188 Delete, moved to lib/gdb.exp.
12189 * gdb.threads/forking-threads-plus-breakpoint.exp
12190 (foreach_with_prefix): Likewise.
12191 * gdb.threads/process-dies-while-handling-bp.exp
12192 (foreach_with_prefix): Likewise.
12193 * lib/gdb.exp (foreach_with_prefix): New procedure.
12194
12195 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12196
12197 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12198 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12199
12200 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12201
12202 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12203 endian targets.
12204
12205 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12206 Pedro Alves <palves@redhat.com>
12207
12208 Fix testsuite compatibility with Guile.
12209 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12210 number.
12211
12212 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12213
12214 Fix testsuite compatibility with Guile.
12215 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12216 (thread 1): New test for backtrace through signal handler.
12217
12218 2016-01-22 Yao Qi <yao.qi@linaro.org>
12219
12220 PR testsuite/19491
12221 * gdb.base/multi-forks.c: Include
12222 ../lib/unbuffer_output.c
12223 (main): Call gdb_unbuffer_output.
12224
12225 2016-01-21 Doug Evans <dje@google.com>
12226
12227 * lib/ada.exp (gdb_compile_ada): Fix typo.
12228
12229 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12230
12231 * gdb.base/break-fun-addr.exp: New file.
12232 * gdb.base/break-fun-addr1.c: New file.
12233 * gdb.base/break-fun-addr2.c: New file.
12234
12235 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12236
12237 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12238 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12239 enum flag values.
12240
12241 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12242
12243 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12244 when GDB can not set the vector return value. Add more comments
12245 for clarification.
12246
12247 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12248
12249 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12250 command.
12251
12252 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12253
12254 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12255
12256 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12257
12258 * Makefile.in (check-single): Pass --status to runtest.
12259 (check/%.exp): Likewise.
12260
12261 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12262
12263 * Makefile.in (check-parallel): Propagate return code from make
12264 do-check-parallel.
12265
12266 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12267
12268 * gdb.trace/ftrace.exp: Fix expected message on continue.
12269 * gdb.trace/pending.exp: Fix expected message on continue.
12270 * gdb.trace/trace-break.exp: Fix expected message on continue.
12271
12272 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12273
12274 * lib/gdb.exp (gdb_test): Remove unused global references.
12275
12276 2016-01-18 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.base/async-shell.exp: Adjust expected output.
12279 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12280 * gdb.base/siginfo-thread.exp: Adjust expected output.
12281 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12282 * gdb.java/jnpe.exp: Adjust expected output.
12283 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12284 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12285 * gdb.threads/leader-exit.exp: Adjust expected output.
12286 * gdb.threads/manythreads.exp: Adjust expected output.
12287 * gdb.threads/pthreads.exp: Adjust expected output.
12288 * gdb.threads/schedlock.exp: Adjust expected output.
12289 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12290 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12291 expected output.
12292 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12293 output.
12294 * gdb.threads/sigthread.exp: Adjust expected output.
12295 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12296
12297 2016-01-18 Yao Qi <yao.qi@linaro.org>
12298
12299 * gdb.guile/scm-section-script.c: Replace @progbits with
12300 %progbits.
12301 * gdb.python/py-section-script.c: Likewise.
12302
12303 2016-01-15 Pedro Alves <palves@redhat.com>
12304
12305 * gdb.multi/tids.exp: Test star wildcard ranges.
12306
12307 2016-01-15 Pedro Alves <palves@redhat.com>
12308
12309 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12310 command from "thread apply" invocation.
12311 (thr_apply_info_thr_invalid): Default the expected output to the
12312 input tid list.
12313 (top level): Add tests that use convenience variables. Add tests
12314 for "thread apply" with a valid TID list, but missing the command.
12315
12316 2016-01-13 Pedro Alves <palves@redhat.com>
12317
12318 * gdb.base/default.exp: Expect $_gthread as well.
12319 * gdb.multi/tids.exp: Test $_gthread.
12320 * gdb.threads/thread-specific.exp: Test $_gthread.
12321
12322 2016-01-13 Pedro Alves <palves@redhat.com>
12323
12324 * gdb.multi/tids.exp: Test "info threads -gid".
12325
12326 2016-01-13 Pedro Alves <palves@redhat.com>
12327
12328 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12329 Breakpoint.thread.
12330 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12331
12332 2016-01-07 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.base/break.exp: Adjust to output changes.
12335 * gdb.base/hbreak2.exp: Likewise.
12336 * gdb.base/sepdebug.exp: Likewise.
12337 * gdb.base/watch_thread_num.exp: Likewise.
12338 * gdb.linespec/keywords.exp: Likewise.
12339 * gdb.multi/info-threads.exp: Likewise.
12340 * gdb.threads/thread-find.exp: Likewise.
12341 * gdb.multi/tids.c: New file.
12342 * gdb.multi/tids.exp: New file.
12343
12344 2016-01-13 Pedro Alves <palves@redhat.com>
12345
12346 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12347
12348 2016-01-13 Pedro Alves <palves@redhat.com>
12349
12350 * gdb.base/default.exp: Expect $_inferior as well.
12351 * gdb.multi/base.exp: Test $_inferior.
12352
12353 2016-01-13 Pedro Alves <palves@redhat.com>
12354
12355 PR breakpoints/19388
12356 * gdb.base/catch-signal-siginfo-cond.c: New file.
12357 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12358
12359 2016-01-12 Josh Stone <jistone@redhat.com>
12360 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12361
12362 * gdb.base/catch-syscall.c (do_execve): New variable.
12363 (main): Conditionally trigger an execve.
12364 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12365 (test_catch_syscall_execve): New, check entry/return across execve.
12366 (do_syscall_tests): Call test_catch_syscall_execve.
12367
12368 2016-01-12 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.base/random-signal.exp (do_test): New procedure, with body
12371 of testcase moved in.
12372
12373 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12374 Pedro Alves <palves@redhat.com>
12375
12376 * gdb.base/funcargs.exp (finish from indirectly called function):
12377 Reintroduce the case for 'First'.
12378
12379 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12380 Pedro Alves <palves@redhat.com>
12381
12382 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12383 (tcatch_vfork_then_child_follow_exec)
12384 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12385 identification.
12386
12387 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12388
12389 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12390 and repeats to unlimited.
12391 * gdb.python/py-value.exp: Likewise.
12392 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12393 and repeats to unlimited.
12394
12395 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12396
12397 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12398 and reordering the functions.
12399 * gdb.multi/hangout.c: Likewise.
12400 * gdb.multi/hello.c: Likewise.
12401
12402 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12403
12404 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12405 absolute.
12406 (SingleStatisticTestResult.report): Use dict.keys instead of
12407 dict.iterkeys.
12408
12409 2016-01-06 Pedro Alves <palves@redhat.com>
12410
12411 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12412
12413 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12414
12415 * gdb.btrace/dlopen.exp: New.
12416 * gdb.btrace/dlopen.c: New.
12417 * gdb.btrace/dlopen-dso.c: New.
12418
12419 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12420
12421 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12422 PATTERN argument is optional.
12423
12424 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12425
12426 * lib/ada.exp (target_compile_ada_from_dir): New function.
12427 (gdb_compile_ada): Reimplement avoiding the use of project files.
12428 * gdb.ada/gnat_ada.gpr: Delete.
12429 * gdb.ada/cond_lang.exp: Adjust test to make path before
12430 filename optional.
12431 * gdb.ada/small_reg_param.exp: Likewise.
12432
12433 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12434
12435 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12436
12437 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12438
12439 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12440 case.
12441
12442 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12443
12444 * gdb.base/break.exp: Remove dead code.
12445 * gdb.base/sepdebug.exp: Likewise.
12446
12447 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12448
12449 * gdb.asm/asm-source.exp: Remove HP-UX references.
12450 * gdb.base/annota1.exp: Likewise.
12451 * gdb.base/annota3.exp: Likewise.
12452 * gdb.base/attach.exp: Likewise.
12453 * gdb.base/bigcore.exp: Likewise.
12454 * gdb.base/break.exp: Likewise.
12455 * gdb.base/call-ar-st.exp: Likewise.
12456 * gdb.base/callfuncs.exp: Likewise.
12457 * gdb.base/catch-fork-static.exp: Likewise.
12458 * gdb.base/display.exp: Likewise.
12459 * gdb.base/foll-exec-mode.exp: Likewise.
12460 * gdb.base/foll-exec.exp: Likewise.
12461 * gdb.base/foll-fork.exp: Likewise.
12462 * gdb.base/foll-vfork.exp: Likewise.
12463 * gdb.base/funcargs.exp: Likewise.
12464 * gdb.base/hbreak2.exp: Likewise.
12465 * gdb.base/inferior-died.exp: Likewise.
12466 * gdb.base/interrupt.exp: Likewise.
12467 * gdb.base/multi-forks.exp: Likewise.
12468 * gdb.base/nodebug.exp: Likewise.
12469 * gdb.base/sepdebug.exp: Likewise.
12470 * gdb.base/solib1.c: Likewise.
12471 * gdb.base/step-test.exp: Likewise.
12472 * gdb.mi/non-stop.c: Likewise.
12473 * gdb.mi/pthreads.c: Likewise.
12474 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12475 * gdb.threads/pthreads.c: Likewise.
12476 * gdb.threads/staticthreads.exp: Likewise.
12477 * lib/future.exp: Likewise.
12478 * lib/gdb.exp: Likewise.
12479 * gdb.base/so-indr-cl.c: Remove.
12480 * gdb.base/so-indr-cl.exp: Likewise.
12481 * gdb.base/solib.c: Likewise.
12482 * gdb.base/solib.exp: Likewise.
12483 * gdb.base/solib2.c: Likewise.
12484
12485 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12486
12487 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12488 * gdb.base/call-ar-st.exp: Likewise.
12489 * gdb.base/callfuncs.exp: Likewise.
12490 * gdb.base/condbreak.exp: Likewise.
12491 * gdb.base/constvars.exp: Likewise.
12492 * gdb.base/hbreak2.exp: Likewise.
12493 * gdb.base/langs.exp: Likewise.
12494 * gdb.base/list.exp: Likewise.
12495 * gdb.base/long_long.exp: Likewise.
12496 * gdb.base/ptype.exp: Likewise.
12497 * gdb.base/scope.exp: Likewise.
12498 * gdb.base/signals.exp: Likewise.
12499 * gdb.base/so-impl-ld.exp: Likewise.
12500 * gdb.base/varargs.exp: Likewise.
12501 * gdb.base/volatile.exp: Likewise.
12502 * gdb.base/whatis.exp: Likewise.
12503 * gdb.cp/cplusfuncs.exp: Likewise.
12504 * gdb.cp/inherit.exp: Likewise.
12505 * gdb.cp/local.exp: Likewise.
12506 * gdb.cp/member-ptr.exp: Likewise.
12507 * gdb.cp/method.exp: Likewise.
12508 * gdb.cp/overload.exp: Likewise.
12509 * gdb.cp/templates.exp: Likewise.
12510 * gdb.stabs/weird.exp: Likewise.
12511 * lib/compiler.c: Likewise.
12512 * lib/compiler.cc: Likewise.
12513 * lib/cp-support.exp: Likewise.
12514 * lib/gdb.exp: Likewise.
12515
12516 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12517
12518 * configure.ac: Remove HP-UX case.
12519 * configure: Regenerate.
12520
12521 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12522
12523 * lib/gdb.exp (gdb_compile): Add function doc.
12524
12525 2015-12-17 Pedro Alves <palves@redhat.com>
12526
12527 PR threads/19354
12528 * gdb.multi/info-threads.exp: New file.
12529
12530 2015-12-15 Yao Qi <yao.qi@linaro.org>
12531
12532 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12533 is aarch64*-*-*.
12534
12535 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12536
12537 * gdb.base/history-duplicates.exp: Skip if no readline support.
12538
12539 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12540
12541 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12542
12543 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12544
12545 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12546
12547 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12548
12549 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12550 ctrl-C if nointerrupts target property is set.
12551 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12552 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12553 * gdb.base/paginate-bg-execution.exp: Likewise.
12554 * gdb.base/paginate-execution-startup.exp: Likewise.
12555 * gdb.base/random-signal.exp: Likewise.
12556 * gdb.base/range-stepping.exp: Likewise.
12557 * gdb.cp/annota2.exp: Likewise.
12558 * gdb.cp/annota3.exp: Likewise.
12559 * gdb.gdb/selftest.exp: Likewise.
12560 * gdb.threads/continue-pending-status.exp: Likewise.
12561 * gdb.threads/leader-exit.exp: Likewise.
12562 * gdb.threads/manythreads.exp: Likewise.
12563 * gdb.threads/pthreads.exp: Likewise.
12564 * gdb.threads/schedlock.exp: Likewise.
12565 * gdb.threads/sigthread.exp: Likewise.
12566
12567 2015-12-11 Don Breazeal <donb@codesourcery.com>
12568
12569 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12570 remote.
12571 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12572 * gdb.base/foll-exec.exp (main): Enable for target remote.
12573 * gdb.base/foll-fork.exp (main): Likewise.
12574 * gdb.base/foll-vfork.exp (main): Likewise.
12575 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12576 (proc continue_to_exit_bp_loc): Use clean_restart.
12577 * gdb.base/pie-execl.exp (main): Disable for target remote.
12578 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12579 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12580 * gdb.threads/execl.exp (main): Likewise.
12581 * gdb.threads/fork-child-threads.exp (main): Likewise.
12582 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12583 remote.
12584 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12585 remote.
12586 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12587 pid.tid style ptids, instead of just tid.
12588 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12589 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12590 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12591 ptids, instead of just tid.
12592
12593 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12594
12595 * gdb.base/list.exp (test_list_forward): Add end of file error
12596 test.
12597 (test_repeat_list_command): Add end of file error test.
12598 (test_list_backwards): Add beginning of file error test.
12599
12600 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12601
12602 * gdb.base/list.exp (test_list_invalid_args): New function,
12603 defined, and called.
12604
12605 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12606
12607 * gdb.base/list.exp (test_list): Make test names unique.
12608
12609 2015-12-11 Yao Qi <yao.qi@linaro.org>
12610
12611 * gdb.base/coremaker2.c: Remove.
12612
12613 2015-12-10 Pedro Alves <palves@redhat.com>
12614
12615 * gdb.multi/base.exp: Remove stale "spaces" references.
12616
12617 2015-12-10 Pedro Alves <palves@redhat.com>
12618
12619 * gdb.multi/base.exp: Don't use nowarnings.
12620 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12621 * gdb.multi/hangout.c: Include stdio.h.
12622 * gdb.multi/hello.c: Include stdlib.h.
12623 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12624 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12625 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12626
12627 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12628
12629 * gdb.dwarf2/dw2-ranges-base.c: New file.
12630 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12631 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12632 support additional line table, and debug ranges generation.
12633 (Dwarf::ranges): New function, generate .debug_ranges.
12634 (Dwarf::lines): Support generating simple line table programs.
12635 (Dwarf::assemble): Initialise new namespace variables.
12636
12637 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12638
12639 * gdb.base/async.exp (proc test_background): Add case for
12640 asynchronous execution not supported.
12641
12642 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12643
12644 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12645 format and change test names to make them unique.
12646
12647 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12648 Pedro Alves <pedro@redhat.com>
12649
12650 PR gdb/18702
12651 Add checking of floatformats setup on x86_64 hosts.
12652 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12653 (smallval, bigval): New labels/constants.
12654 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12655 float" after loading bigval and smallval.
12656
12657 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12658
12659 * gdb.ada/fun_overload_menu.exp: New testcase.
12660 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12661
12662 2015-12-04 Josh Stone <jistone@redhat.com>
12663
12664 * gdb.base/catch-fork-static.exp: New.
12665
12666 2015-12-03 Yao Qi <yao.qi@linaro.org>
12667
12668 * gdb.base/sizeof.c: Don't include stdio.h and
12669 ../lib/unbuffer_output.c.
12670 (main): New variable 'size' and 'value'. Remove printf and
12671 gdb_unbuffer_output. Assign return value to size and value.
12672 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12673 at the beginning.
12674 (check_sizeof): Check the result by printing variable 'size'.
12675 (check_valueof): Check the result by printing variable 'value'.
12676
12677 2015-12-01 Yao Qi <yao.qi@linaro.org>
12678
12679 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12680 for aarch64*-*-linux* target.
12681
12682 2015-11-30 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12685
12686 2015-11-30 Pedro Alves <palves@redhat.com>
12687
12688 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12689 Handle non-stop mode vCont replies.
12690
12691 2015-11-30 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12694 prepare_for_testing. Start gdb with "set non-stop on" appended to
12695 GDBFLAGS. Lax expected stop output.
12696
12697 2015-11-27 Yao Qi <yao.qi@linaro.org>
12698
12699 * gdb.arch/arm-neon.exp: New.
12700 * gdb.arch/arm-neon.c: New.
12701
12702 2015-11-27 Yao Qi <yao.qi@linaro.org>
12703
12704 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12705
12706 2015-11-27 Yao Qi <yao.qi@linaro.org>
12707
12708 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12709 frames-invalid annotation.
12710
12711 2015-11-27 Yao Qi <yao.qi@linaro.org>
12712
12713 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12714
12715 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12716
12717 * gdb.threads/names.exp: New file.
12718 * gdb.threads/names.c: New file.
12719 * README: Mention gdb,no_thread_names.
12720
12721 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12722
12723 PR 19297
12724 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12725 support" error.
12726
12727 2015-11-24 Pedro Alves <palves@redhat.com>
12728
12729 PR 17539
12730 * gdb.base/display.exp: Expect displays to be sorted in ascending
12731 order. Use multi_line.
12732 * gdb.base/solib-display.exp: Likewise.
12733
12734 2015-11-24 Pedro Alves <palves@redhat.com>
12735
12736 PR 17539
12737 * gdb.base/display.exp: Expect displays to be sorted in ascending
12738 order. Use multi_line.
12739 * gdb.base/solib-display.exp: Likewise.
12740
12741 2015-11-24 Pedro Alves <palves@redhat.com>
12742
12743 PR 17539
12744 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12745 threads in ascending order.
12746 * gdb.base/foll-fork.exp: Likewise.
12747 * gdb.base/foll-vfork.exp: Likewise.
12748 * gdb.base/multi-forks.exp: Likewise.
12749 * gdb.mi/mi-nonstop.exp: Likewise.
12750 * gdb.mi/mi-nsintrall.exp: Likewise.
12751 * gdb.multi/base.exp: Likewise.
12752 * gdb.multi/multi-arch.exp: Likewise.
12753 * gdb.python/py-inferior.exp: Likewise.
12754 * gdb.threads/break-while-running.exp: Likewise.
12755 * gdb.threads/execl.exp: Likewise.
12756 * gdb.threads/gcore-thread.exp: Likewise.
12757 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12758 * gdb.threads/kill.exp: Likewise.
12759 * gdb.threads/linux-dp.exp: Likewise.
12760 * gdb.threads/multiple-step-overs.exp: Likewise.
12761 * gdb.threads/next-bp-other-thread.exp: Likewise.
12762 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12763 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12764 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12765 * gdb.threads/thread-find.exp: Likewise.
12766 * gdb.threads/tls.exp: Likewise.
12767 * lib/mi-support.exp (mi_reverse_list): Delete.
12768 (mi_check_thread_states): No longer reverse list.
12769
12770 2015-11-24 Pedro Alves <palves@redhat.com>
12771
12772 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12773 use lowercase.
12774
12775 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12776
12777 * gdb.trace/actions.c: Include trace-common.h.
12778 (main): Add a location for a fast tracepoint.
12779 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12780 the normal tracepoints.
12781 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12782
12783 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12784
12785 * save-trace.exp: Factor out code to these...
12786 (gdb_save_tracepoints): New.
12787 (gdb_load_tracepoints): New.
12788 (do_save_load_test): New.
12789
12790 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12791
12792 * gdb.base/asmlabel.exp: New test.
12793 * gdb.base/asmlabel.c: New test case.
12794
12795 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12796
12797 * gdb.base/wrong_frame_bt_full-main.c: New file.
12798 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12799 * gdb.base/wrong_frame_bt_full.exp: New file.
12800
12801 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12802
12803 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12804
12805 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12806
12807 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12808 pstate register when comparing registers values in
12809 sparc64-*-linux-gnu targets to avoid spurious differences.
12810
12811 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12812
12813 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12814
12815 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12816
12817 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12818 as type argument to gdb_compile.
12819 * gdb.base/nested-subp2.exp: Likewise.
12820 * gdb.base/nested-subp3.exp: Likewise.
12821
12822 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12823
12824 * lib/dwarf.exp (_note): Fix left shift of negative value.
12825 * gdb.trace/trace-condition.exp: Likewise.
12826
12827 2015-11-13 Yao Qi <yao.qi@linaro.org>
12828
12829 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12830 comments about d10v.
12831 (test_scalar_returns): Likewise.
12832 * gdb.base/d10v.ld: Remove.
12833 * gdb.base/overlays.exp: Remove the target triplet checking for
12834 d10v-*-*.
12835 * gdb.base/structs.exp (test_struct_returns): Remove the
12836 comments about d10v.
12837 (test_struct_calls): Likewise.
12838
12839 2015-11-13 Yao Qi <yao.qi@linaro.org>
12840
12841 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12842 * gdb.base/gnu_vector.c: Don't include stdio.h.
12843 (main): Don't print res and call add_some_intvecs.
12844
12845 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12846
12847 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12848 macro.
12849 (func5): Removed.
12850 (func4): Use FAST_TRACEPOINT_LABEL.
12851 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12852 macro.
12853 (func): Removed.
12854 (thread_function): Use FAST_TRACEPOINT_LABEL.
12855 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12856 (func): Remove.
12857 (marker): Use FAST_TRACEPOINT_LABEL.
12858 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12859 (pendfunc1): Remove.
12860 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12861 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12862 (foo): Remove.
12863 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12864 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12865 macro.
12866 (func): Remove.
12867 (marker): Use FAST_TRACEPOINT_LABEL.
12868 * gdb.trace/trace-common.h: New header.
12869 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12870 macro.
12871 (func): Remove.
12872 (marker): Use FAST_TRACEPOINT_LABEL.
12873 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12874 (func): Remove.
12875 (thread_function): Use FAST_TRACEPOINT_LABEL.
12876
12877 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12878
12879 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12880 in front.
12881 * gdb.trace/change-loc.exp: Use global pcreg definition.
12882 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12883 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12884 in front.
12885 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12886 * gdb.trace/pending.exp: Likewise.
12887 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12888 * gdb.trace/trace-break.exp: Likewise.
12889 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12890 in front.
12891 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12892 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12893 in front.
12894 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12895
12896 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12897
12898 * gdb.ada/fin_fun_out: New testcase.
12899
12900 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12901
12902 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12903 value associated with DW_AT_byte_size.
12904 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12905 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12906 DW_AT_upper_bound.
12907
12908 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12909
12910 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12911 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12912 version.
12913 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12914 gdb.dwarf2/dw2-canonicalize-type.exp,
12915 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12916 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12917 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12918 provided by gdb_target_symbol_prefix_flags_asm.
12919 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12920 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12921 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12922 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12923 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12924 macros where needed). Use this macro for symbols which require
12925 the prefix provided by SYMBOL_PREFIX.
12926
12927 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12928
12929 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12930 New procs.
12931 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12932 representing expressions, of more than one list element.
12933 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12934 to prepend linker symbol prefix to f.
12935 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12936 table_1 and table_2.
12937 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12938 Likewise, for f and g.
12939 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12940 for ptr.
12941 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12942 for main.
12943 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12944 table_1_ptr and table_2_ptr.
12945
12946 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12947 Joel Brobecker <brobecker@adacore.com>
12948
12949 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12950
12951 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12952
12953 * gdb.reverse/s390-mvcle.c: New test.
12954 * gdb.reverse/s390-mvcle.exp: New file.
12955 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12956
12957 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12958
12959 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12960
12961 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12962
12963 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12964 reaching marker2.
12965 * gdb.reverse/getresuid-reverse.exp: Likewise.
12966 * gdb.reverse/pipe-reverse.exp: Likewise.
12967 * gdb.reverse/readv-reverse.exp: Likewise.
12968 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12969 * gdb.reverse/time-reverse.exp: Likewise.
12970 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12971
12972 2015-10-30 Yao Qi <yao.qi@linaro.org>
12973
12974 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12975 (empty_cycle): Remove.
12976 (main): Don't call empty_cycle. Don't use watch_count_done.
12977 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12978 empty_cycle. Rewrite the code counting HW watchpoints.
12979
12980 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12981
12982 * gdb.reverse/fstatat-reverse.c: New test.
12983 * gdb.reverse/fstatat-reverse.exp: New file.
12984 * gdb.reverse/getresuid-reverse.c: New test.
12985 * gdb.reverse/getresuid-reverse.exp: New file.
12986 * gdb.reverse/pipe-reverse.c: New test.
12987 * gdb.reverse/pipe-reverse.exp: New file.
12988 * gdb.reverse/readv-reverse.c: New test.
12989 * gdb.reverse/readv-reverse.exp: New file.
12990 * gdb.reverse/recvmsg-reverse.c: New test.
12991 * gdb.reverse/recvmsg-reverse.exp: New file.
12992 * gdb.reverse/time-reverse.c: New test.
12993 * gdb.reverse/time-reverse.exp: New file.
12994 * gdb.reverse/waitpid-reverse.c: New test.
12995 * gdb.reverse/waitpid-reverse.exp: New file.
12996
12997 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12998
12999 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13000
13001 2015-10-26 Doug Evans <dje@google.com>
13002
13003 PR symtab/17391
13004 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13005 * gdb.dwarf2/bad-regnum.c: New file.
13006 * gdb.dwarf2/bad-regnum.exp: New file.
13007
13008 2015-10-26 Doug Evans <dje@google.com>
13009
13010 PR python/18938
13011 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13012 file.
13013
13014 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13015
13016 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13017 for a change by "Mention language in compile error message".
13018
13019 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13020
13021 PR python/18073
13022 * gdb.python/py-type.c (C::a_method): New.
13023 (C::a_const_method): New.
13024 (C::a_static_method): New.
13025 (a_function): New.
13026 * gdb.python/py-type.exp (test_fields): Test getting fields
13027 from function and method.
13028
13029 2015-10-21 Keven Boell <keven.boell@intel.com>
13030
13031 * gdb.fortran/vla-alloc-assoc.exp: New file.
13032 * gdb.fortran/vla-datatypes.exp: New file.
13033 * gdb.fortran/vla-datatypes.f90: New file.
13034 * gdb.fortran/vla-history.exp: New file.
13035 * gdb.fortran/vla-ptype-sub.exp: New file.
13036 * gdb.fortran/vla-ptype.exp: New file.
13037 * gdb.fortran/vla-sizeof.exp: New file.
13038 * gdb.fortran/vla-sub.f90: New file.
13039 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13040 * gdb.fortran/vla-value-sub-finish.exp: New file.
13041 * gdb.fortran/vla-value-sub.exp: New file.
13042 * gdb.fortran/vla-value.exp: New file.
13043 * gdb.fortran/vla-ptr-info.exp: New file.
13044 * gdb.mi/mi-vla-fortran.exp: New file.
13045 * gdb.mi/vla.f90: New file.
13046
13047 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13048
13049 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13050 of hardwired timeout value.
13051
13052 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13053 Pedro Alves <palves@redhat.com>
13054
13055 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13056 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13057
13058 2015-10-19 Josh Stone <jistone@redhat.com>
13059
13060 * gdb.base/catch-syscall.c: Include <sched.h>.
13061 (unknown_syscall): New variable.
13062 (main): Trigger a vfork and an unknown syscall.
13063 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13064 (unknown_syscall_number): Likewise.
13065 (check_call_to_syscall): Accept an optional syscall pattern.
13066 (check_return_from_syscall): Likewise.
13067 (check_continue): Likewise.
13068 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13069 (test_catch_syscall_skipping_return): New test toggling off 'catch
13070 syscall' to step over the syscall return, then toggling back on.
13071 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13072 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13073 (do_syscall_tests): Call test_catch_syscall_without_args and
13074 test_catch_syscall_mid_vfork.
13075 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13076 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13077
13078 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13079
13080 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13081 print g_vE): Add new pass patterns.
13082 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13083 print various symbol names for vptr fields.
13084
13085 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13086
13087 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13088 results.
13089
13090 2015-10-12 Yao Qi <yao.qi@linaro.org>
13091
13092 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13093
13094 2015-10-12 Yao Qi <yao.qi@linaro.org>
13095
13096 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13097 is aarch64*-*-linux*.
13098
13099 2015-10-12 Yao Qi <yao.qi@linaro.org>
13100
13101 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13102 (can_relocate_bcond_true): ... it.
13103 (can_relocate_bcond_false): New function.
13104 (foo): Likewise.
13105 (can_relocate_bl): Likewise.
13106 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13107 can_relocate_bl.
13108
13109 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13110
13111 * gdb.base/nested-addr.c: New file.
13112 * gdb.base/nested-addr.exp: New testcase.
13113
13114 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13115
13116 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13117 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13118 its output. Ignore the output of "record goto begin" and instead
13119 check that GDB is replaying.
13120
13121 2015-10-09 Pedro Alves <palves@redhat.com>
13122
13123 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13124 (top level): Use it in the run with no args test.
13125
13126 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13127
13128 * gdb.dlang/properties.exp: New file.
13129
13130 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13131
13132 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13133 whether or not address 0x1000 is mapped on the target.
13134
13135 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13136
13137 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13138 build.
13139
13140 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13141
13142 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13143 instruction-history test.
13144
13145 2015-09-28 Doug Evans <dje@google.com>
13146
13147 * gdb.base/gcore.c (array_func): Add reference to static_array.
13148
13149 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13150
13151 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13152 source line.
13153
13154 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13155
13156 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13157 short or char as base type.
13158
13159 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13160
13161 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13162 to allow any size enum.
13163
13164 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13165
13166 * gdb.ada/array_ptr_renaming.exp: New testcase.
13167 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13168 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13169
13170 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13171
13172 * gdb.trace/ftrace-lock.c: New file.
13173 * gdb.trace/ftrace-lock.exp: New file.
13174
13175 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13176
13177 * gdb.arch/insn-reloc.c: New file.
13178 * gdb.arch/ftrace-insn-reloc.exp: New file.
13179
13180 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13181
13182 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13183 instruction.
13184 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13185 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13186 * gdb.trace/range-stepping.c: Likewise.
13187 * gdb.trace/trace-break.c: Likewise.
13188 * gdb.trace/trace-mt.c (thread_function): Likewise.
13189 * gdb.trace/ftrace.c (marker): Likewise.
13190 * gdb.trace/trace-condition.c (marker): Likewise.
13191 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13192 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13193 is_aarch64_target.
13194
13195 2015-09-18 Doug Evans <xdje42@gmail.com>
13196
13197 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13198 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13199
13200 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13201
13202 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13203 the breakpoint.
13204
13205 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13206
13207 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13208 the pending breakpoint. Remove timeout override for "Run till
13209 MI pending breakpoint on pendfunc3 on thread 2" test.
13210
13211 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13212
13213 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13214 filename pattern.
13215
13216 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13217
13218 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13219 in breakpoint filename pattern.
13220
13221 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13222
13223 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13224
13225 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13226
13227 * gdb.linespec/explicit.exp: Check for readline support for
13228 tab-completion tests. Fix obvious typo.
13229
13230 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13231
13232 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13233 and replay.
13234
13235 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13236
13237 * gdb.btrace/non-stop.c: New.
13238 * gdb.btrace/non-stop.exp: New.
13239
13240 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13241 Yao Qi <yao.qi@linaro.org>
13242
13243 * gdb.trace/trace-condition.c: New file.
13244 * gdb.trace/trace-condition.exp: New file.
13245
13246 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13247
13248 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13249 for testing bytecode compilation.
13250
13251 2015-09-16 Pedro Alves <palves@redhat.com>
13252 Sandra Loosemore <sandra@codesourcery.com>
13253
13254 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13255 (SECONDS): Redefine.
13256 (main): Call pthread_kill and alarm early.
13257 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13258 support.
13259 (test): If the target can't hardware step and doesn't support
13260 displaced stepping, increase the timeout.
13261
13262 2015-09-16 Pedro Alves <palves@redhat.com>
13263
13264 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13265 (enable_debug): New procedures.
13266 (test): Use them. Bail out if waiting for threads fails.
13267 (top level): Bail out if a test fails.
13268
13269 2015-09-16 Yao Qi <yao.qi@linaro.org>
13270
13271 * gdb.asm/asm-source.exp: Set asm-arch for
13272 aarch64*-*-* target.
13273 * gdb.asm/aarch64.inc: New file.
13274
13275 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13276
13277 * gdb.ada/array_of_variable_length.exp: New testcase.
13278 * gdb.ada/array_of_variable_length/foo.adb: New file.
13279 * gdb.ada/array_of_variable_length/pck.adb: New file.
13280 * gdb.ada/array_of_variable_length/pck.ads: New file.
13281
13282 2015-09-15 Doug Evans <dje@google.com>
13283
13284 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13285 of function static local variable.
13286
13287 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13288
13289 * gdb.threads/tls-so_extern.exp: New test file.
13290 * gdb.threads/tls-so_extern.c: New test file.
13291 * gdb.threads/tls-so_extern_main.c: New test file.
13292
13293 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13294
13295 * gdb.opt/solib-intra-step-lib.c: New file.
13296 * gdb.opt/solib-intra-step-main.c: New file.
13297 * gdb.opt/solib-intra-step.exp: New file.
13298
13299 2015-09-15 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13302 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13303
13304 2015-09-14 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.base/hook-stop-continue.c: Delete.
13307 * gdb.base/hook-stop-continue.exp: Delete.
13308 * gdb.base/hook-stop-frame.c: Delete.
13309 * gdb.base/hook-stop-frame.exp: Delete.
13310 * gdb.base/hook-stop.c: New file.
13311 * gdb.base/hook-stop.exp: New file.
13312
13313 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13314
13315 * gdb.ada/access_to_packed_array.exp: New testcase.
13316 * gdb.ada/access_to_packed_array/foo.adb: New file.
13317 * gdb.ada/access_to_packed_array/pack.adb: New file.
13318 * gdb.ada/access_to_packed_array/pack.ads: New file.
13319
13320 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13321
13322 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13323 buffer size test.
13324
13325 2015-09-11 Don Breazeal <donb@codesourcery.com>
13326
13327 * gdb.base/foll-exec.c: Add copyright header. Fix
13328 formatting issues.
13329 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13330 (do_exec_tests): Use clean_restart in place of zap_session,
13331 and for test initialization. Fix formatting issues. Use
13332 fail in place of perror.
13333 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13334 an expect statement to match an expression with output from
13335 the program under debug.
13336 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13337 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13338 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13339 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13340 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13341
13342 2015-09-09 Doug Evans <dje@google.com>
13343
13344 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13345
13346 2015-09-09 Doug Evans <dje@google.com>
13347
13348 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13349
13350 2015-09-09 Doug Evans <dje@google.com>
13351
13352 * gdb.base/savedregs.exp: Fix typo.
13353
13354 2015-09-09 Pedro Alves <palves@redhat.com>
13355
13356 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13357
13358 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13359
13360 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13361 command actually switches threads. Give up on remaining
13362 tests if target fails to stop at breakpoint.
13363
13364 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13365
13366 * gdb.ada/funcall_char.exp: New testcase.
13367 * gdb.ada/funcall_char/foo.adb: New file.
13368
13369 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13370
13371 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13372 expected outputs. Add two testcases for completing ambiguous
13373 functions.
13374 * gdb.ada/complete/aux_pck.adb: New file.
13375 * gdb.ada/complete/aux_pck.ads: New file.
13376 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13377 Ambiguous_Func functions.
13378 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13379 * gdb.ada/complete/pck.adb: Likewise.
13380
13381 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13382
13383 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13384 failures to run the test program under GDB.
13385
13386 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13387
13388 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13389 to C.
13390
13391 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13392
13393 * gdb.base/run-after-attach.exp: New test file.
13394 * gdb.base/run-after-attach.c: New test file.
13395
13396 2015-08-26 Don Breazeal <donb@codesourcery.com>
13397
13398 * gdb.base/foll-exec-2.c: New test program.
13399 * gdb.base/foll-exec-2.exp: New test.
13400
13401 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13402
13403 * gdb.base/nested-subp1.exp: New file.
13404 * gdb.base/nested-subp1.c: New file.
13405 * gdb.base/nested-subp2.exp: New file.
13406 * gdb.base/nested-subp2.c: New file.
13407 * gdb.base/nested-subp3.exp: New file.
13408 * gdb.base/nested-subp3.c: New file.
13409
13410 2015-08-24 Pedro Alves <palves@redhat.com>
13411
13412 * gdb.server/connect-without-multi-process.c: New file.
13413 * gdb.server/connect-without-multi-process.exp: New file.
13414
13415 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13416
13417 * gdb.opt/inline-markers.c: Make z int.
13418
13419 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13420
13421 * gdb.opt/inline-markers.c: Make z volatile.
13422
13423 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13424
13425 * gdb.opt/inline-bt.c: New volatile global z.
13426 * gdb.opt/inline-cmds.c: Likewise.
13427 * gdb.opt/inline-locals.c: Likewise.
13428 * gdb.opt/inline-markers.c: New extern global z.
13429 (marker): Use z.
13430 (inline_fn): Likewise.
13431
13432 2015-08-24 Pedro Alves <palves@redhat.com>
13433
13434 * config/m32r-stub.exp: Remove file.
13435 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13436 * gdb.base/call-rt-st.exp: Likewise.
13437 * gdb.base/call-strs.exp: Likewise.
13438 * gdb.base/default.exp: Remove references to h8300-*-hms and
13439 *-*-udi*.
13440 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13441
13442 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13443
13444 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13445 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13446 and "return" use KFAIL when GDB can not read/write the vector
13447 return value.
13448
13449 2015-08-21 Gary Benson <gbenson@redhat.com>
13450
13451 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13452
13453 2015-08-20 Pedro Alves <palves@redhat.com>
13454
13455 * gdb.server/solib-list.exp: No longer expect an interior stop in
13456 non-stop mode.
13457
13458 2015-08-20 Pedro Alves <palves@redhat.com>
13459
13460 * gdb.server/connect-stopped-target.c: New file.
13461 * gdb.server/connect-stopped-target.exp: New file.
13462
13463 2015-08-20 Pedro Alves <palves@redhat.com>
13464
13465 * gdb.dwarf2/comp-unit-lang.exp: New file.
13466 * gdb.dwarf2/comp-unit-lang.c: New file.
13467
13468 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13469
13470 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13471 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13472
13473 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13474
13475 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13476 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13477
13478 2015-08-18 Doug Evans <dje@google.com>
13479 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13480
13481 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13482 skip_python_tests. New arg prompt_regexp.
13483 (skip_python_tests): New function.
13484 * lib/mi-support.exp (mi_skip_python_tests): New function.
13485 * gdb.python/py-mi-objfile-gdb.py: New file.
13486 * gdb.python/py-mi-objfile.c: New file.
13487 * gdb.python/py-mi-objfile.exp: New file.
13488
13489 2015-08-17 Keith Seitz <keiths@redhat.com>
13490
13491 * gdb.linespec/explicit.exp: Move strace test from here ...
13492 * gdb.trace/strace.exp: ... to here.
13493
13494 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13495
13496 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13497 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13498
13499 2015-08-14 Doug Evans <xdje42@gmail.com>
13500
13501 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13502 inferior before selecting a new file.
13503
13504 2015-08-14 Doug Evans <xdje42@gmail.com>
13505
13506 * gdb.mi/mi-disassemble.exp: Update.
13507 * gdb.base/disasm-optim.S: New file.
13508 * gdb.base/disasm-optim.c: New file.
13509 * gdb.base/disasm-optim.h: New file.
13510 * gdb.base/disasm-optim.exp: New file.
13511
13512 2015-08-14 Keith Seitz <keiths@redhat.com>
13513
13514 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13515 "evaluated-by".
13516
13517 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13518
13519 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13520
13521 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13522
13523 * gdb.ada/fun_renaming.exp: New testcase.
13524 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13525 * gdb.ada/fun_renaming/pack.adb: New file.
13526 * gdb.ada/fun_renaming/pack.ads: New file.
13527
13528 2015-08-12 Keith Seitz <keiths@redhat.com>
13529
13530 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13531 gdb_get_line_number.
13532
13533 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13534
13535 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13536 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13537 gdb.base/dso2dso.exp: New files.
13538
13539 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13540 Pedro Alves <palves@redhat.com>
13541 Keith Seitz <keiths@redhat.com>
13542
13543 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13544 GDBFLAGS.
13545
13546 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13547
13548 * gdb.base/gdbhistsize-history.exp
13549 (test_histsize_history_setting): Use save_vars.
13550 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13551 Use save_vars.
13552 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13553 * gdb.base/readline.exp: Use save_vars.
13554
13555 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13556
13557 * lib/gdb.exp (save_vars): New proc.
13558
13559 2015-08-11 Keith Seitz <keiths@redhat.com>
13560
13561 * gdb.base/help.exp: Update help_breakpoint_text.
13562
13563 2015-08-11 Keith Seitz <keiths@redhat.com>
13564
13565 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13566 (at toplevel): Call test_explicit_breakpoints.
13567 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13568 breakpoints.
13569 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13570 breakpoint conditions, "-cond".
13571
13572 2015-08-11 Keith Seitz <keiths@redhat.com>
13573
13574 * gdb.linespec/3explicit.c: New file.
13575 * gdb.linespec/cpexplicit.cc: New file.
13576 * gdb.linespec/cpexplicit.exp: New file.
13577 * gdb.linespec/explicit.c: New file.
13578 * gdb.linespec/explicit.exp: New file.
13579 * gdb.linespec/explicit2.c: New file.
13580 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13581 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13582 before using in the matching pattern.
13583 Clarify that `prefix' is a regular expression.
13584
13585 2015-08-11 Keith Seitz <keiths@redhat.com>
13586
13587 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13588 test.
13589 Add tests for missing ",FMT" and ",".
13590
13591 2015-08-10 Doug Evans <dje@google.com>
13592 Keith Seitz <keiths@redhat.com>
13593
13594 PR gdb/17960
13595 * gdb.base/completion.exp: Add location completer tests.
13596
13597 2015-08-07 Pedro Alves <palves@redhat.com>
13598
13599 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13600 tests here.
13601 (top level): Run do_test with and without displaced stepping.
13602
13603 2015-08-07 Pedro Alves <palves@redhat.com>
13604
13605 * gdb.base/valgrind-disp-step.c: New file.
13606 * gdb.base/valgrind-disp-step.exp: New file.
13607
13608 2015-08-07 Pedro Alves <palves@redhat.com>
13609
13610 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13611 Delete function.
13612 (main): Add alarm. Run an infinite loop instead of calling
13613 wait_threads.
13614 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13615 comment.
13616 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13617 Delete function.
13618 (main): Add alarm. Run an infinite loop instead of calling
13619 wait_threads.
13620 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13621 comment.
13622
13623 2015-08-07 Pedro Alves <palves@redhat.com>
13624
13625 * gdb.base/checkpoint-ns.exp: New file.
13626 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13627 standard_testfile.
13628
13629 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13630
13631 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13632 * gdb.btrace/instruction_history.exp: Update.
13633 * gdb.btrace/tsx.exp: New.
13634 * gdb.btrace/tsx.c: New.
13635
13636 2015-08-06 Pedro Alves <palves@redhat.com>
13637
13638 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13639 increase timeout.
13640 * gdb.reverse/until-precsave.exp: Bump timeouts.
13641
13642 2015-08-06 Pedro Alves <palves@redhat.com>
13643
13644 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13645
13646 2015-08-06 Pedro Alves <palves@redhat.com>
13647
13648 PR gdb/18749
13649 * gdb.threads/process-dies-while-handling-bp.c: New file.
13650 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13651
13652 2015-08-06 Pedro Alves <palves@redhat.com>
13653
13654 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13655 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13656
13657 2015-08-05 Pedro Alves <palves@redhat.com>
13658
13659 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13660 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13661
13662 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13663
13664 * gdb.base/bp-permanent.exp: Report test as unsupported if
13665 the target cannot stop at the permanent breakpoint.
13666
13667 2015-08-03 Doug Evans <dje@google.com>
13668
13669 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13670 10000.
13671
13672 2015-08-03 Doug Evans <dje@google.com>
13673
13674 * Makefile.in (workers/%.worker, build-perf): New rule.
13675 (GDB_PERFTEST_MODE): New variable.
13676 (check-perf): Use it.
13677 (clean): Clean up gdb.perf parallel build subdirs.
13678 * lib/build-piece.exp: New file.
13679 * lib/gdb.exp (make_gdb_parallel_path): New function
13680 (standard_output_file, standard_temp_file): Call it.
13681 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13682 of $GDB_PARALLEL.
13683 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13684
13685 2015-08-03 Doug Evans <dje@google.com>
13686
13687 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13688 (LOG_FILE_NAME): New global.
13689 (TextReporter.__init__): Initialize self.txt_sum.
13690 (TextReporter.report): Add support for multiple data-points.
13691 Move report to perftest.sum, put raw data in perftest.log.
13692 (TextReporter.start): Open sum and log files.
13693 (TextReporter.end): Close sum and log files.
13694 * gdb.perf/lib/perftest/testresult.py
13695 (SingleStatisticTestResult.record): Handle multiple data-points.
13696
13697 2015-07-31 Pedro Alves <palves@redhat.com>
13698
13699 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13700 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13701 kill_wait_spawned_process instead of explicit "kill -9".
13702 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13703 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13704 kill_wait_spawned_process.
13705 * gdb.base/attach-twice.exp: Likewise.
13706 * gdb.base/attach.exp: Likewise.
13707 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13708 gdb_test_multiple.
13709 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13710 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13711 kill_wait_spawned_process.
13712 * gdb.base/valgrind-infcall.exp: Likewise.
13713 * gdb.multi/multi-attach.exp: Likewise.
13714 * gdb.python/py-prompt.exp: Likewise.
13715 * gdb.python/py-sync-interp.exp: Likewise.
13716 * gdb.server/ext-attach.exp: Likewise.
13717 * gdb.threads/attach-into-signal.exp (corefunc): Use
13718 spawn_wait_for_attach, spawn_id_get_pid and
13719 kill_wait_spawned_process.
13720 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13721 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13722 spawn_id_get_pid and kill_wait_spawned_process.
13723 * gdb.threads/attach-stopped.exp (corefunc): Use
13724 spawn_wait_for_attach, spawn_id_get_pid and
13725 kill_wait_spawned_process.
13726 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13727 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13728 kill_wait_spawned_process instead of explicit "kill -9".
13729 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13730 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13731 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13732 processes. Don't map cygwin/windows pids here. Now returns a
13733 spawn id list.
13734
13735 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13736
13737 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13738 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13739 correct patch.
13740
13741 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13742
13743 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13744
13745 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13746
13747 Reapply:
13748 2014-05-21 Mark Wielaard <mjw@redhat.com>
13749
13750 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13751
13752 2015-07-30 Pedro Alves <palves@redhat.com>
13753
13754 * linux-low.c (handle_extended_wait): Set the child's last
13755 reported status to TARGET_WAITKIND_STOPPED.
13756
13757 2015-07-30 Pedro Alves <palves@redhat.com>
13758
13759 PR threads/18600
13760 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13761 only shows inferior 1.
13762
13763 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13764 Pedro Alves <palves@redhat.com>
13765
13766 PR threads/18600
13767 * gdb.threads/fork-plus-threads.c: New file.
13768 * gdb.threads/fork-plus-threads.exp: New file.
13769
13770 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13771
13772 * gdb.base/batch-preserve-term-settings.exp
13773 (test_terminal_settings_preserved_after_cli_exit): Use
13774 send_quit_command.
13775
13776 2015-07-29 Pedro Alves <palves@redhat.com>
13777 Don Breazeal <donb@codesourcery.com>
13778
13779 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13780 output from both inferior_spawn_id and gdb_spawn_id.
13781
13782 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13783
13784 * gdb.threads/attach-into-signal.exp (corefunc): Use
13785 with_test_prefix on nested loops, uniquefying the test messages.
13786
13787 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13788
13789 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13790 commit.
13791
13792 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13793
13794 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13795 New proc.
13796 (test_terminal_settings_preserved_after_sigterm): New test.
13797
13798 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13799
13800 * gdb.base/batch-preserve-term-settings.exp
13801 (test_terminal_settings_preserved_after_cli_exit): New test.
13802
13803 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13804
13805 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13806 manipulation of saved_gdbflags.
13807 (test_terminal_settings_preserved): Remove global declaration of
13808 the unused variable pagination_prompt. Remove manipulation of
13809 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13810 GDBFLAGS.
13811
13812 2015-07-29 Pedro Alves <palves@redhat.com>
13813
13814 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13815
13816 2015-07-29 Pedro Alves <palves@redhat.com>
13817
13818 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13819 at the top.
13820
13821 2015-07-29 Pedro Alves <palves@redhat.com>
13822
13823 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13824 (main): Call gdb_unbuffer_output.
13825 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13826 (main): Call gdb_unbuffer_output.
13827 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13828 (main): Call gdb_unbuffer_output.
13829 * gdb.base/call-strs.exp: Adjust to step over the
13830 gdb_unbuffer_output call.
13831 * gdb.base/catch-gdb-caused-signals.c: Include
13832 "../lib/unbuffer_output.c".
13833 (main): Call gdb_unbuffer_output.
13834 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13835 (main): Call gdb_unbuffer_output.
13836 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13837 (main): Call gdb_unbuffer_output.
13838 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13839 (main): Call gdb_unbuffer_output.
13840 * gdb.base/shlib-call.exp: Adjust to step over the
13841 gdb_unbuffer_output call.
13842 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13843 (main): Call gdb_unbuffer_output.
13844 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13845 (main): Call gdb_unbuffer_output.
13846 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13847 (main): Rename to ...
13848 (test): ... this.
13849 (main): Reimplement.
13850 * gdb.base/varargs.exp: Run to test instead of to main.
13851 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13852 (main): Call gdb_unbuffer_output.
13853
13854 2015-07-29 Pedro Alves <palves@redhat.com>
13855
13856 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13857 factore out from mi_continue_dprintf. For call-style dprintfs,
13858 expect dprintf output out of $inferior_spawn_id.
13859 (mi_continue_dprintf): Use mi_expect_dprintf.
13860 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13861 (main): Call gdb_unbuffer_output.
13862
13863 2015-07-29 Pedro Alves <palves@redhat.com>
13864
13865 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13866 (default_mi_gdb_start): Set inferior_spawn_id instead of
13867 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13868 gdb_spawn_id.
13869 (mi_gdb_test): Always expect inferior output from both
13870 $inferior_spawn_id and $gdb_spawn_id.
13871
13872 2015-07-29 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13875 send_inferior and $inferior_spawn_id.
13876
13877 2015-07-29 Pedro Alves <palves@redhat.com>
13878
13879 * gdb.gdb/complaints.exp (test_initial_complaints)
13880 (test_serial_complaints, test_short_complaints): Use
13881 gdb_test_stdio.
13882 (test_empty_complaint): Handle $inferior_spawn_id !=
13883 $gdb_spawn_id.
13884
13885 2015-07-29 Pedro Alves <palves@redhat.com>
13886
13887 * gdb.base/varargs.exp: Use gdb_test_stdio.
13888
13889 2015-07-29 Pedro Alves <palves@redhat.com>
13890
13891 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13892
13893 2015-07-29 Pedro Alves <palves@redhat.com>
13894
13895 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13896
13897 2015-07-29 Pedro Alves <palves@redhat.com>
13898
13899 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13900 parameter into two new parameters, "inf_result" and "gdb_result".
13901 Expect inferior output and gdb output from $inferior_spawn_id and
13902 $gdb_spawn_id, respectively. Adjust all callers.
13903
13904 2015-07-29 Pedro Alves <palves@redhat.com>
13905
13906 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13907 of gdb_test_sequence.
13908
13909 2015-07-29 Pedro Alves <palves@redhat.com>
13910
13911 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13912 (saw_spurious_output): Expect inferior output from
13913 $inferior_spawn_id. Use gdb_test_stdio.
13914
13915 2015-07-29 Pedro Alves <palves@redhat.com>
13916
13917 * gdb.base/dprintf.exp: Use standard_testfile. Change
13918 prepare_for_testing call.
13919 (srcfile): Don't set.
13920 (restart): New procedure.
13921 (test_dprintf): New procecure, use to continue over dprintfs.
13922 (test_call, test_agent): New procedures, tests moved here.
13923 Restart gdb and recreate dprintfs. Adjust expected output.
13924
13925 2015-07-29 Pedro Alves <palves@redhat.com>
13926
13927 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13928
13929 2015-07-29 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13932
13933 2015-07-29 Pedro Alves <palves@redhat.com>
13934
13935 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13936 gdb_test_stdio.
13937
13938 2015-07-29 Pedro Alves <palves@redhat.com>
13939
13940 * lib/gdb.exp (gdb_test_stdio): New procedure.
13941
13942 2015-07-29 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13945
13946 2015-07-29 Pedro Alves <palves@redhat.com>
13947
13948 * gdb.base/call-signal-resume.exp: Remove check for
13949 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13950 * gdb.base/unwindonsignal.exp: Likewise.
13951 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13952 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13953
13954 2015-07-29 Pedro Alves <palves@redhat.com>
13955
13956 * gdb.base/siginfo-addr.c (pass): New function.
13957 (handler): Call it iff si_addr is correct.
13958 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13959 Set a breakpoint at "pass" and continue to it.
13960
13961 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13962
13963 * gdb.python/py-objfile.exp: Make some tests have unique names.
13964 * gdb.python/py-pp-registration.exp: Likewise.
13965
13966 2015-07-28 Pedro Alves <palves@redhat.com>
13967
13968 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13969
13970 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13971
13972 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13973
13974 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13975
13976 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13977
13978 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13979
13980 * gdb.base/gdb-sigterm-2.exp: New test.
13981
13982 2015-07-25 Doug Evans <xdje42@gmail.com>
13983
13984 Revert:
13985 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13986 (workers/%.worker, build-perf): New rule.
13987 (GDB_PERFTEST_MODE): New variable.
13988 (check-perf): Use it.
13989 (clean): Clean up gdb.perf parallel build subdirs.
13990 * lib/build-piece.exp: New file.
13991 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13992 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13993 name.
13994 (standard_temp_file): Ditto.
13995 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13996 of $GDB_PARALLEL.
13997
13998 2015-07-24 Doug Evans <dje@google.com>
13999
14000 * gdb.perf/lib/perftest/utils.py: New file.
14001 * gdb.perf/gm-hello.cc: New file.
14002 * gdb.perf/gm-pervasive-typedef.cc: New file.
14003 * gdb.perf/gm-pervasive-typedef.h: New file.
14004 * gdb.perf/gm-std.cc: New file.
14005 * gdb.perf/gm-std.h: New file.
14006 * gdb.perf/gm-use-cerr.cc: New file.
14007 * gdb.perf/gm-utils.h: New file.
14008 * gdb.perf/gmonster-null-lookup.py: New file.
14009 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14010 * gdb.perf/gmonster-print-cerr.py: New file.
14011 * gdb.perf/gmonster-ptype-string.py: New file.
14012 * gdb.perf/gmonster-runto-main.py: New file.
14013 * gdb.perf/gmonster-select-file.py: New file.
14014 * gdb.perf/gmonster1-null-lookup.exp: New file.
14015 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14016 * gdb.perf/gmonster1-print-cerr.exp: New file.
14017 * gdb.perf/gmonster1-ptype-string.exp: New file.
14018 * gdb.perf/gmonster1-runto-main.exp: New file.
14019 * gdb.perf/gmonster1-select-file.exp: New file.
14020 * gdb.perf/gmonster1.cc: New file.
14021 * gdb.perf/gmonster1.exp: New file.
14022 * gdb.perf/gmonster2-null-lookup.exp: New file.
14023 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14024 * gdb.perf/gmonster2-print-cerr.exp: New file.
14025 * gdb.perf/gmonster2-ptype-string.exp: New file.
14026 * gdb.perf/gmonster2-runto-main.exp: New file.
14027 * gdb.perf/gmonster2-select-file.exp: New file.
14028 * gdb.perf/gmonster2.cc: New file.
14029 * gdb.perf/gmonster2.exp: New file.
14030
14031 2015-07-24 Doug Evans <dje@google.com>
14032
14033 * gdb.perf/README: New file.
14034 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14035 * lib/gen-perf-test.exp: New file.
14036
14037 2015-07-24 Doug Evans <dje@google.com>
14038
14039 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14040 (PerfTest::startup): New function.
14041 (PerfTest::run): Return result of calling body.
14042 (PerfTest::assemble): Rewrite.
14043 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14044 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14045 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14046 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14047 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14048
14049 2015-07-24 Doug Evans <dje@google.com>
14050
14051 * lib/gdb.exp (clean_restart): Make executable optional.
14052
14053 2015-07-24 Doug Evans <dje@google.com>
14054
14055 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14056 compiler_info references.
14057 * gdb.cp/temargs.exp: Ditto.
14058 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14059 (get_compiler_info): Early exit if already computed. Set compiler_info
14060 to "unknown" if there was a problem.
14061 (test_compiler_info): Add function comment. Call get_compiler_info.
14062
14063 2015-07-24 Doug Evans <dje@google.com>
14064
14065 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14066 (workers/%.worker, build-perf): New rule.
14067 (GDB_PERFTEST_MODE): New variable.
14068 (check-perf): Use it.
14069 (clean): Clean up gdb.perf parallel build subdirs.
14070 * lib/build-piece.exp: New file.
14071 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14072 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14073 name.
14074 (standard_temp_file): Ditto.
14075 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14076 of $GDB_PARALLEL.
14077
14078 2015-07-24 Doug Evans <dje@google.com>
14079
14080 * lib/future.exp (gdb_default_target_compile): New option
14081 "early_flags".
14082 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14083 --as-needed.
14084
14085 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14086
14087 * gdb.base/catch-syscall.exp: Call gdb_exit before
14088 gdb_skip_xml_test.
14089
14090 2015-07-24 Pedro Alves <palves@redhat.com>
14091
14092 * gdb.python/py-events.exp: Accept output between the stop event
14093 and the prompt.
14094 * gdb.python/py-evsignal.exp: Likewise.
14095 * gdb.python/py-evthreads.exp: Likewise.
14096
14097 2015-07-24 Pedro Alves <palves@redhat.com>
14098
14099 PR gdb/18717
14100 * gdb.threads/non-ldr-exit.c: New file.
14101 * gdb.threads/non-ldr-exit.exp: New file.
14102
14103 2015-07-24 Yao Qi <yao.qi@linaro.org>
14104
14105 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14106 restarting process.
14107
14108 2015-07-24 Yao Qi <yao.qi@linaro.org>
14109
14110 * gdb.server/ext-restart.exp: New file.
14111
14112 2015-07-24 Yao Qi <yao.qi@linaro.org>
14113
14114 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14115 argument options.
14116 * gdb.server/ext-wrapper.exp: New file.
14117
14118 2015-07-23 Doug Evans <dje@google.com>
14119
14120 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14121 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14122
14123 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14124
14125 * gdb.ada/var_arr_typedef.exp: New testcase.
14126 * gdb.ada/var_arr_typedef/pack.adb: New file.
14127 * gdb.ada/var_arr_typedef/pack.ads: New file.
14128 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14129
14130 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14131
14132 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14133
14134 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14135
14136 * gdb.arch/i386-biarch-core.exp: Replace istarget
14137 by "complete set gnutarget". Remove expectation for the "core-file"
14138 command.
14139
14140 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14141
14142 Revert the previous commit:
14143 Tests for validate symbol file using build-id.
14144
14145 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14146
14147 Tests for validate symbol file using build-id.
14148 * gdb.base/solib-mismatch-lib.c: New file.
14149 * gdb.base/solib-mismatch-libmod.c: New file.
14150 * gdb.base/solib-mismatch.c: New file.
14151 * gdb.base/solib-mismatch.exp: New file.
14152
14153 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14154
14155 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14156 nios2-*-linux*.
14157 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14158 * gdb.base/siginfo.exp: Likewise.
14159 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14160
14161 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14162
14163 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14164 Move it to ...
14165 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14166 ... here.
14167 * gdb.trace/range-stepping.exp: Check that the target supports
14168 range stepping.
14169
14170 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14171
14172 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14173
14174 2015-07-14 Pedro Alves <palves@redhat.com>
14175
14176 * gdb.base/killed-outside.exp: New file.
14177 * gdb.base/killed-outside.c: New file.
14178
14179 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14180
14181 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14182 (n at main): New.
14183 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14184
14185 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14186
14187 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14188 infcall tests instead of setting up for KFAIL.
14189
14190 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14191
14192 * gdb.btrace/record_goto-step.exp: New.
14193
14194 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14195
14196 PR compile/18484
14197 * gdb.compile/compile.c (struct struct_type): Add volatile to
14198 selffield's type.
14199 * gdb.compile/compile.exp
14200 (compile code struct_object.selffield = &struct_object): Skip further
14201 struct_object tests if this one xfails.
14202
14203 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14204
14205 PR exp/18617
14206 * gdb.trace/ax.exp: Add test.
14207
14208 2015-07-07 Yao Qi <yao.qi@linaro.org>
14209
14210 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14211 instead of istarget "aarch64*-*-*".
14212 * gdb.arch/aarch64-fp.exp: Likewise.
14213 * gdb.base/float.exp: Likewise.
14214 * gdb.reverse/aarch64.exp: Likewise.
14215 * lib/gdb.exp (is_aarch64_target): New proc.
14216
14217 2015-07-07 Yao Qi <yao.qi@linaro.org>
14218
14219 * lib/gdb.exp (is_aarch32_target): New proc.
14220 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14221 instead of "istarget "arm*-*-*"".
14222 * gdb.arch/arm-disp-step.exp: Likewise.
14223 * gdb.arch/thumb-bx-pc.exp: Likewise.
14224 * gdb.arch/thumb-prologue.exp: Likewise.
14225 * gdb.arch/thumb-singlestep.exp: Likewise.
14226 * gdb.base/disp-step-syscall.exp: Likewise.
14227 * gdb.base/float.exp: Likewise.
14228
14229 2015-07-07 Yao Qi <yao.qi@linaro.org>
14230
14231 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14232 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14233
14234 2015-07-07 Yao Qi <yao.qi@linaro.org>
14235
14236 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14237 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14238 if it exists.
14239 * gdb.multi/multi-arch.exp: Likewise.
14240
14241 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14242
14243 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14244 print.
14245
14246 2015-07-07 Yao Qi <yao.qi@linaro.org>
14247
14248 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14249
14250 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14251
14252 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14253 '[' and ']' characters.
14254
14255 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14256
14257 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14258
14259 2015-06-29 Pedro Alves <palves@redhat.com>
14260
14261 PR threads/18127
14262 * gdb.threads/hand-call-new-thread.c: New file.
14263 * gdb.threads/hand-call-new-thread.c: New file.
14264
14265 2015-06-26 Keith Seitz <keiths@redhat.com>
14266 Doug Evans <dje@google.com>
14267
14268 PR 16253
14269 * gdb.cp/var-tag-2.cc: New file.
14270 * gdb.cp/var-tag-3.cc: New file.
14271 * gdb.cp/var-tag-4.cc: New file.
14272 * gdb.cp/var-tag.cc: New file.
14273 * gdb.cp/var-tag.exp: New file.
14274
14275 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14276
14277 * gdb.base/history-duplicates.exp: New test.
14278
14279 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14280
14281 * gdb.base/completion.exp: Test the completion of the "focus"
14282 command.
14283
14284 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14285
14286 * gdb.arch/amd64-prologue-skip.S: New file.
14287 * gdb.arch/amd64-prologue-skip.exp: New file.
14288
14289 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14290
14291 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14292 is_address_zero_readable check.
14293
14294 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14295
14296 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14297 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14298
14299 2015-06-24 Yao Qi <yao.qi@linaro.org>
14300
14301 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14302 linux targets.
14303
14304 2015-06-24 Yao Qi <yao.qi@linaro.org>
14305
14306 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14307 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14308 * gdb.base/siginfo-thread.exp: Likewise.
14309
14310 2015-06-22 Yao Qi <yao.qi@linaro.org>
14311
14312 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14313
14314 2015-06-22 Yao Qi <yao.qi@linaro.org>
14315
14316 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14317 aarch64*-*-*.
14318 (skip_hw_watchpoint_tests): Likewise.
14319
14320 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14321
14322 * gdb.base/gdbinit-history.exp: Test the interaction between
14323 setting GDBHISTSIZE and setting the history size via .gdbinit.
14324
14325 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14326
14327 PR gdb/16999
14328 * gdb.base/gdbhistsize-history.exp: New test.
14329
14330 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14331
14332 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14333 with GDBHISTSIZE.
14334 * gdb.base/readline.exp: Likewise.
14335
14336 2015-06-17 Yao Qi <yao.qi@linaro.org>
14337
14338 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14339 line.
14340
14341 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14342
14343 * gdb.base/gdbinit-history.exp: Add test case to check that
14344 an unlimited history file does not get truncated on exit.
14345
14346 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14347
14348 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14349 (VECTOR): New macro. Use it...
14350 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14351 ...for these typedefs.
14352 (int8, char1, int1, double1): New typedefs.
14353 (struct just_int2, struct two_int2): New structures.
14354 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14355 (add_structvecs, add_singlevecs): New functions.
14356 (main): Call add_some_intvecs twice.
14357 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14358 the compile and exit upon failure. Try compiling for the "native"
14359 architecture. Test inferior function calls with vector arguments
14360 and vector return value handling with "finish" and "return".
14361
14362 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14363
14364 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14365 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14366 PE file.
14367 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14368
14369 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14370
14371 PR breakpoints/16465
14372 * gdb.mi/mi-dprintf-pending.c: New file.
14373 * gdb.mi/mi-dprintf-pending.exp: New test.
14374 * gdb.mi/mi-dprintf-pendshr.c: New file.
14375
14376 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14377 Mircea Gherzan <mircea.gherzan@intel.com>
14378
14379 * gdb.arch/i386-mpx-map.c: New file.
14380 * gdb.arch/i386-mpx-map.exp: New File.
14381
14382 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14383
14384 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14385 * gdb.arch/i386-mpx.exp: Indentation fixed.
14386
14387 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14388
14389 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14390 function and improved indentation.
14391 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14392 gdb_test_multiple. Added additional tests to skip the test.
14393
14394 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14395
14396 * gdb.arch/i386-avx512.c: Change path in include file.
14397 * gdb.arch/i386-avx512.exp: Change include dir path
14398 compilation flag.
14399 * gdb.arch/i386-mpx.c: Change path in include file.
14400 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14401 flag.
14402
14403 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14404
14405 * gdb.compile/compile-print.exp (compile print *vararray@3)
14406 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14407
14408 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14409
14410 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14411 (do not keep jit in memory): ... this.
14412 (expect 5): Change it to ...
14413 (expect no 5): ... this.
14414
14415 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14416
14417 PR gdb/15564
14418 * gdb.mi/mi-detach.exp: New file.
14419
14420 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14421
14422 PR symtab/18392
14423 * gdb.arch/amd64-tailcall-self.S: New file.
14424 * gdb.arch/amd64-tailcall-self.c: New file.
14425 * gdb.arch/amd64-tailcall-self.exp: New file.
14426
14427 2015-05-28 Don Breazeal <donb@codesourcery.com>
14428
14429 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14430 tests for remote targets by checking is_target_gdbserver.
14431
14432 2015-05-27 Doug Evans <dje@google.com>
14433
14434 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14435 * gdb.dwarf2/opaque-type-lookup.c: New file.
14436 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14437
14438 2015-05-26 Doug Evans <dje@google.com>
14439
14440 * gdb.cp/iostream.cc: New file.
14441 * gdb.cp/iostream.exp: New file.
14442
14443 2015-05-26 Doug Evans <dje@google.com>
14444
14445 * gdb.dwarf2/dw2-op-call.exp: Update.
14446 * gdb.dwarf2/dw4-sig-types.exp: Update.
14447 * gdb.dwarf2/implptr.exp: Update.
14448 * gdb.mi/mi-cmd-param-changed.exp: Update.
14449
14450 2015-05-26 Doug Evans <dje@google.com>
14451
14452 * gdb.python/py-lazy-string.c: New file.
14453 * gdb.python/py-lazy-string.exp: New file.
14454 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14455 (main): Update. Add estring3.
14456 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14457 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14458
14459 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14460 Yao Qi <yao.qi@linaro.org>
14461
14462 * gdb.reverse/aarch64.c: New.
14463 * gdb.reverse/aarch64.exp: New.
14464
14465 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14466
14467 * lib/gdb.exp (supports_process_record): Return true for
14468 aarch64*-linux*.
14469 (supports_reverse): Likewise.
14470
14471 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14472
14473 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14474 Use with_test_prefix.
14475
14476 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14477
14478 * gdb.base/completion.exp: Add test for completion of layout
14479 names.
14480
14481 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14482
14483 * lib/gdb.exp (skip_tui_tests): New proc.
14484 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14485
14486 2015-05-19 Pedro Alves <palves@redhat.com>
14487
14488 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14489 Save the whole env array instead of just HOME. Unset HISTSIZE in
14490 the environment while testing. Restore whole environment
14491 afterwards.
14492
14493 2015-05-16 Doug Evans <xdje42@gmail.com>
14494
14495 * gdb.guile/scm-ports.c: New file.
14496 * gdb.guile/scm-ports.exp: Add memory port tests.
14497
14498 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14499
14500 * gdb.compile/compile-print.c: New file.
14501 * gdb.compile/compile-print.exp: New file.
14502
14503 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14504
14505 * gdb.compile/compile-ops.exp: Cast param to void.
14506 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14507 (compile code struct_object.selffield = &struct_object): Add xfail.
14508
14509 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14510
14511 * gdb.ada/arr_enum_with_gap: New testcase.
14512
14513 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14514
14515 * gdb.ada/byte_packed_arr: New testcase.
14516
14517 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14518
14519 * gdb.ada/pckd_neg: New testcase.
14520
14521 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14522
14523 PR gdb/17820
14524 * gdb.base/gdbinit-history.exp: New test.
14525 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14526 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14527
14528 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14529
14530 * gdb.python/py-xmethods.cc: Enhance test case.
14531 * gdb.python/py-xmethods.exp: New tests.
14532 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14533 function.
14534 (B_indexoper): Likewise.
14535 (global_dm_list) : Add new xmethod worker functions.
14536
14537 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14538
14539 * gdb.base/coredump-filter.exp: Correctly unset
14540 "coredump_var_addr" array.
14541
14542 2015-05-08 Pedro Alves <palves@redhat.com>
14543
14544 * gdb.server/non-existing-program.exp: Unset spawn_id.
14545
14546 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14547
14548 PR python/18291
14549 * gdb.python/py-xmethods.exp: Add tests.
14550
14551 2015-05-08 Yao Qi <yao.qi@linaro.org>
14552
14553 PR gdb/18208
14554 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14555 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14556 function set_coredump_filter, and remove remote_exec call.
14557 Remove argument ipid. Callers update.
14558 (top level): Don't get inferior's PID.
14559
14560 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14561
14562 * gdb.base/watch_thread_num.exp: Skip test on targets without
14563 access watchpoints.
14564
14565 2015-05-06 Pedro Alves <palves@redhat.com>
14566
14567 PR server/18081
14568 * gdb.server/non-existing-program.exp: New file.
14569
14570 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14571
14572 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14573
14574 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14575
14576 * gdb.ada/out_of_line_in_inlined: New testcase.
14577
14578 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14579
14580 * gdb.ada/var_rec_arr: New testcase.
14581
14582 2015-04-30 Yao Qi <yao.qi@linaro.org>
14583
14584 * gdb.base/break-idempotent.exp: If
14585 skip_hw_watchpoint_multi_tests returns true, skip the tests
14586 on "rwatch" and "awatch".
14587
14588 2015-04-30 Yao Qi <yao.qi@linaro.org>
14589
14590 * gdb.base/relativedebug.exp: Invoke gdb command
14591 "info sharedlibrary", and if libc.so doesn't have debug info,
14592 skip the test.
14593
14594 2015-04-29 Doug Evans <dje@google.com>
14595
14596 * gdb.python/py-xmethods.exp: Add ptype tests.
14597 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14598 get_result_type method.
14599
14600 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14601
14602 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14603 the target does not support hardware watchpoints.
14604
14605 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14606
14607 * gdb.base/break-always.exp: Abort testing if writing to memory
14608 causes an error.
14609
14610 2015-04-28 Doug Evans <dje@google.com>
14611
14612 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14613 * gdb.python/py-pp-registration.exp: ... here. New file.
14614 * gdb.python/py-pp-registration.c: New file.
14615 * gdb.python/py-pp-registration.py: New file.
14616
14617 2015-04-28 Doug Evans <dje@google.com>
14618
14619 * gdb.python/py-bad-printers.c: New file.
14620 * gdb.python/py-bad-printers.py: New file.
14621 * gdb.python/py-bad-printers.exp: New file.
14622
14623 2015-04-28 Sasha Smundak <asmundak@google.com>
14624
14625 * gdb.python/py-type.exp: New test.
14626
14627 2015-04-28 Andy Wingo <wingo@igalia.com>
14628
14629 * gdb.python/py-parameter.exp:
14630 * gdb.guile/scm-parameter.exp: Escape the path that we are
14631 matching against, as it might contain characters that are special
14632 to regular expressions.
14633
14634 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14635
14636 * gdb.ada/rec_comp: New testcase.
14637
14638 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14639
14640 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14641 before using it.
14642
14643 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14644
14645 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14646 new tests for verilog output.
14647
14648 2015-04-24 Yao Qi <yao.qi@linaro.org>
14649
14650 * boards/remote-gdbserver-on-localhost.exp: New file.
14651
14652 2015-04-23 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14655 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14656 "end of file", remove $inferior_spawn_id from the indirect list.
14657
14658 2015-04-23 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14661
14662 2015-04-23 Pedro Alves <palves@redhat.com>
14663
14664 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14665 on $any_spawn_id instead of only on $gdb_spawn_id.
14666
14667 2015-04-21 Pierre Muller <muller@sourceware.org>
14668
14669 PR pascal/17815
14670 * lib/pascal.exp (gpc_compile): Add new option "class".
14671 (fpc_compile): Likewise.
14672 * gdb.pascal/case-insensitive-symbols.pas: New file.
14673 * gdb.pascal/case-insensitive-symbols.exp: New file.
14674
14675 2015-04-20 Gary Benson <gbenson@redhat.com>
14676
14677 * gdb.base/attach.exp: Fix three extended remote failures.
14678
14679 2015-04-17 Gary Benson <gbenson@redhat.com>
14680
14681 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14682 the main executable over the remote protocol.
14683
14684 2015-04-16 Pedro Alves <palves@redhat.com>
14685
14686 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14687 a new gdbserver if gdbserver_reconnect_p is set.
14688
14689 2015-04-16 Pedro Alves <palves@redhat.com>
14690
14691 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14692 is set, don't exit gdbserver.
14693
14694 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14695
14696 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14697 appropriate .insn, such that an older assembler can be used.
14698 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14699 the z/Architecture instruction set on 31-bit targets as well.
14700
14701 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14702
14703 * gdb.go/handcall.exp: Remove all logic related to the first
14704 breakpoint and rely on go_runto_main instead.
14705 * gdb.go/strings.exp: Likewise.
14706 * gdb.go/unsafe.exp: Likewise.
14707 * gdb.go/hello.exp: Likewise. Also rename the remaining
14708 breakpoint marker to "breakpoint 1".
14709 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14710 * gdb.go/strings.go: Likewise.
14711 * gdb.go/unsafe.go: Likewise.
14712 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14713 "set breakpoint 2 here" and rename the remaining breakpoint marker
14714 to "breakpoint 1".
14715
14716 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14717
14718 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14719 if itertools.imap is not present.
14720 * gdb.python/py-objfile.exp: Add parentheses.
14721 * gdb.python/py-type.exp: Same.
14722 * gdb.python/py-unwind-maint.py: Same.
14723
14724 2015-04-15 Yao Qi <yao.qi@linaro.org>
14725
14726 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14727 of ":$ptr_size" and set its form explicitly.
14728
14729 2015-04-15 Pedro Alves <palves@redhat.com>
14730 Yao Qi <yao.qi@linaro.org>
14731
14732 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14733 timeout by factor of 4.
14734 (test_regular_watch): Likewise.
14735 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14736 * gdb.reverse/sigall-reverse.exp: Likewise.
14737 * gdb.reverse/until-precsave.exp: Likewise.
14738 * lib/gdb.exp (with_timeout_factor): New proc.
14739 (gdb_expect): Move some code to ...
14740 (get_largest_timeout): ... here. New procedure.
14741
14742 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14743
14744 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14745
14746 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14747
14748 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14749 to write to the .text section.
14750
14751 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14752
14753 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14754 Handle the case of targets that do not provide PID information.
14755
14756 2015-04-13 Yao Qi <yao.qi@linaro.org>
14757
14758 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14759 and use expect instead of gdb_expect.
14760
14761 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14762
14763 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14764 "coredump_var_addr" to avoid naming conflict with other testcases.
14765
14766 2015-04-10 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14769 gdb_test_sequence and gdb_assert.
14770
14771 2015-04-10 Pedro Alves <palves@redhat.com>
14772
14773 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14774 test messages that don't include the breakpoint address.
14775
14776 2015-04-10 Yao Qi <yao.qi@linaro.org>
14777
14778 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14779 false for some offset and width combinations which aren't
14780 supported by linux kernel.
14781
14782 2015-04-10 Pedro Alves <palves@redhat.com>
14783
14784 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14785 procedure, factored out from ...
14786 (top level): ... here. Add "set displaced-stepping" testing axis.
14787 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14788 parameter "displaced". Use it.
14789 (top level): Use foreach and add "set displaced-stepping" testing
14790 axis.
14791
14792 2015-04-10 Pedro Alves <palves@redhat.com>
14793
14794 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14795 Remove comment.
14796 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14797 both the address of the instruction that triggers the watchpoint
14798 and the address of the instruction immediately after, and use
14799 those addresses for the test. Fix comment.
14800
14801 2015-04-10 Pedro Alves <palves@redhat.com>
14802
14803 * gdb.base/sigstep.exp (breakpoint_to_handler)
14804 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14805 Test "backtrace" in handler.
14806 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14807 (top level): Add new "displaced" test axis to
14808 breakpoint_to_handler, breakpoint_to_handler_entry and
14809 breakpoint_over_handler.
14810
14811 2015-04-10 Pedro Alves <palves@redhat.com>
14812
14813 PR gdb/18216
14814 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14815
14816 2015-04-10 Yao Qi <yao.qi@linaro.org>
14817
14818 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14819 (test_add_rn_pc): New function.
14820 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14821 (top level): Invoke test_add_rn_pc.
14822
14823 2015-04-10 Pedro Alves <palves@redhat.com>
14824
14825 PR gdb/13858
14826 * gdb.base/step-over-no-symbols.exp: New file.
14827
14828 2015-04-09 Andy Wingo <wingo@igalia.com>
14829
14830 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14831 after the Python tests.
14832
14833 2015-04-08 Keith Seitz <keiths@redhat.com>
14834
14835 PR python/16699
14836 * gdb.python/py-completion.exp: New tests for completion.
14837 * gdb.python/py-completion.py (CompleteLimit1): New class.
14838 (CompleteLimit2): Likewise.
14839 (CompleteLimit3): Likewise.
14840 (CompleteLimit4): Likewise.
14841 (CompleteLimit5): Likewise.
14842 (CompleteLimit6): Likewise.
14843 (CompleteLimit7): Likewise.
14844
14845 2015-04-08 Pedro Alves <palves@redhat.com>
14846
14847 PR gdb/18214
14848 PR gdb/18216
14849 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14850 function.
14851 (main): Install it as SIGUSR1 handler.
14852 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14853 parameter. Always use "setup" as prefix. Toggle "set
14854 displaced-stepping" off/on depending on global. Don't switch to
14855 thread 1 here.
14856 (top level): Add displaced stepping "off/on" test axis. Update
14857 "setup" calls. Wrap each subtest with with_test_prefix. Test
14858 continuing with a queued signal in each thread.
14859
14860 2015-04-08 Pedro Alves <palves@redhat.com>
14861
14862 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14863 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14864 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14865 Return early if running to main fails.
14866 * gdb.trace/while-stepping.exp: Likewise.
14867
14868 2015-04-07 Pedro Alves <palves@redhat.com>
14869
14870 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14871 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14872 interact with inferior program.
14873
14874 2015-04-07 Pedro Alves <palves@redhat.com>
14875
14876 * lib/gdb.exp (inferior_spawn_id): New global.
14877 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14878 spawn id after processing the user code.
14879 (default_gdb_start): Set inferior_spawn_id.
14880 (send_inferior): New procedure.
14881 * lib/gdbserver-support.exp (gdbserver_start): Set
14882 inferior_spawn_id.
14883 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14884
14885 2015-04-07 Pedro Alves <palves@redhat.com>
14886
14887 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14888 * lib/gdbserver-support.exp (gdbserver_start): Make
14889 $server_spawn_id global.
14890 (gdbserver_start): Don't wait for gdbserver's spawn id with
14891 expect_background.
14892 (close_gdbserver): New procedure.
14893 (gdb_exit): Rename the default version and reimplement.
14894
14895 2015-04-07 Pedro Alves <palves@redhat.com>
14896
14897 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14898 append the substituted item, not the original item.
14899
14900 2015-04-07 Pedro Alves <palves@redhat.com>
14901
14902 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14903 gdb_expect.
14904
14905 2015-04-07 Pedro Alves <palves@redhat.com>
14906
14907 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14908 output appearing once only.
14909
14910 2015-04-07 Pedro Alves <palves@redhat.com>
14911
14912 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14913 that doesn't expect anything. Return early if running to main
14914 fails.
14915
14916 2015-04-07 Yao Qi <yao.qi@linaro.org>
14917
14918 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14919 (child_function): Call alarm.
14920 (main): Move call to alarm into the loop.
14921 * gdb.threads/non-stop-fair-events.exp: Build program with
14922 -DTIMEOUT=$timeout.
14923
14924 2015-04-06 Doug Evans <xdje42@gmail.com>
14925
14926 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14927 Fix dest parameter to board_info.
14928 (fpc_compile): Ditto.
14929 (gdb_compile_pascal): Rename dest arg to destfile.
14930
14931 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14932
14933 * gdb.ada/funcall_ref.exp: New file.
14934 * gdb.ada/funcall_ref/foo.adb: New file.
14935
14936 2015-04-02 Yao Qi <yao.qi@linaro.org>
14937
14938 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14939 is remote.
14940
14941 2015-04-02 Gary Benson <gbenson@redhat.com>
14942
14943 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14944
14945 2015-04-01 Sasha Smundak <asmundak@google.com>
14946
14947 * gdb.python/py-unwind-maint.c: New file.
14948 * gdb.python/py-unwind-maint.exp: New test.
14949 * gdb.python/py-unwind-maint.py: New file.
14950 * gdb.python/py-unwind.c: New file.
14951 * gdb.python/py-unwind.exp: New test.
14952 * gdb.python/py-unwind.py: New test.
14953
14954 2015-04-01 Pedro Alves <palves@redhat.com>
14955
14956 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14957 to fail instead of non-existent $test.
14958
14959 2015-04-01 Pedro Alves <palves@redhat.com>
14960
14961 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14962 GDBFLAGS if not empty.
14963
14964 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14965
14966 * gdb.ada/complete.exp: Remove "multi_line".
14967 * gdb.ada/info_exc.exp: Remove "multi_line".
14968 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14969 * gdb.ada/ptype_field.exp: Remove "multi_line".
14970 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14971 * gdb.ada/tagged.exp: Remove "multi_line".
14972 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14973 [multi_line ...]
14974 * gdb.btrace/delta.exp: Likewise.
14975 * gdb.btrace/exception.exp: Likewise.
14976 * gdb.btrace/function_call_history.exp: Likewise.
14977 * gdb.btrace/instruction_history.exp: Likewise.
14978 * gdb.btrace/nohist.exp: Likewise.
14979 * gdb.btrace/record_goto.exp: Likewise.
14980 * gdb.btrace/segv.exp: Likewise.
14981 * gdb.btrace/stepi.exp: Likewise.
14982 * gdb.btrace/tailcall.exp: Likewise.
14983 * gdb.btrace/unknown_functions.exp: Likewise.
14984 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14985 * lib/gdb.exp: Add the "multi_line" helper.
14986
14987 2015-04-01 Pedro Alves <palves@redhat.com>
14988
14989 * gdb.threads/tid-reuse.c: New file.
14990 * gdb.threads/tid-reuse.exp: New file.
14991
14992 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14993
14994 PR corefiles/16092
14995 * gdb.base/coredump-filter.c: New file.
14996 * gdb.base/coredump-filter.exp: Likewise.
14997
14998 2015-03-27 Petr Machata <pmachata@redhat.com>
14999
15000 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15001 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15002 (Dwarf::assemble): Initialize them.
15003 (Dwarf::lines): New function.
15004
15005 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15006
15007 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15008 SYMBOL_PREFIX for x86_64-*-cygwin.
15009
15010 2015-03-26 Andy Wingo <wingo@igalia.com>
15011
15012 PR symtab/18148
15013 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15014 const_value but not a location.
15015 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15016 location defined in non-main CUs are visible.
15017
15018 2015-03-26 Yao Qi <yao.qi@linaro.org>
15019
15020 PR testsuite/18139
15021 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15022 Add a line number entry for the same line.
15023 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15024 Add a line number entry for the same line.
15025
15026 2015-03-26 Yao Qi <yao.qi@linaro.org>
15027
15028 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15029 .int 0.
15030 (func): Likewise. Add .Lfunc_1 label.
15031 Use .Lfunc_1 label.
15032 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15033 .int 0.
15034 (func): Likewise.
15035 Use .Lfunc_1 label.
15036
15037 2015-03-26 Yao Qi <yao.qi@linaro.org>
15038
15039 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15040 Call gdb_compile instead to compile each .s files without debug
15041 information.
15042
15043 2015-03-26 Yao Qi <yao.qi@linaro.org>
15044
15045 * gdb.base/savedregs.exp (process_saved_regs): Make
15046 "Saved registers:" optional in the pattern.
15047
15048 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15049
15050 * gdb.btrace/next.exp: Merged into step.exp.
15051 * gdb.btrace/finish.exp: Merged into step.exp.
15052 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15053 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15054 "record goto" and checking the exact replay position.
15055 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15056 check for "Recording format" in "info record" output.
15057 * gdb.btrace/record_goto.exp: Choose test file based on target.
15058 * gdb.btrace/x86-record_goto.S: Renamed into ...
15059 * gdb.btrace/x86_64-record_goto.S: ... this.
15060 * gdb.btrace/i686-record_goto.S: New.
15061 * gdb.btrace/x86-tailcall.S: Renamed into ...
15062 * gdb.btrace/x86_64-tailcall.S: ... this.
15063 * gdb.btrace/i686-tailcall.S: New.
15064 * gdb.btrace/x86-tailcall.c: Renamed into ...
15065 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15066 separate statements. Update test.
15067 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15068 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15069 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15070 * gdb.btrace/tailcall.exp: Choose test file based on target.
15071 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15072
15073 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15074
15075 * gdb.btrace/exception.exp: Increase BTS buffer size.
15076
15077 2015-03-24 Pedro Alves <palves@redhat.com>
15078
15079 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15080
15081 2015-03-24 Pedro Alves <palves@redhat.com>
15082
15083 * gdb.threads/schedlock.exp (test_step): No longer expect that
15084 "set scheduler-locking step" with "next" over a function call runs
15085 threads unlocked.
15086
15087 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15088
15089 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15090
15091 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15092
15093 PR breakpoints/16466
15094 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15095 * gdb.mi/mi-pending.c (thread_func): New function.
15096 (int main): Add threading support required.
15097 * gdb.mi/mi-pending.exp: Add tests for this issue.
15098 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15099 (pendfunc2): Remove stdio dependency.
15100 * gdb.mi/mi-pendshr2.c: New file.
15101
15102 2015-03-23 Keith Seitz <keiths@redhat.com>
15103
15104 * gdb.linespec/keywords.c: New file.
15105 * gdb.linespec/keywords.exp: New file.
15106
15107 2015-03-23 Keith Seitz <keiths@redhat.com>
15108
15109 PR gdb/18021
15110 * gdb.dwarf2/staticvirtual.exp: New test.
15111
15112 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15113
15114 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15115 * README: Remove HP-UX and gdb.hp.
15116 (configuration):
15117 * configure: Regenerate.
15118 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15119 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15120 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15121 gdb.hp/gdb.defects/Makefile.
15122 * gdb.hp/Makefile.in: File deleted.
15123 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15124 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15125 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15126 * gdb.hp/gdb.aCC/run.c: File deleted.
15127 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15128 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15129 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15130 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15131 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15132 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15133 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15134 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15135 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15136 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15137 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15138 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15139 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15140 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15141 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15142 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15143 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15144 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15145 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15146 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15147 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15148 * gdb.hp/gdb.compat/average.c: File deleted.
15149 * gdb.hp/gdb.compat/sum.c: File deleted.
15150 * gdb.hp/gdb.compat/xdb.c: File deleted.
15151 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15152 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15153 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15154 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15155 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15156 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15157 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15158 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15159 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15160 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15161 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15162 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15163 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15164 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15165 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15166 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15167 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15168 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15169 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15170 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15171 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15172 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15173 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15174 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15175 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15176 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15177 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15178 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15179 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15180 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15181 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15182 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15183 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15184 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15185 * gdb.hp/tools/odump: File deleted.
15186
15187 2015-03-19 Pedro Alves <palves@redhat.com>
15188
15189 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15190 (saw_thread_3): New globals.
15191 (top level): Increment them when an event for the corresponding
15192 thread is seen.
15193 (no thread starvation): New test.
15194
15195 2015-03-19 Pedro Alves <palves@redhat.com>
15196
15197 * gdb.threads/continue-pending-status.c: New file.
15198 * gdb.threads/continue-pending-status.exp: New file.
15199
15200 2015-03-18 Pedro Alves <palves@redhat.com>
15201
15202 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15203 Use gdb_is_target_remote instead of is_remote. Use
15204 gdb_test_multiple instead of gdb_expect. Exit early if
15205 gdb_test_multiple hits its internal matches. Tighten stepi tests
15206 expected output. Fail on exit with any signal, instead of just
15207 SIGILL.
15208
15209 2015-03-18 Yao Qi <yao.qi@linaro.org>
15210
15211 PR tdep/18107
15212 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15213 variable.
15214 * gdb.base/catch-syscall.exp: Don't skip it on
15215 aarch64*-*-linux* target. Remove elements in all_syscalls.
15216 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15217 target.
15218 (setup_all_syscalls): New proc.
15219
15220 2015-03-16 Yao Qi <yao.qi@linaro.org>
15221
15222 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15223 (top level): Skip tests if valid_addr_p returns false for
15224 $cmd1 or $cmd2.
15225
15226 2015-03-11 Andy Wingo <wingo@igalia.com>
15227
15228 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15229
15230 2015-03-11 Yao Qi <yao.qi@linaro.org>
15231
15232 * gdb.base/catch-syscall.exp: Fix typo in comments.
15233
15234 2015-03-11 Yao Qi <yao.qi@linaro.org>
15235
15236 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15237
15238 2015-03-09 Pedro Alves <palves@redhat.com>
15239
15240 * dg-extract-results.py: Delete.
15241
15242 2015-03-09 Pedro Alves <palves@redhat.com>
15243
15244 Merge dg-extract-results.sh from GCC upstream (r218843).
15245
15246 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15247 * dg-extract-results.sh: Use --text with grep to avoid issues with
15248 binary files. Fall back to cat -v, if that doesn't work.
15249
15250 2015-03-05 Pedro Alves <palves@redhat.com>
15251
15252 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15253
15254 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15255
15256 * lib/mi-support.exp (mi_expect_interrupt): Accept
15257 alternative event for when in all-stop mode.
15258
15259 2015-03-04 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15262
15263 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15264
15265 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15266
15267 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15268
15269 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15270 regexps for GDB's current line display, accept a hex address
15271 preceding the line number.
15272
15273 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15274
15275 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15276 the 'arch1' variable for "s390*-linux*" targets.
15277
15278 2015-03-04 Pedro Alves <palves@redhat.com>
15279
15280 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15281 (main): Pass missing retval argument to pthread_join call.
15282
15283 2015-03-02 Pedro Alves <palves@redhat.com>
15284
15285 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15286 (top level): Call do_test with non-stop as well.
15287
15288 2015-03-02 Pedro Alves <palves@redhat.com>
15289
15290 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15291 -1.
15292
15293 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15294
15295 * gdb.arch/s390-vregs.exp: New test.
15296 * gdb.arch/s390-vregs.S: New file.
15297
15298 2015-02-27 Pedro Alves <palves@redhat.com>
15299
15300 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15301 call to catch_command_errors.
15302 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15303 catch_command_errors.
15304
15305 2015-02-27 Pedro Alves <palves@redhat.com>
15306
15307 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15308 "true" for boolean result.
15309 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15310 prototype of main.
15311
15312 2015-02-27 Pedro Alves <palves@redhat.com>
15313
15314 * lib/unbuffer_output.c: New file.
15315 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15316 (main): Call gdb_unbuffer_output.
15317
15318 2015-02-27 Yao Qi <yao.qi@linaro.org>
15319
15320 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15321 target.
15322
15323 2015-02-26 Doug Evans <dje@google.com>
15324
15325 * gdb.cp/class2.cc (Dbase, D): New classes.
15326 (main): New local delta.
15327 * gdb.cp/class2.exp: Test printing delta.
15328 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15329 (dynbar): New global.
15330 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15331
15332 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15333
15334 * gdb.compile/compile-ifunc.c: New file.
15335 * gdb.compile/compile-ifunc.exp: New file.
15336
15337 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15338
15339 * gdb.base/structs.exp: Check for correct struct on finish.
15340
15341 2015-02-26 Yao Qi <yao.qi@linaro.org>
15342
15343 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15344 is zero.
15345
15346 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15347
15348 * gdb.arch/cordic.ko.bz2: New file.
15349 * gdb.arch/cordic.ko.debug.bz2: New file.
15350 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15351
15352 2015-02-25 Yao Qi <yao.qi@linaro.org>
15353
15354 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15355 aarch64*-*-* target.
15356
15357 2015-02-23 Pedro Alves <palves@redhat.com>
15358
15359 * lib/gdb.exp (delete_breakpoints): Rewrite using
15360 gdb_test_multiple.
15361
15362 2015-02-23 Pedro Alves <palves@redhat.com>
15363
15364 * gdb.base/info-os.c: Include stdlib.h.
15365
15366 2015-02-22 Doug Evans <xdje42@gmail.com>
15367
15368 PR symtab/17855
15369 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15370 is read after symbols have been re-read.
15371 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15372 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15373
15374 2015-02-21 Doug Evans <dje@google.com>
15375
15376 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15377
15378 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15379
15380 PR corefiles/17808
15381 * gdb.arch/i386-biarch-core.core.bz2: New file.
15382 * gdb.arch/i386-biarch-core.exp: New file.
15383
15384 2015-02-21 Pedro Alves <palves@redhat.com>
15385
15386 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15387 runto_main fails.
15388
15389 2015-02-20 Pedro Alves <palves@redhat.com>
15390
15391 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15392 info probes.
15393
15394 2015-02-20 Pedro Alves <palves@redhat.com>
15395
15396 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15397
15398 2015-02-20 Pedro Alves <palves@redhat.com>
15399
15400 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15401 clean_restart before gdb_target_supports_trace.
15402
15403 2015-02-20 Pedro Alves <palves@redhat.com>
15404
15405 PR threads/18006
15406 * gdb.threads/clone-thread_db.c: New file.
15407 * gdb.threads/clone-thread_db.exp: New file.
15408
15409 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15410
15411 PR breakpoints/16812
15412 * gdb.base/catch-gdb-caused-signals.c: New file.
15413 * gdb.base/catch-gdb-caused-signals.exp: New file.
15414
15415 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15416
15417 * configure: Regenerated.
15418 * configure.ac: Use GDB_AC_TRANSFORM.
15419 * aclocal.m4: sinclude ../transform.m4.
15420
15421 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15422
15423 * lib/dtrace.exp: New file.
15424 * gdb.base/dtrace-probe.exp: Likewise.
15425 * gdb.base/dtrace-probe.d: Likewise.
15426 * gdb.base/dtrace-probe.c: Likewise.
15427 * lib/pdtrace.in: Likewise.
15428 * configure.ac: Output variables with the transformed names of
15429 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15430 * configure: Regenerated.
15431
15432 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15433
15434 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15435 expected message when trying to access $_probe_* convenience
15436 variables while not on a probe.
15437
15438 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15439
15440 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15441
15442 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15443
15444 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15445 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15446
15447 2015-02-10 Doug Evans <xdje42@gmail.com>
15448
15449 * lib/gdb.exp (gdb_load): Always return a result.
15450
15451 2015-02-10 Pedro Alves <palves@redhat.com>
15452
15453 * gdb.threads/signal-sigtrap.c: New file.
15454 * gdb.threads/signal-sigtrap.exp: New file.
15455
15456 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15457
15458 * gdb.trace/no-attach-trace.c: New file.
15459 * gdb.trace/no-attach-trace.exp: New file.
15460
15461 2015-02-09 Mark Wielaard <mjw@redhat.com>
15462
15463 * gdb.dwarf2/atomic.c: New file.
15464 * gdb.dwarf2/atomic-type.exp: Likewise.
15465
15466 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15467
15468 * gdb.btrace/buffer-size.exp: Update "info record" output.
15469 * gdb.btrace/delta.exp: Update "info record" output.
15470 * gdb.btrace/enable.exp: Update "info record" output.
15471 * gdb.btrace/finish.exp: Update "info record" output.
15472 * gdb.btrace/instruction_history.exp: Update "info record" output.
15473 * gdb.btrace/next.exp: Update "info record" output.
15474 * gdb.btrace/nexti.exp: Update "info record" output.
15475 * gdb.btrace/step.exp: Update "info record" output.
15476 * gdb.btrace/stepi.exp: Update "info record" output.
15477 * gdb.btrace/nohist.exp: Update "info record" output.
15478
15479 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15480
15481 * gdb.btrace/buffer-size: New.
15482
15483 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15484
15485 * gdb.btrace/delta.exp: Update "info record" output.
15486 * gdb.btrace/enable.exp: Update "info record" output.
15487 * gdb.btrace/finish.exp: Update "info record" output.
15488 * gdb.btrace/instruction_history.exp: Update "info record" output.
15489 * gdb.btrace/next.exp: Update "info record" output.
15490 * gdb.btrace/nexti.exp: Update "info record" output.
15491 * gdb.btrace/step.exp: Update "info record" output.
15492 * gdb.btrace/stepi.exp: Update "info record" output.
15493 * gdb.btrace/nohist.exp: Update "info record" output.
15494
15495 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15496
15497 PR gdb/15678
15498 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15499
15500 2015-02-06 Pedro Alves <palves@redhat.com>
15501
15502 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15503 macro.
15504 (seconds_left, again): New globals.
15505 (main): Wait seconds_left in a 1-second sleep loop instead of
15506 sleeping 180 seconds. If 'again' is set, reset the seconds
15507 counter.
15508 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15509 'again' in the inferior before detaching. Print the seconds left.
15510 (options): New global.
15511 (top level): Build program with -DTIMEOUT=$timeout.
15512
15513 2015-02-06 Pedro Alves <palves@redhat.com>
15514
15515 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15516 determine how many seconds to pass to 'alarm'.
15517 * gdb.base/gdb-sigterm.exp (top level): Build program with
15518 -DTIMEOUT=$timeout.
15519 (do_test): Return success/failure indication. Add more verbose
15520 logging. Don't fail if 200 single steps are seen. Instead, fail
15521 when the test times out.
15522 (passes): New global.
15523 (top level): Break the testing loop if testing fails on any
15524 iteration. Use gdb_assert.
15525
15526 2015-02-04 Don Breazeal <donb@codesourcery.com>
15527
15528 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15529 and initialize them.
15530 (ipc_cleanup): New function.
15531 (main): Don't declare shmid, semid, and msqid. Add a call to
15532 atexit so that we call ipc_cleanup on exit.
15533
15534 2015-02-04 Pedro Alves <palves@redhat.com>
15535
15536 * boards/native-extended-gdbserver.exp: Remove any target variant
15537 specifications from the board name before clearing the isremote
15538 flag from board_info.
15539
15540 2015-01-31 Doug Evans <xdje42@gmail.com>
15541
15542 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15543
15544 2015-01-31 Gary Benson <gbenson@redhat.com>
15545
15546 * gdb.base/completion.exp: Disable completion limiting for
15547 existing tests. Add new tests to check completion limiting.
15548 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15549
15550 2015-01-31 Doug Evans <xdje42@gmail.com>
15551
15552 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15553
15554 2015-01-31 Doug Evans <xdje42@gmail.com>
15555
15556 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15557 entries. Duplicate file section script entries.
15558 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15559 inlined entries. Add test for safe-path rejection.
15560 * gdb.python/py-section-script.c: Add duplicate inlined section script
15561 entries. Duplicate file section script entries.
15562 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15563 inlined entries. Add test for safe-path rejection.
15564
15565 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15566
15567 * gdb.ada/disc_arr_bound: New testcase.
15568
15569 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15570
15571 * gdb.ada/mi_var_array: New testcase.
15572
15573 2015-01-27 Doug Evans <dje@google.com>
15574
15575 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15576 Add test for objfile.filename, objfile.username after objfile
15577 has been unloaded.
15578
15579 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15580
15581 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15582 the second test to print the name attribute of value
15583 returned by the call to gdb.lookup_type, and adjust
15584 the expected output accordingly.
15585
15586 2015-01-25 Mark Wielaard <mjw@redhat.com>
15587
15588 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15589 * gdb.base/disp-step-fork.c: Include unistd.h.
15590 * gdb.base/siginfo-obj.c: Include stdio.h.
15591 * gdb.base/siginfo-thread.c: Likewise.
15592 * gdb.mi/non-stop.c: Include unistd.h.
15593 * gdb.mi/nsthrexec.c: Include stdio.h.
15594 * gdb.mi/pthreads.c: Include unistd.h.
15595 * gdb.modula2/unbounded1.c (main): Declare returns int.
15596 * gdb.reverse/consecutive-reverse.c: Likewise.
15597 * gdb.threads/create-fail.c: Include unistd.h.
15598 * gdb.threads/killed.c: Likewise.
15599 * gdb.threads/linux-dp.c: Likewise.
15600 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15601 * gdb.threads/non-ldr-exc-2.c: Likewise.
15602 * gdb.threads/non-ldr-exc-3.c: Likewise.
15603 * gdb.threads/non-ldr-exc-4.c: Likewise.
15604 * gdb.threads/pthreads.c: Include unistd.h.
15605 (main): Declare returns int.
15606 * gdb.threads/tls-main.c (foo): New declaration.
15607 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15608
15609 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15610
15611 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15612 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15613
15614 2015-01-15 Mark Wielaard <mjw@redhat.com>
15615
15616 * gdb.base/noreturn-return.c: New file.
15617 * gdb.base/noreturn-return.exp: New file.
15618 * gdb.base/noreturn-finish.c: New file.
15619 * gdb.base/noreturn-finish.exp: New file.
15620
15621 2015-01-23 Pedro Alves <palves@redhat.com>
15622
15623 * gdb.threads/continue-pending-after-query.c: New file.
15624 * gdb.threads/continue-pending-after-query.exp: New file.
15625
15626 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15627 Simon Marchi <simon.marchi@ericsson.com>
15628
15629 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15630 * gdb.base/valgrind-db-attach.exp: Same.
15631 * gdb.base/valgrind-infcall.exp: Same.
15632 * lib/mi-support.exp (default_mi_gdb_start): Same.
15633 * lib/prompt.exp (default_prompt_gdb_start): Same.
15634 * lib/gdb.exp (default_gdb_spawn): Same.
15635 (gdb_interact): New.
15636
15637
15638 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15639
15640 * gdb.compile/compile.exp (pointer to jit function): New test.
15641
15642 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15643
15644 * lib/gdb.exp (supports_process_record): Return true for
15645 powerpc*-*-linux*.
15646 (supports_reverse): Likewise.
15647
15648 2015-01-15 Don Breazeal <donb@codesourcery.com>
15649
15650 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15651 instead of checking whether the target board is remote and
15652 use spawn_wait_for_attach instead of exec/sleep.
15653 * gdb.base/attach-twice.exp: Likewise.
15654
15655 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15656
15657 * gdb.ada/var_arr_attrs: New testcase.
15658
15659 2015-01-14 Pedro Alves <palves@redhat.com>
15660 Joel Brobecker <brobecker@adacore.com>
15661
15662 PR gdb/17525
15663 * gdb.base/bp-cmds-execution-x-script.c: New file.
15664 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15665 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15666
15667 2015-01-14 Pedro Alves <palves@redhat.com>
15668
15669 PR cli/17828
15670 * gdb.base/batch-preserve-term-settings.c: New file.
15671 * gdb.base/batch-preserve-term-settings.exp: New file.
15672
15673 2015-01-13 Doug Evans <dje@google.com>
15674
15675 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15676 binary.
15677
15678 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15679
15680 * Makefile.in (clean mostlyclean): Do not delete *.py.
15681
15682 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15683
15684 * gdb.python/py-lookup-type.exp: New file.
15685
15686 2015-01-12 Pedro Alves <palves@redhat.com>
15687
15688 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15689 restore GDBFLAGS before returning.
15690
15691 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15692
15693 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15694 is_amd64_regs_target and is_x86_like_target.
15695
15696 2015-01-11 Doug Evans <xdje42@gmail.com>
15697
15698 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15699 is given without an explicit form.
15700 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15701 attributes.
15702 * gdb.dwarf/corrupt.exp: Ditto.
15703 * gdb.dwarf2/enum-type.exp: Ditto.
15704 * gdb.trace/entry-values.exp: Ditto.
15705 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15706
15707 2015-01-11 Doug Evans <xdje42@gmail.com>
15708
15709 PR gdb/15830
15710 * gdb.base/maint.exp: Remove references to "maint demangle".
15711 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15712 Add tests for explicitly specifying language to demangle.
15713 * gdb.dlang/demangle.exp: Ditto.
15714
15715 2015-01-09 Pedro Alves <palves@redhat.com>
15716
15717 * gdb.threads/non-stop-fair-events.c: New file.
15718 * gdb.threads/non-stop-fair-events.exp: New file.
15719
15720 2015-01-09 Pedro Alves <palves@redhat.com>
15721
15722 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15723 the global scope. Set a breakpoint after all threads are started
15724 rather than stepping over two source lines. Expect the prompt.
15725 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15726 global.
15727 (NUM): Now 15.
15728 (main): Use threads_started_barrier to wait for all threads to
15729 start. Main thread no longer calls thread_function. Exit after
15730 180 seconds.
15731 (loop): New function.
15732 (thread_function): Wait on threads_started_barrier barrier. Call
15733 'loop' at each iteration.
15734 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15735 threads have started, instead of hardcoding number of "next"
15736 steps. Use an access watchpoint instead of a write watchpoint.
15737
15738 2015-01-09 Pedro Alves <palves@redhat.com>
15739
15740 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15741 (thread_func): Wait on barrier.
15742 (main): Wait for all threads to start before stopping GDB.
15743 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15744 global.
15745 (thread1_func, thread2_func): Wait on barrier.
15746 (main): Wait for all threads to start before stopping GDB.
15747 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15748 New global.
15749 (thread1_func, thread2_func): Wait on barrier.
15750 (main): Wait for all threads to start before stopping GDB.
15751
15752 2015-01-09 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.threads/attach-many-short-lived-threads.c: New file.
15755 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15756
15757 2014-01-09 Pedro Alves <palves@redhat.com>
15758
15759 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15760 instead of to thread 2.
15761 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15762 Add barrier around each pthread_create call instead of around all
15763 calls.
15764 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15765 Set a break on thread_function and have the child threads hit it
15766 one at at a time.
15767
15768 2015-01-09 Pedro Alves <palves@redhat.com>
15769
15770 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15771 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15772 false.
15773 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15774 checking whether the target board is remote.
15775 * gdb.multi/multi-attach.exp: Likewise.
15776 * gdb.python/py-sync-interp.exp: Likewise.
15777 * gdb.server/ext-attach.exp: Likewise.
15778 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15779 tests that need to attach, instead of checking whether the target
15780 board is remote at the top of the file.
15781
15782 2015-01-08 Yao Qi <yao@codesourcery.com>
15783
15784 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15785
15786 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15787
15788 Fix testcase compilation.
15789 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15790
15791 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15792
15793 * gdb.python/py-type.exp: Add a couple test about empty
15794 array creation, and negative-length array creation.
15795
15796 2015-01-02 Doug Evans <xdje42@gmail.com>
15797
15798 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15799
15800 2015-01-02 Doug Evans <dje@google.com>
15801
15802 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15803
15804 2014-12-29 Yao Qi <yao@codesourcery.com>
15805
15806 * gdb.trace/entry-values.exp: Update comments. Rename variable
15807 bar_call_foo to returned_from_foo.
15808
15809 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15810
15811 PR gdb/17394
15812 * gdb.linespec/break-asm-file.c: New file.
15813 * gdb.linespec/break-asm-file.exp: New file.
15814 * gdb.linespec/break-asm-file0.s: New file.
15815 * gdb.linespec/break-asm-file1.s: New file.
15816
15817 2014-12-18 Nigel Stephens <nigel@mips.com>
15818 Maciej W. Rozycki <macro@codesourcery.com>
15819
15820 * gdb.base/float.exp: Handle the new output from "info float" on
15821 MIPS targets.
15822
15823 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15824
15825 Fix MinGW compilation.
15826 * gdb.compile/compile-ops.exp: Update untested message if
15827 !skip_compile_feature_tests.
15828 * gdb.compile/compile-setjmp.exp: Likewise.
15829 * gdb.compile/compile-tls.exp: Likewise.
15830 * gdb.compile/compile.exp: Likewise.
15831 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15832 supported on this host".
15833
15834 2014-12-16 Doug Evans <xdje42@gmail.com>
15835
15836 * boards/stabs.exp: New file.
15837
15838 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15839
15840 * gdb.base/completion.exp: Adjust to format changes of "maint
15841 print user-registers".
15842
15843 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15844
15845 PR server/17457
15846 * gdb.arch/aarch64-fp.c: New file.
15847 * gdb.arch/aarch64-fp.exp: New file.
15848
15849 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15850
15851 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15852 r210637, r210913, r211666, r215400, r215817).
15853
15854 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15855 * dg-extract-results.py: New file.
15856 * dg-extract-results.sh: Use it if the environment seems
15857 suitable.
15858
15859 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15860
15861 * dg-extract-results.py (parse_run): Handle warnings that
15862 are printed before a test harness is run.
15863
15864 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15865
15866 * dg-extract-results.py (Named): Remove __cmp__ method.
15867 (output_variation): Use a key to sort variation.harnesses.
15868
15869 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15870
15871 * dg-extract-results.py: For Python 3, force sys.stdout to
15872 handle surrogate escape sequences.
15873 (safe_open): New function.
15874 (output_segment, main): Use it.
15875
15876 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15877
15878 * dg-extract-results.py (Prog.result_re): Include options
15879 in test name.
15880
15881 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15882
15883 * dg-extract-results.py (output_variation): Always sort if
15884 do_sum.
15885
15886 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15887
15888 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15889 as long as we get pagination notifications.
15890
15891 2014-12-15 Jason Merrill <jason@redhat.com>
15892
15893 * Makefile.in (check-gdb.%): Restore.
15894 * README: Mention it.
15895
15896 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15897
15898 * gdb.ada/str_uninit: New testcase.
15899
15900 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15901
15902 PR symtab/17642
15903 * gdb.base/vla-stub-define.c: New file.
15904 * gdb.base/vla-stub.c: New file.
15905 * gdb.base/vla-stub.exp: New file.
15906
15907 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15908 Jan Kratochvil <jan.kratochvil@redhat.com>
15909 Tom Tromey <tromey@redhat.com>
15910
15911 * configure.ac: Add gdb.compile/.
15912 * configure: Regenerate.
15913 * gdb.compile/Makefile.in: New file.
15914 * gdb.compile/compile-ops.exp: New file.
15915 * gdb.compile/compile-ops.c: New file.
15916 * gdb.compile/compile-tls.c: New file.
15917 * gdb.compile/compile-tls.exp: New file.
15918 * gdb.compile/compile-constvar.S: New file.
15919 * gdb.compile/compile-constvar.c: New file.
15920 * gdb.compile/compile-mod.c: New file.
15921 * gdb.compile/compile-nodebug.c: New file.
15922 * gdb.compile/compile-setjmp-mod.c: New file.
15923 * gdb.compile/compile-setjmp.c: New file.
15924 * gdb.compile/compile-setjmp.exp: New file.
15925 * gdb.compile/compile-shlib.c: New file.
15926 * gdb.compile/compile.c: New file.
15927 * gdb.compile/compile.exp: New file.
15928 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15929
15930 2014-12-12 Tom Tromey <tromey@redhat.com>
15931
15932 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15933 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15934
15935 2014-12-12 Doug Evans <dje@google.com>
15936
15937 * lib/gdb-python.exp (get_python_valueof): New function.
15938 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15939
15940 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15941
15942 * gdb.base/completion.exp: Add test for completion of "info
15943 registers ".
15944
15945 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15946
15947 * gdb.base/func-ptrs.c: New file.
15948 * gdb.base/func-ptrs.exp: New file.
15949
15950 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15951
15952 PR breakpoints/17012
15953 * gdb.base/dprintf-detach.c: New file.
15954 * gdb.base/dprintf-detach.exp: New file.
15955
15956 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15957
15958 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15959 * lib/gdb.exp (target_is_gdbserver): New procedure.
15960
15961 2014-12-08 Doug Evans <dje@google.com>
15962
15963 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15964
15965 2014-12-05 Yao Qi <yao@codesourcery.com>
15966
15967 * gdb.guile/scm-error.exp: Remove the third argument to
15968 gdb_remote_download.
15969 * gdb.guile/scm-frame-args.exp: Likewise.
15970 * gdb.guile/scm-section-script.exp: Likewise.
15971
15972 2014-12-05 Yao Qi <yao@codesourcery.com>
15973
15974 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15975
15976 2014-12-04 Doug Evans <dje@google.com>
15977
15978 * gdb.python/py-objfile.exp: Add tests for
15979 objfile.add_separate_debug_file.
15980
15981 2014-12-04 Doug Evans <dje@google.com>
15982
15983 * lib/gdb.exp (get_build_id): New function.
15984 (build_id_debug_filename_get): Rewrite to use it.
15985 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15986
15987 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15988
15989 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15990 `method(long)', not just 0x0.
15991 * gdb.cp/nsalias.exp: Align code labels to 4.
15992 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15993 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15994 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15995 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15996 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15997 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15998
15999 2014-12-02 Doug Evans <dje@google.com>
16000
16001 PR symtab/17602
16002 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16003 * gdb.cp/anon-ns2.cc: ... here. New file.
16004 * gdb.cp/anon-ns.exp: Update.
16005
16006 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16007
16008 * gdb.python/py-events.py (inferior_call_handler): New.
16009 (register_changed_handler, memory_changed_handler): New.
16010 (test_events.invoke): Register new handlers.
16011 * gdb.python/py-events.exp: Add tests for inferior call,
16012 memory_changed and register_changed events.
16013
16014 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16015
16016 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16017 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16018 if the linker doesn't understand this.
16019
16020 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16021
16022 * gdb.python/python.exp: Change expected reply to help().
16023
16024 2014-12-01 Yao Qi <yao@codesourcery.com>
16025
16026 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16027 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16028 * configure: Re-generated.
16029
16030 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16031
16032 * gdb.cp/chained-calls.cc: New file.
16033 * gdb.cp/chained-calls.exp: New file.
16034 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16035
16036 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16037
16038 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16039 * gdb.dwarf2/symtab-producer.exp: Same.
16040 * gdb.gdb/python-interrupts.exp: Same.
16041 * gdb.gdb/python-selftest.exp: Same.
16042 * gdb.python/py-linetable.exp: Same.
16043 * gdb.python/py-type.exp: Same.
16044 * gdb.python/py-value-cc.exp: Same.
16045 * gdb.python/py-value.exp: Same.
16046
16047 2014-11-28 Yao Qi <yao@codesourcery.com>
16048
16049 * gdb.base/break-probes.exp: Match library name prefixed with
16050 sysroot.
16051
16052 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16053
16054 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16055 test expected output. Add parentheses for the call to print.
16056 Remove L suffix from integers.
16057
16058 2014-11-26 Doug Evans <dje@google.com>
16059
16060 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16061
16062 2014-11-22 Yao Qi <yao@codesourcery.com>
16063
16064 * gdb.trace/entry-values.c: Remove asms.
16065 (foo): Add foo_label.
16066 (bar): Add bar_label.
16067 * gdb.trace/entry-values.exp: Remove code computing foo's
16068 length and bar's length.
16069 (Dwarf::assemble): Invoke function_range for bar and use
16070 MACRO_AT_func for foo.
16071
16072 2014-11-22 Yao Qi <yao@codesourcery.com>
16073
16074 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16075 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16076 Use .Lgcc43_procstart instead of gcc43.
16077
16078 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16079
16080 * gdb.ada/n_arr_bound: New testcase.
16081
16082 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16083
16084 PR breakpoints/10737
16085 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16086 test_catch_syscall_multi_arch.
16087 (test_catch_syscall_multi_arch): New function.
16088
16089 2014-11-20 Doug Evans <xdje42@gmail.com>
16090
16091 * gdb.base/maint.exp: Update expected output.
16092
16093 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16094
16095 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16096 4-byte instruction on S390.
16097
16098 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16099
16100 * gdb.ada/arr_arr: New testcase.
16101
16102 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16103
16104 * gdb.ada/pkd_arr_elem: New Testcase.
16105
16106 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16107
16108 * gdb.reverse/break-precsave: Expect completion message for
16109 core file reads.
16110 * gdb.reverse/consecutive-precsave.exp: Likewise.
16111 * gdb.reverse/finish-precsave.exp: Likewise.
16112 * gdb.reverse/i386-precsave.exp: Likewise.
16113 * gdb.reverse/machinestate-precsave.exp: Likewise.
16114 * gdb.reverse/sigall-precsave.exp: Likewise.
16115 * gdb.reverse/solib-precsave.exp: Likewise.
16116 * gdb.reverse/step-precsave.exp: Likewise.
16117 * gdb.reverse/until-precsave.exp: Likewise.
16118 * gdb.reverse/watch-precsave.exp: Likewise.
16119
16120 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16121
16122 * gdb.base/bp-permanent.c: Include unistd.h.
16123 * gdb.python/py-framefilter-mi.c (main): Add return type.
16124 * gdb.python/py-framefilter.c (main): Likewise.
16125 * gdb.trace/actions-changed.c (main): Likewise.
16126
16127 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16128
16129 * gdb.mi/until.c: Add eye-catchers.
16130 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16131 line numbers.
16132
16133 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16134
16135 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16136 function header variants in break1.c.
16137 * gdb.base/ena-dis-br.exp: Likewise.
16138 * gdb.base/hbreak2.exp: Likewise.
16139 * gdb.reverse/until-precsave.exp: Drop references to removed
16140 non-prototype function header variants in ur1.c.
16141 * gdb.reverse/until-reverse.exp: Likewise.
16142
16143 2014-11-17 Petr Machata <pmachata@redhat.com>
16144
16145 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16146 ${_cu_offset_size} bytes abbrev offset.
16147
16148 2014-11-15 Doug Evans <xdje42@gmail.com>
16149
16150 PR symtab/17559
16151 * gdb.base/line-symtabs.exp: New file.
16152 * gdb.base/line-symtabs.c: New file.
16153 * gdb.base/line-symtabs.h: New file.
16154
16155 2014-11-14 Yao Qi <yao@codesourcery.com>
16156
16157 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16158 (func): Add label func_label.
16159 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16160 Replace low_pc and high_pc with MACRO_AT_range.
16161 Replace name, low_pc and high_pc with MACRO_AT_func.
16162
16163 2014-11-14 Yao Qi <yao@codesourcery.com>
16164
16165 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16166 Replace name, low_pc and high_pc with MACRO_AT_func.
16167
16168 2014-11-14 Yao Qi <yao@codesourcery.com>
16169
16170 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16171 produce debug information.
16172 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16173
16174 2014-11-14 Yao Qi <yao@codesourcery.com>
16175
16176 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16177 object and get function length.
16178 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16179 with MACRO_AT_func.
16180 (top-level): Replace gdb_compile and clean_restart with
16181 prepare_for_testing.
16182 * gdb.dwarf2/main.c (main): Add label main_label.
16183
16184 2014-11-14 Yao Qi <yao@codesourcery.com>
16185
16186 * lib/dwarf.exp (function_range): New procedure.
16187 (Dwarf::_handle_macro_at_func): New procedure.
16188 (Dwarf::_handle_macro_at_range): New procedure.
16189 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16190
16191 2014-11-14 Yao Qi <yao@codesourcery.com>
16192
16193 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16194 (_handle_attribute): New procedure.
16195
16196 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16197
16198 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16199 * gdb.base/call-sc.c (zed): Likewise.
16200 * gdb.base/checkpoint.c (main): Likewise.
16201 * gdb.base/dump.c (main): Likewise.
16202 * gdb.base/gcore.c (main): Likewise.
16203 * gdb.base/huge.c (main): Likewise.
16204 * gdb.base/multi-forks.c (main): Likewise.
16205 * gdb.base/pr10179-a.c (main): Likewise.
16206 * gdb.base/savedregs.c (main): Likewise.
16207 * gdb.base/sigaltstack.c (main): Likewise.
16208 * gdb.base/siginfo.c (main): Likewise.
16209 * gdb.base/structs.c (zed): Likewise.
16210 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16211 * gdb.mi/mi-syn-frame.c (main): Likewise.
16212 * gdb.mi/until.c (foo, main): Likewise.
16213 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16214 * gdb.base/solib-weak.c (foo): Declare.
16215 * gdb.base/attach-twice.c: Include stdio.h.
16216 * gdb.base/weaklib1.c: Likewise.
16217 * gdb.base/weaklib2.c: Likewise.
16218 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16219 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16220 unistd.h.
16221 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16222 * gdb.mi/mi-exit-code.c: Likewise.
16223 * gdb.base/break-interp-lib.c: Include string.h.
16224 * gdb.base/coremaker.c: Likewise.
16225 * gdb.base/testenv.c: Likewise.
16226 * gdb.python/py-finish-breakpoint.c: Likewise.
16227 * gdb.base/inferior-died.c: Include sys/wait.h.
16228 * gdb.base/fileio.c: Include time.h.
16229 * gdb.base/async-shell.c: Include unistd.h.
16230 * gdb.base/dprintf-non-stop.c: Likewise.
16231 * gdb.base/info-os.c: Likewise.
16232 * gdb.mi/mi-console.c: Likewise.
16233 * gdb.mi/watch-nonstop.c: Likewise.
16234 * gdb.python/py-events.c: Likewise.
16235 * gdb.base/async.c (baz): Move up before its invocation.
16236 * gdb.base/code_elim2.c (my_global_func): Likewise.
16237 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16238 * gdb.base/advance.c (func2): Likewise.
16239
16240 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16241
16242 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16243 variant.
16244 * gdb.base/annota3.c: Likewise.
16245 * gdb.base/async.c: Likewise.
16246 * gdb.base/average.c: Likewise.
16247 * gdb.base/call-ar-st.c: Likewise.
16248 * gdb.base/call-rt-st.c: Likewise.
16249 * gdb.base/call-sc.c: Likewise.
16250 * gdb.base/call-strs.c: Likewise.
16251 * gdb.base/ending-run.c: Likewise.
16252 * gdb.base/execd-prog.c: Likewise.
16253 * gdb.base/exprs.c: Likewise.
16254 * gdb.base/foll-exec.c: Likewise.
16255 * gdb.base/foll-fork.c: Likewise.
16256 * gdb.base/foll-vfork.c: Likewise.
16257 * gdb.base/funcargs.c: Likewise.
16258 * gdb.base/gcore.c: Likewise.
16259 * gdb.base/jump.c: Likewise.
16260 * gdb.base/langs0.c: Likewise.
16261 * gdb.base/langs1.c: Likewise.
16262 * gdb.base/langs2.c: Likewise.
16263 * gdb.base/mips_pro.c: Likewise.
16264 * gdb.base/nodebug.c: Likewise.
16265 * gdb.base/opaque0.c: Likewise.
16266 * gdb.base/opaque1.c: Likewise.
16267 * gdb.base/recurse.c: Likewise.
16268 * gdb.base/run.c: Likewise.
16269 * gdb.base/scope0.c: Likewise.
16270 * gdb.base/scope1.c: Likewise.
16271 * gdb.base/setshow.c: Likewise.
16272 * gdb.base/setvar.c: Likewise.
16273 * gdb.base/shmain.c: Likewise.
16274 * gdb.base/shr1.c: Likewise.
16275 * gdb.base/shr2.c: Likewise.
16276 * gdb.base/sigall.c: Likewise.
16277 * gdb.base/signals.c: Likewise.
16278 * gdb.base/so-indr-cl.c: Likewise.
16279 * gdb.base/solib2.c: Likewise.
16280 * gdb.base/structs.c: Likewise.
16281 * gdb.base/sum.c: Likewise.
16282 * gdb.base/vforked-prog.c: Likewise.
16283 * gdb.base/watchpoint.c: Likewise.
16284 * gdb.reverse/shr2.c: Likewise.
16285 * gdb.reverse/until-reverse.c: Likewise.
16286 * gdb.reverse/ur1.c: Likewise.
16287 * gdb.reverse/watch-reverse.c: Likewise.
16288
16289 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16290
16291 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16292 variant.
16293 * gdb.base/sepdebug.exp: Drop references to removed code.
16294
16295 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16296
16297 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16298 variant. Preserve original line numbering.
16299 * gdb.base/list1.c: Likewise.
16300
16301 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16302
16303 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16304 variant.
16305 * gdb.base/break1.c: Likewise.
16306 * gdb.base/break.exp: Drop references to removed code.
16307
16308 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16309
16310 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16311 variant.
16312
16313 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16314
16315 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16316
16317 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16318
16319 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16320 logic into perform_all_tests() and invoke it with and without
16321 function header prototypes.
16322 (do_function_calls): Remove conditional XFAIL for PR 5318.
16323 (rerun_and_prepare): Remove duplicate code.
16324 (perform_all_tests): New. Main logic moved here.
16325
16326 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16327
16328 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16329 code guarded by #ifdef NO_PROTOTYPES.
16330 (t_double_many_args): Likewise.
16331 (DEF_FUNC_MANY_ARGS_1): Likewise.
16332 (DEF_FUNC_VALUES_1): Likewise.
16333 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16334 guarded by #ifdef PROTOTYPES.
16335
16336 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16337
16338 * gdb.mi/mi-console.c: Add eye-catcher.
16339 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16340 instead of literal line number.
16341
16342 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16343
16344 * gdb.base/shr2.c: Add eye-catcher.
16345 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16346 line number.
16347
16348 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16349
16350 * gdb.base/jump.c: Add eye-catchers.
16351 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16352 numbers.
16353
16354 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16355
16356 * gdb.base/execd-prog.c: Add eye-catchers.
16357 * gdb.base/foll-exec.c: Likewise.
16358 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16359 line numbers.
16360
16361 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16362
16363 * gdb.base/ending-run.c: Add eye-catchers.
16364 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16365 literal line numbers.
16366
16367 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16368
16369 * gdb.base/call-rt-st.c: Add eye-catchers.
16370 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16371 literal line numbers.
16372
16373 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16374
16375 * gdb.base/call-ar-st.c: Add eye-catchers.
16376 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16377 literal line numbers.
16378
16379 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16380
16381 * gdb.base/average.c: Add eye-catchers.
16382 * gdb.base/sum.c: Likewise.
16383 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16384 regexps dynamically.
16385
16386 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16387
16388 * gdb.base/solib1.c: Add eye-catchers.
16389 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16390 literal line numbers.
16391
16392 2014-11-12 Pedro Alves <palves@redhat.com>
16393
16394 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16395 leader has exited.
16396
16397 2014-11-12 Pedro Alves <palves@redhat.com>
16398
16399 * gdb.arch/i386-bp_permanent.c: New file.
16400 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16401 (srcfile): Set to i386-bp_permanent.c.
16402 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16403 that stepi does not execute the 'leave' instruction, instead of
16404 testing it does execute.
16405 * gdb.base/bp-permanent.c: New file.
16406 * gdb.base/bp-permanent.exp: New file.
16407
16408 2014-11-10 Doug Evans <xdje42@gmail.com>
16409
16410 PR symtab/17564
16411 * gdb.base/symtab-search-order.exp: New file.
16412 * gdb.base/symtab-search-order.c: New file.
16413 * gdb.base/symtab-search-order-1.c: New file.
16414 * gdb.base/symtab-search-order-shlib-1.c: New file.
16415
16416 2014-11-07 Pedro Alves <palves@redhat.com>
16417
16418 PR gdb/17511
16419 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16420 i?86-*-linux*.
16421
16422 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16423
16424 PR c++/17494
16425 * gdb.cp/pr17494.cc: New file.
16426 * gdb.cp/pr17494.exp: New file.
16427
16428 2014-11-02 Yao Qi <yao@codesourcery.com>
16429
16430 * gdb.python/python.exp: Get working directory and match the
16431 output of "set extended-prompt \\w " with it.
16432
16433 2014-10-30 Doug Evans <dje@google.com>
16434
16435 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16436 in objfiles.
16437 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16438 in progspaces.
16439
16440 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16441
16442 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16443 * gdb.base/realname-expand.exp: Likewise.
16444 * gdb.linespec/macro-relative.exp: Likewise.
16445
16446 2014-10-29 Pedro Alves <palves@redhat.com>
16447
16448 PR gdb/17408
16449 * gdb.threads/schedlock.c (some_function): New function.
16450 (call_function): New global.
16451 (MAYBE_CALL_SOME_FUNCTION): New macro.
16452 (thread_function): Call it.
16453 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16454 and use it instead of a global counter. Adjust all callers.
16455 (get_current_thread): Use "find current thread" for test message
16456 here rather than having all callers pass down the same string.
16457 (goto_loop): New procedure, factored out from ...
16458 (my_continue): ... this.
16459 (step_ten_loops): Change parameter from test message to command to
16460 use. Adjust.
16461 (list_count): Delete global.
16462 (check_result): New procedure, factored out from duplicate top
16463 level code.
16464 (continue tests): Wrap in with_test_prefix.
16465 (test_step): New procedure, factored out from duplicate top level
16466 code.
16467 (top level): Test "step" in combination with all scheduler-locking
16468 modes. Test "next" in combination with all scheduler-locking
16469 modes, and in combination with stepping over a function call or
16470 not.
16471 * gdb.threads/next-bp-other-thread.c: New file.
16472 * gdb.threads/next-bp-other-thread.exp: New file.
16473
16474 2014-10-29 Pedro Alves <palves@redhat.com>
16475
16476 PR python/17372
16477 * gdb.python/python.exp: Test a multi-line command that spawns
16478 interactive Python.
16479 * gdb.base/multi-line-starts-subshell.exp: New file.
16480
16481 2014-10-29 Yao Qi <yao@codesourcery.com>
16482
16483 * gdb.base/fileio.exp: Make directories on host.
16484
16485 2014-10-29 Yao Qi <yao@codesourcery.com>
16486
16487 * gdb.base/fileio.c (test_write): Close the file.
16488
16489 2014-10-28 Pedro Alves <palves@redhat.com>
16490
16491 PR gdb/12623
16492 * gdb.base/sigstep.c (no_handler): New global.
16493 (main): If 'no_handler is true, set the signal handlers to
16494 SIG_IGN.
16495 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16496 with_sw_watch and no_handler parameters. Handle them.
16497 (top level) <stepping over handler when stopped at a breakpoint
16498 test>: Add a test axis for testing with a software watchpoint, and
16499 another for testing with the signal handler set to SIG_IGN.
16500 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16501 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16502
16503 2014-10-28 Pedro Alves <palves@redhat.com>
16504
16505 PR gdb/17511
16506 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16507 * gdb.base/sigstep.exp (other_handler_location): New global.
16508 (advance): Support stepping into the signal handler, and running
16509 commands while in the handler.
16510 (in_handler_map): New global.
16511 (top level): In the advance test, add combinations for getting
16512 into the handler with stepping commands, and for running commands
16513 in the handler. Add comment descripting the advancei tests.
16514
16515 2014-10-28 Pedro Alves <palves@redhat.com>
16516
16517 * gdb.base/sigstep.exp: Use build_executable instead of
16518 prepare_for_testing.
16519 (top level): Move code that starts GDB, runs to main and creates a
16520 display to ...
16521 (restart): ... this new procedure.
16522 (top level): Move backtrace from signal handler test to ...
16523 (validate_backtrace): ... this new procedure.
16524 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16525 with_test_prefix. Always restart GDB.
16526 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16527 with_test_prefix. Always restart GDB. No need to delete
16528 breakpoints after the test.
16529 (test_skip_handler): Remove prefix parameter.
16530 (skip_over_handler, breakpoint_to_handler)
16531 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16532 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16533 restart GDB. No need to delete breakpoints after the test.
16534 (top level): Use foreach to call the test procedures with
16535 different commands.
16536
16537 2014-10-28 Pedro Alves <palves@redhat.com>
16538
16539 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16540 instead of GNATS numbers.
16541 * gdb.base/sigbpt.exp: Likewise.
16542 * gdb.base/siginfo.exp: Likewise.
16543 * gdb.base/sigstep.exp: Likewise.
16544
16545 2014-10-27 Pedro Alves <palves@redhat.com>
16546
16547 * gdb.base/sigstep.c (dummy): New global.
16548 (main): Issue a couple writes to the new global.
16549 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16550 procedures.
16551 (skip_over_handler): Use test_skip_handler.
16552 (top level): Call skip_over_handler for stepi and nexti too.
16553 (breakpoint_over_handler): Use test_skip_handler.
16554 (top level): Call breakpoint_over_handler for stepi and nexti too.
16555
16556 2014-10-27 Yao Qi <yao@codesourcery.com>
16557
16558 * gdb.trace/tfile.c (adjust_function_address)
16559 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16560 function descriptor.
16561
16562 2014-10-24 Don Breazeal <donb@codesourcery.com>
16563
16564 * gdb.base/foll-fork.exp (test_follow_fork,
16565 catch_fork_child_follow): Check for updated fork messages emitted
16566 from infrun.c.
16567 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16568 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16569 vfork_and_exec_child_follow_through_step): Check for updated vfork
16570 messages emitted from infrun.c.
16571
16572 2014-10-24 Pedro Alves <palves@redhat.com>
16573
16574 * gdb.base/corefile.exp: Remove references to ultrix.
16575 * gdb.base/interrupt.exp: Likewise.
16576 * gdb.base/whatis.exp: Likewise.
16577 * gdb.gdb/selftest.exp: Likewise.
16578 * gdb.threads/manythreads.exp: Likewise.
16579 * gdb.threads/print-threads.exp: Likewise.
16580 * gdb.threads/pthreads.exp:: Likewise.
16581 * gdb.threads/schedlock.exp: Likewise.
16582
16583 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16584
16585 * gdb.cp/non-trivial-retval.cc: Add a test case.
16586 * gdb.cp/non-trivial-retval.exp: Add a test.
16587
16588 2014-10-20 Yao Qi <yao@codesourcery.com>
16589
16590 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16591 * gdb.python/py-objfile-script-gdb.py: New file.
16592 * gdb.python/py-objfile-script.exp: Update reference to
16593 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16594 of remote_download. Remove the dest file.
16595
16596 2014-10-20 Yao Qi <yao@codesourcery.com>
16597
16598 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16599 * gdb.base/step-line.exp: Likewise.
16600 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16601 * gdb.dwarf2/dw2-basic.exp: Likewise.
16602 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16603 * gdb.dwarf2/dw2-filename.exp: Likewise.
16604 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16605 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16606 * gdb.dwarf2/dw2-producer.exp: Likewise.
16607 * gdb.dwarf2/mac-fileno.exp: Likewise.
16608 * gdb.python/py-frame-args.exp: Likewise.
16609 * gdb.python/py-framefilter.exp: Likewise.
16610 * gdb.python/py-mi.exp: Likewise.
16611 * gdb.python/py-objfile-script.exp: Likewise
16612 * gdb.python/py-pp-integral.exp: Likewise.
16613 * gdb.python/py-pp-re-notag.exp: Likewise.
16614 * gdb.python/py-prettyprint.exp: Likewise.
16615 * gdb.python/py-section-script.exp: Likewise.
16616 * gdb.python/py-typeprint.exp: Likewise.
16617 * gdb.python/py-xmethods.exp: Likewise.
16618 * gdb.stabs/weird.exp: Likewise.
16619 * gdb.xml/tdesc-regs.exp: Likewise.
16620
16621 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16622
16623 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16624 (out_cu): Use addr_len for the size of addresses.
16625 (out_line): Likewise. Size DW_LNE_set_address instruction
16626 according to addr_len.
16627 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16628 (FUNC): Add START_INSNS to definition.
16629
16630 2014-10-18 Yao Qi <yao@codesourcery.com>
16631
16632 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16633 gdb_has_argv0 return true.
16634 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16635 check [target_info exists noargs], check [gdb_has_argv0]
16636 instead.
16637 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16638 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16639 procedures.
16640
16641 2014-10-17 Doug Evans <dje@google.com>
16642
16643 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16644 event.
16645 * gdb.python/py-events.py: Add clear_objfiles event.
16646
16647 2014-10-17 Doug Evans <dje@google.com>
16648
16649 * gdb.python/py-objfile.exp: Test progspace attribute.
16650
16651 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16652
16653 * gdb.guile/scm-breakpoint.exp: Do not assume any
16654 directory separators when matching source file paths.
16655 * gdb.python/py-breakpoint.exp: Likewise.
16656 * gdb.reverse/break-precsave.exp: Likewise.
16657 * gdb.reverse/break-reverse.exp: Likewise.
16658 * gdb.reverse/consecutive-precsave.exp: Likewise.
16659 * gdb.reverse/finish-precsave.exp: Likewise.
16660 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16661 * gdb.reverse/finish-reverse.exp: Likewise.
16662 * gdb.reverse/i386-precsave.exp: Likewise.
16663 * gdb.reverse/i387-env-reverse.exp: Likewise.
16664 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16665 * gdb.reverse/machinestate-precsave.exp: Likewise.
16666 * gdb.reverse/machinestate.exp: Likewise.
16667 * gdb.reverse/sigall-precsave.exp: Likewise.
16668 * gdb.reverse/solib-precsave.exp: Likewise.
16669 * gdb.reverse/step-precsave.exp: Likewise.
16670 * gdb.reverse/until-precsave.exp: Likewise.
16671 * gdb.reverse/watch-precsave.exp: Likewise.
16672 * gdb.reverse/watch-reverse.exp: Likewise.
16673
16674 2014-10-17 Yao Qi <yao@codesourcery.com>
16675
16676 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16677 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16678
16679 2014-10-17 Pedro Alves <palves@redhat.com>
16680
16681 PR gdb/17471
16682 * gdb.base/bg-execution-repeat.c: New file.
16683 * gdb.base/bg-execution-repeat.exp: New file.
16684
16685 2014-10-17 Pedro Alves <palves@redhat.com>
16686
16687 PR gdb/17300
16688 * gdb.base/continue-all-already-running.c: New file.
16689 * gdb.base/continue-all-already-running.exp: New file.
16690
16691 2014-10-17 Pedro Alves <palves@redhat.com>
16692
16693 PR gdb/17472
16694 * gdb.base/annota-input-while-running.c: New file.
16695 * gdb.base/annota-input-while-running.exp: New file.
16696
16697 2014-10-17 Pedro Alves <palves@redhat.com>
16698
16699 * gdb.base/callfuncs.exp: emove references to osf.
16700 * gdb.base/sigall.exp: Likewise.
16701 * gdb.gdb/selftest.exp: Likewise.
16702 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16703 * gdb.mi/non-stop.c: Likewise.
16704 * gdb.mi/pthreads.c: Likewise.
16705 * gdb.reverse/sigall-precsave.exp: Likewise.
16706 * gdb.reverse/sigall-reverse.exp: Likewise.
16707 * gdb.threads/pthreads.c: Likewise.
16708 * gdb.threads/pthreads.exp: Likewise.
16709
16710 2014-10-17 Yao Qi <yao@codesourcery.com>
16711
16712 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16713 check 'target_info exists noargs'.
16714 (test_command_prompt_position): Likewise.
16715 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16716 Remove "set args".
16717 (progvar_simple_while_test): Likewise.
16718 (progvar_complex_if_while_test): Likewise.
16719 (if_while_breakpoint_command_test): Likewise.
16720 (infrun_breakpoint_command_test): Likewise.
16721 (breakpoint_command_test): Likewise.
16722 (watchpoint_command_test): Likewise.
16723 (bp_deleted_in_command_test): Likewise.
16724 (temporary_breakpoint_commands): Likewise.
16725
16726 2014-10-16 Yao Qi <yao@codesourcery.com>
16727
16728 * gdb.base/remotetimeout.exp: Remove noargs checking.
16729
16730 2014-10-15 Pedro Alves <palves@redhat.com>
16731
16732 PR breakpoints/9649
16733 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16734 * gdb.base/breakpoint-in-ro-region.exp
16735 (probe_target_hardware_step): New procedure.
16736 (top level): Probe hardware stepping and hardware breakpoint
16737 support. Test stepping through a read-only region, with both
16738 "breakpoint auto-hw" on and off and both "always-inserted" on and
16739 off.
16740
16741 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16742
16743 * gdb.dlang/demangle.exp: Update for demangling changes.
16744
16745 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16746
16747 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16748 * gdb.cp/non-trivial-retval.exp: Add new tests.
16749
16750 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16751
16752 PR c++/13403
16753 PR c++/15154
16754 * gdb.cp/non-trivial-retval.cc: New file.
16755 * gdb.cp/non-trivial-retval.exp: New file.
16756
16757 2014-10-15 Yao Qi <yao@codesourcery.com>
16758
16759 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16760 remote host.
16761
16762 2014-10-15 Yao Qi <yao@codesourcery.com>
16763
16764 * gdb.python/py-symbol.exp: Match file base name if host is
16765 remote, otherwise match file name with dir name.
16766 * gdb.python/py-symtab.exp: Likewise.
16767 * gdb.python/python.exp: Likewise.
16768
16769 2014-10-15 Yao Qi <yao@codesourcery.com>
16770
16771 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16772 pattern.
16773 * gdb.python/py-symtab.exp: Likewise.
16774 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16775 locationn.
16776
16777 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16778
16779 * gdb.ada/addr_arith: New testcase.
16780
16781 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16782
16783 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16784 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16785 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16786 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16787
16788 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16789
16790 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16791 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16792 * gdb.arch/stap-eval-lang-ada.exp: New file.
16793
16794 2014-10-14 Yao Qi <yao@codesourcery.com>
16795
16796 * gdb.mi/mi-var-child.c (nothing1): New function.
16797 (nothing2): New function.
16798 (do_children_tests): Set function pointers by nothing1 and
16799 nothing2.
16800 * gdb.mi/mi-var-child.exp: Step over new added statements.
16801 Update test to match the new output.
16802 * gdb.mi/var-cmd.c (nothing1): New function.
16803 (nothing2): New function.
16804 (do_children_tests): Set function pointers by nothing1 and
16805 nothing2.
16806 * gdb.mi/mi-var-display.exp: Update test to match output.
16807 Step to the line specified by $line_dct_nothing.
16808 Increase the number of lines to step.
16809
16810 2014-10-14 Yao Qi <yao@codesourcery.com>
16811
16812 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16813 tests.
16814 * gdb.mi/mi2-var-child.exp: Likewise.
16815
16816 2014-10-13 Doug Evans <dje@google.com>
16817
16818 * gdb.python/py-objfile.exp: Change name of file name test.
16819
16820 2014-10-13 Doug Evans <dje@google.com>
16821
16822 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16823 from the start of the CU.
16824
16825 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16826 Yao Qi <yao@codesourcery.com>
16827
16828 Fix "save breakpoints" for "catch" command.
16829 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16830 Remove -nonewline. Match also the added "main" line.
16831
16832 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16833
16834 Fix "save breakpoints" for "disable $bpnum" command.
16835 * gdb.base/save-bp.c (main): Add label.
16836 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16837
16838 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16839
16840 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16841
16842 2014-10-11 Yao Qi <yao@codesourcery.com>
16843
16844 * gdb.server/server-kill.exp: Execute command
16845 "set remote trace-status-packet on" before "tstatus".
16846
16847 2014-10-11 Yao Qi <yao@codesourcery.com>
16848
16849 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16850 (main): Call getppid.
16851 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16852 and continue to it. Read variable "server_pid".
16853
16854 2014-10-11 Yao Qi <yao@codesourcery.com>
16855
16856 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16857
16858 2014-10-11 Yao Qi <yao@codesourcery.com>
16859
16860 * gdb.threads/thread-find.exp: Don't execute command
16861 "info threads".
16862 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16863 * gdb.threads/linux-dp.exp: Don't check the condition
16864 $threads_created equals to zero.
16865
16866 2014-10-10 Pedro Alves <palves@redhat.com>
16867
16868 * gdb.base/bigcore.exp: Remove references to IRIX.
16869 * gdb.base/funcargs.exp: Likewise.
16870 * gdb.base/interrupt.exp: Likewise.
16871 * gdb.base/mips_pro.exp: Likewise.
16872 * gdb.base/nodebug.exp: Likewise.
16873 * gdb.base/setvar.exp: Likewise.
16874 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16875
16876 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16877 Pedro Alves <palves@redhat.com>
16878
16879 PR symtab/14466
16880 * gdb.base/vdso-warning.c: New file.
16881 * gdb.base/vdso-warning.exp: New file.
16882
16883 2014-10-02 Doug Evans <dje@google.com>
16884
16885 * gdb.base/structs.c (main): Don't run forever.
16886
16887 2014-10-02 Pedro Alves <palves@redhat.com>
16888
16889 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16890 (top level) <stop threads 1, stop threads 2>: Use it.
16891
16892 2014-10-02 Pedro Alves <palves@redhat.com>
16893
16894 * gdb.threads/break-while-running.exp (test): Add new
16895 'update_thread_list' argument. Skip "info threads" if false.
16896 (top level): Add new 'update_thread_list' axis.
16897
16898 2014-10-02 Pedro Alves <palves@redhat.com>
16899
16900 PR breakpoints/17431
16901 * gdb.base/execl-update-breakpoints.c: New file.
16902 * gdb.base/execl-update-breakpoints.exp: New file.
16903
16904 2014-10-01 Pedro Alves <palves@redhat.com>
16905
16906 * gdb.base/breakpoint-in-ro-region.c: New file.
16907 * gdb.base/breakpoint-in-ro-region.exp: New file.
16908
16909 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16910
16911 * gdb.mi/mi-exit-code.exp: New file.
16912 * gdb.mi/mi-exit-code.c: New file.
16913
16914 2014-09-30 Yao Qi <yao@codesourcery.com>
16915
16916 * lib/prelink-support.exp (build_executable_own_libs): Error if
16917 the target isn't native.
16918
16919 2014-09-30 Yao Qi <yao@codesourcery.com>
16920
16921 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16922 false.
16923
16924 2014-09-22 Pedro Alves <palves@redhat.com>
16925
16926 * gdb.threads/break-while-running.exp: New file.
16927 * gdb.threads/break-while-running.c: New file.
16928
16929 2014-09-19 Yao Qi <yao@codesourcery.com>
16930
16931 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16932 Invoke test. Restart GDB with --readnow and invoke test again.
16933
16934 2014-09-19 Yao Qi <yao@codesourcery.com>
16935
16936 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16937 proc set_breakpoint_on_gcd_function. Invoke
16938 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16939 invoke set_breakpoint_on_gcd_function again.
16940
16941 2014-09-18 Doug Evans <dje@google.com>
16942
16943 * gdb.dwarf2/symtab-producer.exp: New file.
16944
16945 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16946
16947 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16948 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16949 * gdb.base/global-var-nested-by-dso.c: Likewise.
16950 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16951
16952 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16953 Pedro Alves <palves@redhat.com>
16954
16955 * gdb.base/watch-bitfields.exp: Pass string other than test file
16956 name to prepare_for_testing.
16957 (watch): New procedure.
16958 (expect_watchpoint): Use with_test_prefix.
16959 (top level): Factor out tests to ...
16960 (test_watch_location, test_regular_watch): ... these new
16961 procedures, and use with_test_prefix and gdb_continue_to_end.
16962
16963 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16964
16965 PR breakpoints/12526
16966 * gdb.base/watch-bitfields.exp: New file.
16967 * gdb.base/watch-bitfields.c: New file.
16968
16969 2014-09-16 Pedro Alves <palves@redhat.com>
16970
16971 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16972 software and hardware addresses, not software address against
16973 itself.
16974
16975 2014-09-16 Pedro Alves <palves@redhat.com>
16976
16977 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16978 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16979
16980 2014-09-16 Pedro Alves <palves@redhat.com>
16981
16982 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16983 files.
16984 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16985 "*-*-vxworks*" throughout.
16986 * gdb.base/break.exp: Likewise.
16987 * gdb.base/default.exp: Likewise.
16988 * gdb.base/scope.exp: Likewise.
16989 * gdb.base/sepdebug.exp: Likewise.
16990 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16991 throughout.
16992 * gdb.base/run.c: Likewise.
16993 * gdb.base/sepdebug.c: Likewise.
16994 * gdb.hp/gdb.aCC/run.c: Likewise.
16995 * gdb.reverse/until-reverse.c: Likewise.
16996 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16997
16998 2014-09-16 Yao Qi <yao@codesourcery.com>
16999
17000 * boards/local-remote-host-native.exp: New file.
17001
17002 2014-09-14 Doug Evans <xdje42@gmail.com>
17003
17004 * gdb.threads/queue-signal.c (thread_count): New variable.
17005 (thread_count_mutex, thread_count_condvar): New variables.
17006 (incr_thread_count, wait_all_threads_running): New functions.
17007 (main): Wait for all threads to be in their thread functions.
17008
17009 2014-09-13 Doug Evans <xdje42@gmail.com>
17010
17011 * gdb.threads/queue-signal.c: New file.
17012 * gdb.threads/queue-signal.exp: New file.
17013
17014 2014-09-13 Doug Evans <xdje42@gmail.com>
17015
17016 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17017 be consistent with what default_gdb_init uses.
17018 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17019 the plain text of the prompt. Add some logging printfs.
17020 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17021
17022 2014-09-12 Pedro Alves <palves@redhat.com>
17023
17024 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17025 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17026 * gdb.arch/i386-size-overlap.exp: Likewise.
17027 * gdb.arch/i386-size.exp: Likewise.
17028 * gdb.arch/i386-unwind.exp: Likewise.
17029 * gdb.base/a2-run.exp: Likewise.
17030 * gdb.base/break.exp: Likewise.
17031 * gdb.base/charset.exp: Likewise.
17032 * gdb.base/chng-syms.exp: Likewise.
17033 * gdb.base/commands.exp: Likewise.
17034 * gdb.base/dbx.exp: Likewise.
17035 * gdb.base/find.exp: Likewise.
17036 * gdb.base/funcargs.exp: Likewise.
17037 * gdb.base/jit-simple.exp: Likewise.
17038 * gdb.base/reread.exp: Likewise.
17039 * gdb.base/sepdebug.exp: Likewise.
17040 * gdb.base/step-bt.exp: Likewise.
17041 * gdb.cp/mb-inline.exp: Likewise.
17042 * gdb.cp/mb-templates.exp: Likewise.
17043 * gdb.objc/basicclass.exp: Likewise.
17044 * gdb.threads/killed.exp: Likewise.
17045
17046 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17047
17048 PR tdep/17379
17049 * gdb.arch/powerpc-stackless.S: New file.
17050 * gdb.arch/powerpc-stackless.exp: New file.
17051
17052 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17053
17054 * gdb.base/attach.c: Include unistd.h.
17055 (main): Call alarm. Add label postloop.
17056 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17057 gdb_breakpoint, gdb_continue_to_breakpoint.
17058 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17059
17060 2014-09-11 Pedro Alves <palves@redhat.com>
17061
17062 PR gdb/17347
17063 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17064 * gdb.base/attach.exp (test_command_line_attach_run): New
17065 procedure.
17066 (top level): Call it.
17067
17068 2014-09-11 Pedro Alves <palves@redhat.com>
17069
17070 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17071 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17072 (do_command_attach_tests): Use spawn_wait_for_attach.
17073 * gdb.base/solib-overlap.exp: Likewise.
17074 * gdb.multi/multi-attach.exp: Likewise.
17075 * gdb.python/py-prompt.exp: Likewise.
17076 * gdb.python/py-sync-interp.exp: Likewise.
17077 * gdb.server/ext-attach.exp: Likewise.
17078
17079 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17080
17081 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17082 command in testcase. Simplify testcase.
17083
17084 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17085
17086 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17087
17088 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17089
17090 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17091
17092 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17093
17094 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17095
17096 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17097
17098 * gdb.dwarf2/dynarr-ptr.c: New file.
17099 * gdb.dwarf2/dynarr-ptr.exp: New file.
17100
17101 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17102
17103 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17104 of 30 rather than hardcoding 120 for a slow test case. Take the
17105 `gdb,timeout' target setting into account for this calculation.
17106 Don't extend the timeout for the test cases that don't need it.
17107
17108 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17109
17110 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17111 a factor of 2 for a slow test case. Take the `gdb,timeout'
17112 target setting into account for this calculation.
17113 * gdb.reverse/until-precsave.exp: Increase the timeout by
17114 a factor of 15 and 3 respectively rather than adding 120
17115 for a pair of slow test cases. Take the `gdb,timeout'
17116 target setting into account for this calculation.
17117
17118 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17119
17120 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17121 timeout, don't pass one down to gdb_expect.
17122 (gdb_expect): Rework timeout selection.
17123
17124 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17125
17126 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17127 exception on timeout.
17128 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17129 (gdbserver_start_extended): Catch any `gdbserver_start' error
17130 exceptions.
17131 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17132 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17133 `gdbserver_gdb_load' error exceptions.
17134
17135 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17136
17137 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17138 120 on waiting for the TCP socket to open.
17139
17140 2014-09-09 Doug Evans <xdje42@gmail.com>
17141
17142 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17143 _caller_matches, _any_caller_is, _any_caller_matches.
17144
17145 2014-09-09 Doug Evans <xdje42@gmail.com>
17146
17147 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17148
17149 2014-09-09 Yao Qi <yao@codesourcery.com>
17150
17151 * gdb.mi/mi-var-display.exp: Set print symbol off.
17152
17153 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17154
17155 PR gdb/17035
17156 * gdb.base/commands.exp: Add tests to verify user-defined
17157 commands with empty bodies.
17158 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17159 python commands in `show user command`.
17160 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17161 scheme commands in `show user command`.
17162
17163 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17164
17165 PR python/17355
17166 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17167 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17168 * gdb.python/py-framefilter-invalidarg.exp: New file.
17169 * gdb.python/py-framefilter-invalidarg.py: New file.
17170
17171 2014-09-06 Doug Evans <xdje42@gmail.com>
17172
17173 PR 15276
17174 * gdb.python/py-caller-is.c: New file.
17175 * gdb.python/py-caller-is.exp: New file.
17176
17177 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17178
17179 PR gdb/17235
17180 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17181 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17182
17183 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17184
17185 PR fortran/17237
17186 * gdb.fortran/print-formatted.exp: New file.
17187 * gdb.fortran/print-formatted.f90: Likewise.
17188
17189 2014-09-03 Sasha Smundak <asmundak@google.com>
17190
17191 * gdb.python/py-frame.exp: Test Frame.read_register.
17192
17193 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17194
17195 PR python/16699
17196 * gdb.python/py-completion.exp: New file.
17197 * gdb.python/py-completion.py: Likewise.
17198
17199 2014-08-28 Doug Evans <dje@google.com>
17200
17201 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17202 eax,etc. are live with values set by gdb and thus the compiler can't
17203 use them.
17204 * gdb.arch/i386-pseudo.c (main): Ditto.
17205
17206 2014-08-27 Doug Evans <dje@google.com>
17207
17208 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17209
17210 2014-08-25 Doug Evans <dje@google.com>
17211
17212 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17213 (main): Ditto.
17214
17215 2014-08-25 Doug Evans <dje@google.com>
17216
17217 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17218
17219 2014-08-24 Yao Qi <yao@codesourcery.com>
17220
17221 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17222 symbol off.
17223 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17224
17225 2014-08-22 Doug Evans <dje@google.com>
17226
17227 PR 17276
17228 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17229 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17230 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17231
17232 2014-08-22 Yao Qi <yao@codesourcery.com>
17233
17234 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17235 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17236 * gdb.python/python.exp: Likewise. Use .py file on the host
17237 instead of the build.
17238
17239 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17240
17241 * gdb.threads/gcore-stale-thread.c: New file.
17242 * gdb.threads/gcore-stale-thread.exp: New file.
17243
17244 2014-08-21 Pedro Alves <palves@redhat.com>
17245
17246 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17247 * gdb.base/gcore-relro-pie.exp: Likewise.
17248 * gdb.base/gcore-relro.exp: Likewise.
17249 * gdb.base/gcore.exp: Likewise.
17250 * gdb.base/print-symbol-loading.exp: Likewise.
17251 * gdb.threads/gcore-thread.exp: Likewise.
17252 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17253
17254 2014-08-20 Pedro Alves <palves@redhat.com>
17255 Jan Kratochvil <jan.kratochvil@redhat.com>
17256
17257 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17258 configure.
17259 (EXPECT): Handle READ1 being set.
17260 (all): Depend on EXTRA_RULES.
17261 (check-read1, expect-read1, read1.so, read1): New rules.
17262 * README (Testsuite Parameters): Document the READ1 make variable.
17263 (Race detection): New section.
17264 * configure: Regenerate.
17265 * configure.ac: If build==host==target, and running under a
17266 GNU/glibc system, add read1 to the extra Makefile rules.
17267 (EXTRA_RULES): AC_SUBST it.
17268 * lib/read1.c: New file.
17269
17270 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17271
17272 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17273 the handling of variables declared as a typedef to an array
17274 which a DW_AT_data_location attribute.
17275
17276 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17277 Pedro Alves <palves@redhat.com>
17278
17279 PR symtab/14604
17280 PR symtab/14605
17281 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17282 gdb_test.
17283
17284 2014-08-19 Pedro Alves <palves@redhat.com>
17285
17286 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17287
17288 2014-08-19 Yao Qi <yao@codesourcery.com>
17289
17290 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17291 right line.
17292
17293 2014-08-18 David Blaikie <dblaikie@gmail.com>
17294
17295 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17296
17297 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17298
17299 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17300 attribute in array range.
17301
17302 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17303
17304 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17305
17306 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17307
17308 PR c++/17132
17309 * gdb.cp/pr17132.cc: New file.
17310 * gdb.cp/pr17132.exp: New file.
17311
17312 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17313
17314 * gdb.python/py-xmethods.py (A_getarrayind)
17315 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17316 Use 'print' with function call syntax.
17317 (E_method_matcher.match): Fix tab vs space indentation mixup.
17318
17319 2014-08-15 Yao Qi <yao@codesourcery.com>
17320
17321 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17322 false.
17323
17324 2014-08-15 Yao Qi <yao@codesourcery.com>
17325
17326 * gdb.cp/casts.exp: Set print symbol off.
17327 * gdb.cp/class2.exp: Likewise.
17328 * gdb.cp/overload.exp: Likewise.
17329 * gdb.cp/templates.exp: Likewise.
17330
17331 2014-08-11 Doug Evans <dje@google.com>
17332
17333 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17334 (test_load_shlib): Update.
17335
17336 2014-08-09 Yao Qi <yao@codesourcery.com>
17337
17338 * gdb.base/display.exp: Invoke is_address_zero_readable.
17339 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17340 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17341 * gdb.base/hbreak-unmapped.exp: Return if
17342 is_address_zero_readable returns true.
17343 * gdb.base/signest.exp: Likewise.
17344 * gdb.base/signull.exp: Likewise.
17345 * gdb.base/sigbpt.exp: Likewise.
17346 * gdb.guile/scm-disasm.exp: Do the test if
17347 is_address_zero_readable returns false.
17348 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17349 * gdb.python/py-arch.exp: Likewise.
17350 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17351 * lib/gdb.exp (is_address_zero_readable): New proc.
17352
17353 2014-08-09 Yao Qi <yao@codesourcery.com>
17354
17355 PR testsuite/13443
17356 * gdb.mi/mi-var-display.exp: Make test messages unique.
17357
17358 2014-08-04 Tom Tromey <tromey@redhat.com>
17359
17360 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17361 target 0".
17362
17363 2014-08-04 Tom Tromey <tromey@redhat.com>
17364
17365 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17366 "target_resume".
17367
17368 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17369
17370 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17371 inner_vla_struct_object_size.
17372 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17373 as xfail.
17374
17375 2014-07-30 Pedro Alves <palves@redhat.com>
17376
17377 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17378 comment.
17379
17380 2014-07-29 Yao Qi <yao@codesourcery.com>
17381
17382 PR gdb/17206
17383 * gdb.base/until-nodebug.exp: New.
17384
17385 2014-07-28 Doug Evans <xdje42@gmail.com>
17386
17387 PR guile/17203
17388 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17389 previously existing parameter, and previously ambiguously spelled
17390 parameter.
17391
17392 2014-07-28 Will Newton <will.newton@linaro.org>
17393
17394 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17395
17396 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17397 Doug Evans <xdje42@gmail.com>
17398
17399 PR guile/17146
17400 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17401
17402 2014-07-25 Pedro Alves <palves@redhat.com>
17403
17404 * gdb.threads/signal-command-handle-nopass.c: New file.
17405 * gdb.threads/signal-command-handle-nopass.exp: New file.
17406 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17407 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17408 * gdb.threads/signal-delivered-right-thread.c: New file.
17409 * gdb.threads/signal-delivered-right-thread.exp: New file.
17410
17411 2014-07-25 Pedro Alves <palves@redhat.com>
17412
17413 * gdb.base/double-prompt-target-event-error.exp
17414 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17415 match.
17416 (cancel_pagination_in_target_event): Rework double prompt
17417 detection.
17418 * gdb.base/paginate-after-ctrl-c-running.exp
17419 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17420 <return>' match.
17421 * gdb.base/paginate-bg-execution.exp
17422 (test_bg_execution_pagination_return)
17423 (test_bg_execution_pagination_cancel): Remove '-notransfer
17424 <return>' matches.
17425 * gdb.base/paginate-execution-startup.exp
17426 (test_fg_execution_pagination_return)
17427 (test_fg_execution_pagination_cancel): Remove '-notransfer
17428 <return>' matches.
17429 * gdb.base/paginate-inferior-exit.exp
17430 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17431 match.
17432 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17433 * lib/gdb.exp (pagination_prompt): Run text through
17434 string_to_regexp.
17435 (gdb_test_multiple): Match $pagination_prompt instead of
17436 "<return>".
17437 (string_to_regexp): Move to lib/gdb-utils.exp.
17438
17439 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17440
17441 * gdb.arch/amd64-entry-value-paramref.S: New file.
17442 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17443 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17444 * gdb.arch/amd64-optimout-repeat.S: New file.
17445 * gdb.arch/amd64-optimout-repeat.c: New file.
17446 * gdb.arch/amd64-optimout-repeat.exp: New file.
17447
17448 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17449
17450 PR gdb/17170
17451 * gdb.base/statistics.exp: New file.
17452
17453 2014-07-17 Doug Evans <dje@google.com>
17454
17455 PR gdb/17170
17456 * gdb.base/maint.exp: Update testing of per-command stats.
17457
17458 2014-07-16 Pedro Alves <palves@redhat.com>
17459
17460 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17461 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17462 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17463 (tfile_write_buf): New functions.
17464 (add_memory_block): Rewrite using the above.
17465 (adjust_function_address): New function.
17466 (FUNCTION_ADDRESS): New macro.
17467 (write_basic_trace_file): Remove short_x local, and use
17468 tfile_write_16. Change type of func_addr local to unsigned long
17469 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17470 here. Cast argument of add_memory_block to char pointer.
17471 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17472 (main): Remove parameters.
17473 * gdb.trace/tfile.exp: Remove nowarnings.
17474
17475 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17476
17477 * gdb.base/debug-expr.exp: Test string evaluation with
17478 "debug expression" on.
17479
17480 2014-07-15 Pedro Alves <palves@redhat.com>
17481
17482 * gdb.base/reread.exp: Use clean_restart.
17483
17484 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17485
17486 * gdb.arch/avr-flash-qualifer.c: New.
17487 * gdb.arch/avr-flash-qualifer.exp: New.
17488
17489 2014-07-14 Pedro Alves <palves@redhat.com>
17490
17491 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17492 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17493
17494 2014-07-14 Pedro Alves <palves@redhat.com>
17495
17496 * gdb.base/double-prompt-target-event-error.c: New file.
17497 * gdb.base/double-prompt-target-event-error.exp: New file.
17498
17499 2014-07-14 Pedro Alves <palves@redhat.com>
17500
17501 PR gdb/17072
17502 * gdb.base/paginate-inferior-exit.c: New file.
17503 * gdb.base/paginate-inferior-exit.exp: New file.
17504
17505 2014-07-14 Pedro Alves <palves@redhat.com>
17506
17507 PR gdb/17072
17508 * gdb.base/paginate-bg-execution.c: New file.
17509 * gdb.base/paginate-bg-execution.exp: New file.
17510
17511 2014-07-14 Pedro Alves <palves@redhat.com>
17512
17513 PR gdb/17072
17514 * gdb.base/paginate-execution-startup.c: New file.
17515 * gdb.base/paginate-execution-startup.exp: New file.
17516 * lib/gdb.exp (pagination_prompt): New global.
17517 (default_gdb_spawn): New procedure, factored out from
17518 default_gdb_spawn.
17519 (default_gdb_start): Adjust to call default_gdb_spawn.
17520 (gdb_spawn): New procedure.
17521
17522 2014-07-14 Pedro Alves <palves@redhat.com>
17523
17524 * lib/gdb.exp (gdb_assert): New procedure.
17525 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17526
17527 2014-07-14 Pedro Alves <palves@redhat.com>
17528
17529 * gdb.base/execution-termios.c: New file.
17530 * gdb.base/execution-termios.exp: New file.
17531
17532 2014-07-14 Tom Tromey <tromey@redhat.com>
17533
17534 * gdb.cp/vla-cxx.cc: New file.
17535 * gdb.cp/vla-cxx.exp: New file.
17536
17537 2014-07-14 Tom Tromey <tromey@redhat.com>
17538
17539 * gdb.reverse/rerun-prec.c: New file.
17540 * gdb.reverse/rerun-prec.exp: New file.
17541
17542 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17543 Maciej W. Rozycki <macro@codesourcery.com>
17544
17545 * lib/gdb-utils.exp: New file.
17546 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17547 inline `gdb_init_command' processing.
17548 (gdb_start_cmd): Likewise.
17549 * lib/mi-support.exp (mi_run_cmd): Likewise.
17550 * README: Document `gdb_init_command' and `gdb_init_commands'.
17551
17552 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17553
17554 Fix false FAIL running under a very long directory name.
17555 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17556 and "set print elements 10000". Twice.
17557
17558 2014-07-11 Yao Qi <yao@codesourcery.com>
17559
17560 * gdb.base/exprs.exp: "set print symbol off".
17561
17562 2014-07-11 Pedro Alves <palves@redhat.com>
17563
17564 * gdb.threads/kill.c: New file.
17565 * gdb.threads/kill.exp: New file.
17566
17567 2014-07-10 Yao Qi <yao@codesourcery.com>
17568
17569 * gdb.trace/tfile.c (write_basic_trace_file)
17570 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17571 address written to trace file.
17572
17573 2014-07-09 Pedro Alves <palves@redhat.com>
17574
17575 * gdb.base/attach-wait-input.exp: New file.
17576 * gdb.base/attach-wait-input.c: New file.
17577
17578 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17579
17580 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17581 setting up test structures.
17582 (main): Call new test function.
17583 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17584 test function, continue into test function and walk test
17585 structures.
17586
17587 2014-07-02 Yao Qi <yao@codesourcery.com>
17588
17589 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17590 'bar_start' at the beginning of functions 'foo' and 'bar'
17591 respectively.
17592 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17593 instead of 'foo' and 'bar'.
17594
17595 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17596
17597 * gdb.btrace/segv.exp: New.
17598 * gdb.btrace/segv.c: New.
17599
17600 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17601
17602 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17603 instruction.
17604
17605 2014-06-30 Mark Wielaard <mjw@redhat.com>
17606
17607 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17608 vulture, vilify, villar): New volatile array constants.
17609 (vindictive, vegetation): New const volatile array constants.
17610 * gdb.base/volatile.exp: Test volatile and const volatile array
17611 types.
17612
17613 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17614
17615 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17616 target lacks support for awatch, rwatch, or hbreak.
17617
17618 2014-06-27 Yao Qi <yao@codesourcery.com>
17619
17620 * gdb.multi/dummy-frame-restore.exp: New.
17621 * gdb.multi/dummy-frame-restore.c: New.
17622
17623 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17624
17625 * gdb.btrace/gcore.exp: New.
17626
17627 2014-06-23 Pedro Alves <palves@redhat.com>
17628
17629 * gdb.base/watchpoint-reuse-slot.c: New file.
17630 * gdb.base/watchpoint-reuse-slot.exp: New file.
17631
17632 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17633
17634 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17635 progspace's filename in 'info', 'enable' and 'disable' command
17636 tests.
17637
17638 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17639
17640 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17641 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17642 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17643
17644 2014-06-20 Gary Benson <gbenson@redhat.com>
17645
17646 * gdb.arch/i386-avx.exp: Fix include file location.
17647 * gdb.arch/i386-sse.exp: Likewise.
17648
17649 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17650
17651 * gdb.dlang/expression.exp: New file.
17652
17653 2014-06-19 Pedro Alves <palves@redhat.com>
17654
17655 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17656 out from ...
17657 (top level): ... here. Iterate running tests under different
17658 scheduler-locking settings.
17659
17660 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17661
17662 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17663 to DW_FORM_addr and use non-zero addresses.
17664
17665 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17666
17667 PR gdb/17017
17668 * gdb.python/py-xmethods.cc: Add global function call counters and
17669 increment them in their respective functions. Remove "cout"
17670 statements.
17671 * gdb.python/py-xmethods.exp: Make tests check the global function
17672 call counters instead of depending on inferior IO.
17673
17674 2014-06-18 Don Breazeal <donb@codesourcery.com>
17675
17676 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17677 Deleted procedure.
17678 (explicit_fork_parent_follow): Deleted procedure.
17679 (explicit_fork_child_follow): Deleted procedure.
17680 (test_follow_fork): New procedure.
17681 (do_fork_tests): Replace calls to deleted procedures with
17682 calls to test_follow_fork and reset GDB for subsequent
17683 procedure calls.
17684
17685 2014-06-17 Yao Qi <yao@codesourcery.com>
17686
17687 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17688 CP1252.
17689
17690 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17691
17692 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17693 Initialize ptr and S explicitly.
17694 (skip_type_update_when_not_use_rtti_test): Likewise.
17695
17696 2014-06-16 Keith Seitz <keiths@redhat.com>
17697
17698 PR mi/15863
17699 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17700 the inferior is started.
17701
17702 2014-06-16 Pedro Alves <palves@redhat.com>
17703
17704 * gdb.base/break-main-file-remove-fail.c: New file.
17705 * gdb.base/break-main-file-remove-fail.exp: New file.
17706 * gdb.base/break-unload-file.exp: Use build_executable instead of
17707 prepare_for_testing.
17708 (test_break): New parameter "initial_load". Handle it.
17709 (top level): Add initial_load cmdline/file axis.
17710
17711 2014-06-12 Tom Tromey <tromey@redhat.com>
17712
17713 * gdb.base/completion.exp: Don't use directory name in test.
17714
17715 2014-06-09 Gary Benson <gbenson@redhat.com>
17716
17717 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17718 separate the always-available ANSI-standard signals from the
17719 signals that require checking.
17720 (main): Likewise.
17721 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17722 Likewise.
17723 (main): Likewise.
17724
17725 2014-06-07 Keith Seitz <keiths@redhat.com>
17726
17727 Revert:
17728 PR c++/16253
17729 * gdb.cp/var-tag.cc: New file.
17730 * gdb.cp/var-tag.exp: New file.
17731 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17732 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17733 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17734 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17735
17736 2014-06-06 Doug Evans <xdje42@gmail.com>
17737
17738 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17739
17740 2014-06-06 Pedro Alves <palves@redhat.com>
17741
17742 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17743 in target debug output instead of looking at RSP packets,
17744 disabling the test on any target that uses hardware stepping.
17745 Update comments.
17746
17747 2014-06-06 Pedro Alves <palves@redhat.com>
17748
17749 * gdb.base/break-unload-file.exp: Fix typo.
17750
17751 2014-06-06 Yao Qi <yao@codesourcery.com>
17752
17753 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17754 from "jit_function" to "^jit_function".
17755
17756 2014-06-06 Yao Qi <yao@codesourcery.com>
17757
17758 * gdb.base/async.c (foo): Add one statement.
17759 * gdb.base/async.exp: Get the next instruction address and
17760 match the output of "nexti" by instruction address. Match
17761 the hex address in the output of "finish".
17762
17763 2014-06-06 Gary Benson <gbenson@redhat.com>
17764
17765 * gdb.base/call-signals.c: Remove preprocessor conditionals
17766 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17767 SIGSEGV and SIGTERM.
17768 * gdb.base/sigall.c: Likewise.
17769 * gdb.base/unwindonsignal.c: Likewise.
17770 * gdb.reverse/sigall-reverse.c: Likewise.
17771
17772 2014-06-06 Yao Qi <yao@codesourcery.com>
17773
17774 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17775 readable, skip the test.
17776
17777 2014-06-06 Yao Qi <yao@codesourcery.com>
17778
17779 * gdb.threads/staticthreads.c (thread_function): Move the line
17780 setting breakpoint on forward.
17781 * gdb.threads/staticthreads.exp: Update comments.
17782
17783 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17784
17785 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17786 "history-append! type error".
17787
17788 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17789
17790 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17791 erroneous dprintf expected input.
17792
17793 2014-06-04 Doug Evans <xdje42@gmail.com>
17794
17795 * gdb.guile/scm-generics.exp: Delete.
17796
17797 2014-06-04 Doug Evans <xdje42@gmail.com>
17798
17799 * gdb.guile/scm-breakpoint.exp: Update.
17800 Add tests for breakpoint registration.
17801
17802 2014-06-04 Tom Tromey <tromey@redhat.com>
17803
17804 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17805 VLA-in-union.
17806 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17807 inner_vla_struct, vla_union types. Initialize objects of those
17808 types and compute their sizes.
17809
17810 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17811 Hui Zhu <hui@codesourcery.com>
17812
17813 * gdb.base/fileio.exp: Add test for shell not available as well as
17814 available.
17815 * gdb.base/fileio.c (test_system): Check for shell twice.
17816
17817 2014-06-04 Yao Qi <yao@codesourcery.com>
17818
17819 * gdb.base/auto-connect-native-target.exp: Remove redundant
17820 space from the regexp pattern.
17821
17822 2014-06-04 Yao Qi <yao@codesourcery.com>
17823
17824 * gdb.base/default.exp: Replace "child" with "native" in
17825 regexp pattern.
17826
17827 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17828
17829 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17830 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17831 * gdb.python/py-xmethods.py: Python script supporting the
17832 new testcase and tests.
17833
17834 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17835 Pedro Alves <palves@redhat.com>
17836
17837 PR breakpoints/17000
17838 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17839 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17840
17841 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17842
17843 * gdb.base/subst.exp: Add tests to verify partial path matching
17844 output.
17845
17846 2014-06-03 Pedro Alves <palves@redhat.com>
17847
17848 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17849 target that doesn't use software single-stepping.
17850
17851 2014-06-03 Pedro Alves <palves@redhat.com>
17852
17853 PR breakpoints/17000
17854 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17855 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17856
17857 2014-06-02 Doug Evans <xdje42@gmail.com>
17858
17859 * gdb.guile/scm-parameter.exp: New file.
17860
17861 2014-06-02 Doug Evans <xdje42@gmail.com>
17862
17863 * gdb.guile/scm-cmd.c: New file.
17864 * gdb.guile/scm-cmd.exp: New file.
17865
17866 2014-06-02 Doug Evans <xdje42@gmail.com>
17867
17868 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17869 pretty-printer lookup.
17870 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17871 (make-pp_s-printer): Call it.
17872 (make-pretty-printer-from-dict): New function.
17873 (lookup-pretty-printer-maker-from-dict): New function.
17874 (*pretty-printer*): Simplify.
17875 (make-objfile-pp_s-printer): New function.
17876 (install-objfile-pretty-printers!): New function.
17877 (make-progspace-pp_s-printer): New function.
17878 (install-progspace-pretty-printers!): New function.
17879 * gdb.guile/scm-progspace.c: New file.
17880 * gdb.guile/scm-progspace.exp: New file.
17881
17882 2014-06-02 Pedro Alves <palves@redhat.com>
17883
17884 * gdb.base/dprintf-bp-same-addr.c: New file.
17885 * gdb.base/dprintf-bp-same-addr.exp: New file.
17886
17887 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17888
17889 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17890 * gdb.arch/powerpc-power.s: Likewise.
17891
17892 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17893
17894 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17895
17896 2014-06-01 Yao Qi <yao@codesourcery.com>
17897
17898 * gdb.base/watchpoint.exp (test_watch_location): Check null
17899 pointer can be dereferenced. If not, do the test, otherwise
17900 skip it.
17901
17902 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17903
17904 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17905 results.
17906 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17907
17908 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17909
17910 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17911 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17912 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17913 * gdb.arch/amd64-invalid-stack-top.c: New file.
17914 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17915
17916 2014-05-30 Pedro Alves <palves@redhat.com>
17917
17918 PR breakpoints/17000
17919 * gdb.base/sss-bp-on-user-bp.c: New file.
17920 * gdb.base/sss-bp-on-user-bp.exp: New file.
17921
17922 2014-05-30 David Blaikie <dblaikie@gmail.com>
17923
17924 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17925 gnu_inline semantics via attribute.
17926 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17927 source explicitly specifies the required semantics.
17928
17929 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17930
17931 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17932
17933 2014-05-29 Pedro Alves <palves@redhat.com>
17934 Tom Tromey <tromey@redhat.com>
17935
17936 * gdb.base/async-shell.exp: Don't enable target-async.
17937 * gdb.base/async.exp
17938 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17939 parameter. Adjust.
17940 (top level): Don't test with "target-async".
17941 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17942 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17943 * gdb.base/inferior-died.exp: Don't enable target-async.
17944 * gdb.base/interrupt-noterm.exp: Likewise.
17945 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17946 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17947 * gdb.mi/mi-nonstop.exp: Likewise.
17948 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17949 * gdb.mi/mi-nsintrall.exp: Likewise.
17950 * gdb.mi/mi-nsmoribund.exp: Likewise.
17951 * gdb.mi/mi-nsthrexec.exp: Likewise.
17952 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17953 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17954 * gdb.python/py-evsignal.exp: Don't enable target-async.
17955 * gdb.python/py-evthreads.exp: Likewise.
17956 * gdb.python/py-prompt.exp: Likewise.
17957 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17958 * gdb.server/solib-list.exp: Don't enable target-async.
17959 * gdb.threads/thread-specific-bp.exp: Likewise.
17960 * lib/mi-support.exp: Adjust to use mi-async.
17961
17962 2014-05-29 Pedro Alves <palves@redhat.com>
17963
17964 PR gdb/13860
17965 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17966 reason, even in sync mode.
17967
17968 2014-05-29 Pedro Alves <palves@redhat.com>
17969 Hui Zhu <hui@codesourcery.com>
17970
17971 PR PR15693
17972 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17973 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17974 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17975 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17976
17977 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17978
17979 * config/monitor.exp (gdb_target_monitor): Replace use of
17980 "set remotebaud" by "set serial baud".
17981
17982 2014-05-26 Andy Wingo <wingo@igalia.com>
17983
17984 * gdb.guile/scm-breakpoint.exp:
17985 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17986 properties instead of gdb-object-properties.
17987
17988 2014-05-26 Yao Qi <yao@codesourcery.com>
17989
17990 * gdb.server/no-thread-db.exp: Specify source file name
17991 explicitly when setting a breakpoint.
17992
17993 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17994
17995 * gdb.btrace/vdso.c: New.
17996 * gdb.btrace/vdso.exp: New.
17997
17998 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17999
18000 * gdb.base/gcore.exp (capture_command_output): Move ...
18001 * lib/gdb.exp (capture_command_output): ... here.
18002
18003 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18004
18005 * gdb.btrace/data.exp: Test memory access during btrace replay.
18006
18007 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18008
18009 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18010
18011 2014-05-21 Pedro Alves <palves@redhat.com>
18012
18013 PR gdb/13860
18014 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18015 (top level): Test that output related to execution commands is
18016 sent to the console with CLI commands, but not with MI commands.
18017 Test that breakpoint events are always mirrored to the console.
18018 Also expect the new source line to be output after a "next" in
18019 async mode too. Make it a pass/fail test.
18020 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18021 output.
18022 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18023
18024 2014-05-21 Pedro Alves <palves@redhat.com>
18025
18026 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18027 Use them to test variations of "list" after reaching a breakpoint.
18028 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18029 Test "list" with listsize 10 after reaching a breakpoint.
18030 * gdb.python/python.exp (decode_line current location line
18031 number): Adjust expected line number.
18032
18033 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18034
18035 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18036 behavior for $args, pass it directly to "run".
18037
18038 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18039
18040 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18041 30000 to 65536.
18042
18043 2014-05-21 Pedro Alves <palves@redhat.com>
18044
18045 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18046 auto-connect-native-target off".
18047 * gdb.base/auto-connect-native-target.c: New file.
18048 * gdb.base/auto-connect-native-target.exp: New file.
18049
18050 2014-05-21 Pedro Alves <palves@redhat.com>
18051
18052 * gdb.base/default.exp: Test "target native" instead of "target
18053 child".
18054
18055 2014-05-21 Mark Wielaard <mjw@redhat.com>
18056
18057 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18058
18059 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18060
18061 Fix TLS access for -static -pthread.
18062 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18063 <HAVE_TLS> (thread_function, main): Initialize it.
18064 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18065 Add clean_restart.
18066 <$have_tls != "">: Check TLSVAR.
18067
18068 2014-05-21 Pedro Alves <palves@redhat.com>
18069
18070 * gdb.base/dcache-line-read-error.c: New.
18071 * gdb.base/dcache-line-read-error.exp: New.
18072
18073 2014-05-20 Pedro Alves <palves@redhat.com>
18074
18075 * gdb.base/compare-sections.c: New file.
18076 * gdb.base/compare-sections.exp: New file.
18077
18078 2014-05-20 Pedro Alves <palves@redhat.com>
18079
18080 * gdb.base/break-idempotent.c: New file.
18081 * gdb.base/break-idempotent.exp: New file.
18082
18083 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18084
18085 * gdb.btrace/nohist.exp: New.
18086
18087 2014-05-20 Yao Qi <yao@codesourcery.com>
18088
18089 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18090 gdb.reverse directory and gdb_reverse_timeout exists in board
18091 setting.
18092 * README: Document gdb_reverse_timeout.
18093
18094 2014-05-20 Yao Qi <yao@codesourcery.com>
18095
18096 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18097 'test_file_name'. Treat args as a string instead of a list.
18098 (gdb_init): Rename argument 'args' by 'test_file_name'.
18099
18100 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18101
18102 * gdb.arch/powerpc-power.exp: New file.
18103 * gdb.arch/powerpc-power.s: New file.
18104
18105 2014-05-16 Doug Evans <dje@google.com>
18106
18107 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18108 * gdb.base/completion.exp: Check that all expected files exist
18109 before doing file completion.
18110
18111 2014-05-16 Doug Evans <dje@google.com>
18112
18113 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18114 Update.
18115 (do_syscall_tests_without_xml): Update.
18116
18117 2014-05-16 Pedro Alves <palves@redhat.com>
18118
18119 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18120 instead of "unknown output after running".
18121
18122 2014-05-16 Yao Qi <yao@codesourcery.com>
18123
18124 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18125 file1.txt from host at the end.
18126 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18127
18128 2014-05-15 Doug Evans <dje@google.com>
18129
18130 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18131 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18132 loading file. Add test for TU lookup.
18133
18134 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18135
18136 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18137 calling "-exec-arguments" or "set args" before running the
18138 inferior.
18139
18140 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18141
18142 * lib/mi-support.exp (mi_expect_stop): Expect message for
18143 inferiors that exit with non-zero exit code.
18144
18145 2014-05-14 Yao Qi <yao@codesourcery.com>
18146
18147 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18148 match absolute path on remote host.
18149 (test_file_list_exec_source_files): Remove "/" from the
18150 pattern.
18151
18152 2014-05-14 Yao Qi <yao@codesourcery.com>
18153
18154 * boards/local-remote-host-notty.exp (${board}_file): New
18155 proc.
18156
18157 2014-05-07 Kyle McMartin <kyle@redhat.com>
18158
18159 Pushed by Joel Brobecker <brobecker@adacore.com>.
18160 * gdb.arch/aarch64-atomic-inst.c: New file.
18161 * gdb.arch/aarch64-atomic-inst.exp: New file.
18162
18163 2014-05-07 Yao Qi <yao@codesourcery.com>
18164
18165 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18166 in current context" too.
18167
18168 2014-05-05 Keith Seitz <keiths@redhat.com>
18169
18170 * gdb.linespec/ls-dollar.exp: Add test for linespec
18171 file:convenience_variable.
18172
18173 2014-05-05 Yao Qi <yao@codesourcery.com>
18174
18175 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18176 traceframes into tfile and ctf trace files. Read data from
18177 trace file and test collected data.
18178 (gdb_collect_locals_test): Likewise.
18179 (gdb_unavailable_registers_test): Likewise.
18180 (gdb_unavailable_floats): Likewise.
18181 (gdb_collect_globals_test): Likewise.
18182 (top-level): Append "ctf" to trace_file_targets if GDB
18183 supports.
18184
18185 2014-05-05 Yao Qi <yao@codesourcery.com>
18186
18187 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18188 code to ...
18189 (gdb_collect_args_test_1): ... it. New proc.
18190 (gdb_collect_locals_test): Move some code to ...
18191 (gdb_collect_locals_test_1): ... it. New proc.
18192 (gdb_unavailable_registers_test): Move some code to ...
18193 (gdb_unavailable_registers_test_1): ... it. New proc.
18194 (gdb_unavailable_floats): Move some code to ...
18195 (gdb_unavailable_floats_1): ... it. New proc.
18196
18197 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18198
18199 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18200 probes to test for bitness recognition.
18201 * gdb.arch/amd64-stap-optional-prefix.exp
18202 (test_probe_value_without_reg): New procedure.
18203 Add code to test for different kinds of bitness.
18204
18205 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18206
18207 PR breakpoints/16889
18208 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18209 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18210
18211 2014-05-01 Pedro Alves <palves@redhat.com>
18212
18213 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18214 gdb_file_cmd if no file is specified.
18215 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18216 last_loaded_file to set the remote exec-file.
18217
18218 2014-05-01 Pedro Alves <palves@redhat.com>
18219
18220 * boards/local-remote-host.exp: New file.
18221
18222 2014-05-01 Pedro Alves <palves@redhat.com>
18223
18224 * boards/local-remote-host.exp: Rename to ...
18225 * boards/local-remote-host-notty.exp: ... this.
18226
18227 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18228
18229 * gdb.ada/dyn_arrayidx: New testcase.
18230
18231 2014-04-26 Yao Qi <yao@codesourcery.com>
18232
18233 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18234 and compute the length of function main. Save it in
18235 $main_length.
18236 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18237 (top-level): Use gdb_compile to compile objects into
18238 executable and restart GDB. Remove invocation to
18239 prepare_for_testing.
18240
18241 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18242 Pedro Alves <palves@redhat.com>
18243
18244 PR server/16255
18245 * gdb.multi/multi-attach.c: New file.
18246 * gdb.multi/multi-attach.exp: New file.
18247
18248 2014-04-25 Pedro Alves <palves@redhat.com>
18249
18250 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18251 user.
18252 (top level): Test that "set remote conditional-breakpoints-packet
18253 off" works as intended.
18254 * gdb.base/dprintf.exp: Test that "set remote
18255 breakpoint-commands-packet off" works as intended.
18256 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18257 New function.
18258 (top level): Call it.
18259 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18260 remote fast-tracepoints-packet off" works as intended.
18261 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18262 * lib/gdb.exp (gdb_is_target_remote): ... here.
18263
18264 2014-04-24 David Blaikie <dblaikie@gmail.com>
18265
18266 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18267 ensure clang would not discard them.
18268 * gdb.base/gdbvars.c: Ditto.
18269 * gdb.base/memattr.c: Ditto.
18270 * gdb.base/whatis.c: Ditto.
18271 * gdb.python/py-prettyprint.c: Ditto.
18272 * gdb.trace/actions.c: Ditto.
18273 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18274 ensure clang would not discard it.
18275
18276 2014-04-24 David Blaikie <dblaikie@gmail.com>
18277
18278 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18279 clang to emit the full definition of type required by the test
18280 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18281
18282 2014-04-24 David Blaikie <dblaikie@gmail.com>
18283
18284 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18285 coax Clang into emitting the definition of the type.
18286 * gdb.cp/pr10728-x.h (y): Ditto.
18287 * gdb.cp/pr10728-y.cc (y): Ditto.
18288
18289 2014-04-24 David Blaikie <dblaikie@gmail.com>
18290
18291 * gdb.base/label.exp: XFAIL label related tests under Clang.
18292 * gdb.cp/cplabel.exp: Ditto.
18293 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18294 under Clang those using labels.
18295
18296 2014-04-25 Yao Qi <yao@codesourcery.com>
18297
18298 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18299 double_label.
18300 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18301 partial_label and double_label.
18302
18303 2014-04-24 David Blaikie <dblaikie@gmail.com>
18304
18305 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18306
18307 2014-04-24 David Blaikie <dblaikie@gmail.com>
18308
18309 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18310 of the function to work across GCC and Clang.
18311 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18312 pointer types (const void ** const V void **).
18313
18314 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18315 Walfred Tedeschi <walfred.tedeschi@intel.com>
18316
18317 * Makefile.in (EXECUTABLES): Added i386-avx512.
18318 * gdb.arch/i386-avx512.c: New file.
18319 * gdb.arch/i386-avx512.exp: Likewise.
18320
18321 2014-04-23 Keith Seitz <keiths@redhat.com>
18322
18323 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18324 (mi_make_breakpoint_table): New procedure.
18325 (mi_create_breakpoint): Use mi_make_breakpoint
18326 and return the result.
18327 (mi_make_breakpoint): New procedure.
18328 (mi_build_kv_pairs): New procedure.
18329
18330 * gdb.mi/mi-break.exp: Remove unused globals,
18331 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18332 All callers updated.
18333 * gdb.mi/mi-dprintf.exp: Use variable to track command
18334 number.
18335 Update all callers of mi_create_breakpoint and use
18336 mi_make_breakpoint_table.
18337 Remove any unused global variables.
18338 * gdb.mi/mi-nonstop.exp: Likewise.
18339 * gdb.mi/mi-nsintrall.exp: Likewise.
18340 * gdb.mi/mi-nsmoribund.exp: Likewise.
18341 * gdb.mi/mi-nsthrexec.exp: Likewise.
18342 * gdb.mi/mi-reverse.exp: Likewise.
18343 * gdb.mi/mi-simplerun.exp: Likewise.
18344 * gdb.mi/mi-stepn.exp: Likewise.
18345 * gdb.mi/mi-syn-frame.exp: Likewise.
18346 * gdb.mi/mi-until.exp: Likewise.
18347 * gdb.mi/mi-var-cp.exp: Likewise.
18348 * gdb.mi/mi-var-display.exp: Likewise.
18349 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18350 * gdb.mi/mi2-var-child.exp: Likewise.
18351 * gdb.mi/mi-vla-c99.exp: Likewise.
18352 * lib/mi-support.exp: Likewise.
18353
18354 From Ian Lance Taylor <iant@cygnus.com>:
18355 * lib/gdb.exp (parse_args): New procedure.
18356
18357 2014-04-23 Pedro Alves <palves@redhat.com>
18358
18359 * gdb.base/break-unload-file.c: New file.
18360 * gdb.base/break-unload-file.exp: New file.
18361 * gdb.base/sym-file-lib.c (baz): New function.
18362 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18363 field.
18364 (load): Store the segment's mapped size.
18365 (unload): New function.
18366 (unload_shlib): New function.
18367 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18368 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18369 set a breakpoint at baz, and call it.
18370 * gdb.base/sym-file.exp: New tests for stale breakpoint
18371 instructions.
18372
18373 2014-04-23 Pedro Alves <palves@redhat.com>
18374
18375 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18376 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18377 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18378 * gdb.base/hbreak-unmapped.c: New file.
18379 * gdb.base/hbreak-unmapped.exp: New file.
18380 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18381 * lib/gdb.exp (gdb_is_target_remote): ... here.
18382
18383 2014-04-22 Pedro Alves <palves@redhat.com>
18384
18385 * gdb.base/consecutive-step-over.c: New file.
18386 * gdb.base/consecutive-step-over.exp: New file.
18387
18388 2014-04-22 Pedro Alves <palves@redhat.com>
18389
18390 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18391 instead of send_gdb/gdb_expect.
18392
18393 2014-04-22 Yao Qi <yao@codesourcery.com>
18394
18395 * lib/trace-support.exp (generate_tracefile): New procedure.
18396 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18397 return 0.
18398 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18399 if generate_tracefile returns 1.
18400
18401 2014-04-18 Tom Tromey <palves@redhat.com>
18402 Pedro alves <tromey@redhat.com>
18403
18404 PR backtrace/15558
18405 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18406 with a backtrace limit.
18407 * gdb.python/py-frame-inline.exp: Test running to an inline
18408 function with a backtrace limit, and printing the newest frame.
18409 * gdb.python/py-frame-inline.c (main): Call f.
18410
18411 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18412
18413 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18414
18415 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18416
18417 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18418 Drop prefix from unsupported source file path.
18419
18420 2014-04-17 Yao Qi <yao@codesourcery.com>
18421
18422 * lib/gdb.exp (with_target_charset): New proc.
18423 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18424 with_target_charset.
18425 (test_print_strings): Likewise.
18426 (test_repeat_bytes): Likewise.
18427 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18428 for some tests.
18429
18430 2014-04-16 Keith Seitz <keiths@redhat.com>
18431
18432 PR gdb/15827
18433 * gdb.dwarf2/corrupt.c: New file.
18434 * gdb.dwarf2/corrupt.exp: New file.
18435
18436 2014-04-16 Keith Seitz <keiths@redhat.com>
18437
18438 PR c++/16597
18439 * gdb.cp/namelessclass.cc: New file.
18440 * gdb.cp/namelessclass.exp: New file.
18441 * gdb.cp/namelessclass.S: New file.
18442
18443 2014-04-16 Doug Evans <dje@google.com>
18444
18445 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18446 Add comment.
18447 (gdbserver_default_get_comm_port): New function.
18448 (gdbserver_start): Check if board file provided
18449 "gdbserver,get_comm_port" and use it if so.
18450 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18451 (gdb,socketport): Set to "stdio".
18452 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18453 (stdio_gdbserver_template): Delete.
18454 (${board}_get_remote_address): Update.
18455 (${board}_build_remote_cmd): Delete.
18456 (${board}_get_comm_port): New function.
18457 (${board}_spawn): Update.
18458 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18459 Delete.
18460 (${board}_get_remote_address): Update.
18461 (${board}_get_comm_port): New function.
18462
18463 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18464
18465 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18466 appearing in any order.
18467
18468 2014-04-15 Doug Evans <dje@google.com>
18469
18470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18471 uninitialized value of "description".
18472
18473 2014-04-15 Keith Seitz <keiths@redhat.com>
18474
18475 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18476 Remove unused globals.
18477 (test_running_the_program): Likewise.
18478 (test_controlled_execution): Likewise.
18479 (test_controlling_breakpoints): Likewise.
18480 (test_program_termination): Likewise.
18481
18482 2014-04-15 Keith Seitz <keiths@redhat.com>
18483
18484 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18485 unused globals.
18486 (test_rbreak_creation_and_listing): Likewise.
18487 (test_ignore_count): Likewise.
18488 (test_error): Likewise.
18489
18490 2014-04-15 Pedro Alves <palves@redhat.com>
18491
18492 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18493 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18494 sym-file-loader.c.
18495 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18496 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18497 to sym-file-loader.c.
18498 (struct library): Forward declare.
18499 (load_shlib, lookup_function): Change prototypes.
18500 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18501 (translate_offset): Remove declarations.
18502 (get_text_addr): New declaration.
18503 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18504 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18505 sym-file-loader.h.
18506 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18507 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18508 here from sym-file-loader.h.
18509 (struct library): New structure.
18510 (load_shlib, lookup_function): Change prototypes and adjust to
18511 work with a struct library.
18512 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18513 (translate_offset): Make static.
18514 (get_text_addr): New function.
18515 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18516
18517 2014-04-15 Pedro Alves <palves@redhat.com>
18518
18519 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18520
18521 2014-04-15 Pedro Alves <palves@redhat.com>
18522
18523 * gdb.base/sym-file-loader.c: Include <limits.h>.
18524 (SELF_LINK): New define.
18525 (get_origin): New function.
18526 (load_shlib): Use it.
18527 * gdb.base/sym-file.exp: Don't early return if the target is
18528 remote. Use runto_main, and issue fail is that fails. Use
18529 gdb_load_shlibs.
18530 (shlib_name): Delete.
18531 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18532
18533 2014-04-15 Pedro Alves <palves@redhat.com>
18534
18535 * gdb.base/sym-file.exp: Remove regex characters from test
18536 message. Don't refer to breakpoint numbers in test messages.
18537
18538 2014-04-14 Keith Seitz <keiths@redhat.com>
18539
18540 PR c++/16253
18541 * gdb.cp/var-tag.cc: New file.
18542 * gdb.cp/var-tag.exp: New file.
18543 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18544 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18545 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18546 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18547
18548 2014-04-14 Tom Tromey <tromey@redhat.com>
18549
18550 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18551 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18552 type.
18553 * gdb.cp/enum-class.exp: New file.
18554 * gdb.cp/enum-class.cc: New file.
18555
18556 2014-04-14 Tom Tromey <tromey@redhat.com>
18557
18558 * gdb.dwarf2/enum-type.exp: New file.
18559
18560 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18561
18562 * gdb.mi/mi-vla-c99.exp: New file.
18563 * gdb.mi/vla.c: New file.
18564
18565 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18566
18567 * gdb.base/vla-datatypes.c: New file.
18568 * gdb.base/vla-datatypes.exp: New file.
18569
18570 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18571
18572 * gdb.base/vla-ptr.c: New file.
18573 * gdb.base/vla-ptr.exp: New file.
18574
18575 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18576
18577 * gdb.dwarf2/count.exp: New file.
18578
18579 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18580
18581 * gdb.base/vla-sideeffect.c: New file.
18582 * gdb.base/vla-sideeffect.exp: New file.
18583
18584 2014-04-14 David Blaikie <dblaikie@gmail.com>
18585
18586 * gdb.mi/non-stop.c: Add return value for non-void function return
18587 statement.
18588 * gdb.threads/staticthreads.c: Ditto.
18589
18590 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18591 Doug Evans <xdje42@gmail.com>
18592
18593 * gdb.guile/scm-value.c: Improve test case.
18594 * gdb.guile/scm-value.exp: Add new test.
18595
18596 2014-04-11 David Blaikie <dblaikie@gmail.com>
18597
18598 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18599 override Clang's default.
18600
18601 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18602
18603 Revert the following changes (regressions):
18604
18605 * gdb.base/vla-sideeffect.c: New file.
18606 * gdb.base/vla-sideeffect.exp: New file.
18607
18608 * gdb.dwarf2/count.exp: New file.
18609
18610 * gdb.base/vla-multi.c: New file.
18611 * gdb.base/vla-multi.exp: New file.
18612
18613 * gdb.base/vla-ptr.c: New file.
18614 * gdb.base/vla-ptr.exp: New file.
18615
18616 * gdb.base/vla-datatypes.c: New file.
18617 * gdb.base/vla-datatypes.exp: New file.
18618
18619 * gdb.mi/mi-vla-c99.exp: New file.
18620 * gdb.mi/vla.c: New file.
18621
18622 2014-04-11 Keith Seitz <keiths@redhat.com>
18623
18624 PR c++/16675
18625 * gdb.cp/cpsizeof.exp: New file.
18626 * gdb.cp/cpsizeof.cc: New file.
18627
18628 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18629
18630 * gdb.mi/mi-vla-c99.exp: New file.
18631 * gdb.mi/vla.c: New file.
18632
18633 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18634
18635 * gdb.base/vla-datatypes.c: New file.
18636 * gdb.base/vla-datatypes.exp: New file.
18637
18638 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18639
18640 * gdb.base/vla-ptr.c: New file.
18641 * gdb.base/vla-ptr.exp: New file.
18642
18643 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18644
18645 * gdb.base/vla-multi.c: New file.
18646 * gdb.base/vla-multi.exp: New file.
18647
18648 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18649
18650 * gdb.dwarf2/count.exp: New file.
18651
18652 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18653
18654 * gdb.base/vla-sideeffect.c: New file.
18655 * gdb.base/vla-sideeffect.exp: New file.
18656
18657 2014-04-11 Yao Qi <yao@codesourcery.com>
18658
18659 * gdb.base/completion.exp: Check file exists before running tests
18660 on file completion.
18661
18662 2014-04-10 Pedro Alves <palves@redhat.com>
18663
18664 * gdb.base/cond-eval-mode.c: New file.
18665 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18666 prepare_for_testing to build the new file. Check result of
18667 runto_main.
18668 (test_break, test_watch): New procedures.
18669 (top level): Use them.
18670
18671 2014-04-08 Pierre Muller <muller@sourceware.org>
18672
18673 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18674 Ctrl-V use for mingw hosts.
18675
18676 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18677
18678 * gdb.python/py-value.c: Improve test case.
18679 * gdb.python/py-value.exp: Add new test.
18680
18681 2014-04-07 David Blaikie <dblaikie@gmail.com>
18682
18683 * lib/compiler.c: Identify the clang compiler.
18684 * lib/compiler.cc: Ditto.
18685
18686 2014-04-03 Yao Qi <yao@codesourcery.com>
18687
18688 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18689
18690 2014-04-01 Anton Blanchard <anton@samba.org>
18691
18692 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18693 messages unique.
18694
18695 2014-04-01 Anton Blanchard <anton@samba.org>
18696
18697 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18698 prepare_for_testing.
18699
18700 2014-04-01 Anton Blanchard <anton@samba.org>
18701
18702 * gdb.arch/ppc64-atomic-inst.c: Remove.
18703 * gdb.arch/ppc64-atomic-inst.S: New file.
18704 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18705
18706 2014-03-31 Doug Evans <dje@google.com>
18707
18708 * gdb.base/print-symbol-loading-lib.c: New file.
18709 * gdb.base/print-symbol-loading-main.c: New file.
18710 * gdb.base/print-symbol-loading.exp: New file.
18711
18712 2014-03-31 Yao Qi <yao@codesourcery.com>
18713
18714 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18715
18716 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18717
18718 * gdb.ada/mi_dyn_arr: New testcase.
18719
18720 2014-03-27 Doug Evans <dje@google.com>
18721
18722 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18723
18724 2014-03-27 Yao Qi <yao@codesourcery.com>
18725
18726 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18727 if target is nios2-*-*.
18728
18729 2014-03-26 Yao Qi <yao@codesourcery.com>
18730
18731 * lib/gdb.exp (readline_is_used): New proc.
18732 * gdb.base/completion.exp: Move tests on command complete up.
18733 Skip the rest of tests if readline is not used.
18734 * gdb.ada/complete.exp: Skp the test if readline is not
18735 used.
18736 * gdb.base/filesym.exp: Likewise.
18737 * gdb.base/macscp.exp: Likewise.
18738 * gdb.base/readline-ask.exp: Likewise.
18739 * gdb.base/readline.exp: Likewise.
18740 * gdb.python/py-cmd.exp: Likewise.
18741 * gdb.trace/tfile.exp: Likewise.
18742
18743 2014-03-26 Yao Qi <yao@codesourcery.com>
18744
18745 * gdb.base/macscp.exp: Fix code format issues.
18746
18747 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18748
18749 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18750 * gdb.asm/powerpc64le.inc: New file.
18751
18752 2014-03-25 Pedro Alves <palves@redhat.com>
18753 Doug Evans <dje@google.com>
18754
18755 * gdb.base/source-execution.c: New file.
18756 * gdb.base/source-execution.exp: New file.
18757 * gdb.base/source-execution.gdb: New file.
18758
18759 2014-03-24 Doug Evans <dje@google.com>
18760
18761 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18762 using fission.
18763
18764 2014-03-24 Hui Zhu <hui@codesourcery.com>
18765 Pedro Alves <palves@redhat.com>
18766
18767 PR breakpoints/16101
18768 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18769 test pass/fail messages. Detect missing support for dprintf when
18770 breakpoints are actually inserted.
18771 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18772 breakpoints are actually inserted.
18773 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18774 fails.
18775
18776 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18777
18778 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18779
18780 2014-03-22 Doug Evans <xdje42@gmail.com>
18781
18782 * gdb.python/python.exp (python not supported): Verify multi-line
18783 python command issues an error.
18784 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18785 guile command issues an error.
18786
18787 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18788
18789 * gdb.threads/thread-specific.exp: Handle the lack of usable
18790 $this_breakpoint and $this_thread.
18791
18792 2014-03-21 Hui Zhu <hui@codesourcery.com>
18793
18794 * gdb.base/attach.exp (do_command_attach_tests): New.
18795
18796 2014-03-20 Tom Tromey <tromey@redhat.com>
18797 Pedro Alves <palves@redhat.com>
18798
18799 PR cli/15718
18800 * gdb.base/condbreak-call-false.c: New file.
18801 * gdb.base/condbreak-call-false.exp: New file.
18802
18803 2014-03-20 Pedro Alves <palves@redhat.com>
18804
18805 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18806 Delete.
18807 (block_signals, unblock_signals): Delete.
18808 (child_function_2, main): Remove references to deleted variable
18809 and functions.
18810
18811 2014-03-20 Pedro Alves <palves@redhat.com>
18812
18813 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18814 Use pthread_kill to signal thread 2.
18815 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18816 Adjust to make the test send itself a signal rather than using the
18817 host's "kill" command.
18818
18819 2014-03-20 Pedro Alves <palves@redhat.com>
18820
18821 * gdb.threads/multiple-step-overs.c: New file.
18822 * gdb.threads/multiple-step-overs.exp: New file.
18823 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18824 Adjust expected infrun debug output.
18825
18826 2014-03-20 Pedro Alves <palves@redhat.com>
18827
18828 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18829 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18830
18831 2014-03-20 Pedro Alves <palves@redhat.com>
18832
18833 PR breakpoints/7143
18834 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18835 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18836 of gdb_test_multiple.
18837 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18838 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18839
18840 2014-03-20 Pedro Alves <palves@redhat.com>
18841
18842 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18843 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18844
18845 2014-03-19 Pedro Alves <palves@redhat.com>
18846
18847 * gdb.base/async.exp: Remove early return.
18848
18849 2014-03-19 Pedro Alves <palves@redhat.com>
18850
18851 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18852
18853 2014-03-19 Pedro Alves <palves@redhat.com>
18854
18855 * gdb.base/async.exp (test_background): Expect \r\n after
18856 "completed." in the fail pattern.
18857
18858 2014-03-19 Pedro Alves <palves@redhat.com>
18859
18860 * gdb.base/async.exp (test_background): New procedure.
18861 Use it for all background execution command tests.
18862
18863 2014-03-19 Pedro Alves <palves@redhat.com>
18864
18865 * gdb.base/async.exp: Use prepare_for_testing.
18866
18867 2014-03-19 Pedro Alves <palves@redhat.com>
18868
18869 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18870 the same line.
18871
18872 2014-03-19 Pedro Alves <palves@redhat.com>
18873
18874 * gdb.base/async.c (main): Add "jump here" and "until here" line
18875 marker comments.
18876 * gdb.base/async.exp (jump_here): New global.
18877 (jump& test): Use it.
18878 (until_here): New global.
18879 (until& test): Use it.
18880
18881 2014-03-19 Pedro Alves <palves@redhat.com>
18882
18883 * gdb.base/async.exp: Don't frob gdb_protocol.
18884
18885 2014-03-18 Doug Evans <xdje42@gmail.com>
18886
18887 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18888 Fix spelling of exec-done-display.
18889
18890 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18891
18892 PR gdb/15358
18893 * gdb.base/gdb-sigterm.c: New file.
18894 * gdb.base/gdb-sigterm.exp: New file.
18895
18896 2014-03-18 Pedro Alves <palves@redhat.com>
18897
18898 PR gdb/13860
18899 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18900 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18901 solib-event.
18902
18903 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18904
18905 * gdb.ada/pckd_arr_ren: New testcase.
18906
18907 2014-03-13 Doug Evans <xdje42@gmail.com>
18908
18909 PR guile/16612
18910 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18911 collect after discarding symbols.
18912
18913 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18914 Doug Evans <xdje42@gmail.com>
18915
18916 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18917 to history survives a gc.
18918
18919 2014-03-13 Pedro Alves <palves@redhat.com>
18920
18921 * gdb.base/default.exp: Don't test "target procfs".
18922
18923 2014-03-13 Pedro Alves <palves@redhat.com>
18924
18925 * gdb.base/default.exp: Update "target child" and "target procfs"
18926 tests to not expect "Unix".
18927
18928 2014-03-12 Tom Tromey <tromey@redhat.com>
18929
18930 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18931 New procs. Add target-async tests.
18932 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18933 Add target-async tests.
18934
18935 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18936
18937 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18938 'func_start' and 'func_end' for the beginning and end of the
18939 function code, respectively.
18940 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18941 'func_end' instead of 'func' and 'main'.
18942
18943 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18944
18945 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18946 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18947 generate the debug info assembler source.
18948
18949 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18950
18951 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18952 * gdb.dwarf2/arr-subrange.exp: Likewise.
18953 * gdb.dwarf2/dwz.exp: Likewise.
18954 * gdb.dwarf2/method-ptr.exp: Likewise.
18955 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18956 * gdb.dwarf2/subrange.exp: Likewise.
18957 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18958 * gdb.dwarf2/implptrpiece.exp: Likewise.
18959 * gdb.dwarf2/nostaticblock.exp: Likewise.
18960
18961 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18962
18963 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18964 directory to absolute path name arguments.
18965
18966 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18967
18968 * gdb.ada/tagged_access: New testcase.
18969
18970 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18971
18972 * gdb.btrace/data.exp: Update expected output.
18973
18974 2014-03-06 Yao Qi <yao@codesourcery.com>
18975
18976 * gdb.trace/pr16508.exp: New file.
18977
18978 2014-03-05 Pedro Alves <palves@redhat.com>
18979
18980 PR gdb/16575
18981 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18982 procedure.
18983 (top level): Adjust to use it. Add tests that exercise breakpoint
18984 interaction with the code-cache.
18985
18986 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18987
18988 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18989 test for 'history-append!'.
18990
18991 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18992
18993 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18994 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18995 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18996 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18997 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18998 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18999
19000 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19001
19002 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19003 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19004 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19005
19006 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19007
19008 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19009
19010 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19011
19012 * gdb.dwarf2/arr-stride.c: New file.
19013 * gdb.dwarf2/arr-stride.exp: New file.
19014
19015 2014-02-26 Pedro Alves <palves@redhat.com>
19016
19017 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19018 that won't ever trigger. Make sure that GDB reports the correct
19019 breakpoint that caused the stop.
19020
19021 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19022
19023 PR gdb/16626
19024 * gdb.base/auto-load-script: New file.
19025 * gdb.base/auto-load.c: New file.
19026 * gdb.base/auto-load.exp: New file.
19027
19028 PR gdb/16626
19029 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19030
19031 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19032
19033 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19034 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19035
19036 2014-02-24 Doug Evans <dje@google.com>
19037
19038 * lib/gdb.exp (run_on_host): Log error output if program fails.
19039
19040 2014-02-21 Pedro Alves <palves@redhat.com>
19041
19042 * gdb.threads/step-after-sr-lock.c: Rename to ...
19043 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19044 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19045 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19046 ... this.
19047
19048 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19049
19050 PR tdep/16397
19051 * gdb.arch/amd64-stap-special-operands.exp: New file.
19052 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19053 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19054 * gdb.arch/amd64-stap-triplet.S: Likewise.
19055 * gdb.arch/amd64-stap-triplet.c: Likewise.
19056
19057 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19058
19059 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19060 in .section pseudo-op.
19061
19062 2014-02-20 lin zuojian <manjian2006@gmail.com>
19063 Joel Brobecker <brobecker@adacore.com>
19064 Doug Evans <xdje42@gmail.com>
19065
19066 PR symtab/16581
19067 * gdb.dwarf2/dw2-icycle.S: New file.
19068 * gdb.dwarf2/dw2-icycle.c: New file.
19069 * gdb.dwarf2/dw2-icycle.exp: New file.
19070
19071 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19072
19073 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19074 operations on gdb.Value objects.
19075 * gdb.python/py-value-cc.exp: Add new test to test operations on
19076 gdb.Value objects.
19077
19078 2014-02-18 Doug Evans <dje@google.com>
19079
19080 * Makefile.in (TESTS): New variable.
19081 (expanded_tests, expanded_tests_or_none): New variables
19082 (check-single): Pass $(expanded_tests_or_none) to runtest.
19083 (check-parallel): Only run tests in $(TESTS) if non-empty.
19084 (check/no-matching-tests-found): New rule.
19085 * README: Document TESTS makefile variable.
19086
19087 2014-02-18 Doug Evans <dje@google.com>
19088
19089 * Makefile.in (check-parallel): rm -rf outputs temp.
19090
19091 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19092
19093 Fix "ERROR: no fileid for" in the testsuite.
19094 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19095
19096 2014-02-12 Doug Evans <dje@google.com>
19097
19098 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19099 (MISCELLANEOUS): New variable.
19100 (clean): rm -rf $(MISCELLANEOUS).
19101 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19102 dwp live in the same directory as symlinks, with each symlink pointed
19103 to a differently named file in a different directory.
19104
19105 2014-02-11 Doug Evans <dje@google.com>
19106
19107 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19108 of Tcl file commands.
19109
19110 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19111
19112 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19113 "kill -SIGUSR1 -1".
19114
19115 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19116
19117 * gdb.ada/tick_length_array_enum_idx: New testcase.
19118
19119 2014-02-10 Doug Evans <xdje42@gmail.com>
19120
19121 * configure.ac (AC_OUTPUT): Add gdb.guile.
19122 * configure: Regenerate.
19123 * lib/gdb-guile.exp: New file.
19124 * lib/gdb.exp (get_target_charset): New function.
19125 * gdb.base/help.exp: Update expected output from "apropos apropos".
19126 * gdb.guile/Makefile.in: New file.
19127 * gdb.guile/guile.exp: New file.
19128 * gdb.guile/scm-arch.c: New file.
19129 * gdb.guile/scm-arch.exp: New file.
19130 * gdb.guile/scm-block.c: New file.
19131 * gdb.guile/scm-block.exp: New file.
19132 * gdb.guile/scm-breakpoint.c: New file.
19133 * gdb.guile/scm-breakpoint.exp: New file.
19134 * gdb.guile/scm-disasm.c: New file.
19135 * gdb.guile/scm-disasm.exp: New file.
19136 * gdb.guile/scm-equal.c: New file.
19137 * gdb.guile/scm-equal.exp: New file.
19138 * gdb.guile/scm-error.exp: New file.
19139 * gdb.guile/scm-error.scm: New file.
19140 * gdb.guile/scm-frame-args.c: New file.
19141 * gdb.guile/scm-frame-args.exp: New file.
19142 * gdb.guile/scm-frame-args.scm: New file.
19143 * gdb.guile/scm-frame-inline.c: New file.
19144 * gdb.guile/scm-frame-inline.exp: New file.
19145 * gdb.guile/scm-frame.c: New file.
19146 * gdb.guile/scm-frame.exp: New file.
19147 * gdb.guile/scm-generics.exp: New file.
19148 * gdb.guile/scm-gsmob.exp: New file.
19149 * gdb.guile/scm-iterator.c: New file.
19150 * gdb.guile/scm-iterator.exp: New file.
19151 * gdb.guile/scm-math.c: New file.
19152 * gdb.guile/scm-math.exp: New file.
19153 * gdb.guile/scm-objfile-script-gdb.in: New file.
19154 * gdb.guile/scm-objfile-script.c: New file.
19155 * gdb.guile/scm-objfile-script.exp: New file.
19156 * gdb.guile/scm-objfile.c: New file.
19157 * gdb.guile/scm-objfile.exp: New file.
19158 * gdb.guile/scm-ports.exp: New file.
19159 * gdb.guile/scm-pretty-print.c: New file.
19160 * gdb.guile/scm-pretty-print.exp: New file.
19161 * gdb.guile/scm-pretty-print.scm: New file.
19162 * gdb.guile/scm-section-script.c: New file.
19163 * gdb.guile/scm-section-script.exp: New file.
19164 * gdb.guile/scm-section-script.scm: New file.
19165 * gdb.guile/scm-symbol.c: New file.
19166 * gdb.guile/scm-symbol.exp: New file.
19167 * gdb.guile/scm-symtab-2.c: New file.
19168 * gdb.guile/scm-symtab.c: New file.
19169 * gdb.guile/scm-symtab.exp: New file.
19170 * gdb.guile/scm-type.c: New file.
19171 * gdb.guile/scm-type.exp: New file.
19172 * gdb.guile/scm-value-cc.cc: New file.
19173 * gdb.guile/scm-value-cc.exp: New file.
19174 * gdb.guile/scm-value.c: New file.
19175 * gdb.guile/scm-value.exp: New file.
19176 * gdb.guile/source2.scm: New file.
19177 * gdb.guile/types-module.cc: New file.
19178 * gdb.guile/types-module.exp: New file.
19179
19180 2014-02-10 Yao Qi <yao@codesourcery.com>
19181
19182 PR testsuite/16543
19183 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19184 * configure: Regenerated.
19185 * Makefile.in: New file.
19186
19187 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19188
19189 * gdb.python/py-framefilter.exp: Fix typo.
19190
19191 2014-02-08 Yao Qi <yao@codesourcery.com>
19192
19193 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19194 that no =breakpoint-modified is emitted when breakpoints are
19195 modified through MI commands.
19196
19197 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19198 Pedro Alves <palves@redhat.com>
19199
19200 * gdb.threads/step-after-sr-lock.c: New file.
19201 * gdb.threads/step-after-sr-lock.exp: New file.
19202
19203 2014-02-07 Pedro Alves <palves@redhat.com>
19204
19205 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19206
19207 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19208
19209 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19210 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19211
19212 2014-02-06 Doug Evans <xdje42@gmail.com>
19213
19214 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19215 output.
19216
19217 * gdb.gdb/python-interrupts.exp: New file.
19218
19219 2014-02-05 Yao Qi <yao@codesourcery.com>
19220
19221 * gdb.trace/report.exp (use_collected_data): Test the output
19222 of "info threads" and "info inferiors".
19223
19224 2014-02-05 Yao Qi <yao@codesourcery.com>
19225
19226 Revert this patch:
19227
19228 2013-05-24 Yao Qi <yao@codesourcery.com>
19229
19230 * gdb.trace/tfile.exp: Test inferior and thread.
19231
19232 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19233
19234 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19235 on a function.
19236 * gdb.base/step-bt.c: Call hello via function pointer to make
19237 sure its first instruction is executed on powerpc64le-linux.
19238
19239 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19240
19241 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19242
19243 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19244
19245 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19246 of the test patterns for use on little-endian systems.
19247
19248 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19249
19250 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19251 (decimal_vector): Fix for little-endian.
19252
19253 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19254
19255 * gdb.arch/sparc-sysstep.exp: New file.
19256 * gdb.arch/sparc-sysstep.c: Likewise.
19257
19258 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19259
19260 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19261
19262 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19263
19264 2014-01-23 Tom Tromey <tromey@redhat.com>
19265
19266 * gdb.ada/array_char_idx: New testcase.
19267
19268 2014-01-23 Tom Tromey <tromey@redhat.com>
19269
19270 PR python/16487:
19271 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19272 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19273 classes.
19274
19275 2014-01-23 Tom Tromey <tromey@redhat.com>
19276
19277 PR python/16491:
19278 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19279 string from an inferior frame.
19280 * gdb.python/py-framefilter-mi.exp: Update.
19281
19282 2014-01-22 Doug Evans <dje@google.com>
19283
19284 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19285
19286 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19287
19288 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19289
19290 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19291
19292 * gdb.trace/entry-values.exp: Remove excess space character from
19293 regex patterns. Handle s390 call instruction.
19294
19295 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19296
19297 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19298 define "*_start" label. Make "name" static.
19299 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19300 ${name} by references to ${name}_start.
19301
19302 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19303
19304 * gdb.base/info-macros.exp: Remove "debug" from the compile
19305 options.
19306
19307 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19308
19309 * gdb.dlang/demangle.exp: New file.
19310
19311 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19312
19313 * gdb.dlang/primitive-types.exp: New file.
19314
19315 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19316
19317 * configure.ac: Create gdb.dlang/Makefile.
19318 * configure: Regenerate.
19319 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19320 * gdb.dlang/Makefile.in: New file.
19321 * lib/d-support.exp: New file.
19322 * lib/gdb.exp (skip_d_tests): New proc.
19323
19324 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19325
19326 * gdb.btrace/delta.exp: Check reverse stepi.
19327 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19328 * gdb.btrace/finish.exp: New.
19329 * gdb.btrace/next.exp: New.
19330 * gdb.btrace/nexti.exp: New.
19331 * gdb.btrace/record_goto.c: Add comments.
19332 * gdb.btrace/step.exp: New.
19333 * gdb.btrace/stepi.exp: New.
19334 * gdb.btrace/multi-thread-step.c: New.
19335 * gdb.btrace/multi-thread-step.exp: New.
19336 * gdb.btrace/rn-dl-bind.c: New.
19337 * gdb.btrace/rn-dl-bind.exp: New.
19338 * gdb.btrace/data.c: New.
19339 * gdb.btrace/data.exp: New.
19340 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19341
19342 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19343
19344 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19345 * gdb.btrace/exception.exp: Update.
19346 * gdb.btrace/instruction_history.exp: Update.
19347 * gdb.btrace/record_goto.exp: Update.
19348 * gdb.btrace/tailcall.exp: Update.
19349 * gdb.btrace/unknown_functions.exp: Update.
19350 * gdb.btrace/delta.exp: New.
19351
19352 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19353
19354 * gdb.btrace/record_goto.exp: Add backtrace test.
19355 * gdb.btrace/tailcall.exp: Add backtrace test.
19356
19357 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19358
19359 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19360 * gdb.btrace/record_goto.c: New.
19361 * gdb.btrace/record_goto.exp: New.
19362 * gdb.btrace/x86-record_goto.S: New.
19363
19364 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19365
19366 * gdb.btrace/function_call_history.exp: Update tests.
19367 * gdb.btrace/instruction_history.exp: Update tests.
19368
19369 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19370
19371 * gdb.btrace/function_call_history.exp: Fix expected field
19372 order for "record function-call-history".
19373 Add new tests for "record function-call-history /c".
19374 * gdb.btrace/exception.cc: New.
19375 * gdb.btrace/exception.exp: New.
19376 * gdb.btrace/tailcall.exp: New.
19377 * gdb.btrace/x86-tailcall.S: New.
19378 * gdb.btrace/x86-tailcall.c: New.
19379 * gdb.btrace/unknown_functions.c: New.
19380 * gdb.btrace/unknown_functions.exp: New.
19381 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19382
19383 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19384
19385 * gdb.btrace/instruction_history.exp: Update.
19386 * gdb.btrace/function_call_history.exp: Update.
19387
19388 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19389
19390 * gdb.btrace/function_call_history.exp: Fix expected function
19391 trace.
19392 * gdb.btrace/instruction_history.exp: Initialize traced.
19393 Remove traced_functions.
19394
19395 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19396
19397 * gdb.btrace/function_call_history.exp: Update
19398 * gdb.btrace/instruction_history.exp: Update.
19399
19400 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19401
19402 * gdb.btrace/enable.exp: Update expected text.
19403
19404 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19405
19406 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19407 bytes.
19408
19409 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19410
19411 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19412
19413 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19414
19415 * lib/gdb.exp (supports_process_record): Return true for
19416 arm*-linux*. (supports_reverse): Likewise.
19417
19418 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19419
19420 PR python/15464
19421 PR python/16113
19422 * gdb.python/py-type.c: Enhance test case.
19423 * gdb.python/py-value-cc.cc: Likewise
19424 * gdb.python/py-type.exp: Add new tests.
19425 * gdb.python/py-value-cc.exp: Likewise
19426
19427 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19428 Pedro Alves <palves@redhat.com>
19429
19430 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19431 Make "name" extern.
19432 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19433 references to ${name}_start by references to ${name}.
19434
19435 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19436
19437 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19438
19439 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19440
19441 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19442
19443 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19444 Pedro Alves <palves@redhat.com>
19445
19446 * gdb.mi/mi-info-os.exp: Connect to the target with
19447 mi_gdb_target_load.
19448
19449 2014-01-08 Pedro Alves <palves@redhat.com>
19450
19451 * gdb.threads/reconnect-signal.c: New file.
19452 * gdb.threads/reconnect-signal.exp: New file.
19453
19454 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19455
19456 * gdb.base/source-dir.exp: New file.
19457
19458 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19459
19460 * gdb.ada/mi_interface: New testcase.
19461
19462 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19463
19464 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19465 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19466 gdb.ada/pp-rec-component/pck.ads: New files.
19467
19468 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19469
19470 * gdb.python/py-pp-integral.c: New file.
19471 * gdb.python/py-pp-integral.py: New file.
19472 * gdb.python/py-pp-integral.exp: New file.
19473
19474 For older changes see ChangeLog-1993-2013.
19475 \f
19476 ;; Local Variables:
19477 ;; mode: change-log
19478 ;; left-margin: 8
19479 ;; fill-column: 74
19480 ;; version-control: never
19481 ;; End:
19482
19483 Copyright 2014-2020 Free Software Foundation, Inc.
19484 Copying and distribution of this file, with or without modification,
19485 are permitted provided the copyright notice and this notice are preserved.
This page took 0.413245 seconds and 5 git commands to generate.