[gdb/testsuite] Fix gdb.base/async.exp with gcc-8
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-04 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/async.exp: Check whether instruction addresses are a
4 "recommended breakpoint location".
5
6 2020-05-03 Tom Tromey <tom@tromey.com>
7
8 * gdb.base/sepdebug.exp: Remove "catch" test.
9 * gdb.base/break.exp: Remove "catch" test.
10 * gdb.base/default.exp: Update expected output.
11
12 2020-05-02 Tom de Vries <tdevries@suse.de>
13
14 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
15 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
16 * gdb.arch/i386-mpx-map.exp: Same.
17 * gdb.arch/i386-mpx-sigsegv.exp: Same.
18 * gdb.arch/i386-mpx-simple_segv.exp: Same.
19 * gdb.arch/i386-mpx.exp: Same.
20
21 2020-05-02 Tom de Vries <tdevries@suse.de>
22
23 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
24
25 2020-05-01 Tom de Vries <tdevries@suse.de>
26
27 * gdb.ada/operator_bp.exp: Allow more than required amount of
28 breakpoint.
29
30 2020-05-01 Tom de Vries <tdevries@suse.de>
31
32 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
33
34 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
35
36 PR gdb/18706
37 * gdb.cp/stub-array-size.cc: New test.
38 * gdb.cp/stub-array-size.exp: New file.
39 * gdb.cp/stub-array-size.h: New test.
40 * gdb.cp/stub-array-size2.cc: New test.
41
42 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
43
44 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
45 output to the new format.
46
47 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
48
49 * gdb.base/break.exp: Use with_test_prefix.
50
51 2020-04-29 Tom de Vries <tdevries@suse.de>
52
53 * lib/gdb.exp (debug_types): New proc.
54 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
55 * gdb.python/py-symtab.exp: Same.
56
57 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
58
59 PR gdb/17320
60 * gdb.base/pretty-array.c: New test.
61 * gdb.base/pretty-array.exp: New file.
62
63 2020-04-29 Tom de Vries <tdevries@suse.de>
64
65 PR symtab/25889
66 * gdb.cp/cpexprs.exp: Adapt for inclusion.
67 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
68 and include cpexprs.exp.
69
70 2020-04-28 Mark Williams <mark@myosotissp.com>
71
72 PR gdb/24480
73 * dw4-toplevel-types.exp: Test for top level types.
74 * dw4-toplevel-types.cc: Test for top level types.
75
76 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
77
78 * gdb.threads/stop-with-handle.exp: Fix typo in comment
79 (theads -> threads).
80
81 2020-04-28 Tom de Vries <tdevries@suse.de>
82
83 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
84
85 2020-04-28 Tom de Vries <tdevries@suse.de>
86
87 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
88
89 2020-04-28 Tom de Vries <tdevries@suse.de>
90
91 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
92
93 2020-04-28 Tom de Vries <tdevries@suse.de>
94
95 * gdb.dwarf2/main-foo.c: New test.
96 * gdb.dwarf2/struct-with-sig.exp: New file.
97
98 2020-04-25 Tom de Vries <tdevries@suse.de>
99
100 * boards/debug-types.exp: New file.
101
102 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
105
106 2020-04-24 Tom Tromey <tom@tromey.com>
107
108 PR symtab/12707:
109 * gdb.python/py-symbol.exp: Update expected results for
110 linkage_name test.
111 * gdb.cp/print-demangle.exp: New file.
112 * gdb.base/c-linkage-name.exp: Fix test.
113 * gdb.guile/scm-symbol.exp: Update expected results for
114 linkage_name test.
115
116 2020-04-24 Tom Tromey <tom@tromey.com>
117
118 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
119 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
120 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
121 assembler.
122
123 2020-04-24 Tom de Vries <tdevries@suse.de>
124
125 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
126 C++.
127
128 2020-04-24 Tom Tromey <tromey@adacore.com>
129
130 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
131 values.
132 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
133 values. Update test for minimal encodings.
134 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
135 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
136 values. Update test for minimal encodings.
137
138 2020-04-24 Tom Tromey <tromey@adacore.com>
139
140 PR python/23662:
141 * gdb.ada/variant.exp: Add Python checks.
142 * gdb.rust/simple.exp: Add dynamic type checks.
143
144 2020-04-24 Tom Tromey <tromey@adacore.com>
145
146 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
147 Make array type matching more lax.
148 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
149 * gdb.ada/mi_variant.exp: New file.
150 * gdb.ada/mi_variant/pck.ads: New file.
151 * gdb.ada/mi_variant/pkg.adb: New file.
152 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
153 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
154
155 2020-04-24 Tom Tromey <tromey@adacore.com>
156
157 * gdb.ada/variant.exp: Add dynamic field offset tests.
158 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
159 * gdb.ada/variant/pkg.adb: Add new variables.
160
161 2020-04-24 Tom Tromey <tromey@adacore.com>
162
163 * gdb.ada/variant.exp: New file
164 * gdb.ada/variant/pkg.adb: New file
165 * gdb.ada/variant/pck.adb: New file
166
167 2020-04-24 Tom de Vries <tdevries@suse.de>
168
169 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
170
171 2020-04-24 Tom de Vries <tdevries@suse.de>
172
173 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
174 flags.
175
176 2020-04-24 Tom de Vries <tdevries@suse.de>
177
178 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
179
180 2020-04-24 Tom de Vries <tdevries@suse.de>
181
182 * lib/gdb.exp (default_gdb_start): Handle eof.
183 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
184 failure.
185 * gdb.base/readnever.exp: Handle clean_restart failure.
186
187 2020-04-23 Tom de Vries <tdevries@suse.de>
188
189 * gdb.base/decl-before-def.exp: Run to main and print a again.
190
191 2020-04-23 Tom de Vries <tdevries@suse.de>
192
193 * gdb.base/decl-before-def-decl.c: New test.
194 * gdb.base/decl-before-def-def.c: New test.
195 * gdb.base/decl-before-def.exp: New file.
196
197 2020-04-23 Tom de Vries <tdevries@suse.de>
198
199 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
200
201 2020-04-22 Tom de Vries <tdevries@suse.de>
202
203 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
204 debug_info_offset.
205 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
206 before $objsfile in the line line.
207
208 2020-04-22 Tom de Vries <tdevries@suse.de>
209
210 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
211
212 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
213
214 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
215 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
216 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
217 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
218 * gdb.base/jit-protocol.h: Update definitions to match all usage
219 contexts.
220
221 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
222
223 * gdb.base: Rename all jit related test and source files.
224
225 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
226
227 * gdb.base/jit-reader.exp: Relax register output check.
228
229 2020-04-22 Tom de Vries <tdevries@suse.de>
230
231 PR symtab/25764
232 * gdb.base/psym-external-decl-2.c: New test.
233 * gdb.base/psym-external-decl.c: New test.
234 * gdb.base/psym-external-decl.exp: New file.
235 * gdb.threads/tls.exp: Add PR25807 kfail.
236
237 2020-04-22 Tom de Vries <tdevries@suse.de>
238
239 PR symtab/25801
240 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
241 in "info source" output.
242
243 2020-04-22 Tom de Vries <tdevries@suse.de>
244
245 PR symtab/25700
246 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
247 symtab for imported_unit.c.
248
249 2020-04-21 Gary Benson <gbenson@redhat.com>
250
251 * gdb.base/advance.c (func): New argument, to match call site.
252 (func2, func3): Add return statements.
253
254 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
255
256 * gdb.multi/run-only-second-inf.c: New file.
257 * gdb.multi/run-only-second-inf.exp: New file.
258
259 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
260
261 * gdb.btrace/multi-inferior.c: New test.
262 * gdb.btrace/multi-inferior.exp: New file.
263
264 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
265
266 * gdb.btrace/enable-new-thread.c: New test.
267 * gdb.btrace/enable-new-thread.exp: New file.
268
269 2020-04-21 Tom de Vries <tdevries@suse.de>
270
271 PR gdb/25471
272 * gdb.threads/killed-outside.c: New test.
273 * gdb.threads/killed-outside.exp: New file.
274
275 2020-04-20 Gary Benson <gbenson@redhat.com>
276
277 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
278 * gdb.base/nested-subp2.exp: Likewise.
279 * gdb.base/nested-subp3.exp: Likewise.
280
281 2020-04-20 Gary Benson <gbenson@redhat.com>
282
283 * gdb.base/nested-subp1.exp: Disable test when using clang.
284 * gdb.base/nested-subp2.exp: Likewise.
285 * gdb.base/nested-subp3.exp: Likewise.
286
287 2020-04-20 Gary Benson <gbenson@redhat.com>
288
289 * gdb.cp/exception.cc: Fix compilation error with clang.
290
291 2020-04-20 Gary Benson <gbenson@redhat.com>
292
293 * gdb.trace/tspeed.c: Fix compilation error with clang.
294
295 2020-04-20 Gary Benson <gbenson@redhat.com>
296
297 * gdb.base/jit-main.c: Fix compilation error with clang.
298
299 2020-04-17 Kamil Rytarowski <n54@gmx.com>
300
301 * gdb.base/attach-twice.c: Include "sys/types.h".
302 (PTRACE_ATTACH): Add fallback definition.
303 (main): Pass `0' to the 4th argument of `ptrace'.
304
305 2020-04-17 Kamil Rytarowski <n54@gmx.com>
306
307 * gdb.base/fork-running-state.c: Include "signal.h".
308
309 2020-04-17 Tom Tromey <tromey@adacore.com>
310
311 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
312 Update tests.
313 * gdb.btrace/cpu.exp: Update tests.
314 * gdb.base/maint.exp: Update tests.
315 * gdb.base/default.exp: Update tests.
316 * gdb.base/completion.exp: Update tests.
317
318 2020-04-16 Tom de Vries <tdevries@suse.de>
319
320 PR symtab/25791
321 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
322 (ensure_gdb_index): and factor out and move ...
323 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
324 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
325
326 2020-04-16 Tom de Vries <tdevries@suse.de>
327
328 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
329 loading exec.
330
331 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * gdb.base/many-completions.exp: New file.
334
335 2020-04-14 Tom de Vries <tdevries@suse.de>
336
337 PR symtab/25718
338 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
339
340 2020-04-14 Tom de Vries <tdevries@suse.de>
341
342 PR symtab/25720
343 * gdb.base/maint-expand-symbols-header-file.c: New test.
344 * gdb.base/maint-expand-symbols-header-file.exp: New file.
345 * gdb.base/maint-expand-symbols-header-file.h: New test.
346
347 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
348
349 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
350 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
351 get_func_info.
352 (get_func_info): Delete.
353 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
354 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
355 * lib/dwarf.exp (get_func_info): New function.
356
357 2020-04-13 Tom de Vries <tdevries@suse.de>
358
359 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
360 to what find_gnatmake does.
361
362 2020-04-10 Tom de Vries <tdevries@suse.de>
363
364 * gdb.base/style.exp: Expect "Expanding full symbols" message for
365 -readnow.
366
367 2020-04-10 Tom de Vries <tdevries@suse.de>
368
369 PR cli/25808
370 * gdb.base/style.c: Add leading newlines.
371 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
372 Check listing of main's one-line body.
373
374 2020-04-08 Tom de Vries <tdevries@suse.de>
375
376 * lib/gdb.exp (psymtabs_p): New proc.
377 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
378 importing unit" unsupported if there are no partial symbols.
379
380 2020-04-08 Tom de Vries <tdevries@suse.de>
381
382 PR testsuite/25760
383 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
384
385 2020-04-07 Tom de Vries <tdevries@suse.de>
386
387 PR symtab/25796
388 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
389
390 2020-04-07 Tom de Vries <tdevries@suse.de>
391
392 * gdb.base/check-psymtab.c: New test.
393 * gdb.base/check-psymtab.exp: New file.
394
395 2020-04-06 Tom Tromey <tromey@adacore.com>
396
397 * gdb.ada/variant-record/proc.adb: New file.
398 * gdb.ada/variant-record/value.adb: New file.
399 * gdb.ada/variant-record/value.s: New file.
400 * gdb.ada/variant-record.exp: New file.
401
402 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
403
404 PR gdb/25325
405 * gdb.cp/typed-enum.cc: New test.
406 * gdb.cp/typed-enum.exp: New file.
407
408 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
411 * gdb.dwarf2/dw2-inline-small-func.c: New file.
412 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
413 * gdb.dwarf2/dw2-inline-small-func.h: New file.
414 * gdb.opt/inline-small-func.c: New file.
415 * gdb.opt/inline-small-func.exp: New file.
416 * gdb.opt/inline-small-func.h: New file.
417
418 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
421 function.
422
423 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * lib/dwarf.exp (function_range): Allow compiler options to be
426 specified.
427
428 2020-04-02 Tom de Vries <tdevries@suse.de>
429
430 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
431 __attribute__((always_inline)).
432 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
433
434 2020-04-02 Tom de Vries <tdevries@suse.de>
435
436 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
437 (gdbserver_gdb_exit): ... here. Add timeout warning.
438 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
439 (connect_target_extended_remote): Append new server_spawn_id to
440 server_spawn_ids.
441 (cleanup): New proc.
442 (setup, <toplevel>): Call cleanup.
443
444 2020-04-02 Tom de Vries <tdevries@suse.de>
445
446 * gdb.base/main-psymtab.exp: New file.
447
448 2020-04-02 Tom de Vries <tdevries@suse.de>
449
450 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
451
452 2020-04-01 Tom Tromey <tom@tromey.com>
453
454 * gdb.base/complex-parts.exp: Add type tests.
455
456 2020-04-01 Tom Tromey <tom@tromey.com>
457
458 * gdb.base/complex-parts.exp: Add arithmetic tests.
459
460 2020-04-01 Tom Tromey <tom@tromey.com>
461
462 * gdb.compile/compile.exp: Update.
463 * gdb.compile/compile-cplus.exp: Update.
464 * gdb.base/varargs.exp: Update.
465 * gdb.base/floatn.exp: Update.
466 * gdb.base/endianity.exp: Update.
467 * gdb.base/callfuncs.exp (do_function_calls): Update.
468 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
469 (complex_float_integral_args): Update.
470 * gdb.base/complex.exp: Update.
471 * gdb.base/complex-parts.exp: Update.
472
473 2020-04-01 Tom Tromey <tromey@adacore.com>
474
475 * gdb.rust/union.rs: New file.
476 * gdb.rust/union.exp: New file.
477 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
478 (main): Update.
479 * gdb.rust/simple.exp: Move union tests to union.exp.
480
481 2020-04-01 Tom Tromey <tromey@adacore.com>
482
483 * gdb.rust/simple.rs (main): Remove "y0".
484
485 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
486
487 * gdb.multi/stop-all-on-exit.c: New test.
488 * gdb.multi/stop-all-on-exit.exp: New file.
489
490 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
491
492 PR gdb/24789
493 * gdb.cp/misc.cc: Add integer reference variable.
494 * gdb.cp/misc.exp: Add test.
495
496 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
497
498 * gdb.server/stop-reply-no-thread.exp: Enhance the test
499 scenario to cover execution until the end and also the case
500
501 2020-03-31 Tom de Vries <tdevries@suse.de>
502
503 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
504 c. Use "maint info symtabs" to check symtab expansion.
505
506 2020-03-30 Tom de Vries <tdevries@suse.de>
507
508 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
509 unsupported.
510 (verify_psymtab_expanded): Move ...
511 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
512 test.
513 (readnow): New proc.
514
515 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
518 with $hex.
519
520 2020-03-20 Tom Tromey <tromey@adacore.com>
521
522 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
523
524 2020-03-20 Tom Tromey <tromey@adacore.com>
525
526 * gdb.ada/sub_variant/subv.adb: New file.
527 * gdb.ada/sub_variant.exp: New file.
528
529 2020-03-20 Tom de Vries <tdevries@suse.de>
530
531 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
532 first break fails.
533 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
534
535 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.server/exit-multiple-threads.c: New file.
538 * gdb.server/exit-multiple-threads.exp: New file.
539
540 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
541
542 * gdb.fortran/mixed-lang-stack.c: New file.
543 * gdb.fortran/mixed-lang-stack.cpp: New file.
544 * gdb.fortran/mixed-lang-stack.exp: New file.
545 * gdb.fortran/mixed-lang-stack.f90: New file.
546
547 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * gdb.linespec/cp-completion-aliases.cc: New file.
550 * gdb.linespec/cp-completion-aliases.exp: New file.
551
552 2020-03-19 Tom de Vries <tdevries@suse.de>
553
554 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
555 more precise.
556
557 2020-03-18 Tom de Vries <tdevries@suse.de>
558
559 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
560 * gdb.dwarf2/break-inline-psymtab.c: New test.
561 * gdb.dwarf2/break-inline-psymtab.exp: New file.
562
563 2020-03-16 Tom de Vries <tdevries@suse.de>
564
565 * lib/cache.exp (gdb_do_cache): Add and handle local variables
566 cache_verify and cache_verify_proc.
567
568 2020-03-15 Tom de Vries <tdevries@suse.de>
569
570 * gdb.server/solib-list.exp: Handle
571 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
572
573 2020-03-15 Tom de Vries <tdevries@suse.de>
574
575 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
576 objfiles".
577
578 2020-03-14 Tom Tromey <tom@tromey.com>
579
580 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
581
582 2020-03-14 Tom de Vries <tdevries@suse.de>
583
584 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
585
586 2020-03-14 Tom de Vries <tdevries@suse.de>
587
588 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
589 result in line-by-line fashion.
590
591 2020-03-14 Tom de Vries <tdevries@suse.de>
592
593 * lib/gdb.exp (supports_statement_frontiers): New proc.
594 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
595
596 2020-03-14 Tom de Vries <tdevries@suse.de>
597
598 * gdb.base/printcmds.exp: Add missing quoting for "print
599 teststring2".
600
601 2020-03-13 Tom Tromey <tom@tromey.com>
602
603 * gdb.base/printcmds.exp (test_print_strings): Add regression
604 test.
605 * gdb.base/printcmds.c (charptr): New typedef.
606 (teststring2): New global.
607
608 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
609
610 * gdb.base/break-interp.exp: Use the tail of the filename, not the
611 full path in the test name.
612 (test_ld): Add some with_test_prefix blocks to make test names
613 unique.
614
615 2020-03-13 Tom de Vries <tdevries@suse.de>
616
617 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
618
619 2020-03-13 Tom de Vries <tdevries@suse.de>
620
621 * gdb.mi/mi-sym-info.exp: Make matching more precise.
622
623 2020-03-13 Tom de Vries <tdevries@suse.de>
624
625 PR symtab/25646
626 * gdb.dwarf2/imported-unit.exp: Add test.
627
628 2020-03-13 Tom de Vries <tdevries@suse.de>
629
630 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
631 (var1, var2): New variable.
632 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
633 matching symbols.
634
635 2020-03-13 Tom de Vries <tdevries@suse.de>
636
637 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
638 (Term::command): Use prompt prefix.
639 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
640 * gdb.tui/tui-layout-asm-short-prog.exp: Use
641 command_no_prompt_prefix instead of prefix.
642 * gdb.tui/tui-layout-asm.exp: Same.
643
644 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
645
646 * gdb.base/break-interp.exp: Use foreach_with_prefix.
647
648 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
649
650 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
651 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
652 on" while stepping over the test instruction, match printed
653 message.
654
655 2020-03-12 Tom de Vries <tdevries@suse.de>
656
657 * gdb.base/info-types.exp: Use exp_continue during matching of output
658 of "info types".
659
660 2020-03-12 Tom de Vries <tdevries@suse.de>
661
662 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
663
664 2020-03-12 Tom de Vries <tdevries@suse.de>
665
666 * gdb.fortran/module.exp: Use exp_continue during matching of output
667 of "info variable -n".
668
669 2020-03-12 Tom de Vries <tdevries@suse.de>
670
671 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
672 gdb.dwarf2/dw2-ranges-base.c.
673
674 2020-03-12 Tom de Vries <tdevries@suse.de>
675
676 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
677 in presence of GLIBC debuginfo.
678
679 2020-03-12 Tom de Vries <tdevries@suse.de>
680
681 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
682 $core.
683
684 2020-03-12 Tom de Vries <tdevries@suse.de>
685
686 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
687 more precise.
688
689 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
690
691 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
692 from Unix to Windows path.
693
694 2020-03-11 Tom de Vries <tdevries@suse.de>
695
696 * gdb.ada/minsyms.exp: Set language to ada.
697
698 2020-03-11 Tom de Vries <tdevries@suse.de>
699
700 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
701
702 2020-03-11 Tom de Vries <tdevries@suse.de>
703
704 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
705
706 2020-03-11 Tom Tromey <tromey@adacore.com>
707
708 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
709
710 2020-03-11 Tom de Vries <tdevries@suse.de>
711
712 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
713
714 2020-03-11 Tom de Vries <tdevries@suse.de>
715
716 * gdb.base/break-interp.exp: Limit verbose scope.
717
718 2020-03-11 Tom de Vries <tdevries@suse.de>
719
720 * gdb.fortran/logical.f90: Define variable with character type.
721 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
722
723 2020-03-11 Tom de Vries <tdevries@suse.de>
724
725 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
726
727 2020-03-11 Tom de Vries <tdevries@suse.de>
728
729 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
730 symtabs.
731
732 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
733 Bernd Edlinger <bernd.edlinger@hotmail.de>
734
735 * gdb.cp/step-and-next-inline.cc: New file.
736 * gdb.cp/step-and-next-inline.exp: New file.
737 * gdb.cp/step-and-next-inline.h: New file.
738 * gdb.dwarf2/dw2-is-stmt.c: New file.
739 * gdb.dwarf2/dw2-is-stmt.exp: New file.
740 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
741 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
742 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
743
744 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
747 is-stmt flag in the line table.
748
749 2020-03-09 Tom de Vries <tdevries@suse.de>
750
751 * lib/gdb.exp (cached_file): Create cache dir.
752
753 2020-03-07 Tom de Vries <tdevries@suse.de>
754
755 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
756 * gdb.cp/rvalue-ref-params.exp: Same.
757
758 2020-03-06 Tom de Vries <tdevries@suse.de>
759
760 * lib/gdb.exp (tentative_rename, cached_file): New proc.
761 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
762
763 2020-03-06 Tom de Vries <tdevries@suse.de>
764
765 * README: Fix "the the".
766 * gdb.base/dprintf.exp: Same.
767
768 2020-03-05 Tom de Vries <tdevries@suse.de>
769
770 * gdb.base/maint.exp: Update "main print statistics" expected output.
771
772 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
773
774 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
775 (fortran_int8): Likewise.
776 (fortran_real4): Likewise.
777 (fortran_real8): Likewise.
778 (fortran_complex4): Likewise.
779 (fortran_logical4): Likewise.
780 (fortran_character1): Likewise.
781
782 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 * gdb.fortran/logical.exp: Add tests that any non-zero value is
785 printed as true.
786
787 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
788
789 * gdb.base/printcmds.exp: Add test to verify printf of a
790 variable holding an address.
791
792 2020-03-03 Tom de Vries <tdevries@suse.de>
793
794 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
795
796 2020-03-03 Tom de Vries <tdevries@suse.de>
797
798 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
799 gdb_test_multiple call.
800
801 2020-03-03 Tom de Vries <tdevries@suse.de>
802
803 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
804 gdb_test_multiple calls.
805
806 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
807
808 * gdb.base/default.exp: Remove test of 'set history filename'.
809 * gdb.base/gdbinit-history.exp: Add tests for setting the history
810 filename to the empty string.
811 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
812 and GDBHISTSIZE.
813
814 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
817 disabled.
818
819 2020-03-02 Pedro Alves <palves@redhat.com>
820 Tom de Vries <tdevries@suse.de>
821
822 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
823 -prompt prefix, before user_code argument. Add -lbl option likewise.
824 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
825 (gdb_is_target_1): Add -prompt prefix and move to before user_code
826 argument.
827 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
828 have "\r\n" at start-of-line, instead of at end-of-line.
829
830 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
831
832 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
833 libinproctrace.so.
834
835 2020-02-28 Luis Machado <luis.machado@linaro.org>
836
837 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
838 to "p/x".
839
840 2020-02-28 Luis Machado <luis.machado@linaro.org>
841
842 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
843 asm/ptrace.h and error.h.
844
845 2020-02-28 Tom de Vries <tdevries@suse.de>
846
847 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
848 (struct wrapper, do_something, mundane/symada__cS): Move ...
849 * gdb.base/c-linkage-name-2.c: ... here. New source file.
850 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
851 Update "print symada__cS before partial symtab expansion" regexp.
852 Update breakpoint location. Flush symbol cache after expansion.
853
854 2020-02-28 Luis Machado <luis.machado@linaro.org>
855
856 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
857
858 2020-02-27 Tom de Vries <tdevries@suse.de>
859
860 * config/sid.exp: Remove unused globals.
861 * gdb.base/attach.exp: Same.
862 * gdb.base/catch-load.exp: Same.
863 * gdb.base/dbx.exp: Same.
864 * lib/gdb.exp: Same.
865 * lib/mi-support.exp: Same.
866 * lib/prompt.exp: Same.
867
868 2020-02-27 Tom de Vries <tdevries@suse.de>
869
870 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
871 not set.
872
873 2020-02-26 Aaron Merey <amerey@redhat.com>
874
875 * gdb.debuginfod: New directory for debuginfod tests.
876 * gdb.debuginfod/main.c: New test file.
877 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
878
879 2020-02-26 Tom de Vries <tdevries@suse.de>
880
881 PR gdb/25603
882 * gdb.base/persistent-lang.cc: New test.
883 * gdb.base/persistent-lang.exp: New file.
884
885 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
886
887 * gdb.fortran/derived-type-striding.exp: Add a new test.
888 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
889 new test.
890
891 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * gdb.base/cached-source-file.exp: Avoid source file paths in test
894 names.
895
896 2020-02-25 Tom de Vries <tdevries@suse.de>
897
898 PR go/18926
899 * gdb.go/methods.exp: Remove gcc/93866 xfail.
900
901 2020-02-24 Tom de Vries <tdevries@suse.de>
902
903 PR gdb/25592
904 * gdb.base/info-locals-unused-static-var.c: New test.
905 * gdb.base/info-locals-unused-static-var.exp: New file.
906
907 2020-02-22 Tom Tromey <tom@tromey.com>
908
909 * gdb.python/tui-window.exp: New file.
910 * gdb.python/tui-window.py: New file.
911
912 2020-02-22 Tom Tromey <tom@tromey.com>
913
914 PR tui/17850:
915 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
916 tests.
917
918 2020-02-22 Tom Tromey <tom@tromey.com>
919
920 * gdb.tui/new-layout.exp: Add sub-layout tests.
921
922 2020-02-22 Tom Tromey <tom@tromey.com>
923
924 * gdb.tui/new-layout.exp: New file.
925
926 2020-02-22 Tom Tromey <tom@tromey.com>
927
928 * gdb.rust/rust-style.rs: New file.
929 * gdb.rust/rust-style.exp: New file.
930 * gdb.base/style.exp: Test structure printing.
931 * gdb.base/style.c (struct some_struct): New type.
932 (enum etype): New type.
933 (struct_value): New global.
934
935 2020-02-21 Tom de Vries <tdevries@suse.de>
936
937 PR go/18926
938 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
939 Remove blanket xfails. Use message argument for gdb_breakpoint.
940 Make continuing to breakpoint test conditional on setting breakpoint.
941 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
942 DW_AT_name attribute. Add xfail for GCC PR93866.
943
944 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.dwarf2/cpp-linkage-name.c: New file.
947 * gdb.dwarf2/cpp-linkage-name.exp: New file.
948
949 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
950
951 * lib/gdb.exp (gdb_wrapper_init): Reset
952 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
953 not exist.
954
955 2020-02-20 Tom de Vries <tdevries@suse.de>
956
957 PR go/17018
958 * gdb.go/hello.exp: Copy ...
959 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
960 print of st to print value of global definition. Add xfail for GCC
961 PR93844.
962 * gdb.go/hello.exp: Remove printing of st before definition.
963 * gdb.go/hello.go: Copy ...
964 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
965 to st.
966 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
967
968 2020-02-20 Tom de Vries <tdevries@suse.de>
969
970 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
971 (gdb_simple_compile): Handle compile_flags go by using .go extension
972 for source file.
973 * gdb.go/chan.exp: Use support_go_compile.
974 * gdb.go/handcall.exp: Same.
975 * gdb.go/hello.exp: Same.
976 * gdb.go/integers.exp: Same.
977 * gdb.go/max-depth.exp: Same.
978 * gdb.go/methods.exp: Same.
979 * gdb.go/package.exp: Same.
980 * gdb.go/strings.exp: Same.
981 * gdb.go/types.exp: Same.
982 * gdb.go/unsafe.exp: Same.
983
984 2020-02-19 Tom de Vries <tdevries@suse.de>
985
986 * gdb.python/lib-types.exp: Make xfail more strict.
987
988 2020-02-19 Tom de Vries <tdevries@suse.de>
989
990 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
991
992 2020-02-19 Doug Evans <dje@google.com>
993
994 PR rust/25535
995 * gdb.rust/simple.exp: Add test.
996 * gdb.rust/simple.rs: Add test.
997
998 2020-02-19 Tom de Vries <tdevries@suse.de>
999
1000 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1001 output line-by-line.
1002
1003 2020-02-19 Tom de Vries <tdevries@suse.de>
1004
1005 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1006
1007 2020-02-19 Tom de Vries <tdevries@suse.de>
1008
1009 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1010 prelink.
1011
1012 2020-02-19 Tom de Vries <tdevries@suse.de>
1013
1014 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1015 (gdb_do_cache): Use gdb_do_cache_wrap.
1016 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1017
1018 2020-02-19 Tom de Vries <tdevries@suse.de>
1019
1020 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1021 gdb_compile option.
1022
1023 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1024
1025 * gdb.base/printcmds.exp (test_print_enums): Update expected
1026 output.
1027
1028 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1029
1030 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1031 for "unknown".
1032
1033 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1034
1035 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1036 enumerator.
1037
1038 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1039
1040 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1041 FE_, add FE_NONE.
1042 (three): Update.
1043 (enum flag_enum_without_zero): New enum.
1044 (flag_enum_without_zero): New variable.
1045 (enum not_flag_enum): New enum.
1046 (three_not_flag): New variable.
1047 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1048 (test_print_enums): Add more tests for printing flag enums.
1049
1050 2020-02-18 Tom de Vries <tdevries@suse.de>
1051
1052 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1053 (gdb_compile_ada): ... here.
1054 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1055 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1056
1057 2020-02-14 Tom Tromey <tom@tromey.com>
1058
1059 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1060 build directory.
1061 * boards/gdbserver-base.exp: Update path to gdbserver.
1062
1063 2020-02-13 Tom de Vries <tdevries@suse.de>
1064
1065 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1066
1067 2020-02-13 Tom de Vries <tdevries@suse.de>
1068
1069 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1070 are missing.
1071
1072 2020-02-13 Tom de Vries <tdevries@suse.de>
1073
1074 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1075 call.
1076
1077 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1078
1079 PR tui/25126
1080 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1081 * gdb.base/cached-source-file.c: New file.
1082 * gdb.base/cached-source-file.exp: New file.
1083
1084 2020-02-11 Tom de Vries <tdevries@suse.de>
1085
1086 PR testsuite/25488
1087 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1088
1089 2020-02-10 Tom de Vries <tdevries@suse.de>
1090
1091 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1092
1093 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1094
1095 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1096 and $after_addr are both integers before making a comparison.
1097
1098 2020-02-09 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1101 command output and paste it into gdb.log. If any, paste catch message
1102 to gdb.log.
1103
1104 2020-02-07 Tom Tromey <tromey@adacore.com>
1105
1106 PR breakpoints/24915:
1107 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1108
1109 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1110
1111 * gdb.tui/tui-missing-src.exp: Add the "missing source
1112 file" test for the TUI.
1113
1114 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1115
1116 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1117 including a port number in the output.
1118
1119 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1120
1121 * lib/fortran.exp (fortran_int4): Handle clang.
1122 (fortran_int8): Likewise.
1123 (fortran_real4): Likewise.
1124 (fortran_real8): Likewise.
1125 (fortran_complex4): Likewise.
1126 (fortran_logical4): Likewise.
1127 (fortran_character1): Likewise.
1128
1129 2020-02-04 Tom de Vries <tdevries@suse.de>
1130
1131 * README (Race detection): Add note.
1132
1133 2020-02-04 Tom de Vries <tdevries@suse.de>
1134
1135 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1136
1137 2020-02-04 Tom de Vries <tdevries@suse.de>
1138
1139 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1140
1141 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1142
1143 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1144 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1145 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1146 blttar, bnetarl.
1147 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1148 binary for blttar, bnetarl.
1149 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1150 wait instruction. Delete ldmx test.
1151 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1152
1153 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1154
1155 * gdb.fortran/array-bounds-high.exp: New file.
1156 * gdb.fortran/array-bounds-high.f90: New file.
1157
1158 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1159
1160 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1161 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1162
1163 2020-02-01 Tom de Vries <tdevries@suse.de>
1164
1165 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1166
1167 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 PR tui/9765
1170 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1171 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1172
1173 2020-01-29 Luis Machado <luis.machado@linaro.org>
1174
1175 * gdb.arch/aarch64-brk-patterns.c: New source file.
1176 * gdb.arch/aarch64-brk-patterns.exp: New test.
1177
1178 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1179
1180 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1181 GCC/Clang version.
1182 * gdb.cp/pass-by-ref.exp: Ditto.
1183
1184 2020-01-29 Tom de Vries <tdevries@suse.de>
1185
1186 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1187 * gdb.threads/watchpoint-fork-mt.c: Same.
1188 * gdb.threads/watchpoint-fork-parent.c: Same.
1189 * gdb.threads/watchpoint-fork-st.c: Same.
1190 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1191
1192 2020-01-27 Luis Machado <luis.machado@linaro.org>
1193
1194 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1195 sitting at a syscall instruction when we hit the syscall function's
1196 breakpoint.
1197 Check PC against one obtained with the x command.
1198 Validate syscall number.
1199 (step_over_syscall): Don't continue to the syscall instruction if
1200 we're already there.
1201
1202 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1203
1204 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1205
1206 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1209 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1210
1211 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1214 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1215
1216 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1217
1218 * gdb.base/maint.exp: Update line table parsing test.
1219 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1220
1221 2020-01-24 Pedro Alves <palves@redhat.com>
1222
1223 PR gdb/25410
1224 * gdb.multi/multi-re-run-1.c: New.
1225 * gdb.multi/multi-re-run-2.c: New.
1226 * gdb.multi/multi-re-run.exp: New.
1227
1228 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 PR gdb/23718
1231 * gdb.server/server-kill-python.exp: New file.
1232
1233 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.server/multi-ui-errors.c: New file.
1236 * gdb.server/multi-ui-errors.exp: New file.
1237
1238 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1239
1240 PR tui/9765
1241 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1242
1243 2020-01-19 Tom Tromey <tom@tromey.com>
1244
1245 * gdb.tui/main.exp: Add check for plain "file".
1246
1247 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1248
1249 * lib/gdb.exp: Fix spelling error (seperatelly).
1250
1251 2020-01-14 Tom Tromey <tom@tromey.com>
1252
1253 PR symtab/12535:
1254 * gdb.python/python.exp: Test decode_line with empty string
1255 argument.
1256
1257 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1258
1259 * gdb.base/skip-inline.exp: Extend test.
1260
1261 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1264 * gdb.dwarf2/dw2-bad-elf.c: New file.
1265 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1266
1267 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1270 _line_saw_file.
1271
1272 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1275 border.
1276
1277 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1278
1279 * gdb.multi/multi-target.exp (setup): Factor out "info
1280 connections" and "info inferiors" tests to ...
1281 (test_info_inferiors): ... this new procedure.
1282 (top level): Run new "info-inferiors" tests.
1283
1284 2020-01-10 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.server/bkpt-other-inferior.exp: New file.
1287
1288 2020-01-10 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1291 of "add-inferior".
1292 * gdb.base/quit-live.exp: Likewise.
1293 * gdb.base/remote-exec-file.exp: Likewise.
1294 * gdb.guile/scm-progspace.exp: Likewise.
1295 * gdb.linespec/linespec.exp: Likewise.
1296 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1297 * gdb.mi/user-selected-context-sync.exp: Likewise.
1298 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1299 "info inferiors" tests.
1300 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1301 "add-inferior".
1302 * gdb.multi/watchpoint-multi.exp: Likewise.
1303 * gdb.python/py-inferior.exp: Likewise.
1304 * gdb.server/extended-remote-restart.exp: Likewise.
1305 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1306 "info inferiors".
1307 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1308 * gdb.trace/report.exp: Likewise.
1309
1310 2020-01-10 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.multi/multi-target.c: New file.
1313 * gdb.multi/multi-target.exp: New file.
1314 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1315 mode requested, but remote does not support non-stop".
1316
1317 2020-01-10 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1320 disconnect before reconnecting.
1321
1322 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1323 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.server/connect-without-multi-process.exp: Also test
1326 continuing to end.
1327
1328 2020-01-10 Pedro Alves <palves@redhat.com>
1329
1330 * gdb.base/remote-exec-file.exp: New file.
1331
1332 2020-01-10 Pedro Alves <palves@redhat.com>
1333
1334 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1335 output.
1336 * gdb.threads/async.c: New.
1337 * gdb.threads/async.exp: New.
1338 * gdb.multi/tids-gid-reset.c: New.
1339 * gdb.multi/tids-gid-reset.exp: New.
1340
1341 2020-01-10 George Barrett <bob@bob131.so>
1342
1343 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1344 to help in finding the image relocation offset.
1345 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1346 options in arguments.
1347 (stap_test_no_debuginfo): Likewise.
1348 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1349 test variants.
1350 (stap_test): Add null semaphore relocation test.
1351
1352 2020-01-10 George Barrett <bob@bob131.so>
1353
1354 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1355 * gdb.base/stap-probe.exp: Likewise.
1356 (stap_test): Pass argument as an additional flag.
1357 (stap_test_no_debuginfo): Likewise.
1358 (stap_test): Check `info probes stap' output for semaphore
1359 addresses if the test binary is supposed to have them.
1360
1361 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1362
1363 * gdb.tui/basic.exp: Add more scrolling tests.
1364
1365 2020-01-09 Tom Tromey <tom@tromey.com>
1366
1367 PR tui/18932:
1368 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1369 meangingful value.
1370 (Term::command, Term::resize): Update.
1371 * gdb.tui/basic.exp: Add scrolling test.
1372
1373 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1374
1375 * gdb.tui/tui-layout-asm.exp: New file.
1376
1377 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1378
1379 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1380
1381 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1382
1383 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1384 (Term::enter_tui): Use Term::prepare_for_tui.
1385
1386 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1387
1388 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1389 called.
1390
1391 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * gdb.base/skip.exp: Fix race condition in test.
1394
1395 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * gdb.base/backtrace.c: New file.
1398 * gdb.base/backtrace.exp: New file.
1399
1400 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1401
1402 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1403
1404 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1405
1406 * gdb.base/style.exp: Test that warnings are styled.
1407
1408 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1409
1410 * gdb.base/line65535.exp: New file.
1411 * gdb.base/line65535.c: New file.
1412
1413 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1414
1415 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1416 * lib/gnat_debug_info_test.adb: New file.
1417 * gdb.ada/ptype_tagged_param.exp: Use
1418 gnat_runtime_has_debug_info, expect a different output if
1419 runtime does not have debug info.
1420
1421 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1422
1423 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1424 (another) quote in test name.
1425
1426 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1427
1428 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1429 Add quote in test name.
1430
1431 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1432
1433 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1434 directory instead.
1435 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1436 * gdb.cp/pass-by-ref-2.cc: New file.
1437 * gdb.cp/pass-by-ref-2.exp: New file.
1438
1439 2019-12-20 Tom Tromey <tom@tromey.com>
1440
1441 * gdb.tui/list-before.exp: New file.
1442
1443 2019-12-20 Tom Tromey <tom@tromey.com>
1444
1445 * gdb.tui/list.exp: Check for source on initial listing.
1446
1447 2019-12-11 Tom Tromey <tromey@adacore.com>
1448
1449 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1450 Add crlf test.
1451
1452 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1453
1454 * gdb.base/default.exp: Update value of $_gdb_major.
1455
1456 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1457
1458 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1459
1460 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1461
1462 * gdb.base/skip.exp: Whitespace fix.
1463
1464 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1465
1466 * gdb.base/skip-inline.c: New file.
1467 * gdb.base/skip-inline.exp: New file.
1468
1469 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1470
1471 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1472 jit_function_00 to jit_function_stack_mangle.
1473 * gdb.base/jithost.c (jit_function_t): Rename to...
1474 (jit_function_stack_mangle_t): ... this.
1475 (jit_function_add_t): New typedef.
1476 (jit_function_00_code): Rename to...
1477 (jit_function_stack_mangle_code): ... this, make static.
1478 (jit_function_add_code): New.
1479 (main): Generate "add" function and call it. Adjust to changes
1480 in jithost_abi.
1481 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1482 (struct jithost_abi) <begin, end>: Remove fields.
1483 <object, function_stack_mangle, function_add>: New fields.
1484 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1485 code_end>: Remove fields.
1486 <func_stack_mangle>: New field.
1487 (read_debug_info): Adjust to renaming, create block for "add"
1488 function.
1489 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1490
1491 2019-12-11 Tom Tromey <tom@tromey.com>
1492
1493 * gdb.tui/resize.exp: Fix regexp.
1494 * gdb.tui/regs.exp: Fix regexps.
1495 * gdb.tui/main.exp: Fix regexp.
1496
1497 2019-12-11 Tom Tromey <tom@tromey.com>
1498
1499 * gdb.tui/resize.exp: Update.
1500 * gdb.tui/empty.exp (layouts): Update.
1501
1502 2019-12-11 Tom Tromey <tom@tromey.com>
1503
1504 * gdb.tui/regs.exp: Update.
1505 * gdb.tui/empty.exp (layouts): Update.
1506 * gdb.tui/basic.exp: Update.
1507 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1508
1509 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1510
1511 * gdb.base/options.exp: Add -raw-values in the print completion list.
1512 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1513
1514 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1515
1516 * gdb.threads/omp-par-scope.c: New file.
1517 * gdb/threads/omp-par-scope.exp: New file.
1518
1519 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1520
1521 * lib/gdb.exp (support_nested_function_tests): New proc.
1522
1523 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1524
1525 * lib/gdb.exp (gdb_compile_openmp): New proc.
1526 (build_executable_from_specs): Add an "openmp" option.
1527 (gdb_compile_pthreads): Add non-executable case.
1528
1529 2019-12-10 Tom Tromey <tromey@adacore.com>
1530
1531 * gdb.ada/unchecked_union.exp: New file.
1532 * gdb.ada/unchecked_union/pck.adb: New file.
1533 * gdb.ada/unchecked_union/pck.ads: New file.
1534 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1535 * gdb-utils.exp (string_to_regexp): Also quote "?".
1536
1537 2019-12-10 George Barrett <bob@bob131.so>
1538
1539 Test scripted probe breakpoints.
1540 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1541 * gdb.python/py-breakpoint.c (main): Likewise.
1542 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1543 specifier test.
1544 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1545
1546 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1547
1548 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1549 an rvalue parameter.
1550 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1551 parameter.
1552
1553 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1554
1555 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1556 modules.
1557
1558 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1561 broken version of GCC.
1562
1563 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1564
1565 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1566 sym-info-cmds library.
1567 * gdb.fortran/info-types.exp: Likewise.
1568 * lib/sym-info-cmds.exp: New file.
1569
1570 2019-12-08 Tom de Vries <tdevries@suse.de>
1571
1572 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1573
1574 2019-12-07 Keith Seitz <keiths@redhat.com>
1575
1576 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1577 * gdb.base/corefile-buildid-shlib.c: New file.
1578 * gdb.base/corefile-buildid.c: New file.
1579 * gdb.base/corefile-buildid.exp: New file.
1580
1581 2019-12-06 Tom de Vries <tdevries@suse.de>
1582
1583 * gdb.dwarf2/varval.exp: Add decl before def test.
1584
1585 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1586
1587 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1588
1589 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1590
1591 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1592 CV and reference conversion for overload resolution.
1593 * gdb.cp/rvalue-ref-overload.exp: Test it.
1594
1595 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1596
1597 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1598 * gdb.base/frameapply.exp: Test faas without command.
1599
1600 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1603 Fortran tests.
1604 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1605 order.
1606
1607 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1608
1609 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1610 casting to type with no kind specified.
1611 (test_basic_parsing_of_type_kinds): Additional tests for types
1612 with no kind specified, and add tests for single/double
1613 precision/complex types.
1614
1615 2019-12-04 Tom Tromey <tromey@adacore.com>
1616
1617 * gdb.base/endianity.c (struct other) <x>: New field.
1618 (main): Initialize it.
1619 * gdb.base/endianity.exp: Update.
1620
1621 2019-12-04 Tom Tromey <tromey@adacore.com>
1622
1623 * gdb.ada/scalar_storage/storage.adb: New file.
1624 * gdb.ada/scalar_storage/pck.adb: New file.
1625 * gdb.ada/scalar_storage/pck.ads: New file.
1626 * gdb.ada/scalar_storage.exp: New file.
1627
1628 2019-12-04 Tom Tromey <tromey@adacore.com>
1629
1630 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1631 (main): Initialize it.
1632 * gdb.base/endianity.exp: Update.
1633
1634 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1635
1636 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1637
1638 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1641 -symbol-info-module-functions and -symbol-info-module-variables.
1642
1643 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1646
1647 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1648 Andrew Burgess <andrew.burgess@embecosm.com>
1649
1650 * gdb.fortran/derived-type-striding.exp: New file.
1651 * gdb.fortran/derived-type-striding.f90: New file.
1652 * gdb.fortran/array-slices.exp: New file.
1653 * gdb.fortran/array-slices.f90: New file.
1654
1655 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1656
1657 * gdb.base/define.exp: Test . in command names.
1658 * gdb.base/setshow.exp: Update test, as . is now part of
1659 command name.
1660
1661 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1662
1663 * gdb.base/define-prefix.exp: New file.
1664
1665 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1666
1667 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1668 compile.
1669 (skip_btrace_pt_tests): Likewise.
1670
1671 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1672
1673 * gdb.fortran/info-modules.exp: Compile source files in correct
1674 order.
1675
1676 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1677
1678 * gdb.dwarf2/imported-unit.exp: New file.
1679 * gdb.dwarf2/imported-unit.c: New file.
1680
1681 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1682
1683 * gdb.mi/mi-fortran-modules-2.f90: New file.
1684 * gdb.mi/mi-fortran-modules.exp: New file.
1685 * gdb.mi/mi-fortran-modules.f90: New file.
1686
1687 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1688
1689 * gdb.mi/mi-sym-info-1.c: New file.
1690 * gdb.mi/mi-sym-info-2.c: New file.
1691 * gdb.mi/mi-sym-info.exp: New file.
1692
1693 2019-11-22 Tom Tromey <tromey@adacore.com>
1694
1695 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1696 * gdb.ada/tasks/foo.adb: Add another stopping location.
1697
1698 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1699
1700 * gdb.base/endianity.c: New test.
1701 * gdb.base/endianity.exp: New file.
1702
1703 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1704
1705 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1706
1707 2019-11-21 Tom de Vries <tdevries@suse.de>
1708
1709 PR gdb/24956
1710 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1711
1712 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1713
1714 * gdb.python/py-progspace.exp: Add missing parentheses on some
1715 'print' commands.
1716
1717 2019-11-19 Tom Tromey <tom@tromey.com>
1718
1719 * gdb.tui/winheight.exp: New file.
1720
1721 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.base/ctf-whatis.c: Delete.
1724 * gdb.base/ctf-whatis.exp: Delete.
1725 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1726
1727 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1728
1729 * gdb.base/ctf-cvexpr.exp: Delete.
1730 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1731
1732 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1735 the compiler. Clean up header comment a little.
1736 * gdb.base/ctf-ptype.exp: Likewise.
1737 * gdb.base/ctf-whatis.exp: Likewise.
1738 * lib/gdb.exp (skip_ctf_tests): New proc.
1739
1740 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1741
1742 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1743 * gdb.tui/corefile-run.exp: New file.
1744
1745 2019-11-14 Tom Tromey <tromey@adacore.com>
1746
1747 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1748 regression tests.
1749
1750 2019-11-12 Tom Tromey <tom@tromey.com>
1751
1752 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1753 after any command. Expect prompt after WAIT_FOR is seen.
1754 (enter_tui): Enable resize messages.
1755 (command): Expect command in output.
1756 (get_line): Avoid error when cursor appears to be off-screen.
1757 (dump_screen): Include screen size in title.
1758 (_do_resize): New proc, from "resize".
1759 (resize): Rewrite. Do resize in two steps.
1760 * gdb.tui/empty.exp (layouts): Fix entries.
1761 (check_boxes): Remove xfail.
1762 (check_text): Dump screen on failure.
1763
1764 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * gdb.python/py-symbol.exp: Add test for
1767 gdb.lookup_static_symbols.
1768
1769 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 * gdb.python/py-symbol.c: Declare and call function from new
1772 py-symbol-2.c file.
1773 * gdb.python/py-symbol.exp: Compile both source files, and add new
1774 tests for gdb.lookup_static_symbol.
1775 * gdb.python/py-symbol-2.c: New file.
1776
1777 2019-11-02 Tom de Vries <tdevries@suse.de>
1778
1779 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1780 * gdb.base/anon.exp: Same.
1781 * gdb.base/auto-connect-native-target.exp: Same.
1782 * gdb.base/call-ar-st.exp: Same.
1783 * gdb.base/catch-syscall.exp: Same.
1784 * gdb.base/commands.exp: Same.
1785 * gdb.base/default.exp: Same.
1786 * gdb.base/display.exp: Same.
1787 * gdb.base/float.exp: Same.
1788 * gdb.base/foll-fork.exp: Same.
1789 * gdb.base/help.exp: Same.
1790 * gdb.base/info-macros.exp: Same.
1791 * gdb.base/info-proc.exp: Same.
1792 * gdb.base/info-target.exp: Same.
1793 * gdb.base/long_long.exp: Same.
1794 * gdb.base/macscp.exp: Same.
1795 * gdb.base/memattr.exp: Same.
1796 * gdb.base/nofield.exp: Same.
1797 * gdb.base/pointers.exp: Same.
1798 * gdb.base/printcmds.exp: Same.
1799 * gdb.base/ptype.exp: Same.
1800 * gdb.base/restore.exp: Same.
1801 * gdb.base/return.exp: Same.
1802 * gdb.base/scope.exp: Same.
1803 * gdb.base/set-noassign.exp: Same.
1804 * gdb.base/setshow.exp: Same.
1805 * gdb.base/shlib-call.exp: Same.
1806 * gdb.base/signals.exp: Same.
1807 * gdb.base/sigstep.exp: Same.
1808 * gdb.base/skip.exp: Same.
1809 * gdb.base/solib-symbol.exp: Same.
1810 * gdb.base/stap-probe.exp: Same.
1811 * gdb.base/step-line.exp: Same.
1812 * gdb.base/step-test.exp: Same.
1813 * gdb.base/style.exp: Same.
1814 * gdb.base/varargs.exp: Same.
1815 * gdb.base/vla-datatypes.exp: Same.
1816 * gdb.base/vla-ptr.exp: Same.
1817 * gdb.base/vla-sideeffect.exp: Same.
1818 * gdb.base/volatile.exp: Same.
1819 * gdb.base/watch-cond-infcall.exp: Same.
1820 * gdb.base/watchpoint.exp: Same.
1821
1822 2019-11-02 Tom de Vries <tdevries@suse.de>
1823
1824 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1825 * gdb.cp/cpexprs.exp: Same.
1826 * gdb.cp/except-multi-location.exp: Same.
1827 * gdb.cp/exceptprint.exp: Same.
1828 * gdb.cp/gdb2384.exp: Same.
1829 * gdb.cp/inherit.exp: Same.
1830 * gdb.cp/m-static.exp: Same.
1831 * gdb.cp/meth-typedefs.exp: Same.
1832 * gdb.cp/misc.exp: Same.
1833 * gdb.cp/namespace.exp: Same.
1834 * gdb.cp/non-trivial-retval.exp: Same.
1835 * gdb.cp/overload.exp: Same.
1836 * gdb.cp/pr17132.exp: Same.
1837 * gdb.cp/re-set-overloaded.exp: Same.
1838 * gdb.cp/rvalue-ref-types.exp: Same.
1839 * gdb.cp/templates.exp: Same.
1840
1841 2019-11-01 Luis Machado <luis.machado@linaro.org>
1842
1843 PR gdb/25124
1844
1845 * gdb.arch/pr25124.S: New file.
1846 * gdb.arch/pr25124.exp: New file.
1847
1848 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1849
1850 * gdb.fortran/info-modules.exp: Update expected results, and add
1851 additional tests for 'info module functinos', and 'info module
1852 variables'.
1853 * gdb.fortran/info-types.exp: Update expected results.
1854 * gdb.fortran/info-types.f90: Extend testcase with additional
1855 module variables and functions.
1856
1857 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1858
1859 * gdb.fortran/info-modules.exp: New file.
1860 * gdb.fortran/info-types.exp: Build with new file.
1861 * gdb.fortran/info-types.f90: Include and use new module.
1862 * gdb.fortran/info-types-2.f90: New file.
1863
1864 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1865
1866 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1867 * gdb.base/settings.exp: Test all settings types using
1868 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1869 that now verifies that the value of "maint show" is the same as
1870 returned by the settings functions. Test the type of the
1871 maintenance settings.
1872 * gdb.base/default.exp: Update show_conv_list.
1873
1874 2019-10-31 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1877 gdb_test.
1878 * gdb.arch/amd64-disp-step.exp: Same.
1879 * gdb.asm/asm-source.exp: Same.
1880 * gdb.btrace/buffer-size.exp: Same.
1881 * gdb.btrace/cpu.exp: Same.
1882 * gdb.btrace/enable.exp: Same.
1883 * gdb.dwarf2/count.exp: Same.
1884 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1885 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1886 * gdb.fortran/vla-datatypes.exp: Same.
1887 * gdb.fortran/vla-history.exp: Same.
1888 * gdb.fortran/vla-ptype.exp: Same.
1889 * gdb.fortran/vla-value.exp: Same.
1890 * gdb.fortran/whatis_type.exp: Same.
1891 * gdb.guile/guile.exp: Same.
1892 * gdb.multi/tids.exp: Same.
1893 * gdb.python/py-finish-breakpoint.exp: Same.
1894 * gdb.python/py-framefilter.exp: Same.
1895 * gdb.python/py-pp-registration.exp: Same.
1896 * gdb.python/py-xmethods.exp: Same.
1897 * gdb.python/python.exp: Same.
1898 * gdb.server/connect-with-no-symbol-file.exp: Same.
1899 * gdb.server/no-thread-db.exp: Same.
1900 * gdb.server/run-without-local-binary.exp: Same.
1901 * gdb.stabs/weird.exp: Same.
1902 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1903 * gdb.threads/thread-find.exp: Same.
1904 * gdb.threads/tls-shared.exp: Same.
1905 * gdb.threads/tls.exp: Same.
1906 * gdb.threads/wp-replication.exp: Same.
1907 * gdb.trace/ax.exp: Same.
1908 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1909
1910 2019-10-31 Tom de Vries <tdevries@suse.de>
1911
1912 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1913 * gdb.ada/array_subscript_addr.exp: Same.
1914 * gdb.ada/arrayidx.exp: Same.
1915 * gdb.ada/arrayparam.exp: Same.
1916 * gdb.ada/arrayptr.exp: Same.
1917 * gdb.ada/boolean_expr.exp: Same.
1918 * gdb.ada/call_pn.exp: Same.
1919 * gdb.ada/complete.exp: Same.
1920 * gdb.ada/fixed_cmp.exp: Same.
1921 * gdb.ada/fun_addr.exp: Same.
1922 * gdb.ada/funcall_param.exp: Same.
1923 * gdb.ada/interface.exp: Same.
1924 * gdb.ada/mod_from_name.exp: Same.
1925 * gdb.ada/null_array.exp: Same.
1926 * gdb.ada/packed_array.exp: Same.
1927 * gdb.ada/packed_tagged.exp: Same.
1928 * gdb.ada/print_chars.exp: Same.
1929 * gdb.ada/print_pc.exp: Same.
1930 * gdb.ada/ptype_arith_binop.exp: Same.
1931 * gdb.ada/ptype_field.exp: Same.
1932 * gdb.ada/ptype_tagged_param.exp: Same.
1933 * gdb.ada/rec_return.exp: Same.
1934 * gdb.ada/ref_tick_size.exp: Same.
1935 * gdb.ada/str_ref_cmp.exp: Same.
1936 * gdb.ada/taft_type.exp: Same.
1937 * gdb.ada/tagged.exp: Same.
1938 * gdb.ada/type_coercion.exp: Same.
1939 * gdb.ada/uninitialized_vars.exp: Same.
1940
1941 2019-10-30 Tom de Vries <tdevries@suse.de>
1942
1943 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1944
1945 2019-10-26 Tom de Vries <tdevries@suse.de>
1946
1947 * gdb.base/bigcore.c: Fix typos in comments.
1948 * gdb.base/ctf-ptype.c: Same.
1949 * gdb.base/long_long.c: Same.
1950 * gdb.dwarf2/dw2-op-out-param.S: Same.
1951 * gdb.python/py-evthreads.c: Same.
1952 * gdb.reverse/i387-stack-reverse.c: Same.
1953 * gdb.trace/tfile.c: Same.
1954 * lib/compiler.c: Same.
1955 * lib/compiler.cc: Same.
1956
1957 2019-10-25 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1960 gdb_test_multiple calls.
1961 * gdb.reverse/sigall-reverse.exp: Same.
1962 * gdb.reverse/solib-precsave.exp: Same.
1963 * gdb.reverse/solib-reverse.exp: Same.
1964 * gdb.reverse/until-precsave.exp: Same.
1965 * gdb.reverse/until-reverse.exp: Same.
1966
1967 2019-10-24 Tom de Vries <tdevries@suse.de>
1968
1969 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1970 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1971 kfail using -wrap pattern flag and convenience variable
1972 gdb_test_name.
1973
1974 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1975
1976 * gdb.python/py-progspace.exp: Add tests for the
1977 Progspace.block_for_pc method.
1978
1979 2019-10-23 Tom Tromey <tom@tromey.com>
1980
1981 * configure: Rebuild.
1982 * aclocal.m4: Use m4_include, not sinclude.
1983
1984 2019-10-21 Tom de Vries <tdevries@suse.de>
1985
1986 * gdb.base/infcall-nested-structs.c: Add
1987 __attribute__((noinline,noclone)) to all functions.
1988 (call_all): Add missing variable initialization. Simplify return value.
1989 (breakpt): Increment volatile variable, to prevent call from being
1990 optimized out.
1991 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1992
1993 2019-10-17 Tom de Vries <tdevries@suse.de>
1994
1995 * gdb.fortran/module.exp: Allow info variables to print info for files
1996 other than module.f90.
1997
1998 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * gdb.fortran/module.exp: Extend with 'info variables' test.
2001
2002 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2005 F77_FOR_TARGET.
2006
2007 2019-10-16 Tom de Vries <tdevries@suse.de>
2008
2009 PR tdep/25096
2010 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2011
2012 2019-10-16 Tom de Vries <tdevries@suse.de>
2013
2014 PR tdep/24104
2015 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2016 Add KFAIL for PR tdep/25096.
2017
2018 2019-10-16 Tom de Vries <tdevries@suse.de>
2019
2020 PR testsuite/25059
2021 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2022
2023 2019-10-16 Tom de Vries <tdevries@suse.de>
2024
2025 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2026 as signed.
2027
2028 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2029
2030 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2031 one instead of increasing timeout.
2032
2033 2019-10-13 Tom de Vries <tdevries@suse.de>
2034
2035 PR record/25038
2036 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2037 * gdb.reverse/sigall-reverse.exp: Same.
2038 * gdb.reverse/solib-precsave.exp: Same.
2039 * gdb.reverse/solib-reverse.exp: Same.
2040 * gdb.reverse/step-precsave.exp: Same.
2041 * gdb.reverse/until-precsave.exp: Same.
2042 * gdb.reverse/until-reverse.exp: Same.
2043 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2044
2045 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2046
2047 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2048 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2049 (cmp_struct_05_01, cmp_struct_static_02_01)
2050 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2051 comparisons.
2052
2053 2019-10-10 Tom de Vries <tdevries@suse.de>
2054
2055 PR testsuite/24888
2056 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2057 gnatlink.
2058
2059 2019-10-09 Tom de Vries <tdevries@suse.de>
2060
2061 PR testsuite/25048
2062 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2063
2064 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2065
2066 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2067 exceptions due to missing debug information.
2068
2069 2019-10-07 Tom de Vries <tdevries@suse.de>
2070
2071 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2072
2073 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2074
2075 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2076 * gdb.base/annota1.exp: Update to use gdb_test_name.
2077
2078 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2079
2080 * gdb.base/ctf-whatis.exp: New file.
2081 * gdb.base/ctf-whatis.c: New file.
2082 * gdb.base/ctf-ptype.exp: New file.
2083 * gdb.base/ctf-ptype.c: New file.
2084 * gdb.base/ctf-constvars.exp: New file.
2085 * gdb.base/ctf-constvars.c: New file.
2086 * gdb.base/ctf-cvexpr.exp: New file.
2087
2088 2019-10-04 Tom de Vries <tdevries@suse.de>
2089
2090 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2091 for loop.
2092
2093 2019-10-03 Tom Tromey <tom@tromey.com>
2094
2095 PR rust/24976:
2096 * gdb.rust/simple.rs (Union2): New type.
2097 (main): Use Union2.
2098 * gdb.rust/simple.exp: Add test.
2099
2100 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2101
2102 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2103 nested function prefix.
2104
2105 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2106 Richard Bunt <richard.bunt@arm.com>
2107 Andrew Burgess <andrew.burgess@embecosm.com>
2108
2109 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2110 nested functions.
2111 * gdb.fortran/nested-funcs.f90: Update expected results.
2112 * gdb.fortran/nested-funcs-2.exp: New file.
2113 * gdb.fortran/nested-funcs-2.f90: New file.
2114
2115 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * gdb.python/py-parameter.exp: Make test names unique.
2118 * gdb.python/py-template.exp: Likewise.
2119 * gdb.python/py-value.exp: Likewise.
2120
2121 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2122
2123 * gdb.base/break-interp.exp: Reduce test name duplication.
2124 * gdb.base/call-sc.exp: Likewise.
2125 * gdb.base/callfuncs.exp: Likewise.
2126 * gdb.base/charset.exp: Likewise.
2127 * gdb.base/dump.exp: Likewise.
2128 * gdb.base/ena-dis-br.exp: Likewise.
2129 * gdb.base/relational.exp: Likewise.
2130 * gdb.base/step-over-syscall.exp: Likewise.
2131 * gdb.base/structs.exp: Likewise.
2132
2133 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2134
2135 * gdb.linespec/explicit.exp: Make test names unique.
2136 * gdb.linespec/ls-errs.exp: Likewise.
2137
2138 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2139
2140 * gdb.reverse/break-precsave.exp: Make test names unique.
2141 * gdb.reverse/break-reverse.exp: Likewise.
2142 * gdb.reverse/finish-precsave.exp: Likewise.
2143 * gdb.reverse/finish-reverse.exp: Likewise.
2144 * gdb.reverse/machinestate-precsave.exp: Likewise.
2145 * gdb.reverse/machinestate.exp: Likewise.
2146 * gdb.reverse/readv-reverse.exp: Likewise.
2147 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2148 * gdb.reverse/sigall-precsave.exp: Likewise.
2149 * gdb.reverse/sigall-reverse.exp: Likewise.
2150 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2151 * gdb.reverse/watch-precsave.exp: Likewise.
2152 * gdb.reverse/watch-reverse.exp: Likewise.
2153
2154 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * gdb.threads/stop-with-handle.c: New file.
2157 * gdb.threads/stop-with-handle.exp: New file.
2158
2159 2019-10-03 Tom de Vries <tdevries@suse.de>
2160
2161 PR testsuite/25059
2162 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2163 directory" line to be missing.
2164
2165 2019-10-03 Tom de Vries <tdevries@suse.de>
2166
2167 PR testsuite/25059
2168 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2169 type optional.
2170
2171 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2172
2173 * gdb.python/py-format-string.c (string.h): New include.
2174 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2175 the same value, for endianness-independence.
2176 * gdb.python/py-format-string.exp (default_regexp_dict)
2177 (test_pretty_structs, test_format): Adjust expected output to the
2178 changed initialization.
2179
2180 2019-10-02 Tom Tromey <tromey@adacore.com>
2181
2182 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2183
2184 2019-10-02 Pedro Alves <palves@redhat.com>
2185 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2188 "print-file-var.h".
2189 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2190 (get_version_1): Print this_version_id and its address.
2191 Add extern "C" wrappers around interface functions.
2192 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2193 "print-file-var.h".
2194 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2195 (get_version_2): Print this_version_id and its address.
2196 Add extern "C" wrappers around interface functions.
2197 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2198 <stddef.h> and "print-file-var.h".
2199 Add extern "C" wrappers around interface functions.
2200 [VERSION_ID_MAIN] (this_version_id): Define.
2201 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2202 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2203 up extern "C" blocks.
2204 * gdb.base/print-file-var.exp (test): New, factored out from top
2205 level.
2206 (top level): Test all combinations of attribute hidden or not,
2207 dlopen or not, and this_version_id symbol in main file or not.
2208 Compile tests as both C++ and C, make test names unique.
2209
2210 2019-10-01 Tom Tromey <tom@tromey.com>
2211
2212 * gdb.base/style.exp: Test "show logging filename".
2213
2214 2019-10-01 Tom Tromey <tom@tromey.com>
2215
2216 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2217 * gdb.base/style.exp: Add metadata style test.
2218
2219 2019-10-01 Tom Tromey <tom@tromey.com>
2220
2221 * gdb.base/style.exp: Test "pwd".
2222
2223 2019-10-01 Tom Tromey <tom@tromey.com>
2224
2225 * gdb.base/style.exp: Update tests.
2226
2227 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2228
2229 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2230 'six' to unsigned.
2231 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2232 'five'. Use an all-ones bit pattern for each.
2233 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2234 to its changed values.
2235
2236 2019-09-30 Tom Tromey <tromey@adacore.com>
2237
2238 * gdb.rust/traits.rs: Disable all warnings.
2239
2240 2019-09-29 Tom de Vries <tdevries@suse.de>
2241
2242 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2243
2244 2019-09-29 Tom de Vries <tdevries@suse.de>
2245
2246 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2247
2248 2019-09-27 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2251
2252 2019-09-27 Tom de Vries <tdevries@suse.de>
2253
2254 PR record/23188
2255 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2256
2257 2019-09-26 Tom Tromey <tromey@adacore.com>
2258
2259 * gdb.ada/py_taft.exp: New file.
2260 * gdb.ada/py_taft/main.adb: New file.
2261 * gdb.ada/py_taft/pkg.adb: New file.
2262 * gdb.ada/py_taft/pkg.ads: New file.
2263
2264 2019-09-24 Tom de Vries <tdevries@suse.de>
2265
2266 PR gdb/24598
2267 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2268
2269 2019-09-22 Tom de Vries <tdevries@suse.de>
2270
2271 * gdb.base/restore.exp: Allow register variables to be optimized out at
2272 -O0.
2273
2274 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2275
2276 * gdb.arch/spu-info.exp: Remove file.
2277 * gdb.arch/spu-info.c: Remove file.
2278 * gdb.arch/spu-ls.exp: Remove file.
2279 * gdb.arch/spu-ls.c: Remove file.
2280
2281 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2282 * gdb.asm/spu.inc: Remove file.
2283
2284 * gdb.base/dump.exp: Remove support for spu*-*-*.
2285 * gdb.base/stack-checking.exp: Likewise.
2286 * gdb.base/overlays.exp: Likewise.
2287 * gdb.base/ovlymgr.c: Likewise.
2288 * gdb.base/spu.ld: Remove file.
2289
2290 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2291 * gdb.cp/cpexprs.exp: Likewise.
2292 * gdb.cp/exception.exp: Likewise.
2293 * gdb.cp/gdb2495.exp: Likewise.
2294 * gdb.cp/mb-templates.exp: Likewise.
2295 * gdb.cp/pr9167.exp: Likewise.
2296 * gdb.cp/userdef.exp: Likewise.
2297
2298 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2299
2300 * gdb.cell: Remove directory.
2301 * lib/cell.exp: Remove file.
2302
2303 2019-09-19 Tom de Vries <tdevries@suse.de>
2304
2305 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2306
2307 2019-09-19 Tom de Vries <tdevries@suse.de>
2308
2309 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2310
2311 2019-09-19 Tom de Vries <tdevries@suse.de>
2312
2313 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2314 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2315 (gdb_target_cmd): ... here.
2316 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2317 value 2.
2318
2319 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2320
2321 * gdb.base/source-dir.exp: Avoid having directory names in test
2322 names.
2323
2324 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2325
2326 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2327 directory.
2328
2329 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.base/list-missing-source.exp: New file.
2332
2333 2019-09-14 Tom de Vries <tdevries@suse.de>
2334
2335 PR teststuite/24599
2336 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2337 * lib/ada.exp (gnatmake_version_at_least): New proc.
2338
2339 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2340
2341 * gdb.base/maint.exp: Use exec_has_index_section.
2342
2343 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 * gdb.base/maint.exp: Add test for 'maint info sections'.
2346
2347 2019-09-12 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.base/store.exp: Allow register variables to be optimized out at
2350 -O0.
2351
2352 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2353
2354 * gdb.ada/rdv_wait.exp: Update to new task names.
2355 * gdb.base/task_switch_in_core.exp: Likewise.
2356 * gdb.base/info_sources_base.c: Likewise.
2357
2358 2019-09-10 Tom Tromey <tromey@adacore.com>
2359
2360 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2361
2362 2019-09-10 Tom Tromey <tromey@adacore.com>
2363
2364 * gdb.ada/dgopt.exp: New file.
2365 * gdb.ada/dgopt/x.adb: New file.
2366
2367 2019-09-08 Tom Tromey <tom@tromey.com>
2368
2369 * gdb.tui/resize.exp: Remove setup_xfail.
2370 * gdb.tui/regs.exp: Remove setup_xfail.
2371 * gdb.tui/basic.exp: Remove setup_xfail.
2372
2373 2019-09-06 David Blaikie <dblaikie@gmail.com>
2374
2375 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2376 * gdb.cp/cplabel.exp: Ditto.
2377 * gdb.linespec/ls-errs.exp: Ditto.
2378
2379 2019-09-05 Tom de Vries <tdevries@suse.de>
2380
2381 * lib/gdb.exp (cmp_file_string): New proc.
2382 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2383 runto_main. Verify save breakpoints output.
2384
2385 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2386
2387 * gdb.base/info-var.exp: Test info variables without running
2388 to main, to avoid expect's buffer overflow.
2389
2390 2019-09-03 Tom Tromey <tromey@adacore.com>
2391
2392 * gdb.ada/bias.exp: New file.
2393 * gdb.ada/bias/bias.adb: New file.
2394 * gdb.ada/print_chars.exp: Add regression test.
2395 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2396 (MC): New variable.
2397
2398 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2399
2400 * gdb.base/argv0-symlink.exp: Run only on native target
2401 and local host.
2402
2403 2019-08-29 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2406 diverse debug info.
2407 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2408
2409 2019-08-28 Tom de Vries <tdevries@suse.de>
2410
2411 * gdb.base/info-var.exp: Allow info variables to print info for files
2412 other than info-var-f1.c and info-var-f2.c.
2413
2414 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2415
2416 * gdb.fortran/info-types.exp: Add module.
2417 * gdb.fortran/info-types.f90: Update expected results.
2418
2419 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2420
2421 * gdb.fortran/info-types.exp: New file.
2422 * gdb.fortran/info-types.f90: New file.
2423 * lib/fortran.exp (fortran_character1): New proc.
2424
2425 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2426
2427 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2428 functions'. Reindent as needed.
2429 * gdb.base/info-var-f1.c: New file.
2430 * gdb.base/info-var-f2.c: New file.
2431 * gdb.base/info-var.exp: New file.
2432 * gdb.base/info-var.h: New file.
2433
2434 2019-08-26 Tom de Vries <tdevries@suse.de>
2435
2436 PR c++/24852
2437 * gdb.cp/no-libstdcxx-probe.exp: New test.
2438
2439 2019-08-26 Tom de Vries <tdevries@suse.de>
2440
2441 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2442 * tests need to be skipped.
2443 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2444 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2445 mi_skip_libstdcxx_probe_tests.
2446
2447 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2448
2449 * gdb.python/py-xmethods.exp: Use raw strings when passing
2450 arguments to SimpleXMethodMatcher.
2451
2452 2019-08-22 Tom de Vries <tdevries@suse.de>
2453
2454 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2455 more informative.
2456
2457 2019-08-21 Pedro Alves <palves@redhat.com>
2458
2459 * gdb.base/with.exp: Test "with" with no arguments.
2460
2461 2019-08-21 Tom de Vries <tdevries@suse.de>
2462
2463 * gdb.base/gdb-caching-proc.exp: Sort files.
2464
2465 2019-08-20 Tom de Vries <tdevries@suse.de>
2466
2467 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2468 compilation.
2469
2470 2019-08-16 Tom de Vries <tdevries@suse.de>
2471
2472 * gdb.base/compare-sections.exp ("after run to main"): Allow
2473 mismatched read-only sections for PIE executables.
2474
2475 2019-08-16 Tom Tromey <tom@tromey.com>
2476
2477 * lib/tuiterm.exp (_csi_Z): New proc.
2478 * gdb.tui/basic.exp: Update window positions.
2479 * gdb.tui/empty.exp: Update window positions.
2480
2481 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2482
2483 * gdb.base/examine-backward.exp: Correct regexp for
2484 "examine 3 bytes backward from ${address_zero}".
2485
2486 2019-08-15 Tom Tromey <tom@tromey.com>
2487
2488 * gdb.tui/empty.exp: Enable resizing tests.
2489
2490 2019-08-15 Tom Tromey <tromey@adacore.com>
2491
2492 * gdb.ada/char_enum.exp: Add regression tests.
2493 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2494 and '0'.
2495 (Char, Gchar): Update.
2496 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2497
2498 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2499
2500 * gdb.python/python.exp: Expect a leading underscore on
2501 GdbOutput{,Error}File.
2502
2503 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2504
2505 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2506 Windows host.
2507
2508 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2509
2510 * gdb.base/batch-preserve-term-settings.exp
2511 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2512
2513 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2514
2515 * lib/gdb.exp: When running on a mingw target, replace
2516 /x/ with x:/.
2517
2518 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2519
2520 * gdb.arch/aarch64-prologue.c: New test.
2521 * gdb.arch/aarch64-prologue.exp: New file.
2522
2523 2019-08-13 Tom de Vries <tdevries@suse.de>
2524
2525 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2526 Thread.
2527
2528 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2529
2530 * gdb.python/py-completion.exp: Download the .py file to the host
2531 and use its host pathname. Conditionalize tests that use
2532 tab completion and manipulate files on the build machine.
2533 * gdb.python/py-events.exp: Download the .py file to the host
2534 and use its host pathname.
2535 * gdb.python/py-evsignal.exp: Likewise.
2536 * gdb.python/py-evthreads.exp: Likewise.
2537 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2538 pathname syntax.
2539 * gdb.python/py-framefilter.exp: Download the .py file to the right
2540 place on the host. Match Windows pathname syntax.
2541 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2542 .py file to the host and use its host pathname.
2543 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2544 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2545 build pathname. Skip symlink test on Windows host. Add missing
2546 newline at end of file.
2547 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2548 and use its host pathname.
2549 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2550 * gdb.python/py-section-script.exp: Use host location of binfile
2551 on safe-path. Use correct path separator on Windows host.
2552 Reorder alternatives in gdb_test_multiple to prevent matching
2553 the wrong alternative on success.
2554 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2555
2556 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2557
2558 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2559 expect the GDB inferior to no longer immediately stop after
2560 being resumed with "signal SIGINT".
2561
2562 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2563
2564 * gdb.linespec/break-ask.exp: Generalize regexps to match
2565 Windows pathnames too.
2566
2567 2019-08-08 Tom de Vries <tdevries@suse.de>
2568
2569 PR testsuite/24862
2570 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2571
2572 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2573
2574 * gdb.base/style.exp: Update tests for help doc new invariants.
2575 * gdb.base/help.exp: Likewise.
2576
2577 2019-08-06 Tom Tromey <tom@tromey.com>
2578
2579 * gdb.base/style.exp: Add disassemble test.
2580 * gdb.base/style.c (some_called_function): New function.
2581 (main): Use it.
2582
2583 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2584
2585 * gdb.python/py-block.exp: Test dictionary access on blocks.
2586
2587 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2588
2589 PR gdb/24863
2590 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2591 -list-thread-groups --available test when running under
2592 check-read1.
2593
2594 2019-08-05 Tom de Vries <tdevries@suse.de>
2595
2596 PR testsuite/24863
2597 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2598 * gdb.base/help.exp: Use with_read1_timeout_factor.
2599 * gdb.base/info-macros.exp: Same.
2600 * gdb.cp/nested-types.exp: Same.
2601
2602 2019-08-05 Tom de Vries <tdevries@suse.de>
2603
2604 * lib/gdb.exp (version_at_least): Factor out of ...
2605 (tcl_version_at_least): ... here.
2606 (gdb_compile): Fail if pie results in non-PIE executable.
2607 (readelf_version, readelf_prints_pie): New proc.
2608 (exec_is_pie): Return -1 if unknown.
2609
2610 2019-08-05 Tom de Vries <tdevries@suse.de>
2611
2612 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2613
2614 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2615
2616 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2617
2618 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2619
2620 * lib/completion-support.exp (test_gdb_complete_none): Skip
2621 tab completion tests if no readline support.
2622 (test_gdb_complete_unique_re): Likewise.
2623 (test_gdb_complete_multiple): Likewise.
2624
2625 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2626
2627 * gdb.base/info_sources.exp: New file.
2628 * gdb.base/info_sources.c: New file.
2629 * gdb.base/info_sources_base.c: New file.
2630
2631 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2632
2633 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2634 prefix argument.
2635 (test_exit_status): Add prefix argument.
2636
2637 2019-08-01 Tom de Vries <tdevries@suse.de>
2638
2639 PR testsuite/24863
2640 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2641 calling exp_continue for new thread and thread exited messages.
2642
2643 2019-08-01 Tom de Vries <tdevries@suse.de>
2644
2645 PR testsuite/24863
2646 * gdb.base/structs.exp: Fix check-read1 timeout using
2647 gdb_test_sequence.
2648 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2649
2650 2019-08-01 Tom de Vries <tdevries@suse.de>
2651
2652 PR testsuite/24863
2653 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2654 line.
2655
2656 2019-08-01 Tom de Vries <tdevries@suse.de>
2657
2658 PR testsuite/24863
2659 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2660
2661 2019-07-30 Tom Tromey <tromey@adacore.com>
2662
2663 * gdb.ada/display_nested.exp: New file.
2664 * gdb.ada/display_nested/foo.adb: New file.
2665 * gdb.ada/display_nested/pack.adb: New file.
2666 * gdb.ada/display_nested/pack.ads: New file.
2667
2668 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2669
2670 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2671 namespace.
2672 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2673
2674 2019-07-30 Tom de Vries <tdevries@suse.de>
2675
2676 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2677 instead.
2678
2679 2019-07-30 Tom de Vries <tdevries@suse.de>
2680
2681 PR testsuite/24834
2682 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2683 (exec_is_pie): New proc.
2684
2685 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2686
2687 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2688
2689 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2690
2691 * gdb.python/py-objfile.c: Add global and static vars.
2692 * gdb.python/py-objfile.exp: Test new functions Objfile.
2693 lookup_global_symbol and lookup_static_symbol.
2694
2695 2019-07-29 Tom Tromey <tom@tromey.com>
2696
2697 * lib/tuiterm.exp (Term::_csi_@): New proc.
2698 (Term::_csi_X): Don't move cursor.
2699
2700 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2701
2702 * gdb.base/options.exp: Update backtrace - completion to
2703 new option -frame-info.
2704 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2705 Test new 'set print frame-info'. Test backtrace -frame-info
2706 overriding 'set print frame-info'.
2707 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2708 Test new 'set print frame-info'.
2709 Verify consistency of backtrace with and without filters, with and
2710 without -no-filters.
2711 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2712 default.
2713
2714 2019-07-29 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2717 no arguments".
2718
2719 2019-07-29 Tom de Vries <tdevries@suse.de>
2720
2721 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2722 is a substring of the first for "complete non-unique file name".
2723
2724 2019-07-29 Tom de Vries <tdevries@suse.de>
2725
2726 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2727 with ".*".
2728
2729 2019-07-29 Tom de Vries <tdevries@suse.de>
2730
2731 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2732 Pass prompt_regexp parameter to gdb_test_multiple calls.
2733
2734 2019-07-29 Tom de Vries <tdevries@suse.de>
2735
2736 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2737 print registers" regexps.
2738
2739 2019-07-29 Tom de Vries <tdevries@suse.de>
2740
2741 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2742
2743 2019-07-29 Tom de Vries <tdevries@suse.de>
2744
2745 PR gdb/24855
2746 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2747 (skip_python_tests_prompt): Add prompt_regexp argument to
2748 gdb_test_multiple calls.
2749
2750 2019-07-27 Tom Tromey <tom@tromey.com>
2751
2752 * gdb.tui/main.exp: New file.
2753
2754 2019-07-27 Tom Tromey <tom@tromey.com>
2755
2756 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2757 optional.
2758 * gdb.tui/empty.exp: New file.
2759
2760 2019-07-27 Tom Tromey <tom@tromey.com>
2761
2762 * lib/tuiterm.exp (spawn): New proc.
2763 (Term::resize): New proc.
2764 * gdb.tui/resize.exp: New file.
2765
2766 2019-07-27 Tom Tromey <tom@tromey.com>
2767
2768 * gdb.tui/list.exp: New file.
2769
2770 2019-07-27 Tom Tromey <tom@tromey.com>
2771
2772 * gdb.tui/regs.exp: New file.
2773
2774 2019-07-27 Tom Tromey <tom@tromey.com>
2775
2776 * gdb.tui/basic.exp: Add "layout split" test.
2777
2778 2019-07-27 Tom Tromey <tom@tromey.com>
2779
2780 * gdb.tui/basic.exp: Add "layout asm" test.
2781
2782 2019-07-27 Tom Tromey <tom@tromey.com>
2783
2784 * lib/tuiterm.exp: New file.
2785 * gdb.tui/basic.exp: New file.
2786
2787 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2788
2789 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2790 Enable tests associated with this flag. Adjust regex
2791 referencing "foo_low" to now refer to "foo_cold" instead.
2792
2793 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2794
2795 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2796 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2797 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2798 foo_cold. Revise comments to match.
2799 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2800 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2801 were wrapped into this proc; Call do_test in loop from outermost
2802 level.
2803 (foo_low): Rename all occurrences to "foo_cold".
2804 (backtrace from baz): New test.
2805 (x2/i foo_cold): New test.
2806 (info line *foo_cold): New test.
2807
2808 2019-07-26 Tom de Vries <tdevries@suse.de>
2809
2810 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2811
2812 2019-07-25 Tom de Vries <tdevries@suse.de>
2813
2814 PR testsuite/24830
2815 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2816 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2817 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2818 (skip_libstdcxx_probe_tests): ... here.
2819 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2820
2821 2019-07-24 Tom de Vries <tdevries@suse.de>
2822
2823 PR testsuite/24807
2824 * gdb.objc/basicclass.m: Include stdio.h.
2825 * gdb.objc/nondebug.m: Same.
2826 * gdb.objc/objcdecode.m: Same.
2827
2828 2019-07-24 Tom de Vries <tdevries@suse.de>
2829
2830 PR testsuite/24612
2831 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2832 additional_flags.
2833
2834 2019-07-24 Tom de Vries <tdevries@suse.de>
2835
2836 PR testsuite/24831
2837 * gdb.multi/tids.exp: Update error messages for info threads.
2838
2839 2019-07-24 Tom de Vries <tdevries@suse.de>
2840
2841 * gdb.base/info-types.exp: Allow info types to print info for more than
2842 one file.
2843
2844 2019-07-23 Tom de Vries <tdevries@suse.de>
2845
2846 PR testsuite/24842
2847 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2848 gdb_spawn_with_cmdline_opts.
2849
2850 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2851
2852 * gdb.arch/arm-cmse-sgstubs.c: New test.
2853 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2854
2855 2019-07-23 Tom de Vries <tdevries@suse.de>
2856
2857 PR testsuite/24711
2858 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2859 issuing next command.
2860
2861 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * gdb.ada/info_auto_lang.exp: Update expected results.
2864 * gdb.base/info-types.c: Add additional types to check.
2865 * gdb.base/info-types.exp: Update expected results.
2866
2867 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2868
2869 * gdb.base/info-types.c: New file.
2870 * gdb.base/info-types.exp: New file.
2871
2872 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2873
2874 * gdb.arch/riscv-bp-infcall.c: New file.
2875 * gdb.arch/riscv-bp-infcall.exp: New file.
2876
2877 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2878
2879 PR breakpoints/24541
2880 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2881
2882 2019-07-14 Tom de Vries <tdevries@suse.de>
2883
2884 PR testsuite/24760
2885 * gdb.objc/basicclass.exp: Fix unterminated string.
2886
2887 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2888 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2891 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2892 negative bounds.
2893 * gdb.fortran/vla-value.exp: Print elements of an array with
2894 negative bounds.
2895 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2896 testing.
2897
2898 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * gdb.base/options.exp (expect_string): Dequote strings in
2901 results.
2902 (test-string): Test strings with different quoting and reindent.
2903
2904 2019-07-10 Tom Tromey <tromey@adacore.com>
2905
2906 * gdb.ada/mi_ex_cond.exp: Update expected results.
2907 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2908 * gdb.ada/mi_catch_ex.exp: Update expected results.
2909 * gdb.ada/mi_catch_assert.exp: Update expected results.
2910 * gdb.ada/catch_ex.exp (catch_exception_info)
2911 (catch_exception_entry, catch_assert_entry)
2912 (catch_unhandled_entry): Update.
2913 * gdb.ada/catch_assert_if.exp: Update expected results.
2914
2915 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2916 Stephen Roberts <stephen.roberts@arm.com>
2917
2918 * gdb.base/define.exp: Restore original prompt.
2919
2920 2019-07-09 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2923 breakpoints" output.
2924 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2925 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2926 throw" creates breakpoint.
2927 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2928 'type="catchpoint"'.
2929
2930 2019-07-09 Pedro Alves <palves@redhat.com>
2931
2932 PR c++/15468
2933 * gdb.cp/except-multi-location-lib.cc: New.
2934 * gdb.cp/except-multi-location-main.cc: New.
2935 * gdb.cp/except-multi-location.exp: New.
2936
2937 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2938
2939 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2940 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2941 argument and update callers.
2942
2943 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2944
2945 * gdb.arch/amd64-break-on-asm-line.S: New file.
2946 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2947
2948 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2949
2950 * gdb.base/printcmds.exp: Test printing C string and
2951 C wide string convenience vars without transiting via the inferior.
2952 Also make test names unique.
2953
2954 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2955
2956 PR breakpoints/25011
2957 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2958
2959 2019-07-04 Pedro Alves <palves@redhat.com>
2960
2961 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2962 body returned ok(0), break(3) or continue(4).
2963 * gdb.testsuite/foreach_with_prefix.exp: New file.
2964
2965 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2966
2967 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2968
2969 2019-07-03 Pedro Alves <palves@redhat.com>
2970
2971 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2972 "return -code".
2973
2974 2019-07-03 Pedro Alves <palves@redhat.com>
2975
2976 PR cli/24732
2977 * gdb.base/shell.exp: Load completion-support.exp.
2978 Adjust expected error output. Add completion tests.
2979
2980 2019-07-03 Pedro Alves <palves@redhat.com>
2981
2982 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2983 string_to_regexp.
2984
2985 2019-07-03 Pedro Alves <palves@redhat.com>
2986
2987 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2988 (expect_integer): Adjust to expect "-string".
2989 (expect_string): New.
2990 (all_options): Expect "-string".
2991 (test-flag, test-boolean): Adjust to expect "-string".
2992 (test-string): New proc.
2993 (top level): Call it.
2994
2995 2019-07-03 Pedro Alves <palves@redhat.com>
2996
2997 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2998 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2999 the expected output in the success.
3000
3001 2019-07-03 Pedro Alves <palves@redhat.com>
3002
3003 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3004 Split one gdb_test_multiple call in two to avoid a race.
3005
3006 2019-07-03 Pedro Alves <palves@redhat.com>
3007
3008 * gdb.base/with.c: New file.
3009 * gdb.base/with.exp: New file.
3010
3011 2019-07-03 Pedro Alves <palves@redhat.com>
3012
3013 * gdb.base/settings.exp: Replace all references to "maint
3014 test-settings set" with references to "maint set test-settings",
3015 and all references to "maint test-settings show" with references
3016 to "maint show test-settings".
3017
3018 2019-07-03 Pedro Alves <palves@redhat.com>
3019
3020 * gdb.base/settings.exp (test-string): Adjust expected out when
3021 testing "maint test-settings show filename"
3022
3023 2019-07-02 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.base/options.exp (test-info-threads): New procedure.
3026 (top level): Call it.
3027
3028 2019-06-28 Tom Tromey <tromey@adacore.com>
3029
3030 * gdb.dwarf2/ada-linkage-name.c: New file.
3031 * gdb.dwarf2/ada-linkage-name.exp: New file.
3032
3033 2019-06-27 Tom Tromey <tromey@adacore.com>
3034
3035 PR c++/20020:
3036 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3037
3038 2019-06-26 Tom de Vries <tdevries@suse.de>
3039
3040 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3041
3042 2019-06-26 Tom de Vries <tdevries@suse.de>
3043
3044 * gdb.base/index-cache.exp: Add back missing debug option.
3045
3046 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3047
3048 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3049
3050 2019-06-25 Tom de Vries <tdevries@suse.de>
3051
3052 PR testsuite/24727
3053 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3054
3055 2019-06-24 Tom de Vries <tdevries@suse.de>
3056
3057 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3058
3059 2019-06-24 Tom de Vries <tdevries@suse.de>
3060
3061 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3062 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3063 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3064
3065 2019-06-24 Tom de Vries <tdevries@suse.de>
3066
3067 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3068
3069 2019-06-21 Tom de Vries <tdevries@suse.de>
3070
3071 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3072
3073 2019-06-21 Tom de Vries <tdevries@suse.de>
3074
3075 PR testsuite/24518
3076 PR ada/24713
3077 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3078 index.
3079
3080 2019-06-19 Tom Tromey <tromey@adacore.com>
3081
3082 * gdb.ada/length_cond.exp: Add intro comment.
3083
3084 2019-06-19 Tom Tromey <tromey@adacore.com>
3085
3086 * gdb.ada/length_cond.exp: New file.
3087 * gdb.ada/length_cond/length_cond.adb: New file.
3088 * gdb.ada/length_cond/pck.adb: New file.
3089 * gdb.ada/length_cond/pck.ads: New file.
3090
3091 2019-06-18 Tom de Vries <tdevries@suse.de>
3092
3093 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3094
3095 2019-06-18 Tom Tromey <tromey@adacore.com>
3096
3097 * gdb.base/list0.h: Add comment explaining control character.
3098
3099 2019-06-18 Tom de Vries <tdevries@suse.de>
3100
3101 * boards/fission.exp: Break up long debug_flags line.
3102
3103 2019-06-16 Tom de Vries <tdevries@suse.de>
3104
3105 PR gdb/24445
3106 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3107 generated index.
3108
3109 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3110
3111 PR gdb/24686
3112 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3113 improve detection of bug gdb/24541.
3114
3115 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3116
3117 PR gdb/24669
3118 * gdb.base/index-cache.exp (uses_readnow,
3119 expecting_index_cache_use): Define global variable.
3120 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3121 expecting_index_cache_use.
3122
3123 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3124 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.fortran/pointers.f90: New file.
3127 * gdb.fortran/print_type.exp: New file.
3128 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3129 * gdb.fortran/vla-type.exp: Likewise.
3130 * gdb.fortran/vla-value.exp: Likewise.
3131 * gdb.mi/mi-vla-fortran.exp: Likewise.
3132
3133 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3134
3135 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3136 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3137 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3138 as a stop reason.
3139
3140 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3141
3142 * gdb.base/annota1.exp: Update expected results.
3143 * gdb.cp/annota2.exp: Likewise.
3144 * gdb.cp/annota3.exp: Likewise.
3145
3146 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3147
3148 * gdb.base/style-logging.exp: Remove path from test name.
3149
3150 2019-06-14 Tom Tromey <tromey@adacore.com>
3151
3152 PR gdb/24502:
3153 * gdb.base/style-logging.exp: New file.
3154
3155 2019-06-14 Tom Tromey <tromey@adacore.com>
3156
3157 * gdb.base/symfile-warn.exp: New file.
3158 * gdb.base/symfile-warn.c: New file.
3159
3160 2019-06-14 Tom Tromey <tromey@adacore.com>
3161
3162 * gdb.base/annotate-symlink.exp: New file.
3163
3164 2019-06-14 Tom Tromey <tromey@adacore.com>
3165
3166 * gdb.ada/set_wstr.exp: Add reassignment test.
3167
3168 2019-06-14 Tom Tromey <tromey@adacore.com>
3169
3170 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3171 'unchecked_access and 'unrestricted_access as well.
3172
3173 2019-06-14 Tom Tromey <tromey@adacore.com>
3174
3175 PR ada/24539:
3176 * gdb.ada/vla.exp: Update tests.
3177 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3178 pragma.
3179
3180 2019-06-13 Pedro Alves <palves@redhat.com>
3181
3182 * gdb.base/settings.exp (test-integer): Test junk after
3183 "unlimited".
3184
3185 2019-06-13 Pedro Alves <palves@redhat.com>
3186
3187 * gdb.base/options.exp (test-thread-apply): New.
3188 (top level): Call it.
3189
3190 2019-06-13 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.base/options.exp (test-frame-apply): New.
3193 (top level): Test print commands with different "frame apply"
3194 prefixes.
3195
3196 2019-06-13 Pedro Alves <palves@redhat.com>
3197
3198 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3199 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3200 'max_completions' parameter and handle it.
3201 (test_gdb_completion_offers_commands): New.
3202
3203 2019-06-13 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3206
3207 2019-06-13 Pedro Alves <palves@redhat.com>
3208
3209 * gdb.base/options.exp (test-backtrace): New.
3210 (top level): Call it.
3211
3212 2019-06-13 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.guile/scm-frame-args.exp: Use "set print
3215 raw-frame-arguments" instead of "set print raw frame-arguments".
3216 * gdb.python/py-frame-args.exp: Likewise.
3217
3218 2019-06-13 Pedro Alves <palves@redhat.com>
3219
3220 * gdb.compile/compile.exp: Adjust expected output to option
3221 processing changes.
3222
3223 2019-06-13 Pedro Alves <palves@redhat.com>
3224
3225 * gdb.base/options.exp: Build executable.
3226 (test-print): New procedure.
3227 (top level): Call it, once for "print" and another for "compile
3228 print".
3229
3230 2019-06-13 Pedro Alves <palves@redhat.com>
3231
3232 * gdb.base/options.c: New file.
3233 * gdb.base/options.exp: New file.
3234
3235 2019-06-13 Pedro Alves <palves@redhat.com>
3236
3237 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3238 that "o" is ambiguous.
3239
3240 2019-06-13 Pedro Alves <palves@redhat.com>
3241
3242 * gdb.base/settings.c: New file.
3243 * gdb.base/settings.exp: New file.
3244
3245 2019-06-13 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.base/completion.exp: Fix comment typo.
3248
3249 2019-06-13 Pedro Alves <palves@redhat.com>
3250
3251 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3252 foo --1" test.
3253
3254 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3255
3256 * gdb.fortran/block-data.f: New.
3257 * gdb.fortran/block-data.exp: New.
3258
3259 2019-06-11 Tom de Vries <tdevries@suse.de>
3260
3261 PR testsuite/24521
3262 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3263 message.
3264
3265 2019-06-11 Tom de Vries <tdevries@suse.de>
3266
3267 PR testsuite/24521
3268 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3269
3270 2019-06-11 Tom de Vries <tdevries@suse.de>
3271
3272 * boards/readnow.exp: New file.
3273
3274 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3275
3276 * gdb.fortran/vla-sizeof.exp: Update expected results.
3277
3278 2019-06-06 Amos Bird <amosbird@gmail.com>
3279
3280 * gdb.base/annota1.exp (thread_switch): Add test for
3281 thread-exited annotation.
3282
3283 2019-06-06 Tom Tromey <tromey@adacore.com>
3284
3285 * gdb.base/maint.exp: Expect command started/finished output.
3286
3287 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3290 comment.
3291 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3292
3293 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3294
3295 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3296 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3297 * gdb.arch/riscv-unwind-long-insn.c: New file.
3298 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3299
3300 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3301
3302 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3303
3304 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3305
3306 * lib/gdb.exp (help_list_trailer): New regexp variable
3307 factorizing the help trailer message.
3308 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3309 arg to allow to better factorize various tests.
3310 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3311 (test_prefix_command_help): Use help_list_trailer.
3312 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3313 * gdb.guile/scm-cmd.exp: Likewise.
3314 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3315 * gdb.base/help.exp: Use test_user_defined_class_help.
3316 * gdb.base/style.exp: Add tests for styling of help and apropos.
3317 * lib/gdb-utils.exp (style): Add title and highlight styles.
3318
3319 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3320
3321 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3322 $_shell_exitsignal.
3323 * gdb.base/default.exp: Update for new convenience variables.
3324
3325 2019-05-29 Tom Tromey <tromey@adacore.com>
3326
3327 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3328 to "break complete ada" test case's regexp.
3329
3330 2019-05-29 Tom Tromey <tromey@adacore.com>
3331
3332 PR c++/20020:
3333 * gdb.cp/constexpr-field.exp: New file.
3334 * gdb.cp/constexpr-field.cc: New file.
3335
3336 2019-05-29 Tom Tromey <tromey@adacore.com>
3337
3338 * gdb.base/finish.exp (finish_no_print): New proc.
3339 (finish_tests): Call it.
3340
3341 2019-05-24 Tom de Vries <tdevries@suse.de>
3342
3343 * gdb.dwarf2/gdb-add-index.exp: New file.
3344
3345 2019-05-22 Tom Tromey <tromey@adacore.com>
3346
3347 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3348 * gdb.base/style.exp: Use "style".
3349 * lib/gdb-utils.exp (style): New proc.
3350
3351 2019-05-22 Tom de Vries <tdevries@suse.de>
3352
3353 * gdb.base/align.exp: Require c++11.
3354
3355 2019-05-22 Tom de Vries <tdevries@suse.de>
3356
3357 PR testsuite/24586
3358 * gdb.python/py-mi-var-info-path-expression.exp: Call
3359 mi_skip_python_tests to check if python is supported.
3360
3361 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3362
3363 * gdb.arch/aarch64-pauth.c: New test.
3364 * gdb.arch/aarch64-pauth.exp: New file.
3365
3366 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3367
3368 * README (Re-running Tests Outside The Testsuite): New section.
3369
3370 2019-05-21 Tom de Vries <tdevries@suse.de>
3371
3372 * gdb.arch/amd64-eval.exp: Require c++11.
3373 * gdb.base/max-depth.exp: Same.
3374 * gdb.compile/compile-cplus-array-decay.exp: Same.
3375 * gdb.cp/meth-typedefs.exp: Same.
3376 * gdb.cp/subtypes.exp: Same.
3377 * gdb.cp/temargs.exp: Same.
3378
3379 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3380
3381 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3382
3383 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3384
3385 PR gdb/18644
3386 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3387 * gdb.fortran/printing-types.exp: Add new test.
3388 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3389 testing.
3390 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3391 setup_kfail call.
3392
3393 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3394
3395 * README (Running the Testsuite): Change example.
3396 (Testsuite Parameters): Remove TRANSCRIPT.
3397 * lib/gdb.exp: Remove TRANSCRIPT check.
3398
3399 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3400
3401 * README (Testsuite Parameters): Add replay logging to
3402 GDBSERVER_DEBUG.
3403 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3404 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3405 as a comma separated list.
3406 (gdb_debug_init): Override procedure.
3407
3408 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3409
3410 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3411 (gdb_write_cmd_file): New procedure.
3412 * lib/gdbserver-support.exp (gdbserver_start): Call
3413 gdbserver_write_cmd_file.
3414 (gdbserver_write_cmd_file): New procedure.
3415
3416 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3417
3418 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3419 (delete_breakpoints): Likewise.
3420 (gdb_run_cmd): Likewise.
3421 (gdb_start_cmd): Likewise.
3422 (gdb_starti_cmd): Likewise.
3423 (gdb_internal_error_resync): Likewise.
3424 (gdb_test_multiple): Likewise.
3425 (gdb_reinitialize_dir): Likewise.
3426 (default_gdb_exit): Likewise.
3427 (gdb_file_cmd): Mark kill as optional.
3428 (default_gdb_start): Call gdb_stdin_log_init.
3429 (send_gdb): Call gdb_stdin_log_write.
3430 (rerun_to_main): Mark Y as an answer.
3431 (gdb_stdin_log_init): New function.
3432 (gdb_stdin_log_write): Likewise.
3433
3434 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3435
3436 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3437 * gdb.base/debug-expr.exp: Likewise.
3438 * gdb.base/foll-fork.exp: Likewise.
3439 * gdb.base/foll-vfork.exp: Likewise.
3440 * gdb.base/fork-print-inferior-events.exp: Likewise.
3441 * gdb.base/gdb-sigterm.exp: Likewise.
3442 * gdb.base/gdbinit-history.exp: Likewise.
3443 * gdb.base/osabi.exp: Likewise.
3444 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3445 * gdb.base/ui-redirect.exp: Likewise.
3446 * gdb.gdb/unittest.exp: Likewise.
3447 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3448 * gdb.mi/mi-watch.exp: Likewise.
3449 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3450 * gdb.mi/user-selected-context-sync.exp: Likewise.
3451 * gdb.python/python.exp: Disable debug test when debugging.
3452 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3453 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3454 Likewise.
3455 * gdb.threads/stepi-random-signal.exp: Likewise.
3456
3457 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3458
3459 * Makefile.in: Pass through GDB_DEBUG.
3460 * README (Testsuite Parameters): Add GDB_DEBUG.
3461 (gdb,debug): Add board setting.
3462 * lib/gdb.exp (default_gdb_start): Start debugging.
3463 (gdb_debug_enabled): New procedure.
3464 (gdb_debug_init): Likewise.
3465
3466 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3467
3468 * Makefile.in: Pass through GDB_DEBUG.
3469 * README (Testsuite Parameters): Add GDB_DEBUG.
3470 (gdb,debug): Add board setting.
3471 * lib/gdb.exp (default_gdb_start): Start debugging.
3472 (gdb_debug_enabled): New procedure.
3473 (gdb_debug_init): Likewise.
3474
3475 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3476
3477 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3478
3479 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3480
3481 * gdb.base/ui-redirect.exp: Test redirection.
3482
3483 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3484
3485 * gdb.mi/mi-complete.exp: New file.
3486 * gdb.mi/mi-complete.cc: Likewise.
3487
3488 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3489
3490 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3491 indexed and sliced arrays, and pointers to arrays.
3492
3493 2019-05-14 Tom Tromey <tromey@adacore.com>
3494
3495 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3496 styling test.
3497
3498 2019-05-14 Tom de Vries <tdevries@suse.de>
3499
3500 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3501 selection entry encoding.
3502
3503 2019-05-10 Tom Tromey <tromey@adacore.com>
3504
3505 * gdb.ada/info_exc.exp: Add "complete" test.
3506
3507 2019-05-09 Tom de Vries <tdevries@suse.de>
3508
3509 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3510 CU-relative.
3511
3512 2019-05-09 Tom de Vries <tdevries@suse.de>
3513
3514 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3515 CU-relative.
3516
3517 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3518
3519 * gdb.ada/frame_arg_lang.exp: New testcase.
3520 * gdb.ada/frame_arg_lang/bla.adb: New file.
3521 * gdb.ada/frame_arg_lang/pck.ads: New file.
3522 * gdb.ada/frame_arg_lang/pck.adb: New file.
3523 * gdb.ada/frame_arg_lang/foo.c: New file.
3524
3525 2019-05-08 Tom Tromey <tromey@adacore.com>
3526
3527 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3528
3529 2019-05-08 Tom Tromey <tromey@adacore.com>
3530
3531 * gdb.base/ptype-offsets.exp: Update tests.
3532
3533 2019-05-08 Tom Tromey <tromey@adacore.com>
3534
3535 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3536 cases.
3537 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3538 "short".
3539
3540 2019-05-08 Tom Tromey <tromey@adacore.com>
3541
3542 * gdb.ada/vla.exp: New file.
3543 * gdb.ada/vla/vla.adb: New file.
3544
3545 2019-05-07 Tom de Vries <tdevries@suse.de>
3546
3547 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3548
3549 2019-05-07 Tom de Vries <tdevries@suse.de>
3550
3551 PR testsuite/24522
3552 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3553 section.
3554
3555 2019-05-07 Tom de Vries <tdevries@suse.de>
3556
3557 PR testsuite/24522
3558 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3559 .debug_aranges section.
3560
3561 2019-05-07 Tom de Vries <tdevries@suse.de>
3562
3563 PR testsuite/24159
3564 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3565
3566 2019-05-06 Tom de Vries <tdevries@suse.de>
3567
3568 * lib/gdb.exp (exec_has_index_section): New proc.
3569 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3570 section.
3571
3572 2019-05-04 Tom de Vries <tdevries@suse.de>
3573
3574 * boards/cc-with-debug-names.exp: New file.
3575
3576 2019-05-03 Tom Tromey <tromey@adacore.com>
3577
3578 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3579 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3580 * gdb.ada/char_enum.exp: Add test.
3581
3582 2019-05-03 Tom de Vries <tdevries@suse.de>
3583
3584 * boards/cc-with-gdb-index.exp: New file.
3585
3586 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3587
3588 * gdb.rust/simple.exp: Add new test case.
3589 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3590 (main): Initialise an instance of the new struct.
3591
3592 2019-05-01 Tom Tromey <tromey@adacore.com>
3593
3594 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3595 record.
3596 (NPR): New variable.
3597 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3598 test.
3599
3600 2019-05-01 Tom Tromey <tromey@adacore.com>
3601
3602 * gdb.ada/packed_array_assign.exp: Add packed assignment
3603 regression test.
3604
3605 2019-05-01 Tom de Vries <tdevries@suse.de>
3606
3607 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3608
3609 2019-05-01 Tom de Vries <tdevries@suse.de>
3610
3611 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3612
3613 2019-04-30 Ali Tamur <tamur@google.com>
3614
3615 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3616
3617 2019-04-30 Tom Tromey <tromey@adacore.com>
3618
3619 * lib/ada.exp (find_ada_tool): New proc.
3620 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3621 * gdb.ada/catch_ex_std.exp: New file.
3622 * gdb.ada/catch_ex_std/foo.adb: New file.
3623 * gdb.ada/catch_ex_std/some_package.adb: New file.
3624 * gdb.ada/catch_ex_std/some_package.ads: New file.
3625
3626 2019-04-30 Tom Tromey <tromey@adacore.com>
3627
3628 PR c++/24470:
3629 * gdb.cp/temargs.cc: Add test code from PR.
3630
3631 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3632
3633 * gdb.fortran/vla-datatypes.exp: Update expected results.
3634 * gdb.fortran/vla-ptype.exp: Likewise.
3635 * gdb.fortran/vla-type.exp: Likewise.
3636 * gdb.fortran/vla-value.exp: Likewise.
3637
3638 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3639
3640 * gdb.fortran/ptr-indentation.exp: Update expected results.
3641 * gdb.fortran/ptype-on-functions.exp: Likewise.
3642 * gdb.fortran/vla-ptr-info.exp: Likewise.
3643 * gdb.fortran/vla-value.exp: Likewise.
3644
3645 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3646
3647 * gdb.fortran/ptype-on-functions.exp: New file.
3648 * gdb.fortran/ptype-on-functions.f90: New file.
3649
3650 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3651
3652 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3653 case void string.
3654
3655 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3656
3657 * gdb.fortran/complex.exp: Expand.
3658 * gdb.fortran/complex.f: Renamed to...
3659 * gdb.fortran/complex.f90: ...this, and extended to add more
3660 complex values.
3661
3662 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3663
3664 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3665 MODULO, CMPLX.
3666
3667 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3668 Richard Bunt <richard.bunt@arm.com>
3669
3670 * gdb.base/max-depth.c: New file.
3671 * gdb.base/max-depth.exp: New file.
3672 * gdb.python/py-nested-maps.c: New file.
3673 * gdb.python/py-nested-maps.exp: New file.
3674 * gdb.python/py-nested-maps.py: New file.
3675 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3676 (test_all_common): Call test_max_depth.
3677 * gdb.fortran/max-depth.exp: New file.
3678 * gdb.fortran/max-depth.f90: New file.
3679 * gdb.go/max-depth.exp: New file.
3680 * gdb.go/max-depth.go: New file.
3681 * gdb.modula2/max-depth.exp: New file.
3682 * gdb.modula2/max-depth.c: New file.
3683 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3684
3685 2019-04-29 Tom de Vries <tdevries@suse.de>
3686
3687 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3688
3689 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3690
3691 * gdb.base/callexit.exp: Test may-call-functions off.
3692
3693 2019-04-25 Keith Seitz <keiths@redhat.com>
3694
3695 PR c++/24367
3696 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3697 (another_incomplete_struct, test_incomplete): New definitions.
3698 (main): Use new definitions.
3699 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3700 functions.
3701
3702 2019-04-25 Ali Tamur <tamur@google.com>
3703
3704 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3705
3706 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3707
3708 PR corefiles/11608
3709 PR corefiles/18187
3710 * gdb.base/coredump-filter-build-id.exp: New file.
3711
3712 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3713
3714 * Makefile.in: Pass through GDBSERVER_DEBUG.
3715 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3716 (gdbserver,debug): Add board setting.
3717 * gdb.trace/tspeed.exp: Skip when debugging.
3718 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3719 * lib/gdbserver-support.exp: Likewise
3720
3721 2019-04-24 Tom Tromey <tromey@adacore.com>
3722
3723 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3724 Rust.
3725
3726 2019-04-24 Tom Tromey <tromey@adacore.com>
3727
3728 * gdb.arch/amd64-eval.exp: Test bitfield return.
3729 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3730 (class Foo) <return_bitfields>: New method.
3731 (main): Call it.
3732
3733 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3734
3735 * gdb.cp/many-args.cc: New file.
3736 * gdb.cp/many-args.exp: New file.
3737
3738 2019-04-23 Tom de Vries <tdevries@suse.de>
3739
3740 PR gdb/24433
3741 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3742
3743 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3744
3745 * gdb.trace/backtrace.exp: Use nopie flag.
3746 * gdb.trace/circ.exp: Likewise.
3747 * gdb.trace/collection.exp: Likewise.
3748 * gdb.trace/ftrace.exp: Likewise.
3749 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3750 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3751 * gdb.trace/qtro.exp: Likewise.
3752 * gdb.trace/read-memory.exp: Likewise.
3753 * gdb.trace/report.exp: Likewise.
3754 * gdb.trace/tfile.exp: Likewise.
3755 * gdb.trace/tfind.exp: Likewise.
3756 * gdb.trace/unavailable.exp: Likewise.
3757
3758 2019-04-22 Pedro Alves <palves@redhat.com>
3759
3760 * gdb.base/solib-probes-nosharedlibrary.c,
3761 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3762
3763 2019-04-19 Tom Tromey <tromey@adacore.com>
3764
3765 * gdb.ada/ptype_union.c: New file.
3766 * gdb.ada/ptype_union.exp: New file.
3767
3768 2019-04-19 Tom Tromey <tromey@adacore.com>
3769
3770 PR symtab/24423:
3771 * gdb.base/list0.h (foo): Add a control-l character.
3772
3773 2019-04-18 Tom de Vries <tdevries@suse.de>
3774
3775 PR gdb/24433
3776 * boards/local-board.exp: Set sysroot to "".
3777
3778 2019-04-18 Tom de Vries <tdevries@suse.de>
3779 Pedro Alves <palves@redhat.com>
3780
3781 PR gdb/24454
3782 * gdb.threads/vfork-follow-child-exec.c: New file.
3783 * gdb.threads/vfork-follow-child-exec.exp: New file.
3784 * gdb.threads/vfork-follow-child-exit.c: New file.
3785 * gdb.threads/vfork-follow-child-exit.exp: New file.
3786
3787 2019-04-15 Leszek Swirski <leszeks@google.com>
3788
3789 * gdb.arch/amd64-eval.cc: New file.
3790 * gdb.arch/amd64-eval.exp: New file.
3791
3792 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3793
3794 * gdb.server/sysroot.c: New test.
3795 * gdb.server/sysroot.exp: New file.
3796 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3797 matching param.
3798
3799 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3800
3801 * gdb.base/align.exp: Extend test to cover structures containing
3802 only static fields.
3803
3804 2019-04-11 Tom de Vries <tdevries@suse.de>
3805
3806 * boards/cc-with-dwz-m.exp: New file.
3807 * boards/cc-with-dwz.exp: New file.
3808 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3809
3810 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3811
3812 * gdb.base/start-cpp.exp: New file.
3813 * gdb.base/start-cpp.cc: New file.
3814
3815 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3816
3817 * gdb.python/py-thrhandle.exp: Adjust tests to call
3818 thread_from_handle instead of thread_from_thread_handle.
3819
3820 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3821
3822 * gdb.python/py-thrhandle.exp: Add tests for
3823 gdb.InferiorThread.handle.
3824
3825 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3826
3827 * gdb.python/py-function.exp: Check calling helper function from
3828 all languages.
3829 * lib/gdb.exp (gdb_supported_languages): New proc.
3830
3831 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3832
3833 * gdb.base/complex-parts.c: New file.
3834 * gdb.base/complex-parts.exp: New file.
3835
3836 2019-04-01 Tom Tromey <tromey@adacore.com>
3837
3838 PR symtab/23331:
3839 * gdb.dwarf2/dw2-ranges-main.c: New file.
3840 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3841 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3842
3843 2019-03-30 Simon Marchi <simark@simark.ca>
3844
3845 * gdb.base/default.exp: Add values for $_gdb_major and
3846 $_gdb_minor.
3847
3848 2019-03-29 Tom Tromey <tromey@adacore.com>
3849
3850 * gdb.base/help.exp: Tighten apropos regexp.
3851
3852 2019-03-29 Keith Seitz <keiths@redhat.com>
3853
3854 * gdb.fortran/array-bounds.exp: New file.
3855 * gdb.fortran/array-bounds.f90: New file.
3856
3857 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3858
3859 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3860
3861 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3862
3863 * gdb.multi/hello.c (main): Increase alarm timer.
3864
3865 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3866
3867 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3868 factor when no hardware watchpoint support.
3869
3870 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3871 Pedro Alves <palves@redhat.com>
3872
3873 * boards/local-board.exp: set sysroot to /.
3874
3875 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3876
3877 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3878 in child.
3879
3880 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3881
3882 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3883 field.
3884 (make_container): Initialise new field.
3885 * gdb.python/py-prettyprint.exp: Add new tests.
3886 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3887 <display_hint>: New method.
3888
3889 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3890
3891 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3892 gdb_continue_to_breakpoint more throughout this test.
3893 (run_lang_tests) Supply unique test names, and use
3894 gdb_test_no_output.
3895
3896 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3897
3898 * gdb.base/finish-pretty.exp: Update expected results.
3899 * gdb.base/pretty-print.c: New file.
3900 * gdb.base/pretty-print.exp: New file.
3901
3902 2019-03-25 Pedro Alves <palves@redhat.com>
3903
3904 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3905 move comments outside list. Append '-i "" eof' section.
3906
3907 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3908
3909 PR testsuite/25016
3910 * README: Add pie options.
3911 * gdb.base/break-interp.exp: Ensure pie is disabled.
3912 * gdb.base/dump.exp: Likewise.
3913 * lib/gdb.exp (gdb_compile): Add pie option.
3914
3915 2019-03-19 Tom Tromey <tromey@adacore.com>
3916
3917 * gdb.mi/mi2-cli-display.c: New file.
3918 * gdb.mi/mi2-cli-display.exp: New file.
3919
3920 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3921 Tom Tromey <tromey@adacore.com>
3922
3923 * gdb.ada/ptype_array/pck.adb: New file.
3924 * gdb.ada/ptype_array/pck.ads: New file.
3925 * gdb.ada/ptype_array/foo.adb: New file.
3926 * gdb.ada/ptype_array.exp: New file.
3927
3928 2019-03-14 Tom Tromey <tromey@adacore.com>
3929
3930 * gdb.base/style.exp: Add "set style sources" test.
3931
3932 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3933
3934 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3935 * mi-breakpoint-multiple-locations.exp: ... this.
3936 (make_breakpoints_pattern): New proc.
3937 (do_test): Add mi_version parameter, test -break-insert,
3938 -break-info and =breakpoint-created.
3939
3940 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3941
3942 * config/default.exp: Remove 'load_lib gdb.exp'.
3943 * config/monitor.exp: Likewise.
3944 * config/sid.exp: Likewise.
3945 * config/sim.exp: Likewise.
3946 * config/slite.exp: Likewise.
3947 * config/unix.exp: Likewise.
3948 * gdb.base/default.exp: Remove unhelpful comment.
3949
3950 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3951
3952 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3953
3954 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3955
3956 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3957
3958 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3959
3960 * gdb.fortran/type-kinds.exp: Update expected results.
3961
3962 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3963
3964 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3965
3966 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3967
3968 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3969 function.
3970 (test_basic_parsing_of_type_kinds): Expand types tested.
3971 (test_parsing_invalid_type_kinds): New function.
3972
3973 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3974
3975 * gdb.fortran/intrinsics.exp: New file.
3976 * gdb.fortran/intrinsics.f90: New file.
3977 * gdb.fortran/type-kinds.exp: New file.
3978
3979 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3980
3981 * gdb.fortran/dot-ops.exp: New file.
3982
3983 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3984
3985 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3986 Check upper and lower case logical literals.
3987
3988 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3989
3990 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3991 Remove duplicate tests.
3992
3993 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3994
3995 * lib/gdb.exp (builtin_cd): rename of cd.
3996 (cd): Override builtin.
3997
3998 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3999
4000 * gdb.fortran/function-calls.exp: New file.
4001 * gdb.fortran/function-calls.f90: New test.
4002
4003 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4004
4005 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4006 on user program standard output.
4007 * gdb.fortran/short-circuit-argument-list.f90: Record function
4008 calls.
4009
4010 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4011
4012 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4013 failure.
4014
4015 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4016
4017 PR gdb/8527
4018 * gdb.base/interrupt-daemon-attach.c,
4019 gdb.base/interrupt-daemon-attach.exp: New test.
4020
4021 2019-02-27 Pedro Alves <palves@redhat.com>
4022
4023 * gdb.base/page.exp: Add tests for "set width/height -1".
4024
4025 2019-02-27 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.base/page.exp: Add tests for "set/show width/height" with
4028 "infinite" values.
4029
4030 2019-02-27 Tom Tromey <tromey@adacore.com>
4031
4032 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4033 2.4.
4034 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4035 workaround.
4036
4037 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4038
4039 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4040 tests for structs with static members.
4041
4042 2019-02-26 Tom Tromey <tromey@adacore.com>
4043
4044 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4045 ValueError, not TypeError.
4046
4047 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4048
4049 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4050 call from main program.
4051
4052 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4053
4054 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4055 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4056 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4057 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4058 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4059
4060 2019-02-22 Keith Seitz <keiths@redhat.com>
4061
4062 PR symtab/23853
4063 * gdb.base/symlink-sourcefile.c: New file.
4064 * gdb.base/symlink-sourcefile.exp: New file.
4065
4066 2019-02-20 Tom Tromey <tom@tromey.com>
4067
4068 * gdb.base/info_qt.exp: Update.
4069
4070 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4071
4072 * gdb.base/source.exp: Move "error in sourced script" code to
4073 the end.
4074 * gdb.base/source-error.gdb: Move contents to
4075 source-error-1.gdb. Add new code to source source-error-1.gdb.
4076 * gdb.base/source-error-1.gdb: New file, from previous
4077 source-error.gdb.
4078
4079 2019-02-17 Tom Tromey <tom@tromey.com>
4080
4081 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4082 for macro styling.
4083 * gdb.base/style.c (SOME_MACRO): New macro.
4084
4085 2019-02-17 Tom Tromey <tom@tromey.com>
4086
4087 * gdb.base/style.exp: Add line-wrapping tests.
4088 * gdb.base/page.exp: Add test for quitting during pagination.
4089
4090 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4091
4092 * gdb.ada/big_packed_array: New testcase.
4093 * gdb.ada/homonym.exp: Fix incorrect expected output for
4094 "break <homonym__get_value>" test.
4095
4096 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4097
4098 PR breakpoints/21870
4099 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4100 and prepare_for_testing. Add comment.
4101 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4102 redundant cleanup call. Clean up comment.
4103
4104 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4105
4106 PR breakpoints/21870
4107 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4108 * gdb.arch/aarch64-dbreg-contents.c: New file.
4109
4110 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4111
4112 * gdb.ada/mi_ref_changeable: New testcase.
4113
4114 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4115
4116 * gdb.base/attach.exp: Add double attach test.
4117
4118 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4119
4120 * lib/gdb.exp (default_gdb_start): Don't match pagination
4121 prompt.
4122 (gdb_init): Set stty_init.
4123
4124 2019-01-27 Tom Tromey <tom@tromey.com>
4125
4126 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4127 skip_python_tests.
4128
4129 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4130
4131 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4132 New structure.
4133 (struct struct_static_02_02): Likewise.
4134 (struct struct_static_02_03): Likewise.
4135 (struct struct_static_02_04): Likewise.
4136 (struct struct_static_04_01): Likewise.
4137 (struct struct_static_04_02): Likewise.
4138 (struct struct_static_04_03): Likewise.
4139 (struct struct_static_04_04): Likewise.
4140 (struct struct_static_06_01): Likewise.
4141 (struct struct_static_06_02): Likewise.
4142 (struct struct_static_06_03): Likewise.
4143 (struct struct_static_06_04): Likewise.
4144 (cmp_struct_static_02_01): Likewise.
4145 (cmp_struct_static_02_02): Likewise.
4146 (cmp_struct_static_02_03): Likewise.
4147 (cmp_struct_static_02_04): Likewise.
4148 (cmp_struct_static_04_01): Likewise.
4149 (cmp_struct_static_04_02): Likewise.
4150 (cmp_struct_static_04_03): Likewise.
4151 (cmp_struct_static_04_04): Likewise.
4152 (cmp_struct_static_06_01): Likewise.
4153 (cmp_struct_static_06_02): Likewise.
4154 (cmp_struct_static_06_03): Likewise.
4155 (cmp_struct_static_06_04): Likewise.
4156 (call_all): Test new structs.
4157 * gdb.base/infcall-nested-structs.exp: Likewise.
4158
4159 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4160 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4161
4162 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4163 * gdb.base/stack-protector.c: New test.
4164 * gdb.base/stack-protector.exp: New file.
4165 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4166 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4167 option.
4168 (gdb_compile): Remove stack protector for GCC and prevent
4169 recursion.
4170
4171 2019-01-16 Keith Seitz <keiths@redhat.com>
4172
4173 PR gdb/23773
4174 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4175
4176 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4177
4178 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4179 aliases.
4180 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4181 tests.
4182 * gdb.arch/powerpc-vector-regs.c: New file.
4183 * gdb.arch/powerpc-vector-regs.exp: New file.
4184
4185 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4186
4187 * gdb.arch/altivec-regs.exp: Fix the list passed to
4188 gdb_expect_list when testing "info vector".
4189
4190 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4191
4192 * gdb.base/style.exp: Don't include path in testname.
4193
4194 2019-01-10 Keith Seitz <keiths@redhat.com>
4195
4196 PR gdb/23712
4197 PR symtab/23010
4198 * gdb.dwarf2/multidictionary.exp: New file.
4199
4200 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4201
4202 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4203 (test_gnuv3_style_demangling): ... this.
4204 (test_lucid_style_demangling): Remove.
4205 (test_arm_style_demangling): Remove.
4206 (test_hp_style_demangling): Remove.
4207 (do_tests): Remove calls to the above.
4208
4209 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4210
4211 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4212 case.
4213
4214 2019-01-06 Tom Tromey <tom@tromey.com>
4215
4216 PR gdb/28155:
4217 * gdb.dwarf2/typedef-void-finish.exp: New file.
4218
4219 2018-12-28 Tom Tromey <tom@tromey.com>
4220 Simon Marchi <simark@simark.ca>
4221
4222 * gdb.base/jit-exec.exp: New file.
4223 * gdb.base/jit-exec.c: New file.
4224 * gdb.base/jit-execd.c: New file.
4225
4226 2018-12-28 Tom Tromey <tom@tromey.com>
4227
4228 * gdb.base/style.exp: Update test to check for address styling.
4229
4230 2018-12-28 Tom Tromey <tom@tromey.com>
4231
4232 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4233 message.
4234
4235 2018-12-28 Tom Tromey <tom@tromey.com>
4236
4237 * gdb.base/style.exp: Add test for version number styling.
4238
4239 2018-12-28 Tom Tromey <tom@tromey.com>
4240
4241 * gdb.base/style.exp: Add test for print_address_symbolic.
4242
4243 2018-12-28 Tom Tromey <tom@tromey.com>
4244
4245 * gdb.base/style.exp: Add test for breakpoint setting.
4246
4247 2018-12-28 Tom Tromey <tom@tromey.com>
4248
4249 * gdb.base/style.exp: Add test for variable names.
4250
4251 2018-12-28 Tom Tromey <tom@tromey.com>
4252
4253 * gdb.base/style.exp: New file.
4254 * gdb.base/style.c: New file.
4255
4256 2018-12-28 Tom Tromey <tom@tromey.com>
4257
4258 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4259 "dumb".
4260 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4261 the TERM environment variable.
4262
4263 2018-12-27 Tom Tromey <tom@tromey.com>
4264
4265 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4266 pagination test.
4267
4268 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4269
4270 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4271 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4272
4273 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4274
4275 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4276 Filename a.adb changed to bp_fun_addr.adb.
4277 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4278
4279 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4280
4281 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4282 non-PIE executables.
4283 * README: Mention the gdb,nopie_flag board setting.
4284 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4285 non-PIE executable.
4286 * gdb.arch/amd64-entry-value.exp: Likewise.
4287 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4288 * gdb.arch/i386-float.exp: Likewise.
4289 * gdb.arch/i386-signal.exp: Likewise.
4290 * gdb.mi/mi-reg-undefined.exp: Likewise.
4291
4292 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4293
4294 PR gdb/23974
4295 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4296
4297 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4298
4299 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4300 Update order of results accordingly.
4301
4302 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4303
4304 * gdb.base/annota1.exp: Update a test regexp.
4305
4306 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4307
4308 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4309
4310 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4311
4312 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4313 (reuse_time): Initialize to REUSE_TIME_CAP.
4314 (check_rc): New function.
4315 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4316 Check pthread_create rc.
4317 (spawner_thread_func): Check pthread_create and pthread_join rc.
4318
4319 2018-12-08 Pedro Alves <palves@redhat.com>
4320
4321 * gdb.base/list.exp (test_forward_search): Rename to ...
4322 (test_forward_reverse_search): ... this. Also test reverse-search
4323 and the forward-search alias.
4324
4325 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4326
4327 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4328 local timeout variable before return, and remove all local timeout
4329 variable entirely.
4330 (gdb_load): Likewise.
4331
4332 2018-12-01 Tom de Vries <tdevries@suse.de>
4333
4334 * gdb.base/gdb-caching-proc.exp: New file.
4335
4336 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4337
4338 * Makefile.in (TIMESTAMP): New variable.
4339 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4340 command.
4341 (check-single-racy): Likewise.
4342 (check/%.exp): Likewise.
4343 (check-racy/%.exp): Likewise.
4344 (workers/%.worker): Likewise.
4345 (build-perf): Likewise.
4346 (check-perf): Likewise.
4347 * README: Describe new "TS" and "TS_FORMAT" variables.
4348 * print-ts.py: New file.
4349
4350 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4351
4352 PR python/23714
4353 * gdb.python/python.exp: Test command repetition after
4354 gdb.execute.
4355
4356 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4357
4358 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4359 is correctly aligned.
4360
4361 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4362
4363 * gdb.ada/info_auto_lang.exp: New testcase.
4364 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4365 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4366 * gdb.ada/info_auto_lang/some_c.c: New file.
4367
4368 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4369
4370 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4371 FUNC_lang language syntax.
4372
4373 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4374
4375 * gdb.base/info_minsym.c: New file.
4376 * gdb.base/info_minsym.exp: New file.
4377
4378 2018-11-19 Tom Tromey <tom@tromey.com>
4379
4380 PR rust/23625:
4381 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4382 * gdb.rust/expr.exp: Update expected output. Change one test.
4383
4384 2018-11-19 Tom Tromey <tom@tromey.com>
4385
4386 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4387
4388 2018-11-19 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4391 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4392 see the expected warning.
4393
4394 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4395
4396 PR gdb/22736:
4397 * gdb.cp/infcall-nodebug-lib.c: New test.
4398 * gdb.cp/infcall-nodebug-main.c: New test.
4399 * gdb.cp/infcall-nodebug.exp: New file.
4400
4401 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4402
4403 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4404 completer tests.
4405
4406 2018-11-09 Tom de Vries <tdevries@suse.de>
4407
4408 * gdb.base/msym-lang.c: New test.
4409 * gdb.base/msym-lang.exp: New file.
4410 * gdb.base/msym-lang-main.c: New test.
4411
4412 2018-11-08 Tom Tromey <tom@tromey.com>
4413
4414 PR gdb/23555:
4415 PR gdb/23838:
4416 * gdb.base/warning.exp: New file.
4417
4418 2018-11-08 Jan Beulich <jbeulich@suse.com>
4419
4420 * testsuite/gdb.arch/i386-avx512.c,
4421 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4422
4423 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4424
4425 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4426 point hardware.
4427
4428 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4429
4430 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4431 * gdb.dwarf2/missing-type-name.exp: New file.
4432
4433 2018-11-06 Tom de Vries <tdevries@suse.de>
4434
4435 * gdb.base/many-headers.c: New test.
4436 * gdb.base/many-headers.exp: New file.
4437
4438 2018-11-06 Jim Wilson <jimw@sifive.com>
4439
4440 * gdb.base/code_elim.exp: For riscv, set additional_flags
4441 to include -msmall-data-limit=0.
4442
4443 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4444
4445 * gdb.ada/watch_minus_l: New testcase.
4446
4447 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4448
4449 * gdb.arch/aix-sighandle.c: New file.
4450 * gdb.arch/aix-sighandle.exp: New file.
4451
4452 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4453
4454 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4455 registers being unions.
4456
4457 2018-10-31 Tom de Vries <tdevries@suse.de>
4458
4459 * lib/valgrind.exp: New file.
4460 (vgdb_start, vgdb_stop): New procs, factored out of ...
4461 * gdb.base/valgrind-bt.exp: ... here, ...
4462 * gdb.base/valgrind-disp-step.exp: ... here and ...
4463 * gdb.base/valgrind-infcall.exp: ... here.
4464
4465 2018-10-31 Tom de Vries <tdevries@suse.de>
4466
4467 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4468
4469 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4470
4471 * gdb.dwarf2/void-type.c: New file.
4472 * gdb.dwarf2/void-type.exp: New file.
4473
4474 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4475
4476 * gdb.base/info_qt.c: New file.
4477 * gdb.base/info_qt.exp: New file.
4478
4479 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4480
4481 * gdb.arch/powerpc-htm-regs.c: New file.
4482 * gdb.arch/powerpc-htm-regs.exp: New file.
4483
4484 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4485
4486 * gdb.arch/powerpc-tar.c: New file.
4487 * gdb.arch/powerpc-tar.exp: New file.
4488
4489 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4490
4491 * gdb.arch/powerpc-ppr-dscr.c: New file.
4492 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4493
4494 2018-10-25 Tom de Vries <tdevries@suse.de>
4495
4496 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4497
4498 2018-10-24 Tom de Vries <tdevries@suse.de>
4499
4500 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4501 longer exists error.
4502
4503 2018-10-24 Tom de Vries <tdevries@suse.de>
4504
4505 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4506
4507 2018-10-24 Tom de Vries <tdevries@suse.de>
4508
4509 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4510 --db-attach in valgrind.
4511
4512 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4513
4514 * gdb.arch/riscv-reg-aliases.c: New file.
4515 * gdb.arch/riscv-reg-aliases.exp: New file.
4516
4517 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4518
4519 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4520
4521 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4522
4523 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4524
4525 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4526
4527 * gdb.cp/ovldbreak.exp: Fix regexps.
4528
4529 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4530
4531 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4532
4533 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4534
4535 PR cli/23785
4536 * gdb.base/restore.exp: New test to check if "restore" with an
4537 invalid file doesn't segfault.
4538
4539 2018-10-18 Tom de Vries <tdevries@suse.de>
4540
4541 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4542 * gdb.ada/excep_handle.exp: Same.
4543 * gdb.ada/mi_string_access.exp: Same.
4544 * gdb.ada/mi_var_union.exp: Same.
4545 * gdb.arch/arc-analyze-prologue.exp: Same.
4546 * gdb.arch/arc-decode-insn.exp: Same.
4547 * gdb.base/readnever.exp: Same.
4548 * gdb.fortran/printing-types.exp: Same.
4549 * gdb.guile/scm-lazy-string.exp: Same.
4550
4551 2018-10-16 Tom de Vries <tdevries@suse.de>
4552
4553 PR gdb/23730
4554 * gdb.base/catch-follow-exec.c: Add copyright notice.
4555 * gdb.base/catch-follow-exec.exp: Rewrite to use
4556 gdb_spawn_with_cmdline_opts. Require gdb-native.
4557
4558 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4559
4560 * gdb.trace/actions-changed.exp: Check for arch support.
4561 * gdb.trace/actions.exp: Likewise.
4562 * gdb.trace/ax.exp: Likewise.
4563 * gdb.trace/backtrace.exp: Likewise.
4564 * gdb.trace/change-loc.exp: Likewise.
4565 * gdb.trace/deltrace.exp: Likewise.
4566 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4567 * gdb.trace/ftrace.exp: Likewise.
4568 * gdb.trace/infotrace.exp: Check for arch support.
4569 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4570 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4571 * gdb.trace/mi-tsv-changed.exp: Likewise.
4572 * gdb.trace/packetlen.exp: Likewise.
4573 * gdb.trace/passc-dyn.exp: Likewise.
4574 * gdb.trace/passcount.exp: Likewise.
4575 * gdb.trace/pending.exp: Likewise.
4576 * gdb.trace/range-stepping.exp: Check for shlib support.
4577 * gdb.trace/report.exp: Check for arch support.
4578 * gdb.trace/save-trace.exp: Likewise.
4579 * gdb.trace/signal.exp: Check for signal support.
4580 * gdb.trace/tfind.exp: Check for arch support.
4581 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4582 * gdb.trace/trace-common.h: Add comment.
4583 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4584 * gdb.trace/trace-enable-disable.exp: Likewise.
4585 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4586 * gdb.trace/tracecmd.exp: Check for arch support.
4587 * gdb.trace/tspeed.exp: Check for shlib and target support.
4588 * gdb.trace/tstatus.exp: Check for arch support.
4589 * gdb.trace/tsv.exp: Likewise.
4590 * gdb.trace/while-dyn.exp: Likewise.
4591 * gdb.trace/while-stepping.exp: Likewise.
4592 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4593
4594 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4595
4596 * gdb.trace/tspeed.exp: Remove nowarnings.
4597 (prepare_for_trace_test): Declare "global ipalib".
4598 * gdb.trace/tspeed.c: Include unistd.h.
4599 (main): Remove superfluous printf argument.
4600
4601 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4602
4603 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4604 directory prefix on the filename.
4605
4606 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4607
4608 * gdb.gdb/unittest.exp: Update expected message informing that
4609 selftests have been disabled.
4610 * gdb.server/unittest.exp: Likewise.
4611
4612 2018-10-09 Tom de Vries <tdevries@suse.de>
4613
4614 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4615 with runto_main.
4616
4617 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4618
4619 PR c++/16841
4620 * gdb.cp/virtbase2.cc: New file.
4621 * gdb.cp/virtbase2.exp: New file.
4622
4623 2018-10-06 Tom Tromey <tom@tromey.com>
4624
4625 PR python/19399:
4626 * gdb.python/py-inferior.exp: Add architecture test.
4627
4628 2018-10-06 Tom Tromey <tom@tromey.com>
4629
4630 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4631 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4632
4633 2018-10-06 Tom Tromey <tom@tromey.com>
4634
4635 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4636 of a "throw" catchpoint.
4637
4638 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4639
4640 * gdb.base/info-proc.exp: Update string expected from "help info
4641 proc".
4642
4643 2018-10-04 Tom Tromey <tom@tromey.com>
4644
4645 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4646 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4647 (test_initial_complaints, test_empty_complaints): Update.
4648 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4649
4650 2018-10-04 Tom Tromey <tom@tromey.com>
4651
4652 PR cli/19551:
4653 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4654 * lib/gdb.exp (gdb_file_cmd): Update.
4655 * gdb.stabs/weird.exp (print_weird_var): Update.
4656 * gdb.server/solib-list.exp: Update.
4657 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4658 * gdb.mi/mi-cli.exp: Update.
4659 * gdb.linespec/linespec.exp: Update.
4660 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4661 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4662 * gdb.cp/cp-relocate.exp: Update.
4663 * gdb.base/sym-file.exp: Update.
4664 * gdb.base/relocate.exp: Update.
4665 * gdb.base/readnever.exp: Update.
4666 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4667 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4668 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4669 * gdb.base/code_elim.exp: Update.
4670 * gdb.base/break-unload-file.exp (test_break): Update.
4671 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4672 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4673 Update.
4674 * gdb.base/attach.exp (do_attach_tests): Update.
4675 * gdb.base/sepdebug.exp: Update.
4676 * gdb.python/py-section-script.exp: Update.
4677
4678 2018-10-04 Tom Tromey <tom@tromey.com>
4679
4680 PR cli/22234:
4681 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4682 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4683 output.
4684
4685 2018-10-04 Tom Tromey <tom@tromey.com>
4686
4687 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4688 set width and height to 0.
4689 (test_command_line_attach_run): Use -quiet.
4690
4691 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4692
4693 * lib/gdb.exp (skip_ifunc_tests): New.
4694 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4695 other compile failures.
4696 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4697
4698 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4699
4700 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4701 is_amd64_regs_target.
4702
4703 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4704
4705 * gdb.arch/aarch64-sighandler-regs.c: New test.
4706 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4707 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4708
4709 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4710
4711 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4712 assembly.
4713
4714 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4715
4716 * gdb.base/frame-selection.exp: New file.
4717 * gdb.base/frame-selection.c: New file.
4718
4719 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4720
4721 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4722 pthread barrier.
4723 (main): Likewise.
4724
4725 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4726
4727 * gdb.base/large-frame-1.c: New file.
4728 * gdb.base/large-frame-2.c: New file.
4729 * gdb.base/large-frame.exp: New file.
4730 * gdb.base/large-frame.h: New file.
4731
4732 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4733
4734 PR gdb/20948
4735 * gdb.base/write_mem.exp: New test.
4736 * gdb.base/write_mem.c: Likewise.
4737
4738 2018-09-23 Tom Tromey <tom@tromey.com>
4739
4740 PR python/18852:
4741 * gdb.python/py-parameter.exp: Add test for parameter that throws
4742 on "set".
4743
4744 2018-09-23 Tom Tromey <tom@tromey.com>
4745
4746 PR python/17284:
4747 * gdb.python/py-template.exp (test_template_arg): Add test for
4748 negative template argument number.
4749
4750 2018-09-23 Tom Tromey <tom@tromey.com>
4751
4752 PR python/14062:
4753 * gdb.python/python.exp: Add test for post_event error.
4754
4755 2018-09-23 Tom Tromey <tom@tromey.com>
4756
4757 PR python/18170:
4758 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4759 convert pointers to int and long.
4760
4761 2018-09-23 Tom Tromey <tom@tromey.com>
4762
4763 PR python/20126:
4764 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4765 signed-ness conversion tests.
4766
4767 2018-09-23 Tom Tromey <tom@tromey.com>
4768
4769 PR python/18352;
4770 * gdb.python/py-value.exp (test_float_conversion): New proc.
4771 Use it.
4772
4773 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4774
4775 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4776
4777 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4778
4779 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4780 no readline.
4781 * gdb.base/utf8-identifiers.exp: Likewise.
4782 * gdb.cp/cpcompletion.exp: Likewise.
4783 * gdb.linespec/cpcompletion.exp: Likewise.
4784 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4785 * gdb.linespec/cpls-ops.exp: Likewise.
4786
4787 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4788 Chris January <chris.january@arm.com>
4789
4790 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4791 * gdb.fortran/short-circuit-argument-list.exp: New file.
4792 * gdb.fortran/short-circuit-argument-list.f90: New test.
4793
4794 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4795
4796 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4797 "arch=" keyword when executing "-stack-list-frames".
4798
4799 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4800
4801 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4802 "arch=" keyword when executing "-stack-list-frames".
4803
4804 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4805
4806 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4807 break ada".
4808
4809 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4810
4811 PR python/23669
4812 * gdb.python/python.exp: Test gdb.execute("show commands").
4813
4814 2018-09-16 Tom Tromey <tom@tromey.com>
4815
4816 * gdb.base/new-ui.exp (do_execution_tests): Update.
4817 * gdb.base/dbx.exp (test_breakpoints): Update.
4818
4819 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4820
4821 * lib/gdb.exp (gdb_simple_compile): Add proc.
4822 (is_elf_target): Use gdb_simple_compile.
4823 (skip_altivec_tests): Likewise.
4824 (skip_vsx_tests): Likewise.
4825 (skip_tsx_tests): Likewise.
4826 (skip_btrace_tests): Likewise.
4827 (skip_btrace_pt_tests): Likewise.
4828 (gdb_can_simple_compile): Likewise.
4829 (gdb_has_argv0): Likewise.
4830 (gdb_target_symbol_prefix): Likewise.
4831 (target_supports_scheduler_locking): Likewise.
4832
4833 2018-09-13 Tom Tromey <tom@tromey.com>
4834
4835 * Makefile.in (TAGS): Recognize proc_with_prefix and
4836 gdb_caching_proc.
4837
4838 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4839
4840 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4841 method.
4842
4843 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4844
4845 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4846 and a few other Inferior properties when the Inferior is no
4847 longer valid.
4848
4849 2018-09-13 Tom Tromey <tom@tromey.com>
4850
4851 PR rust/23650:
4852 * gdb.rust/simple.exp: Add test for enum field access error.
4853
4854 2018-09-13 Tom Tromey <tom@tromey.com>
4855
4856 PR rust/23626:
4857 * gdb.rust/simple.rs (EmptyEnum): New type.
4858 (main): Use it.
4859 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4860
4861 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4862
4863 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4864 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4865 * gdb.python/py-symtab.exp: Update test printing an objfile.
4866
4867 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4868
4869 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4870 object.
4871
4872 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4873
4874 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4875 (support_complex_tests): Use gdb_can_simple_compile.
4876 (is_ilp32_target): Likewise.
4877 (is_lp64_target): Likewise.
4878 (is_64_target): Likewise.
4879 (is_amd64_regs_target): Likewise.
4880 (is_aarch32_target): Likewise.
4881 (gdb_int128_helper): Likewise.
4882
4883 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4884
4885 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4886
4887 2018-09-10 Jerome Guitton <guitton@adacore.com>
4888
4889 * gdb.ada/same_component_name: Add test for case of tagged record
4890 with variable-length fields.
4891
4892 2018-09-10 Xavier Roirand <roirand@adacore.com>
4893
4894 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4895 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4896 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4897 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4898
4899 2018-09-10 Xavier Roirand <roirand@adacore.com>
4900
4901 * gdb.ada/mi_string_access.exp: New testcase.
4902 * gdb.ada/mi_string_access/bar.adb: New file.
4903 * gdb.ada/mi_string_access/pck.adb: New file.
4904 * gdb.ada/mi_string_access/pck.asd: New file.
4905
4906 2018-09-10 Xavier Roirand <roirand@adacore.com>
4907
4908 * gdb.ada/mi_var_union.exp: New testcase.
4909 * gdb.ada/mi_var_union/bar.adb: New file.
4910 * gdb.ada/mi_var_union/pck.adb: New file.
4911 * gdb.ada/mi_var_union/pck.asd: New file.
4912
4913 2018-09-08 Tom Tromey <tom@tromey.com>
4914
4915 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4916
4917 2018-09-08 Tom Tromey <tom@tromey.com>
4918
4919 PR python/16047:
4920 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4921 (register_pretty_printers): Register new printer.
4922 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4923 test.
4924 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4925 (an_int_type3): New global.
4926
4927 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4928
4929 * gdb.ada/expr_with_funcall: New testcase.
4930
4931 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4932
4933 * gdb.ada/packed_array_assign: New testcase.
4934
4935 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4936
4937 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4938 names, and add test prefixes to make test names unique.
4939
4940 2018-09-05 Tom de Vries <tdevries@suse.de>
4941
4942 * gdb.dwarf2/varval.exp: Add test.
4943
4944 2018-09-04 Gary Benson <gbenson@redhat.com>
4945
4946 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4947 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4948
4949 2018-08-31 Tom Tromey <tom@tromey.com>
4950
4951 * gdb.rust/simple.rs: Rename second variable "v".
4952
4953 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4954
4955 * gdb.base/funcargs.c (use_a): New function.
4956 (recurse): Call use_a.
4957
4958 2018-08-29 Keith Seitz <keiths@redhat.com>
4959
4960 * gdb.compile/compile-cplus-anonymous.cc: New file.
4961 * gdb.compile/compile-cplus-anonymous.exp: New file.
4962 * gdb.compile/compile-cplus-array-decay.cc: New file.
4963 * gdb.compile/compile-cplus-array-decay.exp: New file.
4964 * gdb.compile/compile-cplus-inherit.cc: New file.
4965 * gdb.compile/compile-cplus-inherit.exp: New file.
4966 * gdb.compile/compile-cplus-member.cc: New file.
4967 * gdb.compile/compile-cplus-member.exp: New file.
4968 * gdb.compile/compile-cplus-method.cc: New file.
4969 * gdb.compile/compile-cplus-method.exp: New file.
4970 * gdb.compile/compile-cplus-mod.c: "New" file.
4971 * gdb.compile/compile-cplus-namespace.cc: New file.
4972 * gdb.compile/compile-cplus-namespace.exp: New file.
4973 * gdb.compile/compile-cplus-nested.cc: New file.
4974 * gdb.compile/compile-cplus-nested.exp: New file.
4975 * gdb.compile/compile-cplus-print.c: "New" file.
4976 * gdb.compile/compile-cplus-print.exp: "New" file.
4977 * gdb.compile/compile-cplus-virtual.cc: New file.
4978 * gdb.compile/compile-cplus-virtual.exp: New file.
4979 * gdb.compile/compile-cplus.c: "New" file.
4980 * gdb.compile/compile-cplus.exp: "New" file.
4981 * lib/compile-support.exp: New file.
4982
4983 2018-08-16 Gary Benson <gbenson@redhat.com>
4984
4985 PR gdb/13000:
4986 * gdb.base/batch-exit-status.exp: New file.
4987 * gdb.base/batch-exit-status.good-commands: Likewise.
4988 * gdb.base/batch-exit-status.bad-commands: Likewise.
4989
4990 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4991
4992 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4993 (struct struct02): Likewise.
4994 (struct struct03): Likewise.
4995 (struct struct04): Likewise.
4996 (struct struct_01_01): New struct.
4997 (struct struct_01_02): Likewise.
4998 (struct struct_01_03): Likewise.
4999 (struct struct_01_04): Likewise.
5000 (struct struct_02_01): Likewise.
5001 (struct struct_02_02): Likewise.
5002 (struct struct_02_03): Likewise.
5003 (struct struct_02_04): Likewise.
5004 (struct struct_04_01): Likewise.
5005 (struct struct_04_02): Likewise.
5006 (struct struct_04_03): Likewise.
5007 (struct struct_04_04): Likewise.
5008 (struct struct_05_01): Likewise.
5009 (struct struct_05_02): Likewise.
5010 (struct struct_05_03): Likewise.
5011 (struct struct_05_04): Likewise.
5012 (cmp_struct01): Remove function.
5013 (cmp_struct02): Likewise.
5014 (cmp_struct03): Likewise.
5015 (cmp_struct04): Likewise.
5016 (cmp_struct_01_01): Add Function.
5017 (cmp_struct_01_02): Likewise.
5018 (cmp_struct_01_03): Likewise.
5019 (cmp_struct_01_04): Likewise.
5020 (cmp_struct_02_01): Likewise.
5021 (cmp_struct_02_02): Likewise.
5022 (cmp_struct_02_03): Likewise.
5023 (cmp_struct_02_04): Likewise.
5024 (cmp_struct_04_01): Likewise.
5025 (cmp_struct_04_02): Likewise.
5026 (cmp_struct_04_03): Likewise.
5027 (cmp_struct_04_04): Likewise.
5028 (cmp_struct_05_01): Likewise.
5029 (cmp_struct_05_02): Likewise.
5030 (cmp_struct_05_03): Likewise.
5031 (cmp_struct_05_04): Likewise.
5032 (call_all): Add new structs.
5033 * gdb.base/infcall-nested-structs.exp: Likewise.
5034
5035 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5036
5037 * gdb.python/py-framefilter-mi.exp: Update regexp to
5038 check for "arch" field in frame output.
5039
5040 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5041
5042 * gdb.dwarf2/dw2-ranges-func.c: New file.
5043 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5044
5045 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5046
5047 * gdb.base/term.exp: Compare terminal settings with values from
5048 the inferior.
5049 * gdb.base/term.c: Get and set terminal settings.
5050
5051 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5052
5053 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5054 accommodate new "arch" field in frame output.
5055 * gdb.mi/mi-return.exp: Likewise.
5056 * gdb.mi/mi-stack.exp: Likewise.
5057 * gdb.mi/mi-syn-frame.exp: Likewise.
5058 * gdb.mi/user-selected-context-sync.exp: Likewise.
5059
5060 2018-08-19 Michael Spang <spang@google.com>
5061
5062 PR gdb/11786
5063 * gdb.base/gcore-tls-pie.c: New file.
5064 * gdb.base/gcore-tls-pie.exp: New file.
5065
5066 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5067
5068 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5069 * gdb.dwarf2/varval.c: New file.
5070 * gdb.dwarf2/varval.exp: New file.
5071
5072 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5073
5074 PR gdb/18931
5075 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5076
5077 2018-08-16 Keith Seitz <keiths@redhat.com>
5078
5079 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5080 tests expected to pass.
5081
5082 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5083
5084 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5085 -data-disassemble -a.
5086 (test_disassembly_bogus_args): Likewise.
5087
5088 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5089
5090 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5091
5092 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5093
5094 * gdb.base/vla-optimized-out.exp: Add new test.
5095
5096 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5097
5098 * gdb.base/vla-optimized-out-o3.exp: Delete.
5099 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5100 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5101 deleted tests.
5102
5103 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5104
5105 PR gdb/18050:
5106 * gdb.server/extended-remote-restart.c: New file.
5107 * gdb.server/extended-remote-restart.exp: New file.
5108
5109 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5110
5111 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5112 "set variable index = 42".
5113
5114 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5115
5116 * boards/index-cache-gdb.exp: New file.
5117 * gdb.dwarf2/index-cache.exp: New file.
5118 * gdb.dwarf2/index-cache.c: New file.
5119 * gdb.base/maint.exp: Check if we are using the index cache.
5120
5121 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5122
5123 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5124 MAKEFLAGS.
5125
5126 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5127
5128 * dg-extract-results.sh: Move to toplevel contrib.
5129 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5130 * Makefile.in (check-parallel-racy): Likewise.
5131
5132 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5133
5134 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5135 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5136 tests if the target supports scheduler locking.
5137
5138 2018-08-04 Tom de Vries <tdevries@suse.de>
5139
5140 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5141
5142 2018-08-02 Tom Tromey <tom@tromey.com>
5143
5144 PR symtab/16842.
5145 * gdb.cp/temargs.exp: Test "info address" of a template
5146 parameter.
5147
5148 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5149
5150 * gdb.python/py-mi-var-info-path-expression.c: New file.
5151 * gdb.python/py-mi-var-info-path-expression.py: New file.
5152 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5153
5154 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5155
5156 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5157 error after "cannot resolve name" string.
5158
5159 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5160
5161 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5162 started.
5163 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5164
5165 2018-07-28 Tom de Vries <tdevries@suse.de>
5166
5167 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5168
5169 2018-07-26 Tom de Vries <tdevries@suse.de>
5170
5171 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5172
5173 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5174
5175 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5176 is visible.
5177
5178 2018-07-26 Tom de Vries <tdevries@suse.de>
5179
5180 PR breakpoints/23366
5181 * gdb.base/catch-follow-exec.c: New test.
5182 * gdb.base/catch-follow-exec.exp: New file.
5183
5184 2018-07-25 Tom de Vries <tdevries@suse.de>
5185
5186 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5187 vla-optimized-out.c.
5188
5189 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5190
5191 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5192 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5193
5194 2018-07-20 Tom de Vries <tdevries@suse.de>
5195
5196 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5197 NOCLONE macro.
5198 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5199
5200 2018-07-19 Tom de Vries <tdevries@suse.de>
5201
5202 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5203 regular expression.
5204
5205 2018-07-18 Tom de Vries <tdevries@suse.de>
5206
5207 * gdb.base/vla-optimized-out.c: New test.
5208 * gdb.base/vla-optimized-out.exp: New file.
5209
5210 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5211
5212 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5213 message "No address associated with hostname" when gdbserver
5214 cannot resolve the hostname.
5215
5216 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5217
5218 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5219 Add some test prefixes to make tests unique.
5220
5221 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5222
5223 * gdb.base/frameapply.c: New file.
5224 * gdb.base/frameapply.exp: New file.
5225
5226 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5227
5228 * gdb.base/skip.exp: Update expected error message.
5229
5230 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5231 Jan Kratochvil <jan.kratochvil@redhat.com>
5232 Paul Fertser <fercerpav@gmail.com>
5233 Tsutomu Seki <sekiriki@gmail.com>
5234
5235 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5236 parameter.
5237 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5238 by default.
5239 * boards/native-gdbserver.exp: Likewise.
5240 * gdb.server/run-without-local-binary.exp: Improve regexp used
5241 for detecting when a remote debugging connection succeeds.
5242 * gdb.server/server-connect.exp: New file.
5243 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5244 Do not prefix the port number with ":".
5245 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5246 support for detecting and using it. Add '$debughost_gdbserver'
5247 to the list of arguments used to start gdbserver. Handle case
5248 when gdbserver cannot resolve a network name.
5249
5250 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5251
5252 PR c++/23373
5253 * gdb.base/ptype-offsets.cc (struct static_member): New
5254 struct.
5255 (main) <stmember>: New variable.
5256 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5257 with a static member in it.
5258
5259 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5260
5261 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5262 watchpoints enabled and disabled.
5263
5264 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5265
5266 * gdb.base/examine-backward.exp: Still run tests around address
5267 0x0, even if address 0x0 is not readable. Update the pattern for
5268 matching address 0x0 in expected output.
5269
5270 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5271
5272 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5273 malloc/free.
5274
5275 2018-07-04 Tom de Vries <tdevries@suse.de>
5276
5277 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5278
5279 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5280
5281 PR tdep/8282
5282 * gdb.arch/mips-disassembler-options.exp: New test.
5283 * gdb.arch/mips-disassembler-options.s: New test source.
5284
5285 2018-06-29 Pedro Alves <palves@redhat.com>
5286
5287 * gdb.threads/names.exp: Adjust expected "info threads" output.
5288
5289 2018-06-29 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.opt/inline-break.exp (line number, address): Add "info
5292 break" tests.
5293
5294 2018-06-29 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5297 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5298 number and address and running to them.
5299
5300 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5301
5302 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5303
5304 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5305
5306 * lib/compiler.c: Remove executable permission flag.
5307
5308 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5309
5310 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5311 code.
5312 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5313
5314 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5315
5316 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5317
5318 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5319
5320 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5321 address argument is omitted.
5322
5323 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5324
5325 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5326
5327 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5328
5329 PR gdb/21695
5330 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5331 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5332
5333 2018-06-26 Tom Tromey <tom@tromey.com>
5334
5335 PR rust/22574:
5336 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5337 * gdb.rust/simple.rs (struct SimpleLayout): New.
5338
5339 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5340
5341 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5342 "info registers" output.
5343
5344 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5345
5346 * gdb.base/watchpoint-hw-attach.c: New test.
5347 * gdb.base/watchpoint-hw-attach.exp: New file.
5348
5349 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5350
5351 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5352 through /bin/sh.
5353 * boards/dwarf4-gdb-index.exp: Likewise.
5354 * boards/fission-dwp.exp: Likewise.
5355
5356 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5357
5358 * gdb.base/float128.exp: Add comment and improved fail message
5359 to the failure case of "print large128" test.
5360
5361 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5362
5363 * configure.ac: Remove AC_PREREQ.
5364 * configure: Re-generate.
5365
5366 2018-06-19 Pedro Alves <palves@redhat.com>
5367
5368 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5369 (func_extern_caller): New.
5370 (main): Call func_extern_caller.
5371 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5372 logic change.
5373
5374 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5375
5376 PR gdb/16841
5377 * gdb.cp/typedef-base.cc: New file.
5378 * gdb.cp/typedef-base.exp: New file.
5379
5380 2018-06-18 Tom de Vries <tdevries@suse.de>
5381
5382 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5383
5384 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5385 Richard Bunt <Richard.Bunt@arm.com>
5386
5387 * gdb.threads/attach-slow-waitpid.c: New file.
5388 * gdb.threads/attach-slow-waitpid.exp: New file.
5389 * gdb.threads/slow-waitpid.c: New file.
5390
5391 2018-06-14 Pedro Alves <palves@redhat.com>
5392
5393 * gdb.base/fork-running-state.c: Include <errno.h>.
5394 (exit_if_relative_exits): New.
5395 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5396 exits.
5397 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5398 child exits.
5399
5400 2018-06-14 Tom de Vries <tdevries@suse.de>
5401
5402 PR cli/22573
5403 * gdb.base/finish-pretty.c: New test.
5404 * gdb.base/finish-pretty.exp: New file.
5405
5406 2018-06-14 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5409 gdb's expected startup output.
5410
5411 2018-06-14 Pedro Alves <palves@redhat.com>
5412
5413 * lib/selftest-support.exp (selftest_setup): Remove inlined
5414 function handling.
5415
5416 2018-06-14 Tom de Vries <tdevries@suse.de>
5417
5418 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5419 matching of breakpoint printing.
5420
5421 2018-06-13 Tom de Vries <tdevries@suse.de>
5422
5423 PR testsuite/23269
5424 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5425 (fork_child): ... here, and ...
5426 (fork_parent): ... here.
5427
5428 2018-06-12 Tom de Vries <tdevries@suse.de>
5429
5430 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5431
5432 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5433 Stephen Roberts <stephen.roberts@arm.com>
5434
5435 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5436 rewrite test to describe action performed, rather than possible
5437 failure.
5438
5439 2018-06-08 Gary Benson <gbenson@redhat.com>
5440
5441 * gdb.threads/check-libthread-db.exp: New file.
5442 * gdb.threads/check-libthread-db.c: Likewise.
5443
5444 2018-06-05 Tom Tromey <tom@tromey.com>
5445
5446 * gdb.base/default.exp: Update expected "show version" output.
5447
5448 2018-06-05 Tom Tromey <tom@tromey.com>
5449
5450 PR cli/12326:
5451 * gdb.cp/static-print-quit.exp: Update.
5452 * lib/gdb.exp (pagination_prompt): Update.
5453 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5454 * gdb.python/python.exp: Update.
5455
5456 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5457
5458 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5459
5460 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5461
5462 * gdb.ada/bp_fun_addr: New testcase.
5463
5464 2018-06-01 Tom Tromey <tom@tromey.com>
5465
5466 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5467 results.
5468 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5469 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5470 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5471 * gdb.base/maint.exp (maint_pass_if): Update.
5472
5473 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5474
5475 * gdb.base/endian.exp: New test.
5476 * gdb.base/endian.c: New test source.
5477
5478 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5479
5480 PR gdb/23203
5481 * gdb.base/bt-selected-frame.c: New file.
5482 * gdb.base/bt-selected-frame.exp: New file.
5483 * lib/gdb.exp (get_current_frame_number): New function.
5484
5485 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5486 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.threads/tls-core.c: Include <stdlib.h>
5489 (thread_proc): Call `abort'.
5490 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5491 (tls_core_test): New procedure, bits factored out from ...
5492 (top level): ... here. Test both native cores and gcore cores.
5493
5494 2018-05-23 Tom Tromey <tom@tromey.com>
5495
5496 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5497
5498 2018-05-23 Tom Tromey <tom@tromey.com>
5499
5500 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5501 symfile_complaints.
5502 (test_short_complaints): Likewise.
5503 (test_empty_complaints): Likewise.
5504 (test_initial_complaints): Update.
5505
5506 2018-05-23 Tom Tromey <tom@tromey.com>
5507
5508 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5509
5510 2018-05-23 Tom Tromey <tom@tromey.com>
5511
5512 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5513 (test_short_complaints): Update.
5514
5515 2018-05-22 Pedro Alves <palves@redhat.com>
5516
5517 * gdb.base/remote.exp: Only gdb_start after compiling the
5518 testcase. Issue "disconnect" before testing "set remote" command
5519 defaults. Issue clean_restart before running to main.
5520
5521 2018-05-22 Pedro Alves <palves@redhat.com>
5522
5523 * gdb.base/remote.exp: Adjust expected output of "show remote
5524 memory-write-packet-size". Add tests for "set remote
5525 memory-write-packet-size 0" and "set remote
5526 memory-write-packet-size fixed/limit".
5527
5528 2018-05-22 Pedro Alves <palves@redhat.com>
5529
5530 PR gdb/22973
5531 * gdb.base/utf8-identifiers.c: New file.
5532 * gdb.base/utf8-identifiers.exp: New file.
5533
5534 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5535
5536 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5537
5538 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5539
5540 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5541
5542 2018-05-18 Tom Tromey <tom@tromey.com>
5543
5544 * gdb.base/ptype-offsets.exp: Update.
5545
5546 2018-05-17 Keith Seitz <keiths@redhat.com>
5547
5548 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5549 in expected breakpoint stop locations.
5550 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5551 move to proper scope to test variable values.
5552 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5553 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5554 New functions.
5555 (main): Call not_inline_func3.
5556 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5557 inline_func1, inline_func2, and inline_func3. Test that when each
5558 breakpoint is hit, GDB properly reports both the stop location
5559 and the backtrace. Repeat tests for temporary breakpoints.
5560
5561 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5562
5563 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5564 rather then trying to access it in determining whether the PID
5565 of `gdbserver' could have been retrieved.
5566
5567 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5568
5569 * gdb.arch/amd64-init-x87-values.S: New file.
5570 * gdb.arch/amd64-init-x87-values.exp: New file.
5571
5572 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5573
5574 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5575
5576 2018-05-04 Tom Tromey <tom@tromey.com>
5577
5578 PR python/22730:
5579 * gdb.python/python.exp: Test multi-line execute.
5580
5581 2018-05-04 Tom Tromey <tom@tromey.com>
5582
5583 PR python/22731:
5584 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5585
5586 2018-05-04 Tom Tromey <tom@tromey.com>
5587
5588 PR gdb/11750:
5589 * gdb.base/define.exp: Test defining a user command inside a user
5590 command.
5591 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5592
5593 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5594 Pedro Alves <palves@redhat.com>
5595
5596 PR breakpoints/19806 and support for PR external/20207.
5597 * gdb.base/watchpoint-unaligned.c: New file.
5598 * gdb.base/watchpoint-unaligned.exp: New file.
5599
5600 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5601
5602 * gdb.base/maint.exp: Make test names unique, use
5603 test_prefix_command_help to test 'help maint info', and remove
5604 repeated test of 'help maint'.
5605
5606 2018-05-04 Tom Tromey <tom@tromey.com>
5607
5608 PR gdb/22619:
5609 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5610 behavior.
5611
5612 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5613
5614 * gdb.base/maint.exp: Process output from 'maint print registers'
5615 line at a time.
5616
5617 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5618
5619 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5620 timeout.
5621
5622 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5623
5624 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5625 filter pattern.
5626
5627 2018-05-02 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5630 to_log_command renames.
5631 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5632
5633 2018-05-02 Tom Tromey <tom@tromey.com>
5634
5635 * gdb.python/py-parameter.exp: Set test message.
5636
5637 2018-05-02 Tom Tromey <tom@tromey.com>
5638
5639 PR python/20084:
5640 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5641 PARAM_ZUINTEGER_UNLIMITED tests.
5642
5643 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5644
5645 PR rust/23124
5646 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5647 when casting.
5648
5649 2018-04-30 Tom Tromey <tom@tromey.com>
5650
5651 * gdb.python/py-type.exp: Check align attribute.
5652 * gdb.python/py-type.c: New "aligncheck" global.
5653
5654 2018-04-30 Tom Tromey <tom@tromey.com>
5655
5656 PR exp/17095:
5657 * gdb.dwarf2/dw2-align.exp: New file.
5658 * gdb.cp/align.exp: New file.
5659 * gdb.base/align.exp: New file.
5660 * lib/gdb.exp (gdb_int128_helper): New proc.
5661 (has_int128_c, has_int128_cxx): New caching procs.
5662
5663 2018-04-27 Tom Tromey <tom@tromey.com>
5664
5665 PR rust/22545:
5666 * gdb.rust/simple.exp: Add inclusive range tests.
5667
5668 2018-04-26 Pedro Alves <palves@redhat.com>
5669
5670 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5671 ifunc breakpoint locations correctly of ifunc breakpoints set
5672 while the program resolves the ifunc.
5673
5674 2018-04-26 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.base/gnu-ifunc-final.c: New file.
5677 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5678 * gdb.base/gnu-ifunc.exp (executable): Delete.
5679 (staticexecutable): Adjust.
5680 (lib_opts, exec_opts): Delete.
5681 (make_binsuffix, build, set-break): New procedures.
5682 (misc_tests): New, with tests factored out from the top level.
5683 (top level): Test different combinations of ifunc resolver name,
5684 resolver with and with debug info, and ifunc target with and
5685 without debug info. Wrap static tests with with_target_prefix.
5686
5687 2018-04-26 Pedro Alves <palves@redhat.com>
5688
5689 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5690 return type" warnings.
5691
5692 2018-04-25 Pedro Alves <palves@redhat.com>
5693
5694 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5695 killed".
5696 * gdb.base/kill-after-signal.exp: Likewise.
5697 * gdb.threads/kill.exp: Likewise.
5698
5699 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5700 Sergio Durigan Junior <sergiodj@redhat.com>
5701 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5704 regexps to expect for '[Inferior ... detached]' as well.
5705 * gdb.base/attach.exp: Likewise.
5706 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5707 "gdb_continue_to_end".
5708 (test_catch_syscall_with_wrong_args): Likewise.
5709 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5710 ']'. Don't set 'verbose' on.
5711 * gdb.base/foll-vfork.exp: Likewise.
5712 * gdb.base/fork-print-inferior-events.c: New file.
5713 * gdb.base/fork-print-inferior-events.exp: New file.
5714 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5715 '[Inferior ... has been killed]' message.
5716 * gdb.base/kill-after-signal.exp: Likewise.
5717 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5718 detach message.
5719 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5720 message.
5721 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5722 regexps to expect for '[Inferior ... detached]' as well.
5723 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5724
5725 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5726
5727 PR gdb/23104
5728 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5729
5730 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5731
5732 PR gdb/23095
5733 * gdb.base/break-probes.exp: Pass shlib_load to
5734 prepare_for_testing. Set normal_bp to r_debug_state if target is
5735 bsd.
5736
5737 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5738
5739 * gdb.threads/multiple-successive-infcall.c: New test.
5740 * gdb.threads/multiple-successive-infcall.exp: New file.
5741
5742 2018-04-17 Tom Tromey <tom@tromey.com>
5743
5744 * gdb.rust/simple.rs (Union): New type.
5745 (main): New local "u".
5746 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5747
5748 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5749
5750 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5751 number information in output of "whereis" command.
5752 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5753
5754 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5755
5756 * gdb.ada/info_types.exp: Adjust expected output to the line
5757 numbers now printed by "info var/func/type".
5758 * gdb.base/completion.exp: Likewise.
5759 * gdb.base/included.exp: Likewise.
5760 * gdb.cp/cp-relocate.exp: Likewise.
5761 * gdb.cp/cplusfuncs.exp: Likewise.
5762 * gdb.cp/namespace.exp: Likewise.
5763 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5764
5765 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5766
5767 * gdb.btrace/cpu.exp: New.
5768
5769 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5770
5771 * gdb.base/step-indirect-call-thunk.exp: New.
5772 * gdb.base/step-indirect-call-thunk.c: New.
5773 * gdb.reverse/step-indirect-call-thunk.exp: New.
5774 * gdb.reverse/step-indirect-call-thunk.c: New.
5775
5776 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5777
5778 * gdb.base/pie-fork.c: New file.
5779 * gdb.base/pie-fork.exp: New file.
5780
5781 2018-04-11 Tom Tromey <tom@tromey.com>
5782
5783 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5784
5785 2018-04-10 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5788 exits. Instead loop running forever.
5789 (fork_parent): Run forever too.
5790
5791 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5792
5793 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5794 mi_continue_to_line.
5795 * gdb.mi/mi-stack.c (callee4): Add comment.
5796
5797 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5798
5799 * gdb.mi/mi-stack.exp: Fix indentation.
5800
5801 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5802
5803 PR gdb/22979
5804 * gdb.arch/amd64-osabi.exp: New file.
5805
5806 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5807
5808 PR gdb/22980
5809 * gdb.base/osabi.exp: New file.
5810
5811 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5812
5813 * gdb.cp/static-typedef-print.exp: New file.
5814 * gdb.cp/static-typedef-print.cc: New file.
5815
5816 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5817
5818 * gdb.ada/varsize_limit: New testcase.
5819
5820 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5821
5822 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5823
5824 * gdb.ada/notcplusplus: New testcase.
5825
5826 * gdb.base/c-linkage-name.c: New file.
5827 * gdb.base/c-linkage-name.exp: New testcase.
5828
5829 2018-03-26 Tom Tromey <tom@tromey.com>
5830
5831 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5832 * gdb.python/py-framefilter.py (name_error): New global.
5833 (ErrorInName.function): Use name_error.
5834
5835 2018-03-26 Tom Tromey <tom@tromey.com>
5836
5837 PR backtrace/15582:
5838 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5839
5840 2018-03-23 Keith Seitz <keiths@redhat.com>
5841
5842 PR c++/22968
5843 * gdb.cp/subtypes.exp: New file.
5844 * gdb.cp/subtypes.h: New file.
5845 * gdb.cp/subtypes.cc: New file.
5846 * gdb.cp/subtypes-2.cc: New file.
5847
5848 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5849
5850 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5851 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5852 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5853 -nostartfiles when compiling the test. Confirm that all registers
5854 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5855
5856 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5857
5858 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5859 option, syntax was wrong anyway.
5860 * gdb.arch/arm-disp-step.exp: Likewise.
5861 * gdb.arch/sparc64-regs.exp: Likewise.
5862 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5863 option, syntax was wrong anyway, switch to use
5864 prepare_for_testing.
5865 * gdb.arch/i386-disp-step.exp: Likewise.
5866
5867 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5868
5869 * gdb.ada/exec_changed.exp: Replace "target_info exists
5870 use_gdb_stub" by "use_gdb_stub".
5871 * gdb.ada/start.exp: Likewise.
5872 * gdb.base/async-shell.exp: Likewise.
5873 * gdb.base/attach-pie-misread.exp: Likewise.
5874 * gdb.base/attach-wait-input.exp: Likewise.
5875 * gdb.base/break-entry.exp: Likewise.
5876 * gdb.base/break-interp.exp: Likewise.
5877 * gdb.base/dprintf-detach.exp: Likewise.
5878 * gdb.base/nostdlib.exp: Likewise.
5879 * gdb.base/solib-nodir.exp: Likewise.
5880 * gdb.base/statistics.exp: Likewise.
5881 * gdb.base/testenv.exp: Likewise.
5882 * gdb.mi/mi-exec-run.exp: Likewise.
5883 * gdb.mi/mi-start.exp: Likewise.
5884 * gdb.multi/dummy-frame-restore.exp: Likewise.
5885 * gdb.multi/multi-arch-exec.exp: Likewise.
5886 * gdb.multi/multi-arch.exp: Likewise.
5887 * gdb.multi/tids.exp: Likewise.
5888 * gdb.multi/watchpoint-multi.exp: Likewise.
5889 * gdb.python/py-events.exp: Likewise.
5890 * gdb.threads/attach-into-signal.exp: Likewise.
5891 * gdb.threads/attach-stopped.exp: Likewise.
5892 * gdb.threads/threadapply.exp: Likewise.
5893 * lib/selftest-support.exp: Likewise.
5894
5895 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5896
5897 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5898
5899 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5900
5901 * gdb.perf/template-breakpoints.cc: New file.
5902 * gdb.perf/template-breakpoints.exp: New file.
5903 * gdb.perf/template-breakpoints.py: New file.
5904
5905 2018-03-19 Tom Tromey <tom@tromey.com>
5906
5907 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5908 y0.
5909 * gdb.rust/simple.exp: Test bare identifier form of struct
5910 initializer.
5911
5912 2018-03-19 Tom Tromey <tom@tromey.com>
5913
5914 * gdb.gdb/observer.exp: Remove.
5915
5916 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5917
5918 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5919 "qualified" option when setting breakpoints.
5920 * gdb.trace/backtrace.exp: Likewise.
5921 * gdb.trace/circ.exp: Likewise.
5922 * gdb.trace/collection.exp: Likewise.
5923 * gdb.trace/disconnected-tracing.exp: Likewise.
5924 * gdb.trace/ftrace-lock.exp: Likewise.
5925 * gdb.trace/ftrace.exp: Likewise.
5926 * gdb.trace/infotrace.exp: Likewise.
5927 * gdb.trace/packetlen.exp: Likewise.
5928 * gdb.trace/passc-dyn.exp: Likewise.
5929 * gdb.trace/qtro.exp: Likewise.
5930 * gdb.trace/read-memory.exp: Likewise.
5931 * gdb.trace/report.exp: Likewise.
5932 * gdb.trace/signal.exp: Likewise.
5933 * gdb.trace/status-stop.exp: Likewise.
5934 * gdb.trace/strace.exp: Likewise.
5935 * gdb.trace/tfind.exp: Likewise.
5936 * gdb.trace/trace-break.exp: Likewise.
5937 * gdb.trace/trace-condition.exp: Likewise.
5938 * gdb.trace/trace-mt.exp: Likewise.
5939 * gdb.trace/tstatus.exp: Likewise.
5940 * gdb.trace/tsv.exp: Likewise.
5941 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5942 * gdb.trace/unavailable.exp: Likewise.
5943 * gdb.trace/while-dyn.exp: Likewise.
5944
5945 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5946
5947 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5948 that libinproctrace is copied to the target.
5949
5950 2018-03-14 Tom Tromey <tom@tromey.com>
5951
5952 PR cli/14977:
5953 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5954 a null pointer.
5955 * gdb.base/wchar.exp: Likewise.
5956
5957 2018-03-14 Tom Tromey <tom@tromey.com>
5958
5959 PR cli/19918:
5960 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5961 flag.
5962
5963 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5964
5965 PR gdb/22841
5966 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5967 "target" to remote_exec.
5968
5969 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5970
5971 PR gdb/22841
5972 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5973 ${board}_upload): Remove.
5974
5975 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5976
5977 * gdb.cp/watch-cp.cc: New test.
5978 * gdb.cp/watch-cp.exp: New file.
5979
5980 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5981
5982 * gdb.base/infcall-nested-structs.exp: New file.
5983 * gdb.base/infcall-nested-structs.c: New file.
5984 * gdb.base/float.exp: Add riscv support.
5985
5986 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5987
5988 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5989 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5990
5991 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5992
5993 * gdb.server/abspath.exp: New file.
5994 * lib/gdb.exp (with_cwd): New procedure.
5995
5996 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5997
5998 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5999 use it.
6000 (gdb_is_target_remote_prompt): New proc.
6001 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6002 (gdb_is_target_native): Pass prompt parameter to
6003 gdb_is_target_1.
6004
6005 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6006
6007 * gdb.base/load-command.c: New file.
6008 * gdb.base/load-command.exp: New file.
6009 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6010 (gdb_is_target_1): ...this, and generalize for other targets
6011 than just remote.
6012 (gdb_is_target_remote): Use gdb_is_target_1.
6013 (gdb_is_target_native): use gdb_is_target_1.
6014
6015 2018-02-26 Tom Tromey <tom@tromey.com>
6016
6017 PR python/16497:
6018 * gdb.python/py-framefilter.exp: Update test.
6019
6020 2018-02-26 Tom Tromey <tom@tromey.com>
6021
6022 * gdb.dwarf2/variant.c: New file.
6023 * gdb.dwarf2/variant.exp: New file.
6024
6025 2018-02-26 Tom Tromey <tom@tromey.com>
6026
6027 * gdb.rust/simple.exp: Accept more possible results in enum test.
6028
6029 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6030
6031 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6032 parentheses.
6033
6034 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6035
6036 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6037 name of a variable: $actual_linejj -> $actual_line.
6038
6039 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6040
6041 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6042
6043 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6044
6045 * gdb.btrace/buffer-size.exp: Do not force BTS.
6046
6047 2018-02-14 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6050 getting a "Quit".
6051
6052 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6053
6054 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6055 Fix test name.
6056
6057 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6058
6059 * gdb.cp/m-static.exp: Check type of optimized out static
6060 member.
6061
6062 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6063
6064 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6065 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6066
6067 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6068 Leszek Swirski <leszeks@google.com>
6069
6070 * gdb.python/py-prettyprint.c
6071 (struct to_string_returns_value_inner,
6072 struct to_string_returns_value_wrapper): New.
6073 (main): Add tsrvw variable.
6074 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6075 ToStringReturnsValueWrapper): New classes.
6076 (register_pretty_printers): Register new pretty-printers.
6077 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6078 recursive pretty printer.
6079 * gdb.python/py-mi.exp: Likewise.
6080
6081 2018-02-01 Leszek Swirski <leszeks@google.com>
6082
6083 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6084 functions with the same name as an include file are parsed
6085 correctly.
6086
6087 2018-02-01 Yao Qi <yao.qi@linaro.org>
6088
6089 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6090 "\[^\r\n\]*".
6091
6092 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6093
6094 * gdb.arch/powerpc-prologue-frame.s: New file.
6095 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6096 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6097
6098 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6099
6100 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6101
6102 2018-01-30 Pedro Alves <palves@redhat.com>
6103
6104 PR gdb/13211
6105 * gdb.base/interrupt-daemon.c: New.
6106 * gdb.base/interrupt-daemon.exp: New.
6107 * gdb.multi/multi-term-settings.c: New.
6108 * gdb.multi/multi-term-settings.exp: New.
6109
6110 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6111
6112 * gdb.base/break.exp: Save the location where the breakpoint
6113 on break.c:47 was actually inserted when debugging the version
6114 compiled at -O2 and use it in the expected output of the "info
6115 break" test performed soon after.
6116
6117 2018-01-22 Pedro Alves <palves@redhat.com>
6118 Sergio Durigan Junior <sergiodj@redhat.com>
6119
6120 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6121 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6122
6123 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6124
6125 * gdb.base/break-include.c, gdb.base/break-include.inc,
6126 gdb.base/break-include.exp: New files.
6127 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6128 line number now being the actual line number where the breakpoint
6129 was inserted.
6130 * gdb.mi/mi-break.exp: Likewise.
6131 * gdb.mi/mi-reverse.exp: Likewise.
6132 * gdb.mi/mi-simplerun.exp: Ditto.
6133
6134 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6135
6136 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6137 varobj.
6138 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6139
6140 2018-01-21 Don Breazeal <donb@codesourcery.com>
6141 Andrew Burgess <andrew.burgess@embecosm.com>
6142
6143 * gdb.mi/basics.c: Add new global.
6144 * gdb.mi/mi-frame-regs.exp: New file.
6145 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6146 case.
6147
6148 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6149
6150 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6151 non-parameter, and on an unknown symbol.
6152
6153 2018-01-19 Tom Tromey <tom@tromey.com>
6154
6155 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6156 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6157
6158 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6159
6160 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6161 setrlimit and chdir to int.
6162
6163 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6164
6165 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6166 function.
6167 (my_tend): Likewise.
6168 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6169 rationale of avoiding FP- and vector instructions.
6170
6171 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6172
6173 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6174 "info reg" with "\[ \t\]*".
6175 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6176 "\[ \t\]+".
6177 * gdb.arch/s390-multiarch.exp: Ditto.
6178 * gdb.base/pc-fp.exp: Ditto.
6179 * gdb.reverse/i386-precsave.exp: Ditto.
6180 * gdb.reverse/i386-reverse.exp: Ditto.
6181 * gdb.reverse/i387-env-reverse.exp: Ditto.
6182 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6183
6184 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6185
6186 * lib/gdb.exp (gdb_compile): Re-enable use of
6187 universal_compile_options for languages other than Rust.
6188
6189 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6190
6191 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6192
6193 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6194
6195 PR gdb/16577
6196 * gdb.base/solib-vanish.exp: New.
6197 * gdb.base/solib-vanish-main.c: New.
6198 * gdb.base/solib-vanish-lib1.c: New.
6199 * gdb.base/solib-vanish-lib2.c: New.
6200
6201 2018-01-17 Yao Qi <yao.qi@linaro.org>
6202
6203 * gdb.compile/compile.exp: Match the address printed for
6204 frame in the output of command "bt".
6205
6206 2018-01-15 Tom Tromey <tom@tromey.com>
6207
6208 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6209 compute sp_reg.
6210
6211 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6212
6213 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6214 to prepare.
6215 (prepare): Return 0 on error, 1 on success.
6216
6217 2018-01-12 Pedro Alves <palves@redhat.com>
6218
6219 * gdb.base/continue-after-aborted-step-over.c: New.
6220 * gdb.base/continue-after-aborted-step-over.exp: New.
6221
6222 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6223
6224 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6225 options when not creating an executable.
6226
6227 2018-01-11 Pedro Alves <palves@redhat.com>
6228
6229 PR remote/22597
6230 * gdb.server/stop-reply-no-thread.c: New file.
6231 * gdb.server/stop-reply-no-thread.exp: New file.
6232
6233 2018-01-10 Pedro Alves <palves@redhat.com>
6234
6235 PR gdb/22670
6236 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6237 functions too. Test setting breakpoints and printing C functions
6238 with no debug info too.
6239 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6240
6241 2018-01-10 Pedro Alves <palves@redhat.com>
6242
6243 PR gdb/22670
6244 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6245 a fail.
6246
6247 2018-01-10 Pedro Alves <palves@redhat.com>
6248
6249 PR gdb/22670
6250 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6251
6252 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6253
6254 * gdb.server/unittest.exp: Match the output in non-development
6255 mode.
6256
6257 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6258
6259 * gdb.gdb/unittest.exp: Match output in non-development mode.
6260
6261 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6262
6263 * gdb.ada/access_tagged_param.exp: Relax expected output
6264 for value of "ObjL" in "continue" to pck.inspect breakpoint
6265 test.
6266
6267 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6268
6269 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6270 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6271
6272 2018-01-05 Pedro Alves <palves@redhat.com>
6273
6274 PR gdb/18653
6275 * gdb.base/libsegfault.exp: New.
6276
6277 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6278
6279 PR gdb/22670
6280 * gdb.ada/access_tagged_param.exp: New file.
6281 * gdb.ada/access_tagged_param/foo.adb: New file.
6282
6283 2018-01-05 Pedro Alves <palves@redhat.com>
6284
6285 PR gdb/22670
6286 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6287 exercise lower case too, and to exercise both full matching and
6288 wild matching.
6289
6290 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6291
6292 * gdb.ada/rename_subscript_param: New testcase.
6293
6294 2018-01-05 Jerome Guitton <guitton@adacore.com>
6295
6296 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6297
6298 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6299
6300 * gdb.ada/convvar_comp: New testcase.
6301
6302 2018-01-05 Xavier Roirand <roirand@adacore.com>
6303
6304 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6305 (My_Table): New global variable.
6306 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6307
6308 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6309
6310 PR gdb/22670
6311 * gdb.ada/maint_with_ada: New testcase.
6312
6313 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6314
6315 PR gdb/22670
6316 * gdb.ada/bp_c_mixed_case: New testcase.
6317
6318 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6319
6320 PR gdb/22670
6321 * gdb.ada/complete.exp: Add "complete break ada" test.
6322
6323 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6324
6325 PR gdb/22670
6326 * gdb.ada/info_addr_mixed_case: New testcase.
6327
6328 2018-01-03 Xavier Roirand <roirand@adacore.com>
6329
6330 * gdb.ada/excep_handle.exp: New testcase.
6331 * gdb.ada/excep_handle/foo.adb: New file.
6332 * gdb.ada/excep_handle/pck.ads: New file.
6333
6334 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6335
6336 * gdb.base/step-line.c: Add extra empty line in copyright header.
6337 * gdb.base/step-line.inp: Likewise.
6338
6339 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6340
6341 * gdb.ada/dyn_stride.exp: Add slice test.
6342
6343 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6344
6345 * gdb.ada/dyn_stride: New testcase.
6346
6347 2017-12-27 Stafford Horne <shorne@gmail.com>
6348
6349 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6350 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6351
6352 2017-12-27 Stafford Horne <shorne@gmail.com>
6353
6354 * gdb.base/reggroups.c: New file.
6355 * gdb.base/reggroups.exp: New file.
6356
6357 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6358
6359 * gdb.dwarf2/ada-valprint-error.c: New file.
6360 * gdb.dwarf2/ada-valprint-error.exp: New file.
6361
6362 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6363
6364 * gdb.ada/assign_arr: New testcase.
6365
6366 2017-12-18 Xavier Roirand <roirand@adacore.com>
6367
6368 * gdb.ada/funcall_ptr: New testcase.
6369
6370 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6371
6372 PR cli/16224
6373 * gdb.base/ptype-offsets.cc: New file.
6374 * gdb.base/ptype-offsets.exp: New file.
6375
6376 2017-12-15 Yao Qi <yao.qi@linaro.org>
6377
6378 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6379 if XML is disabled.
6380
6381 2017-12-15 Xavier Roirand <roirand@adacore.com>
6382
6383 * gdb.ada/same_component_name: New testcase.
6384
6385 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6386
6387 * gdb.ada/str_binop_equal: New testcase.
6388
6389 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6390
6391 * gdb.ada/task_switch_in_core: New testcase.
6392
6393 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6394
6395 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6396 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6397 call test_bkpt_qualified.
6398 (test_bkpt_qualified): New proc.
6399
6400 2017-12-13 Pedro Alves <palves@redhat.com>
6401
6402 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6403 Tighten regexp by matching with an anchor.
6404
6405 2017-12-13 Pedro Alves <palves@redhat.com>
6406
6407 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6408 ("expression with namespace"): New set of tests.
6409 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6410 (Nested::Test_NS::qux): New.
6411 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6412 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6413
6414 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6415
6416 * gdb.base/server-del-break.c: New file.
6417 * gdb.base/server-del-break.exp: New file.
6418
6419 2017-12-12 Stafford Horne <shorne@gmail.com>
6420
6421 * gdb.xml/tdesc-regs.exp: Add or1k support.
6422
6423 2017-12-12 Stafford Horne <shorne@gmail.com>
6424
6425 * gdb.base/bp-permanent.c: Define nop of or1k.
6426
6427 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6428
6429 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6430 output with components being reordered.
6431
6432 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6433
6434 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6435 output with components being reordered.
6436
6437 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6438 Pedro Alves <palves@redhat.com>
6439
6440 * gdb.base/maint.exp (check for .gdb_index): Check also for
6441 .debug_names.
6442 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6443 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6444 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6445 (.gdb_index used after symbol reloading): Support also .debug_names.
6446 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6447
6448 2017-12-08 Yao Qi <yao.qi@linaro.org>
6449
6450 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6451 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6452
6453 2017-12-08 Yao Qi <yao.qi@linaro.org>
6454
6455 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6456 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6457
6458 2017-12-08 Yao Qi <yao.qi@linaro.org>
6459
6460 * gdb.arch/aarch64-tagged-pointer.c: New file.
6461 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6462
6463 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6464
6465 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6466 "int".
6467
6468 2017-12-07 Keith Seitz <keiths@redhat.com>
6469
6470 PR breakpoints/22569
6471 * gdb.linespec/ls-errs.exp: Change expected result of "break
6472 -source this file has spaces.c -line 3".
6473 Check that an explicit source file followed by whitespace is
6474 identified as an invalid explicit location.
6475
6476 2017-12-07 Keith Seitz <keiths@redhat.com>
6477
6478 * gdb.cp/nested-types.cc: New file.
6479 * gdb.cp/nested-types.exp: New file.
6480 * lib/cp-support.exp: Load data-structures.exp library.
6481 (debug_cp_test_ptype_class): New global.
6482 (cp_ptype_class_verbose, next_line): New procedures.
6483 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6484 Add and document new return value.
6485 Switch the list of lines to a queue.
6486 Add support for new `type' key for nested type definitions.
6487 Add debugging/troubleshooting messages.
6488 * lib/data-structures.exp: New file.
6489
6490 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6491
6492 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6493 with proc_with_prefix, don't use with_test_prefix.
6494
6495 2017-12-07 Tom Tromey <tom@tromey.com>
6496
6497 * gdb.base/break.exp: Add test for empty "commands".
6498
6499 2017-12-07 Yao Qi <yao.qi@linaro.org>
6500
6501 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6502 malloc and catch syscall.
6503
6504 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6505
6506 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6507 tests for explicit locations.
6508
6509 2017-12-06 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6512 force-disabling XML descriptions.
6513
6514 2017-12-04 Pedro Alves <palves@redhat.com>
6515
6516 PR gdb/22499
6517 * gdb.arch/amd64-disp-step-avx.S: New file.
6518 * gdb.arch/amd64-disp-step-avx.exp: New file.
6519
6520 2017-12-03 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6523 and <string.h>.
6524 (parent_function): Print distinct messages when waitpid fails, or
6525 the child exits with a signal, or the child exits for an unhandled
6526 reason.
6527 * gdb.threads/process-dies-while-detaching.exp
6528 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6529 it. Wait for both inferior output and GDB's prompt. Use an
6530 indirect spawn id list.
6531 (do_detach): New parameter 'child_exit'. Use it to compute
6532 expected inferior output.
6533 (test_detach, test_detach_watch, test_detach_killed_outside):
6534 Adjust to pass down the expected child exit kind.
6535
6536 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6537 Sergio Durigan Junior <sergiodj@redhat.com>
6538 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6541
6542 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6543
6544 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6545 to 'symbol-file' and 'add-symbol-file' can be
6546 position-independent.
6547
6548 2017-12-01 Yao Qi <yao.qi@linaro.org>
6549
6550 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6551 the URL in copyright header.
6552 * gdb.arch/aarch64-fp.exp: Likewise.
6553 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6554 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6555 * gdb.base/expand-psymtabs.exp: Likewise.
6556 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6557 * gdb.fortran/common-block.exp: Likewise.
6558 * gdb.fortran/common-block.f90: Likewise.
6559 * gdb.fortran/logical.exp: Likewise.
6560 * gdb.fortran/vla-datatypes.f90: Likewise.
6561 * gdb.fortran/vla-sub.f90: Likewise.
6562
6563 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6564
6565 * gdb.ada/repeat_dyn: New testcase.
6566
6567 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6568
6569 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6570 Update for changed thread numbering.
6571 * gdb.cell/bt.exp: Update for changed GDB output.
6572
6573 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6574
6575 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6576 setting isremote by hand.
6577 * boards/dwarf4-gdb-index.exp: Likewise.
6578 * boards/fission.exp: Likewise.
6579 * boards/stabs.exp: Likewise.
6580
6581 2017-11-30 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.linespec/cpls-ops.exp
6584 (check_explicit_skips_function_argument): Extract the underlying
6585 type of size_t instead of hardcoding it.
6586
6587 2017-11-29 Pedro Alves <palves@redhat.com>
6588
6589 PR c++/19436
6590 * gdb.linespec/cpls-abi-tag.cc: New file.
6591 * gdb.linespec/cpls-abi-tag.exp: New file.
6592
6593 2017-11-29 Pedro Alves <palves@redhat.com>
6594
6595 * gdb.base/langs.exp: Use -qualified.
6596 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6597 it.
6598 * gdb.cp/namespace.exp: Use -qualified.
6599 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6600 (overload-3, template-overload, template-ret-type, const-overload)
6601 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6602 procedures.
6603 (test_driver): Call them.
6604 * gdb.cp/save-bp-qualified.cc: New.
6605 * gdb.cp/save-bp-qualified.exp: New.
6606 * gdb.linespec/explicit.exp: Test -qualified.
6607 * lib/completion-support.exp (completion::explicit_opts_list): Add
6608 "-qualified".
6609 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6610
6611 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6612
6613 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6614
6615 2017-11-29 Tom Tromey <tom@tromey.com>
6616
6617 * gdb.base/relocate.exp: Update invalid argument test.
6618 Add new tests for invalid arguments.
6619
6620 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6621
6622 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6623 Return 0 as a long.
6624 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6625
6626 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6627
6628 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6629 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6630 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6631 func ().
6632 * gdb.cp/shadow.cc (B.func): Return 0.
6633
6634 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6635
6636 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6637 expected output in gdb_expect call to allow the exception
6638 message to be present as well. Fix syntax confusion to avoid
6639 TCL thinking that exception_name is an array.
6640
6641 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6642
6643 * gdb.arch/spu-info.c: Include <unistd.h>.
6644 (do_signal_test): Fix broken calls to write.
6645 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6646 Fix checks for empty mailboxes. Update signal tests for corrected
6647 do_signal_test routine. Allow nonzero event status.
6648 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6649 * gdb.cell/arch.exp: Use standard_output_file.
6650 * gdb.cell/break.exp: Likewise.
6651 * gdb.cell/bt.exp: Likewise.
6652 * gdb.cell/core.exp: Likewise.
6653 * gdb.cell/dwarfaddr.exp: Likewise.
6654 * gdb.cell/ea-cache.exp: Likewise.
6655 * gdb.cell/ea-standalone.exp: Likewise.
6656 * gdb.cell/f-regs.exp: Likewise.
6657 * gdb.cell/fork.exp: Likewise.
6658 * gdb.cell/gcore.exp: Likewise.
6659 * gdb.cell/mem-access.exp: Likewise.
6660 * gdb.cell/ptype.exp: Likewise.
6661 * gdb.cell/registers.exp: Likewise.
6662 * gdb.cell/sizeof.exp: Likewise.
6663 * gdb.cell/solib-symbol.exp: Likewise.
6664 * gdb.cell/solib.exp: Likewise.
6665
6666 2017-11-25 Pedro Alves <palves@redhat.com>
6667
6668 * gdb.base/complete-empty.exp: New file.
6669 * gdb.base/completion.exp: Adjust.
6670
6671 2017-11-25 Pedro Alves <palves@redhat.com>
6672
6673 * gdb.linespec/cpls-ops.cc: New file.
6674 * gdb.linespec/cpls-ops.exp: New file.
6675 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6676 factored out from ...
6677 (test_complete_prefix_range): ... this.
6678
6679 2017-11-24 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.linespec/cpcompletion.exp: New file.
6682 * gdb.linespec/cpls-hyphen.cc: New file.
6683 * gdb.linespec/cpls.cc: New file.
6684 * gdb.linespec/cpls2.cc: New file.
6685 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6686 test to use test_gdb_complete_unique. Add label completion,
6687 keyword completion and explicit location completion tests.
6688 * lib/completion-support.exp: New file.
6689
6690 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6691
6692 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6693 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6694 when hitting an exception catchpoint.
6695
6696 2017-11-22 Yao Qi <yao.qi@linaro.org>
6697
6698 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6699
6700 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6701
6702 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6703 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6704 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6705
6706 2017-11-22 Yao Qi <yao.qi@linaro.org>
6707
6708 * gdb.base/info-os.exp: Pass pthreads.
6709 * gdb.multi/multi-attach.exp: Likewise.
6710
6711 2017-11-22 Yao Qi <yao.qi@linaro.org>
6712
6713 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6714 compiler.
6715
6716 2017-11-22 Yao Qi <yao.qi@linaro.org>
6717
6718 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6719 * gdb.base/break-interp.exp: Likewise.
6720 * gdb.base/jit-attach-pie.exp: Likewise.
6721
6722 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6723
6724 * gdb.base/float128.c (large128): New variable.
6725 * gdb.base/float128.exp: Add test to print largest __float128 value.
6726
6727 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6728
6729 * gdb.arch/vsx-regs.exp: Update register content checks.
6730
6731 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6732
6733 * gdb.arch/ppc-longdouble.exp: New file.
6734 * gdb.arch/ppc-longdouble.c: Likewise.
6735
6736 2017-11-21 Pedro Alves <palves@redhat.com>
6737
6738 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6739
6740 2017-11-20 Pedro Alves <palves@redhat.com>
6741
6742 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6743 (long_double_typedef): New typedefs.
6744 Use DEF on double and long double.
6745 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6746 cases.
6747 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6748 and 'long_double_ptr_same_size' locals. Use them to decide
6749 whether cast from array/function to float is valid/invalid.
6750
6751 2017-11-17 Tom Tromey <tom@tromey.com>
6752
6753 * gdb.rust/traits.rs: New file.
6754 * gdb.rust/traits.exp: New file.
6755
6756 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6757
6758 * gdb.ada/minsyms: New testcase.
6759
6760 2017-11-16 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6763 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6764
6765 2017-11-16 Pedro Alves <palves@redhat.com>
6766
6767 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6768 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6769
6770 2017-11-16 Pedro Alves <palves@redhat.com>
6771
6772 * gdb.server/reconnect-ctrl-c.c: New file.
6773 * gdb.server/reconnect-ctrl-c.exp: New file.
6774
6775 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6776
6777 * gdb.python/py-rbreak.exp: New file.
6778 * gdb.python/py-rbreak.c: New file.
6779 * gdb.python/py-rbreak-func2.c: New file.
6780
6781 2017-11-16 Pedro Alves <palves@redhat.com>
6782
6783 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6784 pattern.
6785 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6786 GDB.
6787
6788 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6789
6790 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6791 regex.
6792
6793 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6794
6795 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6796 test names.
6797
6798 2017-11-09 Pedro Alves <palves@redhat.com>
6799
6800 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6801 factored out from ...
6802 (top level): ... here, and adjusted to avoid expecting beyond the
6803 prompt in a single gdb_test_multiple.
6804
6805 2017-11-09 Pedro Alves <palves@redhat.com>
6806
6807 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6808 output.
6809 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6810 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6811 * gdb.server/ext-run.exp ("kill" test): Likewise.
6812 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6813
6814 2017-11-09 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6817 match till end of line.
6818
6819 2017-11-09 Pedro Alves <palves@redhat.com>
6820
6821 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6822
6823 2017-11-09 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6826 New procedures, factored out from ...
6827 (top level): ... here, and adjusted to avoid expecting beyond the
6828 prompt in one go.
6829
6830 2017-11-09 Pedro Alves <palves@redhat.com>
6831
6832 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6833 output. Fix '?' match.
6834
6835 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6836
6837 * gdb.ada/scoped_watch: New testcase.
6838 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6839 which is actually correct.
6840 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6841 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6842
6843 2017-11-08 Pedro Alves <palves@redhat.com>
6844
6845 * gdb.gdb/complaints.exp (test_initial_complaints)
6846 (test_serial_complaints, test_short_complaints): Call
6847 complaint_internal instead of complaint.
6848
6849 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6850
6851 * gdb.threads/tls-core.c: New file.
6852 * gdb.threads/tls-core.exp: Likewise.
6853
6854 2017-11-08 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6857 (p Exported_Capitalized): New test.
6858 (p exported_capitalized): New test.
6859
6860 2017-11-07 Pedro Alves <palves@redhat.com>
6861
6862 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6863
6864 2017-11-07 Pedro Alves <palves@redhat.com>
6865
6866 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6867 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6868 (disable_invalid, disable_inverted, disable_negative): New
6869 procedures.
6870 ("bad numbers"): New set of tests.
6871
6872 2017-11-07 Pedro Alves <palves@redhat.com>
6873
6874 * gdb.cp/ena-dis-br-range.exp: Add tests.
6875
6876 2017-11-07 Pedro Alves <palves@redhat.com>
6877
6878 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6879
6880 2017-11-07 Xavier Roirand <roirand@adacore.com>
6881 Pedro Alves <palves@redhat.com>
6882
6883 * gdb.base/ena-dis-br.exp: Add reference to
6884 gdb.cp/ena-dis-br-range.exp.
6885 * gdb.cp/ena-dis-br-range.exp: New file.
6886 * gdb.cp/ena-dis-br-range.cc: New file.
6887
6888 2017-11-06 Pedro Alves <palves@redhat.com>
6889
6890 * gdb.base/attach-non-pgrp-leader.c: New.
6891 * gdb.base/attach-non-pgrp-leader.exp: New.
6892
6893 2017-11-06 Pedro Alves <palves@redhat.com>
6894
6895 * configure.ac: No longer check for termio.h and sgtty.h.
6896 * configure: Regenerate.
6897 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6898 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6899 Remove termio and sgtty code.
6900
6901 2017-11-03 Yao Qi <yao.qi@linaro.org>
6902
6903 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6904 in GDB is disabled.
6905
6906 2017-11-03 Yao Qi <yao.qi@linaro.org>
6907
6908 * gdb.python/py-thrhandle.exp: Skip it if python is not
6909 enabled.
6910
6911 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6912
6913 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6914 as a breakpoint command.
6915
6916 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6917
6918 PR python/21213
6919 * gdb.python/py-infthread.exp: Test calling
6920 InferiorThread.inferior () multiple times in a row.
6921
6922 2017-10-27 Keith Seitz <keiths@redhat.com>
6923
6924 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6925 Test "info break" for every inlined function breakpoint.
6926
6927 2017-10-27 Yao Qi <yao.qi@linaro.org>
6928
6929 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6930
6931 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6932
6933 * gdb.cp/classes.exp (test_static_members): Test printing
6934 Outer::instance.
6935 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6936 (Inner::instance, Outer::instance): New.
6937
6938 2017-10-24 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6941 extra console" test in two stages.
6942
6943 2017-10-24 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6946
6947 2017-10-24 Pedro Alves <palves@redhat.com>
6948
6949 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6950 loop.
6951
6952 2017-10-24 Pedro Alves <palves@redhat.com>
6953
6954 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6955 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6956
6957 2017-10-24 Pedro Alves <palves@redhat.com>
6958
6959 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6960 parameter and handle it. Don't output read value in test name.
6961
6962 2017-10-24 Pedro Alves <palves@redhat.com>
6963
6964 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6965 custom test name.
6966
6967 2017-10-24 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6970 include the unstable output directory name in the test's name.
6971 (initial_setup_simple) <'set args'>: Use custom test name.
6972
6973 2017-10-24 Pedro Alves <palves@redhat.com>
6974
6975 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6976 with explicit test name.
6977
6978 2017-10-20 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6981 'wait -i'. Use gdb_assert and remote_close.
6982
6983 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6984
6985 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6986 number from variable rather than hard-coded.
6987
6988 2017-10-19 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.base/long-inferior-output.c: New file.
6991 * gdb.base/long-inferior-output.exp: New file.
6992
6993 2017-11-18 Keith Seitz <keiths@redhat.com>
6994
6995 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6996 method.
6997 (main): Call it.
6998 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6999 Add additional user-defined conversion operator tests.
7000
7001 2017-10-17 Pedro Alves <palves@redhat.com>
7002
7003 * boards/native-stdio-gdbserver.exp: Load "local-board".
7004
7005 2017-10-17 Pedro Alves <palves@redhat.com>
7006
7007 * gdb.base/quit-live.c: New file.
7008 * gdb.base/quit-live.exp: New file.
7009
7010 2017-10-16 Keith Seitz <keiths@redhat.com>
7011
7012 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7013 (class_with_protected_typedef, class_with_private_typedef)
7014 (struct_with_public_typedef, struct_with_protected_typedef)
7015 (struct_with_private_typedef): New classes/structs.
7016 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7017 typedefs and access specifiers.
7018
7019 2017-10-16 Pedro Alves <palves@redhat.com>
7020 Simon Marchi <simon.marchi@polymtl.ca>
7021
7022 * README (Local vs Remote vs Native): New section.
7023 * boards/local-board.exp: New file, with bits factored out from
7024 ...
7025 * boards/native-extended-gdbserver.exp: ... here. Load
7026 "local-board".
7027 * boards/native-gdbserver.exp: Load "local-board".
7028 (${board}_spawn, ${board}_exec): Delete.
7029 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7030 ...
7031 * boards/stdio-gdbserver-base.exp: ... this new file.
7032 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7033 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7034 procedure.
7035 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7036 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7037 stdio_gdbserver_command.
7038 (${board}_get_remote_address, ${board}_get_comm_port)
7039 (${board}_download, ${board}_upload): Delete.
7040 (get_target_remote_pipe_cmd): New.
7041
7042 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7043
7044 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7045 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7046 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7047 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7048 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7049 remove with_test_prefix.
7050
7051 2017-10-13 Pedro Alves <palves@redhat.com>
7052
7053 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7054 * gdb.base/annota1.exp: Use it instead of is_remote.
7055 * gdb.base/annota3.exp: Use it instead of is_remote.
7056 * gdb.cp/annota2.exp: Use it instead of is_remote.
7057 * gdb.cp/annota3.exp: Use it instead of is_remote.
7058 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7059
7060 2017-10-13 Pedro Alves <palves@redhat.com>
7061
7062 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7063 (test_num_test_vars, run_and_count_vars, find_env)
7064 (test_set_unset_env, test_inherit_env_var): New procedures.
7065 (top level): Use them.
7066
7067 2017-10-13 Pedro Alves <palves@redhat.com>
7068
7069 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7070 also skip on stub-like targets.
7071
7072 2017-10-13 Pedro Alves <palves@redhat.com>
7073
7074 PR gdb/22293
7075 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7076 (top level): Move some tests to ...
7077 (test_not_found): ... this new procedure.
7078 (top level): Call it.
7079
7080 2017-10-13 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7083 expect different "info terminal" output if testing with a
7084 non-native target.
7085
7086 2017-10-13 Pedro Alves <palves@redhat.com>
7087 Simon Marchi <simon.marchi@polymtl.ca>
7088
7089 PR python/12966
7090 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7091
7092 2017-10-13 Pedro Alves <palves@redhat.com>
7093
7094 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7095 already.
7096
7097 2017-10-13 Pedro Alves <palves@redhat.com>
7098
7099 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7100 is_remote.
7101
7102 2017-10-13 Pedro Alves <palves@redhat.com>
7103
7104 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7105 is_remote.
7106
7107 2017-10-13 Pedro Alves <palves@redhat.com>
7108
7109 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7110 is set.
7111 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7112 instead of is_remote.
7113
7114 2017-10-13 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7117 (top level): Add comment.
7118
7119 2017-10-13 Pedro Alves <palves@redhat.com>
7120
7121 * gdb.base/remote.exp (top level): Fix comment typo and add
7122 missing return.
7123
7124 2017-10-13 Pedro Alves <palves@redhat.com>
7125 Simon Marchi <simon.marchi@polymtl.ca>
7126
7127 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7128 calls and add comments. Skip test if use_gdb_stub is set.
7129 (top level): Use "set cwd" command instead of "cd" command.
7130
7131 2017-10-13 Pedro Alves <palves@redhat.com>
7132
7133 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7134 is_remote target check.
7135
7136 2017-10-13 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/scope.exp: Use build_executable + clean_restart +
7139 gdb_file_cmd instead of prepare_for_testing and no longer skip
7140 "before run" tests on is_remote target boards. Update comments.
7141 * boards/native-extended-gdbserver.exp
7142 (extended_gdbserver_load_last_file): New, factored out from ...
7143 (gdb_load): ... this. Move further below and add comment.
7144 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7145
7146 2017-10-12 Pedro Alves <palves@redhat.com>
7147
7148 * gdb.base/attach.exp: Remove references to gdb64.
7149 * gdb.base/dbx.exp: Remove references to gdb64.
7150
7151 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7152 Pedro Alves <palves@redhat.com>
7153
7154 * gdb.base/label.exp: Remove is_remote target check.
7155
7156 2017-10-12 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.base/auvx.exp (coredir): Update comment.
7159 (top level) <core_works>: Use "set cwd" command instead of "cd"
7160 command.
7161
7162 2017-10-12 Pedro Alves <palves@redhat.com>
7163 Simon Marchi <simon.marchi@polymtl.ca>
7164
7165 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7166 target boards.
7167
7168 2017-10-12 Pedro Alves <palves@redhat.com>
7169 Simon Marchi <simon.marchi@polymtl.ca>
7170
7171 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7172 Instead skip if there's any gdb_protocol set.
7173
7174 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7175 Pedro Alves <palves@redhat.com>
7176
7177 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7178
7179 2017-10-12 Pedro Alves <palves@redhat.com>
7180 Simon Marchi <simon.marchi@polymtl.ca>
7181
7182 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7183 instead of on dejagnu remote boards.
7184
7185 2017-10-12 Pedro Alves <palves@redhat.com>
7186 Simon Marchi <simon.marchi@polymtl.ca>
7187
7188 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7189 checks. Use build_executable + clean_restart instead of
7190 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7191 of enabling non-stop after starting gdb.
7192
7193 2017-10-12 Pedro Alves <palves@redhat.com>
7194
7195 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7196 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7197 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7198 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7199
7200 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7201
7202 * gdb.arch/arc-tdesc-cpu.exp: New file.
7203 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7204
7205 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7206
7207 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7208
7209 2017-10-10 Pedro Alves <palves@redhat.com>
7210
7211 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7212 expect CLI output.
7213
7214 2017-10-10 Pedro Alves <palves@redhat.com>
7215
7216 * lib/selftest-support.exp (selftest_setup): Update for
7217 captured_command_loop's prototype change.
7218
7219 2017-10-09 Pedro Alves <palves@redhat.com>
7220
7221 Test both arch1=>arch2 and arch2=>arch1.
7222
7223 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7224 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7225 factored out to...
7226 (append_arch1_options, append_arch2_options, append_arch_options)
7227 (build_executables): New procedures.
7228 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7229 local.
7230 (top level): Add new 'first_arch' testing axis.
7231
7232 2017-10-09 Pedro Alves <palves@redhat.com>
7233
7234 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7235 (barrier): New.
7236 (thread_start, all_started): New functions.
7237 (main): Spawn new thread and wait until it is scheduled.
7238 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7239 option.
7240 (do_test): Add 'selected_thread' parameter. Run to all_started
7241 instead of main. Explicitly set the breakpoint at main. Switch
7242 to the SELECTED_THREAD thread.
7243 (top level): Test handling the exec event with either the main
7244 thread or the second thread selected.
7245
7246 2017-10-09 Pedro Alves <palves@redhat.com>
7247
7248 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7249 logic. Move STOP marker after the value checks.
7250 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7251 regexp.
7252
7253 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7254
7255 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7256
7257 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7258
7259 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7260 integer-to-dfp conversion.
7261 * gdb.base/dfp-test.exp: Likewise.
7262
7263 2017-10-04 Pedro Alves <palves@redhat.com>
7264
7265 * gdb.multi/hangout.c: Include <unistd.h>.
7266 (hangout_loop): New function.
7267 (main): Call alarm. Call hangout_loop in a loop.
7268 * gdb.multi/hello.c: Include <unistd.h>.
7269 (hello_loop): New function.
7270 (main): Call alarm. Call hangout_loop in a loop.
7271 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7272 inferior with the other selected.
7273
7274 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7275
7276 * gdb.mi/list-thread-groups-available.exp: New file.
7277 * gdb.mi/list-thread-groups-available.c: New file.
7278
7279 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7280
7281 * gdb.base/set-cwd.exp: Make it available on
7282 native-extended-gdbserver.
7283
7284 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7285
7286 * gdb.base/set-cwd.c: New file.
7287 * gdb.base/set-cwd.exp: Likewise.
7288
7289 2017-10-02 Tom Tromey <tom@tromey.com>
7290
7291 PR rust/22236:
7292 * gdb.rust/simple.rs (main): New variable "fslice".
7293 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7294
7295 2017-10-02 Tom Tromey <tom@tromey.com>
7296
7297 * gdb.rust/simple.exp: Test ptype of a slice.
7298
7299 2017-10-02 Tom Tromey <tom@tromey.com>
7300
7301 * gdb.rust/simple.exp: Test index of slice.
7302
7303 2017-09-27 Tom Tromey <tom@tromey.com>
7304
7305 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7306
7307 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7308 Pedro Alves <palves@redhat.com>
7309
7310 * gdb.base/compare-sections.exp (get value of read-only section): Read
7311 as unsigned value.
7312 (corrupt read-only section): Likewise and don't set written if patching
7313 failed.
7314
7315 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7316
7317 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7318 files.
7319
7320 2017-09-20 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7323 symbol names in gdb's output.
7324 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7325
7326 2017-09-20 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7329 Rename to ...
7330 (test_list_ambiguous_symbol): ... this and add a symbol name
7331 parameter. Adjust.
7332 (test_list_ambiguous_function): Reimplement on top of
7333 test_list_ambiguous_symbol and also test listing ambiguous
7334 variables.
7335 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7336 (ambiguous_fun): ... this.
7337 (ambiguous_var): New.
7338 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7339 (ambiguous_fun): ... this.
7340 (ambiguous_var): New.
7341
7342 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7343
7344 * gdb.base/starti.c: New file.
7345 * gdb.base/starti.exp: New file.
7346 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7347
7348 2017-09-14 Pedro Alves <palves@redhat.com>
7349
7350 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7351 (top level): Use it instead of runto.
7352
7353 2017-09-11 Tom Tromey <tom@tromey.com>
7354
7355 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7356
7357 2017-09-11 Tom Tromey <tom@tromey.com>
7358
7359 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7360 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7361
7362 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7363
7364 * gdb.fortran/printing-types.exp: New file.
7365 * gdb.fortran/printing-types.exp: New file.
7366
7367 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7368
7369 * gdb.fortran/vla-ptype.exp: Fix typos.
7370 * gdb.fortran/vla-value.exp: Same.
7371
7372 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7373
7374 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7375 * gdb.mi/mi-var-child-f.exp: Likewise.
7376 * gdb.mi/mi-vla-fortran.exp: Likewise.
7377
7378 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7379 Christoph Weinmann <christoph.t.weinmann@intel.com>
7380 Bernhard Heckel <bernhard.heckel@intel.com>
7381
7382 * gdb.fortran/ptr-indentation.f90: New file.
7383 * gdb.fortran/ptr-indentation.exp: New file.
7384
7385 2017-09-05 Tom Tromey <tom@tromey.com>
7386
7387 PR gdb/22010:
7388 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7389
7390 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7391
7392 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7393
7394 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7395
7396 * gdb.threads/tls-nodebug-pie.c: New file.
7397 * gdb.threads/tls-nodebug-pie.exp: New file.
7398
7399 2017-09-05 Tom Tromey <tom@tromey.com>
7400
7401 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7402 for rust.
7403
7404 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7405
7406 * gdb.multi/multi-arch-exec.exp: Test with different
7407 "follow-exec-mode" settings.
7408 (do_test): New procedure.
7409
7410 2017-09-04 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.base/func-static.c (S::method const, S::method volatile)
7413 (S::method volatile const): New methods.
7414 (c_s, v_s, cv_s): New instances.
7415 (main): Call method() on them.
7416 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7417 (cannot_resolve): New procedure.
7418 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7419 print-quote-unquoted columns.
7420 (do_test): Test printing each scope too.
7421
7422 2017-09-04 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.base/local-static.exp: Also test with
7425 class::method::variable wholly quoted.
7426 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7427
7428 2017-09-04 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.base/local-static.c: New.
7431 * gdb.base/local-static.cc: New.
7432 * gdb.base/local-static.exp: New.
7433
7434 2017-09-04 Pedro Alves <palves@redhat.com>
7435
7436 * gdb.asm/asm-source.exp: Add casts to int.
7437 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7438 (dataglobal64_1, dataglobal64_2): New globals.
7439 * gdb.base/nodebug.exp: Test different expressions involving the
7440 new globals, with print, whatis and ptype. Add casts to int.
7441 * gdb.base/solib-display.exp: Add casts to int.
7442 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7443 * gdb.cp/m-static.exp: Add cast to int.
7444 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7445 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7446 tls variable with no debug info without a cast. Test with a cast
7447 to int too.
7448 * gdb.trace/entry-values.exp: Add casts.
7449
7450 2017-09-04 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/nodebug.exp: Test that ptype's error about functions
7453 with unknown return type includes the function name too.
7454
7455 2017-09-04 Pedro Alves <palves@redhat.com>
7456
7457 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7458 return type of munmap in infcall.
7459 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7460 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7461 type of ftell in infcall.
7462 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7463 type of getpid in infcall.
7464 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7465 infcall.
7466 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7467 Bail on failure to extract the pid.
7468 * gdb.base/nodebug.c: #include <stdint.h>.
7469 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7470 New functions.
7471 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7472 Change expected output of print/whatis/ptype with functions with
7473 no debug info. Test all supported languages. Call
7474 test_call_promotion.
7475 * gdb.compile/compile.exp: Adjust expected output to expect
7476 warning.
7477 * gdb.threads/siginfo-threads.exp: Likewise.
7478
7479 2017-09-04 Pedro Alves <palves@redhat.com>
7480
7481 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7482 "prototypes". Test calling float functions via prototyped and
7483 unprototyped function pointers.
7484 (perform_all_tests): New parameter "prototypes". Pass it down.
7485 (top level): Pass down "prototypes" parameter to
7486 perform_all_tests.
7487
7488 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7489
7490 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7491 Test with nested loops.
7492
7493 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7494
7495 * gdb.base/commands.exp: Call the new procedures.
7496 (loop_break_test, loop_continue_test): New procedures.
7497
7498 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7499
7500 * gdb.base/commands.exp: Call new procedure.
7501 (define_if_without_arg_test): New procedure.
7502
7503 2017-09-04 Pedro Alves <palves@redhat.com>
7504
7505 * gdb.base/list-ambiguous.exp: New file.
7506 * gdb.base/list-ambiguous0.c: New file.
7507 * gdb.base/list-ambiguous1.c: New file.
7508 * gdb.base/list.exp (test_list_range): Adjust expected output.
7509
7510 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7511
7512 * gdb.base/share-env-with-gdbserver.c: New file.
7513 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7514
7515 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7516
7517 * gdb.base/commands.exp (gdbvar_simple_if_test,
7518 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7519 progvar_simple_if_test, progvar_simple_while_test,
7520 progvar_complex_if_while_test, user_defined_command_test,
7521 user_defined_command_args_eval,
7522 user_defined_command_args_stack_test,
7523 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7524 temporary_breakpoint_commands,
7525 gdb_test_no_prompt, redefine_hook_test,
7526 redefine_backtrace_test): Remove "global gdb_prompt".
7527
7528 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7529
7530 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7531 New proc, call it from toplevel.
7532
7533 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7534
7535 PR remote/21852
7536 * gdb.server/normal.c: New file, copied from gdb.base.
7537 * gdb.server/run-without-local-binary.exp: New file.
7538
7539 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7540
7541 * gdb.arch/sparc64-adi.exp: New file.
7542 * gdb.arch/sparc64-adi.c: New file.
7543
7544 2017-08-22 Pedro Alves <palves@redhat.com>
7545
7546 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7547 (top level): Add "list all overloads" tests.
7548
7549 2017-08-22 Tom Tromey <tom@tromey.com>
7550
7551 * gdb.gdb/xfullpath.exp: Remove.
7552
7553 2017-08-21 Pedro Alves <palves@redhat.com>
7554
7555 PR gdb/19487
7556 * gdb.base/symbol-alias.c: New.
7557 * gdb.base/symbol-alias2.c: New.
7558 * gdb.base/symbol-alias.exp: New.
7559
7560 2017-08-21 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.base/dfp-test.c
7563 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7564 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7565 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7566 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7567 * gdb.base/whatis-ptype-typedefs.c: New.
7568 * gdb.base/whatis-ptype-typedefs.exp: New.
7569 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7570 (an_int, an_int_type, an_int_type2): New globals.
7571 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7572 involving typedefs and cast expressions.
7573 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7574 (lookup_typedefs_function): New.
7575 (typedefs_pretty_printers_dict): New.
7576 (top level): Register lookup_typedefs_function in
7577 gdb.pretty_printers.
7578
7579 2017-08-18 Yao Qi <yao.qi@linaro.org>
7580
7581 * gdb.server/unittest.exp: New.
7582
7583 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7584
7585 PR gdb/21954
7586 * gdb.base/environ.exp: Add test to check if 'unset environment'
7587 works.
7588
7589 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7590
7591 * lib/gdb.exp (universal_compile_options): New caching proc.
7592 (gdb_compile): Suppress GCC's coloring of messages.
7593
7594 2017-08-14 Tom Tromey <tom@tromey.com>
7595
7596 PR gdb/21675:
7597 * gdb.base/printcmds.exp (test_radices): New function.
7598 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7599 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7600 * lib/gdb.exp (get_integer_valueof): Use p/d.
7601
7602 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7603
7604 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7605 characters.
7606
7607 2017-08-05 Tom Tromey <tom@tromey.com>
7608
7609 * gdb.rust/simple.exp: Allow String to appear in a different
7610 namespace.
7611
7612 2017-07-26 Yao Qi <yao.qi@linaro.org>
7613
7614 * gdb.gdb/unittest.exp: Invoke command
7615 "maintenance check xml-descriptions".
7616
7617 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7618
7619 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7620 calling context.
7621 (hex128): Drop erroneous calculation of parameters.
7622
7623 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7624
7625 * gdb.python/py-unwind.exp: Disable stack protection when
7626 building test file.
7627
7628 2017-07-20 Pedro Alves <palves@redhat.com>
7629
7630 * gdb.base/default.exp (set language): Adjust expected output.
7631
7632 2017-07-20 Pedro Alves <palves@redhat.com>
7633
7634 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7635 (test_minsym): ... this, and make static.
7636 (get_pck__foo__bar__minsym): Rename to ...
7637 (get_test_minsym): ... this.
7638 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7639 symbol names and comments.
7640 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7641 (get_test_minsym): ... this.
7642 (pck__foo__bar__minsym__2): Rename to ...
7643 (test_minsym): ... this.
7644 (main): Adjust.
7645
7646 2017-07-17 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.base/completion.exp: Adjust expected output.
7649 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7650 the completer works.
7651
7652 2017-07-17 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7655
7656 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7657
7658 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7659
7660 2017-07-14 Tom Tromey <tom@tromey.com>
7661
7662 PR rust/21764:
7663 * gdb.rust/simple.exp: Add tests.
7664
7665 2017-07-14 Tom Tromey <tom@tromey.com>
7666
7667 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7668
7669 2017-07-14 Pedro Alves <palves@redhat.com>
7670
7671 * gdb.linespec/base/one/thefile.cc (z1): New function.
7672 * gdb.linespec/base/two/thefile.cc (z2): New function.
7673 * gdb.linespec/linespec.exp: Add tests.
7674
7675 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7676
7677 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7678 to mi_create_breakpoint.
7679
7680 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7681
7682 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7683 mi_create_breakpoint.
7684
7685 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7686
7687 * gdb.dlang/demangle.exp: Update for demangling changes.
7688
7689 2017-07-09 Tom Tromey <tom@tromey.com>
7690
7691 * gdb.dwarf2/shortpiece.exp: New file.
7692
7693 2017-07-06 David Blaikie <dblaikie@gmail.com>
7694
7695 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7696 built from fissiont-multi-cu{1,2}.c.
7697 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7698 except putting 'main' and 'func' in separate CUs in the same DWO file.
7699 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7700 test.
7701 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7702 test.
7703
7704 2017-07-06 Pedro Alves <palves@redhat.com>
7705
7706 * gdb.python/py-unwind.exp: Test flushregs.
7707
7708 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7709
7710 PR cli/21688
7711 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7712 tests for alias commands and trailing whitespace.
7713
7714 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7715
7716 PR cli/21688
7717 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7718 procedure. Call it.
7719
7720 2017-06-29 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.base/printcmds.exp: Add tests.
7723
7724 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7725
7726 PR gdb/21337
7727 * gdb.base/reread-readsym.exp: New file.
7728 * gdb.base/reread-readsym.c: New file.
7729
7730 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7731
7732 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7733 subpattern.
7734
7735 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7736
7737 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7738 extended mnemonic.
7739 * gdb.arch/powerpc-power9.s: Likewise.
7740
7741 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7742
7743 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7744 on 32-bit x86 targets. Exploit is_*_target macros where
7745 appropriate.
7746
7747 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7748
7749 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7750 register pieces.
7751
7752 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7753
7754 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7755 located in one or more DWARF pieces.
7756
7757 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7758
7759 * lib/gdb.exp (get_endianness): New proc.
7760 * gdb.arch/aarch64-fp.exp: Use it.
7761 * gdb.arch/altivec-regs.exp: Likewise.
7762 * gdb.arch/e500-regs.exp: Likewise.
7763 * gdb.arch/vsx-regs.exp: Likewise.
7764 * gdb.base/dump.exp: Likewise.
7765 * gdb.base/funcargs.exp: Likewise.
7766 * gdb.base/gnu_vector.exp: Likewise.
7767 * gdb.dwarf2/formdata16.exp: Likewise.
7768 * gdb.dwarf2/implptrpiece.exp: Likewise.
7769 * gdb.dwarf2/nonvar-access.exp: Likewise.
7770 * gdb.python/py-inferior.exp: Likewise.
7771 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7772
7773 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7774
7775 PR gdb/21226
7776 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7777 stack value pieces are taken from the LSB end.
7778
7779 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7780
7781 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7782 variable at nonzero offset.
7783
7784 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7785
7786 * gdb.dwarf2/var-access.c: New file.
7787 * gdb.dwarf2/var-access.exp: New test.
7788 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7789
7790 2017-06-12 Tom Tromey <tom@tromey.com>
7791
7792 * gdb.dwarf2/formdata16.exp: Add tests.
7793
7794 2017-06-12 Tom Tromey <tom@tromey.com>
7795
7796 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7797
7798 2017-06-12 Tom Tromey <tom@tromey.com>
7799
7800 PR exp/16225:
7801 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7802 * gdb.arch/vsx-regs.exp: Update tests.
7803 * gdb.arch/s390-vregs.exp (hex128): New proc.
7804 Update test.
7805 * gdb.arch/altivec-regs.exp: Update tests.
7806
7807 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7808
7809 * gdb.base/startup-with-shell.c: New file.
7810 * gdb.base/startup-with-shell.exp: Likewise.
7811
7812 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7813
7814 * gdb.server/non-existing-program.exp: Update regex in order to
7815 reflect the fact that gdbserver is now using fork_inferior (with a
7816 shell) to startup the inferior.
7817
7818 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7819
7820 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7821 support function calls from GDB.
7822
7823 2017-05-21 Tom Tromey <tom@tromey.com>
7824
7825 PR rust/21466:
7826 * gdb.rust/unsized.exp: New file.
7827 * gdb.rust/unsized.rs: New file.
7828
7829 2017-05-19 Tom Tromey <tom@tromey.com>
7830
7831 PR rust/21484:
7832 * gdb.rust/watch.exp: New file.
7833 * gdb.rust/watch.rs: New file.
7834
7835 2017-05-18 Tom Tromey <tom@tromey.com>
7836
7837 * gdb.rust/simple.exp: Allow Box to be qualified.
7838
7839 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7840
7841 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7842
7843 2017-05-18 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.base/fileio.c (test_write, test_read, test_close)
7846 (test_fstat): Don't print 'ret' in the fail path.
7847
7848 2017-05-18 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7851 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7852 (test_system, test_rename, test_unlink, test_time): Change
7853 prototypes.
7854 * gdb.base/fileio.exp (stop_msg): Adjust.
7855
7856 2017-05-18 Pedro Alves <palves@redhat.com>
7857
7858 * gdb.base/fileio.c (null_str): New global.
7859 (test_stat): Use it.
7860 * gdb.base/fileio.exp: Remove nowarnings.
7861
7862 2017-05-17 Yao Qi <yao.qi@linaro.org>
7863
7864 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7865
7866 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7867
7868 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7869 argument command.
7870 (top-level): Invoke test_set_inferior_tty.
7871
7872 2017-05-04 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7875 Add parens to print call for Python 3.
7876
7877 2017-05-03 Keith Seitz <keiths@redhat.com>
7878
7879 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7880 (main): Call it.
7881
7882 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7883
7884 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7885 to prev and next.
7886
7887 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7888
7889 * gdb.python/py-record-btrace.exp: Remove test for
7890 gdb.BtraceInstruction.error.
7891
7892 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7893
7894 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7895
7896 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7897
7898 * gdb.python/py-record-btrace-threads.c: New file.
7899 * gdb.python/py-record-btrace-threads.exp: New file.
7900
7901 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7902
7903 PR testsuite/8595
7904 * gdb.base/environ.exp: Make test available in all architectures.
7905 Move bits related to "info program" testing to
7906 gdb.base/info-program.exp. Rewrite tests to use the two new
7907 procedures mentione below.
7908 (test_set_show_env_var) New procedure.
7909 (test_set_show_env_var_equal): Likewise.
7910 * gdb.base/info-program.exp: New file.
7911
7912 2017-04-27 Keith Seitz <keiths@redhat.com>
7913
7914 * gdb.cp/oranking.cc (test15): New function.
7915 (main): Call test15 and declare additional variables for testing.
7916 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7917 "p foo101('abc')" tests.
7918 Add tests for cv qualifier overloads.
7919 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7920 "lvalue reference overload" test.
7921 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7922 "print value of f1 on Child&& in f2" test.
7923
7924 2017-04-19 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7927 procedure.
7928 (top level): Call it.
7929 * lib/gdb.exp (gdb_define_cmd): New procedure.
7930
7931 2017-04-12 Pedro Alves <palves@redhat.com>
7932
7933 PR gdb/21323
7934 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7935 (wchar): New global.
7936 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7937 (do_test_wide_char, wide_char_types_no_program, top level): Add
7938 wchar_t testing.
7939
7940 2017-04-12 Pedro Alves <palves@redhat.com>
7941
7942 PR c++/21323
7943 * gdb.cp/wide_char_types.c: New file.
7944 * gdb.cp/wide_char_types.exp: New file.
7945
7946 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7947
7948 PR gdb/21352
7949 * gdb.trace/tsv.exp: Add test for "tsave -r".
7950
7951 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7952
7953 * gdb.dlang/watch-loc.c: New file.
7954 * gdb.dlang/watch-loc.exp: New file.
7955
7956 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7957
7958 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7959
7960 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7961
7962 * gdb.arch/arc-analyze-prologue.S: New file.
7963 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7964
7965 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7966
7967 * gdb.arch/arc-decode-insn.S: New file.
7968 * gdb.arch/arc-decode-insn.exp: Likewise.
7969
7970 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7971
7972 PR tdep/20928
7973 * gdb.arch/sparc64-regs.exp: New file.
7974 * gdb.arch/sparc64-regs.S: Likewise.
7975
7976 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7977
7978 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7979 and memory view on Python 3.
7980
7981 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7982 Keith Seitz <keiths@redhat.com>
7983
7984 PR gdb/14441
7985 * gdb.cp/demangle.exp: Add rvalue reference tests.
7986 * gdb.cp/rvalue-ref-casts.cc: New file.
7987 * gdb.cp/rvalue-ref-casts.exp: New file.
7988 * gdb.cp/rvalue-ref-overload.cc: New file.
7989 * gdb.cp/rvalue-ref-overload.exp: New file.
7990 * gdb.cp/rvalue-ref-params.cc: New file.
7991 * gdb.cp/rvalue-ref-params.exp: New file.
7992 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7993 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7994 * gdb.cp/rvalue-ref-types.cc: New file.
7995 * gdb.cp/rvalue-ref-types.exp: New file.
7996 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7997 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7998
7999 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8000
8001 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8002 New procedure.
8003
8004 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8005
8006 * lib/mi-support.exp (mi_gdb_test): Add additional message
8007 for unexpected output.
8008
8009 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8010
8011 * gdb.base/examine-backward.c (Barrier): New character array
8012 constant, to ensure that TestStrings is preceded by a string
8013 terminator.
8014
8015 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8016
8017 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8018 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8019 and implicit pointer into such a location.
8020
8021 2017-03-16 Doug Evans <dje@google.com>
8022
8023 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8024
8025 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8026
8027 * gdb.cp/m-static.exp: Fix expectation for prototype of
8028 test5.single_constructor and single_constructor::single_constructor.
8029
8030 2017-03-16 Doug Evans <dje@google.com>
8031
8032 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8033 * gdb.guile/scm-lazy-string.c: New file.
8034 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8035 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8036 for pointer, array, typedef lazy strings.
8037
8038 2017-03-16 Doug Evans <dje@google.com>
8039
8040 PR python/17728, python/18439, python/18779
8041 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8042 * gdb.python/py-lazy-string.c (pointer): New typedef.
8043 (main): New locals ptr, array, typedef_ptr.
8044 * gdb.python/py-value.exp: Move lazy string tests to ...
8045 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8046 array, typedef lazy strings.
8047
8048 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8049
8050 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8051 Add optional 'test' parameter.
8052
8053 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8054
8055 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8056 Skip for versions of DejaGnu < 1.5.
8057
8058 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8059
8060 * lib/gdb.exp (dejagnu_version): New proc.
8061 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8062 Use dejagnu_version.
8063
8064 2017-03-10 Keith Seitz <keiths@redhat.com>
8065
8066 PR c++/8128
8067 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8068 type from destructor regexps.
8069 Add a branch which actually passes the test.
8070 Adjust "ptype t5i" test names.
8071
8072 2017-03-08 Pedro Alves <palves@redhat.com>
8073
8074 * gdb.base/step-over-exit.exp: Add explicit test message.
8075
8076 2017-03-08 Pedro Alves <palves@redhat.com>
8077
8078 PR gdb/18360
8079 * gdb.threads/interrupt-while-step-over.c: New file.
8080 * gdb.threads/interrupt-while-step-over.exp: New file.
8081
8082 2017-03-08 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8085 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8086
8087 2017-03-08 Pedro Alves <palves@redhat.com>
8088
8089 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8090 PKRU as not supported as a PASS.
8091
8092 2017-03-08 Pedro Alves <palves@redhat.com>
8093
8094 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8095 prefix instead of $binfile1/$binfile2.
8096 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8097 in test message.
8098 * gdb.python/py-completion.exp: Use "load python file" as test
8099 messages instead of unstable path names.
8100
8101 2017-03-08 Pedro Alves <palves@redhat.com>
8102 Jan Kratochvil <jan.kratochvil@redhat.com>
8103
8104 PR cli/21218
8105 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8106 New proc.
8107 (top level): Call it.
8108
8109 2017-03-08 Pedro Alves <palves@redhat.com>
8110
8111 PR tui/21216
8112 * gdb.tui/tui-nl-filtered-output.exp: New file.
8113
8114 2017-03-08 Pedro Alves <palves@redhat.com>
8115
8116 * gdb.base/completion.exp: Move TUI completion tests to ...
8117 * gdb.tui/completion.exp: ... this new file.
8118
8119 2017-03-08 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.base/tui-disasm-long-lines.c,
8122 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8123 gdb.base/tui-layout.exp: Move to ...
8124 * gdb.tui/: ... this new directory.
8125
8126 2017-03-07 Pedro Alves <palves@redhat.com>
8127
8128 * gdb.base/tui-layout.c: New file.
8129 * gdb.base/tui-layout.exp: New file.
8130
8131 2017-03-07 Pedro Alves <palves@redhat.com>
8132
8133 * gdb.base/tui-layout.c: Rename to ...
8134 * gdb.base/tui-disasm-long-lines.c: ... this.
8135 * gdb.base/tui-layout.exp: Rename to ...
8136 * gdb.base/tui-disasm-long-lines.exp: ... this.
8137
8138 2017-03-07 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8141
8142 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8143
8144 * i386-mpx-call.c: New file.
8145 * i386-mpx-call.exp: New file.
8146
8147 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8148
8149 * gdb.arch/powerpc-power.exp: Delete test.
8150 * gdb.arch/powerpc-power.s: Likewise.
8151 * gdb.disasm/disassembler-options.exp: New test.
8152 * gdb.arch/powerpc-altivec.exp: Likewise.
8153 * gdb.arch/powerpc-altivec.s: Likewise.
8154 * gdb.arch/powerpc-altivec2.exp: Likewise.
8155 * gdb.arch/powerpc-altivec2.s: Likewise.
8156 * gdb.arch/powerpc-altivec3.exp: Likewise.
8157 * gdb.arch/powerpc-altivec3.s: Likewise.
8158 * gdb.arch/powerpc-power7.exp: Likewise.
8159 * gdb.arch/powerpc-power7.s: Likewise.
8160 * gdb.arch/powerpc-power8.exp: Likewise.
8161 * gdb.arch/powerpc-power8.s: Likewise.
8162 * gdb.arch/powerpc-power9.exp: Likewise.
8163 * gdb.arch/powerpc-power9.s: Likewise.
8164 * gdb.arch/powerpc-vsx.exp: Likewise.
8165 * gdb.arch/powerpc-vsx.s: Likewise.
8166 * gdb.arch/powerpc-vsx2.exp: Likewise.
8167 * gdb.arch/powerpc-vsx2.s: Likewise.
8168 * gdb.arch/powerpc-vsx3.exp: Likewise.
8169 * gdb.arch/powerpc-vsx3.s: Likewise.
8170 * gdb.arch/arm-disassembler-options.exp: Likewise.
8171 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8172 * gdb.arch/s390-disassembler-options.exp: Likewise.
8173
8174 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8175
8176 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8177 (check_supported_features): ... this. Changed return type to void.
8178 (supports_rdseed): New static global.
8179 (rdseed): Check supports_rdseed.
8180 (initialize): Call check_supported_features.
8181
8182 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8183
8184 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8185 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8186 and lqarx/stqcx.
8187 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8188 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8189
8190 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8191
8192 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8193 uppercase.
8194
8195 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8196
8197 * gdb.dwarf2/formdata16.c: New file.
8198 * gdb.dwarf2/formdata16.exp: New file.
8199 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8200
8201 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8202
8203 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8204 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8205 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8206 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8207 DW_AT_GNU_*.
8208
8209 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8210
8211 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8212
8213 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8214
8215 PR gdb/21164
8216 * gdb.base/maint.exp: Add testcases for when the commands do
8217 not have arguments.
8218
8219 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8220
8221 * gdb.cp/chained-calls.exp: Use p instead of P.
8222
8223 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8224
8225 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8226 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8227
8228 2017-02-14 Tom Tromey <tom@tromey.com>
8229
8230 PR python/13598:
8231 * gdb.python/py-events.exp: Add before_prompt event tests.
8232
8233 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8234
8235 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8236
8237 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8238
8239 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8240 (main): Call my_unique_function_name.
8241 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8242 completion of patterns with a single match.
8243 Add missing -re switches to gdb_test_multiple calls.
8244
8245 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8246
8247 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8248 return if core file is not recognized.
8249
8250 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8251
8252 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8253 and extra UIs.
8254
8255 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8256
8257 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8258 proc_with_prefix.
8259
8260 2017-02-10 Tom Tromey <tom@tromey.com>
8261
8262 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8263
8264 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8265
8266 PR gdb/21122
8267 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8268
8269 2017-02-08 Jerome Guitton <guitton@adacore.com>
8270
8271 * gdb.base/define.exp: Add test for command abbreviations
8272 in define.
8273
8274 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8275
8276 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8277 * gdb.reverse/insn-reverse-x86.c: New file.
8278
8279 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8280
8281 PR tdep/20936
8282 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8283
8284 2017-02-03 Tom Tromey <tom@tromey.com>
8285
8286 PR rust/21097:
8287 * gdb.rust/simple.exp: Add new tests.
8288
8289 2017-02-02 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8292 tests.
8293
8294 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8295
8296 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8297 taking a 2-byte value out of a 4-byte DWARF implicit value on
8298 big-endian targets.
8299 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8300 logic. Add test cases for DW_OP_implicit.
8301
8302 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8303
8304 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8305
8306 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8307
8308 * gdb.btrace/enable.exp: Call gdb_exit before
8309 skip_gdbserver_tests.
8310
8311 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8312
8313 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8314 GDBFLAGS.
8315
8316 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8317
8318 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8319 the test is skipped.
8320 * gdb.btrace/data.exp: Likewise.
8321 * gdb.btrace/delta.exp: Likewise.
8322 * gdb.btrace/dlopen.exp: Likewise.
8323 * gdb.btrace/enable-running.exp: Likewise.
8324 * gdb.btrace/enable.exp: Likewise.
8325 * gdb.btrace/exception.exp: Likewise.
8326 * gdb.btrace/function_call_history.exp: Likewise.
8327 * gdb.btrace/gcore.exp: Likewise.
8328 * gdb.btrace/instruction_history.exp: Likewise.
8329 * gdb.btrace/multi-thread-step.exp: Likewise.
8330 * gdb.btrace/nohist.exp: Likewise.
8331 * gdb.btrace/non-stop.exp: Likewise.
8332 * gdb.btrace/reconnect.exp: Likewise.
8333 * gdb.btrace/record_goto-step.exp: Likewise.
8334 * gdb.btrace/record_goto.exp: Likewise.
8335 * gdb.btrace/rn-dl-bind.exp: Likewise.
8336 * gdb.btrace/segv.exp: Likewise.
8337 * gdb.btrace/step.exp: Likewise.
8338 * gdb.btrace/stepi.exp: Likewise.
8339 * gdb.btrace/tailcall-only.exp: Likewise.
8340 * gdb.btrace/tailcall.exp: Likewise.
8341 * gdb.btrace/tsx.exp: Likewise.
8342 * gdb.btrace/unknown_functions.exp: Likewise.
8343 * gdb.btrace/vdso.exp: Likewise.
8344
8345 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8346
8347 * gdb.btrace/enable-running.c: New.
8348 * gdb.btrace/enable-running.exp: New.
8349
8350 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8351
8352 * gdb.arch/amd64-gs_base.c: New file.
8353 * gdb.arch/amd64-gs_base.exp: New file.
8354
8355 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8356
8357 * lib/memory.exp: Remove spurious empty newlines.
8358
8359 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8360
8361 * gdb.python/py-bad-printers.exp: Load python file using "source".
8362 * gdb.python/py-events.exp: Likewise.
8363 * gdb.python/py-evsignal.exp: Likewise.
8364 * gdb.python/py-evthreads.exp: Likewise.
8365 * gdb.python/py-frame-args.exp: Likewise.
8366 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8367 * gdb.python/py-framefilter-mi.exp: Likewise.
8368 * gdb.python/py-framefilter.exp: Likewise.
8369 * gdb.python/py-mi.exp: Likewise.
8370 * gdb.python/py-pp-maint.exp: Likewise.
8371 * gdb.python/py-pp-registration.exp: Likewise.
8372 * gdb.python/py-prettyprint.exp: Likewise.
8373 (run_lang_tests): Likewise.
8374 * gdb.python/py-typeprint.exp: Likewise.
8375
8376 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8377
8378 * lib/memory.exp: New file.
8379 * lib/gdb.exp: Load memory.exp.
8380 * gdb.base/memattr.exp (delete_memory): Move proc to
8381 lib/memory.exp and rename to delete_memory_regions.
8382 Replace delete_memory with delete_memory_regions.
8383 Cleanup memory regions before tests.
8384 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8385 before tests.
8386
8387 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8388
8389 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8390 files.
8391 (initialize): New function conditionally defined.
8392 (testcases): Move within conditional block.
8393 (main): Call initialize.
8394 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8395 of gdb.reverse/insn-reverse.c.
8396 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8397 gdb.reverse/insn-reverse.c.
8398
8399 2017-01-26 Yao Qi <yao.qi@linaro.org>
8400
8401 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8402 disassemble on address 0.
8403
8404 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8405 Yao Qi <yao.qi@linaro.org>
8406
8407 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8408 * gdb.dwarf2/implptr-64bit.S: Remove.
8409 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8410 variables in caller's context. Add DW_OP_implicit_value.
8411
8412 2017-01-25 Yao Qi <yao.qi@linaro.org>
8413
8414 * lib/dwarf.exp (Dwarf::_location): Handle
8415 DW_OP_GNU_implicit_pointer with proper size.
8416
8417 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8418
8419 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8420 and add untested calls.
8421
8422 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8423
8424 * gdb.python/python.exp: Check line number against what GDB thinks
8425 the line number is for func1.
8426
8427 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8428
8429 * gdb.dlang/debug-expr.exp: New file.
8430
8431 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8432
8433 Fix test names for the following files:
8434
8435 * gdb.ada/exec_changed.exp
8436 * gdb.ada/info_types.exp
8437 * gdb.arch/aarch64-atomic-inst.exp
8438 * gdb.arch/aarch64-fp.exp
8439 * gdb.arch/altivec-abi.exp
8440 * gdb.arch/altivec-regs.exp
8441 * gdb.arch/amd64-byte.exp
8442 * gdb.arch/amd64-disp-step.exp
8443 * gdb.arch/amd64-dword.exp
8444 * gdb.arch/amd64-entry-value-inline.exp
8445 * gdb.arch/amd64-entry-value-param.exp
8446 * gdb.arch/amd64-entry-value-paramref.exp
8447 * gdb.arch/amd64-entry-value.exp
8448 * gdb.arch/amd64-i386-address.exp
8449 * gdb.arch/amd64-invalid-stack-middle.exp
8450 * gdb.arch/amd64-invalid-stack-top.exp
8451 * gdb.arch/amd64-optimout-repeat.exp
8452 * gdb.arch/amd64-prologue-skip.exp
8453 * gdb.arch/amd64-prologue-xmm.exp
8454 * gdb.arch/amd64-stap-special-operands.exp
8455 * gdb.arch/amd64-stap-wrong-subexp.exp
8456 * gdb.arch/amd64-tailcall-cxx.exp
8457 * gdb.arch/amd64-tailcall-noret.exp
8458 * gdb.arch/amd64-tailcall-ret.exp
8459 * gdb.arch/amd64-tailcall-self.exp
8460 * gdb.arch/amd64-word.exp
8461 * gdb.arch/arm-bl-branch-dest.exp
8462 * gdb.arch/arm-disp-step.exp
8463 * gdb.arch/arm-neon.exp
8464 * gdb.arch/arm-single-step-kernel-helper.exp
8465 * gdb.arch/avr-flash-qualifier.exp
8466 * gdb.arch/disp-step-insn-reloc.exp
8467 * gdb.arch/e500-abi.exp
8468 * gdb.arch/e500-regs.exp
8469 * gdb.arch/ftrace-insn-reloc.exp
8470 * gdb.arch/i386-avx512.exp
8471 * gdb.arch/i386-bp_permanent.exp
8472 * gdb.arch/i386-byte.exp
8473 * gdb.arch/i386-cfi-notcurrent.exp
8474 * gdb.arch/i386-disp-step.exp
8475 * gdb.arch/i386-dr3-watch.exp
8476 * gdb.arch/i386-float.exp
8477 * gdb.arch/i386-gnu-cfi.exp
8478 * gdb.arch/i386-mpx-map.exp
8479 * gdb.arch/i386-mpx-sigsegv.exp
8480 * gdb.arch/i386-mpx-simple_segv.exp
8481 * gdb.arch/i386-mpx.exp
8482 * gdb.arch/i386-permbkpt.exp
8483 * gdb.arch/i386-prologue.exp
8484 * gdb.arch/i386-signal.exp
8485 * gdb.arch/i386-size-overlap.exp
8486 * gdb.arch/i386-unwind.exp
8487 * gdb.arch/i386-word.exp
8488 * gdb.arch/mips-fcr.exp
8489 * gdb.arch/powerpc-d128-regs.exp
8490 * gdb.arch/powerpc-stackless.exp
8491 * gdb.arch/ppc64-atomic-inst.exp
8492 * gdb.arch/s390-stackless.exp
8493 * gdb.arch/s390-tdbregs.exp
8494 * gdb.arch/s390-vregs.exp
8495 * gdb.arch/sparc-sysstep.exp
8496 * gdb.arch/thumb-bx-pc.exp
8497 * gdb.arch/thumb-singlestep.exp
8498 * gdb.arch/thumb2-it.exp
8499 * gdb.arch/vsx-regs.exp
8500 * gdb.asm/asm-source.exp
8501 * gdb.base/a2-run.exp
8502 * gdb.base/advance.exp
8503 * gdb.base/all-bin.exp
8504 * gdb.base/anon.exp
8505 * gdb.base/args.exp
8506 * gdb.base/arithmet.exp
8507 * gdb.base/async-shell.exp
8508 * gdb.base/async.exp
8509 * gdb.base/attach-pie-noexec.exp
8510 * gdb.base/attach-twice.exp
8511 * gdb.base/auto-load.exp
8512 * gdb.base/bang.exp
8513 * gdb.base/bitfields.exp
8514 * gdb.base/break-always.exp
8515 * gdb.base/break-caller-line.exp
8516 * gdb.base/break-entry.exp
8517 * gdb.base/break-inline.exp
8518 * gdb.base/break-on-linker-gcd-function.exp
8519 * gdb.base/break-probes.exp
8520 * gdb.base/break.exp
8521 * gdb.base/breakpoint-shadow.exp
8522 * gdb.base/call-ar-st.exp
8523 * gdb.base/call-sc.exp
8524 * gdb.base/call-signal-resume.exp
8525 * gdb.base/call-strs.exp
8526 * gdb.base/callfuncs.exp
8527 * gdb.base/catch-fork-static.exp
8528 * gdb.base/catch-gdb-caused-signals.exp
8529 * gdb.base/catch-load.exp
8530 * gdb.base/catch-signal-fork.exp
8531 * gdb.base/catch-signal.exp
8532 * gdb.base/catch-syscall.exp
8533 * gdb.base/charset.exp
8534 * gdb.base/checkpoint.exp
8535 * gdb.base/chng-syms.exp
8536 * gdb.base/code-expr.exp
8537 * gdb.base/code_elim.exp
8538 * gdb.base/commands.exp
8539 * gdb.base/completion.exp
8540 * gdb.base/complex.exp
8541 * gdb.base/cond-expr.exp
8542 * gdb.base/condbreak.exp
8543 * gdb.base/consecutive.exp
8544 * gdb.base/continue-all-already-running.exp
8545 * gdb.base/coredump-filter.exp
8546 * gdb.base/corefile.exp
8547 * gdb.base/dbx.exp
8548 * gdb.base/debug-expr.exp
8549 * gdb.base/define.exp
8550 * gdb.base/del.exp
8551 * gdb.base/disabled-location.exp
8552 * gdb.base/disasm-end-cu.exp
8553 * gdb.base/disasm-optim.exp
8554 * gdb.base/display.exp
8555 * gdb.base/duplicate-bp.exp
8556 * gdb.base/ena-dis-br.exp
8557 * gdb.base/ending-run.exp
8558 * gdb.base/enumval.exp
8559 * gdb.base/environ.exp
8560 * gdb.base/eu-strip-infcall.exp
8561 * gdb.base/eval-avoid-side-effects.exp
8562 * gdb.base/eval-skip.exp
8563 * gdb.base/exitsignal.exp
8564 * gdb.base/expand-psymtabs.exp
8565 * gdb.base/filesym.exp
8566 * gdb.base/find-unmapped.exp
8567 * gdb.base/finish.exp
8568 * gdb.base/float.exp
8569 * gdb.base/foll-exec-mode.exp
8570 * gdb.base/foll-exec.exp
8571 * gdb.base/foll-fork.exp
8572 * gdb.base/fortran-sym-case.exp
8573 * gdb.base/freebpcmd.exp
8574 * gdb.base/func-ptr.exp
8575 * gdb.base/func-ptrs.exp
8576 * gdb.base/funcargs.exp
8577 * gdb.base/gcore-buffer-overflow.exp
8578 * gdb.base/gcore-relro-pie.exp
8579 * gdb.base/gcore-relro.exp
8580 * gdb.base/gcore.exp
8581 * gdb.base/gdb1090.exp
8582 * gdb.base/gdb11530.exp
8583 * gdb.base/gdb11531.exp
8584 * gdb.base/gdb1821.exp
8585 * gdb.base/gdbindex-stabs.exp
8586 * gdb.base/gdbvars.exp
8587 * gdb.base/hbreak.exp
8588 * gdb.base/hbreak2.exp
8589 * gdb.base/included.exp
8590 * gdb.base/infcall-input.exp
8591 * gdb.base/inferior-died.exp
8592 * gdb.base/infnan.exp
8593 * gdb.base/info-macros.exp
8594 * gdb.base/info-os.exp
8595 * gdb.base/info-proc.exp
8596 * gdb.base/info-shared.exp
8597 * gdb.base/info-target.exp
8598 * gdb.base/infoline.exp
8599 * gdb.base/interp.exp
8600 * gdb.base/interrupt.exp
8601 * gdb.base/jit-reader.exp
8602 * gdb.base/jit-simple.exp
8603 * gdb.base/kill-after-signal.exp
8604 * gdb.base/kill-detach-inferiors-cmd.exp
8605 * gdb.base/label.exp
8606 * gdb.base/langs.exp
8607 * gdb.base/ldbl_e308.exp
8608 * gdb.base/line-symtabs.exp
8609 * gdb.base/linespecs.exp
8610 * gdb.base/list.exp
8611 * gdb.base/long_long.exp
8612 * gdb.base/longest-types.exp
8613 * gdb.base/maint.exp
8614 * gdb.base/max-value-size.exp
8615 * gdb.base/memattr.exp
8616 * gdb.base/mips_pro.exp
8617 * gdb.base/morestack.exp
8618 * gdb.base/moribund-step.exp
8619 * gdb.base/multi-forks.exp
8620 * gdb.base/nested-addr.exp
8621 * gdb.base/nextoverexit.exp
8622 * gdb.base/noreturn-finish.exp
8623 * gdb.base/noreturn-return.exp
8624 * gdb.base/nostdlib.exp
8625 * gdb.base/offsets.exp
8626 * gdb.base/opaque.exp
8627 * gdb.base/pc-fp.exp
8628 * gdb.base/permissions.exp
8629 * gdb.base/print-symbol-loading.exp
8630 * gdb.base/prologue-include.exp
8631 * gdb.base/psymtab.exp
8632 * gdb.base/ptype.exp
8633 * gdb.base/random-signal.exp
8634 * gdb.base/randomize.exp
8635 * gdb.base/range-stepping.exp
8636 * gdb.base/readline-ask.exp
8637 * gdb.base/recpar.exp
8638 * gdb.base/recurse.exp
8639 * gdb.base/relational.exp
8640 * gdb.base/restore.exp
8641 * gdb.base/return-nodebug.exp
8642 * gdb.base/return.exp
8643 * gdb.base/run-after-attach.exp
8644 * gdb.base/save-bp.exp
8645 * gdb.base/scope.exp
8646 * gdb.base/sect-cmd.exp
8647 * gdb.base/set-lang-auto.exp
8648 * gdb.base/set-noassign.exp
8649 * gdb.base/setvar.exp
8650 * gdb.base/sigall.exp
8651 * gdb.base/sigbpt.exp
8652 * gdb.base/siginfo-addr.exp
8653 * gdb.base/siginfo-infcall.exp
8654 * gdb.base/siginfo-obj.exp
8655 * gdb.base/siginfo.exp
8656 * gdb.base/signals-state-child.exp
8657 * gdb.base/signest.exp
8658 * gdb.base/sigstep.exp
8659 * gdb.base/sizeof.exp
8660 * gdb.base/skip.exp
8661 * gdb.base/solib-corrupted.exp
8662 * gdb.base/solib-nodir.exp
8663 * gdb.base/solib-search.exp
8664 * gdb.base/stack-checking.exp
8665 * gdb.base/stale-infcall.exp
8666 * gdb.base/stap-probe.exp
8667 * gdb.base/start.exp
8668 * gdb.base/step-break.exp
8669 * gdb.base/step-bt.exp
8670 * gdb.base/step-line.exp
8671 * gdb.base/step-over-exit.exp
8672 * gdb.base/step-over-syscall.exp
8673 * gdb.base/step-resume-infcall.exp
8674 * gdb.base/step-test.exp
8675 * gdb.base/store.exp
8676 * gdb.base/structs3.exp
8677 * gdb.base/sym-file.exp
8678 * gdb.base/symbol-without-target_section.exp
8679 * gdb.base/term.exp
8680 * gdb.base/testenv.exp
8681 * gdb.base/ui-redirect.exp
8682 * gdb.base/until.exp
8683 * gdb.base/unwindonsignal.exp
8684 * gdb.base/value-double-free.exp
8685 * gdb.base/vla-datatypes.exp
8686 * gdb.base/vla-ptr.exp
8687 * gdb.base/vla-sideeffect.exp
8688 * gdb.base/volatile.exp
8689 * gdb.base/watch-cond-infcall.exp
8690 * gdb.base/watch-cond.exp
8691 * gdb.base/watch-non-mem.exp
8692 * gdb.base/watch-read.exp
8693 * gdb.base/watch-vfork.exp
8694 * gdb.base/watchpoint-cond-gone.exp
8695 * gdb.base/watchpoint-delete.exp
8696 * gdb.base/watchpoint-hw-hit-once.exp
8697 * gdb.base/watchpoint-hw.exp
8698 * gdb.base/watchpoint-stops-at-right-insn.exp
8699 * gdb.base/watchpoints.exp
8700 * gdb.base/wchar.exp
8701 * gdb.base/whatis-exp.exp
8702 * gdb.btrace/buffer-size.exp
8703 * gdb.btrace/data.exp
8704 * gdb.btrace/delta.exp
8705 * gdb.btrace/dlopen.exp
8706 * gdb.btrace/enable.exp
8707 * gdb.btrace/exception.exp
8708 * gdb.btrace/function_call_history.exp
8709 * gdb.btrace/gcore.exp
8710 * gdb.btrace/instruction_history.exp
8711 * gdb.btrace/nohist.exp
8712 * gdb.btrace/reconnect.exp
8713 * gdb.btrace/record_goto-step.exp
8714 * gdb.btrace/record_goto.exp
8715 * gdb.btrace/rn-dl-bind.exp
8716 * gdb.btrace/segv.exp
8717 * gdb.btrace/step.exp
8718 * gdb.btrace/stepi.exp
8719 * gdb.btrace/tailcall-only.exp
8720 * gdb.btrace/tailcall.exp
8721 * gdb.btrace/tsx.exp
8722 * gdb.btrace/unknown_functions.exp
8723 * gdb.btrace/vdso.exp
8724 * gdb.compile/compile-ifunc.exp
8725 * gdb.compile/compile-ops.exp
8726 * gdb.compile/compile-print.exp
8727 * gdb.compile/compile-setjmp.exp
8728 * gdb.cp/abstract-origin.exp
8729 * gdb.cp/ambiguous.exp
8730 * gdb.cp/annota2.exp
8731 * gdb.cp/annota3.exp
8732 * gdb.cp/anon-ns.exp
8733 * gdb.cp/anon-struct.exp
8734 * gdb.cp/anon-union.exp
8735 * gdb.cp/arg-reference.exp
8736 * gdb.cp/baseenum.exp
8737 * gdb.cp/bool.exp
8738 * gdb.cp/breakpoint.exp
8739 * gdb.cp/bs15503.exp
8740 * gdb.cp/call-c.exp
8741 * gdb.cp/casts.exp
8742 * gdb.cp/chained-calls.exp
8743 * gdb.cp/class2.exp
8744 * gdb.cp/classes.exp
8745 * gdb.cp/cmpd-minsyms.exp
8746 * gdb.cp/converts.exp
8747 * gdb.cp/cp-relocate.exp
8748 * gdb.cp/cpcompletion.exp
8749 * gdb.cp/cpexprs.exp
8750 * gdb.cp/cplabel.exp
8751 * gdb.cp/cplusfuncs.exp
8752 * gdb.cp/cpsizeof.exp
8753 * gdb.cp/ctti.exp
8754 * gdb.cp/derivation.exp
8755 * gdb.cp/destrprint.exp
8756 * gdb.cp/dispcxx.exp
8757 * gdb.cp/enum-class.exp
8758 * gdb.cp/exception.exp
8759 * gdb.cp/exceptprint.exp
8760 * gdb.cp/expand-psymtabs-cxx.exp
8761 * gdb.cp/expand-sals.exp
8762 * gdb.cp/extern-c.exp
8763 * gdb.cp/filename.exp
8764 * gdb.cp/formatted-ref.exp
8765 * gdb.cp/fpointer.exp
8766 * gdb.cp/gdb1355.exp
8767 * gdb.cp/gdb2495.exp
8768 * gdb.cp/hang.exp
8769 * gdb.cp/impl-this.exp
8770 * gdb.cp/infcall-dlopen.exp
8771 * gdb.cp/inherit.exp
8772 * gdb.cp/iostream.exp
8773 * gdb.cp/koenig.exp
8774 * gdb.cp/local.exp
8775 * gdb.cp/m-data.exp
8776 * gdb.cp/m-static.exp
8777 * gdb.cp/mb-ctor.exp
8778 * gdb.cp/mb-inline.exp
8779 * gdb.cp/mb-templates.exp
8780 * gdb.cp/member-name.exp
8781 * gdb.cp/member-ptr.exp
8782 * gdb.cp/meth-typedefs.exp
8783 * gdb.cp/method.exp
8784 * gdb.cp/method2.exp
8785 * gdb.cp/minsym-fallback.exp
8786 * gdb.cp/misc.exp
8787 * gdb.cp/namelessclass.exp
8788 * gdb.cp/namespace-enum.exp
8789 * gdb.cp/namespace-nested-import.exp
8790 * gdb.cp/namespace.exp
8791 * gdb.cp/nextoverthrow.exp
8792 * gdb.cp/no-dmgl-verbose.exp
8793 * gdb.cp/non-trivial-retval.exp
8794 * gdb.cp/noparam.exp
8795 * gdb.cp/nsdecl.exp
8796 * gdb.cp/nsimport.exp
8797 * gdb.cp/nsnested.exp
8798 * gdb.cp/nsnoimports.exp
8799 * gdb.cp/nsrecurs.exp
8800 * gdb.cp/nsstress.exp
8801 * gdb.cp/nsusing.exp
8802 * gdb.cp/operator.exp
8803 * gdb.cp/oranking.exp
8804 * gdb.cp/overload-const.exp
8805 * gdb.cp/overload.exp
8806 * gdb.cp/ovldbreak.exp
8807 * gdb.cp/ovsrch.exp
8808 * gdb.cp/paren-type.exp
8809 * gdb.cp/parse-lang.exp
8810 * gdb.cp/pass-by-ref.exp
8811 * gdb.cp/pr-1023.exp
8812 * gdb.cp/pr-1210.exp
8813 * gdb.cp/pr-574.exp
8814 * gdb.cp/pr10687.exp
8815 * gdb.cp/pr12028.exp
8816 * gdb.cp/pr17132.exp
8817 * gdb.cp/pr17494.exp
8818 * gdb.cp/pr9067.exp
8819 * gdb.cp/pr9167.exp
8820 * gdb.cp/pr9631.exp
8821 * gdb.cp/printmethod.exp
8822 * gdb.cp/psmang.exp
8823 * gdb.cp/psymtab-parameter.exp
8824 * gdb.cp/ptype-cv-cp.exp
8825 * gdb.cp/ptype-flags.exp
8826 * gdb.cp/re-set-overloaded.exp
8827 * gdb.cp/ref-types.exp
8828 * gdb.cp/rtti.exp
8829 * gdb.cp/scope-err.exp
8830 * gdb.cp/shadow.exp
8831 * gdb.cp/smartp.exp
8832 * gdb.cp/static-method.exp
8833 * gdb.cp/static-print-quit.exp
8834 * gdb.cp/temargs.exp
8835 * gdb.cp/templates.exp
8836 * gdb.cp/try_catch.exp
8837 * gdb.cp/typedef-operator.exp
8838 * gdb.cp/typeid.exp
8839 * gdb.cp/userdef.exp
8840 * gdb.cp/using-crash.exp
8841 * gdb.cp/var-tag.exp
8842 * gdb.cp/virtbase.exp
8843 * gdb.cp/virtfunc.exp
8844 * gdb.cp/virtfunc2.exp
8845 * gdb.cp/vla-cxx.exp
8846 * gdb.disasm/t01_mov.exp
8847 * gdb.disasm/t02_mova.exp
8848 * gdb.disasm/t03_add.exp
8849 * gdb.disasm/t04_sub.exp
8850 * gdb.disasm/t05_cmp.exp
8851 * gdb.disasm/t06_ari2.exp
8852 * gdb.disasm/t07_ari3.exp
8853 * gdb.disasm/t08_or.exp
8854 * gdb.disasm/t09_xor.exp
8855 * gdb.disasm/t10_and.exp
8856 * gdb.disasm/t11_logs.exp
8857 * gdb.disasm/t12_bit.exp
8858 * gdb.disasm/t13_otr.exp
8859 * gdb.dlang/circular.exp
8860 * gdb.dwarf2/arr-stride.exp
8861 * gdb.dwarf2/arr-subrange.exp
8862 * gdb.dwarf2/atomic-type.exp
8863 * gdb.dwarf2/bad-regnum.exp
8864 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8865 * gdb.dwarf2/callframecfa.exp
8866 * gdb.dwarf2/clztest.exp
8867 * gdb.dwarf2/corrupt.exp
8868 * gdb.dwarf2/data-loc.exp
8869 * gdb.dwarf2/dup-psym.exp
8870 * gdb.dwarf2/dw2-anon-mptr.exp
8871 * gdb.dwarf2/dw2-anonymous-func.exp
8872 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8873 * gdb.dwarf2/dw2-bad-unresolved.exp
8874 * gdb.dwarf2/dw2-basic.exp
8875 * gdb.dwarf2/dw2-canonicalize-type.exp
8876 * gdb.dwarf2/dw2-case-insensitive.exp
8877 * gdb.dwarf2/dw2-common-block.exp
8878 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8879 * gdb.dwarf2/dw2-compressed.exp
8880 * gdb.dwarf2/dw2-const.exp
8881 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8882 * gdb.dwarf2/dw2-cu-size.exp
8883 * gdb.dwarf2/dw2-dup-frame.exp
8884 * gdb.dwarf2/dw2-entry-value.exp
8885 * gdb.dwarf2/dw2-icycle.exp
8886 * gdb.dwarf2/dw2-ifort-parameter.exp
8887 * gdb.dwarf2/dw2-inline-break.exp
8888 * gdb.dwarf2/dw2-inline-param.exp
8889 * gdb.dwarf2/dw2-intercu.exp
8890 * gdb.dwarf2/dw2-intermix.exp
8891 * gdb.dwarf2/dw2-lexical-block-bare.exp
8892 * gdb.dwarf2/dw2-linkage-name-trust.exp
8893 * gdb.dwarf2/dw2-minsym-in-cu.exp
8894 * gdb.dwarf2/dw2-noloc.exp
8895 * gdb.dwarf2/dw2-op-call.exp
8896 * gdb.dwarf2/dw2-op-out-param.exp
8897 * gdb.dwarf2/dw2-opt-structptr.exp
8898 * gdb.dwarf2/dw2-param-error.exp
8899 * gdb.dwarf2/dw2-producer.exp
8900 * gdb.dwarf2/dw2-ranges-base.exp
8901 * gdb.dwarf2/dw2-ref-missing-frame.exp
8902 * gdb.dwarf2/dw2-reg-undefined.exp
8903 * gdb.dwarf2/dw2-regno-invalid.exp
8904 * gdb.dwarf2/dw2-restore.exp
8905 * gdb.dwarf2/dw2-restrict.exp
8906 * gdb.dwarf2/dw2-single-line-discriminators.exp
8907 * gdb.dwarf2/dw2-strp.exp
8908 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8909 * gdb.dwarf2/dw2-unresolved.exp
8910 * gdb.dwarf2/dw2-var-zero-addr.exp
8911 * gdb.dwarf2/dw4-sig-types.exp
8912 * gdb.dwarf2/dwz.exp
8913 * gdb.dwarf2/dynarr-ptr.exp
8914 * gdb.dwarf2/enum-type.exp
8915 * gdb.dwarf2/gdb-index.exp
8916 * gdb.dwarf2/implptr-64bit.exp
8917 * gdb.dwarf2/implptr-optimized-out.exp
8918 * gdb.dwarf2/implptr.exp
8919 * gdb.dwarf2/implref-array.exp
8920 * gdb.dwarf2/implref-const.exp
8921 * gdb.dwarf2/implref-global.exp
8922 * gdb.dwarf2/implref-struct.exp
8923 * gdb.dwarf2/mac-fileno.exp
8924 * gdb.dwarf2/main-subprogram.exp
8925 * gdb.dwarf2/member-ptr-forwardref.exp
8926 * gdb.dwarf2/method-ptr.exp
8927 * gdb.dwarf2/missing-sig-type.exp
8928 * gdb.dwarf2/nonvar-access.exp
8929 * gdb.dwarf2/opaque-type-lookup.exp
8930 * gdb.dwarf2/pieces-optimized-out.exp
8931 * gdb.dwarf2/pieces.exp
8932 * gdb.dwarf2/pr10770.exp
8933 * gdb.dwarf2/pr13961.exp
8934 * gdb.dwarf2/staticvirtual.exp
8935 * gdb.dwarf2/subrange.exp
8936 * gdb.dwarf2/symtab-producer.exp
8937 * gdb.dwarf2/trace-crash.exp
8938 * gdb.dwarf2/typeddwarf.exp
8939 * gdb.dwarf2/valop.exp
8940 * gdb.dwarf2/watch-notconst.exp
8941 * gdb.fortran/array-element.exp
8942 * gdb.fortran/charset.exp
8943 * gdb.fortran/common-block.exp
8944 * gdb.fortran/complex.exp
8945 * gdb.fortran/derived-type-function.exp
8946 * gdb.fortran/derived-type.exp
8947 * gdb.fortran/logical.exp
8948 * gdb.fortran/module.exp
8949 * gdb.fortran/multi-dim.exp
8950 * gdb.fortran/nested-funcs.exp
8951 * gdb.fortran/print-formatted.exp
8952 * gdb.fortran/subarray.exp
8953 * gdb.fortran/vla-alloc-assoc.exp
8954 * gdb.fortran/vla-datatypes.exp
8955 * gdb.fortran/vla-history.exp
8956 * gdb.fortran/vla-ptr-info.exp
8957 * gdb.fortran/vla-ptype-sub.exp
8958 * gdb.fortran/vla-ptype.exp
8959 * gdb.fortran/vla-sizeof.exp
8960 * gdb.fortran/vla-type.exp
8961 * gdb.fortran/vla-value-sub-arbitrary.exp
8962 * gdb.fortran/vla-value-sub-finish.exp
8963 * gdb.fortran/vla-value-sub.exp
8964 * gdb.fortran/vla-value.exp
8965 * gdb.fortran/whatis_type.exp
8966 * gdb.go/chan.exp
8967 * gdb.go/handcall.exp
8968 * gdb.go/hello.exp
8969 * gdb.go/integers.exp
8970 * gdb.go/methods.exp
8971 * gdb.go/package.exp
8972 * gdb.go/strings.exp
8973 * gdb.go/types.exp
8974 * gdb.go/unsafe.exp
8975 * gdb.guile/scm-arch.exp
8976 * gdb.guile/scm-block.exp
8977 * gdb.guile/scm-breakpoint.exp
8978 * gdb.guile/scm-cmd.exp
8979 * gdb.guile/scm-disasm.exp
8980 * gdb.guile/scm-equal.exp
8981 * gdb.guile/scm-frame-args.exp
8982 * gdb.guile/scm-frame-inline.exp
8983 * gdb.guile/scm-frame.exp
8984 * gdb.guile/scm-iterator.exp
8985 * gdb.guile/scm-math.exp
8986 * gdb.guile/scm-objfile.exp
8987 * gdb.guile/scm-ports.exp
8988 * gdb.guile/scm-symbol.exp
8989 * gdb.guile/scm-symtab.exp
8990 * gdb.guile/scm-value-cc.exp
8991 * gdb.guile/types-module.exp
8992 * gdb.linespec/break-ask.exp
8993 * gdb.linespec/cpexplicit.exp
8994 * gdb.linespec/explicit.exp
8995 * gdb.linespec/keywords.exp
8996 * gdb.linespec/linespec.exp
8997 * gdb.linespec/ls-dollar.exp
8998 * gdb.linespec/ls-errs.exp
8999 * gdb.linespec/skip-two.exp
9000 * gdb.linespec/thread.exp
9001 * gdb.mi/mi-async.exp
9002 * gdb.mi/mi-basics.exp
9003 * gdb.mi/mi-break.exp
9004 * gdb.mi/mi-catch-load.exp
9005 * gdb.mi/mi-cli.exp
9006 * gdb.mi/mi-cmd-param-changed.exp
9007 * gdb.mi/mi-console.exp
9008 * gdb.mi/mi-detach.exp
9009 * gdb.mi/mi-disassemble.exp
9010 * gdb.mi/mi-eval.exp
9011 * gdb.mi/mi-file-transfer.exp
9012 * gdb.mi/mi-file.exp
9013 * gdb.mi/mi-fill-memory.exp
9014 * gdb.mi/mi-inheritance-syntax-error.exp
9015 * gdb.mi/mi-linespec-err-cp.exp
9016 * gdb.mi/mi-logging.exp
9017 * gdb.mi/mi-memory-changed.exp
9018 * gdb.mi/mi-read-memory.exp
9019 * gdb.mi/mi-record-changed.exp
9020 * gdb.mi/mi-reg-undefined.exp
9021 * gdb.mi/mi-regs.exp
9022 * gdb.mi/mi-return.exp
9023 * gdb.mi/mi-reverse.exp
9024 * gdb.mi/mi-simplerun.exp
9025 * gdb.mi/mi-solib.exp
9026 * gdb.mi/mi-stack.exp
9027 * gdb.mi/mi-stepi.exp
9028 * gdb.mi/mi-syn-frame.exp
9029 * gdb.mi/mi-until.exp
9030 * gdb.mi/mi-var-block.exp
9031 * gdb.mi/mi-var-child.exp
9032 * gdb.mi/mi-var-cmd.exp
9033 * gdb.mi/mi-var-cp.exp
9034 * gdb.mi/mi-var-display.exp
9035 * gdb.mi/mi-var-invalidate.exp
9036 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9037 * gdb.mi/mi-vla-fortran.exp
9038 * gdb.mi/mi-watch.exp
9039 * gdb.mi/mi2-var-child.exp
9040 * gdb.mi/user-selected-context-sync.exp
9041 * gdb.modula2/unbounded-array.exp
9042 * gdb.multi/dummy-frame-restore.exp
9043 * gdb.multi/multi-arch-exec.exp
9044 * gdb.multi/multi-arch.exp
9045 * gdb.multi/tids.exp
9046 * gdb.multi/watchpoint-multi.exp
9047 * gdb.opencl/callfuncs.exp
9048 * gdb.opencl/convs_casts.exp
9049 * gdb.opencl/datatypes.exp
9050 * gdb.opencl/operators.exp
9051 * gdb.opencl/vec_comps.exp
9052 * gdb.opt/clobbered-registers-O2.exp
9053 * gdb.opt/inline-break.exp
9054 * gdb.opt/inline-bt.exp
9055 * gdb.opt/inline-cmds.exp
9056 * gdb.opt/inline-locals.exp
9057 * gdb.pascal/case-insensitive-symbols.exp
9058 * gdb.pascal/floats.exp
9059 * gdb.pascal/gdb11492.exp
9060 * gdb.python/lib-types.exp
9061 * gdb.python/py-arch.exp
9062 * gdb.python/py-as-string.exp
9063 * gdb.python/py-bad-printers.exp
9064 * gdb.python/py-block.exp
9065 * gdb.python/py-breakpoint-create-fail.exp
9066 * gdb.python/py-breakpoint.exp
9067 * gdb.python/py-caller-is.exp
9068 * gdb.python/py-cmd.exp
9069 * gdb.python/py-explore-cc.exp
9070 * gdb.python/py-explore.exp
9071 * gdb.python/py-finish-breakpoint.exp
9072 * gdb.python/py-finish-breakpoint2.exp
9073 * gdb.python/py-frame-args.exp
9074 * gdb.python/py-frame-inline.exp
9075 * gdb.python/py-frame.exp
9076 * gdb.python/py-framefilter-mi.exp
9077 * gdb.python/py-infthread.exp
9078 * gdb.python/py-lazy-string.exp
9079 * gdb.python/py-linetable.exp
9080 * gdb.python/py-mi-events.exp
9081 * gdb.python/py-mi-objfile.exp
9082 * gdb.python/py-mi.exp
9083 * gdb.python/py-objfile.exp
9084 * gdb.python/py-pp-integral.exp
9085 * gdb.python/py-pp-maint.exp
9086 * gdb.python/py-pp-re-notag.exp
9087 * gdb.python/py-pp-registration.exp
9088 * gdb.python/py-recurse-unwind.exp
9089 * gdb.python/py-strfns.exp
9090 * gdb.python/py-symbol.exp
9091 * gdb.python/py-symtab.exp
9092 * gdb.python/py-sync-interp.exp
9093 * gdb.python/py-typeprint.exp
9094 * gdb.python/py-unwind-maint.exp
9095 * gdb.python/py-unwind.exp
9096 * gdb.python/py-value-cc.exp
9097 * gdb.python/py-xmethods.exp
9098 * gdb.reverse/amd64-tailcall-reverse.exp
9099 * gdb.reverse/break-precsave.exp
9100 * gdb.reverse/break-reverse.exp
9101 * gdb.reverse/consecutive-precsave.exp
9102 * gdb.reverse/consecutive-reverse.exp
9103 * gdb.reverse/finish-precsave.exp
9104 * gdb.reverse/finish-reverse-bkpt.exp
9105 * gdb.reverse/finish-reverse.exp
9106 * gdb.reverse/fstatat-reverse.exp
9107 * gdb.reverse/getresuid-reverse.exp
9108 * gdb.reverse/i386-precsave.exp
9109 * gdb.reverse/i386-reverse.exp
9110 * gdb.reverse/i386-sse-reverse.exp
9111 * gdb.reverse/i387-env-reverse.exp
9112 * gdb.reverse/i387-stack-reverse.exp
9113 * gdb.reverse/insn-reverse.exp
9114 * gdb.reverse/machinestate-precsave.exp
9115 * gdb.reverse/machinestate.exp
9116 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9117 * gdb.reverse/pipe-reverse.exp
9118 * gdb.reverse/readv-reverse.exp
9119 * gdb.reverse/recvmsg-reverse.exp
9120 * gdb.reverse/rerun-prec.exp
9121 * gdb.reverse/s390-mvcle.exp
9122 * gdb.reverse/step-precsave.exp
9123 * gdb.reverse/step-reverse.exp
9124 * gdb.reverse/time-reverse.exp
9125 * gdb.reverse/until-precsave.exp
9126 * gdb.reverse/until-reverse.exp
9127 * gdb.reverse/waitpid-reverse.exp
9128 * gdb.reverse/watch-precsave.exp
9129 * gdb.reverse/watch-reverse.exp
9130 * gdb.rust/generics.exp
9131 * gdb.rust/methods.exp
9132 * gdb.rust/modules.exp
9133 * gdb.rust/simple.exp
9134 * gdb.server/connect-with-no-symbol-file.exp
9135 * gdb.server/ext-attach.exp
9136 * gdb.server/ext-restart.exp
9137 * gdb.server/ext-wrapper.exp
9138 * gdb.server/file-transfer.exp
9139 * gdb.server/server-exec-info.exp
9140 * gdb.server/server-kill.exp
9141 * gdb.server/server-mon.exp
9142 * gdb.server/wrapper.exp
9143 * gdb.stabs/exclfwd.exp
9144 * gdb.stabs/gdb11479.exp
9145 * gdb.threads/clone-new-thread-event.exp
9146 * gdb.threads/corethreads.exp
9147 * gdb.threads/current-lwp-dead.exp
9148 * gdb.threads/dlopen-libpthread.exp
9149 * gdb.threads/gcore-thread.exp
9150 * gdb.threads/sigstep-threads.exp
9151 * gdb.threads/watchpoint-fork.exp
9152 * gdb.trace/actions-changed.exp
9153 * gdb.trace/backtrace.exp
9154 * gdb.trace/change-loc.exp
9155 * gdb.trace/circ.exp
9156 * gdb.trace/collection.exp
9157 * gdb.trace/disconnected-tracing.exp
9158 * gdb.trace/ftrace.exp
9159 * gdb.trace/mi-trace-frame-collected.exp
9160 * gdb.trace/mi-trace-unavailable.exp
9161 * gdb.trace/mi-traceframe-changed.exp
9162 * gdb.trace/mi-tsv-changed.exp
9163 * gdb.trace/no-attach-trace.exp
9164 * gdb.trace/passc-dyn.exp
9165 * gdb.trace/qtro.exp
9166 * gdb.trace/range-stepping.exp
9167 * gdb.trace/read-memory.exp
9168 * gdb.trace/save-trace.exp
9169 * gdb.trace/signal.exp
9170 * gdb.trace/status-stop.exp
9171 * gdb.trace/tfile.exp
9172 * gdb.trace/trace-break.exp
9173 * gdb.trace/trace-buffer-size.exp
9174 * gdb.trace/trace-condition.exp
9175 * gdb.trace/tracefile-pseudo-reg.exp
9176 * gdb.trace/tstatus.exp
9177 * gdb.trace/unavailable.exp
9178 * gdb.trace/while-dyn.exp
9179 * gdb.trace/while-stepping.exp
9180
9181 2016-12-22 Doug Evans <xdje42@gmail.com>
9182
9183 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9184 and msymbols.
9185
9186 2016-12-19 Yao Qi <yao.qi@linaro.org>
9187
9188 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9189 (test_with_self): Don't call do_steps_and_nexts, and remove
9190 code about stepping into xmalloc.
9191
9192 2016-12-09 Yao Qi <yao.qi@linaro.org>
9193
9194 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9195
9196 2016-12-09 Yao Qi <yao.qi@linaro.org>
9197
9198 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9199
9200 2016-12-09 Pedro Alves <palves@redhat.com>
9201
9202 * gdb.base/all-architectures-0.exp: New file.
9203 * gdb.base/all-architectures-1.exp: New file.
9204 * gdb.base/all-architectures-2.exp: New file.
9205 * gdb.base/all-architectures-3.exp: New file.
9206 * gdb.base/all-architectures-4.exp: New file.
9207 * gdb.base/all-architectures-5.exp: New file.
9208 * gdb.base/all-architectures-6.exp: New file.
9209 * gdb.base/all-architectures-7.exp: New file.
9210 * gdb.base/all-architectures.exp.in: New file.
9211
9212 2016-12-09 Yao Qi <yao.qi@linaro.org>
9213
9214 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9215
9216 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9217
9218 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9219 possible.
9220 Remove useless pattern-matching code.
9221
9222 2016-12-02 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9225 procedure.
9226 (top level): Call it.
9227
9228 2016-12-02 Pedro Alves <palves@redhat.com>
9229
9230 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9231 New procedure.
9232 (top level): Call it.
9233
9234 2016-12-02 Pedro Alves <palves@redhat.com>
9235
9236 PR cli/20559
9237 * gdb.base/commands.exp (user_defined_command_args_eval): New
9238 procedure.
9239 (top level): Call it.
9240
9241 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9242
9243 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9244 timeout handling.
9245
9246 2016-12-02 Tom Tromey <tom@tromey.com>
9247
9248 * gdb.dwarf2/main-subprogram.c: New file.
9249 * gdb.dwarf2/main-subprogram.exp: New file.
9250
9251 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9252
9253 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9254 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9255 gdb_test_no_output for a couple of cases.
9256 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9257
9258 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9259
9260 Fix test names and standardize compilation error messages throughout
9261 the following files:
9262
9263 * gdb.ada/start.exp
9264 * gdb.arch/alpha-step.exp
9265 * gdb.arch/e500-prologue.exp
9266 * gdb.arch/ftrace-insn-reloc.exp
9267 * gdb.arch/gdb1291.exp
9268 * gdb.arch/gdb1431.exp
9269 * gdb.arch/gdb1558.exp
9270 * gdb.arch/i386-dr3-watch.exp
9271 * gdb.arch/i386-sse-stack-align.exp
9272 * gdb.arch/ia64-breakpoint-shadow.exp
9273 * gdb.arch/pa-nullify.exp
9274 * gdb.arch/powerpc-aix-prologue.exp
9275 * gdb.arch/thumb-bx-pc.exp
9276 * gdb.base/annota1.exp
9277 * gdb.base/annota3.exp
9278 * gdb.base/arrayidx.exp
9279 * gdb.base/assign.exp
9280 * gdb.base/attach.exp
9281 * gdb.base/auxv.exp
9282 * gdb.base/bang.exp
9283 * gdb.base/bfp-test.exp
9284 * gdb.base/bigcore.exp
9285 * gdb.base/bitfields2.exp
9286 * gdb.base/break-fun-addr.exp
9287 * gdb.base/break-probes.exp
9288 * gdb.base/call-rt-st.exp
9289 * gdb.base/callexit.exp
9290 * gdb.base/catch-fork-kill.exp
9291 * gdb.base/charset.exp
9292 * gdb.base/checkpoint.exp
9293 * gdb.base/comprdebug.exp
9294 * gdb.base/constvars.exp
9295 * gdb.base/coredump-filter.exp
9296 * gdb.base/cursal.exp
9297 * gdb.base/cvexpr.exp
9298 * gdb.base/detach.exp
9299 * gdb.base/display.exp
9300 * gdb.base/dmsym.exp
9301 * gdb.base/dprintf-pending.exp
9302 * gdb.base/dso2dso.exp
9303 * gdb.base/dtrace-probe.exp
9304 * gdb.base/dump.exp
9305 * gdb.base/enum_cond.exp
9306 * gdb.base/exe-lock.exp
9307 * gdb.base/exec-invalid-sysroot.exp
9308 * gdb.base/execl-update-breakpoints.exp
9309 * gdb.base/exprs.exp
9310 * gdb.base/fileio.exp
9311 * gdb.base/find.exp
9312 * gdb.base/finish.exp
9313 * gdb.base/fixsection.exp
9314 * gdb.base/foll-vfork.exp
9315 * gdb.base/frame-args.exp
9316 * gdb.base/gcore.exp
9317 * gdb.base/gdb1250.exp
9318 * gdb.base/global-var-nested-by-dso.exp
9319 * gdb.base/gnu-ifunc.exp
9320 * gdb.base/hashline1.exp
9321 * gdb.base/hashline2.exp
9322 * gdb.base/hashline3.exp
9323 * gdb.base/hbreak-in-shr-unsupported.exp
9324 * gdb.base/huge.exp
9325 * gdb.base/infcall-input.exp
9326 * gdb.base/info-fun.exp
9327 * gdb.base/info-shared.exp
9328 * gdb.base/jit-simple.exp
9329 * gdb.base/jit-so.exp
9330 * gdb.base/jit.exp
9331 * gdb.base/jump.exp
9332 * gdb.base/label.exp
9333 * gdb.base/lineinc.exp
9334 * gdb.base/logical.exp
9335 * gdb.base/longjmp.exp
9336 * gdb.base/macscp.exp
9337 * gdb.base/miscexprs.exp
9338 * gdb.base/new-ui-echo.exp
9339 * gdb.base/new-ui-pending-input.exp
9340 * gdb.base/new-ui.exp
9341 * gdb.base/nodebug.exp
9342 * gdb.base/nofield.exp
9343 * gdb.base/offsets.exp
9344 * gdb.base/overlays.exp
9345 * gdb.base/pending.exp
9346 * gdb.base/pointers.exp
9347 * gdb.base/pr11022.exp
9348 * gdb.base/printcmds.exp
9349 * gdb.base/prologue.exp
9350 * gdb.base/ptr-typedef.exp
9351 * gdb.base/realname-expand.exp
9352 * gdb.base/relativedebug.exp
9353 * gdb.base/relocate.exp
9354 * gdb.base/remote.exp
9355 * gdb.base/reread.exp
9356 * gdb.base/return2.exp
9357 * gdb.base/savedregs.exp
9358 * gdb.base/sep.exp
9359 * gdb.base/sepdebug.exp
9360 * gdb.base/sepsymtab.exp
9361 * gdb.base/set-inferior-tty.exp
9362 * gdb.base/setshow.exp
9363 * gdb.base/shlib-call.exp
9364 * gdb.base/sigaltstack.exp
9365 * gdb.base/siginfo-addr.exp
9366 * gdb.base/signals.exp
9367 * gdb.base/signull.exp
9368 * gdb.base/sigrepeat.exp
9369 * gdb.base/so-impl-ld.exp
9370 * gdb.base/solib-display.exp
9371 * gdb.base/solib-overlap.exp
9372 * gdb.base/solib-search.exp
9373 * gdb.base/solib-symbol.exp
9374 * gdb.base/structs.exp
9375 * gdb.base/structs2.exp
9376 * gdb.base/symtab-search-order.exp
9377 * gdb.base/twice.exp
9378 * gdb.base/unload.exp
9379 * gdb.base/varargs.exp
9380 * gdb.base/watchpoint-solib.exp
9381 * gdb.base/watchpoint.exp
9382 * gdb.base/whatis.exp
9383 * gdb.base/wrong_frame_bt_full.exp
9384 * gdb.btrace/dlopen.exp
9385 * gdb.cell/ea-standalone.exp
9386 * gdb.cell/ea-test.exp
9387 * gdb.cp/dispcxx.exp
9388 * gdb.cp/gdb2384.exp
9389 * gdb.cp/method2.exp
9390 * gdb.cp/nextoverthrow.exp
9391 * gdb.cp/pr10728.exp
9392 * gdb.disasm/am33.exp
9393 * gdb.disasm/h8300s.exp
9394 * gdb.disasm/mn10300.exp
9395 * gdb.disasm/sh3.exp
9396 * gdb.dwarf2/dw2-dir-file-name.exp
9397 * gdb.fortran/complex.exp
9398 * gdb.fortran/library-module.exp
9399 * gdb.guile/scm-pretty-print.exp
9400 * gdb.guile/scm-symbol.exp
9401 * gdb.guile/scm-type.exp
9402 * gdb.guile/scm-value.exp
9403 * gdb.linespec/linespec.exp
9404 * gdb.mi/gdb701.exp
9405 * gdb.mi/gdb792.exp
9406 * gdb.mi/mi-breakpoint-changed.exp
9407 * gdb.mi/mi-dprintf-pending.exp
9408 * gdb.mi/mi-dprintf.exp
9409 * gdb.mi/mi-exit-code.exp
9410 * gdb.mi/mi-pending.exp
9411 * gdb.mi/mi-solib.exp
9412 * gdb.mi/new-ui-mi-sync.exp
9413 * gdb.mi/pr11022.exp
9414 * gdb.mi/user-selected-context-sync.exp
9415 * gdb.opt/solib-intra-step.exp
9416 * gdb.python/py-events.exp
9417 * gdb.python/py-finish-breakpoint.exp
9418 * gdb.python/py-mi.exp
9419 * gdb.python/py-prettyprint.exp
9420 * gdb.python/py-shared.exp
9421 * gdb.python/py-symbol.exp
9422 * gdb.python/py-template.exp
9423 * gdb.python/py-type.exp
9424 * gdb.python/py-value.exp
9425 * gdb.reverse/solib-precsave.exp
9426 * gdb.reverse/solib-reverse.exp
9427 * gdb.server/solib-list.exp
9428 * gdb.stabs/weird.exp
9429 * gdb.threads/reconnect-signal.exp
9430 * gdb.threads/stepi-random-signal.exp
9431 * gdb.trace/actions.exp
9432 * gdb.trace/ax.exp
9433 * gdb.trace/backtrace.exp
9434 * gdb.trace/change-loc.exp
9435 * gdb.trace/deltrace.exp
9436 * gdb.trace/ftrace-lock.exp
9437 * gdb.trace/ftrace.exp
9438 * gdb.trace/infotrace.exp
9439 * gdb.trace/mi-tracepoint-changed.exp
9440 * gdb.trace/packetlen.exp
9441 * gdb.trace/passcount.exp
9442 * gdb.trace/pending.exp
9443 * gdb.trace/range-stepping.exp
9444 * gdb.trace/report.exp
9445 * gdb.trace/stap-trace.exp
9446 * gdb.trace/tfind.exp
9447 * gdb.trace/trace-break.exp
9448 * gdb.trace/trace-condition.exp
9449 * gdb.trace/trace-enable-disable.exp
9450 * gdb.trace/trace-mt.exp
9451 * gdb.trace/tracecmd.exp
9452 * gdb.trace/tspeed.exp
9453 * gdb.trace/tsv.exp
9454 * lib/perftest.exp
9455
9456 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9457
9458 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9459 with gdb_test_no_output.
9460 Use command as test name.
9461
9462 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9463
9464 Fix test names starting with uppercase throughout the files.
9465
9466 * gdb.ada/assign_1.exp
9467 * gdb.ada/boolean_expr.exp
9468 * gdb.base/arrayidx.exp
9469 * gdb.base/del.exp
9470 * gdb.base/gcore-buffer-overflow.exp
9471 * gdb.base/testenv.exp
9472 * gdb.compile/compile.exp
9473 * gdb.python/py-framefilter-invalidarg.exp
9474 * gdb.python/py-framefilter.exp
9475
9476 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9477
9478 Fix test names starting with uppercase throughout the files.
9479
9480 * gdb.ada/array_return.exp
9481 * gdb.ada/expr_delims.exp
9482 * gdb.ada/mi_dyn_arr.exp
9483 * gdb.ada/mi_interface.exp
9484 * gdb.ada/mi_var_array.exp
9485 * gdb.ada/watch_arg.exp
9486 * gdb.arch/alpha-step.exp
9487 * gdb.arch/altivec-regs.exp
9488 * gdb.arch/e500-regs.exp
9489 * gdb.arch/powerpc-d128-regs.exp
9490 * gdb.base/arrayidx.exp
9491 * gdb.base/break.exp
9492 * gdb.base/checkpoint.exp
9493 * gdb.base/debug-expr.exp
9494 * gdb.base/dmsym.exp
9495 * gdb.base/radix.exp
9496 * gdb.base/sepdebug.exp
9497 * gdb.base/testenv.exp
9498 * gdb.base/watch_thread_num.exp
9499 * gdb.base/watchpoint-cond-gone.exp
9500 * gdb.cell/break.exp
9501 * gdb.cell/ea-cache.exp
9502 * gdb.compile/compile.exp
9503 * gdb.cp/gdb2495.exp
9504 * gdb.gdb/selftest.exp
9505 * gdb.gdb/xfullpath.exp
9506 * gdb.go/hello.exp
9507 * gdb.go/integers.exp
9508 * gdb.objc/basicclass.exp
9509 * gdb.pascal/hello.exp
9510 * gdb.pascal/integers.exp
9511 * gdb.python/py-breakpoint.exp
9512 * gdb.python/py-cmd.exp
9513 * gdb.python/py-linetable.exp
9514 * gdb.python/py-xmethods.exp
9515 * gdb.python/python.exp
9516 * gdb.reverse/consecutive-precsave.exp
9517 * gdb.reverse/finish-precsave.exp
9518 * gdb.reverse/i386-precsave.exp
9519 * gdb.reverse/machinestate-precsave.exp
9520 * gdb.reverse/sigall-precsave.exp
9521 * gdb.reverse/solib-precsave.exp
9522 * gdb.reverse/step-precsave.exp
9523 * gdb.reverse/until-precsave.exp
9524 * gdb.reverse/watch-precsave.exp
9525 * gdb.threads/leader-exit.exp
9526 * gdb.threads/pthreads.exp
9527 * gdb.threads/wp-replication.exp
9528 * gdb.trace/actions.exp
9529 * gdb.trace/mi-tsv-changed.exp
9530 * gdb.trace/tsv.exp
9531
9532 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9533
9534 Fix test names starting with uppercase throughout the files.
9535
9536 * gdb.arch/i386-bp_permanent.exp
9537 * gdb.arch/i386-gnu-cfi.exp
9538 * gdb.base/disasm-end-cu.exp
9539 * gdb.base/macscp.exp
9540 * gdb.base/pending.exp
9541 * gdb.base/watch_thread_num.exp
9542 * gdb.cp/exception.exp
9543 * gdb.cp/gdb2495.exp
9544 * gdb.cp/local.exp
9545 * gdb.python/py-evsignal.exp
9546 * gdb.python/python.exp
9547 * gdb.trace/tracecmd.exp
9548
9549 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9550
9551 Fix test names starting with uppercase throughout the files.
9552
9553 * gdb.base/charset.exp
9554 * gdb.base/eval.exp
9555 * gdb.base/multi-forks.exp
9556 * gdb.guile/scm-progspace.exp
9557 * gdb.opencl/datatypes.exp
9558 * gdb.python/py-block.exp
9559 * gdb.python/py-function.exp
9560 * gdb.python/py-symbol.exp
9561 * gdb.python/py-symtab.exp
9562 * gdb.python/py-xmethods.exp
9563 * gdb.reverse/break-precsave.exp
9564 * gdb.reverse/break-reverse.exp
9565 * gdb.reverse/consecutive-precsave.exp
9566 * gdb.reverse/consecutive-reverse.exp
9567 * gdb.reverse/finish-precsave.exp
9568 * gdb.reverse/finish-reverse-bkpt.exp
9569 * gdb.reverse/finish-reverse.exp
9570 * gdb.reverse/fstatat-reverse.exp
9571 * gdb.reverse/getresuid-reverse.exp
9572 * gdb.reverse/i386-precsave.exp
9573 * gdb.reverse/i386-reverse.exp
9574 * gdb.reverse/i386-sse-reverse.exp
9575 * gdb.reverse/i387-stack-reverse.exp
9576 * gdb.reverse/insn-reverse.exp
9577 * gdb.reverse/machinestate-precsave.exp
9578 * gdb.reverse/machinestate.exp
9579 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9580 * gdb.reverse/pipe-reverse.exp
9581 * gdb.reverse/readv-reverse.exp
9582 * gdb.reverse/recvmsg-reverse.exp
9583 * gdb.reverse/rerun-prec.exp
9584 * gdb.reverse/s390-mvcle.exp
9585 * gdb.reverse/sigall-precsave.exp
9586 * gdb.reverse/sigall-reverse.exp
9587 * gdb.reverse/solib-precsave.exp
9588 * gdb.reverse/solib-reverse.exp
9589 * gdb.reverse/step-precsave.exp
9590 * gdb.reverse/step-reverse.exp
9591 * gdb.reverse/time-reverse.exp
9592 * gdb.reverse/until-precsave.exp
9593 * gdb.reverse/until-reverse.exp
9594 * gdb.reverse/waitpid-reverse.exp
9595 * gdb.reverse/watch-precsave.exp
9596 * gdb.reverse/watch-reverse.exp
9597
9598 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9599
9600 Fix test names starting with uppercase throughout the files.
9601
9602 * gdb.arch/i386-mpx-simple_segv.exp
9603 * gdb.arch/i386-mpx.exp
9604 * gdb.arch/i386-permbkpt.exp
9605 * gdb.arch/pa-nullify.exp
9606 * gdb.arch/powerpc-d128-regs.exp
9607 * gdb.arch/vsx-regs.exp
9608 * gdb.base/bfp-test.exp
9609 * gdb.base/break.exp
9610 * gdb.base/breakpoint-shadow.exp
9611 * gdb.base/callfuncs.exp
9612 * gdb.base/charset.exp
9613 * gdb.base/commands.exp
9614 * gdb.base/completion.exp
9615 * gdb.base/dfp-test.exp
9616 * gdb.base/echo.exp
9617 * gdb.base/ending-run.exp
9618 * gdb.base/eval.exp
9619 * gdb.base/expand-psymtabs.exp
9620 * gdb.base/float128.exp
9621 * gdb.base/floatn.exp
9622 * gdb.base/foll-exec-mode.exp
9623 * gdb.base/gdb1056.exp
9624 * gdb.base/gdb11531.exp
9625 * gdb.base/kill-after-signal.exp
9626 * gdb.base/multi-forks.exp
9627 * gdb.base/overlays.exp
9628 * gdb.base/pending.exp
9629 * gdb.base/sepdebug.exp
9630 * gdb.base/testenv.exp
9631 * gdb.base/valgrind-db-attach.exp
9632 * gdb.base/watch_thread_num.exp
9633 * gdb.base/watchpoint-cond-gone.exp
9634 * gdb.base/watchpoint.exp
9635 * gdb.base/watchpoints.exp
9636 * gdb.cp/arg-reference.exp
9637 * gdb.cp/baseenum.exp
9638 * gdb.cp/operator.exp
9639 * gdb.cp/shadow.exp
9640 * gdb.dwarf2/dw2-op-out-param.exp
9641 * gdb.dwarf2/dw2-reg-undefined.exp
9642 * gdb.go/chan.exp
9643 * gdb.go/hello.exp
9644 * gdb.go/integers.exp
9645 * gdb.go/methods.exp
9646 * gdb.go/package.exp
9647 * gdb.guile/scm-parameter.exp
9648 * gdb.guile/scm-progspace.exp
9649 * gdb.guile/scm-value.exp
9650 * gdb.mi/mi-pending.exp
9651 * gdb.mi/user-selected-context-sync.exp
9652 * gdb.multi/multi-attach.exp
9653 * gdb.multi/tids.exp
9654 * gdb.opt/clobbered-registers-O2.exp
9655 * gdb.pascal/floats.exp
9656 * gdb.pascal/integers.exp
9657 * gdb.python/py-block.exp
9658 * gdb.python/py-events.exp
9659 * gdb.python/py-parameter.exp
9660 * gdb.python/py-symbol.exp
9661 * gdb.python/py-symtab.exp
9662 * gdb.python/py-type.exp
9663 * gdb.python/py-value.exp
9664 * gdb.python/py-xmethods.exp
9665 * gdb.python/python.exp
9666 * gdb.reverse/break-precsave.exp
9667 * gdb.reverse/consecutive-precsave.exp
9668 * gdb.reverse/finish-precsave.exp
9669 * gdb.reverse/i386-precsave.exp
9670 * gdb.reverse/machinestate-precsave.exp
9671 * gdb.reverse/sigall-precsave.exp
9672 * gdb.reverse/solib-precsave.exp
9673 * gdb.reverse/step-precsave.exp
9674 * gdb.reverse/until-precsave.exp
9675 * gdb.reverse/watch-precsave.exp
9676 * gdb.server/ext-attach.exp
9677 * gdb.server/ext-restart.exp
9678 * gdb.server/ext-run.exp
9679 * gdb.server/ext-wrapper.exp
9680 * gdb.stabs/gdb11479.exp
9681 * gdb.stabs/weird.exp
9682 * gdb.threads/attach-many-short-lived-threads.exp
9683 * gdb.threads/kill.exp
9684 * gdb.threads/watchpoint-fork.exp
9685
9686 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9687
9688 Fix test names starting with uppercase throughout all the files below.
9689
9690 * gdb.ada/array_return.exp
9691 * gdb.ada/catch_ex.exp
9692 * gdb.ada/info_exc.exp
9693 * gdb.ada/mi_catch_ex.exp
9694 * gdb.ada/mi_dyn_arr.exp
9695 * gdb.ada/mi_ex_cond.exp
9696 * gdb.ada/mi_exc_info.exp
9697 * gdb.ada/mi_interface.exp
9698 * gdb.ada/mi_task_arg.exp
9699 * gdb.ada/mi_task_info.exp
9700 * gdb.ada/mi_var_array.exp
9701 * gdb.arch/alpha-step.exp
9702 * gdb.arch/amd64-disp-step.exp
9703 * gdb.arch/arm-disp-step.exp
9704 * gdb.arch/disp-step-insn-reloc.exp
9705 * gdb.arch/e500-prologue.exp
9706 * gdb.arch/ftrace-insn-reloc.exp
9707 * gdb.arch/gdb1558.exp
9708 * gdb.arch/i386-bp_permanent.exp
9709 * gdb.arch/i386-disp-step.exp
9710 * gdb.arch/i386-float.exp
9711 * gdb.arch/i386-gnu-cfi.exp
9712 * gdb.arch/ia64-breakpoint-shadow.exp
9713 * gdb.arch/mips16-thunks.exp
9714 * gdb.arch/pa-nullify.exp
9715 * gdb.arch/powerpc-aix-prologue.exp
9716 * gdb.arch/powerpc-power.exp
9717 * gdb.arch/ppc-dfp.exp
9718 * gdb.arch/s390-tdbregs.exp
9719 * gdb.arch/spu-info.exp
9720 * gdb.arch/spu-ls.exp
9721 * gdb.arch/thumb-bx-pc.exp
9722 * gdb.base/advance.exp
9723 * gdb.base/annota-input-while-running.exp
9724 * gdb.base/arrayidx.exp
9725 * gdb.base/asmlabel.exp
9726 * gdb.base/async.exp
9727 * gdb.base/attach-wait-input.exp
9728 * gdb.base/auto-connect-native-target.exp
9729 * gdb.base/batch-preserve-term-settings.exp
9730 * gdb.base/bfp-test.exp
9731 * gdb.base/bigcore.exp
9732 * gdb.base/bp-permanent.exp
9733 * gdb.base/break-always.exp
9734 * gdb.base/break-fun-addr.exp
9735 * gdb.base/break-idempotent.exp
9736 * gdb.base/break-main-file-remove-fail.exp
9737 * gdb.base/break-probes.exp
9738 * gdb.base/break-unload-file.exp
9739 * gdb.base/break.exp
9740 * gdb.base/call-ar-st.exp
9741 * gdb.base/call-rt-st.exp
9742 * gdb.base/call-sc.exp
9743 * gdb.base/call-signal-resume.exp
9744 * gdb.base/call-strs.exp
9745 * gdb.base/callexit.exp
9746 * gdb.base/callfuncs.exp
9747 * gdb.base/catch-gdb-caused-signals.exp
9748 * gdb.base/catch-signal-siginfo-cond.exp
9749 * gdb.base/catch-syscall.exp
9750 * gdb.base/compare-sections.exp
9751 * gdb.base/cond-eval-mode.exp
9752 * gdb.base/condbreak-call-false.exp
9753 * gdb.base/consecutive-step-over.exp
9754 * gdb.base/cursal.exp
9755 * gdb.base/disabled-location.exp
9756 * gdb.base/disasm-end-cu.exp
9757 * gdb.base/display.exp
9758 * gdb.base/double-prompt-target-event-error.exp
9759 * gdb.base/dprintf-bp-same-addr.exp
9760 * gdb.base/dprintf-detach.exp
9761 * gdb.base/dprintf-next.exp
9762 * gdb.base/dprintf-non-stop.exp
9763 * gdb.base/dprintf-pending.exp
9764 * gdb.base/dso2dso.exp
9765 * gdb.base/ending-run.exp
9766 * gdb.base/enum_cond.exp
9767 * gdb.base/examine-backward.exp
9768 * gdb.base/exe-lock.exp
9769 * gdb.base/exec-invalid-sysroot.exp
9770 * gdb.base/execl-update-breakpoints.exp
9771 * gdb.base/execution-termios.exp
9772 * gdb.base/fileio.exp
9773 * gdb.base/fixsection.exp
9774 * gdb.base/foll-exec-mode.exp
9775 * gdb.base/foll-exec.exp
9776 * gdb.base/fork-running-state.exp
9777 * gdb.base/frame-args.exp
9778 * gdb.base/fullpath-expand.exp
9779 * gdb.base/func-ptr.exp
9780 * gdb.base/gcore-relro-pie.exp
9781 * gdb.base/gdb1090.exp
9782 * gdb.base/gdb1555.exp
9783 * gdb.base/global-var-nested-by-dso.exp
9784 * gdb.base/gnu-ifunc.exp
9785 * gdb.base/hbreak-in-shr-unsupported.exp
9786 * gdb.base/hbreak-unmapped.exp
9787 * gdb.base/hook-stop.exp
9788 * gdb.base/infcall-input.exp
9789 * gdb.base/info-fun.exp
9790 * gdb.base/info-shared.exp
9791 * gdb.base/interrupt-noterm.exp
9792 * gdb.base/jit-so.exp
9793 * gdb.base/jit.exp
9794 * gdb.base/line-symtabs.exp
9795 * gdb.base/list.exp
9796 * gdb.base/longjmp.exp
9797 * gdb.base/macscp.exp
9798 * gdb.base/max-value-size.exp
9799 * gdb.base/nodebug.exp
9800 * gdb.base/nofield.exp
9801 * gdb.base/overlays.exp
9802 * gdb.base/paginate-after-ctrl-c-running.exp
9803 * gdb.base/paginate-bg-execution.exp
9804 * gdb.base/paginate-inferior-exit.exp
9805 * gdb.base/pending.exp
9806 * gdb.base/pr11022.exp
9807 * gdb.base/printcmds.exp
9808 * gdb.base/ptr-typedef.exp
9809 * gdb.base/ptype.exp
9810 * gdb.base/randomize.exp
9811 * gdb.base/range-stepping.exp
9812 * gdb.base/realname-expand.exp
9813 * gdb.base/relativedebug.exp
9814 * gdb.base/remote.exp
9815 * gdb.base/savedregs.exp
9816 * gdb.base/sepdebug.exp
9817 * gdb.base/set-noassign.exp
9818 * gdb.base/shlib-call.exp
9819 * gdb.base/shreloc.exp
9820 * gdb.base/sigaltstack.exp
9821 * gdb.base/sigbpt.exp
9822 * gdb.base/siginfo-addr.exp
9823 * gdb.base/siginfo-obj.exp
9824 * gdb.base/siginfo-thread.exp
9825 * gdb.base/signest.exp
9826 * gdb.base/signull.exp
9827 * gdb.base/sigrepeat.exp
9828 * gdb.base/skip.exp
9829 * gdb.base/so-impl-ld.exp
9830 * gdb.base/solib-corrupted.exp
9831 * gdb.base/solib-disc.exp
9832 * gdb.base/solib-display.exp
9833 * gdb.base/solib-overlap.exp
9834 * gdb.base/solib-search.exp
9835 * gdb.base/solib-symbol.exp
9836 * gdb.base/source-execution.exp
9837 * gdb.base/sss-bp-on-user-bp-2.exp
9838 * gdb.base/sss-bp-on-user-bp.exp
9839 * gdb.base/stack-checking.exp
9840 * gdb.base/stale-infcall.exp
9841 * gdb.base/step-break.exp
9842 * gdb.base/step-line.exp
9843 * gdb.base/step-over-exit.exp
9844 * gdb.base/step-test.exp
9845 * gdb.base/structs.exp
9846 * gdb.base/sym-file.exp
9847 * gdb.base/symtab-search-order.exp
9848 * gdb.base/term.exp
9849 * gdb.base/type-opaque.exp
9850 * gdb.base/unload.exp
9851 * gdb.base/until-nodebug.exp
9852 * gdb.base/until.exp
9853 * gdb.base/unwindonsignal.exp
9854 * gdb.base/watch-cond.exp
9855 * gdb.base/watch-non-mem.exp
9856 * gdb.base/watch_thread_num.exp
9857 * gdb.base/watchpoint-reuse-slot.exp
9858 * gdb.base/watchpoint-solib.exp
9859 * gdb.base/watchpoint.exp
9860 * gdb.btrace/dlopen.exp
9861 * gdb.cell/arch.exp
9862 * gdb.cell/break.exp
9863 * gdb.cell/bt.exp
9864 * gdb.cell/core.exp
9865 * gdb.cell/data.exp
9866 * gdb.cell/dwarfaddr.exp
9867 * gdb.cell/ea-cache.exp
9868 * gdb.cell/ea-standalone.exp
9869 * gdb.cell/ea-test.exp
9870 * gdb.cell/f-regs.exp
9871 * gdb.cell/fork.exp
9872 * gdb.cell/gcore.exp
9873 * gdb.cell/mem-access.exp
9874 * gdb.cell/ptype.exp
9875 * gdb.cell/registers.exp
9876 * gdb.cell/sizeof.exp
9877 * gdb.cell/solib-symbol.exp
9878 * gdb.cell/solib.exp
9879 * gdb.compile/compile-tls.exp
9880 * gdb.cp/exception.exp
9881 * gdb.cp/gdb2495.exp
9882 * gdb.cp/local.exp
9883 * gdb.cp/mb-inline.exp
9884 * gdb.cp/mb-templates.exp
9885 * gdb.cp/pr10687.exp
9886 * gdb.cp/pr9167.exp
9887 * gdb.cp/scope-err.exp
9888 * gdb.cp/templates.exp
9889 * gdb.cp/virtfunc.exp
9890 * gdb.dwarf2/dw2-dir-file-name.exp
9891 * gdb.dwarf2/dw2-single-line-discriminators.exp
9892 * gdb.fortran/complex.exp
9893 * gdb.fortran/library-module.exp
9894 * gdb.guile/guile.exp
9895 * gdb.guile/scm-cmd.exp
9896 * gdb.guile/scm-frame-inline.exp
9897 * gdb.guile/scm-objfile.exp
9898 * gdb.guile/scm-pretty-print.exp
9899 * gdb.guile/scm-symbol.exp
9900 * gdb.guile/scm-type.exp
9901 * gdb.guile/scm-value.exp
9902 * gdb.linespec/keywords.exp
9903 * gdb.linespec/ls-errs.exp
9904 * gdb.linespec/macro-relative.exp
9905 * gdb.linespec/thread.exp
9906 * gdb.mi/mi-breakpoint-changed.exp
9907 * gdb.mi/mi-dprintf-pending.exp
9908 * gdb.mi/mi-fullname-deleted.exp
9909 * gdb.mi/mi-logging.exp
9910 * gdb.mi/mi-pending.exp
9911 * gdb.mi/mi-solib.exp
9912 * gdb.mi/new-ui-mi-sync.exp
9913 * gdb.mi/user-selected-context-sync.exp
9914 * gdb.multi/dummy-frame-restore.exp
9915 * gdb.multi/multi-arch-exec.exp
9916 * gdb.multi/remove-inferiors.exp
9917 * gdb.multi/watchpoint-multi-exit.exp
9918 * gdb.opt/solib-intra-step.exp
9919 * gdb.perf/backtrace.exp
9920 * gdb.perf/single-step.exp
9921 * gdb.perf/skip-command.exp
9922 * gdb.perf/skip-prologue.exp
9923 * gdb.perf/solib.exp
9924 * gdb.python/lib-types.exp
9925 * gdb.python/py-as-string.exp
9926 * gdb.python/py-bad-printers.exp
9927 * gdb.python/py-block.exp
9928 * gdb.python/py-breakpoint.exp
9929 * gdb.python/py-cmd.exp
9930 * gdb.python/py-events.exp
9931 * gdb.python/py-evthreads.exp
9932 * gdb.python/py-finish-breakpoint.exp
9933 * gdb.python/py-finish-breakpoint2.exp
9934 * gdb.python/py-frame-inline.exp
9935 * gdb.python/py-frame.exp
9936 * gdb.python/py-inferior.exp
9937 * gdb.python/py-infthread.exp
9938 * gdb.python/py-mi.exp
9939 * gdb.python/py-objfile.exp
9940 * gdb.python/py-pp-maint.exp
9941 * gdb.python/py-pp-registration.exp
9942 * gdb.python/py-prettyprint.exp
9943 * gdb.python/py-recurse-unwind.exp
9944 * gdb.python/py-shared.exp
9945 * gdb.python/py-symbol.exp
9946 * gdb.python/py-symtab.exp
9947 * gdb.python/py-template.exp
9948 * gdb.python/py-type.exp
9949 * gdb.python/py-unwind-maint.exp
9950 * gdb.python/py-unwind.exp
9951 * gdb.python/py-value.exp
9952 * gdb.python/python.exp
9953 * gdb.reverse/finish-reverse-bkpt.exp
9954 * gdb.reverse/insn-reverse.exp
9955 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9956 * gdb.reverse/solib-precsave.exp
9957 * gdb.reverse/solib-reverse.exp
9958 * gdb.stabs/gdb11479.exp
9959 * gdb.stabs/weird.exp
9960 * gdb.threads/fork-child-threads.exp
9961 * gdb.threads/fork-plus-threads.exp
9962 * gdb.threads/fork-thread-pending.exp
9963 * gdb.threads/forking-threads-plus-breakpoint.exp
9964 * gdb.threads/hand-call-in-threads.exp
9965 * gdb.threads/interrupted-hand-call.exp
9966 * gdb.threads/linux-dp.exp
9967 * gdb.threads/local-watch-wrong-thread.exp
9968 * gdb.threads/next-while-other-thread-longjmps.exp
9969 * gdb.threads/non-ldr-exit.exp
9970 * gdb.threads/pending-step.exp
9971 * gdb.threads/print-threads.exp
9972 * gdb.threads/process-dies-while-detaching.exp
9973 * gdb.threads/process-dies-while-handling-bp.exp
9974 * gdb.threads/pthreads.exp
9975 * gdb.threads/queue-signal.exp
9976 * gdb.threads/reconnect-signal.exp
9977 * gdb.threads/signal-command-handle-nopass.exp
9978 * gdb.threads/signal-command-multiple-signals-pending.exp
9979 * gdb.threads/signal-delivered-right-thread.exp
9980 * gdb.threads/signal-sigtrap.exp
9981 * gdb.threads/sigthread.exp
9982 * gdb.threads/staticthreads.exp
9983 * gdb.threads/stepi-random-signal.exp
9984 * gdb.threads/thread-unwindonsignal.exp
9985 * gdb.threads/thread_check.exp
9986 * gdb.threads/thread_events.exp
9987 * gdb.threads/tid-reuse.exp
9988 * gdb.threads/tls-nodebug.exp
9989 * gdb.threads/tls-shared.exp
9990 * gdb.threads/tls-so_extern.exp
9991 * gdb.threads/tls.exp
9992 * gdb.threads/wp-replication.exp
9993 * gdb.trace/actions-changed.exp
9994 * gdb.trace/actions.exp
9995 * gdb.trace/backtrace.exp
9996 * gdb.trace/change-loc.exp
9997 * gdb.trace/collection.exp
9998 * gdb.trace/deltrace.exp
9999 * gdb.trace/disconnected-tracing.exp
10000 * gdb.trace/entry-values.exp
10001 * gdb.trace/ftrace-lock.exp
10002 * gdb.trace/ftrace.exp
10003 * gdb.trace/infotrace.exp
10004 * gdb.trace/mi-trace-frame-collected.exp
10005 * gdb.trace/mi-trace-unavailable.exp
10006 * gdb.trace/mi-traceframe-changed.exp
10007 * gdb.trace/mi-tracepoint-changed.exp
10008 * gdb.trace/mi-tsv-changed.exp
10009 * gdb.trace/no-attach-trace.exp
10010 * gdb.trace/packetlen.exp
10011 * gdb.trace/passc-dyn.exp
10012 * gdb.trace/passcount.exp
10013 * gdb.trace/pending.exp
10014 * gdb.trace/pr16508.exp
10015 * gdb.trace/qtro.exp
10016 * gdb.trace/range-stepping.exp
10017 * gdb.trace/read-memory.exp
10018 * gdb.trace/report.exp
10019 * gdb.trace/save-trace.exp
10020 * gdb.trace/signal.exp
10021 * gdb.trace/stap-trace.exp
10022 * gdb.trace/status-stop.exp
10023 * gdb.trace/strace.exp
10024 * gdb.trace/tfile.exp
10025 * gdb.trace/tfind.exp
10026 * gdb.trace/trace-break.exp
10027 * gdb.trace/trace-condition.exp
10028 * gdb.trace/trace-enable-disable.exp
10029 * gdb.trace/trace-mt.exp
10030 * gdb.trace/tracecmd.exp
10031 * gdb.trace/tracefile-pseudo-reg.exp
10032 * gdb.trace/tspeed.exp
10033 * gdb.trace/tstatus.exp
10034 * gdb.trace/tsv.exp
10035 * gdb.trace/unavailable.exp
10036 * gdb.trace/while-dyn.exp
10037 * gdb.trace/while-stepping.exp
10038 * lib/gdb-guile.exp
10039 * lib/gdb.exp
10040 * lib/mi-support.exp
10041 * lib/pascal.exp
10042 * lib/perftest.exp
10043 * lib/prelink-support.exp
10044 * lib/selftest-support.exp
10045
10046 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10047
10048 * Makefile.in: Include disable-implicit-rules.mk.
10049
10050 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10051
10052 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10053 non-byte-aligned bit fields.
10054
10055 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10056
10057 PR gdb/12616
10058 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10059 respects the DW_AT_data_bit_offset attribute.
10060
10061 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10062
10063 * gdb.base/default.exp: Fix output of "set language".
10064
10065 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10066
10067 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10068 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10069 make.
10070 * configure.ac: Remove checks for the make program.
10071 * configure: Re-generate.
10072
10073 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10074
10075 * gdb.python/py-recurse-unwind.c (main): Add loop.
10076 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10077 to read_register() and gdb.parse_and_eval(). Make each code
10078 call a separate case that can be individually tested.
10079 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10080 proc. Call cont_and_backtrace for each of the code paths that
10081 we want to test in the unwinder.
10082
10083 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10084
10085 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10086 the definition of struct S.
10087
10088 2016-11-11 Catherine Moore <clm@codesourcery.com>
10089
10090 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10091
10092 2016-11-09 Pedro Alves <palves@redhat.com>
10093
10094 * gdb.base/commands.exp (runto_or_return): New procedure.
10095 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10096 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10097 (progvar_simple_while_test, progvar_complex_if_while_test)
10098 (if_while_breakpoint_command_test)
10099 (infrun_breakpoint_command_test, breakpoint_command_test)
10100 (user_defined_command_test, watchpoint_command_test)
10101 (test_command_prompt_position, redefine_hook_test)
10102 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10103 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10104 multi_line_input and multi_line. Remove gdb_expect and
10105 gdb_stop_suppressing_tests uses.
10106 * lib/gdb.exp (valnum_re): New global.
10107 (multi_line_input): New procedure.
10108
10109 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10110
10111 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10112 Remove.
10113 (test_setup): Define with proc_with_prefix.
10114 (test_cli_inferior): Likewise.
10115 (test_cli_thread): Likewise.
10116 (test_cli_frame): Likewise.
10117 (test_cli_select_frame): Likewise.
10118 (test_cli_up_down): Likewise.
10119 (test_mi_thread_select): Likewise.
10120 (test_mi_stack_select_frame): Likewise.
10121 (test_cli_in_mi_inferior): Likewise.
10122 (test_cli_in_mi_thread): Likewise.
10123 (test_cli_in_mi_frame): Likewise.
10124 (top level): Do not use with_test_prefix_procname.
10125
10126 2016-11-09 Pedro Alves <palves@redhat.com>
10127
10128 * gdb.base/commands.exp (gdbvar_simple_if_test)
10129 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10130 (progvar_simple_if_test, progvar_simple_while_test)
10131 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10132 (infrun_breakpoint_command_test, breakpoint_command_test)
10133 (user_defined_command_test, watchpoint_command_test)
10134 (test_command_prompt_position, deprecated_command_test)
10135 (bp_deleted_in_command, temporary_breakpoint_commands)
10136 (stray_arg0_test, source_file_with_indented_comment)
10137 (recursive_source_test, if_commands_test)
10138 (error_clears_commands_left, redefine_hook_test)
10139 (redefine_backtrace_test): Use proc_with_prefix.
10140 * lib/gdb.exp (proc_with_prefix): New proc.
10141
10142 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10143
10144 * gdb.base/tui-layout.c: New file.
10145 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10146 disassembly window contains very long lines.
10147
10148 2016-11-08 Tom Tromey <tom@tromey.com>
10149
10150 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10151 depend on Python 2.
10152
10153 2016-11-08 Tom Tromey <tom@tromey.com>
10154
10155 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10156 New method.
10157
10158 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10159
10160 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10161
10162 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10163
10164 * gdb.rust/simple.rs: Add test for univariant enums without
10165 discriminants and for encoded struct-like enums.
10166
10167 2016-10-28 Pedro Alves <palves@redhat.com>
10168
10169 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10170 gdb_test_multiple, tighten regexps and match symtabs and line
10171 tables incrementally.
10172
10173 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10174
10175 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10176 general.
10177
10178 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10179
10180 * gdb.base/exec-invalid-sysroot.exp: New file.
10181
10182 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10183
10184 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10185
10186 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10187
10188 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10189
10190 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10191
10192 * gdb.base/killed-outside.exp: Remove $options from a call to
10193 `prepare_for_testing'.
10194
10195 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10196
10197 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10198 Change test message.
10199
10200 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10201
10202 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10203 Update comment.
10204
10205 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10206
10207 * gdb.trace/mi-trace-save.exp: New file.
10208
10209 2016-10-13 Yao Qi <yao.qi@linaro.org>
10210
10211 * gdb.base/code_elim.exp (get_var_address): Remove.
10212 * gdb.base/relocate.exp: Likewise.
10213 * gdb.base/shreloc.exp: Likewise.
10214 * lib/gdb.exp (get_var_address): New.
10215
10216 2016-10-13 Yao Qi <yao.qi@linaro.org>
10217
10218 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10219 floating point tests if $skip_float_test is false.
10220
10221 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10222
10223 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10224 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10225 argc values.
10226 Add 1 to argc so we guarantee distinct initial/modified argc values.
10227
10228 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10229
10230 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10231
10232 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10233
10234 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10235 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10236 * gdb.arch/vsx-regs.exp: Likewise.
10237
10238 2016-10-07 Yao Qi <yao.qi@linaro.org>
10239
10240 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10241
10242 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10243
10244 * gdb.python/python.exp: Test decode_line("*0").
10245
10246 2016-10-06 Doug Evans <dje@google.com>
10247
10248 * gdb.python/py-value.exp (test_value_creation): Add test for large
10249 unsigned 64-bit value.
10250
10251 2016-10-06 Tom Tromey <tom@tromey.com>
10252
10253 * gdb.compile/compile.exp: Change java tests to rust.
10254 * gdb.base/setshow.exp: Change java tests to rust.
10255 * gdb.base/default.exp: Remove java from language list.
10256 * README (Examples): Update language example.
10257 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10258 test.
10259 * lib/gdb.exp (skip_java_tests): Remove.
10260 * lib/java.exp: Remove.
10261 * gdb.java: Remove.
10262
10263 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10264
10265 * gdb.arch/mips-fcr.exp: New test.
10266 * gdb.arch/mips-fcr.c: Source for the new test.
10267
10268 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10269
10270 * gdb.base/solib-disc.exp: Use `standard_output_file'
10271 throughout.
10272
10273 2016-10-06 Pedro Alves <palves@redhat.com>
10274
10275 * gdb.base/jit-simple-dl.c: New file.
10276 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10277 * gdb.base/jit-simple.c: ... this.
10278 * gdb.base/jit-simple.exp (jit_run): Delete.
10279 (build_jit): New proc.
10280 (jit_test_reread): Recompile either the main program or the shared
10281 library, depending on what is being tested. Skip changing address
10282 if caller wants to. Compare before/after addresses. If testing
10283 standalone, explicitly load the binary. Test "maint info
10284 breakpoints".
10285 (top level): Add "standalone vs shared lib" and "change address"
10286 vs "same address" axes.
10287
10288 2016-10-06 Pedro Alves <palves@redhat.com>
10289
10290 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10291 call.
10292 (jit_run): Delete.
10293 (jit_test_reread): Use with_test_prefix. Reload the main binary
10294 explicitly. Compare the before/after addresses of the JIT
10295 descriptor.
10296
10297 2016-08-15 Doug Evans <dje@google.com>
10298
10299 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10300 for single bitfields is bool.
10301 * gdb.xml/tdesc-regs.exp: Ditto.
10302
10303 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10304
10305 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10306
10307 2016-10-05 Yao Qi <yao.qi@linaro.org>
10308
10309 * lib/gdb.exp (support_complex_tests): Return zero if
10310 gdb_skip_float_test return true.
10311
10312 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10313 Simon Marchi <simon.marchi@ericsson.com>
10314
10315 PR gdb/20487
10316 * gdb.mi/user-selected-context-sync.exp: New file.
10317 * gdb.mi/user-selected-context-sync.c: New file.
10318
10319 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10320 Simon Marchi <simon.marchi@ericsson.com>
10321
10322 PR gdb/20487
10323 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10324 =thread-select-event check.
10325
10326 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10327
10328 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10329 the compulsory L operand changes.
10330 * gdb.arch/powerpc-power.s: Likewise.
10331
10332 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10333
10334 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10335 * gdb.base/jit-attach-pie.c: New file.
10336 * gdb.base/jit-attach-pie.exp: New file.
10337
10338 2016-09-28 Pedro Alves <palves@redhat.com>
10339
10340 * gdb.base/infcall-input.c: New file.
10341 * gdb.base/infcall-input.exp: New file.
10342
10343 2016-09-22 Yao Qi <yao.qi@linaro.org>
10344
10345 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10346 (gdb_exit): Rename it to ...
10347 (gdbserver_gdb_exit): ... Close GDBserver.
10348 (gdb_exit): New proc, call gdbserver_gdb_exit.
10349 (mi_gdb_exit): Likewise.
10350
10351 2016-09-22 Yao Qi <yao.qi@linaro.org>
10352
10353 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10354 path.
10355 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10356 Remove duplication.
10357
10358 2016-09-22 Yao Qi <yao.qi@linaro.org>
10359
10360 * lib/gdbserver-support.exp: Check the existence of
10361 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10362
10363 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10364
10365 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10366
10367 2016-09-21 Tom Tromey <tom@tromey.com>
10368
10369 PR gdb/20604:
10370 * gdb.base/quit.exp: New file.
10371
10372 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10373
10374 * .gitignore: New file.
10375
10376 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10377
10378 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10379 throughout.
10380
10381 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10382
10383 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10384
10385 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10386
10387 * gdb.cp/casts.cc (decltype): Move it ...
10388 (main): ... with its call to ...
10389 * gdb.cp/casts03.cc: ... a new file.
10390 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10391
10392 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10393
10394 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10395
10396 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10397
10398 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10399 and sync up the test with tests in gas/testsuite/gas/ppc.
10400 * gdb.arch/powerpc-power.exp: Likewise.
10401
10402 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10403
10404 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10405
10406 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10407 Jan Kratochvil <jan.kratochvil@redhat.com>
10408
10409 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10410 make m1's definition to be different from m2's. Use 'dummy' as an
10411 argument for probe 'two'.
10412
10413 2016-09-10 Jon Beniston <jon@beniston.com>
10414
10415 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10416 for sim target.
10417
10418 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10419
10420 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10421 variable declaration.
10422 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10423 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10424 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10425 received HWCAP as its argument.
10426
10427 2016-09-06 Pedro Alves <palves@redhat.com>
10428
10429 * gdb.base/new-ui-pending-input.c: New file.
10430 * gdb.base/new-ui-pending-input.exp: New file.
10431 * gdb.exp (clear_gdb_spawn_id): New procedure.
10432 (with_spawn_id): Check whether gdb_spawn_id exists before
10433 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10434 on exit.
10435
10436 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10437
10438 * gdb.base/float128.c: New file.
10439 * gdb.base/float128.exp: Likewise.
10440 * gdb.base/floatn.c: Likewise.
10441 * gdb.base/floatn.exp: Likewise.
10442
10443 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10444
10445 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10446
10447 2016-09-05 Pedro Alves <palves@redhat.com>
10448
10449 PR backtrace/19927
10450 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10451 unwinders are immediately called as side effect of "source" or
10452 "disable unwinder" commands.
10453 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10454
10455 2016-09-02 Yao Qi <yao.qi@linaro.org>
10456
10457 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10458 is true and $type is "float" or "double".
10459
10460 2016-09-02 Yao Qi <yao.qi@linaro.org>
10461
10462 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10463 true.
10464 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10465 * gdb.base/call-rt-st.exp: Likewise.
10466 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10467 return value instead of gdb,skip_float_test.
10468 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10469 (do_function_calls): Use its return value instead of
10470 gdb,skip_float_test.
10471 * gdb.base/finish.exp: Likewise.
10472 * gdb.base/funcargs.exp: Likewise.
10473 * gdb.base/return.exp: Likewise.
10474 * gdb.base/return2.exp: Likewise.
10475 * gdb.base/varargs.exp: Likewise.
10476 * lib/gdb.exp (gdb_skip_float_test): Change it to
10477 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10478
10479 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10480
10481 * gdb.multi/tids.exp: Test "thread apply all".
10482
10483 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10484
10485 * gdb.base/default.exp (tty): Remove.
10486
10487 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10488
10489 * gdb.python/py-recurse-unwind.c: New file.
10490 * gdb.python/py-recurse-unwind.py: New file.
10491 * gdb.python/py-recurse-unwind.exp: New file.
10492
10493 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10494
10495 * gdb.base/set-inferior-tty.exp: New file.
10496 * gdb.base/set-inferior-tty.c: New file.
10497
10498 2016-08-23 Pedro Alves <palves@redhat.com>
10499
10500 PR gdb/20494
10501 * gdb.base/new-ui-echo.c: New file.
10502 * gdb.base/new-ui-echo.exp: New file.
10503
10504 2016-08-23 Yao Qi <yao.qi@linaro.org>
10505
10506 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10507 gdbserver_spawn.
10508 * gdb.server/connect-without-multi-process.exp (do_test):
10509 Likewise.
10510
10511 2016-08-23 Yao Qi <yao.qi@linaro.org>
10512
10513 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10514 standalone_txt. Delete gdb_txt and standalone_txt on host
10515 and target. Spawn the binary on target. Copy files from
10516 target to host.
10517
10518 2016-08-22 Pedro Alves <palves@redhat.com>
10519
10520 PR gdb/20505
10521 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10522 with_test_prefix. Factor out bits to ...
10523 (test_no_vdso): ... this new procedure.
10524
10525 2016-08-19 Carl Love <cel@us.ibm.com>
10526
10527 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10528 maintaining separate logic for constructing the output path.
10529 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10530 * gdb.arch/ppc-dfp.exp: Likewise.
10531 * gdb.arch/ppc-fp.exp: Likewise.
10532 * gdb.arch/vsx-regs.exp: Likewise.
10533 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10534 binprefix for generating the additional binary files.
10535
10536 2016-08-19 Pedro Alves <palves@redhat.com>
10537
10538 * gdb.trace/mi-trace-frame-collected.exp
10539 (test_trace_frame_collected): On x32, expect two registers.
10540
10541 2016-08-18 Carl Love <cel@us.ibm.com>
10542
10543 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10544 and sync up the test with tests in gas/testsuite/gas/ppc.
10545 * gdb.arch/powerpc-power.exp: Likewise.
10546
10547 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10548
10549 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10550 expected error message.
10551
10552 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10553
10554 * gdb.multi/remove-inferiors.exp: New file.
10555 * gdb.multi/remove-inferiors.c: New file.
10556
10557 2016-08-12 Yao Qi <yao.qi@linaro.org>
10558
10559 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10560 argument list.
10561
10562 2016-08-10 Pedro Alves <palves@redhat.com>
10563
10564 PR gdb/19187
10565 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10566 setup_kfails.
10567
10568 2016-08-09 Pedro Alves <palves@redhat.com>
10569 Simon Marchi <simon.marchi@ericsson.com>
10570
10571 PR gdb/20418
10572 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10573 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10574
10575 2016-08-09 Pedro Alves <palves@redhat.com>
10576
10577 PR mi/20431
10578 * gdb.mi/mi-cmd-error.exp: New file.
10579
10580 2016-08-09 Pedro Alves <palves@redhat.com>
10581
10582 PR gdb/18653
10583 * gdb.base/signals-state-child.c: New file.
10584 * gdb.base/signals-state-child.exp: New file.
10585 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10586
10587 2016-08-09 Pedro Alves <palves@redhat.com>
10588
10589 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10590
10591 2016-08-03 Tom Tromey <tom@tromey.com>
10592
10593 PR python/18565:
10594 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10595
10596 2016-08-01 Yao Qi <yao.qi@linaro.org>
10597
10598 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10599 variable mode to "multi-process" if $multi_process is 1, otherwise
10600 set it to "single-process".
10601
10602 2016-08-01 Yao Qi <yao.qi@linaro.org>
10603
10604 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10605 * gdb.cp/cpexprs.exp: Likewise.
10606 * gdb.cp/m-static.exp: Likewise.
10607
10608 2016-07-26 Tom Tromey <tom@tromey.com>
10609
10610 PR python/20190:
10611 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10612 test.
10613
10614 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10615
10616 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10617 selecting assembly source files.
10618 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10619 assembly source files.
10620 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10621 assembly source files.
10622 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10623 selecting assembly source files.
10624
10625 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10626
10627 * gdb.base/new-ui.exp (do_test_invalid_args): New
10628 procedure.
10629
10630 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10631
10632 * gdb.btrace/reconnect.c: New file.
10633 * gdb.btrace/reconnect.exp: New file.
10634
10635 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10636
10637 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10638 to test_catch_syscall_group.
10639 (test_catch_syscall_group): New.
10640
10641 2016-07-21 Tom Tromey <tom@tromey.com>
10642
10643 * gdb.rust/simple.rs (main): Use empty struct expression.
10644 * gdb.rust/simple.exp: Add tests for empty struct expression.
10645
10646 2016-07-21 Yao Qi <yao.qi@linaro.org>
10647
10648 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10649 if gdb_skip_xml_test is true on some targets.
10650
10651 2016-07-21 Yao Qi <yao.qi@linaro.org>
10652
10653 * gdb.server/solib-list.exp: Unset last_loaded_file.
10654
10655 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10656
10657 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10658 "step into captured_main (args)".
10659
10660 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10661
10662 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10663
10664 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10665
10666 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10667
10668 2016-07-19 Pedro Alves <palves@redhat.com>
10669
10670 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10671 * gdb.opt/inline-bt.exp: Likewise.
10672 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10673 additional_flags=-Winline.
10674 * gdb.opt/inline-locals.exp: Likewise.
10675 * gdb.opt/inline-markers.c (ATTR): Define.
10676 (inlined_fn): Use it.
10677
10678 2016-07-19 Yao Qi <yao.qi@linaro.org>
10679
10680 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10681 (test_with_self): Remove some code. Remove argument executable.
10682 (top-level): Use do_self_tests.
10683
10684 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10685 Don Breazeal <donb@codesourcery.com>
10686
10687 * gdb.base/maint.exp: Escape paths used in regular expressions.
10688 * gdb.stabs/weird.exp: Likewise.
10689
10690 2016-07-13 Tom Tromey <tom@tromey.com>
10691
10692 PR python/15620, PR python/18620:
10693 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10694 (test_bkpt_events): New procs.
10695
10696 2016-07-13 Tom Tromey <tom@tromey.com>
10697
10698 PR python/17698:
10699 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10700 test.
10701 (test_watchpoints): Likewise.
10702 (test_bkpt_pending): New proc.
10703
10704 2016-07-13 Tom Tromey <tom@tromey.com>
10705
10706 PR cli/18053:
10707 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10708 completion test.
10709
10710 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10711
10712 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10713 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10714 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10715 f_label.
10716 (g): Rename g_end_lbl to g_label.
10717 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10718 low_pc and high_pc.
10719 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10720
10721 2016-07-12 Tom Tromey <tom@tromey.com>
10722
10723 PR python/19293:
10724 * gdb.python/py-unwind-maint.exp: Update tests.
10725
10726 2016-07-12 Yao Qi <yao.qi@linaro.org>
10727
10728 * lib/selftest-support.exp (selftest_setup): Match the output
10729 when captured_main is inlined.
10730
10731 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10732
10733 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10734 New variables.
10735 (print this%a, print this%b, print this): New tests.
10736 * gdb.fortran/derived-types.f90 (this): New object and
10737 initialization.
10738
10739 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10740
10741 * gdb.ada/arraydim.exp: Remove extra directory level in build
10742 directory.
10743
10744 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10745
10746 * lib/ada.exp: Remove extra directory level in build directory.
10747 * gdb.ada/cond_lang.exp: Likewise.
10748 * gdb.ada/exec_changed.exp: Likewise.
10749 * gdb.ada/lang_switch.exp: Likewise.
10750
10751 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10752
10753 * simple.rs: Add test for raw pointer subscripting.
10754 * simple.exp: Add test expectations.
10755
10756 2016-07-05 Yao Qi <yao.qi@linaro.org>
10757
10758 * gdb.mi/mi-reverse.exp: Match =record-started output.
10759
10760 2016-07-01 Pedro Alves <palves@redhat.com>
10761
10762 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10763 procedure.
10764 (jit_reader_test): Test the jit reader's unwinder.
10765 * gdb.base/jithost.c (jit_function_00_code): New global.
10766 (main): Use memcpy to fill in the mmapped code, instead of poking
10767 bytes manually here.
10768 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10769 value.
10770 (read_debug_info): Save the function's range.
10771 (read_sp): New function.
10772 (unwind_frame): Use it. Also unwind RBP.
10773 (get_frame_id): Use read_sp.
10774 (gdb_init_reader): Use calloc instead of malloc.
10775 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10776 parameter. Use gdb_test_multiple.
10777
10778 2016-07-01 Pedro Alves <palves@redhat.com>
10779 Antoine Tremblay <antoine.tremblay@ericsson.com>
10780
10781 * gdb.threads/process-dies-while-detaching.c: New file.
10782 * gdb.threads/process-dies-while-detaching.exp: New file.
10783
10784 2016-07-01 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.multi/watchpoint-multi-exit.c: New file.
10787 * gdb.multi/watchpoint-multi-exit.exp: New file.
10788
10789 2016-06-30 Pedro Alves <palves@redhat.com>
10790
10791 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10792 unset inferior_spawn_id.
10793
10794 2016-06-30 Pedro Alves <palves@redhat.com>
10795
10796 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10797 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10798
10799 2016-06-29 Yao Qi <yao.qi@linaro.org>
10800
10801 * gdb.base/return.c: Add copyright header.
10802
10803 2016-06-29 Tom Tromey <tom@tromey.com>
10804
10805 PR python/20129:
10806 * gdb.python/py-framefilter.exp: Add tests for setting priority
10807 and disabling of non-existent frame filter.
10808
10809 2016-06-29 Yao Qi <yao.qi@linaro.org>
10810
10811 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10812 0x0f07ff.
10813
10814 2016-06-28 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10817 triplets. Start gdb, execute catch syscall, and continue. Check
10818 gdb's output to determine catch syscall is supported.
10819
10820 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10821
10822 * gdb.rust/simple.rs: Add test for returning unit in a function.
10823 * gdb.rust/simple.exp: Add expectation for functions returning
10824 unit.
10825
10826 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10827
10828 * gdb.python/py-breakpoint-create-fail.c,
10829 gdb.python/py-breakpoint-create-fail.exp,
10830 gdb.python/py-breakpoint-create-fail.py: New testcase.
10831
10832 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10833
10834 PR gdb/20239
10835 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10836 * gdb.rust/simple.exp: Add test expectations for new NonZero
10837 tests.
10838
10839 2016-06-24 David Taylor <dtaylor@emc.com>
10840
10841 * gdb.base/offsets.exp: New file.
10842 * gdb.base/offsets.c: New file.
10843
10844 2016-06-23 Tom Tromey <tom@tromey.com>
10845
10846 PR gdb/16483:
10847 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10848 before any filters are loaded.
10849
10850 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10851
10852 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10853 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10854 structs.
10855 * gdb.fortran/derived-type-function.exp: New file.
10856 * gdb.fortran/derived-type-function.f90: New file.
10857
10858
10859 2016-06-21 Pedro Alves <palves@redhat.com>
10860
10861 * gdb.base/new-ui.exp: New file.
10862 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10863 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10864 (with_spawn_id): New procedure.
10865
10866 2016-06-21 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.mi/mi-exec-run.exp: New file.
10869
10870 2016-06-21 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10873 breakpoint command's output on the main UI.
10874 (test_break): New procedure, factored out from calls in the top
10875 level.
10876 (top level): Use foreach_with_prefix to test MI as main UI and as
10877 separate UI.
10878
10879 2016-06-21 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10882 (test_awatch_creation_and_listing)
10883 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10884 Remove 'type' parameter.
10885 (test_watchpoint_all): New parameter mi_mode. Remove
10886 with_test_prefix.
10887 (top level): Use foreach_with_prefix, and add main/separate UI MI
10888 testing axis.
10889
10890 2016-06-21 Pedro Alves <palves@redhat.com>
10891
10892 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10893 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10894 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10895 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10896 (gdb_main_spawn_id, mi_spawn_id): Declare and
10897 comment.
10898 (mi_create_inferior_pty): New procedure,
10899 factored out from default_mi_gdb_start.
10900 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10901 procedures.
10902 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10903 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10904 Use mi_create_inferior_pty.
10905 (mi_gdb_start): Use eval to pass down args list.
10906
10907 2016-06-21 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10910 * gdb.opt/inline-cmds.exp: Add MI tests.
10911
10912 2016-06-21 Pedro Alves <palves@redhat.com>
10913
10914 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10915
10916 2016-06-21 Pedro Alves <palves@redhat.com>
10917
10918 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10919 (top level): Use it instead of mi_execute_to.
10920
10921 2016-06-21 Pedro Alves <palves@redhat.com>
10922
10923 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10924 (cont_handler_str): New.
10925 (signal_stop_handler): Set stop_handler_str instead of printing to
10926 stdout.
10927 (continue_handler): Set cont_handler_str instead of printing to
10928 stdout.
10929 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10930 mi_send_resuming_command. Print stop_handler_str and
10931 cont_handler_str instead of expecting the python events print
10932 directly.
10933
10934 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10935
10936 * gdb.base/jit-reader.exp: New file.
10937 * gdb.base/jithost.c: New file.
10938 * gdb.base/jithost.h: New file.
10939 * gdb.base/jitreader.c : New file.
10940 * gdb.base/jit-protocol.h: New file.
10941
10942 2016-06-17 Yao Qi <yao.qi@linaro.org>
10943
10944 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10945 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10946 and detach-on-fork. Adjust tests.
10947 (top level): Invoke break_cond_on_syscall with combinations of
10948 syscall, follow-fork-mode and detach-on-fork.
10949
10950 2016-06-17 Yao Qi <yao.qi@linaro.org>
10951
10952 * gdb.base/step-over-exit.c: New.
10953 * gdb.base/step-over-exit.exp: New.
10954
10955 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10956
10957 * gdb.base/float.exp: Add target check for nds32*-*-*.
10958 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10959
10960 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10961
10962 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10963 for unsupported target features.
10964 * gdb.base/call-rt-st.exp: Likewise.
10965 * gdb.base/call-sc.exp: Likewise.
10966 * gdb.base/call-signal-resume.exp: Likewise.
10967 * gdb.base/call-strs.exp: Likewise.
10968 * gdb.base/callexit.exp: Likewise.
10969 * gdb.base/callfuncs.exp: Likewise.
10970 * gdb.base/nodebug.exp: Likewise.
10971 * gdb.base/printcmds.exp: Likewise.
10972 * gdb.base/ptype.exp: Likewise.
10973 * gdb.base/structs.exp: Likewise.
10974 * gdb.base/unwindonsignal.exp: Likewise.
10975 * gdb.cp/gdb2495.exp: Likewise.
10976 * gdb.cp/templates.exp: Likewise.
10977 * gdb.cp/virtfunc.exp: Likewise.
10978 * gdb.threads/hand-call-in-threads.exp: Likewise.
10979 * gdb.threads/interrupted-hand-call.exp: Likewise.
10980 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10981
10982 2016-06-10 Tom Tromey <tom@tromey.com>
10983
10984 PR rust/20110:
10985 * gdb.rust/expr.exp: Add test for integer constant larger than
10986 i32.
10987
10988 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10989
10990 * gdb.fortran/nested-funcs.exp: New.
10991 * gdb.fortran/nested-funcs.f90: New.
10992
10993 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10994
10995 * gdb.base/examine-backward.c: New file.
10996 * gdb.base/examine-backward.exp: New file.
10997
10998 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10999
11000 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11001 matching.
11002
11003 2016-06-02 Tom Tromey <tom@tromey.com>
11004
11005 PR python/18984:
11006 * gdb.python/py-shared.exp: Add solib_name test.
11007
11008 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11009
11010 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11011
11012 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11013
11014 PR c++/19893
11015 * gdb.dwarf2/implref.exp: Rename to...
11016 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11017 * gdb.dwarf2/implref-array.c: New file.
11018 * gdb.dwarf2/implref-array.exp: Likewise.
11019 * gdb.dwarf2/implref-global.c: Likewise.
11020 * gdb.dwarf2/implref-global.exp: Likewise.
11021 * gdb.dwarf2/implref-struct.c: Likewise.
11022 * gdb.dwarf2/implref-struct.exp: Likewise.
11023
11024 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11025
11026 * gdb.trace/trace-condition.exp: Add 64bit tests.
11027
11028 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11029
11030 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11031 bits types.
11032 (main): Adapt to 8 to 64 bits types.
11033 * gdb.trace/trace-condition.exp: Add new tests.
11034
11035 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11036
11037 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11038
11039 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11040
11041 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11042 Move condition tests...
11043 * gdb.trace/trace-condition.exp: Here.
11044
11045 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11046
11047 * gdb.trace/trace-condition.exp: Add counter-case tests.
11048
11049 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11050
11051 PR c++/15231
11052 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11053 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11054
11055 2016-05-27 Pedro Alves <palves@redhat.com>
11056
11057 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11058 New procedure.
11059 (top level): Call it, and bail out of DejaGnu is known to be bad.
11060
11061 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11062
11063 * gdb.base/whatis.c: Extend the test case.
11064 * gdb.base/whatis.exp: Add additional tests.
11065
11066 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11067
11068 * gdb.fortran/type.f90: Add pointer variable.
11069 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11070
11071 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11072
11073 * gdb.fortran/vla-type.exp: Fix testcase name.
11074
11075 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11076
11077 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11078
11079 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11080
11081 * gdb.fortran/type.f90: Add nested structures.
11082 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11083 * gdb.fortran/derived-type.exp: Adapt expected output.
11084 * gdb.fortran/vla-type.exp: Adapt expected output.
11085
11086 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11087
11088 * gdb.fortran/whatis_type.exp: Adapt expected output.
11089
11090 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11091
11092 * gdb.fortran/print_type.exp: Fix expected output.
11093 * gdb.fortran/whatis_type.exp: Fix expected output.
11094
11095 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11096
11097 * gdb.fortran/whatis_type.exp: Use multi_line.
11098
11099 2016-05-24 Tom Tromey <tom@tromey.com>
11100
11101 PR python/17386:
11102 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11103 use value as an index.
11104
11105 2016-05-23 Tom Tromey <tom@tromey.com>
11106
11107 PR python/17981:
11108 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11109 no-breakpoint case.
11110
11111 2016-05-24 Pedro Alves <palves@redhat.com>
11112
11113 PR gdb/19828
11114 * gdb.threads/clone-attach-detach.c: New file.
11115 * gdb.threads/clone-attach-detach.exp: New file.
11116
11117 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11118
11119 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11120
11121 2016-05-23 Tom Tromey <tom@tromey.com>
11122
11123 PR python/19438, PR python/18393:
11124 * gdb.python/py-progspace.exp: Add "dir" test.
11125 * gdb.python/py-objfile.exp: Add "dir" test.
11126
11127 2016-05-23 Yao Qi <yao.qi@linaro.org>
11128
11129 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11130 * gdb.arch/thumb2-it.exp: Likewise.
11131
11132 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11133
11134 * gdb.mi/mi-threads-interrupt.c: New file.
11135 * gdb.mi/mi-threads-interrupt.exp: New file.
11136
11137 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11138
11139 PR gdb/18077
11140 * gdb.mi/mi-async-run.exp: New file.
11141 * gdb.mi/mi-async-run.c: New file.
11142
11143 2016-05-17 Tom Tromey <tom@tromey.com>
11144 Manish Goregaokar <manishsmail@gmail.com>
11145
11146 * lib/rust-support.exp: New file.
11147 * lib/gdb.exp (skip_rust_tests): New proc.
11148 (build_executable_from_specs): Handle rust.
11149 * lib/future.exp (gdb_find_rustc): New proc.
11150 (gdb_default_target_compile): Handle rust.
11151 * gdb.rust/expr.exp: New file.
11152 * gdb.rust/generics.exp: New file.
11153 * gdb.rust/generics.rs: New file.
11154 * gdb.rust/methods.exp: New file.
11155 * gdb.rust/methods.rs: New file.
11156 * gdb.rust/modules.exp: New file.
11157 * gdb.rust/modules.rs: New file.
11158 * gdb.rust/simple.exp: New file.
11159 * gdb.rust/simple.rs: New file.
11160
11161 2016-05-17 Tom Tromey <tom@tromey.com>
11162
11163 * gdb.base/default.exp (set language): Add rust.
11164
11165 2016-05-17 Tom Tromey <tom@tromey.com>
11166
11167 * gdb.gdb/unittest.exp: New file.
11168
11169 2016-05-16 Yao Qi <yao.qi@linaro.org>
11170
11171 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11172 shell_prompt. Update shell_prompt_re.
11173
11174 2016-05-12 Doug Evans <dje@google.com>
11175
11176 PR symtab/19999
11177 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11178 $options when building executable.
11179 * gdb.dwarf2/fission-loclists-pie.S: New file.
11180 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11181
11182 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11183
11184 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11185 of [is_remote target],
11186
11187 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11188
11189 * lib/gdb.exp (use_gdb_stub): New procedure.
11190
11191 2016-05-03 Yunlian Jiang <yunlian@google.com>
11192 Doug Evans <dje@google.com>
11193
11194 PR symtab/19914
11195 * gdb.dwarf2/dwp-sepdebug.c: New file.
11196 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11197
11198 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11199
11200 * gdb.base/detach.exp: Remove is_remote check.
11201
11202 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11203
11204 * gdb.base/annota-input-while-running.exp: Don't check for
11205 [is_remote target]. Enable annotations after running to main.
11206 Remove unused "set test..." line.
11207
11208 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11209
11210 * gdb.trace/trace-enable-disable.exp: New file.
11211 * gdb.trace/trace-enable-disable.c: New file.
11212
11213 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11214
11215 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11216 use it in info sharedlibrary test.
11217 * gdb.trace/ftrace-lock.exp: Likewise.
11218 * gdb.trace/ftrace.exp: Likewise.
11219 * gdb.trace/range-stepping.exp: Likewise.
11220 * gdb.trace/trace-break.exp: Likewise.
11221 * gdb.trace/trace-condition.exp: Likewise.
11222 * gdb.trace/trace-mt.exp: Likewise.
11223
11224 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11225
11226 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11227 (gdb_load_shlib): ... this.
11228 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11229 gdb_load_shlib.
11230 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11231 * gdb.base/ctxobj.exp: Likewise.
11232 * gdb.base/dprintf-pending.exp: Likewise.
11233 * gdb.base/dso2dso.exp: Likewise.
11234 * gdb.base/fixsection.exp: Likewise.
11235 * gdb.base/gcore-relro.exp: Likewise.
11236 * gdb.base/gdb1555.exp: Likewise.
11237 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11238 * gdb.base/gnu-ifunc.exp: Likewise.
11239 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11240 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11241 * gdb.base/pending.exp: Likewise.
11242 * gdb.base/print-file-var.exp: Likewise.
11243 * gdb.base/print-symbol-loading.exp: Likewise.
11244 * gdb.base/shlib-call.exp: Likewise.
11245 * gdb.base/shreloc.exp: Likewise.
11246 * gdb.base/so-impl-ld.exp: Likewise.
11247 * gdb.base/solib-disc.exp: Likewise.
11248 * gdb.base/solib-nodir.exp: Likewise.
11249 * gdb.base/solib-overlap.exp: Likewise.
11250 * gdb.base/solib-symbol.exp: Likewise.
11251 * gdb.base/solib-weak.exp (do_test): Likewise.
11252 * gdb.base/sym-file.exp: Likewise.
11253 * gdb.base/symtab-search-order.exp: Likewise.
11254 * gdb.base/type-opaque.exp: Likewise.
11255 * gdb.base/unload.exp: Likewise.
11256 * gdb.base/watchpoint-solib.exp: Likewise.
11257 * gdb.compile/compile.exp: Likewise.
11258 * gdb.cp/gdb2384.exp: Likewise.
11259 * gdb.cp/infcall-dlopen.exp: Likewise.
11260 * gdb.cp/re-set-overloaded.exp: Likewise.
11261 * gdb.fortran/library-module.exp: Likewise.
11262 * gdb.opt/solib-intra-step.exp: Likewise.
11263 * gdb.python/py-finish-breakpoint.exp: Likewise.
11264 * gdb.python/py-shared.exp: Likewise.
11265 * gdb.reverse/solib-precsave.exp: Likewise.
11266 * gdb.reverse/solib-reverse.exp: Likewise.
11267 * gdb.server/solib-list.exp: Likewise.
11268 * gdb.threads/dlopen-libpthread.exp: Likewise.
11269 * gdb.threads/tls-shared.exp: Likewise.
11270 * gdb.threads/tls-so_extern.exp: Likewise.
11271 * gdb.trace/change-loc.exp: Likewise.
11272 * gdb.trace/ftrace-lock.exp: Likewise.
11273 * gdb.trace/ftrace.exp: Likewise.
11274 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11275 * gdb.trace/pending.exp: Likewise.
11276 * gdb.trace/range-stepping.exp: Likewise.
11277 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11278 (strace_info_marker): Likewise.
11279 (strace_probe_marker): Likewise.
11280 (strace_trace_on_same_addr): Likewise.
11281 (strace_trace_on_diff_addr): Likewise.
11282 * gdb.trace/trace-break.exp: Likewise.
11283 * gdb.trace/trace-condition.exp: Likewise.
11284 * gdb.trace/trace-mt.exp: Likewise.
11285
11286 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11287
11288 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11289 result of gdb_remote_download.
11290 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11291 * gdb.base/dso2dso.exp: Likewise.
11292 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11293 * gdb.base/print-file-var.exp: Likewise.
11294 * gdb.base/shlib-call.exp: Likewise.
11295 * gdb.base/shreloc.exp: Likewise.
11296 * gdb.base/solib-overlap.exp: Likewise.
11297 * gdb.base/solib-weak.exp (do_test): Likewise.
11298 * gdb.base/unload.exp: Likewise.
11299
11300 2016-04-27 Yao Qi <yao.qi@linaro.org>
11301
11302 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11303 exists.
11304
11305 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11306
11307 * vla-type.exp: Print structure from toplevel.
11308
11309 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11310
11311 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11312 of dynamic types.
11313 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11314 of dynamic types.
11315
11316 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11317
11318 * gdb.fortran/vla-type.f90: New file.
11319 * gdb.fortran/vla-type.exp: New file.
11320
11321 2016-04-25 Yao Qi <yao.qi@linaro.org>
11322
11323 * gdb.base/branch-to-self.c: New file.
11324 * gdb.base/branch-to-self.exp: New file.
11325
11326 2016-04-22 Yao Qi <yao.qi@linaro.org>
11327
11328 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11329 more after $hex.
11330
11331 2016-04-22 Yao Qi <yao.qi@linaro.org>
11332
11333 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11334 * gdb.base/annota3.exp: Likewise.
11335
11336 2016-04-22 Yao Qi <yao.qi@linaro.org>
11337
11338 * gdb.reverse/step-precsave.exp: Do one step and test program
11339 stops in "callee" and do multiple steps until program goes out
11340 of "callee".
11341 * gdb.reverse/step-reverse.exp: Likewise.
11342
11343 2016-04-22 Yao Qi <yao.qi@linaro.org>
11344
11345 * gdb.trace/signal.exp: Also pass if
11346 $tracepoint_hits($i) > $iterations.
11347
11348 2016-04-22 Yao Qi <yao.qi@linaro.org>
11349
11350 * gdb.trace/signal.c: New file.
11351 * gdb.trace/signal.exp: New file.
11352
11353 2016-04-19 Doug Evans <xdje42@gmail.com>
11354
11355 * gdb.base/bad-file.exp: New file.
11356
11357 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11358
11359 * gdb.dwarf2/implref.exp: New file.
11360
11361 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11362
11363 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11364 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11365 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11366 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11367 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11368 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11369 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11370 * lib/fortran.exp (fortran_int4): New procedure.
11371 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11372 (fortran_logical4): Likewise.
11373
11374 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11375
11376 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11377
11378 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11379
11380 * lib/compiler.c: Add Intel specific preprocessor macros.
11381 * lib/compiler.cc: Likewise.
11382
11383 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11384
11385 * gdb.server/connect-with-no-symbol-file.c: New file.
11386 * gdb.server/connect-with-no-symbol-file.exp: New file.
11387
11388 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11389
11390 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11391
11392 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11393
11394 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11395 standard output directory.
11396
11397 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11398
11399 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11400
11401 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11402
11403 * gdb.btrace/instruction_history.c (loop): Add declaration.
11404
11405 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11406
11407 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11408
11409 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11410
11411 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11412 parentheses to print.
11413 (continue_handler): Likewise.
11414
11415 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11416
11417 * gdb.server/solib-list.exp: Remove is_remote check.
11418 Pass shlib= to gdb_compile. Don't link shared library with
11419 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11420 Run binary filename through "readlink -f" on the target.
11421
11422 2016-04-08 Pedro Alves <palves@redhat.com>
11423
11424 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11425 interpreter filename as argument to gdbserver_spawn.
11426 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11427 Return empty if $last_loaded_file does not exist.
11428
11429 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11430
11431 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11432 * gdb.base/jit-main.c: Use exit after usage.
11433
11434 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11435
11436 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11437 GDBHISTSIZE prior to the tests.
11438 * gdb.base/gdbinit-history.exp: Likewise.
11439
11440 2016-04-07 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11443 instead of build_executable. Use gdb_load_shlibs.
11444
11445 2016-04-07 Yao Qi <yao.qi@linaro.org>
11446
11447 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11448 Execute "si" command.
11449
11450 2016-04-07 Yao Qi <yao.qi@linaro.org>
11451
11452 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11453 number instead of the comments on some line.
11454
11455 2016-04-06 Don Breazeal <donb@codesourcery.com>
11456
11457 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11458 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11459
11460 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11461
11462 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11463 standard_output_file. Remove unused binfile variable.
11464
11465 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11466
11467 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11468 * gdb.python/py-mi-objfile.exp: Match "list main" output
11469 in console format.
11470
11471 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11472
11473 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11474 absolute.
11475
11476 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11477
11478 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11479 absolute.
11480 * gdb.trace/ftrace.exp: Likewise.
11481 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11482 targets as well.
11483 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11484 (gdb_load_shlibs): Copy libraries to test directory when testing
11485 natively. Only set solib-search-path if testing remotely.
11486 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11487
11488 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11489
11490 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11491 gdb_download. Use it even if the target is not remote.
11492 * gdb.base/jit.exp (compile_jit_test): Likewise.
11493 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11494 output directory if the destination board is local, otherwise use
11495 the standard remote_download from DejaGnu.
11496 (gdb_download): Remove.
11497 (gdb_load_shlibs): Use gdb_remote_download instead of
11498 gdb_download.
11499 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11500 Use gdb_remote_download instead of gdb_download. Use it even if
11501 the target is not remote.
11502 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11503 instead of gdb_download.
11504
11505 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11506
11507 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11508 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11509 run.
11510
11511 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11512
11513 PR gdb/19820
11514 * gdb.base/printcmds.exp: Add artificial arrays tests.
11515
11516 2016-03-31 Pedro Alves <palves@redhat.com>
11517
11518 PR gdb/19858
11519 * gdb.base/jit-main.c: Include unistd.h.
11520 (ATTACH): Define to 0 if not already defined.
11521 (wait_for_gdb, mypid): New globals.
11522 (WAIT_FOR_GDB): New macro.
11523 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11524 some breakpoint locations.
11525 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11526 New procedures.
11527 (one_jit_test): Add REATTACH parameter, and handle it. Use
11528 continue_to_test_location.
11529 (top level): Test attach, and adjusts calls to one_jit_test.
11530
11531 2016-03-31 Pedro Alves <palves@redhat.com>
11532
11533 PR gdb/19858
11534 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11535 BINSUFFIX parameter, and handle it.
11536 (top level): Adjust calls compile_jit_test.
11537
11538 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11539
11540 PR python/19743
11541 * gdb.python/py-mi-events-gdb.py: New file.
11542 * gdb.python/py-mi-events.c: New file.
11543 * gdb.python/py-mi-events.exp: New file.
11544
11545 2016-03-30 Yao Qi <yao.qi@linaro.org>
11546
11547 * gdb.reverse/until-precsave.exp: Match function name only.
11548 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11549 Move malloc to a condition block.
11550 * gdb.reverse/until-reverse.exp: Match function name only.
11551
11552 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11553
11554 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11555 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11556 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11557 variable for GPR 0 instead of assuming it is register 0.
11558 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11559 * lib/trace-support.exp: Add s390 registers.
11560
11561 2016-03-29 Yao Qi <yao.qi@linaro.org>
11562
11563 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11564
11565 2016-03-24 Yao Qi <yao.qi@linaro.org>
11566
11567 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11568 test message.
11569
11570 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11571
11572 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11573 maintaining separate logic for constructing the output path.
11574
11575 2016-03-16 Don Breazeal <donb@codesourcery.com>
11576
11577 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11578 Retry fork and waitpid on interrupted system call errors.
11579 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11580 Use with_timeout_factor to increase timeout by factor of 10.
11581
11582 2016-03-15 Don Breazeal <donb@codesourcery.com>
11583
11584 * gdb.cp/scope-err.cc: New test program.
11585 * gdb.cp/scope-err.exp: New test script.
11586 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11587 lines and "set breakpoint here" comment.
11588 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11589 Fixed some whitespace and format issues.
11590 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11591 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11592
11593 2016-03-15 Doug Evans <dje@google.com>
11594
11595 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11596 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11597 All callers updated. Add tests for enums, mixed flags register.
11598
11599 2016-03-15 Doug Evans <dje@google.com>
11600
11601 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11602 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11603
11604 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11605
11606 * gdb.base/default.exp: Add $_as_string to the list of expected
11607 convenience functions.
11608
11609 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11610
11611 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11612
11613 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11614
11615 * gdb.python/py-as-string.exp: New file.
11616 * gdb.python/py-as-string.c: New file.
11617
11618 2016-03-09 Pedro Alves <palves@redhat.com>
11619
11620 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11621 signal" -> "Thread NN received signal" output change.
11622 * gdb.threads/ia64-sigill.exp: Likewise.
11623 * gdb.threads/linux-dp.exp: Likewise.
11624 * gdb.threads/manythreads.exp: Likewise.
11625 * gdb.threads/pending-step.exp: Likewise.
11626 * gdb.threads/print-threads.exp: Likewise.
11627 * gdb.threads/sigstep-threads.exp: Likewise.
11628 * gdb.threads/staticthreads.exp: Likewise.
11629 * gdb.threads/tls.exp: Likewise.
11630
11631 2016-03-09 Pedro Alves <palves@redhat.com>
11632
11633 * gdb.base/command-line-input.exp: New file.
11634
11635 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11636
11637 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11638 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11639 * gdb.trace/pending.exp: Accept leading dot before function name.
11640 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11641 * lib/trace-support.exp: Set registers for ppc.
11642
11643 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11644
11645 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11646 use it for disassembly; accept .main in addition to main in backtrace.
11647
11648 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11649 Marcin Kościelnicki <koriakin@0x04.net>
11650
11651 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11652 (gdb_recursion_test_ptr): New global variable.
11653 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11654 gdb_recursion_test.
11655 (gdb_c_test): Ditto.
11656
11657 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11658
11659 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11660 ordering.
11661
11662 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11663
11664 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11665 (bar): Add bar_start_lbl label.
11666 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11667 of foo/bar for emitting DWARF and tracing.
11668
11669 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11670
11671 * analyze-racy-logs.py: Set executable bit.
11672
11673 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11674
11675 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11676 (CHECK_TARGET_TMP): Likewise.
11677 (check-single-racy): New rule.
11678 (check-parallel-racy): Likewise.
11679 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11680 (do-check-parallel-racy): New rule.
11681 (check-racy/%.exp): Likewise.
11682 * README (Racy testcases): New section.
11683 * analyze-racy-logs.py: New file.
11684
11685 2016-03-03 Doug Evans <dje@google.com>
11686
11687 * gdb.base/skip.exp: Use with_test_prefix.
11688
11689 2016-03-03 Yao Qi <yao.qi@linaro.org>
11690
11691 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11692 Invoke step_over_syscall "clone" and break_cond_on_syscall
11693 "clone".
11694 * gdb.base/step-over-clone.c: New file.
11695
11696 2016-03-03 Yao Qi <yao.qi@linaro.org>
11697
11698 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11699 code format.
11700
11701 2016-03-03 Yao Qi <yao.qi@linaro.org>
11702
11703 * gdb.base/disp-step-fork.c: Rename to ...
11704 * gdb.base/step-over-fork.c: ... it. New file.
11705 * gdb.base/disp-step-vfork.c: Rename to ...
11706 * gdb.base/step-over-vfork.c: ... it. New file.
11707 * gdb.base/disp-step-syscall.exp: Rename to ...
11708 * gdb.base/step-over-syscall.exp: ... it. New file.
11709 (disp_step_cross_syscall): Rename to ...
11710 (step_over_syscall): ... it.
11711
11712 2016-03-03 Yao Qi <yao.qi@linaro.org>
11713
11714 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11715 If target supports condition evaluation on target, invoke
11716 break_cond_on_syscall for fork and vfork.
11717
11718 2016-03-03 Yao Qi <yao.qi@linaro.org>
11719
11720 * gdb.base/disp-step-syscall.exp: Don't invoke
11721 support_displaced_stepping.
11722 (disp_step_cross_syscall): Test with displaced stepping off and
11723 on if supported.
11724
11725 2016-03-03 Yao Qi <yao.qi@linaro.org>
11726
11727 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11728 proc.
11729 (setup): New proc.
11730 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11731 and setup.
11732
11733 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11734
11735 * gdb.fortran/vla-history.exp: Remove breakpoint.
11736
11737 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11738
11739 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11740 exceeds timeout.
11741
11742 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11743
11744 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11745 breakpoint.
11746
11747 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11748
11749 * gdb.mi/vla.f90: Nullify pointer after declaration.
11750
11751 2016-03-01 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11754
11755 2016-03-01 Pedro Alves <palves@redhat.com>
11756
11757 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11758 before anything else.
11759 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11760 _GNU_SOURCE here.
11761 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11762 before anything else.
11763 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11764
11765 2016-03-01 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11768
11769 2016-03-01 Yao Qi <yao.qi@linaro.org>
11770
11771 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11772 prepare_for_testing.
11773
11774 2016-03-01 Yao Qi <yao.qi@linaro.org>
11775
11776 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11777
11778 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11779
11780 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11781 manually constructing the output path.
11782
11783 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11784
11785 * gdb.arch/s390-stackless.S: New.
11786 * gdb.arch/s390-stackless.exp: New.
11787
11788 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11789
11790 * gdb.dlang/circular.c: New file.
11791 * gdb.dlang/circular.exp: New file.
11792
11793 2016-02-26 Yao Qi <yao.qi@linaro.org>
11794
11795 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11796 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11797 (testcases): Update.
11798
11799 2016-02-26 Yao Qi <yao.qi@linaro.org>
11800
11801 * gdb.reverse/aarch64.c: Rename to ...
11802 * gdb.reverse/insn-reverse.c: ... it.
11803 * gdb.reverse/aarch64.exp: Rename to ...
11804 * gdb.reverse/insn-reverse.exp: ... it.
11805
11806 2016-02-26 Yao Qi <yao.qi@linaro.org>
11807
11808 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11809 (testcase_ftype): New.
11810 (testcases): New array.
11811 (n_testcases): New.
11812 (main): Call each element in testcases.
11813 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11814 (read_testcase): New.
11815 Do the tests in a loop.
11816
11817 2016-02-25 Yao Qi <yao.qi@linaro.org>
11818
11819 * gdb.base/branches.c: Remove.
11820
11821 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11822
11823 PR gdb/13808
11824 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11825
11826 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11827
11828 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11829
11830 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11831
11832 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11833 change x86_64 call_insn to 'callq'.
11834
11835 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11836
11837 * gdb.trace/tfile-avx.c: Move to...
11838 * gdb.trace/tracefile-pseudo-reg.c: Here.
11839 * gdb.trace/tfile-avx.exp: Move to...
11840 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11841
11842 2016-02-24 Gary Benson <gbenson@redhat.com>
11843
11844 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11845 message on attach.
11846
11847 2016-02-23 Doug Evans <dje@google.com>
11848
11849 * gdb.base/skip.c (test_skip): New function.
11850 (end_test_skip_file_and_function): New function.
11851 (test_skip_file_and_function): New function.
11852 * gdb.base/skip1.c (test_skip): New function.
11853 (skip1_test_skip_file_and_function): New function.
11854 * gdb.base/skip.exp: Add tests for new skip options.
11855 * gdb.base/skip-solib.exp: Update expected output.
11856 * gdb.perf/skip-command.cc: New file.
11857 * gdb.perf/skip-command.exp: New file.
11858 * gdb.perf/skip-command.py: New file.
11859
11860 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11861
11862 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11863 info registers pattern.
11864
11865 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11866
11867 * lib/future.exp: Add D support.
11868 (gdb_find_gdc): New proc.
11869 (gdb_default_target_compile): Add D support.
11870
11871 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11872
11873 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11874 user+system time.
11875 (trace_speed_test): Determine the iteration count for a time
11876 between 15..30 seconds.
11877
11878 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11879
11880 * gdb.arch/i386-mpx-sigsegv.c: New file.
11881 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11882 * gdb.arch/i386-mpx-simple_segv.c: New file.
11883 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11884
11885 2016-02-18 Yao Qi <yao.qi@linaro.org>
11886
11887 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11888 Don't call setup_kfail.
11889
11890 2016-02-18 Yao Qi <yao.qi@linaro.org>
11891
11892 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11893 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11894
11895 2016-02-16 Doug Evans <dje@google.com>
11896
11897 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11898 * gdb.base/skip1.c: Ditto.
11899 * gdb.base/skip.exp: Whitespace cleanup.
11900
11901 2016-02-16 Don Breazeal <donb@codesourcery.com>
11902
11903 PR remote/19496
11904 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11905 Remove kfail for PR remote/19496.
11906
11907 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11908
11909 * lib/gdb.exp (standard_temp_file): Return a path specific to
11910 the runtest invocation.
11911
11912 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11913
11914 * gdb.trace/save-trace.exp: Change relative path to be in the
11915 standard output directory.
11916
11917 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11918
11919 * gdb.arch/i386-prologue.c: Add missing prototypes.
11920
11921 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11922
11923 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11924 * gdb.arch/i386-prologue.exp: Likewise.
11925 * gdb.arch/i386-size.exp: Likewise.
11926
11927 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11928
11929 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11930 define object file path.
11931 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11932 file path.
11933 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11934 standard_output_file to define binfile.
11935
11936 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11937
11938 Fix compatibility with recent gfortran-5.3.1.
11939 * gdb.fortran/vla-history.exp (print vla1 allocated)
11940 (print vla2 allocated, print $2, print $3): Remove
11941 (print $4): Rename to ...
11942 (print $2): ... here.
11943 (print $9): Rename to ...
11944 (print $5): ... here.
11945 (print $10): Rename to ...
11946 (print $6): ... here.
11947 * gdb.fortran/vla.f90: Add pvla initialization.
11948
11949 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11950
11951 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11952 New test.
11953 * gdb.fortran/vla-value-sub.exp: Likewise.
11954
11955 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11956
11957 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11958
11959 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * i386-biarch-core.exp: Define corefile using
11962 standard_output_file.
11963
11964 2016-02-12 Yao Qi <yao.qi@linaro.org>
11965
11966 * gdb.arch/arm-single-step-kernel-helper.c: New.
11967 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11968
11969 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11970
11971 * gdb.btrace/tailcall-only.exp: New.
11972 * gdb.btrace/tailcall-only.c: New.
11973 * gdb.btrace/x86_64-tailcall-only.S: New.
11974 * gdb.btrace/i686-tailcall-only.S: New.
11975
11976 2016-02-11 Pedro Alves <palves@redhat.com>
11977
11978 * README (Parallel testing): Add missing double quotes.
11979
11980 2016-02-11 Pedro Alves <palves@redhat.com>
11981
11982 * README (Parallel testing): New section.
11983 (GDB_PARALLEL): Rewrite.
11984 (FORCE_PARALLEL): Document.
11985
11986 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11987
11988 * gdb.trace/tfile-avx.c: New test.
11989 * gdb.trace/tfile-avx.exp: New test.
11990
11991 2016-02-09 Keith Seitz <keiths@redhat.com>
11992
11993 PR breakpoints/19546
11994 * gdb.base/infcall-exec.c: New file.
11995 * gdb.base/infcall-exec2.c: New file.
11996 * gdb.base/infcall-exec.exp: New file.
11997
11998 2016-02-09 Keith Seitz <keiths@redhat.com>
11999
12000 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12001 (toplevel): Call test_bkpt_address.
12002
12003 2016-02-09 Keith Seitz <keiths@redhat.com>
12004
12005 PR python/19506
12006 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12007 (toplevel): Call test_bkpt_address.
12008
12009 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12010
12011 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12012 to AC_OUTPUT.
12013 * configure: Regenerate.
12014
12015 2016-02-09 Pedro Alves <palves@redhat.com>
12016
12017 PR breakpoints/19548
12018 * gdb.base/execl-update-breakpoints.c (some_function): New
12019 function.
12020 (main): Call it.
12021 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12022 Tighten expected GDB output.
12023
12024 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12025
12026 * Makefile.in (ALL_SUBDIRS): Remove.
12027 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12028 (distclean maintainer-clean realclean): Likewise.
12029 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12030 * configure: Regenerate.
12031 * gdb.ada/Makefile.in: Delete.
12032 * gdb.arch/Makefile.in: Likewise.
12033 * gdb.asm/Makefile.in: Likewise.
12034 * gdb.base/Makefile.in: Likewise.
12035 * gdb.btrace/Makefile.in: Likewise.
12036 * gdb.cell/Makefile.in: Likewise.
12037 * gdb.compile/Makefile.in: Likewise.
12038 * gdb.cp/Makefile.in: Likewise.
12039 * gdb.disasm/Makefile.in: Likewise.
12040 * gdb.dlang/Makefile.in: Likewise.
12041 * gdb.dwarf2/Makefile.in: Likewise.
12042 * gdb.fortran/Makefile.in: Likewise.
12043 * gdb.gdb/Makefile.in: Likewise.
12044 * gdb.go/Makefile.in: Likewise.
12045 * gdb.guile/Makefile.in: Likewise.
12046 * gdb.java/Makefile.in: Likewise.
12047 * gdb.linespec/Makefile.in: Likewise.
12048 * gdb.mi/Makefile.in: Likewise.
12049 * gdb.modula2/Makefile.in: Likewise.
12050 * gdb.multi/Makefile.in: Likewise.
12051 * gdb.objc/Makefile.in: Likewise.
12052 * gdb.opencl/Makefile.in: Likewise.
12053 * gdb.opt/Makefile.in: Likewise.
12054 * gdb.pascal/Makefile.in: Likewise.
12055 * gdb.perf/Makefile.in: Likewise.
12056 * gdb.python/Makefile.in: Likewise.
12057 * gdb.reverse/Makefile.in: Likewise.
12058 * gdb.server/Makefile.in: Likewise.
12059 * gdb.stabs/Makefile.in: Likewise.
12060 * gdb.threads/Makefile.in: Likewise.
12061 * gdb.trace/Makefile.in: Likewise.
12062 * gdb.xml/Makefile.in: Likewise.
12063 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12064 GDB_PARALLEL.
12065 (standard_output_file): Remove check for GDB_PARALLEL, always
12066 return path in outputs/$subdir/$testname.
12067
12068 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12069
12070 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12071 (site.exp): Assign abs_srcdir to tcl's srcdir.
12072
12073 2016-02-04 Yao Qi <yao.qi@linaro.org>
12074
12075 * gdb.base/foll-exec-mode.c: Include limits.h.
12076 (main): Add parameters argc and argv. Get directory from
12077 argv[0].
12078 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12079 compilation.
12080 * gdb.base/foll-exec.c: Include limits.h.
12081 (main): Add parameters argc and argv.
12082 Get directory from argv[0].
12083 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12084 Adjust tests on the number of lines as source code changed.
12085 * gdb.base/foll-vfork-exit.c: Include limits.h.
12086 (main): Add one line of statement before vfork.
12087 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12088 (main): Add parameters argc and argv. Get directory from
12089 argv[0].
12090 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12091 (setup_gdb): Set tbreak to skip some source lines.
12092 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12093 (main): Add parameters argc and argv. Get directory from
12094 argv[0].
12095 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12096 compilation.
12097 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12098 (main): Add parameters argc and argv. Get directory from
12099 argv[0].
12100 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12101 compilation.
12102
12103 2016-02-01 Doug Evans <dje@google.com>
12104
12105 * gdb.base/skip.exp: Clean up multiple references to same test name.
12106
12107 2016-02-01 Pedro Alves <palves@redhat.com>
12108
12109 PR remote/19496
12110 * gdb.threads/forking-threads-plus-breakpoint.exp
12111 (displaced_stepping_supported): New global.
12112 (probe_displaced_stepping_support): New procedure.
12113 (do_test): Add 'displaced' parameter, and use it.
12114 (top level): Check for displaced stepping support. Add displaced
12115 stepping on/off testing axis.
12116
12117 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12118
12119 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12120 pointer. Don't perform further tests on the unassociated pointer
12121 if the first test fails.
12122
12123 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12124
12125 * gdb.base/max-value-size.c: New file.
12126 * gdb.base/max-value-size.exp: New file.
12127 * gdb.base/huge.exp: Disable max-value-size for this test.
12128
12129 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12130
12131 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12132
12133 2016-01-28 Yao Qi <yao.qi@linaro.org>
12134
12135 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12136
12137 2016-01-25 Pedro Alves <palves@redhat.com>
12138
12139 PR threads/19461
12140 * gdb.base/fork-running-state.c: New file.
12141 * gdb.base/fork-running-state.exp: New file.
12142
12143 2016-01-25 Pedro Alves <palves@redhat.com>
12144
12145 PR gdb/19494
12146 * gdb.base/catch-fork-kill.c: New file.
12147 * gdb.base/catch-fork-kill.exp: New file.
12148
12149 2016-01-25 Pedro Alves <palves@redhat.com>
12150
12151 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12152 Delete, moved to lib/gdb.exp.
12153 * gdb.threads/forking-threads-plus-breakpoint.exp
12154 (foreach_with_prefix): Likewise.
12155 * gdb.threads/process-dies-while-handling-bp.exp
12156 (foreach_with_prefix): Likewise.
12157 * lib/gdb.exp (foreach_with_prefix): New procedure.
12158
12159 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12160
12161 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12162 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12163
12164 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12165
12166 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12167 endian targets.
12168
12169 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12170 Pedro Alves <palves@redhat.com>
12171
12172 Fix testsuite compatibility with Guile.
12173 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12174 number.
12175
12176 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12177
12178 Fix testsuite compatibility with Guile.
12179 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12180 (thread 1): New test for backtrace through signal handler.
12181
12182 2016-01-22 Yao Qi <yao.qi@linaro.org>
12183
12184 PR testsuite/19491
12185 * gdb.base/multi-forks.c: Include
12186 ../lib/unbuffer_output.c
12187 (main): Call gdb_unbuffer_output.
12188
12189 2016-01-21 Doug Evans <dje@google.com>
12190
12191 * lib/ada.exp (gdb_compile_ada): Fix typo.
12192
12193 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12194
12195 * gdb.base/break-fun-addr.exp: New file.
12196 * gdb.base/break-fun-addr1.c: New file.
12197 * gdb.base/break-fun-addr2.c: New file.
12198
12199 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12200
12201 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12202 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12203 enum flag values.
12204
12205 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12206
12207 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12208 when GDB can not set the vector return value. Add more comments
12209 for clarification.
12210
12211 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12212
12213 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12214 command.
12215
12216 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12217
12218 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12219
12220 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12221
12222 * Makefile.in (check-single): Pass --status to runtest.
12223 (check/%.exp): Likewise.
12224
12225 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12226
12227 * Makefile.in (check-parallel): Propagate return code from make
12228 do-check-parallel.
12229
12230 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12231
12232 * gdb.trace/ftrace.exp: Fix expected message on continue.
12233 * gdb.trace/pending.exp: Fix expected message on continue.
12234 * gdb.trace/trace-break.exp: Fix expected message on continue.
12235
12236 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12237
12238 * lib/gdb.exp (gdb_test): Remove unused global references.
12239
12240 2016-01-18 Pedro Alves <palves@redhat.com>
12241
12242 * gdb.base/async-shell.exp: Adjust expected output.
12243 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12244 * gdb.base/siginfo-thread.exp: Adjust expected output.
12245 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12246 * gdb.java/jnpe.exp: Adjust expected output.
12247 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12248 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12249 * gdb.threads/leader-exit.exp: Adjust expected output.
12250 * gdb.threads/manythreads.exp: Adjust expected output.
12251 * gdb.threads/pthreads.exp: Adjust expected output.
12252 * gdb.threads/schedlock.exp: Adjust expected output.
12253 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12254 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12255 expected output.
12256 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12257 output.
12258 * gdb.threads/sigthread.exp: Adjust expected output.
12259 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12260
12261 2016-01-18 Yao Qi <yao.qi@linaro.org>
12262
12263 * gdb.guile/scm-section-script.c: Replace @progbits with
12264 %progbits.
12265 * gdb.python/py-section-script.c: Likewise.
12266
12267 2016-01-15 Pedro Alves <palves@redhat.com>
12268
12269 * gdb.multi/tids.exp: Test star wildcard ranges.
12270
12271 2016-01-15 Pedro Alves <palves@redhat.com>
12272
12273 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12274 command from "thread apply" invocation.
12275 (thr_apply_info_thr_invalid): Default the expected output to the
12276 input tid list.
12277 (top level): Add tests that use convenience variables. Add tests
12278 for "thread apply" with a valid TID list, but missing the command.
12279
12280 2016-01-13 Pedro Alves <palves@redhat.com>
12281
12282 * gdb.base/default.exp: Expect $_gthread as well.
12283 * gdb.multi/tids.exp: Test $_gthread.
12284 * gdb.threads/thread-specific.exp: Test $_gthread.
12285
12286 2016-01-13 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.multi/tids.exp: Test "info threads -gid".
12289
12290 2016-01-13 Pedro Alves <palves@redhat.com>
12291
12292 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12293 Breakpoint.thread.
12294 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12295
12296 2016-01-07 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.base/break.exp: Adjust to output changes.
12299 * gdb.base/hbreak2.exp: Likewise.
12300 * gdb.base/sepdebug.exp: Likewise.
12301 * gdb.base/watch_thread_num.exp: Likewise.
12302 * gdb.linespec/keywords.exp: Likewise.
12303 * gdb.multi/info-threads.exp: Likewise.
12304 * gdb.threads/thread-find.exp: Likewise.
12305 * gdb.multi/tids.c: New file.
12306 * gdb.multi/tids.exp: New file.
12307
12308 2016-01-13 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12311
12312 2016-01-13 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.base/default.exp: Expect $_inferior as well.
12315 * gdb.multi/base.exp: Test $_inferior.
12316
12317 2016-01-13 Pedro Alves <palves@redhat.com>
12318
12319 PR breakpoints/19388
12320 * gdb.base/catch-signal-siginfo-cond.c: New file.
12321 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12322
12323 2016-01-12 Josh Stone <jistone@redhat.com>
12324 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12325
12326 * gdb.base/catch-syscall.c (do_execve): New variable.
12327 (main): Conditionally trigger an execve.
12328 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12329 (test_catch_syscall_execve): New, check entry/return across execve.
12330 (do_syscall_tests): Call test_catch_syscall_execve.
12331
12332 2016-01-12 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.base/random-signal.exp (do_test): New procedure, with body
12335 of testcase moved in.
12336
12337 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12338 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.base/funcargs.exp (finish from indirectly called function):
12341 Reintroduce the case for 'First'.
12342
12343 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12344 Pedro Alves <palves@redhat.com>
12345
12346 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12347 (tcatch_vfork_then_child_follow_exec)
12348 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12349 identification.
12350
12351 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12352
12353 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12354 and repeats to unlimited.
12355 * gdb.python/py-value.exp: Likewise.
12356 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12357 and repeats to unlimited.
12358
12359 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12360
12361 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12362 and reordering the functions.
12363 * gdb.multi/hangout.c: Likewise.
12364 * gdb.multi/hello.c: Likewise.
12365
12366 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12367
12368 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12369 absolute.
12370 (SingleStatisticTestResult.report): Use dict.keys instead of
12371 dict.iterkeys.
12372
12373 2016-01-06 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12376
12377 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12378
12379 * gdb.btrace/dlopen.exp: New.
12380 * gdb.btrace/dlopen.c: New.
12381 * gdb.btrace/dlopen-dso.c: New.
12382
12383 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12384
12385 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12386 PATTERN argument is optional.
12387
12388 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12389
12390 * lib/ada.exp (target_compile_ada_from_dir): New function.
12391 (gdb_compile_ada): Reimplement avoiding the use of project files.
12392 * gdb.ada/gnat_ada.gpr: Delete.
12393 * gdb.ada/cond_lang.exp: Adjust test to make path before
12394 filename optional.
12395 * gdb.ada/small_reg_param.exp: Likewise.
12396
12397 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12398
12399 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12400
12401 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12402
12403 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12404 case.
12405
12406 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12407
12408 * gdb.base/break.exp: Remove dead code.
12409 * gdb.base/sepdebug.exp: Likewise.
12410
12411 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12412
12413 * gdb.asm/asm-source.exp: Remove HP-UX references.
12414 * gdb.base/annota1.exp: Likewise.
12415 * gdb.base/annota3.exp: Likewise.
12416 * gdb.base/attach.exp: Likewise.
12417 * gdb.base/bigcore.exp: Likewise.
12418 * gdb.base/break.exp: Likewise.
12419 * gdb.base/call-ar-st.exp: Likewise.
12420 * gdb.base/callfuncs.exp: Likewise.
12421 * gdb.base/catch-fork-static.exp: Likewise.
12422 * gdb.base/display.exp: Likewise.
12423 * gdb.base/foll-exec-mode.exp: Likewise.
12424 * gdb.base/foll-exec.exp: Likewise.
12425 * gdb.base/foll-fork.exp: Likewise.
12426 * gdb.base/foll-vfork.exp: Likewise.
12427 * gdb.base/funcargs.exp: Likewise.
12428 * gdb.base/hbreak2.exp: Likewise.
12429 * gdb.base/inferior-died.exp: Likewise.
12430 * gdb.base/interrupt.exp: Likewise.
12431 * gdb.base/multi-forks.exp: Likewise.
12432 * gdb.base/nodebug.exp: Likewise.
12433 * gdb.base/sepdebug.exp: Likewise.
12434 * gdb.base/solib1.c: Likewise.
12435 * gdb.base/step-test.exp: Likewise.
12436 * gdb.mi/non-stop.c: Likewise.
12437 * gdb.mi/pthreads.c: Likewise.
12438 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12439 * gdb.threads/pthreads.c: Likewise.
12440 * gdb.threads/staticthreads.exp: Likewise.
12441 * lib/future.exp: Likewise.
12442 * lib/gdb.exp: Likewise.
12443 * gdb.base/so-indr-cl.c: Remove.
12444 * gdb.base/so-indr-cl.exp: Likewise.
12445 * gdb.base/solib.c: Likewise.
12446 * gdb.base/solib.exp: Likewise.
12447 * gdb.base/solib2.c: Likewise.
12448
12449 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12450
12451 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12452 * gdb.base/call-ar-st.exp: Likewise.
12453 * gdb.base/callfuncs.exp: Likewise.
12454 * gdb.base/condbreak.exp: Likewise.
12455 * gdb.base/constvars.exp: Likewise.
12456 * gdb.base/hbreak2.exp: Likewise.
12457 * gdb.base/langs.exp: Likewise.
12458 * gdb.base/list.exp: Likewise.
12459 * gdb.base/long_long.exp: Likewise.
12460 * gdb.base/ptype.exp: Likewise.
12461 * gdb.base/scope.exp: Likewise.
12462 * gdb.base/signals.exp: Likewise.
12463 * gdb.base/so-impl-ld.exp: Likewise.
12464 * gdb.base/varargs.exp: Likewise.
12465 * gdb.base/volatile.exp: Likewise.
12466 * gdb.base/whatis.exp: Likewise.
12467 * gdb.cp/cplusfuncs.exp: Likewise.
12468 * gdb.cp/inherit.exp: Likewise.
12469 * gdb.cp/local.exp: Likewise.
12470 * gdb.cp/member-ptr.exp: Likewise.
12471 * gdb.cp/method.exp: Likewise.
12472 * gdb.cp/overload.exp: Likewise.
12473 * gdb.cp/templates.exp: Likewise.
12474 * gdb.stabs/weird.exp: Likewise.
12475 * lib/compiler.c: Likewise.
12476 * lib/compiler.cc: Likewise.
12477 * lib/cp-support.exp: Likewise.
12478 * lib/gdb.exp: Likewise.
12479
12480 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12481
12482 * configure.ac: Remove HP-UX case.
12483 * configure: Regenerate.
12484
12485 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12486
12487 * lib/gdb.exp (gdb_compile): Add function doc.
12488
12489 2015-12-17 Pedro Alves <palves@redhat.com>
12490
12491 PR threads/19354
12492 * gdb.multi/info-threads.exp: New file.
12493
12494 2015-12-15 Yao Qi <yao.qi@linaro.org>
12495
12496 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12497 is aarch64*-*-*.
12498
12499 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12500
12501 * gdb.base/history-duplicates.exp: Skip if no readline support.
12502
12503 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12504
12505 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12506
12507 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12508
12509 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12510
12511 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12512
12513 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12514 ctrl-C if nointerrupts target property is set.
12515 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12516 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12517 * gdb.base/paginate-bg-execution.exp: Likewise.
12518 * gdb.base/paginate-execution-startup.exp: Likewise.
12519 * gdb.base/random-signal.exp: Likewise.
12520 * gdb.base/range-stepping.exp: Likewise.
12521 * gdb.cp/annota2.exp: Likewise.
12522 * gdb.cp/annota3.exp: Likewise.
12523 * gdb.gdb/selftest.exp: Likewise.
12524 * gdb.threads/continue-pending-status.exp: Likewise.
12525 * gdb.threads/leader-exit.exp: Likewise.
12526 * gdb.threads/manythreads.exp: Likewise.
12527 * gdb.threads/pthreads.exp: Likewise.
12528 * gdb.threads/schedlock.exp: Likewise.
12529 * gdb.threads/sigthread.exp: Likewise.
12530
12531 2015-12-11 Don Breazeal <donb@codesourcery.com>
12532
12533 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12534 remote.
12535 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12536 * gdb.base/foll-exec.exp (main): Enable for target remote.
12537 * gdb.base/foll-fork.exp (main): Likewise.
12538 * gdb.base/foll-vfork.exp (main): Likewise.
12539 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12540 (proc continue_to_exit_bp_loc): Use clean_restart.
12541 * gdb.base/pie-execl.exp (main): Disable for target remote.
12542 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12543 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12544 * gdb.threads/execl.exp (main): Likewise.
12545 * gdb.threads/fork-child-threads.exp (main): Likewise.
12546 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12547 remote.
12548 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12549 remote.
12550 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12551 pid.tid style ptids, instead of just tid.
12552 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12553 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12554 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12555 ptids, instead of just tid.
12556
12557 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12558
12559 * gdb.base/list.exp (test_list_forward): Add end of file error
12560 test.
12561 (test_repeat_list_command): Add end of file error test.
12562 (test_list_backwards): Add beginning of file error test.
12563
12564 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12565
12566 * gdb.base/list.exp (test_list_invalid_args): New function,
12567 defined, and called.
12568
12569 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12570
12571 * gdb.base/list.exp (test_list): Make test names unique.
12572
12573 2015-12-11 Yao Qi <yao.qi@linaro.org>
12574
12575 * gdb.base/coremaker2.c: Remove.
12576
12577 2015-12-10 Pedro Alves <palves@redhat.com>
12578
12579 * gdb.multi/base.exp: Remove stale "spaces" references.
12580
12581 2015-12-10 Pedro Alves <palves@redhat.com>
12582
12583 * gdb.multi/base.exp: Don't use nowarnings.
12584 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12585 * gdb.multi/hangout.c: Include stdio.h.
12586 * gdb.multi/hello.c: Include stdlib.h.
12587 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12588 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12589 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12590
12591 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12592
12593 * gdb.dwarf2/dw2-ranges-base.c: New file.
12594 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12595 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12596 support additional line table, and debug ranges generation.
12597 (Dwarf::ranges): New function, generate .debug_ranges.
12598 (Dwarf::lines): Support generating simple line table programs.
12599 (Dwarf::assemble): Initialise new namespace variables.
12600
12601 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12602
12603 * gdb.base/async.exp (proc test_background): Add case for
12604 asynchronous execution not supported.
12605
12606 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12607
12608 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12609 format and change test names to make them unique.
12610
12611 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12612 Pedro Alves <pedro@redhat.com>
12613
12614 PR gdb/18702
12615 Add checking of floatformats setup on x86_64 hosts.
12616 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12617 (smallval, bigval): New labels/constants.
12618 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12619 float" after loading bigval and smallval.
12620
12621 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12622
12623 * gdb.ada/fun_overload_menu.exp: New testcase.
12624 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12625
12626 2015-12-04 Josh Stone <jistone@redhat.com>
12627
12628 * gdb.base/catch-fork-static.exp: New.
12629
12630 2015-12-03 Yao Qi <yao.qi@linaro.org>
12631
12632 * gdb.base/sizeof.c: Don't include stdio.h and
12633 ../lib/unbuffer_output.c.
12634 (main): New variable 'size' and 'value'. Remove printf and
12635 gdb_unbuffer_output. Assign return value to size and value.
12636 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12637 at the beginning.
12638 (check_sizeof): Check the result by printing variable 'size'.
12639 (check_valueof): Check the result by printing variable 'value'.
12640
12641 2015-12-01 Yao Qi <yao.qi@linaro.org>
12642
12643 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12644 for aarch64*-*-linux* target.
12645
12646 2015-11-30 Pedro Alves <palves@redhat.com>
12647
12648 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12649
12650 2015-11-30 Pedro Alves <palves@redhat.com>
12651
12652 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12653 Handle non-stop mode vCont replies.
12654
12655 2015-11-30 Pedro Alves <palves@redhat.com>
12656
12657 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12658 prepare_for_testing. Start gdb with "set non-stop on" appended to
12659 GDBFLAGS. Lax expected stop output.
12660
12661 2015-11-27 Yao Qi <yao.qi@linaro.org>
12662
12663 * gdb.arch/arm-neon.exp: New.
12664 * gdb.arch/arm-neon.c: New.
12665
12666 2015-11-27 Yao Qi <yao.qi@linaro.org>
12667
12668 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12669
12670 2015-11-27 Yao Qi <yao.qi@linaro.org>
12671
12672 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12673 frames-invalid annotation.
12674
12675 2015-11-27 Yao Qi <yao.qi@linaro.org>
12676
12677 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12678
12679 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12680
12681 * gdb.threads/names.exp: New file.
12682 * gdb.threads/names.c: New file.
12683 * README: Mention gdb,no_thread_names.
12684
12685 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12686
12687 PR 19297
12688 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12689 support" error.
12690
12691 2015-11-24 Pedro Alves <palves@redhat.com>
12692
12693 PR 17539
12694 * gdb.base/display.exp: Expect displays to be sorted in ascending
12695 order. Use multi_line.
12696 * gdb.base/solib-display.exp: Likewise.
12697
12698 2015-11-24 Pedro Alves <palves@redhat.com>
12699
12700 PR 17539
12701 * gdb.base/display.exp: Expect displays to be sorted in ascending
12702 order. Use multi_line.
12703 * gdb.base/solib-display.exp: Likewise.
12704
12705 2015-11-24 Pedro Alves <palves@redhat.com>
12706
12707 PR 17539
12708 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12709 threads in ascending order.
12710 * gdb.base/foll-fork.exp: Likewise.
12711 * gdb.base/foll-vfork.exp: Likewise.
12712 * gdb.base/multi-forks.exp: Likewise.
12713 * gdb.mi/mi-nonstop.exp: Likewise.
12714 * gdb.mi/mi-nsintrall.exp: Likewise.
12715 * gdb.multi/base.exp: Likewise.
12716 * gdb.multi/multi-arch.exp: Likewise.
12717 * gdb.python/py-inferior.exp: Likewise.
12718 * gdb.threads/break-while-running.exp: Likewise.
12719 * gdb.threads/execl.exp: Likewise.
12720 * gdb.threads/gcore-thread.exp: Likewise.
12721 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12722 * gdb.threads/kill.exp: Likewise.
12723 * gdb.threads/linux-dp.exp: Likewise.
12724 * gdb.threads/multiple-step-overs.exp: Likewise.
12725 * gdb.threads/next-bp-other-thread.exp: Likewise.
12726 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12727 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12728 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12729 * gdb.threads/thread-find.exp: Likewise.
12730 * gdb.threads/tls.exp: Likewise.
12731 * lib/mi-support.exp (mi_reverse_list): Delete.
12732 (mi_check_thread_states): No longer reverse list.
12733
12734 2015-11-24 Pedro Alves <palves@redhat.com>
12735
12736 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12737 use lowercase.
12738
12739 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12740
12741 * gdb.trace/actions.c: Include trace-common.h.
12742 (main): Add a location for a fast tracepoint.
12743 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12744 the normal tracepoints.
12745 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12746
12747 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12748
12749 * save-trace.exp: Factor out code to these...
12750 (gdb_save_tracepoints): New.
12751 (gdb_load_tracepoints): New.
12752 (do_save_load_test): New.
12753
12754 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12755
12756 * gdb.base/asmlabel.exp: New test.
12757 * gdb.base/asmlabel.c: New test case.
12758
12759 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12760
12761 * gdb.base/wrong_frame_bt_full-main.c: New file.
12762 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12763 * gdb.base/wrong_frame_bt_full.exp: New file.
12764
12765 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12766
12767 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12768
12769 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12770
12771 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12772 pstate register when comparing registers values in
12773 sparc64-*-linux-gnu targets to avoid spurious differences.
12774
12775 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12776
12777 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12778
12779 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12780
12781 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12782 as type argument to gdb_compile.
12783 * gdb.base/nested-subp2.exp: Likewise.
12784 * gdb.base/nested-subp3.exp: Likewise.
12785
12786 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12787
12788 * lib/dwarf.exp (_note): Fix left shift of negative value.
12789 * gdb.trace/trace-condition.exp: Likewise.
12790
12791 2015-11-13 Yao Qi <yao.qi@linaro.org>
12792
12793 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12794 comments about d10v.
12795 (test_scalar_returns): Likewise.
12796 * gdb.base/d10v.ld: Remove.
12797 * gdb.base/overlays.exp: Remove the target triplet checking for
12798 d10v-*-*.
12799 * gdb.base/structs.exp (test_struct_returns): Remove the
12800 comments about d10v.
12801 (test_struct_calls): Likewise.
12802
12803 2015-11-13 Yao Qi <yao.qi@linaro.org>
12804
12805 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12806 * gdb.base/gnu_vector.c: Don't include stdio.h.
12807 (main): Don't print res and call add_some_intvecs.
12808
12809 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12810
12811 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12812 macro.
12813 (func5): Removed.
12814 (func4): Use FAST_TRACEPOINT_LABEL.
12815 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12816 macro.
12817 (func): Removed.
12818 (thread_function): Use FAST_TRACEPOINT_LABEL.
12819 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12820 (func): Remove.
12821 (marker): Use FAST_TRACEPOINT_LABEL.
12822 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12823 (pendfunc1): Remove.
12824 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12825 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12826 (foo): Remove.
12827 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12828 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12829 macro.
12830 (func): Remove.
12831 (marker): Use FAST_TRACEPOINT_LABEL.
12832 * gdb.trace/trace-common.h: New header.
12833 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12834 macro.
12835 (func): Remove.
12836 (marker): Use FAST_TRACEPOINT_LABEL.
12837 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12838 (func): Remove.
12839 (thread_function): Use FAST_TRACEPOINT_LABEL.
12840
12841 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12842
12843 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12844 in front.
12845 * gdb.trace/change-loc.exp: Use global pcreg definition.
12846 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12847 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12848 in front.
12849 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12850 * gdb.trace/pending.exp: Likewise.
12851 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12852 * gdb.trace/trace-break.exp: Likewise.
12853 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12854 in front.
12855 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12856 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12857 in front.
12858 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12859
12860 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12861
12862 * gdb.ada/fin_fun_out: New testcase.
12863
12864 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12865
12866 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12867 value associated with DW_AT_byte_size.
12868 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12869 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12870 DW_AT_upper_bound.
12871
12872 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12873
12874 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12875 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12876 version.
12877 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12878 gdb.dwarf2/dw2-canonicalize-type.exp,
12879 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12880 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12881 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12882 provided by gdb_target_symbol_prefix_flags_asm.
12883 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12884 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12885 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12886 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12887 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12888 macros where needed). Use this macro for symbols which require
12889 the prefix provided by SYMBOL_PREFIX.
12890
12891 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12892
12893 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12894 New procs.
12895 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12896 representing expressions, of more than one list element.
12897 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12898 to prepend linker symbol prefix to f.
12899 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12900 table_1 and table_2.
12901 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12902 Likewise, for f and g.
12903 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12904 for ptr.
12905 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12906 for main.
12907 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12908 table_1_ptr and table_2_ptr.
12909
12910 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12911 Joel Brobecker <brobecker@adacore.com>
12912
12913 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12914
12915 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12916
12917 * gdb.reverse/s390-mvcle.c: New test.
12918 * gdb.reverse/s390-mvcle.exp: New file.
12919 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12920
12921 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12922
12923 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12924
12925 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12926
12927 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12928 reaching marker2.
12929 * gdb.reverse/getresuid-reverse.exp: Likewise.
12930 * gdb.reverse/pipe-reverse.exp: Likewise.
12931 * gdb.reverse/readv-reverse.exp: Likewise.
12932 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12933 * gdb.reverse/time-reverse.exp: Likewise.
12934 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12935
12936 2015-10-30 Yao Qi <yao.qi@linaro.org>
12937
12938 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12939 (empty_cycle): Remove.
12940 (main): Don't call empty_cycle. Don't use watch_count_done.
12941 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12942 empty_cycle. Rewrite the code counting HW watchpoints.
12943
12944 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12945
12946 * gdb.reverse/fstatat-reverse.c: New test.
12947 * gdb.reverse/fstatat-reverse.exp: New file.
12948 * gdb.reverse/getresuid-reverse.c: New test.
12949 * gdb.reverse/getresuid-reverse.exp: New file.
12950 * gdb.reverse/pipe-reverse.c: New test.
12951 * gdb.reverse/pipe-reverse.exp: New file.
12952 * gdb.reverse/readv-reverse.c: New test.
12953 * gdb.reverse/readv-reverse.exp: New file.
12954 * gdb.reverse/recvmsg-reverse.c: New test.
12955 * gdb.reverse/recvmsg-reverse.exp: New file.
12956 * gdb.reverse/time-reverse.c: New test.
12957 * gdb.reverse/time-reverse.exp: New file.
12958 * gdb.reverse/waitpid-reverse.c: New test.
12959 * gdb.reverse/waitpid-reverse.exp: New file.
12960
12961 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12962
12963 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12964
12965 2015-10-26 Doug Evans <dje@google.com>
12966
12967 PR symtab/17391
12968 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12969 * gdb.dwarf2/bad-regnum.c: New file.
12970 * gdb.dwarf2/bad-regnum.exp: New file.
12971
12972 2015-10-26 Doug Evans <dje@google.com>
12973
12974 PR python/18938
12975 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12976 file.
12977
12978 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12979
12980 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12981 for a change by "Mention language in compile error message".
12982
12983 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12984
12985 PR python/18073
12986 * gdb.python/py-type.c (C::a_method): New.
12987 (C::a_const_method): New.
12988 (C::a_static_method): New.
12989 (a_function): New.
12990 * gdb.python/py-type.exp (test_fields): Test getting fields
12991 from function and method.
12992
12993 2015-10-21 Keven Boell <keven.boell@intel.com>
12994
12995 * gdb.fortran/vla-alloc-assoc.exp: New file.
12996 * gdb.fortran/vla-datatypes.exp: New file.
12997 * gdb.fortran/vla-datatypes.f90: New file.
12998 * gdb.fortran/vla-history.exp: New file.
12999 * gdb.fortran/vla-ptype-sub.exp: New file.
13000 * gdb.fortran/vla-ptype.exp: New file.
13001 * gdb.fortran/vla-sizeof.exp: New file.
13002 * gdb.fortran/vla-sub.f90: New file.
13003 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13004 * gdb.fortran/vla-value-sub-finish.exp: New file.
13005 * gdb.fortran/vla-value-sub.exp: New file.
13006 * gdb.fortran/vla-value.exp: New file.
13007 * gdb.fortran/vla-ptr-info.exp: New file.
13008 * gdb.mi/mi-vla-fortran.exp: New file.
13009 * gdb.mi/vla.f90: New file.
13010
13011 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13012
13013 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13014 of hardwired timeout value.
13015
13016 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13017 Pedro Alves <palves@redhat.com>
13018
13019 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13020 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13021
13022 2015-10-19 Josh Stone <jistone@redhat.com>
13023
13024 * gdb.base/catch-syscall.c: Include <sched.h>.
13025 (unknown_syscall): New variable.
13026 (main): Trigger a vfork and an unknown syscall.
13027 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13028 (unknown_syscall_number): Likewise.
13029 (check_call_to_syscall): Accept an optional syscall pattern.
13030 (check_return_from_syscall): Likewise.
13031 (check_continue): Likewise.
13032 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13033 (test_catch_syscall_skipping_return): New test toggling off 'catch
13034 syscall' to step over the syscall return, then toggling back on.
13035 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13036 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13037 (do_syscall_tests): Call test_catch_syscall_without_args and
13038 test_catch_syscall_mid_vfork.
13039 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13040 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13041
13042 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13043
13044 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13045 print g_vE): Add new pass patterns.
13046 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13047 print various symbol names for vptr fields.
13048
13049 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13050
13051 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13052 results.
13053
13054 2015-10-12 Yao Qi <yao.qi@linaro.org>
13055
13056 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13057
13058 2015-10-12 Yao Qi <yao.qi@linaro.org>
13059
13060 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13061 is aarch64*-*-linux*.
13062
13063 2015-10-12 Yao Qi <yao.qi@linaro.org>
13064
13065 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13066 (can_relocate_bcond_true): ... it.
13067 (can_relocate_bcond_false): New function.
13068 (foo): Likewise.
13069 (can_relocate_bl): Likewise.
13070 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13071 can_relocate_bl.
13072
13073 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13074
13075 * gdb.base/nested-addr.c: New file.
13076 * gdb.base/nested-addr.exp: New testcase.
13077
13078 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13079
13080 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13081 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13082 its output. Ignore the output of "record goto begin" and instead
13083 check that GDB is replaying.
13084
13085 2015-10-09 Pedro Alves <palves@redhat.com>
13086
13087 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13088 (top level): Use it in the run with no args test.
13089
13090 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13091
13092 * gdb.dlang/properties.exp: New file.
13093
13094 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13095
13096 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13097 whether or not address 0x1000 is mapped on the target.
13098
13099 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13100
13101 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13102 build.
13103
13104 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13105
13106 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13107 instruction-history test.
13108
13109 2015-09-28 Doug Evans <dje@google.com>
13110
13111 * gdb.base/gcore.c (array_func): Add reference to static_array.
13112
13113 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13114
13115 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13116 source line.
13117
13118 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13119
13120 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13121 short or char as base type.
13122
13123 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13124
13125 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13126 to allow any size enum.
13127
13128 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13129
13130 * gdb.ada/array_ptr_renaming.exp: New testcase.
13131 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13132 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13133
13134 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13135
13136 * gdb.trace/ftrace-lock.c: New file.
13137 * gdb.trace/ftrace-lock.exp: New file.
13138
13139 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13140
13141 * gdb.arch/insn-reloc.c: New file.
13142 * gdb.arch/ftrace-insn-reloc.exp: New file.
13143
13144 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13145
13146 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13147 instruction.
13148 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13149 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13150 * gdb.trace/range-stepping.c: Likewise.
13151 * gdb.trace/trace-break.c: Likewise.
13152 * gdb.trace/trace-mt.c (thread_function): Likewise.
13153 * gdb.trace/ftrace.c (marker): Likewise.
13154 * gdb.trace/trace-condition.c (marker): Likewise.
13155 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13156 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13157 is_aarch64_target.
13158
13159 2015-09-18 Doug Evans <xdje42@gmail.com>
13160
13161 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13162 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13163
13164 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13165
13166 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13167 the breakpoint.
13168
13169 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13170
13171 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13172 the pending breakpoint. Remove timeout override for "Run till
13173 MI pending breakpoint on pendfunc3 on thread 2" test.
13174
13175 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13176
13177 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13178 filename pattern.
13179
13180 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13181
13182 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13183 in breakpoint filename pattern.
13184
13185 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13186
13187 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13188
13189 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13190
13191 * gdb.linespec/explicit.exp: Check for readline support for
13192 tab-completion tests. Fix obvious typo.
13193
13194 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13195
13196 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13197 and replay.
13198
13199 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13200
13201 * gdb.btrace/non-stop.c: New.
13202 * gdb.btrace/non-stop.exp: New.
13203
13204 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13205 Yao Qi <yao.qi@linaro.org>
13206
13207 * gdb.trace/trace-condition.c: New file.
13208 * gdb.trace/trace-condition.exp: New file.
13209
13210 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13211
13212 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13213 for testing bytecode compilation.
13214
13215 2015-09-16 Pedro Alves <palves@redhat.com>
13216 Sandra Loosemore <sandra@codesourcery.com>
13217
13218 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13219 (SECONDS): Redefine.
13220 (main): Call pthread_kill and alarm early.
13221 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13222 support.
13223 (test): If the target can't hardware step and doesn't support
13224 displaced stepping, increase the timeout.
13225
13226 2015-09-16 Pedro Alves <palves@redhat.com>
13227
13228 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13229 (enable_debug): New procedures.
13230 (test): Use them. Bail out if waiting for threads fails.
13231 (top level): Bail out if a test fails.
13232
13233 2015-09-16 Yao Qi <yao.qi@linaro.org>
13234
13235 * gdb.asm/asm-source.exp: Set asm-arch for
13236 aarch64*-*-* target.
13237 * gdb.asm/aarch64.inc: New file.
13238
13239 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13240
13241 * gdb.ada/array_of_variable_length.exp: New testcase.
13242 * gdb.ada/array_of_variable_length/foo.adb: New file.
13243 * gdb.ada/array_of_variable_length/pck.adb: New file.
13244 * gdb.ada/array_of_variable_length/pck.ads: New file.
13245
13246 2015-09-15 Doug Evans <dje@google.com>
13247
13248 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13249 of function static local variable.
13250
13251 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13252
13253 * gdb.threads/tls-so_extern.exp: New test file.
13254 * gdb.threads/tls-so_extern.c: New test file.
13255 * gdb.threads/tls-so_extern_main.c: New test file.
13256
13257 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13258
13259 * gdb.opt/solib-intra-step-lib.c: New file.
13260 * gdb.opt/solib-intra-step-main.c: New file.
13261 * gdb.opt/solib-intra-step.exp: New file.
13262
13263 2015-09-15 Pedro Alves <palves@redhat.com>
13264
13265 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13266 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13267
13268 2015-09-14 Pedro Alves <palves@redhat.com>
13269
13270 * gdb.base/hook-stop-continue.c: Delete.
13271 * gdb.base/hook-stop-continue.exp: Delete.
13272 * gdb.base/hook-stop-frame.c: Delete.
13273 * gdb.base/hook-stop-frame.exp: Delete.
13274 * gdb.base/hook-stop.c: New file.
13275 * gdb.base/hook-stop.exp: New file.
13276
13277 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13278
13279 * gdb.ada/access_to_packed_array.exp: New testcase.
13280 * gdb.ada/access_to_packed_array/foo.adb: New file.
13281 * gdb.ada/access_to_packed_array/pack.adb: New file.
13282 * gdb.ada/access_to_packed_array/pack.ads: New file.
13283
13284 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13285
13286 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13287 buffer size test.
13288
13289 2015-09-11 Don Breazeal <donb@codesourcery.com>
13290
13291 * gdb.base/foll-exec.c: Add copyright header. Fix
13292 formatting issues.
13293 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13294 (do_exec_tests): Use clean_restart in place of zap_session,
13295 and for test initialization. Fix formatting issues. Use
13296 fail in place of perror.
13297 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13298 an expect statement to match an expression with output from
13299 the program under debug.
13300 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13301 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13302 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13303 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13304 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13305
13306 2015-09-09 Doug Evans <dje@google.com>
13307
13308 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13309
13310 2015-09-09 Doug Evans <dje@google.com>
13311
13312 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13313
13314 2015-09-09 Doug Evans <dje@google.com>
13315
13316 * gdb.base/savedregs.exp: Fix typo.
13317
13318 2015-09-09 Pedro Alves <palves@redhat.com>
13319
13320 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13321
13322 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13323
13324 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13325 command actually switches threads. Give up on remaining
13326 tests if target fails to stop at breakpoint.
13327
13328 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13329
13330 * gdb.ada/funcall_char.exp: New testcase.
13331 * gdb.ada/funcall_char/foo.adb: New file.
13332
13333 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13334
13335 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13336 expected outputs. Add two testcases for completing ambiguous
13337 functions.
13338 * gdb.ada/complete/aux_pck.adb: New file.
13339 * gdb.ada/complete/aux_pck.ads: New file.
13340 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13341 Ambiguous_Func functions.
13342 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13343 * gdb.ada/complete/pck.adb: Likewise.
13344
13345 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13346
13347 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13348 failures to run the test program under GDB.
13349
13350 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13351
13352 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13353 to C.
13354
13355 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13356
13357 * gdb.base/run-after-attach.exp: New test file.
13358 * gdb.base/run-after-attach.c: New test file.
13359
13360 2015-08-26 Don Breazeal <donb@codesourcery.com>
13361
13362 * gdb.base/foll-exec-2.c: New test program.
13363 * gdb.base/foll-exec-2.exp: New test.
13364
13365 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13366
13367 * gdb.base/nested-subp1.exp: New file.
13368 * gdb.base/nested-subp1.c: New file.
13369 * gdb.base/nested-subp2.exp: New file.
13370 * gdb.base/nested-subp2.c: New file.
13371 * gdb.base/nested-subp3.exp: New file.
13372 * gdb.base/nested-subp3.c: New file.
13373
13374 2015-08-24 Pedro Alves <palves@redhat.com>
13375
13376 * gdb.server/connect-without-multi-process.c: New file.
13377 * gdb.server/connect-without-multi-process.exp: New file.
13378
13379 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13380
13381 * gdb.opt/inline-markers.c: Make z int.
13382
13383 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13384
13385 * gdb.opt/inline-markers.c: Make z volatile.
13386
13387 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13388
13389 * gdb.opt/inline-bt.c: New volatile global z.
13390 * gdb.opt/inline-cmds.c: Likewise.
13391 * gdb.opt/inline-locals.c: Likewise.
13392 * gdb.opt/inline-markers.c: New extern global z.
13393 (marker): Use z.
13394 (inline_fn): Likewise.
13395
13396 2015-08-24 Pedro Alves <palves@redhat.com>
13397
13398 * config/m32r-stub.exp: Remove file.
13399 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13400 * gdb.base/call-rt-st.exp: Likewise.
13401 * gdb.base/call-strs.exp: Likewise.
13402 * gdb.base/default.exp: Remove references to h8300-*-hms and
13403 *-*-udi*.
13404 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13405
13406 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13407
13408 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13409 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13410 and "return" use KFAIL when GDB can not read/write the vector
13411 return value.
13412
13413 2015-08-21 Gary Benson <gbenson@redhat.com>
13414
13415 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13416
13417 2015-08-20 Pedro Alves <palves@redhat.com>
13418
13419 * gdb.server/solib-list.exp: No longer expect an interior stop in
13420 non-stop mode.
13421
13422 2015-08-20 Pedro Alves <palves@redhat.com>
13423
13424 * gdb.server/connect-stopped-target.c: New file.
13425 * gdb.server/connect-stopped-target.exp: New file.
13426
13427 2015-08-20 Pedro Alves <palves@redhat.com>
13428
13429 * gdb.dwarf2/comp-unit-lang.exp: New file.
13430 * gdb.dwarf2/comp-unit-lang.c: New file.
13431
13432 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13433
13434 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13435 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13436
13437 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13438
13439 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13440 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13441
13442 2015-08-18 Doug Evans <dje@google.com>
13443 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13444
13445 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13446 skip_python_tests. New arg prompt_regexp.
13447 (skip_python_tests): New function.
13448 * lib/mi-support.exp (mi_skip_python_tests): New function.
13449 * gdb.python/py-mi-objfile-gdb.py: New file.
13450 * gdb.python/py-mi-objfile.c: New file.
13451 * gdb.python/py-mi-objfile.exp: New file.
13452
13453 2015-08-17 Keith Seitz <keiths@redhat.com>
13454
13455 * gdb.linespec/explicit.exp: Move strace test from here ...
13456 * gdb.trace/strace.exp: ... to here.
13457
13458 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13459
13460 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13461 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13462
13463 2015-08-14 Doug Evans <xdje42@gmail.com>
13464
13465 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13466 inferior before selecting a new file.
13467
13468 2015-08-14 Doug Evans <xdje42@gmail.com>
13469
13470 * gdb.mi/mi-disassemble.exp: Update.
13471 * gdb.base/disasm-optim.S: New file.
13472 * gdb.base/disasm-optim.c: New file.
13473 * gdb.base/disasm-optim.h: New file.
13474 * gdb.base/disasm-optim.exp: New file.
13475
13476 2015-08-14 Keith Seitz <keiths@redhat.com>
13477
13478 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13479 "evaluated-by".
13480
13481 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13482
13483 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13484
13485 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13486
13487 * gdb.ada/fun_renaming.exp: New testcase.
13488 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13489 * gdb.ada/fun_renaming/pack.adb: New file.
13490 * gdb.ada/fun_renaming/pack.ads: New file.
13491
13492 2015-08-12 Keith Seitz <keiths@redhat.com>
13493
13494 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13495 gdb_get_line_number.
13496
13497 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13498
13499 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13500 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13501 gdb.base/dso2dso.exp: New files.
13502
13503 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13504 Pedro Alves <palves@redhat.com>
13505 Keith Seitz <keiths@redhat.com>
13506
13507 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13508 GDBFLAGS.
13509
13510 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13511
13512 * gdb.base/gdbhistsize-history.exp
13513 (test_histsize_history_setting): Use save_vars.
13514 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13515 Use save_vars.
13516 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13517 * gdb.base/readline.exp: Use save_vars.
13518
13519 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13520
13521 * lib/gdb.exp (save_vars): New proc.
13522
13523 2015-08-11 Keith Seitz <keiths@redhat.com>
13524
13525 * gdb.base/help.exp: Update help_breakpoint_text.
13526
13527 2015-08-11 Keith Seitz <keiths@redhat.com>
13528
13529 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13530 (at toplevel): Call test_explicit_breakpoints.
13531 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13532 breakpoints.
13533 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13534 breakpoint conditions, "-cond".
13535
13536 2015-08-11 Keith Seitz <keiths@redhat.com>
13537
13538 * gdb.linespec/3explicit.c: New file.
13539 * gdb.linespec/cpexplicit.cc: New file.
13540 * gdb.linespec/cpexplicit.exp: New file.
13541 * gdb.linespec/explicit.c: New file.
13542 * gdb.linespec/explicit.exp: New file.
13543 * gdb.linespec/explicit2.c: New file.
13544 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13545 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13546 before using in the matching pattern.
13547 Clarify that `prefix' is a regular expression.
13548
13549 2015-08-11 Keith Seitz <keiths@redhat.com>
13550
13551 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13552 test.
13553 Add tests for missing ",FMT" and ",".
13554
13555 2015-08-10 Doug Evans <dje@google.com>
13556 Keith Seitz <keiths@redhat.com>
13557
13558 PR gdb/17960
13559 * gdb.base/completion.exp: Add location completer tests.
13560
13561 2015-08-07 Pedro Alves <palves@redhat.com>
13562
13563 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13564 tests here.
13565 (top level): Run do_test with and without displaced stepping.
13566
13567 2015-08-07 Pedro Alves <palves@redhat.com>
13568
13569 * gdb.base/valgrind-disp-step.c: New file.
13570 * gdb.base/valgrind-disp-step.exp: New file.
13571
13572 2015-08-07 Pedro Alves <palves@redhat.com>
13573
13574 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13575 Delete function.
13576 (main): Add alarm. Run an infinite loop instead of calling
13577 wait_threads.
13578 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13579 comment.
13580 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13581 Delete function.
13582 (main): Add alarm. Run an infinite loop instead of calling
13583 wait_threads.
13584 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13585 comment.
13586
13587 2015-08-07 Pedro Alves <palves@redhat.com>
13588
13589 * gdb.base/checkpoint-ns.exp: New file.
13590 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13591 standard_testfile.
13592
13593 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13594
13595 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13596 * gdb.btrace/instruction_history.exp: Update.
13597 * gdb.btrace/tsx.exp: New.
13598 * gdb.btrace/tsx.c: New.
13599
13600 2015-08-06 Pedro Alves <palves@redhat.com>
13601
13602 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13603 increase timeout.
13604 * gdb.reverse/until-precsave.exp: Bump timeouts.
13605
13606 2015-08-06 Pedro Alves <palves@redhat.com>
13607
13608 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13609
13610 2015-08-06 Pedro Alves <palves@redhat.com>
13611
13612 PR gdb/18749
13613 * gdb.threads/process-dies-while-handling-bp.c: New file.
13614 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13615
13616 2015-08-06 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13619 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13620
13621 2015-08-05 Pedro Alves <palves@redhat.com>
13622
13623 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13624 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13625
13626 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13627
13628 * gdb.base/bp-permanent.exp: Report test as unsupported if
13629 the target cannot stop at the permanent breakpoint.
13630
13631 2015-08-03 Doug Evans <dje@google.com>
13632
13633 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13634 10000.
13635
13636 2015-08-03 Doug Evans <dje@google.com>
13637
13638 * Makefile.in (workers/%.worker, build-perf): New rule.
13639 (GDB_PERFTEST_MODE): New variable.
13640 (check-perf): Use it.
13641 (clean): Clean up gdb.perf parallel build subdirs.
13642 * lib/build-piece.exp: New file.
13643 * lib/gdb.exp (make_gdb_parallel_path): New function
13644 (standard_output_file, standard_temp_file): Call it.
13645 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13646 of $GDB_PARALLEL.
13647 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13648
13649 2015-08-03 Doug Evans <dje@google.com>
13650
13651 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13652 (LOG_FILE_NAME): New global.
13653 (TextReporter.__init__): Initialize self.txt_sum.
13654 (TextReporter.report): Add support for multiple data-points.
13655 Move report to perftest.sum, put raw data in perftest.log.
13656 (TextReporter.start): Open sum and log files.
13657 (TextReporter.end): Close sum and log files.
13658 * gdb.perf/lib/perftest/testresult.py
13659 (SingleStatisticTestResult.record): Handle multiple data-points.
13660
13661 2015-07-31 Pedro Alves <palves@redhat.com>
13662
13663 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13664 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13665 kill_wait_spawned_process instead of explicit "kill -9".
13666 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13667 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13668 kill_wait_spawned_process.
13669 * gdb.base/attach-twice.exp: Likewise.
13670 * gdb.base/attach.exp: Likewise.
13671 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13672 gdb_test_multiple.
13673 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13674 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13675 kill_wait_spawned_process.
13676 * gdb.base/valgrind-infcall.exp: Likewise.
13677 * gdb.multi/multi-attach.exp: Likewise.
13678 * gdb.python/py-prompt.exp: Likewise.
13679 * gdb.python/py-sync-interp.exp: Likewise.
13680 * gdb.server/ext-attach.exp: Likewise.
13681 * gdb.threads/attach-into-signal.exp (corefunc): Use
13682 spawn_wait_for_attach, spawn_id_get_pid and
13683 kill_wait_spawned_process.
13684 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13685 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13686 spawn_id_get_pid and kill_wait_spawned_process.
13687 * gdb.threads/attach-stopped.exp (corefunc): Use
13688 spawn_wait_for_attach, spawn_id_get_pid and
13689 kill_wait_spawned_process.
13690 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13691 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13692 kill_wait_spawned_process instead of explicit "kill -9".
13693 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13694 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13695 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13696 processes. Don't map cygwin/windows pids here. Now returns a
13697 spawn id list.
13698
13699 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13700
13701 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13702 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13703 correct patch.
13704
13705 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13706
13707 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13708
13709 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13710
13711 Reapply:
13712 2014-05-21 Mark Wielaard <mjw@redhat.com>
13713
13714 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13715
13716 2015-07-30 Pedro Alves <palves@redhat.com>
13717
13718 * linux-low.c (handle_extended_wait): Set the child's last
13719 reported status to TARGET_WAITKIND_STOPPED.
13720
13721 2015-07-30 Pedro Alves <palves@redhat.com>
13722
13723 PR threads/18600
13724 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13725 only shows inferior 1.
13726
13727 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13728 Pedro Alves <palves@redhat.com>
13729
13730 PR threads/18600
13731 * gdb.threads/fork-plus-threads.c: New file.
13732 * gdb.threads/fork-plus-threads.exp: New file.
13733
13734 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13735
13736 * gdb.base/batch-preserve-term-settings.exp
13737 (test_terminal_settings_preserved_after_cli_exit): Use
13738 send_quit_command.
13739
13740 2015-07-29 Pedro Alves <palves@redhat.com>
13741 Don Breazeal <donb@codesourcery.com>
13742
13743 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13744 output from both inferior_spawn_id and gdb_spawn_id.
13745
13746 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13747
13748 * gdb.threads/attach-into-signal.exp (corefunc): Use
13749 with_test_prefix on nested loops, uniquefying the test messages.
13750
13751 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13752
13753 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13754 commit.
13755
13756 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13757
13758 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13759 New proc.
13760 (test_terminal_settings_preserved_after_sigterm): New test.
13761
13762 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13763
13764 * gdb.base/batch-preserve-term-settings.exp
13765 (test_terminal_settings_preserved_after_cli_exit): New test.
13766
13767 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13768
13769 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13770 manipulation of saved_gdbflags.
13771 (test_terminal_settings_preserved): Remove global declaration of
13772 the unused variable pagination_prompt. Remove manipulation of
13773 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13774 GDBFLAGS.
13775
13776 2015-07-29 Pedro Alves <palves@redhat.com>
13777
13778 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13779
13780 2015-07-29 Pedro Alves <palves@redhat.com>
13781
13782 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13783 at the top.
13784
13785 2015-07-29 Pedro Alves <palves@redhat.com>
13786
13787 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13788 (main): Call gdb_unbuffer_output.
13789 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13790 (main): Call gdb_unbuffer_output.
13791 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13792 (main): Call gdb_unbuffer_output.
13793 * gdb.base/call-strs.exp: Adjust to step over the
13794 gdb_unbuffer_output call.
13795 * gdb.base/catch-gdb-caused-signals.c: Include
13796 "../lib/unbuffer_output.c".
13797 (main): Call gdb_unbuffer_output.
13798 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13799 (main): Call gdb_unbuffer_output.
13800 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13801 (main): Call gdb_unbuffer_output.
13802 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13803 (main): Call gdb_unbuffer_output.
13804 * gdb.base/shlib-call.exp: Adjust to step over the
13805 gdb_unbuffer_output call.
13806 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13807 (main): Call gdb_unbuffer_output.
13808 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13809 (main): Call gdb_unbuffer_output.
13810 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13811 (main): Rename to ...
13812 (test): ... this.
13813 (main): Reimplement.
13814 * gdb.base/varargs.exp: Run to test instead of to main.
13815 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13816 (main): Call gdb_unbuffer_output.
13817
13818 2015-07-29 Pedro Alves <palves@redhat.com>
13819
13820 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13821 factore out from mi_continue_dprintf. For call-style dprintfs,
13822 expect dprintf output out of $inferior_spawn_id.
13823 (mi_continue_dprintf): Use mi_expect_dprintf.
13824 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13825 (main): Call gdb_unbuffer_output.
13826
13827 2015-07-29 Pedro Alves <palves@redhat.com>
13828
13829 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13830 (default_mi_gdb_start): Set inferior_spawn_id instead of
13831 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13832 gdb_spawn_id.
13833 (mi_gdb_test): Always expect inferior output from both
13834 $inferior_spawn_id and $gdb_spawn_id.
13835
13836 2015-07-29 Pedro Alves <palves@redhat.com>
13837
13838 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13839 send_inferior and $inferior_spawn_id.
13840
13841 2015-07-29 Pedro Alves <palves@redhat.com>
13842
13843 * gdb.gdb/complaints.exp (test_initial_complaints)
13844 (test_serial_complaints, test_short_complaints): Use
13845 gdb_test_stdio.
13846 (test_empty_complaint): Handle $inferior_spawn_id !=
13847 $gdb_spawn_id.
13848
13849 2015-07-29 Pedro Alves <palves@redhat.com>
13850
13851 * gdb.base/varargs.exp: Use gdb_test_stdio.
13852
13853 2015-07-29 Pedro Alves <palves@redhat.com>
13854
13855 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13856
13857 2015-07-29 Pedro Alves <palves@redhat.com>
13858
13859 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13860
13861 2015-07-29 Pedro Alves <palves@redhat.com>
13862
13863 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13864 parameter into two new parameters, "inf_result" and "gdb_result".
13865 Expect inferior output and gdb output from $inferior_spawn_id and
13866 $gdb_spawn_id, respectively. Adjust all callers.
13867
13868 2015-07-29 Pedro Alves <palves@redhat.com>
13869
13870 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13871 of gdb_test_sequence.
13872
13873 2015-07-29 Pedro Alves <palves@redhat.com>
13874
13875 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13876 (saw_spurious_output): Expect inferior output from
13877 $inferior_spawn_id. Use gdb_test_stdio.
13878
13879 2015-07-29 Pedro Alves <palves@redhat.com>
13880
13881 * gdb.base/dprintf.exp: Use standard_testfile. Change
13882 prepare_for_testing call.
13883 (srcfile): Don't set.
13884 (restart): New procedure.
13885 (test_dprintf): New procecure, use to continue over dprintfs.
13886 (test_call, test_agent): New procedures, tests moved here.
13887 Restart gdb and recreate dprintfs. Adjust expected output.
13888
13889 2015-07-29 Pedro Alves <palves@redhat.com>
13890
13891 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13892
13893 2015-07-29 Pedro Alves <palves@redhat.com>
13894
13895 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13896
13897 2015-07-29 Pedro Alves <palves@redhat.com>
13898
13899 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13900 gdb_test_stdio.
13901
13902 2015-07-29 Pedro Alves <palves@redhat.com>
13903
13904 * lib/gdb.exp (gdb_test_stdio): New procedure.
13905
13906 2015-07-29 Pedro Alves <palves@redhat.com>
13907
13908 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13909
13910 2015-07-29 Pedro Alves <palves@redhat.com>
13911
13912 * gdb.base/call-signal-resume.exp: Remove check for
13913 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13914 * gdb.base/unwindonsignal.exp: Likewise.
13915 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13916 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13917
13918 2015-07-29 Pedro Alves <palves@redhat.com>
13919
13920 * gdb.base/siginfo-addr.c (pass): New function.
13921 (handler): Call it iff si_addr is correct.
13922 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13923 Set a breakpoint at "pass" and continue to it.
13924
13925 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13926
13927 * gdb.python/py-objfile.exp: Make some tests have unique names.
13928 * gdb.python/py-pp-registration.exp: Likewise.
13929
13930 2015-07-28 Pedro Alves <palves@redhat.com>
13931
13932 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13933
13934 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13935
13936 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13937
13938 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13939
13940 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13941
13942 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13943
13944 * gdb.base/gdb-sigterm-2.exp: New test.
13945
13946 2015-07-25 Doug Evans <xdje42@gmail.com>
13947
13948 Revert:
13949 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13950 (workers/%.worker, build-perf): New rule.
13951 (GDB_PERFTEST_MODE): New variable.
13952 (check-perf): Use it.
13953 (clean): Clean up gdb.perf parallel build subdirs.
13954 * lib/build-piece.exp: New file.
13955 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13956 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13957 name.
13958 (standard_temp_file): Ditto.
13959 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13960 of $GDB_PARALLEL.
13961
13962 2015-07-24 Doug Evans <dje@google.com>
13963
13964 * gdb.perf/lib/perftest/utils.py: New file.
13965 * gdb.perf/gm-hello.cc: New file.
13966 * gdb.perf/gm-pervasive-typedef.cc: New file.
13967 * gdb.perf/gm-pervasive-typedef.h: New file.
13968 * gdb.perf/gm-std.cc: New file.
13969 * gdb.perf/gm-std.h: New file.
13970 * gdb.perf/gm-use-cerr.cc: New file.
13971 * gdb.perf/gm-utils.h: New file.
13972 * gdb.perf/gmonster-null-lookup.py: New file.
13973 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13974 * gdb.perf/gmonster-print-cerr.py: New file.
13975 * gdb.perf/gmonster-ptype-string.py: New file.
13976 * gdb.perf/gmonster-runto-main.py: New file.
13977 * gdb.perf/gmonster-select-file.py: New file.
13978 * gdb.perf/gmonster1-null-lookup.exp: New file.
13979 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13980 * gdb.perf/gmonster1-print-cerr.exp: New file.
13981 * gdb.perf/gmonster1-ptype-string.exp: New file.
13982 * gdb.perf/gmonster1-runto-main.exp: New file.
13983 * gdb.perf/gmonster1-select-file.exp: New file.
13984 * gdb.perf/gmonster1.cc: New file.
13985 * gdb.perf/gmonster1.exp: New file.
13986 * gdb.perf/gmonster2-null-lookup.exp: New file.
13987 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13988 * gdb.perf/gmonster2-print-cerr.exp: New file.
13989 * gdb.perf/gmonster2-ptype-string.exp: New file.
13990 * gdb.perf/gmonster2-runto-main.exp: New file.
13991 * gdb.perf/gmonster2-select-file.exp: New file.
13992 * gdb.perf/gmonster2.cc: New file.
13993 * gdb.perf/gmonster2.exp: New file.
13994
13995 2015-07-24 Doug Evans <dje@google.com>
13996
13997 * gdb.perf/README: New file.
13998 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13999 * lib/gen-perf-test.exp: New file.
14000
14001 2015-07-24 Doug Evans <dje@google.com>
14002
14003 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14004 (PerfTest::startup): New function.
14005 (PerfTest::run): Return result of calling body.
14006 (PerfTest::assemble): Rewrite.
14007 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14008 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14009 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14010 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14011 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14012
14013 2015-07-24 Doug Evans <dje@google.com>
14014
14015 * lib/gdb.exp (clean_restart): Make executable optional.
14016
14017 2015-07-24 Doug Evans <dje@google.com>
14018
14019 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14020 compiler_info references.
14021 * gdb.cp/temargs.exp: Ditto.
14022 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14023 (get_compiler_info): Early exit if already computed. Set compiler_info
14024 to "unknown" if there was a problem.
14025 (test_compiler_info): Add function comment. Call get_compiler_info.
14026
14027 2015-07-24 Doug Evans <dje@google.com>
14028
14029 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14030 (workers/%.worker, build-perf): New rule.
14031 (GDB_PERFTEST_MODE): New variable.
14032 (check-perf): Use it.
14033 (clean): Clean up gdb.perf parallel build subdirs.
14034 * lib/build-piece.exp: New file.
14035 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14036 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14037 name.
14038 (standard_temp_file): Ditto.
14039 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14040 of $GDB_PARALLEL.
14041
14042 2015-07-24 Doug Evans <dje@google.com>
14043
14044 * lib/future.exp (gdb_default_target_compile): New option
14045 "early_flags".
14046 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14047 --as-needed.
14048
14049 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14050
14051 * gdb.base/catch-syscall.exp: Call gdb_exit before
14052 gdb_skip_xml_test.
14053
14054 2015-07-24 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.python/py-events.exp: Accept output between the stop event
14057 and the prompt.
14058 * gdb.python/py-evsignal.exp: Likewise.
14059 * gdb.python/py-evthreads.exp: Likewise.
14060
14061 2015-07-24 Pedro Alves <palves@redhat.com>
14062
14063 PR gdb/18717
14064 * gdb.threads/non-ldr-exit.c: New file.
14065 * gdb.threads/non-ldr-exit.exp: New file.
14066
14067 2015-07-24 Yao Qi <yao.qi@linaro.org>
14068
14069 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14070 restarting process.
14071
14072 2015-07-24 Yao Qi <yao.qi@linaro.org>
14073
14074 * gdb.server/ext-restart.exp: New file.
14075
14076 2015-07-24 Yao Qi <yao.qi@linaro.org>
14077
14078 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14079 argument options.
14080 * gdb.server/ext-wrapper.exp: New file.
14081
14082 2015-07-23 Doug Evans <dje@google.com>
14083
14084 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14085 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14086
14087 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14088
14089 * gdb.ada/var_arr_typedef.exp: New testcase.
14090 * gdb.ada/var_arr_typedef/pack.adb: New file.
14091 * gdb.ada/var_arr_typedef/pack.ads: New file.
14092 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14093
14094 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14095
14096 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14097
14098 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14099
14100 * gdb.arch/i386-biarch-core.exp: Replace istarget
14101 by "complete set gnutarget". Remove expectation for the "core-file"
14102 command.
14103
14104 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14105
14106 Revert the previous commit:
14107 Tests for validate symbol file using build-id.
14108
14109 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14110
14111 Tests for validate symbol file using build-id.
14112 * gdb.base/solib-mismatch-lib.c: New file.
14113 * gdb.base/solib-mismatch-libmod.c: New file.
14114 * gdb.base/solib-mismatch.c: New file.
14115 * gdb.base/solib-mismatch.exp: New file.
14116
14117 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14118
14119 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14120 nios2-*-linux*.
14121 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14122 * gdb.base/siginfo.exp: Likewise.
14123 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14124
14125 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14126
14127 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14128 Move it to ...
14129 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14130 ... here.
14131 * gdb.trace/range-stepping.exp: Check that the target supports
14132 range stepping.
14133
14134 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14135
14136 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14137
14138 2015-07-14 Pedro Alves <palves@redhat.com>
14139
14140 * gdb.base/killed-outside.exp: New file.
14141 * gdb.base/killed-outside.c: New file.
14142
14143 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14144
14145 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14146 (n at main): New.
14147 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14148
14149 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14150
14151 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14152 infcall tests instead of setting up for KFAIL.
14153
14154 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14155
14156 * gdb.btrace/record_goto-step.exp: New.
14157
14158 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14159
14160 PR compile/18484
14161 * gdb.compile/compile.c (struct struct_type): Add volatile to
14162 selffield's type.
14163 * gdb.compile/compile.exp
14164 (compile code struct_object.selffield = &struct_object): Skip further
14165 struct_object tests if this one xfails.
14166
14167 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14168
14169 PR exp/18617
14170 * gdb.trace/ax.exp: Add test.
14171
14172 2015-07-07 Yao Qi <yao.qi@linaro.org>
14173
14174 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14175 instead of istarget "aarch64*-*-*".
14176 * gdb.arch/aarch64-fp.exp: Likewise.
14177 * gdb.base/float.exp: Likewise.
14178 * gdb.reverse/aarch64.exp: Likewise.
14179 * lib/gdb.exp (is_aarch64_target): New proc.
14180
14181 2015-07-07 Yao Qi <yao.qi@linaro.org>
14182
14183 * lib/gdb.exp (is_aarch32_target): New proc.
14184 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14185 instead of "istarget "arm*-*-*"".
14186 * gdb.arch/arm-disp-step.exp: Likewise.
14187 * gdb.arch/thumb-bx-pc.exp: Likewise.
14188 * gdb.arch/thumb-prologue.exp: Likewise.
14189 * gdb.arch/thumb-singlestep.exp: Likewise.
14190 * gdb.base/disp-step-syscall.exp: Likewise.
14191 * gdb.base/float.exp: Likewise.
14192
14193 2015-07-07 Yao Qi <yao.qi@linaro.org>
14194
14195 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14196 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14197
14198 2015-07-07 Yao Qi <yao.qi@linaro.org>
14199
14200 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14201 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14202 if it exists.
14203 * gdb.multi/multi-arch.exp: Likewise.
14204
14205 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14206
14207 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14208 print.
14209
14210 2015-07-07 Yao Qi <yao.qi@linaro.org>
14211
14212 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14213
14214 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14215
14216 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14217 '[' and ']' characters.
14218
14219 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14220
14221 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14222
14223 2015-06-29 Pedro Alves <palves@redhat.com>
14224
14225 PR threads/18127
14226 * gdb.threads/hand-call-new-thread.c: New file.
14227 * gdb.threads/hand-call-new-thread.c: New file.
14228
14229 2015-06-26 Keith Seitz <keiths@redhat.com>
14230 Doug Evans <dje@google.com>
14231
14232 PR 16253
14233 * gdb.cp/var-tag-2.cc: New file.
14234 * gdb.cp/var-tag-3.cc: New file.
14235 * gdb.cp/var-tag-4.cc: New file.
14236 * gdb.cp/var-tag.cc: New file.
14237 * gdb.cp/var-tag.exp: New file.
14238
14239 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14240
14241 * gdb.base/history-duplicates.exp: New test.
14242
14243 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14244
14245 * gdb.base/completion.exp: Test the completion of the "focus"
14246 command.
14247
14248 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14249
14250 * gdb.arch/amd64-prologue-skip.S: New file.
14251 * gdb.arch/amd64-prologue-skip.exp: New file.
14252
14253 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14254
14255 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14256 is_address_zero_readable check.
14257
14258 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14259
14260 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14261 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14262
14263 2015-06-24 Yao Qi <yao.qi@linaro.org>
14264
14265 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14266 linux targets.
14267
14268 2015-06-24 Yao Qi <yao.qi@linaro.org>
14269
14270 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14271 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14272 * gdb.base/siginfo-thread.exp: Likewise.
14273
14274 2015-06-22 Yao Qi <yao.qi@linaro.org>
14275
14276 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14277
14278 2015-06-22 Yao Qi <yao.qi@linaro.org>
14279
14280 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14281 aarch64*-*-*.
14282 (skip_hw_watchpoint_tests): Likewise.
14283
14284 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14285
14286 * gdb.base/gdbinit-history.exp: Test the interaction between
14287 setting GDBHISTSIZE and setting the history size via .gdbinit.
14288
14289 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14290
14291 PR gdb/16999
14292 * gdb.base/gdbhistsize-history.exp: New test.
14293
14294 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14295
14296 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14297 with GDBHISTSIZE.
14298 * gdb.base/readline.exp: Likewise.
14299
14300 2015-06-17 Yao Qi <yao.qi@linaro.org>
14301
14302 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14303 line.
14304
14305 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14306
14307 * gdb.base/gdbinit-history.exp: Add test case to check that
14308 an unlimited history file does not get truncated on exit.
14309
14310 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14311
14312 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14313 (VECTOR): New macro. Use it...
14314 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14315 ...for these typedefs.
14316 (int8, char1, int1, double1): New typedefs.
14317 (struct just_int2, struct two_int2): New structures.
14318 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14319 (add_structvecs, add_singlevecs): New functions.
14320 (main): Call add_some_intvecs twice.
14321 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14322 the compile and exit upon failure. Try compiling for the "native"
14323 architecture. Test inferior function calls with vector arguments
14324 and vector return value handling with "finish" and "return".
14325
14326 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14327
14328 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14329 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14330 PE file.
14331 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14332
14333 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14334
14335 PR breakpoints/16465
14336 * gdb.mi/mi-dprintf-pending.c: New file.
14337 * gdb.mi/mi-dprintf-pending.exp: New test.
14338 * gdb.mi/mi-dprintf-pendshr.c: New file.
14339
14340 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14341 Mircea Gherzan <mircea.gherzan@intel.com>
14342
14343 * gdb.arch/i386-mpx-map.c: New file.
14344 * gdb.arch/i386-mpx-map.exp: New File.
14345
14346 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14347
14348 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14349 * gdb.arch/i386-mpx.exp: Indentation fixed.
14350
14351 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14352
14353 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14354 function and improved indentation.
14355 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14356 gdb_test_multiple. Added additional tests to skip the test.
14357
14358 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14359
14360 * gdb.arch/i386-avx512.c: Change path in include file.
14361 * gdb.arch/i386-avx512.exp: Change include dir path
14362 compilation flag.
14363 * gdb.arch/i386-mpx.c: Change path in include file.
14364 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14365 flag.
14366
14367 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14368
14369 * gdb.compile/compile-print.exp (compile print *vararray@3)
14370 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14371
14372 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14373
14374 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14375 (do not keep jit in memory): ... this.
14376 (expect 5): Change it to ...
14377 (expect no 5): ... this.
14378
14379 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14380
14381 PR gdb/15564
14382 * gdb.mi/mi-detach.exp: New file.
14383
14384 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14385
14386 PR symtab/18392
14387 * gdb.arch/amd64-tailcall-self.S: New file.
14388 * gdb.arch/amd64-tailcall-self.c: New file.
14389 * gdb.arch/amd64-tailcall-self.exp: New file.
14390
14391 2015-05-28 Don Breazeal <donb@codesourcery.com>
14392
14393 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14394 tests for remote targets by checking is_target_gdbserver.
14395
14396 2015-05-27 Doug Evans <dje@google.com>
14397
14398 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14399 * gdb.dwarf2/opaque-type-lookup.c: New file.
14400 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14401
14402 2015-05-26 Doug Evans <dje@google.com>
14403
14404 * gdb.cp/iostream.cc: New file.
14405 * gdb.cp/iostream.exp: New file.
14406
14407 2015-05-26 Doug Evans <dje@google.com>
14408
14409 * gdb.dwarf2/dw2-op-call.exp: Update.
14410 * gdb.dwarf2/dw4-sig-types.exp: Update.
14411 * gdb.dwarf2/implptr.exp: Update.
14412 * gdb.mi/mi-cmd-param-changed.exp: Update.
14413
14414 2015-05-26 Doug Evans <dje@google.com>
14415
14416 * gdb.python/py-lazy-string.c: New file.
14417 * gdb.python/py-lazy-string.exp: New file.
14418 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14419 (main): Update. Add estring3.
14420 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14421 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14422
14423 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14424 Yao Qi <yao.qi@linaro.org>
14425
14426 * gdb.reverse/aarch64.c: New.
14427 * gdb.reverse/aarch64.exp: New.
14428
14429 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14430
14431 * lib/gdb.exp (supports_process_record): Return true for
14432 aarch64*-linux*.
14433 (supports_reverse): Likewise.
14434
14435 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14436
14437 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14438 Use with_test_prefix.
14439
14440 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14441
14442 * gdb.base/completion.exp: Add test for completion of layout
14443 names.
14444
14445 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14446
14447 * lib/gdb.exp (skip_tui_tests): New proc.
14448 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14449
14450 2015-05-19 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14453 Save the whole env array instead of just HOME. Unset HISTSIZE in
14454 the environment while testing. Restore whole environment
14455 afterwards.
14456
14457 2015-05-16 Doug Evans <xdje42@gmail.com>
14458
14459 * gdb.guile/scm-ports.c: New file.
14460 * gdb.guile/scm-ports.exp: Add memory port tests.
14461
14462 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14463
14464 * gdb.compile/compile-print.c: New file.
14465 * gdb.compile/compile-print.exp: New file.
14466
14467 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14468
14469 * gdb.compile/compile-ops.exp: Cast param to void.
14470 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14471 (compile code struct_object.selffield = &struct_object): Add xfail.
14472
14473 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14474
14475 * gdb.ada/arr_enum_with_gap: New testcase.
14476
14477 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14478
14479 * gdb.ada/byte_packed_arr: New testcase.
14480
14481 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14482
14483 * gdb.ada/pckd_neg: New testcase.
14484
14485 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14486
14487 PR gdb/17820
14488 * gdb.base/gdbinit-history.exp: New test.
14489 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14490 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14491
14492 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14493
14494 * gdb.python/py-xmethods.cc: Enhance test case.
14495 * gdb.python/py-xmethods.exp: New tests.
14496 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14497 function.
14498 (B_indexoper): Likewise.
14499 (global_dm_list) : Add new xmethod worker functions.
14500
14501 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14502
14503 * gdb.base/coredump-filter.exp: Correctly unset
14504 "coredump_var_addr" array.
14505
14506 2015-05-08 Pedro Alves <palves@redhat.com>
14507
14508 * gdb.server/non-existing-program.exp: Unset spawn_id.
14509
14510 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14511
14512 PR python/18291
14513 * gdb.python/py-xmethods.exp: Add tests.
14514
14515 2015-05-08 Yao Qi <yao.qi@linaro.org>
14516
14517 PR gdb/18208
14518 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14519 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14520 function set_coredump_filter, and remove remote_exec call.
14521 Remove argument ipid. Callers update.
14522 (top level): Don't get inferior's PID.
14523
14524 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14525
14526 * gdb.base/watch_thread_num.exp: Skip test on targets without
14527 access watchpoints.
14528
14529 2015-05-06 Pedro Alves <palves@redhat.com>
14530
14531 PR server/18081
14532 * gdb.server/non-existing-program.exp: New file.
14533
14534 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14535
14536 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14537
14538 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14539
14540 * gdb.ada/out_of_line_in_inlined: New testcase.
14541
14542 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14543
14544 * gdb.ada/var_rec_arr: New testcase.
14545
14546 2015-04-30 Yao Qi <yao.qi@linaro.org>
14547
14548 * gdb.base/break-idempotent.exp: If
14549 skip_hw_watchpoint_multi_tests returns true, skip the tests
14550 on "rwatch" and "awatch".
14551
14552 2015-04-30 Yao Qi <yao.qi@linaro.org>
14553
14554 * gdb.base/relativedebug.exp: Invoke gdb command
14555 "info sharedlibrary", and if libc.so doesn't have debug info,
14556 skip the test.
14557
14558 2015-04-29 Doug Evans <dje@google.com>
14559
14560 * gdb.python/py-xmethods.exp: Add ptype tests.
14561 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14562 get_result_type method.
14563
14564 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14565
14566 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14567 the target does not support hardware watchpoints.
14568
14569 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14570
14571 * gdb.base/break-always.exp: Abort testing if writing to memory
14572 causes an error.
14573
14574 2015-04-28 Doug Evans <dje@google.com>
14575
14576 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14577 * gdb.python/py-pp-registration.exp: ... here. New file.
14578 * gdb.python/py-pp-registration.c: New file.
14579 * gdb.python/py-pp-registration.py: New file.
14580
14581 2015-04-28 Doug Evans <dje@google.com>
14582
14583 * gdb.python/py-bad-printers.c: New file.
14584 * gdb.python/py-bad-printers.py: New file.
14585 * gdb.python/py-bad-printers.exp: New file.
14586
14587 2015-04-28 Sasha Smundak <asmundak@google.com>
14588
14589 * gdb.python/py-type.exp: New test.
14590
14591 2015-04-28 Andy Wingo <wingo@igalia.com>
14592
14593 * gdb.python/py-parameter.exp:
14594 * gdb.guile/scm-parameter.exp: Escape the path that we are
14595 matching against, as it might contain characters that are special
14596 to regular expressions.
14597
14598 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14599
14600 * gdb.ada/rec_comp: New testcase.
14601
14602 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14603
14604 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14605 before using it.
14606
14607 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14608
14609 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14610 new tests for verilog output.
14611
14612 2015-04-24 Yao Qi <yao.qi@linaro.org>
14613
14614 * boards/remote-gdbserver-on-localhost.exp: New file.
14615
14616 2015-04-23 Pedro Alves <palves@redhat.com>
14617
14618 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14619 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14620 "end of file", remove $inferior_spawn_id from the indirect list.
14621
14622 2015-04-23 Pedro Alves <palves@redhat.com>
14623
14624 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14625
14626 2015-04-23 Pedro Alves <palves@redhat.com>
14627
14628 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14629 on $any_spawn_id instead of only on $gdb_spawn_id.
14630
14631 2015-04-21 Pierre Muller <muller@sourceware.org>
14632
14633 PR pascal/17815
14634 * lib/pascal.exp (gpc_compile): Add new option "class".
14635 (fpc_compile): Likewise.
14636 * gdb.pascal/case-insensitive-symbols.pas: New file.
14637 * gdb.pascal/case-insensitive-symbols.exp: New file.
14638
14639 2015-04-20 Gary Benson <gbenson@redhat.com>
14640
14641 * gdb.base/attach.exp: Fix three extended remote failures.
14642
14643 2015-04-17 Gary Benson <gbenson@redhat.com>
14644
14645 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14646 the main executable over the remote protocol.
14647
14648 2015-04-16 Pedro Alves <palves@redhat.com>
14649
14650 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14651 a new gdbserver if gdbserver_reconnect_p is set.
14652
14653 2015-04-16 Pedro Alves <palves@redhat.com>
14654
14655 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14656 is set, don't exit gdbserver.
14657
14658 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14659
14660 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14661 appropriate .insn, such that an older assembler can be used.
14662 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14663 the z/Architecture instruction set on 31-bit targets as well.
14664
14665 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14666
14667 * gdb.go/handcall.exp: Remove all logic related to the first
14668 breakpoint and rely on go_runto_main instead.
14669 * gdb.go/strings.exp: Likewise.
14670 * gdb.go/unsafe.exp: Likewise.
14671 * gdb.go/hello.exp: Likewise. Also rename the remaining
14672 breakpoint marker to "breakpoint 1".
14673 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14674 * gdb.go/strings.go: Likewise.
14675 * gdb.go/unsafe.go: Likewise.
14676 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14677 "set breakpoint 2 here" and rename the remaining breakpoint marker
14678 to "breakpoint 1".
14679
14680 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14681
14682 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14683 if itertools.imap is not present.
14684 * gdb.python/py-objfile.exp: Add parentheses.
14685 * gdb.python/py-type.exp: Same.
14686 * gdb.python/py-unwind-maint.py: Same.
14687
14688 2015-04-15 Yao Qi <yao.qi@linaro.org>
14689
14690 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14691 of ":$ptr_size" and set its form explicitly.
14692
14693 2015-04-15 Pedro Alves <palves@redhat.com>
14694 Yao Qi <yao.qi@linaro.org>
14695
14696 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14697 timeout by factor of 4.
14698 (test_regular_watch): Likewise.
14699 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14700 * gdb.reverse/sigall-reverse.exp: Likewise.
14701 * gdb.reverse/until-precsave.exp: Likewise.
14702 * lib/gdb.exp (with_timeout_factor): New proc.
14703 (gdb_expect): Move some code to ...
14704 (get_largest_timeout): ... here. New procedure.
14705
14706 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14707
14708 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14709
14710 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14711
14712 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14713 to write to the .text section.
14714
14715 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14716
14717 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14718 Handle the case of targets that do not provide PID information.
14719
14720 2015-04-13 Yao Qi <yao.qi@linaro.org>
14721
14722 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14723 and use expect instead of gdb_expect.
14724
14725 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14726
14727 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14728 "coredump_var_addr" to avoid naming conflict with other testcases.
14729
14730 2015-04-10 Pedro Alves <palves@redhat.com>
14731
14732 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14733 gdb_test_sequence and gdb_assert.
14734
14735 2015-04-10 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14738 test messages that don't include the breakpoint address.
14739
14740 2015-04-10 Yao Qi <yao.qi@linaro.org>
14741
14742 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14743 false for some offset and width combinations which aren't
14744 supported by linux kernel.
14745
14746 2015-04-10 Pedro Alves <palves@redhat.com>
14747
14748 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14749 procedure, factored out from ...
14750 (top level): ... here. Add "set displaced-stepping" testing axis.
14751 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14752 parameter "displaced". Use it.
14753 (top level): Use foreach and add "set displaced-stepping" testing
14754 axis.
14755
14756 2015-04-10 Pedro Alves <palves@redhat.com>
14757
14758 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14759 Remove comment.
14760 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14761 both the address of the instruction that triggers the watchpoint
14762 and the address of the instruction immediately after, and use
14763 those addresses for the test. Fix comment.
14764
14765 2015-04-10 Pedro Alves <palves@redhat.com>
14766
14767 * gdb.base/sigstep.exp (breakpoint_to_handler)
14768 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14769 Test "backtrace" in handler.
14770 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14771 (top level): Add new "displaced" test axis to
14772 breakpoint_to_handler, breakpoint_to_handler_entry and
14773 breakpoint_over_handler.
14774
14775 2015-04-10 Pedro Alves <palves@redhat.com>
14776
14777 PR gdb/18216
14778 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14779
14780 2015-04-10 Yao Qi <yao.qi@linaro.org>
14781
14782 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14783 (test_add_rn_pc): New function.
14784 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14785 (top level): Invoke test_add_rn_pc.
14786
14787 2015-04-10 Pedro Alves <palves@redhat.com>
14788
14789 PR gdb/13858
14790 * gdb.base/step-over-no-symbols.exp: New file.
14791
14792 2015-04-09 Andy Wingo <wingo@igalia.com>
14793
14794 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14795 after the Python tests.
14796
14797 2015-04-08 Keith Seitz <keiths@redhat.com>
14798
14799 PR python/16699
14800 * gdb.python/py-completion.exp: New tests for completion.
14801 * gdb.python/py-completion.py (CompleteLimit1): New class.
14802 (CompleteLimit2): Likewise.
14803 (CompleteLimit3): Likewise.
14804 (CompleteLimit4): Likewise.
14805 (CompleteLimit5): Likewise.
14806 (CompleteLimit6): Likewise.
14807 (CompleteLimit7): Likewise.
14808
14809 2015-04-08 Pedro Alves <palves@redhat.com>
14810
14811 PR gdb/18214
14812 PR gdb/18216
14813 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14814 function.
14815 (main): Install it as SIGUSR1 handler.
14816 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14817 parameter. Always use "setup" as prefix. Toggle "set
14818 displaced-stepping" off/on depending on global. Don't switch to
14819 thread 1 here.
14820 (top level): Add displaced stepping "off/on" test axis. Update
14821 "setup" calls. Wrap each subtest with with_test_prefix. Test
14822 continuing with a queued signal in each thread.
14823
14824 2015-04-08 Pedro Alves <palves@redhat.com>
14825
14826 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14827 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14828 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14829 Return early if running to main fails.
14830 * gdb.trace/while-stepping.exp: Likewise.
14831
14832 2015-04-07 Pedro Alves <palves@redhat.com>
14833
14834 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14835 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14836 interact with inferior program.
14837
14838 2015-04-07 Pedro Alves <palves@redhat.com>
14839
14840 * lib/gdb.exp (inferior_spawn_id): New global.
14841 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14842 spawn id after processing the user code.
14843 (default_gdb_start): Set inferior_spawn_id.
14844 (send_inferior): New procedure.
14845 * lib/gdbserver-support.exp (gdbserver_start): Set
14846 inferior_spawn_id.
14847 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14848
14849 2015-04-07 Pedro Alves <palves@redhat.com>
14850
14851 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14852 * lib/gdbserver-support.exp (gdbserver_start): Make
14853 $server_spawn_id global.
14854 (gdbserver_start): Don't wait for gdbserver's spawn id with
14855 expect_background.
14856 (close_gdbserver): New procedure.
14857 (gdb_exit): Rename the default version and reimplement.
14858
14859 2015-04-07 Pedro Alves <palves@redhat.com>
14860
14861 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14862 append the substituted item, not the original item.
14863
14864 2015-04-07 Pedro Alves <palves@redhat.com>
14865
14866 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14867 gdb_expect.
14868
14869 2015-04-07 Pedro Alves <palves@redhat.com>
14870
14871 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14872 output appearing once only.
14873
14874 2015-04-07 Pedro Alves <palves@redhat.com>
14875
14876 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14877 that doesn't expect anything. Return early if running to main
14878 fails.
14879
14880 2015-04-07 Yao Qi <yao.qi@linaro.org>
14881
14882 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14883 (child_function): Call alarm.
14884 (main): Move call to alarm into the loop.
14885 * gdb.threads/non-stop-fair-events.exp: Build program with
14886 -DTIMEOUT=$timeout.
14887
14888 2015-04-06 Doug Evans <xdje42@gmail.com>
14889
14890 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14891 Fix dest parameter to board_info.
14892 (fpc_compile): Ditto.
14893 (gdb_compile_pascal): Rename dest arg to destfile.
14894
14895 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14896
14897 * gdb.ada/funcall_ref.exp: New file.
14898 * gdb.ada/funcall_ref/foo.adb: New file.
14899
14900 2015-04-02 Yao Qi <yao.qi@linaro.org>
14901
14902 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14903 is remote.
14904
14905 2015-04-02 Gary Benson <gbenson@redhat.com>
14906
14907 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14908
14909 2015-04-01 Sasha Smundak <asmundak@google.com>
14910
14911 * gdb.python/py-unwind-maint.c: New file.
14912 * gdb.python/py-unwind-maint.exp: New test.
14913 * gdb.python/py-unwind-maint.py: New file.
14914 * gdb.python/py-unwind.c: New file.
14915 * gdb.python/py-unwind.exp: New test.
14916 * gdb.python/py-unwind.py: New test.
14917
14918 2015-04-01 Pedro Alves <palves@redhat.com>
14919
14920 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14921 to fail instead of non-existent $test.
14922
14923 2015-04-01 Pedro Alves <palves@redhat.com>
14924
14925 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14926 GDBFLAGS if not empty.
14927
14928 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14929
14930 * gdb.ada/complete.exp: Remove "multi_line".
14931 * gdb.ada/info_exc.exp: Remove "multi_line".
14932 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14933 * gdb.ada/ptype_field.exp: Remove "multi_line".
14934 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14935 * gdb.ada/tagged.exp: Remove "multi_line".
14936 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14937 [multi_line ...]
14938 * gdb.btrace/delta.exp: Likewise.
14939 * gdb.btrace/exception.exp: Likewise.
14940 * gdb.btrace/function_call_history.exp: Likewise.
14941 * gdb.btrace/instruction_history.exp: Likewise.
14942 * gdb.btrace/nohist.exp: Likewise.
14943 * gdb.btrace/record_goto.exp: Likewise.
14944 * gdb.btrace/segv.exp: Likewise.
14945 * gdb.btrace/stepi.exp: Likewise.
14946 * gdb.btrace/tailcall.exp: Likewise.
14947 * gdb.btrace/unknown_functions.exp: Likewise.
14948 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14949 * lib/gdb.exp: Add the "multi_line" helper.
14950
14951 2015-04-01 Pedro Alves <palves@redhat.com>
14952
14953 * gdb.threads/tid-reuse.c: New file.
14954 * gdb.threads/tid-reuse.exp: New file.
14955
14956 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14957
14958 PR corefiles/16092
14959 * gdb.base/coredump-filter.c: New file.
14960 * gdb.base/coredump-filter.exp: Likewise.
14961
14962 2015-03-27 Petr Machata <pmachata@redhat.com>
14963
14964 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14965 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14966 (Dwarf::assemble): Initialize them.
14967 (Dwarf::lines): New function.
14968
14969 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14970
14971 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14972 SYMBOL_PREFIX for x86_64-*-cygwin.
14973
14974 2015-03-26 Andy Wingo <wingo@igalia.com>
14975
14976 PR symtab/18148
14977 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14978 const_value but not a location.
14979 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14980 location defined in non-main CUs are visible.
14981
14982 2015-03-26 Yao Qi <yao.qi@linaro.org>
14983
14984 PR testsuite/18139
14985 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14986 Add a line number entry for the same line.
14987 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14988 Add a line number entry for the same line.
14989
14990 2015-03-26 Yao Qi <yao.qi@linaro.org>
14991
14992 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14993 .int 0.
14994 (func): Likewise. Add .Lfunc_1 label.
14995 Use .Lfunc_1 label.
14996 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14997 .int 0.
14998 (func): Likewise.
14999 Use .Lfunc_1 label.
15000
15001 2015-03-26 Yao Qi <yao.qi@linaro.org>
15002
15003 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15004 Call gdb_compile instead to compile each .s files without debug
15005 information.
15006
15007 2015-03-26 Yao Qi <yao.qi@linaro.org>
15008
15009 * gdb.base/savedregs.exp (process_saved_regs): Make
15010 "Saved registers:" optional in the pattern.
15011
15012 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15013
15014 * gdb.btrace/next.exp: Merged into step.exp.
15015 * gdb.btrace/finish.exp: Merged into step.exp.
15016 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15017 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15018 "record goto" and checking the exact replay position.
15019 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15020 check for "Recording format" in "info record" output.
15021 * gdb.btrace/record_goto.exp: Choose test file based on target.
15022 * gdb.btrace/x86-record_goto.S: Renamed into ...
15023 * gdb.btrace/x86_64-record_goto.S: ... this.
15024 * gdb.btrace/i686-record_goto.S: New.
15025 * gdb.btrace/x86-tailcall.S: Renamed into ...
15026 * gdb.btrace/x86_64-tailcall.S: ... this.
15027 * gdb.btrace/i686-tailcall.S: New.
15028 * gdb.btrace/x86-tailcall.c: Renamed into ...
15029 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15030 separate statements. Update test.
15031 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15032 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15033 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15034 * gdb.btrace/tailcall.exp: Choose test file based on target.
15035 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15036
15037 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15038
15039 * gdb.btrace/exception.exp: Increase BTS buffer size.
15040
15041 2015-03-24 Pedro Alves <palves@redhat.com>
15042
15043 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15044
15045 2015-03-24 Pedro Alves <palves@redhat.com>
15046
15047 * gdb.threads/schedlock.exp (test_step): No longer expect that
15048 "set scheduler-locking step" with "next" over a function call runs
15049 threads unlocked.
15050
15051 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15052
15053 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15054
15055 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15056
15057 PR breakpoints/16466
15058 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15059 * gdb.mi/mi-pending.c (thread_func): New function.
15060 (int main): Add threading support required.
15061 * gdb.mi/mi-pending.exp: Add tests for this issue.
15062 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15063 (pendfunc2): Remove stdio dependency.
15064 * gdb.mi/mi-pendshr2.c: New file.
15065
15066 2015-03-23 Keith Seitz <keiths@redhat.com>
15067
15068 * gdb.linespec/keywords.c: New file.
15069 * gdb.linespec/keywords.exp: New file.
15070
15071 2015-03-23 Keith Seitz <keiths@redhat.com>
15072
15073 PR gdb/18021
15074 * gdb.dwarf2/staticvirtual.exp: New test.
15075
15076 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15077
15078 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15079 * README: Remove HP-UX and gdb.hp.
15080 (configuration):
15081 * configure: Regenerate.
15082 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15083 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15084 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15085 gdb.hp/gdb.defects/Makefile.
15086 * gdb.hp/Makefile.in: File deleted.
15087 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15088 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15089 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15090 * gdb.hp/gdb.aCC/run.c: File deleted.
15091 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15092 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15093 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15094 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15095 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15096 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15097 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15098 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15099 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15100 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15101 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15102 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15103 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15104 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15105 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15106 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15107 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15108 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15109 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15110 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15111 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15112 * gdb.hp/gdb.compat/average.c: File deleted.
15113 * gdb.hp/gdb.compat/sum.c: File deleted.
15114 * gdb.hp/gdb.compat/xdb.c: File deleted.
15115 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15116 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15117 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15118 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15119 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15120 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15121 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15122 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15123 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15124 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15125 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15126 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15127 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15128 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15129 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15130 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15131 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15132 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15133 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15134 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15135 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15136 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15137 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15138 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15139 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15140 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15141 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15142 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15143 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15144 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15145 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15146 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15147 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15148 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15149 * gdb.hp/tools/odump: File deleted.
15150
15151 2015-03-19 Pedro Alves <palves@redhat.com>
15152
15153 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15154 (saw_thread_3): New globals.
15155 (top level): Increment them when an event for the corresponding
15156 thread is seen.
15157 (no thread starvation): New test.
15158
15159 2015-03-19 Pedro Alves <palves@redhat.com>
15160
15161 * gdb.threads/continue-pending-status.c: New file.
15162 * gdb.threads/continue-pending-status.exp: New file.
15163
15164 2015-03-18 Pedro Alves <palves@redhat.com>
15165
15166 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15167 Use gdb_is_target_remote instead of is_remote. Use
15168 gdb_test_multiple instead of gdb_expect. Exit early if
15169 gdb_test_multiple hits its internal matches. Tighten stepi tests
15170 expected output. Fail on exit with any signal, instead of just
15171 SIGILL.
15172
15173 2015-03-18 Yao Qi <yao.qi@linaro.org>
15174
15175 PR tdep/18107
15176 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15177 variable.
15178 * gdb.base/catch-syscall.exp: Don't skip it on
15179 aarch64*-*-linux* target. Remove elements in all_syscalls.
15180 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15181 target.
15182 (setup_all_syscalls): New proc.
15183
15184 2015-03-16 Yao Qi <yao.qi@linaro.org>
15185
15186 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15187 (top level): Skip tests if valid_addr_p returns false for
15188 $cmd1 or $cmd2.
15189
15190 2015-03-11 Andy Wingo <wingo@igalia.com>
15191
15192 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15193
15194 2015-03-11 Yao Qi <yao.qi@linaro.org>
15195
15196 * gdb.base/catch-syscall.exp: Fix typo in comments.
15197
15198 2015-03-11 Yao Qi <yao.qi@linaro.org>
15199
15200 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15201
15202 2015-03-09 Pedro Alves <palves@redhat.com>
15203
15204 * dg-extract-results.py: Delete.
15205
15206 2015-03-09 Pedro Alves <palves@redhat.com>
15207
15208 Merge dg-extract-results.sh from GCC upstream (r218843).
15209
15210 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15211 * dg-extract-results.sh: Use --text with grep to avoid issues with
15212 binary files. Fall back to cat -v, if that doesn't work.
15213
15214 2015-03-05 Pedro Alves <palves@redhat.com>
15215
15216 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15217
15218 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15219
15220 * lib/mi-support.exp (mi_expect_interrupt): Accept
15221 alternative event for when in all-stop mode.
15222
15223 2015-03-04 Pedro Alves <palves@redhat.com>
15224
15225 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15226
15227 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15228
15229 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15230
15231 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15232
15233 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15234 regexps for GDB's current line display, accept a hex address
15235 preceding the line number.
15236
15237 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15238
15239 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15240 the 'arch1' variable for "s390*-linux*" targets.
15241
15242 2015-03-04 Pedro Alves <palves@redhat.com>
15243
15244 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15245 (main): Pass missing retval argument to pthread_join call.
15246
15247 2015-03-02 Pedro Alves <palves@redhat.com>
15248
15249 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15250 (top level): Call do_test with non-stop as well.
15251
15252 2015-03-02 Pedro Alves <palves@redhat.com>
15253
15254 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15255 -1.
15256
15257 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15258
15259 * gdb.arch/s390-vregs.exp: New test.
15260 * gdb.arch/s390-vregs.S: New file.
15261
15262 2015-02-27 Pedro Alves <palves@redhat.com>
15263
15264 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15265 call to catch_command_errors.
15266 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15267 catch_command_errors.
15268
15269 2015-02-27 Pedro Alves <palves@redhat.com>
15270
15271 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15272 "true" for boolean result.
15273 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15274 prototype of main.
15275
15276 2015-02-27 Pedro Alves <palves@redhat.com>
15277
15278 * lib/unbuffer_output.c: New file.
15279 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15280 (main): Call gdb_unbuffer_output.
15281
15282 2015-02-27 Yao Qi <yao.qi@linaro.org>
15283
15284 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15285 target.
15286
15287 2015-02-26 Doug Evans <dje@google.com>
15288
15289 * gdb.cp/class2.cc (Dbase, D): New classes.
15290 (main): New local delta.
15291 * gdb.cp/class2.exp: Test printing delta.
15292 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15293 (dynbar): New global.
15294 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15295
15296 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15297
15298 * gdb.compile/compile-ifunc.c: New file.
15299 * gdb.compile/compile-ifunc.exp: New file.
15300
15301 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15302
15303 * gdb.base/structs.exp: Check for correct struct on finish.
15304
15305 2015-02-26 Yao Qi <yao.qi@linaro.org>
15306
15307 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15308 is zero.
15309
15310 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15311
15312 * gdb.arch/cordic.ko.bz2: New file.
15313 * gdb.arch/cordic.ko.debug.bz2: New file.
15314 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15315
15316 2015-02-25 Yao Qi <yao.qi@linaro.org>
15317
15318 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15319 aarch64*-*-* target.
15320
15321 2015-02-23 Pedro Alves <palves@redhat.com>
15322
15323 * lib/gdb.exp (delete_breakpoints): Rewrite using
15324 gdb_test_multiple.
15325
15326 2015-02-23 Pedro Alves <palves@redhat.com>
15327
15328 * gdb.base/info-os.c: Include stdlib.h.
15329
15330 2015-02-22 Doug Evans <xdje42@gmail.com>
15331
15332 PR symtab/17855
15333 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15334 is read after symbols have been re-read.
15335 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15336 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15337
15338 2015-02-21 Doug Evans <dje@google.com>
15339
15340 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15341
15342 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15343
15344 PR corefiles/17808
15345 * gdb.arch/i386-biarch-core.core.bz2: New file.
15346 * gdb.arch/i386-biarch-core.exp: New file.
15347
15348 2015-02-21 Pedro Alves <palves@redhat.com>
15349
15350 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15351 runto_main fails.
15352
15353 2015-02-20 Pedro Alves <palves@redhat.com>
15354
15355 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15356 info probes.
15357
15358 2015-02-20 Pedro Alves <palves@redhat.com>
15359
15360 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15361
15362 2015-02-20 Pedro Alves <palves@redhat.com>
15363
15364 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15365 clean_restart before gdb_target_supports_trace.
15366
15367 2015-02-20 Pedro Alves <palves@redhat.com>
15368
15369 PR threads/18006
15370 * gdb.threads/clone-thread_db.c: New file.
15371 * gdb.threads/clone-thread_db.exp: New file.
15372
15373 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15374
15375 PR breakpoints/16812
15376 * gdb.base/catch-gdb-caused-signals.c: New file.
15377 * gdb.base/catch-gdb-caused-signals.exp: New file.
15378
15379 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15380
15381 * configure: Regenerated.
15382 * configure.ac: Use GDB_AC_TRANSFORM.
15383 * aclocal.m4: sinclude ../transform.m4.
15384
15385 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15386
15387 * lib/dtrace.exp: New file.
15388 * gdb.base/dtrace-probe.exp: Likewise.
15389 * gdb.base/dtrace-probe.d: Likewise.
15390 * gdb.base/dtrace-probe.c: Likewise.
15391 * lib/pdtrace.in: Likewise.
15392 * configure.ac: Output variables with the transformed names of
15393 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15394 * configure: Regenerated.
15395
15396 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15397
15398 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15399 expected message when trying to access $_probe_* convenience
15400 variables while not on a probe.
15401
15402 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15403
15404 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15405
15406 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15407
15408 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15409 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15410
15411 2015-02-10 Doug Evans <xdje42@gmail.com>
15412
15413 * lib/gdb.exp (gdb_load): Always return a result.
15414
15415 2015-02-10 Pedro Alves <palves@redhat.com>
15416
15417 * gdb.threads/signal-sigtrap.c: New file.
15418 * gdb.threads/signal-sigtrap.exp: New file.
15419
15420 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15421
15422 * gdb.trace/no-attach-trace.c: New file.
15423 * gdb.trace/no-attach-trace.exp: New file.
15424
15425 2015-02-09 Mark Wielaard <mjw@redhat.com>
15426
15427 * gdb.dwarf2/atomic.c: New file.
15428 * gdb.dwarf2/atomic-type.exp: Likewise.
15429
15430 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15431
15432 * gdb.btrace/buffer-size.exp: Update "info record" output.
15433 * gdb.btrace/delta.exp: Update "info record" output.
15434 * gdb.btrace/enable.exp: Update "info record" output.
15435 * gdb.btrace/finish.exp: Update "info record" output.
15436 * gdb.btrace/instruction_history.exp: Update "info record" output.
15437 * gdb.btrace/next.exp: Update "info record" output.
15438 * gdb.btrace/nexti.exp: Update "info record" output.
15439 * gdb.btrace/step.exp: Update "info record" output.
15440 * gdb.btrace/stepi.exp: Update "info record" output.
15441 * gdb.btrace/nohist.exp: Update "info record" output.
15442
15443 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15444
15445 * gdb.btrace/buffer-size: New.
15446
15447 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15448
15449 * gdb.btrace/delta.exp: Update "info record" output.
15450 * gdb.btrace/enable.exp: Update "info record" output.
15451 * gdb.btrace/finish.exp: Update "info record" output.
15452 * gdb.btrace/instruction_history.exp: Update "info record" output.
15453 * gdb.btrace/next.exp: Update "info record" output.
15454 * gdb.btrace/nexti.exp: Update "info record" output.
15455 * gdb.btrace/step.exp: Update "info record" output.
15456 * gdb.btrace/stepi.exp: Update "info record" output.
15457 * gdb.btrace/nohist.exp: Update "info record" output.
15458
15459 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15460
15461 PR gdb/15678
15462 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15463
15464 2015-02-06 Pedro Alves <palves@redhat.com>
15465
15466 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15467 macro.
15468 (seconds_left, again): New globals.
15469 (main): Wait seconds_left in a 1-second sleep loop instead of
15470 sleeping 180 seconds. If 'again' is set, reset the seconds
15471 counter.
15472 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15473 'again' in the inferior before detaching. Print the seconds left.
15474 (options): New global.
15475 (top level): Build program with -DTIMEOUT=$timeout.
15476
15477 2015-02-06 Pedro Alves <palves@redhat.com>
15478
15479 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15480 determine how many seconds to pass to 'alarm'.
15481 * gdb.base/gdb-sigterm.exp (top level): Build program with
15482 -DTIMEOUT=$timeout.
15483 (do_test): Return success/failure indication. Add more verbose
15484 logging. Don't fail if 200 single steps are seen. Instead, fail
15485 when the test times out.
15486 (passes): New global.
15487 (top level): Break the testing loop if testing fails on any
15488 iteration. Use gdb_assert.
15489
15490 2015-02-04 Don Breazeal <donb@codesourcery.com>
15491
15492 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15493 and initialize them.
15494 (ipc_cleanup): New function.
15495 (main): Don't declare shmid, semid, and msqid. Add a call to
15496 atexit so that we call ipc_cleanup on exit.
15497
15498 2015-02-04 Pedro Alves <palves@redhat.com>
15499
15500 * boards/native-extended-gdbserver.exp: Remove any target variant
15501 specifications from the board name before clearing the isremote
15502 flag from board_info.
15503
15504 2015-01-31 Doug Evans <xdje42@gmail.com>
15505
15506 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15507
15508 2015-01-31 Gary Benson <gbenson@redhat.com>
15509
15510 * gdb.base/completion.exp: Disable completion limiting for
15511 existing tests. Add new tests to check completion limiting.
15512 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15513
15514 2015-01-31 Doug Evans <xdje42@gmail.com>
15515
15516 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15517
15518 2015-01-31 Doug Evans <xdje42@gmail.com>
15519
15520 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15521 entries. Duplicate file section script entries.
15522 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15523 inlined entries. Add test for safe-path rejection.
15524 * gdb.python/py-section-script.c: Add duplicate inlined section script
15525 entries. Duplicate file section script entries.
15526 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15527 inlined entries. Add test for safe-path rejection.
15528
15529 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15530
15531 * gdb.ada/disc_arr_bound: New testcase.
15532
15533 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15534
15535 * gdb.ada/mi_var_array: New testcase.
15536
15537 2015-01-27 Doug Evans <dje@google.com>
15538
15539 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15540 Add test for objfile.filename, objfile.username after objfile
15541 has been unloaded.
15542
15543 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15544
15545 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15546 the second test to print the name attribute of value
15547 returned by the call to gdb.lookup_type, and adjust
15548 the expected output accordingly.
15549
15550 2015-01-25 Mark Wielaard <mjw@redhat.com>
15551
15552 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15553 * gdb.base/disp-step-fork.c: Include unistd.h.
15554 * gdb.base/siginfo-obj.c: Include stdio.h.
15555 * gdb.base/siginfo-thread.c: Likewise.
15556 * gdb.mi/non-stop.c: Include unistd.h.
15557 * gdb.mi/nsthrexec.c: Include stdio.h.
15558 * gdb.mi/pthreads.c: Include unistd.h.
15559 * gdb.modula2/unbounded1.c (main): Declare returns int.
15560 * gdb.reverse/consecutive-reverse.c: Likewise.
15561 * gdb.threads/create-fail.c: Include unistd.h.
15562 * gdb.threads/killed.c: Likewise.
15563 * gdb.threads/linux-dp.c: Likewise.
15564 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15565 * gdb.threads/non-ldr-exc-2.c: Likewise.
15566 * gdb.threads/non-ldr-exc-3.c: Likewise.
15567 * gdb.threads/non-ldr-exc-4.c: Likewise.
15568 * gdb.threads/pthreads.c: Include unistd.h.
15569 (main): Declare returns int.
15570 * gdb.threads/tls-main.c (foo): New declaration.
15571 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15572
15573 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15574
15575 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15576 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15577
15578 2015-01-15 Mark Wielaard <mjw@redhat.com>
15579
15580 * gdb.base/noreturn-return.c: New file.
15581 * gdb.base/noreturn-return.exp: New file.
15582 * gdb.base/noreturn-finish.c: New file.
15583 * gdb.base/noreturn-finish.exp: New file.
15584
15585 2015-01-23 Pedro Alves <palves@redhat.com>
15586
15587 * gdb.threads/continue-pending-after-query.c: New file.
15588 * gdb.threads/continue-pending-after-query.exp: New file.
15589
15590 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15591 Simon Marchi <simon.marchi@ericsson.com>
15592
15593 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15594 * gdb.base/valgrind-db-attach.exp: Same.
15595 * gdb.base/valgrind-infcall.exp: Same.
15596 * lib/mi-support.exp (default_mi_gdb_start): Same.
15597 * lib/prompt.exp (default_prompt_gdb_start): Same.
15598 * lib/gdb.exp (default_gdb_spawn): Same.
15599 (gdb_interact): New.
15600
15601
15602 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15603
15604 * gdb.compile/compile.exp (pointer to jit function): New test.
15605
15606 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15607
15608 * lib/gdb.exp (supports_process_record): Return true for
15609 powerpc*-*-linux*.
15610 (supports_reverse): Likewise.
15611
15612 2015-01-15 Don Breazeal <donb@codesourcery.com>
15613
15614 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15615 instead of checking whether the target board is remote and
15616 use spawn_wait_for_attach instead of exec/sleep.
15617 * gdb.base/attach-twice.exp: Likewise.
15618
15619 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15620
15621 * gdb.ada/var_arr_attrs: New testcase.
15622
15623 2015-01-14 Pedro Alves <palves@redhat.com>
15624 Joel Brobecker <brobecker@adacore.com>
15625
15626 PR gdb/17525
15627 * gdb.base/bp-cmds-execution-x-script.c: New file.
15628 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15629 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15630
15631 2015-01-14 Pedro Alves <palves@redhat.com>
15632
15633 PR cli/17828
15634 * gdb.base/batch-preserve-term-settings.c: New file.
15635 * gdb.base/batch-preserve-term-settings.exp: New file.
15636
15637 2015-01-13 Doug Evans <dje@google.com>
15638
15639 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15640 binary.
15641
15642 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15643
15644 * Makefile.in (clean mostlyclean): Do not delete *.py.
15645
15646 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15647
15648 * gdb.python/py-lookup-type.exp: New file.
15649
15650 2015-01-12 Pedro Alves <palves@redhat.com>
15651
15652 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15653 restore GDBFLAGS before returning.
15654
15655 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15656
15657 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15658 is_amd64_regs_target and is_x86_like_target.
15659
15660 2015-01-11 Doug Evans <xdje42@gmail.com>
15661
15662 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15663 is given without an explicit form.
15664 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15665 attributes.
15666 * gdb.dwarf/corrupt.exp: Ditto.
15667 * gdb.dwarf2/enum-type.exp: Ditto.
15668 * gdb.trace/entry-values.exp: Ditto.
15669 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15670
15671 2015-01-11 Doug Evans <xdje42@gmail.com>
15672
15673 PR gdb/15830
15674 * gdb.base/maint.exp: Remove references to "maint demangle".
15675 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15676 Add tests for explicitly specifying language to demangle.
15677 * gdb.dlang/demangle.exp: Ditto.
15678
15679 2015-01-09 Pedro Alves <palves@redhat.com>
15680
15681 * gdb.threads/non-stop-fair-events.c: New file.
15682 * gdb.threads/non-stop-fair-events.exp: New file.
15683
15684 2015-01-09 Pedro Alves <palves@redhat.com>
15685
15686 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15687 the global scope. Set a breakpoint after all threads are started
15688 rather than stepping over two source lines. Expect the prompt.
15689 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15690 global.
15691 (NUM): Now 15.
15692 (main): Use threads_started_barrier to wait for all threads to
15693 start. Main thread no longer calls thread_function. Exit after
15694 180 seconds.
15695 (loop): New function.
15696 (thread_function): Wait on threads_started_barrier barrier. Call
15697 'loop' at each iteration.
15698 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15699 threads have started, instead of hardcoding number of "next"
15700 steps. Use an access watchpoint instead of a write watchpoint.
15701
15702 2015-01-09 Pedro Alves <palves@redhat.com>
15703
15704 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15705 (thread_func): Wait on barrier.
15706 (main): Wait for all threads to start before stopping GDB.
15707 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15708 global.
15709 (thread1_func, thread2_func): Wait on barrier.
15710 (main): Wait for all threads to start before stopping GDB.
15711 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15712 New global.
15713 (thread1_func, thread2_func): Wait on barrier.
15714 (main): Wait for all threads to start before stopping GDB.
15715
15716 2015-01-09 Pedro Alves <palves@redhat.com>
15717
15718 * gdb.threads/attach-many-short-lived-threads.c: New file.
15719 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15720
15721 2014-01-09 Pedro Alves <palves@redhat.com>
15722
15723 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15724 instead of to thread 2.
15725 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15726 Add barrier around each pthread_create call instead of around all
15727 calls.
15728 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15729 Set a break on thread_function and have the child threads hit it
15730 one at at a time.
15731
15732 2015-01-09 Pedro Alves <palves@redhat.com>
15733
15734 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15735 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15736 false.
15737 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15738 checking whether the target board is remote.
15739 * gdb.multi/multi-attach.exp: Likewise.
15740 * gdb.python/py-sync-interp.exp: Likewise.
15741 * gdb.server/ext-attach.exp: Likewise.
15742 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15743 tests that need to attach, instead of checking whether the target
15744 board is remote at the top of the file.
15745
15746 2015-01-08 Yao Qi <yao@codesourcery.com>
15747
15748 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15749
15750 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15751
15752 Fix testcase compilation.
15753 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15754
15755 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15756
15757 * gdb.python/py-type.exp: Add a couple test about empty
15758 array creation, and negative-length array creation.
15759
15760 2015-01-02 Doug Evans <xdje42@gmail.com>
15761
15762 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15763
15764 2015-01-02 Doug Evans <dje@google.com>
15765
15766 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15767
15768 2014-12-29 Yao Qi <yao@codesourcery.com>
15769
15770 * gdb.trace/entry-values.exp: Update comments. Rename variable
15771 bar_call_foo to returned_from_foo.
15772
15773 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15774
15775 PR gdb/17394
15776 * gdb.linespec/break-asm-file.c: New file.
15777 * gdb.linespec/break-asm-file.exp: New file.
15778 * gdb.linespec/break-asm-file0.s: New file.
15779 * gdb.linespec/break-asm-file1.s: New file.
15780
15781 2014-12-18 Nigel Stephens <nigel@mips.com>
15782 Maciej W. Rozycki <macro@codesourcery.com>
15783
15784 * gdb.base/float.exp: Handle the new output from "info float" on
15785 MIPS targets.
15786
15787 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15788
15789 Fix MinGW compilation.
15790 * gdb.compile/compile-ops.exp: Update untested message if
15791 !skip_compile_feature_tests.
15792 * gdb.compile/compile-setjmp.exp: Likewise.
15793 * gdb.compile/compile-tls.exp: Likewise.
15794 * gdb.compile/compile.exp: Likewise.
15795 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15796 supported on this host".
15797
15798 2014-12-16 Doug Evans <xdje42@gmail.com>
15799
15800 * boards/stabs.exp: New file.
15801
15802 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15803
15804 * gdb.base/completion.exp: Adjust to format changes of "maint
15805 print user-registers".
15806
15807 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15808
15809 PR server/17457
15810 * gdb.arch/aarch64-fp.c: New file.
15811 * gdb.arch/aarch64-fp.exp: New file.
15812
15813 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15814
15815 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15816 r210637, r210913, r211666, r215400, r215817).
15817
15818 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15819 * dg-extract-results.py: New file.
15820 * dg-extract-results.sh: Use it if the environment seems
15821 suitable.
15822
15823 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15824
15825 * dg-extract-results.py (parse_run): Handle warnings that
15826 are printed before a test harness is run.
15827
15828 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15829
15830 * dg-extract-results.py (Named): Remove __cmp__ method.
15831 (output_variation): Use a key to sort variation.harnesses.
15832
15833 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15834
15835 * dg-extract-results.py: For Python 3, force sys.stdout to
15836 handle surrogate escape sequences.
15837 (safe_open): New function.
15838 (output_segment, main): Use it.
15839
15840 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15841
15842 * dg-extract-results.py (Prog.result_re): Include options
15843 in test name.
15844
15845 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15846
15847 * dg-extract-results.py (output_variation): Always sort if
15848 do_sum.
15849
15850 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15851
15852 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15853 as long as we get pagination notifications.
15854
15855 2014-12-15 Jason Merrill <jason@redhat.com>
15856
15857 * Makefile.in (check-gdb.%): Restore.
15858 * README: Mention it.
15859
15860 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15861
15862 * gdb.ada/str_uninit: New testcase.
15863
15864 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15865
15866 PR symtab/17642
15867 * gdb.base/vla-stub-define.c: New file.
15868 * gdb.base/vla-stub.c: New file.
15869 * gdb.base/vla-stub.exp: New file.
15870
15871 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15872 Jan Kratochvil <jan.kratochvil@redhat.com>
15873 Tom Tromey <tromey@redhat.com>
15874
15875 * configure.ac: Add gdb.compile/.
15876 * configure: Regenerate.
15877 * gdb.compile/Makefile.in: New file.
15878 * gdb.compile/compile-ops.exp: New file.
15879 * gdb.compile/compile-ops.c: New file.
15880 * gdb.compile/compile-tls.c: New file.
15881 * gdb.compile/compile-tls.exp: New file.
15882 * gdb.compile/compile-constvar.S: New file.
15883 * gdb.compile/compile-constvar.c: New file.
15884 * gdb.compile/compile-mod.c: New file.
15885 * gdb.compile/compile-nodebug.c: New file.
15886 * gdb.compile/compile-setjmp-mod.c: New file.
15887 * gdb.compile/compile-setjmp.c: New file.
15888 * gdb.compile/compile-setjmp.exp: New file.
15889 * gdb.compile/compile-shlib.c: New file.
15890 * gdb.compile/compile.c: New file.
15891 * gdb.compile/compile.exp: New file.
15892 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15893
15894 2014-12-12 Tom Tromey <tromey@redhat.com>
15895
15896 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15897 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15898
15899 2014-12-12 Doug Evans <dje@google.com>
15900
15901 * lib/gdb-python.exp (get_python_valueof): New function.
15902 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15903
15904 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15905
15906 * gdb.base/completion.exp: Add test for completion of "info
15907 registers ".
15908
15909 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15910
15911 * gdb.base/func-ptrs.c: New file.
15912 * gdb.base/func-ptrs.exp: New file.
15913
15914 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15915
15916 PR breakpoints/17012
15917 * gdb.base/dprintf-detach.c: New file.
15918 * gdb.base/dprintf-detach.exp: New file.
15919
15920 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15921
15922 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15923 * lib/gdb.exp (target_is_gdbserver): New procedure.
15924
15925 2014-12-08 Doug Evans <dje@google.com>
15926
15927 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15928
15929 2014-12-05 Yao Qi <yao@codesourcery.com>
15930
15931 * gdb.guile/scm-error.exp: Remove the third argument to
15932 gdb_remote_download.
15933 * gdb.guile/scm-frame-args.exp: Likewise.
15934 * gdb.guile/scm-section-script.exp: Likewise.
15935
15936 2014-12-05 Yao Qi <yao@codesourcery.com>
15937
15938 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15939
15940 2014-12-04 Doug Evans <dje@google.com>
15941
15942 * gdb.python/py-objfile.exp: Add tests for
15943 objfile.add_separate_debug_file.
15944
15945 2014-12-04 Doug Evans <dje@google.com>
15946
15947 * lib/gdb.exp (get_build_id): New function.
15948 (build_id_debug_filename_get): Rewrite to use it.
15949 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15950
15951 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15952
15953 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15954 `method(long)', not just 0x0.
15955 * gdb.cp/nsalias.exp: Align code labels to 4.
15956 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15957 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15958 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15959 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15960 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15961 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15962
15963 2014-12-02 Doug Evans <dje@google.com>
15964
15965 PR symtab/17602
15966 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15967 * gdb.cp/anon-ns2.cc: ... here. New file.
15968 * gdb.cp/anon-ns.exp: Update.
15969
15970 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15971
15972 * gdb.python/py-events.py (inferior_call_handler): New.
15973 (register_changed_handler, memory_changed_handler): New.
15974 (test_events.invoke): Register new handlers.
15975 * gdb.python/py-events.exp: Add tests for inferior call,
15976 memory_changed and register_changed events.
15977
15978 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15979
15980 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15981 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15982 if the linker doesn't understand this.
15983
15984 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15985
15986 * gdb.python/python.exp: Change expected reply to help().
15987
15988 2014-12-01 Yao Qi <yao@codesourcery.com>
15989
15990 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15991 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15992 * configure: Re-generated.
15993
15994 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15995
15996 * gdb.cp/chained-calls.cc: New file.
15997 * gdb.cp/chained-calls.exp: New file.
15998 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15999
16000 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16001
16002 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16003 * gdb.dwarf2/symtab-producer.exp: Same.
16004 * gdb.gdb/python-interrupts.exp: Same.
16005 * gdb.gdb/python-selftest.exp: Same.
16006 * gdb.python/py-linetable.exp: Same.
16007 * gdb.python/py-type.exp: Same.
16008 * gdb.python/py-value-cc.exp: Same.
16009 * gdb.python/py-value.exp: Same.
16010
16011 2014-11-28 Yao Qi <yao@codesourcery.com>
16012
16013 * gdb.base/break-probes.exp: Match library name prefixed with
16014 sysroot.
16015
16016 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16017
16018 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16019 test expected output. Add parentheses for the call to print.
16020 Remove L suffix from integers.
16021
16022 2014-11-26 Doug Evans <dje@google.com>
16023
16024 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16025
16026 2014-11-22 Yao Qi <yao@codesourcery.com>
16027
16028 * gdb.trace/entry-values.c: Remove asms.
16029 (foo): Add foo_label.
16030 (bar): Add bar_label.
16031 * gdb.trace/entry-values.exp: Remove code computing foo's
16032 length and bar's length.
16033 (Dwarf::assemble): Invoke function_range for bar and use
16034 MACRO_AT_func for foo.
16035
16036 2014-11-22 Yao Qi <yao@codesourcery.com>
16037
16038 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16039 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16040 Use .Lgcc43_procstart instead of gcc43.
16041
16042 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16043
16044 * gdb.ada/n_arr_bound: New testcase.
16045
16046 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16047
16048 PR breakpoints/10737
16049 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16050 test_catch_syscall_multi_arch.
16051 (test_catch_syscall_multi_arch): New function.
16052
16053 2014-11-20 Doug Evans <xdje42@gmail.com>
16054
16055 * gdb.base/maint.exp: Update expected output.
16056
16057 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16058
16059 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16060 4-byte instruction on S390.
16061
16062 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16063
16064 * gdb.ada/arr_arr: New testcase.
16065
16066 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16067
16068 * gdb.ada/pkd_arr_elem: New Testcase.
16069
16070 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16071
16072 * gdb.reverse/break-precsave: Expect completion message for
16073 core file reads.
16074 * gdb.reverse/consecutive-precsave.exp: Likewise.
16075 * gdb.reverse/finish-precsave.exp: Likewise.
16076 * gdb.reverse/i386-precsave.exp: Likewise.
16077 * gdb.reverse/machinestate-precsave.exp: Likewise.
16078 * gdb.reverse/sigall-precsave.exp: Likewise.
16079 * gdb.reverse/solib-precsave.exp: Likewise.
16080 * gdb.reverse/step-precsave.exp: Likewise.
16081 * gdb.reverse/until-precsave.exp: Likewise.
16082 * gdb.reverse/watch-precsave.exp: Likewise.
16083
16084 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16085
16086 * gdb.base/bp-permanent.c: Include unistd.h.
16087 * gdb.python/py-framefilter-mi.c (main): Add return type.
16088 * gdb.python/py-framefilter.c (main): Likewise.
16089 * gdb.trace/actions-changed.c (main): Likewise.
16090
16091 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16092
16093 * gdb.mi/until.c: Add eye-catchers.
16094 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16095 line numbers.
16096
16097 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16098
16099 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16100 function header variants in break1.c.
16101 * gdb.base/ena-dis-br.exp: Likewise.
16102 * gdb.base/hbreak2.exp: Likewise.
16103 * gdb.reverse/until-precsave.exp: Drop references to removed
16104 non-prototype function header variants in ur1.c.
16105 * gdb.reverse/until-reverse.exp: Likewise.
16106
16107 2014-11-17 Petr Machata <pmachata@redhat.com>
16108
16109 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16110 ${_cu_offset_size} bytes abbrev offset.
16111
16112 2014-11-15 Doug Evans <xdje42@gmail.com>
16113
16114 PR symtab/17559
16115 * gdb.base/line-symtabs.exp: New file.
16116 * gdb.base/line-symtabs.c: New file.
16117 * gdb.base/line-symtabs.h: New file.
16118
16119 2014-11-14 Yao Qi <yao@codesourcery.com>
16120
16121 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16122 (func): Add label func_label.
16123 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16124 Replace low_pc and high_pc with MACRO_AT_range.
16125 Replace name, low_pc and high_pc with MACRO_AT_func.
16126
16127 2014-11-14 Yao Qi <yao@codesourcery.com>
16128
16129 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16130 Replace name, low_pc and high_pc with MACRO_AT_func.
16131
16132 2014-11-14 Yao Qi <yao@codesourcery.com>
16133
16134 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16135 produce debug information.
16136 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16137
16138 2014-11-14 Yao Qi <yao@codesourcery.com>
16139
16140 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16141 object and get function length.
16142 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16143 with MACRO_AT_func.
16144 (top-level): Replace gdb_compile and clean_restart with
16145 prepare_for_testing.
16146 * gdb.dwarf2/main.c (main): Add label main_label.
16147
16148 2014-11-14 Yao Qi <yao@codesourcery.com>
16149
16150 * lib/dwarf.exp (function_range): New procedure.
16151 (Dwarf::_handle_macro_at_func): New procedure.
16152 (Dwarf::_handle_macro_at_range): New procedure.
16153 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16154
16155 2014-11-14 Yao Qi <yao@codesourcery.com>
16156
16157 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16158 (_handle_attribute): New procedure.
16159
16160 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16161
16162 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16163 * gdb.base/call-sc.c (zed): Likewise.
16164 * gdb.base/checkpoint.c (main): Likewise.
16165 * gdb.base/dump.c (main): Likewise.
16166 * gdb.base/gcore.c (main): Likewise.
16167 * gdb.base/huge.c (main): Likewise.
16168 * gdb.base/multi-forks.c (main): Likewise.
16169 * gdb.base/pr10179-a.c (main): Likewise.
16170 * gdb.base/savedregs.c (main): Likewise.
16171 * gdb.base/sigaltstack.c (main): Likewise.
16172 * gdb.base/siginfo.c (main): Likewise.
16173 * gdb.base/structs.c (zed): Likewise.
16174 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16175 * gdb.mi/mi-syn-frame.c (main): Likewise.
16176 * gdb.mi/until.c (foo, main): Likewise.
16177 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16178 * gdb.base/solib-weak.c (foo): Declare.
16179 * gdb.base/attach-twice.c: Include stdio.h.
16180 * gdb.base/weaklib1.c: Likewise.
16181 * gdb.base/weaklib2.c: Likewise.
16182 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16183 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16184 unistd.h.
16185 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16186 * gdb.mi/mi-exit-code.c: Likewise.
16187 * gdb.base/break-interp-lib.c: Include string.h.
16188 * gdb.base/coremaker.c: Likewise.
16189 * gdb.base/testenv.c: Likewise.
16190 * gdb.python/py-finish-breakpoint.c: Likewise.
16191 * gdb.base/inferior-died.c: Include sys/wait.h.
16192 * gdb.base/fileio.c: Include time.h.
16193 * gdb.base/async-shell.c: Include unistd.h.
16194 * gdb.base/dprintf-non-stop.c: Likewise.
16195 * gdb.base/info-os.c: Likewise.
16196 * gdb.mi/mi-console.c: Likewise.
16197 * gdb.mi/watch-nonstop.c: Likewise.
16198 * gdb.python/py-events.c: Likewise.
16199 * gdb.base/async.c (baz): Move up before its invocation.
16200 * gdb.base/code_elim2.c (my_global_func): Likewise.
16201 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16202 * gdb.base/advance.c (func2): Likewise.
16203
16204 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16205
16206 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16207 variant.
16208 * gdb.base/annota3.c: Likewise.
16209 * gdb.base/async.c: Likewise.
16210 * gdb.base/average.c: Likewise.
16211 * gdb.base/call-ar-st.c: Likewise.
16212 * gdb.base/call-rt-st.c: Likewise.
16213 * gdb.base/call-sc.c: Likewise.
16214 * gdb.base/call-strs.c: Likewise.
16215 * gdb.base/ending-run.c: Likewise.
16216 * gdb.base/execd-prog.c: Likewise.
16217 * gdb.base/exprs.c: Likewise.
16218 * gdb.base/foll-exec.c: Likewise.
16219 * gdb.base/foll-fork.c: Likewise.
16220 * gdb.base/foll-vfork.c: Likewise.
16221 * gdb.base/funcargs.c: Likewise.
16222 * gdb.base/gcore.c: Likewise.
16223 * gdb.base/jump.c: Likewise.
16224 * gdb.base/langs0.c: Likewise.
16225 * gdb.base/langs1.c: Likewise.
16226 * gdb.base/langs2.c: Likewise.
16227 * gdb.base/mips_pro.c: Likewise.
16228 * gdb.base/nodebug.c: Likewise.
16229 * gdb.base/opaque0.c: Likewise.
16230 * gdb.base/opaque1.c: Likewise.
16231 * gdb.base/recurse.c: Likewise.
16232 * gdb.base/run.c: Likewise.
16233 * gdb.base/scope0.c: Likewise.
16234 * gdb.base/scope1.c: Likewise.
16235 * gdb.base/setshow.c: Likewise.
16236 * gdb.base/setvar.c: Likewise.
16237 * gdb.base/shmain.c: Likewise.
16238 * gdb.base/shr1.c: Likewise.
16239 * gdb.base/shr2.c: Likewise.
16240 * gdb.base/sigall.c: Likewise.
16241 * gdb.base/signals.c: Likewise.
16242 * gdb.base/so-indr-cl.c: Likewise.
16243 * gdb.base/solib2.c: Likewise.
16244 * gdb.base/structs.c: Likewise.
16245 * gdb.base/sum.c: Likewise.
16246 * gdb.base/vforked-prog.c: Likewise.
16247 * gdb.base/watchpoint.c: Likewise.
16248 * gdb.reverse/shr2.c: Likewise.
16249 * gdb.reverse/until-reverse.c: Likewise.
16250 * gdb.reverse/ur1.c: Likewise.
16251 * gdb.reverse/watch-reverse.c: Likewise.
16252
16253 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16254
16255 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16256 variant.
16257 * gdb.base/sepdebug.exp: Drop references to removed code.
16258
16259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16260
16261 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16262 variant. Preserve original line numbering.
16263 * gdb.base/list1.c: Likewise.
16264
16265 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16266
16267 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16268 variant.
16269 * gdb.base/break1.c: Likewise.
16270 * gdb.base/break.exp: Drop references to removed code.
16271
16272 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16273
16274 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16275 variant.
16276
16277 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16278
16279 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16280
16281 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16282
16283 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16284 logic into perform_all_tests() and invoke it with and without
16285 function header prototypes.
16286 (do_function_calls): Remove conditional XFAIL for PR 5318.
16287 (rerun_and_prepare): Remove duplicate code.
16288 (perform_all_tests): New. Main logic moved here.
16289
16290 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16291
16292 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16293 code guarded by #ifdef NO_PROTOTYPES.
16294 (t_double_many_args): Likewise.
16295 (DEF_FUNC_MANY_ARGS_1): Likewise.
16296 (DEF_FUNC_VALUES_1): Likewise.
16297 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16298 guarded by #ifdef PROTOTYPES.
16299
16300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16301
16302 * gdb.mi/mi-console.c: Add eye-catcher.
16303 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16304 instead of literal line number.
16305
16306 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16307
16308 * gdb.base/shr2.c: Add eye-catcher.
16309 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16310 line number.
16311
16312 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16313
16314 * gdb.base/jump.c: Add eye-catchers.
16315 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16316 numbers.
16317
16318 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16319
16320 * gdb.base/execd-prog.c: Add eye-catchers.
16321 * gdb.base/foll-exec.c: Likewise.
16322 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16323 line numbers.
16324
16325 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16326
16327 * gdb.base/ending-run.c: Add eye-catchers.
16328 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16329 literal line numbers.
16330
16331 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16332
16333 * gdb.base/call-rt-st.c: Add eye-catchers.
16334 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16335 literal line numbers.
16336
16337 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16338
16339 * gdb.base/call-ar-st.c: Add eye-catchers.
16340 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16341 literal line numbers.
16342
16343 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16344
16345 * gdb.base/average.c: Add eye-catchers.
16346 * gdb.base/sum.c: Likewise.
16347 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16348 regexps dynamically.
16349
16350 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16351
16352 * gdb.base/solib1.c: Add eye-catchers.
16353 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16354 literal line numbers.
16355
16356 2014-11-12 Pedro Alves <palves@redhat.com>
16357
16358 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16359 leader has exited.
16360
16361 2014-11-12 Pedro Alves <palves@redhat.com>
16362
16363 * gdb.arch/i386-bp_permanent.c: New file.
16364 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16365 (srcfile): Set to i386-bp_permanent.c.
16366 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16367 that stepi does not execute the 'leave' instruction, instead of
16368 testing it does execute.
16369 * gdb.base/bp-permanent.c: New file.
16370 * gdb.base/bp-permanent.exp: New file.
16371
16372 2014-11-10 Doug Evans <xdje42@gmail.com>
16373
16374 PR symtab/17564
16375 * gdb.base/symtab-search-order.exp: New file.
16376 * gdb.base/symtab-search-order.c: New file.
16377 * gdb.base/symtab-search-order-1.c: New file.
16378 * gdb.base/symtab-search-order-shlib-1.c: New file.
16379
16380 2014-11-07 Pedro Alves <palves@redhat.com>
16381
16382 PR gdb/17511
16383 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16384 i?86-*-linux*.
16385
16386 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16387
16388 PR c++/17494
16389 * gdb.cp/pr17494.cc: New file.
16390 * gdb.cp/pr17494.exp: New file.
16391
16392 2014-11-02 Yao Qi <yao@codesourcery.com>
16393
16394 * gdb.python/python.exp: Get working directory and match the
16395 output of "set extended-prompt \\w " with it.
16396
16397 2014-10-30 Doug Evans <dje@google.com>
16398
16399 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16400 in objfiles.
16401 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16402 in progspaces.
16403
16404 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16405
16406 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16407 * gdb.base/realname-expand.exp: Likewise.
16408 * gdb.linespec/macro-relative.exp: Likewise.
16409
16410 2014-10-29 Pedro Alves <palves@redhat.com>
16411
16412 PR gdb/17408
16413 * gdb.threads/schedlock.c (some_function): New function.
16414 (call_function): New global.
16415 (MAYBE_CALL_SOME_FUNCTION): New macro.
16416 (thread_function): Call it.
16417 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16418 and use it instead of a global counter. Adjust all callers.
16419 (get_current_thread): Use "find current thread" for test message
16420 here rather than having all callers pass down the same string.
16421 (goto_loop): New procedure, factored out from ...
16422 (my_continue): ... this.
16423 (step_ten_loops): Change parameter from test message to command to
16424 use. Adjust.
16425 (list_count): Delete global.
16426 (check_result): New procedure, factored out from duplicate top
16427 level code.
16428 (continue tests): Wrap in with_test_prefix.
16429 (test_step): New procedure, factored out from duplicate top level
16430 code.
16431 (top level): Test "step" in combination with all scheduler-locking
16432 modes. Test "next" in combination with all scheduler-locking
16433 modes, and in combination with stepping over a function call or
16434 not.
16435 * gdb.threads/next-bp-other-thread.c: New file.
16436 * gdb.threads/next-bp-other-thread.exp: New file.
16437
16438 2014-10-29 Pedro Alves <palves@redhat.com>
16439
16440 PR python/17372
16441 * gdb.python/python.exp: Test a multi-line command that spawns
16442 interactive Python.
16443 * gdb.base/multi-line-starts-subshell.exp: New file.
16444
16445 2014-10-29 Yao Qi <yao@codesourcery.com>
16446
16447 * gdb.base/fileio.exp: Make directories on host.
16448
16449 2014-10-29 Yao Qi <yao@codesourcery.com>
16450
16451 * gdb.base/fileio.c (test_write): Close the file.
16452
16453 2014-10-28 Pedro Alves <palves@redhat.com>
16454
16455 PR gdb/12623
16456 * gdb.base/sigstep.c (no_handler): New global.
16457 (main): If 'no_handler is true, set the signal handlers to
16458 SIG_IGN.
16459 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16460 with_sw_watch and no_handler parameters. Handle them.
16461 (top level) <stepping over handler when stopped at a breakpoint
16462 test>: Add a test axis for testing with a software watchpoint, and
16463 another for testing with the signal handler set to SIG_IGN.
16464 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16465 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16466
16467 2014-10-28 Pedro Alves <palves@redhat.com>
16468
16469 PR gdb/17511
16470 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16471 * gdb.base/sigstep.exp (other_handler_location): New global.
16472 (advance): Support stepping into the signal handler, and running
16473 commands while in the handler.
16474 (in_handler_map): New global.
16475 (top level): In the advance test, add combinations for getting
16476 into the handler with stepping commands, and for running commands
16477 in the handler. Add comment descripting the advancei tests.
16478
16479 2014-10-28 Pedro Alves <palves@redhat.com>
16480
16481 * gdb.base/sigstep.exp: Use build_executable instead of
16482 prepare_for_testing.
16483 (top level): Move code that starts GDB, runs to main and creates a
16484 display to ...
16485 (restart): ... this new procedure.
16486 (top level): Move backtrace from signal handler test to ...
16487 (validate_backtrace): ... this new procedure.
16488 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16489 with_test_prefix. Always restart GDB.
16490 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16491 with_test_prefix. Always restart GDB. No need to delete
16492 breakpoints after the test.
16493 (test_skip_handler): Remove prefix parameter.
16494 (skip_over_handler, breakpoint_to_handler)
16495 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16496 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16497 restart GDB. No need to delete breakpoints after the test.
16498 (top level): Use foreach to call the test procedures with
16499 different commands.
16500
16501 2014-10-28 Pedro Alves <palves@redhat.com>
16502
16503 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16504 instead of GNATS numbers.
16505 * gdb.base/sigbpt.exp: Likewise.
16506 * gdb.base/siginfo.exp: Likewise.
16507 * gdb.base/sigstep.exp: Likewise.
16508
16509 2014-10-27 Pedro Alves <palves@redhat.com>
16510
16511 * gdb.base/sigstep.c (dummy): New global.
16512 (main): Issue a couple writes to the new global.
16513 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16514 procedures.
16515 (skip_over_handler): Use test_skip_handler.
16516 (top level): Call skip_over_handler for stepi and nexti too.
16517 (breakpoint_over_handler): Use test_skip_handler.
16518 (top level): Call breakpoint_over_handler for stepi and nexti too.
16519
16520 2014-10-27 Yao Qi <yao@codesourcery.com>
16521
16522 * gdb.trace/tfile.c (adjust_function_address)
16523 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16524 function descriptor.
16525
16526 2014-10-24 Don Breazeal <donb@codesourcery.com>
16527
16528 * gdb.base/foll-fork.exp (test_follow_fork,
16529 catch_fork_child_follow): Check for updated fork messages emitted
16530 from infrun.c.
16531 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16532 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16533 vfork_and_exec_child_follow_through_step): Check for updated vfork
16534 messages emitted from infrun.c.
16535
16536 2014-10-24 Pedro Alves <palves@redhat.com>
16537
16538 * gdb.base/corefile.exp: Remove references to ultrix.
16539 * gdb.base/interrupt.exp: Likewise.
16540 * gdb.base/whatis.exp: Likewise.
16541 * gdb.gdb/selftest.exp: Likewise.
16542 * gdb.threads/manythreads.exp: Likewise.
16543 * gdb.threads/print-threads.exp: Likewise.
16544 * gdb.threads/pthreads.exp:: Likewise.
16545 * gdb.threads/schedlock.exp: Likewise.
16546
16547 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16548
16549 * gdb.cp/non-trivial-retval.cc: Add a test case.
16550 * gdb.cp/non-trivial-retval.exp: Add a test.
16551
16552 2014-10-20 Yao Qi <yao@codesourcery.com>
16553
16554 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16555 * gdb.python/py-objfile-script-gdb.py: New file.
16556 * gdb.python/py-objfile-script.exp: Update reference to
16557 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16558 of remote_download. Remove the dest file.
16559
16560 2014-10-20 Yao Qi <yao@codesourcery.com>
16561
16562 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16563 * gdb.base/step-line.exp: Likewise.
16564 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16565 * gdb.dwarf2/dw2-basic.exp: Likewise.
16566 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16567 * gdb.dwarf2/dw2-filename.exp: Likewise.
16568 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16569 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16570 * gdb.dwarf2/dw2-producer.exp: Likewise.
16571 * gdb.dwarf2/mac-fileno.exp: Likewise.
16572 * gdb.python/py-frame-args.exp: Likewise.
16573 * gdb.python/py-framefilter.exp: Likewise.
16574 * gdb.python/py-mi.exp: Likewise.
16575 * gdb.python/py-objfile-script.exp: Likewise
16576 * gdb.python/py-pp-integral.exp: Likewise.
16577 * gdb.python/py-pp-re-notag.exp: Likewise.
16578 * gdb.python/py-prettyprint.exp: Likewise.
16579 * gdb.python/py-section-script.exp: Likewise.
16580 * gdb.python/py-typeprint.exp: Likewise.
16581 * gdb.python/py-xmethods.exp: Likewise.
16582 * gdb.stabs/weird.exp: Likewise.
16583 * gdb.xml/tdesc-regs.exp: Likewise.
16584
16585 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16586
16587 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16588 (out_cu): Use addr_len for the size of addresses.
16589 (out_line): Likewise. Size DW_LNE_set_address instruction
16590 according to addr_len.
16591 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16592 (FUNC): Add START_INSNS to definition.
16593
16594 2014-10-18 Yao Qi <yao@codesourcery.com>
16595
16596 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16597 gdb_has_argv0 return true.
16598 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16599 check [target_info exists noargs], check [gdb_has_argv0]
16600 instead.
16601 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16602 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16603 procedures.
16604
16605 2014-10-17 Doug Evans <dje@google.com>
16606
16607 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16608 event.
16609 * gdb.python/py-events.py: Add clear_objfiles event.
16610
16611 2014-10-17 Doug Evans <dje@google.com>
16612
16613 * gdb.python/py-objfile.exp: Test progspace attribute.
16614
16615 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16616
16617 * gdb.guile/scm-breakpoint.exp: Do not assume any
16618 directory separators when matching source file paths.
16619 * gdb.python/py-breakpoint.exp: Likewise.
16620 * gdb.reverse/break-precsave.exp: Likewise.
16621 * gdb.reverse/break-reverse.exp: Likewise.
16622 * gdb.reverse/consecutive-precsave.exp: Likewise.
16623 * gdb.reverse/finish-precsave.exp: Likewise.
16624 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16625 * gdb.reverse/finish-reverse.exp: Likewise.
16626 * gdb.reverse/i386-precsave.exp: Likewise.
16627 * gdb.reverse/i387-env-reverse.exp: Likewise.
16628 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16629 * gdb.reverse/machinestate-precsave.exp: Likewise.
16630 * gdb.reverse/machinestate.exp: Likewise.
16631 * gdb.reverse/sigall-precsave.exp: Likewise.
16632 * gdb.reverse/solib-precsave.exp: Likewise.
16633 * gdb.reverse/step-precsave.exp: Likewise.
16634 * gdb.reverse/until-precsave.exp: Likewise.
16635 * gdb.reverse/watch-precsave.exp: Likewise.
16636 * gdb.reverse/watch-reverse.exp: Likewise.
16637
16638 2014-10-17 Yao Qi <yao@codesourcery.com>
16639
16640 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16641 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16642
16643 2014-10-17 Pedro Alves <palves@redhat.com>
16644
16645 PR gdb/17471
16646 * gdb.base/bg-execution-repeat.c: New file.
16647 * gdb.base/bg-execution-repeat.exp: New file.
16648
16649 2014-10-17 Pedro Alves <palves@redhat.com>
16650
16651 PR gdb/17300
16652 * gdb.base/continue-all-already-running.c: New file.
16653 * gdb.base/continue-all-already-running.exp: New file.
16654
16655 2014-10-17 Pedro Alves <palves@redhat.com>
16656
16657 PR gdb/17472
16658 * gdb.base/annota-input-while-running.c: New file.
16659 * gdb.base/annota-input-while-running.exp: New file.
16660
16661 2014-10-17 Pedro Alves <palves@redhat.com>
16662
16663 * gdb.base/callfuncs.exp: emove references to osf.
16664 * gdb.base/sigall.exp: Likewise.
16665 * gdb.gdb/selftest.exp: Likewise.
16666 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16667 * gdb.mi/non-stop.c: Likewise.
16668 * gdb.mi/pthreads.c: Likewise.
16669 * gdb.reverse/sigall-precsave.exp: Likewise.
16670 * gdb.reverse/sigall-reverse.exp: Likewise.
16671 * gdb.threads/pthreads.c: Likewise.
16672 * gdb.threads/pthreads.exp: Likewise.
16673
16674 2014-10-17 Yao Qi <yao@codesourcery.com>
16675
16676 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16677 check 'target_info exists noargs'.
16678 (test_command_prompt_position): Likewise.
16679 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16680 Remove "set args".
16681 (progvar_simple_while_test): Likewise.
16682 (progvar_complex_if_while_test): Likewise.
16683 (if_while_breakpoint_command_test): Likewise.
16684 (infrun_breakpoint_command_test): Likewise.
16685 (breakpoint_command_test): Likewise.
16686 (watchpoint_command_test): Likewise.
16687 (bp_deleted_in_command_test): Likewise.
16688 (temporary_breakpoint_commands): Likewise.
16689
16690 2014-10-16 Yao Qi <yao@codesourcery.com>
16691
16692 * gdb.base/remotetimeout.exp: Remove noargs checking.
16693
16694 2014-10-15 Pedro Alves <palves@redhat.com>
16695
16696 PR breakpoints/9649
16697 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16698 * gdb.base/breakpoint-in-ro-region.exp
16699 (probe_target_hardware_step): New procedure.
16700 (top level): Probe hardware stepping and hardware breakpoint
16701 support. Test stepping through a read-only region, with both
16702 "breakpoint auto-hw" on and off and both "always-inserted" on and
16703 off.
16704
16705 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16706
16707 * gdb.dlang/demangle.exp: Update for demangling changes.
16708
16709 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16710
16711 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16712 * gdb.cp/non-trivial-retval.exp: Add new tests.
16713
16714 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16715
16716 PR c++/13403
16717 PR c++/15154
16718 * gdb.cp/non-trivial-retval.cc: New file.
16719 * gdb.cp/non-trivial-retval.exp: New file.
16720
16721 2014-10-15 Yao Qi <yao@codesourcery.com>
16722
16723 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16724 remote host.
16725
16726 2014-10-15 Yao Qi <yao@codesourcery.com>
16727
16728 * gdb.python/py-symbol.exp: Match file base name if host is
16729 remote, otherwise match file name with dir name.
16730 * gdb.python/py-symtab.exp: Likewise.
16731 * gdb.python/python.exp: Likewise.
16732
16733 2014-10-15 Yao Qi <yao@codesourcery.com>
16734
16735 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16736 pattern.
16737 * gdb.python/py-symtab.exp: Likewise.
16738 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16739 locationn.
16740
16741 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16742
16743 * gdb.ada/addr_arith: New testcase.
16744
16745 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16746
16747 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16748 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16749 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16750 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16751
16752 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16753
16754 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16755 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16756 * gdb.arch/stap-eval-lang-ada.exp: New file.
16757
16758 2014-10-14 Yao Qi <yao@codesourcery.com>
16759
16760 * gdb.mi/mi-var-child.c (nothing1): New function.
16761 (nothing2): New function.
16762 (do_children_tests): Set function pointers by nothing1 and
16763 nothing2.
16764 * gdb.mi/mi-var-child.exp: Step over new added statements.
16765 Update test to match the new output.
16766 * gdb.mi/var-cmd.c (nothing1): New function.
16767 (nothing2): New function.
16768 (do_children_tests): Set function pointers by nothing1 and
16769 nothing2.
16770 * gdb.mi/mi-var-display.exp: Update test to match output.
16771 Step to the line specified by $line_dct_nothing.
16772 Increase the number of lines to step.
16773
16774 2014-10-14 Yao Qi <yao@codesourcery.com>
16775
16776 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16777 tests.
16778 * gdb.mi/mi2-var-child.exp: Likewise.
16779
16780 2014-10-13 Doug Evans <dje@google.com>
16781
16782 * gdb.python/py-objfile.exp: Change name of file name test.
16783
16784 2014-10-13 Doug Evans <dje@google.com>
16785
16786 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16787 from the start of the CU.
16788
16789 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16790 Yao Qi <yao@codesourcery.com>
16791
16792 Fix "save breakpoints" for "catch" command.
16793 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16794 Remove -nonewline. Match also the added "main" line.
16795
16796 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16797
16798 Fix "save breakpoints" for "disable $bpnum" command.
16799 * gdb.base/save-bp.c (main): Add label.
16800 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16801
16802 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16803
16804 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16805
16806 2014-10-11 Yao Qi <yao@codesourcery.com>
16807
16808 * gdb.server/server-kill.exp: Execute command
16809 "set remote trace-status-packet on" before "tstatus".
16810
16811 2014-10-11 Yao Qi <yao@codesourcery.com>
16812
16813 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16814 (main): Call getppid.
16815 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16816 and continue to it. Read variable "server_pid".
16817
16818 2014-10-11 Yao Qi <yao@codesourcery.com>
16819
16820 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16821
16822 2014-10-11 Yao Qi <yao@codesourcery.com>
16823
16824 * gdb.threads/thread-find.exp: Don't execute command
16825 "info threads".
16826 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16827 * gdb.threads/linux-dp.exp: Don't check the condition
16828 $threads_created equals to zero.
16829
16830 2014-10-10 Pedro Alves <palves@redhat.com>
16831
16832 * gdb.base/bigcore.exp: Remove references to IRIX.
16833 * gdb.base/funcargs.exp: Likewise.
16834 * gdb.base/interrupt.exp: Likewise.
16835 * gdb.base/mips_pro.exp: Likewise.
16836 * gdb.base/nodebug.exp: Likewise.
16837 * gdb.base/setvar.exp: Likewise.
16838 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16839
16840 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16841 Pedro Alves <palves@redhat.com>
16842
16843 PR symtab/14466
16844 * gdb.base/vdso-warning.c: New file.
16845 * gdb.base/vdso-warning.exp: New file.
16846
16847 2014-10-02 Doug Evans <dje@google.com>
16848
16849 * gdb.base/structs.c (main): Don't run forever.
16850
16851 2014-10-02 Pedro Alves <palves@redhat.com>
16852
16853 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16854 (top level) <stop threads 1, stop threads 2>: Use it.
16855
16856 2014-10-02 Pedro Alves <palves@redhat.com>
16857
16858 * gdb.threads/break-while-running.exp (test): Add new
16859 'update_thread_list' argument. Skip "info threads" if false.
16860 (top level): Add new 'update_thread_list' axis.
16861
16862 2014-10-02 Pedro Alves <palves@redhat.com>
16863
16864 PR breakpoints/17431
16865 * gdb.base/execl-update-breakpoints.c: New file.
16866 * gdb.base/execl-update-breakpoints.exp: New file.
16867
16868 2014-10-01 Pedro Alves <palves@redhat.com>
16869
16870 * gdb.base/breakpoint-in-ro-region.c: New file.
16871 * gdb.base/breakpoint-in-ro-region.exp: New file.
16872
16873 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16874
16875 * gdb.mi/mi-exit-code.exp: New file.
16876 * gdb.mi/mi-exit-code.c: New file.
16877
16878 2014-09-30 Yao Qi <yao@codesourcery.com>
16879
16880 * lib/prelink-support.exp (build_executable_own_libs): Error if
16881 the target isn't native.
16882
16883 2014-09-30 Yao Qi <yao@codesourcery.com>
16884
16885 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16886 false.
16887
16888 2014-09-22 Pedro Alves <palves@redhat.com>
16889
16890 * gdb.threads/break-while-running.exp: New file.
16891 * gdb.threads/break-while-running.c: New file.
16892
16893 2014-09-19 Yao Qi <yao@codesourcery.com>
16894
16895 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16896 Invoke test. Restart GDB with --readnow and invoke test again.
16897
16898 2014-09-19 Yao Qi <yao@codesourcery.com>
16899
16900 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16901 proc set_breakpoint_on_gcd_function. Invoke
16902 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16903 invoke set_breakpoint_on_gcd_function again.
16904
16905 2014-09-18 Doug Evans <dje@google.com>
16906
16907 * gdb.dwarf2/symtab-producer.exp: New file.
16908
16909 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16910
16911 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16912 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16913 * gdb.base/global-var-nested-by-dso.c: Likewise.
16914 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16915
16916 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16917 Pedro Alves <palves@redhat.com>
16918
16919 * gdb.base/watch-bitfields.exp: Pass string other than test file
16920 name to prepare_for_testing.
16921 (watch): New procedure.
16922 (expect_watchpoint): Use with_test_prefix.
16923 (top level): Factor out tests to ...
16924 (test_watch_location, test_regular_watch): ... these new
16925 procedures, and use with_test_prefix and gdb_continue_to_end.
16926
16927 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16928
16929 PR breakpoints/12526
16930 * gdb.base/watch-bitfields.exp: New file.
16931 * gdb.base/watch-bitfields.c: New file.
16932
16933 2014-09-16 Pedro Alves <palves@redhat.com>
16934
16935 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16936 software and hardware addresses, not software address against
16937 itself.
16938
16939 2014-09-16 Pedro Alves <palves@redhat.com>
16940
16941 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16942 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16943
16944 2014-09-16 Pedro Alves <palves@redhat.com>
16945
16946 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16947 files.
16948 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16949 "*-*-vxworks*" throughout.
16950 * gdb.base/break.exp: Likewise.
16951 * gdb.base/default.exp: Likewise.
16952 * gdb.base/scope.exp: Likewise.
16953 * gdb.base/sepdebug.exp: Likewise.
16954 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16955 throughout.
16956 * gdb.base/run.c: Likewise.
16957 * gdb.base/sepdebug.c: Likewise.
16958 * gdb.hp/gdb.aCC/run.c: Likewise.
16959 * gdb.reverse/until-reverse.c: Likewise.
16960 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16961
16962 2014-09-16 Yao Qi <yao@codesourcery.com>
16963
16964 * boards/local-remote-host-native.exp: New file.
16965
16966 2014-09-14 Doug Evans <xdje42@gmail.com>
16967
16968 * gdb.threads/queue-signal.c (thread_count): New variable.
16969 (thread_count_mutex, thread_count_condvar): New variables.
16970 (incr_thread_count, wait_all_threads_running): New functions.
16971 (main): Wait for all threads to be in their thread functions.
16972
16973 2014-09-13 Doug Evans <xdje42@gmail.com>
16974
16975 * gdb.threads/queue-signal.c: New file.
16976 * gdb.threads/queue-signal.exp: New file.
16977
16978 2014-09-13 Doug Evans <xdje42@gmail.com>
16979
16980 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16981 be consistent with what default_gdb_init uses.
16982 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16983 the plain text of the prompt. Add some logging printfs.
16984 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16985
16986 2014-09-12 Pedro Alves <palves@redhat.com>
16987
16988 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16989 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16990 * gdb.arch/i386-size-overlap.exp: Likewise.
16991 * gdb.arch/i386-size.exp: Likewise.
16992 * gdb.arch/i386-unwind.exp: Likewise.
16993 * gdb.base/a2-run.exp: Likewise.
16994 * gdb.base/break.exp: Likewise.
16995 * gdb.base/charset.exp: Likewise.
16996 * gdb.base/chng-syms.exp: Likewise.
16997 * gdb.base/commands.exp: Likewise.
16998 * gdb.base/dbx.exp: Likewise.
16999 * gdb.base/find.exp: Likewise.
17000 * gdb.base/funcargs.exp: Likewise.
17001 * gdb.base/jit-simple.exp: Likewise.
17002 * gdb.base/reread.exp: Likewise.
17003 * gdb.base/sepdebug.exp: Likewise.
17004 * gdb.base/step-bt.exp: Likewise.
17005 * gdb.cp/mb-inline.exp: Likewise.
17006 * gdb.cp/mb-templates.exp: Likewise.
17007 * gdb.objc/basicclass.exp: Likewise.
17008 * gdb.threads/killed.exp: Likewise.
17009
17010 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17011
17012 PR tdep/17379
17013 * gdb.arch/powerpc-stackless.S: New file.
17014 * gdb.arch/powerpc-stackless.exp: New file.
17015
17016 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17017
17018 * gdb.base/attach.c: Include unistd.h.
17019 (main): Call alarm. Add label postloop.
17020 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17021 gdb_breakpoint, gdb_continue_to_breakpoint.
17022 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17023
17024 2014-09-11 Pedro Alves <palves@redhat.com>
17025
17026 PR gdb/17347
17027 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17028 * gdb.base/attach.exp (test_command_line_attach_run): New
17029 procedure.
17030 (top level): Call it.
17031
17032 2014-09-11 Pedro Alves <palves@redhat.com>
17033
17034 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17035 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17036 (do_command_attach_tests): Use spawn_wait_for_attach.
17037 * gdb.base/solib-overlap.exp: Likewise.
17038 * gdb.multi/multi-attach.exp: Likewise.
17039 * gdb.python/py-prompt.exp: Likewise.
17040 * gdb.python/py-sync-interp.exp: Likewise.
17041 * gdb.server/ext-attach.exp: Likewise.
17042
17043 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17044
17045 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17046 command in testcase. Simplify testcase.
17047
17048 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17049
17050 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17051
17052 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17053
17054 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17055
17056 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17057
17058 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17059
17060 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17061
17062 * gdb.dwarf2/dynarr-ptr.c: New file.
17063 * gdb.dwarf2/dynarr-ptr.exp: New file.
17064
17065 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17066
17067 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17068 of 30 rather than hardcoding 120 for a slow test case. Take the
17069 `gdb,timeout' target setting into account for this calculation.
17070 Don't extend the timeout for the test cases that don't need it.
17071
17072 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17073
17074 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17075 a factor of 2 for a slow test case. Take the `gdb,timeout'
17076 target setting into account for this calculation.
17077 * gdb.reverse/until-precsave.exp: Increase the timeout by
17078 a factor of 15 and 3 respectively rather than adding 120
17079 for a pair of slow test cases. Take the `gdb,timeout'
17080 target setting into account for this calculation.
17081
17082 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17083
17084 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17085 timeout, don't pass one down to gdb_expect.
17086 (gdb_expect): Rework timeout selection.
17087
17088 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17089
17090 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17091 exception on timeout.
17092 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17093 (gdbserver_start_extended): Catch any `gdbserver_start' error
17094 exceptions.
17095 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17096 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17097 `gdbserver_gdb_load' error exceptions.
17098
17099 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17100
17101 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17102 120 on waiting for the TCP socket to open.
17103
17104 2014-09-09 Doug Evans <xdje42@gmail.com>
17105
17106 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17107 _caller_matches, _any_caller_is, _any_caller_matches.
17108
17109 2014-09-09 Doug Evans <xdje42@gmail.com>
17110
17111 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17112
17113 2014-09-09 Yao Qi <yao@codesourcery.com>
17114
17115 * gdb.mi/mi-var-display.exp: Set print symbol off.
17116
17117 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17118
17119 PR gdb/17035
17120 * gdb.base/commands.exp: Add tests to verify user-defined
17121 commands with empty bodies.
17122 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17123 python commands in `show user command`.
17124 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17125 scheme commands in `show user command`.
17126
17127 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17128
17129 PR python/17355
17130 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17131 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17132 * gdb.python/py-framefilter-invalidarg.exp: New file.
17133 * gdb.python/py-framefilter-invalidarg.py: New file.
17134
17135 2014-09-06 Doug Evans <xdje42@gmail.com>
17136
17137 PR 15276
17138 * gdb.python/py-caller-is.c: New file.
17139 * gdb.python/py-caller-is.exp: New file.
17140
17141 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17142
17143 PR gdb/17235
17144 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17145 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17146
17147 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17148
17149 PR fortran/17237
17150 * gdb.fortran/print-formatted.exp: New file.
17151 * gdb.fortran/print-formatted.f90: Likewise.
17152
17153 2014-09-03 Sasha Smundak <asmundak@google.com>
17154
17155 * gdb.python/py-frame.exp: Test Frame.read_register.
17156
17157 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17158
17159 PR python/16699
17160 * gdb.python/py-completion.exp: New file.
17161 * gdb.python/py-completion.py: Likewise.
17162
17163 2014-08-28 Doug Evans <dje@google.com>
17164
17165 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17166 eax,etc. are live with values set by gdb and thus the compiler can't
17167 use them.
17168 * gdb.arch/i386-pseudo.c (main): Ditto.
17169
17170 2014-08-27 Doug Evans <dje@google.com>
17171
17172 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17173
17174 2014-08-25 Doug Evans <dje@google.com>
17175
17176 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17177 (main): Ditto.
17178
17179 2014-08-25 Doug Evans <dje@google.com>
17180
17181 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17182
17183 2014-08-24 Yao Qi <yao@codesourcery.com>
17184
17185 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17186 symbol off.
17187 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17188
17189 2014-08-22 Doug Evans <dje@google.com>
17190
17191 PR 17276
17192 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17193 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17194 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17195
17196 2014-08-22 Yao Qi <yao@codesourcery.com>
17197
17198 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17199 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17200 * gdb.python/python.exp: Likewise. Use .py file on the host
17201 instead of the build.
17202
17203 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17204
17205 * gdb.threads/gcore-stale-thread.c: New file.
17206 * gdb.threads/gcore-stale-thread.exp: New file.
17207
17208 2014-08-21 Pedro Alves <palves@redhat.com>
17209
17210 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17211 * gdb.base/gcore-relro-pie.exp: Likewise.
17212 * gdb.base/gcore-relro.exp: Likewise.
17213 * gdb.base/gcore.exp: Likewise.
17214 * gdb.base/print-symbol-loading.exp: Likewise.
17215 * gdb.threads/gcore-thread.exp: Likewise.
17216 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17217
17218 2014-08-20 Pedro Alves <palves@redhat.com>
17219 Jan Kratochvil <jan.kratochvil@redhat.com>
17220
17221 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17222 configure.
17223 (EXPECT): Handle READ1 being set.
17224 (all): Depend on EXTRA_RULES.
17225 (check-read1, expect-read1, read1.so, read1): New rules.
17226 * README (Testsuite Parameters): Document the READ1 make variable.
17227 (Race detection): New section.
17228 * configure: Regenerate.
17229 * configure.ac: If build==host==target, and running under a
17230 GNU/glibc system, add read1 to the extra Makefile rules.
17231 (EXTRA_RULES): AC_SUBST it.
17232 * lib/read1.c: New file.
17233
17234 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17235
17236 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17237 the handling of variables declared as a typedef to an array
17238 which a DW_AT_data_location attribute.
17239
17240 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17241 Pedro Alves <palves@redhat.com>
17242
17243 PR symtab/14604
17244 PR symtab/14605
17245 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17246 gdb_test.
17247
17248 2014-08-19 Pedro Alves <palves@redhat.com>
17249
17250 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17251
17252 2014-08-19 Yao Qi <yao@codesourcery.com>
17253
17254 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17255 right line.
17256
17257 2014-08-18 David Blaikie <dblaikie@gmail.com>
17258
17259 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17260
17261 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17262
17263 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17264 attribute in array range.
17265
17266 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17267
17268 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17269
17270 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17271
17272 PR c++/17132
17273 * gdb.cp/pr17132.cc: New file.
17274 * gdb.cp/pr17132.exp: New file.
17275
17276 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17277
17278 * gdb.python/py-xmethods.py (A_getarrayind)
17279 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17280 Use 'print' with function call syntax.
17281 (E_method_matcher.match): Fix tab vs space indentation mixup.
17282
17283 2014-08-15 Yao Qi <yao@codesourcery.com>
17284
17285 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17286 false.
17287
17288 2014-08-15 Yao Qi <yao@codesourcery.com>
17289
17290 * gdb.cp/casts.exp: Set print symbol off.
17291 * gdb.cp/class2.exp: Likewise.
17292 * gdb.cp/overload.exp: Likewise.
17293 * gdb.cp/templates.exp: Likewise.
17294
17295 2014-08-11 Doug Evans <dje@google.com>
17296
17297 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17298 (test_load_shlib): Update.
17299
17300 2014-08-09 Yao Qi <yao@codesourcery.com>
17301
17302 * gdb.base/display.exp: Invoke is_address_zero_readable.
17303 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17304 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17305 * gdb.base/hbreak-unmapped.exp: Return if
17306 is_address_zero_readable returns true.
17307 * gdb.base/signest.exp: Likewise.
17308 * gdb.base/signull.exp: Likewise.
17309 * gdb.base/sigbpt.exp: Likewise.
17310 * gdb.guile/scm-disasm.exp: Do the test if
17311 is_address_zero_readable returns false.
17312 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17313 * gdb.python/py-arch.exp: Likewise.
17314 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17315 * lib/gdb.exp (is_address_zero_readable): New proc.
17316
17317 2014-08-09 Yao Qi <yao@codesourcery.com>
17318
17319 PR testsuite/13443
17320 * gdb.mi/mi-var-display.exp: Make test messages unique.
17321
17322 2014-08-04 Tom Tromey <tromey@redhat.com>
17323
17324 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17325 target 0".
17326
17327 2014-08-04 Tom Tromey <tromey@redhat.com>
17328
17329 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17330 "target_resume".
17331
17332 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17333
17334 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17335 inner_vla_struct_object_size.
17336 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17337 as xfail.
17338
17339 2014-07-30 Pedro Alves <palves@redhat.com>
17340
17341 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17342 comment.
17343
17344 2014-07-29 Yao Qi <yao@codesourcery.com>
17345
17346 PR gdb/17206
17347 * gdb.base/until-nodebug.exp: New.
17348
17349 2014-07-28 Doug Evans <xdje42@gmail.com>
17350
17351 PR guile/17203
17352 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17353 previously existing parameter, and previously ambiguously spelled
17354 parameter.
17355
17356 2014-07-28 Will Newton <will.newton@linaro.org>
17357
17358 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17359
17360 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17361 Doug Evans <xdje42@gmail.com>
17362
17363 PR guile/17146
17364 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17365
17366 2014-07-25 Pedro Alves <palves@redhat.com>
17367
17368 * gdb.threads/signal-command-handle-nopass.c: New file.
17369 * gdb.threads/signal-command-handle-nopass.exp: New file.
17370 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17371 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17372 * gdb.threads/signal-delivered-right-thread.c: New file.
17373 * gdb.threads/signal-delivered-right-thread.exp: New file.
17374
17375 2014-07-25 Pedro Alves <palves@redhat.com>
17376
17377 * gdb.base/double-prompt-target-event-error.exp
17378 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17379 match.
17380 (cancel_pagination_in_target_event): Rework double prompt
17381 detection.
17382 * gdb.base/paginate-after-ctrl-c-running.exp
17383 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17384 <return>' match.
17385 * gdb.base/paginate-bg-execution.exp
17386 (test_bg_execution_pagination_return)
17387 (test_bg_execution_pagination_cancel): Remove '-notransfer
17388 <return>' matches.
17389 * gdb.base/paginate-execution-startup.exp
17390 (test_fg_execution_pagination_return)
17391 (test_fg_execution_pagination_cancel): Remove '-notransfer
17392 <return>' matches.
17393 * gdb.base/paginate-inferior-exit.exp
17394 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17395 match.
17396 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17397 * lib/gdb.exp (pagination_prompt): Run text through
17398 string_to_regexp.
17399 (gdb_test_multiple): Match $pagination_prompt instead of
17400 "<return>".
17401 (string_to_regexp): Move to lib/gdb-utils.exp.
17402
17403 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17404
17405 * gdb.arch/amd64-entry-value-paramref.S: New file.
17406 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17407 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17408 * gdb.arch/amd64-optimout-repeat.S: New file.
17409 * gdb.arch/amd64-optimout-repeat.c: New file.
17410 * gdb.arch/amd64-optimout-repeat.exp: New file.
17411
17412 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17413
17414 PR gdb/17170
17415 * gdb.base/statistics.exp: New file.
17416
17417 2014-07-17 Doug Evans <dje@google.com>
17418
17419 PR gdb/17170
17420 * gdb.base/maint.exp: Update testing of per-command stats.
17421
17422 2014-07-16 Pedro Alves <palves@redhat.com>
17423
17424 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17425 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17426 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17427 (tfile_write_buf): New functions.
17428 (add_memory_block): Rewrite using the above.
17429 (adjust_function_address): New function.
17430 (FUNCTION_ADDRESS): New macro.
17431 (write_basic_trace_file): Remove short_x local, and use
17432 tfile_write_16. Change type of func_addr local to unsigned long
17433 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17434 here. Cast argument of add_memory_block to char pointer.
17435 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17436 (main): Remove parameters.
17437 * gdb.trace/tfile.exp: Remove nowarnings.
17438
17439 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17440
17441 * gdb.base/debug-expr.exp: Test string evaluation with
17442 "debug expression" on.
17443
17444 2014-07-15 Pedro Alves <palves@redhat.com>
17445
17446 * gdb.base/reread.exp: Use clean_restart.
17447
17448 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17449
17450 * gdb.arch/avr-flash-qualifer.c: New.
17451 * gdb.arch/avr-flash-qualifer.exp: New.
17452
17453 2014-07-14 Pedro Alves <palves@redhat.com>
17454
17455 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17456 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17457
17458 2014-07-14 Pedro Alves <palves@redhat.com>
17459
17460 * gdb.base/double-prompt-target-event-error.c: New file.
17461 * gdb.base/double-prompt-target-event-error.exp: New file.
17462
17463 2014-07-14 Pedro Alves <palves@redhat.com>
17464
17465 PR gdb/17072
17466 * gdb.base/paginate-inferior-exit.c: New file.
17467 * gdb.base/paginate-inferior-exit.exp: New file.
17468
17469 2014-07-14 Pedro Alves <palves@redhat.com>
17470
17471 PR gdb/17072
17472 * gdb.base/paginate-bg-execution.c: New file.
17473 * gdb.base/paginate-bg-execution.exp: New file.
17474
17475 2014-07-14 Pedro Alves <palves@redhat.com>
17476
17477 PR gdb/17072
17478 * gdb.base/paginate-execution-startup.c: New file.
17479 * gdb.base/paginate-execution-startup.exp: New file.
17480 * lib/gdb.exp (pagination_prompt): New global.
17481 (default_gdb_spawn): New procedure, factored out from
17482 default_gdb_spawn.
17483 (default_gdb_start): Adjust to call default_gdb_spawn.
17484 (gdb_spawn): New procedure.
17485
17486 2014-07-14 Pedro Alves <palves@redhat.com>
17487
17488 * lib/gdb.exp (gdb_assert): New procedure.
17489 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17490
17491 2014-07-14 Pedro Alves <palves@redhat.com>
17492
17493 * gdb.base/execution-termios.c: New file.
17494 * gdb.base/execution-termios.exp: New file.
17495
17496 2014-07-14 Tom Tromey <tromey@redhat.com>
17497
17498 * gdb.cp/vla-cxx.cc: New file.
17499 * gdb.cp/vla-cxx.exp: New file.
17500
17501 2014-07-14 Tom Tromey <tromey@redhat.com>
17502
17503 * gdb.reverse/rerun-prec.c: New file.
17504 * gdb.reverse/rerun-prec.exp: New file.
17505
17506 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17507 Maciej W. Rozycki <macro@codesourcery.com>
17508
17509 * lib/gdb-utils.exp: New file.
17510 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17511 inline `gdb_init_command' processing.
17512 (gdb_start_cmd): Likewise.
17513 * lib/mi-support.exp (mi_run_cmd): Likewise.
17514 * README: Document `gdb_init_command' and `gdb_init_commands'.
17515
17516 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17517
17518 Fix false FAIL running under a very long directory name.
17519 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17520 and "set print elements 10000". Twice.
17521
17522 2014-07-11 Yao Qi <yao@codesourcery.com>
17523
17524 * gdb.base/exprs.exp: "set print symbol off".
17525
17526 2014-07-11 Pedro Alves <palves@redhat.com>
17527
17528 * gdb.threads/kill.c: New file.
17529 * gdb.threads/kill.exp: New file.
17530
17531 2014-07-10 Yao Qi <yao@codesourcery.com>
17532
17533 * gdb.trace/tfile.c (write_basic_trace_file)
17534 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17535 address written to trace file.
17536
17537 2014-07-09 Pedro Alves <palves@redhat.com>
17538
17539 * gdb.base/attach-wait-input.exp: New file.
17540 * gdb.base/attach-wait-input.c: New file.
17541
17542 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17543
17544 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17545 setting up test structures.
17546 (main): Call new test function.
17547 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17548 test function, continue into test function and walk test
17549 structures.
17550
17551 2014-07-02 Yao Qi <yao@codesourcery.com>
17552
17553 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17554 'bar_start' at the beginning of functions 'foo' and 'bar'
17555 respectively.
17556 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17557 instead of 'foo' and 'bar'.
17558
17559 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17560
17561 * gdb.btrace/segv.exp: New.
17562 * gdb.btrace/segv.c: New.
17563
17564 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17565
17566 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17567 instruction.
17568
17569 2014-06-30 Mark Wielaard <mjw@redhat.com>
17570
17571 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17572 vulture, vilify, villar): New volatile array constants.
17573 (vindictive, vegetation): New const volatile array constants.
17574 * gdb.base/volatile.exp: Test volatile and const volatile array
17575 types.
17576
17577 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17578
17579 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17580 target lacks support for awatch, rwatch, or hbreak.
17581
17582 2014-06-27 Yao Qi <yao@codesourcery.com>
17583
17584 * gdb.multi/dummy-frame-restore.exp: New.
17585 * gdb.multi/dummy-frame-restore.c: New.
17586
17587 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17588
17589 * gdb.btrace/gcore.exp: New.
17590
17591 2014-06-23 Pedro Alves <palves@redhat.com>
17592
17593 * gdb.base/watchpoint-reuse-slot.c: New file.
17594 * gdb.base/watchpoint-reuse-slot.exp: New file.
17595
17596 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17597
17598 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17599 progspace's filename in 'info', 'enable' and 'disable' command
17600 tests.
17601
17602 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17603
17604 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17605 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17606 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17607
17608 2014-06-20 Gary Benson <gbenson@redhat.com>
17609
17610 * gdb.arch/i386-avx.exp: Fix include file location.
17611 * gdb.arch/i386-sse.exp: Likewise.
17612
17613 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17614
17615 * gdb.dlang/expression.exp: New file.
17616
17617 2014-06-19 Pedro Alves <palves@redhat.com>
17618
17619 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17620 out from ...
17621 (top level): ... here. Iterate running tests under different
17622 scheduler-locking settings.
17623
17624 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17625
17626 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17627 to DW_FORM_addr and use non-zero addresses.
17628
17629 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17630
17631 PR gdb/17017
17632 * gdb.python/py-xmethods.cc: Add global function call counters and
17633 increment them in their respective functions. Remove "cout"
17634 statements.
17635 * gdb.python/py-xmethods.exp: Make tests check the global function
17636 call counters instead of depending on inferior IO.
17637
17638 2014-06-18 Don Breazeal <donb@codesourcery.com>
17639
17640 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17641 Deleted procedure.
17642 (explicit_fork_parent_follow): Deleted procedure.
17643 (explicit_fork_child_follow): Deleted procedure.
17644 (test_follow_fork): New procedure.
17645 (do_fork_tests): Replace calls to deleted procedures with
17646 calls to test_follow_fork and reset GDB for subsequent
17647 procedure calls.
17648
17649 2014-06-17 Yao Qi <yao@codesourcery.com>
17650
17651 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17652 CP1252.
17653
17654 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17655
17656 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17657 Initialize ptr and S explicitly.
17658 (skip_type_update_when_not_use_rtti_test): Likewise.
17659
17660 2014-06-16 Keith Seitz <keiths@redhat.com>
17661
17662 PR mi/15863
17663 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17664 the inferior is started.
17665
17666 2014-06-16 Pedro Alves <palves@redhat.com>
17667
17668 * gdb.base/break-main-file-remove-fail.c: New file.
17669 * gdb.base/break-main-file-remove-fail.exp: New file.
17670 * gdb.base/break-unload-file.exp: Use build_executable instead of
17671 prepare_for_testing.
17672 (test_break): New parameter "initial_load". Handle it.
17673 (top level): Add initial_load cmdline/file axis.
17674
17675 2014-06-12 Tom Tromey <tromey@redhat.com>
17676
17677 * gdb.base/completion.exp: Don't use directory name in test.
17678
17679 2014-06-09 Gary Benson <gbenson@redhat.com>
17680
17681 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17682 separate the always-available ANSI-standard signals from the
17683 signals that require checking.
17684 (main): Likewise.
17685 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17686 Likewise.
17687 (main): Likewise.
17688
17689 2014-06-07 Keith Seitz <keiths@redhat.com>
17690
17691 Revert:
17692 PR c++/16253
17693 * gdb.cp/var-tag.cc: New file.
17694 * gdb.cp/var-tag.exp: New file.
17695 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17696 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17697 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17698 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17699
17700 2014-06-06 Doug Evans <xdje42@gmail.com>
17701
17702 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17703
17704 2014-06-06 Pedro Alves <palves@redhat.com>
17705
17706 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17707 in target debug output instead of looking at RSP packets,
17708 disabling the test on any target that uses hardware stepping.
17709 Update comments.
17710
17711 2014-06-06 Pedro Alves <palves@redhat.com>
17712
17713 * gdb.base/break-unload-file.exp: Fix typo.
17714
17715 2014-06-06 Yao Qi <yao@codesourcery.com>
17716
17717 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17718 from "jit_function" to "^jit_function".
17719
17720 2014-06-06 Yao Qi <yao@codesourcery.com>
17721
17722 * gdb.base/async.c (foo): Add one statement.
17723 * gdb.base/async.exp: Get the next instruction address and
17724 match the output of "nexti" by instruction address. Match
17725 the hex address in the output of "finish".
17726
17727 2014-06-06 Gary Benson <gbenson@redhat.com>
17728
17729 * gdb.base/call-signals.c: Remove preprocessor conditionals
17730 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17731 SIGSEGV and SIGTERM.
17732 * gdb.base/sigall.c: Likewise.
17733 * gdb.base/unwindonsignal.c: Likewise.
17734 * gdb.reverse/sigall-reverse.c: Likewise.
17735
17736 2014-06-06 Yao Qi <yao@codesourcery.com>
17737
17738 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17739 readable, skip the test.
17740
17741 2014-06-06 Yao Qi <yao@codesourcery.com>
17742
17743 * gdb.threads/staticthreads.c (thread_function): Move the line
17744 setting breakpoint on forward.
17745 * gdb.threads/staticthreads.exp: Update comments.
17746
17747 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17748
17749 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17750 "history-append! type error".
17751
17752 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17753
17754 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17755 erroneous dprintf expected input.
17756
17757 2014-06-04 Doug Evans <xdje42@gmail.com>
17758
17759 * gdb.guile/scm-generics.exp: Delete.
17760
17761 2014-06-04 Doug Evans <xdje42@gmail.com>
17762
17763 * gdb.guile/scm-breakpoint.exp: Update.
17764 Add tests for breakpoint registration.
17765
17766 2014-06-04 Tom Tromey <tromey@redhat.com>
17767
17768 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17769 VLA-in-union.
17770 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17771 inner_vla_struct, vla_union types. Initialize objects of those
17772 types and compute their sizes.
17773
17774 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17775 Hui Zhu <hui@codesourcery.com>
17776
17777 * gdb.base/fileio.exp: Add test for shell not available as well as
17778 available.
17779 * gdb.base/fileio.c (test_system): Check for shell twice.
17780
17781 2014-06-04 Yao Qi <yao@codesourcery.com>
17782
17783 * gdb.base/auto-connect-native-target.exp: Remove redundant
17784 space from the regexp pattern.
17785
17786 2014-06-04 Yao Qi <yao@codesourcery.com>
17787
17788 * gdb.base/default.exp: Replace "child" with "native" in
17789 regexp pattern.
17790
17791 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17792
17793 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17794 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17795 * gdb.python/py-xmethods.py: Python script supporting the
17796 new testcase and tests.
17797
17798 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17799 Pedro Alves <palves@redhat.com>
17800
17801 PR breakpoints/17000
17802 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17803 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17804
17805 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17806
17807 * gdb.base/subst.exp: Add tests to verify partial path matching
17808 output.
17809
17810 2014-06-03 Pedro Alves <palves@redhat.com>
17811
17812 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17813 target that doesn't use software single-stepping.
17814
17815 2014-06-03 Pedro Alves <palves@redhat.com>
17816
17817 PR breakpoints/17000
17818 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17819 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17820
17821 2014-06-02 Doug Evans <xdje42@gmail.com>
17822
17823 * gdb.guile/scm-parameter.exp: New file.
17824
17825 2014-06-02 Doug Evans <xdje42@gmail.com>
17826
17827 * gdb.guile/scm-cmd.c: New file.
17828 * gdb.guile/scm-cmd.exp: New file.
17829
17830 2014-06-02 Doug Evans <xdje42@gmail.com>
17831
17832 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17833 pretty-printer lookup.
17834 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17835 (make-pp_s-printer): Call it.
17836 (make-pretty-printer-from-dict): New function.
17837 (lookup-pretty-printer-maker-from-dict): New function.
17838 (*pretty-printer*): Simplify.
17839 (make-objfile-pp_s-printer): New function.
17840 (install-objfile-pretty-printers!): New function.
17841 (make-progspace-pp_s-printer): New function.
17842 (install-progspace-pretty-printers!): New function.
17843 * gdb.guile/scm-progspace.c: New file.
17844 * gdb.guile/scm-progspace.exp: New file.
17845
17846 2014-06-02 Pedro Alves <palves@redhat.com>
17847
17848 * gdb.base/dprintf-bp-same-addr.c: New file.
17849 * gdb.base/dprintf-bp-same-addr.exp: New file.
17850
17851 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17852
17853 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17854 * gdb.arch/powerpc-power.s: Likewise.
17855
17856 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17857
17858 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17859
17860 2014-06-01 Yao Qi <yao@codesourcery.com>
17861
17862 * gdb.base/watchpoint.exp (test_watch_location): Check null
17863 pointer can be dereferenced. If not, do the test, otherwise
17864 skip it.
17865
17866 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17867
17868 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17869 results.
17870 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17871
17872 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17873
17874 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17875 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17876 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17877 * gdb.arch/amd64-invalid-stack-top.c: New file.
17878 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17879
17880 2014-05-30 Pedro Alves <palves@redhat.com>
17881
17882 PR breakpoints/17000
17883 * gdb.base/sss-bp-on-user-bp.c: New file.
17884 * gdb.base/sss-bp-on-user-bp.exp: New file.
17885
17886 2014-05-30 David Blaikie <dblaikie@gmail.com>
17887
17888 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17889 gnu_inline semantics via attribute.
17890 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17891 source explicitly specifies the required semantics.
17892
17893 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17894
17895 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17896
17897 2014-05-29 Pedro Alves <palves@redhat.com>
17898 Tom Tromey <tromey@redhat.com>
17899
17900 * gdb.base/async-shell.exp: Don't enable target-async.
17901 * gdb.base/async.exp
17902 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17903 parameter. Adjust.
17904 (top level): Don't test with "target-async".
17905 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17906 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17907 * gdb.base/inferior-died.exp: Don't enable target-async.
17908 * gdb.base/interrupt-noterm.exp: Likewise.
17909 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17910 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17911 * gdb.mi/mi-nonstop.exp: Likewise.
17912 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17913 * gdb.mi/mi-nsintrall.exp: Likewise.
17914 * gdb.mi/mi-nsmoribund.exp: Likewise.
17915 * gdb.mi/mi-nsthrexec.exp: Likewise.
17916 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17917 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17918 * gdb.python/py-evsignal.exp: Don't enable target-async.
17919 * gdb.python/py-evthreads.exp: Likewise.
17920 * gdb.python/py-prompt.exp: Likewise.
17921 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17922 * gdb.server/solib-list.exp: Don't enable target-async.
17923 * gdb.threads/thread-specific-bp.exp: Likewise.
17924 * lib/mi-support.exp: Adjust to use mi-async.
17925
17926 2014-05-29 Pedro Alves <palves@redhat.com>
17927
17928 PR gdb/13860
17929 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17930 reason, even in sync mode.
17931
17932 2014-05-29 Pedro Alves <palves@redhat.com>
17933 Hui Zhu <hui@codesourcery.com>
17934
17935 PR PR15693
17936 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17937 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17938 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17939 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17940
17941 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17942
17943 * config/monitor.exp (gdb_target_monitor): Replace use of
17944 "set remotebaud" by "set serial baud".
17945
17946 2014-05-26 Andy Wingo <wingo@igalia.com>
17947
17948 * gdb.guile/scm-breakpoint.exp:
17949 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17950 properties instead of gdb-object-properties.
17951
17952 2014-05-26 Yao Qi <yao@codesourcery.com>
17953
17954 * gdb.server/no-thread-db.exp: Specify source file name
17955 explicitly when setting a breakpoint.
17956
17957 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17958
17959 * gdb.btrace/vdso.c: New.
17960 * gdb.btrace/vdso.exp: New.
17961
17962 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17963
17964 * gdb.base/gcore.exp (capture_command_output): Move ...
17965 * lib/gdb.exp (capture_command_output): ... here.
17966
17967 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17968
17969 * gdb.btrace/data.exp: Test memory access during btrace replay.
17970
17971 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17972
17973 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17974
17975 2014-05-21 Pedro Alves <palves@redhat.com>
17976
17977 PR gdb/13860
17978 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17979 (top level): Test that output related to execution commands is
17980 sent to the console with CLI commands, but not with MI commands.
17981 Test that breakpoint events are always mirrored to the console.
17982 Also expect the new source line to be output after a "next" in
17983 async mode too. Make it a pass/fail test.
17984 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17985 output.
17986 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17987
17988 2014-05-21 Pedro Alves <palves@redhat.com>
17989
17990 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17991 Use them to test variations of "list" after reaching a breakpoint.
17992 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17993 Test "list" with listsize 10 after reaching a breakpoint.
17994 * gdb.python/python.exp (decode_line current location line
17995 number): Adjust expected line number.
17996
17997 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17998
17999 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18000 behavior for $args, pass it directly to "run".
18001
18002 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18003
18004 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18005 30000 to 65536.
18006
18007 2014-05-21 Pedro Alves <palves@redhat.com>
18008
18009 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18010 auto-connect-native-target off".
18011 * gdb.base/auto-connect-native-target.c: New file.
18012 * gdb.base/auto-connect-native-target.exp: New file.
18013
18014 2014-05-21 Pedro Alves <palves@redhat.com>
18015
18016 * gdb.base/default.exp: Test "target native" instead of "target
18017 child".
18018
18019 2014-05-21 Mark Wielaard <mjw@redhat.com>
18020
18021 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18022
18023 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18024
18025 Fix TLS access for -static -pthread.
18026 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18027 <HAVE_TLS> (thread_function, main): Initialize it.
18028 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18029 Add clean_restart.
18030 <$have_tls != "">: Check TLSVAR.
18031
18032 2014-05-21 Pedro Alves <palves@redhat.com>
18033
18034 * gdb.base/dcache-line-read-error.c: New.
18035 * gdb.base/dcache-line-read-error.exp: New.
18036
18037 2014-05-20 Pedro Alves <palves@redhat.com>
18038
18039 * gdb.base/compare-sections.c: New file.
18040 * gdb.base/compare-sections.exp: New file.
18041
18042 2014-05-20 Pedro Alves <palves@redhat.com>
18043
18044 * gdb.base/break-idempotent.c: New file.
18045 * gdb.base/break-idempotent.exp: New file.
18046
18047 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18048
18049 * gdb.btrace/nohist.exp: New.
18050
18051 2014-05-20 Yao Qi <yao@codesourcery.com>
18052
18053 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18054 gdb.reverse directory and gdb_reverse_timeout exists in board
18055 setting.
18056 * README: Document gdb_reverse_timeout.
18057
18058 2014-05-20 Yao Qi <yao@codesourcery.com>
18059
18060 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18061 'test_file_name'. Treat args as a string instead of a list.
18062 (gdb_init): Rename argument 'args' by 'test_file_name'.
18063
18064 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18065
18066 * gdb.arch/powerpc-power.exp: New file.
18067 * gdb.arch/powerpc-power.s: New file.
18068
18069 2014-05-16 Doug Evans <dje@google.com>
18070
18071 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18072 * gdb.base/completion.exp: Check that all expected files exist
18073 before doing file completion.
18074
18075 2014-05-16 Doug Evans <dje@google.com>
18076
18077 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18078 Update.
18079 (do_syscall_tests_without_xml): Update.
18080
18081 2014-05-16 Pedro Alves <palves@redhat.com>
18082
18083 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18084 instead of "unknown output after running".
18085
18086 2014-05-16 Yao Qi <yao@codesourcery.com>
18087
18088 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18089 file1.txt from host at the end.
18090 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18091
18092 2014-05-15 Doug Evans <dje@google.com>
18093
18094 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18095 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18096 loading file. Add test for TU lookup.
18097
18098 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18099
18100 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18101 calling "-exec-arguments" or "set args" before running the
18102 inferior.
18103
18104 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18105
18106 * lib/mi-support.exp (mi_expect_stop): Expect message for
18107 inferiors that exit with non-zero exit code.
18108
18109 2014-05-14 Yao Qi <yao@codesourcery.com>
18110
18111 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18112 match absolute path on remote host.
18113 (test_file_list_exec_source_files): Remove "/" from the
18114 pattern.
18115
18116 2014-05-14 Yao Qi <yao@codesourcery.com>
18117
18118 * boards/local-remote-host-notty.exp (${board}_file): New
18119 proc.
18120
18121 2014-05-07 Kyle McMartin <kyle@redhat.com>
18122
18123 Pushed by Joel Brobecker <brobecker@adacore.com>.
18124 * gdb.arch/aarch64-atomic-inst.c: New file.
18125 * gdb.arch/aarch64-atomic-inst.exp: New file.
18126
18127 2014-05-07 Yao Qi <yao@codesourcery.com>
18128
18129 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18130 in current context" too.
18131
18132 2014-05-05 Keith Seitz <keiths@redhat.com>
18133
18134 * gdb.linespec/ls-dollar.exp: Add test for linespec
18135 file:convenience_variable.
18136
18137 2014-05-05 Yao Qi <yao@codesourcery.com>
18138
18139 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18140 traceframes into tfile and ctf trace files. Read data from
18141 trace file and test collected data.
18142 (gdb_collect_locals_test): Likewise.
18143 (gdb_unavailable_registers_test): Likewise.
18144 (gdb_unavailable_floats): Likewise.
18145 (gdb_collect_globals_test): Likewise.
18146 (top-level): Append "ctf" to trace_file_targets if GDB
18147 supports.
18148
18149 2014-05-05 Yao Qi <yao@codesourcery.com>
18150
18151 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18152 code to ...
18153 (gdb_collect_args_test_1): ... it. New proc.
18154 (gdb_collect_locals_test): Move some code to ...
18155 (gdb_collect_locals_test_1): ... it. New proc.
18156 (gdb_unavailable_registers_test): Move some code to ...
18157 (gdb_unavailable_registers_test_1): ... it. New proc.
18158 (gdb_unavailable_floats): Move some code to ...
18159 (gdb_unavailable_floats_1): ... it. New proc.
18160
18161 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18162
18163 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18164 probes to test for bitness recognition.
18165 * gdb.arch/amd64-stap-optional-prefix.exp
18166 (test_probe_value_without_reg): New procedure.
18167 Add code to test for different kinds of bitness.
18168
18169 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18170
18171 PR breakpoints/16889
18172 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18173 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18174
18175 2014-05-01 Pedro Alves <palves@redhat.com>
18176
18177 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18178 gdb_file_cmd if no file is specified.
18179 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18180 last_loaded_file to set the remote exec-file.
18181
18182 2014-05-01 Pedro Alves <palves@redhat.com>
18183
18184 * boards/local-remote-host.exp: New file.
18185
18186 2014-05-01 Pedro Alves <palves@redhat.com>
18187
18188 * boards/local-remote-host.exp: Rename to ...
18189 * boards/local-remote-host-notty.exp: ... this.
18190
18191 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18192
18193 * gdb.ada/dyn_arrayidx: New testcase.
18194
18195 2014-04-26 Yao Qi <yao@codesourcery.com>
18196
18197 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18198 and compute the length of function main. Save it in
18199 $main_length.
18200 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18201 (top-level): Use gdb_compile to compile objects into
18202 executable and restart GDB. Remove invocation to
18203 prepare_for_testing.
18204
18205 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18206 Pedro Alves <palves@redhat.com>
18207
18208 PR server/16255
18209 * gdb.multi/multi-attach.c: New file.
18210 * gdb.multi/multi-attach.exp: New file.
18211
18212 2014-04-25 Pedro Alves <palves@redhat.com>
18213
18214 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18215 user.
18216 (top level): Test that "set remote conditional-breakpoints-packet
18217 off" works as intended.
18218 * gdb.base/dprintf.exp: Test that "set remote
18219 breakpoint-commands-packet off" works as intended.
18220 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18221 New function.
18222 (top level): Call it.
18223 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18224 remote fast-tracepoints-packet off" works as intended.
18225 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18226 * lib/gdb.exp (gdb_is_target_remote): ... here.
18227
18228 2014-04-24 David Blaikie <dblaikie@gmail.com>
18229
18230 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18231 ensure clang would not discard them.
18232 * gdb.base/gdbvars.c: Ditto.
18233 * gdb.base/memattr.c: Ditto.
18234 * gdb.base/whatis.c: Ditto.
18235 * gdb.python/py-prettyprint.c: Ditto.
18236 * gdb.trace/actions.c: Ditto.
18237 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18238 ensure clang would not discard it.
18239
18240 2014-04-24 David Blaikie <dblaikie@gmail.com>
18241
18242 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18243 clang to emit the full definition of type required by the test
18244 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18245
18246 2014-04-24 David Blaikie <dblaikie@gmail.com>
18247
18248 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18249 coax Clang into emitting the definition of the type.
18250 * gdb.cp/pr10728-x.h (y): Ditto.
18251 * gdb.cp/pr10728-y.cc (y): Ditto.
18252
18253 2014-04-24 David Blaikie <dblaikie@gmail.com>
18254
18255 * gdb.base/label.exp: XFAIL label related tests under Clang.
18256 * gdb.cp/cplabel.exp: Ditto.
18257 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18258 under Clang those using labels.
18259
18260 2014-04-25 Yao Qi <yao@codesourcery.com>
18261
18262 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18263 double_label.
18264 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18265 partial_label and double_label.
18266
18267 2014-04-24 David Blaikie <dblaikie@gmail.com>
18268
18269 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18270
18271 2014-04-24 David Blaikie <dblaikie@gmail.com>
18272
18273 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18274 of the function to work across GCC and Clang.
18275 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18276 pointer types (const void ** const V void **).
18277
18278 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18279 Walfred Tedeschi <walfred.tedeschi@intel.com>
18280
18281 * Makefile.in (EXECUTABLES): Added i386-avx512.
18282 * gdb.arch/i386-avx512.c: New file.
18283 * gdb.arch/i386-avx512.exp: Likewise.
18284
18285 2014-04-23 Keith Seitz <keiths@redhat.com>
18286
18287 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18288 (mi_make_breakpoint_table): New procedure.
18289 (mi_create_breakpoint): Use mi_make_breakpoint
18290 and return the result.
18291 (mi_make_breakpoint): New procedure.
18292 (mi_build_kv_pairs): New procedure.
18293
18294 * gdb.mi/mi-break.exp: Remove unused globals,
18295 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18296 All callers updated.
18297 * gdb.mi/mi-dprintf.exp: Use variable to track command
18298 number.
18299 Update all callers of mi_create_breakpoint and use
18300 mi_make_breakpoint_table.
18301 Remove any unused global variables.
18302 * gdb.mi/mi-nonstop.exp: Likewise.
18303 * gdb.mi/mi-nsintrall.exp: Likewise.
18304 * gdb.mi/mi-nsmoribund.exp: Likewise.
18305 * gdb.mi/mi-nsthrexec.exp: Likewise.
18306 * gdb.mi/mi-reverse.exp: Likewise.
18307 * gdb.mi/mi-simplerun.exp: Likewise.
18308 * gdb.mi/mi-stepn.exp: Likewise.
18309 * gdb.mi/mi-syn-frame.exp: Likewise.
18310 * gdb.mi/mi-until.exp: Likewise.
18311 * gdb.mi/mi-var-cp.exp: Likewise.
18312 * gdb.mi/mi-var-display.exp: Likewise.
18313 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18314 * gdb.mi/mi2-var-child.exp: Likewise.
18315 * gdb.mi/mi-vla-c99.exp: Likewise.
18316 * lib/mi-support.exp: Likewise.
18317
18318 From Ian Lance Taylor <iant@cygnus.com>:
18319 * lib/gdb.exp (parse_args): New procedure.
18320
18321 2014-04-23 Pedro Alves <palves@redhat.com>
18322
18323 * gdb.base/break-unload-file.c: New file.
18324 * gdb.base/break-unload-file.exp: New file.
18325 * gdb.base/sym-file-lib.c (baz): New function.
18326 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18327 field.
18328 (load): Store the segment's mapped size.
18329 (unload): New function.
18330 (unload_shlib): New function.
18331 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18332 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18333 set a breakpoint at baz, and call it.
18334 * gdb.base/sym-file.exp: New tests for stale breakpoint
18335 instructions.
18336
18337 2014-04-23 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18340 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18341 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18342 * gdb.base/hbreak-unmapped.c: New file.
18343 * gdb.base/hbreak-unmapped.exp: New file.
18344 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18345 * lib/gdb.exp (gdb_is_target_remote): ... here.
18346
18347 2014-04-22 Pedro Alves <palves@redhat.com>
18348
18349 * gdb.base/consecutive-step-over.c: New file.
18350 * gdb.base/consecutive-step-over.exp: New file.
18351
18352 2014-04-22 Pedro Alves <palves@redhat.com>
18353
18354 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18355 instead of send_gdb/gdb_expect.
18356
18357 2014-04-22 Yao Qi <yao@codesourcery.com>
18358
18359 * lib/trace-support.exp (generate_tracefile): New procedure.
18360 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18361 return 0.
18362 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18363 if generate_tracefile returns 1.
18364
18365 2014-04-18 Tom Tromey <palves@redhat.com>
18366 Pedro alves <tromey@redhat.com>
18367
18368 PR backtrace/15558
18369 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18370 with a backtrace limit.
18371 * gdb.python/py-frame-inline.exp: Test running to an inline
18372 function with a backtrace limit, and printing the newest frame.
18373 * gdb.python/py-frame-inline.c (main): Call f.
18374
18375 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18376
18377 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18378
18379 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18380
18381 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18382 Drop prefix from unsupported source file path.
18383
18384 2014-04-17 Yao Qi <yao@codesourcery.com>
18385
18386 * lib/gdb.exp (with_target_charset): New proc.
18387 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18388 with_target_charset.
18389 (test_print_strings): Likewise.
18390 (test_repeat_bytes): Likewise.
18391 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18392 for some tests.
18393
18394 2014-04-16 Keith Seitz <keiths@redhat.com>
18395
18396 PR gdb/15827
18397 * gdb.dwarf2/corrupt.c: New file.
18398 * gdb.dwarf2/corrupt.exp: New file.
18399
18400 2014-04-16 Keith Seitz <keiths@redhat.com>
18401
18402 PR c++/16597
18403 * gdb.cp/namelessclass.cc: New file.
18404 * gdb.cp/namelessclass.exp: New file.
18405 * gdb.cp/namelessclass.S: New file.
18406
18407 2014-04-16 Doug Evans <dje@google.com>
18408
18409 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18410 Add comment.
18411 (gdbserver_default_get_comm_port): New function.
18412 (gdbserver_start): Check if board file provided
18413 "gdbserver,get_comm_port" and use it if so.
18414 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18415 (gdb,socketport): Set to "stdio".
18416 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18417 (stdio_gdbserver_template): Delete.
18418 (${board}_get_remote_address): Update.
18419 (${board}_build_remote_cmd): Delete.
18420 (${board}_get_comm_port): New function.
18421 (${board}_spawn): Update.
18422 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18423 Delete.
18424 (${board}_get_remote_address): Update.
18425 (${board}_get_comm_port): New function.
18426
18427 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18428
18429 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18430 appearing in any order.
18431
18432 2014-04-15 Doug Evans <dje@google.com>
18433
18434 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18435 uninitialized value of "description".
18436
18437 2014-04-15 Keith Seitz <keiths@redhat.com>
18438
18439 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18440 Remove unused globals.
18441 (test_running_the_program): Likewise.
18442 (test_controlled_execution): Likewise.
18443 (test_controlling_breakpoints): Likewise.
18444 (test_program_termination): Likewise.
18445
18446 2014-04-15 Keith Seitz <keiths@redhat.com>
18447
18448 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18449 unused globals.
18450 (test_rbreak_creation_and_listing): Likewise.
18451 (test_ignore_count): Likewise.
18452 (test_error): Likewise.
18453
18454 2014-04-15 Pedro Alves <palves@redhat.com>
18455
18456 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18457 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18458 sym-file-loader.c.
18459 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18460 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18461 to sym-file-loader.c.
18462 (struct library): Forward declare.
18463 (load_shlib, lookup_function): Change prototypes.
18464 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18465 (translate_offset): Remove declarations.
18466 (get_text_addr): New declaration.
18467 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18468 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18469 sym-file-loader.h.
18470 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18471 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18472 here from sym-file-loader.h.
18473 (struct library): New structure.
18474 (load_shlib, lookup_function): Change prototypes and adjust to
18475 work with a struct library.
18476 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18477 (translate_offset): Make static.
18478 (get_text_addr): New function.
18479 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18480
18481 2014-04-15 Pedro Alves <palves@redhat.com>
18482
18483 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18484
18485 2014-04-15 Pedro Alves <palves@redhat.com>
18486
18487 * gdb.base/sym-file-loader.c: Include <limits.h>.
18488 (SELF_LINK): New define.
18489 (get_origin): New function.
18490 (load_shlib): Use it.
18491 * gdb.base/sym-file.exp: Don't early return if the target is
18492 remote. Use runto_main, and issue fail is that fails. Use
18493 gdb_load_shlibs.
18494 (shlib_name): Delete.
18495 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18496
18497 2014-04-15 Pedro Alves <palves@redhat.com>
18498
18499 * gdb.base/sym-file.exp: Remove regex characters from test
18500 message. Don't refer to breakpoint numbers in test messages.
18501
18502 2014-04-14 Keith Seitz <keiths@redhat.com>
18503
18504 PR c++/16253
18505 * gdb.cp/var-tag.cc: New file.
18506 * gdb.cp/var-tag.exp: New file.
18507 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18508 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18509 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18510 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18511
18512 2014-04-14 Tom Tromey <tromey@redhat.com>
18513
18514 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18515 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18516 type.
18517 * gdb.cp/enum-class.exp: New file.
18518 * gdb.cp/enum-class.cc: New file.
18519
18520 2014-04-14 Tom Tromey <tromey@redhat.com>
18521
18522 * gdb.dwarf2/enum-type.exp: New file.
18523
18524 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18525
18526 * gdb.mi/mi-vla-c99.exp: New file.
18527 * gdb.mi/vla.c: New file.
18528
18529 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18530
18531 * gdb.base/vla-datatypes.c: New file.
18532 * gdb.base/vla-datatypes.exp: New file.
18533
18534 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18535
18536 * gdb.base/vla-ptr.c: New file.
18537 * gdb.base/vla-ptr.exp: New file.
18538
18539 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18540
18541 * gdb.dwarf2/count.exp: New file.
18542
18543 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18544
18545 * gdb.base/vla-sideeffect.c: New file.
18546 * gdb.base/vla-sideeffect.exp: New file.
18547
18548 2014-04-14 David Blaikie <dblaikie@gmail.com>
18549
18550 * gdb.mi/non-stop.c: Add return value for non-void function return
18551 statement.
18552 * gdb.threads/staticthreads.c: Ditto.
18553
18554 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18555 Doug Evans <xdje42@gmail.com>
18556
18557 * gdb.guile/scm-value.c: Improve test case.
18558 * gdb.guile/scm-value.exp: Add new test.
18559
18560 2014-04-11 David Blaikie <dblaikie@gmail.com>
18561
18562 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18563 override Clang's default.
18564
18565 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18566
18567 Revert the following changes (regressions):
18568
18569 * gdb.base/vla-sideeffect.c: New file.
18570 * gdb.base/vla-sideeffect.exp: New file.
18571
18572 * gdb.dwarf2/count.exp: New file.
18573
18574 * gdb.base/vla-multi.c: New file.
18575 * gdb.base/vla-multi.exp: New file.
18576
18577 * gdb.base/vla-ptr.c: New file.
18578 * gdb.base/vla-ptr.exp: New file.
18579
18580 * gdb.base/vla-datatypes.c: New file.
18581 * gdb.base/vla-datatypes.exp: New file.
18582
18583 * gdb.mi/mi-vla-c99.exp: New file.
18584 * gdb.mi/vla.c: New file.
18585
18586 2014-04-11 Keith Seitz <keiths@redhat.com>
18587
18588 PR c++/16675
18589 * gdb.cp/cpsizeof.exp: New file.
18590 * gdb.cp/cpsizeof.cc: New file.
18591
18592 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18593
18594 * gdb.mi/mi-vla-c99.exp: New file.
18595 * gdb.mi/vla.c: New file.
18596
18597 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18598
18599 * gdb.base/vla-datatypes.c: New file.
18600 * gdb.base/vla-datatypes.exp: New file.
18601
18602 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18603
18604 * gdb.base/vla-ptr.c: New file.
18605 * gdb.base/vla-ptr.exp: New file.
18606
18607 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18608
18609 * gdb.base/vla-multi.c: New file.
18610 * gdb.base/vla-multi.exp: New file.
18611
18612 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18613
18614 * gdb.dwarf2/count.exp: New file.
18615
18616 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18617
18618 * gdb.base/vla-sideeffect.c: New file.
18619 * gdb.base/vla-sideeffect.exp: New file.
18620
18621 2014-04-11 Yao Qi <yao@codesourcery.com>
18622
18623 * gdb.base/completion.exp: Check file exists before running tests
18624 on file completion.
18625
18626 2014-04-10 Pedro Alves <palves@redhat.com>
18627
18628 * gdb.base/cond-eval-mode.c: New file.
18629 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18630 prepare_for_testing to build the new file. Check result of
18631 runto_main.
18632 (test_break, test_watch): New procedures.
18633 (top level): Use them.
18634
18635 2014-04-08 Pierre Muller <muller@sourceware.org>
18636
18637 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18638 Ctrl-V use for mingw hosts.
18639
18640 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18641
18642 * gdb.python/py-value.c: Improve test case.
18643 * gdb.python/py-value.exp: Add new test.
18644
18645 2014-04-07 David Blaikie <dblaikie@gmail.com>
18646
18647 * lib/compiler.c: Identify the clang compiler.
18648 * lib/compiler.cc: Ditto.
18649
18650 2014-04-03 Yao Qi <yao@codesourcery.com>
18651
18652 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18653
18654 2014-04-01 Anton Blanchard <anton@samba.org>
18655
18656 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18657 messages unique.
18658
18659 2014-04-01 Anton Blanchard <anton@samba.org>
18660
18661 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18662 prepare_for_testing.
18663
18664 2014-04-01 Anton Blanchard <anton@samba.org>
18665
18666 * gdb.arch/ppc64-atomic-inst.c: Remove.
18667 * gdb.arch/ppc64-atomic-inst.S: New file.
18668 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18669
18670 2014-03-31 Doug Evans <dje@google.com>
18671
18672 * gdb.base/print-symbol-loading-lib.c: New file.
18673 * gdb.base/print-symbol-loading-main.c: New file.
18674 * gdb.base/print-symbol-loading.exp: New file.
18675
18676 2014-03-31 Yao Qi <yao@codesourcery.com>
18677
18678 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18679
18680 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18681
18682 * gdb.ada/mi_dyn_arr: New testcase.
18683
18684 2014-03-27 Doug Evans <dje@google.com>
18685
18686 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18687
18688 2014-03-27 Yao Qi <yao@codesourcery.com>
18689
18690 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18691 if target is nios2-*-*.
18692
18693 2014-03-26 Yao Qi <yao@codesourcery.com>
18694
18695 * lib/gdb.exp (readline_is_used): New proc.
18696 * gdb.base/completion.exp: Move tests on command complete up.
18697 Skip the rest of tests if readline is not used.
18698 * gdb.ada/complete.exp: Skp the test if readline is not
18699 used.
18700 * gdb.base/filesym.exp: Likewise.
18701 * gdb.base/macscp.exp: Likewise.
18702 * gdb.base/readline-ask.exp: Likewise.
18703 * gdb.base/readline.exp: Likewise.
18704 * gdb.python/py-cmd.exp: Likewise.
18705 * gdb.trace/tfile.exp: Likewise.
18706
18707 2014-03-26 Yao Qi <yao@codesourcery.com>
18708
18709 * gdb.base/macscp.exp: Fix code format issues.
18710
18711 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18712
18713 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18714 * gdb.asm/powerpc64le.inc: New file.
18715
18716 2014-03-25 Pedro Alves <palves@redhat.com>
18717 Doug Evans <dje@google.com>
18718
18719 * gdb.base/source-execution.c: New file.
18720 * gdb.base/source-execution.exp: New file.
18721 * gdb.base/source-execution.gdb: New file.
18722
18723 2014-03-24 Doug Evans <dje@google.com>
18724
18725 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18726 using fission.
18727
18728 2014-03-24 Hui Zhu <hui@codesourcery.com>
18729 Pedro Alves <palves@redhat.com>
18730
18731 PR breakpoints/16101
18732 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18733 test pass/fail messages. Detect missing support for dprintf when
18734 breakpoints are actually inserted.
18735 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18736 breakpoints are actually inserted.
18737 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18738 fails.
18739
18740 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18741
18742 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18743
18744 2014-03-22 Doug Evans <xdje42@gmail.com>
18745
18746 * gdb.python/python.exp (python not supported): Verify multi-line
18747 python command issues an error.
18748 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18749 guile command issues an error.
18750
18751 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18752
18753 * gdb.threads/thread-specific.exp: Handle the lack of usable
18754 $this_breakpoint and $this_thread.
18755
18756 2014-03-21 Hui Zhu <hui@codesourcery.com>
18757
18758 * gdb.base/attach.exp (do_command_attach_tests): New.
18759
18760 2014-03-20 Tom Tromey <tromey@redhat.com>
18761 Pedro Alves <palves@redhat.com>
18762
18763 PR cli/15718
18764 * gdb.base/condbreak-call-false.c: New file.
18765 * gdb.base/condbreak-call-false.exp: New file.
18766
18767 2014-03-20 Pedro Alves <palves@redhat.com>
18768
18769 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18770 Delete.
18771 (block_signals, unblock_signals): Delete.
18772 (child_function_2, main): Remove references to deleted variable
18773 and functions.
18774
18775 2014-03-20 Pedro Alves <palves@redhat.com>
18776
18777 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18778 Use pthread_kill to signal thread 2.
18779 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18780 Adjust to make the test send itself a signal rather than using the
18781 host's "kill" command.
18782
18783 2014-03-20 Pedro Alves <palves@redhat.com>
18784
18785 * gdb.threads/multiple-step-overs.c: New file.
18786 * gdb.threads/multiple-step-overs.exp: New file.
18787 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18788 Adjust expected infrun debug output.
18789
18790 2014-03-20 Pedro Alves <palves@redhat.com>
18791
18792 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18793 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18794
18795 2014-03-20 Pedro Alves <palves@redhat.com>
18796
18797 PR breakpoints/7143
18798 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18799 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18800 of gdb_test_multiple.
18801 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18802 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18803
18804 2014-03-20 Pedro Alves <palves@redhat.com>
18805
18806 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18807 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18808
18809 2014-03-19 Pedro Alves <palves@redhat.com>
18810
18811 * gdb.base/async.exp: Remove early return.
18812
18813 2014-03-19 Pedro Alves <palves@redhat.com>
18814
18815 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18816
18817 2014-03-19 Pedro Alves <palves@redhat.com>
18818
18819 * gdb.base/async.exp (test_background): Expect \r\n after
18820 "completed." in the fail pattern.
18821
18822 2014-03-19 Pedro Alves <palves@redhat.com>
18823
18824 * gdb.base/async.exp (test_background): New procedure.
18825 Use it for all background execution command tests.
18826
18827 2014-03-19 Pedro Alves <palves@redhat.com>
18828
18829 * gdb.base/async.exp: Use prepare_for_testing.
18830
18831 2014-03-19 Pedro Alves <palves@redhat.com>
18832
18833 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18834 the same line.
18835
18836 2014-03-19 Pedro Alves <palves@redhat.com>
18837
18838 * gdb.base/async.c (main): Add "jump here" and "until here" line
18839 marker comments.
18840 * gdb.base/async.exp (jump_here): New global.
18841 (jump& test): Use it.
18842 (until_here): New global.
18843 (until& test): Use it.
18844
18845 2014-03-19 Pedro Alves <palves@redhat.com>
18846
18847 * gdb.base/async.exp: Don't frob gdb_protocol.
18848
18849 2014-03-18 Doug Evans <xdje42@gmail.com>
18850
18851 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18852 Fix spelling of exec-done-display.
18853
18854 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18855
18856 PR gdb/15358
18857 * gdb.base/gdb-sigterm.c: New file.
18858 * gdb.base/gdb-sigterm.exp: New file.
18859
18860 2014-03-18 Pedro Alves <palves@redhat.com>
18861
18862 PR gdb/13860
18863 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18864 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18865 solib-event.
18866
18867 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18868
18869 * gdb.ada/pckd_arr_ren: New testcase.
18870
18871 2014-03-13 Doug Evans <xdje42@gmail.com>
18872
18873 PR guile/16612
18874 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18875 collect after discarding symbols.
18876
18877 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18878 Doug Evans <xdje42@gmail.com>
18879
18880 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18881 to history survives a gc.
18882
18883 2014-03-13 Pedro Alves <palves@redhat.com>
18884
18885 * gdb.base/default.exp: Don't test "target procfs".
18886
18887 2014-03-13 Pedro Alves <palves@redhat.com>
18888
18889 * gdb.base/default.exp: Update "target child" and "target procfs"
18890 tests to not expect "Unix".
18891
18892 2014-03-12 Tom Tromey <tromey@redhat.com>
18893
18894 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18895 New procs. Add target-async tests.
18896 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18897 Add target-async tests.
18898
18899 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18900
18901 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18902 'func_start' and 'func_end' for the beginning and end of the
18903 function code, respectively.
18904 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18905 'func_end' instead of 'func' and 'main'.
18906
18907 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18908
18909 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18910 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18911 generate the debug info assembler source.
18912
18913 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18914
18915 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18916 * gdb.dwarf2/arr-subrange.exp: Likewise.
18917 * gdb.dwarf2/dwz.exp: Likewise.
18918 * gdb.dwarf2/method-ptr.exp: Likewise.
18919 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18920 * gdb.dwarf2/subrange.exp: Likewise.
18921 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18922 * gdb.dwarf2/implptrpiece.exp: Likewise.
18923 * gdb.dwarf2/nostaticblock.exp: Likewise.
18924
18925 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18926
18927 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18928 directory to absolute path name arguments.
18929
18930 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18931
18932 * gdb.ada/tagged_access: New testcase.
18933
18934 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18935
18936 * gdb.btrace/data.exp: Update expected output.
18937
18938 2014-03-06 Yao Qi <yao@codesourcery.com>
18939
18940 * gdb.trace/pr16508.exp: New file.
18941
18942 2014-03-05 Pedro Alves <palves@redhat.com>
18943
18944 PR gdb/16575
18945 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18946 procedure.
18947 (top level): Adjust to use it. Add tests that exercise breakpoint
18948 interaction with the code-cache.
18949
18950 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18951
18952 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18953 test for 'history-append!'.
18954
18955 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18956
18957 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18958 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18959 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18960 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18961 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18962 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18963
18964 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18965
18966 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18967 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18968 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18969
18970 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18971
18972 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18973
18974 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18975
18976 * gdb.dwarf2/arr-stride.c: New file.
18977 * gdb.dwarf2/arr-stride.exp: New file.
18978
18979 2014-02-26 Pedro Alves <palves@redhat.com>
18980
18981 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18982 that won't ever trigger. Make sure that GDB reports the correct
18983 breakpoint that caused the stop.
18984
18985 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18986
18987 PR gdb/16626
18988 * gdb.base/auto-load-script: New file.
18989 * gdb.base/auto-load.c: New file.
18990 * gdb.base/auto-load.exp: New file.
18991
18992 PR gdb/16626
18993 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18994
18995 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18996
18997 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18998 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18999
19000 2014-02-24 Doug Evans <dje@google.com>
19001
19002 * lib/gdb.exp (run_on_host): Log error output if program fails.
19003
19004 2014-02-21 Pedro Alves <palves@redhat.com>
19005
19006 * gdb.threads/step-after-sr-lock.c: Rename to ...
19007 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19008 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19009 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19010 ... this.
19011
19012 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19013
19014 PR tdep/16397
19015 * gdb.arch/amd64-stap-special-operands.exp: New file.
19016 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19017 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19018 * gdb.arch/amd64-stap-triplet.S: Likewise.
19019 * gdb.arch/amd64-stap-triplet.c: Likewise.
19020
19021 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19022
19023 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19024 in .section pseudo-op.
19025
19026 2014-02-20 lin zuojian <manjian2006@gmail.com>
19027 Joel Brobecker <brobecker@adacore.com>
19028 Doug Evans <xdje42@gmail.com>
19029
19030 PR symtab/16581
19031 * gdb.dwarf2/dw2-icycle.S: New file.
19032 * gdb.dwarf2/dw2-icycle.c: New file.
19033 * gdb.dwarf2/dw2-icycle.exp: New file.
19034
19035 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19036
19037 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19038 operations on gdb.Value objects.
19039 * gdb.python/py-value-cc.exp: Add new test to test operations on
19040 gdb.Value objects.
19041
19042 2014-02-18 Doug Evans <dje@google.com>
19043
19044 * Makefile.in (TESTS): New variable.
19045 (expanded_tests, expanded_tests_or_none): New variables
19046 (check-single): Pass $(expanded_tests_or_none) to runtest.
19047 (check-parallel): Only run tests in $(TESTS) if non-empty.
19048 (check/no-matching-tests-found): New rule.
19049 * README: Document TESTS makefile variable.
19050
19051 2014-02-18 Doug Evans <dje@google.com>
19052
19053 * Makefile.in (check-parallel): rm -rf outputs temp.
19054
19055 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19056
19057 Fix "ERROR: no fileid for" in the testsuite.
19058 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19059
19060 2014-02-12 Doug Evans <dje@google.com>
19061
19062 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19063 (MISCELLANEOUS): New variable.
19064 (clean): rm -rf $(MISCELLANEOUS).
19065 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19066 dwp live in the same directory as symlinks, with each symlink pointed
19067 to a differently named file in a different directory.
19068
19069 2014-02-11 Doug Evans <dje@google.com>
19070
19071 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19072 of Tcl file commands.
19073
19074 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19075
19076 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19077 "kill -SIGUSR1 -1".
19078
19079 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19080
19081 * gdb.ada/tick_length_array_enum_idx: New testcase.
19082
19083 2014-02-10 Doug Evans <xdje42@gmail.com>
19084
19085 * configure.ac (AC_OUTPUT): Add gdb.guile.
19086 * configure: Regenerate.
19087 * lib/gdb-guile.exp: New file.
19088 * lib/gdb.exp (get_target_charset): New function.
19089 * gdb.base/help.exp: Update expected output from "apropos apropos".
19090 * gdb.guile/Makefile.in: New file.
19091 * gdb.guile/guile.exp: New file.
19092 * gdb.guile/scm-arch.c: New file.
19093 * gdb.guile/scm-arch.exp: New file.
19094 * gdb.guile/scm-block.c: New file.
19095 * gdb.guile/scm-block.exp: New file.
19096 * gdb.guile/scm-breakpoint.c: New file.
19097 * gdb.guile/scm-breakpoint.exp: New file.
19098 * gdb.guile/scm-disasm.c: New file.
19099 * gdb.guile/scm-disasm.exp: New file.
19100 * gdb.guile/scm-equal.c: New file.
19101 * gdb.guile/scm-equal.exp: New file.
19102 * gdb.guile/scm-error.exp: New file.
19103 * gdb.guile/scm-error.scm: New file.
19104 * gdb.guile/scm-frame-args.c: New file.
19105 * gdb.guile/scm-frame-args.exp: New file.
19106 * gdb.guile/scm-frame-args.scm: New file.
19107 * gdb.guile/scm-frame-inline.c: New file.
19108 * gdb.guile/scm-frame-inline.exp: New file.
19109 * gdb.guile/scm-frame.c: New file.
19110 * gdb.guile/scm-frame.exp: New file.
19111 * gdb.guile/scm-generics.exp: New file.
19112 * gdb.guile/scm-gsmob.exp: New file.
19113 * gdb.guile/scm-iterator.c: New file.
19114 * gdb.guile/scm-iterator.exp: New file.
19115 * gdb.guile/scm-math.c: New file.
19116 * gdb.guile/scm-math.exp: New file.
19117 * gdb.guile/scm-objfile-script-gdb.in: New file.
19118 * gdb.guile/scm-objfile-script.c: New file.
19119 * gdb.guile/scm-objfile-script.exp: New file.
19120 * gdb.guile/scm-objfile.c: New file.
19121 * gdb.guile/scm-objfile.exp: New file.
19122 * gdb.guile/scm-ports.exp: New file.
19123 * gdb.guile/scm-pretty-print.c: New file.
19124 * gdb.guile/scm-pretty-print.exp: New file.
19125 * gdb.guile/scm-pretty-print.scm: New file.
19126 * gdb.guile/scm-section-script.c: New file.
19127 * gdb.guile/scm-section-script.exp: New file.
19128 * gdb.guile/scm-section-script.scm: New file.
19129 * gdb.guile/scm-symbol.c: New file.
19130 * gdb.guile/scm-symbol.exp: New file.
19131 * gdb.guile/scm-symtab-2.c: New file.
19132 * gdb.guile/scm-symtab.c: New file.
19133 * gdb.guile/scm-symtab.exp: New file.
19134 * gdb.guile/scm-type.c: New file.
19135 * gdb.guile/scm-type.exp: New file.
19136 * gdb.guile/scm-value-cc.cc: New file.
19137 * gdb.guile/scm-value-cc.exp: New file.
19138 * gdb.guile/scm-value.c: New file.
19139 * gdb.guile/scm-value.exp: New file.
19140 * gdb.guile/source2.scm: New file.
19141 * gdb.guile/types-module.cc: New file.
19142 * gdb.guile/types-module.exp: New file.
19143
19144 2014-02-10 Yao Qi <yao@codesourcery.com>
19145
19146 PR testsuite/16543
19147 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19148 * configure: Regenerated.
19149 * Makefile.in: New file.
19150
19151 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19152
19153 * gdb.python/py-framefilter.exp: Fix typo.
19154
19155 2014-02-08 Yao Qi <yao@codesourcery.com>
19156
19157 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19158 that no =breakpoint-modified is emitted when breakpoints are
19159 modified through MI commands.
19160
19161 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19162 Pedro Alves <palves@redhat.com>
19163
19164 * gdb.threads/step-after-sr-lock.c: New file.
19165 * gdb.threads/step-after-sr-lock.exp: New file.
19166
19167 2014-02-07 Pedro Alves <palves@redhat.com>
19168
19169 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19170
19171 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19172
19173 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19174 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19175
19176 2014-02-06 Doug Evans <xdje42@gmail.com>
19177
19178 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19179 output.
19180
19181 * gdb.gdb/python-interrupts.exp: New file.
19182
19183 2014-02-05 Yao Qi <yao@codesourcery.com>
19184
19185 * gdb.trace/report.exp (use_collected_data): Test the output
19186 of "info threads" and "info inferiors".
19187
19188 2014-02-05 Yao Qi <yao@codesourcery.com>
19189
19190 Revert this patch:
19191
19192 2013-05-24 Yao Qi <yao@codesourcery.com>
19193
19194 * gdb.trace/tfile.exp: Test inferior and thread.
19195
19196 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19197
19198 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19199 on a function.
19200 * gdb.base/step-bt.c: Call hello via function pointer to make
19201 sure its first instruction is executed on powerpc64le-linux.
19202
19203 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19204
19205 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19206
19207 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19208
19209 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19210 of the test patterns for use on little-endian systems.
19211
19212 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19213
19214 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19215 (decimal_vector): Fix for little-endian.
19216
19217 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19218
19219 * gdb.arch/sparc-sysstep.exp: New file.
19220 * gdb.arch/sparc-sysstep.c: Likewise.
19221
19222 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19223
19224 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19225
19226 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19227
19228 2014-01-23 Tom Tromey <tromey@redhat.com>
19229
19230 * gdb.ada/array_char_idx: New testcase.
19231
19232 2014-01-23 Tom Tromey <tromey@redhat.com>
19233
19234 PR python/16487:
19235 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19236 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19237 classes.
19238
19239 2014-01-23 Tom Tromey <tromey@redhat.com>
19240
19241 PR python/16491:
19242 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19243 string from an inferior frame.
19244 * gdb.python/py-framefilter-mi.exp: Update.
19245
19246 2014-01-22 Doug Evans <dje@google.com>
19247
19248 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19249
19250 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19251
19252 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19253
19254 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19255
19256 * gdb.trace/entry-values.exp: Remove excess space character from
19257 regex patterns. Handle s390 call instruction.
19258
19259 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19260
19261 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19262 define "*_start" label. Make "name" static.
19263 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19264 ${name} by references to ${name}_start.
19265
19266 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19267
19268 * gdb.base/info-macros.exp: Remove "debug" from the compile
19269 options.
19270
19271 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19272
19273 * gdb.dlang/demangle.exp: New file.
19274
19275 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19276
19277 * gdb.dlang/primitive-types.exp: New file.
19278
19279 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19280
19281 * configure.ac: Create gdb.dlang/Makefile.
19282 * configure: Regenerate.
19283 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19284 * gdb.dlang/Makefile.in: New file.
19285 * lib/d-support.exp: New file.
19286 * lib/gdb.exp (skip_d_tests): New proc.
19287
19288 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19289
19290 * gdb.btrace/delta.exp: Check reverse stepi.
19291 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19292 * gdb.btrace/finish.exp: New.
19293 * gdb.btrace/next.exp: New.
19294 * gdb.btrace/nexti.exp: New.
19295 * gdb.btrace/record_goto.c: Add comments.
19296 * gdb.btrace/step.exp: New.
19297 * gdb.btrace/stepi.exp: New.
19298 * gdb.btrace/multi-thread-step.c: New.
19299 * gdb.btrace/multi-thread-step.exp: New.
19300 * gdb.btrace/rn-dl-bind.c: New.
19301 * gdb.btrace/rn-dl-bind.exp: New.
19302 * gdb.btrace/data.c: New.
19303 * gdb.btrace/data.exp: New.
19304 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19305
19306 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19307
19308 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19309 * gdb.btrace/exception.exp: Update.
19310 * gdb.btrace/instruction_history.exp: Update.
19311 * gdb.btrace/record_goto.exp: Update.
19312 * gdb.btrace/tailcall.exp: Update.
19313 * gdb.btrace/unknown_functions.exp: Update.
19314 * gdb.btrace/delta.exp: New.
19315
19316 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19317
19318 * gdb.btrace/record_goto.exp: Add backtrace test.
19319 * gdb.btrace/tailcall.exp: Add backtrace test.
19320
19321 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19322
19323 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19324 * gdb.btrace/record_goto.c: New.
19325 * gdb.btrace/record_goto.exp: New.
19326 * gdb.btrace/x86-record_goto.S: New.
19327
19328 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19329
19330 * gdb.btrace/function_call_history.exp: Update tests.
19331 * gdb.btrace/instruction_history.exp: Update tests.
19332
19333 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19334
19335 * gdb.btrace/function_call_history.exp: Fix expected field
19336 order for "record function-call-history".
19337 Add new tests for "record function-call-history /c".
19338 * gdb.btrace/exception.cc: New.
19339 * gdb.btrace/exception.exp: New.
19340 * gdb.btrace/tailcall.exp: New.
19341 * gdb.btrace/x86-tailcall.S: New.
19342 * gdb.btrace/x86-tailcall.c: New.
19343 * gdb.btrace/unknown_functions.c: New.
19344 * gdb.btrace/unknown_functions.exp: New.
19345 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19346
19347 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19348
19349 * gdb.btrace/instruction_history.exp: Update.
19350 * gdb.btrace/function_call_history.exp: Update.
19351
19352 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19353
19354 * gdb.btrace/function_call_history.exp: Fix expected function
19355 trace.
19356 * gdb.btrace/instruction_history.exp: Initialize traced.
19357 Remove traced_functions.
19358
19359 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19360
19361 * gdb.btrace/function_call_history.exp: Update
19362 * gdb.btrace/instruction_history.exp: Update.
19363
19364 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19365
19366 * gdb.btrace/enable.exp: Update expected text.
19367
19368 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19369
19370 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19371 bytes.
19372
19373 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19374
19375 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19376
19377 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19378
19379 * lib/gdb.exp (supports_process_record): Return true for
19380 arm*-linux*. (supports_reverse): Likewise.
19381
19382 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19383
19384 PR python/15464
19385 PR python/16113
19386 * gdb.python/py-type.c: Enhance test case.
19387 * gdb.python/py-value-cc.cc: Likewise
19388 * gdb.python/py-type.exp: Add new tests.
19389 * gdb.python/py-value-cc.exp: Likewise
19390
19391 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19392 Pedro Alves <palves@redhat.com>
19393
19394 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19395 Make "name" extern.
19396 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19397 references to ${name}_start by references to ${name}.
19398
19399 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19400
19401 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19402
19403 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19404
19405 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19406
19407 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19408 Pedro Alves <palves@redhat.com>
19409
19410 * gdb.mi/mi-info-os.exp: Connect to the target with
19411 mi_gdb_target_load.
19412
19413 2014-01-08 Pedro Alves <palves@redhat.com>
19414
19415 * gdb.threads/reconnect-signal.c: New file.
19416 * gdb.threads/reconnect-signal.exp: New file.
19417
19418 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19419
19420 * gdb.base/source-dir.exp: New file.
19421
19422 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19423
19424 * gdb.ada/mi_interface: New testcase.
19425
19426 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19427
19428 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19429 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19430 gdb.ada/pp-rec-component/pck.ads: New files.
19431
19432 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19433
19434 * gdb.python/py-pp-integral.c: New file.
19435 * gdb.python/py-pp-integral.py: New file.
19436 * gdb.python/py-pp-integral.exp: New file.
19437
19438 For older changes see ChangeLog-1993-2013.
19439 \f
19440 ;; Local Variables:
19441 ;; mode: change-log
19442 ;; left-margin: 8
19443 ;; fill-column: 74
19444 ;; version-control: never
19445 ;; End:
19446
19447 Copyright 2014-2020 Free Software Foundation, Inc.
19448 Copying and distribution of this file, with or without modification,
19449 are permitted provided the copyright notice and this notice are preserved.
This page took 0.452907 seconds and 4 git commands to generate.