Fix/improve 'help CLASS' output
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.base/alias.exp: Update help output check.
4
5 c2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6
7 * gdb.base/default.exp: Update output following fixes.
8
9 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10
11 * gdb.base/alias.exp: Test aliases starting with a prefix of
12 another alias.
13
14 2020-05-15 Gary Benson <gbenson@redhat.com>
15
16 * gdb.base/info-os.c (main): Add return statement.
17 * gdb.base/info_minsym.c (minsym_fun): Likewise.
18 * gdb.base/large-frame-2.c (func): Likewise.
19 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
20 * gdb.base/pr10179-b.c (foo2): Likewise.
21 * gdb.base/valgrind-disp-step.c (foo): Likewise.
22 * gdb.base/watch-cond.c (func): Likewise.
23 * gdb.multi/goodbye.c (verylongfun): Likewise.
24 * gdb.multi/hello.c (commonfun): Likewise.
25 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
26 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
27 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
28 Likewise.
29 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
30 * gdb.threads/interrupt-while-step-over.c (child_function):
31 Likewise.
32 * gdb.trace/actions-changed.c (end): Likewise.
33
34 2020-05-15 Gary Benson <gbenson@redhat.com>
35
36 * gdb.opencl/callfuncs.exp: Report when test skipped.
37 * gdb.opencl/convs_casts.exp: Likewise.
38 * gdb.opencl/datatypes.exp: Likewise.
39 * gdb.opencl/operators.exp: Likewise.
40 * gdb.opencl/vec_comps.exp: Likewise.
41
42 2020-05-15 Tom de Vries <tdevries@suse.de>
43
44 * gdb.base/align.exp.in: Rename to ...
45 * gdb.base/align.exp.tcl: ... this.
46 * gdb.base/align-c++.exp: Update.
47 * gdb.base/align-c.exp: Update.
48 * gdb.base/all-architectures.exp.in: Rename to ...
49 * gdb.base/all-architectures.exp: ... this.
50 * gdb.base/all-architectures-0.exp: Update.
51 * gdb.base/all-architectures-1.exp: Update.
52 * gdb.base/all-architectures-2.exp: Update.
53 * gdb.base/all-architectures-3.exp: Update.
54 * gdb.base/all-architectures-4.exp: Update.
55 * gdb.base/all-architectures-5.exp: Update.
56 * gdb.base/all-architectures-6.exp: Update.
57 * gdb.base/all-architectures-7.exp: Update.
58 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
59 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
60 * gdb.base/infcall-nested-structs-c++.exp: Update.
61 * gdb.base/infcall-nested-structs-c.exp: Update.
62 * gdb.base/info-types.exp.in: Rename to ...
63 * gdb.base/info-types.exp.tcl: ... this.
64 * gdb.base/info-types-c++.exp: Update.
65 * gdb.base/info-types-c.exp: Update.
66 * gdb.base/max-depth.exp.in: Rename to ...
67 * gdb.base/max-depth.exp.tcl: ... this.
68 * gdb.base/max-depth-c++.exp: Update.
69 * gdb.base/max-depth-c.exp: Update.
70 * gdb.cp/cpexprs.exp.in: Rename to ...
71 * gdb.cp/cpexprs.exp.tcl: ... this.
72 * gdb.cp/cpexprs-debug-types.exp: Update.
73 * gdb.cp/cpexprs.exp: Update.
74 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
75 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
76 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
77 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
78 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
79 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
80 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
81 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
82 * gdb.dwarf2/clang-debug-names-2.exp: Update.
83 * gdb.dwarf2/clang-debug-names.exp: Update.
84
85 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
86
87 * lib/check-test-names.exp: Remove code that prevents this file
88 loading when tests are run in parallel.
89
90 2020-05-15 Pedro Alves <palves@redhat.com>
91
92 * gdb.multi/multi-kill.exp (start_inferior): Remove
93 'testpid' parameter. Refer to namespace variable directly.
94 (testpid): Declare as namespace variable.
95
96 2020-05-15 Pedro Alves <palves@redhat.com>
97
98 * gdb.multi/multi-kill.exp: Wrap in namespace.
99 (start_inferior): Add TESTPID parameter. Use it instead of the
100 testpid global.
101 (top level): Define empty TESTPID array, and pass it down to
102 start_inferior.
103
104 2020-05-14 Tom de Vries <tdevries@suse.de>
105
106 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
107 output.
108
109 2020-05-14 Tom de Vries <tdevries@suse.de>
110
111 * gdb.base/align.exp: Split into ...
112 * gdb.base/align.exp.in: ...
113 * gdb.base/align-c++.exp: ...
114 * gdb.base/align-c.exp: ... these.
115 * gdb.base/infcall-nested-structs.exp: Split into ...
116 * gdb.base/infcall-nested-structs.exp.in: ...
117 * gdb.base/infcall-nested-structs-c++.exp: ...
118 * gdb.base/infcall-nested-structs-c.exp: ... these.
119 * gdb.base/info-types.exp: Split into ...
120 * gdb.base/info-types.exp.in: ...
121 * gdb.base/info-types-c++.exp: ...
122 * gdb.base/info-types-c.exp: ... these.
123 * gdb.base/max-depth.exp: Split into ...
124 * gdb.base/max-depth.exp.in: ...
125 * gdb.base/max-depth-c++.exp: ...
126 * gdb.base/max-depth-c.exp: ... these.
127 * gdb.cp/infcall-nodebug.exp: Split into ...
128 * gdb.cp/infcall-nodebug.exp.in: ...
129 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
130 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
131 * gdb.cp/infcall-nodebug-c-d0.exp: ...
132 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
133
134 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
135 Pedro Alves <palves@redhat.com>
136
137 * gdb.multi/multi-exit.c: New file.
138 * gdb.multi/multi-exit.exp: New file.
139 * gdb.multi/multi-kill.c: New file.
140 * gdb.multi/multi-kill.exp: New file.
141
142 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
143
144 * gdb.base/annota1.exp: Update the expected output.
145 * gdb.cp/annota2.exp: Ditto.
146
147 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * lib/check-test-names.exp: Disable when testing is being run in
150 parallel.
151
152 2020-05-12 Tom de Vries <tdevries@suse.de>
153
154 * gdb.base/jit-elf.exp: Fix string concat.
155
156 2020-05-12 Tom de Vries <tdevries@suse.de>
157
158 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
159 messages.
160
161 2020-05-12 Tom de Vries <tdevries@suse.de>
162
163 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
164
165 2020-05-12 Tom de Vries <tdevries@suse.de>
166
167 * gdb.ada/catch_ex.exp: Use with_test_prefix.
168 * gdb.ada/mi_catch_ex.exp: Same.
169 * gdb.ada/mi_catch_ex_hand.exp: Same.
170
171 2020-05-12 Tom de Vries <tdevries@suse.de>
172
173 * gdb.fortran/complex.exp: Use with_test_prefix.
174
175 2020-05-12 Tom de Vries <tdevries@suse.de>
176
177 * gdb.trace/passcount.exp: Fix test-names.
178
179 2020-05-12 Tom de Vries <tdevries@suse.de>
180
181 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
182
183 2020-05-12 Tom de Vries <tdevries@suse.de>
184
185 * gdb.gdb/complaints.exp: Use with_test_prefix.
186 * gdb.xml/tdesc-regs.exp: Same.
187 * gdb.opt/inline-locals.exp: Fix test name.
188
189 2020-05-12 Tom de Vries <tdevries@suse.de>
190
191 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
192 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
193 * gdb.dwarf2/implref-struct.exp: Same.
194 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
195 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
196
197 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
198
199 * gdb.base/jit-so.exp (one_jit_test): Change test name.
200
201 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 * lib/check-test-names.exp (all_test_names): New module variable.
204 (counts): Add 'duplicates' field.
205 (_check_duplicates): New procedure.
206 (check): Also check for duplicates.
207 (do_log_summary): Print duplicates count.
208 (do_reset_vars): Reset counter for duplicate test names, and
209 discard all know test names.
210
211 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * lib/gdb.exp: Include check-test-names.exp library.
214 * lib/check-test-names.exp: New file.
215
216 2020-05-11 Tom de Vries <tdevries@suse.de>
217
218 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
219
220 2020-05-11 Keith Seitz <keiths@redhat.com>
221
222 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
223
224 2020-05-11 Tom de Vries <tdevries@suse.de>
225
226 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
227 * gdb.cp/cpexprs.exp.in: .. here.
228 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
229 cpexprs.exp.
230
231 2020-05-11 Keith Seitz <keiths@redhat.com>
232
233 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
234 test names.
235 * gdb.ada/arrayptr.exp: Likewise.
236 * gdb.ada/assign_arr.exp: Likewise.
237 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
238 * gdb.ada/bp_on_var.exp: Likewise.
239 * gdb.ada/call_pn.exp: Likewise.
240 * gdb.ada/complete.exp: Likewise.
241 * gdb.ada/fun_overload_menu.exp: Likewise.
242 * gdb.ada/funcall_param.exp: Likewise.
243 * gdb.ada/funcall_ref.exp: Likewise.
244 * gdb.ada/packed_array_assign.exp: Likewise.
245 * gdb.ada/same_component_name.exp: Likewise.
246 * gdb.ada/type_coercion.exp: Likewise.
247 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
248 * gdb.ada/variant_record_packed_array.exp: Likewise.
249
250 2020-05-11 Tom de Vries <tdevries@suse.de>
251
252 PR symtab/25941
253 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
254 out of ...
255 * gdb.dwarf2/clang-debug-names.exp: ... here.
256 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
257 clang-debug-names.exp.in.
258 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
259 * gdb.dwarf2/clang-debug-names-2.c: New test.
260
261 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
262
263 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
264 (fortran_runto_main): New Proc, fortran version of runto_main.
265 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
266 * gdb.fortran/array-bounds.exp: Likewise.
267 * gdb.fortran/array-slices.exp: Likewise.
268 * gdb.fortran/block-data.exp: Likewise.
269 * gdb.fortran/charset.exp: Likewise.
270 * gdb.fortran/common-block.exp: Likewise.
271 * gdb.fortran/complex.exp: Likewise.
272 * gdb.fortran/derived-type-function.exp: Likewise.
273 * gdb.fortran/derived-type.exp: Likewise.
274 * gdb.fortran/info-modules.exp: Likewise.
275 * gdb.fortran/info-types.exp: Likewise.
276 * gdb.fortran/intrinsics.exp: Likewise.
277 * gdb.fortran/library-module.exp: Likewise.
278 * gdb.fortran/logical.exp: Likewise.
279 * gdb.fortran/max-depth.exp: Likewise.
280 * gdb.fortran/module.exp: Likewise.
281 * gdb.fortran/multi-dim.exp: Likewise.
282 * gdb.fortran/nested-funcs.exp: Likewise.
283 * gdb.fortran/print-formatted.exp: Likewise.
284 * gdb.fortran/print_type.exp: Likewise.
285 * gdb.fortran/printing-types.exp: Likewise.
286 * gdb.fortran/ptr-indentation.exp: Likewise.
287 * gdb.fortran/ptype-on-functions.exp: Likewise.
288 * gdb.fortran/subarray.exp: Likewise.
289 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
290 * gdb.fortran/vla-datatypes.exp: Likewise.
291 * gdb.fortran/vla-history.exp: Likewise.
292 * gdb.fortran/vla-ptr-info.exp: Likewise.
293 * gdb.fortran/vla-ptype-sub.exp: Likewise.
294 * gdb.fortran/vla-ptype.exp: Likewise.
295 * gdb.fortran/vla-sizeof.exp: Likewise.
296 * gdb.fortran/vla-type.exp: Likewise.
297 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
298 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
299 * gdb.fortran/vla-value-sub.exp: Likewise.
300 * gdb.fortran/vla-value.exp: Likewise.
301 * gdb.fortran/whatis_type.exp: Likewise.
302 * gdb.mi/mi-var-child-f.exp: Likewise.
303
304 2020-05-09 Tom de Vries <tdevries@suse.de>
305
306 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
307
308 2020-05-08 Tom de Vries <tdevries@suse.de>
309
310 * gdb.dwarf2/clang-debug-names.c: New test.
311 * gdb.dwarf2/clang-debug-names.exp: New file.
312
313 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
314
315 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
316 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
317
318 2020-05-06 Tom de Vries <tdevries@suse.de>
319
320 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
321 breakpoint is at a "recommended breakpoint location".
322 * gdb.reverse/consecutive-reverse.exp: Same.
323
324 2020-05-06 Tom de Vries <tdevries@suse.de>
325
326 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
327 address.
328
329 2020-05-06 Tom de Vries <tdevries@suse.de>
330
331 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
332
333 2020-05-06 Tom de Vries <tdevries@suse.de>
334
335 * gdb.base/store.exp (check_set, up_set): Allowing missing location
336 info for r.
337
338 2020-05-06 Tom de Vries <tdevries@suse.de>
339
340 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
341 necessary.
342
343 2020-05-06 Tom de Vries <tdevries@suse.de>
344
345 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
346 void.
347
348 2020-05-06 Tom de Vries <tdevries@suse.de>
349
350 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
351 of ...
352 * gdb.base/async.exp: ... here.
353 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
354 "recommended breakpoint location".
355
356 2020-05-06 Tom de Vries <tdevries@suse.de>
357
358 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
359
360 2020-05-04 Tom de Vries <tdevries@suse.de>
361
362 * gdb.base/async.exp: Check whether instruction addresses are a
363 "recommended breakpoint location".
364
365 2020-05-03 Tom Tromey <tom@tromey.com>
366
367 * gdb.base/sepdebug.exp: Remove "catch" test.
368 * gdb.base/break.exp: Remove "catch" test.
369 * gdb.base/default.exp: Update expected output.
370
371 2020-05-02 Tom de Vries <tdevries@suse.de>
372
373 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
374 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
375 * gdb.arch/i386-mpx-map.exp: Same.
376 * gdb.arch/i386-mpx-sigsegv.exp: Same.
377 * gdb.arch/i386-mpx-simple_segv.exp: Same.
378 * gdb.arch/i386-mpx.exp: Same.
379
380 2020-05-02 Tom de Vries <tdevries@suse.de>
381
382 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
383
384 2020-05-01 Tom de Vries <tdevries@suse.de>
385
386 * gdb.ada/operator_bp.exp: Allow more than required amount of
387 breakpoint.
388
389 2020-05-01 Tom de Vries <tdevries@suse.de>
390
391 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
392
393 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
394
395 PR gdb/18706
396 * gdb.cp/stub-array-size.cc: New test.
397 * gdb.cp/stub-array-size.exp: New file.
398 * gdb.cp/stub-array-size.h: New test.
399 * gdb.cp/stub-array-size2.cc: New test.
400
401 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
402
403 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
404 output to the new format.
405
406 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
407
408 * gdb.base/break.exp: Use with_test_prefix.
409
410 2020-04-29 Tom de Vries <tdevries@suse.de>
411
412 * lib/gdb.exp (debug_types): New proc.
413 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
414 * gdb.python/py-symtab.exp: Same.
415
416 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
417
418 PR gdb/17320
419 * gdb.base/pretty-array.c: New test.
420 * gdb.base/pretty-array.exp: New file.
421
422 2020-04-29 Tom de Vries <tdevries@suse.de>
423
424 PR symtab/25889
425 * gdb.cp/cpexprs.exp: Adapt for inclusion.
426 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
427 and include cpexprs.exp.
428
429 2020-04-28 Mark Williams <mark@myosotissp.com>
430
431 PR gdb/24480
432 * dw4-toplevel-types.exp: Test for top level types.
433 * dw4-toplevel-types.cc: Test for top level types.
434
435 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
436
437 * gdb.threads/stop-with-handle.exp: Fix typo in comment
438 (theads -> threads).
439
440 2020-04-28 Tom de Vries <tdevries@suse.de>
441
442 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
443
444 2020-04-28 Tom de Vries <tdevries@suse.de>
445
446 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
447
448 2020-04-28 Tom de Vries <tdevries@suse.de>
449
450 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
451
452 2020-04-28 Tom de Vries <tdevries@suse.de>
453
454 * gdb.dwarf2/main-foo.c: New test.
455 * gdb.dwarf2/struct-with-sig.exp: New file.
456
457 2020-04-25 Tom de Vries <tdevries@suse.de>
458
459 * boards/debug-types.exp: New file.
460
461 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
464
465 2020-04-24 Tom Tromey <tom@tromey.com>
466
467 PR symtab/12707:
468 * gdb.python/py-symbol.exp: Update expected results for
469 linkage_name test.
470 * gdb.cp/print-demangle.exp: New file.
471 * gdb.base/c-linkage-name.exp: Fix test.
472 * gdb.guile/scm-symbol.exp: Update expected results for
473 linkage_name test.
474
475 2020-04-24 Tom Tromey <tom@tromey.com>
476
477 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
478 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
479 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
480 assembler.
481
482 2020-04-24 Tom de Vries <tdevries@suse.de>
483
484 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
485 C++.
486
487 2020-04-24 Tom Tromey <tromey@adacore.com>
488
489 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
490 values.
491 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
492 values. Update test for minimal encodings.
493 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
494 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
495 values. Update test for minimal encodings.
496
497 2020-04-24 Tom Tromey <tromey@adacore.com>
498
499 PR python/23662:
500 * gdb.ada/variant.exp: Add Python checks.
501 * gdb.rust/simple.exp: Add dynamic type checks.
502
503 2020-04-24 Tom Tromey <tromey@adacore.com>
504
505 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
506 Make array type matching more lax.
507 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
508 * gdb.ada/mi_variant.exp: New file.
509 * gdb.ada/mi_variant/pck.ads: New file.
510 * gdb.ada/mi_variant/pkg.adb: New file.
511 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
512 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
513
514 2020-04-24 Tom Tromey <tromey@adacore.com>
515
516 * gdb.ada/variant.exp: Add dynamic field offset tests.
517 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
518 * gdb.ada/variant/pkg.adb: Add new variables.
519
520 2020-04-24 Tom Tromey <tromey@adacore.com>
521
522 * gdb.ada/variant.exp: New file
523 * gdb.ada/variant/pkg.adb: New file
524 * gdb.ada/variant/pck.adb: New file
525
526 2020-04-24 Tom de Vries <tdevries@suse.de>
527
528 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
529
530 2020-04-24 Tom de Vries <tdevries@suse.de>
531
532 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
533 flags.
534
535 2020-04-24 Tom de Vries <tdevries@suse.de>
536
537 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
538
539 2020-04-24 Tom de Vries <tdevries@suse.de>
540
541 * lib/gdb.exp (default_gdb_start): Handle eof.
542 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
543 failure.
544 * gdb.base/readnever.exp: Handle clean_restart failure.
545
546 2020-04-23 Tom de Vries <tdevries@suse.de>
547
548 * gdb.base/decl-before-def.exp: Run to main and print a again.
549
550 2020-04-23 Tom de Vries <tdevries@suse.de>
551
552 * gdb.base/decl-before-def-decl.c: New test.
553 * gdb.base/decl-before-def-def.c: New test.
554 * gdb.base/decl-before-def.exp: New file.
555
556 2020-04-23 Tom de Vries <tdevries@suse.de>
557
558 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
559
560 2020-04-22 Tom de Vries <tdevries@suse.de>
561
562 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
563 debug_info_offset.
564 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
565 before $objsfile in the line line.
566
567 2020-04-22 Tom de Vries <tdevries@suse.de>
568
569 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
570
571 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
572
573 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
574 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
575 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
576 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
577 * gdb.base/jit-protocol.h: Update definitions to match all usage
578 contexts.
579
580 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
581
582 * gdb.base: Rename all jit related test and source files.
583
584 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
585
586 * gdb.base/jit-reader.exp: Relax register output check.
587
588 2020-04-22 Tom de Vries <tdevries@suse.de>
589
590 PR symtab/25764
591 * gdb.base/psym-external-decl-2.c: New test.
592 * gdb.base/psym-external-decl.c: New test.
593 * gdb.base/psym-external-decl.exp: New file.
594 * gdb.threads/tls.exp: Add PR25807 kfail.
595
596 2020-04-22 Tom de Vries <tdevries@suse.de>
597
598 PR symtab/25801
599 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
600 in "info source" output.
601
602 2020-04-22 Tom de Vries <tdevries@suse.de>
603
604 PR symtab/25700
605 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
606 symtab for imported_unit.c.
607
608 2020-04-21 Gary Benson <gbenson@redhat.com>
609
610 * gdb.base/advance.c (func): New argument, to match call site.
611 (func2, func3): Add return statements.
612
613 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
614
615 * gdb.multi/run-only-second-inf.c: New file.
616 * gdb.multi/run-only-second-inf.exp: New file.
617
618 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
619
620 * gdb.btrace/multi-inferior.c: New test.
621 * gdb.btrace/multi-inferior.exp: New file.
622
623 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
624
625 * gdb.btrace/enable-new-thread.c: New test.
626 * gdb.btrace/enable-new-thread.exp: New file.
627
628 2020-04-21 Tom de Vries <tdevries@suse.de>
629
630 PR gdb/25471
631 * gdb.threads/killed-outside.c: New test.
632 * gdb.threads/killed-outside.exp: New file.
633
634 2020-04-20 Gary Benson <gbenson@redhat.com>
635
636 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
637 * gdb.base/nested-subp2.exp: Likewise.
638 * gdb.base/nested-subp3.exp: Likewise.
639
640 2020-04-20 Gary Benson <gbenson@redhat.com>
641
642 * gdb.base/nested-subp1.exp: Disable test when using clang.
643 * gdb.base/nested-subp2.exp: Likewise.
644 * gdb.base/nested-subp3.exp: Likewise.
645
646 2020-04-20 Gary Benson <gbenson@redhat.com>
647
648 * gdb.cp/exception.cc: Fix compilation error with clang.
649
650 2020-04-20 Gary Benson <gbenson@redhat.com>
651
652 * gdb.trace/tspeed.c: Fix compilation error with clang.
653
654 2020-04-20 Gary Benson <gbenson@redhat.com>
655
656 * gdb.base/jit-main.c: Fix compilation error with clang.
657
658 2020-04-17 Kamil Rytarowski <n54@gmx.com>
659
660 * gdb.base/attach-twice.c: Include "sys/types.h".
661 (PTRACE_ATTACH): Add fallback definition.
662 (main): Pass `0' to the 4th argument of `ptrace'.
663
664 2020-04-17 Kamil Rytarowski <n54@gmx.com>
665
666 * gdb.base/fork-running-state.c: Include "signal.h".
667
668 2020-04-17 Tom Tromey <tromey@adacore.com>
669
670 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
671 Update tests.
672 * gdb.btrace/cpu.exp: Update tests.
673 * gdb.base/maint.exp: Update tests.
674 * gdb.base/default.exp: Update tests.
675 * gdb.base/completion.exp: Update tests.
676
677 2020-04-16 Tom de Vries <tdevries@suse.de>
678
679 PR symtab/25791
680 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
681 (ensure_gdb_index): and factor out and move ...
682 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
683 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
684
685 2020-04-16 Tom de Vries <tdevries@suse.de>
686
687 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
688 loading exec.
689
690 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
691
692 * gdb.base/many-completions.exp: New file.
693
694 2020-04-14 Tom de Vries <tdevries@suse.de>
695
696 PR symtab/25718
697 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
698
699 2020-04-14 Tom de Vries <tdevries@suse.de>
700
701 PR symtab/25720
702 * gdb.base/maint-expand-symbols-header-file.c: New test.
703 * gdb.base/maint-expand-symbols-header-file.exp: New file.
704 * gdb.base/maint-expand-symbols-header-file.h: New test.
705
706 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
709 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
710 get_func_info.
711 (get_func_info): Delete.
712 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
713 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
714 * lib/dwarf.exp (get_func_info): New function.
715
716 2020-04-13 Tom de Vries <tdevries@suse.de>
717
718 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
719 to what find_gnatmake does.
720
721 2020-04-10 Tom de Vries <tdevries@suse.de>
722
723 * gdb.base/style.exp: Expect "Expanding full symbols" message for
724 -readnow.
725
726 2020-04-10 Tom de Vries <tdevries@suse.de>
727
728 PR cli/25808
729 * gdb.base/style.c: Add leading newlines.
730 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
731 Check listing of main's one-line body.
732
733 2020-04-08 Tom de Vries <tdevries@suse.de>
734
735 * lib/gdb.exp (psymtabs_p): New proc.
736 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
737 importing unit" unsupported if there are no partial symbols.
738
739 2020-04-08 Tom de Vries <tdevries@suse.de>
740
741 PR testsuite/25760
742 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
743
744 2020-04-07 Tom de Vries <tdevries@suse.de>
745
746 PR symtab/25796
747 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
748
749 2020-04-07 Tom de Vries <tdevries@suse.de>
750
751 * gdb.base/check-psymtab.c: New test.
752 * gdb.base/check-psymtab.exp: New file.
753
754 2020-04-06 Tom Tromey <tromey@adacore.com>
755
756 * gdb.ada/variant-record/proc.adb: New file.
757 * gdb.ada/variant-record/value.adb: New file.
758 * gdb.ada/variant-record/value.s: New file.
759 * gdb.ada/variant-record.exp: New file.
760
761 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
762
763 PR gdb/25325
764 * gdb.cp/typed-enum.cc: New test.
765 * gdb.cp/typed-enum.exp: New file.
766
767 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
768
769 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
770 * gdb.dwarf2/dw2-inline-small-func.c: New file.
771 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
772 * gdb.dwarf2/dw2-inline-small-func.h: New file.
773 * gdb.opt/inline-small-func.c: New file.
774 * gdb.opt/inline-small-func.exp: New file.
775 * gdb.opt/inline-small-func.h: New file.
776
777 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
778
779 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
780 function.
781
782 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 * lib/dwarf.exp (function_range): Allow compiler options to be
785 specified.
786
787 2020-04-02 Tom de Vries <tdevries@suse.de>
788
789 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
790 __attribute__((always_inline)).
791 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
792
793 2020-04-02 Tom de Vries <tdevries@suse.de>
794
795 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
796 (gdbserver_gdb_exit): ... here. Add timeout warning.
797 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
798 (connect_target_extended_remote): Append new server_spawn_id to
799 server_spawn_ids.
800 (cleanup): New proc.
801 (setup, <toplevel>): Call cleanup.
802
803 2020-04-02 Tom de Vries <tdevries@suse.de>
804
805 * gdb.base/main-psymtab.exp: New file.
806
807 2020-04-02 Tom de Vries <tdevries@suse.de>
808
809 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
810
811 2020-04-01 Tom Tromey <tom@tromey.com>
812
813 * gdb.base/complex-parts.exp: Add type tests.
814
815 2020-04-01 Tom Tromey <tom@tromey.com>
816
817 * gdb.base/complex-parts.exp: Add arithmetic tests.
818
819 2020-04-01 Tom Tromey <tom@tromey.com>
820
821 * gdb.compile/compile.exp: Update.
822 * gdb.compile/compile-cplus.exp: Update.
823 * gdb.base/varargs.exp: Update.
824 * gdb.base/floatn.exp: Update.
825 * gdb.base/endianity.exp: Update.
826 * gdb.base/callfuncs.exp (do_function_calls): Update.
827 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
828 (complex_float_integral_args): Update.
829 * gdb.base/complex.exp: Update.
830 * gdb.base/complex-parts.exp: Update.
831
832 2020-04-01 Tom Tromey <tromey@adacore.com>
833
834 * gdb.rust/union.rs: New file.
835 * gdb.rust/union.exp: New file.
836 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
837 (main): Update.
838 * gdb.rust/simple.exp: Move union tests to union.exp.
839
840 2020-04-01 Tom Tromey <tromey@adacore.com>
841
842 * gdb.rust/simple.rs (main): Remove "y0".
843
844 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
845
846 * gdb.multi/stop-all-on-exit.c: New test.
847 * gdb.multi/stop-all-on-exit.exp: New file.
848
849 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
850
851 PR gdb/24789
852 * gdb.cp/misc.cc: Add integer reference variable.
853 * gdb.cp/misc.exp: Add test.
854
855 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
856
857 * gdb.server/stop-reply-no-thread.exp: Enhance the test
858 scenario to cover execution until the end and also the case
859
860 2020-03-31 Tom de Vries <tdevries@suse.de>
861
862 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
863 c. Use "maint info symtabs" to check symtab expansion.
864
865 2020-03-30 Tom de Vries <tdevries@suse.de>
866
867 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
868 unsupported.
869 (verify_psymtab_expanded): Move ...
870 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
871 test.
872 (readnow): New proc.
873
874 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
877 with $hex.
878
879 2020-03-20 Tom Tromey <tromey@adacore.com>
880
881 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
882
883 2020-03-20 Tom Tromey <tromey@adacore.com>
884
885 * gdb.ada/sub_variant/subv.adb: New file.
886 * gdb.ada/sub_variant.exp: New file.
887
888 2020-03-20 Tom de Vries <tdevries@suse.de>
889
890 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
891 first break fails.
892 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
893
894 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * gdb.server/exit-multiple-threads.c: New file.
897 * gdb.server/exit-multiple-threads.exp: New file.
898
899 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 * gdb.fortran/mixed-lang-stack.c: New file.
902 * gdb.fortran/mixed-lang-stack.cpp: New file.
903 * gdb.fortran/mixed-lang-stack.exp: New file.
904 * gdb.fortran/mixed-lang-stack.f90: New file.
905
906 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.linespec/cp-completion-aliases.cc: New file.
909 * gdb.linespec/cp-completion-aliases.exp: New file.
910
911 2020-03-19 Tom de Vries <tdevries@suse.de>
912
913 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
914 more precise.
915
916 2020-03-18 Tom de Vries <tdevries@suse.de>
917
918 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
919 * gdb.dwarf2/break-inline-psymtab.c: New test.
920 * gdb.dwarf2/break-inline-psymtab.exp: New file.
921
922 2020-03-16 Tom de Vries <tdevries@suse.de>
923
924 * lib/cache.exp (gdb_do_cache): Add and handle local variables
925 cache_verify and cache_verify_proc.
926
927 2020-03-15 Tom de Vries <tdevries@suse.de>
928
929 * gdb.server/solib-list.exp: Handle
930 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
931
932 2020-03-15 Tom de Vries <tdevries@suse.de>
933
934 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
935 objfiles".
936
937 2020-03-14 Tom Tromey <tom@tromey.com>
938
939 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
940
941 2020-03-14 Tom de Vries <tdevries@suse.de>
942
943 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
944
945 2020-03-14 Tom de Vries <tdevries@suse.de>
946
947 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
948 result in line-by-line fashion.
949
950 2020-03-14 Tom de Vries <tdevries@suse.de>
951
952 * lib/gdb.exp (supports_statement_frontiers): New proc.
953 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
954
955 2020-03-14 Tom de Vries <tdevries@suse.de>
956
957 * gdb.base/printcmds.exp: Add missing quoting for "print
958 teststring2".
959
960 2020-03-13 Tom Tromey <tom@tromey.com>
961
962 * gdb.base/printcmds.exp (test_print_strings): Add regression
963 test.
964 * gdb.base/printcmds.c (charptr): New typedef.
965 (teststring2): New global.
966
967 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.base/break-interp.exp: Use the tail of the filename, not the
970 full path in the test name.
971 (test_ld): Add some with_test_prefix blocks to make test names
972 unique.
973
974 2020-03-13 Tom de Vries <tdevries@suse.de>
975
976 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
977
978 2020-03-13 Tom de Vries <tdevries@suse.de>
979
980 * gdb.mi/mi-sym-info.exp: Make matching more precise.
981
982 2020-03-13 Tom de Vries <tdevries@suse.de>
983
984 PR symtab/25646
985 * gdb.dwarf2/imported-unit.exp: Add test.
986
987 2020-03-13 Tom de Vries <tdevries@suse.de>
988
989 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
990 (var1, var2): New variable.
991 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
992 matching symbols.
993
994 2020-03-13 Tom de Vries <tdevries@suse.de>
995
996 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
997 (Term::command): Use prompt prefix.
998 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
999 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1000 command_no_prompt_prefix instead of prefix.
1001 * gdb.tui/tui-layout-asm.exp: Same.
1002
1003 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1004
1005 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1006
1007 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1008
1009 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1010 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1011 on" while stepping over the test instruction, match printed
1012 message.
1013
1014 2020-03-12 Tom de Vries <tdevries@suse.de>
1015
1016 * gdb.base/info-types.exp: Use exp_continue during matching of output
1017 of "info types".
1018
1019 2020-03-12 Tom de Vries <tdevries@suse.de>
1020
1021 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1022
1023 2020-03-12 Tom de Vries <tdevries@suse.de>
1024
1025 * gdb.fortran/module.exp: Use exp_continue during matching of output
1026 of "info variable -n".
1027
1028 2020-03-12 Tom de Vries <tdevries@suse.de>
1029
1030 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1031 gdb.dwarf2/dw2-ranges-base.c.
1032
1033 2020-03-12 Tom de Vries <tdevries@suse.de>
1034
1035 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1036 in presence of GLIBC debuginfo.
1037
1038 2020-03-12 Tom de Vries <tdevries@suse.de>
1039
1040 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1041 $core.
1042
1043 2020-03-12 Tom de Vries <tdevries@suse.de>
1044
1045 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1046 more precise.
1047
1048 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1049
1050 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1051 from Unix to Windows path.
1052
1053 2020-03-11 Tom de Vries <tdevries@suse.de>
1054
1055 * gdb.ada/minsyms.exp: Set language to ada.
1056
1057 2020-03-11 Tom de Vries <tdevries@suse.de>
1058
1059 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1060
1061 2020-03-11 Tom de Vries <tdevries@suse.de>
1062
1063 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1064
1065 2020-03-11 Tom Tromey <tromey@adacore.com>
1066
1067 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1068
1069 2020-03-11 Tom de Vries <tdevries@suse.de>
1070
1071 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1072
1073 2020-03-11 Tom de Vries <tdevries@suse.de>
1074
1075 * gdb.base/break-interp.exp: Limit verbose scope.
1076
1077 2020-03-11 Tom de Vries <tdevries@suse.de>
1078
1079 * gdb.fortran/logical.f90: Define variable with character type.
1080 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1081
1082 2020-03-11 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1085
1086 2020-03-11 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1089 symtabs.
1090
1091 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1092 Bernd Edlinger <bernd.edlinger@hotmail.de>
1093
1094 * gdb.cp/step-and-next-inline.cc: New file.
1095 * gdb.cp/step-and-next-inline.exp: New file.
1096 * gdb.cp/step-and-next-inline.h: New file.
1097 * gdb.dwarf2/dw2-is-stmt.c: New file.
1098 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1099 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1100 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1101 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1102
1103 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1106 is-stmt flag in the line table.
1107
1108 2020-03-09 Tom de Vries <tdevries@suse.de>
1109
1110 * lib/gdb.exp (cached_file): Create cache dir.
1111
1112 2020-03-07 Tom de Vries <tdevries@suse.de>
1113
1114 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1115 * gdb.cp/rvalue-ref-params.exp: Same.
1116
1117 2020-03-06 Tom de Vries <tdevries@suse.de>
1118
1119 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1120 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1121
1122 2020-03-06 Tom de Vries <tdevries@suse.de>
1123
1124 * README: Fix "the the".
1125 * gdb.base/dprintf.exp: Same.
1126
1127 2020-03-05 Tom de Vries <tdevries@suse.de>
1128
1129 * gdb.base/maint.exp: Update "main print statistics" expected output.
1130
1131 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1132
1133 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1134 (fortran_int8): Likewise.
1135 (fortran_real4): Likewise.
1136 (fortran_real8): Likewise.
1137 (fortran_complex4): Likewise.
1138 (fortran_logical4): Likewise.
1139 (fortran_character1): Likewise.
1140
1141 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1142
1143 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1144 printed as true.
1145
1146 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1147
1148 * gdb.base/printcmds.exp: Add test to verify printf of a
1149 variable holding an address.
1150
1151 2020-03-03 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1154
1155 2020-03-03 Tom de Vries <tdevries@suse.de>
1156
1157 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1158 gdb_test_multiple call.
1159
1160 2020-03-03 Tom de Vries <tdevries@suse.de>
1161
1162 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1163 gdb_test_multiple calls.
1164
1165 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * gdb.base/default.exp: Remove test of 'set history filename'.
1168 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1169 filename to the empty string.
1170 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1171 and GDBHISTSIZE.
1172
1173 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1174
1175 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1176 disabled.
1177
1178 2020-03-02 Pedro Alves <palves@redhat.com>
1179 Tom de Vries <tdevries@suse.de>
1180
1181 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1182 -prompt prefix, before user_code argument. Add -lbl option likewise.
1183 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1184 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1185 argument.
1186 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1187 have "\r\n" at start-of-line, instead of at end-of-line.
1188
1189 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1190
1191 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1192 libinproctrace.so.
1193
1194 2020-02-28 Luis Machado <luis.machado@linaro.org>
1195
1196 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1197 to "p/x".
1198
1199 2020-02-28 Luis Machado <luis.machado@linaro.org>
1200
1201 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1202 asm/ptrace.h and error.h.
1203
1204 2020-02-28 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1207 (struct wrapper, do_something, mundane/symada__cS): Move ...
1208 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1209 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1210 Update "print symada__cS before partial symtab expansion" regexp.
1211 Update breakpoint location. Flush symbol cache after expansion.
1212
1213 2020-02-28 Luis Machado <luis.machado@linaro.org>
1214
1215 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1216
1217 2020-02-27 Tom de Vries <tdevries@suse.de>
1218
1219 * config/sid.exp: Remove unused globals.
1220 * gdb.base/attach.exp: Same.
1221 * gdb.base/catch-load.exp: Same.
1222 * gdb.base/dbx.exp: Same.
1223 * lib/gdb.exp: Same.
1224 * lib/mi-support.exp: Same.
1225 * lib/prompt.exp: Same.
1226
1227 2020-02-27 Tom de Vries <tdevries@suse.de>
1228
1229 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1230 not set.
1231
1232 2020-02-26 Aaron Merey <amerey@redhat.com>
1233
1234 * gdb.debuginfod: New directory for debuginfod tests.
1235 * gdb.debuginfod/main.c: New test file.
1236 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1237
1238 2020-02-26 Tom de Vries <tdevries@suse.de>
1239
1240 PR gdb/25603
1241 * gdb.base/persistent-lang.cc: New test.
1242 * gdb.base/persistent-lang.exp: New file.
1243
1244 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1245
1246 * gdb.fortran/derived-type-striding.exp: Add a new test.
1247 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1248 new test.
1249
1250 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1253 names.
1254
1255 2020-02-25 Tom de Vries <tdevries@suse.de>
1256
1257 PR go/18926
1258 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1259
1260 2020-02-24 Tom de Vries <tdevries@suse.de>
1261
1262 PR gdb/25592
1263 * gdb.base/info-locals-unused-static-var.c: New test.
1264 * gdb.base/info-locals-unused-static-var.exp: New file.
1265
1266 2020-02-22 Tom Tromey <tom@tromey.com>
1267
1268 * gdb.python/tui-window.exp: New file.
1269 * gdb.python/tui-window.py: New file.
1270
1271 2020-02-22 Tom Tromey <tom@tromey.com>
1272
1273 PR tui/17850:
1274 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1275 tests.
1276
1277 2020-02-22 Tom Tromey <tom@tromey.com>
1278
1279 * gdb.tui/new-layout.exp: Add sub-layout tests.
1280
1281 2020-02-22 Tom Tromey <tom@tromey.com>
1282
1283 * gdb.tui/new-layout.exp: New file.
1284
1285 2020-02-22 Tom Tromey <tom@tromey.com>
1286
1287 * gdb.rust/rust-style.rs: New file.
1288 * gdb.rust/rust-style.exp: New file.
1289 * gdb.base/style.exp: Test structure printing.
1290 * gdb.base/style.c (struct some_struct): New type.
1291 (enum etype): New type.
1292 (struct_value): New global.
1293
1294 2020-02-21 Tom de Vries <tdevries@suse.de>
1295
1296 PR go/18926
1297 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1298 Remove blanket xfails. Use message argument for gdb_breakpoint.
1299 Make continuing to breakpoint test conditional on setting breakpoint.
1300 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1301 DW_AT_name attribute. Add xfail for GCC PR93866.
1302
1303 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * gdb.dwarf2/cpp-linkage-name.c: New file.
1306 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1307
1308 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1309
1310 * lib/gdb.exp (gdb_wrapper_init): Reset
1311 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1312 not exist.
1313
1314 2020-02-20 Tom de Vries <tdevries@suse.de>
1315
1316 PR go/17018
1317 * gdb.go/hello.exp: Copy ...
1318 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1319 print of st to print value of global definition. Add xfail for GCC
1320 PR93844.
1321 * gdb.go/hello.exp: Remove printing of st before definition.
1322 * gdb.go/hello.go: Copy ...
1323 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1324 to st.
1325 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1326
1327 2020-02-20 Tom de Vries <tdevries@suse.de>
1328
1329 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1330 (gdb_simple_compile): Handle compile_flags go by using .go extension
1331 for source file.
1332 * gdb.go/chan.exp: Use support_go_compile.
1333 * gdb.go/handcall.exp: Same.
1334 * gdb.go/hello.exp: Same.
1335 * gdb.go/integers.exp: Same.
1336 * gdb.go/max-depth.exp: Same.
1337 * gdb.go/methods.exp: Same.
1338 * gdb.go/package.exp: Same.
1339 * gdb.go/strings.exp: Same.
1340 * gdb.go/types.exp: Same.
1341 * gdb.go/unsafe.exp: Same.
1342
1343 2020-02-19 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.python/lib-types.exp: Make xfail more strict.
1346
1347 2020-02-19 Tom de Vries <tdevries@suse.de>
1348
1349 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1350
1351 2020-02-19 Doug Evans <dje@google.com>
1352
1353 PR rust/25535
1354 * gdb.rust/simple.exp: Add test.
1355 * gdb.rust/simple.rs: Add test.
1356
1357 2020-02-19 Tom de Vries <tdevries@suse.de>
1358
1359 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1360 output line-by-line.
1361
1362 2020-02-19 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1365
1366 2020-02-19 Tom de Vries <tdevries@suse.de>
1367
1368 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1369 prelink.
1370
1371 2020-02-19 Tom de Vries <tdevries@suse.de>
1372
1373 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1374 (gdb_do_cache): Use gdb_do_cache_wrap.
1375 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1376
1377 2020-02-19 Tom de Vries <tdevries@suse.de>
1378
1379 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1380 gdb_compile option.
1381
1382 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1383
1384 * gdb.base/printcmds.exp (test_print_enums): Update expected
1385 output.
1386
1387 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1388
1389 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1390 for "unknown".
1391
1392 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1393
1394 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1395 enumerator.
1396
1397 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1398
1399 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1400 FE_, add FE_NONE.
1401 (three): Update.
1402 (enum flag_enum_without_zero): New enum.
1403 (flag_enum_without_zero): New variable.
1404 (enum not_flag_enum): New enum.
1405 (three_not_flag): New variable.
1406 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1407 (test_print_enums): Add more tests for printing flag enums.
1408
1409 2020-02-18 Tom de Vries <tdevries@suse.de>
1410
1411 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1412 (gdb_compile_ada): ... here.
1413 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1414 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1415
1416 2020-02-14 Tom Tromey <tom@tromey.com>
1417
1418 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1419 build directory.
1420 * boards/gdbserver-base.exp: Update path to gdbserver.
1421
1422 2020-02-13 Tom de Vries <tdevries@suse.de>
1423
1424 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1425
1426 2020-02-13 Tom de Vries <tdevries@suse.de>
1427
1428 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1429 are missing.
1430
1431 2020-02-13 Tom de Vries <tdevries@suse.de>
1432
1433 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1434 call.
1435
1436 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1437
1438 PR tui/25126
1439 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1440 * gdb.base/cached-source-file.c: New file.
1441 * gdb.base/cached-source-file.exp: New file.
1442
1443 2020-02-11 Tom de Vries <tdevries@suse.de>
1444
1445 PR testsuite/25488
1446 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1447
1448 2020-02-10 Tom de Vries <tdevries@suse.de>
1449
1450 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1451
1452 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1453
1454 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1455 and $after_addr are both integers before making a comparison.
1456
1457 2020-02-09 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1460 command output and paste it into gdb.log. If any, paste catch message
1461 to gdb.log.
1462
1463 2020-02-07 Tom Tromey <tromey@adacore.com>
1464
1465 PR breakpoints/24915:
1466 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1467
1468 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1469
1470 * gdb.tui/tui-missing-src.exp: Add the "missing source
1471 file" test for the TUI.
1472
1473 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1474
1475 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1476 including a port number in the output.
1477
1478 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1479
1480 * lib/fortran.exp (fortran_int4): Handle clang.
1481 (fortran_int8): Likewise.
1482 (fortran_real4): Likewise.
1483 (fortran_real8): Likewise.
1484 (fortran_complex4): Likewise.
1485 (fortran_logical4): Likewise.
1486 (fortran_character1): Likewise.
1487
1488 2020-02-04 Tom de Vries <tdevries@suse.de>
1489
1490 * README (Race detection): Add note.
1491
1492 2020-02-04 Tom de Vries <tdevries@suse.de>
1493
1494 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1495
1496 2020-02-04 Tom de Vries <tdevries@suse.de>
1497
1498 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1499
1500 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1501
1502 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1503 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1504 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1505 blttar, bnetarl.
1506 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1507 binary for blttar, bnetarl.
1508 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1509 wait instruction. Delete ldmx test.
1510 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1511
1512 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1513
1514 * gdb.fortran/array-bounds-high.exp: New file.
1515 * gdb.fortran/array-bounds-high.f90: New file.
1516
1517 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1518
1519 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1520 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1521
1522 2020-02-01 Tom de Vries <tdevries@suse.de>
1523
1524 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1525
1526 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 PR tui/9765
1529 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1530 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1531
1532 2020-01-29 Luis Machado <luis.machado@linaro.org>
1533
1534 * gdb.arch/aarch64-brk-patterns.c: New source file.
1535 * gdb.arch/aarch64-brk-patterns.exp: New test.
1536
1537 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1538
1539 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1540 GCC/Clang version.
1541 * gdb.cp/pass-by-ref.exp: Ditto.
1542
1543 2020-01-29 Tom de Vries <tdevries@suse.de>
1544
1545 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1546 * gdb.threads/watchpoint-fork-mt.c: Same.
1547 * gdb.threads/watchpoint-fork-parent.c: Same.
1548 * gdb.threads/watchpoint-fork-st.c: Same.
1549 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1550
1551 2020-01-27 Luis Machado <luis.machado@linaro.org>
1552
1553 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1554 sitting at a syscall instruction when we hit the syscall function's
1555 breakpoint.
1556 Check PC against one obtained with the x command.
1557 Validate syscall number.
1558 (step_over_syscall): Don't continue to the syscall instruction if
1559 we're already there.
1560
1561 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1562
1563 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1564
1565 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1566
1567 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1568 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1569
1570 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1571
1572 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1573 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1574
1575 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1576
1577 * gdb.base/maint.exp: Update line table parsing test.
1578 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1579
1580 2020-01-24 Pedro Alves <palves@redhat.com>
1581
1582 PR gdb/25410
1583 * gdb.multi/multi-re-run-1.c: New.
1584 * gdb.multi/multi-re-run-2.c: New.
1585 * gdb.multi/multi-re-run.exp: New.
1586
1587 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1588
1589 PR gdb/23718
1590 * gdb.server/server-kill-python.exp: New file.
1591
1592 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 * gdb.server/multi-ui-errors.c: New file.
1595 * gdb.server/multi-ui-errors.exp: New file.
1596
1597 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1598
1599 PR tui/9765
1600 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1601
1602 2020-01-19 Tom Tromey <tom@tromey.com>
1603
1604 * gdb.tui/main.exp: Add check for plain "file".
1605
1606 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1607
1608 * lib/gdb.exp: Fix spelling error (seperatelly).
1609
1610 2020-01-14 Tom Tromey <tom@tromey.com>
1611
1612 PR symtab/12535:
1613 * gdb.python/python.exp: Test decode_line with empty string
1614 argument.
1615
1616 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1617
1618 * gdb.base/skip-inline.exp: Extend test.
1619
1620 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1621
1622 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1623 * gdb.dwarf2/dw2-bad-elf.c: New file.
1624 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1625
1626 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1627
1628 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1629 _line_saw_file.
1630
1631 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1634 border.
1635
1636 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1637
1638 * gdb.multi/multi-target.exp (setup): Factor out "info
1639 connections" and "info inferiors" tests to ...
1640 (test_info_inferiors): ... this new procedure.
1641 (top level): Run new "info-inferiors" tests.
1642
1643 2020-01-10 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.server/bkpt-other-inferior.exp: New file.
1646
1647 2020-01-10 Pedro Alves <palves@redhat.com>
1648
1649 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1650 of "add-inferior".
1651 * gdb.base/quit-live.exp: Likewise.
1652 * gdb.base/remote-exec-file.exp: Likewise.
1653 * gdb.guile/scm-progspace.exp: Likewise.
1654 * gdb.linespec/linespec.exp: Likewise.
1655 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1656 * gdb.mi/user-selected-context-sync.exp: Likewise.
1657 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1658 "info inferiors" tests.
1659 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1660 "add-inferior".
1661 * gdb.multi/watchpoint-multi.exp: Likewise.
1662 * gdb.python/py-inferior.exp: Likewise.
1663 * gdb.server/extended-remote-restart.exp: Likewise.
1664 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1665 "info inferiors".
1666 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1667 * gdb.trace/report.exp: Likewise.
1668
1669 2020-01-10 Pedro Alves <palves@redhat.com>
1670
1671 * gdb.multi/multi-target.c: New file.
1672 * gdb.multi/multi-target.exp: New file.
1673 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1674 mode requested, but remote does not support non-stop".
1675
1676 2020-01-10 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1679 disconnect before reconnecting.
1680
1681 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1682 Pedro Alves <palves@redhat.com>
1683
1684 * gdb.server/connect-without-multi-process.exp: Also test
1685 continuing to end.
1686
1687 2020-01-10 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.base/remote-exec-file.exp: New file.
1690
1691 2020-01-10 Pedro Alves <palves@redhat.com>
1692
1693 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1694 output.
1695 * gdb.threads/async.c: New.
1696 * gdb.threads/async.exp: New.
1697 * gdb.multi/tids-gid-reset.c: New.
1698 * gdb.multi/tids-gid-reset.exp: New.
1699
1700 2020-01-10 George Barrett <bob@bob131.so>
1701
1702 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1703 to help in finding the image relocation offset.
1704 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1705 options in arguments.
1706 (stap_test_no_debuginfo): Likewise.
1707 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1708 test variants.
1709 (stap_test): Add null semaphore relocation test.
1710
1711 2020-01-10 George Barrett <bob@bob131.so>
1712
1713 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1714 * gdb.base/stap-probe.exp: Likewise.
1715 (stap_test): Pass argument as an additional flag.
1716 (stap_test_no_debuginfo): Likewise.
1717 (stap_test): Check `info probes stap' output for semaphore
1718 addresses if the test binary is supposed to have them.
1719
1720 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 * gdb.tui/basic.exp: Add more scrolling tests.
1723
1724 2020-01-09 Tom Tromey <tom@tromey.com>
1725
1726 PR tui/18932:
1727 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1728 meangingful value.
1729 (Term::command, Term::resize): Update.
1730 * gdb.tui/basic.exp: Add scrolling test.
1731
1732 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * gdb.tui/tui-layout-asm.exp: New file.
1735
1736 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1737
1738 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1739
1740 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1743 (Term::enter_tui): Use Term::prepare_for_tui.
1744
1745 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1746
1747 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1748 called.
1749
1750 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1751
1752 * gdb.base/skip.exp: Fix race condition in test.
1753
1754 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * gdb.base/backtrace.c: New file.
1757 * gdb.base/backtrace.exp: New file.
1758
1759 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1760
1761 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1762
1763 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1764
1765 * gdb.base/style.exp: Test that warnings are styled.
1766
1767 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1768
1769 * gdb.base/line65535.exp: New file.
1770 * gdb.base/line65535.c: New file.
1771
1772 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1773
1774 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1775 * lib/gnat_debug_info_test.adb: New file.
1776 * gdb.ada/ptype_tagged_param.exp: Use
1777 gnat_runtime_has_debug_info, expect a different output if
1778 runtime does not have debug info.
1779
1780 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1781
1782 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1783 (another) quote in test name.
1784
1785 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1786
1787 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1788 Add quote in test name.
1789
1790 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1791
1792 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1793 directory instead.
1794 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1795 * gdb.cp/pass-by-ref-2.cc: New file.
1796 * gdb.cp/pass-by-ref-2.exp: New file.
1797
1798 2019-12-20 Tom Tromey <tom@tromey.com>
1799
1800 * gdb.tui/list-before.exp: New file.
1801
1802 2019-12-20 Tom Tromey <tom@tromey.com>
1803
1804 * gdb.tui/list.exp: Check for source on initial listing.
1805
1806 2019-12-11 Tom Tromey <tromey@adacore.com>
1807
1808 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1809 Add crlf test.
1810
1811 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1812
1813 * gdb.base/default.exp: Update value of $_gdb_major.
1814
1815 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1816
1817 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1818
1819 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1820
1821 * gdb.base/skip.exp: Whitespace fix.
1822
1823 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1824
1825 * gdb.base/skip-inline.c: New file.
1826 * gdb.base/skip-inline.exp: New file.
1827
1828 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1829
1830 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1831 jit_function_00 to jit_function_stack_mangle.
1832 * gdb.base/jithost.c (jit_function_t): Rename to...
1833 (jit_function_stack_mangle_t): ... this.
1834 (jit_function_add_t): New typedef.
1835 (jit_function_00_code): Rename to...
1836 (jit_function_stack_mangle_code): ... this, make static.
1837 (jit_function_add_code): New.
1838 (main): Generate "add" function and call it. Adjust to changes
1839 in jithost_abi.
1840 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1841 (struct jithost_abi) <begin, end>: Remove fields.
1842 <object, function_stack_mangle, function_add>: New fields.
1843 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1844 code_end>: Remove fields.
1845 <func_stack_mangle>: New field.
1846 (read_debug_info): Adjust to renaming, create block for "add"
1847 function.
1848 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1849
1850 2019-12-11 Tom Tromey <tom@tromey.com>
1851
1852 * gdb.tui/resize.exp: Fix regexp.
1853 * gdb.tui/regs.exp: Fix regexps.
1854 * gdb.tui/main.exp: Fix regexp.
1855
1856 2019-12-11 Tom Tromey <tom@tromey.com>
1857
1858 * gdb.tui/resize.exp: Update.
1859 * gdb.tui/empty.exp (layouts): Update.
1860
1861 2019-12-11 Tom Tromey <tom@tromey.com>
1862
1863 * gdb.tui/regs.exp: Update.
1864 * gdb.tui/empty.exp (layouts): Update.
1865 * gdb.tui/basic.exp: Update.
1866 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1867
1868 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1869
1870 * gdb.base/options.exp: Add -raw-values in the print completion list.
1871 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1872
1873 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1874
1875 * gdb.threads/omp-par-scope.c: New file.
1876 * gdb/threads/omp-par-scope.exp: New file.
1877
1878 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1879
1880 * lib/gdb.exp (support_nested_function_tests): New proc.
1881
1882 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1883
1884 * lib/gdb.exp (gdb_compile_openmp): New proc.
1885 (build_executable_from_specs): Add an "openmp" option.
1886 (gdb_compile_pthreads): Add non-executable case.
1887
1888 2019-12-10 Tom Tromey <tromey@adacore.com>
1889
1890 * gdb.ada/unchecked_union.exp: New file.
1891 * gdb.ada/unchecked_union/pck.adb: New file.
1892 * gdb.ada/unchecked_union/pck.ads: New file.
1893 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1894 * gdb-utils.exp (string_to_regexp): Also quote "?".
1895
1896 2019-12-10 George Barrett <bob@bob131.so>
1897
1898 Test scripted probe breakpoints.
1899 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1900 * gdb.python/py-breakpoint.c (main): Likewise.
1901 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1902 specifier test.
1903 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1904
1905 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1906
1907 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1908 an rvalue parameter.
1909 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1910 parameter.
1911
1912 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1913
1914 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1915 modules.
1916
1917 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1918
1919 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1920 broken version of GCC.
1921
1922 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1923
1924 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1925 sym-info-cmds library.
1926 * gdb.fortran/info-types.exp: Likewise.
1927 * lib/sym-info-cmds.exp: New file.
1928
1929 2019-12-08 Tom de Vries <tdevries@suse.de>
1930
1931 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1932
1933 2019-12-07 Keith Seitz <keiths@redhat.com>
1934
1935 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1936 * gdb.base/corefile-buildid-shlib.c: New file.
1937 * gdb.base/corefile-buildid.c: New file.
1938 * gdb.base/corefile-buildid.exp: New file.
1939
1940 2019-12-06 Tom de Vries <tdevries@suse.de>
1941
1942 * gdb.dwarf2/varval.exp: Add decl before def test.
1943
1944 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1945
1946 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1947
1948 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1949
1950 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1951 CV and reference conversion for overload resolution.
1952 * gdb.cp/rvalue-ref-overload.exp: Test it.
1953
1954 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1955
1956 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1957 * gdb.base/frameapply.exp: Test faas without command.
1958
1959 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1960
1961 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1962 Fortran tests.
1963 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1964 order.
1965
1966 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1967
1968 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1969 casting to type with no kind specified.
1970 (test_basic_parsing_of_type_kinds): Additional tests for types
1971 with no kind specified, and add tests for single/double
1972 precision/complex types.
1973
1974 2019-12-04 Tom Tromey <tromey@adacore.com>
1975
1976 * gdb.base/endianity.c (struct other) <x>: New field.
1977 (main): Initialize it.
1978 * gdb.base/endianity.exp: Update.
1979
1980 2019-12-04 Tom Tromey <tromey@adacore.com>
1981
1982 * gdb.ada/scalar_storage/storage.adb: New file.
1983 * gdb.ada/scalar_storage/pck.adb: New file.
1984 * gdb.ada/scalar_storage/pck.ads: New file.
1985 * gdb.ada/scalar_storage.exp: New file.
1986
1987 2019-12-04 Tom Tromey <tromey@adacore.com>
1988
1989 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1990 (main): Initialize it.
1991 * gdb.base/endianity.exp: Update.
1992
1993 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1996
1997 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2000 -symbol-info-module-functions and -symbol-info-module-variables.
2001
2002 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2005
2006 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2007 Andrew Burgess <andrew.burgess@embecosm.com>
2008
2009 * gdb.fortran/derived-type-striding.exp: New file.
2010 * gdb.fortran/derived-type-striding.f90: New file.
2011 * gdb.fortran/array-slices.exp: New file.
2012 * gdb.fortran/array-slices.f90: New file.
2013
2014 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2015
2016 * gdb.base/define.exp: Test . in command names.
2017 * gdb.base/setshow.exp: Update test, as . is now part of
2018 command name.
2019
2020 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2021
2022 * gdb.base/define-prefix.exp: New file.
2023
2024 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2027 compile.
2028 (skip_btrace_pt_tests): Likewise.
2029
2030 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2031
2032 * gdb.fortran/info-modules.exp: Compile source files in correct
2033 order.
2034
2035 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2036
2037 * gdb.dwarf2/imported-unit.exp: New file.
2038 * gdb.dwarf2/imported-unit.c: New file.
2039
2040 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2041
2042 * gdb.mi/mi-fortran-modules-2.f90: New file.
2043 * gdb.mi/mi-fortran-modules.exp: New file.
2044 * gdb.mi/mi-fortran-modules.f90: New file.
2045
2046 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2047
2048 * gdb.mi/mi-sym-info-1.c: New file.
2049 * gdb.mi/mi-sym-info-2.c: New file.
2050 * gdb.mi/mi-sym-info.exp: New file.
2051
2052 2019-11-22 Tom Tromey <tromey@adacore.com>
2053
2054 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2055 * gdb.ada/tasks/foo.adb: Add another stopping location.
2056
2057 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2058
2059 * gdb.base/endianity.c: New test.
2060 * gdb.base/endianity.exp: New file.
2061
2062 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2063
2064 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2065
2066 2019-11-21 Tom de Vries <tdevries@suse.de>
2067
2068 PR gdb/24956
2069 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2070
2071 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2072
2073 * gdb.python/py-progspace.exp: Add missing parentheses on some
2074 'print' commands.
2075
2076 2019-11-19 Tom Tromey <tom@tromey.com>
2077
2078 * gdb.tui/winheight.exp: New file.
2079
2080 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2081
2082 * gdb.base/ctf-whatis.c: Delete.
2083 * gdb.base/ctf-whatis.exp: Delete.
2084 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2085
2086 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2087
2088 * gdb.base/ctf-cvexpr.exp: Delete.
2089 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2090
2091 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2092
2093 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2094 the compiler. Clean up header comment a little.
2095 * gdb.base/ctf-ptype.exp: Likewise.
2096 * gdb.base/ctf-whatis.exp: Likewise.
2097 * lib/gdb.exp (skip_ctf_tests): New proc.
2098
2099 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2100
2101 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2102 * gdb.tui/corefile-run.exp: New file.
2103
2104 2019-11-14 Tom Tromey <tromey@adacore.com>
2105
2106 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2107 regression tests.
2108
2109 2019-11-12 Tom Tromey <tom@tromey.com>
2110
2111 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2112 after any command. Expect prompt after WAIT_FOR is seen.
2113 (enter_tui): Enable resize messages.
2114 (command): Expect command in output.
2115 (get_line): Avoid error when cursor appears to be off-screen.
2116 (dump_screen): Include screen size in title.
2117 (_do_resize): New proc, from "resize".
2118 (resize): Rewrite. Do resize in two steps.
2119 * gdb.tui/empty.exp (layouts): Fix entries.
2120 (check_boxes): Remove xfail.
2121 (check_text): Dump screen on failure.
2122
2123 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * gdb.python/py-symbol.exp: Add test for
2126 gdb.lookup_static_symbols.
2127
2128 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2129
2130 * gdb.python/py-symbol.c: Declare and call function from new
2131 py-symbol-2.c file.
2132 * gdb.python/py-symbol.exp: Compile both source files, and add new
2133 tests for gdb.lookup_static_symbol.
2134 * gdb.python/py-symbol-2.c: New file.
2135
2136 2019-11-02 Tom de Vries <tdevries@suse.de>
2137
2138 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2139 * gdb.base/anon.exp: Same.
2140 * gdb.base/auto-connect-native-target.exp: Same.
2141 * gdb.base/call-ar-st.exp: Same.
2142 * gdb.base/catch-syscall.exp: Same.
2143 * gdb.base/commands.exp: Same.
2144 * gdb.base/default.exp: Same.
2145 * gdb.base/display.exp: Same.
2146 * gdb.base/float.exp: Same.
2147 * gdb.base/foll-fork.exp: Same.
2148 * gdb.base/help.exp: Same.
2149 * gdb.base/info-macros.exp: Same.
2150 * gdb.base/info-proc.exp: Same.
2151 * gdb.base/info-target.exp: Same.
2152 * gdb.base/long_long.exp: Same.
2153 * gdb.base/macscp.exp: Same.
2154 * gdb.base/memattr.exp: Same.
2155 * gdb.base/nofield.exp: Same.
2156 * gdb.base/pointers.exp: Same.
2157 * gdb.base/printcmds.exp: Same.
2158 * gdb.base/ptype.exp: Same.
2159 * gdb.base/restore.exp: Same.
2160 * gdb.base/return.exp: Same.
2161 * gdb.base/scope.exp: Same.
2162 * gdb.base/set-noassign.exp: Same.
2163 * gdb.base/setshow.exp: Same.
2164 * gdb.base/shlib-call.exp: Same.
2165 * gdb.base/signals.exp: Same.
2166 * gdb.base/sigstep.exp: Same.
2167 * gdb.base/skip.exp: Same.
2168 * gdb.base/solib-symbol.exp: Same.
2169 * gdb.base/stap-probe.exp: Same.
2170 * gdb.base/step-line.exp: Same.
2171 * gdb.base/step-test.exp: Same.
2172 * gdb.base/style.exp: Same.
2173 * gdb.base/varargs.exp: Same.
2174 * gdb.base/vla-datatypes.exp: Same.
2175 * gdb.base/vla-ptr.exp: Same.
2176 * gdb.base/vla-sideeffect.exp: Same.
2177 * gdb.base/volatile.exp: Same.
2178 * gdb.base/watch-cond-infcall.exp: Same.
2179 * gdb.base/watchpoint.exp: Same.
2180
2181 2019-11-02 Tom de Vries <tdevries@suse.de>
2182
2183 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2184 * gdb.cp/cpexprs.exp: Same.
2185 * gdb.cp/except-multi-location.exp: Same.
2186 * gdb.cp/exceptprint.exp: Same.
2187 * gdb.cp/gdb2384.exp: Same.
2188 * gdb.cp/inherit.exp: Same.
2189 * gdb.cp/m-static.exp: Same.
2190 * gdb.cp/meth-typedefs.exp: Same.
2191 * gdb.cp/misc.exp: Same.
2192 * gdb.cp/namespace.exp: Same.
2193 * gdb.cp/non-trivial-retval.exp: Same.
2194 * gdb.cp/overload.exp: Same.
2195 * gdb.cp/pr17132.exp: Same.
2196 * gdb.cp/re-set-overloaded.exp: Same.
2197 * gdb.cp/rvalue-ref-types.exp: Same.
2198 * gdb.cp/templates.exp: Same.
2199
2200 2019-11-01 Luis Machado <luis.machado@linaro.org>
2201
2202 PR gdb/25124
2203
2204 * gdb.arch/pr25124.S: New file.
2205 * gdb.arch/pr25124.exp: New file.
2206
2207 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.fortran/info-modules.exp: Update expected results, and add
2210 additional tests for 'info module functinos', and 'info module
2211 variables'.
2212 * gdb.fortran/info-types.exp: Update expected results.
2213 * gdb.fortran/info-types.f90: Extend testcase with additional
2214 module variables and functions.
2215
2216 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.fortran/info-modules.exp: New file.
2219 * gdb.fortran/info-types.exp: Build with new file.
2220 * gdb.fortran/info-types.f90: Include and use new module.
2221 * gdb.fortran/info-types-2.f90: New file.
2222
2223 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2224
2225 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2226 * gdb.base/settings.exp: Test all settings types using
2227 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2228 that now verifies that the value of "maint show" is the same as
2229 returned by the settings functions. Test the type of the
2230 maintenance settings.
2231 * gdb.base/default.exp: Update show_conv_list.
2232
2233 2019-10-31 Tom de Vries <tdevries@suse.de>
2234
2235 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2236 gdb_test.
2237 * gdb.arch/amd64-disp-step.exp: Same.
2238 * gdb.asm/asm-source.exp: Same.
2239 * gdb.btrace/buffer-size.exp: Same.
2240 * gdb.btrace/cpu.exp: Same.
2241 * gdb.btrace/enable.exp: Same.
2242 * gdb.dwarf2/count.exp: Same.
2243 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2244 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2245 * gdb.fortran/vla-datatypes.exp: Same.
2246 * gdb.fortran/vla-history.exp: Same.
2247 * gdb.fortran/vla-ptype.exp: Same.
2248 * gdb.fortran/vla-value.exp: Same.
2249 * gdb.fortran/whatis_type.exp: Same.
2250 * gdb.guile/guile.exp: Same.
2251 * gdb.multi/tids.exp: Same.
2252 * gdb.python/py-finish-breakpoint.exp: Same.
2253 * gdb.python/py-framefilter.exp: Same.
2254 * gdb.python/py-pp-registration.exp: Same.
2255 * gdb.python/py-xmethods.exp: Same.
2256 * gdb.python/python.exp: Same.
2257 * gdb.server/connect-with-no-symbol-file.exp: Same.
2258 * gdb.server/no-thread-db.exp: Same.
2259 * gdb.server/run-without-local-binary.exp: Same.
2260 * gdb.stabs/weird.exp: Same.
2261 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2262 * gdb.threads/thread-find.exp: Same.
2263 * gdb.threads/tls-shared.exp: Same.
2264 * gdb.threads/tls.exp: Same.
2265 * gdb.threads/wp-replication.exp: Same.
2266 * gdb.trace/ax.exp: Same.
2267 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2268
2269 2019-10-31 Tom de Vries <tdevries@suse.de>
2270
2271 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2272 * gdb.ada/array_subscript_addr.exp: Same.
2273 * gdb.ada/arrayidx.exp: Same.
2274 * gdb.ada/arrayparam.exp: Same.
2275 * gdb.ada/arrayptr.exp: Same.
2276 * gdb.ada/boolean_expr.exp: Same.
2277 * gdb.ada/call_pn.exp: Same.
2278 * gdb.ada/complete.exp: Same.
2279 * gdb.ada/fixed_cmp.exp: Same.
2280 * gdb.ada/fun_addr.exp: Same.
2281 * gdb.ada/funcall_param.exp: Same.
2282 * gdb.ada/interface.exp: Same.
2283 * gdb.ada/mod_from_name.exp: Same.
2284 * gdb.ada/null_array.exp: Same.
2285 * gdb.ada/packed_array.exp: Same.
2286 * gdb.ada/packed_tagged.exp: Same.
2287 * gdb.ada/print_chars.exp: Same.
2288 * gdb.ada/print_pc.exp: Same.
2289 * gdb.ada/ptype_arith_binop.exp: Same.
2290 * gdb.ada/ptype_field.exp: Same.
2291 * gdb.ada/ptype_tagged_param.exp: Same.
2292 * gdb.ada/rec_return.exp: Same.
2293 * gdb.ada/ref_tick_size.exp: Same.
2294 * gdb.ada/str_ref_cmp.exp: Same.
2295 * gdb.ada/taft_type.exp: Same.
2296 * gdb.ada/tagged.exp: Same.
2297 * gdb.ada/type_coercion.exp: Same.
2298 * gdb.ada/uninitialized_vars.exp: Same.
2299
2300 2019-10-30 Tom de Vries <tdevries@suse.de>
2301
2302 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2303
2304 2019-10-26 Tom de Vries <tdevries@suse.de>
2305
2306 * gdb.base/bigcore.c: Fix typos in comments.
2307 * gdb.base/ctf-ptype.c: Same.
2308 * gdb.base/long_long.c: Same.
2309 * gdb.dwarf2/dw2-op-out-param.S: Same.
2310 * gdb.python/py-evthreads.c: Same.
2311 * gdb.reverse/i387-stack-reverse.c: Same.
2312 * gdb.trace/tfile.c: Same.
2313 * lib/compiler.c: Same.
2314 * lib/compiler.cc: Same.
2315
2316 2019-10-25 Tom de Vries <tdevries@suse.de>
2317
2318 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2319 gdb_test_multiple calls.
2320 * gdb.reverse/sigall-reverse.exp: Same.
2321 * gdb.reverse/solib-precsave.exp: Same.
2322 * gdb.reverse/solib-reverse.exp: Same.
2323 * gdb.reverse/until-precsave.exp: Same.
2324 * gdb.reverse/until-reverse.exp: Same.
2325
2326 2019-10-24 Tom de Vries <tdevries@suse.de>
2327
2328 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2329 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2330 kfail using -wrap pattern flag and convenience variable
2331 gdb_test_name.
2332
2333 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2334
2335 * gdb.python/py-progspace.exp: Add tests for the
2336 Progspace.block_for_pc method.
2337
2338 2019-10-23 Tom Tromey <tom@tromey.com>
2339
2340 * configure: Rebuild.
2341 * aclocal.m4: Use m4_include, not sinclude.
2342
2343 2019-10-21 Tom de Vries <tdevries@suse.de>
2344
2345 * gdb.base/infcall-nested-structs.c: Add
2346 __attribute__((noinline,noclone)) to all functions.
2347 (call_all): Add missing variable initialization. Simplify return value.
2348 (breakpt): Increment volatile variable, to prevent call from being
2349 optimized out.
2350 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2351
2352 2019-10-17 Tom de Vries <tdevries@suse.de>
2353
2354 * gdb.fortran/module.exp: Allow info variables to print info for files
2355 other than module.f90.
2356
2357 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.fortran/module.exp: Extend with 'info variables' test.
2360
2361 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2362
2363 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2364 F77_FOR_TARGET.
2365
2366 2019-10-16 Tom de Vries <tdevries@suse.de>
2367
2368 PR tdep/25096
2369 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2370
2371 2019-10-16 Tom de Vries <tdevries@suse.de>
2372
2373 PR tdep/24104
2374 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2375 Add KFAIL for PR tdep/25096.
2376
2377 2019-10-16 Tom de Vries <tdevries@suse.de>
2378
2379 PR testsuite/25059
2380 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2381
2382 2019-10-16 Tom de Vries <tdevries@suse.de>
2383
2384 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2385 as signed.
2386
2387 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2388
2389 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2390 one instead of increasing timeout.
2391
2392 2019-10-13 Tom de Vries <tdevries@suse.de>
2393
2394 PR record/25038
2395 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2396 * gdb.reverse/sigall-reverse.exp: Same.
2397 * gdb.reverse/solib-precsave.exp: Same.
2398 * gdb.reverse/solib-reverse.exp: Same.
2399 * gdb.reverse/step-precsave.exp: Same.
2400 * gdb.reverse/until-precsave.exp: Same.
2401 * gdb.reverse/until-reverse.exp: Same.
2402 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2403
2404 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2405
2406 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2407 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2408 (cmp_struct_05_01, cmp_struct_static_02_01)
2409 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2410 comparisons.
2411
2412 2019-10-10 Tom de Vries <tdevries@suse.de>
2413
2414 PR testsuite/24888
2415 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2416 gnatlink.
2417
2418 2019-10-09 Tom de Vries <tdevries@suse.de>
2419
2420 PR testsuite/25048
2421 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2422
2423 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2424
2425 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2426 exceptions due to missing debug information.
2427
2428 2019-10-07 Tom de Vries <tdevries@suse.de>
2429
2430 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2431
2432 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2433
2434 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2435 * gdb.base/annota1.exp: Update to use gdb_test_name.
2436
2437 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2438
2439 * gdb.base/ctf-whatis.exp: New file.
2440 * gdb.base/ctf-whatis.c: New file.
2441 * gdb.base/ctf-ptype.exp: New file.
2442 * gdb.base/ctf-ptype.c: New file.
2443 * gdb.base/ctf-constvars.exp: New file.
2444 * gdb.base/ctf-constvars.c: New file.
2445 * gdb.base/ctf-cvexpr.exp: New file.
2446
2447 2019-10-04 Tom de Vries <tdevries@suse.de>
2448
2449 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2450 for loop.
2451
2452 2019-10-03 Tom Tromey <tom@tromey.com>
2453
2454 PR rust/24976:
2455 * gdb.rust/simple.rs (Union2): New type.
2456 (main): Use Union2.
2457 * gdb.rust/simple.exp: Add test.
2458
2459 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2460
2461 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2462 nested function prefix.
2463
2464 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2465 Richard Bunt <richard.bunt@arm.com>
2466 Andrew Burgess <andrew.burgess@embecosm.com>
2467
2468 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2469 nested functions.
2470 * gdb.fortran/nested-funcs.f90: Update expected results.
2471 * gdb.fortran/nested-funcs-2.exp: New file.
2472 * gdb.fortran/nested-funcs-2.f90: New file.
2473
2474 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2475
2476 * gdb.python/py-parameter.exp: Make test names unique.
2477 * gdb.python/py-template.exp: Likewise.
2478 * gdb.python/py-value.exp: Likewise.
2479
2480 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2481
2482 * gdb.base/break-interp.exp: Reduce test name duplication.
2483 * gdb.base/call-sc.exp: Likewise.
2484 * gdb.base/callfuncs.exp: Likewise.
2485 * gdb.base/charset.exp: Likewise.
2486 * gdb.base/dump.exp: Likewise.
2487 * gdb.base/ena-dis-br.exp: Likewise.
2488 * gdb.base/relational.exp: Likewise.
2489 * gdb.base/step-over-syscall.exp: Likewise.
2490 * gdb.base/structs.exp: Likewise.
2491
2492 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2493
2494 * gdb.linespec/explicit.exp: Make test names unique.
2495 * gdb.linespec/ls-errs.exp: Likewise.
2496
2497 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2498
2499 * gdb.reverse/break-precsave.exp: Make test names unique.
2500 * gdb.reverse/break-reverse.exp: Likewise.
2501 * gdb.reverse/finish-precsave.exp: Likewise.
2502 * gdb.reverse/finish-reverse.exp: Likewise.
2503 * gdb.reverse/machinestate-precsave.exp: Likewise.
2504 * gdb.reverse/machinestate.exp: Likewise.
2505 * gdb.reverse/readv-reverse.exp: Likewise.
2506 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2507 * gdb.reverse/sigall-precsave.exp: Likewise.
2508 * gdb.reverse/sigall-reverse.exp: Likewise.
2509 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2510 * gdb.reverse/watch-precsave.exp: Likewise.
2511 * gdb.reverse/watch-reverse.exp: Likewise.
2512
2513 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.threads/stop-with-handle.c: New file.
2516 * gdb.threads/stop-with-handle.exp: New file.
2517
2518 2019-10-03 Tom de Vries <tdevries@suse.de>
2519
2520 PR testsuite/25059
2521 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2522 directory" line to be missing.
2523
2524 2019-10-03 Tom de Vries <tdevries@suse.de>
2525
2526 PR testsuite/25059
2527 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2528 type optional.
2529
2530 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2531
2532 * gdb.python/py-format-string.c (string.h): New include.
2533 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2534 the same value, for endianness-independence.
2535 * gdb.python/py-format-string.exp (default_regexp_dict)
2536 (test_pretty_structs, test_format): Adjust expected output to the
2537 changed initialization.
2538
2539 2019-10-02 Tom Tromey <tromey@adacore.com>
2540
2541 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2542
2543 2019-10-02 Pedro Alves <palves@redhat.com>
2544 Andrew Burgess <andrew.burgess@embecosm.com>
2545
2546 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2547 "print-file-var.h".
2548 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2549 (get_version_1): Print this_version_id and its address.
2550 Add extern "C" wrappers around interface functions.
2551 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2552 "print-file-var.h".
2553 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2554 (get_version_2): Print this_version_id and its address.
2555 Add extern "C" wrappers around interface functions.
2556 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2557 <stddef.h> and "print-file-var.h".
2558 Add extern "C" wrappers around interface functions.
2559 [VERSION_ID_MAIN] (this_version_id): Define.
2560 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2561 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2562 up extern "C" blocks.
2563 * gdb.base/print-file-var.exp (test): New, factored out from top
2564 level.
2565 (top level): Test all combinations of attribute hidden or not,
2566 dlopen or not, and this_version_id symbol in main file or not.
2567 Compile tests as both C++ and C, make test names unique.
2568
2569 2019-10-01 Tom Tromey <tom@tromey.com>
2570
2571 * gdb.base/style.exp: Test "show logging filename".
2572
2573 2019-10-01 Tom Tromey <tom@tromey.com>
2574
2575 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2576 * gdb.base/style.exp: Add metadata style test.
2577
2578 2019-10-01 Tom Tromey <tom@tromey.com>
2579
2580 * gdb.base/style.exp: Test "pwd".
2581
2582 2019-10-01 Tom Tromey <tom@tromey.com>
2583
2584 * gdb.base/style.exp: Update tests.
2585
2586 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2587
2588 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2589 'six' to unsigned.
2590 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2591 'five'. Use an all-ones bit pattern for each.
2592 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2593 to its changed values.
2594
2595 2019-09-30 Tom Tromey <tromey@adacore.com>
2596
2597 * gdb.rust/traits.rs: Disable all warnings.
2598
2599 2019-09-29 Tom de Vries <tdevries@suse.de>
2600
2601 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2602
2603 2019-09-29 Tom de Vries <tdevries@suse.de>
2604
2605 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2606
2607 2019-09-27 Tom de Vries <tdevries@suse.de>
2608
2609 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2610
2611 2019-09-27 Tom de Vries <tdevries@suse.de>
2612
2613 PR record/23188
2614 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2615
2616 2019-09-26 Tom Tromey <tromey@adacore.com>
2617
2618 * gdb.ada/py_taft.exp: New file.
2619 * gdb.ada/py_taft/main.adb: New file.
2620 * gdb.ada/py_taft/pkg.adb: New file.
2621 * gdb.ada/py_taft/pkg.ads: New file.
2622
2623 2019-09-24 Tom de Vries <tdevries@suse.de>
2624
2625 PR gdb/24598
2626 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2627
2628 2019-09-22 Tom de Vries <tdevries@suse.de>
2629
2630 * gdb.base/restore.exp: Allow register variables to be optimized out at
2631 -O0.
2632
2633 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2634
2635 * gdb.arch/spu-info.exp: Remove file.
2636 * gdb.arch/spu-info.c: Remove file.
2637 * gdb.arch/spu-ls.exp: Remove file.
2638 * gdb.arch/spu-ls.c: Remove file.
2639
2640 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2641 * gdb.asm/spu.inc: Remove file.
2642
2643 * gdb.base/dump.exp: Remove support for spu*-*-*.
2644 * gdb.base/stack-checking.exp: Likewise.
2645 * gdb.base/overlays.exp: Likewise.
2646 * gdb.base/ovlymgr.c: Likewise.
2647 * gdb.base/spu.ld: Remove file.
2648
2649 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2650 * gdb.cp/cpexprs.exp: Likewise.
2651 * gdb.cp/exception.exp: Likewise.
2652 * gdb.cp/gdb2495.exp: Likewise.
2653 * gdb.cp/mb-templates.exp: Likewise.
2654 * gdb.cp/pr9167.exp: Likewise.
2655 * gdb.cp/userdef.exp: Likewise.
2656
2657 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2658
2659 * gdb.cell: Remove directory.
2660 * lib/cell.exp: Remove file.
2661
2662 2019-09-19 Tom de Vries <tdevries@suse.de>
2663
2664 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2665
2666 2019-09-19 Tom de Vries <tdevries@suse.de>
2667
2668 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2669
2670 2019-09-19 Tom de Vries <tdevries@suse.de>
2671
2672 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2673 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2674 (gdb_target_cmd): ... here.
2675 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2676 value 2.
2677
2678 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * gdb.base/source-dir.exp: Avoid having directory names in test
2681 names.
2682
2683 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2684
2685 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2686 directory.
2687
2688 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * gdb.base/list-missing-source.exp: New file.
2691
2692 2019-09-14 Tom de Vries <tdevries@suse.de>
2693
2694 PR teststuite/24599
2695 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2696 * lib/ada.exp (gnatmake_version_at_least): New proc.
2697
2698 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2699
2700 * gdb.base/maint.exp: Use exec_has_index_section.
2701
2702 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.base/maint.exp: Add test for 'maint info sections'.
2705
2706 2019-09-12 Tom de Vries <tdevries@suse.de>
2707
2708 * gdb.base/store.exp: Allow register variables to be optimized out at
2709 -O0.
2710
2711 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2712
2713 * gdb.ada/rdv_wait.exp: Update to new task names.
2714 * gdb.base/task_switch_in_core.exp: Likewise.
2715 * gdb.base/info_sources_base.c: Likewise.
2716
2717 2019-09-10 Tom Tromey <tromey@adacore.com>
2718
2719 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2720
2721 2019-09-10 Tom Tromey <tromey@adacore.com>
2722
2723 * gdb.ada/dgopt.exp: New file.
2724 * gdb.ada/dgopt/x.adb: New file.
2725
2726 2019-09-08 Tom Tromey <tom@tromey.com>
2727
2728 * gdb.tui/resize.exp: Remove setup_xfail.
2729 * gdb.tui/regs.exp: Remove setup_xfail.
2730 * gdb.tui/basic.exp: Remove setup_xfail.
2731
2732 2019-09-06 David Blaikie <dblaikie@gmail.com>
2733
2734 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2735 * gdb.cp/cplabel.exp: Ditto.
2736 * gdb.linespec/ls-errs.exp: Ditto.
2737
2738 2019-09-05 Tom de Vries <tdevries@suse.de>
2739
2740 * lib/gdb.exp (cmp_file_string): New proc.
2741 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2742 runto_main. Verify save breakpoints output.
2743
2744 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2745
2746 * gdb.base/info-var.exp: Test info variables without running
2747 to main, to avoid expect's buffer overflow.
2748
2749 2019-09-03 Tom Tromey <tromey@adacore.com>
2750
2751 * gdb.ada/bias.exp: New file.
2752 * gdb.ada/bias/bias.adb: New file.
2753 * gdb.ada/print_chars.exp: Add regression test.
2754 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2755 (MC): New variable.
2756
2757 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2758
2759 * gdb.base/argv0-symlink.exp: Run only on native target
2760 and local host.
2761
2762 2019-08-29 Tom de Vries <tdevries@suse.de>
2763
2764 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2765 diverse debug info.
2766 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2767
2768 2019-08-28 Tom de Vries <tdevries@suse.de>
2769
2770 * gdb.base/info-var.exp: Allow info variables to print info for files
2771 other than info-var-f1.c and info-var-f2.c.
2772
2773 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * gdb.fortran/info-types.exp: Add module.
2776 * gdb.fortran/info-types.f90: Update expected results.
2777
2778 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.fortran/info-types.exp: New file.
2781 * gdb.fortran/info-types.f90: New file.
2782 * lib/fortran.exp (fortran_character1): New proc.
2783
2784 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2787 functions'. Reindent as needed.
2788 * gdb.base/info-var-f1.c: New file.
2789 * gdb.base/info-var-f2.c: New file.
2790 * gdb.base/info-var.exp: New file.
2791 * gdb.base/info-var.h: New file.
2792
2793 2019-08-26 Tom de Vries <tdevries@suse.de>
2794
2795 PR c++/24852
2796 * gdb.cp/no-libstdcxx-probe.exp: New test.
2797
2798 2019-08-26 Tom de Vries <tdevries@suse.de>
2799
2800 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2801 * tests need to be skipped.
2802 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2803 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2804 mi_skip_libstdcxx_probe_tests.
2805
2806 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2807
2808 * gdb.python/py-xmethods.exp: Use raw strings when passing
2809 arguments to SimpleXMethodMatcher.
2810
2811 2019-08-22 Tom de Vries <tdevries@suse.de>
2812
2813 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2814 more informative.
2815
2816 2019-08-21 Pedro Alves <palves@redhat.com>
2817
2818 * gdb.base/with.exp: Test "with" with no arguments.
2819
2820 2019-08-21 Tom de Vries <tdevries@suse.de>
2821
2822 * gdb.base/gdb-caching-proc.exp: Sort files.
2823
2824 2019-08-20 Tom de Vries <tdevries@suse.de>
2825
2826 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2827 compilation.
2828
2829 2019-08-16 Tom de Vries <tdevries@suse.de>
2830
2831 * gdb.base/compare-sections.exp ("after run to main"): Allow
2832 mismatched read-only sections for PIE executables.
2833
2834 2019-08-16 Tom Tromey <tom@tromey.com>
2835
2836 * lib/tuiterm.exp (_csi_Z): New proc.
2837 * gdb.tui/basic.exp: Update window positions.
2838 * gdb.tui/empty.exp: Update window positions.
2839
2840 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2841
2842 * gdb.base/examine-backward.exp: Correct regexp for
2843 "examine 3 bytes backward from ${address_zero}".
2844
2845 2019-08-15 Tom Tromey <tom@tromey.com>
2846
2847 * gdb.tui/empty.exp: Enable resizing tests.
2848
2849 2019-08-15 Tom Tromey <tromey@adacore.com>
2850
2851 * gdb.ada/char_enum.exp: Add regression tests.
2852 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2853 and '0'.
2854 (Char, Gchar): Update.
2855 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2856
2857 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2858
2859 * gdb.python/python.exp: Expect a leading underscore on
2860 GdbOutput{,Error}File.
2861
2862 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2863
2864 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2865 Windows host.
2866
2867 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2868
2869 * gdb.base/batch-preserve-term-settings.exp
2870 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2871
2872 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2873
2874 * lib/gdb.exp: When running on a mingw target, replace
2875 /x/ with x:/.
2876
2877 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2878
2879 * gdb.arch/aarch64-prologue.c: New test.
2880 * gdb.arch/aarch64-prologue.exp: New file.
2881
2882 2019-08-13 Tom de Vries <tdevries@suse.de>
2883
2884 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2885 Thread.
2886
2887 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2888
2889 * gdb.python/py-completion.exp: Download the .py file to the host
2890 and use its host pathname. Conditionalize tests that use
2891 tab completion and manipulate files on the build machine.
2892 * gdb.python/py-events.exp: Download the .py file to the host
2893 and use its host pathname.
2894 * gdb.python/py-evsignal.exp: Likewise.
2895 * gdb.python/py-evthreads.exp: Likewise.
2896 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2897 pathname syntax.
2898 * gdb.python/py-framefilter.exp: Download the .py file to the right
2899 place on the host. Match Windows pathname syntax.
2900 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2901 .py file to the host and use its host pathname.
2902 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2903 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2904 build pathname. Skip symlink test on Windows host. Add missing
2905 newline at end of file.
2906 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2907 and use its host pathname.
2908 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2909 * gdb.python/py-section-script.exp: Use host location of binfile
2910 on safe-path. Use correct path separator on Windows host.
2911 Reorder alternatives in gdb_test_multiple to prevent matching
2912 the wrong alternative on success.
2913 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2914
2915 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2916
2917 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2918 expect the GDB inferior to no longer immediately stop after
2919 being resumed with "signal SIGINT".
2920
2921 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2922
2923 * gdb.linespec/break-ask.exp: Generalize regexps to match
2924 Windows pathnames too.
2925
2926 2019-08-08 Tom de Vries <tdevries@suse.de>
2927
2928 PR testsuite/24862
2929 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2930
2931 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2932
2933 * gdb.base/style.exp: Update tests for help doc new invariants.
2934 * gdb.base/help.exp: Likewise.
2935
2936 2019-08-06 Tom Tromey <tom@tromey.com>
2937
2938 * gdb.base/style.exp: Add disassemble test.
2939 * gdb.base/style.c (some_called_function): New function.
2940 (main): Use it.
2941
2942 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2943
2944 * gdb.python/py-block.exp: Test dictionary access on blocks.
2945
2946 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2947
2948 PR gdb/24863
2949 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2950 -list-thread-groups --available test when running under
2951 check-read1.
2952
2953 2019-08-05 Tom de Vries <tdevries@suse.de>
2954
2955 PR testsuite/24863
2956 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2957 * gdb.base/help.exp: Use with_read1_timeout_factor.
2958 * gdb.base/info-macros.exp: Same.
2959 * gdb.cp/nested-types.exp: Same.
2960
2961 2019-08-05 Tom de Vries <tdevries@suse.de>
2962
2963 * lib/gdb.exp (version_at_least): Factor out of ...
2964 (tcl_version_at_least): ... here.
2965 (gdb_compile): Fail if pie results in non-PIE executable.
2966 (readelf_version, readelf_prints_pie): New proc.
2967 (exec_is_pie): Return -1 if unknown.
2968
2969 2019-08-05 Tom de Vries <tdevries@suse.de>
2970
2971 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2972
2973 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2974
2975 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2976
2977 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2978
2979 * lib/completion-support.exp (test_gdb_complete_none): Skip
2980 tab completion tests if no readline support.
2981 (test_gdb_complete_unique_re): Likewise.
2982 (test_gdb_complete_multiple): Likewise.
2983
2984 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2985
2986 * gdb.base/info_sources.exp: New file.
2987 * gdb.base/info_sources.c: New file.
2988 * gdb.base/info_sources_base.c: New file.
2989
2990 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2991
2992 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2993 prefix argument.
2994 (test_exit_status): Add prefix argument.
2995
2996 2019-08-01 Tom de Vries <tdevries@suse.de>
2997
2998 PR testsuite/24863
2999 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3000 calling exp_continue for new thread and thread exited messages.
3001
3002 2019-08-01 Tom de Vries <tdevries@suse.de>
3003
3004 PR testsuite/24863
3005 * gdb.base/structs.exp: Fix check-read1 timeout using
3006 gdb_test_sequence.
3007 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3008
3009 2019-08-01 Tom de Vries <tdevries@suse.de>
3010
3011 PR testsuite/24863
3012 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3013 line.
3014
3015 2019-08-01 Tom de Vries <tdevries@suse.de>
3016
3017 PR testsuite/24863
3018 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3019
3020 2019-07-30 Tom Tromey <tromey@adacore.com>
3021
3022 * gdb.ada/display_nested.exp: New file.
3023 * gdb.ada/display_nested/foo.adb: New file.
3024 * gdb.ada/display_nested/pack.adb: New file.
3025 * gdb.ada/display_nested/pack.ads: New file.
3026
3027 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3028
3029 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3030 namespace.
3031 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3032
3033 2019-07-30 Tom de Vries <tdevries@suse.de>
3034
3035 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3036 instead.
3037
3038 2019-07-30 Tom de Vries <tdevries@suse.de>
3039
3040 PR testsuite/24834
3041 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3042 (exec_is_pie): New proc.
3043
3044 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3045
3046 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3047
3048 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3049
3050 * gdb.python/py-objfile.c: Add global and static vars.
3051 * gdb.python/py-objfile.exp: Test new functions Objfile.
3052 lookup_global_symbol and lookup_static_symbol.
3053
3054 2019-07-29 Tom Tromey <tom@tromey.com>
3055
3056 * lib/tuiterm.exp (Term::_csi_@): New proc.
3057 (Term::_csi_X): Don't move cursor.
3058
3059 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3060
3061 * gdb.base/options.exp: Update backtrace - completion to
3062 new option -frame-info.
3063 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3064 Test new 'set print frame-info'. Test backtrace -frame-info
3065 overriding 'set print frame-info'.
3066 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3067 Test new 'set print frame-info'.
3068 Verify consistency of backtrace with and without filters, with and
3069 without -no-filters.
3070 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3071 default.
3072
3073 2019-07-29 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3076 no arguments".
3077
3078 2019-07-29 Tom de Vries <tdevries@suse.de>
3079
3080 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3081 is a substring of the first for "complete non-unique file name".
3082
3083 2019-07-29 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3086 with ".*".
3087
3088 2019-07-29 Tom de Vries <tdevries@suse.de>
3089
3090 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3091 Pass prompt_regexp parameter to gdb_test_multiple calls.
3092
3093 2019-07-29 Tom de Vries <tdevries@suse.de>
3094
3095 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3096 print registers" regexps.
3097
3098 2019-07-29 Tom de Vries <tdevries@suse.de>
3099
3100 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3101
3102 2019-07-29 Tom de Vries <tdevries@suse.de>
3103
3104 PR gdb/24855
3105 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3106 (skip_python_tests_prompt): Add prompt_regexp argument to
3107 gdb_test_multiple calls.
3108
3109 2019-07-27 Tom Tromey <tom@tromey.com>
3110
3111 * gdb.tui/main.exp: New file.
3112
3113 2019-07-27 Tom Tromey <tom@tromey.com>
3114
3115 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3116 optional.
3117 * gdb.tui/empty.exp: New file.
3118
3119 2019-07-27 Tom Tromey <tom@tromey.com>
3120
3121 * lib/tuiterm.exp (spawn): New proc.
3122 (Term::resize): New proc.
3123 * gdb.tui/resize.exp: New file.
3124
3125 2019-07-27 Tom Tromey <tom@tromey.com>
3126
3127 * gdb.tui/list.exp: New file.
3128
3129 2019-07-27 Tom Tromey <tom@tromey.com>
3130
3131 * gdb.tui/regs.exp: New file.
3132
3133 2019-07-27 Tom Tromey <tom@tromey.com>
3134
3135 * gdb.tui/basic.exp: Add "layout split" test.
3136
3137 2019-07-27 Tom Tromey <tom@tromey.com>
3138
3139 * gdb.tui/basic.exp: Add "layout asm" test.
3140
3141 2019-07-27 Tom Tromey <tom@tromey.com>
3142
3143 * lib/tuiterm.exp: New file.
3144 * gdb.tui/basic.exp: New file.
3145
3146 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3147
3148 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3149 Enable tests associated with this flag. Adjust regex
3150 referencing "foo_low" to now refer to "foo_cold" instead.
3151
3152 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3153
3154 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3155 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3156 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3157 foo_cold. Revise comments to match.
3158 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3159 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3160 were wrapped into this proc; Call do_test in loop from outermost
3161 level.
3162 (foo_low): Rename all occurrences to "foo_cold".
3163 (backtrace from baz): New test.
3164 (x2/i foo_cold): New test.
3165 (info line *foo_cold): New test.
3166
3167 2019-07-26 Tom de Vries <tdevries@suse.de>
3168
3169 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3170
3171 2019-07-25 Tom de Vries <tdevries@suse.de>
3172
3173 PR testsuite/24830
3174 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3175 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3176 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3177 (skip_libstdcxx_probe_tests): ... here.
3178 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3179
3180 2019-07-24 Tom de Vries <tdevries@suse.de>
3181
3182 PR testsuite/24807
3183 * gdb.objc/basicclass.m: Include stdio.h.
3184 * gdb.objc/nondebug.m: Same.
3185 * gdb.objc/objcdecode.m: Same.
3186
3187 2019-07-24 Tom de Vries <tdevries@suse.de>
3188
3189 PR testsuite/24612
3190 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3191 additional_flags.
3192
3193 2019-07-24 Tom de Vries <tdevries@suse.de>
3194
3195 PR testsuite/24831
3196 * gdb.multi/tids.exp: Update error messages for info threads.
3197
3198 2019-07-24 Tom de Vries <tdevries@suse.de>
3199
3200 * gdb.base/info-types.exp: Allow info types to print info for more than
3201 one file.
3202
3203 2019-07-23 Tom de Vries <tdevries@suse.de>
3204
3205 PR testsuite/24842
3206 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3207 gdb_spawn_with_cmdline_opts.
3208
3209 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3210
3211 * gdb.arch/arm-cmse-sgstubs.c: New test.
3212 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3213
3214 2019-07-23 Tom de Vries <tdevries@suse.de>
3215
3216 PR testsuite/24711
3217 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3218 issuing next command.
3219
3220 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3221
3222 * gdb.ada/info_auto_lang.exp: Update expected results.
3223 * gdb.base/info-types.c: Add additional types to check.
3224 * gdb.base/info-types.exp: Update expected results.
3225
3226 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3227
3228 * gdb.base/info-types.c: New file.
3229 * gdb.base/info-types.exp: New file.
3230
3231 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3232
3233 * gdb.arch/riscv-bp-infcall.c: New file.
3234 * gdb.arch/riscv-bp-infcall.exp: New file.
3235
3236 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3237
3238 PR breakpoints/24541
3239 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3240
3241 2019-07-14 Tom de Vries <tdevries@suse.de>
3242
3243 PR testsuite/24760
3244 * gdb.objc/basicclass.exp: Fix unterminated string.
3245
3246 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3247 Andrew Burgess <andrew.burgess@embecosm.com>
3248
3249 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3250 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3251 negative bounds.
3252 * gdb.fortran/vla-value.exp: Print elements of an array with
3253 negative bounds.
3254 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3255 testing.
3256
3257 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3258
3259 * gdb.base/options.exp (expect_string): Dequote strings in
3260 results.
3261 (test-string): Test strings with different quoting and reindent.
3262
3263 2019-07-10 Tom Tromey <tromey@adacore.com>
3264
3265 * gdb.ada/mi_ex_cond.exp: Update expected results.
3266 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3267 * gdb.ada/mi_catch_ex.exp: Update expected results.
3268 * gdb.ada/mi_catch_assert.exp: Update expected results.
3269 * gdb.ada/catch_ex.exp (catch_exception_info)
3270 (catch_exception_entry, catch_assert_entry)
3271 (catch_unhandled_entry): Update.
3272 * gdb.ada/catch_assert_if.exp: Update expected results.
3273
3274 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3275 Stephen Roberts <stephen.roberts@arm.com>
3276
3277 * gdb.base/define.exp: Restore original prompt.
3278
3279 2019-07-09 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3282 breakpoints" output.
3283 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3284 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3285 throw" creates breakpoint.
3286 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3287 'type="catchpoint"'.
3288
3289 2019-07-09 Pedro Alves <palves@redhat.com>
3290
3291 PR c++/15468
3292 * gdb.cp/except-multi-location-lib.cc: New.
3293 * gdb.cp/except-multi-location-main.cc: New.
3294 * gdb.cp/except-multi-location.exp: New.
3295
3296 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3297
3298 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3299 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3300 argument and update callers.
3301
3302 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3303
3304 * gdb.arch/amd64-break-on-asm-line.S: New file.
3305 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3306
3307 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3308
3309 * gdb.base/printcmds.exp: Test printing C string and
3310 C wide string convenience vars without transiting via the inferior.
3311 Also make test names unique.
3312
3313 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3314
3315 PR breakpoints/25011
3316 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3317
3318 2019-07-04 Pedro Alves <palves@redhat.com>
3319
3320 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3321 body returned ok(0), break(3) or continue(4).
3322 * gdb.testsuite/foreach_with_prefix.exp: New file.
3323
3324 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3325
3326 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3327
3328 2019-07-03 Pedro Alves <palves@redhat.com>
3329
3330 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3331 "return -code".
3332
3333 2019-07-03 Pedro Alves <palves@redhat.com>
3334
3335 PR cli/24732
3336 * gdb.base/shell.exp: Load completion-support.exp.
3337 Adjust expected error output. Add completion tests.
3338
3339 2019-07-03 Pedro Alves <palves@redhat.com>
3340
3341 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3342 string_to_regexp.
3343
3344 2019-07-03 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3347 (expect_integer): Adjust to expect "-string".
3348 (expect_string): New.
3349 (all_options): Expect "-string".
3350 (test-flag, test-boolean): Adjust to expect "-string".
3351 (test-string): New proc.
3352 (top level): Call it.
3353
3354 2019-07-03 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3357 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3358 the expected output in the success.
3359
3360 2019-07-03 Pedro Alves <palves@redhat.com>
3361
3362 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3363 Split one gdb_test_multiple call in two to avoid a race.
3364
3365 2019-07-03 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.base/with.c: New file.
3368 * gdb.base/with.exp: New file.
3369
3370 2019-07-03 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.base/settings.exp: Replace all references to "maint
3373 test-settings set" with references to "maint set test-settings",
3374 and all references to "maint test-settings show" with references
3375 to "maint show test-settings".
3376
3377 2019-07-03 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.base/settings.exp (test-string): Adjust expected out when
3380 testing "maint test-settings show filename"
3381
3382 2019-07-02 Pedro Alves <palves@redhat.com>
3383
3384 * gdb.base/options.exp (test-info-threads): New procedure.
3385 (top level): Call it.
3386
3387 2019-06-28 Tom Tromey <tromey@adacore.com>
3388
3389 * gdb.dwarf2/ada-linkage-name.c: New file.
3390 * gdb.dwarf2/ada-linkage-name.exp: New file.
3391
3392 2019-06-27 Tom Tromey <tromey@adacore.com>
3393
3394 PR c++/20020:
3395 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3396
3397 2019-06-26 Tom de Vries <tdevries@suse.de>
3398
3399 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3400
3401 2019-06-26 Tom de Vries <tdevries@suse.de>
3402
3403 * gdb.base/index-cache.exp: Add back missing debug option.
3404
3405 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3406
3407 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3408
3409 2019-06-25 Tom de Vries <tdevries@suse.de>
3410
3411 PR testsuite/24727
3412 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3413
3414 2019-06-24 Tom de Vries <tdevries@suse.de>
3415
3416 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3417
3418 2019-06-24 Tom de Vries <tdevries@suse.de>
3419
3420 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3421 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3422 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3423
3424 2019-06-24 Tom de Vries <tdevries@suse.de>
3425
3426 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3427
3428 2019-06-21 Tom de Vries <tdevries@suse.de>
3429
3430 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3431
3432 2019-06-21 Tom de Vries <tdevries@suse.de>
3433
3434 PR testsuite/24518
3435 PR ada/24713
3436 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3437 index.
3438
3439 2019-06-19 Tom Tromey <tromey@adacore.com>
3440
3441 * gdb.ada/length_cond.exp: Add intro comment.
3442
3443 2019-06-19 Tom Tromey <tromey@adacore.com>
3444
3445 * gdb.ada/length_cond.exp: New file.
3446 * gdb.ada/length_cond/length_cond.adb: New file.
3447 * gdb.ada/length_cond/pck.adb: New file.
3448 * gdb.ada/length_cond/pck.ads: New file.
3449
3450 2019-06-18 Tom de Vries <tdevries@suse.de>
3451
3452 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3453
3454 2019-06-18 Tom Tromey <tromey@adacore.com>
3455
3456 * gdb.base/list0.h: Add comment explaining control character.
3457
3458 2019-06-18 Tom de Vries <tdevries@suse.de>
3459
3460 * boards/fission.exp: Break up long debug_flags line.
3461
3462 2019-06-16 Tom de Vries <tdevries@suse.de>
3463
3464 PR gdb/24445
3465 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3466 generated index.
3467
3468 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 PR gdb/24686
3471 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3472 improve detection of bug gdb/24541.
3473
3474 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3475
3476 PR gdb/24669
3477 * gdb.base/index-cache.exp (uses_readnow,
3478 expecting_index_cache_use): Define global variable.
3479 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3480 expecting_index_cache_use.
3481
3482 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3483 Andrew Burgess <andrew.burgess@embecosm.com>
3484
3485 * gdb.fortran/pointers.f90: New file.
3486 * gdb.fortran/print_type.exp: New file.
3487 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3488 * gdb.fortran/vla-type.exp: Likewise.
3489 * gdb.fortran/vla-value.exp: Likewise.
3490 * gdb.mi/mi-vla-fortran.exp: Likewise.
3491
3492 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3493
3494 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3495 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3496 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3497 as a stop reason.
3498
3499 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3500
3501 * gdb.base/annota1.exp: Update expected results.
3502 * gdb.cp/annota2.exp: Likewise.
3503 * gdb.cp/annota3.exp: Likewise.
3504
3505 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3506
3507 * gdb.base/style-logging.exp: Remove path from test name.
3508
3509 2019-06-14 Tom Tromey <tromey@adacore.com>
3510
3511 PR gdb/24502:
3512 * gdb.base/style-logging.exp: New file.
3513
3514 2019-06-14 Tom Tromey <tromey@adacore.com>
3515
3516 * gdb.base/symfile-warn.exp: New file.
3517 * gdb.base/symfile-warn.c: New file.
3518
3519 2019-06-14 Tom Tromey <tromey@adacore.com>
3520
3521 * gdb.base/annotate-symlink.exp: New file.
3522
3523 2019-06-14 Tom Tromey <tromey@adacore.com>
3524
3525 * gdb.ada/set_wstr.exp: Add reassignment test.
3526
3527 2019-06-14 Tom Tromey <tromey@adacore.com>
3528
3529 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3530 'unchecked_access and 'unrestricted_access as well.
3531
3532 2019-06-14 Tom Tromey <tromey@adacore.com>
3533
3534 PR ada/24539:
3535 * gdb.ada/vla.exp: Update tests.
3536 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3537 pragma.
3538
3539 2019-06-13 Pedro Alves <palves@redhat.com>
3540
3541 * gdb.base/settings.exp (test-integer): Test junk after
3542 "unlimited".
3543
3544 2019-06-13 Pedro Alves <palves@redhat.com>
3545
3546 * gdb.base/options.exp (test-thread-apply): New.
3547 (top level): Call it.
3548
3549 2019-06-13 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/options.exp (test-frame-apply): New.
3552 (top level): Test print commands with different "frame apply"
3553 prefixes.
3554
3555 2019-06-13 Pedro Alves <palves@redhat.com>
3556
3557 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3558 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3559 'max_completions' parameter and handle it.
3560 (test_gdb_completion_offers_commands): New.
3561
3562 2019-06-13 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3565
3566 2019-06-13 Pedro Alves <palves@redhat.com>
3567
3568 * gdb.base/options.exp (test-backtrace): New.
3569 (top level): Call it.
3570
3571 2019-06-13 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.guile/scm-frame-args.exp: Use "set print
3574 raw-frame-arguments" instead of "set print raw frame-arguments".
3575 * gdb.python/py-frame-args.exp: Likewise.
3576
3577 2019-06-13 Pedro Alves <palves@redhat.com>
3578
3579 * gdb.compile/compile.exp: Adjust expected output to option
3580 processing changes.
3581
3582 2019-06-13 Pedro Alves <palves@redhat.com>
3583
3584 * gdb.base/options.exp: Build executable.
3585 (test-print): New procedure.
3586 (top level): Call it, once for "print" and another for "compile
3587 print".
3588
3589 2019-06-13 Pedro Alves <palves@redhat.com>
3590
3591 * gdb.base/options.c: New file.
3592 * gdb.base/options.exp: New file.
3593
3594 2019-06-13 Pedro Alves <palves@redhat.com>
3595
3596 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3597 that "o" is ambiguous.
3598
3599 2019-06-13 Pedro Alves <palves@redhat.com>
3600
3601 * gdb.base/settings.c: New file.
3602 * gdb.base/settings.exp: New file.
3603
3604 2019-06-13 Pedro Alves <palves@redhat.com>
3605
3606 * gdb.base/completion.exp: Fix comment typo.
3607
3608 2019-06-13 Pedro Alves <palves@redhat.com>
3609
3610 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3611 foo --1" test.
3612
3613 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3614
3615 * gdb.fortran/block-data.f: New.
3616 * gdb.fortran/block-data.exp: New.
3617
3618 2019-06-11 Tom de Vries <tdevries@suse.de>
3619
3620 PR testsuite/24521
3621 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3622 message.
3623
3624 2019-06-11 Tom de Vries <tdevries@suse.de>
3625
3626 PR testsuite/24521
3627 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3628
3629 2019-06-11 Tom de Vries <tdevries@suse.de>
3630
3631 * boards/readnow.exp: New file.
3632
3633 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3634
3635 * gdb.fortran/vla-sizeof.exp: Update expected results.
3636
3637 2019-06-06 Amos Bird <amosbird@gmail.com>
3638
3639 * gdb.base/annota1.exp (thread_switch): Add test for
3640 thread-exited annotation.
3641
3642 2019-06-06 Tom Tromey <tromey@adacore.com>
3643
3644 * gdb.base/maint.exp: Expect command started/finished output.
3645
3646 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3647
3648 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3649 comment.
3650 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3651
3652 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3653
3654 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3655 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3656 * gdb.arch/riscv-unwind-long-insn.c: New file.
3657 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3658
3659 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3660
3661 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3662
3663 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3664
3665 * lib/gdb.exp (help_list_trailer): New regexp variable
3666 factorizing the help trailer message.
3667 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3668 arg to allow to better factorize various tests.
3669 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3670 (test_prefix_command_help): Use help_list_trailer.
3671 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3672 * gdb.guile/scm-cmd.exp: Likewise.
3673 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3674 * gdb.base/help.exp: Use test_user_defined_class_help.
3675 * gdb.base/style.exp: Add tests for styling of help and apropos.
3676 * lib/gdb-utils.exp (style): Add title and highlight styles.
3677
3678 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3679
3680 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3681 $_shell_exitsignal.
3682 * gdb.base/default.exp: Update for new convenience variables.
3683
3684 2019-05-29 Tom Tromey <tromey@adacore.com>
3685
3686 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3687 to "break complete ada" test case's regexp.
3688
3689 2019-05-29 Tom Tromey <tromey@adacore.com>
3690
3691 PR c++/20020:
3692 * gdb.cp/constexpr-field.exp: New file.
3693 * gdb.cp/constexpr-field.cc: New file.
3694
3695 2019-05-29 Tom Tromey <tromey@adacore.com>
3696
3697 * gdb.base/finish.exp (finish_no_print): New proc.
3698 (finish_tests): Call it.
3699
3700 2019-05-24 Tom de Vries <tdevries@suse.de>
3701
3702 * gdb.dwarf2/gdb-add-index.exp: New file.
3703
3704 2019-05-22 Tom Tromey <tromey@adacore.com>
3705
3706 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3707 * gdb.base/style.exp: Use "style".
3708 * lib/gdb-utils.exp (style): New proc.
3709
3710 2019-05-22 Tom de Vries <tdevries@suse.de>
3711
3712 * gdb.base/align.exp: Require c++11.
3713
3714 2019-05-22 Tom de Vries <tdevries@suse.de>
3715
3716 PR testsuite/24586
3717 * gdb.python/py-mi-var-info-path-expression.exp: Call
3718 mi_skip_python_tests to check if python is supported.
3719
3720 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3721
3722 * gdb.arch/aarch64-pauth.c: New test.
3723 * gdb.arch/aarch64-pauth.exp: New file.
3724
3725 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3726
3727 * README (Re-running Tests Outside The Testsuite): New section.
3728
3729 2019-05-21 Tom de Vries <tdevries@suse.de>
3730
3731 * gdb.arch/amd64-eval.exp: Require c++11.
3732 * gdb.base/max-depth.exp: Same.
3733 * gdb.compile/compile-cplus-array-decay.exp: Same.
3734 * gdb.cp/meth-typedefs.exp: Same.
3735 * gdb.cp/subtypes.exp: Same.
3736 * gdb.cp/temargs.exp: Same.
3737
3738 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3739
3740 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3741
3742 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 PR gdb/18644
3745 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3746 * gdb.fortran/printing-types.exp: Add new test.
3747 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3748 testing.
3749 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3750 setup_kfail call.
3751
3752 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3753
3754 * README (Running the Testsuite): Change example.
3755 (Testsuite Parameters): Remove TRANSCRIPT.
3756 * lib/gdb.exp: Remove TRANSCRIPT check.
3757
3758 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3759
3760 * README (Testsuite Parameters): Add replay logging to
3761 GDBSERVER_DEBUG.
3762 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3763 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3764 as a comma separated list.
3765 (gdb_debug_init): Override procedure.
3766
3767 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3768
3769 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3770 (gdb_write_cmd_file): New procedure.
3771 * lib/gdbserver-support.exp (gdbserver_start): Call
3772 gdbserver_write_cmd_file.
3773 (gdbserver_write_cmd_file): New procedure.
3774
3775 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3776
3777 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3778 (delete_breakpoints): Likewise.
3779 (gdb_run_cmd): Likewise.
3780 (gdb_start_cmd): Likewise.
3781 (gdb_starti_cmd): Likewise.
3782 (gdb_internal_error_resync): Likewise.
3783 (gdb_test_multiple): Likewise.
3784 (gdb_reinitialize_dir): Likewise.
3785 (default_gdb_exit): Likewise.
3786 (gdb_file_cmd): Mark kill as optional.
3787 (default_gdb_start): Call gdb_stdin_log_init.
3788 (send_gdb): Call gdb_stdin_log_write.
3789 (rerun_to_main): Mark Y as an answer.
3790 (gdb_stdin_log_init): New function.
3791 (gdb_stdin_log_write): Likewise.
3792
3793 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3794
3795 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3796 * gdb.base/debug-expr.exp: Likewise.
3797 * gdb.base/foll-fork.exp: Likewise.
3798 * gdb.base/foll-vfork.exp: Likewise.
3799 * gdb.base/fork-print-inferior-events.exp: Likewise.
3800 * gdb.base/gdb-sigterm.exp: Likewise.
3801 * gdb.base/gdbinit-history.exp: Likewise.
3802 * gdb.base/osabi.exp: Likewise.
3803 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3804 * gdb.base/ui-redirect.exp: Likewise.
3805 * gdb.gdb/unittest.exp: Likewise.
3806 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3807 * gdb.mi/mi-watch.exp: Likewise.
3808 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3809 * gdb.mi/user-selected-context-sync.exp: Likewise.
3810 * gdb.python/python.exp: Disable debug test when debugging.
3811 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3812 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3813 Likewise.
3814 * gdb.threads/stepi-random-signal.exp: Likewise.
3815
3816 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3817
3818 * Makefile.in: Pass through GDB_DEBUG.
3819 * README (Testsuite Parameters): Add GDB_DEBUG.
3820 (gdb,debug): Add board setting.
3821 * lib/gdb.exp (default_gdb_start): Start debugging.
3822 (gdb_debug_enabled): New procedure.
3823 (gdb_debug_init): Likewise.
3824
3825 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3826
3827 * Makefile.in: Pass through GDB_DEBUG.
3828 * README (Testsuite Parameters): Add GDB_DEBUG.
3829 (gdb,debug): Add board setting.
3830 * lib/gdb.exp (default_gdb_start): Start debugging.
3831 (gdb_debug_enabled): New procedure.
3832 (gdb_debug_init): Likewise.
3833
3834 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3835
3836 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3837
3838 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3839
3840 * gdb.base/ui-redirect.exp: Test redirection.
3841
3842 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3843
3844 * gdb.mi/mi-complete.exp: New file.
3845 * gdb.mi/mi-complete.cc: Likewise.
3846
3847 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3848
3849 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3850 indexed and sliced arrays, and pointers to arrays.
3851
3852 2019-05-14 Tom Tromey <tromey@adacore.com>
3853
3854 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3855 styling test.
3856
3857 2019-05-14 Tom de Vries <tdevries@suse.de>
3858
3859 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3860 selection entry encoding.
3861
3862 2019-05-10 Tom Tromey <tromey@adacore.com>
3863
3864 * gdb.ada/info_exc.exp: Add "complete" test.
3865
3866 2019-05-09 Tom de Vries <tdevries@suse.de>
3867
3868 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3869 CU-relative.
3870
3871 2019-05-09 Tom de Vries <tdevries@suse.de>
3872
3873 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3874 CU-relative.
3875
3876 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3877
3878 * gdb.ada/frame_arg_lang.exp: New testcase.
3879 * gdb.ada/frame_arg_lang/bla.adb: New file.
3880 * gdb.ada/frame_arg_lang/pck.ads: New file.
3881 * gdb.ada/frame_arg_lang/pck.adb: New file.
3882 * gdb.ada/frame_arg_lang/foo.c: New file.
3883
3884 2019-05-08 Tom Tromey <tromey@adacore.com>
3885
3886 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3887
3888 2019-05-08 Tom Tromey <tromey@adacore.com>
3889
3890 * gdb.base/ptype-offsets.exp: Update tests.
3891
3892 2019-05-08 Tom Tromey <tromey@adacore.com>
3893
3894 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3895 cases.
3896 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3897 "short".
3898
3899 2019-05-08 Tom Tromey <tromey@adacore.com>
3900
3901 * gdb.ada/vla.exp: New file.
3902 * gdb.ada/vla/vla.adb: New file.
3903
3904 2019-05-07 Tom de Vries <tdevries@suse.de>
3905
3906 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3907
3908 2019-05-07 Tom de Vries <tdevries@suse.de>
3909
3910 PR testsuite/24522
3911 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3912 section.
3913
3914 2019-05-07 Tom de Vries <tdevries@suse.de>
3915
3916 PR testsuite/24522
3917 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3918 .debug_aranges section.
3919
3920 2019-05-07 Tom de Vries <tdevries@suse.de>
3921
3922 PR testsuite/24159
3923 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3924
3925 2019-05-06 Tom de Vries <tdevries@suse.de>
3926
3927 * lib/gdb.exp (exec_has_index_section): New proc.
3928 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3929 section.
3930
3931 2019-05-04 Tom de Vries <tdevries@suse.de>
3932
3933 * boards/cc-with-debug-names.exp: New file.
3934
3935 2019-05-03 Tom Tromey <tromey@adacore.com>
3936
3937 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3938 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3939 * gdb.ada/char_enum.exp: Add test.
3940
3941 2019-05-03 Tom de Vries <tdevries@suse.de>
3942
3943 * boards/cc-with-gdb-index.exp: New file.
3944
3945 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3946
3947 * gdb.rust/simple.exp: Add new test case.
3948 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3949 (main): Initialise an instance of the new struct.
3950
3951 2019-05-01 Tom Tromey <tromey@adacore.com>
3952
3953 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3954 record.
3955 (NPR): New variable.
3956 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3957 test.
3958
3959 2019-05-01 Tom Tromey <tromey@adacore.com>
3960
3961 * gdb.ada/packed_array_assign.exp: Add packed assignment
3962 regression test.
3963
3964 2019-05-01 Tom de Vries <tdevries@suse.de>
3965
3966 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3967
3968 2019-05-01 Tom de Vries <tdevries@suse.de>
3969
3970 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3971
3972 2019-04-30 Ali Tamur <tamur@google.com>
3973
3974 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3975
3976 2019-04-30 Tom Tromey <tromey@adacore.com>
3977
3978 * lib/ada.exp (find_ada_tool): New proc.
3979 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3980 * gdb.ada/catch_ex_std.exp: New file.
3981 * gdb.ada/catch_ex_std/foo.adb: New file.
3982 * gdb.ada/catch_ex_std/some_package.adb: New file.
3983 * gdb.ada/catch_ex_std/some_package.ads: New file.
3984
3985 2019-04-30 Tom Tromey <tromey@adacore.com>
3986
3987 PR c++/24470:
3988 * gdb.cp/temargs.cc: Add test code from PR.
3989
3990 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3991
3992 * gdb.fortran/vla-datatypes.exp: Update expected results.
3993 * gdb.fortran/vla-ptype.exp: Likewise.
3994 * gdb.fortran/vla-type.exp: Likewise.
3995 * gdb.fortran/vla-value.exp: Likewise.
3996
3997 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3998
3999 * gdb.fortran/ptr-indentation.exp: Update expected results.
4000 * gdb.fortran/ptype-on-functions.exp: Likewise.
4001 * gdb.fortran/vla-ptr-info.exp: Likewise.
4002 * gdb.fortran/vla-value.exp: Likewise.
4003
4004 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4005
4006 * gdb.fortran/ptype-on-functions.exp: New file.
4007 * gdb.fortran/ptype-on-functions.f90: New file.
4008
4009 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4010
4011 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4012 case void string.
4013
4014 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4015
4016 * gdb.fortran/complex.exp: Expand.
4017 * gdb.fortran/complex.f: Renamed to...
4018 * gdb.fortran/complex.f90: ...this, and extended to add more
4019 complex values.
4020
4021 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4022
4023 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4024 MODULO, CMPLX.
4025
4026 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4027 Richard Bunt <richard.bunt@arm.com>
4028
4029 * gdb.base/max-depth.c: New file.
4030 * gdb.base/max-depth.exp: New file.
4031 * gdb.python/py-nested-maps.c: New file.
4032 * gdb.python/py-nested-maps.exp: New file.
4033 * gdb.python/py-nested-maps.py: New file.
4034 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4035 (test_all_common): Call test_max_depth.
4036 * gdb.fortran/max-depth.exp: New file.
4037 * gdb.fortran/max-depth.f90: New file.
4038 * gdb.go/max-depth.exp: New file.
4039 * gdb.go/max-depth.go: New file.
4040 * gdb.modula2/max-depth.exp: New file.
4041 * gdb.modula2/max-depth.c: New file.
4042 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4043
4044 2019-04-29 Tom de Vries <tdevries@suse.de>
4045
4046 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4047
4048 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4049
4050 * gdb.base/callexit.exp: Test may-call-functions off.
4051
4052 2019-04-25 Keith Seitz <keiths@redhat.com>
4053
4054 PR c++/24367
4055 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4056 (another_incomplete_struct, test_incomplete): New definitions.
4057 (main): Use new definitions.
4058 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4059 functions.
4060
4061 2019-04-25 Ali Tamur <tamur@google.com>
4062
4063 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4064
4065 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4066
4067 PR corefiles/11608
4068 PR corefiles/18187
4069 * gdb.base/coredump-filter-build-id.exp: New file.
4070
4071 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4072
4073 * Makefile.in: Pass through GDBSERVER_DEBUG.
4074 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4075 (gdbserver,debug): Add board setting.
4076 * gdb.trace/tspeed.exp: Skip when debugging.
4077 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4078 * lib/gdbserver-support.exp: Likewise
4079
4080 2019-04-24 Tom Tromey <tromey@adacore.com>
4081
4082 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4083 Rust.
4084
4085 2019-04-24 Tom Tromey <tromey@adacore.com>
4086
4087 * gdb.arch/amd64-eval.exp: Test bitfield return.
4088 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4089 (class Foo) <return_bitfields>: New method.
4090 (main): Call it.
4091
4092 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4093
4094 * gdb.cp/many-args.cc: New file.
4095 * gdb.cp/many-args.exp: New file.
4096
4097 2019-04-23 Tom de Vries <tdevries@suse.de>
4098
4099 PR gdb/24433
4100 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4101
4102 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4103
4104 * gdb.trace/backtrace.exp: Use nopie flag.
4105 * gdb.trace/circ.exp: Likewise.
4106 * gdb.trace/collection.exp: Likewise.
4107 * gdb.trace/ftrace.exp: Likewise.
4108 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4109 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4110 * gdb.trace/qtro.exp: Likewise.
4111 * gdb.trace/read-memory.exp: Likewise.
4112 * gdb.trace/report.exp: Likewise.
4113 * gdb.trace/tfile.exp: Likewise.
4114 * gdb.trace/tfind.exp: Likewise.
4115 * gdb.trace/unavailable.exp: Likewise.
4116
4117 2019-04-22 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.base/solib-probes-nosharedlibrary.c,
4120 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4121
4122 2019-04-19 Tom Tromey <tromey@adacore.com>
4123
4124 * gdb.ada/ptype_union.c: New file.
4125 * gdb.ada/ptype_union.exp: New file.
4126
4127 2019-04-19 Tom Tromey <tromey@adacore.com>
4128
4129 PR symtab/24423:
4130 * gdb.base/list0.h (foo): Add a control-l character.
4131
4132 2019-04-18 Tom de Vries <tdevries@suse.de>
4133
4134 PR gdb/24433
4135 * boards/local-board.exp: Set sysroot to "".
4136
4137 2019-04-18 Tom de Vries <tdevries@suse.de>
4138 Pedro Alves <palves@redhat.com>
4139
4140 PR gdb/24454
4141 * gdb.threads/vfork-follow-child-exec.c: New file.
4142 * gdb.threads/vfork-follow-child-exec.exp: New file.
4143 * gdb.threads/vfork-follow-child-exit.c: New file.
4144 * gdb.threads/vfork-follow-child-exit.exp: New file.
4145
4146 2019-04-15 Leszek Swirski <leszeks@google.com>
4147
4148 * gdb.arch/amd64-eval.cc: New file.
4149 * gdb.arch/amd64-eval.exp: New file.
4150
4151 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4152
4153 * gdb.server/sysroot.c: New test.
4154 * gdb.server/sysroot.exp: New file.
4155 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4156 matching param.
4157
4158 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4159
4160 * gdb.base/align.exp: Extend test to cover structures containing
4161 only static fields.
4162
4163 2019-04-11 Tom de Vries <tdevries@suse.de>
4164
4165 * boards/cc-with-dwz-m.exp: New file.
4166 * boards/cc-with-dwz.exp: New file.
4167 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4168
4169 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4170
4171 * gdb.base/start-cpp.exp: New file.
4172 * gdb.base/start-cpp.cc: New file.
4173
4174 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4175
4176 * gdb.python/py-thrhandle.exp: Adjust tests to call
4177 thread_from_handle instead of thread_from_thread_handle.
4178
4179 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4180
4181 * gdb.python/py-thrhandle.exp: Add tests for
4182 gdb.InferiorThread.handle.
4183
4184 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4185
4186 * gdb.python/py-function.exp: Check calling helper function from
4187 all languages.
4188 * lib/gdb.exp (gdb_supported_languages): New proc.
4189
4190 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4191
4192 * gdb.base/complex-parts.c: New file.
4193 * gdb.base/complex-parts.exp: New file.
4194
4195 2019-04-01 Tom Tromey <tromey@adacore.com>
4196
4197 PR symtab/23331:
4198 * gdb.dwarf2/dw2-ranges-main.c: New file.
4199 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4200 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4201
4202 2019-03-30 Simon Marchi <simark@simark.ca>
4203
4204 * gdb.base/default.exp: Add values for $_gdb_major and
4205 $_gdb_minor.
4206
4207 2019-03-29 Tom Tromey <tromey@adacore.com>
4208
4209 * gdb.base/help.exp: Tighten apropos regexp.
4210
4211 2019-03-29 Keith Seitz <keiths@redhat.com>
4212
4213 * gdb.fortran/array-bounds.exp: New file.
4214 * gdb.fortran/array-bounds.f90: New file.
4215
4216 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4217
4218 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4219
4220 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4221
4222 * gdb.multi/hello.c (main): Increase alarm timer.
4223
4224 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4225
4226 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4227 factor when no hardware watchpoint support.
4228
4229 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4230 Pedro Alves <palves@redhat.com>
4231
4232 * boards/local-board.exp: set sysroot to /.
4233
4234 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4235
4236 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4237 in child.
4238
4239 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4240
4241 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4242 field.
4243 (make_container): Initialise new field.
4244 * gdb.python/py-prettyprint.exp: Add new tests.
4245 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4246 <display_hint>: New method.
4247
4248 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4249
4250 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4251 gdb_continue_to_breakpoint more throughout this test.
4252 (run_lang_tests) Supply unique test names, and use
4253 gdb_test_no_output.
4254
4255 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4256
4257 * gdb.base/finish-pretty.exp: Update expected results.
4258 * gdb.base/pretty-print.c: New file.
4259 * gdb.base/pretty-print.exp: New file.
4260
4261 2019-03-25 Pedro Alves <palves@redhat.com>
4262
4263 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4264 move comments outside list. Append '-i "" eof' section.
4265
4266 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4267
4268 PR testsuite/25016
4269 * README: Add pie options.
4270 * gdb.base/break-interp.exp: Ensure pie is disabled.
4271 * gdb.base/dump.exp: Likewise.
4272 * lib/gdb.exp (gdb_compile): Add pie option.
4273
4274 2019-03-19 Tom Tromey <tromey@adacore.com>
4275
4276 * gdb.mi/mi2-cli-display.c: New file.
4277 * gdb.mi/mi2-cli-display.exp: New file.
4278
4279 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4280 Tom Tromey <tromey@adacore.com>
4281
4282 * gdb.ada/ptype_array/pck.adb: New file.
4283 * gdb.ada/ptype_array/pck.ads: New file.
4284 * gdb.ada/ptype_array/foo.adb: New file.
4285 * gdb.ada/ptype_array.exp: New file.
4286
4287 2019-03-14 Tom Tromey <tromey@adacore.com>
4288
4289 * gdb.base/style.exp: Add "set style sources" test.
4290
4291 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4292
4293 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4294 * mi-breakpoint-multiple-locations.exp: ... this.
4295 (make_breakpoints_pattern): New proc.
4296 (do_test): Add mi_version parameter, test -break-insert,
4297 -break-info and =breakpoint-created.
4298
4299 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4300
4301 * config/default.exp: Remove 'load_lib gdb.exp'.
4302 * config/monitor.exp: Likewise.
4303 * config/sid.exp: Likewise.
4304 * config/sim.exp: Likewise.
4305 * config/slite.exp: Likewise.
4306 * config/unix.exp: Likewise.
4307 * gdb.base/default.exp: Remove unhelpful comment.
4308
4309 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4310
4311 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4312
4313 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4314
4315 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4316
4317 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4318
4319 * gdb.fortran/type-kinds.exp: Update expected results.
4320
4321 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4322
4323 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4324
4325 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4326
4327 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4328 function.
4329 (test_basic_parsing_of_type_kinds): Expand types tested.
4330 (test_parsing_invalid_type_kinds): New function.
4331
4332 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 * gdb.fortran/intrinsics.exp: New file.
4335 * gdb.fortran/intrinsics.f90: New file.
4336 * gdb.fortran/type-kinds.exp: New file.
4337
4338 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4339
4340 * gdb.fortran/dot-ops.exp: New file.
4341
4342 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4343
4344 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4345 Check upper and lower case logical literals.
4346
4347 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4348
4349 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4350 Remove duplicate tests.
4351
4352 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4353
4354 * lib/gdb.exp (builtin_cd): rename of cd.
4355 (cd): Override builtin.
4356
4357 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4358
4359 * gdb.fortran/function-calls.exp: New file.
4360 * gdb.fortran/function-calls.f90: New test.
4361
4362 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4363
4364 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4365 on user program standard output.
4366 * gdb.fortran/short-circuit-argument-list.f90: Record function
4367 calls.
4368
4369 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4370
4371 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4372 failure.
4373
4374 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4375
4376 PR gdb/8527
4377 * gdb.base/interrupt-daemon-attach.c,
4378 gdb.base/interrupt-daemon-attach.exp: New test.
4379
4380 2019-02-27 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/page.exp: Add tests for "set width/height -1".
4383
4384 2019-02-27 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.base/page.exp: Add tests for "set/show width/height" with
4387 "infinite" values.
4388
4389 2019-02-27 Tom Tromey <tromey@adacore.com>
4390
4391 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4392 2.4.
4393 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4394 workaround.
4395
4396 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4397
4398 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4399 tests for structs with static members.
4400
4401 2019-02-26 Tom Tromey <tromey@adacore.com>
4402
4403 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4404 ValueError, not TypeError.
4405
4406 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4407
4408 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4409 call from main program.
4410
4411 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4412
4413 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4414 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4415 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4416 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4417 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4418
4419 2019-02-22 Keith Seitz <keiths@redhat.com>
4420
4421 PR symtab/23853
4422 * gdb.base/symlink-sourcefile.c: New file.
4423 * gdb.base/symlink-sourcefile.exp: New file.
4424
4425 2019-02-20 Tom Tromey <tom@tromey.com>
4426
4427 * gdb.base/info_qt.exp: Update.
4428
4429 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4430
4431 * gdb.base/source.exp: Move "error in sourced script" code to
4432 the end.
4433 * gdb.base/source-error.gdb: Move contents to
4434 source-error-1.gdb. Add new code to source source-error-1.gdb.
4435 * gdb.base/source-error-1.gdb: New file, from previous
4436 source-error.gdb.
4437
4438 2019-02-17 Tom Tromey <tom@tromey.com>
4439
4440 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4441 for macro styling.
4442 * gdb.base/style.c (SOME_MACRO): New macro.
4443
4444 2019-02-17 Tom Tromey <tom@tromey.com>
4445
4446 * gdb.base/style.exp: Add line-wrapping tests.
4447 * gdb.base/page.exp: Add test for quitting during pagination.
4448
4449 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4450
4451 * gdb.ada/big_packed_array: New testcase.
4452 * gdb.ada/homonym.exp: Fix incorrect expected output for
4453 "break <homonym__get_value>" test.
4454
4455 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4456
4457 PR breakpoints/21870
4458 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4459 and prepare_for_testing. Add comment.
4460 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4461 redundant cleanup call. Clean up comment.
4462
4463 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4464
4465 PR breakpoints/21870
4466 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4467 * gdb.arch/aarch64-dbreg-contents.c: New file.
4468
4469 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4470
4471 * gdb.ada/mi_ref_changeable: New testcase.
4472
4473 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4474
4475 * gdb.base/attach.exp: Add double attach test.
4476
4477 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4478
4479 * lib/gdb.exp (default_gdb_start): Don't match pagination
4480 prompt.
4481 (gdb_init): Set stty_init.
4482
4483 2019-01-27 Tom Tromey <tom@tromey.com>
4484
4485 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4486 skip_python_tests.
4487
4488 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4489
4490 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4491 New structure.
4492 (struct struct_static_02_02): Likewise.
4493 (struct struct_static_02_03): Likewise.
4494 (struct struct_static_02_04): Likewise.
4495 (struct struct_static_04_01): Likewise.
4496 (struct struct_static_04_02): Likewise.
4497 (struct struct_static_04_03): Likewise.
4498 (struct struct_static_04_04): Likewise.
4499 (struct struct_static_06_01): Likewise.
4500 (struct struct_static_06_02): Likewise.
4501 (struct struct_static_06_03): Likewise.
4502 (struct struct_static_06_04): Likewise.
4503 (cmp_struct_static_02_01): Likewise.
4504 (cmp_struct_static_02_02): Likewise.
4505 (cmp_struct_static_02_03): Likewise.
4506 (cmp_struct_static_02_04): Likewise.
4507 (cmp_struct_static_04_01): Likewise.
4508 (cmp_struct_static_04_02): Likewise.
4509 (cmp_struct_static_04_03): Likewise.
4510 (cmp_struct_static_04_04): Likewise.
4511 (cmp_struct_static_06_01): Likewise.
4512 (cmp_struct_static_06_02): Likewise.
4513 (cmp_struct_static_06_03): Likewise.
4514 (cmp_struct_static_06_04): Likewise.
4515 (call_all): Test new structs.
4516 * gdb.base/infcall-nested-structs.exp: Likewise.
4517
4518 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4519 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4520
4521 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4522 * gdb.base/stack-protector.c: New test.
4523 * gdb.base/stack-protector.exp: New file.
4524 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4525 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4526 option.
4527 (gdb_compile): Remove stack protector for GCC and prevent
4528 recursion.
4529
4530 2019-01-16 Keith Seitz <keiths@redhat.com>
4531
4532 PR gdb/23773
4533 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4534
4535 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4536
4537 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4538 aliases.
4539 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4540 tests.
4541 * gdb.arch/powerpc-vector-regs.c: New file.
4542 * gdb.arch/powerpc-vector-regs.exp: New file.
4543
4544 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4545
4546 * gdb.arch/altivec-regs.exp: Fix the list passed to
4547 gdb_expect_list when testing "info vector".
4548
4549 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4550
4551 * gdb.base/style.exp: Don't include path in testname.
4552
4553 2019-01-10 Keith Seitz <keiths@redhat.com>
4554
4555 PR gdb/23712
4556 PR symtab/23010
4557 * gdb.dwarf2/multidictionary.exp: New file.
4558
4559 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4560
4561 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4562 (test_gnuv3_style_demangling): ... this.
4563 (test_lucid_style_demangling): Remove.
4564 (test_arm_style_demangling): Remove.
4565 (test_hp_style_demangling): Remove.
4566 (do_tests): Remove calls to the above.
4567
4568 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4569
4570 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4571 case.
4572
4573 2019-01-06 Tom Tromey <tom@tromey.com>
4574
4575 PR gdb/28155:
4576 * gdb.dwarf2/typedef-void-finish.exp: New file.
4577
4578 2018-12-28 Tom Tromey <tom@tromey.com>
4579 Simon Marchi <simark@simark.ca>
4580
4581 * gdb.base/jit-exec.exp: New file.
4582 * gdb.base/jit-exec.c: New file.
4583 * gdb.base/jit-execd.c: New file.
4584
4585 2018-12-28 Tom Tromey <tom@tromey.com>
4586
4587 * gdb.base/style.exp: Update test to check for address styling.
4588
4589 2018-12-28 Tom Tromey <tom@tromey.com>
4590
4591 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4592 message.
4593
4594 2018-12-28 Tom Tromey <tom@tromey.com>
4595
4596 * gdb.base/style.exp: Add test for version number styling.
4597
4598 2018-12-28 Tom Tromey <tom@tromey.com>
4599
4600 * gdb.base/style.exp: Add test for print_address_symbolic.
4601
4602 2018-12-28 Tom Tromey <tom@tromey.com>
4603
4604 * gdb.base/style.exp: Add test for breakpoint setting.
4605
4606 2018-12-28 Tom Tromey <tom@tromey.com>
4607
4608 * gdb.base/style.exp: Add test for variable names.
4609
4610 2018-12-28 Tom Tromey <tom@tromey.com>
4611
4612 * gdb.base/style.exp: New file.
4613 * gdb.base/style.c: New file.
4614
4615 2018-12-28 Tom Tromey <tom@tromey.com>
4616
4617 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4618 "dumb".
4619 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4620 the TERM environment variable.
4621
4622 2018-12-27 Tom Tromey <tom@tromey.com>
4623
4624 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4625 pagination test.
4626
4627 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4628
4629 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4630 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4631
4632 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4633
4634 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4635 Filename a.adb changed to bp_fun_addr.adb.
4636 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4637
4638 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4639
4640 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4641 non-PIE executables.
4642 * README: Mention the gdb,nopie_flag board setting.
4643 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4644 non-PIE executable.
4645 * gdb.arch/amd64-entry-value.exp: Likewise.
4646 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4647 * gdb.arch/i386-float.exp: Likewise.
4648 * gdb.arch/i386-signal.exp: Likewise.
4649 * gdb.mi/mi-reg-undefined.exp: Likewise.
4650
4651 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4652
4653 PR gdb/23974
4654 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4655
4656 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4657
4658 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4659 Update order of results accordingly.
4660
4661 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4662
4663 * gdb.base/annota1.exp: Update a test regexp.
4664
4665 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4666
4667 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4668
4669 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4670
4671 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4672 (reuse_time): Initialize to REUSE_TIME_CAP.
4673 (check_rc): New function.
4674 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4675 Check pthread_create rc.
4676 (spawner_thread_func): Check pthread_create and pthread_join rc.
4677
4678 2018-12-08 Pedro Alves <palves@redhat.com>
4679
4680 * gdb.base/list.exp (test_forward_search): Rename to ...
4681 (test_forward_reverse_search): ... this. Also test reverse-search
4682 and the forward-search alias.
4683
4684 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4685
4686 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4687 local timeout variable before return, and remove all local timeout
4688 variable entirely.
4689 (gdb_load): Likewise.
4690
4691 2018-12-01 Tom de Vries <tdevries@suse.de>
4692
4693 * gdb.base/gdb-caching-proc.exp: New file.
4694
4695 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4696
4697 * Makefile.in (TIMESTAMP): New variable.
4698 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4699 command.
4700 (check-single-racy): Likewise.
4701 (check/%.exp): Likewise.
4702 (check-racy/%.exp): Likewise.
4703 (workers/%.worker): Likewise.
4704 (build-perf): Likewise.
4705 (check-perf): Likewise.
4706 * README: Describe new "TS" and "TS_FORMAT" variables.
4707 * print-ts.py: New file.
4708
4709 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4710
4711 PR python/23714
4712 * gdb.python/python.exp: Test command repetition after
4713 gdb.execute.
4714
4715 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4716
4717 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4718 is correctly aligned.
4719
4720 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4721
4722 * gdb.ada/info_auto_lang.exp: New testcase.
4723 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4724 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4725 * gdb.ada/info_auto_lang/some_c.c: New file.
4726
4727 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4728
4729 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4730 FUNC_lang language syntax.
4731
4732 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4733
4734 * gdb.base/info_minsym.c: New file.
4735 * gdb.base/info_minsym.exp: New file.
4736
4737 2018-11-19 Tom Tromey <tom@tromey.com>
4738
4739 PR rust/23625:
4740 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4741 * gdb.rust/expr.exp: Update expected output. Change one test.
4742
4743 2018-11-19 Tom Tromey <tom@tromey.com>
4744
4745 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4746
4747 2018-11-19 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4750 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4751 see the expected warning.
4752
4753 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4754
4755 PR gdb/22736:
4756 * gdb.cp/infcall-nodebug-lib.c: New test.
4757 * gdb.cp/infcall-nodebug-main.c: New test.
4758 * gdb.cp/infcall-nodebug.exp: New file.
4759
4760 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4761
4762 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4763 completer tests.
4764
4765 2018-11-09 Tom de Vries <tdevries@suse.de>
4766
4767 * gdb.base/msym-lang.c: New test.
4768 * gdb.base/msym-lang.exp: New file.
4769 * gdb.base/msym-lang-main.c: New test.
4770
4771 2018-11-08 Tom Tromey <tom@tromey.com>
4772
4773 PR gdb/23555:
4774 PR gdb/23838:
4775 * gdb.base/warning.exp: New file.
4776
4777 2018-11-08 Jan Beulich <jbeulich@suse.com>
4778
4779 * testsuite/gdb.arch/i386-avx512.c,
4780 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4781
4782 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4783
4784 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4785 point hardware.
4786
4787 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4788
4789 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4790 * gdb.dwarf2/missing-type-name.exp: New file.
4791
4792 2018-11-06 Tom de Vries <tdevries@suse.de>
4793
4794 * gdb.base/many-headers.c: New test.
4795 * gdb.base/many-headers.exp: New file.
4796
4797 2018-11-06 Jim Wilson <jimw@sifive.com>
4798
4799 * gdb.base/code_elim.exp: For riscv, set additional_flags
4800 to include -msmall-data-limit=0.
4801
4802 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4803
4804 * gdb.ada/watch_minus_l: New testcase.
4805
4806 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4807
4808 * gdb.arch/aix-sighandle.c: New file.
4809 * gdb.arch/aix-sighandle.exp: New file.
4810
4811 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4812
4813 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4814 registers being unions.
4815
4816 2018-10-31 Tom de Vries <tdevries@suse.de>
4817
4818 * lib/valgrind.exp: New file.
4819 (vgdb_start, vgdb_stop): New procs, factored out of ...
4820 * gdb.base/valgrind-bt.exp: ... here, ...
4821 * gdb.base/valgrind-disp-step.exp: ... here and ...
4822 * gdb.base/valgrind-infcall.exp: ... here.
4823
4824 2018-10-31 Tom de Vries <tdevries@suse.de>
4825
4826 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4827
4828 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4829
4830 * gdb.dwarf2/void-type.c: New file.
4831 * gdb.dwarf2/void-type.exp: New file.
4832
4833 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4834
4835 * gdb.base/info_qt.c: New file.
4836 * gdb.base/info_qt.exp: New file.
4837
4838 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4839
4840 * gdb.arch/powerpc-htm-regs.c: New file.
4841 * gdb.arch/powerpc-htm-regs.exp: New file.
4842
4843 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4844
4845 * gdb.arch/powerpc-tar.c: New file.
4846 * gdb.arch/powerpc-tar.exp: New file.
4847
4848 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4849
4850 * gdb.arch/powerpc-ppr-dscr.c: New file.
4851 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4852
4853 2018-10-25 Tom de Vries <tdevries@suse.de>
4854
4855 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4856
4857 2018-10-24 Tom de Vries <tdevries@suse.de>
4858
4859 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4860 longer exists error.
4861
4862 2018-10-24 Tom de Vries <tdevries@suse.de>
4863
4864 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4865
4866 2018-10-24 Tom de Vries <tdevries@suse.de>
4867
4868 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4869 --db-attach in valgrind.
4870
4871 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4872
4873 * gdb.arch/riscv-reg-aliases.c: New file.
4874 * gdb.arch/riscv-reg-aliases.exp: New file.
4875
4876 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4877
4878 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4879
4880 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4881
4882 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4883
4884 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4885
4886 * gdb.cp/ovldbreak.exp: Fix regexps.
4887
4888 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4889
4890 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4891
4892 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4893
4894 PR cli/23785
4895 * gdb.base/restore.exp: New test to check if "restore" with an
4896 invalid file doesn't segfault.
4897
4898 2018-10-18 Tom de Vries <tdevries@suse.de>
4899
4900 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4901 * gdb.ada/excep_handle.exp: Same.
4902 * gdb.ada/mi_string_access.exp: Same.
4903 * gdb.ada/mi_var_union.exp: Same.
4904 * gdb.arch/arc-analyze-prologue.exp: Same.
4905 * gdb.arch/arc-decode-insn.exp: Same.
4906 * gdb.base/readnever.exp: Same.
4907 * gdb.fortran/printing-types.exp: Same.
4908 * gdb.guile/scm-lazy-string.exp: Same.
4909
4910 2018-10-16 Tom de Vries <tdevries@suse.de>
4911
4912 PR gdb/23730
4913 * gdb.base/catch-follow-exec.c: Add copyright notice.
4914 * gdb.base/catch-follow-exec.exp: Rewrite to use
4915 gdb_spawn_with_cmdline_opts. Require gdb-native.
4916
4917 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4918
4919 * gdb.trace/actions-changed.exp: Check for arch support.
4920 * gdb.trace/actions.exp: Likewise.
4921 * gdb.trace/ax.exp: Likewise.
4922 * gdb.trace/backtrace.exp: Likewise.
4923 * gdb.trace/change-loc.exp: Likewise.
4924 * gdb.trace/deltrace.exp: Likewise.
4925 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4926 * gdb.trace/ftrace.exp: Likewise.
4927 * gdb.trace/infotrace.exp: Check for arch support.
4928 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4929 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4930 * gdb.trace/mi-tsv-changed.exp: Likewise.
4931 * gdb.trace/packetlen.exp: Likewise.
4932 * gdb.trace/passc-dyn.exp: Likewise.
4933 * gdb.trace/passcount.exp: Likewise.
4934 * gdb.trace/pending.exp: Likewise.
4935 * gdb.trace/range-stepping.exp: Check for shlib support.
4936 * gdb.trace/report.exp: Check for arch support.
4937 * gdb.trace/save-trace.exp: Likewise.
4938 * gdb.trace/signal.exp: Check for signal support.
4939 * gdb.trace/tfind.exp: Check for arch support.
4940 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4941 * gdb.trace/trace-common.h: Add comment.
4942 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4943 * gdb.trace/trace-enable-disable.exp: Likewise.
4944 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4945 * gdb.trace/tracecmd.exp: Check for arch support.
4946 * gdb.trace/tspeed.exp: Check for shlib and target support.
4947 * gdb.trace/tstatus.exp: Check for arch support.
4948 * gdb.trace/tsv.exp: Likewise.
4949 * gdb.trace/while-dyn.exp: Likewise.
4950 * gdb.trace/while-stepping.exp: Likewise.
4951 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4952
4953 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4954
4955 * gdb.trace/tspeed.exp: Remove nowarnings.
4956 (prepare_for_trace_test): Declare "global ipalib".
4957 * gdb.trace/tspeed.c: Include unistd.h.
4958 (main): Remove superfluous printf argument.
4959
4960 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4961
4962 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4963 directory prefix on the filename.
4964
4965 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4966
4967 * gdb.gdb/unittest.exp: Update expected message informing that
4968 selftests have been disabled.
4969 * gdb.server/unittest.exp: Likewise.
4970
4971 2018-10-09 Tom de Vries <tdevries@suse.de>
4972
4973 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4974 with runto_main.
4975
4976 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4977
4978 PR c++/16841
4979 * gdb.cp/virtbase2.cc: New file.
4980 * gdb.cp/virtbase2.exp: New file.
4981
4982 2018-10-06 Tom Tromey <tom@tromey.com>
4983
4984 PR python/19399:
4985 * gdb.python/py-inferior.exp: Add architecture test.
4986
4987 2018-10-06 Tom Tromey <tom@tromey.com>
4988
4989 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4990 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4991
4992 2018-10-06 Tom Tromey <tom@tromey.com>
4993
4994 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4995 of a "throw" catchpoint.
4996
4997 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4998
4999 * gdb.base/info-proc.exp: Update string expected from "help info
5000 proc".
5001
5002 2018-10-04 Tom Tromey <tom@tromey.com>
5003
5004 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5005 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5006 (test_initial_complaints, test_empty_complaints): Update.
5007 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5008
5009 2018-10-04 Tom Tromey <tom@tromey.com>
5010
5011 PR cli/19551:
5012 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5013 * lib/gdb.exp (gdb_file_cmd): Update.
5014 * gdb.stabs/weird.exp (print_weird_var): Update.
5015 * gdb.server/solib-list.exp: Update.
5016 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5017 * gdb.mi/mi-cli.exp: Update.
5018 * gdb.linespec/linespec.exp: Update.
5019 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5020 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5021 * gdb.cp/cp-relocate.exp: Update.
5022 * gdb.base/sym-file.exp: Update.
5023 * gdb.base/relocate.exp: Update.
5024 * gdb.base/readnever.exp: Update.
5025 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5026 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5027 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5028 * gdb.base/code_elim.exp: Update.
5029 * gdb.base/break-unload-file.exp (test_break): Update.
5030 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5031 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5032 Update.
5033 * gdb.base/attach.exp (do_attach_tests): Update.
5034 * gdb.base/sepdebug.exp: Update.
5035 * gdb.python/py-section-script.exp: Update.
5036
5037 2018-10-04 Tom Tromey <tom@tromey.com>
5038
5039 PR cli/22234:
5040 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5041 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5042 output.
5043
5044 2018-10-04 Tom Tromey <tom@tromey.com>
5045
5046 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5047 set width and height to 0.
5048 (test_command_line_attach_run): Use -quiet.
5049
5050 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5051
5052 * lib/gdb.exp (skip_ifunc_tests): New.
5053 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5054 other compile failures.
5055 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5056
5057 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5058
5059 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5060 is_amd64_regs_target.
5061
5062 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5063
5064 * gdb.arch/aarch64-sighandler-regs.c: New test.
5065 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5066 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5067
5068 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5069
5070 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5071 assembly.
5072
5073 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5074
5075 * gdb.base/frame-selection.exp: New file.
5076 * gdb.base/frame-selection.c: New file.
5077
5078 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5079
5080 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5081 pthread barrier.
5082 (main): Likewise.
5083
5084 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5085
5086 * gdb.base/large-frame-1.c: New file.
5087 * gdb.base/large-frame-2.c: New file.
5088 * gdb.base/large-frame.exp: New file.
5089 * gdb.base/large-frame.h: New file.
5090
5091 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5092
5093 PR gdb/20948
5094 * gdb.base/write_mem.exp: New test.
5095 * gdb.base/write_mem.c: Likewise.
5096
5097 2018-09-23 Tom Tromey <tom@tromey.com>
5098
5099 PR python/18852:
5100 * gdb.python/py-parameter.exp: Add test for parameter that throws
5101 on "set".
5102
5103 2018-09-23 Tom Tromey <tom@tromey.com>
5104
5105 PR python/17284:
5106 * gdb.python/py-template.exp (test_template_arg): Add test for
5107 negative template argument number.
5108
5109 2018-09-23 Tom Tromey <tom@tromey.com>
5110
5111 PR python/14062:
5112 * gdb.python/python.exp: Add test for post_event error.
5113
5114 2018-09-23 Tom Tromey <tom@tromey.com>
5115
5116 PR python/18170:
5117 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5118 convert pointers to int and long.
5119
5120 2018-09-23 Tom Tromey <tom@tromey.com>
5121
5122 PR python/20126:
5123 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5124 signed-ness conversion tests.
5125
5126 2018-09-23 Tom Tromey <tom@tromey.com>
5127
5128 PR python/18352;
5129 * gdb.python/py-value.exp (test_float_conversion): New proc.
5130 Use it.
5131
5132 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5133
5134 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5135
5136 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5137
5138 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5139 no readline.
5140 * gdb.base/utf8-identifiers.exp: Likewise.
5141 * gdb.cp/cpcompletion.exp: Likewise.
5142 * gdb.linespec/cpcompletion.exp: Likewise.
5143 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5144 * gdb.linespec/cpls-ops.exp: Likewise.
5145
5146 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5147 Chris January <chris.january@arm.com>
5148
5149 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5150 * gdb.fortran/short-circuit-argument-list.exp: New file.
5151 * gdb.fortran/short-circuit-argument-list.f90: New test.
5152
5153 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5154
5155 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5156 "arch=" keyword when executing "-stack-list-frames".
5157
5158 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5159
5160 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5161 "arch=" keyword when executing "-stack-list-frames".
5162
5163 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5164
5165 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5166 break ada".
5167
5168 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5169
5170 PR python/23669
5171 * gdb.python/python.exp: Test gdb.execute("show commands").
5172
5173 2018-09-16 Tom Tromey <tom@tromey.com>
5174
5175 * gdb.base/new-ui.exp (do_execution_tests): Update.
5176 * gdb.base/dbx.exp (test_breakpoints): Update.
5177
5178 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5179
5180 * lib/gdb.exp (gdb_simple_compile): Add proc.
5181 (is_elf_target): Use gdb_simple_compile.
5182 (skip_altivec_tests): Likewise.
5183 (skip_vsx_tests): Likewise.
5184 (skip_tsx_tests): Likewise.
5185 (skip_btrace_tests): Likewise.
5186 (skip_btrace_pt_tests): Likewise.
5187 (gdb_can_simple_compile): Likewise.
5188 (gdb_has_argv0): Likewise.
5189 (gdb_target_symbol_prefix): Likewise.
5190 (target_supports_scheduler_locking): Likewise.
5191
5192 2018-09-13 Tom Tromey <tom@tromey.com>
5193
5194 * Makefile.in (TAGS): Recognize proc_with_prefix and
5195 gdb_caching_proc.
5196
5197 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5198
5199 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5200 method.
5201
5202 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5203
5204 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5205 and a few other Inferior properties when the Inferior is no
5206 longer valid.
5207
5208 2018-09-13 Tom Tromey <tom@tromey.com>
5209
5210 PR rust/23650:
5211 * gdb.rust/simple.exp: Add test for enum field access error.
5212
5213 2018-09-13 Tom Tromey <tom@tromey.com>
5214
5215 PR rust/23626:
5216 * gdb.rust/simple.rs (EmptyEnum): New type.
5217 (main): Use it.
5218 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5219
5220 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5221
5222 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5223 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5224 * gdb.python/py-symtab.exp: Update test printing an objfile.
5225
5226 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5227
5228 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5229 object.
5230
5231 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5232
5233 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5234 (support_complex_tests): Use gdb_can_simple_compile.
5235 (is_ilp32_target): Likewise.
5236 (is_lp64_target): Likewise.
5237 (is_64_target): Likewise.
5238 (is_amd64_regs_target): Likewise.
5239 (is_aarch32_target): Likewise.
5240 (gdb_int128_helper): Likewise.
5241
5242 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5243
5244 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5245
5246 2018-09-10 Jerome Guitton <guitton@adacore.com>
5247
5248 * gdb.ada/same_component_name: Add test for case of tagged record
5249 with variable-length fields.
5250
5251 2018-09-10 Xavier Roirand <roirand@adacore.com>
5252
5253 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5254 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5255 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5256 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5257
5258 2018-09-10 Xavier Roirand <roirand@adacore.com>
5259
5260 * gdb.ada/mi_string_access.exp: New testcase.
5261 * gdb.ada/mi_string_access/bar.adb: New file.
5262 * gdb.ada/mi_string_access/pck.adb: New file.
5263 * gdb.ada/mi_string_access/pck.asd: New file.
5264
5265 2018-09-10 Xavier Roirand <roirand@adacore.com>
5266
5267 * gdb.ada/mi_var_union.exp: New testcase.
5268 * gdb.ada/mi_var_union/bar.adb: New file.
5269 * gdb.ada/mi_var_union/pck.adb: New file.
5270 * gdb.ada/mi_var_union/pck.asd: New file.
5271
5272 2018-09-08 Tom Tromey <tom@tromey.com>
5273
5274 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5275
5276 2018-09-08 Tom Tromey <tom@tromey.com>
5277
5278 PR python/16047:
5279 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5280 (register_pretty_printers): Register new printer.
5281 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5282 test.
5283 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5284 (an_int_type3): New global.
5285
5286 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5287
5288 * gdb.ada/expr_with_funcall: New testcase.
5289
5290 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5291
5292 * gdb.ada/packed_array_assign: New testcase.
5293
5294 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5295
5296 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5297 names, and add test prefixes to make test names unique.
5298
5299 2018-09-05 Tom de Vries <tdevries@suse.de>
5300
5301 * gdb.dwarf2/varval.exp: Add test.
5302
5303 2018-09-04 Gary Benson <gbenson@redhat.com>
5304
5305 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5306 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5307
5308 2018-08-31 Tom Tromey <tom@tromey.com>
5309
5310 * gdb.rust/simple.rs: Rename second variable "v".
5311
5312 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5313
5314 * gdb.base/funcargs.c (use_a): New function.
5315 (recurse): Call use_a.
5316
5317 2018-08-29 Keith Seitz <keiths@redhat.com>
5318
5319 * gdb.compile/compile-cplus-anonymous.cc: New file.
5320 * gdb.compile/compile-cplus-anonymous.exp: New file.
5321 * gdb.compile/compile-cplus-array-decay.cc: New file.
5322 * gdb.compile/compile-cplus-array-decay.exp: New file.
5323 * gdb.compile/compile-cplus-inherit.cc: New file.
5324 * gdb.compile/compile-cplus-inherit.exp: New file.
5325 * gdb.compile/compile-cplus-member.cc: New file.
5326 * gdb.compile/compile-cplus-member.exp: New file.
5327 * gdb.compile/compile-cplus-method.cc: New file.
5328 * gdb.compile/compile-cplus-method.exp: New file.
5329 * gdb.compile/compile-cplus-mod.c: "New" file.
5330 * gdb.compile/compile-cplus-namespace.cc: New file.
5331 * gdb.compile/compile-cplus-namespace.exp: New file.
5332 * gdb.compile/compile-cplus-nested.cc: New file.
5333 * gdb.compile/compile-cplus-nested.exp: New file.
5334 * gdb.compile/compile-cplus-print.c: "New" file.
5335 * gdb.compile/compile-cplus-print.exp: "New" file.
5336 * gdb.compile/compile-cplus-virtual.cc: New file.
5337 * gdb.compile/compile-cplus-virtual.exp: New file.
5338 * gdb.compile/compile-cplus.c: "New" file.
5339 * gdb.compile/compile-cplus.exp: "New" file.
5340 * lib/compile-support.exp: New file.
5341
5342 2018-08-16 Gary Benson <gbenson@redhat.com>
5343
5344 PR gdb/13000:
5345 * gdb.base/batch-exit-status.exp: New file.
5346 * gdb.base/batch-exit-status.good-commands: Likewise.
5347 * gdb.base/batch-exit-status.bad-commands: Likewise.
5348
5349 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5350
5351 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5352 (struct struct02): Likewise.
5353 (struct struct03): Likewise.
5354 (struct struct04): Likewise.
5355 (struct struct_01_01): New struct.
5356 (struct struct_01_02): Likewise.
5357 (struct struct_01_03): Likewise.
5358 (struct struct_01_04): Likewise.
5359 (struct struct_02_01): Likewise.
5360 (struct struct_02_02): Likewise.
5361 (struct struct_02_03): Likewise.
5362 (struct struct_02_04): Likewise.
5363 (struct struct_04_01): Likewise.
5364 (struct struct_04_02): Likewise.
5365 (struct struct_04_03): Likewise.
5366 (struct struct_04_04): Likewise.
5367 (struct struct_05_01): Likewise.
5368 (struct struct_05_02): Likewise.
5369 (struct struct_05_03): Likewise.
5370 (struct struct_05_04): Likewise.
5371 (cmp_struct01): Remove function.
5372 (cmp_struct02): Likewise.
5373 (cmp_struct03): Likewise.
5374 (cmp_struct04): Likewise.
5375 (cmp_struct_01_01): Add Function.
5376 (cmp_struct_01_02): Likewise.
5377 (cmp_struct_01_03): Likewise.
5378 (cmp_struct_01_04): Likewise.
5379 (cmp_struct_02_01): Likewise.
5380 (cmp_struct_02_02): Likewise.
5381 (cmp_struct_02_03): Likewise.
5382 (cmp_struct_02_04): Likewise.
5383 (cmp_struct_04_01): Likewise.
5384 (cmp_struct_04_02): Likewise.
5385 (cmp_struct_04_03): Likewise.
5386 (cmp_struct_04_04): Likewise.
5387 (cmp_struct_05_01): Likewise.
5388 (cmp_struct_05_02): Likewise.
5389 (cmp_struct_05_03): Likewise.
5390 (cmp_struct_05_04): Likewise.
5391 (call_all): Add new structs.
5392 * gdb.base/infcall-nested-structs.exp: Likewise.
5393
5394 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5395
5396 * gdb.python/py-framefilter-mi.exp: Update regexp to
5397 check for "arch" field in frame output.
5398
5399 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5400
5401 * gdb.dwarf2/dw2-ranges-func.c: New file.
5402 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5403
5404 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5405
5406 * gdb.base/term.exp: Compare terminal settings with values from
5407 the inferior.
5408 * gdb.base/term.c: Get and set terminal settings.
5409
5410 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5411
5412 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5413 accommodate new "arch" field in frame output.
5414 * gdb.mi/mi-return.exp: Likewise.
5415 * gdb.mi/mi-stack.exp: Likewise.
5416 * gdb.mi/mi-syn-frame.exp: Likewise.
5417 * gdb.mi/user-selected-context-sync.exp: Likewise.
5418
5419 2018-08-19 Michael Spang <spang@google.com>
5420
5421 PR gdb/11786
5422 * gdb.base/gcore-tls-pie.c: New file.
5423 * gdb.base/gcore-tls-pie.exp: New file.
5424
5425 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5426
5427 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5428 * gdb.dwarf2/varval.c: New file.
5429 * gdb.dwarf2/varval.exp: New file.
5430
5431 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5432
5433 PR gdb/18931
5434 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5435
5436 2018-08-16 Keith Seitz <keiths@redhat.com>
5437
5438 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5439 tests expected to pass.
5440
5441 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5442
5443 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5444 -data-disassemble -a.
5445 (test_disassembly_bogus_args): Likewise.
5446
5447 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5448
5449 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5450
5451 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5452
5453 * gdb.base/vla-optimized-out.exp: Add new test.
5454
5455 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5456
5457 * gdb.base/vla-optimized-out-o3.exp: Delete.
5458 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5459 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5460 deleted tests.
5461
5462 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5463
5464 PR gdb/18050:
5465 * gdb.server/extended-remote-restart.c: New file.
5466 * gdb.server/extended-remote-restart.exp: New file.
5467
5468 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5469
5470 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5471 "set variable index = 42".
5472
5473 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5474
5475 * boards/index-cache-gdb.exp: New file.
5476 * gdb.dwarf2/index-cache.exp: New file.
5477 * gdb.dwarf2/index-cache.c: New file.
5478 * gdb.base/maint.exp: Check if we are using the index cache.
5479
5480 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5481
5482 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5483 MAKEFLAGS.
5484
5485 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5486
5487 * dg-extract-results.sh: Move to toplevel contrib.
5488 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5489 * Makefile.in (check-parallel-racy): Likewise.
5490
5491 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5492
5493 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5494 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5495 tests if the target supports scheduler locking.
5496
5497 2018-08-04 Tom de Vries <tdevries@suse.de>
5498
5499 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5500
5501 2018-08-02 Tom Tromey <tom@tromey.com>
5502
5503 PR symtab/16842.
5504 * gdb.cp/temargs.exp: Test "info address" of a template
5505 parameter.
5506
5507 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5508
5509 * gdb.python/py-mi-var-info-path-expression.c: New file.
5510 * gdb.python/py-mi-var-info-path-expression.py: New file.
5511 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5512
5513 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5514
5515 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5516 error after "cannot resolve name" string.
5517
5518 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5519
5520 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5521 started.
5522 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5523
5524 2018-07-28 Tom de Vries <tdevries@suse.de>
5525
5526 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5527
5528 2018-07-26 Tom de Vries <tdevries@suse.de>
5529
5530 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5531
5532 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5533
5534 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5535 is visible.
5536
5537 2018-07-26 Tom de Vries <tdevries@suse.de>
5538
5539 PR breakpoints/23366
5540 * gdb.base/catch-follow-exec.c: New test.
5541 * gdb.base/catch-follow-exec.exp: New file.
5542
5543 2018-07-25 Tom de Vries <tdevries@suse.de>
5544
5545 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5546 vla-optimized-out.c.
5547
5548 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5549
5550 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5551 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5552
5553 2018-07-20 Tom de Vries <tdevries@suse.de>
5554
5555 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5556 NOCLONE macro.
5557 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5558
5559 2018-07-19 Tom de Vries <tdevries@suse.de>
5560
5561 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5562 regular expression.
5563
5564 2018-07-18 Tom de Vries <tdevries@suse.de>
5565
5566 * gdb.base/vla-optimized-out.c: New test.
5567 * gdb.base/vla-optimized-out.exp: New file.
5568
5569 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5570
5571 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5572 message "No address associated with hostname" when gdbserver
5573 cannot resolve the hostname.
5574
5575 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5576
5577 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5578 Add some test prefixes to make tests unique.
5579
5580 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5581
5582 * gdb.base/frameapply.c: New file.
5583 * gdb.base/frameapply.exp: New file.
5584
5585 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5586
5587 * gdb.base/skip.exp: Update expected error message.
5588
5589 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5590 Jan Kratochvil <jan.kratochvil@redhat.com>
5591 Paul Fertser <fercerpav@gmail.com>
5592 Tsutomu Seki <sekiriki@gmail.com>
5593
5594 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5595 parameter.
5596 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5597 by default.
5598 * boards/native-gdbserver.exp: Likewise.
5599 * gdb.server/run-without-local-binary.exp: Improve regexp used
5600 for detecting when a remote debugging connection succeeds.
5601 * gdb.server/server-connect.exp: New file.
5602 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5603 Do not prefix the port number with ":".
5604 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5605 support for detecting and using it. Add '$debughost_gdbserver'
5606 to the list of arguments used to start gdbserver. Handle case
5607 when gdbserver cannot resolve a network name.
5608
5609 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5610
5611 PR c++/23373
5612 * gdb.base/ptype-offsets.cc (struct static_member): New
5613 struct.
5614 (main) <stmember>: New variable.
5615 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5616 with a static member in it.
5617
5618 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5619
5620 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5621 watchpoints enabled and disabled.
5622
5623 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5624
5625 * gdb.base/examine-backward.exp: Still run tests around address
5626 0x0, even if address 0x0 is not readable. Update the pattern for
5627 matching address 0x0 in expected output.
5628
5629 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5630
5631 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5632 malloc/free.
5633
5634 2018-07-04 Tom de Vries <tdevries@suse.de>
5635
5636 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5637
5638 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5639
5640 PR tdep/8282
5641 * gdb.arch/mips-disassembler-options.exp: New test.
5642 * gdb.arch/mips-disassembler-options.s: New test source.
5643
5644 2018-06-29 Pedro Alves <palves@redhat.com>
5645
5646 * gdb.threads/names.exp: Adjust expected "info threads" output.
5647
5648 2018-06-29 Pedro Alves <palves@redhat.com>
5649
5650 * gdb.opt/inline-break.exp (line number, address): Add "info
5651 break" tests.
5652
5653 2018-06-29 Pedro Alves <palves@redhat.com>
5654
5655 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5656 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5657 number and address and running to them.
5658
5659 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5660
5661 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5662
5663 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5664
5665 * lib/compiler.c: Remove executable permission flag.
5666
5667 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5668
5669 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5670 code.
5671 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5672
5673 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5674
5675 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5676
5677 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5678
5679 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5680 address argument is omitted.
5681
5682 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5683
5684 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5685
5686 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5687
5688 PR gdb/21695
5689 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5690 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5691
5692 2018-06-26 Tom Tromey <tom@tromey.com>
5693
5694 PR rust/22574:
5695 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5696 * gdb.rust/simple.rs (struct SimpleLayout): New.
5697
5698 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5699
5700 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5701 "info registers" output.
5702
5703 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5704
5705 * gdb.base/watchpoint-hw-attach.c: New test.
5706 * gdb.base/watchpoint-hw-attach.exp: New file.
5707
5708 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5709
5710 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5711 through /bin/sh.
5712 * boards/dwarf4-gdb-index.exp: Likewise.
5713 * boards/fission-dwp.exp: Likewise.
5714
5715 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5716
5717 * gdb.base/float128.exp: Add comment and improved fail message
5718 to the failure case of "print large128" test.
5719
5720 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5721
5722 * configure.ac: Remove AC_PREREQ.
5723 * configure: Re-generate.
5724
5725 2018-06-19 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5728 (func_extern_caller): New.
5729 (main): Call func_extern_caller.
5730 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5731 logic change.
5732
5733 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5734
5735 PR gdb/16841
5736 * gdb.cp/typedef-base.cc: New file.
5737 * gdb.cp/typedef-base.exp: New file.
5738
5739 2018-06-18 Tom de Vries <tdevries@suse.de>
5740
5741 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5742
5743 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5744 Richard Bunt <Richard.Bunt@arm.com>
5745
5746 * gdb.threads/attach-slow-waitpid.c: New file.
5747 * gdb.threads/attach-slow-waitpid.exp: New file.
5748 * gdb.threads/slow-waitpid.c: New file.
5749
5750 2018-06-14 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.base/fork-running-state.c: Include <errno.h>.
5753 (exit_if_relative_exits): New.
5754 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5755 exits.
5756 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5757 child exits.
5758
5759 2018-06-14 Tom de Vries <tdevries@suse.de>
5760
5761 PR cli/22573
5762 * gdb.base/finish-pretty.c: New test.
5763 * gdb.base/finish-pretty.exp: New file.
5764
5765 2018-06-14 Pedro Alves <palves@redhat.com>
5766
5767 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5768 gdb's expected startup output.
5769
5770 2018-06-14 Pedro Alves <palves@redhat.com>
5771
5772 * lib/selftest-support.exp (selftest_setup): Remove inlined
5773 function handling.
5774
5775 2018-06-14 Tom de Vries <tdevries@suse.de>
5776
5777 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5778 matching of breakpoint printing.
5779
5780 2018-06-13 Tom de Vries <tdevries@suse.de>
5781
5782 PR testsuite/23269
5783 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5784 (fork_child): ... here, and ...
5785 (fork_parent): ... here.
5786
5787 2018-06-12 Tom de Vries <tdevries@suse.de>
5788
5789 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5790
5791 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5792 Stephen Roberts <stephen.roberts@arm.com>
5793
5794 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5795 rewrite test to describe action performed, rather than possible
5796 failure.
5797
5798 2018-06-08 Gary Benson <gbenson@redhat.com>
5799
5800 * gdb.threads/check-libthread-db.exp: New file.
5801 * gdb.threads/check-libthread-db.c: Likewise.
5802
5803 2018-06-05 Tom Tromey <tom@tromey.com>
5804
5805 * gdb.base/default.exp: Update expected "show version" output.
5806
5807 2018-06-05 Tom Tromey <tom@tromey.com>
5808
5809 PR cli/12326:
5810 * gdb.cp/static-print-quit.exp: Update.
5811 * lib/gdb.exp (pagination_prompt): Update.
5812 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5813 * gdb.python/python.exp: Update.
5814
5815 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5816
5817 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5818
5819 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5820
5821 * gdb.ada/bp_fun_addr: New testcase.
5822
5823 2018-06-01 Tom Tromey <tom@tromey.com>
5824
5825 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5826 results.
5827 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5828 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5829 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5830 * gdb.base/maint.exp (maint_pass_if): Update.
5831
5832 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5833
5834 * gdb.base/endian.exp: New test.
5835 * gdb.base/endian.c: New test source.
5836
5837 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5838
5839 PR gdb/23203
5840 * gdb.base/bt-selected-frame.c: New file.
5841 * gdb.base/bt-selected-frame.exp: New file.
5842 * lib/gdb.exp (get_current_frame_number): New function.
5843
5844 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5845 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.threads/tls-core.c: Include <stdlib.h>
5848 (thread_proc): Call `abort'.
5849 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5850 (tls_core_test): New procedure, bits factored out from ...
5851 (top level): ... here. Test both native cores and gcore cores.
5852
5853 2018-05-23 Tom Tromey <tom@tromey.com>
5854
5855 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5856
5857 2018-05-23 Tom Tromey <tom@tromey.com>
5858
5859 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5860 symfile_complaints.
5861 (test_short_complaints): Likewise.
5862 (test_empty_complaints): Likewise.
5863 (test_initial_complaints): Update.
5864
5865 2018-05-23 Tom Tromey <tom@tromey.com>
5866
5867 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5868
5869 2018-05-23 Tom Tromey <tom@tromey.com>
5870
5871 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5872 (test_short_complaints): Update.
5873
5874 2018-05-22 Pedro Alves <palves@redhat.com>
5875
5876 * gdb.base/remote.exp: Only gdb_start after compiling the
5877 testcase. Issue "disconnect" before testing "set remote" command
5878 defaults. Issue clean_restart before running to main.
5879
5880 2018-05-22 Pedro Alves <palves@redhat.com>
5881
5882 * gdb.base/remote.exp: Adjust expected output of "show remote
5883 memory-write-packet-size". Add tests for "set remote
5884 memory-write-packet-size 0" and "set remote
5885 memory-write-packet-size fixed/limit".
5886
5887 2018-05-22 Pedro Alves <palves@redhat.com>
5888
5889 PR gdb/22973
5890 * gdb.base/utf8-identifiers.c: New file.
5891 * gdb.base/utf8-identifiers.exp: New file.
5892
5893 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5894
5895 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5896
5897 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5898
5899 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5900
5901 2018-05-18 Tom Tromey <tom@tromey.com>
5902
5903 * gdb.base/ptype-offsets.exp: Update.
5904
5905 2018-05-17 Keith Seitz <keiths@redhat.com>
5906
5907 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5908 in expected breakpoint stop locations.
5909 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5910 move to proper scope to test variable values.
5911 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5912 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5913 New functions.
5914 (main): Call not_inline_func3.
5915 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5916 inline_func1, inline_func2, and inline_func3. Test that when each
5917 breakpoint is hit, GDB properly reports both the stop location
5918 and the backtrace. Repeat tests for temporary breakpoints.
5919
5920 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5921
5922 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5923 rather then trying to access it in determining whether the PID
5924 of `gdbserver' could have been retrieved.
5925
5926 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5927
5928 * gdb.arch/amd64-init-x87-values.S: New file.
5929 * gdb.arch/amd64-init-x87-values.exp: New file.
5930
5931 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5932
5933 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5934
5935 2018-05-04 Tom Tromey <tom@tromey.com>
5936
5937 PR python/22730:
5938 * gdb.python/python.exp: Test multi-line execute.
5939
5940 2018-05-04 Tom Tromey <tom@tromey.com>
5941
5942 PR python/22731:
5943 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5944
5945 2018-05-04 Tom Tromey <tom@tromey.com>
5946
5947 PR gdb/11750:
5948 * gdb.base/define.exp: Test defining a user command inside a user
5949 command.
5950 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5951
5952 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5953 Pedro Alves <palves@redhat.com>
5954
5955 PR breakpoints/19806 and support for PR external/20207.
5956 * gdb.base/watchpoint-unaligned.c: New file.
5957 * gdb.base/watchpoint-unaligned.exp: New file.
5958
5959 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5960
5961 * gdb.base/maint.exp: Make test names unique, use
5962 test_prefix_command_help to test 'help maint info', and remove
5963 repeated test of 'help maint'.
5964
5965 2018-05-04 Tom Tromey <tom@tromey.com>
5966
5967 PR gdb/22619:
5968 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5969 behavior.
5970
5971 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5972
5973 * gdb.base/maint.exp: Process output from 'maint print registers'
5974 line at a time.
5975
5976 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5977
5978 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5979 timeout.
5980
5981 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5982
5983 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5984 filter pattern.
5985
5986 2018-05-02 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5989 to_log_command renames.
5990 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5991
5992 2018-05-02 Tom Tromey <tom@tromey.com>
5993
5994 * gdb.python/py-parameter.exp: Set test message.
5995
5996 2018-05-02 Tom Tromey <tom@tromey.com>
5997
5998 PR python/20084:
5999 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6000 PARAM_ZUINTEGER_UNLIMITED tests.
6001
6002 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6003
6004 PR rust/23124
6005 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6006 when casting.
6007
6008 2018-04-30 Tom Tromey <tom@tromey.com>
6009
6010 * gdb.python/py-type.exp: Check align attribute.
6011 * gdb.python/py-type.c: New "aligncheck" global.
6012
6013 2018-04-30 Tom Tromey <tom@tromey.com>
6014
6015 PR exp/17095:
6016 * gdb.dwarf2/dw2-align.exp: New file.
6017 * gdb.cp/align.exp: New file.
6018 * gdb.base/align.exp: New file.
6019 * lib/gdb.exp (gdb_int128_helper): New proc.
6020 (has_int128_c, has_int128_cxx): New caching procs.
6021
6022 2018-04-27 Tom Tromey <tom@tromey.com>
6023
6024 PR rust/22545:
6025 * gdb.rust/simple.exp: Add inclusive range tests.
6026
6027 2018-04-26 Pedro Alves <palves@redhat.com>
6028
6029 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6030 ifunc breakpoint locations correctly of ifunc breakpoints set
6031 while the program resolves the ifunc.
6032
6033 2018-04-26 Pedro Alves <palves@redhat.com>
6034
6035 * gdb.base/gnu-ifunc-final.c: New file.
6036 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6037 * gdb.base/gnu-ifunc.exp (executable): Delete.
6038 (staticexecutable): Adjust.
6039 (lib_opts, exec_opts): Delete.
6040 (make_binsuffix, build, set-break): New procedures.
6041 (misc_tests): New, with tests factored out from the top level.
6042 (top level): Test different combinations of ifunc resolver name,
6043 resolver with and with debug info, and ifunc target with and
6044 without debug info. Wrap static tests with with_target_prefix.
6045
6046 2018-04-26 Pedro Alves <palves@redhat.com>
6047
6048 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6049 return type" warnings.
6050
6051 2018-04-25 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6054 killed".
6055 * gdb.base/kill-after-signal.exp: Likewise.
6056 * gdb.threads/kill.exp: Likewise.
6057
6058 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6059 Sergio Durigan Junior <sergiodj@redhat.com>
6060 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6063 regexps to expect for '[Inferior ... detached]' as well.
6064 * gdb.base/attach.exp: Likewise.
6065 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6066 "gdb_continue_to_end".
6067 (test_catch_syscall_with_wrong_args): Likewise.
6068 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6069 ']'. Don't set 'verbose' on.
6070 * gdb.base/foll-vfork.exp: Likewise.
6071 * gdb.base/fork-print-inferior-events.c: New file.
6072 * gdb.base/fork-print-inferior-events.exp: New file.
6073 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6074 '[Inferior ... has been killed]' message.
6075 * gdb.base/kill-after-signal.exp: Likewise.
6076 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6077 detach message.
6078 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6079 message.
6080 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6081 regexps to expect for '[Inferior ... detached]' as well.
6082 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6083
6084 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6085
6086 PR gdb/23104
6087 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6088
6089 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6090
6091 PR gdb/23095
6092 * gdb.base/break-probes.exp: Pass shlib_load to
6093 prepare_for_testing. Set normal_bp to r_debug_state if target is
6094 bsd.
6095
6096 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6097
6098 * gdb.threads/multiple-successive-infcall.c: New test.
6099 * gdb.threads/multiple-successive-infcall.exp: New file.
6100
6101 2018-04-17 Tom Tromey <tom@tromey.com>
6102
6103 * gdb.rust/simple.rs (Union): New type.
6104 (main): New local "u".
6105 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6106
6107 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6108
6109 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6110 number information in output of "whereis" command.
6111 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6112
6113 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6114
6115 * gdb.ada/info_types.exp: Adjust expected output to the line
6116 numbers now printed by "info var/func/type".
6117 * gdb.base/completion.exp: Likewise.
6118 * gdb.base/included.exp: Likewise.
6119 * gdb.cp/cp-relocate.exp: Likewise.
6120 * gdb.cp/cplusfuncs.exp: Likewise.
6121 * gdb.cp/namespace.exp: Likewise.
6122 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6123
6124 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6125
6126 * gdb.btrace/cpu.exp: New.
6127
6128 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6129
6130 * gdb.base/step-indirect-call-thunk.exp: New.
6131 * gdb.base/step-indirect-call-thunk.c: New.
6132 * gdb.reverse/step-indirect-call-thunk.exp: New.
6133 * gdb.reverse/step-indirect-call-thunk.c: New.
6134
6135 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6136
6137 * gdb.base/pie-fork.c: New file.
6138 * gdb.base/pie-fork.exp: New file.
6139
6140 2018-04-11 Tom Tromey <tom@tromey.com>
6141
6142 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6143
6144 2018-04-10 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6147 exits. Instead loop running forever.
6148 (fork_parent): Run forever too.
6149
6150 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6151
6152 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6153 mi_continue_to_line.
6154 * gdb.mi/mi-stack.c (callee4): Add comment.
6155
6156 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6157
6158 * gdb.mi/mi-stack.exp: Fix indentation.
6159
6160 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6161
6162 PR gdb/22979
6163 * gdb.arch/amd64-osabi.exp: New file.
6164
6165 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6166
6167 PR gdb/22980
6168 * gdb.base/osabi.exp: New file.
6169
6170 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6171
6172 * gdb.cp/static-typedef-print.exp: New file.
6173 * gdb.cp/static-typedef-print.cc: New file.
6174
6175 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6176
6177 * gdb.ada/varsize_limit: New testcase.
6178
6179 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6180
6181 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6182
6183 * gdb.ada/notcplusplus: New testcase.
6184
6185 * gdb.base/c-linkage-name.c: New file.
6186 * gdb.base/c-linkage-name.exp: New testcase.
6187
6188 2018-03-26 Tom Tromey <tom@tromey.com>
6189
6190 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6191 * gdb.python/py-framefilter.py (name_error): New global.
6192 (ErrorInName.function): Use name_error.
6193
6194 2018-03-26 Tom Tromey <tom@tromey.com>
6195
6196 PR backtrace/15582:
6197 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6198
6199 2018-03-23 Keith Seitz <keiths@redhat.com>
6200
6201 PR c++/22968
6202 * gdb.cp/subtypes.exp: New file.
6203 * gdb.cp/subtypes.h: New file.
6204 * gdb.cp/subtypes.cc: New file.
6205 * gdb.cp/subtypes-2.cc: New file.
6206
6207 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6208
6209 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6210 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6211 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6212 -nostartfiles when compiling the test. Confirm that all registers
6213 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6214
6215 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6216
6217 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6218 option, syntax was wrong anyway.
6219 * gdb.arch/arm-disp-step.exp: Likewise.
6220 * gdb.arch/sparc64-regs.exp: Likewise.
6221 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6222 option, syntax was wrong anyway, switch to use
6223 prepare_for_testing.
6224 * gdb.arch/i386-disp-step.exp: Likewise.
6225
6226 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6227
6228 * gdb.ada/exec_changed.exp: Replace "target_info exists
6229 use_gdb_stub" by "use_gdb_stub".
6230 * gdb.ada/start.exp: Likewise.
6231 * gdb.base/async-shell.exp: Likewise.
6232 * gdb.base/attach-pie-misread.exp: Likewise.
6233 * gdb.base/attach-wait-input.exp: Likewise.
6234 * gdb.base/break-entry.exp: Likewise.
6235 * gdb.base/break-interp.exp: Likewise.
6236 * gdb.base/dprintf-detach.exp: Likewise.
6237 * gdb.base/nostdlib.exp: Likewise.
6238 * gdb.base/solib-nodir.exp: Likewise.
6239 * gdb.base/statistics.exp: Likewise.
6240 * gdb.base/testenv.exp: Likewise.
6241 * gdb.mi/mi-exec-run.exp: Likewise.
6242 * gdb.mi/mi-start.exp: Likewise.
6243 * gdb.multi/dummy-frame-restore.exp: Likewise.
6244 * gdb.multi/multi-arch-exec.exp: Likewise.
6245 * gdb.multi/multi-arch.exp: Likewise.
6246 * gdb.multi/tids.exp: Likewise.
6247 * gdb.multi/watchpoint-multi.exp: Likewise.
6248 * gdb.python/py-events.exp: Likewise.
6249 * gdb.threads/attach-into-signal.exp: Likewise.
6250 * gdb.threads/attach-stopped.exp: Likewise.
6251 * gdb.threads/threadapply.exp: Likewise.
6252 * lib/selftest-support.exp: Likewise.
6253
6254 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6255
6256 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6257
6258 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6259
6260 * gdb.perf/template-breakpoints.cc: New file.
6261 * gdb.perf/template-breakpoints.exp: New file.
6262 * gdb.perf/template-breakpoints.py: New file.
6263
6264 2018-03-19 Tom Tromey <tom@tromey.com>
6265
6266 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6267 y0.
6268 * gdb.rust/simple.exp: Test bare identifier form of struct
6269 initializer.
6270
6271 2018-03-19 Tom Tromey <tom@tromey.com>
6272
6273 * gdb.gdb/observer.exp: Remove.
6274
6275 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6276
6277 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6278 "qualified" option when setting breakpoints.
6279 * gdb.trace/backtrace.exp: Likewise.
6280 * gdb.trace/circ.exp: Likewise.
6281 * gdb.trace/collection.exp: Likewise.
6282 * gdb.trace/disconnected-tracing.exp: Likewise.
6283 * gdb.trace/ftrace-lock.exp: Likewise.
6284 * gdb.trace/ftrace.exp: Likewise.
6285 * gdb.trace/infotrace.exp: Likewise.
6286 * gdb.trace/packetlen.exp: Likewise.
6287 * gdb.trace/passc-dyn.exp: Likewise.
6288 * gdb.trace/qtro.exp: Likewise.
6289 * gdb.trace/read-memory.exp: Likewise.
6290 * gdb.trace/report.exp: Likewise.
6291 * gdb.trace/signal.exp: Likewise.
6292 * gdb.trace/status-stop.exp: Likewise.
6293 * gdb.trace/strace.exp: Likewise.
6294 * gdb.trace/tfind.exp: Likewise.
6295 * gdb.trace/trace-break.exp: Likewise.
6296 * gdb.trace/trace-condition.exp: Likewise.
6297 * gdb.trace/trace-mt.exp: Likewise.
6298 * gdb.trace/tstatus.exp: Likewise.
6299 * gdb.trace/tsv.exp: Likewise.
6300 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6301 * gdb.trace/unavailable.exp: Likewise.
6302 * gdb.trace/while-dyn.exp: Likewise.
6303
6304 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6305
6306 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6307 that libinproctrace is copied to the target.
6308
6309 2018-03-14 Tom Tromey <tom@tromey.com>
6310
6311 PR cli/14977:
6312 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6313 a null pointer.
6314 * gdb.base/wchar.exp: Likewise.
6315
6316 2018-03-14 Tom Tromey <tom@tromey.com>
6317
6318 PR cli/19918:
6319 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6320 flag.
6321
6322 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6323
6324 PR gdb/22841
6325 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6326 "target" to remote_exec.
6327
6328 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6329
6330 PR gdb/22841
6331 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6332 ${board}_upload): Remove.
6333
6334 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6335
6336 * gdb.cp/watch-cp.cc: New test.
6337 * gdb.cp/watch-cp.exp: New file.
6338
6339 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6340
6341 * gdb.base/infcall-nested-structs.exp: New file.
6342 * gdb.base/infcall-nested-structs.c: New file.
6343 * gdb.base/float.exp: Add riscv support.
6344
6345 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6346
6347 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6348 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6349
6350 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6351
6352 * gdb.server/abspath.exp: New file.
6353 * lib/gdb.exp (with_cwd): New procedure.
6354
6355 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6356
6357 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6358 use it.
6359 (gdb_is_target_remote_prompt): New proc.
6360 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6361 (gdb_is_target_native): Pass prompt parameter to
6362 gdb_is_target_1.
6363
6364 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6365
6366 * gdb.base/load-command.c: New file.
6367 * gdb.base/load-command.exp: New file.
6368 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6369 (gdb_is_target_1): ...this, and generalize for other targets
6370 than just remote.
6371 (gdb_is_target_remote): Use gdb_is_target_1.
6372 (gdb_is_target_native): use gdb_is_target_1.
6373
6374 2018-02-26 Tom Tromey <tom@tromey.com>
6375
6376 PR python/16497:
6377 * gdb.python/py-framefilter.exp: Update test.
6378
6379 2018-02-26 Tom Tromey <tom@tromey.com>
6380
6381 * gdb.dwarf2/variant.c: New file.
6382 * gdb.dwarf2/variant.exp: New file.
6383
6384 2018-02-26 Tom Tromey <tom@tromey.com>
6385
6386 * gdb.rust/simple.exp: Accept more possible results in enum test.
6387
6388 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6389
6390 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6391 parentheses.
6392
6393 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6394
6395 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6396 name of a variable: $actual_linejj -> $actual_line.
6397
6398 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6399
6400 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6401
6402 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6403
6404 * gdb.btrace/buffer-size.exp: Do not force BTS.
6405
6406 2018-02-14 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6409 getting a "Quit".
6410
6411 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6412
6413 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6414 Fix test name.
6415
6416 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6417
6418 * gdb.cp/m-static.exp: Check type of optimized out static
6419 member.
6420
6421 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6422
6423 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6424 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6425
6426 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6427 Leszek Swirski <leszeks@google.com>
6428
6429 * gdb.python/py-prettyprint.c
6430 (struct to_string_returns_value_inner,
6431 struct to_string_returns_value_wrapper): New.
6432 (main): Add tsrvw variable.
6433 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6434 ToStringReturnsValueWrapper): New classes.
6435 (register_pretty_printers): Register new pretty-printers.
6436 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6437 recursive pretty printer.
6438 * gdb.python/py-mi.exp: Likewise.
6439
6440 2018-02-01 Leszek Swirski <leszeks@google.com>
6441
6442 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6443 functions with the same name as an include file are parsed
6444 correctly.
6445
6446 2018-02-01 Yao Qi <yao.qi@linaro.org>
6447
6448 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6449 "\[^\r\n\]*".
6450
6451 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6452
6453 * gdb.arch/powerpc-prologue-frame.s: New file.
6454 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6455 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6456
6457 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6458
6459 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6460
6461 2018-01-30 Pedro Alves <palves@redhat.com>
6462
6463 PR gdb/13211
6464 * gdb.base/interrupt-daemon.c: New.
6465 * gdb.base/interrupt-daemon.exp: New.
6466 * gdb.multi/multi-term-settings.c: New.
6467 * gdb.multi/multi-term-settings.exp: New.
6468
6469 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6470
6471 * gdb.base/break.exp: Save the location where the breakpoint
6472 on break.c:47 was actually inserted when debugging the version
6473 compiled at -O2 and use it in the expected output of the "info
6474 break" test performed soon after.
6475
6476 2018-01-22 Pedro Alves <palves@redhat.com>
6477 Sergio Durigan Junior <sergiodj@redhat.com>
6478
6479 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6480 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6481
6482 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6483
6484 * gdb.base/break-include.c, gdb.base/break-include.inc,
6485 gdb.base/break-include.exp: New files.
6486 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6487 line number now being the actual line number where the breakpoint
6488 was inserted.
6489 * gdb.mi/mi-break.exp: Likewise.
6490 * gdb.mi/mi-reverse.exp: Likewise.
6491 * gdb.mi/mi-simplerun.exp: Ditto.
6492
6493 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6494
6495 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6496 varobj.
6497 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6498
6499 2018-01-21 Don Breazeal <donb@codesourcery.com>
6500 Andrew Burgess <andrew.burgess@embecosm.com>
6501
6502 * gdb.mi/basics.c: Add new global.
6503 * gdb.mi/mi-frame-regs.exp: New file.
6504 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6505 case.
6506
6507 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6508
6509 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6510 non-parameter, and on an unknown symbol.
6511
6512 2018-01-19 Tom Tromey <tom@tromey.com>
6513
6514 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6515 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6516
6517 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6518
6519 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6520 setrlimit and chdir to int.
6521
6522 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6523
6524 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6525 function.
6526 (my_tend): Likewise.
6527 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6528 rationale of avoiding FP- and vector instructions.
6529
6530 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6531
6532 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6533 "info reg" with "\[ \t\]*".
6534 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6535 "\[ \t\]+".
6536 * gdb.arch/s390-multiarch.exp: Ditto.
6537 * gdb.base/pc-fp.exp: Ditto.
6538 * gdb.reverse/i386-precsave.exp: Ditto.
6539 * gdb.reverse/i386-reverse.exp: Ditto.
6540 * gdb.reverse/i387-env-reverse.exp: Ditto.
6541 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6542
6543 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6544
6545 * lib/gdb.exp (gdb_compile): Re-enable use of
6546 universal_compile_options for languages other than Rust.
6547
6548 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6549
6550 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6551
6552 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6553
6554 PR gdb/16577
6555 * gdb.base/solib-vanish.exp: New.
6556 * gdb.base/solib-vanish-main.c: New.
6557 * gdb.base/solib-vanish-lib1.c: New.
6558 * gdb.base/solib-vanish-lib2.c: New.
6559
6560 2018-01-17 Yao Qi <yao.qi@linaro.org>
6561
6562 * gdb.compile/compile.exp: Match the address printed for
6563 frame in the output of command "bt".
6564
6565 2018-01-15 Tom Tromey <tom@tromey.com>
6566
6567 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6568 compute sp_reg.
6569
6570 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6571
6572 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6573 to prepare.
6574 (prepare): Return 0 on error, 1 on success.
6575
6576 2018-01-12 Pedro Alves <palves@redhat.com>
6577
6578 * gdb.base/continue-after-aborted-step-over.c: New.
6579 * gdb.base/continue-after-aborted-step-over.exp: New.
6580
6581 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6582
6583 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6584 options when not creating an executable.
6585
6586 2018-01-11 Pedro Alves <palves@redhat.com>
6587
6588 PR remote/22597
6589 * gdb.server/stop-reply-no-thread.c: New file.
6590 * gdb.server/stop-reply-no-thread.exp: New file.
6591
6592 2018-01-10 Pedro Alves <palves@redhat.com>
6593
6594 PR gdb/22670
6595 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6596 functions too. Test setting breakpoints and printing C functions
6597 with no debug info too.
6598 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6599
6600 2018-01-10 Pedro Alves <palves@redhat.com>
6601
6602 PR gdb/22670
6603 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6604 a fail.
6605
6606 2018-01-10 Pedro Alves <palves@redhat.com>
6607
6608 PR gdb/22670
6609 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6610
6611 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6612
6613 * gdb.server/unittest.exp: Match the output in non-development
6614 mode.
6615
6616 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6617
6618 * gdb.gdb/unittest.exp: Match output in non-development mode.
6619
6620 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6621
6622 * gdb.ada/access_tagged_param.exp: Relax expected output
6623 for value of "ObjL" in "continue" to pck.inspect breakpoint
6624 test.
6625
6626 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6627
6628 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6629 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6630
6631 2018-01-05 Pedro Alves <palves@redhat.com>
6632
6633 PR gdb/18653
6634 * gdb.base/libsegfault.exp: New.
6635
6636 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6637
6638 PR gdb/22670
6639 * gdb.ada/access_tagged_param.exp: New file.
6640 * gdb.ada/access_tagged_param/foo.adb: New file.
6641
6642 2018-01-05 Pedro Alves <palves@redhat.com>
6643
6644 PR gdb/22670
6645 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6646 exercise lower case too, and to exercise both full matching and
6647 wild matching.
6648
6649 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6650
6651 * gdb.ada/rename_subscript_param: New testcase.
6652
6653 2018-01-05 Jerome Guitton <guitton@adacore.com>
6654
6655 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6656
6657 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6658
6659 * gdb.ada/convvar_comp: New testcase.
6660
6661 2018-01-05 Xavier Roirand <roirand@adacore.com>
6662
6663 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6664 (My_Table): New global variable.
6665 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6666
6667 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6668
6669 PR gdb/22670
6670 * gdb.ada/maint_with_ada: New testcase.
6671
6672 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6673
6674 PR gdb/22670
6675 * gdb.ada/bp_c_mixed_case: New testcase.
6676
6677 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6678
6679 PR gdb/22670
6680 * gdb.ada/complete.exp: Add "complete break ada" test.
6681
6682 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6683
6684 PR gdb/22670
6685 * gdb.ada/info_addr_mixed_case: New testcase.
6686
6687 2018-01-03 Xavier Roirand <roirand@adacore.com>
6688
6689 * gdb.ada/excep_handle.exp: New testcase.
6690 * gdb.ada/excep_handle/foo.adb: New file.
6691 * gdb.ada/excep_handle/pck.ads: New file.
6692
6693 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6694
6695 * gdb.base/step-line.c: Add extra empty line in copyright header.
6696 * gdb.base/step-line.inp: Likewise.
6697
6698 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6699
6700 * gdb.ada/dyn_stride.exp: Add slice test.
6701
6702 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6703
6704 * gdb.ada/dyn_stride: New testcase.
6705
6706 2017-12-27 Stafford Horne <shorne@gmail.com>
6707
6708 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6709 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6710
6711 2017-12-27 Stafford Horne <shorne@gmail.com>
6712
6713 * gdb.base/reggroups.c: New file.
6714 * gdb.base/reggroups.exp: New file.
6715
6716 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6717
6718 * gdb.dwarf2/ada-valprint-error.c: New file.
6719 * gdb.dwarf2/ada-valprint-error.exp: New file.
6720
6721 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6722
6723 * gdb.ada/assign_arr: New testcase.
6724
6725 2017-12-18 Xavier Roirand <roirand@adacore.com>
6726
6727 * gdb.ada/funcall_ptr: New testcase.
6728
6729 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6730
6731 PR cli/16224
6732 * gdb.base/ptype-offsets.cc: New file.
6733 * gdb.base/ptype-offsets.exp: New file.
6734
6735 2017-12-15 Yao Qi <yao.qi@linaro.org>
6736
6737 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6738 if XML is disabled.
6739
6740 2017-12-15 Xavier Roirand <roirand@adacore.com>
6741
6742 * gdb.ada/same_component_name: New testcase.
6743
6744 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6745
6746 * gdb.ada/str_binop_equal: New testcase.
6747
6748 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6749
6750 * gdb.ada/task_switch_in_core: New testcase.
6751
6752 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6753
6754 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6755 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6756 call test_bkpt_qualified.
6757 (test_bkpt_qualified): New proc.
6758
6759 2017-12-13 Pedro Alves <palves@redhat.com>
6760
6761 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6762 Tighten regexp by matching with an anchor.
6763
6764 2017-12-13 Pedro Alves <palves@redhat.com>
6765
6766 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6767 ("expression with namespace"): New set of tests.
6768 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6769 (Nested::Test_NS::qux): New.
6770 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6771 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6772
6773 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6774
6775 * gdb.base/server-del-break.c: New file.
6776 * gdb.base/server-del-break.exp: New file.
6777
6778 2017-12-12 Stafford Horne <shorne@gmail.com>
6779
6780 * gdb.xml/tdesc-regs.exp: Add or1k support.
6781
6782 2017-12-12 Stafford Horne <shorne@gmail.com>
6783
6784 * gdb.base/bp-permanent.c: Define nop of or1k.
6785
6786 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6787
6788 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6789 output with components being reordered.
6790
6791 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6792
6793 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6794 output with components being reordered.
6795
6796 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6797 Pedro Alves <palves@redhat.com>
6798
6799 * gdb.base/maint.exp (check for .gdb_index): Check also for
6800 .debug_names.
6801 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6802 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6803 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6804 (.gdb_index used after symbol reloading): Support also .debug_names.
6805 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6806
6807 2017-12-08 Yao Qi <yao.qi@linaro.org>
6808
6809 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6810 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6811
6812 2017-12-08 Yao Qi <yao.qi@linaro.org>
6813
6814 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6815 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6816
6817 2017-12-08 Yao Qi <yao.qi@linaro.org>
6818
6819 * gdb.arch/aarch64-tagged-pointer.c: New file.
6820 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6821
6822 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6823
6824 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6825 "int".
6826
6827 2017-12-07 Keith Seitz <keiths@redhat.com>
6828
6829 PR breakpoints/22569
6830 * gdb.linespec/ls-errs.exp: Change expected result of "break
6831 -source this file has spaces.c -line 3".
6832 Check that an explicit source file followed by whitespace is
6833 identified as an invalid explicit location.
6834
6835 2017-12-07 Keith Seitz <keiths@redhat.com>
6836
6837 * gdb.cp/nested-types.cc: New file.
6838 * gdb.cp/nested-types.exp: New file.
6839 * lib/cp-support.exp: Load data-structures.exp library.
6840 (debug_cp_test_ptype_class): New global.
6841 (cp_ptype_class_verbose, next_line): New procedures.
6842 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6843 Add and document new return value.
6844 Switch the list of lines to a queue.
6845 Add support for new `type' key for nested type definitions.
6846 Add debugging/troubleshooting messages.
6847 * lib/data-structures.exp: New file.
6848
6849 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6850
6851 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6852 with proc_with_prefix, don't use with_test_prefix.
6853
6854 2017-12-07 Tom Tromey <tom@tromey.com>
6855
6856 * gdb.base/break.exp: Add test for empty "commands".
6857
6858 2017-12-07 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6861 malloc and catch syscall.
6862
6863 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6864
6865 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6866 tests for explicit locations.
6867
6868 2017-12-06 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6871 force-disabling XML descriptions.
6872
6873 2017-12-04 Pedro Alves <palves@redhat.com>
6874
6875 PR gdb/22499
6876 * gdb.arch/amd64-disp-step-avx.S: New file.
6877 * gdb.arch/amd64-disp-step-avx.exp: New file.
6878
6879 2017-12-03 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6882 and <string.h>.
6883 (parent_function): Print distinct messages when waitpid fails, or
6884 the child exits with a signal, or the child exits for an unhandled
6885 reason.
6886 * gdb.threads/process-dies-while-detaching.exp
6887 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6888 it. Wait for both inferior output and GDB's prompt. Use an
6889 indirect spawn id list.
6890 (do_detach): New parameter 'child_exit'. Use it to compute
6891 expected inferior output.
6892 (test_detach, test_detach_watch, test_detach_killed_outside):
6893 Adjust to pass down the expected child exit kind.
6894
6895 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6896 Sergio Durigan Junior <sergiodj@redhat.com>
6897 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6900
6901 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6902
6903 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6904 to 'symbol-file' and 'add-symbol-file' can be
6905 position-independent.
6906
6907 2017-12-01 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6910 the URL in copyright header.
6911 * gdb.arch/aarch64-fp.exp: Likewise.
6912 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6913 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6914 * gdb.base/expand-psymtabs.exp: Likewise.
6915 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6916 * gdb.fortran/common-block.exp: Likewise.
6917 * gdb.fortran/common-block.f90: Likewise.
6918 * gdb.fortran/logical.exp: Likewise.
6919 * gdb.fortran/vla-datatypes.f90: Likewise.
6920 * gdb.fortran/vla-sub.f90: Likewise.
6921
6922 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6923
6924 * gdb.ada/repeat_dyn: New testcase.
6925
6926 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6927
6928 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6929 Update for changed thread numbering.
6930 * gdb.cell/bt.exp: Update for changed GDB output.
6931
6932 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6933
6934 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6935 setting isremote by hand.
6936 * boards/dwarf4-gdb-index.exp: Likewise.
6937 * boards/fission.exp: Likewise.
6938 * boards/stabs.exp: Likewise.
6939
6940 2017-11-30 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.linespec/cpls-ops.exp
6943 (check_explicit_skips_function_argument): Extract the underlying
6944 type of size_t instead of hardcoding it.
6945
6946 2017-11-29 Pedro Alves <palves@redhat.com>
6947
6948 PR c++/19436
6949 * gdb.linespec/cpls-abi-tag.cc: New file.
6950 * gdb.linespec/cpls-abi-tag.exp: New file.
6951
6952 2017-11-29 Pedro Alves <palves@redhat.com>
6953
6954 * gdb.base/langs.exp: Use -qualified.
6955 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6956 it.
6957 * gdb.cp/namespace.exp: Use -qualified.
6958 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6959 (overload-3, template-overload, template-ret-type, const-overload)
6960 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6961 procedures.
6962 (test_driver): Call them.
6963 * gdb.cp/save-bp-qualified.cc: New.
6964 * gdb.cp/save-bp-qualified.exp: New.
6965 * gdb.linespec/explicit.exp: Test -qualified.
6966 * lib/completion-support.exp (completion::explicit_opts_list): Add
6967 "-qualified".
6968 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6969
6970 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6971
6972 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6973
6974 2017-11-29 Tom Tromey <tom@tromey.com>
6975
6976 * gdb.base/relocate.exp: Update invalid argument test.
6977 Add new tests for invalid arguments.
6978
6979 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6980
6981 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6982 Return 0 as a long.
6983 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6984
6985 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6986
6987 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6988 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6989 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6990 func ().
6991 * gdb.cp/shadow.cc (B.func): Return 0.
6992
6993 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6994
6995 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6996 expected output in gdb_expect call to allow the exception
6997 message to be present as well. Fix syntax confusion to avoid
6998 TCL thinking that exception_name is an array.
6999
7000 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7001
7002 * gdb.arch/spu-info.c: Include <unistd.h>.
7003 (do_signal_test): Fix broken calls to write.
7004 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7005 Fix checks for empty mailboxes. Update signal tests for corrected
7006 do_signal_test routine. Allow nonzero event status.
7007 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7008 * gdb.cell/arch.exp: Use standard_output_file.
7009 * gdb.cell/break.exp: Likewise.
7010 * gdb.cell/bt.exp: Likewise.
7011 * gdb.cell/core.exp: Likewise.
7012 * gdb.cell/dwarfaddr.exp: Likewise.
7013 * gdb.cell/ea-cache.exp: Likewise.
7014 * gdb.cell/ea-standalone.exp: Likewise.
7015 * gdb.cell/f-regs.exp: Likewise.
7016 * gdb.cell/fork.exp: Likewise.
7017 * gdb.cell/gcore.exp: Likewise.
7018 * gdb.cell/mem-access.exp: Likewise.
7019 * gdb.cell/ptype.exp: Likewise.
7020 * gdb.cell/registers.exp: Likewise.
7021 * gdb.cell/sizeof.exp: Likewise.
7022 * gdb.cell/solib-symbol.exp: Likewise.
7023 * gdb.cell/solib.exp: Likewise.
7024
7025 2017-11-25 Pedro Alves <palves@redhat.com>
7026
7027 * gdb.base/complete-empty.exp: New file.
7028 * gdb.base/completion.exp: Adjust.
7029
7030 2017-11-25 Pedro Alves <palves@redhat.com>
7031
7032 * gdb.linespec/cpls-ops.cc: New file.
7033 * gdb.linespec/cpls-ops.exp: New file.
7034 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7035 factored out from ...
7036 (test_complete_prefix_range): ... this.
7037
7038 2017-11-24 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.linespec/cpcompletion.exp: New file.
7041 * gdb.linespec/cpls-hyphen.cc: New file.
7042 * gdb.linespec/cpls.cc: New file.
7043 * gdb.linespec/cpls2.cc: New file.
7044 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7045 test to use test_gdb_complete_unique. Add label completion,
7046 keyword completion and explicit location completion tests.
7047 * lib/completion-support.exp: New file.
7048
7049 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7050
7051 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7052 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7053 when hitting an exception catchpoint.
7054
7055 2017-11-22 Yao Qi <yao.qi@linaro.org>
7056
7057 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7058
7059 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7060
7061 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7062 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7063 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7064
7065 2017-11-22 Yao Qi <yao.qi@linaro.org>
7066
7067 * gdb.base/info-os.exp: Pass pthreads.
7068 * gdb.multi/multi-attach.exp: Likewise.
7069
7070 2017-11-22 Yao Qi <yao.qi@linaro.org>
7071
7072 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7073 compiler.
7074
7075 2017-11-22 Yao Qi <yao.qi@linaro.org>
7076
7077 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7078 * gdb.base/break-interp.exp: Likewise.
7079 * gdb.base/jit-attach-pie.exp: Likewise.
7080
7081 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7082
7083 * gdb.base/float128.c (large128): New variable.
7084 * gdb.base/float128.exp: Add test to print largest __float128 value.
7085
7086 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7087
7088 * gdb.arch/vsx-regs.exp: Update register content checks.
7089
7090 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7091
7092 * gdb.arch/ppc-longdouble.exp: New file.
7093 * gdb.arch/ppc-longdouble.c: Likewise.
7094
7095 2017-11-21 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7098
7099 2017-11-20 Pedro Alves <palves@redhat.com>
7100
7101 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7102 (long_double_typedef): New typedefs.
7103 Use DEF on double and long double.
7104 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7105 cases.
7106 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7107 and 'long_double_ptr_same_size' locals. Use them to decide
7108 whether cast from array/function to float is valid/invalid.
7109
7110 2017-11-17 Tom Tromey <tom@tromey.com>
7111
7112 * gdb.rust/traits.rs: New file.
7113 * gdb.rust/traits.exp: New file.
7114
7115 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7116
7117 * gdb.ada/minsyms: New testcase.
7118
7119 2017-11-16 Pedro Alves <palves@redhat.com>
7120
7121 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7122 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7123
7124 2017-11-16 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7127 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7128
7129 2017-11-16 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.server/reconnect-ctrl-c.c: New file.
7132 * gdb.server/reconnect-ctrl-c.exp: New file.
7133
7134 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7135
7136 * gdb.python/py-rbreak.exp: New file.
7137 * gdb.python/py-rbreak.c: New file.
7138 * gdb.python/py-rbreak-func2.c: New file.
7139
7140 2017-11-16 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7143 pattern.
7144 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7145 GDB.
7146
7147 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7148
7149 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7150 regex.
7151
7152 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7153
7154 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7155 test names.
7156
7157 2017-11-09 Pedro Alves <palves@redhat.com>
7158
7159 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7160 factored out from ...
7161 (top level): ... here, and adjusted to avoid expecting beyond the
7162 prompt in a single gdb_test_multiple.
7163
7164 2017-11-09 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7167 output.
7168 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7169 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7170 * gdb.server/ext-run.exp ("kill" test): Likewise.
7171 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7172
7173 2017-11-09 Pedro Alves <palves@redhat.com>
7174
7175 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7176 match till end of line.
7177
7178 2017-11-09 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7181
7182 2017-11-09 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7185 New procedures, factored out from ...
7186 (top level): ... here, and adjusted to avoid expecting beyond the
7187 prompt in one go.
7188
7189 2017-11-09 Pedro Alves <palves@redhat.com>
7190
7191 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7192 output. Fix '?' match.
7193
7194 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7195
7196 * gdb.ada/scoped_watch: New testcase.
7197 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7198 which is actually correct.
7199 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7200 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7201
7202 2017-11-08 Pedro Alves <palves@redhat.com>
7203
7204 * gdb.gdb/complaints.exp (test_initial_complaints)
7205 (test_serial_complaints, test_short_complaints): Call
7206 complaint_internal instead of complaint.
7207
7208 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7209
7210 * gdb.threads/tls-core.c: New file.
7211 * gdb.threads/tls-core.exp: Likewise.
7212
7213 2017-11-08 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7216 (p Exported_Capitalized): New test.
7217 (p exported_capitalized): New test.
7218
7219 2017-11-07 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7222
7223 2017-11-07 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7226 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7227 (disable_invalid, disable_inverted, disable_negative): New
7228 procedures.
7229 ("bad numbers"): New set of tests.
7230
7231 2017-11-07 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.cp/ena-dis-br-range.exp: Add tests.
7234
7235 2017-11-07 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7238
7239 2017-11-07 Xavier Roirand <roirand@adacore.com>
7240 Pedro Alves <palves@redhat.com>
7241
7242 * gdb.base/ena-dis-br.exp: Add reference to
7243 gdb.cp/ena-dis-br-range.exp.
7244 * gdb.cp/ena-dis-br-range.exp: New file.
7245 * gdb.cp/ena-dis-br-range.cc: New file.
7246
7247 2017-11-06 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.base/attach-non-pgrp-leader.c: New.
7250 * gdb.base/attach-non-pgrp-leader.exp: New.
7251
7252 2017-11-06 Pedro Alves <palves@redhat.com>
7253
7254 * configure.ac: No longer check for termio.h and sgtty.h.
7255 * configure: Regenerate.
7256 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7257 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7258 Remove termio and sgtty code.
7259
7260 2017-11-03 Yao Qi <yao.qi@linaro.org>
7261
7262 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7263 in GDB is disabled.
7264
7265 2017-11-03 Yao Qi <yao.qi@linaro.org>
7266
7267 * gdb.python/py-thrhandle.exp: Skip it if python is not
7268 enabled.
7269
7270 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7271
7272 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7273 as a breakpoint command.
7274
7275 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7276
7277 PR python/21213
7278 * gdb.python/py-infthread.exp: Test calling
7279 InferiorThread.inferior () multiple times in a row.
7280
7281 2017-10-27 Keith Seitz <keiths@redhat.com>
7282
7283 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7284 Test "info break" for every inlined function breakpoint.
7285
7286 2017-10-27 Yao Qi <yao.qi@linaro.org>
7287
7288 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7289
7290 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7291
7292 * gdb.cp/classes.exp (test_static_members): Test printing
7293 Outer::instance.
7294 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7295 (Inner::instance, Outer::instance): New.
7296
7297 2017-10-24 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7300 extra console" test in two stages.
7301
7302 2017-10-24 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7305
7306 2017-10-24 Pedro Alves <palves@redhat.com>
7307
7308 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7309 loop.
7310
7311 2017-10-24 Pedro Alves <palves@redhat.com>
7312
7313 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7314 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7315
7316 2017-10-24 Pedro Alves <palves@redhat.com>
7317
7318 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7319 parameter and handle it. Don't output read value in test name.
7320
7321 2017-10-24 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7324 custom test name.
7325
7326 2017-10-24 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7329 include the unstable output directory name in the test's name.
7330 (initial_setup_simple) <'set args'>: Use custom test name.
7331
7332 2017-10-24 Pedro Alves <palves@redhat.com>
7333
7334 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7335 with explicit test name.
7336
7337 2017-10-20 Pedro Alves <palves@redhat.com>
7338
7339 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7340 'wait -i'. Use gdb_assert and remote_close.
7341
7342 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7343
7344 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7345 number from variable rather than hard-coded.
7346
7347 2017-10-19 Pedro Alves <palves@redhat.com>
7348
7349 * gdb.base/long-inferior-output.c: New file.
7350 * gdb.base/long-inferior-output.exp: New file.
7351
7352 2017-11-18 Keith Seitz <keiths@redhat.com>
7353
7354 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7355 method.
7356 (main): Call it.
7357 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7358 Add additional user-defined conversion operator tests.
7359
7360 2017-10-17 Pedro Alves <palves@redhat.com>
7361
7362 * boards/native-stdio-gdbserver.exp: Load "local-board".
7363
7364 2017-10-17 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.base/quit-live.c: New file.
7367 * gdb.base/quit-live.exp: New file.
7368
7369 2017-10-16 Keith Seitz <keiths@redhat.com>
7370
7371 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7372 (class_with_protected_typedef, class_with_private_typedef)
7373 (struct_with_public_typedef, struct_with_protected_typedef)
7374 (struct_with_private_typedef): New classes/structs.
7375 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7376 typedefs and access specifiers.
7377
7378 2017-10-16 Pedro Alves <palves@redhat.com>
7379 Simon Marchi <simon.marchi@polymtl.ca>
7380
7381 * README (Local vs Remote vs Native): New section.
7382 * boards/local-board.exp: New file, with bits factored out from
7383 ...
7384 * boards/native-extended-gdbserver.exp: ... here. Load
7385 "local-board".
7386 * boards/native-gdbserver.exp: Load "local-board".
7387 (${board}_spawn, ${board}_exec): Delete.
7388 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7389 ...
7390 * boards/stdio-gdbserver-base.exp: ... this new file.
7391 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7392 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7393 procedure.
7394 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7395 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7396 stdio_gdbserver_command.
7397 (${board}_get_remote_address, ${board}_get_comm_port)
7398 (${board}_download, ${board}_upload): Delete.
7399 (get_target_remote_pipe_cmd): New.
7400
7401 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7402
7403 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7404 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7405 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7406 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7407 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7408 remove with_test_prefix.
7409
7410 2017-10-13 Pedro Alves <palves@redhat.com>
7411
7412 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7413 * gdb.base/annota1.exp: Use it instead of is_remote.
7414 * gdb.base/annota3.exp: Use it instead of is_remote.
7415 * gdb.cp/annota2.exp: Use it instead of is_remote.
7416 * gdb.cp/annota3.exp: Use it instead of is_remote.
7417 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7418
7419 2017-10-13 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7422 (test_num_test_vars, run_and_count_vars, find_env)
7423 (test_set_unset_env, test_inherit_env_var): New procedures.
7424 (top level): Use them.
7425
7426 2017-10-13 Pedro Alves <palves@redhat.com>
7427
7428 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7429 also skip on stub-like targets.
7430
7431 2017-10-13 Pedro Alves <palves@redhat.com>
7432
7433 PR gdb/22293
7434 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7435 (top level): Move some tests to ...
7436 (test_not_found): ... this new procedure.
7437 (top level): Call it.
7438
7439 2017-10-13 Pedro Alves <palves@redhat.com>
7440
7441 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7442 expect different "info terminal" output if testing with a
7443 non-native target.
7444
7445 2017-10-13 Pedro Alves <palves@redhat.com>
7446 Simon Marchi <simon.marchi@polymtl.ca>
7447
7448 PR python/12966
7449 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7450
7451 2017-10-13 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7454 already.
7455
7456 2017-10-13 Pedro Alves <palves@redhat.com>
7457
7458 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7459 is_remote.
7460
7461 2017-10-13 Pedro Alves <palves@redhat.com>
7462
7463 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7464 is_remote.
7465
7466 2017-10-13 Pedro Alves <palves@redhat.com>
7467
7468 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7469 is set.
7470 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7471 instead of is_remote.
7472
7473 2017-10-13 Pedro Alves <palves@redhat.com>
7474
7475 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7476 (top level): Add comment.
7477
7478 2017-10-13 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.base/remote.exp (top level): Fix comment typo and add
7481 missing return.
7482
7483 2017-10-13 Pedro Alves <palves@redhat.com>
7484 Simon Marchi <simon.marchi@polymtl.ca>
7485
7486 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7487 calls and add comments. Skip test if use_gdb_stub is set.
7488 (top level): Use "set cwd" command instead of "cd" command.
7489
7490 2017-10-13 Pedro Alves <palves@redhat.com>
7491
7492 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7493 is_remote target check.
7494
7495 2017-10-13 Pedro Alves <palves@redhat.com>
7496
7497 * gdb.base/scope.exp: Use build_executable + clean_restart +
7498 gdb_file_cmd instead of prepare_for_testing and no longer skip
7499 "before run" tests on is_remote target boards. Update comments.
7500 * boards/native-extended-gdbserver.exp
7501 (extended_gdbserver_load_last_file): New, factored out from ...
7502 (gdb_load): ... this. Move further below and add comment.
7503 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7504
7505 2017-10-12 Pedro Alves <palves@redhat.com>
7506
7507 * gdb.base/attach.exp: Remove references to gdb64.
7508 * gdb.base/dbx.exp: Remove references to gdb64.
7509
7510 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7511 Pedro Alves <palves@redhat.com>
7512
7513 * gdb.base/label.exp: Remove is_remote target check.
7514
7515 2017-10-12 Pedro Alves <palves@redhat.com>
7516
7517 * gdb.base/auvx.exp (coredir): Update comment.
7518 (top level) <core_works>: Use "set cwd" command instead of "cd"
7519 command.
7520
7521 2017-10-12 Pedro Alves <palves@redhat.com>
7522 Simon Marchi <simon.marchi@polymtl.ca>
7523
7524 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7525 target boards.
7526
7527 2017-10-12 Pedro Alves <palves@redhat.com>
7528 Simon Marchi <simon.marchi@polymtl.ca>
7529
7530 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7531 Instead skip if there's any gdb_protocol set.
7532
7533 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7534 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7537
7538 2017-10-12 Pedro Alves <palves@redhat.com>
7539 Simon Marchi <simon.marchi@polymtl.ca>
7540
7541 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7542 instead of on dejagnu remote boards.
7543
7544 2017-10-12 Pedro Alves <palves@redhat.com>
7545 Simon Marchi <simon.marchi@polymtl.ca>
7546
7547 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7548 checks. Use build_executable + clean_restart instead of
7549 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7550 of enabling non-stop after starting gdb.
7551
7552 2017-10-12 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7555 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7556 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7557 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7558
7559 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7560
7561 * gdb.arch/arc-tdesc-cpu.exp: New file.
7562 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7563
7564 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7565
7566 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7567
7568 2017-10-10 Pedro Alves <palves@redhat.com>
7569
7570 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7571 expect CLI output.
7572
7573 2017-10-10 Pedro Alves <palves@redhat.com>
7574
7575 * lib/selftest-support.exp (selftest_setup): Update for
7576 captured_command_loop's prototype change.
7577
7578 2017-10-09 Pedro Alves <palves@redhat.com>
7579
7580 Test both arch1=>arch2 and arch2=>arch1.
7581
7582 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7583 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7584 factored out to...
7585 (append_arch1_options, append_arch2_options, append_arch_options)
7586 (build_executables): New procedures.
7587 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7588 local.
7589 (top level): Add new 'first_arch' testing axis.
7590
7591 2017-10-09 Pedro Alves <palves@redhat.com>
7592
7593 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7594 (barrier): New.
7595 (thread_start, all_started): New functions.
7596 (main): Spawn new thread and wait until it is scheduled.
7597 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7598 option.
7599 (do_test): Add 'selected_thread' parameter. Run to all_started
7600 instead of main. Explicitly set the breakpoint at main. Switch
7601 to the SELECTED_THREAD thread.
7602 (top level): Test handling the exec event with either the main
7603 thread or the second thread selected.
7604
7605 2017-10-09 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7608 logic. Move STOP marker after the value checks.
7609 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7610 regexp.
7611
7612 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7613
7614 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7615
7616 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7617
7618 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7619 integer-to-dfp conversion.
7620 * gdb.base/dfp-test.exp: Likewise.
7621
7622 2017-10-04 Pedro Alves <palves@redhat.com>
7623
7624 * gdb.multi/hangout.c: Include <unistd.h>.
7625 (hangout_loop): New function.
7626 (main): Call alarm. Call hangout_loop in a loop.
7627 * gdb.multi/hello.c: Include <unistd.h>.
7628 (hello_loop): New function.
7629 (main): Call alarm. Call hangout_loop in a loop.
7630 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7631 inferior with the other selected.
7632
7633 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7634
7635 * gdb.mi/list-thread-groups-available.exp: New file.
7636 * gdb.mi/list-thread-groups-available.c: New file.
7637
7638 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7639
7640 * gdb.base/set-cwd.exp: Make it available on
7641 native-extended-gdbserver.
7642
7643 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7644
7645 * gdb.base/set-cwd.c: New file.
7646 * gdb.base/set-cwd.exp: Likewise.
7647
7648 2017-10-02 Tom Tromey <tom@tromey.com>
7649
7650 PR rust/22236:
7651 * gdb.rust/simple.rs (main): New variable "fslice".
7652 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7653
7654 2017-10-02 Tom Tromey <tom@tromey.com>
7655
7656 * gdb.rust/simple.exp: Test ptype of a slice.
7657
7658 2017-10-02 Tom Tromey <tom@tromey.com>
7659
7660 * gdb.rust/simple.exp: Test index of slice.
7661
7662 2017-09-27 Tom Tromey <tom@tromey.com>
7663
7664 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7665
7666 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7667 Pedro Alves <palves@redhat.com>
7668
7669 * gdb.base/compare-sections.exp (get value of read-only section): Read
7670 as unsigned value.
7671 (corrupt read-only section): Likewise and don't set written if patching
7672 failed.
7673
7674 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7675
7676 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7677 files.
7678
7679 2017-09-20 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7682 symbol names in gdb's output.
7683 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7684
7685 2017-09-20 Pedro Alves <palves@redhat.com>
7686
7687 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7688 Rename to ...
7689 (test_list_ambiguous_symbol): ... this and add a symbol name
7690 parameter. Adjust.
7691 (test_list_ambiguous_function): Reimplement on top of
7692 test_list_ambiguous_symbol and also test listing ambiguous
7693 variables.
7694 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7695 (ambiguous_fun): ... this.
7696 (ambiguous_var): New.
7697 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7698 (ambiguous_fun): ... this.
7699 (ambiguous_var): New.
7700
7701 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7702
7703 * gdb.base/starti.c: New file.
7704 * gdb.base/starti.exp: New file.
7705 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7706
7707 2017-09-14 Pedro Alves <palves@redhat.com>
7708
7709 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7710 (top level): Use it instead of runto.
7711
7712 2017-09-11 Tom Tromey <tom@tromey.com>
7713
7714 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7715
7716 2017-09-11 Tom Tromey <tom@tromey.com>
7717
7718 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7719 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7720
7721 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7722
7723 * gdb.fortran/printing-types.exp: New file.
7724 * gdb.fortran/printing-types.exp: New file.
7725
7726 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7727
7728 * gdb.fortran/vla-ptype.exp: Fix typos.
7729 * gdb.fortran/vla-value.exp: Same.
7730
7731 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7732
7733 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7734 * gdb.mi/mi-var-child-f.exp: Likewise.
7735 * gdb.mi/mi-vla-fortran.exp: Likewise.
7736
7737 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7738 Christoph Weinmann <christoph.t.weinmann@intel.com>
7739 Bernhard Heckel <bernhard.heckel@intel.com>
7740
7741 * gdb.fortran/ptr-indentation.f90: New file.
7742 * gdb.fortran/ptr-indentation.exp: New file.
7743
7744 2017-09-05 Tom Tromey <tom@tromey.com>
7745
7746 PR gdb/22010:
7747 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7748
7749 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7750
7751 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7752
7753 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7754
7755 * gdb.threads/tls-nodebug-pie.c: New file.
7756 * gdb.threads/tls-nodebug-pie.exp: New file.
7757
7758 2017-09-05 Tom Tromey <tom@tromey.com>
7759
7760 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7761 for rust.
7762
7763 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7764
7765 * gdb.multi/multi-arch-exec.exp: Test with different
7766 "follow-exec-mode" settings.
7767 (do_test): New procedure.
7768
7769 2017-09-04 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.base/func-static.c (S::method const, S::method volatile)
7772 (S::method volatile const): New methods.
7773 (c_s, v_s, cv_s): New instances.
7774 (main): Call method() on them.
7775 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7776 (cannot_resolve): New procedure.
7777 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7778 print-quote-unquoted columns.
7779 (do_test): Test printing each scope too.
7780
7781 2017-09-04 Pedro Alves <palves@redhat.com>
7782
7783 * gdb.base/local-static.exp: Also test with
7784 class::method::variable wholly quoted.
7785 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7786
7787 2017-09-04 Pedro Alves <palves@redhat.com>
7788
7789 * gdb.base/local-static.c: New.
7790 * gdb.base/local-static.cc: New.
7791 * gdb.base/local-static.exp: New.
7792
7793 2017-09-04 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.asm/asm-source.exp: Add casts to int.
7796 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7797 (dataglobal64_1, dataglobal64_2): New globals.
7798 * gdb.base/nodebug.exp: Test different expressions involving the
7799 new globals, with print, whatis and ptype. Add casts to int.
7800 * gdb.base/solib-display.exp: Add casts to int.
7801 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7802 * gdb.cp/m-static.exp: Add cast to int.
7803 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7804 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7805 tls variable with no debug info without a cast. Test with a cast
7806 to int too.
7807 * gdb.trace/entry-values.exp: Add casts.
7808
7809 2017-09-04 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.base/nodebug.exp: Test that ptype's error about functions
7812 with unknown return type includes the function name too.
7813
7814 2017-09-04 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7817 return type of munmap in infcall.
7818 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7819 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7820 type of ftell in infcall.
7821 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7822 type of getpid in infcall.
7823 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7824 infcall.
7825 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7826 Bail on failure to extract the pid.
7827 * gdb.base/nodebug.c: #include <stdint.h>.
7828 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7829 New functions.
7830 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7831 Change expected output of print/whatis/ptype with functions with
7832 no debug info. Test all supported languages. Call
7833 test_call_promotion.
7834 * gdb.compile/compile.exp: Adjust expected output to expect
7835 warning.
7836 * gdb.threads/siginfo-threads.exp: Likewise.
7837
7838 2017-09-04 Pedro Alves <palves@redhat.com>
7839
7840 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7841 "prototypes". Test calling float functions via prototyped and
7842 unprototyped function pointers.
7843 (perform_all_tests): New parameter "prototypes". Pass it down.
7844 (top level): Pass down "prototypes" parameter to
7845 perform_all_tests.
7846
7847 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7848
7849 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7850 Test with nested loops.
7851
7852 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7853
7854 * gdb.base/commands.exp: Call the new procedures.
7855 (loop_break_test, loop_continue_test): New procedures.
7856
7857 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7858
7859 * gdb.base/commands.exp: Call new procedure.
7860 (define_if_without_arg_test): New procedure.
7861
7862 2017-09-04 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.base/list-ambiguous.exp: New file.
7865 * gdb.base/list-ambiguous0.c: New file.
7866 * gdb.base/list-ambiguous1.c: New file.
7867 * gdb.base/list.exp (test_list_range): Adjust expected output.
7868
7869 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7870
7871 * gdb.base/share-env-with-gdbserver.c: New file.
7872 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7873
7874 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7875
7876 * gdb.base/commands.exp (gdbvar_simple_if_test,
7877 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7878 progvar_simple_if_test, progvar_simple_while_test,
7879 progvar_complex_if_while_test, user_defined_command_test,
7880 user_defined_command_args_eval,
7881 user_defined_command_args_stack_test,
7882 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7883 temporary_breakpoint_commands,
7884 gdb_test_no_prompt, redefine_hook_test,
7885 redefine_backtrace_test): Remove "global gdb_prompt".
7886
7887 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7888
7889 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7890 New proc, call it from toplevel.
7891
7892 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7893
7894 PR remote/21852
7895 * gdb.server/normal.c: New file, copied from gdb.base.
7896 * gdb.server/run-without-local-binary.exp: New file.
7897
7898 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7899
7900 * gdb.arch/sparc64-adi.exp: New file.
7901 * gdb.arch/sparc64-adi.c: New file.
7902
7903 2017-08-22 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7906 (top level): Add "list all overloads" tests.
7907
7908 2017-08-22 Tom Tromey <tom@tromey.com>
7909
7910 * gdb.gdb/xfullpath.exp: Remove.
7911
7912 2017-08-21 Pedro Alves <palves@redhat.com>
7913
7914 PR gdb/19487
7915 * gdb.base/symbol-alias.c: New.
7916 * gdb.base/symbol-alias2.c: New.
7917 * gdb.base/symbol-alias.exp: New.
7918
7919 2017-08-21 Pedro Alves <palves@redhat.com>
7920
7921 * gdb.base/dfp-test.c
7922 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7923 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7924 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7925 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7926 * gdb.base/whatis-ptype-typedefs.c: New.
7927 * gdb.base/whatis-ptype-typedefs.exp: New.
7928 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7929 (an_int, an_int_type, an_int_type2): New globals.
7930 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7931 involving typedefs and cast expressions.
7932 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7933 (lookup_typedefs_function): New.
7934 (typedefs_pretty_printers_dict): New.
7935 (top level): Register lookup_typedefs_function in
7936 gdb.pretty_printers.
7937
7938 2017-08-18 Yao Qi <yao.qi@linaro.org>
7939
7940 * gdb.server/unittest.exp: New.
7941
7942 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7943
7944 PR gdb/21954
7945 * gdb.base/environ.exp: Add test to check if 'unset environment'
7946 works.
7947
7948 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7949
7950 * lib/gdb.exp (universal_compile_options): New caching proc.
7951 (gdb_compile): Suppress GCC's coloring of messages.
7952
7953 2017-08-14 Tom Tromey <tom@tromey.com>
7954
7955 PR gdb/21675:
7956 * gdb.base/printcmds.exp (test_radices): New function.
7957 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7958 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7959 * lib/gdb.exp (get_integer_valueof): Use p/d.
7960
7961 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7962
7963 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7964 characters.
7965
7966 2017-08-05 Tom Tromey <tom@tromey.com>
7967
7968 * gdb.rust/simple.exp: Allow String to appear in a different
7969 namespace.
7970
7971 2017-07-26 Yao Qi <yao.qi@linaro.org>
7972
7973 * gdb.gdb/unittest.exp: Invoke command
7974 "maintenance check xml-descriptions".
7975
7976 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7977
7978 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7979 calling context.
7980 (hex128): Drop erroneous calculation of parameters.
7981
7982 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7983
7984 * gdb.python/py-unwind.exp: Disable stack protection when
7985 building test file.
7986
7987 2017-07-20 Pedro Alves <palves@redhat.com>
7988
7989 * gdb.base/default.exp (set language): Adjust expected output.
7990
7991 2017-07-20 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7994 (test_minsym): ... this, and make static.
7995 (get_pck__foo__bar__minsym): Rename to ...
7996 (get_test_minsym): ... this.
7997 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7998 symbol names and comments.
7999 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8000 (get_test_minsym): ... this.
8001 (pck__foo__bar__minsym__2): Rename to ...
8002 (test_minsym): ... this.
8003 (main): Adjust.
8004
8005 2017-07-17 Pedro Alves <palves@redhat.com>
8006
8007 * gdb.base/completion.exp: Adjust expected output.
8008 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8009 the completer works.
8010
8011 2017-07-17 Pedro Alves <palves@redhat.com>
8012
8013 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8014
8015 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8016
8017 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8018
8019 2017-07-14 Tom Tromey <tom@tromey.com>
8020
8021 PR rust/21764:
8022 * gdb.rust/simple.exp: Add tests.
8023
8024 2017-07-14 Tom Tromey <tom@tromey.com>
8025
8026 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8027
8028 2017-07-14 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.linespec/base/one/thefile.cc (z1): New function.
8031 * gdb.linespec/base/two/thefile.cc (z2): New function.
8032 * gdb.linespec/linespec.exp: Add tests.
8033
8034 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8035
8036 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8037 to mi_create_breakpoint.
8038
8039 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8040
8041 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8042 mi_create_breakpoint.
8043
8044 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8045
8046 * gdb.dlang/demangle.exp: Update for demangling changes.
8047
8048 2017-07-09 Tom Tromey <tom@tromey.com>
8049
8050 * gdb.dwarf2/shortpiece.exp: New file.
8051
8052 2017-07-06 David Blaikie <dblaikie@gmail.com>
8053
8054 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8055 built from fissiont-multi-cu{1,2}.c.
8056 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8057 except putting 'main' and 'func' in separate CUs in the same DWO file.
8058 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8059 test.
8060 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8061 test.
8062
8063 2017-07-06 Pedro Alves <palves@redhat.com>
8064
8065 * gdb.python/py-unwind.exp: Test flushregs.
8066
8067 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8068
8069 PR cli/21688
8070 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8071 tests for alias commands and trailing whitespace.
8072
8073 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8074
8075 PR cli/21688
8076 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8077 procedure. Call it.
8078
8079 2017-06-29 Pedro Alves <palves@redhat.com>
8080
8081 * gdb.base/printcmds.exp: Add tests.
8082
8083 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8084
8085 PR gdb/21337
8086 * gdb.base/reread-readsym.exp: New file.
8087 * gdb.base/reread-readsym.c: New file.
8088
8089 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8090
8091 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8092 subpattern.
8093
8094 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8095
8096 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8097 extended mnemonic.
8098 * gdb.arch/powerpc-power9.s: Likewise.
8099
8100 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8101
8102 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8103 on 32-bit x86 targets. Exploit is_*_target macros where
8104 appropriate.
8105
8106 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8107
8108 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8109 register pieces.
8110
8111 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8112
8113 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8114 located in one or more DWARF pieces.
8115
8116 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8117
8118 * lib/gdb.exp (get_endianness): New proc.
8119 * gdb.arch/aarch64-fp.exp: Use it.
8120 * gdb.arch/altivec-regs.exp: Likewise.
8121 * gdb.arch/e500-regs.exp: Likewise.
8122 * gdb.arch/vsx-regs.exp: Likewise.
8123 * gdb.base/dump.exp: Likewise.
8124 * gdb.base/funcargs.exp: Likewise.
8125 * gdb.base/gnu_vector.exp: Likewise.
8126 * gdb.dwarf2/formdata16.exp: Likewise.
8127 * gdb.dwarf2/implptrpiece.exp: Likewise.
8128 * gdb.dwarf2/nonvar-access.exp: Likewise.
8129 * gdb.python/py-inferior.exp: Likewise.
8130 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8131
8132 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8133
8134 PR gdb/21226
8135 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8136 stack value pieces are taken from the LSB end.
8137
8138 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8139
8140 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8141 variable at nonzero offset.
8142
8143 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8144
8145 * gdb.dwarf2/var-access.c: New file.
8146 * gdb.dwarf2/var-access.exp: New test.
8147 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8148
8149 2017-06-12 Tom Tromey <tom@tromey.com>
8150
8151 * gdb.dwarf2/formdata16.exp: Add tests.
8152
8153 2017-06-12 Tom Tromey <tom@tromey.com>
8154
8155 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8156
8157 2017-06-12 Tom Tromey <tom@tromey.com>
8158
8159 PR exp/16225:
8160 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8161 * gdb.arch/vsx-regs.exp: Update tests.
8162 * gdb.arch/s390-vregs.exp (hex128): New proc.
8163 Update test.
8164 * gdb.arch/altivec-regs.exp: Update tests.
8165
8166 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8167
8168 * gdb.base/startup-with-shell.c: New file.
8169 * gdb.base/startup-with-shell.exp: Likewise.
8170
8171 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8172
8173 * gdb.server/non-existing-program.exp: Update regex in order to
8174 reflect the fact that gdbserver is now using fork_inferior (with a
8175 shell) to startup the inferior.
8176
8177 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8178
8179 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8180 support function calls from GDB.
8181
8182 2017-05-21 Tom Tromey <tom@tromey.com>
8183
8184 PR rust/21466:
8185 * gdb.rust/unsized.exp: New file.
8186 * gdb.rust/unsized.rs: New file.
8187
8188 2017-05-19 Tom Tromey <tom@tromey.com>
8189
8190 PR rust/21484:
8191 * gdb.rust/watch.exp: New file.
8192 * gdb.rust/watch.rs: New file.
8193
8194 2017-05-18 Tom Tromey <tom@tromey.com>
8195
8196 * gdb.rust/simple.exp: Allow Box to be qualified.
8197
8198 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8199
8200 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8201
8202 2017-05-18 Pedro Alves <palves@redhat.com>
8203
8204 * gdb.base/fileio.c (test_write, test_read, test_close)
8205 (test_fstat): Don't print 'ret' in the fail path.
8206
8207 2017-05-18 Pedro Alves <palves@redhat.com>
8208
8209 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8210 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8211 (test_system, test_rename, test_unlink, test_time): Change
8212 prototypes.
8213 * gdb.base/fileio.exp (stop_msg): Adjust.
8214
8215 2017-05-18 Pedro Alves <palves@redhat.com>
8216
8217 * gdb.base/fileio.c (null_str): New global.
8218 (test_stat): Use it.
8219 * gdb.base/fileio.exp: Remove nowarnings.
8220
8221 2017-05-17 Yao Qi <yao.qi@linaro.org>
8222
8223 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8224
8225 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8226
8227 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8228 argument command.
8229 (top-level): Invoke test_set_inferior_tty.
8230
8231 2017-05-04 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8234 Add parens to print call for Python 3.
8235
8236 2017-05-03 Keith Seitz <keiths@redhat.com>
8237
8238 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8239 (main): Call it.
8240
8241 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8242
8243 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8244 to prev and next.
8245
8246 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8247
8248 * gdb.python/py-record-btrace.exp: Remove test for
8249 gdb.BtraceInstruction.error.
8250
8251 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8252
8253 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8254
8255 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8256
8257 * gdb.python/py-record-btrace-threads.c: New file.
8258 * gdb.python/py-record-btrace-threads.exp: New file.
8259
8260 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8261
8262 PR testsuite/8595
8263 * gdb.base/environ.exp: Make test available in all architectures.
8264 Move bits related to "info program" testing to
8265 gdb.base/info-program.exp. Rewrite tests to use the two new
8266 procedures mentione below.
8267 (test_set_show_env_var) New procedure.
8268 (test_set_show_env_var_equal): Likewise.
8269 * gdb.base/info-program.exp: New file.
8270
8271 2017-04-27 Keith Seitz <keiths@redhat.com>
8272
8273 * gdb.cp/oranking.cc (test15): New function.
8274 (main): Call test15 and declare additional variables for testing.
8275 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8276 "p foo101('abc')" tests.
8277 Add tests for cv qualifier overloads.
8278 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8279 "lvalue reference overload" test.
8280 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8281 "print value of f1 on Child&& in f2" test.
8282
8283 2017-04-19 Pedro Alves <palves@redhat.com>
8284
8285 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8286 procedure.
8287 (top level): Call it.
8288 * lib/gdb.exp (gdb_define_cmd): New procedure.
8289
8290 2017-04-12 Pedro Alves <palves@redhat.com>
8291
8292 PR gdb/21323
8293 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8294 (wchar): New global.
8295 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8296 (do_test_wide_char, wide_char_types_no_program, top level): Add
8297 wchar_t testing.
8298
8299 2017-04-12 Pedro Alves <palves@redhat.com>
8300
8301 PR c++/21323
8302 * gdb.cp/wide_char_types.c: New file.
8303 * gdb.cp/wide_char_types.exp: New file.
8304
8305 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8306
8307 PR gdb/21352
8308 * gdb.trace/tsv.exp: Add test for "tsave -r".
8309
8310 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8311
8312 * gdb.dlang/watch-loc.c: New file.
8313 * gdb.dlang/watch-loc.exp: New file.
8314
8315 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8316
8317 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8318
8319 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8320
8321 * gdb.arch/arc-analyze-prologue.S: New file.
8322 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8323
8324 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8325
8326 * gdb.arch/arc-decode-insn.S: New file.
8327 * gdb.arch/arc-decode-insn.exp: Likewise.
8328
8329 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8330
8331 PR tdep/20928
8332 * gdb.arch/sparc64-regs.exp: New file.
8333 * gdb.arch/sparc64-regs.S: Likewise.
8334
8335 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8336
8337 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8338 and memory view on Python 3.
8339
8340 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8341 Keith Seitz <keiths@redhat.com>
8342
8343 PR gdb/14441
8344 * gdb.cp/demangle.exp: Add rvalue reference tests.
8345 * gdb.cp/rvalue-ref-casts.cc: New file.
8346 * gdb.cp/rvalue-ref-casts.exp: New file.
8347 * gdb.cp/rvalue-ref-overload.cc: New file.
8348 * gdb.cp/rvalue-ref-overload.exp: New file.
8349 * gdb.cp/rvalue-ref-params.cc: New file.
8350 * gdb.cp/rvalue-ref-params.exp: New file.
8351 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8352 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8353 * gdb.cp/rvalue-ref-types.cc: New file.
8354 * gdb.cp/rvalue-ref-types.exp: New file.
8355 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8356 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8357
8358 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8359
8360 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8361 New procedure.
8362
8363 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8364
8365 * lib/mi-support.exp (mi_gdb_test): Add additional message
8366 for unexpected output.
8367
8368 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8369
8370 * gdb.base/examine-backward.c (Barrier): New character array
8371 constant, to ensure that TestStrings is preceded by a string
8372 terminator.
8373
8374 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8375
8376 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8377 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8378 and implicit pointer into such a location.
8379
8380 2017-03-16 Doug Evans <dje@google.com>
8381
8382 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8383
8384 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8385
8386 * gdb.cp/m-static.exp: Fix expectation for prototype of
8387 test5.single_constructor and single_constructor::single_constructor.
8388
8389 2017-03-16 Doug Evans <dje@google.com>
8390
8391 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8392 * gdb.guile/scm-lazy-string.c: New file.
8393 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8394 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8395 for pointer, array, typedef lazy strings.
8396
8397 2017-03-16 Doug Evans <dje@google.com>
8398
8399 PR python/17728, python/18439, python/18779
8400 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8401 * gdb.python/py-lazy-string.c (pointer): New typedef.
8402 (main): New locals ptr, array, typedef_ptr.
8403 * gdb.python/py-value.exp: Move lazy string tests to ...
8404 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8405 array, typedef lazy strings.
8406
8407 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8408
8409 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8410 Add optional 'test' parameter.
8411
8412 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8413
8414 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8415 Skip for versions of DejaGnu < 1.5.
8416
8417 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8418
8419 * lib/gdb.exp (dejagnu_version): New proc.
8420 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8421 Use dejagnu_version.
8422
8423 2017-03-10 Keith Seitz <keiths@redhat.com>
8424
8425 PR c++/8128
8426 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8427 type from destructor regexps.
8428 Add a branch which actually passes the test.
8429 Adjust "ptype t5i" test names.
8430
8431 2017-03-08 Pedro Alves <palves@redhat.com>
8432
8433 * gdb.base/step-over-exit.exp: Add explicit test message.
8434
8435 2017-03-08 Pedro Alves <palves@redhat.com>
8436
8437 PR gdb/18360
8438 * gdb.threads/interrupt-while-step-over.c: New file.
8439 * gdb.threads/interrupt-while-step-over.exp: New file.
8440
8441 2017-03-08 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8444 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8445
8446 2017-03-08 Pedro Alves <palves@redhat.com>
8447
8448 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8449 PKRU as not supported as a PASS.
8450
8451 2017-03-08 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8454 prefix instead of $binfile1/$binfile2.
8455 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8456 in test message.
8457 * gdb.python/py-completion.exp: Use "load python file" as test
8458 messages instead of unstable path names.
8459
8460 2017-03-08 Pedro Alves <palves@redhat.com>
8461 Jan Kratochvil <jan.kratochvil@redhat.com>
8462
8463 PR cli/21218
8464 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8465 New proc.
8466 (top level): Call it.
8467
8468 2017-03-08 Pedro Alves <palves@redhat.com>
8469
8470 PR tui/21216
8471 * gdb.tui/tui-nl-filtered-output.exp: New file.
8472
8473 2017-03-08 Pedro Alves <palves@redhat.com>
8474
8475 * gdb.base/completion.exp: Move TUI completion tests to ...
8476 * gdb.tui/completion.exp: ... this new file.
8477
8478 2017-03-08 Pedro Alves <palves@redhat.com>
8479
8480 * gdb.base/tui-disasm-long-lines.c,
8481 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8482 gdb.base/tui-layout.exp: Move to ...
8483 * gdb.tui/: ... this new directory.
8484
8485 2017-03-07 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.base/tui-layout.c: New file.
8488 * gdb.base/tui-layout.exp: New file.
8489
8490 2017-03-07 Pedro Alves <palves@redhat.com>
8491
8492 * gdb.base/tui-layout.c: Rename to ...
8493 * gdb.base/tui-disasm-long-lines.c: ... this.
8494 * gdb.base/tui-layout.exp: Rename to ...
8495 * gdb.base/tui-disasm-long-lines.exp: ... this.
8496
8497 2017-03-07 Pedro Alves <palves@redhat.com>
8498
8499 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8500
8501 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8502
8503 * i386-mpx-call.c: New file.
8504 * i386-mpx-call.exp: New file.
8505
8506 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8507
8508 * gdb.arch/powerpc-power.exp: Delete test.
8509 * gdb.arch/powerpc-power.s: Likewise.
8510 * gdb.disasm/disassembler-options.exp: New test.
8511 * gdb.arch/powerpc-altivec.exp: Likewise.
8512 * gdb.arch/powerpc-altivec.s: Likewise.
8513 * gdb.arch/powerpc-altivec2.exp: Likewise.
8514 * gdb.arch/powerpc-altivec2.s: Likewise.
8515 * gdb.arch/powerpc-altivec3.exp: Likewise.
8516 * gdb.arch/powerpc-altivec3.s: Likewise.
8517 * gdb.arch/powerpc-power7.exp: Likewise.
8518 * gdb.arch/powerpc-power7.s: Likewise.
8519 * gdb.arch/powerpc-power8.exp: Likewise.
8520 * gdb.arch/powerpc-power8.s: Likewise.
8521 * gdb.arch/powerpc-power9.exp: Likewise.
8522 * gdb.arch/powerpc-power9.s: Likewise.
8523 * gdb.arch/powerpc-vsx.exp: Likewise.
8524 * gdb.arch/powerpc-vsx.s: Likewise.
8525 * gdb.arch/powerpc-vsx2.exp: Likewise.
8526 * gdb.arch/powerpc-vsx2.s: Likewise.
8527 * gdb.arch/powerpc-vsx3.exp: Likewise.
8528 * gdb.arch/powerpc-vsx3.s: Likewise.
8529 * gdb.arch/arm-disassembler-options.exp: Likewise.
8530 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8531 * gdb.arch/s390-disassembler-options.exp: Likewise.
8532
8533 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8534
8535 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8536 (check_supported_features): ... this. Changed return type to void.
8537 (supports_rdseed): New static global.
8538 (rdseed): Check supports_rdseed.
8539 (initialize): Call check_supported_features.
8540
8541 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8542
8543 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8544 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8545 and lqarx/stqcx.
8546 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8547 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8548
8549 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8550
8551 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8552 uppercase.
8553
8554 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8555
8556 * gdb.dwarf2/formdata16.c: New file.
8557 * gdb.dwarf2/formdata16.exp: New file.
8558 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8559
8560 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8561
8562 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8563 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8564 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8565 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8566 DW_AT_GNU_*.
8567
8568 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8569
8570 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8571
8572 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8573
8574 PR gdb/21164
8575 * gdb.base/maint.exp: Add testcases for when the commands do
8576 not have arguments.
8577
8578 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8579
8580 * gdb.cp/chained-calls.exp: Use p instead of P.
8581
8582 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8583
8584 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8585 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8586
8587 2017-02-14 Tom Tromey <tom@tromey.com>
8588
8589 PR python/13598:
8590 * gdb.python/py-events.exp: Add before_prompt event tests.
8591
8592 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8593
8594 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8595
8596 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8597
8598 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8599 (main): Call my_unique_function_name.
8600 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8601 completion of patterns with a single match.
8602 Add missing -re switches to gdb_test_multiple calls.
8603
8604 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8605
8606 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8607 return if core file is not recognized.
8608
8609 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8610
8611 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8612 and extra UIs.
8613
8614 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8615
8616 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8617 proc_with_prefix.
8618
8619 2017-02-10 Tom Tromey <tom@tromey.com>
8620
8621 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8622
8623 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8624
8625 PR gdb/21122
8626 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8627
8628 2017-02-08 Jerome Guitton <guitton@adacore.com>
8629
8630 * gdb.base/define.exp: Add test for command abbreviations
8631 in define.
8632
8633 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8634
8635 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8636 * gdb.reverse/insn-reverse-x86.c: New file.
8637
8638 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8639
8640 PR tdep/20936
8641 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8642
8643 2017-02-03 Tom Tromey <tom@tromey.com>
8644
8645 PR rust/21097:
8646 * gdb.rust/simple.exp: Add new tests.
8647
8648 2017-02-02 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8651 tests.
8652
8653 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8654
8655 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8656 taking a 2-byte value out of a 4-byte DWARF implicit value on
8657 big-endian targets.
8658 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8659 logic. Add test cases for DW_OP_implicit.
8660
8661 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8662
8663 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8664
8665 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8666
8667 * gdb.btrace/enable.exp: Call gdb_exit before
8668 skip_gdbserver_tests.
8669
8670 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8671
8672 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8673 GDBFLAGS.
8674
8675 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8676
8677 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8678 the test is skipped.
8679 * gdb.btrace/data.exp: Likewise.
8680 * gdb.btrace/delta.exp: Likewise.
8681 * gdb.btrace/dlopen.exp: Likewise.
8682 * gdb.btrace/enable-running.exp: Likewise.
8683 * gdb.btrace/enable.exp: Likewise.
8684 * gdb.btrace/exception.exp: Likewise.
8685 * gdb.btrace/function_call_history.exp: Likewise.
8686 * gdb.btrace/gcore.exp: Likewise.
8687 * gdb.btrace/instruction_history.exp: Likewise.
8688 * gdb.btrace/multi-thread-step.exp: Likewise.
8689 * gdb.btrace/nohist.exp: Likewise.
8690 * gdb.btrace/non-stop.exp: Likewise.
8691 * gdb.btrace/reconnect.exp: Likewise.
8692 * gdb.btrace/record_goto-step.exp: Likewise.
8693 * gdb.btrace/record_goto.exp: Likewise.
8694 * gdb.btrace/rn-dl-bind.exp: Likewise.
8695 * gdb.btrace/segv.exp: Likewise.
8696 * gdb.btrace/step.exp: Likewise.
8697 * gdb.btrace/stepi.exp: Likewise.
8698 * gdb.btrace/tailcall-only.exp: Likewise.
8699 * gdb.btrace/tailcall.exp: Likewise.
8700 * gdb.btrace/tsx.exp: Likewise.
8701 * gdb.btrace/unknown_functions.exp: Likewise.
8702 * gdb.btrace/vdso.exp: Likewise.
8703
8704 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8705
8706 * gdb.btrace/enable-running.c: New.
8707 * gdb.btrace/enable-running.exp: New.
8708
8709 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8710
8711 * gdb.arch/amd64-gs_base.c: New file.
8712 * gdb.arch/amd64-gs_base.exp: New file.
8713
8714 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8715
8716 * lib/memory.exp: Remove spurious empty newlines.
8717
8718 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8719
8720 * gdb.python/py-bad-printers.exp: Load python file using "source".
8721 * gdb.python/py-events.exp: Likewise.
8722 * gdb.python/py-evsignal.exp: Likewise.
8723 * gdb.python/py-evthreads.exp: Likewise.
8724 * gdb.python/py-frame-args.exp: Likewise.
8725 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8726 * gdb.python/py-framefilter-mi.exp: Likewise.
8727 * gdb.python/py-framefilter.exp: Likewise.
8728 * gdb.python/py-mi.exp: Likewise.
8729 * gdb.python/py-pp-maint.exp: Likewise.
8730 * gdb.python/py-pp-registration.exp: Likewise.
8731 * gdb.python/py-prettyprint.exp: Likewise.
8732 (run_lang_tests): Likewise.
8733 * gdb.python/py-typeprint.exp: Likewise.
8734
8735 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8736
8737 * lib/memory.exp: New file.
8738 * lib/gdb.exp: Load memory.exp.
8739 * gdb.base/memattr.exp (delete_memory): Move proc to
8740 lib/memory.exp and rename to delete_memory_regions.
8741 Replace delete_memory with delete_memory_regions.
8742 Cleanup memory regions before tests.
8743 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8744 before tests.
8745
8746 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8747
8748 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8749 files.
8750 (initialize): New function conditionally defined.
8751 (testcases): Move within conditional block.
8752 (main): Call initialize.
8753 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8754 of gdb.reverse/insn-reverse.c.
8755 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8756 gdb.reverse/insn-reverse.c.
8757
8758 2017-01-26 Yao Qi <yao.qi@linaro.org>
8759
8760 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8761 disassemble on address 0.
8762
8763 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8764 Yao Qi <yao.qi@linaro.org>
8765
8766 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8767 * gdb.dwarf2/implptr-64bit.S: Remove.
8768 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8769 variables in caller's context. Add DW_OP_implicit_value.
8770
8771 2017-01-25 Yao Qi <yao.qi@linaro.org>
8772
8773 * lib/dwarf.exp (Dwarf::_location): Handle
8774 DW_OP_GNU_implicit_pointer with proper size.
8775
8776 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8777
8778 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8779 and add untested calls.
8780
8781 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8782
8783 * gdb.python/python.exp: Check line number against what GDB thinks
8784 the line number is for func1.
8785
8786 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8787
8788 * gdb.dlang/debug-expr.exp: New file.
8789
8790 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8791
8792 Fix test names for the following files:
8793
8794 * gdb.ada/exec_changed.exp
8795 * gdb.ada/info_types.exp
8796 * gdb.arch/aarch64-atomic-inst.exp
8797 * gdb.arch/aarch64-fp.exp
8798 * gdb.arch/altivec-abi.exp
8799 * gdb.arch/altivec-regs.exp
8800 * gdb.arch/amd64-byte.exp
8801 * gdb.arch/amd64-disp-step.exp
8802 * gdb.arch/amd64-dword.exp
8803 * gdb.arch/amd64-entry-value-inline.exp
8804 * gdb.arch/amd64-entry-value-param.exp
8805 * gdb.arch/amd64-entry-value-paramref.exp
8806 * gdb.arch/amd64-entry-value.exp
8807 * gdb.arch/amd64-i386-address.exp
8808 * gdb.arch/amd64-invalid-stack-middle.exp
8809 * gdb.arch/amd64-invalid-stack-top.exp
8810 * gdb.arch/amd64-optimout-repeat.exp
8811 * gdb.arch/amd64-prologue-skip.exp
8812 * gdb.arch/amd64-prologue-xmm.exp
8813 * gdb.arch/amd64-stap-special-operands.exp
8814 * gdb.arch/amd64-stap-wrong-subexp.exp
8815 * gdb.arch/amd64-tailcall-cxx.exp
8816 * gdb.arch/amd64-tailcall-noret.exp
8817 * gdb.arch/amd64-tailcall-ret.exp
8818 * gdb.arch/amd64-tailcall-self.exp
8819 * gdb.arch/amd64-word.exp
8820 * gdb.arch/arm-bl-branch-dest.exp
8821 * gdb.arch/arm-disp-step.exp
8822 * gdb.arch/arm-neon.exp
8823 * gdb.arch/arm-single-step-kernel-helper.exp
8824 * gdb.arch/avr-flash-qualifier.exp
8825 * gdb.arch/disp-step-insn-reloc.exp
8826 * gdb.arch/e500-abi.exp
8827 * gdb.arch/e500-regs.exp
8828 * gdb.arch/ftrace-insn-reloc.exp
8829 * gdb.arch/i386-avx512.exp
8830 * gdb.arch/i386-bp_permanent.exp
8831 * gdb.arch/i386-byte.exp
8832 * gdb.arch/i386-cfi-notcurrent.exp
8833 * gdb.arch/i386-disp-step.exp
8834 * gdb.arch/i386-dr3-watch.exp
8835 * gdb.arch/i386-float.exp
8836 * gdb.arch/i386-gnu-cfi.exp
8837 * gdb.arch/i386-mpx-map.exp
8838 * gdb.arch/i386-mpx-sigsegv.exp
8839 * gdb.arch/i386-mpx-simple_segv.exp
8840 * gdb.arch/i386-mpx.exp
8841 * gdb.arch/i386-permbkpt.exp
8842 * gdb.arch/i386-prologue.exp
8843 * gdb.arch/i386-signal.exp
8844 * gdb.arch/i386-size-overlap.exp
8845 * gdb.arch/i386-unwind.exp
8846 * gdb.arch/i386-word.exp
8847 * gdb.arch/mips-fcr.exp
8848 * gdb.arch/powerpc-d128-regs.exp
8849 * gdb.arch/powerpc-stackless.exp
8850 * gdb.arch/ppc64-atomic-inst.exp
8851 * gdb.arch/s390-stackless.exp
8852 * gdb.arch/s390-tdbregs.exp
8853 * gdb.arch/s390-vregs.exp
8854 * gdb.arch/sparc-sysstep.exp
8855 * gdb.arch/thumb-bx-pc.exp
8856 * gdb.arch/thumb-singlestep.exp
8857 * gdb.arch/thumb2-it.exp
8858 * gdb.arch/vsx-regs.exp
8859 * gdb.asm/asm-source.exp
8860 * gdb.base/a2-run.exp
8861 * gdb.base/advance.exp
8862 * gdb.base/all-bin.exp
8863 * gdb.base/anon.exp
8864 * gdb.base/args.exp
8865 * gdb.base/arithmet.exp
8866 * gdb.base/async-shell.exp
8867 * gdb.base/async.exp
8868 * gdb.base/attach-pie-noexec.exp
8869 * gdb.base/attach-twice.exp
8870 * gdb.base/auto-load.exp
8871 * gdb.base/bang.exp
8872 * gdb.base/bitfields.exp
8873 * gdb.base/break-always.exp
8874 * gdb.base/break-caller-line.exp
8875 * gdb.base/break-entry.exp
8876 * gdb.base/break-inline.exp
8877 * gdb.base/break-on-linker-gcd-function.exp
8878 * gdb.base/break-probes.exp
8879 * gdb.base/break.exp
8880 * gdb.base/breakpoint-shadow.exp
8881 * gdb.base/call-ar-st.exp
8882 * gdb.base/call-sc.exp
8883 * gdb.base/call-signal-resume.exp
8884 * gdb.base/call-strs.exp
8885 * gdb.base/callfuncs.exp
8886 * gdb.base/catch-fork-static.exp
8887 * gdb.base/catch-gdb-caused-signals.exp
8888 * gdb.base/catch-load.exp
8889 * gdb.base/catch-signal-fork.exp
8890 * gdb.base/catch-signal.exp
8891 * gdb.base/catch-syscall.exp
8892 * gdb.base/charset.exp
8893 * gdb.base/checkpoint.exp
8894 * gdb.base/chng-syms.exp
8895 * gdb.base/code-expr.exp
8896 * gdb.base/code_elim.exp
8897 * gdb.base/commands.exp
8898 * gdb.base/completion.exp
8899 * gdb.base/complex.exp
8900 * gdb.base/cond-expr.exp
8901 * gdb.base/condbreak.exp
8902 * gdb.base/consecutive.exp
8903 * gdb.base/continue-all-already-running.exp
8904 * gdb.base/coredump-filter.exp
8905 * gdb.base/corefile.exp
8906 * gdb.base/dbx.exp
8907 * gdb.base/debug-expr.exp
8908 * gdb.base/define.exp
8909 * gdb.base/del.exp
8910 * gdb.base/disabled-location.exp
8911 * gdb.base/disasm-end-cu.exp
8912 * gdb.base/disasm-optim.exp
8913 * gdb.base/display.exp
8914 * gdb.base/duplicate-bp.exp
8915 * gdb.base/ena-dis-br.exp
8916 * gdb.base/ending-run.exp
8917 * gdb.base/enumval.exp
8918 * gdb.base/environ.exp
8919 * gdb.base/eu-strip-infcall.exp
8920 * gdb.base/eval-avoid-side-effects.exp
8921 * gdb.base/eval-skip.exp
8922 * gdb.base/exitsignal.exp
8923 * gdb.base/expand-psymtabs.exp
8924 * gdb.base/filesym.exp
8925 * gdb.base/find-unmapped.exp
8926 * gdb.base/finish.exp
8927 * gdb.base/float.exp
8928 * gdb.base/foll-exec-mode.exp
8929 * gdb.base/foll-exec.exp
8930 * gdb.base/foll-fork.exp
8931 * gdb.base/fortran-sym-case.exp
8932 * gdb.base/freebpcmd.exp
8933 * gdb.base/func-ptr.exp
8934 * gdb.base/func-ptrs.exp
8935 * gdb.base/funcargs.exp
8936 * gdb.base/gcore-buffer-overflow.exp
8937 * gdb.base/gcore-relro-pie.exp
8938 * gdb.base/gcore-relro.exp
8939 * gdb.base/gcore.exp
8940 * gdb.base/gdb1090.exp
8941 * gdb.base/gdb11530.exp
8942 * gdb.base/gdb11531.exp
8943 * gdb.base/gdb1821.exp
8944 * gdb.base/gdbindex-stabs.exp
8945 * gdb.base/gdbvars.exp
8946 * gdb.base/hbreak.exp
8947 * gdb.base/hbreak2.exp
8948 * gdb.base/included.exp
8949 * gdb.base/infcall-input.exp
8950 * gdb.base/inferior-died.exp
8951 * gdb.base/infnan.exp
8952 * gdb.base/info-macros.exp
8953 * gdb.base/info-os.exp
8954 * gdb.base/info-proc.exp
8955 * gdb.base/info-shared.exp
8956 * gdb.base/info-target.exp
8957 * gdb.base/infoline.exp
8958 * gdb.base/interp.exp
8959 * gdb.base/interrupt.exp
8960 * gdb.base/jit-reader.exp
8961 * gdb.base/jit-simple.exp
8962 * gdb.base/kill-after-signal.exp
8963 * gdb.base/kill-detach-inferiors-cmd.exp
8964 * gdb.base/label.exp
8965 * gdb.base/langs.exp
8966 * gdb.base/ldbl_e308.exp
8967 * gdb.base/line-symtabs.exp
8968 * gdb.base/linespecs.exp
8969 * gdb.base/list.exp
8970 * gdb.base/long_long.exp
8971 * gdb.base/longest-types.exp
8972 * gdb.base/maint.exp
8973 * gdb.base/max-value-size.exp
8974 * gdb.base/memattr.exp
8975 * gdb.base/mips_pro.exp
8976 * gdb.base/morestack.exp
8977 * gdb.base/moribund-step.exp
8978 * gdb.base/multi-forks.exp
8979 * gdb.base/nested-addr.exp
8980 * gdb.base/nextoverexit.exp
8981 * gdb.base/noreturn-finish.exp
8982 * gdb.base/noreturn-return.exp
8983 * gdb.base/nostdlib.exp
8984 * gdb.base/offsets.exp
8985 * gdb.base/opaque.exp
8986 * gdb.base/pc-fp.exp
8987 * gdb.base/permissions.exp
8988 * gdb.base/print-symbol-loading.exp
8989 * gdb.base/prologue-include.exp
8990 * gdb.base/psymtab.exp
8991 * gdb.base/ptype.exp
8992 * gdb.base/random-signal.exp
8993 * gdb.base/randomize.exp
8994 * gdb.base/range-stepping.exp
8995 * gdb.base/readline-ask.exp
8996 * gdb.base/recpar.exp
8997 * gdb.base/recurse.exp
8998 * gdb.base/relational.exp
8999 * gdb.base/restore.exp
9000 * gdb.base/return-nodebug.exp
9001 * gdb.base/return.exp
9002 * gdb.base/run-after-attach.exp
9003 * gdb.base/save-bp.exp
9004 * gdb.base/scope.exp
9005 * gdb.base/sect-cmd.exp
9006 * gdb.base/set-lang-auto.exp
9007 * gdb.base/set-noassign.exp
9008 * gdb.base/setvar.exp
9009 * gdb.base/sigall.exp
9010 * gdb.base/sigbpt.exp
9011 * gdb.base/siginfo-addr.exp
9012 * gdb.base/siginfo-infcall.exp
9013 * gdb.base/siginfo-obj.exp
9014 * gdb.base/siginfo.exp
9015 * gdb.base/signals-state-child.exp
9016 * gdb.base/signest.exp
9017 * gdb.base/sigstep.exp
9018 * gdb.base/sizeof.exp
9019 * gdb.base/skip.exp
9020 * gdb.base/solib-corrupted.exp
9021 * gdb.base/solib-nodir.exp
9022 * gdb.base/solib-search.exp
9023 * gdb.base/stack-checking.exp
9024 * gdb.base/stale-infcall.exp
9025 * gdb.base/stap-probe.exp
9026 * gdb.base/start.exp
9027 * gdb.base/step-break.exp
9028 * gdb.base/step-bt.exp
9029 * gdb.base/step-line.exp
9030 * gdb.base/step-over-exit.exp
9031 * gdb.base/step-over-syscall.exp
9032 * gdb.base/step-resume-infcall.exp
9033 * gdb.base/step-test.exp
9034 * gdb.base/store.exp
9035 * gdb.base/structs3.exp
9036 * gdb.base/sym-file.exp
9037 * gdb.base/symbol-without-target_section.exp
9038 * gdb.base/term.exp
9039 * gdb.base/testenv.exp
9040 * gdb.base/ui-redirect.exp
9041 * gdb.base/until.exp
9042 * gdb.base/unwindonsignal.exp
9043 * gdb.base/value-double-free.exp
9044 * gdb.base/vla-datatypes.exp
9045 * gdb.base/vla-ptr.exp
9046 * gdb.base/vla-sideeffect.exp
9047 * gdb.base/volatile.exp
9048 * gdb.base/watch-cond-infcall.exp
9049 * gdb.base/watch-cond.exp
9050 * gdb.base/watch-non-mem.exp
9051 * gdb.base/watch-read.exp
9052 * gdb.base/watch-vfork.exp
9053 * gdb.base/watchpoint-cond-gone.exp
9054 * gdb.base/watchpoint-delete.exp
9055 * gdb.base/watchpoint-hw-hit-once.exp
9056 * gdb.base/watchpoint-hw.exp
9057 * gdb.base/watchpoint-stops-at-right-insn.exp
9058 * gdb.base/watchpoints.exp
9059 * gdb.base/wchar.exp
9060 * gdb.base/whatis-exp.exp
9061 * gdb.btrace/buffer-size.exp
9062 * gdb.btrace/data.exp
9063 * gdb.btrace/delta.exp
9064 * gdb.btrace/dlopen.exp
9065 * gdb.btrace/enable.exp
9066 * gdb.btrace/exception.exp
9067 * gdb.btrace/function_call_history.exp
9068 * gdb.btrace/gcore.exp
9069 * gdb.btrace/instruction_history.exp
9070 * gdb.btrace/nohist.exp
9071 * gdb.btrace/reconnect.exp
9072 * gdb.btrace/record_goto-step.exp
9073 * gdb.btrace/record_goto.exp
9074 * gdb.btrace/rn-dl-bind.exp
9075 * gdb.btrace/segv.exp
9076 * gdb.btrace/step.exp
9077 * gdb.btrace/stepi.exp
9078 * gdb.btrace/tailcall-only.exp
9079 * gdb.btrace/tailcall.exp
9080 * gdb.btrace/tsx.exp
9081 * gdb.btrace/unknown_functions.exp
9082 * gdb.btrace/vdso.exp
9083 * gdb.compile/compile-ifunc.exp
9084 * gdb.compile/compile-ops.exp
9085 * gdb.compile/compile-print.exp
9086 * gdb.compile/compile-setjmp.exp
9087 * gdb.cp/abstract-origin.exp
9088 * gdb.cp/ambiguous.exp
9089 * gdb.cp/annota2.exp
9090 * gdb.cp/annota3.exp
9091 * gdb.cp/anon-ns.exp
9092 * gdb.cp/anon-struct.exp
9093 * gdb.cp/anon-union.exp
9094 * gdb.cp/arg-reference.exp
9095 * gdb.cp/baseenum.exp
9096 * gdb.cp/bool.exp
9097 * gdb.cp/breakpoint.exp
9098 * gdb.cp/bs15503.exp
9099 * gdb.cp/call-c.exp
9100 * gdb.cp/casts.exp
9101 * gdb.cp/chained-calls.exp
9102 * gdb.cp/class2.exp
9103 * gdb.cp/classes.exp
9104 * gdb.cp/cmpd-minsyms.exp
9105 * gdb.cp/converts.exp
9106 * gdb.cp/cp-relocate.exp
9107 * gdb.cp/cpcompletion.exp
9108 * gdb.cp/cpexprs.exp
9109 * gdb.cp/cplabel.exp
9110 * gdb.cp/cplusfuncs.exp
9111 * gdb.cp/cpsizeof.exp
9112 * gdb.cp/ctti.exp
9113 * gdb.cp/derivation.exp
9114 * gdb.cp/destrprint.exp
9115 * gdb.cp/dispcxx.exp
9116 * gdb.cp/enum-class.exp
9117 * gdb.cp/exception.exp
9118 * gdb.cp/exceptprint.exp
9119 * gdb.cp/expand-psymtabs-cxx.exp
9120 * gdb.cp/expand-sals.exp
9121 * gdb.cp/extern-c.exp
9122 * gdb.cp/filename.exp
9123 * gdb.cp/formatted-ref.exp
9124 * gdb.cp/fpointer.exp
9125 * gdb.cp/gdb1355.exp
9126 * gdb.cp/gdb2495.exp
9127 * gdb.cp/hang.exp
9128 * gdb.cp/impl-this.exp
9129 * gdb.cp/infcall-dlopen.exp
9130 * gdb.cp/inherit.exp
9131 * gdb.cp/iostream.exp
9132 * gdb.cp/koenig.exp
9133 * gdb.cp/local.exp
9134 * gdb.cp/m-data.exp
9135 * gdb.cp/m-static.exp
9136 * gdb.cp/mb-ctor.exp
9137 * gdb.cp/mb-inline.exp
9138 * gdb.cp/mb-templates.exp
9139 * gdb.cp/member-name.exp
9140 * gdb.cp/member-ptr.exp
9141 * gdb.cp/meth-typedefs.exp
9142 * gdb.cp/method.exp
9143 * gdb.cp/method2.exp
9144 * gdb.cp/minsym-fallback.exp
9145 * gdb.cp/misc.exp
9146 * gdb.cp/namelessclass.exp
9147 * gdb.cp/namespace-enum.exp
9148 * gdb.cp/namespace-nested-import.exp
9149 * gdb.cp/namespace.exp
9150 * gdb.cp/nextoverthrow.exp
9151 * gdb.cp/no-dmgl-verbose.exp
9152 * gdb.cp/non-trivial-retval.exp
9153 * gdb.cp/noparam.exp
9154 * gdb.cp/nsdecl.exp
9155 * gdb.cp/nsimport.exp
9156 * gdb.cp/nsnested.exp
9157 * gdb.cp/nsnoimports.exp
9158 * gdb.cp/nsrecurs.exp
9159 * gdb.cp/nsstress.exp
9160 * gdb.cp/nsusing.exp
9161 * gdb.cp/operator.exp
9162 * gdb.cp/oranking.exp
9163 * gdb.cp/overload-const.exp
9164 * gdb.cp/overload.exp
9165 * gdb.cp/ovldbreak.exp
9166 * gdb.cp/ovsrch.exp
9167 * gdb.cp/paren-type.exp
9168 * gdb.cp/parse-lang.exp
9169 * gdb.cp/pass-by-ref.exp
9170 * gdb.cp/pr-1023.exp
9171 * gdb.cp/pr-1210.exp
9172 * gdb.cp/pr-574.exp
9173 * gdb.cp/pr10687.exp
9174 * gdb.cp/pr12028.exp
9175 * gdb.cp/pr17132.exp
9176 * gdb.cp/pr17494.exp
9177 * gdb.cp/pr9067.exp
9178 * gdb.cp/pr9167.exp
9179 * gdb.cp/pr9631.exp
9180 * gdb.cp/printmethod.exp
9181 * gdb.cp/psmang.exp
9182 * gdb.cp/psymtab-parameter.exp
9183 * gdb.cp/ptype-cv-cp.exp
9184 * gdb.cp/ptype-flags.exp
9185 * gdb.cp/re-set-overloaded.exp
9186 * gdb.cp/ref-types.exp
9187 * gdb.cp/rtti.exp
9188 * gdb.cp/scope-err.exp
9189 * gdb.cp/shadow.exp
9190 * gdb.cp/smartp.exp
9191 * gdb.cp/static-method.exp
9192 * gdb.cp/static-print-quit.exp
9193 * gdb.cp/temargs.exp
9194 * gdb.cp/templates.exp
9195 * gdb.cp/try_catch.exp
9196 * gdb.cp/typedef-operator.exp
9197 * gdb.cp/typeid.exp
9198 * gdb.cp/userdef.exp
9199 * gdb.cp/using-crash.exp
9200 * gdb.cp/var-tag.exp
9201 * gdb.cp/virtbase.exp
9202 * gdb.cp/virtfunc.exp
9203 * gdb.cp/virtfunc2.exp
9204 * gdb.cp/vla-cxx.exp
9205 * gdb.disasm/t01_mov.exp
9206 * gdb.disasm/t02_mova.exp
9207 * gdb.disasm/t03_add.exp
9208 * gdb.disasm/t04_sub.exp
9209 * gdb.disasm/t05_cmp.exp
9210 * gdb.disasm/t06_ari2.exp
9211 * gdb.disasm/t07_ari3.exp
9212 * gdb.disasm/t08_or.exp
9213 * gdb.disasm/t09_xor.exp
9214 * gdb.disasm/t10_and.exp
9215 * gdb.disasm/t11_logs.exp
9216 * gdb.disasm/t12_bit.exp
9217 * gdb.disasm/t13_otr.exp
9218 * gdb.dlang/circular.exp
9219 * gdb.dwarf2/arr-stride.exp
9220 * gdb.dwarf2/arr-subrange.exp
9221 * gdb.dwarf2/atomic-type.exp
9222 * gdb.dwarf2/bad-regnum.exp
9223 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9224 * gdb.dwarf2/callframecfa.exp
9225 * gdb.dwarf2/clztest.exp
9226 * gdb.dwarf2/corrupt.exp
9227 * gdb.dwarf2/data-loc.exp
9228 * gdb.dwarf2/dup-psym.exp
9229 * gdb.dwarf2/dw2-anon-mptr.exp
9230 * gdb.dwarf2/dw2-anonymous-func.exp
9231 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9232 * gdb.dwarf2/dw2-bad-unresolved.exp
9233 * gdb.dwarf2/dw2-basic.exp
9234 * gdb.dwarf2/dw2-canonicalize-type.exp
9235 * gdb.dwarf2/dw2-case-insensitive.exp
9236 * gdb.dwarf2/dw2-common-block.exp
9237 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9238 * gdb.dwarf2/dw2-compressed.exp
9239 * gdb.dwarf2/dw2-const.exp
9240 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9241 * gdb.dwarf2/dw2-cu-size.exp
9242 * gdb.dwarf2/dw2-dup-frame.exp
9243 * gdb.dwarf2/dw2-entry-value.exp
9244 * gdb.dwarf2/dw2-icycle.exp
9245 * gdb.dwarf2/dw2-ifort-parameter.exp
9246 * gdb.dwarf2/dw2-inline-break.exp
9247 * gdb.dwarf2/dw2-inline-param.exp
9248 * gdb.dwarf2/dw2-intercu.exp
9249 * gdb.dwarf2/dw2-intermix.exp
9250 * gdb.dwarf2/dw2-lexical-block-bare.exp
9251 * gdb.dwarf2/dw2-linkage-name-trust.exp
9252 * gdb.dwarf2/dw2-minsym-in-cu.exp
9253 * gdb.dwarf2/dw2-noloc.exp
9254 * gdb.dwarf2/dw2-op-call.exp
9255 * gdb.dwarf2/dw2-op-out-param.exp
9256 * gdb.dwarf2/dw2-opt-structptr.exp
9257 * gdb.dwarf2/dw2-param-error.exp
9258 * gdb.dwarf2/dw2-producer.exp
9259 * gdb.dwarf2/dw2-ranges-base.exp
9260 * gdb.dwarf2/dw2-ref-missing-frame.exp
9261 * gdb.dwarf2/dw2-reg-undefined.exp
9262 * gdb.dwarf2/dw2-regno-invalid.exp
9263 * gdb.dwarf2/dw2-restore.exp
9264 * gdb.dwarf2/dw2-restrict.exp
9265 * gdb.dwarf2/dw2-single-line-discriminators.exp
9266 * gdb.dwarf2/dw2-strp.exp
9267 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9268 * gdb.dwarf2/dw2-unresolved.exp
9269 * gdb.dwarf2/dw2-var-zero-addr.exp
9270 * gdb.dwarf2/dw4-sig-types.exp
9271 * gdb.dwarf2/dwz.exp
9272 * gdb.dwarf2/dynarr-ptr.exp
9273 * gdb.dwarf2/enum-type.exp
9274 * gdb.dwarf2/gdb-index.exp
9275 * gdb.dwarf2/implptr-64bit.exp
9276 * gdb.dwarf2/implptr-optimized-out.exp
9277 * gdb.dwarf2/implptr.exp
9278 * gdb.dwarf2/implref-array.exp
9279 * gdb.dwarf2/implref-const.exp
9280 * gdb.dwarf2/implref-global.exp
9281 * gdb.dwarf2/implref-struct.exp
9282 * gdb.dwarf2/mac-fileno.exp
9283 * gdb.dwarf2/main-subprogram.exp
9284 * gdb.dwarf2/member-ptr-forwardref.exp
9285 * gdb.dwarf2/method-ptr.exp
9286 * gdb.dwarf2/missing-sig-type.exp
9287 * gdb.dwarf2/nonvar-access.exp
9288 * gdb.dwarf2/opaque-type-lookup.exp
9289 * gdb.dwarf2/pieces-optimized-out.exp
9290 * gdb.dwarf2/pieces.exp
9291 * gdb.dwarf2/pr10770.exp
9292 * gdb.dwarf2/pr13961.exp
9293 * gdb.dwarf2/staticvirtual.exp
9294 * gdb.dwarf2/subrange.exp
9295 * gdb.dwarf2/symtab-producer.exp
9296 * gdb.dwarf2/trace-crash.exp
9297 * gdb.dwarf2/typeddwarf.exp
9298 * gdb.dwarf2/valop.exp
9299 * gdb.dwarf2/watch-notconst.exp
9300 * gdb.fortran/array-element.exp
9301 * gdb.fortran/charset.exp
9302 * gdb.fortran/common-block.exp
9303 * gdb.fortran/complex.exp
9304 * gdb.fortran/derived-type-function.exp
9305 * gdb.fortran/derived-type.exp
9306 * gdb.fortran/logical.exp
9307 * gdb.fortran/module.exp
9308 * gdb.fortran/multi-dim.exp
9309 * gdb.fortran/nested-funcs.exp
9310 * gdb.fortran/print-formatted.exp
9311 * gdb.fortran/subarray.exp
9312 * gdb.fortran/vla-alloc-assoc.exp
9313 * gdb.fortran/vla-datatypes.exp
9314 * gdb.fortran/vla-history.exp
9315 * gdb.fortran/vla-ptr-info.exp
9316 * gdb.fortran/vla-ptype-sub.exp
9317 * gdb.fortran/vla-ptype.exp
9318 * gdb.fortran/vla-sizeof.exp
9319 * gdb.fortran/vla-type.exp
9320 * gdb.fortran/vla-value-sub-arbitrary.exp
9321 * gdb.fortran/vla-value-sub-finish.exp
9322 * gdb.fortran/vla-value-sub.exp
9323 * gdb.fortran/vla-value.exp
9324 * gdb.fortran/whatis_type.exp
9325 * gdb.go/chan.exp
9326 * gdb.go/handcall.exp
9327 * gdb.go/hello.exp
9328 * gdb.go/integers.exp
9329 * gdb.go/methods.exp
9330 * gdb.go/package.exp
9331 * gdb.go/strings.exp
9332 * gdb.go/types.exp
9333 * gdb.go/unsafe.exp
9334 * gdb.guile/scm-arch.exp
9335 * gdb.guile/scm-block.exp
9336 * gdb.guile/scm-breakpoint.exp
9337 * gdb.guile/scm-cmd.exp
9338 * gdb.guile/scm-disasm.exp
9339 * gdb.guile/scm-equal.exp
9340 * gdb.guile/scm-frame-args.exp
9341 * gdb.guile/scm-frame-inline.exp
9342 * gdb.guile/scm-frame.exp
9343 * gdb.guile/scm-iterator.exp
9344 * gdb.guile/scm-math.exp
9345 * gdb.guile/scm-objfile.exp
9346 * gdb.guile/scm-ports.exp
9347 * gdb.guile/scm-symbol.exp
9348 * gdb.guile/scm-symtab.exp
9349 * gdb.guile/scm-value-cc.exp
9350 * gdb.guile/types-module.exp
9351 * gdb.linespec/break-ask.exp
9352 * gdb.linespec/cpexplicit.exp
9353 * gdb.linespec/explicit.exp
9354 * gdb.linespec/keywords.exp
9355 * gdb.linespec/linespec.exp
9356 * gdb.linespec/ls-dollar.exp
9357 * gdb.linespec/ls-errs.exp
9358 * gdb.linespec/skip-two.exp
9359 * gdb.linespec/thread.exp
9360 * gdb.mi/mi-async.exp
9361 * gdb.mi/mi-basics.exp
9362 * gdb.mi/mi-break.exp
9363 * gdb.mi/mi-catch-load.exp
9364 * gdb.mi/mi-cli.exp
9365 * gdb.mi/mi-cmd-param-changed.exp
9366 * gdb.mi/mi-console.exp
9367 * gdb.mi/mi-detach.exp
9368 * gdb.mi/mi-disassemble.exp
9369 * gdb.mi/mi-eval.exp
9370 * gdb.mi/mi-file-transfer.exp
9371 * gdb.mi/mi-file.exp
9372 * gdb.mi/mi-fill-memory.exp
9373 * gdb.mi/mi-inheritance-syntax-error.exp
9374 * gdb.mi/mi-linespec-err-cp.exp
9375 * gdb.mi/mi-logging.exp
9376 * gdb.mi/mi-memory-changed.exp
9377 * gdb.mi/mi-read-memory.exp
9378 * gdb.mi/mi-record-changed.exp
9379 * gdb.mi/mi-reg-undefined.exp
9380 * gdb.mi/mi-regs.exp
9381 * gdb.mi/mi-return.exp
9382 * gdb.mi/mi-reverse.exp
9383 * gdb.mi/mi-simplerun.exp
9384 * gdb.mi/mi-solib.exp
9385 * gdb.mi/mi-stack.exp
9386 * gdb.mi/mi-stepi.exp
9387 * gdb.mi/mi-syn-frame.exp
9388 * gdb.mi/mi-until.exp
9389 * gdb.mi/mi-var-block.exp
9390 * gdb.mi/mi-var-child.exp
9391 * gdb.mi/mi-var-cmd.exp
9392 * gdb.mi/mi-var-cp.exp
9393 * gdb.mi/mi-var-display.exp
9394 * gdb.mi/mi-var-invalidate.exp
9395 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9396 * gdb.mi/mi-vla-fortran.exp
9397 * gdb.mi/mi-watch.exp
9398 * gdb.mi/mi2-var-child.exp
9399 * gdb.mi/user-selected-context-sync.exp
9400 * gdb.modula2/unbounded-array.exp
9401 * gdb.multi/dummy-frame-restore.exp
9402 * gdb.multi/multi-arch-exec.exp
9403 * gdb.multi/multi-arch.exp
9404 * gdb.multi/tids.exp
9405 * gdb.multi/watchpoint-multi.exp
9406 * gdb.opencl/callfuncs.exp
9407 * gdb.opencl/convs_casts.exp
9408 * gdb.opencl/datatypes.exp
9409 * gdb.opencl/operators.exp
9410 * gdb.opencl/vec_comps.exp
9411 * gdb.opt/clobbered-registers-O2.exp
9412 * gdb.opt/inline-break.exp
9413 * gdb.opt/inline-bt.exp
9414 * gdb.opt/inline-cmds.exp
9415 * gdb.opt/inline-locals.exp
9416 * gdb.pascal/case-insensitive-symbols.exp
9417 * gdb.pascal/floats.exp
9418 * gdb.pascal/gdb11492.exp
9419 * gdb.python/lib-types.exp
9420 * gdb.python/py-arch.exp
9421 * gdb.python/py-as-string.exp
9422 * gdb.python/py-bad-printers.exp
9423 * gdb.python/py-block.exp
9424 * gdb.python/py-breakpoint-create-fail.exp
9425 * gdb.python/py-breakpoint.exp
9426 * gdb.python/py-caller-is.exp
9427 * gdb.python/py-cmd.exp
9428 * gdb.python/py-explore-cc.exp
9429 * gdb.python/py-explore.exp
9430 * gdb.python/py-finish-breakpoint.exp
9431 * gdb.python/py-finish-breakpoint2.exp
9432 * gdb.python/py-frame-args.exp
9433 * gdb.python/py-frame-inline.exp
9434 * gdb.python/py-frame.exp
9435 * gdb.python/py-framefilter-mi.exp
9436 * gdb.python/py-infthread.exp
9437 * gdb.python/py-lazy-string.exp
9438 * gdb.python/py-linetable.exp
9439 * gdb.python/py-mi-events.exp
9440 * gdb.python/py-mi-objfile.exp
9441 * gdb.python/py-mi.exp
9442 * gdb.python/py-objfile.exp
9443 * gdb.python/py-pp-integral.exp
9444 * gdb.python/py-pp-maint.exp
9445 * gdb.python/py-pp-re-notag.exp
9446 * gdb.python/py-pp-registration.exp
9447 * gdb.python/py-recurse-unwind.exp
9448 * gdb.python/py-strfns.exp
9449 * gdb.python/py-symbol.exp
9450 * gdb.python/py-symtab.exp
9451 * gdb.python/py-sync-interp.exp
9452 * gdb.python/py-typeprint.exp
9453 * gdb.python/py-unwind-maint.exp
9454 * gdb.python/py-unwind.exp
9455 * gdb.python/py-value-cc.exp
9456 * gdb.python/py-xmethods.exp
9457 * gdb.reverse/amd64-tailcall-reverse.exp
9458 * gdb.reverse/break-precsave.exp
9459 * gdb.reverse/break-reverse.exp
9460 * gdb.reverse/consecutive-precsave.exp
9461 * gdb.reverse/consecutive-reverse.exp
9462 * gdb.reverse/finish-precsave.exp
9463 * gdb.reverse/finish-reverse-bkpt.exp
9464 * gdb.reverse/finish-reverse.exp
9465 * gdb.reverse/fstatat-reverse.exp
9466 * gdb.reverse/getresuid-reverse.exp
9467 * gdb.reverse/i386-precsave.exp
9468 * gdb.reverse/i386-reverse.exp
9469 * gdb.reverse/i386-sse-reverse.exp
9470 * gdb.reverse/i387-env-reverse.exp
9471 * gdb.reverse/i387-stack-reverse.exp
9472 * gdb.reverse/insn-reverse.exp
9473 * gdb.reverse/machinestate-precsave.exp
9474 * gdb.reverse/machinestate.exp
9475 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9476 * gdb.reverse/pipe-reverse.exp
9477 * gdb.reverse/readv-reverse.exp
9478 * gdb.reverse/recvmsg-reverse.exp
9479 * gdb.reverse/rerun-prec.exp
9480 * gdb.reverse/s390-mvcle.exp
9481 * gdb.reverse/step-precsave.exp
9482 * gdb.reverse/step-reverse.exp
9483 * gdb.reverse/time-reverse.exp
9484 * gdb.reverse/until-precsave.exp
9485 * gdb.reverse/until-reverse.exp
9486 * gdb.reverse/waitpid-reverse.exp
9487 * gdb.reverse/watch-precsave.exp
9488 * gdb.reverse/watch-reverse.exp
9489 * gdb.rust/generics.exp
9490 * gdb.rust/methods.exp
9491 * gdb.rust/modules.exp
9492 * gdb.rust/simple.exp
9493 * gdb.server/connect-with-no-symbol-file.exp
9494 * gdb.server/ext-attach.exp
9495 * gdb.server/ext-restart.exp
9496 * gdb.server/ext-wrapper.exp
9497 * gdb.server/file-transfer.exp
9498 * gdb.server/server-exec-info.exp
9499 * gdb.server/server-kill.exp
9500 * gdb.server/server-mon.exp
9501 * gdb.server/wrapper.exp
9502 * gdb.stabs/exclfwd.exp
9503 * gdb.stabs/gdb11479.exp
9504 * gdb.threads/clone-new-thread-event.exp
9505 * gdb.threads/corethreads.exp
9506 * gdb.threads/current-lwp-dead.exp
9507 * gdb.threads/dlopen-libpthread.exp
9508 * gdb.threads/gcore-thread.exp
9509 * gdb.threads/sigstep-threads.exp
9510 * gdb.threads/watchpoint-fork.exp
9511 * gdb.trace/actions-changed.exp
9512 * gdb.trace/backtrace.exp
9513 * gdb.trace/change-loc.exp
9514 * gdb.trace/circ.exp
9515 * gdb.trace/collection.exp
9516 * gdb.trace/disconnected-tracing.exp
9517 * gdb.trace/ftrace.exp
9518 * gdb.trace/mi-trace-frame-collected.exp
9519 * gdb.trace/mi-trace-unavailable.exp
9520 * gdb.trace/mi-traceframe-changed.exp
9521 * gdb.trace/mi-tsv-changed.exp
9522 * gdb.trace/no-attach-trace.exp
9523 * gdb.trace/passc-dyn.exp
9524 * gdb.trace/qtro.exp
9525 * gdb.trace/range-stepping.exp
9526 * gdb.trace/read-memory.exp
9527 * gdb.trace/save-trace.exp
9528 * gdb.trace/signal.exp
9529 * gdb.trace/status-stop.exp
9530 * gdb.trace/tfile.exp
9531 * gdb.trace/trace-break.exp
9532 * gdb.trace/trace-buffer-size.exp
9533 * gdb.trace/trace-condition.exp
9534 * gdb.trace/tracefile-pseudo-reg.exp
9535 * gdb.trace/tstatus.exp
9536 * gdb.trace/unavailable.exp
9537 * gdb.trace/while-dyn.exp
9538 * gdb.trace/while-stepping.exp
9539
9540 2016-12-22 Doug Evans <xdje42@gmail.com>
9541
9542 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9543 and msymbols.
9544
9545 2016-12-19 Yao Qi <yao.qi@linaro.org>
9546
9547 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9548 (test_with_self): Don't call do_steps_and_nexts, and remove
9549 code about stepping into xmalloc.
9550
9551 2016-12-09 Yao Qi <yao.qi@linaro.org>
9552
9553 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9554
9555 2016-12-09 Yao Qi <yao.qi@linaro.org>
9556
9557 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9558
9559 2016-12-09 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.base/all-architectures-0.exp: New file.
9562 * gdb.base/all-architectures-1.exp: New file.
9563 * gdb.base/all-architectures-2.exp: New file.
9564 * gdb.base/all-architectures-3.exp: New file.
9565 * gdb.base/all-architectures-4.exp: New file.
9566 * gdb.base/all-architectures-5.exp: New file.
9567 * gdb.base/all-architectures-6.exp: New file.
9568 * gdb.base/all-architectures-7.exp: New file.
9569 * gdb.base/all-architectures.exp.in: New file.
9570
9571 2016-12-09 Yao Qi <yao.qi@linaro.org>
9572
9573 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9574
9575 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9576
9577 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9578 possible.
9579 Remove useless pattern-matching code.
9580
9581 2016-12-02 Pedro Alves <palves@redhat.com>
9582
9583 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9584 procedure.
9585 (top level): Call it.
9586
9587 2016-12-02 Pedro Alves <palves@redhat.com>
9588
9589 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9590 New procedure.
9591 (top level): Call it.
9592
9593 2016-12-02 Pedro Alves <palves@redhat.com>
9594
9595 PR cli/20559
9596 * gdb.base/commands.exp (user_defined_command_args_eval): New
9597 procedure.
9598 (top level): Call it.
9599
9600 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9601
9602 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9603 timeout handling.
9604
9605 2016-12-02 Tom Tromey <tom@tromey.com>
9606
9607 * gdb.dwarf2/main-subprogram.c: New file.
9608 * gdb.dwarf2/main-subprogram.exp: New file.
9609
9610 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9611
9612 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9613 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9614 gdb_test_no_output for a couple of cases.
9615 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9616
9617 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9618
9619 Fix test names and standardize compilation error messages throughout
9620 the following files:
9621
9622 * gdb.ada/start.exp
9623 * gdb.arch/alpha-step.exp
9624 * gdb.arch/e500-prologue.exp
9625 * gdb.arch/ftrace-insn-reloc.exp
9626 * gdb.arch/gdb1291.exp
9627 * gdb.arch/gdb1431.exp
9628 * gdb.arch/gdb1558.exp
9629 * gdb.arch/i386-dr3-watch.exp
9630 * gdb.arch/i386-sse-stack-align.exp
9631 * gdb.arch/ia64-breakpoint-shadow.exp
9632 * gdb.arch/pa-nullify.exp
9633 * gdb.arch/powerpc-aix-prologue.exp
9634 * gdb.arch/thumb-bx-pc.exp
9635 * gdb.base/annota1.exp
9636 * gdb.base/annota3.exp
9637 * gdb.base/arrayidx.exp
9638 * gdb.base/assign.exp
9639 * gdb.base/attach.exp
9640 * gdb.base/auxv.exp
9641 * gdb.base/bang.exp
9642 * gdb.base/bfp-test.exp
9643 * gdb.base/bigcore.exp
9644 * gdb.base/bitfields2.exp
9645 * gdb.base/break-fun-addr.exp
9646 * gdb.base/break-probes.exp
9647 * gdb.base/call-rt-st.exp
9648 * gdb.base/callexit.exp
9649 * gdb.base/catch-fork-kill.exp
9650 * gdb.base/charset.exp
9651 * gdb.base/checkpoint.exp
9652 * gdb.base/comprdebug.exp
9653 * gdb.base/constvars.exp
9654 * gdb.base/coredump-filter.exp
9655 * gdb.base/cursal.exp
9656 * gdb.base/cvexpr.exp
9657 * gdb.base/detach.exp
9658 * gdb.base/display.exp
9659 * gdb.base/dmsym.exp
9660 * gdb.base/dprintf-pending.exp
9661 * gdb.base/dso2dso.exp
9662 * gdb.base/dtrace-probe.exp
9663 * gdb.base/dump.exp
9664 * gdb.base/enum_cond.exp
9665 * gdb.base/exe-lock.exp
9666 * gdb.base/exec-invalid-sysroot.exp
9667 * gdb.base/execl-update-breakpoints.exp
9668 * gdb.base/exprs.exp
9669 * gdb.base/fileio.exp
9670 * gdb.base/find.exp
9671 * gdb.base/finish.exp
9672 * gdb.base/fixsection.exp
9673 * gdb.base/foll-vfork.exp
9674 * gdb.base/frame-args.exp
9675 * gdb.base/gcore.exp
9676 * gdb.base/gdb1250.exp
9677 * gdb.base/global-var-nested-by-dso.exp
9678 * gdb.base/gnu-ifunc.exp
9679 * gdb.base/hashline1.exp
9680 * gdb.base/hashline2.exp
9681 * gdb.base/hashline3.exp
9682 * gdb.base/hbreak-in-shr-unsupported.exp
9683 * gdb.base/huge.exp
9684 * gdb.base/infcall-input.exp
9685 * gdb.base/info-fun.exp
9686 * gdb.base/info-shared.exp
9687 * gdb.base/jit-simple.exp
9688 * gdb.base/jit-so.exp
9689 * gdb.base/jit.exp
9690 * gdb.base/jump.exp
9691 * gdb.base/label.exp
9692 * gdb.base/lineinc.exp
9693 * gdb.base/logical.exp
9694 * gdb.base/longjmp.exp
9695 * gdb.base/macscp.exp
9696 * gdb.base/miscexprs.exp
9697 * gdb.base/new-ui-echo.exp
9698 * gdb.base/new-ui-pending-input.exp
9699 * gdb.base/new-ui.exp
9700 * gdb.base/nodebug.exp
9701 * gdb.base/nofield.exp
9702 * gdb.base/offsets.exp
9703 * gdb.base/overlays.exp
9704 * gdb.base/pending.exp
9705 * gdb.base/pointers.exp
9706 * gdb.base/pr11022.exp
9707 * gdb.base/printcmds.exp
9708 * gdb.base/prologue.exp
9709 * gdb.base/ptr-typedef.exp
9710 * gdb.base/realname-expand.exp
9711 * gdb.base/relativedebug.exp
9712 * gdb.base/relocate.exp
9713 * gdb.base/remote.exp
9714 * gdb.base/reread.exp
9715 * gdb.base/return2.exp
9716 * gdb.base/savedregs.exp
9717 * gdb.base/sep.exp
9718 * gdb.base/sepdebug.exp
9719 * gdb.base/sepsymtab.exp
9720 * gdb.base/set-inferior-tty.exp
9721 * gdb.base/setshow.exp
9722 * gdb.base/shlib-call.exp
9723 * gdb.base/sigaltstack.exp
9724 * gdb.base/siginfo-addr.exp
9725 * gdb.base/signals.exp
9726 * gdb.base/signull.exp
9727 * gdb.base/sigrepeat.exp
9728 * gdb.base/so-impl-ld.exp
9729 * gdb.base/solib-display.exp
9730 * gdb.base/solib-overlap.exp
9731 * gdb.base/solib-search.exp
9732 * gdb.base/solib-symbol.exp
9733 * gdb.base/structs.exp
9734 * gdb.base/structs2.exp
9735 * gdb.base/symtab-search-order.exp
9736 * gdb.base/twice.exp
9737 * gdb.base/unload.exp
9738 * gdb.base/varargs.exp
9739 * gdb.base/watchpoint-solib.exp
9740 * gdb.base/watchpoint.exp
9741 * gdb.base/whatis.exp
9742 * gdb.base/wrong_frame_bt_full.exp
9743 * gdb.btrace/dlopen.exp
9744 * gdb.cell/ea-standalone.exp
9745 * gdb.cell/ea-test.exp
9746 * gdb.cp/dispcxx.exp
9747 * gdb.cp/gdb2384.exp
9748 * gdb.cp/method2.exp
9749 * gdb.cp/nextoverthrow.exp
9750 * gdb.cp/pr10728.exp
9751 * gdb.disasm/am33.exp
9752 * gdb.disasm/h8300s.exp
9753 * gdb.disasm/mn10300.exp
9754 * gdb.disasm/sh3.exp
9755 * gdb.dwarf2/dw2-dir-file-name.exp
9756 * gdb.fortran/complex.exp
9757 * gdb.fortran/library-module.exp
9758 * gdb.guile/scm-pretty-print.exp
9759 * gdb.guile/scm-symbol.exp
9760 * gdb.guile/scm-type.exp
9761 * gdb.guile/scm-value.exp
9762 * gdb.linespec/linespec.exp
9763 * gdb.mi/gdb701.exp
9764 * gdb.mi/gdb792.exp
9765 * gdb.mi/mi-breakpoint-changed.exp
9766 * gdb.mi/mi-dprintf-pending.exp
9767 * gdb.mi/mi-dprintf.exp
9768 * gdb.mi/mi-exit-code.exp
9769 * gdb.mi/mi-pending.exp
9770 * gdb.mi/mi-solib.exp
9771 * gdb.mi/new-ui-mi-sync.exp
9772 * gdb.mi/pr11022.exp
9773 * gdb.mi/user-selected-context-sync.exp
9774 * gdb.opt/solib-intra-step.exp
9775 * gdb.python/py-events.exp
9776 * gdb.python/py-finish-breakpoint.exp
9777 * gdb.python/py-mi.exp
9778 * gdb.python/py-prettyprint.exp
9779 * gdb.python/py-shared.exp
9780 * gdb.python/py-symbol.exp
9781 * gdb.python/py-template.exp
9782 * gdb.python/py-type.exp
9783 * gdb.python/py-value.exp
9784 * gdb.reverse/solib-precsave.exp
9785 * gdb.reverse/solib-reverse.exp
9786 * gdb.server/solib-list.exp
9787 * gdb.stabs/weird.exp
9788 * gdb.threads/reconnect-signal.exp
9789 * gdb.threads/stepi-random-signal.exp
9790 * gdb.trace/actions.exp
9791 * gdb.trace/ax.exp
9792 * gdb.trace/backtrace.exp
9793 * gdb.trace/change-loc.exp
9794 * gdb.trace/deltrace.exp
9795 * gdb.trace/ftrace-lock.exp
9796 * gdb.trace/ftrace.exp
9797 * gdb.trace/infotrace.exp
9798 * gdb.trace/mi-tracepoint-changed.exp
9799 * gdb.trace/packetlen.exp
9800 * gdb.trace/passcount.exp
9801 * gdb.trace/pending.exp
9802 * gdb.trace/range-stepping.exp
9803 * gdb.trace/report.exp
9804 * gdb.trace/stap-trace.exp
9805 * gdb.trace/tfind.exp
9806 * gdb.trace/trace-break.exp
9807 * gdb.trace/trace-condition.exp
9808 * gdb.trace/trace-enable-disable.exp
9809 * gdb.trace/trace-mt.exp
9810 * gdb.trace/tracecmd.exp
9811 * gdb.trace/tspeed.exp
9812 * gdb.trace/tsv.exp
9813 * lib/perftest.exp
9814
9815 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9816
9817 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9818 with gdb_test_no_output.
9819 Use command as test name.
9820
9821 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9822
9823 Fix test names starting with uppercase throughout the files.
9824
9825 * gdb.ada/assign_1.exp
9826 * gdb.ada/boolean_expr.exp
9827 * gdb.base/arrayidx.exp
9828 * gdb.base/del.exp
9829 * gdb.base/gcore-buffer-overflow.exp
9830 * gdb.base/testenv.exp
9831 * gdb.compile/compile.exp
9832 * gdb.python/py-framefilter-invalidarg.exp
9833 * gdb.python/py-framefilter.exp
9834
9835 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9836
9837 Fix test names starting with uppercase throughout the files.
9838
9839 * gdb.ada/array_return.exp
9840 * gdb.ada/expr_delims.exp
9841 * gdb.ada/mi_dyn_arr.exp
9842 * gdb.ada/mi_interface.exp
9843 * gdb.ada/mi_var_array.exp
9844 * gdb.ada/watch_arg.exp
9845 * gdb.arch/alpha-step.exp
9846 * gdb.arch/altivec-regs.exp
9847 * gdb.arch/e500-regs.exp
9848 * gdb.arch/powerpc-d128-regs.exp
9849 * gdb.base/arrayidx.exp
9850 * gdb.base/break.exp
9851 * gdb.base/checkpoint.exp
9852 * gdb.base/debug-expr.exp
9853 * gdb.base/dmsym.exp
9854 * gdb.base/radix.exp
9855 * gdb.base/sepdebug.exp
9856 * gdb.base/testenv.exp
9857 * gdb.base/watch_thread_num.exp
9858 * gdb.base/watchpoint-cond-gone.exp
9859 * gdb.cell/break.exp
9860 * gdb.cell/ea-cache.exp
9861 * gdb.compile/compile.exp
9862 * gdb.cp/gdb2495.exp
9863 * gdb.gdb/selftest.exp
9864 * gdb.gdb/xfullpath.exp
9865 * gdb.go/hello.exp
9866 * gdb.go/integers.exp
9867 * gdb.objc/basicclass.exp
9868 * gdb.pascal/hello.exp
9869 * gdb.pascal/integers.exp
9870 * gdb.python/py-breakpoint.exp
9871 * gdb.python/py-cmd.exp
9872 * gdb.python/py-linetable.exp
9873 * gdb.python/py-xmethods.exp
9874 * gdb.python/python.exp
9875 * gdb.reverse/consecutive-precsave.exp
9876 * gdb.reverse/finish-precsave.exp
9877 * gdb.reverse/i386-precsave.exp
9878 * gdb.reverse/machinestate-precsave.exp
9879 * gdb.reverse/sigall-precsave.exp
9880 * gdb.reverse/solib-precsave.exp
9881 * gdb.reverse/step-precsave.exp
9882 * gdb.reverse/until-precsave.exp
9883 * gdb.reverse/watch-precsave.exp
9884 * gdb.threads/leader-exit.exp
9885 * gdb.threads/pthreads.exp
9886 * gdb.threads/wp-replication.exp
9887 * gdb.trace/actions.exp
9888 * gdb.trace/mi-tsv-changed.exp
9889 * gdb.trace/tsv.exp
9890
9891 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9892
9893 Fix test names starting with uppercase throughout the files.
9894
9895 * gdb.arch/i386-bp_permanent.exp
9896 * gdb.arch/i386-gnu-cfi.exp
9897 * gdb.base/disasm-end-cu.exp
9898 * gdb.base/macscp.exp
9899 * gdb.base/pending.exp
9900 * gdb.base/watch_thread_num.exp
9901 * gdb.cp/exception.exp
9902 * gdb.cp/gdb2495.exp
9903 * gdb.cp/local.exp
9904 * gdb.python/py-evsignal.exp
9905 * gdb.python/python.exp
9906 * gdb.trace/tracecmd.exp
9907
9908 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9909
9910 Fix test names starting with uppercase throughout the files.
9911
9912 * gdb.base/charset.exp
9913 * gdb.base/eval.exp
9914 * gdb.base/multi-forks.exp
9915 * gdb.guile/scm-progspace.exp
9916 * gdb.opencl/datatypes.exp
9917 * gdb.python/py-block.exp
9918 * gdb.python/py-function.exp
9919 * gdb.python/py-symbol.exp
9920 * gdb.python/py-symtab.exp
9921 * gdb.python/py-xmethods.exp
9922 * gdb.reverse/break-precsave.exp
9923 * gdb.reverse/break-reverse.exp
9924 * gdb.reverse/consecutive-precsave.exp
9925 * gdb.reverse/consecutive-reverse.exp
9926 * gdb.reverse/finish-precsave.exp
9927 * gdb.reverse/finish-reverse-bkpt.exp
9928 * gdb.reverse/finish-reverse.exp
9929 * gdb.reverse/fstatat-reverse.exp
9930 * gdb.reverse/getresuid-reverse.exp
9931 * gdb.reverse/i386-precsave.exp
9932 * gdb.reverse/i386-reverse.exp
9933 * gdb.reverse/i386-sse-reverse.exp
9934 * gdb.reverse/i387-stack-reverse.exp
9935 * gdb.reverse/insn-reverse.exp
9936 * gdb.reverse/machinestate-precsave.exp
9937 * gdb.reverse/machinestate.exp
9938 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9939 * gdb.reverse/pipe-reverse.exp
9940 * gdb.reverse/readv-reverse.exp
9941 * gdb.reverse/recvmsg-reverse.exp
9942 * gdb.reverse/rerun-prec.exp
9943 * gdb.reverse/s390-mvcle.exp
9944 * gdb.reverse/sigall-precsave.exp
9945 * gdb.reverse/sigall-reverse.exp
9946 * gdb.reverse/solib-precsave.exp
9947 * gdb.reverse/solib-reverse.exp
9948 * gdb.reverse/step-precsave.exp
9949 * gdb.reverse/step-reverse.exp
9950 * gdb.reverse/time-reverse.exp
9951 * gdb.reverse/until-precsave.exp
9952 * gdb.reverse/until-reverse.exp
9953 * gdb.reverse/waitpid-reverse.exp
9954 * gdb.reverse/watch-precsave.exp
9955 * gdb.reverse/watch-reverse.exp
9956
9957 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9958
9959 Fix test names starting with uppercase throughout the files.
9960
9961 * gdb.arch/i386-mpx-simple_segv.exp
9962 * gdb.arch/i386-mpx.exp
9963 * gdb.arch/i386-permbkpt.exp
9964 * gdb.arch/pa-nullify.exp
9965 * gdb.arch/powerpc-d128-regs.exp
9966 * gdb.arch/vsx-regs.exp
9967 * gdb.base/bfp-test.exp
9968 * gdb.base/break.exp
9969 * gdb.base/breakpoint-shadow.exp
9970 * gdb.base/callfuncs.exp
9971 * gdb.base/charset.exp
9972 * gdb.base/commands.exp
9973 * gdb.base/completion.exp
9974 * gdb.base/dfp-test.exp
9975 * gdb.base/echo.exp
9976 * gdb.base/ending-run.exp
9977 * gdb.base/eval.exp
9978 * gdb.base/expand-psymtabs.exp
9979 * gdb.base/float128.exp
9980 * gdb.base/floatn.exp
9981 * gdb.base/foll-exec-mode.exp
9982 * gdb.base/gdb1056.exp
9983 * gdb.base/gdb11531.exp
9984 * gdb.base/kill-after-signal.exp
9985 * gdb.base/multi-forks.exp
9986 * gdb.base/overlays.exp
9987 * gdb.base/pending.exp
9988 * gdb.base/sepdebug.exp
9989 * gdb.base/testenv.exp
9990 * gdb.base/valgrind-db-attach.exp
9991 * gdb.base/watch_thread_num.exp
9992 * gdb.base/watchpoint-cond-gone.exp
9993 * gdb.base/watchpoint.exp
9994 * gdb.base/watchpoints.exp
9995 * gdb.cp/arg-reference.exp
9996 * gdb.cp/baseenum.exp
9997 * gdb.cp/operator.exp
9998 * gdb.cp/shadow.exp
9999 * gdb.dwarf2/dw2-op-out-param.exp
10000 * gdb.dwarf2/dw2-reg-undefined.exp
10001 * gdb.go/chan.exp
10002 * gdb.go/hello.exp
10003 * gdb.go/integers.exp
10004 * gdb.go/methods.exp
10005 * gdb.go/package.exp
10006 * gdb.guile/scm-parameter.exp
10007 * gdb.guile/scm-progspace.exp
10008 * gdb.guile/scm-value.exp
10009 * gdb.mi/mi-pending.exp
10010 * gdb.mi/user-selected-context-sync.exp
10011 * gdb.multi/multi-attach.exp
10012 * gdb.multi/tids.exp
10013 * gdb.opt/clobbered-registers-O2.exp
10014 * gdb.pascal/floats.exp
10015 * gdb.pascal/integers.exp
10016 * gdb.python/py-block.exp
10017 * gdb.python/py-events.exp
10018 * gdb.python/py-parameter.exp
10019 * gdb.python/py-symbol.exp
10020 * gdb.python/py-symtab.exp
10021 * gdb.python/py-type.exp
10022 * gdb.python/py-value.exp
10023 * gdb.python/py-xmethods.exp
10024 * gdb.python/python.exp
10025 * gdb.reverse/break-precsave.exp
10026 * gdb.reverse/consecutive-precsave.exp
10027 * gdb.reverse/finish-precsave.exp
10028 * gdb.reverse/i386-precsave.exp
10029 * gdb.reverse/machinestate-precsave.exp
10030 * gdb.reverse/sigall-precsave.exp
10031 * gdb.reverse/solib-precsave.exp
10032 * gdb.reverse/step-precsave.exp
10033 * gdb.reverse/until-precsave.exp
10034 * gdb.reverse/watch-precsave.exp
10035 * gdb.server/ext-attach.exp
10036 * gdb.server/ext-restart.exp
10037 * gdb.server/ext-run.exp
10038 * gdb.server/ext-wrapper.exp
10039 * gdb.stabs/gdb11479.exp
10040 * gdb.stabs/weird.exp
10041 * gdb.threads/attach-many-short-lived-threads.exp
10042 * gdb.threads/kill.exp
10043 * gdb.threads/watchpoint-fork.exp
10044
10045 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10046
10047 Fix test names starting with uppercase throughout all the files below.
10048
10049 * gdb.ada/array_return.exp
10050 * gdb.ada/catch_ex.exp
10051 * gdb.ada/info_exc.exp
10052 * gdb.ada/mi_catch_ex.exp
10053 * gdb.ada/mi_dyn_arr.exp
10054 * gdb.ada/mi_ex_cond.exp
10055 * gdb.ada/mi_exc_info.exp
10056 * gdb.ada/mi_interface.exp
10057 * gdb.ada/mi_task_arg.exp
10058 * gdb.ada/mi_task_info.exp
10059 * gdb.ada/mi_var_array.exp
10060 * gdb.arch/alpha-step.exp
10061 * gdb.arch/amd64-disp-step.exp
10062 * gdb.arch/arm-disp-step.exp
10063 * gdb.arch/disp-step-insn-reloc.exp
10064 * gdb.arch/e500-prologue.exp
10065 * gdb.arch/ftrace-insn-reloc.exp
10066 * gdb.arch/gdb1558.exp
10067 * gdb.arch/i386-bp_permanent.exp
10068 * gdb.arch/i386-disp-step.exp
10069 * gdb.arch/i386-float.exp
10070 * gdb.arch/i386-gnu-cfi.exp
10071 * gdb.arch/ia64-breakpoint-shadow.exp
10072 * gdb.arch/mips16-thunks.exp
10073 * gdb.arch/pa-nullify.exp
10074 * gdb.arch/powerpc-aix-prologue.exp
10075 * gdb.arch/powerpc-power.exp
10076 * gdb.arch/ppc-dfp.exp
10077 * gdb.arch/s390-tdbregs.exp
10078 * gdb.arch/spu-info.exp
10079 * gdb.arch/spu-ls.exp
10080 * gdb.arch/thumb-bx-pc.exp
10081 * gdb.base/advance.exp
10082 * gdb.base/annota-input-while-running.exp
10083 * gdb.base/arrayidx.exp
10084 * gdb.base/asmlabel.exp
10085 * gdb.base/async.exp
10086 * gdb.base/attach-wait-input.exp
10087 * gdb.base/auto-connect-native-target.exp
10088 * gdb.base/batch-preserve-term-settings.exp
10089 * gdb.base/bfp-test.exp
10090 * gdb.base/bigcore.exp
10091 * gdb.base/bp-permanent.exp
10092 * gdb.base/break-always.exp
10093 * gdb.base/break-fun-addr.exp
10094 * gdb.base/break-idempotent.exp
10095 * gdb.base/break-main-file-remove-fail.exp
10096 * gdb.base/break-probes.exp
10097 * gdb.base/break-unload-file.exp
10098 * gdb.base/break.exp
10099 * gdb.base/call-ar-st.exp
10100 * gdb.base/call-rt-st.exp
10101 * gdb.base/call-sc.exp
10102 * gdb.base/call-signal-resume.exp
10103 * gdb.base/call-strs.exp
10104 * gdb.base/callexit.exp
10105 * gdb.base/callfuncs.exp
10106 * gdb.base/catch-gdb-caused-signals.exp
10107 * gdb.base/catch-signal-siginfo-cond.exp
10108 * gdb.base/catch-syscall.exp
10109 * gdb.base/compare-sections.exp
10110 * gdb.base/cond-eval-mode.exp
10111 * gdb.base/condbreak-call-false.exp
10112 * gdb.base/consecutive-step-over.exp
10113 * gdb.base/cursal.exp
10114 * gdb.base/disabled-location.exp
10115 * gdb.base/disasm-end-cu.exp
10116 * gdb.base/display.exp
10117 * gdb.base/double-prompt-target-event-error.exp
10118 * gdb.base/dprintf-bp-same-addr.exp
10119 * gdb.base/dprintf-detach.exp
10120 * gdb.base/dprintf-next.exp
10121 * gdb.base/dprintf-non-stop.exp
10122 * gdb.base/dprintf-pending.exp
10123 * gdb.base/dso2dso.exp
10124 * gdb.base/ending-run.exp
10125 * gdb.base/enum_cond.exp
10126 * gdb.base/examine-backward.exp
10127 * gdb.base/exe-lock.exp
10128 * gdb.base/exec-invalid-sysroot.exp
10129 * gdb.base/execl-update-breakpoints.exp
10130 * gdb.base/execution-termios.exp
10131 * gdb.base/fileio.exp
10132 * gdb.base/fixsection.exp
10133 * gdb.base/foll-exec-mode.exp
10134 * gdb.base/foll-exec.exp
10135 * gdb.base/fork-running-state.exp
10136 * gdb.base/frame-args.exp
10137 * gdb.base/fullpath-expand.exp
10138 * gdb.base/func-ptr.exp
10139 * gdb.base/gcore-relro-pie.exp
10140 * gdb.base/gdb1090.exp
10141 * gdb.base/gdb1555.exp
10142 * gdb.base/global-var-nested-by-dso.exp
10143 * gdb.base/gnu-ifunc.exp
10144 * gdb.base/hbreak-in-shr-unsupported.exp
10145 * gdb.base/hbreak-unmapped.exp
10146 * gdb.base/hook-stop.exp
10147 * gdb.base/infcall-input.exp
10148 * gdb.base/info-fun.exp
10149 * gdb.base/info-shared.exp
10150 * gdb.base/interrupt-noterm.exp
10151 * gdb.base/jit-so.exp
10152 * gdb.base/jit.exp
10153 * gdb.base/line-symtabs.exp
10154 * gdb.base/list.exp
10155 * gdb.base/longjmp.exp
10156 * gdb.base/macscp.exp
10157 * gdb.base/max-value-size.exp
10158 * gdb.base/nodebug.exp
10159 * gdb.base/nofield.exp
10160 * gdb.base/overlays.exp
10161 * gdb.base/paginate-after-ctrl-c-running.exp
10162 * gdb.base/paginate-bg-execution.exp
10163 * gdb.base/paginate-inferior-exit.exp
10164 * gdb.base/pending.exp
10165 * gdb.base/pr11022.exp
10166 * gdb.base/printcmds.exp
10167 * gdb.base/ptr-typedef.exp
10168 * gdb.base/ptype.exp
10169 * gdb.base/randomize.exp
10170 * gdb.base/range-stepping.exp
10171 * gdb.base/realname-expand.exp
10172 * gdb.base/relativedebug.exp
10173 * gdb.base/remote.exp
10174 * gdb.base/savedregs.exp
10175 * gdb.base/sepdebug.exp
10176 * gdb.base/set-noassign.exp
10177 * gdb.base/shlib-call.exp
10178 * gdb.base/shreloc.exp
10179 * gdb.base/sigaltstack.exp
10180 * gdb.base/sigbpt.exp
10181 * gdb.base/siginfo-addr.exp
10182 * gdb.base/siginfo-obj.exp
10183 * gdb.base/siginfo-thread.exp
10184 * gdb.base/signest.exp
10185 * gdb.base/signull.exp
10186 * gdb.base/sigrepeat.exp
10187 * gdb.base/skip.exp
10188 * gdb.base/so-impl-ld.exp
10189 * gdb.base/solib-corrupted.exp
10190 * gdb.base/solib-disc.exp
10191 * gdb.base/solib-display.exp
10192 * gdb.base/solib-overlap.exp
10193 * gdb.base/solib-search.exp
10194 * gdb.base/solib-symbol.exp
10195 * gdb.base/source-execution.exp
10196 * gdb.base/sss-bp-on-user-bp-2.exp
10197 * gdb.base/sss-bp-on-user-bp.exp
10198 * gdb.base/stack-checking.exp
10199 * gdb.base/stale-infcall.exp
10200 * gdb.base/step-break.exp
10201 * gdb.base/step-line.exp
10202 * gdb.base/step-over-exit.exp
10203 * gdb.base/step-test.exp
10204 * gdb.base/structs.exp
10205 * gdb.base/sym-file.exp
10206 * gdb.base/symtab-search-order.exp
10207 * gdb.base/term.exp
10208 * gdb.base/type-opaque.exp
10209 * gdb.base/unload.exp
10210 * gdb.base/until-nodebug.exp
10211 * gdb.base/until.exp
10212 * gdb.base/unwindonsignal.exp
10213 * gdb.base/watch-cond.exp
10214 * gdb.base/watch-non-mem.exp
10215 * gdb.base/watch_thread_num.exp
10216 * gdb.base/watchpoint-reuse-slot.exp
10217 * gdb.base/watchpoint-solib.exp
10218 * gdb.base/watchpoint.exp
10219 * gdb.btrace/dlopen.exp
10220 * gdb.cell/arch.exp
10221 * gdb.cell/break.exp
10222 * gdb.cell/bt.exp
10223 * gdb.cell/core.exp
10224 * gdb.cell/data.exp
10225 * gdb.cell/dwarfaddr.exp
10226 * gdb.cell/ea-cache.exp
10227 * gdb.cell/ea-standalone.exp
10228 * gdb.cell/ea-test.exp
10229 * gdb.cell/f-regs.exp
10230 * gdb.cell/fork.exp
10231 * gdb.cell/gcore.exp
10232 * gdb.cell/mem-access.exp
10233 * gdb.cell/ptype.exp
10234 * gdb.cell/registers.exp
10235 * gdb.cell/sizeof.exp
10236 * gdb.cell/solib-symbol.exp
10237 * gdb.cell/solib.exp
10238 * gdb.compile/compile-tls.exp
10239 * gdb.cp/exception.exp
10240 * gdb.cp/gdb2495.exp
10241 * gdb.cp/local.exp
10242 * gdb.cp/mb-inline.exp
10243 * gdb.cp/mb-templates.exp
10244 * gdb.cp/pr10687.exp
10245 * gdb.cp/pr9167.exp
10246 * gdb.cp/scope-err.exp
10247 * gdb.cp/templates.exp
10248 * gdb.cp/virtfunc.exp
10249 * gdb.dwarf2/dw2-dir-file-name.exp
10250 * gdb.dwarf2/dw2-single-line-discriminators.exp
10251 * gdb.fortran/complex.exp
10252 * gdb.fortran/library-module.exp
10253 * gdb.guile/guile.exp
10254 * gdb.guile/scm-cmd.exp
10255 * gdb.guile/scm-frame-inline.exp
10256 * gdb.guile/scm-objfile.exp
10257 * gdb.guile/scm-pretty-print.exp
10258 * gdb.guile/scm-symbol.exp
10259 * gdb.guile/scm-type.exp
10260 * gdb.guile/scm-value.exp
10261 * gdb.linespec/keywords.exp
10262 * gdb.linespec/ls-errs.exp
10263 * gdb.linespec/macro-relative.exp
10264 * gdb.linespec/thread.exp
10265 * gdb.mi/mi-breakpoint-changed.exp
10266 * gdb.mi/mi-dprintf-pending.exp
10267 * gdb.mi/mi-fullname-deleted.exp
10268 * gdb.mi/mi-logging.exp
10269 * gdb.mi/mi-pending.exp
10270 * gdb.mi/mi-solib.exp
10271 * gdb.mi/new-ui-mi-sync.exp
10272 * gdb.mi/user-selected-context-sync.exp
10273 * gdb.multi/dummy-frame-restore.exp
10274 * gdb.multi/multi-arch-exec.exp
10275 * gdb.multi/remove-inferiors.exp
10276 * gdb.multi/watchpoint-multi-exit.exp
10277 * gdb.opt/solib-intra-step.exp
10278 * gdb.perf/backtrace.exp
10279 * gdb.perf/single-step.exp
10280 * gdb.perf/skip-command.exp
10281 * gdb.perf/skip-prologue.exp
10282 * gdb.perf/solib.exp
10283 * gdb.python/lib-types.exp
10284 * gdb.python/py-as-string.exp
10285 * gdb.python/py-bad-printers.exp
10286 * gdb.python/py-block.exp
10287 * gdb.python/py-breakpoint.exp
10288 * gdb.python/py-cmd.exp
10289 * gdb.python/py-events.exp
10290 * gdb.python/py-evthreads.exp
10291 * gdb.python/py-finish-breakpoint.exp
10292 * gdb.python/py-finish-breakpoint2.exp
10293 * gdb.python/py-frame-inline.exp
10294 * gdb.python/py-frame.exp
10295 * gdb.python/py-inferior.exp
10296 * gdb.python/py-infthread.exp
10297 * gdb.python/py-mi.exp
10298 * gdb.python/py-objfile.exp
10299 * gdb.python/py-pp-maint.exp
10300 * gdb.python/py-pp-registration.exp
10301 * gdb.python/py-prettyprint.exp
10302 * gdb.python/py-recurse-unwind.exp
10303 * gdb.python/py-shared.exp
10304 * gdb.python/py-symbol.exp
10305 * gdb.python/py-symtab.exp
10306 * gdb.python/py-template.exp
10307 * gdb.python/py-type.exp
10308 * gdb.python/py-unwind-maint.exp
10309 * gdb.python/py-unwind.exp
10310 * gdb.python/py-value.exp
10311 * gdb.python/python.exp
10312 * gdb.reverse/finish-reverse-bkpt.exp
10313 * gdb.reverse/insn-reverse.exp
10314 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10315 * gdb.reverse/solib-precsave.exp
10316 * gdb.reverse/solib-reverse.exp
10317 * gdb.stabs/gdb11479.exp
10318 * gdb.stabs/weird.exp
10319 * gdb.threads/fork-child-threads.exp
10320 * gdb.threads/fork-plus-threads.exp
10321 * gdb.threads/fork-thread-pending.exp
10322 * gdb.threads/forking-threads-plus-breakpoint.exp
10323 * gdb.threads/hand-call-in-threads.exp
10324 * gdb.threads/interrupted-hand-call.exp
10325 * gdb.threads/linux-dp.exp
10326 * gdb.threads/local-watch-wrong-thread.exp
10327 * gdb.threads/next-while-other-thread-longjmps.exp
10328 * gdb.threads/non-ldr-exit.exp
10329 * gdb.threads/pending-step.exp
10330 * gdb.threads/print-threads.exp
10331 * gdb.threads/process-dies-while-detaching.exp
10332 * gdb.threads/process-dies-while-handling-bp.exp
10333 * gdb.threads/pthreads.exp
10334 * gdb.threads/queue-signal.exp
10335 * gdb.threads/reconnect-signal.exp
10336 * gdb.threads/signal-command-handle-nopass.exp
10337 * gdb.threads/signal-command-multiple-signals-pending.exp
10338 * gdb.threads/signal-delivered-right-thread.exp
10339 * gdb.threads/signal-sigtrap.exp
10340 * gdb.threads/sigthread.exp
10341 * gdb.threads/staticthreads.exp
10342 * gdb.threads/stepi-random-signal.exp
10343 * gdb.threads/thread-unwindonsignal.exp
10344 * gdb.threads/thread_check.exp
10345 * gdb.threads/thread_events.exp
10346 * gdb.threads/tid-reuse.exp
10347 * gdb.threads/tls-nodebug.exp
10348 * gdb.threads/tls-shared.exp
10349 * gdb.threads/tls-so_extern.exp
10350 * gdb.threads/tls.exp
10351 * gdb.threads/wp-replication.exp
10352 * gdb.trace/actions-changed.exp
10353 * gdb.trace/actions.exp
10354 * gdb.trace/backtrace.exp
10355 * gdb.trace/change-loc.exp
10356 * gdb.trace/collection.exp
10357 * gdb.trace/deltrace.exp
10358 * gdb.trace/disconnected-tracing.exp
10359 * gdb.trace/entry-values.exp
10360 * gdb.trace/ftrace-lock.exp
10361 * gdb.trace/ftrace.exp
10362 * gdb.trace/infotrace.exp
10363 * gdb.trace/mi-trace-frame-collected.exp
10364 * gdb.trace/mi-trace-unavailable.exp
10365 * gdb.trace/mi-traceframe-changed.exp
10366 * gdb.trace/mi-tracepoint-changed.exp
10367 * gdb.trace/mi-tsv-changed.exp
10368 * gdb.trace/no-attach-trace.exp
10369 * gdb.trace/packetlen.exp
10370 * gdb.trace/passc-dyn.exp
10371 * gdb.trace/passcount.exp
10372 * gdb.trace/pending.exp
10373 * gdb.trace/pr16508.exp
10374 * gdb.trace/qtro.exp
10375 * gdb.trace/range-stepping.exp
10376 * gdb.trace/read-memory.exp
10377 * gdb.trace/report.exp
10378 * gdb.trace/save-trace.exp
10379 * gdb.trace/signal.exp
10380 * gdb.trace/stap-trace.exp
10381 * gdb.trace/status-stop.exp
10382 * gdb.trace/strace.exp
10383 * gdb.trace/tfile.exp
10384 * gdb.trace/tfind.exp
10385 * gdb.trace/trace-break.exp
10386 * gdb.trace/trace-condition.exp
10387 * gdb.trace/trace-enable-disable.exp
10388 * gdb.trace/trace-mt.exp
10389 * gdb.trace/tracecmd.exp
10390 * gdb.trace/tracefile-pseudo-reg.exp
10391 * gdb.trace/tspeed.exp
10392 * gdb.trace/tstatus.exp
10393 * gdb.trace/tsv.exp
10394 * gdb.trace/unavailable.exp
10395 * gdb.trace/while-dyn.exp
10396 * gdb.trace/while-stepping.exp
10397 * lib/gdb-guile.exp
10398 * lib/gdb.exp
10399 * lib/mi-support.exp
10400 * lib/pascal.exp
10401 * lib/perftest.exp
10402 * lib/prelink-support.exp
10403 * lib/selftest-support.exp
10404
10405 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10406
10407 * Makefile.in: Include disable-implicit-rules.mk.
10408
10409 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10410
10411 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10412 non-byte-aligned bit fields.
10413
10414 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10415
10416 PR gdb/12616
10417 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10418 respects the DW_AT_data_bit_offset attribute.
10419
10420 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10421
10422 * gdb.base/default.exp: Fix output of "set language".
10423
10424 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10425
10426 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10427 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10428 make.
10429 * configure.ac: Remove checks for the make program.
10430 * configure: Re-generate.
10431
10432 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10433
10434 * gdb.python/py-recurse-unwind.c (main): Add loop.
10435 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10436 to read_register() and gdb.parse_and_eval(). Make each code
10437 call a separate case that can be individually tested.
10438 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10439 proc. Call cont_and_backtrace for each of the code paths that
10440 we want to test in the unwinder.
10441
10442 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10443
10444 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10445 the definition of struct S.
10446
10447 2016-11-11 Catherine Moore <clm@codesourcery.com>
10448
10449 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10450
10451 2016-11-09 Pedro Alves <palves@redhat.com>
10452
10453 * gdb.base/commands.exp (runto_or_return): New procedure.
10454 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10455 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10456 (progvar_simple_while_test, progvar_complex_if_while_test)
10457 (if_while_breakpoint_command_test)
10458 (infrun_breakpoint_command_test, breakpoint_command_test)
10459 (user_defined_command_test, watchpoint_command_test)
10460 (test_command_prompt_position, redefine_hook_test)
10461 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10462 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10463 multi_line_input and multi_line. Remove gdb_expect and
10464 gdb_stop_suppressing_tests uses.
10465 * lib/gdb.exp (valnum_re): New global.
10466 (multi_line_input): New procedure.
10467
10468 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10469
10470 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10471 Remove.
10472 (test_setup): Define with proc_with_prefix.
10473 (test_cli_inferior): Likewise.
10474 (test_cli_thread): Likewise.
10475 (test_cli_frame): Likewise.
10476 (test_cli_select_frame): Likewise.
10477 (test_cli_up_down): Likewise.
10478 (test_mi_thread_select): Likewise.
10479 (test_mi_stack_select_frame): Likewise.
10480 (test_cli_in_mi_inferior): Likewise.
10481 (test_cli_in_mi_thread): Likewise.
10482 (test_cli_in_mi_frame): Likewise.
10483 (top level): Do not use with_test_prefix_procname.
10484
10485 2016-11-09 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.base/commands.exp (gdbvar_simple_if_test)
10488 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10489 (progvar_simple_if_test, progvar_simple_while_test)
10490 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10491 (infrun_breakpoint_command_test, breakpoint_command_test)
10492 (user_defined_command_test, watchpoint_command_test)
10493 (test_command_prompt_position, deprecated_command_test)
10494 (bp_deleted_in_command, temporary_breakpoint_commands)
10495 (stray_arg0_test, source_file_with_indented_comment)
10496 (recursive_source_test, if_commands_test)
10497 (error_clears_commands_left, redefine_hook_test)
10498 (redefine_backtrace_test): Use proc_with_prefix.
10499 * lib/gdb.exp (proc_with_prefix): New proc.
10500
10501 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10502
10503 * gdb.base/tui-layout.c: New file.
10504 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10505 disassembly window contains very long lines.
10506
10507 2016-11-08 Tom Tromey <tom@tromey.com>
10508
10509 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10510 depend on Python 2.
10511
10512 2016-11-08 Tom Tromey <tom@tromey.com>
10513
10514 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10515 New method.
10516
10517 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10518
10519 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10520
10521 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10522
10523 * gdb.rust/simple.rs: Add test for univariant enums without
10524 discriminants and for encoded struct-like enums.
10525
10526 2016-10-28 Pedro Alves <palves@redhat.com>
10527
10528 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10529 gdb_test_multiple, tighten regexps and match symtabs and line
10530 tables incrementally.
10531
10532 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10533
10534 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10535 general.
10536
10537 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10538
10539 * gdb.base/exec-invalid-sysroot.exp: New file.
10540
10541 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10542
10543 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10544
10545 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10546
10547 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10548
10549 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10550
10551 * gdb.base/killed-outside.exp: Remove $options from a call to
10552 `prepare_for_testing'.
10553
10554 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10555
10556 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10557 Change test message.
10558
10559 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10560
10561 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10562 Update comment.
10563
10564 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10565
10566 * gdb.trace/mi-trace-save.exp: New file.
10567
10568 2016-10-13 Yao Qi <yao.qi@linaro.org>
10569
10570 * gdb.base/code_elim.exp (get_var_address): Remove.
10571 * gdb.base/relocate.exp: Likewise.
10572 * gdb.base/shreloc.exp: Likewise.
10573 * lib/gdb.exp (get_var_address): New.
10574
10575 2016-10-13 Yao Qi <yao.qi@linaro.org>
10576
10577 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10578 floating point tests if $skip_float_test is false.
10579
10580 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10581
10582 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10583 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10584 argc values.
10585 Add 1 to argc so we guarantee distinct initial/modified argc values.
10586
10587 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10588
10589 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10590
10591 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10592
10593 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10594 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10595 * gdb.arch/vsx-regs.exp: Likewise.
10596
10597 2016-10-07 Yao Qi <yao.qi@linaro.org>
10598
10599 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10600
10601 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10602
10603 * gdb.python/python.exp: Test decode_line("*0").
10604
10605 2016-10-06 Doug Evans <dje@google.com>
10606
10607 * gdb.python/py-value.exp (test_value_creation): Add test for large
10608 unsigned 64-bit value.
10609
10610 2016-10-06 Tom Tromey <tom@tromey.com>
10611
10612 * gdb.compile/compile.exp: Change java tests to rust.
10613 * gdb.base/setshow.exp: Change java tests to rust.
10614 * gdb.base/default.exp: Remove java from language list.
10615 * README (Examples): Update language example.
10616 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10617 test.
10618 * lib/gdb.exp (skip_java_tests): Remove.
10619 * lib/java.exp: Remove.
10620 * gdb.java: Remove.
10621
10622 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10623
10624 * gdb.arch/mips-fcr.exp: New test.
10625 * gdb.arch/mips-fcr.c: Source for the new test.
10626
10627 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10628
10629 * gdb.base/solib-disc.exp: Use `standard_output_file'
10630 throughout.
10631
10632 2016-10-06 Pedro Alves <palves@redhat.com>
10633
10634 * gdb.base/jit-simple-dl.c: New file.
10635 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10636 * gdb.base/jit-simple.c: ... this.
10637 * gdb.base/jit-simple.exp (jit_run): Delete.
10638 (build_jit): New proc.
10639 (jit_test_reread): Recompile either the main program or the shared
10640 library, depending on what is being tested. Skip changing address
10641 if caller wants to. Compare before/after addresses. If testing
10642 standalone, explicitly load the binary. Test "maint info
10643 breakpoints".
10644 (top level): Add "standalone vs shared lib" and "change address"
10645 vs "same address" axes.
10646
10647 2016-10-06 Pedro Alves <palves@redhat.com>
10648
10649 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10650 call.
10651 (jit_run): Delete.
10652 (jit_test_reread): Use with_test_prefix. Reload the main binary
10653 explicitly. Compare the before/after addresses of the JIT
10654 descriptor.
10655
10656 2016-08-15 Doug Evans <dje@google.com>
10657
10658 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10659 for single bitfields is bool.
10660 * gdb.xml/tdesc-regs.exp: Ditto.
10661
10662 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10663
10664 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10665
10666 2016-10-05 Yao Qi <yao.qi@linaro.org>
10667
10668 * lib/gdb.exp (support_complex_tests): Return zero if
10669 gdb_skip_float_test return true.
10670
10671 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10672 Simon Marchi <simon.marchi@ericsson.com>
10673
10674 PR gdb/20487
10675 * gdb.mi/user-selected-context-sync.exp: New file.
10676 * gdb.mi/user-selected-context-sync.c: New file.
10677
10678 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10679 Simon Marchi <simon.marchi@ericsson.com>
10680
10681 PR gdb/20487
10682 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10683 =thread-select-event check.
10684
10685 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10686
10687 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10688 the compulsory L operand changes.
10689 * gdb.arch/powerpc-power.s: Likewise.
10690
10691 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10692
10693 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10694 * gdb.base/jit-attach-pie.c: New file.
10695 * gdb.base/jit-attach-pie.exp: New file.
10696
10697 2016-09-28 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.base/infcall-input.c: New file.
10700 * gdb.base/infcall-input.exp: New file.
10701
10702 2016-09-22 Yao Qi <yao.qi@linaro.org>
10703
10704 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10705 (gdb_exit): Rename it to ...
10706 (gdbserver_gdb_exit): ... Close GDBserver.
10707 (gdb_exit): New proc, call gdbserver_gdb_exit.
10708 (mi_gdb_exit): Likewise.
10709
10710 2016-09-22 Yao Qi <yao.qi@linaro.org>
10711
10712 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10713 path.
10714 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10715 Remove duplication.
10716
10717 2016-09-22 Yao Qi <yao.qi@linaro.org>
10718
10719 * lib/gdbserver-support.exp: Check the existence of
10720 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10721
10722 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10723
10724 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10725
10726 2016-09-21 Tom Tromey <tom@tromey.com>
10727
10728 PR gdb/20604:
10729 * gdb.base/quit.exp: New file.
10730
10731 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10732
10733 * .gitignore: New file.
10734
10735 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10736
10737 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10738 throughout.
10739
10740 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10741
10742 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10743
10744 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10745
10746 * gdb.cp/casts.cc (decltype): Move it ...
10747 (main): ... with its call to ...
10748 * gdb.cp/casts03.cc: ... a new file.
10749 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10750
10751 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10752
10753 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10754
10755 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10756
10757 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10758 and sync up the test with tests in gas/testsuite/gas/ppc.
10759 * gdb.arch/powerpc-power.exp: Likewise.
10760
10761 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10762
10763 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10764
10765 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10766 Jan Kratochvil <jan.kratochvil@redhat.com>
10767
10768 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10769 make m1's definition to be different from m2's. Use 'dummy' as an
10770 argument for probe 'two'.
10771
10772 2016-09-10 Jon Beniston <jon@beniston.com>
10773
10774 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10775 for sim target.
10776
10777 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10778
10779 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10780 variable declaration.
10781 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10782 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10783 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10784 received HWCAP as its argument.
10785
10786 2016-09-06 Pedro Alves <palves@redhat.com>
10787
10788 * gdb.base/new-ui-pending-input.c: New file.
10789 * gdb.base/new-ui-pending-input.exp: New file.
10790 * gdb.exp (clear_gdb_spawn_id): New procedure.
10791 (with_spawn_id): Check whether gdb_spawn_id exists before
10792 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10793 on exit.
10794
10795 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10796
10797 * gdb.base/float128.c: New file.
10798 * gdb.base/float128.exp: Likewise.
10799 * gdb.base/floatn.c: Likewise.
10800 * gdb.base/floatn.exp: Likewise.
10801
10802 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10803
10804 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10805
10806 2016-09-05 Pedro Alves <palves@redhat.com>
10807
10808 PR backtrace/19927
10809 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10810 unwinders are immediately called as side effect of "source" or
10811 "disable unwinder" commands.
10812 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10813
10814 2016-09-02 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10817 is true and $type is "float" or "double".
10818
10819 2016-09-02 Yao Qi <yao.qi@linaro.org>
10820
10821 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10822 true.
10823 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10824 * gdb.base/call-rt-st.exp: Likewise.
10825 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10826 return value instead of gdb,skip_float_test.
10827 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10828 (do_function_calls): Use its return value instead of
10829 gdb,skip_float_test.
10830 * gdb.base/finish.exp: Likewise.
10831 * gdb.base/funcargs.exp: Likewise.
10832 * gdb.base/return.exp: Likewise.
10833 * gdb.base/return2.exp: Likewise.
10834 * gdb.base/varargs.exp: Likewise.
10835 * lib/gdb.exp (gdb_skip_float_test): Change it to
10836 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10837
10838 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10839
10840 * gdb.multi/tids.exp: Test "thread apply all".
10841
10842 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10843
10844 * gdb.base/default.exp (tty): Remove.
10845
10846 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10847
10848 * gdb.python/py-recurse-unwind.c: New file.
10849 * gdb.python/py-recurse-unwind.py: New file.
10850 * gdb.python/py-recurse-unwind.exp: New file.
10851
10852 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10853
10854 * gdb.base/set-inferior-tty.exp: New file.
10855 * gdb.base/set-inferior-tty.c: New file.
10856
10857 2016-08-23 Pedro Alves <palves@redhat.com>
10858
10859 PR gdb/20494
10860 * gdb.base/new-ui-echo.c: New file.
10861 * gdb.base/new-ui-echo.exp: New file.
10862
10863 2016-08-23 Yao Qi <yao.qi@linaro.org>
10864
10865 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10866 gdbserver_spawn.
10867 * gdb.server/connect-without-multi-process.exp (do_test):
10868 Likewise.
10869
10870 2016-08-23 Yao Qi <yao.qi@linaro.org>
10871
10872 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10873 standalone_txt. Delete gdb_txt and standalone_txt on host
10874 and target. Spawn the binary on target. Copy files from
10875 target to host.
10876
10877 2016-08-22 Pedro Alves <palves@redhat.com>
10878
10879 PR gdb/20505
10880 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10881 with_test_prefix. Factor out bits to ...
10882 (test_no_vdso): ... this new procedure.
10883
10884 2016-08-19 Carl Love <cel@us.ibm.com>
10885
10886 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10887 maintaining separate logic for constructing the output path.
10888 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10889 * gdb.arch/ppc-dfp.exp: Likewise.
10890 * gdb.arch/ppc-fp.exp: Likewise.
10891 * gdb.arch/vsx-regs.exp: Likewise.
10892 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10893 binprefix for generating the additional binary files.
10894
10895 2016-08-19 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.trace/mi-trace-frame-collected.exp
10898 (test_trace_frame_collected): On x32, expect two registers.
10899
10900 2016-08-18 Carl Love <cel@us.ibm.com>
10901
10902 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10903 and sync up the test with tests in gas/testsuite/gas/ppc.
10904 * gdb.arch/powerpc-power.exp: Likewise.
10905
10906 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10907
10908 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10909 expected error message.
10910
10911 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10912
10913 * gdb.multi/remove-inferiors.exp: New file.
10914 * gdb.multi/remove-inferiors.c: New file.
10915
10916 2016-08-12 Yao Qi <yao.qi@linaro.org>
10917
10918 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10919 argument list.
10920
10921 2016-08-10 Pedro Alves <palves@redhat.com>
10922
10923 PR gdb/19187
10924 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10925 setup_kfails.
10926
10927 2016-08-09 Pedro Alves <palves@redhat.com>
10928 Simon Marchi <simon.marchi@ericsson.com>
10929
10930 PR gdb/20418
10931 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10932 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10933
10934 2016-08-09 Pedro Alves <palves@redhat.com>
10935
10936 PR mi/20431
10937 * gdb.mi/mi-cmd-error.exp: New file.
10938
10939 2016-08-09 Pedro Alves <palves@redhat.com>
10940
10941 PR gdb/18653
10942 * gdb.base/signals-state-child.c: New file.
10943 * gdb.base/signals-state-child.exp: New file.
10944 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10945
10946 2016-08-09 Pedro Alves <palves@redhat.com>
10947
10948 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10949
10950 2016-08-03 Tom Tromey <tom@tromey.com>
10951
10952 PR python/18565:
10953 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10954
10955 2016-08-01 Yao Qi <yao.qi@linaro.org>
10956
10957 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10958 variable mode to "multi-process" if $multi_process is 1, otherwise
10959 set it to "single-process".
10960
10961 2016-08-01 Yao Qi <yao.qi@linaro.org>
10962
10963 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10964 * gdb.cp/cpexprs.exp: Likewise.
10965 * gdb.cp/m-static.exp: Likewise.
10966
10967 2016-07-26 Tom Tromey <tom@tromey.com>
10968
10969 PR python/20190:
10970 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10971 test.
10972
10973 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10974
10975 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10976 selecting assembly source files.
10977 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10978 assembly source files.
10979 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10980 assembly source files.
10981 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10982 selecting assembly source files.
10983
10984 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10985
10986 * gdb.base/new-ui.exp (do_test_invalid_args): New
10987 procedure.
10988
10989 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10990
10991 * gdb.btrace/reconnect.c: New file.
10992 * gdb.btrace/reconnect.exp: New file.
10993
10994 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10995
10996 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10997 to test_catch_syscall_group.
10998 (test_catch_syscall_group): New.
10999
11000 2016-07-21 Tom Tromey <tom@tromey.com>
11001
11002 * gdb.rust/simple.rs (main): Use empty struct expression.
11003 * gdb.rust/simple.exp: Add tests for empty struct expression.
11004
11005 2016-07-21 Yao Qi <yao.qi@linaro.org>
11006
11007 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11008 if gdb_skip_xml_test is true on some targets.
11009
11010 2016-07-21 Yao Qi <yao.qi@linaro.org>
11011
11012 * gdb.server/solib-list.exp: Unset last_loaded_file.
11013
11014 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11015
11016 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11017 "step into captured_main (args)".
11018
11019 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11020
11021 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11022
11023 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11024
11025 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11026
11027 2016-07-19 Pedro Alves <palves@redhat.com>
11028
11029 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11030 * gdb.opt/inline-bt.exp: Likewise.
11031 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11032 additional_flags=-Winline.
11033 * gdb.opt/inline-locals.exp: Likewise.
11034 * gdb.opt/inline-markers.c (ATTR): Define.
11035 (inlined_fn): Use it.
11036
11037 2016-07-19 Yao Qi <yao.qi@linaro.org>
11038
11039 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11040 (test_with_self): Remove some code. Remove argument executable.
11041 (top-level): Use do_self_tests.
11042
11043 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11044 Don Breazeal <donb@codesourcery.com>
11045
11046 * gdb.base/maint.exp: Escape paths used in regular expressions.
11047 * gdb.stabs/weird.exp: Likewise.
11048
11049 2016-07-13 Tom Tromey <tom@tromey.com>
11050
11051 PR python/15620, PR python/18620:
11052 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11053 (test_bkpt_events): New procs.
11054
11055 2016-07-13 Tom Tromey <tom@tromey.com>
11056
11057 PR python/17698:
11058 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11059 test.
11060 (test_watchpoints): Likewise.
11061 (test_bkpt_pending): New proc.
11062
11063 2016-07-13 Tom Tromey <tom@tromey.com>
11064
11065 PR cli/18053:
11066 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11067 completion test.
11068
11069 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11070
11071 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11072 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11073 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11074 f_label.
11075 (g): Rename g_end_lbl to g_label.
11076 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11077 low_pc and high_pc.
11078 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11079
11080 2016-07-12 Tom Tromey <tom@tromey.com>
11081
11082 PR python/19293:
11083 * gdb.python/py-unwind-maint.exp: Update tests.
11084
11085 2016-07-12 Yao Qi <yao.qi@linaro.org>
11086
11087 * lib/selftest-support.exp (selftest_setup): Match the output
11088 when captured_main is inlined.
11089
11090 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11091
11092 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11093 New variables.
11094 (print this%a, print this%b, print this): New tests.
11095 * gdb.fortran/derived-types.f90 (this): New object and
11096 initialization.
11097
11098 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11099
11100 * gdb.ada/arraydim.exp: Remove extra directory level in build
11101 directory.
11102
11103 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11104
11105 * lib/ada.exp: Remove extra directory level in build directory.
11106 * gdb.ada/cond_lang.exp: Likewise.
11107 * gdb.ada/exec_changed.exp: Likewise.
11108 * gdb.ada/lang_switch.exp: Likewise.
11109
11110 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11111
11112 * simple.rs: Add test for raw pointer subscripting.
11113 * simple.exp: Add test expectations.
11114
11115 2016-07-05 Yao Qi <yao.qi@linaro.org>
11116
11117 * gdb.mi/mi-reverse.exp: Match =record-started output.
11118
11119 2016-07-01 Pedro Alves <palves@redhat.com>
11120
11121 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11122 procedure.
11123 (jit_reader_test): Test the jit reader's unwinder.
11124 * gdb.base/jithost.c (jit_function_00_code): New global.
11125 (main): Use memcpy to fill in the mmapped code, instead of poking
11126 bytes manually here.
11127 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11128 value.
11129 (read_debug_info): Save the function's range.
11130 (read_sp): New function.
11131 (unwind_frame): Use it. Also unwind RBP.
11132 (get_frame_id): Use read_sp.
11133 (gdb_init_reader): Use calloc instead of malloc.
11134 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11135 parameter. Use gdb_test_multiple.
11136
11137 2016-07-01 Pedro Alves <palves@redhat.com>
11138 Antoine Tremblay <antoine.tremblay@ericsson.com>
11139
11140 * gdb.threads/process-dies-while-detaching.c: New file.
11141 * gdb.threads/process-dies-while-detaching.exp: New file.
11142
11143 2016-07-01 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.multi/watchpoint-multi-exit.c: New file.
11146 * gdb.multi/watchpoint-multi-exit.exp: New file.
11147
11148 2016-06-30 Pedro Alves <palves@redhat.com>
11149
11150 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11151 unset inferior_spawn_id.
11152
11153 2016-06-30 Pedro Alves <palves@redhat.com>
11154
11155 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11156 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11157
11158 2016-06-29 Yao Qi <yao.qi@linaro.org>
11159
11160 * gdb.base/return.c: Add copyright header.
11161
11162 2016-06-29 Tom Tromey <tom@tromey.com>
11163
11164 PR python/20129:
11165 * gdb.python/py-framefilter.exp: Add tests for setting priority
11166 and disabling of non-existent frame filter.
11167
11168 2016-06-29 Yao Qi <yao.qi@linaro.org>
11169
11170 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11171 0x0f07ff.
11172
11173 2016-06-28 Yao Qi <yao.qi@linaro.org>
11174
11175 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11176 triplets. Start gdb, execute catch syscall, and continue. Check
11177 gdb's output to determine catch syscall is supported.
11178
11179 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11180
11181 * gdb.rust/simple.rs: Add test for returning unit in a function.
11182 * gdb.rust/simple.exp: Add expectation for functions returning
11183 unit.
11184
11185 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11186
11187 * gdb.python/py-breakpoint-create-fail.c,
11188 gdb.python/py-breakpoint-create-fail.exp,
11189 gdb.python/py-breakpoint-create-fail.py: New testcase.
11190
11191 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11192
11193 PR gdb/20239
11194 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11195 * gdb.rust/simple.exp: Add test expectations for new NonZero
11196 tests.
11197
11198 2016-06-24 David Taylor <dtaylor@emc.com>
11199
11200 * gdb.base/offsets.exp: New file.
11201 * gdb.base/offsets.c: New file.
11202
11203 2016-06-23 Tom Tromey <tom@tromey.com>
11204
11205 PR gdb/16483:
11206 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11207 before any filters are loaded.
11208
11209 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11210
11211 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11212 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11213 structs.
11214 * gdb.fortran/derived-type-function.exp: New file.
11215 * gdb.fortran/derived-type-function.f90: New file.
11216
11217
11218 2016-06-21 Pedro Alves <palves@redhat.com>
11219
11220 * gdb.base/new-ui.exp: New file.
11221 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11222 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11223 (with_spawn_id): New procedure.
11224
11225 2016-06-21 Pedro Alves <palves@redhat.com>
11226
11227 * gdb.mi/mi-exec-run.exp: New file.
11228
11229 2016-06-21 Pedro Alves <palves@redhat.com>
11230
11231 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11232 breakpoint command's output on the main UI.
11233 (test_break): New procedure, factored out from calls in the top
11234 level.
11235 (top level): Use foreach_with_prefix to test MI as main UI and as
11236 separate UI.
11237
11238 2016-06-21 Pedro Alves <palves@redhat.com>
11239
11240 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11241 (test_awatch_creation_and_listing)
11242 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11243 Remove 'type' parameter.
11244 (test_watchpoint_all): New parameter mi_mode. Remove
11245 with_test_prefix.
11246 (top level): Use foreach_with_prefix, and add main/separate UI MI
11247 testing axis.
11248
11249 2016-06-21 Pedro Alves <palves@redhat.com>
11250
11251 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11252 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11253 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11254 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11255 (gdb_main_spawn_id, mi_spawn_id): Declare and
11256 comment.
11257 (mi_create_inferior_pty): New procedure,
11258 factored out from default_mi_gdb_start.
11259 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11260 procedures.
11261 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11262 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11263 Use mi_create_inferior_pty.
11264 (mi_gdb_start): Use eval to pass down args list.
11265
11266 2016-06-21 Pedro Alves <palves@redhat.com>
11267
11268 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11269 * gdb.opt/inline-cmds.exp: Add MI tests.
11270
11271 2016-06-21 Pedro Alves <palves@redhat.com>
11272
11273 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11274
11275 2016-06-21 Pedro Alves <palves@redhat.com>
11276
11277 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11278 (top level): Use it instead of mi_execute_to.
11279
11280 2016-06-21 Pedro Alves <palves@redhat.com>
11281
11282 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11283 (cont_handler_str): New.
11284 (signal_stop_handler): Set stop_handler_str instead of printing to
11285 stdout.
11286 (continue_handler): Set cont_handler_str instead of printing to
11287 stdout.
11288 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11289 mi_send_resuming_command. Print stop_handler_str and
11290 cont_handler_str instead of expecting the python events print
11291 directly.
11292
11293 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11294
11295 * gdb.base/jit-reader.exp: New file.
11296 * gdb.base/jithost.c: New file.
11297 * gdb.base/jithost.h: New file.
11298 * gdb.base/jitreader.c : New file.
11299 * gdb.base/jit-protocol.h: New file.
11300
11301 2016-06-17 Yao Qi <yao.qi@linaro.org>
11302
11303 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11304 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11305 and detach-on-fork. Adjust tests.
11306 (top level): Invoke break_cond_on_syscall with combinations of
11307 syscall, follow-fork-mode and detach-on-fork.
11308
11309 2016-06-17 Yao Qi <yao.qi@linaro.org>
11310
11311 * gdb.base/step-over-exit.c: New.
11312 * gdb.base/step-over-exit.exp: New.
11313
11314 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11315
11316 * gdb.base/float.exp: Add target check for nds32*-*-*.
11317 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11318
11319 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11320
11321 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11322 for unsupported target features.
11323 * gdb.base/call-rt-st.exp: Likewise.
11324 * gdb.base/call-sc.exp: Likewise.
11325 * gdb.base/call-signal-resume.exp: Likewise.
11326 * gdb.base/call-strs.exp: Likewise.
11327 * gdb.base/callexit.exp: Likewise.
11328 * gdb.base/callfuncs.exp: Likewise.
11329 * gdb.base/nodebug.exp: Likewise.
11330 * gdb.base/printcmds.exp: Likewise.
11331 * gdb.base/ptype.exp: Likewise.
11332 * gdb.base/structs.exp: Likewise.
11333 * gdb.base/unwindonsignal.exp: Likewise.
11334 * gdb.cp/gdb2495.exp: Likewise.
11335 * gdb.cp/templates.exp: Likewise.
11336 * gdb.cp/virtfunc.exp: Likewise.
11337 * gdb.threads/hand-call-in-threads.exp: Likewise.
11338 * gdb.threads/interrupted-hand-call.exp: Likewise.
11339 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11340
11341 2016-06-10 Tom Tromey <tom@tromey.com>
11342
11343 PR rust/20110:
11344 * gdb.rust/expr.exp: Add test for integer constant larger than
11345 i32.
11346
11347 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11348
11349 * gdb.fortran/nested-funcs.exp: New.
11350 * gdb.fortran/nested-funcs.f90: New.
11351
11352 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11353
11354 * gdb.base/examine-backward.c: New file.
11355 * gdb.base/examine-backward.exp: New file.
11356
11357 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11358
11359 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11360 matching.
11361
11362 2016-06-02 Tom Tromey <tom@tromey.com>
11363
11364 PR python/18984:
11365 * gdb.python/py-shared.exp: Add solib_name test.
11366
11367 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11368
11369 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11370
11371 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11372
11373 PR c++/19893
11374 * gdb.dwarf2/implref.exp: Rename to...
11375 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11376 * gdb.dwarf2/implref-array.c: New file.
11377 * gdb.dwarf2/implref-array.exp: Likewise.
11378 * gdb.dwarf2/implref-global.c: Likewise.
11379 * gdb.dwarf2/implref-global.exp: Likewise.
11380 * gdb.dwarf2/implref-struct.c: Likewise.
11381 * gdb.dwarf2/implref-struct.exp: Likewise.
11382
11383 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11384
11385 * gdb.trace/trace-condition.exp: Add 64bit tests.
11386
11387 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11388
11389 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11390 bits types.
11391 (main): Adapt to 8 to 64 bits types.
11392 * gdb.trace/trace-condition.exp: Add new tests.
11393
11394 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11395
11396 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11397
11398 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11399
11400 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11401 Move condition tests...
11402 * gdb.trace/trace-condition.exp: Here.
11403
11404 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11405
11406 * gdb.trace/trace-condition.exp: Add counter-case tests.
11407
11408 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11409
11410 PR c++/15231
11411 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11412 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11413
11414 2016-05-27 Pedro Alves <palves@redhat.com>
11415
11416 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11417 New procedure.
11418 (top level): Call it, and bail out of DejaGnu is known to be bad.
11419
11420 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11421
11422 * gdb.base/whatis.c: Extend the test case.
11423 * gdb.base/whatis.exp: Add additional tests.
11424
11425 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11426
11427 * gdb.fortran/type.f90: Add pointer variable.
11428 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11429
11430 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11431
11432 * gdb.fortran/vla-type.exp: Fix testcase name.
11433
11434 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11435
11436 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11437
11438 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11439
11440 * gdb.fortran/type.f90: Add nested structures.
11441 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11442 * gdb.fortran/derived-type.exp: Adapt expected output.
11443 * gdb.fortran/vla-type.exp: Adapt expected output.
11444
11445 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11446
11447 * gdb.fortran/whatis_type.exp: Adapt expected output.
11448
11449 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11450
11451 * gdb.fortran/print_type.exp: Fix expected output.
11452 * gdb.fortran/whatis_type.exp: Fix expected output.
11453
11454 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11455
11456 * gdb.fortran/whatis_type.exp: Use multi_line.
11457
11458 2016-05-24 Tom Tromey <tom@tromey.com>
11459
11460 PR python/17386:
11461 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11462 use value as an index.
11463
11464 2016-05-23 Tom Tromey <tom@tromey.com>
11465
11466 PR python/17981:
11467 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11468 no-breakpoint case.
11469
11470 2016-05-24 Pedro Alves <palves@redhat.com>
11471
11472 PR gdb/19828
11473 * gdb.threads/clone-attach-detach.c: New file.
11474 * gdb.threads/clone-attach-detach.exp: New file.
11475
11476 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11477
11478 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11479
11480 2016-05-23 Tom Tromey <tom@tromey.com>
11481
11482 PR python/19438, PR python/18393:
11483 * gdb.python/py-progspace.exp: Add "dir" test.
11484 * gdb.python/py-objfile.exp: Add "dir" test.
11485
11486 2016-05-23 Yao Qi <yao.qi@linaro.org>
11487
11488 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11489 * gdb.arch/thumb2-it.exp: Likewise.
11490
11491 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11492
11493 * gdb.mi/mi-threads-interrupt.c: New file.
11494 * gdb.mi/mi-threads-interrupt.exp: New file.
11495
11496 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11497
11498 PR gdb/18077
11499 * gdb.mi/mi-async-run.exp: New file.
11500 * gdb.mi/mi-async-run.c: New file.
11501
11502 2016-05-17 Tom Tromey <tom@tromey.com>
11503 Manish Goregaokar <manishsmail@gmail.com>
11504
11505 * lib/rust-support.exp: New file.
11506 * lib/gdb.exp (skip_rust_tests): New proc.
11507 (build_executable_from_specs): Handle rust.
11508 * lib/future.exp (gdb_find_rustc): New proc.
11509 (gdb_default_target_compile): Handle rust.
11510 * gdb.rust/expr.exp: New file.
11511 * gdb.rust/generics.exp: New file.
11512 * gdb.rust/generics.rs: New file.
11513 * gdb.rust/methods.exp: New file.
11514 * gdb.rust/methods.rs: New file.
11515 * gdb.rust/modules.exp: New file.
11516 * gdb.rust/modules.rs: New file.
11517 * gdb.rust/simple.exp: New file.
11518 * gdb.rust/simple.rs: New file.
11519
11520 2016-05-17 Tom Tromey <tom@tromey.com>
11521
11522 * gdb.base/default.exp (set language): Add rust.
11523
11524 2016-05-17 Tom Tromey <tom@tromey.com>
11525
11526 * gdb.gdb/unittest.exp: New file.
11527
11528 2016-05-16 Yao Qi <yao.qi@linaro.org>
11529
11530 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11531 shell_prompt. Update shell_prompt_re.
11532
11533 2016-05-12 Doug Evans <dje@google.com>
11534
11535 PR symtab/19999
11536 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11537 $options when building executable.
11538 * gdb.dwarf2/fission-loclists-pie.S: New file.
11539 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11540
11541 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11542
11543 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11544 of [is_remote target],
11545
11546 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11547
11548 * lib/gdb.exp (use_gdb_stub): New procedure.
11549
11550 2016-05-03 Yunlian Jiang <yunlian@google.com>
11551 Doug Evans <dje@google.com>
11552
11553 PR symtab/19914
11554 * gdb.dwarf2/dwp-sepdebug.c: New file.
11555 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11556
11557 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11558
11559 * gdb.base/detach.exp: Remove is_remote check.
11560
11561 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11562
11563 * gdb.base/annota-input-while-running.exp: Don't check for
11564 [is_remote target]. Enable annotations after running to main.
11565 Remove unused "set test..." line.
11566
11567 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11568
11569 * gdb.trace/trace-enable-disable.exp: New file.
11570 * gdb.trace/trace-enable-disable.c: New file.
11571
11572 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11573
11574 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11575 use it in info sharedlibrary test.
11576 * gdb.trace/ftrace-lock.exp: Likewise.
11577 * gdb.trace/ftrace.exp: Likewise.
11578 * gdb.trace/range-stepping.exp: Likewise.
11579 * gdb.trace/trace-break.exp: Likewise.
11580 * gdb.trace/trace-condition.exp: Likewise.
11581 * gdb.trace/trace-mt.exp: Likewise.
11582
11583 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11584
11585 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11586 (gdb_load_shlib): ... this.
11587 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11588 gdb_load_shlib.
11589 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11590 * gdb.base/ctxobj.exp: Likewise.
11591 * gdb.base/dprintf-pending.exp: Likewise.
11592 * gdb.base/dso2dso.exp: Likewise.
11593 * gdb.base/fixsection.exp: Likewise.
11594 * gdb.base/gcore-relro.exp: Likewise.
11595 * gdb.base/gdb1555.exp: Likewise.
11596 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11597 * gdb.base/gnu-ifunc.exp: Likewise.
11598 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11599 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11600 * gdb.base/pending.exp: Likewise.
11601 * gdb.base/print-file-var.exp: Likewise.
11602 * gdb.base/print-symbol-loading.exp: Likewise.
11603 * gdb.base/shlib-call.exp: Likewise.
11604 * gdb.base/shreloc.exp: Likewise.
11605 * gdb.base/so-impl-ld.exp: Likewise.
11606 * gdb.base/solib-disc.exp: Likewise.
11607 * gdb.base/solib-nodir.exp: Likewise.
11608 * gdb.base/solib-overlap.exp: Likewise.
11609 * gdb.base/solib-symbol.exp: Likewise.
11610 * gdb.base/solib-weak.exp (do_test): Likewise.
11611 * gdb.base/sym-file.exp: Likewise.
11612 * gdb.base/symtab-search-order.exp: Likewise.
11613 * gdb.base/type-opaque.exp: Likewise.
11614 * gdb.base/unload.exp: Likewise.
11615 * gdb.base/watchpoint-solib.exp: Likewise.
11616 * gdb.compile/compile.exp: Likewise.
11617 * gdb.cp/gdb2384.exp: Likewise.
11618 * gdb.cp/infcall-dlopen.exp: Likewise.
11619 * gdb.cp/re-set-overloaded.exp: Likewise.
11620 * gdb.fortran/library-module.exp: Likewise.
11621 * gdb.opt/solib-intra-step.exp: Likewise.
11622 * gdb.python/py-finish-breakpoint.exp: Likewise.
11623 * gdb.python/py-shared.exp: Likewise.
11624 * gdb.reverse/solib-precsave.exp: Likewise.
11625 * gdb.reverse/solib-reverse.exp: Likewise.
11626 * gdb.server/solib-list.exp: Likewise.
11627 * gdb.threads/dlopen-libpthread.exp: Likewise.
11628 * gdb.threads/tls-shared.exp: Likewise.
11629 * gdb.threads/tls-so_extern.exp: Likewise.
11630 * gdb.trace/change-loc.exp: Likewise.
11631 * gdb.trace/ftrace-lock.exp: Likewise.
11632 * gdb.trace/ftrace.exp: Likewise.
11633 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11634 * gdb.trace/pending.exp: Likewise.
11635 * gdb.trace/range-stepping.exp: Likewise.
11636 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11637 (strace_info_marker): Likewise.
11638 (strace_probe_marker): Likewise.
11639 (strace_trace_on_same_addr): Likewise.
11640 (strace_trace_on_diff_addr): Likewise.
11641 * gdb.trace/trace-break.exp: Likewise.
11642 * gdb.trace/trace-condition.exp: Likewise.
11643 * gdb.trace/trace-mt.exp: Likewise.
11644
11645 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11646
11647 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11648 result of gdb_remote_download.
11649 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11650 * gdb.base/dso2dso.exp: Likewise.
11651 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11652 * gdb.base/print-file-var.exp: Likewise.
11653 * gdb.base/shlib-call.exp: Likewise.
11654 * gdb.base/shreloc.exp: Likewise.
11655 * gdb.base/solib-overlap.exp: Likewise.
11656 * gdb.base/solib-weak.exp (do_test): Likewise.
11657 * gdb.base/unload.exp: Likewise.
11658
11659 2016-04-27 Yao Qi <yao.qi@linaro.org>
11660
11661 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11662 exists.
11663
11664 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11665
11666 * vla-type.exp: Print structure from toplevel.
11667
11668 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11669
11670 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11671 of dynamic types.
11672 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11673 of dynamic types.
11674
11675 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11676
11677 * gdb.fortran/vla-type.f90: New file.
11678 * gdb.fortran/vla-type.exp: New file.
11679
11680 2016-04-25 Yao Qi <yao.qi@linaro.org>
11681
11682 * gdb.base/branch-to-self.c: New file.
11683 * gdb.base/branch-to-self.exp: New file.
11684
11685 2016-04-22 Yao Qi <yao.qi@linaro.org>
11686
11687 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11688 more after $hex.
11689
11690 2016-04-22 Yao Qi <yao.qi@linaro.org>
11691
11692 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11693 * gdb.base/annota3.exp: Likewise.
11694
11695 2016-04-22 Yao Qi <yao.qi@linaro.org>
11696
11697 * gdb.reverse/step-precsave.exp: Do one step and test program
11698 stops in "callee" and do multiple steps until program goes out
11699 of "callee".
11700 * gdb.reverse/step-reverse.exp: Likewise.
11701
11702 2016-04-22 Yao Qi <yao.qi@linaro.org>
11703
11704 * gdb.trace/signal.exp: Also pass if
11705 $tracepoint_hits($i) > $iterations.
11706
11707 2016-04-22 Yao Qi <yao.qi@linaro.org>
11708
11709 * gdb.trace/signal.c: New file.
11710 * gdb.trace/signal.exp: New file.
11711
11712 2016-04-19 Doug Evans <xdje42@gmail.com>
11713
11714 * gdb.base/bad-file.exp: New file.
11715
11716 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11717
11718 * gdb.dwarf2/implref.exp: New file.
11719
11720 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11721
11722 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11723 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11724 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11725 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11726 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11727 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11728 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11729 * lib/fortran.exp (fortran_int4): New procedure.
11730 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11731 (fortran_logical4): Likewise.
11732
11733 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11734
11735 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11736
11737 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11738
11739 * lib/compiler.c: Add Intel specific preprocessor macros.
11740 * lib/compiler.cc: Likewise.
11741
11742 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11743
11744 * gdb.server/connect-with-no-symbol-file.c: New file.
11745 * gdb.server/connect-with-no-symbol-file.exp: New file.
11746
11747 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11748
11749 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11750
11751 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11752
11753 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11754 standard output directory.
11755
11756 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11757
11758 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11759
11760 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11761
11762 * gdb.btrace/instruction_history.c (loop): Add declaration.
11763
11764 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11765
11766 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11767
11768 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11769
11770 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11771 parentheses to print.
11772 (continue_handler): Likewise.
11773
11774 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11775
11776 * gdb.server/solib-list.exp: Remove is_remote check.
11777 Pass shlib= to gdb_compile. Don't link shared library with
11778 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11779 Run binary filename through "readlink -f" on the target.
11780
11781 2016-04-08 Pedro Alves <palves@redhat.com>
11782
11783 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11784 interpreter filename as argument to gdbserver_spawn.
11785 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11786 Return empty if $last_loaded_file does not exist.
11787
11788 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11789
11790 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11791 * gdb.base/jit-main.c: Use exit after usage.
11792
11793 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11794
11795 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11796 GDBHISTSIZE prior to the tests.
11797 * gdb.base/gdbinit-history.exp: Likewise.
11798
11799 2016-04-07 Pedro Alves <palves@redhat.com>
11800
11801 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11802 instead of build_executable. Use gdb_load_shlibs.
11803
11804 2016-04-07 Yao Qi <yao.qi@linaro.org>
11805
11806 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11807 Execute "si" command.
11808
11809 2016-04-07 Yao Qi <yao.qi@linaro.org>
11810
11811 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11812 number instead of the comments on some line.
11813
11814 2016-04-06 Don Breazeal <donb@codesourcery.com>
11815
11816 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11817 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11818
11819 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11820
11821 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11822 standard_output_file. Remove unused binfile variable.
11823
11824 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11825
11826 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11827 * gdb.python/py-mi-objfile.exp: Match "list main" output
11828 in console format.
11829
11830 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11831
11832 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11833 absolute.
11834
11835 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11836
11837 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11838 absolute.
11839 * gdb.trace/ftrace.exp: Likewise.
11840 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11841 targets as well.
11842 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11843 (gdb_load_shlibs): Copy libraries to test directory when testing
11844 natively. Only set solib-search-path if testing remotely.
11845 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11846
11847 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11848
11849 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11850 gdb_download. Use it even if the target is not remote.
11851 * gdb.base/jit.exp (compile_jit_test): Likewise.
11852 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11853 output directory if the destination board is local, otherwise use
11854 the standard remote_download from DejaGnu.
11855 (gdb_download): Remove.
11856 (gdb_load_shlibs): Use gdb_remote_download instead of
11857 gdb_download.
11858 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11859 Use gdb_remote_download instead of gdb_download. Use it even if
11860 the target is not remote.
11861 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11862 instead of gdb_download.
11863
11864 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11865
11866 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11867 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11868 run.
11869
11870 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11871
11872 PR gdb/19820
11873 * gdb.base/printcmds.exp: Add artificial arrays tests.
11874
11875 2016-03-31 Pedro Alves <palves@redhat.com>
11876
11877 PR gdb/19858
11878 * gdb.base/jit-main.c: Include unistd.h.
11879 (ATTACH): Define to 0 if not already defined.
11880 (wait_for_gdb, mypid): New globals.
11881 (WAIT_FOR_GDB): New macro.
11882 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11883 some breakpoint locations.
11884 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11885 New procedures.
11886 (one_jit_test): Add REATTACH parameter, and handle it. Use
11887 continue_to_test_location.
11888 (top level): Test attach, and adjusts calls to one_jit_test.
11889
11890 2016-03-31 Pedro Alves <palves@redhat.com>
11891
11892 PR gdb/19858
11893 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11894 BINSUFFIX parameter, and handle it.
11895 (top level): Adjust calls compile_jit_test.
11896
11897 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11898
11899 PR python/19743
11900 * gdb.python/py-mi-events-gdb.py: New file.
11901 * gdb.python/py-mi-events.c: New file.
11902 * gdb.python/py-mi-events.exp: New file.
11903
11904 2016-03-30 Yao Qi <yao.qi@linaro.org>
11905
11906 * gdb.reverse/until-precsave.exp: Match function name only.
11907 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11908 Move malloc to a condition block.
11909 * gdb.reverse/until-reverse.exp: Match function name only.
11910
11911 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11912
11913 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11914 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11915 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11916 variable for GPR 0 instead of assuming it is register 0.
11917 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11918 * lib/trace-support.exp: Add s390 registers.
11919
11920 2016-03-29 Yao Qi <yao.qi@linaro.org>
11921
11922 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11923
11924 2016-03-24 Yao Qi <yao.qi@linaro.org>
11925
11926 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11927 test message.
11928
11929 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11930
11931 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11932 maintaining separate logic for constructing the output path.
11933
11934 2016-03-16 Don Breazeal <donb@codesourcery.com>
11935
11936 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11937 Retry fork and waitpid on interrupted system call errors.
11938 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11939 Use with_timeout_factor to increase timeout by factor of 10.
11940
11941 2016-03-15 Don Breazeal <donb@codesourcery.com>
11942
11943 * gdb.cp/scope-err.cc: New test program.
11944 * gdb.cp/scope-err.exp: New test script.
11945 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11946 lines and "set breakpoint here" comment.
11947 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11948 Fixed some whitespace and format issues.
11949 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11950 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11951
11952 2016-03-15 Doug Evans <dje@google.com>
11953
11954 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11955 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11956 All callers updated. Add tests for enums, mixed flags register.
11957
11958 2016-03-15 Doug Evans <dje@google.com>
11959
11960 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11961 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11962
11963 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11964
11965 * gdb.base/default.exp: Add $_as_string to the list of expected
11966 convenience functions.
11967
11968 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11969
11970 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11971
11972 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11973
11974 * gdb.python/py-as-string.exp: New file.
11975 * gdb.python/py-as-string.c: New file.
11976
11977 2016-03-09 Pedro Alves <palves@redhat.com>
11978
11979 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11980 signal" -> "Thread NN received signal" output change.
11981 * gdb.threads/ia64-sigill.exp: Likewise.
11982 * gdb.threads/linux-dp.exp: Likewise.
11983 * gdb.threads/manythreads.exp: Likewise.
11984 * gdb.threads/pending-step.exp: Likewise.
11985 * gdb.threads/print-threads.exp: Likewise.
11986 * gdb.threads/sigstep-threads.exp: Likewise.
11987 * gdb.threads/staticthreads.exp: Likewise.
11988 * gdb.threads/tls.exp: Likewise.
11989
11990 2016-03-09 Pedro Alves <palves@redhat.com>
11991
11992 * gdb.base/command-line-input.exp: New file.
11993
11994 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11995
11996 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11997 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11998 * gdb.trace/pending.exp: Accept leading dot before function name.
11999 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12000 * lib/trace-support.exp: Set registers for ppc.
12001
12002 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12003
12004 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12005 use it for disassembly; accept .main in addition to main in backtrace.
12006
12007 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12008 Marcin Kościelnicki <koriakin@0x04.net>
12009
12010 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12011 (gdb_recursion_test_ptr): New global variable.
12012 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12013 gdb_recursion_test.
12014 (gdb_c_test): Ditto.
12015
12016 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12017
12018 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12019 ordering.
12020
12021 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12022
12023 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12024 (bar): Add bar_start_lbl label.
12025 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12026 of foo/bar for emitting DWARF and tracing.
12027
12028 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12029
12030 * analyze-racy-logs.py: Set executable bit.
12031
12032 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12033
12034 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12035 (CHECK_TARGET_TMP): Likewise.
12036 (check-single-racy): New rule.
12037 (check-parallel-racy): Likewise.
12038 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12039 (do-check-parallel-racy): New rule.
12040 (check-racy/%.exp): Likewise.
12041 * README (Racy testcases): New section.
12042 * analyze-racy-logs.py: New file.
12043
12044 2016-03-03 Doug Evans <dje@google.com>
12045
12046 * gdb.base/skip.exp: Use with_test_prefix.
12047
12048 2016-03-03 Yao Qi <yao.qi@linaro.org>
12049
12050 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12051 Invoke step_over_syscall "clone" and break_cond_on_syscall
12052 "clone".
12053 * gdb.base/step-over-clone.c: New file.
12054
12055 2016-03-03 Yao Qi <yao.qi@linaro.org>
12056
12057 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12058 code format.
12059
12060 2016-03-03 Yao Qi <yao.qi@linaro.org>
12061
12062 * gdb.base/disp-step-fork.c: Rename to ...
12063 * gdb.base/step-over-fork.c: ... it. New file.
12064 * gdb.base/disp-step-vfork.c: Rename to ...
12065 * gdb.base/step-over-vfork.c: ... it. New file.
12066 * gdb.base/disp-step-syscall.exp: Rename to ...
12067 * gdb.base/step-over-syscall.exp: ... it. New file.
12068 (disp_step_cross_syscall): Rename to ...
12069 (step_over_syscall): ... it.
12070
12071 2016-03-03 Yao Qi <yao.qi@linaro.org>
12072
12073 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12074 If target supports condition evaluation on target, invoke
12075 break_cond_on_syscall for fork and vfork.
12076
12077 2016-03-03 Yao Qi <yao.qi@linaro.org>
12078
12079 * gdb.base/disp-step-syscall.exp: Don't invoke
12080 support_displaced_stepping.
12081 (disp_step_cross_syscall): Test with displaced stepping off and
12082 on if supported.
12083
12084 2016-03-03 Yao Qi <yao.qi@linaro.org>
12085
12086 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12087 proc.
12088 (setup): New proc.
12089 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12090 and setup.
12091
12092 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12093
12094 * gdb.fortran/vla-history.exp: Remove breakpoint.
12095
12096 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12097
12098 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12099 exceeds timeout.
12100
12101 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12102
12103 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12104 breakpoint.
12105
12106 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12107
12108 * gdb.mi/vla.f90: Nullify pointer after declaration.
12109
12110 2016-03-01 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12113
12114 2016-03-01 Pedro Alves <palves@redhat.com>
12115
12116 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12117 before anything else.
12118 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12119 _GNU_SOURCE here.
12120 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12121 before anything else.
12122 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12123
12124 2016-03-01 Pedro Alves <palves@redhat.com>
12125
12126 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12127
12128 2016-03-01 Yao Qi <yao.qi@linaro.org>
12129
12130 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12131 prepare_for_testing.
12132
12133 2016-03-01 Yao Qi <yao.qi@linaro.org>
12134
12135 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12136
12137 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12138
12139 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12140 manually constructing the output path.
12141
12142 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12143
12144 * gdb.arch/s390-stackless.S: New.
12145 * gdb.arch/s390-stackless.exp: New.
12146
12147 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12148
12149 * gdb.dlang/circular.c: New file.
12150 * gdb.dlang/circular.exp: New file.
12151
12152 2016-02-26 Yao Qi <yao.qi@linaro.org>
12153
12154 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12155 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12156 (testcases): Update.
12157
12158 2016-02-26 Yao Qi <yao.qi@linaro.org>
12159
12160 * gdb.reverse/aarch64.c: Rename to ...
12161 * gdb.reverse/insn-reverse.c: ... it.
12162 * gdb.reverse/aarch64.exp: Rename to ...
12163 * gdb.reverse/insn-reverse.exp: ... it.
12164
12165 2016-02-26 Yao Qi <yao.qi@linaro.org>
12166
12167 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12168 (testcase_ftype): New.
12169 (testcases): New array.
12170 (n_testcases): New.
12171 (main): Call each element in testcases.
12172 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12173 (read_testcase): New.
12174 Do the tests in a loop.
12175
12176 2016-02-25 Yao Qi <yao.qi@linaro.org>
12177
12178 * gdb.base/branches.c: Remove.
12179
12180 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12181
12182 PR gdb/13808
12183 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12184
12185 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12186
12187 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12188
12189 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12190
12191 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12192 change x86_64 call_insn to 'callq'.
12193
12194 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12195
12196 * gdb.trace/tfile-avx.c: Move to...
12197 * gdb.trace/tracefile-pseudo-reg.c: Here.
12198 * gdb.trace/tfile-avx.exp: Move to...
12199 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12200
12201 2016-02-24 Gary Benson <gbenson@redhat.com>
12202
12203 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12204 message on attach.
12205
12206 2016-02-23 Doug Evans <dje@google.com>
12207
12208 * gdb.base/skip.c (test_skip): New function.
12209 (end_test_skip_file_and_function): New function.
12210 (test_skip_file_and_function): New function.
12211 * gdb.base/skip1.c (test_skip): New function.
12212 (skip1_test_skip_file_and_function): New function.
12213 * gdb.base/skip.exp: Add tests for new skip options.
12214 * gdb.base/skip-solib.exp: Update expected output.
12215 * gdb.perf/skip-command.cc: New file.
12216 * gdb.perf/skip-command.exp: New file.
12217 * gdb.perf/skip-command.py: New file.
12218
12219 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12220
12221 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12222 info registers pattern.
12223
12224 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12225
12226 * lib/future.exp: Add D support.
12227 (gdb_find_gdc): New proc.
12228 (gdb_default_target_compile): Add D support.
12229
12230 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12231
12232 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12233 user+system time.
12234 (trace_speed_test): Determine the iteration count for a time
12235 between 15..30 seconds.
12236
12237 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12238
12239 * gdb.arch/i386-mpx-sigsegv.c: New file.
12240 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12241 * gdb.arch/i386-mpx-simple_segv.c: New file.
12242 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12243
12244 2016-02-18 Yao Qi <yao.qi@linaro.org>
12245
12246 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12247 Don't call setup_kfail.
12248
12249 2016-02-18 Yao Qi <yao.qi@linaro.org>
12250
12251 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12252 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12253
12254 2016-02-16 Doug Evans <dje@google.com>
12255
12256 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12257 * gdb.base/skip1.c: Ditto.
12258 * gdb.base/skip.exp: Whitespace cleanup.
12259
12260 2016-02-16 Don Breazeal <donb@codesourcery.com>
12261
12262 PR remote/19496
12263 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12264 Remove kfail for PR remote/19496.
12265
12266 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12267
12268 * lib/gdb.exp (standard_temp_file): Return a path specific to
12269 the runtest invocation.
12270
12271 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12272
12273 * gdb.trace/save-trace.exp: Change relative path to be in the
12274 standard output directory.
12275
12276 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12277
12278 * gdb.arch/i386-prologue.c: Add missing prototypes.
12279
12280 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12281
12282 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12283 * gdb.arch/i386-prologue.exp: Likewise.
12284 * gdb.arch/i386-size.exp: Likewise.
12285
12286 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12287
12288 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12289 define object file path.
12290 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12291 file path.
12292 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12293 standard_output_file to define binfile.
12294
12295 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12296
12297 Fix compatibility with recent gfortran-5.3.1.
12298 * gdb.fortran/vla-history.exp (print vla1 allocated)
12299 (print vla2 allocated, print $2, print $3): Remove
12300 (print $4): Rename to ...
12301 (print $2): ... here.
12302 (print $9): Rename to ...
12303 (print $5): ... here.
12304 (print $10): Rename to ...
12305 (print $6): ... here.
12306 * gdb.fortran/vla.f90: Add pvla initialization.
12307
12308 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12309
12310 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12311 New test.
12312 * gdb.fortran/vla-value-sub.exp: Likewise.
12313
12314 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12315
12316 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12317
12318 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12319
12320 * i386-biarch-core.exp: Define corefile using
12321 standard_output_file.
12322
12323 2016-02-12 Yao Qi <yao.qi@linaro.org>
12324
12325 * gdb.arch/arm-single-step-kernel-helper.c: New.
12326 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12327
12328 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12329
12330 * gdb.btrace/tailcall-only.exp: New.
12331 * gdb.btrace/tailcall-only.c: New.
12332 * gdb.btrace/x86_64-tailcall-only.S: New.
12333 * gdb.btrace/i686-tailcall-only.S: New.
12334
12335 2016-02-11 Pedro Alves <palves@redhat.com>
12336
12337 * README (Parallel testing): Add missing double quotes.
12338
12339 2016-02-11 Pedro Alves <palves@redhat.com>
12340
12341 * README (Parallel testing): New section.
12342 (GDB_PARALLEL): Rewrite.
12343 (FORCE_PARALLEL): Document.
12344
12345 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12346
12347 * gdb.trace/tfile-avx.c: New test.
12348 * gdb.trace/tfile-avx.exp: New test.
12349
12350 2016-02-09 Keith Seitz <keiths@redhat.com>
12351
12352 PR breakpoints/19546
12353 * gdb.base/infcall-exec.c: New file.
12354 * gdb.base/infcall-exec2.c: New file.
12355 * gdb.base/infcall-exec.exp: New file.
12356
12357 2016-02-09 Keith Seitz <keiths@redhat.com>
12358
12359 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12360 (toplevel): Call test_bkpt_address.
12361
12362 2016-02-09 Keith Seitz <keiths@redhat.com>
12363
12364 PR python/19506
12365 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12366 (toplevel): Call test_bkpt_address.
12367
12368 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12369
12370 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12371 to AC_OUTPUT.
12372 * configure: Regenerate.
12373
12374 2016-02-09 Pedro Alves <palves@redhat.com>
12375
12376 PR breakpoints/19548
12377 * gdb.base/execl-update-breakpoints.c (some_function): New
12378 function.
12379 (main): Call it.
12380 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12381 Tighten expected GDB output.
12382
12383 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12384
12385 * Makefile.in (ALL_SUBDIRS): Remove.
12386 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12387 (distclean maintainer-clean realclean): Likewise.
12388 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12389 * configure: Regenerate.
12390 * gdb.ada/Makefile.in: Delete.
12391 * gdb.arch/Makefile.in: Likewise.
12392 * gdb.asm/Makefile.in: Likewise.
12393 * gdb.base/Makefile.in: Likewise.
12394 * gdb.btrace/Makefile.in: Likewise.
12395 * gdb.cell/Makefile.in: Likewise.
12396 * gdb.compile/Makefile.in: Likewise.
12397 * gdb.cp/Makefile.in: Likewise.
12398 * gdb.disasm/Makefile.in: Likewise.
12399 * gdb.dlang/Makefile.in: Likewise.
12400 * gdb.dwarf2/Makefile.in: Likewise.
12401 * gdb.fortran/Makefile.in: Likewise.
12402 * gdb.gdb/Makefile.in: Likewise.
12403 * gdb.go/Makefile.in: Likewise.
12404 * gdb.guile/Makefile.in: Likewise.
12405 * gdb.java/Makefile.in: Likewise.
12406 * gdb.linespec/Makefile.in: Likewise.
12407 * gdb.mi/Makefile.in: Likewise.
12408 * gdb.modula2/Makefile.in: Likewise.
12409 * gdb.multi/Makefile.in: Likewise.
12410 * gdb.objc/Makefile.in: Likewise.
12411 * gdb.opencl/Makefile.in: Likewise.
12412 * gdb.opt/Makefile.in: Likewise.
12413 * gdb.pascal/Makefile.in: Likewise.
12414 * gdb.perf/Makefile.in: Likewise.
12415 * gdb.python/Makefile.in: Likewise.
12416 * gdb.reverse/Makefile.in: Likewise.
12417 * gdb.server/Makefile.in: Likewise.
12418 * gdb.stabs/Makefile.in: Likewise.
12419 * gdb.threads/Makefile.in: Likewise.
12420 * gdb.trace/Makefile.in: Likewise.
12421 * gdb.xml/Makefile.in: Likewise.
12422 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12423 GDB_PARALLEL.
12424 (standard_output_file): Remove check for GDB_PARALLEL, always
12425 return path in outputs/$subdir/$testname.
12426
12427 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12428
12429 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12430 (site.exp): Assign abs_srcdir to tcl's srcdir.
12431
12432 2016-02-04 Yao Qi <yao.qi@linaro.org>
12433
12434 * gdb.base/foll-exec-mode.c: Include limits.h.
12435 (main): Add parameters argc and argv. Get directory from
12436 argv[0].
12437 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12438 compilation.
12439 * gdb.base/foll-exec.c: Include limits.h.
12440 (main): Add parameters argc and argv.
12441 Get directory from argv[0].
12442 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12443 Adjust tests on the number of lines as source code changed.
12444 * gdb.base/foll-vfork-exit.c: Include limits.h.
12445 (main): Add one line of statement before vfork.
12446 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12447 (main): Add parameters argc and argv. Get directory from
12448 argv[0].
12449 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12450 (setup_gdb): Set tbreak to skip some source lines.
12451 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12452 (main): Add parameters argc and argv. Get directory from
12453 argv[0].
12454 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12455 compilation.
12456 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12457 (main): Add parameters argc and argv. Get directory from
12458 argv[0].
12459 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12460 compilation.
12461
12462 2016-02-01 Doug Evans <dje@google.com>
12463
12464 * gdb.base/skip.exp: Clean up multiple references to same test name.
12465
12466 2016-02-01 Pedro Alves <palves@redhat.com>
12467
12468 PR remote/19496
12469 * gdb.threads/forking-threads-plus-breakpoint.exp
12470 (displaced_stepping_supported): New global.
12471 (probe_displaced_stepping_support): New procedure.
12472 (do_test): Add 'displaced' parameter, and use it.
12473 (top level): Check for displaced stepping support. Add displaced
12474 stepping on/off testing axis.
12475
12476 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12477
12478 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12479 pointer. Don't perform further tests on the unassociated pointer
12480 if the first test fails.
12481
12482 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12483
12484 * gdb.base/max-value-size.c: New file.
12485 * gdb.base/max-value-size.exp: New file.
12486 * gdb.base/huge.exp: Disable max-value-size for this test.
12487
12488 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12489
12490 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12491
12492 2016-01-28 Yao Qi <yao.qi@linaro.org>
12493
12494 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12495
12496 2016-01-25 Pedro Alves <palves@redhat.com>
12497
12498 PR threads/19461
12499 * gdb.base/fork-running-state.c: New file.
12500 * gdb.base/fork-running-state.exp: New file.
12501
12502 2016-01-25 Pedro Alves <palves@redhat.com>
12503
12504 PR gdb/19494
12505 * gdb.base/catch-fork-kill.c: New file.
12506 * gdb.base/catch-fork-kill.exp: New file.
12507
12508 2016-01-25 Pedro Alves <palves@redhat.com>
12509
12510 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12511 Delete, moved to lib/gdb.exp.
12512 * gdb.threads/forking-threads-plus-breakpoint.exp
12513 (foreach_with_prefix): Likewise.
12514 * gdb.threads/process-dies-while-handling-bp.exp
12515 (foreach_with_prefix): Likewise.
12516 * lib/gdb.exp (foreach_with_prefix): New procedure.
12517
12518 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12519
12520 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12521 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12522
12523 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12524
12525 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12526 endian targets.
12527
12528 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12529 Pedro Alves <palves@redhat.com>
12530
12531 Fix testsuite compatibility with Guile.
12532 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12533 number.
12534
12535 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12536
12537 Fix testsuite compatibility with Guile.
12538 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12539 (thread 1): New test for backtrace through signal handler.
12540
12541 2016-01-22 Yao Qi <yao.qi@linaro.org>
12542
12543 PR testsuite/19491
12544 * gdb.base/multi-forks.c: Include
12545 ../lib/unbuffer_output.c
12546 (main): Call gdb_unbuffer_output.
12547
12548 2016-01-21 Doug Evans <dje@google.com>
12549
12550 * lib/ada.exp (gdb_compile_ada): Fix typo.
12551
12552 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12553
12554 * gdb.base/break-fun-addr.exp: New file.
12555 * gdb.base/break-fun-addr1.c: New file.
12556 * gdb.base/break-fun-addr2.c: New file.
12557
12558 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12559
12560 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12561 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12562 enum flag values.
12563
12564 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12565
12566 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12567 when GDB can not set the vector return value. Add more comments
12568 for clarification.
12569
12570 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12571
12572 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12573 command.
12574
12575 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12576
12577 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12578
12579 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12580
12581 * Makefile.in (check-single): Pass --status to runtest.
12582 (check/%.exp): Likewise.
12583
12584 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12585
12586 * Makefile.in (check-parallel): Propagate return code from make
12587 do-check-parallel.
12588
12589 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12590
12591 * gdb.trace/ftrace.exp: Fix expected message on continue.
12592 * gdb.trace/pending.exp: Fix expected message on continue.
12593 * gdb.trace/trace-break.exp: Fix expected message on continue.
12594
12595 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12596
12597 * lib/gdb.exp (gdb_test): Remove unused global references.
12598
12599 2016-01-18 Pedro Alves <palves@redhat.com>
12600
12601 * gdb.base/async-shell.exp: Adjust expected output.
12602 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12603 * gdb.base/siginfo-thread.exp: Adjust expected output.
12604 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12605 * gdb.java/jnpe.exp: Adjust expected output.
12606 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12607 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12608 * gdb.threads/leader-exit.exp: Adjust expected output.
12609 * gdb.threads/manythreads.exp: Adjust expected output.
12610 * gdb.threads/pthreads.exp: Adjust expected output.
12611 * gdb.threads/schedlock.exp: Adjust expected output.
12612 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12613 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12614 expected output.
12615 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12616 output.
12617 * gdb.threads/sigthread.exp: Adjust expected output.
12618 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12619
12620 2016-01-18 Yao Qi <yao.qi@linaro.org>
12621
12622 * gdb.guile/scm-section-script.c: Replace @progbits with
12623 %progbits.
12624 * gdb.python/py-section-script.c: Likewise.
12625
12626 2016-01-15 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.multi/tids.exp: Test star wildcard ranges.
12629
12630 2016-01-15 Pedro Alves <palves@redhat.com>
12631
12632 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12633 command from "thread apply" invocation.
12634 (thr_apply_info_thr_invalid): Default the expected output to the
12635 input tid list.
12636 (top level): Add tests that use convenience variables. Add tests
12637 for "thread apply" with a valid TID list, but missing the command.
12638
12639 2016-01-13 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.base/default.exp: Expect $_gthread as well.
12642 * gdb.multi/tids.exp: Test $_gthread.
12643 * gdb.threads/thread-specific.exp: Test $_gthread.
12644
12645 2016-01-13 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.multi/tids.exp: Test "info threads -gid".
12648
12649 2016-01-13 Pedro Alves <palves@redhat.com>
12650
12651 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12652 Breakpoint.thread.
12653 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12654
12655 2016-01-07 Pedro Alves <palves@redhat.com>
12656
12657 * gdb.base/break.exp: Adjust to output changes.
12658 * gdb.base/hbreak2.exp: Likewise.
12659 * gdb.base/sepdebug.exp: Likewise.
12660 * gdb.base/watch_thread_num.exp: Likewise.
12661 * gdb.linespec/keywords.exp: Likewise.
12662 * gdb.multi/info-threads.exp: Likewise.
12663 * gdb.threads/thread-find.exp: Likewise.
12664 * gdb.multi/tids.c: New file.
12665 * gdb.multi/tids.exp: New file.
12666
12667 2016-01-13 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12670
12671 2016-01-13 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.base/default.exp: Expect $_inferior as well.
12674 * gdb.multi/base.exp: Test $_inferior.
12675
12676 2016-01-13 Pedro Alves <palves@redhat.com>
12677
12678 PR breakpoints/19388
12679 * gdb.base/catch-signal-siginfo-cond.c: New file.
12680 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12681
12682 2016-01-12 Josh Stone <jistone@redhat.com>
12683 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12684
12685 * gdb.base/catch-syscall.c (do_execve): New variable.
12686 (main): Conditionally trigger an execve.
12687 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12688 (test_catch_syscall_execve): New, check entry/return across execve.
12689 (do_syscall_tests): Call test_catch_syscall_execve.
12690
12691 2016-01-12 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.base/random-signal.exp (do_test): New procedure, with body
12694 of testcase moved in.
12695
12696 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12697 Pedro Alves <palves@redhat.com>
12698
12699 * gdb.base/funcargs.exp (finish from indirectly called function):
12700 Reintroduce the case for 'First'.
12701
12702 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12703 Pedro Alves <palves@redhat.com>
12704
12705 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12706 (tcatch_vfork_then_child_follow_exec)
12707 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12708 identification.
12709
12710 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12711
12712 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12713 and repeats to unlimited.
12714 * gdb.python/py-value.exp: Likewise.
12715 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12716 and repeats to unlimited.
12717
12718 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12719
12720 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12721 and reordering the functions.
12722 * gdb.multi/hangout.c: Likewise.
12723 * gdb.multi/hello.c: Likewise.
12724
12725 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12726
12727 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12728 absolute.
12729 (SingleStatisticTestResult.report): Use dict.keys instead of
12730 dict.iterkeys.
12731
12732 2016-01-06 Pedro Alves <palves@redhat.com>
12733
12734 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12735
12736 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12737
12738 * gdb.btrace/dlopen.exp: New.
12739 * gdb.btrace/dlopen.c: New.
12740 * gdb.btrace/dlopen-dso.c: New.
12741
12742 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12743
12744 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12745 PATTERN argument is optional.
12746
12747 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12748
12749 * lib/ada.exp (target_compile_ada_from_dir): New function.
12750 (gdb_compile_ada): Reimplement avoiding the use of project files.
12751 * gdb.ada/gnat_ada.gpr: Delete.
12752 * gdb.ada/cond_lang.exp: Adjust test to make path before
12753 filename optional.
12754 * gdb.ada/small_reg_param.exp: Likewise.
12755
12756 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12757
12758 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12759
12760 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12761
12762 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12763 case.
12764
12765 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12766
12767 * gdb.base/break.exp: Remove dead code.
12768 * gdb.base/sepdebug.exp: Likewise.
12769
12770 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12771
12772 * gdb.asm/asm-source.exp: Remove HP-UX references.
12773 * gdb.base/annota1.exp: Likewise.
12774 * gdb.base/annota3.exp: Likewise.
12775 * gdb.base/attach.exp: Likewise.
12776 * gdb.base/bigcore.exp: Likewise.
12777 * gdb.base/break.exp: Likewise.
12778 * gdb.base/call-ar-st.exp: Likewise.
12779 * gdb.base/callfuncs.exp: Likewise.
12780 * gdb.base/catch-fork-static.exp: Likewise.
12781 * gdb.base/display.exp: Likewise.
12782 * gdb.base/foll-exec-mode.exp: Likewise.
12783 * gdb.base/foll-exec.exp: Likewise.
12784 * gdb.base/foll-fork.exp: Likewise.
12785 * gdb.base/foll-vfork.exp: Likewise.
12786 * gdb.base/funcargs.exp: Likewise.
12787 * gdb.base/hbreak2.exp: Likewise.
12788 * gdb.base/inferior-died.exp: Likewise.
12789 * gdb.base/interrupt.exp: Likewise.
12790 * gdb.base/multi-forks.exp: Likewise.
12791 * gdb.base/nodebug.exp: Likewise.
12792 * gdb.base/sepdebug.exp: Likewise.
12793 * gdb.base/solib1.c: Likewise.
12794 * gdb.base/step-test.exp: Likewise.
12795 * gdb.mi/non-stop.c: Likewise.
12796 * gdb.mi/pthreads.c: Likewise.
12797 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12798 * gdb.threads/pthreads.c: Likewise.
12799 * gdb.threads/staticthreads.exp: Likewise.
12800 * lib/future.exp: Likewise.
12801 * lib/gdb.exp: Likewise.
12802 * gdb.base/so-indr-cl.c: Remove.
12803 * gdb.base/so-indr-cl.exp: Likewise.
12804 * gdb.base/solib.c: Likewise.
12805 * gdb.base/solib.exp: Likewise.
12806 * gdb.base/solib2.c: Likewise.
12807
12808 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12809
12810 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12811 * gdb.base/call-ar-st.exp: Likewise.
12812 * gdb.base/callfuncs.exp: Likewise.
12813 * gdb.base/condbreak.exp: Likewise.
12814 * gdb.base/constvars.exp: Likewise.
12815 * gdb.base/hbreak2.exp: Likewise.
12816 * gdb.base/langs.exp: Likewise.
12817 * gdb.base/list.exp: Likewise.
12818 * gdb.base/long_long.exp: Likewise.
12819 * gdb.base/ptype.exp: Likewise.
12820 * gdb.base/scope.exp: Likewise.
12821 * gdb.base/signals.exp: Likewise.
12822 * gdb.base/so-impl-ld.exp: Likewise.
12823 * gdb.base/varargs.exp: Likewise.
12824 * gdb.base/volatile.exp: Likewise.
12825 * gdb.base/whatis.exp: Likewise.
12826 * gdb.cp/cplusfuncs.exp: Likewise.
12827 * gdb.cp/inherit.exp: Likewise.
12828 * gdb.cp/local.exp: Likewise.
12829 * gdb.cp/member-ptr.exp: Likewise.
12830 * gdb.cp/method.exp: Likewise.
12831 * gdb.cp/overload.exp: Likewise.
12832 * gdb.cp/templates.exp: Likewise.
12833 * gdb.stabs/weird.exp: Likewise.
12834 * lib/compiler.c: Likewise.
12835 * lib/compiler.cc: Likewise.
12836 * lib/cp-support.exp: Likewise.
12837 * lib/gdb.exp: Likewise.
12838
12839 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12840
12841 * configure.ac: Remove HP-UX case.
12842 * configure: Regenerate.
12843
12844 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12845
12846 * lib/gdb.exp (gdb_compile): Add function doc.
12847
12848 2015-12-17 Pedro Alves <palves@redhat.com>
12849
12850 PR threads/19354
12851 * gdb.multi/info-threads.exp: New file.
12852
12853 2015-12-15 Yao Qi <yao.qi@linaro.org>
12854
12855 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12856 is aarch64*-*-*.
12857
12858 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12859
12860 * gdb.base/history-duplicates.exp: Skip if no readline support.
12861
12862 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12863
12864 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12865
12866 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12867
12868 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12869
12870 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12871
12872 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12873 ctrl-C if nointerrupts target property is set.
12874 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12875 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12876 * gdb.base/paginate-bg-execution.exp: Likewise.
12877 * gdb.base/paginate-execution-startup.exp: Likewise.
12878 * gdb.base/random-signal.exp: Likewise.
12879 * gdb.base/range-stepping.exp: Likewise.
12880 * gdb.cp/annota2.exp: Likewise.
12881 * gdb.cp/annota3.exp: Likewise.
12882 * gdb.gdb/selftest.exp: Likewise.
12883 * gdb.threads/continue-pending-status.exp: Likewise.
12884 * gdb.threads/leader-exit.exp: Likewise.
12885 * gdb.threads/manythreads.exp: Likewise.
12886 * gdb.threads/pthreads.exp: Likewise.
12887 * gdb.threads/schedlock.exp: Likewise.
12888 * gdb.threads/sigthread.exp: Likewise.
12889
12890 2015-12-11 Don Breazeal <donb@codesourcery.com>
12891
12892 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12893 remote.
12894 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12895 * gdb.base/foll-exec.exp (main): Enable for target remote.
12896 * gdb.base/foll-fork.exp (main): Likewise.
12897 * gdb.base/foll-vfork.exp (main): Likewise.
12898 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12899 (proc continue_to_exit_bp_loc): Use clean_restart.
12900 * gdb.base/pie-execl.exp (main): Disable for target remote.
12901 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12902 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12903 * gdb.threads/execl.exp (main): Likewise.
12904 * gdb.threads/fork-child-threads.exp (main): Likewise.
12905 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12906 remote.
12907 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12908 remote.
12909 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12910 pid.tid style ptids, instead of just tid.
12911 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12912 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12913 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12914 ptids, instead of just tid.
12915
12916 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12917
12918 * gdb.base/list.exp (test_list_forward): Add end of file error
12919 test.
12920 (test_repeat_list_command): Add end of file error test.
12921 (test_list_backwards): Add beginning of file error test.
12922
12923 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12924
12925 * gdb.base/list.exp (test_list_invalid_args): New function,
12926 defined, and called.
12927
12928 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12929
12930 * gdb.base/list.exp (test_list): Make test names unique.
12931
12932 2015-12-11 Yao Qi <yao.qi@linaro.org>
12933
12934 * gdb.base/coremaker2.c: Remove.
12935
12936 2015-12-10 Pedro Alves <palves@redhat.com>
12937
12938 * gdb.multi/base.exp: Remove stale "spaces" references.
12939
12940 2015-12-10 Pedro Alves <palves@redhat.com>
12941
12942 * gdb.multi/base.exp: Don't use nowarnings.
12943 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12944 * gdb.multi/hangout.c: Include stdio.h.
12945 * gdb.multi/hello.c: Include stdlib.h.
12946 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12947 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12948 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12949
12950 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12951
12952 * gdb.dwarf2/dw2-ranges-base.c: New file.
12953 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12954 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12955 support additional line table, and debug ranges generation.
12956 (Dwarf::ranges): New function, generate .debug_ranges.
12957 (Dwarf::lines): Support generating simple line table programs.
12958 (Dwarf::assemble): Initialise new namespace variables.
12959
12960 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12961
12962 * gdb.base/async.exp (proc test_background): Add case for
12963 asynchronous execution not supported.
12964
12965 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12966
12967 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12968 format and change test names to make them unique.
12969
12970 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12971 Pedro Alves <pedro@redhat.com>
12972
12973 PR gdb/18702
12974 Add checking of floatformats setup on x86_64 hosts.
12975 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12976 (smallval, bigval): New labels/constants.
12977 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12978 float" after loading bigval and smallval.
12979
12980 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12981
12982 * gdb.ada/fun_overload_menu.exp: New testcase.
12983 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12984
12985 2015-12-04 Josh Stone <jistone@redhat.com>
12986
12987 * gdb.base/catch-fork-static.exp: New.
12988
12989 2015-12-03 Yao Qi <yao.qi@linaro.org>
12990
12991 * gdb.base/sizeof.c: Don't include stdio.h and
12992 ../lib/unbuffer_output.c.
12993 (main): New variable 'size' and 'value'. Remove printf and
12994 gdb_unbuffer_output. Assign return value to size and value.
12995 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12996 at the beginning.
12997 (check_sizeof): Check the result by printing variable 'size'.
12998 (check_valueof): Check the result by printing variable 'value'.
12999
13000 2015-12-01 Yao Qi <yao.qi@linaro.org>
13001
13002 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13003 for aarch64*-*-linux* target.
13004
13005 2015-11-30 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13008
13009 2015-11-30 Pedro Alves <palves@redhat.com>
13010
13011 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13012 Handle non-stop mode vCont replies.
13013
13014 2015-11-30 Pedro Alves <palves@redhat.com>
13015
13016 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13017 prepare_for_testing. Start gdb with "set non-stop on" appended to
13018 GDBFLAGS. Lax expected stop output.
13019
13020 2015-11-27 Yao Qi <yao.qi@linaro.org>
13021
13022 * gdb.arch/arm-neon.exp: New.
13023 * gdb.arch/arm-neon.c: New.
13024
13025 2015-11-27 Yao Qi <yao.qi@linaro.org>
13026
13027 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13028
13029 2015-11-27 Yao Qi <yao.qi@linaro.org>
13030
13031 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13032 frames-invalid annotation.
13033
13034 2015-11-27 Yao Qi <yao.qi@linaro.org>
13035
13036 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13037
13038 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13039
13040 * gdb.threads/names.exp: New file.
13041 * gdb.threads/names.c: New file.
13042 * README: Mention gdb,no_thread_names.
13043
13044 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13045
13046 PR 19297
13047 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13048 support" error.
13049
13050 2015-11-24 Pedro Alves <palves@redhat.com>
13051
13052 PR 17539
13053 * gdb.base/display.exp: Expect displays to be sorted in ascending
13054 order. Use multi_line.
13055 * gdb.base/solib-display.exp: Likewise.
13056
13057 2015-11-24 Pedro Alves <palves@redhat.com>
13058
13059 PR 17539
13060 * gdb.base/display.exp: Expect displays to be sorted in ascending
13061 order. Use multi_line.
13062 * gdb.base/solib-display.exp: Likewise.
13063
13064 2015-11-24 Pedro Alves <palves@redhat.com>
13065
13066 PR 17539
13067 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13068 threads in ascending order.
13069 * gdb.base/foll-fork.exp: Likewise.
13070 * gdb.base/foll-vfork.exp: Likewise.
13071 * gdb.base/multi-forks.exp: Likewise.
13072 * gdb.mi/mi-nonstop.exp: Likewise.
13073 * gdb.mi/mi-nsintrall.exp: Likewise.
13074 * gdb.multi/base.exp: Likewise.
13075 * gdb.multi/multi-arch.exp: Likewise.
13076 * gdb.python/py-inferior.exp: Likewise.
13077 * gdb.threads/break-while-running.exp: Likewise.
13078 * gdb.threads/execl.exp: Likewise.
13079 * gdb.threads/gcore-thread.exp: Likewise.
13080 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13081 * gdb.threads/kill.exp: Likewise.
13082 * gdb.threads/linux-dp.exp: Likewise.
13083 * gdb.threads/multiple-step-overs.exp: Likewise.
13084 * gdb.threads/next-bp-other-thread.exp: Likewise.
13085 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13086 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13087 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13088 * gdb.threads/thread-find.exp: Likewise.
13089 * gdb.threads/tls.exp: Likewise.
13090 * lib/mi-support.exp (mi_reverse_list): Delete.
13091 (mi_check_thread_states): No longer reverse list.
13092
13093 2015-11-24 Pedro Alves <palves@redhat.com>
13094
13095 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13096 use lowercase.
13097
13098 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13099
13100 * gdb.trace/actions.c: Include trace-common.h.
13101 (main): Add a location for a fast tracepoint.
13102 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13103 the normal tracepoints.
13104 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13105
13106 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13107
13108 * save-trace.exp: Factor out code to these...
13109 (gdb_save_tracepoints): New.
13110 (gdb_load_tracepoints): New.
13111 (do_save_load_test): New.
13112
13113 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13114
13115 * gdb.base/asmlabel.exp: New test.
13116 * gdb.base/asmlabel.c: New test case.
13117
13118 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13119
13120 * gdb.base/wrong_frame_bt_full-main.c: New file.
13121 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13122 * gdb.base/wrong_frame_bt_full.exp: New file.
13123
13124 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13125
13126 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13127
13128 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13129
13130 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13131 pstate register when comparing registers values in
13132 sparc64-*-linux-gnu targets to avoid spurious differences.
13133
13134 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13135
13136 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13137
13138 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13139
13140 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13141 as type argument to gdb_compile.
13142 * gdb.base/nested-subp2.exp: Likewise.
13143 * gdb.base/nested-subp3.exp: Likewise.
13144
13145 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13146
13147 * lib/dwarf.exp (_note): Fix left shift of negative value.
13148 * gdb.trace/trace-condition.exp: Likewise.
13149
13150 2015-11-13 Yao Qi <yao.qi@linaro.org>
13151
13152 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13153 comments about d10v.
13154 (test_scalar_returns): Likewise.
13155 * gdb.base/d10v.ld: Remove.
13156 * gdb.base/overlays.exp: Remove the target triplet checking for
13157 d10v-*-*.
13158 * gdb.base/structs.exp (test_struct_returns): Remove the
13159 comments about d10v.
13160 (test_struct_calls): Likewise.
13161
13162 2015-11-13 Yao Qi <yao.qi@linaro.org>
13163
13164 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13165 * gdb.base/gnu_vector.c: Don't include stdio.h.
13166 (main): Don't print res and call add_some_intvecs.
13167
13168 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13169
13170 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13171 macro.
13172 (func5): Removed.
13173 (func4): Use FAST_TRACEPOINT_LABEL.
13174 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13175 macro.
13176 (func): Removed.
13177 (thread_function): Use FAST_TRACEPOINT_LABEL.
13178 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13179 (func): Remove.
13180 (marker): Use FAST_TRACEPOINT_LABEL.
13181 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13182 (pendfunc1): Remove.
13183 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13184 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13185 (foo): Remove.
13186 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13187 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13188 macro.
13189 (func): Remove.
13190 (marker): Use FAST_TRACEPOINT_LABEL.
13191 * gdb.trace/trace-common.h: New header.
13192 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13193 macro.
13194 (func): Remove.
13195 (marker): Use FAST_TRACEPOINT_LABEL.
13196 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13197 (func): Remove.
13198 (thread_function): Use FAST_TRACEPOINT_LABEL.
13199
13200 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13201
13202 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13203 in front.
13204 * gdb.trace/change-loc.exp: Use global pcreg definition.
13205 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13206 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13207 in front.
13208 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13209 * gdb.trace/pending.exp: Likewise.
13210 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13211 * gdb.trace/trace-break.exp: Likewise.
13212 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13213 in front.
13214 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13215 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13216 in front.
13217 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13218
13219 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13220
13221 * gdb.ada/fin_fun_out: New testcase.
13222
13223 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13224
13225 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13226 value associated with DW_AT_byte_size.
13227 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13228 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13229 DW_AT_upper_bound.
13230
13231 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13232
13233 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13234 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13235 version.
13236 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13237 gdb.dwarf2/dw2-canonicalize-type.exp,
13238 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13239 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13240 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13241 provided by gdb_target_symbol_prefix_flags_asm.
13242 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13243 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13244 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13245 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13246 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13247 macros where needed). Use this macro for symbols which require
13248 the prefix provided by SYMBOL_PREFIX.
13249
13250 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13251
13252 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13253 New procs.
13254 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13255 representing expressions, of more than one list element.
13256 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13257 to prepend linker symbol prefix to f.
13258 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13259 table_1 and table_2.
13260 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13261 Likewise, for f and g.
13262 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13263 for ptr.
13264 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13265 for main.
13266 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13267 table_1_ptr and table_2_ptr.
13268
13269 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13270 Joel Brobecker <brobecker@adacore.com>
13271
13272 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13273
13274 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13275
13276 * gdb.reverse/s390-mvcle.c: New test.
13277 * gdb.reverse/s390-mvcle.exp: New file.
13278 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13279
13280 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13281
13282 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13283
13284 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13285
13286 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13287 reaching marker2.
13288 * gdb.reverse/getresuid-reverse.exp: Likewise.
13289 * gdb.reverse/pipe-reverse.exp: Likewise.
13290 * gdb.reverse/readv-reverse.exp: Likewise.
13291 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13292 * gdb.reverse/time-reverse.exp: Likewise.
13293 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13294
13295 2015-10-30 Yao Qi <yao.qi@linaro.org>
13296
13297 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13298 (empty_cycle): Remove.
13299 (main): Don't call empty_cycle. Don't use watch_count_done.
13300 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13301 empty_cycle. Rewrite the code counting HW watchpoints.
13302
13303 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13304
13305 * gdb.reverse/fstatat-reverse.c: New test.
13306 * gdb.reverse/fstatat-reverse.exp: New file.
13307 * gdb.reverse/getresuid-reverse.c: New test.
13308 * gdb.reverse/getresuid-reverse.exp: New file.
13309 * gdb.reverse/pipe-reverse.c: New test.
13310 * gdb.reverse/pipe-reverse.exp: New file.
13311 * gdb.reverse/readv-reverse.c: New test.
13312 * gdb.reverse/readv-reverse.exp: New file.
13313 * gdb.reverse/recvmsg-reverse.c: New test.
13314 * gdb.reverse/recvmsg-reverse.exp: New file.
13315 * gdb.reverse/time-reverse.c: New test.
13316 * gdb.reverse/time-reverse.exp: New file.
13317 * gdb.reverse/waitpid-reverse.c: New test.
13318 * gdb.reverse/waitpid-reverse.exp: New file.
13319
13320 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13321
13322 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13323
13324 2015-10-26 Doug Evans <dje@google.com>
13325
13326 PR symtab/17391
13327 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13328 * gdb.dwarf2/bad-regnum.c: New file.
13329 * gdb.dwarf2/bad-regnum.exp: New file.
13330
13331 2015-10-26 Doug Evans <dje@google.com>
13332
13333 PR python/18938
13334 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13335 file.
13336
13337 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13338
13339 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13340 for a change by "Mention language in compile error message".
13341
13342 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13343
13344 PR python/18073
13345 * gdb.python/py-type.c (C::a_method): New.
13346 (C::a_const_method): New.
13347 (C::a_static_method): New.
13348 (a_function): New.
13349 * gdb.python/py-type.exp (test_fields): Test getting fields
13350 from function and method.
13351
13352 2015-10-21 Keven Boell <keven.boell@intel.com>
13353
13354 * gdb.fortran/vla-alloc-assoc.exp: New file.
13355 * gdb.fortran/vla-datatypes.exp: New file.
13356 * gdb.fortran/vla-datatypes.f90: New file.
13357 * gdb.fortran/vla-history.exp: New file.
13358 * gdb.fortran/vla-ptype-sub.exp: New file.
13359 * gdb.fortran/vla-ptype.exp: New file.
13360 * gdb.fortran/vla-sizeof.exp: New file.
13361 * gdb.fortran/vla-sub.f90: New file.
13362 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13363 * gdb.fortran/vla-value-sub-finish.exp: New file.
13364 * gdb.fortran/vla-value-sub.exp: New file.
13365 * gdb.fortran/vla-value.exp: New file.
13366 * gdb.fortran/vla-ptr-info.exp: New file.
13367 * gdb.mi/mi-vla-fortran.exp: New file.
13368 * gdb.mi/vla.f90: New file.
13369
13370 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13371
13372 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13373 of hardwired timeout value.
13374
13375 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13376 Pedro Alves <palves@redhat.com>
13377
13378 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13379 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13380
13381 2015-10-19 Josh Stone <jistone@redhat.com>
13382
13383 * gdb.base/catch-syscall.c: Include <sched.h>.
13384 (unknown_syscall): New variable.
13385 (main): Trigger a vfork and an unknown syscall.
13386 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13387 (unknown_syscall_number): Likewise.
13388 (check_call_to_syscall): Accept an optional syscall pattern.
13389 (check_return_from_syscall): Likewise.
13390 (check_continue): Likewise.
13391 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13392 (test_catch_syscall_skipping_return): New test toggling off 'catch
13393 syscall' to step over the syscall return, then toggling back on.
13394 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13395 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13396 (do_syscall_tests): Call test_catch_syscall_without_args and
13397 test_catch_syscall_mid_vfork.
13398 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13399 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13400
13401 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13402
13403 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13404 print g_vE): Add new pass patterns.
13405 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13406 print various symbol names for vptr fields.
13407
13408 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13409
13410 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13411 results.
13412
13413 2015-10-12 Yao Qi <yao.qi@linaro.org>
13414
13415 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13416
13417 2015-10-12 Yao Qi <yao.qi@linaro.org>
13418
13419 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13420 is aarch64*-*-linux*.
13421
13422 2015-10-12 Yao Qi <yao.qi@linaro.org>
13423
13424 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13425 (can_relocate_bcond_true): ... it.
13426 (can_relocate_bcond_false): New function.
13427 (foo): Likewise.
13428 (can_relocate_bl): Likewise.
13429 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13430 can_relocate_bl.
13431
13432 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13433
13434 * gdb.base/nested-addr.c: New file.
13435 * gdb.base/nested-addr.exp: New testcase.
13436
13437 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13438
13439 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13440 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13441 its output. Ignore the output of "record goto begin" and instead
13442 check that GDB is replaying.
13443
13444 2015-10-09 Pedro Alves <palves@redhat.com>
13445
13446 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13447 (top level): Use it in the run with no args test.
13448
13449 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13450
13451 * gdb.dlang/properties.exp: New file.
13452
13453 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13454
13455 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13456 whether or not address 0x1000 is mapped on the target.
13457
13458 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13459
13460 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13461 build.
13462
13463 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13464
13465 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13466 instruction-history test.
13467
13468 2015-09-28 Doug Evans <dje@google.com>
13469
13470 * gdb.base/gcore.c (array_func): Add reference to static_array.
13471
13472 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13473
13474 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13475 source line.
13476
13477 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13478
13479 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13480 short or char as base type.
13481
13482 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13483
13484 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13485 to allow any size enum.
13486
13487 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13488
13489 * gdb.ada/array_ptr_renaming.exp: New testcase.
13490 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13491 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13492
13493 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13494
13495 * gdb.trace/ftrace-lock.c: New file.
13496 * gdb.trace/ftrace-lock.exp: New file.
13497
13498 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13499
13500 * gdb.arch/insn-reloc.c: New file.
13501 * gdb.arch/ftrace-insn-reloc.exp: New file.
13502
13503 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13504
13505 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13506 instruction.
13507 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13508 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13509 * gdb.trace/range-stepping.c: Likewise.
13510 * gdb.trace/trace-break.c: Likewise.
13511 * gdb.trace/trace-mt.c (thread_function): Likewise.
13512 * gdb.trace/ftrace.c (marker): Likewise.
13513 * gdb.trace/trace-condition.c (marker): Likewise.
13514 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13515 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13516 is_aarch64_target.
13517
13518 2015-09-18 Doug Evans <xdje42@gmail.com>
13519
13520 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13521 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13522
13523 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13524
13525 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13526 the breakpoint.
13527
13528 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13529
13530 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13531 the pending breakpoint. Remove timeout override for "Run till
13532 MI pending breakpoint on pendfunc3 on thread 2" test.
13533
13534 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13535
13536 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13537 filename pattern.
13538
13539 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13540
13541 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13542 in breakpoint filename pattern.
13543
13544 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13545
13546 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13547
13548 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13549
13550 * gdb.linespec/explicit.exp: Check for readline support for
13551 tab-completion tests. Fix obvious typo.
13552
13553 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13554
13555 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13556 and replay.
13557
13558 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13559
13560 * gdb.btrace/non-stop.c: New.
13561 * gdb.btrace/non-stop.exp: New.
13562
13563 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13564 Yao Qi <yao.qi@linaro.org>
13565
13566 * gdb.trace/trace-condition.c: New file.
13567 * gdb.trace/trace-condition.exp: New file.
13568
13569 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13570
13571 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13572 for testing bytecode compilation.
13573
13574 2015-09-16 Pedro Alves <palves@redhat.com>
13575 Sandra Loosemore <sandra@codesourcery.com>
13576
13577 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13578 (SECONDS): Redefine.
13579 (main): Call pthread_kill and alarm early.
13580 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13581 support.
13582 (test): If the target can't hardware step and doesn't support
13583 displaced stepping, increase the timeout.
13584
13585 2015-09-16 Pedro Alves <palves@redhat.com>
13586
13587 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13588 (enable_debug): New procedures.
13589 (test): Use them. Bail out if waiting for threads fails.
13590 (top level): Bail out if a test fails.
13591
13592 2015-09-16 Yao Qi <yao.qi@linaro.org>
13593
13594 * gdb.asm/asm-source.exp: Set asm-arch for
13595 aarch64*-*-* target.
13596 * gdb.asm/aarch64.inc: New file.
13597
13598 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13599
13600 * gdb.ada/array_of_variable_length.exp: New testcase.
13601 * gdb.ada/array_of_variable_length/foo.adb: New file.
13602 * gdb.ada/array_of_variable_length/pck.adb: New file.
13603 * gdb.ada/array_of_variable_length/pck.ads: New file.
13604
13605 2015-09-15 Doug Evans <dje@google.com>
13606
13607 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13608 of function static local variable.
13609
13610 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13611
13612 * gdb.threads/tls-so_extern.exp: New test file.
13613 * gdb.threads/tls-so_extern.c: New test file.
13614 * gdb.threads/tls-so_extern_main.c: New test file.
13615
13616 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13617
13618 * gdb.opt/solib-intra-step-lib.c: New file.
13619 * gdb.opt/solib-intra-step-main.c: New file.
13620 * gdb.opt/solib-intra-step.exp: New file.
13621
13622 2015-09-15 Pedro Alves <palves@redhat.com>
13623
13624 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13625 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13626
13627 2015-09-14 Pedro Alves <palves@redhat.com>
13628
13629 * gdb.base/hook-stop-continue.c: Delete.
13630 * gdb.base/hook-stop-continue.exp: Delete.
13631 * gdb.base/hook-stop-frame.c: Delete.
13632 * gdb.base/hook-stop-frame.exp: Delete.
13633 * gdb.base/hook-stop.c: New file.
13634 * gdb.base/hook-stop.exp: New file.
13635
13636 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13637
13638 * gdb.ada/access_to_packed_array.exp: New testcase.
13639 * gdb.ada/access_to_packed_array/foo.adb: New file.
13640 * gdb.ada/access_to_packed_array/pack.adb: New file.
13641 * gdb.ada/access_to_packed_array/pack.ads: New file.
13642
13643 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13644
13645 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13646 buffer size test.
13647
13648 2015-09-11 Don Breazeal <donb@codesourcery.com>
13649
13650 * gdb.base/foll-exec.c: Add copyright header. Fix
13651 formatting issues.
13652 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13653 (do_exec_tests): Use clean_restart in place of zap_session,
13654 and for test initialization. Fix formatting issues. Use
13655 fail in place of perror.
13656 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13657 an expect statement to match an expression with output from
13658 the program under debug.
13659 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13660 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13661 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13662 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13663 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13664
13665 2015-09-09 Doug Evans <dje@google.com>
13666
13667 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13668
13669 2015-09-09 Doug Evans <dje@google.com>
13670
13671 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13672
13673 2015-09-09 Doug Evans <dje@google.com>
13674
13675 * gdb.base/savedregs.exp: Fix typo.
13676
13677 2015-09-09 Pedro Alves <palves@redhat.com>
13678
13679 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13680
13681 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13682
13683 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13684 command actually switches threads. Give up on remaining
13685 tests if target fails to stop at breakpoint.
13686
13687 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13688
13689 * gdb.ada/funcall_char.exp: New testcase.
13690 * gdb.ada/funcall_char/foo.adb: New file.
13691
13692 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13693
13694 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13695 expected outputs. Add two testcases for completing ambiguous
13696 functions.
13697 * gdb.ada/complete/aux_pck.adb: New file.
13698 * gdb.ada/complete/aux_pck.ads: New file.
13699 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13700 Ambiguous_Func functions.
13701 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13702 * gdb.ada/complete/pck.adb: Likewise.
13703
13704 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13705
13706 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13707 failures to run the test program under GDB.
13708
13709 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13710
13711 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13712 to C.
13713
13714 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13715
13716 * gdb.base/run-after-attach.exp: New test file.
13717 * gdb.base/run-after-attach.c: New test file.
13718
13719 2015-08-26 Don Breazeal <donb@codesourcery.com>
13720
13721 * gdb.base/foll-exec-2.c: New test program.
13722 * gdb.base/foll-exec-2.exp: New test.
13723
13724 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13725
13726 * gdb.base/nested-subp1.exp: New file.
13727 * gdb.base/nested-subp1.c: New file.
13728 * gdb.base/nested-subp2.exp: New file.
13729 * gdb.base/nested-subp2.c: New file.
13730 * gdb.base/nested-subp3.exp: New file.
13731 * gdb.base/nested-subp3.c: New file.
13732
13733 2015-08-24 Pedro Alves <palves@redhat.com>
13734
13735 * gdb.server/connect-without-multi-process.c: New file.
13736 * gdb.server/connect-without-multi-process.exp: New file.
13737
13738 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13739
13740 * gdb.opt/inline-markers.c: Make z int.
13741
13742 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13743
13744 * gdb.opt/inline-markers.c: Make z volatile.
13745
13746 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13747
13748 * gdb.opt/inline-bt.c: New volatile global z.
13749 * gdb.opt/inline-cmds.c: Likewise.
13750 * gdb.opt/inline-locals.c: Likewise.
13751 * gdb.opt/inline-markers.c: New extern global z.
13752 (marker): Use z.
13753 (inline_fn): Likewise.
13754
13755 2015-08-24 Pedro Alves <palves@redhat.com>
13756
13757 * config/m32r-stub.exp: Remove file.
13758 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13759 * gdb.base/call-rt-st.exp: Likewise.
13760 * gdb.base/call-strs.exp: Likewise.
13761 * gdb.base/default.exp: Remove references to h8300-*-hms and
13762 *-*-udi*.
13763 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13764
13765 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13766
13767 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13768 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13769 and "return" use KFAIL when GDB can not read/write the vector
13770 return value.
13771
13772 2015-08-21 Gary Benson <gbenson@redhat.com>
13773
13774 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13775
13776 2015-08-20 Pedro Alves <palves@redhat.com>
13777
13778 * gdb.server/solib-list.exp: No longer expect an interior stop in
13779 non-stop mode.
13780
13781 2015-08-20 Pedro Alves <palves@redhat.com>
13782
13783 * gdb.server/connect-stopped-target.c: New file.
13784 * gdb.server/connect-stopped-target.exp: New file.
13785
13786 2015-08-20 Pedro Alves <palves@redhat.com>
13787
13788 * gdb.dwarf2/comp-unit-lang.exp: New file.
13789 * gdb.dwarf2/comp-unit-lang.c: New file.
13790
13791 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13792
13793 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13794 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13795
13796 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13797
13798 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13799 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13800
13801 2015-08-18 Doug Evans <dje@google.com>
13802 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13803
13804 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13805 skip_python_tests. New arg prompt_regexp.
13806 (skip_python_tests): New function.
13807 * lib/mi-support.exp (mi_skip_python_tests): New function.
13808 * gdb.python/py-mi-objfile-gdb.py: New file.
13809 * gdb.python/py-mi-objfile.c: New file.
13810 * gdb.python/py-mi-objfile.exp: New file.
13811
13812 2015-08-17 Keith Seitz <keiths@redhat.com>
13813
13814 * gdb.linespec/explicit.exp: Move strace test from here ...
13815 * gdb.trace/strace.exp: ... to here.
13816
13817 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13818
13819 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13820 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13821
13822 2015-08-14 Doug Evans <xdje42@gmail.com>
13823
13824 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13825 inferior before selecting a new file.
13826
13827 2015-08-14 Doug Evans <xdje42@gmail.com>
13828
13829 * gdb.mi/mi-disassemble.exp: Update.
13830 * gdb.base/disasm-optim.S: New file.
13831 * gdb.base/disasm-optim.c: New file.
13832 * gdb.base/disasm-optim.h: New file.
13833 * gdb.base/disasm-optim.exp: New file.
13834
13835 2015-08-14 Keith Seitz <keiths@redhat.com>
13836
13837 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13838 "evaluated-by".
13839
13840 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13841
13842 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13843
13844 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13845
13846 * gdb.ada/fun_renaming.exp: New testcase.
13847 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13848 * gdb.ada/fun_renaming/pack.adb: New file.
13849 * gdb.ada/fun_renaming/pack.ads: New file.
13850
13851 2015-08-12 Keith Seitz <keiths@redhat.com>
13852
13853 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13854 gdb_get_line_number.
13855
13856 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13857
13858 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13859 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13860 gdb.base/dso2dso.exp: New files.
13861
13862 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13863 Pedro Alves <palves@redhat.com>
13864 Keith Seitz <keiths@redhat.com>
13865
13866 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13867 GDBFLAGS.
13868
13869 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13870
13871 * gdb.base/gdbhistsize-history.exp
13872 (test_histsize_history_setting): Use save_vars.
13873 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13874 Use save_vars.
13875 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13876 * gdb.base/readline.exp: Use save_vars.
13877
13878 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13879
13880 * lib/gdb.exp (save_vars): New proc.
13881
13882 2015-08-11 Keith Seitz <keiths@redhat.com>
13883
13884 * gdb.base/help.exp: Update help_breakpoint_text.
13885
13886 2015-08-11 Keith Seitz <keiths@redhat.com>
13887
13888 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13889 (at toplevel): Call test_explicit_breakpoints.
13890 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13891 breakpoints.
13892 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13893 breakpoint conditions, "-cond".
13894
13895 2015-08-11 Keith Seitz <keiths@redhat.com>
13896
13897 * gdb.linespec/3explicit.c: New file.
13898 * gdb.linespec/cpexplicit.cc: New file.
13899 * gdb.linespec/cpexplicit.exp: New file.
13900 * gdb.linespec/explicit.c: New file.
13901 * gdb.linespec/explicit.exp: New file.
13902 * gdb.linespec/explicit2.c: New file.
13903 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13904 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13905 before using in the matching pattern.
13906 Clarify that `prefix' is a regular expression.
13907
13908 2015-08-11 Keith Seitz <keiths@redhat.com>
13909
13910 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13911 test.
13912 Add tests for missing ",FMT" and ",".
13913
13914 2015-08-10 Doug Evans <dje@google.com>
13915 Keith Seitz <keiths@redhat.com>
13916
13917 PR gdb/17960
13918 * gdb.base/completion.exp: Add location completer tests.
13919
13920 2015-08-07 Pedro Alves <palves@redhat.com>
13921
13922 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13923 tests here.
13924 (top level): Run do_test with and without displaced stepping.
13925
13926 2015-08-07 Pedro Alves <palves@redhat.com>
13927
13928 * gdb.base/valgrind-disp-step.c: New file.
13929 * gdb.base/valgrind-disp-step.exp: New file.
13930
13931 2015-08-07 Pedro Alves <palves@redhat.com>
13932
13933 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13934 Delete function.
13935 (main): Add alarm. Run an infinite loop instead of calling
13936 wait_threads.
13937 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13938 comment.
13939 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13940 Delete function.
13941 (main): Add alarm. Run an infinite loop instead of calling
13942 wait_threads.
13943 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13944 comment.
13945
13946 2015-08-07 Pedro Alves <palves@redhat.com>
13947
13948 * gdb.base/checkpoint-ns.exp: New file.
13949 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13950 standard_testfile.
13951
13952 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13953
13954 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13955 * gdb.btrace/instruction_history.exp: Update.
13956 * gdb.btrace/tsx.exp: New.
13957 * gdb.btrace/tsx.c: New.
13958
13959 2015-08-06 Pedro Alves <palves@redhat.com>
13960
13961 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13962 increase timeout.
13963 * gdb.reverse/until-precsave.exp: Bump timeouts.
13964
13965 2015-08-06 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13968
13969 2015-08-06 Pedro Alves <palves@redhat.com>
13970
13971 PR gdb/18749
13972 * gdb.threads/process-dies-while-handling-bp.c: New file.
13973 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13974
13975 2015-08-06 Pedro Alves <palves@redhat.com>
13976
13977 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13978 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13979
13980 2015-08-05 Pedro Alves <palves@redhat.com>
13981
13982 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13983 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13984
13985 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13986
13987 * gdb.base/bp-permanent.exp: Report test as unsupported if
13988 the target cannot stop at the permanent breakpoint.
13989
13990 2015-08-03 Doug Evans <dje@google.com>
13991
13992 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13993 10000.
13994
13995 2015-08-03 Doug Evans <dje@google.com>
13996
13997 * Makefile.in (workers/%.worker, build-perf): New rule.
13998 (GDB_PERFTEST_MODE): New variable.
13999 (check-perf): Use it.
14000 (clean): Clean up gdb.perf parallel build subdirs.
14001 * lib/build-piece.exp: New file.
14002 * lib/gdb.exp (make_gdb_parallel_path): New function
14003 (standard_output_file, standard_temp_file): Call it.
14004 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14005 of $GDB_PARALLEL.
14006 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14007
14008 2015-08-03 Doug Evans <dje@google.com>
14009
14010 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14011 (LOG_FILE_NAME): New global.
14012 (TextReporter.__init__): Initialize self.txt_sum.
14013 (TextReporter.report): Add support for multiple data-points.
14014 Move report to perftest.sum, put raw data in perftest.log.
14015 (TextReporter.start): Open sum and log files.
14016 (TextReporter.end): Close sum and log files.
14017 * gdb.perf/lib/perftest/testresult.py
14018 (SingleStatisticTestResult.record): Handle multiple data-points.
14019
14020 2015-07-31 Pedro Alves <palves@redhat.com>
14021
14022 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14023 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14024 kill_wait_spawned_process instead of explicit "kill -9".
14025 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14026 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14027 kill_wait_spawned_process.
14028 * gdb.base/attach-twice.exp: Likewise.
14029 * gdb.base/attach.exp: Likewise.
14030 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14031 gdb_test_multiple.
14032 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14033 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14034 kill_wait_spawned_process.
14035 * gdb.base/valgrind-infcall.exp: Likewise.
14036 * gdb.multi/multi-attach.exp: Likewise.
14037 * gdb.python/py-prompt.exp: Likewise.
14038 * gdb.python/py-sync-interp.exp: Likewise.
14039 * gdb.server/ext-attach.exp: Likewise.
14040 * gdb.threads/attach-into-signal.exp (corefunc): Use
14041 spawn_wait_for_attach, spawn_id_get_pid and
14042 kill_wait_spawned_process.
14043 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14044 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14045 spawn_id_get_pid and kill_wait_spawned_process.
14046 * gdb.threads/attach-stopped.exp (corefunc): Use
14047 spawn_wait_for_attach, spawn_id_get_pid and
14048 kill_wait_spawned_process.
14049 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14050 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14051 kill_wait_spawned_process instead of explicit "kill -9".
14052 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14053 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14054 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14055 processes. Don't map cygwin/windows pids here. Now returns a
14056 spawn id list.
14057
14058 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14059
14060 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14061 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14062 correct patch.
14063
14064 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14065
14066 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14067
14068 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14069
14070 Reapply:
14071 2014-05-21 Mark Wielaard <mjw@redhat.com>
14072
14073 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14074
14075 2015-07-30 Pedro Alves <palves@redhat.com>
14076
14077 * linux-low.c (handle_extended_wait): Set the child's last
14078 reported status to TARGET_WAITKIND_STOPPED.
14079
14080 2015-07-30 Pedro Alves <palves@redhat.com>
14081
14082 PR threads/18600
14083 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14084 only shows inferior 1.
14085
14086 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14087 Pedro Alves <palves@redhat.com>
14088
14089 PR threads/18600
14090 * gdb.threads/fork-plus-threads.c: New file.
14091 * gdb.threads/fork-plus-threads.exp: New file.
14092
14093 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14094
14095 * gdb.base/batch-preserve-term-settings.exp
14096 (test_terminal_settings_preserved_after_cli_exit): Use
14097 send_quit_command.
14098
14099 2015-07-29 Pedro Alves <palves@redhat.com>
14100 Don Breazeal <donb@codesourcery.com>
14101
14102 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14103 output from both inferior_spawn_id and gdb_spawn_id.
14104
14105 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14106
14107 * gdb.threads/attach-into-signal.exp (corefunc): Use
14108 with_test_prefix on nested loops, uniquefying the test messages.
14109
14110 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14111
14112 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14113 commit.
14114
14115 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14116
14117 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14118 New proc.
14119 (test_terminal_settings_preserved_after_sigterm): New test.
14120
14121 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14122
14123 * gdb.base/batch-preserve-term-settings.exp
14124 (test_terminal_settings_preserved_after_cli_exit): New test.
14125
14126 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14127
14128 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14129 manipulation of saved_gdbflags.
14130 (test_terminal_settings_preserved): Remove global declaration of
14131 the unused variable pagination_prompt. Remove manipulation of
14132 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14133 GDBFLAGS.
14134
14135 2015-07-29 Pedro Alves <palves@redhat.com>
14136
14137 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14138
14139 2015-07-29 Pedro Alves <palves@redhat.com>
14140
14141 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14142 at the top.
14143
14144 2015-07-29 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14147 (main): Call gdb_unbuffer_output.
14148 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14149 (main): Call gdb_unbuffer_output.
14150 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14151 (main): Call gdb_unbuffer_output.
14152 * gdb.base/call-strs.exp: Adjust to step over the
14153 gdb_unbuffer_output call.
14154 * gdb.base/catch-gdb-caused-signals.c: Include
14155 "../lib/unbuffer_output.c".
14156 (main): Call gdb_unbuffer_output.
14157 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14158 (main): Call gdb_unbuffer_output.
14159 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14160 (main): Call gdb_unbuffer_output.
14161 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14162 (main): Call gdb_unbuffer_output.
14163 * gdb.base/shlib-call.exp: Adjust to step over the
14164 gdb_unbuffer_output call.
14165 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14166 (main): Call gdb_unbuffer_output.
14167 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14168 (main): Call gdb_unbuffer_output.
14169 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14170 (main): Rename to ...
14171 (test): ... this.
14172 (main): Reimplement.
14173 * gdb.base/varargs.exp: Run to test instead of to main.
14174 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14175 (main): Call gdb_unbuffer_output.
14176
14177 2015-07-29 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14180 factore out from mi_continue_dprintf. For call-style dprintfs,
14181 expect dprintf output out of $inferior_spawn_id.
14182 (mi_continue_dprintf): Use mi_expect_dprintf.
14183 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14184 (main): Call gdb_unbuffer_output.
14185
14186 2015-07-29 Pedro Alves <palves@redhat.com>
14187
14188 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14189 (default_mi_gdb_start): Set inferior_spawn_id instead of
14190 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14191 gdb_spawn_id.
14192 (mi_gdb_test): Always expect inferior output from both
14193 $inferior_spawn_id and $gdb_spawn_id.
14194
14195 2015-07-29 Pedro Alves <palves@redhat.com>
14196
14197 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14198 send_inferior and $inferior_spawn_id.
14199
14200 2015-07-29 Pedro Alves <palves@redhat.com>
14201
14202 * gdb.gdb/complaints.exp (test_initial_complaints)
14203 (test_serial_complaints, test_short_complaints): Use
14204 gdb_test_stdio.
14205 (test_empty_complaint): Handle $inferior_spawn_id !=
14206 $gdb_spawn_id.
14207
14208 2015-07-29 Pedro Alves <palves@redhat.com>
14209
14210 * gdb.base/varargs.exp: Use gdb_test_stdio.
14211
14212 2015-07-29 Pedro Alves <palves@redhat.com>
14213
14214 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14215
14216 2015-07-29 Pedro Alves <palves@redhat.com>
14217
14218 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14219
14220 2015-07-29 Pedro Alves <palves@redhat.com>
14221
14222 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14223 parameter into two new parameters, "inf_result" and "gdb_result".
14224 Expect inferior output and gdb output from $inferior_spawn_id and
14225 $gdb_spawn_id, respectively. Adjust all callers.
14226
14227 2015-07-29 Pedro Alves <palves@redhat.com>
14228
14229 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14230 of gdb_test_sequence.
14231
14232 2015-07-29 Pedro Alves <palves@redhat.com>
14233
14234 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14235 (saw_spurious_output): Expect inferior output from
14236 $inferior_spawn_id. Use gdb_test_stdio.
14237
14238 2015-07-29 Pedro Alves <palves@redhat.com>
14239
14240 * gdb.base/dprintf.exp: Use standard_testfile. Change
14241 prepare_for_testing call.
14242 (srcfile): Don't set.
14243 (restart): New procedure.
14244 (test_dprintf): New procecure, use to continue over dprintfs.
14245 (test_call, test_agent): New procedures, tests moved here.
14246 Restart gdb and recreate dprintfs. Adjust expected output.
14247
14248 2015-07-29 Pedro Alves <palves@redhat.com>
14249
14250 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14251
14252 2015-07-29 Pedro Alves <palves@redhat.com>
14253
14254 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14255
14256 2015-07-29 Pedro Alves <palves@redhat.com>
14257
14258 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14259 gdb_test_stdio.
14260
14261 2015-07-29 Pedro Alves <palves@redhat.com>
14262
14263 * lib/gdb.exp (gdb_test_stdio): New procedure.
14264
14265 2015-07-29 Pedro Alves <palves@redhat.com>
14266
14267 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14268
14269 2015-07-29 Pedro Alves <palves@redhat.com>
14270
14271 * gdb.base/call-signal-resume.exp: Remove check for
14272 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14273 * gdb.base/unwindonsignal.exp: Likewise.
14274 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14275 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14276
14277 2015-07-29 Pedro Alves <palves@redhat.com>
14278
14279 * gdb.base/siginfo-addr.c (pass): New function.
14280 (handler): Call it iff si_addr is correct.
14281 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14282 Set a breakpoint at "pass" and continue to it.
14283
14284 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14285
14286 * gdb.python/py-objfile.exp: Make some tests have unique names.
14287 * gdb.python/py-pp-registration.exp: Likewise.
14288
14289 2015-07-28 Pedro Alves <palves@redhat.com>
14290
14291 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14292
14293 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14294
14295 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14296
14297 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14298
14299 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14300
14301 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14302
14303 * gdb.base/gdb-sigterm-2.exp: New test.
14304
14305 2015-07-25 Doug Evans <xdje42@gmail.com>
14306
14307 Revert:
14308 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14309 (workers/%.worker, build-perf): New rule.
14310 (GDB_PERFTEST_MODE): New variable.
14311 (check-perf): Use it.
14312 (clean): Clean up gdb.perf parallel build subdirs.
14313 * lib/build-piece.exp: New file.
14314 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14315 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14316 name.
14317 (standard_temp_file): Ditto.
14318 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14319 of $GDB_PARALLEL.
14320
14321 2015-07-24 Doug Evans <dje@google.com>
14322
14323 * gdb.perf/lib/perftest/utils.py: New file.
14324 * gdb.perf/gm-hello.cc: New file.
14325 * gdb.perf/gm-pervasive-typedef.cc: New file.
14326 * gdb.perf/gm-pervasive-typedef.h: New file.
14327 * gdb.perf/gm-std.cc: New file.
14328 * gdb.perf/gm-std.h: New file.
14329 * gdb.perf/gm-use-cerr.cc: New file.
14330 * gdb.perf/gm-utils.h: New file.
14331 * gdb.perf/gmonster-null-lookup.py: New file.
14332 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14333 * gdb.perf/gmonster-print-cerr.py: New file.
14334 * gdb.perf/gmonster-ptype-string.py: New file.
14335 * gdb.perf/gmonster-runto-main.py: New file.
14336 * gdb.perf/gmonster-select-file.py: New file.
14337 * gdb.perf/gmonster1-null-lookup.exp: New file.
14338 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14339 * gdb.perf/gmonster1-print-cerr.exp: New file.
14340 * gdb.perf/gmonster1-ptype-string.exp: New file.
14341 * gdb.perf/gmonster1-runto-main.exp: New file.
14342 * gdb.perf/gmonster1-select-file.exp: New file.
14343 * gdb.perf/gmonster1.cc: New file.
14344 * gdb.perf/gmonster1.exp: New file.
14345 * gdb.perf/gmonster2-null-lookup.exp: New file.
14346 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14347 * gdb.perf/gmonster2-print-cerr.exp: New file.
14348 * gdb.perf/gmonster2-ptype-string.exp: New file.
14349 * gdb.perf/gmonster2-runto-main.exp: New file.
14350 * gdb.perf/gmonster2-select-file.exp: New file.
14351 * gdb.perf/gmonster2.cc: New file.
14352 * gdb.perf/gmonster2.exp: New file.
14353
14354 2015-07-24 Doug Evans <dje@google.com>
14355
14356 * gdb.perf/README: New file.
14357 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14358 * lib/gen-perf-test.exp: New file.
14359
14360 2015-07-24 Doug Evans <dje@google.com>
14361
14362 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14363 (PerfTest::startup): New function.
14364 (PerfTest::run): Return result of calling body.
14365 (PerfTest::assemble): Rewrite.
14366 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14367 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14368 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14369 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14370 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14371
14372 2015-07-24 Doug Evans <dje@google.com>
14373
14374 * lib/gdb.exp (clean_restart): Make executable optional.
14375
14376 2015-07-24 Doug Evans <dje@google.com>
14377
14378 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14379 compiler_info references.
14380 * gdb.cp/temargs.exp: Ditto.
14381 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14382 (get_compiler_info): Early exit if already computed. Set compiler_info
14383 to "unknown" if there was a problem.
14384 (test_compiler_info): Add function comment. Call get_compiler_info.
14385
14386 2015-07-24 Doug Evans <dje@google.com>
14387
14388 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14389 (workers/%.worker, build-perf): New rule.
14390 (GDB_PERFTEST_MODE): New variable.
14391 (check-perf): Use it.
14392 (clean): Clean up gdb.perf parallel build subdirs.
14393 * lib/build-piece.exp: New file.
14394 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14395 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14396 name.
14397 (standard_temp_file): Ditto.
14398 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14399 of $GDB_PARALLEL.
14400
14401 2015-07-24 Doug Evans <dje@google.com>
14402
14403 * lib/future.exp (gdb_default_target_compile): New option
14404 "early_flags".
14405 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14406 --as-needed.
14407
14408 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14409
14410 * gdb.base/catch-syscall.exp: Call gdb_exit before
14411 gdb_skip_xml_test.
14412
14413 2015-07-24 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.python/py-events.exp: Accept output between the stop event
14416 and the prompt.
14417 * gdb.python/py-evsignal.exp: Likewise.
14418 * gdb.python/py-evthreads.exp: Likewise.
14419
14420 2015-07-24 Pedro Alves <palves@redhat.com>
14421
14422 PR gdb/18717
14423 * gdb.threads/non-ldr-exit.c: New file.
14424 * gdb.threads/non-ldr-exit.exp: New file.
14425
14426 2015-07-24 Yao Qi <yao.qi@linaro.org>
14427
14428 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14429 restarting process.
14430
14431 2015-07-24 Yao Qi <yao.qi@linaro.org>
14432
14433 * gdb.server/ext-restart.exp: New file.
14434
14435 2015-07-24 Yao Qi <yao.qi@linaro.org>
14436
14437 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14438 argument options.
14439 * gdb.server/ext-wrapper.exp: New file.
14440
14441 2015-07-23 Doug Evans <dje@google.com>
14442
14443 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14444 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14445
14446 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14447
14448 * gdb.ada/var_arr_typedef.exp: New testcase.
14449 * gdb.ada/var_arr_typedef/pack.adb: New file.
14450 * gdb.ada/var_arr_typedef/pack.ads: New file.
14451 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14452
14453 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14454
14455 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14456
14457 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14458
14459 * gdb.arch/i386-biarch-core.exp: Replace istarget
14460 by "complete set gnutarget". Remove expectation for the "core-file"
14461 command.
14462
14463 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14464
14465 Revert the previous commit:
14466 Tests for validate symbol file using build-id.
14467
14468 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14469
14470 Tests for validate symbol file using build-id.
14471 * gdb.base/solib-mismatch-lib.c: New file.
14472 * gdb.base/solib-mismatch-libmod.c: New file.
14473 * gdb.base/solib-mismatch.c: New file.
14474 * gdb.base/solib-mismatch.exp: New file.
14475
14476 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14477
14478 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14479 nios2-*-linux*.
14480 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14481 * gdb.base/siginfo.exp: Likewise.
14482 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14483
14484 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14485
14486 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14487 Move it to ...
14488 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14489 ... here.
14490 * gdb.trace/range-stepping.exp: Check that the target supports
14491 range stepping.
14492
14493 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14494
14495 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14496
14497 2015-07-14 Pedro Alves <palves@redhat.com>
14498
14499 * gdb.base/killed-outside.exp: New file.
14500 * gdb.base/killed-outside.c: New file.
14501
14502 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14503
14504 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14505 (n at main): New.
14506 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14507
14508 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14509
14510 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14511 infcall tests instead of setting up for KFAIL.
14512
14513 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14514
14515 * gdb.btrace/record_goto-step.exp: New.
14516
14517 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14518
14519 PR compile/18484
14520 * gdb.compile/compile.c (struct struct_type): Add volatile to
14521 selffield's type.
14522 * gdb.compile/compile.exp
14523 (compile code struct_object.selffield = &struct_object): Skip further
14524 struct_object tests if this one xfails.
14525
14526 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14527
14528 PR exp/18617
14529 * gdb.trace/ax.exp: Add test.
14530
14531 2015-07-07 Yao Qi <yao.qi@linaro.org>
14532
14533 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14534 instead of istarget "aarch64*-*-*".
14535 * gdb.arch/aarch64-fp.exp: Likewise.
14536 * gdb.base/float.exp: Likewise.
14537 * gdb.reverse/aarch64.exp: Likewise.
14538 * lib/gdb.exp (is_aarch64_target): New proc.
14539
14540 2015-07-07 Yao Qi <yao.qi@linaro.org>
14541
14542 * lib/gdb.exp (is_aarch32_target): New proc.
14543 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14544 instead of "istarget "arm*-*-*"".
14545 * gdb.arch/arm-disp-step.exp: Likewise.
14546 * gdb.arch/thumb-bx-pc.exp: Likewise.
14547 * gdb.arch/thumb-prologue.exp: Likewise.
14548 * gdb.arch/thumb-singlestep.exp: Likewise.
14549 * gdb.base/disp-step-syscall.exp: Likewise.
14550 * gdb.base/float.exp: Likewise.
14551
14552 2015-07-07 Yao Qi <yao.qi@linaro.org>
14553
14554 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14555 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14556
14557 2015-07-07 Yao Qi <yao.qi@linaro.org>
14558
14559 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14560 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14561 if it exists.
14562 * gdb.multi/multi-arch.exp: Likewise.
14563
14564 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14565
14566 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14567 print.
14568
14569 2015-07-07 Yao Qi <yao.qi@linaro.org>
14570
14571 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14572
14573 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14574
14575 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14576 '[' and ']' characters.
14577
14578 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14579
14580 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14581
14582 2015-06-29 Pedro Alves <palves@redhat.com>
14583
14584 PR threads/18127
14585 * gdb.threads/hand-call-new-thread.c: New file.
14586 * gdb.threads/hand-call-new-thread.c: New file.
14587
14588 2015-06-26 Keith Seitz <keiths@redhat.com>
14589 Doug Evans <dje@google.com>
14590
14591 PR 16253
14592 * gdb.cp/var-tag-2.cc: New file.
14593 * gdb.cp/var-tag-3.cc: New file.
14594 * gdb.cp/var-tag-4.cc: New file.
14595 * gdb.cp/var-tag.cc: New file.
14596 * gdb.cp/var-tag.exp: New file.
14597
14598 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14599
14600 * gdb.base/history-duplicates.exp: New test.
14601
14602 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14603
14604 * gdb.base/completion.exp: Test the completion of the "focus"
14605 command.
14606
14607 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14608
14609 * gdb.arch/amd64-prologue-skip.S: New file.
14610 * gdb.arch/amd64-prologue-skip.exp: New file.
14611
14612 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14613
14614 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14615 is_address_zero_readable check.
14616
14617 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14618
14619 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14620 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14621
14622 2015-06-24 Yao Qi <yao.qi@linaro.org>
14623
14624 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14625 linux targets.
14626
14627 2015-06-24 Yao Qi <yao.qi@linaro.org>
14628
14629 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14630 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14631 * gdb.base/siginfo-thread.exp: Likewise.
14632
14633 2015-06-22 Yao Qi <yao.qi@linaro.org>
14634
14635 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14636
14637 2015-06-22 Yao Qi <yao.qi@linaro.org>
14638
14639 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14640 aarch64*-*-*.
14641 (skip_hw_watchpoint_tests): Likewise.
14642
14643 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14644
14645 * gdb.base/gdbinit-history.exp: Test the interaction between
14646 setting GDBHISTSIZE and setting the history size via .gdbinit.
14647
14648 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14649
14650 PR gdb/16999
14651 * gdb.base/gdbhistsize-history.exp: New test.
14652
14653 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14654
14655 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14656 with GDBHISTSIZE.
14657 * gdb.base/readline.exp: Likewise.
14658
14659 2015-06-17 Yao Qi <yao.qi@linaro.org>
14660
14661 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14662 line.
14663
14664 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14665
14666 * gdb.base/gdbinit-history.exp: Add test case to check that
14667 an unlimited history file does not get truncated on exit.
14668
14669 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14670
14671 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14672 (VECTOR): New macro. Use it...
14673 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14674 ...for these typedefs.
14675 (int8, char1, int1, double1): New typedefs.
14676 (struct just_int2, struct two_int2): New structures.
14677 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14678 (add_structvecs, add_singlevecs): New functions.
14679 (main): Call add_some_intvecs twice.
14680 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14681 the compile and exit upon failure. Try compiling for the "native"
14682 architecture. Test inferior function calls with vector arguments
14683 and vector return value handling with "finish" and "return".
14684
14685 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14686
14687 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14688 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14689 PE file.
14690 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14691
14692 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14693
14694 PR breakpoints/16465
14695 * gdb.mi/mi-dprintf-pending.c: New file.
14696 * gdb.mi/mi-dprintf-pending.exp: New test.
14697 * gdb.mi/mi-dprintf-pendshr.c: New file.
14698
14699 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14700 Mircea Gherzan <mircea.gherzan@intel.com>
14701
14702 * gdb.arch/i386-mpx-map.c: New file.
14703 * gdb.arch/i386-mpx-map.exp: New File.
14704
14705 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14706
14707 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14708 * gdb.arch/i386-mpx.exp: Indentation fixed.
14709
14710 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14711
14712 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14713 function and improved indentation.
14714 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14715 gdb_test_multiple. Added additional tests to skip the test.
14716
14717 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14718
14719 * gdb.arch/i386-avx512.c: Change path in include file.
14720 * gdb.arch/i386-avx512.exp: Change include dir path
14721 compilation flag.
14722 * gdb.arch/i386-mpx.c: Change path in include file.
14723 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14724 flag.
14725
14726 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14727
14728 * gdb.compile/compile-print.exp (compile print *vararray@3)
14729 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14730
14731 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14732
14733 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14734 (do not keep jit in memory): ... this.
14735 (expect 5): Change it to ...
14736 (expect no 5): ... this.
14737
14738 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14739
14740 PR gdb/15564
14741 * gdb.mi/mi-detach.exp: New file.
14742
14743 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14744
14745 PR symtab/18392
14746 * gdb.arch/amd64-tailcall-self.S: New file.
14747 * gdb.arch/amd64-tailcall-self.c: New file.
14748 * gdb.arch/amd64-tailcall-self.exp: New file.
14749
14750 2015-05-28 Don Breazeal <donb@codesourcery.com>
14751
14752 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14753 tests for remote targets by checking is_target_gdbserver.
14754
14755 2015-05-27 Doug Evans <dje@google.com>
14756
14757 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14758 * gdb.dwarf2/opaque-type-lookup.c: New file.
14759 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14760
14761 2015-05-26 Doug Evans <dje@google.com>
14762
14763 * gdb.cp/iostream.cc: New file.
14764 * gdb.cp/iostream.exp: New file.
14765
14766 2015-05-26 Doug Evans <dje@google.com>
14767
14768 * gdb.dwarf2/dw2-op-call.exp: Update.
14769 * gdb.dwarf2/dw4-sig-types.exp: Update.
14770 * gdb.dwarf2/implptr.exp: Update.
14771 * gdb.mi/mi-cmd-param-changed.exp: Update.
14772
14773 2015-05-26 Doug Evans <dje@google.com>
14774
14775 * gdb.python/py-lazy-string.c: New file.
14776 * gdb.python/py-lazy-string.exp: New file.
14777 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14778 (main): Update. Add estring3.
14779 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14780 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14781
14782 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14783 Yao Qi <yao.qi@linaro.org>
14784
14785 * gdb.reverse/aarch64.c: New.
14786 * gdb.reverse/aarch64.exp: New.
14787
14788 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14789
14790 * lib/gdb.exp (supports_process_record): Return true for
14791 aarch64*-linux*.
14792 (supports_reverse): Likewise.
14793
14794 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14795
14796 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14797 Use with_test_prefix.
14798
14799 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14800
14801 * gdb.base/completion.exp: Add test for completion of layout
14802 names.
14803
14804 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14805
14806 * lib/gdb.exp (skip_tui_tests): New proc.
14807 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14808
14809 2015-05-19 Pedro Alves <palves@redhat.com>
14810
14811 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14812 Save the whole env array instead of just HOME. Unset HISTSIZE in
14813 the environment while testing. Restore whole environment
14814 afterwards.
14815
14816 2015-05-16 Doug Evans <xdje42@gmail.com>
14817
14818 * gdb.guile/scm-ports.c: New file.
14819 * gdb.guile/scm-ports.exp: Add memory port tests.
14820
14821 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14822
14823 * gdb.compile/compile-print.c: New file.
14824 * gdb.compile/compile-print.exp: New file.
14825
14826 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14827
14828 * gdb.compile/compile-ops.exp: Cast param to void.
14829 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14830 (compile code struct_object.selffield = &struct_object): Add xfail.
14831
14832 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14833
14834 * gdb.ada/arr_enum_with_gap: New testcase.
14835
14836 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14837
14838 * gdb.ada/byte_packed_arr: New testcase.
14839
14840 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14841
14842 * gdb.ada/pckd_neg: New testcase.
14843
14844 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14845
14846 PR gdb/17820
14847 * gdb.base/gdbinit-history.exp: New test.
14848 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14849 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14850
14851 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14852
14853 * gdb.python/py-xmethods.cc: Enhance test case.
14854 * gdb.python/py-xmethods.exp: New tests.
14855 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14856 function.
14857 (B_indexoper): Likewise.
14858 (global_dm_list) : Add new xmethod worker functions.
14859
14860 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14861
14862 * gdb.base/coredump-filter.exp: Correctly unset
14863 "coredump_var_addr" array.
14864
14865 2015-05-08 Pedro Alves <palves@redhat.com>
14866
14867 * gdb.server/non-existing-program.exp: Unset spawn_id.
14868
14869 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14870
14871 PR python/18291
14872 * gdb.python/py-xmethods.exp: Add tests.
14873
14874 2015-05-08 Yao Qi <yao.qi@linaro.org>
14875
14876 PR gdb/18208
14877 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14878 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14879 function set_coredump_filter, and remove remote_exec call.
14880 Remove argument ipid. Callers update.
14881 (top level): Don't get inferior's PID.
14882
14883 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14884
14885 * gdb.base/watch_thread_num.exp: Skip test on targets without
14886 access watchpoints.
14887
14888 2015-05-06 Pedro Alves <palves@redhat.com>
14889
14890 PR server/18081
14891 * gdb.server/non-existing-program.exp: New file.
14892
14893 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14894
14895 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14896
14897 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14898
14899 * gdb.ada/out_of_line_in_inlined: New testcase.
14900
14901 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14902
14903 * gdb.ada/var_rec_arr: New testcase.
14904
14905 2015-04-30 Yao Qi <yao.qi@linaro.org>
14906
14907 * gdb.base/break-idempotent.exp: If
14908 skip_hw_watchpoint_multi_tests returns true, skip the tests
14909 on "rwatch" and "awatch".
14910
14911 2015-04-30 Yao Qi <yao.qi@linaro.org>
14912
14913 * gdb.base/relativedebug.exp: Invoke gdb command
14914 "info sharedlibrary", and if libc.so doesn't have debug info,
14915 skip the test.
14916
14917 2015-04-29 Doug Evans <dje@google.com>
14918
14919 * gdb.python/py-xmethods.exp: Add ptype tests.
14920 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14921 get_result_type method.
14922
14923 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14924
14925 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14926 the target does not support hardware watchpoints.
14927
14928 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14929
14930 * gdb.base/break-always.exp: Abort testing if writing to memory
14931 causes an error.
14932
14933 2015-04-28 Doug Evans <dje@google.com>
14934
14935 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14936 * gdb.python/py-pp-registration.exp: ... here. New file.
14937 * gdb.python/py-pp-registration.c: New file.
14938 * gdb.python/py-pp-registration.py: New file.
14939
14940 2015-04-28 Doug Evans <dje@google.com>
14941
14942 * gdb.python/py-bad-printers.c: New file.
14943 * gdb.python/py-bad-printers.py: New file.
14944 * gdb.python/py-bad-printers.exp: New file.
14945
14946 2015-04-28 Sasha Smundak <asmundak@google.com>
14947
14948 * gdb.python/py-type.exp: New test.
14949
14950 2015-04-28 Andy Wingo <wingo@igalia.com>
14951
14952 * gdb.python/py-parameter.exp:
14953 * gdb.guile/scm-parameter.exp: Escape the path that we are
14954 matching against, as it might contain characters that are special
14955 to regular expressions.
14956
14957 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14958
14959 * gdb.ada/rec_comp: New testcase.
14960
14961 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14962
14963 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14964 before using it.
14965
14966 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14967
14968 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14969 new tests for verilog output.
14970
14971 2015-04-24 Yao Qi <yao.qi@linaro.org>
14972
14973 * boards/remote-gdbserver-on-localhost.exp: New file.
14974
14975 2015-04-23 Pedro Alves <palves@redhat.com>
14976
14977 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14978 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14979 "end of file", remove $inferior_spawn_id from the indirect list.
14980
14981 2015-04-23 Pedro Alves <palves@redhat.com>
14982
14983 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14984
14985 2015-04-23 Pedro Alves <palves@redhat.com>
14986
14987 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14988 on $any_spawn_id instead of only on $gdb_spawn_id.
14989
14990 2015-04-21 Pierre Muller <muller@sourceware.org>
14991
14992 PR pascal/17815
14993 * lib/pascal.exp (gpc_compile): Add new option "class".
14994 (fpc_compile): Likewise.
14995 * gdb.pascal/case-insensitive-symbols.pas: New file.
14996 * gdb.pascal/case-insensitive-symbols.exp: New file.
14997
14998 2015-04-20 Gary Benson <gbenson@redhat.com>
14999
15000 * gdb.base/attach.exp: Fix three extended remote failures.
15001
15002 2015-04-17 Gary Benson <gbenson@redhat.com>
15003
15004 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15005 the main executable over the remote protocol.
15006
15007 2015-04-16 Pedro Alves <palves@redhat.com>
15008
15009 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15010 a new gdbserver if gdbserver_reconnect_p is set.
15011
15012 2015-04-16 Pedro Alves <palves@redhat.com>
15013
15014 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15015 is set, don't exit gdbserver.
15016
15017 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15018
15019 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15020 appropriate .insn, such that an older assembler can be used.
15021 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15022 the z/Architecture instruction set on 31-bit targets as well.
15023
15024 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15025
15026 * gdb.go/handcall.exp: Remove all logic related to the first
15027 breakpoint and rely on go_runto_main instead.
15028 * gdb.go/strings.exp: Likewise.
15029 * gdb.go/unsafe.exp: Likewise.
15030 * gdb.go/hello.exp: Likewise. Also rename the remaining
15031 breakpoint marker to "breakpoint 1".
15032 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15033 * gdb.go/strings.go: Likewise.
15034 * gdb.go/unsafe.go: Likewise.
15035 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15036 "set breakpoint 2 here" and rename the remaining breakpoint marker
15037 to "breakpoint 1".
15038
15039 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15040
15041 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15042 if itertools.imap is not present.
15043 * gdb.python/py-objfile.exp: Add parentheses.
15044 * gdb.python/py-type.exp: Same.
15045 * gdb.python/py-unwind-maint.py: Same.
15046
15047 2015-04-15 Yao Qi <yao.qi@linaro.org>
15048
15049 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15050 of ":$ptr_size" and set its form explicitly.
15051
15052 2015-04-15 Pedro Alves <palves@redhat.com>
15053 Yao Qi <yao.qi@linaro.org>
15054
15055 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15056 timeout by factor of 4.
15057 (test_regular_watch): Likewise.
15058 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15059 * gdb.reverse/sigall-reverse.exp: Likewise.
15060 * gdb.reverse/until-precsave.exp: Likewise.
15061 * lib/gdb.exp (with_timeout_factor): New proc.
15062 (gdb_expect): Move some code to ...
15063 (get_largest_timeout): ... here. New procedure.
15064
15065 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15066
15067 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15068
15069 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15070
15071 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15072 to write to the .text section.
15073
15074 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15075
15076 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15077 Handle the case of targets that do not provide PID information.
15078
15079 2015-04-13 Yao Qi <yao.qi@linaro.org>
15080
15081 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15082 and use expect instead of gdb_expect.
15083
15084 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15085
15086 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15087 "coredump_var_addr" to avoid naming conflict with other testcases.
15088
15089 2015-04-10 Pedro Alves <palves@redhat.com>
15090
15091 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15092 gdb_test_sequence and gdb_assert.
15093
15094 2015-04-10 Pedro Alves <palves@redhat.com>
15095
15096 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15097 test messages that don't include the breakpoint address.
15098
15099 2015-04-10 Yao Qi <yao.qi@linaro.org>
15100
15101 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15102 false for some offset and width combinations which aren't
15103 supported by linux kernel.
15104
15105 2015-04-10 Pedro Alves <palves@redhat.com>
15106
15107 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15108 procedure, factored out from ...
15109 (top level): ... here. Add "set displaced-stepping" testing axis.
15110 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15111 parameter "displaced". Use it.
15112 (top level): Use foreach and add "set displaced-stepping" testing
15113 axis.
15114
15115 2015-04-10 Pedro Alves <palves@redhat.com>
15116
15117 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15118 Remove comment.
15119 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15120 both the address of the instruction that triggers the watchpoint
15121 and the address of the instruction immediately after, and use
15122 those addresses for the test. Fix comment.
15123
15124 2015-04-10 Pedro Alves <palves@redhat.com>
15125
15126 * gdb.base/sigstep.exp (breakpoint_to_handler)
15127 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15128 Test "backtrace" in handler.
15129 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15130 (top level): Add new "displaced" test axis to
15131 breakpoint_to_handler, breakpoint_to_handler_entry and
15132 breakpoint_over_handler.
15133
15134 2015-04-10 Pedro Alves <palves@redhat.com>
15135
15136 PR gdb/18216
15137 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15138
15139 2015-04-10 Yao Qi <yao.qi@linaro.org>
15140
15141 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15142 (test_add_rn_pc): New function.
15143 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15144 (top level): Invoke test_add_rn_pc.
15145
15146 2015-04-10 Pedro Alves <palves@redhat.com>
15147
15148 PR gdb/13858
15149 * gdb.base/step-over-no-symbols.exp: New file.
15150
15151 2015-04-09 Andy Wingo <wingo@igalia.com>
15152
15153 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15154 after the Python tests.
15155
15156 2015-04-08 Keith Seitz <keiths@redhat.com>
15157
15158 PR python/16699
15159 * gdb.python/py-completion.exp: New tests for completion.
15160 * gdb.python/py-completion.py (CompleteLimit1): New class.
15161 (CompleteLimit2): Likewise.
15162 (CompleteLimit3): Likewise.
15163 (CompleteLimit4): Likewise.
15164 (CompleteLimit5): Likewise.
15165 (CompleteLimit6): Likewise.
15166 (CompleteLimit7): Likewise.
15167
15168 2015-04-08 Pedro Alves <palves@redhat.com>
15169
15170 PR gdb/18214
15171 PR gdb/18216
15172 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15173 function.
15174 (main): Install it as SIGUSR1 handler.
15175 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15176 parameter. Always use "setup" as prefix. Toggle "set
15177 displaced-stepping" off/on depending on global. Don't switch to
15178 thread 1 here.
15179 (top level): Add displaced stepping "off/on" test axis. Update
15180 "setup" calls. Wrap each subtest with with_test_prefix. Test
15181 continuing with a queued signal in each thread.
15182
15183 2015-04-08 Pedro Alves <palves@redhat.com>
15184
15185 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15186 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15187 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15188 Return early if running to main fails.
15189 * gdb.trace/while-stepping.exp: Likewise.
15190
15191 2015-04-07 Pedro Alves <palves@redhat.com>
15192
15193 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15194 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15195 interact with inferior program.
15196
15197 2015-04-07 Pedro Alves <palves@redhat.com>
15198
15199 * lib/gdb.exp (inferior_spawn_id): New global.
15200 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15201 spawn id after processing the user code.
15202 (default_gdb_start): Set inferior_spawn_id.
15203 (send_inferior): New procedure.
15204 * lib/gdbserver-support.exp (gdbserver_start): Set
15205 inferior_spawn_id.
15206 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15207
15208 2015-04-07 Pedro Alves <palves@redhat.com>
15209
15210 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15211 * lib/gdbserver-support.exp (gdbserver_start): Make
15212 $server_spawn_id global.
15213 (gdbserver_start): Don't wait for gdbserver's spawn id with
15214 expect_background.
15215 (close_gdbserver): New procedure.
15216 (gdb_exit): Rename the default version and reimplement.
15217
15218 2015-04-07 Pedro Alves <palves@redhat.com>
15219
15220 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15221 append the substituted item, not the original item.
15222
15223 2015-04-07 Pedro Alves <palves@redhat.com>
15224
15225 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15226 gdb_expect.
15227
15228 2015-04-07 Pedro Alves <palves@redhat.com>
15229
15230 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15231 output appearing once only.
15232
15233 2015-04-07 Pedro Alves <palves@redhat.com>
15234
15235 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15236 that doesn't expect anything. Return early if running to main
15237 fails.
15238
15239 2015-04-07 Yao Qi <yao.qi@linaro.org>
15240
15241 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15242 (child_function): Call alarm.
15243 (main): Move call to alarm into the loop.
15244 * gdb.threads/non-stop-fair-events.exp: Build program with
15245 -DTIMEOUT=$timeout.
15246
15247 2015-04-06 Doug Evans <xdje42@gmail.com>
15248
15249 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15250 Fix dest parameter to board_info.
15251 (fpc_compile): Ditto.
15252 (gdb_compile_pascal): Rename dest arg to destfile.
15253
15254 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15255
15256 * gdb.ada/funcall_ref.exp: New file.
15257 * gdb.ada/funcall_ref/foo.adb: New file.
15258
15259 2015-04-02 Yao Qi <yao.qi@linaro.org>
15260
15261 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15262 is remote.
15263
15264 2015-04-02 Gary Benson <gbenson@redhat.com>
15265
15266 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15267
15268 2015-04-01 Sasha Smundak <asmundak@google.com>
15269
15270 * gdb.python/py-unwind-maint.c: New file.
15271 * gdb.python/py-unwind-maint.exp: New test.
15272 * gdb.python/py-unwind-maint.py: New file.
15273 * gdb.python/py-unwind.c: New file.
15274 * gdb.python/py-unwind.exp: New test.
15275 * gdb.python/py-unwind.py: New test.
15276
15277 2015-04-01 Pedro Alves <palves@redhat.com>
15278
15279 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15280 to fail instead of non-existent $test.
15281
15282 2015-04-01 Pedro Alves <palves@redhat.com>
15283
15284 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15285 GDBFLAGS if not empty.
15286
15287 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15288
15289 * gdb.ada/complete.exp: Remove "multi_line".
15290 * gdb.ada/info_exc.exp: Remove "multi_line".
15291 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15292 * gdb.ada/ptype_field.exp: Remove "multi_line".
15293 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15294 * gdb.ada/tagged.exp: Remove "multi_line".
15295 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15296 [multi_line ...]
15297 * gdb.btrace/delta.exp: Likewise.
15298 * gdb.btrace/exception.exp: Likewise.
15299 * gdb.btrace/function_call_history.exp: Likewise.
15300 * gdb.btrace/instruction_history.exp: Likewise.
15301 * gdb.btrace/nohist.exp: Likewise.
15302 * gdb.btrace/record_goto.exp: Likewise.
15303 * gdb.btrace/segv.exp: Likewise.
15304 * gdb.btrace/stepi.exp: Likewise.
15305 * gdb.btrace/tailcall.exp: Likewise.
15306 * gdb.btrace/unknown_functions.exp: Likewise.
15307 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15308 * lib/gdb.exp: Add the "multi_line" helper.
15309
15310 2015-04-01 Pedro Alves <palves@redhat.com>
15311
15312 * gdb.threads/tid-reuse.c: New file.
15313 * gdb.threads/tid-reuse.exp: New file.
15314
15315 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15316
15317 PR corefiles/16092
15318 * gdb.base/coredump-filter.c: New file.
15319 * gdb.base/coredump-filter.exp: Likewise.
15320
15321 2015-03-27 Petr Machata <pmachata@redhat.com>
15322
15323 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15324 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15325 (Dwarf::assemble): Initialize them.
15326 (Dwarf::lines): New function.
15327
15328 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15329
15330 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15331 SYMBOL_PREFIX for x86_64-*-cygwin.
15332
15333 2015-03-26 Andy Wingo <wingo@igalia.com>
15334
15335 PR symtab/18148
15336 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15337 const_value but not a location.
15338 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15339 location defined in non-main CUs are visible.
15340
15341 2015-03-26 Yao Qi <yao.qi@linaro.org>
15342
15343 PR testsuite/18139
15344 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15345 Add a line number entry for the same line.
15346 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15347 Add a line number entry for the same line.
15348
15349 2015-03-26 Yao Qi <yao.qi@linaro.org>
15350
15351 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15352 .int 0.
15353 (func): Likewise. Add .Lfunc_1 label.
15354 Use .Lfunc_1 label.
15355 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15356 .int 0.
15357 (func): Likewise.
15358 Use .Lfunc_1 label.
15359
15360 2015-03-26 Yao Qi <yao.qi@linaro.org>
15361
15362 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15363 Call gdb_compile instead to compile each .s files without debug
15364 information.
15365
15366 2015-03-26 Yao Qi <yao.qi@linaro.org>
15367
15368 * gdb.base/savedregs.exp (process_saved_regs): Make
15369 "Saved registers:" optional in the pattern.
15370
15371 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15372
15373 * gdb.btrace/next.exp: Merged into step.exp.
15374 * gdb.btrace/finish.exp: Merged into step.exp.
15375 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15376 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15377 "record goto" and checking the exact replay position.
15378 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15379 check for "Recording format" in "info record" output.
15380 * gdb.btrace/record_goto.exp: Choose test file based on target.
15381 * gdb.btrace/x86-record_goto.S: Renamed into ...
15382 * gdb.btrace/x86_64-record_goto.S: ... this.
15383 * gdb.btrace/i686-record_goto.S: New.
15384 * gdb.btrace/x86-tailcall.S: Renamed into ...
15385 * gdb.btrace/x86_64-tailcall.S: ... this.
15386 * gdb.btrace/i686-tailcall.S: New.
15387 * gdb.btrace/x86-tailcall.c: Renamed into ...
15388 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15389 separate statements. Update test.
15390 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15391 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15392 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15393 * gdb.btrace/tailcall.exp: Choose test file based on target.
15394 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15395
15396 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15397
15398 * gdb.btrace/exception.exp: Increase BTS buffer size.
15399
15400 2015-03-24 Pedro Alves <palves@redhat.com>
15401
15402 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15403
15404 2015-03-24 Pedro Alves <palves@redhat.com>
15405
15406 * gdb.threads/schedlock.exp (test_step): No longer expect that
15407 "set scheduler-locking step" with "next" over a function call runs
15408 threads unlocked.
15409
15410 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15411
15412 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15413
15414 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15415
15416 PR breakpoints/16466
15417 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15418 * gdb.mi/mi-pending.c (thread_func): New function.
15419 (int main): Add threading support required.
15420 * gdb.mi/mi-pending.exp: Add tests for this issue.
15421 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15422 (pendfunc2): Remove stdio dependency.
15423 * gdb.mi/mi-pendshr2.c: New file.
15424
15425 2015-03-23 Keith Seitz <keiths@redhat.com>
15426
15427 * gdb.linespec/keywords.c: New file.
15428 * gdb.linespec/keywords.exp: New file.
15429
15430 2015-03-23 Keith Seitz <keiths@redhat.com>
15431
15432 PR gdb/18021
15433 * gdb.dwarf2/staticvirtual.exp: New test.
15434
15435 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15436
15437 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15438 * README: Remove HP-UX and gdb.hp.
15439 (configuration):
15440 * configure: Regenerate.
15441 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15442 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15443 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15444 gdb.hp/gdb.defects/Makefile.
15445 * gdb.hp/Makefile.in: File deleted.
15446 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15447 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15448 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15449 * gdb.hp/gdb.aCC/run.c: File deleted.
15450 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15451 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15452 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15453 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15454 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15455 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15456 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15457 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15458 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15459 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15460 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15461 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15462 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15463 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15464 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15465 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15466 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15467 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15468 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15469 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15470 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15471 * gdb.hp/gdb.compat/average.c: File deleted.
15472 * gdb.hp/gdb.compat/sum.c: File deleted.
15473 * gdb.hp/gdb.compat/xdb.c: File deleted.
15474 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15475 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15476 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15477 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15478 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15479 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15480 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15481 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15482 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15483 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15484 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15485 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15486 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15487 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15488 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15489 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15490 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15491 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15492 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15493 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15494 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15495 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15496 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15497 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15498 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15499 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15500 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15501 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15502 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15503 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15504 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15505 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15506 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15507 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15508 * gdb.hp/tools/odump: File deleted.
15509
15510 2015-03-19 Pedro Alves <palves@redhat.com>
15511
15512 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15513 (saw_thread_3): New globals.
15514 (top level): Increment them when an event for the corresponding
15515 thread is seen.
15516 (no thread starvation): New test.
15517
15518 2015-03-19 Pedro Alves <palves@redhat.com>
15519
15520 * gdb.threads/continue-pending-status.c: New file.
15521 * gdb.threads/continue-pending-status.exp: New file.
15522
15523 2015-03-18 Pedro Alves <palves@redhat.com>
15524
15525 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15526 Use gdb_is_target_remote instead of is_remote. Use
15527 gdb_test_multiple instead of gdb_expect. Exit early if
15528 gdb_test_multiple hits its internal matches. Tighten stepi tests
15529 expected output. Fail on exit with any signal, instead of just
15530 SIGILL.
15531
15532 2015-03-18 Yao Qi <yao.qi@linaro.org>
15533
15534 PR tdep/18107
15535 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15536 variable.
15537 * gdb.base/catch-syscall.exp: Don't skip it on
15538 aarch64*-*-linux* target. Remove elements in all_syscalls.
15539 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15540 target.
15541 (setup_all_syscalls): New proc.
15542
15543 2015-03-16 Yao Qi <yao.qi@linaro.org>
15544
15545 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15546 (top level): Skip tests if valid_addr_p returns false for
15547 $cmd1 or $cmd2.
15548
15549 2015-03-11 Andy Wingo <wingo@igalia.com>
15550
15551 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15552
15553 2015-03-11 Yao Qi <yao.qi@linaro.org>
15554
15555 * gdb.base/catch-syscall.exp: Fix typo in comments.
15556
15557 2015-03-11 Yao Qi <yao.qi@linaro.org>
15558
15559 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15560
15561 2015-03-09 Pedro Alves <palves@redhat.com>
15562
15563 * dg-extract-results.py: Delete.
15564
15565 2015-03-09 Pedro Alves <palves@redhat.com>
15566
15567 Merge dg-extract-results.sh from GCC upstream (r218843).
15568
15569 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15570 * dg-extract-results.sh: Use --text with grep to avoid issues with
15571 binary files. Fall back to cat -v, if that doesn't work.
15572
15573 2015-03-05 Pedro Alves <palves@redhat.com>
15574
15575 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15576
15577 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15578
15579 * lib/mi-support.exp (mi_expect_interrupt): Accept
15580 alternative event for when in all-stop mode.
15581
15582 2015-03-04 Pedro Alves <palves@redhat.com>
15583
15584 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15585
15586 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15587
15588 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15589
15590 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15591
15592 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15593 regexps for GDB's current line display, accept a hex address
15594 preceding the line number.
15595
15596 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15597
15598 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15599 the 'arch1' variable for "s390*-linux*" targets.
15600
15601 2015-03-04 Pedro Alves <palves@redhat.com>
15602
15603 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15604 (main): Pass missing retval argument to pthread_join call.
15605
15606 2015-03-02 Pedro Alves <palves@redhat.com>
15607
15608 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15609 (top level): Call do_test with non-stop as well.
15610
15611 2015-03-02 Pedro Alves <palves@redhat.com>
15612
15613 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15614 -1.
15615
15616 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15617
15618 * gdb.arch/s390-vregs.exp: New test.
15619 * gdb.arch/s390-vregs.S: New file.
15620
15621 2015-02-27 Pedro Alves <palves@redhat.com>
15622
15623 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15624 call to catch_command_errors.
15625 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15626 catch_command_errors.
15627
15628 2015-02-27 Pedro Alves <palves@redhat.com>
15629
15630 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15631 "true" for boolean result.
15632 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15633 prototype of main.
15634
15635 2015-02-27 Pedro Alves <palves@redhat.com>
15636
15637 * lib/unbuffer_output.c: New file.
15638 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15639 (main): Call gdb_unbuffer_output.
15640
15641 2015-02-27 Yao Qi <yao.qi@linaro.org>
15642
15643 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15644 target.
15645
15646 2015-02-26 Doug Evans <dje@google.com>
15647
15648 * gdb.cp/class2.cc (Dbase, D): New classes.
15649 (main): New local delta.
15650 * gdb.cp/class2.exp: Test printing delta.
15651 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15652 (dynbar): New global.
15653 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15654
15655 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15656
15657 * gdb.compile/compile-ifunc.c: New file.
15658 * gdb.compile/compile-ifunc.exp: New file.
15659
15660 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15661
15662 * gdb.base/structs.exp: Check for correct struct on finish.
15663
15664 2015-02-26 Yao Qi <yao.qi@linaro.org>
15665
15666 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15667 is zero.
15668
15669 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15670
15671 * gdb.arch/cordic.ko.bz2: New file.
15672 * gdb.arch/cordic.ko.debug.bz2: New file.
15673 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15674
15675 2015-02-25 Yao Qi <yao.qi@linaro.org>
15676
15677 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15678 aarch64*-*-* target.
15679
15680 2015-02-23 Pedro Alves <palves@redhat.com>
15681
15682 * lib/gdb.exp (delete_breakpoints): Rewrite using
15683 gdb_test_multiple.
15684
15685 2015-02-23 Pedro Alves <palves@redhat.com>
15686
15687 * gdb.base/info-os.c: Include stdlib.h.
15688
15689 2015-02-22 Doug Evans <xdje42@gmail.com>
15690
15691 PR symtab/17855
15692 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15693 is read after symbols have been re-read.
15694 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15695 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15696
15697 2015-02-21 Doug Evans <dje@google.com>
15698
15699 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15700
15701 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15702
15703 PR corefiles/17808
15704 * gdb.arch/i386-biarch-core.core.bz2: New file.
15705 * gdb.arch/i386-biarch-core.exp: New file.
15706
15707 2015-02-21 Pedro Alves <palves@redhat.com>
15708
15709 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15710 runto_main fails.
15711
15712 2015-02-20 Pedro Alves <palves@redhat.com>
15713
15714 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15715 info probes.
15716
15717 2015-02-20 Pedro Alves <palves@redhat.com>
15718
15719 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15720
15721 2015-02-20 Pedro Alves <palves@redhat.com>
15722
15723 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15724 clean_restart before gdb_target_supports_trace.
15725
15726 2015-02-20 Pedro Alves <palves@redhat.com>
15727
15728 PR threads/18006
15729 * gdb.threads/clone-thread_db.c: New file.
15730 * gdb.threads/clone-thread_db.exp: New file.
15731
15732 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15733
15734 PR breakpoints/16812
15735 * gdb.base/catch-gdb-caused-signals.c: New file.
15736 * gdb.base/catch-gdb-caused-signals.exp: New file.
15737
15738 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15739
15740 * configure: Regenerated.
15741 * configure.ac: Use GDB_AC_TRANSFORM.
15742 * aclocal.m4: sinclude ../transform.m4.
15743
15744 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15745
15746 * lib/dtrace.exp: New file.
15747 * gdb.base/dtrace-probe.exp: Likewise.
15748 * gdb.base/dtrace-probe.d: Likewise.
15749 * gdb.base/dtrace-probe.c: Likewise.
15750 * lib/pdtrace.in: Likewise.
15751 * configure.ac: Output variables with the transformed names of
15752 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15753 * configure: Regenerated.
15754
15755 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15756
15757 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15758 expected message when trying to access $_probe_* convenience
15759 variables while not on a probe.
15760
15761 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15762
15763 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15764
15765 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15766
15767 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15768 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15769
15770 2015-02-10 Doug Evans <xdje42@gmail.com>
15771
15772 * lib/gdb.exp (gdb_load): Always return a result.
15773
15774 2015-02-10 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.threads/signal-sigtrap.c: New file.
15777 * gdb.threads/signal-sigtrap.exp: New file.
15778
15779 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15780
15781 * gdb.trace/no-attach-trace.c: New file.
15782 * gdb.trace/no-attach-trace.exp: New file.
15783
15784 2015-02-09 Mark Wielaard <mjw@redhat.com>
15785
15786 * gdb.dwarf2/atomic.c: New file.
15787 * gdb.dwarf2/atomic-type.exp: Likewise.
15788
15789 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15790
15791 * gdb.btrace/buffer-size.exp: Update "info record" output.
15792 * gdb.btrace/delta.exp: Update "info record" output.
15793 * gdb.btrace/enable.exp: Update "info record" output.
15794 * gdb.btrace/finish.exp: Update "info record" output.
15795 * gdb.btrace/instruction_history.exp: Update "info record" output.
15796 * gdb.btrace/next.exp: Update "info record" output.
15797 * gdb.btrace/nexti.exp: Update "info record" output.
15798 * gdb.btrace/step.exp: Update "info record" output.
15799 * gdb.btrace/stepi.exp: Update "info record" output.
15800 * gdb.btrace/nohist.exp: Update "info record" output.
15801
15802 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15803
15804 * gdb.btrace/buffer-size: New.
15805
15806 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15807
15808 * gdb.btrace/delta.exp: Update "info record" output.
15809 * gdb.btrace/enable.exp: Update "info record" output.
15810 * gdb.btrace/finish.exp: Update "info record" output.
15811 * gdb.btrace/instruction_history.exp: Update "info record" output.
15812 * gdb.btrace/next.exp: Update "info record" output.
15813 * gdb.btrace/nexti.exp: Update "info record" output.
15814 * gdb.btrace/step.exp: Update "info record" output.
15815 * gdb.btrace/stepi.exp: Update "info record" output.
15816 * gdb.btrace/nohist.exp: Update "info record" output.
15817
15818 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15819
15820 PR gdb/15678
15821 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15822
15823 2015-02-06 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15826 macro.
15827 (seconds_left, again): New globals.
15828 (main): Wait seconds_left in a 1-second sleep loop instead of
15829 sleeping 180 seconds. If 'again' is set, reset the seconds
15830 counter.
15831 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15832 'again' in the inferior before detaching. Print the seconds left.
15833 (options): New global.
15834 (top level): Build program with -DTIMEOUT=$timeout.
15835
15836 2015-02-06 Pedro Alves <palves@redhat.com>
15837
15838 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15839 determine how many seconds to pass to 'alarm'.
15840 * gdb.base/gdb-sigterm.exp (top level): Build program with
15841 -DTIMEOUT=$timeout.
15842 (do_test): Return success/failure indication. Add more verbose
15843 logging. Don't fail if 200 single steps are seen. Instead, fail
15844 when the test times out.
15845 (passes): New global.
15846 (top level): Break the testing loop if testing fails on any
15847 iteration. Use gdb_assert.
15848
15849 2015-02-04 Don Breazeal <donb@codesourcery.com>
15850
15851 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15852 and initialize them.
15853 (ipc_cleanup): New function.
15854 (main): Don't declare shmid, semid, and msqid. Add a call to
15855 atexit so that we call ipc_cleanup on exit.
15856
15857 2015-02-04 Pedro Alves <palves@redhat.com>
15858
15859 * boards/native-extended-gdbserver.exp: Remove any target variant
15860 specifications from the board name before clearing the isremote
15861 flag from board_info.
15862
15863 2015-01-31 Doug Evans <xdje42@gmail.com>
15864
15865 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15866
15867 2015-01-31 Gary Benson <gbenson@redhat.com>
15868
15869 * gdb.base/completion.exp: Disable completion limiting for
15870 existing tests. Add new tests to check completion limiting.
15871 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15872
15873 2015-01-31 Doug Evans <xdje42@gmail.com>
15874
15875 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15876
15877 2015-01-31 Doug Evans <xdje42@gmail.com>
15878
15879 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15880 entries. Duplicate file section script entries.
15881 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15882 inlined entries. Add test for safe-path rejection.
15883 * gdb.python/py-section-script.c: Add duplicate inlined section script
15884 entries. Duplicate file section script entries.
15885 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15886 inlined entries. Add test for safe-path rejection.
15887
15888 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15889
15890 * gdb.ada/disc_arr_bound: New testcase.
15891
15892 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15893
15894 * gdb.ada/mi_var_array: New testcase.
15895
15896 2015-01-27 Doug Evans <dje@google.com>
15897
15898 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15899 Add test for objfile.filename, objfile.username after objfile
15900 has been unloaded.
15901
15902 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15903
15904 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15905 the second test to print the name attribute of value
15906 returned by the call to gdb.lookup_type, and adjust
15907 the expected output accordingly.
15908
15909 2015-01-25 Mark Wielaard <mjw@redhat.com>
15910
15911 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15912 * gdb.base/disp-step-fork.c: Include unistd.h.
15913 * gdb.base/siginfo-obj.c: Include stdio.h.
15914 * gdb.base/siginfo-thread.c: Likewise.
15915 * gdb.mi/non-stop.c: Include unistd.h.
15916 * gdb.mi/nsthrexec.c: Include stdio.h.
15917 * gdb.mi/pthreads.c: Include unistd.h.
15918 * gdb.modula2/unbounded1.c (main): Declare returns int.
15919 * gdb.reverse/consecutive-reverse.c: Likewise.
15920 * gdb.threads/create-fail.c: Include unistd.h.
15921 * gdb.threads/killed.c: Likewise.
15922 * gdb.threads/linux-dp.c: Likewise.
15923 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15924 * gdb.threads/non-ldr-exc-2.c: Likewise.
15925 * gdb.threads/non-ldr-exc-3.c: Likewise.
15926 * gdb.threads/non-ldr-exc-4.c: Likewise.
15927 * gdb.threads/pthreads.c: Include unistd.h.
15928 (main): Declare returns int.
15929 * gdb.threads/tls-main.c (foo): New declaration.
15930 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15931
15932 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15933
15934 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15935 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15936
15937 2015-01-15 Mark Wielaard <mjw@redhat.com>
15938
15939 * gdb.base/noreturn-return.c: New file.
15940 * gdb.base/noreturn-return.exp: New file.
15941 * gdb.base/noreturn-finish.c: New file.
15942 * gdb.base/noreturn-finish.exp: New file.
15943
15944 2015-01-23 Pedro Alves <palves@redhat.com>
15945
15946 * gdb.threads/continue-pending-after-query.c: New file.
15947 * gdb.threads/continue-pending-after-query.exp: New file.
15948
15949 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15950 Simon Marchi <simon.marchi@ericsson.com>
15951
15952 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15953 * gdb.base/valgrind-db-attach.exp: Same.
15954 * gdb.base/valgrind-infcall.exp: Same.
15955 * lib/mi-support.exp (default_mi_gdb_start): Same.
15956 * lib/prompt.exp (default_prompt_gdb_start): Same.
15957 * lib/gdb.exp (default_gdb_spawn): Same.
15958 (gdb_interact): New.
15959
15960
15961 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15962
15963 * gdb.compile/compile.exp (pointer to jit function): New test.
15964
15965 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15966
15967 * lib/gdb.exp (supports_process_record): Return true for
15968 powerpc*-*-linux*.
15969 (supports_reverse): Likewise.
15970
15971 2015-01-15 Don Breazeal <donb@codesourcery.com>
15972
15973 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15974 instead of checking whether the target board is remote and
15975 use spawn_wait_for_attach instead of exec/sleep.
15976 * gdb.base/attach-twice.exp: Likewise.
15977
15978 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15979
15980 * gdb.ada/var_arr_attrs: New testcase.
15981
15982 2015-01-14 Pedro Alves <palves@redhat.com>
15983 Joel Brobecker <brobecker@adacore.com>
15984
15985 PR gdb/17525
15986 * gdb.base/bp-cmds-execution-x-script.c: New file.
15987 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15988 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15989
15990 2015-01-14 Pedro Alves <palves@redhat.com>
15991
15992 PR cli/17828
15993 * gdb.base/batch-preserve-term-settings.c: New file.
15994 * gdb.base/batch-preserve-term-settings.exp: New file.
15995
15996 2015-01-13 Doug Evans <dje@google.com>
15997
15998 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15999 binary.
16000
16001 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16002
16003 * Makefile.in (clean mostlyclean): Do not delete *.py.
16004
16005 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16006
16007 * gdb.python/py-lookup-type.exp: New file.
16008
16009 2015-01-12 Pedro Alves <palves@redhat.com>
16010
16011 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16012 restore GDBFLAGS before returning.
16013
16014 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16015
16016 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16017 is_amd64_regs_target and is_x86_like_target.
16018
16019 2015-01-11 Doug Evans <xdje42@gmail.com>
16020
16021 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16022 is given without an explicit form.
16023 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16024 attributes.
16025 * gdb.dwarf/corrupt.exp: Ditto.
16026 * gdb.dwarf2/enum-type.exp: Ditto.
16027 * gdb.trace/entry-values.exp: Ditto.
16028 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16029
16030 2015-01-11 Doug Evans <xdje42@gmail.com>
16031
16032 PR gdb/15830
16033 * gdb.base/maint.exp: Remove references to "maint demangle".
16034 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16035 Add tests for explicitly specifying language to demangle.
16036 * gdb.dlang/demangle.exp: Ditto.
16037
16038 2015-01-09 Pedro Alves <palves@redhat.com>
16039
16040 * gdb.threads/non-stop-fair-events.c: New file.
16041 * gdb.threads/non-stop-fair-events.exp: New file.
16042
16043 2015-01-09 Pedro Alves <palves@redhat.com>
16044
16045 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16046 the global scope. Set a breakpoint after all threads are started
16047 rather than stepping over two source lines. Expect the prompt.
16048 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16049 global.
16050 (NUM): Now 15.
16051 (main): Use threads_started_barrier to wait for all threads to
16052 start. Main thread no longer calls thread_function. Exit after
16053 180 seconds.
16054 (loop): New function.
16055 (thread_function): Wait on threads_started_barrier barrier. Call
16056 'loop' at each iteration.
16057 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16058 threads have started, instead of hardcoding number of "next"
16059 steps. Use an access watchpoint instead of a write watchpoint.
16060
16061 2015-01-09 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16064 (thread_func): Wait on barrier.
16065 (main): Wait for all threads to start before stopping GDB.
16066 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16067 global.
16068 (thread1_func, thread2_func): Wait on barrier.
16069 (main): Wait for all threads to start before stopping GDB.
16070 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16071 New global.
16072 (thread1_func, thread2_func): Wait on barrier.
16073 (main): Wait for all threads to start before stopping GDB.
16074
16075 2015-01-09 Pedro Alves <palves@redhat.com>
16076
16077 * gdb.threads/attach-many-short-lived-threads.c: New file.
16078 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16079
16080 2014-01-09 Pedro Alves <palves@redhat.com>
16081
16082 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16083 instead of to thread 2.
16084 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16085 Add barrier around each pthread_create call instead of around all
16086 calls.
16087 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16088 Set a break on thread_function and have the child threads hit it
16089 one at at a time.
16090
16091 2015-01-09 Pedro Alves <palves@redhat.com>
16092
16093 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16094 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16095 false.
16096 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16097 checking whether the target board is remote.
16098 * gdb.multi/multi-attach.exp: Likewise.
16099 * gdb.python/py-sync-interp.exp: Likewise.
16100 * gdb.server/ext-attach.exp: Likewise.
16101 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16102 tests that need to attach, instead of checking whether the target
16103 board is remote at the top of the file.
16104
16105 2015-01-08 Yao Qi <yao@codesourcery.com>
16106
16107 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16108
16109 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16110
16111 Fix testcase compilation.
16112 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16113
16114 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16115
16116 * gdb.python/py-type.exp: Add a couple test about empty
16117 array creation, and negative-length array creation.
16118
16119 2015-01-02 Doug Evans <xdje42@gmail.com>
16120
16121 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16122
16123 2015-01-02 Doug Evans <dje@google.com>
16124
16125 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16126
16127 2014-12-29 Yao Qi <yao@codesourcery.com>
16128
16129 * gdb.trace/entry-values.exp: Update comments. Rename variable
16130 bar_call_foo to returned_from_foo.
16131
16132 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16133
16134 PR gdb/17394
16135 * gdb.linespec/break-asm-file.c: New file.
16136 * gdb.linespec/break-asm-file.exp: New file.
16137 * gdb.linespec/break-asm-file0.s: New file.
16138 * gdb.linespec/break-asm-file1.s: New file.
16139
16140 2014-12-18 Nigel Stephens <nigel@mips.com>
16141 Maciej W. Rozycki <macro@codesourcery.com>
16142
16143 * gdb.base/float.exp: Handle the new output from "info float" on
16144 MIPS targets.
16145
16146 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16147
16148 Fix MinGW compilation.
16149 * gdb.compile/compile-ops.exp: Update untested message if
16150 !skip_compile_feature_tests.
16151 * gdb.compile/compile-setjmp.exp: Likewise.
16152 * gdb.compile/compile-tls.exp: Likewise.
16153 * gdb.compile/compile.exp: Likewise.
16154 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16155 supported on this host".
16156
16157 2014-12-16 Doug Evans <xdje42@gmail.com>
16158
16159 * boards/stabs.exp: New file.
16160
16161 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16162
16163 * gdb.base/completion.exp: Adjust to format changes of "maint
16164 print user-registers".
16165
16166 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16167
16168 PR server/17457
16169 * gdb.arch/aarch64-fp.c: New file.
16170 * gdb.arch/aarch64-fp.exp: New file.
16171
16172 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16173
16174 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16175 r210637, r210913, r211666, r215400, r215817).
16176
16177 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16178 * dg-extract-results.py: New file.
16179 * dg-extract-results.sh: Use it if the environment seems
16180 suitable.
16181
16182 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16183
16184 * dg-extract-results.py (parse_run): Handle warnings that
16185 are printed before a test harness is run.
16186
16187 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16188
16189 * dg-extract-results.py (Named): Remove __cmp__ method.
16190 (output_variation): Use a key to sort variation.harnesses.
16191
16192 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16193
16194 * dg-extract-results.py: For Python 3, force sys.stdout to
16195 handle surrogate escape sequences.
16196 (safe_open): New function.
16197 (output_segment, main): Use it.
16198
16199 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16200
16201 * dg-extract-results.py (Prog.result_re): Include options
16202 in test name.
16203
16204 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16205
16206 * dg-extract-results.py (output_variation): Always sort if
16207 do_sum.
16208
16209 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16210
16211 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16212 as long as we get pagination notifications.
16213
16214 2014-12-15 Jason Merrill <jason@redhat.com>
16215
16216 * Makefile.in (check-gdb.%): Restore.
16217 * README: Mention it.
16218
16219 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16220
16221 * gdb.ada/str_uninit: New testcase.
16222
16223 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16224
16225 PR symtab/17642
16226 * gdb.base/vla-stub-define.c: New file.
16227 * gdb.base/vla-stub.c: New file.
16228 * gdb.base/vla-stub.exp: New file.
16229
16230 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16231 Jan Kratochvil <jan.kratochvil@redhat.com>
16232 Tom Tromey <tromey@redhat.com>
16233
16234 * configure.ac: Add gdb.compile/.
16235 * configure: Regenerate.
16236 * gdb.compile/Makefile.in: New file.
16237 * gdb.compile/compile-ops.exp: New file.
16238 * gdb.compile/compile-ops.c: New file.
16239 * gdb.compile/compile-tls.c: New file.
16240 * gdb.compile/compile-tls.exp: New file.
16241 * gdb.compile/compile-constvar.S: New file.
16242 * gdb.compile/compile-constvar.c: New file.
16243 * gdb.compile/compile-mod.c: New file.
16244 * gdb.compile/compile-nodebug.c: New file.
16245 * gdb.compile/compile-setjmp-mod.c: New file.
16246 * gdb.compile/compile-setjmp.c: New file.
16247 * gdb.compile/compile-setjmp.exp: New file.
16248 * gdb.compile/compile-shlib.c: New file.
16249 * gdb.compile/compile.c: New file.
16250 * gdb.compile/compile.exp: New file.
16251 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16252
16253 2014-12-12 Tom Tromey <tromey@redhat.com>
16254
16255 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16256 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16257
16258 2014-12-12 Doug Evans <dje@google.com>
16259
16260 * lib/gdb-python.exp (get_python_valueof): New function.
16261 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16262
16263 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16264
16265 * gdb.base/completion.exp: Add test for completion of "info
16266 registers ".
16267
16268 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16269
16270 * gdb.base/func-ptrs.c: New file.
16271 * gdb.base/func-ptrs.exp: New file.
16272
16273 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16274
16275 PR breakpoints/17012
16276 * gdb.base/dprintf-detach.c: New file.
16277 * gdb.base/dprintf-detach.exp: New file.
16278
16279 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16280
16281 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16282 * lib/gdb.exp (target_is_gdbserver): New procedure.
16283
16284 2014-12-08 Doug Evans <dje@google.com>
16285
16286 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16287
16288 2014-12-05 Yao Qi <yao@codesourcery.com>
16289
16290 * gdb.guile/scm-error.exp: Remove the third argument to
16291 gdb_remote_download.
16292 * gdb.guile/scm-frame-args.exp: Likewise.
16293 * gdb.guile/scm-section-script.exp: Likewise.
16294
16295 2014-12-05 Yao Qi <yao@codesourcery.com>
16296
16297 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16298
16299 2014-12-04 Doug Evans <dje@google.com>
16300
16301 * gdb.python/py-objfile.exp: Add tests for
16302 objfile.add_separate_debug_file.
16303
16304 2014-12-04 Doug Evans <dje@google.com>
16305
16306 * lib/gdb.exp (get_build_id): New function.
16307 (build_id_debug_filename_get): Rewrite to use it.
16308 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16309
16310 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16311
16312 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16313 `method(long)', not just 0x0.
16314 * gdb.cp/nsalias.exp: Align code labels to 4.
16315 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16316 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16317 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16318 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16319 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16320 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16321
16322 2014-12-02 Doug Evans <dje@google.com>
16323
16324 PR symtab/17602
16325 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16326 * gdb.cp/anon-ns2.cc: ... here. New file.
16327 * gdb.cp/anon-ns.exp: Update.
16328
16329 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16330
16331 * gdb.python/py-events.py (inferior_call_handler): New.
16332 (register_changed_handler, memory_changed_handler): New.
16333 (test_events.invoke): Register new handlers.
16334 * gdb.python/py-events.exp: Add tests for inferior call,
16335 memory_changed and register_changed events.
16336
16337 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16338
16339 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16340 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16341 if the linker doesn't understand this.
16342
16343 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16344
16345 * gdb.python/python.exp: Change expected reply to help().
16346
16347 2014-12-01 Yao Qi <yao@codesourcery.com>
16348
16349 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16350 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16351 * configure: Re-generated.
16352
16353 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16354
16355 * gdb.cp/chained-calls.cc: New file.
16356 * gdb.cp/chained-calls.exp: New file.
16357 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16358
16359 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16360
16361 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16362 * gdb.dwarf2/symtab-producer.exp: Same.
16363 * gdb.gdb/python-interrupts.exp: Same.
16364 * gdb.gdb/python-selftest.exp: Same.
16365 * gdb.python/py-linetable.exp: Same.
16366 * gdb.python/py-type.exp: Same.
16367 * gdb.python/py-value-cc.exp: Same.
16368 * gdb.python/py-value.exp: Same.
16369
16370 2014-11-28 Yao Qi <yao@codesourcery.com>
16371
16372 * gdb.base/break-probes.exp: Match library name prefixed with
16373 sysroot.
16374
16375 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16376
16377 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16378 test expected output. Add parentheses for the call to print.
16379 Remove L suffix from integers.
16380
16381 2014-11-26 Doug Evans <dje@google.com>
16382
16383 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16384
16385 2014-11-22 Yao Qi <yao@codesourcery.com>
16386
16387 * gdb.trace/entry-values.c: Remove asms.
16388 (foo): Add foo_label.
16389 (bar): Add bar_label.
16390 * gdb.trace/entry-values.exp: Remove code computing foo's
16391 length and bar's length.
16392 (Dwarf::assemble): Invoke function_range for bar and use
16393 MACRO_AT_func for foo.
16394
16395 2014-11-22 Yao Qi <yao@codesourcery.com>
16396
16397 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16398 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16399 Use .Lgcc43_procstart instead of gcc43.
16400
16401 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16402
16403 * gdb.ada/n_arr_bound: New testcase.
16404
16405 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16406
16407 PR breakpoints/10737
16408 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16409 test_catch_syscall_multi_arch.
16410 (test_catch_syscall_multi_arch): New function.
16411
16412 2014-11-20 Doug Evans <xdje42@gmail.com>
16413
16414 * gdb.base/maint.exp: Update expected output.
16415
16416 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16417
16418 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16419 4-byte instruction on S390.
16420
16421 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16422
16423 * gdb.ada/arr_arr: New testcase.
16424
16425 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16426
16427 * gdb.ada/pkd_arr_elem: New Testcase.
16428
16429 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16430
16431 * gdb.reverse/break-precsave: Expect completion message for
16432 core file reads.
16433 * gdb.reverse/consecutive-precsave.exp: Likewise.
16434 * gdb.reverse/finish-precsave.exp: Likewise.
16435 * gdb.reverse/i386-precsave.exp: Likewise.
16436 * gdb.reverse/machinestate-precsave.exp: Likewise.
16437 * gdb.reverse/sigall-precsave.exp: Likewise.
16438 * gdb.reverse/solib-precsave.exp: Likewise.
16439 * gdb.reverse/step-precsave.exp: Likewise.
16440 * gdb.reverse/until-precsave.exp: Likewise.
16441 * gdb.reverse/watch-precsave.exp: Likewise.
16442
16443 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16444
16445 * gdb.base/bp-permanent.c: Include unistd.h.
16446 * gdb.python/py-framefilter-mi.c (main): Add return type.
16447 * gdb.python/py-framefilter.c (main): Likewise.
16448 * gdb.trace/actions-changed.c (main): Likewise.
16449
16450 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16451
16452 * gdb.mi/until.c: Add eye-catchers.
16453 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16454 line numbers.
16455
16456 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16457
16458 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16459 function header variants in break1.c.
16460 * gdb.base/ena-dis-br.exp: Likewise.
16461 * gdb.base/hbreak2.exp: Likewise.
16462 * gdb.reverse/until-precsave.exp: Drop references to removed
16463 non-prototype function header variants in ur1.c.
16464 * gdb.reverse/until-reverse.exp: Likewise.
16465
16466 2014-11-17 Petr Machata <pmachata@redhat.com>
16467
16468 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16469 ${_cu_offset_size} bytes abbrev offset.
16470
16471 2014-11-15 Doug Evans <xdje42@gmail.com>
16472
16473 PR symtab/17559
16474 * gdb.base/line-symtabs.exp: New file.
16475 * gdb.base/line-symtabs.c: New file.
16476 * gdb.base/line-symtabs.h: New file.
16477
16478 2014-11-14 Yao Qi <yao@codesourcery.com>
16479
16480 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16481 (func): Add label func_label.
16482 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16483 Replace low_pc and high_pc with MACRO_AT_range.
16484 Replace name, low_pc and high_pc with MACRO_AT_func.
16485
16486 2014-11-14 Yao Qi <yao@codesourcery.com>
16487
16488 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16489 Replace name, low_pc and high_pc with MACRO_AT_func.
16490
16491 2014-11-14 Yao Qi <yao@codesourcery.com>
16492
16493 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16494 produce debug information.
16495 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16496
16497 2014-11-14 Yao Qi <yao@codesourcery.com>
16498
16499 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16500 object and get function length.
16501 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16502 with MACRO_AT_func.
16503 (top-level): Replace gdb_compile and clean_restart with
16504 prepare_for_testing.
16505 * gdb.dwarf2/main.c (main): Add label main_label.
16506
16507 2014-11-14 Yao Qi <yao@codesourcery.com>
16508
16509 * lib/dwarf.exp (function_range): New procedure.
16510 (Dwarf::_handle_macro_at_func): New procedure.
16511 (Dwarf::_handle_macro_at_range): New procedure.
16512 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16513
16514 2014-11-14 Yao Qi <yao@codesourcery.com>
16515
16516 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16517 (_handle_attribute): New procedure.
16518
16519 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16520
16521 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16522 * gdb.base/call-sc.c (zed): Likewise.
16523 * gdb.base/checkpoint.c (main): Likewise.
16524 * gdb.base/dump.c (main): Likewise.
16525 * gdb.base/gcore.c (main): Likewise.
16526 * gdb.base/huge.c (main): Likewise.
16527 * gdb.base/multi-forks.c (main): Likewise.
16528 * gdb.base/pr10179-a.c (main): Likewise.
16529 * gdb.base/savedregs.c (main): Likewise.
16530 * gdb.base/sigaltstack.c (main): Likewise.
16531 * gdb.base/siginfo.c (main): Likewise.
16532 * gdb.base/structs.c (zed): Likewise.
16533 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16534 * gdb.mi/mi-syn-frame.c (main): Likewise.
16535 * gdb.mi/until.c (foo, main): Likewise.
16536 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16537 * gdb.base/solib-weak.c (foo): Declare.
16538 * gdb.base/attach-twice.c: Include stdio.h.
16539 * gdb.base/weaklib1.c: Likewise.
16540 * gdb.base/weaklib2.c: Likewise.
16541 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16542 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16543 unistd.h.
16544 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16545 * gdb.mi/mi-exit-code.c: Likewise.
16546 * gdb.base/break-interp-lib.c: Include string.h.
16547 * gdb.base/coremaker.c: Likewise.
16548 * gdb.base/testenv.c: Likewise.
16549 * gdb.python/py-finish-breakpoint.c: Likewise.
16550 * gdb.base/inferior-died.c: Include sys/wait.h.
16551 * gdb.base/fileio.c: Include time.h.
16552 * gdb.base/async-shell.c: Include unistd.h.
16553 * gdb.base/dprintf-non-stop.c: Likewise.
16554 * gdb.base/info-os.c: Likewise.
16555 * gdb.mi/mi-console.c: Likewise.
16556 * gdb.mi/watch-nonstop.c: Likewise.
16557 * gdb.python/py-events.c: Likewise.
16558 * gdb.base/async.c (baz): Move up before its invocation.
16559 * gdb.base/code_elim2.c (my_global_func): Likewise.
16560 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16561 * gdb.base/advance.c (func2): Likewise.
16562
16563 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16564
16565 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16566 variant.
16567 * gdb.base/annota3.c: Likewise.
16568 * gdb.base/async.c: Likewise.
16569 * gdb.base/average.c: Likewise.
16570 * gdb.base/call-ar-st.c: Likewise.
16571 * gdb.base/call-rt-st.c: Likewise.
16572 * gdb.base/call-sc.c: Likewise.
16573 * gdb.base/call-strs.c: Likewise.
16574 * gdb.base/ending-run.c: Likewise.
16575 * gdb.base/execd-prog.c: Likewise.
16576 * gdb.base/exprs.c: Likewise.
16577 * gdb.base/foll-exec.c: Likewise.
16578 * gdb.base/foll-fork.c: Likewise.
16579 * gdb.base/foll-vfork.c: Likewise.
16580 * gdb.base/funcargs.c: Likewise.
16581 * gdb.base/gcore.c: Likewise.
16582 * gdb.base/jump.c: Likewise.
16583 * gdb.base/langs0.c: Likewise.
16584 * gdb.base/langs1.c: Likewise.
16585 * gdb.base/langs2.c: Likewise.
16586 * gdb.base/mips_pro.c: Likewise.
16587 * gdb.base/nodebug.c: Likewise.
16588 * gdb.base/opaque0.c: Likewise.
16589 * gdb.base/opaque1.c: Likewise.
16590 * gdb.base/recurse.c: Likewise.
16591 * gdb.base/run.c: Likewise.
16592 * gdb.base/scope0.c: Likewise.
16593 * gdb.base/scope1.c: Likewise.
16594 * gdb.base/setshow.c: Likewise.
16595 * gdb.base/setvar.c: Likewise.
16596 * gdb.base/shmain.c: Likewise.
16597 * gdb.base/shr1.c: Likewise.
16598 * gdb.base/shr2.c: Likewise.
16599 * gdb.base/sigall.c: Likewise.
16600 * gdb.base/signals.c: Likewise.
16601 * gdb.base/so-indr-cl.c: Likewise.
16602 * gdb.base/solib2.c: Likewise.
16603 * gdb.base/structs.c: Likewise.
16604 * gdb.base/sum.c: Likewise.
16605 * gdb.base/vforked-prog.c: Likewise.
16606 * gdb.base/watchpoint.c: Likewise.
16607 * gdb.reverse/shr2.c: Likewise.
16608 * gdb.reverse/until-reverse.c: Likewise.
16609 * gdb.reverse/ur1.c: Likewise.
16610 * gdb.reverse/watch-reverse.c: Likewise.
16611
16612 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16613
16614 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16615 variant.
16616 * gdb.base/sepdebug.exp: Drop references to removed code.
16617
16618 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16619
16620 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16621 variant. Preserve original line numbering.
16622 * gdb.base/list1.c: Likewise.
16623
16624 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16625
16626 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16627 variant.
16628 * gdb.base/break1.c: Likewise.
16629 * gdb.base/break.exp: Drop references to removed code.
16630
16631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16632
16633 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16634 variant.
16635
16636 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16637
16638 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16639
16640 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16641
16642 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16643 logic into perform_all_tests() and invoke it with and without
16644 function header prototypes.
16645 (do_function_calls): Remove conditional XFAIL for PR 5318.
16646 (rerun_and_prepare): Remove duplicate code.
16647 (perform_all_tests): New. Main logic moved here.
16648
16649 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16650
16651 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16652 code guarded by #ifdef NO_PROTOTYPES.
16653 (t_double_many_args): Likewise.
16654 (DEF_FUNC_MANY_ARGS_1): Likewise.
16655 (DEF_FUNC_VALUES_1): Likewise.
16656 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16657 guarded by #ifdef PROTOTYPES.
16658
16659 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16660
16661 * gdb.mi/mi-console.c: Add eye-catcher.
16662 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16663 instead of literal line number.
16664
16665 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16666
16667 * gdb.base/shr2.c: Add eye-catcher.
16668 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16669 line number.
16670
16671 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16672
16673 * gdb.base/jump.c: Add eye-catchers.
16674 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16675 numbers.
16676
16677 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16678
16679 * gdb.base/execd-prog.c: Add eye-catchers.
16680 * gdb.base/foll-exec.c: Likewise.
16681 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16682 line numbers.
16683
16684 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16685
16686 * gdb.base/ending-run.c: Add eye-catchers.
16687 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16688 literal line numbers.
16689
16690 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16691
16692 * gdb.base/call-rt-st.c: Add eye-catchers.
16693 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16694 literal line numbers.
16695
16696 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16697
16698 * gdb.base/call-ar-st.c: Add eye-catchers.
16699 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16700 literal line numbers.
16701
16702 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16703
16704 * gdb.base/average.c: Add eye-catchers.
16705 * gdb.base/sum.c: Likewise.
16706 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16707 regexps dynamically.
16708
16709 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16710
16711 * gdb.base/solib1.c: Add eye-catchers.
16712 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16713 literal line numbers.
16714
16715 2014-11-12 Pedro Alves <palves@redhat.com>
16716
16717 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16718 leader has exited.
16719
16720 2014-11-12 Pedro Alves <palves@redhat.com>
16721
16722 * gdb.arch/i386-bp_permanent.c: New file.
16723 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16724 (srcfile): Set to i386-bp_permanent.c.
16725 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16726 that stepi does not execute the 'leave' instruction, instead of
16727 testing it does execute.
16728 * gdb.base/bp-permanent.c: New file.
16729 * gdb.base/bp-permanent.exp: New file.
16730
16731 2014-11-10 Doug Evans <xdje42@gmail.com>
16732
16733 PR symtab/17564
16734 * gdb.base/symtab-search-order.exp: New file.
16735 * gdb.base/symtab-search-order.c: New file.
16736 * gdb.base/symtab-search-order-1.c: New file.
16737 * gdb.base/symtab-search-order-shlib-1.c: New file.
16738
16739 2014-11-07 Pedro Alves <palves@redhat.com>
16740
16741 PR gdb/17511
16742 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16743 i?86-*-linux*.
16744
16745 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16746
16747 PR c++/17494
16748 * gdb.cp/pr17494.cc: New file.
16749 * gdb.cp/pr17494.exp: New file.
16750
16751 2014-11-02 Yao Qi <yao@codesourcery.com>
16752
16753 * gdb.python/python.exp: Get working directory and match the
16754 output of "set extended-prompt \\w " with it.
16755
16756 2014-10-30 Doug Evans <dje@google.com>
16757
16758 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16759 in objfiles.
16760 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16761 in progspaces.
16762
16763 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16764
16765 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16766 * gdb.base/realname-expand.exp: Likewise.
16767 * gdb.linespec/macro-relative.exp: Likewise.
16768
16769 2014-10-29 Pedro Alves <palves@redhat.com>
16770
16771 PR gdb/17408
16772 * gdb.threads/schedlock.c (some_function): New function.
16773 (call_function): New global.
16774 (MAYBE_CALL_SOME_FUNCTION): New macro.
16775 (thread_function): Call it.
16776 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16777 and use it instead of a global counter. Adjust all callers.
16778 (get_current_thread): Use "find current thread" for test message
16779 here rather than having all callers pass down the same string.
16780 (goto_loop): New procedure, factored out from ...
16781 (my_continue): ... this.
16782 (step_ten_loops): Change parameter from test message to command to
16783 use. Adjust.
16784 (list_count): Delete global.
16785 (check_result): New procedure, factored out from duplicate top
16786 level code.
16787 (continue tests): Wrap in with_test_prefix.
16788 (test_step): New procedure, factored out from duplicate top level
16789 code.
16790 (top level): Test "step" in combination with all scheduler-locking
16791 modes. Test "next" in combination with all scheduler-locking
16792 modes, and in combination with stepping over a function call or
16793 not.
16794 * gdb.threads/next-bp-other-thread.c: New file.
16795 * gdb.threads/next-bp-other-thread.exp: New file.
16796
16797 2014-10-29 Pedro Alves <palves@redhat.com>
16798
16799 PR python/17372
16800 * gdb.python/python.exp: Test a multi-line command that spawns
16801 interactive Python.
16802 * gdb.base/multi-line-starts-subshell.exp: New file.
16803
16804 2014-10-29 Yao Qi <yao@codesourcery.com>
16805
16806 * gdb.base/fileio.exp: Make directories on host.
16807
16808 2014-10-29 Yao Qi <yao@codesourcery.com>
16809
16810 * gdb.base/fileio.c (test_write): Close the file.
16811
16812 2014-10-28 Pedro Alves <palves@redhat.com>
16813
16814 PR gdb/12623
16815 * gdb.base/sigstep.c (no_handler): New global.
16816 (main): If 'no_handler is true, set the signal handlers to
16817 SIG_IGN.
16818 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16819 with_sw_watch and no_handler parameters. Handle them.
16820 (top level) <stepping over handler when stopped at a breakpoint
16821 test>: Add a test axis for testing with a software watchpoint, and
16822 another for testing with the signal handler set to SIG_IGN.
16823 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16824 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16825
16826 2014-10-28 Pedro Alves <palves@redhat.com>
16827
16828 PR gdb/17511
16829 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16830 * gdb.base/sigstep.exp (other_handler_location): New global.
16831 (advance): Support stepping into the signal handler, and running
16832 commands while in the handler.
16833 (in_handler_map): New global.
16834 (top level): In the advance test, add combinations for getting
16835 into the handler with stepping commands, and for running commands
16836 in the handler. Add comment descripting the advancei tests.
16837
16838 2014-10-28 Pedro Alves <palves@redhat.com>
16839
16840 * gdb.base/sigstep.exp: Use build_executable instead of
16841 prepare_for_testing.
16842 (top level): Move code that starts GDB, runs to main and creates a
16843 display to ...
16844 (restart): ... this new procedure.
16845 (top level): Move backtrace from signal handler test to ...
16846 (validate_backtrace): ... this new procedure.
16847 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16848 with_test_prefix. Always restart GDB.
16849 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16850 with_test_prefix. Always restart GDB. No need to delete
16851 breakpoints after the test.
16852 (test_skip_handler): Remove prefix parameter.
16853 (skip_over_handler, breakpoint_to_handler)
16854 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16855 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16856 restart GDB. No need to delete breakpoints after the test.
16857 (top level): Use foreach to call the test procedures with
16858 different commands.
16859
16860 2014-10-28 Pedro Alves <palves@redhat.com>
16861
16862 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16863 instead of GNATS numbers.
16864 * gdb.base/sigbpt.exp: Likewise.
16865 * gdb.base/siginfo.exp: Likewise.
16866 * gdb.base/sigstep.exp: Likewise.
16867
16868 2014-10-27 Pedro Alves <palves@redhat.com>
16869
16870 * gdb.base/sigstep.c (dummy): New global.
16871 (main): Issue a couple writes to the new global.
16872 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16873 procedures.
16874 (skip_over_handler): Use test_skip_handler.
16875 (top level): Call skip_over_handler for stepi and nexti too.
16876 (breakpoint_over_handler): Use test_skip_handler.
16877 (top level): Call breakpoint_over_handler for stepi and nexti too.
16878
16879 2014-10-27 Yao Qi <yao@codesourcery.com>
16880
16881 * gdb.trace/tfile.c (adjust_function_address)
16882 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16883 function descriptor.
16884
16885 2014-10-24 Don Breazeal <donb@codesourcery.com>
16886
16887 * gdb.base/foll-fork.exp (test_follow_fork,
16888 catch_fork_child_follow): Check for updated fork messages emitted
16889 from infrun.c.
16890 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16891 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16892 vfork_and_exec_child_follow_through_step): Check for updated vfork
16893 messages emitted from infrun.c.
16894
16895 2014-10-24 Pedro Alves <palves@redhat.com>
16896
16897 * gdb.base/corefile.exp: Remove references to ultrix.
16898 * gdb.base/interrupt.exp: Likewise.
16899 * gdb.base/whatis.exp: Likewise.
16900 * gdb.gdb/selftest.exp: Likewise.
16901 * gdb.threads/manythreads.exp: Likewise.
16902 * gdb.threads/print-threads.exp: Likewise.
16903 * gdb.threads/pthreads.exp:: Likewise.
16904 * gdb.threads/schedlock.exp: Likewise.
16905
16906 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16907
16908 * gdb.cp/non-trivial-retval.cc: Add a test case.
16909 * gdb.cp/non-trivial-retval.exp: Add a test.
16910
16911 2014-10-20 Yao Qi <yao@codesourcery.com>
16912
16913 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16914 * gdb.python/py-objfile-script-gdb.py: New file.
16915 * gdb.python/py-objfile-script.exp: Update reference to
16916 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16917 of remote_download. Remove the dest file.
16918
16919 2014-10-20 Yao Qi <yao@codesourcery.com>
16920
16921 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16922 * gdb.base/step-line.exp: Likewise.
16923 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16924 * gdb.dwarf2/dw2-basic.exp: Likewise.
16925 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16926 * gdb.dwarf2/dw2-filename.exp: Likewise.
16927 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16928 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16929 * gdb.dwarf2/dw2-producer.exp: Likewise.
16930 * gdb.dwarf2/mac-fileno.exp: Likewise.
16931 * gdb.python/py-frame-args.exp: Likewise.
16932 * gdb.python/py-framefilter.exp: Likewise.
16933 * gdb.python/py-mi.exp: Likewise.
16934 * gdb.python/py-objfile-script.exp: Likewise
16935 * gdb.python/py-pp-integral.exp: Likewise.
16936 * gdb.python/py-pp-re-notag.exp: Likewise.
16937 * gdb.python/py-prettyprint.exp: Likewise.
16938 * gdb.python/py-section-script.exp: Likewise.
16939 * gdb.python/py-typeprint.exp: Likewise.
16940 * gdb.python/py-xmethods.exp: Likewise.
16941 * gdb.stabs/weird.exp: Likewise.
16942 * gdb.xml/tdesc-regs.exp: Likewise.
16943
16944 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16945
16946 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16947 (out_cu): Use addr_len for the size of addresses.
16948 (out_line): Likewise. Size DW_LNE_set_address instruction
16949 according to addr_len.
16950 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16951 (FUNC): Add START_INSNS to definition.
16952
16953 2014-10-18 Yao Qi <yao@codesourcery.com>
16954
16955 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16956 gdb_has_argv0 return true.
16957 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16958 check [target_info exists noargs], check [gdb_has_argv0]
16959 instead.
16960 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16961 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16962 procedures.
16963
16964 2014-10-17 Doug Evans <dje@google.com>
16965
16966 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16967 event.
16968 * gdb.python/py-events.py: Add clear_objfiles event.
16969
16970 2014-10-17 Doug Evans <dje@google.com>
16971
16972 * gdb.python/py-objfile.exp: Test progspace attribute.
16973
16974 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16975
16976 * gdb.guile/scm-breakpoint.exp: Do not assume any
16977 directory separators when matching source file paths.
16978 * gdb.python/py-breakpoint.exp: Likewise.
16979 * gdb.reverse/break-precsave.exp: Likewise.
16980 * gdb.reverse/break-reverse.exp: Likewise.
16981 * gdb.reverse/consecutive-precsave.exp: Likewise.
16982 * gdb.reverse/finish-precsave.exp: Likewise.
16983 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16984 * gdb.reverse/finish-reverse.exp: Likewise.
16985 * gdb.reverse/i386-precsave.exp: Likewise.
16986 * gdb.reverse/i387-env-reverse.exp: Likewise.
16987 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16988 * gdb.reverse/machinestate-precsave.exp: Likewise.
16989 * gdb.reverse/machinestate.exp: Likewise.
16990 * gdb.reverse/sigall-precsave.exp: Likewise.
16991 * gdb.reverse/solib-precsave.exp: Likewise.
16992 * gdb.reverse/step-precsave.exp: Likewise.
16993 * gdb.reverse/until-precsave.exp: Likewise.
16994 * gdb.reverse/watch-precsave.exp: Likewise.
16995 * gdb.reverse/watch-reverse.exp: Likewise.
16996
16997 2014-10-17 Yao Qi <yao@codesourcery.com>
16998
16999 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17000 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17001
17002 2014-10-17 Pedro Alves <palves@redhat.com>
17003
17004 PR gdb/17471
17005 * gdb.base/bg-execution-repeat.c: New file.
17006 * gdb.base/bg-execution-repeat.exp: New file.
17007
17008 2014-10-17 Pedro Alves <palves@redhat.com>
17009
17010 PR gdb/17300
17011 * gdb.base/continue-all-already-running.c: New file.
17012 * gdb.base/continue-all-already-running.exp: New file.
17013
17014 2014-10-17 Pedro Alves <palves@redhat.com>
17015
17016 PR gdb/17472
17017 * gdb.base/annota-input-while-running.c: New file.
17018 * gdb.base/annota-input-while-running.exp: New file.
17019
17020 2014-10-17 Pedro Alves <palves@redhat.com>
17021
17022 * gdb.base/callfuncs.exp: emove references to osf.
17023 * gdb.base/sigall.exp: Likewise.
17024 * gdb.gdb/selftest.exp: Likewise.
17025 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17026 * gdb.mi/non-stop.c: Likewise.
17027 * gdb.mi/pthreads.c: Likewise.
17028 * gdb.reverse/sigall-precsave.exp: Likewise.
17029 * gdb.reverse/sigall-reverse.exp: Likewise.
17030 * gdb.threads/pthreads.c: Likewise.
17031 * gdb.threads/pthreads.exp: Likewise.
17032
17033 2014-10-17 Yao Qi <yao@codesourcery.com>
17034
17035 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17036 check 'target_info exists noargs'.
17037 (test_command_prompt_position): Likewise.
17038 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17039 Remove "set args".
17040 (progvar_simple_while_test): Likewise.
17041 (progvar_complex_if_while_test): Likewise.
17042 (if_while_breakpoint_command_test): Likewise.
17043 (infrun_breakpoint_command_test): Likewise.
17044 (breakpoint_command_test): Likewise.
17045 (watchpoint_command_test): Likewise.
17046 (bp_deleted_in_command_test): Likewise.
17047 (temporary_breakpoint_commands): Likewise.
17048
17049 2014-10-16 Yao Qi <yao@codesourcery.com>
17050
17051 * gdb.base/remotetimeout.exp: Remove noargs checking.
17052
17053 2014-10-15 Pedro Alves <palves@redhat.com>
17054
17055 PR breakpoints/9649
17056 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17057 * gdb.base/breakpoint-in-ro-region.exp
17058 (probe_target_hardware_step): New procedure.
17059 (top level): Probe hardware stepping and hardware breakpoint
17060 support. Test stepping through a read-only region, with both
17061 "breakpoint auto-hw" on and off and both "always-inserted" on and
17062 off.
17063
17064 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17065
17066 * gdb.dlang/demangle.exp: Update for demangling changes.
17067
17068 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17069
17070 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17071 * gdb.cp/non-trivial-retval.exp: Add new tests.
17072
17073 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17074
17075 PR c++/13403
17076 PR c++/15154
17077 * gdb.cp/non-trivial-retval.cc: New file.
17078 * gdb.cp/non-trivial-retval.exp: New file.
17079
17080 2014-10-15 Yao Qi <yao@codesourcery.com>
17081
17082 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17083 remote host.
17084
17085 2014-10-15 Yao Qi <yao@codesourcery.com>
17086
17087 * gdb.python/py-symbol.exp: Match file base name if host is
17088 remote, otherwise match file name with dir name.
17089 * gdb.python/py-symtab.exp: Likewise.
17090 * gdb.python/python.exp: Likewise.
17091
17092 2014-10-15 Yao Qi <yao@codesourcery.com>
17093
17094 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17095 pattern.
17096 * gdb.python/py-symtab.exp: Likewise.
17097 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17098 locationn.
17099
17100 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17101
17102 * gdb.ada/addr_arith: New testcase.
17103
17104 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17105
17106 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17107 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17108 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17109 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17110
17111 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17112
17113 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17114 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17115 * gdb.arch/stap-eval-lang-ada.exp: New file.
17116
17117 2014-10-14 Yao Qi <yao@codesourcery.com>
17118
17119 * gdb.mi/mi-var-child.c (nothing1): New function.
17120 (nothing2): New function.
17121 (do_children_tests): Set function pointers by nothing1 and
17122 nothing2.
17123 * gdb.mi/mi-var-child.exp: Step over new added statements.
17124 Update test to match the new output.
17125 * gdb.mi/var-cmd.c (nothing1): New function.
17126 (nothing2): New function.
17127 (do_children_tests): Set function pointers by nothing1 and
17128 nothing2.
17129 * gdb.mi/mi-var-display.exp: Update test to match output.
17130 Step to the line specified by $line_dct_nothing.
17131 Increase the number of lines to step.
17132
17133 2014-10-14 Yao Qi <yao@codesourcery.com>
17134
17135 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17136 tests.
17137 * gdb.mi/mi2-var-child.exp: Likewise.
17138
17139 2014-10-13 Doug Evans <dje@google.com>
17140
17141 * gdb.python/py-objfile.exp: Change name of file name test.
17142
17143 2014-10-13 Doug Evans <dje@google.com>
17144
17145 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17146 from the start of the CU.
17147
17148 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17149 Yao Qi <yao@codesourcery.com>
17150
17151 Fix "save breakpoints" for "catch" command.
17152 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17153 Remove -nonewline. Match also the added "main" line.
17154
17155 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17156
17157 Fix "save breakpoints" for "disable $bpnum" command.
17158 * gdb.base/save-bp.c (main): Add label.
17159 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17160
17161 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17162
17163 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17164
17165 2014-10-11 Yao Qi <yao@codesourcery.com>
17166
17167 * gdb.server/server-kill.exp: Execute command
17168 "set remote trace-status-packet on" before "tstatus".
17169
17170 2014-10-11 Yao Qi <yao@codesourcery.com>
17171
17172 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17173 (main): Call getppid.
17174 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17175 and continue to it. Read variable "server_pid".
17176
17177 2014-10-11 Yao Qi <yao@codesourcery.com>
17178
17179 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17180
17181 2014-10-11 Yao Qi <yao@codesourcery.com>
17182
17183 * gdb.threads/thread-find.exp: Don't execute command
17184 "info threads".
17185 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17186 * gdb.threads/linux-dp.exp: Don't check the condition
17187 $threads_created equals to zero.
17188
17189 2014-10-10 Pedro Alves <palves@redhat.com>
17190
17191 * gdb.base/bigcore.exp: Remove references to IRIX.
17192 * gdb.base/funcargs.exp: Likewise.
17193 * gdb.base/interrupt.exp: Likewise.
17194 * gdb.base/mips_pro.exp: Likewise.
17195 * gdb.base/nodebug.exp: Likewise.
17196 * gdb.base/setvar.exp: Likewise.
17197 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17198
17199 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17200 Pedro Alves <palves@redhat.com>
17201
17202 PR symtab/14466
17203 * gdb.base/vdso-warning.c: New file.
17204 * gdb.base/vdso-warning.exp: New file.
17205
17206 2014-10-02 Doug Evans <dje@google.com>
17207
17208 * gdb.base/structs.c (main): Don't run forever.
17209
17210 2014-10-02 Pedro Alves <palves@redhat.com>
17211
17212 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17213 (top level) <stop threads 1, stop threads 2>: Use it.
17214
17215 2014-10-02 Pedro Alves <palves@redhat.com>
17216
17217 * gdb.threads/break-while-running.exp (test): Add new
17218 'update_thread_list' argument. Skip "info threads" if false.
17219 (top level): Add new 'update_thread_list' axis.
17220
17221 2014-10-02 Pedro Alves <palves@redhat.com>
17222
17223 PR breakpoints/17431
17224 * gdb.base/execl-update-breakpoints.c: New file.
17225 * gdb.base/execl-update-breakpoints.exp: New file.
17226
17227 2014-10-01 Pedro Alves <palves@redhat.com>
17228
17229 * gdb.base/breakpoint-in-ro-region.c: New file.
17230 * gdb.base/breakpoint-in-ro-region.exp: New file.
17231
17232 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17233
17234 * gdb.mi/mi-exit-code.exp: New file.
17235 * gdb.mi/mi-exit-code.c: New file.
17236
17237 2014-09-30 Yao Qi <yao@codesourcery.com>
17238
17239 * lib/prelink-support.exp (build_executable_own_libs): Error if
17240 the target isn't native.
17241
17242 2014-09-30 Yao Qi <yao@codesourcery.com>
17243
17244 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17245 false.
17246
17247 2014-09-22 Pedro Alves <palves@redhat.com>
17248
17249 * gdb.threads/break-while-running.exp: New file.
17250 * gdb.threads/break-while-running.c: New file.
17251
17252 2014-09-19 Yao Qi <yao@codesourcery.com>
17253
17254 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17255 Invoke test. Restart GDB with --readnow and invoke test again.
17256
17257 2014-09-19 Yao Qi <yao@codesourcery.com>
17258
17259 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17260 proc set_breakpoint_on_gcd_function. Invoke
17261 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17262 invoke set_breakpoint_on_gcd_function again.
17263
17264 2014-09-18 Doug Evans <dje@google.com>
17265
17266 * gdb.dwarf2/symtab-producer.exp: New file.
17267
17268 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17269
17270 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17271 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17272 * gdb.base/global-var-nested-by-dso.c: Likewise.
17273 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17274
17275 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17276 Pedro Alves <palves@redhat.com>
17277
17278 * gdb.base/watch-bitfields.exp: Pass string other than test file
17279 name to prepare_for_testing.
17280 (watch): New procedure.
17281 (expect_watchpoint): Use with_test_prefix.
17282 (top level): Factor out tests to ...
17283 (test_watch_location, test_regular_watch): ... these new
17284 procedures, and use with_test_prefix and gdb_continue_to_end.
17285
17286 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17287
17288 PR breakpoints/12526
17289 * gdb.base/watch-bitfields.exp: New file.
17290 * gdb.base/watch-bitfields.c: New file.
17291
17292 2014-09-16 Pedro Alves <palves@redhat.com>
17293
17294 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17295 software and hardware addresses, not software address against
17296 itself.
17297
17298 2014-09-16 Pedro Alves <palves@redhat.com>
17299
17300 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17301 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17302
17303 2014-09-16 Pedro Alves <palves@redhat.com>
17304
17305 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17306 files.
17307 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17308 "*-*-vxworks*" throughout.
17309 * gdb.base/break.exp: Likewise.
17310 * gdb.base/default.exp: Likewise.
17311 * gdb.base/scope.exp: Likewise.
17312 * gdb.base/sepdebug.exp: Likewise.
17313 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17314 throughout.
17315 * gdb.base/run.c: Likewise.
17316 * gdb.base/sepdebug.c: Likewise.
17317 * gdb.hp/gdb.aCC/run.c: Likewise.
17318 * gdb.reverse/until-reverse.c: Likewise.
17319 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17320
17321 2014-09-16 Yao Qi <yao@codesourcery.com>
17322
17323 * boards/local-remote-host-native.exp: New file.
17324
17325 2014-09-14 Doug Evans <xdje42@gmail.com>
17326
17327 * gdb.threads/queue-signal.c (thread_count): New variable.
17328 (thread_count_mutex, thread_count_condvar): New variables.
17329 (incr_thread_count, wait_all_threads_running): New functions.
17330 (main): Wait for all threads to be in their thread functions.
17331
17332 2014-09-13 Doug Evans <xdje42@gmail.com>
17333
17334 * gdb.threads/queue-signal.c: New file.
17335 * gdb.threads/queue-signal.exp: New file.
17336
17337 2014-09-13 Doug Evans <xdje42@gmail.com>
17338
17339 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17340 be consistent with what default_gdb_init uses.
17341 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17342 the plain text of the prompt. Add some logging printfs.
17343 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17344
17345 2014-09-12 Pedro Alves <palves@redhat.com>
17346
17347 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17348 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17349 * gdb.arch/i386-size-overlap.exp: Likewise.
17350 * gdb.arch/i386-size.exp: Likewise.
17351 * gdb.arch/i386-unwind.exp: Likewise.
17352 * gdb.base/a2-run.exp: Likewise.
17353 * gdb.base/break.exp: Likewise.
17354 * gdb.base/charset.exp: Likewise.
17355 * gdb.base/chng-syms.exp: Likewise.
17356 * gdb.base/commands.exp: Likewise.
17357 * gdb.base/dbx.exp: Likewise.
17358 * gdb.base/find.exp: Likewise.
17359 * gdb.base/funcargs.exp: Likewise.
17360 * gdb.base/jit-simple.exp: Likewise.
17361 * gdb.base/reread.exp: Likewise.
17362 * gdb.base/sepdebug.exp: Likewise.
17363 * gdb.base/step-bt.exp: Likewise.
17364 * gdb.cp/mb-inline.exp: Likewise.
17365 * gdb.cp/mb-templates.exp: Likewise.
17366 * gdb.objc/basicclass.exp: Likewise.
17367 * gdb.threads/killed.exp: Likewise.
17368
17369 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17370
17371 PR tdep/17379
17372 * gdb.arch/powerpc-stackless.S: New file.
17373 * gdb.arch/powerpc-stackless.exp: New file.
17374
17375 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17376
17377 * gdb.base/attach.c: Include unistd.h.
17378 (main): Call alarm. Add label postloop.
17379 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17380 gdb_breakpoint, gdb_continue_to_breakpoint.
17381 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17382
17383 2014-09-11 Pedro Alves <palves@redhat.com>
17384
17385 PR gdb/17347
17386 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17387 * gdb.base/attach.exp (test_command_line_attach_run): New
17388 procedure.
17389 (top level): Call it.
17390
17391 2014-09-11 Pedro Alves <palves@redhat.com>
17392
17393 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17394 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17395 (do_command_attach_tests): Use spawn_wait_for_attach.
17396 * gdb.base/solib-overlap.exp: Likewise.
17397 * gdb.multi/multi-attach.exp: Likewise.
17398 * gdb.python/py-prompt.exp: Likewise.
17399 * gdb.python/py-sync-interp.exp: Likewise.
17400 * gdb.server/ext-attach.exp: Likewise.
17401
17402 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17403
17404 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17405 command in testcase. Simplify testcase.
17406
17407 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17408
17409 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17410
17411 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17412
17413 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17414
17415 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17416
17417 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17418
17419 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17420
17421 * gdb.dwarf2/dynarr-ptr.c: New file.
17422 * gdb.dwarf2/dynarr-ptr.exp: New file.
17423
17424 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17425
17426 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17427 of 30 rather than hardcoding 120 for a slow test case. Take the
17428 `gdb,timeout' target setting into account for this calculation.
17429 Don't extend the timeout for the test cases that don't need it.
17430
17431 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17432
17433 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17434 a factor of 2 for a slow test case. Take the `gdb,timeout'
17435 target setting into account for this calculation.
17436 * gdb.reverse/until-precsave.exp: Increase the timeout by
17437 a factor of 15 and 3 respectively rather than adding 120
17438 for a pair of slow test cases. Take the `gdb,timeout'
17439 target setting into account for this calculation.
17440
17441 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17442
17443 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17444 timeout, don't pass one down to gdb_expect.
17445 (gdb_expect): Rework timeout selection.
17446
17447 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17448
17449 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17450 exception on timeout.
17451 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17452 (gdbserver_start_extended): Catch any `gdbserver_start' error
17453 exceptions.
17454 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17455 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17456 `gdbserver_gdb_load' error exceptions.
17457
17458 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17459
17460 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17461 120 on waiting for the TCP socket to open.
17462
17463 2014-09-09 Doug Evans <xdje42@gmail.com>
17464
17465 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17466 _caller_matches, _any_caller_is, _any_caller_matches.
17467
17468 2014-09-09 Doug Evans <xdje42@gmail.com>
17469
17470 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17471
17472 2014-09-09 Yao Qi <yao@codesourcery.com>
17473
17474 * gdb.mi/mi-var-display.exp: Set print symbol off.
17475
17476 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17477
17478 PR gdb/17035
17479 * gdb.base/commands.exp: Add tests to verify user-defined
17480 commands with empty bodies.
17481 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17482 python commands in `show user command`.
17483 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17484 scheme commands in `show user command`.
17485
17486 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17487
17488 PR python/17355
17489 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17490 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17491 * gdb.python/py-framefilter-invalidarg.exp: New file.
17492 * gdb.python/py-framefilter-invalidarg.py: New file.
17493
17494 2014-09-06 Doug Evans <xdje42@gmail.com>
17495
17496 PR 15276
17497 * gdb.python/py-caller-is.c: New file.
17498 * gdb.python/py-caller-is.exp: New file.
17499
17500 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17501
17502 PR gdb/17235
17503 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17504 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17505
17506 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17507
17508 PR fortran/17237
17509 * gdb.fortran/print-formatted.exp: New file.
17510 * gdb.fortran/print-formatted.f90: Likewise.
17511
17512 2014-09-03 Sasha Smundak <asmundak@google.com>
17513
17514 * gdb.python/py-frame.exp: Test Frame.read_register.
17515
17516 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17517
17518 PR python/16699
17519 * gdb.python/py-completion.exp: New file.
17520 * gdb.python/py-completion.py: Likewise.
17521
17522 2014-08-28 Doug Evans <dje@google.com>
17523
17524 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17525 eax,etc. are live with values set by gdb and thus the compiler can't
17526 use them.
17527 * gdb.arch/i386-pseudo.c (main): Ditto.
17528
17529 2014-08-27 Doug Evans <dje@google.com>
17530
17531 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17532
17533 2014-08-25 Doug Evans <dje@google.com>
17534
17535 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17536 (main): Ditto.
17537
17538 2014-08-25 Doug Evans <dje@google.com>
17539
17540 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17541
17542 2014-08-24 Yao Qi <yao@codesourcery.com>
17543
17544 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17545 symbol off.
17546 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17547
17548 2014-08-22 Doug Evans <dje@google.com>
17549
17550 PR 17276
17551 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17552 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17553 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17554
17555 2014-08-22 Yao Qi <yao@codesourcery.com>
17556
17557 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17558 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17559 * gdb.python/python.exp: Likewise. Use .py file on the host
17560 instead of the build.
17561
17562 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17563
17564 * gdb.threads/gcore-stale-thread.c: New file.
17565 * gdb.threads/gcore-stale-thread.exp: New file.
17566
17567 2014-08-21 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17570 * gdb.base/gcore-relro-pie.exp: Likewise.
17571 * gdb.base/gcore-relro.exp: Likewise.
17572 * gdb.base/gcore.exp: Likewise.
17573 * gdb.base/print-symbol-loading.exp: Likewise.
17574 * gdb.threads/gcore-thread.exp: Likewise.
17575 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17576
17577 2014-08-20 Pedro Alves <palves@redhat.com>
17578 Jan Kratochvil <jan.kratochvil@redhat.com>
17579
17580 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17581 configure.
17582 (EXPECT): Handle READ1 being set.
17583 (all): Depend on EXTRA_RULES.
17584 (check-read1, expect-read1, read1.so, read1): New rules.
17585 * README (Testsuite Parameters): Document the READ1 make variable.
17586 (Race detection): New section.
17587 * configure: Regenerate.
17588 * configure.ac: If build==host==target, and running under a
17589 GNU/glibc system, add read1 to the extra Makefile rules.
17590 (EXTRA_RULES): AC_SUBST it.
17591 * lib/read1.c: New file.
17592
17593 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17594
17595 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17596 the handling of variables declared as a typedef to an array
17597 which a DW_AT_data_location attribute.
17598
17599 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17600 Pedro Alves <palves@redhat.com>
17601
17602 PR symtab/14604
17603 PR symtab/14605
17604 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17605 gdb_test.
17606
17607 2014-08-19 Pedro Alves <palves@redhat.com>
17608
17609 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17610
17611 2014-08-19 Yao Qi <yao@codesourcery.com>
17612
17613 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17614 right line.
17615
17616 2014-08-18 David Blaikie <dblaikie@gmail.com>
17617
17618 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17619
17620 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17621
17622 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17623 attribute in array range.
17624
17625 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17626
17627 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17628
17629 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17630
17631 PR c++/17132
17632 * gdb.cp/pr17132.cc: New file.
17633 * gdb.cp/pr17132.exp: New file.
17634
17635 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17636
17637 * gdb.python/py-xmethods.py (A_getarrayind)
17638 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17639 Use 'print' with function call syntax.
17640 (E_method_matcher.match): Fix tab vs space indentation mixup.
17641
17642 2014-08-15 Yao Qi <yao@codesourcery.com>
17643
17644 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17645 false.
17646
17647 2014-08-15 Yao Qi <yao@codesourcery.com>
17648
17649 * gdb.cp/casts.exp: Set print symbol off.
17650 * gdb.cp/class2.exp: Likewise.
17651 * gdb.cp/overload.exp: Likewise.
17652 * gdb.cp/templates.exp: Likewise.
17653
17654 2014-08-11 Doug Evans <dje@google.com>
17655
17656 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17657 (test_load_shlib): Update.
17658
17659 2014-08-09 Yao Qi <yao@codesourcery.com>
17660
17661 * gdb.base/display.exp: Invoke is_address_zero_readable.
17662 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17663 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17664 * gdb.base/hbreak-unmapped.exp: Return if
17665 is_address_zero_readable returns true.
17666 * gdb.base/signest.exp: Likewise.
17667 * gdb.base/signull.exp: Likewise.
17668 * gdb.base/sigbpt.exp: Likewise.
17669 * gdb.guile/scm-disasm.exp: Do the test if
17670 is_address_zero_readable returns false.
17671 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17672 * gdb.python/py-arch.exp: Likewise.
17673 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17674 * lib/gdb.exp (is_address_zero_readable): New proc.
17675
17676 2014-08-09 Yao Qi <yao@codesourcery.com>
17677
17678 PR testsuite/13443
17679 * gdb.mi/mi-var-display.exp: Make test messages unique.
17680
17681 2014-08-04 Tom Tromey <tromey@redhat.com>
17682
17683 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17684 target 0".
17685
17686 2014-08-04 Tom Tromey <tromey@redhat.com>
17687
17688 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17689 "target_resume".
17690
17691 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17692
17693 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17694 inner_vla_struct_object_size.
17695 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17696 as xfail.
17697
17698 2014-07-30 Pedro Alves <palves@redhat.com>
17699
17700 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17701 comment.
17702
17703 2014-07-29 Yao Qi <yao@codesourcery.com>
17704
17705 PR gdb/17206
17706 * gdb.base/until-nodebug.exp: New.
17707
17708 2014-07-28 Doug Evans <xdje42@gmail.com>
17709
17710 PR guile/17203
17711 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17712 previously existing parameter, and previously ambiguously spelled
17713 parameter.
17714
17715 2014-07-28 Will Newton <will.newton@linaro.org>
17716
17717 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17718
17719 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17720 Doug Evans <xdje42@gmail.com>
17721
17722 PR guile/17146
17723 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17724
17725 2014-07-25 Pedro Alves <palves@redhat.com>
17726
17727 * gdb.threads/signal-command-handle-nopass.c: New file.
17728 * gdb.threads/signal-command-handle-nopass.exp: New file.
17729 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17730 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17731 * gdb.threads/signal-delivered-right-thread.c: New file.
17732 * gdb.threads/signal-delivered-right-thread.exp: New file.
17733
17734 2014-07-25 Pedro Alves <palves@redhat.com>
17735
17736 * gdb.base/double-prompt-target-event-error.exp
17737 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17738 match.
17739 (cancel_pagination_in_target_event): Rework double prompt
17740 detection.
17741 * gdb.base/paginate-after-ctrl-c-running.exp
17742 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17743 <return>' match.
17744 * gdb.base/paginate-bg-execution.exp
17745 (test_bg_execution_pagination_return)
17746 (test_bg_execution_pagination_cancel): Remove '-notransfer
17747 <return>' matches.
17748 * gdb.base/paginate-execution-startup.exp
17749 (test_fg_execution_pagination_return)
17750 (test_fg_execution_pagination_cancel): Remove '-notransfer
17751 <return>' matches.
17752 * gdb.base/paginate-inferior-exit.exp
17753 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17754 match.
17755 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17756 * lib/gdb.exp (pagination_prompt): Run text through
17757 string_to_regexp.
17758 (gdb_test_multiple): Match $pagination_prompt instead of
17759 "<return>".
17760 (string_to_regexp): Move to lib/gdb-utils.exp.
17761
17762 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17763
17764 * gdb.arch/amd64-entry-value-paramref.S: New file.
17765 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17766 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17767 * gdb.arch/amd64-optimout-repeat.S: New file.
17768 * gdb.arch/amd64-optimout-repeat.c: New file.
17769 * gdb.arch/amd64-optimout-repeat.exp: New file.
17770
17771 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17772
17773 PR gdb/17170
17774 * gdb.base/statistics.exp: New file.
17775
17776 2014-07-17 Doug Evans <dje@google.com>
17777
17778 PR gdb/17170
17779 * gdb.base/maint.exp: Update testing of per-command stats.
17780
17781 2014-07-16 Pedro Alves <palves@redhat.com>
17782
17783 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17784 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17785 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17786 (tfile_write_buf): New functions.
17787 (add_memory_block): Rewrite using the above.
17788 (adjust_function_address): New function.
17789 (FUNCTION_ADDRESS): New macro.
17790 (write_basic_trace_file): Remove short_x local, and use
17791 tfile_write_16. Change type of func_addr local to unsigned long
17792 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17793 here. Cast argument of add_memory_block to char pointer.
17794 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17795 (main): Remove parameters.
17796 * gdb.trace/tfile.exp: Remove nowarnings.
17797
17798 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17799
17800 * gdb.base/debug-expr.exp: Test string evaluation with
17801 "debug expression" on.
17802
17803 2014-07-15 Pedro Alves <palves@redhat.com>
17804
17805 * gdb.base/reread.exp: Use clean_restart.
17806
17807 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17808
17809 * gdb.arch/avr-flash-qualifer.c: New.
17810 * gdb.arch/avr-flash-qualifer.exp: New.
17811
17812 2014-07-14 Pedro Alves <palves@redhat.com>
17813
17814 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17815 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17816
17817 2014-07-14 Pedro Alves <palves@redhat.com>
17818
17819 * gdb.base/double-prompt-target-event-error.c: New file.
17820 * gdb.base/double-prompt-target-event-error.exp: New file.
17821
17822 2014-07-14 Pedro Alves <palves@redhat.com>
17823
17824 PR gdb/17072
17825 * gdb.base/paginate-inferior-exit.c: New file.
17826 * gdb.base/paginate-inferior-exit.exp: New file.
17827
17828 2014-07-14 Pedro Alves <palves@redhat.com>
17829
17830 PR gdb/17072
17831 * gdb.base/paginate-bg-execution.c: New file.
17832 * gdb.base/paginate-bg-execution.exp: New file.
17833
17834 2014-07-14 Pedro Alves <palves@redhat.com>
17835
17836 PR gdb/17072
17837 * gdb.base/paginate-execution-startup.c: New file.
17838 * gdb.base/paginate-execution-startup.exp: New file.
17839 * lib/gdb.exp (pagination_prompt): New global.
17840 (default_gdb_spawn): New procedure, factored out from
17841 default_gdb_spawn.
17842 (default_gdb_start): Adjust to call default_gdb_spawn.
17843 (gdb_spawn): New procedure.
17844
17845 2014-07-14 Pedro Alves <palves@redhat.com>
17846
17847 * lib/gdb.exp (gdb_assert): New procedure.
17848 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17849
17850 2014-07-14 Pedro Alves <palves@redhat.com>
17851
17852 * gdb.base/execution-termios.c: New file.
17853 * gdb.base/execution-termios.exp: New file.
17854
17855 2014-07-14 Tom Tromey <tromey@redhat.com>
17856
17857 * gdb.cp/vla-cxx.cc: New file.
17858 * gdb.cp/vla-cxx.exp: New file.
17859
17860 2014-07-14 Tom Tromey <tromey@redhat.com>
17861
17862 * gdb.reverse/rerun-prec.c: New file.
17863 * gdb.reverse/rerun-prec.exp: New file.
17864
17865 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17866 Maciej W. Rozycki <macro@codesourcery.com>
17867
17868 * lib/gdb-utils.exp: New file.
17869 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17870 inline `gdb_init_command' processing.
17871 (gdb_start_cmd): Likewise.
17872 * lib/mi-support.exp (mi_run_cmd): Likewise.
17873 * README: Document `gdb_init_command' and `gdb_init_commands'.
17874
17875 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17876
17877 Fix false FAIL running under a very long directory name.
17878 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17879 and "set print elements 10000". Twice.
17880
17881 2014-07-11 Yao Qi <yao@codesourcery.com>
17882
17883 * gdb.base/exprs.exp: "set print symbol off".
17884
17885 2014-07-11 Pedro Alves <palves@redhat.com>
17886
17887 * gdb.threads/kill.c: New file.
17888 * gdb.threads/kill.exp: New file.
17889
17890 2014-07-10 Yao Qi <yao@codesourcery.com>
17891
17892 * gdb.trace/tfile.c (write_basic_trace_file)
17893 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17894 address written to trace file.
17895
17896 2014-07-09 Pedro Alves <palves@redhat.com>
17897
17898 * gdb.base/attach-wait-input.exp: New file.
17899 * gdb.base/attach-wait-input.c: New file.
17900
17901 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17902
17903 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17904 setting up test structures.
17905 (main): Call new test function.
17906 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17907 test function, continue into test function and walk test
17908 structures.
17909
17910 2014-07-02 Yao Qi <yao@codesourcery.com>
17911
17912 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17913 'bar_start' at the beginning of functions 'foo' and 'bar'
17914 respectively.
17915 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17916 instead of 'foo' and 'bar'.
17917
17918 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17919
17920 * gdb.btrace/segv.exp: New.
17921 * gdb.btrace/segv.c: New.
17922
17923 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17924
17925 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17926 instruction.
17927
17928 2014-06-30 Mark Wielaard <mjw@redhat.com>
17929
17930 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17931 vulture, vilify, villar): New volatile array constants.
17932 (vindictive, vegetation): New const volatile array constants.
17933 * gdb.base/volatile.exp: Test volatile and const volatile array
17934 types.
17935
17936 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17937
17938 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17939 target lacks support for awatch, rwatch, or hbreak.
17940
17941 2014-06-27 Yao Qi <yao@codesourcery.com>
17942
17943 * gdb.multi/dummy-frame-restore.exp: New.
17944 * gdb.multi/dummy-frame-restore.c: New.
17945
17946 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17947
17948 * gdb.btrace/gcore.exp: New.
17949
17950 2014-06-23 Pedro Alves <palves@redhat.com>
17951
17952 * gdb.base/watchpoint-reuse-slot.c: New file.
17953 * gdb.base/watchpoint-reuse-slot.exp: New file.
17954
17955 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17956
17957 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17958 progspace's filename in 'info', 'enable' and 'disable' command
17959 tests.
17960
17961 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17962
17963 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17964 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17965 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17966
17967 2014-06-20 Gary Benson <gbenson@redhat.com>
17968
17969 * gdb.arch/i386-avx.exp: Fix include file location.
17970 * gdb.arch/i386-sse.exp: Likewise.
17971
17972 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17973
17974 * gdb.dlang/expression.exp: New file.
17975
17976 2014-06-19 Pedro Alves <palves@redhat.com>
17977
17978 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17979 out from ...
17980 (top level): ... here. Iterate running tests under different
17981 scheduler-locking settings.
17982
17983 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17984
17985 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17986 to DW_FORM_addr and use non-zero addresses.
17987
17988 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17989
17990 PR gdb/17017
17991 * gdb.python/py-xmethods.cc: Add global function call counters and
17992 increment them in their respective functions. Remove "cout"
17993 statements.
17994 * gdb.python/py-xmethods.exp: Make tests check the global function
17995 call counters instead of depending on inferior IO.
17996
17997 2014-06-18 Don Breazeal <donb@codesourcery.com>
17998
17999 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18000 Deleted procedure.
18001 (explicit_fork_parent_follow): Deleted procedure.
18002 (explicit_fork_child_follow): Deleted procedure.
18003 (test_follow_fork): New procedure.
18004 (do_fork_tests): Replace calls to deleted procedures with
18005 calls to test_follow_fork and reset GDB for subsequent
18006 procedure calls.
18007
18008 2014-06-17 Yao Qi <yao@codesourcery.com>
18009
18010 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18011 CP1252.
18012
18013 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18014
18015 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18016 Initialize ptr and S explicitly.
18017 (skip_type_update_when_not_use_rtti_test): Likewise.
18018
18019 2014-06-16 Keith Seitz <keiths@redhat.com>
18020
18021 PR mi/15863
18022 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18023 the inferior is started.
18024
18025 2014-06-16 Pedro Alves <palves@redhat.com>
18026
18027 * gdb.base/break-main-file-remove-fail.c: New file.
18028 * gdb.base/break-main-file-remove-fail.exp: New file.
18029 * gdb.base/break-unload-file.exp: Use build_executable instead of
18030 prepare_for_testing.
18031 (test_break): New parameter "initial_load". Handle it.
18032 (top level): Add initial_load cmdline/file axis.
18033
18034 2014-06-12 Tom Tromey <tromey@redhat.com>
18035
18036 * gdb.base/completion.exp: Don't use directory name in test.
18037
18038 2014-06-09 Gary Benson <gbenson@redhat.com>
18039
18040 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18041 separate the always-available ANSI-standard signals from the
18042 signals that require checking.
18043 (main): Likewise.
18044 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18045 Likewise.
18046 (main): Likewise.
18047
18048 2014-06-07 Keith Seitz <keiths@redhat.com>
18049
18050 Revert:
18051 PR c++/16253
18052 * gdb.cp/var-tag.cc: New file.
18053 * gdb.cp/var-tag.exp: New file.
18054 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18055 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18056 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18057 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18058
18059 2014-06-06 Doug Evans <xdje42@gmail.com>
18060
18061 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18062
18063 2014-06-06 Pedro Alves <palves@redhat.com>
18064
18065 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18066 in target debug output instead of looking at RSP packets,
18067 disabling the test on any target that uses hardware stepping.
18068 Update comments.
18069
18070 2014-06-06 Pedro Alves <palves@redhat.com>
18071
18072 * gdb.base/break-unload-file.exp: Fix typo.
18073
18074 2014-06-06 Yao Qi <yao@codesourcery.com>
18075
18076 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18077 from "jit_function" to "^jit_function".
18078
18079 2014-06-06 Yao Qi <yao@codesourcery.com>
18080
18081 * gdb.base/async.c (foo): Add one statement.
18082 * gdb.base/async.exp: Get the next instruction address and
18083 match the output of "nexti" by instruction address. Match
18084 the hex address in the output of "finish".
18085
18086 2014-06-06 Gary Benson <gbenson@redhat.com>
18087
18088 * gdb.base/call-signals.c: Remove preprocessor conditionals
18089 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18090 SIGSEGV and SIGTERM.
18091 * gdb.base/sigall.c: Likewise.
18092 * gdb.base/unwindonsignal.c: Likewise.
18093 * gdb.reverse/sigall-reverse.c: Likewise.
18094
18095 2014-06-06 Yao Qi <yao@codesourcery.com>
18096
18097 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18098 readable, skip the test.
18099
18100 2014-06-06 Yao Qi <yao@codesourcery.com>
18101
18102 * gdb.threads/staticthreads.c (thread_function): Move the line
18103 setting breakpoint on forward.
18104 * gdb.threads/staticthreads.exp: Update comments.
18105
18106 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18107
18108 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18109 "history-append! type error".
18110
18111 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18112
18113 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18114 erroneous dprintf expected input.
18115
18116 2014-06-04 Doug Evans <xdje42@gmail.com>
18117
18118 * gdb.guile/scm-generics.exp: Delete.
18119
18120 2014-06-04 Doug Evans <xdje42@gmail.com>
18121
18122 * gdb.guile/scm-breakpoint.exp: Update.
18123 Add tests for breakpoint registration.
18124
18125 2014-06-04 Tom Tromey <tromey@redhat.com>
18126
18127 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18128 VLA-in-union.
18129 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18130 inner_vla_struct, vla_union types. Initialize objects of those
18131 types and compute their sizes.
18132
18133 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18134 Hui Zhu <hui@codesourcery.com>
18135
18136 * gdb.base/fileio.exp: Add test for shell not available as well as
18137 available.
18138 * gdb.base/fileio.c (test_system): Check for shell twice.
18139
18140 2014-06-04 Yao Qi <yao@codesourcery.com>
18141
18142 * gdb.base/auto-connect-native-target.exp: Remove redundant
18143 space from the regexp pattern.
18144
18145 2014-06-04 Yao Qi <yao@codesourcery.com>
18146
18147 * gdb.base/default.exp: Replace "child" with "native" in
18148 regexp pattern.
18149
18150 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18151
18152 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18153 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18154 * gdb.python/py-xmethods.py: Python script supporting the
18155 new testcase and tests.
18156
18157 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18158 Pedro Alves <palves@redhat.com>
18159
18160 PR breakpoints/17000
18161 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18162 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18163
18164 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18165
18166 * gdb.base/subst.exp: Add tests to verify partial path matching
18167 output.
18168
18169 2014-06-03 Pedro Alves <palves@redhat.com>
18170
18171 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18172 target that doesn't use software single-stepping.
18173
18174 2014-06-03 Pedro Alves <palves@redhat.com>
18175
18176 PR breakpoints/17000
18177 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18178 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18179
18180 2014-06-02 Doug Evans <xdje42@gmail.com>
18181
18182 * gdb.guile/scm-parameter.exp: New file.
18183
18184 2014-06-02 Doug Evans <xdje42@gmail.com>
18185
18186 * gdb.guile/scm-cmd.c: New file.
18187 * gdb.guile/scm-cmd.exp: New file.
18188
18189 2014-06-02 Doug Evans <xdje42@gmail.com>
18190
18191 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18192 pretty-printer lookup.
18193 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18194 (make-pp_s-printer): Call it.
18195 (make-pretty-printer-from-dict): New function.
18196 (lookup-pretty-printer-maker-from-dict): New function.
18197 (*pretty-printer*): Simplify.
18198 (make-objfile-pp_s-printer): New function.
18199 (install-objfile-pretty-printers!): New function.
18200 (make-progspace-pp_s-printer): New function.
18201 (install-progspace-pretty-printers!): New function.
18202 * gdb.guile/scm-progspace.c: New file.
18203 * gdb.guile/scm-progspace.exp: New file.
18204
18205 2014-06-02 Pedro Alves <palves@redhat.com>
18206
18207 * gdb.base/dprintf-bp-same-addr.c: New file.
18208 * gdb.base/dprintf-bp-same-addr.exp: New file.
18209
18210 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18211
18212 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18213 * gdb.arch/powerpc-power.s: Likewise.
18214
18215 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18216
18217 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18218
18219 2014-06-01 Yao Qi <yao@codesourcery.com>
18220
18221 * gdb.base/watchpoint.exp (test_watch_location): Check null
18222 pointer can be dereferenced. If not, do the test, otherwise
18223 skip it.
18224
18225 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18226
18227 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18228 results.
18229 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18230
18231 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18232
18233 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18234 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18235 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18236 * gdb.arch/amd64-invalid-stack-top.c: New file.
18237 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18238
18239 2014-05-30 Pedro Alves <palves@redhat.com>
18240
18241 PR breakpoints/17000
18242 * gdb.base/sss-bp-on-user-bp.c: New file.
18243 * gdb.base/sss-bp-on-user-bp.exp: New file.
18244
18245 2014-05-30 David Blaikie <dblaikie@gmail.com>
18246
18247 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18248 gnu_inline semantics via attribute.
18249 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18250 source explicitly specifies the required semantics.
18251
18252 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18253
18254 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18255
18256 2014-05-29 Pedro Alves <palves@redhat.com>
18257 Tom Tromey <tromey@redhat.com>
18258
18259 * gdb.base/async-shell.exp: Don't enable target-async.
18260 * gdb.base/async.exp
18261 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18262 parameter. Adjust.
18263 (top level): Don't test with "target-async".
18264 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18265 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18266 * gdb.base/inferior-died.exp: Don't enable target-async.
18267 * gdb.base/interrupt-noterm.exp: Likewise.
18268 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18269 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18270 * gdb.mi/mi-nonstop.exp: Likewise.
18271 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18272 * gdb.mi/mi-nsintrall.exp: Likewise.
18273 * gdb.mi/mi-nsmoribund.exp: Likewise.
18274 * gdb.mi/mi-nsthrexec.exp: Likewise.
18275 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18276 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18277 * gdb.python/py-evsignal.exp: Don't enable target-async.
18278 * gdb.python/py-evthreads.exp: Likewise.
18279 * gdb.python/py-prompt.exp: Likewise.
18280 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18281 * gdb.server/solib-list.exp: Don't enable target-async.
18282 * gdb.threads/thread-specific-bp.exp: Likewise.
18283 * lib/mi-support.exp: Adjust to use mi-async.
18284
18285 2014-05-29 Pedro Alves <palves@redhat.com>
18286
18287 PR gdb/13860
18288 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18289 reason, even in sync mode.
18290
18291 2014-05-29 Pedro Alves <palves@redhat.com>
18292 Hui Zhu <hui@codesourcery.com>
18293
18294 PR PR15693
18295 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18296 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18297 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18298 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18299
18300 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18301
18302 * config/monitor.exp (gdb_target_monitor): Replace use of
18303 "set remotebaud" by "set serial baud".
18304
18305 2014-05-26 Andy Wingo <wingo@igalia.com>
18306
18307 * gdb.guile/scm-breakpoint.exp:
18308 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18309 properties instead of gdb-object-properties.
18310
18311 2014-05-26 Yao Qi <yao@codesourcery.com>
18312
18313 * gdb.server/no-thread-db.exp: Specify source file name
18314 explicitly when setting a breakpoint.
18315
18316 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18317
18318 * gdb.btrace/vdso.c: New.
18319 * gdb.btrace/vdso.exp: New.
18320
18321 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18322
18323 * gdb.base/gcore.exp (capture_command_output): Move ...
18324 * lib/gdb.exp (capture_command_output): ... here.
18325
18326 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18327
18328 * gdb.btrace/data.exp: Test memory access during btrace replay.
18329
18330 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18331
18332 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18333
18334 2014-05-21 Pedro Alves <palves@redhat.com>
18335
18336 PR gdb/13860
18337 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18338 (top level): Test that output related to execution commands is
18339 sent to the console with CLI commands, but not with MI commands.
18340 Test that breakpoint events are always mirrored to the console.
18341 Also expect the new source line to be output after a "next" in
18342 async mode too. Make it a pass/fail test.
18343 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18344 output.
18345 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18346
18347 2014-05-21 Pedro Alves <palves@redhat.com>
18348
18349 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18350 Use them to test variations of "list" after reaching a breakpoint.
18351 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18352 Test "list" with listsize 10 after reaching a breakpoint.
18353 * gdb.python/python.exp (decode_line current location line
18354 number): Adjust expected line number.
18355
18356 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18357
18358 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18359 behavior for $args, pass it directly to "run".
18360
18361 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18362
18363 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18364 30000 to 65536.
18365
18366 2014-05-21 Pedro Alves <palves@redhat.com>
18367
18368 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18369 auto-connect-native-target off".
18370 * gdb.base/auto-connect-native-target.c: New file.
18371 * gdb.base/auto-connect-native-target.exp: New file.
18372
18373 2014-05-21 Pedro Alves <palves@redhat.com>
18374
18375 * gdb.base/default.exp: Test "target native" instead of "target
18376 child".
18377
18378 2014-05-21 Mark Wielaard <mjw@redhat.com>
18379
18380 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18381
18382 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18383
18384 Fix TLS access for -static -pthread.
18385 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18386 <HAVE_TLS> (thread_function, main): Initialize it.
18387 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18388 Add clean_restart.
18389 <$have_tls != "">: Check TLSVAR.
18390
18391 2014-05-21 Pedro Alves <palves@redhat.com>
18392
18393 * gdb.base/dcache-line-read-error.c: New.
18394 * gdb.base/dcache-line-read-error.exp: New.
18395
18396 2014-05-20 Pedro Alves <palves@redhat.com>
18397
18398 * gdb.base/compare-sections.c: New file.
18399 * gdb.base/compare-sections.exp: New file.
18400
18401 2014-05-20 Pedro Alves <palves@redhat.com>
18402
18403 * gdb.base/break-idempotent.c: New file.
18404 * gdb.base/break-idempotent.exp: New file.
18405
18406 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18407
18408 * gdb.btrace/nohist.exp: New.
18409
18410 2014-05-20 Yao Qi <yao@codesourcery.com>
18411
18412 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18413 gdb.reverse directory and gdb_reverse_timeout exists in board
18414 setting.
18415 * README: Document gdb_reverse_timeout.
18416
18417 2014-05-20 Yao Qi <yao@codesourcery.com>
18418
18419 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18420 'test_file_name'. Treat args as a string instead of a list.
18421 (gdb_init): Rename argument 'args' by 'test_file_name'.
18422
18423 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18424
18425 * gdb.arch/powerpc-power.exp: New file.
18426 * gdb.arch/powerpc-power.s: New file.
18427
18428 2014-05-16 Doug Evans <dje@google.com>
18429
18430 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18431 * gdb.base/completion.exp: Check that all expected files exist
18432 before doing file completion.
18433
18434 2014-05-16 Doug Evans <dje@google.com>
18435
18436 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18437 Update.
18438 (do_syscall_tests_without_xml): Update.
18439
18440 2014-05-16 Pedro Alves <palves@redhat.com>
18441
18442 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18443 instead of "unknown output after running".
18444
18445 2014-05-16 Yao Qi <yao@codesourcery.com>
18446
18447 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18448 file1.txt from host at the end.
18449 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18450
18451 2014-05-15 Doug Evans <dje@google.com>
18452
18453 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18454 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18455 loading file. Add test for TU lookup.
18456
18457 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18458
18459 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18460 calling "-exec-arguments" or "set args" before running the
18461 inferior.
18462
18463 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18464
18465 * lib/mi-support.exp (mi_expect_stop): Expect message for
18466 inferiors that exit with non-zero exit code.
18467
18468 2014-05-14 Yao Qi <yao@codesourcery.com>
18469
18470 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18471 match absolute path on remote host.
18472 (test_file_list_exec_source_files): Remove "/" from the
18473 pattern.
18474
18475 2014-05-14 Yao Qi <yao@codesourcery.com>
18476
18477 * boards/local-remote-host-notty.exp (${board}_file): New
18478 proc.
18479
18480 2014-05-07 Kyle McMartin <kyle@redhat.com>
18481
18482 Pushed by Joel Brobecker <brobecker@adacore.com>.
18483 * gdb.arch/aarch64-atomic-inst.c: New file.
18484 * gdb.arch/aarch64-atomic-inst.exp: New file.
18485
18486 2014-05-07 Yao Qi <yao@codesourcery.com>
18487
18488 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18489 in current context" too.
18490
18491 2014-05-05 Keith Seitz <keiths@redhat.com>
18492
18493 * gdb.linespec/ls-dollar.exp: Add test for linespec
18494 file:convenience_variable.
18495
18496 2014-05-05 Yao Qi <yao@codesourcery.com>
18497
18498 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18499 traceframes into tfile and ctf trace files. Read data from
18500 trace file and test collected data.
18501 (gdb_collect_locals_test): Likewise.
18502 (gdb_unavailable_registers_test): Likewise.
18503 (gdb_unavailable_floats): Likewise.
18504 (gdb_collect_globals_test): Likewise.
18505 (top-level): Append "ctf" to trace_file_targets if GDB
18506 supports.
18507
18508 2014-05-05 Yao Qi <yao@codesourcery.com>
18509
18510 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18511 code to ...
18512 (gdb_collect_args_test_1): ... it. New proc.
18513 (gdb_collect_locals_test): Move some code to ...
18514 (gdb_collect_locals_test_1): ... it. New proc.
18515 (gdb_unavailable_registers_test): Move some code to ...
18516 (gdb_unavailable_registers_test_1): ... it. New proc.
18517 (gdb_unavailable_floats): Move some code to ...
18518 (gdb_unavailable_floats_1): ... it. New proc.
18519
18520 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18521
18522 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18523 probes to test for bitness recognition.
18524 * gdb.arch/amd64-stap-optional-prefix.exp
18525 (test_probe_value_without_reg): New procedure.
18526 Add code to test for different kinds of bitness.
18527
18528 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18529
18530 PR breakpoints/16889
18531 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18532 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18533
18534 2014-05-01 Pedro Alves <palves@redhat.com>
18535
18536 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18537 gdb_file_cmd if no file is specified.
18538 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18539 last_loaded_file to set the remote exec-file.
18540
18541 2014-05-01 Pedro Alves <palves@redhat.com>
18542
18543 * boards/local-remote-host.exp: New file.
18544
18545 2014-05-01 Pedro Alves <palves@redhat.com>
18546
18547 * boards/local-remote-host.exp: Rename to ...
18548 * boards/local-remote-host-notty.exp: ... this.
18549
18550 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18551
18552 * gdb.ada/dyn_arrayidx: New testcase.
18553
18554 2014-04-26 Yao Qi <yao@codesourcery.com>
18555
18556 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18557 and compute the length of function main. Save it in
18558 $main_length.
18559 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18560 (top-level): Use gdb_compile to compile objects into
18561 executable and restart GDB. Remove invocation to
18562 prepare_for_testing.
18563
18564 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18565 Pedro Alves <palves@redhat.com>
18566
18567 PR server/16255
18568 * gdb.multi/multi-attach.c: New file.
18569 * gdb.multi/multi-attach.exp: New file.
18570
18571 2014-04-25 Pedro Alves <palves@redhat.com>
18572
18573 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18574 user.
18575 (top level): Test that "set remote conditional-breakpoints-packet
18576 off" works as intended.
18577 * gdb.base/dprintf.exp: Test that "set remote
18578 breakpoint-commands-packet off" works as intended.
18579 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18580 New function.
18581 (top level): Call it.
18582 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18583 remote fast-tracepoints-packet off" works as intended.
18584 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18585 * lib/gdb.exp (gdb_is_target_remote): ... here.
18586
18587 2014-04-24 David Blaikie <dblaikie@gmail.com>
18588
18589 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18590 ensure clang would not discard them.
18591 * gdb.base/gdbvars.c: Ditto.
18592 * gdb.base/memattr.c: Ditto.
18593 * gdb.base/whatis.c: Ditto.
18594 * gdb.python/py-prettyprint.c: Ditto.
18595 * gdb.trace/actions.c: Ditto.
18596 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18597 ensure clang would not discard it.
18598
18599 2014-04-24 David Blaikie <dblaikie@gmail.com>
18600
18601 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18602 clang to emit the full definition of type required by the test
18603 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18604
18605 2014-04-24 David Blaikie <dblaikie@gmail.com>
18606
18607 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18608 coax Clang into emitting the definition of the type.
18609 * gdb.cp/pr10728-x.h (y): Ditto.
18610 * gdb.cp/pr10728-y.cc (y): Ditto.
18611
18612 2014-04-24 David Blaikie <dblaikie@gmail.com>
18613
18614 * gdb.base/label.exp: XFAIL label related tests under Clang.
18615 * gdb.cp/cplabel.exp: Ditto.
18616 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18617 under Clang those using labels.
18618
18619 2014-04-25 Yao Qi <yao@codesourcery.com>
18620
18621 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18622 double_label.
18623 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18624 partial_label and double_label.
18625
18626 2014-04-24 David Blaikie <dblaikie@gmail.com>
18627
18628 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18629
18630 2014-04-24 David Blaikie <dblaikie@gmail.com>
18631
18632 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18633 of the function to work across GCC and Clang.
18634 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18635 pointer types (const void ** const V void **).
18636
18637 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18638 Walfred Tedeschi <walfred.tedeschi@intel.com>
18639
18640 * Makefile.in (EXECUTABLES): Added i386-avx512.
18641 * gdb.arch/i386-avx512.c: New file.
18642 * gdb.arch/i386-avx512.exp: Likewise.
18643
18644 2014-04-23 Keith Seitz <keiths@redhat.com>
18645
18646 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18647 (mi_make_breakpoint_table): New procedure.
18648 (mi_create_breakpoint): Use mi_make_breakpoint
18649 and return the result.
18650 (mi_make_breakpoint): New procedure.
18651 (mi_build_kv_pairs): New procedure.
18652
18653 * gdb.mi/mi-break.exp: Remove unused globals,
18654 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18655 All callers updated.
18656 * gdb.mi/mi-dprintf.exp: Use variable to track command
18657 number.
18658 Update all callers of mi_create_breakpoint and use
18659 mi_make_breakpoint_table.
18660 Remove any unused global variables.
18661 * gdb.mi/mi-nonstop.exp: Likewise.
18662 * gdb.mi/mi-nsintrall.exp: Likewise.
18663 * gdb.mi/mi-nsmoribund.exp: Likewise.
18664 * gdb.mi/mi-nsthrexec.exp: Likewise.
18665 * gdb.mi/mi-reverse.exp: Likewise.
18666 * gdb.mi/mi-simplerun.exp: Likewise.
18667 * gdb.mi/mi-stepn.exp: Likewise.
18668 * gdb.mi/mi-syn-frame.exp: Likewise.
18669 * gdb.mi/mi-until.exp: Likewise.
18670 * gdb.mi/mi-var-cp.exp: Likewise.
18671 * gdb.mi/mi-var-display.exp: Likewise.
18672 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18673 * gdb.mi/mi2-var-child.exp: Likewise.
18674 * gdb.mi/mi-vla-c99.exp: Likewise.
18675 * lib/mi-support.exp: Likewise.
18676
18677 From Ian Lance Taylor <iant@cygnus.com>:
18678 * lib/gdb.exp (parse_args): New procedure.
18679
18680 2014-04-23 Pedro Alves <palves@redhat.com>
18681
18682 * gdb.base/break-unload-file.c: New file.
18683 * gdb.base/break-unload-file.exp: New file.
18684 * gdb.base/sym-file-lib.c (baz): New function.
18685 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18686 field.
18687 (load): Store the segment's mapped size.
18688 (unload): New function.
18689 (unload_shlib): New function.
18690 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18691 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18692 set a breakpoint at baz, and call it.
18693 * gdb.base/sym-file.exp: New tests for stale breakpoint
18694 instructions.
18695
18696 2014-04-23 Pedro Alves <palves@redhat.com>
18697
18698 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18699 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18700 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18701 * gdb.base/hbreak-unmapped.c: New file.
18702 * gdb.base/hbreak-unmapped.exp: New file.
18703 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18704 * lib/gdb.exp (gdb_is_target_remote): ... here.
18705
18706 2014-04-22 Pedro Alves <palves@redhat.com>
18707
18708 * gdb.base/consecutive-step-over.c: New file.
18709 * gdb.base/consecutive-step-over.exp: New file.
18710
18711 2014-04-22 Pedro Alves <palves@redhat.com>
18712
18713 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18714 instead of send_gdb/gdb_expect.
18715
18716 2014-04-22 Yao Qi <yao@codesourcery.com>
18717
18718 * lib/trace-support.exp (generate_tracefile): New procedure.
18719 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18720 return 0.
18721 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18722 if generate_tracefile returns 1.
18723
18724 2014-04-18 Tom Tromey <palves@redhat.com>
18725 Pedro alves <tromey@redhat.com>
18726
18727 PR backtrace/15558
18728 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18729 with a backtrace limit.
18730 * gdb.python/py-frame-inline.exp: Test running to an inline
18731 function with a backtrace limit, and printing the newest frame.
18732 * gdb.python/py-frame-inline.c (main): Call f.
18733
18734 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18735
18736 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18737
18738 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18739
18740 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18741 Drop prefix from unsupported source file path.
18742
18743 2014-04-17 Yao Qi <yao@codesourcery.com>
18744
18745 * lib/gdb.exp (with_target_charset): New proc.
18746 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18747 with_target_charset.
18748 (test_print_strings): Likewise.
18749 (test_repeat_bytes): Likewise.
18750 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18751 for some tests.
18752
18753 2014-04-16 Keith Seitz <keiths@redhat.com>
18754
18755 PR gdb/15827
18756 * gdb.dwarf2/corrupt.c: New file.
18757 * gdb.dwarf2/corrupt.exp: New file.
18758
18759 2014-04-16 Keith Seitz <keiths@redhat.com>
18760
18761 PR c++/16597
18762 * gdb.cp/namelessclass.cc: New file.
18763 * gdb.cp/namelessclass.exp: New file.
18764 * gdb.cp/namelessclass.S: New file.
18765
18766 2014-04-16 Doug Evans <dje@google.com>
18767
18768 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18769 Add comment.
18770 (gdbserver_default_get_comm_port): New function.
18771 (gdbserver_start): Check if board file provided
18772 "gdbserver,get_comm_port" and use it if so.
18773 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18774 (gdb,socketport): Set to "stdio".
18775 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18776 (stdio_gdbserver_template): Delete.
18777 (${board}_get_remote_address): Update.
18778 (${board}_build_remote_cmd): Delete.
18779 (${board}_get_comm_port): New function.
18780 (${board}_spawn): Update.
18781 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18782 Delete.
18783 (${board}_get_remote_address): Update.
18784 (${board}_get_comm_port): New function.
18785
18786 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18787
18788 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18789 appearing in any order.
18790
18791 2014-04-15 Doug Evans <dje@google.com>
18792
18793 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18794 uninitialized value of "description".
18795
18796 2014-04-15 Keith Seitz <keiths@redhat.com>
18797
18798 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18799 Remove unused globals.
18800 (test_running_the_program): Likewise.
18801 (test_controlled_execution): Likewise.
18802 (test_controlling_breakpoints): Likewise.
18803 (test_program_termination): Likewise.
18804
18805 2014-04-15 Keith Seitz <keiths@redhat.com>
18806
18807 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18808 unused globals.
18809 (test_rbreak_creation_and_listing): Likewise.
18810 (test_ignore_count): Likewise.
18811 (test_error): Likewise.
18812
18813 2014-04-15 Pedro Alves <palves@redhat.com>
18814
18815 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18816 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18817 sym-file-loader.c.
18818 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18819 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18820 to sym-file-loader.c.
18821 (struct library): Forward declare.
18822 (load_shlib, lookup_function): Change prototypes.
18823 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18824 (translate_offset): Remove declarations.
18825 (get_text_addr): New declaration.
18826 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18827 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18828 sym-file-loader.h.
18829 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18830 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18831 here from sym-file-loader.h.
18832 (struct library): New structure.
18833 (load_shlib, lookup_function): Change prototypes and adjust to
18834 work with a struct library.
18835 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18836 (translate_offset): Make static.
18837 (get_text_addr): New function.
18838 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18839
18840 2014-04-15 Pedro Alves <palves@redhat.com>
18841
18842 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18843
18844 2014-04-15 Pedro Alves <palves@redhat.com>
18845
18846 * gdb.base/sym-file-loader.c: Include <limits.h>.
18847 (SELF_LINK): New define.
18848 (get_origin): New function.
18849 (load_shlib): Use it.
18850 * gdb.base/sym-file.exp: Don't early return if the target is
18851 remote. Use runto_main, and issue fail is that fails. Use
18852 gdb_load_shlibs.
18853 (shlib_name): Delete.
18854 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18855
18856 2014-04-15 Pedro Alves <palves@redhat.com>
18857
18858 * gdb.base/sym-file.exp: Remove regex characters from test
18859 message. Don't refer to breakpoint numbers in test messages.
18860
18861 2014-04-14 Keith Seitz <keiths@redhat.com>
18862
18863 PR c++/16253
18864 * gdb.cp/var-tag.cc: New file.
18865 * gdb.cp/var-tag.exp: New file.
18866 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18867 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18868 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18869 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18870
18871 2014-04-14 Tom Tromey <tromey@redhat.com>
18872
18873 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18874 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18875 type.
18876 * gdb.cp/enum-class.exp: New file.
18877 * gdb.cp/enum-class.cc: New file.
18878
18879 2014-04-14 Tom Tromey <tromey@redhat.com>
18880
18881 * gdb.dwarf2/enum-type.exp: New file.
18882
18883 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18884
18885 * gdb.mi/mi-vla-c99.exp: New file.
18886 * gdb.mi/vla.c: New file.
18887
18888 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18889
18890 * gdb.base/vla-datatypes.c: New file.
18891 * gdb.base/vla-datatypes.exp: New file.
18892
18893 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18894
18895 * gdb.base/vla-ptr.c: New file.
18896 * gdb.base/vla-ptr.exp: New file.
18897
18898 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18899
18900 * gdb.dwarf2/count.exp: New file.
18901
18902 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18903
18904 * gdb.base/vla-sideeffect.c: New file.
18905 * gdb.base/vla-sideeffect.exp: New file.
18906
18907 2014-04-14 David Blaikie <dblaikie@gmail.com>
18908
18909 * gdb.mi/non-stop.c: Add return value for non-void function return
18910 statement.
18911 * gdb.threads/staticthreads.c: Ditto.
18912
18913 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18914 Doug Evans <xdje42@gmail.com>
18915
18916 * gdb.guile/scm-value.c: Improve test case.
18917 * gdb.guile/scm-value.exp: Add new test.
18918
18919 2014-04-11 David Blaikie <dblaikie@gmail.com>
18920
18921 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18922 override Clang's default.
18923
18924 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18925
18926 Revert the following changes (regressions):
18927
18928 * gdb.base/vla-sideeffect.c: New file.
18929 * gdb.base/vla-sideeffect.exp: New file.
18930
18931 * gdb.dwarf2/count.exp: New file.
18932
18933 * gdb.base/vla-multi.c: New file.
18934 * gdb.base/vla-multi.exp: New file.
18935
18936 * gdb.base/vla-ptr.c: New file.
18937 * gdb.base/vla-ptr.exp: New file.
18938
18939 * gdb.base/vla-datatypes.c: New file.
18940 * gdb.base/vla-datatypes.exp: New file.
18941
18942 * gdb.mi/mi-vla-c99.exp: New file.
18943 * gdb.mi/vla.c: New file.
18944
18945 2014-04-11 Keith Seitz <keiths@redhat.com>
18946
18947 PR c++/16675
18948 * gdb.cp/cpsizeof.exp: New file.
18949 * gdb.cp/cpsizeof.cc: New file.
18950
18951 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18952
18953 * gdb.mi/mi-vla-c99.exp: New file.
18954 * gdb.mi/vla.c: New file.
18955
18956 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18957
18958 * gdb.base/vla-datatypes.c: New file.
18959 * gdb.base/vla-datatypes.exp: New file.
18960
18961 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18962
18963 * gdb.base/vla-ptr.c: New file.
18964 * gdb.base/vla-ptr.exp: New file.
18965
18966 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18967
18968 * gdb.base/vla-multi.c: New file.
18969 * gdb.base/vla-multi.exp: New file.
18970
18971 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18972
18973 * gdb.dwarf2/count.exp: New file.
18974
18975 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18976
18977 * gdb.base/vla-sideeffect.c: New file.
18978 * gdb.base/vla-sideeffect.exp: New file.
18979
18980 2014-04-11 Yao Qi <yao@codesourcery.com>
18981
18982 * gdb.base/completion.exp: Check file exists before running tests
18983 on file completion.
18984
18985 2014-04-10 Pedro Alves <palves@redhat.com>
18986
18987 * gdb.base/cond-eval-mode.c: New file.
18988 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18989 prepare_for_testing to build the new file. Check result of
18990 runto_main.
18991 (test_break, test_watch): New procedures.
18992 (top level): Use them.
18993
18994 2014-04-08 Pierre Muller <muller@sourceware.org>
18995
18996 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18997 Ctrl-V use for mingw hosts.
18998
18999 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19000
19001 * gdb.python/py-value.c: Improve test case.
19002 * gdb.python/py-value.exp: Add new test.
19003
19004 2014-04-07 David Blaikie <dblaikie@gmail.com>
19005
19006 * lib/compiler.c: Identify the clang compiler.
19007 * lib/compiler.cc: Ditto.
19008
19009 2014-04-03 Yao Qi <yao@codesourcery.com>
19010
19011 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19012
19013 2014-04-01 Anton Blanchard <anton@samba.org>
19014
19015 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19016 messages unique.
19017
19018 2014-04-01 Anton Blanchard <anton@samba.org>
19019
19020 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19021 prepare_for_testing.
19022
19023 2014-04-01 Anton Blanchard <anton@samba.org>
19024
19025 * gdb.arch/ppc64-atomic-inst.c: Remove.
19026 * gdb.arch/ppc64-atomic-inst.S: New file.
19027 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19028
19029 2014-03-31 Doug Evans <dje@google.com>
19030
19031 * gdb.base/print-symbol-loading-lib.c: New file.
19032 * gdb.base/print-symbol-loading-main.c: New file.
19033 * gdb.base/print-symbol-loading.exp: New file.
19034
19035 2014-03-31 Yao Qi <yao@codesourcery.com>
19036
19037 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19038
19039 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19040
19041 * gdb.ada/mi_dyn_arr: New testcase.
19042
19043 2014-03-27 Doug Evans <dje@google.com>
19044
19045 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19046
19047 2014-03-27 Yao Qi <yao@codesourcery.com>
19048
19049 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19050 if target is nios2-*-*.
19051
19052 2014-03-26 Yao Qi <yao@codesourcery.com>
19053
19054 * lib/gdb.exp (readline_is_used): New proc.
19055 * gdb.base/completion.exp: Move tests on command complete up.
19056 Skip the rest of tests if readline is not used.
19057 * gdb.ada/complete.exp: Skp the test if readline is not
19058 used.
19059 * gdb.base/filesym.exp: Likewise.
19060 * gdb.base/macscp.exp: Likewise.
19061 * gdb.base/readline-ask.exp: Likewise.
19062 * gdb.base/readline.exp: Likewise.
19063 * gdb.python/py-cmd.exp: Likewise.
19064 * gdb.trace/tfile.exp: Likewise.
19065
19066 2014-03-26 Yao Qi <yao@codesourcery.com>
19067
19068 * gdb.base/macscp.exp: Fix code format issues.
19069
19070 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19071
19072 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19073 * gdb.asm/powerpc64le.inc: New file.
19074
19075 2014-03-25 Pedro Alves <palves@redhat.com>
19076 Doug Evans <dje@google.com>
19077
19078 * gdb.base/source-execution.c: New file.
19079 * gdb.base/source-execution.exp: New file.
19080 * gdb.base/source-execution.gdb: New file.
19081
19082 2014-03-24 Doug Evans <dje@google.com>
19083
19084 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19085 using fission.
19086
19087 2014-03-24 Hui Zhu <hui@codesourcery.com>
19088 Pedro Alves <palves@redhat.com>
19089
19090 PR breakpoints/16101
19091 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19092 test pass/fail messages. Detect missing support for dprintf when
19093 breakpoints are actually inserted.
19094 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19095 breakpoints are actually inserted.
19096 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19097 fails.
19098
19099 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19100
19101 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19102
19103 2014-03-22 Doug Evans <xdje42@gmail.com>
19104
19105 * gdb.python/python.exp (python not supported): Verify multi-line
19106 python command issues an error.
19107 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19108 guile command issues an error.
19109
19110 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19111
19112 * gdb.threads/thread-specific.exp: Handle the lack of usable
19113 $this_breakpoint and $this_thread.
19114
19115 2014-03-21 Hui Zhu <hui@codesourcery.com>
19116
19117 * gdb.base/attach.exp (do_command_attach_tests): New.
19118
19119 2014-03-20 Tom Tromey <tromey@redhat.com>
19120 Pedro Alves <palves@redhat.com>
19121
19122 PR cli/15718
19123 * gdb.base/condbreak-call-false.c: New file.
19124 * gdb.base/condbreak-call-false.exp: New file.
19125
19126 2014-03-20 Pedro Alves <palves@redhat.com>
19127
19128 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19129 Delete.
19130 (block_signals, unblock_signals): Delete.
19131 (child_function_2, main): Remove references to deleted variable
19132 and functions.
19133
19134 2014-03-20 Pedro Alves <palves@redhat.com>
19135
19136 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19137 Use pthread_kill to signal thread 2.
19138 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19139 Adjust to make the test send itself a signal rather than using the
19140 host's "kill" command.
19141
19142 2014-03-20 Pedro Alves <palves@redhat.com>
19143
19144 * gdb.threads/multiple-step-overs.c: New file.
19145 * gdb.threads/multiple-step-overs.exp: New file.
19146 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19147 Adjust expected infrun debug output.
19148
19149 2014-03-20 Pedro Alves <palves@redhat.com>
19150
19151 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19152 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19153
19154 2014-03-20 Pedro Alves <palves@redhat.com>
19155
19156 PR breakpoints/7143
19157 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19158 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19159 of gdb_test_multiple.
19160 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19161 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19162
19163 2014-03-20 Pedro Alves <palves@redhat.com>
19164
19165 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19166 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19167
19168 2014-03-19 Pedro Alves <palves@redhat.com>
19169
19170 * gdb.base/async.exp: Remove early return.
19171
19172 2014-03-19 Pedro Alves <palves@redhat.com>
19173
19174 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19175
19176 2014-03-19 Pedro Alves <palves@redhat.com>
19177
19178 * gdb.base/async.exp (test_background): Expect \r\n after
19179 "completed." in the fail pattern.
19180
19181 2014-03-19 Pedro Alves <palves@redhat.com>
19182
19183 * gdb.base/async.exp (test_background): New procedure.
19184 Use it for all background execution command tests.
19185
19186 2014-03-19 Pedro Alves <palves@redhat.com>
19187
19188 * gdb.base/async.exp: Use prepare_for_testing.
19189
19190 2014-03-19 Pedro Alves <palves@redhat.com>
19191
19192 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19193 the same line.
19194
19195 2014-03-19 Pedro Alves <palves@redhat.com>
19196
19197 * gdb.base/async.c (main): Add "jump here" and "until here" line
19198 marker comments.
19199 * gdb.base/async.exp (jump_here): New global.
19200 (jump& test): Use it.
19201 (until_here): New global.
19202 (until& test): Use it.
19203
19204 2014-03-19 Pedro Alves <palves@redhat.com>
19205
19206 * gdb.base/async.exp: Don't frob gdb_protocol.
19207
19208 2014-03-18 Doug Evans <xdje42@gmail.com>
19209
19210 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19211 Fix spelling of exec-done-display.
19212
19213 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19214
19215 PR gdb/15358
19216 * gdb.base/gdb-sigterm.c: New file.
19217 * gdb.base/gdb-sigterm.exp: New file.
19218
19219 2014-03-18 Pedro Alves <palves@redhat.com>
19220
19221 PR gdb/13860
19222 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19223 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19224 solib-event.
19225
19226 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19227
19228 * gdb.ada/pckd_arr_ren: New testcase.
19229
19230 2014-03-13 Doug Evans <xdje42@gmail.com>
19231
19232 PR guile/16612
19233 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19234 collect after discarding symbols.
19235
19236 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19237 Doug Evans <xdje42@gmail.com>
19238
19239 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19240 to history survives a gc.
19241
19242 2014-03-13 Pedro Alves <palves@redhat.com>
19243
19244 * gdb.base/default.exp: Don't test "target procfs".
19245
19246 2014-03-13 Pedro Alves <palves@redhat.com>
19247
19248 * gdb.base/default.exp: Update "target child" and "target procfs"
19249 tests to not expect "Unix".
19250
19251 2014-03-12 Tom Tromey <tromey@redhat.com>
19252
19253 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19254 New procs. Add target-async tests.
19255 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19256 Add target-async tests.
19257
19258 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19259
19260 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19261 'func_start' and 'func_end' for the beginning and end of the
19262 function code, respectively.
19263 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19264 'func_end' instead of 'func' and 'main'.
19265
19266 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19267
19268 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19269 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19270 generate the debug info assembler source.
19271
19272 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19273
19274 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19275 * gdb.dwarf2/arr-subrange.exp: Likewise.
19276 * gdb.dwarf2/dwz.exp: Likewise.
19277 * gdb.dwarf2/method-ptr.exp: Likewise.
19278 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19279 * gdb.dwarf2/subrange.exp: Likewise.
19280 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19281 * gdb.dwarf2/implptrpiece.exp: Likewise.
19282 * gdb.dwarf2/nostaticblock.exp: Likewise.
19283
19284 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19285
19286 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19287 directory to absolute path name arguments.
19288
19289 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19290
19291 * gdb.ada/tagged_access: New testcase.
19292
19293 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19294
19295 * gdb.btrace/data.exp: Update expected output.
19296
19297 2014-03-06 Yao Qi <yao@codesourcery.com>
19298
19299 * gdb.trace/pr16508.exp: New file.
19300
19301 2014-03-05 Pedro Alves <palves@redhat.com>
19302
19303 PR gdb/16575
19304 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19305 procedure.
19306 (top level): Adjust to use it. Add tests that exercise breakpoint
19307 interaction with the code-cache.
19308
19309 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19310
19311 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19312 test for 'history-append!'.
19313
19314 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19315
19316 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19317 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19318 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19319 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19320 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19321 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19322
19323 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19324
19325 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19326 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19327 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19328
19329 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19330
19331 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19332
19333 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19334
19335 * gdb.dwarf2/arr-stride.c: New file.
19336 * gdb.dwarf2/arr-stride.exp: New file.
19337
19338 2014-02-26 Pedro Alves <palves@redhat.com>
19339
19340 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19341 that won't ever trigger. Make sure that GDB reports the correct
19342 breakpoint that caused the stop.
19343
19344 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19345
19346 PR gdb/16626
19347 * gdb.base/auto-load-script: New file.
19348 * gdb.base/auto-load.c: New file.
19349 * gdb.base/auto-load.exp: New file.
19350
19351 PR gdb/16626
19352 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19353
19354 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19355
19356 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19357 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19358
19359 2014-02-24 Doug Evans <dje@google.com>
19360
19361 * lib/gdb.exp (run_on_host): Log error output if program fails.
19362
19363 2014-02-21 Pedro Alves <palves@redhat.com>
19364
19365 * gdb.threads/step-after-sr-lock.c: Rename to ...
19366 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19367 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19368 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19369 ... this.
19370
19371 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19372
19373 PR tdep/16397
19374 * gdb.arch/amd64-stap-special-operands.exp: New file.
19375 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19376 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19377 * gdb.arch/amd64-stap-triplet.S: Likewise.
19378 * gdb.arch/amd64-stap-triplet.c: Likewise.
19379
19380 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19381
19382 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19383 in .section pseudo-op.
19384
19385 2014-02-20 lin zuojian <manjian2006@gmail.com>
19386 Joel Brobecker <brobecker@adacore.com>
19387 Doug Evans <xdje42@gmail.com>
19388
19389 PR symtab/16581
19390 * gdb.dwarf2/dw2-icycle.S: New file.
19391 * gdb.dwarf2/dw2-icycle.c: New file.
19392 * gdb.dwarf2/dw2-icycle.exp: New file.
19393
19394 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19395
19396 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19397 operations on gdb.Value objects.
19398 * gdb.python/py-value-cc.exp: Add new test to test operations on
19399 gdb.Value objects.
19400
19401 2014-02-18 Doug Evans <dje@google.com>
19402
19403 * Makefile.in (TESTS): New variable.
19404 (expanded_tests, expanded_tests_or_none): New variables
19405 (check-single): Pass $(expanded_tests_or_none) to runtest.
19406 (check-parallel): Only run tests in $(TESTS) if non-empty.
19407 (check/no-matching-tests-found): New rule.
19408 * README: Document TESTS makefile variable.
19409
19410 2014-02-18 Doug Evans <dje@google.com>
19411
19412 * Makefile.in (check-parallel): rm -rf outputs temp.
19413
19414 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19415
19416 Fix "ERROR: no fileid for" in the testsuite.
19417 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19418
19419 2014-02-12 Doug Evans <dje@google.com>
19420
19421 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19422 (MISCELLANEOUS): New variable.
19423 (clean): rm -rf $(MISCELLANEOUS).
19424 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19425 dwp live in the same directory as symlinks, with each symlink pointed
19426 to a differently named file in a different directory.
19427
19428 2014-02-11 Doug Evans <dje@google.com>
19429
19430 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19431 of Tcl file commands.
19432
19433 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19434
19435 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19436 "kill -SIGUSR1 -1".
19437
19438 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19439
19440 * gdb.ada/tick_length_array_enum_idx: New testcase.
19441
19442 2014-02-10 Doug Evans <xdje42@gmail.com>
19443
19444 * configure.ac (AC_OUTPUT): Add gdb.guile.
19445 * configure: Regenerate.
19446 * lib/gdb-guile.exp: New file.
19447 * lib/gdb.exp (get_target_charset): New function.
19448 * gdb.base/help.exp: Update expected output from "apropos apropos".
19449 * gdb.guile/Makefile.in: New file.
19450 * gdb.guile/guile.exp: New file.
19451 * gdb.guile/scm-arch.c: New file.
19452 * gdb.guile/scm-arch.exp: New file.
19453 * gdb.guile/scm-block.c: New file.
19454 * gdb.guile/scm-block.exp: New file.
19455 * gdb.guile/scm-breakpoint.c: New file.
19456 * gdb.guile/scm-breakpoint.exp: New file.
19457 * gdb.guile/scm-disasm.c: New file.
19458 * gdb.guile/scm-disasm.exp: New file.
19459 * gdb.guile/scm-equal.c: New file.
19460 * gdb.guile/scm-equal.exp: New file.
19461 * gdb.guile/scm-error.exp: New file.
19462 * gdb.guile/scm-error.scm: New file.
19463 * gdb.guile/scm-frame-args.c: New file.
19464 * gdb.guile/scm-frame-args.exp: New file.
19465 * gdb.guile/scm-frame-args.scm: New file.
19466 * gdb.guile/scm-frame-inline.c: New file.
19467 * gdb.guile/scm-frame-inline.exp: New file.
19468 * gdb.guile/scm-frame.c: New file.
19469 * gdb.guile/scm-frame.exp: New file.
19470 * gdb.guile/scm-generics.exp: New file.
19471 * gdb.guile/scm-gsmob.exp: New file.
19472 * gdb.guile/scm-iterator.c: New file.
19473 * gdb.guile/scm-iterator.exp: New file.
19474 * gdb.guile/scm-math.c: New file.
19475 * gdb.guile/scm-math.exp: New file.
19476 * gdb.guile/scm-objfile-script-gdb.in: New file.
19477 * gdb.guile/scm-objfile-script.c: New file.
19478 * gdb.guile/scm-objfile-script.exp: New file.
19479 * gdb.guile/scm-objfile.c: New file.
19480 * gdb.guile/scm-objfile.exp: New file.
19481 * gdb.guile/scm-ports.exp: New file.
19482 * gdb.guile/scm-pretty-print.c: New file.
19483 * gdb.guile/scm-pretty-print.exp: New file.
19484 * gdb.guile/scm-pretty-print.scm: New file.
19485 * gdb.guile/scm-section-script.c: New file.
19486 * gdb.guile/scm-section-script.exp: New file.
19487 * gdb.guile/scm-section-script.scm: New file.
19488 * gdb.guile/scm-symbol.c: New file.
19489 * gdb.guile/scm-symbol.exp: New file.
19490 * gdb.guile/scm-symtab-2.c: New file.
19491 * gdb.guile/scm-symtab.c: New file.
19492 * gdb.guile/scm-symtab.exp: New file.
19493 * gdb.guile/scm-type.c: New file.
19494 * gdb.guile/scm-type.exp: New file.
19495 * gdb.guile/scm-value-cc.cc: New file.
19496 * gdb.guile/scm-value-cc.exp: New file.
19497 * gdb.guile/scm-value.c: New file.
19498 * gdb.guile/scm-value.exp: New file.
19499 * gdb.guile/source2.scm: New file.
19500 * gdb.guile/types-module.cc: New file.
19501 * gdb.guile/types-module.exp: New file.
19502
19503 2014-02-10 Yao Qi <yao@codesourcery.com>
19504
19505 PR testsuite/16543
19506 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19507 * configure: Regenerated.
19508 * Makefile.in: New file.
19509
19510 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19511
19512 * gdb.python/py-framefilter.exp: Fix typo.
19513
19514 2014-02-08 Yao Qi <yao@codesourcery.com>
19515
19516 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19517 that no =breakpoint-modified is emitted when breakpoints are
19518 modified through MI commands.
19519
19520 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19521 Pedro Alves <palves@redhat.com>
19522
19523 * gdb.threads/step-after-sr-lock.c: New file.
19524 * gdb.threads/step-after-sr-lock.exp: New file.
19525
19526 2014-02-07 Pedro Alves <palves@redhat.com>
19527
19528 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19529
19530 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19531
19532 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19533 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19534
19535 2014-02-06 Doug Evans <xdje42@gmail.com>
19536
19537 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19538 output.
19539
19540 * gdb.gdb/python-interrupts.exp: New file.
19541
19542 2014-02-05 Yao Qi <yao@codesourcery.com>
19543
19544 * gdb.trace/report.exp (use_collected_data): Test the output
19545 of "info threads" and "info inferiors".
19546
19547 2014-02-05 Yao Qi <yao@codesourcery.com>
19548
19549 Revert this patch:
19550
19551 2013-05-24 Yao Qi <yao@codesourcery.com>
19552
19553 * gdb.trace/tfile.exp: Test inferior and thread.
19554
19555 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19556
19557 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19558 on a function.
19559 * gdb.base/step-bt.c: Call hello via function pointer to make
19560 sure its first instruction is executed on powerpc64le-linux.
19561
19562 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19563
19564 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19565
19566 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19567
19568 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19569 of the test patterns for use on little-endian systems.
19570
19571 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19572
19573 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19574 (decimal_vector): Fix for little-endian.
19575
19576 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19577
19578 * gdb.arch/sparc-sysstep.exp: New file.
19579 * gdb.arch/sparc-sysstep.c: Likewise.
19580
19581 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19582
19583 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19584
19585 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19586
19587 2014-01-23 Tom Tromey <tromey@redhat.com>
19588
19589 * gdb.ada/array_char_idx: New testcase.
19590
19591 2014-01-23 Tom Tromey <tromey@redhat.com>
19592
19593 PR python/16487:
19594 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19595 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19596 classes.
19597
19598 2014-01-23 Tom Tromey <tromey@redhat.com>
19599
19600 PR python/16491:
19601 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19602 string from an inferior frame.
19603 * gdb.python/py-framefilter-mi.exp: Update.
19604
19605 2014-01-22 Doug Evans <dje@google.com>
19606
19607 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19608
19609 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19610
19611 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19612
19613 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19614
19615 * gdb.trace/entry-values.exp: Remove excess space character from
19616 regex patterns. Handle s390 call instruction.
19617
19618 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19619
19620 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19621 define "*_start" label. Make "name" static.
19622 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19623 ${name} by references to ${name}_start.
19624
19625 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19626
19627 * gdb.base/info-macros.exp: Remove "debug" from the compile
19628 options.
19629
19630 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19631
19632 * gdb.dlang/demangle.exp: New file.
19633
19634 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19635
19636 * gdb.dlang/primitive-types.exp: New file.
19637
19638 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19639
19640 * configure.ac: Create gdb.dlang/Makefile.
19641 * configure: Regenerate.
19642 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19643 * gdb.dlang/Makefile.in: New file.
19644 * lib/d-support.exp: New file.
19645 * lib/gdb.exp (skip_d_tests): New proc.
19646
19647 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19648
19649 * gdb.btrace/delta.exp: Check reverse stepi.
19650 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19651 * gdb.btrace/finish.exp: New.
19652 * gdb.btrace/next.exp: New.
19653 * gdb.btrace/nexti.exp: New.
19654 * gdb.btrace/record_goto.c: Add comments.
19655 * gdb.btrace/step.exp: New.
19656 * gdb.btrace/stepi.exp: New.
19657 * gdb.btrace/multi-thread-step.c: New.
19658 * gdb.btrace/multi-thread-step.exp: New.
19659 * gdb.btrace/rn-dl-bind.c: New.
19660 * gdb.btrace/rn-dl-bind.exp: New.
19661 * gdb.btrace/data.c: New.
19662 * gdb.btrace/data.exp: New.
19663 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19664
19665 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19666
19667 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19668 * gdb.btrace/exception.exp: Update.
19669 * gdb.btrace/instruction_history.exp: Update.
19670 * gdb.btrace/record_goto.exp: Update.
19671 * gdb.btrace/tailcall.exp: Update.
19672 * gdb.btrace/unknown_functions.exp: Update.
19673 * gdb.btrace/delta.exp: New.
19674
19675 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19676
19677 * gdb.btrace/record_goto.exp: Add backtrace test.
19678 * gdb.btrace/tailcall.exp: Add backtrace test.
19679
19680 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19681
19682 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19683 * gdb.btrace/record_goto.c: New.
19684 * gdb.btrace/record_goto.exp: New.
19685 * gdb.btrace/x86-record_goto.S: New.
19686
19687 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19688
19689 * gdb.btrace/function_call_history.exp: Update tests.
19690 * gdb.btrace/instruction_history.exp: Update tests.
19691
19692 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19693
19694 * gdb.btrace/function_call_history.exp: Fix expected field
19695 order for "record function-call-history".
19696 Add new tests for "record function-call-history /c".
19697 * gdb.btrace/exception.cc: New.
19698 * gdb.btrace/exception.exp: New.
19699 * gdb.btrace/tailcall.exp: New.
19700 * gdb.btrace/x86-tailcall.S: New.
19701 * gdb.btrace/x86-tailcall.c: New.
19702 * gdb.btrace/unknown_functions.c: New.
19703 * gdb.btrace/unknown_functions.exp: New.
19704 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19705
19706 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19707
19708 * gdb.btrace/instruction_history.exp: Update.
19709 * gdb.btrace/function_call_history.exp: Update.
19710
19711 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19712
19713 * gdb.btrace/function_call_history.exp: Fix expected function
19714 trace.
19715 * gdb.btrace/instruction_history.exp: Initialize traced.
19716 Remove traced_functions.
19717
19718 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19719
19720 * gdb.btrace/function_call_history.exp: Update
19721 * gdb.btrace/instruction_history.exp: Update.
19722
19723 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19724
19725 * gdb.btrace/enable.exp: Update expected text.
19726
19727 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19728
19729 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19730 bytes.
19731
19732 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19733
19734 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19735
19736 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19737
19738 * lib/gdb.exp (supports_process_record): Return true for
19739 arm*-linux*. (supports_reverse): Likewise.
19740
19741 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19742
19743 PR python/15464
19744 PR python/16113
19745 * gdb.python/py-type.c: Enhance test case.
19746 * gdb.python/py-value-cc.cc: Likewise
19747 * gdb.python/py-type.exp: Add new tests.
19748 * gdb.python/py-value-cc.exp: Likewise
19749
19750 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19751 Pedro Alves <palves@redhat.com>
19752
19753 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19754 Make "name" extern.
19755 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19756 references to ${name}_start by references to ${name}.
19757
19758 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19759
19760 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19761
19762 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19763
19764 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19765
19766 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19767 Pedro Alves <palves@redhat.com>
19768
19769 * gdb.mi/mi-info-os.exp: Connect to the target with
19770 mi_gdb_target_load.
19771
19772 2014-01-08 Pedro Alves <palves@redhat.com>
19773
19774 * gdb.threads/reconnect-signal.c: New file.
19775 * gdb.threads/reconnect-signal.exp: New file.
19776
19777 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19778
19779 * gdb.base/source-dir.exp: New file.
19780
19781 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19782
19783 * gdb.ada/mi_interface: New testcase.
19784
19785 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19786
19787 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19788 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19789 gdb.ada/pp-rec-component/pck.ads: New files.
19790
19791 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19792
19793 * gdb.python/py-pp-integral.c: New file.
19794 * gdb.python/py-pp-integral.py: New file.
19795 * gdb.python/py-pp-integral.exp: New file.
19796
19797 For older changes see ChangeLog-1993-2013.
19798 \f
19799 ;; Local Variables:
19800 ;; mode: change-log
19801 ;; left-margin: 8
19802 ;; fill-column: 74
19803 ;; version-control: never
19804 ;; End:
19805
19806 Copyright 2014-2020 Free Software Foundation, Inc.
19807 Copying and distribution of this file, with or without modification,
19808 are permitted provided the copyright notice and this notice are preserved.
This page took 0.491037 seconds and 4 git commands to generate.