Calculate size of array of stubbed type
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2
3 PR gdb/18706
4 * gdb.cp/stub-array-size.cc: New test.
5 * gdb.cp/stub-array-size.exp: New file.
6 * gdb.cp/stub-array-size.h: New test.
7 * gdb.cp/stub-array-size2.cc: New test.
8
9 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
10
11 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
12 output to the new format.
13
14 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
15
16 * gdb.base/break.exp: Use with_test_prefix.
17
18 2020-04-29 Tom de Vries <tdevries@suse.de>
19
20 * lib/gdb.exp (debug_types): New proc.
21 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
22 * gdb.python/py-symtab.exp: Same.
23
24 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
25
26 PR gdb/17320
27 * gdb.base/pretty-array.c: New test.
28 * gdb.base/pretty-array.exp: New file.
29
30 2020-04-29 Tom de Vries <tdevries@suse.de>
31
32 PR symtab/25889
33 * gdb.cp/cpexprs.exp: Adapt for inclusion.
34 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
35 and include cpexprs.exp.
36
37 2020-04-28 Mark Williams <mark@myosotissp.com>
38
39 PR gdb/24480
40 * dw4-toplevel-types.exp: Test for top level types.
41 * dw4-toplevel-types.cc: Test for top level types.
42
43 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
44
45 * gdb.threads/stop-with-handle.exp: Fix typo in comment
46 (theads -> threads).
47
48 2020-04-28 Tom de Vries <tdevries@suse.de>
49
50 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
51
52 2020-04-28 Tom de Vries <tdevries@suse.de>
53
54 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
55
56 2020-04-28 Tom de Vries <tdevries@suse.de>
57
58 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
59
60 2020-04-28 Tom de Vries <tdevries@suse.de>
61
62 * gdb.dwarf2/main-foo.c: New test.
63 * gdb.dwarf2/struct-with-sig.exp: New file.
64
65 2020-04-25 Tom de Vries <tdevries@suse.de>
66
67 * boards/debug-types.exp: New file.
68
69 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
70
71 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
72
73 2020-04-24 Tom Tromey <tom@tromey.com>
74
75 PR symtab/12707:
76 * gdb.python/py-symbol.exp: Update expected results for
77 linkage_name test.
78 * gdb.cp/print-demangle.exp: New file.
79 * gdb.base/c-linkage-name.exp: Fix test.
80 * gdb.guile/scm-symbol.exp: Update expected results for
81 linkage_name test.
82
83 2020-04-24 Tom Tromey <tom@tromey.com>
84
85 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
86 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
87 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
88 assembler.
89
90 2020-04-24 Tom de Vries <tdevries@suse.de>
91
92 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
93 C++.
94
95 2020-04-24 Tom Tromey <tromey@adacore.com>
96
97 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
98 values.
99 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
100 values. Update test for minimal encodings.
101 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
102 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
103 values. Update test for minimal encodings.
104
105 2020-04-24 Tom Tromey <tromey@adacore.com>
106
107 PR python/23662:
108 * gdb.ada/variant.exp: Add Python checks.
109 * gdb.rust/simple.exp: Add dynamic type checks.
110
111 2020-04-24 Tom Tromey <tromey@adacore.com>
112
113 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
114 Make array type matching more lax.
115 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
116 * gdb.ada/mi_variant.exp: New file.
117 * gdb.ada/mi_variant/pck.ads: New file.
118 * gdb.ada/mi_variant/pkg.adb: New file.
119 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
120 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
121
122 2020-04-24 Tom Tromey <tromey@adacore.com>
123
124 * gdb.ada/variant.exp: Add dynamic field offset tests.
125 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
126 * gdb.ada/variant/pkg.adb: Add new variables.
127
128 2020-04-24 Tom Tromey <tromey@adacore.com>
129
130 * gdb.ada/variant.exp: New file
131 * gdb.ada/variant/pkg.adb: New file
132 * gdb.ada/variant/pck.adb: New file
133
134 2020-04-24 Tom de Vries <tdevries@suse.de>
135
136 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
137
138 2020-04-24 Tom de Vries <tdevries@suse.de>
139
140 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
141 flags.
142
143 2020-04-24 Tom de Vries <tdevries@suse.de>
144
145 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
146
147 2020-04-24 Tom de Vries <tdevries@suse.de>
148
149 * lib/gdb.exp (default_gdb_start): Handle eof.
150 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
151 failure.
152 * gdb.base/readnever.exp: Handle clean_restart failure.
153
154 2020-04-23 Tom de Vries <tdevries@suse.de>
155
156 * gdb.base/decl-before-def.exp: Run to main and print a again.
157
158 2020-04-23 Tom de Vries <tdevries@suse.de>
159
160 * gdb.base/decl-before-def-decl.c: New test.
161 * gdb.base/decl-before-def-def.c: New test.
162 * gdb.base/decl-before-def.exp: New file.
163
164 2020-04-23 Tom de Vries <tdevries@suse.de>
165
166 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
167
168 2020-04-22 Tom de Vries <tdevries@suse.de>
169
170 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
171 debug_info_offset.
172 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
173 before $objsfile in the line line.
174
175 2020-04-22 Tom de Vries <tdevries@suse.de>
176
177 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
178
179 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
180
181 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
182 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
183 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
184 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
185 * gdb.base/jit-protocol.h: Update definitions to match all usage
186 contexts.
187
188 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
189
190 * gdb.base: Rename all jit related test and source files.
191
192 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
193
194 * gdb.base/jit-reader.exp: Relax register output check.
195
196 2020-04-22 Tom de Vries <tdevries@suse.de>
197
198 PR symtab/25764
199 * gdb.base/psym-external-decl-2.c: New test.
200 * gdb.base/psym-external-decl.c: New test.
201 * gdb.base/psym-external-decl.exp: New file.
202 * gdb.threads/tls.exp: Add PR25807 kfail.
203
204 2020-04-22 Tom de Vries <tdevries@suse.de>
205
206 PR symtab/25801
207 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
208 in "info source" output.
209
210 2020-04-22 Tom de Vries <tdevries@suse.de>
211
212 PR symtab/25700
213 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
214 symtab for imported_unit.c.
215
216 2020-04-21 Gary Benson <gbenson@redhat.com>
217
218 * gdb.base/advance.c (func): New argument, to match call site.
219 (func2, func3): Add return statements.
220
221 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
222
223 * gdb.multi/run-only-second-inf.c: New file.
224 * gdb.multi/run-only-second-inf.exp: New file.
225
226 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
227
228 * gdb.btrace/multi-inferior.c: New test.
229 * gdb.btrace/multi-inferior.exp: New file.
230
231 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
232
233 * gdb.btrace/enable-new-thread.c: New test.
234 * gdb.btrace/enable-new-thread.exp: New file.
235
236 2020-04-21 Tom de Vries <tdevries@suse.de>
237
238 PR gdb/25471
239 * gdb.threads/killed-outside.c: New test.
240 * gdb.threads/killed-outside.exp: New file.
241
242 2020-04-20 Gary Benson <gbenson@redhat.com>
243
244 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
245 * gdb.base/nested-subp2.exp: Likewise.
246 * gdb.base/nested-subp3.exp: Likewise.
247
248 2020-04-20 Gary Benson <gbenson@redhat.com>
249
250 * gdb.base/nested-subp1.exp: Disable test when using clang.
251 * gdb.base/nested-subp2.exp: Likewise.
252 * gdb.base/nested-subp3.exp: Likewise.
253
254 2020-04-20 Gary Benson <gbenson@redhat.com>
255
256 * gdb.cp/exception.cc: Fix compilation error with clang.
257
258 2020-04-20 Gary Benson <gbenson@redhat.com>
259
260 * gdb.trace/tspeed.c: Fix compilation error with clang.
261
262 2020-04-20 Gary Benson <gbenson@redhat.com>
263
264 * gdb.base/jit-main.c: Fix compilation error with clang.
265
266 2020-04-17 Kamil Rytarowski <n54@gmx.com>
267
268 * gdb.base/attach-twice.c: Include "sys/types.h".
269 (PTRACE_ATTACH): Add fallback definition.
270 (main): Pass `0' to the 4th argument of `ptrace'.
271
272 2020-04-17 Kamil Rytarowski <n54@gmx.com>
273
274 * gdb.base/fork-running-state.c: Include "signal.h".
275
276 2020-04-17 Tom Tromey <tromey@adacore.com>
277
278 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
279 Update tests.
280 * gdb.btrace/cpu.exp: Update tests.
281 * gdb.base/maint.exp: Update tests.
282 * gdb.base/default.exp: Update tests.
283 * gdb.base/completion.exp: Update tests.
284
285 2020-04-16 Tom de Vries <tdevries@suse.de>
286
287 PR symtab/25791
288 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
289 (ensure_gdb_index): and factor out and move ...
290 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
291 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
292
293 2020-04-16 Tom de Vries <tdevries@suse.de>
294
295 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
296 loading exec.
297
298 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
299
300 * gdb.base/many-completions.exp: New file.
301
302 2020-04-14 Tom de Vries <tdevries@suse.de>
303
304 PR symtab/25718
305 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
306
307 2020-04-14 Tom de Vries <tdevries@suse.de>
308
309 PR symtab/25720
310 * gdb.base/maint-expand-symbols-header-file.c: New test.
311 * gdb.base/maint-expand-symbols-header-file.exp: New file.
312 * gdb.base/maint-expand-symbols-header-file.h: New test.
313
314 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
315
316 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
317 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
318 get_func_info.
319 (get_func_info): Delete.
320 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
321 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
322 * lib/dwarf.exp (get_func_info): New function.
323
324 2020-04-13 Tom de Vries <tdevries@suse.de>
325
326 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
327 to what find_gnatmake does.
328
329 2020-04-10 Tom de Vries <tdevries@suse.de>
330
331 * gdb.base/style.exp: Expect "Expanding full symbols" message for
332 -readnow.
333
334 2020-04-10 Tom de Vries <tdevries@suse.de>
335
336 PR cli/25808
337 * gdb.base/style.c: Add leading newlines.
338 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
339 Check listing of main's one-line body.
340
341 2020-04-08 Tom de Vries <tdevries@suse.de>
342
343 * lib/gdb.exp (psymtabs_p): New proc.
344 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
345 importing unit" unsupported if there are no partial symbols.
346
347 2020-04-08 Tom de Vries <tdevries@suse.de>
348
349 PR testsuite/25760
350 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
351
352 2020-04-07 Tom de Vries <tdevries@suse.de>
353
354 PR symtab/25796
355 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
356
357 2020-04-07 Tom de Vries <tdevries@suse.de>
358
359 * gdb.base/check-psymtab.c: New test.
360 * gdb.base/check-psymtab.exp: New file.
361
362 2020-04-06 Tom Tromey <tromey@adacore.com>
363
364 * gdb.ada/variant-record/proc.adb: New file.
365 * gdb.ada/variant-record/value.adb: New file.
366 * gdb.ada/variant-record/value.s: New file.
367 * gdb.ada/variant-record.exp: New file.
368
369 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
370
371 PR gdb/25325
372 * gdb.cp/typed-enum.cc: New test.
373 * gdb.cp/typed-enum.exp: New file.
374
375 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
378 * gdb.dwarf2/dw2-inline-small-func.c: New file.
379 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
380 * gdb.dwarf2/dw2-inline-small-func.h: New file.
381 * gdb.opt/inline-small-func.c: New file.
382 * gdb.opt/inline-small-func.exp: New file.
383 * gdb.opt/inline-small-func.h: New file.
384
385 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
388 function.
389
390 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
391
392 * lib/dwarf.exp (function_range): Allow compiler options to be
393 specified.
394
395 2020-04-02 Tom de Vries <tdevries@suse.de>
396
397 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
398 __attribute__((always_inline)).
399 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
400
401 2020-04-02 Tom de Vries <tdevries@suse.de>
402
403 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
404 (gdbserver_gdb_exit): ... here. Add timeout warning.
405 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
406 (connect_target_extended_remote): Append new server_spawn_id to
407 server_spawn_ids.
408 (cleanup): New proc.
409 (setup, <toplevel>): Call cleanup.
410
411 2020-04-02 Tom de Vries <tdevries@suse.de>
412
413 * gdb.base/main-psymtab.exp: New file.
414
415 2020-04-02 Tom de Vries <tdevries@suse.de>
416
417 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
418
419 2020-04-01 Tom Tromey <tom@tromey.com>
420
421 * gdb.base/complex-parts.exp: Add type tests.
422
423 2020-04-01 Tom Tromey <tom@tromey.com>
424
425 * gdb.base/complex-parts.exp: Add arithmetic tests.
426
427 2020-04-01 Tom Tromey <tom@tromey.com>
428
429 * gdb.compile/compile.exp: Update.
430 * gdb.compile/compile-cplus.exp: Update.
431 * gdb.base/varargs.exp: Update.
432 * gdb.base/floatn.exp: Update.
433 * gdb.base/endianity.exp: Update.
434 * gdb.base/callfuncs.exp (do_function_calls): Update.
435 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
436 (complex_float_integral_args): Update.
437 * gdb.base/complex.exp: Update.
438 * gdb.base/complex-parts.exp: Update.
439
440 2020-04-01 Tom Tromey <tromey@adacore.com>
441
442 * gdb.rust/union.rs: New file.
443 * gdb.rust/union.exp: New file.
444 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
445 (main): Update.
446 * gdb.rust/simple.exp: Move union tests to union.exp.
447
448 2020-04-01 Tom Tromey <tromey@adacore.com>
449
450 * gdb.rust/simple.rs (main): Remove "y0".
451
452 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
453
454 * gdb.multi/stop-all-on-exit.c: New test.
455 * gdb.multi/stop-all-on-exit.exp: New file.
456
457 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
458
459 PR gdb/24789
460 * gdb.cp/misc.cc: Add integer reference variable.
461 * gdb.cp/misc.exp: Add test.
462
463 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
464
465 * gdb.server/stop-reply-no-thread.exp: Enhance the test
466 scenario to cover execution until the end and also the case
467
468 2020-03-31 Tom de Vries <tdevries@suse.de>
469
470 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
471 c. Use "maint info symtabs" to check symtab expansion.
472
473 2020-03-30 Tom de Vries <tdevries@suse.de>
474
475 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
476 unsupported.
477 (verify_psymtab_expanded): Move ...
478 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
479 test.
480 (readnow): New proc.
481
482 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
485 with $hex.
486
487 2020-03-20 Tom Tromey <tromey@adacore.com>
488
489 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
490
491 2020-03-20 Tom Tromey <tromey@adacore.com>
492
493 * gdb.ada/sub_variant/subv.adb: New file.
494 * gdb.ada/sub_variant.exp: New file.
495
496 2020-03-20 Tom de Vries <tdevries@suse.de>
497
498 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
499 first break fails.
500 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
501
502 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
503
504 * gdb.server/exit-multiple-threads.c: New file.
505 * gdb.server/exit-multiple-threads.exp: New file.
506
507 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * gdb.fortran/mixed-lang-stack.c: New file.
510 * gdb.fortran/mixed-lang-stack.cpp: New file.
511 * gdb.fortran/mixed-lang-stack.exp: New file.
512 * gdb.fortran/mixed-lang-stack.f90: New file.
513
514 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * gdb.linespec/cp-completion-aliases.cc: New file.
517 * gdb.linespec/cp-completion-aliases.exp: New file.
518
519 2020-03-19 Tom de Vries <tdevries@suse.de>
520
521 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
522 more precise.
523
524 2020-03-18 Tom de Vries <tdevries@suse.de>
525
526 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
527 * gdb.dwarf2/break-inline-psymtab.c: New test.
528 * gdb.dwarf2/break-inline-psymtab.exp: New file.
529
530 2020-03-16 Tom de Vries <tdevries@suse.de>
531
532 * lib/cache.exp (gdb_do_cache): Add and handle local variables
533 cache_verify and cache_verify_proc.
534
535 2020-03-15 Tom de Vries <tdevries@suse.de>
536
537 * gdb.server/solib-list.exp: Handle
538 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
539
540 2020-03-15 Tom de Vries <tdevries@suse.de>
541
542 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
543 objfiles".
544
545 2020-03-14 Tom Tromey <tom@tromey.com>
546
547 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
548
549 2020-03-14 Tom de Vries <tdevries@suse.de>
550
551 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
552
553 2020-03-14 Tom de Vries <tdevries@suse.de>
554
555 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
556 result in line-by-line fashion.
557
558 2020-03-14 Tom de Vries <tdevries@suse.de>
559
560 * lib/gdb.exp (supports_statement_frontiers): New proc.
561 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
562
563 2020-03-14 Tom de Vries <tdevries@suse.de>
564
565 * gdb.base/printcmds.exp: Add missing quoting for "print
566 teststring2".
567
568 2020-03-13 Tom Tromey <tom@tromey.com>
569
570 * gdb.base/printcmds.exp (test_print_strings): Add regression
571 test.
572 * gdb.base/printcmds.c (charptr): New typedef.
573 (teststring2): New global.
574
575 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
576
577 * gdb.base/break-interp.exp: Use the tail of the filename, not the
578 full path in the test name.
579 (test_ld): Add some with_test_prefix blocks to make test names
580 unique.
581
582 2020-03-13 Tom de Vries <tdevries@suse.de>
583
584 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
585
586 2020-03-13 Tom de Vries <tdevries@suse.de>
587
588 * gdb.mi/mi-sym-info.exp: Make matching more precise.
589
590 2020-03-13 Tom de Vries <tdevries@suse.de>
591
592 PR symtab/25646
593 * gdb.dwarf2/imported-unit.exp: Add test.
594
595 2020-03-13 Tom de Vries <tdevries@suse.de>
596
597 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
598 (var1, var2): New variable.
599 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
600 matching symbols.
601
602 2020-03-13 Tom de Vries <tdevries@suse.de>
603
604 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
605 (Term::command): Use prompt prefix.
606 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
607 * gdb.tui/tui-layout-asm-short-prog.exp: Use
608 command_no_prompt_prefix instead of prefix.
609 * gdb.tui/tui-layout-asm.exp: Same.
610
611 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
612
613 * gdb.base/break-interp.exp: Use foreach_with_prefix.
614
615 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
616
617 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
618 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
619 on" while stepping over the test instruction, match printed
620 message.
621
622 2020-03-12 Tom de Vries <tdevries@suse.de>
623
624 * gdb.base/info-types.exp: Use exp_continue during matching of output
625 of "info types".
626
627 2020-03-12 Tom de Vries <tdevries@suse.de>
628
629 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
630
631 2020-03-12 Tom de Vries <tdevries@suse.de>
632
633 * gdb.fortran/module.exp: Use exp_continue during matching of output
634 of "info variable -n".
635
636 2020-03-12 Tom de Vries <tdevries@suse.de>
637
638 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
639 gdb.dwarf2/dw2-ranges-base.c.
640
641 2020-03-12 Tom de Vries <tdevries@suse.de>
642
643 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
644 in presence of GLIBC debuginfo.
645
646 2020-03-12 Tom de Vries <tdevries@suse.de>
647
648 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
649 $core.
650
651 2020-03-12 Tom de Vries <tdevries@suse.de>
652
653 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
654 more precise.
655
656 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
657
658 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
659 from Unix to Windows path.
660
661 2020-03-11 Tom de Vries <tdevries@suse.de>
662
663 * gdb.ada/minsyms.exp: Set language to ada.
664
665 2020-03-11 Tom de Vries <tdevries@suse.de>
666
667 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
668
669 2020-03-11 Tom de Vries <tdevries@suse.de>
670
671 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
672
673 2020-03-11 Tom Tromey <tromey@adacore.com>
674
675 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
676
677 2020-03-11 Tom de Vries <tdevries@suse.de>
678
679 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
680
681 2020-03-11 Tom de Vries <tdevries@suse.de>
682
683 * gdb.base/break-interp.exp: Limit verbose scope.
684
685 2020-03-11 Tom de Vries <tdevries@suse.de>
686
687 * gdb.fortran/logical.f90: Define variable with character type.
688 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
689
690 2020-03-11 Tom de Vries <tdevries@suse.de>
691
692 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
693
694 2020-03-11 Tom de Vries <tdevries@suse.de>
695
696 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
697 symtabs.
698
699 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
700 Bernd Edlinger <bernd.edlinger@hotmail.de>
701
702 * gdb.cp/step-and-next-inline.cc: New file.
703 * gdb.cp/step-and-next-inline.exp: New file.
704 * gdb.cp/step-and-next-inline.h: New file.
705 * gdb.dwarf2/dw2-is-stmt.c: New file.
706 * gdb.dwarf2/dw2-is-stmt.exp: New file.
707 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
708 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
709 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
710
711 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
714 is-stmt flag in the line table.
715
716 2020-03-09 Tom de Vries <tdevries@suse.de>
717
718 * lib/gdb.exp (cached_file): Create cache dir.
719
720 2020-03-07 Tom de Vries <tdevries@suse.de>
721
722 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
723 * gdb.cp/rvalue-ref-params.exp: Same.
724
725 2020-03-06 Tom de Vries <tdevries@suse.de>
726
727 * lib/gdb.exp (tentative_rename, cached_file): New proc.
728 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
729
730 2020-03-06 Tom de Vries <tdevries@suse.de>
731
732 * README: Fix "the the".
733 * gdb.base/dprintf.exp: Same.
734
735 2020-03-05 Tom de Vries <tdevries@suse.de>
736
737 * gdb.base/maint.exp: Update "main print statistics" expected output.
738
739 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
740
741 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
742 (fortran_int8): Likewise.
743 (fortran_real4): Likewise.
744 (fortran_real8): Likewise.
745 (fortran_complex4): Likewise.
746 (fortran_logical4): Likewise.
747 (fortran_character1): Likewise.
748
749 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
750
751 * gdb.fortran/logical.exp: Add tests that any non-zero value is
752 printed as true.
753
754 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
755
756 * gdb.base/printcmds.exp: Add test to verify printf of a
757 variable holding an address.
758
759 2020-03-03 Tom de Vries <tdevries@suse.de>
760
761 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
762
763 2020-03-03 Tom de Vries <tdevries@suse.de>
764
765 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
766 gdb_test_multiple call.
767
768 2020-03-03 Tom de Vries <tdevries@suse.de>
769
770 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
771 gdb_test_multiple calls.
772
773 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
774
775 * gdb.base/default.exp: Remove test of 'set history filename'.
776 * gdb.base/gdbinit-history.exp: Add tests for setting the history
777 filename to the empty string.
778 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
779 and GDBHISTSIZE.
780
781 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
784 disabled.
785
786 2020-03-02 Pedro Alves <palves@redhat.com>
787 Tom de Vries <tdevries@suse.de>
788
789 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
790 -prompt prefix, before user_code argument. Add -lbl option likewise.
791 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
792 (gdb_is_target_1): Add -prompt prefix and move to before user_code
793 argument.
794 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
795 have "\r\n" at start-of-line, instead of at end-of-line.
796
797 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
798
799 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
800 libinproctrace.so.
801
802 2020-02-28 Luis Machado <luis.machado@linaro.org>
803
804 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
805 to "p/x".
806
807 2020-02-28 Luis Machado <luis.machado@linaro.org>
808
809 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
810 asm/ptrace.h and error.h.
811
812 2020-02-28 Tom de Vries <tdevries@suse.de>
813
814 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
815 (struct wrapper, do_something, mundane/symada__cS): Move ...
816 * gdb.base/c-linkage-name-2.c: ... here. New source file.
817 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
818 Update "print symada__cS before partial symtab expansion" regexp.
819 Update breakpoint location. Flush symbol cache after expansion.
820
821 2020-02-28 Luis Machado <luis.machado@linaro.org>
822
823 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
824
825 2020-02-27 Tom de Vries <tdevries@suse.de>
826
827 * config/sid.exp: Remove unused globals.
828 * gdb.base/attach.exp: Same.
829 * gdb.base/catch-load.exp: Same.
830 * gdb.base/dbx.exp: Same.
831 * lib/gdb.exp: Same.
832 * lib/mi-support.exp: Same.
833 * lib/prompt.exp: Same.
834
835 2020-02-27 Tom de Vries <tdevries@suse.de>
836
837 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
838 not set.
839
840 2020-02-26 Aaron Merey <amerey@redhat.com>
841
842 * gdb.debuginfod: New directory for debuginfod tests.
843 * gdb.debuginfod/main.c: New test file.
844 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
845
846 2020-02-26 Tom de Vries <tdevries@suse.de>
847
848 PR gdb/25603
849 * gdb.base/persistent-lang.cc: New test.
850 * gdb.base/persistent-lang.exp: New file.
851
852 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
853
854 * gdb.fortran/derived-type-striding.exp: Add a new test.
855 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
856 new test.
857
858 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.base/cached-source-file.exp: Avoid source file paths in test
861 names.
862
863 2020-02-25 Tom de Vries <tdevries@suse.de>
864
865 PR go/18926
866 * gdb.go/methods.exp: Remove gcc/93866 xfail.
867
868 2020-02-24 Tom de Vries <tdevries@suse.de>
869
870 PR gdb/25592
871 * gdb.base/info-locals-unused-static-var.c: New test.
872 * gdb.base/info-locals-unused-static-var.exp: New file.
873
874 2020-02-22 Tom Tromey <tom@tromey.com>
875
876 * gdb.python/tui-window.exp: New file.
877 * gdb.python/tui-window.py: New file.
878
879 2020-02-22 Tom Tromey <tom@tromey.com>
880
881 PR tui/17850:
882 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
883 tests.
884
885 2020-02-22 Tom Tromey <tom@tromey.com>
886
887 * gdb.tui/new-layout.exp: Add sub-layout tests.
888
889 2020-02-22 Tom Tromey <tom@tromey.com>
890
891 * gdb.tui/new-layout.exp: New file.
892
893 2020-02-22 Tom Tromey <tom@tromey.com>
894
895 * gdb.rust/rust-style.rs: New file.
896 * gdb.rust/rust-style.exp: New file.
897 * gdb.base/style.exp: Test structure printing.
898 * gdb.base/style.c (struct some_struct): New type.
899 (enum etype): New type.
900 (struct_value): New global.
901
902 2020-02-21 Tom de Vries <tdevries@suse.de>
903
904 PR go/18926
905 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
906 Remove blanket xfails. Use message argument for gdb_breakpoint.
907 Make continuing to breakpoint test conditional on setting breakpoint.
908 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
909 DW_AT_name attribute. Add xfail for GCC PR93866.
910
911 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.dwarf2/cpp-linkage-name.c: New file.
914 * gdb.dwarf2/cpp-linkage-name.exp: New file.
915
916 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
917
918 * lib/gdb.exp (gdb_wrapper_init): Reset
919 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
920 not exist.
921
922 2020-02-20 Tom de Vries <tdevries@suse.de>
923
924 PR go/17018
925 * gdb.go/hello.exp: Copy ...
926 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
927 print of st to print value of global definition. Add xfail for GCC
928 PR93844.
929 * gdb.go/hello.exp: Remove printing of st before definition.
930 * gdb.go/hello.go: Copy ...
931 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
932 to st.
933 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
934
935 2020-02-20 Tom de Vries <tdevries@suse.de>
936
937 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
938 (gdb_simple_compile): Handle compile_flags go by using .go extension
939 for source file.
940 * gdb.go/chan.exp: Use support_go_compile.
941 * gdb.go/handcall.exp: Same.
942 * gdb.go/hello.exp: Same.
943 * gdb.go/integers.exp: Same.
944 * gdb.go/max-depth.exp: Same.
945 * gdb.go/methods.exp: Same.
946 * gdb.go/package.exp: Same.
947 * gdb.go/strings.exp: Same.
948 * gdb.go/types.exp: Same.
949 * gdb.go/unsafe.exp: Same.
950
951 2020-02-19 Tom de Vries <tdevries@suse.de>
952
953 * gdb.python/lib-types.exp: Make xfail more strict.
954
955 2020-02-19 Tom de Vries <tdevries@suse.de>
956
957 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
958
959 2020-02-19 Doug Evans <dje@google.com>
960
961 PR rust/25535
962 * gdb.rust/simple.exp: Add test.
963 * gdb.rust/simple.rs: Add test.
964
965 2020-02-19 Tom de Vries <tdevries@suse.de>
966
967 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
968 output line-by-line.
969
970 2020-02-19 Tom de Vries <tdevries@suse.de>
971
972 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
973
974 2020-02-19 Tom de Vries <tdevries@suse.de>
975
976 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
977 prelink.
978
979 2020-02-19 Tom de Vries <tdevries@suse.de>
980
981 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
982 (gdb_do_cache): Use gdb_do_cache_wrap.
983 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
984
985 2020-02-19 Tom de Vries <tdevries@suse.de>
986
987 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
988 gdb_compile option.
989
990 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
991
992 * gdb.base/printcmds.exp (test_print_enums): Update expected
993 output.
994
995 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
996
997 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
998 for "unknown".
999
1000 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1001
1002 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1003 enumerator.
1004
1005 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1006
1007 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1008 FE_, add FE_NONE.
1009 (three): Update.
1010 (enum flag_enum_without_zero): New enum.
1011 (flag_enum_without_zero): New variable.
1012 (enum not_flag_enum): New enum.
1013 (three_not_flag): New variable.
1014 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1015 (test_print_enums): Add more tests for printing flag enums.
1016
1017 2020-02-18 Tom de Vries <tdevries@suse.de>
1018
1019 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1020 (gdb_compile_ada): ... here.
1021 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1022 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1023
1024 2020-02-14 Tom Tromey <tom@tromey.com>
1025
1026 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1027 build directory.
1028 * boards/gdbserver-base.exp: Update path to gdbserver.
1029
1030 2020-02-13 Tom de Vries <tdevries@suse.de>
1031
1032 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1033
1034 2020-02-13 Tom de Vries <tdevries@suse.de>
1035
1036 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1037 are missing.
1038
1039 2020-02-13 Tom de Vries <tdevries@suse.de>
1040
1041 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1042 call.
1043
1044 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1045
1046 PR tui/25126
1047 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1048 * gdb.base/cached-source-file.c: New file.
1049 * gdb.base/cached-source-file.exp: New file.
1050
1051 2020-02-11 Tom de Vries <tdevries@suse.de>
1052
1053 PR testsuite/25488
1054 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1055
1056 2020-02-10 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1059
1060 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1061
1062 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1063 and $after_addr are both integers before making a comparison.
1064
1065 2020-02-09 Tom de Vries <tdevries@suse.de>
1066
1067 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1068 command output and paste it into gdb.log. If any, paste catch message
1069 to gdb.log.
1070
1071 2020-02-07 Tom Tromey <tromey@adacore.com>
1072
1073 PR breakpoints/24915:
1074 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1075
1076 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1077
1078 * gdb.tui/tui-missing-src.exp: Add the "missing source
1079 file" test for the TUI.
1080
1081 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1084 including a port number in the output.
1085
1086 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1087
1088 * lib/fortran.exp (fortran_int4): Handle clang.
1089 (fortran_int8): Likewise.
1090 (fortran_real4): Likewise.
1091 (fortran_real8): Likewise.
1092 (fortran_complex4): Likewise.
1093 (fortran_logical4): Likewise.
1094 (fortran_character1): Likewise.
1095
1096 2020-02-04 Tom de Vries <tdevries@suse.de>
1097
1098 * README (Race detection): Add note.
1099
1100 2020-02-04 Tom de Vries <tdevries@suse.de>
1101
1102 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1103
1104 2020-02-04 Tom de Vries <tdevries@suse.de>
1105
1106 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1107
1108 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1109
1110 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1111 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1112 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1113 blttar, bnetarl.
1114 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1115 binary for blttar, bnetarl.
1116 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1117 wait instruction. Delete ldmx test.
1118 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1119
1120 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1121
1122 * gdb.fortran/array-bounds-high.exp: New file.
1123 * gdb.fortran/array-bounds-high.f90: New file.
1124
1125 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1126
1127 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1128 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1129
1130 2020-02-01 Tom de Vries <tdevries@suse.de>
1131
1132 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1133
1134 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1135
1136 PR tui/9765
1137 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1138 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1139
1140 2020-01-29 Luis Machado <luis.machado@linaro.org>
1141
1142 * gdb.arch/aarch64-brk-patterns.c: New source file.
1143 * gdb.arch/aarch64-brk-patterns.exp: New test.
1144
1145 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1146
1147 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1148 GCC/Clang version.
1149 * gdb.cp/pass-by-ref.exp: Ditto.
1150
1151 2020-01-29 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1154 * gdb.threads/watchpoint-fork-mt.c: Same.
1155 * gdb.threads/watchpoint-fork-parent.c: Same.
1156 * gdb.threads/watchpoint-fork-st.c: Same.
1157 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1158
1159 2020-01-27 Luis Machado <luis.machado@linaro.org>
1160
1161 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1162 sitting at a syscall instruction when we hit the syscall function's
1163 breakpoint.
1164 Check PC against one obtained with the x command.
1165 Validate syscall number.
1166 (step_over_syscall): Don't continue to the syscall instruction if
1167 we're already there.
1168
1169 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1170
1171 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1172
1173 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1174
1175 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1176 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1177
1178 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1179
1180 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1181 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1182
1183 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1184
1185 * gdb.base/maint.exp: Update line table parsing test.
1186 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1187
1188 2020-01-24 Pedro Alves <palves@redhat.com>
1189
1190 PR gdb/25410
1191 * gdb.multi/multi-re-run-1.c: New.
1192 * gdb.multi/multi-re-run-2.c: New.
1193 * gdb.multi/multi-re-run.exp: New.
1194
1195 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 PR gdb/23718
1198 * gdb.server/server-kill-python.exp: New file.
1199
1200 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1201
1202 * gdb.server/multi-ui-errors.c: New file.
1203 * gdb.server/multi-ui-errors.exp: New file.
1204
1205 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 PR tui/9765
1208 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1209
1210 2020-01-19 Tom Tromey <tom@tromey.com>
1211
1212 * gdb.tui/main.exp: Add check for plain "file".
1213
1214 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1215
1216 * lib/gdb.exp: Fix spelling error (seperatelly).
1217
1218 2020-01-14 Tom Tromey <tom@tromey.com>
1219
1220 PR symtab/12535:
1221 * gdb.python/python.exp: Test decode_line with empty string
1222 argument.
1223
1224 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1225
1226 * gdb.base/skip-inline.exp: Extend test.
1227
1228 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1231 * gdb.dwarf2/dw2-bad-elf.c: New file.
1232 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1233
1234 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1235
1236 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1237 _line_saw_file.
1238
1239 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1240
1241 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1242 border.
1243
1244 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1245
1246 * gdb.multi/multi-target.exp (setup): Factor out "info
1247 connections" and "info inferiors" tests to ...
1248 (test_info_inferiors): ... this new procedure.
1249 (top level): Run new "info-inferiors" tests.
1250
1251 2020-01-10 Pedro Alves <palves@redhat.com>
1252
1253 * gdb.server/bkpt-other-inferior.exp: New file.
1254
1255 2020-01-10 Pedro Alves <palves@redhat.com>
1256
1257 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1258 of "add-inferior".
1259 * gdb.base/quit-live.exp: Likewise.
1260 * gdb.base/remote-exec-file.exp: Likewise.
1261 * gdb.guile/scm-progspace.exp: Likewise.
1262 * gdb.linespec/linespec.exp: Likewise.
1263 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1264 * gdb.mi/user-selected-context-sync.exp: Likewise.
1265 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1266 "info inferiors" tests.
1267 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1268 "add-inferior".
1269 * gdb.multi/watchpoint-multi.exp: Likewise.
1270 * gdb.python/py-inferior.exp: Likewise.
1271 * gdb.server/extended-remote-restart.exp: Likewise.
1272 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1273 "info inferiors".
1274 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1275 * gdb.trace/report.exp: Likewise.
1276
1277 2020-01-10 Pedro Alves <palves@redhat.com>
1278
1279 * gdb.multi/multi-target.c: New file.
1280 * gdb.multi/multi-target.exp: New file.
1281 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1282 mode requested, but remote does not support non-stop".
1283
1284 2020-01-10 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1287 disconnect before reconnecting.
1288
1289 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1290 Pedro Alves <palves@redhat.com>
1291
1292 * gdb.server/connect-without-multi-process.exp: Also test
1293 continuing to end.
1294
1295 2020-01-10 Pedro Alves <palves@redhat.com>
1296
1297 * gdb.base/remote-exec-file.exp: New file.
1298
1299 2020-01-10 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1302 output.
1303 * gdb.threads/async.c: New.
1304 * gdb.threads/async.exp: New.
1305 * gdb.multi/tids-gid-reset.c: New.
1306 * gdb.multi/tids-gid-reset.exp: New.
1307
1308 2020-01-10 George Barrett <bob@bob131.so>
1309
1310 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1311 to help in finding the image relocation offset.
1312 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1313 options in arguments.
1314 (stap_test_no_debuginfo): Likewise.
1315 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1316 test variants.
1317 (stap_test): Add null semaphore relocation test.
1318
1319 2020-01-10 George Barrett <bob@bob131.so>
1320
1321 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1322 * gdb.base/stap-probe.exp: Likewise.
1323 (stap_test): Pass argument as an additional flag.
1324 (stap_test_no_debuginfo): Likewise.
1325 (stap_test): Check `info probes stap' output for semaphore
1326 addresses if the test binary is supposed to have them.
1327
1328 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdb.tui/basic.exp: Add more scrolling tests.
1331
1332 2020-01-09 Tom Tromey <tom@tromey.com>
1333
1334 PR tui/18932:
1335 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1336 meangingful value.
1337 (Term::command, Term::resize): Update.
1338 * gdb.tui/basic.exp: Add scrolling test.
1339
1340 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * gdb.tui/tui-layout-asm.exp: New file.
1343
1344 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1345
1346 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1347
1348 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1351 (Term::enter_tui): Use Term::prepare_for_tui.
1352
1353 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1356 called.
1357
1358 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1359
1360 * gdb.base/skip.exp: Fix race condition in test.
1361
1362 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * gdb.base/backtrace.c: New file.
1365 * gdb.base/backtrace.exp: New file.
1366
1367 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1370
1371 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1372
1373 * gdb.base/style.exp: Test that warnings are styled.
1374
1375 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1376
1377 * gdb.base/line65535.exp: New file.
1378 * gdb.base/line65535.c: New file.
1379
1380 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1381
1382 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1383 * lib/gnat_debug_info_test.adb: New file.
1384 * gdb.ada/ptype_tagged_param.exp: Use
1385 gnat_runtime_has_debug_info, expect a different output if
1386 runtime does not have debug info.
1387
1388 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1389
1390 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1391 (another) quote in test name.
1392
1393 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1394
1395 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1396 Add quote in test name.
1397
1398 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1399
1400 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1401 directory instead.
1402 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1403 * gdb.cp/pass-by-ref-2.cc: New file.
1404 * gdb.cp/pass-by-ref-2.exp: New file.
1405
1406 2019-12-20 Tom Tromey <tom@tromey.com>
1407
1408 * gdb.tui/list-before.exp: New file.
1409
1410 2019-12-20 Tom Tromey <tom@tromey.com>
1411
1412 * gdb.tui/list.exp: Check for source on initial listing.
1413
1414 2019-12-11 Tom Tromey <tromey@adacore.com>
1415
1416 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1417 Add crlf test.
1418
1419 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1420
1421 * gdb.base/default.exp: Update value of $_gdb_major.
1422
1423 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1424
1425 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1426
1427 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1428
1429 * gdb.base/skip.exp: Whitespace fix.
1430
1431 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1432
1433 * gdb.base/skip-inline.c: New file.
1434 * gdb.base/skip-inline.exp: New file.
1435
1436 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1437
1438 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1439 jit_function_00 to jit_function_stack_mangle.
1440 * gdb.base/jithost.c (jit_function_t): Rename to...
1441 (jit_function_stack_mangle_t): ... this.
1442 (jit_function_add_t): New typedef.
1443 (jit_function_00_code): Rename to...
1444 (jit_function_stack_mangle_code): ... this, make static.
1445 (jit_function_add_code): New.
1446 (main): Generate "add" function and call it. Adjust to changes
1447 in jithost_abi.
1448 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1449 (struct jithost_abi) <begin, end>: Remove fields.
1450 <object, function_stack_mangle, function_add>: New fields.
1451 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1452 code_end>: Remove fields.
1453 <func_stack_mangle>: New field.
1454 (read_debug_info): Adjust to renaming, create block for "add"
1455 function.
1456 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1457
1458 2019-12-11 Tom Tromey <tom@tromey.com>
1459
1460 * gdb.tui/resize.exp: Fix regexp.
1461 * gdb.tui/regs.exp: Fix regexps.
1462 * gdb.tui/main.exp: Fix regexp.
1463
1464 2019-12-11 Tom Tromey <tom@tromey.com>
1465
1466 * gdb.tui/resize.exp: Update.
1467 * gdb.tui/empty.exp (layouts): Update.
1468
1469 2019-12-11 Tom Tromey <tom@tromey.com>
1470
1471 * gdb.tui/regs.exp: Update.
1472 * gdb.tui/empty.exp (layouts): Update.
1473 * gdb.tui/basic.exp: Update.
1474 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1475
1476 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1477
1478 * gdb.base/options.exp: Add -raw-values in the print completion list.
1479 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1480
1481 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1482
1483 * gdb.threads/omp-par-scope.c: New file.
1484 * gdb/threads/omp-par-scope.exp: New file.
1485
1486 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1487
1488 * lib/gdb.exp (support_nested_function_tests): New proc.
1489
1490 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1491
1492 * lib/gdb.exp (gdb_compile_openmp): New proc.
1493 (build_executable_from_specs): Add an "openmp" option.
1494 (gdb_compile_pthreads): Add non-executable case.
1495
1496 2019-12-10 Tom Tromey <tromey@adacore.com>
1497
1498 * gdb.ada/unchecked_union.exp: New file.
1499 * gdb.ada/unchecked_union/pck.adb: New file.
1500 * gdb.ada/unchecked_union/pck.ads: New file.
1501 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1502 * gdb-utils.exp (string_to_regexp): Also quote "?".
1503
1504 2019-12-10 George Barrett <bob@bob131.so>
1505
1506 Test scripted probe breakpoints.
1507 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1508 * gdb.python/py-breakpoint.c (main): Likewise.
1509 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1510 specifier test.
1511 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1512
1513 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1514
1515 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1516 an rvalue parameter.
1517 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1518 parameter.
1519
1520 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1521
1522 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1523 modules.
1524
1525 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1528 broken version of GCC.
1529
1530 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1531
1532 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1533 sym-info-cmds library.
1534 * gdb.fortran/info-types.exp: Likewise.
1535 * lib/sym-info-cmds.exp: New file.
1536
1537 2019-12-08 Tom de Vries <tdevries@suse.de>
1538
1539 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1540
1541 2019-12-07 Keith Seitz <keiths@redhat.com>
1542
1543 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1544 * gdb.base/corefile-buildid-shlib.c: New file.
1545 * gdb.base/corefile-buildid.c: New file.
1546 * gdb.base/corefile-buildid.exp: New file.
1547
1548 2019-12-06 Tom de Vries <tdevries@suse.de>
1549
1550 * gdb.dwarf2/varval.exp: Add decl before def test.
1551
1552 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1553
1554 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1555
1556 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1557
1558 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1559 CV and reference conversion for overload resolution.
1560 * gdb.cp/rvalue-ref-overload.exp: Test it.
1561
1562 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1563
1564 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1565 * gdb.base/frameapply.exp: Test faas without command.
1566
1567 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1570 Fortran tests.
1571 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1572 order.
1573
1574 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1577 casting to type with no kind specified.
1578 (test_basic_parsing_of_type_kinds): Additional tests for types
1579 with no kind specified, and add tests for single/double
1580 precision/complex types.
1581
1582 2019-12-04 Tom Tromey <tromey@adacore.com>
1583
1584 * gdb.base/endianity.c (struct other) <x>: New field.
1585 (main): Initialize it.
1586 * gdb.base/endianity.exp: Update.
1587
1588 2019-12-04 Tom Tromey <tromey@adacore.com>
1589
1590 * gdb.ada/scalar_storage/storage.adb: New file.
1591 * gdb.ada/scalar_storage/pck.adb: New file.
1592 * gdb.ada/scalar_storage/pck.ads: New file.
1593 * gdb.ada/scalar_storage.exp: New file.
1594
1595 2019-12-04 Tom Tromey <tromey@adacore.com>
1596
1597 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1598 (main): Initialize it.
1599 * gdb.base/endianity.exp: Update.
1600
1601 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1604
1605 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1606
1607 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1608 -symbol-info-module-functions and -symbol-info-module-variables.
1609
1610 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1613
1614 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1615 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * gdb.fortran/derived-type-striding.exp: New file.
1618 * gdb.fortran/derived-type-striding.f90: New file.
1619 * gdb.fortran/array-slices.exp: New file.
1620 * gdb.fortran/array-slices.f90: New file.
1621
1622 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1623
1624 * gdb.base/define.exp: Test . in command names.
1625 * gdb.base/setshow.exp: Update test, as . is now part of
1626 command name.
1627
1628 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1629
1630 * gdb.base/define-prefix.exp: New file.
1631
1632 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1633
1634 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1635 compile.
1636 (skip_btrace_pt_tests): Likewise.
1637
1638 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * gdb.fortran/info-modules.exp: Compile source files in correct
1641 order.
1642
1643 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1644
1645 * gdb.dwarf2/imported-unit.exp: New file.
1646 * gdb.dwarf2/imported-unit.c: New file.
1647
1648 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1649
1650 * gdb.mi/mi-fortran-modules-2.f90: New file.
1651 * gdb.mi/mi-fortran-modules.exp: New file.
1652 * gdb.mi/mi-fortran-modules.f90: New file.
1653
1654 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1655
1656 * gdb.mi/mi-sym-info-1.c: New file.
1657 * gdb.mi/mi-sym-info-2.c: New file.
1658 * gdb.mi/mi-sym-info.exp: New file.
1659
1660 2019-11-22 Tom Tromey <tromey@adacore.com>
1661
1662 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1663 * gdb.ada/tasks/foo.adb: Add another stopping location.
1664
1665 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1666
1667 * gdb.base/endianity.c: New test.
1668 * gdb.base/endianity.exp: New file.
1669
1670 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1671
1672 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1673
1674 2019-11-21 Tom de Vries <tdevries@suse.de>
1675
1676 PR gdb/24956
1677 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1678
1679 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1680
1681 * gdb.python/py-progspace.exp: Add missing parentheses on some
1682 'print' commands.
1683
1684 2019-11-19 Tom Tromey <tom@tromey.com>
1685
1686 * gdb.tui/winheight.exp: New file.
1687
1688 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1689
1690 * gdb.base/ctf-whatis.c: Delete.
1691 * gdb.base/ctf-whatis.exp: Delete.
1692 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1693
1694 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1695
1696 * gdb.base/ctf-cvexpr.exp: Delete.
1697 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1698
1699 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1702 the compiler. Clean up header comment a little.
1703 * gdb.base/ctf-ptype.exp: Likewise.
1704 * gdb.base/ctf-whatis.exp: Likewise.
1705 * lib/gdb.exp (skip_ctf_tests): New proc.
1706
1707 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1708
1709 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1710 * gdb.tui/corefile-run.exp: New file.
1711
1712 2019-11-14 Tom Tromey <tromey@adacore.com>
1713
1714 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1715 regression tests.
1716
1717 2019-11-12 Tom Tromey <tom@tromey.com>
1718
1719 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1720 after any command. Expect prompt after WAIT_FOR is seen.
1721 (enter_tui): Enable resize messages.
1722 (command): Expect command in output.
1723 (get_line): Avoid error when cursor appears to be off-screen.
1724 (dump_screen): Include screen size in title.
1725 (_do_resize): New proc, from "resize".
1726 (resize): Rewrite. Do resize in two steps.
1727 * gdb.tui/empty.exp (layouts): Fix entries.
1728 (check_boxes): Remove xfail.
1729 (check_text): Dump screen on failure.
1730
1731 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1732
1733 * gdb.python/py-symbol.exp: Add test for
1734 gdb.lookup_static_symbols.
1735
1736 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1737
1738 * gdb.python/py-symbol.c: Declare and call function from new
1739 py-symbol-2.c file.
1740 * gdb.python/py-symbol.exp: Compile both source files, and add new
1741 tests for gdb.lookup_static_symbol.
1742 * gdb.python/py-symbol-2.c: New file.
1743
1744 2019-11-02 Tom de Vries <tdevries@suse.de>
1745
1746 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1747 * gdb.base/anon.exp: Same.
1748 * gdb.base/auto-connect-native-target.exp: Same.
1749 * gdb.base/call-ar-st.exp: Same.
1750 * gdb.base/catch-syscall.exp: Same.
1751 * gdb.base/commands.exp: Same.
1752 * gdb.base/default.exp: Same.
1753 * gdb.base/display.exp: Same.
1754 * gdb.base/float.exp: Same.
1755 * gdb.base/foll-fork.exp: Same.
1756 * gdb.base/help.exp: Same.
1757 * gdb.base/info-macros.exp: Same.
1758 * gdb.base/info-proc.exp: Same.
1759 * gdb.base/info-target.exp: Same.
1760 * gdb.base/long_long.exp: Same.
1761 * gdb.base/macscp.exp: Same.
1762 * gdb.base/memattr.exp: Same.
1763 * gdb.base/nofield.exp: Same.
1764 * gdb.base/pointers.exp: Same.
1765 * gdb.base/printcmds.exp: Same.
1766 * gdb.base/ptype.exp: Same.
1767 * gdb.base/restore.exp: Same.
1768 * gdb.base/return.exp: Same.
1769 * gdb.base/scope.exp: Same.
1770 * gdb.base/set-noassign.exp: Same.
1771 * gdb.base/setshow.exp: Same.
1772 * gdb.base/shlib-call.exp: Same.
1773 * gdb.base/signals.exp: Same.
1774 * gdb.base/sigstep.exp: Same.
1775 * gdb.base/skip.exp: Same.
1776 * gdb.base/solib-symbol.exp: Same.
1777 * gdb.base/stap-probe.exp: Same.
1778 * gdb.base/step-line.exp: Same.
1779 * gdb.base/step-test.exp: Same.
1780 * gdb.base/style.exp: Same.
1781 * gdb.base/varargs.exp: Same.
1782 * gdb.base/vla-datatypes.exp: Same.
1783 * gdb.base/vla-ptr.exp: Same.
1784 * gdb.base/vla-sideeffect.exp: Same.
1785 * gdb.base/volatile.exp: Same.
1786 * gdb.base/watch-cond-infcall.exp: Same.
1787 * gdb.base/watchpoint.exp: Same.
1788
1789 2019-11-02 Tom de Vries <tdevries@suse.de>
1790
1791 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1792 * gdb.cp/cpexprs.exp: Same.
1793 * gdb.cp/except-multi-location.exp: Same.
1794 * gdb.cp/exceptprint.exp: Same.
1795 * gdb.cp/gdb2384.exp: Same.
1796 * gdb.cp/inherit.exp: Same.
1797 * gdb.cp/m-static.exp: Same.
1798 * gdb.cp/meth-typedefs.exp: Same.
1799 * gdb.cp/misc.exp: Same.
1800 * gdb.cp/namespace.exp: Same.
1801 * gdb.cp/non-trivial-retval.exp: Same.
1802 * gdb.cp/overload.exp: Same.
1803 * gdb.cp/pr17132.exp: Same.
1804 * gdb.cp/re-set-overloaded.exp: Same.
1805 * gdb.cp/rvalue-ref-types.exp: Same.
1806 * gdb.cp/templates.exp: Same.
1807
1808 2019-11-01 Luis Machado <luis.machado@linaro.org>
1809
1810 PR gdb/25124
1811
1812 * gdb.arch/pr25124.S: New file.
1813 * gdb.arch/pr25124.exp: New file.
1814
1815 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1816
1817 * gdb.fortran/info-modules.exp: Update expected results, and add
1818 additional tests for 'info module functinos', and 'info module
1819 variables'.
1820 * gdb.fortran/info-types.exp: Update expected results.
1821 * gdb.fortran/info-types.f90: Extend testcase with additional
1822 module variables and functions.
1823
1824 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1825
1826 * gdb.fortran/info-modules.exp: New file.
1827 * gdb.fortran/info-types.exp: Build with new file.
1828 * gdb.fortran/info-types.f90: Include and use new module.
1829 * gdb.fortran/info-types-2.f90: New file.
1830
1831 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1832
1833 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1834 * gdb.base/settings.exp: Test all settings types using
1835 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1836 that now verifies that the value of "maint show" is the same as
1837 returned by the settings functions. Test the type of the
1838 maintenance settings.
1839 * gdb.base/default.exp: Update show_conv_list.
1840
1841 2019-10-31 Tom de Vries <tdevries@suse.de>
1842
1843 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1844 gdb_test.
1845 * gdb.arch/amd64-disp-step.exp: Same.
1846 * gdb.asm/asm-source.exp: Same.
1847 * gdb.btrace/buffer-size.exp: Same.
1848 * gdb.btrace/cpu.exp: Same.
1849 * gdb.btrace/enable.exp: Same.
1850 * gdb.dwarf2/count.exp: Same.
1851 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1852 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1853 * gdb.fortran/vla-datatypes.exp: Same.
1854 * gdb.fortran/vla-history.exp: Same.
1855 * gdb.fortran/vla-ptype.exp: Same.
1856 * gdb.fortran/vla-value.exp: Same.
1857 * gdb.fortran/whatis_type.exp: Same.
1858 * gdb.guile/guile.exp: Same.
1859 * gdb.multi/tids.exp: Same.
1860 * gdb.python/py-finish-breakpoint.exp: Same.
1861 * gdb.python/py-framefilter.exp: Same.
1862 * gdb.python/py-pp-registration.exp: Same.
1863 * gdb.python/py-xmethods.exp: Same.
1864 * gdb.python/python.exp: Same.
1865 * gdb.server/connect-with-no-symbol-file.exp: Same.
1866 * gdb.server/no-thread-db.exp: Same.
1867 * gdb.server/run-without-local-binary.exp: Same.
1868 * gdb.stabs/weird.exp: Same.
1869 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1870 * gdb.threads/thread-find.exp: Same.
1871 * gdb.threads/tls-shared.exp: Same.
1872 * gdb.threads/tls.exp: Same.
1873 * gdb.threads/wp-replication.exp: Same.
1874 * gdb.trace/ax.exp: Same.
1875 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1876
1877 2019-10-31 Tom de Vries <tdevries@suse.de>
1878
1879 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1880 * gdb.ada/array_subscript_addr.exp: Same.
1881 * gdb.ada/arrayidx.exp: Same.
1882 * gdb.ada/arrayparam.exp: Same.
1883 * gdb.ada/arrayptr.exp: Same.
1884 * gdb.ada/boolean_expr.exp: Same.
1885 * gdb.ada/call_pn.exp: Same.
1886 * gdb.ada/complete.exp: Same.
1887 * gdb.ada/fixed_cmp.exp: Same.
1888 * gdb.ada/fun_addr.exp: Same.
1889 * gdb.ada/funcall_param.exp: Same.
1890 * gdb.ada/interface.exp: Same.
1891 * gdb.ada/mod_from_name.exp: Same.
1892 * gdb.ada/null_array.exp: Same.
1893 * gdb.ada/packed_array.exp: Same.
1894 * gdb.ada/packed_tagged.exp: Same.
1895 * gdb.ada/print_chars.exp: Same.
1896 * gdb.ada/print_pc.exp: Same.
1897 * gdb.ada/ptype_arith_binop.exp: Same.
1898 * gdb.ada/ptype_field.exp: Same.
1899 * gdb.ada/ptype_tagged_param.exp: Same.
1900 * gdb.ada/rec_return.exp: Same.
1901 * gdb.ada/ref_tick_size.exp: Same.
1902 * gdb.ada/str_ref_cmp.exp: Same.
1903 * gdb.ada/taft_type.exp: Same.
1904 * gdb.ada/tagged.exp: Same.
1905 * gdb.ada/type_coercion.exp: Same.
1906 * gdb.ada/uninitialized_vars.exp: Same.
1907
1908 2019-10-30 Tom de Vries <tdevries@suse.de>
1909
1910 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1911
1912 2019-10-26 Tom de Vries <tdevries@suse.de>
1913
1914 * gdb.base/bigcore.c: Fix typos in comments.
1915 * gdb.base/ctf-ptype.c: Same.
1916 * gdb.base/long_long.c: Same.
1917 * gdb.dwarf2/dw2-op-out-param.S: Same.
1918 * gdb.python/py-evthreads.c: Same.
1919 * gdb.reverse/i387-stack-reverse.c: Same.
1920 * gdb.trace/tfile.c: Same.
1921 * lib/compiler.c: Same.
1922 * lib/compiler.cc: Same.
1923
1924 2019-10-25 Tom de Vries <tdevries@suse.de>
1925
1926 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1927 gdb_test_multiple calls.
1928 * gdb.reverse/sigall-reverse.exp: Same.
1929 * gdb.reverse/solib-precsave.exp: Same.
1930 * gdb.reverse/solib-reverse.exp: Same.
1931 * gdb.reverse/until-precsave.exp: Same.
1932 * gdb.reverse/until-reverse.exp: Same.
1933
1934 2019-10-24 Tom de Vries <tdevries@suse.de>
1935
1936 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1937 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1938 kfail using -wrap pattern flag and convenience variable
1939 gdb_test_name.
1940
1941 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1942
1943 * gdb.python/py-progspace.exp: Add tests for the
1944 Progspace.block_for_pc method.
1945
1946 2019-10-23 Tom Tromey <tom@tromey.com>
1947
1948 * configure: Rebuild.
1949 * aclocal.m4: Use m4_include, not sinclude.
1950
1951 2019-10-21 Tom de Vries <tdevries@suse.de>
1952
1953 * gdb.base/infcall-nested-structs.c: Add
1954 __attribute__((noinline,noclone)) to all functions.
1955 (call_all): Add missing variable initialization. Simplify return value.
1956 (breakpt): Increment volatile variable, to prevent call from being
1957 optimized out.
1958 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1959
1960 2019-10-17 Tom de Vries <tdevries@suse.de>
1961
1962 * gdb.fortran/module.exp: Allow info variables to print info for files
1963 other than module.f90.
1964
1965 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1966
1967 * gdb.fortran/module.exp: Extend with 'info variables' test.
1968
1969 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1970
1971 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1972 F77_FOR_TARGET.
1973
1974 2019-10-16 Tom de Vries <tdevries@suse.de>
1975
1976 PR tdep/25096
1977 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1978
1979 2019-10-16 Tom de Vries <tdevries@suse.de>
1980
1981 PR tdep/24104
1982 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1983 Add KFAIL for PR tdep/25096.
1984
1985 2019-10-16 Tom de Vries <tdevries@suse.de>
1986
1987 PR testsuite/25059
1988 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1989
1990 2019-10-16 Tom de Vries <tdevries@suse.de>
1991
1992 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1993 as signed.
1994
1995 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1996
1997 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1998 one instead of increasing timeout.
1999
2000 2019-10-13 Tom de Vries <tdevries@suse.de>
2001
2002 PR record/25038
2003 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2004 * gdb.reverse/sigall-reverse.exp: Same.
2005 * gdb.reverse/solib-precsave.exp: Same.
2006 * gdb.reverse/solib-reverse.exp: Same.
2007 * gdb.reverse/step-precsave.exp: Same.
2008 * gdb.reverse/until-precsave.exp: Same.
2009 * gdb.reverse/until-reverse.exp: Same.
2010 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2011
2012 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2013
2014 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2015 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2016 (cmp_struct_05_01, cmp_struct_static_02_01)
2017 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2018 comparisons.
2019
2020 2019-10-10 Tom de Vries <tdevries@suse.de>
2021
2022 PR testsuite/24888
2023 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2024 gnatlink.
2025
2026 2019-10-09 Tom de Vries <tdevries@suse.de>
2027
2028 PR testsuite/25048
2029 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2030
2031 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2032
2033 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2034 exceptions due to missing debug information.
2035
2036 2019-10-07 Tom de Vries <tdevries@suse.de>
2037
2038 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2039
2040 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2041
2042 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2043 * gdb.base/annota1.exp: Update to use gdb_test_name.
2044
2045 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2046
2047 * gdb.base/ctf-whatis.exp: New file.
2048 * gdb.base/ctf-whatis.c: New file.
2049 * gdb.base/ctf-ptype.exp: New file.
2050 * gdb.base/ctf-ptype.c: New file.
2051 * gdb.base/ctf-constvars.exp: New file.
2052 * gdb.base/ctf-constvars.c: New file.
2053 * gdb.base/ctf-cvexpr.exp: New file.
2054
2055 2019-10-04 Tom de Vries <tdevries@suse.de>
2056
2057 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2058 for loop.
2059
2060 2019-10-03 Tom Tromey <tom@tromey.com>
2061
2062 PR rust/24976:
2063 * gdb.rust/simple.rs (Union2): New type.
2064 (main): Use Union2.
2065 * gdb.rust/simple.exp: Add test.
2066
2067 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2068
2069 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2070 nested function prefix.
2071
2072 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2073 Richard Bunt <richard.bunt@arm.com>
2074 Andrew Burgess <andrew.burgess@embecosm.com>
2075
2076 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2077 nested functions.
2078 * gdb.fortran/nested-funcs.f90: Update expected results.
2079 * gdb.fortran/nested-funcs-2.exp: New file.
2080 * gdb.fortran/nested-funcs-2.f90: New file.
2081
2082 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.python/py-parameter.exp: Make test names unique.
2085 * gdb.python/py-template.exp: Likewise.
2086 * gdb.python/py-value.exp: Likewise.
2087
2088 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * gdb.base/break-interp.exp: Reduce test name duplication.
2091 * gdb.base/call-sc.exp: Likewise.
2092 * gdb.base/callfuncs.exp: Likewise.
2093 * gdb.base/charset.exp: Likewise.
2094 * gdb.base/dump.exp: Likewise.
2095 * gdb.base/ena-dis-br.exp: Likewise.
2096 * gdb.base/relational.exp: Likewise.
2097 * gdb.base/step-over-syscall.exp: Likewise.
2098 * gdb.base/structs.exp: Likewise.
2099
2100 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2101
2102 * gdb.linespec/explicit.exp: Make test names unique.
2103 * gdb.linespec/ls-errs.exp: Likewise.
2104
2105 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2106
2107 * gdb.reverse/break-precsave.exp: Make test names unique.
2108 * gdb.reverse/break-reverse.exp: Likewise.
2109 * gdb.reverse/finish-precsave.exp: Likewise.
2110 * gdb.reverse/finish-reverse.exp: Likewise.
2111 * gdb.reverse/machinestate-precsave.exp: Likewise.
2112 * gdb.reverse/machinestate.exp: Likewise.
2113 * gdb.reverse/readv-reverse.exp: Likewise.
2114 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2115 * gdb.reverse/sigall-precsave.exp: Likewise.
2116 * gdb.reverse/sigall-reverse.exp: Likewise.
2117 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2118 * gdb.reverse/watch-precsave.exp: Likewise.
2119 * gdb.reverse/watch-reverse.exp: Likewise.
2120
2121 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2122
2123 * gdb.threads/stop-with-handle.c: New file.
2124 * gdb.threads/stop-with-handle.exp: New file.
2125
2126 2019-10-03 Tom de Vries <tdevries@suse.de>
2127
2128 PR testsuite/25059
2129 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2130 directory" line to be missing.
2131
2132 2019-10-03 Tom de Vries <tdevries@suse.de>
2133
2134 PR testsuite/25059
2135 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2136 type optional.
2137
2138 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2139
2140 * gdb.python/py-format-string.c (string.h): New include.
2141 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2142 the same value, for endianness-independence.
2143 * gdb.python/py-format-string.exp (default_regexp_dict)
2144 (test_pretty_structs, test_format): Adjust expected output to the
2145 changed initialization.
2146
2147 2019-10-02 Tom Tromey <tromey@adacore.com>
2148
2149 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2150
2151 2019-10-02 Pedro Alves <palves@redhat.com>
2152 Andrew Burgess <andrew.burgess@embecosm.com>
2153
2154 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2155 "print-file-var.h".
2156 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2157 (get_version_1): Print this_version_id and its address.
2158 Add extern "C" wrappers around interface functions.
2159 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2160 "print-file-var.h".
2161 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2162 (get_version_2): Print this_version_id and its address.
2163 Add extern "C" wrappers around interface functions.
2164 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2165 <stddef.h> and "print-file-var.h".
2166 Add extern "C" wrappers around interface functions.
2167 [VERSION_ID_MAIN] (this_version_id): Define.
2168 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2169 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2170 up extern "C" blocks.
2171 * gdb.base/print-file-var.exp (test): New, factored out from top
2172 level.
2173 (top level): Test all combinations of attribute hidden or not,
2174 dlopen or not, and this_version_id symbol in main file or not.
2175 Compile tests as both C++ and C, make test names unique.
2176
2177 2019-10-01 Tom Tromey <tom@tromey.com>
2178
2179 * gdb.base/style.exp: Test "show logging filename".
2180
2181 2019-10-01 Tom Tromey <tom@tromey.com>
2182
2183 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2184 * gdb.base/style.exp: Add metadata style test.
2185
2186 2019-10-01 Tom Tromey <tom@tromey.com>
2187
2188 * gdb.base/style.exp: Test "pwd".
2189
2190 2019-10-01 Tom Tromey <tom@tromey.com>
2191
2192 * gdb.base/style.exp: Update tests.
2193
2194 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2195
2196 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2197 'six' to unsigned.
2198 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2199 'five'. Use an all-ones bit pattern for each.
2200 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2201 to its changed values.
2202
2203 2019-09-30 Tom Tromey <tromey@adacore.com>
2204
2205 * gdb.rust/traits.rs: Disable all warnings.
2206
2207 2019-09-29 Tom de Vries <tdevries@suse.de>
2208
2209 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2210
2211 2019-09-29 Tom de Vries <tdevries@suse.de>
2212
2213 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2214
2215 2019-09-27 Tom de Vries <tdevries@suse.de>
2216
2217 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2218
2219 2019-09-27 Tom de Vries <tdevries@suse.de>
2220
2221 PR record/23188
2222 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2223
2224 2019-09-26 Tom Tromey <tromey@adacore.com>
2225
2226 * gdb.ada/py_taft.exp: New file.
2227 * gdb.ada/py_taft/main.adb: New file.
2228 * gdb.ada/py_taft/pkg.adb: New file.
2229 * gdb.ada/py_taft/pkg.ads: New file.
2230
2231 2019-09-24 Tom de Vries <tdevries@suse.de>
2232
2233 PR gdb/24598
2234 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2235
2236 2019-09-22 Tom de Vries <tdevries@suse.de>
2237
2238 * gdb.base/restore.exp: Allow register variables to be optimized out at
2239 -O0.
2240
2241 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2242
2243 * gdb.arch/spu-info.exp: Remove file.
2244 * gdb.arch/spu-info.c: Remove file.
2245 * gdb.arch/spu-ls.exp: Remove file.
2246 * gdb.arch/spu-ls.c: Remove file.
2247
2248 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2249 * gdb.asm/spu.inc: Remove file.
2250
2251 * gdb.base/dump.exp: Remove support for spu*-*-*.
2252 * gdb.base/stack-checking.exp: Likewise.
2253 * gdb.base/overlays.exp: Likewise.
2254 * gdb.base/ovlymgr.c: Likewise.
2255 * gdb.base/spu.ld: Remove file.
2256
2257 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2258 * gdb.cp/cpexprs.exp: Likewise.
2259 * gdb.cp/exception.exp: Likewise.
2260 * gdb.cp/gdb2495.exp: Likewise.
2261 * gdb.cp/mb-templates.exp: Likewise.
2262 * gdb.cp/pr9167.exp: Likewise.
2263 * gdb.cp/userdef.exp: Likewise.
2264
2265 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2266
2267 * gdb.cell: Remove directory.
2268 * lib/cell.exp: Remove file.
2269
2270 2019-09-19 Tom de Vries <tdevries@suse.de>
2271
2272 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2273
2274 2019-09-19 Tom de Vries <tdevries@suse.de>
2275
2276 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2277
2278 2019-09-19 Tom de Vries <tdevries@suse.de>
2279
2280 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2281 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2282 (gdb_target_cmd): ... here.
2283 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2284 value 2.
2285
2286 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2287
2288 * gdb.base/source-dir.exp: Avoid having directory names in test
2289 names.
2290
2291 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2294 directory.
2295
2296 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2297
2298 * gdb.base/list-missing-source.exp: New file.
2299
2300 2019-09-14 Tom de Vries <tdevries@suse.de>
2301
2302 PR teststuite/24599
2303 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2304 * lib/ada.exp (gnatmake_version_at_least): New proc.
2305
2306 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2307
2308 * gdb.base/maint.exp: Use exec_has_index_section.
2309
2310 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2311
2312 * gdb.base/maint.exp: Add test for 'maint info sections'.
2313
2314 2019-09-12 Tom de Vries <tdevries@suse.de>
2315
2316 * gdb.base/store.exp: Allow register variables to be optimized out at
2317 -O0.
2318
2319 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2320
2321 * gdb.ada/rdv_wait.exp: Update to new task names.
2322 * gdb.base/task_switch_in_core.exp: Likewise.
2323 * gdb.base/info_sources_base.c: Likewise.
2324
2325 2019-09-10 Tom Tromey <tromey@adacore.com>
2326
2327 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2328
2329 2019-09-10 Tom Tromey <tromey@adacore.com>
2330
2331 * gdb.ada/dgopt.exp: New file.
2332 * gdb.ada/dgopt/x.adb: New file.
2333
2334 2019-09-08 Tom Tromey <tom@tromey.com>
2335
2336 * gdb.tui/resize.exp: Remove setup_xfail.
2337 * gdb.tui/regs.exp: Remove setup_xfail.
2338 * gdb.tui/basic.exp: Remove setup_xfail.
2339
2340 2019-09-06 David Blaikie <dblaikie@gmail.com>
2341
2342 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2343 * gdb.cp/cplabel.exp: Ditto.
2344 * gdb.linespec/ls-errs.exp: Ditto.
2345
2346 2019-09-05 Tom de Vries <tdevries@suse.de>
2347
2348 * lib/gdb.exp (cmp_file_string): New proc.
2349 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2350 runto_main. Verify save breakpoints output.
2351
2352 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2353
2354 * gdb.base/info-var.exp: Test info variables without running
2355 to main, to avoid expect's buffer overflow.
2356
2357 2019-09-03 Tom Tromey <tromey@adacore.com>
2358
2359 * gdb.ada/bias.exp: New file.
2360 * gdb.ada/bias/bias.adb: New file.
2361 * gdb.ada/print_chars.exp: Add regression test.
2362 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2363 (MC): New variable.
2364
2365 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2366
2367 * gdb.base/argv0-symlink.exp: Run only on native target
2368 and local host.
2369
2370 2019-08-29 Tom de Vries <tdevries@suse.de>
2371
2372 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2373 diverse debug info.
2374 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2375
2376 2019-08-28 Tom de Vries <tdevries@suse.de>
2377
2378 * gdb.base/info-var.exp: Allow info variables to print info for files
2379 other than info-var-f1.c and info-var-f2.c.
2380
2381 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2382
2383 * gdb.fortran/info-types.exp: Add module.
2384 * gdb.fortran/info-types.f90: Update expected results.
2385
2386 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2387
2388 * gdb.fortran/info-types.exp: New file.
2389 * gdb.fortran/info-types.f90: New file.
2390 * lib/fortran.exp (fortran_character1): New proc.
2391
2392 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2395 functions'. Reindent as needed.
2396 * gdb.base/info-var-f1.c: New file.
2397 * gdb.base/info-var-f2.c: New file.
2398 * gdb.base/info-var.exp: New file.
2399 * gdb.base/info-var.h: New file.
2400
2401 2019-08-26 Tom de Vries <tdevries@suse.de>
2402
2403 PR c++/24852
2404 * gdb.cp/no-libstdcxx-probe.exp: New test.
2405
2406 2019-08-26 Tom de Vries <tdevries@suse.de>
2407
2408 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2409 * tests need to be skipped.
2410 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2411 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2412 mi_skip_libstdcxx_probe_tests.
2413
2414 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2415
2416 * gdb.python/py-xmethods.exp: Use raw strings when passing
2417 arguments to SimpleXMethodMatcher.
2418
2419 2019-08-22 Tom de Vries <tdevries@suse.de>
2420
2421 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2422 more informative.
2423
2424 2019-08-21 Pedro Alves <palves@redhat.com>
2425
2426 * gdb.base/with.exp: Test "with" with no arguments.
2427
2428 2019-08-21 Tom de Vries <tdevries@suse.de>
2429
2430 * gdb.base/gdb-caching-proc.exp: Sort files.
2431
2432 2019-08-20 Tom de Vries <tdevries@suse.de>
2433
2434 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2435 compilation.
2436
2437 2019-08-16 Tom de Vries <tdevries@suse.de>
2438
2439 * gdb.base/compare-sections.exp ("after run to main"): Allow
2440 mismatched read-only sections for PIE executables.
2441
2442 2019-08-16 Tom Tromey <tom@tromey.com>
2443
2444 * lib/tuiterm.exp (_csi_Z): New proc.
2445 * gdb.tui/basic.exp: Update window positions.
2446 * gdb.tui/empty.exp: Update window positions.
2447
2448 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2449
2450 * gdb.base/examine-backward.exp: Correct regexp for
2451 "examine 3 bytes backward from ${address_zero}".
2452
2453 2019-08-15 Tom Tromey <tom@tromey.com>
2454
2455 * gdb.tui/empty.exp: Enable resizing tests.
2456
2457 2019-08-15 Tom Tromey <tromey@adacore.com>
2458
2459 * gdb.ada/char_enum.exp: Add regression tests.
2460 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2461 and '0'.
2462 (Char, Gchar): Update.
2463 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2464
2465 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2466
2467 * gdb.python/python.exp: Expect a leading underscore on
2468 GdbOutput{,Error}File.
2469
2470 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2471
2472 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2473 Windows host.
2474
2475 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2476
2477 * gdb.base/batch-preserve-term-settings.exp
2478 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2479
2480 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2481
2482 * lib/gdb.exp: When running on a mingw target, replace
2483 /x/ with x:/.
2484
2485 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2486
2487 * gdb.arch/aarch64-prologue.c: New test.
2488 * gdb.arch/aarch64-prologue.exp: New file.
2489
2490 2019-08-13 Tom de Vries <tdevries@suse.de>
2491
2492 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2493 Thread.
2494
2495 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2496
2497 * gdb.python/py-completion.exp: Download the .py file to the host
2498 and use its host pathname. Conditionalize tests that use
2499 tab completion and manipulate files on the build machine.
2500 * gdb.python/py-events.exp: Download the .py file to the host
2501 and use its host pathname.
2502 * gdb.python/py-evsignal.exp: Likewise.
2503 * gdb.python/py-evthreads.exp: Likewise.
2504 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2505 pathname syntax.
2506 * gdb.python/py-framefilter.exp: Download the .py file to the right
2507 place on the host. Match Windows pathname syntax.
2508 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2509 .py file to the host and use its host pathname.
2510 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2511 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2512 build pathname. Skip symlink test on Windows host. Add missing
2513 newline at end of file.
2514 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2515 and use its host pathname.
2516 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2517 * gdb.python/py-section-script.exp: Use host location of binfile
2518 on safe-path. Use correct path separator on Windows host.
2519 Reorder alternatives in gdb_test_multiple to prevent matching
2520 the wrong alternative on success.
2521 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2522
2523 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2524
2525 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2526 expect the GDB inferior to no longer immediately stop after
2527 being resumed with "signal SIGINT".
2528
2529 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2530
2531 * gdb.linespec/break-ask.exp: Generalize regexps to match
2532 Windows pathnames too.
2533
2534 2019-08-08 Tom de Vries <tdevries@suse.de>
2535
2536 PR testsuite/24862
2537 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2538
2539 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2540
2541 * gdb.base/style.exp: Update tests for help doc new invariants.
2542 * gdb.base/help.exp: Likewise.
2543
2544 2019-08-06 Tom Tromey <tom@tromey.com>
2545
2546 * gdb.base/style.exp: Add disassemble test.
2547 * gdb.base/style.c (some_called_function): New function.
2548 (main): Use it.
2549
2550 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2551
2552 * gdb.python/py-block.exp: Test dictionary access on blocks.
2553
2554 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2555
2556 PR gdb/24863
2557 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2558 -list-thread-groups --available test when running under
2559 check-read1.
2560
2561 2019-08-05 Tom de Vries <tdevries@suse.de>
2562
2563 PR testsuite/24863
2564 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2565 * gdb.base/help.exp: Use with_read1_timeout_factor.
2566 * gdb.base/info-macros.exp: Same.
2567 * gdb.cp/nested-types.exp: Same.
2568
2569 2019-08-05 Tom de Vries <tdevries@suse.de>
2570
2571 * lib/gdb.exp (version_at_least): Factor out of ...
2572 (tcl_version_at_least): ... here.
2573 (gdb_compile): Fail if pie results in non-PIE executable.
2574 (readelf_version, readelf_prints_pie): New proc.
2575 (exec_is_pie): Return -1 if unknown.
2576
2577 2019-08-05 Tom de Vries <tdevries@suse.de>
2578
2579 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2580
2581 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2582
2583 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2584
2585 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2586
2587 * lib/completion-support.exp (test_gdb_complete_none): Skip
2588 tab completion tests if no readline support.
2589 (test_gdb_complete_unique_re): Likewise.
2590 (test_gdb_complete_multiple): Likewise.
2591
2592 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2593
2594 * gdb.base/info_sources.exp: New file.
2595 * gdb.base/info_sources.c: New file.
2596 * gdb.base/info_sources_base.c: New file.
2597
2598 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2599
2600 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2601 prefix argument.
2602 (test_exit_status): Add prefix argument.
2603
2604 2019-08-01 Tom de Vries <tdevries@suse.de>
2605
2606 PR testsuite/24863
2607 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2608 calling exp_continue for new thread and thread exited messages.
2609
2610 2019-08-01 Tom de Vries <tdevries@suse.de>
2611
2612 PR testsuite/24863
2613 * gdb.base/structs.exp: Fix check-read1 timeout using
2614 gdb_test_sequence.
2615 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2616
2617 2019-08-01 Tom de Vries <tdevries@suse.de>
2618
2619 PR testsuite/24863
2620 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2621 line.
2622
2623 2019-08-01 Tom de Vries <tdevries@suse.de>
2624
2625 PR testsuite/24863
2626 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2627
2628 2019-07-30 Tom Tromey <tromey@adacore.com>
2629
2630 * gdb.ada/display_nested.exp: New file.
2631 * gdb.ada/display_nested/foo.adb: New file.
2632 * gdb.ada/display_nested/pack.adb: New file.
2633 * gdb.ada/display_nested/pack.ads: New file.
2634
2635 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2636
2637 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2638 namespace.
2639 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2640
2641 2019-07-30 Tom de Vries <tdevries@suse.de>
2642
2643 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2644 instead.
2645
2646 2019-07-30 Tom de Vries <tdevries@suse.de>
2647
2648 PR testsuite/24834
2649 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2650 (exec_is_pie): New proc.
2651
2652 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2653
2654 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2655
2656 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2657
2658 * gdb.python/py-objfile.c: Add global and static vars.
2659 * gdb.python/py-objfile.exp: Test new functions Objfile.
2660 lookup_global_symbol and lookup_static_symbol.
2661
2662 2019-07-29 Tom Tromey <tom@tromey.com>
2663
2664 * lib/tuiterm.exp (Term::_csi_@): New proc.
2665 (Term::_csi_X): Don't move cursor.
2666
2667 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2668
2669 * gdb.base/options.exp: Update backtrace - completion to
2670 new option -frame-info.
2671 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2672 Test new 'set print frame-info'. Test backtrace -frame-info
2673 overriding 'set print frame-info'.
2674 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2675 Test new 'set print frame-info'.
2676 Verify consistency of backtrace with and without filters, with and
2677 without -no-filters.
2678 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2679 default.
2680
2681 2019-07-29 Tom de Vries <tdevries@suse.de>
2682
2683 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2684 no arguments".
2685
2686 2019-07-29 Tom de Vries <tdevries@suse.de>
2687
2688 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2689 is a substring of the first for "complete non-unique file name".
2690
2691 2019-07-29 Tom de Vries <tdevries@suse.de>
2692
2693 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2694 with ".*".
2695
2696 2019-07-29 Tom de Vries <tdevries@suse.de>
2697
2698 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2699 Pass prompt_regexp parameter to gdb_test_multiple calls.
2700
2701 2019-07-29 Tom de Vries <tdevries@suse.de>
2702
2703 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2704 print registers" regexps.
2705
2706 2019-07-29 Tom de Vries <tdevries@suse.de>
2707
2708 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2709
2710 2019-07-29 Tom de Vries <tdevries@suse.de>
2711
2712 PR gdb/24855
2713 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2714 (skip_python_tests_prompt): Add prompt_regexp argument to
2715 gdb_test_multiple calls.
2716
2717 2019-07-27 Tom Tromey <tom@tromey.com>
2718
2719 * gdb.tui/main.exp: New file.
2720
2721 2019-07-27 Tom Tromey <tom@tromey.com>
2722
2723 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2724 optional.
2725 * gdb.tui/empty.exp: New file.
2726
2727 2019-07-27 Tom Tromey <tom@tromey.com>
2728
2729 * lib/tuiterm.exp (spawn): New proc.
2730 (Term::resize): New proc.
2731 * gdb.tui/resize.exp: New file.
2732
2733 2019-07-27 Tom Tromey <tom@tromey.com>
2734
2735 * gdb.tui/list.exp: New file.
2736
2737 2019-07-27 Tom Tromey <tom@tromey.com>
2738
2739 * gdb.tui/regs.exp: New file.
2740
2741 2019-07-27 Tom Tromey <tom@tromey.com>
2742
2743 * gdb.tui/basic.exp: Add "layout split" test.
2744
2745 2019-07-27 Tom Tromey <tom@tromey.com>
2746
2747 * gdb.tui/basic.exp: Add "layout asm" test.
2748
2749 2019-07-27 Tom Tromey <tom@tromey.com>
2750
2751 * lib/tuiterm.exp: New file.
2752 * gdb.tui/basic.exp: New file.
2753
2754 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2755
2756 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2757 Enable tests associated with this flag. Adjust regex
2758 referencing "foo_low" to now refer to "foo_cold" instead.
2759
2760 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2761
2762 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2763 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2764 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2765 foo_cold. Revise comments to match.
2766 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2767 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2768 were wrapped into this proc; Call do_test in loop from outermost
2769 level.
2770 (foo_low): Rename all occurrences to "foo_cold".
2771 (backtrace from baz): New test.
2772 (x2/i foo_cold): New test.
2773 (info line *foo_cold): New test.
2774
2775 2019-07-26 Tom de Vries <tdevries@suse.de>
2776
2777 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2778
2779 2019-07-25 Tom de Vries <tdevries@suse.de>
2780
2781 PR testsuite/24830
2782 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2783 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2784 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2785 (skip_libstdcxx_probe_tests): ... here.
2786 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2787
2788 2019-07-24 Tom de Vries <tdevries@suse.de>
2789
2790 PR testsuite/24807
2791 * gdb.objc/basicclass.m: Include stdio.h.
2792 * gdb.objc/nondebug.m: Same.
2793 * gdb.objc/objcdecode.m: Same.
2794
2795 2019-07-24 Tom de Vries <tdevries@suse.de>
2796
2797 PR testsuite/24612
2798 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2799 additional_flags.
2800
2801 2019-07-24 Tom de Vries <tdevries@suse.de>
2802
2803 PR testsuite/24831
2804 * gdb.multi/tids.exp: Update error messages for info threads.
2805
2806 2019-07-24 Tom de Vries <tdevries@suse.de>
2807
2808 * gdb.base/info-types.exp: Allow info types to print info for more than
2809 one file.
2810
2811 2019-07-23 Tom de Vries <tdevries@suse.de>
2812
2813 PR testsuite/24842
2814 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2815 gdb_spawn_with_cmdline_opts.
2816
2817 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2818
2819 * gdb.arch/arm-cmse-sgstubs.c: New test.
2820 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2821
2822 2019-07-23 Tom de Vries <tdevries@suse.de>
2823
2824 PR testsuite/24711
2825 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2826 issuing next command.
2827
2828 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2829
2830 * gdb.ada/info_auto_lang.exp: Update expected results.
2831 * gdb.base/info-types.c: Add additional types to check.
2832 * gdb.base/info-types.exp: Update expected results.
2833
2834 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * gdb.base/info-types.c: New file.
2837 * gdb.base/info-types.exp: New file.
2838
2839 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2840
2841 * gdb.arch/riscv-bp-infcall.c: New file.
2842 * gdb.arch/riscv-bp-infcall.exp: New file.
2843
2844 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2845
2846 PR breakpoints/24541
2847 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2848
2849 2019-07-14 Tom de Vries <tdevries@suse.de>
2850
2851 PR testsuite/24760
2852 * gdb.objc/basicclass.exp: Fix unterminated string.
2853
2854 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2855 Andrew Burgess <andrew.burgess@embecosm.com>
2856
2857 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2858 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2859 negative bounds.
2860 * gdb.fortran/vla-value.exp: Print elements of an array with
2861 negative bounds.
2862 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2863 testing.
2864
2865 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2866
2867 * gdb.base/options.exp (expect_string): Dequote strings in
2868 results.
2869 (test-string): Test strings with different quoting and reindent.
2870
2871 2019-07-10 Tom Tromey <tromey@adacore.com>
2872
2873 * gdb.ada/mi_ex_cond.exp: Update expected results.
2874 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2875 * gdb.ada/mi_catch_ex.exp: Update expected results.
2876 * gdb.ada/mi_catch_assert.exp: Update expected results.
2877 * gdb.ada/catch_ex.exp (catch_exception_info)
2878 (catch_exception_entry, catch_assert_entry)
2879 (catch_unhandled_entry): Update.
2880 * gdb.ada/catch_assert_if.exp: Update expected results.
2881
2882 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2883 Stephen Roberts <stephen.roberts@arm.com>
2884
2885 * gdb.base/define.exp: Restore original prompt.
2886
2887 2019-07-09 Pedro Alves <palves@redhat.com>
2888
2889 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2890 breakpoints" output.
2891 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2892 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2893 throw" creates breakpoint.
2894 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2895 'type="catchpoint"'.
2896
2897 2019-07-09 Pedro Alves <palves@redhat.com>
2898
2899 PR c++/15468
2900 * gdb.cp/except-multi-location-lib.cc: New.
2901 * gdb.cp/except-multi-location-main.cc: New.
2902 * gdb.cp/except-multi-location.exp: New.
2903
2904 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2905
2906 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2907 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2908 argument and update callers.
2909
2910 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2911
2912 * gdb.arch/amd64-break-on-asm-line.S: New file.
2913 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2914
2915 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2916
2917 * gdb.base/printcmds.exp: Test printing C string and
2918 C wide string convenience vars without transiting via the inferior.
2919 Also make test names unique.
2920
2921 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2922
2923 PR breakpoints/25011
2924 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2925
2926 2019-07-04 Pedro Alves <palves@redhat.com>
2927
2928 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2929 body returned ok(0), break(3) or continue(4).
2930 * gdb.testsuite/foreach_with_prefix.exp: New file.
2931
2932 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2933
2934 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2935
2936 2019-07-03 Pedro Alves <palves@redhat.com>
2937
2938 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2939 "return -code".
2940
2941 2019-07-03 Pedro Alves <palves@redhat.com>
2942
2943 PR cli/24732
2944 * gdb.base/shell.exp: Load completion-support.exp.
2945 Adjust expected error output. Add completion tests.
2946
2947 2019-07-03 Pedro Alves <palves@redhat.com>
2948
2949 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2950 string_to_regexp.
2951
2952 2019-07-03 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2955 (expect_integer): Adjust to expect "-string".
2956 (expect_string): New.
2957 (all_options): Expect "-string".
2958 (test-flag, test-boolean): Adjust to expect "-string".
2959 (test-string): New proc.
2960 (top level): Call it.
2961
2962 2019-07-03 Pedro Alves <palves@redhat.com>
2963
2964 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2965 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2966 the expected output in the success.
2967
2968 2019-07-03 Pedro Alves <palves@redhat.com>
2969
2970 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2971 Split one gdb_test_multiple call in two to avoid a race.
2972
2973 2019-07-03 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.base/with.c: New file.
2976 * gdb.base/with.exp: New file.
2977
2978 2019-07-03 Pedro Alves <palves@redhat.com>
2979
2980 * gdb.base/settings.exp: Replace all references to "maint
2981 test-settings set" with references to "maint set test-settings",
2982 and all references to "maint test-settings show" with references
2983 to "maint show test-settings".
2984
2985 2019-07-03 Pedro Alves <palves@redhat.com>
2986
2987 * gdb.base/settings.exp (test-string): Adjust expected out when
2988 testing "maint test-settings show filename"
2989
2990 2019-07-02 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.base/options.exp (test-info-threads): New procedure.
2993 (top level): Call it.
2994
2995 2019-06-28 Tom Tromey <tromey@adacore.com>
2996
2997 * gdb.dwarf2/ada-linkage-name.c: New file.
2998 * gdb.dwarf2/ada-linkage-name.exp: New file.
2999
3000 2019-06-27 Tom Tromey <tromey@adacore.com>
3001
3002 PR c++/20020:
3003 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3004
3005 2019-06-26 Tom de Vries <tdevries@suse.de>
3006
3007 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3008
3009 2019-06-26 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.base/index-cache.exp: Add back missing debug option.
3012
3013 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3014
3015 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3016
3017 2019-06-25 Tom de Vries <tdevries@suse.de>
3018
3019 PR testsuite/24727
3020 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3021
3022 2019-06-24 Tom de Vries <tdevries@suse.de>
3023
3024 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3025
3026 2019-06-24 Tom de Vries <tdevries@suse.de>
3027
3028 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3029 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3030 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3031
3032 2019-06-24 Tom de Vries <tdevries@suse.de>
3033
3034 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3035
3036 2019-06-21 Tom de Vries <tdevries@suse.de>
3037
3038 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3039
3040 2019-06-21 Tom de Vries <tdevries@suse.de>
3041
3042 PR testsuite/24518
3043 PR ada/24713
3044 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3045 index.
3046
3047 2019-06-19 Tom Tromey <tromey@adacore.com>
3048
3049 * gdb.ada/length_cond.exp: Add intro comment.
3050
3051 2019-06-19 Tom Tromey <tromey@adacore.com>
3052
3053 * gdb.ada/length_cond.exp: New file.
3054 * gdb.ada/length_cond/length_cond.adb: New file.
3055 * gdb.ada/length_cond/pck.adb: New file.
3056 * gdb.ada/length_cond/pck.ads: New file.
3057
3058 2019-06-18 Tom de Vries <tdevries@suse.de>
3059
3060 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3061
3062 2019-06-18 Tom Tromey <tromey@adacore.com>
3063
3064 * gdb.base/list0.h: Add comment explaining control character.
3065
3066 2019-06-18 Tom de Vries <tdevries@suse.de>
3067
3068 * boards/fission.exp: Break up long debug_flags line.
3069
3070 2019-06-16 Tom de Vries <tdevries@suse.de>
3071
3072 PR gdb/24445
3073 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3074 generated index.
3075
3076 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3077
3078 PR gdb/24686
3079 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3080 improve detection of bug gdb/24541.
3081
3082 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3083
3084 PR gdb/24669
3085 * gdb.base/index-cache.exp (uses_readnow,
3086 expecting_index_cache_use): Define global variable.
3087 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3088 expecting_index_cache_use.
3089
3090 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3091 Andrew Burgess <andrew.burgess@embecosm.com>
3092
3093 * gdb.fortran/pointers.f90: New file.
3094 * gdb.fortran/print_type.exp: New file.
3095 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3096 * gdb.fortran/vla-type.exp: Likewise.
3097 * gdb.fortran/vla-value.exp: Likewise.
3098 * gdb.mi/mi-vla-fortran.exp: Likewise.
3099
3100 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3101
3102 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3103 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3104 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3105 as a stop reason.
3106
3107 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3108
3109 * gdb.base/annota1.exp: Update expected results.
3110 * gdb.cp/annota2.exp: Likewise.
3111 * gdb.cp/annota3.exp: Likewise.
3112
3113 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3114
3115 * gdb.base/style-logging.exp: Remove path from test name.
3116
3117 2019-06-14 Tom Tromey <tromey@adacore.com>
3118
3119 PR gdb/24502:
3120 * gdb.base/style-logging.exp: New file.
3121
3122 2019-06-14 Tom Tromey <tromey@adacore.com>
3123
3124 * gdb.base/symfile-warn.exp: New file.
3125 * gdb.base/symfile-warn.c: New file.
3126
3127 2019-06-14 Tom Tromey <tromey@adacore.com>
3128
3129 * gdb.base/annotate-symlink.exp: New file.
3130
3131 2019-06-14 Tom Tromey <tromey@adacore.com>
3132
3133 * gdb.ada/set_wstr.exp: Add reassignment test.
3134
3135 2019-06-14 Tom Tromey <tromey@adacore.com>
3136
3137 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3138 'unchecked_access and 'unrestricted_access as well.
3139
3140 2019-06-14 Tom Tromey <tromey@adacore.com>
3141
3142 PR ada/24539:
3143 * gdb.ada/vla.exp: Update tests.
3144 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3145 pragma.
3146
3147 2019-06-13 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.base/settings.exp (test-integer): Test junk after
3150 "unlimited".
3151
3152 2019-06-13 Pedro Alves <palves@redhat.com>
3153
3154 * gdb.base/options.exp (test-thread-apply): New.
3155 (top level): Call it.
3156
3157 2019-06-13 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.base/options.exp (test-frame-apply): New.
3160 (top level): Test print commands with different "frame apply"
3161 prefixes.
3162
3163 2019-06-13 Pedro Alves <palves@redhat.com>
3164
3165 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3166 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3167 'max_completions' parameter and handle it.
3168 (test_gdb_completion_offers_commands): New.
3169
3170 2019-06-13 Pedro Alves <palves@redhat.com>
3171
3172 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3173
3174 2019-06-13 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.base/options.exp (test-backtrace): New.
3177 (top level): Call it.
3178
3179 2019-06-13 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.guile/scm-frame-args.exp: Use "set print
3182 raw-frame-arguments" instead of "set print raw frame-arguments".
3183 * gdb.python/py-frame-args.exp: Likewise.
3184
3185 2019-06-13 Pedro Alves <palves@redhat.com>
3186
3187 * gdb.compile/compile.exp: Adjust expected output to option
3188 processing changes.
3189
3190 2019-06-13 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.base/options.exp: Build executable.
3193 (test-print): New procedure.
3194 (top level): Call it, once for "print" and another for "compile
3195 print".
3196
3197 2019-06-13 Pedro Alves <palves@redhat.com>
3198
3199 * gdb.base/options.c: New file.
3200 * gdb.base/options.exp: New file.
3201
3202 2019-06-13 Pedro Alves <palves@redhat.com>
3203
3204 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3205 that "o" is ambiguous.
3206
3207 2019-06-13 Pedro Alves <palves@redhat.com>
3208
3209 * gdb.base/settings.c: New file.
3210 * gdb.base/settings.exp: New file.
3211
3212 2019-06-13 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.base/completion.exp: Fix comment typo.
3215
3216 2019-06-13 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3219 foo --1" test.
3220
3221 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3222
3223 * gdb.fortran/block-data.f: New.
3224 * gdb.fortran/block-data.exp: New.
3225
3226 2019-06-11 Tom de Vries <tdevries@suse.de>
3227
3228 PR testsuite/24521
3229 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3230 message.
3231
3232 2019-06-11 Tom de Vries <tdevries@suse.de>
3233
3234 PR testsuite/24521
3235 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3236
3237 2019-06-11 Tom de Vries <tdevries@suse.de>
3238
3239 * boards/readnow.exp: New file.
3240
3241 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3242
3243 * gdb.fortran/vla-sizeof.exp: Update expected results.
3244
3245 2019-06-06 Amos Bird <amosbird@gmail.com>
3246
3247 * gdb.base/annota1.exp (thread_switch): Add test for
3248 thread-exited annotation.
3249
3250 2019-06-06 Tom Tromey <tromey@adacore.com>
3251
3252 * gdb.base/maint.exp: Expect command started/finished output.
3253
3254 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3255
3256 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3257 comment.
3258 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3259
3260 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3263 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3264 * gdb.arch/riscv-unwind-long-insn.c: New file.
3265 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3266
3267 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3268
3269 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3270
3271 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3272
3273 * lib/gdb.exp (help_list_trailer): New regexp variable
3274 factorizing the help trailer message.
3275 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3276 arg to allow to better factorize various tests.
3277 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3278 (test_prefix_command_help): Use help_list_trailer.
3279 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3280 * gdb.guile/scm-cmd.exp: Likewise.
3281 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3282 * gdb.base/help.exp: Use test_user_defined_class_help.
3283 * gdb.base/style.exp: Add tests for styling of help and apropos.
3284 * lib/gdb-utils.exp (style): Add title and highlight styles.
3285
3286 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3287
3288 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3289 $_shell_exitsignal.
3290 * gdb.base/default.exp: Update for new convenience variables.
3291
3292 2019-05-29 Tom Tromey <tromey@adacore.com>
3293
3294 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3295 to "break complete ada" test case's regexp.
3296
3297 2019-05-29 Tom Tromey <tromey@adacore.com>
3298
3299 PR c++/20020:
3300 * gdb.cp/constexpr-field.exp: New file.
3301 * gdb.cp/constexpr-field.cc: New file.
3302
3303 2019-05-29 Tom Tromey <tromey@adacore.com>
3304
3305 * gdb.base/finish.exp (finish_no_print): New proc.
3306 (finish_tests): Call it.
3307
3308 2019-05-24 Tom de Vries <tdevries@suse.de>
3309
3310 * gdb.dwarf2/gdb-add-index.exp: New file.
3311
3312 2019-05-22 Tom Tromey <tromey@adacore.com>
3313
3314 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3315 * gdb.base/style.exp: Use "style".
3316 * lib/gdb-utils.exp (style): New proc.
3317
3318 2019-05-22 Tom de Vries <tdevries@suse.de>
3319
3320 * gdb.base/align.exp: Require c++11.
3321
3322 2019-05-22 Tom de Vries <tdevries@suse.de>
3323
3324 PR testsuite/24586
3325 * gdb.python/py-mi-var-info-path-expression.exp: Call
3326 mi_skip_python_tests to check if python is supported.
3327
3328 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3329
3330 * gdb.arch/aarch64-pauth.c: New test.
3331 * gdb.arch/aarch64-pauth.exp: New file.
3332
3333 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3334
3335 * README (Re-running Tests Outside The Testsuite): New section.
3336
3337 2019-05-21 Tom de Vries <tdevries@suse.de>
3338
3339 * gdb.arch/amd64-eval.exp: Require c++11.
3340 * gdb.base/max-depth.exp: Same.
3341 * gdb.compile/compile-cplus-array-decay.exp: Same.
3342 * gdb.cp/meth-typedefs.exp: Same.
3343 * gdb.cp/subtypes.exp: Same.
3344 * gdb.cp/temargs.exp: Same.
3345
3346 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3347
3348 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3349
3350 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3351
3352 PR gdb/18644
3353 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3354 * gdb.fortran/printing-types.exp: Add new test.
3355 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3356 testing.
3357 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3358 setup_kfail call.
3359
3360 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3361
3362 * README (Running the Testsuite): Change example.
3363 (Testsuite Parameters): Remove TRANSCRIPT.
3364 * lib/gdb.exp: Remove TRANSCRIPT check.
3365
3366 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3367
3368 * README (Testsuite Parameters): Add replay logging to
3369 GDBSERVER_DEBUG.
3370 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3371 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3372 as a comma separated list.
3373 (gdb_debug_init): Override procedure.
3374
3375 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3376
3377 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3378 (gdb_write_cmd_file): New procedure.
3379 * lib/gdbserver-support.exp (gdbserver_start): Call
3380 gdbserver_write_cmd_file.
3381 (gdbserver_write_cmd_file): New procedure.
3382
3383 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3384
3385 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3386 (delete_breakpoints): Likewise.
3387 (gdb_run_cmd): Likewise.
3388 (gdb_start_cmd): Likewise.
3389 (gdb_starti_cmd): Likewise.
3390 (gdb_internal_error_resync): Likewise.
3391 (gdb_test_multiple): Likewise.
3392 (gdb_reinitialize_dir): Likewise.
3393 (default_gdb_exit): Likewise.
3394 (gdb_file_cmd): Mark kill as optional.
3395 (default_gdb_start): Call gdb_stdin_log_init.
3396 (send_gdb): Call gdb_stdin_log_write.
3397 (rerun_to_main): Mark Y as an answer.
3398 (gdb_stdin_log_init): New function.
3399 (gdb_stdin_log_write): Likewise.
3400
3401 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3402
3403 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3404 * gdb.base/debug-expr.exp: Likewise.
3405 * gdb.base/foll-fork.exp: Likewise.
3406 * gdb.base/foll-vfork.exp: Likewise.
3407 * gdb.base/fork-print-inferior-events.exp: Likewise.
3408 * gdb.base/gdb-sigterm.exp: Likewise.
3409 * gdb.base/gdbinit-history.exp: Likewise.
3410 * gdb.base/osabi.exp: Likewise.
3411 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3412 * gdb.base/ui-redirect.exp: Likewise.
3413 * gdb.gdb/unittest.exp: Likewise.
3414 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3415 * gdb.mi/mi-watch.exp: Likewise.
3416 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3417 * gdb.mi/user-selected-context-sync.exp: Likewise.
3418 * gdb.python/python.exp: Disable debug test when debugging.
3419 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3420 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3421 Likewise.
3422 * gdb.threads/stepi-random-signal.exp: Likewise.
3423
3424 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3425
3426 * Makefile.in: Pass through GDB_DEBUG.
3427 * README (Testsuite Parameters): Add GDB_DEBUG.
3428 (gdb,debug): Add board setting.
3429 * lib/gdb.exp (default_gdb_start): Start debugging.
3430 (gdb_debug_enabled): New procedure.
3431 (gdb_debug_init): Likewise.
3432
3433 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3434
3435 * Makefile.in: Pass through GDB_DEBUG.
3436 * README (Testsuite Parameters): Add GDB_DEBUG.
3437 (gdb,debug): Add board setting.
3438 * lib/gdb.exp (default_gdb_start): Start debugging.
3439 (gdb_debug_enabled): New procedure.
3440 (gdb_debug_init): Likewise.
3441
3442 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3443
3444 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3445
3446 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3447
3448 * gdb.base/ui-redirect.exp: Test redirection.
3449
3450 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3451
3452 * gdb.mi/mi-complete.exp: New file.
3453 * gdb.mi/mi-complete.cc: Likewise.
3454
3455 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3456
3457 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3458 indexed and sliced arrays, and pointers to arrays.
3459
3460 2019-05-14 Tom Tromey <tromey@adacore.com>
3461
3462 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3463 styling test.
3464
3465 2019-05-14 Tom de Vries <tdevries@suse.de>
3466
3467 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3468 selection entry encoding.
3469
3470 2019-05-10 Tom Tromey <tromey@adacore.com>
3471
3472 * gdb.ada/info_exc.exp: Add "complete" test.
3473
3474 2019-05-09 Tom de Vries <tdevries@suse.de>
3475
3476 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3477 CU-relative.
3478
3479 2019-05-09 Tom de Vries <tdevries@suse.de>
3480
3481 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3482 CU-relative.
3483
3484 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3485
3486 * gdb.ada/frame_arg_lang.exp: New testcase.
3487 * gdb.ada/frame_arg_lang/bla.adb: New file.
3488 * gdb.ada/frame_arg_lang/pck.ads: New file.
3489 * gdb.ada/frame_arg_lang/pck.adb: New file.
3490 * gdb.ada/frame_arg_lang/foo.c: New file.
3491
3492 2019-05-08 Tom Tromey <tromey@adacore.com>
3493
3494 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3495
3496 2019-05-08 Tom Tromey <tromey@adacore.com>
3497
3498 * gdb.base/ptype-offsets.exp: Update tests.
3499
3500 2019-05-08 Tom Tromey <tromey@adacore.com>
3501
3502 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3503 cases.
3504 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3505 "short".
3506
3507 2019-05-08 Tom Tromey <tromey@adacore.com>
3508
3509 * gdb.ada/vla.exp: New file.
3510 * gdb.ada/vla/vla.adb: New file.
3511
3512 2019-05-07 Tom de Vries <tdevries@suse.de>
3513
3514 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3515
3516 2019-05-07 Tom de Vries <tdevries@suse.de>
3517
3518 PR testsuite/24522
3519 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3520 section.
3521
3522 2019-05-07 Tom de Vries <tdevries@suse.de>
3523
3524 PR testsuite/24522
3525 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3526 .debug_aranges section.
3527
3528 2019-05-07 Tom de Vries <tdevries@suse.de>
3529
3530 PR testsuite/24159
3531 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3532
3533 2019-05-06 Tom de Vries <tdevries@suse.de>
3534
3535 * lib/gdb.exp (exec_has_index_section): New proc.
3536 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3537 section.
3538
3539 2019-05-04 Tom de Vries <tdevries@suse.de>
3540
3541 * boards/cc-with-debug-names.exp: New file.
3542
3543 2019-05-03 Tom Tromey <tromey@adacore.com>
3544
3545 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3546 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3547 * gdb.ada/char_enum.exp: Add test.
3548
3549 2019-05-03 Tom de Vries <tdevries@suse.de>
3550
3551 * boards/cc-with-gdb-index.exp: New file.
3552
3553 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3554
3555 * gdb.rust/simple.exp: Add new test case.
3556 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3557 (main): Initialise an instance of the new struct.
3558
3559 2019-05-01 Tom Tromey <tromey@adacore.com>
3560
3561 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3562 record.
3563 (NPR): New variable.
3564 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3565 test.
3566
3567 2019-05-01 Tom Tromey <tromey@adacore.com>
3568
3569 * gdb.ada/packed_array_assign.exp: Add packed assignment
3570 regression test.
3571
3572 2019-05-01 Tom de Vries <tdevries@suse.de>
3573
3574 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3575
3576 2019-05-01 Tom de Vries <tdevries@suse.de>
3577
3578 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3579
3580 2019-04-30 Ali Tamur <tamur@google.com>
3581
3582 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3583
3584 2019-04-30 Tom Tromey <tromey@adacore.com>
3585
3586 * lib/ada.exp (find_ada_tool): New proc.
3587 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3588 * gdb.ada/catch_ex_std.exp: New file.
3589 * gdb.ada/catch_ex_std/foo.adb: New file.
3590 * gdb.ada/catch_ex_std/some_package.adb: New file.
3591 * gdb.ada/catch_ex_std/some_package.ads: New file.
3592
3593 2019-04-30 Tom Tromey <tromey@adacore.com>
3594
3595 PR c++/24470:
3596 * gdb.cp/temargs.cc: Add test code from PR.
3597
3598 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3599
3600 * gdb.fortran/vla-datatypes.exp: Update expected results.
3601 * gdb.fortran/vla-ptype.exp: Likewise.
3602 * gdb.fortran/vla-type.exp: Likewise.
3603 * gdb.fortran/vla-value.exp: Likewise.
3604
3605 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3606
3607 * gdb.fortran/ptr-indentation.exp: Update expected results.
3608 * gdb.fortran/ptype-on-functions.exp: Likewise.
3609 * gdb.fortran/vla-ptr-info.exp: Likewise.
3610 * gdb.fortran/vla-value.exp: Likewise.
3611
3612 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3613
3614 * gdb.fortran/ptype-on-functions.exp: New file.
3615 * gdb.fortran/ptype-on-functions.f90: New file.
3616
3617 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3618
3619 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3620 case void string.
3621
3622 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3623
3624 * gdb.fortran/complex.exp: Expand.
3625 * gdb.fortran/complex.f: Renamed to...
3626 * gdb.fortran/complex.f90: ...this, and extended to add more
3627 complex values.
3628
3629 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3630
3631 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3632 MODULO, CMPLX.
3633
3634 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3635 Richard Bunt <richard.bunt@arm.com>
3636
3637 * gdb.base/max-depth.c: New file.
3638 * gdb.base/max-depth.exp: New file.
3639 * gdb.python/py-nested-maps.c: New file.
3640 * gdb.python/py-nested-maps.exp: New file.
3641 * gdb.python/py-nested-maps.py: New file.
3642 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3643 (test_all_common): Call test_max_depth.
3644 * gdb.fortran/max-depth.exp: New file.
3645 * gdb.fortran/max-depth.f90: New file.
3646 * gdb.go/max-depth.exp: New file.
3647 * gdb.go/max-depth.go: New file.
3648 * gdb.modula2/max-depth.exp: New file.
3649 * gdb.modula2/max-depth.c: New file.
3650 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3651
3652 2019-04-29 Tom de Vries <tdevries@suse.de>
3653
3654 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3655
3656 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3657
3658 * gdb.base/callexit.exp: Test may-call-functions off.
3659
3660 2019-04-25 Keith Seitz <keiths@redhat.com>
3661
3662 PR c++/24367
3663 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3664 (another_incomplete_struct, test_incomplete): New definitions.
3665 (main): Use new definitions.
3666 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3667 functions.
3668
3669 2019-04-25 Ali Tamur <tamur@google.com>
3670
3671 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3672
3673 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3674
3675 PR corefiles/11608
3676 PR corefiles/18187
3677 * gdb.base/coredump-filter-build-id.exp: New file.
3678
3679 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3680
3681 * Makefile.in: Pass through GDBSERVER_DEBUG.
3682 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3683 (gdbserver,debug): Add board setting.
3684 * gdb.trace/tspeed.exp: Skip when debugging.
3685 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3686 * lib/gdbserver-support.exp: Likewise
3687
3688 2019-04-24 Tom Tromey <tromey@adacore.com>
3689
3690 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3691 Rust.
3692
3693 2019-04-24 Tom Tromey <tromey@adacore.com>
3694
3695 * gdb.arch/amd64-eval.exp: Test bitfield return.
3696 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3697 (class Foo) <return_bitfields>: New method.
3698 (main): Call it.
3699
3700 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3701
3702 * gdb.cp/many-args.cc: New file.
3703 * gdb.cp/many-args.exp: New file.
3704
3705 2019-04-23 Tom de Vries <tdevries@suse.de>
3706
3707 PR gdb/24433
3708 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3709
3710 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3711
3712 * gdb.trace/backtrace.exp: Use nopie flag.
3713 * gdb.trace/circ.exp: Likewise.
3714 * gdb.trace/collection.exp: Likewise.
3715 * gdb.trace/ftrace.exp: Likewise.
3716 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3717 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3718 * gdb.trace/qtro.exp: Likewise.
3719 * gdb.trace/read-memory.exp: Likewise.
3720 * gdb.trace/report.exp: Likewise.
3721 * gdb.trace/tfile.exp: Likewise.
3722 * gdb.trace/tfind.exp: Likewise.
3723 * gdb.trace/unavailable.exp: Likewise.
3724
3725 2019-04-22 Pedro Alves <palves@redhat.com>
3726
3727 * gdb.base/solib-probes-nosharedlibrary.c,
3728 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3729
3730 2019-04-19 Tom Tromey <tromey@adacore.com>
3731
3732 * gdb.ada/ptype_union.c: New file.
3733 * gdb.ada/ptype_union.exp: New file.
3734
3735 2019-04-19 Tom Tromey <tromey@adacore.com>
3736
3737 PR symtab/24423:
3738 * gdb.base/list0.h (foo): Add a control-l character.
3739
3740 2019-04-18 Tom de Vries <tdevries@suse.de>
3741
3742 PR gdb/24433
3743 * boards/local-board.exp: Set sysroot to "".
3744
3745 2019-04-18 Tom de Vries <tdevries@suse.de>
3746 Pedro Alves <palves@redhat.com>
3747
3748 PR gdb/24454
3749 * gdb.threads/vfork-follow-child-exec.c: New file.
3750 * gdb.threads/vfork-follow-child-exec.exp: New file.
3751 * gdb.threads/vfork-follow-child-exit.c: New file.
3752 * gdb.threads/vfork-follow-child-exit.exp: New file.
3753
3754 2019-04-15 Leszek Swirski <leszeks@google.com>
3755
3756 * gdb.arch/amd64-eval.cc: New file.
3757 * gdb.arch/amd64-eval.exp: New file.
3758
3759 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3760
3761 * gdb.server/sysroot.c: New test.
3762 * gdb.server/sysroot.exp: New file.
3763 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3764 matching param.
3765
3766 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3767
3768 * gdb.base/align.exp: Extend test to cover structures containing
3769 only static fields.
3770
3771 2019-04-11 Tom de Vries <tdevries@suse.de>
3772
3773 * boards/cc-with-dwz-m.exp: New file.
3774 * boards/cc-with-dwz.exp: New file.
3775 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3776
3777 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3778
3779 * gdb.base/start-cpp.exp: New file.
3780 * gdb.base/start-cpp.cc: New file.
3781
3782 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3783
3784 * gdb.python/py-thrhandle.exp: Adjust tests to call
3785 thread_from_handle instead of thread_from_thread_handle.
3786
3787 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3788
3789 * gdb.python/py-thrhandle.exp: Add tests for
3790 gdb.InferiorThread.handle.
3791
3792 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3793
3794 * gdb.python/py-function.exp: Check calling helper function from
3795 all languages.
3796 * lib/gdb.exp (gdb_supported_languages): New proc.
3797
3798 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3799
3800 * gdb.base/complex-parts.c: New file.
3801 * gdb.base/complex-parts.exp: New file.
3802
3803 2019-04-01 Tom Tromey <tromey@adacore.com>
3804
3805 PR symtab/23331:
3806 * gdb.dwarf2/dw2-ranges-main.c: New file.
3807 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3808 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3809
3810 2019-03-30 Simon Marchi <simark@simark.ca>
3811
3812 * gdb.base/default.exp: Add values for $_gdb_major and
3813 $_gdb_minor.
3814
3815 2019-03-29 Tom Tromey <tromey@adacore.com>
3816
3817 * gdb.base/help.exp: Tighten apropos regexp.
3818
3819 2019-03-29 Keith Seitz <keiths@redhat.com>
3820
3821 * gdb.fortran/array-bounds.exp: New file.
3822 * gdb.fortran/array-bounds.f90: New file.
3823
3824 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3825
3826 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3827
3828 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3829
3830 * gdb.multi/hello.c (main): Increase alarm timer.
3831
3832 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3833
3834 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3835 factor when no hardware watchpoint support.
3836
3837 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3838 Pedro Alves <palves@redhat.com>
3839
3840 * boards/local-board.exp: set sysroot to /.
3841
3842 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3843
3844 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3845 in child.
3846
3847 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3848
3849 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3850 field.
3851 (make_container): Initialise new field.
3852 * gdb.python/py-prettyprint.exp: Add new tests.
3853 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3854 <display_hint>: New method.
3855
3856 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3857
3858 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3859 gdb_continue_to_breakpoint more throughout this test.
3860 (run_lang_tests) Supply unique test names, and use
3861 gdb_test_no_output.
3862
3863 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3864
3865 * gdb.base/finish-pretty.exp: Update expected results.
3866 * gdb.base/pretty-print.c: New file.
3867 * gdb.base/pretty-print.exp: New file.
3868
3869 2019-03-25 Pedro Alves <palves@redhat.com>
3870
3871 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3872 move comments outside list. Append '-i "" eof' section.
3873
3874 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3875
3876 PR testsuite/25016
3877 * README: Add pie options.
3878 * gdb.base/break-interp.exp: Ensure pie is disabled.
3879 * gdb.base/dump.exp: Likewise.
3880 * lib/gdb.exp (gdb_compile): Add pie option.
3881
3882 2019-03-19 Tom Tromey <tromey@adacore.com>
3883
3884 * gdb.mi/mi2-cli-display.c: New file.
3885 * gdb.mi/mi2-cli-display.exp: New file.
3886
3887 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3888 Tom Tromey <tromey@adacore.com>
3889
3890 * gdb.ada/ptype_array/pck.adb: New file.
3891 * gdb.ada/ptype_array/pck.ads: New file.
3892 * gdb.ada/ptype_array/foo.adb: New file.
3893 * gdb.ada/ptype_array.exp: New file.
3894
3895 2019-03-14 Tom Tromey <tromey@adacore.com>
3896
3897 * gdb.base/style.exp: Add "set style sources" test.
3898
3899 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3900
3901 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3902 * mi-breakpoint-multiple-locations.exp: ... this.
3903 (make_breakpoints_pattern): New proc.
3904 (do_test): Add mi_version parameter, test -break-insert,
3905 -break-info and =breakpoint-created.
3906
3907 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3908
3909 * config/default.exp: Remove 'load_lib gdb.exp'.
3910 * config/monitor.exp: Likewise.
3911 * config/sid.exp: Likewise.
3912 * config/sim.exp: Likewise.
3913 * config/slite.exp: Likewise.
3914 * config/unix.exp: Likewise.
3915 * gdb.base/default.exp: Remove unhelpful comment.
3916
3917 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3918
3919 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3920
3921 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3922
3923 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3924
3925 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3926
3927 * gdb.fortran/type-kinds.exp: Update expected results.
3928
3929 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3932
3933 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3934
3935 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3936 function.
3937 (test_basic_parsing_of_type_kinds): Expand types tested.
3938 (test_parsing_invalid_type_kinds): New function.
3939
3940 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3941
3942 * gdb.fortran/intrinsics.exp: New file.
3943 * gdb.fortran/intrinsics.f90: New file.
3944 * gdb.fortran/type-kinds.exp: New file.
3945
3946 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3947
3948 * gdb.fortran/dot-ops.exp: New file.
3949
3950 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3951
3952 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3953 Check upper and lower case logical literals.
3954
3955 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3956
3957 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3958 Remove duplicate tests.
3959
3960 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3961
3962 * lib/gdb.exp (builtin_cd): rename of cd.
3963 (cd): Override builtin.
3964
3965 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3966
3967 * gdb.fortran/function-calls.exp: New file.
3968 * gdb.fortran/function-calls.f90: New test.
3969
3970 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3971
3972 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3973 on user program standard output.
3974 * gdb.fortran/short-circuit-argument-list.f90: Record function
3975 calls.
3976
3977 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3978
3979 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3980 failure.
3981
3982 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3983
3984 PR gdb/8527
3985 * gdb.base/interrupt-daemon-attach.c,
3986 gdb.base/interrupt-daemon-attach.exp: New test.
3987
3988 2019-02-27 Pedro Alves <palves@redhat.com>
3989
3990 * gdb.base/page.exp: Add tests for "set width/height -1".
3991
3992 2019-02-27 Pedro Alves <palves@redhat.com>
3993
3994 * gdb.base/page.exp: Add tests for "set/show width/height" with
3995 "infinite" values.
3996
3997 2019-02-27 Tom Tromey <tromey@adacore.com>
3998
3999 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4000 2.4.
4001 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4002 workaround.
4003
4004 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4005
4006 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4007 tests for structs with static members.
4008
4009 2019-02-26 Tom Tromey <tromey@adacore.com>
4010
4011 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4012 ValueError, not TypeError.
4013
4014 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4015
4016 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4017 call from main program.
4018
4019 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4020
4021 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4022 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4023 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4024 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4025 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4026
4027 2019-02-22 Keith Seitz <keiths@redhat.com>
4028
4029 PR symtab/23853
4030 * gdb.base/symlink-sourcefile.c: New file.
4031 * gdb.base/symlink-sourcefile.exp: New file.
4032
4033 2019-02-20 Tom Tromey <tom@tromey.com>
4034
4035 * gdb.base/info_qt.exp: Update.
4036
4037 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4038
4039 * gdb.base/source.exp: Move "error in sourced script" code to
4040 the end.
4041 * gdb.base/source-error.gdb: Move contents to
4042 source-error-1.gdb. Add new code to source source-error-1.gdb.
4043 * gdb.base/source-error-1.gdb: New file, from previous
4044 source-error.gdb.
4045
4046 2019-02-17 Tom Tromey <tom@tromey.com>
4047
4048 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4049 for macro styling.
4050 * gdb.base/style.c (SOME_MACRO): New macro.
4051
4052 2019-02-17 Tom Tromey <tom@tromey.com>
4053
4054 * gdb.base/style.exp: Add line-wrapping tests.
4055 * gdb.base/page.exp: Add test for quitting during pagination.
4056
4057 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4058
4059 * gdb.ada/big_packed_array: New testcase.
4060 * gdb.ada/homonym.exp: Fix incorrect expected output for
4061 "break <homonym__get_value>" test.
4062
4063 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4064
4065 PR breakpoints/21870
4066 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4067 and prepare_for_testing. Add comment.
4068 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4069 redundant cleanup call. Clean up comment.
4070
4071 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4072
4073 PR breakpoints/21870
4074 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4075 * gdb.arch/aarch64-dbreg-contents.c: New file.
4076
4077 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4078
4079 * gdb.ada/mi_ref_changeable: New testcase.
4080
4081 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4082
4083 * gdb.base/attach.exp: Add double attach test.
4084
4085 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4086
4087 * lib/gdb.exp (default_gdb_start): Don't match pagination
4088 prompt.
4089 (gdb_init): Set stty_init.
4090
4091 2019-01-27 Tom Tromey <tom@tromey.com>
4092
4093 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4094 skip_python_tests.
4095
4096 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4097
4098 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4099 New structure.
4100 (struct struct_static_02_02): Likewise.
4101 (struct struct_static_02_03): Likewise.
4102 (struct struct_static_02_04): Likewise.
4103 (struct struct_static_04_01): Likewise.
4104 (struct struct_static_04_02): Likewise.
4105 (struct struct_static_04_03): Likewise.
4106 (struct struct_static_04_04): Likewise.
4107 (struct struct_static_06_01): Likewise.
4108 (struct struct_static_06_02): Likewise.
4109 (struct struct_static_06_03): Likewise.
4110 (struct struct_static_06_04): Likewise.
4111 (cmp_struct_static_02_01): Likewise.
4112 (cmp_struct_static_02_02): Likewise.
4113 (cmp_struct_static_02_03): Likewise.
4114 (cmp_struct_static_02_04): Likewise.
4115 (cmp_struct_static_04_01): Likewise.
4116 (cmp_struct_static_04_02): Likewise.
4117 (cmp_struct_static_04_03): Likewise.
4118 (cmp_struct_static_04_04): Likewise.
4119 (cmp_struct_static_06_01): Likewise.
4120 (cmp_struct_static_06_02): Likewise.
4121 (cmp_struct_static_06_03): Likewise.
4122 (cmp_struct_static_06_04): Likewise.
4123 (call_all): Test new structs.
4124 * gdb.base/infcall-nested-structs.exp: Likewise.
4125
4126 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4127 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4128
4129 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4130 * gdb.base/stack-protector.c: New test.
4131 * gdb.base/stack-protector.exp: New file.
4132 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4133 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4134 option.
4135 (gdb_compile): Remove stack protector for GCC and prevent
4136 recursion.
4137
4138 2019-01-16 Keith Seitz <keiths@redhat.com>
4139
4140 PR gdb/23773
4141 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4142
4143 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4144
4145 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4146 aliases.
4147 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4148 tests.
4149 * gdb.arch/powerpc-vector-regs.c: New file.
4150 * gdb.arch/powerpc-vector-regs.exp: New file.
4151
4152 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4153
4154 * gdb.arch/altivec-regs.exp: Fix the list passed to
4155 gdb_expect_list when testing "info vector".
4156
4157 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.base/style.exp: Don't include path in testname.
4160
4161 2019-01-10 Keith Seitz <keiths@redhat.com>
4162
4163 PR gdb/23712
4164 PR symtab/23010
4165 * gdb.dwarf2/multidictionary.exp: New file.
4166
4167 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4168
4169 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4170 (test_gnuv3_style_demangling): ... this.
4171 (test_lucid_style_demangling): Remove.
4172 (test_arm_style_demangling): Remove.
4173 (test_hp_style_demangling): Remove.
4174 (do_tests): Remove calls to the above.
4175
4176 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4179 case.
4180
4181 2019-01-06 Tom Tromey <tom@tromey.com>
4182
4183 PR gdb/28155:
4184 * gdb.dwarf2/typedef-void-finish.exp: New file.
4185
4186 2018-12-28 Tom Tromey <tom@tromey.com>
4187 Simon Marchi <simark@simark.ca>
4188
4189 * gdb.base/jit-exec.exp: New file.
4190 * gdb.base/jit-exec.c: New file.
4191 * gdb.base/jit-execd.c: New file.
4192
4193 2018-12-28 Tom Tromey <tom@tromey.com>
4194
4195 * gdb.base/style.exp: Update test to check for address styling.
4196
4197 2018-12-28 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4200 message.
4201
4202 2018-12-28 Tom Tromey <tom@tromey.com>
4203
4204 * gdb.base/style.exp: Add test for version number styling.
4205
4206 2018-12-28 Tom Tromey <tom@tromey.com>
4207
4208 * gdb.base/style.exp: Add test for print_address_symbolic.
4209
4210 2018-12-28 Tom Tromey <tom@tromey.com>
4211
4212 * gdb.base/style.exp: Add test for breakpoint setting.
4213
4214 2018-12-28 Tom Tromey <tom@tromey.com>
4215
4216 * gdb.base/style.exp: Add test for variable names.
4217
4218 2018-12-28 Tom Tromey <tom@tromey.com>
4219
4220 * gdb.base/style.exp: New file.
4221 * gdb.base/style.c: New file.
4222
4223 2018-12-28 Tom Tromey <tom@tromey.com>
4224
4225 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4226 "dumb".
4227 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4228 the TERM environment variable.
4229
4230 2018-12-27 Tom Tromey <tom@tromey.com>
4231
4232 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4233 pagination test.
4234
4235 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4236
4237 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4238 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4239
4240 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4241
4242 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4243 Filename a.adb changed to bp_fun_addr.adb.
4244 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4245
4246 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4247
4248 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4249 non-PIE executables.
4250 * README: Mention the gdb,nopie_flag board setting.
4251 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4252 non-PIE executable.
4253 * gdb.arch/amd64-entry-value.exp: Likewise.
4254 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4255 * gdb.arch/i386-float.exp: Likewise.
4256 * gdb.arch/i386-signal.exp: Likewise.
4257 * gdb.mi/mi-reg-undefined.exp: Likewise.
4258
4259 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4260
4261 PR gdb/23974
4262 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4263
4264 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4265
4266 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4267 Update order of results accordingly.
4268
4269 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4270
4271 * gdb.base/annota1.exp: Update a test regexp.
4272
4273 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4274
4275 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4276
4277 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4278
4279 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4280 (reuse_time): Initialize to REUSE_TIME_CAP.
4281 (check_rc): New function.
4282 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4283 Check pthread_create rc.
4284 (spawner_thread_func): Check pthread_create and pthread_join rc.
4285
4286 2018-12-08 Pedro Alves <palves@redhat.com>
4287
4288 * gdb.base/list.exp (test_forward_search): Rename to ...
4289 (test_forward_reverse_search): ... this. Also test reverse-search
4290 and the forward-search alias.
4291
4292 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4293
4294 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4295 local timeout variable before return, and remove all local timeout
4296 variable entirely.
4297 (gdb_load): Likewise.
4298
4299 2018-12-01 Tom de Vries <tdevries@suse.de>
4300
4301 * gdb.base/gdb-caching-proc.exp: New file.
4302
4303 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4304
4305 * Makefile.in (TIMESTAMP): New variable.
4306 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4307 command.
4308 (check-single-racy): Likewise.
4309 (check/%.exp): Likewise.
4310 (check-racy/%.exp): Likewise.
4311 (workers/%.worker): Likewise.
4312 (build-perf): Likewise.
4313 (check-perf): Likewise.
4314 * README: Describe new "TS" and "TS_FORMAT" variables.
4315 * print-ts.py: New file.
4316
4317 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4318
4319 PR python/23714
4320 * gdb.python/python.exp: Test command repetition after
4321 gdb.execute.
4322
4323 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4324
4325 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4326 is correctly aligned.
4327
4328 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4329
4330 * gdb.ada/info_auto_lang.exp: New testcase.
4331 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4332 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4333 * gdb.ada/info_auto_lang/some_c.c: New file.
4334
4335 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4336
4337 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4338 FUNC_lang language syntax.
4339
4340 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4341
4342 * gdb.base/info_minsym.c: New file.
4343 * gdb.base/info_minsym.exp: New file.
4344
4345 2018-11-19 Tom Tromey <tom@tromey.com>
4346
4347 PR rust/23625:
4348 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4349 * gdb.rust/expr.exp: Update expected output. Change one test.
4350
4351 2018-11-19 Tom Tromey <tom@tromey.com>
4352
4353 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4354
4355 2018-11-19 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4358 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4359 see the expected warning.
4360
4361 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4362
4363 PR gdb/22736:
4364 * gdb.cp/infcall-nodebug-lib.c: New test.
4365 * gdb.cp/infcall-nodebug-main.c: New test.
4366 * gdb.cp/infcall-nodebug.exp: New file.
4367
4368 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4369
4370 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4371 completer tests.
4372
4373 2018-11-09 Tom de Vries <tdevries@suse.de>
4374
4375 * gdb.base/msym-lang.c: New test.
4376 * gdb.base/msym-lang.exp: New file.
4377 * gdb.base/msym-lang-main.c: New test.
4378
4379 2018-11-08 Tom Tromey <tom@tromey.com>
4380
4381 PR gdb/23555:
4382 PR gdb/23838:
4383 * gdb.base/warning.exp: New file.
4384
4385 2018-11-08 Jan Beulich <jbeulich@suse.com>
4386
4387 * testsuite/gdb.arch/i386-avx512.c,
4388 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4389
4390 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4391
4392 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4393 point hardware.
4394
4395 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4396
4397 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4398 * gdb.dwarf2/missing-type-name.exp: New file.
4399
4400 2018-11-06 Tom de Vries <tdevries@suse.de>
4401
4402 * gdb.base/many-headers.c: New test.
4403 * gdb.base/many-headers.exp: New file.
4404
4405 2018-11-06 Jim Wilson <jimw@sifive.com>
4406
4407 * gdb.base/code_elim.exp: For riscv, set additional_flags
4408 to include -msmall-data-limit=0.
4409
4410 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4411
4412 * gdb.ada/watch_minus_l: New testcase.
4413
4414 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4415
4416 * gdb.arch/aix-sighandle.c: New file.
4417 * gdb.arch/aix-sighandle.exp: New file.
4418
4419 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4420
4421 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4422 registers being unions.
4423
4424 2018-10-31 Tom de Vries <tdevries@suse.de>
4425
4426 * lib/valgrind.exp: New file.
4427 (vgdb_start, vgdb_stop): New procs, factored out of ...
4428 * gdb.base/valgrind-bt.exp: ... here, ...
4429 * gdb.base/valgrind-disp-step.exp: ... here and ...
4430 * gdb.base/valgrind-infcall.exp: ... here.
4431
4432 2018-10-31 Tom de Vries <tdevries@suse.de>
4433
4434 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4435
4436 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4437
4438 * gdb.dwarf2/void-type.c: New file.
4439 * gdb.dwarf2/void-type.exp: New file.
4440
4441 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4442
4443 * gdb.base/info_qt.c: New file.
4444 * gdb.base/info_qt.exp: New file.
4445
4446 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4447
4448 * gdb.arch/powerpc-htm-regs.c: New file.
4449 * gdb.arch/powerpc-htm-regs.exp: New file.
4450
4451 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4452
4453 * gdb.arch/powerpc-tar.c: New file.
4454 * gdb.arch/powerpc-tar.exp: New file.
4455
4456 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4457
4458 * gdb.arch/powerpc-ppr-dscr.c: New file.
4459 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4460
4461 2018-10-25 Tom de Vries <tdevries@suse.de>
4462
4463 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4464
4465 2018-10-24 Tom de Vries <tdevries@suse.de>
4466
4467 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4468 longer exists error.
4469
4470 2018-10-24 Tom de Vries <tdevries@suse.de>
4471
4472 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4473
4474 2018-10-24 Tom de Vries <tdevries@suse.de>
4475
4476 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4477 --db-attach in valgrind.
4478
4479 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4480
4481 * gdb.arch/riscv-reg-aliases.c: New file.
4482 * gdb.arch/riscv-reg-aliases.exp: New file.
4483
4484 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4485
4486 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4487
4488 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4489
4490 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4491
4492 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4493
4494 * gdb.cp/ovldbreak.exp: Fix regexps.
4495
4496 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4497
4498 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4499
4500 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4501
4502 PR cli/23785
4503 * gdb.base/restore.exp: New test to check if "restore" with an
4504 invalid file doesn't segfault.
4505
4506 2018-10-18 Tom de Vries <tdevries@suse.de>
4507
4508 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4509 * gdb.ada/excep_handle.exp: Same.
4510 * gdb.ada/mi_string_access.exp: Same.
4511 * gdb.ada/mi_var_union.exp: Same.
4512 * gdb.arch/arc-analyze-prologue.exp: Same.
4513 * gdb.arch/arc-decode-insn.exp: Same.
4514 * gdb.base/readnever.exp: Same.
4515 * gdb.fortran/printing-types.exp: Same.
4516 * gdb.guile/scm-lazy-string.exp: Same.
4517
4518 2018-10-16 Tom de Vries <tdevries@suse.de>
4519
4520 PR gdb/23730
4521 * gdb.base/catch-follow-exec.c: Add copyright notice.
4522 * gdb.base/catch-follow-exec.exp: Rewrite to use
4523 gdb_spawn_with_cmdline_opts. Require gdb-native.
4524
4525 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4526
4527 * gdb.trace/actions-changed.exp: Check for arch support.
4528 * gdb.trace/actions.exp: Likewise.
4529 * gdb.trace/ax.exp: Likewise.
4530 * gdb.trace/backtrace.exp: Likewise.
4531 * gdb.trace/change-loc.exp: Likewise.
4532 * gdb.trace/deltrace.exp: Likewise.
4533 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4534 * gdb.trace/ftrace.exp: Likewise.
4535 * gdb.trace/infotrace.exp: Check for arch support.
4536 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4537 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4538 * gdb.trace/mi-tsv-changed.exp: Likewise.
4539 * gdb.trace/packetlen.exp: Likewise.
4540 * gdb.trace/passc-dyn.exp: Likewise.
4541 * gdb.trace/passcount.exp: Likewise.
4542 * gdb.trace/pending.exp: Likewise.
4543 * gdb.trace/range-stepping.exp: Check for shlib support.
4544 * gdb.trace/report.exp: Check for arch support.
4545 * gdb.trace/save-trace.exp: Likewise.
4546 * gdb.trace/signal.exp: Check for signal support.
4547 * gdb.trace/tfind.exp: Check for arch support.
4548 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4549 * gdb.trace/trace-common.h: Add comment.
4550 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4551 * gdb.trace/trace-enable-disable.exp: Likewise.
4552 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4553 * gdb.trace/tracecmd.exp: Check for arch support.
4554 * gdb.trace/tspeed.exp: Check for shlib and target support.
4555 * gdb.trace/tstatus.exp: Check for arch support.
4556 * gdb.trace/tsv.exp: Likewise.
4557 * gdb.trace/while-dyn.exp: Likewise.
4558 * gdb.trace/while-stepping.exp: Likewise.
4559 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4560
4561 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4562
4563 * gdb.trace/tspeed.exp: Remove nowarnings.
4564 (prepare_for_trace_test): Declare "global ipalib".
4565 * gdb.trace/tspeed.c: Include unistd.h.
4566 (main): Remove superfluous printf argument.
4567
4568 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4569
4570 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4571 directory prefix on the filename.
4572
4573 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4574
4575 * gdb.gdb/unittest.exp: Update expected message informing that
4576 selftests have been disabled.
4577 * gdb.server/unittest.exp: Likewise.
4578
4579 2018-10-09 Tom de Vries <tdevries@suse.de>
4580
4581 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4582 with runto_main.
4583
4584 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4585
4586 PR c++/16841
4587 * gdb.cp/virtbase2.cc: New file.
4588 * gdb.cp/virtbase2.exp: New file.
4589
4590 2018-10-06 Tom Tromey <tom@tromey.com>
4591
4592 PR python/19399:
4593 * gdb.python/py-inferior.exp: Add architecture test.
4594
4595 2018-10-06 Tom Tromey <tom@tromey.com>
4596
4597 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4598 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4599
4600 2018-10-06 Tom Tromey <tom@tromey.com>
4601
4602 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4603 of a "throw" catchpoint.
4604
4605 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4606
4607 * gdb.base/info-proc.exp: Update string expected from "help info
4608 proc".
4609
4610 2018-10-04 Tom Tromey <tom@tromey.com>
4611
4612 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4613 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4614 (test_initial_complaints, test_empty_complaints): Update.
4615 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4616
4617 2018-10-04 Tom Tromey <tom@tromey.com>
4618
4619 PR cli/19551:
4620 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4621 * lib/gdb.exp (gdb_file_cmd): Update.
4622 * gdb.stabs/weird.exp (print_weird_var): Update.
4623 * gdb.server/solib-list.exp: Update.
4624 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4625 * gdb.mi/mi-cli.exp: Update.
4626 * gdb.linespec/linespec.exp: Update.
4627 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4628 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4629 * gdb.cp/cp-relocate.exp: Update.
4630 * gdb.base/sym-file.exp: Update.
4631 * gdb.base/relocate.exp: Update.
4632 * gdb.base/readnever.exp: Update.
4633 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4634 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4635 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4636 * gdb.base/code_elim.exp: Update.
4637 * gdb.base/break-unload-file.exp (test_break): Update.
4638 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4639 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4640 Update.
4641 * gdb.base/attach.exp (do_attach_tests): Update.
4642 * gdb.base/sepdebug.exp: Update.
4643 * gdb.python/py-section-script.exp: Update.
4644
4645 2018-10-04 Tom Tromey <tom@tromey.com>
4646
4647 PR cli/22234:
4648 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4649 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4650 output.
4651
4652 2018-10-04 Tom Tromey <tom@tromey.com>
4653
4654 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4655 set width and height to 0.
4656 (test_command_line_attach_run): Use -quiet.
4657
4658 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4659
4660 * lib/gdb.exp (skip_ifunc_tests): New.
4661 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4662 other compile failures.
4663 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4664
4665 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4666
4667 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4668 is_amd64_regs_target.
4669
4670 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4671
4672 * gdb.arch/aarch64-sighandler-regs.c: New test.
4673 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4674 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4675
4676 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4677
4678 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4679 assembly.
4680
4681 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4682
4683 * gdb.base/frame-selection.exp: New file.
4684 * gdb.base/frame-selection.c: New file.
4685
4686 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4687
4688 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4689 pthread barrier.
4690 (main): Likewise.
4691
4692 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4693
4694 * gdb.base/large-frame-1.c: New file.
4695 * gdb.base/large-frame-2.c: New file.
4696 * gdb.base/large-frame.exp: New file.
4697 * gdb.base/large-frame.h: New file.
4698
4699 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4700
4701 PR gdb/20948
4702 * gdb.base/write_mem.exp: New test.
4703 * gdb.base/write_mem.c: Likewise.
4704
4705 2018-09-23 Tom Tromey <tom@tromey.com>
4706
4707 PR python/18852:
4708 * gdb.python/py-parameter.exp: Add test for parameter that throws
4709 on "set".
4710
4711 2018-09-23 Tom Tromey <tom@tromey.com>
4712
4713 PR python/17284:
4714 * gdb.python/py-template.exp (test_template_arg): Add test for
4715 negative template argument number.
4716
4717 2018-09-23 Tom Tromey <tom@tromey.com>
4718
4719 PR python/14062:
4720 * gdb.python/python.exp: Add test for post_event error.
4721
4722 2018-09-23 Tom Tromey <tom@tromey.com>
4723
4724 PR python/18170:
4725 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4726 convert pointers to int and long.
4727
4728 2018-09-23 Tom Tromey <tom@tromey.com>
4729
4730 PR python/20126:
4731 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4732 signed-ness conversion tests.
4733
4734 2018-09-23 Tom Tromey <tom@tromey.com>
4735
4736 PR python/18352;
4737 * gdb.python/py-value.exp (test_float_conversion): New proc.
4738 Use it.
4739
4740 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4741
4742 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4743
4744 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4745
4746 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4747 no readline.
4748 * gdb.base/utf8-identifiers.exp: Likewise.
4749 * gdb.cp/cpcompletion.exp: Likewise.
4750 * gdb.linespec/cpcompletion.exp: Likewise.
4751 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4752 * gdb.linespec/cpls-ops.exp: Likewise.
4753
4754 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4755 Chris January <chris.january@arm.com>
4756
4757 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4758 * gdb.fortran/short-circuit-argument-list.exp: New file.
4759 * gdb.fortran/short-circuit-argument-list.f90: New test.
4760
4761 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4762
4763 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4764 "arch=" keyword when executing "-stack-list-frames".
4765
4766 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4767
4768 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4769 "arch=" keyword when executing "-stack-list-frames".
4770
4771 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4772
4773 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4774 break ada".
4775
4776 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4777
4778 PR python/23669
4779 * gdb.python/python.exp: Test gdb.execute("show commands").
4780
4781 2018-09-16 Tom Tromey <tom@tromey.com>
4782
4783 * gdb.base/new-ui.exp (do_execution_tests): Update.
4784 * gdb.base/dbx.exp (test_breakpoints): Update.
4785
4786 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4787
4788 * lib/gdb.exp (gdb_simple_compile): Add proc.
4789 (is_elf_target): Use gdb_simple_compile.
4790 (skip_altivec_tests): Likewise.
4791 (skip_vsx_tests): Likewise.
4792 (skip_tsx_tests): Likewise.
4793 (skip_btrace_tests): Likewise.
4794 (skip_btrace_pt_tests): Likewise.
4795 (gdb_can_simple_compile): Likewise.
4796 (gdb_has_argv0): Likewise.
4797 (gdb_target_symbol_prefix): Likewise.
4798 (target_supports_scheduler_locking): Likewise.
4799
4800 2018-09-13 Tom Tromey <tom@tromey.com>
4801
4802 * Makefile.in (TAGS): Recognize proc_with_prefix and
4803 gdb_caching_proc.
4804
4805 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4806
4807 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4808 method.
4809
4810 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4811
4812 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4813 and a few other Inferior properties when the Inferior is no
4814 longer valid.
4815
4816 2018-09-13 Tom Tromey <tom@tromey.com>
4817
4818 PR rust/23650:
4819 * gdb.rust/simple.exp: Add test for enum field access error.
4820
4821 2018-09-13 Tom Tromey <tom@tromey.com>
4822
4823 PR rust/23626:
4824 * gdb.rust/simple.rs (EmptyEnum): New type.
4825 (main): Use it.
4826 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4827
4828 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4829
4830 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4831 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4832 * gdb.python/py-symtab.exp: Update test printing an objfile.
4833
4834 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4835
4836 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4837 object.
4838
4839 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4840
4841 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4842 (support_complex_tests): Use gdb_can_simple_compile.
4843 (is_ilp32_target): Likewise.
4844 (is_lp64_target): Likewise.
4845 (is_64_target): Likewise.
4846 (is_amd64_regs_target): Likewise.
4847 (is_aarch32_target): Likewise.
4848 (gdb_int128_helper): Likewise.
4849
4850 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4851
4852 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4853
4854 2018-09-10 Jerome Guitton <guitton@adacore.com>
4855
4856 * gdb.ada/same_component_name: Add test for case of tagged record
4857 with variable-length fields.
4858
4859 2018-09-10 Xavier Roirand <roirand@adacore.com>
4860
4861 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4862 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4863 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4864 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4865
4866 2018-09-10 Xavier Roirand <roirand@adacore.com>
4867
4868 * gdb.ada/mi_string_access.exp: New testcase.
4869 * gdb.ada/mi_string_access/bar.adb: New file.
4870 * gdb.ada/mi_string_access/pck.adb: New file.
4871 * gdb.ada/mi_string_access/pck.asd: New file.
4872
4873 2018-09-10 Xavier Roirand <roirand@adacore.com>
4874
4875 * gdb.ada/mi_var_union.exp: New testcase.
4876 * gdb.ada/mi_var_union/bar.adb: New file.
4877 * gdb.ada/mi_var_union/pck.adb: New file.
4878 * gdb.ada/mi_var_union/pck.asd: New file.
4879
4880 2018-09-08 Tom Tromey <tom@tromey.com>
4881
4882 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4883
4884 2018-09-08 Tom Tromey <tom@tromey.com>
4885
4886 PR python/16047:
4887 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4888 (register_pretty_printers): Register new printer.
4889 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4890 test.
4891 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4892 (an_int_type3): New global.
4893
4894 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4895
4896 * gdb.ada/expr_with_funcall: New testcase.
4897
4898 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4899
4900 * gdb.ada/packed_array_assign: New testcase.
4901
4902 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4903
4904 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4905 names, and add test prefixes to make test names unique.
4906
4907 2018-09-05 Tom de Vries <tdevries@suse.de>
4908
4909 * gdb.dwarf2/varval.exp: Add test.
4910
4911 2018-09-04 Gary Benson <gbenson@redhat.com>
4912
4913 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4914 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4915
4916 2018-08-31 Tom Tromey <tom@tromey.com>
4917
4918 * gdb.rust/simple.rs: Rename second variable "v".
4919
4920 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4921
4922 * gdb.base/funcargs.c (use_a): New function.
4923 (recurse): Call use_a.
4924
4925 2018-08-29 Keith Seitz <keiths@redhat.com>
4926
4927 * gdb.compile/compile-cplus-anonymous.cc: New file.
4928 * gdb.compile/compile-cplus-anonymous.exp: New file.
4929 * gdb.compile/compile-cplus-array-decay.cc: New file.
4930 * gdb.compile/compile-cplus-array-decay.exp: New file.
4931 * gdb.compile/compile-cplus-inherit.cc: New file.
4932 * gdb.compile/compile-cplus-inherit.exp: New file.
4933 * gdb.compile/compile-cplus-member.cc: New file.
4934 * gdb.compile/compile-cplus-member.exp: New file.
4935 * gdb.compile/compile-cplus-method.cc: New file.
4936 * gdb.compile/compile-cplus-method.exp: New file.
4937 * gdb.compile/compile-cplus-mod.c: "New" file.
4938 * gdb.compile/compile-cplus-namespace.cc: New file.
4939 * gdb.compile/compile-cplus-namespace.exp: New file.
4940 * gdb.compile/compile-cplus-nested.cc: New file.
4941 * gdb.compile/compile-cplus-nested.exp: New file.
4942 * gdb.compile/compile-cplus-print.c: "New" file.
4943 * gdb.compile/compile-cplus-print.exp: "New" file.
4944 * gdb.compile/compile-cplus-virtual.cc: New file.
4945 * gdb.compile/compile-cplus-virtual.exp: New file.
4946 * gdb.compile/compile-cplus.c: "New" file.
4947 * gdb.compile/compile-cplus.exp: "New" file.
4948 * lib/compile-support.exp: New file.
4949
4950 2018-08-16 Gary Benson <gbenson@redhat.com>
4951
4952 PR gdb/13000:
4953 * gdb.base/batch-exit-status.exp: New file.
4954 * gdb.base/batch-exit-status.good-commands: Likewise.
4955 * gdb.base/batch-exit-status.bad-commands: Likewise.
4956
4957 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4958
4959 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4960 (struct struct02): Likewise.
4961 (struct struct03): Likewise.
4962 (struct struct04): Likewise.
4963 (struct struct_01_01): New struct.
4964 (struct struct_01_02): Likewise.
4965 (struct struct_01_03): Likewise.
4966 (struct struct_01_04): Likewise.
4967 (struct struct_02_01): Likewise.
4968 (struct struct_02_02): Likewise.
4969 (struct struct_02_03): Likewise.
4970 (struct struct_02_04): Likewise.
4971 (struct struct_04_01): Likewise.
4972 (struct struct_04_02): Likewise.
4973 (struct struct_04_03): Likewise.
4974 (struct struct_04_04): Likewise.
4975 (struct struct_05_01): Likewise.
4976 (struct struct_05_02): Likewise.
4977 (struct struct_05_03): Likewise.
4978 (struct struct_05_04): Likewise.
4979 (cmp_struct01): Remove function.
4980 (cmp_struct02): Likewise.
4981 (cmp_struct03): Likewise.
4982 (cmp_struct04): Likewise.
4983 (cmp_struct_01_01): Add Function.
4984 (cmp_struct_01_02): Likewise.
4985 (cmp_struct_01_03): Likewise.
4986 (cmp_struct_01_04): Likewise.
4987 (cmp_struct_02_01): Likewise.
4988 (cmp_struct_02_02): Likewise.
4989 (cmp_struct_02_03): Likewise.
4990 (cmp_struct_02_04): Likewise.
4991 (cmp_struct_04_01): Likewise.
4992 (cmp_struct_04_02): Likewise.
4993 (cmp_struct_04_03): Likewise.
4994 (cmp_struct_04_04): Likewise.
4995 (cmp_struct_05_01): Likewise.
4996 (cmp_struct_05_02): Likewise.
4997 (cmp_struct_05_03): Likewise.
4998 (cmp_struct_05_04): Likewise.
4999 (call_all): Add new structs.
5000 * gdb.base/infcall-nested-structs.exp: Likewise.
5001
5002 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5003
5004 * gdb.python/py-framefilter-mi.exp: Update regexp to
5005 check for "arch" field in frame output.
5006
5007 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5008
5009 * gdb.dwarf2/dw2-ranges-func.c: New file.
5010 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5011
5012 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5013
5014 * gdb.base/term.exp: Compare terminal settings with values from
5015 the inferior.
5016 * gdb.base/term.c: Get and set terminal settings.
5017
5018 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5019
5020 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5021 accommodate new "arch" field in frame output.
5022 * gdb.mi/mi-return.exp: Likewise.
5023 * gdb.mi/mi-stack.exp: Likewise.
5024 * gdb.mi/mi-syn-frame.exp: Likewise.
5025 * gdb.mi/user-selected-context-sync.exp: Likewise.
5026
5027 2018-08-19 Michael Spang <spang@google.com>
5028
5029 PR gdb/11786
5030 * gdb.base/gcore-tls-pie.c: New file.
5031 * gdb.base/gcore-tls-pie.exp: New file.
5032
5033 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5034
5035 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5036 * gdb.dwarf2/varval.c: New file.
5037 * gdb.dwarf2/varval.exp: New file.
5038
5039 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5040
5041 PR gdb/18931
5042 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5043
5044 2018-08-16 Keith Seitz <keiths@redhat.com>
5045
5046 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5047 tests expected to pass.
5048
5049 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5050
5051 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5052 -data-disassemble -a.
5053 (test_disassembly_bogus_args): Likewise.
5054
5055 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5056
5057 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5058
5059 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5060
5061 * gdb.base/vla-optimized-out.exp: Add new test.
5062
5063 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5064
5065 * gdb.base/vla-optimized-out-o3.exp: Delete.
5066 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5067 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5068 deleted tests.
5069
5070 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5071
5072 PR gdb/18050:
5073 * gdb.server/extended-remote-restart.c: New file.
5074 * gdb.server/extended-remote-restart.exp: New file.
5075
5076 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5077
5078 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5079 "set variable index = 42".
5080
5081 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5082
5083 * boards/index-cache-gdb.exp: New file.
5084 * gdb.dwarf2/index-cache.exp: New file.
5085 * gdb.dwarf2/index-cache.c: New file.
5086 * gdb.base/maint.exp: Check if we are using the index cache.
5087
5088 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5089
5090 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5091 MAKEFLAGS.
5092
5093 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5094
5095 * dg-extract-results.sh: Move to toplevel contrib.
5096 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5097 * Makefile.in (check-parallel-racy): Likewise.
5098
5099 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5100
5101 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5102 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5103 tests if the target supports scheduler locking.
5104
5105 2018-08-04 Tom de Vries <tdevries@suse.de>
5106
5107 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5108
5109 2018-08-02 Tom Tromey <tom@tromey.com>
5110
5111 PR symtab/16842.
5112 * gdb.cp/temargs.exp: Test "info address" of a template
5113 parameter.
5114
5115 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5116
5117 * gdb.python/py-mi-var-info-path-expression.c: New file.
5118 * gdb.python/py-mi-var-info-path-expression.py: New file.
5119 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5120
5121 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5122
5123 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5124 error after "cannot resolve name" string.
5125
5126 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5127
5128 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5129 started.
5130 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5131
5132 2018-07-28 Tom de Vries <tdevries@suse.de>
5133
5134 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5135
5136 2018-07-26 Tom de Vries <tdevries@suse.de>
5137
5138 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5139
5140 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5141
5142 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5143 is visible.
5144
5145 2018-07-26 Tom de Vries <tdevries@suse.de>
5146
5147 PR breakpoints/23366
5148 * gdb.base/catch-follow-exec.c: New test.
5149 * gdb.base/catch-follow-exec.exp: New file.
5150
5151 2018-07-25 Tom de Vries <tdevries@suse.de>
5152
5153 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5154 vla-optimized-out.c.
5155
5156 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5157
5158 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5159 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5160
5161 2018-07-20 Tom de Vries <tdevries@suse.de>
5162
5163 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5164 NOCLONE macro.
5165 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5166
5167 2018-07-19 Tom de Vries <tdevries@suse.de>
5168
5169 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5170 regular expression.
5171
5172 2018-07-18 Tom de Vries <tdevries@suse.de>
5173
5174 * gdb.base/vla-optimized-out.c: New test.
5175 * gdb.base/vla-optimized-out.exp: New file.
5176
5177 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5178
5179 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5180 message "No address associated with hostname" when gdbserver
5181 cannot resolve the hostname.
5182
5183 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5184
5185 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5186 Add some test prefixes to make tests unique.
5187
5188 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5189
5190 * gdb.base/frameapply.c: New file.
5191 * gdb.base/frameapply.exp: New file.
5192
5193 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5194
5195 * gdb.base/skip.exp: Update expected error message.
5196
5197 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5198 Jan Kratochvil <jan.kratochvil@redhat.com>
5199 Paul Fertser <fercerpav@gmail.com>
5200 Tsutomu Seki <sekiriki@gmail.com>
5201
5202 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5203 parameter.
5204 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5205 by default.
5206 * boards/native-gdbserver.exp: Likewise.
5207 * gdb.server/run-without-local-binary.exp: Improve regexp used
5208 for detecting when a remote debugging connection succeeds.
5209 * gdb.server/server-connect.exp: New file.
5210 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5211 Do not prefix the port number with ":".
5212 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5213 support for detecting and using it. Add '$debughost_gdbserver'
5214 to the list of arguments used to start gdbserver. Handle case
5215 when gdbserver cannot resolve a network name.
5216
5217 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5218
5219 PR c++/23373
5220 * gdb.base/ptype-offsets.cc (struct static_member): New
5221 struct.
5222 (main) <stmember>: New variable.
5223 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5224 with a static member in it.
5225
5226 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5227
5228 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5229 watchpoints enabled and disabled.
5230
5231 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5232
5233 * gdb.base/examine-backward.exp: Still run tests around address
5234 0x0, even if address 0x0 is not readable. Update the pattern for
5235 matching address 0x0 in expected output.
5236
5237 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5238
5239 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5240 malloc/free.
5241
5242 2018-07-04 Tom de Vries <tdevries@suse.de>
5243
5244 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5245
5246 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5247
5248 PR tdep/8282
5249 * gdb.arch/mips-disassembler-options.exp: New test.
5250 * gdb.arch/mips-disassembler-options.s: New test source.
5251
5252 2018-06-29 Pedro Alves <palves@redhat.com>
5253
5254 * gdb.threads/names.exp: Adjust expected "info threads" output.
5255
5256 2018-06-29 Pedro Alves <palves@redhat.com>
5257
5258 * gdb.opt/inline-break.exp (line number, address): Add "info
5259 break" tests.
5260
5261 2018-06-29 Pedro Alves <palves@redhat.com>
5262
5263 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5264 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5265 number and address and running to them.
5266
5267 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5268
5269 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5270
5271 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5272
5273 * lib/compiler.c: Remove executable permission flag.
5274
5275 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5276
5277 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5278 code.
5279 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5280
5281 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5282
5283 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5284
5285 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5286
5287 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5288 address argument is omitted.
5289
5290 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5291
5292 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5293
5294 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5295
5296 PR gdb/21695
5297 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5298 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5299
5300 2018-06-26 Tom Tromey <tom@tromey.com>
5301
5302 PR rust/22574:
5303 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5304 * gdb.rust/simple.rs (struct SimpleLayout): New.
5305
5306 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5307
5308 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5309 "info registers" output.
5310
5311 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5312
5313 * gdb.base/watchpoint-hw-attach.c: New test.
5314 * gdb.base/watchpoint-hw-attach.exp: New file.
5315
5316 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5317
5318 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5319 through /bin/sh.
5320 * boards/dwarf4-gdb-index.exp: Likewise.
5321 * boards/fission-dwp.exp: Likewise.
5322
5323 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5324
5325 * gdb.base/float128.exp: Add comment and improved fail message
5326 to the failure case of "print large128" test.
5327
5328 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5329
5330 * configure.ac: Remove AC_PREREQ.
5331 * configure: Re-generate.
5332
5333 2018-06-19 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5336 (func_extern_caller): New.
5337 (main): Call func_extern_caller.
5338 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5339 logic change.
5340
5341 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5342
5343 PR gdb/16841
5344 * gdb.cp/typedef-base.cc: New file.
5345 * gdb.cp/typedef-base.exp: New file.
5346
5347 2018-06-18 Tom de Vries <tdevries@suse.de>
5348
5349 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5350
5351 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5352 Richard Bunt <Richard.Bunt@arm.com>
5353
5354 * gdb.threads/attach-slow-waitpid.c: New file.
5355 * gdb.threads/attach-slow-waitpid.exp: New file.
5356 * gdb.threads/slow-waitpid.c: New file.
5357
5358 2018-06-14 Pedro Alves <palves@redhat.com>
5359
5360 * gdb.base/fork-running-state.c: Include <errno.h>.
5361 (exit_if_relative_exits): New.
5362 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5363 exits.
5364 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5365 child exits.
5366
5367 2018-06-14 Tom de Vries <tdevries@suse.de>
5368
5369 PR cli/22573
5370 * gdb.base/finish-pretty.c: New test.
5371 * gdb.base/finish-pretty.exp: New file.
5372
5373 2018-06-14 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5376 gdb's expected startup output.
5377
5378 2018-06-14 Pedro Alves <palves@redhat.com>
5379
5380 * lib/selftest-support.exp (selftest_setup): Remove inlined
5381 function handling.
5382
5383 2018-06-14 Tom de Vries <tdevries@suse.de>
5384
5385 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5386 matching of breakpoint printing.
5387
5388 2018-06-13 Tom de Vries <tdevries@suse.de>
5389
5390 PR testsuite/23269
5391 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5392 (fork_child): ... here, and ...
5393 (fork_parent): ... here.
5394
5395 2018-06-12 Tom de Vries <tdevries@suse.de>
5396
5397 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5398
5399 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5400 Stephen Roberts <stephen.roberts@arm.com>
5401
5402 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5403 rewrite test to describe action performed, rather than possible
5404 failure.
5405
5406 2018-06-08 Gary Benson <gbenson@redhat.com>
5407
5408 * gdb.threads/check-libthread-db.exp: New file.
5409 * gdb.threads/check-libthread-db.c: Likewise.
5410
5411 2018-06-05 Tom Tromey <tom@tromey.com>
5412
5413 * gdb.base/default.exp: Update expected "show version" output.
5414
5415 2018-06-05 Tom Tromey <tom@tromey.com>
5416
5417 PR cli/12326:
5418 * gdb.cp/static-print-quit.exp: Update.
5419 * lib/gdb.exp (pagination_prompt): Update.
5420 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5421 * gdb.python/python.exp: Update.
5422
5423 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5424
5425 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5426
5427 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5428
5429 * gdb.ada/bp_fun_addr: New testcase.
5430
5431 2018-06-01 Tom Tromey <tom@tromey.com>
5432
5433 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5434 results.
5435 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5436 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5437 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5438 * gdb.base/maint.exp (maint_pass_if): Update.
5439
5440 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5441
5442 * gdb.base/endian.exp: New test.
5443 * gdb.base/endian.c: New test source.
5444
5445 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5446
5447 PR gdb/23203
5448 * gdb.base/bt-selected-frame.c: New file.
5449 * gdb.base/bt-selected-frame.exp: New file.
5450 * lib/gdb.exp (get_current_frame_number): New function.
5451
5452 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5453 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.threads/tls-core.c: Include <stdlib.h>
5456 (thread_proc): Call `abort'.
5457 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5458 (tls_core_test): New procedure, bits factored out from ...
5459 (top level): ... here. Test both native cores and gcore cores.
5460
5461 2018-05-23 Tom Tromey <tom@tromey.com>
5462
5463 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5464
5465 2018-05-23 Tom Tromey <tom@tromey.com>
5466
5467 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5468 symfile_complaints.
5469 (test_short_complaints): Likewise.
5470 (test_empty_complaints): Likewise.
5471 (test_initial_complaints): Update.
5472
5473 2018-05-23 Tom Tromey <tom@tromey.com>
5474
5475 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5476
5477 2018-05-23 Tom Tromey <tom@tromey.com>
5478
5479 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5480 (test_short_complaints): Update.
5481
5482 2018-05-22 Pedro Alves <palves@redhat.com>
5483
5484 * gdb.base/remote.exp: Only gdb_start after compiling the
5485 testcase. Issue "disconnect" before testing "set remote" command
5486 defaults. Issue clean_restart before running to main.
5487
5488 2018-05-22 Pedro Alves <palves@redhat.com>
5489
5490 * gdb.base/remote.exp: Adjust expected output of "show remote
5491 memory-write-packet-size". Add tests for "set remote
5492 memory-write-packet-size 0" and "set remote
5493 memory-write-packet-size fixed/limit".
5494
5495 2018-05-22 Pedro Alves <palves@redhat.com>
5496
5497 PR gdb/22973
5498 * gdb.base/utf8-identifiers.c: New file.
5499 * gdb.base/utf8-identifiers.exp: New file.
5500
5501 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5502
5503 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5504
5505 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5506
5507 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5508
5509 2018-05-18 Tom Tromey <tom@tromey.com>
5510
5511 * gdb.base/ptype-offsets.exp: Update.
5512
5513 2018-05-17 Keith Seitz <keiths@redhat.com>
5514
5515 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5516 in expected breakpoint stop locations.
5517 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5518 move to proper scope to test variable values.
5519 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5520 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5521 New functions.
5522 (main): Call not_inline_func3.
5523 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5524 inline_func1, inline_func2, and inline_func3. Test that when each
5525 breakpoint is hit, GDB properly reports both the stop location
5526 and the backtrace. Repeat tests for temporary breakpoints.
5527
5528 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5529
5530 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5531 rather then trying to access it in determining whether the PID
5532 of `gdbserver' could have been retrieved.
5533
5534 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5535
5536 * gdb.arch/amd64-init-x87-values.S: New file.
5537 * gdb.arch/amd64-init-x87-values.exp: New file.
5538
5539 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5540
5541 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5542
5543 2018-05-04 Tom Tromey <tom@tromey.com>
5544
5545 PR python/22730:
5546 * gdb.python/python.exp: Test multi-line execute.
5547
5548 2018-05-04 Tom Tromey <tom@tromey.com>
5549
5550 PR python/22731:
5551 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5552
5553 2018-05-04 Tom Tromey <tom@tromey.com>
5554
5555 PR gdb/11750:
5556 * gdb.base/define.exp: Test defining a user command inside a user
5557 command.
5558 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5559
5560 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5561 Pedro Alves <palves@redhat.com>
5562
5563 PR breakpoints/19806 and support for PR external/20207.
5564 * gdb.base/watchpoint-unaligned.c: New file.
5565 * gdb.base/watchpoint-unaligned.exp: New file.
5566
5567 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5568
5569 * gdb.base/maint.exp: Make test names unique, use
5570 test_prefix_command_help to test 'help maint info', and remove
5571 repeated test of 'help maint'.
5572
5573 2018-05-04 Tom Tromey <tom@tromey.com>
5574
5575 PR gdb/22619:
5576 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5577 behavior.
5578
5579 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5580
5581 * gdb.base/maint.exp: Process output from 'maint print registers'
5582 line at a time.
5583
5584 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5585
5586 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5587 timeout.
5588
5589 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5590
5591 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5592 filter pattern.
5593
5594 2018-05-02 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5597 to_log_command renames.
5598 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5599
5600 2018-05-02 Tom Tromey <tom@tromey.com>
5601
5602 * gdb.python/py-parameter.exp: Set test message.
5603
5604 2018-05-02 Tom Tromey <tom@tromey.com>
5605
5606 PR python/20084:
5607 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5608 PARAM_ZUINTEGER_UNLIMITED tests.
5609
5610 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5611
5612 PR rust/23124
5613 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5614 when casting.
5615
5616 2018-04-30 Tom Tromey <tom@tromey.com>
5617
5618 * gdb.python/py-type.exp: Check align attribute.
5619 * gdb.python/py-type.c: New "aligncheck" global.
5620
5621 2018-04-30 Tom Tromey <tom@tromey.com>
5622
5623 PR exp/17095:
5624 * gdb.dwarf2/dw2-align.exp: New file.
5625 * gdb.cp/align.exp: New file.
5626 * gdb.base/align.exp: New file.
5627 * lib/gdb.exp (gdb_int128_helper): New proc.
5628 (has_int128_c, has_int128_cxx): New caching procs.
5629
5630 2018-04-27 Tom Tromey <tom@tromey.com>
5631
5632 PR rust/22545:
5633 * gdb.rust/simple.exp: Add inclusive range tests.
5634
5635 2018-04-26 Pedro Alves <palves@redhat.com>
5636
5637 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5638 ifunc breakpoint locations correctly of ifunc breakpoints set
5639 while the program resolves the ifunc.
5640
5641 2018-04-26 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.base/gnu-ifunc-final.c: New file.
5644 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5645 * gdb.base/gnu-ifunc.exp (executable): Delete.
5646 (staticexecutable): Adjust.
5647 (lib_opts, exec_opts): Delete.
5648 (make_binsuffix, build, set-break): New procedures.
5649 (misc_tests): New, with tests factored out from the top level.
5650 (top level): Test different combinations of ifunc resolver name,
5651 resolver with and with debug info, and ifunc target with and
5652 without debug info. Wrap static tests with with_target_prefix.
5653
5654 2018-04-26 Pedro Alves <palves@redhat.com>
5655
5656 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5657 return type" warnings.
5658
5659 2018-04-25 Pedro Alves <palves@redhat.com>
5660
5661 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5662 killed".
5663 * gdb.base/kill-after-signal.exp: Likewise.
5664 * gdb.threads/kill.exp: Likewise.
5665
5666 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5667 Sergio Durigan Junior <sergiodj@redhat.com>
5668 Pedro Alves <palves@redhat.com>
5669
5670 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5671 regexps to expect for '[Inferior ... detached]' as well.
5672 * gdb.base/attach.exp: Likewise.
5673 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5674 "gdb_continue_to_end".
5675 (test_catch_syscall_with_wrong_args): Likewise.
5676 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5677 ']'. Don't set 'verbose' on.
5678 * gdb.base/foll-vfork.exp: Likewise.
5679 * gdb.base/fork-print-inferior-events.c: New file.
5680 * gdb.base/fork-print-inferior-events.exp: New file.
5681 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5682 '[Inferior ... has been killed]' message.
5683 * gdb.base/kill-after-signal.exp: Likewise.
5684 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5685 detach message.
5686 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5687 message.
5688 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5689 regexps to expect for '[Inferior ... detached]' as well.
5690 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5691
5692 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5693
5694 PR gdb/23104
5695 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5696
5697 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5698
5699 PR gdb/23095
5700 * gdb.base/break-probes.exp: Pass shlib_load to
5701 prepare_for_testing. Set normal_bp to r_debug_state if target is
5702 bsd.
5703
5704 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5705
5706 * gdb.threads/multiple-successive-infcall.c: New test.
5707 * gdb.threads/multiple-successive-infcall.exp: New file.
5708
5709 2018-04-17 Tom Tromey <tom@tromey.com>
5710
5711 * gdb.rust/simple.rs (Union): New type.
5712 (main): New local "u".
5713 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5714
5715 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5716
5717 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5718 number information in output of "whereis" command.
5719 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5720
5721 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5722
5723 * gdb.ada/info_types.exp: Adjust expected output to the line
5724 numbers now printed by "info var/func/type".
5725 * gdb.base/completion.exp: Likewise.
5726 * gdb.base/included.exp: Likewise.
5727 * gdb.cp/cp-relocate.exp: Likewise.
5728 * gdb.cp/cplusfuncs.exp: Likewise.
5729 * gdb.cp/namespace.exp: Likewise.
5730 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5731
5732 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5733
5734 * gdb.btrace/cpu.exp: New.
5735
5736 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5737
5738 * gdb.base/step-indirect-call-thunk.exp: New.
5739 * gdb.base/step-indirect-call-thunk.c: New.
5740 * gdb.reverse/step-indirect-call-thunk.exp: New.
5741 * gdb.reverse/step-indirect-call-thunk.c: New.
5742
5743 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5744
5745 * gdb.base/pie-fork.c: New file.
5746 * gdb.base/pie-fork.exp: New file.
5747
5748 2018-04-11 Tom Tromey <tom@tromey.com>
5749
5750 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5751
5752 2018-04-10 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5755 exits. Instead loop running forever.
5756 (fork_parent): Run forever too.
5757
5758 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5759
5760 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5761 mi_continue_to_line.
5762 * gdb.mi/mi-stack.c (callee4): Add comment.
5763
5764 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5765
5766 * gdb.mi/mi-stack.exp: Fix indentation.
5767
5768 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5769
5770 PR gdb/22979
5771 * gdb.arch/amd64-osabi.exp: New file.
5772
5773 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5774
5775 PR gdb/22980
5776 * gdb.base/osabi.exp: New file.
5777
5778 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5779
5780 * gdb.cp/static-typedef-print.exp: New file.
5781 * gdb.cp/static-typedef-print.cc: New file.
5782
5783 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5784
5785 * gdb.ada/varsize_limit: New testcase.
5786
5787 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5788
5789 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5790
5791 * gdb.ada/notcplusplus: New testcase.
5792
5793 * gdb.base/c-linkage-name.c: New file.
5794 * gdb.base/c-linkage-name.exp: New testcase.
5795
5796 2018-03-26 Tom Tromey <tom@tromey.com>
5797
5798 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5799 * gdb.python/py-framefilter.py (name_error): New global.
5800 (ErrorInName.function): Use name_error.
5801
5802 2018-03-26 Tom Tromey <tom@tromey.com>
5803
5804 PR backtrace/15582:
5805 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5806
5807 2018-03-23 Keith Seitz <keiths@redhat.com>
5808
5809 PR c++/22968
5810 * gdb.cp/subtypes.exp: New file.
5811 * gdb.cp/subtypes.h: New file.
5812 * gdb.cp/subtypes.cc: New file.
5813 * gdb.cp/subtypes-2.cc: New file.
5814
5815 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5816
5817 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5818 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5819 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5820 -nostartfiles when compiling the test. Confirm that all registers
5821 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5822
5823 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5824
5825 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5826 option, syntax was wrong anyway.
5827 * gdb.arch/arm-disp-step.exp: Likewise.
5828 * gdb.arch/sparc64-regs.exp: Likewise.
5829 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5830 option, syntax was wrong anyway, switch to use
5831 prepare_for_testing.
5832 * gdb.arch/i386-disp-step.exp: Likewise.
5833
5834 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5835
5836 * gdb.ada/exec_changed.exp: Replace "target_info exists
5837 use_gdb_stub" by "use_gdb_stub".
5838 * gdb.ada/start.exp: Likewise.
5839 * gdb.base/async-shell.exp: Likewise.
5840 * gdb.base/attach-pie-misread.exp: Likewise.
5841 * gdb.base/attach-wait-input.exp: Likewise.
5842 * gdb.base/break-entry.exp: Likewise.
5843 * gdb.base/break-interp.exp: Likewise.
5844 * gdb.base/dprintf-detach.exp: Likewise.
5845 * gdb.base/nostdlib.exp: Likewise.
5846 * gdb.base/solib-nodir.exp: Likewise.
5847 * gdb.base/statistics.exp: Likewise.
5848 * gdb.base/testenv.exp: Likewise.
5849 * gdb.mi/mi-exec-run.exp: Likewise.
5850 * gdb.mi/mi-start.exp: Likewise.
5851 * gdb.multi/dummy-frame-restore.exp: Likewise.
5852 * gdb.multi/multi-arch-exec.exp: Likewise.
5853 * gdb.multi/multi-arch.exp: Likewise.
5854 * gdb.multi/tids.exp: Likewise.
5855 * gdb.multi/watchpoint-multi.exp: Likewise.
5856 * gdb.python/py-events.exp: Likewise.
5857 * gdb.threads/attach-into-signal.exp: Likewise.
5858 * gdb.threads/attach-stopped.exp: Likewise.
5859 * gdb.threads/threadapply.exp: Likewise.
5860 * lib/selftest-support.exp: Likewise.
5861
5862 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5863
5864 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5865
5866 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5867
5868 * gdb.perf/template-breakpoints.cc: New file.
5869 * gdb.perf/template-breakpoints.exp: New file.
5870 * gdb.perf/template-breakpoints.py: New file.
5871
5872 2018-03-19 Tom Tromey <tom@tromey.com>
5873
5874 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5875 y0.
5876 * gdb.rust/simple.exp: Test bare identifier form of struct
5877 initializer.
5878
5879 2018-03-19 Tom Tromey <tom@tromey.com>
5880
5881 * gdb.gdb/observer.exp: Remove.
5882
5883 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5884
5885 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5886 "qualified" option when setting breakpoints.
5887 * gdb.trace/backtrace.exp: Likewise.
5888 * gdb.trace/circ.exp: Likewise.
5889 * gdb.trace/collection.exp: Likewise.
5890 * gdb.trace/disconnected-tracing.exp: Likewise.
5891 * gdb.trace/ftrace-lock.exp: Likewise.
5892 * gdb.trace/ftrace.exp: Likewise.
5893 * gdb.trace/infotrace.exp: Likewise.
5894 * gdb.trace/packetlen.exp: Likewise.
5895 * gdb.trace/passc-dyn.exp: Likewise.
5896 * gdb.trace/qtro.exp: Likewise.
5897 * gdb.trace/read-memory.exp: Likewise.
5898 * gdb.trace/report.exp: Likewise.
5899 * gdb.trace/signal.exp: Likewise.
5900 * gdb.trace/status-stop.exp: Likewise.
5901 * gdb.trace/strace.exp: Likewise.
5902 * gdb.trace/tfind.exp: Likewise.
5903 * gdb.trace/trace-break.exp: Likewise.
5904 * gdb.trace/trace-condition.exp: Likewise.
5905 * gdb.trace/trace-mt.exp: Likewise.
5906 * gdb.trace/tstatus.exp: Likewise.
5907 * gdb.trace/tsv.exp: Likewise.
5908 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5909 * gdb.trace/unavailable.exp: Likewise.
5910 * gdb.trace/while-dyn.exp: Likewise.
5911
5912 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5913
5914 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5915 that libinproctrace is copied to the target.
5916
5917 2018-03-14 Tom Tromey <tom@tromey.com>
5918
5919 PR cli/14977:
5920 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5921 a null pointer.
5922 * gdb.base/wchar.exp: Likewise.
5923
5924 2018-03-14 Tom Tromey <tom@tromey.com>
5925
5926 PR cli/19918:
5927 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5928 flag.
5929
5930 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5931
5932 PR gdb/22841
5933 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5934 "target" to remote_exec.
5935
5936 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5937
5938 PR gdb/22841
5939 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5940 ${board}_upload): Remove.
5941
5942 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5943
5944 * gdb.cp/watch-cp.cc: New test.
5945 * gdb.cp/watch-cp.exp: New file.
5946
5947 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5948
5949 * gdb.base/infcall-nested-structs.exp: New file.
5950 * gdb.base/infcall-nested-structs.c: New file.
5951 * gdb.base/float.exp: Add riscv support.
5952
5953 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5954
5955 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5956 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5957
5958 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5959
5960 * gdb.server/abspath.exp: New file.
5961 * lib/gdb.exp (with_cwd): New procedure.
5962
5963 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5964
5965 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5966 use it.
5967 (gdb_is_target_remote_prompt): New proc.
5968 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5969 (gdb_is_target_native): Pass prompt parameter to
5970 gdb_is_target_1.
5971
5972 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5973
5974 * gdb.base/load-command.c: New file.
5975 * gdb.base/load-command.exp: New file.
5976 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5977 (gdb_is_target_1): ...this, and generalize for other targets
5978 than just remote.
5979 (gdb_is_target_remote): Use gdb_is_target_1.
5980 (gdb_is_target_native): use gdb_is_target_1.
5981
5982 2018-02-26 Tom Tromey <tom@tromey.com>
5983
5984 PR python/16497:
5985 * gdb.python/py-framefilter.exp: Update test.
5986
5987 2018-02-26 Tom Tromey <tom@tromey.com>
5988
5989 * gdb.dwarf2/variant.c: New file.
5990 * gdb.dwarf2/variant.exp: New file.
5991
5992 2018-02-26 Tom Tromey <tom@tromey.com>
5993
5994 * gdb.rust/simple.exp: Accept more possible results in enum test.
5995
5996 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5997
5998 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5999 parentheses.
6000
6001 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6002
6003 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6004 name of a variable: $actual_linejj -> $actual_line.
6005
6006 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6007
6008 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6009
6010 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6011
6012 * gdb.btrace/buffer-size.exp: Do not force BTS.
6013
6014 2018-02-14 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6017 getting a "Quit".
6018
6019 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6020
6021 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6022 Fix test name.
6023
6024 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6025
6026 * gdb.cp/m-static.exp: Check type of optimized out static
6027 member.
6028
6029 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6030
6031 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6032 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6033
6034 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6035 Leszek Swirski <leszeks@google.com>
6036
6037 * gdb.python/py-prettyprint.c
6038 (struct to_string_returns_value_inner,
6039 struct to_string_returns_value_wrapper): New.
6040 (main): Add tsrvw variable.
6041 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6042 ToStringReturnsValueWrapper): New classes.
6043 (register_pretty_printers): Register new pretty-printers.
6044 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6045 recursive pretty printer.
6046 * gdb.python/py-mi.exp: Likewise.
6047
6048 2018-02-01 Leszek Swirski <leszeks@google.com>
6049
6050 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6051 functions with the same name as an include file are parsed
6052 correctly.
6053
6054 2018-02-01 Yao Qi <yao.qi@linaro.org>
6055
6056 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6057 "\[^\r\n\]*".
6058
6059 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6060
6061 * gdb.arch/powerpc-prologue-frame.s: New file.
6062 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6063 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6064
6065 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6066
6067 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6068
6069 2018-01-30 Pedro Alves <palves@redhat.com>
6070
6071 PR gdb/13211
6072 * gdb.base/interrupt-daemon.c: New.
6073 * gdb.base/interrupt-daemon.exp: New.
6074 * gdb.multi/multi-term-settings.c: New.
6075 * gdb.multi/multi-term-settings.exp: New.
6076
6077 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6078
6079 * gdb.base/break.exp: Save the location where the breakpoint
6080 on break.c:47 was actually inserted when debugging the version
6081 compiled at -O2 and use it in the expected output of the "info
6082 break" test performed soon after.
6083
6084 2018-01-22 Pedro Alves <palves@redhat.com>
6085 Sergio Durigan Junior <sergiodj@redhat.com>
6086
6087 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6088 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6089
6090 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6091
6092 * gdb.base/break-include.c, gdb.base/break-include.inc,
6093 gdb.base/break-include.exp: New files.
6094 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6095 line number now being the actual line number where the breakpoint
6096 was inserted.
6097 * gdb.mi/mi-break.exp: Likewise.
6098 * gdb.mi/mi-reverse.exp: Likewise.
6099 * gdb.mi/mi-simplerun.exp: Ditto.
6100
6101 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6102
6103 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6104 varobj.
6105 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6106
6107 2018-01-21 Don Breazeal <donb@codesourcery.com>
6108 Andrew Burgess <andrew.burgess@embecosm.com>
6109
6110 * gdb.mi/basics.c: Add new global.
6111 * gdb.mi/mi-frame-regs.exp: New file.
6112 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6113 case.
6114
6115 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6116
6117 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6118 non-parameter, and on an unknown symbol.
6119
6120 2018-01-19 Tom Tromey <tom@tromey.com>
6121
6122 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6123 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6124
6125 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6126
6127 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6128 setrlimit and chdir to int.
6129
6130 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6131
6132 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6133 function.
6134 (my_tend): Likewise.
6135 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6136 rationale of avoiding FP- and vector instructions.
6137
6138 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6139
6140 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6141 "info reg" with "\[ \t\]*".
6142 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6143 "\[ \t\]+".
6144 * gdb.arch/s390-multiarch.exp: Ditto.
6145 * gdb.base/pc-fp.exp: Ditto.
6146 * gdb.reverse/i386-precsave.exp: Ditto.
6147 * gdb.reverse/i386-reverse.exp: Ditto.
6148 * gdb.reverse/i387-env-reverse.exp: Ditto.
6149 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6150
6151 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6152
6153 * lib/gdb.exp (gdb_compile): Re-enable use of
6154 universal_compile_options for languages other than Rust.
6155
6156 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6157
6158 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6159
6160 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6161
6162 PR gdb/16577
6163 * gdb.base/solib-vanish.exp: New.
6164 * gdb.base/solib-vanish-main.c: New.
6165 * gdb.base/solib-vanish-lib1.c: New.
6166 * gdb.base/solib-vanish-lib2.c: New.
6167
6168 2018-01-17 Yao Qi <yao.qi@linaro.org>
6169
6170 * gdb.compile/compile.exp: Match the address printed for
6171 frame in the output of command "bt".
6172
6173 2018-01-15 Tom Tromey <tom@tromey.com>
6174
6175 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6176 compute sp_reg.
6177
6178 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6179
6180 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6181 to prepare.
6182 (prepare): Return 0 on error, 1 on success.
6183
6184 2018-01-12 Pedro Alves <palves@redhat.com>
6185
6186 * gdb.base/continue-after-aborted-step-over.c: New.
6187 * gdb.base/continue-after-aborted-step-over.exp: New.
6188
6189 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6190
6191 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6192 options when not creating an executable.
6193
6194 2018-01-11 Pedro Alves <palves@redhat.com>
6195
6196 PR remote/22597
6197 * gdb.server/stop-reply-no-thread.c: New file.
6198 * gdb.server/stop-reply-no-thread.exp: New file.
6199
6200 2018-01-10 Pedro Alves <palves@redhat.com>
6201
6202 PR gdb/22670
6203 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6204 functions too. Test setting breakpoints and printing C functions
6205 with no debug info too.
6206 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6207
6208 2018-01-10 Pedro Alves <palves@redhat.com>
6209
6210 PR gdb/22670
6211 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6212 a fail.
6213
6214 2018-01-10 Pedro Alves <palves@redhat.com>
6215
6216 PR gdb/22670
6217 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6218
6219 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6220
6221 * gdb.server/unittest.exp: Match the output in non-development
6222 mode.
6223
6224 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6225
6226 * gdb.gdb/unittest.exp: Match output in non-development mode.
6227
6228 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6229
6230 * gdb.ada/access_tagged_param.exp: Relax expected output
6231 for value of "ObjL" in "continue" to pck.inspect breakpoint
6232 test.
6233
6234 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6235
6236 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6237 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6238
6239 2018-01-05 Pedro Alves <palves@redhat.com>
6240
6241 PR gdb/18653
6242 * gdb.base/libsegfault.exp: New.
6243
6244 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6245
6246 PR gdb/22670
6247 * gdb.ada/access_tagged_param.exp: New file.
6248 * gdb.ada/access_tagged_param/foo.adb: New file.
6249
6250 2018-01-05 Pedro Alves <palves@redhat.com>
6251
6252 PR gdb/22670
6253 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6254 exercise lower case too, and to exercise both full matching and
6255 wild matching.
6256
6257 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6258
6259 * gdb.ada/rename_subscript_param: New testcase.
6260
6261 2018-01-05 Jerome Guitton <guitton@adacore.com>
6262
6263 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6264
6265 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6266
6267 * gdb.ada/convvar_comp: New testcase.
6268
6269 2018-01-05 Xavier Roirand <roirand@adacore.com>
6270
6271 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6272 (My_Table): New global variable.
6273 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6274
6275 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6276
6277 PR gdb/22670
6278 * gdb.ada/maint_with_ada: New testcase.
6279
6280 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6281
6282 PR gdb/22670
6283 * gdb.ada/bp_c_mixed_case: New testcase.
6284
6285 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6286
6287 PR gdb/22670
6288 * gdb.ada/complete.exp: Add "complete break ada" test.
6289
6290 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6291
6292 PR gdb/22670
6293 * gdb.ada/info_addr_mixed_case: New testcase.
6294
6295 2018-01-03 Xavier Roirand <roirand@adacore.com>
6296
6297 * gdb.ada/excep_handle.exp: New testcase.
6298 * gdb.ada/excep_handle/foo.adb: New file.
6299 * gdb.ada/excep_handle/pck.ads: New file.
6300
6301 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6302
6303 * gdb.base/step-line.c: Add extra empty line in copyright header.
6304 * gdb.base/step-line.inp: Likewise.
6305
6306 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6307
6308 * gdb.ada/dyn_stride.exp: Add slice test.
6309
6310 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6311
6312 * gdb.ada/dyn_stride: New testcase.
6313
6314 2017-12-27 Stafford Horne <shorne@gmail.com>
6315
6316 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6317 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6318
6319 2017-12-27 Stafford Horne <shorne@gmail.com>
6320
6321 * gdb.base/reggroups.c: New file.
6322 * gdb.base/reggroups.exp: New file.
6323
6324 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6325
6326 * gdb.dwarf2/ada-valprint-error.c: New file.
6327 * gdb.dwarf2/ada-valprint-error.exp: New file.
6328
6329 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6330
6331 * gdb.ada/assign_arr: New testcase.
6332
6333 2017-12-18 Xavier Roirand <roirand@adacore.com>
6334
6335 * gdb.ada/funcall_ptr: New testcase.
6336
6337 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6338
6339 PR cli/16224
6340 * gdb.base/ptype-offsets.cc: New file.
6341 * gdb.base/ptype-offsets.exp: New file.
6342
6343 2017-12-15 Yao Qi <yao.qi@linaro.org>
6344
6345 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6346 if XML is disabled.
6347
6348 2017-12-15 Xavier Roirand <roirand@adacore.com>
6349
6350 * gdb.ada/same_component_name: New testcase.
6351
6352 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6353
6354 * gdb.ada/str_binop_equal: New testcase.
6355
6356 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6357
6358 * gdb.ada/task_switch_in_core: New testcase.
6359
6360 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6361
6362 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6363 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6364 call test_bkpt_qualified.
6365 (test_bkpt_qualified): New proc.
6366
6367 2017-12-13 Pedro Alves <palves@redhat.com>
6368
6369 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6370 Tighten regexp by matching with an anchor.
6371
6372 2017-12-13 Pedro Alves <palves@redhat.com>
6373
6374 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6375 ("expression with namespace"): New set of tests.
6376 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6377 (Nested::Test_NS::qux): New.
6378 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6379 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6380
6381 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6382
6383 * gdb.base/server-del-break.c: New file.
6384 * gdb.base/server-del-break.exp: New file.
6385
6386 2017-12-12 Stafford Horne <shorne@gmail.com>
6387
6388 * gdb.xml/tdesc-regs.exp: Add or1k support.
6389
6390 2017-12-12 Stafford Horne <shorne@gmail.com>
6391
6392 * gdb.base/bp-permanent.c: Define nop of or1k.
6393
6394 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6395
6396 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6397 output with components being reordered.
6398
6399 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6400
6401 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6402 output with components being reordered.
6403
6404 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6405 Pedro Alves <palves@redhat.com>
6406
6407 * gdb.base/maint.exp (check for .gdb_index): Check also for
6408 .debug_names.
6409 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6410 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6411 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6412 (.gdb_index used after symbol reloading): Support also .debug_names.
6413 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6414
6415 2017-12-08 Yao Qi <yao.qi@linaro.org>
6416
6417 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6418 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6419
6420 2017-12-08 Yao Qi <yao.qi@linaro.org>
6421
6422 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6423 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6424
6425 2017-12-08 Yao Qi <yao.qi@linaro.org>
6426
6427 * gdb.arch/aarch64-tagged-pointer.c: New file.
6428 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6429
6430 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6431
6432 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6433 "int".
6434
6435 2017-12-07 Keith Seitz <keiths@redhat.com>
6436
6437 PR breakpoints/22569
6438 * gdb.linespec/ls-errs.exp: Change expected result of "break
6439 -source this file has spaces.c -line 3".
6440 Check that an explicit source file followed by whitespace is
6441 identified as an invalid explicit location.
6442
6443 2017-12-07 Keith Seitz <keiths@redhat.com>
6444
6445 * gdb.cp/nested-types.cc: New file.
6446 * gdb.cp/nested-types.exp: New file.
6447 * lib/cp-support.exp: Load data-structures.exp library.
6448 (debug_cp_test_ptype_class): New global.
6449 (cp_ptype_class_verbose, next_line): New procedures.
6450 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6451 Add and document new return value.
6452 Switch the list of lines to a queue.
6453 Add support for new `type' key for nested type definitions.
6454 Add debugging/troubleshooting messages.
6455 * lib/data-structures.exp: New file.
6456
6457 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6458
6459 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6460 with proc_with_prefix, don't use with_test_prefix.
6461
6462 2017-12-07 Tom Tromey <tom@tromey.com>
6463
6464 * gdb.base/break.exp: Add test for empty "commands".
6465
6466 2017-12-07 Yao Qi <yao.qi@linaro.org>
6467
6468 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6469 malloc and catch syscall.
6470
6471 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6472
6473 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6474 tests for explicit locations.
6475
6476 2017-12-06 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6479 force-disabling XML descriptions.
6480
6481 2017-12-04 Pedro Alves <palves@redhat.com>
6482
6483 PR gdb/22499
6484 * gdb.arch/amd64-disp-step-avx.S: New file.
6485 * gdb.arch/amd64-disp-step-avx.exp: New file.
6486
6487 2017-12-03 Pedro Alves <palves@redhat.com>
6488
6489 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6490 and <string.h>.
6491 (parent_function): Print distinct messages when waitpid fails, or
6492 the child exits with a signal, or the child exits for an unhandled
6493 reason.
6494 * gdb.threads/process-dies-while-detaching.exp
6495 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6496 it. Wait for both inferior output and GDB's prompt. Use an
6497 indirect spawn id list.
6498 (do_detach): New parameter 'child_exit'. Use it to compute
6499 expected inferior output.
6500 (test_detach, test_detach_watch, test_detach_killed_outside):
6501 Adjust to pass down the expected child exit kind.
6502
6503 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6504 Sergio Durigan Junior <sergiodj@redhat.com>
6505 Pedro Alves <palves@redhat.com>
6506
6507 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6508
6509 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6510
6511 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6512 to 'symbol-file' and 'add-symbol-file' can be
6513 position-independent.
6514
6515 2017-12-01 Yao Qi <yao.qi@linaro.org>
6516
6517 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6518 the URL in copyright header.
6519 * gdb.arch/aarch64-fp.exp: Likewise.
6520 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6521 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6522 * gdb.base/expand-psymtabs.exp: Likewise.
6523 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6524 * gdb.fortran/common-block.exp: Likewise.
6525 * gdb.fortran/common-block.f90: Likewise.
6526 * gdb.fortran/logical.exp: Likewise.
6527 * gdb.fortran/vla-datatypes.f90: Likewise.
6528 * gdb.fortran/vla-sub.f90: Likewise.
6529
6530 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6531
6532 * gdb.ada/repeat_dyn: New testcase.
6533
6534 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6535
6536 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6537 Update for changed thread numbering.
6538 * gdb.cell/bt.exp: Update for changed GDB output.
6539
6540 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6541
6542 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6543 setting isremote by hand.
6544 * boards/dwarf4-gdb-index.exp: Likewise.
6545 * boards/fission.exp: Likewise.
6546 * boards/stabs.exp: Likewise.
6547
6548 2017-11-30 Pedro Alves <palves@redhat.com>
6549
6550 * gdb.linespec/cpls-ops.exp
6551 (check_explicit_skips_function_argument): Extract the underlying
6552 type of size_t instead of hardcoding it.
6553
6554 2017-11-29 Pedro Alves <palves@redhat.com>
6555
6556 PR c++/19436
6557 * gdb.linespec/cpls-abi-tag.cc: New file.
6558 * gdb.linespec/cpls-abi-tag.exp: New file.
6559
6560 2017-11-29 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.base/langs.exp: Use -qualified.
6563 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6564 it.
6565 * gdb.cp/namespace.exp: Use -qualified.
6566 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6567 (overload-3, template-overload, template-ret-type, const-overload)
6568 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6569 procedures.
6570 (test_driver): Call them.
6571 * gdb.cp/save-bp-qualified.cc: New.
6572 * gdb.cp/save-bp-qualified.exp: New.
6573 * gdb.linespec/explicit.exp: Test -qualified.
6574 * lib/completion-support.exp (completion::explicit_opts_list): Add
6575 "-qualified".
6576 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6577
6578 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6579
6580 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6581
6582 2017-11-29 Tom Tromey <tom@tromey.com>
6583
6584 * gdb.base/relocate.exp: Update invalid argument test.
6585 Add new tests for invalid arguments.
6586
6587 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6588
6589 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6590 Return 0 as a long.
6591 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6592
6593 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6594
6595 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6596 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6597 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6598 func ().
6599 * gdb.cp/shadow.cc (B.func): Return 0.
6600
6601 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6602
6603 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6604 expected output in gdb_expect call to allow the exception
6605 message to be present as well. Fix syntax confusion to avoid
6606 TCL thinking that exception_name is an array.
6607
6608 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6609
6610 * gdb.arch/spu-info.c: Include <unistd.h>.
6611 (do_signal_test): Fix broken calls to write.
6612 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6613 Fix checks for empty mailboxes. Update signal tests for corrected
6614 do_signal_test routine. Allow nonzero event status.
6615 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6616 * gdb.cell/arch.exp: Use standard_output_file.
6617 * gdb.cell/break.exp: Likewise.
6618 * gdb.cell/bt.exp: Likewise.
6619 * gdb.cell/core.exp: Likewise.
6620 * gdb.cell/dwarfaddr.exp: Likewise.
6621 * gdb.cell/ea-cache.exp: Likewise.
6622 * gdb.cell/ea-standalone.exp: Likewise.
6623 * gdb.cell/f-regs.exp: Likewise.
6624 * gdb.cell/fork.exp: Likewise.
6625 * gdb.cell/gcore.exp: Likewise.
6626 * gdb.cell/mem-access.exp: Likewise.
6627 * gdb.cell/ptype.exp: Likewise.
6628 * gdb.cell/registers.exp: Likewise.
6629 * gdb.cell/sizeof.exp: Likewise.
6630 * gdb.cell/solib-symbol.exp: Likewise.
6631 * gdb.cell/solib.exp: Likewise.
6632
6633 2017-11-25 Pedro Alves <palves@redhat.com>
6634
6635 * gdb.base/complete-empty.exp: New file.
6636 * gdb.base/completion.exp: Adjust.
6637
6638 2017-11-25 Pedro Alves <palves@redhat.com>
6639
6640 * gdb.linespec/cpls-ops.cc: New file.
6641 * gdb.linespec/cpls-ops.exp: New file.
6642 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6643 factored out from ...
6644 (test_complete_prefix_range): ... this.
6645
6646 2017-11-24 Pedro Alves <palves@redhat.com>
6647
6648 * gdb.linespec/cpcompletion.exp: New file.
6649 * gdb.linespec/cpls-hyphen.cc: New file.
6650 * gdb.linespec/cpls.cc: New file.
6651 * gdb.linespec/cpls2.cc: New file.
6652 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6653 test to use test_gdb_complete_unique. Add label completion,
6654 keyword completion and explicit location completion tests.
6655 * lib/completion-support.exp: New file.
6656
6657 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6658
6659 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6660 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6661 when hitting an exception catchpoint.
6662
6663 2017-11-22 Yao Qi <yao.qi@linaro.org>
6664
6665 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6666
6667 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6668
6669 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6670 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6671 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6672
6673 2017-11-22 Yao Qi <yao.qi@linaro.org>
6674
6675 * gdb.base/info-os.exp: Pass pthreads.
6676 * gdb.multi/multi-attach.exp: Likewise.
6677
6678 2017-11-22 Yao Qi <yao.qi@linaro.org>
6679
6680 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6681 compiler.
6682
6683 2017-11-22 Yao Qi <yao.qi@linaro.org>
6684
6685 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6686 * gdb.base/break-interp.exp: Likewise.
6687 * gdb.base/jit-attach-pie.exp: Likewise.
6688
6689 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6690
6691 * gdb.base/float128.c (large128): New variable.
6692 * gdb.base/float128.exp: Add test to print largest __float128 value.
6693
6694 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6695
6696 * gdb.arch/vsx-regs.exp: Update register content checks.
6697
6698 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6699
6700 * gdb.arch/ppc-longdouble.exp: New file.
6701 * gdb.arch/ppc-longdouble.c: Likewise.
6702
6703 2017-11-21 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6706
6707 2017-11-20 Pedro Alves <palves@redhat.com>
6708
6709 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6710 (long_double_typedef): New typedefs.
6711 Use DEF on double and long double.
6712 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6713 cases.
6714 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6715 and 'long_double_ptr_same_size' locals. Use them to decide
6716 whether cast from array/function to float is valid/invalid.
6717
6718 2017-11-17 Tom Tromey <tom@tromey.com>
6719
6720 * gdb.rust/traits.rs: New file.
6721 * gdb.rust/traits.exp: New file.
6722
6723 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6724
6725 * gdb.ada/minsyms: New testcase.
6726
6727 2017-11-16 Pedro Alves <palves@redhat.com>
6728
6729 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6730 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6731
6732 2017-11-16 Pedro Alves <palves@redhat.com>
6733
6734 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6735 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6736
6737 2017-11-16 Pedro Alves <palves@redhat.com>
6738
6739 * gdb.server/reconnect-ctrl-c.c: New file.
6740 * gdb.server/reconnect-ctrl-c.exp: New file.
6741
6742 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6743
6744 * gdb.python/py-rbreak.exp: New file.
6745 * gdb.python/py-rbreak.c: New file.
6746 * gdb.python/py-rbreak-func2.c: New file.
6747
6748 2017-11-16 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6751 pattern.
6752 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6753 GDB.
6754
6755 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6756
6757 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6758 regex.
6759
6760 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6761
6762 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6763 test names.
6764
6765 2017-11-09 Pedro Alves <palves@redhat.com>
6766
6767 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6768 factored out from ...
6769 (top level): ... here, and adjusted to avoid expecting beyond the
6770 prompt in a single gdb_test_multiple.
6771
6772 2017-11-09 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6775 output.
6776 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6777 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6778 * gdb.server/ext-run.exp ("kill" test): Likewise.
6779 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6780
6781 2017-11-09 Pedro Alves <palves@redhat.com>
6782
6783 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6784 match till end of line.
6785
6786 2017-11-09 Pedro Alves <palves@redhat.com>
6787
6788 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6789
6790 2017-11-09 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6793 New procedures, factored out from ...
6794 (top level): ... here, and adjusted to avoid expecting beyond the
6795 prompt in one go.
6796
6797 2017-11-09 Pedro Alves <palves@redhat.com>
6798
6799 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6800 output. Fix '?' match.
6801
6802 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6803
6804 * gdb.ada/scoped_watch: New testcase.
6805 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6806 which is actually correct.
6807 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6808 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6809
6810 2017-11-08 Pedro Alves <palves@redhat.com>
6811
6812 * gdb.gdb/complaints.exp (test_initial_complaints)
6813 (test_serial_complaints, test_short_complaints): Call
6814 complaint_internal instead of complaint.
6815
6816 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6817
6818 * gdb.threads/tls-core.c: New file.
6819 * gdb.threads/tls-core.exp: Likewise.
6820
6821 2017-11-08 Pedro Alves <palves@redhat.com>
6822
6823 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6824 (p Exported_Capitalized): New test.
6825 (p exported_capitalized): New test.
6826
6827 2017-11-07 Pedro Alves <palves@redhat.com>
6828
6829 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6830
6831 2017-11-07 Pedro Alves <palves@redhat.com>
6832
6833 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6834 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6835 (disable_invalid, disable_inverted, disable_negative): New
6836 procedures.
6837 ("bad numbers"): New set of tests.
6838
6839 2017-11-07 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.cp/ena-dis-br-range.exp: Add tests.
6842
6843 2017-11-07 Pedro Alves <palves@redhat.com>
6844
6845 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6846
6847 2017-11-07 Xavier Roirand <roirand@adacore.com>
6848 Pedro Alves <palves@redhat.com>
6849
6850 * gdb.base/ena-dis-br.exp: Add reference to
6851 gdb.cp/ena-dis-br-range.exp.
6852 * gdb.cp/ena-dis-br-range.exp: New file.
6853 * gdb.cp/ena-dis-br-range.cc: New file.
6854
6855 2017-11-06 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.base/attach-non-pgrp-leader.c: New.
6858 * gdb.base/attach-non-pgrp-leader.exp: New.
6859
6860 2017-11-06 Pedro Alves <palves@redhat.com>
6861
6862 * configure.ac: No longer check for termio.h and sgtty.h.
6863 * configure: Regenerate.
6864 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6865 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6866 Remove termio and sgtty code.
6867
6868 2017-11-03 Yao Qi <yao.qi@linaro.org>
6869
6870 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6871 in GDB is disabled.
6872
6873 2017-11-03 Yao Qi <yao.qi@linaro.org>
6874
6875 * gdb.python/py-thrhandle.exp: Skip it if python is not
6876 enabled.
6877
6878 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6879
6880 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6881 as a breakpoint command.
6882
6883 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6884
6885 PR python/21213
6886 * gdb.python/py-infthread.exp: Test calling
6887 InferiorThread.inferior () multiple times in a row.
6888
6889 2017-10-27 Keith Seitz <keiths@redhat.com>
6890
6891 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6892 Test "info break" for every inlined function breakpoint.
6893
6894 2017-10-27 Yao Qi <yao.qi@linaro.org>
6895
6896 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6897
6898 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6899
6900 * gdb.cp/classes.exp (test_static_members): Test printing
6901 Outer::instance.
6902 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6903 (Inner::instance, Outer::instance): New.
6904
6905 2017-10-24 Pedro Alves <palves@redhat.com>
6906
6907 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6908 extra console" test in two stages.
6909
6910 2017-10-24 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6913
6914 2017-10-24 Pedro Alves <palves@redhat.com>
6915
6916 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6917 loop.
6918
6919 2017-10-24 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6922 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6923
6924 2017-10-24 Pedro Alves <palves@redhat.com>
6925
6926 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6927 parameter and handle it. Don't output read value in test name.
6928
6929 2017-10-24 Pedro Alves <palves@redhat.com>
6930
6931 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6932 custom test name.
6933
6934 2017-10-24 Pedro Alves <palves@redhat.com>
6935
6936 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6937 include the unstable output directory name in the test's name.
6938 (initial_setup_simple) <'set args'>: Use custom test name.
6939
6940 2017-10-24 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6943 with explicit test name.
6944
6945 2017-10-20 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6948 'wait -i'. Use gdb_assert and remote_close.
6949
6950 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6951
6952 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6953 number from variable rather than hard-coded.
6954
6955 2017-10-19 Pedro Alves <palves@redhat.com>
6956
6957 * gdb.base/long-inferior-output.c: New file.
6958 * gdb.base/long-inferior-output.exp: New file.
6959
6960 2017-11-18 Keith Seitz <keiths@redhat.com>
6961
6962 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6963 method.
6964 (main): Call it.
6965 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6966 Add additional user-defined conversion operator tests.
6967
6968 2017-10-17 Pedro Alves <palves@redhat.com>
6969
6970 * boards/native-stdio-gdbserver.exp: Load "local-board".
6971
6972 2017-10-17 Pedro Alves <palves@redhat.com>
6973
6974 * gdb.base/quit-live.c: New file.
6975 * gdb.base/quit-live.exp: New file.
6976
6977 2017-10-16 Keith Seitz <keiths@redhat.com>
6978
6979 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6980 (class_with_protected_typedef, class_with_private_typedef)
6981 (struct_with_public_typedef, struct_with_protected_typedef)
6982 (struct_with_private_typedef): New classes/structs.
6983 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6984 typedefs and access specifiers.
6985
6986 2017-10-16 Pedro Alves <palves@redhat.com>
6987 Simon Marchi <simon.marchi@polymtl.ca>
6988
6989 * README (Local vs Remote vs Native): New section.
6990 * boards/local-board.exp: New file, with bits factored out from
6991 ...
6992 * boards/native-extended-gdbserver.exp: ... here. Load
6993 "local-board".
6994 * boards/native-gdbserver.exp: Load "local-board".
6995 (${board}_spawn, ${board}_exec): Delete.
6996 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6997 ...
6998 * boards/stdio-gdbserver-base.exp: ... this new file.
6999 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7000 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7001 procedure.
7002 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7003 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7004 stdio_gdbserver_command.
7005 (${board}_get_remote_address, ${board}_get_comm_port)
7006 (${board}_download, ${board}_upload): Delete.
7007 (get_target_remote_pipe_cmd): New.
7008
7009 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7010
7011 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7012 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7013 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7014 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7015 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7016 remove with_test_prefix.
7017
7018 2017-10-13 Pedro Alves <palves@redhat.com>
7019
7020 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7021 * gdb.base/annota1.exp: Use it instead of is_remote.
7022 * gdb.base/annota3.exp: Use it instead of is_remote.
7023 * gdb.cp/annota2.exp: Use it instead of is_remote.
7024 * gdb.cp/annota3.exp: Use it instead of is_remote.
7025 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7026
7027 2017-10-13 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7030 (test_num_test_vars, run_and_count_vars, find_env)
7031 (test_set_unset_env, test_inherit_env_var): New procedures.
7032 (top level): Use them.
7033
7034 2017-10-13 Pedro Alves <palves@redhat.com>
7035
7036 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7037 also skip on stub-like targets.
7038
7039 2017-10-13 Pedro Alves <palves@redhat.com>
7040
7041 PR gdb/22293
7042 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7043 (top level): Move some tests to ...
7044 (test_not_found): ... this new procedure.
7045 (top level): Call it.
7046
7047 2017-10-13 Pedro Alves <palves@redhat.com>
7048
7049 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7050 expect different "info terminal" output if testing with a
7051 non-native target.
7052
7053 2017-10-13 Pedro Alves <palves@redhat.com>
7054 Simon Marchi <simon.marchi@polymtl.ca>
7055
7056 PR python/12966
7057 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7058
7059 2017-10-13 Pedro Alves <palves@redhat.com>
7060
7061 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7062 already.
7063
7064 2017-10-13 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7067 is_remote.
7068
7069 2017-10-13 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7072 is_remote.
7073
7074 2017-10-13 Pedro Alves <palves@redhat.com>
7075
7076 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7077 is set.
7078 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7079 instead of is_remote.
7080
7081 2017-10-13 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7084 (top level): Add comment.
7085
7086 2017-10-13 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.base/remote.exp (top level): Fix comment typo and add
7089 missing return.
7090
7091 2017-10-13 Pedro Alves <palves@redhat.com>
7092 Simon Marchi <simon.marchi@polymtl.ca>
7093
7094 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7095 calls and add comments. Skip test if use_gdb_stub is set.
7096 (top level): Use "set cwd" command instead of "cd" command.
7097
7098 2017-10-13 Pedro Alves <palves@redhat.com>
7099
7100 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7101 is_remote target check.
7102
7103 2017-10-13 Pedro Alves <palves@redhat.com>
7104
7105 * gdb.base/scope.exp: Use build_executable + clean_restart +
7106 gdb_file_cmd instead of prepare_for_testing and no longer skip
7107 "before run" tests on is_remote target boards. Update comments.
7108 * boards/native-extended-gdbserver.exp
7109 (extended_gdbserver_load_last_file): New, factored out from ...
7110 (gdb_load): ... this. Move further below and add comment.
7111 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7112
7113 2017-10-12 Pedro Alves <palves@redhat.com>
7114
7115 * gdb.base/attach.exp: Remove references to gdb64.
7116 * gdb.base/dbx.exp: Remove references to gdb64.
7117
7118 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7119 Pedro Alves <palves@redhat.com>
7120
7121 * gdb.base/label.exp: Remove is_remote target check.
7122
7123 2017-10-12 Pedro Alves <palves@redhat.com>
7124
7125 * gdb.base/auvx.exp (coredir): Update comment.
7126 (top level) <core_works>: Use "set cwd" command instead of "cd"
7127 command.
7128
7129 2017-10-12 Pedro Alves <palves@redhat.com>
7130 Simon Marchi <simon.marchi@polymtl.ca>
7131
7132 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7133 target boards.
7134
7135 2017-10-12 Pedro Alves <palves@redhat.com>
7136 Simon Marchi <simon.marchi@polymtl.ca>
7137
7138 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7139 Instead skip if there's any gdb_protocol set.
7140
7141 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7142 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7145
7146 2017-10-12 Pedro Alves <palves@redhat.com>
7147 Simon Marchi <simon.marchi@polymtl.ca>
7148
7149 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7150 instead of on dejagnu remote boards.
7151
7152 2017-10-12 Pedro Alves <palves@redhat.com>
7153 Simon Marchi <simon.marchi@polymtl.ca>
7154
7155 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7156 checks. Use build_executable + clean_restart instead of
7157 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7158 of enabling non-stop after starting gdb.
7159
7160 2017-10-12 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7163 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7164 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7165 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7166
7167 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7168
7169 * gdb.arch/arc-tdesc-cpu.exp: New file.
7170 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7171
7172 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7173
7174 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7175
7176 2017-10-10 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7179 expect CLI output.
7180
7181 2017-10-10 Pedro Alves <palves@redhat.com>
7182
7183 * lib/selftest-support.exp (selftest_setup): Update for
7184 captured_command_loop's prototype change.
7185
7186 2017-10-09 Pedro Alves <palves@redhat.com>
7187
7188 Test both arch1=>arch2 and arch2=>arch1.
7189
7190 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7191 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7192 factored out to...
7193 (append_arch1_options, append_arch2_options, append_arch_options)
7194 (build_executables): New procedures.
7195 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7196 local.
7197 (top level): Add new 'first_arch' testing axis.
7198
7199 2017-10-09 Pedro Alves <palves@redhat.com>
7200
7201 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7202 (barrier): New.
7203 (thread_start, all_started): New functions.
7204 (main): Spawn new thread and wait until it is scheduled.
7205 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7206 option.
7207 (do_test): Add 'selected_thread' parameter. Run to all_started
7208 instead of main. Explicitly set the breakpoint at main. Switch
7209 to the SELECTED_THREAD thread.
7210 (top level): Test handling the exec event with either the main
7211 thread or the second thread selected.
7212
7213 2017-10-09 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7216 logic. Move STOP marker after the value checks.
7217 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7218 regexp.
7219
7220 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7221
7222 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7223
7224 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7225
7226 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7227 integer-to-dfp conversion.
7228 * gdb.base/dfp-test.exp: Likewise.
7229
7230 2017-10-04 Pedro Alves <palves@redhat.com>
7231
7232 * gdb.multi/hangout.c: Include <unistd.h>.
7233 (hangout_loop): New function.
7234 (main): Call alarm. Call hangout_loop in a loop.
7235 * gdb.multi/hello.c: Include <unistd.h>.
7236 (hello_loop): New function.
7237 (main): Call alarm. Call hangout_loop in a loop.
7238 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7239 inferior with the other selected.
7240
7241 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7242
7243 * gdb.mi/list-thread-groups-available.exp: New file.
7244 * gdb.mi/list-thread-groups-available.c: New file.
7245
7246 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7247
7248 * gdb.base/set-cwd.exp: Make it available on
7249 native-extended-gdbserver.
7250
7251 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7252
7253 * gdb.base/set-cwd.c: New file.
7254 * gdb.base/set-cwd.exp: Likewise.
7255
7256 2017-10-02 Tom Tromey <tom@tromey.com>
7257
7258 PR rust/22236:
7259 * gdb.rust/simple.rs (main): New variable "fslice".
7260 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7261
7262 2017-10-02 Tom Tromey <tom@tromey.com>
7263
7264 * gdb.rust/simple.exp: Test ptype of a slice.
7265
7266 2017-10-02 Tom Tromey <tom@tromey.com>
7267
7268 * gdb.rust/simple.exp: Test index of slice.
7269
7270 2017-09-27 Tom Tromey <tom@tromey.com>
7271
7272 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7273
7274 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7275 Pedro Alves <palves@redhat.com>
7276
7277 * gdb.base/compare-sections.exp (get value of read-only section): Read
7278 as unsigned value.
7279 (corrupt read-only section): Likewise and don't set written if patching
7280 failed.
7281
7282 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7283
7284 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7285 files.
7286
7287 2017-09-20 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7290 symbol names in gdb's output.
7291 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7292
7293 2017-09-20 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7296 Rename to ...
7297 (test_list_ambiguous_symbol): ... this and add a symbol name
7298 parameter. Adjust.
7299 (test_list_ambiguous_function): Reimplement on top of
7300 test_list_ambiguous_symbol and also test listing ambiguous
7301 variables.
7302 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7303 (ambiguous_fun): ... this.
7304 (ambiguous_var): New.
7305 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7306 (ambiguous_fun): ... this.
7307 (ambiguous_var): New.
7308
7309 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7310
7311 * gdb.base/starti.c: New file.
7312 * gdb.base/starti.exp: New file.
7313 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7314
7315 2017-09-14 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7318 (top level): Use it instead of runto.
7319
7320 2017-09-11 Tom Tromey <tom@tromey.com>
7321
7322 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7323
7324 2017-09-11 Tom Tromey <tom@tromey.com>
7325
7326 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7327 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7328
7329 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7330
7331 * gdb.fortran/printing-types.exp: New file.
7332 * gdb.fortran/printing-types.exp: New file.
7333
7334 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7335
7336 * gdb.fortran/vla-ptype.exp: Fix typos.
7337 * gdb.fortran/vla-value.exp: Same.
7338
7339 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7340
7341 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7342 * gdb.mi/mi-var-child-f.exp: Likewise.
7343 * gdb.mi/mi-vla-fortran.exp: Likewise.
7344
7345 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7346 Christoph Weinmann <christoph.t.weinmann@intel.com>
7347 Bernhard Heckel <bernhard.heckel@intel.com>
7348
7349 * gdb.fortran/ptr-indentation.f90: New file.
7350 * gdb.fortran/ptr-indentation.exp: New file.
7351
7352 2017-09-05 Tom Tromey <tom@tromey.com>
7353
7354 PR gdb/22010:
7355 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7356
7357 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7358
7359 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7360
7361 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 * gdb.threads/tls-nodebug-pie.c: New file.
7364 * gdb.threads/tls-nodebug-pie.exp: New file.
7365
7366 2017-09-05 Tom Tromey <tom@tromey.com>
7367
7368 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7369 for rust.
7370
7371 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7372
7373 * gdb.multi/multi-arch-exec.exp: Test with different
7374 "follow-exec-mode" settings.
7375 (do_test): New procedure.
7376
7377 2017-09-04 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.base/func-static.c (S::method const, S::method volatile)
7380 (S::method volatile const): New methods.
7381 (c_s, v_s, cv_s): New instances.
7382 (main): Call method() on them.
7383 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7384 (cannot_resolve): New procedure.
7385 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7386 print-quote-unquoted columns.
7387 (do_test): Test printing each scope too.
7388
7389 2017-09-04 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.base/local-static.exp: Also test with
7392 class::method::variable wholly quoted.
7393 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7394
7395 2017-09-04 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.base/local-static.c: New.
7398 * gdb.base/local-static.cc: New.
7399 * gdb.base/local-static.exp: New.
7400
7401 2017-09-04 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.asm/asm-source.exp: Add casts to int.
7404 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7405 (dataglobal64_1, dataglobal64_2): New globals.
7406 * gdb.base/nodebug.exp: Test different expressions involving the
7407 new globals, with print, whatis and ptype. Add casts to int.
7408 * gdb.base/solib-display.exp: Add casts to int.
7409 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7410 * gdb.cp/m-static.exp: Add cast to int.
7411 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7412 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7413 tls variable with no debug info without a cast. Test with a cast
7414 to int too.
7415 * gdb.trace/entry-values.exp: Add casts.
7416
7417 2017-09-04 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.base/nodebug.exp: Test that ptype's error about functions
7420 with unknown return type includes the function name too.
7421
7422 2017-09-04 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7425 return type of munmap in infcall.
7426 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7427 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7428 type of ftell in infcall.
7429 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7430 type of getpid in infcall.
7431 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7432 infcall.
7433 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7434 Bail on failure to extract the pid.
7435 * gdb.base/nodebug.c: #include <stdint.h>.
7436 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7437 New functions.
7438 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7439 Change expected output of print/whatis/ptype with functions with
7440 no debug info. Test all supported languages. Call
7441 test_call_promotion.
7442 * gdb.compile/compile.exp: Adjust expected output to expect
7443 warning.
7444 * gdb.threads/siginfo-threads.exp: Likewise.
7445
7446 2017-09-04 Pedro Alves <palves@redhat.com>
7447
7448 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7449 "prototypes". Test calling float functions via prototyped and
7450 unprototyped function pointers.
7451 (perform_all_tests): New parameter "prototypes". Pass it down.
7452 (top level): Pass down "prototypes" parameter to
7453 perform_all_tests.
7454
7455 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7456
7457 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7458 Test with nested loops.
7459
7460 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7461
7462 * gdb.base/commands.exp: Call the new procedures.
7463 (loop_break_test, loop_continue_test): New procedures.
7464
7465 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7466
7467 * gdb.base/commands.exp: Call new procedure.
7468 (define_if_without_arg_test): New procedure.
7469
7470 2017-09-04 Pedro Alves <palves@redhat.com>
7471
7472 * gdb.base/list-ambiguous.exp: New file.
7473 * gdb.base/list-ambiguous0.c: New file.
7474 * gdb.base/list-ambiguous1.c: New file.
7475 * gdb.base/list.exp (test_list_range): Adjust expected output.
7476
7477 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7478
7479 * gdb.base/share-env-with-gdbserver.c: New file.
7480 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7481
7482 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7483
7484 * gdb.base/commands.exp (gdbvar_simple_if_test,
7485 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7486 progvar_simple_if_test, progvar_simple_while_test,
7487 progvar_complex_if_while_test, user_defined_command_test,
7488 user_defined_command_args_eval,
7489 user_defined_command_args_stack_test,
7490 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7491 temporary_breakpoint_commands,
7492 gdb_test_no_prompt, redefine_hook_test,
7493 redefine_backtrace_test): Remove "global gdb_prompt".
7494
7495 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7498 New proc, call it from toplevel.
7499
7500 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7501
7502 PR remote/21852
7503 * gdb.server/normal.c: New file, copied from gdb.base.
7504 * gdb.server/run-without-local-binary.exp: New file.
7505
7506 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7507
7508 * gdb.arch/sparc64-adi.exp: New file.
7509 * gdb.arch/sparc64-adi.c: New file.
7510
7511 2017-08-22 Pedro Alves <palves@redhat.com>
7512
7513 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7514 (top level): Add "list all overloads" tests.
7515
7516 2017-08-22 Tom Tromey <tom@tromey.com>
7517
7518 * gdb.gdb/xfullpath.exp: Remove.
7519
7520 2017-08-21 Pedro Alves <palves@redhat.com>
7521
7522 PR gdb/19487
7523 * gdb.base/symbol-alias.c: New.
7524 * gdb.base/symbol-alias2.c: New.
7525 * gdb.base/symbol-alias.exp: New.
7526
7527 2017-08-21 Pedro Alves <palves@redhat.com>
7528
7529 * gdb.base/dfp-test.c
7530 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7531 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7532 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7533 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7534 * gdb.base/whatis-ptype-typedefs.c: New.
7535 * gdb.base/whatis-ptype-typedefs.exp: New.
7536 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7537 (an_int, an_int_type, an_int_type2): New globals.
7538 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7539 involving typedefs and cast expressions.
7540 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7541 (lookup_typedefs_function): New.
7542 (typedefs_pretty_printers_dict): New.
7543 (top level): Register lookup_typedefs_function in
7544 gdb.pretty_printers.
7545
7546 2017-08-18 Yao Qi <yao.qi@linaro.org>
7547
7548 * gdb.server/unittest.exp: New.
7549
7550 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7551
7552 PR gdb/21954
7553 * gdb.base/environ.exp: Add test to check if 'unset environment'
7554 works.
7555
7556 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7557
7558 * lib/gdb.exp (universal_compile_options): New caching proc.
7559 (gdb_compile): Suppress GCC's coloring of messages.
7560
7561 2017-08-14 Tom Tromey <tom@tromey.com>
7562
7563 PR gdb/21675:
7564 * gdb.base/printcmds.exp (test_radices): New function.
7565 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7566 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7567 * lib/gdb.exp (get_integer_valueof): Use p/d.
7568
7569 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7570
7571 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7572 characters.
7573
7574 2017-08-05 Tom Tromey <tom@tromey.com>
7575
7576 * gdb.rust/simple.exp: Allow String to appear in a different
7577 namespace.
7578
7579 2017-07-26 Yao Qi <yao.qi@linaro.org>
7580
7581 * gdb.gdb/unittest.exp: Invoke command
7582 "maintenance check xml-descriptions".
7583
7584 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7585
7586 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7587 calling context.
7588 (hex128): Drop erroneous calculation of parameters.
7589
7590 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7591
7592 * gdb.python/py-unwind.exp: Disable stack protection when
7593 building test file.
7594
7595 2017-07-20 Pedro Alves <palves@redhat.com>
7596
7597 * gdb.base/default.exp (set language): Adjust expected output.
7598
7599 2017-07-20 Pedro Alves <palves@redhat.com>
7600
7601 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7602 (test_minsym): ... this, and make static.
7603 (get_pck__foo__bar__minsym): Rename to ...
7604 (get_test_minsym): ... this.
7605 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7606 symbol names and comments.
7607 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7608 (get_test_minsym): ... this.
7609 (pck__foo__bar__minsym__2): Rename to ...
7610 (test_minsym): ... this.
7611 (main): Adjust.
7612
7613 2017-07-17 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.base/completion.exp: Adjust expected output.
7616 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7617 the completer works.
7618
7619 2017-07-17 Pedro Alves <palves@redhat.com>
7620
7621 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7622
7623 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7624
7625 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7626
7627 2017-07-14 Tom Tromey <tom@tromey.com>
7628
7629 PR rust/21764:
7630 * gdb.rust/simple.exp: Add tests.
7631
7632 2017-07-14 Tom Tromey <tom@tromey.com>
7633
7634 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7635
7636 2017-07-14 Pedro Alves <palves@redhat.com>
7637
7638 * gdb.linespec/base/one/thefile.cc (z1): New function.
7639 * gdb.linespec/base/two/thefile.cc (z2): New function.
7640 * gdb.linespec/linespec.exp: Add tests.
7641
7642 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7643
7644 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7645 to mi_create_breakpoint.
7646
7647 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7648
7649 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7650 mi_create_breakpoint.
7651
7652 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7653
7654 * gdb.dlang/demangle.exp: Update for demangling changes.
7655
7656 2017-07-09 Tom Tromey <tom@tromey.com>
7657
7658 * gdb.dwarf2/shortpiece.exp: New file.
7659
7660 2017-07-06 David Blaikie <dblaikie@gmail.com>
7661
7662 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7663 built from fissiont-multi-cu{1,2}.c.
7664 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7665 except putting 'main' and 'func' in separate CUs in the same DWO file.
7666 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7667 test.
7668 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7669 test.
7670
7671 2017-07-06 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.python/py-unwind.exp: Test flushregs.
7674
7675 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7676
7677 PR cli/21688
7678 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7679 tests for alias commands and trailing whitespace.
7680
7681 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7682
7683 PR cli/21688
7684 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7685 procedure. Call it.
7686
7687 2017-06-29 Pedro Alves <palves@redhat.com>
7688
7689 * gdb.base/printcmds.exp: Add tests.
7690
7691 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7692
7693 PR gdb/21337
7694 * gdb.base/reread-readsym.exp: New file.
7695 * gdb.base/reread-readsym.c: New file.
7696
7697 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7698
7699 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7700 subpattern.
7701
7702 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7703
7704 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7705 extended mnemonic.
7706 * gdb.arch/powerpc-power9.s: Likewise.
7707
7708 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7709
7710 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7711 on 32-bit x86 targets. Exploit is_*_target macros where
7712 appropriate.
7713
7714 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7715
7716 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7717 register pieces.
7718
7719 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7720
7721 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7722 located in one or more DWARF pieces.
7723
7724 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7725
7726 * lib/gdb.exp (get_endianness): New proc.
7727 * gdb.arch/aarch64-fp.exp: Use it.
7728 * gdb.arch/altivec-regs.exp: Likewise.
7729 * gdb.arch/e500-regs.exp: Likewise.
7730 * gdb.arch/vsx-regs.exp: Likewise.
7731 * gdb.base/dump.exp: Likewise.
7732 * gdb.base/funcargs.exp: Likewise.
7733 * gdb.base/gnu_vector.exp: Likewise.
7734 * gdb.dwarf2/formdata16.exp: Likewise.
7735 * gdb.dwarf2/implptrpiece.exp: Likewise.
7736 * gdb.dwarf2/nonvar-access.exp: Likewise.
7737 * gdb.python/py-inferior.exp: Likewise.
7738 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7739
7740 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7741
7742 PR gdb/21226
7743 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7744 stack value pieces are taken from the LSB end.
7745
7746 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7747
7748 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7749 variable at nonzero offset.
7750
7751 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7752
7753 * gdb.dwarf2/var-access.c: New file.
7754 * gdb.dwarf2/var-access.exp: New test.
7755 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7756
7757 2017-06-12 Tom Tromey <tom@tromey.com>
7758
7759 * gdb.dwarf2/formdata16.exp: Add tests.
7760
7761 2017-06-12 Tom Tromey <tom@tromey.com>
7762
7763 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7764
7765 2017-06-12 Tom Tromey <tom@tromey.com>
7766
7767 PR exp/16225:
7768 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7769 * gdb.arch/vsx-regs.exp: Update tests.
7770 * gdb.arch/s390-vregs.exp (hex128): New proc.
7771 Update test.
7772 * gdb.arch/altivec-regs.exp: Update tests.
7773
7774 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7775
7776 * gdb.base/startup-with-shell.c: New file.
7777 * gdb.base/startup-with-shell.exp: Likewise.
7778
7779 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7780
7781 * gdb.server/non-existing-program.exp: Update regex in order to
7782 reflect the fact that gdbserver is now using fork_inferior (with a
7783 shell) to startup the inferior.
7784
7785 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7786
7787 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7788 support function calls from GDB.
7789
7790 2017-05-21 Tom Tromey <tom@tromey.com>
7791
7792 PR rust/21466:
7793 * gdb.rust/unsized.exp: New file.
7794 * gdb.rust/unsized.rs: New file.
7795
7796 2017-05-19 Tom Tromey <tom@tromey.com>
7797
7798 PR rust/21484:
7799 * gdb.rust/watch.exp: New file.
7800 * gdb.rust/watch.rs: New file.
7801
7802 2017-05-18 Tom Tromey <tom@tromey.com>
7803
7804 * gdb.rust/simple.exp: Allow Box to be qualified.
7805
7806 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7807
7808 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7809
7810 2017-05-18 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/fileio.c (test_write, test_read, test_close)
7813 (test_fstat): Don't print 'ret' in the fail path.
7814
7815 2017-05-18 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7818 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7819 (test_system, test_rename, test_unlink, test_time): Change
7820 prototypes.
7821 * gdb.base/fileio.exp (stop_msg): Adjust.
7822
7823 2017-05-18 Pedro Alves <palves@redhat.com>
7824
7825 * gdb.base/fileio.c (null_str): New global.
7826 (test_stat): Use it.
7827 * gdb.base/fileio.exp: Remove nowarnings.
7828
7829 2017-05-17 Yao Qi <yao.qi@linaro.org>
7830
7831 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7832
7833 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7834
7835 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7836 argument command.
7837 (top-level): Invoke test_set_inferior_tty.
7838
7839 2017-05-04 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7842 Add parens to print call for Python 3.
7843
7844 2017-05-03 Keith Seitz <keiths@redhat.com>
7845
7846 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7847 (main): Call it.
7848
7849 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7850
7851 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7852 to prev and next.
7853
7854 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7855
7856 * gdb.python/py-record-btrace.exp: Remove test for
7857 gdb.BtraceInstruction.error.
7858
7859 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7860
7861 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7862
7863 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7864
7865 * gdb.python/py-record-btrace-threads.c: New file.
7866 * gdb.python/py-record-btrace-threads.exp: New file.
7867
7868 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7869
7870 PR testsuite/8595
7871 * gdb.base/environ.exp: Make test available in all architectures.
7872 Move bits related to "info program" testing to
7873 gdb.base/info-program.exp. Rewrite tests to use the two new
7874 procedures mentione below.
7875 (test_set_show_env_var) New procedure.
7876 (test_set_show_env_var_equal): Likewise.
7877 * gdb.base/info-program.exp: New file.
7878
7879 2017-04-27 Keith Seitz <keiths@redhat.com>
7880
7881 * gdb.cp/oranking.cc (test15): New function.
7882 (main): Call test15 and declare additional variables for testing.
7883 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7884 "p foo101('abc')" tests.
7885 Add tests for cv qualifier overloads.
7886 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7887 "lvalue reference overload" test.
7888 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7889 "print value of f1 on Child&& in f2" test.
7890
7891 2017-04-19 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7894 procedure.
7895 (top level): Call it.
7896 * lib/gdb.exp (gdb_define_cmd): New procedure.
7897
7898 2017-04-12 Pedro Alves <palves@redhat.com>
7899
7900 PR gdb/21323
7901 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7902 (wchar): New global.
7903 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7904 (do_test_wide_char, wide_char_types_no_program, top level): Add
7905 wchar_t testing.
7906
7907 2017-04-12 Pedro Alves <palves@redhat.com>
7908
7909 PR c++/21323
7910 * gdb.cp/wide_char_types.c: New file.
7911 * gdb.cp/wide_char_types.exp: New file.
7912
7913 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7914
7915 PR gdb/21352
7916 * gdb.trace/tsv.exp: Add test for "tsave -r".
7917
7918 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7919
7920 * gdb.dlang/watch-loc.c: New file.
7921 * gdb.dlang/watch-loc.exp: New file.
7922
7923 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7924
7925 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7926
7927 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7928
7929 * gdb.arch/arc-analyze-prologue.S: New file.
7930 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7931
7932 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7933
7934 * gdb.arch/arc-decode-insn.S: New file.
7935 * gdb.arch/arc-decode-insn.exp: Likewise.
7936
7937 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7938
7939 PR tdep/20928
7940 * gdb.arch/sparc64-regs.exp: New file.
7941 * gdb.arch/sparc64-regs.S: Likewise.
7942
7943 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7944
7945 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7946 and memory view on Python 3.
7947
7948 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7949 Keith Seitz <keiths@redhat.com>
7950
7951 PR gdb/14441
7952 * gdb.cp/demangle.exp: Add rvalue reference tests.
7953 * gdb.cp/rvalue-ref-casts.cc: New file.
7954 * gdb.cp/rvalue-ref-casts.exp: New file.
7955 * gdb.cp/rvalue-ref-overload.cc: New file.
7956 * gdb.cp/rvalue-ref-overload.exp: New file.
7957 * gdb.cp/rvalue-ref-params.cc: New file.
7958 * gdb.cp/rvalue-ref-params.exp: New file.
7959 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7960 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7961 * gdb.cp/rvalue-ref-types.cc: New file.
7962 * gdb.cp/rvalue-ref-types.exp: New file.
7963 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7964 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7965
7966 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7967
7968 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7969 New procedure.
7970
7971 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7972
7973 * lib/mi-support.exp (mi_gdb_test): Add additional message
7974 for unexpected output.
7975
7976 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7977
7978 * gdb.base/examine-backward.c (Barrier): New character array
7979 constant, to ensure that TestStrings is preceded by a string
7980 terminator.
7981
7982 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7983
7984 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7985 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7986 and implicit pointer into such a location.
7987
7988 2017-03-16 Doug Evans <dje@google.com>
7989
7990 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7991
7992 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7993
7994 * gdb.cp/m-static.exp: Fix expectation for prototype of
7995 test5.single_constructor and single_constructor::single_constructor.
7996
7997 2017-03-16 Doug Evans <dje@google.com>
7998
7999 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8000 * gdb.guile/scm-lazy-string.c: New file.
8001 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8002 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8003 for pointer, array, typedef lazy strings.
8004
8005 2017-03-16 Doug Evans <dje@google.com>
8006
8007 PR python/17728, python/18439, python/18779
8008 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8009 * gdb.python/py-lazy-string.c (pointer): New typedef.
8010 (main): New locals ptr, array, typedef_ptr.
8011 * gdb.python/py-value.exp: Move lazy string tests to ...
8012 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8013 array, typedef lazy strings.
8014
8015 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8016
8017 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8018 Add optional 'test' parameter.
8019
8020 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8021
8022 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8023 Skip for versions of DejaGnu < 1.5.
8024
8025 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8026
8027 * lib/gdb.exp (dejagnu_version): New proc.
8028 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8029 Use dejagnu_version.
8030
8031 2017-03-10 Keith Seitz <keiths@redhat.com>
8032
8033 PR c++/8128
8034 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8035 type from destructor regexps.
8036 Add a branch which actually passes the test.
8037 Adjust "ptype t5i" test names.
8038
8039 2017-03-08 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.base/step-over-exit.exp: Add explicit test message.
8042
8043 2017-03-08 Pedro Alves <palves@redhat.com>
8044
8045 PR gdb/18360
8046 * gdb.threads/interrupt-while-step-over.c: New file.
8047 * gdb.threads/interrupt-while-step-over.exp: New file.
8048
8049 2017-03-08 Pedro Alves <palves@redhat.com>
8050
8051 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8052 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8053
8054 2017-03-08 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8057 PKRU as not supported as a PASS.
8058
8059 2017-03-08 Pedro Alves <palves@redhat.com>
8060
8061 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8062 prefix instead of $binfile1/$binfile2.
8063 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8064 in test message.
8065 * gdb.python/py-completion.exp: Use "load python file" as test
8066 messages instead of unstable path names.
8067
8068 2017-03-08 Pedro Alves <palves@redhat.com>
8069 Jan Kratochvil <jan.kratochvil@redhat.com>
8070
8071 PR cli/21218
8072 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8073 New proc.
8074 (top level): Call it.
8075
8076 2017-03-08 Pedro Alves <palves@redhat.com>
8077
8078 PR tui/21216
8079 * gdb.tui/tui-nl-filtered-output.exp: New file.
8080
8081 2017-03-08 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.base/completion.exp: Move TUI completion tests to ...
8084 * gdb.tui/completion.exp: ... this new file.
8085
8086 2017-03-08 Pedro Alves <palves@redhat.com>
8087
8088 * gdb.base/tui-disasm-long-lines.c,
8089 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8090 gdb.base/tui-layout.exp: Move to ...
8091 * gdb.tui/: ... this new directory.
8092
8093 2017-03-07 Pedro Alves <palves@redhat.com>
8094
8095 * gdb.base/tui-layout.c: New file.
8096 * gdb.base/tui-layout.exp: New file.
8097
8098 2017-03-07 Pedro Alves <palves@redhat.com>
8099
8100 * gdb.base/tui-layout.c: Rename to ...
8101 * gdb.base/tui-disasm-long-lines.c: ... this.
8102 * gdb.base/tui-layout.exp: Rename to ...
8103 * gdb.base/tui-disasm-long-lines.exp: ... this.
8104
8105 2017-03-07 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8108
8109 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8110
8111 * i386-mpx-call.c: New file.
8112 * i386-mpx-call.exp: New file.
8113
8114 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8115
8116 * gdb.arch/powerpc-power.exp: Delete test.
8117 * gdb.arch/powerpc-power.s: Likewise.
8118 * gdb.disasm/disassembler-options.exp: New test.
8119 * gdb.arch/powerpc-altivec.exp: Likewise.
8120 * gdb.arch/powerpc-altivec.s: Likewise.
8121 * gdb.arch/powerpc-altivec2.exp: Likewise.
8122 * gdb.arch/powerpc-altivec2.s: Likewise.
8123 * gdb.arch/powerpc-altivec3.exp: Likewise.
8124 * gdb.arch/powerpc-altivec3.s: Likewise.
8125 * gdb.arch/powerpc-power7.exp: Likewise.
8126 * gdb.arch/powerpc-power7.s: Likewise.
8127 * gdb.arch/powerpc-power8.exp: Likewise.
8128 * gdb.arch/powerpc-power8.s: Likewise.
8129 * gdb.arch/powerpc-power9.exp: Likewise.
8130 * gdb.arch/powerpc-power9.s: Likewise.
8131 * gdb.arch/powerpc-vsx.exp: Likewise.
8132 * gdb.arch/powerpc-vsx.s: Likewise.
8133 * gdb.arch/powerpc-vsx2.exp: Likewise.
8134 * gdb.arch/powerpc-vsx2.s: Likewise.
8135 * gdb.arch/powerpc-vsx3.exp: Likewise.
8136 * gdb.arch/powerpc-vsx3.s: Likewise.
8137 * gdb.arch/arm-disassembler-options.exp: Likewise.
8138 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8139 * gdb.arch/s390-disassembler-options.exp: Likewise.
8140
8141 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8142
8143 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8144 (check_supported_features): ... this. Changed return type to void.
8145 (supports_rdseed): New static global.
8146 (rdseed): Check supports_rdseed.
8147 (initialize): Call check_supported_features.
8148
8149 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8150
8151 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8152 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8153 and lqarx/stqcx.
8154 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8155 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8156
8157 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8158
8159 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8160 uppercase.
8161
8162 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8163
8164 * gdb.dwarf2/formdata16.c: New file.
8165 * gdb.dwarf2/formdata16.exp: New file.
8166 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8167
8168 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8169
8170 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8171 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8172 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8173 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8174 DW_AT_GNU_*.
8175
8176 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8177
8178 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8179
8180 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8181
8182 PR gdb/21164
8183 * gdb.base/maint.exp: Add testcases for when the commands do
8184 not have arguments.
8185
8186 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8187
8188 * gdb.cp/chained-calls.exp: Use p instead of P.
8189
8190 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8191
8192 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8193 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8194
8195 2017-02-14 Tom Tromey <tom@tromey.com>
8196
8197 PR python/13598:
8198 * gdb.python/py-events.exp: Add before_prompt event tests.
8199
8200 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8201
8202 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8203
8204 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8205
8206 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8207 (main): Call my_unique_function_name.
8208 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8209 completion of patterns with a single match.
8210 Add missing -re switches to gdb_test_multiple calls.
8211
8212 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8213
8214 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8215 return if core file is not recognized.
8216
8217 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8218
8219 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8220 and extra UIs.
8221
8222 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8223
8224 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8225 proc_with_prefix.
8226
8227 2017-02-10 Tom Tromey <tom@tromey.com>
8228
8229 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8230
8231 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8232
8233 PR gdb/21122
8234 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8235
8236 2017-02-08 Jerome Guitton <guitton@adacore.com>
8237
8238 * gdb.base/define.exp: Add test for command abbreviations
8239 in define.
8240
8241 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8242
8243 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8244 * gdb.reverse/insn-reverse-x86.c: New file.
8245
8246 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8247
8248 PR tdep/20936
8249 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8250
8251 2017-02-03 Tom Tromey <tom@tromey.com>
8252
8253 PR rust/21097:
8254 * gdb.rust/simple.exp: Add new tests.
8255
8256 2017-02-02 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8259 tests.
8260
8261 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8262
8263 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8264 taking a 2-byte value out of a 4-byte DWARF implicit value on
8265 big-endian targets.
8266 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8267 logic. Add test cases for DW_OP_implicit.
8268
8269 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8270
8271 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8272
8273 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8274
8275 * gdb.btrace/enable.exp: Call gdb_exit before
8276 skip_gdbserver_tests.
8277
8278 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8279
8280 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8281 GDBFLAGS.
8282
8283 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8284
8285 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8286 the test is skipped.
8287 * gdb.btrace/data.exp: Likewise.
8288 * gdb.btrace/delta.exp: Likewise.
8289 * gdb.btrace/dlopen.exp: Likewise.
8290 * gdb.btrace/enable-running.exp: Likewise.
8291 * gdb.btrace/enable.exp: Likewise.
8292 * gdb.btrace/exception.exp: Likewise.
8293 * gdb.btrace/function_call_history.exp: Likewise.
8294 * gdb.btrace/gcore.exp: Likewise.
8295 * gdb.btrace/instruction_history.exp: Likewise.
8296 * gdb.btrace/multi-thread-step.exp: Likewise.
8297 * gdb.btrace/nohist.exp: Likewise.
8298 * gdb.btrace/non-stop.exp: Likewise.
8299 * gdb.btrace/reconnect.exp: Likewise.
8300 * gdb.btrace/record_goto-step.exp: Likewise.
8301 * gdb.btrace/record_goto.exp: Likewise.
8302 * gdb.btrace/rn-dl-bind.exp: Likewise.
8303 * gdb.btrace/segv.exp: Likewise.
8304 * gdb.btrace/step.exp: Likewise.
8305 * gdb.btrace/stepi.exp: Likewise.
8306 * gdb.btrace/tailcall-only.exp: Likewise.
8307 * gdb.btrace/tailcall.exp: Likewise.
8308 * gdb.btrace/tsx.exp: Likewise.
8309 * gdb.btrace/unknown_functions.exp: Likewise.
8310 * gdb.btrace/vdso.exp: Likewise.
8311
8312 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8313
8314 * gdb.btrace/enable-running.c: New.
8315 * gdb.btrace/enable-running.exp: New.
8316
8317 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8318
8319 * gdb.arch/amd64-gs_base.c: New file.
8320 * gdb.arch/amd64-gs_base.exp: New file.
8321
8322 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8323
8324 * lib/memory.exp: Remove spurious empty newlines.
8325
8326 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8327
8328 * gdb.python/py-bad-printers.exp: Load python file using "source".
8329 * gdb.python/py-events.exp: Likewise.
8330 * gdb.python/py-evsignal.exp: Likewise.
8331 * gdb.python/py-evthreads.exp: Likewise.
8332 * gdb.python/py-frame-args.exp: Likewise.
8333 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8334 * gdb.python/py-framefilter-mi.exp: Likewise.
8335 * gdb.python/py-framefilter.exp: Likewise.
8336 * gdb.python/py-mi.exp: Likewise.
8337 * gdb.python/py-pp-maint.exp: Likewise.
8338 * gdb.python/py-pp-registration.exp: Likewise.
8339 * gdb.python/py-prettyprint.exp: Likewise.
8340 (run_lang_tests): Likewise.
8341 * gdb.python/py-typeprint.exp: Likewise.
8342
8343 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8344
8345 * lib/memory.exp: New file.
8346 * lib/gdb.exp: Load memory.exp.
8347 * gdb.base/memattr.exp (delete_memory): Move proc to
8348 lib/memory.exp and rename to delete_memory_regions.
8349 Replace delete_memory with delete_memory_regions.
8350 Cleanup memory regions before tests.
8351 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8352 before tests.
8353
8354 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8355
8356 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8357 files.
8358 (initialize): New function conditionally defined.
8359 (testcases): Move within conditional block.
8360 (main): Call initialize.
8361 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8362 of gdb.reverse/insn-reverse.c.
8363 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8364 gdb.reverse/insn-reverse.c.
8365
8366 2017-01-26 Yao Qi <yao.qi@linaro.org>
8367
8368 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8369 disassemble on address 0.
8370
8371 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8372 Yao Qi <yao.qi@linaro.org>
8373
8374 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8375 * gdb.dwarf2/implptr-64bit.S: Remove.
8376 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8377 variables in caller's context. Add DW_OP_implicit_value.
8378
8379 2017-01-25 Yao Qi <yao.qi@linaro.org>
8380
8381 * lib/dwarf.exp (Dwarf::_location): Handle
8382 DW_OP_GNU_implicit_pointer with proper size.
8383
8384 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8385
8386 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8387 and add untested calls.
8388
8389 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8390
8391 * gdb.python/python.exp: Check line number against what GDB thinks
8392 the line number is for func1.
8393
8394 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8395
8396 * gdb.dlang/debug-expr.exp: New file.
8397
8398 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8399
8400 Fix test names for the following files:
8401
8402 * gdb.ada/exec_changed.exp
8403 * gdb.ada/info_types.exp
8404 * gdb.arch/aarch64-atomic-inst.exp
8405 * gdb.arch/aarch64-fp.exp
8406 * gdb.arch/altivec-abi.exp
8407 * gdb.arch/altivec-regs.exp
8408 * gdb.arch/amd64-byte.exp
8409 * gdb.arch/amd64-disp-step.exp
8410 * gdb.arch/amd64-dword.exp
8411 * gdb.arch/amd64-entry-value-inline.exp
8412 * gdb.arch/amd64-entry-value-param.exp
8413 * gdb.arch/amd64-entry-value-paramref.exp
8414 * gdb.arch/amd64-entry-value.exp
8415 * gdb.arch/amd64-i386-address.exp
8416 * gdb.arch/amd64-invalid-stack-middle.exp
8417 * gdb.arch/amd64-invalid-stack-top.exp
8418 * gdb.arch/amd64-optimout-repeat.exp
8419 * gdb.arch/amd64-prologue-skip.exp
8420 * gdb.arch/amd64-prologue-xmm.exp
8421 * gdb.arch/amd64-stap-special-operands.exp
8422 * gdb.arch/amd64-stap-wrong-subexp.exp
8423 * gdb.arch/amd64-tailcall-cxx.exp
8424 * gdb.arch/amd64-tailcall-noret.exp
8425 * gdb.arch/amd64-tailcall-ret.exp
8426 * gdb.arch/amd64-tailcall-self.exp
8427 * gdb.arch/amd64-word.exp
8428 * gdb.arch/arm-bl-branch-dest.exp
8429 * gdb.arch/arm-disp-step.exp
8430 * gdb.arch/arm-neon.exp
8431 * gdb.arch/arm-single-step-kernel-helper.exp
8432 * gdb.arch/avr-flash-qualifier.exp
8433 * gdb.arch/disp-step-insn-reloc.exp
8434 * gdb.arch/e500-abi.exp
8435 * gdb.arch/e500-regs.exp
8436 * gdb.arch/ftrace-insn-reloc.exp
8437 * gdb.arch/i386-avx512.exp
8438 * gdb.arch/i386-bp_permanent.exp
8439 * gdb.arch/i386-byte.exp
8440 * gdb.arch/i386-cfi-notcurrent.exp
8441 * gdb.arch/i386-disp-step.exp
8442 * gdb.arch/i386-dr3-watch.exp
8443 * gdb.arch/i386-float.exp
8444 * gdb.arch/i386-gnu-cfi.exp
8445 * gdb.arch/i386-mpx-map.exp
8446 * gdb.arch/i386-mpx-sigsegv.exp
8447 * gdb.arch/i386-mpx-simple_segv.exp
8448 * gdb.arch/i386-mpx.exp
8449 * gdb.arch/i386-permbkpt.exp
8450 * gdb.arch/i386-prologue.exp
8451 * gdb.arch/i386-signal.exp
8452 * gdb.arch/i386-size-overlap.exp
8453 * gdb.arch/i386-unwind.exp
8454 * gdb.arch/i386-word.exp
8455 * gdb.arch/mips-fcr.exp
8456 * gdb.arch/powerpc-d128-regs.exp
8457 * gdb.arch/powerpc-stackless.exp
8458 * gdb.arch/ppc64-atomic-inst.exp
8459 * gdb.arch/s390-stackless.exp
8460 * gdb.arch/s390-tdbregs.exp
8461 * gdb.arch/s390-vregs.exp
8462 * gdb.arch/sparc-sysstep.exp
8463 * gdb.arch/thumb-bx-pc.exp
8464 * gdb.arch/thumb-singlestep.exp
8465 * gdb.arch/thumb2-it.exp
8466 * gdb.arch/vsx-regs.exp
8467 * gdb.asm/asm-source.exp
8468 * gdb.base/a2-run.exp
8469 * gdb.base/advance.exp
8470 * gdb.base/all-bin.exp
8471 * gdb.base/anon.exp
8472 * gdb.base/args.exp
8473 * gdb.base/arithmet.exp
8474 * gdb.base/async-shell.exp
8475 * gdb.base/async.exp
8476 * gdb.base/attach-pie-noexec.exp
8477 * gdb.base/attach-twice.exp
8478 * gdb.base/auto-load.exp
8479 * gdb.base/bang.exp
8480 * gdb.base/bitfields.exp
8481 * gdb.base/break-always.exp
8482 * gdb.base/break-caller-line.exp
8483 * gdb.base/break-entry.exp
8484 * gdb.base/break-inline.exp
8485 * gdb.base/break-on-linker-gcd-function.exp
8486 * gdb.base/break-probes.exp
8487 * gdb.base/break.exp
8488 * gdb.base/breakpoint-shadow.exp
8489 * gdb.base/call-ar-st.exp
8490 * gdb.base/call-sc.exp
8491 * gdb.base/call-signal-resume.exp
8492 * gdb.base/call-strs.exp
8493 * gdb.base/callfuncs.exp
8494 * gdb.base/catch-fork-static.exp
8495 * gdb.base/catch-gdb-caused-signals.exp
8496 * gdb.base/catch-load.exp
8497 * gdb.base/catch-signal-fork.exp
8498 * gdb.base/catch-signal.exp
8499 * gdb.base/catch-syscall.exp
8500 * gdb.base/charset.exp
8501 * gdb.base/checkpoint.exp
8502 * gdb.base/chng-syms.exp
8503 * gdb.base/code-expr.exp
8504 * gdb.base/code_elim.exp
8505 * gdb.base/commands.exp
8506 * gdb.base/completion.exp
8507 * gdb.base/complex.exp
8508 * gdb.base/cond-expr.exp
8509 * gdb.base/condbreak.exp
8510 * gdb.base/consecutive.exp
8511 * gdb.base/continue-all-already-running.exp
8512 * gdb.base/coredump-filter.exp
8513 * gdb.base/corefile.exp
8514 * gdb.base/dbx.exp
8515 * gdb.base/debug-expr.exp
8516 * gdb.base/define.exp
8517 * gdb.base/del.exp
8518 * gdb.base/disabled-location.exp
8519 * gdb.base/disasm-end-cu.exp
8520 * gdb.base/disasm-optim.exp
8521 * gdb.base/display.exp
8522 * gdb.base/duplicate-bp.exp
8523 * gdb.base/ena-dis-br.exp
8524 * gdb.base/ending-run.exp
8525 * gdb.base/enumval.exp
8526 * gdb.base/environ.exp
8527 * gdb.base/eu-strip-infcall.exp
8528 * gdb.base/eval-avoid-side-effects.exp
8529 * gdb.base/eval-skip.exp
8530 * gdb.base/exitsignal.exp
8531 * gdb.base/expand-psymtabs.exp
8532 * gdb.base/filesym.exp
8533 * gdb.base/find-unmapped.exp
8534 * gdb.base/finish.exp
8535 * gdb.base/float.exp
8536 * gdb.base/foll-exec-mode.exp
8537 * gdb.base/foll-exec.exp
8538 * gdb.base/foll-fork.exp
8539 * gdb.base/fortran-sym-case.exp
8540 * gdb.base/freebpcmd.exp
8541 * gdb.base/func-ptr.exp
8542 * gdb.base/func-ptrs.exp
8543 * gdb.base/funcargs.exp
8544 * gdb.base/gcore-buffer-overflow.exp
8545 * gdb.base/gcore-relro-pie.exp
8546 * gdb.base/gcore-relro.exp
8547 * gdb.base/gcore.exp
8548 * gdb.base/gdb1090.exp
8549 * gdb.base/gdb11530.exp
8550 * gdb.base/gdb11531.exp
8551 * gdb.base/gdb1821.exp
8552 * gdb.base/gdbindex-stabs.exp
8553 * gdb.base/gdbvars.exp
8554 * gdb.base/hbreak.exp
8555 * gdb.base/hbreak2.exp
8556 * gdb.base/included.exp
8557 * gdb.base/infcall-input.exp
8558 * gdb.base/inferior-died.exp
8559 * gdb.base/infnan.exp
8560 * gdb.base/info-macros.exp
8561 * gdb.base/info-os.exp
8562 * gdb.base/info-proc.exp
8563 * gdb.base/info-shared.exp
8564 * gdb.base/info-target.exp
8565 * gdb.base/infoline.exp
8566 * gdb.base/interp.exp
8567 * gdb.base/interrupt.exp
8568 * gdb.base/jit-reader.exp
8569 * gdb.base/jit-simple.exp
8570 * gdb.base/kill-after-signal.exp
8571 * gdb.base/kill-detach-inferiors-cmd.exp
8572 * gdb.base/label.exp
8573 * gdb.base/langs.exp
8574 * gdb.base/ldbl_e308.exp
8575 * gdb.base/line-symtabs.exp
8576 * gdb.base/linespecs.exp
8577 * gdb.base/list.exp
8578 * gdb.base/long_long.exp
8579 * gdb.base/longest-types.exp
8580 * gdb.base/maint.exp
8581 * gdb.base/max-value-size.exp
8582 * gdb.base/memattr.exp
8583 * gdb.base/mips_pro.exp
8584 * gdb.base/morestack.exp
8585 * gdb.base/moribund-step.exp
8586 * gdb.base/multi-forks.exp
8587 * gdb.base/nested-addr.exp
8588 * gdb.base/nextoverexit.exp
8589 * gdb.base/noreturn-finish.exp
8590 * gdb.base/noreturn-return.exp
8591 * gdb.base/nostdlib.exp
8592 * gdb.base/offsets.exp
8593 * gdb.base/opaque.exp
8594 * gdb.base/pc-fp.exp
8595 * gdb.base/permissions.exp
8596 * gdb.base/print-symbol-loading.exp
8597 * gdb.base/prologue-include.exp
8598 * gdb.base/psymtab.exp
8599 * gdb.base/ptype.exp
8600 * gdb.base/random-signal.exp
8601 * gdb.base/randomize.exp
8602 * gdb.base/range-stepping.exp
8603 * gdb.base/readline-ask.exp
8604 * gdb.base/recpar.exp
8605 * gdb.base/recurse.exp
8606 * gdb.base/relational.exp
8607 * gdb.base/restore.exp
8608 * gdb.base/return-nodebug.exp
8609 * gdb.base/return.exp
8610 * gdb.base/run-after-attach.exp
8611 * gdb.base/save-bp.exp
8612 * gdb.base/scope.exp
8613 * gdb.base/sect-cmd.exp
8614 * gdb.base/set-lang-auto.exp
8615 * gdb.base/set-noassign.exp
8616 * gdb.base/setvar.exp
8617 * gdb.base/sigall.exp
8618 * gdb.base/sigbpt.exp
8619 * gdb.base/siginfo-addr.exp
8620 * gdb.base/siginfo-infcall.exp
8621 * gdb.base/siginfo-obj.exp
8622 * gdb.base/siginfo.exp
8623 * gdb.base/signals-state-child.exp
8624 * gdb.base/signest.exp
8625 * gdb.base/sigstep.exp
8626 * gdb.base/sizeof.exp
8627 * gdb.base/skip.exp
8628 * gdb.base/solib-corrupted.exp
8629 * gdb.base/solib-nodir.exp
8630 * gdb.base/solib-search.exp
8631 * gdb.base/stack-checking.exp
8632 * gdb.base/stale-infcall.exp
8633 * gdb.base/stap-probe.exp
8634 * gdb.base/start.exp
8635 * gdb.base/step-break.exp
8636 * gdb.base/step-bt.exp
8637 * gdb.base/step-line.exp
8638 * gdb.base/step-over-exit.exp
8639 * gdb.base/step-over-syscall.exp
8640 * gdb.base/step-resume-infcall.exp
8641 * gdb.base/step-test.exp
8642 * gdb.base/store.exp
8643 * gdb.base/structs3.exp
8644 * gdb.base/sym-file.exp
8645 * gdb.base/symbol-without-target_section.exp
8646 * gdb.base/term.exp
8647 * gdb.base/testenv.exp
8648 * gdb.base/ui-redirect.exp
8649 * gdb.base/until.exp
8650 * gdb.base/unwindonsignal.exp
8651 * gdb.base/value-double-free.exp
8652 * gdb.base/vla-datatypes.exp
8653 * gdb.base/vla-ptr.exp
8654 * gdb.base/vla-sideeffect.exp
8655 * gdb.base/volatile.exp
8656 * gdb.base/watch-cond-infcall.exp
8657 * gdb.base/watch-cond.exp
8658 * gdb.base/watch-non-mem.exp
8659 * gdb.base/watch-read.exp
8660 * gdb.base/watch-vfork.exp
8661 * gdb.base/watchpoint-cond-gone.exp
8662 * gdb.base/watchpoint-delete.exp
8663 * gdb.base/watchpoint-hw-hit-once.exp
8664 * gdb.base/watchpoint-hw.exp
8665 * gdb.base/watchpoint-stops-at-right-insn.exp
8666 * gdb.base/watchpoints.exp
8667 * gdb.base/wchar.exp
8668 * gdb.base/whatis-exp.exp
8669 * gdb.btrace/buffer-size.exp
8670 * gdb.btrace/data.exp
8671 * gdb.btrace/delta.exp
8672 * gdb.btrace/dlopen.exp
8673 * gdb.btrace/enable.exp
8674 * gdb.btrace/exception.exp
8675 * gdb.btrace/function_call_history.exp
8676 * gdb.btrace/gcore.exp
8677 * gdb.btrace/instruction_history.exp
8678 * gdb.btrace/nohist.exp
8679 * gdb.btrace/reconnect.exp
8680 * gdb.btrace/record_goto-step.exp
8681 * gdb.btrace/record_goto.exp
8682 * gdb.btrace/rn-dl-bind.exp
8683 * gdb.btrace/segv.exp
8684 * gdb.btrace/step.exp
8685 * gdb.btrace/stepi.exp
8686 * gdb.btrace/tailcall-only.exp
8687 * gdb.btrace/tailcall.exp
8688 * gdb.btrace/tsx.exp
8689 * gdb.btrace/unknown_functions.exp
8690 * gdb.btrace/vdso.exp
8691 * gdb.compile/compile-ifunc.exp
8692 * gdb.compile/compile-ops.exp
8693 * gdb.compile/compile-print.exp
8694 * gdb.compile/compile-setjmp.exp
8695 * gdb.cp/abstract-origin.exp
8696 * gdb.cp/ambiguous.exp
8697 * gdb.cp/annota2.exp
8698 * gdb.cp/annota3.exp
8699 * gdb.cp/anon-ns.exp
8700 * gdb.cp/anon-struct.exp
8701 * gdb.cp/anon-union.exp
8702 * gdb.cp/arg-reference.exp
8703 * gdb.cp/baseenum.exp
8704 * gdb.cp/bool.exp
8705 * gdb.cp/breakpoint.exp
8706 * gdb.cp/bs15503.exp
8707 * gdb.cp/call-c.exp
8708 * gdb.cp/casts.exp
8709 * gdb.cp/chained-calls.exp
8710 * gdb.cp/class2.exp
8711 * gdb.cp/classes.exp
8712 * gdb.cp/cmpd-minsyms.exp
8713 * gdb.cp/converts.exp
8714 * gdb.cp/cp-relocate.exp
8715 * gdb.cp/cpcompletion.exp
8716 * gdb.cp/cpexprs.exp
8717 * gdb.cp/cplabel.exp
8718 * gdb.cp/cplusfuncs.exp
8719 * gdb.cp/cpsizeof.exp
8720 * gdb.cp/ctti.exp
8721 * gdb.cp/derivation.exp
8722 * gdb.cp/destrprint.exp
8723 * gdb.cp/dispcxx.exp
8724 * gdb.cp/enum-class.exp
8725 * gdb.cp/exception.exp
8726 * gdb.cp/exceptprint.exp
8727 * gdb.cp/expand-psymtabs-cxx.exp
8728 * gdb.cp/expand-sals.exp
8729 * gdb.cp/extern-c.exp
8730 * gdb.cp/filename.exp
8731 * gdb.cp/formatted-ref.exp
8732 * gdb.cp/fpointer.exp
8733 * gdb.cp/gdb1355.exp
8734 * gdb.cp/gdb2495.exp
8735 * gdb.cp/hang.exp
8736 * gdb.cp/impl-this.exp
8737 * gdb.cp/infcall-dlopen.exp
8738 * gdb.cp/inherit.exp
8739 * gdb.cp/iostream.exp
8740 * gdb.cp/koenig.exp
8741 * gdb.cp/local.exp
8742 * gdb.cp/m-data.exp
8743 * gdb.cp/m-static.exp
8744 * gdb.cp/mb-ctor.exp
8745 * gdb.cp/mb-inline.exp
8746 * gdb.cp/mb-templates.exp
8747 * gdb.cp/member-name.exp
8748 * gdb.cp/member-ptr.exp
8749 * gdb.cp/meth-typedefs.exp
8750 * gdb.cp/method.exp
8751 * gdb.cp/method2.exp
8752 * gdb.cp/minsym-fallback.exp
8753 * gdb.cp/misc.exp
8754 * gdb.cp/namelessclass.exp
8755 * gdb.cp/namespace-enum.exp
8756 * gdb.cp/namespace-nested-import.exp
8757 * gdb.cp/namespace.exp
8758 * gdb.cp/nextoverthrow.exp
8759 * gdb.cp/no-dmgl-verbose.exp
8760 * gdb.cp/non-trivial-retval.exp
8761 * gdb.cp/noparam.exp
8762 * gdb.cp/nsdecl.exp
8763 * gdb.cp/nsimport.exp
8764 * gdb.cp/nsnested.exp
8765 * gdb.cp/nsnoimports.exp
8766 * gdb.cp/nsrecurs.exp
8767 * gdb.cp/nsstress.exp
8768 * gdb.cp/nsusing.exp
8769 * gdb.cp/operator.exp
8770 * gdb.cp/oranking.exp
8771 * gdb.cp/overload-const.exp
8772 * gdb.cp/overload.exp
8773 * gdb.cp/ovldbreak.exp
8774 * gdb.cp/ovsrch.exp
8775 * gdb.cp/paren-type.exp
8776 * gdb.cp/parse-lang.exp
8777 * gdb.cp/pass-by-ref.exp
8778 * gdb.cp/pr-1023.exp
8779 * gdb.cp/pr-1210.exp
8780 * gdb.cp/pr-574.exp
8781 * gdb.cp/pr10687.exp
8782 * gdb.cp/pr12028.exp
8783 * gdb.cp/pr17132.exp
8784 * gdb.cp/pr17494.exp
8785 * gdb.cp/pr9067.exp
8786 * gdb.cp/pr9167.exp
8787 * gdb.cp/pr9631.exp
8788 * gdb.cp/printmethod.exp
8789 * gdb.cp/psmang.exp
8790 * gdb.cp/psymtab-parameter.exp
8791 * gdb.cp/ptype-cv-cp.exp
8792 * gdb.cp/ptype-flags.exp
8793 * gdb.cp/re-set-overloaded.exp
8794 * gdb.cp/ref-types.exp
8795 * gdb.cp/rtti.exp
8796 * gdb.cp/scope-err.exp
8797 * gdb.cp/shadow.exp
8798 * gdb.cp/smartp.exp
8799 * gdb.cp/static-method.exp
8800 * gdb.cp/static-print-quit.exp
8801 * gdb.cp/temargs.exp
8802 * gdb.cp/templates.exp
8803 * gdb.cp/try_catch.exp
8804 * gdb.cp/typedef-operator.exp
8805 * gdb.cp/typeid.exp
8806 * gdb.cp/userdef.exp
8807 * gdb.cp/using-crash.exp
8808 * gdb.cp/var-tag.exp
8809 * gdb.cp/virtbase.exp
8810 * gdb.cp/virtfunc.exp
8811 * gdb.cp/virtfunc2.exp
8812 * gdb.cp/vla-cxx.exp
8813 * gdb.disasm/t01_mov.exp
8814 * gdb.disasm/t02_mova.exp
8815 * gdb.disasm/t03_add.exp
8816 * gdb.disasm/t04_sub.exp
8817 * gdb.disasm/t05_cmp.exp
8818 * gdb.disasm/t06_ari2.exp
8819 * gdb.disasm/t07_ari3.exp
8820 * gdb.disasm/t08_or.exp
8821 * gdb.disasm/t09_xor.exp
8822 * gdb.disasm/t10_and.exp
8823 * gdb.disasm/t11_logs.exp
8824 * gdb.disasm/t12_bit.exp
8825 * gdb.disasm/t13_otr.exp
8826 * gdb.dlang/circular.exp
8827 * gdb.dwarf2/arr-stride.exp
8828 * gdb.dwarf2/arr-subrange.exp
8829 * gdb.dwarf2/atomic-type.exp
8830 * gdb.dwarf2/bad-regnum.exp
8831 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8832 * gdb.dwarf2/callframecfa.exp
8833 * gdb.dwarf2/clztest.exp
8834 * gdb.dwarf2/corrupt.exp
8835 * gdb.dwarf2/data-loc.exp
8836 * gdb.dwarf2/dup-psym.exp
8837 * gdb.dwarf2/dw2-anon-mptr.exp
8838 * gdb.dwarf2/dw2-anonymous-func.exp
8839 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8840 * gdb.dwarf2/dw2-bad-unresolved.exp
8841 * gdb.dwarf2/dw2-basic.exp
8842 * gdb.dwarf2/dw2-canonicalize-type.exp
8843 * gdb.dwarf2/dw2-case-insensitive.exp
8844 * gdb.dwarf2/dw2-common-block.exp
8845 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8846 * gdb.dwarf2/dw2-compressed.exp
8847 * gdb.dwarf2/dw2-const.exp
8848 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8849 * gdb.dwarf2/dw2-cu-size.exp
8850 * gdb.dwarf2/dw2-dup-frame.exp
8851 * gdb.dwarf2/dw2-entry-value.exp
8852 * gdb.dwarf2/dw2-icycle.exp
8853 * gdb.dwarf2/dw2-ifort-parameter.exp
8854 * gdb.dwarf2/dw2-inline-break.exp
8855 * gdb.dwarf2/dw2-inline-param.exp
8856 * gdb.dwarf2/dw2-intercu.exp
8857 * gdb.dwarf2/dw2-intermix.exp
8858 * gdb.dwarf2/dw2-lexical-block-bare.exp
8859 * gdb.dwarf2/dw2-linkage-name-trust.exp
8860 * gdb.dwarf2/dw2-minsym-in-cu.exp
8861 * gdb.dwarf2/dw2-noloc.exp
8862 * gdb.dwarf2/dw2-op-call.exp
8863 * gdb.dwarf2/dw2-op-out-param.exp
8864 * gdb.dwarf2/dw2-opt-structptr.exp
8865 * gdb.dwarf2/dw2-param-error.exp
8866 * gdb.dwarf2/dw2-producer.exp
8867 * gdb.dwarf2/dw2-ranges-base.exp
8868 * gdb.dwarf2/dw2-ref-missing-frame.exp
8869 * gdb.dwarf2/dw2-reg-undefined.exp
8870 * gdb.dwarf2/dw2-regno-invalid.exp
8871 * gdb.dwarf2/dw2-restore.exp
8872 * gdb.dwarf2/dw2-restrict.exp
8873 * gdb.dwarf2/dw2-single-line-discriminators.exp
8874 * gdb.dwarf2/dw2-strp.exp
8875 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8876 * gdb.dwarf2/dw2-unresolved.exp
8877 * gdb.dwarf2/dw2-var-zero-addr.exp
8878 * gdb.dwarf2/dw4-sig-types.exp
8879 * gdb.dwarf2/dwz.exp
8880 * gdb.dwarf2/dynarr-ptr.exp
8881 * gdb.dwarf2/enum-type.exp
8882 * gdb.dwarf2/gdb-index.exp
8883 * gdb.dwarf2/implptr-64bit.exp
8884 * gdb.dwarf2/implptr-optimized-out.exp
8885 * gdb.dwarf2/implptr.exp
8886 * gdb.dwarf2/implref-array.exp
8887 * gdb.dwarf2/implref-const.exp
8888 * gdb.dwarf2/implref-global.exp
8889 * gdb.dwarf2/implref-struct.exp
8890 * gdb.dwarf2/mac-fileno.exp
8891 * gdb.dwarf2/main-subprogram.exp
8892 * gdb.dwarf2/member-ptr-forwardref.exp
8893 * gdb.dwarf2/method-ptr.exp
8894 * gdb.dwarf2/missing-sig-type.exp
8895 * gdb.dwarf2/nonvar-access.exp
8896 * gdb.dwarf2/opaque-type-lookup.exp
8897 * gdb.dwarf2/pieces-optimized-out.exp
8898 * gdb.dwarf2/pieces.exp
8899 * gdb.dwarf2/pr10770.exp
8900 * gdb.dwarf2/pr13961.exp
8901 * gdb.dwarf2/staticvirtual.exp
8902 * gdb.dwarf2/subrange.exp
8903 * gdb.dwarf2/symtab-producer.exp
8904 * gdb.dwarf2/trace-crash.exp
8905 * gdb.dwarf2/typeddwarf.exp
8906 * gdb.dwarf2/valop.exp
8907 * gdb.dwarf2/watch-notconst.exp
8908 * gdb.fortran/array-element.exp
8909 * gdb.fortran/charset.exp
8910 * gdb.fortran/common-block.exp
8911 * gdb.fortran/complex.exp
8912 * gdb.fortran/derived-type-function.exp
8913 * gdb.fortran/derived-type.exp
8914 * gdb.fortran/logical.exp
8915 * gdb.fortran/module.exp
8916 * gdb.fortran/multi-dim.exp
8917 * gdb.fortran/nested-funcs.exp
8918 * gdb.fortran/print-formatted.exp
8919 * gdb.fortran/subarray.exp
8920 * gdb.fortran/vla-alloc-assoc.exp
8921 * gdb.fortran/vla-datatypes.exp
8922 * gdb.fortran/vla-history.exp
8923 * gdb.fortran/vla-ptr-info.exp
8924 * gdb.fortran/vla-ptype-sub.exp
8925 * gdb.fortran/vla-ptype.exp
8926 * gdb.fortran/vla-sizeof.exp
8927 * gdb.fortran/vla-type.exp
8928 * gdb.fortran/vla-value-sub-arbitrary.exp
8929 * gdb.fortran/vla-value-sub-finish.exp
8930 * gdb.fortran/vla-value-sub.exp
8931 * gdb.fortran/vla-value.exp
8932 * gdb.fortran/whatis_type.exp
8933 * gdb.go/chan.exp
8934 * gdb.go/handcall.exp
8935 * gdb.go/hello.exp
8936 * gdb.go/integers.exp
8937 * gdb.go/methods.exp
8938 * gdb.go/package.exp
8939 * gdb.go/strings.exp
8940 * gdb.go/types.exp
8941 * gdb.go/unsafe.exp
8942 * gdb.guile/scm-arch.exp
8943 * gdb.guile/scm-block.exp
8944 * gdb.guile/scm-breakpoint.exp
8945 * gdb.guile/scm-cmd.exp
8946 * gdb.guile/scm-disasm.exp
8947 * gdb.guile/scm-equal.exp
8948 * gdb.guile/scm-frame-args.exp
8949 * gdb.guile/scm-frame-inline.exp
8950 * gdb.guile/scm-frame.exp
8951 * gdb.guile/scm-iterator.exp
8952 * gdb.guile/scm-math.exp
8953 * gdb.guile/scm-objfile.exp
8954 * gdb.guile/scm-ports.exp
8955 * gdb.guile/scm-symbol.exp
8956 * gdb.guile/scm-symtab.exp
8957 * gdb.guile/scm-value-cc.exp
8958 * gdb.guile/types-module.exp
8959 * gdb.linespec/break-ask.exp
8960 * gdb.linespec/cpexplicit.exp
8961 * gdb.linespec/explicit.exp
8962 * gdb.linespec/keywords.exp
8963 * gdb.linespec/linespec.exp
8964 * gdb.linespec/ls-dollar.exp
8965 * gdb.linespec/ls-errs.exp
8966 * gdb.linespec/skip-two.exp
8967 * gdb.linespec/thread.exp
8968 * gdb.mi/mi-async.exp
8969 * gdb.mi/mi-basics.exp
8970 * gdb.mi/mi-break.exp
8971 * gdb.mi/mi-catch-load.exp
8972 * gdb.mi/mi-cli.exp
8973 * gdb.mi/mi-cmd-param-changed.exp
8974 * gdb.mi/mi-console.exp
8975 * gdb.mi/mi-detach.exp
8976 * gdb.mi/mi-disassemble.exp
8977 * gdb.mi/mi-eval.exp
8978 * gdb.mi/mi-file-transfer.exp
8979 * gdb.mi/mi-file.exp
8980 * gdb.mi/mi-fill-memory.exp
8981 * gdb.mi/mi-inheritance-syntax-error.exp
8982 * gdb.mi/mi-linespec-err-cp.exp
8983 * gdb.mi/mi-logging.exp
8984 * gdb.mi/mi-memory-changed.exp
8985 * gdb.mi/mi-read-memory.exp
8986 * gdb.mi/mi-record-changed.exp
8987 * gdb.mi/mi-reg-undefined.exp
8988 * gdb.mi/mi-regs.exp
8989 * gdb.mi/mi-return.exp
8990 * gdb.mi/mi-reverse.exp
8991 * gdb.mi/mi-simplerun.exp
8992 * gdb.mi/mi-solib.exp
8993 * gdb.mi/mi-stack.exp
8994 * gdb.mi/mi-stepi.exp
8995 * gdb.mi/mi-syn-frame.exp
8996 * gdb.mi/mi-until.exp
8997 * gdb.mi/mi-var-block.exp
8998 * gdb.mi/mi-var-child.exp
8999 * gdb.mi/mi-var-cmd.exp
9000 * gdb.mi/mi-var-cp.exp
9001 * gdb.mi/mi-var-display.exp
9002 * gdb.mi/mi-var-invalidate.exp
9003 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9004 * gdb.mi/mi-vla-fortran.exp
9005 * gdb.mi/mi-watch.exp
9006 * gdb.mi/mi2-var-child.exp
9007 * gdb.mi/user-selected-context-sync.exp
9008 * gdb.modula2/unbounded-array.exp
9009 * gdb.multi/dummy-frame-restore.exp
9010 * gdb.multi/multi-arch-exec.exp
9011 * gdb.multi/multi-arch.exp
9012 * gdb.multi/tids.exp
9013 * gdb.multi/watchpoint-multi.exp
9014 * gdb.opencl/callfuncs.exp
9015 * gdb.opencl/convs_casts.exp
9016 * gdb.opencl/datatypes.exp
9017 * gdb.opencl/operators.exp
9018 * gdb.opencl/vec_comps.exp
9019 * gdb.opt/clobbered-registers-O2.exp
9020 * gdb.opt/inline-break.exp
9021 * gdb.opt/inline-bt.exp
9022 * gdb.opt/inline-cmds.exp
9023 * gdb.opt/inline-locals.exp
9024 * gdb.pascal/case-insensitive-symbols.exp
9025 * gdb.pascal/floats.exp
9026 * gdb.pascal/gdb11492.exp
9027 * gdb.python/lib-types.exp
9028 * gdb.python/py-arch.exp
9029 * gdb.python/py-as-string.exp
9030 * gdb.python/py-bad-printers.exp
9031 * gdb.python/py-block.exp
9032 * gdb.python/py-breakpoint-create-fail.exp
9033 * gdb.python/py-breakpoint.exp
9034 * gdb.python/py-caller-is.exp
9035 * gdb.python/py-cmd.exp
9036 * gdb.python/py-explore-cc.exp
9037 * gdb.python/py-explore.exp
9038 * gdb.python/py-finish-breakpoint.exp
9039 * gdb.python/py-finish-breakpoint2.exp
9040 * gdb.python/py-frame-args.exp
9041 * gdb.python/py-frame-inline.exp
9042 * gdb.python/py-frame.exp
9043 * gdb.python/py-framefilter-mi.exp
9044 * gdb.python/py-infthread.exp
9045 * gdb.python/py-lazy-string.exp
9046 * gdb.python/py-linetable.exp
9047 * gdb.python/py-mi-events.exp
9048 * gdb.python/py-mi-objfile.exp
9049 * gdb.python/py-mi.exp
9050 * gdb.python/py-objfile.exp
9051 * gdb.python/py-pp-integral.exp
9052 * gdb.python/py-pp-maint.exp
9053 * gdb.python/py-pp-re-notag.exp
9054 * gdb.python/py-pp-registration.exp
9055 * gdb.python/py-recurse-unwind.exp
9056 * gdb.python/py-strfns.exp
9057 * gdb.python/py-symbol.exp
9058 * gdb.python/py-symtab.exp
9059 * gdb.python/py-sync-interp.exp
9060 * gdb.python/py-typeprint.exp
9061 * gdb.python/py-unwind-maint.exp
9062 * gdb.python/py-unwind.exp
9063 * gdb.python/py-value-cc.exp
9064 * gdb.python/py-xmethods.exp
9065 * gdb.reverse/amd64-tailcall-reverse.exp
9066 * gdb.reverse/break-precsave.exp
9067 * gdb.reverse/break-reverse.exp
9068 * gdb.reverse/consecutive-precsave.exp
9069 * gdb.reverse/consecutive-reverse.exp
9070 * gdb.reverse/finish-precsave.exp
9071 * gdb.reverse/finish-reverse-bkpt.exp
9072 * gdb.reverse/finish-reverse.exp
9073 * gdb.reverse/fstatat-reverse.exp
9074 * gdb.reverse/getresuid-reverse.exp
9075 * gdb.reverse/i386-precsave.exp
9076 * gdb.reverse/i386-reverse.exp
9077 * gdb.reverse/i386-sse-reverse.exp
9078 * gdb.reverse/i387-env-reverse.exp
9079 * gdb.reverse/i387-stack-reverse.exp
9080 * gdb.reverse/insn-reverse.exp
9081 * gdb.reverse/machinestate-precsave.exp
9082 * gdb.reverse/machinestate.exp
9083 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9084 * gdb.reverse/pipe-reverse.exp
9085 * gdb.reverse/readv-reverse.exp
9086 * gdb.reverse/recvmsg-reverse.exp
9087 * gdb.reverse/rerun-prec.exp
9088 * gdb.reverse/s390-mvcle.exp
9089 * gdb.reverse/step-precsave.exp
9090 * gdb.reverse/step-reverse.exp
9091 * gdb.reverse/time-reverse.exp
9092 * gdb.reverse/until-precsave.exp
9093 * gdb.reverse/until-reverse.exp
9094 * gdb.reverse/waitpid-reverse.exp
9095 * gdb.reverse/watch-precsave.exp
9096 * gdb.reverse/watch-reverse.exp
9097 * gdb.rust/generics.exp
9098 * gdb.rust/methods.exp
9099 * gdb.rust/modules.exp
9100 * gdb.rust/simple.exp
9101 * gdb.server/connect-with-no-symbol-file.exp
9102 * gdb.server/ext-attach.exp
9103 * gdb.server/ext-restart.exp
9104 * gdb.server/ext-wrapper.exp
9105 * gdb.server/file-transfer.exp
9106 * gdb.server/server-exec-info.exp
9107 * gdb.server/server-kill.exp
9108 * gdb.server/server-mon.exp
9109 * gdb.server/wrapper.exp
9110 * gdb.stabs/exclfwd.exp
9111 * gdb.stabs/gdb11479.exp
9112 * gdb.threads/clone-new-thread-event.exp
9113 * gdb.threads/corethreads.exp
9114 * gdb.threads/current-lwp-dead.exp
9115 * gdb.threads/dlopen-libpthread.exp
9116 * gdb.threads/gcore-thread.exp
9117 * gdb.threads/sigstep-threads.exp
9118 * gdb.threads/watchpoint-fork.exp
9119 * gdb.trace/actions-changed.exp
9120 * gdb.trace/backtrace.exp
9121 * gdb.trace/change-loc.exp
9122 * gdb.trace/circ.exp
9123 * gdb.trace/collection.exp
9124 * gdb.trace/disconnected-tracing.exp
9125 * gdb.trace/ftrace.exp
9126 * gdb.trace/mi-trace-frame-collected.exp
9127 * gdb.trace/mi-trace-unavailable.exp
9128 * gdb.trace/mi-traceframe-changed.exp
9129 * gdb.trace/mi-tsv-changed.exp
9130 * gdb.trace/no-attach-trace.exp
9131 * gdb.trace/passc-dyn.exp
9132 * gdb.trace/qtro.exp
9133 * gdb.trace/range-stepping.exp
9134 * gdb.trace/read-memory.exp
9135 * gdb.trace/save-trace.exp
9136 * gdb.trace/signal.exp
9137 * gdb.trace/status-stop.exp
9138 * gdb.trace/tfile.exp
9139 * gdb.trace/trace-break.exp
9140 * gdb.trace/trace-buffer-size.exp
9141 * gdb.trace/trace-condition.exp
9142 * gdb.trace/tracefile-pseudo-reg.exp
9143 * gdb.trace/tstatus.exp
9144 * gdb.trace/unavailable.exp
9145 * gdb.trace/while-dyn.exp
9146 * gdb.trace/while-stepping.exp
9147
9148 2016-12-22 Doug Evans <xdje42@gmail.com>
9149
9150 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9151 and msymbols.
9152
9153 2016-12-19 Yao Qi <yao.qi@linaro.org>
9154
9155 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9156 (test_with_self): Don't call do_steps_and_nexts, and remove
9157 code about stepping into xmalloc.
9158
9159 2016-12-09 Yao Qi <yao.qi@linaro.org>
9160
9161 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9162
9163 2016-12-09 Yao Qi <yao.qi@linaro.org>
9164
9165 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9166
9167 2016-12-09 Pedro Alves <palves@redhat.com>
9168
9169 * gdb.base/all-architectures-0.exp: New file.
9170 * gdb.base/all-architectures-1.exp: New file.
9171 * gdb.base/all-architectures-2.exp: New file.
9172 * gdb.base/all-architectures-3.exp: New file.
9173 * gdb.base/all-architectures-4.exp: New file.
9174 * gdb.base/all-architectures-5.exp: New file.
9175 * gdb.base/all-architectures-6.exp: New file.
9176 * gdb.base/all-architectures-7.exp: New file.
9177 * gdb.base/all-architectures.exp.in: New file.
9178
9179 2016-12-09 Yao Qi <yao.qi@linaro.org>
9180
9181 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9182
9183 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9184
9185 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9186 possible.
9187 Remove useless pattern-matching code.
9188
9189 2016-12-02 Pedro Alves <palves@redhat.com>
9190
9191 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9192 procedure.
9193 (top level): Call it.
9194
9195 2016-12-02 Pedro Alves <palves@redhat.com>
9196
9197 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9198 New procedure.
9199 (top level): Call it.
9200
9201 2016-12-02 Pedro Alves <palves@redhat.com>
9202
9203 PR cli/20559
9204 * gdb.base/commands.exp (user_defined_command_args_eval): New
9205 procedure.
9206 (top level): Call it.
9207
9208 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9209
9210 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9211 timeout handling.
9212
9213 2016-12-02 Tom Tromey <tom@tromey.com>
9214
9215 * gdb.dwarf2/main-subprogram.c: New file.
9216 * gdb.dwarf2/main-subprogram.exp: New file.
9217
9218 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9219
9220 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9221 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9222 gdb_test_no_output for a couple of cases.
9223 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9224
9225 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9226
9227 Fix test names and standardize compilation error messages throughout
9228 the following files:
9229
9230 * gdb.ada/start.exp
9231 * gdb.arch/alpha-step.exp
9232 * gdb.arch/e500-prologue.exp
9233 * gdb.arch/ftrace-insn-reloc.exp
9234 * gdb.arch/gdb1291.exp
9235 * gdb.arch/gdb1431.exp
9236 * gdb.arch/gdb1558.exp
9237 * gdb.arch/i386-dr3-watch.exp
9238 * gdb.arch/i386-sse-stack-align.exp
9239 * gdb.arch/ia64-breakpoint-shadow.exp
9240 * gdb.arch/pa-nullify.exp
9241 * gdb.arch/powerpc-aix-prologue.exp
9242 * gdb.arch/thumb-bx-pc.exp
9243 * gdb.base/annota1.exp
9244 * gdb.base/annota3.exp
9245 * gdb.base/arrayidx.exp
9246 * gdb.base/assign.exp
9247 * gdb.base/attach.exp
9248 * gdb.base/auxv.exp
9249 * gdb.base/bang.exp
9250 * gdb.base/bfp-test.exp
9251 * gdb.base/bigcore.exp
9252 * gdb.base/bitfields2.exp
9253 * gdb.base/break-fun-addr.exp
9254 * gdb.base/break-probes.exp
9255 * gdb.base/call-rt-st.exp
9256 * gdb.base/callexit.exp
9257 * gdb.base/catch-fork-kill.exp
9258 * gdb.base/charset.exp
9259 * gdb.base/checkpoint.exp
9260 * gdb.base/comprdebug.exp
9261 * gdb.base/constvars.exp
9262 * gdb.base/coredump-filter.exp
9263 * gdb.base/cursal.exp
9264 * gdb.base/cvexpr.exp
9265 * gdb.base/detach.exp
9266 * gdb.base/display.exp
9267 * gdb.base/dmsym.exp
9268 * gdb.base/dprintf-pending.exp
9269 * gdb.base/dso2dso.exp
9270 * gdb.base/dtrace-probe.exp
9271 * gdb.base/dump.exp
9272 * gdb.base/enum_cond.exp
9273 * gdb.base/exe-lock.exp
9274 * gdb.base/exec-invalid-sysroot.exp
9275 * gdb.base/execl-update-breakpoints.exp
9276 * gdb.base/exprs.exp
9277 * gdb.base/fileio.exp
9278 * gdb.base/find.exp
9279 * gdb.base/finish.exp
9280 * gdb.base/fixsection.exp
9281 * gdb.base/foll-vfork.exp
9282 * gdb.base/frame-args.exp
9283 * gdb.base/gcore.exp
9284 * gdb.base/gdb1250.exp
9285 * gdb.base/global-var-nested-by-dso.exp
9286 * gdb.base/gnu-ifunc.exp
9287 * gdb.base/hashline1.exp
9288 * gdb.base/hashline2.exp
9289 * gdb.base/hashline3.exp
9290 * gdb.base/hbreak-in-shr-unsupported.exp
9291 * gdb.base/huge.exp
9292 * gdb.base/infcall-input.exp
9293 * gdb.base/info-fun.exp
9294 * gdb.base/info-shared.exp
9295 * gdb.base/jit-simple.exp
9296 * gdb.base/jit-so.exp
9297 * gdb.base/jit.exp
9298 * gdb.base/jump.exp
9299 * gdb.base/label.exp
9300 * gdb.base/lineinc.exp
9301 * gdb.base/logical.exp
9302 * gdb.base/longjmp.exp
9303 * gdb.base/macscp.exp
9304 * gdb.base/miscexprs.exp
9305 * gdb.base/new-ui-echo.exp
9306 * gdb.base/new-ui-pending-input.exp
9307 * gdb.base/new-ui.exp
9308 * gdb.base/nodebug.exp
9309 * gdb.base/nofield.exp
9310 * gdb.base/offsets.exp
9311 * gdb.base/overlays.exp
9312 * gdb.base/pending.exp
9313 * gdb.base/pointers.exp
9314 * gdb.base/pr11022.exp
9315 * gdb.base/printcmds.exp
9316 * gdb.base/prologue.exp
9317 * gdb.base/ptr-typedef.exp
9318 * gdb.base/realname-expand.exp
9319 * gdb.base/relativedebug.exp
9320 * gdb.base/relocate.exp
9321 * gdb.base/remote.exp
9322 * gdb.base/reread.exp
9323 * gdb.base/return2.exp
9324 * gdb.base/savedregs.exp
9325 * gdb.base/sep.exp
9326 * gdb.base/sepdebug.exp
9327 * gdb.base/sepsymtab.exp
9328 * gdb.base/set-inferior-tty.exp
9329 * gdb.base/setshow.exp
9330 * gdb.base/shlib-call.exp
9331 * gdb.base/sigaltstack.exp
9332 * gdb.base/siginfo-addr.exp
9333 * gdb.base/signals.exp
9334 * gdb.base/signull.exp
9335 * gdb.base/sigrepeat.exp
9336 * gdb.base/so-impl-ld.exp
9337 * gdb.base/solib-display.exp
9338 * gdb.base/solib-overlap.exp
9339 * gdb.base/solib-search.exp
9340 * gdb.base/solib-symbol.exp
9341 * gdb.base/structs.exp
9342 * gdb.base/structs2.exp
9343 * gdb.base/symtab-search-order.exp
9344 * gdb.base/twice.exp
9345 * gdb.base/unload.exp
9346 * gdb.base/varargs.exp
9347 * gdb.base/watchpoint-solib.exp
9348 * gdb.base/watchpoint.exp
9349 * gdb.base/whatis.exp
9350 * gdb.base/wrong_frame_bt_full.exp
9351 * gdb.btrace/dlopen.exp
9352 * gdb.cell/ea-standalone.exp
9353 * gdb.cell/ea-test.exp
9354 * gdb.cp/dispcxx.exp
9355 * gdb.cp/gdb2384.exp
9356 * gdb.cp/method2.exp
9357 * gdb.cp/nextoverthrow.exp
9358 * gdb.cp/pr10728.exp
9359 * gdb.disasm/am33.exp
9360 * gdb.disasm/h8300s.exp
9361 * gdb.disasm/mn10300.exp
9362 * gdb.disasm/sh3.exp
9363 * gdb.dwarf2/dw2-dir-file-name.exp
9364 * gdb.fortran/complex.exp
9365 * gdb.fortran/library-module.exp
9366 * gdb.guile/scm-pretty-print.exp
9367 * gdb.guile/scm-symbol.exp
9368 * gdb.guile/scm-type.exp
9369 * gdb.guile/scm-value.exp
9370 * gdb.linespec/linespec.exp
9371 * gdb.mi/gdb701.exp
9372 * gdb.mi/gdb792.exp
9373 * gdb.mi/mi-breakpoint-changed.exp
9374 * gdb.mi/mi-dprintf-pending.exp
9375 * gdb.mi/mi-dprintf.exp
9376 * gdb.mi/mi-exit-code.exp
9377 * gdb.mi/mi-pending.exp
9378 * gdb.mi/mi-solib.exp
9379 * gdb.mi/new-ui-mi-sync.exp
9380 * gdb.mi/pr11022.exp
9381 * gdb.mi/user-selected-context-sync.exp
9382 * gdb.opt/solib-intra-step.exp
9383 * gdb.python/py-events.exp
9384 * gdb.python/py-finish-breakpoint.exp
9385 * gdb.python/py-mi.exp
9386 * gdb.python/py-prettyprint.exp
9387 * gdb.python/py-shared.exp
9388 * gdb.python/py-symbol.exp
9389 * gdb.python/py-template.exp
9390 * gdb.python/py-type.exp
9391 * gdb.python/py-value.exp
9392 * gdb.reverse/solib-precsave.exp
9393 * gdb.reverse/solib-reverse.exp
9394 * gdb.server/solib-list.exp
9395 * gdb.stabs/weird.exp
9396 * gdb.threads/reconnect-signal.exp
9397 * gdb.threads/stepi-random-signal.exp
9398 * gdb.trace/actions.exp
9399 * gdb.trace/ax.exp
9400 * gdb.trace/backtrace.exp
9401 * gdb.trace/change-loc.exp
9402 * gdb.trace/deltrace.exp
9403 * gdb.trace/ftrace-lock.exp
9404 * gdb.trace/ftrace.exp
9405 * gdb.trace/infotrace.exp
9406 * gdb.trace/mi-tracepoint-changed.exp
9407 * gdb.trace/packetlen.exp
9408 * gdb.trace/passcount.exp
9409 * gdb.trace/pending.exp
9410 * gdb.trace/range-stepping.exp
9411 * gdb.trace/report.exp
9412 * gdb.trace/stap-trace.exp
9413 * gdb.trace/tfind.exp
9414 * gdb.trace/trace-break.exp
9415 * gdb.trace/trace-condition.exp
9416 * gdb.trace/trace-enable-disable.exp
9417 * gdb.trace/trace-mt.exp
9418 * gdb.trace/tracecmd.exp
9419 * gdb.trace/tspeed.exp
9420 * gdb.trace/tsv.exp
9421 * lib/perftest.exp
9422
9423 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9424
9425 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9426 with gdb_test_no_output.
9427 Use command as test name.
9428
9429 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9430
9431 Fix test names starting with uppercase throughout the files.
9432
9433 * gdb.ada/assign_1.exp
9434 * gdb.ada/boolean_expr.exp
9435 * gdb.base/arrayidx.exp
9436 * gdb.base/del.exp
9437 * gdb.base/gcore-buffer-overflow.exp
9438 * gdb.base/testenv.exp
9439 * gdb.compile/compile.exp
9440 * gdb.python/py-framefilter-invalidarg.exp
9441 * gdb.python/py-framefilter.exp
9442
9443 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9444
9445 Fix test names starting with uppercase throughout the files.
9446
9447 * gdb.ada/array_return.exp
9448 * gdb.ada/expr_delims.exp
9449 * gdb.ada/mi_dyn_arr.exp
9450 * gdb.ada/mi_interface.exp
9451 * gdb.ada/mi_var_array.exp
9452 * gdb.ada/watch_arg.exp
9453 * gdb.arch/alpha-step.exp
9454 * gdb.arch/altivec-regs.exp
9455 * gdb.arch/e500-regs.exp
9456 * gdb.arch/powerpc-d128-regs.exp
9457 * gdb.base/arrayidx.exp
9458 * gdb.base/break.exp
9459 * gdb.base/checkpoint.exp
9460 * gdb.base/debug-expr.exp
9461 * gdb.base/dmsym.exp
9462 * gdb.base/radix.exp
9463 * gdb.base/sepdebug.exp
9464 * gdb.base/testenv.exp
9465 * gdb.base/watch_thread_num.exp
9466 * gdb.base/watchpoint-cond-gone.exp
9467 * gdb.cell/break.exp
9468 * gdb.cell/ea-cache.exp
9469 * gdb.compile/compile.exp
9470 * gdb.cp/gdb2495.exp
9471 * gdb.gdb/selftest.exp
9472 * gdb.gdb/xfullpath.exp
9473 * gdb.go/hello.exp
9474 * gdb.go/integers.exp
9475 * gdb.objc/basicclass.exp
9476 * gdb.pascal/hello.exp
9477 * gdb.pascal/integers.exp
9478 * gdb.python/py-breakpoint.exp
9479 * gdb.python/py-cmd.exp
9480 * gdb.python/py-linetable.exp
9481 * gdb.python/py-xmethods.exp
9482 * gdb.python/python.exp
9483 * gdb.reverse/consecutive-precsave.exp
9484 * gdb.reverse/finish-precsave.exp
9485 * gdb.reverse/i386-precsave.exp
9486 * gdb.reverse/machinestate-precsave.exp
9487 * gdb.reverse/sigall-precsave.exp
9488 * gdb.reverse/solib-precsave.exp
9489 * gdb.reverse/step-precsave.exp
9490 * gdb.reverse/until-precsave.exp
9491 * gdb.reverse/watch-precsave.exp
9492 * gdb.threads/leader-exit.exp
9493 * gdb.threads/pthreads.exp
9494 * gdb.threads/wp-replication.exp
9495 * gdb.trace/actions.exp
9496 * gdb.trace/mi-tsv-changed.exp
9497 * gdb.trace/tsv.exp
9498
9499 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9500
9501 Fix test names starting with uppercase throughout the files.
9502
9503 * gdb.arch/i386-bp_permanent.exp
9504 * gdb.arch/i386-gnu-cfi.exp
9505 * gdb.base/disasm-end-cu.exp
9506 * gdb.base/macscp.exp
9507 * gdb.base/pending.exp
9508 * gdb.base/watch_thread_num.exp
9509 * gdb.cp/exception.exp
9510 * gdb.cp/gdb2495.exp
9511 * gdb.cp/local.exp
9512 * gdb.python/py-evsignal.exp
9513 * gdb.python/python.exp
9514 * gdb.trace/tracecmd.exp
9515
9516 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9517
9518 Fix test names starting with uppercase throughout the files.
9519
9520 * gdb.base/charset.exp
9521 * gdb.base/eval.exp
9522 * gdb.base/multi-forks.exp
9523 * gdb.guile/scm-progspace.exp
9524 * gdb.opencl/datatypes.exp
9525 * gdb.python/py-block.exp
9526 * gdb.python/py-function.exp
9527 * gdb.python/py-symbol.exp
9528 * gdb.python/py-symtab.exp
9529 * gdb.python/py-xmethods.exp
9530 * gdb.reverse/break-precsave.exp
9531 * gdb.reverse/break-reverse.exp
9532 * gdb.reverse/consecutive-precsave.exp
9533 * gdb.reverse/consecutive-reverse.exp
9534 * gdb.reverse/finish-precsave.exp
9535 * gdb.reverse/finish-reverse-bkpt.exp
9536 * gdb.reverse/finish-reverse.exp
9537 * gdb.reverse/fstatat-reverse.exp
9538 * gdb.reverse/getresuid-reverse.exp
9539 * gdb.reverse/i386-precsave.exp
9540 * gdb.reverse/i386-reverse.exp
9541 * gdb.reverse/i386-sse-reverse.exp
9542 * gdb.reverse/i387-stack-reverse.exp
9543 * gdb.reverse/insn-reverse.exp
9544 * gdb.reverse/machinestate-precsave.exp
9545 * gdb.reverse/machinestate.exp
9546 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9547 * gdb.reverse/pipe-reverse.exp
9548 * gdb.reverse/readv-reverse.exp
9549 * gdb.reverse/recvmsg-reverse.exp
9550 * gdb.reverse/rerun-prec.exp
9551 * gdb.reverse/s390-mvcle.exp
9552 * gdb.reverse/sigall-precsave.exp
9553 * gdb.reverse/sigall-reverse.exp
9554 * gdb.reverse/solib-precsave.exp
9555 * gdb.reverse/solib-reverse.exp
9556 * gdb.reverse/step-precsave.exp
9557 * gdb.reverse/step-reverse.exp
9558 * gdb.reverse/time-reverse.exp
9559 * gdb.reverse/until-precsave.exp
9560 * gdb.reverse/until-reverse.exp
9561 * gdb.reverse/waitpid-reverse.exp
9562 * gdb.reverse/watch-precsave.exp
9563 * gdb.reverse/watch-reverse.exp
9564
9565 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9566
9567 Fix test names starting with uppercase throughout the files.
9568
9569 * gdb.arch/i386-mpx-simple_segv.exp
9570 * gdb.arch/i386-mpx.exp
9571 * gdb.arch/i386-permbkpt.exp
9572 * gdb.arch/pa-nullify.exp
9573 * gdb.arch/powerpc-d128-regs.exp
9574 * gdb.arch/vsx-regs.exp
9575 * gdb.base/bfp-test.exp
9576 * gdb.base/break.exp
9577 * gdb.base/breakpoint-shadow.exp
9578 * gdb.base/callfuncs.exp
9579 * gdb.base/charset.exp
9580 * gdb.base/commands.exp
9581 * gdb.base/completion.exp
9582 * gdb.base/dfp-test.exp
9583 * gdb.base/echo.exp
9584 * gdb.base/ending-run.exp
9585 * gdb.base/eval.exp
9586 * gdb.base/expand-psymtabs.exp
9587 * gdb.base/float128.exp
9588 * gdb.base/floatn.exp
9589 * gdb.base/foll-exec-mode.exp
9590 * gdb.base/gdb1056.exp
9591 * gdb.base/gdb11531.exp
9592 * gdb.base/kill-after-signal.exp
9593 * gdb.base/multi-forks.exp
9594 * gdb.base/overlays.exp
9595 * gdb.base/pending.exp
9596 * gdb.base/sepdebug.exp
9597 * gdb.base/testenv.exp
9598 * gdb.base/valgrind-db-attach.exp
9599 * gdb.base/watch_thread_num.exp
9600 * gdb.base/watchpoint-cond-gone.exp
9601 * gdb.base/watchpoint.exp
9602 * gdb.base/watchpoints.exp
9603 * gdb.cp/arg-reference.exp
9604 * gdb.cp/baseenum.exp
9605 * gdb.cp/operator.exp
9606 * gdb.cp/shadow.exp
9607 * gdb.dwarf2/dw2-op-out-param.exp
9608 * gdb.dwarf2/dw2-reg-undefined.exp
9609 * gdb.go/chan.exp
9610 * gdb.go/hello.exp
9611 * gdb.go/integers.exp
9612 * gdb.go/methods.exp
9613 * gdb.go/package.exp
9614 * gdb.guile/scm-parameter.exp
9615 * gdb.guile/scm-progspace.exp
9616 * gdb.guile/scm-value.exp
9617 * gdb.mi/mi-pending.exp
9618 * gdb.mi/user-selected-context-sync.exp
9619 * gdb.multi/multi-attach.exp
9620 * gdb.multi/tids.exp
9621 * gdb.opt/clobbered-registers-O2.exp
9622 * gdb.pascal/floats.exp
9623 * gdb.pascal/integers.exp
9624 * gdb.python/py-block.exp
9625 * gdb.python/py-events.exp
9626 * gdb.python/py-parameter.exp
9627 * gdb.python/py-symbol.exp
9628 * gdb.python/py-symtab.exp
9629 * gdb.python/py-type.exp
9630 * gdb.python/py-value.exp
9631 * gdb.python/py-xmethods.exp
9632 * gdb.python/python.exp
9633 * gdb.reverse/break-precsave.exp
9634 * gdb.reverse/consecutive-precsave.exp
9635 * gdb.reverse/finish-precsave.exp
9636 * gdb.reverse/i386-precsave.exp
9637 * gdb.reverse/machinestate-precsave.exp
9638 * gdb.reverse/sigall-precsave.exp
9639 * gdb.reverse/solib-precsave.exp
9640 * gdb.reverse/step-precsave.exp
9641 * gdb.reverse/until-precsave.exp
9642 * gdb.reverse/watch-precsave.exp
9643 * gdb.server/ext-attach.exp
9644 * gdb.server/ext-restart.exp
9645 * gdb.server/ext-run.exp
9646 * gdb.server/ext-wrapper.exp
9647 * gdb.stabs/gdb11479.exp
9648 * gdb.stabs/weird.exp
9649 * gdb.threads/attach-many-short-lived-threads.exp
9650 * gdb.threads/kill.exp
9651 * gdb.threads/watchpoint-fork.exp
9652
9653 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9654
9655 Fix test names starting with uppercase throughout all the files below.
9656
9657 * gdb.ada/array_return.exp
9658 * gdb.ada/catch_ex.exp
9659 * gdb.ada/info_exc.exp
9660 * gdb.ada/mi_catch_ex.exp
9661 * gdb.ada/mi_dyn_arr.exp
9662 * gdb.ada/mi_ex_cond.exp
9663 * gdb.ada/mi_exc_info.exp
9664 * gdb.ada/mi_interface.exp
9665 * gdb.ada/mi_task_arg.exp
9666 * gdb.ada/mi_task_info.exp
9667 * gdb.ada/mi_var_array.exp
9668 * gdb.arch/alpha-step.exp
9669 * gdb.arch/amd64-disp-step.exp
9670 * gdb.arch/arm-disp-step.exp
9671 * gdb.arch/disp-step-insn-reloc.exp
9672 * gdb.arch/e500-prologue.exp
9673 * gdb.arch/ftrace-insn-reloc.exp
9674 * gdb.arch/gdb1558.exp
9675 * gdb.arch/i386-bp_permanent.exp
9676 * gdb.arch/i386-disp-step.exp
9677 * gdb.arch/i386-float.exp
9678 * gdb.arch/i386-gnu-cfi.exp
9679 * gdb.arch/ia64-breakpoint-shadow.exp
9680 * gdb.arch/mips16-thunks.exp
9681 * gdb.arch/pa-nullify.exp
9682 * gdb.arch/powerpc-aix-prologue.exp
9683 * gdb.arch/powerpc-power.exp
9684 * gdb.arch/ppc-dfp.exp
9685 * gdb.arch/s390-tdbregs.exp
9686 * gdb.arch/spu-info.exp
9687 * gdb.arch/spu-ls.exp
9688 * gdb.arch/thumb-bx-pc.exp
9689 * gdb.base/advance.exp
9690 * gdb.base/annota-input-while-running.exp
9691 * gdb.base/arrayidx.exp
9692 * gdb.base/asmlabel.exp
9693 * gdb.base/async.exp
9694 * gdb.base/attach-wait-input.exp
9695 * gdb.base/auto-connect-native-target.exp
9696 * gdb.base/batch-preserve-term-settings.exp
9697 * gdb.base/bfp-test.exp
9698 * gdb.base/bigcore.exp
9699 * gdb.base/bp-permanent.exp
9700 * gdb.base/break-always.exp
9701 * gdb.base/break-fun-addr.exp
9702 * gdb.base/break-idempotent.exp
9703 * gdb.base/break-main-file-remove-fail.exp
9704 * gdb.base/break-probes.exp
9705 * gdb.base/break-unload-file.exp
9706 * gdb.base/break.exp
9707 * gdb.base/call-ar-st.exp
9708 * gdb.base/call-rt-st.exp
9709 * gdb.base/call-sc.exp
9710 * gdb.base/call-signal-resume.exp
9711 * gdb.base/call-strs.exp
9712 * gdb.base/callexit.exp
9713 * gdb.base/callfuncs.exp
9714 * gdb.base/catch-gdb-caused-signals.exp
9715 * gdb.base/catch-signal-siginfo-cond.exp
9716 * gdb.base/catch-syscall.exp
9717 * gdb.base/compare-sections.exp
9718 * gdb.base/cond-eval-mode.exp
9719 * gdb.base/condbreak-call-false.exp
9720 * gdb.base/consecutive-step-over.exp
9721 * gdb.base/cursal.exp
9722 * gdb.base/disabled-location.exp
9723 * gdb.base/disasm-end-cu.exp
9724 * gdb.base/display.exp
9725 * gdb.base/double-prompt-target-event-error.exp
9726 * gdb.base/dprintf-bp-same-addr.exp
9727 * gdb.base/dprintf-detach.exp
9728 * gdb.base/dprintf-next.exp
9729 * gdb.base/dprintf-non-stop.exp
9730 * gdb.base/dprintf-pending.exp
9731 * gdb.base/dso2dso.exp
9732 * gdb.base/ending-run.exp
9733 * gdb.base/enum_cond.exp
9734 * gdb.base/examine-backward.exp
9735 * gdb.base/exe-lock.exp
9736 * gdb.base/exec-invalid-sysroot.exp
9737 * gdb.base/execl-update-breakpoints.exp
9738 * gdb.base/execution-termios.exp
9739 * gdb.base/fileio.exp
9740 * gdb.base/fixsection.exp
9741 * gdb.base/foll-exec-mode.exp
9742 * gdb.base/foll-exec.exp
9743 * gdb.base/fork-running-state.exp
9744 * gdb.base/frame-args.exp
9745 * gdb.base/fullpath-expand.exp
9746 * gdb.base/func-ptr.exp
9747 * gdb.base/gcore-relro-pie.exp
9748 * gdb.base/gdb1090.exp
9749 * gdb.base/gdb1555.exp
9750 * gdb.base/global-var-nested-by-dso.exp
9751 * gdb.base/gnu-ifunc.exp
9752 * gdb.base/hbreak-in-shr-unsupported.exp
9753 * gdb.base/hbreak-unmapped.exp
9754 * gdb.base/hook-stop.exp
9755 * gdb.base/infcall-input.exp
9756 * gdb.base/info-fun.exp
9757 * gdb.base/info-shared.exp
9758 * gdb.base/interrupt-noterm.exp
9759 * gdb.base/jit-so.exp
9760 * gdb.base/jit.exp
9761 * gdb.base/line-symtabs.exp
9762 * gdb.base/list.exp
9763 * gdb.base/longjmp.exp
9764 * gdb.base/macscp.exp
9765 * gdb.base/max-value-size.exp
9766 * gdb.base/nodebug.exp
9767 * gdb.base/nofield.exp
9768 * gdb.base/overlays.exp
9769 * gdb.base/paginate-after-ctrl-c-running.exp
9770 * gdb.base/paginate-bg-execution.exp
9771 * gdb.base/paginate-inferior-exit.exp
9772 * gdb.base/pending.exp
9773 * gdb.base/pr11022.exp
9774 * gdb.base/printcmds.exp
9775 * gdb.base/ptr-typedef.exp
9776 * gdb.base/ptype.exp
9777 * gdb.base/randomize.exp
9778 * gdb.base/range-stepping.exp
9779 * gdb.base/realname-expand.exp
9780 * gdb.base/relativedebug.exp
9781 * gdb.base/remote.exp
9782 * gdb.base/savedregs.exp
9783 * gdb.base/sepdebug.exp
9784 * gdb.base/set-noassign.exp
9785 * gdb.base/shlib-call.exp
9786 * gdb.base/shreloc.exp
9787 * gdb.base/sigaltstack.exp
9788 * gdb.base/sigbpt.exp
9789 * gdb.base/siginfo-addr.exp
9790 * gdb.base/siginfo-obj.exp
9791 * gdb.base/siginfo-thread.exp
9792 * gdb.base/signest.exp
9793 * gdb.base/signull.exp
9794 * gdb.base/sigrepeat.exp
9795 * gdb.base/skip.exp
9796 * gdb.base/so-impl-ld.exp
9797 * gdb.base/solib-corrupted.exp
9798 * gdb.base/solib-disc.exp
9799 * gdb.base/solib-display.exp
9800 * gdb.base/solib-overlap.exp
9801 * gdb.base/solib-search.exp
9802 * gdb.base/solib-symbol.exp
9803 * gdb.base/source-execution.exp
9804 * gdb.base/sss-bp-on-user-bp-2.exp
9805 * gdb.base/sss-bp-on-user-bp.exp
9806 * gdb.base/stack-checking.exp
9807 * gdb.base/stale-infcall.exp
9808 * gdb.base/step-break.exp
9809 * gdb.base/step-line.exp
9810 * gdb.base/step-over-exit.exp
9811 * gdb.base/step-test.exp
9812 * gdb.base/structs.exp
9813 * gdb.base/sym-file.exp
9814 * gdb.base/symtab-search-order.exp
9815 * gdb.base/term.exp
9816 * gdb.base/type-opaque.exp
9817 * gdb.base/unload.exp
9818 * gdb.base/until-nodebug.exp
9819 * gdb.base/until.exp
9820 * gdb.base/unwindonsignal.exp
9821 * gdb.base/watch-cond.exp
9822 * gdb.base/watch-non-mem.exp
9823 * gdb.base/watch_thread_num.exp
9824 * gdb.base/watchpoint-reuse-slot.exp
9825 * gdb.base/watchpoint-solib.exp
9826 * gdb.base/watchpoint.exp
9827 * gdb.btrace/dlopen.exp
9828 * gdb.cell/arch.exp
9829 * gdb.cell/break.exp
9830 * gdb.cell/bt.exp
9831 * gdb.cell/core.exp
9832 * gdb.cell/data.exp
9833 * gdb.cell/dwarfaddr.exp
9834 * gdb.cell/ea-cache.exp
9835 * gdb.cell/ea-standalone.exp
9836 * gdb.cell/ea-test.exp
9837 * gdb.cell/f-regs.exp
9838 * gdb.cell/fork.exp
9839 * gdb.cell/gcore.exp
9840 * gdb.cell/mem-access.exp
9841 * gdb.cell/ptype.exp
9842 * gdb.cell/registers.exp
9843 * gdb.cell/sizeof.exp
9844 * gdb.cell/solib-symbol.exp
9845 * gdb.cell/solib.exp
9846 * gdb.compile/compile-tls.exp
9847 * gdb.cp/exception.exp
9848 * gdb.cp/gdb2495.exp
9849 * gdb.cp/local.exp
9850 * gdb.cp/mb-inline.exp
9851 * gdb.cp/mb-templates.exp
9852 * gdb.cp/pr10687.exp
9853 * gdb.cp/pr9167.exp
9854 * gdb.cp/scope-err.exp
9855 * gdb.cp/templates.exp
9856 * gdb.cp/virtfunc.exp
9857 * gdb.dwarf2/dw2-dir-file-name.exp
9858 * gdb.dwarf2/dw2-single-line-discriminators.exp
9859 * gdb.fortran/complex.exp
9860 * gdb.fortran/library-module.exp
9861 * gdb.guile/guile.exp
9862 * gdb.guile/scm-cmd.exp
9863 * gdb.guile/scm-frame-inline.exp
9864 * gdb.guile/scm-objfile.exp
9865 * gdb.guile/scm-pretty-print.exp
9866 * gdb.guile/scm-symbol.exp
9867 * gdb.guile/scm-type.exp
9868 * gdb.guile/scm-value.exp
9869 * gdb.linespec/keywords.exp
9870 * gdb.linespec/ls-errs.exp
9871 * gdb.linespec/macro-relative.exp
9872 * gdb.linespec/thread.exp
9873 * gdb.mi/mi-breakpoint-changed.exp
9874 * gdb.mi/mi-dprintf-pending.exp
9875 * gdb.mi/mi-fullname-deleted.exp
9876 * gdb.mi/mi-logging.exp
9877 * gdb.mi/mi-pending.exp
9878 * gdb.mi/mi-solib.exp
9879 * gdb.mi/new-ui-mi-sync.exp
9880 * gdb.mi/user-selected-context-sync.exp
9881 * gdb.multi/dummy-frame-restore.exp
9882 * gdb.multi/multi-arch-exec.exp
9883 * gdb.multi/remove-inferiors.exp
9884 * gdb.multi/watchpoint-multi-exit.exp
9885 * gdb.opt/solib-intra-step.exp
9886 * gdb.perf/backtrace.exp
9887 * gdb.perf/single-step.exp
9888 * gdb.perf/skip-command.exp
9889 * gdb.perf/skip-prologue.exp
9890 * gdb.perf/solib.exp
9891 * gdb.python/lib-types.exp
9892 * gdb.python/py-as-string.exp
9893 * gdb.python/py-bad-printers.exp
9894 * gdb.python/py-block.exp
9895 * gdb.python/py-breakpoint.exp
9896 * gdb.python/py-cmd.exp
9897 * gdb.python/py-events.exp
9898 * gdb.python/py-evthreads.exp
9899 * gdb.python/py-finish-breakpoint.exp
9900 * gdb.python/py-finish-breakpoint2.exp
9901 * gdb.python/py-frame-inline.exp
9902 * gdb.python/py-frame.exp
9903 * gdb.python/py-inferior.exp
9904 * gdb.python/py-infthread.exp
9905 * gdb.python/py-mi.exp
9906 * gdb.python/py-objfile.exp
9907 * gdb.python/py-pp-maint.exp
9908 * gdb.python/py-pp-registration.exp
9909 * gdb.python/py-prettyprint.exp
9910 * gdb.python/py-recurse-unwind.exp
9911 * gdb.python/py-shared.exp
9912 * gdb.python/py-symbol.exp
9913 * gdb.python/py-symtab.exp
9914 * gdb.python/py-template.exp
9915 * gdb.python/py-type.exp
9916 * gdb.python/py-unwind-maint.exp
9917 * gdb.python/py-unwind.exp
9918 * gdb.python/py-value.exp
9919 * gdb.python/python.exp
9920 * gdb.reverse/finish-reverse-bkpt.exp
9921 * gdb.reverse/insn-reverse.exp
9922 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9923 * gdb.reverse/solib-precsave.exp
9924 * gdb.reverse/solib-reverse.exp
9925 * gdb.stabs/gdb11479.exp
9926 * gdb.stabs/weird.exp
9927 * gdb.threads/fork-child-threads.exp
9928 * gdb.threads/fork-plus-threads.exp
9929 * gdb.threads/fork-thread-pending.exp
9930 * gdb.threads/forking-threads-plus-breakpoint.exp
9931 * gdb.threads/hand-call-in-threads.exp
9932 * gdb.threads/interrupted-hand-call.exp
9933 * gdb.threads/linux-dp.exp
9934 * gdb.threads/local-watch-wrong-thread.exp
9935 * gdb.threads/next-while-other-thread-longjmps.exp
9936 * gdb.threads/non-ldr-exit.exp
9937 * gdb.threads/pending-step.exp
9938 * gdb.threads/print-threads.exp
9939 * gdb.threads/process-dies-while-detaching.exp
9940 * gdb.threads/process-dies-while-handling-bp.exp
9941 * gdb.threads/pthreads.exp
9942 * gdb.threads/queue-signal.exp
9943 * gdb.threads/reconnect-signal.exp
9944 * gdb.threads/signal-command-handle-nopass.exp
9945 * gdb.threads/signal-command-multiple-signals-pending.exp
9946 * gdb.threads/signal-delivered-right-thread.exp
9947 * gdb.threads/signal-sigtrap.exp
9948 * gdb.threads/sigthread.exp
9949 * gdb.threads/staticthreads.exp
9950 * gdb.threads/stepi-random-signal.exp
9951 * gdb.threads/thread-unwindonsignal.exp
9952 * gdb.threads/thread_check.exp
9953 * gdb.threads/thread_events.exp
9954 * gdb.threads/tid-reuse.exp
9955 * gdb.threads/tls-nodebug.exp
9956 * gdb.threads/tls-shared.exp
9957 * gdb.threads/tls-so_extern.exp
9958 * gdb.threads/tls.exp
9959 * gdb.threads/wp-replication.exp
9960 * gdb.trace/actions-changed.exp
9961 * gdb.trace/actions.exp
9962 * gdb.trace/backtrace.exp
9963 * gdb.trace/change-loc.exp
9964 * gdb.trace/collection.exp
9965 * gdb.trace/deltrace.exp
9966 * gdb.trace/disconnected-tracing.exp
9967 * gdb.trace/entry-values.exp
9968 * gdb.trace/ftrace-lock.exp
9969 * gdb.trace/ftrace.exp
9970 * gdb.trace/infotrace.exp
9971 * gdb.trace/mi-trace-frame-collected.exp
9972 * gdb.trace/mi-trace-unavailable.exp
9973 * gdb.trace/mi-traceframe-changed.exp
9974 * gdb.trace/mi-tracepoint-changed.exp
9975 * gdb.trace/mi-tsv-changed.exp
9976 * gdb.trace/no-attach-trace.exp
9977 * gdb.trace/packetlen.exp
9978 * gdb.trace/passc-dyn.exp
9979 * gdb.trace/passcount.exp
9980 * gdb.trace/pending.exp
9981 * gdb.trace/pr16508.exp
9982 * gdb.trace/qtro.exp
9983 * gdb.trace/range-stepping.exp
9984 * gdb.trace/read-memory.exp
9985 * gdb.trace/report.exp
9986 * gdb.trace/save-trace.exp
9987 * gdb.trace/signal.exp
9988 * gdb.trace/stap-trace.exp
9989 * gdb.trace/status-stop.exp
9990 * gdb.trace/strace.exp
9991 * gdb.trace/tfile.exp
9992 * gdb.trace/tfind.exp
9993 * gdb.trace/trace-break.exp
9994 * gdb.trace/trace-condition.exp
9995 * gdb.trace/trace-enable-disable.exp
9996 * gdb.trace/trace-mt.exp
9997 * gdb.trace/tracecmd.exp
9998 * gdb.trace/tracefile-pseudo-reg.exp
9999 * gdb.trace/tspeed.exp
10000 * gdb.trace/tstatus.exp
10001 * gdb.trace/tsv.exp
10002 * gdb.trace/unavailable.exp
10003 * gdb.trace/while-dyn.exp
10004 * gdb.trace/while-stepping.exp
10005 * lib/gdb-guile.exp
10006 * lib/gdb.exp
10007 * lib/mi-support.exp
10008 * lib/pascal.exp
10009 * lib/perftest.exp
10010 * lib/prelink-support.exp
10011 * lib/selftest-support.exp
10012
10013 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10014
10015 * Makefile.in: Include disable-implicit-rules.mk.
10016
10017 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10018
10019 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10020 non-byte-aligned bit fields.
10021
10022 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10023
10024 PR gdb/12616
10025 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10026 respects the DW_AT_data_bit_offset attribute.
10027
10028 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10029
10030 * gdb.base/default.exp: Fix output of "set language".
10031
10032 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10033
10034 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10035 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10036 make.
10037 * configure.ac: Remove checks for the make program.
10038 * configure: Re-generate.
10039
10040 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10041
10042 * gdb.python/py-recurse-unwind.c (main): Add loop.
10043 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10044 to read_register() and gdb.parse_and_eval(). Make each code
10045 call a separate case that can be individually tested.
10046 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10047 proc. Call cont_and_backtrace for each of the code paths that
10048 we want to test in the unwinder.
10049
10050 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10051
10052 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10053 the definition of struct S.
10054
10055 2016-11-11 Catherine Moore <clm@codesourcery.com>
10056
10057 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10058
10059 2016-11-09 Pedro Alves <palves@redhat.com>
10060
10061 * gdb.base/commands.exp (runto_or_return): New procedure.
10062 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10063 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10064 (progvar_simple_while_test, progvar_complex_if_while_test)
10065 (if_while_breakpoint_command_test)
10066 (infrun_breakpoint_command_test, breakpoint_command_test)
10067 (user_defined_command_test, watchpoint_command_test)
10068 (test_command_prompt_position, redefine_hook_test)
10069 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10070 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10071 multi_line_input and multi_line. Remove gdb_expect and
10072 gdb_stop_suppressing_tests uses.
10073 * lib/gdb.exp (valnum_re): New global.
10074 (multi_line_input): New procedure.
10075
10076 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10077
10078 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10079 Remove.
10080 (test_setup): Define with proc_with_prefix.
10081 (test_cli_inferior): Likewise.
10082 (test_cli_thread): Likewise.
10083 (test_cli_frame): Likewise.
10084 (test_cli_select_frame): Likewise.
10085 (test_cli_up_down): Likewise.
10086 (test_mi_thread_select): Likewise.
10087 (test_mi_stack_select_frame): Likewise.
10088 (test_cli_in_mi_inferior): Likewise.
10089 (test_cli_in_mi_thread): Likewise.
10090 (test_cli_in_mi_frame): Likewise.
10091 (top level): Do not use with_test_prefix_procname.
10092
10093 2016-11-09 Pedro Alves <palves@redhat.com>
10094
10095 * gdb.base/commands.exp (gdbvar_simple_if_test)
10096 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10097 (progvar_simple_if_test, progvar_simple_while_test)
10098 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10099 (infrun_breakpoint_command_test, breakpoint_command_test)
10100 (user_defined_command_test, watchpoint_command_test)
10101 (test_command_prompt_position, deprecated_command_test)
10102 (bp_deleted_in_command, temporary_breakpoint_commands)
10103 (stray_arg0_test, source_file_with_indented_comment)
10104 (recursive_source_test, if_commands_test)
10105 (error_clears_commands_left, redefine_hook_test)
10106 (redefine_backtrace_test): Use proc_with_prefix.
10107 * lib/gdb.exp (proc_with_prefix): New proc.
10108
10109 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10110
10111 * gdb.base/tui-layout.c: New file.
10112 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10113 disassembly window contains very long lines.
10114
10115 2016-11-08 Tom Tromey <tom@tromey.com>
10116
10117 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10118 depend on Python 2.
10119
10120 2016-11-08 Tom Tromey <tom@tromey.com>
10121
10122 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10123 New method.
10124
10125 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10126
10127 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10128
10129 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10130
10131 * gdb.rust/simple.rs: Add test for univariant enums without
10132 discriminants and for encoded struct-like enums.
10133
10134 2016-10-28 Pedro Alves <palves@redhat.com>
10135
10136 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10137 gdb_test_multiple, tighten regexps and match symtabs and line
10138 tables incrementally.
10139
10140 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10141
10142 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10143 general.
10144
10145 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10146
10147 * gdb.base/exec-invalid-sysroot.exp: New file.
10148
10149 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10150
10151 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10152
10153 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10154
10155 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10156
10157 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10158
10159 * gdb.base/killed-outside.exp: Remove $options from a call to
10160 `prepare_for_testing'.
10161
10162 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10163
10164 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10165 Change test message.
10166
10167 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10168
10169 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10170 Update comment.
10171
10172 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10173
10174 * gdb.trace/mi-trace-save.exp: New file.
10175
10176 2016-10-13 Yao Qi <yao.qi@linaro.org>
10177
10178 * gdb.base/code_elim.exp (get_var_address): Remove.
10179 * gdb.base/relocate.exp: Likewise.
10180 * gdb.base/shreloc.exp: Likewise.
10181 * lib/gdb.exp (get_var_address): New.
10182
10183 2016-10-13 Yao Qi <yao.qi@linaro.org>
10184
10185 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10186 floating point tests if $skip_float_test is false.
10187
10188 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10189
10190 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10191 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10192 argc values.
10193 Add 1 to argc so we guarantee distinct initial/modified argc values.
10194
10195 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10198
10199 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10200
10201 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10202 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10203 * gdb.arch/vsx-regs.exp: Likewise.
10204
10205 2016-10-07 Yao Qi <yao.qi@linaro.org>
10206
10207 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10208
10209 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10210
10211 * gdb.python/python.exp: Test decode_line("*0").
10212
10213 2016-10-06 Doug Evans <dje@google.com>
10214
10215 * gdb.python/py-value.exp (test_value_creation): Add test for large
10216 unsigned 64-bit value.
10217
10218 2016-10-06 Tom Tromey <tom@tromey.com>
10219
10220 * gdb.compile/compile.exp: Change java tests to rust.
10221 * gdb.base/setshow.exp: Change java tests to rust.
10222 * gdb.base/default.exp: Remove java from language list.
10223 * README (Examples): Update language example.
10224 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10225 test.
10226 * lib/gdb.exp (skip_java_tests): Remove.
10227 * lib/java.exp: Remove.
10228 * gdb.java: Remove.
10229
10230 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10231
10232 * gdb.arch/mips-fcr.exp: New test.
10233 * gdb.arch/mips-fcr.c: Source for the new test.
10234
10235 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10236
10237 * gdb.base/solib-disc.exp: Use `standard_output_file'
10238 throughout.
10239
10240 2016-10-06 Pedro Alves <palves@redhat.com>
10241
10242 * gdb.base/jit-simple-dl.c: New file.
10243 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10244 * gdb.base/jit-simple.c: ... this.
10245 * gdb.base/jit-simple.exp (jit_run): Delete.
10246 (build_jit): New proc.
10247 (jit_test_reread): Recompile either the main program or the shared
10248 library, depending on what is being tested. Skip changing address
10249 if caller wants to. Compare before/after addresses. If testing
10250 standalone, explicitly load the binary. Test "maint info
10251 breakpoints".
10252 (top level): Add "standalone vs shared lib" and "change address"
10253 vs "same address" axes.
10254
10255 2016-10-06 Pedro Alves <palves@redhat.com>
10256
10257 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10258 call.
10259 (jit_run): Delete.
10260 (jit_test_reread): Use with_test_prefix. Reload the main binary
10261 explicitly. Compare the before/after addresses of the JIT
10262 descriptor.
10263
10264 2016-08-15 Doug Evans <dje@google.com>
10265
10266 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10267 for single bitfields is bool.
10268 * gdb.xml/tdesc-regs.exp: Ditto.
10269
10270 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10271
10272 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10273
10274 2016-10-05 Yao Qi <yao.qi@linaro.org>
10275
10276 * lib/gdb.exp (support_complex_tests): Return zero if
10277 gdb_skip_float_test return true.
10278
10279 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10280 Simon Marchi <simon.marchi@ericsson.com>
10281
10282 PR gdb/20487
10283 * gdb.mi/user-selected-context-sync.exp: New file.
10284 * gdb.mi/user-selected-context-sync.c: New file.
10285
10286 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10287 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 PR gdb/20487
10290 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10291 =thread-select-event check.
10292
10293 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10294
10295 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10296 the compulsory L operand changes.
10297 * gdb.arch/powerpc-power.s: Likewise.
10298
10299 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10300
10301 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10302 * gdb.base/jit-attach-pie.c: New file.
10303 * gdb.base/jit-attach-pie.exp: New file.
10304
10305 2016-09-28 Pedro Alves <palves@redhat.com>
10306
10307 * gdb.base/infcall-input.c: New file.
10308 * gdb.base/infcall-input.exp: New file.
10309
10310 2016-09-22 Yao Qi <yao.qi@linaro.org>
10311
10312 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10313 (gdb_exit): Rename it to ...
10314 (gdbserver_gdb_exit): ... Close GDBserver.
10315 (gdb_exit): New proc, call gdbserver_gdb_exit.
10316 (mi_gdb_exit): Likewise.
10317
10318 2016-09-22 Yao Qi <yao.qi@linaro.org>
10319
10320 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10321 path.
10322 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10323 Remove duplication.
10324
10325 2016-09-22 Yao Qi <yao.qi@linaro.org>
10326
10327 * lib/gdbserver-support.exp: Check the existence of
10328 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10329
10330 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10331
10332 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10333
10334 2016-09-21 Tom Tromey <tom@tromey.com>
10335
10336 PR gdb/20604:
10337 * gdb.base/quit.exp: New file.
10338
10339 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10340
10341 * .gitignore: New file.
10342
10343 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10344
10345 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10346 throughout.
10347
10348 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10349
10350 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10351
10352 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10353
10354 * gdb.cp/casts.cc (decltype): Move it ...
10355 (main): ... with its call to ...
10356 * gdb.cp/casts03.cc: ... a new file.
10357 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10358
10359 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10360
10361 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10362
10363 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10364
10365 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10366 and sync up the test with tests in gas/testsuite/gas/ppc.
10367 * gdb.arch/powerpc-power.exp: Likewise.
10368
10369 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10370
10371 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10372
10373 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10374 Jan Kratochvil <jan.kratochvil@redhat.com>
10375
10376 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10377 make m1's definition to be different from m2's. Use 'dummy' as an
10378 argument for probe 'two'.
10379
10380 2016-09-10 Jon Beniston <jon@beniston.com>
10381
10382 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10383 for sim target.
10384
10385 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10386
10387 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10388 variable declaration.
10389 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10390 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10391 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10392 received HWCAP as its argument.
10393
10394 2016-09-06 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.base/new-ui-pending-input.c: New file.
10397 * gdb.base/new-ui-pending-input.exp: New file.
10398 * gdb.exp (clear_gdb_spawn_id): New procedure.
10399 (with_spawn_id): Check whether gdb_spawn_id exists before
10400 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10401 on exit.
10402
10403 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10404
10405 * gdb.base/float128.c: New file.
10406 * gdb.base/float128.exp: Likewise.
10407 * gdb.base/floatn.c: Likewise.
10408 * gdb.base/floatn.exp: Likewise.
10409
10410 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10411
10412 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10413
10414 2016-09-05 Pedro Alves <palves@redhat.com>
10415
10416 PR backtrace/19927
10417 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10418 unwinders are immediately called as side effect of "source" or
10419 "disable unwinder" commands.
10420 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10421
10422 2016-09-02 Yao Qi <yao.qi@linaro.org>
10423
10424 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10425 is true and $type is "float" or "double".
10426
10427 2016-09-02 Yao Qi <yao.qi@linaro.org>
10428
10429 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10430 true.
10431 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10432 * gdb.base/call-rt-st.exp: Likewise.
10433 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10434 return value instead of gdb,skip_float_test.
10435 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10436 (do_function_calls): Use its return value instead of
10437 gdb,skip_float_test.
10438 * gdb.base/finish.exp: Likewise.
10439 * gdb.base/funcargs.exp: Likewise.
10440 * gdb.base/return.exp: Likewise.
10441 * gdb.base/return2.exp: Likewise.
10442 * gdb.base/varargs.exp: Likewise.
10443 * lib/gdb.exp (gdb_skip_float_test): Change it to
10444 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10445
10446 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10447
10448 * gdb.multi/tids.exp: Test "thread apply all".
10449
10450 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10451
10452 * gdb.base/default.exp (tty): Remove.
10453
10454 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10455
10456 * gdb.python/py-recurse-unwind.c: New file.
10457 * gdb.python/py-recurse-unwind.py: New file.
10458 * gdb.python/py-recurse-unwind.exp: New file.
10459
10460 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10461
10462 * gdb.base/set-inferior-tty.exp: New file.
10463 * gdb.base/set-inferior-tty.c: New file.
10464
10465 2016-08-23 Pedro Alves <palves@redhat.com>
10466
10467 PR gdb/20494
10468 * gdb.base/new-ui-echo.c: New file.
10469 * gdb.base/new-ui-echo.exp: New file.
10470
10471 2016-08-23 Yao Qi <yao.qi@linaro.org>
10472
10473 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10474 gdbserver_spawn.
10475 * gdb.server/connect-without-multi-process.exp (do_test):
10476 Likewise.
10477
10478 2016-08-23 Yao Qi <yao.qi@linaro.org>
10479
10480 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10481 standalone_txt. Delete gdb_txt and standalone_txt on host
10482 and target. Spawn the binary on target. Copy files from
10483 target to host.
10484
10485 2016-08-22 Pedro Alves <palves@redhat.com>
10486
10487 PR gdb/20505
10488 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10489 with_test_prefix. Factor out bits to ...
10490 (test_no_vdso): ... this new procedure.
10491
10492 2016-08-19 Carl Love <cel@us.ibm.com>
10493
10494 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10495 maintaining separate logic for constructing the output path.
10496 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10497 * gdb.arch/ppc-dfp.exp: Likewise.
10498 * gdb.arch/ppc-fp.exp: Likewise.
10499 * gdb.arch/vsx-regs.exp: Likewise.
10500 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10501 binprefix for generating the additional binary files.
10502
10503 2016-08-19 Pedro Alves <palves@redhat.com>
10504
10505 * gdb.trace/mi-trace-frame-collected.exp
10506 (test_trace_frame_collected): On x32, expect two registers.
10507
10508 2016-08-18 Carl Love <cel@us.ibm.com>
10509
10510 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10511 and sync up the test with tests in gas/testsuite/gas/ppc.
10512 * gdb.arch/powerpc-power.exp: Likewise.
10513
10514 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10515
10516 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10517 expected error message.
10518
10519 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10520
10521 * gdb.multi/remove-inferiors.exp: New file.
10522 * gdb.multi/remove-inferiors.c: New file.
10523
10524 2016-08-12 Yao Qi <yao.qi@linaro.org>
10525
10526 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10527 argument list.
10528
10529 2016-08-10 Pedro Alves <palves@redhat.com>
10530
10531 PR gdb/19187
10532 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10533 setup_kfails.
10534
10535 2016-08-09 Pedro Alves <palves@redhat.com>
10536 Simon Marchi <simon.marchi@ericsson.com>
10537
10538 PR gdb/20418
10539 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10540 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10541
10542 2016-08-09 Pedro Alves <palves@redhat.com>
10543
10544 PR mi/20431
10545 * gdb.mi/mi-cmd-error.exp: New file.
10546
10547 2016-08-09 Pedro Alves <palves@redhat.com>
10548
10549 PR gdb/18653
10550 * gdb.base/signals-state-child.c: New file.
10551 * gdb.base/signals-state-child.exp: New file.
10552 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10553
10554 2016-08-09 Pedro Alves <palves@redhat.com>
10555
10556 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10557
10558 2016-08-03 Tom Tromey <tom@tromey.com>
10559
10560 PR python/18565:
10561 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10562
10563 2016-08-01 Yao Qi <yao.qi@linaro.org>
10564
10565 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10566 variable mode to "multi-process" if $multi_process is 1, otherwise
10567 set it to "single-process".
10568
10569 2016-08-01 Yao Qi <yao.qi@linaro.org>
10570
10571 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10572 * gdb.cp/cpexprs.exp: Likewise.
10573 * gdb.cp/m-static.exp: Likewise.
10574
10575 2016-07-26 Tom Tromey <tom@tromey.com>
10576
10577 PR python/20190:
10578 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10579 test.
10580
10581 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10582
10583 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10584 selecting assembly source files.
10585 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10586 assembly source files.
10587 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10588 assembly source files.
10589 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10590 selecting assembly source files.
10591
10592 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10593
10594 * gdb.base/new-ui.exp (do_test_invalid_args): New
10595 procedure.
10596
10597 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10598
10599 * gdb.btrace/reconnect.c: New file.
10600 * gdb.btrace/reconnect.exp: New file.
10601
10602 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10603
10604 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10605 to test_catch_syscall_group.
10606 (test_catch_syscall_group): New.
10607
10608 2016-07-21 Tom Tromey <tom@tromey.com>
10609
10610 * gdb.rust/simple.rs (main): Use empty struct expression.
10611 * gdb.rust/simple.exp: Add tests for empty struct expression.
10612
10613 2016-07-21 Yao Qi <yao.qi@linaro.org>
10614
10615 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10616 if gdb_skip_xml_test is true on some targets.
10617
10618 2016-07-21 Yao Qi <yao.qi@linaro.org>
10619
10620 * gdb.server/solib-list.exp: Unset last_loaded_file.
10621
10622 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10623
10624 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10625 "step into captured_main (args)".
10626
10627 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10628
10629 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10630
10631 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10632
10633 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10634
10635 2016-07-19 Pedro Alves <palves@redhat.com>
10636
10637 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10638 * gdb.opt/inline-bt.exp: Likewise.
10639 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10640 additional_flags=-Winline.
10641 * gdb.opt/inline-locals.exp: Likewise.
10642 * gdb.opt/inline-markers.c (ATTR): Define.
10643 (inlined_fn): Use it.
10644
10645 2016-07-19 Yao Qi <yao.qi@linaro.org>
10646
10647 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10648 (test_with_self): Remove some code. Remove argument executable.
10649 (top-level): Use do_self_tests.
10650
10651 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10652 Don Breazeal <donb@codesourcery.com>
10653
10654 * gdb.base/maint.exp: Escape paths used in regular expressions.
10655 * gdb.stabs/weird.exp: Likewise.
10656
10657 2016-07-13 Tom Tromey <tom@tromey.com>
10658
10659 PR python/15620, PR python/18620:
10660 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10661 (test_bkpt_events): New procs.
10662
10663 2016-07-13 Tom Tromey <tom@tromey.com>
10664
10665 PR python/17698:
10666 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10667 test.
10668 (test_watchpoints): Likewise.
10669 (test_bkpt_pending): New proc.
10670
10671 2016-07-13 Tom Tromey <tom@tromey.com>
10672
10673 PR cli/18053:
10674 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10675 completion test.
10676
10677 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10680 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10681 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10682 f_label.
10683 (g): Rename g_end_lbl to g_label.
10684 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10685 low_pc and high_pc.
10686 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10687
10688 2016-07-12 Tom Tromey <tom@tromey.com>
10689
10690 PR python/19293:
10691 * gdb.python/py-unwind-maint.exp: Update tests.
10692
10693 2016-07-12 Yao Qi <yao.qi@linaro.org>
10694
10695 * lib/selftest-support.exp (selftest_setup): Match the output
10696 when captured_main is inlined.
10697
10698 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10699
10700 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10701 New variables.
10702 (print this%a, print this%b, print this): New tests.
10703 * gdb.fortran/derived-types.f90 (this): New object and
10704 initialization.
10705
10706 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10707
10708 * gdb.ada/arraydim.exp: Remove extra directory level in build
10709 directory.
10710
10711 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10712
10713 * lib/ada.exp: Remove extra directory level in build directory.
10714 * gdb.ada/cond_lang.exp: Likewise.
10715 * gdb.ada/exec_changed.exp: Likewise.
10716 * gdb.ada/lang_switch.exp: Likewise.
10717
10718 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10719
10720 * simple.rs: Add test for raw pointer subscripting.
10721 * simple.exp: Add test expectations.
10722
10723 2016-07-05 Yao Qi <yao.qi@linaro.org>
10724
10725 * gdb.mi/mi-reverse.exp: Match =record-started output.
10726
10727 2016-07-01 Pedro Alves <palves@redhat.com>
10728
10729 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10730 procedure.
10731 (jit_reader_test): Test the jit reader's unwinder.
10732 * gdb.base/jithost.c (jit_function_00_code): New global.
10733 (main): Use memcpy to fill in the mmapped code, instead of poking
10734 bytes manually here.
10735 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10736 value.
10737 (read_debug_info): Save the function's range.
10738 (read_sp): New function.
10739 (unwind_frame): Use it. Also unwind RBP.
10740 (get_frame_id): Use read_sp.
10741 (gdb_init_reader): Use calloc instead of malloc.
10742 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10743 parameter. Use gdb_test_multiple.
10744
10745 2016-07-01 Pedro Alves <palves@redhat.com>
10746 Antoine Tremblay <antoine.tremblay@ericsson.com>
10747
10748 * gdb.threads/process-dies-while-detaching.c: New file.
10749 * gdb.threads/process-dies-while-detaching.exp: New file.
10750
10751 2016-07-01 Pedro Alves <palves@redhat.com>
10752
10753 * gdb.multi/watchpoint-multi-exit.c: New file.
10754 * gdb.multi/watchpoint-multi-exit.exp: New file.
10755
10756 2016-06-30 Pedro Alves <palves@redhat.com>
10757
10758 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10759 unset inferior_spawn_id.
10760
10761 2016-06-30 Pedro Alves <palves@redhat.com>
10762
10763 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10764 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10765
10766 2016-06-29 Yao Qi <yao.qi@linaro.org>
10767
10768 * gdb.base/return.c: Add copyright header.
10769
10770 2016-06-29 Tom Tromey <tom@tromey.com>
10771
10772 PR python/20129:
10773 * gdb.python/py-framefilter.exp: Add tests for setting priority
10774 and disabling of non-existent frame filter.
10775
10776 2016-06-29 Yao Qi <yao.qi@linaro.org>
10777
10778 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10779 0x0f07ff.
10780
10781 2016-06-28 Yao Qi <yao.qi@linaro.org>
10782
10783 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10784 triplets. Start gdb, execute catch syscall, and continue. Check
10785 gdb's output to determine catch syscall is supported.
10786
10787 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10788
10789 * gdb.rust/simple.rs: Add test for returning unit in a function.
10790 * gdb.rust/simple.exp: Add expectation for functions returning
10791 unit.
10792
10793 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10794
10795 * gdb.python/py-breakpoint-create-fail.c,
10796 gdb.python/py-breakpoint-create-fail.exp,
10797 gdb.python/py-breakpoint-create-fail.py: New testcase.
10798
10799 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10800
10801 PR gdb/20239
10802 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10803 * gdb.rust/simple.exp: Add test expectations for new NonZero
10804 tests.
10805
10806 2016-06-24 David Taylor <dtaylor@emc.com>
10807
10808 * gdb.base/offsets.exp: New file.
10809 * gdb.base/offsets.c: New file.
10810
10811 2016-06-23 Tom Tromey <tom@tromey.com>
10812
10813 PR gdb/16483:
10814 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10815 before any filters are loaded.
10816
10817 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10818
10819 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10820 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10821 structs.
10822 * gdb.fortran/derived-type-function.exp: New file.
10823 * gdb.fortran/derived-type-function.f90: New file.
10824
10825
10826 2016-06-21 Pedro Alves <palves@redhat.com>
10827
10828 * gdb.base/new-ui.exp: New file.
10829 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10830 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10831 (with_spawn_id): New procedure.
10832
10833 2016-06-21 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.mi/mi-exec-run.exp: New file.
10836
10837 2016-06-21 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10840 breakpoint command's output on the main UI.
10841 (test_break): New procedure, factored out from calls in the top
10842 level.
10843 (top level): Use foreach_with_prefix to test MI as main UI and as
10844 separate UI.
10845
10846 2016-06-21 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10849 (test_awatch_creation_and_listing)
10850 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10851 Remove 'type' parameter.
10852 (test_watchpoint_all): New parameter mi_mode. Remove
10853 with_test_prefix.
10854 (top level): Use foreach_with_prefix, and add main/separate UI MI
10855 testing axis.
10856
10857 2016-06-21 Pedro Alves <palves@redhat.com>
10858
10859 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10860 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10861 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10862 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10863 (gdb_main_spawn_id, mi_spawn_id): Declare and
10864 comment.
10865 (mi_create_inferior_pty): New procedure,
10866 factored out from default_mi_gdb_start.
10867 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10868 procedures.
10869 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10870 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10871 Use mi_create_inferior_pty.
10872 (mi_gdb_start): Use eval to pass down args list.
10873
10874 2016-06-21 Pedro Alves <palves@redhat.com>
10875
10876 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10877 * gdb.opt/inline-cmds.exp: Add MI tests.
10878
10879 2016-06-21 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10882
10883 2016-06-21 Pedro Alves <palves@redhat.com>
10884
10885 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10886 (top level): Use it instead of mi_execute_to.
10887
10888 2016-06-21 Pedro Alves <palves@redhat.com>
10889
10890 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10891 (cont_handler_str): New.
10892 (signal_stop_handler): Set stop_handler_str instead of printing to
10893 stdout.
10894 (continue_handler): Set cont_handler_str instead of printing to
10895 stdout.
10896 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10897 mi_send_resuming_command. Print stop_handler_str and
10898 cont_handler_str instead of expecting the python events print
10899 directly.
10900
10901 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10902
10903 * gdb.base/jit-reader.exp: New file.
10904 * gdb.base/jithost.c: New file.
10905 * gdb.base/jithost.h: New file.
10906 * gdb.base/jitreader.c : New file.
10907 * gdb.base/jit-protocol.h: New file.
10908
10909 2016-06-17 Yao Qi <yao.qi@linaro.org>
10910
10911 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10912 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10913 and detach-on-fork. Adjust tests.
10914 (top level): Invoke break_cond_on_syscall with combinations of
10915 syscall, follow-fork-mode and detach-on-fork.
10916
10917 2016-06-17 Yao Qi <yao.qi@linaro.org>
10918
10919 * gdb.base/step-over-exit.c: New.
10920 * gdb.base/step-over-exit.exp: New.
10921
10922 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10923
10924 * gdb.base/float.exp: Add target check for nds32*-*-*.
10925 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10926
10927 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10928
10929 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10930 for unsupported target features.
10931 * gdb.base/call-rt-st.exp: Likewise.
10932 * gdb.base/call-sc.exp: Likewise.
10933 * gdb.base/call-signal-resume.exp: Likewise.
10934 * gdb.base/call-strs.exp: Likewise.
10935 * gdb.base/callexit.exp: Likewise.
10936 * gdb.base/callfuncs.exp: Likewise.
10937 * gdb.base/nodebug.exp: Likewise.
10938 * gdb.base/printcmds.exp: Likewise.
10939 * gdb.base/ptype.exp: Likewise.
10940 * gdb.base/structs.exp: Likewise.
10941 * gdb.base/unwindonsignal.exp: Likewise.
10942 * gdb.cp/gdb2495.exp: Likewise.
10943 * gdb.cp/templates.exp: Likewise.
10944 * gdb.cp/virtfunc.exp: Likewise.
10945 * gdb.threads/hand-call-in-threads.exp: Likewise.
10946 * gdb.threads/interrupted-hand-call.exp: Likewise.
10947 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10948
10949 2016-06-10 Tom Tromey <tom@tromey.com>
10950
10951 PR rust/20110:
10952 * gdb.rust/expr.exp: Add test for integer constant larger than
10953 i32.
10954
10955 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10956
10957 * gdb.fortran/nested-funcs.exp: New.
10958 * gdb.fortran/nested-funcs.f90: New.
10959
10960 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10961
10962 * gdb.base/examine-backward.c: New file.
10963 * gdb.base/examine-backward.exp: New file.
10964
10965 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10966
10967 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10968 matching.
10969
10970 2016-06-02 Tom Tromey <tom@tromey.com>
10971
10972 PR python/18984:
10973 * gdb.python/py-shared.exp: Add solib_name test.
10974
10975 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10976
10977 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10978
10979 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10980
10981 PR c++/19893
10982 * gdb.dwarf2/implref.exp: Rename to...
10983 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10984 * gdb.dwarf2/implref-array.c: New file.
10985 * gdb.dwarf2/implref-array.exp: Likewise.
10986 * gdb.dwarf2/implref-global.c: Likewise.
10987 * gdb.dwarf2/implref-global.exp: Likewise.
10988 * gdb.dwarf2/implref-struct.c: Likewise.
10989 * gdb.dwarf2/implref-struct.exp: Likewise.
10990
10991 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10992
10993 * gdb.trace/trace-condition.exp: Add 64bit tests.
10994
10995 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10996
10997 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10998 bits types.
10999 (main): Adapt to 8 to 64 bits types.
11000 * gdb.trace/trace-condition.exp: Add new tests.
11001
11002 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11003
11004 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11005
11006 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11007
11008 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11009 Move condition tests...
11010 * gdb.trace/trace-condition.exp: Here.
11011
11012 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11013
11014 * gdb.trace/trace-condition.exp: Add counter-case tests.
11015
11016 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11017
11018 PR c++/15231
11019 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11020 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11021
11022 2016-05-27 Pedro Alves <palves@redhat.com>
11023
11024 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11025 New procedure.
11026 (top level): Call it, and bail out of DejaGnu is known to be bad.
11027
11028 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11029
11030 * gdb.base/whatis.c: Extend the test case.
11031 * gdb.base/whatis.exp: Add additional tests.
11032
11033 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11034
11035 * gdb.fortran/type.f90: Add pointer variable.
11036 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11037
11038 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11039
11040 * gdb.fortran/vla-type.exp: Fix testcase name.
11041
11042 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11043
11044 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11045
11046 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11047
11048 * gdb.fortran/type.f90: Add nested structures.
11049 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11050 * gdb.fortran/derived-type.exp: Adapt expected output.
11051 * gdb.fortran/vla-type.exp: Adapt expected output.
11052
11053 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11054
11055 * gdb.fortran/whatis_type.exp: Adapt expected output.
11056
11057 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11058
11059 * gdb.fortran/print_type.exp: Fix expected output.
11060 * gdb.fortran/whatis_type.exp: Fix expected output.
11061
11062 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11063
11064 * gdb.fortran/whatis_type.exp: Use multi_line.
11065
11066 2016-05-24 Tom Tromey <tom@tromey.com>
11067
11068 PR python/17386:
11069 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11070 use value as an index.
11071
11072 2016-05-23 Tom Tromey <tom@tromey.com>
11073
11074 PR python/17981:
11075 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11076 no-breakpoint case.
11077
11078 2016-05-24 Pedro Alves <palves@redhat.com>
11079
11080 PR gdb/19828
11081 * gdb.threads/clone-attach-detach.c: New file.
11082 * gdb.threads/clone-attach-detach.exp: New file.
11083
11084 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11085
11086 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11087
11088 2016-05-23 Tom Tromey <tom@tromey.com>
11089
11090 PR python/19438, PR python/18393:
11091 * gdb.python/py-progspace.exp: Add "dir" test.
11092 * gdb.python/py-objfile.exp: Add "dir" test.
11093
11094 2016-05-23 Yao Qi <yao.qi@linaro.org>
11095
11096 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11097 * gdb.arch/thumb2-it.exp: Likewise.
11098
11099 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11100
11101 * gdb.mi/mi-threads-interrupt.c: New file.
11102 * gdb.mi/mi-threads-interrupt.exp: New file.
11103
11104 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11105
11106 PR gdb/18077
11107 * gdb.mi/mi-async-run.exp: New file.
11108 * gdb.mi/mi-async-run.c: New file.
11109
11110 2016-05-17 Tom Tromey <tom@tromey.com>
11111 Manish Goregaokar <manishsmail@gmail.com>
11112
11113 * lib/rust-support.exp: New file.
11114 * lib/gdb.exp (skip_rust_tests): New proc.
11115 (build_executable_from_specs): Handle rust.
11116 * lib/future.exp (gdb_find_rustc): New proc.
11117 (gdb_default_target_compile): Handle rust.
11118 * gdb.rust/expr.exp: New file.
11119 * gdb.rust/generics.exp: New file.
11120 * gdb.rust/generics.rs: New file.
11121 * gdb.rust/methods.exp: New file.
11122 * gdb.rust/methods.rs: New file.
11123 * gdb.rust/modules.exp: New file.
11124 * gdb.rust/modules.rs: New file.
11125 * gdb.rust/simple.exp: New file.
11126 * gdb.rust/simple.rs: New file.
11127
11128 2016-05-17 Tom Tromey <tom@tromey.com>
11129
11130 * gdb.base/default.exp (set language): Add rust.
11131
11132 2016-05-17 Tom Tromey <tom@tromey.com>
11133
11134 * gdb.gdb/unittest.exp: New file.
11135
11136 2016-05-16 Yao Qi <yao.qi@linaro.org>
11137
11138 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11139 shell_prompt. Update shell_prompt_re.
11140
11141 2016-05-12 Doug Evans <dje@google.com>
11142
11143 PR symtab/19999
11144 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11145 $options when building executable.
11146 * gdb.dwarf2/fission-loclists-pie.S: New file.
11147 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11148
11149 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11150
11151 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11152 of [is_remote target],
11153
11154 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11155
11156 * lib/gdb.exp (use_gdb_stub): New procedure.
11157
11158 2016-05-03 Yunlian Jiang <yunlian@google.com>
11159 Doug Evans <dje@google.com>
11160
11161 PR symtab/19914
11162 * gdb.dwarf2/dwp-sepdebug.c: New file.
11163 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11164
11165 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11166
11167 * gdb.base/detach.exp: Remove is_remote check.
11168
11169 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11170
11171 * gdb.base/annota-input-while-running.exp: Don't check for
11172 [is_remote target]. Enable annotations after running to main.
11173 Remove unused "set test..." line.
11174
11175 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11176
11177 * gdb.trace/trace-enable-disable.exp: New file.
11178 * gdb.trace/trace-enable-disable.c: New file.
11179
11180 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11181
11182 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11183 use it in info sharedlibrary test.
11184 * gdb.trace/ftrace-lock.exp: Likewise.
11185 * gdb.trace/ftrace.exp: Likewise.
11186 * gdb.trace/range-stepping.exp: Likewise.
11187 * gdb.trace/trace-break.exp: Likewise.
11188 * gdb.trace/trace-condition.exp: Likewise.
11189 * gdb.trace/trace-mt.exp: Likewise.
11190
11191 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11192
11193 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11194 (gdb_load_shlib): ... this.
11195 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11196 gdb_load_shlib.
11197 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11198 * gdb.base/ctxobj.exp: Likewise.
11199 * gdb.base/dprintf-pending.exp: Likewise.
11200 * gdb.base/dso2dso.exp: Likewise.
11201 * gdb.base/fixsection.exp: Likewise.
11202 * gdb.base/gcore-relro.exp: Likewise.
11203 * gdb.base/gdb1555.exp: Likewise.
11204 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11205 * gdb.base/gnu-ifunc.exp: Likewise.
11206 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11207 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11208 * gdb.base/pending.exp: Likewise.
11209 * gdb.base/print-file-var.exp: Likewise.
11210 * gdb.base/print-symbol-loading.exp: Likewise.
11211 * gdb.base/shlib-call.exp: Likewise.
11212 * gdb.base/shreloc.exp: Likewise.
11213 * gdb.base/so-impl-ld.exp: Likewise.
11214 * gdb.base/solib-disc.exp: Likewise.
11215 * gdb.base/solib-nodir.exp: Likewise.
11216 * gdb.base/solib-overlap.exp: Likewise.
11217 * gdb.base/solib-symbol.exp: Likewise.
11218 * gdb.base/solib-weak.exp (do_test): Likewise.
11219 * gdb.base/sym-file.exp: Likewise.
11220 * gdb.base/symtab-search-order.exp: Likewise.
11221 * gdb.base/type-opaque.exp: Likewise.
11222 * gdb.base/unload.exp: Likewise.
11223 * gdb.base/watchpoint-solib.exp: Likewise.
11224 * gdb.compile/compile.exp: Likewise.
11225 * gdb.cp/gdb2384.exp: Likewise.
11226 * gdb.cp/infcall-dlopen.exp: Likewise.
11227 * gdb.cp/re-set-overloaded.exp: Likewise.
11228 * gdb.fortran/library-module.exp: Likewise.
11229 * gdb.opt/solib-intra-step.exp: Likewise.
11230 * gdb.python/py-finish-breakpoint.exp: Likewise.
11231 * gdb.python/py-shared.exp: Likewise.
11232 * gdb.reverse/solib-precsave.exp: Likewise.
11233 * gdb.reverse/solib-reverse.exp: Likewise.
11234 * gdb.server/solib-list.exp: Likewise.
11235 * gdb.threads/dlopen-libpthread.exp: Likewise.
11236 * gdb.threads/tls-shared.exp: Likewise.
11237 * gdb.threads/tls-so_extern.exp: Likewise.
11238 * gdb.trace/change-loc.exp: Likewise.
11239 * gdb.trace/ftrace-lock.exp: Likewise.
11240 * gdb.trace/ftrace.exp: Likewise.
11241 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11242 * gdb.trace/pending.exp: Likewise.
11243 * gdb.trace/range-stepping.exp: Likewise.
11244 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11245 (strace_info_marker): Likewise.
11246 (strace_probe_marker): Likewise.
11247 (strace_trace_on_same_addr): Likewise.
11248 (strace_trace_on_diff_addr): Likewise.
11249 * gdb.trace/trace-break.exp: Likewise.
11250 * gdb.trace/trace-condition.exp: Likewise.
11251 * gdb.trace/trace-mt.exp: Likewise.
11252
11253 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11254
11255 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11256 result of gdb_remote_download.
11257 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11258 * gdb.base/dso2dso.exp: Likewise.
11259 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11260 * gdb.base/print-file-var.exp: Likewise.
11261 * gdb.base/shlib-call.exp: Likewise.
11262 * gdb.base/shreloc.exp: Likewise.
11263 * gdb.base/solib-overlap.exp: Likewise.
11264 * gdb.base/solib-weak.exp (do_test): Likewise.
11265 * gdb.base/unload.exp: Likewise.
11266
11267 2016-04-27 Yao Qi <yao.qi@linaro.org>
11268
11269 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11270 exists.
11271
11272 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11273
11274 * vla-type.exp: Print structure from toplevel.
11275
11276 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11277
11278 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11279 of dynamic types.
11280 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11281 of dynamic types.
11282
11283 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11284
11285 * gdb.fortran/vla-type.f90: New file.
11286 * gdb.fortran/vla-type.exp: New file.
11287
11288 2016-04-25 Yao Qi <yao.qi@linaro.org>
11289
11290 * gdb.base/branch-to-self.c: New file.
11291 * gdb.base/branch-to-self.exp: New file.
11292
11293 2016-04-22 Yao Qi <yao.qi@linaro.org>
11294
11295 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11296 more after $hex.
11297
11298 2016-04-22 Yao Qi <yao.qi@linaro.org>
11299
11300 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11301 * gdb.base/annota3.exp: Likewise.
11302
11303 2016-04-22 Yao Qi <yao.qi@linaro.org>
11304
11305 * gdb.reverse/step-precsave.exp: Do one step and test program
11306 stops in "callee" and do multiple steps until program goes out
11307 of "callee".
11308 * gdb.reverse/step-reverse.exp: Likewise.
11309
11310 2016-04-22 Yao Qi <yao.qi@linaro.org>
11311
11312 * gdb.trace/signal.exp: Also pass if
11313 $tracepoint_hits($i) > $iterations.
11314
11315 2016-04-22 Yao Qi <yao.qi@linaro.org>
11316
11317 * gdb.trace/signal.c: New file.
11318 * gdb.trace/signal.exp: New file.
11319
11320 2016-04-19 Doug Evans <xdje42@gmail.com>
11321
11322 * gdb.base/bad-file.exp: New file.
11323
11324 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11325
11326 * gdb.dwarf2/implref.exp: New file.
11327
11328 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11329
11330 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11331 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11332 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11333 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11334 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11335 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11336 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11337 * lib/fortran.exp (fortran_int4): New procedure.
11338 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11339 (fortran_logical4): Likewise.
11340
11341 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11342
11343 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11344
11345 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11346
11347 * lib/compiler.c: Add Intel specific preprocessor macros.
11348 * lib/compiler.cc: Likewise.
11349
11350 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11351
11352 * gdb.server/connect-with-no-symbol-file.c: New file.
11353 * gdb.server/connect-with-no-symbol-file.exp: New file.
11354
11355 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11356
11357 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11358
11359 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11360
11361 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11362 standard output directory.
11363
11364 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11365
11366 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11367
11368 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11369
11370 * gdb.btrace/instruction_history.c (loop): Add declaration.
11371
11372 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11373
11374 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11375
11376 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11377
11378 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11379 parentheses to print.
11380 (continue_handler): Likewise.
11381
11382 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11383
11384 * gdb.server/solib-list.exp: Remove is_remote check.
11385 Pass shlib= to gdb_compile. Don't link shared library with
11386 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11387 Run binary filename through "readlink -f" on the target.
11388
11389 2016-04-08 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11392 interpreter filename as argument to gdbserver_spawn.
11393 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11394 Return empty if $last_loaded_file does not exist.
11395
11396 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11397
11398 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11399 * gdb.base/jit-main.c: Use exit after usage.
11400
11401 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11402
11403 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11404 GDBHISTSIZE prior to the tests.
11405 * gdb.base/gdbinit-history.exp: Likewise.
11406
11407 2016-04-07 Pedro Alves <palves@redhat.com>
11408
11409 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11410 instead of build_executable. Use gdb_load_shlibs.
11411
11412 2016-04-07 Yao Qi <yao.qi@linaro.org>
11413
11414 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11415 Execute "si" command.
11416
11417 2016-04-07 Yao Qi <yao.qi@linaro.org>
11418
11419 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11420 number instead of the comments on some line.
11421
11422 2016-04-06 Don Breazeal <donb@codesourcery.com>
11423
11424 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11425 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11426
11427 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11428
11429 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11430 standard_output_file. Remove unused binfile variable.
11431
11432 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11433
11434 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11435 * gdb.python/py-mi-objfile.exp: Match "list main" output
11436 in console format.
11437
11438 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11439
11440 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11441 absolute.
11442
11443 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11444
11445 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11446 absolute.
11447 * gdb.trace/ftrace.exp: Likewise.
11448 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11449 targets as well.
11450 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11451 (gdb_load_shlibs): Copy libraries to test directory when testing
11452 natively. Only set solib-search-path if testing remotely.
11453 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11454
11455 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11456
11457 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11458 gdb_download. Use it even if the target is not remote.
11459 * gdb.base/jit.exp (compile_jit_test): Likewise.
11460 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11461 output directory if the destination board is local, otherwise use
11462 the standard remote_download from DejaGnu.
11463 (gdb_download): Remove.
11464 (gdb_load_shlibs): Use gdb_remote_download instead of
11465 gdb_download.
11466 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11467 Use gdb_remote_download instead of gdb_download. Use it even if
11468 the target is not remote.
11469 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11470 instead of gdb_download.
11471
11472 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11473
11474 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11475 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11476 run.
11477
11478 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11479
11480 PR gdb/19820
11481 * gdb.base/printcmds.exp: Add artificial arrays tests.
11482
11483 2016-03-31 Pedro Alves <palves@redhat.com>
11484
11485 PR gdb/19858
11486 * gdb.base/jit-main.c: Include unistd.h.
11487 (ATTACH): Define to 0 if not already defined.
11488 (wait_for_gdb, mypid): New globals.
11489 (WAIT_FOR_GDB): New macro.
11490 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11491 some breakpoint locations.
11492 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11493 New procedures.
11494 (one_jit_test): Add REATTACH parameter, and handle it. Use
11495 continue_to_test_location.
11496 (top level): Test attach, and adjusts calls to one_jit_test.
11497
11498 2016-03-31 Pedro Alves <palves@redhat.com>
11499
11500 PR gdb/19858
11501 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11502 BINSUFFIX parameter, and handle it.
11503 (top level): Adjust calls compile_jit_test.
11504
11505 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11506
11507 PR python/19743
11508 * gdb.python/py-mi-events-gdb.py: New file.
11509 * gdb.python/py-mi-events.c: New file.
11510 * gdb.python/py-mi-events.exp: New file.
11511
11512 2016-03-30 Yao Qi <yao.qi@linaro.org>
11513
11514 * gdb.reverse/until-precsave.exp: Match function name only.
11515 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11516 Move malloc to a condition block.
11517 * gdb.reverse/until-reverse.exp: Match function name only.
11518
11519 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11520
11521 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11522 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11523 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11524 variable for GPR 0 instead of assuming it is register 0.
11525 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11526 * lib/trace-support.exp: Add s390 registers.
11527
11528 2016-03-29 Yao Qi <yao.qi@linaro.org>
11529
11530 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11531
11532 2016-03-24 Yao Qi <yao.qi@linaro.org>
11533
11534 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11535 test message.
11536
11537 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11538
11539 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11540 maintaining separate logic for constructing the output path.
11541
11542 2016-03-16 Don Breazeal <donb@codesourcery.com>
11543
11544 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11545 Retry fork and waitpid on interrupted system call errors.
11546 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11547 Use with_timeout_factor to increase timeout by factor of 10.
11548
11549 2016-03-15 Don Breazeal <donb@codesourcery.com>
11550
11551 * gdb.cp/scope-err.cc: New test program.
11552 * gdb.cp/scope-err.exp: New test script.
11553 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11554 lines and "set breakpoint here" comment.
11555 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11556 Fixed some whitespace and format issues.
11557 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11558 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11559
11560 2016-03-15 Doug Evans <dje@google.com>
11561
11562 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11563 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11564 All callers updated. Add tests for enums, mixed flags register.
11565
11566 2016-03-15 Doug Evans <dje@google.com>
11567
11568 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11569 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11570
11571 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11572
11573 * gdb.base/default.exp: Add $_as_string to the list of expected
11574 convenience functions.
11575
11576 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11577
11578 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11579
11580 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11581
11582 * gdb.python/py-as-string.exp: New file.
11583 * gdb.python/py-as-string.c: New file.
11584
11585 2016-03-09 Pedro Alves <palves@redhat.com>
11586
11587 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11588 signal" -> "Thread NN received signal" output change.
11589 * gdb.threads/ia64-sigill.exp: Likewise.
11590 * gdb.threads/linux-dp.exp: Likewise.
11591 * gdb.threads/manythreads.exp: Likewise.
11592 * gdb.threads/pending-step.exp: Likewise.
11593 * gdb.threads/print-threads.exp: Likewise.
11594 * gdb.threads/sigstep-threads.exp: Likewise.
11595 * gdb.threads/staticthreads.exp: Likewise.
11596 * gdb.threads/tls.exp: Likewise.
11597
11598 2016-03-09 Pedro Alves <palves@redhat.com>
11599
11600 * gdb.base/command-line-input.exp: New file.
11601
11602 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11603
11604 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11605 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11606 * gdb.trace/pending.exp: Accept leading dot before function name.
11607 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11608 * lib/trace-support.exp: Set registers for ppc.
11609
11610 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11611
11612 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11613 use it for disassembly; accept .main in addition to main in backtrace.
11614
11615 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11616 Marcin Kościelnicki <koriakin@0x04.net>
11617
11618 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11619 (gdb_recursion_test_ptr): New global variable.
11620 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11621 gdb_recursion_test.
11622 (gdb_c_test): Ditto.
11623
11624 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11625
11626 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11627 ordering.
11628
11629 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11630
11631 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11632 (bar): Add bar_start_lbl label.
11633 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11634 of foo/bar for emitting DWARF and tracing.
11635
11636 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11637
11638 * analyze-racy-logs.py: Set executable bit.
11639
11640 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11641
11642 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11643 (CHECK_TARGET_TMP): Likewise.
11644 (check-single-racy): New rule.
11645 (check-parallel-racy): Likewise.
11646 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11647 (do-check-parallel-racy): New rule.
11648 (check-racy/%.exp): Likewise.
11649 * README (Racy testcases): New section.
11650 * analyze-racy-logs.py: New file.
11651
11652 2016-03-03 Doug Evans <dje@google.com>
11653
11654 * gdb.base/skip.exp: Use with_test_prefix.
11655
11656 2016-03-03 Yao Qi <yao.qi@linaro.org>
11657
11658 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11659 Invoke step_over_syscall "clone" and break_cond_on_syscall
11660 "clone".
11661 * gdb.base/step-over-clone.c: New file.
11662
11663 2016-03-03 Yao Qi <yao.qi@linaro.org>
11664
11665 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11666 code format.
11667
11668 2016-03-03 Yao Qi <yao.qi@linaro.org>
11669
11670 * gdb.base/disp-step-fork.c: Rename to ...
11671 * gdb.base/step-over-fork.c: ... it. New file.
11672 * gdb.base/disp-step-vfork.c: Rename to ...
11673 * gdb.base/step-over-vfork.c: ... it. New file.
11674 * gdb.base/disp-step-syscall.exp: Rename to ...
11675 * gdb.base/step-over-syscall.exp: ... it. New file.
11676 (disp_step_cross_syscall): Rename to ...
11677 (step_over_syscall): ... it.
11678
11679 2016-03-03 Yao Qi <yao.qi@linaro.org>
11680
11681 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11682 If target supports condition evaluation on target, invoke
11683 break_cond_on_syscall for fork and vfork.
11684
11685 2016-03-03 Yao Qi <yao.qi@linaro.org>
11686
11687 * gdb.base/disp-step-syscall.exp: Don't invoke
11688 support_displaced_stepping.
11689 (disp_step_cross_syscall): Test with displaced stepping off and
11690 on if supported.
11691
11692 2016-03-03 Yao Qi <yao.qi@linaro.org>
11693
11694 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11695 proc.
11696 (setup): New proc.
11697 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11698 and setup.
11699
11700 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11701
11702 * gdb.fortran/vla-history.exp: Remove breakpoint.
11703
11704 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11705
11706 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11707 exceeds timeout.
11708
11709 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11710
11711 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11712 breakpoint.
11713
11714 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11715
11716 * gdb.mi/vla.f90: Nullify pointer after declaration.
11717
11718 2016-03-01 Pedro Alves <palves@redhat.com>
11719
11720 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11721
11722 2016-03-01 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11725 before anything else.
11726 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11727 _GNU_SOURCE here.
11728 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11729 before anything else.
11730 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11731
11732 2016-03-01 Pedro Alves <palves@redhat.com>
11733
11734 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11735
11736 2016-03-01 Yao Qi <yao.qi@linaro.org>
11737
11738 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11739 prepare_for_testing.
11740
11741 2016-03-01 Yao Qi <yao.qi@linaro.org>
11742
11743 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11744
11745 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11746
11747 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11748 manually constructing the output path.
11749
11750 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11751
11752 * gdb.arch/s390-stackless.S: New.
11753 * gdb.arch/s390-stackless.exp: New.
11754
11755 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11756
11757 * gdb.dlang/circular.c: New file.
11758 * gdb.dlang/circular.exp: New file.
11759
11760 2016-02-26 Yao Qi <yao.qi@linaro.org>
11761
11762 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11763 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11764 (testcases): Update.
11765
11766 2016-02-26 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.reverse/aarch64.c: Rename to ...
11769 * gdb.reverse/insn-reverse.c: ... it.
11770 * gdb.reverse/aarch64.exp: Rename to ...
11771 * gdb.reverse/insn-reverse.exp: ... it.
11772
11773 2016-02-26 Yao Qi <yao.qi@linaro.org>
11774
11775 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11776 (testcase_ftype): New.
11777 (testcases): New array.
11778 (n_testcases): New.
11779 (main): Call each element in testcases.
11780 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11781 (read_testcase): New.
11782 Do the tests in a loop.
11783
11784 2016-02-25 Yao Qi <yao.qi@linaro.org>
11785
11786 * gdb.base/branches.c: Remove.
11787
11788 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11789
11790 PR gdb/13808
11791 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11792
11793 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11794
11795 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11796
11797 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11798
11799 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11800 change x86_64 call_insn to 'callq'.
11801
11802 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11803
11804 * gdb.trace/tfile-avx.c: Move to...
11805 * gdb.trace/tracefile-pseudo-reg.c: Here.
11806 * gdb.trace/tfile-avx.exp: Move to...
11807 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11808
11809 2016-02-24 Gary Benson <gbenson@redhat.com>
11810
11811 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11812 message on attach.
11813
11814 2016-02-23 Doug Evans <dje@google.com>
11815
11816 * gdb.base/skip.c (test_skip): New function.
11817 (end_test_skip_file_and_function): New function.
11818 (test_skip_file_and_function): New function.
11819 * gdb.base/skip1.c (test_skip): New function.
11820 (skip1_test_skip_file_and_function): New function.
11821 * gdb.base/skip.exp: Add tests for new skip options.
11822 * gdb.base/skip-solib.exp: Update expected output.
11823 * gdb.perf/skip-command.cc: New file.
11824 * gdb.perf/skip-command.exp: New file.
11825 * gdb.perf/skip-command.py: New file.
11826
11827 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11828
11829 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11830 info registers pattern.
11831
11832 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11833
11834 * lib/future.exp: Add D support.
11835 (gdb_find_gdc): New proc.
11836 (gdb_default_target_compile): Add D support.
11837
11838 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11839
11840 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11841 user+system time.
11842 (trace_speed_test): Determine the iteration count for a time
11843 between 15..30 seconds.
11844
11845 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11846
11847 * gdb.arch/i386-mpx-sigsegv.c: New file.
11848 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11849 * gdb.arch/i386-mpx-simple_segv.c: New file.
11850 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11851
11852 2016-02-18 Yao Qi <yao.qi@linaro.org>
11853
11854 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11855 Don't call setup_kfail.
11856
11857 2016-02-18 Yao Qi <yao.qi@linaro.org>
11858
11859 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11860 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11861
11862 2016-02-16 Doug Evans <dje@google.com>
11863
11864 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11865 * gdb.base/skip1.c: Ditto.
11866 * gdb.base/skip.exp: Whitespace cleanup.
11867
11868 2016-02-16 Don Breazeal <donb@codesourcery.com>
11869
11870 PR remote/19496
11871 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11872 Remove kfail for PR remote/19496.
11873
11874 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11875
11876 * lib/gdb.exp (standard_temp_file): Return a path specific to
11877 the runtest invocation.
11878
11879 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11880
11881 * gdb.trace/save-trace.exp: Change relative path to be in the
11882 standard output directory.
11883
11884 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11885
11886 * gdb.arch/i386-prologue.c: Add missing prototypes.
11887
11888 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11889
11890 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11891 * gdb.arch/i386-prologue.exp: Likewise.
11892 * gdb.arch/i386-size.exp: Likewise.
11893
11894 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11895
11896 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11897 define object file path.
11898 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11899 file path.
11900 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11901 standard_output_file to define binfile.
11902
11903 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11904
11905 Fix compatibility with recent gfortran-5.3.1.
11906 * gdb.fortran/vla-history.exp (print vla1 allocated)
11907 (print vla2 allocated, print $2, print $3): Remove
11908 (print $4): Rename to ...
11909 (print $2): ... here.
11910 (print $9): Rename to ...
11911 (print $5): ... here.
11912 (print $10): Rename to ...
11913 (print $6): ... here.
11914 * gdb.fortran/vla.f90: Add pvla initialization.
11915
11916 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11917
11918 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11919 New test.
11920 * gdb.fortran/vla-value-sub.exp: Likewise.
11921
11922 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11923
11924 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11925
11926 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11927
11928 * i386-biarch-core.exp: Define corefile using
11929 standard_output_file.
11930
11931 2016-02-12 Yao Qi <yao.qi@linaro.org>
11932
11933 * gdb.arch/arm-single-step-kernel-helper.c: New.
11934 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11935
11936 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11937
11938 * gdb.btrace/tailcall-only.exp: New.
11939 * gdb.btrace/tailcall-only.c: New.
11940 * gdb.btrace/x86_64-tailcall-only.S: New.
11941 * gdb.btrace/i686-tailcall-only.S: New.
11942
11943 2016-02-11 Pedro Alves <palves@redhat.com>
11944
11945 * README (Parallel testing): Add missing double quotes.
11946
11947 2016-02-11 Pedro Alves <palves@redhat.com>
11948
11949 * README (Parallel testing): New section.
11950 (GDB_PARALLEL): Rewrite.
11951 (FORCE_PARALLEL): Document.
11952
11953 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11954
11955 * gdb.trace/tfile-avx.c: New test.
11956 * gdb.trace/tfile-avx.exp: New test.
11957
11958 2016-02-09 Keith Seitz <keiths@redhat.com>
11959
11960 PR breakpoints/19546
11961 * gdb.base/infcall-exec.c: New file.
11962 * gdb.base/infcall-exec2.c: New file.
11963 * gdb.base/infcall-exec.exp: New file.
11964
11965 2016-02-09 Keith Seitz <keiths@redhat.com>
11966
11967 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11968 (toplevel): Call test_bkpt_address.
11969
11970 2016-02-09 Keith Seitz <keiths@redhat.com>
11971
11972 PR python/19506
11973 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11974 (toplevel): Call test_bkpt_address.
11975
11976 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11977
11978 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11979 to AC_OUTPUT.
11980 * configure: Regenerate.
11981
11982 2016-02-09 Pedro Alves <palves@redhat.com>
11983
11984 PR breakpoints/19548
11985 * gdb.base/execl-update-breakpoints.c (some_function): New
11986 function.
11987 (main): Call it.
11988 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11989 Tighten expected GDB output.
11990
11991 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11992
11993 * Makefile.in (ALL_SUBDIRS): Remove.
11994 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11995 (distclean maintainer-clean realclean): Likewise.
11996 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11997 * configure: Regenerate.
11998 * gdb.ada/Makefile.in: Delete.
11999 * gdb.arch/Makefile.in: Likewise.
12000 * gdb.asm/Makefile.in: Likewise.
12001 * gdb.base/Makefile.in: Likewise.
12002 * gdb.btrace/Makefile.in: Likewise.
12003 * gdb.cell/Makefile.in: Likewise.
12004 * gdb.compile/Makefile.in: Likewise.
12005 * gdb.cp/Makefile.in: Likewise.
12006 * gdb.disasm/Makefile.in: Likewise.
12007 * gdb.dlang/Makefile.in: Likewise.
12008 * gdb.dwarf2/Makefile.in: Likewise.
12009 * gdb.fortran/Makefile.in: Likewise.
12010 * gdb.gdb/Makefile.in: Likewise.
12011 * gdb.go/Makefile.in: Likewise.
12012 * gdb.guile/Makefile.in: Likewise.
12013 * gdb.java/Makefile.in: Likewise.
12014 * gdb.linespec/Makefile.in: Likewise.
12015 * gdb.mi/Makefile.in: Likewise.
12016 * gdb.modula2/Makefile.in: Likewise.
12017 * gdb.multi/Makefile.in: Likewise.
12018 * gdb.objc/Makefile.in: Likewise.
12019 * gdb.opencl/Makefile.in: Likewise.
12020 * gdb.opt/Makefile.in: Likewise.
12021 * gdb.pascal/Makefile.in: Likewise.
12022 * gdb.perf/Makefile.in: Likewise.
12023 * gdb.python/Makefile.in: Likewise.
12024 * gdb.reverse/Makefile.in: Likewise.
12025 * gdb.server/Makefile.in: Likewise.
12026 * gdb.stabs/Makefile.in: Likewise.
12027 * gdb.threads/Makefile.in: Likewise.
12028 * gdb.trace/Makefile.in: Likewise.
12029 * gdb.xml/Makefile.in: Likewise.
12030 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12031 GDB_PARALLEL.
12032 (standard_output_file): Remove check for GDB_PARALLEL, always
12033 return path in outputs/$subdir/$testname.
12034
12035 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12036
12037 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12038 (site.exp): Assign abs_srcdir to tcl's srcdir.
12039
12040 2016-02-04 Yao Qi <yao.qi@linaro.org>
12041
12042 * gdb.base/foll-exec-mode.c: Include limits.h.
12043 (main): Add parameters argc and argv. Get directory from
12044 argv[0].
12045 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12046 compilation.
12047 * gdb.base/foll-exec.c: Include limits.h.
12048 (main): Add parameters argc and argv.
12049 Get directory from argv[0].
12050 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12051 Adjust tests on the number of lines as source code changed.
12052 * gdb.base/foll-vfork-exit.c: Include limits.h.
12053 (main): Add one line of statement before vfork.
12054 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12055 (main): Add parameters argc and argv. Get directory from
12056 argv[0].
12057 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12058 (setup_gdb): Set tbreak to skip some source lines.
12059 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12060 (main): Add parameters argc and argv. Get directory from
12061 argv[0].
12062 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12063 compilation.
12064 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12065 (main): Add parameters argc and argv. Get directory from
12066 argv[0].
12067 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12068 compilation.
12069
12070 2016-02-01 Doug Evans <dje@google.com>
12071
12072 * gdb.base/skip.exp: Clean up multiple references to same test name.
12073
12074 2016-02-01 Pedro Alves <palves@redhat.com>
12075
12076 PR remote/19496
12077 * gdb.threads/forking-threads-plus-breakpoint.exp
12078 (displaced_stepping_supported): New global.
12079 (probe_displaced_stepping_support): New procedure.
12080 (do_test): Add 'displaced' parameter, and use it.
12081 (top level): Check for displaced stepping support. Add displaced
12082 stepping on/off testing axis.
12083
12084 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12085
12086 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12087 pointer. Don't perform further tests on the unassociated pointer
12088 if the first test fails.
12089
12090 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12091
12092 * gdb.base/max-value-size.c: New file.
12093 * gdb.base/max-value-size.exp: New file.
12094 * gdb.base/huge.exp: Disable max-value-size for this test.
12095
12096 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12097
12098 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12099
12100 2016-01-28 Yao Qi <yao.qi@linaro.org>
12101
12102 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12103
12104 2016-01-25 Pedro Alves <palves@redhat.com>
12105
12106 PR threads/19461
12107 * gdb.base/fork-running-state.c: New file.
12108 * gdb.base/fork-running-state.exp: New file.
12109
12110 2016-01-25 Pedro Alves <palves@redhat.com>
12111
12112 PR gdb/19494
12113 * gdb.base/catch-fork-kill.c: New file.
12114 * gdb.base/catch-fork-kill.exp: New file.
12115
12116 2016-01-25 Pedro Alves <palves@redhat.com>
12117
12118 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12119 Delete, moved to lib/gdb.exp.
12120 * gdb.threads/forking-threads-plus-breakpoint.exp
12121 (foreach_with_prefix): Likewise.
12122 * gdb.threads/process-dies-while-handling-bp.exp
12123 (foreach_with_prefix): Likewise.
12124 * lib/gdb.exp (foreach_with_prefix): New procedure.
12125
12126 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12127
12128 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12129 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12130
12131 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12132
12133 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12134 endian targets.
12135
12136 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12137 Pedro Alves <palves@redhat.com>
12138
12139 Fix testsuite compatibility with Guile.
12140 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12141 number.
12142
12143 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12144
12145 Fix testsuite compatibility with Guile.
12146 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12147 (thread 1): New test for backtrace through signal handler.
12148
12149 2016-01-22 Yao Qi <yao.qi@linaro.org>
12150
12151 PR testsuite/19491
12152 * gdb.base/multi-forks.c: Include
12153 ../lib/unbuffer_output.c
12154 (main): Call gdb_unbuffer_output.
12155
12156 2016-01-21 Doug Evans <dje@google.com>
12157
12158 * lib/ada.exp (gdb_compile_ada): Fix typo.
12159
12160 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12161
12162 * gdb.base/break-fun-addr.exp: New file.
12163 * gdb.base/break-fun-addr1.c: New file.
12164 * gdb.base/break-fun-addr2.c: New file.
12165
12166 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12167
12168 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12169 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12170 enum flag values.
12171
12172 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12173
12174 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12175 when GDB can not set the vector return value. Add more comments
12176 for clarification.
12177
12178 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12179
12180 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12181 command.
12182
12183 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12184
12185 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12186
12187 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12188
12189 * Makefile.in (check-single): Pass --status to runtest.
12190 (check/%.exp): Likewise.
12191
12192 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12193
12194 * Makefile.in (check-parallel): Propagate return code from make
12195 do-check-parallel.
12196
12197 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12198
12199 * gdb.trace/ftrace.exp: Fix expected message on continue.
12200 * gdb.trace/pending.exp: Fix expected message on continue.
12201 * gdb.trace/trace-break.exp: Fix expected message on continue.
12202
12203 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12204
12205 * lib/gdb.exp (gdb_test): Remove unused global references.
12206
12207 2016-01-18 Pedro Alves <palves@redhat.com>
12208
12209 * gdb.base/async-shell.exp: Adjust expected output.
12210 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12211 * gdb.base/siginfo-thread.exp: Adjust expected output.
12212 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12213 * gdb.java/jnpe.exp: Adjust expected output.
12214 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12215 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12216 * gdb.threads/leader-exit.exp: Adjust expected output.
12217 * gdb.threads/manythreads.exp: Adjust expected output.
12218 * gdb.threads/pthreads.exp: Adjust expected output.
12219 * gdb.threads/schedlock.exp: Adjust expected output.
12220 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12221 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12222 expected output.
12223 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12224 output.
12225 * gdb.threads/sigthread.exp: Adjust expected output.
12226 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12227
12228 2016-01-18 Yao Qi <yao.qi@linaro.org>
12229
12230 * gdb.guile/scm-section-script.c: Replace @progbits with
12231 %progbits.
12232 * gdb.python/py-section-script.c: Likewise.
12233
12234 2016-01-15 Pedro Alves <palves@redhat.com>
12235
12236 * gdb.multi/tids.exp: Test star wildcard ranges.
12237
12238 2016-01-15 Pedro Alves <palves@redhat.com>
12239
12240 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12241 command from "thread apply" invocation.
12242 (thr_apply_info_thr_invalid): Default the expected output to the
12243 input tid list.
12244 (top level): Add tests that use convenience variables. Add tests
12245 for "thread apply" with a valid TID list, but missing the command.
12246
12247 2016-01-13 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.base/default.exp: Expect $_gthread as well.
12250 * gdb.multi/tids.exp: Test $_gthread.
12251 * gdb.threads/thread-specific.exp: Test $_gthread.
12252
12253 2016-01-13 Pedro Alves <palves@redhat.com>
12254
12255 * gdb.multi/tids.exp: Test "info threads -gid".
12256
12257 2016-01-13 Pedro Alves <palves@redhat.com>
12258
12259 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12260 Breakpoint.thread.
12261 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12262
12263 2016-01-07 Pedro Alves <palves@redhat.com>
12264
12265 * gdb.base/break.exp: Adjust to output changes.
12266 * gdb.base/hbreak2.exp: Likewise.
12267 * gdb.base/sepdebug.exp: Likewise.
12268 * gdb.base/watch_thread_num.exp: Likewise.
12269 * gdb.linespec/keywords.exp: Likewise.
12270 * gdb.multi/info-threads.exp: Likewise.
12271 * gdb.threads/thread-find.exp: Likewise.
12272 * gdb.multi/tids.c: New file.
12273 * gdb.multi/tids.exp: New file.
12274
12275 2016-01-13 Pedro Alves <palves@redhat.com>
12276
12277 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12278
12279 2016-01-13 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.base/default.exp: Expect $_inferior as well.
12282 * gdb.multi/base.exp: Test $_inferior.
12283
12284 2016-01-13 Pedro Alves <palves@redhat.com>
12285
12286 PR breakpoints/19388
12287 * gdb.base/catch-signal-siginfo-cond.c: New file.
12288 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12289
12290 2016-01-12 Josh Stone <jistone@redhat.com>
12291 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12292
12293 * gdb.base/catch-syscall.c (do_execve): New variable.
12294 (main): Conditionally trigger an execve.
12295 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12296 (test_catch_syscall_execve): New, check entry/return across execve.
12297 (do_syscall_tests): Call test_catch_syscall_execve.
12298
12299 2016-01-12 Pedro Alves <palves@redhat.com>
12300
12301 * gdb.base/random-signal.exp (do_test): New procedure, with body
12302 of testcase moved in.
12303
12304 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12305 Pedro Alves <palves@redhat.com>
12306
12307 * gdb.base/funcargs.exp (finish from indirectly called function):
12308 Reintroduce the case for 'First'.
12309
12310 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12311 Pedro Alves <palves@redhat.com>
12312
12313 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12314 (tcatch_vfork_then_child_follow_exec)
12315 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12316 identification.
12317
12318 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12319
12320 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12321 and repeats to unlimited.
12322 * gdb.python/py-value.exp: Likewise.
12323 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12324 and repeats to unlimited.
12325
12326 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12327
12328 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12329 and reordering the functions.
12330 * gdb.multi/hangout.c: Likewise.
12331 * gdb.multi/hello.c: Likewise.
12332
12333 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12334
12335 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12336 absolute.
12337 (SingleStatisticTestResult.report): Use dict.keys instead of
12338 dict.iterkeys.
12339
12340 2016-01-06 Pedro Alves <palves@redhat.com>
12341
12342 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12343
12344 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12345
12346 * gdb.btrace/dlopen.exp: New.
12347 * gdb.btrace/dlopen.c: New.
12348 * gdb.btrace/dlopen-dso.c: New.
12349
12350 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12351
12352 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12353 PATTERN argument is optional.
12354
12355 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12356
12357 * lib/ada.exp (target_compile_ada_from_dir): New function.
12358 (gdb_compile_ada): Reimplement avoiding the use of project files.
12359 * gdb.ada/gnat_ada.gpr: Delete.
12360 * gdb.ada/cond_lang.exp: Adjust test to make path before
12361 filename optional.
12362 * gdb.ada/small_reg_param.exp: Likewise.
12363
12364 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12365
12366 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12367
12368 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12369
12370 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12371 case.
12372
12373 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12374
12375 * gdb.base/break.exp: Remove dead code.
12376 * gdb.base/sepdebug.exp: Likewise.
12377
12378 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12379
12380 * gdb.asm/asm-source.exp: Remove HP-UX references.
12381 * gdb.base/annota1.exp: Likewise.
12382 * gdb.base/annota3.exp: Likewise.
12383 * gdb.base/attach.exp: Likewise.
12384 * gdb.base/bigcore.exp: Likewise.
12385 * gdb.base/break.exp: Likewise.
12386 * gdb.base/call-ar-st.exp: Likewise.
12387 * gdb.base/callfuncs.exp: Likewise.
12388 * gdb.base/catch-fork-static.exp: Likewise.
12389 * gdb.base/display.exp: Likewise.
12390 * gdb.base/foll-exec-mode.exp: Likewise.
12391 * gdb.base/foll-exec.exp: Likewise.
12392 * gdb.base/foll-fork.exp: Likewise.
12393 * gdb.base/foll-vfork.exp: Likewise.
12394 * gdb.base/funcargs.exp: Likewise.
12395 * gdb.base/hbreak2.exp: Likewise.
12396 * gdb.base/inferior-died.exp: Likewise.
12397 * gdb.base/interrupt.exp: Likewise.
12398 * gdb.base/multi-forks.exp: Likewise.
12399 * gdb.base/nodebug.exp: Likewise.
12400 * gdb.base/sepdebug.exp: Likewise.
12401 * gdb.base/solib1.c: Likewise.
12402 * gdb.base/step-test.exp: Likewise.
12403 * gdb.mi/non-stop.c: Likewise.
12404 * gdb.mi/pthreads.c: Likewise.
12405 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12406 * gdb.threads/pthreads.c: Likewise.
12407 * gdb.threads/staticthreads.exp: Likewise.
12408 * lib/future.exp: Likewise.
12409 * lib/gdb.exp: Likewise.
12410 * gdb.base/so-indr-cl.c: Remove.
12411 * gdb.base/so-indr-cl.exp: Likewise.
12412 * gdb.base/solib.c: Likewise.
12413 * gdb.base/solib.exp: Likewise.
12414 * gdb.base/solib2.c: Likewise.
12415
12416 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12417
12418 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12419 * gdb.base/call-ar-st.exp: Likewise.
12420 * gdb.base/callfuncs.exp: Likewise.
12421 * gdb.base/condbreak.exp: Likewise.
12422 * gdb.base/constvars.exp: Likewise.
12423 * gdb.base/hbreak2.exp: Likewise.
12424 * gdb.base/langs.exp: Likewise.
12425 * gdb.base/list.exp: Likewise.
12426 * gdb.base/long_long.exp: Likewise.
12427 * gdb.base/ptype.exp: Likewise.
12428 * gdb.base/scope.exp: Likewise.
12429 * gdb.base/signals.exp: Likewise.
12430 * gdb.base/so-impl-ld.exp: Likewise.
12431 * gdb.base/varargs.exp: Likewise.
12432 * gdb.base/volatile.exp: Likewise.
12433 * gdb.base/whatis.exp: Likewise.
12434 * gdb.cp/cplusfuncs.exp: Likewise.
12435 * gdb.cp/inherit.exp: Likewise.
12436 * gdb.cp/local.exp: Likewise.
12437 * gdb.cp/member-ptr.exp: Likewise.
12438 * gdb.cp/method.exp: Likewise.
12439 * gdb.cp/overload.exp: Likewise.
12440 * gdb.cp/templates.exp: Likewise.
12441 * gdb.stabs/weird.exp: Likewise.
12442 * lib/compiler.c: Likewise.
12443 * lib/compiler.cc: Likewise.
12444 * lib/cp-support.exp: Likewise.
12445 * lib/gdb.exp: Likewise.
12446
12447 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12448
12449 * configure.ac: Remove HP-UX case.
12450 * configure: Regenerate.
12451
12452 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12453
12454 * lib/gdb.exp (gdb_compile): Add function doc.
12455
12456 2015-12-17 Pedro Alves <palves@redhat.com>
12457
12458 PR threads/19354
12459 * gdb.multi/info-threads.exp: New file.
12460
12461 2015-12-15 Yao Qi <yao.qi@linaro.org>
12462
12463 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12464 is aarch64*-*-*.
12465
12466 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12467
12468 * gdb.base/history-duplicates.exp: Skip if no readline support.
12469
12470 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12471
12472 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12473
12474 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12475
12476 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12477
12478 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12479
12480 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12481 ctrl-C if nointerrupts target property is set.
12482 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12483 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12484 * gdb.base/paginate-bg-execution.exp: Likewise.
12485 * gdb.base/paginate-execution-startup.exp: Likewise.
12486 * gdb.base/random-signal.exp: Likewise.
12487 * gdb.base/range-stepping.exp: Likewise.
12488 * gdb.cp/annota2.exp: Likewise.
12489 * gdb.cp/annota3.exp: Likewise.
12490 * gdb.gdb/selftest.exp: Likewise.
12491 * gdb.threads/continue-pending-status.exp: Likewise.
12492 * gdb.threads/leader-exit.exp: Likewise.
12493 * gdb.threads/manythreads.exp: Likewise.
12494 * gdb.threads/pthreads.exp: Likewise.
12495 * gdb.threads/schedlock.exp: Likewise.
12496 * gdb.threads/sigthread.exp: Likewise.
12497
12498 2015-12-11 Don Breazeal <donb@codesourcery.com>
12499
12500 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12501 remote.
12502 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12503 * gdb.base/foll-exec.exp (main): Enable for target remote.
12504 * gdb.base/foll-fork.exp (main): Likewise.
12505 * gdb.base/foll-vfork.exp (main): Likewise.
12506 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12507 (proc continue_to_exit_bp_loc): Use clean_restart.
12508 * gdb.base/pie-execl.exp (main): Disable for target remote.
12509 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12510 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12511 * gdb.threads/execl.exp (main): Likewise.
12512 * gdb.threads/fork-child-threads.exp (main): Likewise.
12513 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12514 remote.
12515 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12516 remote.
12517 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12518 pid.tid style ptids, instead of just tid.
12519 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12520 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12521 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12522 ptids, instead of just tid.
12523
12524 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12525
12526 * gdb.base/list.exp (test_list_forward): Add end of file error
12527 test.
12528 (test_repeat_list_command): Add end of file error test.
12529 (test_list_backwards): Add beginning of file error test.
12530
12531 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12532
12533 * gdb.base/list.exp (test_list_invalid_args): New function,
12534 defined, and called.
12535
12536 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12537
12538 * gdb.base/list.exp (test_list): Make test names unique.
12539
12540 2015-12-11 Yao Qi <yao.qi@linaro.org>
12541
12542 * gdb.base/coremaker2.c: Remove.
12543
12544 2015-12-10 Pedro Alves <palves@redhat.com>
12545
12546 * gdb.multi/base.exp: Remove stale "spaces" references.
12547
12548 2015-12-10 Pedro Alves <palves@redhat.com>
12549
12550 * gdb.multi/base.exp: Don't use nowarnings.
12551 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12552 * gdb.multi/hangout.c: Include stdio.h.
12553 * gdb.multi/hello.c: Include stdlib.h.
12554 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12555 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12556 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12557
12558 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12559
12560 * gdb.dwarf2/dw2-ranges-base.c: New file.
12561 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12562 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12563 support additional line table, and debug ranges generation.
12564 (Dwarf::ranges): New function, generate .debug_ranges.
12565 (Dwarf::lines): Support generating simple line table programs.
12566 (Dwarf::assemble): Initialise new namespace variables.
12567
12568 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12569
12570 * gdb.base/async.exp (proc test_background): Add case for
12571 asynchronous execution not supported.
12572
12573 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12574
12575 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12576 format and change test names to make them unique.
12577
12578 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12579 Pedro Alves <pedro@redhat.com>
12580
12581 PR gdb/18702
12582 Add checking of floatformats setup on x86_64 hosts.
12583 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12584 (smallval, bigval): New labels/constants.
12585 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12586 float" after loading bigval and smallval.
12587
12588 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12589
12590 * gdb.ada/fun_overload_menu.exp: New testcase.
12591 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12592
12593 2015-12-04 Josh Stone <jistone@redhat.com>
12594
12595 * gdb.base/catch-fork-static.exp: New.
12596
12597 2015-12-03 Yao Qi <yao.qi@linaro.org>
12598
12599 * gdb.base/sizeof.c: Don't include stdio.h and
12600 ../lib/unbuffer_output.c.
12601 (main): New variable 'size' and 'value'. Remove printf and
12602 gdb_unbuffer_output. Assign return value to size and value.
12603 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12604 at the beginning.
12605 (check_sizeof): Check the result by printing variable 'size'.
12606 (check_valueof): Check the result by printing variable 'value'.
12607
12608 2015-12-01 Yao Qi <yao.qi@linaro.org>
12609
12610 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12611 for aarch64*-*-linux* target.
12612
12613 2015-11-30 Pedro Alves <palves@redhat.com>
12614
12615 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12616
12617 2015-11-30 Pedro Alves <palves@redhat.com>
12618
12619 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12620 Handle non-stop mode vCont replies.
12621
12622 2015-11-30 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12625 prepare_for_testing. Start gdb with "set non-stop on" appended to
12626 GDBFLAGS. Lax expected stop output.
12627
12628 2015-11-27 Yao Qi <yao.qi@linaro.org>
12629
12630 * gdb.arch/arm-neon.exp: New.
12631 * gdb.arch/arm-neon.c: New.
12632
12633 2015-11-27 Yao Qi <yao.qi@linaro.org>
12634
12635 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12636
12637 2015-11-27 Yao Qi <yao.qi@linaro.org>
12638
12639 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12640 frames-invalid annotation.
12641
12642 2015-11-27 Yao Qi <yao.qi@linaro.org>
12643
12644 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12645
12646 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12647
12648 * gdb.threads/names.exp: New file.
12649 * gdb.threads/names.c: New file.
12650 * README: Mention gdb,no_thread_names.
12651
12652 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12653
12654 PR 19297
12655 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12656 support" error.
12657
12658 2015-11-24 Pedro Alves <palves@redhat.com>
12659
12660 PR 17539
12661 * gdb.base/display.exp: Expect displays to be sorted in ascending
12662 order. Use multi_line.
12663 * gdb.base/solib-display.exp: Likewise.
12664
12665 2015-11-24 Pedro Alves <palves@redhat.com>
12666
12667 PR 17539
12668 * gdb.base/display.exp: Expect displays to be sorted in ascending
12669 order. Use multi_line.
12670 * gdb.base/solib-display.exp: Likewise.
12671
12672 2015-11-24 Pedro Alves <palves@redhat.com>
12673
12674 PR 17539
12675 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12676 threads in ascending order.
12677 * gdb.base/foll-fork.exp: Likewise.
12678 * gdb.base/foll-vfork.exp: Likewise.
12679 * gdb.base/multi-forks.exp: Likewise.
12680 * gdb.mi/mi-nonstop.exp: Likewise.
12681 * gdb.mi/mi-nsintrall.exp: Likewise.
12682 * gdb.multi/base.exp: Likewise.
12683 * gdb.multi/multi-arch.exp: Likewise.
12684 * gdb.python/py-inferior.exp: Likewise.
12685 * gdb.threads/break-while-running.exp: Likewise.
12686 * gdb.threads/execl.exp: Likewise.
12687 * gdb.threads/gcore-thread.exp: Likewise.
12688 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12689 * gdb.threads/kill.exp: Likewise.
12690 * gdb.threads/linux-dp.exp: Likewise.
12691 * gdb.threads/multiple-step-overs.exp: Likewise.
12692 * gdb.threads/next-bp-other-thread.exp: Likewise.
12693 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12694 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12695 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12696 * gdb.threads/thread-find.exp: Likewise.
12697 * gdb.threads/tls.exp: Likewise.
12698 * lib/mi-support.exp (mi_reverse_list): Delete.
12699 (mi_check_thread_states): No longer reverse list.
12700
12701 2015-11-24 Pedro Alves <palves@redhat.com>
12702
12703 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12704 use lowercase.
12705
12706 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12707
12708 * gdb.trace/actions.c: Include trace-common.h.
12709 (main): Add a location for a fast tracepoint.
12710 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12711 the normal tracepoints.
12712 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12713
12714 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12715
12716 * save-trace.exp: Factor out code to these...
12717 (gdb_save_tracepoints): New.
12718 (gdb_load_tracepoints): New.
12719 (do_save_load_test): New.
12720
12721 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12722
12723 * gdb.base/asmlabel.exp: New test.
12724 * gdb.base/asmlabel.c: New test case.
12725
12726 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12727
12728 * gdb.base/wrong_frame_bt_full-main.c: New file.
12729 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12730 * gdb.base/wrong_frame_bt_full.exp: New file.
12731
12732 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12733
12734 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12735
12736 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12737
12738 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12739 pstate register when comparing registers values in
12740 sparc64-*-linux-gnu targets to avoid spurious differences.
12741
12742 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12743
12744 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12745
12746 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12747
12748 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12749 as type argument to gdb_compile.
12750 * gdb.base/nested-subp2.exp: Likewise.
12751 * gdb.base/nested-subp3.exp: Likewise.
12752
12753 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12754
12755 * lib/dwarf.exp (_note): Fix left shift of negative value.
12756 * gdb.trace/trace-condition.exp: Likewise.
12757
12758 2015-11-13 Yao Qi <yao.qi@linaro.org>
12759
12760 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12761 comments about d10v.
12762 (test_scalar_returns): Likewise.
12763 * gdb.base/d10v.ld: Remove.
12764 * gdb.base/overlays.exp: Remove the target triplet checking for
12765 d10v-*-*.
12766 * gdb.base/structs.exp (test_struct_returns): Remove the
12767 comments about d10v.
12768 (test_struct_calls): Likewise.
12769
12770 2015-11-13 Yao Qi <yao.qi@linaro.org>
12771
12772 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12773 * gdb.base/gnu_vector.c: Don't include stdio.h.
12774 (main): Don't print res and call add_some_intvecs.
12775
12776 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12777
12778 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12779 macro.
12780 (func5): Removed.
12781 (func4): Use FAST_TRACEPOINT_LABEL.
12782 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12783 macro.
12784 (func): Removed.
12785 (thread_function): Use FAST_TRACEPOINT_LABEL.
12786 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12787 (func): Remove.
12788 (marker): Use FAST_TRACEPOINT_LABEL.
12789 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12790 (pendfunc1): Remove.
12791 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12792 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12793 (foo): Remove.
12794 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12795 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12796 macro.
12797 (func): Remove.
12798 (marker): Use FAST_TRACEPOINT_LABEL.
12799 * gdb.trace/trace-common.h: New header.
12800 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12801 macro.
12802 (func): Remove.
12803 (marker): Use FAST_TRACEPOINT_LABEL.
12804 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12805 (func): Remove.
12806 (thread_function): Use FAST_TRACEPOINT_LABEL.
12807
12808 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12809
12810 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12811 in front.
12812 * gdb.trace/change-loc.exp: Use global pcreg definition.
12813 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12814 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12815 in front.
12816 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12817 * gdb.trace/pending.exp: Likewise.
12818 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12819 * gdb.trace/trace-break.exp: Likewise.
12820 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12821 in front.
12822 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12823 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12824 in front.
12825 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12826
12827 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12828
12829 * gdb.ada/fin_fun_out: New testcase.
12830
12831 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12832
12833 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12834 value associated with DW_AT_byte_size.
12835 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12836 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12837 DW_AT_upper_bound.
12838
12839 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12840
12841 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12842 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12843 version.
12844 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12845 gdb.dwarf2/dw2-canonicalize-type.exp,
12846 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12847 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12848 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12849 provided by gdb_target_symbol_prefix_flags_asm.
12850 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12851 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12852 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12853 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12854 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12855 macros where needed). Use this macro for symbols which require
12856 the prefix provided by SYMBOL_PREFIX.
12857
12858 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12859
12860 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12861 New procs.
12862 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12863 representing expressions, of more than one list element.
12864 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12865 to prepend linker symbol prefix to f.
12866 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12867 table_1 and table_2.
12868 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12869 Likewise, for f and g.
12870 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12871 for ptr.
12872 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12873 for main.
12874 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12875 table_1_ptr and table_2_ptr.
12876
12877 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12878 Joel Brobecker <brobecker@adacore.com>
12879
12880 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12881
12882 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12883
12884 * gdb.reverse/s390-mvcle.c: New test.
12885 * gdb.reverse/s390-mvcle.exp: New file.
12886 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12887
12888 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12889
12890 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12891
12892 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12893
12894 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12895 reaching marker2.
12896 * gdb.reverse/getresuid-reverse.exp: Likewise.
12897 * gdb.reverse/pipe-reverse.exp: Likewise.
12898 * gdb.reverse/readv-reverse.exp: Likewise.
12899 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12900 * gdb.reverse/time-reverse.exp: Likewise.
12901 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12902
12903 2015-10-30 Yao Qi <yao.qi@linaro.org>
12904
12905 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12906 (empty_cycle): Remove.
12907 (main): Don't call empty_cycle. Don't use watch_count_done.
12908 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12909 empty_cycle. Rewrite the code counting HW watchpoints.
12910
12911 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12912
12913 * gdb.reverse/fstatat-reverse.c: New test.
12914 * gdb.reverse/fstatat-reverse.exp: New file.
12915 * gdb.reverse/getresuid-reverse.c: New test.
12916 * gdb.reverse/getresuid-reverse.exp: New file.
12917 * gdb.reverse/pipe-reverse.c: New test.
12918 * gdb.reverse/pipe-reverse.exp: New file.
12919 * gdb.reverse/readv-reverse.c: New test.
12920 * gdb.reverse/readv-reverse.exp: New file.
12921 * gdb.reverse/recvmsg-reverse.c: New test.
12922 * gdb.reverse/recvmsg-reverse.exp: New file.
12923 * gdb.reverse/time-reverse.c: New test.
12924 * gdb.reverse/time-reverse.exp: New file.
12925 * gdb.reverse/waitpid-reverse.c: New test.
12926 * gdb.reverse/waitpid-reverse.exp: New file.
12927
12928 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12929
12930 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12931
12932 2015-10-26 Doug Evans <dje@google.com>
12933
12934 PR symtab/17391
12935 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12936 * gdb.dwarf2/bad-regnum.c: New file.
12937 * gdb.dwarf2/bad-regnum.exp: New file.
12938
12939 2015-10-26 Doug Evans <dje@google.com>
12940
12941 PR python/18938
12942 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12943 file.
12944
12945 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12946
12947 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12948 for a change by "Mention language in compile error message".
12949
12950 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12951
12952 PR python/18073
12953 * gdb.python/py-type.c (C::a_method): New.
12954 (C::a_const_method): New.
12955 (C::a_static_method): New.
12956 (a_function): New.
12957 * gdb.python/py-type.exp (test_fields): Test getting fields
12958 from function and method.
12959
12960 2015-10-21 Keven Boell <keven.boell@intel.com>
12961
12962 * gdb.fortran/vla-alloc-assoc.exp: New file.
12963 * gdb.fortran/vla-datatypes.exp: New file.
12964 * gdb.fortran/vla-datatypes.f90: New file.
12965 * gdb.fortran/vla-history.exp: New file.
12966 * gdb.fortran/vla-ptype-sub.exp: New file.
12967 * gdb.fortran/vla-ptype.exp: New file.
12968 * gdb.fortran/vla-sizeof.exp: New file.
12969 * gdb.fortran/vla-sub.f90: New file.
12970 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12971 * gdb.fortran/vla-value-sub-finish.exp: New file.
12972 * gdb.fortran/vla-value-sub.exp: New file.
12973 * gdb.fortran/vla-value.exp: New file.
12974 * gdb.fortran/vla-ptr-info.exp: New file.
12975 * gdb.mi/mi-vla-fortran.exp: New file.
12976 * gdb.mi/vla.f90: New file.
12977
12978 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12979
12980 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12981 of hardwired timeout value.
12982
12983 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12984 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12987 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12988
12989 2015-10-19 Josh Stone <jistone@redhat.com>
12990
12991 * gdb.base/catch-syscall.c: Include <sched.h>.
12992 (unknown_syscall): New variable.
12993 (main): Trigger a vfork and an unknown syscall.
12994 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12995 (unknown_syscall_number): Likewise.
12996 (check_call_to_syscall): Accept an optional syscall pattern.
12997 (check_return_from_syscall): Likewise.
12998 (check_continue): Likewise.
12999 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13000 (test_catch_syscall_skipping_return): New test toggling off 'catch
13001 syscall' to step over the syscall return, then toggling back on.
13002 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13003 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13004 (do_syscall_tests): Call test_catch_syscall_without_args and
13005 test_catch_syscall_mid_vfork.
13006 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13007 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13008
13009 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13010
13011 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13012 print g_vE): Add new pass patterns.
13013 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13014 print various symbol names for vptr fields.
13015
13016 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13017
13018 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13019 results.
13020
13021 2015-10-12 Yao Qi <yao.qi@linaro.org>
13022
13023 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13024
13025 2015-10-12 Yao Qi <yao.qi@linaro.org>
13026
13027 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13028 is aarch64*-*-linux*.
13029
13030 2015-10-12 Yao Qi <yao.qi@linaro.org>
13031
13032 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13033 (can_relocate_bcond_true): ... it.
13034 (can_relocate_bcond_false): New function.
13035 (foo): Likewise.
13036 (can_relocate_bl): Likewise.
13037 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13038 can_relocate_bl.
13039
13040 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13041
13042 * gdb.base/nested-addr.c: New file.
13043 * gdb.base/nested-addr.exp: New testcase.
13044
13045 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13046
13047 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13048 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13049 its output. Ignore the output of "record goto begin" and instead
13050 check that GDB is replaying.
13051
13052 2015-10-09 Pedro Alves <palves@redhat.com>
13053
13054 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13055 (top level): Use it in the run with no args test.
13056
13057 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13058
13059 * gdb.dlang/properties.exp: New file.
13060
13061 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13062
13063 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13064 whether or not address 0x1000 is mapped on the target.
13065
13066 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13067
13068 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13069 build.
13070
13071 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13072
13073 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13074 instruction-history test.
13075
13076 2015-09-28 Doug Evans <dje@google.com>
13077
13078 * gdb.base/gcore.c (array_func): Add reference to static_array.
13079
13080 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13081
13082 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13083 source line.
13084
13085 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13086
13087 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13088 short or char as base type.
13089
13090 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13091
13092 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13093 to allow any size enum.
13094
13095 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13096
13097 * gdb.ada/array_ptr_renaming.exp: New testcase.
13098 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13099 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13100
13101 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13102
13103 * gdb.trace/ftrace-lock.c: New file.
13104 * gdb.trace/ftrace-lock.exp: New file.
13105
13106 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13107
13108 * gdb.arch/insn-reloc.c: New file.
13109 * gdb.arch/ftrace-insn-reloc.exp: New file.
13110
13111 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13112
13113 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13114 instruction.
13115 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13116 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13117 * gdb.trace/range-stepping.c: Likewise.
13118 * gdb.trace/trace-break.c: Likewise.
13119 * gdb.trace/trace-mt.c (thread_function): Likewise.
13120 * gdb.trace/ftrace.c (marker): Likewise.
13121 * gdb.trace/trace-condition.c (marker): Likewise.
13122 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13123 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13124 is_aarch64_target.
13125
13126 2015-09-18 Doug Evans <xdje42@gmail.com>
13127
13128 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13129 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13130
13131 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13132
13133 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13134 the breakpoint.
13135
13136 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13137
13138 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13139 the pending breakpoint. Remove timeout override for "Run till
13140 MI pending breakpoint on pendfunc3 on thread 2" test.
13141
13142 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13143
13144 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13145 filename pattern.
13146
13147 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13148
13149 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13150 in breakpoint filename pattern.
13151
13152 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13153
13154 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13155
13156 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13157
13158 * gdb.linespec/explicit.exp: Check for readline support for
13159 tab-completion tests. Fix obvious typo.
13160
13161 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13162
13163 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13164 and replay.
13165
13166 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13167
13168 * gdb.btrace/non-stop.c: New.
13169 * gdb.btrace/non-stop.exp: New.
13170
13171 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13172 Yao Qi <yao.qi@linaro.org>
13173
13174 * gdb.trace/trace-condition.c: New file.
13175 * gdb.trace/trace-condition.exp: New file.
13176
13177 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13178
13179 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13180 for testing bytecode compilation.
13181
13182 2015-09-16 Pedro Alves <palves@redhat.com>
13183 Sandra Loosemore <sandra@codesourcery.com>
13184
13185 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13186 (SECONDS): Redefine.
13187 (main): Call pthread_kill and alarm early.
13188 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13189 support.
13190 (test): If the target can't hardware step and doesn't support
13191 displaced stepping, increase the timeout.
13192
13193 2015-09-16 Pedro Alves <palves@redhat.com>
13194
13195 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13196 (enable_debug): New procedures.
13197 (test): Use them. Bail out if waiting for threads fails.
13198 (top level): Bail out if a test fails.
13199
13200 2015-09-16 Yao Qi <yao.qi@linaro.org>
13201
13202 * gdb.asm/asm-source.exp: Set asm-arch for
13203 aarch64*-*-* target.
13204 * gdb.asm/aarch64.inc: New file.
13205
13206 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13207
13208 * gdb.ada/array_of_variable_length.exp: New testcase.
13209 * gdb.ada/array_of_variable_length/foo.adb: New file.
13210 * gdb.ada/array_of_variable_length/pck.adb: New file.
13211 * gdb.ada/array_of_variable_length/pck.ads: New file.
13212
13213 2015-09-15 Doug Evans <dje@google.com>
13214
13215 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13216 of function static local variable.
13217
13218 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13219
13220 * gdb.threads/tls-so_extern.exp: New test file.
13221 * gdb.threads/tls-so_extern.c: New test file.
13222 * gdb.threads/tls-so_extern_main.c: New test file.
13223
13224 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13225
13226 * gdb.opt/solib-intra-step-lib.c: New file.
13227 * gdb.opt/solib-intra-step-main.c: New file.
13228 * gdb.opt/solib-intra-step.exp: New file.
13229
13230 2015-09-15 Pedro Alves <palves@redhat.com>
13231
13232 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13233 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13234
13235 2015-09-14 Pedro Alves <palves@redhat.com>
13236
13237 * gdb.base/hook-stop-continue.c: Delete.
13238 * gdb.base/hook-stop-continue.exp: Delete.
13239 * gdb.base/hook-stop-frame.c: Delete.
13240 * gdb.base/hook-stop-frame.exp: Delete.
13241 * gdb.base/hook-stop.c: New file.
13242 * gdb.base/hook-stop.exp: New file.
13243
13244 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13245
13246 * gdb.ada/access_to_packed_array.exp: New testcase.
13247 * gdb.ada/access_to_packed_array/foo.adb: New file.
13248 * gdb.ada/access_to_packed_array/pack.adb: New file.
13249 * gdb.ada/access_to_packed_array/pack.ads: New file.
13250
13251 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13252
13253 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13254 buffer size test.
13255
13256 2015-09-11 Don Breazeal <donb@codesourcery.com>
13257
13258 * gdb.base/foll-exec.c: Add copyright header. Fix
13259 formatting issues.
13260 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13261 (do_exec_tests): Use clean_restart in place of zap_session,
13262 and for test initialization. Fix formatting issues. Use
13263 fail in place of perror.
13264 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13265 an expect statement to match an expression with output from
13266 the program under debug.
13267 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13268 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13269 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13270 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13271 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13272
13273 2015-09-09 Doug Evans <dje@google.com>
13274
13275 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13276
13277 2015-09-09 Doug Evans <dje@google.com>
13278
13279 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13280
13281 2015-09-09 Doug Evans <dje@google.com>
13282
13283 * gdb.base/savedregs.exp: Fix typo.
13284
13285 2015-09-09 Pedro Alves <palves@redhat.com>
13286
13287 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13288
13289 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13290
13291 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13292 command actually switches threads. Give up on remaining
13293 tests if target fails to stop at breakpoint.
13294
13295 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13296
13297 * gdb.ada/funcall_char.exp: New testcase.
13298 * gdb.ada/funcall_char/foo.adb: New file.
13299
13300 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13301
13302 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13303 expected outputs. Add two testcases for completing ambiguous
13304 functions.
13305 * gdb.ada/complete/aux_pck.adb: New file.
13306 * gdb.ada/complete/aux_pck.ads: New file.
13307 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13308 Ambiguous_Func functions.
13309 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13310 * gdb.ada/complete/pck.adb: Likewise.
13311
13312 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13313
13314 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13315 failures to run the test program under GDB.
13316
13317 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13318
13319 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13320 to C.
13321
13322 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13323
13324 * gdb.base/run-after-attach.exp: New test file.
13325 * gdb.base/run-after-attach.c: New test file.
13326
13327 2015-08-26 Don Breazeal <donb@codesourcery.com>
13328
13329 * gdb.base/foll-exec-2.c: New test program.
13330 * gdb.base/foll-exec-2.exp: New test.
13331
13332 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13333
13334 * gdb.base/nested-subp1.exp: New file.
13335 * gdb.base/nested-subp1.c: New file.
13336 * gdb.base/nested-subp2.exp: New file.
13337 * gdb.base/nested-subp2.c: New file.
13338 * gdb.base/nested-subp3.exp: New file.
13339 * gdb.base/nested-subp3.c: New file.
13340
13341 2015-08-24 Pedro Alves <palves@redhat.com>
13342
13343 * gdb.server/connect-without-multi-process.c: New file.
13344 * gdb.server/connect-without-multi-process.exp: New file.
13345
13346 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13347
13348 * gdb.opt/inline-markers.c: Make z int.
13349
13350 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13351
13352 * gdb.opt/inline-markers.c: Make z volatile.
13353
13354 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13355
13356 * gdb.opt/inline-bt.c: New volatile global z.
13357 * gdb.opt/inline-cmds.c: Likewise.
13358 * gdb.opt/inline-locals.c: Likewise.
13359 * gdb.opt/inline-markers.c: New extern global z.
13360 (marker): Use z.
13361 (inline_fn): Likewise.
13362
13363 2015-08-24 Pedro Alves <palves@redhat.com>
13364
13365 * config/m32r-stub.exp: Remove file.
13366 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13367 * gdb.base/call-rt-st.exp: Likewise.
13368 * gdb.base/call-strs.exp: Likewise.
13369 * gdb.base/default.exp: Remove references to h8300-*-hms and
13370 *-*-udi*.
13371 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13372
13373 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13374
13375 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13376 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13377 and "return" use KFAIL when GDB can not read/write the vector
13378 return value.
13379
13380 2015-08-21 Gary Benson <gbenson@redhat.com>
13381
13382 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13383
13384 2015-08-20 Pedro Alves <palves@redhat.com>
13385
13386 * gdb.server/solib-list.exp: No longer expect an interior stop in
13387 non-stop mode.
13388
13389 2015-08-20 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.server/connect-stopped-target.c: New file.
13392 * gdb.server/connect-stopped-target.exp: New file.
13393
13394 2015-08-20 Pedro Alves <palves@redhat.com>
13395
13396 * gdb.dwarf2/comp-unit-lang.exp: New file.
13397 * gdb.dwarf2/comp-unit-lang.c: New file.
13398
13399 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13400
13401 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13402 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13403
13404 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13405
13406 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13407 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13408
13409 2015-08-18 Doug Evans <dje@google.com>
13410 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13411
13412 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13413 skip_python_tests. New arg prompt_regexp.
13414 (skip_python_tests): New function.
13415 * lib/mi-support.exp (mi_skip_python_tests): New function.
13416 * gdb.python/py-mi-objfile-gdb.py: New file.
13417 * gdb.python/py-mi-objfile.c: New file.
13418 * gdb.python/py-mi-objfile.exp: New file.
13419
13420 2015-08-17 Keith Seitz <keiths@redhat.com>
13421
13422 * gdb.linespec/explicit.exp: Move strace test from here ...
13423 * gdb.trace/strace.exp: ... to here.
13424
13425 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13426
13427 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13428 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13429
13430 2015-08-14 Doug Evans <xdje42@gmail.com>
13431
13432 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13433 inferior before selecting a new file.
13434
13435 2015-08-14 Doug Evans <xdje42@gmail.com>
13436
13437 * gdb.mi/mi-disassemble.exp: Update.
13438 * gdb.base/disasm-optim.S: New file.
13439 * gdb.base/disasm-optim.c: New file.
13440 * gdb.base/disasm-optim.h: New file.
13441 * gdb.base/disasm-optim.exp: New file.
13442
13443 2015-08-14 Keith Seitz <keiths@redhat.com>
13444
13445 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13446 "evaluated-by".
13447
13448 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13449
13450 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13451
13452 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13453
13454 * gdb.ada/fun_renaming.exp: New testcase.
13455 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13456 * gdb.ada/fun_renaming/pack.adb: New file.
13457 * gdb.ada/fun_renaming/pack.ads: New file.
13458
13459 2015-08-12 Keith Seitz <keiths@redhat.com>
13460
13461 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13462 gdb_get_line_number.
13463
13464 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13465
13466 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13467 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13468 gdb.base/dso2dso.exp: New files.
13469
13470 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13471 Pedro Alves <palves@redhat.com>
13472 Keith Seitz <keiths@redhat.com>
13473
13474 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13475 GDBFLAGS.
13476
13477 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13478
13479 * gdb.base/gdbhistsize-history.exp
13480 (test_histsize_history_setting): Use save_vars.
13481 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13482 Use save_vars.
13483 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13484 * gdb.base/readline.exp: Use save_vars.
13485
13486 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13487
13488 * lib/gdb.exp (save_vars): New proc.
13489
13490 2015-08-11 Keith Seitz <keiths@redhat.com>
13491
13492 * gdb.base/help.exp: Update help_breakpoint_text.
13493
13494 2015-08-11 Keith Seitz <keiths@redhat.com>
13495
13496 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13497 (at toplevel): Call test_explicit_breakpoints.
13498 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13499 breakpoints.
13500 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13501 breakpoint conditions, "-cond".
13502
13503 2015-08-11 Keith Seitz <keiths@redhat.com>
13504
13505 * gdb.linespec/3explicit.c: New file.
13506 * gdb.linespec/cpexplicit.cc: New file.
13507 * gdb.linespec/cpexplicit.exp: New file.
13508 * gdb.linespec/explicit.c: New file.
13509 * gdb.linespec/explicit.exp: New file.
13510 * gdb.linespec/explicit2.c: New file.
13511 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13512 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13513 before using in the matching pattern.
13514 Clarify that `prefix' is a regular expression.
13515
13516 2015-08-11 Keith Seitz <keiths@redhat.com>
13517
13518 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13519 test.
13520 Add tests for missing ",FMT" and ",".
13521
13522 2015-08-10 Doug Evans <dje@google.com>
13523 Keith Seitz <keiths@redhat.com>
13524
13525 PR gdb/17960
13526 * gdb.base/completion.exp: Add location completer tests.
13527
13528 2015-08-07 Pedro Alves <palves@redhat.com>
13529
13530 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13531 tests here.
13532 (top level): Run do_test with and without displaced stepping.
13533
13534 2015-08-07 Pedro Alves <palves@redhat.com>
13535
13536 * gdb.base/valgrind-disp-step.c: New file.
13537 * gdb.base/valgrind-disp-step.exp: New file.
13538
13539 2015-08-07 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13542 Delete function.
13543 (main): Add alarm. Run an infinite loop instead of calling
13544 wait_threads.
13545 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13546 comment.
13547 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13548 Delete function.
13549 (main): Add alarm. Run an infinite loop instead of calling
13550 wait_threads.
13551 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13552 comment.
13553
13554 2015-08-07 Pedro Alves <palves@redhat.com>
13555
13556 * gdb.base/checkpoint-ns.exp: New file.
13557 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13558 standard_testfile.
13559
13560 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13561
13562 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13563 * gdb.btrace/instruction_history.exp: Update.
13564 * gdb.btrace/tsx.exp: New.
13565 * gdb.btrace/tsx.c: New.
13566
13567 2015-08-06 Pedro Alves <palves@redhat.com>
13568
13569 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13570 increase timeout.
13571 * gdb.reverse/until-precsave.exp: Bump timeouts.
13572
13573 2015-08-06 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13576
13577 2015-08-06 Pedro Alves <palves@redhat.com>
13578
13579 PR gdb/18749
13580 * gdb.threads/process-dies-while-handling-bp.c: New file.
13581 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13582
13583 2015-08-06 Pedro Alves <palves@redhat.com>
13584
13585 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13586 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13587
13588 2015-08-05 Pedro Alves <palves@redhat.com>
13589
13590 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13591 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13592
13593 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13594
13595 * gdb.base/bp-permanent.exp: Report test as unsupported if
13596 the target cannot stop at the permanent breakpoint.
13597
13598 2015-08-03 Doug Evans <dje@google.com>
13599
13600 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13601 10000.
13602
13603 2015-08-03 Doug Evans <dje@google.com>
13604
13605 * Makefile.in (workers/%.worker, build-perf): New rule.
13606 (GDB_PERFTEST_MODE): New variable.
13607 (check-perf): Use it.
13608 (clean): Clean up gdb.perf parallel build subdirs.
13609 * lib/build-piece.exp: New file.
13610 * lib/gdb.exp (make_gdb_parallel_path): New function
13611 (standard_output_file, standard_temp_file): Call it.
13612 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13613 of $GDB_PARALLEL.
13614 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13615
13616 2015-08-03 Doug Evans <dje@google.com>
13617
13618 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13619 (LOG_FILE_NAME): New global.
13620 (TextReporter.__init__): Initialize self.txt_sum.
13621 (TextReporter.report): Add support for multiple data-points.
13622 Move report to perftest.sum, put raw data in perftest.log.
13623 (TextReporter.start): Open sum and log files.
13624 (TextReporter.end): Close sum and log files.
13625 * gdb.perf/lib/perftest/testresult.py
13626 (SingleStatisticTestResult.record): Handle multiple data-points.
13627
13628 2015-07-31 Pedro Alves <palves@redhat.com>
13629
13630 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13631 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13632 kill_wait_spawned_process instead of explicit "kill -9".
13633 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13634 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13635 kill_wait_spawned_process.
13636 * gdb.base/attach-twice.exp: Likewise.
13637 * gdb.base/attach.exp: Likewise.
13638 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13639 gdb_test_multiple.
13640 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13641 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13642 kill_wait_spawned_process.
13643 * gdb.base/valgrind-infcall.exp: Likewise.
13644 * gdb.multi/multi-attach.exp: Likewise.
13645 * gdb.python/py-prompt.exp: Likewise.
13646 * gdb.python/py-sync-interp.exp: Likewise.
13647 * gdb.server/ext-attach.exp: Likewise.
13648 * gdb.threads/attach-into-signal.exp (corefunc): Use
13649 spawn_wait_for_attach, spawn_id_get_pid and
13650 kill_wait_spawned_process.
13651 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13652 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13653 spawn_id_get_pid and kill_wait_spawned_process.
13654 * gdb.threads/attach-stopped.exp (corefunc): Use
13655 spawn_wait_for_attach, spawn_id_get_pid and
13656 kill_wait_spawned_process.
13657 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13658 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13659 kill_wait_spawned_process instead of explicit "kill -9".
13660 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13661 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13662 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13663 processes. Don't map cygwin/windows pids here. Now returns a
13664 spawn id list.
13665
13666 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13667
13668 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13669 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13670 correct patch.
13671
13672 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13673
13674 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13675
13676 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13677
13678 Reapply:
13679 2014-05-21 Mark Wielaard <mjw@redhat.com>
13680
13681 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13682
13683 2015-07-30 Pedro Alves <palves@redhat.com>
13684
13685 * linux-low.c (handle_extended_wait): Set the child's last
13686 reported status to TARGET_WAITKIND_STOPPED.
13687
13688 2015-07-30 Pedro Alves <palves@redhat.com>
13689
13690 PR threads/18600
13691 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13692 only shows inferior 1.
13693
13694 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13695 Pedro Alves <palves@redhat.com>
13696
13697 PR threads/18600
13698 * gdb.threads/fork-plus-threads.c: New file.
13699 * gdb.threads/fork-plus-threads.exp: New file.
13700
13701 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13702
13703 * gdb.base/batch-preserve-term-settings.exp
13704 (test_terminal_settings_preserved_after_cli_exit): Use
13705 send_quit_command.
13706
13707 2015-07-29 Pedro Alves <palves@redhat.com>
13708 Don Breazeal <donb@codesourcery.com>
13709
13710 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13711 output from both inferior_spawn_id and gdb_spawn_id.
13712
13713 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13714
13715 * gdb.threads/attach-into-signal.exp (corefunc): Use
13716 with_test_prefix on nested loops, uniquefying the test messages.
13717
13718 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13719
13720 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13721 commit.
13722
13723 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13724
13725 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13726 New proc.
13727 (test_terminal_settings_preserved_after_sigterm): New test.
13728
13729 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13730
13731 * gdb.base/batch-preserve-term-settings.exp
13732 (test_terminal_settings_preserved_after_cli_exit): New test.
13733
13734 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13735
13736 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13737 manipulation of saved_gdbflags.
13738 (test_terminal_settings_preserved): Remove global declaration of
13739 the unused variable pagination_prompt. Remove manipulation of
13740 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13741 GDBFLAGS.
13742
13743 2015-07-29 Pedro Alves <palves@redhat.com>
13744
13745 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13746
13747 2015-07-29 Pedro Alves <palves@redhat.com>
13748
13749 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13750 at the top.
13751
13752 2015-07-29 Pedro Alves <palves@redhat.com>
13753
13754 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13755 (main): Call gdb_unbuffer_output.
13756 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13757 (main): Call gdb_unbuffer_output.
13758 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13759 (main): Call gdb_unbuffer_output.
13760 * gdb.base/call-strs.exp: Adjust to step over the
13761 gdb_unbuffer_output call.
13762 * gdb.base/catch-gdb-caused-signals.c: Include
13763 "../lib/unbuffer_output.c".
13764 (main): Call gdb_unbuffer_output.
13765 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13766 (main): Call gdb_unbuffer_output.
13767 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13768 (main): Call gdb_unbuffer_output.
13769 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13770 (main): Call gdb_unbuffer_output.
13771 * gdb.base/shlib-call.exp: Adjust to step over the
13772 gdb_unbuffer_output call.
13773 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13774 (main): Call gdb_unbuffer_output.
13775 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13776 (main): Call gdb_unbuffer_output.
13777 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13778 (main): Rename to ...
13779 (test): ... this.
13780 (main): Reimplement.
13781 * gdb.base/varargs.exp: Run to test instead of to main.
13782 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13783 (main): Call gdb_unbuffer_output.
13784
13785 2015-07-29 Pedro Alves <palves@redhat.com>
13786
13787 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13788 factore out from mi_continue_dprintf. For call-style dprintfs,
13789 expect dprintf output out of $inferior_spawn_id.
13790 (mi_continue_dprintf): Use mi_expect_dprintf.
13791 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13792 (main): Call gdb_unbuffer_output.
13793
13794 2015-07-29 Pedro Alves <palves@redhat.com>
13795
13796 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13797 (default_mi_gdb_start): Set inferior_spawn_id instead of
13798 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13799 gdb_spawn_id.
13800 (mi_gdb_test): Always expect inferior output from both
13801 $inferior_spawn_id and $gdb_spawn_id.
13802
13803 2015-07-29 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13806 send_inferior and $inferior_spawn_id.
13807
13808 2015-07-29 Pedro Alves <palves@redhat.com>
13809
13810 * gdb.gdb/complaints.exp (test_initial_complaints)
13811 (test_serial_complaints, test_short_complaints): Use
13812 gdb_test_stdio.
13813 (test_empty_complaint): Handle $inferior_spawn_id !=
13814 $gdb_spawn_id.
13815
13816 2015-07-29 Pedro Alves <palves@redhat.com>
13817
13818 * gdb.base/varargs.exp: Use gdb_test_stdio.
13819
13820 2015-07-29 Pedro Alves <palves@redhat.com>
13821
13822 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13823
13824 2015-07-29 Pedro Alves <palves@redhat.com>
13825
13826 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13827
13828 2015-07-29 Pedro Alves <palves@redhat.com>
13829
13830 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13831 parameter into two new parameters, "inf_result" and "gdb_result".
13832 Expect inferior output and gdb output from $inferior_spawn_id and
13833 $gdb_spawn_id, respectively. Adjust all callers.
13834
13835 2015-07-29 Pedro Alves <palves@redhat.com>
13836
13837 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13838 of gdb_test_sequence.
13839
13840 2015-07-29 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13843 (saw_spurious_output): Expect inferior output from
13844 $inferior_spawn_id. Use gdb_test_stdio.
13845
13846 2015-07-29 Pedro Alves <palves@redhat.com>
13847
13848 * gdb.base/dprintf.exp: Use standard_testfile. Change
13849 prepare_for_testing call.
13850 (srcfile): Don't set.
13851 (restart): New procedure.
13852 (test_dprintf): New procecure, use to continue over dprintfs.
13853 (test_call, test_agent): New procedures, tests moved here.
13854 Restart gdb and recreate dprintfs. Adjust expected output.
13855
13856 2015-07-29 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13859
13860 2015-07-29 Pedro Alves <palves@redhat.com>
13861
13862 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13863
13864 2015-07-29 Pedro Alves <palves@redhat.com>
13865
13866 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13867 gdb_test_stdio.
13868
13869 2015-07-29 Pedro Alves <palves@redhat.com>
13870
13871 * lib/gdb.exp (gdb_test_stdio): New procedure.
13872
13873 2015-07-29 Pedro Alves <palves@redhat.com>
13874
13875 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13876
13877 2015-07-29 Pedro Alves <palves@redhat.com>
13878
13879 * gdb.base/call-signal-resume.exp: Remove check for
13880 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13881 * gdb.base/unwindonsignal.exp: Likewise.
13882 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13883 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13884
13885 2015-07-29 Pedro Alves <palves@redhat.com>
13886
13887 * gdb.base/siginfo-addr.c (pass): New function.
13888 (handler): Call it iff si_addr is correct.
13889 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13890 Set a breakpoint at "pass" and continue to it.
13891
13892 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13893
13894 * gdb.python/py-objfile.exp: Make some tests have unique names.
13895 * gdb.python/py-pp-registration.exp: Likewise.
13896
13897 2015-07-28 Pedro Alves <palves@redhat.com>
13898
13899 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13900
13901 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13902
13903 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13904
13905 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13906
13907 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13908
13909 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13910
13911 * gdb.base/gdb-sigterm-2.exp: New test.
13912
13913 2015-07-25 Doug Evans <xdje42@gmail.com>
13914
13915 Revert:
13916 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13917 (workers/%.worker, build-perf): New rule.
13918 (GDB_PERFTEST_MODE): New variable.
13919 (check-perf): Use it.
13920 (clean): Clean up gdb.perf parallel build subdirs.
13921 * lib/build-piece.exp: New file.
13922 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13923 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13924 name.
13925 (standard_temp_file): Ditto.
13926 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13927 of $GDB_PARALLEL.
13928
13929 2015-07-24 Doug Evans <dje@google.com>
13930
13931 * gdb.perf/lib/perftest/utils.py: New file.
13932 * gdb.perf/gm-hello.cc: New file.
13933 * gdb.perf/gm-pervasive-typedef.cc: New file.
13934 * gdb.perf/gm-pervasive-typedef.h: New file.
13935 * gdb.perf/gm-std.cc: New file.
13936 * gdb.perf/gm-std.h: New file.
13937 * gdb.perf/gm-use-cerr.cc: New file.
13938 * gdb.perf/gm-utils.h: New file.
13939 * gdb.perf/gmonster-null-lookup.py: New file.
13940 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13941 * gdb.perf/gmonster-print-cerr.py: New file.
13942 * gdb.perf/gmonster-ptype-string.py: New file.
13943 * gdb.perf/gmonster-runto-main.py: New file.
13944 * gdb.perf/gmonster-select-file.py: New file.
13945 * gdb.perf/gmonster1-null-lookup.exp: New file.
13946 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13947 * gdb.perf/gmonster1-print-cerr.exp: New file.
13948 * gdb.perf/gmonster1-ptype-string.exp: New file.
13949 * gdb.perf/gmonster1-runto-main.exp: New file.
13950 * gdb.perf/gmonster1-select-file.exp: New file.
13951 * gdb.perf/gmonster1.cc: New file.
13952 * gdb.perf/gmonster1.exp: New file.
13953 * gdb.perf/gmonster2-null-lookup.exp: New file.
13954 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13955 * gdb.perf/gmonster2-print-cerr.exp: New file.
13956 * gdb.perf/gmonster2-ptype-string.exp: New file.
13957 * gdb.perf/gmonster2-runto-main.exp: New file.
13958 * gdb.perf/gmonster2-select-file.exp: New file.
13959 * gdb.perf/gmonster2.cc: New file.
13960 * gdb.perf/gmonster2.exp: New file.
13961
13962 2015-07-24 Doug Evans <dje@google.com>
13963
13964 * gdb.perf/README: New file.
13965 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13966 * lib/gen-perf-test.exp: New file.
13967
13968 2015-07-24 Doug Evans <dje@google.com>
13969
13970 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13971 (PerfTest::startup): New function.
13972 (PerfTest::run): Return result of calling body.
13973 (PerfTest::assemble): Rewrite.
13974 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13975 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13976 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13977 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13978 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13979
13980 2015-07-24 Doug Evans <dje@google.com>
13981
13982 * lib/gdb.exp (clean_restart): Make executable optional.
13983
13984 2015-07-24 Doug Evans <dje@google.com>
13985
13986 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13987 compiler_info references.
13988 * gdb.cp/temargs.exp: Ditto.
13989 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13990 (get_compiler_info): Early exit if already computed. Set compiler_info
13991 to "unknown" if there was a problem.
13992 (test_compiler_info): Add function comment. Call get_compiler_info.
13993
13994 2015-07-24 Doug Evans <dje@google.com>
13995
13996 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13997 (workers/%.worker, build-perf): New rule.
13998 (GDB_PERFTEST_MODE): New variable.
13999 (check-perf): Use it.
14000 (clean): Clean up gdb.perf parallel build subdirs.
14001 * lib/build-piece.exp: New file.
14002 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14003 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14004 name.
14005 (standard_temp_file): Ditto.
14006 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14007 of $GDB_PARALLEL.
14008
14009 2015-07-24 Doug Evans <dje@google.com>
14010
14011 * lib/future.exp (gdb_default_target_compile): New option
14012 "early_flags".
14013 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14014 --as-needed.
14015
14016 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14017
14018 * gdb.base/catch-syscall.exp: Call gdb_exit before
14019 gdb_skip_xml_test.
14020
14021 2015-07-24 Pedro Alves <palves@redhat.com>
14022
14023 * gdb.python/py-events.exp: Accept output between the stop event
14024 and the prompt.
14025 * gdb.python/py-evsignal.exp: Likewise.
14026 * gdb.python/py-evthreads.exp: Likewise.
14027
14028 2015-07-24 Pedro Alves <palves@redhat.com>
14029
14030 PR gdb/18717
14031 * gdb.threads/non-ldr-exit.c: New file.
14032 * gdb.threads/non-ldr-exit.exp: New file.
14033
14034 2015-07-24 Yao Qi <yao.qi@linaro.org>
14035
14036 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14037 restarting process.
14038
14039 2015-07-24 Yao Qi <yao.qi@linaro.org>
14040
14041 * gdb.server/ext-restart.exp: New file.
14042
14043 2015-07-24 Yao Qi <yao.qi@linaro.org>
14044
14045 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14046 argument options.
14047 * gdb.server/ext-wrapper.exp: New file.
14048
14049 2015-07-23 Doug Evans <dje@google.com>
14050
14051 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14052 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14053
14054 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14055
14056 * gdb.ada/var_arr_typedef.exp: New testcase.
14057 * gdb.ada/var_arr_typedef/pack.adb: New file.
14058 * gdb.ada/var_arr_typedef/pack.ads: New file.
14059 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14060
14061 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14062
14063 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14064
14065 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14066
14067 * gdb.arch/i386-biarch-core.exp: Replace istarget
14068 by "complete set gnutarget". Remove expectation for the "core-file"
14069 command.
14070
14071 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14072
14073 Revert the previous commit:
14074 Tests for validate symbol file using build-id.
14075
14076 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14077
14078 Tests for validate symbol file using build-id.
14079 * gdb.base/solib-mismatch-lib.c: New file.
14080 * gdb.base/solib-mismatch-libmod.c: New file.
14081 * gdb.base/solib-mismatch.c: New file.
14082 * gdb.base/solib-mismatch.exp: New file.
14083
14084 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14085
14086 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14087 nios2-*-linux*.
14088 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14089 * gdb.base/siginfo.exp: Likewise.
14090 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14091
14092 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14093
14094 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14095 Move it to ...
14096 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14097 ... here.
14098 * gdb.trace/range-stepping.exp: Check that the target supports
14099 range stepping.
14100
14101 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14102
14103 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14104
14105 2015-07-14 Pedro Alves <palves@redhat.com>
14106
14107 * gdb.base/killed-outside.exp: New file.
14108 * gdb.base/killed-outside.c: New file.
14109
14110 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14111
14112 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14113 (n at main): New.
14114 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14115
14116 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14117
14118 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14119 infcall tests instead of setting up for KFAIL.
14120
14121 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14122
14123 * gdb.btrace/record_goto-step.exp: New.
14124
14125 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14126
14127 PR compile/18484
14128 * gdb.compile/compile.c (struct struct_type): Add volatile to
14129 selffield's type.
14130 * gdb.compile/compile.exp
14131 (compile code struct_object.selffield = &struct_object): Skip further
14132 struct_object tests if this one xfails.
14133
14134 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14135
14136 PR exp/18617
14137 * gdb.trace/ax.exp: Add test.
14138
14139 2015-07-07 Yao Qi <yao.qi@linaro.org>
14140
14141 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14142 instead of istarget "aarch64*-*-*".
14143 * gdb.arch/aarch64-fp.exp: Likewise.
14144 * gdb.base/float.exp: Likewise.
14145 * gdb.reverse/aarch64.exp: Likewise.
14146 * lib/gdb.exp (is_aarch64_target): New proc.
14147
14148 2015-07-07 Yao Qi <yao.qi@linaro.org>
14149
14150 * lib/gdb.exp (is_aarch32_target): New proc.
14151 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14152 instead of "istarget "arm*-*-*"".
14153 * gdb.arch/arm-disp-step.exp: Likewise.
14154 * gdb.arch/thumb-bx-pc.exp: Likewise.
14155 * gdb.arch/thumb-prologue.exp: Likewise.
14156 * gdb.arch/thumb-singlestep.exp: Likewise.
14157 * gdb.base/disp-step-syscall.exp: Likewise.
14158 * gdb.base/float.exp: Likewise.
14159
14160 2015-07-07 Yao Qi <yao.qi@linaro.org>
14161
14162 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14163 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14164
14165 2015-07-07 Yao Qi <yao.qi@linaro.org>
14166
14167 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14168 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14169 if it exists.
14170 * gdb.multi/multi-arch.exp: Likewise.
14171
14172 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14173
14174 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14175 print.
14176
14177 2015-07-07 Yao Qi <yao.qi@linaro.org>
14178
14179 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14180
14181 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14182
14183 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14184 '[' and ']' characters.
14185
14186 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14187
14188 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14189
14190 2015-06-29 Pedro Alves <palves@redhat.com>
14191
14192 PR threads/18127
14193 * gdb.threads/hand-call-new-thread.c: New file.
14194 * gdb.threads/hand-call-new-thread.c: New file.
14195
14196 2015-06-26 Keith Seitz <keiths@redhat.com>
14197 Doug Evans <dje@google.com>
14198
14199 PR 16253
14200 * gdb.cp/var-tag-2.cc: New file.
14201 * gdb.cp/var-tag-3.cc: New file.
14202 * gdb.cp/var-tag-4.cc: New file.
14203 * gdb.cp/var-tag.cc: New file.
14204 * gdb.cp/var-tag.exp: New file.
14205
14206 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14207
14208 * gdb.base/history-duplicates.exp: New test.
14209
14210 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14211
14212 * gdb.base/completion.exp: Test the completion of the "focus"
14213 command.
14214
14215 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14216
14217 * gdb.arch/amd64-prologue-skip.S: New file.
14218 * gdb.arch/amd64-prologue-skip.exp: New file.
14219
14220 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14221
14222 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14223 is_address_zero_readable check.
14224
14225 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14226
14227 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14228 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14229
14230 2015-06-24 Yao Qi <yao.qi@linaro.org>
14231
14232 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14233 linux targets.
14234
14235 2015-06-24 Yao Qi <yao.qi@linaro.org>
14236
14237 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14238 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14239 * gdb.base/siginfo-thread.exp: Likewise.
14240
14241 2015-06-22 Yao Qi <yao.qi@linaro.org>
14242
14243 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14244
14245 2015-06-22 Yao Qi <yao.qi@linaro.org>
14246
14247 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14248 aarch64*-*-*.
14249 (skip_hw_watchpoint_tests): Likewise.
14250
14251 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14252
14253 * gdb.base/gdbinit-history.exp: Test the interaction between
14254 setting GDBHISTSIZE and setting the history size via .gdbinit.
14255
14256 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14257
14258 PR gdb/16999
14259 * gdb.base/gdbhistsize-history.exp: New test.
14260
14261 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14262
14263 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14264 with GDBHISTSIZE.
14265 * gdb.base/readline.exp: Likewise.
14266
14267 2015-06-17 Yao Qi <yao.qi@linaro.org>
14268
14269 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14270 line.
14271
14272 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14273
14274 * gdb.base/gdbinit-history.exp: Add test case to check that
14275 an unlimited history file does not get truncated on exit.
14276
14277 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14278
14279 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14280 (VECTOR): New macro. Use it...
14281 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14282 ...for these typedefs.
14283 (int8, char1, int1, double1): New typedefs.
14284 (struct just_int2, struct two_int2): New structures.
14285 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14286 (add_structvecs, add_singlevecs): New functions.
14287 (main): Call add_some_intvecs twice.
14288 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14289 the compile and exit upon failure. Try compiling for the "native"
14290 architecture. Test inferior function calls with vector arguments
14291 and vector return value handling with "finish" and "return".
14292
14293 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14294
14295 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14296 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14297 PE file.
14298 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14299
14300 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14301
14302 PR breakpoints/16465
14303 * gdb.mi/mi-dprintf-pending.c: New file.
14304 * gdb.mi/mi-dprintf-pending.exp: New test.
14305 * gdb.mi/mi-dprintf-pendshr.c: New file.
14306
14307 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14308 Mircea Gherzan <mircea.gherzan@intel.com>
14309
14310 * gdb.arch/i386-mpx-map.c: New file.
14311 * gdb.arch/i386-mpx-map.exp: New File.
14312
14313 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14314
14315 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14316 * gdb.arch/i386-mpx.exp: Indentation fixed.
14317
14318 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14319
14320 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14321 function and improved indentation.
14322 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14323 gdb_test_multiple. Added additional tests to skip the test.
14324
14325 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14326
14327 * gdb.arch/i386-avx512.c: Change path in include file.
14328 * gdb.arch/i386-avx512.exp: Change include dir path
14329 compilation flag.
14330 * gdb.arch/i386-mpx.c: Change path in include file.
14331 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14332 flag.
14333
14334 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14335
14336 * gdb.compile/compile-print.exp (compile print *vararray@3)
14337 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14338
14339 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14340
14341 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14342 (do not keep jit in memory): ... this.
14343 (expect 5): Change it to ...
14344 (expect no 5): ... this.
14345
14346 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14347
14348 PR gdb/15564
14349 * gdb.mi/mi-detach.exp: New file.
14350
14351 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14352
14353 PR symtab/18392
14354 * gdb.arch/amd64-tailcall-self.S: New file.
14355 * gdb.arch/amd64-tailcall-self.c: New file.
14356 * gdb.arch/amd64-tailcall-self.exp: New file.
14357
14358 2015-05-28 Don Breazeal <donb@codesourcery.com>
14359
14360 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14361 tests for remote targets by checking is_target_gdbserver.
14362
14363 2015-05-27 Doug Evans <dje@google.com>
14364
14365 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14366 * gdb.dwarf2/opaque-type-lookup.c: New file.
14367 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14368
14369 2015-05-26 Doug Evans <dje@google.com>
14370
14371 * gdb.cp/iostream.cc: New file.
14372 * gdb.cp/iostream.exp: New file.
14373
14374 2015-05-26 Doug Evans <dje@google.com>
14375
14376 * gdb.dwarf2/dw2-op-call.exp: Update.
14377 * gdb.dwarf2/dw4-sig-types.exp: Update.
14378 * gdb.dwarf2/implptr.exp: Update.
14379 * gdb.mi/mi-cmd-param-changed.exp: Update.
14380
14381 2015-05-26 Doug Evans <dje@google.com>
14382
14383 * gdb.python/py-lazy-string.c: New file.
14384 * gdb.python/py-lazy-string.exp: New file.
14385 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14386 (main): Update. Add estring3.
14387 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14388 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14389
14390 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14391 Yao Qi <yao.qi@linaro.org>
14392
14393 * gdb.reverse/aarch64.c: New.
14394 * gdb.reverse/aarch64.exp: New.
14395
14396 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14397
14398 * lib/gdb.exp (supports_process_record): Return true for
14399 aarch64*-linux*.
14400 (supports_reverse): Likewise.
14401
14402 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14403
14404 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14405 Use with_test_prefix.
14406
14407 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14408
14409 * gdb.base/completion.exp: Add test for completion of layout
14410 names.
14411
14412 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14413
14414 * lib/gdb.exp (skip_tui_tests): New proc.
14415 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14416
14417 2015-05-19 Pedro Alves <palves@redhat.com>
14418
14419 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14420 Save the whole env array instead of just HOME. Unset HISTSIZE in
14421 the environment while testing. Restore whole environment
14422 afterwards.
14423
14424 2015-05-16 Doug Evans <xdje42@gmail.com>
14425
14426 * gdb.guile/scm-ports.c: New file.
14427 * gdb.guile/scm-ports.exp: Add memory port tests.
14428
14429 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14430
14431 * gdb.compile/compile-print.c: New file.
14432 * gdb.compile/compile-print.exp: New file.
14433
14434 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14435
14436 * gdb.compile/compile-ops.exp: Cast param to void.
14437 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14438 (compile code struct_object.selffield = &struct_object): Add xfail.
14439
14440 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14441
14442 * gdb.ada/arr_enum_with_gap: New testcase.
14443
14444 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14445
14446 * gdb.ada/byte_packed_arr: New testcase.
14447
14448 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14449
14450 * gdb.ada/pckd_neg: New testcase.
14451
14452 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14453
14454 PR gdb/17820
14455 * gdb.base/gdbinit-history.exp: New test.
14456 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14457 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14458
14459 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14460
14461 * gdb.python/py-xmethods.cc: Enhance test case.
14462 * gdb.python/py-xmethods.exp: New tests.
14463 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14464 function.
14465 (B_indexoper): Likewise.
14466 (global_dm_list) : Add new xmethod worker functions.
14467
14468 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14469
14470 * gdb.base/coredump-filter.exp: Correctly unset
14471 "coredump_var_addr" array.
14472
14473 2015-05-08 Pedro Alves <palves@redhat.com>
14474
14475 * gdb.server/non-existing-program.exp: Unset spawn_id.
14476
14477 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14478
14479 PR python/18291
14480 * gdb.python/py-xmethods.exp: Add tests.
14481
14482 2015-05-08 Yao Qi <yao.qi@linaro.org>
14483
14484 PR gdb/18208
14485 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14486 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14487 function set_coredump_filter, and remove remote_exec call.
14488 Remove argument ipid. Callers update.
14489 (top level): Don't get inferior's PID.
14490
14491 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14492
14493 * gdb.base/watch_thread_num.exp: Skip test on targets without
14494 access watchpoints.
14495
14496 2015-05-06 Pedro Alves <palves@redhat.com>
14497
14498 PR server/18081
14499 * gdb.server/non-existing-program.exp: New file.
14500
14501 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14502
14503 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14504
14505 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14506
14507 * gdb.ada/out_of_line_in_inlined: New testcase.
14508
14509 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14510
14511 * gdb.ada/var_rec_arr: New testcase.
14512
14513 2015-04-30 Yao Qi <yao.qi@linaro.org>
14514
14515 * gdb.base/break-idempotent.exp: If
14516 skip_hw_watchpoint_multi_tests returns true, skip the tests
14517 on "rwatch" and "awatch".
14518
14519 2015-04-30 Yao Qi <yao.qi@linaro.org>
14520
14521 * gdb.base/relativedebug.exp: Invoke gdb command
14522 "info sharedlibrary", and if libc.so doesn't have debug info,
14523 skip the test.
14524
14525 2015-04-29 Doug Evans <dje@google.com>
14526
14527 * gdb.python/py-xmethods.exp: Add ptype tests.
14528 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14529 get_result_type method.
14530
14531 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14532
14533 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14534 the target does not support hardware watchpoints.
14535
14536 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14537
14538 * gdb.base/break-always.exp: Abort testing if writing to memory
14539 causes an error.
14540
14541 2015-04-28 Doug Evans <dje@google.com>
14542
14543 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14544 * gdb.python/py-pp-registration.exp: ... here. New file.
14545 * gdb.python/py-pp-registration.c: New file.
14546 * gdb.python/py-pp-registration.py: New file.
14547
14548 2015-04-28 Doug Evans <dje@google.com>
14549
14550 * gdb.python/py-bad-printers.c: New file.
14551 * gdb.python/py-bad-printers.py: New file.
14552 * gdb.python/py-bad-printers.exp: New file.
14553
14554 2015-04-28 Sasha Smundak <asmundak@google.com>
14555
14556 * gdb.python/py-type.exp: New test.
14557
14558 2015-04-28 Andy Wingo <wingo@igalia.com>
14559
14560 * gdb.python/py-parameter.exp:
14561 * gdb.guile/scm-parameter.exp: Escape the path that we are
14562 matching against, as it might contain characters that are special
14563 to regular expressions.
14564
14565 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14566
14567 * gdb.ada/rec_comp: New testcase.
14568
14569 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14570
14571 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14572 before using it.
14573
14574 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14575
14576 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14577 new tests for verilog output.
14578
14579 2015-04-24 Yao Qi <yao.qi@linaro.org>
14580
14581 * boards/remote-gdbserver-on-localhost.exp: New file.
14582
14583 2015-04-23 Pedro Alves <palves@redhat.com>
14584
14585 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14586 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14587 "end of file", remove $inferior_spawn_id from the indirect list.
14588
14589 2015-04-23 Pedro Alves <palves@redhat.com>
14590
14591 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14592
14593 2015-04-23 Pedro Alves <palves@redhat.com>
14594
14595 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14596 on $any_spawn_id instead of only on $gdb_spawn_id.
14597
14598 2015-04-21 Pierre Muller <muller@sourceware.org>
14599
14600 PR pascal/17815
14601 * lib/pascal.exp (gpc_compile): Add new option "class".
14602 (fpc_compile): Likewise.
14603 * gdb.pascal/case-insensitive-symbols.pas: New file.
14604 * gdb.pascal/case-insensitive-symbols.exp: New file.
14605
14606 2015-04-20 Gary Benson <gbenson@redhat.com>
14607
14608 * gdb.base/attach.exp: Fix three extended remote failures.
14609
14610 2015-04-17 Gary Benson <gbenson@redhat.com>
14611
14612 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14613 the main executable over the remote protocol.
14614
14615 2015-04-16 Pedro Alves <palves@redhat.com>
14616
14617 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14618 a new gdbserver if gdbserver_reconnect_p is set.
14619
14620 2015-04-16 Pedro Alves <palves@redhat.com>
14621
14622 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14623 is set, don't exit gdbserver.
14624
14625 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14626
14627 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14628 appropriate .insn, such that an older assembler can be used.
14629 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14630 the z/Architecture instruction set on 31-bit targets as well.
14631
14632 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14633
14634 * gdb.go/handcall.exp: Remove all logic related to the first
14635 breakpoint and rely on go_runto_main instead.
14636 * gdb.go/strings.exp: Likewise.
14637 * gdb.go/unsafe.exp: Likewise.
14638 * gdb.go/hello.exp: Likewise. Also rename the remaining
14639 breakpoint marker to "breakpoint 1".
14640 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14641 * gdb.go/strings.go: Likewise.
14642 * gdb.go/unsafe.go: Likewise.
14643 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14644 "set breakpoint 2 here" and rename the remaining breakpoint marker
14645 to "breakpoint 1".
14646
14647 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14648
14649 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14650 if itertools.imap is not present.
14651 * gdb.python/py-objfile.exp: Add parentheses.
14652 * gdb.python/py-type.exp: Same.
14653 * gdb.python/py-unwind-maint.py: Same.
14654
14655 2015-04-15 Yao Qi <yao.qi@linaro.org>
14656
14657 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14658 of ":$ptr_size" and set its form explicitly.
14659
14660 2015-04-15 Pedro Alves <palves@redhat.com>
14661 Yao Qi <yao.qi@linaro.org>
14662
14663 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14664 timeout by factor of 4.
14665 (test_regular_watch): Likewise.
14666 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14667 * gdb.reverse/sigall-reverse.exp: Likewise.
14668 * gdb.reverse/until-precsave.exp: Likewise.
14669 * lib/gdb.exp (with_timeout_factor): New proc.
14670 (gdb_expect): Move some code to ...
14671 (get_largest_timeout): ... here. New procedure.
14672
14673 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14674
14675 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14676
14677 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14678
14679 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14680 to write to the .text section.
14681
14682 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14683
14684 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14685 Handle the case of targets that do not provide PID information.
14686
14687 2015-04-13 Yao Qi <yao.qi@linaro.org>
14688
14689 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14690 and use expect instead of gdb_expect.
14691
14692 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14693
14694 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14695 "coredump_var_addr" to avoid naming conflict with other testcases.
14696
14697 2015-04-10 Pedro Alves <palves@redhat.com>
14698
14699 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14700 gdb_test_sequence and gdb_assert.
14701
14702 2015-04-10 Pedro Alves <palves@redhat.com>
14703
14704 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14705 test messages that don't include the breakpoint address.
14706
14707 2015-04-10 Yao Qi <yao.qi@linaro.org>
14708
14709 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14710 false for some offset and width combinations which aren't
14711 supported by linux kernel.
14712
14713 2015-04-10 Pedro Alves <palves@redhat.com>
14714
14715 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14716 procedure, factored out from ...
14717 (top level): ... here. Add "set displaced-stepping" testing axis.
14718 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14719 parameter "displaced". Use it.
14720 (top level): Use foreach and add "set displaced-stepping" testing
14721 axis.
14722
14723 2015-04-10 Pedro Alves <palves@redhat.com>
14724
14725 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14726 Remove comment.
14727 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14728 both the address of the instruction that triggers the watchpoint
14729 and the address of the instruction immediately after, and use
14730 those addresses for the test. Fix comment.
14731
14732 2015-04-10 Pedro Alves <palves@redhat.com>
14733
14734 * gdb.base/sigstep.exp (breakpoint_to_handler)
14735 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14736 Test "backtrace" in handler.
14737 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14738 (top level): Add new "displaced" test axis to
14739 breakpoint_to_handler, breakpoint_to_handler_entry and
14740 breakpoint_over_handler.
14741
14742 2015-04-10 Pedro Alves <palves@redhat.com>
14743
14744 PR gdb/18216
14745 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14746
14747 2015-04-10 Yao Qi <yao.qi@linaro.org>
14748
14749 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14750 (test_add_rn_pc): New function.
14751 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14752 (top level): Invoke test_add_rn_pc.
14753
14754 2015-04-10 Pedro Alves <palves@redhat.com>
14755
14756 PR gdb/13858
14757 * gdb.base/step-over-no-symbols.exp: New file.
14758
14759 2015-04-09 Andy Wingo <wingo@igalia.com>
14760
14761 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14762 after the Python tests.
14763
14764 2015-04-08 Keith Seitz <keiths@redhat.com>
14765
14766 PR python/16699
14767 * gdb.python/py-completion.exp: New tests for completion.
14768 * gdb.python/py-completion.py (CompleteLimit1): New class.
14769 (CompleteLimit2): Likewise.
14770 (CompleteLimit3): Likewise.
14771 (CompleteLimit4): Likewise.
14772 (CompleteLimit5): Likewise.
14773 (CompleteLimit6): Likewise.
14774 (CompleteLimit7): Likewise.
14775
14776 2015-04-08 Pedro Alves <palves@redhat.com>
14777
14778 PR gdb/18214
14779 PR gdb/18216
14780 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14781 function.
14782 (main): Install it as SIGUSR1 handler.
14783 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14784 parameter. Always use "setup" as prefix. Toggle "set
14785 displaced-stepping" off/on depending on global. Don't switch to
14786 thread 1 here.
14787 (top level): Add displaced stepping "off/on" test axis. Update
14788 "setup" calls. Wrap each subtest with with_test_prefix. Test
14789 continuing with a queued signal in each thread.
14790
14791 2015-04-08 Pedro Alves <palves@redhat.com>
14792
14793 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14794 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14795 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14796 Return early if running to main fails.
14797 * gdb.trace/while-stepping.exp: Likewise.
14798
14799 2015-04-07 Pedro Alves <palves@redhat.com>
14800
14801 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14802 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14803 interact with inferior program.
14804
14805 2015-04-07 Pedro Alves <palves@redhat.com>
14806
14807 * lib/gdb.exp (inferior_spawn_id): New global.
14808 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14809 spawn id after processing the user code.
14810 (default_gdb_start): Set inferior_spawn_id.
14811 (send_inferior): New procedure.
14812 * lib/gdbserver-support.exp (gdbserver_start): Set
14813 inferior_spawn_id.
14814 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14815
14816 2015-04-07 Pedro Alves <palves@redhat.com>
14817
14818 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14819 * lib/gdbserver-support.exp (gdbserver_start): Make
14820 $server_spawn_id global.
14821 (gdbserver_start): Don't wait for gdbserver's spawn id with
14822 expect_background.
14823 (close_gdbserver): New procedure.
14824 (gdb_exit): Rename the default version and reimplement.
14825
14826 2015-04-07 Pedro Alves <palves@redhat.com>
14827
14828 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14829 append the substituted item, not the original item.
14830
14831 2015-04-07 Pedro Alves <palves@redhat.com>
14832
14833 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14834 gdb_expect.
14835
14836 2015-04-07 Pedro Alves <palves@redhat.com>
14837
14838 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14839 output appearing once only.
14840
14841 2015-04-07 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14844 that doesn't expect anything. Return early if running to main
14845 fails.
14846
14847 2015-04-07 Yao Qi <yao.qi@linaro.org>
14848
14849 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14850 (child_function): Call alarm.
14851 (main): Move call to alarm into the loop.
14852 * gdb.threads/non-stop-fair-events.exp: Build program with
14853 -DTIMEOUT=$timeout.
14854
14855 2015-04-06 Doug Evans <xdje42@gmail.com>
14856
14857 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14858 Fix dest parameter to board_info.
14859 (fpc_compile): Ditto.
14860 (gdb_compile_pascal): Rename dest arg to destfile.
14861
14862 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14863
14864 * gdb.ada/funcall_ref.exp: New file.
14865 * gdb.ada/funcall_ref/foo.adb: New file.
14866
14867 2015-04-02 Yao Qi <yao.qi@linaro.org>
14868
14869 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14870 is remote.
14871
14872 2015-04-02 Gary Benson <gbenson@redhat.com>
14873
14874 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14875
14876 2015-04-01 Sasha Smundak <asmundak@google.com>
14877
14878 * gdb.python/py-unwind-maint.c: New file.
14879 * gdb.python/py-unwind-maint.exp: New test.
14880 * gdb.python/py-unwind-maint.py: New file.
14881 * gdb.python/py-unwind.c: New file.
14882 * gdb.python/py-unwind.exp: New test.
14883 * gdb.python/py-unwind.py: New test.
14884
14885 2015-04-01 Pedro Alves <palves@redhat.com>
14886
14887 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14888 to fail instead of non-existent $test.
14889
14890 2015-04-01 Pedro Alves <palves@redhat.com>
14891
14892 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14893 GDBFLAGS if not empty.
14894
14895 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14896
14897 * gdb.ada/complete.exp: Remove "multi_line".
14898 * gdb.ada/info_exc.exp: Remove "multi_line".
14899 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14900 * gdb.ada/ptype_field.exp: Remove "multi_line".
14901 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14902 * gdb.ada/tagged.exp: Remove "multi_line".
14903 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14904 [multi_line ...]
14905 * gdb.btrace/delta.exp: Likewise.
14906 * gdb.btrace/exception.exp: Likewise.
14907 * gdb.btrace/function_call_history.exp: Likewise.
14908 * gdb.btrace/instruction_history.exp: Likewise.
14909 * gdb.btrace/nohist.exp: Likewise.
14910 * gdb.btrace/record_goto.exp: Likewise.
14911 * gdb.btrace/segv.exp: Likewise.
14912 * gdb.btrace/stepi.exp: Likewise.
14913 * gdb.btrace/tailcall.exp: Likewise.
14914 * gdb.btrace/unknown_functions.exp: Likewise.
14915 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14916 * lib/gdb.exp: Add the "multi_line" helper.
14917
14918 2015-04-01 Pedro Alves <palves@redhat.com>
14919
14920 * gdb.threads/tid-reuse.c: New file.
14921 * gdb.threads/tid-reuse.exp: New file.
14922
14923 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14924
14925 PR corefiles/16092
14926 * gdb.base/coredump-filter.c: New file.
14927 * gdb.base/coredump-filter.exp: Likewise.
14928
14929 2015-03-27 Petr Machata <pmachata@redhat.com>
14930
14931 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14932 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14933 (Dwarf::assemble): Initialize them.
14934 (Dwarf::lines): New function.
14935
14936 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14937
14938 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14939 SYMBOL_PREFIX for x86_64-*-cygwin.
14940
14941 2015-03-26 Andy Wingo <wingo@igalia.com>
14942
14943 PR symtab/18148
14944 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14945 const_value but not a location.
14946 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14947 location defined in non-main CUs are visible.
14948
14949 2015-03-26 Yao Qi <yao.qi@linaro.org>
14950
14951 PR testsuite/18139
14952 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14953 Add a line number entry for the same line.
14954 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14955 Add a line number entry for the same line.
14956
14957 2015-03-26 Yao Qi <yao.qi@linaro.org>
14958
14959 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14960 .int 0.
14961 (func): Likewise. Add .Lfunc_1 label.
14962 Use .Lfunc_1 label.
14963 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14964 .int 0.
14965 (func): Likewise.
14966 Use .Lfunc_1 label.
14967
14968 2015-03-26 Yao Qi <yao.qi@linaro.org>
14969
14970 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14971 Call gdb_compile instead to compile each .s files without debug
14972 information.
14973
14974 2015-03-26 Yao Qi <yao.qi@linaro.org>
14975
14976 * gdb.base/savedregs.exp (process_saved_regs): Make
14977 "Saved registers:" optional in the pattern.
14978
14979 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14980
14981 * gdb.btrace/next.exp: Merged into step.exp.
14982 * gdb.btrace/finish.exp: Merged into step.exp.
14983 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14984 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14985 "record goto" and checking the exact replay position.
14986 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14987 check for "Recording format" in "info record" output.
14988 * gdb.btrace/record_goto.exp: Choose test file based on target.
14989 * gdb.btrace/x86-record_goto.S: Renamed into ...
14990 * gdb.btrace/x86_64-record_goto.S: ... this.
14991 * gdb.btrace/i686-record_goto.S: New.
14992 * gdb.btrace/x86-tailcall.S: Renamed into ...
14993 * gdb.btrace/x86_64-tailcall.S: ... this.
14994 * gdb.btrace/i686-tailcall.S: New.
14995 * gdb.btrace/x86-tailcall.c: Renamed into ...
14996 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14997 separate statements. Update test.
14998 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14999 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15000 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15001 * gdb.btrace/tailcall.exp: Choose test file based on target.
15002 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15003
15004 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15005
15006 * gdb.btrace/exception.exp: Increase BTS buffer size.
15007
15008 2015-03-24 Pedro Alves <palves@redhat.com>
15009
15010 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15011
15012 2015-03-24 Pedro Alves <palves@redhat.com>
15013
15014 * gdb.threads/schedlock.exp (test_step): No longer expect that
15015 "set scheduler-locking step" with "next" over a function call runs
15016 threads unlocked.
15017
15018 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15019
15020 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15021
15022 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15023
15024 PR breakpoints/16466
15025 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15026 * gdb.mi/mi-pending.c (thread_func): New function.
15027 (int main): Add threading support required.
15028 * gdb.mi/mi-pending.exp: Add tests for this issue.
15029 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15030 (pendfunc2): Remove stdio dependency.
15031 * gdb.mi/mi-pendshr2.c: New file.
15032
15033 2015-03-23 Keith Seitz <keiths@redhat.com>
15034
15035 * gdb.linespec/keywords.c: New file.
15036 * gdb.linespec/keywords.exp: New file.
15037
15038 2015-03-23 Keith Seitz <keiths@redhat.com>
15039
15040 PR gdb/18021
15041 * gdb.dwarf2/staticvirtual.exp: New test.
15042
15043 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15044
15045 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15046 * README: Remove HP-UX and gdb.hp.
15047 (configuration):
15048 * configure: Regenerate.
15049 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15050 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15051 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15052 gdb.hp/gdb.defects/Makefile.
15053 * gdb.hp/Makefile.in: File deleted.
15054 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15055 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15056 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15057 * gdb.hp/gdb.aCC/run.c: File deleted.
15058 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15059 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15060 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15061 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15062 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15063 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15064 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15065 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15066 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15067 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15068 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15069 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15070 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15071 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15072 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15073 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15074 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15075 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15076 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15077 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15078 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15079 * gdb.hp/gdb.compat/average.c: File deleted.
15080 * gdb.hp/gdb.compat/sum.c: File deleted.
15081 * gdb.hp/gdb.compat/xdb.c: File deleted.
15082 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15083 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15084 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15085 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15086 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15087 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15088 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15089 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15090 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15091 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15092 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15093 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15094 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15095 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15096 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15097 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15098 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15099 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15100 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15101 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15102 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15103 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15104 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15105 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15106 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15107 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15108 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15109 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15110 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15111 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15112 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15113 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15114 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15115 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15116 * gdb.hp/tools/odump: File deleted.
15117
15118 2015-03-19 Pedro Alves <palves@redhat.com>
15119
15120 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15121 (saw_thread_3): New globals.
15122 (top level): Increment them when an event for the corresponding
15123 thread is seen.
15124 (no thread starvation): New test.
15125
15126 2015-03-19 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.threads/continue-pending-status.c: New file.
15129 * gdb.threads/continue-pending-status.exp: New file.
15130
15131 2015-03-18 Pedro Alves <palves@redhat.com>
15132
15133 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15134 Use gdb_is_target_remote instead of is_remote. Use
15135 gdb_test_multiple instead of gdb_expect. Exit early if
15136 gdb_test_multiple hits its internal matches. Tighten stepi tests
15137 expected output. Fail on exit with any signal, instead of just
15138 SIGILL.
15139
15140 2015-03-18 Yao Qi <yao.qi@linaro.org>
15141
15142 PR tdep/18107
15143 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15144 variable.
15145 * gdb.base/catch-syscall.exp: Don't skip it on
15146 aarch64*-*-linux* target. Remove elements in all_syscalls.
15147 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15148 target.
15149 (setup_all_syscalls): New proc.
15150
15151 2015-03-16 Yao Qi <yao.qi@linaro.org>
15152
15153 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15154 (top level): Skip tests if valid_addr_p returns false for
15155 $cmd1 or $cmd2.
15156
15157 2015-03-11 Andy Wingo <wingo@igalia.com>
15158
15159 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15160
15161 2015-03-11 Yao Qi <yao.qi@linaro.org>
15162
15163 * gdb.base/catch-syscall.exp: Fix typo in comments.
15164
15165 2015-03-11 Yao Qi <yao.qi@linaro.org>
15166
15167 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15168
15169 2015-03-09 Pedro Alves <palves@redhat.com>
15170
15171 * dg-extract-results.py: Delete.
15172
15173 2015-03-09 Pedro Alves <palves@redhat.com>
15174
15175 Merge dg-extract-results.sh from GCC upstream (r218843).
15176
15177 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15178 * dg-extract-results.sh: Use --text with grep to avoid issues with
15179 binary files. Fall back to cat -v, if that doesn't work.
15180
15181 2015-03-05 Pedro Alves <palves@redhat.com>
15182
15183 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15184
15185 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15186
15187 * lib/mi-support.exp (mi_expect_interrupt): Accept
15188 alternative event for when in all-stop mode.
15189
15190 2015-03-04 Pedro Alves <palves@redhat.com>
15191
15192 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15193
15194 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15195
15196 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15197
15198 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15199
15200 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15201 regexps for GDB's current line display, accept a hex address
15202 preceding the line number.
15203
15204 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15205
15206 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15207 the 'arch1' variable for "s390*-linux*" targets.
15208
15209 2015-03-04 Pedro Alves <palves@redhat.com>
15210
15211 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15212 (main): Pass missing retval argument to pthread_join call.
15213
15214 2015-03-02 Pedro Alves <palves@redhat.com>
15215
15216 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15217 (top level): Call do_test with non-stop as well.
15218
15219 2015-03-02 Pedro Alves <palves@redhat.com>
15220
15221 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15222 -1.
15223
15224 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15225
15226 * gdb.arch/s390-vregs.exp: New test.
15227 * gdb.arch/s390-vregs.S: New file.
15228
15229 2015-02-27 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15232 call to catch_command_errors.
15233 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15234 catch_command_errors.
15235
15236 2015-02-27 Pedro Alves <palves@redhat.com>
15237
15238 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15239 "true" for boolean result.
15240 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15241 prototype of main.
15242
15243 2015-02-27 Pedro Alves <palves@redhat.com>
15244
15245 * lib/unbuffer_output.c: New file.
15246 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15247 (main): Call gdb_unbuffer_output.
15248
15249 2015-02-27 Yao Qi <yao.qi@linaro.org>
15250
15251 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15252 target.
15253
15254 2015-02-26 Doug Evans <dje@google.com>
15255
15256 * gdb.cp/class2.cc (Dbase, D): New classes.
15257 (main): New local delta.
15258 * gdb.cp/class2.exp: Test printing delta.
15259 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15260 (dynbar): New global.
15261 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15262
15263 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15264
15265 * gdb.compile/compile-ifunc.c: New file.
15266 * gdb.compile/compile-ifunc.exp: New file.
15267
15268 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15269
15270 * gdb.base/structs.exp: Check for correct struct on finish.
15271
15272 2015-02-26 Yao Qi <yao.qi@linaro.org>
15273
15274 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15275 is zero.
15276
15277 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15278
15279 * gdb.arch/cordic.ko.bz2: New file.
15280 * gdb.arch/cordic.ko.debug.bz2: New file.
15281 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15282
15283 2015-02-25 Yao Qi <yao.qi@linaro.org>
15284
15285 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15286 aarch64*-*-* target.
15287
15288 2015-02-23 Pedro Alves <palves@redhat.com>
15289
15290 * lib/gdb.exp (delete_breakpoints): Rewrite using
15291 gdb_test_multiple.
15292
15293 2015-02-23 Pedro Alves <palves@redhat.com>
15294
15295 * gdb.base/info-os.c: Include stdlib.h.
15296
15297 2015-02-22 Doug Evans <xdje42@gmail.com>
15298
15299 PR symtab/17855
15300 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15301 is read after symbols have been re-read.
15302 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15303 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15304
15305 2015-02-21 Doug Evans <dje@google.com>
15306
15307 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15308
15309 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15310
15311 PR corefiles/17808
15312 * gdb.arch/i386-biarch-core.core.bz2: New file.
15313 * gdb.arch/i386-biarch-core.exp: New file.
15314
15315 2015-02-21 Pedro Alves <palves@redhat.com>
15316
15317 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15318 runto_main fails.
15319
15320 2015-02-20 Pedro Alves <palves@redhat.com>
15321
15322 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15323 info probes.
15324
15325 2015-02-20 Pedro Alves <palves@redhat.com>
15326
15327 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15328
15329 2015-02-20 Pedro Alves <palves@redhat.com>
15330
15331 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15332 clean_restart before gdb_target_supports_trace.
15333
15334 2015-02-20 Pedro Alves <palves@redhat.com>
15335
15336 PR threads/18006
15337 * gdb.threads/clone-thread_db.c: New file.
15338 * gdb.threads/clone-thread_db.exp: New file.
15339
15340 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15341
15342 PR breakpoints/16812
15343 * gdb.base/catch-gdb-caused-signals.c: New file.
15344 * gdb.base/catch-gdb-caused-signals.exp: New file.
15345
15346 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15347
15348 * configure: Regenerated.
15349 * configure.ac: Use GDB_AC_TRANSFORM.
15350 * aclocal.m4: sinclude ../transform.m4.
15351
15352 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15353
15354 * lib/dtrace.exp: New file.
15355 * gdb.base/dtrace-probe.exp: Likewise.
15356 * gdb.base/dtrace-probe.d: Likewise.
15357 * gdb.base/dtrace-probe.c: Likewise.
15358 * lib/pdtrace.in: Likewise.
15359 * configure.ac: Output variables with the transformed names of
15360 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15361 * configure: Regenerated.
15362
15363 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15364
15365 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15366 expected message when trying to access $_probe_* convenience
15367 variables while not on a probe.
15368
15369 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15370
15371 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15372
15373 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15374
15375 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15376 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15377
15378 2015-02-10 Doug Evans <xdje42@gmail.com>
15379
15380 * lib/gdb.exp (gdb_load): Always return a result.
15381
15382 2015-02-10 Pedro Alves <palves@redhat.com>
15383
15384 * gdb.threads/signal-sigtrap.c: New file.
15385 * gdb.threads/signal-sigtrap.exp: New file.
15386
15387 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15388
15389 * gdb.trace/no-attach-trace.c: New file.
15390 * gdb.trace/no-attach-trace.exp: New file.
15391
15392 2015-02-09 Mark Wielaard <mjw@redhat.com>
15393
15394 * gdb.dwarf2/atomic.c: New file.
15395 * gdb.dwarf2/atomic-type.exp: Likewise.
15396
15397 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15398
15399 * gdb.btrace/buffer-size.exp: Update "info record" output.
15400 * gdb.btrace/delta.exp: Update "info record" output.
15401 * gdb.btrace/enable.exp: Update "info record" output.
15402 * gdb.btrace/finish.exp: Update "info record" output.
15403 * gdb.btrace/instruction_history.exp: Update "info record" output.
15404 * gdb.btrace/next.exp: Update "info record" output.
15405 * gdb.btrace/nexti.exp: Update "info record" output.
15406 * gdb.btrace/step.exp: Update "info record" output.
15407 * gdb.btrace/stepi.exp: Update "info record" output.
15408 * gdb.btrace/nohist.exp: Update "info record" output.
15409
15410 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15411
15412 * gdb.btrace/buffer-size: New.
15413
15414 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15415
15416 * gdb.btrace/delta.exp: Update "info record" output.
15417 * gdb.btrace/enable.exp: Update "info record" output.
15418 * gdb.btrace/finish.exp: Update "info record" output.
15419 * gdb.btrace/instruction_history.exp: Update "info record" output.
15420 * gdb.btrace/next.exp: Update "info record" output.
15421 * gdb.btrace/nexti.exp: Update "info record" output.
15422 * gdb.btrace/step.exp: Update "info record" output.
15423 * gdb.btrace/stepi.exp: Update "info record" output.
15424 * gdb.btrace/nohist.exp: Update "info record" output.
15425
15426 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15427
15428 PR gdb/15678
15429 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15430
15431 2015-02-06 Pedro Alves <palves@redhat.com>
15432
15433 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15434 macro.
15435 (seconds_left, again): New globals.
15436 (main): Wait seconds_left in a 1-second sleep loop instead of
15437 sleeping 180 seconds. If 'again' is set, reset the seconds
15438 counter.
15439 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15440 'again' in the inferior before detaching. Print the seconds left.
15441 (options): New global.
15442 (top level): Build program with -DTIMEOUT=$timeout.
15443
15444 2015-02-06 Pedro Alves <palves@redhat.com>
15445
15446 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15447 determine how many seconds to pass to 'alarm'.
15448 * gdb.base/gdb-sigterm.exp (top level): Build program with
15449 -DTIMEOUT=$timeout.
15450 (do_test): Return success/failure indication. Add more verbose
15451 logging. Don't fail if 200 single steps are seen. Instead, fail
15452 when the test times out.
15453 (passes): New global.
15454 (top level): Break the testing loop if testing fails on any
15455 iteration. Use gdb_assert.
15456
15457 2015-02-04 Don Breazeal <donb@codesourcery.com>
15458
15459 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15460 and initialize them.
15461 (ipc_cleanup): New function.
15462 (main): Don't declare shmid, semid, and msqid. Add a call to
15463 atexit so that we call ipc_cleanup on exit.
15464
15465 2015-02-04 Pedro Alves <palves@redhat.com>
15466
15467 * boards/native-extended-gdbserver.exp: Remove any target variant
15468 specifications from the board name before clearing the isremote
15469 flag from board_info.
15470
15471 2015-01-31 Doug Evans <xdje42@gmail.com>
15472
15473 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15474
15475 2015-01-31 Gary Benson <gbenson@redhat.com>
15476
15477 * gdb.base/completion.exp: Disable completion limiting for
15478 existing tests. Add new tests to check completion limiting.
15479 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15480
15481 2015-01-31 Doug Evans <xdje42@gmail.com>
15482
15483 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15484
15485 2015-01-31 Doug Evans <xdje42@gmail.com>
15486
15487 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15488 entries. Duplicate file section script entries.
15489 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15490 inlined entries. Add test for safe-path rejection.
15491 * gdb.python/py-section-script.c: Add duplicate inlined section script
15492 entries. Duplicate file section script entries.
15493 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15494 inlined entries. Add test for safe-path rejection.
15495
15496 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15497
15498 * gdb.ada/disc_arr_bound: New testcase.
15499
15500 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15501
15502 * gdb.ada/mi_var_array: New testcase.
15503
15504 2015-01-27 Doug Evans <dje@google.com>
15505
15506 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15507 Add test for objfile.filename, objfile.username after objfile
15508 has been unloaded.
15509
15510 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15511
15512 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15513 the second test to print the name attribute of value
15514 returned by the call to gdb.lookup_type, and adjust
15515 the expected output accordingly.
15516
15517 2015-01-25 Mark Wielaard <mjw@redhat.com>
15518
15519 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15520 * gdb.base/disp-step-fork.c: Include unistd.h.
15521 * gdb.base/siginfo-obj.c: Include stdio.h.
15522 * gdb.base/siginfo-thread.c: Likewise.
15523 * gdb.mi/non-stop.c: Include unistd.h.
15524 * gdb.mi/nsthrexec.c: Include stdio.h.
15525 * gdb.mi/pthreads.c: Include unistd.h.
15526 * gdb.modula2/unbounded1.c (main): Declare returns int.
15527 * gdb.reverse/consecutive-reverse.c: Likewise.
15528 * gdb.threads/create-fail.c: Include unistd.h.
15529 * gdb.threads/killed.c: Likewise.
15530 * gdb.threads/linux-dp.c: Likewise.
15531 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15532 * gdb.threads/non-ldr-exc-2.c: Likewise.
15533 * gdb.threads/non-ldr-exc-3.c: Likewise.
15534 * gdb.threads/non-ldr-exc-4.c: Likewise.
15535 * gdb.threads/pthreads.c: Include unistd.h.
15536 (main): Declare returns int.
15537 * gdb.threads/tls-main.c (foo): New declaration.
15538 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15539
15540 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15541
15542 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15543 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15544
15545 2015-01-15 Mark Wielaard <mjw@redhat.com>
15546
15547 * gdb.base/noreturn-return.c: New file.
15548 * gdb.base/noreturn-return.exp: New file.
15549 * gdb.base/noreturn-finish.c: New file.
15550 * gdb.base/noreturn-finish.exp: New file.
15551
15552 2015-01-23 Pedro Alves <palves@redhat.com>
15553
15554 * gdb.threads/continue-pending-after-query.c: New file.
15555 * gdb.threads/continue-pending-after-query.exp: New file.
15556
15557 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15558 Simon Marchi <simon.marchi@ericsson.com>
15559
15560 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15561 * gdb.base/valgrind-db-attach.exp: Same.
15562 * gdb.base/valgrind-infcall.exp: Same.
15563 * lib/mi-support.exp (default_mi_gdb_start): Same.
15564 * lib/prompt.exp (default_prompt_gdb_start): Same.
15565 * lib/gdb.exp (default_gdb_spawn): Same.
15566 (gdb_interact): New.
15567
15568
15569 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15570
15571 * gdb.compile/compile.exp (pointer to jit function): New test.
15572
15573 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15574
15575 * lib/gdb.exp (supports_process_record): Return true for
15576 powerpc*-*-linux*.
15577 (supports_reverse): Likewise.
15578
15579 2015-01-15 Don Breazeal <donb@codesourcery.com>
15580
15581 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15582 instead of checking whether the target board is remote and
15583 use spawn_wait_for_attach instead of exec/sleep.
15584 * gdb.base/attach-twice.exp: Likewise.
15585
15586 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15587
15588 * gdb.ada/var_arr_attrs: New testcase.
15589
15590 2015-01-14 Pedro Alves <palves@redhat.com>
15591 Joel Brobecker <brobecker@adacore.com>
15592
15593 PR gdb/17525
15594 * gdb.base/bp-cmds-execution-x-script.c: New file.
15595 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15596 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15597
15598 2015-01-14 Pedro Alves <palves@redhat.com>
15599
15600 PR cli/17828
15601 * gdb.base/batch-preserve-term-settings.c: New file.
15602 * gdb.base/batch-preserve-term-settings.exp: New file.
15603
15604 2015-01-13 Doug Evans <dje@google.com>
15605
15606 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15607 binary.
15608
15609 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15610
15611 * Makefile.in (clean mostlyclean): Do not delete *.py.
15612
15613 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15614
15615 * gdb.python/py-lookup-type.exp: New file.
15616
15617 2015-01-12 Pedro Alves <palves@redhat.com>
15618
15619 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15620 restore GDBFLAGS before returning.
15621
15622 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15623
15624 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15625 is_amd64_regs_target and is_x86_like_target.
15626
15627 2015-01-11 Doug Evans <xdje42@gmail.com>
15628
15629 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15630 is given without an explicit form.
15631 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15632 attributes.
15633 * gdb.dwarf/corrupt.exp: Ditto.
15634 * gdb.dwarf2/enum-type.exp: Ditto.
15635 * gdb.trace/entry-values.exp: Ditto.
15636 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15637
15638 2015-01-11 Doug Evans <xdje42@gmail.com>
15639
15640 PR gdb/15830
15641 * gdb.base/maint.exp: Remove references to "maint demangle".
15642 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15643 Add tests for explicitly specifying language to demangle.
15644 * gdb.dlang/demangle.exp: Ditto.
15645
15646 2015-01-09 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.threads/non-stop-fair-events.c: New file.
15649 * gdb.threads/non-stop-fair-events.exp: New file.
15650
15651 2015-01-09 Pedro Alves <palves@redhat.com>
15652
15653 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15654 the global scope. Set a breakpoint after all threads are started
15655 rather than stepping over two source lines. Expect the prompt.
15656 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15657 global.
15658 (NUM): Now 15.
15659 (main): Use threads_started_barrier to wait for all threads to
15660 start. Main thread no longer calls thread_function. Exit after
15661 180 seconds.
15662 (loop): New function.
15663 (thread_function): Wait on threads_started_barrier barrier. Call
15664 'loop' at each iteration.
15665 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15666 threads have started, instead of hardcoding number of "next"
15667 steps. Use an access watchpoint instead of a write watchpoint.
15668
15669 2015-01-09 Pedro Alves <palves@redhat.com>
15670
15671 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15672 (thread_func): Wait on barrier.
15673 (main): Wait for all threads to start before stopping GDB.
15674 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15675 global.
15676 (thread1_func, thread2_func): Wait on barrier.
15677 (main): Wait for all threads to start before stopping GDB.
15678 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15679 New global.
15680 (thread1_func, thread2_func): Wait on barrier.
15681 (main): Wait for all threads to start before stopping GDB.
15682
15683 2015-01-09 Pedro Alves <palves@redhat.com>
15684
15685 * gdb.threads/attach-many-short-lived-threads.c: New file.
15686 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15687
15688 2014-01-09 Pedro Alves <palves@redhat.com>
15689
15690 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15691 instead of to thread 2.
15692 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15693 Add barrier around each pthread_create call instead of around all
15694 calls.
15695 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15696 Set a break on thread_function and have the child threads hit it
15697 one at at a time.
15698
15699 2015-01-09 Pedro Alves <palves@redhat.com>
15700
15701 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15702 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15703 false.
15704 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15705 checking whether the target board is remote.
15706 * gdb.multi/multi-attach.exp: Likewise.
15707 * gdb.python/py-sync-interp.exp: Likewise.
15708 * gdb.server/ext-attach.exp: Likewise.
15709 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15710 tests that need to attach, instead of checking whether the target
15711 board is remote at the top of the file.
15712
15713 2015-01-08 Yao Qi <yao@codesourcery.com>
15714
15715 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15716
15717 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15718
15719 Fix testcase compilation.
15720 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15721
15722 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15723
15724 * gdb.python/py-type.exp: Add a couple test about empty
15725 array creation, and negative-length array creation.
15726
15727 2015-01-02 Doug Evans <xdje42@gmail.com>
15728
15729 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15730
15731 2015-01-02 Doug Evans <dje@google.com>
15732
15733 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15734
15735 2014-12-29 Yao Qi <yao@codesourcery.com>
15736
15737 * gdb.trace/entry-values.exp: Update comments. Rename variable
15738 bar_call_foo to returned_from_foo.
15739
15740 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15741
15742 PR gdb/17394
15743 * gdb.linespec/break-asm-file.c: New file.
15744 * gdb.linespec/break-asm-file.exp: New file.
15745 * gdb.linespec/break-asm-file0.s: New file.
15746 * gdb.linespec/break-asm-file1.s: New file.
15747
15748 2014-12-18 Nigel Stephens <nigel@mips.com>
15749 Maciej W. Rozycki <macro@codesourcery.com>
15750
15751 * gdb.base/float.exp: Handle the new output from "info float" on
15752 MIPS targets.
15753
15754 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15755
15756 Fix MinGW compilation.
15757 * gdb.compile/compile-ops.exp: Update untested message if
15758 !skip_compile_feature_tests.
15759 * gdb.compile/compile-setjmp.exp: Likewise.
15760 * gdb.compile/compile-tls.exp: Likewise.
15761 * gdb.compile/compile.exp: Likewise.
15762 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15763 supported on this host".
15764
15765 2014-12-16 Doug Evans <xdje42@gmail.com>
15766
15767 * boards/stabs.exp: New file.
15768
15769 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15770
15771 * gdb.base/completion.exp: Adjust to format changes of "maint
15772 print user-registers".
15773
15774 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15775
15776 PR server/17457
15777 * gdb.arch/aarch64-fp.c: New file.
15778 * gdb.arch/aarch64-fp.exp: New file.
15779
15780 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15781
15782 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15783 r210637, r210913, r211666, r215400, r215817).
15784
15785 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15786 * dg-extract-results.py: New file.
15787 * dg-extract-results.sh: Use it if the environment seems
15788 suitable.
15789
15790 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15791
15792 * dg-extract-results.py (parse_run): Handle warnings that
15793 are printed before a test harness is run.
15794
15795 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15796
15797 * dg-extract-results.py (Named): Remove __cmp__ method.
15798 (output_variation): Use a key to sort variation.harnesses.
15799
15800 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15801
15802 * dg-extract-results.py: For Python 3, force sys.stdout to
15803 handle surrogate escape sequences.
15804 (safe_open): New function.
15805 (output_segment, main): Use it.
15806
15807 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15808
15809 * dg-extract-results.py (Prog.result_re): Include options
15810 in test name.
15811
15812 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15813
15814 * dg-extract-results.py (output_variation): Always sort if
15815 do_sum.
15816
15817 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15818
15819 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15820 as long as we get pagination notifications.
15821
15822 2014-12-15 Jason Merrill <jason@redhat.com>
15823
15824 * Makefile.in (check-gdb.%): Restore.
15825 * README: Mention it.
15826
15827 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15828
15829 * gdb.ada/str_uninit: New testcase.
15830
15831 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15832
15833 PR symtab/17642
15834 * gdb.base/vla-stub-define.c: New file.
15835 * gdb.base/vla-stub.c: New file.
15836 * gdb.base/vla-stub.exp: New file.
15837
15838 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15839 Jan Kratochvil <jan.kratochvil@redhat.com>
15840 Tom Tromey <tromey@redhat.com>
15841
15842 * configure.ac: Add gdb.compile/.
15843 * configure: Regenerate.
15844 * gdb.compile/Makefile.in: New file.
15845 * gdb.compile/compile-ops.exp: New file.
15846 * gdb.compile/compile-ops.c: New file.
15847 * gdb.compile/compile-tls.c: New file.
15848 * gdb.compile/compile-tls.exp: New file.
15849 * gdb.compile/compile-constvar.S: New file.
15850 * gdb.compile/compile-constvar.c: New file.
15851 * gdb.compile/compile-mod.c: New file.
15852 * gdb.compile/compile-nodebug.c: New file.
15853 * gdb.compile/compile-setjmp-mod.c: New file.
15854 * gdb.compile/compile-setjmp.c: New file.
15855 * gdb.compile/compile-setjmp.exp: New file.
15856 * gdb.compile/compile-shlib.c: New file.
15857 * gdb.compile/compile.c: New file.
15858 * gdb.compile/compile.exp: New file.
15859 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15860
15861 2014-12-12 Tom Tromey <tromey@redhat.com>
15862
15863 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15864 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15865
15866 2014-12-12 Doug Evans <dje@google.com>
15867
15868 * lib/gdb-python.exp (get_python_valueof): New function.
15869 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15870
15871 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15872
15873 * gdb.base/completion.exp: Add test for completion of "info
15874 registers ".
15875
15876 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15877
15878 * gdb.base/func-ptrs.c: New file.
15879 * gdb.base/func-ptrs.exp: New file.
15880
15881 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15882
15883 PR breakpoints/17012
15884 * gdb.base/dprintf-detach.c: New file.
15885 * gdb.base/dprintf-detach.exp: New file.
15886
15887 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15888
15889 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15890 * lib/gdb.exp (target_is_gdbserver): New procedure.
15891
15892 2014-12-08 Doug Evans <dje@google.com>
15893
15894 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15895
15896 2014-12-05 Yao Qi <yao@codesourcery.com>
15897
15898 * gdb.guile/scm-error.exp: Remove the third argument to
15899 gdb_remote_download.
15900 * gdb.guile/scm-frame-args.exp: Likewise.
15901 * gdb.guile/scm-section-script.exp: Likewise.
15902
15903 2014-12-05 Yao Qi <yao@codesourcery.com>
15904
15905 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15906
15907 2014-12-04 Doug Evans <dje@google.com>
15908
15909 * gdb.python/py-objfile.exp: Add tests for
15910 objfile.add_separate_debug_file.
15911
15912 2014-12-04 Doug Evans <dje@google.com>
15913
15914 * lib/gdb.exp (get_build_id): New function.
15915 (build_id_debug_filename_get): Rewrite to use it.
15916 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15917
15918 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15919
15920 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15921 `method(long)', not just 0x0.
15922 * gdb.cp/nsalias.exp: Align code labels to 4.
15923 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15924 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15925 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15926 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15927 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15928 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15929
15930 2014-12-02 Doug Evans <dje@google.com>
15931
15932 PR symtab/17602
15933 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15934 * gdb.cp/anon-ns2.cc: ... here. New file.
15935 * gdb.cp/anon-ns.exp: Update.
15936
15937 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15938
15939 * gdb.python/py-events.py (inferior_call_handler): New.
15940 (register_changed_handler, memory_changed_handler): New.
15941 (test_events.invoke): Register new handlers.
15942 * gdb.python/py-events.exp: Add tests for inferior call,
15943 memory_changed and register_changed events.
15944
15945 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15946
15947 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15948 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15949 if the linker doesn't understand this.
15950
15951 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15952
15953 * gdb.python/python.exp: Change expected reply to help().
15954
15955 2014-12-01 Yao Qi <yao@codesourcery.com>
15956
15957 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15958 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15959 * configure: Re-generated.
15960
15961 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15962
15963 * gdb.cp/chained-calls.cc: New file.
15964 * gdb.cp/chained-calls.exp: New file.
15965 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15966
15967 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15968
15969 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15970 * gdb.dwarf2/symtab-producer.exp: Same.
15971 * gdb.gdb/python-interrupts.exp: Same.
15972 * gdb.gdb/python-selftest.exp: Same.
15973 * gdb.python/py-linetable.exp: Same.
15974 * gdb.python/py-type.exp: Same.
15975 * gdb.python/py-value-cc.exp: Same.
15976 * gdb.python/py-value.exp: Same.
15977
15978 2014-11-28 Yao Qi <yao@codesourcery.com>
15979
15980 * gdb.base/break-probes.exp: Match library name prefixed with
15981 sysroot.
15982
15983 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15984
15985 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15986 test expected output. Add parentheses for the call to print.
15987 Remove L suffix from integers.
15988
15989 2014-11-26 Doug Evans <dje@google.com>
15990
15991 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15992
15993 2014-11-22 Yao Qi <yao@codesourcery.com>
15994
15995 * gdb.trace/entry-values.c: Remove asms.
15996 (foo): Add foo_label.
15997 (bar): Add bar_label.
15998 * gdb.trace/entry-values.exp: Remove code computing foo's
15999 length and bar's length.
16000 (Dwarf::assemble): Invoke function_range for bar and use
16001 MACRO_AT_func for foo.
16002
16003 2014-11-22 Yao Qi <yao@codesourcery.com>
16004
16005 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16006 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16007 Use .Lgcc43_procstart instead of gcc43.
16008
16009 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16010
16011 * gdb.ada/n_arr_bound: New testcase.
16012
16013 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16014
16015 PR breakpoints/10737
16016 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16017 test_catch_syscall_multi_arch.
16018 (test_catch_syscall_multi_arch): New function.
16019
16020 2014-11-20 Doug Evans <xdje42@gmail.com>
16021
16022 * gdb.base/maint.exp: Update expected output.
16023
16024 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16025
16026 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16027 4-byte instruction on S390.
16028
16029 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16030
16031 * gdb.ada/arr_arr: New testcase.
16032
16033 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16034
16035 * gdb.ada/pkd_arr_elem: New Testcase.
16036
16037 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16038
16039 * gdb.reverse/break-precsave: Expect completion message for
16040 core file reads.
16041 * gdb.reverse/consecutive-precsave.exp: Likewise.
16042 * gdb.reverse/finish-precsave.exp: Likewise.
16043 * gdb.reverse/i386-precsave.exp: Likewise.
16044 * gdb.reverse/machinestate-precsave.exp: Likewise.
16045 * gdb.reverse/sigall-precsave.exp: Likewise.
16046 * gdb.reverse/solib-precsave.exp: Likewise.
16047 * gdb.reverse/step-precsave.exp: Likewise.
16048 * gdb.reverse/until-precsave.exp: Likewise.
16049 * gdb.reverse/watch-precsave.exp: Likewise.
16050
16051 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16052
16053 * gdb.base/bp-permanent.c: Include unistd.h.
16054 * gdb.python/py-framefilter-mi.c (main): Add return type.
16055 * gdb.python/py-framefilter.c (main): Likewise.
16056 * gdb.trace/actions-changed.c (main): Likewise.
16057
16058 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16059
16060 * gdb.mi/until.c: Add eye-catchers.
16061 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16062 line numbers.
16063
16064 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16065
16066 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16067 function header variants in break1.c.
16068 * gdb.base/ena-dis-br.exp: Likewise.
16069 * gdb.base/hbreak2.exp: Likewise.
16070 * gdb.reverse/until-precsave.exp: Drop references to removed
16071 non-prototype function header variants in ur1.c.
16072 * gdb.reverse/until-reverse.exp: Likewise.
16073
16074 2014-11-17 Petr Machata <pmachata@redhat.com>
16075
16076 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16077 ${_cu_offset_size} bytes abbrev offset.
16078
16079 2014-11-15 Doug Evans <xdje42@gmail.com>
16080
16081 PR symtab/17559
16082 * gdb.base/line-symtabs.exp: New file.
16083 * gdb.base/line-symtabs.c: New file.
16084 * gdb.base/line-symtabs.h: New file.
16085
16086 2014-11-14 Yao Qi <yao@codesourcery.com>
16087
16088 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16089 (func): Add label func_label.
16090 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16091 Replace low_pc and high_pc with MACRO_AT_range.
16092 Replace name, low_pc and high_pc with MACRO_AT_func.
16093
16094 2014-11-14 Yao Qi <yao@codesourcery.com>
16095
16096 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16097 Replace name, low_pc and high_pc with MACRO_AT_func.
16098
16099 2014-11-14 Yao Qi <yao@codesourcery.com>
16100
16101 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16102 produce debug information.
16103 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16104
16105 2014-11-14 Yao Qi <yao@codesourcery.com>
16106
16107 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16108 object and get function length.
16109 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16110 with MACRO_AT_func.
16111 (top-level): Replace gdb_compile and clean_restart with
16112 prepare_for_testing.
16113 * gdb.dwarf2/main.c (main): Add label main_label.
16114
16115 2014-11-14 Yao Qi <yao@codesourcery.com>
16116
16117 * lib/dwarf.exp (function_range): New procedure.
16118 (Dwarf::_handle_macro_at_func): New procedure.
16119 (Dwarf::_handle_macro_at_range): New procedure.
16120 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16121
16122 2014-11-14 Yao Qi <yao@codesourcery.com>
16123
16124 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16125 (_handle_attribute): New procedure.
16126
16127 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16128
16129 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16130 * gdb.base/call-sc.c (zed): Likewise.
16131 * gdb.base/checkpoint.c (main): Likewise.
16132 * gdb.base/dump.c (main): Likewise.
16133 * gdb.base/gcore.c (main): Likewise.
16134 * gdb.base/huge.c (main): Likewise.
16135 * gdb.base/multi-forks.c (main): Likewise.
16136 * gdb.base/pr10179-a.c (main): Likewise.
16137 * gdb.base/savedregs.c (main): Likewise.
16138 * gdb.base/sigaltstack.c (main): Likewise.
16139 * gdb.base/siginfo.c (main): Likewise.
16140 * gdb.base/structs.c (zed): Likewise.
16141 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16142 * gdb.mi/mi-syn-frame.c (main): Likewise.
16143 * gdb.mi/until.c (foo, main): Likewise.
16144 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16145 * gdb.base/solib-weak.c (foo): Declare.
16146 * gdb.base/attach-twice.c: Include stdio.h.
16147 * gdb.base/weaklib1.c: Likewise.
16148 * gdb.base/weaklib2.c: Likewise.
16149 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16150 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16151 unistd.h.
16152 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16153 * gdb.mi/mi-exit-code.c: Likewise.
16154 * gdb.base/break-interp-lib.c: Include string.h.
16155 * gdb.base/coremaker.c: Likewise.
16156 * gdb.base/testenv.c: Likewise.
16157 * gdb.python/py-finish-breakpoint.c: Likewise.
16158 * gdb.base/inferior-died.c: Include sys/wait.h.
16159 * gdb.base/fileio.c: Include time.h.
16160 * gdb.base/async-shell.c: Include unistd.h.
16161 * gdb.base/dprintf-non-stop.c: Likewise.
16162 * gdb.base/info-os.c: Likewise.
16163 * gdb.mi/mi-console.c: Likewise.
16164 * gdb.mi/watch-nonstop.c: Likewise.
16165 * gdb.python/py-events.c: Likewise.
16166 * gdb.base/async.c (baz): Move up before its invocation.
16167 * gdb.base/code_elim2.c (my_global_func): Likewise.
16168 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16169 * gdb.base/advance.c (func2): Likewise.
16170
16171 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16172
16173 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16174 variant.
16175 * gdb.base/annota3.c: Likewise.
16176 * gdb.base/async.c: Likewise.
16177 * gdb.base/average.c: Likewise.
16178 * gdb.base/call-ar-st.c: Likewise.
16179 * gdb.base/call-rt-st.c: Likewise.
16180 * gdb.base/call-sc.c: Likewise.
16181 * gdb.base/call-strs.c: Likewise.
16182 * gdb.base/ending-run.c: Likewise.
16183 * gdb.base/execd-prog.c: Likewise.
16184 * gdb.base/exprs.c: Likewise.
16185 * gdb.base/foll-exec.c: Likewise.
16186 * gdb.base/foll-fork.c: Likewise.
16187 * gdb.base/foll-vfork.c: Likewise.
16188 * gdb.base/funcargs.c: Likewise.
16189 * gdb.base/gcore.c: Likewise.
16190 * gdb.base/jump.c: Likewise.
16191 * gdb.base/langs0.c: Likewise.
16192 * gdb.base/langs1.c: Likewise.
16193 * gdb.base/langs2.c: Likewise.
16194 * gdb.base/mips_pro.c: Likewise.
16195 * gdb.base/nodebug.c: Likewise.
16196 * gdb.base/opaque0.c: Likewise.
16197 * gdb.base/opaque1.c: Likewise.
16198 * gdb.base/recurse.c: Likewise.
16199 * gdb.base/run.c: Likewise.
16200 * gdb.base/scope0.c: Likewise.
16201 * gdb.base/scope1.c: Likewise.
16202 * gdb.base/setshow.c: Likewise.
16203 * gdb.base/setvar.c: Likewise.
16204 * gdb.base/shmain.c: Likewise.
16205 * gdb.base/shr1.c: Likewise.
16206 * gdb.base/shr2.c: Likewise.
16207 * gdb.base/sigall.c: Likewise.
16208 * gdb.base/signals.c: Likewise.
16209 * gdb.base/so-indr-cl.c: Likewise.
16210 * gdb.base/solib2.c: Likewise.
16211 * gdb.base/structs.c: Likewise.
16212 * gdb.base/sum.c: Likewise.
16213 * gdb.base/vforked-prog.c: Likewise.
16214 * gdb.base/watchpoint.c: Likewise.
16215 * gdb.reverse/shr2.c: Likewise.
16216 * gdb.reverse/until-reverse.c: Likewise.
16217 * gdb.reverse/ur1.c: Likewise.
16218 * gdb.reverse/watch-reverse.c: Likewise.
16219
16220 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16221
16222 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16223 variant.
16224 * gdb.base/sepdebug.exp: Drop references to removed code.
16225
16226 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16227
16228 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16229 variant. Preserve original line numbering.
16230 * gdb.base/list1.c: Likewise.
16231
16232 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16233
16234 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16235 variant.
16236 * gdb.base/break1.c: Likewise.
16237 * gdb.base/break.exp: Drop references to removed code.
16238
16239 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16240
16241 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16242 variant.
16243
16244 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16245
16246 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16247
16248 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16249
16250 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16251 logic into perform_all_tests() and invoke it with and without
16252 function header prototypes.
16253 (do_function_calls): Remove conditional XFAIL for PR 5318.
16254 (rerun_and_prepare): Remove duplicate code.
16255 (perform_all_tests): New. Main logic moved here.
16256
16257 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16258
16259 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16260 code guarded by #ifdef NO_PROTOTYPES.
16261 (t_double_many_args): Likewise.
16262 (DEF_FUNC_MANY_ARGS_1): Likewise.
16263 (DEF_FUNC_VALUES_1): Likewise.
16264 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16265 guarded by #ifdef PROTOTYPES.
16266
16267 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16268
16269 * gdb.mi/mi-console.c: Add eye-catcher.
16270 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16271 instead of literal line number.
16272
16273 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16274
16275 * gdb.base/shr2.c: Add eye-catcher.
16276 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16277 line number.
16278
16279 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16280
16281 * gdb.base/jump.c: Add eye-catchers.
16282 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16283 numbers.
16284
16285 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16286
16287 * gdb.base/execd-prog.c: Add eye-catchers.
16288 * gdb.base/foll-exec.c: Likewise.
16289 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16290 line numbers.
16291
16292 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16293
16294 * gdb.base/ending-run.c: Add eye-catchers.
16295 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16296 literal line numbers.
16297
16298 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16299
16300 * gdb.base/call-rt-st.c: Add eye-catchers.
16301 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16302 literal line numbers.
16303
16304 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16305
16306 * gdb.base/call-ar-st.c: Add eye-catchers.
16307 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16308 literal line numbers.
16309
16310 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16311
16312 * gdb.base/average.c: Add eye-catchers.
16313 * gdb.base/sum.c: Likewise.
16314 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16315 regexps dynamically.
16316
16317 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16318
16319 * gdb.base/solib1.c: Add eye-catchers.
16320 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16321 literal line numbers.
16322
16323 2014-11-12 Pedro Alves <palves@redhat.com>
16324
16325 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16326 leader has exited.
16327
16328 2014-11-12 Pedro Alves <palves@redhat.com>
16329
16330 * gdb.arch/i386-bp_permanent.c: New file.
16331 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16332 (srcfile): Set to i386-bp_permanent.c.
16333 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16334 that stepi does not execute the 'leave' instruction, instead of
16335 testing it does execute.
16336 * gdb.base/bp-permanent.c: New file.
16337 * gdb.base/bp-permanent.exp: New file.
16338
16339 2014-11-10 Doug Evans <xdje42@gmail.com>
16340
16341 PR symtab/17564
16342 * gdb.base/symtab-search-order.exp: New file.
16343 * gdb.base/symtab-search-order.c: New file.
16344 * gdb.base/symtab-search-order-1.c: New file.
16345 * gdb.base/symtab-search-order-shlib-1.c: New file.
16346
16347 2014-11-07 Pedro Alves <palves@redhat.com>
16348
16349 PR gdb/17511
16350 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16351 i?86-*-linux*.
16352
16353 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16354
16355 PR c++/17494
16356 * gdb.cp/pr17494.cc: New file.
16357 * gdb.cp/pr17494.exp: New file.
16358
16359 2014-11-02 Yao Qi <yao@codesourcery.com>
16360
16361 * gdb.python/python.exp: Get working directory and match the
16362 output of "set extended-prompt \\w " with it.
16363
16364 2014-10-30 Doug Evans <dje@google.com>
16365
16366 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16367 in objfiles.
16368 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16369 in progspaces.
16370
16371 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16372
16373 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16374 * gdb.base/realname-expand.exp: Likewise.
16375 * gdb.linespec/macro-relative.exp: Likewise.
16376
16377 2014-10-29 Pedro Alves <palves@redhat.com>
16378
16379 PR gdb/17408
16380 * gdb.threads/schedlock.c (some_function): New function.
16381 (call_function): New global.
16382 (MAYBE_CALL_SOME_FUNCTION): New macro.
16383 (thread_function): Call it.
16384 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16385 and use it instead of a global counter. Adjust all callers.
16386 (get_current_thread): Use "find current thread" for test message
16387 here rather than having all callers pass down the same string.
16388 (goto_loop): New procedure, factored out from ...
16389 (my_continue): ... this.
16390 (step_ten_loops): Change parameter from test message to command to
16391 use. Adjust.
16392 (list_count): Delete global.
16393 (check_result): New procedure, factored out from duplicate top
16394 level code.
16395 (continue tests): Wrap in with_test_prefix.
16396 (test_step): New procedure, factored out from duplicate top level
16397 code.
16398 (top level): Test "step" in combination with all scheduler-locking
16399 modes. Test "next" in combination with all scheduler-locking
16400 modes, and in combination with stepping over a function call or
16401 not.
16402 * gdb.threads/next-bp-other-thread.c: New file.
16403 * gdb.threads/next-bp-other-thread.exp: New file.
16404
16405 2014-10-29 Pedro Alves <palves@redhat.com>
16406
16407 PR python/17372
16408 * gdb.python/python.exp: Test a multi-line command that spawns
16409 interactive Python.
16410 * gdb.base/multi-line-starts-subshell.exp: New file.
16411
16412 2014-10-29 Yao Qi <yao@codesourcery.com>
16413
16414 * gdb.base/fileio.exp: Make directories on host.
16415
16416 2014-10-29 Yao Qi <yao@codesourcery.com>
16417
16418 * gdb.base/fileio.c (test_write): Close the file.
16419
16420 2014-10-28 Pedro Alves <palves@redhat.com>
16421
16422 PR gdb/12623
16423 * gdb.base/sigstep.c (no_handler): New global.
16424 (main): If 'no_handler is true, set the signal handlers to
16425 SIG_IGN.
16426 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16427 with_sw_watch and no_handler parameters. Handle them.
16428 (top level) <stepping over handler when stopped at a breakpoint
16429 test>: Add a test axis for testing with a software watchpoint, and
16430 another for testing with the signal handler set to SIG_IGN.
16431 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16432 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16433
16434 2014-10-28 Pedro Alves <palves@redhat.com>
16435
16436 PR gdb/17511
16437 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16438 * gdb.base/sigstep.exp (other_handler_location): New global.
16439 (advance): Support stepping into the signal handler, and running
16440 commands while in the handler.
16441 (in_handler_map): New global.
16442 (top level): In the advance test, add combinations for getting
16443 into the handler with stepping commands, and for running commands
16444 in the handler. Add comment descripting the advancei tests.
16445
16446 2014-10-28 Pedro Alves <palves@redhat.com>
16447
16448 * gdb.base/sigstep.exp: Use build_executable instead of
16449 prepare_for_testing.
16450 (top level): Move code that starts GDB, runs to main and creates a
16451 display to ...
16452 (restart): ... this new procedure.
16453 (top level): Move backtrace from signal handler test to ...
16454 (validate_backtrace): ... this new procedure.
16455 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16456 with_test_prefix. Always restart GDB.
16457 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16458 with_test_prefix. Always restart GDB. No need to delete
16459 breakpoints after the test.
16460 (test_skip_handler): Remove prefix parameter.
16461 (skip_over_handler, breakpoint_to_handler)
16462 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16463 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16464 restart GDB. No need to delete breakpoints after the test.
16465 (top level): Use foreach to call the test procedures with
16466 different commands.
16467
16468 2014-10-28 Pedro Alves <palves@redhat.com>
16469
16470 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16471 instead of GNATS numbers.
16472 * gdb.base/sigbpt.exp: Likewise.
16473 * gdb.base/siginfo.exp: Likewise.
16474 * gdb.base/sigstep.exp: Likewise.
16475
16476 2014-10-27 Pedro Alves <palves@redhat.com>
16477
16478 * gdb.base/sigstep.c (dummy): New global.
16479 (main): Issue a couple writes to the new global.
16480 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16481 procedures.
16482 (skip_over_handler): Use test_skip_handler.
16483 (top level): Call skip_over_handler for stepi and nexti too.
16484 (breakpoint_over_handler): Use test_skip_handler.
16485 (top level): Call breakpoint_over_handler for stepi and nexti too.
16486
16487 2014-10-27 Yao Qi <yao@codesourcery.com>
16488
16489 * gdb.trace/tfile.c (adjust_function_address)
16490 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16491 function descriptor.
16492
16493 2014-10-24 Don Breazeal <donb@codesourcery.com>
16494
16495 * gdb.base/foll-fork.exp (test_follow_fork,
16496 catch_fork_child_follow): Check for updated fork messages emitted
16497 from infrun.c.
16498 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16499 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16500 vfork_and_exec_child_follow_through_step): Check for updated vfork
16501 messages emitted from infrun.c.
16502
16503 2014-10-24 Pedro Alves <palves@redhat.com>
16504
16505 * gdb.base/corefile.exp: Remove references to ultrix.
16506 * gdb.base/interrupt.exp: Likewise.
16507 * gdb.base/whatis.exp: Likewise.
16508 * gdb.gdb/selftest.exp: Likewise.
16509 * gdb.threads/manythreads.exp: Likewise.
16510 * gdb.threads/print-threads.exp: Likewise.
16511 * gdb.threads/pthreads.exp:: Likewise.
16512 * gdb.threads/schedlock.exp: Likewise.
16513
16514 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16515
16516 * gdb.cp/non-trivial-retval.cc: Add a test case.
16517 * gdb.cp/non-trivial-retval.exp: Add a test.
16518
16519 2014-10-20 Yao Qi <yao@codesourcery.com>
16520
16521 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16522 * gdb.python/py-objfile-script-gdb.py: New file.
16523 * gdb.python/py-objfile-script.exp: Update reference to
16524 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16525 of remote_download. Remove the dest file.
16526
16527 2014-10-20 Yao Qi <yao@codesourcery.com>
16528
16529 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16530 * gdb.base/step-line.exp: Likewise.
16531 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16532 * gdb.dwarf2/dw2-basic.exp: Likewise.
16533 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16534 * gdb.dwarf2/dw2-filename.exp: Likewise.
16535 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16536 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16537 * gdb.dwarf2/dw2-producer.exp: Likewise.
16538 * gdb.dwarf2/mac-fileno.exp: Likewise.
16539 * gdb.python/py-frame-args.exp: Likewise.
16540 * gdb.python/py-framefilter.exp: Likewise.
16541 * gdb.python/py-mi.exp: Likewise.
16542 * gdb.python/py-objfile-script.exp: Likewise
16543 * gdb.python/py-pp-integral.exp: Likewise.
16544 * gdb.python/py-pp-re-notag.exp: Likewise.
16545 * gdb.python/py-prettyprint.exp: Likewise.
16546 * gdb.python/py-section-script.exp: Likewise.
16547 * gdb.python/py-typeprint.exp: Likewise.
16548 * gdb.python/py-xmethods.exp: Likewise.
16549 * gdb.stabs/weird.exp: Likewise.
16550 * gdb.xml/tdesc-regs.exp: Likewise.
16551
16552 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16553
16554 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16555 (out_cu): Use addr_len for the size of addresses.
16556 (out_line): Likewise. Size DW_LNE_set_address instruction
16557 according to addr_len.
16558 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16559 (FUNC): Add START_INSNS to definition.
16560
16561 2014-10-18 Yao Qi <yao@codesourcery.com>
16562
16563 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16564 gdb_has_argv0 return true.
16565 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16566 check [target_info exists noargs], check [gdb_has_argv0]
16567 instead.
16568 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16569 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16570 procedures.
16571
16572 2014-10-17 Doug Evans <dje@google.com>
16573
16574 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16575 event.
16576 * gdb.python/py-events.py: Add clear_objfiles event.
16577
16578 2014-10-17 Doug Evans <dje@google.com>
16579
16580 * gdb.python/py-objfile.exp: Test progspace attribute.
16581
16582 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16583
16584 * gdb.guile/scm-breakpoint.exp: Do not assume any
16585 directory separators when matching source file paths.
16586 * gdb.python/py-breakpoint.exp: Likewise.
16587 * gdb.reverse/break-precsave.exp: Likewise.
16588 * gdb.reverse/break-reverse.exp: Likewise.
16589 * gdb.reverse/consecutive-precsave.exp: Likewise.
16590 * gdb.reverse/finish-precsave.exp: Likewise.
16591 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16592 * gdb.reverse/finish-reverse.exp: Likewise.
16593 * gdb.reverse/i386-precsave.exp: Likewise.
16594 * gdb.reverse/i387-env-reverse.exp: Likewise.
16595 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16596 * gdb.reverse/machinestate-precsave.exp: Likewise.
16597 * gdb.reverse/machinestate.exp: Likewise.
16598 * gdb.reverse/sigall-precsave.exp: Likewise.
16599 * gdb.reverse/solib-precsave.exp: Likewise.
16600 * gdb.reverse/step-precsave.exp: Likewise.
16601 * gdb.reverse/until-precsave.exp: Likewise.
16602 * gdb.reverse/watch-precsave.exp: Likewise.
16603 * gdb.reverse/watch-reverse.exp: Likewise.
16604
16605 2014-10-17 Yao Qi <yao@codesourcery.com>
16606
16607 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16608 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16609
16610 2014-10-17 Pedro Alves <palves@redhat.com>
16611
16612 PR gdb/17471
16613 * gdb.base/bg-execution-repeat.c: New file.
16614 * gdb.base/bg-execution-repeat.exp: New file.
16615
16616 2014-10-17 Pedro Alves <palves@redhat.com>
16617
16618 PR gdb/17300
16619 * gdb.base/continue-all-already-running.c: New file.
16620 * gdb.base/continue-all-already-running.exp: New file.
16621
16622 2014-10-17 Pedro Alves <palves@redhat.com>
16623
16624 PR gdb/17472
16625 * gdb.base/annota-input-while-running.c: New file.
16626 * gdb.base/annota-input-while-running.exp: New file.
16627
16628 2014-10-17 Pedro Alves <palves@redhat.com>
16629
16630 * gdb.base/callfuncs.exp: emove references to osf.
16631 * gdb.base/sigall.exp: Likewise.
16632 * gdb.gdb/selftest.exp: Likewise.
16633 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16634 * gdb.mi/non-stop.c: Likewise.
16635 * gdb.mi/pthreads.c: Likewise.
16636 * gdb.reverse/sigall-precsave.exp: Likewise.
16637 * gdb.reverse/sigall-reverse.exp: Likewise.
16638 * gdb.threads/pthreads.c: Likewise.
16639 * gdb.threads/pthreads.exp: Likewise.
16640
16641 2014-10-17 Yao Qi <yao@codesourcery.com>
16642
16643 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16644 check 'target_info exists noargs'.
16645 (test_command_prompt_position): Likewise.
16646 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16647 Remove "set args".
16648 (progvar_simple_while_test): Likewise.
16649 (progvar_complex_if_while_test): Likewise.
16650 (if_while_breakpoint_command_test): Likewise.
16651 (infrun_breakpoint_command_test): Likewise.
16652 (breakpoint_command_test): Likewise.
16653 (watchpoint_command_test): Likewise.
16654 (bp_deleted_in_command_test): Likewise.
16655 (temporary_breakpoint_commands): Likewise.
16656
16657 2014-10-16 Yao Qi <yao@codesourcery.com>
16658
16659 * gdb.base/remotetimeout.exp: Remove noargs checking.
16660
16661 2014-10-15 Pedro Alves <palves@redhat.com>
16662
16663 PR breakpoints/9649
16664 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16665 * gdb.base/breakpoint-in-ro-region.exp
16666 (probe_target_hardware_step): New procedure.
16667 (top level): Probe hardware stepping and hardware breakpoint
16668 support. Test stepping through a read-only region, with both
16669 "breakpoint auto-hw" on and off and both "always-inserted" on and
16670 off.
16671
16672 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16673
16674 * gdb.dlang/demangle.exp: Update for demangling changes.
16675
16676 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16677
16678 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16679 * gdb.cp/non-trivial-retval.exp: Add new tests.
16680
16681 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16682
16683 PR c++/13403
16684 PR c++/15154
16685 * gdb.cp/non-trivial-retval.cc: New file.
16686 * gdb.cp/non-trivial-retval.exp: New file.
16687
16688 2014-10-15 Yao Qi <yao@codesourcery.com>
16689
16690 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16691 remote host.
16692
16693 2014-10-15 Yao Qi <yao@codesourcery.com>
16694
16695 * gdb.python/py-symbol.exp: Match file base name if host is
16696 remote, otherwise match file name with dir name.
16697 * gdb.python/py-symtab.exp: Likewise.
16698 * gdb.python/python.exp: Likewise.
16699
16700 2014-10-15 Yao Qi <yao@codesourcery.com>
16701
16702 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16703 pattern.
16704 * gdb.python/py-symtab.exp: Likewise.
16705 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16706 locationn.
16707
16708 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16709
16710 * gdb.ada/addr_arith: New testcase.
16711
16712 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16713
16714 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16715 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16716 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16717 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16718
16719 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16720
16721 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16722 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16723 * gdb.arch/stap-eval-lang-ada.exp: New file.
16724
16725 2014-10-14 Yao Qi <yao@codesourcery.com>
16726
16727 * gdb.mi/mi-var-child.c (nothing1): New function.
16728 (nothing2): New function.
16729 (do_children_tests): Set function pointers by nothing1 and
16730 nothing2.
16731 * gdb.mi/mi-var-child.exp: Step over new added statements.
16732 Update test to match the new output.
16733 * gdb.mi/var-cmd.c (nothing1): New function.
16734 (nothing2): New function.
16735 (do_children_tests): Set function pointers by nothing1 and
16736 nothing2.
16737 * gdb.mi/mi-var-display.exp: Update test to match output.
16738 Step to the line specified by $line_dct_nothing.
16739 Increase the number of lines to step.
16740
16741 2014-10-14 Yao Qi <yao@codesourcery.com>
16742
16743 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16744 tests.
16745 * gdb.mi/mi2-var-child.exp: Likewise.
16746
16747 2014-10-13 Doug Evans <dje@google.com>
16748
16749 * gdb.python/py-objfile.exp: Change name of file name test.
16750
16751 2014-10-13 Doug Evans <dje@google.com>
16752
16753 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16754 from the start of the CU.
16755
16756 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16757 Yao Qi <yao@codesourcery.com>
16758
16759 Fix "save breakpoints" for "catch" command.
16760 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16761 Remove -nonewline. Match also the added "main" line.
16762
16763 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16764
16765 Fix "save breakpoints" for "disable $bpnum" command.
16766 * gdb.base/save-bp.c (main): Add label.
16767 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16768
16769 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16770
16771 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16772
16773 2014-10-11 Yao Qi <yao@codesourcery.com>
16774
16775 * gdb.server/server-kill.exp: Execute command
16776 "set remote trace-status-packet on" before "tstatus".
16777
16778 2014-10-11 Yao Qi <yao@codesourcery.com>
16779
16780 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16781 (main): Call getppid.
16782 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16783 and continue to it. Read variable "server_pid".
16784
16785 2014-10-11 Yao Qi <yao@codesourcery.com>
16786
16787 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16788
16789 2014-10-11 Yao Qi <yao@codesourcery.com>
16790
16791 * gdb.threads/thread-find.exp: Don't execute command
16792 "info threads".
16793 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16794 * gdb.threads/linux-dp.exp: Don't check the condition
16795 $threads_created equals to zero.
16796
16797 2014-10-10 Pedro Alves <palves@redhat.com>
16798
16799 * gdb.base/bigcore.exp: Remove references to IRIX.
16800 * gdb.base/funcargs.exp: Likewise.
16801 * gdb.base/interrupt.exp: Likewise.
16802 * gdb.base/mips_pro.exp: Likewise.
16803 * gdb.base/nodebug.exp: Likewise.
16804 * gdb.base/setvar.exp: Likewise.
16805 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16806
16807 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16808 Pedro Alves <palves@redhat.com>
16809
16810 PR symtab/14466
16811 * gdb.base/vdso-warning.c: New file.
16812 * gdb.base/vdso-warning.exp: New file.
16813
16814 2014-10-02 Doug Evans <dje@google.com>
16815
16816 * gdb.base/structs.c (main): Don't run forever.
16817
16818 2014-10-02 Pedro Alves <palves@redhat.com>
16819
16820 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16821 (top level) <stop threads 1, stop threads 2>: Use it.
16822
16823 2014-10-02 Pedro Alves <palves@redhat.com>
16824
16825 * gdb.threads/break-while-running.exp (test): Add new
16826 'update_thread_list' argument. Skip "info threads" if false.
16827 (top level): Add new 'update_thread_list' axis.
16828
16829 2014-10-02 Pedro Alves <palves@redhat.com>
16830
16831 PR breakpoints/17431
16832 * gdb.base/execl-update-breakpoints.c: New file.
16833 * gdb.base/execl-update-breakpoints.exp: New file.
16834
16835 2014-10-01 Pedro Alves <palves@redhat.com>
16836
16837 * gdb.base/breakpoint-in-ro-region.c: New file.
16838 * gdb.base/breakpoint-in-ro-region.exp: New file.
16839
16840 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16841
16842 * gdb.mi/mi-exit-code.exp: New file.
16843 * gdb.mi/mi-exit-code.c: New file.
16844
16845 2014-09-30 Yao Qi <yao@codesourcery.com>
16846
16847 * lib/prelink-support.exp (build_executable_own_libs): Error if
16848 the target isn't native.
16849
16850 2014-09-30 Yao Qi <yao@codesourcery.com>
16851
16852 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16853 false.
16854
16855 2014-09-22 Pedro Alves <palves@redhat.com>
16856
16857 * gdb.threads/break-while-running.exp: New file.
16858 * gdb.threads/break-while-running.c: New file.
16859
16860 2014-09-19 Yao Qi <yao@codesourcery.com>
16861
16862 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16863 Invoke test. Restart GDB with --readnow and invoke test again.
16864
16865 2014-09-19 Yao Qi <yao@codesourcery.com>
16866
16867 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16868 proc set_breakpoint_on_gcd_function. Invoke
16869 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16870 invoke set_breakpoint_on_gcd_function again.
16871
16872 2014-09-18 Doug Evans <dje@google.com>
16873
16874 * gdb.dwarf2/symtab-producer.exp: New file.
16875
16876 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16877
16878 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16879 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16880 * gdb.base/global-var-nested-by-dso.c: Likewise.
16881 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16882
16883 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16884 Pedro Alves <palves@redhat.com>
16885
16886 * gdb.base/watch-bitfields.exp: Pass string other than test file
16887 name to prepare_for_testing.
16888 (watch): New procedure.
16889 (expect_watchpoint): Use with_test_prefix.
16890 (top level): Factor out tests to ...
16891 (test_watch_location, test_regular_watch): ... these new
16892 procedures, and use with_test_prefix and gdb_continue_to_end.
16893
16894 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16895
16896 PR breakpoints/12526
16897 * gdb.base/watch-bitfields.exp: New file.
16898 * gdb.base/watch-bitfields.c: New file.
16899
16900 2014-09-16 Pedro Alves <palves@redhat.com>
16901
16902 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16903 software and hardware addresses, not software address against
16904 itself.
16905
16906 2014-09-16 Pedro Alves <palves@redhat.com>
16907
16908 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16909 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16910
16911 2014-09-16 Pedro Alves <palves@redhat.com>
16912
16913 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16914 files.
16915 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16916 "*-*-vxworks*" throughout.
16917 * gdb.base/break.exp: Likewise.
16918 * gdb.base/default.exp: Likewise.
16919 * gdb.base/scope.exp: Likewise.
16920 * gdb.base/sepdebug.exp: Likewise.
16921 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16922 throughout.
16923 * gdb.base/run.c: Likewise.
16924 * gdb.base/sepdebug.c: Likewise.
16925 * gdb.hp/gdb.aCC/run.c: Likewise.
16926 * gdb.reverse/until-reverse.c: Likewise.
16927 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16928
16929 2014-09-16 Yao Qi <yao@codesourcery.com>
16930
16931 * boards/local-remote-host-native.exp: New file.
16932
16933 2014-09-14 Doug Evans <xdje42@gmail.com>
16934
16935 * gdb.threads/queue-signal.c (thread_count): New variable.
16936 (thread_count_mutex, thread_count_condvar): New variables.
16937 (incr_thread_count, wait_all_threads_running): New functions.
16938 (main): Wait for all threads to be in their thread functions.
16939
16940 2014-09-13 Doug Evans <xdje42@gmail.com>
16941
16942 * gdb.threads/queue-signal.c: New file.
16943 * gdb.threads/queue-signal.exp: New file.
16944
16945 2014-09-13 Doug Evans <xdje42@gmail.com>
16946
16947 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16948 be consistent with what default_gdb_init uses.
16949 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16950 the plain text of the prompt. Add some logging printfs.
16951 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16952
16953 2014-09-12 Pedro Alves <palves@redhat.com>
16954
16955 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16956 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16957 * gdb.arch/i386-size-overlap.exp: Likewise.
16958 * gdb.arch/i386-size.exp: Likewise.
16959 * gdb.arch/i386-unwind.exp: Likewise.
16960 * gdb.base/a2-run.exp: Likewise.
16961 * gdb.base/break.exp: Likewise.
16962 * gdb.base/charset.exp: Likewise.
16963 * gdb.base/chng-syms.exp: Likewise.
16964 * gdb.base/commands.exp: Likewise.
16965 * gdb.base/dbx.exp: Likewise.
16966 * gdb.base/find.exp: Likewise.
16967 * gdb.base/funcargs.exp: Likewise.
16968 * gdb.base/jit-simple.exp: Likewise.
16969 * gdb.base/reread.exp: Likewise.
16970 * gdb.base/sepdebug.exp: Likewise.
16971 * gdb.base/step-bt.exp: Likewise.
16972 * gdb.cp/mb-inline.exp: Likewise.
16973 * gdb.cp/mb-templates.exp: Likewise.
16974 * gdb.objc/basicclass.exp: Likewise.
16975 * gdb.threads/killed.exp: Likewise.
16976
16977 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16978
16979 PR tdep/17379
16980 * gdb.arch/powerpc-stackless.S: New file.
16981 * gdb.arch/powerpc-stackless.exp: New file.
16982
16983 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16984
16985 * gdb.base/attach.c: Include unistd.h.
16986 (main): Call alarm. Add label postloop.
16987 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16988 gdb_breakpoint, gdb_continue_to_breakpoint.
16989 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16990
16991 2014-09-11 Pedro Alves <palves@redhat.com>
16992
16993 PR gdb/17347
16994 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16995 * gdb.base/attach.exp (test_command_line_attach_run): New
16996 procedure.
16997 (top level): Call it.
16998
16999 2014-09-11 Pedro Alves <palves@redhat.com>
17000
17001 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17002 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17003 (do_command_attach_tests): Use spawn_wait_for_attach.
17004 * gdb.base/solib-overlap.exp: Likewise.
17005 * gdb.multi/multi-attach.exp: Likewise.
17006 * gdb.python/py-prompt.exp: Likewise.
17007 * gdb.python/py-sync-interp.exp: Likewise.
17008 * gdb.server/ext-attach.exp: Likewise.
17009
17010 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17011
17012 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17013 command in testcase. Simplify testcase.
17014
17015 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17016
17017 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17018
17019 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17020
17021 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17022
17023 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17024
17025 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17026
17027 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17028
17029 * gdb.dwarf2/dynarr-ptr.c: New file.
17030 * gdb.dwarf2/dynarr-ptr.exp: New file.
17031
17032 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17033
17034 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17035 of 30 rather than hardcoding 120 for a slow test case. Take the
17036 `gdb,timeout' target setting into account for this calculation.
17037 Don't extend the timeout for the test cases that don't need it.
17038
17039 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17040
17041 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17042 a factor of 2 for a slow test case. Take the `gdb,timeout'
17043 target setting into account for this calculation.
17044 * gdb.reverse/until-precsave.exp: Increase the timeout by
17045 a factor of 15 and 3 respectively rather than adding 120
17046 for a pair of slow test cases. Take the `gdb,timeout'
17047 target setting into account for this calculation.
17048
17049 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17050
17051 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17052 timeout, don't pass one down to gdb_expect.
17053 (gdb_expect): Rework timeout selection.
17054
17055 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17056
17057 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17058 exception on timeout.
17059 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17060 (gdbserver_start_extended): Catch any `gdbserver_start' error
17061 exceptions.
17062 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17063 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17064 `gdbserver_gdb_load' error exceptions.
17065
17066 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17067
17068 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17069 120 on waiting for the TCP socket to open.
17070
17071 2014-09-09 Doug Evans <xdje42@gmail.com>
17072
17073 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17074 _caller_matches, _any_caller_is, _any_caller_matches.
17075
17076 2014-09-09 Doug Evans <xdje42@gmail.com>
17077
17078 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17079
17080 2014-09-09 Yao Qi <yao@codesourcery.com>
17081
17082 * gdb.mi/mi-var-display.exp: Set print symbol off.
17083
17084 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17085
17086 PR gdb/17035
17087 * gdb.base/commands.exp: Add tests to verify user-defined
17088 commands with empty bodies.
17089 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17090 python commands in `show user command`.
17091 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17092 scheme commands in `show user command`.
17093
17094 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17095
17096 PR python/17355
17097 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17098 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17099 * gdb.python/py-framefilter-invalidarg.exp: New file.
17100 * gdb.python/py-framefilter-invalidarg.py: New file.
17101
17102 2014-09-06 Doug Evans <xdje42@gmail.com>
17103
17104 PR 15276
17105 * gdb.python/py-caller-is.c: New file.
17106 * gdb.python/py-caller-is.exp: New file.
17107
17108 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17109
17110 PR gdb/17235
17111 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17112 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17113
17114 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17115
17116 PR fortran/17237
17117 * gdb.fortran/print-formatted.exp: New file.
17118 * gdb.fortran/print-formatted.f90: Likewise.
17119
17120 2014-09-03 Sasha Smundak <asmundak@google.com>
17121
17122 * gdb.python/py-frame.exp: Test Frame.read_register.
17123
17124 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17125
17126 PR python/16699
17127 * gdb.python/py-completion.exp: New file.
17128 * gdb.python/py-completion.py: Likewise.
17129
17130 2014-08-28 Doug Evans <dje@google.com>
17131
17132 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17133 eax,etc. are live with values set by gdb and thus the compiler can't
17134 use them.
17135 * gdb.arch/i386-pseudo.c (main): Ditto.
17136
17137 2014-08-27 Doug Evans <dje@google.com>
17138
17139 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17140
17141 2014-08-25 Doug Evans <dje@google.com>
17142
17143 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17144 (main): Ditto.
17145
17146 2014-08-25 Doug Evans <dje@google.com>
17147
17148 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17149
17150 2014-08-24 Yao Qi <yao@codesourcery.com>
17151
17152 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17153 symbol off.
17154 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17155
17156 2014-08-22 Doug Evans <dje@google.com>
17157
17158 PR 17276
17159 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17160 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17161 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17162
17163 2014-08-22 Yao Qi <yao@codesourcery.com>
17164
17165 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17166 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17167 * gdb.python/python.exp: Likewise. Use .py file on the host
17168 instead of the build.
17169
17170 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17171
17172 * gdb.threads/gcore-stale-thread.c: New file.
17173 * gdb.threads/gcore-stale-thread.exp: New file.
17174
17175 2014-08-21 Pedro Alves <palves@redhat.com>
17176
17177 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17178 * gdb.base/gcore-relro-pie.exp: Likewise.
17179 * gdb.base/gcore-relro.exp: Likewise.
17180 * gdb.base/gcore.exp: Likewise.
17181 * gdb.base/print-symbol-loading.exp: Likewise.
17182 * gdb.threads/gcore-thread.exp: Likewise.
17183 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17184
17185 2014-08-20 Pedro Alves <palves@redhat.com>
17186 Jan Kratochvil <jan.kratochvil@redhat.com>
17187
17188 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17189 configure.
17190 (EXPECT): Handle READ1 being set.
17191 (all): Depend on EXTRA_RULES.
17192 (check-read1, expect-read1, read1.so, read1): New rules.
17193 * README (Testsuite Parameters): Document the READ1 make variable.
17194 (Race detection): New section.
17195 * configure: Regenerate.
17196 * configure.ac: If build==host==target, and running under a
17197 GNU/glibc system, add read1 to the extra Makefile rules.
17198 (EXTRA_RULES): AC_SUBST it.
17199 * lib/read1.c: New file.
17200
17201 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17202
17203 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17204 the handling of variables declared as a typedef to an array
17205 which a DW_AT_data_location attribute.
17206
17207 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17208 Pedro Alves <palves@redhat.com>
17209
17210 PR symtab/14604
17211 PR symtab/14605
17212 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17213 gdb_test.
17214
17215 2014-08-19 Pedro Alves <palves@redhat.com>
17216
17217 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17218
17219 2014-08-19 Yao Qi <yao@codesourcery.com>
17220
17221 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17222 right line.
17223
17224 2014-08-18 David Blaikie <dblaikie@gmail.com>
17225
17226 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17227
17228 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17229
17230 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17231 attribute in array range.
17232
17233 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17234
17235 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17236
17237 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17238
17239 PR c++/17132
17240 * gdb.cp/pr17132.cc: New file.
17241 * gdb.cp/pr17132.exp: New file.
17242
17243 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17244
17245 * gdb.python/py-xmethods.py (A_getarrayind)
17246 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17247 Use 'print' with function call syntax.
17248 (E_method_matcher.match): Fix tab vs space indentation mixup.
17249
17250 2014-08-15 Yao Qi <yao@codesourcery.com>
17251
17252 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17253 false.
17254
17255 2014-08-15 Yao Qi <yao@codesourcery.com>
17256
17257 * gdb.cp/casts.exp: Set print symbol off.
17258 * gdb.cp/class2.exp: Likewise.
17259 * gdb.cp/overload.exp: Likewise.
17260 * gdb.cp/templates.exp: Likewise.
17261
17262 2014-08-11 Doug Evans <dje@google.com>
17263
17264 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17265 (test_load_shlib): Update.
17266
17267 2014-08-09 Yao Qi <yao@codesourcery.com>
17268
17269 * gdb.base/display.exp: Invoke is_address_zero_readable.
17270 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17271 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17272 * gdb.base/hbreak-unmapped.exp: Return if
17273 is_address_zero_readable returns true.
17274 * gdb.base/signest.exp: Likewise.
17275 * gdb.base/signull.exp: Likewise.
17276 * gdb.base/sigbpt.exp: Likewise.
17277 * gdb.guile/scm-disasm.exp: Do the test if
17278 is_address_zero_readable returns false.
17279 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17280 * gdb.python/py-arch.exp: Likewise.
17281 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17282 * lib/gdb.exp (is_address_zero_readable): New proc.
17283
17284 2014-08-09 Yao Qi <yao@codesourcery.com>
17285
17286 PR testsuite/13443
17287 * gdb.mi/mi-var-display.exp: Make test messages unique.
17288
17289 2014-08-04 Tom Tromey <tromey@redhat.com>
17290
17291 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17292 target 0".
17293
17294 2014-08-04 Tom Tromey <tromey@redhat.com>
17295
17296 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17297 "target_resume".
17298
17299 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17300
17301 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17302 inner_vla_struct_object_size.
17303 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17304 as xfail.
17305
17306 2014-07-30 Pedro Alves <palves@redhat.com>
17307
17308 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17309 comment.
17310
17311 2014-07-29 Yao Qi <yao@codesourcery.com>
17312
17313 PR gdb/17206
17314 * gdb.base/until-nodebug.exp: New.
17315
17316 2014-07-28 Doug Evans <xdje42@gmail.com>
17317
17318 PR guile/17203
17319 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17320 previously existing parameter, and previously ambiguously spelled
17321 parameter.
17322
17323 2014-07-28 Will Newton <will.newton@linaro.org>
17324
17325 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17326
17327 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17328 Doug Evans <xdje42@gmail.com>
17329
17330 PR guile/17146
17331 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17332
17333 2014-07-25 Pedro Alves <palves@redhat.com>
17334
17335 * gdb.threads/signal-command-handle-nopass.c: New file.
17336 * gdb.threads/signal-command-handle-nopass.exp: New file.
17337 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17338 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17339 * gdb.threads/signal-delivered-right-thread.c: New file.
17340 * gdb.threads/signal-delivered-right-thread.exp: New file.
17341
17342 2014-07-25 Pedro Alves <palves@redhat.com>
17343
17344 * gdb.base/double-prompt-target-event-error.exp
17345 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17346 match.
17347 (cancel_pagination_in_target_event): Rework double prompt
17348 detection.
17349 * gdb.base/paginate-after-ctrl-c-running.exp
17350 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17351 <return>' match.
17352 * gdb.base/paginate-bg-execution.exp
17353 (test_bg_execution_pagination_return)
17354 (test_bg_execution_pagination_cancel): Remove '-notransfer
17355 <return>' matches.
17356 * gdb.base/paginate-execution-startup.exp
17357 (test_fg_execution_pagination_return)
17358 (test_fg_execution_pagination_cancel): Remove '-notransfer
17359 <return>' matches.
17360 * gdb.base/paginate-inferior-exit.exp
17361 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17362 match.
17363 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17364 * lib/gdb.exp (pagination_prompt): Run text through
17365 string_to_regexp.
17366 (gdb_test_multiple): Match $pagination_prompt instead of
17367 "<return>".
17368 (string_to_regexp): Move to lib/gdb-utils.exp.
17369
17370 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17371
17372 * gdb.arch/amd64-entry-value-paramref.S: New file.
17373 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17374 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17375 * gdb.arch/amd64-optimout-repeat.S: New file.
17376 * gdb.arch/amd64-optimout-repeat.c: New file.
17377 * gdb.arch/amd64-optimout-repeat.exp: New file.
17378
17379 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17380
17381 PR gdb/17170
17382 * gdb.base/statistics.exp: New file.
17383
17384 2014-07-17 Doug Evans <dje@google.com>
17385
17386 PR gdb/17170
17387 * gdb.base/maint.exp: Update testing of per-command stats.
17388
17389 2014-07-16 Pedro Alves <palves@redhat.com>
17390
17391 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17392 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17393 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17394 (tfile_write_buf): New functions.
17395 (add_memory_block): Rewrite using the above.
17396 (adjust_function_address): New function.
17397 (FUNCTION_ADDRESS): New macro.
17398 (write_basic_trace_file): Remove short_x local, and use
17399 tfile_write_16. Change type of func_addr local to unsigned long
17400 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17401 here. Cast argument of add_memory_block to char pointer.
17402 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17403 (main): Remove parameters.
17404 * gdb.trace/tfile.exp: Remove nowarnings.
17405
17406 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17407
17408 * gdb.base/debug-expr.exp: Test string evaluation with
17409 "debug expression" on.
17410
17411 2014-07-15 Pedro Alves <palves@redhat.com>
17412
17413 * gdb.base/reread.exp: Use clean_restart.
17414
17415 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17416
17417 * gdb.arch/avr-flash-qualifer.c: New.
17418 * gdb.arch/avr-flash-qualifer.exp: New.
17419
17420 2014-07-14 Pedro Alves <palves@redhat.com>
17421
17422 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17423 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17424
17425 2014-07-14 Pedro Alves <palves@redhat.com>
17426
17427 * gdb.base/double-prompt-target-event-error.c: New file.
17428 * gdb.base/double-prompt-target-event-error.exp: New file.
17429
17430 2014-07-14 Pedro Alves <palves@redhat.com>
17431
17432 PR gdb/17072
17433 * gdb.base/paginate-inferior-exit.c: New file.
17434 * gdb.base/paginate-inferior-exit.exp: New file.
17435
17436 2014-07-14 Pedro Alves <palves@redhat.com>
17437
17438 PR gdb/17072
17439 * gdb.base/paginate-bg-execution.c: New file.
17440 * gdb.base/paginate-bg-execution.exp: New file.
17441
17442 2014-07-14 Pedro Alves <palves@redhat.com>
17443
17444 PR gdb/17072
17445 * gdb.base/paginate-execution-startup.c: New file.
17446 * gdb.base/paginate-execution-startup.exp: New file.
17447 * lib/gdb.exp (pagination_prompt): New global.
17448 (default_gdb_spawn): New procedure, factored out from
17449 default_gdb_spawn.
17450 (default_gdb_start): Adjust to call default_gdb_spawn.
17451 (gdb_spawn): New procedure.
17452
17453 2014-07-14 Pedro Alves <palves@redhat.com>
17454
17455 * lib/gdb.exp (gdb_assert): New procedure.
17456 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17457
17458 2014-07-14 Pedro Alves <palves@redhat.com>
17459
17460 * gdb.base/execution-termios.c: New file.
17461 * gdb.base/execution-termios.exp: New file.
17462
17463 2014-07-14 Tom Tromey <tromey@redhat.com>
17464
17465 * gdb.cp/vla-cxx.cc: New file.
17466 * gdb.cp/vla-cxx.exp: New file.
17467
17468 2014-07-14 Tom Tromey <tromey@redhat.com>
17469
17470 * gdb.reverse/rerun-prec.c: New file.
17471 * gdb.reverse/rerun-prec.exp: New file.
17472
17473 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17474 Maciej W. Rozycki <macro@codesourcery.com>
17475
17476 * lib/gdb-utils.exp: New file.
17477 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17478 inline `gdb_init_command' processing.
17479 (gdb_start_cmd): Likewise.
17480 * lib/mi-support.exp (mi_run_cmd): Likewise.
17481 * README: Document `gdb_init_command' and `gdb_init_commands'.
17482
17483 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17484
17485 Fix false FAIL running under a very long directory name.
17486 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17487 and "set print elements 10000". Twice.
17488
17489 2014-07-11 Yao Qi <yao@codesourcery.com>
17490
17491 * gdb.base/exprs.exp: "set print symbol off".
17492
17493 2014-07-11 Pedro Alves <palves@redhat.com>
17494
17495 * gdb.threads/kill.c: New file.
17496 * gdb.threads/kill.exp: New file.
17497
17498 2014-07-10 Yao Qi <yao@codesourcery.com>
17499
17500 * gdb.trace/tfile.c (write_basic_trace_file)
17501 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17502 address written to trace file.
17503
17504 2014-07-09 Pedro Alves <palves@redhat.com>
17505
17506 * gdb.base/attach-wait-input.exp: New file.
17507 * gdb.base/attach-wait-input.c: New file.
17508
17509 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17510
17511 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17512 setting up test structures.
17513 (main): Call new test function.
17514 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17515 test function, continue into test function and walk test
17516 structures.
17517
17518 2014-07-02 Yao Qi <yao@codesourcery.com>
17519
17520 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17521 'bar_start' at the beginning of functions 'foo' and 'bar'
17522 respectively.
17523 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17524 instead of 'foo' and 'bar'.
17525
17526 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17527
17528 * gdb.btrace/segv.exp: New.
17529 * gdb.btrace/segv.c: New.
17530
17531 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17532
17533 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17534 instruction.
17535
17536 2014-06-30 Mark Wielaard <mjw@redhat.com>
17537
17538 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17539 vulture, vilify, villar): New volatile array constants.
17540 (vindictive, vegetation): New const volatile array constants.
17541 * gdb.base/volatile.exp: Test volatile and const volatile array
17542 types.
17543
17544 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17545
17546 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17547 target lacks support for awatch, rwatch, or hbreak.
17548
17549 2014-06-27 Yao Qi <yao@codesourcery.com>
17550
17551 * gdb.multi/dummy-frame-restore.exp: New.
17552 * gdb.multi/dummy-frame-restore.c: New.
17553
17554 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17555
17556 * gdb.btrace/gcore.exp: New.
17557
17558 2014-06-23 Pedro Alves <palves@redhat.com>
17559
17560 * gdb.base/watchpoint-reuse-slot.c: New file.
17561 * gdb.base/watchpoint-reuse-slot.exp: New file.
17562
17563 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17564
17565 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17566 progspace's filename in 'info', 'enable' and 'disable' command
17567 tests.
17568
17569 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17570
17571 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17572 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17573 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17574
17575 2014-06-20 Gary Benson <gbenson@redhat.com>
17576
17577 * gdb.arch/i386-avx.exp: Fix include file location.
17578 * gdb.arch/i386-sse.exp: Likewise.
17579
17580 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17581
17582 * gdb.dlang/expression.exp: New file.
17583
17584 2014-06-19 Pedro Alves <palves@redhat.com>
17585
17586 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17587 out from ...
17588 (top level): ... here. Iterate running tests under different
17589 scheduler-locking settings.
17590
17591 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17592
17593 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17594 to DW_FORM_addr and use non-zero addresses.
17595
17596 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17597
17598 PR gdb/17017
17599 * gdb.python/py-xmethods.cc: Add global function call counters and
17600 increment them in their respective functions. Remove "cout"
17601 statements.
17602 * gdb.python/py-xmethods.exp: Make tests check the global function
17603 call counters instead of depending on inferior IO.
17604
17605 2014-06-18 Don Breazeal <donb@codesourcery.com>
17606
17607 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17608 Deleted procedure.
17609 (explicit_fork_parent_follow): Deleted procedure.
17610 (explicit_fork_child_follow): Deleted procedure.
17611 (test_follow_fork): New procedure.
17612 (do_fork_tests): Replace calls to deleted procedures with
17613 calls to test_follow_fork and reset GDB for subsequent
17614 procedure calls.
17615
17616 2014-06-17 Yao Qi <yao@codesourcery.com>
17617
17618 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17619 CP1252.
17620
17621 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17622
17623 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17624 Initialize ptr and S explicitly.
17625 (skip_type_update_when_not_use_rtti_test): Likewise.
17626
17627 2014-06-16 Keith Seitz <keiths@redhat.com>
17628
17629 PR mi/15863
17630 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17631 the inferior is started.
17632
17633 2014-06-16 Pedro Alves <palves@redhat.com>
17634
17635 * gdb.base/break-main-file-remove-fail.c: New file.
17636 * gdb.base/break-main-file-remove-fail.exp: New file.
17637 * gdb.base/break-unload-file.exp: Use build_executable instead of
17638 prepare_for_testing.
17639 (test_break): New parameter "initial_load". Handle it.
17640 (top level): Add initial_load cmdline/file axis.
17641
17642 2014-06-12 Tom Tromey <tromey@redhat.com>
17643
17644 * gdb.base/completion.exp: Don't use directory name in test.
17645
17646 2014-06-09 Gary Benson <gbenson@redhat.com>
17647
17648 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17649 separate the always-available ANSI-standard signals from the
17650 signals that require checking.
17651 (main): Likewise.
17652 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17653 Likewise.
17654 (main): Likewise.
17655
17656 2014-06-07 Keith Seitz <keiths@redhat.com>
17657
17658 Revert:
17659 PR c++/16253
17660 * gdb.cp/var-tag.cc: New file.
17661 * gdb.cp/var-tag.exp: New file.
17662 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17663 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17664 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17665 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17666
17667 2014-06-06 Doug Evans <xdje42@gmail.com>
17668
17669 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17670
17671 2014-06-06 Pedro Alves <palves@redhat.com>
17672
17673 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17674 in target debug output instead of looking at RSP packets,
17675 disabling the test on any target that uses hardware stepping.
17676 Update comments.
17677
17678 2014-06-06 Pedro Alves <palves@redhat.com>
17679
17680 * gdb.base/break-unload-file.exp: Fix typo.
17681
17682 2014-06-06 Yao Qi <yao@codesourcery.com>
17683
17684 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17685 from "jit_function" to "^jit_function".
17686
17687 2014-06-06 Yao Qi <yao@codesourcery.com>
17688
17689 * gdb.base/async.c (foo): Add one statement.
17690 * gdb.base/async.exp: Get the next instruction address and
17691 match the output of "nexti" by instruction address. Match
17692 the hex address in the output of "finish".
17693
17694 2014-06-06 Gary Benson <gbenson@redhat.com>
17695
17696 * gdb.base/call-signals.c: Remove preprocessor conditionals
17697 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17698 SIGSEGV and SIGTERM.
17699 * gdb.base/sigall.c: Likewise.
17700 * gdb.base/unwindonsignal.c: Likewise.
17701 * gdb.reverse/sigall-reverse.c: Likewise.
17702
17703 2014-06-06 Yao Qi <yao@codesourcery.com>
17704
17705 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17706 readable, skip the test.
17707
17708 2014-06-06 Yao Qi <yao@codesourcery.com>
17709
17710 * gdb.threads/staticthreads.c (thread_function): Move the line
17711 setting breakpoint on forward.
17712 * gdb.threads/staticthreads.exp: Update comments.
17713
17714 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17715
17716 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17717 "history-append! type error".
17718
17719 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17720
17721 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17722 erroneous dprintf expected input.
17723
17724 2014-06-04 Doug Evans <xdje42@gmail.com>
17725
17726 * gdb.guile/scm-generics.exp: Delete.
17727
17728 2014-06-04 Doug Evans <xdje42@gmail.com>
17729
17730 * gdb.guile/scm-breakpoint.exp: Update.
17731 Add tests for breakpoint registration.
17732
17733 2014-06-04 Tom Tromey <tromey@redhat.com>
17734
17735 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17736 VLA-in-union.
17737 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17738 inner_vla_struct, vla_union types. Initialize objects of those
17739 types and compute their sizes.
17740
17741 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17742 Hui Zhu <hui@codesourcery.com>
17743
17744 * gdb.base/fileio.exp: Add test for shell not available as well as
17745 available.
17746 * gdb.base/fileio.c (test_system): Check for shell twice.
17747
17748 2014-06-04 Yao Qi <yao@codesourcery.com>
17749
17750 * gdb.base/auto-connect-native-target.exp: Remove redundant
17751 space from the regexp pattern.
17752
17753 2014-06-04 Yao Qi <yao@codesourcery.com>
17754
17755 * gdb.base/default.exp: Replace "child" with "native" in
17756 regexp pattern.
17757
17758 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17759
17760 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17761 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17762 * gdb.python/py-xmethods.py: Python script supporting the
17763 new testcase and tests.
17764
17765 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17766 Pedro Alves <palves@redhat.com>
17767
17768 PR breakpoints/17000
17769 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17770 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17771
17772 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17773
17774 * gdb.base/subst.exp: Add tests to verify partial path matching
17775 output.
17776
17777 2014-06-03 Pedro Alves <palves@redhat.com>
17778
17779 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17780 target that doesn't use software single-stepping.
17781
17782 2014-06-03 Pedro Alves <palves@redhat.com>
17783
17784 PR breakpoints/17000
17785 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17786 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17787
17788 2014-06-02 Doug Evans <xdje42@gmail.com>
17789
17790 * gdb.guile/scm-parameter.exp: New file.
17791
17792 2014-06-02 Doug Evans <xdje42@gmail.com>
17793
17794 * gdb.guile/scm-cmd.c: New file.
17795 * gdb.guile/scm-cmd.exp: New file.
17796
17797 2014-06-02 Doug Evans <xdje42@gmail.com>
17798
17799 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17800 pretty-printer lookup.
17801 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17802 (make-pp_s-printer): Call it.
17803 (make-pretty-printer-from-dict): New function.
17804 (lookup-pretty-printer-maker-from-dict): New function.
17805 (*pretty-printer*): Simplify.
17806 (make-objfile-pp_s-printer): New function.
17807 (install-objfile-pretty-printers!): New function.
17808 (make-progspace-pp_s-printer): New function.
17809 (install-progspace-pretty-printers!): New function.
17810 * gdb.guile/scm-progspace.c: New file.
17811 * gdb.guile/scm-progspace.exp: New file.
17812
17813 2014-06-02 Pedro Alves <palves@redhat.com>
17814
17815 * gdb.base/dprintf-bp-same-addr.c: New file.
17816 * gdb.base/dprintf-bp-same-addr.exp: New file.
17817
17818 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17819
17820 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17821 * gdb.arch/powerpc-power.s: Likewise.
17822
17823 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17824
17825 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17826
17827 2014-06-01 Yao Qi <yao@codesourcery.com>
17828
17829 * gdb.base/watchpoint.exp (test_watch_location): Check null
17830 pointer can be dereferenced. If not, do the test, otherwise
17831 skip it.
17832
17833 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17834
17835 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17836 results.
17837 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17838
17839 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17840
17841 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17842 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17843 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17844 * gdb.arch/amd64-invalid-stack-top.c: New file.
17845 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17846
17847 2014-05-30 Pedro Alves <palves@redhat.com>
17848
17849 PR breakpoints/17000
17850 * gdb.base/sss-bp-on-user-bp.c: New file.
17851 * gdb.base/sss-bp-on-user-bp.exp: New file.
17852
17853 2014-05-30 David Blaikie <dblaikie@gmail.com>
17854
17855 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17856 gnu_inline semantics via attribute.
17857 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17858 source explicitly specifies the required semantics.
17859
17860 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17861
17862 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17863
17864 2014-05-29 Pedro Alves <palves@redhat.com>
17865 Tom Tromey <tromey@redhat.com>
17866
17867 * gdb.base/async-shell.exp: Don't enable target-async.
17868 * gdb.base/async.exp
17869 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17870 parameter. Adjust.
17871 (top level): Don't test with "target-async".
17872 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17873 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17874 * gdb.base/inferior-died.exp: Don't enable target-async.
17875 * gdb.base/interrupt-noterm.exp: Likewise.
17876 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17877 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17878 * gdb.mi/mi-nonstop.exp: Likewise.
17879 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17880 * gdb.mi/mi-nsintrall.exp: Likewise.
17881 * gdb.mi/mi-nsmoribund.exp: Likewise.
17882 * gdb.mi/mi-nsthrexec.exp: Likewise.
17883 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17884 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17885 * gdb.python/py-evsignal.exp: Don't enable target-async.
17886 * gdb.python/py-evthreads.exp: Likewise.
17887 * gdb.python/py-prompt.exp: Likewise.
17888 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17889 * gdb.server/solib-list.exp: Don't enable target-async.
17890 * gdb.threads/thread-specific-bp.exp: Likewise.
17891 * lib/mi-support.exp: Adjust to use mi-async.
17892
17893 2014-05-29 Pedro Alves <palves@redhat.com>
17894
17895 PR gdb/13860
17896 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17897 reason, even in sync mode.
17898
17899 2014-05-29 Pedro Alves <palves@redhat.com>
17900 Hui Zhu <hui@codesourcery.com>
17901
17902 PR PR15693
17903 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17904 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17905 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17906 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17907
17908 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17909
17910 * config/monitor.exp (gdb_target_monitor): Replace use of
17911 "set remotebaud" by "set serial baud".
17912
17913 2014-05-26 Andy Wingo <wingo@igalia.com>
17914
17915 * gdb.guile/scm-breakpoint.exp:
17916 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17917 properties instead of gdb-object-properties.
17918
17919 2014-05-26 Yao Qi <yao@codesourcery.com>
17920
17921 * gdb.server/no-thread-db.exp: Specify source file name
17922 explicitly when setting a breakpoint.
17923
17924 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17925
17926 * gdb.btrace/vdso.c: New.
17927 * gdb.btrace/vdso.exp: New.
17928
17929 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17930
17931 * gdb.base/gcore.exp (capture_command_output): Move ...
17932 * lib/gdb.exp (capture_command_output): ... here.
17933
17934 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17935
17936 * gdb.btrace/data.exp: Test memory access during btrace replay.
17937
17938 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17939
17940 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17941
17942 2014-05-21 Pedro Alves <palves@redhat.com>
17943
17944 PR gdb/13860
17945 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17946 (top level): Test that output related to execution commands is
17947 sent to the console with CLI commands, but not with MI commands.
17948 Test that breakpoint events are always mirrored to the console.
17949 Also expect the new source line to be output after a "next" in
17950 async mode too. Make it a pass/fail test.
17951 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17952 output.
17953 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17954
17955 2014-05-21 Pedro Alves <palves@redhat.com>
17956
17957 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17958 Use them to test variations of "list" after reaching a breakpoint.
17959 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17960 Test "list" with listsize 10 after reaching a breakpoint.
17961 * gdb.python/python.exp (decode_line current location line
17962 number): Adjust expected line number.
17963
17964 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17965
17966 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17967 behavior for $args, pass it directly to "run".
17968
17969 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17970
17971 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17972 30000 to 65536.
17973
17974 2014-05-21 Pedro Alves <palves@redhat.com>
17975
17976 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17977 auto-connect-native-target off".
17978 * gdb.base/auto-connect-native-target.c: New file.
17979 * gdb.base/auto-connect-native-target.exp: New file.
17980
17981 2014-05-21 Pedro Alves <palves@redhat.com>
17982
17983 * gdb.base/default.exp: Test "target native" instead of "target
17984 child".
17985
17986 2014-05-21 Mark Wielaard <mjw@redhat.com>
17987
17988 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17989
17990 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17991
17992 Fix TLS access for -static -pthread.
17993 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17994 <HAVE_TLS> (thread_function, main): Initialize it.
17995 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17996 Add clean_restart.
17997 <$have_tls != "">: Check TLSVAR.
17998
17999 2014-05-21 Pedro Alves <palves@redhat.com>
18000
18001 * gdb.base/dcache-line-read-error.c: New.
18002 * gdb.base/dcache-line-read-error.exp: New.
18003
18004 2014-05-20 Pedro Alves <palves@redhat.com>
18005
18006 * gdb.base/compare-sections.c: New file.
18007 * gdb.base/compare-sections.exp: New file.
18008
18009 2014-05-20 Pedro Alves <palves@redhat.com>
18010
18011 * gdb.base/break-idempotent.c: New file.
18012 * gdb.base/break-idempotent.exp: New file.
18013
18014 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18015
18016 * gdb.btrace/nohist.exp: New.
18017
18018 2014-05-20 Yao Qi <yao@codesourcery.com>
18019
18020 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18021 gdb.reverse directory and gdb_reverse_timeout exists in board
18022 setting.
18023 * README: Document gdb_reverse_timeout.
18024
18025 2014-05-20 Yao Qi <yao@codesourcery.com>
18026
18027 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18028 'test_file_name'. Treat args as a string instead of a list.
18029 (gdb_init): Rename argument 'args' by 'test_file_name'.
18030
18031 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18032
18033 * gdb.arch/powerpc-power.exp: New file.
18034 * gdb.arch/powerpc-power.s: New file.
18035
18036 2014-05-16 Doug Evans <dje@google.com>
18037
18038 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18039 * gdb.base/completion.exp: Check that all expected files exist
18040 before doing file completion.
18041
18042 2014-05-16 Doug Evans <dje@google.com>
18043
18044 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18045 Update.
18046 (do_syscall_tests_without_xml): Update.
18047
18048 2014-05-16 Pedro Alves <palves@redhat.com>
18049
18050 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18051 instead of "unknown output after running".
18052
18053 2014-05-16 Yao Qi <yao@codesourcery.com>
18054
18055 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18056 file1.txt from host at the end.
18057 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18058
18059 2014-05-15 Doug Evans <dje@google.com>
18060
18061 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18062 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18063 loading file. Add test for TU lookup.
18064
18065 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18066
18067 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18068 calling "-exec-arguments" or "set args" before running the
18069 inferior.
18070
18071 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18072
18073 * lib/mi-support.exp (mi_expect_stop): Expect message for
18074 inferiors that exit with non-zero exit code.
18075
18076 2014-05-14 Yao Qi <yao@codesourcery.com>
18077
18078 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18079 match absolute path on remote host.
18080 (test_file_list_exec_source_files): Remove "/" from the
18081 pattern.
18082
18083 2014-05-14 Yao Qi <yao@codesourcery.com>
18084
18085 * boards/local-remote-host-notty.exp (${board}_file): New
18086 proc.
18087
18088 2014-05-07 Kyle McMartin <kyle@redhat.com>
18089
18090 Pushed by Joel Brobecker <brobecker@adacore.com>.
18091 * gdb.arch/aarch64-atomic-inst.c: New file.
18092 * gdb.arch/aarch64-atomic-inst.exp: New file.
18093
18094 2014-05-07 Yao Qi <yao@codesourcery.com>
18095
18096 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18097 in current context" too.
18098
18099 2014-05-05 Keith Seitz <keiths@redhat.com>
18100
18101 * gdb.linespec/ls-dollar.exp: Add test for linespec
18102 file:convenience_variable.
18103
18104 2014-05-05 Yao Qi <yao@codesourcery.com>
18105
18106 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18107 traceframes into tfile and ctf trace files. Read data from
18108 trace file and test collected data.
18109 (gdb_collect_locals_test): Likewise.
18110 (gdb_unavailable_registers_test): Likewise.
18111 (gdb_unavailable_floats): Likewise.
18112 (gdb_collect_globals_test): Likewise.
18113 (top-level): Append "ctf" to trace_file_targets if GDB
18114 supports.
18115
18116 2014-05-05 Yao Qi <yao@codesourcery.com>
18117
18118 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18119 code to ...
18120 (gdb_collect_args_test_1): ... it. New proc.
18121 (gdb_collect_locals_test): Move some code to ...
18122 (gdb_collect_locals_test_1): ... it. New proc.
18123 (gdb_unavailable_registers_test): Move some code to ...
18124 (gdb_unavailable_registers_test_1): ... it. New proc.
18125 (gdb_unavailable_floats): Move some code to ...
18126 (gdb_unavailable_floats_1): ... it. New proc.
18127
18128 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18129
18130 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18131 probes to test for bitness recognition.
18132 * gdb.arch/amd64-stap-optional-prefix.exp
18133 (test_probe_value_without_reg): New procedure.
18134 Add code to test for different kinds of bitness.
18135
18136 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18137
18138 PR breakpoints/16889
18139 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18140 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18141
18142 2014-05-01 Pedro Alves <palves@redhat.com>
18143
18144 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18145 gdb_file_cmd if no file is specified.
18146 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18147 last_loaded_file to set the remote exec-file.
18148
18149 2014-05-01 Pedro Alves <palves@redhat.com>
18150
18151 * boards/local-remote-host.exp: New file.
18152
18153 2014-05-01 Pedro Alves <palves@redhat.com>
18154
18155 * boards/local-remote-host.exp: Rename to ...
18156 * boards/local-remote-host-notty.exp: ... this.
18157
18158 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18159
18160 * gdb.ada/dyn_arrayidx: New testcase.
18161
18162 2014-04-26 Yao Qi <yao@codesourcery.com>
18163
18164 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18165 and compute the length of function main. Save it in
18166 $main_length.
18167 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18168 (top-level): Use gdb_compile to compile objects into
18169 executable and restart GDB. Remove invocation to
18170 prepare_for_testing.
18171
18172 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18173 Pedro Alves <palves@redhat.com>
18174
18175 PR server/16255
18176 * gdb.multi/multi-attach.c: New file.
18177 * gdb.multi/multi-attach.exp: New file.
18178
18179 2014-04-25 Pedro Alves <palves@redhat.com>
18180
18181 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18182 user.
18183 (top level): Test that "set remote conditional-breakpoints-packet
18184 off" works as intended.
18185 * gdb.base/dprintf.exp: Test that "set remote
18186 breakpoint-commands-packet off" works as intended.
18187 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18188 New function.
18189 (top level): Call it.
18190 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18191 remote fast-tracepoints-packet off" works as intended.
18192 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18193 * lib/gdb.exp (gdb_is_target_remote): ... here.
18194
18195 2014-04-24 David Blaikie <dblaikie@gmail.com>
18196
18197 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18198 ensure clang would not discard them.
18199 * gdb.base/gdbvars.c: Ditto.
18200 * gdb.base/memattr.c: Ditto.
18201 * gdb.base/whatis.c: Ditto.
18202 * gdb.python/py-prettyprint.c: Ditto.
18203 * gdb.trace/actions.c: Ditto.
18204 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18205 ensure clang would not discard it.
18206
18207 2014-04-24 David Blaikie <dblaikie@gmail.com>
18208
18209 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18210 clang to emit the full definition of type required by the test
18211 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18212
18213 2014-04-24 David Blaikie <dblaikie@gmail.com>
18214
18215 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18216 coax Clang into emitting the definition of the type.
18217 * gdb.cp/pr10728-x.h (y): Ditto.
18218 * gdb.cp/pr10728-y.cc (y): Ditto.
18219
18220 2014-04-24 David Blaikie <dblaikie@gmail.com>
18221
18222 * gdb.base/label.exp: XFAIL label related tests under Clang.
18223 * gdb.cp/cplabel.exp: Ditto.
18224 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18225 under Clang those using labels.
18226
18227 2014-04-25 Yao Qi <yao@codesourcery.com>
18228
18229 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18230 double_label.
18231 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18232 partial_label and double_label.
18233
18234 2014-04-24 David Blaikie <dblaikie@gmail.com>
18235
18236 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18237
18238 2014-04-24 David Blaikie <dblaikie@gmail.com>
18239
18240 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18241 of the function to work across GCC and Clang.
18242 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18243 pointer types (const void ** const V void **).
18244
18245 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18246 Walfred Tedeschi <walfred.tedeschi@intel.com>
18247
18248 * Makefile.in (EXECUTABLES): Added i386-avx512.
18249 * gdb.arch/i386-avx512.c: New file.
18250 * gdb.arch/i386-avx512.exp: Likewise.
18251
18252 2014-04-23 Keith Seitz <keiths@redhat.com>
18253
18254 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18255 (mi_make_breakpoint_table): New procedure.
18256 (mi_create_breakpoint): Use mi_make_breakpoint
18257 and return the result.
18258 (mi_make_breakpoint): New procedure.
18259 (mi_build_kv_pairs): New procedure.
18260
18261 * gdb.mi/mi-break.exp: Remove unused globals,
18262 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18263 All callers updated.
18264 * gdb.mi/mi-dprintf.exp: Use variable to track command
18265 number.
18266 Update all callers of mi_create_breakpoint and use
18267 mi_make_breakpoint_table.
18268 Remove any unused global variables.
18269 * gdb.mi/mi-nonstop.exp: Likewise.
18270 * gdb.mi/mi-nsintrall.exp: Likewise.
18271 * gdb.mi/mi-nsmoribund.exp: Likewise.
18272 * gdb.mi/mi-nsthrexec.exp: Likewise.
18273 * gdb.mi/mi-reverse.exp: Likewise.
18274 * gdb.mi/mi-simplerun.exp: Likewise.
18275 * gdb.mi/mi-stepn.exp: Likewise.
18276 * gdb.mi/mi-syn-frame.exp: Likewise.
18277 * gdb.mi/mi-until.exp: Likewise.
18278 * gdb.mi/mi-var-cp.exp: Likewise.
18279 * gdb.mi/mi-var-display.exp: Likewise.
18280 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18281 * gdb.mi/mi2-var-child.exp: Likewise.
18282 * gdb.mi/mi-vla-c99.exp: Likewise.
18283 * lib/mi-support.exp: Likewise.
18284
18285 From Ian Lance Taylor <iant@cygnus.com>:
18286 * lib/gdb.exp (parse_args): New procedure.
18287
18288 2014-04-23 Pedro Alves <palves@redhat.com>
18289
18290 * gdb.base/break-unload-file.c: New file.
18291 * gdb.base/break-unload-file.exp: New file.
18292 * gdb.base/sym-file-lib.c (baz): New function.
18293 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18294 field.
18295 (load): Store the segment's mapped size.
18296 (unload): New function.
18297 (unload_shlib): New function.
18298 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18299 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18300 set a breakpoint at baz, and call it.
18301 * gdb.base/sym-file.exp: New tests for stale breakpoint
18302 instructions.
18303
18304 2014-04-23 Pedro Alves <palves@redhat.com>
18305
18306 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18307 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18308 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18309 * gdb.base/hbreak-unmapped.c: New file.
18310 * gdb.base/hbreak-unmapped.exp: New file.
18311 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18312 * lib/gdb.exp (gdb_is_target_remote): ... here.
18313
18314 2014-04-22 Pedro Alves <palves@redhat.com>
18315
18316 * gdb.base/consecutive-step-over.c: New file.
18317 * gdb.base/consecutive-step-over.exp: New file.
18318
18319 2014-04-22 Pedro Alves <palves@redhat.com>
18320
18321 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18322 instead of send_gdb/gdb_expect.
18323
18324 2014-04-22 Yao Qi <yao@codesourcery.com>
18325
18326 * lib/trace-support.exp (generate_tracefile): New procedure.
18327 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18328 return 0.
18329 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18330 if generate_tracefile returns 1.
18331
18332 2014-04-18 Tom Tromey <palves@redhat.com>
18333 Pedro alves <tromey@redhat.com>
18334
18335 PR backtrace/15558
18336 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18337 with a backtrace limit.
18338 * gdb.python/py-frame-inline.exp: Test running to an inline
18339 function with a backtrace limit, and printing the newest frame.
18340 * gdb.python/py-frame-inline.c (main): Call f.
18341
18342 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18343
18344 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18345
18346 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18347
18348 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18349 Drop prefix from unsupported source file path.
18350
18351 2014-04-17 Yao Qi <yao@codesourcery.com>
18352
18353 * lib/gdb.exp (with_target_charset): New proc.
18354 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18355 with_target_charset.
18356 (test_print_strings): Likewise.
18357 (test_repeat_bytes): Likewise.
18358 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18359 for some tests.
18360
18361 2014-04-16 Keith Seitz <keiths@redhat.com>
18362
18363 PR gdb/15827
18364 * gdb.dwarf2/corrupt.c: New file.
18365 * gdb.dwarf2/corrupt.exp: New file.
18366
18367 2014-04-16 Keith Seitz <keiths@redhat.com>
18368
18369 PR c++/16597
18370 * gdb.cp/namelessclass.cc: New file.
18371 * gdb.cp/namelessclass.exp: New file.
18372 * gdb.cp/namelessclass.S: New file.
18373
18374 2014-04-16 Doug Evans <dje@google.com>
18375
18376 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18377 Add comment.
18378 (gdbserver_default_get_comm_port): New function.
18379 (gdbserver_start): Check if board file provided
18380 "gdbserver,get_comm_port" and use it if so.
18381 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18382 (gdb,socketport): Set to "stdio".
18383 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18384 (stdio_gdbserver_template): Delete.
18385 (${board}_get_remote_address): Update.
18386 (${board}_build_remote_cmd): Delete.
18387 (${board}_get_comm_port): New function.
18388 (${board}_spawn): Update.
18389 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18390 Delete.
18391 (${board}_get_remote_address): Update.
18392 (${board}_get_comm_port): New function.
18393
18394 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18395
18396 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18397 appearing in any order.
18398
18399 2014-04-15 Doug Evans <dje@google.com>
18400
18401 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18402 uninitialized value of "description".
18403
18404 2014-04-15 Keith Seitz <keiths@redhat.com>
18405
18406 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18407 Remove unused globals.
18408 (test_running_the_program): Likewise.
18409 (test_controlled_execution): Likewise.
18410 (test_controlling_breakpoints): Likewise.
18411 (test_program_termination): Likewise.
18412
18413 2014-04-15 Keith Seitz <keiths@redhat.com>
18414
18415 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18416 unused globals.
18417 (test_rbreak_creation_and_listing): Likewise.
18418 (test_ignore_count): Likewise.
18419 (test_error): Likewise.
18420
18421 2014-04-15 Pedro Alves <palves@redhat.com>
18422
18423 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18424 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18425 sym-file-loader.c.
18426 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18427 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18428 to sym-file-loader.c.
18429 (struct library): Forward declare.
18430 (load_shlib, lookup_function): Change prototypes.
18431 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18432 (translate_offset): Remove declarations.
18433 (get_text_addr): New declaration.
18434 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18435 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18436 sym-file-loader.h.
18437 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18438 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18439 here from sym-file-loader.h.
18440 (struct library): New structure.
18441 (load_shlib, lookup_function): Change prototypes and adjust to
18442 work with a struct library.
18443 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18444 (translate_offset): Make static.
18445 (get_text_addr): New function.
18446 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18447
18448 2014-04-15 Pedro Alves <palves@redhat.com>
18449
18450 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18451
18452 2014-04-15 Pedro Alves <palves@redhat.com>
18453
18454 * gdb.base/sym-file-loader.c: Include <limits.h>.
18455 (SELF_LINK): New define.
18456 (get_origin): New function.
18457 (load_shlib): Use it.
18458 * gdb.base/sym-file.exp: Don't early return if the target is
18459 remote. Use runto_main, and issue fail is that fails. Use
18460 gdb_load_shlibs.
18461 (shlib_name): Delete.
18462 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18463
18464 2014-04-15 Pedro Alves <palves@redhat.com>
18465
18466 * gdb.base/sym-file.exp: Remove regex characters from test
18467 message. Don't refer to breakpoint numbers in test messages.
18468
18469 2014-04-14 Keith Seitz <keiths@redhat.com>
18470
18471 PR c++/16253
18472 * gdb.cp/var-tag.cc: New file.
18473 * gdb.cp/var-tag.exp: New file.
18474 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18475 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18476 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18477 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18478
18479 2014-04-14 Tom Tromey <tromey@redhat.com>
18480
18481 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18482 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18483 type.
18484 * gdb.cp/enum-class.exp: New file.
18485 * gdb.cp/enum-class.cc: New file.
18486
18487 2014-04-14 Tom Tromey <tromey@redhat.com>
18488
18489 * gdb.dwarf2/enum-type.exp: New file.
18490
18491 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18492
18493 * gdb.mi/mi-vla-c99.exp: New file.
18494 * gdb.mi/vla.c: New file.
18495
18496 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18497
18498 * gdb.base/vla-datatypes.c: New file.
18499 * gdb.base/vla-datatypes.exp: New file.
18500
18501 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18502
18503 * gdb.base/vla-ptr.c: New file.
18504 * gdb.base/vla-ptr.exp: New file.
18505
18506 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18507
18508 * gdb.dwarf2/count.exp: New file.
18509
18510 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18511
18512 * gdb.base/vla-sideeffect.c: New file.
18513 * gdb.base/vla-sideeffect.exp: New file.
18514
18515 2014-04-14 David Blaikie <dblaikie@gmail.com>
18516
18517 * gdb.mi/non-stop.c: Add return value for non-void function return
18518 statement.
18519 * gdb.threads/staticthreads.c: Ditto.
18520
18521 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18522 Doug Evans <xdje42@gmail.com>
18523
18524 * gdb.guile/scm-value.c: Improve test case.
18525 * gdb.guile/scm-value.exp: Add new test.
18526
18527 2014-04-11 David Blaikie <dblaikie@gmail.com>
18528
18529 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18530 override Clang's default.
18531
18532 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18533
18534 Revert the following changes (regressions):
18535
18536 * gdb.base/vla-sideeffect.c: New file.
18537 * gdb.base/vla-sideeffect.exp: New file.
18538
18539 * gdb.dwarf2/count.exp: New file.
18540
18541 * gdb.base/vla-multi.c: New file.
18542 * gdb.base/vla-multi.exp: New file.
18543
18544 * gdb.base/vla-ptr.c: New file.
18545 * gdb.base/vla-ptr.exp: New file.
18546
18547 * gdb.base/vla-datatypes.c: New file.
18548 * gdb.base/vla-datatypes.exp: New file.
18549
18550 * gdb.mi/mi-vla-c99.exp: New file.
18551 * gdb.mi/vla.c: New file.
18552
18553 2014-04-11 Keith Seitz <keiths@redhat.com>
18554
18555 PR c++/16675
18556 * gdb.cp/cpsizeof.exp: New file.
18557 * gdb.cp/cpsizeof.cc: New file.
18558
18559 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18560
18561 * gdb.mi/mi-vla-c99.exp: New file.
18562 * gdb.mi/vla.c: New file.
18563
18564 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18565
18566 * gdb.base/vla-datatypes.c: New file.
18567 * gdb.base/vla-datatypes.exp: New file.
18568
18569 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18570
18571 * gdb.base/vla-ptr.c: New file.
18572 * gdb.base/vla-ptr.exp: New file.
18573
18574 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18575
18576 * gdb.base/vla-multi.c: New file.
18577 * gdb.base/vla-multi.exp: New file.
18578
18579 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18580
18581 * gdb.dwarf2/count.exp: New file.
18582
18583 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18584
18585 * gdb.base/vla-sideeffect.c: New file.
18586 * gdb.base/vla-sideeffect.exp: New file.
18587
18588 2014-04-11 Yao Qi <yao@codesourcery.com>
18589
18590 * gdb.base/completion.exp: Check file exists before running tests
18591 on file completion.
18592
18593 2014-04-10 Pedro Alves <palves@redhat.com>
18594
18595 * gdb.base/cond-eval-mode.c: New file.
18596 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18597 prepare_for_testing to build the new file. Check result of
18598 runto_main.
18599 (test_break, test_watch): New procedures.
18600 (top level): Use them.
18601
18602 2014-04-08 Pierre Muller <muller@sourceware.org>
18603
18604 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18605 Ctrl-V use for mingw hosts.
18606
18607 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18608
18609 * gdb.python/py-value.c: Improve test case.
18610 * gdb.python/py-value.exp: Add new test.
18611
18612 2014-04-07 David Blaikie <dblaikie@gmail.com>
18613
18614 * lib/compiler.c: Identify the clang compiler.
18615 * lib/compiler.cc: Ditto.
18616
18617 2014-04-03 Yao Qi <yao@codesourcery.com>
18618
18619 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18620
18621 2014-04-01 Anton Blanchard <anton@samba.org>
18622
18623 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18624 messages unique.
18625
18626 2014-04-01 Anton Blanchard <anton@samba.org>
18627
18628 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18629 prepare_for_testing.
18630
18631 2014-04-01 Anton Blanchard <anton@samba.org>
18632
18633 * gdb.arch/ppc64-atomic-inst.c: Remove.
18634 * gdb.arch/ppc64-atomic-inst.S: New file.
18635 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18636
18637 2014-03-31 Doug Evans <dje@google.com>
18638
18639 * gdb.base/print-symbol-loading-lib.c: New file.
18640 * gdb.base/print-symbol-loading-main.c: New file.
18641 * gdb.base/print-symbol-loading.exp: New file.
18642
18643 2014-03-31 Yao Qi <yao@codesourcery.com>
18644
18645 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18646
18647 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18648
18649 * gdb.ada/mi_dyn_arr: New testcase.
18650
18651 2014-03-27 Doug Evans <dje@google.com>
18652
18653 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18654
18655 2014-03-27 Yao Qi <yao@codesourcery.com>
18656
18657 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18658 if target is nios2-*-*.
18659
18660 2014-03-26 Yao Qi <yao@codesourcery.com>
18661
18662 * lib/gdb.exp (readline_is_used): New proc.
18663 * gdb.base/completion.exp: Move tests on command complete up.
18664 Skip the rest of tests if readline is not used.
18665 * gdb.ada/complete.exp: Skp the test if readline is not
18666 used.
18667 * gdb.base/filesym.exp: Likewise.
18668 * gdb.base/macscp.exp: Likewise.
18669 * gdb.base/readline-ask.exp: Likewise.
18670 * gdb.base/readline.exp: Likewise.
18671 * gdb.python/py-cmd.exp: Likewise.
18672 * gdb.trace/tfile.exp: Likewise.
18673
18674 2014-03-26 Yao Qi <yao@codesourcery.com>
18675
18676 * gdb.base/macscp.exp: Fix code format issues.
18677
18678 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18679
18680 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18681 * gdb.asm/powerpc64le.inc: New file.
18682
18683 2014-03-25 Pedro Alves <palves@redhat.com>
18684 Doug Evans <dje@google.com>
18685
18686 * gdb.base/source-execution.c: New file.
18687 * gdb.base/source-execution.exp: New file.
18688 * gdb.base/source-execution.gdb: New file.
18689
18690 2014-03-24 Doug Evans <dje@google.com>
18691
18692 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18693 using fission.
18694
18695 2014-03-24 Hui Zhu <hui@codesourcery.com>
18696 Pedro Alves <palves@redhat.com>
18697
18698 PR breakpoints/16101
18699 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18700 test pass/fail messages. Detect missing support for dprintf when
18701 breakpoints are actually inserted.
18702 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18703 breakpoints are actually inserted.
18704 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18705 fails.
18706
18707 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18708
18709 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18710
18711 2014-03-22 Doug Evans <xdje42@gmail.com>
18712
18713 * gdb.python/python.exp (python not supported): Verify multi-line
18714 python command issues an error.
18715 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18716 guile command issues an error.
18717
18718 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18719
18720 * gdb.threads/thread-specific.exp: Handle the lack of usable
18721 $this_breakpoint and $this_thread.
18722
18723 2014-03-21 Hui Zhu <hui@codesourcery.com>
18724
18725 * gdb.base/attach.exp (do_command_attach_tests): New.
18726
18727 2014-03-20 Tom Tromey <tromey@redhat.com>
18728 Pedro Alves <palves@redhat.com>
18729
18730 PR cli/15718
18731 * gdb.base/condbreak-call-false.c: New file.
18732 * gdb.base/condbreak-call-false.exp: New file.
18733
18734 2014-03-20 Pedro Alves <palves@redhat.com>
18735
18736 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18737 Delete.
18738 (block_signals, unblock_signals): Delete.
18739 (child_function_2, main): Remove references to deleted variable
18740 and functions.
18741
18742 2014-03-20 Pedro Alves <palves@redhat.com>
18743
18744 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18745 Use pthread_kill to signal thread 2.
18746 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18747 Adjust to make the test send itself a signal rather than using the
18748 host's "kill" command.
18749
18750 2014-03-20 Pedro Alves <palves@redhat.com>
18751
18752 * gdb.threads/multiple-step-overs.c: New file.
18753 * gdb.threads/multiple-step-overs.exp: New file.
18754 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18755 Adjust expected infrun debug output.
18756
18757 2014-03-20 Pedro Alves <palves@redhat.com>
18758
18759 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18760 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18761
18762 2014-03-20 Pedro Alves <palves@redhat.com>
18763
18764 PR breakpoints/7143
18765 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18766 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18767 of gdb_test_multiple.
18768 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18769 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18770
18771 2014-03-20 Pedro Alves <palves@redhat.com>
18772
18773 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18774 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18775
18776 2014-03-19 Pedro Alves <palves@redhat.com>
18777
18778 * gdb.base/async.exp: Remove early return.
18779
18780 2014-03-19 Pedro Alves <palves@redhat.com>
18781
18782 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18783
18784 2014-03-19 Pedro Alves <palves@redhat.com>
18785
18786 * gdb.base/async.exp (test_background): Expect \r\n after
18787 "completed." in the fail pattern.
18788
18789 2014-03-19 Pedro Alves <palves@redhat.com>
18790
18791 * gdb.base/async.exp (test_background): New procedure.
18792 Use it for all background execution command tests.
18793
18794 2014-03-19 Pedro Alves <palves@redhat.com>
18795
18796 * gdb.base/async.exp: Use prepare_for_testing.
18797
18798 2014-03-19 Pedro Alves <palves@redhat.com>
18799
18800 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18801 the same line.
18802
18803 2014-03-19 Pedro Alves <palves@redhat.com>
18804
18805 * gdb.base/async.c (main): Add "jump here" and "until here" line
18806 marker comments.
18807 * gdb.base/async.exp (jump_here): New global.
18808 (jump& test): Use it.
18809 (until_here): New global.
18810 (until& test): Use it.
18811
18812 2014-03-19 Pedro Alves <palves@redhat.com>
18813
18814 * gdb.base/async.exp: Don't frob gdb_protocol.
18815
18816 2014-03-18 Doug Evans <xdje42@gmail.com>
18817
18818 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18819 Fix spelling of exec-done-display.
18820
18821 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18822
18823 PR gdb/15358
18824 * gdb.base/gdb-sigterm.c: New file.
18825 * gdb.base/gdb-sigterm.exp: New file.
18826
18827 2014-03-18 Pedro Alves <palves@redhat.com>
18828
18829 PR gdb/13860
18830 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18831 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18832 solib-event.
18833
18834 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18835
18836 * gdb.ada/pckd_arr_ren: New testcase.
18837
18838 2014-03-13 Doug Evans <xdje42@gmail.com>
18839
18840 PR guile/16612
18841 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18842 collect after discarding symbols.
18843
18844 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18845 Doug Evans <xdje42@gmail.com>
18846
18847 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18848 to history survives a gc.
18849
18850 2014-03-13 Pedro Alves <palves@redhat.com>
18851
18852 * gdb.base/default.exp: Don't test "target procfs".
18853
18854 2014-03-13 Pedro Alves <palves@redhat.com>
18855
18856 * gdb.base/default.exp: Update "target child" and "target procfs"
18857 tests to not expect "Unix".
18858
18859 2014-03-12 Tom Tromey <tromey@redhat.com>
18860
18861 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18862 New procs. Add target-async tests.
18863 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18864 Add target-async tests.
18865
18866 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18867
18868 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18869 'func_start' and 'func_end' for the beginning and end of the
18870 function code, respectively.
18871 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18872 'func_end' instead of 'func' and 'main'.
18873
18874 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18875
18876 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18877 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18878 generate the debug info assembler source.
18879
18880 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18881
18882 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18883 * gdb.dwarf2/arr-subrange.exp: Likewise.
18884 * gdb.dwarf2/dwz.exp: Likewise.
18885 * gdb.dwarf2/method-ptr.exp: Likewise.
18886 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18887 * gdb.dwarf2/subrange.exp: Likewise.
18888 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18889 * gdb.dwarf2/implptrpiece.exp: Likewise.
18890 * gdb.dwarf2/nostaticblock.exp: Likewise.
18891
18892 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18893
18894 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18895 directory to absolute path name arguments.
18896
18897 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18898
18899 * gdb.ada/tagged_access: New testcase.
18900
18901 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18902
18903 * gdb.btrace/data.exp: Update expected output.
18904
18905 2014-03-06 Yao Qi <yao@codesourcery.com>
18906
18907 * gdb.trace/pr16508.exp: New file.
18908
18909 2014-03-05 Pedro Alves <palves@redhat.com>
18910
18911 PR gdb/16575
18912 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18913 procedure.
18914 (top level): Adjust to use it. Add tests that exercise breakpoint
18915 interaction with the code-cache.
18916
18917 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18918
18919 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18920 test for 'history-append!'.
18921
18922 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18923
18924 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18925 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18926 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18927 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18928 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18929 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18930
18931 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18932
18933 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18934 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18935 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18936
18937 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18938
18939 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18940
18941 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18942
18943 * gdb.dwarf2/arr-stride.c: New file.
18944 * gdb.dwarf2/arr-stride.exp: New file.
18945
18946 2014-02-26 Pedro Alves <palves@redhat.com>
18947
18948 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18949 that won't ever trigger. Make sure that GDB reports the correct
18950 breakpoint that caused the stop.
18951
18952 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18953
18954 PR gdb/16626
18955 * gdb.base/auto-load-script: New file.
18956 * gdb.base/auto-load.c: New file.
18957 * gdb.base/auto-load.exp: New file.
18958
18959 PR gdb/16626
18960 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18961
18962 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18963
18964 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18965 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18966
18967 2014-02-24 Doug Evans <dje@google.com>
18968
18969 * lib/gdb.exp (run_on_host): Log error output if program fails.
18970
18971 2014-02-21 Pedro Alves <palves@redhat.com>
18972
18973 * gdb.threads/step-after-sr-lock.c: Rename to ...
18974 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18975 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18976 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18977 ... this.
18978
18979 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18980
18981 PR tdep/16397
18982 * gdb.arch/amd64-stap-special-operands.exp: New file.
18983 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18984 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18985 * gdb.arch/amd64-stap-triplet.S: Likewise.
18986 * gdb.arch/amd64-stap-triplet.c: Likewise.
18987
18988 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18989
18990 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18991 in .section pseudo-op.
18992
18993 2014-02-20 lin zuojian <manjian2006@gmail.com>
18994 Joel Brobecker <brobecker@adacore.com>
18995 Doug Evans <xdje42@gmail.com>
18996
18997 PR symtab/16581
18998 * gdb.dwarf2/dw2-icycle.S: New file.
18999 * gdb.dwarf2/dw2-icycle.c: New file.
19000 * gdb.dwarf2/dw2-icycle.exp: New file.
19001
19002 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19003
19004 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19005 operations on gdb.Value objects.
19006 * gdb.python/py-value-cc.exp: Add new test to test operations on
19007 gdb.Value objects.
19008
19009 2014-02-18 Doug Evans <dje@google.com>
19010
19011 * Makefile.in (TESTS): New variable.
19012 (expanded_tests, expanded_tests_or_none): New variables
19013 (check-single): Pass $(expanded_tests_or_none) to runtest.
19014 (check-parallel): Only run tests in $(TESTS) if non-empty.
19015 (check/no-matching-tests-found): New rule.
19016 * README: Document TESTS makefile variable.
19017
19018 2014-02-18 Doug Evans <dje@google.com>
19019
19020 * Makefile.in (check-parallel): rm -rf outputs temp.
19021
19022 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19023
19024 Fix "ERROR: no fileid for" in the testsuite.
19025 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19026
19027 2014-02-12 Doug Evans <dje@google.com>
19028
19029 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19030 (MISCELLANEOUS): New variable.
19031 (clean): rm -rf $(MISCELLANEOUS).
19032 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19033 dwp live in the same directory as symlinks, with each symlink pointed
19034 to a differently named file in a different directory.
19035
19036 2014-02-11 Doug Evans <dje@google.com>
19037
19038 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19039 of Tcl file commands.
19040
19041 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19042
19043 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19044 "kill -SIGUSR1 -1".
19045
19046 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19047
19048 * gdb.ada/tick_length_array_enum_idx: New testcase.
19049
19050 2014-02-10 Doug Evans <xdje42@gmail.com>
19051
19052 * configure.ac (AC_OUTPUT): Add gdb.guile.
19053 * configure: Regenerate.
19054 * lib/gdb-guile.exp: New file.
19055 * lib/gdb.exp (get_target_charset): New function.
19056 * gdb.base/help.exp: Update expected output from "apropos apropos".
19057 * gdb.guile/Makefile.in: New file.
19058 * gdb.guile/guile.exp: New file.
19059 * gdb.guile/scm-arch.c: New file.
19060 * gdb.guile/scm-arch.exp: New file.
19061 * gdb.guile/scm-block.c: New file.
19062 * gdb.guile/scm-block.exp: New file.
19063 * gdb.guile/scm-breakpoint.c: New file.
19064 * gdb.guile/scm-breakpoint.exp: New file.
19065 * gdb.guile/scm-disasm.c: New file.
19066 * gdb.guile/scm-disasm.exp: New file.
19067 * gdb.guile/scm-equal.c: New file.
19068 * gdb.guile/scm-equal.exp: New file.
19069 * gdb.guile/scm-error.exp: New file.
19070 * gdb.guile/scm-error.scm: New file.
19071 * gdb.guile/scm-frame-args.c: New file.
19072 * gdb.guile/scm-frame-args.exp: New file.
19073 * gdb.guile/scm-frame-args.scm: New file.
19074 * gdb.guile/scm-frame-inline.c: New file.
19075 * gdb.guile/scm-frame-inline.exp: New file.
19076 * gdb.guile/scm-frame.c: New file.
19077 * gdb.guile/scm-frame.exp: New file.
19078 * gdb.guile/scm-generics.exp: New file.
19079 * gdb.guile/scm-gsmob.exp: New file.
19080 * gdb.guile/scm-iterator.c: New file.
19081 * gdb.guile/scm-iterator.exp: New file.
19082 * gdb.guile/scm-math.c: New file.
19083 * gdb.guile/scm-math.exp: New file.
19084 * gdb.guile/scm-objfile-script-gdb.in: New file.
19085 * gdb.guile/scm-objfile-script.c: New file.
19086 * gdb.guile/scm-objfile-script.exp: New file.
19087 * gdb.guile/scm-objfile.c: New file.
19088 * gdb.guile/scm-objfile.exp: New file.
19089 * gdb.guile/scm-ports.exp: New file.
19090 * gdb.guile/scm-pretty-print.c: New file.
19091 * gdb.guile/scm-pretty-print.exp: New file.
19092 * gdb.guile/scm-pretty-print.scm: New file.
19093 * gdb.guile/scm-section-script.c: New file.
19094 * gdb.guile/scm-section-script.exp: New file.
19095 * gdb.guile/scm-section-script.scm: New file.
19096 * gdb.guile/scm-symbol.c: New file.
19097 * gdb.guile/scm-symbol.exp: New file.
19098 * gdb.guile/scm-symtab-2.c: New file.
19099 * gdb.guile/scm-symtab.c: New file.
19100 * gdb.guile/scm-symtab.exp: New file.
19101 * gdb.guile/scm-type.c: New file.
19102 * gdb.guile/scm-type.exp: New file.
19103 * gdb.guile/scm-value-cc.cc: New file.
19104 * gdb.guile/scm-value-cc.exp: New file.
19105 * gdb.guile/scm-value.c: New file.
19106 * gdb.guile/scm-value.exp: New file.
19107 * gdb.guile/source2.scm: New file.
19108 * gdb.guile/types-module.cc: New file.
19109 * gdb.guile/types-module.exp: New file.
19110
19111 2014-02-10 Yao Qi <yao@codesourcery.com>
19112
19113 PR testsuite/16543
19114 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19115 * configure: Regenerated.
19116 * Makefile.in: New file.
19117
19118 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19119
19120 * gdb.python/py-framefilter.exp: Fix typo.
19121
19122 2014-02-08 Yao Qi <yao@codesourcery.com>
19123
19124 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19125 that no =breakpoint-modified is emitted when breakpoints are
19126 modified through MI commands.
19127
19128 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19129 Pedro Alves <palves@redhat.com>
19130
19131 * gdb.threads/step-after-sr-lock.c: New file.
19132 * gdb.threads/step-after-sr-lock.exp: New file.
19133
19134 2014-02-07 Pedro Alves <palves@redhat.com>
19135
19136 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19137
19138 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19139
19140 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19141 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19142
19143 2014-02-06 Doug Evans <xdje42@gmail.com>
19144
19145 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19146 output.
19147
19148 * gdb.gdb/python-interrupts.exp: New file.
19149
19150 2014-02-05 Yao Qi <yao@codesourcery.com>
19151
19152 * gdb.trace/report.exp (use_collected_data): Test the output
19153 of "info threads" and "info inferiors".
19154
19155 2014-02-05 Yao Qi <yao@codesourcery.com>
19156
19157 Revert this patch:
19158
19159 2013-05-24 Yao Qi <yao@codesourcery.com>
19160
19161 * gdb.trace/tfile.exp: Test inferior and thread.
19162
19163 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19164
19165 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19166 on a function.
19167 * gdb.base/step-bt.c: Call hello via function pointer to make
19168 sure its first instruction is executed on powerpc64le-linux.
19169
19170 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19171
19172 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19173
19174 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19175
19176 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19177 of the test patterns for use on little-endian systems.
19178
19179 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19180
19181 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19182 (decimal_vector): Fix for little-endian.
19183
19184 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19185
19186 * gdb.arch/sparc-sysstep.exp: New file.
19187 * gdb.arch/sparc-sysstep.c: Likewise.
19188
19189 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19190
19191 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19192
19193 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19194
19195 2014-01-23 Tom Tromey <tromey@redhat.com>
19196
19197 * gdb.ada/array_char_idx: New testcase.
19198
19199 2014-01-23 Tom Tromey <tromey@redhat.com>
19200
19201 PR python/16487:
19202 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19203 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19204 classes.
19205
19206 2014-01-23 Tom Tromey <tromey@redhat.com>
19207
19208 PR python/16491:
19209 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19210 string from an inferior frame.
19211 * gdb.python/py-framefilter-mi.exp: Update.
19212
19213 2014-01-22 Doug Evans <dje@google.com>
19214
19215 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19216
19217 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19218
19219 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19220
19221 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19222
19223 * gdb.trace/entry-values.exp: Remove excess space character from
19224 regex patterns. Handle s390 call instruction.
19225
19226 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19227
19228 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19229 define "*_start" label. Make "name" static.
19230 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19231 ${name} by references to ${name}_start.
19232
19233 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19234
19235 * gdb.base/info-macros.exp: Remove "debug" from the compile
19236 options.
19237
19238 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19239
19240 * gdb.dlang/demangle.exp: New file.
19241
19242 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19243
19244 * gdb.dlang/primitive-types.exp: New file.
19245
19246 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19247
19248 * configure.ac: Create gdb.dlang/Makefile.
19249 * configure: Regenerate.
19250 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19251 * gdb.dlang/Makefile.in: New file.
19252 * lib/d-support.exp: New file.
19253 * lib/gdb.exp (skip_d_tests): New proc.
19254
19255 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19256
19257 * gdb.btrace/delta.exp: Check reverse stepi.
19258 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19259 * gdb.btrace/finish.exp: New.
19260 * gdb.btrace/next.exp: New.
19261 * gdb.btrace/nexti.exp: New.
19262 * gdb.btrace/record_goto.c: Add comments.
19263 * gdb.btrace/step.exp: New.
19264 * gdb.btrace/stepi.exp: New.
19265 * gdb.btrace/multi-thread-step.c: New.
19266 * gdb.btrace/multi-thread-step.exp: New.
19267 * gdb.btrace/rn-dl-bind.c: New.
19268 * gdb.btrace/rn-dl-bind.exp: New.
19269 * gdb.btrace/data.c: New.
19270 * gdb.btrace/data.exp: New.
19271 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19272
19273 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19274
19275 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19276 * gdb.btrace/exception.exp: Update.
19277 * gdb.btrace/instruction_history.exp: Update.
19278 * gdb.btrace/record_goto.exp: Update.
19279 * gdb.btrace/tailcall.exp: Update.
19280 * gdb.btrace/unknown_functions.exp: Update.
19281 * gdb.btrace/delta.exp: New.
19282
19283 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19284
19285 * gdb.btrace/record_goto.exp: Add backtrace test.
19286 * gdb.btrace/tailcall.exp: Add backtrace test.
19287
19288 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19289
19290 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19291 * gdb.btrace/record_goto.c: New.
19292 * gdb.btrace/record_goto.exp: New.
19293 * gdb.btrace/x86-record_goto.S: New.
19294
19295 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19296
19297 * gdb.btrace/function_call_history.exp: Update tests.
19298 * gdb.btrace/instruction_history.exp: Update tests.
19299
19300 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19301
19302 * gdb.btrace/function_call_history.exp: Fix expected field
19303 order for "record function-call-history".
19304 Add new tests for "record function-call-history /c".
19305 * gdb.btrace/exception.cc: New.
19306 * gdb.btrace/exception.exp: New.
19307 * gdb.btrace/tailcall.exp: New.
19308 * gdb.btrace/x86-tailcall.S: New.
19309 * gdb.btrace/x86-tailcall.c: New.
19310 * gdb.btrace/unknown_functions.c: New.
19311 * gdb.btrace/unknown_functions.exp: New.
19312 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19313
19314 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19315
19316 * gdb.btrace/instruction_history.exp: Update.
19317 * gdb.btrace/function_call_history.exp: Update.
19318
19319 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19320
19321 * gdb.btrace/function_call_history.exp: Fix expected function
19322 trace.
19323 * gdb.btrace/instruction_history.exp: Initialize traced.
19324 Remove traced_functions.
19325
19326 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19327
19328 * gdb.btrace/function_call_history.exp: Update
19329 * gdb.btrace/instruction_history.exp: Update.
19330
19331 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19332
19333 * gdb.btrace/enable.exp: Update expected text.
19334
19335 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19336
19337 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19338 bytes.
19339
19340 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19341
19342 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19343
19344 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19345
19346 * lib/gdb.exp (supports_process_record): Return true for
19347 arm*-linux*. (supports_reverse): Likewise.
19348
19349 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19350
19351 PR python/15464
19352 PR python/16113
19353 * gdb.python/py-type.c: Enhance test case.
19354 * gdb.python/py-value-cc.cc: Likewise
19355 * gdb.python/py-type.exp: Add new tests.
19356 * gdb.python/py-value-cc.exp: Likewise
19357
19358 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19359 Pedro Alves <palves@redhat.com>
19360
19361 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19362 Make "name" extern.
19363 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19364 references to ${name}_start by references to ${name}.
19365
19366 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19367
19368 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19369
19370 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19371
19372 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19373
19374 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19375 Pedro Alves <palves@redhat.com>
19376
19377 * gdb.mi/mi-info-os.exp: Connect to the target with
19378 mi_gdb_target_load.
19379
19380 2014-01-08 Pedro Alves <palves@redhat.com>
19381
19382 * gdb.threads/reconnect-signal.c: New file.
19383 * gdb.threads/reconnect-signal.exp: New file.
19384
19385 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19386
19387 * gdb.base/source-dir.exp: New file.
19388
19389 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19390
19391 * gdb.ada/mi_interface: New testcase.
19392
19393 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19394
19395 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19396 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19397 gdb.ada/pp-rec-component/pck.ads: New files.
19398
19399 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19400
19401 * gdb.python/py-pp-integral.c: New file.
19402 * gdb.python/py-pp-integral.py: New file.
19403 * gdb.python/py-pp-integral.exp: New file.
19404
19405 For older changes see ChangeLog-1993-2013.
19406 \f
19407 ;; Local Variables:
19408 ;; mode: change-log
19409 ;; left-margin: 8
19410 ;; fill-column: 74
19411 ;; version-control: never
19412 ;; End:
19413
19414 Copyright 2014-2020 Free Software Foundation, Inc.
19415 Copying and distribution of this file, with or without modification,
19416 are permitted provided the copyright notice and this notice are preserved.
This page took 0.499856 seconds and 5 git commands to generate.