[gdb/testsuite] Add xfails for PR gcc/90232
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-04-29 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (debug_types): New proc.
4 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5 * gdb.python/py-symtab.exp: Same.
6
7 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
8
9 PR gdb/17320
10 * gdb.base/pretty-array.c: New test.
11 * gdb.base/pretty-array.exp: New file.
12
13 2020-04-29 Tom de Vries <tdevries@suse.de>
14
15 PR symtab/25889
16 * gdb.cp/cpexprs.exp: Adapt for inclusion.
17 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
18 and include cpexprs.exp.
19
20 2020-04-28 Mark Williams <mark@myosotissp.com>
21
22 PR gdb/24480
23 * dw4-toplevel-types.exp: Test for top level types.
24 * dw4-toplevel-types.cc: Test for top level types.
25
26 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
27
28 * gdb.threads/stop-with-handle.exp: Fix typo in comment
29 (theads -> threads).
30
31 2020-04-28 Tom de Vries <tdevries@suse.de>
32
33 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
34
35 2020-04-28 Tom de Vries <tdevries@suse.de>
36
37 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
38
39 2020-04-28 Tom de Vries <tdevries@suse.de>
40
41 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
42
43 2020-04-28 Tom de Vries <tdevries@suse.de>
44
45 * gdb.dwarf2/main-foo.c: New test.
46 * gdb.dwarf2/struct-with-sig.exp: New file.
47
48 2020-04-25 Tom de Vries <tdevries@suse.de>
49
50 * boards/debug-types.exp: New file.
51
52 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
55
56 2020-04-24 Tom Tromey <tom@tromey.com>
57
58 PR symtab/12707:
59 * gdb.python/py-symbol.exp: Update expected results for
60 linkage_name test.
61 * gdb.cp/print-demangle.exp: New file.
62 * gdb.base/c-linkage-name.exp: Fix test.
63 * gdb.guile/scm-symbol.exp: Update expected results for
64 linkage_name test.
65
66 2020-04-24 Tom Tromey <tom@tromey.com>
67
68 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
69 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
70 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
71 assembler.
72
73 2020-04-24 Tom de Vries <tdevries@suse.de>
74
75 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
76 C++.
77
78 2020-04-24 Tom Tromey <tromey@adacore.com>
79
80 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
81 values.
82 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
83 values. Update test for minimal encodings.
84 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
85 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
86 values. Update test for minimal encodings.
87
88 2020-04-24 Tom Tromey <tromey@adacore.com>
89
90 PR python/23662:
91 * gdb.ada/variant.exp: Add Python checks.
92 * gdb.rust/simple.exp: Add dynamic type checks.
93
94 2020-04-24 Tom Tromey <tromey@adacore.com>
95
96 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
97 Make array type matching more lax.
98 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
99 * gdb.ada/mi_variant.exp: New file.
100 * gdb.ada/mi_variant/pck.ads: New file.
101 * gdb.ada/mi_variant/pkg.adb: New file.
102 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
103 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
104
105 2020-04-24 Tom Tromey <tromey@adacore.com>
106
107 * gdb.ada/variant.exp: Add dynamic field offset tests.
108 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
109 * gdb.ada/variant/pkg.adb: Add new variables.
110
111 2020-04-24 Tom Tromey <tromey@adacore.com>
112
113 * gdb.ada/variant.exp: New file
114 * gdb.ada/variant/pkg.adb: New file
115 * gdb.ada/variant/pck.adb: New file
116
117 2020-04-24 Tom de Vries <tdevries@suse.de>
118
119 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
120
121 2020-04-24 Tom de Vries <tdevries@suse.de>
122
123 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
124 flags.
125
126 2020-04-24 Tom de Vries <tdevries@suse.de>
127
128 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
129
130 2020-04-24 Tom de Vries <tdevries@suse.de>
131
132 * lib/gdb.exp (default_gdb_start): Handle eof.
133 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
134 failure.
135 * gdb.base/readnever.exp: Handle clean_restart failure.
136
137 2020-04-23 Tom de Vries <tdevries@suse.de>
138
139 * gdb.base/decl-before-def.exp: Run to main and print a again.
140
141 2020-04-23 Tom de Vries <tdevries@suse.de>
142
143 * gdb.base/decl-before-def-decl.c: New test.
144 * gdb.base/decl-before-def-def.c: New test.
145 * gdb.base/decl-before-def.exp: New file.
146
147 2020-04-23 Tom de Vries <tdevries@suse.de>
148
149 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
150
151 2020-04-22 Tom de Vries <tdevries@suse.de>
152
153 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
154 debug_info_offset.
155 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
156 before $objsfile in the line line.
157
158 2020-04-22 Tom de Vries <tdevries@suse.de>
159
160 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
161
162 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
163
164 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
165 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
166 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
167 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
168 * gdb.base/jit-protocol.h: Update definitions to match all usage
169 contexts.
170
171 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
172
173 * gdb.base: Rename all jit related test and source files.
174
175 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
176
177 * gdb.base/jit-reader.exp: Relax register output check.
178
179 2020-04-22 Tom de Vries <tdevries@suse.de>
180
181 PR symtab/25764
182 * gdb.base/psym-external-decl-2.c: New test.
183 * gdb.base/psym-external-decl.c: New test.
184 * gdb.base/psym-external-decl.exp: New file.
185 * gdb.threads/tls.exp: Add PR25807 kfail.
186
187 2020-04-22 Tom de Vries <tdevries@suse.de>
188
189 PR symtab/25801
190 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
191 in "info source" output.
192
193 2020-04-22 Tom de Vries <tdevries@suse.de>
194
195 PR symtab/25700
196 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
197 symtab for imported_unit.c.
198
199 2020-04-21 Gary Benson <gbenson@redhat.com>
200
201 * gdb.base/advance.c (func): New argument, to match call site.
202 (func2, func3): Add return statements.
203
204 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
205
206 * gdb.multi/run-only-second-inf.c: New file.
207 * gdb.multi/run-only-second-inf.exp: New file.
208
209 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
210
211 * gdb.btrace/multi-inferior.c: New test.
212 * gdb.btrace/multi-inferior.exp: New file.
213
214 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
215
216 * gdb.btrace/enable-new-thread.c: New test.
217 * gdb.btrace/enable-new-thread.exp: New file.
218
219 2020-04-21 Tom de Vries <tdevries@suse.de>
220
221 PR gdb/25471
222 * gdb.threads/killed-outside.c: New test.
223 * gdb.threads/killed-outside.exp: New file.
224
225 2020-04-20 Gary Benson <gbenson@redhat.com>
226
227 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
228 * gdb.base/nested-subp2.exp: Likewise.
229 * gdb.base/nested-subp3.exp: Likewise.
230
231 2020-04-20 Gary Benson <gbenson@redhat.com>
232
233 * gdb.base/nested-subp1.exp: Disable test when using clang.
234 * gdb.base/nested-subp2.exp: Likewise.
235 * gdb.base/nested-subp3.exp: Likewise.
236
237 2020-04-20 Gary Benson <gbenson@redhat.com>
238
239 * gdb.cp/exception.cc: Fix compilation error with clang.
240
241 2020-04-20 Gary Benson <gbenson@redhat.com>
242
243 * gdb.trace/tspeed.c: Fix compilation error with clang.
244
245 2020-04-20 Gary Benson <gbenson@redhat.com>
246
247 * gdb.base/jit-main.c: Fix compilation error with clang.
248
249 2020-04-17 Kamil Rytarowski <n54@gmx.com>
250
251 * gdb.base/attach-twice.c: Include "sys/types.h".
252 (PTRACE_ATTACH): Add fallback definition.
253 (main): Pass `0' to the 4th argument of `ptrace'.
254
255 2020-04-17 Kamil Rytarowski <n54@gmx.com>
256
257 * gdb.base/fork-running-state.c: Include "signal.h".
258
259 2020-04-17 Tom Tromey <tromey@adacore.com>
260
261 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
262 Update tests.
263 * gdb.btrace/cpu.exp: Update tests.
264 * gdb.base/maint.exp: Update tests.
265 * gdb.base/default.exp: Update tests.
266 * gdb.base/completion.exp: Update tests.
267
268 2020-04-16 Tom de Vries <tdevries@suse.de>
269
270 PR symtab/25791
271 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
272 (ensure_gdb_index): and factor out and move ...
273 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
274 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
275
276 2020-04-16 Tom de Vries <tdevries@suse.de>
277
278 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
279 loading exec.
280
281 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
282
283 * gdb.base/many-completions.exp: New file.
284
285 2020-04-14 Tom de Vries <tdevries@suse.de>
286
287 PR symtab/25718
288 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
289
290 2020-04-14 Tom de Vries <tdevries@suse.de>
291
292 PR symtab/25720
293 * gdb.base/maint-expand-symbols-header-file.c: New test.
294 * gdb.base/maint-expand-symbols-header-file.exp: New file.
295 * gdb.base/maint-expand-symbols-header-file.h: New test.
296
297 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
300 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
301 get_func_info.
302 (get_func_info): Delete.
303 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
304 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
305 * lib/dwarf.exp (get_func_info): New function.
306
307 2020-04-13 Tom de Vries <tdevries@suse.de>
308
309 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
310 to what find_gnatmake does.
311
312 2020-04-10 Tom de Vries <tdevries@suse.de>
313
314 * gdb.base/style.exp: Expect "Expanding full symbols" message for
315 -readnow.
316
317 2020-04-10 Tom de Vries <tdevries@suse.de>
318
319 PR cli/25808
320 * gdb.base/style.c: Add leading newlines.
321 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
322 Check listing of main's one-line body.
323
324 2020-04-08 Tom de Vries <tdevries@suse.de>
325
326 * lib/gdb.exp (psymtabs_p): New proc.
327 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
328 importing unit" unsupported if there are no partial symbols.
329
330 2020-04-08 Tom de Vries <tdevries@suse.de>
331
332 PR testsuite/25760
333 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
334
335 2020-04-07 Tom de Vries <tdevries@suse.de>
336
337 PR symtab/25796
338 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
339
340 2020-04-07 Tom de Vries <tdevries@suse.de>
341
342 * gdb.base/check-psymtab.c: New test.
343 * gdb.base/check-psymtab.exp: New file.
344
345 2020-04-06 Tom Tromey <tromey@adacore.com>
346
347 * gdb.ada/variant-record/proc.adb: New file.
348 * gdb.ada/variant-record/value.adb: New file.
349 * gdb.ada/variant-record/value.s: New file.
350 * gdb.ada/variant-record.exp: New file.
351
352 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
353
354 PR gdb/25325
355 * gdb.cp/typed-enum.cc: New test.
356 * gdb.cp/typed-enum.exp: New file.
357
358 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
361 * gdb.dwarf2/dw2-inline-small-func.c: New file.
362 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
363 * gdb.dwarf2/dw2-inline-small-func.h: New file.
364 * gdb.opt/inline-small-func.c: New file.
365 * gdb.opt/inline-small-func.exp: New file.
366 * gdb.opt/inline-small-func.h: New file.
367
368 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
371 function.
372
373 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * lib/dwarf.exp (function_range): Allow compiler options to be
376 specified.
377
378 2020-04-02 Tom de Vries <tdevries@suse.de>
379
380 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
381 __attribute__((always_inline)).
382 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
383
384 2020-04-02 Tom de Vries <tdevries@suse.de>
385
386 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
387 (gdbserver_gdb_exit): ... here. Add timeout warning.
388 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
389 (connect_target_extended_remote): Append new server_spawn_id to
390 server_spawn_ids.
391 (cleanup): New proc.
392 (setup, <toplevel>): Call cleanup.
393
394 2020-04-02 Tom de Vries <tdevries@suse.de>
395
396 * gdb.base/main-psymtab.exp: New file.
397
398 2020-04-02 Tom de Vries <tdevries@suse.de>
399
400 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
401
402 2020-04-01 Tom Tromey <tom@tromey.com>
403
404 * gdb.base/complex-parts.exp: Add type tests.
405
406 2020-04-01 Tom Tromey <tom@tromey.com>
407
408 * gdb.base/complex-parts.exp: Add arithmetic tests.
409
410 2020-04-01 Tom Tromey <tom@tromey.com>
411
412 * gdb.compile/compile.exp: Update.
413 * gdb.compile/compile-cplus.exp: Update.
414 * gdb.base/varargs.exp: Update.
415 * gdb.base/floatn.exp: Update.
416 * gdb.base/endianity.exp: Update.
417 * gdb.base/callfuncs.exp (do_function_calls): Update.
418 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
419 (complex_float_integral_args): Update.
420 * gdb.base/complex.exp: Update.
421 * gdb.base/complex-parts.exp: Update.
422
423 2020-04-01 Tom Tromey <tromey@adacore.com>
424
425 * gdb.rust/union.rs: New file.
426 * gdb.rust/union.exp: New file.
427 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
428 (main): Update.
429 * gdb.rust/simple.exp: Move union tests to union.exp.
430
431 2020-04-01 Tom Tromey <tromey@adacore.com>
432
433 * gdb.rust/simple.rs (main): Remove "y0".
434
435 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
436
437 * gdb.multi/stop-all-on-exit.c: New test.
438 * gdb.multi/stop-all-on-exit.exp: New file.
439
440 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
441
442 PR gdb/24789
443 * gdb.cp/misc.cc: Add integer reference variable.
444 * gdb.cp/misc.exp: Add test.
445
446 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
447
448 * gdb.server/stop-reply-no-thread.exp: Enhance the test
449 scenario to cover execution until the end and also the case
450
451 2020-03-31 Tom de Vries <tdevries@suse.de>
452
453 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
454 c. Use "maint info symtabs" to check symtab expansion.
455
456 2020-03-30 Tom de Vries <tdevries@suse.de>
457
458 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
459 unsupported.
460 (verify_psymtab_expanded): Move ...
461 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
462 test.
463 (readnow): New proc.
464
465 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
468 with $hex.
469
470 2020-03-20 Tom Tromey <tromey@adacore.com>
471
472 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
473
474 2020-03-20 Tom Tromey <tromey@adacore.com>
475
476 * gdb.ada/sub_variant/subv.adb: New file.
477 * gdb.ada/sub_variant.exp: New file.
478
479 2020-03-20 Tom de Vries <tdevries@suse.de>
480
481 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
482 first break fails.
483 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
484
485 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
486
487 * gdb.server/exit-multiple-threads.c: New file.
488 * gdb.server/exit-multiple-threads.exp: New file.
489
490 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
491
492 * gdb.fortran/mixed-lang-stack.c: New file.
493 * gdb.fortran/mixed-lang-stack.cpp: New file.
494 * gdb.fortran/mixed-lang-stack.exp: New file.
495 * gdb.fortran/mixed-lang-stack.f90: New file.
496
497 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * gdb.linespec/cp-completion-aliases.cc: New file.
500 * gdb.linespec/cp-completion-aliases.exp: New file.
501
502 2020-03-19 Tom de Vries <tdevries@suse.de>
503
504 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
505 more precise.
506
507 2020-03-18 Tom de Vries <tdevries@suse.de>
508
509 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
510 * gdb.dwarf2/break-inline-psymtab.c: New test.
511 * gdb.dwarf2/break-inline-psymtab.exp: New file.
512
513 2020-03-16 Tom de Vries <tdevries@suse.de>
514
515 * lib/cache.exp (gdb_do_cache): Add and handle local variables
516 cache_verify and cache_verify_proc.
517
518 2020-03-15 Tom de Vries <tdevries@suse.de>
519
520 * gdb.server/solib-list.exp: Handle
521 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
522
523 2020-03-15 Tom de Vries <tdevries@suse.de>
524
525 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
526 objfiles".
527
528 2020-03-14 Tom Tromey <tom@tromey.com>
529
530 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
531
532 2020-03-14 Tom de Vries <tdevries@suse.de>
533
534 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
535
536 2020-03-14 Tom de Vries <tdevries@suse.de>
537
538 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
539 result in line-by-line fashion.
540
541 2020-03-14 Tom de Vries <tdevries@suse.de>
542
543 * lib/gdb.exp (supports_statement_frontiers): New proc.
544 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
545
546 2020-03-14 Tom de Vries <tdevries@suse.de>
547
548 * gdb.base/printcmds.exp: Add missing quoting for "print
549 teststring2".
550
551 2020-03-13 Tom Tromey <tom@tromey.com>
552
553 * gdb.base/printcmds.exp (test_print_strings): Add regression
554 test.
555 * gdb.base/printcmds.c (charptr): New typedef.
556 (teststring2): New global.
557
558 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * gdb.base/break-interp.exp: Use the tail of the filename, not the
561 full path in the test name.
562 (test_ld): Add some with_test_prefix blocks to make test names
563 unique.
564
565 2020-03-13 Tom de Vries <tdevries@suse.de>
566
567 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
568
569 2020-03-13 Tom de Vries <tdevries@suse.de>
570
571 * gdb.mi/mi-sym-info.exp: Make matching more precise.
572
573 2020-03-13 Tom de Vries <tdevries@suse.de>
574
575 PR symtab/25646
576 * gdb.dwarf2/imported-unit.exp: Add test.
577
578 2020-03-13 Tom de Vries <tdevries@suse.de>
579
580 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
581 (var1, var2): New variable.
582 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
583 matching symbols.
584
585 2020-03-13 Tom de Vries <tdevries@suse.de>
586
587 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
588 (Term::command): Use prompt prefix.
589 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
590 * gdb.tui/tui-layout-asm-short-prog.exp: Use
591 command_no_prompt_prefix instead of prefix.
592 * gdb.tui/tui-layout-asm.exp: Same.
593
594 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
595
596 * gdb.base/break-interp.exp: Use foreach_with_prefix.
597
598 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
599
600 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
601 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
602 on" while stepping over the test instruction, match printed
603 message.
604
605 2020-03-12 Tom de Vries <tdevries@suse.de>
606
607 * gdb.base/info-types.exp: Use exp_continue during matching of output
608 of "info types".
609
610 2020-03-12 Tom de Vries <tdevries@suse.de>
611
612 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
613
614 2020-03-12 Tom de Vries <tdevries@suse.de>
615
616 * gdb.fortran/module.exp: Use exp_continue during matching of output
617 of "info variable -n".
618
619 2020-03-12 Tom de Vries <tdevries@suse.de>
620
621 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
622 gdb.dwarf2/dw2-ranges-base.c.
623
624 2020-03-12 Tom de Vries <tdevries@suse.de>
625
626 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
627 in presence of GLIBC debuginfo.
628
629 2020-03-12 Tom de Vries <tdevries@suse.de>
630
631 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
632 $core.
633
634 2020-03-12 Tom de Vries <tdevries@suse.de>
635
636 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
637 more precise.
638
639 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
640
641 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
642 from Unix to Windows path.
643
644 2020-03-11 Tom de Vries <tdevries@suse.de>
645
646 * gdb.ada/minsyms.exp: Set language to ada.
647
648 2020-03-11 Tom de Vries <tdevries@suse.de>
649
650 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
651
652 2020-03-11 Tom de Vries <tdevries@suse.de>
653
654 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
655
656 2020-03-11 Tom Tromey <tromey@adacore.com>
657
658 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
659
660 2020-03-11 Tom de Vries <tdevries@suse.de>
661
662 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
663
664 2020-03-11 Tom de Vries <tdevries@suse.de>
665
666 * gdb.base/break-interp.exp: Limit verbose scope.
667
668 2020-03-11 Tom de Vries <tdevries@suse.de>
669
670 * gdb.fortran/logical.f90: Define variable with character type.
671 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
672
673 2020-03-11 Tom de Vries <tdevries@suse.de>
674
675 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
676
677 2020-03-11 Tom de Vries <tdevries@suse.de>
678
679 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
680 symtabs.
681
682 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
683 Bernd Edlinger <bernd.edlinger@hotmail.de>
684
685 * gdb.cp/step-and-next-inline.cc: New file.
686 * gdb.cp/step-and-next-inline.exp: New file.
687 * gdb.cp/step-and-next-inline.h: New file.
688 * gdb.dwarf2/dw2-is-stmt.c: New file.
689 * gdb.dwarf2/dw2-is-stmt.exp: New file.
690 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
691 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
692 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
693
694 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
695
696 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
697 is-stmt flag in the line table.
698
699 2020-03-09 Tom de Vries <tdevries@suse.de>
700
701 * lib/gdb.exp (cached_file): Create cache dir.
702
703 2020-03-07 Tom de Vries <tdevries@suse.de>
704
705 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
706 * gdb.cp/rvalue-ref-params.exp: Same.
707
708 2020-03-06 Tom de Vries <tdevries@suse.de>
709
710 * lib/gdb.exp (tentative_rename, cached_file): New proc.
711 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
712
713 2020-03-06 Tom de Vries <tdevries@suse.de>
714
715 * README: Fix "the the".
716 * gdb.base/dprintf.exp: Same.
717
718 2020-03-05 Tom de Vries <tdevries@suse.de>
719
720 * gdb.base/maint.exp: Update "main print statistics" expected output.
721
722 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
723
724 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
725 (fortran_int8): Likewise.
726 (fortran_real4): Likewise.
727 (fortran_real8): Likewise.
728 (fortran_complex4): Likewise.
729 (fortran_logical4): Likewise.
730 (fortran_character1): Likewise.
731
732 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
733
734 * gdb.fortran/logical.exp: Add tests that any non-zero value is
735 printed as true.
736
737 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
738
739 * gdb.base/printcmds.exp: Add test to verify printf of a
740 variable holding an address.
741
742 2020-03-03 Tom de Vries <tdevries@suse.de>
743
744 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
745
746 2020-03-03 Tom de Vries <tdevries@suse.de>
747
748 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
749 gdb_test_multiple call.
750
751 2020-03-03 Tom de Vries <tdevries@suse.de>
752
753 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
754 gdb_test_multiple calls.
755
756 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
757
758 * gdb.base/default.exp: Remove test of 'set history filename'.
759 * gdb.base/gdbinit-history.exp: Add tests for setting the history
760 filename to the empty string.
761 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
762 and GDBHISTSIZE.
763
764 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
767 disabled.
768
769 2020-03-02 Pedro Alves <palves@redhat.com>
770 Tom de Vries <tdevries@suse.de>
771
772 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
773 -prompt prefix, before user_code argument. Add -lbl option likewise.
774 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
775 (gdb_is_target_1): Add -prompt prefix and move to before user_code
776 argument.
777 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
778 have "\r\n" at start-of-line, instead of at end-of-line.
779
780 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
781
782 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
783 libinproctrace.so.
784
785 2020-02-28 Luis Machado <luis.machado@linaro.org>
786
787 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
788 to "p/x".
789
790 2020-02-28 Luis Machado <luis.machado@linaro.org>
791
792 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
793 asm/ptrace.h and error.h.
794
795 2020-02-28 Tom de Vries <tdevries@suse.de>
796
797 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
798 (struct wrapper, do_something, mundane/symada__cS): Move ...
799 * gdb.base/c-linkage-name-2.c: ... here. New source file.
800 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
801 Update "print symada__cS before partial symtab expansion" regexp.
802 Update breakpoint location. Flush symbol cache after expansion.
803
804 2020-02-28 Luis Machado <luis.machado@linaro.org>
805
806 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
807
808 2020-02-27 Tom de Vries <tdevries@suse.de>
809
810 * config/sid.exp: Remove unused globals.
811 * gdb.base/attach.exp: Same.
812 * gdb.base/catch-load.exp: Same.
813 * gdb.base/dbx.exp: Same.
814 * lib/gdb.exp: Same.
815 * lib/mi-support.exp: Same.
816 * lib/prompt.exp: Same.
817
818 2020-02-27 Tom de Vries <tdevries@suse.de>
819
820 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
821 not set.
822
823 2020-02-26 Aaron Merey <amerey@redhat.com>
824
825 * gdb.debuginfod: New directory for debuginfod tests.
826 * gdb.debuginfod/main.c: New test file.
827 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
828
829 2020-02-26 Tom de Vries <tdevries@suse.de>
830
831 PR gdb/25603
832 * gdb.base/persistent-lang.cc: New test.
833 * gdb.base/persistent-lang.exp: New file.
834
835 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.fortran/derived-type-striding.exp: Add a new test.
838 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
839 new test.
840
841 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.base/cached-source-file.exp: Avoid source file paths in test
844 names.
845
846 2020-02-25 Tom de Vries <tdevries@suse.de>
847
848 PR go/18926
849 * gdb.go/methods.exp: Remove gcc/93866 xfail.
850
851 2020-02-24 Tom de Vries <tdevries@suse.de>
852
853 PR gdb/25592
854 * gdb.base/info-locals-unused-static-var.c: New test.
855 * gdb.base/info-locals-unused-static-var.exp: New file.
856
857 2020-02-22 Tom Tromey <tom@tromey.com>
858
859 * gdb.python/tui-window.exp: New file.
860 * gdb.python/tui-window.py: New file.
861
862 2020-02-22 Tom Tromey <tom@tromey.com>
863
864 PR tui/17850:
865 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
866 tests.
867
868 2020-02-22 Tom Tromey <tom@tromey.com>
869
870 * gdb.tui/new-layout.exp: Add sub-layout tests.
871
872 2020-02-22 Tom Tromey <tom@tromey.com>
873
874 * gdb.tui/new-layout.exp: New file.
875
876 2020-02-22 Tom Tromey <tom@tromey.com>
877
878 * gdb.rust/rust-style.rs: New file.
879 * gdb.rust/rust-style.exp: New file.
880 * gdb.base/style.exp: Test structure printing.
881 * gdb.base/style.c (struct some_struct): New type.
882 (enum etype): New type.
883 (struct_value): New global.
884
885 2020-02-21 Tom de Vries <tdevries@suse.de>
886
887 PR go/18926
888 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
889 Remove blanket xfails. Use message argument for gdb_breakpoint.
890 Make continuing to breakpoint test conditional on setting breakpoint.
891 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
892 DW_AT_name attribute. Add xfail for GCC PR93866.
893
894 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * gdb.dwarf2/cpp-linkage-name.c: New file.
897 * gdb.dwarf2/cpp-linkage-name.exp: New file.
898
899 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
900
901 * lib/gdb.exp (gdb_wrapper_init): Reset
902 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
903 not exist.
904
905 2020-02-20 Tom de Vries <tdevries@suse.de>
906
907 PR go/17018
908 * gdb.go/hello.exp: Copy ...
909 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
910 print of st to print value of global definition. Add xfail for GCC
911 PR93844.
912 * gdb.go/hello.exp: Remove printing of st before definition.
913 * gdb.go/hello.go: Copy ...
914 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
915 to st.
916 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
917
918 2020-02-20 Tom de Vries <tdevries@suse.de>
919
920 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
921 (gdb_simple_compile): Handle compile_flags go by using .go extension
922 for source file.
923 * gdb.go/chan.exp: Use support_go_compile.
924 * gdb.go/handcall.exp: Same.
925 * gdb.go/hello.exp: Same.
926 * gdb.go/integers.exp: Same.
927 * gdb.go/max-depth.exp: Same.
928 * gdb.go/methods.exp: Same.
929 * gdb.go/package.exp: Same.
930 * gdb.go/strings.exp: Same.
931 * gdb.go/types.exp: Same.
932 * gdb.go/unsafe.exp: Same.
933
934 2020-02-19 Tom de Vries <tdevries@suse.de>
935
936 * gdb.python/lib-types.exp: Make xfail more strict.
937
938 2020-02-19 Tom de Vries <tdevries@suse.de>
939
940 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
941
942 2020-02-19 Doug Evans <dje@google.com>
943
944 PR rust/25535
945 * gdb.rust/simple.exp: Add test.
946 * gdb.rust/simple.rs: Add test.
947
948 2020-02-19 Tom de Vries <tdevries@suse.de>
949
950 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
951 output line-by-line.
952
953 2020-02-19 Tom de Vries <tdevries@suse.de>
954
955 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
956
957 2020-02-19 Tom de Vries <tdevries@suse.de>
958
959 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
960 prelink.
961
962 2020-02-19 Tom de Vries <tdevries@suse.de>
963
964 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
965 (gdb_do_cache): Use gdb_do_cache_wrap.
966 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
967
968 2020-02-19 Tom de Vries <tdevries@suse.de>
969
970 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
971 gdb_compile option.
972
973 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
974
975 * gdb.base/printcmds.exp (test_print_enums): Update expected
976 output.
977
978 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
979
980 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
981 for "unknown".
982
983 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
984
985 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
986 enumerator.
987
988 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
989
990 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
991 FE_, add FE_NONE.
992 (three): Update.
993 (enum flag_enum_without_zero): New enum.
994 (flag_enum_without_zero): New variable.
995 (enum not_flag_enum): New enum.
996 (three_not_flag): New variable.
997 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
998 (test_print_enums): Add more tests for printing flag enums.
999
1000 2020-02-18 Tom de Vries <tdevries@suse.de>
1001
1002 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1003 (gdb_compile_ada): ... here.
1004 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1005 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1006
1007 2020-02-14 Tom Tromey <tom@tromey.com>
1008
1009 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1010 build directory.
1011 * boards/gdbserver-base.exp: Update path to gdbserver.
1012
1013 2020-02-13 Tom de Vries <tdevries@suse.de>
1014
1015 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1016
1017 2020-02-13 Tom de Vries <tdevries@suse.de>
1018
1019 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1020 are missing.
1021
1022 2020-02-13 Tom de Vries <tdevries@suse.de>
1023
1024 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1025 call.
1026
1027 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1028
1029 PR tui/25126
1030 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1031 * gdb.base/cached-source-file.c: New file.
1032 * gdb.base/cached-source-file.exp: New file.
1033
1034 2020-02-11 Tom de Vries <tdevries@suse.de>
1035
1036 PR testsuite/25488
1037 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1038
1039 2020-02-10 Tom de Vries <tdevries@suse.de>
1040
1041 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1042
1043 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1044
1045 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1046 and $after_addr are both integers before making a comparison.
1047
1048 2020-02-09 Tom de Vries <tdevries@suse.de>
1049
1050 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1051 command output and paste it into gdb.log. If any, paste catch message
1052 to gdb.log.
1053
1054 2020-02-07 Tom Tromey <tromey@adacore.com>
1055
1056 PR breakpoints/24915:
1057 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1058
1059 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1060
1061 * gdb.tui/tui-missing-src.exp: Add the "missing source
1062 file" test for the TUI.
1063
1064 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1065
1066 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1067 including a port number in the output.
1068
1069 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1070
1071 * lib/fortran.exp (fortran_int4): Handle clang.
1072 (fortran_int8): Likewise.
1073 (fortran_real4): Likewise.
1074 (fortran_real8): Likewise.
1075 (fortran_complex4): Likewise.
1076 (fortran_logical4): Likewise.
1077 (fortran_character1): Likewise.
1078
1079 2020-02-04 Tom de Vries <tdevries@suse.de>
1080
1081 * README (Race detection): Add note.
1082
1083 2020-02-04 Tom de Vries <tdevries@suse.de>
1084
1085 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1086
1087 2020-02-04 Tom de Vries <tdevries@suse.de>
1088
1089 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1090
1091 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1092
1093 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1094 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1095 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1096 blttar, bnetarl.
1097 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1098 binary for blttar, bnetarl.
1099 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1100 wait instruction. Delete ldmx test.
1101 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1102
1103 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1104
1105 * gdb.fortran/array-bounds-high.exp: New file.
1106 * gdb.fortran/array-bounds-high.f90: New file.
1107
1108 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1109
1110 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1111 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1112
1113 2020-02-01 Tom de Vries <tdevries@suse.de>
1114
1115 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1116
1117 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1118
1119 PR tui/9765
1120 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1121 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1122
1123 2020-01-29 Luis Machado <luis.machado@linaro.org>
1124
1125 * gdb.arch/aarch64-brk-patterns.c: New source file.
1126 * gdb.arch/aarch64-brk-patterns.exp: New test.
1127
1128 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1129
1130 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1131 GCC/Clang version.
1132 * gdb.cp/pass-by-ref.exp: Ditto.
1133
1134 2020-01-29 Tom de Vries <tdevries@suse.de>
1135
1136 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1137 * gdb.threads/watchpoint-fork-mt.c: Same.
1138 * gdb.threads/watchpoint-fork-parent.c: Same.
1139 * gdb.threads/watchpoint-fork-st.c: Same.
1140 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1141
1142 2020-01-27 Luis Machado <luis.machado@linaro.org>
1143
1144 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1145 sitting at a syscall instruction when we hit the syscall function's
1146 breakpoint.
1147 Check PC against one obtained with the x command.
1148 Validate syscall number.
1149 (step_over_syscall): Don't continue to the syscall instruction if
1150 we're already there.
1151
1152 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1153
1154 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1155
1156 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1159 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1160
1161 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1164 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1165
1166 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1167
1168 * gdb.base/maint.exp: Update line table parsing test.
1169 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1170
1171 2020-01-24 Pedro Alves <palves@redhat.com>
1172
1173 PR gdb/25410
1174 * gdb.multi/multi-re-run-1.c: New.
1175 * gdb.multi/multi-re-run-2.c: New.
1176 * gdb.multi/multi-re-run.exp: New.
1177
1178 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1179
1180 PR gdb/23718
1181 * gdb.server/server-kill-python.exp: New file.
1182
1183 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1184
1185 * gdb.server/multi-ui-errors.c: New file.
1186 * gdb.server/multi-ui-errors.exp: New file.
1187
1188 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1189
1190 PR tui/9765
1191 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1192
1193 2020-01-19 Tom Tromey <tom@tromey.com>
1194
1195 * gdb.tui/main.exp: Add check for plain "file".
1196
1197 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1198
1199 * lib/gdb.exp: Fix spelling error (seperatelly).
1200
1201 2020-01-14 Tom Tromey <tom@tromey.com>
1202
1203 PR symtab/12535:
1204 * gdb.python/python.exp: Test decode_line with empty string
1205 argument.
1206
1207 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1208
1209 * gdb.base/skip-inline.exp: Extend test.
1210
1211 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1214 * gdb.dwarf2/dw2-bad-elf.c: New file.
1215 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1216
1217 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1220 _line_saw_file.
1221
1222 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1225 border.
1226
1227 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1228
1229 * gdb.multi/multi-target.exp (setup): Factor out "info
1230 connections" and "info inferiors" tests to ...
1231 (test_info_inferiors): ... this new procedure.
1232 (top level): Run new "info-inferiors" tests.
1233
1234 2020-01-10 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.server/bkpt-other-inferior.exp: New file.
1237
1238 2020-01-10 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1241 of "add-inferior".
1242 * gdb.base/quit-live.exp: Likewise.
1243 * gdb.base/remote-exec-file.exp: Likewise.
1244 * gdb.guile/scm-progspace.exp: Likewise.
1245 * gdb.linespec/linespec.exp: Likewise.
1246 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1247 * gdb.mi/user-selected-context-sync.exp: Likewise.
1248 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1249 "info inferiors" tests.
1250 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1251 "add-inferior".
1252 * gdb.multi/watchpoint-multi.exp: Likewise.
1253 * gdb.python/py-inferior.exp: Likewise.
1254 * gdb.server/extended-remote-restart.exp: Likewise.
1255 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1256 "info inferiors".
1257 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1258 * gdb.trace/report.exp: Likewise.
1259
1260 2020-01-10 Pedro Alves <palves@redhat.com>
1261
1262 * gdb.multi/multi-target.c: New file.
1263 * gdb.multi/multi-target.exp: New file.
1264 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1265 mode requested, but remote does not support non-stop".
1266
1267 2020-01-10 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1270 disconnect before reconnecting.
1271
1272 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1273 Pedro Alves <palves@redhat.com>
1274
1275 * gdb.server/connect-without-multi-process.exp: Also test
1276 continuing to end.
1277
1278 2020-01-10 Pedro Alves <palves@redhat.com>
1279
1280 * gdb.base/remote-exec-file.exp: New file.
1281
1282 2020-01-10 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1285 output.
1286 * gdb.threads/async.c: New.
1287 * gdb.threads/async.exp: New.
1288 * gdb.multi/tids-gid-reset.c: New.
1289 * gdb.multi/tids-gid-reset.exp: New.
1290
1291 2020-01-10 George Barrett <bob@bob131.so>
1292
1293 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1294 to help in finding the image relocation offset.
1295 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1296 options in arguments.
1297 (stap_test_no_debuginfo): Likewise.
1298 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1299 test variants.
1300 (stap_test): Add null semaphore relocation test.
1301
1302 2020-01-10 George Barrett <bob@bob131.so>
1303
1304 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1305 * gdb.base/stap-probe.exp: Likewise.
1306 (stap_test): Pass argument as an additional flag.
1307 (stap_test_no_debuginfo): Likewise.
1308 (stap_test): Check `info probes stap' output for semaphore
1309 addresses if the test binary is supposed to have them.
1310
1311 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * gdb.tui/basic.exp: Add more scrolling tests.
1314
1315 2020-01-09 Tom Tromey <tom@tromey.com>
1316
1317 PR tui/18932:
1318 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1319 meangingful value.
1320 (Term::command, Term::resize): Update.
1321 * gdb.tui/basic.exp: Add scrolling test.
1322
1323 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1324
1325 * gdb.tui/tui-layout-asm.exp: New file.
1326
1327 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1328
1329 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1330
1331 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1332
1333 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1334 (Term::enter_tui): Use Term::prepare_for_tui.
1335
1336 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1337
1338 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1339 called.
1340
1341 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1342
1343 * gdb.base/skip.exp: Fix race condition in test.
1344
1345 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1346
1347 * gdb.base/backtrace.c: New file.
1348 * gdb.base/backtrace.exp: New file.
1349
1350 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1351
1352 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1353
1354 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1355
1356 * gdb.base/style.exp: Test that warnings are styled.
1357
1358 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1359
1360 * gdb.base/line65535.exp: New file.
1361 * gdb.base/line65535.c: New file.
1362
1363 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1364
1365 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1366 * lib/gnat_debug_info_test.adb: New file.
1367 * gdb.ada/ptype_tagged_param.exp: Use
1368 gnat_runtime_has_debug_info, expect a different output if
1369 runtime does not have debug info.
1370
1371 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1372
1373 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1374 (another) quote in test name.
1375
1376 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1377
1378 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1379 Add quote in test name.
1380
1381 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1382
1383 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1384 directory instead.
1385 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1386 * gdb.cp/pass-by-ref-2.cc: New file.
1387 * gdb.cp/pass-by-ref-2.exp: New file.
1388
1389 2019-12-20 Tom Tromey <tom@tromey.com>
1390
1391 * gdb.tui/list-before.exp: New file.
1392
1393 2019-12-20 Tom Tromey <tom@tromey.com>
1394
1395 * gdb.tui/list.exp: Check for source on initial listing.
1396
1397 2019-12-11 Tom Tromey <tromey@adacore.com>
1398
1399 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1400 Add crlf test.
1401
1402 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1403
1404 * gdb.base/default.exp: Update value of $_gdb_major.
1405
1406 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1407
1408 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1409
1410 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1411
1412 * gdb.base/skip.exp: Whitespace fix.
1413
1414 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1415
1416 * gdb.base/skip-inline.c: New file.
1417 * gdb.base/skip-inline.exp: New file.
1418
1419 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1420
1421 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1422 jit_function_00 to jit_function_stack_mangle.
1423 * gdb.base/jithost.c (jit_function_t): Rename to...
1424 (jit_function_stack_mangle_t): ... this.
1425 (jit_function_add_t): New typedef.
1426 (jit_function_00_code): Rename to...
1427 (jit_function_stack_mangle_code): ... this, make static.
1428 (jit_function_add_code): New.
1429 (main): Generate "add" function and call it. Adjust to changes
1430 in jithost_abi.
1431 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1432 (struct jithost_abi) <begin, end>: Remove fields.
1433 <object, function_stack_mangle, function_add>: New fields.
1434 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1435 code_end>: Remove fields.
1436 <func_stack_mangle>: New field.
1437 (read_debug_info): Adjust to renaming, create block for "add"
1438 function.
1439 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1440
1441 2019-12-11 Tom Tromey <tom@tromey.com>
1442
1443 * gdb.tui/resize.exp: Fix regexp.
1444 * gdb.tui/regs.exp: Fix regexps.
1445 * gdb.tui/main.exp: Fix regexp.
1446
1447 2019-12-11 Tom Tromey <tom@tromey.com>
1448
1449 * gdb.tui/resize.exp: Update.
1450 * gdb.tui/empty.exp (layouts): Update.
1451
1452 2019-12-11 Tom Tromey <tom@tromey.com>
1453
1454 * gdb.tui/regs.exp: Update.
1455 * gdb.tui/empty.exp (layouts): Update.
1456 * gdb.tui/basic.exp: Update.
1457 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1458
1459 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1460
1461 * gdb.base/options.exp: Add -raw-values in the print completion list.
1462 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1463
1464 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1465
1466 * gdb.threads/omp-par-scope.c: New file.
1467 * gdb/threads/omp-par-scope.exp: New file.
1468
1469 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1470
1471 * lib/gdb.exp (support_nested_function_tests): New proc.
1472
1473 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1474
1475 * lib/gdb.exp (gdb_compile_openmp): New proc.
1476 (build_executable_from_specs): Add an "openmp" option.
1477 (gdb_compile_pthreads): Add non-executable case.
1478
1479 2019-12-10 Tom Tromey <tromey@adacore.com>
1480
1481 * gdb.ada/unchecked_union.exp: New file.
1482 * gdb.ada/unchecked_union/pck.adb: New file.
1483 * gdb.ada/unchecked_union/pck.ads: New file.
1484 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1485 * gdb-utils.exp (string_to_regexp): Also quote "?".
1486
1487 2019-12-10 George Barrett <bob@bob131.so>
1488
1489 Test scripted probe breakpoints.
1490 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1491 * gdb.python/py-breakpoint.c (main): Likewise.
1492 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1493 specifier test.
1494 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1495
1496 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1497
1498 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1499 an rvalue parameter.
1500 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1501 parameter.
1502
1503 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1504
1505 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1506 modules.
1507
1508 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1509
1510 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1511 broken version of GCC.
1512
1513 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1516 sym-info-cmds library.
1517 * gdb.fortran/info-types.exp: Likewise.
1518 * lib/sym-info-cmds.exp: New file.
1519
1520 2019-12-08 Tom de Vries <tdevries@suse.de>
1521
1522 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1523
1524 2019-12-07 Keith Seitz <keiths@redhat.com>
1525
1526 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1527 * gdb.base/corefile-buildid-shlib.c: New file.
1528 * gdb.base/corefile-buildid.c: New file.
1529 * gdb.base/corefile-buildid.exp: New file.
1530
1531 2019-12-06 Tom de Vries <tdevries@suse.de>
1532
1533 * gdb.dwarf2/varval.exp: Add decl before def test.
1534
1535 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1536
1537 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1538
1539 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1540
1541 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1542 CV and reference conversion for overload resolution.
1543 * gdb.cp/rvalue-ref-overload.exp: Test it.
1544
1545 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1546
1547 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1548 * gdb.base/frameapply.exp: Test faas without command.
1549
1550 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1551
1552 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1553 Fortran tests.
1554 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1555 order.
1556
1557 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1560 casting to type with no kind specified.
1561 (test_basic_parsing_of_type_kinds): Additional tests for types
1562 with no kind specified, and add tests for single/double
1563 precision/complex types.
1564
1565 2019-12-04 Tom Tromey <tromey@adacore.com>
1566
1567 * gdb.base/endianity.c (struct other) <x>: New field.
1568 (main): Initialize it.
1569 * gdb.base/endianity.exp: Update.
1570
1571 2019-12-04 Tom Tromey <tromey@adacore.com>
1572
1573 * gdb.ada/scalar_storage/storage.adb: New file.
1574 * gdb.ada/scalar_storage/pck.adb: New file.
1575 * gdb.ada/scalar_storage/pck.ads: New file.
1576 * gdb.ada/scalar_storage.exp: New file.
1577
1578 2019-12-04 Tom Tromey <tromey@adacore.com>
1579
1580 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1581 (main): Initialize it.
1582 * gdb.base/endianity.exp: Update.
1583
1584 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1585
1586 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1587
1588 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1589
1590 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1591 -symbol-info-module-functions and -symbol-info-module-variables.
1592
1593 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1596
1597 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1598 Andrew Burgess <andrew.burgess@embecosm.com>
1599
1600 * gdb.fortran/derived-type-striding.exp: New file.
1601 * gdb.fortran/derived-type-striding.f90: New file.
1602 * gdb.fortran/array-slices.exp: New file.
1603 * gdb.fortran/array-slices.f90: New file.
1604
1605 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1606
1607 * gdb.base/define.exp: Test . in command names.
1608 * gdb.base/setshow.exp: Update test, as . is now part of
1609 command name.
1610
1611 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1612
1613 * gdb.base/define-prefix.exp: New file.
1614
1615 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1618 compile.
1619 (skip_btrace_pt_tests): Likewise.
1620
1621 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.fortran/info-modules.exp: Compile source files in correct
1624 order.
1625
1626 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1627
1628 * gdb.dwarf2/imported-unit.exp: New file.
1629 * gdb.dwarf2/imported-unit.c: New file.
1630
1631 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * gdb.mi/mi-fortran-modules-2.f90: New file.
1634 * gdb.mi/mi-fortran-modules.exp: New file.
1635 * gdb.mi/mi-fortran-modules.f90: New file.
1636
1637 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.mi/mi-sym-info-1.c: New file.
1640 * gdb.mi/mi-sym-info-2.c: New file.
1641 * gdb.mi/mi-sym-info.exp: New file.
1642
1643 2019-11-22 Tom Tromey <tromey@adacore.com>
1644
1645 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1646 * gdb.ada/tasks/foo.adb: Add another stopping location.
1647
1648 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1649
1650 * gdb.base/endianity.c: New test.
1651 * gdb.base/endianity.exp: New file.
1652
1653 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1654
1655 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1656
1657 2019-11-21 Tom de Vries <tdevries@suse.de>
1658
1659 PR gdb/24956
1660 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1661
1662 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1663
1664 * gdb.python/py-progspace.exp: Add missing parentheses on some
1665 'print' commands.
1666
1667 2019-11-19 Tom Tromey <tom@tromey.com>
1668
1669 * gdb.tui/winheight.exp: New file.
1670
1671 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1672
1673 * gdb.base/ctf-whatis.c: Delete.
1674 * gdb.base/ctf-whatis.exp: Delete.
1675 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1676
1677 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1678
1679 * gdb.base/ctf-cvexpr.exp: Delete.
1680 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1681
1682 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1683
1684 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1685 the compiler. Clean up header comment a little.
1686 * gdb.base/ctf-ptype.exp: Likewise.
1687 * gdb.base/ctf-whatis.exp: Likewise.
1688 * lib/gdb.exp (skip_ctf_tests): New proc.
1689
1690 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1691
1692 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1693 * gdb.tui/corefile-run.exp: New file.
1694
1695 2019-11-14 Tom Tromey <tromey@adacore.com>
1696
1697 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1698 regression tests.
1699
1700 2019-11-12 Tom Tromey <tom@tromey.com>
1701
1702 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1703 after any command. Expect prompt after WAIT_FOR is seen.
1704 (enter_tui): Enable resize messages.
1705 (command): Expect command in output.
1706 (get_line): Avoid error when cursor appears to be off-screen.
1707 (dump_screen): Include screen size in title.
1708 (_do_resize): New proc, from "resize".
1709 (resize): Rewrite. Do resize in two steps.
1710 * gdb.tui/empty.exp (layouts): Fix entries.
1711 (check_boxes): Remove xfail.
1712 (check_text): Dump screen on failure.
1713
1714 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1715
1716 * gdb.python/py-symbol.exp: Add test for
1717 gdb.lookup_static_symbols.
1718
1719 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1720
1721 * gdb.python/py-symbol.c: Declare and call function from new
1722 py-symbol-2.c file.
1723 * gdb.python/py-symbol.exp: Compile both source files, and add new
1724 tests for gdb.lookup_static_symbol.
1725 * gdb.python/py-symbol-2.c: New file.
1726
1727 2019-11-02 Tom de Vries <tdevries@suse.de>
1728
1729 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1730 * gdb.base/anon.exp: Same.
1731 * gdb.base/auto-connect-native-target.exp: Same.
1732 * gdb.base/call-ar-st.exp: Same.
1733 * gdb.base/catch-syscall.exp: Same.
1734 * gdb.base/commands.exp: Same.
1735 * gdb.base/default.exp: Same.
1736 * gdb.base/display.exp: Same.
1737 * gdb.base/float.exp: Same.
1738 * gdb.base/foll-fork.exp: Same.
1739 * gdb.base/help.exp: Same.
1740 * gdb.base/info-macros.exp: Same.
1741 * gdb.base/info-proc.exp: Same.
1742 * gdb.base/info-target.exp: Same.
1743 * gdb.base/long_long.exp: Same.
1744 * gdb.base/macscp.exp: Same.
1745 * gdb.base/memattr.exp: Same.
1746 * gdb.base/nofield.exp: Same.
1747 * gdb.base/pointers.exp: Same.
1748 * gdb.base/printcmds.exp: Same.
1749 * gdb.base/ptype.exp: Same.
1750 * gdb.base/restore.exp: Same.
1751 * gdb.base/return.exp: Same.
1752 * gdb.base/scope.exp: Same.
1753 * gdb.base/set-noassign.exp: Same.
1754 * gdb.base/setshow.exp: Same.
1755 * gdb.base/shlib-call.exp: Same.
1756 * gdb.base/signals.exp: Same.
1757 * gdb.base/sigstep.exp: Same.
1758 * gdb.base/skip.exp: Same.
1759 * gdb.base/solib-symbol.exp: Same.
1760 * gdb.base/stap-probe.exp: Same.
1761 * gdb.base/step-line.exp: Same.
1762 * gdb.base/step-test.exp: Same.
1763 * gdb.base/style.exp: Same.
1764 * gdb.base/varargs.exp: Same.
1765 * gdb.base/vla-datatypes.exp: Same.
1766 * gdb.base/vla-ptr.exp: Same.
1767 * gdb.base/vla-sideeffect.exp: Same.
1768 * gdb.base/volatile.exp: Same.
1769 * gdb.base/watch-cond-infcall.exp: Same.
1770 * gdb.base/watchpoint.exp: Same.
1771
1772 2019-11-02 Tom de Vries <tdevries@suse.de>
1773
1774 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1775 * gdb.cp/cpexprs.exp: Same.
1776 * gdb.cp/except-multi-location.exp: Same.
1777 * gdb.cp/exceptprint.exp: Same.
1778 * gdb.cp/gdb2384.exp: Same.
1779 * gdb.cp/inherit.exp: Same.
1780 * gdb.cp/m-static.exp: Same.
1781 * gdb.cp/meth-typedefs.exp: Same.
1782 * gdb.cp/misc.exp: Same.
1783 * gdb.cp/namespace.exp: Same.
1784 * gdb.cp/non-trivial-retval.exp: Same.
1785 * gdb.cp/overload.exp: Same.
1786 * gdb.cp/pr17132.exp: Same.
1787 * gdb.cp/re-set-overloaded.exp: Same.
1788 * gdb.cp/rvalue-ref-types.exp: Same.
1789 * gdb.cp/templates.exp: Same.
1790
1791 2019-11-01 Luis Machado <luis.machado@linaro.org>
1792
1793 PR gdb/25124
1794
1795 * gdb.arch/pr25124.S: New file.
1796 * gdb.arch/pr25124.exp: New file.
1797
1798 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1799
1800 * gdb.fortran/info-modules.exp: Update expected results, and add
1801 additional tests for 'info module functinos', and 'info module
1802 variables'.
1803 * gdb.fortran/info-types.exp: Update expected results.
1804 * gdb.fortran/info-types.f90: Extend testcase with additional
1805 module variables and functions.
1806
1807 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1808
1809 * gdb.fortran/info-modules.exp: New file.
1810 * gdb.fortran/info-types.exp: Build with new file.
1811 * gdb.fortran/info-types.f90: Include and use new module.
1812 * gdb.fortran/info-types-2.f90: New file.
1813
1814 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1815
1816 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1817 * gdb.base/settings.exp: Test all settings types using
1818 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1819 that now verifies that the value of "maint show" is the same as
1820 returned by the settings functions. Test the type of the
1821 maintenance settings.
1822 * gdb.base/default.exp: Update show_conv_list.
1823
1824 2019-10-31 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1827 gdb_test.
1828 * gdb.arch/amd64-disp-step.exp: Same.
1829 * gdb.asm/asm-source.exp: Same.
1830 * gdb.btrace/buffer-size.exp: Same.
1831 * gdb.btrace/cpu.exp: Same.
1832 * gdb.btrace/enable.exp: Same.
1833 * gdb.dwarf2/count.exp: Same.
1834 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1835 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1836 * gdb.fortran/vla-datatypes.exp: Same.
1837 * gdb.fortran/vla-history.exp: Same.
1838 * gdb.fortran/vla-ptype.exp: Same.
1839 * gdb.fortran/vla-value.exp: Same.
1840 * gdb.fortran/whatis_type.exp: Same.
1841 * gdb.guile/guile.exp: Same.
1842 * gdb.multi/tids.exp: Same.
1843 * gdb.python/py-finish-breakpoint.exp: Same.
1844 * gdb.python/py-framefilter.exp: Same.
1845 * gdb.python/py-pp-registration.exp: Same.
1846 * gdb.python/py-xmethods.exp: Same.
1847 * gdb.python/python.exp: Same.
1848 * gdb.server/connect-with-no-symbol-file.exp: Same.
1849 * gdb.server/no-thread-db.exp: Same.
1850 * gdb.server/run-without-local-binary.exp: Same.
1851 * gdb.stabs/weird.exp: Same.
1852 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1853 * gdb.threads/thread-find.exp: Same.
1854 * gdb.threads/tls-shared.exp: Same.
1855 * gdb.threads/tls.exp: Same.
1856 * gdb.threads/wp-replication.exp: Same.
1857 * gdb.trace/ax.exp: Same.
1858 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1859
1860 2019-10-31 Tom de Vries <tdevries@suse.de>
1861
1862 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1863 * gdb.ada/array_subscript_addr.exp: Same.
1864 * gdb.ada/arrayidx.exp: Same.
1865 * gdb.ada/arrayparam.exp: Same.
1866 * gdb.ada/arrayptr.exp: Same.
1867 * gdb.ada/boolean_expr.exp: Same.
1868 * gdb.ada/call_pn.exp: Same.
1869 * gdb.ada/complete.exp: Same.
1870 * gdb.ada/fixed_cmp.exp: Same.
1871 * gdb.ada/fun_addr.exp: Same.
1872 * gdb.ada/funcall_param.exp: Same.
1873 * gdb.ada/interface.exp: Same.
1874 * gdb.ada/mod_from_name.exp: Same.
1875 * gdb.ada/null_array.exp: Same.
1876 * gdb.ada/packed_array.exp: Same.
1877 * gdb.ada/packed_tagged.exp: Same.
1878 * gdb.ada/print_chars.exp: Same.
1879 * gdb.ada/print_pc.exp: Same.
1880 * gdb.ada/ptype_arith_binop.exp: Same.
1881 * gdb.ada/ptype_field.exp: Same.
1882 * gdb.ada/ptype_tagged_param.exp: Same.
1883 * gdb.ada/rec_return.exp: Same.
1884 * gdb.ada/ref_tick_size.exp: Same.
1885 * gdb.ada/str_ref_cmp.exp: Same.
1886 * gdb.ada/taft_type.exp: Same.
1887 * gdb.ada/tagged.exp: Same.
1888 * gdb.ada/type_coercion.exp: Same.
1889 * gdb.ada/uninitialized_vars.exp: Same.
1890
1891 2019-10-30 Tom de Vries <tdevries@suse.de>
1892
1893 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1894
1895 2019-10-26 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.base/bigcore.c: Fix typos in comments.
1898 * gdb.base/ctf-ptype.c: Same.
1899 * gdb.base/long_long.c: Same.
1900 * gdb.dwarf2/dw2-op-out-param.S: Same.
1901 * gdb.python/py-evthreads.c: Same.
1902 * gdb.reverse/i387-stack-reverse.c: Same.
1903 * gdb.trace/tfile.c: Same.
1904 * lib/compiler.c: Same.
1905 * lib/compiler.cc: Same.
1906
1907 2019-10-25 Tom de Vries <tdevries@suse.de>
1908
1909 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1910 gdb_test_multiple calls.
1911 * gdb.reverse/sigall-reverse.exp: Same.
1912 * gdb.reverse/solib-precsave.exp: Same.
1913 * gdb.reverse/solib-reverse.exp: Same.
1914 * gdb.reverse/until-precsave.exp: Same.
1915 * gdb.reverse/until-reverse.exp: Same.
1916
1917 2019-10-24 Tom de Vries <tdevries@suse.de>
1918
1919 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1920 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1921 kfail using -wrap pattern flag and convenience variable
1922 gdb_test_name.
1923
1924 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1925
1926 * gdb.python/py-progspace.exp: Add tests for the
1927 Progspace.block_for_pc method.
1928
1929 2019-10-23 Tom Tromey <tom@tromey.com>
1930
1931 * configure: Rebuild.
1932 * aclocal.m4: Use m4_include, not sinclude.
1933
1934 2019-10-21 Tom de Vries <tdevries@suse.de>
1935
1936 * gdb.base/infcall-nested-structs.c: Add
1937 __attribute__((noinline,noclone)) to all functions.
1938 (call_all): Add missing variable initialization. Simplify return value.
1939 (breakpt): Increment volatile variable, to prevent call from being
1940 optimized out.
1941 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1942
1943 2019-10-17 Tom de Vries <tdevries@suse.de>
1944
1945 * gdb.fortran/module.exp: Allow info variables to print info for files
1946 other than module.f90.
1947
1948 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * gdb.fortran/module.exp: Extend with 'info variables' test.
1951
1952 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1953
1954 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1955 F77_FOR_TARGET.
1956
1957 2019-10-16 Tom de Vries <tdevries@suse.de>
1958
1959 PR tdep/25096
1960 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1961
1962 2019-10-16 Tom de Vries <tdevries@suse.de>
1963
1964 PR tdep/24104
1965 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1966 Add KFAIL for PR tdep/25096.
1967
1968 2019-10-16 Tom de Vries <tdevries@suse.de>
1969
1970 PR testsuite/25059
1971 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1972
1973 2019-10-16 Tom de Vries <tdevries@suse.de>
1974
1975 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1976 as signed.
1977
1978 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1979
1980 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1981 one instead of increasing timeout.
1982
1983 2019-10-13 Tom de Vries <tdevries@suse.de>
1984
1985 PR record/25038
1986 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1987 * gdb.reverse/sigall-reverse.exp: Same.
1988 * gdb.reverse/solib-precsave.exp: Same.
1989 * gdb.reverse/solib-reverse.exp: Same.
1990 * gdb.reverse/step-precsave.exp: Same.
1991 * gdb.reverse/until-precsave.exp: Same.
1992 * gdb.reverse/until-reverse.exp: Same.
1993 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1994
1995 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1996
1997 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1998 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1999 (cmp_struct_05_01, cmp_struct_static_02_01)
2000 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2001 comparisons.
2002
2003 2019-10-10 Tom de Vries <tdevries@suse.de>
2004
2005 PR testsuite/24888
2006 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2007 gnatlink.
2008
2009 2019-10-09 Tom de Vries <tdevries@suse.de>
2010
2011 PR testsuite/25048
2012 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2013
2014 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2015
2016 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2017 exceptions due to missing debug information.
2018
2019 2019-10-07 Tom de Vries <tdevries@suse.de>
2020
2021 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2022
2023 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2024
2025 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2026 * gdb.base/annota1.exp: Update to use gdb_test_name.
2027
2028 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2029
2030 * gdb.base/ctf-whatis.exp: New file.
2031 * gdb.base/ctf-whatis.c: New file.
2032 * gdb.base/ctf-ptype.exp: New file.
2033 * gdb.base/ctf-ptype.c: New file.
2034 * gdb.base/ctf-constvars.exp: New file.
2035 * gdb.base/ctf-constvars.c: New file.
2036 * gdb.base/ctf-cvexpr.exp: New file.
2037
2038 2019-10-04 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2041 for loop.
2042
2043 2019-10-03 Tom Tromey <tom@tromey.com>
2044
2045 PR rust/24976:
2046 * gdb.rust/simple.rs (Union2): New type.
2047 (main): Use Union2.
2048 * gdb.rust/simple.exp: Add test.
2049
2050 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2051
2052 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2053 nested function prefix.
2054
2055 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2056 Richard Bunt <richard.bunt@arm.com>
2057 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2060 nested functions.
2061 * gdb.fortran/nested-funcs.f90: Update expected results.
2062 * gdb.fortran/nested-funcs-2.exp: New file.
2063 * gdb.fortran/nested-funcs-2.f90: New file.
2064
2065 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2066
2067 * gdb.python/py-parameter.exp: Make test names unique.
2068 * gdb.python/py-template.exp: Likewise.
2069 * gdb.python/py-value.exp: Likewise.
2070
2071 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2072
2073 * gdb.base/break-interp.exp: Reduce test name duplication.
2074 * gdb.base/call-sc.exp: Likewise.
2075 * gdb.base/callfuncs.exp: Likewise.
2076 * gdb.base/charset.exp: Likewise.
2077 * gdb.base/dump.exp: Likewise.
2078 * gdb.base/ena-dis-br.exp: Likewise.
2079 * gdb.base/relational.exp: Likewise.
2080 * gdb.base/step-over-syscall.exp: Likewise.
2081 * gdb.base/structs.exp: Likewise.
2082
2083 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2084
2085 * gdb.linespec/explicit.exp: Make test names unique.
2086 * gdb.linespec/ls-errs.exp: Likewise.
2087
2088 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * gdb.reverse/break-precsave.exp: Make test names unique.
2091 * gdb.reverse/break-reverse.exp: Likewise.
2092 * gdb.reverse/finish-precsave.exp: Likewise.
2093 * gdb.reverse/finish-reverse.exp: Likewise.
2094 * gdb.reverse/machinestate-precsave.exp: Likewise.
2095 * gdb.reverse/machinestate.exp: Likewise.
2096 * gdb.reverse/readv-reverse.exp: Likewise.
2097 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2098 * gdb.reverse/sigall-precsave.exp: Likewise.
2099 * gdb.reverse/sigall-reverse.exp: Likewise.
2100 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2101 * gdb.reverse/watch-precsave.exp: Likewise.
2102 * gdb.reverse/watch-reverse.exp: Likewise.
2103
2104 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2105
2106 * gdb.threads/stop-with-handle.c: New file.
2107 * gdb.threads/stop-with-handle.exp: New file.
2108
2109 2019-10-03 Tom de Vries <tdevries@suse.de>
2110
2111 PR testsuite/25059
2112 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2113 directory" line to be missing.
2114
2115 2019-10-03 Tom de Vries <tdevries@suse.de>
2116
2117 PR testsuite/25059
2118 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2119 type optional.
2120
2121 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2122
2123 * gdb.python/py-format-string.c (string.h): New include.
2124 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2125 the same value, for endianness-independence.
2126 * gdb.python/py-format-string.exp (default_regexp_dict)
2127 (test_pretty_structs, test_format): Adjust expected output to the
2128 changed initialization.
2129
2130 2019-10-02 Tom Tromey <tromey@adacore.com>
2131
2132 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2133
2134 2019-10-02 Pedro Alves <palves@redhat.com>
2135 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2138 "print-file-var.h".
2139 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2140 (get_version_1): Print this_version_id and its address.
2141 Add extern "C" wrappers around interface functions.
2142 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2143 "print-file-var.h".
2144 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2145 (get_version_2): Print this_version_id and its address.
2146 Add extern "C" wrappers around interface functions.
2147 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2148 <stddef.h> and "print-file-var.h".
2149 Add extern "C" wrappers around interface functions.
2150 [VERSION_ID_MAIN] (this_version_id): Define.
2151 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2152 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2153 up extern "C" blocks.
2154 * gdb.base/print-file-var.exp (test): New, factored out from top
2155 level.
2156 (top level): Test all combinations of attribute hidden or not,
2157 dlopen or not, and this_version_id symbol in main file or not.
2158 Compile tests as both C++ and C, make test names unique.
2159
2160 2019-10-01 Tom Tromey <tom@tromey.com>
2161
2162 * gdb.base/style.exp: Test "show logging filename".
2163
2164 2019-10-01 Tom Tromey <tom@tromey.com>
2165
2166 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2167 * gdb.base/style.exp: Add metadata style test.
2168
2169 2019-10-01 Tom Tromey <tom@tromey.com>
2170
2171 * gdb.base/style.exp: Test "pwd".
2172
2173 2019-10-01 Tom Tromey <tom@tromey.com>
2174
2175 * gdb.base/style.exp: Update tests.
2176
2177 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2178
2179 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2180 'six' to unsigned.
2181 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2182 'five'. Use an all-ones bit pattern for each.
2183 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2184 to its changed values.
2185
2186 2019-09-30 Tom Tromey <tromey@adacore.com>
2187
2188 * gdb.rust/traits.rs: Disable all warnings.
2189
2190 2019-09-29 Tom de Vries <tdevries@suse.de>
2191
2192 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2193
2194 2019-09-29 Tom de Vries <tdevries@suse.de>
2195
2196 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2197
2198 2019-09-27 Tom de Vries <tdevries@suse.de>
2199
2200 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2201
2202 2019-09-27 Tom de Vries <tdevries@suse.de>
2203
2204 PR record/23188
2205 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2206
2207 2019-09-26 Tom Tromey <tromey@adacore.com>
2208
2209 * gdb.ada/py_taft.exp: New file.
2210 * gdb.ada/py_taft/main.adb: New file.
2211 * gdb.ada/py_taft/pkg.adb: New file.
2212 * gdb.ada/py_taft/pkg.ads: New file.
2213
2214 2019-09-24 Tom de Vries <tdevries@suse.de>
2215
2216 PR gdb/24598
2217 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2218
2219 2019-09-22 Tom de Vries <tdevries@suse.de>
2220
2221 * gdb.base/restore.exp: Allow register variables to be optimized out at
2222 -O0.
2223
2224 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2225
2226 * gdb.arch/spu-info.exp: Remove file.
2227 * gdb.arch/spu-info.c: Remove file.
2228 * gdb.arch/spu-ls.exp: Remove file.
2229 * gdb.arch/spu-ls.c: Remove file.
2230
2231 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2232 * gdb.asm/spu.inc: Remove file.
2233
2234 * gdb.base/dump.exp: Remove support for spu*-*-*.
2235 * gdb.base/stack-checking.exp: Likewise.
2236 * gdb.base/overlays.exp: Likewise.
2237 * gdb.base/ovlymgr.c: Likewise.
2238 * gdb.base/spu.ld: Remove file.
2239
2240 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2241 * gdb.cp/cpexprs.exp: Likewise.
2242 * gdb.cp/exception.exp: Likewise.
2243 * gdb.cp/gdb2495.exp: Likewise.
2244 * gdb.cp/mb-templates.exp: Likewise.
2245 * gdb.cp/pr9167.exp: Likewise.
2246 * gdb.cp/userdef.exp: Likewise.
2247
2248 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2249
2250 * gdb.cell: Remove directory.
2251 * lib/cell.exp: Remove file.
2252
2253 2019-09-19 Tom de Vries <tdevries@suse.de>
2254
2255 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2256
2257 2019-09-19 Tom de Vries <tdevries@suse.de>
2258
2259 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2260
2261 2019-09-19 Tom de Vries <tdevries@suse.de>
2262
2263 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2264 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2265 (gdb_target_cmd): ... here.
2266 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2267 value 2.
2268
2269 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2270
2271 * gdb.base/source-dir.exp: Avoid having directory names in test
2272 names.
2273
2274 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2277 directory.
2278
2279 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2280
2281 * gdb.base/list-missing-source.exp: New file.
2282
2283 2019-09-14 Tom de Vries <tdevries@suse.de>
2284
2285 PR teststuite/24599
2286 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2287 * lib/ada.exp (gnatmake_version_at_least): New proc.
2288
2289 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2290
2291 * gdb.base/maint.exp: Use exec_has_index_section.
2292
2293 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2294
2295 * gdb.base/maint.exp: Add test for 'maint info sections'.
2296
2297 2019-09-12 Tom de Vries <tdevries@suse.de>
2298
2299 * gdb.base/store.exp: Allow register variables to be optimized out at
2300 -O0.
2301
2302 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2303
2304 * gdb.ada/rdv_wait.exp: Update to new task names.
2305 * gdb.base/task_switch_in_core.exp: Likewise.
2306 * gdb.base/info_sources_base.c: Likewise.
2307
2308 2019-09-10 Tom Tromey <tromey@adacore.com>
2309
2310 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2311
2312 2019-09-10 Tom Tromey <tromey@adacore.com>
2313
2314 * gdb.ada/dgopt.exp: New file.
2315 * gdb.ada/dgopt/x.adb: New file.
2316
2317 2019-09-08 Tom Tromey <tom@tromey.com>
2318
2319 * gdb.tui/resize.exp: Remove setup_xfail.
2320 * gdb.tui/regs.exp: Remove setup_xfail.
2321 * gdb.tui/basic.exp: Remove setup_xfail.
2322
2323 2019-09-06 David Blaikie <dblaikie@gmail.com>
2324
2325 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2326 * gdb.cp/cplabel.exp: Ditto.
2327 * gdb.linespec/ls-errs.exp: Ditto.
2328
2329 2019-09-05 Tom de Vries <tdevries@suse.de>
2330
2331 * lib/gdb.exp (cmp_file_string): New proc.
2332 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2333 runto_main. Verify save breakpoints output.
2334
2335 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2336
2337 * gdb.base/info-var.exp: Test info variables without running
2338 to main, to avoid expect's buffer overflow.
2339
2340 2019-09-03 Tom Tromey <tromey@adacore.com>
2341
2342 * gdb.ada/bias.exp: New file.
2343 * gdb.ada/bias/bias.adb: New file.
2344 * gdb.ada/print_chars.exp: Add regression test.
2345 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2346 (MC): New variable.
2347
2348 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2349
2350 * gdb.base/argv0-symlink.exp: Run only on native target
2351 and local host.
2352
2353 2019-08-29 Tom de Vries <tdevries@suse.de>
2354
2355 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2356 diverse debug info.
2357 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2358
2359 2019-08-28 Tom de Vries <tdevries@suse.de>
2360
2361 * gdb.base/info-var.exp: Allow info variables to print info for files
2362 other than info-var-f1.c and info-var-f2.c.
2363
2364 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2365
2366 * gdb.fortran/info-types.exp: Add module.
2367 * gdb.fortran/info-types.f90: Update expected results.
2368
2369 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2370
2371 * gdb.fortran/info-types.exp: New file.
2372 * gdb.fortran/info-types.f90: New file.
2373 * lib/fortran.exp (fortran_character1): New proc.
2374
2375 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2378 functions'. Reindent as needed.
2379 * gdb.base/info-var-f1.c: New file.
2380 * gdb.base/info-var-f2.c: New file.
2381 * gdb.base/info-var.exp: New file.
2382 * gdb.base/info-var.h: New file.
2383
2384 2019-08-26 Tom de Vries <tdevries@suse.de>
2385
2386 PR c++/24852
2387 * gdb.cp/no-libstdcxx-probe.exp: New test.
2388
2389 2019-08-26 Tom de Vries <tdevries@suse.de>
2390
2391 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2392 * tests need to be skipped.
2393 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2394 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2395 mi_skip_libstdcxx_probe_tests.
2396
2397 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2398
2399 * gdb.python/py-xmethods.exp: Use raw strings when passing
2400 arguments to SimpleXMethodMatcher.
2401
2402 2019-08-22 Tom de Vries <tdevries@suse.de>
2403
2404 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2405 more informative.
2406
2407 2019-08-21 Pedro Alves <palves@redhat.com>
2408
2409 * gdb.base/with.exp: Test "with" with no arguments.
2410
2411 2019-08-21 Tom de Vries <tdevries@suse.de>
2412
2413 * gdb.base/gdb-caching-proc.exp: Sort files.
2414
2415 2019-08-20 Tom de Vries <tdevries@suse.de>
2416
2417 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2418 compilation.
2419
2420 2019-08-16 Tom de Vries <tdevries@suse.de>
2421
2422 * gdb.base/compare-sections.exp ("after run to main"): Allow
2423 mismatched read-only sections for PIE executables.
2424
2425 2019-08-16 Tom Tromey <tom@tromey.com>
2426
2427 * lib/tuiterm.exp (_csi_Z): New proc.
2428 * gdb.tui/basic.exp: Update window positions.
2429 * gdb.tui/empty.exp: Update window positions.
2430
2431 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2432
2433 * gdb.base/examine-backward.exp: Correct regexp for
2434 "examine 3 bytes backward from ${address_zero}".
2435
2436 2019-08-15 Tom Tromey <tom@tromey.com>
2437
2438 * gdb.tui/empty.exp: Enable resizing tests.
2439
2440 2019-08-15 Tom Tromey <tromey@adacore.com>
2441
2442 * gdb.ada/char_enum.exp: Add regression tests.
2443 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2444 and '0'.
2445 (Char, Gchar): Update.
2446 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2447
2448 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2449
2450 * gdb.python/python.exp: Expect a leading underscore on
2451 GdbOutput{,Error}File.
2452
2453 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2454
2455 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2456 Windows host.
2457
2458 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2459
2460 * gdb.base/batch-preserve-term-settings.exp
2461 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2462
2463 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2464
2465 * lib/gdb.exp: When running on a mingw target, replace
2466 /x/ with x:/.
2467
2468 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2469
2470 * gdb.arch/aarch64-prologue.c: New test.
2471 * gdb.arch/aarch64-prologue.exp: New file.
2472
2473 2019-08-13 Tom de Vries <tdevries@suse.de>
2474
2475 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2476 Thread.
2477
2478 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2479
2480 * gdb.python/py-completion.exp: Download the .py file to the host
2481 and use its host pathname. Conditionalize tests that use
2482 tab completion and manipulate files on the build machine.
2483 * gdb.python/py-events.exp: Download the .py file to the host
2484 and use its host pathname.
2485 * gdb.python/py-evsignal.exp: Likewise.
2486 * gdb.python/py-evthreads.exp: Likewise.
2487 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2488 pathname syntax.
2489 * gdb.python/py-framefilter.exp: Download the .py file to the right
2490 place on the host. Match Windows pathname syntax.
2491 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2492 .py file to the host and use its host pathname.
2493 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2494 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2495 build pathname. Skip symlink test on Windows host. Add missing
2496 newline at end of file.
2497 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2498 and use its host pathname.
2499 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2500 * gdb.python/py-section-script.exp: Use host location of binfile
2501 on safe-path. Use correct path separator on Windows host.
2502 Reorder alternatives in gdb_test_multiple to prevent matching
2503 the wrong alternative on success.
2504 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2505
2506 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2507
2508 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2509 expect the GDB inferior to no longer immediately stop after
2510 being resumed with "signal SIGINT".
2511
2512 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2513
2514 * gdb.linespec/break-ask.exp: Generalize regexps to match
2515 Windows pathnames too.
2516
2517 2019-08-08 Tom de Vries <tdevries@suse.de>
2518
2519 PR testsuite/24862
2520 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2521
2522 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2523
2524 * gdb.base/style.exp: Update tests for help doc new invariants.
2525 * gdb.base/help.exp: Likewise.
2526
2527 2019-08-06 Tom Tromey <tom@tromey.com>
2528
2529 * gdb.base/style.exp: Add disassemble test.
2530 * gdb.base/style.c (some_called_function): New function.
2531 (main): Use it.
2532
2533 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2534
2535 * gdb.python/py-block.exp: Test dictionary access on blocks.
2536
2537 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2538
2539 PR gdb/24863
2540 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2541 -list-thread-groups --available test when running under
2542 check-read1.
2543
2544 2019-08-05 Tom de Vries <tdevries@suse.de>
2545
2546 PR testsuite/24863
2547 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2548 * gdb.base/help.exp: Use with_read1_timeout_factor.
2549 * gdb.base/info-macros.exp: Same.
2550 * gdb.cp/nested-types.exp: Same.
2551
2552 2019-08-05 Tom de Vries <tdevries@suse.de>
2553
2554 * lib/gdb.exp (version_at_least): Factor out of ...
2555 (tcl_version_at_least): ... here.
2556 (gdb_compile): Fail if pie results in non-PIE executable.
2557 (readelf_version, readelf_prints_pie): New proc.
2558 (exec_is_pie): Return -1 if unknown.
2559
2560 2019-08-05 Tom de Vries <tdevries@suse.de>
2561
2562 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2563
2564 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2565
2566 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2567
2568 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2569
2570 * lib/completion-support.exp (test_gdb_complete_none): Skip
2571 tab completion tests if no readline support.
2572 (test_gdb_complete_unique_re): Likewise.
2573 (test_gdb_complete_multiple): Likewise.
2574
2575 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2576
2577 * gdb.base/info_sources.exp: New file.
2578 * gdb.base/info_sources.c: New file.
2579 * gdb.base/info_sources_base.c: New file.
2580
2581 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2582
2583 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2584 prefix argument.
2585 (test_exit_status): Add prefix argument.
2586
2587 2019-08-01 Tom de Vries <tdevries@suse.de>
2588
2589 PR testsuite/24863
2590 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2591 calling exp_continue for new thread and thread exited messages.
2592
2593 2019-08-01 Tom de Vries <tdevries@suse.de>
2594
2595 PR testsuite/24863
2596 * gdb.base/structs.exp: Fix check-read1 timeout using
2597 gdb_test_sequence.
2598 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2599
2600 2019-08-01 Tom de Vries <tdevries@suse.de>
2601
2602 PR testsuite/24863
2603 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2604 line.
2605
2606 2019-08-01 Tom de Vries <tdevries@suse.de>
2607
2608 PR testsuite/24863
2609 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2610
2611 2019-07-30 Tom Tromey <tromey@adacore.com>
2612
2613 * gdb.ada/display_nested.exp: New file.
2614 * gdb.ada/display_nested/foo.adb: New file.
2615 * gdb.ada/display_nested/pack.adb: New file.
2616 * gdb.ada/display_nested/pack.ads: New file.
2617
2618 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2619
2620 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2621 namespace.
2622 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2623
2624 2019-07-30 Tom de Vries <tdevries@suse.de>
2625
2626 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2627 instead.
2628
2629 2019-07-30 Tom de Vries <tdevries@suse.de>
2630
2631 PR testsuite/24834
2632 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2633 (exec_is_pie): New proc.
2634
2635 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2636
2637 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2638
2639 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2640
2641 * gdb.python/py-objfile.c: Add global and static vars.
2642 * gdb.python/py-objfile.exp: Test new functions Objfile.
2643 lookup_global_symbol and lookup_static_symbol.
2644
2645 2019-07-29 Tom Tromey <tom@tromey.com>
2646
2647 * lib/tuiterm.exp (Term::_csi_@): New proc.
2648 (Term::_csi_X): Don't move cursor.
2649
2650 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2651
2652 * gdb.base/options.exp: Update backtrace - completion to
2653 new option -frame-info.
2654 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2655 Test new 'set print frame-info'. Test backtrace -frame-info
2656 overriding 'set print frame-info'.
2657 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2658 Test new 'set print frame-info'.
2659 Verify consistency of backtrace with and without filters, with and
2660 without -no-filters.
2661 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2662 default.
2663
2664 2019-07-29 Tom de Vries <tdevries@suse.de>
2665
2666 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2667 no arguments".
2668
2669 2019-07-29 Tom de Vries <tdevries@suse.de>
2670
2671 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2672 is a substring of the first for "complete non-unique file name".
2673
2674 2019-07-29 Tom de Vries <tdevries@suse.de>
2675
2676 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2677 with ".*".
2678
2679 2019-07-29 Tom de Vries <tdevries@suse.de>
2680
2681 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2682 Pass prompt_regexp parameter to gdb_test_multiple calls.
2683
2684 2019-07-29 Tom de Vries <tdevries@suse.de>
2685
2686 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2687 print registers" regexps.
2688
2689 2019-07-29 Tom de Vries <tdevries@suse.de>
2690
2691 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2692
2693 2019-07-29 Tom de Vries <tdevries@suse.de>
2694
2695 PR gdb/24855
2696 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2697 (skip_python_tests_prompt): Add prompt_regexp argument to
2698 gdb_test_multiple calls.
2699
2700 2019-07-27 Tom Tromey <tom@tromey.com>
2701
2702 * gdb.tui/main.exp: New file.
2703
2704 2019-07-27 Tom Tromey <tom@tromey.com>
2705
2706 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2707 optional.
2708 * gdb.tui/empty.exp: New file.
2709
2710 2019-07-27 Tom Tromey <tom@tromey.com>
2711
2712 * lib/tuiterm.exp (spawn): New proc.
2713 (Term::resize): New proc.
2714 * gdb.tui/resize.exp: New file.
2715
2716 2019-07-27 Tom Tromey <tom@tromey.com>
2717
2718 * gdb.tui/list.exp: New file.
2719
2720 2019-07-27 Tom Tromey <tom@tromey.com>
2721
2722 * gdb.tui/regs.exp: New file.
2723
2724 2019-07-27 Tom Tromey <tom@tromey.com>
2725
2726 * gdb.tui/basic.exp: Add "layout split" test.
2727
2728 2019-07-27 Tom Tromey <tom@tromey.com>
2729
2730 * gdb.tui/basic.exp: Add "layout asm" test.
2731
2732 2019-07-27 Tom Tromey <tom@tromey.com>
2733
2734 * lib/tuiterm.exp: New file.
2735 * gdb.tui/basic.exp: New file.
2736
2737 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2738
2739 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2740 Enable tests associated with this flag. Adjust regex
2741 referencing "foo_low" to now refer to "foo_cold" instead.
2742
2743 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2744
2745 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2746 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2747 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2748 foo_cold. Revise comments to match.
2749 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2750 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2751 were wrapped into this proc; Call do_test in loop from outermost
2752 level.
2753 (foo_low): Rename all occurrences to "foo_cold".
2754 (backtrace from baz): New test.
2755 (x2/i foo_cold): New test.
2756 (info line *foo_cold): New test.
2757
2758 2019-07-26 Tom de Vries <tdevries@suse.de>
2759
2760 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2761
2762 2019-07-25 Tom de Vries <tdevries@suse.de>
2763
2764 PR testsuite/24830
2765 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2766 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2767 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2768 (skip_libstdcxx_probe_tests): ... here.
2769 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2770
2771 2019-07-24 Tom de Vries <tdevries@suse.de>
2772
2773 PR testsuite/24807
2774 * gdb.objc/basicclass.m: Include stdio.h.
2775 * gdb.objc/nondebug.m: Same.
2776 * gdb.objc/objcdecode.m: Same.
2777
2778 2019-07-24 Tom de Vries <tdevries@suse.de>
2779
2780 PR testsuite/24612
2781 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2782 additional_flags.
2783
2784 2019-07-24 Tom de Vries <tdevries@suse.de>
2785
2786 PR testsuite/24831
2787 * gdb.multi/tids.exp: Update error messages for info threads.
2788
2789 2019-07-24 Tom de Vries <tdevries@suse.de>
2790
2791 * gdb.base/info-types.exp: Allow info types to print info for more than
2792 one file.
2793
2794 2019-07-23 Tom de Vries <tdevries@suse.de>
2795
2796 PR testsuite/24842
2797 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2798 gdb_spawn_with_cmdline_opts.
2799
2800 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2801
2802 * gdb.arch/arm-cmse-sgstubs.c: New test.
2803 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2804
2805 2019-07-23 Tom de Vries <tdevries@suse.de>
2806
2807 PR testsuite/24711
2808 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2809 issuing next command.
2810
2811 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.ada/info_auto_lang.exp: Update expected results.
2814 * gdb.base/info-types.c: Add additional types to check.
2815 * gdb.base/info-types.exp: Update expected results.
2816
2817 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2818
2819 * gdb.base/info-types.c: New file.
2820 * gdb.base/info-types.exp: New file.
2821
2822 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2823
2824 * gdb.arch/riscv-bp-infcall.c: New file.
2825 * gdb.arch/riscv-bp-infcall.exp: New file.
2826
2827 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2828
2829 PR breakpoints/24541
2830 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2831
2832 2019-07-14 Tom de Vries <tdevries@suse.de>
2833
2834 PR testsuite/24760
2835 * gdb.objc/basicclass.exp: Fix unterminated string.
2836
2837 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2838 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2841 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2842 negative bounds.
2843 * gdb.fortran/vla-value.exp: Print elements of an array with
2844 negative bounds.
2845 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2846 testing.
2847
2848 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2849
2850 * gdb.base/options.exp (expect_string): Dequote strings in
2851 results.
2852 (test-string): Test strings with different quoting and reindent.
2853
2854 2019-07-10 Tom Tromey <tromey@adacore.com>
2855
2856 * gdb.ada/mi_ex_cond.exp: Update expected results.
2857 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2858 * gdb.ada/mi_catch_ex.exp: Update expected results.
2859 * gdb.ada/mi_catch_assert.exp: Update expected results.
2860 * gdb.ada/catch_ex.exp (catch_exception_info)
2861 (catch_exception_entry, catch_assert_entry)
2862 (catch_unhandled_entry): Update.
2863 * gdb.ada/catch_assert_if.exp: Update expected results.
2864
2865 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2866 Stephen Roberts <stephen.roberts@arm.com>
2867
2868 * gdb.base/define.exp: Restore original prompt.
2869
2870 2019-07-09 Pedro Alves <palves@redhat.com>
2871
2872 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2873 breakpoints" output.
2874 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2875 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2876 throw" creates breakpoint.
2877 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2878 'type="catchpoint"'.
2879
2880 2019-07-09 Pedro Alves <palves@redhat.com>
2881
2882 PR c++/15468
2883 * gdb.cp/except-multi-location-lib.cc: New.
2884 * gdb.cp/except-multi-location-main.cc: New.
2885 * gdb.cp/except-multi-location.exp: New.
2886
2887 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2888
2889 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2890 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2891 argument and update callers.
2892
2893 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.arch/amd64-break-on-asm-line.S: New file.
2896 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2897
2898 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2899
2900 * gdb.base/printcmds.exp: Test printing C string and
2901 C wide string convenience vars without transiting via the inferior.
2902 Also make test names unique.
2903
2904 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2905
2906 PR breakpoints/25011
2907 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2908
2909 2019-07-04 Pedro Alves <palves@redhat.com>
2910
2911 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2912 body returned ok(0), break(3) or continue(4).
2913 * gdb.testsuite/foreach_with_prefix.exp: New file.
2914
2915 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2916
2917 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2918
2919 2019-07-03 Pedro Alves <palves@redhat.com>
2920
2921 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2922 "return -code".
2923
2924 2019-07-03 Pedro Alves <palves@redhat.com>
2925
2926 PR cli/24732
2927 * gdb.base/shell.exp: Load completion-support.exp.
2928 Adjust expected error output. Add completion tests.
2929
2930 2019-07-03 Pedro Alves <palves@redhat.com>
2931
2932 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2933 string_to_regexp.
2934
2935 2019-07-03 Pedro Alves <palves@redhat.com>
2936
2937 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2938 (expect_integer): Adjust to expect "-string".
2939 (expect_string): New.
2940 (all_options): Expect "-string".
2941 (test-flag, test-boolean): Adjust to expect "-string".
2942 (test-string): New proc.
2943 (top level): Call it.
2944
2945 2019-07-03 Pedro Alves <palves@redhat.com>
2946
2947 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2948 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2949 the expected output in the success.
2950
2951 2019-07-03 Pedro Alves <palves@redhat.com>
2952
2953 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2954 Split one gdb_test_multiple call in two to avoid a race.
2955
2956 2019-07-03 Pedro Alves <palves@redhat.com>
2957
2958 * gdb.base/with.c: New file.
2959 * gdb.base/with.exp: New file.
2960
2961 2019-07-03 Pedro Alves <palves@redhat.com>
2962
2963 * gdb.base/settings.exp: Replace all references to "maint
2964 test-settings set" with references to "maint set test-settings",
2965 and all references to "maint test-settings show" with references
2966 to "maint show test-settings".
2967
2968 2019-07-03 Pedro Alves <palves@redhat.com>
2969
2970 * gdb.base/settings.exp (test-string): Adjust expected out when
2971 testing "maint test-settings show filename"
2972
2973 2019-07-02 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.base/options.exp (test-info-threads): New procedure.
2976 (top level): Call it.
2977
2978 2019-06-28 Tom Tromey <tromey@adacore.com>
2979
2980 * gdb.dwarf2/ada-linkage-name.c: New file.
2981 * gdb.dwarf2/ada-linkage-name.exp: New file.
2982
2983 2019-06-27 Tom Tromey <tromey@adacore.com>
2984
2985 PR c++/20020:
2986 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2987
2988 2019-06-26 Tom de Vries <tdevries@suse.de>
2989
2990 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2991
2992 2019-06-26 Tom de Vries <tdevries@suse.de>
2993
2994 * gdb.base/index-cache.exp: Add back missing debug option.
2995
2996 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2997
2998 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2999
3000 2019-06-25 Tom de Vries <tdevries@suse.de>
3001
3002 PR testsuite/24727
3003 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3004
3005 2019-06-24 Tom de Vries <tdevries@suse.de>
3006
3007 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3008
3009 2019-06-24 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3012 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3013 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3014
3015 2019-06-24 Tom de Vries <tdevries@suse.de>
3016
3017 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3018
3019 2019-06-21 Tom de Vries <tdevries@suse.de>
3020
3021 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3022
3023 2019-06-21 Tom de Vries <tdevries@suse.de>
3024
3025 PR testsuite/24518
3026 PR ada/24713
3027 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3028 index.
3029
3030 2019-06-19 Tom Tromey <tromey@adacore.com>
3031
3032 * gdb.ada/length_cond.exp: Add intro comment.
3033
3034 2019-06-19 Tom Tromey <tromey@adacore.com>
3035
3036 * gdb.ada/length_cond.exp: New file.
3037 * gdb.ada/length_cond/length_cond.adb: New file.
3038 * gdb.ada/length_cond/pck.adb: New file.
3039 * gdb.ada/length_cond/pck.ads: New file.
3040
3041 2019-06-18 Tom de Vries <tdevries@suse.de>
3042
3043 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3044
3045 2019-06-18 Tom Tromey <tromey@adacore.com>
3046
3047 * gdb.base/list0.h: Add comment explaining control character.
3048
3049 2019-06-18 Tom de Vries <tdevries@suse.de>
3050
3051 * boards/fission.exp: Break up long debug_flags line.
3052
3053 2019-06-16 Tom de Vries <tdevries@suse.de>
3054
3055 PR gdb/24445
3056 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3057 generated index.
3058
3059 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3060
3061 PR gdb/24686
3062 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3063 improve detection of bug gdb/24541.
3064
3065 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3066
3067 PR gdb/24669
3068 * gdb.base/index-cache.exp (uses_readnow,
3069 expecting_index_cache_use): Define global variable.
3070 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3071 expecting_index_cache_use.
3072
3073 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3074 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.fortran/pointers.f90: New file.
3077 * gdb.fortran/print_type.exp: New file.
3078 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3079 * gdb.fortran/vla-type.exp: Likewise.
3080 * gdb.fortran/vla-value.exp: Likewise.
3081 * gdb.mi/mi-vla-fortran.exp: Likewise.
3082
3083 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3084
3085 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3086 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3087 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3088 as a stop reason.
3089
3090 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3091
3092 * gdb.base/annota1.exp: Update expected results.
3093 * gdb.cp/annota2.exp: Likewise.
3094 * gdb.cp/annota3.exp: Likewise.
3095
3096 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 * gdb.base/style-logging.exp: Remove path from test name.
3099
3100 2019-06-14 Tom Tromey <tromey@adacore.com>
3101
3102 PR gdb/24502:
3103 * gdb.base/style-logging.exp: New file.
3104
3105 2019-06-14 Tom Tromey <tromey@adacore.com>
3106
3107 * gdb.base/symfile-warn.exp: New file.
3108 * gdb.base/symfile-warn.c: New file.
3109
3110 2019-06-14 Tom Tromey <tromey@adacore.com>
3111
3112 * gdb.base/annotate-symlink.exp: New file.
3113
3114 2019-06-14 Tom Tromey <tromey@adacore.com>
3115
3116 * gdb.ada/set_wstr.exp: Add reassignment test.
3117
3118 2019-06-14 Tom Tromey <tromey@adacore.com>
3119
3120 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3121 'unchecked_access and 'unrestricted_access as well.
3122
3123 2019-06-14 Tom Tromey <tromey@adacore.com>
3124
3125 PR ada/24539:
3126 * gdb.ada/vla.exp: Update tests.
3127 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3128 pragma.
3129
3130 2019-06-13 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.base/settings.exp (test-integer): Test junk after
3133 "unlimited".
3134
3135 2019-06-13 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.base/options.exp (test-thread-apply): New.
3138 (top level): Call it.
3139
3140 2019-06-13 Pedro Alves <palves@redhat.com>
3141
3142 * gdb.base/options.exp (test-frame-apply): New.
3143 (top level): Test print commands with different "frame apply"
3144 prefixes.
3145
3146 2019-06-13 Pedro Alves <palves@redhat.com>
3147
3148 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3149 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3150 'max_completions' parameter and handle it.
3151 (test_gdb_completion_offers_commands): New.
3152
3153 2019-06-13 Pedro Alves <palves@redhat.com>
3154
3155 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3156
3157 2019-06-13 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.base/options.exp (test-backtrace): New.
3160 (top level): Call it.
3161
3162 2019-06-13 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.guile/scm-frame-args.exp: Use "set print
3165 raw-frame-arguments" instead of "set print raw frame-arguments".
3166 * gdb.python/py-frame-args.exp: Likewise.
3167
3168 2019-06-13 Pedro Alves <palves@redhat.com>
3169
3170 * gdb.compile/compile.exp: Adjust expected output to option
3171 processing changes.
3172
3173 2019-06-13 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.base/options.exp: Build executable.
3176 (test-print): New procedure.
3177 (top level): Call it, once for "print" and another for "compile
3178 print".
3179
3180 2019-06-13 Pedro Alves <palves@redhat.com>
3181
3182 * gdb.base/options.c: New file.
3183 * gdb.base/options.exp: New file.
3184
3185 2019-06-13 Pedro Alves <palves@redhat.com>
3186
3187 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3188 that "o" is ambiguous.
3189
3190 2019-06-13 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.base/settings.c: New file.
3193 * gdb.base/settings.exp: New file.
3194
3195 2019-06-13 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.base/completion.exp: Fix comment typo.
3198
3199 2019-06-13 Pedro Alves <palves@redhat.com>
3200
3201 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3202 foo --1" test.
3203
3204 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3205
3206 * gdb.fortran/block-data.f: New.
3207 * gdb.fortran/block-data.exp: New.
3208
3209 2019-06-11 Tom de Vries <tdevries@suse.de>
3210
3211 PR testsuite/24521
3212 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3213 message.
3214
3215 2019-06-11 Tom de Vries <tdevries@suse.de>
3216
3217 PR testsuite/24521
3218 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3219
3220 2019-06-11 Tom de Vries <tdevries@suse.de>
3221
3222 * boards/readnow.exp: New file.
3223
3224 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3225
3226 * gdb.fortran/vla-sizeof.exp: Update expected results.
3227
3228 2019-06-06 Amos Bird <amosbird@gmail.com>
3229
3230 * gdb.base/annota1.exp (thread_switch): Add test for
3231 thread-exited annotation.
3232
3233 2019-06-06 Tom Tromey <tromey@adacore.com>
3234
3235 * gdb.base/maint.exp: Expect command started/finished output.
3236
3237 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3240 comment.
3241 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3242
3243 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3244
3245 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3246 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3247 * gdb.arch/riscv-unwind-long-insn.c: New file.
3248 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3249
3250 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3251
3252 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3253
3254 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3255
3256 * lib/gdb.exp (help_list_trailer): New regexp variable
3257 factorizing the help trailer message.
3258 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3259 arg to allow to better factorize various tests.
3260 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3261 (test_prefix_command_help): Use help_list_trailer.
3262 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3263 * gdb.guile/scm-cmd.exp: Likewise.
3264 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3265 * gdb.base/help.exp: Use test_user_defined_class_help.
3266 * gdb.base/style.exp: Add tests for styling of help and apropos.
3267 * lib/gdb-utils.exp (style): Add title and highlight styles.
3268
3269 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3270
3271 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3272 $_shell_exitsignal.
3273 * gdb.base/default.exp: Update for new convenience variables.
3274
3275 2019-05-29 Tom Tromey <tromey@adacore.com>
3276
3277 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3278 to "break complete ada" test case's regexp.
3279
3280 2019-05-29 Tom Tromey <tromey@adacore.com>
3281
3282 PR c++/20020:
3283 * gdb.cp/constexpr-field.exp: New file.
3284 * gdb.cp/constexpr-field.cc: New file.
3285
3286 2019-05-29 Tom Tromey <tromey@adacore.com>
3287
3288 * gdb.base/finish.exp (finish_no_print): New proc.
3289 (finish_tests): Call it.
3290
3291 2019-05-24 Tom de Vries <tdevries@suse.de>
3292
3293 * gdb.dwarf2/gdb-add-index.exp: New file.
3294
3295 2019-05-22 Tom Tromey <tromey@adacore.com>
3296
3297 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3298 * gdb.base/style.exp: Use "style".
3299 * lib/gdb-utils.exp (style): New proc.
3300
3301 2019-05-22 Tom de Vries <tdevries@suse.de>
3302
3303 * gdb.base/align.exp: Require c++11.
3304
3305 2019-05-22 Tom de Vries <tdevries@suse.de>
3306
3307 PR testsuite/24586
3308 * gdb.python/py-mi-var-info-path-expression.exp: Call
3309 mi_skip_python_tests to check if python is supported.
3310
3311 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3312
3313 * gdb.arch/aarch64-pauth.c: New test.
3314 * gdb.arch/aarch64-pauth.exp: New file.
3315
3316 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3317
3318 * README (Re-running Tests Outside The Testsuite): New section.
3319
3320 2019-05-21 Tom de Vries <tdevries@suse.de>
3321
3322 * gdb.arch/amd64-eval.exp: Require c++11.
3323 * gdb.base/max-depth.exp: Same.
3324 * gdb.compile/compile-cplus-array-decay.exp: Same.
3325 * gdb.cp/meth-typedefs.exp: Same.
3326 * gdb.cp/subtypes.exp: Same.
3327 * gdb.cp/temargs.exp: Same.
3328
3329 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3330
3331 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3332
3333 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3334
3335 PR gdb/18644
3336 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3337 * gdb.fortran/printing-types.exp: Add new test.
3338 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3339 testing.
3340 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3341 setup_kfail call.
3342
3343 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3344
3345 * README (Running the Testsuite): Change example.
3346 (Testsuite Parameters): Remove TRANSCRIPT.
3347 * lib/gdb.exp: Remove TRANSCRIPT check.
3348
3349 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3350
3351 * README (Testsuite Parameters): Add replay logging to
3352 GDBSERVER_DEBUG.
3353 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3354 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3355 as a comma separated list.
3356 (gdb_debug_init): Override procedure.
3357
3358 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3359
3360 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3361 (gdb_write_cmd_file): New procedure.
3362 * lib/gdbserver-support.exp (gdbserver_start): Call
3363 gdbserver_write_cmd_file.
3364 (gdbserver_write_cmd_file): New procedure.
3365
3366 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3367
3368 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3369 (delete_breakpoints): Likewise.
3370 (gdb_run_cmd): Likewise.
3371 (gdb_start_cmd): Likewise.
3372 (gdb_starti_cmd): Likewise.
3373 (gdb_internal_error_resync): Likewise.
3374 (gdb_test_multiple): Likewise.
3375 (gdb_reinitialize_dir): Likewise.
3376 (default_gdb_exit): Likewise.
3377 (gdb_file_cmd): Mark kill as optional.
3378 (default_gdb_start): Call gdb_stdin_log_init.
3379 (send_gdb): Call gdb_stdin_log_write.
3380 (rerun_to_main): Mark Y as an answer.
3381 (gdb_stdin_log_init): New function.
3382 (gdb_stdin_log_write): Likewise.
3383
3384 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3385
3386 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3387 * gdb.base/debug-expr.exp: Likewise.
3388 * gdb.base/foll-fork.exp: Likewise.
3389 * gdb.base/foll-vfork.exp: Likewise.
3390 * gdb.base/fork-print-inferior-events.exp: Likewise.
3391 * gdb.base/gdb-sigterm.exp: Likewise.
3392 * gdb.base/gdbinit-history.exp: Likewise.
3393 * gdb.base/osabi.exp: Likewise.
3394 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3395 * gdb.base/ui-redirect.exp: Likewise.
3396 * gdb.gdb/unittest.exp: Likewise.
3397 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3398 * gdb.mi/mi-watch.exp: Likewise.
3399 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3400 * gdb.mi/user-selected-context-sync.exp: Likewise.
3401 * gdb.python/python.exp: Disable debug test when debugging.
3402 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3403 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3404 Likewise.
3405 * gdb.threads/stepi-random-signal.exp: Likewise.
3406
3407 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3408
3409 * Makefile.in: Pass through GDB_DEBUG.
3410 * README (Testsuite Parameters): Add GDB_DEBUG.
3411 (gdb,debug): Add board setting.
3412 * lib/gdb.exp (default_gdb_start): Start debugging.
3413 (gdb_debug_enabled): New procedure.
3414 (gdb_debug_init): Likewise.
3415
3416 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3417
3418 * Makefile.in: Pass through GDB_DEBUG.
3419 * README (Testsuite Parameters): Add GDB_DEBUG.
3420 (gdb,debug): Add board setting.
3421 * lib/gdb.exp (default_gdb_start): Start debugging.
3422 (gdb_debug_enabled): New procedure.
3423 (gdb_debug_init): Likewise.
3424
3425 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3426
3427 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3428
3429 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3430
3431 * gdb.base/ui-redirect.exp: Test redirection.
3432
3433 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3434
3435 * gdb.mi/mi-complete.exp: New file.
3436 * gdb.mi/mi-complete.cc: Likewise.
3437
3438 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3439
3440 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3441 indexed and sliced arrays, and pointers to arrays.
3442
3443 2019-05-14 Tom Tromey <tromey@adacore.com>
3444
3445 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3446 styling test.
3447
3448 2019-05-14 Tom de Vries <tdevries@suse.de>
3449
3450 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3451 selection entry encoding.
3452
3453 2019-05-10 Tom Tromey <tromey@adacore.com>
3454
3455 * gdb.ada/info_exc.exp: Add "complete" test.
3456
3457 2019-05-09 Tom de Vries <tdevries@suse.de>
3458
3459 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3460 CU-relative.
3461
3462 2019-05-09 Tom de Vries <tdevries@suse.de>
3463
3464 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3465 CU-relative.
3466
3467 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3468
3469 * gdb.ada/frame_arg_lang.exp: New testcase.
3470 * gdb.ada/frame_arg_lang/bla.adb: New file.
3471 * gdb.ada/frame_arg_lang/pck.ads: New file.
3472 * gdb.ada/frame_arg_lang/pck.adb: New file.
3473 * gdb.ada/frame_arg_lang/foo.c: New file.
3474
3475 2019-05-08 Tom Tromey <tromey@adacore.com>
3476
3477 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3478
3479 2019-05-08 Tom Tromey <tromey@adacore.com>
3480
3481 * gdb.base/ptype-offsets.exp: Update tests.
3482
3483 2019-05-08 Tom Tromey <tromey@adacore.com>
3484
3485 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3486 cases.
3487 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3488 "short".
3489
3490 2019-05-08 Tom Tromey <tromey@adacore.com>
3491
3492 * gdb.ada/vla.exp: New file.
3493 * gdb.ada/vla/vla.adb: New file.
3494
3495 2019-05-07 Tom de Vries <tdevries@suse.de>
3496
3497 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3498
3499 2019-05-07 Tom de Vries <tdevries@suse.de>
3500
3501 PR testsuite/24522
3502 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3503 section.
3504
3505 2019-05-07 Tom de Vries <tdevries@suse.de>
3506
3507 PR testsuite/24522
3508 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3509 .debug_aranges section.
3510
3511 2019-05-07 Tom de Vries <tdevries@suse.de>
3512
3513 PR testsuite/24159
3514 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3515
3516 2019-05-06 Tom de Vries <tdevries@suse.de>
3517
3518 * lib/gdb.exp (exec_has_index_section): New proc.
3519 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3520 section.
3521
3522 2019-05-04 Tom de Vries <tdevries@suse.de>
3523
3524 * boards/cc-with-debug-names.exp: New file.
3525
3526 2019-05-03 Tom Tromey <tromey@adacore.com>
3527
3528 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3529 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3530 * gdb.ada/char_enum.exp: Add test.
3531
3532 2019-05-03 Tom de Vries <tdevries@suse.de>
3533
3534 * boards/cc-with-gdb-index.exp: New file.
3535
3536 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.rust/simple.exp: Add new test case.
3539 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3540 (main): Initialise an instance of the new struct.
3541
3542 2019-05-01 Tom Tromey <tromey@adacore.com>
3543
3544 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3545 record.
3546 (NPR): New variable.
3547 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3548 test.
3549
3550 2019-05-01 Tom Tromey <tromey@adacore.com>
3551
3552 * gdb.ada/packed_array_assign.exp: Add packed assignment
3553 regression test.
3554
3555 2019-05-01 Tom de Vries <tdevries@suse.de>
3556
3557 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3558
3559 2019-05-01 Tom de Vries <tdevries@suse.de>
3560
3561 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3562
3563 2019-04-30 Ali Tamur <tamur@google.com>
3564
3565 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3566
3567 2019-04-30 Tom Tromey <tromey@adacore.com>
3568
3569 * lib/ada.exp (find_ada_tool): New proc.
3570 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3571 * gdb.ada/catch_ex_std.exp: New file.
3572 * gdb.ada/catch_ex_std/foo.adb: New file.
3573 * gdb.ada/catch_ex_std/some_package.adb: New file.
3574 * gdb.ada/catch_ex_std/some_package.ads: New file.
3575
3576 2019-04-30 Tom Tromey <tromey@adacore.com>
3577
3578 PR c++/24470:
3579 * gdb.cp/temargs.cc: Add test code from PR.
3580
3581 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3582
3583 * gdb.fortran/vla-datatypes.exp: Update expected results.
3584 * gdb.fortran/vla-ptype.exp: Likewise.
3585 * gdb.fortran/vla-type.exp: Likewise.
3586 * gdb.fortran/vla-value.exp: Likewise.
3587
3588 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3589
3590 * gdb.fortran/ptr-indentation.exp: Update expected results.
3591 * gdb.fortran/ptype-on-functions.exp: Likewise.
3592 * gdb.fortran/vla-ptr-info.exp: Likewise.
3593 * gdb.fortran/vla-value.exp: Likewise.
3594
3595 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3596
3597 * gdb.fortran/ptype-on-functions.exp: New file.
3598 * gdb.fortran/ptype-on-functions.f90: New file.
3599
3600 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3601
3602 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3603 case void string.
3604
3605 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3606
3607 * gdb.fortran/complex.exp: Expand.
3608 * gdb.fortran/complex.f: Renamed to...
3609 * gdb.fortran/complex.f90: ...this, and extended to add more
3610 complex values.
3611
3612 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3613
3614 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3615 MODULO, CMPLX.
3616
3617 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3618 Richard Bunt <richard.bunt@arm.com>
3619
3620 * gdb.base/max-depth.c: New file.
3621 * gdb.base/max-depth.exp: New file.
3622 * gdb.python/py-nested-maps.c: New file.
3623 * gdb.python/py-nested-maps.exp: New file.
3624 * gdb.python/py-nested-maps.py: New file.
3625 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3626 (test_all_common): Call test_max_depth.
3627 * gdb.fortran/max-depth.exp: New file.
3628 * gdb.fortran/max-depth.f90: New file.
3629 * gdb.go/max-depth.exp: New file.
3630 * gdb.go/max-depth.go: New file.
3631 * gdb.modula2/max-depth.exp: New file.
3632 * gdb.modula2/max-depth.c: New file.
3633 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3634
3635 2019-04-29 Tom de Vries <tdevries@suse.de>
3636
3637 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3638
3639 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3640
3641 * gdb.base/callexit.exp: Test may-call-functions off.
3642
3643 2019-04-25 Keith Seitz <keiths@redhat.com>
3644
3645 PR c++/24367
3646 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3647 (another_incomplete_struct, test_incomplete): New definitions.
3648 (main): Use new definitions.
3649 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3650 functions.
3651
3652 2019-04-25 Ali Tamur <tamur@google.com>
3653
3654 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3655
3656 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3657
3658 PR corefiles/11608
3659 PR corefiles/18187
3660 * gdb.base/coredump-filter-build-id.exp: New file.
3661
3662 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3663
3664 * Makefile.in: Pass through GDBSERVER_DEBUG.
3665 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3666 (gdbserver,debug): Add board setting.
3667 * gdb.trace/tspeed.exp: Skip when debugging.
3668 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3669 * lib/gdbserver-support.exp: Likewise
3670
3671 2019-04-24 Tom Tromey <tromey@adacore.com>
3672
3673 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3674 Rust.
3675
3676 2019-04-24 Tom Tromey <tromey@adacore.com>
3677
3678 * gdb.arch/amd64-eval.exp: Test bitfield return.
3679 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3680 (class Foo) <return_bitfields>: New method.
3681 (main): Call it.
3682
3683 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3684
3685 * gdb.cp/many-args.cc: New file.
3686 * gdb.cp/many-args.exp: New file.
3687
3688 2019-04-23 Tom de Vries <tdevries@suse.de>
3689
3690 PR gdb/24433
3691 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3692
3693 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3694
3695 * gdb.trace/backtrace.exp: Use nopie flag.
3696 * gdb.trace/circ.exp: Likewise.
3697 * gdb.trace/collection.exp: Likewise.
3698 * gdb.trace/ftrace.exp: Likewise.
3699 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3700 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3701 * gdb.trace/qtro.exp: Likewise.
3702 * gdb.trace/read-memory.exp: Likewise.
3703 * gdb.trace/report.exp: Likewise.
3704 * gdb.trace/tfile.exp: Likewise.
3705 * gdb.trace/tfind.exp: Likewise.
3706 * gdb.trace/unavailable.exp: Likewise.
3707
3708 2019-04-22 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.base/solib-probes-nosharedlibrary.c,
3711 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3712
3713 2019-04-19 Tom Tromey <tromey@adacore.com>
3714
3715 * gdb.ada/ptype_union.c: New file.
3716 * gdb.ada/ptype_union.exp: New file.
3717
3718 2019-04-19 Tom Tromey <tromey@adacore.com>
3719
3720 PR symtab/24423:
3721 * gdb.base/list0.h (foo): Add a control-l character.
3722
3723 2019-04-18 Tom de Vries <tdevries@suse.de>
3724
3725 PR gdb/24433
3726 * boards/local-board.exp: Set sysroot to "".
3727
3728 2019-04-18 Tom de Vries <tdevries@suse.de>
3729 Pedro Alves <palves@redhat.com>
3730
3731 PR gdb/24454
3732 * gdb.threads/vfork-follow-child-exec.c: New file.
3733 * gdb.threads/vfork-follow-child-exec.exp: New file.
3734 * gdb.threads/vfork-follow-child-exit.c: New file.
3735 * gdb.threads/vfork-follow-child-exit.exp: New file.
3736
3737 2019-04-15 Leszek Swirski <leszeks@google.com>
3738
3739 * gdb.arch/amd64-eval.cc: New file.
3740 * gdb.arch/amd64-eval.exp: New file.
3741
3742 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3743
3744 * gdb.server/sysroot.c: New test.
3745 * gdb.server/sysroot.exp: New file.
3746 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3747 matching param.
3748
3749 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3750
3751 * gdb.base/align.exp: Extend test to cover structures containing
3752 only static fields.
3753
3754 2019-04-11 Tom de Vries <tdevries@suse.de>
3755
3756 * boards/cc-with-dwz-m.exp: New file.
3757 * boards/cc-with-dwz.exp: New file.
3758 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3759
3760 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3761
3762 * gdb.base/start-cpp.exp: New file.
3763 * gdb.base/start-cpp.cc: New file.
3764
3765 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3766
3767 * gdb.python/py-thrhandle.exp: Adjust tests to call
3768 thread_from_handle instead of thread_from_thread_handle.
3769
3770 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3771
3772 * gdb.python/py-thrhandle.exp: Add tests for
3773 gdb.InferiorThread.handle.
3774
3775 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3776
3777 * gdb.python/py-function.exp: Check calling helper function from
3778 all languages.
3779 * lib/gdb.exp (gdb_supported_languages): New proc.
3780
3781 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3782
3783 * gdb.base/complex-parts.c: New file.
3784 * gdb.base/complex-parts.exp: New file.
3785
3786 2019-04-01 Tom Tromey <tromey@adacore.com>
3787
3788 PR symtab/23331:
3789 * gdb.dwarf2/dw2-ranges-main.c: New file.
3790 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3791 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3792
3793 2019-03-30 Simon Marchi <simark@simark.ca>
3794
3795 * gdb.base/default.exp: Add values for $_gdb_major and
3796 $_gdb_minor.
3797
3798 2019-03-29 Tom Tromey <tromey@adacore.com>
3799
3800 * gdb.base/help.exp: Tighten apropos regexp.
3801
3802 2019-03-29 Keith Seitz <keiths@redhat.com>
3803
3804 * gdb.fortran/array-bounds.exp: New file.
3805 * gdb.fortran/array-bounds.f90: New file.
3806
3807 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3808
3809 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3810
3811 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3812
3813 * gdb.multi/hello.c (main): Increase alarm timer.
3814
3815 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3816
3817 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3818 factor when no hardware watchpoint support.
3819
3820 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3821 Pedro Alves <palves@redhat.com>
3822
3823 * boards/local-board.exp: set sysroot to /.
3824
3825 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3826
3827 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3828 in child.
3829
3830 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3831
3832 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3833 field.
3834 (make_container): Initialise new field.
3835 * gdb.python/py-prettyprint.exp: Add new tests.
3836 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3837 <display_hint>: New method.
3838
3839 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3840
3841 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3842 gdb_continue_to_breakpoint more throughout this test.
3843 (run_lang_tests) Supply unique test names, and use
3844 gdb_test_no_output.
3845
3846 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.base/finish-pretty.exp: Update expected results.
3849 * gdb.base/pretty-print.c: New file.
3850 * gdb.base/pretty-print.exp: New file.
3851
3852 2019-03-25 Pedro Alves <palves@redhat.com>
3853
3854 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3855 move comments outside list. Append '-i "" eof' section.
3856
3857 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3858
3859 PR testsuite/25016
3860 * README: Add pie options.
3861 * gdb.base/break-interp.exp: Ensure pie is disabled.
3862 * gdb.base/dump.exp: Likewise.
3863 * lib/gdb.exp (gdb_compile): Add pie option.
3864
3865 2019-03-19 Tom Tromey <tromey@adacore.com>
3866
3867 * gdb.mi/mi2-cli-display.c: New file.
3868 * gdb.mi/mi2-cli-display.exp: New file.
3869
3870 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3871 Tom Tromey <tromey@adacore.com>
3872
3873 * gdb.ada/ptype_array/pck.adb: New file.
3874 * gdb.ada/ptype_array/pck.ads: New file.
3875 * gdb.ada/ptype_array/foo.adb: New file.
3876 * gdb.ada/ptype_array.exp: New file.
3877
3878 2019-03-14 Tom Tromey <tromey@adacore.com>
3879
3880 * gdb.base/style.exp: Add "set style sources" test.
3881
3882 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3883
3884 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3885 * mi-breakpoint-multiple-locations.exp: ... this.
3886 (make_breakpoints_pattern): New proc.
3887 (do_test): Add mi_version parameter, test -break-insert,
3888 -break-info and =breakpoint-created.
3889
3890 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3891
3892 * config/default.exp: Remove 'load_lib gdb.exp'.
3893 * config/monitor.exp: Likewise.
3894 * config/sid.exp: Likewise.
3895 * config/sim.exp: Likewise.
3896 * config/slite.exp: Likewise.
3897 * config/unix.exp: Likewise.
3898 * gdb.base/default.exp: Remove unhelpful comment.
3899
3900 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3901
3902 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3903
3904 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3905
3906 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3907
3908 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3909
3910 * gdb.fortran/type-kinds.exp: Update expected results.
3911
3912 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3913
3914 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3915
3916 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3917
3918 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3919 function.
3920 (test_basic_parsing_of_type_kinds): Expand types tested.
3921 (test_parsing_invalid_type_kinds): New function.
3922
3923 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3924
3925 * gdb.fortran/intrinsics.exp: New file.
3926 * gdb.fortran/intrinsics.f90: New file.
3927 * gdb.fortran/type-kinds.exp: New file.
3928
3929 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * gdb.fortran/dot-ops.exp: New file.
3932
3933 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3934
3935 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3936 Check upper and lower case logical literals.
3937
3938 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3939
3940 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3941 Remove duplicate tests.
3942
3943 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3944
3945 * lib/gdb.exp (builtin_cd): rename of cd.
3946 (cd): Override builtin.
3947
3948 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3949
3950 * gdb.fortran/function-calls.exp: New file.
3951 * gdb.fortran/function-calls.f90: New test.
3952
3953 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3954
3955 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3956 on user program standard output.
3957 * gdb.fortran/short-circuit-argument-list.f90: Record function
3958 calls.
3959
3960 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3961
3962 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3963 failure.
3964
3965 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3966
3967 PR gdb/8527
3968 * gdb.base/interrupt-daemon-attach.c,
3969 gdb.base/interrupt-daemon-attach.exp: New test.
3970
3971 2019-02-27 Pedro Alves <palves@redhat.com>
3972
3973 * gdb.base/page.exp: Add tests for "set width/height -1".
3974
3975 2019-02-27 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.base/page.exp: Add tests for "set/show width/height" with
3978 "infinite" values.
3979
3980 2019-02-27 Tom Tromey <tromey@adacore.com>
3981
3982 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3983 2.4.
3984 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3985 workaround.
3986
3987 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3988
3989 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3990 tests for structs with static members.
3991
3992 2019-02-26 Tom Tromey <tromey@adacore.com>
3993
3994 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3995 ValueError, not TypeError.
3996
3997 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3998
3999 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4000 call from main program.
4001
4002 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4003
4004 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4005 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4006 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4007 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4008 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4009
4010 2019-02-22 Keith Seitz <keiths@redhat.com>
4011
4012 PR symtab/23853
4013 * gdb.base/symlink-sourcefile.c: New file.
4014 * gdb.base/symlink-sourcefile.exp: New file.
4015
4016 2019-02-20 Tom Tromey <tom@tromey.com>
4017
4018 * gdb.base/info_qt.exp: Update.
4019
4020 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4021
4022 * gdb.base/source.exp: Move "error in sourced script" code to
4023 the end.
4024 * gdb.base/source-error.gdb: Move contents to
4025 source-error-1.gdb. Add new code to source source-error-1.gdb.
4026 * gdb.base/source-error-1.gdb: New file, from previous
4027 source-error.gdb.
4028
4029 2019-02-17 Tom Tromey <tom@tromey.com>
4030
4031 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4032 for macro styling.
4033 * gdb.base/style.c (SOME_MACRO): New macro.
4034
4035 2019-02-17 Tom Tromey <tom@tromey.com>
4036
4037 * gdb.base/style.exp: Add line-wrapping tests.
4038 * gdb.base/page.exp: Add test for quitting during pagination.
4039
4040 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4041
4042 * gdb.ada/big_packed_array: New testcase.
4043 * gdb.ada/homonym.exp: Fix incorrect expected output for
4044 "break <homonym__get_value>" test.
4045
4046 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4047
4048 PR breakpoints/21870
4049 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4050 and prepare_for_testing. Add comment.
4051 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4052 redundant cleanup call. Clean up comment.
4053
4054 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4055
4056 PR breakpoints/21870
4057 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4058 * gdb.arch/aarch64-dbreg-contents.c: New file.
4059
4060 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4061
4062 * gdb.ada/mi_ref_changeable: New testcase.
4063
4064 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4065
4066 * gdb.base/attach.exp: Add double attach test.
4067
4068 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4069
4070 * lib/gdb.exp (default_gdb_start): Don't match pagination
4071 prompt.
4072 (gdb_init): Set stty_init.
4073
4074 2019-01-27 Tom Tromey <tom@tromey.com>
4075
4076 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4077 skip_python_tests.
4078
4079 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4080
4081 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4082 New structure.
4083 (struct struct_static_02_02): Likewise.
4084 (struct struct_static_02_03): Likewise.
4085 (struct struct_static_02_04): Likewise.
4086 (struct struct_static_04_01): Likewise.
4087 (struct struct_static_04_02): Likewise.
4088 (struct struct_static_04_03): Likewise.
4089 (struct struct_static_04_04): Likewise.
4090 (struct struct_static_06_01): Likewise.
4091 (struct struct_static_06_02): Likewise.
4092 (struct struct_static_06_03): Likewise.
4093 (struct struct_static_06_04): Likewise.
4094 (cmp_struct_static_02_01): Likewise.
4095 (cmp_struct_static_02_02): Likewise.
4096 (cmp_struct_static_02_03): Likewise.
4097 (cmp_struct_static_02_04): Likewise.
4098 (cmp_struct_static_04_01): Likewise.
4099 (cmp_struct_static_04_02): Likewise.
4100 (cmp_struct_static_04_03): Likewise.
4101 (cmp_struct_static_04_04): Likewise.
4102 (cmp_struct_static_06_01): Likewise.
4103 (cmp_struct_static_06_02): Likewise.
4104 (cmp_struct_static_06_03): Likewise.
4105 (cmp_struct_static_06_04): Likewise.
4106 (call_all): Test new structs.
4107 * gdb.base/infcall-nested-structs.exp: Likewise.
4108
4109 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4110 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4111
4112 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4113 * gdb.base/stack-protector.c: New test.
4114 * gdb.base/stack-protector.exp: New file.
4115 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4116 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4117 option.
4118 (gdb_compile): Remove stack protector for GCC and prevent
4119 recursion.
4120
4121 2019-01-16 Keith Seitz <keiths@redhat.com>
4122
4123 PR gdb/23773
4124 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4125
4126 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4127
4128 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4129 aliases.
4130 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4131 tests.
4132 * gdb.arch/powerpc-vector-regs.c: New file.
4133 * gdb.arch/powerpc-vector-regs.exp: New file.
4134
4135 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4136
4137 * gdb.arch/altivec-regs.exp: Fix the list passed to
4138 gdb_expect_list when testing "info vector".
4139
4140 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4141
4142 * gdb.base/style.exp: Don't include path in testname.
4143
4144 2019-01-10 Keith Seitz <keiths@redhat.com>
4145
4146 PR gdb/23712
4147 PR symtab/23010
4148 * gdb.dwarf2/multidictionary.exp: New file.
4149
4150 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4151
4152 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4153 (test_gnuv3_style_demangling): ... this.
4154 (test_lucid_style_demangling): Remove.
4155 (test_arm_style_demangling): Remove.
4156 (test_hp_style_demangling): Remove.
4157 (do_tests): Remove calls to the above.
4158
4159 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4160
4161 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4162 case.
4163
4164 2019-01-06 Tom Tromey <tom@tromey.com>
4165
4166 PR gdb/28155:
4167 * gdb.dwarf2/typedef-void-finish.exp: New file.
4168
4169 2018-12-28 Tom Tromey <tom@tromey.com>
4170 Simon Marchi <simark@simark.ca>
4171
4172 * gdb.base/jit-exec.exp: New file.
4173 * gdb.base/jit-exec.c: New file.
4174 * gdb.base/jit-execd.c: New file.
4175
4176 2018-12-28 Tom Tromey <tom@tromey.com>
4177
4178 * gdb.base/style.exp: Update test to check for address styling.
4179
4180 2018-12-28 Tom Tromey <tom@tromey.com>
4181
4182 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4183 message.
4184
4185 2018-12-28 Tom Tromey <tom@tromey.com>
4186
4187 * gdb.base/style.exp: Add test for version number styling.
4188
4189 2018-12-28 Tom Tromey <tom@tromey.com>
4190
4191 * gdb.base/style.exp: Add test for print_address_symbolic.
4192
4193 2018-12-28 Tom Tromey <tom@tromey.com>
4194
4195 * gdb.base/style.exp: Add test for breakpoint setting.
4196
4197 2018-12-28 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.base/style.exp: Add test for variable names.
4200
4201 2018-12-28 Tom Tromey <tom@tromey.com>
4202
4203 * gdb.base/style.exp: New file.
4204 * gdb.base/style.c: New file.
4205
4206 2018-12-28 Tom Tromey <tom@tromey.com>
4207
4208 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4209 "dumb".
4210 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4211 the TERM environment variable.
4212
4213 2018-12-27 Tom Tromey <tom@tromey.com>
4214
4215 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4216 pagination test.
4217
4218 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4219
4220 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4221 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4222
4223 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4224
4225 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4226 Filename a.adb changed to bp_fun_addr.adb.
4227 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4228
4229 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4230
4231 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4232 non-PIE executables.
4233 * README: Mention the gdb,nopie_flag board setting.
4234 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4235 non-PIE executable.
4236 * gdb.arch/amd64-entry-value.exp: Likewise.
4237 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4238 * gdb.arch/i386-float.exp: Likewise.
4239 * gdb.arch/i386-signal.exp: Likewise.
4240 * gdb.mi/mi-reg-undefined.exp: Likewise.
4241
4242 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4243
4244 PR gdb/23974
4245 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4246
4247 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4248
4249 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4250 Update order of results accordingly.
4251
4252 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4253
4254 * gdb.base/annota1.exp: Update a test regexp.
4255
4256 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4257
4258 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4259
4260 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4261
4262 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4263 (reuse_time): Initialize to REUSE_TIME_CAP.
4264 (check_rc): New function.
4265 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4266 Check pthread_create rc.
4267 (spawner_thread_func): Check pthread_create and pthread_join rc.
4268
4269 2018-12-08 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.base/list.exp (test_forward_search): Rename to ...
4272 (test_forward_reverse_search): ... this. Also test reverse-search
4273 and the forward-search alias.
4274
4275 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4276
4277 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4278 local timeout variable before return, and remove all local timeout
4279 variable entirely.
4280 (gdb_load): Likewise.
4281
4282 2018-12-01 Tom de Vries <tdevries@suse.de>
4283
4284 * gdb.base/gdb-caching-proc.exp: New file.
4285
4286 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4287
4288 * Makefile.in (TIMESTAMP): New variable.
4289 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4290 command.
4291 (check-single-racy): Likewise.
4292 (check/%.exp): Likewise.
4293 (check-racy/%.exp): Likewise.
4294 (workers/%.worker): Likewise.
4295 (build-perf): Likewise.
4296 (check-perf): Likewise.
4297 * README: Describe new "TS" and "TS_FORMAT" variables.
4298 * print-ts.py: New file.
4299
4300 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4301
4302 PR python/23714
4303 * gdb.python/python.exp: Test command repetition after
4304 gdb.execute.
4305
4306 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4307
4308 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4309 is correctly aligned.
4310
4311 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4312
4313 * gdb.ada/info_auto_lang.exp: New testcase.
4314 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4315 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4316 * gdb.ada/info_auto_lang/some_c.c: New file.
4317
4318 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4319
4320 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4321 FUNC_lang language syntax.
4322
4323 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4324
4325 * gdb.base/info_minsym.c: New file.
4326 * gdb.base/info_minsym.exp: New file.
4327
4328 2018-11-19 Tom Tromey <tom@tromey.com>
4329
4330 PR rust/23625:
4331 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4332 * gdb.rust/expr.exp: Update expected output. Change one test.
4333
4334 2018-11-19 Tom Tromey <tom@tromey.com>
4335
4336 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4337
4338 2018-11-19 Pedro Alves <palves@redhat.com>
4339
4340 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4341 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4342 see the expected warning.
4343
4344 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4345
4346 PR gdb/22736:
4347 * gdb.cp/infcall-nodebug-lib.c: New test.
4348 * gdb.cp/infcall-nodebug-main.c: New test.
4349 * gdb.cp/infcall-nodebug.exp: New file.
4350
4351 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4352
4353 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4354 completer tests.
4355
4356 2018-11-09 Tom de Vries <tdevries@suse.de>
4357
4358 * gdb.base/msym-lang.c: New test.
4359 * gdb.base/msym-lang.exp: New file.
4360 * gdb.base/msym-lang-main.c: New test.
4361
4362 2018-11-08 Tom Tromey <tom@tromey.com>
4363
4364 PR gdb/23555:
4365 PR gdb/23838:
4366 * gdb.base/warning.exp: New file.
4367
4368 2018-11-08 Jan Beulich <jbeulich@suse.com>
4369
4370 * testsuite/gdb.arch/i386-avx512.c,
4371 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4372
4373 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4374
4375 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4376 point hardware.
4377
4378 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4379
4380 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4381 * gdb.dwarf2/missing-type-name.exp: New file.
4382
4383 2018-11-06 Tom de Vries <tdevries@suse.de>
4384
4385 * gdb.base/many-headers.c: New test.
4386 * gdb.base/many-headers.exp: New file.
4387
4388 2018-11-06 Jim Wilson <jimw@sifive.com>
4389
4390 * gdb.base/code_elim.exp: For riscv, set additional_flags
4391 to include -msmall-data-limit=0.
4392
4393 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4394
4395 * gdb.ada/watch_minus_l: New testcase.
4396
4397 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4398
4399 * gdb.arch/aix-sighandle.c: New file.
4400 * gdb.arch/aix-sighandle.exp: New file.
4401
4402 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4403
4404 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4405 registers being unions.
4406
4407 2018-10-31 Tom de Vries <tdevries@suse.de>
4408
4409 * lib/valgrind.exp: New file.
4410 (vgdb_start, vgdb_stop): New procs, factored out of ...
4411 * gdb.base/valgrind-bt.exp: ... here, ...
4412 * gdb.base/valgrind-disp-step.exp: ... here and ...
4413 * gdb.base/valgrind-infcall.exp: ... here.
4414
4415 2018-10-31 Tom de Vries <tdevries@suse.de>
4416
4417 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4418
4419 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4420
4421 * gdb.dwarf2/void-type.c: New file.
4422 * gdb.dwarf2/void-type.exp: New file.
4423
4424 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4425
4426 * gdb.base/info_qt.c: New file.
4427 * gdb.base/info_qt.exp: New file.
4428
4429 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4430
4431 * gdb.arch/powerpc-htm-regs.c: New file.
4432 * gdb.arch/powerpc-htm-regs.exp: New file.
4433
4434 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4435
4436 * gdb.arch/powerpc-tar.c: New file.
4437 * gdb.arch/powerpc-tar.exp: New file.
4438
4439 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4440
4441 * gdb.arch/powerpc-ppr-dscr.c: New file.
4442 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4443
4444 2018-10-25 Tom de Vries <tdevries@suse.de>
4445
4446 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4447
4448 2018-10-24 Tom de Vries <tdevries@suse.de>
4449
4450 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4451 longer exists error.
4452
4453 2018-10-24 Tom de Vries <tdevries@suse.de>
4454
4455 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4456
4457 2018-10-24 Tom de Vries <tdevries@suse.de>
4458
4459 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4460 --db-attach in valgrind.
4461
4462 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4463
4464 * gdb.arch/riscv-reg-aliases.c: New file.
4465 * gdb.arch/riscv-reg-aliases.exp: New file.
4466
4467 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4468
4469 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4470
4471 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4472
4473 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4474
4475 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4476
4477 * gdb.cp/ovldbreak.exp: Fix regexps.
4478
4479 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4480
4481 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4482
4483 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4484
4485 PR cli/23785
4486 * gdb.base/restore.exp: New test to check if "restore" with an
4487 invalid file doesn't segfault.
4488
4489 2018-10-18 Tom de Vries <tdevries@suse.de>
4490
4491 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4492 * gdb.ada/excep_handle.exp: Same.
4493 * gdb.ada/mi_string_access.exp: Same.
4494 * gdb.ada/mi_var_union.exp: Same.
4495 * gdb.arch/arc-analyze-prologue.exp: Same.
4496 * gdb.arch/arc-decode-insn.exp: Same.
4497 * gdb.base/readnever.exp: Same.
4498 * gdb.fortran/printing-types.exp: Same.
4499 * gdb.guile/scm-lazy-string.exp: Same.
4500
4501 2018-10-16 Tom de Vries <tdevries@suse.de>
4502
4503 PR gdb/23730
4504 * gdb.base/catch-follow-exec.c: Add copyright notice.
4505 * gdb.base/catch-follow-exec.exp: Rewrite to use
4506 gdb_spawn_with_cmdline_opts. Require gdb-native.
4507
4508 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4509
4510 * gdb.trace/actions-changed.exp: Check for arch support.
4511 * gdb.trace/actions.exp: Likewise.
4512 * gdb.trace/ax.exp: Likewise.
4513 * gdb.trace/backtrace.exp: Likewise.
4514 * gdb.trace/change-loc.exp: Likewise.
4515 * gdb.trace/deltrace.exp: Likewise.
4516 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4517 * gdb.trace/ftrace.exp: Likewise.
4518 * gdb.trace/infotrace.exp: Check for arch support.
4519 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4520 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4521 * gdb.trace/mi-tsv-changed.exp: Likewise.
4522 * gdb.trace/packetlen.exp: Likewise.
4523 * gdb.trace/passc-dyn.exp: Likewise.
4524 * gdb.trace/passcount.exp: Likewise.
4525 * gdb.trace/pending.exp: Likewise.
4526 * gdb.trace/range-stepping.exp: Check for shlib support.
4527 * gdb.trace/report.exp: Check for arch support.
4528 * gdb.trace/save-trace.exp: Likewise.
4529 * gdb.trace/signal.exp: Check for signal support.
4530 * gdb.trace/tfind.exp: Check for arch support.
4531 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4532 * gdb.trace/trace-common.h: Add comment.
4533 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4534 * gdb.trace/trace-enable-disable.exp: Likewise.
4535 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4536 * gdb.trace/tracecmd.exp: Check for arch support.
4537 * gdb.trace/tspeed.exp: Check for shlib and target support.
4538 * gdb.trace/tstatus.exp: Check for arch support.
4539 * gdb.trace/tsv.exp: Likewise.
4540 * gdb.trace/while-dyn.exp: Likewise.
4541 * gdb.trace/while-stepping.exp: Likewise.
4542 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4543
4544 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4545
4546 * gdb.trace/tspeed.exp: Remove nowarnings.
4547 (prepare_for_trace_test): Declare "global ipalib".
4548 * gdb.trace/tspeed.c: Include unistd.h.
4549 (main): Remove superfluous printf argument.
4550
4551 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4552
4553 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4554 directory prefix on the filename.
4555
4556 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4557
4558 * gdb.gdb/unittest.exp: Update expected message informing that
4559 selftests have been disabled.
4560 * gdb.server/unittest.exp: Likewise.
4561
4562 2018-10-09 Tom de Vries <tdevries@suse.de>
4563
4564 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4565 with runto_main.
4566
4567 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4568
4569 PR c++/16841
4570 * gdb.cp/virtbase2.cc: New file.
4571 * gdb.cp/virtbase2.exp: New file.
4572
4573 2018-10-06 Tom Tromey <tom@tromey.com>
4574
4575 PR python/19399:
4576 * gdb.python/py-inferior.exp: Add architecture test.
4577
4578 2018-10-06 Tom Tromey <tom@tromey.com>
4579
4580 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4581 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4582
4583 2018-10-06 Tom Tromey <tom@tromey.com>
4584
4585 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4586 of a "throw" catchpoint.
4587
4588 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4589
4590 * gdb.base/info-proc.exp: Update string expected from "help info
4591 proc".
4592
4593 2018-10-04 Tom Tromey <tom@tromey.com>
4594
4595 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4596 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4597 (test_initial_complaints, test_empty_complaints): Update.
4598 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4599
4600 2018-10-04 Tom Tromey <tom@tromey.com>
4601
4602 PR cli/19551:
4603 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4604 * lib/gdb.exp (gdb_file_cmd): Update.
4605 * gdb.stabs/weird.exp (print_weird_var): Update.
4606 * gdb.server/solib-list.exp: Update.
4607 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4608 * gdb.mi/mi-cli.exp: Update.
4609 * gdb.linespec/linespec.exp: Update.
4610 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4611 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4612 * gdb.cp/cp-relocate.exp: Update.
4613 * gdb.base/sym-file.exp: Update.
4614 * gdb.base/relocate.exp: Update.
4615 * gdb.base/readnever.exp: Update.
4616 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4617 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4618 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4619 * gdb.base/code_elim.exp: Update.
4620 * gdb.base/break-unload-file.exp (test_break): Update.
4621 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4622 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4623 Update.
4624 * gdb.base/attach.exp (do_attach_tests): Update.
4625 * gdb.base/sepdebug.exp: Update.
4626 * gdb.python/py-section-script.exp: Update.
4627
4628 2018-10-04 Tom Tromey <tom@tromey.com>
4629
4630 PR cli/22234:
4631 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4632 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4633 output.
4634
4635 2018-10-04 Tom Tromey <tom@tromey.com>
4636
4637 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4638 set width and height to 0.
4639 (test_command_line_attach_run): Use -quiet.
4640
4641 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4642
4643 * lib/gdb.exp (skip_ifunc_tests): New.
4644 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4645 other compile failures.
4646 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4647
4648 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4649
4650 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4651 is_amd64_regs_target.
4652
4653 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4654
4655 * gdb.arch/aarch64-sighandler-regs.c: New test.
4656 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4657 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4658
4659 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4660
4661 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4662 assembly.
4663
4664 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4665
4666 * gdb.base/frame-selection.exp: New file.
4667 * gdb.base/frame-selection.c: New file.
4668
4669 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4670
4671 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4672 pthread barrier.
4673 (main): Likewise.
4674
4675 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4676
4677 * gdb.base/large-frame-1.c: New file.
4678 * gdb.base/large-frame-2.c: New file.
4679 * gdb.base/large-frame.exp: New file.
4680 * gdb.base/large-frame.h: New file.
4681
4682 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4683
4684 PR gdb/20948
4685 * gdb.base/write_mem.exp: New test.
4686 * gdb.base/write_mem.c: Likewise.
4687
4688 2018-09-23 Tom Tromey <tom@tromey.com>
4689
4690 PR python/18852:
4691 * gdb.python/py-parameter.exp: Add test for parameter that throws
4692 on "set".
4693
4694 2018-09-23 Tom Tromey <tom@tromey.com>
4695
4696 PR python/17284:
4697 * gdb.python/py-template.exp (test_template_arg): Add test for
4698 negative template argument number.
4699
4700 2018-09-23 Tom Tromey <tom@tromey.com>
4701
4702 PR python/14062:
4703 * gdb.python/python.exp: Add test for post_event error.
4704
4705 2018-09-23 Tom Tromey <tom@tromey.com>
4706
4707 PR python/18170:
4708 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4709 convert pointers to int and long.
4710
4711 2018-09-23 Tom Tromey <tom@tromey.com>
4712
4713 PR python/20126:
4714 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4715 signed-ness conversion tests.
4716
4717 2018-09-23 Tom Tromey <tom@tromey.com>
4718
4719 PR python/18352;
4720 * gdb.python/py-value.exp (test_float_conversion): New proc.
4721 Use it.
4722
4723 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4724
4725 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4726
4727 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4728
4729 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4730 no readline.
4731 * gdb.base/utf8-identifiers.exp: Likewise.
4732 * gdb.cp/cpcompletion.exp: Likewise.
4733 * gdb.linespec/cpcompletion.exp: Likewise.
4734 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4735 * gdb.linespec/cpls-ops.exp: Likewise.
4736
4737 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4738 Chris January <chris.january@arm.com>
4739
4740 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4741 * gdb.fortran/short-circuit-argument-list.exp: New file.
4742 * gdb.fortran/short-circuit-argument-list.f90: New test.
4743
4744 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4745
4746 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4747 "arch=" keyword when executing "-stack-list-frames".
4748
4749 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4750
4751 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4752 "arch=" keyword when executing "-stack-list-frames".
4753
4754 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4755
4756 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4757 break ada".
4758
4759 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4760
4761 PR python/23669
4762 * gdb.python/python.exp: Test gdb.execute("show commands").
4763
4764 2018-09-16 Tom Tromey <tom@tromey.com>
4765
4766 * gdb.base/new-ui.exp (do_execution_tests): Update.
4767 * gdb.base/dbx.exp (test_breakpoints): Update.
4768
4769 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4770
4771 * lib/gdb.exp (gdb_simple_compile): Add proc.
4772 (is_elf_target): Use gdb_simple_compile.
4773 (skip_altivec_tests): Likewise.
4774 (skip_vsx_tests): Likewise.
4775 (skip_tsx_tests): Likewise.
4776 (skip_btrace_tests): Likewise.
4777 (skip_btrace_pt_tests): Likewise.
4778 (gdb_can_simple_compile): Likewise.
4779 (gdb_has_argv0): Likewise.
4780 (gdb_target_symbol_prefix): Likewise.
4781 (target_supports_scheduler_locking): Likewise.
4782
4783 2018-09-13 Tom Tromey <tom@tromey.com>
4784
4785 * Makefile.in (TAGS): Recognize proc_with_prefix and
4786 gdb_caching_proc.
4787
4788 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4789
4790 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4791 method.
4792
4793 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4794
4795 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4796 and a few other Inferior properties when the Inferior is no
4797 longer valid.
4798
4799 2018-09-13 Tom Tromey <tom@tromey.com>
4800
4801 PR rust/23650:
4802 * gdb.rust/simple.exp: Add test for enum field access error.
4803
4804 2018-09-13 Tom Tromey <tom@tromey.com>
4805
4806 PR rust/23626:
4807 * gdb.rust/simple.rs (EmptyEnum): New type.
4808 (main): Use it.
4809 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4810
4811 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4812
4813 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4814 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4815 * gdb.python/py-symtab.exp: Update test printing an objfile.
4816
4817 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4818
4819 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4820 object.
4821
4822 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4823
4824 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4825 (support_complex_tests): Use gdb_can_simple_compile.
4826 (is_ilp32_target): Likewise.
4827 (is_lp64_target): Likewise.
4828 (is_64_target): Likewise.
4829 (is_amd64_regs_target): Likewise.
4830 (is_aarch32_target): Likewise.
4831 (gdb_int128_helper): Likewise.
4832
4833 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4834
4835 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4836
4837 2018-09-10 Jerome Guitton <guitton@adacore.com>
4838
4839 * gdb.ada/same_component_name: Add test for case of tagged record
4840 with variable-length fields.
4841
4842 2018-09-10 Xavier Roirand <roirand@adacore.com>
4843
4844 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4845 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4846 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4847 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4848
4849 2018-09-10 Xavier Roirand <roirand@adacore.com>
4850
4851 * gdb.ada/mi_string_access.exp: New testcase.
4852 * gdb.ada/mi_string_access/bar.adb: New file.
4853 * gdb.ada/mi_string_access/pck.adb: New file.
4854 * gdb.ada/mi_string_access/pck.asd: New file.
4855
4856 2018-09-10 Xavier Roirand <roirand@adacore.com>
4857
4858 * gdb.ada/mi_var_union.exp: New testcase.
4859 * gdb.ada/mi_var_union/bar.adb: New file.
4860 * gdb.ada/mi_var_union/pck.adb: New file.
4861 * gdb.ada/mi_var_union/pck.asd: New file.
4862
4863 2018-09-08 Tom Tromey <tom@tromey.com>
4864
4865 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4866
4867 2018-09-08 Tom Tromey <tom@tromey.com>
4868
4869 PR python/16047:
4870 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4871 (register_pretty_printers): Register new printer.
4872 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4873 test.
4874 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4875 (an_int_type3): New global.
4876
4877 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4878
4879 * gdb.ada/expr_with_funcall: New testcase.
4880
4881 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4882
4883 * gdb.ada/packed_array_assign: New testcase.
4884
4885 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4886
4887 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4888 names, and add test prefixes to make test names unique.
4889
4890 2018-09-05 Tom de Vries <tdevries@suse.de>
4891
4892 * gdb.dwarf2/varval.exp: Add test.
4893
4894 2018-09-04 Gary Benson <gbenson@redhat.com>
4895
4896 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4897 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4898
4899 2018-08-31 Tom Tromey <tom@tromey.com>
4900
4901 * gdb.rust/simple.rs: Rename second variable "v".
4902
4903 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4904
4905 * gdb.base/funcargs.c (use_a): New function.
4906 (recurse): Call use_a.
4907
4908 2018-08-29 Keith Seitz <keiths@redhat.com>
4909
4910 * gdb.compile/compile-cplus-anonymous.cc: New file.
4911 * gdb.compile/compile-cplus-anonymous.exp: New file.
4912 * gdb.compile/compile-cplus-array-decay.cc: New file.
4913 * gdb.compile/compile-cplus-array-decay.exp: New file.
4914 * gdb.compile/compile-cplus-inherit.cc: New file.
4915 * gdb.compile/compile-cplus-inherit.exp: New file.
4916 * gdb.compile/compile-cplus-member.cc: New file.
4917 * gdb.compile/compile-cplus-member.exp: New file.
4918 * gdb.compile/compile-cplus-method.cc: New file.
4919 * gdb.compile/compile-cplus-method.exp: New file.
4920 * gdb.compile/compile-cplus-mod.c: "New" file.
4921 * gdb.compile/compile-cplus-namespace.cc: New file.
4922 * gdb.compile/compile-cplus-namespace.exp: New file.
4923 * gdb.compile/compile-cplus-nested.cc: New file.
4924 * gdb.compile/compile-cplus-nested.exp: New file.
4925 * gdb.compile/compile-cplus-print.c: "New" file.
4926 * gdb.compile/compile-cplus-print.exp: "New" file.
4927 * gdb.compile/compile-cplus-virtual.cc: New file.
4928 * gdb.compile/compile-cplus-virtual.exp: New file.
4929 * gdb.compile/compile-cplus.c: "New" file.
4930 * gdb.compile/compile-cplus.exp: "New" file.
4931 * lib/compile-support.exp: New file.
4932
4933 2018-08-16 Gary Benson <gbenson@redhat.com>
4934
4935 PR gdb/13000:
4936 * gdb.base/batch-exit-status.exp: New file.
4937 * gdb.base/batch-exit-status.good-commands: Likewise.
4938 * gdb.base/batch-exit-status.bad-commands: Likewise.
4939
4940 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4941
4942 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4943 (struct struct02): Likewise.
4944 (struct struct03): Likewise.
4945 (struct struct04): Likewise.
4946 (struct struct_01_01): New struct.
4947 (struct struct_01_02): Likewise.
4948 (struct struct_01_03): Likewise.
4949 (struct struct_01_04): Likewise.
4950 (struct struct_02_01): Likewise.
4951 (struct struct_02_02): Likewise.
4952 (struct struct_02_03): Likewise.
4953 (struct struct_02_04): Likewise.
4954 (struct struct_04_01): Likewise.
4955 (struct struct_04_02): Likewise.
4956 (struct struct_04_03): Likewise.
4957 (struct struct_04_04): Likewise.
4958 (struct struct_05_01): Likewise.
4959 (struct struct_05_02): Likewise.
4960 (struct struct_05_03): Likewise.
4961 (struct struct_05_04): Likewise.
4962 (cmp_struct01): Remove function.
4963 (cmp_struct02): Likewise.
4964 (cmp_struct03): Likewise.
4965 (cmp_struct04): Likewise.
4966 (cmp_struct_01_01): Add Function.
4967 (cmp_struct_01_02): Likewise.
4968 (cmp_struct_01_03): Likewise.
4969 (cmp_struct_01_04): Likewise.
4970 (cmp_struct_02_01): Likewise.
4971 (cmp_struct_02_02): Likewise.
4972 (cmp_struct_02_03): Likewise.
4973 (cmp_struct_02_04): Likewise.
4974 (cmp_struct_04_01): Likewise.
4975 (cmp_struct_04_02): Likewise.
4976 (cmp_struct_04_03): Likewise.
4977 (cmp_struct_04_04): Likewise.
4978 (cmp_struct_05_01): Likewise.
4979 (cmp_struct_05_02): Likewise.
4980 (cmp_struct_05_03): Likewise.
4981 (cmp_struct_05_04): Likewise.
4982 (call_all): Add new structs.
4983 * gdb.base/infcall-nested-structs.exp: Likewise.
4984
4985 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4986
4987 * gdb.python/py-framefilter-mi.exp: Update regexp to
4988 check for "arch" field in frame output.
4989
4990 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4991
4992 * gdb.dwarf2/dw2-ranges-func.c: New file.
4993 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4994
4995 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4996
4997 * gdb.base/term.exp: Compare terminal settings with values from
4998 the inferior.
4999 * gdb.base/term.c: Get and set terminal settings.
5000
5001 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5002
5003 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5004 accommodate new "arch" field in frame output.
5005 * gdb.mi/mi-return.exp: Likewise.
5006 * gdb.mi/mi-stack.exp: Likewise.
5007 * gdb.mi/mi-syn-frame.exp: Likewise.
5008 * gdb.mi/user-selected-context-sync.exp: Likewise.
5009
5010 2018-08-19 Michael Spang <spang@google.com>
5011
5012 PR gdb/11786
5013 * gdb.base/gcore-tls-pie.c: New file.
5014 * gdb.base/gcore-tls-pie.exp: New file.
5015
5016 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5017
5018 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5019 * gdb.dwarf2/varval.c: New file.
5020 * gdb.dwarf2/varval.exp: New file.
5021
5022 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5023
5024 PR gdb/18931
5025 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5026
5027 2018-08-16 Keith Seitz <keiths@redhat.com>
5028
5029 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5030 tests expected to pass.
5031
5032 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5033
5034 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5035 -data-disassemble -a.
5036 (test_disassembly_bogus_args): Likewise.
5037
5038 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5039
5040 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5041
5042 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5043
5044 * gdb.base/vla-optimized-out.exp: Add new test.
5045
5046 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5047
5048 * gdb.base/vla-optimized-out-o3.exp: Delete.
5049 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5050 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5051 deleted tests.
5052
5053 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5054
5055 PR gdb/18050:
5056 * gdb.server/extended-remote-restart.c: New file.
5057 * gdb.server/extended-remote-restart.exp: New file.
5058
5059 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5060
5061 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5062 "set variable index = 42".
5063
5064 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5065
5066 * boards/index-cache-gdb.exp: New file.
5067 * gdb.dwarf2/index-cache.exp: New file.
5068 * gdb.dwarf2/index-cache.c: New file.
5069 * gdb.base/maint.exp: Check if we are using the index cache.
5070
5071 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5072
5073 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5074 MAKEFLAGS.
5075
5076 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5077
5078 * dg-extract-results.sh: Move to toplevel contrib.
5079 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5080 * Makefile.in (check-parallel-racy): Likewise.
5081
5082 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5083
5084 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5085 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5086 tests if the target supports scheduler locking.
5087
5088 2018-08-04 Tom de Vries <tdevries@suse.de>
5089
5090 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5091
5092 2018-08-02 Tom Tromey <tom@tromey.com>
5093
5094 PR symtab/16842.
5095 * gdb.cp/temargs.exp: Test "info address" of a template
5096 parameter.
5097
5098 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5099
5100 * gdb.python/py-mi-var-info-path-expression.c: New file.
5101 * gdb.python/py-mi-var-info-path-expression.py: New file.
5102 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5103
5104 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5105
5106 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5107 error after "cannot resolve name" string.
5108
5109 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5110
5111 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5112 started.
5113 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5114
5115 2018-07-28 Tom de Vries <tdevries@suse.de>
5116
5117 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5118
5119 2018-07-26 Tom de Vries <tdevries@suse.de>
5120
5121 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5122
5123 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5124
5125 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5126 is visible.
5127
5128 2018-07-26 Tom de Vries <tdevries@suse.de>
5129
5130 PR breakpoints/23366
5131 * gdb.base/catch-follow-exec.c: New test.
5132 * gdb.base/catch-follow-exec.exp: New file.
5133
5134 2018-07-25 Tom de Vries <tdevries@suse.de>
5135
5136 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5137 vla-optimized-out.c.
5138
5139 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5140
5141 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5142 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5143
5144 2018-07-20 Tom de Vries <tdevries@suse.de>
5145
5146 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5147 NOCLONE macro.
5148 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5149
5150 2018-07-19 Tom de Vries <tdevries@suse.de>
5151
5152 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5153 regular expression.
5154
5155 2018-07-18 Tom de Vries <tdevries@suse.de>
5156
5157 * gdb.base/vla-optimized-out.c: New test.
5158 * gdb.base/vla-optimized-out.exp: New file.
5159
5160 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5161
5162 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5163 message "No address associated with hostname" when gdbserver
5164 cannot resolve the hostname.
5165
5166 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5167
5168 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5169 Add some test prefixes to make tests unique.
5170
5171 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5172
5173 * gdb.base/frameapply.c: New file.
5174 * gdb.base/frameapply.exp: New file.
5175
5176 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5177
5178 * gdb.base/skip.exp: Update expected error message.
5179
5180 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5181 Jan Kratochvil <jan.kratochvil@redhat.com>
5182 Paul Fertser <fercerpav@gmail.com>
5183 Tsutomu Seki <sekiriki@gmail.com>
5184
5185 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5186 parameter.
5187 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5188 by default.
5189 * boards/native-gdbserver.exp: Likewise.
5190 * gdb.server/run-without-local-binary.exp: Improve regexp used
5191 for detecting when a remote debugging connection succeeds.
5192 * gdb.server/server-connect.exp: New file.
5193 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5194 Do not prefix the port number with ":".
5195 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5196 support for detecting and using it. Add '$debughost_gdbserver'
5197 to the list of arguments used to start gdbserver. Handle case
5198 when gdbserver cannot resolve a network name.
5199
5200 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5201
5202 PR c++/23373
5203 * gdb.base/ptype-offsets.cc (struct static_member): New
5204 struct.
5205 (main) <stmember>: New variable.
5206 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5207 with a static member in it.
5208
5209 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5210
5211 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5212 watchpoints enabled and disabled.
5213
5214 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * gdb.base/examine-backward.exp: Still run tests around address
5217 0x0, even if address 0x0 is not readable. Update the pattern for
5218 matching address 0x0 in expected output.
5219
5220 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5221
5222 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5223 malloc/free.
5224
5225 2018-07-04 Tom de Vries <tdevries@suse.de>
5226
5227 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5228
5229 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5230
5231 PR tdep/8282
5232 * gdb.arch/mips-disassembler-options.exp: New test.
5233 * gdb.arch/mips-disassembler-options.s: New test source.
5234
5235 2018-06-29 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.threads/names.exp: Adjust expected "info threads" output.
5238
5239 2018-06-29 Pedro Alves <palves@redhat.com>
5240
5241 * gdb.opt/inline-break.exp (line number, address): Add "info
5242 break" tests.
5243
5244 2018-06-29 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5247 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5248 number and address and running to them.
5249
5250 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5251
5252 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5253
5254 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5255
5256 * lib/compiler.c: Remove executable permission flag.
5257
5258 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5259
5260 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5261 code.
5262 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5263
5264 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5265
5266 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5267
5268 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5269
5270 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5271 address argument is omitted.
5272
5273 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5274
5275 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5276
5277 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5278
5279 PR gdb/21695
5280 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5281 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5282
5283 2018-06-26 Tom Tromey <tom@tromey.com>
5284
5285 PR rust/22574:
5286 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5287 * gdb.rust/simple.rs (struct SimpleLayout): New.
5288
5289 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5290
5291 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5292 "info registers" output.
5293
5294 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5295
5296 * gdb.base/watchpoint-hw-attach.c: New test.
5297 * gdb.base/watchpoint-hw-attach.exp: New file.
5298
5299 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5300
5301 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5302 through /bin/sh.
5303 * boards/dwarf4-gdb-index.exp: Likewise.
5304 * boards/fission-dwp.exp: Likewise.
5305
5306 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5307
5308 * gdb.base/float128.exp: Add comment and improved fail message
5309 to the failure case of "print large128" test.
5310
5311 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5312
5313 * configure.ac: Remove AC_PREREQ.
5314 * configure: Re-generate.
5315
5316 2018-06-19 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5319 (func_extern_caller): New.
5320 (main): Call func_extern_caller.
5321 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5322 logic change.
5323
5324 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5325
5326 PR gdb/16841
5327 * gdb.cp/typedef-base.cc: New file.
5328 * gdb.cp/typedef-base.exp: New file.
5329
5330 2018-06-18 Tom de Vries <tdevries@suse.de>
5331
5332 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5333
5334 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5335 Richard Bunt <Richard.Bunt@arm.com>
5336
5337 * gdb.threads/attach-slow-waitpid.c: New file.
5338 * gdb.threads/attach-slow-waitpid.exp: New file.
5339 * gdb.threads/slow-waitpid.c: New file.
5340
5341 2018-06-14 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.base/fork-running-state.c: Include <errno.h>.
5344 (exit_if_relative_exits): New.
5345 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5346 exits.
5347 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5348 child exits.
5349
5350 2018-06-14 Tom de Vries <tdevries@suse.de>
5351
5352 PR cli/22573
5353 * gdb.base/finish-pretty.c: New test.
5354 * gdb.base/finish-pretty.exp: New file.
5355
5356 2018-06-14 Pedro Alves <palves@redhat.com>
5357
5358 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5359 gdb's expected startup output.
5360
5361 2018-06-14 Pedro Alves <palves@redhat.com>
5362
5363 * lib/selftest-support.exp (selftest_setup): Remove inlined
5364 function handling.
5365
5366 2018-06-14 Tom de Vries <tdevries@suse.de>
5367
5368 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5369 matching of breakpoint printing.
5370
5371 2018-06-13 Tom de Vries <tdevries@suse.de>
5372
5373 PR testsuite/23269
5374 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5375 (fork_child): ... here, and ...
5376 (fork_parent): ... here.
5377
5378 2018-06-12 Tom de Vries <tdevries@suse.de>
5379
5380 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5381
5382 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5383 Stephen Roberts <stephen.roberts@arm.com>
5384
5385 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5386 rewrite test to describe action performed, rather than possible
5387 failure.
5388
5389 2018-06-08 Gary Benson <gbenson@redhat.com>
5390
5391 * gdb.threads/check-libthread-db.exp: New file.
5392 * gdb.threads/check-libthread-db.c: Likewise.
5393
5394 2018-06-05 Tom Tromey <tom@tromey.com>
5395
5396 * gdb.base/default.exp: Update expected "show version" output.
5397
5398 2018-06-05 Tom Tromey <tom@tromey.com>
5399
5400 PR cli/12326:
5401 * gdb.cp/static-print-quit.exp: Update.
5402 * lib/gdb.exp (pagination_prompt): Update.
5403 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5404 * gdb.python/python.exp: Update.
5405
5406 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5407
5408 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5409
5410 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5411
5412 * gdb.ada/bp_fun_addr: New testcase.
5413
5414 2018-06-01 Tom Tromey <tom@tromey.com>
5415
5416 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5417 results.
5418 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5419 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5420 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5421 * gdb.base/maint.exp (maint_pass_if): Update.
5422
5423 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5424
5425 * gdb.base/endian.exp: New test.
5426 * gdb.base/endian.c: New test source.
5427
5428 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5429
5430 PR gdb/23203
5431 * gdb.base/bt-selected-frame.c: New file.
5432 * gdb.base/bt-selected-frame.exp: New file.
5433 * lib/gdb.exp (get_current_frame_number): New function.
5434
5435 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5436 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.threads/tls-core.c: Include <stdlib.h>
5439 (thread_proc): Call `abort'.
5440 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5441 (tls_core_test): New procedure, bits factored out from ...
5442 (top level): ... here. Test both native cores and gcore cores.
5443
5444 2018-05-23 Tom Tromey <tom@tromey.com>
5445
5446 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5447
5448 2018-05-23 Tom Tromey <tom@tromey.com>
5449
5450 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5451 symfile_complaints.
5452 (test_short_complaints): Likewise.
5453 (test_empty_complaints): Likewise.
5454 (test_initial_complaints): Update.
5455
5456 2018-05-23 Tom Tromey <tom@tromey.com>
5457
5458 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5459
5460 2018-05-23 Tom Tromey <tom@tromey.com>
5461
5462 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5463 (test_short_complaints): Update.
5464
5465 2018-05-22 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.base/remote.exp: Only gdb_start after compiling the
5468 testcase. Issue "disconnect" before testing "set remote" command
5469 defaults. Issue clean_restart before running to main.
5470
5471 2018-05-22 Pedro Alves <palves@redhat.com>
5472
5473 * gdb.base/remote.exp: Adjust expected output of "show remote
5474 memory-write-packet-size". Add tests for "set remote
5475 memory-write-packet-size 0" and "set remote
5476 memory-write-packet-size fixed/limit".
5477
5478 2018-05-22 Pedro Alves <palves@redhat.com>
5479
5480 PR gdb/22973
5481 * gdb.base/utf8-identifiers.c: New file.
5482 * gdb.base/utf8-identifiers.exp: New file.
5483
5484 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5485
5486 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5487
5488 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5489
5490 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5491
5492 2018-05-18 Tom Tromey <tom@tromey.com>
5493
5494 * gdb.base/ptype-offsets.exp: Update.
5495
5496 2018-05-17 Keith Seitz <keiths@redhat.com>
5497
5498 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5499 in expected breakpoint stop locations.
5500 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5501 move to proper scope to test variable values.
5502 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5503 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5504 New functions.
5505 (main): Call not_inline_func3.
5506 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5507 inline_func1, inline_func2, and inline_func3. Test that when each
5508 breakpoint is hit, GDB properly reports both the stop location
5509 and the backtrace. Repeat tests for temporary breakpoints.
5510
5511 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5512
5513 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5514 rather then trying to access it in determining whether the PID
5515 of `gdbserver' could have been retrieved.
5516
5517 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5518
5519 * gdb.arch/amd64-init-x87-values.S: New file.
5520 * gdb.arch/amd64-init-x87-values.exp: New file.
5521
5522 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5523
5524 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5525
5526 2018-05-04 Tom Tromey <tom@tromey.com>
5527
5528 PR python/22730:
5529 * gdb.python/python.exp: Test multi-line execute.
5530
5531 2018-05-04 Tom Tromey <tom@tromey.com>
5532
5533 PR python/22731:
5534 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5535
5536 2018-05-04 Tom Tromey <tom@tromey.com>
5537
5538 PR gdb/11750:
5539 * gdb.base/define.exp: Test defining a user command inside a user
5540 command.
5541 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5542
5543 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5544 Pedro Alves <palves@redhat.com>
5545
5546 PR breakpoints/19806 and support for PR external/20207.
5547 * gdb.base/watchpoint-unaligned.c: New file.
5548 * gdb.base/watchpoint-unaligned.exp: New file.
5549
5550 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5551
5552 * gdb.base/maint.exp: Make test names unique, use
5553 test_prefix_command_help to test 'help maint info', and remove
5554 repeated test of 'help maint'.
5555
5556 2018-05-04 Tom Tromey <tom@tromey.com>
5557
5558 PR gdb/22619:
5559 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5560 behavior.
5561
5562 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5563
5564 * gdb.base/maint.exp: Process output from 'maint print registers'
5565 line at a time.
5566
5567 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5568
5569 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5570 timeout.
5571
5572 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5573
5574 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5575 filter pattern.
5576
5577 2018-05-02 Pedro Alves <palves@redhat.com>
5578
5579 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5580 to_log_command renames.
5581 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5582
5583 2018-05-02 Tom Tromey <tom@tromey.com>
5584
5585 * gdb.python/py-parameter.exp: Set test message.
5586
5587 2018-05-02 Tom Tromey <tom@tromey.com>
5588
5589 PR python/20084:
5590 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5591 PARAM_ZUINTEGER_UNLIMITED tests.
5592
5593 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5594
5595 PR rust/23124
5596 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5597 when casting.
5598
5599 2018-04-30 Tom Tromey <tom@tromey.com>
5600
5601 * gdb.python/py-type.exp: Check align attribute.
5602 * gdb.python/py-type.c: New "aligncheck" global.
5603
5604 2018-04-30 Tom Tromey <tom@tromey.com>
5605
5606 PR exp/17095:
5607 * gdb.dwarf2/dw2-align.exp: New file.
5608 * gdb.cp/align.exp: New file.
5609 * gdb.base/align.exp: New file.
5610 * lib/gdb.exp (gdb_int128_helper): New proc.
5611 (has_int128_c, has_int128_cxx): New caching procs.
5612
5613 2018-04-27 Tom Tromey <tom@tromey.com>
5614
5615 PR rust/22545:
5616 * gdb.rust/simple.exp: Add inclusive range tests.
5617
5618 2018-04-26 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5621 ifunc breakpoint locations correctly of ifunc breakpoints set
5622 while the program resolves the ifunc.
5623
5624 2018-04-26 Pedro Alves <palves@redhat.com>
5625
5626 * gdb.base/gnu-ifunc-final.c: New file.
5627 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5628 * gdb.base/gnu-ifunc.exp (executable): Delete.
5629 (staticexecutable): Adjust.
5630 (lib_opts, exec_opts): Delete.
5631 (make_binsuffix, build, set-break): New procedures.
5632 (misc_tests): New, with tests factored out from the top level.
5633 (top level): Test different combinations of ifunc resolver name,
5634 resolver with and with debug info, and ifunc target with and
5635 without debug info. Wrap static tests with with_target_prefix.
5636
5637 2018-04-26 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5640 return type" warnings.
5641
5642 2018-04-25 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5645 killed".
5646 * gdb.base/kill-after-signal.exp: Likewise.
5647 * gdb.threads/kill.exp: Likewise.
5648
5649 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5650 Sergio Durigan Junior <sergiodj@redhat.com>
5651 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5654 regexps to expect for '[Inferior ... detached]' as well.
5655 * gdb.base/attach.exp: Likewise.
5656 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5657 "gdb_continue_to_end".
5658 (test_catch_syscall_with_wrong_args): Likewise.
5659 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5660 ']'. Don't set 'verbose' on.
5661 * gdb.base/foll-vfork.exp: Likewise.
5662 * gdb.base/fork-print-inferior-events.c: New file.
5663 * gdb.base/fork-print-inferior-events.exp: New file.
5664 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5665 '[Inferior ... has been killed]' message.
5666 * gdb.base/kill-after-signal.exp: Likewise.
5667 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5668 detach message.
5669 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5670 message.
5671 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5672 regexps to expect for '[Inferior ... detached]' as well.
5673 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5674
5675 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5676
5677 PR gdb/23104
5678 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5679
5680 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5681
5682 PR gdb/23095
5683 * gdb.base/break-probes.exp: Pass shlib_load to
5684 prepare_for_testing. Set normal_bp to r_debug_state if target is
5685 bsd.
5686
5687 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5688
5689 * gdb.threads/multiple-successive-infcall.c: New test.
5690 * gdb.threads/multiple-successive-infcall.exp: New file.
5691
5692 2018-04-17 Tom Tromey <tom@tromey.com>
5693
5694 * gdb.rust/simple.rs (Union): New type.
5695 (main): New local "u".
5696 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5697
5698 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5699
5700 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5701 number information in output of "whereis" command.
5702 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5703
5704 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5705
5706 * gdb.ada/info_types.exp: Adjust expected output to the line
5707 numbers now printed by "info var/func/type".
5708 * gdb.base/completion.exp: Likewise.
5709 * gdb.base/included.exp: Likewise.
5710 * gdb.cp/cp-relocate.exp: Likewise.
5711 * gdb.cp/cplusfuncs.exp: Likewise.
5712 * gdb.cp/namespace.exp: Likewise.
5713 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5714
5715 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5716
5717 * gdb.btrace/cpu.exp: New.
5718
5719 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5720
5721 * gdb.base/step-indirect-call-thunk.exp: New.
5722 * gdb.base/step-indirect-call-thunk.c: New.
5723 * gdb.reverse/step-indirect-call-thunk.exp: New.
5724 * gdb.reverse/step-indirect-call-thunk.c: New.
5725
5726 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5727
5728 * gdb.base/pie-fork.c: New file.
5729 * gdb.base/pie-fork.exp: New file.
5730
5731 2018-04-11 Tom Tromey <tom@tromey.com>
5732
5733 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5734
5735 2018-04-10 Pedro Alves <palves@redhat.com>
5736
5737 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5738 exits. Instead loop running forever.
5739 (fork_parent): Run forever too.
5740
5741 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5742
5743 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5744 mi_continue_to_line.
5745 * gdb.mi/mi-stack.c (callee4): Add comment.
5746
5747 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5748
5749 * gdb.mi/mi-stack.exp: Fix indentation.
5750
5751 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5752
5753 PR gdb/22979
5754 * gdb.arch/amd64-osabi.exp: New file.
5755
5756 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5757
5758 PR gdb/22980
5759 * gdb.base/osabi.exp: New file.
5760
5761 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5762
5763 * gdb.cp/static-typedef-print.exp: New file.
5764 * gdb.cp/static-typedef-print.cc: New file.
5765
5766 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5767
5768 * gdb.ada/varsize_limit: New testcase.
5769
5770 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5771
5772 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5773
5774 * gdb.ada/notcplusplus: New testcase.
5775
5776 * gdb.base/c-linkage-name.c: New file.
5777 * gdb.base/c-linkage-name.exp: New testcase.
5778
5779 2018-03-26 Tom Tromey <tom@tromey.com>
5780
5781 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5782 * gdb.python/py-framefilter.py (name_error): New global.
5783 (ErrorInName.function): Use name_error.
5784
5785 2018-03-26 Tom Tromey <tom@tromey.com>
5786
5787 PR backtrace/15582:
5788 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5789
5790 2018-03-23 Keith Seitz <keiths@redhat.com>
5791
5792 PR c++/22968
5793 * gdb.cp/subtypes.exp: New file.
5794 * gdb.cp/subtypes.h: New file.
5795 * gdb.cp/subtypes.cc: New file.
5796 * gdb.cp/subtypes-2.cc: New file.
5797
5798 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5799
5800 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5801 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5802 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5803 -nostartfiles when compiling the test. Confirm that all registers
5804 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5805
5806 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5807
5808 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5809 option, syntax was wrong anyway.
5810 * gdb.arch/arm-disp-step.exp: Likewise.
5811 * gdb.arch/sparc64-regs.exp: Likewise.
5812 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5813 option, syntax was wrong anyway, switch to use
5814 prepare_for_testing.
5815 * gdb.arch/i386-disp-step.exp: Likewise.
5816
5817 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5818
5819 * gdb.ada/exec_changed.exp: Replace "target_info exists
5820 use_gdb_stub" by "use_gdb_stub".
5821 * gdb.ada/start.exp: Likewise.
5822 * gdb.base/async-shell.exp: Likewise.
5823 * gdb.base/attach-pie-misread.exp: Likewise.
5824 * gdb.base/attach-wait-input.exp: Likewise.
5825 * gdb.base/break-entry.exp: Likewise.
5826 * gdb.base/break-interp.exp: Likewise.
5827 * gdb.base/dprintf-detach.exp: Likewise.
5828 * gdb.base/nostdlib.exp: Likewise.
5829 * gdb.base/solib-nodir.exp: Likewise.
5830 * gdb.base/statistics.exp: Likewise.
5831 * gdb.base/testenv.exp: Likewise.
5832 * gdb.mi/mi-exec-run.exp: Likewise.
5833 * gdb.mi/mi-start.exp: Likewise.
5834 * gdb.multi/dummy-frame-restore.exp: Likewise.
5835 * gdb.multi/multi-arch-exec.exp: Likewise.
5836 * gdb.multi/multi-arch.exp: Likewise.
5837 * gdb.multi/tids.exp: Likewise.
5838 * gdb.multi/watchpoint-multi.exp: Likewise.
5839 * gdb.python/py-events.exp: Likewise.
5840 * gdb.threads/attach-into-signal.exp: Likewise.
5841 * gdb.threads/attach-stopped.exp: Likewise.
5842 * gdb.threads/threadapply.exp: Likewise.
5843 * lib/selftest-support.exp: Likewise.
5844
5845 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5846
5847 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5848
5849 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5850
5851 * gdb.perf/template-breakpoints.cc: New file.
5852 * gdb.perf/template-breakpoints.exp: New file.
5853 * gdb.perf/template-breakpoints.py: New file.
5854
5855 2018-03-19 Tom Tromey <tom@tromey.com>
5856
5857 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5858 y0.
5859 * gdb.rust/simple.exp: Test bare identifier form of struct
5860 initializer.
5861
5862 2018-03-19 Tom Tromey <tom@tromey.com>
5863
5864 * gdb.gdb/observer.exp: Remove.
5865
5866 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5867
5868 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5869 "qualified" option when setting breakpoints.
5870 * gdb.trace/backtrace.exp: Likewise.
5871 * gdb.trace/circ.exp: Likewise.
5872 * gdb.trace/collection.exp: Likewise.
5873 * gdb.trace/disconnected-tracing.exp: Likewise.
5874 * gdb.trace/ftrace-lock.exp: Likewise.
5875 * gdb.trace/ftrace.exp: Likewise.
5876 * gdb.trace/infotrace.exp: Likewise.
5877 * gdb.trace/packetlen.exp: Likewise.
5878 * gdb.trace/passc-dyn.exp: Likewise.
5879 * gdb.trace/qtro.exp: Likewise.
5880 * gdb.trace/read-memory.exp: Likewise.
5881 * gdb.trace/report.exp: Likewise.
5882 * gdb.trace/signal.exp: Likewise.
5883 * gdb.trace/status-stop.exp: Likewise.
5884 * gdb.trace/strace.exp: Likewise.
5885 * gdb.trace/tfind.exp: Likewise.
5886 * gdb.trace/trace-break.exp: Likewise.
5887 * gdb.trace/trace-condition.exp: Likewise.
5888 * gdb.trace/trace-mt.exp: Likewise.
5889 * gdb.trace/tstatus.exp: Likewise.
5890 * gdb.trace/tsv.exp: Likewise.
5891 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5892 * gdb.trace/unavailable.exp: Likewise.
5893 * gdb.trace/while-dyn.exp: Likewise.
5894
5895 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5896
5897 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5898 that libinproctrace is copied to the target.
5899
5900 2018-03-14 Tom Tromey <tom@tromey.com>
5901
5902 PR cli/14977:
5903 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5904 a null pointer.
5905 * gdb.base/wchar.exp: Likewise.
5906
5907 2018-03-14 Tom Tromey <tom@tromey.com>
5908
5909 PR cli/19918:
5910 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5911 flag.
5912
5913 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5914
5915 PR gdb/22841
5916 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5917 "target" to remote_exec.
5918
5919 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5920
5921 PR gdb/22841
5922 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5923 ${board}_upload): Remove.
5924
5925 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5926
5927 * gdb.cp/watch-cp.cc: New test.
5928 * gdb.cp/watch-cp.exp: New file.
5929
5930 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5931
5932 * gdb.base/infcall-nested-structs.exp: New file.
5933 * gdb.base/infcall-nested-structs.c: New file.
5934 * gdb.base/float.exp: Add riscv support.
5935
5936 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5937
5938 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5939 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5940
5941 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5942
5943 * gdb.server/abspath.exp: New file.
5944 * lib/gdb.exp (with_cwd): New procedure.
5945
5946 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5947
5948 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5949 use it.
5950 (gdb_is_target_remote_prompt): New proc.
5951 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5952 (gdb_is_target_native): Pass prompt parameter to
5953 gdb_is_target_1.
5954
5955 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5956
5957 * gdb.base/load-command.c: New file.
5958 * gdb.base/load-command.exp: New file.
5959 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5960 (gdb_is_target_1): ...this, and generalize for other targets
5961 than just remote.
5962 (gdb_is_target_remote): Use gdb_is_target_1.
5963 (gdb_is_target_native): use gdb_is_target_1.
5964
5965 2018-02-26 Tom Tromey <tom@tromey.com>
5966
5967 PR python/16497:
5968 * gdb.python/py-framefilter.exp: Update test.
5969
5970 2018-02-26 Tom Tromey <tom@tromey.com>
5971
5972 * gdb.dwarf2/variant.c: New file.
5973 * gdb.dwarf2/variant.exp: New file.
5974
5975 2018-02-26 Tom Tromey <tom@tromey.com>
5976
5977 * gdb.rust/simple.exp: Accept more possible results in enum test.
5978
5979 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5980
5981 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5982 parentheses.
5983
5984 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5985
5986 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5987 name of a variable: $actual_linejj -> $actual_line.
5988
5989 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5990
5991 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5992
5993 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5994
5995 * gdb.btrace/buffer-size.exp: Do not force BTS.
5996
5997 2018-02-14 Pedro Alves <palves@redhat.com>
5998
5999 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6000 getting a "Quit".
6001
6002 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6003
6004 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6005 Fix test name.
6006
6007 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6008
6009 * gdb.cp/m-static.exp: Check type of optimized out static
6010 member.
6011
6012 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6013
6014 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6015 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6016
6017 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6018 Leszek Swirski <leszeks@google.com>
6019
6020 * gdb.python/py-prettyprint.c
6021 (struct to_string_returns_value_inner,
6022 struct to_string_returns_value_wrapper): New.
6023 (main): Add tsrvw variable.
6024 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6025 ToStringReturnsValueWrapper): New classes.
6026 (register_pretty_printers): Register new pretty-printers.
6027 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6028 recursive pretty printer.
6029 * gdb.python/py-mi.exp: Likewise.
6030
6031 2018-02-01 Leszek Swirski <leszeks@google.com>
6032
6033 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6034 functions with the same name as an include file are parsed
6035 correctly.
6036
6037 2018-02-01 Yao Qi <yao.qi@linaro.org>
6038
6039 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6040 "\[^\r\n\]*".
6041
6042 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6043
6044 * gdb.arch/powerpc-prologue-frame.s: New file.
6045 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6046 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6047
6048 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6049
6050 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6051
6052 2018-01-30 Pedro Alves <palves@redhat.com>
6053
6054 PR gdb/13211
6055 * gdb.base/interrupt-daemon.c: New.
6056 * gdb.base/interrupt-daemon.exp: New.
6057 * gdb.multi/multi-term-settings.c: New.
6058 * gdb.multi/multi-term-settings.exp: New.
6059
6060 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6061
6062 * gdb.base/break.exp: Save the location where the breakpoint
6063 on break.c:47 was actually inserted when debugging the version
6064 compiled at -O2 and use it in the expected output of the "info
6065 break" test performed soon after.
6066
6067 2018-01-22 Pedro Alves <palves@redhat.com>
6068 Sergio Durigan Junior <sergiodj@redhat.com>
6069
6070 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6071 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6072
6073 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6074
6075 * gdb.base/break-include.c, gdb.base/break-include.inc,
6076 gdb.base/break-include.exp: New files.
6077 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6078 line number now being the actual line number where the breakpoint
6079 was inserted.
6080 * gdb.mi/mi-break.exp: Likewise.
6081 * gdb.mi/mi-reverse.exp: Likewise.
6082 * gdb.mi/mi-simplerun.exp: Ditto.
6083
6084 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6085
6086 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6087 varobj.
6088 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6089
6090 2018-01-21 Don Breazeal <donb@codesourcery.com>
6091 Andrew Burgess <andrew.burgess@embecosm.com>
6092
6093 * gdb.mi/basics.c: Add new global.
6094 * gdb.mi/mi-frame-regs.exp: New file.
6095 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6096 case.
6097
6098 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6099
6100 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6101 non-parameter, and on an unknown symbol.
6102
6103 2018-01-19 Tom Tromey <tom@tromey.com>
6104
6105 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6106 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6107
6108 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6109
6110 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6111 setrlimit and chdir to int.
6112
6113 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6114
6115 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6116 function.
6117 (my_tend): Likewise.
6118 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6119 rationale of avoiding FP- and vector instructions.
6120
6121 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6122
6123 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6124 "info reg" with "\[ \t\]*".
6125 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6126 "\[ \t\]+".
6127 * gdb.arch/s390-multiarch.exp: Ditto.
6128 * gdb.base/pc-fp.exp: Ditto.
6129 * gdb.reverse/i386-precsave.exp: Ditto.
6130 * gdb.reverse/i386-reverse.exp: Ditto.
6131 * gdb.reverse/i387-env-reverse.exp: Ditto.
6132 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6133
6134 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6135
6136 * lib/gdb.exp (gdb_compile): Re-enable use of
6137 universal_compile_options for languages other than Rust.
6138
6139 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6140
6141 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6142
6143 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6144
6145 PR gdb/16577
6146 * gdb.base/solib-vanish.exp: New.
6147 * gdb.base/solib-vanish-main.c: New.
6148 * gdb.base/solib-vanish-lib1.c: New.
6149 * gdb.base/solib-vanish-lib2.c: New.
6150
6151 2018-01-17 Yao Qi <yao.qi@linaro.org>
6152
6153 * gdb.compile/compile.exp: Match the address printed for
6154 frame in the output of command "bt".
6155
6156 2018-01-15 Tom Tromey <tom@tromey.com>
6157
6158 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6159 compute sp_reg.
6160
6161 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6162
6163 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6164 to prepare.
6165 (prepare): Return 0 on error, 1 on success.
6166
6167 2018-01-12 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.base/continue-after-aborted-step-over.c: New.
6170 * gdb.base/continue-after-aborted-step-over.exp: New.
6171
6172 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6173
6174 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6175 options when not creating an executable.
6176
6177 2018-01-11 Pedro Alves <palves@redhat.com>
6178
6179 PR remote/22597
6180 * gdb.server/stop-reply-no-thread.c: New file.
6181 * gdb.server/stop-reply-no-thread.exp: New file.
6182
6183 2018-01-10 Pedro Alves <palves@redhat.com>
6184
6185 PR gdb/22670
6186 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6187 functions too. Test setting breakpoints and printing C functions
6188 with no debug info too.
6189 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6190
6191 2018-01-10 Pedro Alves <palves@redhat.com>
6192
6193 PR gdb/22670
6194 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6195 a fail.
6196
6197 2018-01-10 Pedro Alves <palves@redhat.com>
6198
6199 PR gdb/22670
6200 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6201
6202 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6203
6204 * gdb.server/unittest.exp: Match the output in non-development
6205 mode.
6206
6207 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6208
6209 * gdb.gdb/unittest.exp: Match output in non-development mode.
6210
6211 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6212
6213 * gdb.ada/access_tagged_param.exp: Relax expected output
6214 for value of "ObjL" in "continue" to pck.inspect breakpoint
6215 test.
6216
6217 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6218
6219 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6220 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6221
6222 2018-01-05 Pedro Alves <palves@redhat.com>
6223
6224 PR gdb/18653
6225 * gdb.base/libsegfault.exp: New.
6226
6227 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6228
6229 PR gdb/22670
6230 * gdb.ada/access_tagged_param.exp: New file.
6231 * gdb.ada/access_tagged_param/foo.adb: New file.
6232
6233 2018-01-05 Pedro Alves <palves@redhat.com>
6234
6235 PR gdb/22670
6236 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6237 exercise lower case too, and to exercise both full matching and
6238 wild matching.
6239
6240 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6241
6242 * gdb.ada/rename_subscript_param: New testcase.
6243
6244 2018-01-05 Jerome Guitton <guitton@adacore.com>
6245
6246 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6247
6248 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6249
6250 * gdb.ada/convvar_comp: New testcase.
6251
6252 2018-01-05 Xavier Roirand <roirand@adacore.com>
6253
6254 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6255 (My_Table): New global variable.
6256 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6257
6258 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6259
6260 PR gdb/22670
6261 * gdb.ada/maint_with_ada: New testcase.
6262
6263 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6264
6265 PR gdb/22670
6266 * gdb.ada/bp_c_mixed_case: New testcase.
6267
6268 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6269
6270 PR gdb/22670
6271 * gdb.ada/complete.exp: Add "complete break ada" test.
6272
6273 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6274
6275 PR gdb/22670
6276 * gdb.ada/info_addr_mixed_case: New testcase.
6277
6278 2018-01-03 Xavier Roirand <roirand@adacore.com>
6279
6280 * gdb.ada/excep_handle.exp: New testcase.
6281 * gdb.ada/excep_handle/foo.adb: New file.
6282 * gdb.ada/excep_handle/pck.ads: New file.
6283
6284 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6285
6286 * gdb.base/step-line.c: Add extra empty line in copyright header.
6287 * gdb.base/step-line.inp: Likewise.
6288
6289 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6290
6291 * gdb.ada/dyn_stride.exp: Add slice test.
6292
6293 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6294
6295 * gdb.ada/dyn_stride: New testcase.
6296
6297 2017-12-27 Stafford Horne <shorne@gmail.com>
6298
6299 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6300 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6301
6302 2017-12-27 Stafford Horne <shorne@gmail.com>
6303
6304 * gdb.base/reggroups.c: New file.
6305 * gdb.base/reggroups.exp: New file.
6306
6307 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6308
6309 * gdb.dwarf2/ada-valprint-error.c: New file.
6310 * gdb.dwarf2/ada-valprint-error.exp: New file.
6311
6312 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6313
6314 * gdb.ada/assign_arr: New testcase.
6315
6316 2017-12-18 Xavier Roirand <roirand@adacore.com>
6317
6318 * gdb.ada/funcall_ptr: New testcase.
6319
6320 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6321
6322 PR cli/16224
6323 * gdb.base/ptype-offsets.cc: New file.
6324 * gdb.base/ptype-offsets.exp: New file.
6325
6326 2017-12-15 Yao Qi <yao.qi@linaro.org>
6327
6328 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6329 if XML is disabled.
6330
6331 2017-12-15 Xavier Roirand <roirand@adacore.com>
6332
6333 * gdb.ada/same_component_name: New testcase.
6334
6335 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6336
6337 * gdb.ada/str_binop_equal: New testcase.
6338
6339 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6340
6341 * gdb.ada/task_switch_in_core: New testcase.
6342
6343 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6344
6345 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6346 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6347 call test_bkpt_qualified.
6348 (test_bkpt_qualified): New proc.
6349
6350 2017-12-13 Pedro Alves <palves@redhat.com>
6351
6352 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6353 Tighten regexp by matching with an anchor.
6354
6355 2017-12-13 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6358 ("expression with namespace"): New set of tests.
6359 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6360 (Nested::Test_NS::qux): New.
6361 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6362 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6363
6364 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6365
6366 * gdb.base/server-del-break.c: New file.
6367 * gdb.base/server-del-break.exp: New file.
6368
6369 2017-12-12 Stafford Horne <shorne@gmail.com>
6370
6371 * gdb.xml/tdesc-regs.exp: Add or1k support.
6372
6373 2017-12-12 Stafford Horne <shorne@gmail.com>
6374
6375 * gdb.base/bp-permanent.c: Define nop of or1k.
6376
6377 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6378
6379 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6380 output with components being reordered.
6381
6382 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6383
6384 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6385 output with components being reordered.
6386
6387 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6388 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.base/maint.exp (check for .gdb_index): Check also for
6391 .debug_names.
6392 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6393 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6394 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6395 (.gdb_index used after symbol reloading): Support also .debug_names.
6396 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6397
6398 2017-12-08 Yao Qi <yao.qi@linaro.org>
6399
6400 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6401 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6402
6403 2017-12-08 Yao Qi <yao.qi@linaro.org>
6404
6405 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6406 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6407
6408 2017-12-08 Yao Qi <yao.qi@linaro.org>
6409
6410 * gdb.arch/aarch64-tagged-pointer.c: New file.
6411 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6412
6413 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6414
6415 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6416 "int".
6417
6418 2017-12-07 Keith Seitz <keiths@redhat.com>
6419
6420 PR breakpoints/22569
6421 * gdb.linespec/ls-errs.exp: Change expected result of "break
6422 -source this file has spaces.c -line 3".
6423 Check that an explicit source file followed by whitespace is
6424 identified as an invalid explicit location.
6425
6426 2017-12-07 Keith Seitz <keiths@redhat.com>
6427
6428 * gdb.cp/nested-types.cc: New file.
6429 * gdb.cp/nested-types.exp: New file.
6430 * lib/cp-support.exp: Load data-structures.exp library.
6431 (debug_cp_test_ptype_class): New global.
6432 (cp_ptype_class_verbose, next_line): New procedures.
6433 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6434 Add and document new return value.
6435 Switch the list of lines to a queue.
6436 Add support for new `type' key for nested type definitions.
6437 Add debugging/troubleshooting messages.
6438 * lib/data-structures.exp: New file.
6439
6440 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6441
6442 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6443 with proc_with_prefix, don't use with_test_prefix.
6444
6445 2017-12-07 Tom Tromey <tom@tromey.com>
6446
6447 * gdb.base/break.exp: Add test for empty "commands".
6448
6449 2017-12-07 Yao Qi <yao.qi@linaro.org>
6450
6451 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6452 malloc and catch syscall.
6453
6454 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6455
6456 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6457 tests for explicit locations.
6458
6459 2017-12-06 Pedro Alves <palves@redhat.com>
6460
6461 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6462 force-disabling XML descriptions.
6463
6464 2017-12-04 Pedro Alves <palves@redhat.com>
6465
6466 PR gdb/22499
6467 * gdb.arch/amd64-disp-step-avx.S: New file.
6468 * gdb.arch/amd64-disp-step-avx.exp: New file.
6469
6470 2017-12-03 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6473 and <string.h>.
6474 (parent_function): Print distinct messages when waitpid fails, or
6475 the child exits with a signal, or the child exits for an unhandled
6476 reason.
6477 * gdb.threads/process-dies-while-detaching.exp
6478 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6479 it. Wait for both inferior output and GDB's prompt. Use an
6480 indirect spawn id list.
6481 (do_detach): New parameter 'child_exit'. Use it to compute
6482 expected inferior output.
6483 (test_detach, test_detach_watch, test_detach_killed_outside):
6484 Adjust to pass down the expected child exit kind.
6485
6486 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6487 Sergio Durigan Junior <sergiodj@redhat.com>
6488 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6491
6492 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6493
6494 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6495 to 'symbol-file' and 'add-symbol-file' can be
6496 position-independent.
6497
6498 2017-12-01 Yao Qi <yao.qi@linaro.org>
6499
6500 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6501 the URL in copyright header.
6502 * gdb.arch/aarch64-fp.exp: Likewise.
6503 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6504 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6505 * gdb.base/expand-psymtabs.exp: Likewise.
6506 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6507 * gdb.fortran/common-block.exp: Likewise.
6508 * gdb.fortran/common-block.f90: Likewise.
6509 * gdb.fortran/logical.exp: Likewise.
6510 * gdb.fortran/vla-datatypes.f90: Likewise.
6511 * gdb.fortran/vla-sub.f90: Likewise.
6512
6513 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6514
6515 * gdb.ada/repeat_dyn: New testcase.
6516
6517 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6518
6519 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6520 Update for changed thread numbering.
6521 * gdb.cell/bt.exp: Update for changed GDB output.
6522
6523 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6524
6525 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6526 setting isremote by hand.
6527 * boards/dwarf4-gdb-index.exp: Likewise.
6528 * boards/fission.exp: Likewise.
6529 * boards/stabs.exp: Likewise.
6530
6531 2017-11-30 Pedro Alves <palves@redhat.com>
6532
6533 * gdb.linespec/cpls-ops.exp
6534 (check_explicit_skips_function_argument): Extract the underlying
6535 type of size_t instead of hardcoding it.
6536
6537 2017-11-29 Pedro Alves <palves@redhat.com>
6538
6539 PR c++/19436
6540 * gdb.linespec/cpls-abi-tag.cc: New file.
6541 * gdb.linespec/cpls-abi-tag.exp: New file.
6542
6543 2017-11-29 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.base/langs.exp: Use -qualified.
6546 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6547 it.
6548 * gdb.cp/namespace.exp: Use -qualified.
6549 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6550 (overload-3, template-overload, template-ret-type, const-overload)
6551 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6552 procedures.
6553 (test_driver): Call them.
6554 * gdb.cp/save-bp-qualified.cc: New.
6555 * gdb.cp/save-bp-qualified.exp: New.
6556 * gdb.linespec/explicit.exp: Test -qualified.
6557 * lib/completion-support.exp (completion::explicit_opts_list): Add
6558 "-qualified".
6559 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6560
6561 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6562
6563 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6564
6565 2017-11-29 Tom Tromey <tom@tromey.com>
6566
6567 * gdb.base/relocate.exp: Update invalid argument test.
6568 Add new tests for invalid arguments.
6569
6570 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6571
6572 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6573 Return 0 as a long.
6574 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6575
6576 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6577
6578 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6579 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6580 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6581 func ().
6582 * gdb.cp/shadow.cc (B.func): Return 0.
6583
6584 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6585
6586 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6587 expected output in gdb_expect call to allow the exception
6588 message to be present as well. Fix syntax confusion to avoid
6589 TCL thinking that exception_name is an array.
6590
6591 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6592
6593 * gdb.arch/spu-info.c: Include <unistd.h>.
6594 (do_signal_test): Fix broken calls to write.
6595 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6596 Fix checks for empty mailboxes. Update signal tests for corrected
6597 do_signal_test routine. Allow nonzero event status.
6598 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6599 * gdb.cell/arch.exp: Use standard_output_file.
6600 * gdb.cell/break.exp: Likewise.
6601 * gdb.cell/bt.exp: Likewise.
6602 * gdb.cell/core.exp: Likewise.
6603 * gdb.cell/dwarfaddr.exp: Likewise.
6604 * gdb.cell/ea-cache.exp: Likewise.
6605 * gdb.cell/ea-standalone.exp: Likewise.
6606 * gdb.cell/f-regs.exp: Likewise.
6607 * gdb.cell/fork.exp: Likewise.
6608 * gdb.cell/gcore.exp: Likewise.
6609 * gdb.cell/mem-access.exp: Likewise.
6610 * gdb.cell/ptype.exp: Likewise.
6611 * gdb.cell/registers.exp: Likewise.
6612 * gdb.cell/sizeof.exp: Likewise.
6613 * gdb.cell/solib-symbol.exp: Likewise.
6614 * gdb.cell/solib.exp: Likewise.
6615
6616 2017-11-25 Pedro Alves <palves@redhat.com>
6617
6618 * gdb.base/complete-empty.exp: New file.
6619 * gdb.base/completion.exp: Adjust.
6620
6621 2017-11-25 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.linespec/cpls-ops.cc: New file.
6624 * gdb.linespec/cpls-ops.exp: New file.
6625 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6626 factored out from ...
6627 (test_complete_prefix_range): ... this.
6628
6629 2017-11-24 Pedro Alves <palves@redhat.com>
6630
6631 * gdb.linespec/cpcompletion.exp: New file.
6632 * gdb.linespec/cpls-hyphen.cc: New file.
6633 * gdb.linespec/cpls.cc: New file.
6634 * gdb.linespec/cpls2.cc: New file.
6635 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6636 test to use test_gdb_complete_unique. Add label completion,
6637 keyword completion and explicit location completion tests.
6638 * lib/completion-support.exp: New file.
6639
6640 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6641
6642 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6643 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6644 when hitting an exception catchpoint.
6645
6646 2017-11-22 Yao Qi <yao.qi@linaro.org>
6647
6648 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6649
6650 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6651
6652 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6653 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6654 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6655
6656 2017-11-22 Yao Qi <yao.qi@linaro.org>
6657
6658 * gdb.base/info-os.exp: Pass pthreads.
6659 * gdb.multi/multi-attach.exp: Likewise.
6660
6661 2017-11-22 Yao Qi <yao.qi@linaro.org>
6662
6663 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6664 compiler.
6665
6666 2017-11-22 Yao Qi <yao.qi@linaro.org>
6667
6668 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6669 * gdb.base/break-interp.exp: Likewise.
6670 * gdb.base/jit-attach-pie.exp: Likewise.
6671
6672 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6673
6674 * gdb.base/float128.c (large128): New variable.
6675 * gdb.base/float128.exp: Add test to print largest __float128 value.
6676
6677 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6678
6679 * gdb.arch/vsx-regs.exp: Update register content checks.
6680
6681 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6682
6683 * gdb.arch/ppc-longdouble.exp: New file.
6684 * gdb.arch/ppc-longdouble.c: Likewise.
6685
6686 2017-11-21 Pedro Alves <palves@redhat.com>
6687
6688 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6689
6690 2017-11-20 Pedro Alves <palves@redhat.com>
6691
6692 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6693 (long_double_typedef): New typedefs.
6694 Use DEF on double and long double.
6695 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6696 cases.
6697 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6698 and 'long_double_ptr_same_size' locals. Use them to decide
6699 whether cast from array/function to float is valid/invalid.
6700
6701 2017-11-17 Tom Tromey <tom@tromey.com>
6702
6703 * gdb.rust/traits.rs: New file.
6704 * gdb.rust/traits.exp: New file.
6705
6706 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6707
6708 * gdb.ada/minsyms: New testcase.
6709
6710 2017-11-16 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6713 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6714
6715 2017-11-16 Pedro Alves <palves@redhat.com>
6716
6717 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6718 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6719
6720 2017-11-16 Pedro Alves <palves@redhat.com>
6721
6722 * gdb.server/reconnect-ctrl-c.c: New file.
6723 * gdb.server/reconnect-ctrl-c.exp: New file.
6724
6725 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6726
6727 * gdb.python/py-rbreak.exp: New file.
6728 * gdb.python/py-rbreak.c: New file.
6729 * gdb.python/py-rbreak-func2.c: New file.
6730
6731 2017-11-16 Pedro Alves <palves@redhat.com>
6732
6733 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6734 pattern.
6735 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6736 GDB.
6737
6738 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6739
6740 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6741 regex.
6742
6743 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6744
6745 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6746 test names.
6747
6748 2017-11-09 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6751 factored out from ...
6752 (top level): ... here, and adjusted to avoid expecting beyond the
6753 prompt in a single gdb_test_multiple.
6754
6755 2017-11-09 Pedro Alves <palves@redhat.com>
6756
6757 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6758 output.
6759 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6760 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6761 * gdb.server/ext-run.exp ("kill" test): Likewise.
6762 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6763
6764 2017-11-09 Pedro Alves <palves@redhat.com>
6765
6766 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6767 match till end of line.
6768
6769 2017-11-09 Pedro Alves <palves@redhat.com>
6770
6771 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6772
6773 2017-11-09 Pedro Alves <palves@redhat.com>
6774
6775 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6776 New procedures, factored out from ...
6777 (top level): ... here, and adjusted to avoid expecting beyond the
6778 prompt in one go.
6779
6780 2017-11-09 Pedro Alves <palves@redhat.com>
6781
6782 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6783 output. Fix '?' match.
6784
6785 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6786
6787 * gdb.ada/scoped_watch: New testcase.
6788 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6789 which is actually correct.
6790 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6791 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6792
6793 2017-11-08 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.gdb/complaints.exp (test_initial_complaints)
6796 (test_serial_complaints, test_short_complaints): Call
6797 complaint_internal instead of complaint.
6798
6799 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6800
6801 * gdb.threads/tls-core.c: New file.
6802 * gdb.threads/tls-core.exp: Likewise.
6803
6804 2017-11-08 Pedro Alves <palves@redhat.com>
6805
6806 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6807 (p Exported_Capitalized): New test.
6808 (p exported_capitalized): New test.
6809
6810 2017-11-07 Pedro Alves <palves@redhat.com>
6811
6812 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6813
6814 2017-11-07 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6817 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6818 (disable_invalid, disable_inverted, disable_negative): New
6819 procedures.
6820 ("bad numbers"): New set of tests.
6821
6822 2017-11-07 Pedro Alves <palves@redhat.com>
6823
6824 * gdb.cp/ena-dis-br-range.exp: Add tests.
6825
6826 2017-11-07 Pedro Alves <palves@redhat.com>
6827
6828 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6829
6830 2017-11-07 Xavier Roirand <roirand@adacore.com>
6831 Pedro Alves <palves@redhat.com>
6832
6833 * gdb.base/ena-dis-br.exp: Add reference to
6834 gdb.cp/ena-dis-br-range.exp.
6835 * gdb.cp/ena-dis-br-range.exp: New file.
6836 * gdb.cp/ena-dis-br-range.cc: New file.
6837
6838 2017-11-06 Pedro Alves <palves@redhat.com>
6839
6840 * gdb.base/attach-non-pgrp-leader.c: New.
6841 * gdb.base/attach-non-pgrp-leader.exp: New.
6842
6843 2017-11-06 Pedro Alves <palves@redhat.com>
6844
6845 * configure.ac: No longer check for termio.h and sgtty.h.
6846 * configure: Regenerate.
6847 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6848 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6849 Remove termio and sgtty code.
6850
6851 2017-11-03 Yao Qi <yao.qi@linaro.org>
6852
6853 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6854 in GDB is disabled.
6855
6856 2017-11-03 Yao Qi <yao.qi@linaro.org>
6857
6858 * gdb.python/py-thrhandle.exp: Skip it if python is not
6859 enabled.
6860
6861 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6862
6863 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6864 as a breakpoint command.
6865
6866 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6867
6868 PR python/21213
6869 * gdb.python/py-infthread.exp: Test calling
6870 InferiorThread.inferior () multiple times in a row.
6871
6872 2017-10-27 Keith Seitz <keiths@redhat.com>
6873
6874 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6875 Test "info break" for every inlined function breakpoint.
6876
6877 2017-10-27 Yao Qi <yao.qi@linaro.org>
6878
6879 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6880
6881 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6882
6883 * gdb.cp/classes.exp (test_static_members): Test printing
6884 Outer::instance.
6885 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6886 (Inner::instance, Outer::instance): New.
6887
6888 2017-10-24 Pedro Alves <palves@redhat.com>
6889
6890 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6891 extra console" test in two stages.
6892
6893 2017-10-24 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6896
6897 2017-10-24 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6900 loop.
6901
6902 2017-10-24 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6905 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6906
6907 2017-10-24 Pedro Alves <palves@redhat.com>
6908
6909 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6910 parameter and handle it. Don't output read value in test name.
6911
6912 2017-10-24 Pedro Alves <palves@redhat.com>
6913
6914 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6915 custom test name.
6916
6917 2017-10-24 Pedro Alves <palves@redhat.com>
6918
6919 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6920 include the unstable output directory name in the test's name.
6921 (initial_setup_simple) <'set args'>: Use custom test name.
6922
6923 2017-10-24 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6926 with explicit test name.
6927
6928 2017-10-20 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6931 'wait -i'. Use gdb_assert and remote_close.
6932
6933 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6934
6935 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6936 number from variable rather than hard-coded.
6937
6938 2017-10-19 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.base/long-inferior-output.c: New file.
6941 * gdb.base/long-inferior-output.exp: New file.
6942
6943 2017-11-18 Keith Seitz <keiths@redhat.com>
6944
6945 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6946 method.
6947 (main): Call it.
6948 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6949 Add additional user-defined conversion operator tests.
6950
6951 2017-10-17 Pedro Alves <palves@redhat.com>
6952
6953 * boards/native-stdio-gdbserver.exp: Load "local-board".
6954
6955 2017-10-17 Pedro Alves <palves@redhat.com>
6956
6957 * gdb.base/quit-live.c: New file.
6958 * gdb.base/quit-live.exp: New file.
6959
6960 2017-10-16 Keith Seitz <keiths@redhat.com>
6961
6962 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6963 (class_with_protected_typedef, class_with_private_typedef)
6964 (struct_with_public_typedef, struct_with_protected_typedef)
6965 (struct_with_private_typedef): New classes/structs.
6966 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6967 typedefs and access specifiers.
6968
6969 2017-10-16 Pedro Alves <palves@redhat.com>
6970 Simon Marchi <simon.marchi@polymtl.ca>
6971
6972 * README (Local vs Remote vs Native): New section.
6973 * boards/local-board.exp: New file, with bits factored out from
6974 ...
6975 * boards/native-extended-gdbserver.exp: ... here. Load
6976 "local-board".
6977 * boards/native-gdbserver.exp: Load "local-board".
6978 (${board}_spawn, ${board}_exec): Delete.
6979 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6980 ...
6981 * boards/stdio-gdbserver-base.exp: ... this new file.
6982 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6983 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6984 procedure.
6985 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6986 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6987 stdio_gdbserver_command.
6988 (${board}_get_remote_address, ${board}_get_comm_port)
6989 (${board}_download, ${board}_upload): Delete.
6990 (get_target_remote_pipe_cmd): New.
6991
6992 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6993
6994 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6995 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6996 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6997 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6998 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6999 remove with_test_prefix.
7000
7001 2017-10-13 Pedro Alves <palves@redhat.com>
7002
7003 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7004 * gdb.base/annota1.exp: Use it instead of is_remote.
7005 * gdb.base/annota3.exp: Use it instead of is_remote.
7006 * gdb.cp/annota2.exp: Use it instead of is_remote.
7007 * gdb.cp/annota3.exp: Use it instead of is_remote.
7008 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7009
7010 2017-10-13 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7013 (test_num_test_vars, run_and_count_vars, find_env)
7014 (test_set_unset_env, test_inherit_env_var): New procedures.
7015 (top level): Use them.
7016
7017 2017-10-13 Pedro Alves <palves@redhat.com>
7018
7019 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7020 also skip on stub-like targets.
7021
7022 2017-10-13 Pedro Alves <palves@redhat.com>
7023
7024 PR gdb/22293
7025 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7026 (top level): Move some tests to ...
7027 (test_not_found): ... this new procedure.
7028 (top level): Call it.
7029
7030 2017-10-13 Pedro Alves <palves@redhat.com>
7031
7032 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7033 expect different "info terminal" output if testing with a
7034 non-native target.
7035
7036 2017-10-13 Pedro Alves <palves@redhat.com>
7037 Simon Marchi <simon.marchi@polymtl.ca>
7038
7039 PR python/12966
7040 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7041
7042 2017-10-13 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7045 already.
7046
7047 2017-10-13 Pedro Alves <palves@redhat.com>
7048
7049 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7050 is_remote.
7051
7052 2017-10-13 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7055 is_remote.
7056
7057 2017-10-13 Pedro Alves <palves@redhat.com>
7058
7059 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7060 is set.
7061 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7062 instead of is_remote.
7063
7064 2017-10-13 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7067 (top level): Add comment.
7068
7069 2017-10-13 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.base/remote.exp (top level): Fix comment typo and add
7072 missing return.
7073
7074 2017-10-13 Pedro Alves <palves@redhat.com>
7075 Simon Marchi <simon.marchi@polymtl.ca>
7076
7077 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7078 calls and add comments. Skip test if use_gdb_stub is set.
7079 (top level): Use "set cwd" command instead of "cd" command.
7080
7081 2017-10-13 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7084 is_remote target check.
7085
7086 2017-10-13 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.base/scope.exp: Use build_executable + clean_restart +
7089 gdb_file_cmd instead of prepare_for_testing and no longer skip
7090 "before run" tests on is_remote target boards. Update comments.
7091 * boards/native-extended-gdbserver.exp
7092 (extended_gdbserver_load_last_file): New, factored out from ...
7093 (gdb_load): ... this. Move further below and add comment.
7094 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7095
7096 2017-10-12 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.base/attach.exp: Remove references to gdb64.
7099 * gdb.base/dbx.exp: Remove references to gdb64.
7100
7101 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7102 Pedro Alves <palves@redhat.com>
7103
7104 * gdb.base/label.exp: Remove is_remote target check.
7105
7106 2017-10-12 Pedro Alves <palves@redhat.com>
7107
7108 * gdb.base/auvx.exp (coredir): Update comment.
7109 (top level) <core_works>: Use "set cwd" command instead of "cd"
7110 command.
7111
7112 2017-10-12 Pedro Alves <palves@redhat.com>
7113 Simon Marchi <simon.marchi@polymtl.ca>
7114
7115 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7116 target boards.
7117
7118 2017-10-12 Pedro Alves <palves@redhat.com>
7119 Simon Marchi <simon.marchi@polymtl.ca>
7120
7121 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7122 Instead skip if there's any gdb_protocol set.
7123
7124 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7125 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7128
7129 2017-10-12 Pedro Alves <palves@redhat.com>
7130 Simon Marchi <simon.marchi@polymtl.ca>
7131
7132 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7133 instead of on dejagnu remote boards.
7134
7135 2017-10-12 Pedro Alves <palves@redhat.com>
7136 Simon Marchi <simon.marchi@polymtl.ca>
7137
7138 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7139 checks. Use build_executable + clean_restart instead of
7140 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7141 of enabling non-stop after starting gdb.
7142
7143 2017-10-12 Pedro Alves <palves@redhat.com>
7144
7145 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7146 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7147 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7148 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7149
7150 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7151
7152 * gdb.arch/arc-tdesc-cpu.exp: New file.
7153 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7154
7155 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7156
7157 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7158
7159 2017-10-10 Pedro Alves <palves@redhat.com>
7160
7161 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7162 expect CLI output.
7163
7164 2017-10-10 Pedro Alves <palves@redhat.com>
7165
7166 * lib/selftest-support.exp (selftest_setup): Update for
7167 captured_command_loop's prototype change.
7168
7169 2017-10-09 Pedro Alves <palves@redhat.com>
7170
7171 Test both arch1=>arch2 and arch2=>arch1.
7172
7173 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7174 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7175 factored out to...
7176 (append_arch1_options, append_arch2_options, append_arch_options)
7177 (build_executables): New procedures.
7178 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7179 local.
7180 (top level): Add new 'first_arch' testing axis.
7181
7182 2017-10-09 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7185 (barrier): New.
7186 (thread_start, all_started): New functions.
7187 (main): Spawn new thread and wait until it is scheduled.
7188 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7189 option.
7190 (do_test): Add 'selected_thread' parameter. Run to all_started
7191 instead of main. Explicitly set the breakpoint at main. Switch
7192 to the SELECTED_THREAD thread.
7193 (top level): Test handling the exec event with either the main
7194 thread or the second thread selected.
7195
7196 2017-10-09 Pedro Alves <palves@redhat.com>
7197
7198 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7199 logic. Move STOP marker after the value checks.
7200 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7201 regexp.
7202
7203 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7204
7205 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7206
7207 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7208
7209 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7210 integer-to-dfp conversion.
7211 * gdb.base/dfp-test.exp: Likewise.
7212
7213 2017-10-04 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.multi/hangout.c: Include <unistd.h>.
7216 (hangout_loop): New function.
7217 (main): Call alarm. Call hangout_loop in a loop.
7218 * gdb.multi/hello.c: Include <unistd.h>.
7219 (hello_loop): New function.
7220 (main): Call alarm. Call hangout_loop in a loop.
7221 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7222 inferior with the other selected.
7223
7224 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7225
7226 * gdb.mi/list-thread-groups-available.exp: New file.
7227 * gdb.mi/list-thread-groups-available.c: New file.
7228
7229 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7230
7231 * gdb.base/set-cwd.exp: Make it available on
7232 native-extended-gdbserver.
7233
7234 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7235
7236 * gdb.base/set-cwd.c: New file.
7237 * gdb.base/set-cwd.exp: Likewise.
7238
7239 2017-10-02 Tom Tromey <tom@tromey.com>
7240
7241 PR rust/22236:
7242 * gdb.rust/simple.rs (main): New variable "fslice".
7243 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7244
7245 2017-10-02 Tom Tromey <tom@tromey.com>
7246
7247 * gdb.rust/simple.exp: Test ptype of a slice.
7248
7249 2017-10-02 Tom Tromey <tom@tromey.com>
7250
7251 * gdb.rust/simple.exp: Test index of slice.
7252
7253 2017-09-27 Tom Tromey <tom@tromey.com>
7254
7255 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7256
7257 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7258 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.base/compare-sections.exp (get value of read-only section): Read
7261 as unsigned value.
7262 (corrupt read-only section): Likewise and don't set written if patching
7263 failed.
7264
7265 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7266
7267 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7268 files.
7269
7270 2017-09-20 Pedro Alves <palves@redhat.com>
7271
7272 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7273 symbol names in gdb's output.
7274 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7275
7276 2017-09-20 Pedro Alves <palves@redhat.com>
7277
7278 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7279 Rename to ...
7280 (test_list_ambiguous_symbol): ... this and add a symbol name
7281 parameter. Adjust.
7282 (test_list_ambiguous_function): Reimplement on top of
7283 test_list_ambiguous_symbol and also test listing ambiguous
7284 variables.
7285 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7286 (ambiguous_fun): ... this.
7287 (ambiguous_var): New.
7288 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7289 (ambiguous_fun): ... this.
7290 (ambiguous_var): New.
7291
7292 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7293
7294 * gdb.base/starti.c: New file.
7295 * gdb.base/starti.exp: New file.
7296 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7297
7298 2017-09-14 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7301 (top level): Use it instead of runto.
7302
7303 2017-09-11 Tom Tromey <tom@tromey.com>
7304
7305 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7306
7307 2017-09-11 Tom Tromey <tom@tromey.com>
7308
7309 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7310 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7311
7312 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7313
7314 * gdb.fortran/printing-types.exp: New file.
7315 * gdb.fortran/printing-types.exp: New file.
7316
7317 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7318
7319 * gdb.fortran/vla-ptype.exp: Fix typos.
7320 * gdb.fortran/vla-value.exp: Same.
7321
7322 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7323
7324 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7325 * gdb.mi/mi-var-child-f.exp: Likewise.
7326 * gdb.mi/mi-vla-fortran.exp: Likewise.
7327
7328 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7329 Christoph Weinmann <christoph.t.weinmann@intel.com>
7330 Bernhard Heckel <bernhard.heckel@intel.com>
7331
7332 * gdb.fortran/ptr-indentation.f90: New file.
7333 * gdb.fortran/ptr-indentation.exp: New file.
7334
7335 2017-09-05 Tom Tromey <tom@tromey.com>
7336
7337 PR gdb/22010:
7338 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7339
7340 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7341
7342 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7343
7344 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7345
7346 * gdb.threads/tls-nodebug-pie.c: New file.
7347 * gdb.threads/tls-nodebug-pie.exp: New file.
7348
7349 2017-09-05 Tom Tromey <tom@tromey.com>
7350
7351 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7352 for rust.
7353
7354 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7355
7356 * gdb.multi/multi-arch-exec.exp: Test with different
7357 "follow-exec-mode" settings.
7358 (do_test): New procedure.
7359
7360 2017-09-04 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.base/func-static.c (S::method const, S::method volatile)
7363 (S::method volatile const): New methods.
7364 (c_s, v_s, cv_s): New instances.
7365 (main): Call method() on them.
7366 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7367 (cannot_resolve): New procedure.
7368 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7369 print-quote-unquoted columns.
7370 (do_test): Test printing each scope too.
7371
7372 2017-09-04 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.base/local-static.exp: Also test with
7375 class::method::variable wholly quoted.
7376 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7377
7378 2017-09-04 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.base/local-static.c: New.
7381 * gdb.base/local-static.cc: New.
7382 * gdb.base/local-static.exp: New.
7383
7384 2017-09-04 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.asm/asm-source.exp: Add casts to int.
7387 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7388 (dataglobal64_1, dataglobal64_2): New globals.
7389 * gdb.base/nodebug.exp: Test different expressions involving the
7390 new globals, with print, whatis and ptype. Add casts to int.
7391 * gdb.base/solib-display.exp: Add casts to int.
7392 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7393 * gdb.cp/m-static.exp: Add cast to int.
7394 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7395 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7396 tls variable with no debug info without a cast. Test with a cast
7397 to int too.
7398 * gdb.trace/entry-values.exp: Add casts.
7399
7400 2017-09-04 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.base/nodebug.exp: Test that ptype's error about functions
7403 with unknown return type includes the function name too.
7404
7405 2017-09-04 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7408 return type of munmap in infcall.
7409 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7410 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7411 type of ftell in infcall.
7412 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7413 type of getpid in infcall.
7414 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7415 infcall.
7416 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7417 Bail on failure to extract the pid.
7418 * gdb.base/nodebug.c: #include <stdint.h>.
7419 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7420 New functions.
7421 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7422 Change expected output of print/whatis/ptype with functions with
7423 no debug info. Test all supported languages. Call
7424 test_call_promotion.
7425 * gdb.compile/compile.exp: Adjust expected output to expect
7426 warning.
7427 * gdb.threads/siginfo-threads.exp: Likewise.
7428
7429 2017-09-04 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7432 "prototypes". Test calling float functions via prototyped and
7433 unprototyped function pointers.
7434 (perform_all_tests): New parameter "prototypes". Pass it down.
7435 (top level): Pass down "prototypes" parameter to
7436 perform_all_tests.
7437
7438 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7439
7440 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7441 Test with nested loops.
7442
7443 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7444
7445 * gdb.base/commands.exp: Call the new procedures.
7446 (loop_break_test, loop_continue_test): New procedures.
7447
7448 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7449
7450 * gdb.base/commands.exp: Call new procedure.
7451 (define_if_without_arg_test): New procedure.
7452
7453 2017-09-04 Pedro Alves <palves@redhat.com>
7454
7455 * gdb.base/list-ambiguous.exp: New file.
7456 * gdb.base/list-ambiguous0.c: New file.
7457 * gdb.base/list-ambiguous1.c: New file.
7458 * gdb.base/list.exp (test_list_range): Adjust expected output.
7459
7460 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7461
7462 * gdb.base/share-env-with-gdbserver.c: New file.
7463 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7464
7465 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7466
7467 * gdb.base/commands.exp (gdbvar_simple_if_test,
7468 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7469 progvar_simple_if_test, progvar_simple_while_test,
7470 progvar_complex_if_while_test, user_defined_command_test,
7471 user_defined_command_args_eval,
7472 user_defined_command_args_stack_test,
7473 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7474 temporary_breakpoint_commands,
7475 gdb_test_no_prompt, redefine_hook_test,
7476 redefine_backtrace_test): Remove "global gdb_prompt".
7477
7478 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7479
7480 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7481 New proc, call it from toplevel.
7482
7483 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7484
7485 PR remote/21852
7486 * gdb.server/normal.c: New file, copied from gdb.base.
7487 * gdb.server/run-without-local-binary.exp: New file.
7488
7489 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7490
7491 * gdb.arch/sparc64-adi.exp: New file.
7492 * gdb.arch/sparc64-adi.c: New file.
7493
7494 2017-08-22 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7497 (top level): Add "list all overloads" tests.
7498
7499 2017-08-22 Tom Tromey <tom@tromey.com>
7500
7501 * gdb.gdb/xfullpath.exp: Remove.
7502
7503 2017-08-21 Pedro Alves <palves@redhat.com>
7504
7505 PR gdb/19487
7506 * gdb.base/symbol-alias.c: New.
7507 * gdb.base/symbol-alias2.c: New.
7508 * gdb.base/symbol-alias.exp: New.
7509
7510 2017-08-21 Pedro Alves <palves@redhat.com>
7511
7512 * gdb.base/dfp-test.c
7513 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7514 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7515 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7516 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7517 * gdb.base/whatis-ptype-typedefs.c: New.
7518 * gdb.base/whatis-ptype-typedefs.exp: New.
7519 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7520 (an_int, an_int_type, an_int_type2): New globals.
7521 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7522 involving typedefs and cast expressions.
7523 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7524 (lookup_typedefs_function): New.
7525 (typedefs_pretty_printers_dict): New.
7526 (top level): Register lookup_typedefs_function in
7527 gdb.pretty_printers.
7528
7529 2017-08-18 Yao Qi <yao.qi@linaro.org>
7530
7531 * gdb.server/unittest.exp: New.
7532
7533 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7534
7535 PR gdb/21954
7536 * gdb.base/environ.exp: Add test to check if 'unset environment'
7537 works.
7538
7539 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7540
7541 * lib/gdb.exp (universal_compile_options): New caching proc.
7542 (gdb_compile): Suppress GCC's coloring of messages.
7543
7544 2017-08-14 Tom Tromey <tom@tromey.com>
7545
7546 PR gdb/21675:
7547 * gdb.base/printcmds.exp (test_radices): New function.
7548 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7549 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7550 * lib/gdb.exp (get_integer_valueof): Use p/d.
7551
7552 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7553
7554 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7555 characters.
7556
7557 2017-08-05 Tom Tromey <tom@tromey.com>
7558
7559 * gdb.rust/simple.exp: Allow String to appear in a different
7560 namespace.
7561
7562 2017-07-26 Yao Qi <yao.qi@linaro.org>
7563
7564 * gdb.gdb/unittest.exp: Invoke command
7565 "maintenance check xml-descriptions".
7566
7567 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7568
7569 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7570 calling context.
7571 (hex128): Drop erroneous calculation of parameters.
7572
7573 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 * gdb.python/py-unwind.exp: Disable stack protection when
7576 building test file.
7577
7578 2017-07-20 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.base/default.exp (set language): Adjust expected output.
7581
7582 2017-07-20 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7585 (test_minsym): ... this, and make static.
7586 (get_pck__foo__bar__minsym): Rename to ...
7587 (get_test_minsym): ... this.
7588 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7589 symbol names and comments.
7590 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7591 (get_test_minsym): ... this.
7592 (pck__foo__bar__minsym__2): Rename to ...
7593 (test_minsym): ... this.
7594 (main): Adjust.
7595
7596 2017-07-17 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.base/completion.exp: Adjust expected output.
7599 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7600 the completer works.
7601
7602 2017-07-17 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7605
7606 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7607
7608 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7609
7610 2017-07-14 Tom Tromey <tom@tromey.com>
7611
7612 PR rust/21764:
7613 * gdb.rust/simple.exp: Add tests.
7614
7615 2017-07-14 Tom Tromey <tom@tromey.com>
7616
7617 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7618
7619 2017-07-14 Pedro Alves <palves@redhat.com>
7620
7621 * gdb.linespec/base/one/thefile.cc (z1): New function.
7622 * gdb.linespec/base/two/thefile.cc (z2): New function.
7623 * gdb.linespec/linespec.exp: Add tests.
7624
7625 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7626
7627 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7628 to mi_create_breakpoint.
7629
7630 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7631
7632 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7633 mi_create_breakpoint.
7634
7635 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7636
7637 * gdb.dlang/demangle.exp: Update for demangling changes.
7638
7639 2017-07-09 Tom Tromey <tom@tromey.com>
7640
7641 * gdb.dwarf2/shortpiece.exp: New file.
7642
7643 2017-07-06 David Blaikie <dblaikie@gmail.com>
7644
7645 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7646 built from fissiont-multi-cu{1,2}.c.
7647 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7648 except putting 'main' and 'func' in separate CUs in the same DWO file.
7649 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7650 test.
7651 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7652 test.
7653
7654 2017-07-06 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.python/py-unwind.exp: Test flushregs.
7657
7658 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7659
7660 PR cli/21688
7661 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7662 tests for alias commands and trailing whitespace.
7663
7664 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7665
7666 PR cli/21688
7667 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7668 procedure. Call it.
7669
7670 2017-06-29 Pedro Alves <palves@redhat.com>
7671
7672 * gdb.base/printcmds.exp: Add tests.
7673
7674 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7675
7676 PR gdb/21337
7677 * gdb.base/reread-readsym.exp: New file.
7678 * gdb.base/reread-readsym.c: New file.
7679
7680 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7681
7682 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7683 subpattern.
7684
7685 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7686
7687 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7688 extended mnemonic.
7689 * gdb.arch/powerpc-power9.s: Likewise.
7690
7691 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7692
7693 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7694 on 32-bit x86 targets. Exploit is_*_target macros where
7695 appropriate.
7696
7697 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7698
7699 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7700 register pieces.
7701
7702 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7703
7704 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7705 located in one or more DWARF pieces.
7706
7707 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7708
7709 * lib/gdb.exp (get_endianness): New proc.
7710 * gdb.arch/aarch64-fp.exp: Use it.
7711 * gdb.arch/altivec-regs.exp: Likewise.
7712 * gdb.arch/e500-regs.exp: Likewise.
7713 * gdb.arch/vsx-regs.exp: Likewise.
7714 * gdb.base/dump.exp: Likewise.
7715 * gdb.base/funcargs.exp: Likewise.
7716 * gdb.base/gnu_vector.exp: Likewise.
7717 * gdb.dwarf2/formdata16.exp: Likewise.
7718 * gdb.dwarf2/implptrpiece.exp: Likewise.
7719 * gdb.dwarf2/nonvar-access.exp: Likewise.
7720 * gdb.python/py-inferior.exp: Likewise.
7721 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7722
7723 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7724
7725 PR gdb/21226
7726 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7727 stack value pieces are taken from the LSB end.
7728
7729 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7730
7731 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7732 variable at nonzero offset.
7733
7734 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7735
7736 * gdb.dwarf2/var-access.c: New file.
7737 * gdb.dwarf2/var-access.exp: New test.
7738 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7739
7740 2017-06-12 Tom Tromey <tom@tromey.com>
7741
7742 * gdb.dwarf2/formdata16.exp: Add tests.
7743
7744 2017-06-12 Tom Tromey <tom@tromey.com>
7745
7746 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7747
7748 2017-06-12 Tom Tromey <tom@tromey.com>
7749
7750 PR exp/16225:
7751 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7752 * gdb.arch/vsx-regs.exp: Update tests.
7753 * gdb.arch/s390-vregs.exp (hex128): New proc.
7754 Update test.
7755 * gdb.arch/altivec-regs.exp: Update tests.
7756
7757 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7758
7759 * gdb.base/startup-with-shell.c: New file.
7760 * gdb.base/startup-with-shell.exp: Likewise.
7761
7762 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7763
7764 * gdb.server/non-existing-program.exp: Update regex in order to
7765 reflect the fact that gdbserver is now using fork_inferior (with a
7766 shell) to startup the inferior.
7767
7768 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7769
7770 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7771 support function calls from GDB.
7772
7773 2017-05-21 Tom Tromey <tom@tromey.com>
7774
7775 PR rust/21466:
7776 * gdb.rust/unsized.exp: New file.
7777 * gdb.rust/unsized.rs: New file.
7778
7779 2017-05-19 Tom Tromey <tom@tromey.com>
7780
7781 PR rust/21484:
7782 * gdb.rust/watch.exp: New file.
7783 * gdb.rust/watch.rs: New file.
7784
7785 2017-05-18 Tom Tromey <tom@tromey.com>
7786
7787 * gdb.rust/simple.exp: Allow Box to be qualified.
7788
7789 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7790
7791 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7792
7793 2017-05-18 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/fileio.c (test_write, test_read, test_close)
7796 (test_fstat): Don't print 'ret' in the fail path.
7797
7798 2017-05-18 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7801 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7802 (test_system, test_rename, test_unlink, test_time): Change
7803 prototypes.
7804 * gdb.base/fileio.exp (stop_msg): Adjust.
7805
7806 2017-05-18 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.base/fileio.c (null_str): New global.
7809 (test_stat): Use it.
7810 * gdb.base/fileio.exp: Remove nowarnings.
7811
7812 2017-05-17 Yao Qi <yao.qi@linaro.org>
7813
7814 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7815
7816 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7817
7818 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7819 argument command.
7820 (top-level): Invoke test_set_inferior_tty.
7821
7822 2017-05-04 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7825 Add parens to print call for Python 3.
7826
7827 2017-05-03 Keith Seitz <keiths@redhat.com>
7828
7829 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7830 (main): Call it.
7831
7832 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7833
7834 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7835 to prev and next.
7836
7837 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7838
7839 * gdb.python/py-record-btrace.exp: Remove test for
7840 gdb.BtraceInstruction.error.
7841
7842 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7843
7844 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7845
7846 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7847
7848 * gdb.python/py-record-btrace-threads.c: New file.
7849 * gdb.python/py-record-btrace-threads.exp: New file.
7850
7851 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7852
7853 PR testsuite/8595
7854 * gdb.base/environ.exp: Make test available in all architectures.
7855 Move bits related to "info program" testing to
7856 gdb.base/info-program.exp. Rewrite tests to use the two new
7857 procedures mentione below.
7858 (test_set_show_env_var) New procedure.
7859 (test_set_show_env_var_equal): Likewise.
7860 * gdb.base/info-program.exp: New file.
7861
7862 2017-04-27 Keith Seitz <keiths@redhat.com>
7863
7864 * gdb.cp/oranking.cc (test15): New function.
7865 (main): Call test15 and declare additional variables for testing.
7866 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7867 "p foo101('abc')" tests.
7868 Add tests for cv qualifier overloads.
7869 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7870 "lvalue reference overload" test.
7871 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7872 "print value of f1 on Child&& in f2" test.
7873
7874 2017-04-19 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7877 procedure.
7878 (top level): Call it.
7879 * lib/gdb.exp (gdb_define_cmd): New procedure.
7880
7881 2017-04-12 Pedro Alves <palves@redhat.com>
7882
7883 PR gdb/21323
7884 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7885 (wchar): New global.
7886 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7887 (do_test_wide_char, wide_char_types_no_program, top level): Add
7888 wchar_t testing.
7889
7890 2017-04-12 Pedro Alves <palves@redhat.com>
7891
7892 PR c++/21323
7893 * gdb.cp/wide_char_types.c: New file.
7894 * gdb.cp/wide_char_types.exp: New file.
7895
7896 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7897
7898 PR gdb/21352
7899 * gdb.trace/tsv.exp: Add test for "tsave -r".
7900
7901 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7902
7903 * gdb.dlang/watch-loc.c: New file.
7904 * gdb.dlang/watch-loc.exp: New file.
7905
7906 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7907
7908 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7909
7910 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7911
7912 * gdb.arch/arc-analyze-prologue.S: New file.
7913 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7914
7915 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7916
7917 * gdb.arch/arc-decode-insn.S: New file.
7918 * gdb.arch/arc-decode-insn.exp: Likewise.
7919
7920 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7921
7922 PR tdep/20928
7923 * gdb.arch/sparc64-regs.exp: New file.
7924 * gdb.arch/sparc64-regs.S: Likewise.
7925
7926 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7927
7928 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7929 and memory view on Python 3.
7930
7931 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7932 Keith Seitz <keiths@redhat.com>
7933
7934 PR gdb/14441
7935 * gdb.cp/demangle.exp: Add rvalue reference tests.
7936 * gdb.cp/rvalue-ref-casts.cc: New file.
7937 * gdb.cp/rvalue-ref-casts.exp: New file.
7938 * gdb.cp/rvalue-ref-overload.cc: New file.
7939 * gdb.cp/rvalue-ref-overload.exp: New file.
7940 * gdb.cp/rvalue-ref-params.cc: New file.
7941 * gdb.cp/rvalue-ref-params.exp: New file.
7942 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7943 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7944 * gdb.cp/rvalue-ref-types.cc: New file.
7945 * gdb.cp/rvalue-ref-types.exp: New file.
7946 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7947 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7948
7949 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7950
7951 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7952 New procedure.
7953
7954 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7955
7956 * lib/mi-support.exp (mi_gdb_test): Add additional message
7957 for unexpected output.
7958
7959 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7960
7961 * gdb.base/examine-backward.c (Barrier): New character array
7962 constant, to ensure that TestStrings is preceded by a string
7963 terminator.
7964
7965 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7966
7967 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7968 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7969 and implicit pointer into such a location.
7970
7971 2017-03-16 Doug Evans <dje@google.com>
7972
7973 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7974
7975 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7976
7977 * gdb.cp/m-static.exp: Fix expectation for prototype of
7978 test5.single_constructor and single_constructor::single_constructor.
7979
7980 2017-03-16 Doug Evans <dje@google.com>
7981
7982 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7983 * gdb.guile/scm-lazy-string.c: New file.
7984 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7985 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7986 for pointer, array, typedef lazy strings.
7987
7988 2017-03-16 Doug Evans <dje@google.com>
7989
7990 PR python/17728, python/18439, python/18779
7991 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7992 * gdb.python/py-lazy-string.c (pointer): New typedef.
7993 (main): New locals ptr, array, typedef_ptr.
7994 * gdb.python/py-value.exp: Move lazy string tests to ...
7995 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7996 array, typedef lazy strings.
7997
7998 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7999
8000 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8001 Add optional 'test' parameter.
8002
8003 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8004
8005 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8006 Skip for versions of DejaGnu < 1.5.
8007
8008 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8009
8010 * lib/gdb.exp (dejagnu_version): New proc.
8011 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8012 Use dejagnu_version.
8013
8014 2017-03-10 Keith Seitz <keiths@redhat.com>
8015
8016 PR c++/8128
8017 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8018 type from destructor regexps.
8019 Add a branch which actually passes the test.
8020 Adjust "ptype t5i" test names.
8021
8022 2017-03-08 Pedro Alves <palves@redhat.com>
8023
8024 * gdb.base/step-over-exit.exp: Add explicit test message.
8025
8026 2017-03-08 Pedro Alves <palves@redhat.com>
8027
8028 PR gdb/18360
8029 * gdb.threads/interrupt-while-step-over.c: New file.
8030 * gdb.threads/interrupt-while-step-over.exp: New file.
8031
8032 2017-03-08 Pedro Alves <palves@redhat.com>
8033
8034 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8035 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8036
8037 2017-03-08 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8040 PKRU as not supported as a PASS.
8041
8042 2017-03-08 Pedro Alves <palves@redhat.com>
8043
8044 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8045 prefix instead of $binfile1/$binfile2.
8046 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8047 in test message.
8048 * gdb.python/py-completion.exp: Use "load python file" as test
8049 messages instead of unstable path names.
8050
8051 2017-03-08 Pedro Alves <palves@redhat.com>
8052 Jan Kratochvil <jan.kratochvil@redhat.com>
8053
8054 PR cli/21218
8055 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8056 New proc.
8057 (top level): Call it.
8058
8059 2017-03-08 Pedro Alves <palves@redhat.com>
8060
8061 PR tui/21216
8062 * gdb.tui/tui-nl-filtered-output.exp: New file.
8063
8064 2017-03-08 Pedro Alves <palves@redhat.com>
8065
8066 * gdb.base/completion.exp: Move TUI completion tests to ...
8067 * gdb.tui/completion.exp: ... this new file.
8068
8069 2017-03-08 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.base/tui-disasm-long-lines.c,
8072 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8073 gdb.base/tui-layout.exp: Move to ...
8074 * gdb.tui/: ... this new directory.
8075
8076 2017-03-07 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.base/tui-layout.c: New file.
8079 * gdb.base/tui-layout.exp: New file.
8080
8081 2017-03-07 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.base/tui-layout.c: Rename to ...
8084 * gdb.base/tui-disasm-long-lines.c: ... this.
8085 * gdb.base/tui-layout.exp: Rename to ...
8086 * gdb.base/tui-disasm-long-lines.exp: ... this.
8087
8088 2017-03-07 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8091
8092 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8093
8094 * i386-mpx-call.c: New file.
8095 * i386-mpx-call.exp: New file.
8096
8097 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8098
8099 * gdb.arch/powerpc-power.exp: Delete test.
8100 * gdb.arch/powerpc-power.s: Likewise.
8101 * gdb.disasm/disassembler-options.exp: New test.
8102 * gdb.arch/powerpc-altivec.exp: Likewise.
8103 * gdb.arch/powerpc-altivec.s: Likewise.
8104 * gdb.arch/powerpc-altivec2.exp: Likewise.
8105 * gdb.arch/powerpc-altivec2.s: Likewise.
8106 * gdb.arch/powerpc-altivec3.exp: Likewise.
8107 * gdb.arch/powerpc-altivec3.s: Likewise.
8108 * gdb.arch/powerpc-power7.exp: Likewise.
8109 * gdb.arch/powerpc-power7.s: Likewise.
8110 * gdb.arch/powerpc-power8.exp: Likewise.
8111 * gdb.arch/powerpc-power8.s: Likewise.
8112 * gdb.arch/powerpc-power9.exp: Likewise.
8113 * gdb.arch/powerpc-power9.s: Likewise.
8114 * gdb.arch/powerpc-vsx.exp: Likewise.
8115 * gdb.arch/powerpc-vsx.s: Likewise.
8116 * gdb.arch/powerpc-vsx2.exp: Likewise.
8117 * gdb.arch/powerpc-vsx2.s: Likewise.
8118 * gdb.arch/powerpc-vsx3.exp: Likewise.
8119 * gdb.arch/powerpc-vsx3.s: Likewise.
8120 * gdb.arch/arm-disassembler-options.exp: Likewise.
8121 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8122 * gdb.arch/s390-disassembler-options.exp: Likewise.
8123
8124 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8125
8126 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8127 (check_supported_features): ... this. Changed return type to void.
8128 (supports_rdseed): New static global.
8129 (rdseed): Check supports_rdseed.
8130 (initialize): Call check_supported_features.
8131
8132 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8133
8134 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8135 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8136 and lqarx/stqcx.
8137 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8138 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8139
8140 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8141
8142 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8143 uppercase.
8144
8145 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8146
8147 * gdb.dwarf2/formdata16.c: New file.
8148 * gdb.dwarf2/formdata16.exp: New file.
8149 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8150
8151 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8152
8153 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8154 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8155 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8156 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8157 DW_AT_GNU_*.
8158
8159 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8160
8161 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8162
8163 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8164
8165 PR gdb/21164
8166 * gdb.base/maint.exp: Add testcases for when the commands do
8167 not have arguments.
8168
8169 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8170
8171 * gdb.cp/chained-calls.exp: Use p instead of P.
8172
8173 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8174
8175 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8176 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8177
8178 2017-02-14 Tom Tromey <tom@tromey.com>
8179
8180 PR python/13598:
8181 * gdb.python/py-events.exp: Add before_prompt event tests.
8182
8183 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8184
8185 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8186
8187 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8188
8189 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8190 (main): Call my_unique_function_name.
8191 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8192 completion of patterns with a single match.
8193 Add missing -re switches to gdb_test_multiple calls.
8194
8195 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8196
8197 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8198 return if core file is not recognized.
8199
8200 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8201
8202 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8203 and extra UIs.
8204
8205 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8206
8207 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8208 proc_with_prefix.
8209
8210 2017-02-10 Tom Tromey <tom@tromey.com>
8211
8212 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8213
8214 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8215
8216 PR gdb/21122
8217 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8218
8219 2017-02-08 Jerome Guitton <guitton@adacore.com>
8220
8221 * gdb.base/define.exp: Add test for command abbreviations
8222 in define.
8223
8224 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8225
8226 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8227 * gdb.reverse/insn-reverse-x86.c: New file.
8228
8229 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8230
8231 PR tdep/20936
8232 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8233
8234 2017-02-03 Tom Tromey <tom@tromey.com>
8235
8236 PR rust/21097:
8237 * gdb.rust/simple.exp: Add new tests.
8238
8239 2017-02-02 Pedro Alves <palves@redhat.com>
8240
8241 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8242 tests.
8243
8244 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8245
8246 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8247 taking a 2-byte value out of a 4-byte DWARF implicit value on
8248 big-endian targets.
8249 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8250 logic. Add test cases for DW_OP_implicit.
8251
8252 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8253
8254 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8255
8256 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8257
8258 * gdb.btrace/enable.exp: Call gdb_exit before
8259 skip_gdbserver_tests.
8260
8261 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8262
8263 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8264 GDBFLAGS.
8265
8266 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8267
8268 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8269 the test is skipped.
8270 * gdb.btrace/data.exp: Likewise.
8271 * gdb.btrace/delta.exp: Likewise.
8272 * gdb.btrace/dlopen.exp: Likewise.
8273 * gdb.btrace/enable-running.exp: Likewise.
8274 * gdb.btrace/enable.exp: Likewise.
8275 * gdb.btrace/exception.exp: Likewise.
8276 * gdb.btrace/function_call_history.exp: Likewise.
8277 * gdb.btrace/gcore.exp: Likewise.
8278 * gdb.btrace/instruction_history.exp: Likewise.
8279 * gdb.btrace/multi-thread-step.exp: Likewise.
8280 * gdb.btrace/nohist.exp: Likewise.
8281 * gdb.btrace/non-stop.exp: Likewise.
8282 * gdb.btrace/reconnect.exp: Likewise.
8283 * gdb.btrace/record_goto-step.exp: Likewise.
8284 * gdb.btrace/record_goto.exp: Likewise.
8285 * gdb.btrace/rn-dl-bind.exp: Likewise.
8286 * gdb.btrace/segv.exp: Likewise.
8287 * gdb.btrace/step.exp: Likewise.
8288 * gdb.btrace/stepi.exp: Likewise.
8289 * gdb.btrace/tailcall-only.exp: Likewise.
8290 * gdb.btrace/tailcall.exp: Likewise.
8291 * gdb.btrace/tsx.exp: Likewise.
8292 * gdb.btrace/unknown_functions.exp: Likewise.
8293 * gdb.btrace/vdso.exp: Likewise.
8294
8295 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8296
8297 * gdb.btrace/enable-running.c: New.
8298 * gdb.btrace/enable-running.exp: New.
8299
8300 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8301
8302 * gdb.arch/amd64-gs_base.c: New file.
8303 * gdb.arch/amd64-gs_base.exp: New file.
8304
8305 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8306
8307 * lib/memory.exp: Remove spurious empty newlines.
8308
8309 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8310
8311 * gdb.python/py-bad-printers.exp: Load python file using "source".
8312 * gdb.python/py-events.exp: Likewise.
8313 * gdb.python/py-evsignal.exp: Likewise.
8314 * gdb.python/py-evthreads.exp: Likewise.
8315 * gdb.python/py-frame-args.exp: Likewise.
8316 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8317 * gdb.python/py-framefilter-mi.exp: Likewise.
8318 * gdb.python/py-framefilter.exp: Likewise.
8319 * gdb.python/py-mi.exp: Likewise.
8320 * gdb.python/py-pp-maint.exp: Likewise.
8321 * gdb.python/py-pp-registration.exp: Likewise.
8322 * gdb.python/py-prettyprint.exp: Likewise.
8323 (run_lang_tests): Likewise.
8324 * gdb.python/py-typeprint.exp: Likewise.
8325
8326 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8327
8328 * lib/memory.exp: New file.
8329 * lib/gdb.exp: Load memory.exp.
8330 * gdb.base/memattr.exp (delete_memory): Move proc to
8331 lib/memory.exp and rename to delete_memory_regions.
8332 Replace delete_memory with delete_memory_regions.
8333 Cleanup memory regions before tests.
8334 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8335 before tests.
8336
8337 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8338
8339 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8340 files.
8341 (initialize): New function conditionally defined.
8342 (testcases): Move within conditional block.
8343 (main): Call initialize.
8344 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8345 of gdb.reverse/insn-reverse.c.
8346 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8347 gdb.reverse/insn-reverse.c.
8348
8349 2017-01-26 Yao Qi <yao.qi@linaro.org>
8350
8351 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8352 disassemble on address 0.
8353
8354 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8355 Yao Qi <yao.qi@linaro.org>
8356
8357 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8358 * gdb.dwarf2/implptr-64bit.S: Remove.
8359 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8360 variables in caller's context. Add DW_OP_implicit_value.
8361
8362 2017-01-25 Yao Qi <yao.qi@linaro.org>
8363
8364 * lib/dwarf.exp (Dwarf::_location): Handle
8365 DW_OP_GNU_implicit_pointer with proper size.
8366
8367 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8368
8369 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8370 and add untested calls.
8371
8372 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8373
8374 * gdb.python/python.exp: Check line number against what GDB thinks
8375 the line number is for func1.
8376
8377 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8378
8379 * gdb.dlang/debug-expr.exp: New file.
8380
8381 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8382
8383 Fix test names for the following files:
8384
8385 * gdb.ada/exec_changed.exp
8386 * gdb.ada/info_types.exp
8387 * gdb.arch/aarch64-atomic-inst.exp
8388 * gdb.arch/aarch64-fp.exp
8389 * gdb.arch/altivec-abi.exp
8390 * gdb.arch/altivec-regs.exp
8391 * gdb.arch/amd64-byte.exp
8392 * gdb.arch/amd64-disp-step.exp
8393 * gdb.arch/amd64-dword.exp
8394 * gdb.arch/amd64-entry-value-inline.exp
8395 * gdb.arch/amd64-entry-value-param.exp
8396 * gdb.arch/amd64-entry-value-paramref.exp
8397 * gdb.arch/amd64-entry-value.exp
8398 * gdb.arch/amd64-i386-address.exp
8399 * gdb.arch/amd64-invalid-stack-middle.exp
8400 * gdb.arch/amd64-invalid-stack-top.exp
8401 * gdb.arch/amd64-optimout-repeat.exp
8402 * gdb.arch/amd64-prologue-skip.exp
8403 * gdb.arch/amd64-prologue-xmm.exp
8404 * gdb.arch/amd64-stap-special-operands.exp
8405 * gdb.arch/amd64-stap-wrong-subexp.exp
8406 * gdb.arch/amd64-tailcall-cxx.exp
8407 * gdb.arch/amd64-tailcall-noret.exp
8408 * gdb.arch/amd64-tailcall-ret.exp
8409 * gdb.arch/amd64-tailcall-self.exp
8410 * gdb.arch/amd64-word.exp
8411 * gdb.arch/arm-bl-branch-dest.exp
8412 * gdb.arch/arm-disp-step.exp
8413 * gdb.arch/arm-neon.exp
8414 * gdb.arch/arm-single-step-kernel-helper.exp
8415 * gdb.arch/avr-flash-qualifier.exp
8416 * gdb.arch/disp-step-insn-reloc.exp
8417 * gdb.arch/e500-abi.exp
8418 * gdb.arch/e500-regs.exp
8419 * gdb.arch/ftrace-insn-reloc.exp
8420 * gdb.arch/i386-avx512.exp
8421 * gdb.arch/i386-bp_permanent.exp
8422 * gdb.arch/i386-byte.exp
8423 * gdb.arch/i386-cfi-notcurrent.exp
8424 * gdb.arch/i386-disp-step.exp
8425 * gdb.arch/i386-dr3-watch.exp
8426 * gdb.arch/i386-float.exp
8427 * gdb.arch/i386-gnu-cfi.exp
8428 * gdb.arch/i386-mpx-map.exp
8429 * gdb.arch/i386-mpx-sigsegv.exp
8430 * gdb.arch/i386-mpx-simple_segv.exp
8431 * gdb.arch/i386-mpx.exp
8432 * gdb.arch/i386-permbkpt.exp
8433 * gdb.arch/i386-prologue.exp
8434 * gdb.arch/i386-signal.exp
8435 * gdb.arch/i386-size-overlap.exp
8436 * gdb.arch/i386-unwind.exp
8437 * gdb.arch/i386-word.exp
8438 * gdb.arch/mips-fcr.exp
8439 * gdb.arch/powerpc-d128-regs.exp
8440 * gdb.arch/powerpc-stackless.exp
8441 * gdb.arch/ppc64-atomic-inst.exp
8442 * gdb.arch/s390-stackless.exp
8443 * gdb.arch/s390-tdbregs.exp
8444 * gdb.arch/s390-vregs.exp
8445 * gdb.arch/sparc-sysstep.exp
8446 * gdb.arch/thumb-bx-pc.exp
8447 * gdb.arch/thumb-singlestep.exp
8448 * gdb.arch/thumb2-it.exp
8449 * gdb.arch/vsx-regs.exp
8450 * gdb.asm/asm-source.exp
8451 * gdb.base/a2-run.exp
8452 * gdb.base/advance.exp
8453 * gdb.base/all-bin.exp
8454 * gdb.base/anon.exp
8455 * gdb.base/args.exp
8456 * gdb.base/arithmet.exp
8457 * gdb.base/async-shell.exp
8458 * gdb.base/async.exp
8459 * gdb.base/attach-pie-noexec.exp
8460 * gdb.base/attach-twice.exp
8461 * gdb.base/auto-load.exp
8462 * gdb.base/bang.exp
8463 * gdb.base/bitfields.exp
8464 * gdb.base/break-always.exp
8465 * gdb.base/break-caller-line.exp
8466 * gdb.base/break-entry.exp
8467 * gdb.base/break-inline.exp
8468 * gdb.base/break-on-linker-gcd-function.exp
8469 * gdb.base/break-probes.exp
8470 * gdb.base/break.exp
8471 * gdb.base/breakpoint-shadow.exp
8472 * gdb.base/call-ar-st.exp
8473 * gdb.base/call-sc.exp
8474 * gdb.base/call-signal-resume.exp
8475 * gdb.base/call-strs.exp
8476 * gdb.base/callfuncs.exp
8477 * gdb.base/catch-fork-static.exp
8478 * gdb.base/catch-gdb-caused-signals.exp
8479 * gdb.base/catch-load.exp
8480 * gdb.base/catch-signal-fork.exp
8481 * gdb.base/catch-signal.exp
8482 * gdb.base/catch-syscall.exp
8483 * gdb.base/charset.exp
8484 * gdb.base/checkpoint.exp
8485 * gdb.base/chng-syms.exp
8486 * gdb.base/code-expr.exp
8487 * gdb.base/code_elim.exp
8488 * gdb.base/commands.exp
8489 * gdb.base/completion.exp
8490 * gdb.base/complex.exp
8491 * gdb.base/cond-expr.exp
8492 * gdb.base/condbreak.exp
8493 * gdb.base/consecutive.exp
8494 * gdb.base/continue-all-already-running.exp
8495 * gdb.base/coredump-filter.exp
8496 * gdb.base/corefile.exp
8497 * gdb.base/dbx.exp
8498 * gdb.base/debug-expr.exp
8499 * gdb.base/define.exp
8500 * gdb.base/del.exp
8501 * gdb.base/disabled-location.exp
8502 * gdb.base/disasm-end-cu.exp
8503 * gdb.base/disasm-optim.exp
8504 * gdb.base/display.exp
8505 * gdb.base/duplicate-bp.exp
8506 * gdb.base/ena-dis-br.exp
8507 * gdb.base/ending-run.exp
8508 * gdb.base/enumval.exp
8509 * gdb.base/environ.exp
8510 * gdb.base/eu-strip-infcall.exp
8511 * gdb.base/eval-avoid-side-effects.exp
8512 * gdb.base/eval-skip.exp
8513 * gdb.base/exitsignal.exp
8514 * gdb.base/expand-psymtabs.exp
8515 * gdb.base/filesym.exp
8516 * gdb.base/find-unmapped.exp
8517 * gdb.base/finish.exp
8518 * gdb.base/float.exp
8519 * gdb.base/foll-exec-mode.exp
8520 * gdb.base/foll-exec.exp
8521 * gdb.base/foll-fork.exp
8522 * gdb.base/fortran-sym-case.exp
8523 * gdb.base/freebpcmd.exp
8524 * gdb.base/func-ptr.exp
8525 * gdb.base/func-ptrs.exp
8526 * gdb.base/funcargs.exp
8527 * gdb.base/gcore-buffer-overflow.exp
8528 * gdb.base/gcore-relro-pie.exp
8529 * gdb.base/gcore-relro.exp
8530 * gdb.base/gcore.exp
8531 * gdb.base/gdb1090.exp
8532 * gdb.base/gdb11530.exp
8533 * gdb.base/gdb11531.exp
8534 * gdb.base/gdb1821.exp
8535 * gdb.base/gdbindex-stabs.exp
8536 * gdb.base/gdbvars.exp
8537 * gdb.base/hbreak.exp
8538 * gdb.base/hbreak2.exp
8539 * gdb.base/included.exp
8540 * gdb.base/infcall-input.exp
8541 * gdb.base/inferior-died.exp
8542 * gdb.base/infnan.exp
8543 * gdb.base/info-macros.exp
8544 * gdb.base/info-os.exp
8545 * gdb.base/info-proc.exp
8546 * gdb.base/info-shared.exp
8547 * gdb.base/info-target.exp
8548 * gdb.base/infoline.exp
8549 * gdb.base/interp.exp
8550 * gdb.base/interrupt.exp
8551 * gdb.base/jit-reader.exp
8552 * gdb.base/jit-simple.exp
8553 * gdb.base/kill-after-signal.exp
8554 * gdb.base/kill-detach-inferiors-cmd.exp
8555 * gdb.base/label.exp
8556 * gdb.base/langs.exp
8557 * gdb.base/ldbl_e308.exp
8558 * gdb.base/line-symtabs.exp
8559 * gdb.base/linespecs.exp
8560 * gdb.base/list.exp
8561 * gdb.base/long_long.exp
8562 * gdb.base/longest-types.exp
8563 * gdb.base/maint.exp
8564 * gdb.base/max-value-size.exp
8565 * gdb.base/memattr.exp
8566 * gdb.base/mips_pro.exp
8567 * gdb.base/morestack.exp
8568 * gdb.base/moribund-step.exp
8569 * gdb.base/multi-forks.exp
8570 * gdb.base/nested-addr.exp
8571 * gdb.base/nextoverexit.exp
8572 * gdb.base/noreturn-finish.exp
8573 * gdb.base/noreturn-return.exp
8574 * gdb.base/nostdlib.exp
8575 * gdb.base/offsets.exp
8576 * gdb.base/opaque.exp
8577 * gdb.base/pc-fp.exp
8578 * gdb.base/permissions.exp
8579 * gdb.base/print-symbol-loading.exp
8580 * gdb.base/prologue-include.exp
8581 * gdb.base/psymtab.exp
8582 * gdb.base/ptype.exp
8583 * gdb.base/random-signal.exp
8584 * gdb.base/randomize.exp
8585 * gdb.base/range-stepping.exp
8586 * gdb.base/readline-ask.exp
8587 * gdb.base/recpar.exp
8588 * gdb.base/recurse.exp
8589 * gdb.base/relational.exp
8590 * gdb.base/restore.exp
8591 * gdb.base/return-nodebug.exp
8592 * gdb.base/return.exp
8593 * gdb.base/run-after-attach.exp
8594 * gdb.base/save-bp.exp
8595 * gdb.base/scope.exp
8596 * gdb.base/sect-cmd.exp
8597 * gdb.base/set-lang-auto.exp
8598 * gdb.base/set-noassign.exp
8599 * gdb.base/setvar.exp
8600 * gdb.base/sigall.exp
8601 * gdb.base/sigbpt.exp
8602 * gdb.base/siginfo-addr.exp
8603 * gdb.base/siginfo-infcall.exp
8604 * gdb.base/siginfo-obj.exp
8605 * gdb.base/siginfo.exp
8606 * gdb.base/signals-state-child.exp
8607 * gdb.base/signest.exp
8608 * gdb.base/sigstep.exp
8609 * gdb.base/sizeof.exp
8610 * gdb.base/skip.exp
8611 * gdb.base/solib-corrupted.exp
8612 * gdb.base/solib-nodir.exp
8613 * gdb.base/solib-search.exp
8614 * gdb.base/stack-checking.exp
8615 * gdb.base/stale-infcall.exp
8616 * gdb.base/stap-probe.exp
8617 * gdb.base/start.exp
8618 * gdb.base/step-break.exp
8619 * gdb.base/step-bt.exp
8620 * gdb.base/step-line.exp
8621 * gdb.base/step-over-exit.exp
8622 * gdb.base/step-over-syscall.exp
8623 * gdb.base/step-resume-infcall.exp
8624 * gdb.base/step-test.exp
8625 * gdb.base/store.exp
8626 * gdb.base/structs3.exp
8627 * gdb.base/sym-file.exp
8628 * gdb.base/symbol-without-target_section.exp
8629 * gdb.base/term.exp
8630 * gdb.base/testenv.exp
8631 * gdb.base/ui-redirect.exp
8632 * gdb.base/until.exp
8633 * gdb.base/unwindonsignal.exp
8634 * gdb.base/value-double-free.exp
8635 * gdb.base/vla-datatypes.exp
8636 * gdb.base/vla-ptr.exp
8637 * gdb.base/vla-sideeffect.exp
8638 * gdb.base/volatile.exp
8639 * gdb.base/watch-cond-infcall.exp
8640 * gdb.base/watch-cond.exp
8641 * gdb.base/watch-non-mem.exp
8642 * gdb.base/watch-read.exp
8643 * gdb.base/watch-vfork.exp
8644 * gdb.base/watchpoint-cond-gone.exp
8645 * gdb.base/watchpoint-delete.exp
8646 * gdb.base/watchpoint-hw-hit-once.exp
8647 * gdb.base/watchpoint-hw.exp
8648 * gdb.base/watchpoint-stops-at-right-insn.exp
8649 * gdb.base/watchpoints.exp
8650 * gdb.base/wchar.exp
8651 * gdb.base/whatis-exp.exp
8652 * gdb.btrace/buffer-size.exp
8653 * gdb.btrace/data.exp
8654 * gdb.btrace/delta.exp
8655 * gdb.btrace/dlopen.exp
8656 * gdb.btrace/enable.exp
8657 * gdb.btrace/exception.exp
8658 * gdb.btrace/function_call_history.exp
8659 * gdb.btrace/gcore.exp
8660 * gdb.btrace/instruction_history.exp
8661 * gdb.btrace/nohist.exp
8662 * gdb.btrace/reconnect.exp
8663 * gdb.btrace/record_goto-step.exp
8664 * gdb.btrace/record_goto.exp
8665 * gdb.btrace/rn-dl-bind.exp
8666 * gdb.btrace/segv.exp
8667 * gdb.btrace/step.exp
8668 * gdb.btrace/stepi.exp
8669 * gdb.btrace/tailcall-only.exp
8670 * gdb.btrace/tailcall.exp
8671 * gdb.btrace/tsx.exp
8672 * gdb.btrace/unknown_functions.exp
8673 * gdb.btrace/vdso.exp
8674 * gdb.compile/compile-ifunc.exp
8675 * gdb.compile/compile-ops.exp
8676 * gdb.compile/compile-print.exp
8677 * gdb.compile/compile-setjmp.exp
8678 * gdb.cp/abstract-origin.exp
8679 * gdb.cp/ambiguous.exp
8680 * gdb.cp/annota2.exp
8681 * gdb.cp/annota3.exp
8682 * gdb.cp/anon-ns.exp
8683 * gdb.cp/anon-struct.exp
8684 * gdb.cp/anon-union.exp
8685 * gdb.cp/arg-reference.exp
8686 * gdb.cp/baseenum.exp
8687 * gdb.cp/bool.exp
8688 * gdb.cp/breakpoint.exp
8689 * gdb.cp/bs15503.exp
8690 * gdb.cp/call-c.exp
8691 * gdb.cp/casts.exp
8692 * gdb.cp/chained-calls.exp
8693 * gdb.cp/class2.exp
8694 * gdb.cp/classes.exp
8695 * gdb.cp/cmpd-minsyms.exp
8696 * gdb.cp/converts.exp
8697 * gdb.cp/cp-relocate.exp
8698 * gdb.cp/cpcompletion.exp
8699 * gdb.cp/cpexprs.exp
8700 * gdb.cp/cplabel.exp
8701 * gdb.cp/cplusfuncs.exp
8702 * gdb.cp/cpsizeof.exp
8703 * gdb.cp/ctti.exp
8704 * gdb.cp/derivation.exp
8705 * gdb.cp/destrprint.exp
8706 * gdb.cp/dispcxx.exp
8707 * gdb.cp/enum-class.exp
8708 * gdb.cp/exception.exp
8709 * gdb.cp/exceptprint.exp
8710 * gdb.cp/expand-psymtabs-cxx.exp
8711 * gdb.cp/expand-sals.exp
8712 * gdb.cp/extern-c.exp
8713 * gdb.cp/filename.exp
8714 * gdb.cp/formatted-ref.exp
8715 * gdb.cp/fpointer.exp
8716 * gdb.cp/gdb1355.exp
8717 * gdb.cp/gdb2495.exp
8718 * gdb.cp/hang.exp
8719 * gdb.cp/impl-this.exp
8720 * gdb.cp/infcall-dlopen.exp
8721 * gdb.cp/inherit.exp
8722 * gdb.cp/iostream.exp
8723 * gdb.cp/koenig.exp
8724 * gdb.cp/local.exp
8725 * gdb.cp/m-data.exp
8726 * gdb.cp/m-static.exp
8727 * gdb.cp/mb-ctor.exp
8728 * gdb.cp/mb-inline.exp
8729 * gdb.cp/mb-templates.exp
8730 * gdb.cp/member-name.exp
8731 * gdb.cp/member-ptr.exp
8732 * gdb.cp/meth-typedefs.exp
8733 * gdb.cp/method.exp
8734 * gdb.cp/method2.exp
8735 * gdb.cp/minsym-fallback.exp
8736 * gdb.cp/misc.exp
8737 * gdb.cp/namelessclass.exp
8738 * gdb.cp/namespace-enum.exp
8739 * gdb.cp/namespace-nested-import.exp
8740 * gdb.cp/namespace.exp
8741 * gdb.cp/nextoverthrow.exp
8742 * gdb.cp/no-dmgl-verbose.exp
8743 * gdb.cp/non-trivial-retval.exp
8744 * gdb.cp/noparam.exp
8745 * gdb.cp/nsdecl.exp
8746 * gdb.cp/nsimport.exp
8747 * gdb.cp/nsnested.exp
8748 * gdb.cp/nsnoimports.exp
8749 * gdb.cp/nsrecurs.exp
8750 * gdb.cp/nsstress.exp
8751 * gdb.cp/nsusing.exp
8752 * gdb.cp/operator.exp
8753 * gdb.cp/oranking.exp
8754 * gdb.cp/overload-const.exp
8755 * gdb.cp/overload.exp
8756 * gdb.cp/ovldbreak.exp
8757 * gdb.cp/ovsrch.exp
8758 * gdb.cp/paren-type.exp
8759 * gdb.cp/parse-lang.exp
8760 * gdb.cp/pass-by-ref.exp
8761 * gdb.cp/pr-1023.exp
8762 * gdb.cp/pr-1210.exp
8763 * gdb.cp/pr-574.exp
8764 * gdb.cp/pr10687.exp
8765 * gdb.cp/pr12028.exp
8766 * gdb.cp/pr17132.exp
8767 * gdb.cp/pr17494.exp
8768 * gdb.cp/pr9067.exp
8769 * gdb.cp/pr9167.exp
8770 * gdb.cp/pr9631.exp
8771 * gdb.cp/printmethod.exp
8772 * gdb.cp/psmang.exp
8773 * gdb.cp/psymtab-parameter.exp
8774 * gdb.cp/ptype-cv-cp.exp
8775 * gdb.cp/ptype-flags.exp
8776 * gdb.cp/re-set-overloaded.exp
8777 * gdb.cp/ref-types.exp
8778 * gdb.cp/rtti.exp
8779 * gdb.cp/scope-err.exp
8780 * gdb.cp/shadow.exp
8781 * gdb.cp/smartp.exp
8782 * gdb.cp/static-method.exp
8783 * gdb.cp/static-print-quit.exp
8784 * gdb.cp/temargs.exp
8785 * gdb.cp/templates.exp
8786 * gdb.cp/try_catch.exp
8787 * gdb.cp/typedef-operator.exp
8788 * gdb.cp/typeid.exp
8789 * gdb.cp/userdef.exp
8790 * gdb.cp/using-crash.exp
8791 * gdb.cp/var-tag.exp
8792 * gdb.cp/virtbase.exp
8793 * gdb.cp/virtfunc.exp
8794 * gdb.cp/virtfunc2.exp
8795 * gdb.cp/vla-cxx.exp
8796 * gdb.disasm/t01_mov.exp
8797 * gdb.disasm/t02_mova.exp
8798 * gdb.disasm/t03_add.exp
8799 * gdb.disasm/t04_sub.exp
8800 * gdb.disasm/t05_cmp.exp
8801 * gdb.disasm/t06_ari2.exp
8802 * gdb.disasm/t07_ari3.exp
8803 * gdb.disasm/t08_or.exp
8804 * gdb.disasm/t09_xor.exp
8805 * gdb.disasm/t10_and.exp
8806 * gdb.disasm/t11_logs.exp
8807 * gdb.disasm/t12_bit.exp
8808 * gdb.disasm/t13_otr.exp
8809 * gdb.dlang/circular.exp
8810 * gdb.dwarf2/arr-stride.exp
8811 * gdb.dwarf2/arr-subrange.exp
8812 * gdb.dwarf2/atomic-type.exp
8813 * gdb.dwarf2/bad-regnum.exp
8814 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8815 * gdb.dwarf2/callframecfa.exp
8816 * gdb.dwarf2/clztest.exp
8817 * gdb.dwarf2/corrupt.exp
8818 * gdb.dwarf2/data-loc.exp
8819 * gdb.dwarf2/dup-psym.exp
8820 * gdb.dwarf2/dw2-anon-mptr.exp
8821 * gdb.dwarf2/dw2-anonymous-func.exp
8822 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8823 * gdb.dwarf2/dw2-bad-unresolved.exp
8824 * gdb.dwarf2/dw2-basic.exp
8825 * gdb.dwarf2/dw2-canonicalize-type.exp
8826 * gdb.dwarf2/dw2-case-insensitive.exp
8827 * gdb.dwarf2/dw2-common-block.exp
8828 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8829 * gdb.dwarf2/dw2-compressed.exp
8830 * gdb.dwarf2/dw2-const.exp
8831 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8832 * gdb.dwarf2/dw2-cu-size.exp
8833 * gdb.dwarf2/dw2-dup-frame.exp
8834 * gdb.dwarf2/dw2-entry-value.exp
8835 * gdb.dwarf2/dw2-icycle.exp
8836 * gdb.dwarf2/dw2-ifort-parameter.exp
8837 * gdb.dwarf2/dw2-inline-break.exp
8838 * gdb.dwarf2/dw2-inline-param.exp
8839 * gdb.dwarf2/dw2-intercu.exp
8840 * gdb.dwarf2/dw2-intermix.exp
8841 * gdb.dwarf2/dw2-lexical-block-bare.exp
8842 * gdb.dwarf2/dw2-linkage-name-trust.exp
8843 * gdb.dwarf2/dw2-minsym-in-cu.exp
8844 * gdb.dwarf2/dw2-noloc.exp
8845 * gdb.dwarf2/dw2-op-call.exp
8846 * gdb.dwarf2/dw2-op-out-param.exp
8847 * gdb.dwarf2/dw2-opt-structptr.exp
8848 * gdb.dwarf2/dw2-param-error.exp
8849 * gdb.dwarf2/dw2-producer.exp
8850 * gdb.dwarf2/dw2-ranges-base.exp
8851 * gdb.dwarf2/dw2-ref-missing-frame.exp
8852 * gdb.dwarf2/dw2-reg-undefined.exp
8853 * gdb.dwarf2/dw2-regno-invalid.exp
8854 * gdb.dwarf2/dw2-restore.exp
8855 * gdb.dwarf2/dw2-restrict.exp
8856 * gdb.dwarf2/dw2-single-line-discriminators.exp
8857 * gdb.dwarf2/dw2-strp.exp
8858 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8859 * gdb.dwarf2/dw2-unresolved.exp
8860 * gdb.dwarf2/dw2-var-zero-addr.exp
8861 * gdb.dwarf2/dw4-sig-types.exp
8862 * gdb.dwarf2/dwz.exp
8863 * gdb.dwarf2/dynarr-ptr.exp
8864 * gdb.dwarf2/enum-type.exp
8865 * gdb.dwarf2/gdb-index.exp
8866 * gdb.dwarf2/implptr-64bit.exp
8867 * gdb.dwarf2/implptr-optimized-out.exp
8868 * gdb.dwarf2/implptr.exp
8869 * gdb.dwarf2/implref-array.exp
8870 * gdb.dwarf2/implref-const.exp
8871 * gdb.dwarf2/implref-global.exp
8872 * gdb.dwarf2/implref-struct.exp
8873 * gdb.dwarf2/mac-fileno.exp
8874 * gdb.dwarf2/main-subprogram.exp
8875 * gdb.dwarf2/member-ptr-forwardref.exp
8876 * gdb.dwarf2/method-ptr.exp
8877 * gdb.dwarf2/missing-sig-type.exp
8878 * gdb.dwarf2/nonvar-access.exp
8879 * gdb.dwarf2/opaque-type-lookup.exp
8880 * gdb.dwarf2/pieces-optimized-out.exp
8881 * gdb.dwarf2/pieces.exp
8882 * gdb.dwarf2/pr10770.exp
8883 * gdb.dwarf2/pr13961.exp
8884 * gdb.dwarf2/staticvirtual.exp
8885 * gdb.dwarf2/subrange.exp
8886 * gdb.dwarf2/symtab-producer.exp
8887 * gdb.dwarf2/trace-crash.exp
8888 * gdb.dwarf2/typeddwarf.exp
8889 * gdb.dwarf2/valop.exp
8890 * gdb.dwarf2/watch-notconst.exp
8891 * gdb.fortran/array-element.exp
8892 * gdb.fortran/charset.exp
8893 * gdb.fortran/common-block.exp
8894 * gdb.fortran/complex.exp
8895 * gdb.fortran/derived-type-function.exp
8896 * gdb.fortran/derived-type.exp
8897 * gdb.fortran/logical.exp
8898 * gdb.fortran/module.exp
8899 * gdb.fortran/multi-dim.exp
8900 * gdb.fortran/nested-funcs.exp
8901 * gdb.fortran/print-formatted.exp
8902 * gdb.fortran/subarray.exp
8903 * gdb.fortran/vla-alloc-assoc.exp
8904 * gdb.fortran/vla-datatypes.exp
8905 * gdb.fortran/vla-history.exp
8906 * gdb.fortran/vla-ptr-info.exp
8907 * gdb.fortran/vla-ptype-sub.exp
8908 * gdb.fortran/vla-ptype.exp
8909 * gdb.fortran/vla-sizeof.exp
8910 * gdb.fortran/vla-type.exp
8911 * gdb.fortran/vla-value-sub-arbitrary.exp
8912 * gdb.fortran/vla-value-sub-finish.exp
8913 * gdb.fortran/vla-value-sub.exp
8914 * gdb.fortran/vla-value.exp
8915 * gdb.fortran/whatis_type.exp
8916 * gdb.go/chan.exp
8917 * gdb.go/handcall.exp
8918 * gdb.go/hello.exp
8919 * gdb.go/integers.exp
8920 * gdb.go/methods.exp
8921 * gdb.go/package.exp
8922 * gdb.go/strings.exp
8923 * gdb.go/types.exp
8924 * gdb.go/unsafe.exp
8925 * gdb.guile/scm-arch.exp
8926 * gdb.guile/scm-block.exp
8927 * gdb.guile/scm-breakpoint.exp
8928 * gdb.guile/scm-cmd.exp
8929 * gdb.guile/scm-disasm.exp
8930 * gdb.guile/scm-equal.exp
8931 * gdb.guile/scm-frame-args.exp
8932 * gdb.guile/scm-frame-inline.exp
8933 * gdb.guile/scm-frame.exp
8934 * gdb.guile/scm-iterator.exp
8935 * gdb.guile/scm-math.exp
8936 * gdb.guile/scm-objfile.exp
8937 * gdb.guile/scm-ports.exp
8938 * gdb.guile/scm-symbol.exp
8939 * gdb.guile/scm-symtab.exp
8940 * gdb.guile/scm-value-cc.exp
8941 * gdb.guile/types-module.exp
8942 * gdb.linespec/break-ask.exp
8943 * gdb.linespec/cpexplicit.exp
8944 * gdb.linespec/explicit.exp
8945 * gdb.linespec/keywords.exp
8946 * gdb.linespec/linespec.exp
8947 * gdb.linespec/ls-dollar.exp
8948 * gdb.linespec/ls-errs.exp
8949 * gdb.linespec/skip-two.exp
8950 * gdb.linespec/thread.exp
8951 * gdb.mi/mi-async.exp
8952 * gdb.mi/mi-basics.exp
8953 * gdb.mi/mi-break.exp
8954 * gdb.mi/mi-catch-load.exp
8955 * gdb.mi/mi-cli.exp
8956 * gdb.mi/mi-cmd-param-changed.exp
8957 * gdb.mi/mi-console.exp
8958 * gdb.mi/mi-detach.exp
8959 * gdb.mi/mi-disassemble.exp
8960 * gdb.mi/mi-eval.exp
8961 * gdb.mi/mi-file-transfer.exp
8962 * gdb.mi/mi-file.exp
8963 * gdb.mi/mi-fill-memory.exp
8964 * gdb.mi/mi-inheritance-syntax-error.exp
8965 * gdb.mi/mi-linespec-err-cp.exp
8966 * gdb.mi/mi-logging.exp
8967 * gdb.mi/mi-memory-changed.exp
8968 * gdb.mi/mi-read-memory.exp
8969 * gdb.mi/mi-record-changed.exp
8970 * gdb.mi/mi-reg-undefined.exp
8971 * gdb.mi/mi-regs.exp
8972 * gdb.mi/mi-return.exp
8973 * gdb.mi/mi-reverse.exp
8974 * gdb.mi/mi-simplerun.exp
8975 * gdb.mi/mi-solib.exp
8976 * gdb.mi/mi-stack.exp
8977 * gdb.mi/mi-stepi.exp
8978 * gdb.mi/mi-syn-frame.exp
8979 * gdb.mi/mi-until.exp
8980 * gdb.mi/mi-var-block.exp
8981 * gdb.mi/mi-var-child.exp
8982 * gdb.mi/mi-var-cmd.exp
8983 * gdb.mi/mi-var-cp.exp
8984 * gdb.mi/mi-var-display.exp
8985 * gdb.mi/mi-var-invalidate.exp
8986 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8987 * gdb.mi/mi-vla-fortran.exp
8988 * gdb.mi/mi-watch.exp
8989 * gdb.mi/mi2-var-child.exp
8990 * gdb.mi/user-selected-context-sync.exp
8991 * gdb.modula2/unbounded-array.exp
8992 * gdb.multi/dummy-frame-restore.exp
8993 * gdb.multi/multi-arch-exec.exp
8994 * gdb.multi/multi-arch.exp
8995 * gdb.multi/tids.exp
8996 * gdb.multi/watchpoint-multi.exp
8997 * gdb.opencl/callfuncs.exp
8998 * gdb.opencl/convs_casts.exp
8999 * gdb.opencl/datatypes.exp
9000 * gdb.opencl/operators.exp
9001 * gdb.opencl/vec_comps.exp
9002 * gdb.opt/clobbered-registers-O2.exp
9003 * gdb.opt/inline-break.exp
9004 * gdb.opt/inline-bt.exp
9005 * gdb.opt/inline-cmds.exp
9006 * gdb.opt/inline-locals.exp
9007 * gdb.pascal/case-insensitive-symbols.exp
9008 * gdb.pascal/floats.exp
9009 * gdb.pascal/gdb11492.exp
9010 * gdb.python/lib-types.exp
9011 * gdb.python/py-arch.exp
9012 * gdb.python/py-as-string.exp
9013 * gdb.python/py-bad-printers.exp
9014 * gdb.python/py-block.exp
9015 * gdb.python/py-breakpoint-create-fail.exp
9016 * gdb.python/py-breakpoint.exp
9017 * gdb.python/py-caller-is.exp
9018 * gdb.python/py-cmd.exp
9019 * gdb.python/py-explore-cc.exp
9020 * gdb.python/py-explore.exp
9021 * gdb.python/py-finish-breakpoint.exp
9022 * gdb.python/py-finish-breakpoint2.exp
9023 * gdb.python/py-frame-args.exp
9024 * gdb.python/py-frame-inline.exp
9025 * gdb.python/py-frame.exp
9026 * gdb.python/py-framefilter-mi.exp
9027 * gdb.python/py-infthread.exp
9028 * gdb.python/py-lazy-string.exp
9029 * gdb.python/py-linetable.exp
9030 * gdb.python/py-mi-events.exp
9031 * gdb.python/py-mi-objfile.exp
9032 * gdb.python/py-mi.exp
9033 * gdb.python/py-objfile.exp
9034 * gdb.python/py-pp-integral.exp
9035 * gdb.python/py-pp-maint.exp
9036 * gdb.python/py-pp-re-notag.exp
9037 * gdb.python/py-pp-registration.exp
9038 * gdb.python/py-recurse-unwind.exp
9039 * gdb.python/py-strfns.exp
9040 * gdb.python/py-symbol.exp
9041 * gdb.python/py-symtab.exp
9042 * gdb.python/py-sync-interp.exp
9043 * gdb.python/py-typeprint.exp
9044 * gdb.python/py-unwind-maint.exp
9045 * gdb.python/py-unwind.exp
9046 * gdb.python/py-value-cc.exp
9047 * gdb.python/py-xmethods.exp
9048 * gdb.reverse/amd64-tailcall-reverse.exp
9049 * gdb.reverse/break-precsave.exp
9050 * gdb.reverse/break-reverse.exp
9051 * gdb.reverse/consecutive-precsave.exp
9052 * gdb.reverse/consecutive-reverse.exp
9053 * gdb.reverse/finish-precsave.exp
9054 * gdb.reverse/finish-reverse-bkpt.exp
9055 * gdb.reverse/finish-reverse.exp
9056 * gdb.reverse/fstatat-reverse.exp
9057 * gdb.reverse/getresuid-reverse.exp
9058 * gdb.reverse/i386-precsave.exp
9059 * gdb.reverse/i386-reverse.exp
9060 * gdb.reverse/i386-sse-reverse.exp
9061 * gdb.reverse/i387-env-reverse.exp
9062 * gdb.reverse/i387-stack-reverse.exp
9063 * gdb.reverse/insn-reverse.exp
9064 * gdb.reverse/machinestate-precsave.exp
9065 * gdb.reverse/machinestate.exp
9066 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9067 * gdb.reverse/pipe-reverse.exp
9068 * gdb.reverse/readv-reverse.exp
9069 * gdb.reverse/recvmsg-reverse.exp
9070 * gdb.reverse/rerun-prec.exp
9071 * gdb.reverse/s390-mvcle.exp
9072 * gdb.reverse/step-precsave.exp
9073 * gdb.reverse/step-reverse.exp
9074 * gdb.reverse/time-reverse.exp
9075 * gdb.reverse/until-precsave.exp
9076 * gdb.reverse/until-reverse.exp
9077 * gdb.reverse/waitpid-reverse.exp
9078 * gdb.reverse/watch-precsave.exp
9079 * gdb.reverse/watch-reverse.exp
9080 * gdb.rust/generics.exp
9081 * gdb.rust/methods.exp
9082 * gdb.rust/modules.exp
9083 * gdb.rust/simple.exp
9084 * gdb.server/connect-with-no-symbol-file.exp
9085 * gdb.server/ext-attach.exp
9086 * gdb.server/ext-restart.exp
9087 * gdb.server/ext-wrapper.exp
9088 * gdb.server/file-transfer.exp
9089 * gdb.server/server-exec-info.exp
9090 * gdb.server/server-kill.exp
9091 * gdb.server/server-mon.exp
9092 * gdb.server/wrapper.exp
9093 * gdb.stabs/exclfwd.exp
9094 * gdb.stabs/gdb11479.exp
9095 * gdb.threads/clone-new-thread-event.exp
9096 * gdb.threads/corethreads.exp
9097 * gdb.threads/current-lwp-dead.exp
9098 * gdb.threads/dlopen-libpthread.exp
9099 * gdb.threads/gcore-thread.exp
9100 * gdb.threads/sigstep-threads.exp
9101 * gdb.threads/watchpoint-fork.exp
9102 * gdb.trace/actions-changed.exp
9103 * gdb.trace/backtrace.exp
9104 * gdb.trace/change-loc.exp
9105 * gdb.trace/circ.exp
9106 * gdb.trace/collection.exp
9107 * gdb.trace/disconnected-tracing.exp
9108 * gdb.trace/ftrace.exp
9109 * gdb.trace/mi-trace-frame-collected.exp
9110 * gdb.trace/mi-trace-unavailable.exp
9111 * gdb.trace/mi-traceframe-changed.exp
9112 * gdb.trace/mi-tsv-changed.exp
9113 * gdb.trace/no-attach-trace.exp
9114 * gdb.trace/passc-dyn.exp
9115 * gdb.trace/qtro.exp
9116 * gdb.trace/range-stepping.exp
9117 * gdb.trace/read-memory.exp
9118 * gdb.trace/save-trace.exp
9119 * gdb.trace/signal.exp
9120 * gdb.trace/status-stop.exp
9121 * gdb.trace/tfile.exp
9122 * gdb.trace/trace-break.exp
9123 * gdb.trace/trace-buffer-size.exp
9124 * gdb.trace/trace-condition.exp
9125 * gdb.trace/tracefile-pseudo-reg.exp
9126 * gdb.trace/tstatus.exp
9127 * gdb.trace/unavailable.exp
9128 * gdb.trace/while-dyn.exp
9129 * gdb.trace/while-stepping.exp
9130
9131 2016-12-22 Doug Evans <xdje42@gmail.com>
9132
9133 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9134 and msymbols.
9135
9136 2016-12-19 Yao Qi <yao.qi@linaro.org>
9137
9138 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9139 (test_with_self): Don't call do_steps_and_nexts, and remove
9140 code about stepping into xmalloc.
9141
9142 2016-12-09 Yao Qi <yao.qi@linaro.org>
9143
9144 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9145
9146 2016-12-09 Yao Qi <yao.qi@linaro.org>
9147
9148 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9149
9150 2016-12-09 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/all-architectures-0.exp: New file.
9153 * gdb.base/all-architectures-1.exp: New file.
9154 * gdb.base/all-architectures-2.exp: New file.
9155 * gdb.base/all-architectures-3.exp: New file.
9156 * gdb.base/all-architectures-4.exp: New file.
9157 * gdb.base/all-architectures-5.exp: New file.
9158 * gdb.base/all-architectures-6.exp: New file.
9159 * gdb.base/all-architectures-7.exp: New file.
9160 * gdb.base/all-architectures.exp.in: New file.
9161
9162 2016-12-09 Yao Qi <yao.qi@linaro.org>
9163
9164 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9165
9166 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9167
9168 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9169 possible.
9170 Remove useless pattern-matching code.
9171
9172 2016-12-02 Pedro Alves <palves@redhat.com>
9173
9174 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9175 procedure.
9176 (top level): Call it.
9177
9178 2016-12-02 Pedro Alves <palves@redhat.com>
9179
9180 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9181 New procedure.
9182 (top level): Call it.
9183
9184 2016-12-02 Pedro Alves <palves@redhat.com>
9185
9186 PR cli/20559
9187 * gdb.base/commands.exp (user_defined_command_args_eval): New
9188 procedure.
9189 (top level): Call it.
9190
9191 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9192
9193 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9194 timeout handling.
9195
9196 2016-12-02 Tom Tromey <tom@tromey.com>
9197
9198 * gdb.dwarf2/main-subprogram.c: New file.
9199 * gdb.dwarf2/main-subprogram.exp: New file.
9200
9201 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9202
9203 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9204 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9205 gdb_test_no_output for a couple of cases.
9206 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9207
9208 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9209
9210 Fix test names and standardize compilation error messages throughout
9211 the following files:
9212
9213 * gdb.ada/start.exp
9214 * gdb.arch/alpha-step.exp
9215 * gdb.arch/e500-prologue.exp
9216 * gdb.arch/ftrace-insn-reloc.exp
9217 * gdb.arch/gdb1291.exp
9218 * gdb.arch/gdb1431.exp
9219 * gdb.arch/gdb1558.exp
9220 * gdb.arch/i386-dr3-watch.exp
9221 * gdb.arch/i386-sse-stack-align.exp
9222 * gdb.arch/ia64-breakpoint-shadow.exp
9223 * gdb.arch/pa-nullify.exp
9224 * gdb.arch/powerpc-aix-prologue.exp
9225 * gdb.arch/thumb-bx-pc.exp
9226 * gdb.base/annota1.exp
9227 * gdb.base/annota3.exp
9228 * gdb.base/arrayidx.exp
9229 * gdb.base/assign.exp
9230 * gdb.base/attach.exp
9231 * gdb.base/auxv.exp
9232 * gdb.base/bang.exp
9233 * gdb.base/bfp-test.exp
9234 * gdb.base/bigcore.exp
9235 * gdb.base/bitfields2.exp
9236 * gdb.base/break-fun-addr.exp
9237 * gdb.base/break-probes.exp
9238 * gdb.base/call-rt-st.exp
9239 * gdb.base/callexit.exp
9240 * gdb.base/catch-fork-kill.exp
9241 * gdb.base/charset.exp
9242 * gdb.base/checkpoint.exp
9243 * gdb.base/comprdebug.exp
9244 * gdb.base/constvars.exp
9245 * gdb.base/coredump-filter.exp
9246 * gdb.base/cursal.exp
9247 * gdb.base/cvexpr.exp
9248 * gdb.base/detach.exp
9249 * gdb.base/display.exp
9250 * gdb.base/dmsym.exp
9251 * gdb.base/dprintf-pending.exp
9252 * gdb.base/dso2dso.exp
9253 * gdb.base/dtrace-probe.exp
9254 * gdb.base/dump.exp
9255 * gdb.base/enum_cond.exp
9256 * gdb.base/exe-lock.exp
9257 * gdb.base/exec-invalid-sysroot.exp
9258 * gdb.base/execl-update-breakpoints.exp
9259 * gdb.base/exprs.exp
9260 * gdb.base/fileio.exp
9261 * gdb.base/find.exp
9262 * gdb.base/finish.exp
9263 * gdb.base/fixsection.exp
9264 * gdb.base/foll-vfork.exp
9265 * gdb.base/frame-args.exp
9266 * gdb.base/gcore.exp
9267 * gdb.base/gdb1250.exp
9268 * gdb.base/global-var-nested-by-dso.exp
9269 * gdb.base/gnu-ifunc.exp
9270 * gdb.base/hashline1.exp
9271 * gdb.base/hashline2.exp
9272 * gdb.base/hashline3.exp
9273 * gdb.base/hbreak-in-shr-unsupported.exp
9274 * gdb.base/huge.exp
9275 * gdb.base/infcall-input.exp
9276 * gdb.base/info-fun.exp
9277 * gdb.base/info-shared.exp
9278 * gdb.base/jit-simple.exp
9279 * gdb.base/jit-so.exp
9280 * gdb.base/jit.exp
9281 * gdb.base/jump.exp
9282 * gdb.base/label.exp
9283 * gdb.base/lineinc.exp
9284 * gdb.base/logical.exp
9285 * gdb.base/longjmp.exp
9286 * gdb.base/macscp.exp
9287 * gdb.base/miscexprs.exp
9288 * gdb.base/new-ui-echo.exp
9289 * gdb.base/new-ui-pending-input.exp
9290 * gdb.base/new-ui.exp
9291 * gdb.base/nodebug.exp
9292 * gdb.base/nofield.exp
9293 * gdb.base/offsets.exp
9294 * gdb.base/overlays.exp
9295 * gdb.base/pending.exp
9296 * gdb.base/pointers.exp
9297 * gdb.base/pr11022.exp
9298 * gdb.base/printcmds.exp
9299 * gdb.base/prologue.exp
9300 * gdb.base/ptr-typedef.exp
9301 * gdb.base/realname-expand.exp
9302 * gdb.base/relativedebug.exp
9303 * gdb.base/relocate.exp
9304 * gdb.base/remote.exp
9305 * gdb.base/reread.exp
9306 * gdb.base/return2.exp
9307 * gdb.base/savedregs.exp
9308 * gdb.base/sep.exp
9309 * gdb.base/sepdebug.exp
9310 * gdb.base/sepsymtab.exp
9311 * gdb.base/set-inferior-tty.exp
9312 * gdb.base/setshow.exp
9313 * gdb.base/shlib-call.exp
9314 * gdb.base/sigaltstack.exp
9315 * gdb.base/siginfo-addr.exp
9316 * gdb.base/signals.exp
9317 * gdb.base/signull.exp
9318 * gdb.base/sigrepeat.exp
9319 * gdb.base/so-impl-ld.exp
9320 * gdb.base/solib-display.exp
9321 * gdb.base/solib-overlap.exp
9322 * gdb.base/solib-search.exp
9323 * gdb.base/solib-symbol.exp
9324 * gdb.base/structs.exp
9325 * gdb.base/structs2.exp
9326 * gdb.base/symtab-search-order.exp
9327 * gdb.base/twice.exp
9328 * gdb.base/unload.exp
9329 * gdb.base/varargs.exp
9330 * gdb.base/watchpoint-solib.exp
9331 * gdb.base/watchpoint.exp
9332 * gdb.base/whatis.exp
9333 * gdb.base/wrong_frame_bt_full.exp
9334 * gdb.btrace/dlopen.exp
9335 * gdb.cell/ea-standalone.exp
9336 * gdb.cell/ea-test.exp
9337 * gdb.cp/dispcxx.exp
9338 * gdb.cp/gdb2384.exp
9339 * gdb.cp/method2.exp
9340 * gdb.cp/nextoverthrow.exp
9341 * gdb.cp/pr10728.exp
9342 * gdb.disasm/am33.exp
9343 * gdb.disasm/h8300s.exp
9344 * gdb.disasm/mn10300.exp
9345 * gdb.disasm/sh3.exp
9346 * gdb.dwarf2/dw2-dir-file-name.exp
9347 * gdb.fortran/complex.exp
9348 * gdb.fortran/library-module.exp
9349 * gdb.guile/scm-pretty-print.exp
9350 * gdb.guile/scm-symbol.exp
9351 * gdb.guile/scm-type.exp
9352 * gdb.guile/scm-value.exp
9353 * gdb.linespec/linespec.exp
9354 * gdb.mi/gdb701.exp
9355 * gdb.mi/gdb792.exp
9356 * gdb.mi/mi-breakpoint-changed.exp
9357 * gdb.mi/mi-dprintf-pending.exp
9358 * gdb.mi/mi-dprintf.exp
9359 * gdb.mi/mi-exit-code.exp
9360 * gdb.mi/mi-pending.exp
9361 * gdb.mi/mi-solib.exp
9362 * gdb.mi/new-ui-mi-sync.exp
9363 * gdb.mi/pr11022.exp
9364 * gdb.mi/user-selected-context-sync.exp
9365 * gdb.opt/solib-intra-step.exp
9366 * gdb.python/py-events.exp
9367 * gdb.python/py-finish-breakpoint.exp
9368 * gdb.python/py-mi.exp
9369 * gdb.python/py-prettyprint.exp
9370 * gdb.python/py-shared.exp
9371 * gdb.python/py-symbol.exp
9372 * gdb.python/py-template.exp
9373 * gdb.python/py-type.exp
9374 * gdb.python/py-value.exp
9375 * gdb.reverse/solib-precsave.exp
9376 * gdb.reverse/solib-reverse.exp
9377 * gdb.server/solib-list.exp
9378 * gdb.stabs/weird.exp
9379 * gdb.threads/reconnect-signal.exp
9380 * gdb.threads/stepi-random-signal.exp
9381 * gdb.trace/actions.exp
9382 * gdb.trace/ax.exp
9383 * gdb.trace/backtrace.exp
9384 * gdb.trace/change-loc.exp
9385 * gdb.trace/deltrace.exp
9386 * gdb.trace/ftrace-lock.exp
9387 * gdb.trace/ftrace.exp
9388 * gdb.trace/infotrace.exp
9389 * gdb.trace/mi-tracepoint-changed.exp
9390 * gdb.trace/packetlen.exp
9391 * gdb.trace/passcount.exp
9392 * gdb.trace/pending.exp
9393 * gdb.trace/range-stepping.exp
9394 * gdb.trace/report.exp
9395 * gdb.trace/stap-trace.exp
9396 * gdb.trace/tfind.exp
9397 * gdb.trace/trace-break.exp
9398 * gdb.trace/trace-condition.exp
9399 * gdb.trace/trace-enable-disable.exp
9400 * gdb.trace/trace-mt.exp
9401 * gdb.trace/tracecmd.exp
9402 * gdb.trace/tspeed.exp
9403 * gdb.trace/tsv.exp
9404 * lib/perftest.exp
9405
9406 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9407
9408 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9409 with gdb_test_no_output.
9410 Use command as test name.
9411
9412 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9413
9414 Fix test names starting with uppercase throughout the files.
9415
9416 * gdb.ada/assign_1.exp
9417 * gdb.ada/boolean_expr.exp
9418 * gdb.base/arrayidx.exp
9419 * gdb.base/del.exp
9420 * gdb.base/gcore-buffer-overflow.exp
9421 * gdb.base/testenv.exp
9422 * gdb.compile/compile.exp
9423 * gdb.python/py-framefilter-invalidarg.exp
9424 * gdb.python/py-framefilter.exp
9425
9426 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9427
9428 Fix test names starting with uppercase throughout the files.
9429
9430 * gdb.ada/array_return.exp
9431 * gdb.ada/expr_delims.exp
9432 * gdb.ada/mi_dyn_arr.exp
9433 * gdb.ada/mi_interface.exp
9434 * gdb.ada/mi_var_array.exp
9435 * gdb.ada/watch_arg.exp
9436 * gdb.arch/alpha-step.exp
9437 * gdb.arch/altivec-regs.exp
9438 * gdb.arch/e500-regs.exp
9439 * gdb.arch/powerpc-d128-regs.exp
9440 * gdb.base/arrayidx.exp
9441 * gdb.base/break.exp
9442 * gdb.base/checkpoint.exp
9443 * gdb.base/debug-expr.exp
9444 * gdb.base/dmsym.exp
9445 * gdb.base/radix.exp
9446 * gdb.base/sepdebug.exp
9447 * gdb.base/testenv.exp
9448 * gdb.base/watch_thread_num.exp
9449 * gdb.base/watchpoint-cond-gone.exp
9450 * gdb.cell/break.exp
9451 * gdb.cell/ea-cache.exp
9452 * gdb.compile/compile.exp
9453 * gdb.cp/gdb2495.exp
9454 * gdb.gdb/selftest.exp
9455 * gdb.gdb/xfullpath.exp
9456 * gdb.go/hello.exp
9457 * gdb.go/integers.exp
9458 * gdb.objc/basicclass.exp
9459 * gdb.pascal/hello.exp
9460 * gdb.pascal/integers.exp
9461 * gdb.python/py-breakpoint.exp
9462 * gdb.python/py-cmd.exp
9463 * gdb.python/py-linetable.exp
9464 * gdb.python/py-xmethods.exp
9465 * gdb.python/python.exp
9466 * gdb.reverse/consecutive-precsave.exp
9467 * gdb.reverse/finish-precsave.exp
9468 * gdb.reverse/i386-precsave.exp
9469 * gdb.reverse/machinestate-precsave.exp
9470 * gdb.reverse/sigall-precsave.exp
9471 * gdb.reverse/solib-precsave.exp
9472 * gdb.reverse/step-precsave.exp
9473 * gdb.reverse/until-precsave.exp
9474 * gdb.reverse/watch-precsave.exp
9475 * gdb.threads/leader-exit.exp
9476 * gdb.threads/pthreads.exp
9477 * gdb.threads/wp-replication.exp
9478 * gdb.trace/actions.exp
9479 * gdb.trace/mi-tsv-changed.exp
9480 * gdb.trace/tsv.exp
9481
9482 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9483
9484 Fix test names starting with uppercase throughout the files.
9485
9486 * gdb.arch/i386-bp_permanent.exp
9487 * gdb.arch/i386-gnu-cfi.exp
9488 * gdb.base/disasm-end-cu.exp
9489 * gdb.base/macscp.exp
9490 * gdb.base/pending.exp
9491 * gdb.base/watch_thread_num.exp
9492 * gdb.cp/exception.exp
9493 * gdb.cp/gdb2495.exp
9494 * gdb.cp/local.exp
9495 * gdb.python/py-evsignal.exp
9496 * gdb.python/python.exp
9497 * gdb.trace/tracecmd.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.base/charset.exp
9504 * gdb.base/eval.exp
9505 * gdb.base/multi-forks.exp
9506 * gdb.guile/scm-progspace.exp
9507 * gdb.opencl/datatypes.exp
9508 * gdb.python/py-block.exp
9509 * gdb.python/py-function.exp
9510 * gdb.python/py-symbol.exp
9511 * gdb.python/py-symtab.exp
9512 * gdb.python/py-xmethods.exp
9513 * gdb.reverse/break-precsave.exp
9514 * gdb.reverse/break-reverse.exp
9515 * gdb.reverse/consecutive-precsave.exp
9516 * gdb.reverse/consecutive-reverse.exp
9517 * gdb.reverse/finish-precsave.exp
9518 * gdb.reverse/finish-reverse-bkpt.exp
9519 * gdb.reverse/finish-reverse.exp
9520 * gdb.reverse/fstatat-reverse.exp
9521 * gdb.reverse/getresuid-reverse.exp
9522 * gdb.reverse/i386-precsave.exp
9523 * gdb.reverse/i386-reverse.exp
9524 * gdb.reverse/i386-sse-reverse.exp
9525 * gdb.reverse/i387-stack-reverse.exp
9526 * gdb.reverse/insn-reverse.exp
9527 * gdb.reverse/machinestate-precsave.exp
9528 * gdb.reverse/machinestate.exp
9529 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9530 * gdb.reverse/pipe-reverse.exp
9531 * gdb.reverse/readv-reverse.exp
9532 * gdb.reverse/recvmsg-reverse.exp
9533 * gdb.reverse/rerun-prec.exp
9534 * gdb.reverse/s390-mvcle.exp
9535 * gdb.reverse/sigall-precsave.exp
9536 * gdb.reverse/sigall-reverse.exp
9537 * gdb.reverse/solib-precsave.exp
9538 * gdb.reverse/solib-reverse.exp
9539 * gdb.reverse/step-precsave.exp
9540 * gdb.reverse/step-reverse.exp
9541 * gdb.reverse/time-reverse.exp
9542 * gdb.reverse/until-precsave.exp
9543 * gdb.reverse/until-reverse.exp
9544 * gdb.reverse/waitpid-reverse.exp
9545 * gdb.reverse/watch-precsave.exp
9546 * gdb.reverse/watch-reverse.exp
9547
9548 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9549
9550 Fix test names starting with uppercase throughout the files.
9551
9552 * gdb.arch/i386-mpx-simple_segv.exp
9553 * gdb.arch/i386-mpx.exp
9554 * gdb.arch/i386-permbkpt.exp
9555 * gdb.arch/pa-nullify.exp
9556 * gdb.arch/powerpc-d128-regs.exp
9557 * gdb.arch/vsx-regs.exp
9558 * gdb.base/bfp-test.exp
9559 * gdb.base/break.exp
9560 * gdb.base/breakpoint-shadow.exp
9561 * gdb.base/callfuncs.exp
9562 * gdb.base/charset.exp
9563 * gdb.base/commands.exp
9564 * gdb.base/completion.exp
9565 * gdb.base/dfp-test.exp
9566 * gdb.base/echo.exp
9567 * gdb.base/ending-run.exp
9568 * gdb.base/eval.exp
9569 * gdb.base/expand-psymtabs.exp
9570 * gdb.base/float128.exp
9571 * gdb.base/floatn.exp
9572 * gdb.base/foll-exec-mode.exp
9573 * gdb.base/gdb1056.exp
9574 * gdb.base/gdb11531.exp
9575 * gdb.base/kill-after-signal.exp
9576 * gdb.base/multi-forks.exp
9577 * gdb.base/overlays.exp
9578 * gdb.base/pending.exp
9579 * gdb.base/sepdebug.exp
9580 * gdb.base/testenv.exp
9581 * gdb.base/valgrind-db-attach.exp
9582 * gdb.base/watch_thread_num.exp
9583 * gdb.base/watchpoint-cond-gone.exp
9584 * gdb.base/watchpoint.exp
9585 * gdb.base/watchpoints.exp
9586 * gdb.cp/arg-reference.exp
9587 * gdb.cp/baseenum.exp
9588 * gdb.cp/operator.exp
9589 * gdb.cp/shadow.exp
9590 * gdb.dwarf2/dw2-op-out-param.exp
9591 * gdb.dwarf2/dw2-reg-undefined.exp
9592 * gdb.go/chan.exp
9593 * gdb.go/hello.exp
9594 * gdb.go/integers.exp
9595 * gdb.go/methods.exp
9596 * gdb.go/package.exp
9597 * gdb.guile/scm-parameter.exp
9598 * gdb.guile/scm-progspace.exp
9599 * gdb.guile/scm-value.exp
9600 * gdb.mi/mi-pending.exp
9601 * gdb.mi/user-selected-context-sync.exp
9602 * gdb.multi/multi-attach.exp
9603 * gdb.multi/tids.exp
9604 * gdb.opt/clobbered-registers-O2.exp
9605 * gdb.pascal/floats.exp
9606 * gdb.pascal/integers.exp
9607 * gdb.python/py-block.exp
9608 * gdb.python/py-events.exp
9609 * gdb.python/py-parameter.exp
9610 * gdb.python/py-symbol.exp
9611 * gdb.python/py-symtab.exp
9612 * gdb.python/py-type.exp
9613 * gdb.python/py-value.exp
9614 * gdb.python/py-xmethods.exp
9615 * gdb.python/python.exp
9616 * gdb.reverse/break-precsave.exp
9617 * gdb.reverse/consecutive-precsave.exp
9618 * gdb.reverse/finish-precsave.exp
9619 * gdb.reverse/i386-precsave.exp
9620 * gdb.reverse/machinestate-precsave.exp
9621 * gdb.reverse/sigall-precsave.exp
9622 * gdb.reverse/solib-precsave.exp
9623 * gdb.reverse/step-precsave.exp
9624 * gdb.reverse/until-precsave.exp
9625 * gdb.reverse/watch-precsave.exp
9626 * gdb.server/ext-attach.exp
9627 * gdb.server/ext-restart.exp
9628 * gdb.server/ext-run.exp
9629 * gdb.server/ext-wrapper.exp
9630 * gdb.stabs/gdb11479.exp
9631 * gdb.stabs/weird.exp
9632 * gdb.threads/attach-many-short-lived-threads.exp
9633 * gdb.threads/kill.exp
9634 * gdb.threads/watchpoint-fork.exp
9635
9636 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9637
9638 Fix test names starting with uppercase throughout all the files below.
9639
9640 * gdb.ada/array_return.exp
9641 * gdb.ada/catch_ex.exp
9642 * gdb.ada/info_exc.exp
9643 * gdb.ada/mi_catch_ex.exp
9644 * gdb.ada/mi_dyn_arr.exp
9645 * gdb.ada/mi_ex_cond.exp
9646 * gdb.ada/mi_exc_info.exp
9647 * gdb.ada/mi_interface.exp
9648 * gdb.ada/mi_task_arg.exp
9649 * gdb.ada/mi_task_info.exp
9650 * gdb.ada/mi_var_array.exp
9651 * gdb.arch/alpha-step.exp
9652 * gdb.arch/amd64-disp-step.exp
9653 * gdb.arch/arm-disp-step.exp
9654 * gdb.arch/disp-step-insn-reloc.exp
9655 * gdb.arch/e500-prologue.exp
9656 * gdb.arch/ftrace-insn-reloc.exp
9657 * gdb.arch/gdb1558.exp
9658 * gdb.arch/i386-bp_permanent.exp
9659 * gdb.arch/i386-disp-step.exp
9660 * gdb.arch/i386-float.exp
9661 * gdb.arch/i386-gnu-cfi.exp
9662 * gdb.arch/ia64-breakpoint-shadow.exp
9663 * gdb.arch/mips16-thunks.exp
9664 * gdb.arch/pa-nullify.exp
9665 * gdb.arch/powerpc-aix-prologue.exp
9666 * gdb.arch/powerpc-power.exp
9667 * gdb.arch/ppc-dfp.exp
9668 * gdb.arch/s390-tdbregs.exp
9669 * gdb.arch/spu-info.exp
9670 * gdb.arch/spu-ls.exp
9671 * gdb.arch/thumb-bx-pc.exp
9672 * gdb.base/advance.exp
9673 * gdb.base/annota-input-while-running.exp
9674 * gdb.base/arrayidx.exp
9675 * gdb.base/asmlabel.exp
9676 * gdb.base/async.exp
9677 * gdb.base/attach-wait-input.exp
9678 * gdb.base/auto-connect-native-target.exp
9679 * gdb.base/batch-preserve-term-settings.exp
9680 * gdb.base/bfp-test.exp
9681 * gdb.base/bigcore.exp
9682 * gdb.base/bp-permanent.exp
9683 * gdb.base/break-always.exp
9684 * gdb.base/break-fun-addr.exp
9685 * gdb.base/break-idempotent.exp
9686 * gdb.base/break-main-file-remove-fail.exp
9687 * gdb.base/break-probes.exp
9688 * gdb.base/break-unload-file.exp
9689 * gdb.base/break.exp
9690 * gdb.base/call-ar-st.exp
9691 * gdb.base/call-rt-st.exp
9692 * gdb.base/call-sc.exp
9693 * gdb.base/call-signal-resume.exp
9694 * gdb.base/call-strs.exp
9695 * gdb.base/callexit.exp
9696 * gdb.base/callfuncs.exp
9697 * gdb.base/catch-gdb-caused-signals.exp
9698 * gdb.base/catch-signal-siginfo-cond.exp
9699 * gdb.base/catch-syscall.exp
9700 * gdb.base/compare-sections.exp
9701 * gdb.base/cond-eval-mode.exp
9702 * gdb.base/condbreak-call-false.exp
9703 * gdb.base/consecutive-step-over.exp
9704 * gdb.base/cursal.exp
9705 * gdb.base/disabled-location.exp
9706 * gdb.base/disasm-end-cu.exp
9707 * gdb.base/display.exp
9708 * gdb.base/double-prompt-target-event-error.exp
9709 * gdb.base/dprintf-bp-same-addr.exp
9710 * gdb.base/dprintf-detach.exp
9711 * gdb.base/dprintf-next.exp
9712 * gdb.base/dprintf-non-stop.exp
9713 * gdb.base/dprintf-pending.exp
9714 * gdb.base/dso2dso.exp
9715 * gdb.base/ending-run.exp
9716 * gdb.base/enum_cond.exp
9717 * gdb.base/examine-backward.exp
9718 * gdb.base/exe-lock.exp
9719 * gdb.base/exec-invalid-sysroot.exp
9720 * gdb.base/execl-update-breakpoints.exp
9721 * gdb.base/execution-termios.exp
9722 * gdb.base/fileio.exp
9723 * gdb.base/fixsection.exp
9724 * gdb.base/foll-exec-mode.exp
9725 * gdb.base/foll-exec.exp
9726 * gdb.base/fork-running-state.exp
9727 * gdb.base/frame-args.exp
9728 * gdb.base/fullpath-expand.exp
9729 * gdb.base/func-ptr.exp
9730 * gdb.base/gcore-relro-pie.exp
9731 * gdb.base/gdb1090.exp
9732 * gdb.base/gdb1555.exp
9733 * gdb.base/global-var-nested-by-dso.exp
9734 * gdb.base/gnu-ifunc.exp
9735 * gdb.base/hbreak-in-shr-unsupported.exp
9736 * gdb.base/hbreak-unmapped.exp
9737 * gdb.base/hook-stop.exp
9738 * gdb.base/infcall-input.exp
9739 * gdb.base/info-fun.exp
9740 * gdb.base/info-shared.exp
9741 * gdb.base/interrupt-noterm.exp
9742 * gdb.base/jit-so.exp
9743 * gdb.base/jit.exp
9744 * gdb.base/line-symtabs.exp
9745 * gdb.base/list.exp
9746 * gdb.base/longjmp.exp
9747 * gdb.base/macscp.exp
9748 * gdb.base/max-value-size.exp
9749 * gdb.base/nodebug.exp
9750 * gdb.base/nofield.exp
9751 * gdb.base/overlays.exp
9752 * gdb.base/paginate-after-ctrl-c-running.exp
9753 * gdb.base/paginate-bg-execution.exp
9754 * gdb.base/paginate-inferior-exit.exp
9755 * gdb.base/pending.exp
9756 * gdb.base/pr11022.exp
9757 * gdb.base/printcmds.exp
9758 * gdb.base/ptr-typedef.exp
9759 * gdb.base/ptype.exp
9760 * gdb.base/randomize.exp
9761 * gdb.base/range-stepping.exp
9762 * gdb.base/realname-expand.exp
9763 * gdb.base/relativedebug.exp
9764 * gdb.base/remote.exp
9765 * gdb.base/savedregs.exp
9766 * gdb.base/sepdebug.exp
9767 * gdb.base/set-noassign.exp
9768 * gdb.base/shlib-call.exp
9769 * gdb.base/shreloc.exp
9770 * gdb.base/sigaltstack.exp
9771 * gdb.base/sigbpt.exp
9772 * gdb.base/siginfo-addr.exp
9773 * gdb.base/siginfo-obj.exp
9774 * gdb.base/siginfo-thread.exp
9775 * gdb.base/signest.exp
9776 * gdb.base/signull.exp
9777 * gdb.base/sigrepeat.exp
9778 * gdb.base/skip.exp
9779 * gdb.base/so-impl-ld.exp
9780 * gdb.base/solib-corrupted.exp
9781 * gdb.base/solib-disc.exp
9782 * gdb.base/solib-display.exp
9783 * gdb.base/solib-overlap.exp
9784 * gdb.base/solib-search.exp
9785 * gdb.base/solib-symbol.exp
9786 * gdb.base/source-execution.exp
9787 * gdb.base/sss-bp-on-user-bp-2.exp
9788 * gdb.base/sss-bp-on-user-bp.exp
9789 * gdb.base/stack-checking.exp
9790 * gdb.base/stale-infcall.exp
9791 * gdb.base/step-break.exp
9792 * gdb.base/step-line.exp
9793 * gdb.base/step-over-exit.exp
9794 * gdb.base/step-test.exp
9795 * gdb.base/structs.exp
9796 * gdb.base/sym-file.exp
9797 * gdb.base/symtab-search-order.exp
9798 * gdb.base/term.exp
9799 * gdb.base/type-opaque.exp
9800 * gdb.base/unload.exp
9801 * gdb.base/until-nodebug.exp
9802 * gdb.base/until.exp
9803 * gdb.base/unwindonsignal.exp
9804 * gdb.base/watch-cond.exp
9805 * gdb.base/watch-non-mem.exp
9806 * gdb.base/watch_thread_num.exp
9807 * gdb.base/watchpoint-reuse-slot.exp
9808 * gdb.base/watchpoint-solib.exp
9809 * gdb.base/watchpoint.exp
9810 * gdb.btrace/dlopen.exp
9811 * gdb.cell/arch.exp
9812 * gdb.cell/break.exp
9813 * gdb.cell/bt.exp
9814 * gdb.cell/core.exp
9815 * gdb.cell/data.exp
9816 * gdb.cell/dwarfaddr.exp
9817 * gdb.cell/ea-cache.exp
9818 * gdb.cell/ea-standalone.exp
9819 * gdb.cell/ea-test.exp
9820 * gdb.cell/f-regs.exp
9821 * gdb.cell/fork.exp
9822 * gdb.cell/gcore.exp
9823 * gdb.cell/mem-access.exp
9824 * gdb.cell/ptype.exp
9825 * gdb.cell/registers.exp
9826 * gdb.cell/sizeof.exp
9827 * gdb.cell/solib-symbol.exp
9828 * gdb.cell/solib.exp
9829 * gdb.compile/compile-tls.exp
9830 * gdb.cp/exception.exp
9831 * gdb.cp/gdb2495.exp
9832 * gdb.cp/local.exp
9833 * gdb.cp/mb-inline.exp
9834 * gdb.cp/mb-templates.exp
9835 * gdb.cp/pr10687.exp
9836 * gdb.cp/pr9167.exp
9837 * gdb.cp/scope-err.exp
9838 * gdb.cp/templates.exp
9839 * gdb.cp/virtfunc.exp
9840 * gdb.dwarf2/dw2-dir-file-name.exp
9841 * gdb.dwarf2/dw2-single-line-discriminators.exp
9842 * gdb.fortran/complex.exp
9843 * gdb.fortran/library-module.exp
9844 * gdb.guile/guile.exp
9845 * gdb.guile/scm-cmd.exp
9846 * gdb.guile/scm-frame-inline.exp
9847 * gdb.guile/scm-objfile.exp
9848 * gdb.guile/scm-pretty-print.exp
9849 * gdb.guile/scm-symbol.exp
9850 * gdb.guile/scm-type.exp
9851 * gdb.guile/scm-value.exp
9852 * gdb.linespec/keywords.exp
9853 * gdb.linespec/ls-errs.exp
9854 * gdb.linespec/macro-relative.exp
9855 * gdb.linespec/thread.exp
9856 * gdb.mi/mi-breakpoint-changed.exp
9857 * gdb.mi/mi-dprintf-pending.exp
9858 * gdb.mi/mi-fullname-deleted.exp
9859 * gdb.mi/mi-logging.exp
9860 * gdb.mi/mi-pending.exp
9861 * gdb.mi/mi-solib.exp
9862 * gdb.mi/new-ui-mi-sync.exp
9863 * gdb.mi/user-selected-context-sync.exp
9864 * gdb.multi/dummy-frame-restore.exp
9865 * gdb.multi/multi-arch-exec.exp
9866 * gdb.multi/remove-inferiors.exp
9867 * gdb.multi/watchpoint-multi-exit.exp
9868 * gdb.opt/solib-intra-step.exp
9869 * gdb.perf/backtrace.exp
9870 * gdb.perf/single-step.exp
9871 * gdb.perf/skip-command.exp
9872 * gdb.perf/skip-prologue.exp
9873 * gdb.perf/solib.exp
9874 * gdb.python/lib-types.exp
9875 * gdb.python/py-as-string.exp
9876 * gdb.python/py-bad-printers.exp
9877 * gdb.python/py-block.exp
9878 * gdb.python/py-breakpoint.exp
9879 * gdb.python/py-cmd.exp
9880 * gdb.python/py-events.exp
9881 * gdb.python/py-evthreads.exp
9882 * gdb.python/py-finish-breakpoint.exp
9883 * gdb.python/py-finish-breakpoint2.exp
9884 * gdb.python/py-frame-inline.exp
9885 * gdb.python/py-frame.exp
9886 * gdb.python/py-inferior.exp
9887 * gdb.python/py-infthread.exp
9888 * gdb.python/py-mi.exp
9889 * gdb.python/py-objfile.exp
9890 * gdb.python/py-pp-maint.exp
9891 * gdb.python/py-pp-registration.exp
9892 * gdb.python/py-prettyprint.exp
9893 * gdb.python/py-recurse-unwind.exp
9894 * gdb.python/py-shared.exp
9895 * gdb.python/py-symbol.exp
9896 * gdb.python/py-symtab.exp
9897 * gdb.python/py-template.exp
9898 * gdb.python/py-type.exp
9899 * gdb.python/py-unwind-maint.exp
9900 * gdb.python/py-unwind.exp
9901 * gdb.python/py-value.exp
9902 * gdb.python/python.exp
9903 * gdb.reverse/finish-reverse-bkpt.exp
9904 * gdb.reverse/insn-reverse.exp
9905 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9906 * gdb.reverse/solib-precsave.exp
9907 * gdb.reverse/solib-reverse.exp
9908 * gdb.stabs/gdb11479.exp
9909 * gdb.stabs/weird.exp
9910 * gdb.threads/fork-child-threads.exp
9911 * gdb.threads/fork-plus-threads.exp
9912 * gdb.threads/fork-thread-pending.exp
9913 * gdb.threads/forking-threads-plus-breakpoint.exp
9914 * gdb.threads/hand-call-in-threads.exp
9915 * gdb.threads/interrupted-hand-call.exp
9916 * gdb.threads/linux-dp.exp
9917 * gdb.threads/local-watch-wrong-thread.exp
9918 * gdb.threads/next-while-other-thread-longjmps.exp
9919 * gdb.threads/non-ldr-exit.exp
9920 * gdb.threads/pending-step.exp
9921 * gdb.threads/print-threads.exp
9922 * gdb.threads/process-dies-while-detaching.exp
9923 * gdb.threads/process-dies-while-handling-bp.exp
9924 * gdb.threads/pthreads.exp
9925 * gdb.threads/queue-signal.exp
9926 * gdb.threads/reconnect-signal.exp
9927 * gdb.threads/signal-command-handle-nopass.exp
9928 * gdb.threads/signal-command-multiple-signals-pending.exp
9929 * gdb.threads/signal-delivered-right-thread.exp
9930 * gdb.threads/signal-sigtrap.exp
9931 * gdb.threads/sigthread.exp
9932 * gdb.threads/staticthreads.exp
9933 * gdb.threads/stepi-random-signal.exp
9934 * gdb.threads/thread-unwindonsignal.exp
9935 * gdb.threads/thread_check.exp
9936 * gdb.threads/thread_events.exp
9937 * gdb.threads/tid-reuse.exp
9938 * gdb.threads/tls-nodebug.exp
9939 * gdb.threads/tls-shared.exp
9940 * gdb.threads/tls-so_extern.exp
9941 * gdb.threads/tls.exp
9942 * gdb.threads/wp-replication.exp
9943 * gdb.trace/actions-changed.exp
9944 * gdb.trace/actions.exp
9945 * gdb.trace/backtrace.exp
9946 * gdb.trace/change-loc.exp
9947 * gdb.trace/collection.exp
9948 * gdb.trace/deltrace.exp
9949 * gdb.trace/disconnected-tracing.exp
9950 * gdb.trace/entry-values.exp
9951 * gdb.trace/ftrace-lock.exp
9952 * gdb.trace/ftrace.exp
9953 * gdb.trace/infotrace.exp
9954 * gdb.trace/mi-trace-frame-collected.exp
9955 * gdb.trace/mi-trace-unavailable.exp
9956 * gdb.trace/mi-traceframe-changed.exp
9957 * gdb.trace/mi-tracepoint-changed.exp
9958 * gdb.trace/mi-tsv-changed.exp
9959 * gdb.trace/no-attach-trace.exp
9960 * gdb.trace/packetlen.exp
9961 * gdb.trace/passc-dyn.exp
9962 * gdb.trace/passcount.exp
9963 * gdb.trace/pending.exp
9964 * gdb.trace/pr16508.exp
9965 * gdb.trace/qtro.exp
9966 * gdb.trace/range-stepping.exp
9967 * gdb.trace/read-memory.exp
9968 * gdb.trace/report.exp
9969 * gdb.trace/save-trace.exp
9970 * gdb.trace/signal.exp
9971 * gdb.trace/stap-trace.exp
9972 * gdb.trace/status-stop.exp
9973 * gdb.trace/strace.exp
9974 * gdb.trace/tfile.exp
9975 * gdb.trace/tfind.exp
9976 * gdb.trace/trace-break.exp
9977 * gdb.trace/trace-condition.exp
9978 * gdb.trace/trace-enable-disable.exp
9979 * gdb.trace/trace-mt.exp
9980 * gdb.trace/tracecmd.exp
9981 * gdb.trace/tracefile-pseudo-reg.exp
9982 * gdb.trace/tspeed.exp
9983 * gdb.trace/tstatus.exp
9984 * gdb.trace/tsv.exp
9985 * gdb.trace/unavailable.exp
9986 * gdb.trace/while-dyn.exp
9987 * gdb.trace/while-stepping.exp
9988 * lib/gdb-guile.exp
9989 * lib/gdb.exp
9990 * lib/mi-support.exp
9991 * lib/pascal.exp
9992 * lib/perftest.exp
9993 * lib/prelink-support.exp
9994 * lib/selftest-support.exp
9995
9996 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9997
9998 * Makefile.in: Include disable-implicit-rules.mk.
9999
10000 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10001
10002 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10003 non-byte-aligned bit fields.
10004
10005 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10006
10007 PR gdb/12616
10008 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10009 respects the DW_AT_data_bit_offset attribute.
10010
10011 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10012
10013 * gdb.base/default.exp: Fix output of "set language".
10014
10015 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10016
10017 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10018 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10019 make.
10020 * configure.ac: Remove checks for the make program.
10021 * configure: Re-generate.
10022
10023 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10024
10025 * gdb.python/py-recurse-unwind.c (main): Add loop.
10026 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10027 to read_register() and gdb.parse_and_eval(). Make each code
10028 call a separate case that can be individually tested.
10029 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10030 proc. Call cont_and_backtrace for each of the code paths that
10031 we want to test in the unwinder.
10032
10033 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10034
10035 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10036 the definition of struct S.
10037
10038 2016-11-11 Catherine Moore <clm@codesourcery.com>
10039
10040 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10041
10042 2016-11-09 Pedro Alves <palves@redhat.com>
10043
10044 * gdb.base/commands.exp (runto_or_return): New procedure.
10045 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10046 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10047 (progvar_simple_while_test, progvar_complex_if_while_test)
10048 (if_while_breakpoint_command_test)
10049 (infrun_breakpoint_command_test, breakpoint_command_test)
10050 (user_defined_command_test, watchpoint_command_test)
10051 (test_command_prompt_position, redefine_hook_test)
10052 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10053 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10054 multi_line_input and multi_line. Remove gdb_expect and
10055 gdb_stop_suppressing_tests uses.
10056 * lib/gdb.exp (valnum_re): New global.
10057 (multi_line_input): New procedure.
10058
10059 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10060
10061 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10062 Remove.
10063 (test_setup): Define with proc_with_prefix.
10064 (test_cli_inferior): Likewise.
10065 (test_cli_thread): Likewise.
10066 (test_cli_frame): Likewise.
10067 (test_cli_select_frame): Likewise.
10068 (test_cli_up_down): Likewise.
10069 (test_mi_thread_select): Likewise.
10070 (test_mi_stack_select_frame): Likewise.
10071 (test_cli_in_mi_inferior): Likewise.
10072 (test_cli_in_mi_thread): Likewise.
10073 (test_cli_in_mi_frame): Likewise.
10074 (top level): Do not use with_test_prefix_procname.
10075
10076 2016-11-09 Pedro Alves <palves@redhat.com>
10077
10078 * gdb.base/commands.exp (gdbvar_simple_if_test)
10079 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10080 (progvar_simple_if_test, progvar_simple_while_test)
10081 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10082 (infrun_breakpoint_command_test, breakpoint_command_test)
10083 (user_defined_command_test, watchpoint_command_test)
10084 (test_command_prompt_position, deprecated_command_test)
10085 (bp_deleted_in_command, temporary_breakpoint_commands)
10086 (stray_arg0_test, source_file_with_indented_comment)
10087 (recursive_source_test, if_commands_test)
10088 (error_clears_commands_left, redefine_hook_test)
10089 (redefine_backtrace_test): Use proc_with_prefix.
10090 * lib/gdb.exp (proc_with_prefix): New proc.
10091
10092 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10093
10094 * gdb.base/tui-layout.c: New file.
10095 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10096 disassembly window contains very long lines.
10097
10098 2016-11-08 Tom Tromey <tom@tromey.com>
10099
10100 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10101 depend on Python 2.
10102
10103 2016-11-08 Tom Tromey <tom@tromey.com>
10104
10105 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10106 New method.
10107
10108 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10109
10110 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10111
10112 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10113
10114 * gdb.rust/simple.rs: Add test for univariant enums without
10115 discriminants and for encoded struct-like enums.
10116
10117 2016-10-28 Pedro Alves <palves@redhat.com>
10118
10119 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10120 gdb_test_multiple, tighten regexps and match symtabs and line
10121 tables incrementally.
10122
10123 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10124
10125 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10126 general.
10127
10128 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10129
10130 * gdb.base/exec-invalid-sysroot.exp: New file.
10131
10132 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10133
10134 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10135
10136 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10137
10138 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10139
10140 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10141
10142 * gdb.base/killed-outside.exp: Remove $options from a call to
10143 `prepare_for_testing'.
10144
10145 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10146
10147 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10148 Change test message.
10149
10150 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10151
10152 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10153 Update comment.
10154
10155 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10156
10157 * gdb.trace/mi-trace-save.exp: New file.
10158
10159 2016-10-13 Yao Qi <yao.qi@linaro.org>
10160
10161 * gdb.base/code_elim.exp (get_var_address): Remove.
10162 * gdb.base/relocate.exp: Likewise.
10163 * gdb.base/shreloc.exp: Likewise.
10164 * lib/gdb.exp (get_var_address): New.
10165
10166 2016-10-13 Yao Qi <yao.qi@linaro.org>
10167
10168 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10169 floating point tests if $skip_float_test is false.
10170
10171 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10172
10173 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10174 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10175 argc values.
10176 Add 1 to argc so we guarantee distinct initial/modified argc values.
10177
10178 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10179
10180 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10181
10182 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10183
10184 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10185 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10186 * gdb.arch/vsx-regs.exp: Likewise.
10187
10188 2016-10-07 Yao Qi <yao.qi@linaro.org>
10189
10190 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10191
10192 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10193
10194 * gdb.python/python.exp: Test decode_line("*0").
10195
10196 2016-10-06 Doug Evans <dje@google.com>
10197
10198 * gdb.python/py-value.exp (test_value_creation): Add test for large
10199 unsigned 64-bit value.
10200
10201 2016-10-06 Tom Tromey <tom@tromey.com>
10202
10203 * gdb.compile/compile.exp: Change java tests to rust.
10204 * gdb.base/setshow.exp: Change java tests to rust.
10205 * gdb.base/default.exp: Remove java from language list.
10206 * README (Examples): Update language example.
10207 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10208 test.
10209 * lib/gdb.exp (skip_java_tests): Remove.
10210 * lib/java.exp: Remove.
10211 * gdb.java: Remove.
10212
10213 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10214
10215 * gdb.arch/mips-fcr.exp: New test.
10216 * gdb.arch/mips-fcr.c: Source for the new test.
10217
10218 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10219
10220 * gdb.base/solib-disc.exp: Use `standard_output_file'
10221 throughout.
10222
10223 2016-10-06 Pedro Alves <palves@redhat.com>
10224
10225 * gdb.base/jit-simple-dl.c: New file.
10226 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10227 * gdb.base/jit-simple.c: ... this.
10228 * gdb.base/jit-simple.exp (jit_run): Delete.
10229 (build_jit): New proc.
10230 (jit_test_reread): Recompile either the main program or the shared
10231 library, depending on what is being tested. Skip changing address
10232 if caller wants to. Compare before/after addresses. If testing
10233 standalone, explicitly load the binary. Test "maint info
10234 breakpoints".
10235 (top level): Add "standalone vs shared lib" and "change address"
10236 vs "same address" axes.
10237
10238 2016-10-06 Pedro Alves <palves@redhat.com>
10239
10240 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10241 call.
10242 (jit_run): Delete.
10243 (jit_test_reread): Use with_test_prefix. Reload the main binary
10244 explicitly. Compare the before/after addresses of the JIT
10245 descriptor.
10246
10247 2016-08-15 Doug Evans <dje@google.com>
10248
10249 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10250 for single bitfields is bool.
10251 * gdb.xml/tdesc-regs.exp: Ditto.
10252
10253 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10254
10255 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10256
10257 2016-10-05 Yao Qi <yao.qi@linaro.org>
10258
10259 * lib/gdb.exp (support_complex_tests): Return zero if
10260 gdb_skip_float_test return true.
10261
10262 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10263 Simon Marchi <simon.marchi@ericsson.com>
10264
10265 PR gdb/20487
10266 * gdb.mi/user-selected-context-sync.exp: New file.
10267 * gdb.mi/user-selected-context-sync.c: New file.
10268
10269 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10270 Simon Marchi <simon.marchi@ericsson.com>
10271
10272 PR gdb/20487
10273 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10274 =thread-select-event check.
10275
10276 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10277
10278 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10279 the compulsory L operand changes.
10280 * gdb.arch/powerpc-power.s: Likewise.
10281
10282 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10283
10284 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10285 * gdb.base/jit-attach-pie.c: New file.
10286 * gdb.base/jit-attach-pie.exp: New file.
10287
10288 2016-09-28 Pedro Alves <palves@redhat.com>
10289
10290 * gdb.base/infcall-input.c: New file.
10291 * gdb.base/infcall-input.exp: New file.
10292
10293 2016-09-22 Yao Qi <yao.qi@linaro.org>
10294
10295 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10296 (gdb_exit): Rename it to ...
10297 (gdbserver_gdb_exit): ... Close GDBserver.
10298 (gdb_exit): New proc, call gdbserver_gdb_exit.
10299 (mi_gdb_exit): Likewise.
10300
10301 2016-09-22 Yao Qi <yao.qi@linaro.org>
10302
10303 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10304 path.
10305 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10306 Remove duplication.
10307
10308 2016-09-22 Yao Qi <yao.qi@linaro.org>
10309
10310 * lib/gdbserver-support.exp: Check the existence of
10311 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10312
10313 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10314
10315 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10316
10317 2016-09-21 Tom Tromey <tom@tromey.com>
10318
10319 PR gdb/20604:
10320 * gdb.base/quit.exp: New file.
10321
10322 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10323
10324 * .gitignore: New file.
10325
10326 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10327
10328 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10329 throughout.
10330
10331 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10332
10333 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10334
10335 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10336
10337 * gdb.cp/casts.cc (decltype): Move it ...
10338 (main): ... with its call to ...
10339 * gdb.cp/casts03.cc: ... a new file.
10340 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10341
10342 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10343
10344 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10345
10346 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10347
10348 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10349 and sync up the test with tests in gas/testsuite/gas/ppc.
10350 * gdb.arch/powerpc-power.exp: Likewise.
10351
10352 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10353
10354 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10355
10356 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10357 Jan Kratochvil <jan.kratochvil@redhat.com>
10358
10359 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10360 make m1's definition to be different from m2's. Use 'dummy' as an
10361 argument for probe 'two'.
10362
10363 2016-09-10 Jon Beniston <jon@beniston.com>
10364
10365 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10366 for sim target.
10367
10368 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10369
10370 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10371 variable declaration.
10372 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10373 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10374 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10375 received HWCAP as its argument.
10376
10377 2016-09-06 Pedro Alves <palves@redhat.com>
10378
10379 * gdb.base/new-ui-pending-input.c: New file.
10380 * gdb.base/new-ui-pending-input.exp: New file.
10381 * gdb.exp (clear_gdb_spawn_id): New procedure.
10382 (with_spawn_id): Check whether gdb_spawn_id exists before
10383 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10384 on exit.
10385
10386 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10387
10388 * gdb.base/float128.c: New file.
10389 * gdb.base/float128.exp: Likewise.
10390 * gdb.base/floatn.c: Likewise.
10391 * gdb.base/floatn.exp: Likewise.
10392
10393 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10394
10395 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10396
10397 2016-09-05 Pedro Alves <palves@redhat.com>
10398
10399 PR backtrace/19927
10400 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10401 unwinders are immediately called as side effect of "source" or
10402 "disable unwinder" commands.
10403 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10404
10405 2016-09-02 Yao Qi <yao.qi@linaro.org>
10406
10407 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10408 is true and $type is "float" or "double".
10409
10410 2016-09-02 Yao Qi <yao.qi@linaro.org>
10411
10412 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10413 true.
10414 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10415 * gdb.base/call-rt-st.exp: Likewise.
10416 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10417 return value instead of gdb,skip_float_test.
10418 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10419 (do_function_calls): Use its return value instead of
10420 gdb,skip_float_test.
10421 * gdb.base/finish.exp: Likewise.
10422 * gdb.base/funcargs.exp: Likewise.
10423 * gdb.base/return.exp: Likewise.
10424 * gdb.base/return2.exp: Likewise.
10425 * gdb.base/varargs.exp: Likewise.
10426 * lib/gdb.exp (gdb_skip_float_test): Change it to
10427 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10428
10429 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10430
10431 * gdb.multi/tids.exp: Test "thread apply all".
10432
10433 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10434
10435 * gdb.base/default.exp (tty): Remove.
10436
10437 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10438
10439 * gdb.python/py-recurse-unwind.c: New file.
10440 * gdb.python/py-recurse-unwind.py: New file.
10441 * gdb.python/py-recurse-unwind.exp: New file.
10442
10443 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10444
10445 * gdb.base/set-inferior-tty.exp: New file.
10446 * gdb.base/set-inferior-tty.c: New file.
10447
10448 2016-08-23 Pedro Alves <palves@redhat.com>
10449
10450 PR gdb/20494
10451 * gdb.base/new-ui-echo.c: New file.
10452 * gdb.base/new-ui-echo.exp: New file.
10453
10454 2016-08-23 Yao Qi <yao.qi@linaro.org>
10455
10456 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10457 gdbserver_spawn.
10458 * gdb.server/connect-without-multi-process.exp (do_test):
10459 Likewise.
10460
10461 2016-08-23 Yao Qi <yao.qi@linaro.org>
10462
10463 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10464 standalone_txt. Delete gdb_txt and standalone_txt on host
10465 and target. Spawn the binary on target. Copy files from
10466 target to host.
10467
10468 2016-08-22 Pedro Alves <palves@redhat.com>
10469
10470 PR gdb/20505
10471 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10472 with_test_prefix. Factor out bits to ...
10473 (test_no_vdso): ... this new procedure.
10474
10475 2016-08-19 Carl Love <cel@us.ibm.com>
10476
10477 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10478 maintaining separate logic for constructing the output path.
10479 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10480 * gdb.arch/ppc-dfp.exp: Likewise.
10481 * gdb.arch/ppc-fp.exp: Likewise.
10482 * gdb.arch/vsx-regs.exp: Likewise.
10483 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10484 binprefix for generating the additional binary files.
10485
10486 2016-08-19 Pedro Alves <palves@redhat.com>
10487
10488 * gdb.trace/mi-trace-frame-collected.exp
10489 (test_trace_frame_collected): On x32, expect two registers.
10490
10491 2016-08-18 Carl Love <cel@us.ibm.com>
10492
10493 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10494 and sync up the test with tests in gas/testsuite/gas/ppc.
10495 * gdb.arch/powerpc-power.exp: Likewise.
10496
10497 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10498
10499 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10500 expected error message.
10501
10502 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10503
10504 * gdb.multi/remove-inferiors.exp: New file.
10505 * gdb.multi/remove-inferiors.c: New file.
10506
10507 2016-08-12 Yao Qi <yao.qi@linaro.org>
10508
10509 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10510 argument list.
10511
10512 2016-08-10 Pedro Alves <palves@redhat.com>
10513
10514 PR gdb/19187
10515 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10516 setup_kfails.
10517
10518 2016-08-09 Pedro Alves <palves@redhat.com>
10519 Simon Marchi <simon.marchi@ericsson.com>
10520
10521 PR gdb/20418
10522 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10523 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10524
10525 2016-08-09 Pedro Alves <palves@redhat.com>
10526
10527 PR mi/20431
10528 * gdb.mi/mi-cmd-error.exp: New file.
10529
10530 2016-08-09 Pedro Alves <palves@redhat.com>
10531
10532 PR gdb/18653
10533 * gdb.base/signals-state-child.c: New file.
10534 * gdb.base/signals-state-child.exp: New file.
10535 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10536
10537 2016-08-09 Pedro Alves <palves@redhat.com>
10538
10539 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10540
10541 2016-08-03 Tom Tromey <tom@tromey.com>
10542
10543 PR python/18565:
10544 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10545
10546 2016-08-01 Yao Qi <yao.qi@linaro.org>
10547
10548 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10549 variable mode to "multi-process" if $multi_process is 1, otherwise
10550 set it to "single-process".
10551
10552 2016-08-01 Yao Qi <yao.qi@linaro.org>
10553
10554 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10555 * gdb.cp/cpexprs.exp: Likewise.
10556 * gdb.cp/m-static.exp: Likewise.
10557
10558 2016-07-26 Tom Tromey <tom@tromey.com>
10559
10560 PR python/20190:
10561 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10562 test.
10563
10564 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10565
10566 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10567 selecting assembly source files.
10568 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10569 assembly source files.
10570 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10571 assembly source files.
10572 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10573 selecting assembly source files.
10574
10575 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10576
10577 * gdb.base/new-ui.exp (do_test_invalid_args): New
10578 procedure.
10579
10580 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10581
10582 * gdb.btrace/reconnect.c: New file.
10583 * gdb.btrace/reconnect.exp: New file.
10584
10585 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10586
10587 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10588 to test_catch_syscall_group.
10589 (test_catch_syscall_group): New.
10590
10591 2016-07-21 Tom Tromey <tom@tromey.com>
10592
10593 * gdb.rust/simple.rs (main): Use empty struct expression.
10594 * gdb.rust/simple.exp: Add tests for empty struct expression.
10595
10596 2016-07-21 Yao Qi <yao.qi@linaro.org>
10597
10598 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10599 if gdb_skip_xml_test is true on some targets.
10600
10601 2016-07-21 Yao Qi <yao.qi@linaro.org>
10602
10603 * gdb.server/solib-list.exp: Unset last_loaded_file.
10604
10605 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10606
10607 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10608 "step into captured_main (args)".
10609
10610 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10611
10612 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10613
10614 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10615
10616 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10617
10618 2016-07-19 Pedro Alves <palves@redhat.com>
10619
10620 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10621 * gdb.opt/inline-bt.exp: Likewise.
10622 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10623 additional_flags=-Winline.
10624 * gdb.opt/inline-locals.exp: Likewise.
10625 * gdb.opt/inline-markers.c (ATTR): Define.
10626 (inlined_fn): Use it.
10627
10628 2016-07-19 Yao Qi <yao.qi@linaro.org>
10629
10630 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10631 (test_with_self): Remove some code. Remove argument executable.
10632 (top-level): Use do_self_tests.
10633
10634 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10635 Don Breazeal <donb@codesourcery.com>
10636
10637 * gdb.base/maint.exp: Escape paths used in regular expressions.
10638 * gdb.stabs/weird.exp: Likewise.
10639
10640 2016-07-13 Tom Tromey <tom@tromey.com>
10641
10642 PR python/15620, PR python/18620:
10643 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10644 (test_bkpt_events): New procs.
10645
10646 2016-07-13 Tom Tromey <tom@tromey.com>
10647
10648 PR python/17698:
10649 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10650 test.
10651 (test_watchpoints): Likewise.
10652 (test_bkpt_pending): New proc.
10653
10654 2016-07-13 Tom Tromey <tom@tromey.com>
10655
10656 PR cli/18053:
10657 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10658 completion test.
10659
10660 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10661
10662 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10663 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10664 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10665 f_label.
10666 (g): Rename g_end_lbl to g_label.
10667 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10668 low_pc and high_pc.
10669 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10670
10671 2016-07-12 Tom Tromey <tom@tromey.com>
10672
10673 PR python/19293:
10674 * gdb.python/py-unwind-maint.exp: Update tests.
10675
10676 2016-07-12 Yao Qi <yao.qi@linaro.org>
10677
10678 * lib/selftest-support.exp (selftest_setup): Match the output
10679 when captured_main is inlined.
10680
10681 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10682
10683 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10684 New variables.
10685 (print this%a, print this%b, print this): New tests.
10686 * gdb.fortran/derived-types.f90 (this): New object and
10687 initialization.
10688
10689 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10690
10691 * gdb.ada/arraydim.exp: Remove extra directory level in build
10692 directory.
10693
10694 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10695
10696 * lib/ada.exp: Remove extra directory level in build directory.
10697 * gdb.ada/cond_lang.exp: Likewise.
10698 * gdb.ada/exec_changed.exp: Likewise.
10699 * gdb.ada/lang_switch.exp: Likewise.
10700
10701 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10702
10703 * simple.rs: Add test for raw pointer subscripting.
10704 * simple.exp: Add test expectations.
10705
10706 2016-07-05 Yao Qi <yao.qi@linaro.org>
10707
10708 * gdb.mi/mi-reverse.exp: Match =record-started output.
10709
10710 2016-07-01 Pedro Alves <palves@redhat.com>
10711
10712 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10713 procedure.
10714 (jit_reader_test): Test the jit reader's unwinder.
10715 * gdb.base/jithost.c (jit_function_00_code): New global.
10716 (main): Use memcpy to fill in the mmapped code, instead of poking
10717 bytes manually here.
10718 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10719 value.
10720 (read_debug_info): Save the function's range.
10721 (read_sp): New function.
10722 (unwind_frame): Use it. Also unwind RBP.
10723 (get_frame_id): Use read_sp.
10724 (gdb_init_reader): Use calloc instead of malloc.
10725 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10726 parameter. Use gdb_test_multiple.
10727
10728 2016-07-01 Pedro Alves <palves@redhat.com>
10729 Antoine Tremblay <antoine.tremblay@ericsson.com>
10730
10731 * gdb.threads/process-dies-while-detaching.c: New file.
10732 * gdb.threads/process-dies-while-detaching.exp: New file.
10733
10734 2016-07-01 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.multi/watchpoint-multi-exit.c: New file.
10737 * gdb.multi/watchpoint-multi-exit.exp: New file.
10738
10739 2016-06-30 Pedro Alves <palves@redhat.com>
10740
10741 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10742 unset inferior_spawn_id.
10743
10744 2016-06-30 Pedro Alves <palves@redhat.com>
10745
10746 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10747 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10748
10749 2016-06-29 Yao Qi <yao.qi@linaro.org>
10750
10751 * gdb.base/return.c: Add copyright header.
10752
10753 2016-06-29 Tom Tromey <tom@tromey.com>
10754
10755 PR python/20129:
10756 * gdb.python/py-framefilter.exp: Add tests for setting priority
10757 and disabling of non-existent frame filter.
10758
10759 2016-06-29 Yao Qi <yao.qi@linaro.org>
10760
10761 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10762 0x0f07ff.
10763
10764 2016-06-28 Yao Qi <yao.qi@linaro.org>
10765
10766 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10767 triplets. Start gdb, execute catch syscall, and continue. Check
10768 gdb's output to determine catch syscall is supported.
10769
10770 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10771
10772 * gdb.rust/simple.rs: Add test for returning unit in a function.
10773 * gdb.rust/simple.exp: Add expectation for functions returning
10774 unit.
10775
10776 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10777
10778 * gdb.python/py-breakpoint-create-fail.c,
10779 gdb.python/py-breakpoint-create-fail.exp,
10780 gdb.python/py-breakpoint-create-fail.py: New testcase.
10781
10782 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10783
10784 PR gdb/20239
10785 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10786 * gdb.rust/simple.exp: Add test expectations for new NonZero
10787 tests.
10788
10789 2016-06-24 David Taylor <dtaylor@emc.com>
10790
10791 * gdb.base/offsets.exp: New file.
10792 * gdb.base/offsets.c: New file.
10793
10794 2016-06-23 Tom Tromey <tom@tromey.com>
10795
10796 PR gdb/16483:
10797 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10798 before any filters are loaded.
10799
10800 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10801
10802 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10803 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10804 structs.
10805 * gdb.fortran/derived-type-function.exp: New file.
10806 * gdb.fortran/derived-type-function.f90: New file.
10807
10808
10809 2016-06-21 Pedro Alves <palves@redhat.com>
10810
10811 * gdb.base/new-ui.exp: New file.
10812 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10813 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10814 (with_spawn_id): New procedure.
10815
10816 2016-06-21 Pedro Alves <palves@redhat.com>
10817
10818 * gdb.mi/mi-exec-run.exp: New file.
10819
10820 2016-06-21 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10823 breakpoint command's output on the main UI.
10824 (test_break): New procedure, factored out from calls in the top
10825 level.
10826 (top level): Use foreach_with_prefix to test MI as main UI and as
10827 separate UI.
10828
10829 2016-06-21 Pedro Alves <palves@redhat.com>
10830
10831 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10832 (test_awatch_creation_and_listing)
10833 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10834 Remove 'type' parameter.
10835 (test_watchpoint_all): New parameter mi_mode. Remove
10836 with_test_prefix.
10837 (top level): Use foreach_with_prefix, and add main/separate UI MI
10838 testing axis.
10839
10840 2016-06-21 Pedro Alves <palves@redhat.com>
10841
10842 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10843 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10844 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10845 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10846 (gdb_main_spawn_id, mi_spawn_id): Declare and
10847 comment.
10848 (mi_create_inferior_pty): New procedure,
10849 factored out from default_mi_gdb_start.
10850 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10851 procedures.
10852 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10853 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10854 Use mi_create_inferior_pty.
10855 (mi_gdb_start): Use eval to pass down args list.
10856
10857 2016-06-21 Pedro Alves <palves@redhat.com>
10858
10859 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10860 * gdb.opt/inline-cmds.exp: Add MI tests.
10861
10862 2016-06-21 Pedro Alves <palves@redhat.com>
10863
10864 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10865
10866 2016-06-21 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10869 (top level): Use it instead of mi_execute_to.
10870
10871 2016-06-21 Pedro Alves <palves@redhat.com>
10872
10873 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10874 (cont_handler_str): New.
10875 (signal_stop_handler): Set stop_handler_str instead of printing to
10876 stdout.
10877 (continue_handler): Set cont_handler_str instead of printing to
10878 stdout.
10879 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10880 mi_send_resuming_command. Print stop_handler_str and
10881 cont_handler_str instead of expecting the python events print
10882 directly.
10883
10884 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10885
10886 * gdb.base/jit-reader.exp: New file.
10887 * gdb.base/jithost.c: New file.
10888 * gdb.base/jithost.h: New file.
10889 * gdb.base/jitreader.c : New file.
10890 * gdb.base/jit-protocol.h: New file.
10891
10892 2016-06-17 Yao Qi <yao.qi@linaro.org>
10893
10894 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10895 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10896 and detach-on-fork. Adjust tests.
10897 (top level): Invoke break_cond_on_syscall with combinations of
10898 syscall, follow-fork-mode and detach-on-fork.
10899
10900 2016-06-17 Yao Qi <yao.qi@linaro.org>
10901
10902 * gdb.base/step-over-exit.c: New.
10903 * gdb.base/step-over-exit.exp: New.
10904
10905 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10906
10907 * gdb.base/float.exp: Add target check for nds32*-*-*.
10908 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10909
10910 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10911
10912 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10913 for unsupported target features.
10914 * gdb.base/call-rt-st.exp: Likewise.
10915 * gdb.base/call-sc.exp: Likewise.
10916 * gdb.base/call-signal-resume.exp: Likewise.
10917 * gdb.base/call-strs.exp: Likewise.
10918 * gdb.base/callexit.exp: Likewise.
10919 * gdb.base/callfuncs.exp: Likewise.
10920 * gdb.base/nodebug.exp: Likewise.
10921 * gdb.base/printcmds.exp: Likewise.
10922 * gdb.base/ptype.exp: Likewise.
10923 * gdb.base/structs.exp: Likewise.
10924 * gdb.base/unwindonsignal.exp: Likewise.
10925 * gdb.cp/gdb2495.exp: Likewise.
10926 * gdb.cp/templates.exp: Likewise.
10927 * gdb.cp/virtfunc.exp: Likewise.
10928 * gdb.threads/hand-call-in-threads.exp: Likewise.
10929 * gdb.threads/interrupted-hand-call.exp: Likewise.
10930 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10931
10932 2016-06-10 Tom Tromey <tom@tromey.com>
10933
10934 PR rust/20110:
10935 * gdb.rust/expr.exp: Add test for integer constant larger than
10936 i32.
10937
10938 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10939
10940 * gdb.fortran/nested-funcs.exp: New.
10941 * gdb.fortran/nested-funcs.f90: New.
10942
10943 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10944
10945 * gdb.base/examine-backward.c: New file.
10946 * gdb.base/examine-backward.exp: New file.
10947
10948 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10949
10950 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10951 matching.
10952
10953 2016-06-02 Tom Tromey <tom@tromey.com>
10954
10955 PR python/18984:
10956 * gdb.python/py-shared.exp: Add solib_name test.
10957
10958 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10959
10960 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10961
10962 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10963
10964 PR c++/19893
10965 * gdb.dwarf2/implref.exp: Rename to...
10966 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10967 * gdb.dwarf2/implref-array.c: New file.
10968 * gdb.dwarf2/implref-array.exp: Likewise.
10969 * gdb.dwarf2/implref-global.c: Likewise.
10970 * gdb.dwarf2/implref-global.exp: Likewise.
10971 * gdb.dwarf2/implref-struct.c: Likewise.
10972 * gdb.dwarf2/implref-struct.exp: Likewise.
10973
10974 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10975
10976 * gdb.trace/trace-condition.exp: Add 64bit tests.
10977
10978 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10979
10980 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10981 bits types.
10982 (main): Adapt to 8 to 64 bits types.
10983 * gdb.trace/trace-condition.exp: Add new tests.
10984
10985 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10986
10987 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10988
10989 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10990
10991 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10992 Move condition tests...
10993 * gdb.trace/trace-condition.exp: Here.
10994
10995 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10996
10997 * gdb.trace/trace-condition.exp: Add counter-case tests.
10998
10999 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11000
11001 PR c++/15231
11002 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11003 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11004
11005 2016-05-27 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11008 New procedure.
11009 (top level): Call it, and bail out of DejaGnu is known to be bad.
11010
11011 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11012
11013 * gdb.base/whatis.c: Extend the test case.
11014 * gdb.base/whatis.exp: Add additional tests.
11015
11016 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11017
11018 * gdb.fortran/type.f90: Add pointer variable.
11019 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11020
11021 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11022
11023 * gdb.fortran/vla-type.exp: Fix testcase name.
11024
11025 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11026
11027 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11028
11029 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11030
11031 * gdb.fortran/type.f90: Add nested structures.
11032 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11033 * gdb.fortran/derived-type.exp: Adapt expected output.
11034 * gdb.fortran/vla-type.exp: Adapt expected output.
11035
11036 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11037
11038 * gdb.fortran/whatis_type.exp: Adapt expected output.
11039
11040 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11041
11042 * gdb.fortran/print_type.exp: Fix expected output.
11043 * gdb.fortran/whatis_type.exp: Fix expected output.
11044
11045 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11046
11047 * gdb.fortran/whatis_type.exp: Use multi_line.
11048
11049 2016-05-24 Tom Tromey <tom@tromey.com>
11050
11051 PR python/17386:
11052 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11053 use value as an index.
11054
11055 2016-05-23 Tom Tromey <tom@tromey.com>
11056
11057 PR python/17981:
11058 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11059 no-breakpoint case.
11060
11061 2016-05-24 Pedro Alves <palves@redhat.com>
11062
11063 PR gdb/19828
11064 * gdb.threads/clone-attach-detach.c: New file.
11065 * gdb.threads/clone-attach-detach.exp: New file.
11066
11067 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11068
11069 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11070
11071 2016-05-23 Tom Tromey <tom@tromey.com>
11072
11073 PR python/19438, PR python/18393:
11074 * gdb.python/py-progspace.exp: Add "dir" test.
11075 * gdb.python/py-objfile.exp: Add "dir" test.
11076
11077 2016-05-23 Yao Qi <yao.qi@linaro.org>
11078
11079 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11080 * gdb.arch/thumb2-it.exp: Likewise.
11081
11082 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11083
11084 * gdb.mi/mi-threads-interrupt.c: New file.
11085 * gdb.mi/mi-threads-interrupt.exp: New file.
11086
11087 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11088
11089 PR gdb/18077
11090 * gdb.mi/mi-async-run.exp: New file.
11091 * gdb.mi/mi-async-run.c: New file.
11092
11093 2016-05-17 Tom Tromey <tom@tromey.com>
11094 Manish Goregaokar <manishsmail@gmail.com>
11095
11096 * lib/rust-support.exp: New file.
11097 * lib/gdb.exp (skip_rust_tests): New proc.
11098 (build_executable_from_specs): Handle rust.
11099 * lib/future.exp (gdb_find_rustc): New proc.
11100 (gdb_default_target_compile): Handle rust.
11101 * gdb.rust/expr.exp: New file.
11102 * gdb.rust/generics.exp: New file.
11103 * gdb.rust/generics.rs: New file.
11104 * gdb.rust/methods.exp: New file.
11105 * gdb.rust/methods.rs: New file.
11106 * gdb.rust/modules.exp: New file.
11107 * gdb.rust/modules.rs: New file.
11108 * gdb.rust/simple.exp: New file.
11109 * gdb.rust/simple.rs: New file.
11110
11111 2016-05-17 Tom Tromey <tom@tromey.com>
11112
11113 * gdb.base/default.exp (set language): Add rust.
11114
11115 2016-05-17 Tom Tromey <tom@tromey.com>
11116
11117 * gdb.gdb/unittest.exp: New file.
11118
11119 2016-05-16 Yao Qi <yao.qi@linaro.org>
11120
11121 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11122 shell_prompt. Update shell_prompt_re.
11123
11124 2016-05-12 Doug Evans <dje@google.com>
11125
11126 PR symtab/19999
11127 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11128 $options when building executable.
11129 * gdb.dwarf2/fission-loclists-pie.S: New file.
11130 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11131
11132 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11133
11134 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11135 of [is_remote target],
11136
11137 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11138
11139 * lib/gdb.exp (use_gdb_stub): New procedure.
11140
11141 2016-05-03 Yunlian Jiang <yunlian@google.com>
11142 Doug Evans <dje@google.com>
11143
11144 PR symtab/19914
11145 * gdb.dwarf2/dwp-sepdebug.c: New file.
11146 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11147
11148 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11149
11150 * gdb.base/detach.exp: Remove is_remote check.
11151
11152 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11153
11154 * gdb.base/annota-input-while-running.exp: Don't check for
11155 [is_remote target]. Enable annotations after running to main.
11156 Remove unused "set test..." line.
11157
11158 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11159
11160 * gdb.trace/trace-enable-disable.exp: New file.
11161 * gdb.trace/trace-enable-disable.c: New file.
11162
11163 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11164
11165 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11166 use it in info sharedlibrary test.
11167 * gdb.trace/ftrace-lock.exp: Likewise.
11168 * gdb.trace/ftrace.exp: Likewise.
11169 * gdb.trace/range-stepping.exp: Likewise.
11170 * gdb.trace/trace-break.exp: Likewise.
11171 * gdb.trace/trace-condition.exp: Likewise.
11172 * gdb.trace/trace-mt.exp: Likewise.
11173
11174 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11175
11176 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11177 (gdb_load_shlib): ... this.
11178 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11179 gdb_load_shlib.
11180 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11181 * gdb.base/ctxobj.exp: Likewise.
11182 * gdb.base/dprintf-pending.exp: Likewise.
11183 * gdb.base/dso2dso.exp: Likewise.
11184 * gdb.base/fixsection.exp: Likewise.
11185 * gdb.base/gcore-relro.exp: Likewise.
11186 * gdb.base/gdb1555.exp: Likewise.
11187 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11188 * gdb.base/gnu-ifunc.exp: Likewise.
11189 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11190 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11191 * gdb.base/pending.exp: Likewise.
11192 * gdb.base/print-file-var.exp: Likewise.
11193 * gdb.base/print-symbol-loading.exp: Likewise.
11194 * gdb.base/shlib-call.exp: Likewise.
11195 * gdb.base/shreloc.exp: Likewise.
11196 * gdb.base/so-impl-ld.exp: Likewise.
11197 * gdb.base/solib-disc.exp: Likewise.
11198 * gdb.base/solib-nodir.exp: Likewise.
11199 * gdb.base/solib-overlap.exp: Likewise.
11200 * gdb.base/solib-symbol.exp: Likewise.
11201 * gdb.base/solib-weak.exp (do_test): Likewise.
11202 * gdb.base/sym-file.exp: Likewise.
11203 * gdb.base/symtab-search-order.exp: Likewise.
11204 * gdb.base/type-opaque.exp: Likewise.
11205 * gdb.base/unload.exp: Likewise.
11206 * gdb.base/watchpoint-solib.exp: Likewise.
11207 * gdb.compile/compile.exp: Likewise.
11208 * gdb.cp/gdb2384.exp: Likewise.
11209 * gdb.cp/infcall-dlopen.exp: Likewise.
11210 * gdb.cp/re-set-overloaded.exp: Likewise.
11211 * gdb.fortran/library-module.exp: Likewise.
11212 * gdb.opt/solib-intra-step.exp: Likewise.
11213 * gdb.python/py-finish-breakpoint.exp: Likewise.
11214 * gdb.python/py-shared.exp: Likewise.
11215 * gdb.reverse/solib-precsave.exp: Likewise.
11216 * gdb.reverse/solib-reverse.exp: Likewise.
11217 * gdb.server/solib-list.exp: Likewise.
11218 * gdb.threads/dlopen-libpthread.exp: Likewise.
11219 * gdb.threads/tls-shared.exp: Likewise.
11220 * gdb.threads/tls-so_extern.exp: Likewise.
11221 * gdb.trace/change-loc.exp: Likewise.
11222 * gdb.trace/ftrace-lock.exp: Likewise.
11223 * gdb.trace/ftrace.exp: Likewise.
11224 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11225 * gdb.trace/pending.exp: Likewise.
11226 * gdb.trace/range-stepping.exp: Likewise.
11227 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11228 (strace_info_marker): Likewise.
11229 (strace_probe_marker): Likewise.
11230 (strace_trace_on_same_addr): Likewise.
11231 (strace_trace_on_diff_addr): Likewise.
11232 * gdb.trace/trace-break.exp: Likewise.
11233 * gdb.trace/trace-condition.exp: Likewise.
11234 * gdb.trace/trace-mt.exp: Likewise.
11235
11236 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11237
11238 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11239 result of gdb_remote_download.
11240 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11241 * gdb.base/dso2dso.exp: Likewise.
11242 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11243 * gdb.base/print-file-var.exp: Likewise.
11244 * gdb.base/shlib-call.exp: Likewise.
11245 * gdb.base/shreloc.exp: Likewise.
11246 * gdb.base/solib-overlap.exp: Likewise.
11247 * gdb.base/solib-weak.exp (do_test): Likewise.
11248 * gdb.base/unload.exp: Likewise.
11249
11250 2016-04-27 Yao Qi <yao.qi@linaro.org>
11251
11252 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11253 exists.
11254
11255 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11256
11257 * vla-type.exp: Print structure from toplevel.
11258
11259 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11260
11261 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11262 of dynamic types.
11263 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11264 of dynamic types.
11265
11266 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11267
11268 * gdb.fortran/vla-type.f90: New file.
11269 * gdb.fortran/vla-type.exp: New file.
11270
11271 2016-04-25 Yao Qi <yao.qi@linaro.org>
11272
11273 * gdb.base/branch-to-self.c: New file.
11274 * gdb.base/branch-to-self.exp: New file.
11275
11276 2016-04-22 Yao Qi <yao.qi@linaro.org>
11277
11278 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11279 more after $hex.
11280
11281 2016-04-22 Yao Qi <yao.qi@linaro.org>
11282
11283 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11284 * gdb.base/annota3.exp: Likewise.
11285
11286 2016-04-22 Yao Qi <yao.qi@linaro.org>
11287
11288 * gdb.reverse/step-precsave.exp: Do one step and test program
11289 stops in "callee" and do multiple steps until program goes out
11290 of "callee".
11291 * gdb.reverse/step-reverse.exp: Likewise.
11292
11293 2016-04-22 Yao Qi <yao.qi@linaro.org>
11294
11295 * gdb.trace/signal.exp: Also pass if
11296 $tracepoint_hits($i) > $iterations.
11297
11298 2016-04-22 Yao Qi <yao.qi@linaro.org>
11299
11300 * gdb.trace/signal.c: New file.
11301 * gdb.trace/signal.exp: New file.
11302
11303 2016-04-19 Doug Evans <xdje42@gmail.com>
11304
11305 * gdb.base/bad-file.exp: New file.
11306
11307 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11308
11309 * gdb.dwarf2/implref.exp: New file.
11310
11311 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11312
11313 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11314 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11315 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11316 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11317 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11318 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11319 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11320 * lib/fortran.exp (fortran_int4): New procedure.
11321 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11322 (fortran_logical4): Likewise.
11323
11324 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11325
11326 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11327
11328 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11329
11330 * lib/compiler.c: Add Intel specific preprocessor macros.
11331 * lib/compiler.cc: Likewise.
11332
11333 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11334
11335 * gdb.server/connect-with-no-symbol-file.c: New file.
11336 * gdb.server/connect-with-no-symbol-file.exp: New file.
11337
11338 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11339
11340 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11341
11342 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11343
11344 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11345 standard output directory.
11346
11347 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11348
11349 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11350
11351 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11352
11353 * gdb.btrace/instruction_history.c (loop): Add declaration.
11354
11355 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11356
11357 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11358
11359 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11360
11361 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11362 parentheses to print.
11363 (continue_handler): Likewise.
11364
11365 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11366
11367 * gdb.server/solib-list.exp: Remove is_remote check.
11368 Pass shlib= to gdb_compile. Don't link shared library with
11369 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11370 Run binary filename through "readlink -f" on the target.
11371
11372 2016-04-08 Pedro Alves <palves@redhat.com>
11373
11374 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11375 interpreter filename as argument to gdbserver_spawn.
11376 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11377 Return empty if $last_loaded_file does not exist.
11378
11379 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11380
11381 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11382 * gdb.base/jit-main.c: Use exit after usage.
11383
11384 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11385
11386 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11387 GDBHISTSIZE prior to the tests.
11388 * gdb.base/gdbinit-history.exp: Likewise.
11389
11390 2016-04-07 Pedro Alves <palves@redhat.com>
11391
11392 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11393 instead of build_executable. Use gdb_load_shlibs.
11394
11395 2016-04-07 Yao Qi <yao.qi@linaro.org>
11396
11397 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11398 Execute "si" command.
11399
11400 2016-04-07 Yao Qi <yao.qi@linaro.org>
11401
11402 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11403 number instead of the comments on some line.
11404
11405 2016-04-06 Don Breazeal <donb@codesourcery.com>
11406
11407 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11408 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11409
11410 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11411
11412 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11413 standard_output_file. Remove unused binfile variable.
11414
11415 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11416
11417 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11418 * gdb.python/py-mi-objfile.exp: Match "list main" output
11419 in console format.
11420
11421 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11422
11423 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11424 absolute.
11425
11426 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11427
11428 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11429 absolute.
11430 * gdb.trace/ftrace.exp: Likewise.
11431 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11432 targets as well.
11433 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11434 (gdb_load_shlibs): Copy libraries to test directory when testing
11435 natively. Only set solib-search-path if testing remotely.
11436 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11437
11438 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11439
11440 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11441 gdb_download. Use it even if the target is not remote.
11442 * gdb.base/jit.exp (compile_jit_test): Likewise.
11443 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11444 output directory if the destination board is local, otherwise use
11445 the standard remote_download from DejaGnu.
11446 (gdb_download): Remove.
11447 (gdb_load_shlibs): Use gdb_remote_download instead of
11448 gdb_download.
11449 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11450 Use gdb_remote_download instead of gdb_download. Use it even if
11451 the target is not remote.
11452 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11453 instead of gdb_download.
11454
11455 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11456
11457 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11458 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11459 run.
11460
11461 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11462
11463 PR gdb/19820
11464 * gdb.base/printcmds.exp: Add artificial arrays tests.
11465
11466 2016-03-31 Pedro Alves <palves@redhat.com>
11467
11468 PR gdb/19858
11469 * gdb.base/jit-main.c: Include unistd.h.
11470 (ATTACH): Define to 0 if not already defined.
11471 (wait_for_gdb, mypid): New globals.
11472 (WAIT_FOR_GDB): New macro.
11473 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11474 some breakpoint locations.
11475 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11476 New procedures.
11477 (one_jit_test): Add REATTACH parameter, and handle it. Use
11478 continue_to_test_location.
11479 (top level): Test attach, and adjusts calls to one_jit_test.
11480
11481 2016-03-31 Pedro Alves <palves@redhat.com>
11482
11483 PR gdb/19858
11484 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11485 BINSUFFIX parameter, and handle it.
11486 (top level): Adjust calls compile_jit_test.
11487
11488 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11489
11490 PR python/19743
11491 * gdb.python/py-mi-events-gdb.py: New file.
11492 * gdb.python/py-mi-events.c: New file.
11493 * gdb.python/py-mi-events.exp: New file.
11494
11495 2016-03-30 Yao Qi <yao.qi@linaro.org>
11496
11497 * gdb.reverse/until-precsave.exp: Match function name only.
11498 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11499 Move malloc to a condition block.
11500 * gdb.reverse/until-reverse.exp: Match function name only.
11501
11502 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11503
11504 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11505 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11506 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11507 variable for GPR 0 instead of assuming it is register 0.
11508 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11509 * lib/trace-support.exp: Add s390 registers.
11510
11511 2016-03-29 Yao Qi <yao.qi@linaro.org>
11512
11513 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11514
11515 2016-03-24 Yao Qi <yao.qi@linaro.org>
11516
11517 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11518 test message.
11519
11520 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11521
11522 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11523 maintaining separate logic for constructing the output path.
11524
11525 2016-03-16 Don Breazeal <donb@codesourcery.com>
11526
11527 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11528 Retry fork and waitpid on interrupted system call errors.
11529 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11530 Use with_timeout_factor to increase timeout by factor of 10.
11531
11532 2016-03-15 Don Breazeal <donb@codesourcery.com>
11533
11534 * gdb.cp/scope-err.cc: New test program.
11535 * gdb.cp/scope-err.exp: New test script.
11536 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11537 lines and "set breakpoint here" comment.
11538 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11539 Fixed some whitespace and format issues.
11540 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11541 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11542
11543 2016-03-15 Doug Evans <dje@google.com>
11544
11545 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11546 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11547 All callers updated. Add tests for enums, mixed flags register.
11548
11549 2016-03-15 Doug Evans <dje@google.com>
11550
11551 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11552 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11553
11554 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11555
11556 * gdb.base/default.exp: Add $_as_string to the list of expected
11557 convenience functions.
11558
11559 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11560
11561 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11562
11563 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11564
11565 * gdb.python/py-as-string.exp: New file.
11566 * gdb.python/py-as-string.c: New file.
11567
11568 2016-03-09 Pedro Alves <palves@redhat.com>
11569
11570 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11571 signal" -> "Thread NN received signal" output change.
11572 * gdb.threads/ia64-sigill.exp: Likewise.
11573 * gdb.threads/linux-dp.exp: Likewise.
11574 * gdb.threads/manythreads.exp: Likewise.
11575 * gdb.threads/pending-step.exp: Likewise.
11576 * gdb.threads/print-threads.exp: Likewise.
11577 * gdb.threads/sigstep-threads.exp: Likewise.
11578 * gdb.threads/staticthreads.exp: Likewise.
11579 * gdb.threads/tls.exp: Likewise.
11580
11581 2016-03-09 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.base/command-line-input.exp: New file.
11584
11585 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11586
11587 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11588 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11589 * gdb.trace/pending.exp: Accept leading dot before function name.
11590 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11591 * lib/trace-support.exp: Set registers for ppc.
11592
11593 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11594
11595 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11596 use it for disassembly; accept .main in addition to main in backtrace.
11597
11598 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11599 Marcin Kościelnicki <koriakin@0x04.net>
11600
11601 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11602 (gdb_recursion_test_ptr): New global variable.
11603 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11604 gdb_recursion_test.
11605 (gdb_c_test): Ditto.
11606
11607 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11608
11609 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11610 ordering.
11611
11612 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11613
11614 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11615 (bar): Add bar_start_lbl label.
11616 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11617 of foo/bar for emitting DWARF and tracing.
11618
11619 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11620
11621 * analyze-racy-logs.py: Set executable bit.
11622
11623 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11624
11625 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11626 (CHECK_TARGET_TMP): Likewise.
11627 (check-single-racy): New rule.
11628 (check-parallel-racy): Likewise.
11629 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11630 (do-check-parallel-racy): New rule.
11631 (check-racy/%.exp): Likewise.
11632 * README (Racy testcases): New section.
11633 * analyze-racy-logs.py: New file.
11634
11635 2016-03-03 Doug Evans <dje@google.com>
11636
11637 * gdb.base/skip.exp: Use with_test_prefix.
11638
11639 2016-03-03 Yao Qi <yao.qi@linaro.org>
11640
11641 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11642 Invoke step_over_syscall "clone" and break_cond_on_syscall
11643 "clone".
11644 * gdb.base/step-over-clone.c: New file.
11645
11646 2016-03-03 Yao Qi <yao.qi@linaro.org>
11647
11648 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11649 code format.
11650
11651 2016-03-03 Yao Qi <yao.qi@linaro.org>
11652
11653 * gdb.base/disp-step-fork.c: Rename to ...
11654 * gdb.base/step-over-fork.c: ... it. New file.
11655 * gdb.base/disp-step-vfork.c: Rename to ...
11656 * gdb.base/step-over-vfork.c: ... it. New file.
11657 * gdb.base/disp-step-syscall.exp: Rename to ...
11658 * gdb.base/step-over-syscall.exp: ... it. New file.
11659 (disp_step_cross_syscall): Rename to ...
11660 (step_over_syscall): ... it.
11661
11662 2016-03-03 Yao Qi <yao.qi@linaro.org>
11663
11664 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11665 If target supports condition evaluation on target, invoke
11666 break_cond_on_syscall for fork and vfork.
11667
11668 2016-03-03 Yao Qi <yao.qi@linaro.org>
11669
11670 * gdb.base/disp-step-syscall.exp: Don't invoke
11671 support_displaced_stepping.
11672 (disp_step_cross_syscall): Test with displaced stepping off and
11673 on if supported.
11674
11675 2016-03-03 Yao Qi <yao.qi@linaro.org>
11676
11677 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11678 proc.
11679 (setup): New proc.
11680 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11681 and setup.
11682
11683 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11684
11685 * gdb.fortran/vla-history.exp: Remove breakpoint.
11686
11687 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11688
11689 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11690 exceeds timeout.
11691
11692 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11693
11694 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11695 breakpoint.
11696
11697 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11698
11699 * gdb.mi/vla.f90: Nullify pointer after declaration.
11700
11701 2016-03-01 Pedro Alves <palves@redhat.com>
11702
11703 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11704
11705 2016-03-01 Pedro Alves <palves@redhat.com>
11706
11707 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11708 before anything else.
11709 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11710 _GNU_SOURCE here.
11711 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11712 before anything else.
11713 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11714
11715 2016-03-01 Pedro Alves <palves@redhat.com>
11716
11717 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11718
11719 2016-03-01 Yao Qi <yao.qi@linaro.org>
11720
11721 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11722 prepare_for_testing.
11723
11724 2016-03-01 Yao Qi <yao.qi@linaro.org>
11725
11726 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11727
11728 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11729
11730 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11731 manually constructing the output path.
11732
11733 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11734
11735 * gdb.arch/s390-stackless.S: New.
11736 * gdb.arch/s390-stackless.exp: New.
11737
11738 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11739
11740 * gdb.dlang/circular.c: New file.
11741 * gdb.dlang/circular.exp: New file.
11742
11743 2016-02-26 Yao Qi <yao.qi@linaro.org>
11744
11745 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11746 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11747 (testcases): Update.
11748
11749 2016-02-26 Yao Qi <yao.qi@linaro.org>
11750
11751 * gdb.reverse/aarch64.c: Rename to ...
11752 * gdb.reverse/insn-reverse.c: ... it.
11753 * gdb.reverse/aarch64.exp: Rename to ...
11754 * gdb.reverse/insn-reverse.exp: ... it.
11755
11756 2016-02-26 Yao Qi <yao.qi@linaro.org>
11757
11758 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11759 (testcase_ftype): New.
11760 (testcases): New array.
11761 (n_testcases): New.
11762 (main): Call each element in testcases.
11763 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11764 (read_testcase): New.
11765 Do the tests in a loop.
11766
11767 2016-02-25 Yao Qi <yao.qi@linaro.org>
11768
11769 * gdb.base/branches.c: Remove.
11770
11771 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11772
11773 PR gdb/13808
11774 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11775
11776 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11777
11778 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11779
11780 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11781
11782 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11783 change x86_64 call_insn to 'callq'.
11784
11785 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11786
11787 * gdb.trace/tfile-avx.c: Move to...
11788 * gdb.trace/tracefile-pseudo-reg.c: Here.
11789 * gdb.trace/tfile-avx.exp: Move to...
11790 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11791
11792 2016-02-24 Gary Benson <gbenson@redhat.com>
11793
11794 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11795 message on attach.
11796
11797 2016-02-23 Doug Evans <dje@google.com>
11798
11799 * gdb.base/skip.c (test_skip): New function.
11800 (end_test_skip_file_and_function): New function.
11801 (test_skip_file_and_function): New function.
11802 * gdb.base/skip1.c (test_skip): New function.
11803 (skip1_test_skip_file_and_function): New function.
11804 * gdb.base/skip.exp: Add tests for new skip options.
11805 * gdb.base/skip-solib.exp: Update expected output.
11806 * gdb.perf/skip-command.cc: New file.
11807 * gdb.perf/skip-command.exp: New file.
11808 * gdb.perf/skip-command.py: New file.
11809
11810 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11811
11812 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11813 info registers pattern.
11814
11815 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11816
11817 * lib/future.exp: Add D support.
11818 (gdb_find_gdc): New proc.
11819 (gdb_default_target_compile): Add D support.
11820
11821 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11822
11823 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11824 user+system time.
11825 (trace_speed_test): Determine the iteration count for a time
11826 between 15..30 seconds.
11827
11828 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11829
11830 * gdb.arch/i386-mpx-sigsegv.c: New file.
11831 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11832 * gdb.arch/i386-mpx-simple_segv.c: New file.
11833 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11834
11835 2016-02-18 Yao Qi <yao.qi@linaro.org>
11836
11837 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11838 Don't call setup_kfail.
11839
11840 2016-02-18 Yao Qi <yao.qi@linaro.org>
11841
11842 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11843 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11844
11845 2016-02-16 Doug Evans <dje@google.com>
11846
11847 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11848 * gdb.base/skip1.c: Ditto.
11849 * gdb.base/skip.exp: Whitespace cleanup.
11850
11851 2016-02-16 Don Breazeal <donb@codesourcery.com>
11852
11853 PR remote/19496
11854 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11855 Remove kfail for PR remote/19496.
11856
11857 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11858
11859 * lib/gdb.exp (standard_temp_file): Return a path specific to
11860 the runtest invocation.
11861
11862 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11863
11864 * gdb.trace/save-trace.exp: Change relative path to be in the
11865 standard output directory.
11866
11867 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11868
11869 * gdb.arch/i386-prologue.c: Add missing prototypes.
11870
11871 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11872
11873 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11874 * gdb.arch/i386-prologue.exp: Likewise.
11875 * gdb.arch/i386-size.exp: Likewise.
11876
11877 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11878
11879 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11880 define object file path.
11881 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11882 file path.
11883 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11884 standard_output_file to define binfile.
11885
11886 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11887
11888 Fix compatibility with recent gfortran-5.3.1.
11889 * gdb.fortran/vla-history.exp (print vla1 allocated)
11890 (print vla2 allocated, print $2, print $3): Remove
11891 (print $4): Rename to ...
11892 (print $2): ... here.
11893 (print $9): Rename to ...
11894 (print $5): ... here.
11895 (print $10): Rename to ...
11896 (print $6): ... here.
11897 * gdb.fortran/vla.f90: Add pvla initialization.
11898
11899 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11900
11901 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11902 New test.
11903 * gdb.fortran/vla-value-sub.exp: Likewise.
11904
11905 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11906
11907 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11908
11909 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11910
11911 * i386-biarch-core.exp: Define corefile using
11912 standard_output_file.
11913
11914 2016-02-12 Yao Qi <yao.qi@linaro.org>
11915
11916 * gdb.arch/arm-single-step-kernel-helper.c: New.
11917 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11918
11919 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11920
11921 * gdb.btrace/tailcall-only.exp: New.
11922 * gdb.btrace/tailcall-only.c: New.
11923 * gdb.btrace/x86_64-tailcall-only.S: New.
11924 * gdb.btrace/i686-tailcall-only.S: New.
11925
11926 2016-02-11 Pedro Alves <palves@redhat.com>
11927
11928 * README (Parallel testing): Add missing double quotes.
11929
11930 2016-02-11 Pedro Alves <palves@redhat.com>
11931
11932 * README (Parallel testing): New section.
11933 (GDB_PARALLEL): Rewrite.
11934 (FORCE_PARALLEL): Document.
11935
11936 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11937
11938 * gdb.trace/tfile-avx.c: New test.
11939 * gdb.trace/tfile-avx.exp: New test.
11940
11941 2016-02-09 Keith Seitz <keiths@redhat.com>
11942
11943 PR breakpoints/19546
11944 * gdb.base/infcall-exec.c: New file.
11945 * gdb.base/infcall-exec2.c: New file.
11946 * gdb.base/infcall-exec.exp: New file.
11947
11948 2016-02-09 Keith Seitz <keiths@redhat.com>
11949
11950 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11951 (toplevel): Call test_bkpt_address.
11952
11953 2016-02-09 Keith Seitz <keiths@redhat.com>
11954
11955 PR python/19506
11956 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11957 (toplevel): Call test_bkpt_address.
11958
11959 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11962 to AC_OUTPUT.
11963 * configure: Regenerate.
11964
11965 2016-02-09 Pedro Alves <palves@redhat.com>
11966
11967 PR breakpoints/19548
11968 * gdb.base/execl-update-breakpoints.c (some_function): New
11969 function.
11970 (main): Call it.
11971 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11972 Tighten expected GDB output.
11973
11974 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11975
11976 * Makefile.in (ALL_SUBDIRS): Remove.
11977 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11978 (distclean maintainer-clean realclean): Likewise.
11979 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11980 * configure: Regenerate.
11981 * gdb.ada/Makefile.in: Delete.
11982 * gdb.arch/Makefile.in: Likewise.
11983 * gdb.asm/Makefile.in: Likewise.
11984 * gdb.base/Makefile.in: Likewise.
11985 * gdb.btrace/Makefile.in: Likewise.
11986 * gdb.cell/Makefile.in: Likewise.
11987 * gdb.compile/Makefile.in: Likewise.
11988 * gdb.cp/Makefile.in: Likewise.
11989 * gdb.disasm/Makefile.in: Likewise.
11990 * gdb.dlang/Makefile.in: Likewise.
11991 * gdb.dwarf2/Makefile.in: Likewise.
11992 * gdb.fortran/Makefile.in: Likewise.
11993 * gdb.gdb/Makefile.in: Likewise.
11994 * gdb.go/Makefile.in: Likewise.
11995 * gdb.guile/Makefile.in: Likewise.
11996 * gdb.java/Makefile.in: Likewise.
11997 * gdb.linespec/Makefile.in: Likewise.
11998 * gdb.mi/Makefile.in: Likewise.
11999 * gdb.modula2/Makefile.in: Likewise.
12000 * gdb.multi/Makefile.in: Likewise.
12001 * gdb.objc/Makefile.in: Likewise.
12002 * gdb.opencl/Makefile.in: Likewise.
12003 * gdb.opt/Makefile.in: Likewise.
12004 * gdb.pascal/Makefile.in: Likewise.
12005 * gdb.perf/Makefile.in: Likewise.
12006 * gdb.python/Makefile.in: Likewise.
12007 * gdb.reverse/Makefile.in: Likewise.
12008 * gdb.server/Makefile.in: Likewise.
12009 * gdb.stabs/Makefile.in: Likewise.
12010 * gdb.threads/Makefile.in: Likewise.
12011 * gdb.trace/Makefile.in: Likewise.
12012 * gdb.xml/Makefile.in: Likewise.
12013 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12014 GDB_PARALLEL.
12015 (standard_output_file): Remove check for GDB_PARALLEL, always
12016 return path in outputs/$subdir/$testname.
12017
12018 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12019
12020 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12021 (site.exp): Assign abs_srcdir to tcl's srcdir.
12022
12023 2016-02-04 Yao Qi <yao.qi@linaro.org>
12024
12025 * gdb.base/foll-exec-mode.c: Include limits.h.
12026 (main): Add parameters argc and argv. Get directory from
12027 argv[0].
12028 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12029 compilation.
12030 * gdb.base/foll-exec.c: Include limits.h.
12031 (main): Add parameters argc and argv.
12032 Get directory from argv[0].
12033 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12034 Adjust tests on the number of lines as source code changed.
12035 * gdb.base/foll-vfork-exit.c: Include limits.h.
12036 (main): Add one line of statement before vfork.
12037 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12038 (main): Add parameters argc and argv. Get directory from
12039 argv[0].
12040 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12041 (setup_gdb): Set tbreak to skip some source lines.
12042 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12043 (main): Add parameters argc and argv. Get directory from
12044 argv[0].
12045 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12046 compilation.
12047 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12048 (main): Add parameters argc and argv. Get directory from
12049 argv[0].
12050 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12051 compilation.
12052
12053 2016-02-01 Doug Evans <dje@google.com>
12054
12055 * gdb.base/skip.exp: Clean up multiple references to same test name.
12056
12057 2016-02-01 Pedro Alves <palves@redhat.com>
12058
12059 PR remote/19496
12060 * gdb.threads/forking-threads-plus-breakpoint.exp
12061 (displaced_stepping_supported): New global.
12062 (probe_displaced_stepping_support): New procedure.
12063 (do_test): Add 'displaced' parameter, and use it.
12064 (top level): Check for displaced stepping support. Add displaced
12065 stepping on/off testing axis.
12066
12067 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12068
12069 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12070 pointer. Don't perform further tests on the unassociated pointer
12071 if the first test fails.
12072
12073 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12074
12075 * gdb.base/max-value-size.c: New file.
12076 * gdb.base/max-value-size.exp: New file.
12077 * gdb.base/huge.exp: Disable max-value-size for this test.
12078
12079 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12080
12081 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12082
12083 2016-01-28 Yao Qi <yao.qi@linaro.org>
12084
12085 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12086
12087 2016-01-25 Pedro Alves <palves@redhat.com>
12088
12089 PR threads/19461
12090 * gdb.base/fork-running-state.c: New file.
12091 * gdb.base/fork-running-state.exp: New file.
12092
12093 2016-01-25 Pedro Alves <palves@redhat.com>
12094
12095 PR gdb/19494
12096 * gdb.base/catch-fork-kill.c: New file.
12097 * gdb.base/catch-fork-kill.exp: New file.
12098
12099 2016-01-25 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12102 Delete, moved to lib/gdb.exp.
12103 * gdb.threads/forking-threads-plus-breakpoint.exp
12104 (foreach_with_prefix): Likewise.
12105 * gdb.threads/process-dies-while-handling-bp.exp
12106 (foreach_with_prefix): Likewise.
12107 * lib/gdb.exp (foreach_with_prefix): New procedure.
12108
12109 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12110
12111 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12112 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12113
12114 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12115
12116 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12117 endian targets.
12118
12119 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12120 Pedro Alves <palves@redhat.com>
12121
12122 Fix testsuite compatibility with Guile.
12123 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12124 number.
12125
12126 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12127
12128 Fix testsuite compatibility with Guile.
12129 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12130 (thread 1): New test for backtrace through signal handler.
12131
12132 2016-01-22 Yao Qi <yao.qi@linaro.org>
12133
12134 PR testsuite/19491
12135 * gdb.base/multi-forks.c: Include
12136 ../lib/unbuffer_output.c
12137 (main): Call gdb_unbuffer_output.
12138
12139 2016-01-21 Doug Evans <dje@google.com>
12140
12141 * lib/ada.exp (gdb_compile_ada): Fix typo.
12142
12143 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12144
12145 * gdb.base/break-fun-addr.exp: New file.
12146 * gdb.base/break-fun-addr1.c: New file.
12147 * gdb.base/break-fun-addr2.c: New file.
12148
12149 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12150
12151 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12152 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12153 enum flag values.
12154
12155 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12156
12157 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12158 when GDB can not set the vector return value. Add more comments
12159 for clarification.
12160
12161 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12162
12163 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12164 command.
12165
12166 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12167
12168 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12169
12170 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12171
12172 * Makefile.in (check-single): Pass --status to runtest.
12173 (check/%.exp): Likewise.
12174
12175 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12176
12177 * Makefile.in (check-parallel): Propagate return code from make
12178 do-check-parallel.
12179
12180 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12181
12182 * gdb.trace/ftrace.exp: Fix expected message on continue.
12183 * gdb.trace/pending.exp: Fix expected message on continue.
12184 * gdb.trace/trace-break.exp: Fix expected message on continue.
12185
12186 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12187
12188 * lib/gdb.exp (gdb_test): Remove unused global references.
12189
12190 2016-01-18 Pedro Alves <palves@redhat.com>
12191
12192 * gdb.base/async-shell.exp: Adjust expected output.
12193 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12194 * gdb.base/siginfo-thread.exp: Adjust expected output.
12195 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12196 * gdb.java/jnpe.exp: Adjust expected output.
12197 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12198 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12199 * gdb.threads/leader-exit.exp: Adjust expected output.
12200 * gdb.threads/manythreads.exp: Adjust expected output.
12201 * gdb.threads/pthreads.exp: Adjust expected output.
12202 * gdb.threads/schedlock.exp: Adjust expected output.
12203 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12204 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12205 expected output.
12206 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12207 output.
12208 * gdb.threads/sigthread.exp: Adjust expected output.
12209 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12210
12211 2016-01-18 Yao Qi <yao.qi@linaro.org>
12212
12213 * gdb.guile/scm-section-script.c: Replace @progbits with
12214 %progbits.
12215 * gdb.python/py-section-script.c: Likewise.
12216
12217 2016-01-15 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.multi/tids.exp: Test star wildcard ranges.
12220
12221 2016-01-15 Pedro Alves <palves@redhat.com>
12222
12223 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12224 command from "thread apply" invocation.
12225 (thr_apply_info_thr_invalid): Default the expected output to the
12226 input tid list.
12227 (top level): Add tests that use convenience variables. Add tests
12228 for "thread apply" with a valid TID list, but missing the command.
12229
12230 2016-01-13 Pedro Alves <palves@redhat.com>
12231
12232 * gdb.base/default.exp: Expect $_gthread as well.
12233 * gdb.multi/tids.exp: Test $_gthread.
12234 * gdb.threads/thread-specific.exp: Test $_gthread.
12235
12236 2016-01-13 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.multi/tids.exp: Test "info threads -gid".
12239
12240 2016-01-13 Pedro Alves <palves@redhat.com>
12241
12242 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12243 Breakpoint.thread.
12244 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12245
12246 2016-01-07 Pedro Alves <palves@redhat.com>
12247
12248 * gdb.base/break.exp: Adjust to output changes.
12249 * gdb.base/hbreak2.exp: Likewise.
12250 * gdb.base/sepdebug.exp: Likewise.
12251 * gdb.base/watch_thread_num.exp: Likewise.
12252 * gdb.linespec/keywords.exp: Likewise.
12253 * gdb.multi/info-threads.exp: Likewise.
12254 * gdb.threads/thread-find.exp: Likewise.
12255 * gdb.multi/tids.c: New file.
12256 * gdb.multi/tids.exp: New file.
12257
12258 2016-01-13 Pedro Alves <palves@redhat.com>
12259
12260 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12261
12262 2016-01-13 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.base/default.exp: Expect $_inferior as well.
12265 * gdb.multi/base.exp: Test $_inferior.
12266
12267 2016-01-13 Pedro Alves <palves@redhat.com>
12268
12269 PR breakpoints/19388
12270 * gdb.base/catch-signal-siginfo-cond.c: New file.
12271 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12272
12273 2016-01-12 Josh Stone <jistone@redhat.com>
12274 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12275
12276 * gdb.base/catch-syscall.c (do_execve): New variable.
12277 (main): Conditionally trigger an execve.
12278 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12279 (test_catch_syscall_execve): New, check entry/return across execve.
12280 (do_syscall_tests): Call test_catch_syscall_execve.
12281
12282 2016-01-12 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.base/random-signal.exp (do_test): New procedure, with body
12285 of testcase moved in.
12286
12287 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12288 Pedro Alves <palves@redhat.com>
12289
12290 * gdb.base/funcargs.exp (finish from indirectly called function):
12291 Reintroduce the case for 'First'.
12292
12293 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12294 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12297 (tcatch_vfork_then_child_follow_exec)
12298 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12299 identification.
12300
12301 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12302
12303 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12304 and repeats to unlimited.
12305 * gdb.python/py-value.exp: Likewise.
12306 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12307 and repeats to unlimited.
12308
12309 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12310
12311 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12312 and reordering the functions.
12313 * gdb.multi/hangout.c: Likewise.
12314 * gdb.multi/hello.c: Likewise.
12315
12316 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12317
12318 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12319 absolute.
12320 (SingleStatisticTestResult.report): Use dict.keys instead of
12321 dict.iterkeys.
12322
12323 2016-01-06 Pedro Alves <palves@redhat.com>
12324
12325 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12326
12327 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12328
12329 * gdb.btrace/dlopen.exp: New.
12330 * gdb.btrace/dlopen.c: New.
12331 * gdb.btrace/dlopen-dso.c: New.
12332
12333 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12334
12335 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12336 PATTERN argument is optional.
12337
12338 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12339
12340 * lib/ada.exp (target_compile_ada_from_dir): New function.
12341 (gdb_compile_ada): Reimplement avoiding the use of project files.
12342 * gdb.ada/gnat_ada.gpr: Delete.
12343 * gdb.ada/cond_lang.exp: Adjust test to make path before
12344 filename optional.
12345 * gdb.ada/small_reg_param.exp: Likewise.
12346
12347 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12348
12349 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12350
12351 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12352
12353 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12354 case.
12355
12356 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12357
12358 * gdb.base/break.exp: Remove dead code.
12359 * gdb.base/sepdebug.exp: Likewise.
12360
12361 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12362
12363 * gdb.asm/asm-source.exp: Remove HP-UX references.
12364 * gdb.base/annota1.exp: Likewise.
12365 * gdb.base/annota3.exp: Likewise.
12366 * gdb.base/attach.exp: Likewise.
12367 * gdb.base/bigcore.exp: Likewise.
12368 * gdb.base/break.exp: Likewise.
12369 * gdb.base/call-ar-st.exp: Likewise.
12370 * gdb.base/callfuncs.exp: Likewise.
12371 * gdb.base/catch-fork-static.exp: Likewise.
12372 * gdb.base/display.exp: Likewise.
12373 * gdb.base/foll-exec-mode.exp: Likewise.
12374 * gdb.base/foll-exec.exp: Likewise.
12375 * gdb.base/foll-fork.exp: Likewise.
12376 * gdb.base/foll-vfork.exp: Likewise.
12377 * gdb.base/funcargs.exp: Likewise.
12378 * gdb.base/hbreak2.exp: Likewise.
12379 * gdb.base/inferior-died.exp: Likewise.
12380 * gdb.base/interrupt.exp: Likewise.
12381 * gdb.base/multi-forks.exp: Likewise.
12382 * gdb.base/nodebug.exp: Likewise.
12383 * gdb.base/sepdebug.exp: Likewise.
12384 * gdb.base/solib1.c: Likewise.
12385 * gdb.base/step-test.exp: Likewise.
12386 * gdb.mi/non-stop.c: Likewise.
12387 * gdb.mi/pthreads.c: Likewise.
12388 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12389 * gdb.threads/pthreads.c: Likewise.
12390 * gdb.threads/staticthreads.exp: Likewise.
12391 * lib/future.exp: Likewise.
12392 * lib/gdb.exp: Likewise.
12393 * gdb.base/so-indr-cl.c: Remove.
12394 * gdb.base/so-indr-cl.exp: Likewise.
12395 * gdb.base/solib.c: Likewise.
12396 * gdb.base/solib.exp: Likewise.
12397 * gdb.base/solib2.c: Likewise.
12398
12399 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12400
12401 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12402 * gdb.base/call-ar-st.exp: Likewise.
12403 * gdb.base/callfuncs.exp: Likewise.
12404 * gdb.base/condbreak.exp: Likewise.
12405 * gdb.base/constvars.exp: Likewise.
12406 * gdb.base/hbreak2.exp: Likewise.
12407 * gdb.base/langs.exp: Likewise.
12408 * gdb.base/list.exp: Likewise.
12409 * gdb.base/long_long.exp: Likewise.
12410 * gdb.base/ptype.exp: Likewise.
12411 * gdb.base/scope.exp: Likewise.
12412 * gdb.base/signals.exp: Likewise.
12413 * gdb.base/so-impl-ld.exp: Likewise.
12414 * gdb.base/varargs.exp: Likewise.
12415 * gdb.base/volatile.exp: Likewise.
12416 * gdb.base/whatis.exp: Likewise.
12417 * gdb.cp/cplusfuncs.exp: Likewise.
12418 * gdb.cp/inherit.exp: Likewise.
12419 * gdb.cp/local.exp: Likewise.
12420 * gdb.cp/member-ptr.exp: Likewise.
12421 * gdb.cp/method.exp: Likewise.
12422 * gdb.cp/overload.exp: Likewise.
12423 * gdb.cp/templates.exp: Likewise.
12424 * gdb.stabs/weird.exp: Likewise.
12425 * lib/compiler.c: Likewise.
12426 * lib/compiler.cc: Likewise.
12427 * lib/cp-support.exp: Likewise.
12428 * lib/gdb.exp: Likewise.
12429
12430 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12431
12432 * configure.ac: Remove HP-UX case.
12433 * configure: Regenerate.
12434
12435 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12436
12437 * lib/gdb.exp (gdb_compile): Add function doc.
12438
12439 2015-12-17 Pedro Alves <palves@redhat.com>
12440
12441 PR threads/19354
12442 * gdb.multi/info-threads.exp: New file.
12443
12444 2015-12-15 Yao Qi <yao.qi@linaro.org>
12445
12446 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12447 is aarch64*-*-*.
12448
12449 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12450
12451 * gdb.base/history-duplicates.exp: Skip if no readline support.
12452
12453 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12454
12455 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12456
12457 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12458
12459 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12460
12461 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12462
12463 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12464 ctrl-C if nointerrupts target property is set.
12465 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12466 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12467 * gdb.base/paginate-bg-execution.exp: Likewise.
12468 * gdb.base/paginate-execution-startup.exp: Likewise.
12469 * gdb.base/random-signal.exp: Likewise.
12470 * gdb.base/range-stepping.exp: Likewise.
12471 * gdb.cp/annota2.exp: Likewise.
12472 * gdb.cp/annota3.exp: Likewise.
12473 * gdb.gdb/selftest.exp: Likewise.
12474 * gdb.threads/continue-pending-status.exp: Likewise.
12475 * gdb.threads/leader-exit.exp: Likewise.
12476 * gdb.threads/manythreads.exp: Likewise.
12477 * gdb.threads/pthreads.exp: Likewise.
12478 * gdb.threads/schedlock.exp: Likewise.
12479 * gdb.threads/sigthread.exp: Likewise.
12480
12481 2015-12-11 Don Breazeal <donb@codesourcery.com>
12482
12483 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12484 remote.
12485 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12486 * gdb.base/foll-exec.exp (main): Enable for target remote.
12487 * gdb.base/foll-fork.exp (main): Likewise.
12488 * gdb.base/foll-vfork.exp (main): Likewise.
12489 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12490 (proc continue_to_exit_bp_loc): Use clean_restart.
12491 * gdb.base/pie-execl.exp (main): Disable for target remote.
12492 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12493 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12494 * gdb.threads/execl.exp (main): Likewise.
12495 * gdb.threads/fork-child-threads.exp (main): Likewise.
12496 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12497 remote.
12498 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12499 remote.
12500 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12501 pid.tid style ptids, instead of just tid.
12502 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12503 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12504 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12505 ptids, instead of just tid.
12506
12507 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12508
12509 * gdb.base/list.exp (test_list_forward): Add end of file error
12510 test.
12511 (test_repeat_list_command): Add end of file error test.
12512 (test_list_backwards): Add beginning of file error test.
12513
12514 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12515
12516 * gdb.base/list.exp (test_list_invalid_args): New function,
12517 defined, and called.
12518
12519 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12520
12521 * gdb.base/list.exp (test_list): Make test names unique.
12522
12523 2015-12-11 Yao Qi <yao.qi@linaro.org>
12524
12525 * gdb.base/coremaker2.c: Remove.
12526
12527 2015-12-10 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.multi/base.exp: Remove stale "spaces" references.
12530
12531 2015-12-10 Pedro Alves <palves@redhat.com>
12532
12533 * gdb.multi/base.exp: Don't use nowarnings.
12534 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12535 * gdb.multi/hangout.c: Include stdio.h.
12536 * gdb.multi/hello.c: Include stdlib.h.
12537 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12538 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12539 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12540
12541 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12542
12543 * gdb.dwarf2/dw2-ranges-base.c: New file.
12544 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12545 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12546 support additional line table, and debug ranges generation.
12547 (Dwarf::ranges): New function, generate .debug_ranges.
12548 (Dwarf::lines): Support generating simple line table programs.
12549 (Dwarf::assemble): Initialise new namespace variables.
12550
12551 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12552
12553 * gdb.base/async.exp (proc test_background): Add case for
12554 asynchronous execution not supported.
12555
12556 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12557
12558 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12559 format and change test names to make them unique.
12560
12561 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12562 Pedro Alves <pedro@redhat.com>
12563
12564 PR gdb/18702
12565 Add checking of floatformats setup on x86_64 hosts.
12566 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12567 (smallval, bigval): New labels/constants.
12568 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12569 float" after loading bigval and smallval.
12570
12571 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12572
12573 * gdb.ada/fun_overload_menu.exp: New testcase.
12574 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12575
12576 2015-12-04 Josh Stone <jistone@redhat.com>
12577
12578 * gdb.base/catch-fork-static.exp: New.
12579
12580 2015-12-03 Yao Qi <yao.qi@linaro.org>
12581
12582 * gdb.base/sizeof.c: Don't include stdio.h and
12583 ../lib/unbuffer_output.c.
12584 (main): New variable 'size' and 'value'. Remove printf and
12585 gdb_unbuffer_output. Assign return value to size and value.
12586 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12587 at the beginning.
12588 (check_sizeof): Check the result by printing variable 'size'.
12589 (check_valueof): Check the result by printing variable 'value'.
12590
12591 2015-12-01 Yao Qi <yao.qi@linaro.org>
12592
12593 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12594 for aarch64*-*-linux* target.
12595
12596 2015-11-30 Pedro Alves <palves@redhat.com>
12597
12598 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12599
12600 2015-11-30 Pedro Alves <palves@redhat.com>
12601
12602 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12603 Handle non-stop mode vCont replies.
12604
12605 2015-11-30 Pedro Alves <palves@redhat.com>
12606
12607 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12608 prepare_for_testing. Start gdb with "set non-stop on" appended to
12609 GDBFLAGS. Lax expected stop output.
12610
12611 2015-11-27 Yao Qi <yao.qi@linaro.org>
12612
12613 * gdb.arch/arm-neon.exp: New.
12614 * gdb.arch/arm-neon.c: New.
12615
12616 2015-11-27 Yao Qi <yao.qi@linaro.org>
12617
12618 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12619
12620 2015-11-27 Yao Qi <yao.qi@linaro.org>
12621
12622 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12623 frames-invalid annotation.
12624
12625 2015-11-27 Yao Qi <yao.qi@linaro.org>
12626
12627 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12628
12629 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12630
12631 * gdb.threads/names.exp: New file.
12632 * gdb.threads/names.c: New file.
12633 * README: Mention gdb,no_thread_names.
12634
12635 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12636
12637 PR 19297
12638 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12639 support" error.
12640
12641 2015-11-24 Pedro Alves <palves@redhat.com>
12642
12643 PR 17539
12644 * gdb.base/display.exp: Expect displays to be sorted in ascending
12645 order. Use multi_line.
12646 * gdb.base/solib-display.exp: Likewise.
12647
12648 2015-11-24 Pedro Alves <palves@redhat.com>
12649
12650 PR 17539
12651 * gdb.base/display.exp: Expect displays to be sorted in ascending
12652 order. Use multi_line.
12653 * gdb.base/solib-display.exp: Likewise.
12654
12655 2015-11-24 Pedro Alves <palves@redhat.com>
12656
12657 PR 17539
12658 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12659 threads in ascending order.
12660 * gdb.base/foll-fork.exp: Likewise.
12661 * gdb.base/foll-vfork.exp: Likewise.
12662 * gdb.base/multi-forks.exp: Likewise.
12663 * gdb.mi/mi-nonstop.exp: Likewise.
12664 * gdb.mi/mi-nsintrall.exp: Likewise.
12665 * gdb.multi/base.exp: Likewise.
12666 * gdb.multi/multi-arch.exp: Likewise.
12667 * gdb.python/py-inferior.exp: Likewise.
12668 * gdb.threads/break-while-running.exp: Likewise.
12669 * gdb.threads/execl.exp: Likewise.
12670 * gdb.threads/gcore-thread.exp: Likewise.
12671 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12672 * gdb.threads/kill.exp: Likewise.
12673 * gdb.threads/linux-dp.exp: Likewise.
12674 * gdb.threads/multiple-step-overs.exp: Likewise.
12675 * gdb.threads/next-bp-other-thread.exp: Likewise.
12676 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12677 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12678 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12679 * gdb.threads/thread-find.exp: Likewise.
12680 * gdb.threads/tls.exp: Likewise.
12681 * lib/mi-support.exp (mi_reverse_list): Delete.
12682 (mi_check_thread_states): No longer reverse list.
12683
12684 2015-11-24 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12687 use lowercase.
12688
12689 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12690
12691 * gdb.trace/actions.c: Include trace-common.h.
12692 (main): Add a location for a fast tracepoint.
12693 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12694 the normal tracepoints.
12695 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12696
12697 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12698
12699 * save-trace.exp: Factor out code to these...
12700 (gdb_save_tracepoints): New.
12701 (gdb_load_tracepoints): New.
12702 (do_save_load_test): New.
12703
12704 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12705
12706 * gdb.base/asmlabel.exp: New test.
12707 * gdb.base/asmlabel.c: New test case.
12708
12709 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12710
12711 * gdb.base/wrong_frame_bt_full-main.c: New file.
12712 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12713 * gdb.base/wrong_frame_bt_full.exp: New file.
12714
12715 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12716
12717 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12718
12719 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12720
12721 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12722 pstate register when comparing registers values in
12723 sparc64-*-linux-gnu targets to avoid spurious differences.
12724
12725 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12726
12727 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12728
12729 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12730
12731 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12732 as type argument to gdb_compile.
12733 * gdb.base/nested-subp2.exp: Likewise.
12734 * gdb.base/nested-subp3.exp: Likewise.
12735
12736 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12737
12738 * lib/dwarf.exp (_note): Fix left shift of negative value.
12739 * gdb.trace/trace-condition.exp: Likewise.
12740
12741 2015-11-13 Yao Qi <yao.qi@linaro.org>
12742
12743 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12744 comments about d10v.
12745 (test_scalar_returns): Likewise.
12746 * gdb.base/d10v.ld: Remove.
12747 * gdb.base/overlays.exp: Remove the target triplet checking for
12748 d10v-*-*.
12749 * gdb.base/structs.exp (test_struct_returns): Remove the
12750 comments about d10v.
12751 (test_struct_calls): Likewise.
12752
12753 2015-11-13 Yao Qi <yao.qi@linaro.org>
12754
12755 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12756 * gdb.base/gnu_vector.c: Don't include stdio.h.
12757 (main): Don't print res and call add_some_intvecs.
12758
12759 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12760
12761 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12762 macro.
12763 (func5): Removed.
12764 (func4): Use FAST_TRACEPOINT_LABEL.
12765 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12766 macro.
12767 (func): Removed.
12768 (thread_function): Use FAST_TRACEPOINT_LABEL.
12769 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12770 (func): Remove.
12771 (marker): Use FAST_TRACEPOINT_LABEL.
12772 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12773 (pendfunc1): Remove.
12774 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12775 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12776 (foo): Remove.
12777 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12778 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12779 macro.
12780 (func): Remove.
12781 (marker): Use FAST_TRACEPOINT_LABEL.
12782 * gdb.trace/trace-common.h: New header.
12783 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12784 macro.
12785 (func): Remove.
12786 (marker): Use FAST_TRACEPOINT_LABEL.
12787 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12788 (func): Remove.
12789 (thread_function): Use FAST_TRACEPOINT_LABEL.
12790
12791 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12792
12793 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12794 in front.
12795 * gdb.trace/change-loc.exp: Use global pcreg definition.
12796 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12797 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12798 in front.
12799 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12800 * gdb.trace/pending.exp: Likewise.
12801 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12802 * gdb.trace/trace-break.exp: Likewise.
12803 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12804 in front.
12805 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12806 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12807 in front.
12808 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12809
12810 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12811
12812 * gdb.ada/fin_fun_out: New testcase.
12813
12814 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12815
12816 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12817 value associated with DW_AT_byte_size.
12818 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12819 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12820 DW_AT_upper_bound.
12821
12822 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12823
12824 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12825 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12826 version.
12827 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12828 gdb.dwarf2/dw2-canonicalize-type.exp,
12829 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12830 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12831 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12832 provided by gdb_target_symbol_prefix_flags_asm.
12833 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12834 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12835 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12836 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12837 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12838 macros where needed). Use this macro for symbols which require
12839 the prefix provided by SYMBOL_PREFIX.
12840
12841 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12842
12843 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12844 New procs.
12845 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12846 representing expressions, of more than one list element.
12847 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12848 to prepend linker symbol prefix to f.
12849 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12850 table_1 and table_2.
12851 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12852 Likewise, for f and g.
12853 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12854 for ptr.
12855 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12856 for main.
12857 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12858 table_1_ptr and table_2_ptr.
12859
12860 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12861 Joel Brobecker <brobecker@adacore.com>
12862
12863 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12864
12865 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12866
12867 * gdb.reverse/s390-mvcle.c: New test.
12868 * gdb.reverse/s390-mvcle.exp: New file.
12869 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12870
12871 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12872
12873 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12874
12875 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12876
12877 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12878 reaching marker2.
12879 * gdb.reverse/getresuid-reverse.exp: Likewise.
12880 * gdb.reverse/pipe-reverse.exp: Likewise.
12881 * gdb.reverse/readv-reverse.exp: Likewise.
12882 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12883 * gdb.reverse/time-reverse.exp: Likewise.
12884 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12885
12886 2015-10-30 Yao Qi <yao.qi@linaro.org>
12887
12888 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12889 (empty_cycle): Remove.
12890 (main): Don't call empty_cycle. Don't use watch_count_done.
12891 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12892 empty_cycle. Rewrite the code counting HW watchpoints.
12893
12894 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12895
12896 * gdb.reverse/fstatat-reverse.c: New test.
12897 * gdb.reverse/fstatat-reverse.exp: New file.
12898 * gdb.reverse/getresuid-reverse.c: New test.
12899 * gdb.reverse/getresuid-reverse.exp: New file.
12900 * gdb.reverse/pipe-reverse.c: New test.
12901 * gdb.reverse/pipe-reverse.exp: New file.
12902 * gdb.reverse/readv-reverse.c: New test.
12903 * gdb.reverse/readv-reverse.exp: New file.
12904 * gdb.reverse/recvmsg-reverse.c: New test.
12905 * gdb.reverse/recvmsg-reverse.exp: New file.
12906 * gdb.reverse/time-reverse.c: New test.
12907 * gdb.reverse/time-reverse.exp: New file.
12908 * gdb.reverse/waitpid-reverse.c: New test.
12909 * gdb.reverse/waitpid-reverse.exp: New file.
12910
12911 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12912
12913 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12914
12915 2015-10-26 Doug Evans <dje@google.com>
12916
12917 PR symtab/17391
12918 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12919 * gdb.dwarf2/bad-regnum.c: New file.
12920 * gdb.dwarf2/bad-regnum.exp: New file.
12921
12922 2015-10-26 Doug Evans <dje@google.com>
12923
12924 PR python/18938
12925 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12926 file.
12927
12928 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12929
12930 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12931 for a change by "Mention language in compile error message".
12932
12933 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12934
12935 PR python/18073
12936 * gdb.python/py-type.c (C::a_method): New.
12937 (C::a_const_method): New.
12938 (C::a_static_method): New.
12939 (a_function): New.
12940 * gdb.python/py-type.exp (test_fields): Test getting fields
12941 from function and method.
12942
12943 2015-10-21 Keven Boell <keven.boell@intel.com>
12944
12945 * gdb.fortran/vla-alloc-assoc.exp: New file.
12946 * gdb.fortran/vla-datatypes.exp: New file.
12947 * gdb.fortran/vla-datatypes.f90: New file.
12948 * gdb.fortran/vla-history.exp: New file.
12949 * gdb.fortran/vla-ptype-sub.exp: New file.
12950 * gdb.fortran/vla-ptype.exp: New file.
12951 * gdb.fortran/vla-sizeof.exp: New file.
12952 * gdb.fortran/vla-sub.f90: New file.
12953 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12954 * gdb.fortran/vla-value-sub-finish.exp: New file.
12955 * gdb.fortran/vla-value-sub.exp: New file.
12956 * gdb.fortran/vla-value.exp: New file.
12957 * gdb.fortran/vla-ptr-info.exp: New file.
12958 * gdb.mi/mi-vla-fortran.exp: New file.
12959 * gdb.mi/vla.f90: New file.
12960
12961 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12962
12963 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12964 of hardwired timeout value.
12965
12966 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12967 Pedro Alves <palves@redhat.com>
12968
12969 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12970 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12971
12972 2015-10-19 Josh Stone <jistone@redhat.com>
12973
12974 * gdb.base/catch-syscall.c: Include <sched.h>.
12975 (unknown_syscall): New variable.
12976 (main): Trigger a vfork and an unknown syscall.
12977 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12978 (unknown_syscall_number): Likewise.
12979 (check_call_to_syscall): Accept an optional syscall pattern.
12980 (check_return_from_syscall): Likewise.
12981 (check_continue): Likewise.
12982 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12983 (test_catch_syscall_skipping_return): New test toggling off 'catch
12984 syscall' to step over the syscall return, then toggling back on.
12985 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12986 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12987 (do_syscall_tests): Call test_catch_syscall_without_args and
12988 test_catch_syscall_mid_vfork.
12989 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12990 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12991
12992 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12993
12994 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12995 print g_vE): Add new pass patterns.
12996 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12997 print various symbol names for vptr fields.
12998
12999 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13000
13001 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13002 results.
13003
13004 2015-10-12 Yao Qi <yao.qi@linaro.org>
13005
13006 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13007
13008 2015-10-12 Yao Qi <yao.qi@linaro.org>
13009
13010 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13011 is aarch64*-*-linux*.
13012
13013 2015-10-12 Yao Qi <yao.qi@linaro.org>
13014
13015 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13016 (can_relocate_bcond_true): ... it.
13017 (can_relocate_bcond_false): New function.
13018 (foo): Likewise.
13019 (can_relocate_bl): Likewise.
13020 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13021 can_relocate_bl.
13022
13023 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13024
13025 * gdb.base/nested-addr.c: New file.
13026 * gdb.base/nested-addr.exp: New testcase.
13027
13028 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13029
13030 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13031 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13032 its output. Ignore the output of "record goto begin" and instead
13033 check that GDB is replaying.
13034
13035 2015-10-09 Pedro Alves <palves@redhat.com>
13036
13037 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13038 (top level): Use it in the run with no args test.
13039
13040 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13041
13042 * gdb.dlang/properties.exp: New file.
13043
13044 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13045
13046 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13047 whether or not address 0x1000 is mapped on the target.
13048
13049 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13050
13051 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13052 build.
13053
13054 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13055
13056 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13057 instruction-history test.
13058
13059 2015-09-28 Doug Evans <dje@google.com>
13060
13061 * gdb.base/gcore.c (array_func): Add reference to static_array.
13062
13063 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13064
13065 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13066 source line.
13067
13068 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13069
13070 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13071 short or char as base type.
13072
13073 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13074
13075 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13076 to allow any size enum.
13077
13078 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13079
13080 * gdb.ada/array_ptr_renaming.exp: New testcase.
13081 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13082 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13083
13084 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13085
13086 * gdb.trace/ftrace-lock.c: New file.
13087 * gdb.trace/ftrace-lock.exp: New file.
13088
13089 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13090
13091 * gdb.arch/insn-reloc.c: New file.
13092 * gdb.arch/ftrace-insn-reloc.exp: New file.
13093
13094 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13095
13096 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13097 instruction.
13098 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13099 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13100 * gdb.trace/range-stepping.c: Likewise.
13101 * gdb.trace/trace-break.c: Likewise.
13102 * gdb.trace/trace-mt.c (thread_function): Likewise.
13103 * gdb.trace/ftrace.c (marker): Likewise.
13104 * gdb.trace/trace-condition.c (marker): Likewise.
13105 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13106 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13107 is_aarch64_target.
13108
13109 2015-09-18 Doug Evans <xdje42@gmail.com>
13110
13111 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13112 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13113
13114 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13115
13116 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13117 the breakpoint.
13118
13119 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13120
13121 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13122 the pending breakpoint. Remove timeout override for "Run till
13123 MI pending breakpoint on pendfunc3 on thread 2" test.
13124
13125 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13126
13127 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13128 filename pattern.
13129
13130 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13131
13132 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13133 in breakpoint filename pattern.
13134
13135 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13136
13137 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13138
13139 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13140
13141 * gdb.linespec/explicit.exp: Check for readline support for
13142 tab-completion tests. Fix obvious typo.
13143
13144 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13145
13146 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13147 and replay.
13148
13149 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13150
13151 * gdb.btrace/non-stop.c: New.
13152 * gdb.btrace/non-stop.exp: New.
13153
13154 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13155 Yao Qi <yao.qi@linaro.org>
13156
13157 * gdb.trace/trace-condition.c: New file.
13158 * gdb.trace/trace-condition.exp: New file.
13159
13160 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13161
13162 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13163 for testing bytecode compilation.
13164
13165 2015-09-16 Pedro Alves <palves@redhat.com>
13166 Sandra Loosemore <sandra@codesourcery.com>
13167
13168 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13169 (SECONDS): Redefine.
13170 (main): Call pthread_kill and alarm early.
13171 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13172 support.
13173 (test): If the target can't hardware step and doesn't support
13174 displaced stepping, increase the timeout.
13175
13176 2015-09-16 Pedro Alves <palves@redhat.com>
13177
13178 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13179 (enable_debug): New procedures.
13180 (test): Use them. Bail out if waiting for threads fails.
13181 (top level): Bail out if a test fails.
13182
13183 2015-09-16 Yao Qi <yao.qi@linaro.org>
13184
13185 * gdb.asm/asm-source.exp: Set asm-arch for
13186 aarch64*-*-* target.
13187 * gdb.asm/aarch64.inc: New file.
13188
13189 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13190
13191 * gdb.ada/array_of_variable_length.exp: New testcase.
13192 * gdb.ada/array_of_variable_length/foo.adb: New file.
13193 * gdb.ada/array_of_variable_length/pck.adb: New file.
13194 * gdb.ada/array_of_variable_length/pck.ads: New file.
13195
13196 2015-09-15 Doug Evans <dje@google.com>
13197
13198 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13199 of function static local variable.
13200
13201 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13202
13203 * gdb.threads/tls-so_extern.exp: New test file.
13204 * gdb.threads/tls-so_extern.c: New test file.
13205 * gdb.threads/tls-so_extern_main.c: New test file.
13206
13207 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13208
13209 * gdb.opt/solib-intra-step-lib.c: New file.
13210 * gdb.opt/solib-intra-step-main.c: New file.
13211 * gdb.opt/solib-intra-step.exp: New file.
13212
13213 2015-09-15 Pedro Alves <palves@redhat.com>
13214
13215 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13216 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13217
13218 2015-09-14 Pedro Alves <palves@redhat.com>
13219
13220 * gdb.base/hook-stop-continue.c: Delete.
13221 * gdb.base/hook-stop-continue.exp: Delete.
13222 * gdb.base/hook-stop-frame.c: Delete.
13223 * gdb.base/hook-stop-frame.exp: Delete.
13224 * gdb.base/hook-stop.c: New file.
13225 * gdb.base/hook-stop.exp: New file.
13226
13227 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13228
13229 * gdb.ada/access_to_packed_array.exp: New testcase.
13230 * gdb.ada/access_to_packed_array/foo.adb: New file.
13231 * gdb.ada/access_to_packed_array/pack.adb: New file.
13232 * gdb.ada/access_to_packed_array/pack.ads: New file.
13233
13234 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13235
13236 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13237 buffer size test.
13238
13239 2015-09-11 Don Breazeal <donb@codesourcery.com>
13240
13241 * gdb.base/foll-exec.c: Add copyright header. Fix
13242 formatting issues.
13243 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13244 (do_exec_tests): Use clean_restart in place of zap_session,
13245 and for test initialization. Fix formatting issues. Use
13246 fail in place of perror.
13247 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13248 an expect statement to match an expression with output from
13249 the program under debug.
13250 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13251 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13252 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13253 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13254 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13255
13256 2015-09-09 Doug Evans <dje@google.com>
13257
13258 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13259
13260 2015-09-09 Doug Evans <dje@google.com>
13261
13262 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13263
13264 2015-09-09 Doug Evans <dje@google.com>
13265
13266 * gdb.base/savedregs.exp: Fix typo.
13267
13268 2015-09-09 Pedro Alves <palves@redhat.com>
13269
13270 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13271
13272 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13273
13274 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13275 command actually switches threads. Give up on remaining
13276 tests if target fails to stop at breakpoint.
13277
13278 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13279
13280 * gdb.ada/funcall_char.exp: New testcase.
13281 * gdb.ada/funcall_char/foo.adb: New file.
13282
13283 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13284
13285 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13286 expected outputs. Add two testcases for completing ambiguous
13287 functions.
13288 * gdb.ada/complete/aux_pck.adb: New file.
13289 * gdb.ada/complete/aux_pck.ads: New file.
13290 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13291 Ambiguous_Func functions.
13292 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13293 * gdb.ada/complete/pck.adb: Likewise.
13294
13295 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13296
13297 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13298 failures to run the test program under GDB.
13299
13300 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13301
13302 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13303 to C.
13304
13305 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13306
13307 * gdb.base/run-after-attach.exp: New test file.
13308 * gdb.base/run-after-attach.c: New test file.
13309
13310 2015-08-26 Don Breazeal <donb@codesourcery.com>
13311
13312 * gdb.base/foll-exec-2.c: New test program.
13313 * gdb.base/foll-exec-2.exp: New test.
13314
13315 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13316
13317 * gdb.base/nested-subp1.exp: New file.
13318 * gdb.base/nested-subp1.c: New file.
13319 * gdb.base/nested-subp2.exp: New file.
13320 * gdb.base/nested-subp2.c: New file.
13321 * gdb.base/nested-subp3.exp: New file.
13322 * gdb.base/nested-subp3.c: New file.
13323
13324 2015-08-24 Pedro Alves <palves@redhat.com>
13325
13326 * gdb.server/connect-without-multi-process.c: New file.
13327 * gdb.server/connect-without-multi-process.exp: New file.
13328
13329 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13330
13331 * gdb.opt/inline-markers.c: Make z int.
13332
13333 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13334
13335 * gdb.opt/inline-markers.c: Make z volatile.
13336
13337 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13338
13339 * gdb.opt/inline-bt.c: New volatile global z.
13340 * gdb.opt/inline-cmds.c: Likewise.
13341 * gdb.opt/inline-locals.c: Likewise.
13342 * gdb.opt/inline-markers.c: New extern global z.
13343 (marker): Use z.
13344 (inline_fn): Likewise.
13345
13346 2015-08-24 Pedro Alves <palves@redhat.com>
13347
13348 * config/m32r-stub.exp: Remove file.
13349 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13350 * gdb.base/call-rt-st.exp: Likewise.
13351 * gdb.base/call-strs.exp: Likewise.
13352 * gdb.base/default.exp: Remove references to h8300-*-hms and
13353 *-*-udi*.
13354 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13355
13356 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13357
13358 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13359 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13360 and "return" use KFAIL when GDB can not read/write the vector
13361 return value.
13362
13363 2015-08-21 Gary Benson <gbenson@redhat.com>
13364
13365 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13366
13367 2015-08-20 Pedro Alves <palves@redhat.com>
13368
13369 * gdb.server/solib-list.exp: No longer expect an interior stop in
13370 non-stop mode.
13371
13372 2015-08-20 Pedro Alves <palves@redhat.com>
13373
13374 * gdb.server/connect-stopped-target.c: New file.
13375 * gdb.server/connect-stopped-target.exp: New file.
13376
13377 2015-08-20 Pedro Alves <palves@redhat.com>
13378
13379 * gdb.dwarf2/comp-unit-lang.exp: New file.
13380 * gdb.dwarf2/comp-unit-lang.c: New file.
13381
13382 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13383
13384 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13385 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13386
13387 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13388
13389 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13390 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13391
13392 2015-08-18 Doug Evans <dje@google.com>
13393 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13394
13395 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13396 skip_python_tests. New arg prompt_regexp.
13397 (skip_python_tests): New function.
13398 * lib/mi-support.exp (mi_skip_python_tests): New function.
13399 * gdb.python/py-mi-objfile-gdb.py: New file.
13400 * gdb.python/py-mi-objfile.c: New file.
13401 * gdb.python/py-mi-objfile.exp: New file.
13402
13403 2015-08-17 Keith Seitz <keiths@redhat.com>
13404
13405 * gdb.linespec/explicit.exp: Move strace test from here ...
13406 * gdb.trace/strace.exp: ... to here.
13407
13408 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13409
13410 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13411 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13412
13413 2015-08-14 Doug Evans <xdje42@gmail.com>
13414
13415 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13416 inferior before selecting a new file.
13417
13418 2015-08-14 Doug Evans <xdje42@gmail.com>
13419
13420 * gdb.mi/mi-disassemble.exp: Update.
13421 * gdb.base/disasm-optim.S: New file.
13422 * gdb.base/disasm-optim.c: New file.
13423 * gdb.base/disasm-optim.h: New file.
13424 * gdb.base/disasm-optim.exp: New file.
13425
13426 2015-08-14 Keith Seitz <keiths@redhat.com>
13427
13428 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13429 "evaluated-by".
13430
13431 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13432
13433 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13434
13435 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13436
13437 * gdb.ada/fun_renaming.exp: New testcase.
13438 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13439 * gdb.ada/fun_renaming/pack.adb: New file.
13440 * gdb.ada/fun_renaming/pack.ads: New file.
13441
13442 2015-08-12 Keith Seitz <keiths@redhat.com>
13443
13444 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13445 gdb_get_line_number.
13446
13447 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13448
13449 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13450 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13451 gdb.base/dso2dso.exp: New files.
13452
13453 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13454 Pedro Alves <palves@redhat.com>
13455 Keith Seitz <keiths@redhat.com>
13456
13457 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13458 GDBFLAGS.
13459
13460 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13461
13462 * gdb.base/gdbhistsize-history.exp
13463 (test_histsize_history_setting): Use save_vars.
13464 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13465 Use save_vars.
13466 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13467 * gdb.base/readline.exp: Use save_vars.
13468
13469 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13470
13471 * lib/gdb.exp (save_vars): New proc.
13472
13473 2015-08-11 Keith Seitz <keiths@redhat.com>
13474
13475 * gdb.base/help.exp: Update help_breakpoint_text.
13476
13477 2015-08-11 Keith Seitz <keiths@redhat.com>
13478
13479 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13480 (at toplevel): Call test_explicit_breakpoints.
13481 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13482 breakpoints.
13483 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13484 breakpoint conditions, "-cond".
13485
13486 2015-08-11 Keith Seitz <keiths@redhat.com>
13487
13488 * gdb.linespec/3explicit.c: New file.
13489 * gdb.linespec/cpexplicit.cc: New file.
13490 * gdb.linespec/cpexplicit.exp: New file.
13491 * gdb.linespec/explicit.c: New file.
13492 * gdb.linespec/explicit.exp: New file.
13493 * gdb.linespec/explicit2.c: New file.
13494 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13495 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13496 before using in the matching pattern.
13497 Clarify that `prefix' is a regular expression.
13498
13499 2015-08-11 Keith Seitz <keiths@redhat.com>
13500
13501 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13502 test.
13503 Add tests for missing ",FMT" and ",".
13504
13505 2015-08-10 Doug Evans <dje@google.com>
13506 Keith Seitz <keiths@redhat.com>
13507
13508 PR gdb/17960
13509 * gdb.base/completion.exp: Add location completer tests.
13510
13511 2015-08-07 Pedro Alves <palves@redhat.com>
13512
13513 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13514 tests here.
13515 (top level): Run do_test with and without displaced stepping.
13516
13517 2015-08-07 Pedro Alves <palves@redhat.com>
13518
13519 * gdb.base/valgrind-disp-step.c: New file.
13520 * gdb.base/valgrind-disp-step.exp: New file.
13521
13522 2015-08-07 Pedro Alves <palves@redhat.com>
13523
13524 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13525 Delete function.
13526 (main): Add alarm. Run an infinite loop instead of calling
13527 wait_threads.
13528 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13529 comment.
13530 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13531 Delete function.
13532 (main): Add alarm. Run an infinite loop instead of calling
13533 wait_threads.
13534 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13535 comment.
13536
13537 2015-08-07 Pedro Alves <palves@redhat.com>
13538
13539 * gdb.base/checkpoint-ns.exp: New file.
13540 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13541 standard_testfile.
13542
13543 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13544
13545 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13546 * gdb.btrace/instruction_history.exp: Update.
13547 * gdb.btrace/tsx.exp: New.
13548 * gdb.btrace/tsx.c: New.
13549
13550 2015-08-06 Pedro Alves <palves@redhat.com>
13551
13552 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13553 increase timeout.
13554 * gdb.reverse/until-precsave.exp: Bump timeouts.
13555
13556 2015-08-06 Pedro Alves <palves@redhat.com>
13557
13558 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13559
13560 2015-08-06 Pedro Alves <palves@redhat.com>
13561
13562 PR gdb/18749
13563 * gdb.threads/process-dies-while-handling-bp.c: New file.
13564 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13565
13566 2015-08-06 Pedro Alves <palves@redhat.com>
13567
13568 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13569 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13570
13571 2015-08-05 Pedro Alves <palves@redhat.com>
13572
13573 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13574 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13575
13576 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13577
13578 * gdb.base/bp-permanent.exp: Report test as unsupported if
13579 the target cannot stop at the permanent breakpoint.
13580
13581 2015-08-03 Doug Evans <dje@google.com>
13582
13583 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13584 10000.
13585
13586 2015-08-03 Doug Evans <dje@google.com>
13587
13588 * Makefile.in (workers/%.worker, build-perf): New rule.
13589 (GDB_PERFTEST_MODE): New variable.
13590 (check-perf): Use it.
13591 (clean): Clean up gdb.perf parallel build subdirs.
13592 * lib/build-piece.exp: New file.
13593 * lib/gdb.exp (make_gdb_parallel_path): New function
13594 (standard_output_file, standard_temp_file): Call it.
13595 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13596 of $GDB_PARALLEL.
13597 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13598
13599 2015-08-03 Doug Evans <dje@google.com>
13600
13601 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13602 (LOG_FILE_NAME): New global.
13603 (TextReporter.__init__): Initialize self.txt_sum.
13604 (TextReporter.report): Add support for multiple data-points.
13605 Move report to perftest.sum, put raw data in perftest.log.
13606 (TextReporter.start): Open sum and log files.
13607 (TextReporter.end): Close sum and log files.
13608 * gdb.perf/lib/perftest/testresult.py
13609 (SingleStatisticTestResult.record): Handle multiple data-points.
13610
13611 2015-07-31 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13614 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13615 kill_wait_spawned_process instead of explicit "kill -9".
13616 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13617 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13618 kill_wait_spawned_process.
13619 * gdb.base/attach-twice.exp: Likewise.
13620 * gdb.base/attach.exp: Likewise.
13621 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13622 gdb_test_multiple.
13623 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13624 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13625 kill_wait_spawned_process.
13626 * gdb.base/valgrind-infcall.exp: Likewise.
13627 * gdb.multi/multi-attach.exp: Likewise.
13628 * gdb.python/py-prompt.exp: Likewise.
13629 * gdb.python/py-sync-interp.exp: Likewise.
13630 * gdb.server/ext-attach.exp: Likewise.
13631 * gdb.threads/attach-into-signal.exp (corefunc): Use
13632 spawn_wait_for_attach, spawn_id_get_pid and
13633 kill_wait_spawned_process.
13634 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13635 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13636 spawn_id_get_pid and kill_wait_spawned_process.
13637 * gdb.threads/attach-stopped.exp (corefunc): Use
13638 spawn_wait_for_attach, spawn_id_get_pid and
13639 kill_wait_spawned_process.
13640 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13641 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13642 kill_wait_spawned_process instead of explicit "kill -9".
13643 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13644 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13645 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13646 processes. Don't map cygwin/windows pids here. Now returns a
13647 spawn id list.
13648
13649 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13650
13651 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13652 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13653 correct patch.
13654
13655 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13656
13657 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13658
13659 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13660
13661 Reapply:
13662 2014-05-21 Mark Wielaard <mjw@redhat.com>
13663
13664 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13665
13666 2015-07-30 Pedro Alves <palves@redhat.com>
13667
13668 * linux-low.c (handle_extended_wait): Set the child's last
13669 reported status to TARGET_WAITKIND_STOPPED.
13670
13671 2015-07-30 Pedro Alves <palves@redhat.com>
13672
13673 PR threads/18600
13674 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13675 only shows inferior 1.
13676
13677 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13678 Pedro Alves <palves@redhat.com>
13679
13680 PR threads/18600
13681 * gdb.threads/fork-plus-threads.c: New file.
13682 * gdb.threads/fork-plus-threads.exp: New file.
13683
13684 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13685
13686 * gdb.base/batch-preserve-term-settings.exp
13687 (test_terminal_settings_preserved_after_cli_exit): Use
13688 send_quit_command.
13689
13690 2015-07-29 Pedro Alves <palves@redhat.com>
13691 Don Breazeal <donb@codesourcery.com>
13692
13693 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13694 output from both inferior_spawn_id and gdb_spawn_id.
13695
13696 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13697
13698 * gdb.threads/attach-into-signal.exp (corefunc): Use
13699 with_test_prefix on nested loops, uniquefying the test messages.
13700
13701 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13702
13703 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13704 commit.
13705
13706 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13707
13708 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13709 New proc.
13710 (test_terminal_settings_preserved_after_sigterm): New test.
13711
13712 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13713
13714 * gdb.base/batch-preserve-term-settings.exp
13715 (test_terminal_settings_preserved_after_cli_exit): New test.
13716
13717 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13718
13719 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13720 manipulation of saved_gdbflags.
13721 (test_terminal_settings_preserved): Remove global declaration of
13722 the unused variable pagination_prompt. Remove manipulation of
13723 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13724 GDBFLAGS.
13725
13726 2015-07-29 Pedro Alves <palves@redhat.com>
13727
13728 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13729
13730 2015-07-29 Pedro Alves <palves@redhat.com>
13731
13732 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13733 at the top.
13734
13735 2015-07-29 Pedro Alves <palves@redhat.com>
13736
13737 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13738 (main): Call gdb_unbuffer_output.
13739 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13740 (main): Call gdb_unbuffer_output.
13741 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13742 (main): Call gdb_unbuffer_output.
13743 * gdb.base/call-strs.exp: Adjust to step over the
13744 gdb_unbuffer_output call.
13745 * gdb.base/catch-gdb-caused-signals.c: Include
13746 "../lib/unbuffer_output.c".
13747 (main): Call gdb_unbuffer_output.
13748 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13749 (main): Call gdb_unbuffer_output.
13750 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13751 (main): Call gdb_unbuffer_output.
13752 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13753 (main): Call gdb_unbuffer_output.
13754 * gdb.base/shlib-call.exp: Adjust to step over the
13755 gdb_unbuffer_output call.
13756 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13757 (main): Call gdb_unbuffer_output.
13758 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13759 (main): Call gdb_unbuffer_output.
13760 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13761 (main): Rename to ...
13762 (test): ... this.
13763 (main): Reimplement.
13764 * gdb.base/varargs.exp: Run to test instead of to main.
13765 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13766 (main): Call gdb_unbuffer_output.
13767
13768 2015-07-29 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13771 factore out from mi_continue_dprintf. For call-style dprintfs,
13772 expect dprintf output out of $inferior_spawn_id.
13773 (mi_continue_dprintf): Use mi_expect_dprintf.
13774 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13775 (main): Call gdb_unbuffer_output.
13776
13777 2015-07-29 Pedro Alves <palves@redhat.com>
13778
13779 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13780 (default_mi_gdb_start): Set inferior_spawn_id instead of
13781 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13782 gdb_spawn_id.
13783 (mi_gdb_test): Always expect inferior output from both
13784 $inferior_spawn_id and $gdb_spawn_id.
13785
13786 2015-07-29 Pedro Alves <palves@redhat.com>
13787
13788 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13789 send_inferior and $inferior_spawn_id.
13790
13791 2015-07-29 Pedro Alves <palves@redhat.com>
13792
13793 * gdb.gdb/complaints.exp (test_initial_complaints)
13794 (test_serial_complaints, test_short_complaints): Use
13795 gdb_test_stdio.
13796 (test_empty_complaint): Handle $inferior_spawn_id !=
13797 $gdb_spawn_id.
13798
13799 2015-07-29 Pedro Alves <palves@redhat.com>
13800
13801 * gdb.base/varargs.exp: Use gdb_test_stdio.
13802
13803 2015-07-29 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13806
13807 2015-07-29 Pedro Alves <palves@redhat.com>
13808
13809 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13810
13811 2015-07-29 Pedro Alves <palves@redhat.com>
13812
13813 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13814 parameter into two new parameters, "inf_result" and "gdb_result".
13815 Expect inferior output and gdb output from $inferior_spawn_id and
13816 $gdb_spawn_id, respectively. Adjust all callers.
13817
13818 2015-07-29 Pedro Alves <palves@redhat.com>
13819
13820 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13821 of gdb_test_sequence.
13822
13823 2015-07-29 Pedro Alves <palves@redhat.com>
13824
13825 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13826 (saw_spurious_output): Expect inferior output from
13827 $inferior_spawn_id. Use gdb_test_stdio.
13828
13829 2015-07-29 Pedro Alves <palves@redhat.com>
13830
13831 * gdb.base/dprintf.exp: Use standard_testfile. Change
13832 prepare_for_testing call.
13833 (srcfile): Don't set.
13834 (restart): New procedure.
13835 (test_dprintf): New procecure, use to continue over dprintfs.
13836 (test_call, test_agent): New procedures, tests moved here.
13837 Restart gdb and recreate dprintfs. Adjust expected output.
13838
13839 2015-07-29 Pedro Alves <palves@redhat.com>
13840
13841 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13842
13843 2015-07-29 Pedro Alves <palves@redhat.com>
13844
13845 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13846
13847 2015-07-29 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13850 gdb_test_stdio.
13851
13852 2015-07-29 Pedro Alves <palves@redhat.com>
13853
13854 * lib/gdb.exp (gdb_test_stdio): New procedure.
13855
13856 2015-07-29 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13859
13860 2015-07-29 Pedro Alves <palves@redhat.com>
13861
13862 * gdb.base/call-signal-resume.exp: Remove check for
13863 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13864 * gdb.base/unwindonsignal.exp: Likewise.
13865 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13866 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13867
13868 2015-07-29 Pedro Alves <palves@redhat.com>
13869
13870 * gdb.base/siginfo-addr.c (pass): New function.
13871 (handler): Call it iff si_addr is correct.
13872 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13873 Set a breakpoint at "pass" and continue to it.
13874
13875 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13876
13877 * gdb.python/py-objfile.exp: Make some tests have unique names.
13878 * gdb.python/py-pp-registration.exp: Likewise.
13879
13880 2015-07-28 Pedro Alves <palves@redhat.com>
13881
13882 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13883
13884 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13885
13886 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13887
13888 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13889
13890 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13891
13892 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13893
13894 * gdb.base/gdb-sigterm-2.exp: New test.
13895
13896 2015-07-25 Doug Evans <xdje42@gmail.com>
13897
13898 Revert:
13899 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13900 (workers/%.worker, build-perf): New rule.
13901 (GDB_PERFTEST_MODE): New variable.
13902 (check-perf): Use it.
13903 (clean): Clean up gdb.perf parallel build subdirs.
13904 * lib/build-piece.exp: New file.
13905 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13906 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13907 name.
13908 (standard_temp_file): Ditto.
13909 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13910 of $GDB_PARALLEL.
13911
13912 2015-07-24 Doug Evans <dje@google.com>
13913
13914 * gdb.perf/lib/perftest/utils.py: New file.
13915 * gdb.perf/gm-hello.cc: New file.
13916 * gdb.perf/gm-pervasive-typedef.cc: New file.
13917 * gdb.perf/gm-pervasive-typedef.h: New file.
13918 * gdb.perf/gm-std.cc: New file.
13919 * gdb.perf/gm-std.h: New file.
13920 * gdb.perf/gm-use-cerr.cc: New file.
13921 * gdb.perf/gm-utils.h: New file.
13922 * gdb.perf/gmonster-null-lookup.py: New file.
13923 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13924 * gdb.perf/gmonster-print-cerr.py: New file.
13925 * gdb.perf/gmonster-ptype-string.py: New file.
13926 * gdb.perf/gmonster-runto-main.py: New file.
13927 * gdb.perf/gmonster-select-file.py: New file.
13928 * gdb.perf/gmonster1-null-lookup.exp: New file.
13929 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13930 * gdb.perf/gmonster1-print-cerr.exp: New file.
13931 * gdb.perf/gmonster1-ptype-string.exp: New file.
13932 * gdb.perf/gmonster1-runto-main.exp: New file.
13933 * gdb.perf/gmonster1-select-file.exp: New file.
13934 * gdb.perf/gmonster1.cc: New file.
13935 * gdb.perf/gmonster1.exp: New file.
13936 * gdb.perf/gmonster2-null-lookup.exp: New file.
13937 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13938 * gdb.perf/gmonster2-print-cerr.exp: New file.
13939 * gdb.perf/gmonster2-ptype-string.exp: New file.
13940 * gdb.perf/gmonster2-runto-main.exp: New file.
13941 * gdb.perf/gmonster2-select-file.exp: New file.
13942 * gdb.perf/gmonster2.cc: New file.
13943 * gdb.perf/gmonster2.exp: New file.
13944
13945 2015-07-24 Doug Evans <dje@google.com>
13946
13947 * gdb.perf/README: New file.
13948 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13949 * lib/gen-perf-test.exp: New file.
13950
13951 2015-07-24 Doug Evans <dje@google.com>
13952
13953 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13954 (PerfTest::startup): New function.
13955 (PerfTest::run): Return result of calling body.
13956 (PerfTest::assemble): Rewrite.
13957 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13958 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13959 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13960 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13961 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13962
13963 2015-07-24 Doug Evans <dje@google.com>
13964
13965 * lib/gdb.exp (clean_restart): Make executable optional.
13966
13967 2015-07-24 Doug Evans <dje@google.com>
13968
13969 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13970 compiler_info references.
13971 * gdb.cp/temargs.exp: Ditto.
13972 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13973 (get_compiler_info): Early exit if already computed. Set compiler_info
13974 to "unknown" if there was a problem.
13975 (test_compiler_info): Add function comment. Call get_compiler_info.
13976
13977 2015-07-24 Doug Evans <dje@google.com>
13978
13979 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13980 (workers/%.worker, build-perf): New rule.
13981 (GDB_PERFTEST_MODE): New variable.
13982 (check-perf): Use it.
13983 (clean): Clean up gdb.perf parallel build subdirs.
13984 * lib/build-piece.exp: New file.
13985 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13986 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13987 name.
13988 (standard_temp_file): Ditto.
13989 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13990 of $GDB_PARALLEL.
13991
13992 2015-07-24 Doug Evans <dje@google.com>
13993
13994 * lib/future.exp (gdb_default_target_compile): New option
13995 "early_flags".
13996 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13997 --as-needed.
13998
13999 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14000
14001 * gdb.base/catch-syscall.exp: Call gdb_exit before
14002 gdb_skip_xml_test.
14003
14004 2015-07-24 Pedro Alves <palves@redhat.com>
14005
14006 * gdb.python/py-events.exp: Accept output between the stop event
14007 and the prompt.
14008 * gdb.python/py-evsignal.exp: Likewise.
14009 * gdb.python/py-evthreads.exp: Likewise.
14010
14011 2015-07-24 Pedro Alves <palves@redhat.com>
14012
14013 PR gdb/18717
14014 * gdb.threads/non-ldr-exit.c: New file.
14015 * gdb.threads/non-ldr-exit.exp: New file.
14016
14017 2015-07-24 Yao Qi <yao.qi@linaro.org>
14018
14019 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14020 restarting process.
14021
14022 2015-07-24 Yao Qi <yao.qi@linaro.org>
14023
14024 * gdb.server/ext-restart.exp: New file.
14025
14026 2015-07-24 Yao Qi <yao.qi@linaro.org>
14027
14028 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14029 argument options.
14030 * gdb.server/ext-wrapper.exp: New file.
14031
14032 2015-07-23 Doug Evans <dje@google.com>
14033
14034 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14035 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14036
14037 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14038
14039 * gdb.ada/var_arr_typedef.exp: New testcase.
14040 * gdb.ada/var_arr_typedef/pack.adb: New file.
14041 * gdb.ada/var_arr_typedef/pack.ads: New file.
14042 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14043
14044 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14045
14046 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14047
14048 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14049
14050 * gdb.arch/i386-biarch-core.exp: Replace istarget
14051 by "complete set gnutarget". Remove expectation for the "core-file"
14052 command.
14053
14054 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14055
14056 Revert the previous commit:
14057 Tests for validate symbol file using build-id.
14058
14059 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14060
14061 Tests for validate symbol file using build-id.
14062 * gdb.base/solib-mismatch-lib.c: New file.
14063 * gdb.base/solib-mismatch-libmod.c: New file.
14064 * gdb.base/solib-mismatch.c: New file.
14065 * gdb.base/solib-mismatch.exp: New file.
14066
14067 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14068
14069 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14070 nios2-*-linux*.
14071 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14072 * gdb.base/siginfo.exp: Likewise.
14073 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14074
14075 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14076
14077 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14078 Move it to ...
14079 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14080 ... here.
14081 * gdb.trace/range-stepping.exp: Check that the target supports
14082 range stepping.
14083
14084 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14085
14086 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14087
14088 2015-07-14 Pedro Alves <palves@redhat.com>
14089
14090 * gdb.base/killed-outside.exp: New file.
14091 * gdb.base/killed-outside.c: New file.
14092
14093 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14094
14095 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14096 (n at main): New.
14097 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14098
14099 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14100
14101 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14102 infcall tests instead of setting up for KFAIL.
14103
14104 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14105
14106 * gdb.btrace/record_goto-step.exp: New.
14107
14108 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14109
14110 PR compile/18484
14111 * gdb.compile/compile.c (struct struct_type): Add volatile to
14112 selffield's type.
14113 * gdb.compile/compile.exp
14114 (compile code struct_object.selffield = &struct_object): Skip further
14115 struct_object tests if this one xfails.
14116
14117 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14118
14119 PR exp/18617
14120 * gdb.trace/ax.exp: Add test.
14121
14122 2015-07-07 Yao Qi <yao.qi@linaro.org>
14123
14124 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14125 instead of istarget "aarch64*-*-*".
14126 * gdb.arch/aarch64-fp.exp: Likewise.
14127 * gdb.base/float.exp: Likewise.
14128 * gdb.reverse/aarch64.exp: Likewise.
14129 * lib/gdb.exp (is_aarch64_target): New proc.
14130
14131 2015-07-07 Yao Qi <yao.qi@linaro.org>
14132
14133 * lib/gdb.exp (is_aarch32_target): New proc.
14134 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14135 instead of "istarget "arm*-*-*"".
14136 * gdb.arch/arm-disp-step.exp: Likewise.
14137 * gdb.arch/thumb-bx-pc.exp: Likewise.
14138 * gdb.arch/thumb-prologue.exp: Likewise.
14139 * gdb.arch/thumb-singlestep.exp: Likewise.
14140 * gdb.base/disp-step-syscall.exp: Likewise.
14141 * gdb.base/float.exp: Likewise.
14142
14143 2015-07-07 Yao Qi <yao.qi@linaro.org>
14144
14145 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14146 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14147
14148 2015-07-07 Yao Qi <yao.qi@linaro.org>
14149
14150 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14151 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14152 if it exists.
14153 * gdb.multi/multi-arch.exp: Likewise.
14154
14155 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14156
14157 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14158 print.
14159
14160 2015-07-07 Yao Qi <yao.qi@linaro.org>
14161
14162 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14163
14164 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14165
14166 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14167 '[' and ']' characters.
14168
14169 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14170
14171 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14172
14173 2015-06-29 Pedro Alves <palves@redhat.com>
14174
14175 PR threads/18127
14176 * gdb.threads/hand-call-new-thread.c: New file.
14177 * gdb.threads/hand-call-new-thread.c: New file.
14178
14179 2015-06-26 Keith Seitz <keiths@redhat.com>
14180 Doug Evans <dje@google.com>
14181
14182 PR 16253
14183 * gdb.cp/var-tag-2.cc: New file.
14184 * gdb.cp/var-tag-3.cc: New file.
14185 * gdb.cp/var-tag-4.cc: New file.
14186 * gdb.cp/var-tag.cc: New file.
14187 * gdb.cp/var-tag.exp: New file.
14188
14189 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14190
14191 * gdb.base/history-duplicates.exp: New test.
14192
14193 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14194
14195 * gdb.base/completion.exp: Test the completion of the "focus"
14196 command.
14197
14198 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14199
14200 * gdb.arch/amd64-prologue-skip.S: New file.
14201 * gdb.arch/amd64-prologue-skip.exp: New file.
14202
14203 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14204
14205 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14206 is_address_zero_readable check.
14207
14208 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14209
14210 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14211 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14212
14213 2015-06-24 Yao Qi <yao.qi@linaro.org>
14214
14215 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14216 linux targets.
14217
14218 2015-06-24 Yao Qi <yao.qi@linaro.org>
14219
14220 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14221 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14222 * gdb.base/siginfo-thread.exp: Likewise.
14223
14224 2015-06-22 Yao Qi <yao.qi@linaro.org>
14225
14226 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14227
14228 2015-06-22 Yao Qi <yao.qi@linaro.org>
14229
14230 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14231 aarch64*-*-*.
14232 (skip_hw_watchpoint_tests): Likewise.
14233
14234 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14235
14236 * gdb.base/gdbinit-history.exp: Test the interaction between
14237 setting GDBHISTSIZE and setting the history size via .gdbinit.
14238
14239 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14240
14241 PR gdb/16999
14242 * gdb.base/gdbhistsize-history.exp: New test.
14243
14244 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14245
14246 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14247 with GDBHISTSIZE.
14248 * gdb.base/readline.exp: Likewise.
14249
14250 2015-06-17 Yao Qi <yao.qi@linaro.org>
14251
14252 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14253 line.
14254
14255 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14256
14257 * gdb.base/gdbinit-history.exp: Add test case to check that
14258 an unlimited history file does not get truncated on exit.
14259
14260 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14261
14262 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14263 (VECTOR): New macro. Use it...
14264 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14265 ...for these typedefs.
14266 (int8, char1, int1, double1): New typedefs.
14267 (struct just_int2, struct two_int2): New structures.
14268 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14269 (add_structvecs, add_singlevecs): New functions.
14270 (main): Call add_some_intvecs twice.
14271 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14272 the compile and exit upon failure. Try compiling for the "native"
14273 architecture. Test inferior function calls with vector arguments
14274 and vector return value handling with "finish" and "return".
14275
14276 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14277
14278 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14279 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14280 PE file.
14281 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14282
14283 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14284
14285 PR breakpoints/16465
14286 * gdb.mi/mi-dprintf-pending.c: New file.
14287 * gdb.mi/mi-dprintf-pending.exp: New test.
14288 * gdb.mi/mi-dprintf-pendshr.c: New file.
14289
14290 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14291 Mircea Gherzan <mircea.gherzan@intel.com>
14292
14293 * gdb.arch/i386-mpx-map.c: New file.
14294 * gdb.arch/i386-mpx-map.exp: New File.
14295
14296 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14297
14298 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14299 * gdb.arch/i386-mpx.exp: Indentation fixed.
14300
14301 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14302
14303 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14304 function and improved indentation.
14305 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14306 gdb_test_multiple. Added additional tests to skip the test.
14307
14308 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14309
14310 * gdb.arch/i386-avx512.c: Change path in include file.
14311 * gdb.arch/i386-avx512.exp: Change include dir path
14312 compilation flag.
14313 * gdb.arch/i386-mpx.c: Change path in include file.
14314 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14315 flag.
14316
14317 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14318
14319 * gdb.compile/compile-print.exp (compile print *vararray@3)
14320 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14321
14322 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14323
14324 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14325 (do not keep jit in memory): ... this.
14326 (expect 5): Change it to ...
14327 (expect no 5): ... this.
14328
14329 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14330
14331 PR gdb/15564
14332 * gdb.mi/mi-detach.exp: New file.
14333
14334 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14335
14336 PR symtab/18392
14337 * gdb.arch/amd64-tailcall-self.S: New file.
14338 * gdb.arch/amd64-tailcall-self.c: New file.
14339 * gdb.arch/amd64-tailcall-self.exp: New file.
14340
14341 2015-05-28 Don Breazeal <donb@codesourcery.com>
14342
14343 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14344 tests for remote targets by checking is_target_gdbserver.
14345
14346 2015-05-27 Doug Evans <dje@google.com>
14347
14348 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14349 * gdb.dwarf2/opaque-type-lookup.c: New file.
14350 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14351
14352 2015-05-26 Doug Evans <dje@google.com>
14353
14354 * gdb.cp/iostream.cc: New file.
14355 * gdb.cp/iostream.exp: New file.
14356
14357 2015-05-26 Doug Evans <dje@google.com>
14358
14359 * gdb.dwarf2/dw2-op-call.exp: Update.
14360 * gdb.dwarf2/dw4-sig-types.exp: Update.
14361 * gdb.dwarf2/implptr.exp: Update.
14362 * gdb.mi/mi-cmd-param-changed.exp: Update.
14363
14364 2015-05-26 Doug Evans <dje@google.com>
14365
14366 * gdb.python/py-lazy-string.c: New file.
14367 * gdb.python/py-lazy-string.exp: New file.
14368 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14369 (main): Update. Add estring3.
14370 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14371 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14372
14373 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14374 Yao Qi <yao.qi@linaro.org>
14375
14376 * gdb.reverse/aarch64.c: New.
14377 * gdb.reverse/aarch64.exp: New.
14378
14379 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14380
14381 * lib/gdb.exp (supports_process_record): Return true for
14382 aarch64*-linux*.
14383 (supports_reverse): Likewise.
14384
14385 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14386
14387 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14388 Use with_test_prefix.
14389
14390 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14391
14392 * gdb.base/completion.exp: Add test for completion of layout
14393 names.
14394
14395 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14396
14397 * lib/gdb.exp (skip_tui_tests): New proc.
14398 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14399
14400 2015-05-19 Pedro Alves <palves@redhat.com>
14401
14402 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14403 Save the whole env array instead of just HOME. Unset HISTSIZE in
14404 the environment while testing. Restore whole environment
14405 afterwards.
14406
14407 2015-05-16 Doug Evans <xdje42@gmail.com>
14408
14409 * gdb.guile/scm-ports.c: New file.
14410 * gdb.guile/scm-ports.exp: Add memory port tests.
14411
14412 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14413
14414 * gdb.compile/compile-print.c: New file.
14415 * gdb.compile/compile-print.exp: New file.
14416
14417 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14418
14419 * gdb.compile/compile-ops.exp: Cast param to void.
14420 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14421 (compile code struct_object.selffield = &struct_object): Add xfail.
14422
14423 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14424
14425 * gdb.ada/arr_enum_with_gap: New testcase.
14426
14427 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14428
14429 * gdb.ada/byte_packed_arr: New testcase.
14430
14431 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14432
14433 * gdb.ada/pckd_neg: New testcase.
14434
14435 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14436
14437 PR gdb/17820
14438 * gdb.base/gdbinit-history.exp: New test.
14439 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14440 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14441
14442 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14443
14444 * gdb.python/py-xmethods.cc: Enhance test case.
14445 * gdb.python/py-xmethods.exp: New tests.
14446 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14447 function.
14448 (B_indexoper): Likewise.
14449 (global_dm_list) : Add new xmethod worker functions.
14450
14451 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14452
14453 * gdb.base/coredump-filter.exp: Correctly unset
14454 "coredump_var_addr" array.
14455
14456 2015-05-08 Pedro Alves <palves@redhat.com>
14457
14458 * gdb.server/non-existing-program.exp: Unset spawn_id.
14459
14460 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14461
14462 PR python/18291
14463 * gdb.python/py-xmethods.exp: Add tests.
14464
14465 2015-05-08 Yao Qi <yao.qi@linaro.org>
14466
14467 PR gdb/18208
14468 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14469 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14470 function set_coredump_filter, and remove remote_exec call.
14471 Remove argument ipid. Callers update.
14472 (top level): Don't get inferior's PID.
14473
14474 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14475
14476 * gdb.base/watch_thread_num.exp: Skip test on targets without
14477 access watchpoints.
14478
14479 2015-05-06 Pedro Alves <palves@redhat.com>
14480
14481 PR server/18081
14482 * gdb.server/non-existing-program.exp: New file.
14483
14484 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14485
14486 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14487
14488 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14489
14490 * gdb.ada/out_of_line_in_inlined: New testcase.
14491
14492 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14493
14494 * gdb.ada/var_rec_arr: New testcase.
14495
14496 2015-04-30 Yao Qi <yao.qi@linaro.org>
14497
14498 * gdb.base/break-idempotent.exp: If
14499 skip_hw_watchpoint_multi_tests returns true, skip the tests
14500 on "rwatch" and "awatch".
14501
14502 2015-04-30 Yao Qi <yao.qi@linaro.org>
14503
14504 * gdb.base/relativedebug.exp: Invoke gdb command
14505 "info sharedlibrary", and if libc.so doesn't have debug info,
14506 skip the test.
14507
14508 2015-04-29 Doug Evans <dje@google.com>
14509
14510 * gdb.python/py-xmethods.exp: Add ptype tests.
14511 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14512 get_result_type method.
14513
14514 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14515
14516 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14517 the target does not support hardware watchpoints.
14518
14519 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14520
14521 * gdb.base/break-always.exp: Abort testing if writing to memory
14522 causes an error.
14523
14524 2015-04-28 Doug Evans <dje@google.com>
14525
14526 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14527 * gdb.python/py-pp-registration.exp: ... here. New file.
14528 * gdb.python/py-pp-registration.c: New file.
14529 * gdb.python/py-pp-registration.py: New file.
14530
14531 2015-04-28 Doug Evans <dje@google.com>
14532
14533 * gdb.python/py-bad-printers.c: New file.
14534 * gdb.python/py-bad-printers.py: New file.
14535 * gdb.python/py-bad-printers.exp: New file.
14536
14537 2015-04-28 Sasha Smundak <asmundak@google.com>
14538
14539 * gdb.python/py-type.exp: New test.
14540
14541 2015-04-28 Andy Wingo <wingo@igalia.com>
14542
14543 * gdb.python/py-parameter.exp:
14544 * gdb.guile/scm-parameter.exp: Escape the path that we are
14545 matching against, as it might contain characters that are special
14546 to regular expressions.
14547
14548 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14549
14550 * gdb.ada/rec_comp: New testcase.
14551
14552 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14553
14554 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14555 before using it.
14556
14557 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14558
14559 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14560 new tests for verilog output.
14561
14562 2015-04-24 Yao Qi <yao.qi@linaro.org>
14563
14564 * boards/remote-gdbserver-on-localhost.exp: New file.
14565
14566 2015-04-23 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14569 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14570 "end of file", remove $inferior_spawn_id from the indirect list.
14571
14572 2015-04-23 Pedro Alves <palves@redhat.com>
14573
14574 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14575
14576 2015-04-23 Pedro Alves <palves@redhat.com>
14577
14578 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14579 on $any_spawn_id instead of only on $gdb_spawn_id.
14580
14581 2015-04-21 Pierre Muller <muller@sourceware.org>
14582
14583 PR pascal/17815
14584 * lib/pascal.exp (gpc_compile): Add new option "class".
14585 (fpc_compile): Likewise.
14586 * gdb.pascal/case-insensitive-symbols.pas: New file.
14587 * gdb.pascal/case-insensitive-symbols.exp: New file.
14588
14589 2015-04-20 Gary Benson <gbenson@redhat.com>
14590
14591 * gdb.base/attach.exp: Fix three extended remote failures.
14592
14593 2015-04-17 Gary Benson <gbenson@redhat.com>
14594
14595 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14596 the main executable over the remote protocol.
14597
14598 2015-04-16 Pedro Alves <palves@redhat.com>
14599
14600 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14601 a new gdbserver if gdbserver_reconnect_p is set.
14602
14603 2015-04-16 Pedro Alves <palves@redhat.com>
14604
14605 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14606 is set, don't exit gdbserver.
14607
14608 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14609
14610 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14611 appropriate .insn, such that an older assembler can be used.
14612 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14613 the z/Architecture instruction set on 31-bit targets as well.
14614
14615 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14616
14617 * gdb.go/handcall.exp: Remove all logic related to the first
14618 breakpoint and rely on go_runto_main instead.
14619 * gdb.go/strings.exp: Likewise.
14620 * gdb.go/unsafe.exp: Likewise.
14621 * gdb.go/hello.exp: Likewise. Also rename the remaining
14622 breakpoint marker to "breakpoint 1".
14623 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14624 * gdb.go/strings.go: Likewise.
14625 * gdb.go/unsafe.go: Likewise.
14626 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14627 "set breakpoint 2 here" and rename the remaining breakpoint marker
14628 to "breakpoint 1".
14629
14630 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14631
14632 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14633 if itertools.imap is not present.
14634 * gdb.python/py-objfile.exp: Add parentheses.
14635 * gdb.python/py-type.exp: Same.
14636 * gdb.python/py-unwind-maint.py: Same.
14637
14638 2015-04-15 Yao Qi <yao.qi@linaro.org>
14639
14640 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14641 of ":$ptr_size" and set its form explicitly.
14642
14643 2015-04-15 Pedro Alves <palves@redhat.com>
14644 Yao Qi <yao.qi@linaro.org>
14645
14646 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14647 timeout by factor of 4.
14648 (test_regular_watch): Likewise.
14649 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14650 * gdb.reverse/sigall-reverse.exp: Likewise.
14651 * gdb.reverse/until-precsave.exp: Likewise.
14652 * lib/gdb.exp (with_timeout_factor): New proc.
14653 (gdb_expect): Move some code to ...
14654 (get_largest_timeout): ... here. New procedure.
14655
14656 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14657
14658 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14659
14660 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14661
14662 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14663 to write to the .text section.
14664
14665 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14666
14667 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14668 Handle the case of targets that do not provide PID information.
14669
14670 2015-04-13 Yao Qi <yao.qi@linaro.org>
14671
14672 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14673 and use expect instead of gdb_expect.
14674
14675 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14676
14677 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14678 "coredump_var_addr" to avoid naming conflict with other testcases.
14679
14680 2015-04-10 Pedro Alves <palves@redhat.com>
14681
14682 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14683 gdb_test_sequence and gdb_assert.
14684
14685 2015-04-10 Pedro Alves <palves@redhat.com>
14686
14687 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14688 test messages that don't include the breakpoint address.
14689
14690 2015-04-10 Yao Qi <yao.qi@linaro.org>
14691
14692 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14693 false for some offset and width combinations which aren't
14694 supported by linux kernel.
14695
14696 2015-04-10 Pedro Alves <palves@redhat.com>
14697
14698 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14699 procedure, factored out from ...
14700 (top level): ... here. Add "set displaced-stepping" testing axis.
14701 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14702 parameter "displaced". Use it.
14703 (top level): Use foreach and add "set displaced-stepping" testing
14704 axis.
14705
14706 2015-04-10 Pedro Alves <palves@redhat.com>
14707
14708 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14709 Remove comment.
14710 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14711 both the address of the instruction that triggers the watchpoint
14712 and the address of the instruction immediately after, and use
14713 those addresses for the test. Fix comment.
14714
14715 2015-04-10 Pedro Alves <palves@redhat.com>
14716
14717 * gdb.base/sigstep.exp (breakpoint_to_handler)
14718 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14719 Test "backtrace" in handler.
14720 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14721 (top level): Add new "displaced" test axis to
14722 breakpoint_to_handler, breakpoint_to_handler_entry and
14723 breakpoint_over_handler.
14724
14725 2015-04-10 Pedro Alves <palves@redhat.com>
14726
14727 PR gdb/18216
14728 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14729
14730 2015-04-10 Yao Qi <yao.qi@linaro.org>
14731
14732 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14733 (test_add_rn_pc): New function.
14734 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14735 (top level): Invoke test_add_rn_pc.
14736
14737 2015-04-10 Pedro Alves <palves@redhat.com>
14738
14739 PR gdb/13858
14740 * gdb.base/step-over-no-symbols.exp: New file.
14741
14742 2015-04-09 Andy Wingo <wingo@igalia.com>
14743
14744 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14745 after the Python tests.
14746
14747 2015-04-08 Keith Seitz <keiths@redhat.com>
14748
14749 PR python/16699
14750 * gdb.python/py-completion.exp: New tests for completion.
14751 * gdb.python/py-completion.py (CompleteLimit1): New class.
14752 (CompleteLimit2): Likewise.
14753 (CompleteLimit3): Likewise.
14754 (CompleteLimit4): Likewise.
14755 (CompleteLimit5): Likewise.
14756 (CompleteLimit6): Likewise.
14757 (CompleteLimit7): Likewise.
14758
14759 2015-04-08 Pedro Alves <palves@redhat.com>
14760
14761 PR gdb/18214
14762 PR gdb/18216
14763 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14764 function.
14765 (main): Install it as SIGUSR1 handler.
14766 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14767 parameter. Always use "setup" as prefix. Toggle "set
14768 displaced-stepping" off/on depending on global. Don't switch to
14769 thread 1 here.
14770 (top level): Add displaced stepping "off/on" test axis. Update
14771 "setup" calls. Wrap each subtest with with_test_prefix. Test
14772 continuing with a queued signal in each thread.
14773
14774 2015-04-08 Pedro Alves <palves@redhat.com>
14775
14776 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14777 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14778 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14779 Return early if running to main fails.
14780 * gdb.trace/while-stepping.exp: Likewise.
14781
14782 2015-04-07 Pedro Alves <palves@redhat.com>
14783
14784 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14785 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14786 interact with inferior program.
14787
14788 2015-04-07 Pedro Alves <palves@redhat.com>
14789
14790 * lib/gdb.exp (inferior_spawn_id): New global.
14791 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14792 spawn id after processing the user code.
14793 (default_gdb_start): Set inferior_spawn_id.
14794 (send_inferior): New procedure.
14795 * lib/gdbserver-support.exp (gdbserver_start): Set
14796 inferior_spawn_id.
14797 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14798
14799 2015-04-07 Pedro Alves <palves@redhat.com>
14800
14801 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14802 * lib/gdbserver-support.exp (gdbserver_start): Make
14803 $server_spawn_id global.
14804 (gdbserver_start): Don't wait for gdbserver's spawn id with
14805 expect_background.
14806 (close_gdbserver): New procedure.
14807 (gdb_exit): Rename the default version and reimplement.
14808
14809 2015-04-07 Pedro Alves <palves@redhat.com>
14810
14811 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14812 append the substituted item, not the original item.
14813
14814 2015-04-07 Pedro Alves <palves@redhat.com>
14815
14816 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14817 gdb_expect.
14818
14819 2015-04-07 Pedro Alves <palves@redhat.com>
14820
14821 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14822 output appearing once only.
14823
14824 2015-04-07 Pedro Alves <palves@redhat.com>
14825
14826 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14827 that doesn't expect anything. Return early if running to main
14828 fails.
14829
14830 2015-04-07 Yao Qi <yao.qi@linaro.org>
14831
14832 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14833 (child_function): Call alarm.
14834 (main): Move call to alarm into the loop.
14835 * gdb.threads/non-stop-fair-events.exp: Build program with
14836 -DTIMEOUT=$timeout.
14837
14838 2015-04-06 Doug Evans <xdje42@gmail.com>
14839
14840 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14841 Fix dest parameter to board_info.
14842 (fpc_compile): Ditto.
14843 (gdb_compile_pascal): Rename dest arg to destfile.
14844
14845 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14846
14847 * gdb.ada/funcall_ref.exp: New file.
14848 * gdb.ada/funcall_ref/foo.adb: New file.
14849
14850 2015-04-02 Yao Qi <yao.qi@linaro.org>
14851
14852 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14853 is remote.
14854
14855 2015-04-02 Gary Benson <gbenson@redhat.com>
14856
14857 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14858
14859 2015-04-01 Sasha Smundak <asmundak@google.com>
14860
14861 * gdb.python/py-unwind-maint.c: New file.
14862 * gdb.python/py-unwind-maint.exp: New test.
14863 * gdb.python/py-unwind-maint.py: New file.
14864 * gdb.python/py-unwind.c: New file.
14865 * gdb.python/py-unwind.exp: New test.
14866 * gdb.python/py-unwind.py: New test.
14867
14868 2015-04-01 Pedro Alves <palves@redhat.com>
14869
14870 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14871 to fail instead of non-existent $test.
14872
14873 2015-04-01 Pedro Alves <palves@redhat.com>
14874
14875 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14876 GDBFLAGS if not empty.
14877
14878 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14879
14880 * gdb.ada/complete.exp: Remove "multi_line".
14881 * gdb.ada/info_exc.exp: Remove "multi_line".
14882 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14883 * gdb.ada/ptype_field.exp: Remove "multi_line".
14884 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14885 * gdb.ada/tagged.exp: Remove "multi_line".
14886 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14887 [multi_line ...]
14888 * gdb.btrace/delta.exp: Likewise.
14889 * gdb.btrace/exception.exp: Likewise.
14890 * gdb.btrace/function_call_history.exp: Likewise.
14891 * gdb.btrace/instruction_history.exp: Likewise.
14892 * gdb.btrace/nohist.exp: Likewise.
14893 * gdb.btrace/record_goto.exp: Likewise.
14894 * gdb.btrace/segv.exp: Likewise.
14895 * gdb.btrace/stepi.exp: Likewise.
14896 * gdb.btrace/tailcall.exp: Likewise.
14897 * gdb.btrace/unknown_functions.exp: Likewise.
14898 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14899 * lib/gdb.exp: Add the "multi_line" helper.
14900
14901 2015-04-01 Pedro Alves <palves@redhat.com>
14902
14903 * gdb.threads/tid-reuse.c: New file.
14904 * gdb.threads/tid-reuse.exp: New file.
14905
14906 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14907
14908 PR corefiles/16092
14909 * gdb.base/coredump-filter.c: New file.
14910 * gdb.base/coredump-filter.exp: Likewise.
14911
14912 2015-03-27 Petr Machata <pmachata@redhat.com>
14913
14914 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14915 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14916 (Dwarf::assemble): Initialize them.
14917 (Dwarf::lines): New function.
14918
14919 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14920
14921 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14922 SYMBOL_PREFIX for x86_64-*-cygwin.
14923
14924 2015-03-26 Andy Wingo <wingo@igalia.com>
14925
14926 PR symtab/18148
14927 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14928 const_value but not a location.
14929 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14930 location defined in non-main CUs are visible.
14931
14932 2015-03-26 Yao Qi <yao.qi@linaro.org>
14933
14934 PR testsuite/18139
14935 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14936 Add a line number entry for the same line.
14937 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14938 Add a line number entry for the same line.
14939
14940 2015-03-26 Yao Qi <yao.qi@linaro.org>
14941
14942 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14943 .int 0.
14944 (func): Likewise. Add .Lfunc_1 label.
14945 Use .Lfunc_1 label.
14946 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14947 .int 0.
14948 (func): Likewise.
14949 Use .Lfunc_1 label.
14950
14951 2015-03-26 Yao Qi <yao.qi@linaro.org>
14952
14953 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14954 Call gdb_compile instead to compile each .s files without debug
14955 information.
14956
14957 2015-03-26 Yao Qi <yao.qi@linaro.org>
14958
14959 * gdb.base/savedregs.exp (process_saved_regs): Make
14960 "Saved registers:" optional in the pattern.
14961
14962 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14963
14964 * gdb.btrace/next.exp: Merged into step.exp.
14965 * gdb.btrace/finish.exp: Merged into step.exp.
14966 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14967 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14968 "record goto" and checking the exact replay position.
14969 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14970 check for "Recording format" in "info record" output.
14971 * gdb.btrace/record_goto.exp: Choose test file based on target.
14972 * gdb.btrace/x86-record_goto.S: Renamed into ...
14973 * gdb.btrace/x86_64-record_goto.S: ... this.
14974 * gdb.btrace/i686-record_goto.S: New.
14975 * gdb.btrace/x86-tailcall.S: Renamed into ...
14976 * gdb.btrace/x86_64-tailcall.S: ... this.
14977 * gdb.btrace/i686-tailcall.S: New.
14978 * gdb.btrace/x86-tailcall.c: Renamed into ...
14979 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14980 separate statements. Update test.
14981 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14982 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14983 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14984 * gdb.btrace/tailcall.exp: Choose test file based on target.
14985 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14986
14987 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14988
14989 * gdb.btrace/exception.exp: Increase BTS buffer size.
14990
14991 2015-03-24 Pedro Alves <palves@redhat.com>
14992
14993 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14994
14995 2015-03-24 Pedro Alves <palves@redhat.com>
14996
14997 * gdb.threads/schedlock.exp (test_step): No longer expect that
14998 "set scheduler-locking step" with "next" over a function call runs
14999 threads unlocked.
15000
15001 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15002
15003 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15004
15005 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15006
15007 PR breakpoints/16466
15008 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15009 * gdb.mi/mi-pending.c (thread_func): New function.
15010 (int main): Add threading support required.
15011 * gdb.mi/mi-pending.exp: Add tests for this issue.
15012 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15013 (pendfunc2): Remove stdio dependency.
15014 * gdb.mi/mi-pendshr2.c: New file.
15015
15016 2015-03-23 Keith Seitz <keiths@redhat.com>
15017
15018 * gdb.linespec/keywords.c: New file.
15019 * gdb.linespec/keywords.exp: New file.
15020
15021 2015-03-23 Keith Seitz <keiths@redhat.com>
15022
15023 PR gdb/18021
15024 * gdb.dwarf2/staticvirtual.exp: New test.
15025
15026 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15027
15028 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15029 * README: Remove HP-UX and gdb.hp.
15030 (configuration):
15031 * configure: Regenerate.
15032 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15033 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15034 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15035 gdb.hp/gdb.defects/Makefile.
15036 * gdb.hp/Makefile.in: File deleted.
15037 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15038 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15039 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15040 * gdb.hp/gdb.aCC/run.c: File deleted.
15041 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15042 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15043 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15044 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15045 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15046 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15047 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15048 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15049 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15050 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15051 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15052 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15053 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15054 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15055 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15056 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15057 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15058 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15059 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15060 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15061 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15062 * gdb.hp/gdb.compat/average.c: File deleted.
15063 * gdb.hp/gdb.compat/sum.c: File deleted.
15064 * gdb.hp/gdb.compat/xdb.c: File deleted.
15065 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15066 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15067 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15068 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15069 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15070 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15071 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15072 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15073 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15074 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15075 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15076 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15077 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15078 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15079 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15080 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15081 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15082 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15083 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15084 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15085 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15086 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15087 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15088 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15089 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15090 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15091 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15092 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15093 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15094 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15095 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15096 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15097 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15098 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15099 * gdb.hp/tools/odump: File deleted.
15100
15101 2015-03-19 Pedro Alves <palves@redhat.com>
15102
15103 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15104 (saw_thread_3): New globals.
15105 (top level): Increment them when an event for the corresponding
15106 thread is seen.
15107 (no thread starvation): New test.
15108
15109 2015-03-19 Pedro Alves <palves@redhat.com>
15110
15111 * gdb.threads/continue-pending-status.c: New file.
15112 * gdb.threads/continue-pending-status.exp: New file.
15113
15114 2015-03-18 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15117 Use gdb_is_target_remote instead of is_remote. Use
15118 gdb_test_multiple instead of gdb_expect. Exit early if
15119 gdb_test_multiple hits its internal matches. Tighten stepi tests
15120 expected output. Fail on exit with any signal, instead of just
15121 SIGILL.
15122
15123 2015-03-18 Yao Qi <yao.qi@linaro.org>
15124
15125 PR tdep/18107
15126 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15127 variable.
15128 * gdb.base/catch-syscall.exp: Don't skip it on
15129 aarch64*-*-linux* target. Remove elements in all_syscalls.
15130 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15131 target.
15132 (setup_all_syscalls): New proc.
15133
15134 2015-03-16 Yao Qi <yao.qi@linaro.org>
15135
15136 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15137 (top level): Skip tests if valid_addr_p returns false for
15138 $cmd1 or $cmd2.
15139
15140 2015-03-11 Andy Wingo <wingo@igalia.com>
15141
15142 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15143
15144 2015-03-11 Yao Qi <yao.qi@linaro.org>
15145
15146 * gdb.base/catch-syscall.exp: Fix typo in comments.
15147
15148 2015-03-11 Yao Qi <yao.qi@linaro.org>
15149
15150 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15151
15152 2015-03-09 Pedro Alves <palves@redhat.com>
15153
15154 * dg-extract-results.py: Delete.
15155
15156 2015-03-09 Pedro Alves <palves@redhat.com>
15157
15158 Merge dg-extract-results.sh from GCC upstream (r218843).
15159
15160 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15161 * dg-extract-results.sh: Use --text with grep to avoid issues with
15162 binary files. Fall back to cat -v, if that doesn't work.
15163
15164 2015-03-05 Pedro Alves <palves@redhat.com>
15165
15166 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15167
15168 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15169
15170 * lib/mi-support.exp (mi_expect_interrupt): Accept
15171 alternative event for when in all-stop mode.
15172
15173 2015-03-04 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15176
15177 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15178
15179 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15180
15181 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15182
15183 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15184 regexps for GDB's current line display, accept a hex address
15185 preceding the line number.
15186
15187 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15188
15189 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15190 the 'arch1' variable for "s390*-linux*" targets.
15191
15192 2015-03-04 Pedro Alves <palves@redhat.com>
15193
15194 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15195 (main): Pass missing retval argument to pthread_join call.
15196
15197 2015-03-02 Pedro Alves <palves@redhat.com>
15198
15199 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15200 (top level): Call do_test with non-stop as well.
15201
15202 2015-03-02 Pedro Alves <palves@redhat.com>
15203
15204 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15205 -1.
15206
15207 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15208
15209 * gdb.arch/s390-vregs.exp: New test.
15210 * gdb.arch/s390-vregs.S: New file.
15211
15212 2015-02-27 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15215 call to catch_command_errors.
15216 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15217 catch_command_errors.
15218
15219 2015-02-27 Pedro Alves <palves@redhat.com>
15220
15221 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15222 "true" for boolean result.
15223 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15224 prototype of main.
15225
15226 2015-02-27 Pedro Alves <palves@redhat.com>
15227
15228 * lib/unbuffer_output.c: New file.
15229 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15230 (main): Call gdb_unbuffer_output.
15231
15232 2015-02-27 Yao Qi <yao.qi@linaro.org>
15233
15234 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15235 target.
15236
15237 2015-02-26 Doug Evans <dje@google.com>
15238
15239 * gdb.cp/class2.cc (Dbase, D): New classes.
15240 (main): New local delta.
15241 * gdb.cp/class2.exp: Test printing delta.
15242 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15243 (dynbar): New global.
15244 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15245
15246 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15247
15248 * gdb.compile/compile-ifunc.c: New file.
15249 * gdb.compile/compile-ifunc.exp: New file.
15250
15251 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15252
15253 * gdb.base/structs.exp: Check for correct struct on finish.
15254
15255 2015-02-26 Yao Qi <yao.qi@linaro.org>
15256
15257 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15258 is zero.
15259
15260 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15261
15262 * gdb.arch/cordic.ko.bz2: New file.
15263 * gdb.arch/cordic.ko.debug.bz2: New file.
15264 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15265
15266 2015-02-25 Yao Qi <yao.qi@linaro.org>
15267
15268 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15269 aarch64*-*-* target.
15270
15271 2015-02-23 Pedro Alves <palves@redhat.com>
15272
15273 * lib/gdb.exp (delete_breakpoints): Rewrite using
15274 gdb_test_multiple.
15275
15276 2015-02-23 Pedro Alves <palves@redhat.com>
15277
15278 * gdb.base/info-os.c: Include stdlib.h.
15279
15280 2015-02-22 Doug Evans <xdje42@gmail.com>
15281
15282 PR symtab/17855
15283 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15284 is read after symbols have been re-read.
15285 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15286 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15287
15288 2015-02-21 Doug Evans <dje@google.com>
15289
15290 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15291
15292 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15293
15294 PR corefiles/17808
15295 * gdb.arch/i386-biarch-core.core.bz2: New file.
15296 * gdb.arch/i386-biarch-core.exp: New file.
15297
15298 2015-02-21 Pedro Alves <palves@redhat.com>
15299
15300 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15301 runto_main fails.
15302
15303 2015-02-20 Pedro Alves <palves@redhat.com>
15304
15305 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15306 info probes.
15307
15308 2015-02-20 Pedro Alves <palves@redhat.com>
15309
15310 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15311
15312 2015-02-20 Pedro Alves <palves@redhat.com>
15313
15314 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15315 clean_restart before gdb_target_supports_trace.
15316
15317 2015-02-20 Pedro Alves <palves@redhat.com>
15318
15319 PR threads/18006
15320 * gdb.threads/clone-thread_db.c: New file.
15321 * gdb.threads/clone-thread_db.exp: New file.
15322
15323 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15324
15325 PR breakpoints/16812
15326 * gdb.base/catch-gdb-caused-signals.c: New file.
15327 * gdb.base/catch-gdb-caused-signals.exp: New file.
15328
15329 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15330
15331 * configure: Regenerated.
15332 * configure.ac: Use GDB_AC_TRANSFORM.
15333 * aclocal.m4: sinclude ../transform.m4.
15334
15335 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15336
15337 * lib/dtrace.exp: New file.
15338 * gdb.base/dtrace-probe.exp: Likewise.
15339 * gdb.base/dtrace-probe.d: Likewise.
15340 * gdb.base/dtrace-probe.c: Likewise.
15341 * lib/pdtrace.in: Likewise.
15342 * configure.ac: Output variables with the transformed names of
15343 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15344 * configure: Regenerated.
15345
15346 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15347
15348 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15349 expected message when trying to access $_probe_* convenience
15350 variables while not on a probe.
15351
15352 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15353
15354 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15355
15356 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15357
15358 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15359 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15360
15361 2015-02-10 Doug Evans <xdje42@gmail.com>
15362
15363 * lib/gdb.exp (gdb_load): Always return a result.
15364
15365 2015-02-10 Pedro Alves <palves@redhat.com>
15366
15367 * gdb.threads/signal-sigtrap.c: New file.
15368 * gdb.threads/signal-sigtrap.exp: New file.
15369
15370 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15371
15372 * gdb.trace/no-attach-trace.c: New file.
15373 * gdb.trace/no-attach-trace.exp: New file.
15374
15375 2015-02-09 Mark Wielaard <mjw@redhat.com>
15376
15377 * gdb.dwarf2/atomic.c: New file.
15378 * gdb.dwarf2/atomic-type.exp: Likewise.
15379
15380 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15381
15382 * gdb.btrace/buffer-size.exp: Update "info record" output.
15383 * gdb.btrace/delta.exp: Update "info record" output.
15384 * gdb.btrace/enable.exp: Update "info record" output.
15385 * gdb.btrace/finish.exp: Update "info record" output.
15386 * gdb.btrace/instruction_history.exp: Update "info record" output.
15387 * gdb.btrace/next.exp: Update "info record" output.
15388 * gdb.btrace/nexti.exp: Update "info record" output.
15389 * gdb.btrace/step.exp: Update "info record" output.
15390 * gdb.btrace/stepi.exp: Update "info record" output.
15391 * gdb.btrace/nohist.exp: Update "info record" output.
15392
15393 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15394
15395 * gdb.btrace/buffer-size: New.
15396
15397 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15398
15399 * gdb.btrace/delta.exp: Update "info record" output.
15400 * gdb.btrace/enable.exp: Update "info record" output.
15401 * gdb.btrace/finish.exp: Update "info record" output.
15402 * gdb.btrace/instruction_history.exp: Update "info record" output.
15403 * gdb.btrace/next.exp: Update "info record" output.
15404 * gdb.btrace/nexti.exp: Update "info record" output.
15405 * gdb.btrace/step.exp: Update "info record" output.
15406 * gdb.btrace/stepi.exp: Update "info record" output.
15407 * gdb.btrace/nohist.exp: Update "info record" output.
15408
15409 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15410
15411 PR gdb/15678
15412 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15413
15414 2015-02-06 Pedro Alves <palves@redhat.com>
15415
15416 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15417 macro.
15418 (seconds_left, again): New globals.
15419 (main): Wait seconds_left in a 1-second sleep loop instead of
15420 sleeping 180 seconds. If 'again' is set, reset the seconds
15421 counter.
15422 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15423 'again' in the inferior before detaching. Print the seconds left.
15424 (options): New global.
15425 (top level): Build program with -DTIMEOUT=$timeout.
15426
15427 2015-02-06 Pedro Alves <palves@redhat.com>
15428
15429 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15430 determine how many seconds to pass to 'alarm'.
15431 * gdb.base/gdb-sigterm.exp (top level): Build program with
15432 -DTIMEOUT=$timeout.
15433 (do_test): Return success/failure indication. Add more verbose
15434 logging. Don't fail if 200 single steps are seen. Instead, fail
15435 when the test times out.
15436 (passes): New global.
15437 (top level): Break the testing loop if testing fails on any
15438 iteration. Use gdb_assert.
15439
15440 2015-02-04 Don Breazeal <donb@codesourcery.com>
15441
15442 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15443 and initialize them.
15444 (ipc_cleanup): New function.
15445 (main): Don't declare shmid, semid, and msqid. Add a call to
15446 atexit so that we call ipc_cleanup on exit.
15447
15448 2015-02-04 Pedro Alves <palves@redhat.com>
15449
15450 * boards/native-extended-gdbserver.exp: Remove any target variant
15451 specifications from the board name before clearing the isremote
15452 flag from board_info.
15453
15454 2015-01-31 Doug Evans <xdje42@gmail.com>
15455
15456 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15457
15458 2015-01-31 Gary Benson <gbenson@redhat.com>
15459
15460 * gdb.base/completion.exp: Disable completion limiting for
15461 existing tests. Add new tests to check completion limiting.
15462 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15463
15464 2015-01-31 Doug Evans <xdje42@gmail.com>
15465
15466 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15467
15468 2015-01-31 Doug Evans <xdje42@gmail.com>
15469
15470 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15471 entries. Duplicate file section script entries.
15472 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15473 inlined entries. Add test for safe-path rejection.
15474 * gdb.python/py-section-script.c: Add duplicate inlined section script
15475 entries. Duplicate file section script entries.
15476 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15477 inlined entries. Add test for safe-path rejection.
15478
15479 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15480
15481 * gdb.ada/disc_arr_bound: New testcase.
15482
15483 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15484
15485 * gdb.ada/mi_var_array: New testcase.
15486
15487 2015-01-27 Doug Evans <dje@google.com>
15488
15489 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15490 Add test for objfile.filename, objfile.username after objfile
15491 has been unloaded.
15492
15493 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15494
15495 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15496 the second test to print the name attribute of value
15497 returned by the call to gdb.lookup_type, and adjust
15498 the expected output accordingly.
15499
15500 2015-01-25 Mark Wielaard <mjw@redhat.com>
15501
15502 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15503 * gdb.base/disp-step-fork.c: Include unistd.h.
15504 * gdb.base/siginfo-obj.c: Include stdio.h.
15505 * gdb.base/siginfo-thread.c: Likewise.
15506 * gdb.mi/non-stop.c: Include unistd.h.
15507 * gdb.mi/nsthrexec.c: Include stdio.h.
15508 * gdb.mi/pthreads.c: Include unistd.h.
15509 * gdb.modula2/unbounded1.c (main): Declare returns int.
15510 * gdb.reverse/consecutive-reverse.c: Likewise.
15511 * gdb.threads/create-fail.c: Include unistd.h.
15512 * gdb.threads/killed.c: Likewise.
15513 * gdb.threads/linux-dp.c: Likewise.
15514 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15515 * gdb.threads/non-ldr-exc-2.c: Likewise.
15516 * gdb.threads/non-ldr-exc-3.c: Likewise.
15517 * gdb.threads/non-ldr-exc-4.c: Likewise.
15518 * gdb.threads/pthreads.c: Include unistd.h.
15519 (main): Declare returns int.
15520 * gdb.threads/tls-main.c (foo): New declaration.
15521 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15522
15523 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15524
15525 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15526 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15527
15528 2015-01-15 Mark Wielaard <mjw@redhat.com>
15529
15530 * gdb.base/noreturn-return.c: New file.
15531 * gdb.base/noreturn-return.exp: New file.
15532 * gdb.base/noreturn-finish.c: New file.
15533 * gdb.base/noreturn-finish.exp: New file.
15534
15535 2015-01-23 Pedro Alves <palves@redhat.com>
15536
15537 * gdb.threads/continue-pending-after-query.c: New file.
15538 * gdb.threads/continue-pending-after-query.exp: New file.
15539
15540 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15541 Simon Marchi <simon.marchi@ericsson.com>
15542
15543 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15544 * gdb.base/valgrind-db-attach.exp: Same.
15545 * gdb.base/valgrind-infcall.exp: Same.
15546 * lib/mi-support.exp (default_mi_gdb_start): Same.
15547 * lib/prompt.exp (default_prompt_gdb_start): Same.
15548 * lib/gdb.exp (default_gdb_spawn): Same.
15549 (gdb_interact): New.
15550
15551
15552 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15553
15554 * gdb.compile/compile.exp (pointer to jit function): New test.
15555
15556 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15557
15558 * lib/gdb.exp (supports_process_record): Return true for
15559 powerpc*-*-linux*.
15560 (supports_reverse): Likewise.
15561
15562 2015-01-15 Don Breazeal <donb@codesourcery.com>
15563
15564 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15565 instead of checking whether the target board is remote and
15566 use spawn_wait_for_attach instead of exec/sleep.
15567 * gdb.base/attach-twice.exp: Likewise.
15568
15569 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15570
15571 * gdb.ada/var_arr_attrs: New testcase.
15572
15573 2015-01-14 Pedro Alves <palves@redhat.com>
15574 Joel Brobecker <brobecker@adacore.com>
15575
15576 PR gdb/17525
15577 * gdb.base/bp-cmds-execution-x-script.c: New file.
15578 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15579 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15580
15581 2015-01-14 Pedro Alves <palves@redhat.com>
15582
15583 PR cli/17828
15584 * gdb.base/batch-preserve-term-settings.c: New file.
15585 * gdb.base/batch-preserve-term-settings.exp: New file.
15586
15587 2015-01-13 Doug Evans <dje@google.com>
15588
15589 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15590 binary.
15591
15592 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15593
15594 * Makefile.in (clean mostlyclean): Do not delete *.py.
15595
15596 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15597
15598 * gdb.python/py-lookup-type.exp: New file.
15599
15600 2015-01-12 Pedro Alves <palves@redhat.com>
15601
15602 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15603 restore GDBFLAGS before returning.
15604
15605 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15606
15607 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15608 is_amd64_regs_target and is_x86_like_target.
15609
15610 2015-01-11 Doug Evans <xdje42@gmail.com>
15611
15612 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15613 is given without an explicit form.
15614 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15615 attributes.
15616 * gdb.dwarf/corrupt.exp: Ditto.
15617 * gdb.dwarf2/enum-type.exp: Ditto.
15618 * gdb.trace/entry-values.exp: Ditto.
15619 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15620
15621 2015-01-11 Doug Evans <xdje42@gmail.com>
15622
15623 PR gdb/15830
15624 * gdb.base/maint.exp: Remove references to "maint demangle".
15625 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15626 Add tests for explicitly specifying language to demangle.
15627 * gdb.dlang/demangle.exp: Ditto.
15628
15629 2015-01-09 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.threads/non-stop-fair-events.c: New file.
15632 * gdb.threads/non-stop-fair-events.exp: New file.
15633
15634 2015-01-09 Pedro Alves <palves@redhat.com>
15635
15636 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15637 the global scope. Set a breakpoint after all threads are started
15638 rather than stepping over two source lines. Expect the prompt.
15639 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15640 global.
15641 (NUM): Now 15.
15642 (main): Use threads_started_barrier to wait for all threads to
15643 start. Main thread no longer calls thread_function. Exit after
15644 180 seconds.
15645 (loop): New function.
15646 (thread_function): Wait on threads_started_barrier barrier. Call
15647 'loop' at each iteration.
15648 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15649 threads have started, instead of hardcoding number of "next"
15650 steps. Use an access watchpoint instead of a write watchpoint.
15651
15652 2015-01-09 Pedro Alves <palves@redhat.com>
15653
15654 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15655 (thread_func): Wait on barrier.
15656 (main): Wait for all threads to start before stopping GDB.
15657 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15658 global.
15659 (thread1_func, thread2_func): Wait on barrier.
15660 (main): Wait for all threads to start before stopping GDB.
15661 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15662 New global.
15663 (thread1_func, thread2_func): Wait on barrier.
15664 (main): Wait for all threads to start before stopping GDB.
15665
15666 2015-01-09 Pedro Alves <palves@redhat.com>
15667
15668 * gdb.threads/attach-many-short-lived-threads.c: New file.
15669 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15670
15671 2014-01-09 Pedro Alves <palves@redhat.com>
15672
15673 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15674 instead of to thread 2.
15675 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15676 Add barrier around each pthread_create call instead of around all
15677 calls.
15678 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15679 Set a break on thread_function and have the child threads hit it
15680 one at at a time.
15681
15682 2015-01-09 Pedro Alves <palves@redhat.com>
15683
15684 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15685 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15686 false.
15687 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15688 checking whether the target board is remote.
15689 * gdb.multi/multi-attach.exp: Likewise.
15690 * gdb.python/py-sync-interp.exp: Likewise.
15691 * gdb.server/ext-attach.exp: Likewise.
15692 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15693 tests that need to attach, instead of checking whether the target
15694 board is remote at the top of the file.
15695
15696 2015-01-08 Yao Qi <yao@codesourcery.com>
15697
15698 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15699
15700 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15701
15702 Fix testcase compilation.
15703 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15704
15705 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15706
15707 * gdb.python/py-type.exp: Add a couple test about empty
15708 array creation, and negative-length array creation.
15709
15710 2015-01-02 Doug Evans <xdje42@gmail.com>
15711
15712 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15713
15714 2015-01-02 Doug Evans <dje@google.com>
15715
15716 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15717
15718 2014-12-29 Yao Qi <yao@codesourcery.com>
15719
15720 * gdb.trace/entry-values.exp: Update comments. Rename variable
15721 bar_call_foo to returned_from_foo.
15722
15723 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15724
15725 PR gdb/17394
15726 * gdb.linespec/break-asm-file.c: New file.
15727 * gdb.linespec/break-asm-file.exp: New file.
15728 * gdb.linespec/break-asm-file0.s: New file.
15729 * gdb.linespec/break-asm-file1.s: New file.
15730
15731 2014-12-18 Nigel Stephens <nigel@mips.com>
15732 Maciej W. Rozycki <macro@codesourcery.com>
15733
15734 * gdb.base/float.exp: Handle the new output from "info float" on
15735 MIPS targets.
15736
15737 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15738
15739 Fix MinGW compilation.
15740 * gdb.compile/compile-ops.exp: Update untested message if
15741 !skip_compile_feature_tests.
15742 * gdb.compile/compile-setjmp.exp: Likewise.
15743 * gdb.compile/compile-tls.exp: Likewise.
15744 * gdb.compile/compile.exp: Likewise.
15745 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15746 supported on this host".
15747
15748 2014-12-16 Doug Evans <xdje42@gmail.com>
15749
15750 * boards/stabs.exp: New file.
15751
15752 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15753
15754 * gdb.base/completion.exp: Adjust to format changes of "maint
15755 print user-registers".
15756
15757 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15758
15759 PR server/17457
15760 * gdb.arch/aarch64-fp.c: New file.
15761 * gdb.arch/aarch64-fp.exp: New file.
15762
15763 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15764
15765 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15766 r210637, r210913, r211666, r215400, r215817).
15767
15768 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15769 * dg-extract-results.py: New file.
15770 * dg-extract-results.sh: Use it if the environment seems
15771 suitable.
15772
15773 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15774
15775 * dg-extract-results.py (parse_run): Handle warnings that
15776 are printed before a test harness is run.
15777
15778 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15779
15780 * dg-extract-results.py (Named): Remove __cmp__ method.
15781 (output_variation): Use a key to sort variation.harnesses.
15782
15783 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15784
15785 * dg-extract-results.py: For Python 3, force sys.stdout to
15786 handle surrogate escape sequences.
15787 (safe_open): New function.
15788 (output_segment, main): Use it.
15789
15790 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15791
15792 * dg-extract-results.py (Prog.result_re): Include options
15793 in test name.
15794
15795 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15796
15797 * dg-extract-results.py (output_variation): Always sort if
15798 do_sum.
15799
15800 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15801
15802 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15803 as long as we get pagination notifications.
15804
15805 2014-12-15 Jason Merrill <jason@redhat.com>
15806
15807 * Makefile.in (check-gdb.%): Restore.
15808 * README: Mention it.
15809
15810 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15811
15812 * gdb.ada/str_uninit: New testcase.
15813
15814 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15815
15816 PR symtab/17642
15817 * gdb.base/vla-stub-define.c: New file.
15818 * gdb.base/vla-stub.c: New file.
15819 * gdb.base/vla-stub.exp: New file.
15820
15821 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15822 Jan Kratochvil <jan.kratochvil@redhat.com>
15823 Tom Tromey <tromey@redhat.com>
15824
15825 * configure.ac: Add gdb.compile/.
15826 * configure: Regenerate.
15827 * gdb.compile/Makefile.in: New file.
15828 * gdb.compile/compile-ops.exp: New file.
15829 * gdb.compile/compile-ops.c: New file.
15830 * gdb.compile/compile-tls.c: New file.
15831 * gdb.compile/compile-tls.exp: New file.
15832 * gdb.compile/compile-constvar.S: New file.
15833 * gdb.compile/compile-constvar.c: New file.
15834 * gdb.compile/compile-mod.c: New file.
15835 * gdb.compile/compile-nodebug.c: New file.
15836 * gdb.compile/compile-setjmp-mod.c: New file.
15837 * gdb.compile/compile-setjmp.c: New file.
15838 * gdb.compile/compile-setjmp.exp: New file.
15839 * gdb.compile/compile-shlib.c: New file.
15840 * gdb.compile/compile.c: New file.
15841 * gdb.compile/compile.exp: New file.
15842 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15843
15844 2014-12-12 Tom Tromey <tromey@redhat.com>
15845
15846 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15847 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15848
15849 2014-12-12 Doug Evans <dje@google.com>
15850
15851 * lib/gdb-python.exp (get_python_valueof): New function.
15852 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15853
15854 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15855
15856 * gdb.base/completion.exp: Add test for completion of "info
15857 registers ".
15858
15859 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15860
15861 * gdb.base/func-ptrs.c: New file.
15862 * gdb.base/func-ptrs.exp: New file.
15863
15864 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15865
15866 PR breakpoints/17012
15867 * gdb.base/dprintf-detach.c: New file.
15868 * gdb.base/dprintf-detach.exp: New file.
15869
15870 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15871
15872 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15873 * lib/gdb.exp (target_is_gdbserver): New procedure.
15874
15875 2014-12-08 Doug Evans <dje@google.com>
15876
15877 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15878
15879 2014-12-05 Yao Qi <yao@codesourcery.com>
15880
15881 * gdb.guile/scm-error.exp: Remove the third argument to
15882 gdb_remote_download.
15883 * gdb.guile/scm-frame-args.exp: Likewise.
15884 * gdb.guile/scm-section-script.exp: Likewise.
15885
15886 2014-12-05 Yao Qi <yao@codesourcery.com>
15887
15888 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15889
15890 2014-12-04 Doug Evans <dje@google.com>
15891
15892 * gdb.python/py-objfile.exp: Add tests for
15893 objfile.add_separate_debug_file.
15894
15895 2014-12-04 Doug Evans <dje@google.com>
15896
15897 * lib/gdb.exp (get_build_id): New function.
15898 (build_id_debug_filename_get): Rewrite to use it.
15899 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15900
15901 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15902
15903 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15904 `method(long)', not just 0x0.
15905 * gdb.cp/nsalias.exp: Align code labels to 4.
15906 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15907 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15908 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15909 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15910 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15911 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15912
15913 2014-12-02 Doug Evans <dje@google.com>
15914
15915 PR symtab/17602
15916 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15917 * gdb.cp/anon-ns2.cc: ... here. New file.
15918 * gdb.cp/anon-ns.exp: Update.
15919
15920 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15921
15922 * gdb.python/py-events.py (inferior_call_handler): New.
15923 (register_changed_handler, memory_changed_handler): New.
15924 (test_events.invoke): Register new handlers.
15925 * gdb.python/py-events.exp: Add tests for inferior call,
15926 memory_changed and register_changed events.
15927
15928 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15929
15930 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15931 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15932 if the linker doesn't understand this.
15933
15934 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15935
15936 * gdb.python/python.exp: Change expected reply to help().
15937
15938 2014-12-01 Yao Qi <yao@codesourcery.com>
15939
15940 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15941 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15942 * configure: Re-generated.
15943
15944 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15945
15946 * gdb.cp/chained-calls.cc: New file.
15947 * gdb.cp/chained-calls.exp: New file.
15948 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15949
15950 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15951
15952 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15953 * gdb.dwarf2/symtab-producer.exp: Same.
15954 * gdb.gdb/python-interrupts.exp: Same.
15955 * gdb.gdb/python-selftest.exp: Same.
15956 * gdb.python/py-linetable.exp: Same.
15957 * gdb.python/py-type.exp: Same.
15958 * gdb.python/py-value-cc.exp: Same.
15959 * gdb.python/py-value.exp: Same.
15960
15961 2014-11-28 Yao Qi <yao@codesourcery.com>
15962
15963 * gdb.base/break-probes.exp: Match library name prefixed with
15964 sysroot.
15965
15966 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15967
15968 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15969 test expected output. Add parentheses for the call to print.
15970 Remove L suffix from integers.
15971
15972 2014-11-26 Doug Evans <dje@google.com>
15973
15974 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15975
15976 2014-11-22 Yao Qi <yao@codesourcery.com>
15977
15978 * gdb.trace/entry-values.c: Remove asms.
15979 (foo): Add foo_label.
15980 (bar): Add bar_label.
15981 * gdb.trace/entry-values.exp: Remove code computing foo's
15982 length and bar's length.
15983 (Dwarf::assemble): Invoke function_range for bar and use
15984 MACRO_AT_func for foo.
15985
15986 2014-11-22 Yao Qi <yao@codesourcery.com>
15987
15988 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15989 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15990 Use .Lgcc43_procstart instead of gcc43.
15991
15992 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15993
15994 * gdb.ada/n_arr_bound: New testcase.
15995
15996 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15997
15998 PR breakpoints/10737
15999 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16000 test_catch_syscall_multi_arch.
16001 (test_catch_syscall_multi_arch): New function.
16002
16003 2014-11-20 Doug Evans <xdje42@gmail.com>
16004
16005 * gdb.base/maint.exp: Update expected output.
16006
16007 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16008
16009 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16010 4-byte instruction on S390.
16011
16012 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16013
16014 * gdb.ada/arr_arr: New testcase.
16015
16016 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16017
16018 * gdb.ada/pkd_arr_elem: New Testcase.
16019
16020 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16021
16022 * gdb.reverse/break-precsave: Expect completion message for
16023 core file reads.
16024 * gdb.reverse/consecutive-precsave.exp: Likewise.
16025 * gdb.reverse/finish-precsave.exp: Likewise.
16026 * gdb.reverse/i386-precsave.exp: Likewise.
16027 * gdb.reverse/machinestate-precsave.exp: Likewise.
16028 * gdb.reverse/sigall-precsave.exp: Likewise.
16029 * gdb.reverse/solib-precsave.exp: Likewise.
16030 * gdb.reverse/step-precsave.exp: Likewise.
16031 * gdb.reverse/until-precsave.exp: Likewise.
16032 * gdb.reverse/watch-precsave.exp: Likewise.
16033
16034 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16035
16036 * gdb.base/bp-permanent.c: Include unistd.h.
16037 * gdb.python/py-framefilter-mi.c (main): Add return type.
16038 * gdb.python/py-framefilter.c (main): Likewise.
16039 * gdb.trace/actions-changed.c (main): Likewise.
16040
16041 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16042
16043 * gdb.mi/until.c: Add eye-catchers.
16044 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16045 line numbers.
16046
16047 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16048
16049 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16050 function header variants in break1.c.
16051 * gdb.base/ena-dis-br.exp: Likewise.
16052 * gdb.base/hbreak2.exp: Likewise.
16053 * gdb.reverse/until-precsave.exp: Drop references to removed
16054 non-prototype function header variants in ur1.c.
16055 * gdb.reverse/until-reverse.exp: Likewise.
16056
16057 2014-11-17 Petr Machata <pmachata@redhat.com>
16058
16059 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16060 ${_cu_offset_size} bytes abbrev offset.
16061
16062 2014-11-15 Doug Evans <xdje42@gmail.com>
16063
16064 PR symtab/17559
16065 * gdb.base/line-symtabs.exp: New file.
16066 * gdb.base/line-symtabs.c: New file.
16067 * gdb.base/line-symtabs.h: New file.
16068
16069 2014-11-14 Yao Qi <yao@codesourcery.com>
16070
16071 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16072 (func): Add label func_label.
16073 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16074 Replace low_pc and high_pc with MACRO_AT_range.
16075 Replace name, low_pc and high_pc with MACRO_AT_func.
16076
16077 2014-11-14 Yao Qi <yao@codesourcery.com>
16078
16079 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16080 Replace name, low_pc and high_pc with MACRO_AT_func.
16081
16082 2014-11-14 Yao Qi <yao@codesourcery.com>
16083
16084 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16085 produce debug information.
16086 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16087
16088 2014-11-14 Yao Qi <yao@codesourcery.com>
16089
16090 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16091 object and get function length.
16092 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16093 with MACRO_AT_func.
16094 (top-level): Replace gdb_compile and clean_restart with
16095 prepare_for_testing.
16096 * gdb.dwarf2/main.c (main): Add label main_label.
16097
16098 2014-11-14 Yao Qi <yao@codesourcery.com>
16099
16100 * lib/dwarf.exp (function_range): New procedure.
16101 (Dwarf::_handle_macro_at_func): New procedure.
16102 (Dwarf::_handle_macro_at_range): New procedure.
16103 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16104
16105 2014-11-14 Yao Qi <yao@codesourcery.com>
16106
16107 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16108 (_handle_attribute): New procedure.
16109
16110 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16111
16112 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16113 * gdb.base/call-sc.c (zed): Likewise.
16114 * gdb.base/checkpoint.c (main): Likewise.
16115 * gdb.base/dump.c (main): Likewise.
16116 * gdb.base/gcore.c (main): Likewise.
16117 * gdb.base/huge.c (main): Likewise.
16118 * gdb.base/multi-forks.c (main): Likewise.
16119 * gdb.base/pr10179-a.c (main): Likewise.
16120 * gdb.base/savedregs.c (main): Likewise.
16121 * gdb.base/sigaltstack.c (main): Likewise.
16122 * gdb.base/siginfo.c (main): Likewise.
16123 * gdb.base/structs.c (zed): Likewise.
16124 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16125 * gdb.mi/mi-syn-frame.c (main): Likewise.
16126 * gdb.mi/until.c (foo, main): Likewise.
16127 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16128 * gdb.base/solib-weak.c (foo): Declare.
16129 * gdb.base/attach-twice.c: Include stdio.h.
16130 * gdb.base/weaklib1.c: Likewise.
16131 * gdb.base/weaklib2.c: Likewise.
16132 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16133 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16134 unistd.h.
16135 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16136 * gdb.mi/mi-exit-code.c: Likewise.
16137 * gdb.base/break-interp-lib.c: Include string.h.
16138 * gdb.base/coremaker.c: Likewise.
16139 * gdb.base/testenv.c: Likewise.
16140 * gdb.python/py-finish-breakpoint.c: Likewise.
16141 * gdb.base/inferior-died.c: Include sys/wait.h.
16142 * gdb.base/fileio.c: Include time.h.
16143 * gdb.base/async-shell.c: Include unistd.h.
16144 * gdb.base/dprintf-non-stop.c: Likewise.
16145 * gdb.base/info-os.c: Likewise.
16146 * gdb.mi/mi-console.c: Likewise.
16147 * gdb.mi/watch-nonstop.c: Likewise.
16148 * gdb.python/py-events.c: Likewise.
16149 * gdb.base/async.c (baz): Move up before its invocation.
16150 * gdb.base/code_elim2.c (my_global_func): Likewise.
16151 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16152 * gdb.base/advance.c (func2): Likewise.
16153
16154 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16155
16156 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16157 variant.
16158 * gdb.base/annota3.c: Likewise.
16159 * gdb.base/async.c: Likewise.
16160 * gdb.base/average.c: Likewise.
16161 * gdb.base/call-ar-st.c: Likewise.
16162 * gdb.base/call-rt-st.c: Likewise.
16163 * gdb.base/call-sc.c: Likewise.
16164 * gdb.base/call-strs.c: Likewise.
16165 * gdb.base/ending-run.c: Likewise.
16166 * gdb.base/execd-prog.c: Likewise.
16167 * gdb.base/exprs.c: Likewise.
16168 * gdb.base/foll-exec.c: Likewise.
16169 * gdb.base/foll-fork.c: Likewise.
16170 * gdb.base/foll-vfork.c: Likewise.
16171 * gdb.base/funcargs.c: Likewise.
16172 * gdb.base/gcore.c: Likewise.
16173 * gdb.base/jump.c: Likewise.
16174 * gdb.base/langs0.c: Likewise.
16175 * gdb.base/langs1.c: Likewise.
16176 * gdb.base/langs2.c: Likewise.
16177 * gdb.base/mips_pro.c: Likewise.
16178 * gdb.base/nodebug.c: Likewise.
16179 * gdb.base/opaque0.c: Likewise.
16180 * gdb.base/opaque1.c: Likewise.
16181 * gdb.base/recurse.c: Likewise.
16182 * gdb.base/run.c: Likewise.
16183 * gdb.base/scope0.c: Likewise.
16184 * gdb.base/scope1.c: Likewise.
16185 * gdb.base/setshow.c: Likewise.
16186 * gdb.base/setvar.c: Likewise.
16187 * gdb.base/shmain.c: Likewise.
16188 * gdb.base/shr1.c: Likewise.
16189 * gdb.base/shr2.c: Likewise.
16190 * gdb.base/sigall.c: Likewise.
16191 * gdb.base/signals.c: Likewise.
16192 * gdb.base/so-indr-cl.c: Likewise.
16193 * gdb.base/solib2.c: Likewise.
16194 * gdb.base/structs.c: Likewise.
16195 * gdb.base/sum.c: Likewise.
16196 * gdb.base/vforked-prog.c: Likewise.
16197 * gdb.base/watchpoint.c: Likewise.
16198 * gdb.reverse/shr2.c: Likewise.
16199 * gdb.reverse/until-reverse.c: Likewise.
16200 * gdb.reverse/ur1.c: Likewise.
16201 * gdb.reverse/watch-reverse.c: Likewise.
16202
16203 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16204
16205 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16206 variant.
16207 * gdb.base/sepdebug.exp: Drop references to removed code.
16208
16209 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16210
16211 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16212 variant. Preserve original line numbering.
16213 * gdb.base/list1.c: Likewise.
16214
16215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16216
16217 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16218 variant.
16219 * gdb.base/break1.c: Likewise.
16220 * gdb.base/break.exp: Drop references to removed code.
16221
16222 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16223
16224 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16225 variant.
16226
16227 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16228
16229 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16230
16231 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16232
16233 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16234 logic into perform_all_tests() and invoke it with and without
16235 function header prototypes.
16236 (do_function_calls): Remove conditional XFAIL for PR 5318.
16237 (rerun_and_prepare): Remove duplicate code.
16238 (perform_all_tests): New. Main logic moved here.
16239
16240 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16241
16242 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16243 code guarded by #ifdef NO_PROTOTYPES.
16244 (t_double_many_args): Likewise.
16245 (DEF_FUNC_MANY_ARGS_1): Likewise.
16246 (DEF_FUNC_VALUES_1): Likewise.
16247 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16248 guarded by #ifdef PROTOTYPES.
16249
16250 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16251
16252 * gdb.mi/mi-console.c: Add eye-catcher.
16253 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16254 instead of literal line number.
16255
16256 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16257
16258 * gdb.base/shr2.c: Add eye-catcher.
16259 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16260 line number.
16261
16262 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16263
16264 * gdb.base/jump.c: Add eye-catchers.
16265 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16266 numbers.
16267
16268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16269
16270 * gdb.base/execd-prog.c: Add eye-catchers.
16271 * gdb.base/foll-exec.c: Likewise.
16272 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16273 line numbers.
16274
16275 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16276
16277 * gdb.base/ending-run.c: Add eye-catchers.
16278 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16279 literal line numbers.
16280
16281 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16282
16283 * gdb.base/call-rt-st.c: Add eye-catchers.
16284 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16285 literal line numbers.
16286
16287 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16288
16289 * gdb.base/call-ar-st.c: Add eye-catchers.
16290 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16291 literal line numbers.
16292
16293 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16294
16295 * gdb.base/average.c: Add eye-catchers.
16296 * gdb.base/sum.c: Likewise.
16297 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16298 regexps dynamically.
16299
16300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16301
16302 * gdb.base/solib1.c: Add eye-catchers.
16303 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16304 literal line numbers.
16305
16306 2014-11-12 Pedro Alves <palves@redhat.com>
16307
16308 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16309 leader has exited.
16310
16311 2014-11-12 Pedro Alves <palves@redhat.com>
16312
16313 * gdb.arch/i386-bp_permanent.c: New file.
16314 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16315 (srcfile): Set to i386-bp_permanent.c.
16316 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16317 that stepi does not execute the 'leave' instruction, instead of
16318 testing it does execute.
16319 * gdb.base/bp-permanent.c: New file.
16320 * gdb.base/bp-permanent.exp: New file.
16321
16322 2014-11-10 Doug Evans <xdje42@gmail.com>
16323
16324 PR symtab/17564
16325 * gdb.base/symtab-search-order.exp: New file.
16326 * gdb.base/symtab-search-order.c: New file.
16327 * gdb.base/symtab-search-order-1.c: New file.
16328 * gdb.base/symtab-search-order-shlib-1.c: New file.
16329
16330 2014-11-07 Pedro Alves <palves@redhat.com>
16331
16332 PR gdb/17511
16333 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16334 i?86-*-linux*.
16335
16336 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16337
16338 PR c++/17494
16339 * gdb.cp/pr17494.cc: New file.
16340 * gdb.cp/pr17494.exp: New file.
16341
16342 2014-11-02 Yao Qi <yao@codesourcery.com>
16343
16344 * gdb.python/python.exp: Get working directory and match the
16345 output of "set extended-prompt \\w " with it.
16346
16347 2014-10-30 Doug Evans <dje@google.com>
16348
16349 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16350 in objfiles.
16351 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16352 in progspaces.
16353
16354 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16355
16356 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16357 * gdb.base/realname-expand.exp: Likewise.
16358 * gdb.linespec/macro-relative.exp: Likewise.
16359
16360 2014-10-29 Pedro Alves <palves@redhat.com>
16361
16362 PR gdb/17408
16363 * gdb.threads/schedlock.c (some_function): New function.
16364 (call_function): New global.
16365 (MAYBE_CALL_SOME_FUNCTION): New macro.
16366 (thread_function): Call it.
16367 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16368 and use it instead of a global counter. Adjust all callers.
16369 (get_current_thread): Use "find current thread" for test message
16370 here rather than having all callers pass down the same string.
16371 (goto_loop): New procedure, factored out from ...
16372 (my_continue): ... this.
16373 (step_ten_loops): Change parameter from test message to command to
16374 use. Adjust.
16375 (list_count): Delete global.
16376 (check_result): New procedure, factored out from duplicate top
16377 level code.
16378 (continue tests): Wrap in with_test_prefix.
16379 (test_step): New procedure, factored out from duplicate top level
16380 code.
16381 (top level): Test "step" in combination with all scheduler-locking
16382 modes. Test "next" in combination with all scheduler-locking
16383 modes, and in combination with stepping over a function call or
16384 not.
16385 * gdb.threads/next-bp-other-thread.c: New file.
16386 * gdb.threads/next-bp-other-thread.exp: New file.
16387
16388 2014-10-29 Pedro Alves <palves@redhat.com>
16389
16390 PR python/17372
16391 * gdb.python/python.exp: Test a multi-line command that spawns
16392 interactive Python.
16393 * gdb.base/multi-line-starts-subshell.exp: New file.
16394
16395 2014-10-29 Yao Qi <yao@codesourcery.com>
16396
16397 * gdb.base/fileio.exp: Make directories on host.
16398
16399 2014-10-29 Yao Qi <yao@codesourcery.com>
16400
16401 * gdb.base/fileio.c (test_write): Close the file.
16402
16403 2014-10-28 Pedro Alves <palves@redhat.com>
16404
16405 PR gdb/12623
16406 * gdb.base/sigstep.c (no_handler): New global.
16407 (main): If 'no_handler is true, set the signal handlers to
16408 SIG_IGN.
16409 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16410 with_sw_watch and no_handler parameters. Handle them.
16411 (top level) <stepping over handler when stopped at a breakpoint
16412 test>: Add a test axis for testing with a software watchpoint, and
16413 another for testing with the signal handler set to SIG_IGN.
16414 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16415 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16416
16417 2014-10-28 Pedro Alves <palves@redhat.com>
16418
16419 PR gdb/17511
16420 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16421 * gdb.base/sigstep.exp (other_handler_location): New global.
16422 (advance): Support stepping into the signal handler, and running
16423 commands while in the handler.
16424 (in_handler_map): New global.
16425 (top level): In the advance test, add combinations for getting
16426 into the handler with stepping commands, and for running commands
16427 in the handler. Add comment descripting the advancei tests.
16428
16429 2014-10-28 Pedro Alves <palves@redhat.com>
16430
16431 * gdb.base/sigstep.exp: Use build_executable instead of
16432 prepare_for_testing.
16433 (top level): Move code that starts GDB, runs to main and creates a
16434 display to ...
16435 (restart): ... this new procedure.
16436 (top level): Move backtrace from signal handler test to ...
16437 (validate_backtrace): ... this new procedure.
16438 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16439 with_test_prefix. Always restart GDB.
16440 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16441 with_test_prefix. Always restart GDB. No need to delete
16442 breakpoints after the test.
16443 (test_skip_handler): Remove prefix parameter.
16444 (skip_over_handler, breakpoint_to_handler)
16445 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16446 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16447 restart GDB. No need to delete breakpoints after the test.
16448 (top level): Use foreach to call the test procedures with
16449 different commands.
16450
16451 2014-10-28 Pedro Alves <palves@redhat.com>
16452
16453 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16454 instead of GNATS numbers.
16455 * gdb.base/sigbpt.exp: Likewise.
16456 * gdb.base/siginfo.exp: Likewise.
16457 * gdb.base/sigstep.exp: Likewise.
16458
16459 2014-10-27 Pedro Alves <palves@redhat.com>
16460
16461 * gdb.base/sigstep.c (dummy): New global.
16462 (main): Issue a couple writes to the new global.
16463 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16464 procedures.
16465 (skip_over_handler): Use test_skip_handler.
16466 (top level): Call skip_over_handler for stepi and nexti too.
16467 (breakpoint_over_handler): Use test_skip_handler.
16468 (top level): Call breakpoint_over_handler for stepi and nexti too.
16469
16470 2014-10-27 Yao Qi <yao@codesourcery.com>
16471
16472 * gdb.trace/tfile.c (adjust_function_address)
16473 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16474 function descriptor.
16475
16476 2014-10-24 Don Breazeal <donb@codesourcery.com>
16477
16478 * gdb.base/foll-fork.exp (test_follow_fork,
16479 catch_fork_child_follow): Check for updated fork messages emitted
16480 from infrun.c.
16481 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16482 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16483 vfork_and_exec_child_follow_through_step): Check for updated vfork
16484 messages emitted from infrun.c.
16485
16486 2014-10-24 Pedro Alves <palves@redhat.com>
16487
16488 * gdb.base/corefile.exp: Remove references to ultrix.
16489 * gdb.base/interrupt.exp: Likewise.
16490 * gdb.base/whatis.exp: Likewise.
16491 * gdb.gdb/selftest.exp: Likewise.
16492 * gdb.threads/manythreads.exp: Likewise.
16493 * gdb.threads/print-threads.exp: Likewise.
16494 * gdb.threads/pthreads.exp:: Likewise.
16495 * gdb.threads/schedlock.exp: Likewise.
16496
16497 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16498
16499 * gdb.cp/non-trivial-retval.cc: Add a test case.
16500 * gdb.cp/non-trivial-retval.exp: Add a test.
16501
16502 2014-10-20 Yao Qi <yao@codesourcery.com>
16503
16504 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16505 * gdb.python/py-objfile-script-gdb.py: New file.
16506 * gdb.python/py-objfile-script.exp: Update reference to
16507 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16508 of remote_download. Remove the dest file.
16509
16510 2014-10-20 Yao Qi <yao@codesourcery.com>
16511
16512 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16513 * gdb.base/step-line.exp: Likewise.
16514 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16515 * gdb.dwarf2/dw2-basic.exp: Likewise.
16516 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16517 * gdb.dwarf2/dw2-filename.exp: Likewise.
16518 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16519 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16520 * gdb.dwarf2/dw2-producer.exp: Likewise.
16521 * gdb.dwarf2/mac-fileno.exp: Likewise.
16522 * gdb.python/py-frame-args.exp: Likewise.
16523 * gdb.python/py-framefilter.exp: Likewise.
16524 * gdb.python/py-mi.exp: Likewise.
16525 * gdb.python/py-objfile-script.exp: Likewise
16526 * gdb.python/py-pp-integral.exp: Likewise.
16527 * gdb.python/py-pp-re-notag.exp: Likewise.
16528 * gdb.python/py-prettyprint.exp: Likewise.
16529 * gdb.python/py-section-script.exp: Likewise.
16530 * gdb.python/py-typeprint.exp: Likewise.
16531 * gdb.python/py-xmethods.exp: Likewise.
16532 * gdb.stabs/weird.exp: Likewise.
16533 * gdb.xml/tdesc-regs.exp: Likewise.
16534
16535 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16536
16537 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16538 (out_cu): Use addr_len for the size of addresses.
16539 (out_line): Likewise. Size DW_LNE_set_address instruction
16540 according to addr_len.
16541 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16542 (FUNC): Add START_INSNS to definition.
16543
16544 2014-10-18 Yao Qi <yao@codesourcery.com>
16545
16546 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16547 gdb_has_argv0 return true.
16548 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16549 check [target_info exists noargs], check [gdb_has_argv0]
16550 instead.
16551 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16552 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16553 procedures.
16554
16555 2014-10-17 Doug Evans <dje@google.com>
16556
16557 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16558 event.
16559 * gdb.python/py-events.py: Add clear_objfiles event.
16560
16561 2014-10-17 Doug Evans <dje@google.com>
16562
16563 * gdb.python/py-objfile.exp: Test progspace attribute.
16564
16565 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16566
16567 * gdb.guile/scm-breakpoint.exp: Do not assume any
16568 directory separators when matching source file paths.
16569 * gdb.python/py-breakpoint.exp: Likewise.
16570 * gdb.reverse/break-precsave.exp: Likewise.
16571 * gdb.reverse/break-reverse.exp: Likewise.
16572 * gdb.reverse/consecutive-precsave.exp: Likewise.
16573 * gdb.reverse/finish-precsave.exp: Likewise.
16574 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16575 * gdb.reverse/finish-reverse.exp: Likewise.
16576 * gdb.reverse/i386-precsave.exp: Likewise.
16577 * gdb.reverse/i387-env-reverse.exp: Likewise.
16578 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16579 * gdb.reverse/machinestate-precsave.exp: Likewise.
16580 * gdb.reverse/machinestate.exp: Likewise.
16581 * gdb.reverse/sigall-precsave.exp: Likewise.
16582 * gdb.reverse/solib-precsave.exp: Likewise.
16583 * gdb.reverse/step-precsave.exp: Likewise.
16584 * gdb.reverse/until-precsave.exp: Likewise.
16585 * gdb.reverse/watch-precsave.exp: Likewise.
16586 * gdb.reverse/watch-reverse.exp: Likewise.
16587
16588 2014-10-17 Yao Qi <yao@codesourcery.com>
16589
16590 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16591 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16592
16593 2014-10-17 Pedro Alves <palves@redhat.com>
16594
16595 PR gdb/17471
16596 * gdb.base/bg-execution-repeat.c: New file.
16597 * gdb.base/bg-execution-repeat.exp: New file.
16598
16599 2014-10-17 Pedro Alves <palves@redhat.com>
16600
16601 PR gdb/17300
16602 * gdb.base/continue-all-already-running.c: New file.
16603 * gdb.base/continue-all-already-running.exp: New file.
16604
16605 2014-10-17 Pedro Alves <palves@redhat.com>
16606
16607 PR gdb/17472
16608 * gdb.base/annota-input-while-running.c: New file.
16609 * gdb.base/annota-input-while-running.exp: New file.
16610
16611 2014-10-17 Pedro Alves <palves@redhat.com>
16612
16613 * gdb.base/callfuncs.exp: emove references to osf.
16614 * gdb.base/sigall.exp: Likewise.
16615 * gdb.gdb/selftest.exp: Likewise.
16616 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16617 * gdb.mi/non-stop.c: Likewise.
16618 * gdb.mi/pthreads.c: Likewise.
16619 * gdb.reverse/sigall-precsave.exp: Likewise.
16620 * gdb.reverse/sigall-reverse.exp: Likewise.
16621 * gdb.threads/pthreads.c: Likewise.
16622 * gdb.threads/pthreads.exp: Likewise.
16623
16624 2014-10-17 Yao Qi <yao@codesourcery.com>
16625
16626 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16627 check 'target_info exists noargs'.
16628 (test_command_prompt_position): Likewise.
16629 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16630 Remove "set args".
16631 (progvar_simple_while_test): Likewise.
16632 (progvar_complex_if_while_test): Likewise.
16633 (if_while_breakpoint_command_test): Likewise.
16634 (infrun_breakpoint_command_test): Likewise.
16635 (breakpoint_command_test): Likewise.
16636 (watchpoint_command_test): Likewise.
16637 (bp_deleted_in_command_test): Likewise.
16638 (temporary_breakpoint_commands): Likewise.
16639
16640 2014-10-16 Yao Qi <yao@codesourcery.com>
16641
16642 * gdb.base/remotetimeout.exp: Remove noargs checking.
16643
16644 2014-10-15 Pedro Alves <palves@redhat.com>
16645
16646 PR breakpoints/9649
16647 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16648 * gdb.base/breakpoint-in-ro-region.exp
16649 (probe_target_hardware_step): New procedure.
16650 (top level): Probe hardware stepping and hardware breakpoint
16651 support. Test stepping through a read-only region, with both
16652 "breakpoint auto-hw" on and off and both "always-inserted" on and
16653 off.
16654
16655 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16656
16657 * gdb.dlang/demangle.exp: Update for demangling changes.
16658
16659 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16660
16661 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16662 * gdb.cp/non-trivial-retval.exp: Add new tests.
16663
16664 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16665
16666 PR c++/13403
16667 PR c++/15154
16668 * gdb.cp/non-trivial-retval.cc: New file.
16669 * gdb.cp/non-trivial-retval.exp: New file.
16670
16671 2014-10-15 Yao Qi <yao@codesourcery.com>
16672
16673 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16674 remote host.
16675
16676 2014-10-15 Yao Qi <yao@codesourcery.com>
16677
16678 * gdb.python/py-symbol.exp: Match file base name if host is
16679 remote, otherwise match file name with dir name.
16680 * gdb.python/py-symtab.exp: Likewise.
16681 * gdb.python/python.exp: Likewise.
16682
16683 2014-10-15 Yao Qi <yao@codesourcery.com>
16684
16685 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16686 pattern.
16687 * gdb.python/py-symtab.exp: Likewise.
16688 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16689 locationn.
16690
16691 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16692
16693 * gdb.ada/addr_arith: New testcase.
16694
16695 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16696
16697 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16698 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16699 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16700 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16701
16702 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16703
16704 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16705 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16706 * gdb.arch/stap-eval-lang-ada.exp: New file.
16707
16708 2014-10-14 Yao Qi <yao@codesourcery.com>
16709
16710 * gdb.mi/mi-var-child.c (nothing1): New function.
16711 (nothing2): New function.
16712 (do_children_tests): Set function pointers by nothing1 and
16713 nothing2.
16714 * gdb.mi/mi-var-child.exp: Step over new added statements.
16715 Update test to match the new output.
16716 * gdb.mi/var-cmd.c (nothing1): New function.
16717 (nothing2): New function.
16718 (do_children_tests): Set function pointers by nothing1 and
16719 nothing2.
16720 * gdb.mi/mi-var-display.exp: Update test to match output.
16721 Step to the line specified by $line_dct_nothing.
16722 Increase the number of lines to step.
16723
16724 2014-10-14 Yao Qi <yao@codesourcery.com>
16725
16726 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16727 tests.
16728 * gdb.mi/mi2-var-child.exp: Likewise.
16729
16730 2014-10-13 Doug Evans <dje@google.com>
16731
16732 * gdb.python/py-objfile.exp: Change name of file name test.
16733
16734 2014-10-13 Doug Evans <dje@google.com>
16735
16736 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16737 from the start of the CU.
16738
16739 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16740 Yao Qi <yao@codesourcery.com>
16741
16742 Fix "save breakpoints" for "catch" command.
16743 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16744 Remove -nonewline. Match also the added "main" line.
16745
16746 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16747
16748 Fix "save breakpoints" for "disable $bpnum" command.
16749 * gdb.base/save-bp.c (main): Add label.
16750 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16751
16752 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16753
16754 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16755
16756 2014-10-11 Yao Qi <yao@codesourcery.com>
16757
16758 * gdb.server/server-kill.exp: Execute command
16759 "set remote trace-status-packet on" before "tstatus".
16760
16761 2014-10-11 Yao Qi <yao@codesourcery.com>
16762
16763 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16764 (main): Call getppid.
16765 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16766 and continue to it. Read variable "server_pid".
16767
16768 2014-10-11 Yao Qi <yao@codesourcery.com>
16769
16770 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16771
16772 2014-10-11 Yao Qi <yao@codesourcery.com>
16773
16774 * gdb.threads/thread-find.exp: Don't execute command
16775 "info threads".
16776 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16777 * gdb.threads/linux-dp.exp: Don't check the condition
16778 $threads_created equals to zero.
16779
16780 2014-10-10 Pedro Alves <palves@redhat.com>
16781
16782 * gdb.base/bigcore.exp: Remove references to IRIX.
16783 * gdb.base/funcargs.exp: Likewise.
16784 * gdb.base/interrupt.exp: Likewise.
16785 * gdb.base/mips_pro.exp: Likewise.
16786 * gdb.base/nodebug.exp: Likewise.
16787 * gdb.base/setvar.exp: Likewise.
16788 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16789
16790 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16791 Pedro Alves <palves@redhat.com>
16792
16793 PR symtab/14466
16794 * gdb.base/vdso-warning.c: New file.
16795 * gdb.base/vdso-warning.exp: New file.
16796
16797 2014-10-02 Doug Evans <dje@google.com>
16798
16799 * gdb.base/structs.c (main): Don't run forever.
16800
16801 2014-10-02 Pedro Alves <palves@redhat.com>
16802
16803 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16804 (top level) <stop threads 1, stop threads 2>: Use it.
16805
16806 2014-10-02 Pedro Alves <palves@redhat.com>
16807
16808 * gdb.threads/break-while-running.exp (test): Add new
16809 'update_thread_list' argument. Skip "info threads" if false.
16810 (top level): Add new 'update_thread_list' axis.
16811
16812 2014-10-02 Pedro Alves <palves@redhat.com>
16813
16814 PR breakpoints/17431
16815 * gdb.base/execl-update-breakpoints.c: New file.
16816 * gdb.base/execl-update-breakpoints.exp: New file.
16817
16818 2014-10-01 Pedro Alves <palves@redhat.com>
16819
16820 * gdb.base/breakpoint-in-ro-region.c: New file.
16821 * gdb.base/breakpoint-in-ro-region.exp: New file.
16822
16823 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16824
16825 * gdb.mi/mi-exit-code.exp: New file.
16826 * gdb.mi/mi-exit-code.c: New file.
16827
16828 2014-09-30 Yao Qi <yao@codesourcery.com>
16829
16830 * lib/prelink-support.exp (build_executable_own_libs): Error if
16831 the target isn't native.
16832
16833 2014-09-30 Yao Qi <yao@codesourcery.com>
16834
16835 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16836 false.
16837
16838 2014-09-22 Pedro Alves <palves@redhat.com>
16839
16840 * gdb.threads/break-while-running.exp: New file.
16841 * gdb.threads/break-while-running.c: New file.
16842
16843 2014-09-19 Yao Qi <yao@codesourcery.com>
16844
16845 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16846 Invoke test. Restart GDB with --readnow and invoke test again.
16847
16848 2014-09-19 Yao Qi <yao@codesourcery.com>
16849
16850 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16851 proc set_breakpoint_on_gcd_function. Invoke
16852 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16853 invoke set_breakpoint_on_gcd_function again.
16854
16855 2014-09-18 Doug Evans <dje@google.com>
16856
16857 * gdb.dwarf2/symtab-producer.exp: New file.
16858
16859 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16860
16861 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16862 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16863 * gdb.base/global-var-nested-by-dso.c: Likewise.
16864 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16865
16866 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16867 Pedro Alves <palves@redhat.com>
16868
16869 * gdb.base/watch-bitfields.exp: Pass string other than test file
16870 name to prepare_for_testing.
16871 (watch): New procedure.
16872 (expect_watchpoint): Use with_test_prefix.
16873 (top level): Factor out tests to ...
16874 (test_watch_location, test_regular_watch): ... these new
16875 procedures, and use with_test_prefix and gdb_continue_to_end.
16876
16877 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16878
16879 PR breakpoints/12526
16880 * gdb.base/watch-bitfields.exp: New file.
16881 * gdb.base/watch-bitfields.c: New file.
16882
16883 2014-09-16 Pedro Alves <palves@redhat.com>
16884
16885 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16886 software and hardware addresses, not software address against
16887 itself.
16888
16889 2014-09-16 Pedro Alves <palves@redhat.com>
16890
16891 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16892 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16893
16894 2014-09-16 Pedro Alves <palves@redhat.com>
16895
16896 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16897 files.
16898 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16899 "*-*-vxworks*" throughout.
16900 * gdb.base/break.exp: Likewise.
16901 * gdb.base/default.exp: Likewise.
16902 * gdb.base/scope.exp: Likewise.
16903 * gdb.base/sepdebug.exp: Likewise.
16904 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16905 throughout.
16906 * gdb.base/run.c: Likewise.
16907 * gdb.base/sepdebug.c: Likewise.
16908 * gdb.hp/gdb.aCC/run.c: Likewise.
16909 * gdb.reverse/until-reverse.c: Likewise.
16910 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16911
16912 2014-09-16 Yao Qi <yao@codesourcery.com>
16913
16914 * boards/local-remote-host-native.exp: New file.
16915
16916 2014-09-14 Doug Evans <xdje42@gmail.com>
16917
16918 * gdb.threads/queue-signal.c (thread_count): New variable.
16919 (thread_count_mutex, thread_count_condvar): New variables.
16920 (incr_thread_count, wait_all_threads_running): New functions.
16921 (main): Wait for all threads to be in their thread functions.
16922
16923 2014-09-13 Doug Evans <xdje42@gmail.com>
16924
16925 * gdb.threads/queue-signal.c: New file.
16926 * gdb.threads/queue-signal.exp: New file.
16927
16928 2014-09-13 Doug Evans <xdje42@gmail.com>
16929
16930 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16931 be consistent with what default_gdb_init uses.
16932 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16933 the plain text of the prompt. Add some logging printfs.
16934 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16935
16936 2014-09-12 Pedro Alves <palves@redhat.com>
16937
16938 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16939 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16940 * gdb.arch/i386-size-overlap.exp: Likewise.
16941 * gdb.arch/i386-size.exp: Likewise.
16942 * gdb.arch/i386-unwind.exp: Likewise.
16943 * gdb.base/a2-run.exp: Likewise.
16944 * gdb.base/break.exp: Likewise.
16945 * gdb.base/charset.exp: Likewise.
16946 * gdb.base/chng-syms.exp: Likewise.
16947 * gdb.base/commands.exp: Likewise.
16948 * gdb.base/dbx.exp: Likewise.
16949 * gdb.base/find.exp: Likewise.
16950 * gdb.base/funcargs.exp: Likewise.
16951 * gdb.base/jit-simple.exp: Likewise.
16952 * gdb.base/reread.exp: Likewise.
16953 * gdb.base/sepdebug.exp: Likewise.
16954 * gdb.base/step-bt.exp: Likewise.
16955 * gdb.cp/mb-inline.exp: Likewise.
16956 * gdb.cp/mb-templates.exp: Likewise.
16957 * gdb.objc/basicclass.exp: Likewise.
16958 * gdb.threads/killed.exp: Likewise.
16959
16960 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16961
16962 PR tdep/17379
16963 * gdb.arch/powerpc-stackless.S: New file.
16964 * gdb.arch/powerpc-stackless.exp: New file.
16965
16966 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16967
16968 * gdb.base/attach.c: Include unistd.h.
16969 (main): Call alarm. Add label postloop.
16970 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16971 gdb_breakpoint, gdb_continue_to_breakpoint.
16972 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16973
16974 2014-09-11 Pedro Alves <palves@redhat.com>
16975
16976 PR gdb/17347
16977 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16978 * gdb.base/attach.exp (test_command_line_attach_run): New
16979 procedure.
16980 (top level): Call it.
16981
16982 2014-09-11 Pedro Alves <palves@redhat.com>
16983
16984 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16985 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16986 (do_command_attach_tests): Use spawn_wait_for_attach.
16987 * gdb.base/solib-overlap.exp: Likewise.
16988 * gdb.multi/multi-attach.exp: Likewise.
16989 * gdb.python/py-prompt.exp: Likewise.
16990 * gdb.python/py-sync-interp.exp: Likewise.
16991 * gdb.server/ext-attach.exp: Likewise.
16992
16993 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16994
16995 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16996 command in testcase. Simplify testcase.
16997
16998 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16999
17000 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17001
17002 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17003
17004 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17005
17006 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17007
17008 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17009
17010 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17011
17012 * gdb.dwarf2/dynarr-ptr.c: New file.
17013 * gdb.dwarf2/dynarr-ptr.exp: New file.
17014
17015 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17016
17017 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17018 of 30 rather than hardcoding 120 for a slow test case. Take the
17019 `gdb,timeout' target setting into account for this calculation.
17020 Don't extend the timeout for the test cases that don't need it.
17021
17022 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17023
17024 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17025 a factor of 2 for a slow test case. Take the `gdb,timeout'
17026 target setting into account for this calculation.
17027 * gdb.reverse/until-precsave.exp: Increase the timeout by
17028 a factor of 15 and 3 respectively rather than adding 120
17029 for a pair of slow test cases. Take the `gdb,timeout'
17030 target setting into account for this calculation.
17031
17032 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17033
17034 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17035 timeout, don't pass one down to gdb_expect.
17036 (gdb_expect): Rework timeout selection.
17037
17038 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17039
17040 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17041 exception on timeout.
17042 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17043 (gdbserver_start_extended): Catch any `gdbserver_start' error
17044 exceptions.
17045 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17046 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17047 `gdbserver_gdb_load' error exceptions.
17048
17049 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17050
17051 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17052 120 on waiting for the TCP socket to open.
17053
17054 2014-09-09 Doug Evans <xdje42@gmail.com>
17055
17056 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17057 _caller_matches, _any_caller_is, _any_caller_matches.
17058
17059 2014-09-09 Doug Evans <xdje42@gmail.com>
17060
17061 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17062
17063 2014-09-09 Yao Qi <yao@codesourcery.com>
17064
17065 * gdb.mi/mi-var-display.exp: Set print symbol off.
17066
17067 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17068
17069 PR gdb/17035
17070 * gdb.base/commands.exp: Add tests to verify user-defined
17071 commands with empty bodies.
17072 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17073 python commands in `show user command`.
17074 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17075 scheme commands in `show user command`.
17076
17077 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17078
17079 PR python/17355
17080 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17081 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17082 * gdb.python/py-framefilter-invalidarg.exp: New file.
17083 * gdb.python/py-framefilter-invalidarg.py: New file.
17084
17085 2014-09-06 Doug Evans <xdje42@gmail.com>
17086
17087 PR 15276
17088 * gdb.python/py-caller-is.c: New file.
17089 * gdb.python/py-caller-is.exp: New file.
17090
17091 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17092
17093 PR gdb/17235
17094 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17095 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17096
17097 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17098
17099 PR fortran/17237
17100 * gdb.fortran/print-formatted.exp: New file.
17101 * gdb.fortran/print-formatted.f90: Likewise.
17102
17103 2014-09-03 Sasha Smundak <asmundak@google.com>
17104
17105 * gdb.python/py-frame.exp: Test Frame.read_register.
17106
17107 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17108
17109 PR python/16699
17110 * gdb.python/py-completion.exp: New file.
17111 * gdb.python/py-completion.py: Likewise.
17112
17113 2014-08-28 Doug Evans <dje@google.com>
17114
17115 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17116 eax,etc. are live with values set by gdb and thus the compiler can't
17117 use them.
17118 * gdb.arch/i386-pseudo.c (main): Ditto.
17119
17120 2014-08-27 Doug Evans <dje@google.com>
17121
17122 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17123
17124 2014-08-25 Doug Evans <dje@google.com>
17125
17126 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17127 (main): Ditto.
17128
17129 2014-08-25 Doug Evans <dje@google.com>
17130
17131 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17132
17133 2014-08-24 Yao Qi <yao@codesourcery.com>
17134
17135 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17136 symbol off.
17137 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17138
17139 2014-08-22 Doug Evans <dje@google.com>
17140
17141 PR 17276
17142 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17143 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17144 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17145
17146 2014-08-22 Yao Qi <yao@codesourcery.com>
17147
17148 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17149 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17150 * gdb.python/python.exp: Likewise. Use .py file on the host
17151 instead of the build.
17152
17153 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17154
17155 * gdb.threads/gcore-stale-thread.c: New file.
17156 * gdb.threads/gcore-stale-thread.exp: New file.
17157
17158 2014-08-21 Pedro Alves <palves@redhat.com>
17159
17160 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17161 * gdb.base/gcore-relro-pie.exp: Likewise.
17162 * gdb.base/gcore-relro.exp: Likewise.
17163 * gdb.base/gcore.exp: Likewise.
17164 * gdb.base/print-symbol-loading.exp: Likewise.
17165 * gdb.threads/gcore-thread.exp: Likewise.
17166 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17167
17168 2014-08-20 Pedro Alves <palves@redhat.com>
17169 Jan Kratochvil <jan.kratochvil@redhat.com>
17170
17171 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17172 configure.
17173 (EXPECT): Handle READ1 being set.
17174 (all): Depend on EXTRA_RULES.
17175 (check-read1, expect-read1, read1.so, read1): New rules.
17176 * README (Testsuite Parameters): Document the READ1 make variable.
17177 (Race detection): New section.
17178 * configure: Regenerate.
17179 * configure.ac: If build==host==target, and running under a
17180 GNU/glibc system, add read1 to the extra Makefile rules.
17181 (EXTRA_RULES): AC_SUBST it.
17182 * lib/read1.c: New file.
17183
17184 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17185
17186 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17187 the handling of variables declared as a typedef to an array
17188 which a DW_AT_data_location attribute.
17189
17190 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17191 Pedro Alves <palves@redhat.com>
17192
17193 PR symtab/14604
17194 PR symtab/14605
17195 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17196 gdb_test.
17197
17198 2014-08-19 Pedro Alves <palves@redhat.com>
17199
17200 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17201
17202 2014-08-19 Yao Qi <yao@codesourcery.com>
17203
17204 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17205 right line.
17206
17207 2014-08-18 David Blaikie <dblaikie@gmail.com>
17208
17209 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17210
17211 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17212
17213 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17214 attribute in array range.
17215
17216 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17217
17218 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17219
17220 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17221
17222 PR c++/17132
17223 * gdb.cp/pr17132.cc: New file.
17224 * gdb.cp/pr17132.exp: New file.
17225
17226 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17227
17228 * gdb.python/py-xmethods.py (A_getarrayind)
17229 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17230 Use 'print' with function call syntax.
17231 (E_method_matcher.match): Fix tab vs space indentation mixup.
17232
17233 2014-08-15 Yao Qi <yao@codesourcery.com>
17234
17235 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17236 false.
17237
17238 2014-08-15 Yao Qi <yao@codesourcery.com>
17239
17240 * gdb.cp/casts.exp: Set print symbol off.
17241 * gdb.cp/class2.exp: Likewise.
17242 * gdb.cp/overload.exp: Likewise.
17243 * gdb.cp/templates.exp: Likewise.
17244
17245 2014-08-11 Doug Evans <dje@google.com>
17246
17247 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17248 (test_load_shlib): Update.
17249
17250 2014-08-09 Yao Qi <yao@codesourcery.com>
17251
17252 * gdb.base/display.exp: Invoke is_address_zero_readable.
17253 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17254 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17255 * gdb.base/hbreak-unmapped.exp: Return if
17256 is_address_zero_readable returns true.
17257 * gdb.base/signest.exp: Likewise.
17258 * gdb.base/signull.exp: Likewise.
17259 * gdb.base/sigbpt.exp: Likewise.
17260 * gdb.guile/scm-disasm.exp: Do the test if
17261 is_address_zero_readable returns false.
17262 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17263 * gdb.python/py-arch.exp: Likewise.
17264 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17265 * lib/gdb.exp (is_address_zero_readable): New proc.
17266
17267 2014-08-09 Yao Qi <yao@codesourcery.com>
17268
17269 PR testsuite/13443
17270 * gdb.mi/mi-var-display.exp: Make test messages unique.
17271
17272 2014-08-04 Tom Tromey <tromey@redhat.com>
17273
17274 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17275 target 0".
17276
17277 2014-08-04 Tom Tromey <tromey@redhat.com>
17278
17279 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17280 "target_resume".
17281
17282 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17283
17284 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17285 inner_vla_struct_object_size.
17286 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17287 as xfail.
17288
17289 2014-07-30 Pedro Alves <palves@redhat.com>
17290
17291 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17292 comment.
17293
17294 2014-07-29 Yao Qi <yao@codesourcery.com>
17295
17296 PR gdb/17206
17297 * gdb.base/until-nodebug.exp: New.
17298
17299 2014-07-28 Doug Evans <xdje42@gmail.com>
17300
17301 PR guile/17203
17302 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17303 previously existing parameter, and previously ambiguously spelled
17304 parameter.
17305
17306 2014-07-28 Will Newton <will.newton@linaro.org>
17307
17308 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17309
17310 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17311 Doug Evans <xdje42@gmail.com>
17312
17313 PR guile/17146
17314 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17315
17316 2014-07-25 Pedro Alves <palves@redhat.com>
17317
17318 * gdb.threads/signal-command-handle-nopass.c: New file.
17319 * gdb.threads/signal-command-handle-nopass.exp: New file.
17320 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17321 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17322 * gdb.threads/signal-delivered-right-thread.c: New file.
17323 * gdb.threads/signal-delivered-right-thread.exp: New file.
17324
17325 2014-07-25 Pedro Alves <palves@redhat.com>
17326
17327 * gdb.base/double-prompt-target-event-error.exp
17328 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17329 match.
17330 (cancel_pagination_in_target_event): Rework double prompt
17331 detection.
17332 * gdb.base/paginate-after-ctrl-c-running.exp
17333 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17334 <return>' match.
17335 * gdb.base/paginate-bg-execution.exp
17336 (test_bg_execution_pagination_return)
17337 (test_bg_execution_pagination_cancel): Remove '-notransfer
17338 <return>' matches.
17339 * gdb.base/paginate-execution-startup.exp
17340 (test_fg_execution_pagination_return)
17341 (test_fg_execution_pagination_cancel): Remove '-notransfer
17342 <return>' matches.
17343 * gdb.base/paginate-inferior-exit.exp
17344 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17345 match.
17346 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17347 * lib/gdb.exp (pagination_prompt): Run text through
17348 string_to_regexp.
17349 (gdb_test_multiple): Match $pagination_prompt instead of
17350 "<return>".
17351 (string_to_regexp): Move to lib/gdb-utils.exp.
17352
17353 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17354
17355 * gdb.arch/amd64-entry-value-paramref.S: New file.
17356 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17357 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17358 * gdb.arch/amd64-optimout-repeat.S: New file.
17359 * gdb.arch/amd64-optimout-repeat.c: New file.
17360 * gdb.arch/amd64-optimout-repeat.exp: New file.
17361
17362 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17363
17364 PR gdb/17170
17365 * gdb.base/statistics.exp: New file.
17366
17367 2014-07-17 Doug Evans <dje@google.com>
17368
17369 PR gdb/17170
17370 * gdb.base/maint.exp: Update testing of per-command stats.
17371
17372 2014-07-16 Pedro Alves <palves@redhat.com>
17373
17374 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17375 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17376 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17377 (tfile_write_buf): New functions.
17378 (add_memory_block): Rewrite using the above.
17379 (adjust_function_address): New function.
17380 (FUNCTION_ADDRESS): New macro.
17381 (write_basic_trace_file): Remove short_x local, and use
17382 tfile_write_16. Change type of func_addr local to unsigned long
17383 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17384 here. Cast argument of add_memory_block to char pointer.
17385 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17386 (main): Remove parameters.
17387 * gdb.trace/tfile.exp: Remove nowarnings.
17388
17389 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17390
17391 * gdb.base/debug-expr.exp: Test string evaluation with
17392 "debug expression" on.
17393
17394 2014-07-15 Pedro Alves <palves@redhat.com>
17395
17396 * gdb.base/reread.exp: Use clean_restart.
17397
17398 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17399
17400 * gdb.arch/avr-flash-qualifer.c: New.
17401 * gdb.arch/avr-flash-qualifer.exp: New.
17402
17403 2014-07-14 Pedro Alves <palves@redhat.com>
17404
17405 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17406 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17407
17408 2014-07-14 Pedro Alves <palves@redhat.com>
17409
17410 * gdb.base/double-prompt-target-event-error.c: New file.
17411 * gdb.base/double-prompt-target-event-error.exp: New file.
17412
17413 2014-07-14 Pedro Alves <palves@redhat.com>
17414
17415 PR gdb/17072
17416 * gdb.base/paginate-inferior-exit.c: New file.
17417 * gdb.base/paginate-inferior-exit.exp: New file.
17418
17419 2014-07-14 Pedro Alves <palves@redhat.com>
17420
17421 PR gdb/17072
17422 * gdb.base/paginate-bg-execution.c: New file.
17423 * gdb.base/paginate-bg-execution.exp: New file.
17424
17425 2014-07-14 Pedro Alves <palves@redhat.com>
17426
17427 PR gdb/17072
17428 * gdb.base/paginate-execution-startup.c: New file.
17429 * gdb.base/paginate-execution-startup.exp: New file.
17430 * lib/gdb.exp (pagination_prompt): New global.
17431 (default_gdb_spawn): New procedure, factored out from
17432 default_gdb_spawn.
17433 (default_gdb_start): Adjust to call default_gdb_spawn.
17434 (gdb_spawn): New procedure.
17435
17436 2014-07-14 Pedro Alves <palves@redhat.com>
17437
17438 * lib/gdb.exp (gdb_assert): New procedure.
17439 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17440
17441 2014-07-14 Pedro Alves <palves@redhat.com>
17442
17443 * gdb.base/execution-termios.c: New file.
17444 * gdb.base/execution-termios.exp: New file.
17445
17446 2014-07-14 Tom Tromey <tromey@redhat.com>
17447
17448 * gdb.cp/vla-cxx.cc: New file.
17449 * gdb.cp/vla-cxx.exp: New file.
17450
17451 2014-07-14 Tom Tromey <tromey@redhat.com>
17452
17453 * gdb.reverse/rerun-prec.c: New file.
17454 * gdb.reverse/rerun-prec.exp: New file.
17455
17456 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17457 Maciej W. Rozycki <macro@codesourcery.com>
17458
17459 * lib/gdb-utils.exp: New file.
17460 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17461 inline `gdb_init_command' processing.
17462 (gdb_start_cmd): Likewise.
17463 * lib/mi-support.exp (mi_run_cmd): Likewise.
17464 * README: Document `gdb_init_command' and `gdb_init_commands'.
17465
17466 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17467
17468 Fix false FAIL running under a very long directory name.
17469 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17470 and "set print elements 10000". Twice.
17471
17472 2014-07-11 Yao Qi <yao@codesourcery.com>
17473
17474 * gdb.base/exprs.exp: "set print symbol off".
17475
17476 2014-07-11 Pedro Alves <palves@redhat.com>
17477
17478 * gdb.threads/kill.c: New file.
17479 * gdb.threads/kill.exp: New file.
17480
17481 2014-07-10 Yao Qi <yao@codesourcery.com>
17482
17483 * gdb.trace/tfile.c (write_basic_trace_file)
17484 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17485 address written to trace file.
17486
17487 2014-07-09 Pedro Alves <palves@redhat.com>
17488
17489 * gdb.base/attach-wait-input.exp: New file.
17490 * gdb.base/attach-wait-input.c: New file.
17491
17492 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17493
17494 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17495 setting up test structures.
17496 (main): Call new test function.
17497 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17498 test function, continue into test function and walk test
17499 structures.
17500
17501 2014-07-02 Yao Qi <yao@codesourcery.com>
17502
17503 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17504 'bar_start' at the beginning of functions 'foo' and 'bar'
17505 respectively.
17506 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17507 instead of 'foo' and 'bar'.
17508
17509 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17510
17511 * gdb.btrace/segv.exp: New.
17512 * gdb.btrace/segv.c: New.
17513
17514 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17515
17516 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17517 instruction.
17518
17519 2014-06-30 Mark Wielaard <mjw@redhat.com>
17520
17521 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17522 vulture, vilify, villar): New volatile array constants.
17523 (vindictive, vegetation): New const volatile array constants.
17524 * gdb.base/volatile.exp: Test volatile and const volatile array
17525 types.
17526
17527 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17528
17529 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17530 target lacks support for awatch, rwatch, or hbreak.
17531
17532 2014-06-27 Yao Qi <yao@codesourcery.com>
17533
17534 * gdb.multi/dummy-frame-restore.exp: New.
17535 * gdb.multi/dummy-frame-restore.c: New.
17536
17537 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17538
17539 * gdb.btrace/gcore.exp: New.
17540
17541 2014-06-23 Pedro Alves <palves@redhat.com>
17542
17543 * gdb.base/watchpoint-reuse-slot.c: New file.
17544 * gdb.base/watchpoint-reuse-slot.exp: New file.
17545
17546 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17547
17548 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17549 progspace's filename in 'info', 'enable' and 'disable' command
17550 tests.
17551
17552 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17553
17554 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17555 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17556 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17557
17558 2014-06-20 Gary Benson <gbenson@redhat.com>
17559
17560 * gdb.arch/i386-avx.exp: Fix include file location.
17561 * gdb.arch/i386-sse.exp: Likewise.
17562
17563 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17564
17565 * gdb.dlang/expression.exp: New file.
17566
17567 2014-06-19 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17570 out from ...
17571 (top level): ... here. Iterate running tests under different
17572 scheduler-locking settings.
17573
17574 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17575
17576 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17577 to DW_FORM_addr and use non-zero addresses.
17578
17579 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17580
17581 PR gdb/17017
17582 * gdb.python/py-xmethods.cc: Add global function call counters and
17583 increment them in their respective functions. Remove "cout"
17584 statements.
17585 * gdb.python/py-xmethods.exp: Make tests check the global function
17586 call counters instead of depending on inferior IO.
17587
17588 2014-06-18 Don Breazeal <donb@codesourcery.com>
17589
17590 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17591 Deleted procedure.
17592 (explicit_fork_parent_follow): Deleted procedure.
17593 (explicit_fork_child_follow): Deleted procedure.
17594 (test_follow_fork): New procedure.
17595 (do_fork_tests): Replace calls to deleted procedures with
17596 calls to test_follow_fork and reset GDB for subsequent
17597 procedure calls.
17598
17599 2014-06-17 Yao Qi <yao@codesourcery.com>
17600
17601 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17602 CP1252.
17603
17604 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17605
17606 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17607 Initialize ptr and S explicitly.
17608 (skip_type_update_when_not_use_rtti_test): Likewise.
17609
17610 2014-06-16 Keith Seitz <keiths@redhat.com>
17611
17612 PR mi/15863
17613 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17614 the inferior is started.
17615
17616 2014-06-16 Pedro Alves <palves@redhat.com>
17617
17618 * gdb.base/break-main-file-remove-fail.c: New file.
17619 * gdb.base/break-main-file-remove-fail.exp: New file.
17620 * gdb.base/break-unload-file.exp: Use build_executable instead of
17621 prepare_for_testing.
17622 (test_break): New parameter "initial_load". Handle it.
17623 (top level): Add initial_load cmdline/file axis.
17624
17625 2014-06-12 Tom Tromey <tromey@redhat.com>
17626
17627 * gdb.base/completion.exp: Don't use directory name in test.
17628
17629 2014-06-09 Gary Benson <gbenson@redhat.com>
17630
17631 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17632 separate the always-available ANSI-standard signals from the
17633 signals that require checking.
17634 (main): Likewise.
17635 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17636 Likewise.
17637 (main): Likewise.
17638
17639 2014-06-07 Keith Seitz <keiths@redhat.com>
17640
17641 Revert:
17642 PR c++/16253
17643 * gdb.cp/var-tag.cc: New file.
17644 * gdb.cp/var-tag.exp: New file.
17645 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17646 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17647 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17648 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17649
17650 2014-06-06 Doug Evans <xdje42@gmail.com>
17651
17652 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17653
17654 2014-06-06 Pedro Alves <palves@redhat.com>
17655
17656 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17657 in target debug output instead of looking at RSP packets,
17658 disabling the test on any target that uses hardware stepping.
17659 Update comments.
17660
17661 2014-06-06 Pedro Alves <palves@redhat.com>
17662
17663 * gdb.base/break-unload-file.exp: Fix typo.
17664
17665 2014-06-06 Yao Qi <yao@codesourcery.com>
17666
17667 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17668 from "jit_function" to "^jit_function".
17669
17670 2014-06-06 Yao Qi <yao@codesourcery.com>
17671
17672 * gdb.base/async.c (foo): Add one statement.
17673 * gdb.base/async.exp: Get the next instruction address and
17674 match the output of "nexti" by instruction address. Match
17675 the hex address in the output of "finish".
17676
17677 2014-06-06 Gary Benson <gbenson@redhat.com>
17678
17679 * gdb.base/call-signals.c: Remove preprocessor conditionals
17680 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17681 SIGSEGV and SIGTERM.
17682 * gdb.base/sigall.c: Likewise.
17683 * gdb.base/unwindonsignal.c: Likewise.
17684 * gdb.reverse/sigall-reverse.c: Likewise.
17685
17686 2014-06-06 Yao Qi <yao@codesourcery.com>
17687
17688 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17689 readable, skip the test.
17690
17691 2014-06-06 Yao Qi <yao@codesourcery.com>
17692
17693 * gdb.threads/staticthreads.c (thread_function): Move the line
17694 setting breakpoint on forward.
17695 * gdb.threads/staticthreads.exp: Update comments.
17696
17697 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17698
17699 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17700 "history-append! type error".
17701
17702 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17703
17704 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17705 erroneous dprintf expected input.
17706
17707 2014-06-04 Doug Evans <xdje42@gmail.com>
17708
17709 * gdb.guile/scm-generics.exp: Delete.
17710
17711 2014-06-04 Doug Evans <xdje42@gmail.com>
17712
17713 * gdb.guile/scm-breakpoint.exp: Update.
17714 Add tests for breakpoint registration.
17715
17716 2014-06-04 Tom Tromey <tromey@redhat.com>
17717
17718 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17719 VLA-in-union.
17720 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17721 inner_vla_struct, vla_union types. Initialize objects of those
17722 types and compute their sizes.
17723
17724 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17725 Hui Zhu <hui@codesourcery.com>
17726
17727 * gdb.base/fileio.exp: Add test for shell not available as well as
17728 available.
17729 * gdb.base/fileio.c (test_system): Check for shell twice.
17730
17731 2014-06-04 Yao Qi <yao@codesourcery.com>
17732
17733 * gdb.base/auto-connect-native-target.exp: Remove redundant
17734 space from the regexp pattern.
17735
17736 2014-06-04 Yao Qi <yao@codesourcery.com>
17737
17738 * gdb.base/default.exp: Replace "child" with "native" in
17739 regexp pattern.
17740
17741 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17742
17743 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17744 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17745 * gdb.python/py-xmethods.py: Python script supporting the
17746 new testcase and tests.
17747
17748 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17749 Pedro Alves <palves@redhat.com>
17750
17751 PR breakpoints/17000
17752 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17753 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17754
17755 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17756
17757 * gdb.base/subst.exp: Add tests to verify partial path matching
17758 output.
17759
17760 2014-06-03 Pedro Alves <palves@redhat.com>
17761
17762 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17763 target that doesn't use software single-stepping.
17764
17765 2014-06-03 Pedro Alves <palves@redhat.com>
17766
17767 PR breakpoints/17000
17768 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17769 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17770
17771 2014-06-02 Doug Evans <xdje42@gmail.com>
17772
17773 * gdb.guile/scm-parameter.exp: New file.
17774
17775 2014-06-02 Doug Evans <xdje42@gmail.com>
17776
17777 * gdb.guile/scm-cmd.c: New file.
17778 * gdb.guile/scm-cmd.exp: New file.
17779
17780 2014-06-02 Doug Evans <xdje42@gmail.com>
17781
17782 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17783 pretty-printer lookup.
17784 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17785 (make-pp_s-printer): Call it.
17786 (make-pretty-printer-from-dict): New function.
17787 (lookup-pretty-printer-maker-from-dict): New function.
17788 (*pretty-printer*): Simplify.
17789 (make-objfile-pp_s-printer): New function.
17790 (install-objfile-pretty-printers!): New function.
17791 (make-progspace-pp_s-printer): New function.
17792 (install-progspace-pretty-printers!): New function.
17793 * gdb.guile/scm-progspace.c: New file.
17794 * gdb.guile/scm-progspace.exp: New file.
17795
17796 2014-06-02 Pedro Alves <palves@redhat.com>
17797
17798 * gdb.base/dprintf-bp-same-addr.c: New file.
17799 * gdb.base/dprintf-bp-same-addr.exp: New file.
17800
17801 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17802
17803 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17804 * gdb.arch/powerpc-power.s: Likewise.
17805
17806 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17807
17808 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17809
17810 2014-06-01 Yao Qi <yao@codesourcery.com>
17811
17812 * gdb.base/watchpoint.exp (test_watch_location): Check null
17813 pointer can be dereferenced. If not, do the test, otherwise
17814 skip it.
17815
17816 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17817
17818 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17819 results.
17820 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17821
17822 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17823
17824 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17825 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17826 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17827 * gdb.arch/amd64-invalid-stack-top.c: New file.
17828 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17829
17830 2014-05-30 Pedro Alves <palves@redhat.com>
17831
17832 PR breakpoints/17000
17833 * gdb.base/sss-bp-on-user-bp.c: New file.
17834 * gdb.base/sss-bp-on-user-bp.exp: New file.
17835
17836 2014-05-30 David Blaikie <dblaikie@gmail.com>
17837
17838 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17839 gnu_inline semantics via attribute.
17840 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17841 source explicitly specifies the required semantics.
17842
17843 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17844
17845 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17846
17847 2014-05-29 Pedro Alves <palves@redhat.com>
17848 Tom Tromey <tromey@redhat.com>
17849
17850 * gdb.base/async-shell.exp: Don't enable target-async.
17851 * gdb.base/async.exp
17852 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17853 parameter. Adjust.
17854 (top level): Don't test with "target-async".
17855 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17856 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17857 * gdb.base/inferior-died.exp: Don't enable target-async.
17858 * gdb.base/interrupt-noterm.exp: Likewise.
17859 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17860 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17861 * gdb.mi/mi-nonstop.exp: Likewise.
17862 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17863 * gdb.mi/mi-nsintrall.exp: Likewise.
17864 * gdb.mi/mi-nsmoribund.exp: Likewise.
17865 * gdb.mi/mi-nsthrexec.exp: Likewise.
17866 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17867 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17868 * gdb.python/py-evsignal.exp: Don't enable target-async.
17869 * gdb.python/py-evthreads.exp: Likewise.
17870 * gdb.python/py-prompt.exp: Likewise.
17871 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17872 * gdb.server/solib-list.exp: Don't enable target-async.
17873 * gdb.threads/thread-specific-bp.exp: Likewise.
17874 * lib/mi-support.exp: Adjust to use mi-async.
17875
17876 2014-05-29 Pedro Alves <palves@redhat.com>
17877
17878 PR gdb/13860
17879 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17880 reason, even in sync mode.
17881
17882 2014-05-29 Pedro Alves <palves@redhat.com>
17883 Hui Zhu <hui@codesourcery.com>
17884
17885 PR PR15693
17886 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17887 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17888 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17889 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17890
17891 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17892
17893 * config/monitor.exp (gdb_target_monitor): Replace use of
17894 "set remotebaud" by "set serial baud".
17895
17896 2014-05-26 Andy Wingo <wingo@igalia.com>
17897
17898 * gdb.guile/scm-breakpoint.exp:
17899 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17900 properties instead of gdb-object-properties.
17901
17902 2014-05-26 Yao Qi <yao@codesourcery.com>
17903
17904 * gdb.server/no-thread-db.exp: Specify source file name
17905 explicitly when setting a breakpoint.
17906
17907 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17908
17909 * gdb.btrace/vdso.c: New.
17910 * gdb.btrace/vdso.exp: New.
17911
17912 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17913
17914 * gdb.base/gcore.exp (capture_command_output): Move ...
17915 * lib/gdb.exp (capture_command_output): ... here.
17916
17917 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17918
17919 * gdb.btrace/data.exp: Test memory access during btrace replay.
17920
17921 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17922
17923 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17924
17925 2014-05-21 Pedro Alves <palves@redhat.com>
17926
17927 PR gdb/13860
17928 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17929 (top level): Test that output related to execution commands is
17930 sent to the console with CLI commands, but not with MI commands.
17931 Test that breakpoint events are always mirrored to the console.
17932 Also expect the new source line to be output after a "next" in
17933 async mode too. Make it a pass/fail test.
17934 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17935 output.
17936 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17937
17938 2014-05-21 Pedro Alves <palves@redhat.com>
17939
17940 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17941 Use them to test variations of "list" after reaching a breakpoint.
17942 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17943 Test "list" with listsize 10 after reaching a breakpoint.
17944 * gdb.python/python.exp (decode_line current location line
17945 number): Adjust expected line number.
17946
17947 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17948
17949 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17950 behavior for $args, pass it directly to "run".
17951
17952 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17953
17954 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17955 30000 to 65536.
17956
17957 2014-05-21 Pedro Alves <palves@redhat.com>
17958
17959 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17960 auto-connect-native-target off".
17961 * gdb.base/auto-connect-native-target.c: New file.
17962 * gdb.base/auto-connect-native-target.exp: New file.
17963
17964 2014-05-21 Pedro Alves <palves@redhat.com>
17965
17966 * gdb.base/default.exp: Test "target native" instead of "target
17967 child".
17968
17969 2014-05-21 Mark Wielaard <mjw@redhat.com>
17970
17971 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17972
17973 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17974
17975 Fix TLS access for -static -pthread.
17976 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17977 <HAVE_TLS> (thread_function, main): Initialize it.
17978 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17979 Add clean_restart.
17980 <$have_tls != "">: Check TLSVAR.
17981
17982 2014-05-21 Pedro Alves <palves@redhat.com>
17983
17984 * gdb.base/dcache-line-read-error.c: New.
17985 * gdb.base/dcache-line-read-error.exp: New.
17986
17987 2014-05-20 Pedro Alves <palves@redhat.com>
17988
17989 * gdb.base/compare-sections.c: New file.
17990 * gdb.base/compare-sections.exp: New file.
17991
17992 2014-05-20 Pedro Alves <palves@redhat.com>
17993
17994 * gdb.base/break-idempotent.c: New file.
17995 * gdb.base/break-idempotent.exp: New file.
17996
17997 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17998
17999 * gdb.btrace/nohist.exp: New.
18000
18001 2014-05-20 Yao Qi <yao@codesourcery.com>
18002
18003 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18004 gdb.reverse directory and gdb_reverse_timeout exists in board
18005 setting.
18006 * README: Document gdb_reverse_timeout.
18007
18008 2014-05-20 Yao Qi <yao@codesourcery.com>
18009
18010 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18011 'test_file_name'. Treat args as a string instead of a list.
18012 (gdb_init): Rename argument 'args' by 'test_file_name'.
18013
18014 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18015
18016 * gdb.arch/powerpc-power.exp: New file.
18017 * gdb.arch/powerpc-power.s: New file.
18018
18019 2014-05-16 Doug Evans <dje@google.com>
18020
18021 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18022 * gdb.base/completion.exp: Check that all expected files exist
18023 before doing file completion.
18024
18025 2014-05-16 Doug Evans <dje@google.com>
18026
18027 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18028 Update.
18029 (do_syscall_tests_without_xml): Update.
18030
18031 2014-05-16 Pedro Alves <palves@redhat.com>
18032
18033 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18034 instead of "unknown output after running".
18035
18036 2014-05-16 Yao Qi <yao@codesourcery.com>
18037
18038 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18039 file1.txt from host at the end.
18040 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18041
18042 2014-05-15 Doug Evans <dje@google.com>
18043
18044 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18045 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18046 loading file. Add test for TU lookup.
18047
18048 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18049
18050 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18051 calling "-exec-arguments" or "set args" before running the
18052 inferior.
18053
18054 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18055
18056 * lib/mi-support.exp (mi_expect_stop): Expect message for
18057 inferiors that exit with non-zero exit code.
18058
18059 2014-05-14 Yao Qi <yao@codesourcery.com>
18060
18061 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18062 match absolute path on remote host.
18063 (test_file_list_exec_source_files): Remove "/" from the
18064 pattern.
18065
18066 2014-05-14 Yao Qi <yao@codesourcery.com>
18067
18068 * boards/local-remote-host-notty.exp (${board}_file): New
18069 proc.
18070
18071 2014-05-07 Kyle McMartin <kyle@redhat.com>
18072
18073 Pushed by Joel Brobecker <brobecker@adacore.com>.
18074 * gdb.arch/aarch64-atomic-inst.c: New file.
18075 * gdb.arch/aarch64-atomic-inst.exp: New file.
18076
18077 2014-05-07 Yao Qi <yao@codesourcery.com>
18078
18079 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18080 in current context" too.
18081
18082 2014-05-05 Keith Seitz <keiths@redhat.com>
18083
18084 * gdb.linespec/ls-dollar.exp: Add test for linespec
18085 file:convenience_variable.
18086
18087 2014-05-05 Yao Qi <yao@codesourcery.com>
18088
18089 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18090 traceframes into tfile and ctf trace files. Read data from
18091 trace file and test collected data.
18092 (gdb_collect_locals_test): Likewise.
18093 (gdb_unavailable_registers_test): Likewise.
18094 (gdb_unavailable_floats): Likewise.
18095 (gdb_collect_globals_test): Likewise.
18096 (top-level): Append "ctf" to trace_file_targets if GDB
18097 supports.
18098
18099 2014-05-05 Yao Qi <yao@codesourcery.com>
18100
18101 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18102 code to ...
18103 (gdb_collect_args_test_1): ... it. New proc.
18104 (gdb_collect_locals_test): Move some code to ...
18105 (gdb_collect_locals_test_1): ... it. New proc.
18106 (gdb_unavailable_registers_test): Move some code to ...
18107 (gdb_unavailable_registers_test_1): ... it. New proc.
18108 (gdb_unavailable_floats): Move some code to ...
18109 (gdb_unavailable_floats_1): ... it. New proc.
18110
18111 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18112
18113 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18114 probes to test for bitness recognition.
18115 * gdb.arch/amd64-stap-optional-prefix.exp
18116 (test_probe_value_without_reg): New procedure.
18117 Add code to test for different kinds of bitness.
18118
18119 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18120
18121 PR breakpoints/16889
18122 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18123 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18124
18125 2014-05-01 Pedro Alves <palves@redhat.com>
18126
18127 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18128 gdb_file_cmd if no file is specified.
18129 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18130 last_loaded_file to set the remote exec-file.
18131
18132 2014-05-01 Pedro Alves <palves@redhat.com>
18133
18134 * boards/local-remote-host.exp: New file.
18135
18136 2014-05-01 Pedro Alves <palves@redhat.com>
18137
18138 * boards/local-remote-host.exp: Rename to ...
18139 * boards/local-remote-host-notty.exp: ... this.
18140
18141 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18142
18143 * gdb.ada/dyn_arrayidx: New testcase.
18144
18145 2014-04-26 Yao Qi <yao@codesourcery.com>
18146
18147 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18148 and compute the length of function main. Save it in
18149 $main_length.
18150 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18151 (top-level): Use gdb_compile to compile objects into
18152 executable and restart GDB. Remove invocation to
18153 prepare_for_testing.
18154
18155 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18156 Pedro Alves <palves@redhat.com>
18157
18158 PR server/16255
18159 * gdb.multi/multi-attach.c: New file.
18160 * gdb.multi/multi-attach.exp: New file.
18161
18162 2014-04-25 Pedro Alves <palves@redhat.com>
18163
18164 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18165 user.
18166 (top level): Test that "set remote conditional-breakpoints-packet
18167 off" works as intended.
18168 * gdb.base/dprintf.exp: Test that "set remote
18169 breakpoint-commands-packet off" works as intended.
18170 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18171 New function.
18172 (top level): Call it.
18173 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18174 remote fast-tracepoints-packet off" works as intended.
18175 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18176 * lib/gdb.exp (gdb_is_target_remote): ... here.
18177
18178 2014-04-24 David Blaikie <dblaikie@gmail.com>
18179
18180 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18181 ensure clang would not discard them.
18182 * gdb.base/gdbvars.c: Ditto.
18183 * gdb.base/memattr.c: Ditto.
18184 * gdb.base/whatis.c: Ditto.
18185 * gdb.python/py-prettyprint.c: Ditto.
18186 * gdb.trace/actions.c: Ditto.
18187 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18188 ensure clang would not discard it.
18189
18190 2014-04-24 David Blaikie <dblaikie@gmail.com>
18191
18192 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18193 clang to emit the full definition of type required by the test
18194 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18195
18196 2014-04-24 David Blaikie <dblaikie@gmail.com>
18197
18198 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18199 coax Clang into emitting the definition of the type.
18200 * gdb.cp/pr10728-x.h (y): Ditto.
18201 * gdb.cp/pr10728-y.cc (y): Ditto.
18202
18203 2014-04-24 David Blaikie <dblaikie@gmail.com>
18204
18205 * gdb.base/label.exp: XFAIL label related tests under Clang.
18206 * gdb.cp/cplabel.exp: Ditto.
18207 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18208 under Clang those using labels.
18209
18210 2014-04-25 Yao Qi <yao@codesourcery.com>
18211
18212 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18213 double_label.
18214 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18215 partial_label and double_label.
18216
18217 2014-04-24 David Blaikie <dblaikie@gmail.com>
18218
18219 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18220
18221 2014-04-24 David Blaikie <dblaikie@gmail.com>
18222
18223 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18224 of the function to work across GCC and Clang.
18225 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18226 pointer types (const void ** const V void **).
18227
18228 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18229 Walfred Tedeschi <walfred.tedeschi@intel.com>
18230
18231 * Makefile.in (EXECUTABLES): Added i386-avx512.
18232 * gdb.arch/i386-avx512.c: New file.
18233 * gdb.arch/i386-avx512.exp: Likewise.
18234
18235 2014-04-23 Keith Seitz <keiths@redhat.com>
18236
18237 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18238 (mi_make_breakpoint_table): New procedure.
18239 (mi_create_breakpoint): Use mi_make_breakpoint
18240 and return the result.
18241 (mi_make_breakpoint): New procedure.
18242 (mi_build_kv_pairs): New procedure.
18243
18244 * gdb.mi/mi-break.exp: Remove unused globals,
18245 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18246 All callers updated.
18247 * gdb.mi/mi-dprintf.exp: Use variable to track command
18248 number.
18249 Update all callers of mi_create_breakpoint and use
18250 mi_make_breakpoint_table.
18251 Remove any unused global variables.
18252 * gdb.mi/mi-nonstop.exp: Likewise.
18253 * gdb.mi/mi-nsintrall.exp: Likewise.
18254 * gdb.mi/mi-nsmoribund.exp: Likewise.
18255 * gdb.mi/mi-nsthrexec.exp: Likewise.
18256 * gdb.mi/mi-reverse.exp: Likewise.
18257 * gdb.mi/mi-simplerun.exp: Likewise.
18258 * gdb.mi/mi-stepn.exp: Likewise.
18259 * gdb.mi/mi-syn-frame.exp: Likewise.
18260 * gdb.mi/mi-until.exp: Likewise.
18261 * gdb.mi/mi-var-cp.exp: Likewise.
18262 * gdb.mi/mi-var-display.exp: Likewise.
18263 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18264 * gdb.mi/mi2-var-child.exp: Likewise.
18265 * gdb.mi/mi-vla-c99.exp: Likewise.
18266 * lib/mi-support.exp: Likewise.
18267
18268 From Ian Lance Taylor <iant@cygnus.com>:
18269 * lib/gdb.exp (parse_args): New procedure.
18270
18271 2014-04-23 Pedro Alves <palves@redhat.com>
18272
18273 * gdb.base/break-unload-file.c: New file.
18274 * gdb.base/break-unload-file.exp: New file.
18275 * gdb.base/sym-file-lib.c (baz): New function.
18276 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18277 field.
18278 (load): Store the segment's mapped size.
18279 (unload): New function.
18280 (unload_shlib): New function.
18281 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18282 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18283 set a breakpoint at baz, and call it.
18284 * gdb.base/sym-file.exp: New tests for stale breakpoint
18285 instructions.
18286
18287 2014-04-23 Pedro Alves <palves@redhat.com>
18288
18289 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18290 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18291 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18292 * gdb.base/hbreak-unmapped.c: New file.
18293 * gdb.base/hbreak-unmapped.exp: New file.
18294 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18295 * lib/gdb.exp (gdb_is_target_remote): ... here.
18296
18297 2014-04-22 Pedro Alves <palves@redhat.com>
18298
18299 * gdb.base/consecutive-step-over.c: New file.
18300 * gdb.base/consecutive-step-over.exp: New file.
18301
18302 2014-04-22 Pedro Alves <palves@redhat.com>
18303
18304 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18305 instead of send_gdb/gdb_expect.
18306
18307 2014-04-22 Yao Qi <yao@codesourcery.com>
18308
18309 * lib/trace-support.exp (generate_tracefile): New procedure.
18310 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18311 return 0.
18312 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18313 if generate_tracefile returns 1.
18314
18315 2014-04-18 Tom Tromey <palves@redhat.com>
18316 Pedro alves <tromey@redhat.com>
18317
18318 PR backtrace/15558
18319 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18320 with a backtrace limit.
18321 * gdb.python/py-frame-inline.exp: Test running to an inline
18322 function with a backtrace limit, and printing the newest frame.
18323 * gdb.python/py-frame-inline.c (main): Call f.
18324
18325 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18326
18327 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18328
18329 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18330
18331 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18332 Drop prefix from unsupported source file path.
18333
18334 2014-04-17 Yao Qi <yao@codesourcery.com>
18335
18336 * lib/gdb.exp (with_target_charset): New proc.
18337 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18338 with_target_charset.
18339 (test_print_strings): Likewise.
18340 (test_repeat_bytes): Likewise.
18341 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18342 for some tests.
18343
18344 2014-04-16 Keith Seitz <keiths@redhat.com>
18345
18346 PR gdb/15827
18347 * gdb.dwarf2/corrupt.c: New file.
18348 * gdb.dwarf2/corrupt.exp: New file.
18349
18350 2014-04-16 Keith Seitz <keiths@redhat.com>
18351
18352 PR c++/16597
18353 * gdb.cp/namelessclass.cc: New file.
18354 * gdb.cp/namelessclass.exp: New file.
18355 * gdb.cp/namelessclass.S: New file.
18356
18357 2014-04-16 Doug Evans <dje@google.com>
18358
18359 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18360 Add comment.
18361 (gdbserver_default_get_comm_port): New function.
18362 (gdbserver_start): Check if board file provided
18363 "gdbserver,get_comm_port" and use it if so.
18364 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18365 (gdb,socketport): Set to "stdio".
18366 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18367 (stdio_gdbserver_template): Delete.
18368 (${board}_get_remote_address): Update.
18369 (${board}_build_remote_cmd): Delete.
18370 (${board}_get_comm_port): New function.
18371 (${board}_spawn): Update.
18372 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18373 Delete.
18374 (${board}_get_remote_address): Update.
18375 (${board}_get_comm_port): New function.
18376
18377 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18378
18379 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18380 appearing in any order.
18381
18382 2014-04-15 Doug Evans <dje@google.com>
18383
18384 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18385 uninitialized value of "description".
18386
18387 2014-04-15 Keith Seitz <keiths@redhat.com>
18388
18389 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18390 Remove unused globals.
18391 (test_running_the_program): Likewise.
18392 (test_controlled_execution): Likewise.
18393 (test_controlling_breakpoints): Likewise.
18394 (test_program_termination): Likewise.
18395
18396 2014-04-15 Keith Seitz <keiths@redhat.com>
18397
18398 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18399 unused globals.
18400 (test_rbreak_creation_and_listing): Likewise.
18401 (test_ignore_count): Likewise.
18402 (test_error): Likewise.
18403
18404 2014-04-15 Pedro Alves <palves@redhat.com>
18405
18406 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18407 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18408 sym-file-loader.c.
18409 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18410 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18411 to sym-file-loader.c.
18412 (struct library): Forward declare.
18413 (load_shlib, lookup_function): Change prototypes.
18414 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18415 (translate_offset): Remove declarations.
18416 (get_text_addr): New declaration.
18417 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18418 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18419 sym-file-loader.h.
18420 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18421 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18422 here from sym-file-loader.h.
18423 (struct library): New structure.
18424 (load_shlib, lookup_function): Change prototypes and adjust to
18425 work with a struct library.
18426 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18427 (translate_offset): Make static.
18428 (get_text_addr): New function.
18429 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18430
18431 2014-04-15 Pedro Alves <palves@redhat.com>
18432
18433 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18434
18435 2014-04-15 Pedro Alves <palves@redhat.com>
18436
18437 * gdb.base/sym-file-loader.c: Include <limits.h>.
18438 (SELF_LINK): New define.
18439 (get_origin): New function.
18440 (load_shlib): Use it.
18441 * gdb.base/sym-file.exp: Don't early return if the target is
18442 remote. Use runto_main, and issue fail is that fails. Use
18443 gdb_load_shlibs.
18444 (shlib_name): Delete.
18445 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18446
18447 2014-04-15 Pedro Alves <palves@redhat.com>
18448
18449 * gdb.base/sym-file.exp: Remove regex characters from test
18450 message. Don't refer to breakpoint numbers in test messages.
18451
18452 2014-04-14 Keith Seitz <keiths@redhat.com>
18453
18454 PR c++/16253
18455 * gdb.cp/var-tag.cc: New file.
18456 * gdb.cp/var-tag.exp: New file.
18457 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18458 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18459 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18460 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18461
18462 2014-04-14 Tom Tromey <tromey@redhat.com>
18463
18464 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18465 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18466 type.
18467 * gdb.cp/enum-class.exp: New file.
18468 * gdb.cp/enum-class.cc: New file.
18469
18470 2014-04-14 Tom Tromey <tromey@redhat.com>
18471
18472 * gdb.dwarf2/enum-type.exp: New file.
18473
18474 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18475
18476 * gdb.mi/mi-vla-c99.exp: New file.
18477 * gdb.mi/vla.c: New file.
18478
18479 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18480
18481 * gdb.base/vla-datatypes.c: New file.
18482 * gdb.base/vla-datatypes.exp: New file.
18483
18484 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18485
18486 * gdb.base/vla-ptr.c: New file.
18487 * gdb.base/vla-ptr.exp: New file.
18488
18489 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18490
18491 * gdb.dwarf2/count.exp: New file.
18492
18493 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18494
18495 * gdb.base/vla-sideeffect.c: New file.
18496 * gdb.base/vla-sideeffect.exp: New file.
18497
18498 2014-04-14 David Blaikie <dblaikie@gmail.com>
18499
18500 * gdb.mi/non-stop.c: Add return value for non-void function return
18501 statement.
18502 * gdb.threads/staticthreads.c: Ditto.
18503
18504 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18505 Doug Evans <xdje42@gmail.com>
18506
18507 * gdb.guile/scm-value.c: Improve test case.
18508 * gdb.guile/scm-value.exp: Add new test.
18509
18510 2014-04-11 David Blaikie <dblaikie@gmail.com>
18511
18512 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18513 override Clang's default.
18514
18515 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18516
18517 Revert the following changes (regressions):
18518
18519 * gdb.base/vla-sideeffect.c: New file.
18520 * gdb.base/vla-sideeffect.exp: New file.
18521
18522 * gdb.dwarf2/count.exp: New file.
18523
18524 * gdb.base/vla-multi.c: New file.
18525 * gdb.base/vla-multi.exp: New file.
18526
18527 * gdb.base/vla-ptr.c: New file.
18528 * gdb.base/vla-ptr.exp: New file.
18529
18530 * gdb.base/vla-datatypes.c: New file.
18531 * gdb.base/vla-datatypes.exp: New file.
18532
18533 * gdb.mi/mi-vla-c99.exp: New file.
18534 * gdb.mi/vla.c: New file.
18535
18536 2014-04-11 Keith Seitz <keiths@redhat.com>
18537
18538 PR c++/16675
18539 * gdb.cp/cpsizeof.exp: New file.
18540 * gdb.cp/cpsizeof.cc: New file.
18541
18542 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18543
18544 * gdb.mi/mi-vla-c99.exp: New file.
18545 * gdb.mi/vla.c: New file.
18546
18547 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18548
18549 * gdb.base/vla-datatypes.c: New file.
18550 * gdb.base/vla-datatypes.exp: New file.
18551
18552 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18553
18554 * gdb.base/vla-ptr.c: New file.
18555 * gdb.base/vla-ptr.exp: New file.
18556
18557 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18558
18559 * gdb.base/vla-multi.c: New file.
18560 * gdb.base/vla-multi.exp: New file.
18561
18562 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18563
18564 * gdb.dwarf2/count.exp: New file.
18565
18566 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18567
18568 * gdb.base/vla-sideeffect.c: New file.
18569 * gdb.base/vla-sideeffect.exp: New file.
18570
18571 2014-04-11 Yao Qi <yao@codesourcery.com>
18572
18573 * gdb.base/completion.exp: Check file exists before running tests
18574 on file completion.
18575
18576 2014-04-10 Pedro Alves <palves@redhat.com>
18577
18578 * gdb.base/cond-eval-mode.c: New file.
18579 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18580 prepare_for_testing to build the new file. Check result of
18581 runto_main.
18582 (test_break, test_watch): New procedures.
18583 (top level): Use them.
18584
18585 2014-04-08 Pierre Muller <muller@sourceware.org>
18586
18587 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18588 Ctrl-V use for mingw hosts.
18589
18590 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18591
18592 * gdb.python/py-value.c: Improve test case.
18593 * gdb.python/py-value.exp: Add new test.
18594
18595 2014-04-07 David Blaikie <dblaikie@gmail.com>
18596
18597 * lib/compiler.c: Identify the clang compiler.
18598 * lib/compiler.cc: Ditto.
18599
18600 2014-04-03 Yao Qi <yao@codesourcery.com>
18601
18602 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18603
18604 2014-04-01 Anton Blanchard <anton@samba.org>
18605
18606 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18607 messages unique.
18608
18609 2014-04-01 Anton Blanchard <anton@samba.org>
18610
18611 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18612 prepare_for_testing.
18613
18614 2014-04-01 Anton Blanchard <anton@samba.org>
18615
18616 * gdb.arch/ppc64-atomic-inst.c: Remove.
18617 * gdb.arch/ppc64-atomic-inst.S: New file.
18618 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18619
18620 2014-03-31 Doug Evans <dje@google.com>
18621
18622 * gdb.base/print-symbol-loading-lib.c: New file.
18623 * gdb.base/print-symbol-loading-main.c: New file.
18624 * gdb.base/print-symbol-loading.exp: New file.
18625
18626 2014-03-31 Yao Qi <yao@codesourcery.com>
18627
18628 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18629
18630 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18631
18632 * gdb.ada/mi_dyn_arr: New testcase.
18633
18634 2014-03-27 Doug Evans <dje@google.com>
18635
18636 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18637
18638 2014-03-27 Yao Qi <yao@codesourcery.com>
18639
18640 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18641 if target is nios2-*-*.
18642
18643 2014-03-26 Yao Qi <yao@codesourcery.com>
18644
18645 * lib/gdb.exp (readline_is_used): New proc.
18646 * gdb.base/completion.exp: Move tests on command complete up.
18647 Skip the rest of tests if readline is not used.
18648 * gdb.ada/complete.exp: Skp the test if readline is not
18649 used.
18650 * gdb.base/filesym.exp: Likewise.
18651 * gdb.base/macscp.exp: Likewise.
18652 * gdb.base/readline-ask.exp: Likewise.
18653 * gdb.base/readline.exp: Likewise.
18654 * gdb.python/py-cmd.exp: Likewise.
18655 * gdb.trace/tfile.exp: Likewise.
18656
18657 2014-03-26 Yao Qi <yao@codesourcery.com>
18658
18659 * gdb.base/macscp.exp: Fix code format issues.
18660
18661 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18662
18663 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18664 * gdb.asm/powerpc64le.inc: New file.
18665
18666 2014-03-25 Pedro Alves <palves@redhat.com>
18667 Doug Evans <dje@google.com>
18668
18669 * gdb.base/source-execution.c: New file.
18670 * gdb.base/source-execution.exp: New file.
18671 * gdb.base/source-execution.gdb: New file.
18672
18673 2014-03-24 Doug Evans <dje@google.com>
18674
18675 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18676 using fission.
18677
18678 2014-03-24 Hui Zhu <hui@codesourcery.com>
18679 Pedro Alves <palves@redhat.com>
18680
18681 PR breakpoints/16101
18682 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18683 test pass/fail messages. Detect missing support for dprintf when
18684 breakpoints are actually inserted.
18685 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18686 breakpoints are actually inserted.
18687 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18688 fails.
18689
18690 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18691
18692 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18693
18694 2014-03-22 Doug Evans <xdje42@gmail.com>
18695
18696 * gdb.python/python.exp (python not supported): Verify multi-line
18697 python command issues an error.
18698 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18699 guile command issues an error.
18700
18701 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18702
18703 * gdb.threads/thread-specific.exp: Handle the lack of usable
18704 $this_breakpoint and $this_thread.
18705
18706 2014-03-21 Hui Zhu <hui@codesourcery.com>
18707
18708 * gdb.base/attach.exp (do_command_attach_tests): New.
18709
18710 2014-03-20 Tom Tromey <tromey@redhat.com>
18711 Pedro Alves <palves@redhat.com>
18712
18713 PR cli/15718
18714 * gdb.base/condbreak-call-false.c: New file.
18715 * gdb.base/condbreak-call-false.exp: New file.
18716
18717 2014-03-20 Pedro Alves <palves@redhat.com>
18718
18719 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18720 Delete.
18721 (block_signals, unblock_signals): Delete.
18722 (child_function_2, main): Remove references to deleted variable
18723 and functions.
18724
18725 2014-03-20 Pedro Alves <palves@redhat.com>
18726
18727 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18728 Use pthread_kill to signal thread 2.
18729 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18730 Adjust to make the test send itself a signal rather than using the
18731 host's "kill" command.
18732
18733 2014-03-20 Pedro Alves <palves@redhat.com>
18734
18735 * gdb.threads/multiple-step-overs.c: New file.
18736 * gdb.threads/multiple-step-overs.exp: New file.
18737 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18738 Adjust expected infrun debug output.
18739
18740 2014-03-20 Pedro Alves <palves@redhat.com>
18741
18742 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18743 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18744
18745 2014-03-20 Pedro Alves <palves@redhat.com>
18746
18747 PR breakpoints/7143
18748 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18749 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18750 of gdb_test_multiple.
18751 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18752 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18753
18754 2014-03-20 Pedro Alves <palves@redhat.com>
18755
18756 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18757 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18758
18759 2014-03-19 Pedro Alves <palves@redhat.com>
18760
18761 * gdb.base/async.exp: Remove early return.
18762
18763 2014-03-19 Pedro Alves <palves@redhat.com>
18764
18765 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18766
18767 2014-03-19 Pedro Alves <palves@redhat.com>
18768
18769 * gdb.base/async.exp (test_background): Expect \r\n after
18770 "completed." in the fail pattern.
18771
18772 2014-03-19 Pedro Alves <palves@redhat.com>
18773
18774 * gdb.base/async.exp (test_background): New procedure.
18775 Use it for all background execution command tests.
18776
18777 2014-03-19 Pedro Alves <palves@redhat.com>
18778
18779 * gdb.base/async.exp: Use prepare_for_testing.
18780
18781 2014-03-19 Pedro Alves <palves@redhat.com>
18782
18783 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18784 the same line.
18785
18786 2014-03-19 Pedro Alves <palves@redhat.com>
18787
18788 * gdb.base/async.c (main): Add "jump here" and "until here" line
18789 marker comments.
18790 * gdb.base/async.exp (jump_here): New global.
18791 (jump& test): Use it.
18792 (until_here): New global.
18793 (until& test): Use it.
18794
18795 2014-03-19 Pedro Alves <palves@redhat.com>
18796
18797 * gdb.base/async.exp: Don't frob gdb_protocol.
18798
18799 2014-03-18 Doug Evans <xdje42@gmail.com>
18800
18801 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18802 Fix spelling of exec-done-display.
18803
18804 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18805
18806 PR gdb/15358
18807 * gdb.base/gdb-sigterm.c: New file.
18808 * gdb.base/gdb-sigterm.exp: New file.
18809
18810 2014-03-18 Pedro Alves <palves@redhat.com>
18811
18812 PR gdb/13860
18813 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18814 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18815 solib-event.
18816
18817 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18818
18819 * gdb.ada/pckd_arr_ren: New testcase.
18820
18821 2014-03-13 Doug Evans <xdje42@gmail.com>
18822
18823 PR guile/16612
18824 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18825 collect after discarding symbols.
18826
18827 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18828 Doug Evans <xdje42@gmail.com>
18829
18830 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18831 to history survives a gc.
18832
18833 2014-03-13 Pedro Alves <palves@redhat.com>
18834
18835 * gdb.base/default.exp: Don't test "target procfs".
18836
18837 2014-03-13 Pedro Alves <palves@redhat.com>
18838
18839 * gdb.base/default.exp: Update "target child" and "target procfs"
18840 tests to not expect "Unix".
18841
18842 2014-03-12 Tom Tromey <tromey@redhat.com>
18843
18844 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18845 New procs. Add target-async tests.
18846 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18847 Add target-async tests.
18848
18849 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18850
18851 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18852 'func_start' and 'func_end' for the beginning and end of the
18853 function code, respectively.
18854 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18855 'func_end' instead of 'func' and 'main'.
18856
18857 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18858
18859 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18860 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18861 generate the debug info assembler source.
18862
18863 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18864
18865 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18866 * gdb.dwarf2/arr-subrange.exp: Likewise.
18867 * gdb.dwarf2/dwz.exp: Likewise.
18868 * gdb.dwarf2/method-ptr.exp: Likewise.
18869 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18870 * gdb.dwarf2/subrange.exp: Likewise.
18871 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18872 * gdb.dwarf2/implptrpiece.exp: Likewise.
18873 * gdb.dwarf2/nostaticblock.exp: Likewise.
18874
18875 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18876
18877 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18878 directory to absolute path name arguments.
18879
18880 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18881
18882 * gdb.ada/tagged_access: New testcase.
18883
18884 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18885
18886 * gdb.btrace/data.exp: Update expected output.
18887
18888 2014-03-06 Yao Qi <yao@codesourcery.com>
18889
18890 * gdb.trace/pr16508.exp: New file.
18891
18892 2014-03-05 Pedro Alves <palves@redhat.com>
18893
18894 PR gdb/16575
18895 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18896 procedure.
18897 (top level): Adjust to use it. Add tests that exercise breakpoint
18898 interaction with the code-cache.
18899
18900 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18901
18902 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18903 test for 'history-append!'.
18904
18905 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18906
18907 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18908 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18909 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18910 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18911 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18912 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18913
18914 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18915
18916 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18917 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18918 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18919
18920 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18921
18922 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18923
18924 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18925
18926 * gdb.dwarf2/arr-stride.c: New file.
18927 * gdb.dwarf2/arr-stride.exp: New file.
18928
18929 2014-02-26 Pedro Alves <palves@redhat.com>
18930
18931 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18932 that won't ever trigger. Make sure that GDB reports the correct
18933 breakpoint that caused the stop.
18934
18935 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18936
18937 PR gdb/16626
18938 * gdb.base/auto-load-script: New file.
18939 * gdb.base/auto-load.c: New file.
18940 * gdb.base/auto-load.exp: New file.
18941
18942 PR gdb/16626
18943 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18944
18945 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18946
18947 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18948 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18949
18950 2014-02-24 Doug Evans <dje@google.com>
18951
18952 * lib/gdb.exp (run_on_host): Log error output if program fails.
18953
18954 2014-02-21 Pedro Alves <palves@redhat.com>
18955
18956 * gdb.threads/step-after-sr-lock.c: Rename to ...
18957 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18958 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18959 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18960 ... this.
18961
18962 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18963
18964 PR tdep/16397
18965 * gdb.arch/amd64-stap-special-operands.exp: New file.
18966 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18967 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18968 * gdb.arch/amd64-stap-triplet.S: Likewise.
18969 * gdb.arch/amd64-stap-triplet.c: Likewise.
18970
18971 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18972
18973 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18974 in .section pseudo-op.
18975
18976 2014-02-20 lin zuojian <manjian2006@gmail.com>
18977 Joel Brobecker <brobecker@adacore.com>
18978 Doug Evans <xdje42@gmail.com>
18979
18980 PR symtab/16581
18981 * gdb.dwarf2/dw2-icycle.S: New file.
18982 * gdb.dwarf2/dw2-icycle.c: New file.
18983 * gdb.dwarf2/dw2-icycle.exp: New file.
18984
18985 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18986
18987 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18988 operations on gdb.Value objects.
18989 * gdb.python/py-value-cc.exp: Add new test to test operations on
18990 gdb.Value objects.
18991
18992 2014-02-18 Doug Evans <dje@google.com>
18993
18994 * Makefile.in (TESTS): New variable.
18995 (expanded_tests, expanded_tests_or_none): New variables
18996 (check-single): Pass $(expanded_tests_or_none) to runtest.
18997 (check-parallel): Only run tests in $(TESTS) if non-empty.
18998 (check/no-matching-tests-found): New rule.
18999 * README: Document TESTS makefile variable.
19000
19001 2014-02-18 Doug Evans <dje@google.com>
19002
19003 * Makefile.in (check-parallel): rm -rf outputs temp.
19004
19005 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19006
19007 Fix "ERROR: no fileid for" in the testsuite.
19008 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19009
19010 2014-02-12 Doug Evans <dje@google.com>
19011
19012 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19013 (MISCELLANEOUS): New variable.
19014 (clean): rm -rf $(MISCELLANEOUS).
19015 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19016 dwp live in the same directory as symlinks, with each symlink pointed
19017 to a differently named file in a different directory.
19018
19019 2014-02-11 Doug Evans <dje@google.com>
19020
19021 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19022 of Tcl file commands.
19023
19024 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19025
19026 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19027 "kill -SIGUSR1 -1".
19028
19029 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19030
19031 * gdb.ada/tick_length_array_enum_idx: New testcase.
19032
19033 2014-02-10 Doug Evans <xdje42@gmail.com>
19034
19035 * configure.ac (AC_OUTPUT): Add gdb.guile.
19036 * configure: Regenerate.
19037 * lib/gdb-guile.exp: New file.
19038 * lib/gdb.exp (get_target_charset): New function.
19039 * gdb.base/help.exp: Update expected output from "apropos apropos".
19040 * gdb.guile/Makefile.in: New file.
19041 * gdb.guile/guile.exp: New file.
19042 * gdb.guile/scm-arch.c: New file.
19043 * gdb.guile/scm-arch.exp: New file.
19044 * gdb.guile/scm-block.c: New file.
19045 * gdb.guile/scm-block.exp: New file.
19046 * gdb.guile/scm-breakpoint.c: New file.
19047 * gdb.guile/scm-breakpoint.exp: New file.
19048 * gdb.guile/scm-disasm.c: New file.
19049 * gdb.guile/scm-disasm.exp: New file.
19050 * gdb.guile/scm-equal.c: New file.
19051 * gdb.guile/scm-equal.exp: New file.
19052 * gdb.guile/scm-error.exp: New file.
19053 * gdb.guile/scm-error.scm: New file.
19054 * gdb.guile/scm-frame-args.c: New file.
19055 * gdb.guile/scm-frame-args.exp: New file.
19056 * gdb.guile/scm-frame-args.scm: New file.
19057 * gdb.guile/scm-frame-inline.c: New file.
19058 * gdb.guile/scm-frame-inline.exp: New file.
19059 * gdb.guile/scm-frame.c: New file.
19060 * gdb.guile/scm-frame.exp: New file.
19061 * gdb.guile/scm-generics.exp: New file.
19062 * gdb.guile/scm-gsmob.exp: New file.
19063 * gdb.guile/scm-iterator.c: New file.
19064 * gdb.guile/scm-iterator.exp: New file.
19065 * gdb.guile/scm-math.c: New file.
19066 * gdb.guile/scm-math.exp: New file.
19067 * gdb.guile/scm-objfile-script-gdb.in: New file.
19068 * gdb.guile/scm-objfile-script.c: New file.
19069 * gdb.guile/scm-objfile-script.exp: New file.
19070 * gdb.guile/scm-objfile.c: New file.
19071 * gdb.guile/scm-objfile.exp: New file.
19072 * gdb.guile/scm-ports.exp: New file.
19073 * gdb.guile/scm-pretty-print.c: New file.
19074 * gdb.guile/scm-pretty-print.exp: New file.
19075 * gdb.guile/scm-pretty-print.scm: New file.
19076 * gdb.guile/scm-section-script.c: New file.
19077 * gdb.guile/scm-section-script.exp: New file.
19078 * gdb.guile/scm-section-script.scm: New file.
19079 * gdb.guile/scm-symbol.c: New file.
19080 * gdb.guile/scm-symbol.exp: New file.
19081 * gdb.guile/scm-symtab-2.c: New file.
19082 * gdb.guile/scm-symtab.c: New file.
19083 * gdb.guile/scm-symtab.exp: New file.
19084 * gdb.guile/scm-type.c: New file.
19085 * gdb.guile/scm-type.exp: New file.
19086 * gdb.guile/scm-value-cc.cc: New file.
19087 * gdb.guile/scm-value-cc.exp: New file.
19088 * gdb.guile/scm-value.c: New file.
19089 * gdb.guile/scm-value.exp: New file.
19090 * gdb.guile/source2.scm: New file.
19091 * gdb.guile/types-module.cc: New file.
19092 * gdb.guile/types-module.exp: New file.
19093
19094 2014-02-10 Yao Qi <yao@codesourcery.com>
19095
19096 PR testsuite/16543
19097 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19098 * configure: Regenerated.
19099 * Makefile.in: New file.
19100
19101 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19102
19103 * gdb.python/py-framefilter.exp: Fix typo.
19104
19105 2014-02-08 Yao Qi <yao@codesourcery.com>
19106
19107 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19108 that no =breakpoint-modified is emitted when breakpoints are
19109 modified through MI commands.
19110
19111 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19112 Pedro Alves <palves@redhat.com>
19113
19114 * gdb.threads/step-after-sr-lock.c: New file.
19115 * gdb.threads/step-after-sr-lock.exp: New file.
19116
19117 2014-02-07 Pedro Alves <palves@redhat.com>
19118
19119 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19120
19121 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19122
19123 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19124 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19125
19126 2014-02-06 Doug Evans <xdje42@gmail.com>
19127
19128 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19129 output.
19130
19131 * gdb.gdb/python-interrupts.exp: New file.
19132
19133 2014-02-05 Yao Qi <yao@codesourcery.com>
19134
19135 * gdb.trace/report.exp (use_collected_data): Test the output
19136 of "info threads" and "info inferiors".
19137
19138 2014-02-05 Yao Qi <yao@codesourcery.com>
19139
19140 Revert this patch:
19141
19142 2013-05-24 Yao Qi <yao@codesourcery.com>
19143
19144 * gdb.trace/tfile.exp: Test inferior and thread.
19145
19146 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19147
19148 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19149 on a function.
19150 * gdb.base/step-bt.c: Call hello via function pointer to make
19151 sure its first instruction is executed on powerpc64le-linux.
19152
19153 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19154
19155 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19156
19157 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19158
19159 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19160 of the test patterns for use on little-endian systems.
19161
19162 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19163
19164 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19165 (decimal_vector): Fix for little-endian.
19166
19167 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19168
19169 * gdb.arch/sparc-sysstep.exp: New file.
19170 * gdb.arch/sparc-sysstep.c: Likewise.
19171
19172 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19173
19174 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19175
19176 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19177
19178 2014-01-23 Tom Tromey <tromey@redhat.com>
19179
19180 * gdb.ada/array_char_idx: New testcase.
19181
19182 2014-01-23 Tom Tromey <tromey@redhat.com>
19183
19184 PR python/16487:
19185 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19186 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19187 classes.
19188
19189 2014-01-23 Tom Tromey <tromey@redhat.com>
19190
19191 PR python/16491:
19192 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19193 string from an inferior frame.
19194 * gdb.python/py-framefilter-mi.exp: Update.
19195
19196 2014-01-22 Doug Evans <dje@google.com>
19197
19198 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19199
19200 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19201
19202 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19203
19204 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19205
19206 * gdb.trace/entry-values.exp: Remove excess space character from
19207 regex patterns. Handle s390 call instruction.
19208
19209 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19210
19211 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19212 define "*_start" label. Make "name" static.
19213 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19214 ${name} by references to ${name}_start.
19215
19216 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19217
19218 * gdb.base/info-macros.exp: Remove "debug" from the compile
19219 options.
19220
19221 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19222
19223 * gdb.dlang/demangle.exp: New file.
19224
19225 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19226
19227 * gdb.dlang/primitive-types.exp: New file.
19228
19229 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19230
19231 * configure.ac: Create gdb.dlang/Makefile.
19232 * configure: Regenerate.
19233 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19234 * gdb.dlang/Makefile.in: New file.
19235 * lib/d-support.exp: New file.
19236 * lib/gdb.exp (skip_d_tests): New proc.
19237
19238 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19239
19240 * gdb.btrace/delta.exp: Check reverse stepi.
19241 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19242 * gdb.btrace/finish.exp: New.
19243 * gdb.btrace/next.exp: New.
19244 * gdb.btrace/nexti.exp: New.
19245 * gdb.btrace/record_goto.c: Add comments.
19246 * gdb.btrace/step.exp: New.
19247 * gdb.btrace/stepi.exp: New.
19248 * gdb.btrace/multi-thread-step.c: New.
19249 * gdb.btrace/multi-thread-step.exp: New.
19250 * gdb.btrace/rn-dl-bind.c: New.
19251 * gdb.btrace/rn-dl-bind.exp: New.
19252 * gdb.btrace/data.c: New.
19253 * gdb.btrace/data.exp: New.
19254 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19255
19256 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19257
19258 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19259 * gdb.btrace/exception.exp: Update.
19260 * gdb.btrace/instruction_history.exp: Update.
19261 * gdb.btrace/record_goto.exp: Update.
19262 * gdb.btrace/tailcall.exp: Update.
19263 * gdb.btrace/unknown_functions.exp: Update.
19264 * gdb.btrace/delta.exp: New.
19265
19266 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19267
19268 * gdb.btrace/record_goto.exp: Add backtrace test.
19269 * gdb.btrace/tailcall.exp: Add backtrace test.
19270
19271 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19272
19273 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19274 * gdb.btrace/record_goto.c: New.
19275 * gdb.btrace/record_goto.exp: New.
19276 * gdb.btrace/x86-record_goto.S: New.
19277
19278 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19279
19280 * gdb.btrace/function_call_history.exp: Update tests.
19281 * gdb.btrace/instruction_history.exp: Update tests.
19282
19283 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19284
19285 * gdb.btrace/function_call_history.exp: Fix expected field
19286 order for "record function-call-history".
19287 Add new tests for "record function-call-history /c".
19288 * gdb.btrace/exception.cc: New.
19289 * gdb.btrace/exception.exp: New.
19290 * gdb.btrace/tailcall.exp: New.
19291 * gdb.btrace/x86-tailcall.S: New.
19292 * gdb.btrace/x86-tailcall.c: New.
19293 * gdb.btrace/unknown_functions.c: New.
19294 * gdb.btrace/unknown_functions.exp: New.
19295 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19296
19297 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19298
19299 * gdb.btrace/instruction_history.exp: Update.
19300 * gdb.btrace/function_call_history.exp: Update.
19301
19302 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19303
19304 * gdb.btrace/function_call_history.exp: Fix expected function
19305 trace.
19306 * gdb.btrace/instruction_history.exp: Initialize traced.
19307 Remove traced_functions.
19308
19309 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19310
19311 * gdb.btrace/function_call_history.exp: Update
19312 * gdb.btrace/instruction_history.exp: Update.
19313
19314 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19315
19316 * gdb.btrace/enable.exp: Update expected text.
19317
19318 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19319
19320 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19321 bytes.
19322
19323 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19324
19325 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19326
19327 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19328
19329 * lib/gdb.exp (supports_process_record): Return true for
19330 arm*-linux*. (supports_reverse): Likewise.
19331
19332 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19333
19334 PR python/15464
19335 PR python/16113
19336 * gdb.python/py-type.c: Enhance test case.
19337 * gdb.python/py-value-cc.cc: Likewise
19338 * gdb.python/py-type.exp: Add new tests.
19339 * gdb.python/py-value-cc.exp: Likewise
19340
19341 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19342 Pedro Alves <palves@redhat.com>
19343
19344 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19345 Make "name" extern.
19346 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19347 references to ${name}_start by references to ${name}.
19348
19349 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19350
19351 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19352
19353 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19354
19355 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19356
19357 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19358 Pedro Alves <palves@redhat.com>
19359
19360 * gdb.mi/mi-info-os.exp: Connect to the target with
19361 mi_gdb_target_load.
19362
19363 2014-01-08 Pedro Alves <palves@redhat.com>
19364
19365 * gdb.threads/reconnect-signal.c: New file.
19366 * gdb.threads/reconnect-signal.exp: New file.
19367
19368 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19369
19370 * gdb.base/source-dir.exp: New file.
19371
19372 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19373
19374 * gdb.ada/mi_interface: New testcase.
19375
19376 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19377
19378 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19379 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19380 gdb.ada/pp-rec-component/pck.ads: New files.
19381
19382 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19383
19384 * gdb.python/py-pp-integral.c: New file.
19385 * gdb.python/py-pp-integral.py: New file.
19386 * gdb.python/py-pp-integral.exp: New file.
19387
19388 For older changes see ChangeLog-1993-2013.
19389 \f
19390 ;; Local Variables:
19391 ;; mode: change-log
19392 ;; left-margin: 8
19393 ;; fill-column: 74
19394 ;; version-control: never
19395 ;; End:
19396
19397 Copyright 2014-2020 Free Software Foundation, Inc.
19398 Copying and distribution of this file, with or without modification,
19399 are permitted provided the copyright notice and this notice are preserved.
This page took 0.491176 seconds and 5 git commands to generate.