[gdb/testsuite] Fix i386-mpx.exp compilation warnings
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-02 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5 * gdb.arch/i386-mpx-map.exp: Same.
6 * gdb.arch/i386-mpx-sigsegv.exp: Same.
7 * gdb.arch/i386-mpx-simple_segv.exp: Same.
8 * gdb.arch/i386-mpx.exp: Same.
9
10 2020-05-02 Tom de Vries <tdevries@suse.de>
11
12 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
13
14 2020-05-01 Tom de Vries <tdevries@suse.de>
15
16 * gdb.ada/operator_bp.exp: Allow more than required amount of
17 breakpoint.
18
19 2020-05-01 Tom de Vries <tdevries@suse.de>
20
21 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
22
23 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
24
25 PR gdb/18706
26 * gdb.cp/stub-array-size.cc: New test.
27 * gdb.cp/stub-array-size.exp: New file.
28 * gdb.cp/stub-array-size.h: New test.
29 * gdb.cp/stub-array-size2.cc: New test.
30
31 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
32
33 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
34 output to the new format.
35
36 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
37
38 * gdb.base/break.exp: Use with_test_prefix.
39
40 2020-04-29 Tom de Vries <tdevries@suse.de>
41
42 * lib/gdb.exp (debug_types): New proc.
43 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
44 * gdb.python/py-symtab.exp: Same.
45
46 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
47
48 PR gdb/17320
49 * gdb.base/pretty-array.c: New test.
50 * gdb.base/pretty-array.exp: New file.
51
52 2020-04-29 Tom de Vries <tdevries@suse.de>
53
54 PR symtab/25889
55 * gdb.cp/cpexprs.exp: Adapt for inclusion.
56 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
57 and include cpexprs.exp.
58
59 2020-04-28 Mark Williams <mark@myosotissp.com>
60
61 PR gdb/24480
62 * dw4-toplevel-types.exp: Test for top level types.
63 * dw4-toplevel-types.cc: Test for top level types.
64
65 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
66
67 * gdb.threads/stop-with-handle.exp: Fix typo in comment
68 (theads -> threads).
69
70 2020-04-28 Tom de Vries <tdevries@suse.de>
71
72 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
73
74 2020-04-28 Tom de Vries <tdevries@suse.de>
75
76 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
77
78 2020-04-28 Tom de Vries <tdevries@suse.de>
79
80 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
81
82 2020-04-28 Tom de Vries <tdevries@suse.de>
83
84 * gdb.dwarf2/main-foo.c: New test.
85 * gdb.dwarf2/struct-with-sig.exp: New file.
86
87 2020-04-25 Tom de Vries <tdevries@suse.de>
88
89 * boards/debug-types.exp: New file.
90
91 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
94
95 2020-04-24 Tom Tromey <tom@tromey.com>
96
97 PR symtab/12707:
98 * gdb.python/py-symbol.exp: Update expected results for
99 linkage_name test.
100 * gdb.cp/print-demangle.exp: New file.
101 * gdb.base/c-linkage-name.exp: Fix test.
102 * gdb.guile/scm-symbol.exp: Update expected results for
103 linkage_name test.
104
105 2020-04-24 Tom Tromey <tom@tromey.com>
106
107 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
108 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
109 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
110 assembler.
111
112 2020-04-24 Tom de Vries <tdevries@suse.de>
113
114 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
115 C++.
116
117 2020-04-24 Tom Tromey <tromey@adacore.com>
118
119 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
120 values.
121 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
122 values. Update test for minimal encodings.
123 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
124 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
125 values. Update test for minimal encodings.
126
127 2020-04-24 Tom Tromey <tromey@adacore.com>
128
129 PR python/23662:
130 * gdb.ada/variant.exp: Add Python checks.
131 * gdb.rust/simple.exp: Add dynamic type checks.
132
133 2020-04-24 Tom Tromey <tromey@adacore.com>
134
135 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
136 Make array type matching more lax.
137 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
138 * gdb.ada/mi_variant.exp: New file.
139 * gdb.ada/mi_variant/pck.ads: New file.
140 * gdb.ada/mi_variant/pkg.adb: New file.
141 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
142 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
143
144 2020-04-24 Tom Tromey <tromey@adacore.com>
145
146 * gdb.ada/variant.exp: Add dynamic field offset tests.
147 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
148 * gdb.ada/variant/pkg.adb: Add new variables.
149
150 2020-04-24 Tom Tromey <tromey@adacore.com>
151
152 * gdb.ada/variant.exp: New file
153 * gdb.ada/variant/pkg.adb: New file
154 * gdb.ada/variant/pck.adb: New file
155
156 2020-04-24 Tom de Vries <tdevries@suse.de>
157
158 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
159
160 2020-04-24 Tom de Vries <tdevries@suse.de>
161
162 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
163 flags.
164
165 2020-04-24 Tom de Vries <tdevries@suse.de>
166
167 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
168
169 2020-04-24 Tom de Vries <tdevries@suse.de>
170
171 * lib/gdb.exp (default_gdb_start): Handle eof.
172 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
173 failure.
174 * gdb.base/readnever.exp: Handle clean_restart failure.
175
176 2020-04-23 Tom de Vries <tdevries@suse.de>
177
178 * gdb.base/decl-before-def.exp: Run to main and print a again.
179
180 2020-04-23 Tom de Vries <tdevries@suse.de>
181
182 * gdb.base/decl-before-def-decl.c: New test.
183 * gdb.base/decl-before-def-def.c: New test.
184 * gdb.base/decl-before-def.exp: New file.
185
186 2020-04-23 Tom de Vries <tdevries@suse.de>
187
188 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
189
190 2020-04-22 Tom de Vries <tdevries@suse.de>
191
192 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
193 debug_info_offset.
194 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
195 before $objsfile in the line line.
196
197 2020-04-22 Tom de Vries <tdevries@suse.de>
198
199 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
200
201 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
202
203 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
204 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
205 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
206 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
207 * gdb.base/jit-protocol.h: Update definitions to match all usage
208 contexts.
209
210 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
211
212 * gdb.base: Rename all jit related test and source files.
213
214 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
215
216 * gdb.base/jit-reader.exp: Relax register output check.
217
218 2020-04-22 Tom de Vries <tdevries@suse.de>
219
220 PR symtab/25764
221 * gdb.base/psym-external-decl-2.c: New test.
222 * gdb.base/psym-external-decl.c: New test.
223 * gdb.base/psym-external-decl.exp: New file.
224 * gdb.threads/tls.exp: Add PR25807 kfail.
225
226 2020-04-22 Tom de Vries <tdevries@suse.de>
227
228 PR symtab/25801
229 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
230 in "info source" output.
231
232 2020-04-22 Tom de Vries <tdevries@suse.de>
233
234 PR symtab/25700
235 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
236 symtab for imported_unit.c.
237
238 2020-04-21 Gary Benson <gbenson@redhat.com>
239
240 * gdb.base/advance.c (func): New argument, to match call site.
241 (func2, func3): Add return statements.
242
243 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
244
245 * gdb.multi/run-only-second-inf.c: New file.
246 * gdb.multi/run-only-second-inf.exp: New file.
247
248 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
249
250 * gdb.btrace/multi-inferior.c: New test.
251 * gdb.btrace/multi-inferior.exp: New file.
252
253 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
254
255 * gdb.btrace/enable-new-thread.c: New test.
256 * gdb.btrace/enable-new-thread.exp: New file.
257
258 2020-04-21 Tom de Vries <tdevries@suse.de>
259
260 PR gdb/25471
261 * gdb.threads/killed-outside.c: New test.
262 * gdb.threads/killed-outside.exp: New file.
263
264 2020-04-20 Gary Benson <gbenson@redhat.com>
265
266 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
267 * gdb.base/nested-subp2.exp: Likewise.
268 * gdb.base/nested-subp3.exp: Likewise.
269
270 2020-04-20 Gary Benson <gbenson@redhat.com>
271
272 * gdb.base/nested-subp1.exp: Disable test when using clang.
273 * gdb.base/nested-subp2.exp: Likewise.
274 * gdb.base/nested-subp3.exp: Likewise.
275
276 2020-04-20 Gary Benson <gbenson@redhat.com>
277
278 * gdb.cp/exception.cc: Fix compilation error with clang.
279
280 2020-04-20 Gary Benson <gbenson@redhat.com>
281
282 * gdb.trace/tspeed.c: Fix compilation error with clang.
283
284 2020-04-20 Gary Benson <gbenson@redhat.com>
285
286 * gdb.base/jit-main.c: Fix compilation error with clang.
287
288 2020-04-17 Kamil Rytarowski <n54@gmx.com>
289
290 * gdb.base/attach-twice.c: Include "sys/types.h".
291 (PTRACE_ATTACH): Add fallback definition.
292 (main): Pass `0' to the 4th argument of `ptrace'.
293
294 2020-04-17 Kamil Rytarowski <n54@gmx.com>
295
296 * gdb.base/fork-running-state.c: Include "signal.h".
297
298 2020-04-17 Tom Tromey <tromey@adacore.com>
299
300 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
301 Update tests.
302 * gdb.btrace/cpu.exp: Update tests.
303 * gdb.base/maint.exp: Update tests.
304 * gdb.base/default.exp: Update tests.
305 * gdb.base/completion.exp: Update tests.
306
307 2020-04-16 Tom de Vries <tdevries@suse.de>
308
309 PR symtab/25791
310 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
311 (ensure_gdb_index): and factor out and move ...
312 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
313 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
314
315 2020-04-16 Tom de Vries <tdevries@suse.de>
316
317 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
318 loading exec.
319
320 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.base/many-completions.exp: New file.
323
324 2020-04-14 Tom de Vries <tdevries@suse.de>
325
326 PR symtab/25718
327 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
328
329 2020-04-14 Tom de Vries <tdevries@suse.de>
330
331 PR symtab/25720
332 * gdb.base/maint-expand-symbols-header-file.c: New test.
333 * gdb.base/maint-expand-symbols-header-file.exp: New file.
334 * gdb.base/maint-expand-symbols-header-file.h: New test.
335
336 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
339 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
340 get_func_info.
341 (get_func_info): Delete.
342 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
343 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
344 * lib/dwarf.exp (get_func_info): New function.
345
346 2020-04-13 Tom de Vries <tdevries@suse.de>
347
348 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
349 to what find_gnatmake does.
350
351 2020-04-10 Tom de Vries <tdevries@suse.de>
352
353 * gdb.base/style.exp: Expect "Expanding full symbols" message for
354 -readnow.
355
356 2020-04-10 Tom de Vries <tdevries@suse.de>
357
358 PR cli/25808
359 * gdb.base/style.c: Add leading newlines.
360 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
361 Check listing of main's one-line body.
362
363 2020-04-08 Tom de Vries <tdevries@suse.de>
364
365 * lib/gdb.exp (psymtabs_p): New proc.
366 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
367 importing unit" unsupported if there are no partial symbols.
368
369 2020-04-08 Tom de Vries <tdevries@suse.de>
370
371 PR testsuite/25760
372 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
373
374 2020-04-07 Tom de Vries <tdevries@suse.de>
375
376 PR symtab/25796
377 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
378
379 2020-04-07 Tom de Vries <tdevries@suse.de>
380
381 * gdb.base/check-psymtab.c: New test.
382 * gdb.base/check-psymtab.exp: New file.
383
384 2020-04-06 Tom Tromey <tromey@adacore.com>
385
386 * gdb.ada/variant-record/proc.adb: New file.
387 * gdb.ada/variant-record/value.adb: New file.
388 * gdb.ada/variant-record/value.s: New file.
389 * gdb.ada/variant-record.exp: New file.
390
391 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
392
393 PR gdb/25325
394 * gdb.cp/typed-enum.cc: New test.
395 * gdb.cp/typed-enum.exp: New file.
396
397 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
398
399 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
400 * gdb.dwarf2/dw2-inline-small-func.c: New file.
401 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
402 * gdb.dwarf2/dw2-inline-small-func.h: New file.
403 * gdb.opt/inline-small-func.c: New file.
404 * gdb.opt/inline-small-func.exp: New file.
405 * gdb.opt/inline-small-func.h: New file.
406
407 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
410 function.
411
412 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * lib/dwarf.exp (function_range): Allow compiler options to be
415 specified.
416
417 2020-04-02 Tom de Vries <tdevries@suse.de>
418
419 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
420 __attribute__((always_inline)).
421 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
422
423 2020-04-02 Tom de Vries <tdevries@suse.de>
424
425 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
426 (gdbserver_gdb_exit): ... here. Add timeout warning.
427 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
428 (connect_target_extended_remote): Append new server_spawn_id to
429 server_spawn_ids.
430 (cleanup): New proc.
431 (setup, <toplevel>): Call cleanup.
432
433 2020-04-02 Tom de Vries <tdevries@suse.de>
434
435 * gdb.base/main-psymtab.exp: New file.
436
437 2020-04-02 Tom de Vries <tdevries@suse.de>
438
439 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
440
441 2020-04-01 Tom Tromey <tom@tromey.com>
442
443 * gdb.base/complex-parts.exp: Add type tests.
444
445 2020-04-01 Tom Tromey <tom@tromey.com>
446
447 * gdb.base/complex-parts.exp: Add arithmetic tests.
448
449 2020-04-01 Tom Tromey <tom@tromey.com>
450
451 * gdb.compile/compile.exp: Update.
452 * gdb.compile/compile-cplus.exp: Update.
453 * gdb.base/varargs.exp: Update.
454 * gdb.base/floatn.exp: Update.
455 * gdb.base/endianity.exp: Update.
456 * gdb.base/callfuncs.exp (do_function_calls): Update.
457 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
458 (complex_float_integral_args): Update.
459 * gdb.base/complex.exp: Update.
460 * gdb.base/complex-parts.exp: Update.
461
462 2020-04-01 Tom Tromey <tromey@adacore.com>
463
464 * gdb.rust/union.rs: New file.
465 * gdb.rust/union.exp: New file.
466 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
467 (main): Update.
468 * gdb.rust/simple.exp: Move union tests to union.exp.
469
470 2020-04-01 Tom Tromey <tromey@adacore.com>
471
472 * gdb.rust/simple.rs (main): Remove "y0".
473
474 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
475
476 * gdb.multi/stop-all-on-exit.c: New test.
477 * gdb.multi/stop-all-on-exit.exp: New file.
478
479 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
480
481 PR gdb/24789
482 * gdb.cp/misc.cc: Add integer reference variable.
483 * gdb.cp/misc.exp: Add test.
484
485 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
486
487 * gdb.server/stop-reply-no-thread.exp: Enhance the test
488 scenario to cover execution until the end and also the case
489
490 2020-03-31 Tom de Vries <tdevries@suse.de>
491
492 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
493 c. Use "maint info symtabs" to check symtab expansion.
494
495 2020-03-30 Tom de Vries <tdevries@suse.de>
496
497 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
498 unsupported.
499 (verify_psymtab_expanded): Move ...
500 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
501 test.
502 (readnow): New proc.
503
504 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
505
506 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
507 with $hex.
508
509 2020-03-20 Tom Tromey <tromey@adacore.com>
510
511 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
512
513 2020-03-20 Tom Tromey <tromey@adacore.com>
514
515 * gdb.ada/sub_variant/subv.adb: New file.
516 * gdb.ada/sub_variant.exp: New file.
517
518 2020-03-20 Tom de Vries <tdevries@suse.de>
519
520 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
521 first break fails.
522 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
523
524 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
525
526 * gdb.server/exit-multiple-threads.c: New file.
527 * gdb.server/exit-multiple-threads.exp: New file.
528
529 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
530
531 * gdb.fortran/mixed-lang-stack.c: New file.
532 * gdb.fortran/mixed-lang-stack.cpp: New file.
533 * gdb.fortran/mixed-lang-stack.exp: New file.
534 * gdb.fortran/mixed-lang-stack.f90: New file.
535
536 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
537
538 * gdb.linespec/cp-completion-aliases.cc: New file.
539 * gdb.linespec/cp-completion-aliases.exp: New file.
540
541 2020-03-19 Tom de Vries <tdevries@suse.de>
542
543 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
544 more precise.
545
546 2020-03-18 Tom de Vries <tdevries@suse.de>
547
548 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
549 * gdb.dwarf2/break-inline-psymtab.c: New test.
550 * gdb.dwarf2/break-inline-psymtab.exp: New file.
551
552 2020-03-16 Tom de Vries <tdevries@suse.de>
553
554 * lib/cache.exp (gdb_do_cache): Add and handle local variables
555 cache_verify and cache_verify_proc.
556
557 2020-03-15 Tom de Vries <tdevries@suse.de>
558
559 * gdb.server/solib-list.exp: Handle
560 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
561
562 2020-03-15 Tom de Vries <tdevries@suse.de>
563
564 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
565 objfiles".
566
567 2020-03-14 Tom Tromey <tom@tromey.com>
568
569 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
570
571 2020-03-14 Tom de Vries <tdevries@suse.de>
572
573 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
574
575 2020-03-14 Tom de Vries <tdevries@suse.de>
576
577 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
578 result in line-by-line fashion.
579
580 2020-03-14 Tom de Vries <tdevries@suse.de>
581
582 * lib/gdb.exp (supports_statement_frontiers): New proc.
583 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
584
585 2020-03-14 Tom de Vries <tdevries@suse.de>
586
587 * gdb.base/printcmds.exp: Add missing quoting for "print
588 teststring2".
589
590 2020-03-13 Tom Tromey <tom@tromey.com>
591
592 * gdb.base/printcmds.exp (test_print_strings): Add regression
593 test.
594 * gdb.base/printcmds.c (charptr): New typedef.
595 (teststring2): New global.
596
597 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
598
599 * gdb.base/break-interp.exp: Use the tail of the filename, not the
600 full path in the test name.
601 (test_ld): Add some with_test_prefix blocks to make test names
602 unique.
603
604 2020-03-13 Tom de Vries <tdevries@suse.de>
605
606 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
607
608 2020-03-13 Tom de Vries <tdevries@suse.de>
609
610 * gdb.mi/mi-sym-info.exp: Make matching more precise.
611
612 2020-03-13 Tom de Vries <tdevries@suse.de>
613
614 PR symtab/25646
615 * gdb.dwarf2/imported-unit.exp: Add test.
616
617 2020-03-13 Tom de Vries <tdevries@suse.de>
618
619 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
620 (var1, var2): New variable.
621 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
622 matching symbols.
623
624 2020-03-13 Tom de Vries <tdevries@suse.de>
625
626 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
627 (Term::command): Use prompt prefix.
628 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
629 * gdb.tui/tui-layout-asm-short-prog.exp: Use
630 command_no_prompt_prefix instead of prefix.
631 * gdb.tui/tui-layout-asm.exp: Same.
632
633 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
634
635 * gdb.base/break-interp.exp: Use foreach_with_prefix.
636
637 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
638
639 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
640 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
641 on" while stepping over the test instruction, match printed
642 message.
643
644 2020-03-12 Tom de Vries <tdevries@suse.de>
645
646 * gdb.base/info-types.exp: Use exp_continue during matching of output
647 of "info types".
648
649 2020-03-12 Tom de Vries <tdevries@suse.de>
650
651 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
652
653 2020-03-12 Tom de Vries <tdevries@suse.de>
654
655 * gdb.fortran/module.exp: Use exp_continue during matching of output
656 of "info variable -n".
657
658 2020-03-12 Tom de Vries <tdevries@suse.de>
659
660 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
661 gdb.dwarf2/dw2-ranges-base.c.
662
663 2020-03-12 Tom de Vries <tdevries@suse.de>
664
665 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
666 in presence of GLIBC debuginfo.
667
668 2020-03-12 Tom de Vries <tdevries@suse.de>
669
670 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
671 $core.
672
673 2020-03-12 Tom de Vries <tdevries@suse.de>
674
675 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
676 more precise.
677
678 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
679
680 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
681 from Unix to Windows path.
682
683 2020-03-11 Tom de Vries <tdevries@suse.de>
684
685 * gdb.ada/minsyms.exp: Set language to ada.
686
687 2020-03-11 Tom de Vries <tdevries@suse.de>
688
689 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
690
691 2020-03-11 Tom de Vries <tdevries@suse.de>
692
693 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
694
695 2020-03-11 Tom Tromey <tromey@adacore.com>
696
697 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
698
699 2020-03-11 Tom de Vries <tdevries@suse.de>
700
701 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
702
703 2020-03-11 Tom de Vries <tdevries@suse.de>
704
705 * gdb.base/break-interp.exp: Limit verbose scope.
706
707 2020-03-11 Tom de Vries <tdevries@suse.de>
708
709 * gdb.fortran/logical.f90: Define variable with character type.
710 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
711
712 2020-03-11 Tom de Vries <tdevries@suse.de>
713
714 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
715
716 2020-03-11 Tom de Vries <tdevries@suse.de>
717
718 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
719 symtabs.
720
721 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
722 Bernd Edlinger <bernd.edlinger@hotmail.de>
723
724 * gdb.cp/step-and-next-inline.cc: New file.
725 * gdb.cp/step-and-next-inline.exp: New file.
726 * gdb.cp/step-and-next-inline.h: New file.
727 * gdb.dwarf2/dw2-is-stmt.c: New file.
728 * gdb.dwarf2/dw2-is-stmt.exp: New file.
729 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
730 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
731 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
732
733 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
734
735 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
736 is-stmt flag in the line table.
737
738 2020-03-09 Tom de Vries <tdevries@suse.de>
739
740 * lib/gdb.exp (cached_file): Create cache dir.
741
742 2020-03-07 Tom de Vries <tdevries@suse.de>
743
744 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
745 * gdb.cp/rvalue-ref-params.exp: Same.
746
747 2020-03-06 Tom de Vries <tdevries@suse.de>
748
749 * lib/gdb.exp (tentative_rename, cached_file): New proc.
750 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
751
752 2020-03-06 Tom de Vries <tdevries@suse.de>
753
754 * README: Fix "the the".
755 * gdb.base/dprintf.exp: Same.
756
757 2020-03-05 Tom de Vries <tdevries@suse.de>
758
759 * gdb.base/maint.exp: Update "main print statistics" expected output.
760
761 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
762
763 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
764 (fortran_int8): Likewise.
765 (fortran_real4): Likewise.
766 (fortran_real8): Likewise.
767 (fortran_complex4): Likewise.
768 (fortran_logical4): Likewise.
769 (fortran_character1): Likewise.
770
771 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * gdb.fortran/logical.exp: Add tests that any non-zero value is
774 printed as true.
775
776 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
777
778 * gdb.base/printcmds.exp: Add test to verify printf of a
779 variable holding an address.
780
781 2020-03-03 Tom de Vries <tdevries@suse.de>
782
783 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
784
785 2020-03-03 Tom de Vries <tdevries@suse.de>
786
787 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
788 gdb_test_multiple call.
789
790 2020-03-03 Tom de Vries <tdevries@suse.de>
791
792 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
793 gdb_test_multiple calls.
794
795 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 * gdb.base/default.exp: Remove test of 'set history filename'.
798 * gdb.base/gdbinit-history.exp: Add tests for setting the history
799 filename to the empty string.
800 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
801 and GDBHISTSIZE.
802
803 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
804
805 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
806 disabled.
807
808 2020-03-02 Pedro Alves <palves@redhat.com>
809 Tom de Vries <tdevries@suse.de>
810
811 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
812 -prompt prefix, before user_code argument. Add -lbl option likewise.
813 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
814 (gdb_is_target_1): Add -prompt prefix and move to before user_code
815 argument.
816 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
817 have "\r\n" at start-of-line, instead of at end-of-line.
818
819 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
820
821 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
822 libinproctrace.so.
823
824 2020-02-28 Luis Machado <luis.machado@linaro.org>
825
826 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
827 to "p/x".
828
829 2020-02-28 Luis Machado <luis.machado@linaro.org>
830
831 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
832 asm/ptrace.h and error.h.
833
834 2020-02-28 Tom de Vries <tdevries@suse.de>
835
836 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
837 (struct wrapper, do_something, mundane/symada__cS): Move ...
838 * gdb.base/c-linkage-name-2.c: ... here. New source file.
839 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
840 Update "print symada__cS before partial symtab expansion" regexp.
841 Update breakpoint location. Flush symbol cache after expansion.
842
843 2020-02-28 Luis Machado <luis.machado@linaro.org>
844
845 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
846
847 2020-02-27 Tom de Vries <tdevries@suse.de>
848
849 * config/sid.exp: Remove unused globals.
850 * gdb.base/attach.exp: Same.
851 * gdb.base/catch-load.exp: Same.
852 * gdb.base/dbx.exp: Same.
853 * lib/gdb.exp: Same.
854 * lib/mi-support.exp: Same.
855 * lib/prompt.exp: Same.
856
857 2020-02-27 Tom de Vries <tdevries@suse.de>
858
859 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
860 not set.
861
862 2020-02-26 Aaron Merey <amerey@redhat.com>
863
864 * gdb.debuginfod: New directory for debuginfod tests.
865 * gdb.debuginfod/main.c: New test file.
866 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
867
868 2020-02-26 Tom de Vries <tdevries@suse.de>
869
870 PR gdb/25603
871 * gdb.base/persistent-lang.cc: New test.
872 * gdb.base/persistent-lang.exp: New file.
873
874 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.fortran/derived-type-striding.exp: Add a new test.
877 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
878 new test.
879
880 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
881
882 * gdb.base/cached-source-file.exp: Avoid source file paths in test
883 names.
884
885 2020-02-25 Tom de Vries <tdevries@suse.de>
886
887 PR go/18926
888 * gdb.go/methods.exp: Remove gcc/93866 xfail.
889
890 2020-02-24 Tom de Vries <tdevries@suse.de>
891
892 PR gdb/25592
893 * gdb.base/info-locals-unused-static-var.c: New test.
894 * gdb.base/info-locals-unused-static-var.exp: New file.
895
896 2020-02-22 Tom Tromey <tom@tromey.com>
897
898 * gdb.python/tui-window.exp: New file.
899 * gdb.python/tui-window.py: New file.
900
901 2020-02-22 Tom Tromey <tom@tromey.com>
902
903 PR tui/17850:
904 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
905 tests.
906
907 2020-02-22 Tom Tromey <tom@tromey.com>
908
909 * gdb.tui/new-layout.exp: Add sub-layout tests.
910
911 2020-02-22 Tom Tromey <tom@tromey.com>
912
913 * gdb.tui/new-layout.exp: New file.
914
915 2020-02-22 Tom Tromey <tom@tromey.com>
916
917 * gdb.rust/rust-style.rs: New file.
918 * gdb.rust/rust-style.exp: New file.
919 * gdb.base/style.exp: Test structure printing.
920 * gdb.base/style.c (struct some_struct): New type.
921 (enum etype): New type.
922 (struct_value): New global.
923
924 2020-02-21 Tom de Vries <tdevries@suse.de>
925
926 PR go/18926
927 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
928 Remove blanket xfails. Use message argument for gdb_breakpoint.
929 Make continuing to breakpoint test conditional on setting breakpoint.
930 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
931 DW_AT_name attribute. Add xfail for GCC PR93866.
932
933 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
934
935 * gdb.dwarf2/cpp-linkage-name.c: New file.
936 * gdb.dwarf2/cpp-linkage-name.exp: New file.
937
938 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
939
940 * lib/gdb.exp (gdb_wrapper_init): Reset
941 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
942 not exist.
943
944 2020-02-20 Tom de Vries <tdevries@suse.de>
945
946 PR go/17018
947 * gdb.go/hello.exp: Copy ...
948 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
949 print of st to print value of global definition. Add xfail for GCC
950 PR93844.
951 * gdb.go/hello.exp: Remove printing of st before definition.
952 * gdb.go/hello.go: Copy ...
953 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
954 to st.
955 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
956
957 2020-02-20 Tom de Vries <tdevries@suse.de>
958
959 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
960 (gdb_simple_compile): Handle compile_flags go by using .go extension
961 for source file.
962 * gdb.go/chan.exp: Use support_go_compile.
963 * gdb.go/handcall.exp: Same.
964 * gdb.go/hello.exp: Same.
965 * gdb.go/integers.exp: Same.
966 * gdb.go/max-depth.exp: Same.
967 * gdb.go/methods.exp: Same.
968 * gdb.go/package.exp: Same.
969 * gdb.go/strings.exp: Same.
970 * gdb.go/types.exp: Same.
971 * gdb.go/unsafe.exp: Same.
972
973 2020-02-19 Tom de Vries <tdevries@suse.de>
974
975 * gdb.python/lib-types.exp: Make xfail more strict.
976
977 2020-02-19 Tom de Vries <tdevries@suse.de>
978
979 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
980
981 2020-02-19 Doug Evans <dje@google.com>
982
983 PR rust/25535
984 * gdb.rust/simple.exp: Add test.
985 * gdb.rust/simple.rs: Add test.
986
987 2020-02-19 Tom de Vries <tdevries@suse.de>
988
989 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
990 output line-by-line.
991
992 2020-02-19 Tom de Vries <tdevries@suse.de>
993
994 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
995
996 2020-02-19 Tom de Vries <tdevries@suse.de>
997
998 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
999 prelink.
1000
1001 2020-02-19 Tom de Vries <tdevries@suse.de>
1002
1003 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1004 (gdb_do_cache): Use gdb_do_cache_wrap.
1005 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1006
1007 2020-02-19 Tom de Vries <tdevries@suse.de>
1008
1009 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1010 gdb_compile option.
1011
1012 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1013
1014 * gdb.base/printcmds.exp (test_print_enums): Update expected
1015 output.
1016
1017 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1018
1019 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1020 for "unknown".
1021
1022 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1023
1024 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1025 enumerator.
1026
1027 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1028
1029 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1030 FE_, add FE_NONE.
1031 (three): Update.
1032 (enum flag_enum_without_zero): New enum.
1033 (flag_enum_without_zero): New variable.
1034 (enum not_flag_enum): New enum.
1035 (three_not_flag): New variable.
1036 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1037 (test_print_enums): Add more tests for printing flag enums.
1038
1039 2020-02-18 Tom de Vries <tdevries@suse.de>
1040
1041 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1042 (gdb_compile_ada): ... here.
1043 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1044 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1045
1046 2020-02-14 Tom Tromey <tom@tromey.com>
1047
1048 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1049 build directory.
1050 * boards/gdbserver-base.exp: Update path to gdbserver.
1051
1052 2020-02-13 Tom de Vries <tdevries@suse.de>
1053
1054 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1055
1056 2020-02-13 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1059 are missing.
1060
1061 2020-02-13 Tom de Vries <tdevries@suse.de>
1062
1063 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1064 call.
1065
1066 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1067
1068 PR tui/25126
1069 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1070 * gdb.base/cached-source-file.c: New file.
1071 * gdb.base/cached-source-file.exp: New file.
1072
1073 2020-02-11 Tom de Vries <tdevries@suse.de>
1074
1075 PR testsuite/25488
1076 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1077
1078 2020-02-10 Tom de Vries <tdevries@suse.de>
1079
1080 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1081
1082 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1083
1084 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1085 and $after_addr are both integers before making a comparison.
1086
1087 2020-02-09 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1090 command output and paste it into gdb.log. If any, paste catch message
1091 to gdb.log.
1092
1093 2020-02-07 Tom Tromey <tromey@adacore.com>
1094
1095 PR breakpoints/24915:
1096 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1097
1098 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1099
1100 * gdb.tui/tui-missing-src.exp: Add the "missing source
1101 file" test for the TUI.
1102
1103 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1106 including a port number in the output.
1107
1108 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1109
1110 * lib/fortran.exp (fortran_int4): Handle clang.
1111 (fortran_int8): Likewise.
1112 (fortran_real4): Likewise.
1113 (fortran_real8): Likewise.
1114 (fortran_complex4): Likewise.
1115 (fortran_logical4): Likewise.
1116 (fortran_character1): Likewise.
1117
1118 2020-02-04 Tom de Vries <tdevries@suse.de>
1119
1120 * README (Race detection): Add note.
1121
1122 2020-02-04 Tom de Vries <tdevries@suse.de>
1123
1124 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1125
1126 2020-02-04 Tom de Vries <tdevries@suse.de>
1127
1128 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1129
1130 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1131
1132 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1133 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1134 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1135 blttar, bnetarl.
1136 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1137 binary for blttar, bnetarl.
1138 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1139 wait instruction. Delete ldmx test.
1140 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1141
1142 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1143
1144 * gdb.fortran/array-bounds-high.exp: New file.
1145 * gdb.fortran/array-bounds-high.f90: New file.
1146
1147 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1148
1149 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1150 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1151
1152 2020-02-01 Tom de Vries <tdevries@suse.de>
1153
1154 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1155
1156 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 PR tui/9765
1159 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1160 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1161
1162 2020-01-29 Luis Machado <luis.machado@linaro.org>
1163
1164 * gdb.arch/aarch64-brk-patterns.c: New source file.
1165 * gdb.arch/aarch64-brk-patterns.exp: New test.
1166
1167 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1168
1169 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1170 GCC/Clang version.
1171 * gdb.cp/pass-by-ref.exp: Ditto.
1172
1173 2020-01-29 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1176 * gdb.threads/watchpoint-fork-mt.c: Same.
1177 * gdb.threads/watchpoint-fork-parent.c: Same.
1178 * gdb.threads/watchpoint-fork-st.c: Same.
1179 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1180
1181 2020-01-27 Luis Machado <luis.machado@linaro.org>
1182
1183 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1184 sitting at a syscall instruction when we hit the syscall function's
1185 breakpoint.
1186 Check PC against one obtained with the x command.
1187 Validate syscall number.
1188 (step_over_syscall): Don't continue to the syscall instruction if
1189 we're already there.
1190
1191 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1192
1193 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1194
1195 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1198 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1199
1200 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1201
1202 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1203 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1204
1205 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.base/maint.exp: Update line table parsing test.
1208 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1209
1210 2020-01-24 Pedro Alves <palves@redhat.com>
1211
1212 PR gdb/25410
1213 * gdb.multi/multi-re-run-1.c: New.
1214 * gdb.multi/multi-re-run-2.c: New.
1215 * gdb.multi/multi-re-run.exp: New.
1216
1217 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 PR gdb/23718
1220 * gdb.server/server-kill-python.exp: New file.
1221
1222 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.server/multi-ui-errors.c: New file.
1225 * gdb.server/multi-ui-errors.exp: New file.
1226
1227 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1228
1229 PR tui/9765
1230 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1231
1232 2020-01-19 Tom Tromey <tom@tromey.com>
1233
1234 * gdb.tui/main.exp: Add check for plain "file".
1235
1236 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1237
1238 * lib/gdb.exp: Fix spelling error (seperatelly).
1239
1240 2020-01-14 Tom Tromey <tom@tromey.com>
1241
1242 PR symtab/12535:
1243 * gdb.python/python.exp: Test decode_line with empty string
1244 argument.
1245
1246 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1247
1248 * gdb.base/skip-inline.exp: Extend test.
1249
1250 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1253 * gdb.dwarf2/dw2-bad-elf.c: New file.
1254 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1255
1256 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1259 _line_saw_file.
1260
1261 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1264 border.
1265
1266 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1267
1268 * gdb.multi/multi-target.exp (setup): Factor out "info
1269 connections" and "info inferiors" tests to ...
1270 (test_info_inferiors): ... this new procedure.
1271 (top level): Run new "info-inferiors" tests.
1272
1273 2020-01-10 Pedro Alves <palves@redhat.com>
1274
1275 * gdb.server/bkpt-other-inferior.exp: New file.
1276
1277 2020-01-10 Pedro Alves <palves@redhat.com>
1278
1279 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1280 of "add-inferior".
1281 * gdb.base/quit-live.exp: Likewise.
1282 * gdb.base/remote-exec-file.exp: Likewise.
1283 * gdb.guile/scm-progspace.exp: Likewise.
1284 * gdb.linespec/linespec.exp: Likewise.
1285 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1286 * gdb.mi/user-selected-context-sync.exp: Likewise.
1287 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1288 "info inferiors" tests.
1289 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1290 "add-inferior".
1291 * gdb.multi/watchpoint-multi.exp: Likewise.
1292 * gdb.python/py-inferior.exp: Likewise.
1293 * gdb.server/extended-remote-restart.exp: Likewise.
1294 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1295 "info inferiors".
1296 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1297 * gdb.trace/report.exp: Likewise.
1298
1299 2020-01-10 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.multi/multi-target.c: New file.
1302 * gdb.multi/multi-target.exp: New file.
1303 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1304 mode requested, but remote does not support non-stop".
1305
1306 2020-01-10 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1309 disconnect before reconnecting.
1310
1311 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1312 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.server/connect-without-multi-process.exp: Also test
1315 continuing to end.
1316
1317 2020-01-10 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.base/remote-exec-file.exp: New file.
1320
1321 2020-01-10 Pedro Alves <palves@redhat.com>
1322
1323 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1324 output.
1325 * gdb.threads/async.c: New.
1326 * gdb.threads/async.exp: New.
1327 * gdb.multi/tids-gid-reset.c: New.
1328 * gdb.multi/tids-gid-reset.exp: New.
1329
1330 2020-01-10 George Barrett <bob@bob131.so>
1331
1332 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1333 to help in finding the image relocation offset.
1334 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1335 options in arguments.
1336 (stap_test_no_debuginfo): Likewise.
1337 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1338 test variants.
1339 (stap_test): Add null semaphore relocation test.
1340
1341 2020-01-10 George Barrett <bob@bob131.so>
1342
1343 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1344 * gdb.base/stap-probe.exp: Likewise.
1345 (stap_test): Pass argument as an additional flag.
1346 (stap_test_no_debuginfo): Likewise.
1347 (stap_test): Check `info probes stap' output for semaphore
1348 addresses if the test binary is supposed to have them.
1349
1350 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1351
1352 * gdb.tui/basic.exp: Add more scrolling tests.
1353
1354 2020-01-09 Tom Tromey <tom@tromey.com>
1355
1356 PR tui/18932:
1357 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1358 meangingful value.
1359 (Term::command, Term::resize): Update.
1360 * gdb.tui/basic.exp: Add scrolling test.
1361
1362 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * gdb.tui/tui-layout-asm.exp: New file.
1365
1366 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1369
1370 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1371
1372 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1373 (Term::enter_tui): Use Term::prepare_for_tui.
1374
1375 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1378 called.
1379
1380 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.base/skip.exp: Fix race condition in test.
1383
1384 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * gdb.base/backtrace.c: New file.
1387 * gdb.base/backtrace.exp: New file.
1388
1389 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1390
1391 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1392
1393 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1394
1395 * gdb.base/style.exp: Test that warnings are styled.
1396
1397 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1398
1399 * gdb.base/line65535.exp: New file.
1400 * gdb.base/line65535.c: New file.
1401
1402 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1403
1404 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1405 * lib/gnat_debug_info_test.adb: New file.
1406 * gdb.ada/ptype_tagged_param.exp: Use
1407 gnat_runtime_has_debug_info, expect a different output if
1408 runtime does not have debug info.
1409
1410 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1411
1412 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1413 (another) quote in test name.
1414
1415 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1416
1417 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1418 Add quote in test name.
1419
1420 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1421
1422 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1423 directory instead.
1424 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1425 * gdb.cp/pass-by-ref-2.cc: New file.
1426 * gdb.cp/pass-by-ref-2.exp: New file.
1427
1428 2019-12-20 Tom Tromey <tom@tromey.com>
1429
1430 * gdb.tui/list-before.exp: New file.
1431
1432 2019-12-20 Tom Tromey <tom@tromey.com>
1433
1434 * gdb.tui/list.exp: Check for source on initial listing.
1435
1436 2019-12-11 Tom Tromey <tromey@adacore.com>
1437
1438 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1439 Add crlf test.
1440
1441 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1442
1443 * gdb.base/default.exp: Update value of $_gdb_major.
1444
1445 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1446
1447 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1448
1449 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1450
1451 * gdb.base/skip.exp: Whitespace fix.
1452
1453 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1454
1455 * gdb.base/skip-inline.c: New file.
1456 * gdb.base/skip-inline.exp: New file.
1457
1458 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1459
1460 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1461 jit_function_00 to jit_function_stack_mangle.
1462 * gdb.base/jithost.c (jit_function_t): Rename to...
1463 (jit_function_stack_mangle_t): ... this.
1464 (jit_function_add_t): New typedef.
1465 (jit_function_00_code): Rename to...
1466 (jit_function_stack_mangle_code): ... this, make static.
1467 (jit_function_add_code): New.
1468 (main): Generate "add" function and call it. Adjust to changes
1469 in jithost_abi.
1470 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1471 (struct jithost_abi) <begin, end>: Remove fields.
1472 <object, function_stack_mangle, function_add>: New fields.
1473 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1474 code_end>: Remove fields.
1475 <func_stack_mangle>: New field.
1476 (read_debug_info): Adjust to renaming, create block for "add"
1477 function.
1478 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1479
1480 2019-12-11 Tom Tromey <tom@tromey.com>
1481
1482 * gdb.tui/resize.exp: Fix regexp.
1483 * gdb.tui/regs.exp: Fix regexps.
1484 * gdb.tui/main.exp: Fix regexp.
1485
1486 2019-12-11 Tom Tromey <tom@tromey.com>
1487
1488 * gdb.tui/resize.exp: Update.
1489 * gdb.tui/empty.exp (layouts): Update.
1490
1491 2019-12-11 Tom Tromey <tom@tromey.com>
1492
1493 * gdb.tui/regs.exp: Update.
1494 * gdb.tui/empty.exp (layouts): Update.
1495 * gdb.tui/basic.exp: Update.
1496 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1497
1498 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1499
1500 * gdb.base/options.exp: Add -raw-values in the print completion list.
1501 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1502
1503 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1504
1505 * gdb.threads/omp-par-scope.c: New file.
1506 * gdb/threads/omp-par-scope.exp: New file.
1507
1508 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1509
1510 * lib/gdb.exp (support_nested_function_tests): New proc.
1511
1512 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1513
1514 * lib/gdb.exp (gdb_compile_openmp): New proc.
1515 (build_executable_from_specs): Add an "openmp" option.
1516 (gdb_compile_pthreads): Add non-executable case.
1517
1518 2019-12-10 Tom Tromey <tromey@adacore.com>
1519
1520 * gdb.ada/unchecked_union.exp: New file.
1521 * gdb.ada/unchecked_union/pck.adb: New file.
1522 * gdb.ada/unchecked_union/pck.ads: New file.
1523 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1524 * gdb-utils.exp (string_to_regexp): Also quote "?".
1525
1526 2019-12-10 George Barrett <bob@bob131.so>
1527
1528 Test scripted probe breakpoints.
1529 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1530 * gdb.python/py-breakpoint.c (main): Likewise.
1531 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1532 specifier test.
1533 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1534
1535 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1536
1537 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1538 an rvalue parameter.
1539 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1540 parameter.
1541
1542 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1545 modules.
1546
1547 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1548
1549 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1550 broken version of GCC.
1551
1552 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1555 sym-info-cmds library.
1556 * gdb.fortran/info-types.exp: Likewise.
1557 * lib/sym-info-cmds.exp: New file.
1558
1559 2019-12-08 Tom de Vries <tdevries@suse.de>
1560
1561 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1562
1563 2019-12-07 Keith Seitz <keiths@redhat.com>
1564
1565 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1566 * gdb.base/corefile-buildid-shlib.c: New file.
1567 * gdb.base/corefile-buildid.c: New file.
1568 * gdb.base/corefile-buildid.exp: New file.
1569
1570 2019-12-06 Tom de Vries <tdevries@suse.de>
1571
1572 * gdb.dwarf2/varval.exp: Add decl before def test.
1573
1574 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1575
1576 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1577
1578 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1579
1580 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1581 CV and reference conversion for overload resolution.
1582 * gdb.cp/rvalue-ref-overload.exp: Test it.
1583
1584 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1585
1586 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1587 * gdb.base/frameapply.exp: Test faas without command.
1588
1589 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1590
1591 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1592 Fortran tests.
1593 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1594 order.
1595
1596 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1597
1598 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1599 casting to type with no kind specified.
1600 (test_basic_parsing_of_type_kinds): Additional tests for types
1601 with no kind specified, and add tests for single/double
1602 precision/complex types.
1603
1604 2019-12-04 Tom Tromey <tromey@adacore.com>
1605
1606 * gdb.base/endianity.c (struct other) <x>: New field.
1607 (main): Initialize it.
1608 * gdb.base/endianity.exp: Update.
1609
1610 2019-12-04 Tom Tromey <tromey@adacore.com>
1611
1612 * gdb.ada/scalar_storage/storage.adb: New file.
1613 * gdb.ada/scalar_storage/pck.adb: New file.
1614 * gdb.ada/scalar_storage/pck.ads: New file.
1615 * gdb.ada/scalar_storage.exp: New file.
1616
1617 2019-12-04 Tom Tromey <tromey@adacore.com>
1618
1619 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1620 (main): Initialize it.
1621 * gdb.base/endianity.exp: Update.
1622
1623 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1624
1625 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1626
1627 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1628
1629 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1630 -symbol-info-module-functions and -symbol-info-module-variables.
1631
1632 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1633
1634 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1635
1636 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1637 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.fortran/derived-type-striding.exp: New file.
1640 * gdb.fortran/derived-type-striding.f90: New file.
1641 * gdb.fortran/array-slices.exp: New file.
1642 * gdb.fortran/array-slices.f90: New file.
1643
1644 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1645
1646 * gdb.base/define.exp: Test . in command names.
1647 * gdb.base/setshow.exp: Update test, as . is now part of
1648 command name.
1649
1650 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1651
1652 * gdb.base/define-prefix.exp: New file.
1653
1654 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1655
1656 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1657 compile.
1658 (skip_btrace_pt_tests): Likewise.
1659
1660 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.fortran/info-modules.exp: Compile source files in correct
1663 order.
1664
1665 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1666
1667 * gdb.dwarf2/imported-unit.exp: New file.
1668 * gdb.dwarf2/imported-unit.c: New file.
1669
1670 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * gdb.mi/mi-fortran-modules-2.f90: New file.
1673 * gdb.mi/mi-fortran-modules.exp: New file.
1674 * gdb.mi/mi-fortran-modules.f90: New file.
1675
1676 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1677
1678 * gdb.mi/mi-sym-info-1.c: New file.
1679 * gdb.mi/mi-sym-info-2.c: New file.
1680 * gdb.mi/mi-sym-info.exp: New file.
1681
1682 2019-11-22 Tom Tromey <tromey@adacore.com>
1683
1684 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1685 * gdb.ada/tasks/foo.adb: Add another stopping location.
1686
1687 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1688
1689 * gdb.base/endianity.c: New test.
1690 * gdb.base/endianity.exp: New file.
1691
1692 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1693
1694 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1695
1696 2019-11-21 Tom de Vries <tdevries@suse.de>
1697
1698 PR gdb/24956
1699 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1700
1701 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1702
1703 * gdb.python/py-progspace.exp: Add missing parentheses on some
1704 'print' commands.
1705
1706 2019-11-19 Tom Tromey <tom@tromey.com>
1707
1708 * gdb.tui/winheight.exp: New file.
1709
1710 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1711
1712 * gdb.base/ctf-whatis.c: Delete.
1713 * gdb.base/ctf-whatis.exp: Delete.
1714 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1715
1716 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.base/ctf-cvexpr.exp: Delete.
1719 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1720
1721 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1724 the compiler. Clean up header comment a little.
1725 * gdb.base/ctf-ptype.exp: Likewise.
1726 * gdb.base/ctf-whatis.exp: Likewise.
1727 * lib/gdb.exp (skip_ctf_tests): New proc.
1728
1729 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1730
1731 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1732 * gdb.tui/corefile-run.exp: New file.
1733
1734 2019-11-14 Tom Tromey <tromey@adacore.com>
1735
1736 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1737 regression tests.
1738
1739 2019-11-12 Tom Tromey <tom@tromey.com>
1740
1741 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1742 after any command. Expect prompt after WAIT_FOR is seen.
1743 (enter_tui): Enable resize messages.
1744 (command): Expect command in output.
1745 (get_line): Avoid error when cursor appears to be off-screen.
1746 (dump_screen): Include screen size in title.
1747 (_do_resize): New proc, from "resize".
1748 (resize): Rewrite. Do resize in two steps.
1749 * gdb.tui/empty.exp (layouts): Fix entries.
1750 (check_boxes): Remove xfail.
1751 (check_text): Dump screen on failure.
1752
1753 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1754
1755 * gdb.python/py-symbol.exp: Add test for
1756 gdb.lookup_static_symbols.
1757
1758 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1759
1760 * gdb.python/py-symbol.c: Declare and call function from new
1761 py-symbol-2.c file.
1762 * gdb.python/py-symbol.exp: Compile both source files, and add new
1763 tests for gdb.lookup_static_symbol.
1764 * gdb.python/py-symbol-2.c: New file.
1765
1766 2019-11-02 Tom de Vries <tdevries@suse.de>
1767
1768 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1769 * gdb.base/anon.exp: Same.
1770 * gdb.base/auto-connect-native-target.exp: Same.
1771 * gdb.base/call-ar-st.exp: Same.
1772 * gdb.base/catch-syscall.exp: Same.
1773 * gdb.base/commands.exp: Same.
1774 * gdb.base/default.exp: Same.
1775 * gdb.base/display.exp: Same.
1776 * gdb.base/float.exp: Same.
1777 * gdb.base/foll-fork.exp: Same.
1778 * gdb.base/help.exp: Same.
1779 * gdb.base/info-macros.exp: Same.
1780 * gdb.base/info-proc.exp: Same.
1781 * gdb.base/info-target.exp: Same.
1782 * gdb.base/long_long.exp: Same.
1783 * gdb.base/macscp.exp: Same.
1784 * gdb.base/memattr.exp: Same.
1785 * gdb.base/nofield.exp: Same.
1786 * gdb.base/pointers.exp: Same.
1787 * gdb.base/printcmds.exp: Same.
1788 * gdb.base/ptype.exp: Same.
1789 * gdb.base/restore.exp: Same.
1790 * gdb.base/return.exp: Same.
1791 * gdb.base/scope.exp: Same.
1792 * gdb.base/set-noassign.exp: Same.
1793 * gdb.base/setshow.exp: Same.
1794 * gdb.base/shlib-call.exp: Same.
1795 * gdb.base/signals.exp: Same.
1796 * gdb.base/sigstep.exp: Same.
1797 * gdb.base/skip.exp: Same.
1798 * gdb.base/solib-symbol.exp: Same.
1799 * gdb.base/stap-probe.exp: Same.
1800 * gdb.base/step-line.exp: Same.
1801 * gdb.base/step-test.exp: Same.
1802 * gdb.base/style.exp: Same.
1803 * gdb.base/varargs.exp: Same.
1804 * gdb.base/vla-datatypes.exp: Same.
1805 * gdb.base/vla-ptr.exp: Same.
1806 * gdb.base/vla-sideeffect.exp: Same.
1807 * gdb.base/volatile.exp: Same.
1808 * gdb.base/watch-cond-infcall.exp: Same.
1809 * gdb.base/watchpoint.exp: Same.
1810
1811 2019-11-02 Tom de Vries <tdevries@suse.de>
1812
1813 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1814 * gdb.cp/cpexprs.exp: Same.
1815 * gdb.cp/except-multi-location.exp: Same.
1816 * gdb.cp/exceptprint.exp: Same.
1817 * gdb.cp/gdb2384.exp: Same.
1818 * gdb.cp/inherit.exp: Same.
1819 * gdb.cp/m-static.exp: Same.
1820 * gdb.cp/meth-typedefs.exp: Same.
1821 * gdb.cp/misc.exp: Same.
1822 * gdb.cp/namespace.exp: Same.
1823 * gdb.cp/non-trivial-retval.exp: Same.
1824 * gdb.cp/overload.exp: Same.
1825 * gdb.cp/pr17132.exp: Same.
1826 * gdb.cp/re-set-overloaded.exp: Same.
1827 * gdb.cp/rvalue-ref-types.exp: Same.
1828 * gdb.cp/templates.exp: Same.
1829
1830 2019-11-01 Luis Machado <luis.machado@linaro.org>
1831
1832 PR gdb/25124
1833
1834 * gdb.arch/pr25124.S: New file.
1835 * gdb.arch/pr25124.exp: New file.
1836
1837 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 * gdb.fortran/info-modules.exp: Update expected results, and add
1840 additional tests for 'info module functinos', and 'info module
1841 variables'.
1842 * gdb.fortran/info-types.exp: Update expected results.
1843 * gdb.fortran/info-types.f90: Extend testcase with additional
1844 module variables and functions.
1845
1846 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * gdb.fortran/info-modules.exp: New file.
1849 * gdb.fortran/info-types.exp: Build with new file.
1850 * gdb.fortran/info-types.f90: Include and use new module.
1851 * gdb.fortran/info-types-2.f90: New file.
1852
1853 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1854
1855 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1856 * gdb.base/settings.exp: Test all settings types using
1857 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1858 that now verifies that the value of "maint show" is the same as
1859 returned by the settings functions. Test the type of the
1860 maintenance settings.
1861 * gdb.base/default.exp: Update show_conv_list.
1862
1863 2019-10-31 Tom de Vries <tdevries@suse.de>
1864
1865 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1866 gdb_test.
1867 * gdb.arch/amd64-disp-step.exp: Same.
1868 * gdb.asm/asm-source.exp: Same.
1869 * gdb.btrace/buffer-size.exp: Same.
1870 * gdb.btrace/cpu.exp: Same.
1871 * gdb.btrace/enable.exp: Same.
1872 * gdb.dwarf2/count.exp: Same.
1873 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1874 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1875 * gdb.fortran/vla-datatypes.exp: Same.
1876 * gdb.fortran/vla-history.exp: Same.
1877 * gdb.fortran/vla-ptype.exp: Same.
1878 * gdb.fortran/vla-value.exp: Same.
1879 * gdb.fortran/whatis_type.exp: Same.
1880 * gdb.guile/guile.exp: Same.
1881 * gdb.multi/tids.exp: Same.
1882 * gdb.python/py-finish-breakpoint.exp: Same.
1883 * gdb.python/py-framefilter.exp: Same.
1884 * gdb.python/py-pp-registration.exp: Same.
1885 * gdb.python/py-xmethods.exp: Same.
1886 * gdb.python/python.exp: Same.
1887 * gdb.server/connect-with-no-symbol-file.exp: Same.
1888 * gdb.server/no-thread-db.exp: Same.
1889 * gdb.server/run-without-local-binary.exp: Same.
1890 * gdb.stabs/weird.exp: Same.
1891 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1892 * gdb.threads/thread-find.exp: Same.
1893 * gdb.threads/tls-shared.exp: Same.
1894 * gdb.threads/tls.exp: Same.
1895 * gdb.threads/wp-replication.exp: Same.
1896 * gdb.trace/ax.exp: Same.
1897 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1898
1899 2019-10-31 Tom de Vries <tdevries@suse.de>
1900
1901 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1902 * gdb.ada/array_subscript_addr.exp: Same.
1903 * gdb.ada/arrayidx.exp: Same.
1904 * gdb.ada/arrayparam.exp: Same.
1905 * gdb.ada/arrayptr.exp: Same.
1906 * gdb.ada/boolean_expr.exp: Same.
1907 * gdb.ada/call_pn.exp: Same.
1908 * gdb.ada/complete.exp: Same.
1909 * gdb.ada/fixed_cmp.exp: Same.
1910 * gdb.ada/fun_addr.exp: Same.
1911 * gdb.ada/funcall_param.exp: Same.
1912 * gdb.ada/interface.exp: Same.
1913 * gdb.ada/mod_from_name.exp: Same.
1914 * gdb.ada/null_array.exp: Same.
1915 * gdb.ada/packed_array.exp: Same.
1916 * gdb.ada/packed_tagged.exp: Same.
1917 * gdb.ada/print_chars.exp: Same.
1918 * gdb.ada/print_pc.exp: Same.
1919 * gdb.ada/ptype_arith_binop.exp: Same.
1920 * gdb.ada/ptype_field.exp: Same.
1921 * gdb.ada/ptype_tagged_param.exp: Same.
1922 * gdb.ada/rec_return.exp: Same.
1923 * gdb.ada/ref_tick_size.exp: Same.
1924 * gdb.ada/str_ref_cmp.exp: Same.
1925 * gdb.ada/taft_type.exp: Same.
1926 * gdb.ada/tagged.exp: Same.
1927 * gdb.ada/type_coercion.exp: Same.
1928 * gdb.ada/uninitialized_vars.exp: Same.
1929
1930 2019-10-30 Tom de Vries <tdevries@suse.de>
1931
1932 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1933
1934 2019-10-26 Tom de Vries <tdevries@suse.de>
1935
1936 * gdb.base/bigcore.c: Fix typos in comments.
1937 * gdb.base/ctf-ptype.c: Same.
1938 * gdb.base/long_long.c: Same.
1939 * gdb.dwarf2/dw2-op-out-param.S: Same.
1940 * gdb.python/py-evthreads.c: Same.
1941 * gdb.reverse/i387-stack-reverse.c: Same.
1942 * gdb.trace/tfile.c: Same.
1943 * lib/compiler.c: Same.
1944 * lib/compiler.cc: Same.
1945
1946 2019-10-25 Tom de Vries <tdevries@suse.de>
1947
1948 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1949 gdb_test_multiple calls.
1950 * gdb.reverse/sigall-reverse.exp: Same.
1951 * gdb.reverse/solib-precsave.exp: Same.
1952 * gdb.reverse/solib-reverse.exp: Same.
1953 * gdb.reverse/until-precsave.exp: Same.
1954 * gdb.reverse/until-reverse.exp: Same.
1955
1956 2019-10-24 Tom de Vries <tdevries@suse.de>
1957
1958 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1959 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1960 kfail using -wrap pattern flag and convenience variable
1961 gdb_test_name.
1962
1963 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1964
1965 * gdb.python/py-progspace.exp: Add tests for the
1966 Progspace.block_for_pc method.
1967
1968 2019-10-23 Tom Tromey <tom@tromey.com>
1969
1970 * configure: Rebuild.
1971 * aclocal.m4: Use m4_include, not sinclude.
1972
1973 2019-10-21 Tom de Vries <tdevries@suse.de>
1974
1975 * gdb.base/infcall-nested-structs.c: Add
1976 __attribute__((noinline,noclone)) to all functions.
1977 (call_all): Add missing variable initialization. Simplify return value.
1978 (breakpt): Increment volatile variable, to prevent call from being
1979 optimized out.
1980 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1981
1982 2019-10-17 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.fortran/module.exp: Allow info variables to print info for files
1985 other than module.f90.
1986
1987 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1988
1989 * gdb.fortran/module.exp: Extend with 'info variables' test.
1990
1991 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1994 F77_FOR_TARGET.
1995
1996 2019-10-16 Tom de Vries <tdevries@suse.de>
1997
1998 PR tdep/25096
1999 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2000
2001 2019-10-16 Tom de Vries <tdevries@suse.de>
2002
2003 PR tdep/24104
2004 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2005 Add KFAIL for PR tdep/25096.
2006
2007 2019-10-16 Tom de Vries <tdevries@suse.de>
2008
2009 PR testsuite/25059
2010 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2011
2012 2019-10-16 Tom de Vries <tdevries@suse.de>
2013
2014 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2015 as signed.
2016
2017 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2018
2019 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2020 one instead of increasing timeout.
2021
2022 2019-10-13 Tom de Vries <tdevries@suse.de>
2023
2024 PR record/25038
2025 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2026 * gdb.reverse/sigall-reverse.exp: Same.
2027 * gdb.reverse/solib-precsave.exp: Same.
2028 * gdb.reverse/solib-reverse.exp: Same.
2029 * gdb.reverse/step-precsave.exp: Same.
2030 * gdb.reverse/until-precsave.exp: Same.
2031 * gdb.reverse/until-reverse.exp: Same.
2032 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2033
2034 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2035
2036 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2037 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2038 (cmp_struct_05_01, cmp_struct_static_02_01)
2039 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2040 comparisons.
2041
2042 2019-10-10 Tom de Vries <tdevries@suse.de>
2043
2044 PR testsuite/24888
2045 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2046 gnatlink.
2047
2048 2019-10-09 Tom de Vries <tdevries@suse.de>
2049
2050 PR testsuite/25048
2051 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2052
2053 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2054
2055 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2056 exceptions due to missing debug information.
2057
2058 2019-10-07 Tom de Vries <tdevries@suse.de>
2059
2060 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2061
2062 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2063
2064 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2065 * gdb.base/annota1.exp: Update to use gdb_test_name.
2066
2067 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2068
2069 * gdb.base/ctf-whatis.exp: New file.
2070 * gdb.base/ctf-whatis.c: New file.
2071 * gdb.base/ctf-ptype.exp: New file.
2072 * gdb.base/ctf-ptype.c: New file.
2073 * gdb.base/ctf-constvars.exp: New file.
2074 * gdb.base/ctf-constvars.c: New file.
2075 * gdb.base/ctf-cvexpr.exp: New file.
2076
2077 2019-10-04 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2080 for loop.
2081
2082 2019-10-03 Tom Tromey <tom@tromey.com>
2083
2084 PR rust/24976:
2085 * gdb.rust/simple.rs (Union2): New type.
2086 (main): Use Union2.
2087 * gdb.rust/simple.exp: Add test.
2088
2089 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2090
2091 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2092 nested function prefix.
2093
2094 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2095 Richard Bunt <richard.bunt@arm.com>
2096 Andrew Burgess <andrew.burgess@embecosm.com>
2097
2098 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2099 nested functions.
2100 * gdb.fortran/nested-funcs.f90: Update expected results.
2101 * gdb.fortran/nested-funcs-2.exp: New file.
2102 * gdb.fortran/nested-funcs-2.f90: New file.
2103
2104 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2105
2106 * gdb.python/py-parameter.exp: Make test names unique.
2107 * gdb.python/py-template.exp: Likewise.
2108 * gdb.python/py-value.exp: Likewise.
2109
2110 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 * gdb.base/break-interp.exp: Reduce test name duplication.
2113 * gdb.base/call-sc.exp: Likewise.
2114 * gdb.base/callfuncs.exp: Likewise.
2115 * gdb.base/charset.exp: Likewise.
2116 * gdb.base/dump.exp: Likewise.
2117 * gdb.base/ena-dis-br.exp: Likewise.
2118 * gdb.base/relational.exp: Likewise.
2119 * gdb.base/step-over-syscall.exp: Likewise.
2120 * gdb.base/structs.exp: Likewise.
2121
2122 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.linespec/explicit.exp: Make test names unique.
2125 * gdb.linespec/ls-errs.exp: Likewise.
2126
2127 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.reverse/break-precsave.exp: Make test names unique.
2130 * gdb.reverse/break-reverse.exp: Likewise.
2131 * gdb.reverse/finish-precsave.exp: Likewise.
2132 * gdb.reverse/finish-reverse.exp: Likewise.
2133 * gdb.reverse/machinestate-precsave.exp: Likewise.
2134 * gdb.reverse/machinestate.exp: Likewise.
2135 * gdb.reverse/readv-reverse.exp: Likewise.
2136 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2137 * gdb.reverse/sigall-precsave.exp: Likewise.
2138 * gdb.reverse/sigall-reverse.exp: Likewise.
2139 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2140 * gdb.reverse/watch-precsave.exp: Likewise.
2141 * gdb.reverse/watch-reverse.exp: Likewise.
2142
2143 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2144
2145 * gdb.threads/stop-with-handle.c: New file.
2146 * gdb.threads/stop-with-handle.exp: New file.
2147
2148 2019-10-03 Tom de Vries <tdevries@suse.de>
2149
2150 PR testsuite/25059
2151 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2152 directory" line to be missing.
2153
2154 2019-10-03 Tom de Vries <tdevries@suse.de>
2155
2156 PR testsuite/25059
2157 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2158 type optional.
2159
2160 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2161
2162 * gdb.python/py-format-string.c (string.h): New include.
2163 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2164 the same value, for endianness-independence.
2165 * gdb.python/py-format-string.exp (default_regexp_dict)
2166 (test_pretty_structs, test_format): Adjust expected output to the
2167 changed initialization.
2168
2169 2019-10-02 Tom Tromey <tromey@adacore.com>
2170
2171 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2172
2173 2019-10-02 Pedro Alves <palves@redhat.com>
2174 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2177 "print-file-var.h".
2178 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2179 (get_version_1): Print this_version_id and its address.
2180 Add extern "C" wrappers around interface functions.
2181 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2182 "print-file-var.h".
2183 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2184 (get_version_2): Print this_version_id and its address.
2185 Add extern "C" wrappers around interface functions.
2186 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2187 <stddef.h> and "print-file-var.h".
2188 Add extern "C" wrappers around interface functions.
2189 [VERSION_ID_MAIN] (this_version_id): Define.
2190 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2191 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2192 up extern "C" blocks.
2193 * gdb.base/print-file-var.exp (test): New, factored out from top
2194 level.
2195 (top level): Test all combinations of attribute hidden or not,
2196 dlopen or not, and this_version_id symbol in main file or not.
2197 Compile tests as both C++ and C, make test names unique.
2198
2199 2019-10-01 Tom Tromey <tom@tromey.com>
2200
2201 * gdb.base/style.exp: Test "show logging filename".
2202
2203 2019-10-01 Tom Tromey <tom@tromey.com>
2204
2205 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2206 * gdb.base/style.exp: Add metadata style test.
2207
2208 2019-10-01 Tom Tromey <tom@tromey.com>
2209
2210 * gdb.base/style.exp: Test "pwd".
2211
2212 2019-10-01 Tom Tromey <tom@tromey.com>
2213
2214 * gdb.base/style.exp: Update tests.
2215
2216 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2217
2218 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2219 'six' to unsigned.
2220 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2221 'five'. Use an all-ones bit pattern for each.
2222 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2223 to its changed values.
2224
2225 2019-09-30 Tom Tromey <tromey@adacore.com>
2226
2227 * gdb.rust/traits.rs: Disable all warnings.
2228
2229 2019-09-29 Tom de Vries <tdevries@suse.de>
2230
2231 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2232
2233 2019-09-29 Tom de Vries <tdevries@suse.de>
2234
2235 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2236
2237 2019-09-27 Tom de Vries <tdevries@suse.de>
2238
2239 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2240
2241 2019-09-27 Tom de Vries <tdevries@suse.de>
2242
2243 PR record/23188
2244 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2245
2246 2019-09-26 Tom Tromey <tromey@adacore.com>
2247
2248 * gdb.ada/py_taft.exp: New file.
2249 * gdb.ada/py_taft/main.adb: New file.
2250 * gdb.ada/py_taft/pkg.adb: New file.
2251 * gdb.ada/py_taft/pkg.ads: New file.
2252
2253 2019-09-24 Tom de Vries <tdevries@suse.de>
2254
2255 PR gdb/24598
2256 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2257
2258 2019-09-22 Tom de Vries <tdevries@suse.de>
2259
2260 * gdb.base/restore.exp: Allow register variables to be optimized out at
2261 -O0.
2262
2263 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2264
2265 * gdb.arch/spu-info.exp: Remove file.
2266 * gdb.arch/spu-info.c: Remove file.
2267 * gdb.arch/spu-ls.exp: Remove file.
2268 * gdb.arch/spu-ls.c: Remove file.
2269
2270 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2271 * gdb.asm/spu.inc: Remove file.
2272
2273 * gdb.base/dump.exp: Remove support for spu*-*-*.
2274 * gdb.base/stack-checking.exp: Likewise.
2275 * gdb.base/overlays.exp: Likewise.
2276 * gdb.base/ovlymgr.c: Likewise.
2277 * gdb.base/spu.ld: Remove file.
2278
2279 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2280 * gdb.cp/cpexprs.exp: Likewise.
2281 * gdb.cp/exception.exp: Likewise.
2282 * gdb.cp/gdb2495.exp: Likewise.
2283 * gdb.cp/mb-templates.exp: Likewise.
2284 * gdb.cp/pr9167.exp: Likewise.
2285 * gdb.cp/userdef.exp: Likewise.
2286
2287 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2288
2289 * gdb.cell: Remove directory.
2290 * lib/cell.exp: Remove file.
2291
2292 2019-09-19 Tom de Vries <tdevries@suse.de>
2293
2294 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2295
2296 2019-09-19 Tom de Vries <tdevries@suse.de>
2297
2298 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2299
2300 2019-09-19 Tom de Vries <tdevries@suse.de>
2301
2302 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2303 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2304 (gdb_target_cmd): ... here.
2305 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2306 value 2.
2307
2308 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2309
2310 * gdb.base/source-dir.exp: Avoid having directory names in test
2311 names.
2312
2313 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2316 directory.
2317
2318 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2319
2320 * gdb.base/list-missing-source.exp: New file.
2321
2322 2019-09-14 Tom de Vries <tdevries@suse.de>
2323
2324 PR teststuite/24599
2325 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2326 * lib/ada.exp (gnatmake_version_at_least): New proc.
2327
2328 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * gdb.base/maint.exp: Use exec_has_index_section.
2331
2332 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2333
2334 * gdb.base/maint.exp: Add test for 'maint info sections'.
2335
2336 2019-09-12 Tom de Vries <tdevries@suse.de>
2337
2338 * gdb.base/store.exp: Allow register variables to be optimized out at
2339 -O0.
2340
2341 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2342
2343 * gdb.ada/rdv_wait.exp: Update to new task names.
2344 * gdb.base/task_switch_in_core.exp: Likewise.
2345 * gdb.base/info_sources_base.c: Likewise.
2346
2347 2019-09-10 Tom Tromey <tromey@adacore.com>
2348
2349 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2350
2351 2019-09-10 Tom Tromey <tromey@adacore.com>
2352
2353 * gdb.ada/dgopt.exp: New file.
2354 * gdb.ada/dgopt/x.adb: New file.
2355
2356 2019-09-08 Tom Tromey <tom@tromey.com>
2357
2358 * gdb.tui/resize.exp: Remove setup_xfail.
2359 * gdb.tui/regs.exp: Remove setup_xfail.
2360 * gdb.tui/basic.exp: Remove setup_xfail.
2361
2362 2019-09-06 David Blaikie <dblaikie@gmail.com>
2363
2364 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2365 * gdb.cp/cplabel.exp: Ditto.
2366 * gdb.linespec/ls-errs.exp: Ditto.
2367
2368 2019-09-05 Tom de Vries <tdevries@suse.de>
2369
2370 * lib/gdb.exp (cmp_file_string): New proc.
2371 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2372 runto_main. Verify save breakpoints output.
2373
2374 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2375
2376 * gdb.base/info-var.exp: Test info variables without running
2377 to main, to avoid expect's buffer overflow.
2378
2379 2019-09-03 Tom Tromey <tromey@adacore.com>
2380
2381 * gdb.ada/bias.exp: New file.
2382 * gdb.ada/bias/bias.adb: New file.
2383 * gdb.ada/print_chars.exp: Add regression test.
2384 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2385 (MC): New variable.
2386
2387 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2388
2389 * gdb.base/argv0-symlink.exp: Run only on native target
2390 and local host.
2391
2392 2019-08-29 Tom de Vries <tdevries@suse.de>
2393
2394 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2395 diverse debug info.
2396 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2397
2398 2019-08-28 Tom de Vries <tdevries@suse.de>
2399
2400 * gdb.base/info-var.exp: Allow info variables to print info for files
2401 other than info-var-f1.c and info-var-f2.c.
2402
2403 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.fortran/info-types.exp: Add module.
2406 * gdb.fortran/info-types.f90: Update expected results.
2407
2408 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * gdb.fortran/info-types.exp: New file.
2411 * gdb.fortran/info-types.f90: New file.
2412 * lib/fortran.exp (fortran_character1): New proc.
2413
2414 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2415
2416 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2417 functions'. Reindent as needed.
2418 * gdb.base/info-var-f1.c: New file.
2419 * gdb.base/info-var-f2.c: New file.
2420 * gdb.base/info-var.exp: New file.
2421 * gdb.base/info-var.h: New file.
2422
2423 2019-08-26 Tom de Vries <tdevries@suse.de>
2424
2425 PR c++/24852
2426 * gdb.cp/no-libstdcxx-probe.exp: New test.
2427
2428 2019-08-26 Tom de Vries <tdevries@suse.de>
2429
2430 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2431 * tests need to be skipped.
2432 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2433 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2434 mi_skip_libstdcxx_probe_tests.
2435
2436 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2437
2438 * gdb.python/py-xmethods.exp: Use raw strings when passing
2439 arguments to SimpleXMethodMatcher.
2440
2441 2019-08-22 Tom de Vries <tdevries@suse.de>
2442
2443 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2444 more informative.
2445
2446 2019-08-21 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.base/with.exp: Test "with" with no arguments.
2449
2450 2019-08-21 Tom de Vries <tdevries@suse.de>
2451
2452 * gdb.base/gdb-caching-proc.exp: Sort files.
2453
2454 2019-08-20 Tom de Vries <tdevries@suse.de>
2455
2456 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2457 compilation.
2458
2459 2019-08-16 Tom de Vries <tdevries@suse.de>
2460
2461 * gdb.base/compare-sections.exp ("after run to main"): Allow
2462 mismatched read-only sections for PIE executables.
2463
2464 2019-08-16 Tom Tromey <tom@tromey.com>
2465
2466 * lib/tuiterm.exp (_csi_Z): New proc.
2467 * gdb.tui/basic.exp: Update window positions.
2468 * gdb.tui/empty.exp: Update window positions.
2469
2470 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2471
2472 * gdb.base/examine-backward.exp: Correct regexp for
2473 "examine 3 bytes backward from ${address_zero}".
2474
2475 2019-08-15 Tom Tromey <tom@tromey.com>
2476
2477 * gdb.tui/empty.exp: Enable resizing tests.
2478
2479 2019-08-15 Tom Tromey <tromey@adacore.com>
2480
2481 * gdb.ada/char_enum.exp: Add regression tests.
2482 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2483 and '0'.
2484 (Char, Gchar): Update.
2485 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2486
2487 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2488
2489 * gdb.python/python.exp: Expect a leading underscore on
2490 GdbOutput{,Error}File.
2491
2492 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2493
2494 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2495 Windows host.
2496
2497 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2498
2499 * gdb.base/batch-preserve-term-settings.exp
2500 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2501
2502 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2503
2504 * lib/gdb.exp: When running on a mingw target, replace
2505 /x/ with x:/.
2506
2507 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2508
2509 * gdb.arch/aarch64-prologue.c: New test.
2510 * gdb.arch/aarch64-prologue.exp: New file.
2511
2512 2019-08-13 Tom de Vries <tdevries@suse.de>
2513
2514 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2515 Thread.
2516
2517 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2518
2519 * gdb.python/py-completion.exp: Download the .py file to the host
2520 and use its host pathname. Conditionalize tests that use
2521 tab completion and manipulate files on the build machine.
2522 * gdb.python/py-events.exp: Download the .py file to the host
2523 and use its host pathname.
2524 * gdb.python/py-evsignal.exp: Likewise.
2525 * gdb.python/py-evthreads.exp: Likewise.
2526 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2527 pathname syntax.
2528 * gdb.python/py-framefilter.exp: Download the .py file to the right
2529 place on the host. Match Windows pathname syntax.
2530 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2531 .py file to the host and use its host pathname.
2532 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2533 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2534 build pathname. Skip symlink test on Windows host. Add missing
2535 newline at end of file.
2536 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2537 and use its host pathname.
2538 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2539 * gdb.python/py-section-script.exp: Use host location of binfile
2540 on safe-path. Use correct path separator on Windows host.
2541 Reorder alternatives in gdb_test_multiple to prevent matching
2542 the wrong alternative on success.
2543 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2544
2545 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2546
2547 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2548 expect the GDB inferior to no longer immediately stop after
2549 being resumed with "signal SIGINT".
2550
2551 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2552
2553 * gdb.linespec/break-ask.exp: Generalize regexps to match
2554 Windows pathnames too.
2555
2556 2019-08-08 Tom de Vries <tdevries@suse.de>
2557
2558 PR testsuite/24862
2559 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2560
2561 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2562
2563 * gdb.base/style.exp: Update tests for help doc new invariants.
2564 * gdb.base/help.exp: Likewise.
2565
2566 2019-08-06 Tom Tromey <tom@tromey.com>
2567
2568 * gdb.base/style.exp: Add disassemble test.
2569 * gdb.base/style.c (some_called_function): New function.
2570 (main): Use it.
2571
2572 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2573
2574 * gdb.python/py-block.exp: Test dictionary access on blocks.
2575
2576 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2577
2578 PR gdb/24863
2579 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2580 -list-thread-groups --available test when running under
2581 check-read1.
2582
2583 2019-08-05 Tom de Vries <tdevries@suse.de>
2584
2585 PR testsuite/24863
2586 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2587 * gdb.base/help.exp: Use with_read1_timeout_factor.
2588 * gdb.base/info-macros.exp: Same.
2589 * gdb.cp/nested-types.exp: Same.
2590
2591 2019-08-05 Tom de Vries <tdevries@suse.de>
2592
2593 * lib/gdb.exp (version_at_least): Factor out of ...
2594 (tcl_version_at_least): ... here.
2595 (gdb_compile): Fail if pie results in non-PIE executable.
2596 (readelf_version, readelf_prints_pie): New proc.
2597 (exec_is_pie): Return -1 if unknown.
2598
2599 2019-08-05 Tom de Vries <tdevries@suse.de>
2600
2601 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2602
2603 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2604
2605 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2606
2607 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2608
2609 * lib/completion-support.exp (test_gdb_complete_none): Skip
2610 tab completion tests if no readline support.
2611 (test_gdb_complete_unique_re): Likewise.
2612 (test_gdb_complete_multiple): Likewise.
2613
2614 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2615
2616 * gdb.base/info_sources.exp: New file.
2617 * gdb.base/info_sources.c: New file.
2618 * gdb.base/info_sources_base.c: New file.
2619
2620 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2621
2622 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2623 prefix argument.
2624 (test_exit_status): Add prefix argument.
2625
2626 2019-08-01 Tom de Vries <tdevries@suse.de>
2627
2628 PR testsuite/24863
2629 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2630 calling exp_continue for new thread and thread exited messages.
2631
2632 2019-08-01 Tom de Vries <tdevries@suse.de>
2633
2634 PR testsuite/24863
2635 * gdb.base/structs.exp: Fix check-read1 timeout using
2636 gdb_test_sequence.
2637 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2638
2639 2019-08-01 Tom de Vries <tdevries@suse.de>
2640
2641 PR testsuite/24863
2642 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2643 line.
2644
2645 2019-08-01 Tom de Vries <tdevries@suse.de>
2646
2647 PR testsuite/24863
2648 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2649
2650 2019-07-30 Tom Tromey <tromey@adacore.com>
2651
2652 * gdb.ada/display_nested.exp: New file.
2653 * gdb.ada/display_nested/foo.adb: New file.
2654 * gdb.ada/display_nested/pack.adb: New file.
2655 * gdb.ada/display_nested/pack.ads: New file.
2656
2657 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2658
2659 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2660 namespace.
2661 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2662
2663 2019-07-30 Tom de Vries <tdevries@suse.de>
2664
2665 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2666 instead.
2667
2668 2019-07-30 Tom de Vries <tdevries@suse.de>
2669
2670 PR testsuite/24834
2671 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2672 (exec_is_pie): New proc.
2673
2674 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2675
2676 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2677
2678 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2679
2680 * gdb.python/py-objfile.c: Add global and static vars.
2681 * gdb.python/py-objfile.exp: Test new functions Objfile.
2682 lookup_global_symbol and lookup_static_symbol.
2683
2684 2019-07-29 Tom Tromey <tom@tromey.com>
2685
2686 * lib/tuiterm.exp (Term::_csi_@): New proc.
2687 (Term::_csi_X): Don't move cursor.
2688
2689 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2690
2691 * gdb.base/options.exp: Update backtrace - completion to
2692 new option -frame-info.
2693 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2694 Test new 'set print frame-info'. Test backtrace -frame-info
2695 overriding 'set print frame-info'.
2696 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2697 Test new 'set print frame-info'.
2698 Verify consistency of backtrace with and without filters, with and
2699 without -no-filters.
2700 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2701 default.
2702
2703 2019-07-29 Tom de Vries <tdevries@suse.de>
2704
2705 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2706 no arguments".
2707
2708 2019-07-29 Tom de Vries <tdevries@suse.de>
2709
2710 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2711 is a substring of the first for "complete non-unique file name".
2712
2713 2019-07-29 Tom de Vries <tdevries@suse.de>
2714
2715 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2716 with ".*".
2717
2718 2019-07-29 Tom de Vries <tdevries@suse.de>
2719
2720 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2721 Pass prompt_regexp parameter to gdb_test_multiple calls.
2722
2723 2019-07-29 Tom de Vries <tdevries@suse.de>
2724
2725 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2726 print registers" regexps.
2727
2728 2019-07-29 Tom de Vries <tdevries@suse.de>
2729
2730 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2731
2732 2019-07-29 Tom de Vries <tdevries@suse.de>
2733
2734 PR gdb/24855
2735 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2736 (skip_python_tests_prompt): Add prompt_regexp argument to
2737 gdb_test_multiple calls.
2738
2739 2019-07-27 Tom Tromey <tom@tromey.com>
2740
2741 * gdb.tui/main.exp: New file.
2742
2743 2019-07-27 Tom Tromey <tom@tromey.com>
2744
2745 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2746 optional.
2747 * gdb.tui/empty.exp: New file.
2748
2749 2019-07-27 Tom Tromey <tom@tromey.com>
2750
2751 * lib/tuiterm.exp (spawn): New proc.
2752 (Term::resize): New proc.
2753 * gdb.tui/resize.exp: New file.
2754
2755 2019-07-27 Tom Tromey <tom@tromey.com>
2756
2757 * gdb.tui/list.exp: New file.
2758
2759 2019-07-27 Tom Tromey <tom@tromey.com>
2760
2761 * gdb.tui/regs.exp: New file.
2762
2763 2019-07-27 Tom Tromey <tom@tromey.com>
2764
2765 * gdb.tui/basic.exp: Add "layout split" test.
2766
2767 2019-07-27 Tom Tromey <tom@tromey.com>
2768
2769 * gdb.tui/basic.exp: Add "layout asm" test.
2770
2771 2019-07-27 Tom Tromey <tom@tromey.com>
2772
2773 * lib/tuiterm.exp: New file.
2774 * gdb.tui/basic.exp: New file.
2775
2776 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2777
2778 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2779 Enable tests associated with this flag. Adjust regex
2780 referencing "foo_low" to now refer to "foo_cold" instead.
2781
2782 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2783
2784 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2785 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2786 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2787 foo_cold. Revise comments to match.
2788 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2789 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2790 were wrapped into this proc; Call do_test in loop from outermost
2791 level.
2792 (foo_low): Rename all occurrences to "foo_cold".
2793 (backtrace from baz): New test.
2794 (x2/i foo_cold): New test.
2795 (info line *foo_cold): New test.
2796
2797 2019-07-26 Tom de Vries <tdevries@suse.de>
2798
2799 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2800
2801 2019-07-25 Tom de Vries <tdevries@suse.de>
2802
2803 PR testsuite/24830
2804 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2805 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2806 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2807 (skip_libstdcxx_probe_tests): ... here.
2808 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2809
2810 2019-07-24 Tom de Vries <tdevries@suse.de>
2811
2812 PR testsuite/24807
2813 * gdb.objc/basicclass.m: Include stdio.h.
2814 * gdb.objc/nondebug.m: Same.
2815 * gdb.objc/objcdecode.m: Same.
2816
2817 2019-07-24 Tom de Vries <tdevries@suse.de>
2818
2819 PR testsuite/24612
2820 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2821 additional_flags.
2822
2823 2019-07-24 Tom de Vries <tdevries@suse.de>
2824
2825 PR testsuite/24831
2826 * gdb.multi/tids.exp: Update error messages for info threads.
2827
2828 2019-07-24 Tom de Vries <tdevries@suse.de>
2829
2830 * gdb.base/info-types.exp: Allow info types to print info for more than
2831 one file.
2832
2833 2019-07-23 Tom de Vries <tdevries@suse.de>
2834
2835 PR testsuite/24842
2836 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2837 gdb_spawn_with_cmdline_opts.
2838
2839 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2840
2841 * gdb.arch/arm-cmse-sgstubs.c: New test.
2842 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2843
2844 2019-07-23 Tom de Vries <tdevries@suse.de>
2845
2846 PR testsuite/24711
2847 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2848 issuing next command.
2849
2850 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2851
2852 * gdb.ada/info_auto_lang.exp: Update expected results.
2853 * gdb.base/info-types.c: Add additional types to check.
2854 * gdb.base/info-types.exp: Update expected results.
2855
2856 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2857
2858 * gdb.base/info-types.c: New file.
2859 * gdb.base/info-types.exp: New file.
2860
2861 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * gdb.arch/riscv-bp-infcall.c: New file.
2864 * gdb.arch/riscv-bp-infcall.exp: New file.
2865
2866 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2867
2868 PR breakpoints/24541
2869 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2870
2871 2019-07-14 Tom de Vries <tdevries@suse.de>
2872
2873 PR testsuite/24760
2874 * gdb.objc/basicclass.exp: Fix unterminated string.
2875
2876 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2877 Andrew Burgess <andrew.burgess@embecosm.com>
2878
2879 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2880 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2881 negative bounds.
2882 * gdb.fortran/vla-value.exp: Print elements of an array with
2883 negative bounds.
2884 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2885 testing.
2886
2887 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2888
2889 * gdb.base/options.exp (expect_string): Dequote strings in
2890 results.
2891 (test-string): Test strings with different quoting and reindent.
2892
2893 2019-07-10 Tom Tromey <tromey@adacore.com>
2894
2895 * gdb.ada/mi_ex_cond.exp: Update expected results.
2896 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2897 * gdb.ada/mi_catch_ex.exp: Update expected results.
2898 * gdb.ada/mi_catch_assert.exp: Update expected results.
2899 * gdb.ada/catch_ex.exp (catch_exception_info)
2900 (catch_exception_entry, catch_assert_entry)
2901 (catch_unhandled_entry): Update.
2902 * gdb.ada/catch_assert_if.exp: Update expected results.
2903
2904 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2905 Stephen Roberts <stephen.roberts@arm.com>
2906
2907 * gdb.base/define.exp: Restore original prompt.
2908
2909 2019-07-09 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2912 breakpoints" output.
2913 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2914 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2915 throw" creates breakpoint.
2916 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2917 'type="catchpoint"'.
2918
2919 2019-07-09 Pedro Alves <palves@redhat.com>
2920
2921 PR c++/15468
2922 * gdb.cp/except-multi-location-lib.cc: New.
2923 * gdb.cp/except-multi-location-main.cc: New.
2924 * gdb.cp/except-multi-location.exp: New.
2925
2926 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2927
2928 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2929 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2930 argument and update callers.
2931
2932 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2933
2934 * gdb.arch/amd64-break-on-asm-line.S: New file.
2935 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2936
2937 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2938
2939 * gdb.base/printcmds.exp: Test printing C string and
2940 C wide string convenience vars without transiting via the inferior.
2941 Also make test names unique.
2942
2943 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2944
2945 PR breakpoints/25011
2946 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2947
2948 2019-07-04 Pedro Alves <palves@redhat.com>
2949
2950 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2951 body returned ok(0), break(3) or continue(4).
2952 * gdb.testsuite/foreach_with_prefix.exp: New file.
2953
2954 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2955
2956 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2957
2958 2019-07-03 Pedro Alves <palves@redhat.com>
2959
2960 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2961 "return -code".
2962
2963 2019-07-03 Pedro Alves <palves@redhat.com>
2964
2965 PR cli/24732
2966 * gdb.base/shell.exp: Load completion-support.exp.
2967 Adjust expected error output. Add completion tests.
2968
2969 2019-07-03 Pedro Alves <palves@redhat.com>
2970
2971 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2972 string_to_regexp.
2973
2974 2019-07-03 Pedro Alves <palves@redhat.com>
2975
2976 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2977 (expect_integer): Adjust to expect "-string".
2978 (expect_string): New.
2979 (all_options): Expect "-string".
2980 (test-flag, test-boolean): Adjust to expect "-string".
2981 (test-string): New proc.
2982 (top level): Call it.
2983
2984 2019-07-03 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2987 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2988 the expected output in the success.
2989
2990 2019-07-03 Pedro Alves <palves@redhat.com>
2991
2992 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2993 Split one gdb_test_multiple call in two to avoid a race.
2994
2995 2019-07-03 Pedro Alves <palves@redhat.com>
2996
2997 * gdb.base/with.c: New file.
2998 * gdb.base/with.exp: New file.
2999
3000 2019-07-03 Pedro Alves <palves@redhat.com>
3001
3002 * gdb.base/settings.exp: Replace all references to "maint
3003 test-settings set" with references to "maint set test-settings",
3004 and all references to "maint test-settings show" with references
3005 to "maint show test-settings".
3006
3007 2019-07-03 Pedro Alves <palves@redhat.com>
3008
3009 * gdb.base/settings.exp (test-string): Adjust expected out when
3010 testing "maint test-settings show filename"
3011
3012 2019-07-02 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.base/options.exp (test-info-threads): New procedure.
3015 (top level): Call it.
3016
3017 2019-06-28 Tom Tromey <tromey@adacore.com>
3018
3019 * gdb.dwarf2/ada-linkage-name.c: New file.
3020 * gdb.dwarf2/ada-linkage-name.exp: New file.
3021
3022 2019-06-27 Tom Tromey <tromey@adacore.com>
3023
3024 PR c++/20020:
3025 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3026
3027 2019-06-26 Tom de Vries <tdevries@suse.de>
3028
3029 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3030
3031 2019-06-26 Tom de Vries <tdevries@suse.de>
3032
3033 * gdb.base/index-cache.exp: Add back missing debug option.
3034
3035 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3036
3037 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3038
3039 2019-06-25 Tom de Vries <tdevries@suse.de>
3040
3041 PR testsuite/24727
3042 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3043
3044 2019-06-24 Tom de Vries <tdevries@suse.de>
3045
3046 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3047
3048 2019-06-24 Tom de Vries <tdevries@suse.de>
3049
3050 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3051 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3052 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3053
3054 2019-06-24 Tom de Vries <tdevries@suse.de>
3055
3056 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3057
3058 2019-06-21 Tom de Vries <tdevries@suse.de>
3059
3060 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3061
3062 2019-06-21 Tom de Vries <tdevries@suse.de>
3063
3064 PR testsuite/24518
3065 PR ada/24713
3066 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3067 index.
3068
3069 2019-06-19 Tom Tromey <tromey@adacore.com>
3070
3071 * gdb.ada/length_cond.exp: Add intro comment.
3072
3073 2019-06-19 Tom Tromey <tromey@adacore.com>
3074
3075 * gdb.ada/length_cond.exp: New file.
3076 * gdb.ada/length_cond/length_cond.adb: New file.
3077 * gdb.ada/length_cond/pck.adb: New file.
3078 * gdb.ada/length_cond/pck.ads: New file.
3079
3080 2019-06-18 Tom de Vries <tdevries@suse.de>
3081
3082 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3083
3084 2019-06-18 Tom Tromey <tromey@adacore.com>
3085
3086 * gdb.base/list0.h: Add comment explaining control character.
3087
3088 2019-06-18 Tom de Vries <tdevries@suse.de>
3089
3090 * boards/fission.exp: Break up long debug_flags line.
3091
3092 2019-06-16 Tom de Vries <tdevries@suse.de>
3093
3094 PR gdb/24445
3095 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3096 generated index.
3097
3098 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3099
3100 PR gdb/24686
3101 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3102 improve detection of bug gdb/24541.
3103
3104 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3105
3106 PR gdb/24669
3107 * gdb.base/index-cache.exp (uses_readnow,
3108 expecting_index_cache_use): Define global variable.
3109 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3110 expecting_index_cache_use.
3111
3112 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3113 Andrew Burgess <andrew.burgess@embecosm.com>
3114
3115 * gdb.fortran/pointers.f90: New file.
3116 * gdb.fortran/print_type.exp: New file.
3117 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3118 * gdb.fortran/vla-type.exp: Likewise.
3119 * gdb.fortran/vla-value.exp: Likewise.
3120 * gdb.mi/mi-vla-fortran.exp: Likewise.
3121
3122 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3125 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3126 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3127 as a stop reason.
3128
3129 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3130
3131 * gdb.base/annota1.exp: Update expected results.
3132 * gdb.cp/annota2.exp: Likewise.
3133 * gdb.cp/annota3.exp: Likewise.
3134
3135 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3136
3137 * gdb.base/style-logging.exp: Remove path from test name.
3138
3139 2019-06-14 Tom Tromey <tromey@adacore.com>
3140
3141 PR gdb/24502:
3142 * gdb.base/style-logging.exp: New file.
3143
3144 2019-06-14 Tom Tromey <tromey@adacore.com>
3145
3146 * gdb.base/symfile-warn.exp: New file.
3147 * gdb.base/symfile-warn.c: New file.
3148
3149 2019-06-14 Tom Tromey <tromey@adacore.com>
3150
3151 * gdb.base/annotate-symlink.exp: New file.
3152
3153 2019-06-14 Tom Tromey <tromey@adacore.com>
3154
3155 * gdb.ada/set_wstr.exp: Add reassignment test.
3156
3157 2019-06-14 Tom Tromey <tromey@adacore.com>
3158
3159 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3160 'unchecked_access and 'unrestricted_access as well.
3161
3162 2019-06-14 Tom Tromey <tromey@adacore.com>
3163
3164 PR ada/24539:
3165 * gdb.ada/vla.exp: Update tests.
3166 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3167 pragma.
3168
3169 2019-06-13 Pedro Alves <palves@redhat.com>
3170
3171 * gdb.base/settings.exp (test-integer): Test junk after
3172 "unlimited".
3173
3174 2019-06-13 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.base/options.exp (test-thread-apply): New.
3177 (top level): Call it.
3178
3179 2019-06-13 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.base/options.exp (test-frame-apply): New.
3182 (top level): Test print commands with different "frame apply"
3183 prefixes.
3184
3185 2019-06-13 Pedro Alves <palves@redhat.com>
3186
3187 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3188 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3189 'max_completions' parameter and handle it.
3190 (test_gdb_completion_offers_commands): New.
3191
3192 2019-06-13 Pedro Alves <palves@redhat.com>
3193
3194 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3195
3196 2019-06-13 Pedro Alves <palves@redhat.com>
3197
3198 * gdb.base/options.exp (test-backtrace): New.
3199 (top level): Call it.
3200
3201 2019-06-13 Pedro Alves <palves@redhat.com>
3202
3203 * gdb.guile/scm-frame-args.exp: Use "set print
3204 raw-frame-arguments" instead of "set print raw frame-arguments".
3205 * gdb.python/py-frame-args.exp: Likewise.
3206
3207 2019-06-13 Pedro Alves <palves@redhat.com>
3208
3209 * gdb.compile/compile.exp: Adjust expected output to option
3210 processing changes.
3211
3212 2019-06-13 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.base/options.exp: Build executable.
3215 (test-print): New procedure.
3216 (top level): Call it, once for "print" and another for "compile
3217 print".
3218
3219 2019-06-13 Pedro Alves <palves@redhat.com>
3220
3221 * gdb.base/options.c: New file.
3222 * gdb.base/options.exp: New file.
3223
3224 2019-06-13 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3227 that "o" is ambiguous.
3228
3229 2019-06-13 Pedro Alves <palves@redhat.com>
3230
3231 * gdb.base/settings.c: New file.
3232 * gdb.base/settings.exp: New file.
3233
3234 2019-06-13 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.base/completion.exp: Fix comment typo.
3237
3238 2019-06-13 Pedro Alves <palves@redhat.com>
3239
3240 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3241 foo --1" test.
3242
3243 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3244
3245 * gdb.fortran/block-data.f: New.
3246 * gdb.fortran/block-data.exp: New.
3247
3248 2019-06-11 Tom de Vries <tdevries@suse.de>
3249
3250 PR testsuite/24521
3251 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3252 message.
3253
3254 2019-06-11 Tom de Vries <tdevries@suse.de>
3255
3256 PR testsuite/24521
3257 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3258
3259 2019-06-11 Tom de Vries <tdevries@suse.de>
3260
3261 * boards/readnow.exp: New file.
3262
3263 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3264
3265 * gdb.fortran/vla-sizeof.exp: Update expected results.
3266
3267 2019-06-06 Amos Bird <amosbird@gmail.com>
3268
3269 * gdb.base/annota1.exp (thread_switch): Add test for
3270 thread-exited annotation.
3271
3272 2019-06-06 Tom Tromey <tromey@adacore.com>
3273
3274 * gdb.base/maint.exp: Expect command started/finished output.
3275
3276 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3277
3278 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3279 comment.
3280 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3281
3282 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3283
3284 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3285 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3286 * gdb.arch/riscv-unwind-long-insn.c: New file.
3287 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3288
3289 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3290
3291 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3292
3293 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3294
3295 * lib/gdb.exp (help_list_trailer): New regexp variable
3296 factorizing the help trailer message.
3297 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3298 arg to allow to better factorize various tests.
3299 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3300 (test_prefix_command_help): Use help_list_trailer.
3301 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3302 * gdb.guile/scm-cmd.exp: Likewise.
3303 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3304 * gdb.base/help.exp: Use test_user_defined_class_help.
3305 * gdb.base/style.exp: Add tests for styling of help and apropos.
3306 * lib/gdb-utils.exp (style): Add title and highlight styles.
3307
3308 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3309
3310 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3311 $_shell_exitsignal.
3312 * gdb.base/default.exp: Update for new convenience variables.
3313
3314 2019-05-29 Tom Tromey <tromey@adacore.com>
3315
3316 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3317 to "break complete ada" test case's regexp.
3318
3319 2019-05-29 Tom Tromey <tromey@adacore.com>
3320
3321 PR c++/20020:
3322 * gdb.cp/constexpr-field.exp: New file.
3323 * gdb.cp/constexpr-field.cc: New file.
3324
3325 2019-05-29 Tom Tromey <tromey@adacore.com>
3326
3327 * gdb.base/finish.exp (finish_no_print): New proc.
3328 (finish_tests): Call it.
3329
3330 2019-05-24 Tom de Vries <tdevries@suse.de>
3331
3332 * gdb.dwarf2/gdb-add-index.exp: New file.
3333
3334 2019-05-22 Tom Tromey <tromey@adacore.com>
3335
3336 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3337 * gdb.base/style.exp: Use "style".
3338 * lib/gdb-utils.exp (style): New proc.
3339
3340 2019-05-22 Tom de Vries <tdevries@suse.de>
3341
3342 * gdb.base/align.exp: Require c++11.
3343
3344 2019-05-22 Tom de Vries <tdevries@suse.de>
3345
3346 PR testsuite/24586
3347 * gdb.python/py-mi-var-info-path-expression.exp: Call
3348 mi_skip_python_tests to check if python is supported.
3349
3350 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3351
3352 * gdb.arch/aarch64-pauth.c: New test.
3353 * gdb.arch/aarch64-pauth.exp: New file.
3354
3355 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3356
3357 * README (Re-running Tests Outside The Testsuite): New section.
3358
3359 2019-05-21 Tom de Vries <tdevries@suse.de>
3360
3361 * gdb.arch/amd64-eval.exp: Require c++11.
3362 * gdb.base/max-depth.exp: Same.
3363 * gdb.compile/compile-cplus-array-decay.exp: Same.
3364 * gdb.cp/meth-typedefs.exp: Same.
3365 * gdb.cp/subtypes.exp: Same.
3366 * gdb.cp/temargs.exp: Same.
3367
3368 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3369
3370 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3371
3372 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3373
3374 PR gdb/18644
3375 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3376 * gdb.fortran/printing-types.exp: Add new test.
3377 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3378 testing.
3379 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3380 setup_kfail call.
3381
3382 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3383
3384 * README (Running the Testsuite): Change example.
3385 (Testsuite Parameters): Remove TRANSCRIPT.
3386 * lib/gdb.exp: Remove TRANSCRIPT check.
3387
3388 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3389
3390 * README (Testsuite Parameters): Add replay logging to
3391 GDBSERVER_DEBUG.
3392 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3393 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3394 as a comma separated list.
3395 (gdb_debug_init): Override procedure.
3396
3397 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3398
3399 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3400 (gdb_write_cmd_file): New procedure.
3401 * lib/gdbserver-support.exp (gdbserver_start): Call
3402 gdbserver_write_cmd_file.
3403 (gdbserver_write_cmd_file): New procedure.
3404
3405 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3406
3407 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3408 (delete_breakpoints): Likewise.
3409 (gdb_run_cmd): Likewise.
3410 (gdb_start_cmd): Likewise.
3411 (gdb_starti_cmd): Likewise.
3412 (gdb_internal_error_resync): Likewise.
3413 (gdb_test_multiple): Likewise.
3414 (gdb_reinitialize_dir): Likewise.
3415 (default_gdb_exit): Likewise.
3416 (gdb_file_cmd): Mark kill as optional.
3417 (default_gdb_start): Call gdb_stdin_log_init.
3418 (send_gdb): Call gdb_stdin_log_write.
3419 (rerun_to_main): Mark Y as an answer.
3420 (gdb_stdin_log_init): New function.
3421 (gdb_stdin_log_write): Likewise.
3422
3423 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3424
3425 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3426 * gdb.base/debug-expr.exp: Likewise.
3427 * gdb.base/foll-fork.exp: Likewise.
3428 * gdb.base/foll-vfork.exp: Likewise.
3429 * gdb.base/fork-print-inferior-events.exp: Likewise.
3430 * gdb.base/gdb-sigterm.exp: Likewise.
3431 * gdb.base/gdbinit-history.exp: Likewise.
3432 * gdb.base/osabi.exp: Likewise.
3433 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3434 * gdb.base/ui-redirect.exp: Likewise.
3435 * gdb.gdb/unittest.exp: Likewise.
3436 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3437 * gdb.mi/mi-watch.exp: Likewise.
3438 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3439 * gdb.mi/user-selected-context-sync.exp: Likewise.
3440 * gdb.python/python.exp: Disable debug test when debugging.
3441 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3442 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3443 Likewise.
3444 * gdb.threads/stepi-random-signal.exp: Likewise.
3445
3446 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3447
3448 * Makefile.in: Pass through GDB_DEBUG.
3449 * README (Testsuite Parameters): Add GDB_DEBUG.
3450 (gdb,debug): Add board setting.
3451 * lib/gdb.exp (default_gdb_start): Start debugging.
3452 (gdb_debug_enabled): New procedure.
3453 (gdb_debug_init): Likewise.
3454
3455 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3456
3457 * Makefile.in: Pass through GDB_DEBUG.
3458 * README (Testsuite Parameters): Add GDB_DEBUG.
3459 (gdb,debug): Add board setting.
3460 * lib/gdb.exp (default_gdb_start): Start debugging.
3461 (gdb_debug_enabled): New procedure.
3462 (gdb_debug_init): Likewise.
3463
3464 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3465
3466 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3467
3468 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3469
3470 * gdb.base/ui-redirect.exp: Test redirection.
3471
3472 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3473
3474 * gdb.mi/mi-complete.exp: New file.
3475 * gdb.mi/mi-complete.cc: Likewise.
3476
3477 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3478
3479 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3480 indexed and sliced arrays, and pointers to arrays.
3481
3482 2019-05-14 Tom Tromey <tromey@adacore.com>
3483
3484 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3485 styling test.
3486
3487 2019-05-14 Tom de Vries <tdevries@suse.de>
3488
3489 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3490 selection entry encoding.
3491
3492 2019-05-10 Tom Tromey <tromey@adacore.com>
3493
3494 * gdb.ada/info_exc.exp: Add "complete" test.
3495
3496 2019-05-09 Tom de Vries <tdevries@suse.de>
3497
3498 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3499 CU-relative.
3500
3501 2019-05-09 Tom de Vries <tdevries@suse.de>
3502
3503 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3504 CU-relative.
3505
3506 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3507
3508 * gdb.ada/frame_arg_lang.exp: New testcase.
3509 * gdb.ada/frame_arg_lang/bla.adb: New file.
3510 * gdb.ada/frame_arg_lang/pck.ads: New file.
3511 * gdb.ada/frame_arg_lang/pck.adb: New file.
3512 * gdb.ada/frame_arg_lang/foo.c: New file.
3513
3514 2019-05-08 Tom Tromey <tromey@adacore.com>
3515
3516 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3517
3518 2019-05-08 Tom Tromey <tromey@adacore.com>
3519
3520 * gdb.base/ptype-offsets.exp: Update tests.
3521
3522 2019-05-08 Tom Tromey <tromey@adacore.com>
3523
3524 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3525 cases.
3526 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3527 "short".
3528
3529 2019-05-08 Tom Tromey <tromey@adacore.com>
3530
3531 * gdb.ada/vla.exp: New file.
3532 * gdb.ada/vla/vla.adb: New file.
3533
3534 2019-05-07 Tom de Vries <tdevries@suse.de>
3535
3536 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3537
3538 2019-05-07 Tom de Vries <tdevries@suse.de>
3539
3540 PR testsuite/24522
3541 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3542 section.
3543
3544 2019-05-07 Tom de Vries <tdevries@suse.de>
3545
3546 PR testsuite/24522
3547 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3548 .debug_aranges section.
3549
3550 2019-05-07 Tom de Vries <tdevries@suse.de>
3551
3552 PR testsuite/24159
3553 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3554
3555 2019-05-06 Tom de Vries <tdevries@suse.de>
3556
3557 * lib/gdb.exp (exec_has_index_section): New proc.
3558 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3559 section.
3560
3561 2019-05-04 Tom de Vries <tdevries@suse.de>
3562
3563 * boards/cc-with-debug-names.exp: New file.
3564
3565 2019-05-03 Tom Tromey <tromey@adacore.com>
3566
3567 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3568 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3569 * gdb.ada/char_enum.exp: Add test.
3570
3571 2019-05-03 Tom de Vries <tdevries@suse.de>
3572
3573 * boards/cc-with-gdb-index.exp: New file.
3574
3575 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3576
3577 * gdb.rust/simple.exp: Add new test case.
3578 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3579 (main): Initialise an instance of the new struct.
3580
3581 2019-05-01 Tom Tromey <tromey@adacore.com>
3582
3583 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3584 record.
3585 (NPR): New variable.
3586 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3587 test.
3588
3589 2019-05-01 Tom Tromey <tromey@adacore.com>
3590
3591 * gdb.ada/packed_array_assign.exp: Add packed assignment
3592 regression test.
3593
3594 2019-05-01 Tom de Vries <tdevries@suse.de>
3595
3596 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3597
3598 2019-05-01 Tom de Vries <tdevries@suse.de>
3599
3600 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3601
3602 2019-04-30 Ali Tamur <tamur@google.com>
3603
3604 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3605
3606 2019-04-30 Tom Tromey <tromey@adacore.com>
3607
3608 * lib/ada.exp (find_ada_tool): New proc.
3609 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3610 * gdb.ada/catch_ex_std.exp: New file.
3611 * gdb.ada/catch_ex_std/foo.adb: New file.
3612 * gdb.ada/catch_ex_std/some_package.adb: New file.
3613 * gdb.ada/catch_ex_std/some_package.ads: New file.
3614
3615 2019-04-30 Tom Tromey <tromey@adacore.com>
3616
3617 PR c++/24470:
3618 * gdb.cp/temargs.cc: Add test code from PR.
3619
3620 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3621
3622 * gdb.fortran/vla-datatypes.exp: Update expected results.
3623 * gdb.fortran/vla-ptype.exp: Likewise.
3624 * gdb.fortran/vla-type.exp: Likewise.
3625 * gdb.fortran/vla-value.exp: Likewise.
3626
3627 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3628
3629 * gdb.fortran/ptr-indentation.exp: Update expected results.
3630 * gdb.fortran/ptype-on-functions.exp: Likewise.
3631 * gdb.fortran/vla-ptr-info.exp: Likewise.
3632 * gdb.fortran/vla-value.exp: Likewise.
3633
3634 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3635
3636 * gdb.fortran/ptype-on-functions.exp: New file.
3637 * gdb.fortran/ptype-on-functions.f90: New file.
3638
3639 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3640
3641 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3642 case void string.
3643
3644 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3645
3646 * gdb.fortran/complex.exp: Expand.
3647 * gdb.fortran/complex.f: Renamed to...
3648 * gdb.fortran/complex.f90: ...this, and extended to add more
3649 complex values.
3650
3651 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3652
3653 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3654 MODULO, CMPLX.
3655
3656 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3657 Richard Bunt <richard.bunt@arm.com>
3658
3659 * gdb.base/max-depth.c: New file.
3660 * gdb.base/max-depth.exp: New file.
3661 * gdb.python/py-nested-maps.c: New file.
3662 * gdb.python/py-nested-maps.exp: New file.
3663 * gdb.python/py-nested-maps.py: New file.
3664 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3665 (test_all_common): Call test_max_depth.
3666 * gdb.fortran/max-depth.exp: New file.
3667 * gdb.fortran/max-depth.f90: New file.
3668 * gdb.go/max-depth.exp: New file.
3669 * gdb.go/max-depth.go: New file.
3670 * gdb.modula2/max-depth.exp: New file.
3671 * gdb.modula2/max-depth.c: New file.
3672 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3673
3674 2019-04-29 Tom de Vries <tdevries@suse.de>
3675
3676 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3677
3678 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3679
3680 * gdb.base/callexit.exp: Test may-call-functions off.
3681
3682 2019-04-25 Keith Seitz <keiths@redhat.com>
3683
3684 PR c++/24367
3685 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3686 (another_incomplete_struct, test_incomplete): New definitions.
3687 (main): Use new definitions.
3688 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3689 functions.
3690
3691 2019-04-25 Ali Tamur <tamur@google.com>
3692
3693 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3694
3695 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3696
3697 PR corefiles/11608
3698 PR corefiles/18187
3699 * gdb.base/coredump-filter-build-id.exp: New file.
3700
3701 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3702
3703 * Makefile.in: Pass through GDBSERVER_DEBUG.
3704 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3705 (gdbserver,debug): Add board setting.
3706 * gdb.trace/tspeed.exp: Skip when debugging.
3707 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3708 * lib/gdbserver-support.exp: Likewise
3709
3710 2019-04-24 Tom Tromey <tromey@adacore.com>
3711
3712 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3713 Rust.
3714
3715 2019-04-24 Tom Tromey <tromey@adacore.com>
3716
3717 * gdb.arch/amd64-eval.exp: Test bitfield return.
3718 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3719 (class Foo) <return_bitfields>: New method.
3720 (main): Call it.
3721
3722 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3723
3724 * gdb.cp/many-args.cc: New file.
3725 * gdb.cp/many-args.exp: New file.
3726
3727 2019-04-23 Tom de Vries <tdevries@suse.de>
3728
3729 PR gdb/24433
3730 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3731
3732 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3733
3734 * gdb.trace/backtrace.exp: Use nopie flag.
3735 * gdb.trace/circ.exp: Likewise.
3736 * gdb.trace/collection.exp: Likewise.
3737 * gdb.trace/ftrace.exp: Likewise.
3738 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3739 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3740 * gdb.trace/qtro.exp: Likewise.
3741 * gdb.trace/read-memory.exp: Likewise.
3742 * gdb.trace/report.exp: Likewise.
3743 * gdb.trace/tfile.exp: Likewise.
3744 * gdb.trace/tfind.exp: Likewise.
3745 * gdb.trace/unavailable.exp: Likewise.
3746
3747 2019-04-22 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/solib-probes-nosharedlibrary.c,
3750 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3751
3752 2019-04-19 Tom Tromey <tromey@adacore.com>
3753
3754 * gdb.ada/ptype_union.c: New file.
3755 * gdb.ada/ptype_union.exp: New file.
3756
3757 2019-04-19 Tom Tromey <tromey@adacore.com>
3758
3759 PR symtab/24423:
3760 * gdb.base/list0.h (foo): Add a control-l character.
3761
3762 2019-04-18 Tom de Vries <tdevries@suse.de>
3763
3764 PR gdb/24433
3765 * boards/local-board.exp: Set sysroot to "".
3766
3767 2019-04-18 Tom de Vries <tdevries@suse.de>
3768 Pedro Alves <palves@redhat.com>
3769
3770 PR gdb/24454
3771 * gdb.threads/vfork-follow-child-exec.c: New file.
3772 * gdb.threads/vfork-follow-child-exec.exp: New file.
3773 * gdb.threads/vfork-follow-child-exit.c: New file.
3774 * gdb.threads/vfork-follow-child-exit.exp: New file.
3775
3776 2019-04-15 Leszek Swirski <leszeks@google.com>
3777
3778 * gdb.arch/amd64-eval.cc: New file.
3779 * gdb.arch/amd64-eval.exp: New file.
3780
3781 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3782
3783 * gdb.server/sysroot.c: New test.
3784 * gdb.server/sysroot.exp: New file.
3785 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3786 matching param.
3787
3788 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3789
3790 * gdb.base/align.exp: Extend test to cover structures containing
3791 only static fields.
3792
3793 2019-04-11 Tom de Vries <tdevries@suse.de>
3794
3795 * boards/cc-with-dwz-m.exp: New file.
3796 * boards/cc-with-dwz.exp: New file.
3797 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3798
3799 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3800
3801 * gdb.base/start-cpp.exp: New file.
3802 * gdb.base/start-cpp.cc: New file.
3803
3804 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3805
3806 * gdb.python/py-thrhandle.exp: Adjust tests to call
3807 thread_from_handle instead of thread_from_thread_handle.
3808
3809 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3810
3811 * gdb.python/py-thrhandle.exp: Add tests for
3812 gdb.InferiorThread.handle.
3813
3814 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3815
3816 * gdb.python/py-function.exp: Check calling helper function from
3817 all languages.
3818 * lib/gdb.exp (gdb_supported_languages): New proc.
3819
3820 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3821
3822 * gdb.base/complex-parts.c: New file.
3823 * gdb.base/complex-parts.exp: New file.
3824
3825 2019-04-01 Tom Tromey <tromey@adacore.com>
3826
3827 PR symtab/23331:
3828 * gdb.dwarf2/dw2-ranges-main.c: New file.
3829 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3830 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3831
3832 2019-03-30 Simon Marchi <simark@simark.ca>
3833
3834 * gdb.base/default.exp: Add values for $_gdb_major and
3835 $_gdb_minor.
3836
3837 2019-03-29 Tom Tromey <tromey@adacore.com>
3838
3839 * gdb.base/help.exp: Tighten apropos regexp.
3840
3841 2019-03-29 Keith Seitz <keiths@redhat.com>
3842
3843 * gdb.fortran/array-bounds.exp: New file.
3844 * gdb.fortran/array-bounds.f90: New file.
3845
3846 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3847
3848 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3849
3850 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3851
3852 * gdb.multi/hello.c (main): Increase alarm timer.
3853
3854 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3855
3856 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3857 factor when no hardware watchpoint support.
3858
3859 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3860 Pedro Alves <palves@redhat.com>
3861
3862 * boards/local-board.exp: set sysroot to /.
3863
3864 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3865
3866 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3867 in child.
3868
3869 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3872 field.
3873 (make_container): Initialise new field.
3874 * gdb.python/py-prettyprint.exp: Add new tests.
3875 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3876 <display_hint>: New method.
3877
3878 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3879
3880 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3881 gdb_continue_to_breakpoint more throughout this test.
3882 (run_lang_tests) Supply unique test names, and use
3883 gdb_test_no_output.
3884
3885 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3886
3887 * gdb.base/finish-pretty.exp: Update expected results.
3888 * gdb.base/pretty-print.c: New file.
3889 * gdb.base/pretty-print.exp: New file.
3890
3891 2019-03-25 Pedro Alves <palves@redhat.com>
3892
3893 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3894 move comments outside list. Append '-i "" eof' section.
3895
3896 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3897
3898 PR testsuite/25016
3899 * README: Add pie options.
3900 * gdb.base/break-interp.exp: Ensure pie is disabled.
3901 * gdb.base/dump.exp: Likewise.
3902 * lib/gdb.exp (gdb_compile): Add pie option.
3903
3904 2019-03-19 Tom Tromey <tromey@adacore.com>
3905
3906 * gdb.mi/mi2-cli-display.c: New file.
3907 * gdb.mi/mi2-cli-display.exp: New file.
3908
3909 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3910 Tom Tromey <tromey@adacore.com>
3911
3912 * gdb.ada/ptype_array/pck.adb: New file.
3913 * gdb.ada/ptype_array/pck.ads: New file.
3914 * gdb.ada/ptype_array/foo.adb: New file.
3915 * gdb.ada/ptype_array.exp: New file.
3916
3917 2019-03-14 Tom Tromey <tromey@adacore.com>
3918
3919 * gdb.base/style.exp: Add "set style sources" test.
3920
3921 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3922
3923 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3924 * mi-breakpoint-multiple-locations.exp: ... this.
3925 (make_breakpoints_pattern): New proc.
3926 (do_test): Add mi_version parameter, test -break-insert,
3927 -break-info and =breakpoint-created.
3928
3929 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * config/default.exp: Remove 'load_lib gdb.exp'.
3932 * config/monitor.exp: Likewise.
3933 * config/sid.exp: Likewise.
3934 * config/sim.exp: Likewise.
3935 * config/slite.exp: Likewise.
3936 * config/unix.exp: Likewise.
3937 * gdb.base/default.exp: Remove unhelpful comment.
3938
3939 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3940
3941 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3942
3943 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3944
3945 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3946
3947 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3948
3949 * gdb.fortran/type-kinds.exp: Update expected results.
3950
3951 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3954
3955 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3956
3957 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3958 function.
3959 (test_basic_parsing_of_type_kinds): Expand types tested.
3960 (test_parsing_invalid_type_kinds): New function.
3961
3962 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3963
3964 * gdb.fortran/intrinsics.exp: New file.
3965 * gdb.fortran/intrinsics.f90: New file.
3966 * gdb.fortran/type-kinds.exp: New file.
3967
3968 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3969
3970 * gdb.fortran/dot-ops.exp: New file.
3971
3972 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3973
3974 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3975 Check upper and lower case logical literals.
3976
3977 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3978
3979 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3980 Remove duplicate tests.
3981
3982 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3983
3984 * lib/gdb.exp (builtin_cd): rename of cd.
3985 (cd): Override builtin.
3986
3987 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3988
3989 * gdb.fortran/function-calls.exp: New file.
3990 * gdb.fortran/function-calls.f90: New test.
3991
3992 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3993
3994 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3995 on user program standard output.
3996 * gdb.fortran/short-circuit-argument-list.f90: Record function
3997 calls.
3998
3999 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4000
4001 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4002 failure.
4003
4004 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4005
4006 PR gdb/8527
4007 * gdb.base/interrupt-daemon-attach.c,
4008 gdb.base/interrupt-daemon-attach.exp: New test.
4009
4010 2019-02-27 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.base/page.exp: Add tests for "set width/height -1".
4013
4014 2019-02-27 Pedro Alves <palves@redhat.com>
4015
4016 * gdb.base/page.exp: Add tests for "set/show width/height" with
4017 "infinite" values.
4018
4019 2019-02-27 Tom Tromey <tromey@adacore.com>
4020
4021 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4022 2.4.
4023 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4024 workaround.
4025
4026 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4027
4028 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4029 tests for structs with static members.
4030
4031 2019-02-26 Tom Tromey <tromey@adacore.com>
4032
4033 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4034 ValueError, not TypeError.
4035
4036 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4037
4038 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4039 call from main program.
4040
4041 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4042
4043 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4044 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4045 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4046 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4047 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4048
4049 2019-02-22 Keith Seitz <keiths@redhat.com>
4050
4051 PR symtab/23853
4052 * gdb.base/symlink-sourcefile.c: New file.
4053 * gdb.base/symlink-sourcefile.exp: New file.
4054
4055 2019-02-20 Tom Tromey <tom@tromey.com>
4056
4057 * gdb.base/info_qt.exp: Update.
4058
4059 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4060
4061 * gdb.base/source.exp: Move "error in sourced script" code to
4062 the end.
4063 * gdb.base/source-error.gdb: Move contents to
4064 source-error-1.gdb. Add new code to source source-error-1.gdb.
4065 * gdb.base/source-error-1.gdb: New file, from previous
4066 source-error.gdb.
4067
4068 2019-02-17 Tom Tromey <tom@tromey.com>
4069
4070 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4071 for macro styling.
4072 * gdb.base/style.c (SOME_MACRO): New macro.
4073
4074 2019-02-17 Tom Tromey <tom@tromey.com>
4075
4076 * gdb.base/style.exp: Add line-wrapping tests.
4077 * gdb.base/page.exp: Add test for quitting during pagination.
4078
4079 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4080
4081 * gdb.ada/big_packed_array: New testcase.
4082 * gdb.ada/homonym.exp: Fix incorrect expected output for
4083 "break <homonym__get_value>" test.
4084
4085 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4086
4087 PR breakpoints/21870
4088 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4089 and prepare_for_testing. Add comment.
4090 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4091 redundant cleanup call. Clean up comment.
4092
4093 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4094
4095 PR breakpoints/21870
4096 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4097 * gdb.arch/aarch64-dbreg-contents.c: New file.
4098
4099 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4100
4101 * gdb.ada/mi_ref_changeable: New testcase.
4102
4103 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4104
4105 * gdb.base/attach.exp: Add double attach test.
4106
4107 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4108
4109 * lib/gdb.exp (default_gdb_start): Don't match pagination
4110 prompt.
4111 (gdb_init): Set stty_init.
4112
4113 2019-01-27 Tom Tromey <tom@tromey.com>
4114
4115 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4116 skip_python_tests.
4117
4118 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4119
4120 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4121 New structure.
4122 (struct struct_static_02_02): Likewise.
4123 (struct struct_static_02_03): Likewise.
4124 (struct struct_static_02_04): Likewise.
4125 (struct struct_static_04_01): Likewise.
4126 (struct struct_static_04_02): Likewise.
4127 (struct struct_static_04_03): Likewise.
4128 (struct struct_static_04_04): Likewise.
4129 (struct struct_static_06_01): Likewise.
4130 (struct struct_static_06_02): Likewise.
4131 (struct struct_static_06_03): Likewise.
4132 (struct struct_static_06_04): Likewise.
4133 (cmp_struct_static_02_01): Likewise.
4134 (cmp_struct_static_02_02): Likewise.
4135 (cmp_struct_static_02_03): Likewise.
4136 (cmp_struct_static_02_04): Likewise.
4137 (cmp_struct_static_04_01): Likewise.
4138 (cmp_struct_static_04_02): Likewise.
4139 (cmp_struct_static_04_03): Likewise.
4140 (cmp_struct_static_04_04): Likewise.
4141 (cmp_struct_static_06_01): Likewise.
4142 (cmp_struct_static_06_02): Likewise.
4143 (cmp_struct_static_06_03): Likewise.
4144 (cmp_struct_static_06_04): Likewise.
4145 (call_all): Test new structs.
4146 * gdb.base/infcall-nested-structs.exp: Likewise.
4147
4148 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4149 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4150
4151 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4152 * gdb.base/stack-protector.c: New test.
4153 * gdb.base/stack-protector.exp: New file.
4154 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4155 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4156 option.
4157 (gdb_compile): Remove stack protector for GCC and prevent
4158 recursion.
4159
4160 2019-01-16 Keith Seitz <keiths@redhat.com>
4161
4162 PR gdb/23773
4163 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4164
4165 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4166
4167 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4168 aliases.
4169 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4170 tests.
4171 * gdb.arch/powerpc-vector-regs.c: New file.
4172 * gdb.arch/powerpc-vector-regs.exp: New file.
4173
4174 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4175
4176 * gdb.arch/altivec-regs.exp: Fix the list passed to
4177 gdb_expect_list when testing "info vector".
4178
4179 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4180
4181 * gdb.base/style.exp: Don't include path in testname.
4182
4183 2019-01-10 Keith Seitz <keiths@redhat.com>
4184
4185 PR gdb/23712
4186 PR symtab/23010
4187 * gdb.dwarf2/multidictionary.exp: New file.
4188
4189 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4190
4191 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4192 (test_gnuv3_style_demangling): ... this.
4193 (test_lucid_style_demangling): Remove.
4194 (test_arm_style_demangling): Remove.
4195 (test_hp_style_demangling): Remove.
4196 (do_tests): Remove calls to the above.
4197
4198 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4199
4200 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4201 case.
4202
4203 2019-01-06 Tom Tromey <tom@tromey.com>
4204
4205 PR gdb/28155:
4206 * gdb.dwarf2/typedef-void-finish.exp: New file.
4207
4208 2018-12-28 Tom Tromey <tom@tromey.com>
4209 Simon Marchi <simark@simark.ca>
4210
4211 * gdb.base/jit-exec.exp: New file.
4212 * gdb.base/jit-exec.c: New file.
4213 * gdb.base/jit-execd.c: New file.
4214
4215 2018-12-28 Tom Tromey <tom@tromey.com>
4216
4217 * gdb.base/style.exp: Update test to check for address styling.
4218
4219 2018-12-28 Tom Tromey <tom@tromey.com>
4220
4221 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4222 message.
4223
4224 2018-12-28 Tom Tromey <tom@tromey.com>
4225
4226 * gdb.base/style.exp: Add test for version number styling.
4227
4228 2018-12-28 Tom Tromey <tom@tromey.com>
4229
4230 * gdb.base/style.exp: Add test for print_address_symbolic.
4231
4232 2018-12-28 Tom Tromey <tom@tromey.com>
4233
4234 * gdb.base/style.exp: Add test for breakpoint setting.
4235
4236 2018-12-28 Tom Tromey <tom@tromey.com>
4237
4238 * gdb.base/style.exp: Add test for variable names.
4239
4240 2018-12-28 Tom Tromey <tom@tromey.com>
4241
4242 * gdb.base/style.exp: New file.
4243 * gdb.base/style.c: New file.
4244
4245 2018-12-28 Tom Tromey <tom@tromey.com>
4246
4247 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4248 "dumb".
4249 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4250 the TERM environment variable.
4251
4252 2018-12-27 Tom Tromey <tom@tromey.com>
4253
4254 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4255 pagination test.
4256
4257 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4258
4259 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4260 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4261
4262 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4263
4264 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4265 Filename a.adb changed to bp_fun_addr.adb.
4266 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4267
4268 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4269
4270 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4271 non-PIE executables.
4272 * README: Mention the gdb,nopie_flag board setting.
4273 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4274 non-PIE executable.
4275 * gdb.arch/amd64-entry-value.exp: Likewise.
4276 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4277 * gdb.arch/i386-float.exp: Likewise.
4278 * gdb.arch/i386-signal.exp: Likewise.
4279 * gdb.mi/mi-reg-undefined.exp: Likewise.
4280
4281 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4282
4283 PR gdb/23974
4284 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4285
4286 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4287
4288 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4289 Update order of results accordingly.
4290
4291 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4292
4293 * gdb.base/annota1.exp: Update a test regexp.
4294
4295 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4296
4297 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4298
4299 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4300
4301 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4302 (reuse_time): Initialize to REUSE_TIME_CAP.
4303 (check_rc): New function.
4304 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4305 Check pthread_create rc.
4306 (spawner_thread_func): Check pthread_create and pthread_join rc.
4307
4308 2018-12-08 Pedro Alves <palves@redhat.com>
4309
4310 * gdb.base/list.exp (test_forward_search): Rename to ...
4311 (test_forward_reverse_search): ... this. Also test reverse-search
4312 and the forward-search alias.
4313
4314 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4315
4316 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4317 local timeout variable before return, and remove all local timeout
4318 variable entirely.
4319 (gdb_load): Likewise.
4320
4321 2018-12-01 Tom de Vries <tdevries@suse.de>
4322
4323 * gdb.base/gdb-caching-proc.exp: New file.
4324
4325 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4326
4327 * Makefile.in (TIMESTAMP): New variable.
4328 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4329 command.
4330 (check-single-racy): Likewise.
4331 (check/%.exp): Likewise.
4332 (check-racy/%.exp): Likewise.
4333 (workers/%.worker): Likewise.
4334 (build-perf): Likewise.
4335 (check-perf): Likewise.
4336 * README: Describe new "TS" and "TS_FORMAT" variables.
4337 * print-ts.py: New file.
4338
4339 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4340
4341 PR python/23714
4342 * gdb.python/python.exp: Test command repetition after
4343 gdb.execute.
4344
4345 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4346
4347 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4348 is correctly aligned.
4349
4350 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4351
4352 * gdb.ada/info_auto_lang.exp: New testcase.
4353 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4354 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4355 * gdb.ada/info_auto_lang/some_c.c: New file.
4356
4357 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4358
4359 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4360 FUNC_lang language syntax.
4361
4362 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4363
4364 * gdb.base/info_minsym.c: New file.
4365 * gdb.base/info_minsym.exp: New file.
4366
4367 2018-11-19 Tom Tromey <tom@tromey.com>
4368
4369 PR rust/23625:
4370 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4371 * gdb.rust/expr.exp: Update expected output. Change one test.
4372
4373 2018-11-19 Tom Tromey <tom@tromey.com>
4374
4375 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4376
4377 2018-11-19 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4380 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4381 see the expected warning.
4382
4383 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4384
4385 PR gdb/22736:
4386 * gdb.cp/infcall-nodebug-lib.c: New test.
4387 * gdb.cp/infcall-nodebug-main.c: New test.
4388 * gdb.cp/infcall-nodebug.exp: New file.
4389
4390 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4391
4392 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4393 completer tests.
4394
4395 2018-11-09 Tom de Vries <tdevries@suse.de>
4396
4397 * gdb.base/msym-lang.c: New test.
4398 * gdb.base/msym-lang.exp: New file.
4399 * gdb.base/msym-lang-main.c: New test.
4400
4401 2018-11-08 Tom Tromey <tom@tromey.com>
4402
4403 PR gdb/23555:
4404 PR gdb/23838:
4405 * gdb.base/warning.exp: New file.
4406
4407 2018-11-08 Jan Beulich <jbeulich@suse.com>
4408
4409 * testsuite/gdb.arch/i386-avx512.c,
4410 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4411
4412 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4413
4414 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4415 point hardware.
4416
4417 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4418
4419 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4420 * gdb.dwarf2/missing-type-name.exp: New file.
4421
4422 2018-11-06 Tom de Vries <tdevries@suse.de>
4423
4424 * gdb.base/many-headers.c: New test.
4425 * gdb.base/many-headers.exp: New file.
4426
4427 2018-11-06 Jim Wilson <jimw@sifive.com>
4428
4429 * gdb.base/code_elim.exp: For riscv, set additional_flags
4430 to include -msmall-data-limit=0.
4431
4432 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4433
4434 * gdb.ada/watch_minus_l: New testcase.
4435
4436 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4437
4438 * gdb.arch/aix-sighandle.c: New file.
4439 * gdb.arch/aix-sighandle.exp: New file.
4440
4441 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4442
4443 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4444 registers being unions.
4445
4446 2018-10-31 Tom de Vries <tdevries@suse.de>
4447
4448 * lib/valgrind.exp: New file.
4449 (vgdb_start, vgdb_stop): New procs, factored out of ...
4450 * gdb.base/valgrind-bt.exp: ... here, ...
4451 * gdb.base/valgrind-disp-step.exp: ... here and ...
4452 * gdb.base/valgrind-infcall.exp: ... here.
4453
4454 2018-10-31 Tom de Vries <tdevries@suse.de>
4455
4456 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4457
4458 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4459
4460 * gdb.dwarf2/void-type.c: New file.
4461 * gdb.dwarf2/void-type.exp: New file.
4462
4463 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4464
4465 * gdb.base/info_qt.c: New file.
4466 * gdb.base/info_qt.exp: New file.
4467
4468 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4469
4470 * gdb.arch/powerpc-htm-regs.c: New file.
4471 * gdb.arch/powerpc-htm-regs.exp: New file.
4472
4473 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4474
4475 * gdb.arch/powerpc-tar.c: New file.
4476 * gdb.arch/powerpc-tar.exp: New file.
4477
4478 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4479
4480 * gdb.arch/powerpc-ppr-dscr.c: New file.
4481 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4482
4483 2018-10-25 Tom de Vries <tdevries@suse.de>
4484
4485 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4486
4487 2018-10-24 Tom de Vries <tdevries@suse.de>
4488
4489 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4490 longer exists error.
4491
4492 2018-10-24 Tom de Vries <tdevries@suse.de>
4493
4494 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4495
4496 2018-10-24 Tom de Vries <tdevries@suse.de>
4497
4498 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4499 --db-attach in valgrind.
4500
4501 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4502
4503 * gdb.arch/riscv-reg-aliases.c: New file.
4504 * gdb.arch/riscv-reg-aliases.exp: New file.
4505
4506 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4507
4508 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4509
4510 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4511
4512 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4513
4514 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4515
4516 * gdb.cp/ovldbreak.exp: Fix regexps.
4517
4518 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4519
4520 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4521
4522 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4523
4524 PR cli/23785
4525 * gdb.base/restore.exp: New test to check if "restore" with an
4526 invalid file doesn't segfault.
4527
4528 2018-10-18 Tom de Vries <tdevries@suse.de>
4529
4530 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4531 * gdb.ada/excep_handle.exp: Same.
4532 * gdb.ada/mi_string_access.exp: Same.
4533 * gdb.ada/mi_var_union.exp: Same.
4534 * gdb.arch/arc-analyze-prologue.exp: Same.
4535 * gdb.arch/arc-decode-insn.exp: Same.
4536 * gdb.base/readnever.exp: Same.
4537 * gdb.fortran/printing-types.exp: Same.
4538 * gdb.guile/scm-lazy-string.exp: Same.
4539
4540 2018-10-16 Tom de Vries <tdevries@suse.de>
4541
4542 PR gdb/23730
4543 * gdb.base/catch-follow-exec.c: Add copyright notice.
4544 * gdb.base/catch-follow-exec.exp: Rewrite to use
4545 gdb_spawn_with_cmdline_opts. Require gdb-native.
4546
4547 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4548
4549 * gdb.trace/actions-changed.exp: Check for arch support.
4550 * gdb.trace/actions.exp: Likewise.
4551 * gdb.trace/ax.exp: Likewise.
4552 * gdb.trace/backtrace.exp: Likewise.
4553 * gdb.trace/change-loc.exp: Likewise.
4554 * gdb.trace/deltrace.exp: Likewise.
4555 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4556 * gdb.trace/ftrace.exp: Likewise.
4557 * gdb.trace/infotrace.exp: Check for arch support.
4558 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4559 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4560 * gdb.trace/mi-tsv-changed.exp: Likewise.
4561 * gdb.trace/packetlen.exp: Likewise.
4562 * gdb.trace/passc-dyn.exp: Likewise.
4563 * gdb.trace/passcount.exp: Likewise.
4564 * gdb.trace/pending.exp: Likewise.
4565 * gdb.trace/range-stepping.exp: Check for shlib support.
4566 * gdb.trace/report.exp: Check for arch support.
4567 * gdb.trace/save-trace.exp: Likewise.
4568 * gdb.trace/signal.exp: Check for signal support.
4569 * gdb.trace/tfind.exp: Check for arch support.
4570 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4571 * gdb.trace/trace-common.h: Add comment.
4572 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4573 * gdb.trace/trace-enable-disable.exp: Likewise.
4574 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4575 * gdb.trace/tracecmd.exp: Check for arch support.
4576 * gdb.trace/tspeed.exp: Check for shlib and target support.
4577 * gdb.trace/tstatus.exp: Check for arch support.
4578 * gdb.trace/tsv.exp: Likewise.
4579 * gdb.trace/while-dyn.exp: Likewise.
4580 * gdb.trace/while-stepping.exp: Likewise.
4581 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4582
4583 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4584
4585 * gdb.trace/tspeed.exp: Remove nowarnings.
4586 (prepare_for_trace_test): Declare "global ipalib".
4587 * gdb.trace/tspeed.c: Include unistd.h.
4588 (main): Remove superfluous printf argument.
4589
4590 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4591
4592 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4593 directory prefix on the filename.
4594
4595 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4596
4597 * gdb.gdb/unittest.exp: Update expected message informing that
4598 selftests have been disabled.
4599 * gdb.server/unittest.exp: Likewise.
4600
4601 2018-10-09 Tom de Vries <tdevries@suse.de>
4602
4603 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4604 with runto_main.
4605
4606 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4607
4608 PR c++/16841
4609 * gdb.cp/virtbase2.cc: New file.
4610 * gdb.cp/virtbase2.exp: New file.
4611
4612 2018-10-06 Tom Tromey <tom@tromey.com>
4613
4614 PR python/19399:
4615 * gdb.python/py-inferior.exp: Add architecture test.
4616
4617 2018-10-06 Tom Tromey <tom@tromey.com>
4618
4619 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4620 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4621
4622 2018-10-06 Tom Tromey <tom@tromey.com>
4623
4624 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4625 of a "throw" catchpoint.
4626
4627 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4628
4629 * gdb.base/info-proc.exp: Update string expected from "help info
4630 proc".
4631
4632 2018-10-04 Tom Tromey <tom@tromey.com>
4633
4634 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4635 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4636 (test_initial_complaints, test_empty_complaints): Update.
4637 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4638
4639 2018-10-04 Tom Tromey <tom@tromey.com>
4640
4641 PR cli/19551:
4642 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4643 * lib/gdb.exp (gdb_file_cmd): Update.
4644 * gdb.stabs/weird.exp (print_weird_var): Update.
4645 * gdb.server/solib-list.exp: Update.
4646 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4647 * gdb.mi/mi-cli.exp: Update.
4648 * gdb.linespec/linespec.exp: Update.
4649 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4650 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4651 * gdb.cp/cp-relocate.exp: Update.
4652 * gdb.base/sym-file.exp: Update.
4653 * gdb.base/relocate.exp: Update.
4654 * gdb.base/readnever.exp: Update.
4655 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4656 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4657 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4658 * gdb.base/code_elim.exp: Update.
4659 * gdb.base/break-unload-file.exp (test_break): Update.
4660 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4661 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4662 Update.
4663 * gdb.base/attach.exp (do_attach_tests): Update.
4664 * gdb.base/sepdebug.exp: Update.
4665 * gdb.python/py-section-script.exp: Update.
4666
4667 2018-10-04 Tom Tromey <tom@tromey.com>
4668
4669 PR cli/22234:
4670 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4671 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4672 output.
4673
4674 2018-10-04 Tom Tromey <tom@tromey.com>
4675
4676 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4677 set width and height to 0.
4678 (test_command_line_attach_run): Use -quiet.
4679
4680 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4681
4682 * lib/gdb.exp (skip_ifunc_tests): New.
4683 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4684 other compile failures.
4685 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4686
4687 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4688
4689 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4690 is_amd64_regs_target.
4691
4692 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4693
4694 * gdb.arch/aarch64-sighandler-regs.c: New test.
4695 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4696 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4697
4698 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4699
4700 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4701 assembly.
4702
4703 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4704
4705 * gdb.base/frame-selection.exp: New file.
4706 * gdb.base/frame-selection.c: New file.
4707
4708 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4709
4710 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4711 pthread barrier.
4712 (main): Likewise.
4713
4714 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4715
4716 * gdb.base/large-frame-1.c: New file.
4717 * gdb.base/large-frame-2.c: New file.
4718 * gdb.base/large-frame.exp: New file.
4719 * gdb.base/large-frame.h: New file.
4720
4721 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4722
4723 PR gdb/20948
4724 * gdb.base/write_mem.exp: New test.
4725 * gdb.base/write_mem.c: Likewise.
4726
4727 2018-09-23 Tom Tromey <tom@tromey.com>
4728
4729 PR python/18852:
4730 * gdb.python/py-parameter.exp: Add test for parameter that throws
4731 on "set".
4732
4733 2018-09-23 Tom Tromey <tom@tromey.com>
4734
4735 PR python/17284:
4736 * gdb.python/py-template.exp (test_template_arg): Add test for
4737 negative template argument number.
4738
4739 2018-09-23 Tom Tromey <tom@tromey.com>
4740
4741 PR python/14062:
4742 * gdb.python/python.exp: Add test for post_event error.
4743
4744 2018-09-23 Tom Tromey <tom@tromey.com>
4745
4746 PR python/18170:
4747 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4748 convert pointers to int and long.
4749
4750 2018-09-23 Tom Tromey <tom@tromey.com>
4751
4752 PR python/20126:
4753 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4754 signed-ness conversion tests.
4755
4756 2018-09-23 Tom Tromey <tom@tromey.com>
4757
4758 PR python/18352;
4759 * gdb.python/py-value.exp (test_float_conversion): New proc.
4760 Use it.
4761
4762 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4763
4764 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4765
4766 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4767
4768 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4769 no readline.
4770 * gdb.base/utf8-identifiers.exp: Likewise.
4771 * gdb.cp/cpcompletion.exp: Likewise.
4772 * gdb.linespec/cpcompletion.exp: Likewise.
4773 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4774 * gdb.linespec/cpls-ops.exp: Likewise.
4775
4776 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4777 Chris January <chris.january@arm.com>
4778
4779 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4780 * gdb.fortran/short-circuit-argument-list.exp: New file.
4781 * gdb.fortran/short-circuit-argument-list.f90: New test.
4782
4783 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4784
4785 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4786 "arch=" keyword when executing "-stack-list-frames".
4787
4788 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4789
4790 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4791 "arch=" keyword when executing "-stack-list-frames".
4792
4793 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4794
4795 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4796 break ada".
4797
4798 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4799
4800 PR python/23669
4801 * gdb.python/python.exp: Test gdb.execute("show commands").
4802
4803 2018-09-16 Tom Tromey <tom@tromey.com>
4804
4805 * gdb.base/new-ui.exp (do_execution_tests): Update.
4806 * gdb.base/dbx.exp (test_breakpoints): Update.
4807
4808 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4809
4810 * lib/gdb.exp (gdb_simple_compile): Add proc.
4811 (is_elf_target): Use gdb_simple_compile.
4812 (skip_altivec_tests): Likewise.
4813 (skip_vsx_tests): Likewise.
4814 (skip_tsx_tests): Likewise.
4815 (skip_btrace_tests): Likewise.
4816 (skip_btrace_pt_tests): Likewise.
4817 (gdb_can_simple_compile): Likewise.
4818 (gdb_has_argv0): Likewise.
4819 (gdb_target_symbol_prefix): Likewise.
4820 (target_supports_scheduler_locking): Likewise.
4821
4822 2018-09-13 Tom Tromey <tom@tromey.com>
4823
4824 * Makefile.in (TAGS): Recognize proc_with_prefix and
4825 gdb_caching_proc.
4826
4827 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4828
4829 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4830 method.
4831
4832 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4833
4834 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4835 and a few other Inferior properties when the Inferior is no
4836 longer valid.
4837
4838 2018-09-13 Tom Tromey <tom@tromey.com>
4839
4840 PR rust/23650:
4841 * gdb.rust/simple.exp: Add test for enum field access error.
4842
4843 2018-09-13 Tom Tromey <tom@tromey.com>
4844
4845 PR rust/23626:
4846 * gdb.rust/simple.rs (EmptyEnum): New type.
4847 (main): Use it.
4848 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4849
4850 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4851
4852 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4853 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4854 * gdb.python/py-symtab.exp: Update test printing an objfile.
4855
4856 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4857
4858 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4859 object.
4860
4861 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4862
4863 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4864 (support_complex_tests): Use gdb_can_simple_compile.
4865 (is_ilp32_target): Likewise.
4866 (is_lp64_target): Likewise.
4867 (is_64_target): Likewise.
4868 (is_amd64_regs_target): Likewise.
4869 (is_aarch32_target): Likewise.
4870 (gdb_int128_helper): Likewise.
4871
4872 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4873
4874 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4875
4876 2018-09-10 Jerome Guitton <guitton@adacore.com>
4877
4878 * gdb.ada/same_component_name: Add test for case of tagged record
4879 with variable-length fields.
4880
4881 2018-09-10 Xavier Roirand <roirand@adacore.com>
4882
4883 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4884 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4885 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4886 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4887
4888 2018-09-10 Xavier Roirand <roirand@adacore.com>
4889
4890 * gdb.ada/mi_string_access.exp: New testcase.
4891 * gdb.ada/mi_string_access/bar.adb: New file.
4892 * gdb.ada/mi_string_access/pck.adb: New file.
4893 * gdb.ada/mi_string_access/pck.asd: New file.
4894
4895 2018-09-10 Xavier Roirand <roirand@adacore.com>
4896
4897 * gdb.ada/mi_var_union.exp: New testcase.
4898 * gdb.ada/mi_var_union/bar.adb: New file.
4899 * gdb.ada/mi_var_union/pck.adb: New file.
4900 * gdb.ada/mi_var_union/pck.asd: New file.
4901
4902 2018-09-08 Tom Tromey <tom@tromey.com>
4903
4904 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4905
4906 2018-09-08 Tom Tromey <tom@tromey.com>
4907
4908 PR python/16047:
4909 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4910 (register_pretty_printers): Register new printer.
4911 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4912 test.
4913 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4914 (an_int_type3): New global.
4915
4916 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4917
4918 * gdb.ada/expr_with_funcall: New testcase.
4919
4920 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4921
4922 * gdb.ada/packed_array_assign: New testcase.
4923
4924 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4925
4926 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4927 names, and add test prefixes to make test names unique.
4928
4929 2018-09-05 Tom de Vries <tdevries@suse.de>
4930
4931 * gdb.dwarf2/varval.exp: Add test.
4932
4933 2018-09-04 Gary Benson <gbenson@redhat.com>
4934
4935 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4936 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4937
4938 2018-08-31 Tom Tromey <tom@tromey.com>
4939
4940 * gdb.rust/simple.rs: Rename second variable "v".
4941
4942 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4943
4944 * gdb.base/funcargs.c (use_a): New function.
4945 (recurse): Call use_a.
4946
4947 2018-08-29 Keith Seitz <keiths@redhat.com>
4948
4949 * gdb.compile/compile-cplus-anonymous.cc: New file.
4950 * gdb.compile/compile-cplus-anonymous.exp: New file.
4951 * gdb.compile/compile-cplus-array-decay.cc: New file.
4952 * gdb.compile/compile-cplus-array-decay.exp: New file.
4953 * gdb.compile/compile-cplus-inherit.cc: New file.
4954 * gdb.compile/compile-cplus-inherit.exp: New file.
4955 * gdb.compile/compile-cplus-member.cc: New file.
4956 * gdb.compile/compile-cplus-member.exp: New file.
4957 * gdb.compile/compile-cplus-method.cc: New file.
4958 * gdb.compile/compile-cplus-method.exp: New file.
4959 * gdb.compile/compile-cplus-mod.c: "New" file.
4960 * gdb.compile/compile-cplus-namespace.cc: New file.
4961 * gdb.compile/compile-cplus-namespace.exp: New file.
4962 * gdb.compile/compile-cplus-nested.cc: New file.
4963 * gdb.compile/compile-cplus-nested.exp: New file.
4964 * gdb.compile/compile-cplus-print.c: "New" file.
4965 * gdb.compile/compile-cplus-print.exp: "New" file.
4966 * gdb.compile/compile-cplus-virtual.cc: New file.
4967 * gdb.compile/compile-cplus-virtual.exp: New file.
4968 * gdb.compile/compile-cplus.c: "New" file.
4969 * gdb.compile/compile-cplus.exp: "New" file.
4970 * lib/compile-support.exp: New file.
4971
4972 2018-08-16 Gary Benson <gbenson@redhat.com>
4973
4974 PR gdb/13000:
4975 * gdb.base/batch-exit-status.exp: New file.
4976 * gdb.base/batch-exit-status.good-commands: Likewise.
4977 * gdb.base/batch-exit-status.bad-commands: Likewise.
4978
4979 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4980
4981 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4982 (struct struct02): Likewise.
4983 (struct struct03): Likewise.
4984 (struct struct04): Likewise.
4985 (struct struct_01_01): New struct.
4986 (struct struct_01_02): Likewise.
4987 (struct struct_01_03): Likewise.
4988 (struct struct_01_04): Likewise.
4989 (struct struct_02_01): Likewise.
4990 (struct struct_02_02): Likewise.
4991 (struct struct_02_03): Likewise.
4992 (struct struct_02_04): Likewise.
4993 (struct struct_04_01): Likewise.
4994 (struct struct_04_02): Likewise.
4995 (struct struct_04_03): Likewise.
4996 (struct struct_04_04): Likewise.
4997 (struct struct_05_01): Likewise.
4998 (struct struct_05_02): Likewise.
4999 (struct struct_05_03): Likewise.
5000 (struct struct_05_04): Likewise.
5001 (cmp_struct01): Remove function.
5002 (cmp_struct02): Likewise.
5003 (cmp_struct03): Likewise.
5004 (cmp_struct04): Likewise.
5005 (cmp_struct_01_01): Add Function.
5006 (cmp_struct_01_02): Likewise.
5007 (cmp_struct_01_03): Likewise.
5008 (cmp_struct_01_04): Likewise.
5009 (cmp_struct_02_01): Likewise.
5010 (cmp_struct_02_02): Likewise.
5011 (cmp_struct_02_03): Likewise.
5012 (cmp_struct_02_04): Likewise.
5013 (cmp_struct_04_01): Likewise.
5014 (cmp_struct_04_02): Likewise.
5015 (cmp_struct_04_03): Likewise.
5016 (cmp_struct_04_04): Likewise.
5017 (cmp_struct_05_01): Likewise.
5018 (cmp_struct_05_02): Likewise.
5019 (cmp_struct_05_03): Likewise.
5020 (cmp_struct_05_04): Likewise.
5021 (call_all): Add new structs.
5022 * gdb.base/infcall-nested-structs.exp: Likewise.
5023
5024 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5025
5026 * gdb.python/py-framefilter-mi.exp: Update regexp to
5027 check for "arch" field in frame output.
5028
5029 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5030
5031 * gdb.dwarf2/dw2-ranges-func.c: New file.
5032 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5033
5034 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5035
5036 * gdb.base/term.exp: Compare terminal settings with values from
5037 the inferior.
5038 * gdb.base/term.c: Get and set terminal settings.
5039
5040 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5041
5042 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5043 accommodate new "arch" field in frame output.
5044 * gdb.mi/mi-return.exp: Likewise.
5045 * gdb.mi/mi-stack.exp: Likewise.
5046 * gdb.mi/mi-syn-frame.exp: Likewise.
5047 * gdb.mi/user-selected-context-sync.exp: Likewise.
5048
5049 2018-08-19 Michael Spang <spang@google.com>
5050
5051 PR gdb/11786
5052 * gdb.base/gcore-tls-pie.c: New file.
5053 * gdb.base/gcore-tls-pie.exp: New file.
5054
5055 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5056
5057 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5058 * gdb.dwarf2/varval.c: New file.
5059 * gdb.dwarf2/varval.exp: New file.
5060
5061 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5062
5063 PR gdb/18931
5064 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5065
5066 2018-08-16 Keith Seitz <keiths@redhat.com>
5067
5068 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5069 tests expected to pass.
5070
5071 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5072
5073 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5074 -data-disassemble -a.
5075 (test_disassembly_bogus_args): Likewise.
5076
5077 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5078
5079 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5080
5081 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5082
5083 * gdb.base/vla-optimized-out.exp: Add new test.
5084
5085 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * gdb.base/vla-optimized-out-o3.exp: Delete.
5088 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5089 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5090 deleted tests.
5091
5092 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5093
5094 PR gdb/18050:
5095 * gdb.server/extended-remote-restart.c: New file.
5096 * gdb.server/extended-remote-restart.exp: New file.
5097
5098 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5099
5100 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5101 "set variable index = 42".
5102
5103 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5104
5105 * boards/index-cache-gdb.exp: New file.
5106 * gdb.dwarf2/index-cache.exp: New file.
5107 * gdb.dwarf2/index-cache.c: New file.
5108 * gdb.base/maint.exp: Check if we are using the index cache.
5109
5110 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5111
5112 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5113 MAKEFLAGS.
5114
5115 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5116
5117 * dg-extract-results.sh: Move to toplevel contrib.
5118 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5119 * Makefile.in (check-parallel-racy): Likewise.
5120
5121 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5122
5123 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5124 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5125 tests if the target supports scheduler locking.
5126
5127 2018-08-04 Tom de Vries <tdevries@suse.de>
5128
5129 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5130
5131 2018-08-02 Tom Tromey <tom@tromey.com>
5132
5133 PR symtab/16842.
5134 * gdb.cp/temargs.exp: Test "info address" of a template
5135 parameter.
5136
5137 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5138
5139 * gdb.python/py-mi-var-info-path-expression.c: New file.
5140 * gdb.python/py-mi-var-info-path-expression.py: New file.
5141 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5142
5143 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5144
5145 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5146 error after "cannot resolve name" string.
5147
5148 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5149
5150 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5151 started.
5152 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5153
5154 2018-07-28 Tom de Vries <tdevries@suse.de>
5155
5156 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5157
5158 2018-07-26 Tom de Vries <tdevries@suse.de>
5159
5160 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5161
5162 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5163
5164 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5165 is visible.
5166
5167 2018-07-26 Tom de Vries <tdevries@suse.de>
5168
5169 PR breakpoints/23366
5170 * gdb.base/catch-follow-exec.c: New test.
5171 * gdb.base/catch-follow-exec.exp: New file.
5172
5173 2018-07-25 Tom de Vries <tdevries@suse.de>
5174
5175 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5176 vla-optimized-out.c.
5177
5178 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5179
5180 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5181 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5182
5183 2018-07-20 Tom de Vries <tdevries@suse.de>
5184
5185 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5186 NOCLONE macro.
5187 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5188
5189 2018-07-19 Tom de Vries <tdevries@suse.de>
5190
5191 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5192 regular expression.
5193
5194 2018-07-18 Tom de Vries <tdevries@suse.de>
5195
5196 * gdb.base/vla-optimized-out.c: New test.
5197 * gdb.base/vla-optimized-out.exp: New file.
5198
5199 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5200
5201 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5202 message "No address associated with hostname" when gdbserver
5203 cannot resolve the hostname.
5204
5205 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5206
5207 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5208 Add some test prefixes to make tests unique.
5209
5210 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5211
5212 * gdb.base/frameapply.c: New file.
5213 * gdb.base/frameapply.exp: New file.
5214
5215 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5216
5217 * gdb.base/skip.exp: Update expected error message.
5218
5219 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5220 Jan Kratochvil <jan.kratochvil@redhat.com>
5221 Paul Fertser <fercerpav@gmail.com>
5222 Tsutomu Seki <sekiriki@gmail.com>
5223
5224 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5225 parameter.
5226 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5227 by default.
5228 * boards/native-gdbserver.exp: Likewise.
5229 * gdb.server/run-without-local-binary.exp: Improve regexp used
5230 for detecting when a remote debugging connection succeeds.
5231 * gdb.server/server-connect.exp: New file.
5232 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5233 Do not prefix the port number with ":".
5234 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5235 support for detecting and using it. Add '$debughost_gdbserver'
5236 to the list of arguments used to start gdbserver. Handle case
5237 when gdbserver cannot resolve a network name.
5238
5239 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5240
5241 PR c++/23373
5242 * gdb.base/ptype-offsets.cc (struct static_member): New
5243 struct.
5244 (main) <stmember>: New variable.
5245 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5246 with a static member in it.
5247
5248 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5249
5250 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5251 watchpoints enabled and disabled.
5252
5253 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5254
5255 * gdb.base/examine-backward.exp: Still run tests around address
5256 0x0, even if address 0x0 is not readable. Update the pattern for
5257 matching address 0x0 in expected output.
5258
5259 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5260
5261 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5262 malloc/free.
5263
5264 2018-07-04 Tom de Vries <tdevries@suse.de>
5265
5266 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5267
5268 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5269
5270 PR tdep/8282
5271 * gdb.arch/mips-disassembler-options.exp: New test.
5272 * gdb.arch/mips-disassembler-options.s: New test source.
5273
5274 2018-06-29 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.threads/names.exp: Adjust expected "info threads" output.
5277
5278 2018-06-29 Pedro Alves <palves@redhat.com>
5279
5280 * gdb.opt/inline-break.exp (line number, address): Add "info
5281 break" tests.
5282
5283 2018-06-29 Pedro Alves <palves@redhat.com>
5284
5285 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5286 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5287 number and address and running to them.
5288
5289 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5290
5291 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5292
5293 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5294
5295 * lib/compiler.c: Remove executable permission flag.
5296
5297 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5298
5299 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5300 code.
5301 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5302
5303 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5304
5305 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5306
5307 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5308
5309 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5310 address argument is omitted.
5311
5312 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5313
5314 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5315
5316 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5317
5318 PR gdb/21695
5319 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5320 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5321
5322 2018-06-26 Tom Tromey <tom@tromey.com>
5323
5324 PR rust/22574:
5325 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5326 * gdb.rust/simple.rs (struct SimpleLayout): New.
5327
5328 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5329
5330 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5331 "info registers" output.
5332
5333 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5334
5335 * gdb.base/watchpoint-hw-attach.c: New test.
5336 * gdb.base/watchpoint-hw-attach.exp: New file.
5337
5338 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5339
5340 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5341 through /bin/sh.
5342 * boards/dwarf4-gdb-index.exp: Likewise.
5343 * boards/fission-dwp.exp: Likewise.
5344
5345 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5346
5347 * gdb.base/float128.exp: Add comment and improved fail message
5348 to the failure case of "print large128" test.
5349
5350 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5351
5352 * configure.ac: Remove AC_PREREQ.
5353 * configure: Re-generate.
5354
5355 2018-06-19 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5358 (func_extern_caller): New.
5359 (main): Call func_extern_caller.
5360 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5361 logic change.
5362
5363 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5364
5365 PR gdb/16841
5366 * gdb.cp/typedef-base.cc: New file.
5367 * gdb.cp/typedef-base.exp: New file.
5368
5369 2018-06-18 Tom de Vries <tdevries@suse.de>
5370
5371 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5372
5373 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5374 Richard Bunt <Richard.Bunt@arm.com>
5375
5376 * gdb.threads/attach-slow-waitpid.c: New file.
5377 * gdb.threads/attach-slow-waitpid.exp: New file.
5378 * gdb.threads/slow-waitpid.c: New file.
5379
5380 2018-06-14 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.base/fork-running-state.c: Include <errno.h>.
5383 (exit_if_relative_exits): New.
5384 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5385 exits.
5386 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5387 child exits.
5388
5389 2018-06-14 Tom de Vries <tdevries@suse.de>
5390
5391 PR cli/22573
5392 * gdb.base/finish-pretty.c: New test.
5393 * gdb.base/finish-pretty.exp: New file.
5394
5395 2018-06-14 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5398 gdb's expected startup output.
5399
5400 2018-06-14 Pedro Alves <palves@redhat.com>
5401
5402 * lib/selftest-support.exp (selftest_setup): Remove inlined
5403 function handling.
5404
5405 2018-06-14 Tom de Vries <tdevries@suse.de>
5406
5407 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5408 matching of breakpoint printing.
5409
5410 2018-06-13 Tom de Vries <tdevries@suse.de>
5411
5412 PR testsuite/23269
5413 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5414 (fork_child): ... here, and ...
5415 (fork_parent): ... here.
5416
5417 2018-06-12 Tom de Vries <tdevries@suse.de>
5418
5419 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5420
5421 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5422 Stephen Roberts <stephen.roberts@arm.com>
5423
5424 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5425 rewrite test to describe action performed, rather than possible
5426 failure.
5427
5428 2018-06-08 Gary Benson <gbenson@redhat.com>
5429
5430 * gdb.threads/check-libthread-db.exp: New file.
5431 * gdb.threads/check-libthread-db.c: Likewise.
5432
5433 2018-06-05 Tom Tromey <tom@tromey.com>
5434
5435 * gdb.base/default.exp: Update expected "show version" output.
5436
5437 2018-06-05 Tom Tromey <tom@tromey.com>
5438
5439 PR cli/12326:
5440 * gdb.cp/static-print-quit.exp: Update.
5441 * lib/gdb.exp (pagination_prompt): Update.
5442 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5443 * gdb.python/python.exp: Update.
5444
5445 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5446
5447 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5448
5449 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5450
5451 * gdb.ada/bp_fun_addr: New testcase.
5452
5453 2018-06-01 Tom Tromey <tom@tromey.com>
5454
5455 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5456 results.
5457 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5458 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5459 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5460 * gdb.base/maint.exp (maint_pass_if): Update.
5461
5462 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5463
5464 * gdb.base/endian.exp: New test.
5465 * gdb.base/endian.c: New test source.
5466
5467 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5468
5469 PR gdb/23203
5470 * gdb.base/bt-selected-frame.c: New file.
5471 * gdb.base/bt-selected-frame.exp: New file.
5472 * lib/gdb.exp (get_current_frame_number): New function.
5473
5474 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5475 Pedro Alves <palves@redhat.com>
5476
5477 * gdb.threads/tls-core.c: Include <stdlib.h>
5478 (thread_proc): Call `abort'.
5479 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5480 (tls_core_test): New procedure, bits factored out from ...
5481 (top level): ... here. Test both native cores and gcore cores.
5482
5483 2018-05-23 Tom Tromey <tom@tromey.com>
5484
5485 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5486
5487 2018-05-23 Tom Tromey <tom@tromey.com>
5488
5489 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5490 symfile_complaints.
5491 (test_short_complaints): Likewise.
5492 (test_empty_complaints): Likewise.
5493 (test_initial_complaints): Update.
5494
5495 2018-05-23 Tom Tromey <tom@tromey.com>
5496
5497 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5498
5499 2018-05-23 Tom Tromey <tom@tromey.com>
5500
5501 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5502 (test_short_complaints): Update.
5503
5504 2018-05-22 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.base/remote.exp: Only gdb_start after compiling the
5507 testcase. Issue "disconnect" before testing "set remote" command
5508 defaults. Issue clean_restart before running to main.
5509
5510 2018-05-22 Pedro Alves <palves@redhat.com>
5511
5512 * gdb.base/remote.exp: Adjust expected output of "show remote
5513 memory-write-packet-size". Add tests for "set remote
5514 memory-write-packet-size 0" and "set remote
5515 memory-write-packet-size fixed/limit".
5516
5517 2018-05-22 Pedro Alves <palves@redhat.com>
5518
5519 PR gdb/22973
5520 * gdb.base/utf8-identifiers.c: New file.
5521 * gdb.base/utf8-identifiers.exp: New file.
5522
5523 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5524
5525 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5526
5527 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5528
5529 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5530
5531 2018-05-18 Tom Tromey <tom@tromey.com>
5532
5533 * gdb.base/ptype-offsets.exp: Update.
5534
5535 2018-05-17 Keith Seitz <keiths@redhat.com>
5536
5537 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5538 in expected breakpoint stop locations.
5539 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5540 move to proper scope to test variable values.
5541 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5542 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5543 New functions.
5544 (main): Call not_inline_func3.
5545 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5546 inline_func1, inline_func2, and inline_func3. Test that when each
5547 breakpoint is hit, GDB properly reports both the stop location
5548 and the backtrace. Repeat tests for temporary breakpoints.
5549
5550 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5551
5552 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5553 rather then trying to access it in determining whether the PID
5554 of `gdbserver' could have been retrieved.
5555
5556 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5557
5558 * gdb.arch/amd64-init-x87-values.S: New file.
5559 * gdb.arch/amd64-init-x87-values.exp: New file.
5560
5561 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5562
5563 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5564
5565 2018-05-04 Tom Tromey <tom@tromey.com>
5566
5567 PR python/22730:
5568 * gdb.python/python.exp: Test multi-line execute.
5569
5570 2018-05-04 Tom Tromey <tom@tromey.com>
5571
5572 PR python/22731:
5573 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5574
5575 2018-05-04 Tom Tromey <tom@tromey.com>
5576
5577 PR gdb/11750:
5578 * gdb.base/define.exp: Test defining a user command inside a user
5579 command.
5580 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5581
5582 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5583 Pedro Alves <palves@redhat.com>
5584
5585 PR breakpoints/19806 and support for PR external/20207.
5586 * gdb.base/watchpoint-unaligned.c: New file.
5587 * gdb.base/watchpoint-unaligned.exp: New file.
5588
5589 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5590
5591 * gdb.base/maint.exp: Make test names unique, use
5592 test_prefix_command_help to test 'help maint info', and remove
5593 repeated test of 'help maint'.
5594
5595 2018-05-04 Tom Tromey <tom@tromey.com>
5596
5597 PR gdb/22619:
5598 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5599 behavior.
5600
5601 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5602
5603 * gdb.base/maint.exp: Process output from 'maint print registers'
5604 line at a time.
5605
5606 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5607
5608 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5609 timeout.
5610
5611 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5612
5613 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5614 filter pattern.
5615
5616 2018-05-02 Pedro Alves <palves@redhat.com>
5617
5618 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5619 to_log_command renames.
5620 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5621
5622 2018-05-02 Tom Tromey <tom@tromey.com>
5623
5624 * gdb.python/py-parameter.exp: Set test message.
5625
5626 2018-05-02 Tom Tromey <tom@tromey.com>
5627
5628 PR python/20084:
5629 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5630 PARAM_ZUINTEGER_UNLIMITED tests.
5631
5632 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5633
5634 PR rust/23124
5635 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5636 when casting.
5637
5638 2018-04-30 Tom Tromey <tom@tromey.com>
5639
5640 * gdb.python/py-type.exp: Check align attribute.
5641 * gdb.python/py-type.c: New "aligncheck" global.
5642
5643 2018-04-30 Tom Tromey <tom@tromey.com>
5644
5645 PR exp/17095:
5646 * gdb.dwarf2/dw2-align.exp: New file.
5647 * gdb.cp/align.exp: New file.
5648 * gdb.base/align.exp: New file.
5649 * lib/gdb.exp (gdb_int128_helper): New proc.
5650 (has_int128_c, has_int128_cxx): New caching procs.
5651
5652 2018-04-27 Tom Tromey <tom@tromey.com>
5653
5654 PR rust/22545:
5655 * gdb.rust/simple.exp: Add inclusive range tests.
5656
5657 2018-04-26 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5660 ifunc breakpoint locations correctly of ifunc breakpoints set
5661 while the program resolves the ifunc.
5662
5663 2018-04-26 Pedro Alves <palves@redhat.com>
5664
5665 * gdb.base/gnu-ifunc-final.c: New file.
5666 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5667 * gdb.base/gnu-ifunc.exp (executable): Delete.
5668 (staticexecutable): Adjust.
5669 (lib_opts, exec_opts): Delete.
5670 (make_binsuffix, build, set-break): New procedures.
5671 (misc_tests): New, with tests factored out from the top level.
5672 (top level): Test different combinations of ifunc resolver name,
5673 resolver with and with debug info, and ifunc target with and
5674 without debug info. Wrap static tests with with_target_prefix.
5675
5676 2018-04-26 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5679 return type" warnings.
5680
5681 2018-04-25 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5684 killed".
5685 * gdb.base/kill-after-signal.exp: Likewise.
5686 * gdb.threads/kill.exp: Likewise.
5687
5688 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5689 Sergio Durigan Junior <sergiodj@redhat.com>
5690 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5693 regexps to expect for '[Inferior ... detached]' as well.
5694 * gdb.base/attach.exp: Likewise.
5695 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5696 "gdb_continue_to_end".
5697 (test_catch_syscall_with_wrong_args): Likewise.
5698 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5699 ']'. Don't set 'verbose' on.
5700 * gdb.base/foll-vfork.exp: Likewise.
5701 * gdb.base/fork-print-inferior-events.c: New file.
5702 * gdb.base/fork-print-inferior-events.exp: New file.
5703 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5704 '[Inferior ... has been killed]' message.
5705 * gdb.base/kill-after-signal.exp: Likewise.
5706 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5707 detach message.
5708 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5709 message.
5710 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5711 regexps to expect for '[Inferior ... detached]' as well.
5712 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5713
5714 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5715
5716 PR gdb/23104
5717 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5718
5719 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5720
5721 PR gdb/23095
5722 * gdb.base/break-probes.exp: Pass shlib_load to
5723 prepare_for_testing. Set normal_bp to r_debug_state if target is
5724 bsd.
5725
5726 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5727
5728 * gdb.threads/multiple-successive-infcall.c: New test.
5729 * gdb.threads/multiple-successive-infcall.exp: New file.
5730
5731 2018-04-17 Tom Tromey <tom@tromey.com>
5732
5733 * gdb.rust/simple.rs (Union): New type.
5734 (main): New local "u".
5735 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5736
5737 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5738
5739 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5740 number information in output of "whereis" command.
5741 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5742
5743 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5744
5745 * gdb.ada/info_types.exp: Adjust expected output to the line
5746 numbers now printed by "info var/func/type".
5747 * gdb.base/completion.exp: Likewise.
5748 * gdb.base/included.exp: Likewise.
5749 * gdb.cp/cp-relocate.exp: Likewise.
5750 * gdb.cp/cplusfuncs.exp: Likewise.
5751 * gdb.cp/namespace.exp: Likewise.
5752 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5753
5754 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5755
5756 * gdb.btrace/cpu.exp: New.
5757
5758 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5759
5760 * gdb.base/step-indirect-call-thunk.exp: New.
5761 * gdb.base/step-indirect-call-thunk.c: New.
5762 * gdb.reverse/step-indirect-call-thunk.exp: New.
5763 * gdb.reverse/step-indirect-call-thunk.c: New.
5764
5765 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5766
5767 * gdb.base/pie-fork.c: New file.
5768 * gdb.base/pie-fork.exp: New file.
5769
5770 2018-04-11 Tom Tromey <tom@tromey.com>
5771
5772 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5773
5774 2018-04-10 Pedro Alves <palves@redhat.com>
5775
5776 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5777 exits. Instead loop running forever.
5778 (fork_parent): Run forever too.
5779
5780 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5781
5782 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5783 mi_continue_to_line.
5784 * gdb.mi/mi-stack.c (callee4): Add comment.
5785
5786 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5787
5788 * gdb.mi/mi-stack.exp: Fix indentation.
5789
5790 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5791
5792 PR gdb/22979
5793 * gdb.arch/amd64-osabi.exp: New file.
5794
5795 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5796
5797 PR gdb/22980
5798 * gdb.base/osabi.exp: New file.
5799
5800 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5801
5802 * gdb.cp/static-typedef-print.exp: New file.
5803 * gdb.cp/static-typedef-print.cc: New file.
5804
5805 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5806
5807 * gdb.ada/varsize_limit: New testcase.
5808
5809 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5810
5811 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5812
5813 * gdb.ada/notcplusplus: New testcase.
5814
5815 * gdb.base/c-linkage-name.c: New file.
5816 * gdb.base/c-linkage-name.exp: New testcase.
5817
5818 2018-03-26 Tom Tromey <tom@tromey.com>
5819
5820 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5821 * gdb.python/py-framefilter.py (name_error): New global.
5822 (ErrorInName.function): Use name_error.
5823
5824 2018-03-26 Tom Tromey <tom@tromey.com>
5825
5826 PR backtrace/15582:
5827 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5828
5829 2018-03-23 Keith Seitz <keiths@redhat.com>
5830
5831 PR c++/22968
5832 * gdb.cp/subtypes.exp: New file.
5833 * gdb.cp/subtypes.h: New file.
5834 * gdb.cp/subtypes.cc: New file.
5835 * gdb.cp/subtypes-2.cc: New file.
5836
5837 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5838
5839 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5840 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5841 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5842 -nostartfiles when compiling the test. Confirm that all registers
5843 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5844
5845 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5846
5847 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5848 option, syntax was wrong anyway.
5849 * gdb.arch/arm-disp-step.exp: Likewise.
5850 * gdb.arch/sparc64-regs.exp: Likewise.
5851 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5852 option, syntax was wrong anyway, switch to use
5853 prepare_for_testing.
5854 * gdb.arch/i386-disp-step.exp: Likewise.
5855
5856 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5857
5858 * gdb.ada/exec_changed.exp: Replace "target_info exists
5859 use_gdb_stub" by "use_gdb_stub".
5860 * gdb.ada/start.exp: Likewise.
5861 * gdb.base/async-shell.exp: Likewise.
5862 * gdb.base/attach-pie-misread.exp: Likewise.
5863 * gdb.base/attach-wait-input.exp: Likewise.
5864 * gdb.base/break-entry.exp: Likewise.
5865 * gdb.base/break-interp.exp: Likewise.
5866 * gdb.base/dprintf-detach.exp: Likewise.
5867 * gdb.base/nostdlib.exp: Likewise.
5868 * gdb.base/solib-nodir.exp: Likewise.
5869 * gdb.base/statistics.exp: Likewise.
5870 * gdb.base/testenv.exp: Likewise.
5871 * gdb.mi/mi-exec-run.exp: Likewise.
5872 * gdb.mi/mi-start.exp: Likewise.
5873 * gdb.multi/dummy-frame-restore.exp: Likewise.
5874 * gdb.multi/multi-arch-exec.exp: Likewise.
5875 * gdb.multi/multi-arch.exp: Likewise.
5876 * gdb.multi/tids.exp: Likewise.
5877 * gdb.multi/watchpoint-multi.exp: Likewise.
5878 * gdb.python/py-events.exp: Likewise.
5879 * gdb.threads/attach-into-signal.exp: Likewise.
5880 * gdb.threads/attach-stopped.exp: Likewise.
5881 * gdb.threads/threadapply.exp: Likewise.
5882 * lib/selftest-support.exp: Likewise.
5883
5884 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5885
5886 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5887
5888 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5889
5890 * gdb.perf/template-breakpoints.cc: New file.
5891 * gdb.perf/template-breakpoints.exp: New file.
5892 * gdb.perf/template-breakpoints.py: New file.
5893
5894 2018-03-19 Tom Tromey <tom@tromey.com>
5895
5896 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5897 y0.
5898 * gdb.rust/simple.exp: Test bare identifier form of struct
5899 initializer.
5900
5901 2018-03-19 Tom Tromey <tom@tromey.com>
5902
5903 * gdb.gdb/observer.exp: Remove.
5904
5905 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5906
5907 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5908 "qualified" option when setting breakpoints.
5909 * gdb.trace/backtrace.exp: Likewise.
5910 * gdb.trace/circ.exp: Likewise.
5911 * gdb.trace/collection.exp: Likewise.
5912 * gdb.trace/disconnected-tracing.exp: Likewise.
5913 * gdb.trace/ftrace-lock.exp: Likewise.
5914 * gdb.trace/ftrace.exp: Likewise.
5915 * gdb.trace/infotrace.exp: Likewise.
5916 * gdb.trace/packetlen.exp: Likewise.
5917 * gdb.trace/passc-dyn.exp: Likewise.
5918 * gdb.trace/qtro.exp: Likewise.
5919 * gdb.trace/read-memory.exp: Likewise.
5920 * gdb.trace/report.exp: Likewise.
5921 * gdb.trace/signal.exp: Likewise.
5922 * gdb.trace/status-stop.exp: Likewise.
5923 * gdb.trace/strace.exp: Likewise.
5924 * gdb.trace/tfind.exp: Likewise.
5925 * gdb.trace/trace-break.exp: Likewise.
5926 * gdb.trace/trace-condition.exp: Likewise.
5927 * gdb.trace/trace-mt.exp: Likewise.
5928 * gdb.trace/tstatus.exp: Likewise.
5929 * gdb.trace/tsv.exp: Likewise.
5930 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5931 * gdb.trace/unavailable.exp: Likewise.
5932 * gdb.trace/while-dyn.exp: Likewise.
5933
5934 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5935
5936 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5937 that libinproctrace is copied to the target.
5938
5939 2018-03-14 Tom Tromey <tom@tromey.com>
5940
5941 PR cli/14977:
5942 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5943 a null pointer.
5944 * gdb.base/wchar.exp: Likewise.
5945
5946 2018-03-14 Tom Tromey <tom@tromey.com>
5947
5948 PR cli/19918:
5949 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5950 flag.
5951
5952 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5953
5954 PR gdb/22841
5955 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5956 "target" to remote_exec.
5957
5958 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5959
5960 PR gdb/22841
5961 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5962 ${board}_upload): Remove.
5963
5964 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5965
5966 * gdb.cp/watch-cp.cc: New test.
5967 * gdb.cp/watch-cp.exp: New file.
5968
5969 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5970
5971 * gdb.base/infcall-nested-structs.exp: New file.
5972 * gdb.base/infcall-nested-structs.c: New file.
5973 * gdb.base/float.exp: Add riscv support.
5974
5975 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5976
5977 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5978 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5979
5980 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5981
5982 * gdb.server/abspath.exp: New file.
5983 * lib/gdb.exp (with_cwd): New procedure.
5984
5985 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5986
5987 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5988 use it.
5989 (gdb_is_target_remote_prompt): New proc.
5990 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5991 (gdb_is_target_native): Pass prompt parameter to
5992 gdb_is_target_1.
5993
5994 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5995
5996 * gdb.base/load-command.c: New file.
5997 * gdb.base/load-command.exp: New file.
5998 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5999 (gdb_is_target_1): ...this, and generalize for other targets
6000 than just remote.
6001 (gdb_is_target_remote): Use gdb_is_target_1.
6002 (gdb_is_target_native): use gdb_is_target_1.
6003
6004 2018-02-26 Tom Tromey <tom@tromey.com>
6005
6006 PR python/16497:
6007 * gdb.python/py-framefilter.exp: Update test.
6008
6009 2018-02-26 Tom Tromey <tom@tromey.com>
6010
6011 * gdb.dwarf2/variant.c: New file.
6012 * gdb.dwarf2/variant.exp: New file.
6013
6014 2018-02-26 Tom Tromey <tom@tromey.com>
6015
6016 * gdb.rust/simple.exp: Accept more possible results in enum test.
6017
6018 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6019
6020 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6021 parentheses.
6022
6023 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6024
6025 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6026 name of a variable: $actual_linejj -> $actual_line.
6027
6028 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6029
6030 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6031
6032 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6033
6034 * gdb.btrace/buffer-size.exp: Do not force BTS.
6035
6036 2018-02-14 Pedro Alves <palves@redhat.com>
6037
6038 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6039 getting a "Quit".
6040
6041 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6042
6043 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6044 Fix test name.
6045
6046 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6047
6048 * gdb.cp/m-static.exp: Check type of optimized out static
6049 member.
6050
6051 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6052
6053 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6054 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6055
6056 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6057 Leszek Swirski <leszeks@google.com>
6058
6059 * gdb.python/py-prettyprint.c
6060 (struct to_string_returns_value_inner,
6061 struct to_string_returns_value_wrapper): New.
6062 (main): Add tsrvw variable.
6063 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6064 ToStringReturnsValueWrapper): New classes.
6065 (register_pretty_printers): Register new pretty-printers.
6066 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6067 recursive pretty printer.
6068 * gdb.python/py-mi.exp: Likewise.
6069
6070 2018-02-01 Leszek Swirski <leszeks@google.com>
6071
6072 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6073 functions with the same name as an include file are parsed
6074 correctly.
6075
6076 2018-02-01 Yao Qi <yao.qi@linaro.org>
6077
6078 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6079 "\[^\r\n\]*".
6080
6081 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6082
6083 * gdb.arch/powerpc-prologue-frame.s: New file.
6084 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6085 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6086
6087 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6088
6089 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6090
6091 2018-01-30 Pedro Alves <palves@redhat.com>
6092
6093 PR gdb/13211
6094 * gdb.base/interrupt-daemon.c: New.
6095 * gdb.base/interrupt-daemon.exp: New.
6096 * gdb.multi/multi-term-settings.c: New.
6097 * gdb.multi/multi-term-settings.exp: New.
6098
6099 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6100
6101 * gdb.base/break.exp: Save the location where the breakpoint
6102 on break.c:47 was actually inserted when debugging the version
6103 compiled at -O2 and use it in the expected output of the "info
6104 break" test performed soon after.
6105
6106 2018-01-22 Pedro Alves <palves@redhat.com>
6107 Sergio Durigan Junior <sergiodj@redhat.com>
6108
6109 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6110 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6111
6112 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6113
6114 * gdb.base/break-include.c, gdb.base/break-include.inc,
6115 gdb.base/break-include.exp: New files.
6116 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6117 line number now being the actual line number where the breakpoint
6118 was inserted.
6119 * gdb.mi/mi-break.exp: Likewise.
6120 * gdb.mi/mi-reverse.exp: Likewise.
6121 * gdb.mi/mi-simplerun.exp: Ditto.
6122
6123 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6124
6125 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6126 varobj.
6127 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6128
6129 2018-01-21 Don Breazeal <donb@codesourcery.com>
6130 Andrew Burgess <andrew.burgess@embecosm.com>
6131
6132 * gdb.mi/basics.c: Add new global.
6133 * gdb.mi/mi-frame-regs.exp: New file.
6134 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6135 case.
6136
6137 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6138
6139 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6140 non-parameter, and on an unknown symbol.
6141
6142 2018-01-19 Tom Tromey <tom@tromey.com>
6143
6144 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6145 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6146
6147 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6148
6149 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6150 setrlimit and chdir to int.
6151
6152 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6153
6154 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6155 function.
6156 (my_tend): Likewise.
6157 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6158 rationale of avoiding FP- and vector instructions.
6159
6160 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6161
6162 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6163 "info reg" with "\[ \t\]*".
6164 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6165 "\[ \t\]+".
6166 * gdb.arch/s390-multiarch.exp: Ditto.
6167 * gdb.base/pc-fp.exp: Ditto.
6168 * gdb.reverse/i386-precsave.exp: Ditto.
6169 * gdb.reverse/i386-reverse.exp: Ditto.
6170 * gdb.reverse/i387-env-reverse.exp: Ditto.
6171 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6172
6173 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6174
6175 * lib/gdb.exp (gdb_compile): Re-enable use of
6176 universal_compile_options for languages other than Rust.
6177
6178 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6179
6180 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6181
6182 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6183
6184 PR gdb/16577
6185 * gdb.base/solib-vanish.exp: New.
6186 * gdb.base/solib-vanish-main.c: New.
6187 * gdb.base/solib-vanish-lib1.c: New.
6188 * gdb.base/solib-vanish-lib2.c: New.
6189
6190 2018-01-17 Yao Qi <yao.qi@linaro.org>
6191
6192 * gdb.compile/compile.exp: Match the address printed for
6193 frame in the output of command "bt".
6194
6195 2018-01-15 Tom Tromey <tom@tromey.com>
6196
6197 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6198 compute sp_reg.
6199
6200 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6201
6202 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6203 to prepare.
6204 (prepare): Return 0 on error, 1 on success.
6205
6206 2018-01-12 Pedro Alves <palves@redhat.com>
6207
6208 * gdb.base/continue-after-aborted-step-over.c: New.
6209 * gdb.base/continue-after-aborted-step-over.exp: New.
6210
6211 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6212
6213 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6214 options when not creating an executable.
6215
6216 2018-01-11 Pedro Alves <palves@redhat.com>
6217
6218 PR remote/22597
6219 * gdb.server/stop-reply-no-thread.c: New file.
6220 * gdb.server/stop-reply-no-thread.exp: New file.
6221
6222 2018-01-10 Pedro Alves <palves@redhat.com>
6223
6224 PR gdb/22670
6225 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6226 functions too. Test setting breakpoints and printing C functions
6227 with no debug info too.
6228 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6229
6230 2018-01-10 Pedro Alves <palves@redhat.com>
6231
6232 PR gdb/22670
6233 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6234 a fail.
6235
6236 2018-01-10 Pedro Alves <palves@redhat.com>
6237
6238 PR gdb/22670
6239 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6240
6241 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6242
6243 * gdb.server/unittest.exp: Match the output in non-development
6244 mode.
6245
6246 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6247
6248 * gdb.gdb/unittest.exp: Match output in non-development mode.
6249
6250 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6251
6252 * gdb.ada/access_tagged_param.exp: Relax expected output
6253 for value of "ObjL" in "continue" to pck.inspect breakpoint
6254 test.
6255
6256 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6257
6258 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6259 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6260
6261 2018-01-05 Pedro Alves <palves@redhat.com>
6262
6263 PR gdb/18653
6264 * gdb.base/libsegfault.exp: New.
6265
6266 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6267
6268 PR gdb/22670
6269 * gdb.ada/access_tagged_param.exp: New file.
6270 * gdb.ada/access_tagged_param/foo.adb: New file.
6271
6272 2018-01-05 Pedro Alves <palves@redhat.com>
6273
6274 PR gdb/22670
6275 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6276 exercise lower case too, and to exercise both full matching and
6277 wild matching.
6278
6279 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6280
6281 * gdb.ada/rename_subscript_param: New testcase.
6282
6283 2018-01-05 Jerome Guitton <guitton@adacore.com>
6284
6285 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6286
6287 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6288
6289 * gdb.ada/convvar_comp: New testcase.
6290
6291 2018-01-05 Xavier Roirand <roirand@adacore.com>
6292
6293 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6294 (My_Table): New global variable.
6295 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6296
6297 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6298
6299 PR gdb/22670
6300 * gdb.ada/maint_with_ada: New testcase.
6301
6302 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6303
6304 PR gdb/22670
6305 * gdb.ada/bp_c_mixed_case: New testcase.
6306
6307 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6308
6309 PR gdb/22670
6310 * gdb.ada/complete.exp: Add "complete break ada" test.
6311
6312 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6313
6314 PR gdb/22670
6315 * gdb.ada/info_addr_mixed_case: New testcase.
6316
6317 2018-01-03 Xavier Roirand <roirand@adacore.com>
6318
6319 * gdb.ada/excep_handle.exp: New testcase.
6320 * gdb.ada/excep_handle/foo.adb: New file.
6321 * gdb.ada/excep_handle/pck.ads: New file.
6322
6323 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6324
6325 * gdb.base/step-line.c: Add extra empty line in copyright header.
6326 * gdb.base/step-line.inp: Likewise.
6327
6328 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6329
6330 * gdb.ada/dyn_stride.exp: Add slice test.
6331
6332 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6333
6334 * gdb.ada/dyn_stride: New testcase.
6335
6336 2017-12-27 Stafford Horne <shorne@gmail.com>
6337
6338 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6339 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6340
6341 2017-12-27 Stafford Horne <shorne@gmail.com>
6342
6343 * gdb.base/reggroups.c: New file.
6344 * gdb.base/reggroups.exp: New file.
6345
6346 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6347
6348 * gdb.dwarf2/ada-valprint-error.c: New file.
6349 * gdb.dwarf2/ada-valprint-error.exp: New file.
6350
6351 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6352
6353 * gdb.ada/assign_arr: New testcase.
6354
6355 2017-12-18 Xavier Roirand <roirand@adacore.com>
6356
6357 * gdb.ada/funcall_ptr: New testcase.
6358
6359 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6360
6361 PR cli/16224
6362 * gdb.base/ptype-offsets.cc: New file.
6363 * gdb.base/ptype-offsets.exp: New file.
6364
6365 2017-12-15 Yao Qi <yao.qi@linaro.org>
6366
6367 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6368 if XML is disabled.
6369
6370 2017-12-15 Xavier Roirand <roirand@adacore.com>
6371
6372 * gdb.ada/same_component_name: New testcase.
6373
6374 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6375
6376 * gdb.ada/str_binop_equal: New testcase.
6377
6378 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6379
6380 * gdb.ada/task_switch_in_core: New testcase.
6381
6382 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6383
6384 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6385 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6386 call test_bkpt_qualified.
6387 (test_bkpt_qualified): New proc.
6388
6389 2017-12-13 Pedro Alves <palves@redhat.com>
6390
6391 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6392 Tighten regexp by matching with an anchor.
6393
6394 2017-12-13 Pedro Alves <palves@redhat.com>
6395
6396 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6397 ("expression with namespace"): New set of tests.
6398 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6399 (Nested::Test_NS::qux): New.
6400 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6401 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6402
6403 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6404
6405 * gdb.base/server-del-break.c: New file.
6406 * gdb.base/server-del-break.exp: New file.
6407
6408 2017-12-12 Stafford Horne <shorne@gmail.com>
6409
6410 * gdb.xml/tdesc-regs.exp: Add or1k support.
6411
6412 2017-12-12 Stafford Horne <shorne@gmail.com>
6413
6414 * gdb.base/bp-permanent.c: Define nop of or1k.
6415
6416 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6417
6418 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6419 output with components being reordered.
6420
6421 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6422
6423 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6424 output with components being reordered.
6425
6426 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6427 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.base/maint.exp (check for .gdb_index): Check also for
6430 .debug_names.
6431 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6432 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6433 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6434 (.gdb_index used after symbol reloading): Support also .debug_names.
6435 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6436
6437 2017-12-08 Yao Qi <yao.qi@linaro.org>
6438
6439 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6440 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6441
6442 2017-12-08 Yao Qi <yao.qi@linaro.org>
6443
6444 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6445 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6446
6447 2017-12-08 Yao Qi <yao.qi@linaro.org>
6448
6449 * gdb.arch/aarch64-tagged-pointer.c: New file.
6450 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6451
6452 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6453
6454 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6455 "int".
6456
6457 2017-12-07 Keith Seitz <keiths@redhat.com>
6458
6459 PR breakpoints/22569
6460 * gdb.linespec/ls-errs.exp: Change expected result of "break
6461 -source this file has spaces.c -line 3".
6462 Check that an explicit source file followed by whitespace is
6463 identified as an invalid explicit location.
6464
6465 2017-12-07 Keith Seitz <keiths@redhat.com>
6466
6467 * gdb.cp/nested-types.cc: New file.
6468 * gdb.cp/nested-types.exp: New file.
6469 * lib/cp-support.exp: Load data-structures.exp library.
6470 (debug_cp_test_ptype_class): New global.
6471 (cp_ptype_class_verbose, next_line): New procedures.
6472 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6473 Add and document new return value.
6474 Switch the list of lines to a queue.
6475 Add support for new `type' key for nested type definitions.
6476 Add debugging/troubleshooting messages.
6477 * lib/data-structures.exp: New file.
6478
6479 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6480
6481 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6482 with proc_with_prefix, don't use with_test_prefix.
6483
6484 2017-12-07 Tom Tromey <tom@tromey.com>
6485
6486 * gdb.base/break.exp: Add test for empty "commands".
6487
6488 2017-12-07 Yao Qi <yao.qi@linaro.org>
6489
6490 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6491 malloc and catch syscall.
6492
6493 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6494
6495 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6496 tests for explicit locations.
6497
6498 2017-12-06 Pedro Alves <palves@redhat.com>
6499
6500 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6501 force-disabling XML descriptions.
6502
6503 2017-12-04 Pedro Alves <palves@redhat.com>
6504
6505 PR gdb/22499
6506 * gdb.arch/amd64-disp-step-avx.S: New file.
6507 * gdb.arch/amd64-disp-step-avx.exp: New file.
6508
6509 2017-12-03 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6512 and <string.h>.
6513 (parent_function): Print distinct messages when waitpid fails, or
6514 the child exits with a signal, or the child exits for an unhandled
6515 reason.
6516 * gdb.threads/process-dies-while-detaching.exp
6517 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6518 it. Wait for both inferior output and GDB's prompt. Use an
6519 indirect spawn id list.
6520 (do_detach): New parameter 'child_exit'. Use it to compute
6521 expected inferior output.
6522 (test_detach, test_detach_watch, test_detach_killed_outside):
6523 Adjust to pass down the expected child exit kind.
6524
6525 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6526 Sergio Durigan Junior <sergiodj@redhat.com>
6527 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6530
6531 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6532
6533 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6534 to 'symbol-file' and 'add-symbol-file' can be
6535 position-independent.
6536
6537 2017-12-01 Yao Qi <yao.qi@linaro.org>
6538
6539 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6540 the URL in copyright header.
6541 * gdb.arch/aarch64-fp.exp: Likewise.
6542 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6543 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6544 * gdb.base/expand-psymtabs.exp: Likewise.
6545 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6546 * gdb.fortran/common-block.exp: Likewise.
6547 * gdb.fortran/common-block.f90: Likewise.
6548 * gdb.fortran/logical.exp: Likewise.
6549 * gdb.fortran/vla-datatypes.f90: Likewise.
6550 * gdb.fortran/vla-sub.f90: Likewise.
6551
6552 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6553
6554 * gdb.ada/repeat_dyn: New testcase.
6555
6556 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6557
6558 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6559 Update for changed thread numbering.
6560 * gdb.cell/bt.exp: Update for changed GDB output.
6561
6562 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6563
6564 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6565 setting isremote by hand.
6566 * boards/dwarf4-gdb-index.exp: Likewise.
6567 * boards/fission.exp: Likewise.
6568 * boards/stabs.exp: Likewise.
6569
6570 2017-11-30 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.linespec/cpls-ops.exp
6573 (check_explicit_skips_function_argument): Extract the underlying
6574 type of size_t instead of hardcoding it.
6575
6576 2017-11-29 Pedro Alves <palves@redhat.com>
6577
6578 PR c++/19436
6579 * gdb.linespec/cpls-abi-tag.cc: New file.
6580 * gdb.linespec/cpls-abi-tag.exp: New file.
6581
6582 2017-11-29 Pedro Alves <palves@redhat.com>
6583
6584 * gdb.base/langs.exp: Use -qualified.
6585 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6586 it.
6587 * gdb.cp/namespace.exp: Use -qualified.
6588 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6589 (overload-3, template-overload, template-ret-type, const-overload)
6590 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6591 procedures.
6592 (test_driver): Call them.
6593 * gdb.cp/save-bp-qualified.cc: New.
6594 * gdb.cp/save-bp-qualified.exp: New.
6595 * gdb.linespec/explicit.exp: Test -qualified.
6596 * lib/completion-support.exp (completion::explicit_opts_list): Add
6597 "-qualified".
6598 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6599
6600 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6601
6602 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6603
6604 2017-11-29 Tom Tromey <tom@tromey.com>
6605
6606 * gdb.base/relocate.exp: Update invalid argument test.
6607 Add new tests for invalid arguments.
6608
6609 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6610
6611 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6612 Return 0 as a long.
6613 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6614
6615 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6616
6617 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6618 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6619 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6620 func ().
6621 * gdb.cp/shadow.cc (B.func): Return 0.
6622
6623 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6624
6625 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6626 expected output in gdb_expect call to allow the exception
6627 message to be present as well. Fix syntax confusion to avoid
6628 TCL thinking that exception_name is an array.
6629
6630 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6631
6632 * gdb.arch/spu-info.c: Include <unistd.h>.
6633 (do_signal_test): Fix broken calls to write.
6634 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6635 Fix checks for empty mailboxes. Update signal tests for corrected
6636 do_signal_test routine. Allow nonzero event status.
6637 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6638 * gdb.cell/arch.exp: Use standard_output_file.
6639 * gdb.cell/break.exp: Likewise.
6640 * gdb.cell/bt.exp: Likewise.
6641 * gdb.cell/core.exp: Likewise.
6642 * gdb.cell/dwarfaddr.exp: Likewise.
6643 * gdb.cell/ea-cache.exp: Likewise.
6644 * gdb.cell/ea-standalone.exp: Likewise.
6645 * gdb.cell/f-regs.exp: Likewise.
6646 * gdb.cell/fork.exp: Likewise.
6647 * gdb.cell/gcore.exp: Likewise.
6648 * gdb.cell/mem-access.exp: Likewise.
6649 * gdb.cell/ptype.exp: Likewise.
6650 * gdb.cell/registers.exp: Likewise.
6651 * gdb.cell/sizeof.exp: Likewise.
6652 * gdb.cell/solib-symbol.exp: Likewise.
6653 * gdb.cell/solib.exp: Likewise.
6654
6655 2017-11-25 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.base/complete-empty.exp: New file.
6658 * gdb.base/completion.exp: Adjust.
6659
6660 2017-11-25 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.linespec/cpls-ops.cc: New file.
6663 * gdb.linespec/cpls-ops.exp: New file.
6664 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6665 factored out from ...
6666 (test_complete_prefix_range): ... this.
6667
6668 2017-11-24 Pedro Alves <palves@redhat.com>
6669
6670 * gdb.linespec/cpcompletion.exp: New file.
6671 * gdb.linespec/cpls-hyphen.cc: New file.
6672 * gdb.linespec/cpls.cc: New file.
6673 * gdb.linespec/cpls2.cc: New file.
6674 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6675 test to use test_gdb_complete_unique. Add label completion,
6676 keyword completion and explicit location completion tests.
6677 * lib/completion-support.exp: New file.
6678
6679 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6680
6681 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6682 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6683 when hitting an exception catchpoint.
6684
6685 2017-11-22 Yao Qi <yao.qi@linaro.org>
6686
6687 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6688
6689 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6690
6691 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6692 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6693 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6694
6695 2017-11-22 Yao Qi <yao.qi@linaro.org>
6696
6697 * gdb.base/info-os.exp: Pass pthreads.
6698 * gdb.multi/multi-attach.exp: Likewise.
6699
6700 2017-11-22 Yao Qi <yao.qi@linaro.org>
6701
6702 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6703 compiler.
6704
6705 2017-11-22 Yao Qi <yao.qi@linaro.org>
6706
6707 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6708 * gdb.base/break-interp.exp: Likewise.
6709 * gdb.base/jit-attach-pie.exp: Likewise.
6710
6711 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6712
6713 * gdb.base/float128.c (large128): New variable.
6714 * gdb.base/float128.exp: Add test to print largest __float128 value.
6715
6716 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6717
6718 * gdb.arch/vsx-regs.exp: Update register content checks.
6719
6720 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6721
6722 * gdb.arch/ppc-longdouble.exp: New file.
6723 * gdb.arch/ppc-longdouble.c: Likewise.
6724
6725 2017-11-21 Pedro Alves <palves@redhat.com>
6726
6727 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6728
6729 2017-11-20 Pedro Alves <palves@redhat.com>
6730
6731 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6732 (long_double_typedef): New typedefs.
6733 Use DEF on double and long double.
6734 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6735 cases.
6736 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6737 and 'long_double_ptr_same_size' locals. Use them to decide
6738 whether cast from array/function to float is valid/invalid.
6739
6740 2017-11-17 Tom Tromey <tom@tromey.com>
6741
6742 * gdb.rust/traits.rs: New file.
6743 * gdb.rust/traits.exp: New file.
6744
6745 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6746
6747 * gdb.ada/minsyms: New testcase.
6748
6749 2017-11-16 Pedro Alves <palves@redhat.com>
6750
6751 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6752 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6753
6754 2017-11-16 Pedro Alves <palves@redhat.com>
6755
6756 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6757 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6758
6759 2017-11-16 Pedro Alves <palves@redhat.com>
6760
6761 * gdb.server/reconnect-ctrl-c.c: New file.
6762 * gdb.server/reconnect-ctrl-c.exp: New file.
6763
6764 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6765
6766 * gdb.python/py-rbreak.exp: New file.
6767 * gdb.python/py-rbreak.c: New file.
6768 * gdb.python/py-rbreak-func2.c: New file.
6769
6770 2017-11-16 Pedro Alves <palves@redhat.com>
6771
6772 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6773 pattern.
6774 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6775 GDB.
6776
6777 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6778
6779 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6780 regex.
6781
6782 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6783
6784 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6785 test names.
6786
6787 2017-11-09 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6790 factored out from ...
6791 (top level): ... here, and adjusted to avoid expecting beyond the
6792 prompt in a single gdb_test_multiple.
6793
6794 2017-11-09 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6797 output.
6798 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6799 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6800 * gdb.server/ext-run.exp ("kill" test): Likewise.
6801 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6802
6803 2017-11-09 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6806 match till end of line.
6807
6808 2017-11-09 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6811
6812 2017-11-09 Pedro Alves <palves@redhat.com>
6813
6814 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6815 New procedures, factored out from ...
6816 (top level): ... here, and adjusted to avoid expecting beyond the
6817 prompt in one go.
6818
6819 2017-11-09 Pedro Alves <palves@redhat.com>
6820
6821 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6822 output. Fix '?' match.
6823
6824 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6825
6826 * gdb.ada/scoped_watch: New testcase.
6827 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6828 which is actually correct.
6829 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6830 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6831
6832 2017-11-08 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.gdb/complaints.exp (test_initial_complaints)
6835 (test_serial_complaints, test_short_complaints): Call
6836 complaint_internal instead of complaint.
6837
6838 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6839
6840 * gdb.threads/tls-core.c: New file.
6841 * gdb.threads/tls-core.exp: Likewise.
6842
6843 2017-11-08 Pedro Alves <palves@redhat.com>
6844
6845 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6846 (p Exported_Capitalized): New test.
6847 (p exported_capitalized): New test.
6848
6849 2017-11-07 Pedro Alves <palves@redhat.com>
6850
6851 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6852
6853 2017-11-07 Pedro Alves <palves@redhat.com>
6854
6855 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6856 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6857 (disable_invalid, disable_inverted, disable_negative): New
6858 procedures.
6859 ("bad numbers"): New set of tests.
6860
6861 2017-11-07 Pedro Alves <palves@redhat.com>
6862
6863 * gdb.cp/ena-dis-br-range.exp: Add tests.
6864
6865 2017-11-07 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6868
6869 2017-11-07 Xavier Roirand <roirand@adacore.com>
6870 Pedro Alves <palves@redhat.com>
6871
6872 * gdb.base/ena-dis-br.exp: Add reference to
6873 gdb.cp/ena-dis-br-range.exp.
6874 * gdb.cp/ena-dis-br-range.exp: New file.
6875 * gdb.cp/ena-dis-br-range.cc: New file.
6876
6877 2017-11-06 Pedro Alves <palves@redhat.com>
6878
6879 * gdb.base/attach-non-pgrp-leader.c: New.
6880 * gdb.base/attach-non-pgrp-leader.exp: New.
6881
6882 2017-11-06 Pedro Alves <palves@redhat.com>
6883
6884 * configure.ac: No longer check for termio.h and sgtty.h.
6885 * configure: Regenerate.
6886 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6887 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6888 Remove termio and sgtty code.
6889
6890 2017-11-03 Yao Qi <yao.qi@linaro.org>
6891
6892 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6893 in GDB is disabled.
6894
6895 2017-11-03 Yao Qi <yao.qi@linaro.org>
6896
6897 * gdb.python/py-thrhandle.exp: Skip it if python is not
6898 enabled.
6899
6900 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6901
6902 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6903 as a breakpoint command.
6904
6905 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6906
6907 PR python/21213
6908 * gdb.python/py-infthread.exp: Test calling
6909 InferiorThread.inferior () multiple times in a row.
6910
6911 2017-10-27 Keith Seitz <keiths@redhat.com>
6912
6913 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6914 Test "info break" for every inlined function breakpoint.
6915
6916 2017-10-27 Yao Qi <yao.qi@linaro.org>
6917
6918 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6919
6920 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6921
6922 * gdb.cp/classes.exp (test_static_members): Test printing
6923 Outer::instance.
6924 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6925 (Inner::instance, Outer::instance): New.
6926
6927 2017-10-24 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6930 extra console" test in two stages.
6931
6932 2017-10-24 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6935
6936 2017-10-24 Pedro Alves <palves@redhat.com>
6937
6938 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6939 loop.
6940
6941 2017-10-24 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6944 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6945
6946 2017-10-24 Pedro Alves <palves@redhat.com>
6947
6948 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6949 parameter and handle it. Don't output read value in test name.
6950
6951 2017-10-24 Pedro Alves <palves@redhat.com>
6952
6953 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6954 custom test name.
6955
6956 2017-10-24 Pedro Alves <palves@redhat.com>
6957
6958 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6959 include the unstable output directory name in the test's name.
6960 (initial_setup_simple) <'set args'>: Use custom test name.
6961
6962 2017-10-24 Pedro Alves <palves@redhat.com>
6963
6964 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6965 with explicit test name.
6966
6967 2017-10-20 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6970 'wait -i'. Use gdb_assert and remote_close.
6971
6972 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6973
6974 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6975 number from variable rather than hard-coded.
6976
6977 2017-10-19 Pedro Alves <palves@redhat.com>
6978
6979 * gdb.base/long-inferior-output.c: New file.
6980 * gdb.base/long-inferior-output.exp: New file.
6981
6982 2017-11-18 Keith Seitz <keiths@redhat.com>
6983
6984 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6985 method.
6986 (main): Call it.
6987 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6988 Add additional user-defined conversion operator tests.
6989
6990 2017-10-17 Pedro Alves <palves@redhat.com>
6991
6992 * boards/native-stdio-gdbserver.exp: Load "local-board".
6993
6994 2017-10-17 Pedro Alves <palves@redhat.com>
6995
6996 * gdb.base/quit-live.c: New file.
6997 * gdb.base/quit-live.exp: New file.
6998
6999 2017-10-16 Keith Seitz <keiths@redhat.com>
7000
7001 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7002 (class_with_protected_typedef, class_with_private_typedef)
7003 (struct_with_public_typedef, struct_with_protected_typedef)
7004 (struct_with_private_typedef): New classes/structs.
7005 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7006 typedefs and access specifiers.
7007
7008 2017-10-16 Pedro Alves <palves@redhat.com>
7009 Simon Marchi <simon.marchi@polymtl.ca>
7010
7011 * README (Local vs Remote vs Native): New section.
7012 * boards/local-board.exp: New file, with bits factored out from
7013 ...
7014 * boards/native-extended-gdbserver.exp: ... here. Load
7015 "local-board".
7016 * boards/native-gdbserver.exp: Load "local-board".
7017 (${board}_spawn, ${board}_exec): Delete.
7018 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7019 ...
7020 * boards/stdio-gdbserver-base.exp: ... this new file.
7021 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7022 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7023 procedure.
7024 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7025 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7026 stdio_gdbserver_command.
7027 (${board}_get_remote_address, ${board}_get_comm_port)
7028 (${board}_download, ${board}_upload): Delete.
7029 (get_target_remote_pipe_cmd): New.
7030
7031 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7032
7033 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7034 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7035 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7036 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7037 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7038 remove with_test_prefix.
7039
7040 2017-10-13 Pedro Alves <palves@redhat.com>
7041
7042 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7043 * gdb.base/annota1.exp: Use it instead of is_remote.
7044 * gdb.base/annota3.exp: Use it instead of is_remote.
7045 * gdb.cp/annota2.exp: Use it instead of is_remote.
7046 * gdb.cp/annota3.exp: Use it instead of is_remote.
7047 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7048
7049 2017-10-13 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7052 (test_num_test_vars, run_and_count_vars, find_env)
7053 (test_set_unset_env, test_inherit_env_var): New procedures.
7054 (top level): Use them.
7055
7056 2017-10-13 Pedro Alves <palves@redhat.com>
7057
7058 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7059 also skip on stub-like targets.
7060
7061 2017-10-13 Pedro Alves <palves@redhat.com>
7062
7063 PR gdb/22293
7064 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7065 (top level): Move some tests to ...
7066 (test_not_found): ... this new procedure.
7067 (top level): Call it.
7068
7069 2017-10-13 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7072 expect different "info terminal" output if testing with a
7073 non-native target.
7074
7075 2017-10-13 Pedro Alves <palves@redhat.com>
7076 Simon Marchi <simon.marchi@polymtl.ca>
7077
7078 PR python/12966
7079 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7080
7081 2017-10-13 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7084 already.
7085
7086 2017-10-13 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7089 is_remote.
7090
7091 2017-10-13 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7094 is_remote.
7095
7096 2017-10-13 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7099 is set.
7100 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7101 instead of is_remote.
7102
7103 2017-10-13 Pedro Alves <palves@redhat.com>
7104
7105 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7106 (top level): Add comment.
7107
7108 2017-10-13 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.base/remote.exp (top level): Fix comment typo and add
7111 missing return.
7112
7113 2017-10-13 Pedro Alves <palves@redhat.com>
7114 Simon Marchi <simon.marchi@polymtl.ca>
7115
7116 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7117 calls and add comments. Skip test if use_gdb_stub is set.
7118 (top level): Use "set cwd" command instead of "cd" command.
7119
7120 2017-10-13 Pedro Alves <palves@redhat.com>
7121
7122 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7123 is_remote target check.
7124
7125 2017-10-13 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.base/scope.exp: Use build_executable + clean_restart +
7128 gdb_file_cmd instead of prepare_for_testing and no longer skip
7129 "before run" tests on is_remote target boards. Update comments.
7130 * boards/native-extended-gdbserver.exp
7131 (extended_gdbserver_load_last_file): New, factored out from ...
7132 (gdb_load): ... this. Move further below and add comment.
7133 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7134
7135 2017-10-12 Pedro Alves <palves@redhat.com>
7136
7137 * gdb.base/attach.exp: Remove references to gdb64.
7138 * gdb.base/dbx.exp: Remove references to gdb64.
7139
7140 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7141 Pedro Alves <palves@redhat.com>
7142
7143 * gdb.base/label.exp: Remove is_remote target check.
7144
7145 2017-10-12 Pedro Alves <palves@redhat.com>
7146
7147 * gdb.base/auvx.exp (coredir): Update comment.
7148 (top level) <core_works>: Use "set cwd" command instead of "cd"
7149 command.
7150
7151 2017-10-12 Pedro Alves <palves@redhat.com>
7152 Simon Marchi <simon.marchi@polymtl.ca>
7153
7154 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7155 target boards.
7156
7157 2017-10-12 Pedro Alves <palves@redhat.com>
7158 Simon Marchi <simon.marchi@polymtl.ca>
7159
7160 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7161 Instead skip if there's any gdb_protocol set.
7162
7163 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7164 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7167
7168 2017-10-12 Pedro Alves <palves@redhat.com>
7169 Simon Marchi <simon.marchi@polymtl.ca>
7170
7171 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7172 instead of on dejagnu remote boards.
7173
7174 2017-10-12 Pedro Alves <palves@redhat.com>
7175 Simon Marchi <simon.marchi@polymtl.ca>
7176
7177 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7178 checks. Use build_executable + clean_restart instead of
7179 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7180 of enabling non-stop after starting gdb.
7181
7182 2017-10-12 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7185 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7186 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7187 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7188
7189 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7190
7191 * gdb.arch/arc-tdesc-cpu.exp: New file.
7192 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7193
7194 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7195
7196 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7197
7198 2017-10-10 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7201 expect CLI output.
7202
7203 2017-10-10 Pedro Alves <palves@redhat.com>
7204
7205 * lib/selftest-support.exp (selftest_setup): Update for
7206 captured_command_loop's prototype change.
7207
7208 2017-10-09 Pedro Alves <palves@redhat.com>
7209
7210 Test both arch1=>arch2 and arch2=>arch1.
7211
7212 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7213 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7214 factored out to...
7215 (append_arch1_options, append_arch2_options, append_arch_options)
7216 (build_executables): New procedures.
7217 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7218 local.
7219 (top level): Add new 'first_arch' testing axis.
7220
7221 2017-10-09 Pedro Alves <palves@redhat.com>
7222
7223 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7224 (barrier): New.
7225 (thread_start, all_started): New functions.
7226 (main): Spawn new thread and wait until it is scheduled.
7227 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7228 option.
7229 (do_test): Add 'selected_thread' parameter. Run to all_started
7230 instead of main. Explicitly set the breakpoint at main. Switch
7231 to the SELECTED_THREAD thread.
7232 (top level): Test handling the exec event with either the main
7233 thread or the second thread selected.
7234
7235 2017-10-09 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7238 logic. Move STOP marker after the value checks.
7239 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7240 regexp.
7241
7242 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7243
7244 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7245
7246 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7247
7248 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7249 integer-to-dfp conversion.
7250 * gdb.base/dfp-test.exp: Likewise.
7251
7252 2017-10-04 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.multi/hangout.c: Include <unistd.h>.
7255 (hangout_loop): New function.
7256 (main): Call alarm. Call hangout_loop in a loop.
7257 * gdb.multi/hello.c: Include <unistd.h>.
7258 (hello_loop): New function.
7259 (main): Call alarm. Call hangout_loop in a loop.
7260 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7261 inferior with the other selected.
7262
7263 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7264
7265 * gdb.mi/list-thread-groups-available.exp: New file.
7266 * gdb.mi/list-thread-groups-available.c: New file.
7267
7268 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7269
7270 * gdb.base/set-cwd.exp: Make it available on
7271 native-extended-gdbserver.
7272
7273 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7274
7275 * gdb.base/set-cwd.c: New file.
7276 * gdb.base/set-cwd.exp: Likewise.
7277
7278 2017-10-02 Tom Tromey <tom@tromey.com>
7279
7280 PR rust/22236:
7281 * gdb.rust/simple.rs (main): New variable "fslice".
7282 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7283
7284 2017-10-02 Tom Tromey <tom@tromey.com>
7285
7286 * gdb.rust/simple.exp: Test ptype of a slice.
7287
7288 2017-10-02 Tom Tromey <tom@tromey.com>
7289
7290 * gdb.rust/simple.exp: Test index of slice.
7291
7292 2017-09-27 Tom Tromey <tom@tromey.com>
7293
7294 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7295
7296 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7297 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.base/compare-sections.exp (get value of read-only section): Read
7300 as unsigned value.
7301 (corrupt read-only section): Likewise and don't set written if patching
7302 failed.
7303
7304 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7305
7306 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7307 files.
7308
7309 2017-09-20 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7312 symbol names in gdb's output.
7313 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7314
7315 2017-09-20 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7318 Rename to ...
7319 (test_list_ambiguous_symbol): ... this and add a symbol name
7320 parameter. Adjust.
7321 (test_list_ambiguous_function): Reimplement on top of
7322 test_list_ambiguous_symbol and also test listing ambiguous
7323 variables.
7324 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7325 (ambiguous_fun): ... this.
7326 (ambiguous_var): New.
7327 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7328 (ambiguous_fun): ... this.
7329 (ambiguous_var): New.
7330
7331 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7332
7333 * gdb.base/starti.c: New file.
7334 * gdb.base/starti.exp: New file.
7335 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7336
7337 2017-09-14 Pedro Alves <palves@redhat.com>
7338
7339 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7340 (top level): Use it instead of runto.
7341
7342 2017-09-11 Tom Tromey <tom@tromey.com>
7343
7344 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7345
7346 2017-09-11 Tom Tromey <tom@tromey.com>
7347
7348 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7349 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7350
7351 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7352
7353 * gdb.fortran/printing-types.exp: New file.
7354 * gdb.fortran/printing-types.exp: New file.
7355
7356 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7357
7358 * gdb.fortran/vla-ptype.exp: Fix typos.
7359 * gdb.fortran/vla-value.exp: Same.
7360
7361 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7362
7363 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7364 * gdb.mi/mi-var-child-f.exp: Likewise.
7365 * gdb.mi/mi-vla-fortran.exp: Likewise.
7366
7367 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7368 Christoph Weinmann <christoph.t.weinmann@intel.com>
7369 Bernhard Heckel <bernhard.heckel@intel.com>
7370
7371 * gdb.fortran/ptr-indentation.f90: New file.
7372 * gdb.fortran/ptr-indentation.exp: New file.
7373
7374 2017-09-05 Tom Tromey <tom@tromey.com>
7375
7376 PR gdb/22010:
7377 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7378
7379 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7380
7381 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7382
7383 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7384
7385 * gdb.threads/tls-nodebug-pie.c: New file.
7386 * gdb.threads/tls-nodebug-pie.exp: New file.
7387
7388 2017-09-05 Tom Tromey <tom@tromey.com>
7389
7390 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7391 for rust.
7392
7393 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7394
7395 * gdb.multi/multi-arch-exec.exp: Test with different
7396 "follow-exec-mode" settings.
7397 (do_test): New procedure.
7398
7399 2017-09-04 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.base/func-static.c (S::method const, S::method volatile)
7402 (S::method volatile const): New methods.
7403 (c_s, v_s, cv_s): New instances.
7404 (main): Call method() on them.
7405 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7406 (cannot_resolve): New procedure.
7407 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7408 print-quote-unquoted columns.
7409 (do_test): Test printing each scope too.
7410
7411 2017-09-04 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.base/local-static.exp: Also test with
7414 class::method::variable wholly quoted.
7415 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7416
7417 2017-09-04 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.base/local-static.c: New.
7420 * gdb.base/local-static.cc: New.
7421 * gdb.base/local-static.exp: New.
7422
7423 2017-09-04 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.asm/asm-source.exp: Add casts to int.
7426 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7427 (dataglobal64_1, dataglobal64_2): New globals.
7428 * gdb.base/nodebug.exp: Test different expressions involving the
7429 new globals, with print, whatis and ptype. Add casts to int.
7430 * gdb.base/solib-display.exp: Add casts to int.
7431 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7432 * gdb.cp/m-static.exp: Add cast to int.
7433 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7434 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7435 tls variable with no debug info without a cast. Test with a cast
7436 to int too.
7437 * gdb.trace/entry-values.exp: Add casts.
7438
7439 2017-09-04 Pedro Alves <palves@redhat.com>
7440
7441 * gdb.base/nodebug.exp: Test that ptype's error about functions
7442 with unknown return type includes the function name too.
7443
7444 2017-09-04 Pedro Alves <palves@redhat.com>
7445
7446 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7447 return type of munmap in infcall.
7448 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7449 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7450 type of ftell in infcall.
7451 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7452 type of getpid in infcall.
7453 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7454 infcall.
7455 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7456 Bail on failure to extract the pid.
7457 * gdb.base/nodebug.c: #include <stdint.h>.
7458 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7459 New functions.
7460 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7461 Change expected output of print/whatis/ptype with functions with
7462 no debug info. Test all supported languages. Call
7463 test_call_promotion.
7464 * gdb.compile/compile.exp: Adjust expected output to expect
7465 warning.
7466 * gdb.threads/siginfo-threads.exp: Likewise.
7467
7468 2017-09-04 Pedro Alves <palves@redhat.com>
7469
7470 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7471 "prototypes". Test calling float functions via prototyped and
7472 unprototyped function pointers.
7473 (perform_all_tests): New parameter "prototypes". Pass it down.
7474 (top level): Pass down "prototypes" parameter to
7475 perform_all_tests.
7476
7477 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7478
7479 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7480 Test with nested loops.
7481
7482 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7483
7484 * gdb.base/commands.exp: Call the new procedures.
7485 (loop_break_test, loop_continue_test): New procedures.
7486
7487 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7488
7489 * gdb.base/commands.exp: Call new procedure.
7490 (define_if_without_arg_test): New procedure.
7491
7492 2017-09-04 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.base/list-ambiguous.exp: New file.
7495 * gdb.base/list-ambiguous0.c: New file.
7496 * gdb.base/list-ambiguous1.c: New file.
7497 * gdb.base/list.exp (test_list_range): Adjust expected output.
7498
7499 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7500
7501 * gdb.base/share-env-with-gdbserver.c: New file.
7502 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7503
7504 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7505
7506 * gdb.base/commands.exp (gdbvar_simple_if_test,
7507 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7508 progvar_simple_if_test, progvar_simple_while_test,
7509 progvar_complex_if_while_test, user_defined_command_test,
7510 user_defined_command_args_eval,
7511 user_defined_command_args_stack_test,
7512 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7513 temporary_breakpoint_commands,
7514 gdb_test_no_prompt, redefine_hook_test,
7515 redefine_backtrace_test): Remove "global gdb_prompt".
7516
7517 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7518
7519 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7520 New proc, call it from toplevel.
7521
7522 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7523
7524 PR remote/21852
7525 * gdb.server/normal.c: New file, copied from gdb.base.
7526 * gdb.server/run-without-local-binary.exp: New file.
7527
7528 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7529
7530 * gdb.arch/sparc64-adi.exp: New file.
7531 * gdb.arch/sparc64-adi.c: New file.
7532
7533 2017-08-22 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7536 (top level): Add "list all overloads" tests.
7537
7538 2017-08-22 Tom Tromey <tom@tromey.com>
7539
7540 * gdb.gdb/xfullpath.exp: Remove.
7541
7542 2017-08-21 Pedro Alves <palves@redhat.com>
7543
7544 PR gdb/19487
7545 * gdb.base/symbol-alias.c: New.
7546 * gdb.base/symbol-alias2.c: New.
7547 * gdb.base/symbol-alias.exp: New.
7548
7549 2017-08-21 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.base/dfp-test.c
7552 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7553 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7554 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7555 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7556 * gdb.base/whatis-ptype-typedefs.c: New.
7557 * gdb.base/whatis-ptype-typedefs.exp: New.
7558 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7559 (an_int, an_int_type, an_int_type2): New globals.
7560 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7561 involving typedefs and cast expressions.
7562 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7563 (lookup_typedefs_function): New.
7564 (typedefs_pretty_printers_dict): New.
7565 (top level): Register lookup_typedefs_function in
7566 gdb.pretty_printers.
7567
7568 2017-08-18 Yao Qi <yao.qi@linaro.org>
7569
7570 * gdb.server/unittest.exp: New.
7571
7572 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7573
7574 PR gdb/21954
7575 * gdb.base/environ.exp: Add test to check if 'unset environment'
7576 works.
7577
7578 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7579
7580 * lib/gdb.exp (universal_compile_options): New caching proc.
7581 (gdb_compile): Suppress GCC's coloring of messages.
7582
7583 2017-08-14 Tom Tromey <tom@tromey.com>
7584
7585 PR gdb/21675:
7586 * gdb.base/printcmds.exp (test_radices): New function.
7587 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7588 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7589 * lib/gdb.exp (get_integer_valueof): Use p/d.
7590
7591 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7592
7593 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7594 characters.
7595
7596 2017-08-05 Tom Tromey <tom@tromey.com>
7597
7598 * gdb.rust/simple.exp: Allow String to appear in a different
7599 namespace.
7600
7601 2017-07-26 Yao Qi <yao.qi@linaro.org>
7602
7603 * gdb.gdb/unittest.exp: Invoke command
7604 "maintenance check xml-descriptions".
7605
7606 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7607
7608 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7609 calling context.
7610 (hex128): Drop erroneous calculation of parameters.
7611
7612 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7613
7614 * gdb.python/py-unwind.exp: Disable stack protection when
7615 building test file.
7616
7617 2017-07-20 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.base/default.exp (set language): Adjust expected output.
7620
7621 2017-07-20 Pedro Alves <palves@redhat.com>
7622
7623 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7624 (test_minsym): ... this, and make static.
7625 (get_pck__foo__bar__minsym): Rename to ...
7626 (get_test_minsym): ... this.
7627 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7628 symbol names and comments.
7629 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7630 (get_test_minsym): ... this.
7631 (pck__foo__bar__minsym__2): Rename to ...
7632 (test_minsym): ... this.
7633 (main): Adjust.
7634
7635 2017-07-17 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.base/completion.exp: Adjust expected output.
7638 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7639 the completer works.
7640
7641 2017-07-17 Pedro Alves <palves@redhat.com>
7642
7643 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7644
7645 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7646
7647 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7648
7649 2017-07-14 Tom Tromey <tom@tromey.com>
7650
7651 PR rust/21764:
7652 * gdb.rust/simple.exp: Add tests.
7653
7654 2017-07-14 Tom Tromey <tom@tromey.com>
7655
7656 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7657
7658 2017-07-14 Pedro Alves <palves@redhat.com>
7659
7660 * gdb.linespec/base/one/thefile.cc (z1): New function.
7661 * gdb.linespec/base/two/thefile.cc (z2): New function.
7662 * gdb.linespec/linespec.exp: Add tests.
7663
7664 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7665
7666 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7667 to mi_create_breakpoint.
7668
7669 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7670
7671 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7672 mi_create_breakpoint.
7673
7674 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7675
7676 * gdb.dlang/demangle.exp: Update for demangling changes.
7677
7678 2017-07-09 Tom Tromey <tom@tromey.com>
7679
7680 * gdb.dwarf2/shortpiece.exp: New file.
7681
7682 2017-07-06 David Blaikie <dblaikie@gmail.com>
7683
7684 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7685 built from fissiont-multi-cu{1,2}.c.
7686 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7687 except putting 'main' and 'func' in separate CUs in the same DWO file.
7688 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7689 test.
7690 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7691 test.
7692
7693 2017-07-06 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.python/py-unwind.exp: Test flushregs.
7696
7697 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7698
7699 PR cli/21688
7700 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7701 tests for alias commands and trailing whitespace.
7702
7703 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7704
7705 PR cli/21688
7706 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7707 procedure. Call it.
7708
7709 2017-06-29 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.base/printcmds.exp: Add tests.
7712
7713 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7714
7715 PR gdb/21337
7716 * gdb.base/reread-readsym.exp: New file.
7717 * gdb.base/reread-readsym.c: New file.
7718
7719 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7720
7721 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7722 subpattern.
7723
7724 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7725
7726 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7727 extended mnemonic.
7728 * gdb.arch/powerpc-power9.s: Likewise.
7729
7730 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7731
7732 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7733 on 32-bit x86 targets. Exploit is_*_target macros where
7734 appropriate.
7735
7736 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7737
7738 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7739 register pieces.
7740
7741 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7742
7743 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7744 located in one or more DWARF pieces.
7745
7746 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7747
7748 * lib/gdb.exp (get_endianness): New proc.
7749 * gdb.arch/aarch64-fp.exp: Use it.
7750 * gdb.arch/altivec-regs.exp: Likewise.
7751 * gdb.arch/e500-regs.exp: Likewise.
7752 * gdb.arch/vsx-regs.exp: Likewise.
7753 * gdb.base/dump.exp: Likewise.
7754 * gdb.base/funcargs.exp: Likewise.
7755 * gdb.base/gnu_vector.exp: Likewise.
7756 * gdb.dwarf2/formdata16.exp: Likewise.
7757 * gdb.dwarf2/implptrpiece.exp: Likewise.
7758 * gdb.dwarf2/nonvar-access.exp: Likewise.
7759 * gdb.python/py-inferior.exp: Likewise.
7760 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7761
7762 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7763
7764 PR gdb/21226
7765 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7766 stack value pieces are taken from the LSB end.
7767
7768 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7769
7770 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7771 variable at nonzero offset.
7772
7773 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7774
7775 * gdb.dwarf2/var-access.c: New file.
7776 * gdb.dwarf2/var-access.exp: New test.
7777 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7778
7779 2017-06-12 Tom Tromey <tom@tromey.com>
7780
7781 * gdb.dwarf2/formdata16.exp: Add tests.
7782
7783 2017-06-12 Tom Tromey <tom@tromey.com>
7784
7785 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7786
7787 2017-06-12 Tom Tromey <tom@tromey.com>
7788
7789 PR exp/16225:
7790 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7791 * gdb.arch/vsx-regs.exp: Update tests.
7792 * gdb.arch/s390-vregs.exp (hex128): New proc.
7793 Update test.
7794 * gdb.arch/altivec-regs.exp: Update tests.
7795
7796 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7797
7798 * gdb.base/startup-with-shell.c: New file.
7799 * gdb.base/startup-with-shell.exp: Likewise.
7800
7801 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7802
7803 * gdb.server/non-existing-program.exp: Update regex in order to
7804 reflect the fact that gdbserver is now using fork_inferior (with a
7805 shell) to startup the inferior.
7806
7807 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7808
7809 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7810 support function calls from GDB.
7811
7812 2017-05-21 Tom Tromey <tom@tromey.com>
7813
7814 PR rust/21466:
7815 * gdb.rust/unsized.exp: New file.
7816 * gdb.rust/unsized.rs: New file.
7817
7818 2017-05-19 Tom Tromey <tom@tromey.com>
7819
7820 PR rust/21484:
7821 * gdb.rust/watch.exp: New file.
7822 * gdb.rust/watch.rs: New file.
7823
7824 2017-05-18 Tom Tromey <tom@tromey.com>
7825
7826 * gdb.rust/simple.exp: Allow Box to be qualified.
7827
7828 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7829
7830 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7831
7832 2017-05-18 Pedro Alves <palves@redhat.com>
7833
7834 * gdb.base/fileio.c (test_write, test_read, test_close)
7835 (test_fstat): Don't print 'ret' in the fail path.
7836
7837 2017-05-18 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7840 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7841 (test_system, test_rename, test_unlink, test_time): Change
7842 prototypes.
7843 * gdb.base/fileio.exp (stop_msg): Adjust.
7844
7845 2017-05-18 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.base/fileio.c (null_str): New global.
7848 (test_stat): Use it.
7849 * gdb.base/fileio.exp: Remove nowarnings.
7850
7851 2017-05-17 Yao Qi <yao.qi@linaro.org>
7852
7853 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7854
7855 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7856
7857 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7858 argument command.
7859 (top-level): Invoke test_set_inferior_tty.
7860
7861 2017-05-04 Pedro Alves <palves@redhat.com>
7862
7863 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7864 Add parens to print call for Python 3.
7865
7866 2017-05-03 Keith Seitz <keiths@redhat.com>
7867
7868 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7869 (main): Call it.
7870
7871 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7872
7873 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7874 to prev and next.
7875
7876 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7877
7878 * gdb.python/py-record-btrace.exp: Remove test for
7879 gdb.BtraceInstruction.error.
7880
7881 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7882
7883 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7884
7885 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7886
7887 * gdb.python/py-record-btrace-threads.c: New file.
7888 * gdb.python/py-record-btrace-threads.exp: New file.
7889
7890 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7891
7892 PR testsuite/8595
7893 * gdb.base/environ.exp: Make test available in all architectures.
7894 Move bits related to "info program" testing to
7895 gdb.base/info-program.exp. Rewrite tests to use the two new
7896 procedures mentione below.
7897 (test_set_show_env_var) New procedure.
7898 (test_set_show_env_var_equal): Likewise.
7899 * gdb.base/info-program.exp: New file.
7900
7901 2017-04-27 Keith Seitz <keiths@redhat.com>
7902
7903 * gdb.cp/oranking.cc (test15): New function.
7904 (main): Call test15 and declare additional variables for testing.
7905 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7906 "p foo101('abc')" tests.
7907 Add tests for cv qualifier overloads.
7908 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7909 "lvalue reference overload" test.
7910 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7911 "print value of f1 on Child&& in f2" test.
7912
7913 2017-04-19 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7916 procedure.
7917 (top level): Call it.
7918 * lib/gdb.exp (gdb_define_cmd): New procedure.
7919
7920 2017-04-12 Pedro Alves <palves@redhat.com>
7921
7922 PR gdb/21323
7923 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7924 (wchar): New global.
7925 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7926 (do_test_wide_char, wide_char_types_no_program, top level): Add
7927 wchar_t testing.
7928
7929 2017-04-12 Pedro Alves <palves@redhat.com>
7930
7931 PR c++/21323
7932 * gdb.cp/wide_char_types.c: New file.
7933 * gdb.cp/wide_char_types.exp: New file.
7934
7935 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7936
7937 PR gdb/21352
7938 * gdb.trace/tsv.exp: Add test for "tsave -r".
7939
7940 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7941
7942 * gdb.dlang/watch-loc.c: New file.
7943 * gdb.dlang/watch-loc.exp: New file.
7944
7945 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7946
7947 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7948
7949 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7950
7951 * gdb.arch/arc-analyze-prologue.S: New file.
7952 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7953
7954 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7955
7956 * gdb.arch/arc-decode-insn.S: New file.
7957 * gdb.arch/arc-decode-insn.exp: Likewise.
7958
7959 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7960
7961 PR tdep/20928
7962 * gdb.arch/sparc64-regs.exp: New file.
7963 * gdb.arch/sparc64-regs.S: Likewise.
7964
7965 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7966
7967 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7968 and memory view on Python 3.
7969
7970 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7971 Keith Seitz <keiths@redhat.com>
7972
7973 PR gdb/14441
7974 * gdb.cp/demangle.exp: Add rvalue reference tests.
7975 * gdb.cp/rvalue-ref-casts.cc: New file.
7976 * gdb.cp/rvalue-ref-casts.exp: New file.
7977 * gdb.cp/rvalue-ref-overload.cc: New file.
7978 * gdb.cp/rvalue-ref-overload.exp: New file.
7979 * gdb.cp/rvalue-ref-params.cc: New file.
7980 * gdb.cp/rvalue-ref-params.exp: New file.
7981 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7982 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7983 * gdb.cp/rvalue-ref-types.cc: New file.
7984 * gdb.cp/rvalue-ref-types.exp: New file.
7985 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7986 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7987
7988 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7989
7990 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7991 New procedure.
7992
7993 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7994
7995 * lib/mi-support.exp (mi_gdb_test): Add additional message
7996 for unexpected output.
7997
7998 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7999
8000 * gdb.base/examine-backward.c (Barrier): New character array
8001 constant, to ensure that TestStrings is preceded by a string
8002 terminator.
8003
8004 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8005
8006 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8007 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8008 and implicit pointer into such a location.
8009
8010 2017-03-16 Doug Evans <dje@google.com>
8011
8012 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8013
8014 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8015
8016 * gdb.cp/m-static.exp: Fix expectation for prototype of
8017 test5.single_constructor and single_constructor::single_constructor.
8018
8019 2017-03-16 Doug Evans <dje@google.com>
8020
8021 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8022 * gdb.guile/scm-lazy-string.c: New file.
8023 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8024 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8025 for pointer, array, typedef lazy strings.
8026
8027 2017-03-16 Doug Evans <dje@google.com>
8028
8029 PR python/17728, python/18439, python/18779
8030 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8031 * gdb.python/py-lazy-string.c (pointer): New typedef.
8032 (main): New locals ptr, array, typedef_ptr.
8033 * gdb.python/py-value.exp: Move lazy string tests to ...
8034 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8035 array, typedef lazy strings.
8036
8037 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8038
8039 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8040 Add optional 'test' parameter.
8041
8042 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8043
8044 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8045 Skip for versions of DejaGnu < 1.5.
8046
8047 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8048
8049 * lib/gdb.exp (dejagnu_version): New proc.
8050 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8051 Use dejagnu_version.
8052
8053 2017-03-10 Keith Seitz <keiths@redhat.com>
8054
8055 PR c++/8128
8056 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8057 type from destructor regexps.
8058 Add a branch which actually passes the test.
8059 Adjust "ptype t5i" test names.
8060
8061 2017-03-08 Pedro Alves <palves@redhat.com>
8062
8063 * gdb.base/step-over-exit.exp: Add explicit test message.
8064
8065 2017-03-08 Pedro Alves <palves@redhat.com>
8066
8067 PR gdb/18360
8068 * gdb.threads/interrupt-while-step-over.c: New file.
8069 * gdb.threads/interrupt-while-step-over.exp: New file.
8070
8071 2017-03-08 Pedro Alves <palves@redhat.com>
8072
8073 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8074 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8075
8076 2017-03-08 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8079 PKRU as not supported as a PASS.
8080
8081 2017-03-08 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8084 prefix instead of $binfile1/$binfile2.
8085 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8086 in test message.
8087 * gdb.python/py-completion.exp: Use "load python file" as test
8088 messages instead of unstable path names.
8089
8090 2017-03-08 Pedro Alves <palves@redhat.com>
8091 Jan Kratochvil <jan.kratochvil@redhat.com>
8092
8093 PR cli/21218
8094 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8095 New proc.
8096 (top level): Call it.
8097
8098 2017-03-08 Pedro Alves <palves@redhat.com>
8099
8100 PR tui/21216
8101 * gdb.tui/tui-nl-filtered-output.exp: New file.
8102
8103 2017-03-08 Pedro Alves <palves@redhat.com>
8104
8105 * gdb.base/completion.exp: Move TUI completion tests to ...
8106 * gdb.tui/completion.exp: ... this new file.
8107
8108 2017-03-08 Pedro Alves <palves@redhat.com>
8109
8110 * gdb.base/tui-disasm-long-lines.c,
8111 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8112 gdb.base/tui-layout.exp: Move to ...
8113 * gdb.tui/: ... this new directory.
8114
8115 2017-03-07 Pedro Alves <palves@redhat.com>
8116
8117 * gdb.base/tui-layout.c: New file.
8118 * gdb.base/tui-layout.exp: New file.
8119
8120 2017-03-07 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.base/tui-layout.c: Rename to ...
8123 * gdb.base/tui-disasm-long-lines.c: ... this.
8124 * gdb.base/tui-layout.exp: Rename to ...
8125 * gdb.base/tui-disasm-long-lines.exp: ... this.
8126
8127 2017-03-07 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8130
8131 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8132
8133 * i386-mpx-call.c: New file.
8134 * i386-mpx-call.exp: New file.
8135
8136 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8137
8138 * gdb.arch/powerpc-power.exp: Delete test.
8139 * gdb.arch/powerpc-power.s: Likewise.
8140 * gdb.disasm/disassembler-options.exp: New test.
8141 * gdb.arch/powerpc-altivec.exp: Likewise.
8142 * gdb.arch/powerpc-altivec.s: Likewise.
8143 * gdb.arch/powerpc-altivec2.exp: Likewise.
8144 * gdb.arch/powerpc-altivec2.s: Likewise.
8145 * gdb.arch/powerpc-altivec3.exp: Likewise.
8146 * gdb.arch/powerpc-altivec3.s: Likewise.
8147 * gdb.arch/powerpc-power7.exp: Likewise.
8148 * gdb.arch/powerpc-power7.s: Likewise.
8149 * gdb.arch/powerpc-power8.exp: Likewise.
8150 * gdb.arch/powerpc-power8.s: Likewise.
8151 * gdb.arch/powerpc-power9.exp: Likewise.
8152 * gdb.arch/powerpc-power9.s: Likewise.
8153 * gdb.arch/powerpc-vsx.exp: Likewise.
8154 * gdb.arch/powerpc-vsx.s: Likewise.
8155 * gdb.arch/powerpc-vsx2.exp: Likewise.
8156 * gdb.arch/powerpc-vsx2.s: Likewise.
8157 * gdb.arch/powerpc-vsx3.exp: Likewise.
8158 * gdb.arch/powerpc-vsx3.s: Likewise.
8159 * gdb.arch/arm-disassembler-options.exp: Likewise.
8160 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8161 * gdb.arch/s390-disassembler-options.exp: Likewise.
8162
8163 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8164
8165 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8166 (check_supported_features): ... this. Changed return type to void.
8167 (supports_rdseed): New static global.
8168 (rdseed): Check supports_rdseed.
8169 (initialize): Call check_supported_features.
8170
8171 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8172
8173 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8174 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8175 and lqarx/stqcx.
8176 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8177 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8178
8179 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8180
8181 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8182 uppercase.
8183
8184 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8185
8186 * gdb.dwarf2/formdata16.c: New file.
8187 * gdb.dwarf2/formdata16.exp: New file.
8188 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8189
8190 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8191
8192 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8193 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8194 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8195 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8196 DW_AT_GNU_*.
8197
8198 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8199
8200 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8201
8202 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8203
8204 PR gdb/21164
8205 * gdb.base/maint.exp: Add testcases for when the commands do
8206 not have arguments.
8207
8208 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8209
8210 * gdb.cp/chained-calls.exp: Use p instead of P.
8211
8212 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8213
8214 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8215 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8216
8217 2017-02-14 Tom Tromey <tom@tromey.com>
8218
8219 PR python/13598:
8220 * gdb.python/py-events.exp: Add before_prompt event tests.
8221
8222 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8223
8224 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8225
8226 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8227
8228 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8229 (main): Call my_unique_function_name.
8230 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8231 completion of patterns with a single match.
8232 Add missing -re switches to gdb_test_multiple calls.
8233
8234 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8235
8236 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8237 return if core file is not recognized.
8238
8239 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8240
8241 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8242 and extra UIs.
8243
8244 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8247 proc_with_prefix.
8248
8249 2017-02-10 Tom Tromey <tom@tromey.com>
8250
8251 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8252
8253 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8254
8255 PR gdb/21122
8256 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8257
8258 2017-02-08 Jerome Guitton <guitton@adacore.com>
8259
8260 * gdb.base/define.exp: Add test for command abbreviations
8261 in define.
8262
8263 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8264
8265 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8266 * gdb.reverse/insn-reverse-x86.c: New file.
8267
8268 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8269
8270 PR tdep/20936
8271 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8272
8273 2017-02-03 Tom Tromey <tom@tromey.com>
8274
8275 PR rust/21097:
8276 * gdb.rust/simple.exp: Add new tests.
8277
8278 2017-02-02 Pedro Alves <palves@redhat.com>
8279
8280 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8281 tests.
8282
8283 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8284
8285 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8286 taking a 2-byte value out of a 4-byte DWARF implicit value on
8287 big-endian targets.
8288 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8289 logic. Add test cases for DW_OP_implicit.
8290
8291 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8292
8293 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8294
8295 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8296
8297 * gdb.btrace/enable.exp: Call gdb_exit before
8298 skip_gdbserver_tests.
8299
8300 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8301
8302 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8303 GDBFLAGS.
8304
8305 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8306
8307 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8308 the test is skipped.
8309 * gdb.btrace/data.exp: Likewise.
8310 * gdb.btrace/delta.exp: Likewise.
8311 * gdb.btrace/dlopen.exp: Likewise.
8312 * gdb.btrace/enable-running.exp: Likewise.
8313 * gdb.btrace/enable.exp: Likewise.
8314 * gdb.btrace/exception.exp: Likewise.
8315 * gdb.btrace/function_call_history.exp: Likewise.
8316 * gdb.btrace/gcore.exp: Likewise.
8317 * gdb.btrace/instruction_history.exp: Likewise.
8318 * gdb.btrace/multi-thread-step.exp: Likewise.
8319 * gdb.btrace/nohist.exp: Likewise.
8320 * gdb.btrace/non-stop.exp: Likewise.
8321 * gdb.btrace/reconnect.exp: Likewise.
8322 * gdb.btrace/record_goto-step.exp: Likewise.
8323 * gdb.btrace/record_goto.exp: Likewise.
8324 * gdb.btrace/rn-dl-bind.exp: Likewise.
8325 * gdb.btrace/segv.exp: Likewise.
8326 * gdb.btrace/step.exp: Likewise.
8327 * gdb.btrace/stepi.exp: Likewise.
8328 * gdb.btrace/tailcall-only.exp: Likewise.
8329 * gdb.btrace/tailcall.exp: Likewise.
8330 * gdb.btrace/tsx.exp: Likewise.
8331 * gdb.btrace/unknown_functions.exp: Likewise.
8332 * gdb.btrace/vdso.exp: Likewise.
8333
8334 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8335
8336 * gdb.btrace/enable-running.c: New.
8337 * gdb.btrace/enable-running.exp: New.
8338
8339 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8340
8341 * gdb.arch/amd64-gs_base.c: New file.
8342 * gdb.arch/amd64-gs_base.exp: New file.
8343
8344 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8345
8346 * lib/memory.exp: Remove spurious empty newlines.
8347
8348 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8349
8350 * gdb.python/py-bad-printers.exp: Load python file using "source".
8351 * gdb.python/py-events.exp: Likewise.
8352 * gdb.python/py-evsignal.exp: Likewise.
8353 * gdb.python/py-evthreads.exp: Likewise.
8354 * gdb.python/py-frame-args.exp: Likewise.
8355 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8356 * gdb.python/py-framefilter-mi.exp: Likewise.
8357 * gdb.python/py-framefilter.exp: Likewise.
8358 * gdb.python/py-mi.exp: Likewise.
8359 * gdb.python/py-pp-maint.exp: Likewise.
8360 * gdb.python/py-pp-registration.exp: Likewise.
8361 * gdb.python/py-prettyprint.exp: Likewise.
8362 (run_lang_tests): Likewise.
8363 * gdb.python/py-typeprint.exp: Likewise.
8364
8365 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8366
8367 * lib/memory.exp: New file.
8368 * lib/gdb.exp: Load memory.exp.
8369 * gdb.base/memattr.exp (delete_memory): Move proc to
8370 lib/memory.exp and rename to delete_memory_regions.
8371 Replace delete_memory with delete_memory_regions.
8372 Cleanup memory regions before tests.
8373 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8374 before tests.
8375
8376 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8377
8378 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8379 files.
8380 (initialize): New function conditionally defined.
8381 (testcases): Move within conditional block.
8382 (main): Call initialize.
8383 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8384 of gdb.reverse/insn-reverse.c.
8385 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8386 gdb.reverse/insn-reverse.c.
8387
8388 2017-01-26 Yao Qi <yao.qi@linaro.org>
8389
8390 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8391 disassemble on address 0.
8392
8393 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8394 Yao Qi <yao.qi@linaro.org>
8395
8396 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8397 * gdb.dwarf2/implptr-64bit.S: Remove.
8398 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8399 variables in caller's context. Add DW_OP_implicit_value.
8400
8401 2017-01-25 Yao Qi <yao.qi@linaro.org>
8402
8403 * lib/dwarf.exp (Dwarf::_location): Handle
8404 DW_OP_GNU_implicit_pointer with proper size.
8405
8406 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8407
8408 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8409 and add untested calls.
8410
8411 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8412
8413 * gdb.python/python.exp: Check line number against what GDB thinks
8414 the line number is for func1.
8415
8416 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8417
8418 * gdb.dlang/debug-expr.exp: New file.
8419
8420 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8421
8422 Fix test names for the following files:
8423
8424 * gdb.ada/exec_changed.exp
8425 * gdb.ada/info_types.exp
8426 * gdb.arch/aarch64-atomic-inst.exp
8427 * gdb.arch/aarch64-fp.exp
8428 * gdb.arch/altivec-abi.exp
8429 * gdb.arch/altivec-regs.exp
8430 * gdb.arch/amd64-byte.exp
8431 * gdb.arch/amd64-disp-step.exp
8432 * gdb.arch/amd64-dword.exp
8433 * gdb.arch/amd64-entry-value-inline.exp
8434 * gdb.arch/amd64-entry-value-param.exp
8435 * gdb.arch/amd64-entry-value-paramref.exp
8436 * gdb.arch/amd64-entry-value.exp
8437 * gdb.arch/amd64-i386-address.exp
8438 * gdb.arch/amd64-invalid-stack-middle.exp
8439 * gdb.arch/amd64-invalid-stack-top.exp
8440 * gdb.arch/amd64-optimout-repeat.exp
8441 * gdb.arch/amd64-prologue-skip.exp
8442 * gdb.arch/amd64-prologue-xmm.exp
8443 * gdb.arch/amd64-stap-special-operands.exp
8444 * gdb.arch/amd64-stap-wrong-subexp.exp
8445 * gdb.arch/amd64-tailcall-cxx.exp
8446 * gdb.arch/amd64-tailcall-noret.exp
8447 * gdb.arch/amd64-tailcall-ret.exp
8448 * gdb.arch/amd64-tailcall-self.exp
8449 * gdb.arch/amd64-word.exp
8450 * gdb.arch/arm-bl-branch-dest.exp
8451 * gdb.arch/arm-disp-step.exp
8452 * gdb.arch/arm-neon.exp
8453 * gdb.arch/arm-single-step-kernel-helper.exp
8454 * gdb.arch/avr-flash-qualifier.exp
8455 * gdb.arch/disp-step-insn-reloc.exp
8456 * gdb.arch/e500-abi.exp
8457 * gdb.arch/e500-regs.exp
8458 * gdb.arch/ftrace-insn-reloc.exp
8459 * gdb.arch/i386-avx512.exp
8460 * gdb.arch/i386-bp_permanent.exp
8461 * gdb.arch/i386-byte.exp
8462 * gdb.arch/i386-cfi-notcurrent.exp
8463 * gdb.arch/i386-disp-step.exp
8464 * gdb.arch/i386-dr3-watch.exp
8465 * gdb.arch/i386-float.exp
8466 * gdb.arch/i386-gnu-cfi.exp
8467 * gdb.arch/i386-mpx-map.exp
8468 * gdb.arch/i386-mpx-sigsegv.exp
8469 * gdb.arch/i386-mpx-simple_segv.exp
8470 * gdb.arch/i386-mpx.exp
8471 * gdb.arch/i386-permbkpt.exp
8472 * gdb.arch/i386-prologue.exp
8473 * gdb.arch/i386-signal.exp
8474 * gdb.arch/i386-size-overlap.exp
8475 * gdb.arch/i386-unwind.exp
8476 * gdb.arch/i386-word.exp
8477 * gdb.arch/mips-fcr.exp
8478 * gdb.arch/powerpc-d128-regs.exp
8479 * gdb.arch/powerpc-stackless.exp
8480 * gdb.arch/ppc64-atomic-inst.exp
8481 * gdb.arch/s390-stackless.exp
8482 * gdb.arch/s390-tdbregs.exp
8483 * gdb.arch/s390-vregs.exp
8484 * gdb.arch/sparc-sysstep.exp
8485 * gdb.arch/thumb-bx-pc.exp
8486 * gdb.arch/thumb-singlestep.exp
8487 * gdb.arch/thumb2-it.exp
8488 * gdb.arch/vsx-regs.exp
8489 * gdb.asm/asm-source.exp
8490 * gdb.base/a2-run.exp
8491 * gdb.base/advance.exp
8492 * gdb.base/all-bin.exp
8493 * gdb.base/anon.exp
8494 * gdb.base/args.exp
8495 * gdb.base/arithmet.exp
8496 * gdb.base/async-shell.exp
8497 * gdb.base/async.exp
8498 * gdb.base/attach-pie-noexec.exp
8499 * gdb.base/attach-twice.exp
8500 * gdb.base/auto-load.exp
8501 * gdb.base/bang.exp
8502 * gdb.base/bitfields.exp
8503 * gdb.base/break-always.exp
8504 * gdb.base/break-caller-line.exp
8505 * gdb.base/break-entry.exp
8506 * gdb.base/break-inline.exp
8507 * gdb.base/break-on-linker-gcd-function.exp
8508 * gdb.base/break-probes.exp
8509 * gdb.base/break.exp
8510 * gdb.base/breakpoint-shadow.exp
8511 * gdb.base/call-ar-st.exp
8512 * gdb.base/call-sc.exp
8513 * gdb.base/call-signal-resume.exp
8514 * gdb.base/call-strs.exp
8515 * gdb.base/callfuncs.exp
8516 * gdb.base/catch-fork-static.exp
8517 * gdb.base/catch-gdb-caused-signals.exp
8518 * gdb.base/catch-load.exp
8519 * gdb.base/catch-signal-fork.exp
8520 * gdb.base/catch-signal.exp
8521 * gdb.base/catch-syscall.exp
8522 * gdb.base/charset.exp
8523 * gdb.base/checkpoint.exp
8524 * gdb.base/chng-syms.exp
8525 * gdb.base/code-expr.exp
8526 * gdb.base/code_elim.exp
8527 * gdb.base/commands.exp
8528 * gdb.base/completion.exp
8529 * gdb.base/complex.exp
8530 * gdb.base/cond-expr.exp
8531 * gdb.base/condbreak.exp
8532 * gdb.base/consecutive.exp
8533 * gdb.base/continue-all-already-running.exp
8534 * gdb.base/coredump-filter.exp
8535 * gdb.base/corefile.exp
8536 * gdb.base/dbx.exp
8537 * gdb.base/debug-expr.exp
8538 * gdb.base/define.exp
8539 * gdb.base/del.exp
8540 * gdb.base/disabled-location.exp
8541 * gdb.base/disasm-end-cu.exp
8542 * gdb.base/disasm-optim.exp
8543 * gdb.base/display.exp
8544 * gdb.base/duplicate-bp.exp
8545 * gdb.base/ena-dis-br.exp
8546 * gdb.base/ending-run.exp
8547 * gdb.base/enumval.exp
8548 * gdb.base/environ.exp
8549 * gdb.base/eu-strip-infcall.exp
8550 * gdb.base/eval-avoid-side-effects.exp
8551 * gdb.base/eval-skip.exp
8552 * gdb.base/exitsignal.exp
8553 * gdb.base/expand-psymtabs.exp
8554 * gdb.base/filesym.exp
8555 * gdb.base/find-unmapped.exp
8556 * gdb.base/finish.exp
8557 * gdb.base/float.exp
8558 * gdb.base/foll-exec-mode.exp
8559 * gdb.base/foll-exec.exp
8560 * gdb.base/foll-fork.exp
8561 * gdb.base/fortran-sym-case.exp
8562 * gdb.base/freebpcmd.exp
8563 * gdb.base/func-ptr.exp
8564 * gdb.base/func-ptrs.exp
8565 * gdb.base/funcargs.exp
8566 * gdb.base/gcore-buffer-overflow.exp
8567 * gdb.base/gcore-relro-pie.exp
8568 * gdb.base/gcore-relro.exp
8569 * gdb.base/gcore.exp
8570 * gdb.base/gdb1090.exp
8571 * gdb.base/gdb11530.exp
8572 * gdb.base/gdb11531.exp
8573 * gdb.base/gdb1821.exp
8574 * gdb.base/gdbindex-stabs.exp
8575 * gdb.base/gdbvars.exp
8576 * gdb.base/hbreak.exp
8577 * gdb.base/hbreak2.exp
8578 * gdb.base/included.exp
8579 * gdb.base/infcall-input.exp
8580 * gdb.base/inferior-died.exp
8581 * gdb.base/infnan.exp
8582 * gdb.base/info-macros.exp
8583 * gdb.base/info-os.exp
8584 * gdb.base/info-proc.exp
8585 * gdb.base/info-shared.exp
8586 * gdb.base/info-target.exp
8587 * gdb.base/infoline.exp
8588 * gdb.base/interp.exp
8589 * gdb.base/interrupt.exp
8590 * gdb.base/jit-reader.exp
8591 * gdb.base/jit-simple.exp
8592 * gdb.base/kill-after-signal.exp
8593 * gdb.base/kill-detach-inferiors-cmd.exp
8594 * gdb.base/label.exp
8595 * gdb.base/langs.exp
8596 * gdb.base/ldbl_e308.exp
8597 * gdb.base/line-symtabs.exp
8598 * gdb.base/linespecs.exp
8599 * gdb.base/list.exp
8600 * gdb.base/long_long.exp
8601 * gdb.base/longest-types.exp
8602 * gdb.base/maint.exp
8603 * gdb.base/max-value-size.exp
8604 * gdb.base/memattr.exp
8605 * gdb.base/mips_pro.exp
8606 * gdb.base/morestack.exp
8607 * gdb.base/moribund-step.exp
8608 * gdb.base/multi-forks.exp
8609 * gdb.base/nested-addr.exp
8610 * gdb.base/nextoverexit.exp
8611 * gdb.base/noreturn-finish.exp
8612 * gdb.base/noreturn-return.exp
8613 * gdb.base/nostdlib.exp
8614 * gdb.base/offsets.exp
8615 * gdb.base/opaque.exp
8616 * gdb.base/pc-fp.exp
8617 * gdb.base/permissions.exp
8618 * gdb.base/print-symbol-loading.exp
8619 * gdb.base/prologue-include.exp
8620 * gdb.base/psymtab.exp
8621 * gdb.base/ptype.exp
8622 * gdb.base/random-signal.exp
8623 * gdb.base/randomize.exp
8624 * gdb.base/range-stepping.exp
8625 * gdb.base/readline-ask.exp
8626 * gdb.base/recpar.exp
8627 * gdb.base/recurse.exp
8628 * gdb.base/relational.exp
8629 * gdb.base/restore.exp
8630 * gdb.base/return-nodebug.exp
8631 * gdb.base/return.exp
8632 * gdb.base/run-after-attach.exp
8633 * gdb.base/save-bp.exp
8634 * gdb.base/scope.exp
8635 * gdb.base/sect-cmd.exp
8636 * gdb.base/set-lang-auto.exp
8637 * gdb.base/set-noassign.exp
8638 * gdb.base/setvar.exp
8639 * gdb.base/sigall.exp
8640 * gdb.base/sigbpt.exp
8641 * gdb.base/siginfo-addr.exp
8642 * gdb.base/siginfo-infcall.exp
8643 * gdb.base/siginfo-obj.exp
8644 * gdb.base/siginfo.exp
8645 * gdb.base/signals-state-child.exp
8646 * gdb.base/signest.exp
8647 * gdb.base/sigstep.exp
8648 * gdb.base/sizeof.exp
8649 * gdb.base/skip.exp
8650 * gdb.base/solib-corrupted.exp
8651 * gdb.base/solib-nodir.exp
8652 * gdb.base/solib-search.exp
8653 * gdb.base/stack-checking.exp
8654 * gdb.base/stale-infcall.exp
8655 * gdb.base/stap-probe.exp
8656 * gdb.base/start.exp
8657 * gdb.base/step-break.exp
8658 * gdb.base/step-bt.exp
8659 * gdb.base/step-line.exp
8660 * gdb.base/step-over-exit.exp
8661 * gdb.base/step-over-syscall.exp
8662 * gdb.base/step-resume-infcall.exp
8663 * gdb.base/step-test.exp
8664 * gdb.base/store.exp
8665 * gdb.base/structs3.exp
8666 * gdb.base/sym-file.exp
8667 * gdb.base/symbol-without-target_section.exp
8668 * gdb.base/term.exp
8669 * gdb.base/testenv.exp
8670 * gdb.base/ui-redirect.exp
8671 * gdb.base/until.exp
8672 * gdb.base/unwindonsignal.exp
8673 * gdb.base/value-double-free.exp
8674 * gdb.base/vla-datatypes.exp
8675 * gdb.base/vla-ptr.exp
8676 * gdb.base/vla-sideeffect.exp
8677 * gdb.base/volatile.exp
8678 * gdb.base/watch-cond-infcall.exp
8679 * gdb.base/watch-cond.exp
8680 * gdb.base/watch-non-mem.exp
8681 * gdb.base/watch-read.exp
8682 * gdb.base/watch-vfork.exp
8683 * gdb.base/watchpoint-cond-gone.exp
8684 * gdb.base/watchpoint-delete.exp
8685 * gdb.base/watchpoint-hw-hit-once.exp
8686 * gdb.base/watchpoint-hw.exp
8687 * gdb.base/watchpoint-stops-at-right-insn.exp
8688 * gdb.base/watchpoints.exp
8689 * gdb.base/wchar.exp
8690 * gdb.base/whatis-exp.exp
8691 * gdb.btrace/buffer-size.exp
8692 * gdb.btrace/data.exp
8693 * gdb.btrace/delta.exp
8694 * gdb.btrace/dlopen.exp
8695 * gdb.btrace/enable.exp
8696 * gdb.btrace/exception.exp
8697 * gdb.btrace/function_call_history.exp
8698 * gdb.btrace/gcore.exp
8699 * gdb.btrace/instruction_history.exp
8700 * gdb.btrace/nohist.exp
8701 * gdb.btrace/reconnect.exp
8702 * gdb.btrace/record_goto-step.exp
8703 * gdb.btrace/record_goto.exp
8704 * gdb.btrace/rn-dl-bind.exp
8705 * gdb.btrace/segv.exp
8706 * gdb.btrace/step.exp
8707 * gdb.btrace/stepi.exp
8708 * gdb.btrace/tailcall-only.exp
8709 * gdb.btrace/tailcall.exp
8710 * gdb.btrace/tsx.exp
8711 * gdb.btrace/unknown_functions.exp
8712 * gdb.btrace/vdso.exp
8713 * gdb.compile/compile-ifunc.exp
8714 * gdb.compile/compile-ops.exp
8715 * gdb.compile/compile-print.exp
8716 * gdb.compile/compile-setjmp.exp
8717 * gdb.cp/abstract-origin.exp
8718 * gdb.cp/ambiguous.exp
8719 * gdb.cp/annota2.exp
8720 * gdb.cp/annota3.exp
8721 * gdb.cp/anon-ns.exp
8722 * gdb.cp/anon-struct.exp
8723 * gdb.cp/anon-union.exp
8724 * gdb.cp/arg-reference.exp
8725 * gdb.cp/baseenum.exp
8726 * gdb.cp/bool.exp
8727 * gdb.cp/breakpoint.exp
8728 * gdb.cp/bs15503.exp
8729 * gdb.cp/call-c.exp
8730 * gdb.cp/casts.exp
8731 * gdb.cp/chained-calls.exp
8732 * gdb.cp/class2.exp
8733 * gdb.cp/classes.exp
8734 * gdb.cp/cmpd-minsyms.exp
8735 * gdb.cp/converts.exp
8736 * gdb.cp/cp-relocate.exp
8737 * gdb.cp/cpcompletion.exp
8738 * gdb.cp/cpexprs.exp
8739 * gdb.cp/cplabel.exp
8740 * gdb.cp/cplusfuncs.exp
8741 * gdb.cp/cpsizeof.exp
8742 * gdb.cp/ctti.exp
8743 * gdb.cp/derivation.exp
8744 * gdb.cp/destrprint.exp
8745 * gdb.cp/dispcxx.exp
8746 * gdb.cp/enum-class.exp
8747 * gdb.cp/exception.exp
8748 * gdb.cp/exceptprint.exp
8749 * gdb.cp/expand-psymtabs-cxx.exp
8750 * gdb.cp/expand-sals.exp
8751 * gdb.cp/extern-c.exp
8752 * gdb.cp/filename.exp
8753 * gdb.cp/formatted-ref.exp
8754 * gdb.cp/fpointer.exp
8755 * gdb.cp/gdb1355.exp
8756 * gdb.cp/gdb2495.exp
8757 * gdb.cp/hang.exp
8758 * gdb.cp/impl-this.exp
8759 * gdb.cp/infcall-dlopen.exp
8760 * gdb.cp/inherit.exp
8761 * gdb.cp/iostream.exp
8762 * gdb.cp/koenig.exp
8763 * gdb.cp/local.exp
8764 * gdb.cp/m-data.exp
8765 * gdb.cp/m-static.exp
8766 * gdb.cp/mb-ctor.exp
8767 * gdb.cp/mb-inline.exp
8768 * gdb.cp/mb-templates.exp
8769 * gdb.cp/member-name.exp
8770 * gdb.cp/member-ptr.exp
8771 * gdb.cp/meth-typedefs.exp
8772 * gdb.cp/method.exp
8773 * gdb.cp/method2.exp
8774 * gdb.cp/minsym-fallback.exp
8775 * gdb.cp/misc.exp
8776 * gdb.cp/namelessclass.exp
8777 * gdb.cp/namespace-enum.exp
8778 * gdb.cp/namespace-nested-import.exp
8779 * gdb.cp/namespace.exp
8780 * gdb.cp/nextoverthrow.exp
8781 * gdb.cp/no-dmgl-verbose.exp
8782 * gdb.cp/non-trivial-retval.exp
8783 * gdb.cp/noparam.exp
8784 * gdb.cp/nsdecl.exp
8785 * gdb.cp/nsimport.exp
8786 * gdb.cp/nsnested.exp
8787 * gdb.cp/nsnoimports.exp
8788 * gdb.cp/nsrecurs.exp
8789 * gdb.cp/nsstress.exp
8790 * gdb.cp/nsusing.exp
8791 * gdb.cp/operator.exp
8792 * gdb.cp/oranking.exp
8793 * gdb.cp/overload-const.exp
8794 * gdb.cp/overload.exp
8795 * gdb.cp/ovldbreak.exp
8796 * gdb.cp/ovsrch.exp
8797 * gdb.cp/paren-type.exp
8798 * gdb.cp/parse-lang.exp
8799 * gdb.cp/pass-by-ref.exp
8800 * gdb.cp/pr-1023.exp
8801 * gdb.cp/pr-1210.exp
8802 * gdb.cp/pr-574.exp
8803 * gdb.cp/pr10687.exp
8804 * gdb.cp/pr12028.exp
8805 * gdb.cp/pr17132.exp
8806 * gdb.cp/pr17494.exp
8807 * gdb.cp/pr9067.exp
8808 * gdb.cp/pr9167.exp
8809 * gdb.cp/pr9631.exp
8810 * gdb.cp/printmethod.exp
8811 * gdb.cp/psmang.exp
8812 * gdb.cp/psymtab-parameter.exp
8813 * gdb.cp/ptype-cv-cp.exp
8814 * gdb.cp/ptype-flags.exp
8815 * gdb.cp/re-set-overloaded.exp
8816 * gdb.cp/ref-types.exp
8817 * gdb.cp/rtti.exp
8818 * gdb.cp/scope-err.exp
8819 * gdb.cp/shadow.exp
8820 * gdb.cp/smartp.exp
8821 * gdb.cp/static-method.exp
8822 * gdb.cp/static-print-quit.exp
8823 * gdb.cp/temargs.exp
8824 * gdb.cp/templates.exp
8825 * gdb.cp/try_catch.exp
8826 * gdb.cp/typedef-operator.exp
8827 * gdb.cp/typeid.exp
8828 * gdb.cp/userdef.exp
8829 * gdb.cp/using-crash.exp
8830 * gdb.cp/var-tag.exp
8831 * gdb.cp/virtbase.exp
8832 * gdb.cp/virtfunc.exp
8833 * gdb.cp/virtfunc2.exp
8834 * gdb.cp/vla-cxx.exp
8835 * gdb.disasm/t01_mov.exp
8836 * gdb.disasm/t02_mova.exp
8837 * gdb.disasm/t03_add.exp
8838 * gdb.disasm/t04_sub.exp
8839 * gdb.disasm/t05_cmp.exp
8840 * gdb.disasm/t06_ari2.exp
8841 * gdb.disasm/t07_ari3.exp
8842 * gdb.disasm/t08_or.exp
8843 * gdb.disasm/t09_xor.exp
8844 * gdb.disasm/t10_and.exp
8845 * gdb.disasm/t11_logs.exp
8846 * gdb.disasm/t12_bit.exp
8847 * gdb.disasm/t13_otr.exp
8848 * gdb.dlang/circular.exp
8849 * gdb.dwarf2/arr-stride.exp
8850 * gdb.dwarf2/arr-subrange.exp
8851 * gdb.dwarf2/atomic-type.exp
8852 * gdb.dwarf2/bad-regnum.exp
8853 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8854 * gdb.dwarf2/callframecfa.exp
8855 * gdb.dwarf2/clztest.exp
8856 * gdb.dwarf2/corrupt.exp
8857 * gdb.dwarf2/data-loc.exp
8858 * gdb.dwarf2/dup-psym.exp
8859 * gdb.dwarf2/dw2-anon-mptr.exp
8860 * gdb.dwarf2/dw2-anonymous-func.exp
8861 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8862 * gdb.dwarf2/dw2-bad-unresolved.exp
8863 * gdb.dwarf2/dw2-basic.exp
8864 * gdb.dwarf2/dw2-canonicalize-type.exp
8865 * gdb.dwarf2/dw2-case-insensitive.exp
8866 * gdb.dwarf2/dw2-common-block.exp
8867 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8868 * gdb.dwarf2/dw2-compressed.exp
8869 * gdb.dwarf2/dw2-const.exp
8870 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8871 * gdb.dwarf2/dw2-cu-size.exp
8872 * gdb.dwarf2/dw2-dup-frame.exp
8873 * gdb.dwarf2/dw2-entry-value.exp
8874 * gdb.dwarf2/dw2-icycle.exp
8875 * gdb.dwarf2/dw2-ifort-parameter.exp
8876 * gdb.dwarf2/dw2-inline-break.exp
8877 * gdb.dwarf2/dw2-inline-param.exp
8878 * gdb.dwarf2/dw2-intercu.exp
8879 * gdb.dwarf2/dw2-intermix.exp
8880 * gdb.dwarf2/dw2-lexical-block-bare.exp
8881 * gdb.dwarf2/dw2-linkage-name-trust.exp
8882 * gdb.dwarf2/dw2-minsym-in-cu.exp
8883 * gdb.dwarf2/dw2-noloc.exp
8884 * gdb.dwarf2/dw2-op-call.exp
8885 * gdb.dwarf2/dw2-op-out-param.exp
8886 * gdb.dwarf2/dw2-opt-structptr.exp
8887 * gdb.dwarf2/dw2-param-error.exp
8888 * gdb.dwarf2/dw2-producer.exp
8889 * gdb.dwarf2/dw2-ranges-base.exp
8890 * gdb.dwarf2/dw2-ref-missing-frame.exp
8891 * gdb.dwarf2/dw2-reg-undefined.exp
8892 * gdb.dwarf2/dw2-regno-invalid.exp
8893 * gdb.dwarf2/dw2-restore.exp
8894 * gdb.dwarf2/dw2-restrict.exp
8895 * gdb.dwarf2/dw2-single-line-discriminators.exp
8896 * gdb.dwarf2/dw2-strp.exp
8897 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8898 * gdb.dwarf2/dw2-unresolved.exp
8899 * gdb.dwarf2/dw2-var-zero-addr.exp
8900 * gdb.dwarf2/dw4-sig-types.exp
8901 * gdb.dwarf2/dwz.exp
8902 * gdb.dwarf2/dynarr-ptr.exp
8903 * gdb.dwarf2/enum-type.exp
8904 * gdb.dwarf2/gdb-index.exp
8905 * gdb.dwarf2/implptr-64bit.exp
8906 * gdb.dwarf2/implptr-optimized-out.exp
8907 * gdb.dwarf2/implptr.exp
8908 * gdb.dwarf2/implref-array.exp
8909 * gdb.dwarf2/implref-const.exp
8910 * gdb.dwarf2/implref-global.exp
8911 * gdb.dwarf2/implref-struct.exp
8912 * gdb.dwarf2/mac-fileno.exp
8913 * gdb.dwarf2/main-subprogram.exp
8914 * gdb.dwarf2/member-ptr-forwardref.exp
8915 * gdb.dwarf2/method-ptr.exp
8916 * gdb.dwarf2/missing-sig-type.exp
8917 * gdb.dwarf2/nonvar-access.exp
8918 * gdb.dwarf2/opaque-type-lookup.exp
8919 * gdb.dwarf2/pieces-optimized-out.exp
8920 * gdb.dwarf2/pieces.exp
8921 * gdb.dwarf2/pr10770.exp
8922 * gdb.dwarf2/pr13961.exp
8923 * gdb.dwarf2/staticvirtual.exp
8924 * gdb.dwarf2/subrange.exp
8925 * gdb.dwarf2/symtab-producer.exp
8926 * gdb.dwarf2/trace-crash.exp
8927 * gdb.dwarf2/typeddwarf.exp
8928 * gdb.dwarf2/valop.exp
8929 * gdb.dwarf2/watch-notconst.exp
8930 * gdb.fortran/array-element.exp
8931 * gdb.fortran/charset.exp
8932 * gdb.fortran/common-block.exp
8933 * gdb.fortran/complex.exp
8934 * gdb.fortran/derived-type-function.exp
8935 * gdb.fortran/derived-type.exp
8936 * gdb.fortran/logical.exp
8937 * gdb.fortran/module.exp
8938 * gdb.fortran/multi-dim.exp
8939 * gdb.fortran/nested-funcs.exp
8940 * gdb.fortran/print-formatted.exp
8941 * gdb.fortran/subarray.exp
8942 * gdb.fortran/vla-alloc-assoc.exp
8943 * gdb.fortran/vla-datatypes.exp
8944 * gdb.fortran/vla-history.exp
8945 * gdb.fortran/vla-ptr-info.exp
8946 * gdb.fortran/vla-ptype-sub.exp
8947 * gdb.fortran/vla-ptype.exp
8948 * gdb.fortran/vla-sizeof.exp
8949 * gdb.fortran/vla-type.exp
8950 * gdb.fortran/vla-value-sub-arbitrary.exp
8951 * gdb.fortran/vla-value-sub-finish.exp
8952 * gdb.fortran/vla-value-sub.exp
8953 * gdb.fortran/vla-value.exp
8954 * gdb.fortran/whatis_type.exp
8955 * gdb.go/chan.exp
8956 * gdb.go/handcall.exp
8957 * gdb.go/hello.exp
8958 * gdb.go/integers.exp
8959 * gdb.go/methods.exp
8960 * gdb.go/package.exp
8961 * gdb.go/strings.exp
8962 * gdb.go/types.exp
8963 * gdb.go/unsafe.exp
8964 * gdb.guile/scm-arch.exp
8965 * gdb.guile/scm-block.exp
8966 * gdb.guile/scm-breakpoint.exp
8967 * gdb.guile/scm-cmd.exp
8968 * gdb.guile/scm-disasm.exp
8969 * gdb.guile/scm-equal.exp
8970 * gdb.guile/scm-frame-args.exp
8971 * gdb.guile/scm-frame-inline.exp
8972 * gdb.guile/scm-frame.exp
8973 * gdb.guile/scm-iterator.exp
8974 * gdb.guile/scm-math.exp
8975 * gdb.guile/scm-objfile.exp
8976 * gdb.guile/scm-ports.exp
8977 * gdb.guile/scm-symbol.exp
8978 * gdb.guile/scm-symtab.exp
8979 * gdb.guile/scm-value-cc.exp
8980 * gdb.guile/types-module.exp
8981 * gdb.linespec/break-ask.exp
8982 * gdb.linespec/cpexplicit.exp
8983 * gdb.linespec/explicit.exp
8984 * gdb.linespec/keywords.exp
8985 * gdb.linespec/linespec.exp
8986 * gdb.linespec/ls-dollar.exp
8987 * gdb.linespec/ls-errs.exp
8988 * gdb.linespec/skip-two.exp
8989 * gdb.linespec/thread.exp
8990 * gdb.mi/mi-async.exp
8991 * gdb.mi/mi-basics.exp
8992 * gdb.mi/mi-break.exp
8993 * gdb.mi/mi-catch-load.exp
8994 * gdb.mi/mi-cli.exp
8995 * gdb.mi/mi-cmd-param-changed.exp
8996 * gdb.mi/mi-console.exp
8997 * gdb.mi/mi-detach.exp
8998 * gdb.mi/mi-disassemble.exp
8999 * gdb.mi/mi-eval.exp
9000 * gdb.mi/mi-file-transfer.exp
9001 * gdb.mi/mi-file.exp
9002 * gdb.mi/mi-fill-memory.exp
9003 * gdb.mi/mi-inheritance-syntax-error.exp
9004 * gdb.mi/mi-linespec-err-cp.exp
9005 * gdb.mi/mi-logging.exp
9006 * gdb.mi/mi-memory-changed.exp
9007 * gdb.mi/mi-read-memory.exp
9008 * gdb.mi/mi-record-changed.exp
9009 * gdb.mi/mi-reg-undefined.exp
9010 * gdb.mi/mi-regs.exp
9011 * gdb.mi/mi-return.exp
9012 * gdb.mi/mi-reverse.exp
9013 * gdb.mi/mi-simplerun.exp
9014 * gdb.mi/mi-solib.exp
9015 * gdb.mi/mi-stack.exp
9016 * gdb.mi/mi-stepi.exp
9017 * gdb.mi/mi-syn-frame.exp
9018 * gdb.mi/mi-until.exp
9019 * gdb.mi/mi-var-block.exp
9020 * gdb.mi/mi-var-child.exp
9021 * gdb.mi/mi-var-cmd.exp
9022 * gdb.mi/mi-var-cp.exp
9023 * gdb.mi/mi-var-display.exp
9024 * gdb.mi/mi-var-invalidate.exp
9025 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9026 * gdb.mi/mi-vla-fortran.exp
9027 * gdb.mi/mi-watch.exp
9028 * gdb.mi/mi2-var-child.exp
9029 * gdb.mi/user-selected-context-sync.exp
9030 * gdb.modula2/unbounded-array.exp
9031 * gdb.multi/dummy-frame-restore.exp
9032 * gdb.multi/multi-arch-exec.exp
9033 * gdb.multi/multi-arch.exp
9034 * gdb.multi/tids.exp
9035 * gdb.multi/watchpoint-multi.exp
9036 * gdb.opencl/callfuncs.exp
9037 * gdb.opencl/convs_casts.exp
9038 * gdb.opencl/datatypes.exp
9039 * gdb.opencl/operators.exp
9040 * gdb.opencl/vec_comps.exp
9041 * gdb.opt/clobbered-registers-O2.exp
9042 * gdb.opt/inline-break.exp
9043 * gdb.opt/inline-bt.exp
9044 * gdb.opt/inline-cmds.exp
9045 * gdb.opt/inline-locals.exp
9046 * gdb.pascal/case-insensitive-symbols.exp
9047 * gdb.pascal/floats.exp
9048 * gdb.pascal/gdb11492.exp
9049 * gdb.python/lib-types.exp
9050 * gdb.python/py-arch.exp
9051 * gdb.python/py-as-string.exp
9052 * gdb.python/py-bad-printers.exp
9053 * gdb.python/py-block.exp
9054 * gdb.python/py-breakpoint-create-fail.exp
9055 * gdb.python/py-breakpoint.exp
9056 * gdb.python/py-caller-is.exp
9057 * gdb.python/py-cmd.exp
9058 * gdb.python/py-explore-cc.exp
9059 * gdb.python/py-explore.exp
9060 * gdb.python/py-finish-breakpoint.exp
9061 * gdb.python/py-finish-breakpoint2.exp
9062 * gdb.python/py-frame-args.exp
9063 * gdb.python/py-frame-inline.exp
9064 * gdb.python/py-frame.exp
9065 * gdb.python/py-framefilter-mi.exp
9066 * gdb.python/py-infthread.exp
9067 * gdb.python/py-lazy-string.exp
9068 * gdb.python/py-linetable.exp
9069 * gdb.python/py-mi-events.exp
9070 * gdb.python/py-mi-objfile.exp
9071 * gdb.python/py-mi.exp
9072 * gdb.python/py-objfile.exp
9073 * gdb.python/py-pp-integral.exp
9074 * gdb.python/py-pp-maint.exp
9075 * gdb.python/py-pp-re-notag.exp
9076 * gdb.python/py-pp-registration.exp
9077 * gdb.python/py-recurse-unwind.exp
9078 * gdb.python/py-strfns.exp
9079 * gdb.python/py-symbol.exp
9080 * gdb.python/py-symtab.exp
9081 * gdb.python/py-sync-interp.exp
9082 * gdb.python/py-typeprint.exp
9083 * gdb.python/py-unwind-maint.exp
9084 * gdb.python/py-unwind.exp
9085 * gdb.python/py-value-cc.exp
9086 * gdb.python/py-xmethods.exp
9087 * gdb.reverse/amd64-tailcall-reverse.exp
9088 * gdb.reverse/break-precsave.exp
9089 * gdb.reverse/break-reverse.exp
9090 * gdb.reverse/consecutive-precsave.exp
9091 * gdb.reverse/consecutive-reverse.exp
9092 * gdb.reverse/finish-precsave.exp
9093 * gdb.reverse/finish-reverse-bkpt.exp
9094 * gdb.reverse/finish-reverse.exp
9095 * gdb.reverse/fstatat-reverse.exp
9096 * gdb.reverse/getresuid-reverse.exp
9097 * gdb.reverse/i386-precsave.exp
9098 * gdb.reverse/i386-reverse.exp
9099 * gdb.reverse/i386-sse-reverse.exp
9100 * gdb.reverse/i387-env-reverse.exp
9101 * gdb.reverse/i387-stack-reverse.exp
9102 * gdb.reverse/insn-reverse.exp
9103 * gdb.reverse/machinestate-precsave.exp
9104 * gdb.reverse/machinestate.exp
9105 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9106 * gdb.reverse/pipe-reverse.exp
9107 * gdb.reverse/readv-reverse.exp
9108 * gdb.reverse/recvmsg-reverse.exp
9109 * gdb.reverse/rerun-prec.exp
9110 * gdb.reverse/s390-mvcle.exp
9111 * gdb.reverse/step-precsave.exp
9112 * gdb.reverse/step-reverse.exp
9113 * gdb.reverse/time-reverse.exp
9114 * gdb.reverse/until-precsave.exp
9115 * gdb.reverse/until-reverse.exp
9116 * gdb.reverse/waitpid-reverse.exp
9117 * gdb.reverse/watch-precsave.exp
9118 * gdb.reverse/watch-reverse.exp
9119 * gdb.rust/generics.exp
9120 * gdb.rust/methods.exp
9121 * gdb.rust/modules.exp
9122 * gdb.rust/simple.exp
9123 * gdb.server/connect-with-no-symbol-file.exp
9124 * gdb.server/ext-attach.exp
9125 * gdb.server/ext-restart.exp
9126 * gdb.server/ext-wrapper.exp
9127 * gdb.server/file-transfer.exp
9128 * gdb.server/server-exec-info.exp
9129 * gdb.server/server-kill.exp
9130 * gdb.server/server-mon.exp
9131 * gdb.server/wrapper.exp
9132 * gdb.stabs/exclfwd.exp
9133 * gdb.stabs/gdb11479.exp
9134 * gdb.threads/clone-new-thread-event.exp
9135 * gdb.threads/corethreads.exp
9136 * gdb.threads/current-lwp-dead.exp
9137 * gdb.threads/dlopen-libpthread.exp
9138 * gdb.threads/gcore-thread.exp
9139 * gdb.threads/sigstep-threads.exp
9140 * gdb.threads/watchpoint-fork.exp
9141 * gdb.trace/actions-changed.exp
9142 * gdb.trace/backtrace.exp
9143 * gdb.trace/change-loc.exp
9144 * gdb.trace/circ.exp
9145 * gdb.trace/collection.exp
9146 * gdb.trace/disconnected-tracing.exp
9147 * gdb.trace/ftrace.exp
9148 * gdb.trace/mi-trace-frame-collected.exp
9149 * gdb.trace/mi-trace-unavailable.exp
9150 * gdb.trace/mi-traceframe-changed.exp
9151 * gdb.trace/mi-tsv-changed.exp
9152 * gdb.trace/no-attach-trace.exp
9153 * gdb.trace/passc-dyn.exp
9154 * gdb.trace/qtro.exp
9155 * gdb.trace/range-stepping.exp
9156 * gdb.trace/read-memory.exp
9157 * gdb.trace/save-trace.exp
9158 * gdb.trace/signal.exp
9159 * gdb.trace/status-stop.exp
9160 * gdb.trace/tfile.exp
9161 * gdb.trace/trace-break.exp
9162 * gdb.trace/trace-buffer-size.exp
9163 * gdb.trace/trace-condition.exp
9164 * gdb.trace/tracefile-pseudo-reg.exp
9165 * gdb.trace/tstatus.exp
9166 * gdb.trace/unavailable.exp
9167 * gdb.trace/while-dyn.exp
9168 * gdb.trace/while-stepping.exp
9169
9170 2016-12-22 Doug Evans <xdje42@gmail.com>
9171
9172 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9173 and msymbols.
9174
9175 2016-12-19 Yao Qi <yao.qi@linaro.org>
9176
9177 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9178 (test_with_self): Don't call do_steps_and_nexts, and remove
9179 code about stepping into xmalloc.
9180
9181 2016-12-09 Yao Qi <yao.qi@linaro.org>
9182
9183 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9184
9185 2016-12-09 Yao Qi <yao.qi@linaro.org>
9186
9187 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9188
9189 2016-12-09 Pedro Alves <palves@redhat.com>
9190
9191 * gdb.base/all-architectures-0.exp: New file.
9192 * gdb.base/all-architectures-1.exp: New file.
9193 * gdb.base/all-architectures-2.exp: New file.
9194 * gdb.base/all-architectures-3.exp: New file.
9195 * gdb.base/all-architectures-4.exp: New file.
9196 * gdb.base/all-architectures-5.exp: New file.
9197 * gdb.base/all-architectures-6.exp: New file.
9198 * gdb.base/all-architectures-7.exp: New file.
9199 * gdb.base/all-architectures.exp.in: New file.
9200
9201 2016-12-09 Yao Qi <yao.qi@linaro.org>
9202
9203 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9204
9205 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9206
9207 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9208 possible.
9209 Remove useless pattern-matching code.
9210
9211 2016-12-02 Pedro Alves <palves@redhat.com>
9212
9213 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9214 procedure.
9215 (top level): Call it.
9216
9217 2016-12-02 Pedro Alves <palves@redhat.com>
9218
9219 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9220 New procedure.
9221 (top level): Call it.
9222
9223 2016-12-02 Pedro Alves <palves@redhat.com>
9224
9225 PR cli/20559
9226 * gdb.base/commands.exp (user_defined_command_args_eval): New
9227 procedure.
9228 (top level): Call it.
9229
9230 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9231
9232 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9233 timeout handling.
9234
9235 2016-12-02 Tom Tromey <tom@tromey.com>
9236
9237 * gdb.dwarf2/main-subprogram.c: New file.
9238 * gdb.dwarf2/main-subprogram.exp: New file.
9239
9240 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9241
9242 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9243 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9244 gdb_test_no_output for a couple of cases.
9245 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9246
9247 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9248
9249 Fix test names and standardize compilation error messages throughout
9250 the following files:
9251
9252 * gdb.ada/start.exp
9253 * gdb.arch/alpha-step.exp
9254 * gdb.arch/e500-prologue.exp
9255 * gdb.arch/ftrace-insn-reloc.exp
9256 * gdb.arch/gdb1291.exp
9257 * gdb.arch/gdb1431.exp
9258 * gdb.arch/gdb1558.exp
9259 * gdb.arch/i386-dr3-watch.exp
9260 * gdb.arch/i386-sse-stack-align.exp
9261 * gdb.arch/ia64-breakpoint-shadow.exp
9262 * gdb.arch/pa-nullify.exp
9263 * gdb.arch/powerpc-aix-prologue.exp
9264 * gdb.arch/thumb-bx-pc.exp
9265 * gdb.base/annota1.exp
9266 * gdb.base/annota3.exp
9267 * gdb.base/arrayidx.exp
9268 * gdb.base/assign.exp
9269 * gdb.base/attach.exp
9270 * gdb.base/auxv.exp
9271 * gdb.base/bang.exp
9272 * gdb.base/bfp-test.exp
9273 * gdb.base/bigcore.exp
9274 * gdb.base/bitfields2.exp
9275 * gdb.base/break-fun-addr.exp
9276 * gdb.base/break-probes.exp
9277 * gdb.base/call-rt-st.exp
9278 * gdb.base/callexit.exp
9279 * gdb.base/catch-fork-kill.exp
9280 * gdb.base/charset.exp
9281 * gdb.base/checkpoint.exp
9282 * gdb.base/comprdebug.exp
9283 * gdb.base/constvars.exp
9284 * gdb.base/coredump-filter.exp
9285 * gdb.base/cursal.exp
9286 * gdb.base/cvexpr.exp
9287 * gdb.base/detach.exp
9288 * gdb.base/display.exp
9289 * gdb.base/dmsym.exp
9290 * gdb.base/dprintf-pending.exp
9291 * gdb.base/dso2dso.exp
9292 * gdb.base/dtrace-probe.exp
9293 * gdb.base/dump.exp
9294 * gdb.base/enum_cond.exp
9295 * gdb.base/exe-lock.exp
9296 * gdb.base/exec-invalid-sysroot.exp
9297 * gdb.base/execl-update-breakpoints.exp
9298 * gdb.base/exprs.exp
9299 * gdb.base/fileio.exp
9300 * gdb.base/find.exp
9301 * gdb.base/finish.exp
9302 * gdb.base/fixsection.exp
9303 * gdb.base/foll-vfork.exp
9304 * gdb.base/frame-args.exp
9305 * gdb.base/gcore.exp
9306 * gdb.base/gdb1250.exp
9307 * gdb.base/global-var-nested-by-dso.exp
9308 * gdb.base/gnu-ifunc.exp
9309 * gdb.base/hashline1.exp
9310 * gdb.base/hashline2.exp
9311 * gdb.base/hashline3.exp
9312 * gdb.base/hbreak-in-shr-unsupported.exp
9313 * gdb.base/huge.exp
9314 * gdb.base/infcall-input.exp
9315 * gdb.base/info-fun.exp
9316 * gdb.base/info-shared.exp
9317 * gdb.base/jit-simple.exp
9318 * gdb.base/jit-so.exp
9319 * gdb.base/jit.exp
9320 * gdb.base/jump.exp
9321 * gdb.base/label.exp
9322 * gdb.base/lineinc.exp
9323 * gdb.base/logical.exp
9324 * gdb.base/longjmp.exp
9325 * gdb.base/macscp.exp
9326 * gdb.base/miscexprs.exp
9327 * gdb.base/new-ui-echo.exp
9328 * gdb.base/new-ui-pending-input.exp
9329 * gdb.base/new-ui.exp
9330 * gdb.base/nodebug.exp
9331 * gdb.base/nofield.exp
9332 * gdb.base/offsets.exp
9333 * gdb.base/overlays.exp
9334 * gdb.base/pending.exp
9335 * gdb.base/pointers.exp
9336 * gdb.base/pr11022.exp
9337 * gdb.base/printcmds.exp
9338 * gdb.base/prologue.exp
9339 * gdb.base/ptr-typedef.exp
9340 * gdb.base/realname-expand.exp
9341 * gdb.base/relativedebug.exp
9342 * gdb.base/relocate.exp
9343 * gdb.base/remote.exp
9344 * gdb.base/reread.exp
9345 * gdb.base/return2.exp
9346 * gdb.base/savedregs.exp
9347 * gdb.base/sep.exp
9348 * gdb.base/sepdebug.exp
9349 * gdb.base/sepsymtab.exp
9350 * gdb.base/set-inferior-tty.exp
9351 * gdb.base/setshow.exp
9352 * gdb.base/shlib-call.exp
9353 * gdb.base/sigaltstack.exp
9354 * gdb.base/siginfo-addr.exp
9355 * gdb.base/signals.exp
9356 * gdb.base/signull.exp
9357 * gdb.base/sigrepeat.exp
9358 * gdb.base/so-impl-ld.exp
9359 * gdb.base/solib-display.exp
9360 * gdb.base/solib-overlap.exp
9361 * gdb.base/solib-search.exp
9362 * gdb.base/solib-symbol.exp
9363 * gdb.base/structs.exp
9364 * gdb.base/structs2.exp
9365 * gdb.base/symtab-search-order.exp
9366 * gdb.base/twice.exp
9367 * gdb.base/unload.exp
9368 * gdb.base/varargs.exp
9369 * gdb.base/watchpoint-solib.exp
9370 * gdb.base/watchpoint.exp
9371 * gdb.base/whatis.exp
9372 * gdb.base/wrong_frame_bt_full.exp
9373 * gdb.btrace/dlopen.exp
9374 * gdb.cell/ea-standalone.exp
9375 * gdb.cell/ea-test.exp
9376 * gdb.cp/dispcxx.exp
9377 * gdb.cp/gdb2384.exp
9378 * gdb.cp/method2.exp
9379 * gdb.cp/nextoverthrow.exp
9380 * gdb.cp/pr10728.exp
9381 * gdb.disasm/am33.exp
9382 * gdb.disasm/h8300s.exp
9383 * gdb.disasm/mn10300.exp
9384 * gdb.disasm/sh3.exp
9385 * gdb.dwarf2/dw2-dir-file-name.exp
9386 * gdb.fortran/complex.exp
9387 * gdb.fortran/library-module.exp
9388 * gdb.guile/scm-pretty-print.exp
9389 * gdb.guile/scm-symbol.exp
9390 * gdb.guile/scm-type.exp
9391 * gdb.guile/scm-value.exp
9392 * gdb.linespec/linespec.exp
9393 * gdb.mi/gdb701.exp
9394 * gdb.mi/gdb792.exp
9395 * gdb.mi/mi-breakpoint-changed.exp
9396 * gdb.mi/mi-dprintf-pending.exp
9397 * gdb.mi/mi-dprintf.exp
9398 * gdb.mi/mi-exit-code.exp
9399 * gdb.mi/mi-pending.exp
9400 * gdb.mi/mi-solib.exp
9401 * gdb.mi/new-ui-mi-sync.exp
9402 * gdb.mi/pr11022.exp
9403 * gdb.mi/user-selected-context-sync.exp
9404 * gdb.opt/solib-intra-step.exp
9405 * gdb.python/py-events.exp
9406 * gdb.python/py-finish-breakpoint.exp
9407 * gdb.python/py-mi.exp
9408 * gdb.python/py-prettyprint.exp
9409 * gdb.python/py-shared.exp
9410 * gdb.python/py-symbol.exp
9411 * gdb.python/py-template.exp
9412 * gdb.python/py-type.exp
9413 * gdb.python/py-value.exp
9414 * gdb.reverse/solib-precsave.exp
9415 * gdb.reverse/solib-reverse.exp
9416 * gdb.server/solib-list.exp
9417 * gdb.stabs/weird.exp
9418 * gdb.threads/reconnect-signal.exp
9419 * gdb.threads/stepi-random-signal.exp
9420 * gdb.trace/actions.exp
9421 * gdb.trace/ax.exp
9422 * gdb.trace/backtrace.exp
9423 * gdb.trace/change-loc.exp
9424 * gdb.trace/deltrace.exp
9425 * gdb.trace/ftrace-lock.exp
9426 * gdb.trace/ftrace.exp
9427 * gdb.trace/infotrace.exp
9428 * gdb.trace/mi-tracepoint-changed.exp
9429 * gdb.trace/packetlen.exp
9430 * gdb.trace/passcount.exp
9431 * gdb.trace/pending.exp
9432 * gdb.trace/range-stepping.exp
9433 * gdb.trace/report.exp
9434 * gdb.trace/stap-trace.exp
9435 * gdb.trace/tfind.exp
9436 * gdb.trace/trace-break.exp
9437 * gdb.trace/trace-condition.exp
9438 * gdb.trace/trace-enable-disable.exp
9439 * gdb.trace/trace-mt.exp
9440 * gdb.trace/tracecmd.exp
9441 * gdb.trace/tspeed.exp
9442 * gdb.trace/tsv.exp
9443 * lib/perftest.exp
9444
9445 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9446
9447 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9448 with gdb_test_no_output.
9449 Use command as test name.
9450
9451 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9452
9453 Fix test names starting with uppercase throughout the files.
9454
9455 * gdb.ada/assign_1.exp
9456 * gdb.ada/boolean_expr.exp
9457 * gdb.base/arrayidx.exp
9458 * gdb.base/del.exp
9459 * gdb.base/gcore-buffer-overflow.exp
9460 * gdb.base/testenv.exp
9461 * gdb.compile/compile.exp
9462 * gdb.python/py-framefilter-invalidarg.exp
9463 * gdb.python/py-framefilter.exp
9464
9465 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9466
9467 Fix test names starting with uppercase throughout the files.
9468
9469 * gdb.ada/array_return.exp
9470 * gdb.ada/expr_delims.exp
9471 * gdb.ada/mi_dyn_arr.exp
9472 * gdb.ada/mi_interface.exp
9473 * gdb.ada/mi_var_array.exp
9474 * gdb.ada/watch_arg.exp
9475 * gdb.arch/alpha-step.exp
9476 * gdb.arch/altivec-regs.exp
9477 * gdb.arch/e500-regs.exp
9478 * gdb.arch/powerpc-d128-regs.exp
9479 * gdb.base/arrayidx.exp
9480 * gdb.base/break.exp
9481 * gdb.base/checkpoint.exp
9482 * gdb.base/debug-expr.exp
9483 * gdb.base/dmsym.exp
9484 * gdb.base/radix.exp
9485 * gdb.base/sepdebug.exp
9486 * gdb.base/testenv.exp
9487 * gdb.base/watch_thread_num.exp
9488 * gdb.base/watchpoint-cond-gone.exp
9489 * gdb.cell/break.exp
9490 * gdb.cell/ea-cache.exp
9491 * gdb.compile/compile.exp
9492 * gdb.cp/gdb2495.exp
9493 * gdb.gdb/selftest.exp
9494 * gdb.gdb/xfullpath.exp
9495 * gdb.go/hello.exp
9496 * gdb.go/integers.exp
9497 * gdb.objc/basicclass.exp
9498 * gdb.pascal/hello.exp
9499 * gdb.pascal/integers.exp
9500 * gdb.python/py-breakpoint.exp
9501 * gdb.python/py-cmd.exp
9502 * gdb.python/py-linetable.exp
9503 * gdb.python/py-xmethods.exp
9504 * gdb.python/python.exp
9505 * gdb.reverse/consecutive-precsave.exp
9506 * gdb.reverse/finish-precsave.exp
9507 * gdb.reverse/i386-precsave.exp
9508 * gdb.reverse/machinestate-precsave.exp
9509 * gdb.reverse/sigall-precsave.exp
9510 * gdb.reverse/solib-precsave.exp
9511 * gdb.reverse/step-precsave.exp
9512 * gdb.reverse/until-precsave.exp
9513 * gdb.reverse/watch-precsave.exp
9514 * gdb.threads/leader-exit.exp
9515 * gdb.threads/pthreads.exp
9516 * gdb.threads/wp-replication.exp
9517 * gdb.trace/actions.exp
9518 * gdb.trace/mi-tsv-changed.exp
9519 * gdb.trace/tsv.exp
9520
9521 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9522
9523 Fix test names starting with uppercase throughout the files.
9524
9525 * gdb.arch/i386-bp_permanent.exp
9526 * gdb.arch/i386-gnu-cfi.exp
9527 * gdb.base/disasm-end-cu.exp
9528 * gdb.base/macscp.exp
9529 * gdb.base/pending.exp
9530 * gdb.base/watch_thread_num.exp
9531 * gdb.cp/exception.exp
9532 * gdb.cp/gdb2495.exp
9533 * gdb.cp/local.exp
9534 * gdb.python/py-evsignal.exp
9535 * gdb.python/python.exp
9536 * gdb.trace/tracecmd.exp
9537
9538 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9539
9540 Fix test names starting with uppercase throughout the files.
9541
9542 * gdb.base/charset.exp
9543 * gdb.base/eval.exp
9544 * gdb.base/multi-forks.exp
9545 * gdb.guile/scm-progspace.exp
9546 * gdb.opencl/datatypes.exp
9547 * gdb.python/py-block.exp
9548 * gdb.python/py-function.exp
9549 * gdb.python/py-symbol.exp
9550 * gdb.python/py-symtab.exp
9551 * gdb.python/py-xmethods.exp
9552 * gdb.reverse/break-precsave.exp
9553 * gdb.reverse/break-reverse.exp
9554 * gdb.reverse/consecutive-precsave.exp
9555 * gdb.reverse/consecutive-reverse.exp
9556 * gdb.reverse/finish-precsave.exp
9557 * gdb.reverse/finish-reverse-bkpt.exp
9558 * gdb.reverse/finish-reverse.exp
9559 * gdb.reverse/fstatat-reverse.exp
9560 * gdb.reverse/getresuid-reverse.exp
9561 * gdb.reverse/i386-precsave.exp
9562 * gdb.reverse/i386-reverse.exp
9563 * gdb.reverse/i386-sse-reverse.exp
9564 * gdb.reverse/i387-stack-reverse.exp
9565 * gdb.reverse/insn-reverse.exp
9566 * gdb.reverse/machinestate-precsave.exp
9567 * gdb.reverse/machinestate.exp
9568 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9569 * gdb.reverse/pipe-reverse.exp
9570 * gdb.reverse/readv-reverse.exp
9571 * gdb.reverse/recvmsg-reverse.exp
9572 * gdb.reverse/rerun-prec.exp
9573 * gdb.reverse/s390-mvcle.exp
9574 * gdb.reverse/sigall-precsave.exp
9575 * gdb.reverse/sigall-reverse.exp
9576 * gdb.reverse/solib-precsave.exp
9577 * gdb.reverse/solib-reverse.exp
9578 * gdb.reverse/step-precsave.exp
9579 * gdb.reverse/step-reverse.exp
9580 * gdb.reverse/time-reverse.exp
9581 * gdb.reverse/until-precsave.exp
9582 * gdb.reverse/until-reverse.exp
9583 * gdb.reverse/waitpid-reverse.exp
9584 * gdb.reverse/watch-precsave.exp
9585 * gdb.reverse/watch-reverse.exp
9586
9587 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9588
9589 Fix test names starting with uppercase throughout the files.
9590
9591 * gdb.arch/i386-mpx-simple_segv.exp
9592 * gdb.arch/i386-mpx.exp
9593 * gdb.arch/i386-permbkpt.exp
9594 * gdb.arch/pa-nullify.exp
9595 * gdb.arch/powerpc-d128-regs.exp
9596 * gdb.arch/vsx-regs.exp
9597 * gdb.base/bfp-test.exp
9598 * gdb.base/break.exp
9599 * gdb.base/breakpoint-shadow.exp
9600 * gdb.base/callfuncs.exp
9601 * gdb.base/charset.exp
9602 * gdb.base/commands.exp
9603 * gdb.base/completion.exp
9604 * gdb.base/dfp-test.exp
9605 * gdb.base/echo.exp
9606 * gdb.base/ending-run.exp
9607 * gdb.base/eval.exp
9608 * gdb.base/expand-psymtabs.exp
9609 * gdb.base/float128.exp
9610 * gdb.base/floatn.exp
9611 * gdb.base/foll-exec-mode.exp
9612 * gdb.base/gdb1056.exp
9613 * gdb.base/gdb11531.exp
9614 * gdb.base/kill-after-signal.exp
9615 * gdb.base/multi-forks.exp
9616 * gdb.base/overlays.exp
9617 * gdb.base/pending.exp
9618 * gdb.base/sepdebug.exp
9619 * gdb.base/testenv.exp
9620 * gdb.base/valgrind-db-attach.exp
9621 * gdb.base/watch_thread_num.exp
9622 * gdb.base/watchpoint-cond-gone.exp
9623 * gdb.base/watchpoint.exp
9624 * gdb.base/watchpoints.exp
9625 * gdb.cp/arg-reference.exp
9626 * gdb.cp/baseenum.exp
9627 * gdb.cp/operator.exp
9628 * gdb.cp/shadow.exp
9629 * gdb.dwarf2/dw2-op-out-param.exp
9630 * gdb.dwarf2/dw2-reg-undefined.exp
9631 * gdb.go/chan.exp
9632 * gdb.go/hello.exp
9633 * gdb.go/integers.exp
9634 * gdb.go/methods.exp
9635 * gdb.go/package.exp
9636 * gdb.guile/scm-parameter.exp
9637 * gdb.guile/scm-progspace.exp
9638 * gdb.guile/scm-value.exp
9639 * gdb.mi/mi-pending.exp
9640 * gdb.mi/user-selected-context-sync.exp
9641 * gdb.multi/multi-attach.exp
9642 * gdb.multi/tids.exp
9643 * gdb.opt/clobbered-registers-O2.exp
9644 * gdb.pascal/floats.exp
9645 * gdb.pascal/integers.exp
9646 * gdb.python/py-block.exp
9647 * gdb.python/py-events.exp
9648 * gdb.python/py-parameter.exp
9649 * gdb.python/py-symbol.exp
9650 * gdb.python/py-symtab.exp
9651 * gdb.python/py-type.exp
9652 * gdb.python/py-value.exp
9653 * gdb.python/py-xmethods.exp
9654 * gdb.python/python.exp
9655 * gdb.reverse/break-precsave.exp
9656 * gdb.reverse/consecutive-precsave.exp
9657 * gdb.reverse/finish-precsave.exp
9658 * gdb.reverse/i386-precsave.exp
9659 * gdb.reverse/machinestate-precsave.exp
9660 * gdb.reverse/sigall-precsave.exp
9661 * gdb.reverse/solib-precsave.exp
9662 * gdb.reverse/step-precsave.exp
9663 * gdb.reverse/until-precsave.exp
9664 * gdb.reverse/watch-precsave.exp
9665 * gdb.server/ext-attach.exp
9666 * gdb.server/ext-restart.exp
9667 * gdb.server/ext-run.exp
9668 * gdb.server/ext-wrapper.exp
9669 * gdb.stabs/gdb11479.exp
9670 * gdb.stabs/weird.exp
9671 * gdb.threads/attach-many-short-lived-threads.exp
9672 * gdb.threads/kill.exp
9673 * gdb.threads/watchpoint-fork.exp
9674
9675 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9676
9677 Fix test names starting with uppercase throughout all the files below.
9678
9679 * gdb.ada/array_return.exp
9680 * gdb.ada/catch_ex.exp
9681 * gdb.ada/info_exc.exp
9682 * gdb.ada/mi_catch_ex.exp
9683 * gdb.ada/mi_dyn_arr.exp
9684 * gdb.ada/mi_ex_cond.exp
9685 * gdb.ada/mi_exc_info.exp
9686 * gdb.ada/mi_interface.exp
9687 * gdb.ada/mi_task_arg.exp
9688 * gdb.ada/mi_task_info.exp
9689 * gdb.ada/mi_var_array.exp
9690 * gdb.arch/alpha-step.exp
9691 * gdb.arch/amd64-disp-step.exp
9692 * gdb.arch/arm-disp-step.exp
9693 * gdb.arch/disp-step-insn-reloc.exp
9694 * gdb.arch/e500-prologue.exp
9695 * gdb.arch/ftrace-insn-reloc.exp
9696 * gdb.arch/gdb1558.exp
9697 * gdb.arch/i386-bp_permanent.exp
9698 * gdb.arch/i386-disp-step.exp
9699 * gdb.arch/i386-float.exp
9700 * gdb.arch/i386-gnu-cfi.exp
9701 * gdb.arch/ia64-breakpoint-shadow.exp
9702 * gdb.arch/mips16-thunks.exp
9703 * gdb.arch/pa-nullify.exp
9704 * gdb.arch/powerpc-aix-prologue.exp
9705 * gdb.arch/powerpc-power.exp
9706 * gdb.arch/ppc-dfp.exp
9707 * gdb.arch/s390-tdbregs.exp
9708 * gdb.arch/spu-info.exp
9709 * gdb.arch/spu-ls.exp
9710 * gdb.arch/thumb-bx-pc.exp
9711 * gdb.base/advance.exp
9712 * gdb.base/annota-input-while-running.exp
9713 * gdb.base/arrayidx.exp
9714 * gdb.base/asmlabel.exp
9715 * gdb.base/async.exp
9716 * gdb.base/attach-wait-input.exp
9717 * gdb.base/auto-connect-native-target.exp
9718 * gdb.base/batch-preserve-term-settings.exp
9719 * gdb.base/bfp-test.exp
9720 * gdb.base/bigcore.exp
9721 * gdb.base/bp-permanent.exp
9722 * gdb.base/break-always.exp
9723 * gdb.base/break-fun-addr.exp
9724 * gdb.base/break-idempotent.exp
9725 * gdb.base/break-main-file-remove-fail.exp
9726 * gdb.base/break-probes.exp
9727 * gdb.base/break-unload-file.exp
9728 * gdb.base/break.exp
9729 * gdb.base/call-ar-st.exp
9730 * gdb.base/call-rt-st.exp
9731 * gdb.base/call-sc.exp
9732 * gdb.base/call-signal-resume.exp
9733 * gdb.base/call-strs.exp
9734 * gdb.base/callexit.exp
9735 * gdb.base/callfuncs.exp
9736 * gdb.base/catch-gdb-caused-signals.exp
9737 * gdb.base/catch-signal-siginfo-cond.exp
9738 * gdb.base/catch-syscall.exp
9739 * gdb.base/compare-sections.exp
9740 * gdb.base/cond-eval-mode.exp
9741 * gdb.base/condbreak-call-false.exp
9742 * gdb.base/consecutive-step-over.exp
9743 * gdb.base/cursal.exp
9744 * gdb.base/disabled-location.exp
9745 * gdb.base/disasm-end-cu.exp
9746 * gdb.base/display.exp
9747 * gdb.base/double-prompt-target-event-error.exp
9748 * gdb.base/dprintf-bp-same-addr.exp
9749 * gdb.base/dprintf-detach.exp
9750 * gdb.base/dprintf-next.exp
9751 * gdb.base/dprintf-non-stop.exp
9752 * gdb.base/dprintf-pending.exp
9753 * gdb.base/dso2dso.exp
9754 * gdb.base/ending-run.exp
9755 * gdb.base/enum_cond.exp
9756 * gdb.base/examine-backward.exp
9757 * gdb.base/exe-lock.exp
9758 * gdb.base/exec-invalid-sysroot.exp
9759 * gdb.base/execl-update-breakpoints.exp
9760 * gdb.base/execution-termios.exp
9761 * gdb.base/fileio.exp
9762 * gdb.base/fixsection.exp
9763 * gdb.base/foll-exec-mode.exp
9764 * gdb.base/foll-exec.exp
9765 * gdb.base/fork-running-state.exp
9766 * gdb.base/frame-args.exp
9767 * gdb.base/fullpath-expand.exp
9768 * gdb.base/func-ptr.exp
9769 * gdb.base/gcore-relro-pie.exp
9770 * gdb.base/gdb1090.exp
9771 * gdb.base/gdb1555.exp
9772 * gdb.base/global-var-nested-by-dso.exp
9773 * gdb.base/gnu-ifunc.exp
9774 * gdb.base/hbreak-in-shr-unsupported.exp
9775 * gdb.base/hbreak-unmapped.exp
9776 * gdb.base/hook-stop.exp
9777 * gdb.base/infcall-input.exp
9778 * gdb.base/info-fun.exp
9779 * gdb.base/info-shared.exp
9780 * gdb.base/interrupt-noterm.exp
9781 * gdb.base/jit-so.exp
9782 * gdb.base/jit.exp
9783 * gdb.base/line-symtabs.exp
9784 * gdb.base/list.exp
9785 * gdb.base/longjmp.exp
9786 * gdb.base/macscp.exp
9787 * gdb.base/max-value-size.exp
9788 * gdb.base/nodebug.exp
9789 * gdb.base/nofield.exp
9790 * gdb.base/overlays.exp
9791 * gdb.base/paginate-after-ctrl-c-running.exp
9792 * gdb.base/paginate-bg-execution.exp
9793 * gdb.base/paginate-inferior-exit.exp
9794 * gdb.base/pending.exp
9795 * gdb.base/pr11022.exp
9796 * gdb.base/printcmds.exp
9797 * gdb.base/ptr-typedef.exp
9798 * gdb.base/ptype.exp
9799 * gdb.base/randomize.exp
9800 * gdb.base/range-stepping.exp
9801 * gdb.base/realname-expand.exp
9802 * gdb.base/relativedebug.exp
9803 * gdb.base/remote.exp
9804 * gdb.base/savedregs.exp
9805 * gdb.base/sepdebug.exp
9806 * gdb.base/set-noassign.exp
9807 * gdb.base/shlib-call.exp
9808 * gdb.base/shreloc.exp
9809 * gdb.base/sigaltstack.exp
9810 * gdb.base/sigbpt.exp
9811 * gdb.base/siginfo-addr.exp
9812 * gdb.base/siginfo-obj.exp
9813 * gdb.base/siginfo-thread.exp
9814 * gdb.base/signest.exp
9815 * gdb.base/signull.exp
9816 * gdb.base/sigrepeat.exp
9817 * gdb.base/skip.exp
9818 * gdb.base/so-impl-ld.exp
9819 * gdb.base/solib-corrupted.exp
9820 * gdb.base/solib-disc.exp
9821 * gdb.base/solib-display.exp
9822 * gdb.base/solib-overlap.exp
9823 * gdb.base/solib-search.exp
9824 * gdb.base/solib-symbol.exp
9825 * gdb.base/source-execution.exp
9826 * gdb.base/sss-bp-on-user-bp-2.exp
9827 * gdb.base/sss-bp-on-user-bp.exp
9828 * gdb.base/stack-checking.exp
9829 * gdb.base/stale-infcall.exp
9830 * gdb.base/step-break.exp
9831 * gdb.base/step-line.exp
9832 * gdb.base/step-over-exit.exp
9833 * gdb.base/step-test.exp
9834 * gdb.base/structs.exp
9835 * gdb.base/sym-file.exp
9836 * gdb.base/symtab-search-order.exp
9837 * gdb.base/term.exp
9838 * gdb.base/type-opaque.exp
9839 * gdb.base/unload.exp
9840 * gdb.base/until-nodebug.exp
9841 * gdb.base/until.exp
9842 * gdb.base/unwindonsignal.exp
9843 * gdb.base/watch-cond.exp
9844 * gdb.base/watch-non-mem.exp
9845 * gdb.base/watch_thread_num.exp
9846 * gdb.base/watchpoint-reuse-slot.exp
9847 * gdb.base/watchpoint-solib.exp
9848 * gdb.base/watchpoint.exp
9849 * gdb.btrace/dlopen.exp
9850 * gdb.cell/arch.exp
9851 * gdb.cell/break.exp
9852 * gdb.cell/bt.exp
9853 * gdb.cell/core.exp
9854 * gdb.cell/data.exp
9855 * gdb.cell/dwarfaddr.exp
9856 * gdb.cell/ea-cache.exp
9857 * gdb.cell/ea-standalone.exp
9858 * gdb.cell/ea-test.exp
9859 * gdb.cell/f-regs.exp
9860 * gdb.cell/fork.exp
9861 * gdb.cell/gcore.exp
9862 * gdb.cell/mem-access.exp
9863 * gdb.cell/ptype.exp
9864 * gdb.cell/registers.exp
9865 * gdb.cell/sizeof.exp
9866 * gdb.cell/solib-symbol.exp
9867 * gdb.cell/solib.exp
9868 * gdb.compile/compile-tls.exp
9869 * gdb.cp/exception.exp
9870 * gdb.cp/gdb2495.exp
9871 * gdb.cp/local.exp
9872 * gdb.cp/mb-inline.exp
9873 * gdb.cp/mb-templates.exp
9874 * gdb.cp/pr10687.exp
9875 * gdb.cp/pr9167.exp
9876 * gdb.cp/scope-err.exp
9877 * gdb.cp/templates.exp
9878 * gdb.cp/virtfunc.exp
9879 * gdb.dwarf2/dw2-dir-file-name.exp
9880 * gdb.dwarf2/dw2-single-line-discriminators.exp
9881 * gdb.fortran/complex.exp
9882 * gdb.fortran/library-module.exp
9883 * gdb.guile/guile.exp
9884 * gdb.guile/scm-cmd.exp
9885 * gdb.guile/scm-frame-inline.exp
9886 * gdb.guile/scm-objfile.exp
9887 * gdb.guile/scm-pretty-print.exp
9888 * gdb.guile/scm-symbol.exp
9889 * gdb.guile/scm-type.exp
9890 * gdb.guile/scm-value.exp
9891 * gdb.linespec/keywords.exp
9892 * gdb.linespec/ls-errs.exp
9893 * gdb.linespec/macro-relative.exp
9894 * gdb.linespec/thread.exp
9895 * gdb.mi/mi-breakpoint-changed.exp
9896 * gdb.mi/mi-dprintf-pending.exp
9897 * gdb.mi/mi-fullname-deleted.exp
9898 * gdb.mi/mi-logging.exp
9899 * gdb.mi/mi-pending.exp
9900 * gdb.mi/mi-solib.exp
9901 * gdb.mi/new-ui-mi-sync.exp
9902 * gdb.mi/user-selected-context-sync.exp
9903 * gdb.multi/dummy-frame-restore.exp
9904 * gdb.multi/multi-arch-exec.exp
9905 * gdb.multi/remove-inferiors.exp
9906 * gdb.multi/watchpoint-multi-exit.exp
9907 * gdb.opt/solib-intra-step.exp
9908 * gdb.perf/backtrace.exp
9909 * gdb.perf/single-step.exp
9910 * gdb.perf/skip-command.exp
9911 * gdb.perf/skip-prologue.exp
9912 * gdb.perf/solib.exp
9913 * gdb.python/lib-types.exp
9914 * gdb.python/py-as-string.exp
9915 * gdb.python/py-bad-printers.exp
9916 * gdb.python/py-block.exp
9917 * gdb.python/py-breakpoint.exp
9918 * gdb.python/py-cmd.exp
9919 * gdb.python/py-events.exp
9920 * gdb.python/py-evthreads.exp
9921 * gdb.python/py-finish-breakpoint.exp
9922 * gdb.python/py-finish-breakpoint2.exp
9923 * gdb.python/py-frame-inline.exp
9924 * gdb.python/py-frame.exp
9925 * gdb.python/py-inferior.exp
9926 * gdb.python/py-infthread.exp
9927 * gdb.python/py-mi.exp
9928 * gdb.python/py-objfile.exp
9929 * gdb.python/py-pp-maint.exp
9930 * gdb.python/py-pp-registration.exp
9931 * gdb.python/py-prettyprint.exp
9932 * gdb.python/py-recurse-unwind.exp
9933 * gdb.python/py-shared.exp
9934 * gdb.python/py-symbol.exp
9935 * gdb.python/py-symtab.exp
9936 * gdb.python/py-template.exp
9937 * gdb.python/py-type.exp
9938 * gdb.python/py-unwind-maint.exp
9939 * gdb.python/py-unwind.exp
9940 * gdb.python/py-value.exp
9941 * gdb.python/python.exp
9942 * gdb.reverse/finish-reverse-bkpt.exp
9943 * gdb.reverse/insn-reverse.exp
9944 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9945 * gdb.reverse/solib-precsave.exp
9946 * gdb.reverse/solib-reverse.exp
9947 * gdb.stabs/gdb11479.exp
9948 * gdb.stabs/weird.exp
9949 * gdb.threads/fork-child-threads.exp
9950 * gdb.threads/fork-plus-threads.exp
9951 * gdb.threads/fork-thread-pending.exp
9952 * gdb.threads/forking-threads-plus-breakpoint.exp
9953 * gdb.threads/hand-call-in-threads.exp
9954 * gdb.threads/interrupted-hand-call.exp
9955 * gdb.threads/linux-dp.exp
9956 * gdb.threads/local-watch-wrong-thread.exp
9957 * gdb.threads/next-while-other-thread-longjmps.exp
9958 * gdb.threads/non-ldr-exit.exp
9959 * gdb.threads/pending-step.exp
9960 * gdb.threads/print-threads.exp
9961 * gdb.threads/process-dies-while-detaching.exp
9962 * gdb.threads/process-dies-while-handling-bp.exp
9963 * gdb.threads/pthreads.exp
9964 * gdb.threads/queue-signal.exp
9965 * gdb.threads/reconnect-signal.exp
9966 * gdb.threads/signal-command-handle-nopass.exp
9967 * gdb.threads/signal-command-multiple-signals-pending.exp
9968 * gdb.threads/signal-delivered-right-thread.exp
9969 * gdb.threads/signal-sigtrap.exp
9970 * gdb.threads/sigthread.exp
9971 * gdb.threads/staticthreads.exp
9972 * gdb.threads/stepi-random-signal.exp
9973 * gdb.threads/thread-unwindonsignal.exp
9974 * gdb.threads/thread_check.exp
9975 * gdb.threads/thread_events.exp
9976 * gdb.threads/tid-reuse.exp
9977 * gdb.threads/tls-nodebug.exp
9978 * gdb.threads/tls-shared.exp
9979 * gdb.threads/tls-so_extern.exp
9980 * gdb.threads/tls.exp
9981 * gdb.threads/wp-replication.exp
9982 * gdb.trace/actions-changed.exp
9983 * gdb.trace/actions.exp
9984 * gdb.trace/backtrace.exp
9985 * gdb.trace/change-loc.exp
9986 * gdb.trace/collection.exp
9987 * gdb.trace/deltrace.exp
9988 * gdb.trace/disconnected-tracing.exp
9989 * gdb.trace/entry-values.exp
9990 * gdb.trace/ftrace-lock.exp
9991 * gdb.trace/ftrace.exp
9992 * gdb.trace/infotrace.exp
9993 * gdb.trace/mi-trace-frame-collected.exp
9994 * gdb.trace/mi-trace-unavailable.exp
9995 * gdb.trace/mi-traceframe-changed.exp
9996 * gdb.trace/mi-tracepoint-changed.exp
9997 * gdb.trace/mi-tsv-changed.exp
9998 * gdb.trace/no-attach-trace.exp
9999 * gdb.trace/packetlen.exp
10000 * gdb.trace/passc-dyn.exp
10001 * gdb.trace/passcount.exp
10002 * gdb.trace/pending.exp
10003 * gdb.trace/pr16508.exp
10004 * gdb.trace/qtro.exp
10005 * gdb.trace/range-stepping.exp
10006 * gdb.trace/read-memory.exp
10007 * gdb.trace/report.exp
10008 * gdb.trace/save-trace.exp
10009 * gdb.trace/signal.exp
10010 * gdb.trace/stap-trace.exp
10011 * gdb.trace/status-stop.exp
10012 * gdb.trace/strace.exp
10013 * gdb.trace/tfile.exp
10014 * gdb.trace/tfind.exp
10015 * gdb.trace/trace-break.exp
10016 * gdb.trace/trace-condition.exp
10017 * gdb.trace/trace-enable-disable.exp
10018 * gdb.trace/trace-mt.exp
10019 * gdb.trace/tracecmd.exp
10020 * gdb.trace/tracefile-pseudo-reg.exp
10021 * gdb.trace/tspeed.exp
10022 * gdb.trace/tstatus.exp
10023 * gdb.trace/tsv.exp
10024 * gdb.trace/unavailable.exp
10025 * gdb.trace/while-dyn.exp
10026 * gdb.trace/while-stepping.exp
10027 * lib/gdb-guile.exp
10028 * lib/gdb.exp
10029 * lib/mi-support.exp
10030 * lib/pascal.exp
10031 * lib/perftest.exp
10032 * lib/prelink-support.exp
10033 * lib/selftest-support.exp
10034
10035 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10036
10037 * Makefile.in: Include disable-implicit-rules.mk.
10038
10039 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10040
10041 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10042 non-byte-aligned bit fields.
10043
10044 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10045
10046 PR gdb/12616
10047 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10048 respects the DW_AT_data_bit_offset attribute.
10049
10050 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10051
10052 * gdb.base/default.exp: Fix output of "set language".
10053
10054 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10055
10056 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10057 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10058 make.
10059 * configure.ac: Remove checks for the make program.
10060 * configure: Re-generate.
10061
10062 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10063
10064 * gdb.python/py-recurse-unwind.c (main): Add loop.
10065 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10066 to read_register() and gdb.parse_and_eval(). Make each code
10067 call a separate case that can be individually tested.
10068 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10069 proc. Call cont_and_backtrace for each of the code paths that
10070 we want to test in the unwinder.
10071
10072 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10073
10074 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10075 the definition of struct S.
10076
10077 2016-11-11 Catherine Moore <clm@codesourcery.com>
10078
10079 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10080
10081 2016-11-09 Pedro Alves <palves@redhat.com>
10082
10083 * gdb.base/commands.exp (runto_or_return): New procedure.
10084 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10085 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10086 (progvar_simple_while_test, progvar_complex_if_while_test)
10087 (if_while_breakpoint_command_test)
10088 (infrun_breakpoint_command_test, breakpoint_command_test)
10089 (user_defined_command_test, watchpoint_command_test)
10090 (test_command_prompt_position, redefine_hook_test)
10091 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10092 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10093 multi_line_input and multi_line. Remove gdb_expect and
10094 gdb_stop_suppressing_tests uses.
10095 * lib/gdb.exp (valnum_re): New global.
10096 (multi_line_input): New procedure.
10097
10098 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10099
10100 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10101 Remove.
10102 (test_setup): Define with proc_with_prefix.
10103 (test_cli_inferior): Likewise.
10104 (test_cli_thread): Likewise.
10105 (test_cli_frame): Likewise.
10106 (test_cli_select_frame): Likewise.
10107 (test_cli_up_down): Likewise.
10108 (test_mi_thread_select): Likewise.
10109 (test_mi_stack_select_frame): Likewise.
10110 (test_cli_in_mi_inferior): Likewise.
10111 (test_cli_in_mi_thread): Likewise.
10112 (test_cli_in_mi_frame): Likewise.
10113 (top level): Do not use with_test_prefix_procname.
10114
10115 2016-11-09 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.base/commands.exp (gdbvar_simple_if_test)
10118 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10119 (progvar_simple_if_test, progvar_simple_while_test)
10120 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10121 (infrun_breakpoint_command_test, breakpoint_command_test)
10122 (user_defined_command_test, watchpoint_command_test)
10123 (test_command_prompt_position, deprecated_command_test)
10124 (bp_deleted_in_command, temporary_breakpoint_commands)
10125 (stray_arg0_test, source_file_with_indented_comment)
10126 (recursive_source_test, if_commands_test)
10127 (error_clears_commands_left, redefine_hook_test)
10128 (redefine_backtrace_test): Use proc_with_prefix.
10129 * lib/gdb.exp (proc_with_prefix): New proc.
10130
10131 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10132
10133 * gdb.base/tui-layout.c: New file.
10134 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10135 disassembly window contains very long lines.
10136
10137 2016-11-08 Tom Tromey <tom@tromey.com>
10138
10139 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10140 depend on Python 2.
10141
10142 2016-11-08 Tom Tromey <tom@tromey.com>
10143
10144 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10145 New method.
10146
10147 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10148
10149 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10150
10151 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10152
10153 * gdb.rust/simple.rs: Add test for univariant enums without
10154 discriminants and for encoded struct-like enums.
10155
10156 2016-10-28 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10159 gdb_test_multiple, tighten regexps and match symtabs and line
10160 tables incrementally.
10161
10162 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10163
10164 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10165 general.
10166
10167 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10168
10169 * gdb.base/exec-invalid-sysroot.exp: New file.
10170
10171 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10172
10173 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10174
10175 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10176
10177 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10178
10179 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10180
10181 * gdb.base/killed-outside.exp: Remove $options from a call to
10182 `prepare_for_testing'.
10183
10184 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10185
10186 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10187 Change test message.
10188
10189 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10190
10191 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10192 Update comment.
10193
10194 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10195
10196 * gdb.trace/mi-trace-save.exp: New file.
10197
10198 2016-10-13 Yao Qi <yao.qi@linaro.org>
10199
10200 * gdb.base/code_elim.exp (get_var_address): Remove.
10201 * gdb.base/relocate.exp: Likewise.
10202 * gdb.base/shreloc.exp: Likewise.
10203 * lib/gdb.exp (get_var_address): New.
10204
10205 2016-10-13 Yao Qi <yao.qi@linaro.org>
10206
10207 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10208 floating point tests if $skip_float_test is false.
10209
10210 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10211
10212 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10213 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10214 argc values.
10215 Add 1 to argc so we guarantee distinct initial/modified argc values.
10216
10217 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10218
10219 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10220
10221 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10222
10223 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10224 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10225 * gdb.arch/vsx-regs.exp: Likewise.
10226
10227 2016-10-07 Yao Qi <yao.qi@linaro.org>
10228
10229 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10230
10231 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10232
10233 * gdb.python/python.exp: Test decode_line("*0").
10234
10235 2016-10-06 Doug Evans <dje@google.com>
10236
10237 * gdb.python/py-value.exp (test_value_creation): Add test for large
10238 unsigned 64-bit value.
10239
10240 2016-10-06 Tom Tromey <tom@tromey.com>
10241
10242 * gdb.compile/compile.exp: Change java tests to rust.
10243 * gdb.base/setshow.exp: Change java tests to rust.
10244 * gdb.base/default.exp: Remove java from language list.
10245 * README (Examples): Update language example.
10246 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10247 test.
10248 * lib/gdb.exp (skip_java_tests): Remove.
10249 * lib/java.exp: Remove.
10250 * gdb.java: Remove.
10251
10252 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10253
10254 * gdb.arch/mips-fcr.exp: New test.
10255 * gdb.arch/mips-fcr.c: Source for the new test.
10256
10257 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10258
10259 * gdb.base/solib-disc.exp: Use `standard_output_file'
10260 throughout.
10261
10262 2016-10-06 Pedro Alves <palves@redhat.com>
10263
10264 * gdb.base/jit-simple-dl.c: New file.
10265 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10266 * gdb.base/jit-simple.c: ... this.
10267 * gdb.base/jit-simple.exp (jit_run): Delete.
10268 (build_jit): New proc.
10269 (jit_test_reread): Recompile either the main program or the shared
10270 library, depending on what is being tested. Skip changing address
10271 if caller wants to. Compare before/after addresses. If testing
10272 standalone, explicitly load the binary. Test "maint info
10273 breakpoints".
10274 (top level): Add "standalone vs shared lib" and "change address"
10275 vs "same address" axes.
10276
10277 2016-10-06 Pedro Alves <palves@redhat.com>
10278
10279 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10280 call.
10281 (jit_run): Delete.
10282 (jit_test_reread): Use with_test_prefix. Reload the main binary
10283 explicitly. Compare the before/after addresses of the JIT
10284 descriptor.
10285
10286 2016-08-15 Doug Evans <dje@google.com>
10287
10288 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10289 for single bitfields is bool.
10290 * gdb.xml/tdesc-regs.exp: Ditto.
10291
10292 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10293
10294 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10295
10296 2016-10-05 Yao Qi <yao.qi@linaro.org>
10297
10298 * lib/gdb.exp (support_complex_tests): Return zero if
10299 gdb_skip_float_test return true.
10300
10301 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10302 Simon Marchi <simon.marchi@ericsson.com>
10303
10304 PR gdb/20487
10305 * gdb.mi/user-selected-context-sync.exp: New file.
10306 * gdb.mi/user-selected-context-sync.c: New file.
10307
10308 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10309 Simon Marchi <simon.marchi@ericsson.com>
10310
10311 PR gdb/20487
10312 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10313 =thread-select-event check.
10314
10315 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10316
10317 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10318 the compulsory L operand changes.
10319 * gdb.arch/powerpc-power.s: Likewise.
10320
10321 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10322
10323 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10324 * gdb.base/jit-attach-pie.c: New file.
10325 * gdb.base/jit-attach-pie.exp: New file.
10326
10327 2016-09-28 Pedro Alves <palves@redhat.com>
10328
10329 * gdb.base/infcall-input.c: New file.
10330 * gdb.base/infcall-input.exp: New file.
10331
10332 2016-09-22 Yao Qi <yao.qi@linaro.org>
10333
10334 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10335 (gdb_exit): Rename it to ...
10336 (gdbserver_gdb_exit): ... Close GDBserver.
10337 (gdb_exit): New proc, call gdbserver_gdb_exit.
10338 (mi_gdb_exit): Likewise.
10339
10340 2016-09-22 Yao Qi <yao.qi@linaro.org>
10341
10342 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10343 path.
10344 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10345 Remove duplication.
10346
10347 2016-09-22 Yao Qi <yao.qi@linaro.org>
10348
10349 * lib/gdbserver-support.exp: Check the existence of
10350 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10351
10352 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10353
10354 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10355
10356 2016-09-21 Tom Tromey <tom@tromey.com>
10357
10358 PR gdb/20604:
10359 * gdb.base/quit.exp: New file.
10360
10361 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10362
10363 * .gitignore: New file.
10364
10365 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10366
10367 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10368 throughout.
10369
10370 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10371
10372 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10373
10374 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10375
10376 * gdb.cp/casts.cc (decltype): Move it ...
10377 (main): ... with its call to ...
10378 * gdb.cp/casts03.cc: ... a new file.
10379 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10380
10381 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10382
10383 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10384
10385 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10386
10387 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10388 and sync up the test with tests in gas/testsuite/gas/ppc.
10389 * gdb.arch/powerpc-power.exp: Likewise.
10390
10391 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10392
10393 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10394
10395 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10396 Jan Kratochvil <jan.kratochvil@redhat.com>
10397
10398 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10399 make m1's definition to be different from m2's. Use 'dummy' as an
10400 argument for probe 'two'.
10401
10402 2016-09-10 Jon Beniston <jon@beniston.com>
10403
10404 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10405 for sim target.
10406
10407 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10408
10409 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10410 variable declaration.
10411 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10412 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10413 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10414 received HWCAP as its argument.
10415
10416 2016-09-06 Pedro Alves <palves@redhat.com>
10417
10418 * gdb.base/new-ui-pending-input.c: New file.
10419 * gdb.base/new-ui-pending-input.exp: New file.
10420 * gdb.exp (clear_gdb_spawn_id): New procedure.
10421 (with_spawn_id): Check whether gdb_spawn_id exists before
10422 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10423 on exit.
10424
10425 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10426
10427 * gdb.base/float128.c: New file.
10428 * gdb.base/float128.exp: Likewise.
10429 * gdb.base/floatn.c: Likewise.
10430 * gdb.base/floatn.exp: Likewise.
10431
10432 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10433
10434 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10435
10436 2016-09-05 Pedro Alves <palves@redhat.com>
10437
10438 PR backtrace/19927
10439 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10440 unwinders are immediately called as side effect of "source" or
10441 "disable unwinder" commands.
10442 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10443
10444 2016-09-02 Yao Qi <yao.qi@linaro.org>
10445
10446 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10447 is true and $type is "float" or "double".
10448
10449 2016-09-02 Yao Qi <yao.qi@linaro.org>
10450
10451 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10452 true.
10453 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10454 * gdb.base/call-rt-st.exp: Likewise.
10455 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10456 return value instead of gdb,skip_float_test.
10457 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10458 (do_function_calls): Use its return value instead of
10459 gdb,skip_float_test.
10460 * gdb.base/finish.exp: Likewise.
10461 * gdb.base/funcargs.exp: Likewise.
10462 * gdb.base/return.exp: Likewise.
10463 * gdb.base/return2.exp: Likewise.
10464 * gdb.base/varargs.exp: Likewise.
10465 * lib/gdb.exp (gdb_skip_float_test): Change it to
10466 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10467
10468 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10469
10470 * gdb.multi/tids.exp: Test "thread apply all".
10471
10472 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10473
10474 * gdb.base/default.exp (tty): Remove.
10475
10476 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10477
10478 * gdb.python/py-recurse-unwind.c: New file.
10479 * gdb.python/py-recurse-unwind.py: New file.
10480 * gdb.python/py-recurse-unwind.exp: New file.
10481
10482 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10483
10484 * gdb.base/set-inferior-tty.exp: New file.
10485 * gdb.base/set-inferior-tty.c: New file.
10486
10487 2016-08-23 Pedro Alves <palves@redhat.com>
10488
10489 PR gdb/20494
10490 * gdb.base/new-ui-echo.c: New file.
10491 * gdb.base/new-ui-echo.exp: New file.
10492
10493 2016-08-23 Yao Qi <yao.qi@linaro.org>
10494
10495 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10496 gdbserver_spawn.
10497 * gdb.server/connect-without-multi-process.exp (do_test):
10498 Likewise.
10499
10500 2016-08-23 Yao Qi <yao.qi@linaro.org>
10501
10502 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10503 standalone_txt. Delete gdb_txt and standalone_txt on host
10504 and target. Spawn the binary on target. Copy files from
10505 target to host.
10506
10507 2016-08-22 Pedro Alves <palves@redhat.com>
10508
10509 PR gdb/20505
10510 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10511 with_test_prefix. Factor out bits to ...
10512 (test_no_vdso): ... this new procedure.
10513
10514 2016-08-19 Carl Love <cel@us.ibm.com>
10515
10516 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10517 maintaining separate logic for constructing the output path.
10518 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10519 * gdb.arch/ppc-dfp.exp: Likewise.
10520 * gdb.arch/ppc-fp.exp: Likewise.
10521 * gdb.arch/vsx-regs.exp: Likewise.
10522 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10523 binprefix for generating the additional binary files.
10524
10525 2016-08-19 Pedro Alves <palves@redhat.com>
10526
10527 * gdb.trace/mi-trace-frame-collected.exp
10528 (test_trace_frame_collected): On x32, expect two registers.
10529
10530 2016-08-18 Carl Love <cel@us.ibm.com>
10531
10532 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10533 and sync up the test with tests in gas/testsuite/gas/ppc.
10534 * gdb.arch/powerpc-power.exp: Likewise.
10535
10536 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10537
10538 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10539 expected error message.
10540
10541 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10542
10543 * gdb.multi/remove-inferiors.exp: New file.
10544 * gdb.multi/remove-inferiors.c: New file.
10545
10546 2016-08-12 Yao Qi <yao.qi@linaro.org>
10547
10548 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10549 argument list.
10550
10551 2016-08-10 Pedro Alves <palves@redhat.com>
10552
10553 PR gdb/19187
10554 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10555 setup_kfails.
10556
10557 2016-08-09 Pedro Alves <palves@redhat.com>
10558 Simon Marchi <simon.marchi@ericsson.com>
10559
10560 PR gdb/20418
10561 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10562 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10563
10564 2016-08-09 Pedro Alves <palves@redhat.com>
10565
10566 PR mi/20431
10567 * gdb.mi/mi-cmd-error.exp: New file.
10568
10569 2016-08-09 Pedro Alves <palves@redhat.com>
10570
10571 PR gdb/18653
10572 * gdb.base/signals-state-child.c: New file.
10573 * gdb.base/signals-state-child.exp: New file.
10574 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10575
10576 2016-08-09 Pedro Alves <palves@redhat.com>
10577
10578 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10579
10580 2016-08-03 Tom Tromey <tom@tromey.com>
10581
10582 PR python/18565:
10583 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10584
10585 2016-08-01 Yao Qi <yao.qi@linaro.org>
10586
10587 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10588 variable mode to "multi-process" if $multi_process is 1, otherwise
10589 set it to "single-process".
10590
10591 2016-08-01 Yao Qi <yao.qi@linaro.org>
10592
10593 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10594 * gdb.cp/cpexprs.exp: Likewise.
10595 * gdb.cp/m-static.exp: Likewise.
10596
10597 2016-07-26 Tom Tromey <tom@tromey.com>
10598
10599 PR python/20190:
10600 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10601 test.
10602
10603 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10604
10605 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10606 selecting assembly source files.
10607 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10608 assembly source files.
10609 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10610 assembly source files.
10611 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10612 selecting assembly source files.
10613
10614 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10615
10616 * gdb.base/new-ui.exp (do_test_invalid_args): New
10617 procedure.
10618
10619 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10620
10621 * gdb.btrace/reconnect.c: New file.
10622 * gdb.btrace/reconnect.exp: New file.
10623
10624 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10625
10626 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10627 to test_catch_syscall_group.
10628 (test_catch_syscall_group): New.
10629
10630 2016-07-21 Tom Tromey <tom@tromey.com>
10631
10632 * gdb.rust/simple.rs (main): Use empty struct expression.
10633 * gdb.rust/simple.exp: Add tests for empty struct expression.
10634
10635 2016-07-21 Yao Qi <yao.qi@linaro.org>
10636
10637 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10638 if gdb_skip_xml_test is true on some targets.
10639
10640 2016-07-21 Yao Qi <yao.qi@linaro.org>
10641
10642 * gdb.server/solib-list.exp: Unset last_loaded_file.
10643
10644 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10645
10646 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10647 "step into captured_main (args)".
10648
10649 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10650
10651 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10652
10653 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10654
10655 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10656
10657 2016-07-19 Pedro Alves <palves@redhat.com>
10658
10659 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10660 * gdb.opt/inline-bt.exp: Likewise.
10661 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10662 additional_flags=-Winline.
10663 * gdb.opt/inline-locals.exp: Likewise.
10664 * gdb.opt/inline-markers.c (ATTR): Define.
10665 (inlined_fn): Use it.
10666
10667 2016-07-19 Yao Qi <yao.qi@linaro.org>
10668
10669 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10670 (test_with_self): Remove some code. Remove argument executable.
10671 (top-level): Use do_self_tests.
10672
10673 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10674 Don Breazeal <donb@codesourcery.com>
10675
10676 * gdb.base/maint.exp: Escape paths used in regular expressions.
10677 * gdb.stabs/weird.exp: Likewise.
10678
10679 2016-07-13 Tom Tromey <tom@tromey.com>
10680
10681 PR python/15620, PR python/18620:
10682 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10683 (test_bkpt_events): New procs.
10684
10685 2016-07-13 Tom Tromey <tom@tromey.com>
10686
10687 PR python/17698:
10688 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10689 test.
10690 (test_watchpoints): Likewise.
10691 (test_bkpt_pending): New proc.
10692
10693 2016-07-13 Tom Tromey <tom@tromey.com>
10694
10695 PR cli/18053:
10696 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10697 completion test.
10698
10699 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10700
10701 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10702 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10703 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10704 f_label.
10705 (g): Rename g_end_lbl to g_label.
10706 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10707 low_pc and high_pc.
10708 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10709
10710 2016-07-12 Tom Tromey <tom@tromey.com>
10711
10712 PR python/19293:
10713 * gdb.python/py-unwind-maint.exp: Update tests.
10714
10715 2016-07-12 Yao Qi <yao.qi@linaro.org>
10716
10717 * lib/selftest-support.exp (selftest_setup): Match the output
10718 when captured_main is inlined.
10719
10720 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10721
10722 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10723 New variables.
10724 (print this%a, print this%b, print this): New tests.
10725 * gdb.fortran/derived-types.f90 (this): New object and
10726 initialization.
10727
10728 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10729
10730 * gdb.ada/arraydim.exp: Remove extra directory level in build
10731 directory.
10732
10733 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10734
10735 * lib/ada.exp: Remove extra directory level in build directory.
10736 * gdb.ada/cond_lang.exp: Likewise.
10737 * gdb.ada/exec_changed.exp: Likewise.
10738 * gdb.ada/lang_switch.exp: Likewise.
10739
10740 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10741
10742 * simple.rs: Add test for raw pointer subscripting.
10743 * simple.exp: Add test expectations.
10744
10745 2016-07-05 Yao Qi <yao.qi@linaro.org>
10746
10747 * gdb.mi/mi-reverse.exp: Match =record-started output.
10748
10749 2016-07-01 Pedro Alves <palves@redhat.com>
10750
10751 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10752 procedure.
10753 (jit_reader_test): Test the jit reader's unwinder.
10754 * gdb.base/jithost.c (jit_function_00_code): New global.
10755 (main): Use memcpy to fill in the mmapped code, instead of poking
10756 bytes manually here.
10757 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10758 value.
10759 (read_debug_info): Save the function's range.
10760 (read_sp): New function.
10761 (unwind_frame): Use it. Also unwind RBP.
10762 (get_frame_id): Use read_sp.
10763 (gdb_init_reader): Use calloc instead of malloc.
10764 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10765 parameter. Use gdb_test_multiple.
10766
10767 2016-07-01 Pedro Alves <palves@redhat.com>
10768 Antoine Tremblay <antoine.tremblay@ericsson.com>
10769
10770 * gdb.threads/process-dies-while-detaching.c: New file.
10771 * gdb.threads/process-dies-while-detaching.exp: New file.
10772
10773 2016-07-01 Pedro Alves <palves@redhat.com>
10774
10775 * gdb.multi/watchpoint-multi-exit.c: New file.
10776 * gdb.multi/watchpoint-multi-exit.exp: New file.
10777
10778 2016-06-30 Pedro Alves <palves@redhat.com>
10779
10780 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10781 unset inferior_spawn_id.
10782
10783 2016-06-30 Pedro Alves <palves@redhat.com>
10784
10785 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10786 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10787
10788 2016-06-29 Yao Qi <yao.qi@linaro.org>
10789
10790 * gdb.base/return.c: Add copyright header.
10791
10792 2016-06-29 Tom Tromey <tom@tromey.com>
10793
10794 PR python/20129:
10795 * gdb.python/py-framefilter.exp: Add tests for setting priority
10796 and disabling of non-existent frame filter.
10797
10798 2016-06-29 Yao Qi <yao.qi@linaro.org>
10799
10800 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10801 0x0f07ff.
10802
10803 2016-06-28 Yao Qi <yao.qi@linaro.org>
10804
10805 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10806 triplets. Start gdb, execute catch syscall, and continue. Check
10807 gdb's output to determine catch syscall is supported.
10808
10809 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10810
10811 * gdb.rust/simple.rs: Add test for returning unit in a function.
10812 * gdb.rust/simple.exp: Add expectation for functions returning
10813 unit.
10814
10815 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10816
10817 * gdb.python/py-breakpoint-create-fail.c,
10818 gdb.python/py-breakpoint-create-fail.exp,
10819 gdb.python/py-breakpoint-create-fail.py: New testcase.
10820
10821 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10822
10823 PR gdb/20239
10824 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10825 * gdb.rust/simple.exp: Add test expectations for new NonZero
10826 tests.
10827
10828 2016-06-24 David Taylor <dtaylor@emc.com>
10829
10830 * gdb.base/offsets.exp: New file.
10831 * gdb.base/offsets.c: New file.
10832
10833 2016-06-23 Tom Tromey <tom@tromey.com>
10834
10835 PR gdb/16483:
10836 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10837 before any filters are loaded.
10838
10839 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10840
10841 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10842 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10843 structs.
10844 * gdb.fortran/derived-type-function.exp: New file.
10845 * gdb.fortran/derived-type-function.f90: New file.
10846
10847
10848 2016-06-21 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.base/new-ui.exp: New file.
10851 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10852 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10853 (with_spawn_id): New procedure.
10854
10855 2016-06-21 Pedro Alves <palves@redhat.com>
10856
10857 * gdb.mi/mi-exec-run.exp: New file.
10858
10859 2016-06-21 Pedro Alves <palves@redhat.com>
10860
10861 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10862 breakpoint command's output on the main UI.
10863 (test_break): New procedure, factored out from calls in the top
10864 level.
10865 (top level): Use foreach_with_prefix to test MI as main UI and as
10866 separate UI.
10867
10868 2016-06-21 Pedro Alves <palves@redhat.com>
10869
10870 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10871 (test_awatch_creation_and_listing)
10872 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10873 Remove 'type' parameter.
10874 (test_watchpoint_all): New parameter mi_mode. Remove
10875 with_test_prefix.
10876 (top level): Use foreach_with_prefix, and add main/separate UI MI
10877 testing axis.
10878
10879 2016-06-21 Pedro Alves <palves@redhat.com>
10880
10881 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10882 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10883 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10884 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10885 (gdb_main_spawn_id, mi_spawn_id): Declare and
10886 comment.
10887 (mi_create_inferior_pty): New procedure,
10888 factored out from default_mi_gdb_start.
10889 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10890 procedures.
10891 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10892 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10893 Use mi_create_inferior_pty.
10894 (mi_gdb_start): Use eval to pass down args list.
10895
10896 2016-06-21 Pedro Alves <palves@redhat.com>
10897
10898 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10899 * gdb.opt/inline-cmds.exp: Add MI tests.
10900
10901 2016-06-21 Pedro Alves <palves@redhat.com>
10902
10903 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10904
10905 2016-06-21 Pedro Alves <palves@redhat.com>
10906
10907 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10908 (top level): Use it instead of mi_execute_to.
10909
10910 2016-06-21 Pedro Alves <palves@redhat.com>
10911
10912 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10913 (cont_handler_str): New.
10914 (signal_stop_handler): Set stop_handler_str instead of printing to
10915 stdout.
10916 (continue_handler): Set cont_handler_str instead of printing to
10917 stdout.
10918 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10919 mi_send_resuming_command. Print stop_handler_str and
10920 cont_handler_str instead of expecting the python events print
10921 directly.
10922
10923 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10924
10925 * gdb.base/jit-reader.exp: New file.
10926 * gdb.base/jithost.c: New file.
10927 * gdb.base/jithost.h: New file.
10928 * gdb.base/jitreader.c : New file.
10929 * gdb.base/jit-protocol.h: New file.
10930
10931 2016-06-17 Yao Qi <yao.qi@linaro.org>
10932
10933 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10934 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10935 and detach-on-fork. Adjust tests.
10936 (top level): Invoke break_cond_on_syscall with combinations of
10937 syscall, follow-fork-mode and detach-on-fork.
10938
10939 2016-06-17 Yao Qi <yao.qi@linaro.org>
10940
10941 * gdb.base/step-over-exit.c: New.
10942 * gdb.base/step-over-exit.exp: New.
10943
10944 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10945
10946 * gdb.base/float.exp: Add target check for nds32*-*-*.
10947 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10948
10949 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10950
10951 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10952 for unsupported target features.
10953 * gdb.base/call-rt-st.exp: Likewise.
10954 * gdb.base/call-sc.exp: Likewise.
10955 * gdb.base/call-signal-resume.exp: Likewise.
10956 * gdb.base/call-strs.exp: Likewise.
10957 * gdb.base/callexit.exp: Likewise.
10958 * gdb.base/callfuncs.exp: Likewise.
10959 * gdb.base/nodebug.exp: Likewise.
10960 * gdb.base/printcmds.exp: Likewise.
10961 * gdb.base/ptype.exp: Likewise.
10962 * gdb.base/structs.exp: Likewise.
10963 * gdb.base/unwindonsignal.exp: Likewise.
10964 * gdb.cp/gdb2495.exp: Likewise.
10965 * gdb.cp/templates.exp: Likewise.
10966 * gdb.cp/virtfunc.exp: Likewise.
10967 * gdb.threads/hand-call-in-threads.exp: Likewise.
10968 * gdb.threads/interrupted-hand-call.exp: Likewise.
10969 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10970
10971 2016-06-10 Tom Tromey <tom@tromey.com>
10972
10973 PR rust/20110:
10974 * gdb.rust/expr.exp: Add test for integer constant larger than
10975 i32.
10976
10977 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10978
10979 * gdb.fortran/nested-funcs.exp: New.
10980 * gdb.fortran/nested-funcs.f90: New.
10981
10982 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10983
10984 * gdb.base/examine-backward.c: New file.
10985 * gdb.base/examine-backward.exp: New file.
10986
10987 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10988
10989 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10990 matching.
10991
10992 2016-06-02 Tom Tromey <tom@tromey.com>
10993
10994 PR python/18984:
10995 * gdb.python/py-shared.exp: Add solib_name test.
10996
10997 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10998
10999 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11000
11001 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11002
11003 PR c++/19893
11004 * gdb.dwarf2/implref.exp: Rename to...
11005 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11006 * gdb.dwarf2/implref-array.c: New file.
11007 * gdb.dwarf2/implref-array.exp: Likewise.
11008 * gdb.dwarf2/implref-global.c: Likewise.
11009 * gdb.dwarf2/implref-global.exp: Likewise.
11010 * gdb.dwarf2/implref-struct.c: Likewise.
11011 * gdb.dwarf2/implref-struct.exp: Likewise.
11012
11013 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11014
11015 * gdb.trace/trace-condition.exp: Add 64bit tests.
11016
11017 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11018
11019 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11020 bits types.
11021 (main): Adapt to 8 to 64 bits types.
11022 * gdb.trace/trace-condition.exp: Add new tests.
11023
11024 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11025
11026 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11027
11028 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11029
11030 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11031 Move condition tests...
11032 * gdb.trace/trace-condition.exp: Here.
11033
11034 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11035
11036 * gdb.trace/trace-condition.exp: Add counter-case tests.
11037
11038 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11039
11040 PR c++/15231
11041 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11042 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11043
11044 2016-05-27 Pedro Alves <palves@redhat.com>
11045
11046 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11047 New procedure.
11048 (top level): Call it, and bail out of DejaGnu is known to be bad.
11049
11050 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11051
11052 * gdb.base/whatis.c: Extend the test case.
11053 * gdb.base/whatis.exp: Add additional tests.
11054
11055 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11056
11057 * gdb.fortran/type.f90: Add pointer variable.
11058 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11059
11060 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11061
11062 * gdb.fortran/vla-type.exp: Fix testcase name.
11063
11064 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11065
11066 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11067
11068 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11069
11070 * gdb.fortran/type.f90: Add nested structures.
11071 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11072 * gdb.fortran/derived-type.exp: Adapt expected output.
11073 * gdb.fortran/vla-type.exp: Adapt expected output.
11074
11075 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11076
11077 * gdb.fortran/whatis_type.exp: Adapt expected output.
11078
11079 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11080
11081 * gdb.fortran/print_type.exp: Fix expected output.
11082 * gdb.fortran/whatis_type.exp: Fix expected output.
11083
11084 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11085
11086 * gdb.fortran/whatis_type.exp: Use multi_line.
11087
11088 2016-05-24 Tom Tromey <tom@tromey.com>
11089
11090 PR python/17386:
11091 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11092 use value as an index.
11093
11094 2016-05-23 Tom Tromey <tom@tromey.com>
11095
11096 PR python/17981:
11097 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11098 no-breakpoint case.
11099
11100 2016-05-24 Pedro Alves <palves@redhat.com>
11101
11102 PR gdb/19828
11103 * gdb.threads/clone-attach-detach.c: New file.
11104 * gdb.threads/clone-attach-detach.exp: New file.
11105
11106 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11107
11108 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11109
11110 2016-05-23 Tom Tromey <tom@tromey.com>
11111
11112 PR python/19438, PR python/18393:
11113 * gdb.python/py-progspace.exp: Add "dir" test.
11114 * gdb.python/py-objfile.exp: Add "dir" test.
11115
11116 2016-05-23 Yao Qi <yao.qi@linaro.org>
11117
11118 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11119 * gdb.arch/thumb2-it.exp: Likewise.
11120
11121 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11122
11123 * gdb.mi/mi-threads-interrupt.c: New file.
11124 * gdb.mi/mi-threads-interrupt.exp: New file.
11125
11126 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11127
11128 PR gdb/18077
11129 * gdb.mi/mi-async-run.exp: New file.
11130 * gdb.mi/mi-async-run.c: New file.
11131
11132 2016-05-17 Tom Tromey <tom@tromey.com>
11133 Manish Goregaokar <manishsmail@gmail.com>
11134
11135 * lib/rust-support.exp: New file.
11136 * lib/gdb.exp (skip_rust_tests): New proc.
11137 (build_executable_from_specs): Handle rust.
11138 * lib/future.exp (gdb_find_rustc): New proc.
11139 (gdb_default_target_compile): Handle rust.
11140 * gdb.rust/expr.exp: New file.
11141 * gdb.rust/generics.exp: New file.
11142 * gdb.rust/generics.rs: New file.
11143 * gdb.rust/methods.exp: New file.
11144 * gdb.rust/methods.rs: New file.
11145 * gdb.rust/modules.exp: New file.
11146 * gdb.rust/modules.rs: New file.
11147 * gdb.rust/simple.exp: New file.
11148 * gdb.rust/simple.rs: New file.
11149
11150 2016-05-17 Tom Tromey <tom@tromey.com>
11151
11152 * gdb.base/default.exp (set language): Add rust.
11153
11154 2016-05-17 Tom Tromey <tom@tromey.com>
11155
11156 * gdb.gdb/unittest.exp: New file.
11157
11158 2016-05-16 Yao Qi <yao.qi@linaro.org>
11159
11160 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11161 shell_prompt. Update shell_prompt_re.
11162
11163 2016-05-12 Doug Evans <dje@google.com>
11164
11165 PR symtab/19999
11166 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11167 $options when building executable.
11168 * gdb.dwarf2/fission-loclists-pie.S: New file.
11169 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11170
11171 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11172
11173 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11174 of [is_remote target],
11175
11176 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11177
11178 * lib/gdb.exp (use_gdb_stub): New procedure.
11179
11180 2016-05-03 Yunlian Jiang <yunlian@google.com>
11181 Doug Evans <dje@google.com>
11182
11183 PR symtab/19914
11184 * gdb.dwarf2/dwp-sepdebug.c: New file.
11185 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11186
11187 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11188
11189 * gdb.base/detach.exp: Remove is_remote check.
11190
11191 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11192
11193 * gdb.base/annota-input-while-running.exp: Don't check for
11194 [is_remote target]. Enable annotations after running to main.
11195 Remove unused "set test..." line.
11196
11197 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11198
11199 * gdb.trace/trace-enable-disable.exp: New file.
11200 * gdb.trace/trace-enable-disable.c: New file.
11201
11202 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11203
11204 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11205 use it in info sharedlibrary test.
11206 * gdb.trace/ftrace-lock.exp: Likewise.
11207 * gdb.trace/ftrace.exp: Likewise.
11208 * gdb.trace/range-stepping.exp: Likewise.
11209 * gdb.trace/trace-break.exp: Likewise.
11210 * gdb.trace/trace-condition.exp: Likewise.
11211 * gdb.trace/trace-mt.exp: Likewise.
11212
11213 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11214
11215 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11216 (gdb_load_shlib): ... this.
11217 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11218 gdb_load_shlib.
11219 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11220 * gdb.base/ctxobj.exp: Likewise.
11221 * gdb.base/dprintf-pending.exp: Likewise.
11222 * gdb.base/dso2dso.exp: Likewise.
11223 * gdb.base/fixsection.exp: Likewise.
11224 * gdb.base/gcore-relro.exp: Likewise.
11225 * gdb.base/gdb1555.exp: Likewise.
11226 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11227 * gdb.base/gnu-ifunc.exp: Likewise.
11228 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11229 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11230 * gdb.base/pending.exp: Likewise.
11231 * gdb.base/print-file-var.exp: Likewise.
11232 * gdb.base/print-symbol-loading.exp: Likewise.
11233 * gdb.base/shlib-call.exp: Likewise.
11234 * gdb.base/shreloc.exp: Likewise.
11235 * gdb.base/so-impl-ld.exp: Likewise.
11236 * gdb.base/solib-disc.exp: Likewise.
11237 * gdb.base/solib-nodir.exp: Likewise.
11238 * gdb.base/solib-overlap.exp: Likewise.
11239 * gdb.base/solib-symbol.exp: Likewise.
11240 * gdb.base/solib-weak.exp (do_test): Likewise.
11241 * gdb.base/sym-file.exp: Likewise.
11242 * gdb.base/symtab-search-order.exp: Likewise.
11243 * gdb.base/type-opaque.exp: Likewise.
11244 * gdb.base/unload.exp: Likewise.
11245 * gdb.base/watchpoint-solib.exp: Likewise.
11246 * gdb.compile/compile.exp: Likewise.
11247 * gdb.cp/gdb2384.exp: Likewise.
11248 * gdb.cp/infcall-dlopen.exp: Likewise.
11249 * gdb.cp/re-set-overloaded.exp: Likewise.
11250 * gdb.fortran/library-module.exp: Likewise.
11251 * gdb.opt/solib-intra-step.exp: Likewise.
11252 * gdb.python/py-finish-breakpoint.exp: Likewise.
11253 * gdb.python/py-shared.exp: Likewise.
11254 * gdb.reverse/solib-precsave.exp: Likewise.
11255 * gdb.reverse/solib-reverse.exp: Likewise.
11256 * gdb.server/solib-list.exp: Likewise.
11257 * gdb.threads/dlopen-libpthread.exp: Likewise.
11258 * gdb.threads/tls-shared.exp: Likewise.
11259 * gdb.threads/tls-so_extern.exp: Likewise.
11260 * gdb.trace/change-loc.exp: Likewise.
11261 * gdb.trace/ftrace-lock.exp: Likewise.
11262 * gdb.trace/ftrace.exp: Likewise.
11263 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11264 * gdb.trace/pending.exp: Likewise.
11265 * gdb.trace/range-stepping.exp: Likewise.
11266 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11267 (strace_info_marker): Likewise.
11268 (strace_probe_marker): Likewise.
11269 (strace_trace_on_same_addr): Likewise.
11270 (strace_trace_on_diff_addr): Likewise.
11271 * gdb.trace/trace-break.exp: Likewise.
11272 * gdb.trace/trace-condition.exp: Likewise.
11273 * gdb.trace/trace-mt.exp: Likewise.
11274
11275 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11276
11277 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11278 result of gdb_remote_download.
11279 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11280 * gdb.base/dso2dso.exp: Likewise.
11281 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11282 * gdb.base/print-file-var.exp: Likewise.
11283 * gdb.base/shlib-call.exp: Likewise.
11284 * gdb.base/shreloc.exp: Likewise.
11285 * gdb.base/solib-overlap.exp: Likewise.
11286 * gdb.base/solib-weak.exp (do_test): Likewise.
11287 * gdb.base/unload.exp: Likewise.
11288
11289 2016-04-27 Yao Qi <yao.qi@linaro.org>
11290
11291 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11292 exists.
11293
11294 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11295
11296 * vla-type.exp: Print structure from toplevel.
11297
11298 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11299
11300 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11301 of dynamic types.
11302 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11303 of dynamic types.
11304
11305 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11306
11307 * gdb.fortran/vla-type.f90: New file.
11308 * gdb.fortran/vla-type.exp: New file.
11309
11310 2016-04-25 Yao Qi <yao.qi@linaro.org>
11311
11312 * gdb.base/branch-to-self.c: New file.
11313 * gdb.base/branch-to-self.exp: New file.
11314
11315 2016-04-22 Yao Qi <yao.qi@linaro.org>
11316
11317 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11318 more after $hex.
11319
11320 2016-04-22 Yao Qi <yao.qi@linaro.org>
11321
11322 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11323 * gdb.base/annota3.exp: Likewise.
11324
11325 2016-04-22 Yao Qi <yao.qi@linaro.org>
11326
11327 * gdb.reverse/step-precsave.exp: Do one step and test program
11328 stops in "callee" and do multiple steps until program goes out
11329 of "callee".
11330 * gdb.reverse/step-reverse.exp: Likewise.
11331
11332 2016-04-22 Yao Qi <yao.qi@linaro.org>
11333
11334 * gdb.trace/signal.exp: Also pass if
11335 $tracepoint_hits($i) > $iterations.
11336
11337 2016-04-22 Yao Qi <yao.qi@linaro.org>
11338
11339 * gdb.trace/signal.c: New file.
11340 * gdb.trace/signal.exp: New file.
11341
11342 2016-04-19 Doug Evans <xdje42@gmail.com>
11343
11344 * gdb.base/bad-file.exp: New file.
11345
11346 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11347
11348 * gdb.dwarf2/implref.exp: New file.
11349
11350 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11351
11352 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11353 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11354 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11355 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11356 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11357 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11358 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11359 * lib/fortran.exp (fortran_int4): New procedure.
11360 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11361 (fortran_logical4): Likewise.
11362
11363 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11364
11365 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11366
11367 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11368
11369 * lib/compiler.c: Add Intel specific preprocessor macros.
11370 * lib/compiler.cc: Likewise.
11371
11372 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11373
11374 * gdb.server/connect-with-no-symbol-file.c: New file.
11375 * gdb.server/connect-with-no-symbol-file.exp: New file.
11376
11377 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11378
11379 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11380
11381 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11382
11383 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11384 standard output directory.
11385
11386 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11387
11388 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11389
11390 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11391
11392 * gdb.btrace/instruction_history.c (loop): Add declaration.
11393
11394 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11395
11396 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11397
11398 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11399
11400 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11401 parentheses to print.
11402 (continue_handler): Likewise.
11403
11404 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11405
11406 * gdb.server/solib-list.exp: Remove is_remote check.
11407 Pass shlib= to gdb_compile. Don't link shared library with
11408 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11409 Run binary filename through "readlink -f" on the target.
11410
11411 2016-04-08 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11414 interpreter filename as argument to gdbserver_spawn.
11415 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11416 Return empty if $last_loaded_file does not exist.
11417
11418 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11419
11420 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11421 * gdb.base/jit-main.c: Use exit after usage.
11422
11423 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11424
11425 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11426 GDBHISTSIZE prior to the tests.
11427 * gdb.base/gdbinit-history.exp: Likewise.
11428
11429 2016-04-07 Pedro Alves <palves@redhat.com>
11430
11431 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11432 instead of build_executable. Use gdb_load_shlibs.
11433
11434 2016-04-07 Yao Qi <yao.qi@linaro.org>
11435
11436 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11437 Execute "si" command.
11438
11439 2016-04-07 Yao Qi <yao.qi@linaro.org>
11440
11441 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11442 number instead of the comments on some line.
11443
11444 2016-04-06 Don Breazeal <donb@codesourcery.com>
11445
11446 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11447 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11448
11449 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11450
11451 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11452 standard_output_file. Remove unused binfile variable.
11453
11454 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11455
11456 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11457 * gdb.python/py-mi-objfile.exp: Match "list main" output
11458 in console format.
11459
11460 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11461
11462 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11463 absolute.
11464
11465 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11466
11467 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11468 absolute.
11469 * gdb.trace/ftrace.exp: Likewise.
11470 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11471 targets as well.
11472 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11473 (gdb_load_shlibs): Copy libraries to test directory when testing
11474 natively. Only set solib-search-path if testing remotely.
11475 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11476
11477 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11478
11479 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11480 gdb_download. Use it even if the target is not remote.
11481 * gdb.base/jit.exp (compile_jit_test): Likewise.
11482 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11483 output directory if the destination board is local, otherwise use
11484 the standard remote_download from DejaGnu.
11485 (gdb_download): Remove.
11486 (gdb_load_shlibs): Use gdb_remote_download instead of
11487 gdb_download.
11488 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11489 Use gdb_remote_download instead of gdb_download. Use it even if
11490 the target is not remote.
11491 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11492 instead of gdb_download.
11493
11494 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11495
11496 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11497 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11498 run.
11499
11500 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11501
11502 PR gdb/19820
11503 * gdb.base/printcmds.exp: Add artificial arrays tests.
11504
11505 2016-03-31 Pedro Alves <palves@redhat.com>
11506
11507 PR gdb/19858
11508 * gdb.base/jit-main.c: Include unistd.h.
11509 (ATTACH): Define to 0 if not already defined.
11510 (wait_for_gdb, mypid): New globals.
11511 (WAIT_FOR_GDB): New macro.
11512 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11513 some breakpoint locations.
11514 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11515 New procedures.
11516 (one_jit_test): Add REATTACH parameter, and handle it. Use
11517 continue_to_test_location.
11518 (top level): Test attach, and adjusts calls to one_jit_test.
11519
11520 2016-03-31 Pedro Alves <palves@redhat.com>
11521
11522 PR gdb/19858
11523 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11524 BINSUFFIX parameter, and handle it.
11525 (top level): Adjust calls compile_jit_test.
11526
11527 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11528
11529 PR python/19743
11530 * gdb.python/py-mi-events-gdb.py: New file.
11531 * gdb.python/py-mi-events.c: New file.
11532 * gdb.python/py-mi-events.exp: New file.
11533
11534 2016-03-30 Yao Qi <yao.qi@linaro.org>
11535
11536 * gdb.reverse/until-precsave.exp: Match function name only.
11537 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11538 Move malloc to a condition block.
11539 * gdb.reverse/until-reverse.exp: Match function name only.
11540
11541 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11542
11543 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11544 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11545 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11546 variable for GPR 0 instead of assuming it is register 0.
11547 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11548 * lib/trace-support.exp: Add s390 registers.
11549
11550 2016-03-29 Yao Qi <yao.qi@linaro.org>
11551
11552 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11553
11554 2016-03-24 Yao Qi <yao.qi@linaro.org>
11555
11556 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11557 test message.
11558
11559 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11560
11561 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11562 maintaining separate logic for constructing the output path.
11563
11564 2016-03-16 Don Breazeal <donb@codesourcery.com>
11565
11566 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11567 Retry fork and waitpid on interrupted system call errors.
11568 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11569 Use with_timeout_factor to increase timeout by factor of 10.
11570
11571 2016-03-15 Don Breazeal <donb@codesourcery.com>
11572
11573 * gdb.cp/scope-err.cc: New test program.
11574 * gdb.cp/scope-err.exp: New test script.
11575 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11576 lines and "set breakpoint here" comment.
11577 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11578 Fixed some whitespace and format issues.
11579 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11580 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11581
11582 2016-03-15 Doug Evans <dje@google.com>
11583
11584 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11585 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11586 All callers updated. Add tests for enums, mixed flags register.
11587
11588 2016-03-15 Doug Evans <dje@google.com>
11589
11590 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11591 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11592
11593 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11594
11595 * gdb.base/default.exp: Add $_as_string to the list of expected
11596 convenience functions.
11597
11598 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11599
11600 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11601
11602 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11603
11604 * gdb.python/py-as-string.exp: New file.
11605 * gdb.python/py-as-string.c: New file.
11606
11607 2016-03-09 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11610 signal" -> "Thread NN received signal" output change.
11611 * gdb.threads/ia64-sigill.exp: Likewise.
11612 * gdb.threads/linux-dp.exp: Likewise.
11613 * gdb.threads/manythreads.exp: Likewise.
11614 * gdb.threads/pending-step.exp: Likewise.
11615 * gdb.threads/print-threads.exp: Likewise.
11616 * gdb.threads/sigstep-threads.exp: Likewise.
11617 * gdb.threads/staticthreads.exp: Likewise.
11618 * gdb.threads/tls.exp: Likewise.
11619
11620 2016-03-09 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.base/command-line-input.exp: New file.
11623
11624 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11625
11626 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11627 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11628 * gdb.trace/pending.exp: Accept leading dot before function name.
11629 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11630 * lib/trace-support.exp: Set registers for ppc.
11631
11632 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11633
11634 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11635 use it for disassembly; accept .main in addition to main in backtrace.
11636
11637 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11638 Marcin Kościelnicki <koriakin@0x04.net>
11639
11640 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11641 (gdb_recursion_test_ptr): New global variable.
11642 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11643 gdb_recursion_test.
11644 (gdb_c_test): Ditto.
11645
11646 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11647
11648 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11649 ordering.
11650
11651 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11652
11653 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11654 (bar): Add bar_start_lbl label.
11655 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11656 of foo/bar for emitting DWARF and tracing.
11657
11658 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11659
11660 * analyze-racy-logs.py: Set executable bit.
11661
11662 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11663
11664 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11665 (CHECK_TARGET_TMP): Likewise.
11666 (check-single-racy): New rule.
11667 (check-parallel-racy): Likewise.
11668 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11669 (do-check-parallel-racy): New rule.
11670 (check-racy/%.exp): Likewise.
11671 * README (Racy testcases): New section.
11672 * analyze-racy-logs.py: New file.
11673
11674 2016-03-03 Doug Evans <dje@google.com>
11675
11676 * gdb.base/skip.exp: Use with_test_prefix.
11677
11678 2016-03-03 Yao Qi <yao.qi@linaro.org>
11679
11680 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11681 Invoke step_over_syscall "clone" and break_cond_on_syscall
11682 "clone".
11683 * gdb.base/step-over-clone.c: New file.
11684
11685 2016-03-03 Yao Qi <yao.qi@linaro.org>
11686
11687 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11688 code format.
11689
11690 2016-03-03 Yao Qi <yao.qi@linaro.org>
11691
11692 * gdb.base/disp-step-fork.c: Rename to ...
11693 * gdb.base/step-over-fork.c: ... it. New file.
11694 * gdb.base/disp-step-vfork.c: Rename to ...
11695 * gdb.base/step-over-vfork.c: ... it. New file.
11696 * gdb.base/disp-step-syscall.exp: Rename to ...
11697 * gdb.base/step-over-syscall.exp: ... it. New file.
11698 (disp_step_cross_syscall): Rename to ...
11699 (step_over_syscall): ... it.
11700
11701 2016-03-03 Yao Qi <yao.qi@linaro.org>
11702
11703 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11704 If target supports condition evaluation on target, invoke
11705 break_cond_on_syscall for fork and vfork.
11706
11707 2016-03-03 Yao Qi <yao.qi@linaro.org>
11708
11709 * gdb.base/disp-step-syscall.exp: Don't invoke
11710 support_displaced_stepping.
11711 (disp_step_cross_syscall): Test with displaced stepping off and
11712 on if supported.
11713
11714 2016-03-03 Yao Qi <yao.qi@linaro.org>
11715
11716 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11717 proc.
11718 (setup): New proc.
11719 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11720 and setup.
11721
11722 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11723
11724 * gdb.fortran/vla-history.exp: Remove breakpoint.
11725
11726 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11727
11728 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11729 exceeds timeout.
11730
11731 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11732
11733 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11734 breakpoint.
11735
11736 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11737
11738 * gdb.mi/vla.f90: Nullify pointer after declaration.
11739
11740 2016-03-01 Pedro Alves <palves@redhat.com>
11741
11742 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11743
11744 2016-03-01 Pedro Alves <palves@redhat.com>
11745
11746 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11747 before anything else.
11748 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11749 _GNU_SOURCE here.
11750 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11751 before anything else.
11752 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11753
11754 2016-03-01 Pedro Alves <palves@redhat.com>
11755
11756 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11757
11758 2016-03-01 Yao Qi <yao.qi@linaro.org>
11759
11760 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11761 prepare_for_testing.
11762
11763 2016-03-01 Yao Qi <yao.qi@linaro.org>
11764
11765 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11766
11767 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11768
11769 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11770 manually constructing the output path.
11771
11772 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11773
11774 * gdb.arch/s390-stackless.S: New.
11775 * gdb.arch/s390-stackless.exp: New.
11776
11777 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11778
11779 * gdb.dlang/circular.c: New file.
11780 * gdb.dlang/circular.exp: New file.
11781
11782 2016-02-26 Yao Qi <yao.qi@linaro.org>
11783
11784 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11785 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11786 (testcases): Update.
11787
11788 2016-02-26 Yao Qi <yao.qi@linaro.org>
11789
11790 * gdb.reverse/aarch64.c: Rename to ...
11791 * gdb.reverse/insn-reverse.c: ... it.
11792 * gdb.reverse/aarch64.exp: Rename to ...
11793 * gdb.reverse/insn-reverse.exp: ... it.
11794
11795 2016-02-26 Yao Qi <yao.qi@linaro.org>
11796
11797 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11798 (testcase_ftype): New.
11799 (testcases): New array.
11800 (n_testcases): New.
11801 (main): Call each element in testcases.
11802 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11803 (read_testcase): New.
11804 Do the tests in a loop.
11805
11806 2016-02-25 Yao Qi <yao.qi@linaro.org>
11807
11808 * gdb.base/branches.c: Remove.
11809
11810 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11811
11812 PR gdb/13808
11813 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11814
11815 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11816
11817 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11818
11819 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11820
11821 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11822 change x86_64 call_insn to 'callq'.
11823
11824 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11825
11826 * gdb.trace/tfile-avx.c: Move to...
11827 * gdb.trace/tracefile-pseudo-reg.c: Here.
11828 * gdb.trace/tfile-avx.exp: Move to...
11829 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11830
11831 2016-02-24 Gary Benson <gbenson@redhat.com>
11832
11833 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11834 message on attach.
11835
11836 2016-02-23 Doug Evans <dje@google.com>
11837
11838 * gdb.base/skip.c (test_skip): New function.
11839 (end_test_skip_file_and_function): New function.
11840 (test_skip_file_and_function): New function.
11841 * gdb.base/skip1.c (test_skip): New function.
11842 (skip1_test_skip_file_and_function): New function.
11843 * gdb.base/skip.exp: Add tests for new skip options.
11844 * gdb.base/skip-solib.exp: Update expected output.
11845 * gdb.perf/skip-command.cc: New file.
11846 * gdb.perf/skip-command.exp: New file.
11847 * gdb.perf/skip-command.py: New file.
11848
11849 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11850
11851 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11852 info registers pattern.
11853
11854 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11855
11856 * lib/future.exp: Add D support.
11857 (gdb_find_gdc): New proc.
11858 (gdb_default_target_compile): Add D support.
11859
11860 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11861
11862 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11863 user+system time.
11864 (trace_speed_test): Determine the iteration count for a time
11865 between 15..30 seconds.
11866
11867 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11868
11869 * gdb.arch/i386-mpx-sigsegv.c: New file.
11870 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11871 * gdb.arch/i386-mpx-simple_segv.c: New file.
11872 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11873
11874 2016-02-18 Yao Qi <yao.qi@linaro.org>
11875
11876 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11877 Don't call setup_kfail.
11878
11879 2016-02-18 Yao Qi <yao.qi@linaro.org>
11880
11881 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11882 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11883
11884 2016-02-16 Doug Evans <dje@google.com>
11885
11886 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11887 * gdb.base/skip1.c: Ditto.
11888 * gdb.base/skip.exp: Whitespace cleanup.
11889
11890 2016-02-16 Don Breazeal <donb@codesourcery.com>
11891
11892 PR remote/19496
11893 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11894 Remove kfail for PR remote/19496.
11895
11896 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11897
11898 * lib/gdb.exp (standard_temp_file): Return a path specific to
11899 the runtest invocation.
11900
11901 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11902
11903 * gdb.trace/save-trace.exp: Change relative path to be in the
11904 standard output directory.
11905
11906 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11907
11908 * gdb.arch/i386-prologue.c: Add missing prototypes.
11909
11910 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11911
11912 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11913 * gdb.arch/i386-prologue.exp: Likewise.
11914 * gdb.arch/i386-size.exp: Likewise.
11915
11916 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11917
11918 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11919 define object file path.
11920 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11921 file path.
11922 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11923 standard_output_file to define binfile.
11924
11925 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11926
11927 Fix compatibility with recent gfortran-5.3.1.
11928 * gdb.fortran/vla-history.exp (print vla1 allocated)
11929 (print vla2 allocated, print $2, print $3): Remove
11930 (print $4): Rename to ...
11931 (print $2): ... here.
11932 (print $9): Rename to ...
11933 (print $5): ... here.
11934 (print $10): Rename to ...
11935 (print $6): ... here.
11936 * gdb.fortran/vla.f90: Add pvla initialization.
11937
11938 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11939
11940 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11941 New test.
11942 * gdb.fortran/vla-value-sub.exp: Likewise.
11943
11944 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11945
11946 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11947
11948 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11949
11950 * i386-biarch-core.exp: Define corefile using
11951 standard_output_file.
11952
11953 2016-02-12 Yao Qi <yao.qi@linaro.org>
11954
11955 * gdb.arch/arm-single-step-kernel-helper.c: New.
11956 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11957
11958 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11959
11960 * gdb.btrace/tailcall-only.exp: New.
11961 * gdb.btrace/tailcall-only.c: New.
11962 * gdb.btrace/x86_64-tailcall-only.S: New.
11963 * gdb.btrace/i686-tailcall-only.S: New.
11964
11965 2016-02-11 Pedro Alves <palves@redhat.com>
11966
11967 * README (Parallel testing): Add missing double quotes.
11968
11969 2016-02-11 Pedro Alves <palves@redhat.com>
11970
11971 * README (Parallel testing): New section.
11972 (GDB_PARALLEL): Rewrite.
11973 (FORCE_PARALLEL): Document.
11974
11975 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11976
11977 * gdb.trace/tfile-avx.c: New test.
11978 * gdb.trace/tfile-avx.exp: New test.
11979
11980 2016-02-09 Keith Seitz <keiths@redhat.com>
11981
11982 PR breakpoints/19546
11983 * gdb.base/infcall-exec.c: New file.
11984 * gdb.base/infcall-exec2.c: New file.
11985 * gdb.base/infcall-exec.exp: New file.
11986
11987 2016-02-09 Keith Seitz <keiths@redhat.com>
11988
11989 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11990 (toplevel): Call test_bkpt_address.
11991
11992 2016-02-09 Keith Seitz <keiths@redhat.com>
11993
11994 PR python/19506
11995 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11996 (toplevel): Call test_bkpt_address.
11997
11998 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11999
12000 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12001 to AC_OUTPUT.
12002 * configure: Regenerate.
12003
12004 2016-02-09 Pedro Alves <palves@redhat.com>
12005
12006 PR breakpoints/19548
12007 * gdb.base/execl-update-breakpoints.c (some_function): New
12008 function.
12009 (main): Call it.
12010 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12011 Tighten expected GDB output.
12012
12013 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12014
12015 * Makefile.in (ALL_SUBDIRS): Remove.
12016 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12017 (distclean maintainer-clean realclean): Likewise.
12018 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12019 * configure: Regenerate.
12020 * gdb.ada/Makefile.in: Delete.
12021 * gdb.arch/Makefile.in: Likewise.
12022 * gdb.asm/Makefile.in: Likewise.
12023 * gdb.base/Makefile.in: Likewise.
12024 * gdb.btrace/Makefile.in: Likewise.
12025 * gdb.cell/Makefile.in: Likewise.
12026 * gdb.compile/Makefile.in: Likewise.
12027 * gdb.cp/Makefile.in: Likewise.
12028 * gdb.disasm/Makefile.in: Likewise.
12029 * gdb.dlang/Makefile.in: Likewise.
12030 * gdb.dwarf2/Makefile.in: Likewise.
12031 * gdb.fortran/Makefile.in: Likewise.
12032 * gdb.gdb/Makefile.in: Likewise.
12033 * gdb.go/Makefile.in: Likewise.
12034 * gdb.guile/Makefile.in: Likewise.
12035 * gdb.java/Makefile.in: Likewise.
12036 * gdb.linespec/Makefile.in: Likewise.
12037 * gdb.mi/Makefile.in: Likewise.
12038 * gdb.modula2/Makefile.in: Likewise.
12039 * gdb.multi/Makefile.in: Likewise.
12040 * gdb.objc/Makefile.in: Likewise.
12041 * gdb.opencl/Makefile.in: Likewise.
12042 * gdb.opt/Makefile.in: Likewise.
12043 * gdb.pascal/Makefile.in: Likewise.
12044 * gdb.perf/Makefile.in: Likewise.
12045 * gdb.python/Makefile.in: Likewise.
12046 * gdb.reverse/Makefile.in: Likewise.
12047 * gdb.server/Makefile.in: Likewise.
12048 * gdb.stabs/Makefile.in: Likewise.
12049 * gdb.threads/Makefile.in: Likewise.
12050 * gdb.trace/Makefile.in: Likewise.
12051 * gdb.xml/Makefile.in: Likewise.
12052 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12053 GDB_PARALLEL.
12054 (standard_output_file): Remove check for GDB_PARALLEL, always
12055 return path in outputs/$subdir/$testname.
12056
12057 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12058
12059 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12060 (site.exp): Assign abs_srcdir to tcl's srcdir.
12061
12062 2016-02-04 Yao Qi <yao.qi@linaro.org>
12063
12064 * gdb.base/foll-exec-mode.c: Include limits.h.
12065 (main): Add parameters argc and argv. Get directory from
12066 argv[0].
12067 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12068 compilation.
12069 * gdb.base/foll-exec.c: Include limits.h.
12070 (main): Add parameters argc and argv.
12071 Get directory from argv[0].
12072 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12073 Adjust tests on the number of lines as source code changed.
12074 * gdb.base/foll-vfork-exit.c: Include limits.h.
12075 (main): Add one line of statement before vfork.
12076 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12077 (main): Add parameters argc and argv. Get directory from
12078 argv[0].
12079 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12080 (setup_gdb): Set tbreak to skip some source lines.
12081 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12082 (main): Add parameters argc and argv. Get directory from
12083 argv[0].
12084 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12085 compilation.
12086 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12087 (main): Add parameters argc and argv. Get directory from
12088 argv[0].
12089 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12090 compilation.
12091
12092 2016-02-01 Doug Evans <dje@google.com>
12093
12094 * gdb.base/skip.exp: Clean up multiple references to same test name.
12095
12096 2016-02-01 Pedro Alves <palves@redhat.com>
12097
12098 PR remote/19496
12099 * gdb.threads/forking-threads-plus-breakpoint.exp
12100 (displaced_stepping_supported): New global.
12101 (probe_displaced_stepping_support): New procedure.
12102 (do_test): Add 'displaced' parameter, and use it.
12103 (top level): Check for displaced stepping support. Add displaced
12104 stepping on/off testing axis.
12105
12106 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12107
12108 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12109 pointer. Don't perform further tests on the unassociated pointer
12110 if the first test fails.
12111
12112 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12113
12114 * gdb.base/max-value-size.c: New file.
12115 * gdb.base/max-value-size.exp: New file.
12116 * gdb.base/huge.exp: Disable max-value-size for this test.
12117
12118 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12119
12120 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12121
12122 2016-01-28 Yao Qi <yao.qi@linaro.org>
12123
12124 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12125
12126 2016-01-25 Pedro Alves <palves@redhat.com>
12127
12128 PR threads/19461
12129 * gdb.base/fork-running-state.c: New file.
12130 * gdb.base/fork-running-state.exp: New file.
12131
12132 2016-01-25 Pedro Alves <palves@redhat.com>
12133
12134 PR gdb/19494
12135 * gdb.base/catch-fork-kill.c: New file.
12136 * gdb.base/catch-fork-kill.exp: New file.
12137
12138 2016-01-25 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12141 Delete, moved to lib/gdb.exp.
12142 * gdb.threads/forking-threads-plus-breakpoint.exp
12143 (foreach_with_prefix): Likewise.
12144 * gdb.threads/process-dies-while-handling-bp.exp
12145 (foreach_with_prefix): Likewise.
12146 * lib/gdb.exp (foreach_with_prefix): New procedure.
12147
12148 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12149
12150 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12151 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12152
12153 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12154
12155 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12156 endian targets.
12157
12158 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12159 Pedro Alves <palves@redhat.com>
12160
12161 Fix testsuite compatibility with Guile.
12162 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12163 number.
12164
12165 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12166
12167 Fix testsuite compatibility with Guile.
12168 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12169 (thread 1): New test for backtrace through signal handler.
12170
12171 2016-01-22 Yao Qi <yao.qi@linaro.org>
12172
12173 PR testsuite/19491
12174 * gdb.base/multi-forks.c: Include
12175 ../lib/unbuffer_output.c
12176 (main): Call gdb_unbuffer_output.
12177
12178 2016-01-21 Doug Evans <dje@google.com>
12179
12180 * lib/ada.exp (gdb_compile_ada): Fix typo.
12181
12182 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12183
12184 * gdb.base/break-fun-addr.exp: New file.
12185 * gdb.base/break-fun-addr1.c: New file.
12186 * gdb.base/break-fun-addr2.c: New file.
12187
12188 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12189
12190 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12191 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12192 enum flag values.
12193
12194 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12195
12196 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12197 when GDB can not set the vector return value. Add more comments
12198 for clarification.
12199
12200 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12201
12202 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12203 command.
12204
12205 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12206
12207 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12208
12209 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12210
12211 * Makefile.in (check-single): Pass --status to runtest.
12212 (check/%.exp): Likewise.
12213
12214 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12215
12216 * Makefile.in (check-parallel): Propagate return code from make
12217 do-check-parallel.
12218
12219 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12220
12221 * gdb.trace/ftrace.exp: Fix expected message on continue.
12222 * gdb.trace/pending.exp: Fix expected message on continue.
12223 * gdb.trace/trace-break.exp: Fix expected message on continue.
12224
12225 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12226
12227 * lib/gdb.exp (gdb_test): Remove unused global references.
12228
12229 2016-01-18 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.base/async-shell.exp: Adjust expected output.
12232 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12233 * gdb.base/siginfo-thread.exp: Adjust expected output.
12234 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12235 * gdb.java/jnpe.exp: Adjust expected output.
12236 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12237 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12238 * gdb.threads/leader-exit.exp: Adjust expected output.
12239 * gdb.threads/manythreads.exp: Adjust expected output.
12240 * gdb.threads/pthreads.exp: Adjust expected output.
12241 * gdb.threads/schedlock.exp: Adjust expected output.
12242 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12243 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12244 expected output.
12245 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12246 output.
12247 * gdb.threads/sigthread.exp: Adjust expected output.
12248 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12249
12250 2016-01-18 Yao Qi <yao.qi@linaro.org>
12251
12252 * gdb.guile/scm-section-script.c: Replace @progbits with
12253 %progbits.
12254 * gdb.python/py-section-script.c: Likewise.
12255
12256 2016-01-15 Pedro Alves <palves@redhat.com>
12257
12258 * gdb.multi/tids.exp: Test star wildcard ranges.
12259
12260 2016-01-15 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12263 command from "thread apply" invocation.
12264 (thr_apply_info_thr_invalid): Default the expected output to the
12265 input tid list.
12266 (top level): Add tests that use convenience variables. Add tests
12267 for "thread apply" with a valid TID list, but missing the command.
12268
12269 2016-01-13 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.base/default.exp: Expect $_gthread as well.
12272 * gdb.multi/tids.exp: Test $_gthread.
12273 * gdb.threads/thread-specific.exp: Test $_gthread.
12274
12275 2016-01-13 Pedro Alves <palves@redhat.com>
12276
12277 * gdb.multi/tids.exp: Test "info threads -gid".
12278
12279 2016-01-13 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12282 Breakpoint.thread.
12283 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12284
12285 2016-01-07 Pedro Alves <palves@redhat.com>
12286
12287 * gdb.base/break.exp: Adjust to output changes.
12288 * gdb.base/hbreak2.exp: Likewise.
12289 * gdb.base/sepdebug.exp: Likewise.
12290 * gdb.base/watch_thread_num.exp: Likewise.
12291 * gdb.linespec/keywords.exp: Likewise.
12292 * gdb.multi/info-threads.exp: Likewise.
12293 * gdb.threads/thread-find.exp: Likewise.
12294 * gdb.multi/tids.c: New file.
12295 * gdb.multi/tids.exp: New file.
12296
12297 2016-01-13 Pedro Alves <palves@redhat.com>
12298
12299 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12300
12301 2016-01-13 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.base/default.exp: Expect $_inferior as well.
12304 * gdb.multi/base.exp: Test $_inferior.
12305
12306 2016-01-13 Pedro Alves <palves@redhat.com>
12307
12308 PR breakpoints/19388
12309 * gdb.base/catch-signal-siginfo-cond.c: New file.
12310 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12311
12312 2016-01-12 Josh Stone <jistone@redhat.com>
12313 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12314
12315 * gdb.base/catch-syscall.c (do_execve): New variable.
12316 (main): Conditionally trigger an execve.
12317 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12318 (test_catch_syscall_execve): New, check entry/return across execve.
12319 (do_syscall_tests): Call test_catch_syscall_execve.
12320
12321 2016-01-12 Pedro Alves <palves@redhat.com>
12322
12323 * gdb.base/random-signal.exp (do_test): New procedure, with body
12324 of testcase moved in.
12325
12326 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12327 Pedro Alves <palves@redhat.com>
12328
12329 * gdb.base/funcargs.exp (finish from indirectly called function):
12330 Reintroduce the case for 'First'.
12331
12332 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12333 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12336 (tcatch_vfork_then_child_follow_exec)
12337 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12338 identification.
12339
12340 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12341
12342 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12343 and repeats to unlimited.
12344 * gdb.python/py-value.exp: Likewise.
12345 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12346 and repeats to unlimited.
12347
12348 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12349
12350 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12351 and reordering the functions.
12352 * gdb.multi/hangout.c: Likewise.
12353 * gdb.multi/hello.c: Likewise.
12354
12355 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12356
12357 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12358 absolute.
12359 (SingleStatisticTestResult.report): Use dict.keys instead of
12360 dict.iterkeys.
12361
12362 2016-01-06 Pedro Alves <palves@redhat.com>
12363
12364 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12365
12366 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12367
12368 * gdb.btrace/dlopen.exp: New.
12369 * gdb.btrace/dlopen.c: New.
12370 * gdb.btrace/dlopen-dso.c: New.
12371
12372 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12373
12374 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12375 PATTERN argument is optional.
12376
12377 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12378
12379 * lib/ada.exp (target_compile_ada_from_dir): New function.
12380 (gdb_compile_ada): Reimplement avoiding the use of project files.
12381 * gdb.ada/gnat_ada.gpr: Delete.
12382 * gdb.ada/cond_lang.exp: Adjust test to make path before
12383 filename optional.
12384 * gdb.ada/small_reg_param.exp: Likewise.
12385
12386 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12387
12388 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12389
12390 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12391
12392 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12393 case.
12394
12395 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12396
12397 * gdb.base/break.exp: Remove dead code.
12398 * gdb.base/sepdebug.exp: Likewise.
12399
12400 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12401
12402 * gdb.asm/asm-source.exp: Remove HP-UX references.
12403 * gdb.base/annota1.exp: Likewise.
12404 * gdb.base/annota3.exp: Likewise.
12405 * gdb.base/attach.exp: Likewise.
12406 * gdb.base/bigcore.exp: Likewise.
12407 * gdb.base/break.exp: Likewise.
12408 * gdb.base/call-ar-st.exp: Likewise.
12409 * gdb.base/callfuncs.exp: Likewise.
12410 * gdb.base/catch-fork-static.exp: Likewise.
12411 * gdb.base/display.exp: Likewise.
12412 * gdb.base/foll-exec-mode.exp: Likewise.
12413 * gdb.base/foll-exec.exp: Likewise.
12414 * gdb.base/foll-fork.exp: Likewise.
12415 * gdb.base/foll-vfork.exp: Likewise.
12416 * gdb.base/funcargs.exp: Likewise.
12417 * gdb.base/hbreak2.exp: Likewise.
12418 * gdb.base/inferior-died.exp: Likewise.
12419 * gdb.base/interrupt.exp: Likewise.
12420 * gdb.base/multi-forks.exp: Likewise.
12421 * gdb.base/nodebug.exp: Likewise.
12422 * gdb.base/sepdebug.exp: Likewise.
12423 * gdb.base/solib1.c: Likewise.
12424 * gdb.base/step-test.exp: Likewise.
12425 * gdb.mi/non-stop.c: Likewise.
12426 * gdb.mi/pthreads.c: Likewise.
12427 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12428 * gdb.threads/pthreads.c: Likewise.
12429 * gdb.threads/staticthreads.exp: Likewise.
12430 * lib/future.exp: Likewise.
12431 * lib/gdb.exp: Likewise.
12432 * gdb.base/so-indr-cl.c: Remove.
12433 * gdb.base/so-indr-cl.exp: Likewise.
12434 * gdb.base/solib.c: Likewise.
12435 * gdb.base/solib.exp: Likewise.
12436 * gdb.base/solib2.c: Likewise.
12437
12438 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12439
12440 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12441 * gdb.base/call-ar-st.exp: Likewise.
12442 * gdb.base/callfuncs.exp: Likewise.
12443 * gdb.base/condbreak.exp: Likewise.
12444 * gdb.base/constvars.exp: Likewise.
12445 * gdb.base/hbreak2.exp: Likewise.
12446 * gdb.base/langs.exp: Likewise.
12447 * gdb.base/list.exp: Likewise.
12448 * gdb.base/long_long.exp: Likewise.
12449 * gdb.base/ptype.exp: Likewise.
12450 * gdb.base/scope.exp: Likewise.
12451 * gdb.base/signals.exp: Likewise.
12452 * gdb.base/so-impl-ld.exp: Likewise.
12453 * gdb.base/varargs.exp: Likewise.
12454 * gdb.base/volatile.exp: Likewise.
12455 * gdb.base/whatis.exp: Likewise.
12456 * gdb.cp/cplusfuncs.exp: Likewise.
12457 * gdb.cp/inherit.exp: Likewise.
12458 * gdb.cp/local.exp: Likewise.
12459 * gdb.cp/member-ptr.exp: Likewise.
12460 * gdb.cp/method.exp: Likewise.
12461 * gdb.cp/overload.exp: Likewise.
12462 * gdb.cp/templates.exp: Likewise.
12463 * gdb.stabs/weird.exp: Likewise.
12464 * lib/compiler.c: Likewise.
12465 * lib/compiler.cc: Likewise.
12466 * lib/cp-support.exp: Likewise.
12467 * lib/gdb.exp: Likewise.
12468
12469 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12470
12471 * configure.ac: Remove HP-UX case.
12472 * configure: Regenerate.
12473
12474 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12475
12476 * lib/gdb.exp (gdb_compile): Add function doc.
12477
12478 2015-12-17 Pedro Alves <palves@redhat.com>
12479
12480 PR threads/19354
12481 * gdb.multi/info-threads.exp: New file.
12482
12483 2015-12-15 Yao Qi <yao.qi@linaro.org>
12484
12485 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12486 is aarch64*-*-*.
12487
12488 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12489
12490 * gdb.base/history-duplicates.exp: Skip if no readline support.
12491
12492 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12493
12494 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12495
12496 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12497
12498 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12499
12500 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12501
12502 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12503 ctrl-C if nointerrupts target property is set.
12504 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12505 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12506 * gdb.base/paginate-bg-execution.exp: Likewise.
12507 * gdb.base/paginate-execution-startup.exp: Likewise.
12508 * gdb.base/random-signal.exp: Likewise.
12509 * gdb.base/range-stepping.exp: Likewise.
12510 * gdb.cp/annota2.exp: Likewise.
12511 * gdb.cp/annota3.exp: Likewise.
12512 * gdb.gdb/selftest.exp: Likewise.
12513 * gdb.threads/continue-pending-status.exp: Likewise.
12514 * gdb.threads/leader-exit.exp: Likewise.
12515 * gdb.threads/manythreads.exp: Likewise.
12516 * gdb.threads/pthreads.exp: Likewise.
12517 * gdb.threads/schedlock.exp: Likewise.
12518 * gdb.threads/sigthread.exp: Likewise.
12519
12520 2015-12-11 Don Breazeal <donb@codesourcery.com>
12521
12522 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12523 remote.
12524 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12525 * gdb.base/foll-exec.exp (main): Enable for target remote.
12526 * gdb.base/foll-fork.exp (main): Likewise.
12527 * gdb.base/foll-vfork.exp (main): Likewise.
12528 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12529 (proc continue_to_exit_bp_loc): Use clean_restart.
12530 * gdb.base/pie-execl.exp (main): Disable for target remote.
12531 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12532 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12533 * gdb.threads/execl.exp (main): Likewise.
12534 * gdb.threads/fork-child-threads.exp (main): Likewise.
12535 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12536 remote.
12537 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12538 remote.
12539 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12540 pid.tid style ptids, instead of just tid.
12541 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12542 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12543 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12544 ptids, instead of just tid.
12545
12546 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12547
12548 * gdb.base/list.exp (test_list_forward): Add end of file error
12549 test.
12550 (test_repeat_list_command): Add end of file error test.
12551 (test_list_backwards): Add beginning of file error test.
12552
12553 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12554
12555 * gdb.base/list.exp (test_list_invalid_args): New function,
12556 defined, and called.
12557
12558 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12559
12560 * gdb.base/list.exp (test_list): Make test names unique.
12561
12562 2015-12-11 Yao Qi <yao.qi@linaro.org>
12563
12564 * gdb.base/coremaker2.c: Remove.
12565
12566 2015-12-10 Pedro Alves <palves@redhat.com>
12567
12568 * gdb.multi/base.exp: Remove stale "spaces" references.
12569
12570 2015-12-10 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.multi/base.exp: Don't use nowarnings.
12573 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12574 * gdb.multi/hangout.c: Include stdio.h.
12575 * gdb.multi/hello.c: Include stdlib.h.
12576 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12577 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12578 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12579
12580 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12581
12582 * gdb.dwarf2/dw2-ranges-base.c: New file.
12583 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12584 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12585 support additional line table, and debug ranges generation.
12586 (Dwarf::ranges): New function, generate .debug_ranges.
12587 (Dwarf::lines): Support generating simple line table programs.
12588 (Dwarf::assemble): Initialise new namespace variables.
12589
12590 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12591
12592 * gdb.base/async.exp (proc test_background): Add case for
12593 asynchronous execution not supported.
12594
12595 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12596
12597 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12598 format and change test names to make them unique.
12599
12600 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12601 Pedro Alves <pedro@redhat.com>
12602
12603 PR gdb/18702
12604 Add checking of floatformats setup on x86_64 hosts.
12605 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12606 (smallval, bigval): New labels/constants.
12607 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12608 float" after loading bigval and smallval.
12609
12610 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12611
12612 * gdb.ada/fun_overload_menu.exp: New testcase.
12613 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12614
12615 2015-12-04 Josh Stone <jistone@redhat.com>
12616
12617 * gdb.base/catch-fork-static.exp: New.
12618
12619 2015-12-03 Yao Qi <yao.qi@linaro.org>
12620
12621 * gdb.base/sizeof.c: Don't include stdio.h and
12622 ../lib/unbuffer_output.c.
12623 (main): New variable 'size' and 'value'. Remove printf and
12624 gdb_unbuffer_output. Assign return value to size and value.
12625 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12626 at the beginning.
12627 (check_sizeof): Check the result by printing variable 'size'.
12628 (check_valueof): Check the result by printing variable 'value'.
12629
12630 2015-12-01 Yao Qi <yao.qi@linaro.org>
12631
12632 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12633 for aarch64*-*-linux* target.
12634
12635 2015-11-30 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12638
12639 2015-11-30 Pedro Alves <palves@redhat.com>
12640
12641 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12642 Handle non-stop mode vCont replies.
12643
12644 2015-11-30 Pedro Alves <palves@redhat.com>
12645
12646 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12647 prepare_for_testing. Start gdb with "set non-stop on" appended to
12648 GDBFLAGS. Lax expected stop output.
12649
12650 2015-11-27 Yao Qi <yao.qi@linaro.org>
12651
12652 * gdb.arch/arm-neon.exp: New.
12653 * gdb.arch/arm-neon.c: New.
12654
12655 2015-11-27 Yao Qi <yao.qi@linaro.org>
12656
12657 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12658
12659 2015-11-27 Yao Qi <yao.qi@linaro.org>
12660
12661 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12662 frames-invalid annotation.
12663
12664 2015-11-27 Yao Qi <yao.qi@linaro.org>
12665
12666 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12667
12668 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12669
12670 * gdb.threads/names.exp: New file.
12671 * gdb.threads/names.c: New file.
12672 * README: Mention gdb,no_thread_names.
12673
12674 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12675
12676 PR 19297
12677 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12678 support" error.
12679
12680 2015-11-24 Pedro Alves <palves@redhat.com>
12681
12682 PR 17539
12683 * gdb.base/display.exp: Expect displays to be sorted in ascending
12684 order. Use multi_line.
12685 * gdb.base/solib-display.exp: Likewise.
12686
12687 2015-11-24 Pedro Alves <palves@redhat.com>
12688
12689 PR 17539
12690 * gdb.base/display.exp: Expect displays to be sorted in ascending
12691 order. Use multi_line.
12692 * gdb.base/solib-display.exp: Likewise.
12693
12694 2015-11-24 Pedro Alves <palves@redhat.com>
12695
12696 PR 17539
12697 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12698 threads in ascending order.
12699 * gdb.base/foll-fork.exp: Likewise.
12700 * gdb.base/foll-vfork.exp: Likewise.
12701 * gdb.base/multi-forks.exp: Likewise.
12702 * gdb.mi/mi-nonstop.exp: Likewise.
12703 * gdb.mi/mi-nsintrall.exp: Likewise.
12704 * gdb.multi/base.exp: Likewise.
12705 * gdb.multi/multi-arch.exp: Likewise.
12706 * gdb.python/py-inferior.exp: Likewise.
12707 * gdb.threads/break-while-running.exp: Likewise.
12708 * gdb.threads/execl.exp: Likewise.
12709 * gdb.threads/gcore-thread.exp: Likewise.
12710 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12711 * gdb.threads/kill.exp: Likewise.
12712 * gdb.threads/linux-dp.exp: Likewise.
12713 * gdb.threads/multiple-step-overs.exp: Likewise.
12714 * gdb.threads/next-bp-other-thread.exp: Likewise.
12715 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12716 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12717 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12718 * gdb.threads/thread-find.exp: Likewise.
12719 * gdb.threads/tls.exp: Likewise.
12720 * lib/mi-support.exp (mi_reverse_list): Delete.
12721 (mi_check_thread_states): No longer reverse list.
12722
12723 2015-11-24 Pedro Alves <palves@redhat.com>
12724
12725 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12726 use lowercase.
12727
12728 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12729
12730 * gdb.trace/actions.c: Include trace-common.h.
12731 (main): Add a location for a fast tracepoint.
12732 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12733 the normal tracepoints.
12734 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12735
12736 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12737
12738 * save-trace.exp: Factor out code to these...
12739 (gdb_save_tracepoints): New.
12740 (gdb_load_tracepoints): New.
12741 (do_save_load_test): New.
12742
12743 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12744
12745 * gdb.base/asmlabel.exp: New test.
12746 * gdb.base/asmlabel.c: New test case.
12747
12748 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12749
12750 * gdb.base/wrong_frame_bt_full-main.c: New file.
12751 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12752 * gdb.base/wrong_frame_bt_full.exp: New file.
12753
12754 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12755
12756 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12757
12758 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12759
12760 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12761 pstate register when comparing registers values in
12762 sparc64-*-linux-gnu targets to avoid spurious differences.
12763
12764 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12765
12766 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12767
12768 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12769
12770 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12771 as type argument to gdb_compile.
12772 * gdb.base/nested-subp2.exp: Likewise.
12773 * gdb.base/nested-subp3.exp: Likewise.
12774
12775 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12776
12777 * lib/dwarf.exp (_note): Fix left shift of negative value.
12778 * gdb.trace/trace-condition.exp: Likewise.
12779
12780 2015-11-13 Yao Qi <yao.qi@linaro.org>
12781
12782 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12783 comments about d10v.
12784 (test_scalar_returns): Likewise.
12785 * gdb.base/d10v.ld: Remove.
12786 * gdb.base/overlays.exp: Remove the target triplet checking for
12787 d10v-*-*.
12788 * gdb.base/structs.exp (test_struct_returns): Remove the
12789 comments about d10v.
12790 (test_struct_calls): Likewise.
12791
12792 2015-11-13 Yao Qi <yao.qi@linaro.org>
12793
12794 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12795 * gdb.base/gnu_vector.c: Don't include stdio.h.
12796 (main): Don't print res and call add_some_intvecs.
12797
12798 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12799
12800 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12801 macro.
12802 (func5): Removed.
12803 (func4): Use FAST_TRACEPOINT_LABEL.
12804 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12805 macro.
12806 (func): Removed.
12807 (thread_function): Use FAST_TRACEPOINT_LABEL.
12808 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12809 (func): Remove.
12810 (marker): Use FAST_TRACEPOINT_LABEL.
12811 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12812 (pendfunc1): Remove.
12813 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12814 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12815 (foo): Remove.
12816 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12817 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12818 macro.
12819 (func): Remove.
12820 (marker): Use FAST_TRACEPOINT_LABEL.
12821 * gdb.trace/trace-common.h: New header.
12822 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12823 macro.
12824 (func): Remove.
12825 (marker): Use FAST_TRACEPOINT_LABEL.
12826 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12827 (func): Remove.
12828 (thread_function): Use FAST_TRACEPOINT_LABEL.
12829
12830 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12831
12832 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12833 in front.
12834 * gdb.trace/change-loc.exp: Use global pcreg definition.
12835 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12836 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12837 in front.
12838 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12839 * gdb.trace/pending.exp: Likewise.
12840 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12841 * gdb.trace/trace-break.exp: Likewise.
12842 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12843 in front.
12844 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12845 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12846 in front.
12847 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12848
12849 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12850
12851 * gdb.ada/fin_fun_out: New testcase.
12852
12853 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12854
12855 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12856 value associated with DW_AT_byte_size.
12857 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12858 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12859 DW_AT_upper_bound.
12860
12861 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12862
12863 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12864 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12865 version.
12866 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12867 gdb.dwarf2/dw2-canonicalize-type.exp,
12868 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12869 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12870 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12871 provided by gdb_target_symbol_prefix_flags_asm.
12872 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12873 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12874 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12875 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12876 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12877 macros where needed). Use this macro for symbols which require
12878 the prefix provided by SYMBOL_PREFIX.
12879
12880 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12881
12882 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12883 New procs.
12884 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12885 representing expressions, of more than one list element.
12886 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12887 to prepend linker symbol prefix to f.
12888 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12889 table_1 and table_2.
12890 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12891 Likewise, for f and g.
12892 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12893 for ptr.
12894 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12895 for main.
12896 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12897 table_1_ptr and table_2_ptr.
12898
12899 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12900 Joel Brobecker <brobecker@adacore.com>
12901
12902 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12903
12904 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12905
12906 * gdb.reverse/s390-mvcle.c: New test.
12907 * gdb.reverse/s390-mvcle.exp: New file.
12908 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12909
12910 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12911
12912 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12913
12914 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12915
12916 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12917 reaching marker2.
12918 * gdb.reverse/getresuid-reverse.exp: Likewise.
12919 * gdb.reverse/pipe-reverse.exp: Likewise.
12920 * gdb.reverse/readv-reverse.exp: Likewise.
12921 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12922 * gdb.reverse/time-reverse.exp: Likewise.
12923 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12924
12925 2015-10-30 Yao Qi <yao.qi@linaro.org>
12926
12927 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12928 (empty_cycle): Remove.
12929 (main): Don't call empty_cycle. Don't use watch_count_done.
12930 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12931 empty_cycle. Rewrite the code counting HW watchpoints.
12932
12933 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12934
12935 * gdb.reverse/fstatat-reverse.c: New test.
12936 * gdb.reverse/fstatat-reverse.exp: New file.
12937 * gdb.reverse/getresuid-reverse.c: New test.
12938 * gdb.reverse/getresuid-reverse.exp: New file.
12939 * gdb.reverse/pipe-reverse.c: New test.
12940 * gdb.reverse/pipe-reverse.exp: New file.
12941 * gdb.reverse/readv-reverse.c: New test.
12942 * gdb.reverse/readv-reverse.exp: New file.
12943 * gdb.reverse/recvmsg-reverse.c: New test.
12944 * gdb.reverse/recvmsg-reverse.exp: New file.
12945 * gdb.reverse/time-reverse.c: New test.
12946 * gdb.reverse/time-reverse.exp: New file.
12947 * gdb.reverse/waitpid-reverse.c: New test.
12948 * gdb.reverse/waitpid-reverse.exp: New file.
12949
12950 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12951
12952 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12953
12954 2015-10-26 Doug Evans <dje@google.com>
12955
12956 PR symtab/17391
12957 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12958 * gdb.dwarf2/bad-regnum.c: New file.
12959 * gdb.dwarf2/bad-regnum.exp: New file.
12960
12961 2015-10-26 Doug Evans <dje@google.com>
12962
12963 PR python/18938
12964 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12965 file.
12966
12967 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12968
12969 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12970 for a change by "Mention language in compile error message".
12971
12972 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12973
12974 PR python/18073
12975 * gdb.python/py-type.c (C::a_method): New.
12976 (C::a_const_method): New.
12977 (C::a_static_method): New.
12978 (a_function): New.
12979 * gdb.python/py-type.exp (test_fields): Test getting fields
12980 from function and method.
12981
12982 2015-10-21 Keven Boell <keven.boell@intel.com>
12983
12984 * gdb.fortran/vla-alloc-assoc.exp: New file.
12985 * gdb.fortran/vla-datatypes.exp: New file.
12986 * gdb.fortran/vla-datatypes.f90: New file.
12987 * gdb.fortran/vla-history.exp: New file.
12988 * gdb.fortran/vla-ptype-sub.exp: New file.
12989 * gdb.fortran/vla-ptype.exp: New file.
12990 * gdb.fortran/vla-sizeof.exp: New file.
12991 * gdb.fortran/vla-sub.f90: New file.
12992 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12993 * gdb.fortran/vla-value-sub-finish.exp: New file.
12994 * gdb.fortran/vla-value-sub.exp: New file.
12995 * gdb.fortran/vla-value.exp: New file.
12996 * gdb.fortran/vla-ptr-info.exp: New file.
12997 * gdb.mi/mi-vla-fortran.exp: New file.
12998 * gdb.mi/vla.f90: New file.
12999
13000 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13001
13002 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13003 of hardwired timeout value.
13004
13005 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13006 Pedro Alves <palves@redhat.com>
13007
13008 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13009 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13010
13011 2015-10-19 Josh Stone <jistone@redhat.com>
13012
13013 * gdb.base/catch-syscall.c: Include <sched.h>.
13014 (unknown_syscall): New variable.
13015 (main): Trigger a vfork and an unknown syscall.
13016 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13017 (unknown_syscall_number): Likewise.
13018 (check_call_to_syscall): Accept an optional syscall pattern.
13019 (check_return_from_syscall): Likewise.
13020 (check_continue): Likewise.
13021 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13022 (test_catch_syscall_skipping_return): New test toggling off 'catch
13023 syscall' to step over the syscall return, then toggling back on.
13024 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13025 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13026 (do_syscall_tests): Call test_catch_syscall_without_args and
13027 test_catch_syscall_mid_vfork.
13028 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13029 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13030
13031 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13032
13033 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13034 print g_vE): Add new pass patterns.
13035 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13036 print various symbol names for vptr fields.
13037
13038 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13039
13040 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13041 results.
13042
13043 2015-10-12 Yao Qi <yao.qi@linaro.org>
13044
13045 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13046
13047 2015-10-12 Yao Qi <yao.qi@linaro.org>
13048
13049 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13050 is aarch64*-*-linux*.
13051
13052 2015-10-12 Yao Qi <yao.qi@linaro.org>
13053
13054 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13055 (can_relocate_bcond_true): ... it.
13056 (can_relocate_bcond_false): New function.
13057 (foo): Likewise.
13058 (can_relocate_bl): Likewise.
13059 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13060 can_relocate_bl.
13061
13062 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13063
13064 * gdb.base/nested-addr.c: New file.
13065 * gdb.base/nested-addr.exp: New testcase.
13066
13067 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13068
13069 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13070 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13071 its output. Ignore the output of "record goto begin" and instead
13072 check that GDB is replaying.
13073
13074 2015-10-09 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13077 (top level): Use it in the run with no args test.
13078
13079 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13080
13081 * gdb.dlang/properties.exp: New file.
13082
13083 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13084
13085 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13086 whether or not address 0x1000 is mapped on the target.
13087
13088 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13089
13090 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13091 build.
13092
13093 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13094
13095 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13096 instruction-history test.
13097
13098 2015-09-28 Doug Evans <dje@google.com>
13099
13100 * gdb.base/gcore.c (array_func): Add reference to static_array.
13101
13102 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13103
13104 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13105 source line.
13106
13107 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13108
13109 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13110 short or char as base type.
13111
13112 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13113
13114 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13115 to allow any size enum.
13116
13117 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13118
13119 * gdb.ada/array_ptr_renaming.exp: New testcase.
13120 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13121 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13122
13123 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13124
13125 * gdb.trace/ftrace-lock.c: New file.
13126 * gdb.trace/ftrace-lock.exp: New file.
13127
13128 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13129
13130 * gdb.arch/insn-reloc.c: New file.
13131 * gdb.arch/ftrace-insn-reloc.exp: New file.
13132
13133 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13134
13135 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13136 instruction.
13137 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13138 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13139 * gdb.trace/range-stepping.c: Likewise.
13140 * gdb.trace/trace-break.c: Likewise.
13141 * gdb.trace/trace-mt.c (thread_function): Likewise.
13142 * gdb.trace/ftrace.c (marker): Likewise.
13143 * gdb.trace/trace-condition.c (marker): Likewise.
13144 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13145 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13146 is_aarch64_target.
13147
13148 2015-09-18 Doug Evans <xdje42@gmail.com>
13149
13150 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13151 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13152
13153 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13154
13155 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13156 the breakpoint.
13157
13158 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13159
13160 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13161 the pending breakpoint. Remove timeout override for "Run till
13162 MI pending breakpoint on pendfunc3 on thread 2" test.
13163
13164 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13165
13166 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13167 filename pattern.
13168
13169 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13170
13171 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13172 in breakpoint filename pattern.
13173
13174 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13175
13176 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13177
13178 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13179
13180 * gdb.linespec/explicit.exp: Check for readline support for
13181 tab-completion tests. Fix obvious typo.
13182
13183 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13184
13185 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13186 and replay.
13187
13188 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13189
13190 * gdb.btrace/non-stop.c: New.
13191 * gdb.btrace/non-stop.exp: New.
13192
13193 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13194 Yao Qi <yao.qi@linaro.org>
13195
13196 * gdb.trace/trace-condition.c: New file.
13197 * gdb.trace/trace-condition.exp: New file.
13198
13199 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13200
13201 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13202 for testing bytecode compilation.
13203
13204 2015-09-16 Pedro Alves <palves@redhat.com>
13205 Sandra Loosemore <sandra@codesourcery.com>
13206
13207 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13208 (SECONDS): Redefine.
13209 (main): Call pthread_kill and alarm early.
13210 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13211 support.
13212 (test): If the target can't hardware step and doesn't support
13213 displaced stepping, increase the timeout.
13214
13215 2015-09-16 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13218 (enable_debug): New procedures.
13219 (test): Use them. Bail out if waiting for threads fails.
13220 (top level): Bail out if a test fails.
13221
13222 2015-09-16 Yao Qi <yao.qi@linaro.org>
13223
13224 * gdb.asm/asm-source.exp: Set asm-arch for
13225 aarch64*-*-* target.
13226 * gdb.asm/aarch64.inc: New file.
13227
13228 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13229
13230 * gdb.ada/array_of_variable_length.exp: New testcase.
13231 * gdb.ada/array_of_variable_length/foo.adb: New file.
13232 * gdb.ada/array_of_variable_length/pck.adb: New file.
13233 * gdb.ada/array_of_variable_length/pck.ads: New file.
13234
13235 2015-09-15 Doug Evans <dje@google.com>
13236
13237 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13238 of function static local variable.
13239
13240 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13241
13242 * gdb.threads/tls-so_extern.exp: New test file.
13243 * gdb.threads/tls-so_extern.c: New test file.
13244 * gdb.threads/tls-so_extern_main.c: New test file.
13245
13246 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13247
13248 * gdb.opt/solib-intra-step-lib.c: New file.
13249 * gdb.opt/solib-intra-step-main.c: New file.
13250 * gdb.opt/solib-intra-step.exp: New file.
13251
13252 2015-09-15 Pedro Alves <palves@redhat.com>
13253
13254 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13255 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13256
13257 2015-09-14 Pedro Alves <palves@redhat.com>
13258
13259 * gdb.base/hook-stop-continue.c: Delete.
13260 * gdb.base/hook-stop-continue.exp: Delete.
13261 * gdb.base/hook-stop-frame.c: Delete.
13262 * gdb.base/hook-stop-frame.exp: Delete.
13263 * gdb.base/hook-stop.c: New file.
13264 * gdb.base/hook-stop.exp: New file.
13265
13266 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13267
13268 * gdb.ada/access_to_packed_array.exp: New testcase.
13269 * gdb.ada/access_to_packed_array/foo.adb: New file.
13270 * gdb.ada/access_to_packed_array/pack.adb: New file.
13271 * gdb.ada/access_to_packed_array/pack.ads: New file.
13272
13273 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13274
13275 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13276 buffer size test.
13277
13278 2015-09-11 Don Breazeal <donb@codesourcery.com>
13279
13280 * gdb.base/foll-exec.c: Add copyright header. Fix
13281 formatting issues.
13282 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13283 (do_exec_tests): Use clean_restart in place of zap_session,
13284 and for test initialization. Fix formatting issues. Use
13285 fail in place of perror.
13286 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13287 an expect statement to match an expression with output from
13288 the program under debug.
13289 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13290 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13291 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13292 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13293 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13294
13295 2015-09-09 Doug Evans <dje@google.com>
13296
13297 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13298
13299 2015-09-09 Doug Evans <dje@google.com>
13300
13301 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13302
13303 2015-09-09 Doug Evans <dje@google.com>
13304
13305 * gdb.base/savedregs.exp: Fix typo.
13306
13307 2015-09-09 Pedro Alves <palves@redhat.com>
13308
13309 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13310
13311 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13312
13313 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13314 command actually switches threads. Give up on remaining
13315 tests if target fails to stop at breakpoint.
13316
13317 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13318
13319 * gdb.ada/funcall_char.exp: New testcase.
13320 * gdb.ada/funcall_char/foo.adb: New file.
13321
13322 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13323
13324 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13325 expected outputs. Add two testcases for completing ambiguous
13326 functions.
13327 * gdb.ada/complete/aux_pck.adb: New file.
13328 * gdb.ada/complete/aux_pck.ads: New file.
13329 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13330 Ambiguous_Func functions.
13331 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13332 * gdb.ada/complete/pck.adb: Likewise.
13333
13334 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13335
13336 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13337 failures to run the test program under GDB.
13338
13339 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13340
13341 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13342 to C.
13343
13344 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13345
13346 * gdb.base/run-after-attach.exp: New test file.
13347 * gdb.base/run-after-attach.c: New test file.
13348
13349 2015-08-26 Don Breazeal <donb@codesourcery.com>
13350
13351 * gdb.base/foll-exec-2.c: New test program.
13352 * gdb.base/foll-exec-2.exp: New test.
13353
13354 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13355
13356 * gdb.base/nested-subp1.exp: New file.
13357 * gdb.base/nested-subp1.c: New file.
13358 * gdb.base/nested-subp2.exp: New file.
13359 * gdb.base/nested-subp2.c: New file.
13360 * gdb.base/nested-subp3.exp: New file.
13361 * gdb.base/nested-subp3.c: New file.
13362
13363 2015-08-24 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.server/connect-without-multi-process.c: New file.
13366 * gdb.server/connect-without-multi-process.exp: New file.
13367
13368 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13369
13370 * gdb.opt/inline-markers.c: Make z int.
13371
13372 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13373
13374 * gdb.opt/inline-markers.c: Make z volatile.
13375
13376 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13377
13378 * gdb.opt/inline-bt.c: New volatile global z.
13379 * gdb.opt/inline-cmds.c: Likewise.
13380 * gdb.opt/inline-locals.c: Likewise.
13381 * gdb.opt/inline-markers.c: New extern global z.
13382 (marker): Use z.
13383 (inline_fn): Likewise.
13384
13385 2015-08-24 Pedro Alves <palves@redhat.com>
13386
13387 * config/m32r-stub.exp: Remove file.
13388 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13389 * gdb.base/call-rt-st.exp: Likewise.
13390 * gdb.base/call-strs.exp: Likewise.
13391 * gdb.base/default.exp: Remove references to h8300-*-hms and
13392 *-*-udi*.
13393 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13394
13395 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13396
13397 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13398 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13399 and "return" use KFAIL when GDB can not read/write the vector
13400 return value.
13401
13402 2015-08-21 Gary Benson <gbenson@redhat.com>
13403
13404 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13405
13406 2015-08-20 Pedro Alves <palves@redhat.com>
13407
13408 * gdb.server/solib-list.exp: No longer expect an interior stop in
13409 non-stop mode.
13410
13411 2015-08-20 Pedro Alves <palves@redhat.com>
13412
13413 * gdb.server/connect-stopped-target.c: New file.
13414 * gdb.server/connect-stopped-target.exp: New file.
13415
13416 2015-08-20 Pedro Alves <palves@redhat.com>
13417
13418 * gdb.dwarf2/comp-unit-lang.exp: New file.
13419 * gdb.dwarf2/comp-unit-lang.c: New file.
13420
13421 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13422
13423 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13424 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13425
13426 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13427
13428 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13429 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13430
13431 2015-08-18 Doug Evans <dje@google.com>
13432 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13433
13434 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13435 skip_python_tests. New arg prompt_regexp.
13436 (skip_python_tests): New function.
13437 * lib/mi-support.exp (mi_skip_python_tests): New function.
13438 * gdb.python/py-mi-objfile-gdb.py: New file.
13439 * gdb.python/py-mi-objfile.c: New file.
13440 * gdb.python/py-mi-objfile.exp: New file.
13441
13442 2015-08-17 Keith Seitz <keiths@redhat.com>
13443
13444 * gdb.linespec/explicit.exp: Move strace test from here ...
13445 * gdb.trace/strace.exp: ... to here.
13446
13447 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13448
13449 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13450 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13451
13452 2015-08-14 Doug Evans <xdje42@gmail.com>
13453
13454 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13455 inferior before selecting a new file.
13456
13457 2015-08-14 Doug Evans <xdje42@gmail.com>
13458
13459 * gdb.mi/mi-disassemble.exp: Update.
13460 * gdb.base/disasm-optim.S: New file.
13461 * gdb.base/disasm-optim.c: New file.
13462 * gdb.base/disasm-optim.h: New file.
13463 * gdb.base/disasm-optim.exp: New file.
13464
13465 2015-08-14 Keith Seitz <keiths@redhat.com>
13466
13467 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13468 "evaluated-by".
13469
13470 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13471
13472 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13473
13474 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13475
13476 * gdb.ada/fun_renaming.exp: New testcase.
13477 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13478 * gdb.ada/fun_renaming/pack.adb: New file.
13479 * gdb.ada/fun_renaming/pack.ads: New file.
13480
13481 2015-08-12 Keith Seitz <keiths@redhat.com>
13482
13483 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13484 gdb_get_line_number.
13485
13486 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13487
13488 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13489 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13490 gdb.base/dso2dso.exp: New files.
13491
13492 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13493 Pedro Alves <palves@redhat.com>
13494 Keith Seitz <keiths@redhat.com>
13495
13496 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13497 GDBFLAGS.
13498
13499 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13500
13501 * gdb.base/gdbhistsize-history.exp
13502 (test_histsize_history_setting): Use save_vars.
13503 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13504 Use save_vars.
13505 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13506 * gdb.base/readline.exp: Use save_vars.
13507
13508 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13509
13510 * lib/gdb.exp (save_vars): New proc.
13511
13512 2015-08-11 Keith Seitz <keiths@redhat.com>
13513
13514 * gdb.base/help.exp: Update help_breakpoint_text.
13515
13516 2015-08-11 Keith Seitz <keiths@redhat.com>
13517
13518 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13519 (at toplevel): Call test_explicit_breakpoints.
13520 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13521 breakpoints.
13522 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13523 breakpoint conditions, "-cond".
13524
13525 2015-08-11 Keith Seitz <keiths@redhat.com>
13526
13527 * gdb.linespec/3explicit.c: New file.
13528 * gdb.linespec/cpexplicit.cc: New file.
13529 * gdb.linespec/cpexplicit.exp: New file.
13530 * gdb.linespec/explicit.c: New file.
13531 * gdb.linespec/explicit.exp: New file.
13532 * gdb.linespec/explicit2.c: New file.
13533 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13534 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13535 before using in the matching pattern.
13536 Clarify that `prefix' is a regular expression.
13537
13538 2015-08-11 Keith Seitz <keiths@redhat.com>
13539
13540 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13541 test.
13542 Add tests for missing ",FMT" and ",".
13543
13544 2015-08-10 Doug Evans <dje@google.com>
13545 Keith Seitz <keiths@redhat.com>
13546
13547 PR gdb/17960
13548 * gdb.base/completion.exp: Add location completer tests.
13549
13550 2015-08-07 Pedro Alves <palves@redhat.com>
13551
13552 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13553 tests here.
13554 (top level): Run do_test with and without displaced stepping.
13555
13556 2015-08-07 Pedro Alves <palves@redhat.com>
13557
13558 * gdb.base/valgrind-disp-step.c: New file.
13559 * gdb.base/valgrind-disp-step.exp: New file.
13560
13561 2015-08-07 Pedro Alves <palves@redhat.com>
13562
13563 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13564 Delete function.
13565 (main): Add alarm. Run an infinite loop instead of calling
13566 wait_threads.
13567 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13568 comment.
13569 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13570 Delete function.
13571 (main): Add alarm. Run an infinite loop instead of calling
13572 wait_threads.
13573 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13574 comment.
13575
13576 2015-08-07 Pedro Alves <palves@redhat.com>
13577
13578 * gdb.base/checkpoint-ns.exp: New file.
13579 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13580 standard_testfile.
13581
13582 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13583
13584 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13585 * gdb.btrace/instruction_history.exp: Update.
13586 * gdb.btrace/tsx.exp: New.
13587 * gdb.btrace/tsx.c: New.
13588
13589 2015-08-06 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13592 increase timeout.
13593 * gdb.reverse/until-precsave.exp: Bump timeouts.
13594
13595 2015-08-06 Pedro Alves <palves@redhat.com>
13596
13597 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13598
13599 2015-08-06 Pedro Alves <palves@redhat.com>
13600
13601 PR gdb/18749
13602 * gdb.threads/process-dies-while-handling-bp.c: New file.
13603 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13604
13605 2015-08-06 Pedro Alves <palves@redhat.com>
13606
13607 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13608 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13609
13610 2015-08-05 Pedro Alves <palves@redhat.com>
13611
13612 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13613 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13614
13615 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13616
13617 * gdb.base/bp-permanent.exp: Report test as unsupported if
13618 the target cannot stop at the permanent breakpoint.
13619
13620 2015-08-03 Doug Evans <dje@google.com>
13621
13622 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13623 10000.
13624
13625 2015-08-03 Doug Evans <dje@google.com>
13626
13627 * Makefile.in (workers/%.worker, build-perf): New rule.
13628 (GDB_PERFTEST_MODE): New variable.
13629 (check-perf): Use it.
13630 (clean): Clean up gdb.perf parallel build subdirs.
13631 * lib/build-piece.exp: New file.
13632 * lib/gdb.exp (make_gdb_parallel_path): New function
13633 (standard_output_file, standard_temp_file): Call it.
13634 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13635 of $GDB_PARALLEL.
13636 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13637
13638 2015-08-03 Doug Evans <dje@google.com>
13639
13640 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13641 (LOG_FILE_NAME): New global.
13642 (TextReporter.__init__): Initialize self.txt_sum.
13643 (TextReporter.report): Add support for multiple data-points.
13644 Move report to perftest.sum, put raw data in perftest.log.
13645 (TextReporter.start): Open sum and log files.
13646 (TextReporter.end): Close sum and log files.
13647 * gdb.perf/lib/perftest/testresult.py
13648 (SingleStatisticTestResult.record): Handle multiple data-points.
13649
13650 2015-07-31 Pedro Alves <palves@redhat.com>
13651
13652 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13653 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13654 kill_wait_spawned_process instead of explicit "kill -9".
13655 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13656 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13657 kill_wait_spawned_process.
13658 * gdb.base/attach-twice.exp: Likewise.
13659 * gdb.base/attach.exp: Likewise.
13660 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13661 gdb_test_multiple.
13662 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13663 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13664 kill_wait_spawned_process.
13665 * gdb.base/valgrind-infcall.exp: Likewise.
13666 * gdb.multi/multi-attach.exp: Likewise.
13667 * gdb.python/py-prompt.exp: Likewise.
13668 * gdb.python/py-sync-interp.exp: Likewise.
13669 * gdb.server/ext-attach.exp: Likewise.
13670 * gdb.threads/attach-into-signal.exp (corefunc): Use
13671 spawn_wait_for_attach, spawn_id_get_pid and
13672 kill_wait_spawned_process.
13673 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13674 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13675 spawn_id_get_pid and kill_wait_spawned_process.
13676 * gdb.threads/attach-stopped.exp (corefunc): Use
13677 spawn_wait_for_attach, spawn_id_get_pid and
13678 kill_wait_spawned_process.
13679 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13680 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13681 kill_wait_spawned_process instead of explicit "kill -9".
13682 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13683 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13684 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13685 processes. Don't map cygwin/windows pids here. Now returns a
13686 spawn id list.
13687
13688 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13689
13690 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13691 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13692 correct patch.
13693
13694 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13695
13696 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13697
13698 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13699
13700 Reapply:
13701 2014-05-21 Mark Wielaard <mjw@redhat.com>
13702
13703 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13704
13705 2015-07-30 Pedro Alves <palves@redhat.com>
13706
13707 * linux-low.c (handle_extended_wait): Set the child's last
13708 reported status to TARGET_WAITKIND_STOPPED.
13709
13710 2015-07-30 Pedro Alves <palves@redhat.com>
13711
13712 PR threads/18600
13713 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13714 only shows inferior 1.
13715
13716 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13717 Pedro Alves <palves@redhat.com>
13718
13719 PR threads/18600
13720 * gdb.threads/fork-plus-threads.c: New file.
13721 * gdb.threads/fork-plus-threads.exp: New file.
13722
13723 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13724
13725 * gdb.base/batch-preserve-term-settings.exp
13726 (test_terminal_settings_preserved_after_cli_exit): Use
13727 send_quit_command.
13728
13729 2015-07-29 Pedro Alves <palves@redhat.com>
13730 Don Breazeal <donb@codesourcery.com>
13731
13732 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13733 output from both inferior_spawn_id and gdb_spawn_id.
13734
13735 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13736
13737 * gdb.threads/attach-into-signal.exp (corefunc): Use
13738 with_test_prefix on nested loops, uniquefying the test messages.
13739
13740 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13741
13742 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13743 commit.
13744
13745 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13746
13747 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13748 New proc.
13749 (test_terminal_settings_preserved_after_sigterm): New test.
13750
13751 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13752
13753 * gdb.base/batch-preserve-term-settings.exp
13754 (test_terminal_settings_preserved_after_cli_exit): New test.
13755
13756 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13757
13758 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13759 manipulation of saved_gdbflags.
13760 (test_terminal_settings_preserved): Remove global declaration of
13761 the unused variable pagination_prompt. Remove manipulation of
13762 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13763 GDBFLAGS.
13764
13765 2015-07-29 Pedro Alves <palves@redhat.com>
13766
13767 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13768
13769 2015-07-29 Pedro Alves <palves@redhat.com>
13770
13771 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13772 at the top.
13773
13774 2015-07-29 Pedro Alves <palves@redhat.com>
13775
13776 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13777 (main): Call gdb_unbuffer_output.
13778 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13779 (main): Call gdb_unbuffer_output.
13780 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13781 (main): Call gdb_unbuffer_output.
13782 * gdb.base/call-strs.exp: Adjust to step over the
13783 gdb_unbuffer_output call.
13784 * gdb.base/catch-gdb-caused-signals.c: Include
13785 "../lib/unbuffer_output.c".
13786 (main): Call gdb_unbuffer_output.
13787 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13788 (main): Call gdb_unbuffer_output.
13789 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13790 (main): Call gdb_unbuffer_output.
13791 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13792 (main): Call gdb_unbuffer_output.
13793 * gdb.base/shlib-call.exp: Adjust to step over the
13794 gdb_unbuffer_output call.
13795 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13796 (main): Call gdb_unbuffer_output.
13797 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13798 (main): Call gdb_unbuffer_output.
13799 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13800 (main): Rename to ...
13801 (test): ... this.
13802 (main): Reimplement.
13803 * gdb.base/varargs.exp: Run to test instead of to main.
13804 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13805 (main): Call gdb_unbuffer_output.
13806
13807 2015-07-29 Pedro Alves <palves@redhat.com>
13808
13809 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13810 factore out from mi_continue_dprintf. For call-style dprintfs,
13811 expect dprintf output out of $inferior_spawn_id.
13812 (mi_continue_dprintf): Use mi_expect_dprintf.
13813 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13814 (main): Call gdb_unbuffer_output.
13815
13816 2015-07-29 Pedro Alves <palves@redhat.com>
13817
13818 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13819 (default_mi_gdb_start): Set inferior_spawn_id instead of
13820 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13821 gdb_spawn_id.
13822 (mi_gdb_test): Always expect inferior output from both
13823 $inferior_spawn_id and $gdb_spawn_id.
13824
13825 2015-07-29 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13828 send_inferior and $inferior_spawn_id.
13829
13830 2015-07-29 Pedro Alves <palves@redhat.com>
13831
13832 * gdb.gdb/complaints.exp (test_initial_complaints)
13833 (test_serial_complaints, test_short_complaints): Use
13834 gdb_test_stdio.
13835 (test_empty_complaint): Handle $inferior_spawn_id !=
13836 $gdb_spawn_id.
13837
13838 2015-07-29 Pedro Alves <palves@redhat.com>
13839
13840 * gdb.base/varargs.exp: Use gdb_test_stdio.
13841
13842 2015-07-29 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13845
13846 2015-07-29 Pedro Alves <palves@redhat.com>
13847
13848 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13849
13850 2015-07-29 Pedro Alves <palves@redhat.com>
13851
13852 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13853 parameter into two new parameters, "inf_result" and "gdb_result".
13854 Expect inferior output and gdb output from $inferior_spawn_id and
13855 $gdb_spawn_id, respectively. Adjust all callers.
13856
13857 2015-07-29 Pedro Alves <palves@redhat.com>
13858
13859 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13860 of gdb_test_sequence.
13861
13862 2015-07-29 Pedro Alves <palves@redhat.com>
13863
13864 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13865 (saw_spurious_output): Expect inferior output from
13866 $inferior_spawn_id. Use gdb_test_stdio.
13867
13868 2015-07-29 Pedro Alves <palves@redhat.com>
13869
13870 * gdb.base/dprintf.exp: Use standard_testfile. Change
13871 prepare_for_testing call.
13872 (srcfile): Don't set.
13873 (restart): New procedure.
13874 (test_dprintf): New procecure, use to continue over dprintfs.
13875 (test_call, test_agent): New procedures, tests moved here.
13876 Restart gdb and recreate dprintfs. Adjust expected output.
13877
13878 2015-07-29 Pedro Alves <palves@redhat.com>
13879
13880 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13881
13882 2015-07-29 Pedro Alves <palves@redhat.com>
13883
13884 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13885
13886 2015-07-29 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13889 gdb_test_stdio.
13890
13891 2015-07-29 Pedro Alves <palves@redhat.com>
13892
13893 * lib/gdb.exp (gdb_test_stdio): New procedure.
13894
13895 2015-07-29 Pedro Alves <palves@redhat.com>
13896
13897 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13898
13899 2015-07-29 Pedro Alves <palves@redhat.com>
13900
13901 * gdb.base/call-signal-resume.exp: Remove check for
13902 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13903 * gdb.base/unwindonsignal.exp: Likewise.
13904 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13905 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13906
13907 2015-07-29 Pedro Alves <palves@redhat.com>
13908
13909 * gdb.base/siginfo-addr.c (pass): New function.
13910 (handler): Call it iff si_addr is correct.
13911 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13912 Set a breakpoint at "pass" and continue to it.
13913
13914 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13915
13916 * gdb.python/py-objfile.exp: Make some tests have unique names.
13917 * gdb.python/py-pp-registration.exp: Likewise.
13918
13919 2015-07-28 Pedro Alves <palves@redhat.com>
13920
13921 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13922
13923 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13924
13925 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13926
13927 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13928
13929 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13930
13931 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13932
13933 * gdb.base/gdb-sigterm-2.exp: New test.
13934
13935 2015-07-25 Doug Evans <xdje42@gmail.com>
13936
13937 Revert:
13938 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13939 (workers/%.worker, build-perf): New rule.
13940 (GDB_PERFTEST_MODE): New variable.
13941 (check-perf): Use it.
13942 (clean): Clean up gdb.perf parallel build subdirs.
13943 * lib/build-piece.exp: New file.
13944 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13945 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13946 name.
13947 (standard_temp_file): Ditto.
13948 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13949 of $GDB_PARALLEL.
13950
13951 2015-07-24 Doug Evans <dje@google.com>
13952
13953 * gdb.perf/lib/perftest/utils.py: New file.
13954 * gdb.perf/gm-hello.cc: New file.
13955 * gdb.perf/gm-pervasive-typedef.cc: New file.
13956 * gdb.perf/gm-pervasive-typedef.h: New file.
13957 * gdb.perf/gm-std.cc: New file.
13958 * gdb.perf/gm-std.h: New file.
13959 * gdb.perf/gm-use-cerr.cc: New file.
13960 * gdb.perf/gm-utils.h: New file.
13961 * gdb.perf/gmonster-null-lookup.py: New file.
13962 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13963 * gdb.perf/gmonster-print-cerr.py: New file.
13964 * gdb.perf/gmonster-ptype-string.py: New file.
13965 * gdb.perf/gmonster-runto-main.py: New file.
13966 * gdb.perf/gmonster-select-file.py: New file.
13967 * gdb.perf/gmonster1-null-lookup.exp: New file.
13968 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13969 * gdb.perf/gmonster1-print-cerr.exp: New file.
13970 * gdb.perf/gmonster1-ptype-string.exp: New file.
13971 * gdb.perf/gmonster1-runto-main.exp: New file.
13972 * gdb.perf/gmonster1-select-file.exp: New file.
13973 * gdb.perf/gmonster1.cc: New file.
13974 * gdb.perf/gmonster1.exp: New file.
13975 * gdb.perf/gmonster2-null-lookup.exp: New file.
13976 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13977 * gdb.perf/gmonster2-print-cerr.exp: New file.
13978 * gdb.perf/gmonster2-ptype-string.exp: New file.
13979 * gdb.perf/gmonster2-runto-main.exp: New file.
13980 * gdb.perf/gmonster2-select-file.exp: New file.
13981 * gdb.perf/gmonster2.cc: New file.
13982 * gdb.perf/gmonster2.exp: New file.
13983
13984 2015-07-24 Doug Evans <dje@google.com>
13985
13986 * gdb.perf/README: New file.
13987 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13988 * lib/gen-perf-test.exp: New file.
13989
13990 2015-07-24 Doug Evans <dje@google.com>
13991
13992 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13993 (PerfTest::startup): New function.
13994 (PerfTest::run): Return result of calling body.
13995 (PerfTest::assemble): Rewrite.
13996 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13997 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13998 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13999 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14000 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14001
14002 2015-07-24 Doug Evans <dje@google.com>
14003
14004 * lib/gdb.exp (clean_restart): Make executable optional.
14005
14006 2015-07-24 Doug Evans <dje@google.com>
14007
14008 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14009 compiler_info references.
14010 * gdb.cp/temargs.exp: Ditto.
14011 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14012 (get_compiler_info): Early exit if already computed. Set compiler_info
14013 to "unknown" if there was a problem.
14014 (test_compiler_info): Add function comment. Call get_compiler_info.
14015
14016 2015-07-24 Doug Evans <dje@google.com>
14017
14018 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14019 (workers/%.worker, build-perf): New rule.
14020 (GDB_PERFTEST_MODE): New variable.
14021 (check-perf): Use it.
14022 (clean): Clean up gdb.perf parallel build subdirs.
14023 * lib/build-piece.exp: New file.
14024 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14025 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14026 name.
14027 (standard_temp_file): Ditto.
14028 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14029 of $GDB_PARALLEL.
14030
14031 2015-07-24 Doug Evans <dje@google.com>
14032
14033 * lib/future.exp (gdb_default_target_compile): New option
14034 "early_flags".
14035 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14036 --as-needed.
14037
14038 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14039
14040 * gdb.base/catch-syscall.exp: Call gdb_exit before
14041 gdb_skip_xml_test.
14042
14043 2015-07-24 Pedro Alves <palves@redhat.com>
14044
14045 * gdb.python/py-events.exp: Accept output between the stop event
14046 and the prompt.
14047 * gdb.python/py-evsignal.exp: Likewise.
14048 * gdb.python/py-evthreads.exp: Likewise.
14049
14050 2015-07-24 Pedro Alves <palves@redhat.com>
14051
14052 PR gdb/18717
14053 * gdb.threads/non-ldr-exit.c: New file.
14054 * gdb.threads/non-ldr-exit.exp: New file.
14055
14056 2015-07-24 Yao Qi <yao.qi@linaro.org>
14057
14058 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14059 restarting process.
14060
14061 2015-07-24 Yao Qi <yao.qi@linaro.org>
14062
14063 * gdb.server/ext-restart.exp: New file.
14064
14065 2015-07-24 Yao Qi <yao.qi@linaro.org>
14066
14067 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14068 argument options.
14069 * gdb.server/ext-wrapper.exp: New file.
14070
14071 2015-07-23 Doug Evans <dje@google.com>
14072
14073 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14074 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14075
14076 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14077
14078 * gdb.ada/var_arr_typedef.exp: New testcase.
14079 * gdb.ada/var_arr_typedef/pack.adb: New file.
14080 * gdb.ada/var_arr_typedef/pack.ads: New file.
14081 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14082
14083 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14084
14085 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14086
14087 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14088
14089 * gdb.arch/i386-biarch-core.exp: Replace istarget
14090 by "complete set gnutarget". Remove expectation for the "core-file"
14091 command.
14092
14093 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14094
14095 Revert the previous commit:
14096 Tests for validate symbol file using build-id.
14097
14098 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14099
14100 Tests for validate symbol file using build-id.
14101 * gdb.base/solib-mismatch-lib.c: New file.
14102 * gdb.base/solib-mismatch-libmod.c: New file.
14103 * gdb.base/solib-mismatch.c: New file.
14104 * gdb.base/solib-mismatch.exp: New file.
14105
14106 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14107
14108 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14109 nios2-*-linux*.
14110 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14111 * gdb.base/siginfo.exp: Likewise.
14112 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14113
14114 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14115
14116 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14117 Move it to ...
14118 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14119 ... here.
14120 * gdb.trace/range-stepping.exp: Check that the target supports
14121 range stepping.
14122
14123 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14124
14125 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14126
14127 2015-07-14 Pedro Alves <palves@redhat.com>
14128
14129 * gdb.base/killed-outside.exp: New file.
14130 * gdb.base/killed-outside.c: New file.
14131
14132 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14133
14134 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14135 (n at main): New.
14136 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14137
14138 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14139
14140 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14141 infcall tests instead of setting up for KFAIL.
14142
14143 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14144
14145 * gdb.btrace/record_goto-step.exp: New.
14146
14147 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14148
14149 PR compile/18484
14150 * gdb.compile/compile.c (struct struct_type): Add volatile to
14151 selffield's type.
14152 * gdb.compile/compile.exp
14153 (compile code struct_object.selffield = &struct_object): Skip further
14154 struct_object tests if this one xfails.
14155
14156 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14157
14158 PR exp/18617
14159 * gdb.trace/ax.exp: Add test.
14160
14161 2015-07-07 Yao Qi <yao.qi@linaro.org>
14162
14163 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14164 instead of istarget "aarch64*-*-*".
14165 * gdb.arch/aarch64-fp.exp: Likewise.
14166 * gdb.base/float.exp: Likewise.
14167 * gdb.reverse/aarch64.exp: Likewise.
14168 * lib/gdb.exp (is_aarch64_target): New proc.
14169
14170 2015-07-07 Yao Qi <yao.qi@linaro.org>
14171
14172 * lib/gdb.exp (is_aarch32_target): New proc.
14173 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14174 instead of "istarget "arm*-*-*"".
14175 * gdb.arch/arm-disp-step.exp: Likewise.
14176 * gdb.arch/thumb-bx-pc.exp: Likewise.
14177 * gdb.arch/thumb-prologue.exp: Likewise.
14178 * gdb.arch/thumb-singlestep.exp: Likewise.
14179 * gdb.base/disp-step-syscall.exp: Likewise.
14180 * gdb.base/float.exp: Likewise.
14181
14182 2015-07-07 Yao Qi <yao.qi@linaro.org>
14183
14184 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14185 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14186
14187 2015-07-07 Yao Qi <yao.qi@linaro.org>
14188
14189 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14190 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14191 if it exists.
14192 * gdb.multi/multi-arch.exp: Likewise.
14193
14194 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14195
14196 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14197 print.
14198
14199 2015-07-07 Yao Qi <yao.qi@linaro.org>
14200
14201 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14202
14203 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14204
14205 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14206 '[' and ']' characters.
14207
14208 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14209
14210 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14211
14212 2015-06-29 Pedro Alves <palves@redhat.com>
14213
14214 PR threads/18127
14215 * gdb.threads/hand-call-new-thread.c: New file.
14216 * gdb.threads/hand-call-new-thread.c: New file.
14217
14218 2015-06-26 Keith Seitz <keiths@redhat.com>
14219 Doug Evans <dje@google.com>
14220
14221 PR 16253
14222 * gdb.cp/var-tag-2.cc: New file.
14223 * gdb.cp/var-tag-3.cc: New file.
14224 * gdb.cp/var-tag-4.cc: New file.
14225 * gdb.cp/var-tag.cc: New file.
14226 * gdb.cp/var-tag.exp: New file.
14227
14228 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14229
14230 * gdb.base/history-duplicates.exp: New test.
14231
14232 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14233
14234 * gdb.base/completion.exp: Test the completion of the "focus"
14235 command.
14236
14237 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14238
14239 * gdb.arch/amd64-prologue-skip.S: New file.
14240 * gdb.arch/amd64-prologue-skip.exp: New file.
14241
14242 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14243
14244 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14245 is_address_zero_readable check.
14246
14247 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14248
14249 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14250 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14251
14252 2015-06-24 Yao Qi <yao.qi@linaro.org>
14253
14254 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14255 linux targets.
14256
14257 2015-06-24 Yao Qi <yao.qi@linaro.org>
14258
14259 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14260 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14261 * gdb.base/siginfo-thread.exp: Likewise.
14262
14263 2015-06-22 Yao Qi <yao.qi@linaro.org>
14264
14265 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14266
14267 2015-06-22 Yao Qi <yao.qi@linaro.org>
14268
14269 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14270 aarch64*-*-*.
14271 (skip_hw_watchpoint_tests): Likewise.
14272
14273 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14274
14275 * gdb.base/gdbinit-history.exp: Test the interaction between
14276 setting GDBHISTSIZE and setting the history size via .gdbinit.
14277
14278 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14279
14280 PR gdb/16999
14281 * gdb.base/gdbhistsize-history.exp: New test.
14282
14283 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14284
14285 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14286 with GDBHISTSIZE.
14287 * gdb.base/readline.exp: Likewise.
14288
14289 2015-06-17 Yao Qi <yao.qi@linaro.org>
14290
14291 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14292 line.
14293
14294 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14295
14296 * gdb.base/gdbinit-history.exp: Add test case to check that
14297 an unlimited history file does not get truncated on exit.
14298
14299 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14300
14301 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14302 (VECTOR): New macro. Use it...
14303 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14304 ...for these typedefs.
14305 (int8, char1, int1, double1): New typedefs.
14306 (struct just_int2, struct two_int2): New structures.
14307 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14308 (add_structvecs, add_singlevecs): New functions.
14309 (main): Call add_some_intvecs twice.
14310 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14311 the compile and exit upon failure. Try compiling for the "native"
14312 architecture. Test inferior function calls with vector arguments
14313 and vector return value handling with "finish" and "return".
14314
14315 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14316
14317 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14318 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14319 PE file.
14320 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14321
14322 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14323
14324 PR breakpoints/16465
14325 * gdb.mi/mi-dprintf-pending.c: New file.
14326 * gdb.mi/mi-dprintf-pending.exp: New test.
14327 * gdb.mi/mi-dprintf-pendshr.c: New file.
14328
14329 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14330 Mircea Gherzan <mircea.gherzan@intel.com>
14331
14332 * gdb.arch/i386-mpx-map.c: New file.
14333 * gdb.arch/i386-mpx-map.exp: New File.
14334
14335 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14336
14337 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14338 * gdb.arch/i386-mpx.exp: Indentation fixed.
14339
14340 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14341
14342 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14343 function and improved indentation.
14344 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14345 gdb_test_multiple. Added additional tests to skip the test.
14346
14347 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14348
14349 * gdb.arch/i386-avx512.c: Change path in include file.
14350 * gdb.arch/i386-avx512.exp: Change include dir path
14351 compilation flag.
14352 * gdb.arch/i386-mpx.c: Change path in include file.
14353 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14354 flag.
14355
14356 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14357
14358 * gdb.compile/compile-print.exp (compile print *vararray@3)
14359 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14360
14361 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14362
14363 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14364 (do not keep jit in memory): ... this.
14365 (expect 5): Change it to ...
14366 (expect no 5): ... this.
14367
14368 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14369
14370 PR gdb/15564
14371 * gdb.mi/mi-detach.exp: New file.
14372
14373 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14374
14375 PR symtab/18392
14376 * gdb.arch/amd64-tailcall-self.S: New file.
14377 * gdb.arch/amd64-tailcall-self.c: New file.
14378 * gdb.arch/amd64-tailcall-self.exp: New file.
14379
14380 2015-05-28 Don Breazeal <donb@codesourcery.com>
14381
14382 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14383 tests for remote targets by checking is_target_gdbserver.
14384
14385 2015-05-27 Doug Evans <dje@google.com>
14386
14387 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14388 * gdb.dwarf2/opaque-type-lookup.c: New file.
14389 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14390
14391 2015-05-26 Doug Evans <dje@google.com>
14392
14393 * gdb.cp/iostream.cc: New file.
14394 * gdb.cp/iostream.exp: New file.
14395
14396 2015-05-26 Doug Evans <dje@google.com>
14397
14398 * gdb.dwarf2/dw2-op-call.exp: Update.
14399 * gdb.dwarf2/dw4-sig-types.exp: Update.
14400 * gdb.dwarf2/implptr.exp: Update.
14401 * gdb.mi/mi-cmd-param-changed.exp: Update.
14402
14403 2015-05-26 Doug Evans <dje@google.com>
14404
14405 * gdb.python/py-lazy-string.c: New file.
14406 * gdb.python/py-lazy-string.exp: New file.
14407 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14408 (main): Update. Add estring3.
14409 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14410 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14411
14412 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14413 Yao Qi <yao.qi@linaro.org>
14414
14415 * gdb.reverse/aarch64.c: New.
14416 * gdb.reverse/aarch64.exp: New.
14417
14418 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14419
14420 * lib/gdb.exp (supports_process_record): Return true for
14421 aarch64*-linux*.
14422 (supports_reverse): Likewise.
14423
14424 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14425
14426 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14427 Use with_test_prefix.
14428
14429 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14430
14431 * gdb.base/completion.exp: Add test for completion of layout
14432 names.
14433
14434 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14435
14436 * lib/gdb.exp (skip_tui_tests): New proc.
14437 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14438
14439 2015-05-19 Pedro Alves <palves@redhat.com>
14440
14441 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14442 Save the whole env array instead of just HOME. Unset HISTSIZE in
14443 the environment while testing. Restore whole environment
14444 afterwards.
14445
14446 2015-05-16 Doug Evans <xdje42@gmail.com>
14447
14448 * gdb.guile/scm-ports.c: New file.
14449 * gdb.guile/scm-ports.exp: Add memory port tests.
14450
14451 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14452
14453 * gdb.compile/compile-print.c: New file.
14454 * gdb.compile/compile-print.exp: New file.
14455
14456 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14457
14458 * gdb.compile/compile-ops.exp: Cast param to void.
14459 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14460 (compile code struct_object.selffield = &struct_object): Add xfail.
14461
14462 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14463
14464 * gdb.ada/arr_enum_with_gap: New testcase.
14465
14466 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14467
14468 * gdb.ada/byte_packed_arr: New testcase.
14469
14470 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14471
14472 * gdb.ada/pckd_neg: New testcase.
14473
14474 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14475
14476 PR gdb/17820
14477 * gdb.base/gdbinit-history.exp: New test.
14478 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14479 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14480
14481 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14482
14483 * gdb.python/py-xmethods.cc: Enhance test case.
14484 * gdb.python/py-xmethods.exp: New tests.
14485 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14486 function.
14487 (B_indexoper): Likewise.
14488 (global_dm_list) : Add new xmethod worker functions.
14489
14490 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14491
14492 * gdb.base/coredump-filter.exp: Correctly unset
14493 "coredump_var_addr" array.
14494
14495 2015-05-08 Pedro Alves <palves@redhat.com>
14496
14497 * gdb.server/non-existing-program.exp: Unset spawn_id.
14498
14499 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14500
14501 PR python/18291
14502 * gdb.python/py-xmethods.exp: Add tests.
14503
14504 2015-05-08 Yao Qi <yao.qi@linaro.org>
14505
14506 PR gdb/18208
14507 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14508 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14509 function set_coredump_filter, and remove remote_exec call.
14510 Remove argument ipid. Callers update.
14511 (top level): Don't get inferior's PID.
14512
14513 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14514
14515 * gdb.base/watch_thread_num.exp: Skip test on targets without
14516 access watchpoints.
14517
14518 2015-05-06 Pedro Alves <palves@redhat.com>
14519
14520 PR server/18081
14521 * gdb.server/non-existing-program.exp: New file.
14522
14523 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14524
14525 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14526
14527 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14528
14529 * gdb.ada/out_of_line_in_inlined: New testcase.
14530
14531 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14532
14533 * gdb.ada/var_rec_arr: New testcase.
14534
14535 2015-04-30 Yao Qi <yao.qi@linaro.org>
14536
14537 * gdb.base/break-idempotent.exp: If
14538 skip_hw_watchpoint_multi_tests returns true, skip the tests
14539 on "rwatch" and "awatch".
14540
14541 2015-04-30 Yao Qi <yao.qi@linaro.org>
14542
14543 * gdb.base/relativedebug.exp: Invoke gdb command
14544 "info sharedlibrary", and if libc.so doesn't have debug info,
14545 skip the test.
14546
14547 2015-04-29 Doug Evans <dje@google.com>
14548
14549 * gdb.python/py-xmethods.exp: Add ptype tests.
14550 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14551 get_result_type method.
14552
14553 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14554
14555 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14556 the target does not support hardware watchpoints.
14557
14558 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14559
14560 * gdb.base/break-always.exp: Abort testing if writing to memory
14561 causes an error.
14562
14563 2015-04-28 Doug Evans <dje@google.com>
14564
14565 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14566 * gdb.python/py-pp-registration.exp: ... here. New file.
14567 * gdb.python/py-pp-registration.c: New file.
14568 * gdb.python/py-pp-registration.py: New file.
14569
14570 2015-04-28 Doug Evans <dje@google.com>
14571
14572 * gdb.python/py-bad-printers.c: New file.
14573 * gdb.python/py-bad-printers.py: New file.
14574 * gdb.python/py-bad-printers.exp: New file.
14575
14576 2015-04-28 Sasha Smundak <asmundak@google.com>
14577
14578 * gdb.python/py-type.exp: New test.
14579
14580 2015-04-28 Andy Wingo <wingo@igalia.com>
14581
14582 * gdb.python/py-parameter.exp:
14583 * gdb.guile/scm-parameter.exp: Escape the path that we are
14584 matching against, as it might contain characters that are special
14585 to regular expressions.
14586
14587 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14588
14589 * gdb.ada/rec_comp: New testcase.
14590
14591 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14592
14593 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14594 before using it.
14595
14596 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14597
14598 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14599 new tests for verilog output.
14600
14601 2015-04-24 Yao Qi <yao.qi@linaro.org>
14602
14603 * boards/remote-gdbserver-on-localhost.exp: New file.
14604
14605 2015-04-23 Pedro Alves <palves@redhat.com>
14606
14607 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14608 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14609 "end of file", remove $inferior_spawn_id from the indirect list.
14610
14611 2015-04-23 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14614
14615 2015-04-23 Pedro Alves <palves@redhat.com>
14616
14617 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14618 on $any_spawn_id instead of only on $gdb_spawn_id.
14619
14620 2015-04-21 Pierre Muller <muller@sourceware.org>
14621
14622 PR pascal/17815
14623 * lib/pascal.exp (gpc_compile): Add new option "class".
14624 (fpc_compile): Likewise.
14625 * gdb.pascal/case-insensitive-symbols.pas: New file.
14626 * gdb.pascal/case-insensitive-symbols.exp: New file.
14627
14628 2015-04-20 Gary Benson <gbenson@redhat.com>
14629
14630 * gdb.base/attach.exp: Fix three extended remote failures.
14631
14632 2015-04-17 Gary Benson <gbenson@redhat.com>
14633
14634 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14635 the main executable over the remote protocol.
14636
14637 2015-04-16 Pedro Alves <palves@redhat.com>
14638
14639 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14640 a new gdbserver if gdbserver_reconnect_p is set.
14641
14642 2015-04-16 Pedro Alves <palves@redhat.com>
14643
14644 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14645 is set, don't exit gdbserver.
14646
14647 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14648
14649 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14650 appropriate .insn, such that an older assembler can be used.
14651 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14652 the z/Architecture instruction set on 31-bit targets as well.
14653
14654 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14655
14656 * gdb.go/handcall.exp: Remove all logic related to the first
14657 breakpoint and rely on go_runto_main instead.
14658 * gdb.go/strings.exp: Likewise.
14659 * gdb.go/unsafe.exp: Likewise.
14660 * gdb.go/hello.exp: Likewise. Also rename the remaining
14661 breakpoint marker to "breakpoint 1".
14662 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14663 * gdb.go/strings.go: Likewise.
14664 * gdb.go/unsafe.go: Likewise.
14665 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14666 "set breakpoint 2 here" and rename the remaining breakpoint marker
14667 to "breakpoint 1".
14668
14669 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14670
14671 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14672 if itertools.imap is not present.
14673 * gdb.python/py-objfile.exp: Add parentheses.
14674 * gdb.python/py-type.exp: Same.
14675 * gdb.python/py-unwind-maint.py: Same.
14676
14677 2015-04-15 Yao Qi <yao.qi@linaro.org>
14678
14679 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14680 of ":$ptr_size" and set its form explicitly.
14681
14682 2015-04-15 Pedro Alves <palves@redhat.com>
14683 Yao Qi <yao.qi@linaro.org>
14684
14685 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14686 timeout by factor of 4.
14687 (test_regular_watch): Likewise.
14688 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14689 * gdb.reverse/sigall-reverse.exp: Likewise.
14690 * gdb.reverse/until-precsave.exp: Likewise.
14691 * lib/gdb.exp (with_timeout_factor): New proc.
14692 (gdb_expect): Move some code to ...
14693 (get_largest_timeout): ... here. New procedure.
14694
14695 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14696
14697 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14698
14699 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14700
14701 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14702 to write to the .text section.
14703
14704 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14705
14706 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14707 Handle the case of targets that do not provide PID information.
14708
14709 2015-04-13 Yao Qi <yao.qi@linaro.org>
14710
14711 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14712 and use expect instead of gdb_expect.
14713
14714 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14715
14716 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14717 "coredump_var_addr" to avoid naming conflict with other testcases.
14718
14719 2015-04-10 Pedro Alves <palves@redhat.com>
14720
14721 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14722 gdb_test_sequence and gdb_assert.
14723
14724 2015-04-10 Pedro Alves <palves@redhat.com>
14725
14726 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14727 test messages that don't include the breakpoint address.
14728
14729 2015-04-10 Yao Qi <yao.qi@linaro.org>
14730
14731 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14732 false for some offset and width combinations which aren't
14733 supported by linux kernel.
14734
14735 2015-04-10 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14738 procedure, factored out from ...
14739 (top level): ... here. Add "set displaced-stepping" testing axis.
14740 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14741 parameter "displaced". Use it.
14742 (top level): Use foreach and add "set displaced-stepping" testing
14743 axis.
14744
14745 2015-04-10 Pedro Alves <palves@redhat.com>
14746
14747 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14748 Remove comment.
14749 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14750 both the address of the instruction that triggers the watchpoint
14751 and the address of the instruction immediately after, and use
14752 those addresses for the test. Fix comment.
14753
14754 2015-04-10 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.base/sigstep.exp (breakpoint_to_handler)
14757 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14758 Test "backtrace" in handler.
14759 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14760 (top level): Add new "displaced" test axis to
14761 breakpoint_to_handler, breakpoint_to_handler_entry and
14762 breakpoint_over_handler.
14763
14764 2015-04-10 Pedro Alves <palves@redhat.com>
14765
14766 PR gdb/18216
14767 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14768
14769 2015-04-10 Yao Qi <yao.qi@linaro.org>
14770
14771 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14772 (test_add_rn_pc): New function.
14773 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14774 (top level): Invoke test_add_rn_pc.
14775
14776 2015-04-10 Pedro Alves <palves@redhat.com>
14777
14778 PR gdb/13858
14779 * gdb.base/step-over-no-symbols.exp: New file.
14780
14781 2015-04-09 Andy Wingo <wingo@igalia.com>
14782
14783 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14784 after the Python tests.
14785
14786 2015-04-08 Keith Seitz <keiths@redhat.com>
14787
14788 PR python/16699
14789 * gdb.python/py-completion.exp: New tests for completion.
14790 * gdb.python/py-completion.py (CompleteLimit1): New class.
14791 (CompleteLimit2): Likewise.
14792 (CompleteLimit3): Likewise.
14793 (CompleteLimit4): Likewise.
14794 (CompleteLimit5): Likewise.
14795 (CompleteLimit6): Likewise.
14796 (CompleteLimit7): Likewise.
14797
14798 2015-04-08 Pedro Alves <palves@redhat.com>
14799
14800 PR gdb/18214
14801 PR gdb/18216
14802 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14803 function.
14804 (main): Install it as SIGUSR1 handler.
14805 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14806 parameter. Always use "setup" as prefix. Toggle "set
14807 displaced-stepping" off/on depending on global. Don't switch to
14808 thread 1 here.
14809 (top level): Add displaced stepping "off/on" test axis. Update
14810 "setup" calls. Wrap each subtest with with_test_prefix. Test
14811 continuing with a queued signal in each thread.
14812
14813 2015-04-08 Pedro Alves <palves@redhat.com>
14814
14815 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14816 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14817 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14818 Return early if running to main fails.
14819 * gdb.trace/while-stepping.exp: Likewise.
14820
14821 2015-04-07 Pedro Alves <palves@redhat.com>
14822
14823 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14824 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14825 interact with inferior program.
14826
14827 2015-04-07 Pedro Alves <palves@redhat.com>
14828
14829 * lib/gdb.exp (inferior_spawn_id): New global.
14830 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14831 spawn id after processing the user code.
14832 (default_gdb_start): Set inferior_spawn_id.
14833 (send_inferior): New procedure.
14834 * lib/gdbserver-support.exp (gdbserver_start): Set
14835 inferior_spawn_id.
14836 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14837
14838 2015-04-07 Pedro Alves <palves@redhat.com>
14839
14840 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14841 * lib/gdbserver-support.exp (gdbserver_start): Make
14842 $server_spawn_id global.
14843 (gdbserver_start): Don't wait for gdbserver's spawn id with
14844 expect_background.
14845 (close_gdbserver): New procedure.
14846 (gdb_exit): Rename the default version and reimplement.
14847
14848 2015-04-07 Pedro Alves <palves@redhat.com>
14849
14850 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14851 append the substituted item, not the original item.
14852
14853 2015-04-07 Pedro Alves <palves@redhat.com>
14854
14855 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14856 gdb_expect.
14857
14858 2015-04-07 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14861 output appearing once only.
14862
14863 2015-04-07 Pedro Alves <palves@redhat.com>
14864
14865 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14866 that doesn't expect anything. Return early if running to main
14867 fails.
14868
14869 2015-04-07 Yao Qi <yao.qi@linaro.org>
14870
14871 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14872 (child_function): Call alarm.
14873 (main): Move call to alarm into the loop.
14874 * gdb.threads/non-stop-fair-events.exp: Build program with
14875 -DTIMEOUT=$timeout.
14876
14877 2015-04-06 Doug Evans <xdje42@gmail.com>
14878
14879 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14880 Fix dest parameter to board_info.
14881 (fpc_compile): Ditto.
14882 (gdb_compile_pascal): Rename dest arg to destfile.
14883
14884 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14885
14886 * gdb.ada/funcall_ref.exp: New file.
14887 * gdb.ada/funcall_ref/foo.adb: New file.
14888
14889 2015-04-02 Yao Qi <yao.qi@linaro.org>
14890
14891 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14892 is remote.
14893
14894 2015-04-02 Gary Benson <gbenson@redhat.com>
14895
14896 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14897
14898 2015-04-01 Sasha Smundak <asmundak@google.com>
14899
14900 * gdb.python/py-unwind-maint.c: New file.
14901 * gdb.python/py-unwind-maint.exp: New test.
14902 * gdb.python/py-unwind-maint.py: New file.
14903 * gdb.python/py-unwind.c: New file.
14904 * gdb.python/py-unwind.exp: New test.
14905 * gdb.python/py-unwind.py: New test.
14906
14907 2015-04-01 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14910 to fail instead of non-existent $test.
14911
14912 2015-04-01 Pedro Alves <palves@redhat.com>
14913
14914 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14915 GDBFLAGS if not empty.
14916
14917 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14918
14919 * gdb.ada/complete.exp: Remove "multi_line".
14920 * gdb.ada/info_exc.exp: Remove "multi_line".
14921 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14922 * gdb.ada/ptype_field.exp: Remove "multi_line".
14923 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14924 * gdb.ada/tagged.exp: Remove "multi_line".
14925 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14926 [multi_line ...]
14927 * gdb.btrace/delta.exp: Likewise.
14928 * gdb.btrace/exception.exp: Likewise.
14929 * gdb.btrace/function_call_history.exp: Likewise.
14930 * gdb.btrace/instruction_history.exp: Likewise.
14931 * gdb.btrace/nohist.exp: Likewise.
14932 * gdb.btrace/record_goto.exp: Likewise.
14933 * gdb.btrace/segv.exp: Likewise.
14934 * gdb.btrace/stepi.exp: Likewise.
14935 * gdb.btrace/tailcall.exp: Likewise.
14936 * gdb.btrace/unknown_functions.exp: Likewise.
14937 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14938 * lib/gdb.exp: Add the "multi_line" helper.
14939
14940 2015-04-01 Pedro Alves <palves@redhat.com>
14941
14942 * gdb.threads/tid-reuse.c: New file.
14943 * gdb.threads/tid-reuse.exp: New file.
14944
14945 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14946
14947 PR corefiles/16092
14948 * gdb.base/coredump-filter.c: New file.
14949 * gdb.base/coredump-filter.exp: Likewise.
14950
14951 2015-03-27 Petr Machata <pmachata@redhat.com>
14952
14953 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14954 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14955 (Dwarf::assemble): Initialize them.
14956 (Dwarf::lines): New function.
14957
14958 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14959
14960 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14961 SYMBOL_PREFIX for x86_64-*-cygwin.
14962
14963 2015-03-26 Andy Wingo <wingo@igalia.com>
14964
14965 PR symtab/18148
14966 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14967 const_value but not a location.
14968 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14969 location defined in non-main CUs are visible.
14970
14971 2015-03-26 Yao Qi <yao.qi@linaro.org>
14972
14973 PR testsuite/18139
14974 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14975 Add a line number entry for the same line.
14976 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14977 Add a line number entry for the same line.
14978
14979 2015-03-26 Yao Qi <yao.qi@linaro.org>
14980
14981 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14982 .int 0.
14983 (func): Likewise. Add .Lfunc_1 label.
14984 Use .Lfunc_1 label.
14985 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14986 .int 0.
14987 (func): Likewise.
14988 Use .Lfunc_1 label.
14989
14990 2015-03-26 Yao Qi <yao.qi@linaro.org>
14991
14992 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14993 Call gdb_compile instead to compile each .s files without debug
14994 information.
14995
14996 2015-03-26 Yao Qi <yao.qi@linaro.org>
14997
14998 * gdb.base/savedregs.exp (process_saved_regs): Make
14999 "Saved registers:" optional in the pattern.
15000
15001 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15002
15003 * gdb.btrace/next.exp: Merged into step.exp.
15004 * gdb.btrace/finish.exp: Merged into step.exp.
15005 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15006 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15007 "record goto" and checking the exact replay position.
15008 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15009 check for "Recording format" in "info record" output.
15010 * gdb.btrace/record_goto.exp: Choose test file based on target.
15011 * gdb.btrace/x86-record_goto.S: Renamed into ...
15012 * gdb.btrace/x86_64-record_goto.S: ... this.
15013 * gdb.btrace/i686-record_goto.S: New.
15014 * gdb.btrace/x86-tailcall.S: Renamed into ...
15015 * gdb.btrace/x86_64-tailcall.S: ... this.
15016 * gdb.btrace/i686-tailcall.S: New.
15017 * gdb.btrace/x86-tailcall.c: Renamed into ...
15018 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15019 separate statements. Update test.
15020 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15021 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15022 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15023 * gdb.btrace/tailcall.exp: Choose test file based on target.
15024 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15025
15026 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15027
15028 * gdb.btrace/exception.exp: Increase BTS buffer size.
15029
15030 2015-03-24 Pedro Alves <palves@redhat.com>
15031
15032 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15033
15034 2015-03-24 Pedro Alves <palves@redhat.com>
15035
15036 * gdb.threads/schedlock.exp (test_step): No longer expect that
15037 "set scheduler-locking step" with "next" over a function call runs
15038 threads unlocked.
15039
15040 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15041
15042 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15043
15044 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15045
15046 PR breakpoints/16466
15047 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15048 * gdb.mi/mi-pending.c (thread_func): New function.
15049 (int main): Add threading support required.
15050 * gdb.mi/mi-pending.exp: Add tests for this issue.
15051 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15052 (pendfunc2): Remove stdio dependency.
15053 * gdb.mi/mi-pendshr2.c: New file.
15054
15055 2015-03-23 Keith Seitz <keiths@redhat.com>
15056
15057 * gdb.linespec/keywords.c: New file.
15058 * gdb.linespec/keywords.exp: New file.
15059
15060 2015-03-23 Keith Seitz <keiths@redhat.com>
15061
15062 PR gdb/18021
15063 * gdb.dwarf2/staticvirtual.exp: New test.
15064
15065 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15066
15067 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15068 * README: Remove HP-UX and gdb.hp.
15069 (configuration):
15070 * configure: Regenerate.
15071 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15072 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15073 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15074 gdb.hp/gdb.defects/Makefile.
15075 * gdb.hp/Makefile.in: File deleted.
15076 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15077 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15078 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15079 * gdb.hp/gdb.aCC/run.c: File deleted.
15080 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15081 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15082 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15083 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15084 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15085 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15086 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15087 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15088 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15089 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15090 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15091 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15092 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15093 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15094 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15095 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15096 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15097 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15098 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15099 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15100 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15101 * gdb.hp/gdb.compat/average.c: File deleted.
15102 * gdb.hp/gdb.compat/sum.c: File deleted.
15103 * gdb.hp/gdb.compat/xdb.c: File deleted.
15104 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15105 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15106 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15107 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15108 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15109 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15110 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15111 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15112 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15113 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15114 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15115 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15116 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15117 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15118 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15119 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15120 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15121 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15122 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15123 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15124 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15125 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15126 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15127 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15128 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15129 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15130 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15131 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15132 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15133 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15134 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15135 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15136 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15137 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15138 * gdb.hp/tools/odump: File deleted.
15139
15140 2015-03-19 Pedro Alves <palves@redhat.com>
15141
15142 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15143 (saw_thread_3): New globals.
15144 (top level): Increment them when an event for the corresponding
15145 thread is seen.
15146 (no thread starvation): New test.
15147
15148 2015-03-19 Pedro Alves <palves@redhat.com>
15149
15150 * gdb.threads/continue-pending-status.c: New file.
15151 * gdb.threads/continue-pending-status.exp: New file.
15152
15153 2015-03-18 Pedro Alves <palves@redhat.com>
15154
15155 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15156 Use gdb_is_target_remote instead of is_remote. Use
15157 gdb_test_multiple instead of gdb_expect. Exit early if
15158 gdb_test_multiple hits its internal matches. Tighten stepi tests
15159 expected output. Fail on exit with any signal, instead of just
15160 SIGILL.
15161
15162 2015-03-18 Yao Qi <yao.qi@linaro.org>
15163
15164 PR tdep/18107
15165 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15166 variable.
15167 * gdb.base/catch-syscall.exp: Don't skip it on
15168 aarch64*-*-linux* target. Remove elements in all_syscalls.
15169 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15170 target.
15171 (setup_all_syscalls): New proc.
15172
15173 2015-03-16 Yao Qi <yao.qi@linaro.org>
15174
15175 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15176 (top level): Skip tests if valid_addr_p returns false for
15177 $cmd1 or $cmd2.
15178
15179 2015-03-11 Andy Wingo <wingo@igalia.com>
15180
15181 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15182
15183 2015-03-11 Yao Qi <yao.qi@linaro.org>
15184
15185 * gdb.base/catch-syscall.exp: Fix typo in comments.
15186
15187 2015-03-11 Yao Qi <yao.qi@linaro.org>
15188
15189 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15190
15191 2015-03-09 Pedro Alves <palves@redhat.com>
15192
15193 * dg-extract-results.py: Delete.
15194
15195 2015-03-09 Pedro Alves <palves@redhat.com>
15196
15197 Merge dg-extract-results.sh from GCC upstream (r218843).
15198
15199 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15200 * dg-extract-results.sh: Use --text with grep to avoid issues with
15201 binary files. Fall back to cat -v, if that doesn't work.
15202
15203 2015-03-05 Pedro Alves <palves@redhat.com>
15204
15205 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15206
15207 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15208
15209 * lib/mi-support.exp (mi_expect_interrupt): Accept
15210 alternative event for when in all-stop mode.
15211
15212 2015-03-04 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15215
15216 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15217
15218 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15219
15220 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15221
15222 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15223 regexps for GDB's current line display, accept a hex address
15224 preceding the line number.
15225
15226 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15227
15228 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15229 the 'arch1' variable for "s390*-linux*" targets.
15230
15231 2015-03-04 Pedro Alves <palves@redhat.com>
15232
15233 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15234 (main): Pass missing retval argument to pthread_join call.
15235
15236 2015-03-02 Pedro Alves <palves@redhat.com>
15237
15238 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15239 (top level): Call do_test with non-stop as well.
15240
15241 2015-03-02 Pedro Alves <palves@redhat.com>
15242
15243 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15244 -1.
15245
15246 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15247
15248 * gdb.arch/s390-vregs.exp: New test.
15249 * gdb.arch/s390-vregs.S: New file.
15250
15251 2015-02-27 Pedro Alves <palves@redhat.com>
15252
15253 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15254 call to catch_command_errors.
15255 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15256 catch_command_errors.
15257
15258 2015-02-27 Pedro Alves <palves@redhat.com>
15259
15260 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15261 "true" for boolean result.
15262 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15263 prototype of main.
15264
15265 2015-02-27 Pedro Alves <palves@redhat.com>
15266
15267 * lib/unbuffer_output.c: New file.
15268 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15269 (main): Call gdb_unbuffer_output.
15270
15271 2015-02-27 Yao Qi <yao.qi@linaro.org>
15272
15273 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15274 target.
15275
15276 2015-02-26 Doug Evans <dje@google.com>
15277
15278 * gdb.cp/class2.cc (Dbase, D): New classes.
15279 (main): New local delta.
15280 * gdb.cp/class2.exp: Test printing delta.
15281 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15282 (dynbar): New global.
15283 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15284
15285 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15286
15287 * gdb.compile/compile-ifunc.c: New file.
15288 * gdb.compile/compile-ifunc.exp: New file.
15289
15290 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15291
15292 * gdb.base/structs.exp: Check for correct struct on finish.
15293
15294 2015-02-26 Yao Qi <yao.qi@linaro.org>
15295
15296 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15297 is zero.
15298
15299 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15300
15301 * gdb.arch/cordic.ko.bz2: New file.
15302 * gdb.arch/cordic.ko.debug.bz2: New file.
15303 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15304
15305 2015-02-25 Yao Qi <yao.qi@linaro.org>
15306
15307 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15308 aarch64*-*-* target.
15309
15310 2015-02-23 Pedro Alves <palves@redhat.com>
15311
15312 * lib/gdb.exp (delete_breakpoints): Rewrite using
15313 gdb_test_multiple.
15314
15315 2015-02-23 Pedro Alves <palves@redhat.com>
15316
15317 * gdb.base/info-os.c: Include stdlib.h.
15318
15319 2015-02-22 Doug Evans <xdje42@gmail.com>
15320
15321 PR symtab/17855
15322 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15323 is read after symbols have been re-read.
15324 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15325 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15326
15327 2015-02-21 Doug Evans <dje@google.com>
15328
15329 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15330
15331 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15332
15333 PR corefiles/17808
15334 * gdb.arch/i386-biarch-core.core.bz2: New file.
15335 * gdb.arch/i386-biarch-core.exp: New file.
15336
15337 2015-02-21 Pedro Alves <palves@redhat.com>
15338
15339 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15340 runto_main fails.
15341
15342 2015-02-20 Pedro Alves <palves@redhat.com>
15343
15344 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15345 info probes.
15346
15347 2015-02-20 Pedro Alves <palves@redhat.com>
15348
15349 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15350
15351 2015-02-20 Pedro Alves <palves@redhat.com>
15352
15353 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15354 clean_restart before gdb_target_supports_trace.
15355
15356 2015-02-20 Pedro Alves <palves@redhat.com>
15357
15358 PR threads/18006
15359 * gdb.threads/clone-thread_db.c: New file.
15360 * gdb.threads/clone-thread_db.exp: New file.
15361
15362 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15363
15364 PR breakpoints/16812
15365 * gdb.base/catch-gdb-caused-signals.c: New file.
15366 * gdb.base/catch-gdb-caused-signals.exp: New file.
15367
15368 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15369
15370 * configure: Regenerated.
15371 * configure.ac: Use GDB_AC_TRANSFORM.
15372 * aclocal.m4: sinclude ../transform.m4.
15373
15374 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15375
15376 * lib/dtrace.exp: New file.
15377 * gdb.base/dtrace-probe.exp: Likewise.
15378 * gdb.base/dtrace-probe.d: Likewise.
15379 * gdb.base/dtrace-probe.c: Likewise.
15380 * lib/pdtrace.in: Likewise.
15381 * configure.ac: Output variables with the transformed names of
15382 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15383 * configure: Regenerated.
15384
15385 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15386
15387 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15388 expected message when trying to access $_probe_* convenience
15389 variables while not on a probe.
15390
15391 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15392
15393 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15394
15395 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15396
15397 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15398 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15399
15400 2015-02-10 Doug Evans <xdje42@gmail.com>
15401
15402 * lib/gdb.exp (gdb_load): Always return a result.
15403
15404 2015-02-10 Pedro Alves <palves@redhat.com>
15405
15406 * gdb.threads/signal-sigtrap.c: New file.
15407 * gdb.threads/signal-sigtrap.exp: New file.
15408
15409 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15410
15411 * gdb.trace/no-attach-trace.c: New file.
15412 * gdb.trace/no-attach-trace.exp: New file.
15413
15414 2015-02-09 Mark Wielaard <mjw@redhat.com>
15415
15416 * gdb.dwarf2/atomic.c: New file.
15417 * gdb.dwarf2/atomic-type.exp: Likewise.
15418
15419 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15420
15421 * gdb.btrace/buffer-size.exp: Update "info record" output.
15422 * gdb.btrace/delta.exp: Update "info record" output.
15423 * gdb.btrace/enable.exp: Update "info record" output.
15424 * gdb.btrace/finish.exp: Update "info record" output.
15425 * gdb.btrace/instruction_history.exp: Update "info record" output.
15426 * gdb.btrace/next.exp: Update "info record" output.
15427 * gdb.btrace/nexti.exp: Update "info record" output.
15428 * gdb.btrace/step.exp: Update "info record" output.
15429 * gdb.btrace/stepi.exp: Update "info record" output.
15430 * gdb.btrace/nohist.exp: Update "info record" output.
15431
15432 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15433
15434 * gdb.btrace/buffer-size: New.
15435
15436 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15437
15438 * gdb.btrace/delta.exp: Update "info record" output.
15439 * gdb.btrace/enable.exp: Update "info record" output.
15440 * gdb.btrace/finish.exp: Update "info record" output.
15441 * gdb.btrace/instruction_history.exp: Update "info record" output.
15442 * gdb.btrace/next.exp: Update "info record" output.
15443 * gdb.btrace/nexti.exp: Update "info record" output.
15444 * gdb.btrace/step.exp: Update "info record" output.
15445 * gdb.btrace/stepi.exp: Update "info record" output.
15446 * gdb.btrace/nohist.exp: Update "info record" output.
15447
15448 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15449
15450 PR gdb/15678
15451 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15452
15453 2015-02-06 Pedro Alves <palves@redhat.com>
15454
15455 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15456 macro.
15457 (seconds_left, again): New globals.
15458 (main): Wait seconds_left in a 1-second sleep loop instead of
15459 sleeping 180 seconds. If 'again' is set, reset the seconds
15460 counter.
15461 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15462 'again' in the inferior before detaching. Print the seconds left.
15463 (options): New global.
15464 (top level): Build program with -DTIMEOUT=$timeout.
15465
15466 2015-02-06 Pedro Alves <palves@redhat.com>
15467
15468 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15469 determine how many seconds to pass to 'alarm'.
15470 * gdb.base/gdb-sigterm.exp (top level): Build program with
15471 -DTIMEOUT=$timeout.
15472 (do_test): Return success/failure indication. Add more verbose
15473 logging. Don't fail if 200 single steps are seen. Instead, fail
15474 when the test times out.
15475 (passes): New global.
15476 (top level): Break the testing loop if testing fails on any
15477 iteration. Use gdb_assert.
15478
15479 2015-02-04 Don Breazeal <donb@codesourcery.com>
15480
15481 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15482 and initialize them.
15483 (ipc_cleanup): New function.
15484 (main): Don't declare shmid, semid, and msqid. Add a call to
15485 atexit so that we call ipc_cleanup on exit.
15486
15487 2015-02-04 Pedro Alves <palves@redhat.com>
15488
15489 * boards/native-extended-gdbserver.exp: Remove any target variant
15490 specifications from the board name before clearing the isremote
15491 flag from board_info.
15492
15493 2015-01-31 Doug Evans <xdje42@gmail.com>
15494
15495 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15496
15497 2015-01-31 Gary Benson <gbenson@redhat.com>
15498
15499 * gdb.base/completion.exp: Disable completion limiting for
15500 existing tests. Add new tests to check completion limiting.
15501 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15502
15503 2015-01-31 Doug Evans <xdje42@gmail.com>
15504
15505 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15506
15507 2015-01-31 Doug Evans <xdje42@gmail.com>
15508
15509 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15510 entries. Duplicate file section script entries.
15511 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15512 inlined entries. Add test for safe-path rejection.
15513 * gdb.python/py-section-script.c: Add duplicate inlined section script
15514 entries. Duplicate file section script entries.
15515 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15516 inlined entries. Add test for safe-path rejection.
15517
15518 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15519
15520 * gdb.ada/disc_arr_bound: New testcase.
15521
15522 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15523
15524 * gdb.ada/mi_var_array: New testcase.
15525
15526 2015-01-27 Doug Evans <dje@google.com>
15527
15528 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15529 Add test for objfile.filename, objfile.username after objfile
15530 has been unloaded.
15531
15532 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15533
15534 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15535 the second test to print the name attribute of value
15536 returned by the call to gdb.lookup_type, and adjust
15537 the expected output accordingly.
15538
15539 2015-01-25 Mark Wielaard <mjw@redhat.com>
15540
15541 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15542 * gdb.base/disp-step-fork.c: Include unistd.h.
15543 * gdb.base/siginfo-obj.c: Include stdio.h.
15544 * gdb.base/siginfo-thread.c: Likewise.
15545 * gdb.mi/non-stop.c: Include unistd.h.
15546 * gdb.mi/nsthrexec.c: Include stdio.h.
15547 * gdb.mi/pthreads.c: Include unistd.h.
15548 * gdb.modula2/unbounded1.c (main): Declare returns int.
15549 * gdb.reverse/consecutive-reverse.c: Likewise.
15550 * gdb.threads/create-fail.c: Include unistd.h.
15551 * gdb.threads/killed.c: Likewise.
15552 * gdb.threads/linux-dp.c: Likewise.
15553 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15554 * gdb.threads/non-ldr-exc-2.c: Likewise.
15555 * gdb.threads/non-ldr-exc-3.c: Likewise.
15556 * gdb.threads/non-ldr-exc-4.c: Likewise.
15557 * gdb.threads/pthreads.c: Include unistd.h.
15558 (main): Declare returns int.
15559 * gdb.threads/tls-main.c (foo): New declaration.
15560 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15561
15562 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15563
15564 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15565 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15566
15567 2015-01-15 Mark Wielaard <mjw@redhat.com>
15568
15569 * gdb.base/noreturn-return.c: New file.
15570 * gdb.base/noreturn-return.exp: New file.
15571 * gdb.base/noreturn-finish.c: New file.
15572 * gdb.base/noreturn-finish.exp: New file.
15573
15574 2015-01-23 Pedro Alves <palves@redhat.com>
15575
15576 * gdb.threads/continue-pending-after-query.c: New file.
15577 * gdb.threads/continue-pending-after-query.exp: New file.
15578
15579 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15580 Simon Marchi <simon.marchi@ericsson.com>
15581
15582 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15583 * gdb.base/valgrind-db-attach.exp: Same.
15584 * gdb.base/valgrind-infcall.exp: Same.
15585 * lib/mi-support.exp (default_mi_gdb_start): Same.
15586 * lib/prompt.exp (default_prompt_gdb_start): Same.
15587 * lib/gdb.exp (default_gdb_spawn): Same.
15588 (gdb_interact): New.
15589
15590
15591 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15592
15593 * gdb.compile/compile.exp (pointer to jit function): New test.
15594
15595 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15596
15597 * lib/gdb.exp (supports_process_record): Return true for
15598 powerpc*-*-linux*.
15599 (supports_reverse): Likewise.
15600
15601 2015-01-15 Don Breazeal <donb@codesourcery.com>
15602
15603 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15604 instead of checking whether the target board is remote and
15605 use spawn_wait_for_attach instead of exec/sleep.
15606 * gdb.base/attach-twice.exp: Likewise.
15607
15608 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15609
15610 * gdb.ada/var_arr_attrs: New testcase.
15611
15612 2015-01-14 Pedro Alves <palves@redhat.com>
15613 Joel Brobecker <brobecker@adacore.com>
15614
15615 PR gdb/17525
15616 * gdb.base/bp-cmds-execution-x-script.c: New file.
15617 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15618 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15619
15620 2015-01-14 Pedro Alves <palves@redhat.com>
15621
15622 PR cli/17828
15623 * gdb.base/batch-preserve-term-settings.c: New file.
15624 * gdb.base/batch-preserve-term-settings.exp: New file.
15625
15626 2015-01-13 Doug Evans <dje@google.com>
15627
15628 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15629 binary.
15630
15631 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15632
15633 * Makefile.in (clean mostlyclean): Do not delete *.py.
15634
15635 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15636
15637 * gdb.python/py-lookup-type.exp: New file.
15638
15639 2015-01-12 Pedro Alves <palves@redhat.com>
15640
15641 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15642 restore GDBFLAGS before returning.
15643
15644 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15645
15646 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15647 is_amd64_regs_target and is_x86_like_target.
15648
15649 2015-01-11 Doug Evans <xdje42@gmail.com>
15650
15651 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15652 is given without an explicit form.
15653 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15654 attributes.
15655 * gdb.dwarf/corrupt.exp: Ditto.
15656 * gdb.dwarf2/enum-type.exp: Ditto.
15657 * gdb.trace/entry-values.exp: Ditto.
15658 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15659
15660 2015-01-11 Doug Evans <xdje42@gmail.com>
15661
15662 PR gdb/15830
15663 * gdb.base/maint.exp: Remove references to "maint demangle".
15664 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15665 Add tests for explicitly specifying language to demangle.
15666 * gdb.dlang/demangle.exp: Ditto.
15667
15668 2015-01-09 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.threads/non-stop-fair-events.c: New file.
15671 * gdb.threads/non-stop-fair-events.exp: New file.
15672
15673 2015-01-09 Pedro Alves <palves@redhat.com>
15674
15675 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15676 the global scope. Set a breakpoint after all threads are started
15677 rather than stepping over two source lines. Expect the prompt.
15678 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15679 global.
15680 (NUM): Now 15.
15681 (main): Use threads_started_barrier to wait for all threads to
15682 start. Main thread no longer calls thread_function. Exit after
15683 180 seconds.
15684 (loop): New function.
15685 (thread_function): Wait on threads_started_barrier barrier. Call
15686 'loop' at each iteration.
15687 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15688 threads have started, instead of hardcoding number of "next"
15689 steps. Use an access watchpoint instead of a write watchpoint.
15690
15691 2015-01-09 Pedro Alves <palves@redhat.com>
15692
15693 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15694 (thread_func): Wait on barrier.
15695 (main): Wait for all threads to start before stopping GDB.
15696 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15697 global.
15698 (thread1_func, thread2_func): Wait on barrier.
15699 (main): Wait for all threads to start before stopping GDB.
15700 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15701 New global.
15702 (thread1_func, thread2_func): Wait on barrier.
15703 (main): Wait for all threads to start before stopping GDB.
15704
15705 2015-01-09 Pedro Alves <palves@redhat.com>
15706
15707 * gdb.threads/attach-many-short-lived-threads.c: New file.
15708 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15709
15710 2014-01-09 Pedro Alves <palves@redhat.com>
15711
15712 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15713 instead of to thread 2.
15714 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15715 Add barrier around each pthread_create call instead of around all
15716 calls.
15717 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15718 Set a break on thread_function and have the child threads hit it
15719 one at at a time.
15720
15721 2015-01-09 Pedro Alves <palves@redhat.com>
15722
15723 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15724 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15725 false.
15726 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15727 checking whether the target board is remote.
15728 * gdb.multi/multi-attach.exp: Likewise.
15729 * gdb.python/py-sync-interp.exp: Likewise.
15730 * gdb.server/ext-attach.exp: Likewise.
15731 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15732 tests that need to attach, instead of checking whether the target
15733 board is remote at the top of the file.
15734
15735 2015-01-08 Yao Qi <yao@codesourcery.com>
15736
15737 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15738
15739 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15740
15741 Fix testcase compilation.
15742 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15743
15744 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15745
15746 * gdb.python/py-type.exp: Add a couple test about empty
15747 array creation, and negative-length array creation.
15748
15749 2015-01-02 Doug Evans <xdje42@gmail.com>
15750
15751 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15752
15753 2015-01-02 Doug Evans <dje@google.com>
15754
15755 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15756
15757 2014-12-29 Yao Qi <yao@codesourcery.com>
15758
15759 * gdb.trace/entry-values.exp: Update comments. Rename variable
15760 bar_call_foo to returned_from_foo.
15761
15762 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15763
15764 PR gdb/17394
15765 * gdb.linespec/break-asm-file.c: New file.
15766 * gdb.linespec/break-asm-file.exp: New file.
15767 * gdb.linespec/break-asm-file0.s: New file.
15768 * gdb.linespec/break-asm-file1.s: New file.
15769
15770 2014-12-18 Nigel Stephens <nigel@mips.com>
15771 Maciej W. Rozycki <macro@codesourcery.com>
15772
15773 * gdb.base/float.exp: Handle the new output from "info float" on
15774 MIPS targets.
15775
15776 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15777
15778 Fix MinGW compilation.
15779 * gdb.compile/compile-ops.exp: Update untested message if
15780 !skip_compile_feature_tests.
15781 * gdb.compile/compile-setjmp.exp: Likewise.
15782 * gdb.compile/compile-tls.exp: Likewise.
15783 * gdb.compile/compile.exp: Likewise.
15784 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15785 supported on this host".
15786
15787 2014-12-16 Doug Evans <xdje42@gmail.com>
15788
15789 * boards/stabs.exp: New file.
15790
15791 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15792
15793 * gdb.base/completion.exp: Adjust to format changes of "maint
15794 print user-registers".
15795
15796 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15797
15798 PR server/17457
15799 * gdb.arch/aarch64-fp.c: New file.
15800 * gdb.arch/aarch64-fp.exp: New file.
15801
15802 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15803
15804 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15805 r210637, r210913, r211666, r215400, r215817).
15806
15807 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15808 * dg-extract-results.py: New file.
15809 * dg-extract-results.sh: Use it if the environment seems
15810 suitable.
15811
15812 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15813
15814 * dg-extract-results.py (parse_run): Handle warnings that
15815 are printed before a test harness is run.
15816
15817 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15818
15819 * dg-extract-results.py (Named): Remove __cmp__ method.
15820 (output_variation): Use a key to sort variation.harnesses.
15821
15822 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15823
15824 * dg-extract-results.py: For Python 3, force sys.stdout to
15825 handle surrogate escape sequences.
15826 (safe_open): New function.
15827 (output_segment, main): Use it.
15828
15829 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15830
15831 * dg-extract-results.py (Prog.result_re): Include options
15832 in test name.
15833
15834 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15835
15836 * dg-extract-results.py (output_variation): Always sort if
15837 do_sum.
15838
15839 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15840
15841 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15842 as long as we get pagination notifications.
15843
15844 2014-12-15 Jason Merrill <jason@redhat.com>
15845
15846 * Makefile.in (check-gdb.%): Restore.
15847 * README: Mention it.
15848
15849 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15850
15851 * gdb.ada/str_uninit: New testcase.
15852
15853 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15854
15855 PR symtab/17642
15856 * gdb.base/vla-stub-define.c: New file.
15857 * gdb.base/vla-stub.c: New file.
15858 * gdb.base/vla-stub.exp: New file.
15859
15860 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15861 Jan Kratochvil <jan.kratochvil@redhat.com>
15862 Tom Tromey <tromey@redhat.com>
15863
15864 * configure.ac: Add gdb.compile/.
15865 * configure: Regenerate.
15866 * gdb.compile/Makefile.in: New file.
15867 * gdb.compile/compile-ops.exp: New file.
15868 * gdb.compile/compile-ops.c: New file.
15869 * gdb.compile/compile-tls.c: New file.
15870 * gdb.compile/compile-tls.exp: New file.
15871 * gdb.compile/compile-constvar.S: New file.
15872 * gdb.compile/compile-constvar.c: New file.
15873 * gdb.compile/compile-mod.c: New file.
15874 * gdb.compile/compile-nodebug.c: New file.
15875 * gdb.compile/compile-setjmp-mod.c: New file.
15876 * gdb.compile/compile-setjmp.c: New file.
15877 * gdb.compile/compile-setjmp.exp: New file.
15878 * gdb.compile/compile-shlib.c: New file.
15879 * gdb.compile/compile.c: New file.
15880 * gdb.compile/compile.exp: New file.
15881 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15882
15883 2014-12-12 Tom Tromey <tromey@redhat.com>
15884
15885 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15886 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15887
15888 2014-12-12 Doug Evans <dje@google.com>
15889
15890 * lib/gdb-python.exp (get_python_valueof): New function.
15891 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15892
15893 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15894
15895 * gdb.base/completion.exp: Add test for completion of "info
15896 registers ".
15897
15898 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15899
15900 * gdb.base/func-ptrs.c: New file.
15901 * gdb.base/func-ptrs.exp: New file.
15902
15903 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15904
15905 PR breakpoints/17012
15906 * gdb.base/dprintf-detach.c: New file.
15907 * gdb.base/dprintf-detach.exp: New file.
15908
15909 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15910
15911 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15912 * lib/gdb.exp (target_is_gdbserver): New procedure.
15913
15914 2014-12-08 Doug Evans <dje@google.com>
15915
15916 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15917
15918 2014-12-05 Yao Qi <yao@codesourcery.com>
15919
15920 * gdb.guile/scm-error.exp: Remove the third argument to
15921 gdb_remote_download.
15922 * gdb.guile/scm-frame-args.exp: Likewise.
15923 * gdb.guile/scm-section-script.exp: Likewise.
15924
15925 2014-12-05 Yao Qi <yao@codesourcery.com>
15926
15927 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15928
15929 2014-12-04 Doug Evans <dje@google.com>
15930
15931 * gdb.python/py-objfile.exp: Add tests for
15932 objfile.add_separate_debug_file.
15933
15934 2014-12-04 Doug Evans <dje@google.com>
15935
15936 * lib/gdb.exp (get_build_id): New function.
15937 (build_id_debug_filename_get): Rewrite to use it.
15938 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15939
15940 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15941
15942 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15943 `method(long)', not just 0x0.
15944 * gdb.cp/nsalias.exp: Align code labels to 4.
15945 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15946 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15947 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15948 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15949 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15950 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15951
15952 2014-12-02 Doug Evans <dje@google.com>
15953
15954 PR symtab/17602
15955 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15956 * gdb.cp/anon-ns2.cc: ... here. New file.
15957 * gdb.cp/anon-ns.exp: Update.
15958
15959 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15960
15961 * gdb.python/py-events.py (inferior_call_handler): New.
15962 (register_changed_handler, memory_changed_handler): New.
15963 (test_events.invoke): Register new handlers.
15964 * gdb.python/py-events.exp: Add tests for inferior call,
15965 memory_changed and register_changed events.
15966
15967 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15968
15969 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15970 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15971 if the linker doesn't understand this.
15972
15973 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15974
15975 * gdb.python/python.exp: Change expected reply to help().
15976
15977 2014-12-01 Yao Qi <yao@codesourcery.com>
15978
15979 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15980 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15981 * configure: Re-generated.
15982
15983 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15984
15985 * gdb.cp/chained-calls.cc: New file.
15986 * gdb.cp/chained-calls.exp: New file.
15987 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15988
15989 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15990
15991 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15992 * gdb.dwarf2/symtab-producer.exp: Same.
15993 * gdb.gdb/python-interrupts.exp: Same.
15994 * gdb.gdb/python-selftest.exp: Same.
15995 * gdb.python/py-linetable.exp: Same.
15996 * gdb.python/py-type.exp: Same.
15997 * gdb.python/py-value-cc.exp: Same.
15998 * gdb.python/py-value.exp: Same.
15999
16000 2014-11-28 Yao Qi <yao@codesourcery.com>
16001
16002 * gdb.base/break-probes.exp: Match library name prefixed with
16003 sysroot.
16004
16005 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16006
16007 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16008 test expected output. Add parentheses for the call to print.
16009 Remove L suffix from integers.
16010
16011 2014-11-26 Doug Evans <dje@google.com>
16012
16013 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16014
16015 2014-11-22 Yao Qi <yao@codesourcery.com>
16016
16017 * gdb.trace/entry-values.c: Remove asms.
16018 (foo): Add foo_label.
16019 (bar): Add bar_label.
16020 * gdb.trace/entry-values.exp: Remove code computing foo's
16021 length and bar's length.
16022 (Dwarf::assemble): Invoke function_range for bar and use
16023 MACRO_AT_func for foo.
16024
16025 2014-11-22 Yao Qi <yao@codesourcery.com>
16026
16027 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16028 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16029 Use .Lgcc43_procstart instead of gcc43.
16030
16031 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16032
16033 * gdb.ada/n_arr_bound: New testcase.
16034
16035 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16036
16037 PR breakpoints/10737
16038 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16039 test_catch_syscall_multi_arch.
16040 (test_catch_syscall_multi_arch): New function.
16041
16042 2014-11-20 Doug Evans <xdje42@gmail.com>
16043
16044 * gdb.base/maint.exp: Update expected output.
16045
16046 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16047
16048 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16049 4-byte instruction on S390.
16050
16051 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16052
16053 * gdb.ada/arr_arr: New testcase.
16054
16055 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16056
16057 * gdb.ada/pkd_arr_elem: New Testcase.
16058
16059 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16060
16061 * gdb.reverse/break-precsave: Expect completion message for
16062 core file reads.
16063 * gdb.reverse/consecutive-precsave.exp: Likewise.
16064 * gdb.reverse/finish-precsave.exp: Likewise.
16065 * gdb.reverse/i386-precsave.exp: Likewise.
16066 * gdb.reverse/machinestate-precsave.exp: Likewise.
16067 * gdb.reverse/sigall-precsave.exp: Likewise.
16068 * gdb.reverse/solib-precsave.exp: Likewise.
16069 * gdb.reverse/step-precsave.exp: Likewise.
16070 * gdb.reverse/until-precsave.exp: Likewise.
16071 * gdb.reverse/watch-precsave.exp: Likewise.
16072
16073 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16074
16075 * gdb.base/bp-permanent.c: Include unistd.h.
16076 * gdb.python/py-framefilter-mi.c (main): Add return type.
16077 * gdb.python/py-framefilter.c (main): Likewise.
16078 * gdb.trace/actions-changed.c (main): Likewise.
16079
16080 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16081
16082 * gdb.mi/until.c: Add eye-catchers.
16083 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16084 line numbers.
16085
16086 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16087
16088 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16089 function header variants in break1.c.
16090 * gdb.base/ena-dis-br.exp: Likewise.
16091 * gdb.base/hbreak2.exp: Likewise.
16092 * gdb.reverse/until-precsave.exp: Drop references to removed
16093 non-prototype function header variants in ur1.c.
16094 * gdb.reverse/until-reverse.exp: Likewise.
16095
16096 2014-11-17 Petr Machata <pmachata@redhat.com>
16097
16098 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16099 ${_cu_offset_size} bytes abbrev offset.
16100
16101 2014-11-15 Doug Evans <xdje42@gmail.com>
16102
16103 PR symtab/17559
16104 * gdb.base/line-symtabs.exp: New file.
16105 * gdb.base/line-symtabs.c: New file.
16106 * gdb.base/line-symtabs.h: New file.
16107
16108 2014-11-14 Yao Qi <yao@codesourcery.com>
16109
16110 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16111 (func): Add label func_label.
16112 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16113 Replace low_pc and high_pc with MACRO_AT_range.
16114 Replace name, low_pc and high_pc with MACRO_AT_func.
16115
16116 2014-11-14 Yao Qi <yao@codesourcery.com>
16117
16118 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16119 Replace name, low_pc and high_pc with MACRO_AT_func.
16120
16121 2014-11-14 Yao Qi <yao@codesourcery.com>
16122
16123 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16124 produce debug information.
16125 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16126
16127 2014-11-14 Yao Qi <yao@codesourcery.com>
16128
16129 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16130 object and get function length.
16131 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16132 with MACRO_AT_func.
16133 (top-level): Replace gdb_compile and clean_restart with
16134 prepare_for_testing.
16135 * gdb.dwarf2/main.c (main): Add label main_label.
16136
16137 2014-11-14 Yao Qi <yao@codesourcery.com>
16138
16139 * lib/dwarf.exp (function_range): New procedure.
16140 (Dwarf::_handle_macro_at_func): New procedure.
16141 (Dwarf::_handle_macro_at_range): New procedure.
16142 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16143
16144 2014-11-14 Yao Qi <yao@codesourcery.com>
16145
16146 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16147 (_handle_attribute): New procedure.
16148
16149 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16150
16151 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16152 * gdb.base/call-sc.c (zed): Likewise.
16153 * gdb.base/checkpoint.c (main): Likewise.
16154 * gdb.base/dump.c (main): Likewise.
16155 * gdb.base/gcore.c (main): Likewise.
16156 * gdb.base/huge.c (main): Likewise.
16157 * gdb.base/multi-forks.c (main): Likewise.
16158 * gdb.base/pr10179-a.c (main): Likewise.
16159 * gdb.base/savedregs.c (main): Likewise.
16160 * gdb.base/sigaltstack.c (main): Likewise.
16161 * gdb.base/siginfo.c (main): Likewise.
16162 * gdb.base/structs.c (zed): Likewise.
16163 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16164 * gdb.mi/mi-syn-frame.c (main): Likewise.
16165 * gdb.mi/until.c (foo, main): Likewise.
16166 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16167 * gdb.base/solib-weak.c (foo): Declare.
16168 * gdb.base/attach-twice.c: Include stdio.h.
16169 * gdb.base/weaklib1.c: Likewise.
16170 * gdb.base/weaklib2.c: Likewise.
16171 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16172 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16173 unistd.h.
16174 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16175 * gdb.mi/mi-exit-code.c: Likewise.
16176 * gdb.base/break-interp-lib.c: Include string.h.
16177 * gdb.base/coremaker.c: Likewise.
16178 * gdb.base/testenv.c: Likewise.
16179 * gdb.python/py-finish-breakpoint.c: Likewise.
16180 * gdb.base/inferior-died.c: Include sys/wait.h.
16181 * gdb.base/fileio.c: Include time.h.
16182 * gdb.base/async-shell.c: Include unistd.h.
16183 * gdb.base/dprintf-non-stop.c: Likewise.
16184 * gdb.base/info-os.c: Likewise.
16185 * gdb.mi/mi-console.c: Likewise.
16186 * gdb.mi/watch-nonstop.c: Likewise.
16187 * gdb.python/py-events.c: Likewise.
16188 * gdb.base/async.c (baz): Move up before its invocation.
16189 * gdb.base/code_elim2.c (my_global_func): Likewise.
16190 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16191 * gdb.base/advance.c (func2): Likewise.
16192
16193 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16194
16195 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16196 variant.
16197 * gdb.base/annota3.c: Likewise.
16198 * gdb.base/async.c: Likewise.
16199 * gdb.base/average.c: Likewise.
16200 * gdb.base/call-ar-st.c: Likewise.
16201 * gdb.base/call-rt-st.c: Likewise.
16202 * gdb.base/call-sc.c: Likewise.
16203 * gdb.base/call-strs.c: Likewise.
16204 * gdb.base/ending-run.c: Likewise.
16205 * gdb.base/execd-prog.c: Likewise.
16206 * gdb.base/exprs.c: Likewise.
16207 * gdb.base/foll-exec.c: Likewise.
16208 * gdb.base/foll-fork.c: Likewise.
16209 * gdb.base/foll-vfork.c: Likewise.
16210 * gdb.base/funcargs.c: Likewise.
16211 * gdb.base/gcore.c: Likewise.
16212 * gdb.base/jump.c: Likewise.
16213 * gdb.base/langs0.c: Likewise.
16214 * gdb.base/langs1.c: Likewise.
16215 * gdb.base/langs2.c: Likewise.
16216 * gdb.base/mips_pro.c: Likewise.
16217 * gdb.base/nodebug.c: Likewise.
16218 * gdb.base/opaque0.c: Likewise.
16219 * gdb.base/opaque1.c: Likewise.
16220 * gdb.base/recurse.c: Likewise.
16221 * gdb.base/run.c: Likewise.
16222 * gdb.base/scope0.c: Likewise.
16223 * gdb.base/scope1.c: Likewise.
16224 * gdb.base/setshow.c: Likewise.
16225 * gdb.base/setvar.c: Likewise.
16226 * gdb.base/shmain.c: Likewise.
16227 * gdb.base/shr1.c: Likewise.
16228 * gdb.base/shr2.c: Likewise.
16229 * gdb.base/sigall.c: Likewise.
16230 * gdb.base/signals.c: Likewise.
16231 * gdb.base/so-indr-cl.c: Likewise.
16232 * gdb.base/solib2.c: Likewise.
16233 * gdb.base/structs.c: Likewise.
16234 * gdb.base/sum.c: Likewise.
16235 * gdb.base/vforked-prog.c: Likewise.
16236 * gdb.base/watchpoint.c: Likewise.
16237 * gdb.reverse/shr2.c: Likewise.
16238 * gdb.reverse/until-reverse.c: Likewise.
16239 * gdb.reverse/ur1.c: Likewise.
16240 * gdb.reverse/watch-reverse.c: Likewise.
16241
16242 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16243
16244 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16245 variant.
16246 * gdb.base/sepdebug.exp: Drop references to removed code.
16247
16248 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16249
16250 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16251 variant. Preserve original line numbering.
16252 * gdb.base/list1.c: Likewise.
16253
16254 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16255
16256 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16257 variant.
16258 * gdb.base/break1.c: Likewise.
16259 * gdb.base/break.exp: Drop references to removed code.
16260
16261 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16262
16263 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16264 variant.
16265
16266 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16267
16268 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16269
16270 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16271
16272 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16273 logic into perform_all_tests() and invoke it with and without
16274 function header prototypes.
16275 (do_function_calls): Remove conditional XFAIL for PR 5318.
16276 (rerun_and_prepare): Remove duplicate code.
16277 (perform_all_tests): New. Main logic moved here.
16278
16279 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16280
16281 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16282 code guarded by #ifdef NO_PROTOTYPES.
16283 (t_double_many_args): Likewise.
16284 (DEF_FUNC_MANY_ARGS_1): Likewise.
16285 (DEF_FUNC_VALUES_1): Likewise.
16286 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16287 guarded by #ifdef PROTOTYPES.
16288
16289 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16290
16291 * gdb.mi/mi-console.c: Add eye-catcher.
16292 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16293 instead of literal line number.
16294
16295 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16296
16297 * gdb.base/shr2.c: Add eye-catcher.
16298 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16299 line number.
16300
16301 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16302
16303 * gdb.base/jump.c: Add eye-catchers.
16304 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16305 numbers.
16306
16307 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16308
16309 * gdb.base/execd-prog.c: Add eye-catchers.
16310 * gdb.base/foll-exec.c: Likewise.
16311 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16312 line numbers.
16313
16314 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16315
16316 * gdb.base/ending-run.c: Add eye-catchers.
16317 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16318 literal line numbers.
16319
16320 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16321
16322 * gdb.base/call-rt-st.c: Add eye-catchers.
16323 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16324 literal line numbers.
16325
16326 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16327
16328 * gdb.base/call-ar-st.c: Add eye-catchers.
16329 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16330 literal line numbers.
16331
16332 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16333
16334 * gdb.base/average.c: Add eye-catchers.
16335 * gdb.base/sum.c: Likewise.
16336 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16337 regexps dynamically.
16338
16339 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16340
16341 * gdb.base/solib1.c: Add eye-catchers.
16342 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16343 literal line numbers.
16344
16345 2014-11-12 Pedro Alves <palves@redhat.com>
16346
16347 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16348 leader has exited.
16349
16350 2014-11-12 Pedro Alves <palves@redhat.com>
16351
16352 * gdb.arch/i386-bp_permanent.c: New file.
16353 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16354 (srcfile): Set to i386-bp_permanent.c.
16355 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16356 that stepi does not execute the 'leave' instruction, instead of
16357 testing it does execute.
16358 * gdb.base/bp-permanent.c: New file.
16359 * gdb.base/bp-permanent.exp: New file.
16360
16361 2014-11-10 Doug Evans <xdje42@gmail.com>
16362
16363 PR symtab/17564
16364 * gdb.base/symtab-search-order.exp: New file.
16365 * gdb.base/symtab-search-order.c: New file.
16366 * gdb.base/symtab-search-order-1.c: New file.
16367 * gdb.base/symtab-search-order-shlib-1.c: New file.
16368
16369 2014-11-07 Pedro Alves <palves@redhat.com>
16370
16371 PR gdb/17511
16372 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16373 i?86-*-linux*.
16374
16375 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16376
16377 PR c++/17494
16378 * gdb.cp/pr17494.cc: New file.
16379 * gdb.cp/pr17494.exp: New file.
16380
16381 2014-11-02 Yao Qi <yao@codesourcery.com>
16382
16383 * gdb.python/python.exp: Get working directory and match the
16384 output of "set extended-prompt \\w " with it.
16385
16386 2014-10-30 Doug Evans <dje@google.com>
16387
16388 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16389 in objfiles.
16390 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16391 in progspaces.
16392
16393 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16394
16395 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16396 * gdb.base/realname-expand.exp: Likewise.
16397 * gdb.linespec/macro-relative.exp: Likewise.
16398
16399 2014-10-29 Pedro Alves <palves@redhat.com>
16400
16401 PR gdb/17408
16402 * gdb.threads/schedlock.c (some_function): New function.
16403 (call_function): New global.
16404 (MAYBE_CALL_SOME_FUNCTION): New macro.
16405 (thread_function): Call it.
16406 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16407 and use it instead of a global counter. Adjust all callers.
16408 (get_current_thread): Use "find current thread" for test message
16409 here rather than having all callers pass down the same string.
16410 (goto_loop): New procedure, factored out from ...
16411 (my_continue): ... this.
16412 (step_ten_loops): Change parameter from test message to command to
16413 use. Adjust.
16414 (list_count): Delete global.
16415 (check_result): New procedure, factored out from duplicate top
16416 level code.
16417 (continue tests): Wrap in with_test_prefix.
16418 (test_step): New procedure, factored out from duplicate top level
16419 code.
16420 (top level): Test "step" in combination with all scheduler-locking
16421 modes. Test "next" in combination with all scheduler-locking
16422 modes, and in combination with stepping over a function call or
16423 not.
16424 * gdb.threads/next-bp-other-thread.c: New file.
16425 * gdb.threads/next-bp-other-thread.exp: New file.
16426
16427 2014-10-29 Pedro Alves <palves@redhat.com>
16428
16429 PR python/17372
16430 * gdb.python/python.exp: Test a multi-line command that spawns
16431 interactive Python.
16432 * gdb.base/multi-line-starts-subshell.exp: New file.
16433
16434 2014-10-29 Yao Qi <yao@codesourcery.com>
16435
16436 * gdb.base/fileio.exp: Make directories on host.
16437
16438 2014-10-29 Yao Qi <yao@codesourcery.com>
16439
16440 * gdb.base/fileio.c (test_write): Close the file.
16441
16442 2014-10-28 Pedro Alves <palves@redhat.com>
16443
16444 PR gdb/12623
16445 * gdb.base/sigstep.c (no_handler): New global.
16446 (main): If 'no_handler is true, set the signal handlers to
16447 SIG_IGN.
16448 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16449 with_sw_watch and no_handler parameters. Handle them.
16450 (top level) <stepping over handler when stopped at a breakpoint
16451 test>: Add a test axis for testing with a software watchpoint, and
16452 another for testing with the signal handler set to SIG_IGN.
16453 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16454 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16455
16456 2014-10-28 Pedro Alves <palves@redhat.com>
16457
16458 PR gdb/17511
16459 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16460 * gdb.base/sigstep.exp (other_handler_location): New global.
16461 (advance): Support stepping into the signal handler, and running
16462 commands while in the handler.
16463 (in_handler_map): New global.
16464 (top level): In the advance test, add combinations for getting
16465 into the handler with stepping commands, and for running commands
16466 in the handler. Add comment descripting the advancei tests.
16467
16468 2014-10-28 Pedro Alves <palves@redhat.com>
16469
16470 * gdb.base/sigstep.exp: Use build_executable instead of
16471 prepare_for_testing.
16472 (top level): Move code that starts GDB, runs to main and creates a
16473 display to ...
16474 (restart): ... this new procedure.
16475 (top level): Move backtrace from signal handler test to ...
16476 (validate_backtrace): ... this new procedure.
16477 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16478 with_test_prefix. Always restart GDB.
16479 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16480 with_test_prefix. Always restart GDB. No need to delete
16481 breakpoints after the test.
16482 (test_skip_handler): Remove prefix parameter.
16483 (skip_over_handler, breakpoint_to_handler)
16484 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16485 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16486 restart GDB. No need to delete breakpoints after the test.
16487 (top level): Use foreach to call the test procedures with
16488 different commands.
16489
16490 2014-10-28 Pedro Alves <palves@redhat.com>
16491
16492 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16493 instead of GNATS numbers.
16494 * gdb.base/sigbpt.exp: Likewise.
16495 * gdb.base/siginfo.exp: Likewise.
16496 * gdb.base/sigstep.exp: Likewise.
16497
16498 2014-10-27 Pedro Alves <palves@redhat.com>
16499
16500 * gdb.base/sigstep.c (dummy): New global.
16501 (main): Issue a couple writes to the new global.
16502 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16503 procedures.
16504 (skip_over_handler): Use test_skip_handler.
16505 (top level): Call skip_over_handler for stepi and nexti too.
16506 (breakpoint_over_handler): Use test_skip_handler.
16507 (top level): Call breakpoint_over_handler for stepi and nexti too.
16508
16509 2014-10-27 Yao Qi <yao@codesourcery.com>
16510
16511 * gdb.trace/tfile.c (adjust_function_address)
16512 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16513 function descriptor.
16514
16515 2014-10-24 Don Breazeal <donb@codesourcery.com>
16516
16517 * gdb.base/foll-fork.exp (test_follow_fork,
16518 catch_fork_child_follow): Check for updated fork messages emitted
16519 from infrun.c.
16520 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16521 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16522 vfork_and_exec_child_follow_through_step): Check for updated vfork
16523 messages emitted from infrun.c.
16524
16525 2014-10-24 Pedro Alves <palves@redhat.com>
16526
16527 * gdb.base/corefile.exp: Remove references to ultrix.
16528 * gdb.base/interrupt.exp: Likewise.
16529 * gdb.base/whatis.exp: Likewise.
16530 * gdb.gdb/selftest.exp: Likewise.
16531 * gdb.threads/manythreads.exp: Likewise.
16532 * gdb.threads/print-threads.exp: Likewise.
16533 * gdb.threads/pthreads.exp:: Likewise.
16534 * gdb.threads/schedlock.exp: Likewise.
16535
16536 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16537
16538 * gdb.cp/non-trivial-retval.cc: Add a test case.
16539 * gdb.cp/non-trivial-retval.exp: Add a test.
16540
16541 2014-10-20 Yao Qi <yao@codesourcery.com>
16542
16543 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16544 * gdb.python/py-objfile-script-gdb.py: New file.
16545 * gdb.python/py-objfile-script.exp: Update reference to
16546 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16547 of remote_download. Remove the dest file.
16548
16549 2014-10-20 Yao Qi <yao@codesourcery.com>
16550
16551 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16552 * gdb.base/step-line.exp: Likewise.
16553 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16554 * gdb.dwarf2/dw2-basic.exp: Likewise.
16555 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16556 * gdb.dwarf2/dw2-filename.exp: Likewise.
16557 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16558 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16559 * gdb.dwarf2/dw2-producer.exp: Likewise.
16560 * gdb.dwarf2/mac-fileno.exp: Likewise.
16561 * gdb.python/py-frame-args.exp: Likewise.
16562 * gdb.python/py-framefilter.exp: Likewise.
16563 * gdb.python/py-mi.exp: Likewise.
16564 * gdb.python/py-objfile-script.exp: Likewise
16565 * gdb.python/py-pp-integral.exp: Likewise.
16566 * gdb.python/py-pp-re-notag.exp: Likewise.
16567 * gdb.python/py-prettyprint.exp: Likewise.
16568 * gdb.python/py-section-script.exp: Likewise.
16569 * gdb.python/py-typeprint.exp: Likewise.
16570 * gdb.python/py-xmethods.exp: Likewise.
16571 * gdb.stabs/weird.exp: Likewise.
16572 * gdb.xml/tdesc-regs.exp: Likewise.
16573
16574 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16575
16576 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16577 (out_cu): Use addr_len for the size of addresses.
16578 (out_line): Likewise. Size DW_LNE_set_address instruction
16579 according to addr_len.
16580 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16581 (FUNC): Add START_INSNS to definition.
16582
16583 2014-10-18 Yao Qi <yao@codesourcery.com>
16584
16585 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16586 gdb_has_argv0 return true.
16587 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16588 check [target_info exists noargs], check [gdb_has_argv0]
16589 instead.
16590 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16591 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16592 procedures.
16593
16594 2014-10-17 Doug Evans <dje@google.com>
16595
16596 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16597 event.
16598 * gdb.python/py-events.py: Add clear_objfiles event.
16599
16600 2014-10-17 Doug Evans <dje@google.com>
16601
16602 * gdb.python/py-objfile.exp: Test progspace attribute.
16603
16604 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16605
16606 * gdb.guile/scm-breakpoint.exp: Do not assume any
16607 directory separators when matching source file paths.
16608 * gdb.python/py-breakpoint.exp: Likewise.
16609 * gdb.reverse/break-precsave.exp: Likewise.
16610 * gdb.reverse/break-reverse.exp: Likewise.
16611 * gdb.reverse/consecutive-precsave.exp: Likewise.
16612 * gdb.reverse/finish-precsave.exp: Likewise.
16613 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16614 * gdb.reverse/finish-reverse.exp: Likewise.
16615 * gdb.reverse/i386-precsave.exp: Likewise.
16616 * gdb.reverse/i387-env-reverse.exp: Likewise.
16617 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16618 * gdb.reverse/machinestate-precsave.exp: Likewise.
16619 * gdb.reverse/machinestate.exp: Likewise.
16620 * gdb.reverse/sigall-precsave.exp: Likewise.
16621 * gdb.reverse/solib-precsave.exp: Likewise.
16622 * gdb.reverse/step-precsave.exp: Likewise.
16623 * gdb.reverse/until-precsave.exp: Likewise.
16624 * gdb.reverse/watch-precsave.exp: Likewise.
16625 * gdb.reverse/watch-reverse.exp: Likewise.
16626
16627 2014-10-17 Yao Qi <yao@codesourcery.com>
16628
16629 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16630 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16631
16632 2014-10-17 Pedro Alves <palves@redhat.com>
16633
16634 PR gdb/17471
16635 * gdb.base/bg-execution-repeat.c: New file.
16636 * gdb.base/bg-execution-repeat.exp: New file.
16637
16638 2014-10-17 Pedro Alves <palves@redhat.com>
16639
16640 PR gdb/17300
16641 * gdb.base/continue-all-already-running.c: New file.
16642 * gdb.base/continue-all-already-running.exp: New file.
16643
16644 2014-10-17 Pedro Alves <palves@redhat.com>
16645
16646 PR gdb/17472
16647 * gdb.base/annota-input-while-running.c: New file.
16648 * gdb.base/annota-input-while-running.exp: New file.
16649
16650 2014-10-17 Pedro Alves <palves@redhat.com>
16651
16652 * gdb.base/callfuncs.exp: emove references to osf.
16653 * gdb.base/sigall.exp: Likewise.
16654 * gdb.gdb/selftest.exp: Likewise.
16655 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16656 * gdb.mi/non-stop.c: Likewise.
16657 * gdb.mi/pthreads.c: Likewise.
16658 * gdb.reverse/sigall-precsave.exp: Likewise.
16659 * gdb.reverse/sigall-reverse.exp: Likewise.
16660 * gdb.threads/pthreads.c: Likewise.
16661 * gdb.threads/pthreads.exp: Likewise.
16662
16663 2014-10-17 Yao Qi <yao@codesourcery.com>
16664
16665 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16666 check 'target_info exists noargs'.
16667 (test_command_prompt_position): Likewise.
16668 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16669 Remove "set args".
16670 (progvar_simple_while_test): Likewise.
16671 (progvar_complex_if_while_test): Likewise.
16672 (if_while_breakpoint_command_test): Likewise.
16673 (infrun_breakpoint_command_test): Likewise.
16674 (breakpoint_command_test): Likewise.
16675 (watchpoint_command_test): Likewise.
16676 (bp_deleted_in_command_test): Likewise.
16677 (temporary_breakpoint_commands): Likewise.
16678
16679 2014-10-16 Yao Qi <yao@codesourcery.com>
16680
16681 * gdb.base/remotetimeout.exp: Remove noargs checking.
16682
16683 2014-10-15 Pedro Alves <palves@redhat.com>
16684
16685 PR breakpoints/9649
16686 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16687 * gdb.base/breakpoint-in-ro-region.exp
16688 (probe_target_hardware_step): New procedure.
16689 (top level): Probe hardware stepping and hardware breakpoint
16690 support. Test stepping through a read-only region, with both
16691 "breakpoint auto-hw" on and off and both "always-inserted" on and
16692 off.
16693
16694 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16695
16696 * gdb.dlang/demangle.exp: Update for demangling changes.
16697
16698 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16699
16700 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16701 * gdb.cp/non-trivial-retval.exp: Add new tests.
16702
16703 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16704
16705 PR c++/13403
16706 PR c++/15154
16707 * gdb.cp/non-trivial-retval.cc: New file.
16708 * gdb.cp/non-trivial-retval.exp: New file.
16709
16710 2014-10-15 Yao Qi <yao@codesourcery.com>
16711
16712 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16713 remote host.
16714
16715 2014-10-15 Yao Qi <yao@codesourcery.com>
16716
16717 * gdb.python/py-symbol.exp: Match file base name if host is
16718 remote, otherwise match file name with dir name.
16719 * gdb.python/py-symtab.exp: Likewise.
16720 * gdb.python/python.exp: Likewise.
16721
16722 2014-10-15 Yao Qi <yao@codesourcery.com>
16723
16724 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16725 pattern.
16726 * gdb.python/py-symtab.exp: Likewise.
16727 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16728 locationn.
16729
16730 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16731
16732 * gdb.ada/addr_arith: New testcase.
16733
16734 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16735
16736 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16737 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16738 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16739 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16740
16741 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16742
16743 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16744 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16745 * gdb.arch/stap-eval-lang-ada.exp: New file.
16746
16747 2014-10-14 Yao Qi <yao@codesourcery.com>
16748
16749 * gdb.mi/mi-var-child.c (nothing1): New function.
16750 (nothing2): New function.
16751 (do_children_tests): Set function pointers by nothing1 and
16752 nothing2.
16753 * gdb.mi/mi-var-child.exp: Step over new added statements.
16754 Update test to match the new output.
16755 * gdb.mi/var-cmd.c (nothing1): New function.
16756 (nothing2): New function.
16757 (do_children_tests): Set function pointers by nothing1 and
16758 nothing2.
16759 * gdb.mi/mi-var-display.exp: Update test to match output.
16760 Step to the line specified by $line_dct_nothing.
16761 Increase the number of lines to step.
16762
16763 2014-10-14 Yao Qi <yao@codesourcery.com>
16764
16765 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16766 tests.
16767 * gdb.mi/mi2-var-child.exp: Likewise.
16768
16769 2014-10-13 Doug Evans <dje@google.com>
16770
16771 * gdb.python/py-objfile.exp: Change name of file name test.
16772
16773 2014-10-13 Doug Evans <dje@google.com>
16774
16775 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16776 from the start of the CU.
16777
16778 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16779 Yao Qi <yao@codesourcery.com>
16780
16781 Fix "save breakpoints" for "catch" command.
16782 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16783 Remove -nonewline. Match also the added "main" line.
16784
16785 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16786
16787 Fix "save breakpoints" for "disable $bpnum" command.
16788 * gdb.base/save-bp.c (main): Add label.
16789 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16790
16791 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16792
16793 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16794
16795 2014-10-11 Yao Qi <yao@codesourcery.com>
16796
16797 * gdb.server/server-kill.exp: Execute command
16798 "set remote trace-status-packet on" before "tstatus".
16799
16800 2014-10-11 Yao Qi <yao@codesourcery.com>
16801
16802 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16803 (main): Call getppid.
16804 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16805 and continue to it. Read variable "server_pid".
16806
16807 2014-10-11 Yao Qi <yao@codesourcery.com>
16808
16809 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16810
16811 2014-10-11 Yao Qi <yao@codesourcery.com>
16812
16813 * gdb.threads/thread-find.exp: Don't execute command
16814 "info threads".
16815 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16816 * gdb.threads/linux-dp.exp: Don't check the condition
16817 $threads_created equals to zero.
16818
16819 2014-10-10 Pedro Alves <palves@redhat.com>
16820
16821 * gdb.base/bigcore.exp: Remove references to IRIX.
16822 * gdb.base/funcargs.exp: Likewise.
16823 * gdb.base/interrupt.exp: Likewise.
16824 * gdb.base/mips_pro.exp: Likewise.
16825 * gdb.base/nodebug.exp: Likewise.
16826 * gdb.base/setvar.exp: Likewise.
16827 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16828
16829 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16830 Pedro Alves <palves@redhat.com>
16831
16832 PR symtab/14466
16833 * gdb.base/vdso-warning.c: New file.
16834 * gdb.base/vdso-warning.exp: New file.
16835
16836 2014-10-02 Doug Evans <dje@google.com>
16837
16838 * gdb.base/structs.c (main): Don't run forever.
16839
16840 2014-10-02 Pedro Alves <palves@redhat.com>
16841
16842 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16843 (top level) <stop threads 1, stop threads 2>: Use it.
16844
16845 2014-10-02 Pedro Alves <palves@redhat.com>
16846
16847 * gdb.threads/break-while-running.exp (test): Add new
16848 'update_thread_list' argument. Skip "info threads" if false.
16849 (top level): Add new 'update_thread_list' axis.
16850
16851 2014-10-02 Pedro Alves <palves@redhat.com>
16852
16853 PR breakpoints/17431
16854 * gdb.base/execl-update-breakpoints.c: New file.
16855 * gdb.base/execl-update-breakpoints.exp: New file.
16856
16857 2014-10-01 Pedro Alves <palves@redhat.com>
16858
16859 * gdb.base/breakpoint-in-ro-region.c: New file.
16860 * gdb.base/breakpoint-in-ro-region.exp: New file.
16861
16862 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16863
16864 * gdb.mi/mi-exit-code.exp: New file.
16865 * gdb.mi/mi-exit-code.c: New file.
16866
16867 2014-09-30 Yao Qi <yao@codesourcery.com>
16868
16869 * lib/prelink-support.exp (build_executable_own_libs): Error if
16870 the target isn't native.
16871
16872 2014-09-30 Yao Qi <yao@codesourcery.com>
16873
16874 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16875 false.
16876
16877 2014-09-22 Pedro Alves <palves@redhat.com>
16878
16879 * gdb.threads/break-while-running.exp: New file.
16880 * gdb.threads/break-while-running.c: New file.
16881
16882 2014-09-19 Yao Qi <yao@codesourcery.com>
16883
16884 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16885 Invoke test. Restart GDB with --readnow and invoke test again.
16886
16887 2014-09-19 Yao Qi <yao@codesourcery.com>
16888
16889 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16890 proc set_breakpoint_on_gcd_function. Invoke
16891 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16892 invoke set_breakpoint_on_gcd_function again.
16893
16894 2014-09-18 Doug Evans <dje@google.com>
16895
16896 * gdb.dwarf2/symtab-producer.exp: New file.
16897
16898 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16899
16900 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16901 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16902 * gdb.base/global-var-nested-by-dso.c: Likewise.
16903 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16904
16905 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16906 Pedro Alves <palves@redhat.com>
16907
16908 * gdb.base/watch-bitfields.exp: Pass string other than test file
16909 name to prepare_for_testing.
16910 (watch): New procedure.
16911 (expect_watchpoint): Use with_test_prefix.
16912 (top level): Factor out tests to ...
16913 (test_watch_location, test_regular_watch): ... these new
16914 procedures, and use with_test_prefix and gdb_continue_to_end.
16915
16916 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16917
16918 PR breakpoints/12526
16919 * gdb.base/watch-bitfields.exp: New file.
16920 * gdb.base/watch-bitfields.c: New file.
16921
16922 2014-09-16 Pedro Alves <palves@redhat.com>
16923
16924 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16925 software and hardware addresses, not software address against
16926 itself.
16927
16928 2014-09-16 Pedro Alves <palves@redhat.com>
16929
16930 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16931 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16932
16933 2014-09-16 Pedro Alves <palves@redhat.com>
16934
16935 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16936 files.
16937 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16938 "*-*-vxworks*" throughout.
16939 * gdb.base/break.exp: Likewise.
16940 * gdb.base/default.exp: Likewise.
16941 * gdb.base/scope.exp: Likewise.
16942 * gdb.base/sepdebug.exp: Likewise.
16943 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16944 throughout.
16945 * gdb.base/run.c: Likewise.
16946 * gdb.base/sepdebug.c: Likewise.
16947 * gdb.hp/gdb.aCC/run.c: Likewise.
16948 * gdb.reverse/until-reverse.c: Likewise.
16949 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16950
16951 2014-09-16 Yao Qi <yao@codesourcery.com>
16952
16953 * boards/local-remote-host-native.exp: New file.
16954
16955 2014-09-14 Doug Evans <xdje42@gmail.com>
16956
16957 * gdb.threads/queue-signal.c (thread_count): New variable.
16958 (thread_count_mutex, thread_count_condvar): New variables.
16959 (incr_thread_count, wait_all_threads_running): New functions.
16960 (main): Wait for all threads to be in their thread functions.
16961
16962 2014-09-13 Doug Evans <xdje42@gmail.com>
16963
16964 * gdb.threads/queue-signal.c: New file.
16965 * gdb.threads/queue-signal.exp: New file.
16966
16967 2014-09-13 Doug Evans <xdje42@gmail.com>
16968
16969 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16970 be consistent with what default_gdb_init uses.
16971 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16972 the plain text of the prompt. Add some logging printfs.
16973 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16974
16975 2014-09-12 Pedro Alves <palves@redhat.com>
16976
16977 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16978 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16979 * gdb.arch/i386-size-overlap.exp: Likewise.
16980 * gdb.arch/i386-size.exp: Likewise.
16981 * gdb.arch/i386-unwind.exp: Likewise.
16982 * gdb.base/a2-run.exp: Likewise.
16983 * gdb.base/break.exp: Likewise.
16984 * gdb.base/charset.exp: Likewise.
16985 * gdb.base/chng-syms.exp: Likewise.
16986 * gdb.base/commands.exp: Likewise.
16987 * gdb.base/dbx.exp: Likewise.
16988 * gdb.base/find.exp: Likewise.
16989 * gdb.base/funcargs.exp: Likewise.
16990 * gdb.base/jit-simple.exp: Likewise.
16991 * gdb.base/reread.exp: Likewise.
16992 * gdb.base/sepdebug.exp: Likewise.
16993 * gdb.base/step-bt.exp: Likewise.
16994 * gdb.cp/mb-inline.exp: Likewise.
16995 * gdb.cp/mb-templates.exp: Likewise.
16996 * gdb.objc/basicclass.exp: Likewise.
16997 * gdb.threads/killed.exp: Likewise.
16998
16999 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17000
17001 PR tdep/17379
17002 * gdb.arch/powerpc-stackless.S: New file.
17003 * gdb.arch/powerpc-stackless.exp: New file.
17004
17005 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17006
17007 * gdb.base/attach.c: Include unistd.h.
17008 (main): Call alarm. Add label postloop.
17009 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17010 gdb_breakpoint, gdb_continue_to_breakpoint.
17011 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17012
17013 2014-09-11 Pedro Alves <palves@redhat.com>
17014
17015 PR gdb/17347
17016 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17017 * gdb.base/attach.exp (test_command_line_attach_run): New
17018 procedure.
17019 (top level): Call it.
17020
17021 2014-09-11 Pedro Alves <palves@redhat.com>
17022
17023 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17024 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17025 (do_command_attach_tests): Use spawn_wait_for_attach.
17026 * gdb.base/solib-overlap.exp: Likewise.
17027 * gdb.multi/multi-attach.exp: Likewise.
17028 * gdb.python/py-prompt.exp: Likewise.
17029 * gdb.python/py-sync-interp.exp: Likewise.
17030 * gdb.server/ext-attach.exp: Likewise.
17031
17032 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17033
17034 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17035 command in testcase. Simplify testcase.
17036
17037 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17038
17039 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17040
17041 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17042
17043 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17044
17045 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17046
17047 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17048
17049 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17050
17051 * gdb.dwarf2/dynarr-ptr.c: New file.
17052 * gdb.dwarf2/dynarr-ptr.exp: New file.
17053
17054 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17055
17056 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17057 of 30 rather than hardcoding 120 for a slow test case. Take the
17058 `gdb,timeout' target setting into account for this calculation.
17059 Don't extend the timeout for the test cases that don't need it.
17060
17061 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17062
17063 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17064 a factor of 2 for a slow test case. Take the `gdb,timeout'
17065 target setting into account for this calculation.
17066 * gdb.reverse/until-precsave.exp: Increase the timeout by
17067 a factor of 15 and 3 respectively rather than adding 120
17068 for a pair of slow test cases. Take the `gdb,timeout'
17069 target setting into account for this calculation.
17070
17071 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17072
17073 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17074 timeout, don't pass one down to gdb_expect.
17075 (gdb_expect): Rework timeout selection.
17076
17077 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17078
17079 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17080 exception on timeout.
17081 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17082 (gdbserver_start_extended): Catch any `gdbserver_start' error
17083 exceptions.
17084 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17085 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17086 `gdbserver_gdb_load' error exceptions.
17087
17088 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17089
17090 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17091 120 on waiting for the TCP socket to open.
17092
17093 2014-09-09 Doug Evans <xdje42@gmail.com>
17094
17095 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17096 _caller_matches, _any_caller_is, _any_caller_matches.
17097
17098 2014-09-09 Doug Evans <xdje42@gmail.com>
17099
17100 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17101
17102 2014-09-09 Yao Qi <yao@codesourcery.com>
17103
17104 * gdb.mi/mi-var-display.exp: Set print symbol off.
17105
17106 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17107
17108 PR gdb/17035
17109 * gdb.base/commands.exp: Add tests to verify user-defined
17110 commands with empty bodies.
17111 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17112 python commands in `show user command`.
17113 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17114 scheme commands in `show user command`.
17115
17116 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17117
17118 PR python/17355
17119 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17120 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17121 * gdb.python/py-framefilter-invalidarg.exp: New file.
17122 * gdb.python/py-framefilter-invalidarg.py: New file.
17123
17124 2014-09-06 Doug Evans <xdje42@gmail.com>
17125
17126 PR 15276
17127 * gdb.python/py-caller-is.c: New file.
17128 * gdb.python/py-caller-is.exp: New file.
17129
17130 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17131
17132 PR gdb/17235
17133 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17134 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17135
17136 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17137
17138 PR fortran/17237
17139 * gdb.fortran/print-formatted.exp: New file.
17140 * gdb.fortran/print-formatted.f90: Likewise.
17141
17142 2014-09-03 Sasha Smundak <asmundak@google.com>
17143
17144 * gdb.python/py-frame.exp: Test Frame.read_register.
17145
17146 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17147
17148 PR python/16699
17149 * gdb.python/py-completion.exp: New file.
17150 * gdb.python/py-completion.py: Likewise.
17151
17152 2014-08-28 Doug Evans <dje@google.com>
17153
17154 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17155 eax,etc. are live with values set by gdb and thus the compiler can't
17156 use them.
17157 * gdb.arch/i386-pseudo.c (main): Ditto.
17158
17159 2014-08-27 Doug Evans <dje@google.com>
17160
17161 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17162
17163 2014-08-25 Doug Evans <dje@google.com>
17164
17165 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17166 (main): Ditto.
17167
17168 2014-08-25 Doug Evans <dje@google.com>
17169
17170 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17171
17172 2014-08-24 Yao Qi <yao@codesourcery.com>
17173
17174 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17175 symbol off.
17176 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17177
17178 2014-08-22 Doug Evans <dje@google.com>
17179
17180 PR 17276
17181 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17182 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17183 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17184
17185 2014-08-22 Yao Qi <yao@codesourcery.com>
17186
17187 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17188 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17189 * gdb.python/python.exp: Likewise. Use .py file on the host
17190 instead of the build.
17191
17192 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17193
17194 * gdb.threads/gcore-stale-thread.c: New file.
17195 * gdb.threads/gcore-stale-thread.exp: New file.
17196
17197 2014-08-21 Pedro Alves <palves@redhat.com>
17198
17199 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17200 * gdb.base/gcore-relro-pie.exp: Likewise.
17201 * gdb.base/gcore-relro.exp: Likewise.
17202 * gdb.base/gcore.exp: Likewise.
17203 * gdb.base/print-symbol-loading.exp: Likewise.
17204 * gdb.threads/gcore-thread.exp: Likewise.
17205 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17206
17207 2014-08-20 Pedro Alves <palves@redhat.com>
17208 Jan Kratochvil <jan.kratochvil@redhat.com>
17209
17210 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17211 configure.
17212 (EXPECT): Handle READ1 being set.
17213 (all): Depend on EXTRA_RULES.
17214 (check-read1, expect-read1, read1.so, read1): New rules.
17215 * README (Testsuite Parameters): Document the READ1 make variable.
17216 (Race detection): New section.
17217 * configure: Regenerate.
17218 * configure.ac: If build==host==target, and running under a
17219 GNU/glibc system, add read1 to the extra Makefile rules.
17220 (EXTRA_RULES): AC_SUBST it.
17221 * lib/read1.c: New file.
17222
17223 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17224
17225 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17226 the handling of variables declared as a typedef to an array
17227 which a DW_AT_data_location attribute.
17228
17229 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17230 Pedro Alves <palves@redhat.com>
17231
17232 PR symtab/14604
17233 PR symtab/14605
17234 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17235 gdb_test.
17236
17237 2014-08-19 Pedro Alves <palves@redhat.com>
17238
17239 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17240
17241 2014-08-19 Yao Qi <yao@codesourcery.com>
17242
17243 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17244 right line.
17245
17246 2014-08-18 David Blaikie <dblaikie@gmail.com>
17247
17248 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17249
17250 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17251
17252 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17253 attribute in array range.
17254
17255 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17256
17257 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17258
17259 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17260
17261 PR c++/17132
17262 * gdb.cp/pr17132.cc: New file.
17263 * gdb.cp/pr17132.exp: New file.
17264
17265 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17266
17267 * gdb.python/py-xmethods.py (A_getarrayind)
17268 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17269 Use 'print' with function call syntax.
17270 (E_method_matcher.match): Fix tab vs space indentation mixup.
17271
17272 2014-08-15 Yao Qi <yao@codesourcery.com>
17273
17274 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17275 false.
17276
17277 2014-08-15 Yao Qi <yao@codesourcery.com>
17278
17279 * gdb.cp/casts.exp: Set print symbol off.
17280 * gdb.cp/class2.exp: Likewise.
17281 * gdb.cp/overload.exp: Likewise.
17282 * gdb.cp/templates.exp: Likewise.
17283
17284 2014-08-11 Doug Evans <dje@google.com>
17285
17286 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17287 (test_load_shlib): Update.
17288
17289 2014-08-09 Yao Qi <yao@codesourcery.com>
17290
17291 * gdb.base/display.exp: Invoke is_address_zero_readable.
17292 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17293 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17294 * gdb.base/hbreak-unmapped.exp: Return if
17295 is_address_zero_readable returns true.
17296 * gdb.base/signest.exp: Likewise.
17297 * gdb.base/signull.exp: Likewise.
17298 * gdb.base/sigbpt.exp: Likewise.
17299 * gdb.guile/scm-disasm.exp: Do the test if
17300 is_address_zero_readable returns false.
17301 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17302 * gdb.python/py-arch.exp: Likewise.
17303 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17304 * lib/gdb.exp (is_address_zero_readable): New proc.
17305
17306 2014-08-09 Yao Qi <yao@codesourcery.com>
17307
17308 PR testsuite/13443
17309 * gdb.mi/mi-var-display.exp: Make test messages unique.
17310
17311 2014-08-04 Tom Tromey <tromey@redhat.com>
17312
17313 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17314 target 0".
17315
17316 2014-08-04 Tom Tromey <tromey@redhat.com>
17317
17318 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17319 "target_resume".
17320
17321 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17322
17323 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17324 inner_vla_struct_object_size.
17325 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17326 as xfail.
17327
17328 2014-07-30 Pedro Alves <palves@redhat.com>
17329
17330 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17331 comment.
17332
17333 2014-07-29 Yao Qi <yao@codesourcery.com>
17334
17335 PR gdb/17206
17336 * gdb.base/until-nodebug.exp: New.
17337
17338 2014-07-28 Doug Evans <xdje42@gmail.com>
17339
17340 PR guile/17203
17341 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17342 previously existing parameter, and previously ambiguously spelled
17343 parameter.
17344
17345 2014-07-28 Will Newton <will.newton@linaro.org>
17346
17347 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17348
17349 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17350 Doug Evans <xdje42@gmail.com>
17351
17352 PR guile/17146
17353 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17354
17355 2014-07-25 Pedro Alves <palves@redhat.com>
17356
17357 * gdb.threads/signal-command-handle-nopass.c: New file.
17358 * gdb.threads/signal-command-handle-nopass.exp: New file.
17359 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17360 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17361 * gdb.threads/signal-delivered-right-thread.c: New file.
17362 * gdb.threads/signal-delivered-right-thread.exp: New file.
17363
17364 2014-07-25 Pedro Alves <palves@redhat.com>
17365
17366 * gdb.base/double-prompt-target-event-error.exp
17367 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17368 match.
17369 (cancel_pagination_in_target_event): Rework double prompt
17370 detection.
17371 * gdb.base/paginate-after-ctrl-c-running.exp
17372 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17373 <return>' match.
17374 * gdb.base/paginate-bg-execution.exp
17375 (test_bg_execution_pagination_return)
17376 (test_bg_execution_pagination_cancel): Remove '-notransfer
17377 <return>' matches.
17378 * gdb.base/paginate-execution-startup.exp
17379 (test_fg_execution_pagination_return)
17380 (test_fg_execution_pagination_cancel): Remove '-notransfer
17381 <return>' matches.
17382 * gdb.base/paginate-inferior-exit.exp
17383 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17384 match.
17385 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17386 * lib/gdb.exp (pagination_prompt): Run text through
17387 string_to_regexp.
17388 (gdb_test_multiple): Match $pagination_prompt instead of
17389 "<return>".
17390 (string_to_regexp): Move to lib/gdb-utils.exp.
17391
17392 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17393
17394 * gdb.arch/amd64-entry-value-paramref.S: New file.
17395 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17396 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17397 * gdb.arch/amd64-optimout-repeat.S: New file.
17398 * gdb.arch/amd64-optimout-repeat.c: New file.
17399 * gdb.arch/amd64-optimout-repeat.exp: New file.
17400
17401 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17402
17403 PR gdb/17170
17404 * gdb.base/statistics.exp: New file.
17405
17406 2014-07-17 Doug Evans <dje@google.com>
17407
17408 PR gdb/17170
17409 * gdb.base/maint.exp: Update testing of per-command stats.
17410
17411 2014-07-16 Pedro Alves <palves@redhat.com>
17412
17413 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17414 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17415 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17416 (tfile_write_buf): New functions.
17417 (add_memory_block): Rewrite using the above.
17418 (adjust_function_address): New function.
17419 (FUNCTION_ADDRESS): New macro.
17420 (write_basic_trace_file): Remove short_x local, and use
17421 tfile_write_16. Change type of func_addr local to unsigned long
17422 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17423 here. Cast argument of add_memory_block to char pointer.
17424 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17425 (main): Remove parameters.
17426 * gdb.trace/tfile.exp: Remove nowarnings.
17427
17428 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17429
17430 * gdb.base/debug-expr.exp: Test string evaluation with
17431 "debug expression" on.
17432
17433 2014-07-15 Pedro Alves <palves@redhat.com>
17434
17435 * gdb.base/reread.exp: Use clean_restart.
17436
17437 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17438
17439 * gdb.arch/avr-flash-qualifer.c: New.
17440 * gdb.arch/avr-flash-qualifer.exp: New.
17441
17442 2014-07-14 Pedro Alves <palves@redhat.com>
17443
17444 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17445 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17446
17447 2014-07-14 Pedro Alves <palves@redhat.com>
17448
17449 * gdb.base/double-prompt-target-event-error.c: New file.
17450 * gdb.base/double-prompt-target-event-error.exp: New file.
17451
17452 2014-07-14 Pedro Alves <palves@redhat.com>
17453
17454 PR gdb/17072
17455 * gdb.base/paginate-inferior-exit.c: New file.
17456 * gdb.base/paginate-inferior-exit.exp: New file.
17457
17458 2014-07-14 Pedro Alves <palves@redhat.com>
17459
17460 PR gdb/17072
17461 * gdb.base/paginate-bg-execution.c: New file.
17462 * gdb.base/paginate-bg-execution.exp: New file.
17463
17464 2014-07-14 Pedro Alves <palves@redhat.com>
17465
17466 PR gdb/17072
17467 * gdb.base/paginate-execution-startup.c: New file.
17468 * gdb.base/paginate-execution-startup.exp: New file.
17469 * lib/gdb.exp (pagination_prompt): New global.
17470 (default_gdb_spawn): New procedure, factored out from
17471 default_gdb_spawn.
17472 (default_gdb_start): Adjust to call default_gdb_spawn.
17473 (gdb_spawn): New procedure.
17474
17475 2014-07-14 Pedro Alves <palves@redhat.com>
17476
17477 * lib/gdb.exp (gdb_assert): New procedure.
17478 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17479
17480 2014-07-14 Pedro Alves <palves@redhat.com>
17481
17482 * gdb.base/execution-termios.c: New file.
17483 * gdb.base/execution-termios.exp: New file.
17484
17485 2014-07-14 Tom Tromey <tromey@redhat.com>
17486
17487 * gdb.cp/vla-cxx.cc: New file.
17488 * gdb.cp/vla-cxx.exp: New file.
17489
17490 2014-07-14 Tom Tromey <tromey@redhat.com>
17491
17492 * gdb.reverse/rerun-prec.c: New file.
17493 * gdb.reverse/rerun-prec.exp: New file.
17494
17495 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17496 Maciej W. Rozycki <macro@codesourcery.com>
17497
17498 * lib/gdb-utils.exp: New file.
17499 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17500 inline `gdb_init_command' processing.
17501 (gdb_start_cmd): Likewise.
17502 * lib/mi-support.exp (mi_run_cmd): Likewise.
17503 * README: Document `gdb_init_command' and `gdb_init_commands'.
17504
17505 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17506
17507 Fix false FAIL running under a very long directory name.
17508 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17509 and "set print elements 10000". Twice.
17510
17511 2014-07-11 Yao Qi <yao@codesourcery.com>
17512
17513 * gdb.base/exprs.exp: "set print symbol off".
17514
17515 2014-07-11 Pedro Alves <palves@redhat.com>
17516
17517 * gdb.threads/kill.c: New file.
17518 * gdb.threads/kill.exp: New file.
17519
17520 2014-07-10 Yao Qi <yao@codesourcery.com>
17521
17522 * gdb.trace/tfile.c (write_basic_trace_file)
17523 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17524 address written to trace file.
17525
17526 2014-07-09 Pedro Alves <palves@redhat.com>
17527
17528 * gdb.base/attach-wait-input.exp: New file.
17529 * gdb.base/attach-wait-input.c: New file.
17530
17531 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17532
17533 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17534 setting up test structures.
17535 (main): Call new test function.
17536 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17537 test function, continue into test function and walk test
17538 structures.
17539
17540 2014-07-02 Yao Qi <yao@codesourcery.com>
17541
17542 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17543 'bar_start' at the beginning of functions 'foo' and 'bar'
17544 respectively.
17545 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17546 instead of 'foo' and 'bar'.
17547
17548 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17549
17550 * gdb.btrace/segv.exp: New.
17551 * gdb.btrace/segv.c: New.
17552
17553 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17554
17555 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17556 instruction.
17557
17558 2014-06-30 Mark Wielaard <mjw@redhat.com>
17559
17560 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17561 vulture, vilify, villar): New volatile array constants.
17562 (vindictive, vegetation): New const volatile array constants.
17563 * gdb.base/volatile.exp: Test volatile and const volatile array
17564 types.
17565
17566 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17567
17568 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17569 target lacks support for awatch, rwatch, or hbreak.
17570
17571 2014-06-27 Yao Qi <yao@codesourcery.com>
17572
17573 * gdb.multi/dummy-frame-restore.exp: New.
17574 * gdb.multi/dummy-frame-restore.c: New.
17575
17576 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17577
17578 * gdb.btrace/gcore.exp: New.
17579
17580 2014-06-23 Pedro Alves <palves@redhat.com>
17581
17582 * gdb.base/watchpoint-reuse-slot.c: New file.
17583 * gdb.base/watchpoint-reuse-slot.exp: New file.
17584
17585 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17586
17587 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17588 progspace's filename in 'info', 'enable' and 'disable' command
17589 tests.
17590
17591 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17592
17593 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17594 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17595 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17596
17597 2014-06-20 Gary Benson <gbenson@redhat.com>
17598
17599 * gdb.arch/i386-avx.exp: Fix include file location.
17600 * gdb.arch/i386-sse.exp: Likewise.
17601
17602 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17603
17604 * gdb.dlang/expression.exp: New file.
17605
17606 2014-06-19 Pedro Alves <palves@redhat.com>
17607
17608 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17609 out from ...
17610 (top level): ... here. Iterate running tests under different
17611 scheduler-locking settings.
17612
17613 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17614
17615 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17616 to DW_FORM_addr and use non-zero addresses.
17617
17618 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17619
17620 PR gdb/17017
17621 * gdb.python/py-xmethods.cc: Add global function call counters and
17622 increment them in their respective functions. Remove "cout"
17623 statements.
17624 * gdb.python/py-xmethods.exp: Make tests check the global function
17625 call counters instead of depending on inferior IO.
17626
17627 2014-06-18 Don Breazeal <donb@codesourcery.com>
17628
17629 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17630 Deleted procedure.
17631 (explicit_fork_parent_follow): Deleted procedure.
17632 (explicit_fork_child_follow): Deleted procedure.
17633 (test_follow_fork): New procedure.
17634 (do_fork_tests): Replace calls to deleted procedures with
17635 calls to test_follow_fork and reset GDB for subsequent
17636 procedure calls.
17637
17638 2014-06-17 Yao Qi <yao@codesourcery.com>
17639
17640 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17641 CP1252.
17642
17643 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17644
17645 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17646 Initialize ptr and S explicitly.
17647 (skip_type_update_when_not_use_rtti_test): Likewise.
17648
17649 2014-06-16 Keith Seitz <keiths@redhat.com>
17650
17651 PR mi/15863
17652 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17653 the inferior is started.
17654
17655 2014-06-16 Pedro Alves <palves@redhat.com>
17656
17657 * gdb.base/break-main-file-remove-fail.c: New file.
17658 * gdb.base/break-main-file-remove-fail.exp: New file.
17659 * gdb.base/break-unload-file.exp: Use build_executable instead of
17660 prepare_for_testing.
17661 (test_break): New parameter "initial_load". Handle it.
17662 (top level): Add initial_load cmdline/file axis.
17663
17664 2014-06-12 Tom Tromey <tromey@redhat.com>
17665
17666 * gdb.base/completion.exp: Don't use directory name in test.
17667
17668 2014-06-09 Gary Benson <gbenson@redhat.com>
17669
17670 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17671 separate the always-available ANSI-standard signals from the
17672 signals that require checking.
17673 (main): Likewise.
17674 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17675 Likewise.
17676 (main): Likewise.
17677
17678 2014-06-07 Keith Seitz <keiths@redhat.com>
17679
17680 Revert:
17681 PR c++/16253
17682 * gdb.cp/var-tag.cc: New file.
17683 * gdb.cp/var-tag.exp: New file.
17684 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17685 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17686 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17687 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17688
17689 2014-06-06 Doug Evans <xdje42@gmail.com>
17690
17691 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17692
17693 2014-06-06 Pedro Alves <palves@redhat.com>
17694
17695 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17696 in target debug output instead of looking at RSP packets,
17697 disabling the test on any target that uses hardware stepping.
17698 Update comments.
17699
17700 2014-06-06 Pedro Alves <palves@redhat.com>
17701
17702 * gdb.base/break-unload-file.exp: Fix typo.
17703
17704 2014-06-06 Yao Qi <yao@codesourcery.com>
17705
17706 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17707 from "jit_function" to "^jit_function".
17708
17709 2014-06-06 Yao Qi <yao@codesourcery.com>
17710
17711 * gdb.base/async.c (foo): Add one statement.
17712 * gdb.base/async.exp: Get the next instruction address and
17713 match the output of "nexti" by instruction address. Match
17714 the hex address in the output of "finish".
17715
17716 2014-06-06 Gary Benson <gbenson@redhat.com>
17717
17718 * gdb.base/call-signals.c: Remove preprocessor conditionals
17719 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17720 SIGSEGV and SIGTERM.
17721 * gdb.base/sigall.c: Likewise.
17722 * gdb.base/unwindonsignal.c: Likewise.
17723 * gdb.reverse/sigall-reverse.c: Likewise.
17724
17725 2014-06-06 Yao Qi <yao@codesourcery.com>
17726
17727 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17728 readable, skip the test.
17729
17730 2014-06-06 Yao Qi <yao@codesourcery.com>
17731
17732 * gdb.threads/staticthreads.c (thread_function): Move the line
17733 setting breakpoint on forward.
17734 * gdb.threads/staticthreads.exp: Update comments.
17735
17736 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17737
17738 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17739 "history-append! type error".
17740
17741 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17742
17743 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17744 erroneous dprintf expected input.
17745
17746 2014-06-04 Doug Evans <xdje42@gmail.com>
17747
17748 * gdb.guile/scm-generics.exp: Delete.
17749
17750 2014-06-04 Doug Evans <xdje42@gmail.com>
17751
17752 * gdb.guile/scm-breakpoint.exp: Update.
17753 Add tests for breakpoint registration.
17754
17755 2014-06-04 Tom Tromey <tromey@redhat.com>
17756
17757 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17758 VLA-in-union.
17759 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17760 inner_vla_struct, vla_union types. Initialize objects of those
17761 types and compute their sizes.
17762
17763 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17764 Hui Zhu <hui@codesourcery.com>
17765
17766 * gdb.base/fileio.exp: Add test for shell not available as well as
17767 available.
17768 * gdb.base/fileio.c (test_system): Check for shell twice.
17769
17770 2014-06-04 Yao Qi <yao@codesourcery.com>
17771
17772 * gdb.base/auto-connect-native-target.exp: Remove redundant
17773 space from the regexp pattern.
17774
17775 2014-06-04 Yao Qi <yao@codesourcery.com>
17776
17777 * gdb.base/default.exp: Replace "child" with "native" in
17778 regexp pattern.
17779
17780 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17781
17782 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17783 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17784 * gdb.python/py-xmethods.py: Python script supporting the
17785 new testcase and tests.
17786
17787 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17788 Pedro Alves <palves@redhat.com>
17789
17790 PR breakpoints/17000
17791 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17792 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17793
17794 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17795
17796 * gdb.base/subst.exp: Add tests to verify partial path matching
17797 output.
17798
17799 2014-06-03 Pedro Alves <palves@redhat.com>
17800
17801 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17802 target that doesn't use software single-stepping.
17803
17804 2014-06-03 Pedro Alves <palves@redhat.com>
17805
17806 PR breakpoints/17000
17807 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17808 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17809
17810 2014-06-02 Doug Evans <xdje42@gmail.com>
17811
17812 * gdb.guile/scm-parameter.exp: New file.
17813
17814 2014-06-02 Doug Evans <xdje42@gmail.com>
17815
17816 * gdb.guile/scm-cmd.c: New file.
17817 * gdb.guile/scm-cmd.exp: New file.
17818
17819 2014-06-02 Doug Evans <xdje42@gmail.com>
17820
17821 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17822 pretty-printer lookup.
17823 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17824 (make-pp_s-printer): Call it.
17825 (make-pretty-printer-from-dict): New function.
17826 (lookup-pretty-printer-maker-from-dict): New function.
17827 (*pretty-printer*): Simplify.
17828 (make-objfile-pp_s-printer): New function.
17829 (install-objfile-pretty-printers!): New function.
17830 (make-progspace-pp_s-printer): New function.
17831 (install-progspace-pretty-printers!): New function.
17832 * gdb.guile/scm-progspace.c: New file.
17833 * gdb.guile/scm-progspace.exp: New file.
17834
17835 2014-06-02 Pedro Alves <palves@redhat.com>
17836
17837 * gdb.base/dprintf-bp-same-addr.c: New file.
17838 * gdb.base/dprintf-bp-same-addr.exp: New file.
17839
17840 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17841
17842 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17843 * gdb.arch/powerpc-power.s: Likewise.
17844
17845 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17846
17847 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17848
17849 2014-06-01 Yao Qi <yao@codesourcery.com>
17850
17851 * gdb.base/watchpoint.exp (test_watch_location): Check null
17852 pointer can be dereferenced. If not, do the test, otherwise
17853 skip it.
17854
17855 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17856
17857 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17858 results.
17859 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17860
17861 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17862
17863 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17864 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17865 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17866 * gdb.arch/amd64-invalid-stack-top.c: New file.
17867 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17868
17869 2014-05-30 Pedro Alves <palves@redhat.com>
17870
17871 PR breakpoints/17000
17872 * gdb.base/sss-bp-on-user-bp.c: New file.
17873 * gdb.base/sss-bp-on-user-bp.exp: New file.
17874
17875 2014-05-30 David Blaikie <dblaikie@gmail.com>
17876
17877 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17878 gnu_inline semantics via attribute.
17879 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17880 source explicitly specifies the required semantics.
17881
17882 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17883
17884 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17885
17886 2014-05-29 Pedro Alves <palves@redhat.com>
17887 Tom Tromey <tromey@redhat.com>
17888
17889 * gdb.base/async-shell.exp: Don't enable target-async.
17890 * gdb.base/async.exp
17891 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17892 parameter. Adjust.
17893 (top level): Don't test with "target-async".
17894 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17895 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17896 * gdb.base/inferior-died.exp: Don't enable target-async.
17897 * gdb.base/interrupt-noterm.exp: Likewise.
17898 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17899 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17900 * gdb.mi/mi-nonstop.exp: Likewise.
17901 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17902 * gdb.mi/mi-nsintrall.exp: Likewise.
17903 * gdb.mi/mi-nsmoribund.exp: Likewise.
17904 * gdb.mi/mi-nsthrexec.exp: Likewise.
17905 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17906 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17907 * gdb.python/py-evsignal.exp: Don't enable target-async.
17908 * gdb.python/py-evthreads.exp: Likewise.
17909 * gdb.python/py-prompt.exp: Likewise.
17910 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17911 * gdb.server/solib-list.exp: Don't enable target-async.
17912 * gdb.threads/thread-specific-bp.exp: Likewise.
17913 * lib/mi-support.exp: Adjust to use mi-async.
17914
17915 2014-05-29 Pedro Alves <palves@redhat.com>
17916
17917 PR gdb/13860
17918 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17919 reason, even in sync mode.
17920
17921 2014-05-29 Pedro Alves <palves@redhat.com>
17922 Hui Zhu <hui@codesourcery.com>
17923
17924 PR PR15693
17925 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17926 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17927 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17928 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17929
17930 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17931
17932 * config/monitor.exp (gdb_target_monitor): Replace use of
17933 "set remotebaud" by "set serial baud".
17934
17935 2014-05-26 Andy Wingo <wingo@igalia.com>
17936
17937 * gdb.guile/scm-breakpoint.exp:
17938 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17939 properties instead of gdb-object-properties.
17940
17941 2014-05-26 Yao Qi <yao@codesourcery.com>
17942
17943 * gdb.server/no-thread-db.exp: Specify source file name
17944 explicitly when setting a breakpoint.
17945
17946 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17947
17948 * gdb.btrace/vdso.c: New.
17949 * gdb.btrace/vdso.exp: New.
17950
17951 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17952
17953 * gdb.base/gcore.exp (capture_command_output): Move ...
17954 * lib/gdb.exp (capture_command_output): ... here.
17955
17956 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17957
17958 * gdb.btrace/data.exp: Test memory access during btrace replay.
17959
17960 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17961
17962 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17963
17964 2014-05-21 Pedro Alves <palves@redhat.com>
17965
17966 PR gdb/13860
17967 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17968 (top level): Test that output related to execution commands is
17969 sent to the console with CLI commands, but not with MI commands.
17970 Test that breakpoint events are always mirrored to the console.
17971 Also expect the new source line to be output after a "next" in
17972 async mode too. Make it a pass/fail test.
17973 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17974 output.
17975 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17976
17977 2014-05-21 Pedro Alves <palves@redhat.com>
17978
17979 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17980 Use them to test variations of "list" after reaching a breakpoint.
17981 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17982 Test "list" with listsize 10 after reaching a breakpoint.
17983 * gdb.python/python.exp (decode_line current location line
17984 number): Adjust expected line number.
17985
17986 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17987
17988 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17989 behavior for $args, pass it directly to "run".
17990
17991 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17992
17993 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17994 30000 to 65536.
17995
17996 2014-05-21 Pedro Alves <palves@redhat.com>
17997
17998 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17999 auto-connect-native-target off".
18000 * gdb.base/auto-connect-native-target.c: New file.
18001 * gdb.base/auto-connect-native-target.exp: New file.
18002
18003 2014-05-21 Pedro Alves <palves@redhat.com>
18004
18005 * gdb.base/default.exp: Test "target native" instead of "target
18006 child".
18007
18008 2014-05-21 Mark Wielaard <mjw@redhat.com>
18009
18010 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18011
18012 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18013
18014 Fix TLS access for -static -pthread.
18015 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18016 <HAVE_TLS> (thread_function, main): Initialize it.
18017 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18018 Add clean_restart.
18019 <$have_tls != "">: Check TLSVAR.
18020
18021 2014-05-21 Pedro Alves <palves@redhat.com>
18022
18023 * gdb.base/dcache-line-read-error.c: New.
18024 * gdb.base/dcache-line-read-error.exp: New.
18025
18026 2014-05-20 Pedro Alves <palves@redhat.com>
18027
18028 * gdb.base/compare-sections.c: New file.
18029 * gdb.base/compare-sections.exp: New file.
18030
18031 2014-05-20 Pedro Alves <palves@redhat.com>
18032
18033 * gdb.base/break-idempotent.c: New file.
18034 * gdb.base/break-idempotent.exp: New file.
18035
18036 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18037
18038 * gdb.btrace/nohist.exp: New.
18039
18040 2014-05-20 Yao Qi <yao@codesourcery.com>
18041
18042 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18043 gdb.reverse directory and gdb_reverse_timeout exists in board
18044 setting.
18045 * README: Document gdb_reverse_timeout.
18046
18047 2014-05-20 Yao Qi <yao@codesourcery.com>
18048
18049 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18050 'test_file_name'. Treat args as a string instead of a list.
18051 (gdb_init): Rename argument 'args' by 'test_file_name'.
18052
18053 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18054
18055 * gdb.arch/powerpc-power.exp: New file.
18056 * gdb.arch/powerpc-power.s: New file.
18057
18058 2014-05-16 Doug Evans <dje@google.com>
18059
18060 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18061 * gdb.base/completion.exp: Check that all expected files exist
18062 before doing file completion.
18063
18064 2014-05-16 Doug Evans <dje@google.com>
18065
18066 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18067 Update.
18068 (do_syscall_tests_without_xml): Update.
18069
18070 2014-05-16 Pedro Alves <palves@redhat.com>
18071
18072 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18073 instead of "unknown output after running".
18074
18075 2014-05-16 Yao Qi <yao@codesourcery.com>
18076
18077 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18078 file1.txt from host at the end.
18079 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18080
18081 2014-05-15 Doug Evans <dje@google.com>
18082
18083 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18084 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18085 loading file. Add test for TU lookup.
18086
18087 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18088
18089 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18090 calling "-exec-arguments" or "set args" before running the
18091 inferior.
18092
18093 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18094
18095 * lib/mi-support.exp (mi_expect_stop): Expect message for
18096 inferiors that exit with non-zero exit code.
18097
18098 2014-05-14 Yao Qi <yao@codesourcery.com>
18099
18100 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18101 match absolute path on remote host.
18102 (test_file_list_exec_source_files): Remove "/" from the
18103 pattern.
18104
18105 2014-05-14 Yao Qi <yao@codesourcery.com>
18106
18107 * boards/local-remote-host-notty.exp (${board}_file): New
18108 proc.
18109
18110 2014-05-07 Kyle McMartin <kyle@redhat.com>
18111
18112 Pushed by Joel Brobecker <brobecker@adacore.com>.
18113 * gdb.arch/aarch64-atomic-inst.c: New file.
18114 * gdb.arch/aarch64-atomic-inst.exp: New file.
18115
18116 2014-05-07 Yao Qi <yao@codesourcery.com>
18117
18118 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18119 in current context" too.
18120
18121 2014-05-05 Keith Seitz <keiths@redhat.com>
18122
18123 * gdb.linespec/ls-dollar.exp: Add test for linespec
18124 file:convenience_variable.
18125
18126 2014-05-05 Yao Qi <yao@codesourcery.com>
18127
18128 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18129 traceframes into tfile and ctf trace files. Read data from
18130 trace file and test collected data.
18131 (gdb_collect_locals_test): Likewise.
18132 (gdb_unavailable_registers_test): Likewise.
18133 (gdb_unavailable_floats): Likewise.
18134 (gdb_collect_globals_test): Likewise.
18135 (top-level): Append "ctf" to trace_file_targets if GDB
18136 supports.
18137
18138 2014-05-05 Yao Qi <yao@codesourcery.com>
18139
18140 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18141 code to ...
18142 (gdb_collect_args_test_1): ... it. New proc.
18143 (gdb_collect_locals_test): Move some code to ...
18144 (gdb_collect_locals_test_1): ... it. New proc.
18145 (gdb_unavailable_registers_test): Move some code to ...
18146 (gdb_unavailable_registers_test_1): ... it. New proc.
18147 (gdb_unavailable_floats): Move some code to ...
18148 (gdb_unavailable_floats_1): ... it. New proc.
18149
18150 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18151
18152 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18153 probes to test for bitness recognition.
18154 * gdb.arch/amd64-stap-optional-prefix.exp
18155 (test_probe_value_without_reg): New procedure.
18156 Add code to test for different kinds of bitness.
18157
18158 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18159
18160 PR breakpoints/16889
18161 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18162 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18163
18164 2014-05-01 Pedro Alves <palves@redhat.com>
18165
18166 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18167 gdb_file_cmd if no file is specified.
18168 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18169 last_loaded_file to set the remote exec-file.
18170
18171 2014-05-01 Pedro Alves <palves@redhat.com>
18172
18173 * boards/local-remote-host.exp: New file.
18174
18175 2014-05-01 Pedro Alves <palves@redhat.com>
18176
18177 * boards/local-remote-host.exp: Rename to ...
18178 * boards/local-remote-host-notty.exp: ... this.
18179
18180 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18181
18182 * gdb.ada/dyn_arrayidx: New testcase.
18183
18184 2014-04-26 Yao Qi <yao@codesourcery.com>
18185
18186 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18187 and compute the length of function main. Save it in
18188 $main_length.
18189 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18190 (top-level): Use gdb_compile to compile objects into
18191 executable and restart GDB. Remove invocation to
18192 prepare_for_testing.
18193
18194 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18195 Pedro Alves <palves@redhat.com>
18196
18197 PR server/16255
18198 * gdb.multi/multi-attach.c: New file.
18199 * gdb.multi/multi-attach.exp: New file.
18200
18201 2014-04-25 Pedro Alves <palves@redhat.com>
18202
18203 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18204 user.
18205 (top level): Test that "set remote conditional-breakpoints-packet
18206 off" works as intended.
18207 * gdb.base/dprintf.exp: Test that "set remote
18208 breakpoint-commands-packet off" works as intended.
18209 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18210 New function.
18211 (top level): Call it.
18212 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18213 remote fast-tracepoints-packet off" works as intended.
18214 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18215 * lib/gdb.exp (gdb_is_target_remote): ... here.
18216
18217 2014-04-24 David Blaikie <dblaikie@gmail.com>
18218
18219 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18220 ensure clang would not discard them.
18221 * gdb.base/gdbvars.c: Ditto.
18222 * gdb.base/memattr.c: Ditto.
18223 * gdb.base/whatis.c: Ditto.
18224 * gdb.python/py-prettyprint.c: Ditto.
18225 * gdb.trace/actions.c: Ditto.
18226 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18227 ensure clang would not discard it.
18228
18229 2014-04-24 David Blaikie <dblaikie@gmail.com>
18230
18231 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18232 clang to emit the full definition of type required by the test
18233 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18234
18235 2014-04-24 David Blaikie <dblaikie@gmail.com>
18236
18237 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18238 coax Clang into emitting the definition of the type.
18239 * gdb.cp/pr10728-x.h (y): Ditto.
18240 * gdb.cp/pr10728-y.cc (y): Ditto.
18241
18242 2014-04-24 David Blaikie <dblaikie@gmail.com>
18243
18244 * gdb.base/label.exp: XFAIL label related tests under Clang.
18245 * gdb.cp/cplabel.exp: Ditto.
18246 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18247 under Clang those using labels.
18248
18249 2014-04-25 Yao Qi <yao@codesourcery.com>
18250
18251 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18252 double_label.
18253 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18254 partial_label and double_label.
18255
18256 2014-04-24 David Blaikie <dblaikie@gmail.com>
18257
18258 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18259
18260 2014-04-24 David Blaikie <dblaikie@gmail.com>
18261
18262 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18263 of the function to work across GCC and Clang.
18264 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18265 pointer types (const void ** const V void **).
18266
18267 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18268 Walfred Tedeschi <walfred.tedeschi@intel.com>
18269
18270 * Makefile.in (EXECUTABLES): Added i386-avx512.
18271 * gdb.arch/i386-avx512.c: New file.
18272 * gdb.arch/i386-avx512.exp: Likewise.
18273
18274 2014-04-23 Keith Seitz <keiths@redhat.com>
18275
18276 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18277 (mi_make_breakpoint_table): New procedure.
18278 (mi_create_breakpoint): Use mi_make_breakpoint
18279 and return the result.
18280 (mi_make_breakpoint): New procedure.
18281 (mi_build_kv_pairs): New procedure.
18282
18283 * gdb.mi/mi-break.exp: Remove unused globals,
18284 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18285 All callers updated.
18286 * gdb.mi/mi-dprintf.exp: Use variable to track command
18287 number.
18288 Update all callers of mi_create_breakpoint and use
18289 mi_make_breakpoint_table.
18290 Remove any unused global variables.
18291 * gdb.mi/mi-nonstop.exp: Likewise.
18292 * gdb.mi/mi-nsintrall.exp: Likewise.
18293 * gdb.mi/mi-nsmoribund.exp: Likewise.
18294 * gdb.mi/mi-nsthrexec.exp: Likewise.
18295 * gdb.mi/mi-reverse.exp: Likewise.
18296 * gdb.mi/mi-simplerun.exp: Likewise.
18297 * gdb.mi/mi-stepn.exp: Likewise.
18298 * gdb.mi/mi-syn-frame.exp: Likewise.
18299 * gdb.mi/mi-until.exp: Likewise.
18300 * gdb.mi/mi-var-cp.exp: Likewise.
18301 * gdb.mi/mi-var-display.exp: Likewise.
18302 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18303 * gdb.mi/mi2-var-child.exp: Likewise.
18304 * gdb.mi/mi-vla-c99.exp: Likewise.
18305 * lib/mi-support.exp: Likewise.
18306
18307 From Ian Lance Taylor <iant@cygnus.com>:
18308 * lib/gdb.exp (parse_args): New procedure.
18309
18310 2014-04-23 Pedro Alves <palves@redhat.com>
18311
18312 * gdb.base/break-unload-file.c: New file.
18313 * gdb.base/break-unload-file.exp: New file.
18314 * gdb.base/sym-file-lib.c (baz): New function.
18315 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18316 field.
18317 (load): Store the segment's mapped size.
18318 (unload): New function.
18319 (unload_shlib): New function.
18320 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18321 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18322 set a breakpoint at baz, and call it.
18323 * gdb.base/sym-file.exp: New tests for stale breakpoint
18324 instructions.
18325
18326 2014-04-23 Pedro Alves <palves@redhat.com>
18327
18328 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18329 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18330 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18331 * gdb.base/hbreak-unmapped.c: New file.
18332 * gdb.base/hbreak-unmapped.exp: New file.
18333 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18334 * lib/gdb.exp (gdb_is_target_remote): ... here.
18335
18336 2014-04-22 Pedro Alves <palves@redhat.com>
18337
18338 * gdb.base/consecutive-step-over.c: New file.
18339 * gdb.base/consecutive-step-over.exp: New file.
18340
18341 2014-04-22 Pedro Alves <palves@redhat.com>
18342
18343 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18344 instead of send_gdb/gdb_expect.
18345
18346 2014-04-22 Yao Qi <yao@codesourcery.com>
18347
18348 * lib/trace-support.exp (generate_tracefile): New procedure.
18349 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18350 return 0.
18351 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18352 if generate_tracefile returns 1.
18353
18354 2014-04-18 Tom Tromey <palves@redhat.com>
18355 Pedro alves <tromey@redhat.com>
18356
18357 PR backtrace/15558
18358 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18359 with a backtrace limit.
18360 * gdb.python/py-frame-inline.exp: Test running to an inline
18361 function with a backtrace limit, and printing the newest frame.
18362 * gdb.python/py-frame-inline.c (main): Call f.
18363
18364 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18365
18366 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18367
18368 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18369
18370 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18371 Drop prefix from unsupported source file path.
18372
18373 2014-04-17 Yao Qi <yao@codesourcery.com>
18374
18375 * lib/gdb.exp (with_target_charset): New proc.
18376 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18377 with_target_charset.
18378 (test_print_strings): Likewise.
18379 (test_repeat_bytes): Likewise.
18380 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18381 for some tests.
18382
18383 2014-04-16 Keith Seitz <keiths@redhat.com>
18384
18385 PR gdb/15827
18386 * gdb.dwarf2/corrupt.c: New file.
18387 * gdb.dwarf2/corrupt.exp: New file.
18388
18389 2014-04-16 Keith Seitz <keiths@redhat.com>
18390
18391 PR c++/16597
18392 * gdb.cp/namelessclass.cc: New file.
18393 * gdb.cp/namelessclass.exp: New file.
18394 * gdb.cp/namelessclass.S: New file.
18395
18396 2014-04-16 Doug Evans <dje@google.com>
18397
18398 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18399 Add comment.
18400 (gdbserver_default_get_comm_port): New function.
18401 (gdbserver_start): Check if board file provided
18402 "gdbserver,get_comm_port" and use it if so.
18403 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18404 (gdb,socketport): Set to "stdio".
18405 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18406 (stdio_gdbserver_template): Delete.
18407 (${board}_get_remote_address): Update.
18408 (${board}_build_remote_cmd): Delete.
18409 (${board}_get_comm_port): New function.
18410 (${board}_spawn): Update.
18411 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18412 Delete.
18413 (${board}_get_remote_address): Update.
18414 (${board}_get_comm_port): New function.
18415
18416 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18417
18418 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18419 appearing in any order.
18420
18421 2014-04-15 Doug Evans <dje@google.com>
18422
18423 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18424 uninitialized value of "description".
18425
18426 2014-04-15 Keith Seitz <keiths@redhat.com>
18427
18428 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18429 Remove unused globals.
18430 (test_running_the_program): Likewise.
18431 (test_controlled_execution): Likewise.
18432 (test_controlling_breakpoints): Likewise.
18433 (test_program_termination): Likewise.
18434
18435 2014-04-15 Keith Seitz <keiths@redhat.com>
18436
18437 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18438 unused globals.
18439 (test_rbreak_creation_and_listing): Likewise.
18440 (test_ignore_count): Likewise.
18441 (test_error): Likewise.
18442
18443 2014-04-15 Pedro Alves <palves@redhat.com>
18444
18445 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18446 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18447 sym-file-loader.c.
18448 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18449 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18450 to sym-file-loader.c.
18451 (struct library): Forward declare.
18452 (load_shlib, lookup_function): Change prototypes.
18453 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18454 (translate_offset): Remove declarations.
18455 (get_text_addr): New declaration.
18456 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18457 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18458 sym-file-loader.h.
18459 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18460 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18461 here from sym-file-loader.h.
18462 (struct library): New structure.
18463 (load_shlib, lookup_function): Change prototypes and adjust to
18464 work with a struct library.
18465 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18466 (translate_offset): Make static.
18467 (get_text_addr): New function.
18468 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18469
18470 2014-04-15 Pedro Alves <palves@redhat.com>
18471
18472 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18473
18474 2014-04-15 Pedro Alves <palves@redhat.com>
18475
18476 * gdb.base/sym-file-loader.c: Include <limits.h>.
18477 (SELF_LINK): New define.
18478 (get_origin): New function.
18479 (load_shlib): Use it.
18480 * gdb.base/sym-file.exp: Don't early return if the target is
18481 remote. Use runto_main, and issue fail is that fails. Use
18482 gdb_load_shlibs.
18483 (shlib_name): Delete.
18484 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18485
18486 2014-04-15 Pedro Alves <palves@redhat.com>
18487
18488 * gdb.base/sym-file.exp: Remove regex characters from test
18489 message. Don't refer to breakpoint numbers in test messages.
18490
18491 2014-04-14 Keith Seitz <keiths@redhat.com>
18492
18493 PR c++/16253
18494 * gdb.cp/var-tag.cc: New file.
18495 * gdb.cp/var-tag.exp: New file.
18496 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18497 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18498 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18499 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18500
18501 2014-04-14 Tom Tromey <tromey@redhat.com>
18502
18503 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18504 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18505 type.
18506 * gdb.cp/enum-class.exp: New file.
18507 * gdb.cp/enum-class.cc: New file.
18508
18509 2014-04-14 Tom Tromey <tromey@redhat.com>
18510
18511 * gdb.dwarf2/enum-type.exp: New file.
18512
18513 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18514
18515 * gdb.mi/mi-vla-c99.exp: New file.
18516 * gdb.mi/vla.c: New file.
18517
18518 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18519
18520 * gdb.base/vla-datatypes.c: New file.
18521 * gdb.base/vla-datatypes.exp: New file.
18522
18523 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18524
18525 * gdb.base/vla-ptr.c: New file.
18526 * gdb.base/vla-ptr.exp: New file.
18527
18528 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18529
18530 * gdb.dwarf2/count.exp: New file.
18531
18532 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18533
18534 * gdb.base/vla-sideeffect.c: New file.
18535 * gdb.base/vla-sideeffect.exp: New file.
18536
18537 2014-04-14 David Blaikie <dblaikie@gmail.com>
18538
18539 * gdb.mi/non-stop.c: Add return value for non-void function return
18540 statement.
18541 * gdb.threads/staticthreads.c: Ditto.
18542
18543 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18544 Doug Evans <xdje42@gmail.com>
18545
18546 * gdb.guile/scm-value.c: Improve test case.
18547 * gdb.guile/scm-value.exp: Add new test.
18548
18549 2014-04-11 David Blaikie <dblaikie@gmail.com>
18550
18551 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18552 override Clang's default.
18553
18554 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18555
18556 Revert the following changes (regressions):
18557
18558 * gdb.base/vla-sideeffect.c: New file.
18559 * gdb.base/vla-sideeffect.exp: New file.
18560
18561 * gdb.dwarf2/count.exp: New file.
18562
18563 * gdb.base/vla-multi.c: New file.
18564 * gdb.base/vla-multi.exp: New file.
18565
18566 * gdb.base/vla-ptr.c: New file.
18567 * gdb.base/vla-ptr.exp: New file.
18568
18569 * gdb.base/vla-datatypes.c: New file.
18570 * gdb.base/vla-datatypes.exp: New file.
18571
18572 * gdb.mi/mi-vla-c99.exp: New file.
18573 * gdb.mi/vla.c: New file.
18574
18575 2014-04-11 Keith Seitz <keiths@redhat.com>
18576
18577 PR c++/16675
18578 * gdb.cp/cpsizeof.exp: New file.
18579 * gdb.cp/cpsizeof.cc: New file.
18580
18581 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18582
18583 * gdb.mi/mi-vla-c99.exp: New file.
18584 * gdb.mi/vla.c: New file.
18585
18586 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18587
18588 * gdb.base/vla-datatypes.c: New file.
18589 * gdb.base/vla-datatypes.exp: New file.
18590
18591 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18592
18593 * gdb.base/vla-ptr.c: New file.
18594 * gdb.base/vla-ptr.exp: New file.
18595
18596 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18597
18598 * gdb.base/vla-multi.c: New file.
18599 * gdb.base/vla-multi.exp: New file.
18600
18601 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18602
18603 * gdb.dwarf2/count.exp: New file.
18604
18605 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18606
18607 * gdb.base/vla-sideeffect.c: New file.
18608 * gdb.base/vla-sideeffect.exp: New file.
18609
18610 2014-04-11 Yao Qi <yao@codesourcery.com>
18611
18612 * gdb.base/completion.exp: Check file exists before running tests
18613 on file completion.
18614
18615 2014-04-10 Pedro Alves <palves@redhat.com>
18616
18617 * gdb.base/cond-eval-mode.c: New file.
18618 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18619 prepare_for_testing to build the new file. Check result of
18620 runto_main.
18621 (test_break, test_watch): New procedures.
18622 (top level): Use them.
18623
18624 2014-04-08 Pierre Muller <muller@sourceware.org>
18625
18626 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18627 Ctrl-V use for mingw hosts.
18628
18629 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18630
18631 * gdb.python/py-value.c: Improve test case.
18632 * gdb.python/py-value.exp: Add new test.
18633
18634 2014-04-07 David Blaikie <dblaikie@gmail.com>
18635
18636 * lib/compiler.c: Identify the clang compiler.
18637 * lib/compiler.cc: Ditto.
18638
18639 2014-04-03 Yao Qi <yao@codesourcery.com>
18640
18641 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18642
18643 2014-04-01 Anton Blanchard <anton@samba.org>
18644
18645 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18646 messages unique.
18647
18648 2014-04-01 Anton Blanchard <anton@samba.org>
18649
18650 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18651 prepare_for_testing.
18652
18653 2014-04-01 Anton Blanchard <anton@samba.org>
18654
18655 * gdb.arch/ppc64-atomic-inst.c: Remove.
18656 * gdb.arch/ppc64-atomic-inst.S: New file.
18657 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18658
18659 2014-03-31 Doug Evans <dje@google.com>
18660
18661 * gdb.base/print-symbol-loading-lib.c: New file.
18662 * gdb.base/print-symbol-loading-main.c: New file.
18663 * gdb.base/print-symbol-loading.exp: New file.
18664
18665 2014-03-31 Yao Qi <yao@codesourcery.com>
18666
18667 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18668
18669 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18670
18671 * gdb.ada/mi_dyn_arr: New testcase.
18672
18673 2014-03-27 Doug Evans <dje@google.com>
18674
18675 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18676
18677 2014-03-27 Yao Qi <yao@codesourcery.com>
18678
18679 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18680 if target is nios2-*-*.
18681
18682 2014-03-26 Yao Qi <yao@codesourcery.com>
18683
18684 * lib/gdb.exp (readline_is_used): New proc.
18685 * gdb.base/completion.exp: Move tests on command complete up.
18686 Skip the rest of tests if readline is not used.
18687 * gdb.ada/complete.exp: Skp the test if readline is not
18688 used.
18689 * gdb.base/filesym.exp: Likewise.
18690 * gdb.base/macscp.exp: Likewise.
18691 * gdb.base/readline-ask.exp: Likewise.
18692 * gdb.base/readline.exp: Likewise.
18693 * gdb.python/py-cmd.exp: Likewise.
18694 * gdb.trace/tfile.exp: Likewise.
18695
18696 2014-03-26 Yao Qi <yao@codesourcery.com>
18697
18698 * gdb.base/macscp.exp: Fix code format issues.
18699
18700 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18701
18702 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18703 * gdb.asm/powerpc64le.inc: New file.
18704
18705 2014-03-25 Pedro Alves <palves@redhat.com>
18706 Doug Evans <dje@google.com>
18707
18708 * gdb.base/source-execution.c: New file.
18709 * gdb.base/source-execution.exp: New file.
18710 * gdb.base/source-execution.gdb: New file.
18711
18712 2014-03-24 Doug Evans <dje@google.com>
18713
18714 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18715 using fission.
18716
18717 2014-03-24 Hui Zhu <hui@codesourcery.com>
18718 Pedro Alves <palves@redhat.com>
18719
18720 PR breakpoints/16101
18721 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18722 test pass/fail messages. Detect missing support for dprintf when
18723 breakpoints are actually inserted.
18724 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18725 breakpoints are actually inserted.
18726 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18727 fails.
18728
18729 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18730
18731 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18732
18733 2014-03-22 Doug Evans <xdje42@gmail.com>
18734
18735 * gdb.python/python.exp (python not supported): Verify multi-line
18736 python command issues an error.
18737 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18738 guile command issues an error.
18739
18740 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18741
18742 * gdb.threads/thread-specific.exp: Handle the lack of usable
18743 $this_breakpoint and $this_thread.
18744
18745 2014-03-21 Hui Zhu <hui@codesourcery.com>
18746
18747 * gdb.base/attach.exp (do_command_attach_tests): New.
18748
18749 2014-03-20 Tom Tromey <tromey@redhat.com>
18750 Pedro Alves <palves@redhat.com>
18751
18752 PR cli/15718
18753 * gdb.base/condbreak-call-false.c: New file.
18754 * gdb.base/condbreak-call-false.exp: New file.
18755
18756 2014-03-20 Pedro Alves <palves@redhat.com>
18757
18758 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18759 Delete.
18760 (block_signals, unblock_signals): Delete.
18761 (child_function_2, main): Remove references to deleted variable
18762 and functions.
18763
18764 2014-03-20 Pedro Alves <palves@redhat.com>
18765
18766 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18767 Use pthread_kill to signal thread 2.
18768 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18769 Adjust to make the test send itself a signal rather than using the
18770 host's "kill" command.
18771
18772 2014-03-20 Pedro Alves <palves@redhat.com>
18773
18774 * gdb.threads/multiple-step-overs.c: New file.
18775 * gdb.threads/multiple-step-overs.exp: New file.
18776 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18777 Adjust expected infrun debug output.
18778
18779 2014-03-20 Pedro Alves <palves@redhat.com>
18780
18781 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18782 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18783
18784 2014-03-20 Pedro Alves <palves@redhat.com>
18785
18786 PR breakpoints/7143
18787 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18788 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18789 of gdb_test_multiple.
18790 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18791 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18792
18793 2014-03-20 Pedro Alves <palves@redhat.com>
18794
18795 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18796 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18797
18798 2014-03-19 Pedro Alves <palves@redhat.com>
18799
18800 * gdb.base/async.exp: Remove early return.
18801
18802 2014-03-19 Pedro Alves <palves@redhat.com>
18803
18804 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18805
18806 2014-03-19 Pedro Alves <palves@redhat.com>
18807
18808 * gdb.base/async.exp (test_background): Expect \r\n after
18809 "completed." in the fail pattern.
18810
18811 2014-03-19 Pedro Alves <palves@redhat.com>
18812
18813 * gdb.base/async.exp (test_background): New procedure.
18814 Use it for all background execution command tests.
18815
18816 2014-03-19 Pedro Alves <palves@redhat.com>
18817
18818 * gdb.base/async.exp: Use prepare_for_testing.
18819
18820 2014-03-19 Pedro Alves <palves@redhat.com>
18821
18822 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18823 the same line.
18824
18825 2014-03-19 Pedro Alves <palves@redhat.com>
18826
18827 * gdb.base/async.c (main): Add "jump here" and "until here" line
18828 marker comments.
18829 * gdb.base/async.exp (jump_here): New global.
18830 (jump& test): Use it.
18831 (until_here): New global.
18832 (until& test): Use it.
18833
18834 2014-03-19 Pedro Alves <palves@redhat.com>
18835
18836 * gdb.base/async.exp: Don't frob gdb_protocol.
18837
18838 2014-03-18 Doug Evans <xdje42@gmail.com>
18839
18840 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18841 Fix spelling of exec-done-display.
18842
18843 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18844
18845 PR gdb/15358
18846 * gdb.base/gdb-sigterm.c: New file.
18847 * gdb.base/gdb-sigterm.exp: New file.
18848
18849 2014-03-18 Pedro Alves <palves@redhat.com>
18850
18851 PR gdb/13860
18852 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18853 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18854 solib-event.
18855
18856 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18857
18858 * gdb.ada/pckd_arr_ren: New testcase.
18859
18860 2014-03-13 Doug Evans <xdje42@gmail.com>
18861
18862 PR guile/16612
18863 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18864 collect after discarding symbols.
18865
18866 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18867 Doug Evans <xdje42@gmail.com>
18868
18869 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18870 to history survives a gc.
18871
18872 2014-03-13 Pedro Alves <palves@redhat.com>
18873
18874 * gdb.base/default.exp: Don't test "target procfs".
18875
18876 2014-03-13 Pedro Alves <palves@redhat.com>
18877
18878 * gdb.base/default.exp: Update "target child" and "target procfs"
18879 tests to not expect "Unix".
18880
18881 2014-03-12 Tom Tromey <tromey@redhat.com>
18882
18883 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18884 New procs. Add target-async tests.
18885 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18886 Add target-async tests.
18887
18888 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18889
18890 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18891 'func_start' and 'func_end' for the beginning and end of the
18892 function code, respectively.
18893 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18894 'func_end' instead of 'func' and 'main'.
18895
18896 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18897
18898 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18899 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18900 generate the debug info assembler source.
18901
18902 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18903
18904 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18905 * gdb.dwarf2/arr-subrange.exp: Likewise.
18906 * gdb.dwarf2/dwz.exp: Likewise.
18907 * gdb.dwarf2/method-ptr.exp: Likewise.
18908 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18909 * gdb.dwarf2/subrange.exp: Likewise.
18910 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18911 * gdb.dwarf2/implptrpiece.exp: Likewise.
18912 * gdb.dwarf2/nostaticblock.exp: Likewise.
18913
18914 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18915
18916 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18917 directory to absolute path name arguments.
18918
18919 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18920
18921 * gdb.ada/tagged_access: New testcase.
18922
18923 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18924
18925 * gdb.btrace/data.exp: Update expected output.
18926
18927 2014-03-06 Yao Qi <yao@codesourcery.com>
18928
18929 * gdb.trace/pr16508.exp: New file.
18930
18931 2014-03-05 Pedro Alves <palves@redhat.com>
18932
18933 PR gdb/16575
18934 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18935 procedure.
18936 (top level): Adjust to use it. Add tests that exercise breakpoint
18937 interaction with the code-cache.
18938
18939 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18940
18941 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18942 test for 'history-append!'.
18943
18944 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18945
18946 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18947 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18948 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18949 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18950 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18951 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18952
18953 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18954
18955 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18956 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18957 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18958
18959 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18960
18961 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18962
18963 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18964
18965 * gdb.dwarf2/arr-stride.c: New file.
18966 * gdb.dwarf2/arr-stride.exp: New file.
18967
18968 2014-02-26 Pedro Alves <palves@redhat.com>
18969
18970 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18971 that won't ever trigger. Make sure that GDB reports the correct
18972 breakpoint that caused the stop.
18973
18974 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18975
18976 PR gdb/16626
18977 * gdb.base/auto-load-script: New file.
18978 * gdb.base/auto-load.c: New file.
18979 * gdb.base/auto-load.exp: New file.
18980
18981 PR gdb/16626
18982 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18983
18984 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18985
18986 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18987 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18988
18989 2014-02-24 Doug Evans <dje@google.com>
18990
18991 * lib/gdb.exp (run_on_host): Log error output if program fails.
18992
18993 2014-02-21 Pedro Alves <palves@redhat.com>
18994
18995 * gdb.threads/step-after-sr-lock.c: Rename to ...
18996 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18997 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18998 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18999 ... this.
19000
19001 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19002
19003 PR tdep/16397
19004 * gdb.arch/amd64-stap-special-operands.exp: New file.
19005 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19006 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19007 * gdb.arch/amd64-stap-triplet.S: Likewise.
19008 * gdb.arch/amd64-stap-triplet.c: Likewise.
19009
19010 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19011
19012 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19013 in .section pseudo-op.
19014
19015 2014-02-20 lin zuojian <manjian2006@gmail.com>
19016 Joel Brobecker <brobecker@adacore.com>
19017 Doug Evans <xdje42@gmail.com>
19018
19019 PR symtab/16581
19020 * gdb.dwarf2/dw2-icycle.S: New file.
19021 * gdb.dwarf2/dw2-icycle.c: New file.
19022 * gdb.dwarf2/dw2-icycle.exp: New file.
19023
19024 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19025
19026 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19027 operations on gdb.Value objects.
19028 * gdb.python/py-value-cc.exp: Add new test to test operations on
19029 gdb.Value objects.
19030
19031 2014-02-18 Doug Evans <dje@google.com>
19032
19033 * Makefile.in (TESTS): New variable.
19034 (expanded_tests, expanded_tests_or_none): New variables
19035 (check-single): Pass $(expanded_tests_or_none) to runtest.
19036 (check-parallel): Only run tests in $(TESTS) if non-empty.
19037 (check/no-matching-tests-found): New rule.
19038 * README: Document TESTS makefile variable.
19039
19040 2014-02-18 Doug Evans <dje@google.com>
19041
19042 * Makefile.in (check-parallel): rm -rf outputs temp.
19043
19044 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19045
19046 Fix "ERROR: no fileid for" in the testsuite.
19047 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19048
19049 2014-02-12 Doug Evans <dje@google.com>
19050
19051 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19052 (MISCELLANEOUS): New variable.
19053 (clean): rm -rf $(MISCELLANEOUS).
19054 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19055 dwp live in the same directory as symlinks, with each symlink pointed
19056 to a differently named file in a different directory.
19057
19058 2014-02-11 Doug Evans <dje@google.com>
19059
19060 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19061 of Tcl file commands.
19062
19063 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19064
19065 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19066 "kill -SIGUSR1 -1".
19067
19068 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19069
19070 * gdb.ada/tick_length_array_enum_idx: New testcase.
19071
19072 2014-02-10 Doug Evans <xdje42@gmail.com>
19073
19074 * configure.ac (AC_OUTPUT): Add gdb.guile.
19075 * configure: Regenerate.
19076 * lib/gdb-guile.exp: New file.
19077 * lib/gdb.exp (get_target_charset): New function.
19078 * gdb.base/help.exp: Update expected output from "apropos apropos".
19079 * gdb.guile/Makefile.in: New file.
19080 * gdb.guile/guile.exp: New file.
19081 * gdb.guile/scm-arch.c: New file.
19082 * gdb.guile/scm-arch.exp: New file.
19083 * gdb.guile/scm-block.c: New file.
19084 * gdb.guile/scm-block.exp: New file.
19085 * gdb.guile/scm-breakpoint.c: New file.
19086 * gdb.guile/scm-breakpoint.exp: New file.
19087 * gdb.guile/scm-disasm.c: New file.
19088 * gdb.guile/scm-disasm.exp: New file.
19089 * gdb.guile/scm-equal.c: New file.
19090 * gdb.guile/scm-equal.exp: New file.
19091 * gdb.guile/scm-error.exp: New file.
19092 * gdb.guile/scm-error.scm: New file.
19093 * gdb.guile/scm-frame-args.c: New file.
19094 * gdb.guile/scm-frame-args.exp: New file.
19095 * gdb.guile/scm-frame-args.scm: New file.
19096 * gdb.guile/scm-frame-inline.c: New file.
19097 * gdb.guile/scm-frame-inline.exp: New file.
19098 * gdb.guile/scm-frame.c: New file.
19099 * gdb.guile/scm-frame.exp: New file.
19100 * gdb.guile/scm-generics.exp: New file.
19101 * gdb.guile/scm-gsmob.exp: New file.
19102 * gdb.guile/scm-iterator.c: New file.
19103 * gdb.guile/scm-iterator.exp: New file.
19104 * gdb.guile/scm-math.c: New file.
19105 * gdb.guile/scm-math.exp: New file.
19106 * gdb.guile/scm-objfile-script-gdb.in: New file.
19107 * gdb.guile/scm-objfile-script.c: New file.
19108 * gdb.guile/scm-objfile-script.exp: New file.
19109 * gdb.guile/scm-objfile.c: New file.
19110 * gdb.guile/scm-objfile.exp: New file.
19111 * gdb.guile/scm-ports.exp: New file.
19112 * gdb.guile/scm-pretty-print.c: New file.
19113 * gdb.guile/scm-pretty-print.exp: New file.
19114 * gdb.guile/scm-pretty-print.scm: New file.
19115 * gdb.guile/scm-section-script.c: New file.
19116 * gdb.guile/scm-section-script.exp: New file.
19117 * gdb.guile/scm-section-script.scm: New file.
19118 * gdb.guile/scm-symbol.c: New file.
19119 * gdb.guile/scm-symbol.exp: New file.
19120 * gdb.guile/scm-symtab-2.c: New file.
19121 * gdb.guile/scm-symtab.c: New file.
19122 * gdb.guile/scm-symtab.exp: New file.
19123 * gdb.guile/scm-type.c: New file.
19124 * gdb.guile/scm-type.exp: New file.
19125 * gdb.guile/scm-value-cc.cc: New file.
19126 * gdb.guile/scm-value-cc.exp: New file.
19127 * gdb.guile/scm-value.c: New file.
19128 * gdb.guile/scm-value.exp: New file.
19129 * gdb.guile/source2.scm: New file.
19130 * gdb.guile/types-module.cc: New file.
19131 * gdb.guile/types-module.exp: New file.
19132
19133 2014-02-10 Yao Qi <yao@codesourcery.com>
19134
19135 PR testsuite/16543
19136 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19137 * configure: Regenerated.
19138 * Makefile.in: New file.
19139
19140 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19141
19142 * gdb.python/py-framefilter.exp: Fix typo.
19143
19144 2014-02-08 Yao Qi <yao@codesourcery.com>
19145
19146 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19147 that no =breakpoint-modified is emitted when breakpoints are
19148 modified through MI commands.
19149
19150 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19151 Pedro Alves <palves@redhat.com>
19152
19153 * gdb.threads/step-after-sr-lock.c: New file.
19154 * gdb.threads/step-after-sr-lock.exp: New file.
19155
19156 2014-02-07 Pedro Alves <palves@redhat.com>
19157
19158 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19159
19160 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19161
19162 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19163 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19164
19165 2014-02-06 Doug Evans <xdje42@gmail.com>
19166
19167 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19168 output.
19169
19170 * gdb.gdb/python-interrupts.exp: New file.
19171
19172 2014-02-05 Yao Qi <yao@codesourcery.com>
19173
19174 * gdb.trace/report.exp (use_collected_data): Test the output
19175 of "info threads" and "info inferiors".
19176
19177 2014-02-05 Yao Qi <yao@codesourcery.com>
19178
19179 Revert this patch:
19180
19181 2013-05-24 Yao Qi <yao@codesourcery.com>
19182
19183 * gdb.trace/tfile.exp: Test inferior and thread.
19184
19185 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19186
19187 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19188 on a function.
19189 * gdb.base/step-bt.c: Call hello via function pointer to make
19190 sure its first instruction is executed on powerpc64le-linux.
19191
19192 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19193
19194 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19195
19196 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19197
19198 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19199 of the test patterns for use on little-endian systems.
19200
19201 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19202
19203 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19204 (decimal_vector): Fix for little-endian.
19205
19206 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19207
19208 * gdb.arch/sparc-sysstep.exp: New file.
19209 * gdb.arch/sparc-sysstep.c: Likewise.
19210
19211 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19212
19213 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19214
19215 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19216
19217 2014-01-23 Tom Tromey <tromey@redhat.com>
19218
19219 * gdb.ada/array_char_idx: New testcase.
19220
19221 2014-01-23 Tom Tromey <tromey@redhat.com>
19222
19223 PR python/16487:
19224 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19225 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19226 classes.
19227
19228 2014-01-23 Tom Tromey <tromey@redhat.com>
19229
19230 PR python/16491:
19231 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19232 string from an inferior frame.
19233 * gdb.python/py-framefilter-mi.exp: Update.
19234
19235 2014-01-22 Doug Evans <dje@google.com>
19236
19237 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19238
19239 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19240
19241 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19242
19243 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19244
19245 * gdb.trace/entry-values.exp: Remove excess space character from
19246 regex patterns. Handle s390 call instruction.
19247
19248 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19249
19250 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19251 define "*_start" label. Make "name" static.
19252 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19253 ${name} by references to ${name}_start.
19254
19255 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19256
19257 * gdb.base/info-macros.exp: Remove "debug" from the compile
19258 options.
19259
19260 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19261
19262 * gdb.dlang/demangle.exp: New file.
19263
19264 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19265
19266 * gdb.dlang/primitive-types.exp: New file.
19267
19268 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19269
19270 * configure.ac: Create gdb.dlang/Makefile.
19271 * configure: Regenerate.
19272 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19273 * gdb.dlang/Makefile.in: New file.
19274 * lib/d-support.exp: New file.
19275 * lib/gdb.exp (skip_d_tests): New proc.
19276
19277 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19278
19279 * gdb.btrace/delta.exp: Check reverse stepi.
19280 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19281 * gdb.btrace/finish.exp: New.
19282 * gdb.btrace/next.exp: New.
19283 * gdb.btrace/nexti.exp: New.
19284 * gdb.btrace/record_goto.c: Add comments.
19285 * gdb.btrace/step.exp: New.
19286 * gdb.btrace/stepi.exp: New.
19287 * gdb.btrace/multi-thread-step.c: New.
19288 * gdb.btrace/multi-thread-step.exp: New.
19289 * gdb.btrace/rn-dl-bind.c: New.
19290 * gdb.btrace/rn-dl-bind.exp: New.
19291 * gdb.btrace/data.c: New.
19292 * gdb.btrace/data.exp: New.
19293 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19294
19295 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19296
19297 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19298 * gdb.btrace/exception.exp: Update.
19299 * gdb.btrace/instruction_history.exp: Update.
19300 * gdb.btrace/record_goto.exp: Update.
19301 * gdb.btrace/tailcall.exp: Update.
19302 * gdb.btrace/unknown_functions.exp: Update.
19303 * gdb.btrace/delta.exp: New.
19304
19305 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19306
19307 * gdb.btrace/record_goto.exp: Add backtrace test.
19308 * gdb.btrace/tailcall.exp: Add backtrace test.
19309
19310 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19311
19312 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19313 * gdb.btrace/record_goto.c: New.
19314 * gdb.btrace/record_goto.exp: New.
19315 * gdb.btrace/x86-record_goto.S: New.
19316
19317 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19318
19319 * gdb.btrace/function_call_history.exp: Update tests.
19320 * gdb.btrace/instruction_history.exp: Update tests.
19321
19322 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19323
19324 * gdb.btrace/function_call_history.exp: Fix expected field
19325 order for "record function-call-history".
19326 Add new tests for "record function-call-history /c".
19327 * gdb.btrace/exception.cc: New.
19328 * gdb.btrace/exception.exp: New.
19329 * gdb.btrace/tailcall.exp: New.
19330 * gdb.btrace/x86-tailcall.S: New.
19331 * gdb.btrace/x86-tailcall.c: New.
19332 * gdb.btrace/unknown_functions.c: New.
19333 * gdb.btrace/unknown_functions.exp: New.
19334 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19335
19336 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19337
19338 * gdb.btrace/instruction_history.exp: Update.
19339 * gdb.btrace/function_call_history.exp: Update.
19340
19341 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19342
19343 * gdb.btrace/function_call_history.exp: Fix expected function
19344 trace.
19345 * gdb.btrace/instruction_history.exp: Initialize traced.
19346 Remove traced_functions.
19347
19348 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19349
19350 * gdb.btrace/function_call_history.exp: Update
19351 * gdb.btrace/instruction_history.exp: Update.
19352
19353 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19354
19355 * gdb.btrace/enable.exp: Update expected text.
19356
19357 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19358
19359 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19360 bytes.
19361
19362 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19363
19364 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19365
19366 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19367
19368 * lib/gdb.exp (supports_process_record): Return true for
19369 arm*-linux*. (supports_reverse): Likewise.
19370
19371 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19372
19373 PR python/15464
19374 PR python/16113
19375 * gdb.python/py-type.c: Enhance test case.
19376 * gdb.python/py-value-cc.cc: Likewise
19377 * gdb.python/py-type.exp: Add new tests.
19378 * gdb.python/py-value-cc.exp: Likewise
19379
19380 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19381 Pedro Alves <palves@redhat.com>
19382
19383 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19384 Make "name" extern.
19385 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19386 references to ${name}_start by references to ${name}.
19387
19388 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19389
19390 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19391
19392 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19393
19394 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19395
19396 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19397 Pedro Alves <palves@redhat.com>
19398
19399 * gdb.mi/mi-info-os.exp: Connect to the target with
19400 mi_gdb_target_load.
19401
19402 2014-01-08 Pedro Alves <palves@redhat.com>
19403
19404 * gdb.threads/reconnect-signal.c: New file.
19405 * gdb.threads/reconnect-signal.exp: New file.
19406
19407 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19408
19409 * gdb.base/source-dir.exp: New file.
19410
19411 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19412
19413 * gdb.ada/mi_interface: New testcase.
19414
19415 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19416
19417 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19418 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19419 gdb.ada/pp-rec-component/pck.ads: New files.
19420
19421 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19422
19423 * gdb.python/py-pp-integral.c: New file.
19424 * gdb.python/py-pp-integral.py: New file.
19425 * gdb.python/py-pp-integral.exp: New file.
19426
19427 For older changes see ChangeLog-1993-2013.
19428 \f
19429 ;; Local Variables:
19430 ;; mode: change-log
19431 ;; left-margin: 8
19432 ;; fill-column: 74
19433 ;; version-control: never
19434 ;; End:
19435
19436 Copyright 2014-2020 Free Software Foundation, Inc.
19437 Copying and distribution of this file, with or without modification,
19438 are permitted provided the copyright notice and this notice are preserved.
This page took 0.431061 seconds and 5 git commands to generate.